:root {
    --primary-color:#025294;
    --secondary-color:#F56535;
}

body{
   font-family: "Rubik", sans-serif;
   
   
}
p{
   font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #4f4d4d;
}
h1, h2, h3, h4, h5, h6{
   font-family: "Raleway", sans-serif;  
}
img{
    height:auto;
    max-width:100%;
}
ul{
  padding:0;
 margin:0;  
}

a{
    text-decoration:none;
}
.section-title {
    margin: 0 0 7px;
}
.section-title.text-center{
    margin: 0 0 37px;
}
.section-small-title {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    max-width: max-content;
    color: var(--primary-color);
    text-transform: uppercase;
    margin-bottom: 11px;
    padding-left: 1.5rem;
}

.section-small-title::after {
   position: absolute;
    content: "";
    background-image: url(../images/svg/Artboard.svg);
    left: -0.5rem;
    z-index: 2;
    top: -0.6rem;
    bottom: 0;
    margin: auto;
    height: 35px;
    width: 34px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.4s;
}

.section-large-title{
    font-size: 33px;
    font-weight: 800;
    line-height: 1.2;
   
    margin: 0 0 14px;
}
/*about-section-start*/
.about-section{
    position: relative;
    padding: 0 0 3rem;
}

.doc-about-service {
    display: flex;
    gap: 20px;
    box-shadow: 0 4px 6px #d9daea;
    padding: 30px 20px;
    border-radius: 10px;
    border: 1px solid #02529430;
    /*border: 1px solid rgba(67, 67, 67, 0.1);*/
    align-items: center;
    height: 100%;
}

.about-service-kiest {
    padding: 40px 0 50px;
}
.doc-about-service .title{
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0;
    font-size:19px;
}
.doc-about-service .icon{
   min-width: 65px;
    transition: all 0.7s ease-out 0s;
    z-index: 1;
    position: relative;
}

.doc-about-service:hover .icon{
    animation: roted 2s;
}
@keyframes roted{
    100% {
    transform: rotateY(360deg);
}
}
.about-image-related {
    position: relative;
   
}
.about-parfgep-sec{
    padding-left: 1.3rem;
}
.move-right {
    animation: moveright 1s linear;
    animation-name: moveright;
}
@keyframes move-right{
    0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
}

.rts-about-area .move-right img {
    width: 100%;
}

.about-image-related .review-area {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 15px 0 0 15px;
    border-radius: 10px 0 0 0;
}
.about-parfgep-sec p{
     margin: 0 0 23px;
}
   
.about-image-related .review-area .stars-area {
   display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.about-image-related .review-area .stars-area .wrapper {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 10px;
}

.about-image-related .review-area .stars-area .wrapper .single {
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffbf43;
}
.about-image-related .review-area .stars-area .wrapper .single i {
    color: #fff;
    font-size: 14px;
    line-height: 0;
}
.about-image-related .review-area .stars-area .content {
    font-weight: 600;
    color: #000;
    width: 150px;
    font-size: 1.3rem;
}
.about-image-related .review-area .stars-area .content span{
        
    color: #f56535;
    font-style: italic;
}
.abou-ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content:space-between;
    margin-bottom: 1.5rem;
}
.abou-ul li{
   width: 49%;
    position: relative;
    padding-left: 1.5rem;
    font-family: 'Raleway';
    font-weight: 600;
    /* margin-bottom: 1rem; */
    font-size: 15px;
    margin: 0.3rem 0;
}
.abou-ul li:before{
    content:"\f14b";
    color: #f6a522;
     position:absolute;
    left:0;
    font-family: flaticon_normal-icon !important;
}


.our-about-secftion {
    position:relative;
    padding:3rem 0 3rem;
}
.our-about-secftion .doc-sed{
    row-gap: 10px;
   
}
.our-about-secftion .about-parfgep-sec{
    padding-left:0;
}
.our-about-secftion .doc-about-service{
    padding: 19px 15px;
    box-shadow: unset;
}
.our-about-secftion .doc-about-service .title{
        font-size: 15px;
}
.our-about-secftion .doc-about-service .icon{
    min-width: 45px;
}

.support-inernal-potral{
     position:relative;
    padding:3rem 0 3rem;
}

.potral-img {
    text-align: end;
    margin-right: 40px;
    max-width: fit-content;
    position: relative;
    /*margin-top: 50px;*/
}
@media (max-width: 1400px) {
    .potral-img:before {
      
        left: -28px;
        top: 6%;
    }
}

.potral-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f56535;
    left: 28px;
    z-index: -1;
    transform: rotate(5deg);
    top: 5%;
}

