@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 400;
    line-height: 25px;
    font-family: 'montserrat-text-one';
}


/***** Font Files *****/

@font-face {
    font-family: 'barlow-text-one';
    src: url(../font/Barlow-Medium.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'montserrat-text-one';
    src: url(../font/Montserrat-Medium.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'brlnsdb-heading-one';
    src: url(../font/BRLNSDB.TTF);
    font-weight: 400;
    font-style: normal
}





/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 5px 5px 5px 18px;
    border: unset;
    border-radius: 45px;
    color: #ffffff;
    z-index: 1;
    background: #cd4c42;
    position: relative;
    font-size: 17px;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #000000;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #ea574b;
}

.theme_btn:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'brlnsdb-heading-one';
    font-size: 57px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 17px;
    text-transform: uppercase;
}




h2 {
    font-family: 'brlnsdb-heading-one';
    font-size: 55px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    margin: 0 0 6px;
    text-transform: uppercase;
}

h3 {
    font-family: 'brlnsdb-heading-one';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'brlnsdb-heading-one';
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 6px;
}

h5 {
    font-family: 'barlow-text-one';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'montserrat-text-one';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000000;
    padding: 10px 16px;
    font-size: 14px;
    font-family: 'barlow-text-one';
}



.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #cd4c42;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */

.container-fluid {
    padding: 0px 60px;
}

.side-btn {
    display: flex;
    gap: 18px;
}

.side-btn-img {
    height: 35px;
    width: 35px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.side-btn-text {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-family: 'barlow-text-one';
}
.dis-block{
    display: block;
}
.banner-img img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.banner_text {
    text-align: center;
    margin-top: 292px;
}
section.main_slider {
    position: relative;
}

.banner-imgone {
    position: absolute;
    top: 100px;
    left: 200px;
}

.banner-imgtwo {
    position: absolute;
    top: 100px;
    right: 100px;
}
.about-img img {
    width: 100%;
}

.about-text {
    width: 94%;
}

section.about-sec {
    position: relative;
    padding: 100px 0px;
    z-index: 1;
    margin-bottom: 100px;
}

section.about-sec:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 20%;
    background: #a2dcfd;
    z-index: -1;
    border-radius: 0px 0px 10px 0px;
}
.servicers-top-heading {
    text-align: center;
    width: 54%;
    margin: 0 auto;
}
.service-slider .slick-slide img {
    width: auto;
}
.service-slider .slick-active {
    opacity: 1;
}
.services-slider-box-img img {
    width: 100% !important;
}

.services-slider-box-text {
    background: #000000;
    padding: 20px 20px;
    text-align: center;
    color: #fff;
    border-radius: 0px 0px 10px 10px;
}


.services-icon-sd {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 0px;
}

.services-slider-box-text h4 {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 14px;
    font-size: 18px;
}

.services-slider-box-text .services-slider-text {
    display: none;
}

.services-slider-box-text .service-slider-btn-two {
    display: none;
}
.services-slider-box-text.services-slider-box-bgone {
    background: #8dc347;
}

.services-slider-box-text.services-slider-box-bgtwo {
    background: #5e7dd2;
}

.services-slider-box-text.services-slider-box-bgthree {
    background: #ffe764;
}

.services-slider-box-text.services-slider-box-bgfoure {
    background: #f167b2;
}
.service-slider .slick-slide.slick-current.slick-active .services-slider-text {
    display: block !important;
}

.service-slider .slick-slide.slick-current.slick-active .service-slider-btn-one {
    display: none;
}

.service-slider .slick-slide.slick-current.slick-active .service-slider-btn-two {
    display: block;
}

.service-slider-btn-two a {
    background: transparent;
    border: 1px solid #fff;
}
.service-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ea574b;
    border: 1px solid #ea574b;
    border-radius: 50%;
}
.service-slider .slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    margin-left: 20px;
    list-style: none;
    text-align: start;
}
section.services-sec {
    margin-bottom: 100px;
}
section.want-to-set {
    background-image: url(../images/want-to-see-bg-img.png);
    height: 840px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 207px 0px 40px 0px;
    margin-bottom: 100px;
}

.want-to-set-box h4 {
    color: #1f4f59;
    text-transform: uppercase;
}

.want-to-set-heading h2 {
    color: #fff;
}

.want-to-set-heading p {
    color: #fff;
}

