@font-face {
  font-family: 'UniviaPro-Medium';  /* Name for regular font */
  src: url('../fonts/UniviaPro-Medium.ttf') format('truetype');
  font-weight: 600;  /* Regular weight */
  font-display: swap;
}
@font-face {
  font-family: 'UniviaPro-Regular';  /* Name for regular font */
  src: url('../fonts/UniviaPro-Regular.ttf') format('truetype');
  font-weight: 400;  /* Regular weight */
  font-display: swap;
}

body{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}
/**
{
   font-family: "Poppins", sans-serif;  
}*/
a
{
    text-decoration: none;
    color: #010D1C;
}
a:hover{
    color: #A8151B;
}
p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    /*text-align: right;*/
}
img{
    max-width: 100%;
    height: auto;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}
main.main-content {
    overflow: hidden;
}

.content p
{
    line-height: 35px;
    font-weight: 400;

}


/****************************/
/*********Header Start*********/
/****************************/
.header_sec {
    padding: 20px 0;
    position: relative;
    z-index: 999;
    background: #fff;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.logo_main {
    display: block;
    margin-top: 20px;
}
.navbar{
    padding: 0;
}
.main_menu{
    list-style: none;
    padding: 0;
    margin: 0;
}
.sub_menu{
    list-style: none;
    padding: 0;
    margin: 0;
}
.main_menu > li > a {
    padding: 15px 6px;
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 18.4px;
    letter-spacing: 0; text-transform: uppercase;
}
.main_menu > li > a#toggle {
    padding-right: 0;
}
.main_menu > li{
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.main_menu a.btn_cmn {
    margin: 0 3px;
}
.dd_arrow{
    width: 10px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    position: relative;
    transform-origin: center;
}
.dd_arrow:before, .dd_arrow:after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 2px;
    width: 6px;
    background: #010D1C;
    transform:translate(0, -50%) rotate(-45deg);
    transform-origin: center;
    transition: all .2s linear;
}
.dd_arrow:before{
    transform-origin: center;
    transform:translate(0, -50%) rotate(45deg);
    right: auto;
    left: 0;
}
.main_menu > li:hover > a{
    color: #A8151B;
}
.main_menu > li:hover > a .dd_arrow:before,
.main_menu > li:hover > a .dd_arrow:after,
.hdr_login:hover .dd_arrow:before,
.hdr_login:hover .dd_arrow:after{
    background: #A8151B;
    transform:translate(0, -50%) rotate(45deg);
}
.main_menu > li:hover > a .dd_arrow:before,
.hdr_login:hover .dd_arrow:before{
    transform:translate(0, -50%) rotate(-45deg);
}
.login_btn{
    height: 40px;
    min-width: 133px;
    background: #A8151B;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    border-radius: 5px;
    display: inline-block;
    padding: 11px 12px;
    text-align: center;
}
.login_btn:hover{
    background: #232424;
    color: #fff;
}
.hdr_right_item{
    display: inline-flex;
    vertical-align: middle;
    margin-right: 40px;
    padding: 18px 0;
}
.hdr_right_item:last-child{
    margin-right: 0;
}
.hdr_right_item > a{
        position: relative;
    font-family: Outfit;
    font-size: 22px;
    line-height: 27.72px;
}
.hdr_login{
    position: relative;
}

.sub_menu {
    background: #303030;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 100%;
    padding: 10px 15px 10px;
    border-radius: 10px;
    box-shadow: 10px 10px 40px 0px #0000001F;
    z-index: 2;
    display: none;
}
.sub_menu > li > a {
    padding: 15px 0;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    border-bottom: 1px solid #fff;
    width: 100%;
    display: block;
}
.sub_menu > li > a > img{
    margin-right: 8px;
} 

.sub_menu:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #303030;
    border-width: 15px;
    margin-left: -15px;
    margin-bottom: -3px;
}
.header_space{
    display: none;
}
/****************************/
/*********Header End*********/
/****************************/

