* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Figtree', sans-serif;
  }
h1{
  color: #8953d0;
}
p{
  font-size: 12px;
}
ul.txtsize li{
  font-size: 15px;
  font-weight: normal;
}
label{
  background: #E9DEF7;
  padding: 1px 5px;
  color: #260A58;
  font-weight: bold;
  margin: 2px;
}
a:hover{
  color: #a570ea !important;
}
.inner{
  border: 1px solid #ede8e8;
}
.header {
   padding: 78px 2% 34px 2%;
    height: 10rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 33333;
}
.bannerlabel{
  transform: translate(5px, -12px) scale(1.1, 0.9) skew(-10deg, -2deg);
  color: white;
  background: #a3a917;
  font-size: 95%;
}
.carousel.slide.large{
  top: -25px;
}
.carousel.slide.mobile {
  top: -75px;
  height: 475px;
}
#scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px; 
  display: none;
  z-index: 200;
}
.scroll-to-top-button {
  background-color: #44a500;
  color: #ffffff;
  padding: 5px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  font-size: 20px;
}
.scroll-to-top-button:hover {
  background-color: #87e245;
  color:#ffffff;
}
.detail-call{
  width:11px;
  margin-top: 1px;
}
.form-head{
  background: url(assets/formhead.png);
  background-size: 100%;
  text-align: center;
  font-size: large;
  font-weight: bold;
  height: 101px;
  padding: 25px 0px;
  color: white;
}
.form-head-a{
  text-align: center;
  font-size: x-large !important;
  margin-bottom: -10px;
  font-weight: bold;
}
/* Add these styles for the dropdown container */

/* Add these styles for the dropdown list items */
.dropdown-list-a {
  display: none;
  position: absolute;
  list-style-type: none;
  padding: 0;
  margin: 0;
  background-color: white; /* Set the background color as needed */
  border: 1px solid #ccc; /* Add a border for better visibility */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Add a shadow for a dropdown effect */
}

/* Add this style to show the dropdown list on container hover */
.dropdown-container-a:hover .dropdown-list-a {
  display: block;
}
.logo-container {
  order: 1;
  margin-left: -20px !important; /* Set the order to 1 to move the logo to the left */
}
.navbar {
  order: 2;
  }