.want-to-set-box ul li {
    display: flex;
    align-items: start;
    gap: 10px;
}

.want-to-set-box ul li > img {
    margin-top: 6px;
}

.want-btn-flex {
    display: flex;
    align-items: center;
    gap: 20px;
}

.want-btn-flex li p {
    /* margin-bottom: 0; */
    /* line-height: 11px; */
}

.want-btn-flex li i {
    height: 50px;
    width: 50px;
    background: #ef59aa;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
}

.want-btn-flex li {
    display: flex !important;
    align-items: center !important;
}

.want-btn-flex li p {
    font-family: 'barlow-text-one';
    font-size: 18px;
    text-transform: uppercase;
}
.want-to-set-box {
    background: #fff;
    padding: 20px 30px;
    margin-top: -10px;
    border-radius: 0px 0px 12px 12px;
}

.want-to-set-heading {
    margin-bottom: 24px;
}
.want-btn-flex li p a {
    color: #000;
}
.our-doctor-top-heading {
    text-align: center;
    margin-bottom: 30px;
}

.our-doctor-box {
    text-align: center;
}

.our-doctor-box img {
    width: 100%;
    margin-bottom: 18px;
}

.our-doctor-box p {
    font-family: 'brlnsdb-heading-one';
    color: #000;
}

.our-doctor-box h4 {
    margin-bottom: 0;
}

section.our-doctor-sec {
    margin-bottom: 100px;
}
.why-parent-text-img img {
    width: 100%;
    height: 264px;
}

section.why-parent-sec .container-fluid {
    padding: 0px 80px;
}

.why-parent-text {
    padding: 0px 40px 10px 10px;
}

.why-parent-img {
    position: relative;
}

.why-parent-img-text {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #627fcf;
    padding: 30px;
}

.why-parent-img-text ul {
    margin-bottom: 0;
}

.why-parent-img-text ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    gap: 8px;
    color: #fff;
    font-family: 'montserrat-text-one';
    font-size: 15px;
}
.why-parent-img > img {
    height: 671px;
    object-fit: cover;
    width: 100%;
}
section.why-parent-sec {
    margin-bottom: 100px;
}
.real-slid .slick-active {

    opacity: 1;

}

.real-img-sm img {

    width: 60px;

    border-radius: 7px;

    height: 50px;

    object-fit: cover;

}



.real-img-sm {

    display: flex;

    align-items: center;

    gap: 20px;

}

.real-img-sm h5 {

    font-size: 17px;

    color: #2e2e2e;

    margin: 0;

    line-height: 20px;

}



.real-img-sm h5 span {

display: block;

font-family: 'montserrat-text-one';

font-size: 12px;
}

.real-talk-txt {

    text-align: center;

}



.real-talk-txt h3 {

    font-size: 45px;

    line-height: 50px;

    margin-bottom: 10px;

    font-weight: 300;

}

.real-talk-txt p {

    font-size: 14px;

    color: #141414;

    width: 60%;

    margin: 0 auto;

    margin-bottom: 30px;

}

.real-main-bx p {

    font-size: 14px;

    color: #363636;

    margin-top: 15px;

}

.star {

    display: flex;

    gap: 20px;

}

.main-bx-work:hover {
    background-color: #b3242b;
    transition: 2s;
}

.main-bx-work:hover p {
    color: #fff;
}

.main-bx-work:hover h5 {
    color: #fff;
}

.main-bx-work:hover h4 {
    background-color: #fff;
    color: #000;
}

.star ul {

    display: flex;

    align-items: center;

    margin: 0;

}



.star ul li a i {

    color: #f39f1e;

}



.star h5 {

    font-size: 14px;

    color: #363636;

    margin: 0;

}



section.real-talk {

margin-bottom: 100px;
}

section.real-talk .container-fluid {

    padding-right: 0;

}



section.real-talk .real-slid {

    width: 103vw;

}

.real-main-bx:hover {

background-color: #f26bb4;

color: #fff;

padding:15px;

border-radius: 0px;
}

.real-main-bx:hover h5{

 color: #fff;

}



.real-main-bx:hover p{

 color: #fff;

}

.real-main-bx {

    padding: 15px;

}




.chat h5 {

    font-size: 14px;

    color: #fff;

    font-family: 'Montserrat';

    margin: 0;

}