/****************************/
/*********Footer Start*********/
/****************************/
.footer_sec {
    padding: 100px 0 50px;
}
.footer_minus + .footer_sec{
    padding-top: 160px;
}
.ftr_logo{
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 5rem;
}
.ftr_copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #55097B;
    margin-top: 30px;
    border-radius: 10px;
    padding: 10px 18px;
}
.social_main{
    list-style: none;
    padding: 0;
    margin: 0;
}
.social_main li{
    display: inline-flex;
    align-items: center;
    margin-right: 22px;
}
.social_main li a{
    color: #920A1E;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 30px;
}
.social_main li:last-child{
    margin-right: 0;
}
.social_main li a:hover{
    color: #000;
}
.copyright_text{
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
}
.footer_sec{
    background: #F1F4F9;
    box-shadow: -5px -2px 4px 0px #00000040;
}
ul.footer_menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.footer_menu a {
    color: #55097B;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    margin: 0;
    /*font-family: 'UniviaPro-Medium';*/
    font-family: 'UniviaPro-Regular';
    padding: 10px;
    display: inline-block;
}
ul.footer_menu a:hover {
    background: #fff;
    border-radius: 5px;
}
ul.footer_menu a:after {
    content: url(../images/menu-arrow.svg);
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
ul.footer_menu a:hover:after {
    opacity: 1;
}
ul.footer_submenu {
    margin: 0;
    list-style: none;
}
ul.footer_submenu a {
    color: #55097B;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 0;
    font-family: 'UniviaPro-Medium';
    padding: 10px;
    display: inline-block;
}
ul.footer_submenu a:hover {
    background: #fff;
    border-radius: 5px;
}
ul.footer_submenu a:after {
    content: url(../images/menu-arrow.svg);
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
ul.footer_submenu a:hover:after {
    opacity: 1;
}
ul.social_fixed {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.social_fixed a{
    color: #fff;
}
ul.social_fixed li {
    border-right: 1px solid #fff;
    margin-right: 15px;
    padding-right: 15px;
    display: inline-block;
}
ul.social_fixed a {
    font-weight: 400;
    font-size: 14px;
}
ul.social_fixed + ul.social_fixed li {
    border-right: 0;
    padding-right: 0;
}
ul.footer_menu li:not(:last-child) {
    margin-bottom: 2px;
}
.foot_info h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
}
.foot_info p{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #000;
}
.foot_info p a{
  display: inline-block;
  margin: 0;
  color: #FE3C31;
}
.foot_info a{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}





footer.footer_sec .col-6 .foot_info {
    max-width: 198px;
    border: none;
    padding-right: 0;
}



/****************************/
/*********Footer End*********/
/****************************/

/*****************************/
/****** home page start ******/
/*****************************/
.home_banner_sec{
    position: relative;
}
.banner_cap {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.btn_cmn1 {   background: #5b0d8a;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    display: inline-block;
    font-family: "Poppins", sans-serif !important;
    padding: 16px 20px 14px;
    transition: 0.3s;
    border: 0;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 19.2px !important;
    letter-spacing: 1px !important;
    border: 1px #fff solid;
}
.btn_cmn1:hover {
    color: #fff !important;
background-image: linear-gradient(90deg, #420C59 0%, #ff2563 100%);
}
.btn_cmn {
    background-image: linear-gradient(90deg, #420C59 0%, #F00045 100%);
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    display: inline-block;
    font-family: "Poppins", sans-serif !important;
    padding: 16px 20px 14px!important;
    transition: 0.3s;
    border: 0;
    font-size: 16px !important;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 19.2px !important;
    letter-spacing: 1px !important;
}
.btn_cmn:hover {
    color: #fff !important;
    background: #5b0d8a; 
}
.btn_cmn.purple_btn{
    background: #5b0d8a;
    border: 0.5px solid #FFFFFF
}
.btn_cmn.purple_btn:hover{
    background: #b2045a;
}
.banner_img {
    position: relative;
    text-align: right;
    overflow: hidden;
}
.sec_padd {
    padding: 50px 0;
}
video#videoSec1 {
    max-width: 100%;
    width: 100%;
}

.banner_img p {
    font-weight: 400;
    font-size: 32px;
    line-height: 43.2px;
    color: #9D9D9D;
    font-family: 'UniviaPro-Regular';
    text-align: left;
}
.svg_right {
    text-align: right;
}
.banner_video{
    margin-top: 75px;
    overflow: hidden;
}
.container-ip{
    padding: 0 85px;
}
.dash-journey {
    position: absolute;
    top: -4rem;
    left: 12px;
    z-index: 9;
}
.loader {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 14.5vh;
}
.loader .mid_svg {
    position: absolute;
}
section.loader_sec {
    position: fixed;
    background: #fff url(../images/banner-bg.svg) no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    top: 0;
    padding-top: 100px;
    /*animation: moveBackgroundload 10s linear infinite;*/
}
/*@keyframes moveBackgroundload {
    0% {
        background-position: 100% 0; 
    }
    50% {
        background-position: 100% 50px; 
    }
    100% {
        background-position: 100% 0; 
    }
}*/
svg{
    overflow: visible;
}
.loader_sec [data-aos=fade-down] {
    transform: translate3d(0,-300px,0);
}
.loader_sec [data-aos=fade-up] {
    transform: translate3d(0,300px,0);
}
.loader_sec [data-aos=fade-right] {
    transform: translate3d(-400px,0,0);
}
.loader_sec [data-aos=fade-left] {
    transform: translate3d(200px,0,0)
}
.loader_sec .resize_svg.svg_left {
    position: absolute;
    left: 26px;
    top: -140%;
    margin: 0;
}
.loader_logo svg {
    width: 100%;
}
.loader_sec .resize_svg.svg_bottom {
    right: 0;
    bottom: 0;
    width: auto;
}
.loader_sec .container-fluid {
    height: calc(100% - 25px);
}
.common_head {
/*    font-family:'UniviaPro-Medium';*/
    font-family: 'UniviaPro-Regular';
    font-weight: 400;
    font-size: 55px;
    line-height: 66px;
    margin-bottom: 20px;
    color: #55097B; margin-top: 30px;
}
.svg_right2 {
    position: absolute;
    right: 0;
}
a.btn_cmn:after {
    content: url(../images/btn-arrow.svg);
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -2px;
    line-height: 1;
}
.text_desc{
    max-width: 510px;
}
.bg_img {
    background: url(../images/bg_img.svg) no-repeat;
    background-position: 90% bottom;
    padding-bottom: 9.5rem;
    animation: moveBackground 3s linear infinite;
    position: relative;
    z-index: 9;
    background-size: 500px;
}
@keyframes moveBackground {
  0% 
  {
    background-position: 100% 0%; /* Start position */
  }

  100% 
  {
    background-position: 100% 150%; /* End position */
  }
}
.gradiant_sec {
    background: linear-gradient(7.83deg, #55097B 47.18%, #F00045 97.03%);
    background-position: left top;
    color: #fff;
    padding: 145px 0 120px;
/*    animation: moveBackground1 15s linear infinite;*/
    position: relative;
    z-index: 10;
}
@keyframes moveBackground1 {
  0% {
    background-position: left top; /* Start position */
  }
  100% {
    background-position: left 100%; /* End position */
  }
}

.clarity_box {
    padding: 35px 25px;
    color: #fff;
    background: #F0004599;
    backdrop-filter: blur(20px);
    border-radius: 15px;
    width: 50%;
}
.clarity_sec {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}
.future_sec {
    background: #55097B;
    color: #fff;
    position: relative;
    padding-bottom: 130px;
    overflow: hidden;
    margin-top: -1px;
    z-index: 10;
}
.bottom_svg {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 0;
}
.future_sec .container{
    position: relative;
    z-index: 1;
}
.root_svg {
    margin-bottom: -60rem;
}
.btn_cmn.white_btn, .btn_cmn.white_btn:visited {
    background: #fff;
    color: #55097B;
    border: 0.5px solid #ECECEC;
}

a.btn_cmn.white_btn::after, a.btn_cmn.white_btn:visited:after {
    content: url(../images/blue-arrow.svg) !important;
}
/*.faq_sec.on + .faq-content {
      display: block;
    }*/
.curve_sec .btn_cmn.white_btn {
    color: #5b0d8a !important;
}
.btn_cmn.white_btn:after {
/*    filter: invert(1);*/
}
.btn_cmn.white_btn:hover ,
.curve_sec .btn_cmn.white_btn:hover {
    background: #b2045a !important;
    color: #fff !important;
}
.btn_cmn.white_btn:hover:after {
    filter: invert(1) brightness(100);
}

.future_box {
    background: url(../images/bg-box.png) no-repeat;
    background-size: cover;
    max-width: 350px;
    padding: 30px 30px 30px 40px;
    display: flex;
    gap: 40px;
    min-height: 280px;
    align-items: flex-start;
    margin-top: -5rem;
    z-index: 2;
    position: relative;
    margin-left: auto;
    margin-right: 5rem;
}
.clarity_box h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    margin: 30px 0 20px;
}
ul.c_list{
    padding-left: 20px;
}
ul.c_list li {
    margin-bottom: 20px;
}
.about-sec{
    background: url(../images/about2.jpg) no-repeat;
    background-position: left center;
    background-size: cover;
    padding: 600px 0 20px;
}
.care_container {
    width: 79%;
    margin-left: auto;
}
.care_container.about_a_first_sec{
        width: 100% !important;
    }
.care_slider .slick-list {
    padding-right: 40px;
}
.care_slider .care_item {
/*    margin: 0 5px;*/
}
.care_slider .care_item {
    position: relative;
    transform: scale(0.94);
    transform-origin: right;
}
.care_slider .care_item h4 {
    position: absolute;
    padding: 30px;
    padding-top: 100px;
    bottom: 0;
    margin: 0;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    font-family: 'UniviaPro-Regular';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 36.69%, #000000 100%)
}
.care_slider .care_desc div {
    position: absolute;
    padding: 30px;
    padding-top: 100px;
    bottom: 0;
    margin: 0;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0) 36.69%, #000000 100%)*/
}
.care_slider .care_item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    margin: 0;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 3.27%, #000000 100%);
}
.care_slider .care_desc div p{
    font-size: 18px;
    line-height: 28px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.care_slider .care_desc.slick-current div p{
    opacity: 1;
    visibility: visible;
}
.care_slider .care_desc div h4 {
    position: relative;
    padding: 0;
    padding-top: 0;
    bottom: 0;
    margin: 0;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    background: transparent;
}
.care_slider .care_item:after {
    content: '';
    position: absolute;
    background: url(../images/slide-bg.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.care_slider .care_item.slick-current.slick-active
{
    border-radius: 20px;
    overflow: hidden;
    transform: scale(1);
}
.care_slider .care_item.slick-current.slick-active:after 
{
    opacity: 1;
    visibility: visible;
    z-index: 10;
}
.care_sec {
    padding: 110px 0;
}

.curve_sec{
    background: url(../images/gred_curve.svg) no-repeat;
    background-position: left bottom;
    background-size: cover;
    color: #fff;
    padding: 110px 0 200px;
    position: relative;
    z-index: 999;
}

.curve_sec_opp
{
    background: url(../images/gred_curve_opp.svg) no-repeat;
    background-position: right bottom;
    background-size: cover;
    color: #fff;
    padding: 110px 0 200px;
    position: relative;
    z-index: 99;
}
h3.common_head {
    font-size: 36px;
    line-height: 44px;
    margin-top: 40px;
}
.beyond_sec {
    background: url(../images/bg_last.svg) no-repeat;
    background-position: bottom right;
    padding: 180px 0 130px;
    animation: moveBackground2 10s linear infinite;
}
@keyframes moveBackground2 {
  0% {
    background-position: right 150%; /* Start position */
  }
  100% {
    background-position: right 0%  ; /* End position */
  }
}
 span.toggle_btn {
    position: absolute;
    right: 30px;
    cursor: pointer;
    transform: rotate(180deg);
}
span.toggle_btn.active{
    transform: rotate(0deg);
}
.toggle_text{
    display: none;
}
.toggle_text.active{
    display: block;
}


section.sec_padd.commitment-sec span.toggle_btn
{
    transform: rotate(0deg);
}


section.sec_padd.commitment-sec span.toggle_btn.active{
    transform: rotate(180deg);
}


/*****************************/
/****** home page end ******/
/*****************************/


.banner_section .container-fluid {
    padding: 0;
}
.banner_home .home-banner {top: 30% !important; position: absolute;}
.banner_home .container {
    position: absolute;
    top: 30%;
    transform: translateY(-25%);
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-left: 0;
}
.aboutgrad_sec {
    padding: 200px 0;
    color: #fff;
    position: relative;
    z-index: 999;
/*    background: #f1f4f9 url(../images/curve-bg-main.svg);*/
    background: #f1f4f9 url(../images/gradient-bg.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100%;
    background-position: 0 95%;
    font-size: 18px;
    line-height: 24px;
    background-size: cover;
}
/*.mv_svg {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}*/
.mv_svg {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 2500px;
    margin: 0 auto;
    right: 0;
    left: 0;
}
.text_sec{
    padding-top: 130px;
}
.radial_sec{
/*    background: url(../images/curve.png);*/
    background-size: cover;
    background-position: top left; 
/*    margin-top: -8.5rem;*/
    z-index: 99;
    position: relative;
   padding-top: 180px;
   background-color: #f1f4f9;
}
.svg_bottom {
    position: absolute;
    width: 100%;
    bottom: -30px;
}
.reveal-animation {
    width: 100%;
    clip-path: inset(0 100% 0 0); /* Initially hidden */
}
.aos-animate .reveal-animation{
    animation: revealLeftToRight 1.5s ease-in-out forwards;
}

@keyframes revealLeftToRight {
    from {
      clip-path: inset(0 100% 0 0); /* Hidden */
    }
    to {
      clip-path: inset(0 0 0 0); /* Fully visible */
    }
}

.banner_gradiant {
    position: absolute;
    height: 102%;
    width: 62%;
    top: -1%;
}
.banner_gradiant img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: right;
}
.banner_gradiant svg {
    position: absolute;
    right: 20px;
    /* transform: scale(1.34); */
    transform-origin: bottom;
    bottom: 0;
    height: 100%;
    width: auto;
}

#loader5,#loader4,#loader3,#loader2,#svgpath2 {
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  visibility: hidden;
}
#sidebarMenu {
  background: #5f0c87;
  background-image: linear-gradient(90deg, #420C59 30%, #F00045 100%);
  width: 370px;
  height: 100vh;
  position: fixed;
  transition: 0.3s;
  left: -370px;
  top: 0;
  transition-timing-function: cubic-bezier(0.9, 0, 1, 1);
}
#sidebarMenu.show {
  left: 0;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.9, 0, 1, 1);
}

#sidebarMenu a {
    color: #fff;
}

