:root {
    --white-color: #ffffff;
    --primary-color: #0060A5;
    --lightblue-color: #D8EDFC;  
	--black-color: #222222;
	--yellow-color: #F8B418;   
    --title-color: #221f20;
    --paragraph-color: #333333;
    --newspara-color: #444444;
}
.detailApp {
    flex: 0 0 50%;
    padding: 50px;
}
.newspara , .newspara a , .newspara p{
	color: var(--newspara-color);
}
.whitecolor , .whitecolor a , .whitecolor p{
	color: var(--white-color);<i class="fas fa-arrow-right"></i>
}
.primaryColor , .primaryColor a, .primaryColor p{
		color: var(--primary-color);
}
.lightblue-color , .lightblue-color a, .lightblue-color p{
		color: var(--lightblue-color);
}
.black-color , .black-color a , .black-color p{
	color: var(--black-color);
}
.yellow-color , .yellow-color a , .yellow-color p{
	color: var(--yellow-color);
}
.titleColor , .titleColor a ,.titleColor p{
	color:  var(--title-color);
}
.paracolor , .paracolor a , .paracolor p{
	color: var(--paragraph-color);
}

.fa , .fa::before{
	font-family: 'FontAwesome';
	font-weight: 100 !important;
}
a{
	text-decoration: none !important;
}
h1,h2,h3,h4,h5,h6,span,p{
	margin: 0;
}
.manrope , body{
	 font-family: "Manrope", sans-serif !important;
}

.flex{
	display: flex;
}
.d-flex{
	display: flex;
}
.align_item{
	align-items: center;
}
.align_start{
	align-items: flex-start;
}
.align_end{
	align-items: flex-end;
}
.justify_sb{
	justify-content: space-between;
}
.justflexend{
	justify-content: flex-end;
}
.baseline{
	align-items:baseline;
}
.ju_center{
	justify-content: center;
}
.align_stretch{
	align-items: stretch;
}
.flex_wrap{
	flex-wrap: wrap;
}
.flex_50
{
	flex:0 0 50%;
}
.flex_40
{
	flex:0 0 40%;
}
.flex_30
{
	flex:0 0 30%;
}
.flex_32
{
	flex:0 0 32%;
}

.flex_60
{
	flex:0 0 60%;
}
.flex_56
{
	flex:0 0 56%;
}
.flex_63
{
	flex:0 0 63%;
}
.flex-20{
	flex:0 0 20%;
}
.f_250, .f_250 a, .f_250 p {
  font-family: "Manrope", serif;
}
.f_300, .f_300 a, .f_300 p {
	font-family: "Manrope", serif;
  font-weight: 300;
}

.f_400, .f_400 a, .f_400 p {
	font-family: "Manrope", serif;
  font-weight: 400;
}

.f_500, .f_500 a, .f_500 p {
	font-family: "Manrope", serif;
  font-weight: 500;
}

.f_600, .f_600 a, .f_600 p {
	font-family: "Manrope", serif;
  font-weight: 600;
}

.f_700, .f_700 a, .f_700 p {
	font-family: "Manrope", serif;
  font-weight: 700;
}

.f_800, .f_800 a, .f_800 p {
	font-family: "Manrope", serif;
  font-weight: 800;
}

.f_900, .f_900 a, .f_900 p {
	font-family: "Manrope", serif;
  font-weight: 900;
}
.bellarina{
	font-family: GILROY-REGULAR;
}

.fs_14, .fs_14 a, .fs_14 p {
  font-size: 14px;
}
.fs_15, .fs_15 a, .fs_15 p {
  font-size: 15px;
}

.fs_16, .fs_16 a, .fs_16 p {
  font-size: 16px;
}
.fs_18, .fs_18 a, .fs_18 p {
  font-size: 18px;
}
.fs_19, .fs_19 a, .fs_19 p {
  font-size: 19px;
}
.fs_20, .fs_20 a, .fs_20 p {
  font-size: clamp(16px , 1.3vw , 20px);
}