.chat i {

    font-size: 23px;

    color: #ae262b;

    background-color: #fff;

    width: 50px;

    height: 50px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

}

section.real-talk.inn {

    padding-bottom: 0;

}
.real-main-bx:hover .star ul li a i {
    color: #ffffff;
}
/* section part-sec start */

.part-box {
    position: relative;
    z-index: 1;
}

.part-box-text {
    position: absolute;
    top: 14%;
    left: 50%;
    width: 60%;
    text-align: center;
    padding: 50px 40px;
    /* background: #fff; */
    transform: translateX(-50%);
}

img.part-bg {
    height: 460px;
    width: 100%;
    margin: 0 auto;
}

section.part-sec {
    padding: 0 0 100px 0;
}

.part-box-text .flex-center {
    gap: 40px;
}

a.underline-btn {
    text-transform: uppercase;
    color: #936654;
    text-decoration: underline;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 15px;
}
.part-box-text h2 {
    color: #fff;
}

.part-box-text p {
    color: #fff;
}

.part-box-text a {
    background: transparent;
    border: 1px solid #fff;
}


/* section part-sec end */

.gallery-slider .slick-active {
    opacity: 1;
}
.gallery-sec .gallery-slider {
    width: 103vw;
}


/* footer start */
.footer-links.footer-links-contact li {
    margin: 20px 0;
    gap: 20px;
    display: flex;
    align-items: center;
}

.footer-links.footer-links-contact li a {
    color: #fff;
    font-family: 'montserrat-text-one';
    color: #fff;
    opacity: 1;
    font-weight: 300;
}


.footer-links.footer-links-contact li i {
    color: white;
}

footer {
    /* background: #110e0c; */
    /* padding-top: 5%; */
    position: relative;
    background-image: url(../images/footer-bg=img.png);
    padding: 210px 0px 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}


.bar {
    display: block;
    margin: 0 0 30px 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0 0 30px 0;
    position: relative;
}

.bar::before {
    position: absolute;
    width: 150px;
    height: 1px;
    content: '';
    background-color: #ffffff7d;
    bottom: 0;
    left: 0;
}

.ftr_logo p {
    width: 90%;
    color: #fff;
    opacity: 50%;
    margin: 0 0 30px 0px;
}

.ftr_logo h5 {
    color: #fff;
}

ul.footer_social {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.footer_social li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #cd4c42;
}

ul.footer_social li a i {
    color: #fff;
}

ul.services a {
    font-size: 13px;
}

ul.services {}

.ftr_box a {
    font-size: 14px;
    font-family: 'montserrat-text-one';
    display: block;
    margin: 8px 0;
    color: #fff;
    opacity: 1;
    font-weight: 300;
}

.footer-links.footer-links-contact ul li img {
    object-fit: scale-down;
    width: auto;
    opacity: 50%;
}

.copy_right {
    margin: 50px 0 0 0;
    padding: 30px 0;
    text-align: left;
    border-top: 1px solid #8da5aa;
    position: relative;
}

.copy_right p {

    color: #fff;

    margin: 0;
}


ul.our-happy-box-ul img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 1px 1px 7px 4px #00000029;
}

h4.bar.full::before {
    width: 90%;
}

.top-navigator-box {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: end;
}

a.top-navigator {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 100%;
    font-size: 25px;
    color: white;
    background: #cd4c42;
}

.banner-slider .slick-slide {
    margin: 0;
}

.banner-box {
    position: relative;
    z-index: 1;
}

img.banner-img {
    height: 200px;
}


.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: fit-content;
    height: fit-content;
    transform: translate(-50%, -50%);
    text-align: center;
}


.slider-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 20px 0;
    color: #fff;
    font-family: serif;
    font-size: 25px;
}

.progress-bar {
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, rgba(197, 152, 106, 1) 0%, rgba(147, 102, 84, 1) 100%);
    transition: width 0.4s ease;
}

#current-big {
    font-size: 40px;
    font-weight: bold;
}


ul.banner_navs button {
    background: transparent;
    border: none;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
}

ul.banner_navs button img {
    object-fit: scale-down;
}

ul.banner_navs {
    display: flex;
    align-items: center;
    gap: 20px;
}

button.next-slide img {
    transform: rotate(180deg);
}
.ftr_logo img {
    width: 84%;
}


section.gallery-sec {
    margin-bottom: 100px;
}
/* footer end */