@import url('https://fonts.googleapis.com/css2?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');
*, :before, :after {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

h1{
color: #00D9C2;
font-family: Montserrat;
font-size: 100px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
h2{
color: #08263E;
font-family: Montserrat;
font-size: 54px;
font-style: normal;
font-weight: 700;
line-height: 68px; /* 125.926% */
}
h3{
color: #FFF;
text-align: center;
font-family: Montserrat;
font-size: 36px;
font-weight: 600;
line-height: 48px; /* 133.333% */
}
h4{
color: #08263E;
font-family: Montserrat;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
h5{
    color: #08263E;
font-family: Montserrat;
font-size: 26px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
h6{
    color: #FFF;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
}


body {
    color: #626262;
    /* text-align: center; */
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}

.p-sz{
    color: #626262;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
}
.grn-hd{
    color: #00D9C2;
}




.p-120{
    padding: 120px 0;
}
.p-140{
    padding: 140px 0;
}

.btn{
    border-radius: 130px;
    border: 1px solid #00D9C2;
    color: #00D9C2;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 16px 36px;
    transition: 0.3s ease;
    display: inline-block;
}
.btn.wht{
    color: #FFF;
    padding: 20px 50px;  
}
.btn.bg{
    background: #00D9C2;
    color: #FFF;
}
.btn.bg:hover{
    filter: brightness(120%);
}
.btn.wht:hover {
    background: #00D9C2;
}

.btn:hover {
    background: #00D9C2;
    color: #fff;
}
a ,a:hover{
    text-decoration: none;
}

h2 span{
    color: #00D9C2;
}

/* header css start here */

.top-header {
    background: #00D9C2;
}
.top-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-header .container ul.social_icon {
    display: flex;
    gap: 10px;
}
.top-header .container ul.social_icon li a {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: inline-block;
    background-color: rgba(255,255,255,30%);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
}
.top-header .container .email-us-head small {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* text-decoration-line: underline; */
}
.top-header .call-us-head a {
    color: #08263E;
    font-weight: 500;
}
.top-header .container .email-us-head small a{
    font-weight: bold;
    color: #FFF;
    text-decoration-line: underline;
}
.top-header .call-us-head {
    background: #fff;
    padding: 11px 34px;
}
.top-header .call-us-head i {
    margin-right: 10px;
    transform: rotate(-45deg);
    font-size: 20px;
    color: #000;
}

.main-header {
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px 0;
}
.main-header ul.navbar-nav li.nav-item a.nav-link {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.main-header ul.navbar-nav li.nav-item a.nav-link.active {
    font-weight: 700;
    position: relative;
}
.main-header .banner-btn {
    margin-left: 50px;
}
.main-header ul.navbar-nav li.nav-item a.nav-link.active:after {
    width: 5px;
    height: 5px;
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    background: #00D9C2;
    border-radius: 50%;
}
/* header css end here */


/* banner sec start here */

section.banner-sec {
    padding: 200px 0 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
section.banner-sec .banner-sec-content .banner_text h2 ,section.banner-sec .banner-sec-content .banner_text p{
    color: #fff;
}
section.banner-sec .banner-sec-content .banner_text h2 , section.banner-sec .banner-sec-content .banner_text h1 {
    margin-bottom: 0;
}
section.banner-sec .banner-sec-content .banner-btn.cstm-btn {
    margin-top: 50px;
}


/* banner slider */

/* section.banner-sec .slick-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
} */
section.banner-sec .slick-dots {
    position: absolute;
    top: 40%;
    /* transform: translate(-50% ,0); */
    right: -5%;
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 100px;
    height: 100px;
}
section.banner-sec .slick-dots li {
    list-style: none;
    margin: 5px 0;
    width: 10px;
    height: 10px;
}
section.banner-sec .slick-dots button {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: none;
    background-color: #fff;
    text-indent: -9999px;
    outline: 0;
}
section.banner-sec .slick-dots button:hover {
    background-color: #000;
}
section.banner-sec li.slick-active button {
    background: transparent;
    border: 1px solid #fff;
    width: 12px;
    height: 12px;
}
section.banner-sec .banner-sec-content-slide .row {
    align-items: center;
}

/* phc sec strat here */

section.phc-sec {
    margin-top: -120px;
    z-index: 99;
    position: relative;
}
.phc-box {
    border-radius: 25px;
    background: #FFF;
    box-shadow: 0px 34px 44px 0px rgba(8, 38, 62, 0.08);
    padding: 0 50px 50px 50px;
    height: 100%;
    text-align: center;
}
.phc-box .phc-img {
    width: 154px;
    height: 154px;
    flex-shrink: 0;
    background: #00D9C2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto auto auto auto;
    transform: translateY(-40px);
}


/* footer css strt here */

.footer_wrapper {
    background-color: #000;
}
.footer_bottom {
    background: #1F1F1F;
}
.footer_bottom p {
    padding: 22px 0;
    margin: 0;
    text-align: center;
    font-size: 16px;
    color: #FFF;
}
.row.footer_top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    padding: 60px 0;
    align-items: center;
}
.row.footer_content {
    padding: 100px 0;
}
.footer_top .subscribe_text {
    display: flex;
    align-items: center;
    max-width: 400px;
}
.footer_top .subscribe_text h4 {
    color: #fff;
    margin: 0 0 0 30px;
}
.subscribe_email .form-control {
    font-size: 15px;
    color: #858585;
    padding: 24px;
    border-radius: 145px;
    border: 1px solid #EEE;
    background: #FFF;
}
.footer_list p {
    font-size: 16px;
    color: #fff;
    margin: 40px 0 0;
}
.footer_list ul li {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}
.footer_list h5 {
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.footer_list h5::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #00D9C2;
}
.footer_list ul li a {
    color: #fff;
}
.social_icon {
    display: flex;
    align-items: center;
    gap: 10px;
}
.social_icon li a {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00D9C2;
    border-radius: 100%;
}
.quick_text {
    display: flex;
    flex-wrap: wrap;
}
.quick_text li {
    width: 50%;
}
.subscribe_email button.btn {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    border-radius: 40px;
    background: #00D9C2;
    padding: 18px 38px;
    position: absolute;
    top: 8px;
    right: 5px;
}
.subscribe_email {
    position: relative;
}
.certif_slider .certif_img {
    margin: 0 10px;
}


/* inner banner sec start here */

.inner-banner {
    padding: 263px 0 163px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.breadcrumb-item.active {
    color: #fff;
    font-weight: 700;
}
li.breadcrumb-item a {
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    font-weight: 400;
    content: "|";
}


/* about page start here */

section.inner-abt .row {
    align-items: center;
}
.grn-box {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    background: #00D9C2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.grn-box h4 {
    color: #fff;
    margin-bottom: 0;
}
.progress-box {
    text-align: -webkit-center;
}
.progress-box h6 {
    color: #08263E;
    margin-top: 30px;
    font-weight: 700;
}
.about-progress-content {
    border-bottom: 1px solid #D9D9D9;
}

.glimp-text {
    text-align: center;
    margin-bottom: 70px;
}

section.appointment-sec .appointment-flx {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}
section.appointment-sec .appointment-flx h3 {
    color: #000;
    margin-bottom: 0;
}
section.appointment-sec {
    background: #FAFBFB;
}

section.inner-abt .about-img {
    position: relative;
}
section.inner-abt .about-img:after {
    content: "";
    position: absolute;
    left: -20px;
    bottom: -26px;
    background-image: url(../img/img-aftr.png);
    width: 30%;
    height: 40%;
    background-size: cover;
    z-index: -1;
}
section.inner-abt ,section.about-progress ,.our-services-sec ,section.about-sec {
    position: relative;
    z-index: 1;
}
section.inner-abt:after ,section.about-sec:after {
    position: absolute;
    content: "";
    background-image: url(../img/sec-left-af.png);
    width: 185px;
    height: 185px;
    right: 0;
    top: 10%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    z-index: -1;
}
section.about-progress:after ,.our-services-sec:after{
    position: absolute;
    content: "";
    background-image: url(../img/sec-right-af.png);
    width: 185px;
    height: 185px;
    left: 0;
    top: 10%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    z-index: -1;
}

section.appointment-sec.sap-pg {
    background: #fff;
}