:focus {
	outline: 0;
}
body {
	line-height: 1.63;
	font-family: 'Poppins', sans-serif;
}
img {
	max-width: 100%;
}
ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 0;
}
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
/* FONT FACE */
/* Poppins */
@font-face {
	/* poppins-regular - latin */
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/poppins/poppins-v9-latin-regular.eot');
	/* IE9 Compat Modes */
	src: local('Poppins Regular'), local('Poppins-Regular'), url('../fonts/poppins/poppins-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/poppins/poppins-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/poppins/poppins-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('../fonts/poppins/poppins-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/poppins/poppins-v9-latin-regular.svg#Poppins') format('svg');
	/* Legacy iOS */
}
@font-face {
	/* poppins-500 - latin */
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/poppins/poppins-v9-latin-500.eot');
	/* IE9 Compat Modes */
	src: local('Poppins Medium'), local('Poppins-Medium'), url('../fonts/poppins/poppins-v9-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/poppins/poppins-v9-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/poppins/poppins-v9-latin-500.woff') format('woff'), /* Modern Browsers */
	url('../fonts/poppins/poppins-v9-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/poppins/poppins-v9-latin-500.svg#Poppins') format('svg');
	/* Legacy iOS */
}
@font-face {
	/* poppins-600 - latin */
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/poppins/poppins-v9-latin-600.eot');
	/* IE9 Compat Modes */
	src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url('../fonts/poppins/poppins-v9-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/poppins/poppins-v9-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/poppins/poppins-v9-latin-600.woff') format('woff'), /* Modern Browsers */
	url('../fonts/poppins/poppins-v9-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/poppins/poppins-v9-latin-600.svg#Poppins') format('svg');
	/* Legacy iOS */
}
@font-face {
	/* poppins-900 - latin */
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/poppins/poppins-v9-latin-900.eot');
	/* IE9 Compat Modes */
	src: local('Poppins Black'), local('Poppins-Black'), url('../fonts/poppins/poppins-v9-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/poppins/poppins-v9-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/poppins/poppins-v9-latin-900.woff') format('woff'), /* Modern Browsers */
	url('../fonts/poppins/poppins-v9-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/poppins/poppins-v9-latin-900.svg#Poppins') format('svg');
	/* Legacy iOS */
}
/* Raleway */
@font-face {
	/* raleway-500 - latin */
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/raleway/raleway-v14-latin-500.eot');
	/* IE9 Compat Modes */
	src: local('Raleway Medium'), local('Raleway-Medium'), url('../fonts/raleway/raleway-v14-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/raleway/raleway-v14-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/raleway/raleway-v14-latin-500.woff') format('woff'), /* Modern Browsers */
	url('../fonts/raleway/raleway-v14-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/raleway/raleway-v14-latin-500.svg#Raleway') format('svg');
	/* Legacy iOS */
}
@font-face {
	/* raleway-900 - latin */
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/raleway/raleway-v14-latin-900.eot');
	/* IE9 Compat Modes */
	src: local('Raleway Black'), local('Raleway-Black'), url('../fonts/raleway/raleway-v14-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/raleway/raleway-v14-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/raleway/raleway-v14-latin-900.woff') format('woff'), /* Modern Browsers */
	url('../fonts/raleway/raleway-v14-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/raleway/raleway-v14-latin-900.svg#Raleway') format('svg');
	/* Legacy iOS */
}
/* /FONT FACE */
.btn {
	padding: 1.032rem 3rem;
	font-size: 18px;
	text-transform: uppercase;
	border: none;
	border-radius: 6px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-white:hover,
.btn-white:active,
.btn-white:focus {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	box-shadow: 0 6px 11px rgba(0, 0, 0, 0.1) !important;
}
.btn-warning {
	color: #fff;
	background-color: #FF5722;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
	color: #fff !important;
	background-color: #FF5722 !important;
}
.btn-white {
	color: #383838;
	background-color: #fff;
}
button:active,
button:focus {
	box-shadow: none !important;
}
/* Header START */
.headerSection {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}
.headerSection .headerInner .row {
	margin-right: 0;
	margin-left: 0;
}
.headerSection .headerInner .headerInnerLeft {
	padding: .2rem 3.75rem 0rem;
}
.headerSection .headerInner .headerInnerRight {
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	display: -ms-flexbox;
	align-items: center;
	background-color: #fff;
	position: relative;
}
.headerInnerRight .freeHelp {
    font-size: 20px;
    position: relative;
    z-index: 1;
    color: #ff5722;
    font-weight: 600;
	line-height: 1.3;
}
.headerSection .headerInner .headerInnerRight:before {
	content: "";
	width: 90px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	left: -50px;
	top: 0;
	transform: skew(-30deg, 0deg);
	z-index: 0;
}
.headerSection .headerInner .headerInnerRight {
	padding: 15px;
}
.fContactList,
.headerInnerRight ul {
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	display: -ms-flexbox;
	align-items: center;
	position: relative;
	z-index: 1;
}
.fContactList li,
.headerInnerRight ul li {
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	display: -ms-flexbox;
	margin-right: 2rem;
	align-items: center;
}
.fContactList li>img,
.headerInnerRight ul li>img {
	border: 2px solid #FF5722;
	padding: .5rem;
	border-radius: 50%;
}
.fContactList li p,
.headerInnerRight ul li p {
	margin: 0 0 0 1rem;
	line-height: 1;
}
.fContactList li p small,
.headerInnerRight ul li p small {
	font-size: 13px;
	color: #777;
	display: block;
	margin-bottom: .4rem;
}

.headerInnerRight ul li p a {
	font-size: 18px;
	font-weight: 600;
	color: #383838;
}
/* /Header */
/* Banner START */
.bannerSection {
    background: url(../images/bannerBg.jpg) no-repeat;
    padding: 6rem 0;
    background-size: cover;
    background-position: center;
}
.bannerSection .callnNum {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 00;
    z-index: 2;
    opacity: 0;
} 
.bannerText {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5rem 3rem;
    margin: 8rem 0;
    border-radius: 10px;
    text-align: center;
}
.bannerText p {
    font-size: 22px;
    margin-bottom: 2rem;
}
.bannerText h1 {
    font-family: 'Raleway';
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #ff5722;
}
.bannerText h5 {
    margin-bottom: 2rem;
    font-size: 28px;
    color: #555;
}
/* /Banner */
/* About START */
.aboutSection {
    padding: 5rem 0 6rem;
    position: relative;
}
.skewTop:before {
	content: "";
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	height: 100px;
	width: 100%;
	background: #ffffff;
	z-index: 0;
	-webkit-transform: skew(0deg, 2deg);
	-moz-transform: skew(0deg, 2deg);
	-ms-transform: skew(0deg, 2deg);
	-o-transform: skew(0deg, 2deg);
	transform: skew(0deg, -3deg);
}
.meetOurDoctors {
	margin-top: 3rem;
}
.title {
	text-align: center;
	max-width: 70%;
	margin: 0 auto 3rem;
	position: relative;
	z-index: 1;
}
.title h2 {
	font-size: 44px;
	color: #383838;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 0;
}
.title p {
	margin-top: 1rem;
	margin-bottom: 0;
	color: #797979;
}
.aboutBox {
	background-color: #f5f5f5;
	padding: 2.5rem 1.5rem;
	border-radius: 6px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.aboutBox:hover {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	background-color: #fff;
}
.aboutBox h3 {
	font-size: 22px;
	font-weight: 600;
	margin: 2rem 0 1rem;
}
.aboutBox p {
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 0;
}
/* /About */
/* Ratind START */
.ratindLeft img,
.ratindRight img {
	max-width: 300px;
}
.ratindInner .ratindLeft {
	text-align: right;
	margin-bottom: 1rem;
}
/* /Ratind */
/* Gallery START */
.gallerySection {
	padding: 4.5rem 0 5.5rem;
	background-color: #f4f1ee;
}
.galleryInner {
	margin-top: -9rem;
	padding-bottom: 5rem;
}
.galleryInner .galleryBox {
	border-radius: 10px;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-bottom: 1rem;
}
.galleryInner .galleryBox:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	box-shadow: 0 6px 11px rgba(0, 0, 0, 0.1) !important;
}
.galleryInner .galleryBox a {
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	display: -ms-flexbox;
	overflow: hidden;
	position: relative;
	height: 100%;
}
.galleryInner .galleryBox a:before,
.galleryInner .galleryBox a:after {
	content: "";
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.galleryInner .galleryBox a:before {
	background: url(../images/pluse-icon.png);
	width: 29px;
	height: 29px;
	background-position: center;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
}
.galleryInner .galleryBox a:after {
	background-color: rgba(254, 184, 0, 0.5);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
}
.galleryInner .galleryBox a:hover:after,
.galleryInner .galleryBox a:hover:before {
	opacity: 1;
}
.galleryInner .galleryBox img {
	max-width: 100%;
}
/* /Gallery */
/* /Faqs */
.faqsInner .card .card-header {
	background: transparent;
}
.faqsInner .card .card-header {
	margin-bottom: 0;
	padding: .5rem 0;
	border: none;
}
.faqsInner .card .card-header button {
	position: relative;
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 600;
	color: #383838;
	padding-left: 4rem;
}
.faqsInner .card .card-header button[aria-expanded="true"]:before,
.faqsInner .card .card-header button[aria-expanded="false"]:before {
	content: "";
	position: absolute;
	width: 13px;
	height: 13px;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.faqsInner .card .card-header button[aria-expanded="true"]:before {
	background: url(../images/minus.png) no-repeat;
	background-position: center;
}
.faqsInner .card .card-header button[aria-expanded="false"]:before {
	background: url(../images/pluse-mini.png) no-repeat;
	background-position: center;
}
.faqsInner .card .card-header button:after {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #FF5722;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	z-index: 1;
}
.faqsInner .card {
	background: transparent;
	padding: 0;
	border-radius: 0 !important;
	border-bottom: 1px solid #ddd !important;
	border-left: none;
	border-right: none;
	border-top: none;
}

#faqsAaccordion .card:last-child {
	border-bottom: none !important;
}
.faqsInner .card .card-body {
	padding: 0 0 1.5rem 4rem;
	color: #797979;
}
/* /Faqs */
/* Support START */
.supportSection {
    padding: 5rem 0;
}
.supportList {
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	display: -ms-flexbox;
	max-width: 80%;
	margin: 0 auto;
	text-align: center;
}
.supportList li {
	max-width: 33.333%;
	flex: 0 0 33.333%;
	padding: 2rem;
	background-color: #fff;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid transparent;
	border-top: 1px solid transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.supportList li:nth-child(3n+3) {
	border-right: none;
}
.supportList li:nth-child(4),
.supportList li:nth-child(5),
.supportList li:nth-child(6) {
	border-bottom: none;
}
.supportList li:hover {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	border-color: #fff;
}
.supportList li>img {
	background-color: rgba(254, 184, 0, 0.1);
	border-radius: 50%;
}
.supportList li h3 {
	font-size: 18px;
	font-weight: 500;
	margin-top: 1rem;
}
.supportList li h3 span {
	display: block;
}
/* /Support */
/* Contact Me START */
.contactmeSection {
	padding: 0 0 5.5rem;
}
.contactmeInner {
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	display: -ms-flexbox;
	align-items: center;
	justify-content: space-between;
	background-color: #FF5722;
	padding: 3rem 5rem;
	border-radius: 20px;
}
.contactmeInner h2 {
	font-family: 'Raleway';
	font-size: 38px;
	font-weight: 600;
	color: #fff;
}
.contactmeInner h2 small {
    display: block;
    font-size: 22px;
    font-family: 'Poppins';
    font-weight: 500;
}
.contactmeInner h2 small a {
    color:#fff;
}
/* /Contact Me START */
/* Footer START */
.footerSection {
	padding: 2.5rem 0;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
.footerInner {
	padding: 3.5rem;
	background-color: #fff;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.06);
	border-radius: 10px;
	position: relative;
	z-index: 1;
	max-width: 88%;
	margin: 0 auto;
}
.footerSection:after {
	content: "";
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	height: 50%;
	width: 100%;
	background: #FF5722;
	z-index: 0;
	-webkit-transform: skew(0deg, 2deg);
	-moz-transform: skew(0deg, 2deg);
	-ms-transform: skew(0deg, 2deg);
	-o-transform: skew(0deg, 2deg);
	transform: skew(0deg, -3deg);
}
.fContactList {
	justify-content: center;
	margin-bottom: 3rem;
}
.fContactList li p a {
	font-size: 16px;
	font-weight: 600;
	color: #383838;
}
.fContactList li>img {
	border-style: dashed;
}
.fContactList li p small {
	text-transform: uppercase;
}
.form-control {
	height: calc(2.25em + .75rem + 2px);
	border-radius: 0px;
	border-color: #e7e7e7;
}
select:focus,
textarea:focus,
input:focus {
	box-shadow: none !important;
	border-color: #FF5722 !important;
}
.footerBottom {
	position: relative;
	z-index: 2;
	padding-top: 2rem;
}
.footerBottomLeft {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
}
.socilMedia {
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	display: -ms-flexbox;
	justify-content: flex-end;
}
.socilMedia a {
	height: 23px;
	margin-left: 25px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.socilMedia a:hover {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}
.socilMedia a.twitter {
	width: 23px;
	background: url(../images/twitter.png) no-repeat center;
}
.socilMedia a.insta {
	width: 23px;
	background: url(../images/insta.png) no-repeat center;
}
.socilMedia a.fb {
	width: 10px;
	background: url(../images/fb.png) no-repeat center;
}
/* modal START */
.modal-content {
	border: none;
	border-radius: 0px;
}
.modal-header {
	padding: 2rem;
	background-color: #383838;
	border: none;
	border-radius: 0px;
}
.modal-header h5 {
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
}
.modal-header .close {
	color: #FF5722;
	outline: none;
	opacity: 1;
	text-shadow: none;
}
.modal-body {
	padding: 2rem;
}
/* /modal */
/* /Footer */
/* Media CSS */
@media (max-width: 1366px) {
	.headerSection .headerInner .headerInnerRight {
		padding-left: .5rem;
		padding-right: .5rem;
	}
	.headerSection .headerInner .headerInnerLeft {
		padding-left: 1rem;
		padding-right: .5rem;
	}
	.navbar-brand img {
		max-width: 170px;
	}
}
@media (max-width: 1200px) {
	.fContactList li p,
	.headerInnerRight ul li p {
		margin-left: .5rem;
	}
	.fContactList li,
	.headerInnerRight ul li {
		margin-right: 1rem;
	}
	.headerInnerRight ul li p a {
		font-size: 15px;
	}
	.bannerSection {
		padding-bottom: 6rem;
	}
	.contactmeInner h2 {
		font-size: 32px;
	}
	.footerInner {
		padding: 2rem;
	}
	.bannerText p {
		margin-bottom: 1rem;
	}
	.bannerText h1 {
		font-size: 45px;
	}
	.bannerText h5 {
		font-size: 25px;
	}
}
@media (max-width: 992px) {
	.fContactList li>img,
	.headerInnerRight ul li>img {
		padding: .35rem;
		max-width: 32px;
	}
	.headerSection .headerInner .headerInnerRight {
		padding-left: 0;
	}
	.contactmeInner {
		justify-content: center;
		text-align: center;
	}
	.contactmeInner h2 {
		margin-bottom: 1.5rem;
	}
	.footerInner {
		max-width: 100%;
	}
	.fContactList li {
		margin-bottom: 1.5rem;
	}
	.btn {
		padding: .75rem 2rem;
		font-size: 17px;
	}
	.bannerText {
		padding: 2rem 3rem;
		margin: 4rem 0;
	}
	.bannerText h1 {
		font-size: 35px;
	}
	.bannerText h5 {
		font-size: 20px;
	}
	.bannerText p {
		font-size: 18px;
	}
}
@media (max-width: 768px) {
	.ratindInner .ratindLeft,
	.ratindInner .ratindRight {
		text-align: center;
	}
	.headerSection .headerInner .headerInnerRight {
		justify-content: center;padding-top: .75rem;text-align:center;
	}
	.headerSection .headerInner .headerInnerLeft {
		text-align: center;
	}
	.btn {
		padding: .75rem 1.75rem;
		font-size: 15px;
	}
	.headerSection {
		position: relative;
		background: #fff;
	}
	.bannerSection {
		padding-top: 3rem;
	}
	.title h2 {
		font-size: 36px;
	}
	.title {
		max-width: 100%;
		margin-bottom: 2rem;
	}
	.aboutSection {
		padding: 2rem 0 5rem;
	}
	.aboutBox {
		margin-bottom: 1rem;
	}
	.meetOurDoctors {
		margin-top: 1rem;
	}
	.title p,
	.faqsInner .card .card-body {
		font-size: 15px;
	}
	.galleryInner {
		margin-top: 0;
		padding-bottom: 4rem;
	}
	.faqsInner .card .card-header button {
		font-size: 18px;
		padding-left: 2.75rem;
	}
	.faqsInner .card .card-body {
		padding-left: 0;
	}
	.faqsInner .card .card-header button[aria-expanded="true"]::before,
	.faqsInner .card .card-header button[aria-expanded="false"]::before {
		left: 8px;
	}
	.faqsInner .card .card-header button::after {
		width: 30px;
		height: 30px;
	}
	.supportSection,
	.gallerySection {
		padding: 4rem 0;
	}
	.supportList {
		max-width: 100%;
	}
	.supportList li {
		padding: 1rem;
	}
	.supportList li>img {
		max-width: 70px;
	}
	.supportList li h3 {
		font-size: 15px;
	}
	.contactmeInner {
		padding: 1.5rem;
	}
	.contactmeInner h2 {
		font-size: 28px;
	}
	.contactmeSection {
		padding: 0 0 2rem;
	}
	.fContactList {
		margin-bottom: 1rem;
		justify-content: flex-start;
	}
	.fContactList li {
		align-content: flex-start;
		max-width: 100%;
		flex: 0 0 100%;
	}
	.footerBottomLeft {
		text-align: center;
	}
	.socilMedia {
		justify-content: center;
		margin-top: 1rem;
	}
	.navbar-brand {
		margin: 0;
	}
	.headerSection .headerInner .headerInnerRight::before {
		display: none;
	}
@media (max-width: 575px) {
	.container,
	.container-sm {
		max-width: 100%;
	}
	.title h2 {
		font-size: 25px;
	}
	.navbar-brand img {
		max-width: 150px;
	}
	.btn {
		padding: .4rem 1.5rem;
		font-size: 14px;
	}
	.bannerSection {
		padding-top: 1.75rem;
		padding-bottom: 4.75rem;
	}
	.supportList li {
		max-width: 50%;
		flex: 0 0 50%;
	}
	.supportList li:nth-child(3n+3) {
		border-right: 1px solid #ddd;
	}
	.supportList li:nth-child(2n+2) {
		border-right: none;
	}
	.supportList li:nth-child(4) {
		border-bottom: 1px solid #ddd;
	}
	.supportList li {
		padding: 1rem .5rem;
	}
	.footerInner {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.fContactList li p a {
		font-size: 15px;
	}
	.headerInnerRight ul li p small {
		font-size: 12px;
	}
	.headerInnerRight ul li p a {
		font-size: 13px;
	}
	.bannerText {
		padding: 2.5rem 1rem;
		margin: 2rem 0;
	}
	.bannerText p {
		font-size: 16px;
		margin-bottom: .5rem;
	}
	.bannerText h1 {
		font-size: 22px;
	}
	.bannerText h5 {
		font-size: 16px;
	}
}
@media (max-width: 480px) {
	.headerSection .headerInner .headerInnerRight {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.headerInnerRight ul li:nth-child(1) {
		margin-bottom: 1rem;
	}
	.ratindLeft img,
	.ratindRight img {
		max-width: 100%;
	}
	.supportList li h3 span {
		display: initial;
	}
}