.phone-number-container {
  order: 3; /* Set the order to 3 to move the phone number to the right */
  margin-right: 10px; /* Adjust the margin as needed */
}
.r-mail{
  margin-left: -70px;
}
.phone-number {
  font-size: 2.0rem; /* Adjust the font size as needed */
  color: #000; /* Set the color you prefer */
  font-weight: 700;
  margin: 0;
  text-decoration: none;
  padding-right: 3px;
}
.phone-number-a {
  font-size: 2.0rem; /* Adjust the font size as needed */
  color: #000; /* Set the color you prefer */
  font-weight: 700;
  margin: 0;
  text-decoration: none;
  padding-right: 3px;
  padding-left: 7px;
}
.phone-number:hover{
  color:red;
  cursor: pointer;
}
.phone-number-a:hover{
  color:red;
  cursor: pointer;
}
.bannrtwo{
  background-image: url("assets/banner2.jpg");
  height: 383px;
  background-size: 100%;
}
.bannertwo div{
  margin: -30% auto 65px auto;
  width: 420px;
  padding: 10% 0 0;
  text-align: center;
}
.bannertwo div h3{
  color: #0165bd;
  font-size: 40px;
  text-shadow: 2px 2px;
  font-weight: bold;
}
.bannertwo div p{
  color: #260058;
  font-size: 25px;
  line-height: 30px;
  margin: 20px 0;
}
@media screen and (max-width: 991px) {
  .navbar-toggler-icon{
    background-image: url("assets/hamburger.png") !important;
  }
  .hideondkp{
    display: block !important;
  }
  .hideonmbl{
    display: none;
  }
}
/* Media query for responsiveness */
@media screen and (max-width: 786px) {
  #testimonials{
    background: url("assets/mobile/testimonial.jpg") !important;
  }
  .phone-number{
    font-size: 1.5rem;
  }
  .phone-number-a{
    font-size: 1.5rem;
    padding-left: 0px;
    padding-right: 9px;
  }
  .r-mail{
    margin-left: 0px;
  }
  .header .logo {
    height: 5rem;
    padding-left: 0px !important;
  }
}
html {
  font-size: 40.5%;
  /* 1rem = 10px */
  overflow-x: hidden;
}
@media screen and (max-width:786px){
  .header .logo {
  }
  .banner-text{
    font-size: 25px !important;
    font-weight:1000 !important;
  }
  .banner-sub{
    font-size: 15px !important;
  }
}
@media only screen 
and (min-width : 1824px) {
  .header {
    height: 9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    z-index: 10;
    width:100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
  .header .logo {
    height: 3rem;
  }
  html {
    font-size: 58.5%;
    /* 1rem = 10px */
    overflow-x: hidden;
  }
  .navbar-list {
    display: flex;
    gap: 4.1rem;
    list-style: none;
  }
  .rexal-img{
    background-image: url("Images/banner\ 1.jpg");
    background-size: cover;
    height: 100vh;
    width:100%;
    align-items: center;
    padding-left:70px  !important;
}
.footer-distributed {
  background-color: #F4EEFB;
  box-sizing: border-box;
  width: 100%;
  font: bold 16px sans-serif;
  padding:50px !important;
  box-shadow: 0 3px 6px rgb(8, 8, 8);
  padding-left: 90px !important;
  padding-right: 90px !important;
}
.footer-distributed h2{
  color: #0a0a0a !important
}
.r-mail{
  margin-left: -170px;
}
.rexal-sde-head{
  text-align: center;
  font-size: 40px;
  margin-bottom: 150px !important;
}
.rexal-about-text-a{
  text-align: center;
  padding:30px;
  font-size: 20px;
  background-color: #f5f8fa;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 250px !important;
  padding-right: 250px !important;
}
.img-size{
  width: 1% !important;
}
.banner-text{
  font-size: 55px !important;
  font-weight:1000 !important;
  margin-bottom: 10px;
}
.banner-sub{
  font-size: 34px !important;
}
.sde-img-order{
  z-index: -1;
  width: 75%;
  margin-left: 250px !important;
  margin-top: 60px;
}
.rexal-direction{
  display: flex;
  margin-top: -120px ;
  margin-left: 350px !important;
}
.rexal-direction-a{
  display: flex;
  flex-direction: row;
  margin-top: 250px !important;
  margin-left: 480px !important;
}
.rexal-sde-stage{
  z-index: 1;
  width: 75% !important;
  margin-top: -270px;
  margin-right: 40px !important;
}
.rexal-sde{
  padding:10px;
  height: 110vh !important;
}
.rexal-sde-para{
  position: relative; /* Change to absolute or adjust as needed */
  z-index: 2;
  top: -118px !important; /* Adjust top, left, right, bottom as needed */
  left: -38px;
  right: 0;
  bottom: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px !important;
  text-align: center;
}
.rex-dir{
  display: flex;
  flex-direction: column;
  margin-top: -180px !important;
}
.rexal-direction,
    .rexal-direction-a {
      position: relative;
    }
    .rexal-direction div:hover .tooltip,
    .rexal-direction-a div:hover .tooltip {
      display: block;
    }
    .tooltip {
      display: none;
      position: absolute;
      top: -400% !important; /* Position it below the stage */
      left: 65% !important; /* Center it horizontally */
      transform: translateX(-50%);
      padding: 5px;
      border-radius: 5px;
      z-index: 3;
      font-size: 16px !important;
      width: 100%;
    }
    .rexal-direction-a .tooltip {
      top: 50% !important;
      left: 51% !important; /* Position it below the stage */
    }
    .rexal-mobileview-sde{
      display: none;
    }
}
.header .logo {
  height: 8rem;
}
.navbar-list {
  display: flex;
  gap: 4.5rem;
  list-style: none;
  padding-left: -30px !important;
}
@media(max-width:35em){
  .navbar-list{
    gap:0.2rem;
  }
  .z{
    margin-top: -50px !important;
  }
}
.navbar-link:link,
.navbar-link:visited, .nav-link:link,
.nav-link:visited {
  display: inline-block;
  font-family: 'Figtree', sans-serif;
  text-decoration: none;
  font-size: 2.1rem;
  font-weight: bold;
  color: #260058;
  transition: all 0.3s;
  margin: 2px 12px 5px 12px;
  text-transform: uppercase;
}
.last-child{
  margin-right: 40px !important;
}
.navbar-link:hover,.navbar-link:active, .nav-link:hover, .nav-link:active {
  color: white !important;
  background: #783CC8 !important;
  padding: 1px 10px;
  margin: 12px 20px 5px 2Opx;
  font-size: 2.1rem;
}
.drpdown:hover ul{
  display: block;
  position: absolute;
  border-radius: 5px;
  border: 1px solid #eee8f6;
  padding: 5px 10px;
  background: white;
}
.navbar-list:hover ul li, .navbar-list ul li{
  list-style: none;
  font-size: 14px;
  color: #726092;
  font-weight: bold;
}
.navbar-list ul li a{
  font-size: 12px;
  color: #8953d0 !important;
  text-decoration: none;
}

.mobile-navbar-btn {
  display: none;
  background: transparent;
  cursor: pointer;
}
.mobile-nav-icon {
  width: 4rem;
  height: 4rem;
  color: ##bb6c46;
}
.mobile-nav-icon[name="close-outline"] {
  display: none;
}
.services{
  padding: 3% 2% 0 !important;
}
.services a label{
  cursor: pointer
}
.services .accordion{
  width: 98% !important
}
.services h1{
}
.services .col-md-4 img{
  padding-top: 5%;
}
.services p{
  margin: 2% 0;
  font-size: 15px;
}
@media (max-width: 35em) {
  .sumukha-details-container{
    display: none;
  }
  .text-inside{
    width: 100% !important;
  }
  .mobile-nav-icon{
    width: 6em;
    height: 4em;
  }
  .mobile-navbar-btn {
    display: block;
    z-index: 999;
    color: #8953d0;
    margin-right: -350px !important;
    text-align: right;
    border-radius: 6px;
    font-size: 15px;
  }
  .s-language{
    display:none;
  }
  .sumukha-details-container-inner{
    display: flex;
    flex-direction: column;
    margin-left: 0 !important;
  }
  .sumukha-details-container{
    color:green !important
  }
  .header .logo {
  }
  .navbar {
    /* display: none; */
    /* width:200px;
    background: white;
    position: relative;
    margin-top: 325px;
    display: flex;
    align-items: center;
    transition: all 0.2s linear;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 1000; */
  }
  .navbar-list {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .active .navbar {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    background: #8953d0;
  }
  .active .mobile-navbar-btn .mobile-nav-icon[name="close-outline"] {
    display: block;
  }
  .active .mobile-navbar-btn .mobile-nav-icon[name="menu-outline"] {
    display: none;
  }
  .wrapper-contact{
    background-size: cover;
    width: 100%  !important;
      object-fit: cover;
      position: relative;
      padding-left: 0 !important;
      padding-top: 0 !important;
  }
  .footer-distributed{
    width: 100% !important;
    flex-direction: column;
    padding:10px !important;
  }
  .services-section{
    display:none
  }
  .quick-links-container{
    color: white;
    display: flex;
    flex-direction: column;
    font-size: small;
    margin-left: 0 !important;
  }
  .services-a{
    display: block !important;
    }
}
@media(max-width:62em){
  .footer-sumukha{
    display: block;
  }
}
/* Below 560px  */
@media (max-width: 35em) {
  .header {
    padding: 18em 2.4rem 6em;
    width:100%
  }
  .header .logo {
  }
  .footer-distributed{
    width: 100% !important;
  }
  .services-a{
    display: block;
    }
    .footer-sumukha{
      display: block !important;
    }
}
.services-b{
  padding: 30px;
}
.address-con{
  display: flex;
  flex-direction: column;
}
.address-con h3{
  font-size: large;
}
.addres-sumukha{
  display: flex;
  font-size: large;
}
.footer-sumukha{
  background-color: #8953d0;
  color: white;
  padding: 20px;
  display: none;
}
.f-logo{
  width:180px;
}
.email-container{
  display: flex;
}
.services-dropdown {
  position: relative;
  display: none;
}
.services-dropdown-a {
  position: relative;
  display: none;
}
.t-head{
  font-size: 29px;
  font-weight: bold;
  color: #8953d0;
}
.dropdown-btn {
  background-color: inherit;
  border: none;
  padding: 0;
  font-size: large;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  color:#8953d0;
  background-color: white;
  width:150px !important;
  border-radius: 18px ; 
  padding: 6px;
  text-align: center !important;
  margin: 5px;
}
.dropdown-content {
  color:white;
  list-style: none;
}
.dropdown-content a{
  text-decoration:none;
  color:rgb(28, 28, 28);
  font-size: large;
}
.kphb-qr{
  width:70px
}
.dropdown-content{
  padding-left: 0px !important;
} 
.dropdown-content li {
  text-align: left;
}
/* Media query for mobile devices */
@media (max-width: 35em) {
  .dropdown-btn {
    display: block ;
    width: 100%;
    text-align: left;
  }
  .dropdown-content {
    width: 100%;
  }
  .services-dropdown.show .dropdown-content {
    display: block;
  }
  .services-dropdown-a.show .dropdown-content {
    display: block;
  }
  .footer-main-list{
    display: none;
  }
  .services-dropdown.show {
    display: block;
  }
  .services-dropdown-a.show {
    display: block;
  }
  .services-dropdown{
    display: block;
  }
  .services-dropdown-a{
    display: block;
  }
}
/*=======================================================================================*/
.footer-distributed {
    background-color: #e8def7;
    box-sizing: border-box;
    font:  16px sans-serif;
    padding:30px 30px 0 30px;
    box-shadow: 0 3px 6px rgba(0.23,0.300,0.23);
    color: #050506;
    font-family: 'Figtree', sans-serif;
  }
  .footer-distributed h3{
    font-size: 16px;
  }
.footer-list{
  list-style: none;
  margin-left: -18px;
  font-size: small;
  font-weight: 500;
}
.footer-icons img {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  border-radius: 2px;
  font-size: 20px;
  color: white;
  text-align: center;
  line-height: 35px;
  transition: transform 0.2s;
}
.footer-icons img:hover {
  transform: scale(1.2); /* Add this rule for the press effect on hover */
}
.footer-icons a{
  text-decoration: none;
}
.mapqr{
  float: left;
  margin-right: 20px;
}
.mapadd{
  float: left;
  width: 75%;
  background: #8953d0;
  padding: 5px 10px;
  border-radius: 10px;
}
.mapadd li{
  float: left;
  width: 100%;
  list-style: none;
}
.mapadd li h3{
  float: left;
}
.mapadd li h3 i{
  margin-right: 5px;
}
.mapadd li p{
  float: left;
  color: white;
}
.mapadd li a{
  float: right;
}
.maps{
  float: left;
  margin: 1% 0;
  width: 100%;
}
@media (max-width: 35em) {
  .footer-qr{
    width:60px !important;
    border-radius: 10px;
    height:60px
  }
  .footer-qr-a{
    width:85px !important;
    border-radius: 10px;
    margin-top: 10px !important;
    margin-left: 10px !important;
    height:95px
  }
  .call-footer-a{
    float: left;
    width:25px;
    margin-left: -10px ;
    margin-bottom: -50px !important;
  }
  .call-footer-ax{
    width:25px;
    margin-left: -45px !important;
    margin-bottom: -50px !important;
  }
  .call-footer-ab{
    width:25px;
    margin-bottom: -50px !important;
    margin-right: -225px !important;
  }
}
.footer-qr{
  width:60px;
  border-radius: 10px;
  height:60px;
}
.nine{
  transition: transform 0.2s;
}
.nine:hover{
  transform: scale(1.09);
}
.call-footer{
  width:15px
}
.call-footer-a{
  width:25px;
  margin-left: -10px ;
  float: left;
}
.call-footer-ax{
  width:25px;
  margin-left: -10px ;
}
.call-footer-ab{
  width:25px;
}
.footer-qr-a{
  width:60px;
  border-radius: 10px;
  height:60px
}
.f-mail{
  width: 5%;
}
.footer-list li{
  margin:5px
}
.sumukha-contact-details-footer{
  margin-bottom: 12px;
}
.sumukha-contact-details-footer-one{
  margin-bottom: 15px;
}
@media (max-width:35em) {
  .copy-para{
    font-size: 12px !important;
  }
}
.copy{
  display: flex;
  background-color: #e8def7;
  color:#2b2828;
  justify-content: center;
  padding-bottom: 5px;
  padding-top: 15px;
}
.copy-para{
  font-size: small;
  text-align: center;
}
.footer-p{
  padding-left: 5px;
  font-size: medium; 
  font-weight: bold;
  float: right !important;
  color: white;
}
.footer-text{
  font-size: 15px;
  margin-bottom: 13px;
  width: 70%;
}
.footer-first-row{
  flex-direction: column;
  background: url(assets/stethoscope.jpg) scroll right bottom;
  background-size: 42%;
  background-repeat: no-repeat;
  margin:0 4%;
}
.footer-first-row .sumukha-contact-details-footer p{
  font-size: 19px;
}
.footer-first-row p i{
  margin-right: 5px;
  color: #8953d0;
}
.sumukha-footer-logo{
  width:230px;
  margin-bottom: 15px;
  margin-left: -6px;
}
  .quick-links-container{
    color: white;
    display: flex;
    flex-direction: column;
    font-size: small;
    margin-right: 2%;
  }
  .quick-links-container h2, .quick-links-container h3{
    font-size: large;
    font-weight: bold;
    margin-bottom: 15px;
    color: black;
  }
  .quick-link{
    color: white;
    text-decoration: none;
    width:100%;
    font-family: 'jost', sans-serif;
    margin-bottom: 4px;
    font-weight: 500;
  }
  .quick-link:hover{
    color: white;
  }
  /*========================================================================================================================================================================================================*/
@media (max-width:35em){
  .body-a{
    display: flex;
    flex-direction: column-reverse;
    border-radius: 0;
  }
  .body-b{
    padding-left: 10px ;
    padding-right: 10px ;
    font-size: small !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .body-c{
    width:250px ;
  }
}
    .body-a{
      display: flex;
      box-shadow: 0 6px 10px rgba(51, 51, 51, 0.1);
      border-radius: 20px;
    }
    .body-b{
      padding-right:20px;
      padding-left: 20px;
      padding-top: 10px;
      padding-bottom: 50px;
      color:white;
      font-size: 13px;
      font-family: 'Roboto', sans-serif;
      width:400px;
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
    }
    .body-b h1{
      color: #260A58;
      font-size: 20px;
      font-weight: bold;
    }
    .body-b h3{
      color: #000000;
      font-size: 15px;
    }
    .faqh2 a{
      color: #4C00B0;
    }
    .body-b p{
      color: #14042a;
      font-weight: bold;
      font-size: 15px;
    }
    .body-b ul{
      margin: 15px;
      border-left: 4px solid #4C00B0;
    }
    .body-b ul li{
      list-style-image: url(assets/contact-right2.png);
      color: #0f021f;
      font-size: 17px;
      margin: 5% 2px;
      padding-left: 12px;
      font-weight: bold;
      line-height: 9px;
    }
    .body-b ul li span{
      float: left;
      margin-top: -5px;
    }
    .body-b ul li:before{
        content: "";
        position: absolute;
        width: 30px;
        height: 5px;
        background: #26277a;
        left: 0;
        top: 37px;
    }
    .body-c{
      background-color: white;
      padding: 10px;
      font-size: 15px;
      cursor: pointer;
      width:400px;
    }
    @media (max-width: 35em) {
      .body-z{
        background-color: white;
        padding: 10px;
        box-shadow: 0 6px 10px rgba(51, 51, 51, 0.1);
        font-size: 15px;
        border-radius: 20px !important;
        cursor: pointer;
        width:200px !important;
        margin-left: 40px !important;
      }
      .ar-fields-sumukha{
        display: flex;
        flex-direction: column;
      }
    }
  .sumukha-input{
    border-radius: 8px;
    border: 3px;
    background-color: #f0f1f6;
    padding:5px;
    width:95%;
    margin-left: 7px;
    padding-left: 9px;
    font-size: 13px !important;
  }
    @media screen and (max-width:769px) {
      .body-z{
        width:300px;
        margin-top: 15px;
      }
    }
  form{
    font-size: 15px;
  }
  .a-button{
    width:94px;
    padding:3px;
    color: white;
    background-color: #8853D0;
    border: 0;
    border-radius: 8px;
    font-size: 16px;
    margin-top: 15px;
    font-weight: bold;
  }
  .ten{
    display: flex;
    justify-content: center;
  }
  .ab-button{
    width:104px;
    padding:13px;
    color: white;
    background-color: #dcaa97;
    border: 0;
    border-radius: 12px;
    font-size: 16px;
    margin-top: 15px;
    font-weight: bold;
    text-align: center;
    margin: 10px;
  }
  .ab-button:hover{
    color: #dcaa97;
    background-color: white;
    font-weight: 500;
    border: #5b1020;
  }
  .a-button:hover{
    color: #31115a;
    background-color: #ceb9ea;
    font-weight: 500;
    border: #5b1020;
  }
  .button-style{
    text-align: center;
    margin: 5px;
  }
  .error-message {
    color: rgb(128, 1, 1);
    font-size: small;
  }
  form .contact-form {
    position: relative;
    margin: 14px 0;
    display: flex;
    flex-direction: column;
    float: left;
    width:50%;
  }
  .error-border {
    border: 3px solid rgb(128, 1, 1);
}
.date-time-container{
  display: flex;
    flex-direction: column;
}
  .dropdown-list-li{
    font-weight: 500;
    transition: all 0.3s;
  }
  .dropdown-container {
    z-index: 1000; /* Adjust the z-index value as needed */
  }
  .dropdown-list-li:hover{
    font-weight: 700;
  }
  .ar-fields-sumukha{
    display: flex;
  }
  @media (min-width:35em){
  .header {
    padding: 11em 2.4rem 6em !important;
    background: none !important;
  }
  }
@media (max-width:35em){
  time{
    margin-right: 0;
    width:100% !important;
  }
  .date{
    width:90% !important;
    margin: 0;
    margin-bottom: 9px;
  }
}
  .time{
    margin-right: 8px;
    width:80%;
  }
  .date{
    width: 80%;
    margin-right: 20px;
  }
  /* Add this style to hide the dropdown list initially */
  .dropdown-list {
    display: none;
    z-index: 1;
  }
  /* Add this style for the dropdown container */
  /* Add this style to show the dropdown list on container click */
  .dropdown-container.active-dd .dropdown-list {
    display: block;
  }
  /* Add this style to create a down arrow on the container */
  /* Add this style for the dropdown list items */
  .dropdown-list li {
    list-style-type: none;
    padding: 10px;
    cursor: pointer;
  }
  /* Add this style for the selected option in the container */
  .selected-option {
    padding: 3px 4px;
    font-size: 16px;
    position: relative;
    border: none;
    border-bottom: 1px solid #252b03;
    background: none;
    outline: none;
    cursor: pointer;
    margin-top: 40px;
    font-family: 'Poppins', sans-serif;
  }
  /* Add this style for the active state of the container */
.wrapper-contact .col-md-6 img,.wrapper-contact .col-md-12 img{
  width: 51%;
}
.wrapper-contact img{
}
.homebanner{
width: 100%;
}
.wrapper-contact-a{

}
.wrapper-contact-b{

}
.wrapper-contact .col-md-6{
  padding-top: 80px;
  background-image: linear-gradient(184deg, #ded4ec, transparent);
}
#demo{
  padding: 2% 0 5%;
}
#demo .carousel-indicators{
  bottom: 4%;
}
@media only screen 
and (min-width : 1824px){
  .header{
    padding: 78px 3% 34px 3%;
    margin: 0;
  }
  .wrapper-contact{
    background-image: url("assets/parenthood-banner.jpg");
    background-size: cover;
    background-position: center; 
    width: 100%;
    height: 75vh !important;
    object-fit: cover;
    position: relative;
    padding-top: 30px;
    background-repeat: no-repeat;
  }
  .wrapper-contact-a{
    background-image: url("assets/gynaecologist.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 75vh;
    object-fit: cover;
    position: relative;
    padding-left: 80px;
    padding-top: 30px;
  }
  .wrapper-contact-b{
    background-image: url("assets/smiling-pregnant-young-couple-hugging.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 75vh;
    object-fit: cover;
    position: relative;
    padding-left: 80px;
    padding-top: 30px;
  }
}
.text-inside h2{
  font-size: 45px !important;
  text-shadow: 2px 1px #ffffff;
  color: #955609;
}
.text-inside h1,h2,h3{
  font-size: 45px;
  font-weight: 700;
  color:white;
}
.arrange-banner-text h1{
  text-shadow: 0 2px 6px black;
  font-size: 45px;
  font-weight: 700;
  color:white;
}
.text-inside h3{
  font-size: 26px;
  color: #472C75;
  font-weight: bold;
}
.h-wrapper-contact p{
  color: #472C75 !important;
  font-weight: normal !important;
}
/*===============================================================================================================================*/
.sumukha-details-container{
  display: flex ;
  flex-direction: row-reverse;
  justify-content: space-between;
  color:white;
  background-color: #8953d0;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 500;
  padding-left: 2%;
  padding-right: 2%;
  position: fixed;
  width: 100%;
  z-index: 653;
  top: 0px
}
@media (max-width: 35em) {
  .autohide{
		position: fixed;
	    top: 0px !important;
	}
  .sumukha-details-container{
    display:none !important;
  }
}
.sumukha-details-container-inner{
  display: flex;
}
.sumukha-contact-details{
  display: inline-flex;
}
.sumukha-contact-details a{
  padding: 8px;
  font-size: 14px;
  text-decoration: none; 
  color: white; 
}
.sumukha-contact-details a:hover{
  color: #fffece !important;
}
.s-icon{
  margin: 4px;
}
@media only screen 
and (min-width : 1824px){
  .s-contact{
    margin:2px;
    padding-right: 7px;
    font-size: 17px !important;
  }
  .s-icon{
    margin: 4px;
    font-size: 20px !important;
  }
}
.s-contact{
  margin:2px;
  padding-right: 7px;
  padding-top: 5px;
  font-size: 12px; 
}
.s-contact:hover{
  font-weight: 600; 
}
.sumukha-details-container-inner li{
  list-style: none;
}
.sumukha-details-container-inner li:first-child{
  margin-right: 20px;
}
/*========================================================================================================================================================*/
#testimonials{
  background: url("assets/testimonial.jpg");
  background-size: 100% 100%;
  padding: 5% 12% 13%;
}
#testimonials .carousel-item{
  text-align: center;
}
#testimonials .carousel-control-next {
  right: 5% !important;
}
#testimonials .carousel-control-prev {
  left: 5% !important;
}
#testimonials .carousel-control-prev-icon {
  background-image: url("assets/left-arrow.png");
}
#testimonials .carousel-control-next-icon {
  background-image: url("assets/right-arrow.png");
}
.faqh2{
  color: black;
  font-size: 18px;
}
.blogfull{
  margin-top: 5%;
}
.blogfull .col-md-8 img{
  width: 100%;
  margin-bottom: 20px
}
.blogfull .col-md-4 div{
  float: left;
  width: 100%;
  margin: 4px 0 20px
}
.blogfull .col-md-4 img{
  width: 35%;
  float: left;
  margin-right: 2%;
}
.blogfull .col-md-8 h3{
  font-size: 16px;
  color: #2E006A;
  font-weight: bold;
  margin: 2% 0
}
.blogfull .col-md-8 p{
  font-size: 15px;
}
.blogfull .col-md-4 h4{
  font-size: 17px;
  font-weight: bold;
}
.blogfull .col-md-4 a{
  color: #8953d0;
  text-decoration: none;
  font-size: 15px;
 }
 .blogcategories{
  background: #35007b;
  padding: 20px;
  border-radius: 10px;
  font-size: 16px;
  color: white;
 }
 .blogcategories ul{
  padding: 0;
  margin-top: 10px;
 }
 .blogcategories li{
  list-style: none  ; 
  margin: 5px 0
 }
 .blogcategories h3{
  font-size: 20px;
}
.abouth1{
  color: white;
  font-size: 35px;
}
.services-area{
  margin: 0 2%;
}
.single-service{
  -webkit-box-shadow: 5px 57px 103px -82px #8953d0;
  -moz-box-shadow: 5px 57px 103px -82px #8953d0;
  box-shadow: 5px 57px 103px -82px #8953d0;
}
.default_bg {
  background-image: linear-gradient(to top left, #9A6CD7, #6926C0);
  color: #ffffff; 
  border-radius: 20px;
  transition: transform 0.2s;
  text-decoration: none;
  border: 4px solid #ffffff;
  height: 260px;
}
@media only screen 
and (min-width : 1824px){
  .default_bg {
    background-color:#8953d0;
    color:white;
    border-radius: 20px;
    height:300px;
  }
  .service-text{
    padding: 5% 0;
  }
  .service-text h4 {
    margin-bottom: 1.2rem ;
    font-weight: 600;
    font-size: 24px !important;
    color:#ffffff;
  }
}
@media (max-width:35em) {
  .service-text{
    padding: 5% 0;
  }
  .service-text h4 {
    margin-bottom: 1.2rem ;
    font-weight: 600;
    font-size: 22px !important;
    text-align: center;
    padding-top: 5px ;
  }
  .services-card li{
    font-size: 18px;
  }
}
.default_bg:hover{
  box-shadow: 0 6px 8px rgba(51, 51, 51, 0.1);
  transform: scale(1.04);
  cursor: pointer;
}
.default_bg-a {
  background-image: linear-gradient(to bottom left, #ffffff, #b33a00);
  color:white;
  border-radius: 35px;
  height:270px;
  transition: transform 0.2s;
  margin-right:30px ;
  text-decoration: none;
}
.service-text{
  padding: 5% 0;
}
.service-text h4 {
  margin-bottom: 3.2rem;
  font-weight: 600;
  font-size: 18px;
  margin-top: 10px;
  color: #ffffff;
  height: 135px;
}
.services-section {
  position: relative;
  z-index: 50;
}
.translate_34 {
  transform: translateY(-42px);
}
.services-a{
  display: none;
  }
@media only screen 
and (min-width : 1824px){
  .bannertwo div{
    padding-top: 6%;
  }
  .translate_34 {
    transform: translateY(-40px);
  }
  .services-card{
    list-style: none;
    font-family: 'Roboto', sans-serif;
    font-size: 18px !important;
  }
  .services-card li{
    margin: 8px;
  }
  .services-section {
    position: relative;
    z-index: 50;
    height:40vh
  }
  .services-a{
  display: none;
  }
}
.single-service .service-icon {
  margin-bottom: 2rem;
}
.single-service a {
  color: #ffffff;
  font-weight: 500;
  transition: all 0.4s linear 0s;
  text-decoration: none;
}
.single-service a i {
  transition: all 0.4s linear 0s;
  color: #f4e5de;
}
.single-service a:hover {
  text-decoration: none;
  color: #ffffff;
}
.single-service a:hover i {
  padding-left: 5px;
}
.single-service:hover {

}
.services-card{
  list-style: none;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: left;
  font-weight: 500;
}
.services-card li{
  margin: 5px;
  transition: transform 0.1s;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
}
.services-card li:hover{
  transform: scale(1.04);
  cursor: pointer;
  font-weight: bolder;
}
.f{
  position: relative;
    width: 300px;
    text-align: center;
    margin-top: 16px;
    margin-left: 20px;
}
.a{
  width: 140%;
  height:40px;
  margin: 10px 0;
  box-sizing: border-box;
  border-radius: 20px;
  border: none;
  padding-left: 18px;
  font-weight: 600;
  font-size: 14px;
  margin-right: 20px !important;
}
.a::placeholder{
  color: #000;
  opacity: 0.4;
}
.b{
  position: absolute;
  top: 14%;
  right: -34%;
  background-color: transparent;
  color: #000;
  border: none;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  margin-left: 20px !important;
  border-left: 1px solid #adadad !important;
  height: 40px;
  padding-left: 14px;
  opacity: 0.7;
}
.sumukha-subscribe{
  display: flex;
  justify-content: center;
  background-color: #8953d0;
  padding:20px;
}
@media only screen 
and (min-width : 1824px){
  #carouselExampleIntervalOne .carousel-item {
    height: 510px !important;
  }
  .subscribe-para{
    color:white;
    font-size: 36px !important;
    margin: 10px;
  }
  .a{
    width: 150%;
    padding: 13px;
    margin: 38px 0;
    box-sizing: border-box;
    border-radius: 20px;
  }
  .b{
    position: absolute;
    top: 33%;
    right: -40.1%;
    background-color: transparent;
    color: rgb(180, 11, 11);
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
  }
}
.subscribe-para{
  color:white;
  font-size: 22px;
  margin: 10px;
  text-shadow: 0 2px 4px #a56445;
  font-weight: 600;
  margin-left: -150px;
}
.testimonial-sumukha{
  text-align: center;
  font-size: 20px;
  padding:40px;
}
/*===============================================================================================================================================================================================*/
.video-sidevavbar-container{
  display: flex;
}
@media(max-width:35em){
  .video-sidevavbar-container{
    display: none;
  }
  .d{
    display: none;
  }
  .mobile-youtube{
    display: block !important;
    padding-left:30px;
    padding-top:30px;
  }
  .video-container {
    width: calc(93.33% - 2px) !important;
    margin-bottom: 20px;
    height: 200px;
    margin-left: 0 !important;
  }
}
#mobile-video-container{
  padding:20px !important;
}
.mobile-youtube{
  display: none;
}
@media only screen 
and (min-width : 1824px){
  .mobile-youtube{
    display: none;
  }
}
.media-class{
  border: none;
  background-color: #f5f8fa;
  padding: 9px;
  border-radius: 8px;
  margin-top: 30px;
  width:290px
}
.sidebar {
  height: 100vh;
  width: 250px;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  padding: 15px;
}
.v-button.active {
  background-color: #8953d0;
  color:white;
}
.sidebar input,
.sidebar button {
  margin-bottom: 2px;
  font-size: 14px;
}
.v-button{
  background-color: white;
  border:none;
  text-align: left;
  padding:4px;
  border-radius: 5px;
  margin: 3px;
  width:130px;
}
#videos-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px;
}
/* Add these styles to your existing CSS or in a separate style tag */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 2em;
  cursor: pointer;
}
iframe{
  width: 100%;
  height:100%;
}
.video-container {
  width: calc(33.33% - 10px);
  margin-bottom: 60px !important;
  height: 170px ;
  border:none !important;
  border-radius: 5px !important;
  box-shadow: 0 2px 4px black;
}
@media only screen 
and (min-width : 1824px){
.video-container {
  width: calc(33.33% - 70px);
  margin-bottom: 20px;
  height: 250px;
  margin-left: 50px ;
}
}
.video-container iframe {
  width: 100% !important;
  height: 100%;
  border:none !important;
  border-radius: 5px !important;
}
#load-more-btn {
  display: none;
}

