@import url('https://fonts.googleapis.com/css2?family=Poppins: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');

/***** 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;
    display: inline-block;
    font-family: "Poppins", sans-serif;
}

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;
}

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;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'qeilab';
    src: url(../fonts/qeilab.otf);
}

/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 120px 0;
}

.all-section-btm {
    padding-bottom: 120px;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.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: 'qeilab';
    font-size: 65px;
    color: #ffffff;
    font-weight: 400;
    margin: 0 0 0px;
    text-transform: capitalize;
}

h2 {
    font-family: 'qeilab';
    font-size: 55px;
    color: #000000;
    font-weight: 400;
    margin: 0 0 0px;
    text-transform: capitalize;
}

h3 {
    font-family: 'qeilab';
    font-size: 25px;
    color: #000000;
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: capitalize;
}

h4 {
    font-family: 'qeilab';
    font-size: 20px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
    text-transform: capitalize;
}

h5 {
    font-family: 'qeilab';
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    margin: 0 0 30px;
    text-transform: capitalize;
}

h6 {
    font-family: 'qeilab';
    font-size: 50px;
    color: #ffffff;
    font-weight: 400;
    margin: 0 0 0px;
    text-transform: capitalize;
}

p {
    color: #7c7c7c;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px 0 20px;
}

/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0px;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border-radius: 50px;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    color: #000000;
    font-size: 14px;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 50px;
    transition: all 0.4s ease-in;
}

.menuSec ul li a:hover,
.menuSec ul li a:active {
    background: #13316e;
    color: #ffffff;
}

.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;
    display: none;
}

.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;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.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;
}

/*header css start */

/*banner css start */

.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*/

.container-fluid {
    padding: 0 7%;
}

.headerbtn {
    text-align: end;
}

.menuSection {
    padding: 20px 0;
}

.d_block {
    display: block;
}

/* theme btn */

.themebtn {
    display: inline-flex;
    align-items: center;
    transition: 0.5s all ease;
    position: relative;
    overflow: hidden;
    background: #13316e;
    border: 2px solid #13316e;
    border-radius: 50px;
    padding: 0px 40px;
    height: 50px;
    color: #ffffff;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    z-index: 1;
}

.themebtn:before {
    width: 50%;
    height: 100%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0%;
    left: -50%;
    background: #ffffff;
    transition: all 0.5s ease-in;
    z-index: -1;
}

.themebtn:after {
    width: 50%;
    height: 100%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0%;
    left: 100%;
    background: #ffffff;
    transition: all 0.5s ease-in;
    z-index: -1;
}

.themebtn:hover {
    color: #13316e;
}

.themebtn:hover:before {
    top: 0;
    left: 0;
}

.themebtn:hover:after {
    top: 0;
    left: 50%;
}

/* theme btn */

/* about us */

.abt_main img {
    height: 500px;
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
    filter: blur(2px);
    opacity: 1;
    transition: all .3s ease-in;
}

.abt_main {
    position: relative;
    z-index: 1;
    margin: 0px;
    border-radius: 20px;
    overflow: hidden;
    width: 430px;
    transition: all .3s ease-in;
}

.abt_main:hover::after {
    background: #13316ec0;
}

.abt_main:hover img {
    filter: blur(0px);
    opacity: 1;
}

.abt_main:hover {
    transform: translateY(15px);
}

.abt_main::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 16%);
    border-radius: 20px;
    transition: all .3s ease-in;
}

.abt_top {
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    border-bottom: 1px solid #ced0c86b;
    z-index: 99;
}

.abt_btm {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    z-index: 99;
}

.abt_top p {
    color: #ffffffba;
}

.abt_btm p {
    color: #ffffff;
    margin-bottom: 0;
}

.about .col-lg-4:nth-child(3) {
    display: flex;
    justify-content: flex-end;
}

.about .col-lg-4:nth-child(2) {
    display: flex;
    justify-content: center;
}

/* about us */

/* service */

.st_btn {
    text-align: end;
}