#sidebarMenu ul {
    list-style: none;
    padding: 20px;     margin-top: 45px;
}

#sidebarMenu ul li {
    padding: 14px;
    font-size: 18px;
    font-family: 'UniviaPro-Medium';  
}

.resize_svg.empoer_svg {
    text-align: right;
    position: absolute;
    right: -20px;
    top: -150px;
    z-index: 0;
}

/*.resize_svg.empoer_svg svg {
    transform: scale(1.1);
}*/
.empower_sec{
    padding-top: 60px;
    padding-bottom: 80px;
}
.empower_sec img {
    position: relative;
    z-index: 10;
}
.top_svg {
    position: absolute;
    top: 3rem;
    left: 0;
    width: 100%;
}

.top_svg.rad1-hide
 {
/*    top: -5.3rem;*/
top: -83px;
z-index: 99;
}

.arrow-journey:before {
    content: '';
    position: absolute;
    left: -2px;
    height: 80%;
    top: 5px;
    width: 0;
    display: block;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 26px solid #fff;
}
.arrow-journey svg {
    position: relative;
    z-index: 1;
    margin-left: -3px;
}
.footer_minus + .footer_sec {
    margin-top: -7rem;
    z-index: 99;
}
.beyond_sec .dash-journey {
    top: -16rem;
}
p.univia-pro {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    /*text-align: right;*/
}
.radial_sec .dash-journey {
    top: -14.7rem;
}

