#body{
    background-color: #fff;
}
 
.navbar.navbar-expand-lg.navbar-dark.bg-none{
    margin-right:4%;
}
.gform .row-inputs-cls{
        display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.carousel-wrap.main-carousel-division {
      padding-top: 94px;
    /*background-size: contain;
  
    background-color: #fff;
    box-shadow: 5px 10px 20px #6d6a6b!important;
    z-index: 1!important;
    /* position: relative!important; */
  /*  background-repeat: round;
    padding-bottom: 50px;*/
}

.speakers .textformat{
        padding-left: 20px;
    padding-right: 32px;
}
.fa.fa-caret-left,.fa.fa-caret-right{
    font-size:52px;
}
.owl-carousel .owl-nav .owl-prev {
    left: -4%;
    top: 41%;
}
.owl-carousel .owl-nav .owl-next {
   right: -4%;
    top: 41%;
}
/* header section css start here */
.header{
   text-align: right;
    padding-top: 4rem;
    padding-right: 8rem;
    color: white;
    letter-spacing: 7px;
}

/* header section css end here */
/* navbar section css start here */
.navbar.bg-primary {
    background-image: unset!important;
    background-color: unset;
}
.navbar{
    display: inline-block;
  margin-left: 16rem;
    font-weight: 50rem;
    font-size: 2rem;
}
.navbar .nav-link.manucolor {
    color: #fff;
   
}
.navbar .nav-link.active.manucolor{
    color: #fff;
}
.navbar .nav-link:hover {
    border-bottom: 1px solid white ;
}
/* navbar section css end here */
/* banner section css start here */

.banner{
    height: 100vh;
        background-image:url('../image/backimge.jpg');
        text-align: center;
        width: 71%;
        margin: auto;
        background-color: #ffffff;
        background-repeat: no-repeat;
        
        background-position: center;
        background-size: cover;
}

.textpic{
    display: contents;
    color: black;
}
label {
    display: inline-block;
    float: left;
}
.form1{
    border: none;
    border-radius: 9%;
    padding: 9% 2%;
    background-color: #fff;
    width: 90%;
}
.formip{
    border-top: none;
    border-left: none;
    border-right: none;
    
}
.formip:focus-visible{
    outline: #fff;
}
.formdiv{
    padding: 1%;
}
.imagetext{
    position: relative;
   
}
.gform{
    padding-right: 14%;
   }
.gform{
    position: relative;
    padding-top: 13%;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff!important;
}
.btn.btn-danger{
      z-index: 1;
    position: relative;
    top: 56px;
    padding: 1% 8%;
    margin-left: 10%;
}

.home-slider{
/* text-align: center;*/
/*    width: 85%;*/
 /*   margin: auto;
    background-color: #fff;
    box-shadow: 5px 10px 20px #6d6a6b!important;
    z-index: 1!important;
    position: relative!important; 
    padding-bottom: 30px;*/
}

.img-slideCls{
/*    height: 500px;*/
}

.container.aboutinnercls {
    padding-top: 100px;
    padding-bottom: 60px;
}

/* banner section css end here */
/* about section css start here */
.about{
/*    text-align: center;
    width: 85%;
    margin: auto;
    background-color: #e03142;
    box-shadow: 5px 10px 20px #6d6a6b!important;
    z-index: 1!important;
    position: relative!important; 
    padding: 30px;    
    margin-top: 75px;*/


    text-align: center;
    position: relative!important;
    margin-top: 100px;
    font-weight: 600;
    background-color: #e13041;
 
}

/*.about p{
    padding: 15px 28px 15px 28px;
    color: #e6dcdc;
}*/

.about p {
    color: #ffe6e6;
    padding-top: 50px;
    font-size: 17px;
}

/*.about h1{
    padding: 7px;
    color: #e6dcdc;
    
}*/

.about h1 {
    color: #ffe6e6;
    font-weight: 600;
}

/* about section css end here */
/* upcoming section css start here */
.up{
/*    margin-bottom: -36px;*/
}
.upcoming{
    text-align: center;
    width: 71%;
    margin: auto;
    margin-top: -15px;
    background-color: #ffffff;
}
.upcoming h1{
    font-size: 7.5rem;
    text-align: right;
    color: #e5e5e5;
    font-weight: 100px;
    margin-bottom: -37px;
}

#body { font-family: sans-serif; }

.sliderAdvantage.owl-carousel.mt-2 {
  background: #EEE;
}
.sliderAdvantage .owl-nav {
    display: flex;
    justify-content: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    align-items: center;
}
.sliderAdvantage .owl-nav>div {
    position: relative;
    top: 28px;
    left: -3px;
    width: 140px;
}
.owl-nav .owl-next{
    right: -6px;
}
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-nav i {
    font-size: 100%;
}
.fa-angle-left:before {
    content: "\f104";
}
.owl-nav>div {
    margin-top: -13px;
    position: absolute;
    color: #e31a34;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 2px;
    font-size: 140%;
}
.carousel-cell {
  width: 28%;
  height: 200px;
  margin-right: 10px;
  background: #fff;
  border-radius: 5px;
  counter-increment: carousel-cell;
  display: inline-block;
}

.carousel-cell.is-selected {
  background: #e5e5e5;
  display: inline-block;
}

/* cell number */
.carousel-cell:before {
  display: block;
  text-align: center;
  content: counter(carousel-cell);
  line-height: 200px;
  font-size: 80px;
  color: #e5e5e5;
  display: inline-block;
}

.iconPatient .imgprop {
    /* width: 50%; */
    /* border-radius: 20px; */
    cursor: pointer;
}

.sliderAdvantage.owl-carousel.mt-2{
    width: 71%;
    margin: auto;
    margin-top: -15px;
    padding-bottom: 30px;
}
/*.date{
    margin-left: 74px;
    border: 1px solid #c10005;
    border-radius: 100%;
    background-color: #c10005;
    width: 95px;
    text-align: center;
    margin-top: -20px;
    z-index: 1;
    position: relative;
    color: #fff;
    font-size: 18px;
    height: 40px;
    padding-top: 8px;
    font-weight: 700;
}*/

.aboutinnercls{
    padding-top: 30px;
}

.date {
    border: 1px solid #c10005;
    border-radius: 100%;
    background-color: #c10005;
    width: 60px;
    text-align: center;
    top: -30px;
    z-index: 1;
    position: relative;
    color: #fff;
    font-size: 14px;
    height: 60px;
    padding: 15px;
    font-weight: 700;
    margin: 0 auto;
}

.itemPatient.shadow{
  /*  padding: 31px;
    text-align: center;
    width: 84%;
    background-color: #fff;*/

    padding: 0px;
    text-align: center;
    width: 84%;
    background-color: #fff;
    height: 450px;
}

  .itemPatient .zoomlogo{
    width: 30%!important;
    margin-left: 31%!important;
    margin-bottom: -7%;
  }
/*
  .text{
    text-align: left;
    color: #636363;
    border-bottom: 1px solid #0e0e0e;
  }*/

    .text {
        text-align: left;
        color: #636363;
        border-bottom: 1px solid #0e0e0e;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 15px !important;
        font-weight: 600;
    }

  .txt{
    text-align: left;
    color: #636363;
    font-size: 0.63rem;
    border-bottom: 1px solid #0e0e0e;

  }
  .logo{
    display: inline-block;
    color: #636363;
  }
  .fa.fa-map-marker{
    color: #c10005;
  }
  .inline{
    display: inline-block!important;
    font-size: 15px!important;
  }
  .timedate{
    width: 15%!important;
    display: inline-block!important;
  }

.button {
    border: 1px solid #c10005;
    border-radius: 25px;
    background-color: #c10005;
    font-size: 16px;
    padding: 10px;
    width: 150px;
    color: #fff;
}

/* upcoming section css end here */
/* speakers section css start here */

.speakers.bgimg {
/*    background-image: url('../image/mayuri.png');*/
    text-align: center;
    width: 85%;
    margin: auto;
    background-color: #ffffff;
    background-repeat: no-repeat;
    height: 1390px;
    background-position: center;
    background-size: cover;
    box-shadow: 5px 10px 20px #6d6a6b!important;
    z-index: 1!important;
    position: relative!important;

}

.txtcls{
    text-decoration: none !important;
}

.p-emailcls {
    text-align: center;
    font-weight: 600;
    font-size: 13px;
}

.contact-innercls{
/*height: 300px;*/
}

/*a {
    color: #ffffff !important;
    text-decoration: none !important;
}*/

.our{
    font-size: 42px;
    font-weight: 600;
    display: inline-block;
}
.span{
    font-size: 42px;
    font-weight: 600;
    color: #c10005;
    display: inline-block;
}
.col-md-3.col-sm-6{
    text-align: left;
}
.col-md-3.col-sm-6 img{
    height: 189px;
    margin-bottom: 5px;
}
.col-md-3.col-sm-6 h4{
    font-size: 18px;
    color: #524d50;
    margin-bottom: 0px;
}
.col-md-3.col-sm-6 h6{ 
    font-size: 11px;
    color: #524d50;
}
.col-md-3.col-sm-6 p{ 
    font-size: 10px;
    margin-top: 18px;
}
.fa.fa-angle-right{
    border: 1px solid #c10005;
    border-radius: 100%;
    color: #fff;
    background-color: #c10005ed;
    font-size: 14px;
    margin-right: 8px;
    padding: 0px 5px;
    font-weight: 800;
}
.col-md-3.col-sm-6 a{
    color: #524d50;
    text-decoration-line: none;
    font-size: 11px;
    font-weight: 600;
}
/* speakers section css end here */
/* testimonil section css start here */

.testimonil {
    text-align: center;
    width: 85%;
    margin: auto;
    background-color: #ffffff;
    box-shadow: 4px 4px 10px rgba(130,0,2,1)!important;
    z-index: 1!important;
    position: relative!important;
}
 
.testimonial.bgimge{
/*    background-image:url('../image/terminal.png');*/
    text-align: center;
    width: 71%;
    margin: auto;
    background-color: #ffffff;
    background-repeat: no-repeat;
    height: 91px;
    background-position: center;
    background-size: cover;
}
.test{
    font-size: 42px;
    font-weight: 600;
    display: inline-block;
    margin-left: 45px;
    color: #c10005;
    margin-top: 7px;
}
.testimonial_box-text p{
    color: #c10005;
    font-size: 14px;
    line-height: 20px;
}
.testimonial_box-name h4{
    font-size: 18px!important;
    color: #0e0e0e!important;
}
.testimonial_box-job p{
    font-size: 10px!important;
    color: #0e0e0e!important;
    text-transform: inherit!important;
    letter-spacing: 1px!important;
}
.testimonial_box-img{
    padding: 16px!important;
    justify-content: left!important;
}


/* testimonil section css end here */
/* faqs section css start here */

section.revolutionize.col-md-12 {
    background: #f1f1f1;
    height: 70px;
    padding-top: 26px;
}

.faqs {
    text-align: center;
   /* width: 85%;
    margin: auto;
    margin-top: 0px!important;*/
}

.faqs.list {
    /* background-image: url('../image/imagefqs.png'); */
    text-align: center;
    width: 100%;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 78px;
    background-color: #fff;
}

.faq {
    font-size: 42px;
    font-weight: 600;
    display: inline-block;
    color: #c10005;
    margin: 0 auto;
}

.col-md-6.col-sm-6.faqsdiv{
    background-color: #cc0012;
    text-align: left;
    width: 100%;
}

.accordion-button.collapsed{
    color: #fff;
    background-color: #cc0012;
    border: 1px solid #fff; 
    border-radius: 11px;
}
.fa.fa-quote-right{
    font-size: 27px;
}
 
/* #accodion css */

.accordion1 {
    font-size: 15px;
    cursor: pointer;
    padding: 12px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    border-radius: 10px;
    background-color: #fff; 
    border: 1px solid #C00011;
    margin-left: 6px;
}

.active1, .accordion1:hover {
    background-color: #f3d1d5;
}

.accordiondiv{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.fa-circle:before {
    content: "\f111";
    position: relative;
    left: -35px;
}
button:focus-visible {
     outline: unset!important; 
 }

.panel1 {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f3d1d5;
    color: #c00011;
    border-radius: 10px;
    width: 99%;
    margin: 0px auto;
}

.panel1 p {
    font-size: 14px;
    text-align:left;
}
.accordiondiv {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 10px;
}
.col-md-6.col-sm-6.faqsdiv2{
    background-color: #c00010;
    text-align: left;
    /* display: -webkit-inline-box; */
    width: 100%;
    display: inline-block;
}

.fa.fa-circle.before {
    color: #C00011;
}

/* faqs section css end here */
/* partners section css start here */

.partners.photo {
/*    background-image: url('../image/patners1.png');*/
    text-align: center;
/*    width: 85%;*/
/*    margin: auto;*/
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 46px;
}

.ourtxt{
    font-size: 42px;
    font-weight: 600;
    display: inline-block;
}
.partnertxt{
    font-size: 42px;
    font-weight: 600;
    color: #c10005;
    display: inline-block;
}
.logo{
    padding-left: 10px;
    padding-right: 20px;
}
/* partners section css end here */
/* revolutionize section css start here */
.revolu1{
    display: inline-block;
}
.revo1{
    padding-top: 3%;
    padding-left: 6%!important;
}
.revolu2{
    display: inline-block;
}

.revolu1h2{
    color: #c10005;
    font-size:24px;
}
  .upcoming-cls{
     display:block;   
     font-size: 42px;
    font-weight: 600;
     margin-left: 45px;
    color: #e13041;
    margin-top: 7px;
    text-align: center;
    }
.revolu2h5{
    font-size: 20px;
    color: #010f35;
    padding-bottom: 4px;
}
.revoul{
    list-style:none;
    font-size: 14px;
    color: #010f35;
}
.revolution3{
    color: #010f35;
 }
.revolution1{
    color: #010f35;
}
.revolution2{
     color: #010f35;
}
.revoul2{
    list-style:none;
    font-size: 14px;
    color: #010f35;
}
.revoul3{
    list-style:none;
    font-size: 14px;
    color: #010f35;
}
.revolution{
    display: inline-block;
}
.order{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 3%;
}
.revolutiona{
    display: inline-block;
}
.revolutionb{
    display: inline-block;
}

.textp {
    font-size: 15px;
    font-weight: 600;
    color: #c00005;
}

.bg{
    box-shadow: 0 7px 4px 8px #5c0002
}
 