.service_main {
    padding: 5px 30px 5px 20px;
    border-left: 2px dashed #cccccc;
    text-align: start;
    transition: all .3s ease-in;
    margin-bottom: 50px;
}

.service_main:hover {
    border-left: 2px dashed #13316e;
}

.service_icon {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #13316e;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 30px;
    border: 2px solid #13316e;
    position: relative;
    z-index: 1;
}

.service_icon img {
    height: 25px;
    filter: brightness(0) saturate(100%) invert(86%) sepia(58%) saturate(1%) hue-rotate(260deg) brightness(107%) contrast(101%);
    width: auto;
    object-fit: contain;
}

.service_icon::before {
    position: absolute;
    content: '';
    background: #ffffff;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transform: scale(0, 0);
    border-radius: 50%;
    z-index: -1;
    transition: all 500ms ease;
}

.service_main:hover .service_icon::before {
    transform: scale(1, 1);
}

.service_main:hover .service_icon img {
    filter: brightness(0) saturate(100%) invert(14%) sepia(21%) saturate(7366%) hue-rotate(209deg) brightness(92%) contrast(91%);
}

.service_main a {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #000000;
    border-bottom: 2px solid #8f8f8f;
    text-transform: capitalize;
    line-height: 20px;
    display: inline-block;
    transition: all .3s ease-in;
}

.service_main a:hover {
    color: #13316e;
    border-bottom: 2px solid #13316e;
}

.ser_mid_img img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    height: 240px;
}

/* service */

/* How DocHealth Works */

.work {
    background: url(../images/work-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    margin: 0 2%;
    border-radius: 20px;
}

.work_heading {
    text-align: center;
    margin-bottom: 30px;
}

.work_heading h2 {
    color: #ffffff;
}

.work_heading p {
    width: 45%;
    margin: 0 auto;
    color: #a8c5dd;
}

.work_main {
    border-radius: 20px;
    background: #ffffff;
    padding: 40px 25px;
    margin: 20px;
    transition: all .3s ease-in;
}

.work_main:hover {
    transform: translateY(-15px);
}

.work_main p {
    margin-bottom: 0;
}

.work_main ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.work_main h2 {
    font-size: 82px;
}

.work_main ul li:nth-child(1) {
    width: 80%;
}

.work_main ul li:nth-child(2) {
    width: 20%;
}

.work_main img {
    height: 85px;
    width: 100px;
    object-fit: contain;
}

.work .container-fluid {
    padding: 0 3%;
}

/* How DocHealth Works */

/* why choose us */


.wcu_img img {
    border-radius: 20px;
    object-fit: cover;
    height: 580px;
}

.wcu_txt {
    padding-right: 30px;
}

.wcu_txt ul li p {
    margin-bottom: 0;
}

.wcu_txt ul li {
    position: relative;
    padding-left: 25px;
    padding-bottom: 25px;
    z-index: 1;
}

.wcu_txt ul li::before {
    content: '';
    position: absolute;
    top: 0px;
    z-index: 2;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #13316e;
    left: 0;
}

.wcu_txt ul li::after {
    content: '';
    position: absolute;
    top: 0px;
    z-index: 1;
    height: 100%;
    border-left: 2px dashed #cccccc;
    left: 2px;
}

.wcu_txt ul {
    margin-top: 40px;
}

.wcu_txt ul li:last-child::after {
    content: none;
}

/* why choose us */

/* Meet Our Expert Clinical Team */

.team_heading {
    text-align: center;
    margin-bottom: 50px;
}

.team_heading p {
    width: 55%;
    margin: 0 auto;
}

.team_main:hover img {
    transform: scale(1.08);
}

.team_main:hover::after {
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.15));
}

.team_main:hover a {
    transform: translateX(-50%) translateY(-10px);
    letter-spacing: 1px;
}

.team_main {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    transition: all .4s ease-in;
    margin-bottom: 30px;
}

.team_main img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    height: 360px;
    object-position: top;
    overflow: hidden;
    transition: all .4s ease-in;
}