.fs_21, .fs_21 a, .fs_21 p {
  font-size: clamp(18px , 1.375vw , 21px)
}

.fs_22, .fs_22 a, .fs_22 p {
  font-size: clamp(18px , 1.48vw, 22px);
}

.fs_24, .fs_24 a, .fs_24 p {
  font-size: clamp(18px , 1.65vw, 24px);
}

.fs_25, .fs_25 a, .fs_25 p {
  font-size: clamp(18px , 1.7vw , 25px);
}

.fs_28, .fs_28 a, .fs_28 p {
  font-size: clamp(20px , 1.9vw , 28px);
}

.fs_30, .fs_30 a, .fs_30 p {
  font-size: clamp(18px , 1.875vw , 30px);
}

.fs_32, .fs_32 a, .fs_32 p {
  font-size: clamp(24px , 2.2vw , 32px);
}

.fs_35, .fs_35 a, .fs_35 p {
  font-size: clamp(24px , 2.4vw , 35px);
}
.fs_40, .fs_40 a, .fs_40 p {
  font-size: clamp(24px, 2.7vw , 40px);
}
.fs_44, .fs_44 a, .fs_44 p {
  font-size: clamp(28px , 2.88vw , 44px);
}

.fs_45, .fs_45 a, .fs_45 p {
  font-size: clamp(28px , 3.02vw , 45px);
}
.fs_50, .fs_50 a, .fs_50 p {
  font-size: clamp(28px , 3.2vw , 50px);
}
.fs_55, .fs_55 a, .fs_55 p {
  font-size: clamp(28px , 3.7vw , 55px);
}
.fs_58, .fs_58 a, .fs_58 p {
  font-size: clamp(28px , 3.9vw , 58px);
}
.fs_60, .fs_60 a, .fs_60 p {
  font-size: clamp(28px , 3.7vw , 60px);
}
.fs_63, .fs_63 a, .fs_63 p {
  font-size: clamp(30px , 4.25vw , 63px);
}

.fs_64, .fs_64 a, .fs_64 p {
  font-size: clamp(32px , 4.3vw, 64px);
}
.fs_70, .fs_70 a, .fs_70 p {
  font-size: clamp(25px , 4.375vw , 70px);
}
.fs_74, .fs_74 a, .fs_74 p {
  font-size: clamp(32px , 4.8vw , 74px);
}
.fs_80, .fs_80 a, .fs_80 p {
  font-size: clamp(25px , 5vw , 80px);
}
.fs_84 , .fs_84 a, .fs_84 p {
  font-size: clamp(34px , 5.65vw, 84px);
}
.fs_114 , .fs_114 a, .fs_114 p {
  font-size: 114px;
}
.lspacing7 , .lspacing7 a , .lspacing7 p{
	letter-spacing: 7px;
}
.lspacing4 , .lspacing4 a , .lspacing4 p{
	letter-spacing: 2px;
}
.lspacing2 , .lspacing2 a , .lspacing2 p{
	letter-spacing: 2px;
}
.lspacing1, .lspacing1 a , .lspacing1 p{
	letter-spacing: 1px;
}
.lspacing0, .lspacing0 a , .lspacing0 p{
	letter-spacing: 0px;
}
.lspacing-1 ,.lspacing-1 a , .lspacing-1 p{
	letter-spacing: -1px;
}
.lspacing-3, .lspacing-3 a , .lspacing-3 p{
	letter-spacing: -3px;
}
.lspacing-4, .lspacing-4 a , .lspacing-4 p{
	letter-spacing: -4px;
}
.lineh09 , .lineh09 a , .lineh09 p{
	line-height: 0.9;
}
.lineh1 , .lineh1 a , .lineh1 p{
	line-height: 1;
}
.lineh11 , .lineh11 a , .lineh11 p{
	line-height: 1.1;
}
.lineh12 , .lineh12 a , .lineh12 p{
	line-height: 1.2;
}
.lineh125 , .lineh125 a , .lineh125 p{
	line-height: 1.25;
}
.lineh13 , .lineh13 a , .lineh13 p{
	line-height: 1.3;
}
.lineh14 , .lineh14 a , .lineh14 p{
	line-height: 1.4;
}
.lineh15 , .lineh15 a , .lineh15 p{
	line-height: 1.5;
}
.lineh16 , .lineh16 a , .lineh16 p{
	line-height: 1.6;
}

