.bg-color{
    background: #41B7B7;
}
.color-one{
    color: #41B7B7;
}
.color-one-dark{
    color: #008d8d !important;
}
.color-box-shadow{
    box-shadow: rgb(65 183 183) 0px 5px 15px !important;
}
.b-radius-10{
    border-radius: 10px;
}
.headlogo{
    width: 270px;
}
.fs-20{
    font-size: 20px !important;
}
.fs-25{
    font-size: 25px !important;
}
.fw-600{
    font-weight: 600;
}
.mr-10{
    margin-right: 10px;
}
.pt-10{
    padding-top: 10px !important;
}
.pt-20{
    padding-top: 20px;
}
.pb-20{
    padding-bottom: 20px;
}
.pt-30{
    padding-top: 30px;
}
.pt-50{
    padding-top: 50px;
}
.pb-50{
    padding-bottom: 50px;
}
.pt-70{
    padding-top: 70px;
}
.text-justify{
    text-align: justify;
}
.socialmediaicon{
    width: 35px;
}
.responsive-map2 {
    overflow: hidden;
    padding-bottom: 60%;
    position: relative;
    height: 0;
}
.responsive-map2 iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.st-iconbox.st-style1 {
    text-align: center !important;
    padding: 30px 30px 25px !important;
    border-radius: 7px !important;
    transition: 0.4s !important;
    border: 2px solid #008d8d !important;
    background-color: #fff !important;
}
.contact-info {
    text-align: center;
    margin-top: 60px;
}
.responsive-map {
    overflow: hidden;
    padding-bottom: 42%;
    position: relative;
    height: 0;
}
.responsive-map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.callbutton {
    position: fixed;
    bottom: 85px;
    z-index: 99;
    left: 30px;
  }
  
  .content-center {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
  }
  
  .pulse {
    height: 50px;
    width: 50px;
    background-color: #0ac023;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  
  .pulse::before {
    content: "";
    position: absolute;
    border: 2px solid #0ac023;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
  }
  
  @keyframes pulse{
    0% {
      transform: scale(0.5);
      opacity: 0;
  }
  50% {
      transform: scale(1);
      opacity: 1;
  }
  100% {
      transform: scale(1.3);
      opacity: 0;
  }
  }
  
  .pulse::after {
    content: "";
    position: absolute;
    border: 2px solid #0ac023;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
    animation-delay: 0.3s;
  }
  
  .whatsapp {
    position: fixed;
    right: 30px;
    bottom: 85px;
    background: transparent;
    z-index: 1001;
  }
  
  .pulse1 {
    /* background-color: #091e3e; */
    /* border-radius: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: relative; */
  }
  
  .whatsapp-button {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 0px;
    position: relative;
    background-color: #24cc63;
    color: #fff;
    /* cursor: pointer; */
    box-shadow: 0 0 0 0 #24cc63;
  }
  
  .pulse1::before {
    content: "";
    position: absolute;
    border: 2px solid #24cc63;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
  }
  
  .pulse1::after {
    content: "";
    position: absolute;
    border: 2px solid #24cc63;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
    animation-delay: 0.3s;
  }

  .fsitalic{
    font-style: italic;
  }

  .drdsign{
    text-align: center !important;
    padding: 25px 25px 25px !important;
    border-radius: 7px !important;
    transition: 0.4s !important;
    border: 2px solid #008d8d !important;
    background-color: #fff !important;
  }

  @media only screen and (min-width: 280px) and (max-width: 767px) {
    .mblnoneclass{
        display: none;
    }
    .mblptfifty{
        padding-top: 50px;
    }
    .mblpbzero{
        padding-bottom: 0px !important;
    }
    .mblptforty{
        padding-top: 40px;
    }
    .mblpbforty{
        padding-bottom: 40px !important;
    }
    .mblmbsectitle{
        margin-bottom: 20px;
    }
    .mblpbtwenty{
        padding-bottom: 20px;
    }
    .single-fun-fact {
        margin-bottom: 20px;
        text-align: center;
    }
    .mblptthirty{
        padding-top: 30px;
    }
    .mblpbthirty{
        padding-bottom: 30px;
    }
    .mbltagcntr{
        display: flex;
        justify-content: center;
    }
    .mblpttwenty{
        padding-top: 20px;
    }
    .mblpbten{
        padding-bottom: 10px;
    }
    .mblptbforty{
        padding-top: 40px;
        padding-bottom: 40px !important;
    }
    .mblmttwentyfive{
        margin-top: 25px;
    }
    .mblmtforty{
        margin-top: 40px;
    }
    .mblstart{
        display: flex !important;
        justify-content: start !important;
    }
    .single-footer-widget h3 {
        margin-bottom: 15px !important;
    }
    .copyright-area-content {
        padding-top: 15px !important;
    }
    .copyright-area {
        padding-bottom: 15px !important;
    }
    .mblsingleftr{
        margin-bottom: 20px !important;
    }
    .mblmtten{
        margin-top: 10px !important;
    }
    .mblrowmt{
        margin-top: 25px;
      }    
  }

  .main-banner-video-wrapper {
    position: relative;
    overflow: hidden;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    z-index: 0;
}

.home-slides {
    position: relative;
    z-index: 1;
}