.team_main a {
    font-family: 'qeilab';
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 35px;
    position: absolute;
    width: 100%;
    height: fit-content;
    bottom: 5%;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    overflow: hidden;
    transition: all .4s ease-in;
}

.team_main::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 12%);
    border-radius: 20px;
    z-index: 1;
    overflow: hidden;
    transition: all .4s ease-in;
}

.team_slider .slick-slide {
    opacity: 1;
}

.team_slider .slick-prev,
.team_slider .slick-next {
    background: #13316e;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background .4s ease, transform .4s ease;
}

.team_slider .slick-prev {
    background: #a1adc5;
    color: #c4ccdb;
}

.team_slider .slick-prev:before,
.team_slider .slick-next:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 14px;
    color: #ffff;
}

.team_slider .slick-prev:before {
    content: '\f060';
    color: #c7cedc;
}

.gallery_slider .slick-next:before {
    content: '\f061';
    color: #fff;
}

.team_slider .slick-prev {
    left: -65px;
}

.team_slider .slick-next {
    right: -65px;
}

/* Meet Our Expert Clinical Team */

/* testimonial */

.test_main {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #e7e7e7;
    background: #ffffff;
    transition: all ease-in .3s;
    overflow: hidden;
    /* margin-bottom: 30px; */
    display: flex;
    justify-content: space-between;
}

.test_txt {
    padding: 0 0px 0px 20px;
}

.test_main:hover {
    background: #13316e;
}

.test_main:hover * {
    color: #ffffff;
}

.avatar img {
    border-radius: 10px;
    object-fit: cover;
    height: 100%;
    /* width: 100%; */
}

.rating {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 2px;
    font-size: 14px;
    color: #f9ae0e;
    transition: all ease-in .3s;
}

.test_txt p {
    transition: all ease-in .3s;
    margin: 20px 0;
}

.test_txt h3 {
    transition: all ease-in .3s;
    font-size: 20px;
    margin-bottom: 0;
}

.test_txt span {
    transition: all ease-in .3s;
    color: #7c7c7c;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.testimonial .container-fluid.nopadding {
    padding: 0;
}



.test_slider .slick-slide {
    opacity: 1;
}

.avatar {
    width: 110%;
}

.testi_btn button {
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 17px;
    transition: all ease-in .3s;
    border: none;
}

.test_prev {
    background: #a1adc5;
    color: #c4ccdb;
}

.test_right {
    background: #13316e;
    color: #ffffff;
}

.testi_btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

/* testimonial */

/* footer */

.footerSec {
    background: #1b1b1b;
    padding: 100px 0 0;
}

.ftr_links ul li {
    margin-bottom: 20px;
}

.ftr_links ul li a {
    font-size: 14px;
    color: #a4a4a4;
    font-family: 'Poppins';
    font-weight: 400;
    transition: all 0.3s ease-in;
}

.ftr_links ul li a:hover {
    color: #ffffff;
    transform: translateX(10px);
}

ul.social li a {
    width: 40px;
    height: 40px;
    border: 1px solid #767676;
    color: #767676;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 55px;
    font-size: 16px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    z-index: 12;
    position: relative;
}

ul.social li a:hover {
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #13316e;
    transform: translateY(10px);
}

ul.social {
    gap: 6px;
}

ul.ftr_heading_flx h5 {
    margin-bottom: 0;
}

ul.ftr_heading_flx {
    display: flex;
    justify-content: flex-start;
    padding-top: 60px;
    border-top: 1px solid #494949;
    padding-bottom: 60px;
    gap: 160px;
    align-items: center;
}

.ftr_links {
    border-left: 1px solid #494949;
    padding-left: 50px;
    height: 100%;
}

.ftr_txt p {
    color: #a4a4a4;
    width: 60%;
    margin: 30px 0;
}

.footer-btm {
    border-top: 1px solid #494949;
    padding: 20px 0;
    text-align: center;
}