.lineh2 , .lineh2 a , .lineh2 p{
	line-height: 2;
}
.capitalize , .capitalize a, .capitalize p{
	text-transform: capitalize;
}
.lowercase , .lowercase a , .lowercase p{
	text-transform: lowercase;
}
.uppercase , .uppercase a , .uppercase p{
	text-transform: uppercase;
}
.colorSub{
	color: #0c3892;
}
.textLeft{
	text-align: left;
}
.textCenter{
	text-align: center;
}
.textRight{
	text-align: right;
}
.textJustify{
	text-align: justify;
}
.inlineBlock{
	display: inline-block;
}
.mr_20{
	margin-right:20px;
}
.pt_30{
	padding-top: 30px !important;
}
.pt_50{
	padding-top:50px !important;
}
.pt_100{
	padding-top: 100px;
}
.mt_30{
	margin-top: 30px;
}
.mt_45{
	margin-top: 40px;
}
.mt_20{
	margin-top: 20px;
}
.mt_10{
	margin-top: 10px;
}
.mt_80{
	margin-top: 80px;
}
.mb_30 , .mb_30 p{
	margin-bottom: 30px;
}
.mb_40{
	margin-bottom: 40px;
}
.mb_50{
	margin-bottom:50px;
}
.mb_20{
	margin-bottom: 20px;
}
.mb_10{
	margin-bottom:10px;
}
.gap10{
	gap: 10px;
}
.gap20{
	gap: 20px;
}
.gap5{
	gap: 5px;
}
.gap30{
	gap:30px;
}
.gap40{
	gap:40px;
}
.gap60{
	gap:60px;
}
.gap36{
	gap: 36px;
}
.gap50{
	gap: 50px;
}
.gap65{
	gap: 65px;
}
.fMenu {
    margin-bottom: 20px;
    color: #fff;
    font-weight: 400;
}
.paraPading p{
	padding-bottom: 35px;
}
.flex_48{
	flex: 0 0 48%;
}
.flex_23{
	flex: 0 0 23%;
}
.flex_25{
	flex: 0 0 25%;
}
.flex_20{
	flex: 0 0 20%;
}
.flex_35{
	flex: 0 0 32%;
}
.flex_65{
	flex: 0 0 65%;
}
.paddingtb_100{
	padding: 100px 0;
}
.paddingtb_80{
	padding: 80px 0;
}
.paddingtb_200{
	padding-bottom: 200px !important;
}
.paddingb_50{
	padding-bottom:50px;
}

.aboutBGblue {
    padding: 125px 0px !important;
}
.paddingb_100{
	padding-bottom: 100px !important;
}
.padding_200{
	padding: 200px 0 100px 0;
}
.marginAuto p{
	width: 89%;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}