/*.about-us-page .radial_sec .dash-journey {
    top: -101.7rem;
}
*/

.svg_left {
    margin-left: -90px;
}
.banner_full .container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-left: var(--bs-gutter-x,.75rem);
}
/* Blog */
.blog_list .box3 {display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 4px 0px #00000040;
    margin-bottom: 40px;
    position: relative;}

ul.blog_list .box:after {
    content: '';
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: url(../images/doctor_border.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    left: 0;
    top: 0;
}
.blog_list .box:hover:after {
    opacity: 1;
    visibility: visible;
}
.blog_list .box:hover {
    box-shadow: none;
    border-radius: 15px;
    overflow: hidden;
}




ul.blog_list {
    padding: 0;
    margin-top: 60px;
    padding-bottom: 30px;
    margin-bottom: 0;
}
.blog_list .pad {padding: 30px 40px}
.blog_list small {    color: #cb004a;}
ul.blog_list .right_body .btn_cmn {
    position: static;
    right: 60px;
    top: 0;
}
.blog-row li a.btn_cmn:after{
    display: none;
}
ul.blog_list li {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 4px 0px #00000040;
    margin-bottom: 40px;
    position: relative;
}
.blog-row li a.btn_cmn:after{
    display: none;
}
ul.blog_list li {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 4px 0px #00000040;
    margin-bottom: 65px;
    position: relative;
}

.blog-img {width: 100% !important; padding-bottom: 24%;}
ul.blog_list figure {
    background: #D9D9D9;
    margin: 0;
    padding: 10px 10px 0px 10px;
    text-align: center;
    width: 45%;
    padding-bottom: 24%;
    position: relative;
}
ul.blog-list .right_body {
    padding: 20px 40px;
    width: 75%;
    position: relative;
    z-index: 9;
}
ul.blog_list figure img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  /*  height: 100%;
    object-fit: cover;
    object-position: top;*/
}

ul.blog_list li:after {
    content: '';
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: url(../images/doctor_border.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    left: 0;
    top: 0;
}
ul.blog_list li:hover:after {
    opacity: 1;
    visibility: visible;
}
ul.blog_list li:hover {
    box-shadow: none;
    border-radius: 15px;
    overflow: hidden;
}
/*Doctor List*/
ul.doctor_list {
    padding: 0;
    margin-top: 60px;
    padding-bottom: 30px;
    margin-bottom: 0;
}
.col-md-11.text-end {
    margin-top: -30px;
}
section.discover_sec.sec_padd.position-relative.meet-book-sec {
    background-image: url(../images/meet-book-bg.svg);
    background-position: inherit;
    margin-top: 38px;
    padding-top: 175px;
}
.doctor-row li a.btn_cmn:after{
    display: none;
}
ul.doctor_list li {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 4px 0px #00000040;
    margin-bottom: 40px;
    position: relative;
}
.faq_banner .banner_full .container{
    z-index: 1;
}
.banner_section.faq_banner:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
}
.book-box-btn {
    /*max-width: 1230px;*/
    width: 93.1%;
}
section.sec_padd.doctor_sec {
    padding-bottom: 80px;
    padding-bottom: 40px;
}
.right_body p {
    text-align: left;
}

ul.doctor_list figure {
    background: #D9D9D9;
    margin: 0;
    padding: 10px 10px 0px 10px;
    text-align: center;
    width: 25%;
    padding-bottom: 27%;
    position: relative;
}
ul.doctor_list figure img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.care_container.global_sec {
    width: 100%;
    padding-top: 110px;
}
.doctor-row select:after {
    position: absolute;
    content: '';
    background-image: url(../index.html);
    width: 7px;
    height: 16px;
    top: 0;
    left: 0;
}
.doctor-row .doctor_filter select {
    padding-right: 35px;
    position: relative;
}
.care_slider2.care_slider_main.global_slider .slick-list {
    padding-right: 55%;
}
.care_item img.svg_icon {
    width: 62px;
    height: auto;
    object-fit: contain;
}
.right_body {
    padding: 0px 60px 20px;
    width: 75%;
    position: relative;
    z-index: 9;
}
.right_body h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 5px;
}
.right_body .btn_cmn {
    position: absolute;
    right: 60px;
    top: 0;
}
.doctor-row .text-center.mt-5 {
    margin-top: 30px !important;
}
ul.doctor_list li:after {
    content: '';
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: url(../images/doctor_border.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    left: 0;
    top: 0;
}
ul.doctor_list li:hover:after {
    opacity: 1;
    visibility: visible;
}
ul.doctor_list li:hover {
    box-shadow: none;
    border-radius: 15px;
    overflow: hidden;
}
.doctor_filter select  {
    background-image: linear-gradient(90deg, #F00045 0%, #420C59 100%);
    color: #fff;
    padding: 10px 15px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 20px;
    border: none;
}
.doctor_filter select option {  
    color: #000;
}
input#search {
    border: 1px solid #000000;
    padding: 10px;
    background-image: url(../images/searchicon.svg);
    background-position: 95%;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: 0;
    display: block;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    width: 300px;
    max-width: 100%;
}
.shape_svg svg {
    width: 100%;
    height: auto;
}
.shape_svg {
    width: 98%;
    top: 0;
}
.banner_full .banner_img {
    max-height: 600px;
    overflow: hidden;
}
.banner_full img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.banner_full {
    position: relative;
}
.blog_sec,.health_sec {
    padding-top: 0px;
}

.doctor_sec,.health_sec {
    padding-top: 40px;
}

ul.health_list li {
    box-shadow: 0px 1px 15.2px 0px #00000040;
    padding: 50px 35px;
    border-radius: 15px;
    width: calc(33.33% - 10px);
}
ul.health_list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-top: 60px;
    gap: 15px;
}
ul.health_list li h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #55097B;
}
.shape_svg img {
    top: 40%;
    position: absolute;
    right: 69px;
    transform: scale(1.2);
}