.copy-txt p {
    color: #ffffff;
    margin-bottom: 0;
}

/* footer */

/* banner */

.bnr_img img {
    width: 100%;
    border-radius: 20px;
    /* height: 105vh; */
    object-fit: fill;
}

.bnr_img {
    border-radius: 20px;
    position: relative;
}

.bnr_img::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgb(19 49 110 / 0%) 20%, rgb(19 49 110 / 74%) 100%);
    height: 50%;
    width: 100%;
    border-radius: 20px;
}

.main_slider {
    border-radius: 20px;
    margin: 0 2%;
    position: relative;
    overflow: hidden;
}

.banner_text {
    margin-top: 3%;
    margin-bottom: 2%;
    text-align: center;
}

.bnrtxt_left span {
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

.bnrtxt_left span i {
    color: #ffc107;
    font-size: 14px;
}

.bnrtxt_left p {
    margin-bottom: 0;
    color: #90a9c6;
}

.bnrtxt_left ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.main_slider .container-fluid {
    padding: 0 5%;
    position: relative;
    z-index: 99;
}

.audio_icon a {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #031a48;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    outline: 4px solid #7485a9;
}

.audio_main {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}

.bnr_player {
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 30%;
    text-align: center;
    height: 20%;
    left: 50%;
    transform: translateX(-50%);
}

.bnrtxt_right ul li {
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

.bnrtxt_left ul li img {
    width: 180px;
}

.bnrtxt_right_icon {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background-color: #13316e;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bnrtxt_right_icon img {
    height: 20px;
    filter: brightness(0) saturate(100%) invert(86%) sepia(58%) saturate(1%) hue-rotate(260deg) brightness(107%) contrast(101%);
    width: auto;
    object-fit: contain;
}

.bnrtxt_right ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    font-size: 14px;
    margin-bottom: 25px;
    width: 120%;
}

.bnrtxt_right {
    float: inline-end;
}

.bnr_man_main {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0 auto -120px;
}

.bnrman {
    width: 100%;
}

.bnrman img {
    height: 100%;
    width: 100%;
    /* object-position: 40% 62%; */
    object-fit: contain;
}

.bnr_doctor {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    z-index: 0;
    transform: translateX(-50%);
    left: 50%;
}

.bnr_doctor img {
    width: 100%;
}

/* banner */

/* inner banner */

.inr_bnr_img img {
    width: 100%;
    border-radius: 20px;
    height: 360px;
    object-fit: fill;
}

.inr_bnr_img {
    border-radius: 20px;
    position: relative;
}

.inr_bnr_img::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgb(19 49 110 / 0%) 20%, rgb(19 49 110 / 74%) 100%);
    height: 100%;
    width: 100%;
    border-radius: 20px;
}

/* inner banner */

/* service detail */

.service_detail_img img {
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
    height: 570px;
}

.service_detail_txt {
    padding-left: 20px;
}

/* service detail */

/* team detail */

.team_detail_img img {
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
    height: 650px;
    object-position: top;
}

/* team detail */

/*Contact Us page */

.get-in-touch-text p {
    color: #a1adc5;
    margin-bottom: 30px;
    width: 100%;
}

.contact-form textarea {
    width: 100%;
    border-radius: 30px;
    height: 170px;
    padding: 16px 20px;
    resize: none;
    margin-bottom: 20px;
    border: 1px solid #0000002b;
    color: #000;
}

.contact-form input {
    width: 100%;
    height: 55px;
    border-radius: 50px;
    padding: 0 20px;
    margin-bottom: 20px;
    border: 1px solid #0000002b;
    color: #000;
}

.contact-social-link {
    margin-top: 50px;
}

.get-in-touch-text ul li {
    display: flex;
    align-items: baseline;
    gap: 15px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
}

.get-in-touch-text ul li:hover {
    transform: translateX(10px);
}

.get-in-touch-text ul li a span {
    display: block;
    margin-top: 8px;
}

.get-in-touch-text ul li i {
    font-size: 20px;
    color: #ffffff;
}