/*===================*/
.sumukha-servics-banner{
  margin-top: 4%;
}
.sumukha-services-banner{
  background-image: url("assets/Services.png");
  background-size: cover;
  width:100%;
  text-align: center;
  color: white;

}
.sumukha-about-banner{
  background: #4C00B0 url(assets/welcome-dots.png) scroll no-repeat top left;
  margin: 4% 2%;
  padding: 20px 100px;
  border-radius: 25px;
  text-align: center;
  color: white;
}
.child{
  text-align: center;
  margin-top: -139px;
  position: relative;
  height: 143px;
}
.makeappointment-i{
  background: url(assets/appointment-bg.jpg);
  margin: 20px auto 50px auto;
  padding: 20px 35px;
  border-radius: 25px;
  text-align: left;
  color: white;
  height: 100px;
  width: 60%;
}
.makeappointment{
  background: url(assets/appointment-bg.jpg);
  margin: -55px auto 50px auto;
  padding: 20px 35px;
  border-radius: 25px;
  text-align: left;
  color: white;
  height: 100px;
  width: 60%;
}
.makeappointment img, .makeappointment-i img{
width: 60px;
float: left;
margin-right: 4%;
}
.makeappointment h4, .makeappointment-i h4{
  font-size: 2.2em;
  margin-top: 1%;
}
.makeappointment div, .makeappointment-i div{
  float: left;
}
.makeappointment a, .makeappointment-i a{
  float: right;
  background: #ad86df;
  padding: 6px 16px;
  font-size: 16px;
  color: white;
  border-radius: 10px;
  margin-top: 2%;
  text-decoration: none;
}
.makeappointment a:hover, .makeappointment-i a:hover{
  color: #efeaf6 !important;
}
.services-button-container{
  display: flex;
  flex-direction: row;
  padding-left: 115px ;
}
.four{
  margin-left: 30px;
}
@media only screen 
and (min-width : 1824px){
  .services-button-container{
    display: flex;
    flex-direction: row;
    padding-left: 415px ;
  }
}
@media (max-width:35em){
  .services-button-container{
    display: flex;
    flex-direction: row;
    padding-left: 5px !important;
  }
  .services-list{
    display: flex;
    flex-direction: column !important;
  }
  .four{
    margin-left: 0px !important;
    margin-right: 10px !important;
  }
  .services-list-logo{
    width:190px !important
  }
}
.services-list{
  display: flex;
  flex-direction: row;
  padding:40px
}
.services-list-b{
  display: flex;
}
@media(max-width:35em){
  .services-list-b{
    display: flex;
    flex-direction: column !important;
    padding:20px !important;
  }
  .about-list-logo{
    border-radius: 20px;
    box-shadow: 0 6px 10px rgba(51, 51, 51, 0.1);
    margin-left: 40px !important;
    margin-bottom: 5px;
  }
  .a-container{
    width: 10% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .about-container-sumukha{
    background-color: #8953d0;
    color:white;
    text-align: center;
    padding:40px;
    padding-bottom: 70px;
  }
}
.services-list-b{
  margin: 4% 5px 0 20px;
}
.services-list-logo{
  width:400px;
  border-radius: 10px;
  box-shadow: 0 6px 10px rgba(51, 51, 51, 0.1);
}
.services-list-a{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  background-color: whitesmoke;
  width:100%;
  border-radius: 17px;
  padding:40px;
}
.about-list-a{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  width:100%;
  border-radius: 17px;
  padding:40px;
}
.d{
  display: flex;
}
.c{
  margin-left: -25px;
  margin-bottom: -29px;
  opacity: 0.5;
}
@media(max-width:35em){

  .ser-h{
    font-size: 18px;
    font-weight: bold;
  }
  .service-section{
    margin-top: 0 !important;
  }
}
.service-button {
  text-decoration: none;
  color: black;
  cursor: pointer;
  background: none !important;
  margin: 10px 50px 40px;
  width: 270px;
  padding: 0 20px 20px 20px;
  border:none;
  font-size: 18px;
   /* Set the default background color inside the button */
}
#gynecologicalServices li,#fertilityServices li, #obstetricServices li{
  display: inline-block;
}
#gynecologicalServices a,#fertilityServices a,#obstetricServices a{
  text-decoration: none;
  color: black;
  background-color: #f5f8fa;
  margin:10px 5px;
  padding:8px 12px;
  border-radius: 20px;
  border:none;
  font-size: 18px;
  display: inline-block;
  line-height: 1em;
}
#gynecologicalServices a:hover,#fertilityServices a:hover,#obstetricServices a:hover{
  background-color: #783CC8;
  color: white !important;
}
#gynecologicalServices img, #fertilityServices img, #obstetricServices img{
  float: left;
  margin-right: 5px;
}
#gynecologicalServices p, #fertilityServices p, #obstetricServices p{
  font-size: 18px;
  float: left;
  margin-top: 10px;
}
.service-section{
  margin-top: -40px;
  text-align:  center;
}
.one{
  margin-right: -40px;
}
.two{
  margin-right: -40px;
}
@media only screen 
and (min-width : 1824px){
.services-h{
  font-size: xx-large;
  margin-bottom: 15px;
}
.services-p{
  font-size: x-large
}
.services-banner-head{
  padding-top: 1px !important;
  font-size: 16px !important;
}
}
 .sbranches {
  list-style: none;
  counter-reset: item;
}
.sbranches li {
  counter-increment: item;
  float: left;
  width: 49%;
  margin: 2% 0 5%;
}
.sbranches li:before {
  margin-right: 10px;
  content: counter(item);
  background: #45009E;
  border-radius: 100%;
  color: white;
  padding: 10px 20px;
  float: left;
  text-align: center;
  font-size: 20px;
}
.a-container li h3{
  color: #7277AE;
  font-size: 25px;
}
.a-container li p{
  font-size: 16px;
}
.sdiffers{
  padding: 0
}
.sdiffers li{
  list-style: none;
  margin: 10px 0;
}
.sdiffers li h3{
  font-size: 20px;
  color: #2E006A;
  font-weight: bold;
}
.sdiffers li p{
  font-size: 16px;
  color: #666666;
}
.services-h{
  font-size: 21px;
  margin-bottom: 15px;
  color: #8953d0;
}
@media (max-width:35em){
  .service-h{
    font-size: 20px !important;
  }
  .services-p{
    font-size:small !important;
  }
  .five{
    padding-right: 0 !important;
  }
  .services-list-a{
    display: flex;
    flex-direction: column;
  }
  .six{
    padding-left: 0 !important;
  }
}
.services-banner-head{
  font-size: 16px;
}
.about-list-logo{
  border-radius: 20px;
  box-shadow: 0 6px 10px rgba(51, 51, 51, 0.1);
  margin-left: 20px;
  margin-bottom: 50px;
  width: 100%;
}
.a-container{
  width:61% !important;
  float: left;
}
.b-container{
  width:75% !important;
  float: left;  
}
@media only screen 
and (min-width : 1824px){
  .a-container{
    width: 100% !important;
    margin-left: 50px;
  }
}
.about-h{
  font-size: 32px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-weight: 700;
  color: #260058;
}
.about-h2{
  font-size: 24px;
  color: #260058;
}
.about-p{
  font-size: 15px;
  font-weight: 400;
}
@media only screen 
and (min-width : 1824px){

}
.shr{
  color:white;
}
.services-p{
  font-size: 15px;
  font-weight: 400;
  width:100%
}
.service-button:hover{
}
.service-button.active {
  color:#888888;
  border:none;
   /* Set the background color inside the button when active */
}
.service-button span{
  color: #000000;
  font-weight: bold;
}
.service-button.active span{
  text-decoration: underline;
  color: #3D008D;
}
/*================*/
.appointment-footer-img{
  width:100%
}
.appointment-arrangement{
  display: flex;
  justify-content: center;
  align-items: center;
  padding:50px;
}
@media(max-width:35em){
  .appointment-arrangement{
    display: flex;
    flex-direction: column;
  }
}
.doctor-img{
  width: 50%;
}
/*==================*/
.testimonial-item{
  background-image: url("assets/inverted-commas-svgrepo-com 1.svg");
  width:10px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30vh;
}
.car-container{
  margin-top: 20px;
}
.carousel-bachground-image{
  padding: 40px;
}
@media (max-width:62em) {
  .mobile{
    display: block !important;
  }
}
@media (max-width:35em){
  .mobile{
    display: block;
  }
}
.mobile-wrapper{
  background-image: url("assets/teddy.jpg");
  background-size: cover;
  height: 100vh;
}
.mobile-wrapper-a{
  background-image: url("assets/Untitled-3.jpg");
  background-size: cover;
  height: 100vh;
}
.mobile-wrapper-b{
  background-image: url("assets/Untitled-1.jpg");
  background-size: cover;
  height: 100vh;
}
#carouselExampleIntervalOne .carousel-item{
  height: 344px;
}
.carousel-item.active {
  opacity: 1;
}
.mobile{
  display:none;
}
.mobile-text{
  color: white;
  transform: translateY(50%);
  transition: transform 0.8s ease-in-out;
  text-shadow: 0 2px 6px black;
  margin-left: 10px;
}
.carousel-item.active .mobile-text{
  transform: translateY(50);
}
.mobile-text h1{
  font-size: 30px;
}
.mobile-text h3{
  font-size: 18px;
}
.wrapper-contact-a h1,
.wrapper-contact-a h3{
  color: white;
  transform: translateY(100%);
  transition: transform 0.8s ease-in-out;
  top:50%;
}
.wrapper-contact-a h1,
.wrapper-contact-b h1{
  font-size: 40px;
}
.wrapper-contact-a h3,
.wrapper-contact-b h3 {
  font-size: 30px;
  color: #933100;
  background: #ffffff;
  width: 85%;
  padding-left: 5px
}
.happy{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  background-color: #8953d0;
  padding:2% 0 1.5%;
}
@media(max-width:62em){
  .happy{
    display: flex;
    flex-direction: column-reverse;
    padding: 15px;
  }
  .happy-content{
    width:95% !important;
  }
  .happy-content a{
    color:rgb(255 247 97) !important;
  }
  .mx-content{
    margin-top: 0 !important;
  }
}
.happy-content{
  width:50%;
  font-size: medium;
}
.happy-content a{
  color:rgb(255 247 97) !important;
}
.trust-head{
  font-size: 33px;
  font-weight: bold;
  color: #260058;
  text-align: center;
  margin-bottom: 20px;
}
.testimonials-head{
  font-size: 33px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}