.doctor_svg.shape_svg img {
    top: 40%;
    position: absolute;
    right: 34px;
    transform: scale(1.2);
}
ul.health_list li h5 {
    color: #E70147;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin: 14px 0;
}
ul.health_list li p{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
    color: #4C4C4C;
}
ul.health_list li:hover {
    background: transparent url(../images/grad_carebg.png);
    background-size: 100% 100%;
    padding: 50px 45px;
    color: #fff;
    box-shadow: none;
}
ul.health_list li:hover * {
    color: #fff;
}
ul.health_list li:hover a.btn_cmn {
    color: #000 !important;
    background: #fff !important;
}
ul.health_list li a.btn_cmn:after {
    content: none;
}
.shape_svg.offer_svg {
    width: 85%;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.offer_svg img {
    top: 44%;
    right: 0;
}
ul.offer_list {
    list-style: none;
    columns: 3;
    padding: 0;
    gap: 30px;
        margin-top: 2rem;
}
ul.offer_list li {
    width: 100%;
    background: #5B0D8A;
    padding: 50px;
    color: #fff;
    margin-bottom: 30px;
}
ul.offer_list li.offer_small {
    padding: 0;
    min-height: 287px;
}
ul.offer_list li.offer_large {
    min-height: 480px;
}
ul.offer_list li img {
    height: 287px;
    object-fit: cover;
    object-position: right;
        width: 100%;
}
ul.offer_list li.with_img{
    padding: 0;
    display: flex;
    align-items: center;
}
ul.offer_list li:nth-child(1) {
    background: #420C59 url(../images/offer-vector.svg) no-repeat;
}
ul.offer_list li:nth-child(2) {
    background: #F0004599 url(../images/offer-vector.svg) no-repeat;
}
ul.offer_list li:nth-child(3) {
    background: #55097B7A url(../images/offer-vector.svg) no-repeat;
}
ul.offer_list li:nth-child(4) {
    background: #5B0D8A url(../images/offer-vector.svg) no-repeat;
}
ul.offer_list li:nth-child(5) {
    background: #F000456B url(../images/offer-vector.svg) no-repeat;
}
ul.offer_list li:nth-child(6) {
    background: #F00045E0 url(../images/offer-vector.svg) no-repeat;
}
ul.offer_list li.with_text {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: end;
    text-align: right;
}
li.with_text h3 {
    font-weight: 500;
    font-size: 80px;
    line-height: 96px;
    text-align: right;
    width: 50%;
    margin-left: auto;
}
li.offer_small.with_text h3 {
    font-size: 60px;
    line-height: 72px;
}
li.offer_small.with_text p {
    font-size: 20px;
}
ul.offer_list li.offer_small.with_text {
    padding: 25px;
}
.gallery_banner{
    padding: 100px 0;
    position: relative;
}
ul.gallery_list {
    list-style: none;
    columns: 3;
    padding: 0;
    gap: 30px;
}
ul.gallery_list li {
    width: 100%;
    color: #fff;
    margin-bottom: 30px;
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
ul.gallery_list li.gallery_large.with_img {
    height: 480px;
}
.video_sec {
    position: relative;
    height: 100%;
}
.gallery_list video{
    height: 100%;
}
.video_sec span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.video_full{
    height: 700px;
}
.shape_svg.faq_svg {
    width: 90%;
}
.sec_padd.faq_sec {
    padding-top: 130px;
    padding-bottom: 200px;
    background: url(../images/faqvector.svg) no-repeat;
    background-position: bottom right;
    animation: moveBackground5 10s linear infinite;
}
@keyframes moveBackground5 {
  0% {
    background-position: 100% 0%; /* Start position */
  }
  100% {
    background-position: 100% bottom; /* End position */
  }
}
.faq_item_ans {
    display: none
}
.faq_item_ques {
    font-size: 20px;
    line-height: 35px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
}
.faq_item_ques:after {
    content: url(../images/plus.svg);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    color: #707070
}
.faq_item_ques.on:after {
    content: url(../images/minus.svg);
    top: -50px;
    transform: translateY(0);
}
.faq_item_ans {
    font-size: 18px;
    line-height: 24px;
    background: #fff;
   font-family: "Poppins", sans-serif;
}
.faq_item {
    border-bottom: 1px solid #ccc;
    padding: 20px 70px 20px 0;
    margin-top: 50px;
}
.faq_item.on {
    border-bottom: 1px solid #ccc;
    padding: 70px;
    background: url(../images/border_bg.png) no-repeat;
    background-size: 100% 100%;
    border: none;
    margin-bottom: 3rem;
}
.faq_list_main {
    margin-top: 4rem;
}
.faq_sidebar {
    margin-top: 4rem;
    background: linear-gradient(90deg, #420C59 0%, #F00045 100%);
    padding: 30px;
    color: #fff;
    border-radius: 15px;
}
.faq_sidebar h3 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 40px;
}
.faq_sidebar a.btn_cmn {
    color: #000 !important;
    background: #fff !important;
    padding: 15px 15px 13px !important;
    margin-bottom: 1.2rem;
}
.faq_sidebar a.btn_cmn::after {
    filter: invert(1);
}
.case_svg svg {
    width: 90%;
    height: auto;
}
.case_svg img {
    top: 35.4%;
    position: absolute;
    right: 159px;
    transform: scale(1.1);
}
.case_list{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    gap: 15px;
    margin-top: 3rem;
}
ul.case_list li {
    width: calc(50% - 8px);
    position: relative;
}
ul.case_list li span {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-right: 15px;
}
ul.case_list li p {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-top: 1rem;
    margin-bottom: 0;
}
.case_body {
    padding: 40px 0;
    color: #4c4c4c;
}
ul.case_list li img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}
ul.case_list li:hover .case_body {
    padding: 40px;
}
ul.case_list li:after {
    content: '';
    background: url(../images/border_case.png) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
ul.case_list li:hover:after {
    opacity: 1;
    visibility: visible;
}
ul.case_list li:hover {
    border-radius: 15px;
    overflow: hidden;
}
.testimonial_svg svg {
    width: 90%;
    height: auto;
}
.testimonial_svg img {
    top: 35%;
    position: absolute;
    right: 14%;
    transform: scale(1.08);
}
ul.testimonials {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    gap: 30px;
    margin-top: 70px;
}
ul.testimonials li {
    width: calc(50% - 15px);
    background: #F1F4F9;
    display: flex;
    align-items: center;
}
ul.testimonials li.large_test {
    width: 100%;
    position: relative;
}
.testimonial_body {
    padding: 25px;
}
.testimonial_body h3 {
    font-size: 24px;
    line-height: 1.5;
}
ul.testimonials li:hover {
    background: url(../images/grad_bg.png);
    background-size: 100% 100%;
    color: #fff;
    border-radius: 15px;
    overflow: hidden;
}
ul.testimonials li.large_test .testimonial_body {
    position: absolute;
    right: 20px;
    width: 30%;
    color: #fff;
}
ul.testimonials li.large_test img {
    width: 100%;
}
ul.testimonials .video_full {
    width: 100%;
    height: 450px;
}
button.filter_btn {
    padding: 12px;
    background: #fff;
    border: 1px solid #000000;
    width: 130px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
}
.news_svg svg {
    width: 95%;
    height: auto;
}
.news_svg img {
    top: 35.4%;
    position: absolute;
    right: 159px;
    transform: scale(1.1);
}
.news_list{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    gap: 30px;
    margin-top: 3rem;
}
ul.news_list li {
    width: calc(33.33% - 20px);
    position: relative;
}
ul.news_list li span {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-right: 15px;
}
ul.news_list li p {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-top: 1rem;
    margin-bottom: 0;
}
.news_body {
    padding: 40px 0;
    color: #4c4c4c;
}
ul.news_list li img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}
ul.news_list li:hover .news_body {
    padding: 40px;
}
ul.news_list li:after {
    content: '';
    background: url(../images/border_news.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
ul.news_list li:hover:after {
    opacity: 1;
    visibility: visible;
}
ul.news_list li:hover {
    border-radius: 15px;
    overflow: hidden;
}
ul.news_list li a img {
    width: auto;
    height: auto;
    filter: invert(1);
    margin-top: -3px;
}
ul.news_list li a {
    margin-top: 1rem;
    display: block;
}

.dash-topminus.dash-journey{
    top: -8.2rem;
/*top: -1.6rem;*/
}
section.gred_banner {
    z-index: 10;
    position: relative;
}
.footer_minus .curve_sec{
    margin-bottom: 35px;
}
.contact_sec{
    background: linear-gradient(90deg, #420C59 0%, #F00045 100%);
}
.contact_svg{
    text-align: center;
}
.contact_svg svg {
    width: 84%;
}
.service_banner .banner_gradiant {
    width: 72%;
}
.service_banner.care-banner .banner_gradiant{
    width: 70%;
}
.contact-form-sec{
    position: relative;
    background: url(../images/contact-form-curve.png);
    background-size: cover;
    background-position: top left;
    margin-top: -8rem;
    z-index: 9;
    position: relative;
    padding-top: 20rem;
}
p.text_withborder {
    font-family: 'UniviaPro-Medium';
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    color: #fff;
    text-align: center;
    position: relative;
}
p.text_withborder span:after {
    width: 150%;
    height: 6px;
    background: #fff;
    position: absolute;
    content: '';
    top: 50%;
    left: 105%;
}
p.text_withborder span:before {
    width: 150%;
    height: 6px;
    background: #fff;
    position: absolute;
    content: '';
    top: 50%;
    right: 105%;
}

p.text_withborder span {
    display: inline-block;
    position: relative;
}
.svg_contact {
    position: absolute;
    left: 0;
    width: 46%;
}

.resize_svg.svg_contact svg {
    transform: scale(1.1);
    transform-origin: center left;
/*    max-width: 900px;*/
width: 100%;
}
ul.address_list div {
    display: flex;
    color: #fff;
    justify-content: space-around;
}
ul.address_list {
    list-style: none;
    padding-left: 10rem;
    display: flex;
    flex-wrap: wrap;
}
ul.address_list li {
    width: 100%;
}
ul.address_list div h4 {
    width: 45%;
}
ul.address_list div p {
    width: 55%;
}
ul.address_list li:first-child {
    margin-bottom: 11.5rem;
}
.contact_head{
    color: #fff;
}
.contact_head {
    padding-top: 3rem;
    width: 50%;
}
.map_top {
    margin-top: -9rem;
    margin-bottom: -7rem;
    width: 93%;
}
.advanced_sec {
    padding-bottom: 175px;
}
.text-red-500 {
    color: red;
    font-size: 0.9rem;
}
.cursor-pointer{
    cursor: pointer;
}

.mt-min {
    margin-top: -5rem;
}
.care_Experts_slider .slick-list {
    padding-right: 40%;
}
.care_Experts_slider {
    padding-right: 0px !important;
}

.dash-journey.dash-journey-middle .arrow-journey1.arrow-journey {
    margin-top: 100px;
}
.wc_exprt_sec {
    background: linear-gradient(66.97deg, #420C59 23.22%, #750853 58.04%, #F00045 100.53%);
    padding: 108px 0;
    z-index: 99;
    position: relative;
}
.care_slider2 .care_item:after {
    content: '';
    position: absolute;
    background: url(../images/slide-bg.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.3s;
    z-index: 10;
}
.care_slider2 .slick-list {
    padding-right: 35%;
}
.care_slider2 .care_item {
    margin: 0 10px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.care_slider_full .care_item:after {
    content: '';
    position: absolute;
    background: url(../images/slide-bg.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.3s;
    z-index: 10;
}
.care_slider_full .slick-list {
    padding-right: 15%;
}
.care_slider_full .care_item {
    margin: 0 10px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.care_slider_full .care_desc div {
    position: absolute;
    padding: 30px;
    padding-top: 100px;
    bottom: 0;
    margin: 0;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 36.69%, #000000 100%);
    z-index: 10;
}
.care_slider_full .care_desc div p{
    font-size: 18px;
    line-height: 28px;
}
.care_slider_full .care_desc div h4 {
    position: relative;
    padding: 0;
    padding-top: 0;
    bottom: 0;
    margin: 0;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    background: transparent;
}
ul.main_menu {
    font-size: 0;
}


h3.faq_title {
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
}
.faq-content p {
    margin-bottom: 30px;
    margin-top: 0;
}
.faq_sec {
    border-bottom: 1px solid #A9A9A9;
    
}
.faq_head.on h3.faq_title, .faq_head_v.on h3.faq_title{
    color: #55097B;
}
h3.faq_title {
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    font-family: 'UniviaPro-Regular';
    margin-bottom: 0px;
    padding-right: 30px;
}
.faq_head, .faq_head_v{ position:relative;padding: 20px 0; }

.faq_head:after, .faq_head_v:after {
    content: url(../images/plus.svg);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #707070;
}
.faq_head.on:after, .faq_head_v.on:after {
    content: url(../images/minus.svg);
    /*top: 10px;
    transform: translateY(0);*/
}

.faq-content, .faq-content_v {
    display: none;
}

/*=*/
.grid-box img {
    max-height: 100%;
}
.grid-box-sec {
        columns: 3 200px;
    column-gap: 15px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}


/*.grid-box-sec .wide {
    grid-column: span 2;
}
.grid-box-sec.tall {
    grid-row: span 2;
}
.grid-box-sec .big {
    grid-column: span 2;
    grid-row: span 2;
}*/
.grid-box img {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    min-height: 445px;
}
.grid-box.tall img {
    min-height: 355px;
}
.grid-box {
    margin-bottom: 15px;
}

div#advanced-vascular-accod .accordion-item button.accordion-button::after
{
    display: none;
}

div#advanced-vascular-accod .accordion-item .learn-more-btn {
    position: absolute;
    right: 30px;
    top: 50px;
    text-decoration: underline;
    font-size: 20px;
}
div#advanced-vascular-accod .accordion-item.active .learn-more-btn {
    display: none;
}

.p-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
}

.personalized_sec  {
    background: url(../images/appointment-bg.svg) no-repeat;
    background-position: right bottom;
    background-size: cover;
    color: #fff;
    padding: 110px 0 100px;
    position: relative;
    z-index: 99;
    background-position: top;
}
.top-libe {
    position: relative;
    padding-top: 130px;
    width: 100%;
}
.support_line {
    position: absolute;
    top: 10px;
    width: 100%;
    left: 0;
}
.faq_item_ques
{
margin: 0;
margin-bottom: 20px;
}
.blue_title {
    font-size: 24px;
    color: #55097B;
    font-weight: 400;
    font-family: 'UniviaPro-Regular';
}

section.discover_sec.sec_padd.position-relative {
    padding-top: 100px;
    padding-bottom: 150px;
    background: url(../images/discover-bg.svg);
    background-position: left bottom;
    background-size: cover;
    z-index: 99;
}

.discover_bottom_line {
    margin-top: -105px;
}

.services-box {
    background: url(../images/border-frame-2.png);
}

.services-box {
    background: url(../images/border-frame-2.png);
    padding: 50px 40px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 20px 0px;
    min-height: 300px;
    display: flex;
    max-width: 480px;
    align-items: center;
}
.services-box p {
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    line-height: 28px;
        font-family: "Poppins", sans-serif;
}

.healthcare-sec .bg_img {
    position: absolute;
    bottom: 0;
    right: -3%;
    top: auto;
    width: 500px;
    padding-top: 10rem;
    z-index: -9;
}
section.text_sec.healthcare-sec {
    position: relative;
}

.arrow-done::after{ display:none !important; }
.top_svg.rad1-hide path#rad1 {
    display: none;
}
.about-us-page .dash-journey {
    top: -10.6rem;
    z-index: 99;
}
section.radial_sec.sec_padd.z-index-down {
   /* z-index: 9;
    position: relative;*/
/*    margin-top: 0;*/
/*    margin-top: -8.5rem;*/
}

.about-right-text .bg_img {
    padding-top: 5rem;
    width: 100%;
    left: -30px;
    background-size: 600px;
    opacity: 0.4;
}
.Platform_box 
{
    margin-right: -14px;
}


section.clarity_counts_sec::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 6px;
    background:linear-gradient(131deg, #55097B 2.02%, #950565 13.78%, #BB0358 44.74%, #F00045 98.24%);
    bottom: 0;
    left: 0;
    z-index: 999;
}

.contact_svg svg {
    width: 100%;
    margin-top: -50px;
}

.award-box {
    border: none;
    background: url(../images/award-box.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    width: 100%;
    height: 100%;
    min-height: 220px;

}

.sec_padd.recovery-sec {
    padding: 85px 0 70px;
}
.text-right {
    text-align: right;
}

ul#TreatmentTab li.nav-item {
    margin-right: 16px;
}
.btn_cmn.white_btn.active {
    background: linear-gradient(90deg, #420C59 0%, #F00045 100%) !important;
    color: #fff !important;
    border:none;
}
.accordion-body {
    padding: 30px 30px;
}

.accordion-body a.learn_more_text {
    display: block;
    color: #fff;
    margin-top: 20px;
    text-decoration: underline;
}
p.univia-pro.p-24 {
    font-size: 24px;
}

section.banner_section 
{
    z-index: 999;
}
.dash-journey.dash-journey-middle {
/*    top: -17rem;*/
}

.support_list p.toggle_text {
    font-size: 16px;
    line-height: 26px;
}
p.blue-text {
    color: #55097B;
    font-weight: 500;
    font-family: 'UniviaPro-Regular';
    font-size: 24px;
/*    margin-bottom: 15px !important;*/
}


.specialized_expertise_sec1 .expertise_slide {
    min-height: 450px;
    display: flex;
    align-items: flex-end;
/*    border: 1px solid;*/
}

.specialized_expertise_sec1  .expertise_box
{
    margin-left: 0;


}

.specialized_expertise_sec1  .btn_sec p.blue-text {
    margin: 0;
    margin-bottom: 15px !important;
}
.specialized_expertise_sec1 ul#TreatmentTab {
    margin: 15px 0;
}

/*.home_banner_sec .banner_img p {
    text-align: left;
    font-size: 33px;
}*/
.care_slider {
    padding-top: 70px;
}

.vascular-center-sec .care_slider .slick-list {
    padding-right: 0;
}
.font-20 {
    font-size: 20px;
}

.vascular-center-sec .care_slider {
    padding-top: 10px;
}

section.text_sec.sec_padd.transparent-answers {
    position: relative;
}

.bg_img.faq_sec {
    min-height:350px;
    width: 500px;
    position: absolute;
    right: -12%;
    bottom: 0;
    display: block;
    background-repeat: no-repeat;
    border: none;
    background-size: 100%;
}

.about-tab .btn_cmn {
    border: none;
}

.sec_padd.about-right-text img.pe-md-51 {
    z-index: 99;
    position: relative;
}

.expertise_box.hover_active {
    background: #55097B;
}

.expertise_box.hover_active p, .expertise_box.hover_active h4{

    display: block;
    color: #fff;
}
.expertise_box.hover_active span.icon {
    filter: grayscale(1) invert(100);
}
.expertise_box.hover_active h4
{
    font-weight: 700;
}


.top_btn button#scrollTopBtn {
    position: absolute;
    right: 10px;
    bottom: 100px;
    background: linear-gradient(90deg, #420C59 0%, #F00045 100%);
    border: none;
    width: 50px;
    display: block;
    height: 50px;
    border-radius: 50px;
/*    font-size: 0;*/
}
.top_btn span {
    color: #fff;
    font-size: 26px;
}

/*=====new csss =======*/


#animate_A {
    animation: scrollVert 3.6s linear infinite;
    transform-box: fill-box;
    transform-origin: center;
}
@keyframes scrollVert {
    0% {
    transform: translateY(100%);
  }
  45% {
    transform: translateY(0%);
  }
    55% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
#animate_V {
    animation: scrollVertOpp 3.6s linear infinite;
    transform-box: fill-box;
    transform-origin: center;
}
@keyframes scrollVertOpp {
    0% {
    transform: translateY(-100%);
  }
  45% {
    transform: translateY(0%);
  }
    55% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(100%);
  }
}
#marquee_A {
    visibility: hidden;
    animation: scrollVert 3.6s linear infinite;
    animation-delay: 1.8s;
    transform-box: fill-box;
    transform-origin: center;
}
@keyframes scrollVert {
    0% {
      visibility: visible;
    transform: translateY(100%);
  }
  45% {
    visibility: visible;
    transform: translateY(0%);
  }
55% {
  visibility: visible;
    transform: translateY(0%);
  }
  100% {
    visibility: visible;
    transform: translateY(-100%);
  }
}
#marquee_V {
    visibility: hidden;
    animation: scrollVertOpp 3.6s linear infinite;
    animation-delay: 1.8s;
    transform-box: fill-box;
    transform-origin: center;
}
 
@keyframes scrollVertOpp {
    0% {
      visibility: visible;
    transform: translateY(-100%);
  }
  45% {
    visibility: visible;
    transform: translateY(0%);
  }
  55% {
       visibility: visible;
    transform: translateY(0%);
  }
  100% {
    visibility: visible;
    transform: translateY(100%);
  }
}

/*end new css 24 april*/


.medical_item a.Learn_more:hover,
div#advanced-vascular-accod .accordion-item .learn-more-btn:hover
 {
    color: #55097B;
}

section.text_sec.sec_padd.stories-of-healing-sec {
    padding-top: 60px;
}

.faq_item_ques.on:after {
    top: -5px;
 
}

.about_a_first_sec .svg_left{
    margin-left: 0;
}
.about_a_first_sec .common_head {
    padding-left: 103px;
}
.about_a_first_sec .care_slider .slick-list {
    padding-right: 38%;
    overflow: visible;
}
.about_a_first_sec .care_slider .care_item{
    opacity: 0;
}
.about_a_first_sec .care_slider .care_item.slick-current.slick-active,
.about_a_first_sec .care_slider .care_item.slick-current.slick-active ~ .care_item{
    opacity: 1;
}
.about_a_first_sec .care_slider:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 3000px;
    background: #f1f4f9;
    z-index: 4;
}
.about_a_first_sec .resize_svg img{
    transform: scale(1);
    transform-origin: top left;
}
.about_a_first_sec .svg_left {
    position: relative;
    z-index: 99;
}
.about_a_first_sec .resize_svg {
    padding-left: 5px;
}
.carecontainer_home{
    padding-left: 120px;
}
.about_a_first_sec.carecontainer_home .care_slider:before {
    background: #ffffff;
}
.homecare_cont_left{
    position: relative;
    z-index: 4;
}
.carecontainer_home.about_a_first_sec .common_head{
    padding-left: 0;
}
.home_gradiant_sec{
    overflow: hidden;
    position: relative;
}
.ms_sect_over_curve {
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.top_svg.rad1-hide svg {
    max-height: 218px;
}
.abtcare_container, .empower_sec .care_container{
    width: 100%;
}
.abt_carecont_leftpadd{
/*    padding-left: 103px;*/
}

.care_slider2 .slick-list{
    padding-right: 38%;
    overflow: visible;
}
.care_Experts_slider_about .slick-list{
    padding-right: 0;
    overflow: visible;
}
.care_Experts_slider_about .content {
    max-width: 100%;
    margin: 0 auto !important;
}
.abtcare_container .care_Experts_slider:before {
    content: "";
    position: absolute;
    right: 100%;
    top: -7%;
    height: 109%;
    width: 650px;
    background: linear-gradient(66.97deg, #420C59 23.22%, #540b57 58.04%, #6c0954 100.53%);
    z-index: 4;
    opacity: 0;
}
.care_lead_container.care_container{
    width: 100%;
}
.row-lead-team h4, .row-lead-team-btm h4 {
    font-size: 20px;
    margin-bottom: 30px;
}
.row-lead-team {
    margin-top: 90px !important;
}
.row-lead-team-btm{
    margin-top: 30px !important;
}
.abtcare_container .care_Experts_slider:after {
    content: "";
    position: absolute;
    right: 100%;
    top: -7%;
    height: 109%;
    width: 3000px;
    background: #420C59;
    z-index: 2;
    opacity: 0;
}
.tab_cont_pos {
    position: relative;
    z-index: 99;
}
.care_Experts_slider .slide_item,
.care_slider2 .care_item {
    opacity: 0;
}
.care_Experts_slider .slide_item.slick-current.slick-active,
.care_Experts_slider .slide_item.slick-current.slick-active ~ .slide_item,
.care_slider2 .care_item.slick-current.slick-active,
.care_slider2 .care_item.slick-current.slick-active ~ .care_item{
    opacity: 1;
}
.abt_carecont_leftpadd .common_head, .abt_carecont_leftpadd .nav {
    position: relative;
    z-index: 9;
}
.care_slider2:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 3000px;
    background: #fff;
    z-index: 4;
}
.empowerleft_cont{
    position: relative;
    z-index: 9;
}
.mt-5.pt-5.resize_svg.svg_left{
    padding-top: 90px !important;
}
.care_slider2.care_slider_main .slick-list{
    padding-right: 30%;
}
.popup_form {
    width: 100%;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    z-index: 9999;
}
.popup_form_main {
    position: absolute;
    background: #fff;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.popup_form_inner{
    padding: 60px 90px;
    background-image: url(../images/form_border.svg);
    background-size: 100% 100%;
    background-position: center;
    position: relative;
}
.close_icon {
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
    font-size: 30px;
}
.popup_form.show_popup{
    display: block;
}
.trust-container .trust-box img.svg_icon, .ir_wc_expert_sec .trust-box img.svg_icon, .vas-container .trust-box img.svg_icon {
    width: 65px;
    display: block;
    height: 55px;
    object-fit: contain;
    object-position: left;
}

section.sec_padd.thank-you-sec {
    padding-top: 150px;
    padding-bottom: 100px;
}
.thank-you-sec h2.common_head {
    margin-bottom: 10px;
    color: #000000;
}
.thank-you-sec a.btn_cmn {
    margin-top: 30px;
}
.thank-you-sec .svg_left {
    margin-top: 50px;
}
.thank-you-sec .resize_svg img{
    transform: scale(1);
}

/*PL Edits 19/06/2025*/
.founders_tagline h5{
    font-size: 15px!important;
}
.white-text{
    color:#fff;
}

.common_head.banner-heading{
    font-size:50px;
    font-weight:700;
    line-height:62px;
    
}
.common_head.banner-heading span{
    font-size:50px;
    font-weight:400;
    line-height:62px;
}
.banner-image{
        display: flex;
        width: 100%;
    }
    .curved-bg{
        width: 62%;
        z-index: 1;
        overflow: hidden;
        position:relative;
    }
      .curved-bg::after{
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    right: 30px;
    background-image: url(../images/curveline.png);
    background-size: 100% 100%;
    background-position: center;
    z-index: 1;
    }
    .curved-bg img{
        width: 100%;
    }
    .bg-img{
        width: calc(38% + 200px);
        position: absolute;
        right: 0px;
        height: 100%;
    }
    .bg-img img{
        width: 100%;
            height: 100%;
    object-fit: cover;
    }
    .banner{
        overflow-x:hidden;
        position: relative;
        z-index:9;
    }
    .banner-text{
    position: absolute;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    top: 0;
    left:0;
    right:0;
    padding-left: 15px;
    }
    