.get-in-touch-text ul li a {
    font-size: 14px;
    color: #ffffff;
    font-family: 'Poppins';
    font-weight: 400;
}

.contact-form textarea::placeholder,
.contact-form input::placeholder {
    color: #858585;
}

.contact-form h2 {
    font-size: 42px;
    margin-bottom: 30px;
}

.get-in-touch-text h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
}

.get-in-touch-text {
    background: #13316e;
    border-radius: 15px;
    padding: 30px 20px;
    margin: 0px 40px;
}

.contact-form {
    margin-right: 20px;
}

/*Contact Us page */

/* Book Consultation*/

.booking_heading {
    text-align: center;
    margin-bottom: 50px;
}

.booking_form input,
.booking_form textarea {
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 20px;
    border: 1px solid #bdbdbd;
    font-size: 14px;
    transition: border-color 0.3s;
    font-family: 'Poppins';
    font-weight: 400;
    border-radius: 50px;
}

.booking_form input::placeholder,
.booking_form textarea::placeholder {
    text-transform: uppercase;
    color: #9f9fa0
}

.booking_form select {
    border: 1px solid #bdbdbd;
    font-family: 'Poppins';
    border-radius: 50px;
    width: 100%;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #9f9fa0 !important;
    background-image: url(../images/selectarrow.png);
    background-repeat: no-repeat;
    background-position: 98%;
    background-size: 10px;
}

.booking_form textarea {
    border-radius: 30px;
    min-height: 150px;
    resize: none;
}

/* Book Consultation */

/* fees */

.fees_img img {
    border-radius: 20px;
    object-fit: cover;
    height: 500px;
    width: 100%;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 37%);
}

.fees_txt h2 {
    margin-bottom: 10px;
}

.fees_txt ul li {
    color: #7c7c7c;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
    padding-bottom: 20px;
    z-index: 1;
}

.fees_txt ul li::before {
    content: '';
    position: absolute;
    top: 9px;
    z-index: 2;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #13316e;
    left: 0;
}

/* fees */




.announcement-modal {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.65);
    backdrop-filter: blur(6px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: fadeIn 0.4s ease-in;
}

.announcement-card {
    background: #ffffff;
    width: 92%;
    max-width: 640px;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
    position: relative;
    animation: slideUp 0.3s ease;
    font-family: "Inter", system-ui, sans-serif;
}

.badge {
    display: inline-block;
    background: #19326d14;
    color: #19326d;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
}

.announcement-card h2 {
    font-size: 25px;
    margin-bottom: 20px;
    color: #0f172a;
}

.announcement-card p {
    font-size: 15.5px;
    line-height: 1.7;
    color: #334155;
    margin-bottom: 15px;
}

.highlight {
    background: #19326d14;
    border-left: 4px solid #19326d;
    padding: 12px 16px;
    border-radius: 6px;
}

.close-btn {
    position: absolute;
    top: 18px;
    right: 18px;
    border: none;
    background: #f1f5f9;
    color: #334155;
    font-size: 16px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s ease;
}

.close-btn:hover {
    background: #e2e8f0;
}

.announcement-card .themebtn {
    width: 100%;
    margin: 10px 0;
    justify-content: center;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}



.privacy_policy a {
    color: #13316e;
    font-weight: 500;
}

.privacy_policy ul li {
    position: relative;
    padding-left: 15px;
    padding-bottom: 10px;
    z-index: 1;
    color: #7c7c7c;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.privacy_policy ul li::before {
    content: '';
    position: absolute;
    top: 10px;
    z-index: 2;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #13316e;
    left: 0;
}
.about-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.about-contact a {
    color: #13316e;
    border: 1px solid #13316e;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 500;
}
.work_main p a {
    color: #276daa;
    font-weight: 600;
}
.work_main h3 {
    font-size: 35px;
}
.service_detail_txt li {
    list-style: disc;
    margin-left: 18px;
    color: #7c7c7c;
    line-height: 26px;
}