.trust-content{
  font-size: 16px
}
.mx-content{
 padding: 15px 20px 0 0px;
}
.trust-container{
  padding: 10px 50px 10px 50px;
  float: left;
}
.trust-container ul{
  padding: 0;
}
.trust-container li{
  list-style: none;
  display: inline-block;
  padding: 1% 12% 1%;
}
.trust-container img{
  float: left;  
  margin-right: 10px;
} 
.trust-container ul p{
  font-size: 30px;
  font-weight: bold;
  margin-top: 12px;
  float: left;
}
.whywrap{
  float: left;
  width: 50%;
}
.whywrap img{
  margin-bottom: 10px;
  }
@media only screen 
and (min-width : 1824px){
  .trust-head{
    margin-right: 2%;
  }
  .trust-container{
    padding:0;
    justify-content: space-between;
    padding-left: 140px;
    padding-right: 140px;
  }
  .whywrap {
    width: 25%;
}
}
@media(max-width:62em){
  .trust-container{
    display: flex;
    flex-direction: column;
    padding:5px 15px 15px;
  }
}
.group-photo{
  border-radius: 15px;
  width: 100%;
}
.happy-content p{
  color: #ffffff;
  font-size: 15px;
}
.happy-story-head{
  font-size: 30px;
  color:#edd9d0;
}
.carousel-item.active .text-inside,
.carousel-item.active .wrapper-contact-a h1,
.carousel-item.active .wrapper-contact-a h3,
.carousel-item.active .arrange-banner-text{
  transform: translateY(0) !important;
}
.text-inside {
  float: left;
  padding: 10% 5px 5px 5%;
  font-size: 20px;
  width: 45%;
}
.text-inside p{
  color: #7233c4;
  font-size: 100%;
  font-weight: bold;
}
.arrange-banner-text{
  transition: transform 0.8s ease-in-out !important;
  position: absolute;
  top: 40%;
  left: 0%;
  transform: translateY(50%) !important;
  padding-left: 80px;
  padding-top: 30px;
  width: 100%;
}
@media(max-width:35em){
  .carousel-bachground-image{
    padding: 20px; 
  }
  .carousel-para{
    font-size: small !important;
    font-weight: 500 !important;
    margin-bottom: 10px;
  }
  .sumukha-testimonial-head{
    font-size:large;
    font-weight: 700;
    margin-top: 0 !important ;
  }
  .carousel-inner{
    overflow: hidden;
  }
}
@media only screen 
and (min-width : 1824px){
  .sumukha-testimonial-head{
    margin-top: -0px !important;
  }
  .sumukha-testimonial-head{
    font-size:large;
    font-weight: 700;
    margin-top: 0 !important ;  
  }
}
.only-inner{
  height: 300px;
}
.sumukha-testimonial-head{
  font-size:large;
  font-weight: 700;
  margin-top: 30px ;
}
@media only screen 
and (min-width : 1824px){
  .sumukha-testimonial-para{
    font-size:xx-large;
    font-weight: 1000;
    margin-bottom: -1px !important;
  }
}
.sumukha-testimonial-para{
  font-size:xx-large;
  font-weight: 1000;
  margin-bottom: -20px;
}
.carousel-para{
  font-size: medium;
  font-weight: 500 !important;
}
/*=====================*/
.about-container-sumukha{
  background-color: #9a6cd7;
  color:white;
  text-align: center;
  padding:70px 40px 40px;
  padding-left: 120px;
  padding-right: 140px;
  padding-bottom: 70px;
  margin-top: 75px;
}
.about-container-sumukha img{
  margin-top: -115px;
}
.about-container-sumukha:before{
  background: url("assets/promise.png");
}
@media only screen 
and (min-width : 1824px){
  .about-container-sumukha{
    background-color: #8953d0;
    color:white;
    text-align: center;
    padding:40px;
    padding-left: 240px;
    padding-right: 240px;
    padding-bottom: 70px;
  }
}
.v-m-header{
  font-size: 32px;
  font-weight: 700 ;
  color: #AD86DF;
  margin-top: 3%;
}
.l-header{
  font-size: 32px;
  font-weight: 700 ;
  text-align: center;
}
.v-m-para{
  font-size: 15px;
  font-weight: 400;
}
/*==========================*/
.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  transform: scale(1.5);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.c-copy{
  width:20px;
  margin-right: 5px;
}
@media(max-width:35em){
  .whatsapp-button{
    bottom:60px;
  }
}
/*=====================================*/
.sumukha-home-navigation-buttons{
  width:40px ;
}
@media(max-width:35em){
  .sumukha-home-navigation-buttons-a{
    width:100% !important;
  }
  .sumukha-home-navigation-buttons-ab{
    width:60% !important;
  }
  .expert-class{
  }
  .expert-arrange{
    display: flex;
    flex-direction: column;
    padding:20px 20px 20px !important;
    justify-content: space-around;
  }
  .expert-content{
    margin-right: 0 !important;
    max-width: 100% !important;
  }
  .expert-para {
    width: 100% !important; 
  }
  .another-expert-class{
    display: block !important;
  }
}
.another-expert-class{
  display: none;
}
.inner-another-expert-class{
  display: flex;
  flex-direction: column-reverse;
  padding:30px;
}
.expert-h{
  font-size: 25px;
  font-weight: 700;
}
.expert-p{
  font-size: 14px;
}
.inner-another-expert-class{
  text-align: center;
}
.mobile-madam{
  width:130px;
}
@media only screen 
and (min-width : 1824px){
  .another-expert-class{
    display: none;
  }
  .expert-class{
    background-image: url("assets/expert.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: center;
  } 
}
.sumukha-home-navigation-buttons-a{
  width:20%;
}
.sumukha-home-navigation-buttons-ab{
  width:18%;
}
.expert-class{
  background-image: url("assets/expert.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.expert-arrange{
  display: flex;
  padding:40px 40px 0;
  justify-content: space-around;
}
.madam-img{
}
@media only screen 
and (min-width : 1824px){
  .madam-img{
    width:400px;
  }
}
.expert-head{
  font-size: 32px ;
  font-weight: 700 ;
  color: #260058;
}
.expert-para{
  font-size: 16px ;
}
.expert-para{
  width:56%;
}
.expert-content{
  margin-right: -500px;
  max-width: 1200px !important;
}
/*=============================*/
.ph-num{
  display: flex;
  margin: 10px;
}
.ph-num i{
  color: #888888;
  margin-right: 7px;
  margin-top: 3px;
}
.ph-num-a{
  display: flex;
  background: #8953d0 !important;
  padding: 5px 10px 0px 10px;
  color: white;
  border-radius: 8px;
}
.ph-num-a p{
  color:white;
}
.ph-num-a i{
  float: left;
  font-size: 36px;
  margin:6px 12px 2px 6px;
}
.call{
  width:8%;
  margin-right: 5px;
}
.call-a{
  margin-right: 5px;
}
/*=============================*/
.arrange-form{
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-top: 40px;
  padding-bottom: 40px; 
}
.madam-showing-form{
  width:300px
}
@media(max-width:62em){
  .madam-showing-form{
    display: none;
  }
  .body-z{
    margin-left: 0 !important;
    width:400px !important;
  }
  .arrange-form{
    display: flex;
  }
}
.body-z{
  background-color: white;
  padding: 10px;
  box-shadow: 0 6px 10px rgba(51, 51, 51, 0.1);
  font-size: 15px;
  border-radius: 20px !important;
  cursor: pointer;
  width:300px;
  margin-left: -390px;
}
.happy-video{
  width:400px;
  height:270px;
  padding-top: 1%;
}
.happy-video iframe{
  border-radius: 20px;
}
@media(max-width:62em){
  .happy-video{
    width:400px;
    height:250px;
  }
}
.d-loc{
  margin: 5px;
}
.s-loc{
  margin-top: 5px;
  margin-left: 4px;
  margin-right: 3px;
}
.e-loc{
  margin:5px;
}
/*=====================*/
.body-class {
  display: flex;
  padding: 0 32px;
  align-items: center;
  justify-content: center;
  min-height: 32vh;
  background: #edccbd;
}
.wrapper {
  max-width: 95%;
  width: 100%;
  position: relative;
}
.wrapper h2{
  text-align: center;
  font-size: 30px;
  color: #8953d0; 
  font-weight: bold; 
  margin-top: 20px;
}
.wrapper .carousel-testimonies{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 6) - 2px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
@media only screen 
and (min-width : 1824px){
  .wrapper .carousel-testimonies{
    grid-auto-columns: calc((100% / 4) - 2px);
  }
  .wrapper {
    max-width: 1250px;
    width: 100%;
    position: relative;
  }
}
.carousel-testimonies::-webkit-scrollbar {
  display: none;
}
.cor-text{
  padding-top: 20px;
  font-weight: bold;
  font-size: large;
}
.carousel-testimonies.no-transition {
  scroll-behavior: auto;
}
.carousel-testimonies.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.carousel-testimonies.dragging .card-services {
  cursor: grab;
  user-select: none;
}
.carousel-testimonies :where(.card-services, .img) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-testimonies .card-services{
  scroll-snap-align: start;
  width:100%; /* Adjust the width to your preference */
  list-style: none;
  background:white;
  cursor: pointer;
  padding: 20px;
  flex-direction: column;
  border-radius: 8px;
}
.carousel-testimonies .card-services h2 {
  font-weight: 500;
  font-size: 1.56rem;
  margin: 30px 0 5px;
}
@media screen and (max-width: 900px) {
  .wrapper .carousel-testimonies {
    grid-auto-columns: calc((100% / 2) - 9px);
  }
}
@media screen and (max-width: 600px) {
  .wrapper .carousel-testimonies {
    grid-auto-columns: 100%;
  }
}
.card-services {
  width: 20px;
  padding: 40px;
  text-align: center;
  margin: 20px 120px;
  position: relative;
  box-shadow: 0 0 2em rgba(0, 0, 0, .2);
}
.swiper-slide:not(.swiper-slide-active){
  filter: blur(1px);
}
.card__name{
  color: white;
  font-size: 30px;
}
@media only screen 
and (min-width : 1824px){
.card__text{
  font-size: larger;
}
}
.card__text{
  font-size: 25px;
  color: white;
  width:100%;
  padding: 30px 70px 10px 70px;
}
.view-more-btn {
  background-color: #44a500;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 80%;
  text-decoration: none;;
}
.view-more-brwbtn {
  background-color: #BCA03B;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
  font-size: 14px;
  text-decoration: none;;
  margin: 0 2%;
}
.modal {
  display: none; /* Initially hide the modal */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
}
.modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  max-width: 600px;
  margin: 7% auto;
  position: relative;
  font-size: 17px;
}
.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
}
.close-modal-btn{
  background-color: #8953d0;
  color:white;
  border-radius: 5px;
  border: none;
  font-size: 15px;
}
.modal-content h2{
  font-size: 22px;
  color:#ba4a14;
}
/*===========================*/
.sumukha-map{
  display: flex;
  margin: 10px;
}
.arrange-location{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.map-head{
  font-size: 20px;
  color: burlywood;
}
.map-para{
  font-size: 15px;
}
.sumukha-map-content-box{
   margin-right: 107px}
.sumukha-map-content-box-a{
  margin-right: 35px;
  margin-left: -10px;
}
@media(max-width:62em){
  .sumukha-map-content-box{
    margin-right: 10px}
}
/*=================*/
.wrapper-number {
  width: 100vw;
  align-items: center !important;
  display: flex;
  justify-content: space-around;
  gap: 10px;
  margin: 20px 0px 5px 0px;
}
@media only screen 
and (min-width : 1824px){
}
.wrapper-number{
  background: #8953d0;
}
.container-dynamic-number {
  text-align: center;
  width: 56vmin;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 1.5em 0 1em;
  position: relative;
  font-size: 16px;
  border-radius: 0.5em;
}
.container-dynamic-number img{
  width: 15%;
  margin-right: 4px;
}
.book-appointment-button-sumukha{
  color:white;
  background-color: #8953d0;
  font-size: 15px;
  text-decoration: none;
  margin: 6% 0;
  float: right;
  text-shadow: 1px 1px #16930f
}
.book-appointment-button-sumukha:hover{
    color: #fffece !important;
} 
.book-appointment-button-sumukha i{
  margin-right: 5px;;
}
.i-icon {
  color: #ffffff;
  font-size: 1.5em;
  text-align: center;
}
span.num-num {
  color: #ffffff;
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 3em;
}
span.text-num {
  color: white;
  font-size: 1em;
  text-align: center;
  pad: 0.7em 0;
  font-weight: 400;
  line-height: 0;
}
@media (min-width: 992px) {
  .navbar-light{
    display: none !important;
  }
  }
@media screen and (max-width: 1024px) {
  .service-button {
    width: 170px;
  }
  .container-dynamic-number {
    width: 34vmin;
    font-size: 12px;
  }
  span.text-num {
    color: white;
    font-size: 1em;
    text-align: center;
    pad: 0.7em 0;
    font-weight: 400;
    line-height: 0;
  }
}
@media only screen and (min-width:769px) and (max-width:1024px){
  .sbranches li {
    width: 100%;
    }
  .bannertwo .view-more-btn{
    font-size: 18px;;
  }
  .bannertwo div{
    width: auto
  }
  .tabws{
    margin: 0 -22% 0 -22%;
  }
  .tabwc{
    margin: 0 -45% 0 -5%;
  }
.makeappointment {
  width: 90%;
}
.service-button {
  width: 160px;
}
}
@media only screen and (min-width:481px) and (max-width:768px){
  .service-button {
    width: 90px;
    text-align: center;
  }
  .makeappointment {
    padding: 20px 10px;
    width: 99%;
}
  .f-wrapper-contact .text-inside {
    float: right;
    padding: 18% 5px 5px 5%;
    width: 40%;
  }
  .g-wrapper-contact .text-inside , .s-wrapper-contact .text-inside {
    width: 40%;
  }
  .header {
    padding: 6em 2.4rem 6em;
    background: #e9def7;
  }
  .text-inside {
    float: none;
    padding: 18% 5px 5px 5%;
     width: 100%; 
}
#carouselExampleIntervalOne .carousel-item{
  height: 550px !important;
}
.carousel.slide.large {
  display: none;
}
  .s-wrapper-contact{
  background: url(assets/mobile/banner3-mobile.jpg) no-repeat scroll bottom center;
  height: 520px;
  background-size: 80%;
}
.g-wrapper-contact{
  background: url(assets/mobile/banner4-mobile.png) no-repeat scroll bottom center;
  height: 520px;
  background-size: 80%;
}
.f-wrapper-contact{
  background: url(assets/mobile/banner1-mobile.jpg) no-repeat scroll bottom center;
  height: 520px;
  background-size: 100%;
}
.h-wrapper-contact{
  background: url(assets/mobile/banner2-mobile.jpg) no-repeat scroll bottom center;
  height: 520px;
  background-size: 100%;
}
}

