

@import url('https://fonts.googleapis.com/css2?family=Besley:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');















html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header,
hgroup, menu, nav, section, menu,
time, mark, audio, video{margin: 0px;padding: 0px;font-size: 16px;color: #231E21;text-align:left;font-weight: normal;font-size: inherit;font-family: inherit;outline: 0;font-family: 'Montserrat', sans-serif;word-spacing: 0;letter-spacing: 0;}
article, aside, figure, footer, header, hgroup, nav, section{display: block;}

html {
  scroll-behavior: smooth;
}
body{/* padding-bottom:25px; *//* width:  1366px; *//* margin:  0 auto; */overflow-x: hidden;position: relative;background: #FFFAEF;width: 100%;}
.otrWrp{width:100%; margin:0px auto;height: 100%;}
.ptrn{ background:url(../images/bg-pattern.jpg); min-height: 100%;}
.ptrn2{ background:url(../images/bg-pattern2.jpg); }
* {margin: 0px;}
*, *:after, *:before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html, body {/* height: 100%; */}

body.about_body{background:#FFF8F3;}
body.ohel_body{background: #f4fbfc78;}
body.Contact_body{
    background: #f4fbfc73;
}


ul li{list-style:none;/* margin-bottom:38px; */}
a{text-decoration:none;color:#444444;}
.clear {clear: both}



ul:after{/* content:''; */display:block;clear:both;}

h2{
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    font-family: 'Besley', serif;
    }





 .textBtn{
    display: block;
    text-align: center;
    font-size: 13px;
    color: #C4C6C8;
    overflow: hidden;
    cursor: pointer;
    letter-spacing: 2px;
}
 .textBtn:after{content: '<';display:block;transform: rotate(270deg);margin-top: 5px;font-size: 13px;transition: 0.3s ease;}
.textBtn.active:after{
    transform: rotate(88deg);
    transition: 0.3s ease;
}


p{
    color: #423F3F;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
}

h1{color: #333333;font-size: 25px;}
h1 span{
    font-size: inherit;
    font-weight: 600;
    color: #072f5f;
display: block;text-align: center;font-size: 18px;font-family: 'Rubik', sans-serif;font-weight: 400;}

h3{font-size: 20px;font-weight: 600;color: #000;}




.submit_btn, .btn{padding: 8px 15px;transition: 0.5s ease;text-align: center;color: #000000;background: #53c7e1;font-size: 16px;font-weight: 600;line-height: normal;border-radius: 0px;display: inline-block;border-radius: 14px;}
.btn i{
    margin-left: 15px;
}
.submit_btn:hover, .btn:hover{background: #00abac;}



.wrap{margin: 0 auto;width: 100%;max-width: 1399px;padding: 0px 20px;}

header.fixed{
    padding: 30px 0px;
    top: 0;
    background: #fff;
}
header{
    padding: 70px 0px;
    position: sticky;
    top: 0;
    z-index: 9;
    /* position: sticky; */
    transition: 0.3s ease;
}
header .logo{
    width: 224px;
    display: block;
}
header .logo img{ width:100%;}

header .wrap{
    width:100%;
    max-width:1570px;
    padding:0 20px;
}

header .header_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
header .navigation{}
header .navigation ul{
    display: flex;
    gap: 40px;
    align-items: center;
}
header .navigation ul li{
    font-size: 16px;
    position: relative;
}

header .navigation ul li .sub_menu {
    position: absolute;
    margin: 0;
    padding: 0;
    background: #00abac;
    display: block;
    transition: all ease 0.2s;
    transform: translateY(20px);
    min-width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}

header .navigation ul li .sub_menu li:hover a {
    background: rgba(255,255,255,.2);
}

header .navigation ul li .sub_menu li a {
    margin: 0;
    padding: 12px 20px;
    white-space: nowrap;
    color: #ffffff;
    font-size: 15px;
    transition: all ease 0.2s;
    display: block;
}


header .navigation ul li:hover .sub_menu {
    transform: translateY(5px);
    visibility: visible;
    opacity: 1;
}

header .navigation ul li .sub_menu li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

header .navigation ul li .sub_menu li:last-child a{
    width: initial;
    background: transparent;
    border-radius: 0px;
    text-align: initial;
    display: block;
    padding: 12px 20px;
}


header .navigation ul li a{font-size: 16px;font-weight: 600;color: #000;}
header .navigation ul li a i{ margin-left:5px;}
header .navigation ul li a:hover{color: #53c7e1;}
header .navigation ul li a:hover i{color: #53c7e1;}

header .navigation ul li:last-child{}
header .navigation ul li:last-child a:hover{background: #00abac;}
header .navigation ul li:last-child a:hover i{ color:#000;}
header .navigation ul li:last-child a i{
    /* transform: rotate(270deg); */
    display: inline-block;
    margin-left: 15px;
}
header .navigation ul li:last-child a{
    background: #53C7E1;
    color: #000;
    padding: 8px 18px;
    border-radius: 14px;
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

header .resvw{ display:none;}


.care{
    border-bottom: 27px solid #ccecf4;
    position: relative;
    z-index: 1;
    width: 100%;
}
.care .care_inner{
    display: flex;
    justify-content: space-between;
    padding: 0px 0px 0px 165px;
}
.care .content{
    /* display: flex; */
    /* justify-content: space-between; */
    padding: 112px 0px 0px;
}
.care .content h1{
    text-align: left;
    color: #021A24;
    font-size: 65px;
    line-height: 75px;
    font-family: 'Besley', serif;
    margin-bottom: 100px;
}
.care .content h1 b{font-family: inherit;font-style: italic;color: #0A77A0;font-size: inherit;line-height: inherit;}
.care .content ul{
    display: flex;
    flex-wrap: wrap;
    width: 87%;
    margin: 0px 0px 47px;
}
.care .content ul li{
    width: 50%;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.care .content ul li i{
    margin-right: 25px;
    display: flex;
    width: 67px;
    align-items: center;
}
.care .content ul li i:before{content:'';width: 67px;height: 2px;background: #53c7e1;display: block;}
.care .content ul li i:after{content:'';min-width: 6px;min-height: 6px;background: #53c7e1;display: block;border-radius: 50%;}

.care .content .btn{
    /* display: block; */
    width: 272px;
}
.care .imgBx{
    position: relative;
    width: 49.5%;
}
.care .imgBx img{
    border-top-left-radius: 140px;
    position: relative;
    z-index: 1;
}
.care .imgBx:before{content:'';display:block;background: #CCECF4;position: absolute;width: 100%;height: 100%;left: -25px;border-top-left-radius: 140px;}
.care .imgBx:after{content:'';display:block;background: url(../images/bannr-mask.svg) no-repeat center center;width: 100%;height: 100%;position: absolute;top: -40px;left: 23px;z-index: 1;display: none;}

.behavioral{
    position: relative;
    background: #FFF5EF;
    padding: 218px 0px 241px;
    overflow: hidden;
    }

.padiatic{
    padding: 160px 0px 8px;
    position: relative;
    background: #FFF5EF;
    /* overflow: hidden; */
}
.padiatic:before{content:'';display:block;background: url(../images/padiatic-bx.svg) no-repeat right top;width: 100%;height: 100%;position: absolute;top: 0;right: 0;}


.srvLst{
    position: relative;
    z-index: 1;
}

.padiatic:after{content:'';display:block;width: 100%;height: 100%;position: absolute;background: url(../images/behavioral-before.svg) no-repeat bottom left;bottom: 0px;left: 0px;/* z-index: 999; */}

 
.srvLst li.drkpnk{
    margin-bottom: 140px;
    scroll-margin-top: 120px;
}
.srvLst li.drkpnk .imgPnl{}
.srvLst li.drkpnk .dtlPnl{
    /* padding-left: 85px; */
}
.srvLst li.drkpnk .dtlPnl h2{
    color: #BC2E59;
}
.srvLst li.drkpnk .imgPnl:before{
    background: #BC2E59;
    right: -78px;
    top: initial;
    bottom: 32px;
}
.srvLst li.drkpnk .imgPnl:after{
    background: #FAB4C5;
}
.srvLst li.drkpnk .imgPnl span{
    left: -30px;
    /* right: -73px; */
    bottom: initial;
    top: -53px;
}



.srvLst li.orng{
    margin-bottom: 140px;
}
.srvLst li.orng .imgPnl{}
.srvLst li.orng .dtlPnl{
    padding-left: 85px;
    width: calc(100% - 812px);
}
.srvLst li.orng .dtlPnl h2{
    color: #E17410;
}
.srvLst li.orng .imgPnl:before{
    background: #E17410;
    right: 0px;
    top: -50px;
    right: 0;
    left: 0;
    margin: auto;
}
.srvLst li.orng .imgPnl:after{
    background: #F9CF8F;
}
.srvLst li.orng .imgPnl span{
    left: initial;
    right: -73px;
}


.srvLst li.pink{
    margin-bottom: 227px;
}
.srvLst li.pink .imgPnl{}
.srvLst li.pink .dtlPnl h2{
    color: #99278e;
}
.srvLst li.pink .imgPnl:before{
    background: #99278e;
    right: 0px;
    left: -60px;
    top: 70px;
}
.srvLst li.pink .imgPnl:after{
    background: #DFA2E1;
}
.srvLst li.pink .imgPnl span{
    left: initial;
    right: -73px;
}



.srvLst li.rvrs.prplbg{
    margin-bottom: 134px;
}
.srvLst li.rvrs.prplbg .dtlPnl{
    padding-left: 75px;
    width: calc(100% - 852px);
}
.srvLst li.rvrs.prplbg .dtlPnl h2{
    color: #5630A7;
}

.srvLst li.rvrs.prplbg .imgPnl{}
.srvLst li.rvrs.prplbg .imgPnl:before{
    /* z-index: 2; */
    background: #6b49b0;
    top: initial;
    right: initial;
    bottom: -50px;
    left: -50px;
}
.srvLst li.rvrs.prplbg .imgPnl:after{
    background: #A3A2E1;
}
.srvLst li.rvrs.prplbg .imgPnl span{
    left: initial;
    right: -70px;
    bottom: initial;
    top: -75px;
}


.srvLst li.rvrs{
    flex-direction: row-reverse;
}
.srvLst li .pstn{
    position: absolute;
    top: -140px;
}

.srvLst li.position, body.scrll .srvLst li{
    scroll-margin-top: 200px;
}
.srvLst li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 105px;
    scroll-margin-top: 150px;
    position: relative;
}
.srvLst li {
    /* scroll-margin-top: 200px; */
}

.srvLst li .imgPnl{
    position: relative;
    /* width: 662px; */
}

.srvLst li.prplbg .imgPnl .img_inner{
    box-shadow: 5px 5px 0px 5px #A3A2E1;
}

.srvLst li.pink .imgPnl .img_inner{
    box-shadow: 5px 5px 0px 5px #DFA2E1;
}

.srvLst li.orng .imgPnl .img_inner{
    box-shadow: 5px 5px 0px 5px #F9CF8F;
}

.srvLst li.drkpnk .imgPnl .img_inner{
    box-shadow: 5px 5px 0px 5px #FAB4C5;
}

.srvLst li .imgPnl .img_inner{
    border-radius: 36px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100%;
    box-shadow: 5px 5px 0px 5px #a2e1d1;
}
.srvLst li .imgPnl .img_inner img{ width:100%}


.srvLst li .imgPnl:before{content:'';display:block;width: 128px;height: 128px;position: absolute;background: #00ABAC;border-radius: 50%;top: -38px;right: 105px;animation: float 6s ease-in-out infinite;}
.srvLst li .imgPnl:after{content:'';display:block;width: 101.5%;height: 101.4%;position: absolute;background: #A2E1D1;bottom: -7px;left: 0px;border-radius: 36px;display: none;}
.srvLst li .imgPnl span{
    position: absolute;
    z-index: 1;
    left: -73px;
    bottom: -48px;
    animation: float 6s ease-in-out infinite;
}
.srvLst li .imgPnl span img{}

.srvLst li .dtlPnl{
    width: calc(100% - 892px);
}
.srvLst li .dtlPnl h2{
    text-align: left;
    color: #00ABAC;
    font-size: 48px;
    line-height: 55px;
    margin-bottom: 47px;
}
.srvLst li .dtlPnl p{
    margin-bottom: 25px;
}
.srvLst li .dtlPnl p:last-child{ margin:0px;}


footer{
    background: #184752;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 113px 0px 80px;
}
footer .wrap{
    width: 100%;
    max-width: 1570px;
    padding: 0 20px;
}
footer .powerd{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccecf47d;
    padding-bottom: 55px;
    margin: 0px 0px 55px;
}
footer .powerd a{
    
}

footer .powerd a.ftrlogo{width:100%; max-width:200px;}
footer .powerd a.ftrlogo img{width:100%;}

footer .powerd a.RGTLogo{
    display: flex;
    align-items: end;
    }
footer .powerd a.RGTLogo img{
    width:150px;
}
footer .powerd a.RGTLogo span{
    color: #5C8C97;
    font-weight: bold;
    font-size: 16px;
}

footer .footer_inner{
    display: flex;
    justify-content: space-between;
}
footer .footer_inner .lftPnl{
    display: flex;
    /* justify-content: space-between; */
    gap: 152px;
}
footer .footer_inner .rgtPnl{
    display: flex;
    gap: 96px;
}
footer .footer_inner ul{}
footer .footer_inner ul li{
    margin-bottom: 10px;
    /* line-height: normal; */
}
footer .footer_inner ul li a:hover{ color:#00abac;}
footer .footer_inner ul li a{
    font-weight: 600;
    color: #fff;
    line-height: 30px;
    display: block;
}
footer .footer_inner ul li.hnd, footer .footer_inner ul li b{
    font-weight: bold;
    color: #53C7E1;
}


.aboutPg.insure{ background:#FCFFF5}
.aboutPg.insure ul{}
.aboutPg.insure ul li{
    color: #000;
    font-weight: 600;
    text-align: left;
    margin-bottom: 25px;
}
.aboutPg.insure ul li i{
    margin-right: 50px;
}
.aboutPg.insure .imgPnl:before{ background:#00ABAC;}

.aboutPg{
    padding: 74px 0px 117px;
}
.aboutPg .about_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    scroll-margin-top: 120px;
}
.aboutPg .TextPnl{}
.aboutPg .TextPnl p{
    margin-bottom: 35px;
    font-weight: 500;
}
.aboutPg .TextPnl h2{
    text-align: left;
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: 75px;
    margin-bottom: 62px;
    color: #021A24;
}
.aboutPg .TextPnl .btn{
    margin-top: 35px;
}
.aboutPg .imgPnl{
    position: relative;
    width: 55.3%;
    height: 100%;
}

.aboutPg.insure .imgPnl .img_inner{box-shadow: -10px 10px 0px 10px #00ABAC;}

.aboutPg .imgPnl .img_inner{
    position: relative;
    border-radius: 36px;
    overflow: hidden;
    box-shadow: -10px 10px 0px 10px #005f88;
}
.aboutPg .imgPnl .img_inner img{
    width: 100%;
}
.aboutPg .imgPnl:before{content:'';display:block;width: 103%;height: 103%;position: absolute;background: #005F88;bottom: -18px;right: 0px;border-radius: 36px;display: none;}

.ohel{}
.ohel .ohel_inner{
    display: flex;
    justify-content: space-between;
    padding: 70px 0px 232px;
}
.ohel .ohel_inner{
    padding: 60px 0px;
}
.ohel .txtPnl{
    padding-top: 52px;
    width: calc(100% - 48.5%);
}
.ohel .txtPnl h2{
    text-align: left;
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: 75px;
    margin-bottom: 62px;
    color: #021A24;
}
.ohel .txtPnl  p{
    margin-bottom: 50px;
    line-height: 32px;
    color: #423F3F;
}
.ohel .ImgPnl{
    position: relative;
    width: 48.5%;
    height: 100%;
}
.ohel .ImgPnl .ImgPnl_inner{
    border-radius: 36px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    /* width: 40%; */
    box-shadow: -10px 10px 0px 7px #53c7e1;
}
.ohel .ImgPnl .ImgPnl_inner img{
    width: 100%;
}
.ohel .ImgPnl:after{content:'';display:block;width: 103%;height: 103%;position: absolute;background: #53C7E1;bottom: -22px;right: 0px;border-radius: 36px;display: none;}
.ohel .ImgPnl span{
    position: absolute;
    z-index: 2;
    top: -60px;
    right: 80px;
    animation: float 6s ease-in-out infinite;
}


@keyframes float {
	0% {
		
		transform: translatey(0px);
	}
	50% {
		
		transform: translatey(-20px);
	}
	100% {
		
		transform: translatey(0px);
	}
}


.Contact{
    padding: 60px 0px 302px;
    position: relative;
}
.Contact:after{content:'';display:block;background: url(../images/contact-bg.svg) no-repeat top center;width: 100%;/* height: 100%; */position: absolute;top: -42px;bottom: 0px;}

.Contact .Contact_inner{
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.Contact .Contact_inner .Information{
    padding-top: 40px;
}
.Contact .Contact_inner .Information h2{
    text-align: left;
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: 75px;
    margin-bottom: 62px;
    color: #021A24;
}
.Contact .Contact_inner .Information ul{}
.Contact .Contact_inner .Information ul li{}
.Contact .Contact_inner .Information ul li a:hover{ color:#00abac;}
.Contact .Contact_inner .Information ul li a{
    color: #423F3F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    font-family: 'Inter', sans-serif;
    display: block;
}
.Contact .Contact_inner .Information ul li b{
    color: #53C7E1;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px;
    font-family: 'Inter', sans-serif;
}
.Contact .Contact_inner .Information ul li:last-child{
    margin-top: 68px;
}
.Contact .Contact_inner .Information ul li:last-child b{
    display: block;
}





.Contact .Contact_inner .enquiry{
    width: 693px;
    background: #FFF7F3;
    padding: 30px;
    border-radius: 25px;
    position: relative;
    box-shadow: -7px 7px 0px 7px #b2e6e9;
}
.Contact .Contact_inner .enquiry form{
    position: relative;
    z-index: 1;
    background: #FFF7F3;
}

.Contact .Contact_inner .enquiry .form_row{
    display: flex;
    gap: 10px;
    margin: 0px 0px 10px;
}
.Contact .Contact_inner .enquiry .form_row .sub{
    width: 50%;
}

.Contact .Contact_inner .enquiry .form_row .inner_row{
    display: flex;
    width: 50%;
    gap: 10px;
}

.Contact .Contact_inner .enquiry .sub.fl{
    width: 100%;
    margin: 55px 0px 8px;
}


.form_row .sub .form_control{position:relative;}
.form_row .sub .form_control label.animated{position:absolute;color: #A0ACA3;font-size: 16px;font-weight: 400;line-height: 25px; /* 156.25% */letter-spacing: -0.48px;left:20px;top:17px;transition:all ease 0.2s;cursor:type;}

.form_row .sub .form_control.active label.animated {
    font-size: 11px;
    line-height: 13px;
    transform: translateY(-11px);
    color: #757075;
}

.form_row .sub .form_control input[type="text"]{border-radius: 10px;border: none;background: #ffffff;height:60px;padding:0 20px;outline:none;box-shadow:none;color:#000000;font-size: 16px;width: 100%;}
.form_row .sub .form_control input[type="text"]:placeholder{color: #A6A3A6;}
.form_row .sub .form_control input[type="text"]:focus{}

.form_row .sub .form_control textarea{border-radius: 10px;border: none;background: #ffffff;height: 141px;padding: 20px 20px 0px;outline:none;box-shadow:none;color:#000000;font-size: 16px;width: 100%;resize: none;}

.Contact .Contact_inner .enquiry .submit_btn,
.Contact .Contact_inner .enquiry .btn{ width: 100%;  padding: 21.5px 15px;  border-radius: 25px;  cursor: pointer;  border:none;}



.faq{
    padding: 120px 0px;
}
.faq h2{
    text-align: left;
    color: #021A24;
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: 75px;
}
.faq h2 b{
    color: #00ABAC;
    font-size: inherit;
    font-style: italic;
    font-weight: 400;
    line-height: inherit;
    font-family: inherit;
}
.faq .wrap{}
.faq .faq_inner{}

.faq .list.brdnon{
    border-bottom: none;
    padding-bottom: 0px;
}
.faq .list{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #005F88;
    padding: 168px 0px;
}
.faq .list .questin{
    display: flex;
    align-items: flex-start;
    width: calc(100% - 43%);
}
.faq .list .questin h4{
    color: #F9CF8F;
    font-size: 65px;
    line-height: 75px;
    font-family: 'Besley', serif;
    margin-right: 70px;
}
.faq .list .questin h3{
    font-family: 'Besley', serif;
    color: #021A24;
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: 75px;
}
.faq .list .anser{
    display: flex;
    /* min-width: 480px; */
    width: 43%;
}
.faq .list .anser .text{
    padding-top: 10px;
}

.faq .list .anser h4{
    color: #CAEDE4;
    font-size: 65px;
    line-height: 75px;
    font-family: 'Besley', serif;
    margin-right: 60px;
}
.faq .list .anser p{
    color: #423F3F;
    /* font-size: 16px; */
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 0px 0px 38px;
}
.faq .list .anser b{
    margin: 0px 0px 38px;
    display: block;
    font-weight: 500;
}

.faq .list .anser p a{
    text-decoration: underline;
}
.faq .list .anser p a:hover{ color:#184752;}

.faq .list .anser ul{}
.faq .list .anser ul li{
    margin-bottom: 10px;
}
.faq .list .anser ul.blt{}
.faq .list .anser ul.blt li{
    font-weight: 500;
    color: #000;
}
.faq .list .anser ul.blt li i{
    margin-right: 50px;
}