@media screen and (min-width: 1601px) {
	.container{
		max-width: 1300px;
		width: 100%;
		margin: 0 auto;
		/*padding: 0 15px;*/
	}
}
@media  (min-width: 1025px) and (max-width: 1600px) {
	.container{ 
		max-width: 81.25%;
		width: 100%;
		margin: 0 auto;
/*		padding: 0 15px;*/
	}
}
@media screen and (max-width: 1024px) {
	.container{
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		padding: 0 20px;
	}
}
@media  (min-width: 768px) and (max-width: 1025px) {
	.paddongtb_100{
		padding: 60px 0 !important;
	}
	.paddongb_100{
		padding-bottom: 60px !important;
	}
	.mt_45{
		margin-top: 30px !important;
	}
	.mt_80{
		margin-top: 45px !important;
	}
}
@media screen and (max-width: 767px) {
	.detailApp {
    flex: 0 0 100% !important;
    padding: 20px;
}
.patient-form {
    width: 100%;
    margin: 0 auto;
}
.contect-dev {
    flex-wrap: wrap;
}
.contact-right {
    flex: 0 0 100%;
}
.contact-left {
    flex: 0 0 100%;
    margin-top: 25px;
}
	.bannerDetails h3 p {
	    letter-spacing: -1px !important;
	}
	
	.mt_80{
		margin-top: 30px !important;
	}
	.pt_30{
		padding-top: 20px !important;
	}
	.footer3{
		margin-top: 20px !important;
	}
	.paraPading p {
	    padding-bottom: 20px !important	;
	}
	.aboutDetails br{
		display: none;
	}
	.flex_48{
		flex: 0 0 100% !important;
	}
	.paddongtb_100{
		padding: 50px 0 !important;
	}
	.paddongb_100{
		padding-bottom: 50px !important;
	}
	.mt_45{
		margin-top: 25px !important;
	}
	.btnBlue{
		padding-top: 20px !important;
	}
	.marginAuto p{
		width: 90% !important;
	}
	.mb_30{
		margin-bottom: 15px;
	}
	.mt_30{
		margin-top: 15px;
	}
}
@media screen and (max-width: 400px) {
	.topMenu {
	    max-width: 32% !important;
	    gap: 10px !important;
	}
	.showLogo img, .stickyLogo img {
	    max-width: 100px !important;
	}
	.container.ptb_30{
		padding: 20px !important;
	}
}
.contactDetPost {
    margin-top: 10px;
}
.addIcon img{
	padding-top: 8px;
}
.paddingB30{
	padding-bottom: 30px;
}














a.new-section-link.mb_20.f_700.fs_20.primaryColor i {
    position: absolute;
    right: 40px;
    /* bottom: 10px; */
    color: #fff;
    background-color: #0060A5;
    padding: 10px;
    border-radius: 100px;
    font-weight: 00;
    font-size: 13px;
}
a.book_now-btn {
    background-color: #0060A5;
    color: #fff;
    padding: 15px 30px;
    border-radius: 100px;
    text-align: center;
    margin: 0 auto;
    width: fit-content;
    display: block;
}
section.health-team-section.paddingb_100 {
    margin-top: 20px;
}
section.health-team-section h2.section-title.text-center {
    margin-bottom: 50px;
}
.health-team-section{
	padding-bottom:80px;
}
.partner_sections{
	margin-top:30px;
}
section.how-it-works.paddingb_100 h2 {/*
    border-top: 1px solid #EEEEEE;
    padding-top: 50px !important;*/
	text-transform: capitalize;
}

/* map design */

.inside.search_filter {
    position: absolute !important;
    right: -405px;
    z-index: 99;
    width: 100%;
    top: 15px;
}
div#asl-panel {
    position: relative !important;
}
#asl-storelocator.asl-cont .sl-main-cont .asl-panel {
    border-top-left-radius: 5px;
    border: 1px solid #fff !important;
}
#asl-storelocator.asl-cont.no-asl-filters .asl-wrapper .sl-main-cont .sl-main-row .asl-panel .search_filter {
    padding: 10px 10px;
    background-color: white;
    border-radius: 15px;
    
}
.bg-clr{
	background-color: #F5F9FF;
	padding: 80px 0;
}
.buttons i.fas.fa-arrow-right {
    margin-top: 14px;
}
a.btn_blue:hover i.fas.fa-arrow-right.arrow_looking{
    margin-top: 12px !important;
}
.brd-cnt {
    border-top: 1px solid #eee;
    padding-top: 150px;
}
.about-text {
    padding-bottom: 50px;
}