@media screen and (min-width: 481px) {
 
}
@media screen and (min-width: 769px) {

  #carouselExampleIntervalOne .carousel-item{
    height: 380px !important;
  }
  #navbar{
    display: none !important;
  }
  .carousel.slide.large {
    display: block;
  }
  
  .carousel.slide.mobile {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {

}
@media screen and (max-width: 768px) {
  .mainmenu{
    display: none !important;
  }
  .homebanner{
    width: auto !important;
    }
  .wrapper-number {
    width: 100vw;
    flex-wrap: wrap;
    gap: 30px;
  }
  span.num-num {
    font-size: 8em;
  }
  span.text-num{
    font-size: 1.5em;
  }
  .i-icon {
    font-size: 1.5em;
    margin-right: 6px;
}
  .text-inside h1,h2,h3{
    font-size: 24px !important;
    font-weight: 700;
    color:white;
  }
  .container-dynamic-number {
    width: calc(50% - 40px);
    font-size: 14px;
  }
  span.text-num {
    color: white;
    font-size: 1em;
    text-align: center;
    pad: 0.7em 0;
    font-weight: 400;
    line-height: 0;
  }
}
#mdemo{
  display: none;
}
@media screen and (max-width: 991px) {
  #mdemo{
    display: block;
    padding: 2% 0 12%;
  }
  #demo{
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .navbar-link:link,
.navbar-link:visited, .nav-link:link,
.nav-link:visited {
  font-size: 2.4rem;
  padding: 1px 10px 0;
  margin: 2px 0;
  }
  .rocb{
    display: block !important;
  }
  .corb{
    display: none;
  }
  .text-inside {
    padding: 24% 5px 5px 5%;
  }
  #carouselExampleIntervalOne .carousel-item {
    height: 520px;
}
.h-wrapper-contact div{
  padding: 42% 28% !important;
}
  .navbar-light {
    display: block !important; 
  }
  .mainmenu{
    display: none !important;
  }
  .internalfaqs .faqcategories li {
    width: 100% !important;
  }
  .internalfaqs .faqcategories{
    display: block !important;
  }
  .v-m-para {
    font-size: 16px;
  }
  .about-container-sumukha{
    padding: 69px 20px 70px;
  }
  .services-list-b {
    margin: 2% 5px 0 20px;
  }
  .expert-class {
    padding-bottom: 20px;
  }
  .expert-head {
    margin: 2% 0;
  }
  .sbranches li:before {
    padding: 12px 30px;
    font-size: 35px;
  }
  .sbranches li {
    width: 100%;
  }
  .footer-icons{
    padding-bottom: 10px;
  }
  .footer-first-row .sumukha-contact-details-footer p {
    font-size: 24px;
  }
  .dropdown-content a {
    font-size: 22px;
  }
  .footer-text {
    font-size: 22px;
  }
  .footer-icons img {
    width: 35px;
    height: 35px;
  }
  .quick-links-container{
    margin: 5% 0;
    text-align: center;
  }
  .quick-links-container li{
    text-align: center;
  }
  #testimonials {
    padding: 5% 12% 35%;
  }
  #gynecologicalServices ul, #fertilityServices ul, #obstetricServices ul{
    padding: 0;
  }
  #gynecologicalServices li, #fertilityServices li, #obstetricServices li{
    width: 49%;
    text-align: center;
  }
  #gynecologicalServices img, #fertilityServices img, #obstetricServices img{
    margin-top: 8px;
    float: none;
  }
  #gynecologicalServices p, #fertilityServices p, #obstetricServices p{
    width: 100%;
    font-size: 16px;
  }
  #gynecologicalServices a, #fertilityServices a, #obstetricServices a{
    margin: 2% 0;
    padding: 4px;
    width: 98%;
  }
  .bannertwo div h3 {
    color: #472C75;
    text-shadow: none;
  }
  .bannertwo div {  
    width: 40%;
  }
  .s-wrapper-contact{
    background: url(assets/mobile/banner3-mobile.jpg) no-repeat scroll bottom center;
    height: 520px !important;
    background-size: 100%;
  }
  .g-wrapper-contact{
    background: url(assets/mobile/banner4-mobile.png) no-repeat scroll bottom center;
    height: 520px !important;
    background-size: 100%;
  }
  .f-wrapper-contact{
    background: url(assets/mobile/banner1-mobile.jpg) no-repeat scroll bottom center;
    height: 520px !important;
    background-size: 100%;
  }
  .h-wrapper-contact{
    background: url(assets/mobile/banner2-mobile.jpg) no-repeat scroll bottom center;
    height: 520px !important;
    background-size: 100% 100%;
  }
  .wrapper-contact .col-md-6 img,.wrapper-contact .col-md-12 img{
    width: 100%;
  }

  .header {
    padding: 6em 2.4rem 6em;
    background: #e9def7;
    }
  .dkpcarousel{
    display: none;
  }
  .mblcarousel{
    display: block;
  }
  .faqcategories li a {
    margin: 0 !important;
  }
  .trust-container ul p{
    font-size: 20px;
    margin-top: 21px;
  }
  .mx-content {
    padding: 15px 20px 0 20px;
}
  .service-button {
    text-decoration: none;
    color: black;
    cursor: pointer;
    background-color: #f5f8fa;
    margin:0 !important;
    width:135px !important;
    padding:10px !important;
    border-radius: 20px;
    border:none;
    height:80px !important;
    font-size: 13px !important;
    margin-top: 20px !important;
     /* Set the default background color inside the button */
  }
  .navbar-link:link, .navbar-link:visited, .nav-link:link, .nav-link:visited {
    color: #ffffff;
  }
  .whywrap{
    width: 100%;
  }
  .accordion {
    width: 100% !important;
  }
  .sumukha-about-banner {
    margin: 1%;
    padding: 20px;
  }
  .a-container {
    width: 100% !important;
  }
  .about-list-logo {
    margin-left:0 !important;
    height: auto !important;
    margin-bottom:0
  }
  .b-container {
    width: 100% !important;
    float: left;
  }
  .card__text {
    font-size: 18px;
    padding: 10px 30px 10px 30px;
  }
  .card__name {
      font-size: 25px;
  }
  .makeappointment {
    width: 99%;
    height: auto;
  }
  .makeappointment a {
    float: none;
  }
  .makeappointment div {
    float: none
  }
  .makeappointment h4 {
    font-size: 4em;
  }
  .wrapper-number {
    gap: 10px;
    padding: 20px 10px 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    float: left;
  }
  .container-dynamic-number {
    width: 45%;
    height: 32vmin;
    font-size: 8px;
  }
  span.text-num {
    color: white;
    font-size: 1.4em;
    text-align: center;
    padding: 0.7em 0;
    font-weight: 400;
    line-height: 0;
  }
  .book-appointment-button-sumukha{
    margin: 20% 0;
  }
  .service-text{
    padding: 1% 0;
    margin: 4% 0;
  }
}

