
@font-face {
    font-family: 'introblack_alt';
    src: url('../fonts/intro_black_alt-webfont.woff2') format('woff2'),
         url('../fonts/intro_black_alt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'introbold_alt';
    src: url('../fonts/intro_bold_alt-webfont.woff2') format('woff2'),
         url('../fonts/intro_bold_alt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'introbook_alt';
    src: url('../fonts/intro_book_alt-webfont.woff2') format('woff2'),
         url('../fonts/intro_book_alt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'introlight_alt';
    src: url('../fonts/intro_light_alt-webfont.woff2') format('woff2'),
         url('../fonts/intro_light_alt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'introregular_alt';
    src: url('../fonts/intro_regular_alt-webfont.woff2') format('woff2'),
         url('../fonts/intro_regular_alt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'introthin_alt';
    src: url('../fonts/intro_thin_alt-webfont.woff2') format('woff2'),
         url('../fonts/intro_thin_alt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", serif;
    font-size: 15px;
}


.card-body {
    min-height: 300px;
    min-width: 300px;
    margin-right: 5px;
}

.card {
overflow-x: scroll;
white-space: nowrap;
max-width: 150px;
padding: 1rem;
}

ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}
p{
    font-size: 15px;
    line-height: 20px;
}
.pl-0{
    padding-left: 0px;
}
.error{
    color: red;
    font-size: 12px;
}
header{
    position: relative;
    background: rgb(69,79,206);
    background: linear-gradient(90deg, rgba(69,79,206,1) 0%, rgba(145,30,213,1) 100%);
        background: linear-gradient(90deg, rgb(122 129 215) 0%, rgba(145, 30, 213, 1) 100%);
    padding: 5px 0px;
}
.main_container{
    max-width: 1200px;
}
header .brand{
    max-width: 150px;
}
header .brand img{
    width: 100%;
}
.navigation ul li{
   display: inline-block;
}
.navigation ul li a{
    display: block;
    color: #fff;
    padding: 15px 25px;
    font-size: 15px;
}
.iconButton{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #a412d7;
    padding: 10px 20px;
    border: 1px solid #fff;
    margin-left: 35px;
}
.iconButton span{
    color: #fff;
}
.iconButton img{
    width: 17px;
    margin-left: 15px;
}
.hero-banner{
    width: 100%;
    position: relative;
    background-color: #2d2e6a;
   

}

.main-banner{
    width: 100%;
    position: relative;

}

.hero-banner .banner-left{
    padding: 50px 0px;
}

.hero-banner .banner-left h1{
    font-family: 'introregular_alt';
    text-transform: uppercase;
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 5px;
}
.hero-banner .banner-left h1 span{
    color: #9a0fcb;
}
.hero-banner .banner-left .date-items {
         display: flex;
        align-items: flex-start;
       
}
.hero-banner .banner-left .date-items span{
    line-height: 35px;
}
.hero-banner .banner-left .date-items span:nth-child(1){
    font-size: 45px;
    font-family: 'introlight_alt';
    text-transform: uppercase;
    color: #de336b;
    color:#e8a322;
    font-weight: 700;
    margin-right: 15px;
    margin-bottom: 12px;
}
.hero-banner .banner-left .date-items span:nth-child(2){
    color: #fff;
    font-size: 20px;
}
.hero-banner{
    z-index: 1;
}

.hero-banner:after {
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    width: 43%
}
.hero-banner:before {
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    width: 57%;
}
.hero-banner:after, .hero-banner:before{
    z-index: 2;
}
.hero-banner:after{
    /* background: #f1f1f1; */
    left: 0;
}
.hero-banner:before{
background-image: url('../images/banner-right.jpg');
right: 0;
background-position: 61% 94%;
background-size: cover;
background-repeat: no-repeat;

}
.hero-banner .container{
    z-index: 3;
    position: relative;
}
.banner-right{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    height: 100%;
}
.banner-right .form-wrapper{
    position: relative;
    background-color: rgba(67,108,184,0.8);
    width: 100%;
    max-width: 450px;
    padding: 35px;
    left: 4px;
}
.banner-right .form-wrapper .form-group{
    margin-bottom: 15px;
}
.banner-right .form-wrapper .form-group input{
    min-height: 45px;
    border-radius: 0px;
    border: 1px solid #9a0fcb;
    font-size: 15px;
    padding-left: 25px;
}
.banner-right .form-wrapper p{
    font-size: 17px;
    color: #fff;
    display: flex;
    align-items: center;
}
.banner-right .form-wrapper p input{
    margin-right: 5px;
}
.banner-right .form-wrapper .iconButton{
    margin-left: 0px;
    color: #fff;
}
#contactForm h5{
    color:#de336b;
    color: #fff;
    font-size:30px;
}
.video-wrapper{
    border: 2px solid #fff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.09);
}
.organizers{
    width: 100%;
    background-color: #edeff7;
    padding: 30px 0px;
}
.organizers h3{
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color:#512b75;
}
.organizers-list{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.organizers-list .organizer-items {
    max-width: 220px;
    margin: 10px;
}
.organizers-list .organizer-items img, .organizers-list .organizer-items2 img{
    width: 100%;
}
.organizers-list .organizer-items2 {
    max-width: 230px;
    margin: 10px;
}

.about-treatment{
    padding: 85px 0px;
    background-image: url('../images/Cancer.png');
    background-repeat: no-repeat;
    background-size: 44%;
    background-position: calc(83% - 20px) 30px;
}
.about-treatment h3, .about-treatment h5{
    color: #de336b;
    color: #48266a;
    font-weight: 600;
}
.about-treatment h5{
    margin-top: 70px;
}

.about-treatment p{
    font-size: 16px;
    line-height: 23px;
}
.about-treatment ol{
    padding: 0;
    margin: 0;
    padding-left: 20px;
}
.about-treatment ol li{
    font-size: 16px;
    line-height: 23px;
}

.about-treatment-inner{
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0px;
}
.about-treatment-inner h3{
    margin-bottom: 25px;
    color: #512b75;
    font-weight: 600;
}
.about-treatment-inner img{
    width: 100%;
}

.service-card {
    height: calc(100% - 25px);
    background-image:url("bg-p.jpg");
    
    margin-bottom: 25px;
}
.service-card .service-card-icon{
    background-image: url(yellow-bg.jpg);
}


.service-card .service-body{
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 22px;
}
.service-card .service-body{ 
    color: #fff;
}
.service-card .service-body p{
    margin-bottom: 0px;
    font-size: 17px;
    line-height: 24px;
}
.services{
    padding-bottom: 70px;
}
.services h3{
    text-align: center;
    margin-bottom: 25px;
    color: #512b75;
    font-weight: 600;
    font-size:2.48rem;
}

.service-card-icon {height:74px;background:#fbaf01;}

.key-points-wrapper{
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 0px;
}
.key-points-wrapper h3{
    text-align: center;
    margin-bottom: 25px;
    color: #512b75;
    font-weight: 600;
}
.key-points{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.key-points .key-point-items{
    background-color: #2d2e6a;
    color: #fff;
    display: flex;
    align-items: center;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    width: 48%;
    margin: 7px;
    padding-right: 10px;
}
.key-points .key-point-items p{
    margin-bottom: 0px;
    margin-left: 11px;
    font-weight: 500;
    font-size: 16px;
}
.key-points .key-point-items .counter-box {
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffb223;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    border: 5px solid #f3d17f;
    position: relative;
    left: -5px;
    flex-shrink: 0;
}
.date-box{
    display: flex;
    align-items: center;
    background-color: #d3921c;
    padding: 10px 20px;
    justify-content: space-evenly;
    max-width: fit-content;
    margin: 30px auto;
}
.date-box p{
    margin-bottom: 0px;
    font-size: 26px;
    margin-left: 15px;
    font-weight: 700;
    color: #452b5b;
}
.date-box .calender{
    width: 30px;
}
.date-box .calender img{
    width: 100%;
}
.divider{
    display: inline-block;
    min-height: 26px;
    width: 2px;
    background-color: #4747659c;
    margin-left: 8px;
}
.fvt{
    font-weight: 500 !important;
    font-style: italic;
}

.topics-container {
    position: relative;
    display: block;
    padding: 0 50px;
    margin: 0px auto 30px;
    text-align: center;
    max-width: 352px;
  }

  .topics-container::before,
  .topics-container::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 75px;
    height: 1.5px;
    background-color: #2d2e6a;
    transform: translateY(-50%);
  }

  .topics-container::before {
    left: 0;
  }

  .topics-container::after {
    right: 0;
  }

  .topics {
    display: inline-block;
    padding: 10px 68px;
    border: 4px solid #d3921c;
    background: #2d2e6a;
    color: white;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    border-radius: 0px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  }
  .faqs{
    padding: 50px 0px;
  }
  .faqs h3{
    color: #512b75;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
  }
  .faqWrapper{
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.09);
  }
  .accordion-button:focus{
    border-color: #de336b !important;
    box-shadow: none !important;
  }
  .accordion-button:not(.collapsed){
    color: #000 !important;
  }
  .accordion-item{
    border: 0px !important;
    border-bottom: 1px solid rgb(0 0 0 / 4%) !important;
    /* margin-bottom: 15px; */
  }
  .accordion-item button{
    font-size: 17px;
  }
  .contact-us{
    padding: 70px 0px;
    background-color: #f7f7f7cc;
  }
  .contact-us h3{
    text-align: center;
    font-weight: 600;
    margin-bottom: 35px;
    color: #2d2e6a;
  }
  .contact-us .contact-card{
    text-align: center;
    height: 100%;
  }
  .contact-us .contact-card i{
    font-size: 40px;
    color: #de336b;
  }
  .contact-us .contact-card.bordered{
    border-left: 1.5px solid #00000033;
    border-right: 1.5px solid #00000033;
  }
  footer{
    background-color: #040919;
    padding: 35px 0px;
  }
  footer .footer-widget .footer-brand{
    max-width: 150px;
    margin-bottom: 25px;
  }
  footer .footer-widget .footer-brand img{
    width: 100%;
  }
  footer .footer-widget p{
    color: #fff;
  }

  .footerInner{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .footer-brand{
    max-width: 185px;
    margin-bottom: 15px;
  }
  .footer-brand img{
    width: 100%;
  }
  .footer-socials{
    padding: 10px;
  }
  .footer-socials ul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer-socials ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    margin: 5px;
    border: 1px solid #fff;
    border-radius: 100%;
    transition: all 300ms ease-in;
    color: #fff;
  }
  .footer-socials ul li a:hover{
    background-color: #fff;
    color: #040919;
  }
  .footer-socials ul li a i{
    font-size: 19px;
    
  }
  .footerInner p{
    font-size: 14px;
    margin-top: 15px;
    color: #fff;
    margin-bottom: 0px;
  }
  