.support-heading {
    border-left: 3px solid #025294;
    padding-left: 27px;
    margin-top: 25px;
}
.choose-us {
    display: flex
;
    gap: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 25px;
}
.choose-us:last-child {
  border-bottom: none;
}
.inernal-imfg {
    width: 75px;
    min-width:75px;
    height: 75px;
    background-image: linear-gradient(to top, #ff5722 0, #f39900 100%);
    box-shadow: 0px 0px 24px 0px rgb(252 103 27 / 22%);
    -webkit-box-shadow: 0px 0px 24px 0px rgb(252 103 27 / 22%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.inernal-imfg img{
    filter: brightness(0) invert(1);
}
@media (max-width: 1400px) {
    .support-inernal h4 {
        font-size: 28px;
    }
}
.support-inernal h4 {
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 7px;
}
.support-inernal p{
    margin-bottom:0;
}
.support-inernal-parg{
    padding-bottom: 30px;
}
/***********button-start***********/

.btn-default {
    position: relative;
    display: inline-block;
    font-size: 16px;
    padding-right: 2.2rem !important;
    line-height: 1em;
    text-transform: capitalize;
    background: var(--secondary-color);
    color: #fff;
    border-radius: 50px;
    padding: 12px 20px;
    border: none;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}
.about-parfgep-sec .btn-default{
    padding-right: 2.5rem !important;
   padding: 18px 26px
}
.about-parfgep-sec .btn-default i{
        right: 18px;
}
.btn-default:hover::after, .btn-default:hover::before {
    width: 60%;
}
.btn-default.ser-btn:hover{
    border-color:#f6a522 !important
}
.btn-default::before {
    left: -10px;
}
.btn-default::after {
    right: -10px;
}
.btn-default::after, .btn-default::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: #f6a522 !important;
    transform: skew(15deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.btn-default i{
    position: absolute;
    font-size: 15px;
   
    right: 12px;
}

/***********button-end***********/
.why-choose-us-areaswa{
    /*background-color: #F1F1FF !important;*/
    background-color:#f3a62624 !important;
    border-radius: 10px;
    margin: 0 5rem !important;
    padding: 5rem 4rem;
}
.why-info p{
        margin-bottom: 0;
}
@media only screen and (min-width: 1200px)  {
    .why-choose-us-areaswa{
       margin: unset;
    }
    .right-whychoose-us-style-one .thumbnail-image {
    position: absolute;
    right: -5rem;
    bottom: 0;
    max-width: 438px;
}
}

.our-why-choose-us {
    margin-top: 40px;
}
.our-why-choose-us .why-choose-us-box {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    padding: 22px 20px;
    border-radius: 20px;
    border: 1px solid #00000029;
    max-width: 89%;
}

.why-choose-us-box .why-info .title {
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}

.right-whychoose-us-style-one {
    position: relative;
}

.right-whychoose-us-style-one .thumbnail-image {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 438px;
}
.right-whychoose-us-style-one .inner-content .top {
    position: absolute;
    left: 40px;
    top: 40px;
}

.feature-bg-primary {
    position:relative;
}
.feature-bg-primary{
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    left: 40px;
    /* top: 0; */
    width: 453px;
    height: 591px;
   background: #025294;
    padding: 15px 20px;
    border-radius: 10px;
}

.right-whychoose-us-style-one .inner-content .top .title {
    color: #fff;
    font-size: 80px;
    margin-bottom: 3px;
}
.right-whychoose-us-style-one .inner-content .top .time-shedule {
    display: flex;
    align-items: center;
    gap: 8px;
}
.right-whychoose-us-style-one .inner-content .top .time-shedule span {
    font-size: 48px;
    font-weight: 400;
    color: #fff;
}
.right-whychoose-us-style-one .inner-content .call-us {
    position: absolute;
    left: 30px;
    bottom: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}



/*our-treatemnet-sec-start*/
.our-treatemnet-sec{
        position: relative;
    padding: 4.5rem 0 4rem;
    background:#f5f5f5;
}
.our-treatemnet-sec .swiper-wrapper{
    margin-bottom:4rem;
    align-items: stretch;
}
.our-treatemnet-sec .swiper-slide{
    display:flex;
    height: auto !important;
}
.single-service-area {
    padding: 50px 25px;
    border-radius: 10px;
     position: relative;
    height: 100%;
    transition: 0.3s;
       width: 100%;
           z-index: 1;
}
.single-service-area:hover .btn-transparent{
    background:var(--secondary-color);
    color:#fff;
}
.single-service-area:after{
    content: "";
    background: #fff !important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-mask-image: url("data:image/svg+xml,%3csvg%20width='1000'%20height='900'%20viewBox='0%200%201000%20900'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M1000%200H0V900H903V791H1000V0Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M1000%20586C1000%20572.193%20988.807%20561%20975%20561H715C701.193%20561%20690%20572.193%20690%20586V875C690%20888.807%20701.193%20900%20715%20900H915C928.807%20900%20940%20888.807%20940%20875V865C940%20851.193%20951.193%20840%20965%20840H975C988.807%20840%201000%20828.807%201000%20815V586Z'%20fill='white'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg%20width='1000'%20height='900'%20viewBox='0%200%201000%20900'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M1000%200H0V900H903V791H1000V0Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M1000%20586C1000%20572.193%20988.807%20561%20975%20561H715C701.193%20561%20690%20572.193%20690%20586V875C690%20888.807%20701.193%20900%20715%20900H915C928.807%20900%20940%20888.807%20940%20875V865C940%20851.193%20951.193%20840%20965%20840H975C988.807%20840%201000%20828.807%201000%20815V586Z'%20fill='white'/%3e%3c/svg%3e");
    -webkit-mask-position: right bottom;
    mask-position: right bottom;
    border-radius: 25px 25px 0;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}
.our-treatemnet-sec .row{
        row-gap: 30px;
}
.single-service-area .title{
    margin-bottom:1rem;
}
.swiper-pagination-bullet-active{
    width: 25px !important;
    border-radius: 20px  !important;
    display: inline-block;
    background:var(--secondary-color) !important;
}
.swiper-pagination-bullet{
    height:8px;
    width:8px;
}
.doctosrs .swiper-wrapper{
    margin-bottom:2rem;
}
.ser-btn{
    color: var( --primary-color);
    border: 1px solid var( --primary-color) !important;
    background:transparent;
}
.ser-btn:hover{
    color:#fff;
}
.ser-btn i{
    position: absolute;
    transform: rotate(270deg);
    font-size: 20px;
    top: 10px;
}
/*.single-service-area .service-icon {*/
    
/*    background: #025294;*/
/*    max-width: fit-content;*/
/*    border-radius: 50%;*/
/*    padding: 8px;*/
/*    width: 50px;*/
/*    height: 50px;*/
    
/*    margin-bottom: 16px;*/
/*}*/
.single-service-area .service-icon img{
        /*filter: brightness(0) invert(1);*/
            margin-bottom: 1.2rem;
}
.service-icon{
        z-index: 2;
    position: relative;
}
.single-service-area .title {
    margin-bottom: 0rem;
    z-index: 2;
    position: relative;
}
.single-service-area .title a{
   font-size: 17px;
    line-height: 1;
    font-weight: 700;
    color: #000;
}
.single-service-area:hover .title a{
    color:var(--secondary-color);
}

.single-service-area p{
    margin-bottom: 0;
    text-align:justify;
    /*-webkit-line-clamp:3;*/
    /*overflow: hidden;*/
    /*display: -webkit-inline-box;*/
    /*-webkit-box-orient: vertical;*/
}

.btn-transparent {
     box-shadow: 0 20px 50px rgb(3 27 78 / 10%);
    position: absolute;
    right: 0px;
    color: var(--primary-color);
    bottom: 0px;
    font-size: 20px;
    height: 48px;
    width: 48px;
    min-width: 48px;
    padding: 0;
    display: inline-flex
;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    justify-content: center;
    font-size: 24px;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.btn-transparent:hover{
   color:var(--secondary-color);
}
.btn-transparent i {
    position: relative;
    /* bottom: -1px; */
    font-weight: 400;
    transform: rotate(270deg);
    transition: 0.3s;
    height: 27px;
}

.btn-transparent:hover i {
    transform: rotate(0deg);
}

/*our-treatemnet-sec-end*/
.top-header {
    background: var(--primary-color);
    padding: 5px 0;
    position: relative;
}
.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-logo{
    display:flex;
    gap:15px;
    align-items:center;
}
.header-top .left,
.header-top .right{
    display: flex;
    align-items: center;
   
}
.header-top .left{
    gap: 15px;
}
.header-top .right{
     gap: 10px;
}
.header-top .left .map-area,
.header-top .right .map-area {
  
    display: flex;
    /*align-items: center;*/
    align-items: flex-start;
    gap: 7px;
    position:relative;
}
.emer-btns.btn-book{
        background: var(--secondary-color);
    padding: 8px 15px;
    padding-left: 2.1rem;
    text-transform: uppercase;
    cursor:pointer;
        font-size: 14px;
}
.emrgencsd{
    left: -18px;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1;
    text-align: left;
    min-width: 170px;
    top: 30px;
    display:none;
}
.ho-bntsd:hover .emrgencsd{
    display:block;
}
.emrgencsd  a{
    color: #000 !important;
    display: block;
    padding: 5px 10px;
    transition:0.5s linear;
}
.emrgencsd a:hover, .heade-btn .btn-book:hover{
        background: #f6a522 !important;
    color: #fff !important;
}
.emer-btns.btn-book i{
   font-size: 15px !important;
    margin-left: 5px;
    height: 16px !important;
    position: absolute;
    left: 5px;
}
.header-top .left .map-area i,
.header-top .right .map-area i{
    color: #fff;
    font-size: 18px;
    height: 20px;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.header-section.sticky {
    animation: slideDown 0.7s ease-out;
    background: rgba(255, 255, 255, 1);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transform: translateY(0%);
    visibility: visible;
}

@keyframes slideDown{
    0% {
    transform: translateY(-100%);
}
100% {
    transform: translateY(0);
}
}
.map-area a{
    color: #fff;
    font-size: 14.5px;
    font-family: 'Rubik';
    font-weight: 300;
}

.nav-area ul li.main-nav {
    padding: 27px 0;
    cursor: pointer;
}
.nav-area ul li {
    margin: 0;
    padding: 0;
}

.nav-area ul li a, .nav-area ul li > div {
    color: #000;
    font-size: 16px;
   position:relative;
}
.nav-area > ul > li > a:after, .nav-area > ul > li > div:after{
    content: "";
    width: 0px;
    background: var(--secondary-color);
    height: 3px;
    left: 0;
    position: absolute;
    bottom: -5px;
    transition:0.3s linear;
}

.nav-area > ul > li:hover > a:after,
.nav-area > ul > li.active > a:after, .nav-area > ul > li:hover > div:after{
    width:20px;
}
li.hass-dropdown .submenus{
    min-width: 200px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    transition: 0.3s;
    border-radius: 0 0 6px 6px;
    background-color: #fff;
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
    display: inline-block;
    box-shadow: 0 36px 35px rgba(0, 0, 0, 0.08);
    padding: 0 0;
    transform-origin: 0 0;
    transform: scaleY(0);
}
li.hass-dropdown {
    position: relative;
}
li.hass-dropdown .submenus li a:hover {
        background: #f6a522 !important;
    color: #fff !important;
}

li.hass-dropdown .submenus li a.active {
        background: #f6a522 !important;
    color: #fff !important;
}

li.hass-dropdown .submenus li {
    margin-right: 0;
    padding: 0;
}
li.hass-dropdown:hover .submenus {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: translateY(0);
    transform: scaleY(1);
}
li.hass-dropdown .submenus li a {
    padding: 6px 16px !important;
    font-weight: 400;
    font-size: 14px;
    transition: all 0.3s;
    border-radius: 4px;
    display: block;
}
.mega-menu-item li a{
    color: #000;
    font-size: 13px !important;
}


.mega-menu-item li {
  border-bottom: 1px solid rgb(2 82 148 / 25%);
    height:100%;
}

.menu-item-open > a {
    color: #000!important;
    transition: 0.3s;
    font-weight:500;
}
.main-nav a {
    transition: 0.3s;
}

.has-dropdown a{
    position:relative;
}
.has-dropdown{
 /*padding-right:10px !important;*/
}
.has-dropdown > a::after {
    /*position: absolute;*/
    /*content: "\f104";*/
    /*right: -18px;*/
    /*top: 0;*/
    /*font-weight: 400;*/
    /*color: #111032;*/
    /*font-family: flaticon_normal-icon !important;*/
    /*font-weight: 300;*/
    /*font-size: 14px;*/
}

.rts-mega-menu {
    transform: translateX(-50%) scaleY(0);
    left: 50%;
    max-width: 80%;
}
.rts-mega-menu.menu-with-add {
    padding: 0;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
}
.bottom-header-bar .container{
    position:relative;
}
.has-dropdown.mega-menu .rts-mega-menu {
   position: absolute;
    content: "";
    min-width: 1200px;
    height: auto;
    top: 100%;
    transform: scaleY(0);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    transition: all 0.3s;
    border-radius: 0 0 10px 10px !important;
    background-color: #ffffff;
    display: inline-block;
    box-shadow: 0 36px 35px rgb(61 60 60 / 7%);
    transform-origin: 0 0 0;
    padding: 25px;
   
}
.has-dropdown.mega-menu:hover .rts-mega-menu {
    transform: translateX(-50%) scaleY(1);
}
.has-dropdown.mega-menu:hover .rts-mega-menu {
      opacity: 1;
    visibility: visible;
    top: 100%;
    transform: scaleY(1);
}


.heade-btn {
    margin-left: auto;
    max-width: fit-content;
    
    position: relative;
}

.heade-btn .btn-book {
    display: flex
;
    align-items: center;
    max-height: 30px;
    text-transform: uppercase;
    border: 1px solid #faf7f6;
    padding: 8px 15px;
    padding-right: 12px;
        font-size: 14px;
}
.heade-btn .btn-book i{
    font-size: 17px;
    margin-left: 5px;
    height: 16px;
    transform: rotate(-90deg);
}
.heade-btn:hover .btn-book{
    background: var(--primary-color) ;
}
.btn-book {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1em;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50px;
    padding: 12px 20px;
    border: none;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}


.rts-mega-menu.menu-with-add .menu-add-top-area {
    padding: 19px 0 17px 0;
    border-bottom: 1px solid #dae5ef;
    margin-left: 49px;
}
/*.mega-loped{*/
/*    padding-left: 30px !important;*/
/*    padding-top: 30px !important;*/
/*}*/
.menu-add-top-area .title{
    margin-bottom: 0;
    font-size: 24px;
    font-weight:700;
    color: var(--primary-color);
}
.rts-mega-menu .mega-menu-item {
    gap: 7px;
     display: flex;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    align-items: center;
}
.nav-area ul {
        display: flex
;
    align-items: center;
    gap: 15px;
    padding: 0;
    flex-wrap:wrap;
    margin: 0;
    list-style: none;
    justify-content: flex-end;
}

.rts-mega-menu.menu-with-add .mega-menu-item li a {
    display: flex;
    align-items: center;
    gap: 10px;
    /*width: 100%;*/
    width: 281px;
    height:100%;
}
.rts-mega-menu .mega-menu-item li a:hover {
    background: #fff9ca !important;
    color: #025294;
}
.has-dropdown .rts-mega-menu .mega-menu-item li a.active {
    background: #fff9ca !important;
    color: #025294;
}
.mega-menu-item > li > a {
    display: flex !important;
    align-items: center;
    padding: 6px 12px !important;
    border: 1px solid transparent;
    width: 90%;
}
.menu-right-add {
    display: flex;
    justify-content: flex-end;
    align-items: end;
    max-width: max-content;
    margin-left: auto;
    position: relative;
    border-radius: 0 0 7px 0;
    overflow: hidden;
}



.key-number-section{
    position: relative;
    padding: 4rem 0;
    background: #f5f5f5;
}

.key-counter-boxes{
	display: flex;
	align-items: start;
	justify-content: center;
	gap: 40px 0;
    margin-top: 4rem;
}

.excellence-counter-box:first-child{
	margin-left: 0;
}

.key-counter-item{
	border: 2px solid var(--secondary-color);
	border-radius: 50%;
	    width: 212px;
    height: 212px;
	/*display: flex;*/
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: -webkit-center;
	padding: 30px;
	margin-left: -30px;
	transition: all 0.4s ease-in-out;
}
.key-number-section:before {
    content: "";
    position: absolute;
    background-image: url(../images/bg/map.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
    left: 0;
}
.key-counter-item img{
        text-align: center;
    display: block;
   filter: invert(46%) sepia(61%) saturate(1898%) hue-rotate(341deg) brightness(100%) contrast(93%);
    margin-bottom: 0.5rem
;
}
.key-counter-item:first-child{
	margin-left: 0;
}

.key-counter-item:nth-child(even){
	background-color: var(--secondary-color);
	transform: translateY(-40px);
}

.key-counter-boxes:hover .key-counter-item:nth-child(odd){
	background-color: var(--secondary-color);
	transform: translateY(-40px);
}

.key-counter-boxes:hover .key-counter-item:nth-child(even){
	background-color: transparent;
	transform: translateY(0px);
}
.key-counter-boxes:hover .key-counter-item:nth-child(odd) img, .key-counter-boxes .key-counter-item:nth-child(even) img{
    filter:brightness(0)invert(1);
}
.key-counter-boxes:hover .key-counter-item:nth-child(even) img{
    filter: invert(46%) sepia(61%) saturate(1898%) hue-rotate(341deg) brightness(100%) contrast(93%);
}
.key-counter-item{
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1.2em;
    transition: all 0.4s ease-in-out;
    font-weight: 600;
}

.key-counter-item p{
        text-transform: capitalize;
	margin-top: 0.5rem;
    margin-bottom: 0;
    line-height: 1.2;
    font-size: 15px;
	transition: all 0.4s ease-in-out;
}

.key-counter-boxes:hover .key-counter-item:nth-child(odd) p,
.key-counter-boxes:hover .key-counter-item:nth-child(odd){
	color: #fff;
}

.key-counter-item:nth-child(even) p,
.key-counter-item:nth-child(even){
	color: #fff;
}

.key-counter-boxes:hover .key-counter-item:nth-child(even) p,
.key-counter-boxes:hover .key-counter-item:nth-child(even){
	color: #000;
}



.our-testimonial{
	background: url('../images/bg/testimonial-bg.png'), linear-gradient(180deg, var(--primary-color) 60%, #fff 40%);
	background-position: center center;
	background-size: auto;
	padding: 100px 0 20px;
}

.our-testimonials{
	color: #fff;
}
.our-testimonial-commen{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 40px;
}
.our-testimonial .btn-book{
        background: var(--secondary-color);
}
.white{
    color:#fff;
}
.our-clientle-testimonial{
	background-color: #fff;
	box-shadow: 0px 12px 37.1px 0px #0000000D;
	border: 1px solid #f0f0ff;
	border-radius: 40px;
	padding: 80px 80px 40px;
	    position: relative;
}
.google-reviews{
       background-image: url(../images/reff/google-review.webp);
    height: 51px;
    width: 50px;
    background-size: cover;
    position: absolute;
    right: 0;
    z-index: 3;
    bottom: 60px;
}
.testimonial-header{
	margin-bottom: 50px;
}

.testimonial-quote{
	margin-bottom: 30px;
}

.testimonial-quote img{
	max-width: 50px;
}

.testimonial-content p{
	font-size: 18px;
	font-weight:400;
	margin: 0;
}

.testimonial-body{
    display: inline-flex;
    align-items: center;
}

.author-image{
    margin-right: 20px;
}

.author-image img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.author-content{
	text-align: left;
    width: calc(100% - 80px);
}

.author-content h3{
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.author-content p{
	text-transform: capitalize;
	margin: 0;
}

.testimonial-btn{
	position: absolute;
	bottom: 0;
	    width: 100%;
	right: 0;
	display: flex;
	align-items: center;
	
	justify-content: center;
	margin-top: 30px;
	z-index: 1;
}
.our-clientle-testimonial .swiper-wrapper{
    margin-bottom:3rem;
}
.our-clientle-testimonial .swiper-button-next,
.our-clientle-testimonial .swiper-button-prev{
	position: relative;
	width: 45px;
	height: 45px;
	background-color: var(--secondary-color);
	border-radius: 10px;
	transition: all 0.4s ease-in-out;
}

.our-clientle-testimonial .swiper-button-next{
	margin-left: 30px;
}


.our-clientle-testimonial .swiper-button-next:hover,
.our-clientle-testimonial .swiper-button-prev:hover{
	background-color: #f6a522 !important;
}

.our-testimonial .swiper-button-prev:after,
.our-testimonial .swiper-button-next:after{
   content:unset;
}

.our-clientle-testimonial .swiper-button-next::before,
.our-clientle-testimonial .swiper-button-prev::before{
	content: '';
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../images/svg/arrow-white.svg") no-repeat center center;
    background-size: 16px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.our-clientle-testimonial .swiper-button-prev::before{
	transform: rotate(180deg);
}



.site-footer-three {
    position: relative;
    display: block;
    background-color: var(--primary-color);
    padding: 40px 0 0;
    z-index: 1;
}
.bottom-menu-links .footer-widget-list li{
    position:relative;
}
.bottom-menu-links .footer-widget-list li:before{
    right: -10px;
    position: absolute;
    height: 100%;
    width: 1px;
    color: #fff;
    content: "";
    background: #ffffff3b;
}
.bottom-menu-links .footer-widget-list li:last-child:before{
    display:none;
}
.site-footer-shape-1 {
    position: absolute;
    bottom: 30px;
    left: 0;
    opacity: 0.05;
    z-index: -1;
}

.site-footer-shape-1 img {
    width: auto;
}

.footer-widget-logo-and-social {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}

.footer-widget-logo {
    position: relative;
    display: block;
}
.social-media {
    display: flex;
    align-items: center;
    margin-top: 10px;
    z-index: 1;
    position: relative;
    gap: 0px 5px;
}

.social-media a {
        display: inline-block;
    height: 33px;
    width: 33px;
    line-height: 38px;
    text-align: center;
    margin-right: 7px;
    border-radius: 50px;
    background-color: #f56535;
    color: #fff;
    transition: all 0.3s ease-in;
}

.social-media a:hover {
    color:  var(--secondary-color);
    background-color: #fff ;
}

.footer-witop-inner {
    position: relative;
    display: block;
    padding: 30px 0 20px;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    border-top: 1px solid rgb(255 255 255 / 10%);
}

.footer-widget-head {
     position: relative;
    display: inline-block;
    font-size: 19px;
    font-weight: 700;
    line-height: 21px;
    
    margin-bottom: 22px;
    text-transform: capitalize;
    color: #fff;
}

.footer-contact-info {
    position: relative;
    display: block;
}

.footer-date-contact-list {
    position: relative;
    display: block;
}

.footer-date-contact-list li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-date-contact-list li+li {
    margin-top: 16px;
}

.footer-widget-icon {
    position: relative;
    display: flex
;
    /* align-items: center; */
    align-items: flex-end;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #f56535;
    border-radius: 50%;
    transition: all 500ms ease;
    color: #fff;
}

.footer-date-contact-list li:hover .footer-widget-icon {
    background-color: #fff;
}

.footer-widget-icon span {
    font-size: 16px;
    color: #fff;
    transition: all 500ms ease;
}

.footer-date-contact-list li:hover .footer-widget-icon span {
    color: #ffffff
}

.footer-contact-content {
    position: relative;
    display: block;
    flex: 1;
}

/*.footer-contact-content span {*/
/*       color: #fff;*/
/*    font-size: 17px;*/
/*    font-weight: 600;*/
/*}*/
.footer-date-contact-list li:hover .footer-widget-icon {
    background-color: #fff;
        color: #f56535;
}

.footer-contact-text-pae {
    color: #fff;
    font-size: 15px;
   
   
}

.footer-contact-text-pae a {
    color: #fff;
}

.footer-contact-text-pae a:hover {
    color: #ffffff
}

.footer-widget-nav-link {
    position: relative;
    display: block;
}

.footer-widget-tretmen-link {
    position: relative;
    display: block;
}
.bottom-menu-links .footer-widget-list{
    position: relative;
    display: block;
    display: flex;
    align-items: center;
    /*justify-content: flex-end;*/
    list-style: circle;
    color: #fff;
    gap: 20px;
    flex-wrap: wrap;
    width: 80%;
}
.footer-widget-list {
    position: relative;
    display: block;
}
.footer-widget-list li {
        position: relative;
    display: block;
    line-height: 1.3;
   
}
.footer-widget-tretmen-link .footer-widget-list li{
     margin: 0.7rem 0;
}
.footer-widget-tretmen-link .footer-widget-list li:first-child{
    margin-top:0;
}
.footer-widget-tretmen-link .footer-widget-list li a{
    font-weight:200;
}
.footer-widget-list li a {
       position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    font-family: "Rubik", sans-serif;
}

.footer-widget-list li a:hover {
    color: #f57024;
}

.site-footer-three__bottom {
    position: relative;
    display: block;
}

.site-footer-bottom-inner {
       position: relative;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    align-items: center;
    text-align: center;
}

.footer-three-copyright  {
    position: relative;
    display: block;
}

.copyright-text {
    color: #fff;
        margin-bottom: 0;
}

.copyright-text a {
    color: #fff;
    text-transform: capitalize;
}
/*.list-unstyled{*/
/*    position: relative; */
/*}*/
/*.list-unstyled li:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    left: 6.3rem;*/
/*    top: 4px;*/
/*    width: 2px;*/
/*    height: 15px;*/
/*    background-color: #fff;*/
/*}*/
.copyright-text a:hover {
    color: #ffffff
}

.footer-bottoms-menu-box {
    position: relative;
    display: block;
}

.footer-bottoms-menusd {
    position: relative;
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    font-family: "Rubik", sans-serif;

}

.footer-bottoms-menusd li {
    position: relative;
    display: block;
}

.footer-bottoms-menusd li a {
    color: #fff;
    font-size: 15px;
    font-weight:100;
    position:relative;
}
.footer-bottoms-menusd li:not(:last-child) a::after{
    right: -10px;
    position: absolute;
    height: 100%;
    width: 1px;
    top:0;
    color: #fff;
    content: "";
    background: #ffffff3b;
}
a.copyright-text{
        font-weight: 100;
    font-size: 15px;
}
.footer-bottoms-menusd li a:hover {
    color: #ffffff
}


/* scroll to top */

.progress-wrap {
    position: fixed;
       right: 10px;
    bottom: 10px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;

}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
     font-family: flaticon_normal-icon !important;
    content: "\f1cc";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: var(--secondary-color);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    border: 1px solid var(--secondary-color);

    border: none !important;
    box-shadow: none;
    border-radius: 50% !important;
    border-radius: 5px;
}

.progress-wrap:hover::after {
    opacity: 1;
    content: "\f1cc";
}

.progress-wrap::before {
    position: absolute;
    font-family: flaticon_normal-icon !important;
    content: "\f1cc";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background: var(--secondary-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 0;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg {
    color: var(--color-primary);
    border-radius: 50%;
    background: transparent;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--secondary-color);
    stroke-width: 4px;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}



.home-blue {
   

    
}
 .progress-wrap svg.progress-circle path {
        stroke: var(--secondary-color);
    }
.progress-wrap::after {
        border-color: var(--secondary-color);
        box-shadow: 0px 3px 20px 6px #02529430;
        color: var(--secondary-color);
    }
.footer-top-img {
    position: relative;
    padding: 5rem 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1;
    background: url('../images/bg/VIMS-29-DEC2942-1-2048x536.webp');
   height: 400px;
}

.faq-section{
    position:relative;
    padding:4rem 0 3rem;
}
.faq-section p{
    max-width: 75%;
    margin: auto;
}
.accordion .accordion-item {
    margin-bottom: 10px;
    border: 1px solid #02529426;
    border-radius: 10px;
    padding: 10px;
}
.accordion .accordion-item .accordion-header {
    background: transparent;
    box-shadow: none;
    border: none;
}
.accordion-item .accordion-header button {
    background: transparent;
    box-shadow: none;
    border: none;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.accordion .accordion-item .accordion-body {
   font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #4f4d4d;
    padding-top:0;
}
.accordion-button::after{
    content: "\f196";
    font-family: flaticon_normal-icon !important;
    background-image: unset !important;
    background:  var(--secondary-color);
    font-weight: 100;
    font-size: 10px;
    color: #fff;
    display: flex
;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transform: rotate(45deg);
}
.accordion-button:not(.collapsed)::after{
    background:var(--primary-color);
}
/*.banner-content-area {*/
/*  padding-left: 235px;*/
/*}*/

.rts-banner-area-two .bg_image{
   
    background-size: cover;
    background-position: center;
   
}


/*our-doctor-portfol*/

.our-doctor-portfol{
    position:relative;
}
.our-doct-img{
    text-align: center;
    max-width: 400px;
    padding: 0 10px;
    margin: 0 auto 25px;
}
.our-doct-img .doct-img img {
    max-width: 364px;
    max-height: 547px;
    object-fit: cover;
    width: 100%;
}

.our-doct-img .doct-img .border-shape {
    position:relative;
    top: 20%;
    content: url(https://medically-next.vercel.app/images/team/border-shape.svg);
}

.our-doct-img .doct-img:before {
    bottom: 1.6rem;
    height: 80%;
    content: "";
    background: linear-gradient(358deg, #1e63ff -1077.15%, #187cff -690.64%, #128fff -213.19%, #0ca9ff 218.79%, #06c2ff 764.46%, #00dbff 1196.44%);
    border-radius: 200px 200px 30px 30px;
}

.our-doct-img .doct-img .border-shape, .our-doct-img .doct-img:before {
    position: absolute;
    left: 20%;
    transform: translateX(-50%);
    width: 337px;
    z-index: -1;
}

/*infrasturct*/
.infrastruc{
    position:relative;
    padding:5rem 0;
}
.infrastruc .row{
    row-gap:30px
}
.it-service-2-item{
    border-radius: 10px;
    box-shadow: 0 4px 50px 0 rgb(9 51 27 / 9%);
    background-color: #fff;
   height: 100%;
}
.it-service-2-thumb{
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.it-service-2-thumb img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    transition: 1.3s all ease;
}
.it-service-2-content {
    padding: 35px 30px;
    border-radius: 10px 10px 0 0;
}
.it-service-title {
    font-size: 21px;
    letter-spacing: -0.01em;
    font-weight: 700;
    margin-bottom: 1rem;
}
.it-service-2-content p {
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #6A6D7A;
    margin-bottom: 0;
}
.it-service-2-item:hover .it-service-2-thumb img {
    transform: scale(1.2);
}
.thumbnail-main img{
    border-radius:5px;
        width: 100%;
}
.infrastruc .row{
    --bs-gutter-x: 1.7rem;
}

/**/
.doctosrs{
    position:relative;
    padding:4rem 0;
    background:#f5f5f5;
}

.team_card {
    text-align: center;
    max-width: 260px;
    padding: 0 10px;
    margin: 0 auto 25px;
    position: relative;
    min-height:100%;
}
.team_card .image-docs {
    position: relative;
    z-index: 1;
    margin: 0 auto;
   overflow: hidden;
    border-radius: 0;
}

.team_card .image-docs:before {
        bottom: 0;
    /* height: 80%; */
    content: "";
    background:#f6a522 !important;
    border-radius: 200px 200px 30px 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1;
    border-radius: 100%;
    width: 240px;
    height: 240px;
}
.team_card .image-docs:after{
        content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 241px;
    height: 125px;
    background: url(../images/reff/shape-team.svg) no-repeat;
    background-size: cover;
    background-position: 50%;
}
.team_card .image-docs .border-shape {
    top: 20%;
    content: url(/images/team/border-shape.svg)
}

.team_card .image-docs img {
        max-width: 200px;
    max-height: 300px;
    object-fit: cover;
    width: 100%
}

.team_card .content-docsd {
    margin-top: 10px
}

.team_card .content-docsd h5 {
    margin: 0 0 5px;
    color: #000b47;
        font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    display: block;
}
.team_card .content-docsd span{
    font-size: 13px;
    display: block;
}
.team_card .content-docsd ul{
        padding: 0;
        list-style: none;
        margin:0;
}
.team_card .content-docsd ul li{
    font-size:13px;
}
.content-docsd p{
        font-size: 13px;
    line-height: 1.3;
        color: #025294;
        margin:0;
}
.insurances{
    position:relative;
    padding:3rem 0;
}
.font-sisd{
    font-size: 3.5rem;
    margin-bottom: 2rem;
}
.font-sisd span{
    font-style:italic;
    color:var(--primary-color)
}
.cal-whasd{
    font-size:1.1rem;
        display: block;
        color: #000;
}
.cal-whasd img{
    margin-right:0.5rem;
}

.stil-cntasd{
    position:fixed;
    top:50%;
    right:10px;
    z-index: 9999;
    list-style: none;
}
.stil-cntasd li{
    list-style: none;
}
.share.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid #ff5722;
    border-width: 10px 10px 10px 0;
    border-color: transparent #ff5722 transparent transparent;
}
.intro-banner-vdo-play-btn {
    height: 50px;
    width: 50px;
    position: absolute;
    right: 0;
    display: flex
;
    text-align: center;
    margin: 0;
    border:0;
    border-radius: 100px;
    z-index: 1;
    justify-content: center;
    align-items: center;
}

.pinkBg {
    background-color: linear-gradient(to top,#ff5722 0,#f39900 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ff5722), to(#f39900));
    background-image: -o-linear-gradient(bottom,#ff5722 0,#f39900 100%);
    background-image: linear-gradient(to top, #ff5722 0, #f39900 100%);
}
.fixedsocial .share i.fa {
    line-height: 28px;
}

.fixedsocial .share i.fa, .fixedsocial .share i.fab {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
}
.intro-banner-vdo-play-btn i {
    line-height: 50px;
    font-size: 20px;
}
.whiteText {
    color: #fff;
}
.intro-banner-vdo-play-btn .ripple_social:nth-child(2) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
}
.intro-banner-vdo-play-btn svg{
        height: 33px;
    width: 33px;
    filter: brightness(0) invert(1);
}
.intro-banner-vdo-play-btn .ripple_social {
    position: absolute;
    width: 80px;
    height: 80px;
    z-index: -1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50% -50%);
    -ms-transform: translate(-50% -50%);
    transform: translate(-50% -50%);
    opacity: 0;
    margin: -40px 0 0 -40px;
    border-radius: 100px;
    -webkit-animation: ripple_social 1.8s infinite;
    animation: ripple_social 1.8s infinite;
}
@keyframes ripple_social{
    0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
}

100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
.stil-cntasd .submenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.stil-cntasd .submenu li {
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
}
.stil-cntasd .submenu li a {
    color: #fff;
        font-size: 25px;
    width: 46px;
    display: flex
;
    height: 46px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.stil-cntasd .submenu li a i{
    height: 30px;
}
.stil-cntasd .share:hover.right .submenu li:nth-child(1) {
    opacity: 1;
    right: 55px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-delay: 80ms;
    -o-transition-delay: 80ms;
    transition-delay: 80ms;
}
.stil-cntasd .share:hover.right .submenu li:nth-child(2) {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-delay: .16s;
    -o-transition-delay: .16s;
    transition-delay: .16s;
    top: 50px;
    right: 30px;
}
.stil-cntasd .share:hover.right .submenu li:nth-child(3) {
    opacity: 1;
    top: -50px;
    right: 30px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-delay: .24s;
    -o-transition-delay: .24s;
    transition-delay: .24s;
}
.extr-ctansd{
    position:relative;
    background-image:url(../images/hospital/nabh-accredited-hospital.webp);
    min-height:750px;
    background-size:cover;
}
.extr-ctansd:after{
   content: "";
    left: 0;
    top: 0;
    background: linear-gradient(0deg, var(--primary-color) 2%, transparent 50%);
    position: absolute;
    height: 100%;
    width: 100%;
}

.appomint-btmn .doc-asppomnt-btn{
    color:#fff;
    border:1px solid #fff;
    border-radius:30px;
    padding:6px 16px;
    display: flex;
    align-items: center;
    max-width: fit-content;
}
.appomint-btmn{
    margin-top:2rem;
    transition: all 0.5s ease-in-out;
}
.appomint-btmn i{
       margin-right: 8px;
    display: flex
;
    font-size: 23px;
}

.appomint-btmn .doc-asppomnt-btn:hover {
    background: #f6a522 !important;
    color: #fff !important;
}
.insutanjce-logo ul{
    padding:0;
    margin:0;
    display:flex;
    flex-wrap:wrap;
    gap:10px 20px;
}

.insutanjce-logo ul li{
    list-style-type: none;
    width: calc(20% - 20px);
    text-align: center;
}
.insutanjce-logo ul li p{
   font-size: 14px;
    line-height: 1.3;
    margin: 0.5rem 0;
}
.insurances .container{
    max-width:1280px;
}
.bredcrumnb{
    background-image:url(../images/bg/banner.jpg);
    padding:5rem 0;
    position:relative;
}
.tile-content ul{
    padding:0;
    margin:0;
    display:flex;
    justify-content: center;
    gap:25px;
    margin-top:2rem;
}
.tile-content ul li{
    list-style-type:none;
    text-transform: capitalize;
    position:relative;
}
.tile-content h1{
    font-size:35px;
    font-weight:800;
}
.tile-content h1 span, .section-large-title span{
    color:#E16408;
}
.tile-content{
    text-align:center;
    position:relative;
}
.tile-content ul li a{
    color:#000;
    position:relative;
}
.tile-content ul li a::before{
    position: absolute;
    content: "\f108";
    font-family: flaticon_normal-icon !important;
    top: -3px;
    right: -23px;
    font-size: 18px;
}
.activee{
    text-decoration: underline;
}
.main-content{
    padding:5rem 0;
    position:relative;
}
.read-more-cotnas {
    max-height: 400px; /* collapsed height */
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease;
}
.read-more-cotnas::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 3;
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
    background: linear-gradient(to bottom, transparent 10%, rgb(255 255 255) 90%);
}
.medi-imagesd:before{
    content: "";
    position: absolute;
    right: 10px;
    top: -5px;
    width: 90px;
    z-index: 5;
    background-repeat: no-repeat;
    background-size: contain;
    height: 150px;
    background-image:url(../images/hospital/22-years-expereince-hospital.svg);
}
.medi-imagesd{
    position:sticky !important;
    top:13%;
}
.read-more-cotnas.open::after{
    opacity:0;
}
.btn-default.ser-btn.toggle-btn{
    padding:12px 20px !important;
}
.read-more-cotnas.open {
    max-height: 1000px; /* large enough to show full content */
}
.blood-transfusin p{
    text-align:justify;
}
.health-services{
    padding:4.3rem 0;
    position:relative;
    background: linear-gradient(180deg, #f5f5f5a1 -2.62%, #FFFFFF 100%);
}
/*.health-services img{*/
/*        border-radius: 30px;*/
/*}*/
.modern-blood .section-large-title{
    margin-bottom:2rem;
}
.medi-imagesd{
    position:relative;
        margin: 0 auto;
    overflow: hidden;
    max-width: fit-content;
}
.medi-imagesd img{
    border-radius:30px;
}
.ht-shape-btn {
    position: absolute;
    right: -1px;
    top: -1px;
    width: auto;
    height: auto;
    border-radius: 0 30px 0 0;
    overflow: hidden;
}
.ht-shape-btn svg path {
    fill: #fff;
}
.transfusion{
    margin-bottom: 20px;
    padding: 22px 20px;
    border-radius: 20px;
    border: 1px solid #f565357a;
    display: flex;
    align-items: center;
    background: #fff;
    gap: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.transfusion .doc-icon{
    min-width:55px;
}
.choose-content p{
    font-size:15px;
        margin-bottom: 0;
}
.choose-content h4{
    font-size: 18px;
    font-weight: 700;
}






.benifts-section .swiper {
      padding-bottom: 60px;
    }

    

    .rating-badge {
      background: #025294;
    color: white;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0 10px 30px rgb(2 82 148 / 38%);
    margin-bottom: 20px;
    position: absolute;
    top: -35px;
    }
    .rating-badge img{
        filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(221deg) brightness(106%) contrast(103%);
    }

    .testimonial-text {
      font-size: 18px;
      color: #1a1a2e;
      line-height: 1.6;
      
    }

    .testimonial-author {
      /*font-weight: bold;*/
      font-size: 18px;
      color: #130933;
      font-weight:800;
    }
   .benifts-section{
       position:relative;
           padding-bottom: 3rem;
   }
   .benifts-section .swiper-wrapper{
       align-items:stretch;
       margin:1.5rem 0 1rem;
   }
    .benifts-section .swiper-slide{
        display:flex;
        height:auto!important;
    }
    .hospital-producst{
        background: #f3f6fd;
        position:relative;
      border-radius: 12px;
      padding: 20px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
     height:100%;
          border: 1px solid rgba(97, 94, 252, 0.12);
    
    }
    .benefits .swiper-button-next:after, .benefits .swiper-button-prev:after{
       background: #f6a522 !important;
    min-width: 40px;
    height: 40px;
    width: 40px;
    display: flex
;
    color: #fff;
    text-align: center;
    font-size: 0.9rem;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    }
    .benefits .swiper-button-next{
        right:47% !important;
            bottom: 0;
    top: unset;
    }
    .benefits .swiper-button-prev{
        left:47% !important;
            bottom: 0;
    top: unset;
    }
    .image-badge{
            padding-bottom: 20px;
            overflow: hidden;
    border-radius: 10px;
    }
    .hospital-producst:hover .image-badge img{
        transform:scale(1.05);
    }
    .image-badge img{
       
            object-fit: cover;
        width:100%;
        transition:0.3s
    }
    .testimonial-text p{
       margin: 0;
    font-size: 15px;
   
    }
    .packed-redcells{
         background: #fef4ea;;
    /*padding: 78px 100px;*/
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    z-index: 1;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }
   
    
    .ctra-section{
        padding:0;
        position:relative;
    }
    .apponierment{
        width:55%;
        padding:2.5rem;
    }
    .packed-redcells:before{
       content: "";
    background-image: url(../images/reff/life-line.png);
    right: 0;
    position: absolute;
    width: 380px;
    top: 0;
    height: 192px;
    filter: brightness(0) invert(1);
    }
    .appomint-tsnd{
        display:flex;
            margin-top: 2rem;
        gap:20px;
        align-items:center;
    }
    .appomint-tsnd a{
        background: var(--secondary-color);
    color: #fff;
    font-size: 15px;
    padding: 8px 15px;
    display: flex
;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    transition:0.3s
    }
    .appomint-tsnd a i{
        height: 21px;
    }
    .appomint-tsnd a:hover{
        background:#f6a522 !important
    }
    .packed-redcells::after{
    height: 700px;
    width: 55%;
    border-radius: 50%;
    background: rgb(245 101 53);
    position: absolute;
    right: -10%;
    top: 50%;
    content: "";
    z-index: -1;
    transform: translateY(-50%);
    }
    .apponierment .appomint-btmn .doc-asppomnt-btn{
    color: #025294;
    border: 1px solid #025294;
    }
    .blood-grouping{
        padding:4rem 0;
        position:relative;
        background: linear-gradient(180deg, #f5f5f5a1 -2.62%, #FFFFFF 100%);
       box-shadow: 0px 1px 4px 0px #0000000D;
    }
    .blood-grouping .row{
        row-gap:25px
    }
    .blood-groupingdf .row{
        row-gap:0px
    }
    .blood-grouping h4.section-large-title{
        font-size: 26px;
        margin: 0;
    }
    
    .testimonial-group{
        font-size: 22px;
    font-weight: 700;
    margin-bottom: 1.2rem;
    }
    .testimonial-gr-tils{
        font-size: 17px;
    margin-bottom: 0;
    font-weight: 700;
        margin-top: 1.5rem;
    }
    .anitbidy .testimonial-author{
        font-weight:600;
    }
    .infection-free{
        padding-left:1rem;
        position:relative;
        margin-top: 1rem;
        list-style:none;
    }
    .donor-recruitment{
        margin-bottom:2rem;
    }
   .infection-free > li{
       position:relative;
       margin-bottom: 0.5rem;
   }
   .infection-free.oracnge li:before{
       color: #f56535;
   }
   .infection-free.blues li:before{
       color:#383863;
   }
    .infection-free.redd li:before{
       color:#78473d;
   }
   .infection-free.greens li:before{
       color:#2e5634;
   }
   .infection-free > li:before {
    content: "\f14c";
    font-family: flaticon_normal-icon !important;
    position: absolute;
    left: -25px;
    
}
.extr-lisdf{
    padding-left:1.5rem;
}
    .anitbidy{
         padding: 30px;
    border-radius: 8px;
   height:100%;
    }
    .anitbidy p{
        color:#000;
    }
   .appony-imags{
       z-index:1;
   }
/* Subtract */

.doctors-hospital-sec{
    padding:5rem 0;
    position:relative;
}

.contac-info-sec{
     padding:5rem 0;
    position:relative;
}
.contact-main-box .info-iteam{
    border-radius: 10px;
    background-color: #f4faff;
    padding: 40px;
    text-align:center;
    margin:0 15px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    border:1px solid #f8d3c7;
}
/*.contact-main-box .info-iteam .icon-title{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 10px;*/
/*}*/
.contact-main-box .info-iteam .icon-title i{
    font-size:50px;
    color:var(--secondary-color);
}
.contact-main-box .info-iteam .icon-title h4{
    font-size: 17px;
    font-weight: 800;
    margin: 0;
}
.contact-main-box .info-iteam a{
    color:#000;
}
.call-whtaspp{
    position:relative;
    padding:5rem 0 0;
}


/*.contact-main-box .info-iteam:nth-child(2){*/
/*    background:#ABFFB8;*/
/*}*/

/*.contact-main-box .info-iteam:nth-child(3){*/
/*    background:#E8E8FF;*/
/*}*/

.contact-main-box .info-iteam p{
    margin:0;
    color:#000;
}

.contac-form-detail{
    margin-left:40px;
}


.medical-form-main{
    border-radius: 20px;
    border: 1px solid #E1E6EB;
    padding: 30px;
}

.medical-form-main form .bok-treat{
    display: inline-block;
    border-radius: 50px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    width: 100%;
    height: 55px;
    box-shadow: unset;
    color: #000;
    transition: 0.6s;
    padding: 15px 20px;
    font-size: 14px;
    margin:0 0 20px;
}
.medical-form-main form textarea{
    display: inline-block;
    border-radius: 20px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    width: 100%;
    box-shadow: unset;
    color: #000;
    transition: 0.6s;
    padding: 15px 20px;
    font-size: 14px;
    margin:0 0 20px;
}


.medical-form-main form .contact-btn{
        position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 1em;
    text-transform: capitalize;
    background: var(--secondary-color);
    color: #fff;
    border-radius: 50px;
    padding: 12px 20px;
    border: none;
    width: 100%;
    max-width: fit-content;
    /*margin: 0 auto;*/
}

.medical-form-main form input::placeholder, 
.medical-form-main form textarea::placeholder{
    color:#000;
}

.contact-main-box{
    display:flex;
}

label.error {
    color: red;
    transform: translateY(-10px);
    font-size: 13px;
}


.team_card .content-docsd .popupbtn{
      position: relative;
    display: inline-block;
    font-weight: 500;
    line-height: 1em;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50px;
    padding: 12px 20px;
    border: none;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    font-size:14px;
    margin:10px 0 0;
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-overlay .popup-box {
     background: #fff;
    padding: 60px 30px 30px;
    border-radius: 10px;
    width: 90%;
    position: relative;
    max-width: 500px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.popup-overlay .popup-box .form-group .form-control{
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
}
.popup-overlay .popup-box .form-group .form-control::placeholder{
    color:#000;
}
.popup-overlay .popup-box .form-group .form-control.form-control:focus {
    border:1px solid var(--secondary-color);
    outline: 0;
    box-shadow: none;
}

.popup-overlay .popup-box .form-group:not(:last-child) .form-control{
    margin:0 0 15px;
}

.popup-overlay .popup-box .close-btn{
        cursor: pointer;
    position: absolute;
    top: 20px;
    font-size: 20px;
    text-align: center;
    height: 25px;
    width: 25px;
    line-height: 25px;
    right: 20px;
    color: #fff;
    background: #000;
}

.popup-overlay .popup-box .popupbtnmedica{
    padding: 10px 20px;
    font-size: 15px;
    background: var(--primary-color);
    border: none;
    border-radius: 6px;
    color:#fff;
}
.pop-listing {
    padding-left: 1rem;
    line-height: 2;
}
/*.doctors-hospital-sec .team_card .image-docs:after{*/
/*    background: url(../images/reff/shape-teamss.svg) no-repeat;*/
/*    background-size: cover !important;*/
/*}*/
 .nav-area > ul > li > .active:after{
        width: 20px;
 }
 
 .benifts-section .nav{
     justify-content:center;
     margin-top:2rem;
 }
 .benifts-section .nav-pills .nav-link.active, .benifts-section .nav-pills .show>.nav-link{
     background-color: #025294 !important;
     color:#fff;
     border:1px solid #025294;
 }
 .benifts-section .nav-pills .nav-link{
    /*background-color: #025294;*/
    color: #000;
    margin: 0 15px;
    border:1px solid #f56535;
 }
 
 
 /*emergency-insurance*/
 
.emergency-insurance{
     position:relative;
 }
 
.emergency-insurance .transfusion{
     display: block;
     height:100%;
     margin-bottom:0;
 }
 
.emergency-insurance .choose-content h4 {
    font-size: 18px;
    font-weight: 700;
}

.emergency-insurance .choose-content{
        margin-top: 20px;
}


.health-insurance-process{
    position:relative;
    padding:3rem 0 3rem;
    background: linear-gradient(180deg, #f5f5f5a1 -2.62%, #00000008 100%);
}
.health-insurance-process .services-two {
    position: relative;
    padding-bottom: 100px !important;
    overflow: hidden;
    padding: 30px;
    border: 1px solid #D8D8D8;
    height:100%;
    /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/

    /*padding: 22px 20px;*/
    /*border-radius: 20px;*/
    /*border: 1px solid #f565357a;*/
    /*align-items: center;*/
}
.health-insurance-process .services-two:hover:before,
.health-insurance-process .services-two:hover:after {
    height: 100%;
}
.health-insurance-process .services-two:before{
    width: 100%;
    height: 0%;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--secondary-color);
    transition: .4s ease-in-out;
}
.health-insurance-process .services-two:hover .praglis-points li::marker{
    color:#fff;
}
@media (max-width: 1400px) {
    .health-insurance-process .services-two span {
        bottom: -66px;
        font-size: 120px;
    }
}
.health-insurance-process .row{
        row-gap: 20px;
}

.health-insurance-process .services-two span {
    bottom:-75px;
    font-size: 140px;
    display: block;
    position: absolute;
    font-weight: bold;
    color: #0000004d;
    transition: .4s ease-in-out;
}
.health-insurance-process .services-two:after {
    width: 100%;
    height: 0%;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/bg/our-process-bg.webp);
    z-index: 0;
    transition: .4s ease-in-out;
}

.services-two:hover span, .services-two:hover h3, .services-two:hover ul li{
    color:#fff;
}
.services-two h3{
    position: relative;
    font-size: 18px;
    font-weight: 700;
}
.services-two h3,.services-two ul li{
    z-index: 1;
    position: relative;
}
.services-two ul{
       padding-left: 1.3rem;
}
.services-two ul li{
    line-height:2;
   
}
/*.our-life-insurances .insutanjce-logo ul li{*/
/*        width: calc(25% - 16px);*/
/*}*/

.empty-parf {
    padding:10px 0;
}

.our-life-insurances .section-title.text-center {
    margin: 0 0 0;
}
.document-claims {
    position: relative;
    padding: 3rem 0 3rem;
}
.claims-list ul {
   padding-left: 2rem;
   list-style:none;
}
.claims-list ul li{
    line-height: 2.5;
    position: relative;
}
.claims-list ul li:before {
    content: "";
    position: absolute;
    background-image: url(../images/svg/arrow-circle.svg);
    width: 25px;
    height: 25px;
    left: -32px;
    top: 6px;
    background-size: cover;
    filter: invert(20%) sepia(55%) saturate(2947%) hue-rotate(190deg) brightness(96%) contrast(102%);
}

.blood-groupingdf .accordion-item{
    background: #f5f5f5;
    color: #292626;
}
.includes{
    padding-left: 1rem;
}
.includes h5{
    font-size: 16px;
    font-weight: 600;
    margin-top: 0.5;
    margin-bottom: .9rem;
}
.lisrt-iuler{
    font-size: 14px;
    margin-top: 1rem;
    font-weight: 700;
}
.dropn-btnmobile{
    display:none;
}
.outr-benifts .hospital-producst{
        padding: 18px;
}

.hambuuefer, .close-button{
    display:none;
}
.treatemnet-service .title {
    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
}
.treatemnet-service .single-service-area:after{
    webkit-mask-image:unset!important;
    mask-image:unset !important;
    border-radius: 25px;
}


/*.treatemnet-service .title{*/
/*    margin-top: 20px !important;*/
/*}*/

.treatemnet-service .single-service-area{
    padding: 20px;
}

.treatemnet-service  .service-icon{
       display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.treatemnet-service .single-service-area .service-icon img {
    position: relative;
    height: 40px;
  
}

.blood-grouping.blood-groupingdf .accordion-button::after{
        content:"\f104";
        transform: rotate(0deg);
    }
    .blood-grouping.blood-groupingdf .accordion-button:not(.collapsed)::after{
        transform: rotate(180deg);
    }
.blood-grouping .accordion-item .accordion-header button{
       font-family: 'Rubik';
    font-weight: 400;
}    
    .praglis-points li::marker {
  color: var(--secondary-color);
}
.praglis-points{
    padding-left: 1.2rem;
        margin-bottom: 25px;
}
.our-main-titlsd{
        font-size: 1.25rem;
    font-weight: 500;
    margin-top: 1rem;
    color: #E16408;
    margin-bottom: 1rem;
    font-family: 'Rubik';
}
.small-tilsdacc{
    color:#025294;
    font-size:16px;
}
.doctors-hospital-sec {
   position:relative;
  padding: 40px 0px;
 
}

/*.profile-card {*/
/* display: flex;*/
/*    background: #fff;*/
/*    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);*/
/*    overflow: hidden;*/
/*    margin-top: 30px;*/
/*}*/

.profile-image {
  min-width: 280px;
  /*background-color: #eee;*/
  text-align: center;
    /*padding: 30px;*/

    border-radius: 10px;
}
.profile-details span, .popup-text span{
    position: relative;
    color: var(--primary-color);
    display: block;
    margin-bottom: 1rem;
}


.info-iteam{
    width:100%;
}


.profiles-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.profile-card {
  background: white;
  /*border-radius: 10px;*/
  /*padding: 20px;*/
  display: flex;
gap: 40px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  align-items: center;
  margin-top: 30px
}

.profile-image img {
  /*width: 120px;*/
  /*border-radius: 10px;*/
   /*height: 315px;*/
  /*width:307px;*/
}

/*.profile-details h3 {*/
/*  margin: 0;*/
/*  font-size: 18px;*/
/*  font-weight: bold;*/
/*}*/

.profile-details h3, .popup-text h3{
   color: #000;
    font-weight: 700;
    font-size: 25px;
    margin: 0 0 5px 0;
}
.care-piegde{
     font-size: 17px;
      font-weight: 700;
    margin: 0 0 10px 0;
}
.profile-details span .popup-text span{
    color: #030000;
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 10px 0;
}

.profile-details p {
  
    margin-bottom: 0;
}

.view-more-btn {
    margin-top: 10px;
    /* padding: 8px 14px; */
    background: unset;
    color: #025294;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    padding: 0;
}

.popup-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.7);
  display: none;
  overflow-y: auto;
  z-index: 9999;
}

.popup-content {
  max-width: 1150px;
    margin: 10% auto;
  background: white;
  padding: 40px;
  border-radius: 8px;
  position: relative;
  animation: slideTop 0.4s ease;
}

@keyframes slideTop {
  from { transform: translateY(-100px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.close-btn {
      position: absolute;
    right: 10px;
    top: 10px;
    font-size: 26px;
    cursor: pointer;
    background: #f58e05;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex
;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.popup-inner {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.popup-text {
  flex: 2;
}

/*.popup-img img {*/
/*  width: 200px;*/
/*  border-radius: 10px;*/
/*}*/

@media(max-width: 768px) {
  .popup-inner { flex-direction: column; align-items: center; }
  .popup-img img { width: 100%; max-width: 250px; }
}

/*appointment*/
.med-appointment-section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 10px;
    overflow: hidden;
  /*min-height: 100vh;*/
}
.med-appointment-form-box .section-large-title{
    text-align:center;
        margin: 0 0 34px;
}
.med-appointment-form-box {
  flex: 1 1 50%;
  background-color: #f56535;
  color: white;
  padding: 60px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image:url(../images/bg/appointment-bg.webp);
  background-size: cover;
    background-position: center;
}

.med-form-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.med-form-title span {
  display: block;
}

/*.med-appointment-form {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  gap: 15px;*/
/*}*/

.med-form-row {
  display: flex;
  gap: 15px;
}
.med-input::placeholder,
.med-select::placeholder,
.med-textarea::placeholder {
  color: #ffffff;
}
.med-input,
.med-select,
.med-textarea {
  padding: 12px 18px;
  border: none;
  border-radius: 25px;
  background: transparent !important;
    border: 1px solid #FFFFFF;
    color:#fff !important;
  font-size: 1rem;
  outline: none;
  width: 100%;
  margin:7px 0;
}
.med-appointment-form-box input[type="date"]::-webkit-calendar-picker-indicator , .med-appointment-form-box input[type="time"]::-webkit-calendar-picker-indicator{
  filter: invert(1); /* makes icon white */
}
.med-select option {
  background-color: var(--primary-color) !important;
  color: white;
}


.med-select:hover,
.med-select:focus {
  background-color: #f56535; /* a deeper orange */
}

.med-select option:checked {
  background-color: orange;
  color: white;
}
.med-select {
  appearance: none;
  background-color: white;
  color: #555;
}

.med-textarea {
  min-height: 100px;
  resize: none;
  border-radius: 20px;
}

.med-submit-btn {
  margin-top: 10px;
  background-color: white;
  color: #000;
  padding: 12px 25px;
  font-size: 1rem;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.3s;
}
.med-submit-btn i{
    height: 16px;
    display: inline-block;
    transform: rotate(-45deg);
}
.med-submit-btn:hover {
  background-color: #f6a522 !important;
}

.med-appointment-image {
  flex: 1 1 50%;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.med-appointment-image img {
  width: 100%;
  height: -webkit-fill-available;
  object-fit: cover;
  
}

.med-appointm{
    position:relative;
    padding:4rem 0;
}


.centers-excellence-section {
    position:relative;
    padding:3rem 0 4rem;
    background: #f5f5f5;
}

.single-procedure{
     display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 17px;
     border: 1px solid #02529430;
    border-radius: 10px;
    height:100%;
    background: #fff;
}


.single-procedure .information-area .title {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 15px;
}
.single-procedure .icon img{
       width: 40px !important;
    height: 40px !important;
    min-width: 40px;
}
.information-area p:last-child {
    margin-bottom: 0;
}

.centers-excellence-section .row{
    row-gap:20px;
}

.infraruc-medical .it-service-2-content{
    padding: 19px 13px;
}
.infraruc-medical {
    position:relative;
    padding:2rem 0 1rem;
}
.infraruc-medical .it-service-title{
    font-size: 16px;
    margin-bottom: unset;
    text-align: center;
}

.our-healthcare-excellence{
    position:relative;
    padding:2rem 0 3rem;
}
.healthcare-excelle {
    position: relative;
    /*border: 1px solid #D8D8D8;*/
    text-align: center;
    padding: 30px;
    height:100%;
    border: 1px solid #02529430;
}

.healthcare-excelle:before {
    position: absolute;
    width: 100%;
    height: 0%;
    background-color: var(--secondary-color);
    bottom: 0;
    content: "";
    left: 0;
    transition: .4s ease-in-out;
}
.healthcare-excelle:hover:before {
    height: 100%;
}
.healthcare-excelle:hover p, 
.healthcare-excelle:hover h3 {
    color: #fff;
}
.healthcare-excelle:hover .healthcare-ex-img{
     border: 1px solid #fff;
}
.healthcare-excelle img{
    position:relative;
}
.healthcare-excelle:hover img{
      filter: brightness(0) invert(1);
}
.healthcare-ex-img {
    width: 90px;
    height: 90px;
    border: 1px solid #02529430;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
}
.healthcare-excelle p{
   z-index: 1;
    position: relative;
    margin-bottom: 0;
}
.healthcare-excelle h3 {
    transition: .4s ease-in-out;
    font-size: 19px;
    font-weight: 700;
    z-index: 1;
    position: relative;
}

.advanced-medical-care {
    position:relative;
    padding:3rem 0 3rem;
}
.department-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.department-list li {
  margin: 10px 0;
  font-size: 16px;
    position: relative;
}
.department-list li:hover:before{
    background:var(--primary-color);
}
.department-list li a {
   text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
    padding-left: 40px;
    line-height: 2;
}
.department-list li::before {
        position: absolute;
    content: "\f108";
    font-family: flaticon_normal-icon !important;
    top: 3px;
    left: 3px;
    font-size: 14px;
    color:#fff;
    background:var(--secondary-color);
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition:0.5s linear
}
.runf-font{
    font-family: 'Rubik';
}
.appony-imags{
        transform: translateX(60px);

}


/*privacy policy*/
.privacy-policy{
    position:relative;
    padding:4rem 0;
    background:#f5f5f5;
}
.privacy-policy p{
    color:#000;
}
.privacy-policy .praglis-points{
    margin-bottom:1rem;
}
.prica-titls{
        font-size: 1.2rem;
    font-family: 'Rubik';
}
.privacy-policy .praglis-points li strong{
    font-weight:500;
}
.privacy-policy .praglis-points li a{
    color:#000;
}
.hos-docts .team_card .image-docs:after{
    filter: brightness(0) invert(1);
}

.profile-details{
    padding-right: 1rem;
}



.med-appointment-form label{
    color:#fff;
}

.new-oerfile-caed span{
    margin:0;
}
.new-oerfile-caed strong{
    margin-bottom:1rem;
    display: block;
}
.hide-robot{
display:none !important;
}


.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.card {
  width: 230px;
  padding: 20px;
  background: white;
  border-radius: 20px;
  box-shadow: 5px 5px 0px #f5653557;
  border: 1px solid #ccc;
  text-align: left;
}

.card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

.donor-section{
    padding:4rem 0;
    position:relative;
}

.video-youtbe iframe{
    width:100%;
    height:700px;
}

.doctor-uro-section {
 padding:4rem 0;
 position:relative;
}

.speciality-block {
  /*margin-bottom: 40px;*/
  /*margin-bottom: 40px;*/
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 10px;
  padding: 20px;
  max-width:47%;
}

.speciality-block h4 {
  font-weight: bold;
  margin-bottom: 25px;
}

.doctor-row {
  display: flex;
    justify-content: center;
    align-items: center;
    /*margin-bottom: 30px;*/
    gap: 30px;

}

.doctor-info {
  flex: 1;
}

.doctor-info h4 {
  font-weight: 700;
    margin-bottom: 10px;
    font-size: 25px;
}

.doctor-uro-img {
  overflow: hidden;
}
.doctor-uro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.doctoe-degree{
    font-weight: 600;
    display: block;
    margin: 5px 0;
}
.regno{
    font-weight: 600;
    font-size: 20px;
}

.regusternumber{
        display: flex
;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
    justify-content: center;
}

.kidney-donr{
    position:relative;
    padding:4rem 0 0;
}

.title{
    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
    color: rgb(0, 0, 0);
}

.kidney-donr .abou-ul{
    flex-direction: column;
    margin-bottom:0;
}

.new-kifney-dont{
    padding-bottom:2rem;
}
.link{
    color:var(--secondary-color);
    font-weight: 600;
}