/*=================================*/
.faqcategories {
  margin: 4% 8%;
}
.faqcategories li{
  list-style: none;
  color:#8953d0;
}
.faqcategories li.active a{
  background: #8953d0;
  color: white;
}
.faqcategories li a{
  color: #8953d0;
  text-decoration: none;
  width: 100%;
  margin: 1% 0;
  padding: 1px 14px;
  font-size: 16px;
  float: left;
  width: 100%;
  background: #ffffff;
}
.faqcategories li a:hover{
  background: #8953D0;
  color: white !important;
}
.faqcategories i{
  margin-left: -24px;
  color: #8953d0;
  margin-right: 10px;
}
.homefaqs{
  padding-top: 2%;
  background: #f8f8f8;
}
.homefaqs img{
  width: 90%
}
.homefaqs h2{
  text-align: center;
  font-size: 36px;
  color: #1e1b1b;
}
.faq-container{
  display:flex;
  justify-content: left;
  align-items: center;
  padding: 30px 0;
  margin-bottom: 50px;
}
.accordion-item{
  box-shadow: 0 1px 1px #000;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
}
.accordion-header{
  background: #8953d0;
  box-sizing: border-box;
  color: #ffffff;
  padding: 2px 17px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
  cursor:pointer;
}
.accordion-header:hover{
  background-color: #8953d0;
  color: #ffffff;
}
.accordion-header:active{
  background-color: #8953d0;
}
.accordion-content{
  background-color: #ede3f9;
  padding:0 20px;
  max-height: 0;
  overflow: hidden;
  color: #8953d0;
  transform: max-height 0.4s ease-out;
}
.accordion-item:first-of-type{
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}
.accordion-item:last-of-type{
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;e
}
.content-text{
  line-height: 1.6;
  font-size: 14px;
  margin-top: 2px;
}
.accordion-header::after{
  content: "\f067";
  font-family: "Font Awesome 5 free";
  color:#ffffff;
  font-weight: bold;
  font-size: 18px;
  transition: transform 0.3s  ease;
}
.active .accordion-header::after{
  content: "\f068";
  transform: rotate(180deg)
}
.fot{
  margin-top: 20px;
}
.textcenter{
  text-align: center
}
.textright{
  text-align: right
}
.fleft{
  float: left;
}
.fright{
  float: right
}
/*home blogs*/
.blogswrap{
  position: relative;
  background: #f0dbd1;
}
.blogswrap h2{
    text-align: center;
    padding: 2% 0;
    font-size: 35px;
    color: black;
    font-weight: bold;
}
.carousel.slide{
  padding:  0 0;
}
.carousel-indicators .active{
  width: 20px !important;
}
.carousel-indicators button{
  background-color: #8953d0 !important;
  width: 12px !important;
  height: 7px!important;
}
.blogsblock{
  text-align: center;
  float: left;
}
.blogsblock img{
  width: 85%
}
.blogcard{
  position: relative;
  text-align: left;
  top: -13%;
  padding: 20px;
  margin: -10% 14% 0;
  background: white;
  border-radius: 25px;
  -webkit-box-shadow: -1px 1px 28px -6px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 1px 28px -6px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 1px 28px -6px rgba(147, 128, 128, 0.75);
  font-family: Gilroy â˜ž;
  border: 1px solid #c2c0c0;
}
.blogcard span{
  font-size: 13px;
}
.blogcard h3{
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
  font-weight: bold ;
}
.blogcard a{
  color:#8953d0 !important;
  font-size: 14px;
  text-decoration: none;
}
.blogsfullwrap {
  margin-top: 5%;
}
.blogsfullwrap .row .blogsleft{
  padding-right: 2%;
  padding-bottom: 2%;
}
.blogsfullwrap .row .blogsleft img{
  width: 100%;
  margin: 0 0 2%;
}
.blogsfullwrap .row .blogsleft p{
  margin: 2% 0;
}
.blogssidebar{
  padding-bottom: 2%;
} 
.blogssidebar h2{
  color: #1f1201;
  font-size: 22px;
  font-weight: bold;
}
.blogsleft a{
  font-size: 16px;
  color: brown;
}
.blogsright .blogssidebar img{
  float: left;
  width: 45%;
  margin: 0 5% 2% 0;
}
.blogsright .blogssidebar h4{
  font-size: 16px;
  font-weight: bold;
}
.blogsright .blogssidebar div{
  float: left;
}
.blogsright .blogssidebar div a{
  text-decoration: none;
  color:rgb(11, 119, 170);
}
.blogsright .blogssidebar div a:hover{
  color:#19597b;
}
.blogsright .blogssidebar div p{
  font-size: 15px;
  float: none;
}
.blogsright .blogssidebar div i{
  margin-right: 2%;
}
.carousel-control-next, .carousel-control-prev{
  width: 1% !important;
}
.carousel-control-next {
  right: 1% !important;
}
.carousel-control-prev {
  left: 1% !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  padding: 10px;
}
#updatePasswrdForm label{
  font-weight: bold;
  font-size: 12px;
  padding-left: 9px;
}
.menu {
  display: block !important;
}
.sidewidget {
  color: #ffffff;
  position: fixed;
  background: #35007B;
  right: 0px;
  bottom: 10%;
  z-index: 222222;
  transition:0.3s all ease-in-out;
  border-radius: 10px 0 0 10px ;
  width: 60px;
}
.sidewidget.close {
  left: -140px;
  transition:0.3s all ease-in-out;
}
.sidewidget ul{
  padding: 0;
  margin-bottom: 3em;
}
.sidewidget ul li{
  padding: 20px 0;
  list-style: none;
  text-align: center;
}
.sidewidget ul li span{
  color: white !important;
  float: left;
  width: 100%;
  margin-top: 5px;
  font-size: 10px;
  line-height: 12px;
}
.sidewidget ul li img{

}
.sidewidget ul li a{
  color: white !important;
  text-decoration: none;  
}
.modal {
  z-index: 2223333222 !important;
}
.modal-title {
  font-size: 22px; 
  margin-left: 10px;
}
.modal-content {
  background-color: #e9def7 !important;
  margin: 12% auto 1%;
  padding: 20px 20px 5px;
}
.modal-content img{
    width: 72px;
    margin: -70px auto 5px;
}
.mblcarousel{
  display: block;
}
.internalfaqs .faqcategories li {
  width: 30%;
  margin-right: 2%;
  float: left;
}
.backfaqs{
  font-size: 20px;
  text-align: center;
  margin: 5% 0 0;
  display: block;
}
.graybg{
  background: #f9f9f9;
}
.marb2{
  margin-bottom: 2% !important;
}
.padt2{
  padding-top: 2% !important;
}
.padt0{
  padding-top: 0% !important;
}
.nav-item a{
  font-size: 18px;
  color: #260058 !important;
}
.dropdown-menu{
  background: #e9def7 !important;
  border: none !important;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
  background: #8953d0 !important;
  color: white !important;
}
.dropdown-menu li{
font-size: 16px;
font-weight: bold;
color: #260058;
padding: 1px 0 !important;
}
.dropdown-menu{
  padding: 5px 12px 10px !important;
}
.dropdown-item{
  padding: 0 !important;
}
.dropdown-menu a{
font-size: 15px;
}
.dropdown-menu a:hover{
  padding: 0 4px !important;
}
.navbar-toggler-icon {
  width: 4.5em !important;
  height: 4.5em !important;
}
.navbar-toggler{
  border: none;
  margin-right: 2%;
}
.autohide .container-fluid img{
  width: 70%;
  margin-left: 6%;
}
nav{
  background: #e9def7;
}
.navbar-collapse {
  background: #e9def7;
  padding: 4px 10px;
}
.homefaqs .view-more-btn, .bannertwo .view-more-btn{
  font-size: 18px !important;
}
.modal-content img{
  border-radius: 50%;
}
.rocb{
  display: none;
}
.autohide{
  position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
}
.scrolled-down{
  transform:translateY(-100%); transition: all 0.3s ease-in-out;
}
.scrolled-up{
  transform:translateY(0); transition: all 0.3s ease-in-out;
}
.hideondkp{
  display: none;
}
.title{
  color: white !important;
}
.dropdown-toggle:empty::after {
  font-size: 20px !important;
}
.relatedservices a{
  background: #E9DEF7;
  padding: 1px 5px;
  color: #260A58;
  font-weight: bold;
  margin: 2px;
  text-decoration: none;
}