/* You can add global styles to this file, and also import other style files 
    max-height: 80px;
    margin-right: 8px;
    max-width: 80px;
}*/
.justify-end{
    justify-content: end;
}
#header .social-links{
    margin-top: 5px;
}
.header .logo img 
.slick-slide {
    margin: 0px 20px;
}
.logo_design{
    text-align: center;
    position: absolute;
    z-index: 999;
    top: 0;
    background-color: #fff;
}
.slick-slide img {
    height: 100px;
}
#departments{
    margin: 0 40px;
}
.offer_corner{
    background-color: #a7490c;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 25px;
    padding: 6px 10px;
}
.offer_corner span{
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.offer_corner span:last-child{
    float: right;
}
.offer_corner h4{
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
}
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.navmenu a, .navmenu a:focus {

    font-weight: 600;
    font-size: 16px;

}
.bi-circle-fill{
    font-size: 12px;
  }
  .ptxt{
  text-align: justify;
  }
  /******************/
  .wrapper{
   /* padding: 70px 0;*/
  }
  /* Default slide */
  .center-slider .slick-slide{
    background-color: #000000;
    color: #FFF;
    height: 300px;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.8);
    transition: all 0.4s ease-in-out;
  }
  .center-slider .slick-slide,
  .center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
    transform: scale(0.8, 0.8);
    transition: all 0.4s ease-in-out;
  }
  
  /* Active center slide (You can change anything here for cenetr slide)*/
  .center-slider .slick-center,
  .center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
    transform: scale(1.1);
    background-color: #000000;
  }
  .center-slider .slick-current.slick-active{
    transform: scale(1.1);
    background-color: #000000;
  }
  .slick-prev {
    display: none;
  }
  
  .testslider_txt{
    font-size: 18px;
    margin-left: 5px;
  }
  /****************************/
  .sliders{
  /*width: 1300px;
  max-width: 100vw;*/
  height: 450px;
  /*margin: auto;*/
  position: relative;
  overflow: hidden;
  }
  .list {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  width: max-content;
  transition: 1s;
  }
  .list img{
  /*width: 1300px;*/
  max-width: 100vw;
  height: 100%;
  /*object-fit: cover;*/
  }
  .buttons{
  position: absolute;
  top: 45%;
  left: 5%;
  width: 90%;
  display: flex;
  justify-content: space-between;
  }
  .buttons button {
    width: 32px;
    height: 45px;
    border-radius: 50px;
    background-color: #f9ab2bc2;
    color: #fff;
    border: none;
    font-weight: bold;
    z-index: 999;
  }
  .dots{
  position: absolute;
  bottom: 10px;
  color: #fff;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  transition: 1s;
  }
  .dots li {
  list-style: none;
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin: 20px;
  border-radius: 20px;
  }
  .dots li.active {
  width: 30px;
  }
  @media screen and ( max-width: 768px) { 
  .sliders {
      height: 400px;
  }
  
  }
.all_tests{
    padding: 5px;
}
.all_tests ol{
 list-style-type: none;
 padding-left: 0;
}
.all_tests ol li{
    border: 1px solid #f23d20;
    background-color: #f14e3417;
    color: #000000;
    letter-spacing: 0.3px;
    margin-bottom: 4px;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
}
.all_tests ol li a{
    color: #000;
}

.pacakges #accordionExample{
    margin: 15px 0 0 0  !important;
}
.pacakges #accordionExample .accordion-item{
    background: transparent;
    border: none;
}
.pacakges #accordionExample h2{
    background: transparent;
}
.pacakges #accordionExample h2 button{
    background: transparent;
    border: 1px solid #f23d20;
    color: #000;
    letter-spacing: 0.5px;
    font-size: 17px;
    padding: 15px;
    border-radius: .25rem;
}
.pacakges #accordionExample h2 button:focus{
    box-shadow: none;
}
.pacakges #accordionExample h2 button:focus-within{
    box-shadow: none;
}
.pacakges #accordionExample .accordion-body{
    border: 1px solid #f23d20;
    background-color: #f8d4b7;
    border-top: none;
    padding: 10px;
    height: 170px;
    overflow-y: scroll;
}
.pacakges #accordionExample .accordion-collapse{
    z-index: 9999;
    position: relative;
}
.pacakges #accordionExample ol{
    list-style-type: none;
    padding-left: 0;
}
.pacakges #accordionExample ol li{
    border-bottom: 1px solid #f23d20;
    background-color: #f14e3417;
    color: #000000;
    letter-spacing: 0.3px;
    margin-bottom: 4px;
    text-align: center;
    padding: 3px;
    border-radius: 5px;
}
.pacakges #accordionExample ol li a{
    color: #000;
}
.pacakges #accordionExample .accordion-button::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.two_banner_stick{
    position: absolute;
    padding: 0;
    overflow-x: hidden;
    z-index: 999;
}
/* For Webkit-based browsers like Chrome, Safari, and Edge */
::-webkit-scrollbar {
    width: 8px;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #a7490c;
    border-radius: 4px;
  }
  
  ::-webkit-scrollbar-track {
    background: linear-gradient(
        170deg,
        rgb(249 67 37 / 21%) 10%,
        rgb(219 175 10 / 66%) 89%);
  }

  .footer_policy_{
    list-style-type: none;
    float: right;
  }
  .footer_policy_ li{
    float: left;
    margin-right: 10px;;
  }
  .footer_policy_ li a{
    text-decoration: none;
    color: #000;
    letter-spacing: 0.5px;
    font-size: 16px;
    padding-right: 4px;
  }

.policy-content{
    margin-top: 30px;
    margin-bottom: 30px;
}
.policy-content ol{
    letter-spacing: 0.5px;
    color: #575757;
    line-height: 26px;
}
.policy-content p{
    letter-spacing: 0.5px;
    color: #000;
}
.policy-content  h5{
    color: #e93b1f;
}
.policy-content ul {
    list-style-type: disclosure-closed;
}
 /***************/
 .carousel-container {
    overflow: hidden;
    position: relative;
    margin: auto;
    z-index: 0;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  .mySlides img {
    display: block;
    width: 100%;
  }
  
  
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: auto;
    padding: 20px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    border-radius: 0 8px 8px 0;
    background: rgba(173, 216, 230, 0.1);
    user-select: none;
    z-index: 9999;
  }
  .next {
    right: 0;
    border-radius: 8px 0 0 8px;
  }
  .prev:hover,
  .next:hover {
    background-color: rgba(173, 216, 230, 0.3);
  }
  
  /* Caption text */
  .text {
    color: #f2f2f2;
    background-color: rgba(10, 10, 20, 0.1);
    backdrop-filter: blur(6px);
    border-radius: 10px;
    font-size: 20px;
    padding: 8px 12px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .number {
    color: #f2f2f2;
    font-size: 16px;
    background-color: rgba(173, 216, 230, 0.15);
    backdrop-filter: blur(6px);
    border-radius: 10px;
    padding: 8px 12px;
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .dots-container {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
  }
  
  /* The dots/bullets/indicators */
  .dots {
    cursor: pointer;
    height: 14px;
    width: 14px;
    margin: 0 4px;
    background-color: rgba(173, 216, 230, 0.2);
    backdrop-filter: blur(2px);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
  }
  .active,
  .dots:hover {
    background-color: rgba(173, 216, 230, 0.8);
  }
  
  /* transition animation */
  .animate {
    -webkit-animation-name: animate;
    -webkit-animation-duration: 1s;
    animation-name: animate;
    animation-duration: 2s;
  }
/*header*/
  @media (max-width: 767px){
    #header .topbar{
        display: none !important;
    }
    #header{
        display: block;
        height: 90px;
    }
    #header .logo img{
        height: 85px !important;
    }
    #header #navmenu{
        margin-top: 20px;
    }
}

@media (min-width: 1366px){
    .header .topbar .contact-info i span{
        font-size: 13px;
    }
    .header .topbar .contact-info i{
        margin-left: 10px !important;
    }
}
/*end header*/

    /* We'll create a utility class that can be used for any element by simply adding a class. */
    .membership img{
      box-shadow: 0px 3px 7px #8888884f;
      height: 140px;
    }
    .membership .slide{
      padding: 10px;
    }
    .margin-right-btn {
    margin-right: 2.4rem;
    }
    
    .delivered-meals {
    display: flex;
    align-items: center;
    gap: 3.2rem;
    }
    
    .delivered-imgs img {
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    margin-right: -1.6rem;
    outline: #fdf2e9 solid 3px;
    }
    
    
    .accreditaion{
    padding: 0 50px;
    box-shadow: 0px 3px 7px #ccc;
    background-color: #e4e4e48f;
    }
    .accreditaion h2{
    font-size: 24px;
    color: #000;
    }
    .accreditaion .vert_align{
    display: flex;
    align-items: center;
    }
    .accreditaion .accredited_logos{
    display: flex;
    }
    .accreditaion .logos__{
    box-shadow: 0px 3px 7px #ccc;
    margin: 5px 20px;
    }
    
    .cardbox{
    /* box-shadow: 0px 3px 7px #aaa7a7; */
    padding: 6px;
    }
    
    .slide-container{
    max-width: 1120px;
    width: 100%;
    }
    .slide-content{
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
    }
    .card{
      border-radius: 25px;
      height: 292px;
      background: linear-gradient(170deg, rgb(249 67 37 / 21%) 10%, rgb(219 175 10 / 66%) 89%);
      border: 1px solid #bfc3c78f;
    }
    .image-content,
    .card-content{
    display: flex;
    flex-direction: column;
    align-items: left;
    padding: 20px;
    }
    .image-content{
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
    }
    .overlay{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #f23d20;
    border-radius: 25px 25px 0 25px;
    }
    .overlay::before,
    .overlay::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #f23d20;
    }
    .overlay::after{
    border-radius: 0 25px 0 0;
    background-color: #FFF;
    }
    .card-image{
    position: relative;
    padding: 3px;
    }
    .card-image .card-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #f23d20;
    }
    .name{
    font-size: 17px;
    font-weight: 600;
    line-height: 27px;
    color: #a7490c;
    }
    .description{
    font-size: 14px;
    color: #707070;
    text-align: left;
    }
    .card-content{
    text-align: left;
    }
    .card-content .description{
    color: #000;
    letter-spacing: 0.5px;
    font-size: 18px;
    text-align: left;
    }
    .view_details{
    color: #000;
    width: fit-content;
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 0.3px;
    }
    
    .book_now_btn{
      text-align: left;
      margin: 10px 0 10px 0;
    }
    .button{
    border: none;
    color: #FFF;
    padding: 10px 20px;
    background-color: #000000;
    border-radius: 25px;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0px 3px 7px #aea5a5;
    }
    .button:hover{
    background: #f23d20;
    }
    
    .swiper-navBtn{
    color: #f23d20;
    transition: color 0.3s ease;
    }
    .swiper-navBtn:hover{
    color: #f23d20;
    }
    .swiper-navBtn::before,
    .swiper-navBtn::after{
    font-size: 38px;
    }
    .swiper-button-next{
    right: 0;
    }
    .swiper-button-prev{
    left: 0;
    }
    .swiper-pagination-bullet{
    background-color: #f23d20;
    opacity: 1;
    }
    .swiper-pagination-bullet-active{
    background-color: #f23d20;
    }
    
    @media screen and (max-width: 768px) {
    .slide-content{
      margin: 0 10px;
    }
    .swiper-navBtn{
      display: none;
    }
    }
    
    /**********************/
    img.vert-move {
      -webkit-animation: mover 1s infinite  alternate;
      animation: mover 1s infinite  alternate;
    }
    img.vert-move {
      -webkit-animation: mover 1s infinite  alternate;
      animation: mover 1s infinite  alternate;
    }
    @-webkit-keyframes mover {
      0% { transform: translateY(0); }
      100% { transform: translateY(-10px); }
    }
    @keyframes mover {
      0% { transform: translateY(0); }
      100% { transform: translateY(-10px); }
    }
    
    
    /*****************/
    .animation {
      display: flex;
      justify-content: center;
      margin-top: 10vh;
      padding: 2rem 40px;
     
      .anm_mod {
       opacity: 0;
       transform: translate3d(0, 100%, 0);
       transition: all 1s ease;
       display: flex;
       justify-content: center;
       align-items: center;
       text-align: center;
       margin: 10px;
       width: 50%;
       height: 40vh;
       border-radius: 10px;
       font-size: 2rem;
       color: white;
       text-shadow: 2px 2px 2px rgba(20, 20, 20, 0.5);
       background: rgba(250, 250, 250, 0.5);
       box-shadow: 0px 4px 8px rgba(250, 250, 250, 0.3);
       &.full {
        width: 100%;
        font-size: 3rem;
       }
       &.left {
        transform: translate3d(-100%, 0, 0);
       }
       &.right {
        transform: translate3d(100%, 0, 0);
       }
       &.delay {
        transition: all 2s ease;
       }
       &.fast {
        transition: all 0.8 ease;
       }
      }
     }
     
     .animation .anm_mod.active {
      opacity: 1;
      transform: translate3d(0, 0, 0);
     }
     
     .org_to_top {
      position: fixed;
      bottom: 20px;
      right: 20px;
     
      }
     .shg{
      height: 132px !important;
     }
     
    
     .offer_corner_bottom {
      background-color: #a7490c;
      position: absolute;
      bottom: 0;
      left: 0;
      width: auto;
      height: auto;
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 50%;
      border-top-right-radius: 50%;
      border-top-left-radius: 50%;
      padding: 14px 25px 14px 14px;
      color: #FFF !important;
    }
    .offer_corner_bottom span {
      text-transform: uppercase;
      color: #fff;
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.5px;
    }
    .offer_corner_bottom h4 {
      font-size: 15px;
      font-weight: 700;
      margin-top: 0;
      margin-bottom: 0;
      color: #fff;
    }
    
    .offer_corner_bottom span:last-child {
        float: right;
    }
    .blog-slider {
      width: 95%;
      position: relative;
      max-width: 800px;
      margin: auto;
      background: #fff;
      box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
      padding: 25px;
      border-radius: 25px;
      height: 400px;
      transition: all 0.3s;
    }
    @media screen and (max-width: 992px) {
      .blog-slider {
        max-width: 680px;
        height: 400px;
      }
    }
    @media screen and (max-width: 768px) {
      .blog-slider {
        min-height: 500px;
        height: auto;
        margin: 180px auto;
      }
    }
    @media screen and (max-height: 500px) and (min-width: 992px) {
      .blog-slider {
        height: 350px;
      }
    }
    .blog-slider__item {
      display: flex;
      align-items: center;
    }
    @media screen and (max-width: 768px) {
      .blog-slider__item {
        flex-direction: column;
      }
    }
    .blog-slider__item .blog-slider__img h4 {
     font-size: 24px;
     color: #fff;
    }
    .blog-slider__item .blog-slider__img h5 {
     font-size: 20px;
     color: #fff;
    }
    .blog-slider__item.swiper-slide-active .blog-slider__content > * {
      opacity: 1;
      transform: none;
    }
    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
      transition-delay: 0.3s;
    }
    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
      transition-delay: 0.4s;
    }
    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
      transition-delay: 0.5s;
    }
    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
      transition-delay: 0.6s;
    }
    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
      transition-delay: 0.7s;
    }
    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
      transition-delay: 0.8s;
    }
    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
      transition-delay: 0.9s;
    }
    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
      transition-delay: 1s;
    }
    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
      transition-delay: 1.1s;
    }
    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
      transition-delay: 1.2s;
    }
    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
      transition-delay: 1.3s;
    }
    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
      transition-delay: 1.4s;
    }
    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
      transition-delay: 1.5s;
    }
    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
      transition-delay: 1.6s;
    }
    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
      transition-delay: 1.7s;
    }
    .blog-slider__img {
      width: 300px;
      flex-shrink: 0;
      height: 300px;
      background-image: linear-gradient(      170deg,      rgb(249 67 37 / 21%) 10%,      rgb(219 175 10 / 66%) 89%);
      box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2);
      border-radius: 20px;
      transform: translateX(-80px);
      overflow: hidden;
      padding: 20px;
    }
    .blog-slider__img:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 20px;
      opacity: 0.8;
    }
    .blog-slider__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      opacity: 0;
      border-radius: 20px;
      transition: all 0.3s;
    }
    @media screen and (max-width: 768px) {
      .blog-slider__img {
        transform: translateY(-50%);
        width: 90%;
      }
    }
    @media screen and (max-width: 576px) {
      .blog-slider__img {
        width: 95%;
      }
    }
    @media screen and (max-height: 500px) and (min-width: 992px) {
      .blog-slider__img {
        height: 270px;
      }
    }
    .blog-slider__content {
      padding-right: 25px;
    }
    @media screen and (max-width: 768px) {
      .blog-slider__content {
        margin-top: -80px;
        text-align: center;
        padding: 0 30px;
      }
    }
    @media screen and (max-width: 576px) {
      .blog-slider__content {
        padding: 0;
      }
    }
    .blog-slider__content > * {
      opacity: 0;
      transform: translateY(25px);
      transition: all 0.4s;
    }
    .blog-slider__code {
      color: #7b7992;
      margin-bottom: 15px;
      display: block;
      font-weight: 500;
    }
    .blog-slider__title {
      font-size: 24px;
      font-weight: 700;
      color: #0d0925;
      margin-bottom: 20px;
    }
    .blog-slider__text {
      color: #4e4a67;
      margin-bottom: 30px;
      line-height: 1.5em;
    }
    .blog-slider__button {
      display: inline-flex;
      background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
      padding: 15px 35px;
      border-radius: 50px;
      color: #fff;
      box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
      text-decoration: none;
      font-weight: 500;
      justify-content: center;
      text-align: center;
      letter-spacing: 1px;
    }
    @media screen and (max-width: 576px) {
      .blog-slider__button {
        width: 100%;
      }
    }
    .blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
      bottom: 10px;
      left: 0;
      width: 100%;
    }
    .blog-slider__pagination {
      position: absolute;
      z-index: 21;
      right: 20px;
      width: 11px !important;
      text-align: center;
      left: auto !important;
      top: 50%;
      bottom: auto !important;
      transform: translateY(-50%);
    }
    @media screen and (max-width: 768px) {
      .blog-slider__pagination {
        transform: translateX(-50%);
        left: 50% !important;
        top: 205px;
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
      }
    }
    .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 8px 0;
    }
    @media screen and (max-width: 768px) {
      .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
      }
    }
    .blog-slider__pagination .swiper-pagination-bullet {
      width: 11px;
      height: 11px;
      display: block;
      border-radius: 10px;
      background: #062744;
      opacity: 0.2;
      transition: all 0.3s;
    }
    .blog-slider__pagination .swiper-pagination-bullet-active {
      opacity: 1;
      background: #fd3838;
      height: 30px;
      box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
    }
    @media screen and (max-width: 768px) {
      .blog-slider__pagination .swiper-pagination-bullet-active {
        height: 11px;
        width: 30px;
      }
      
    }
    
    
    .allergy_box_{
      background: linear-gradient(170deg, rgb(249 67 37 / 28%) 10%, rgb(219 175 10 / 73%) 89%);
      box-shadow: 0px 3px 7px #0000005e;
      padding: 20px;
      text-align: center;
      border-radius: 6px;
      margin-bottom: 40px;
    }
    .allergy_box_ h3{
      color: #000;
      font-size: 32px;
      margin-bottom: 12px;
    }
    .allergy_box_ h5{
      color: #a7490c94;
      font-size: 22px;
      font-weight: 600;
    }
    .allergy_box_ .aller_p{
      font-style: italic;
      font-weight: 500;
      letter-spacing: 0.5px;
      font-size: 15px;
      color: #dc371d;
      text-transform: capitalize;
    }
    .allergy_box_ h6{
      color: #000;
      font-size: 20px;
      font-weight: 500;
    }
    .allergy_box_ p{
      color: #000;
      font-size: 15px;
    }
    .allergy_box_ .book_now_btn{
      text-align: center;
    }
    .allergy_box_ .book_now_btn button{
      margin: 0 0 20px 0;
    }
    .allergy_box_ .book_now_btn a{
      color: #fff;
    }
    .allergy_vs_allergy{
      margin-top: 20px;
      display: flex;
    }
    .allergy_vs_allergy .vs_box{
      text-align: center;
      margin-right: 10px;
    }
    .allergy_vs_allergy .vs_box p{
      border: 2px solid #fa7d26;
      color: #fa7d26;
      font-weight: 700;
      border-radius: 50%;
      padding: 6px 12px;
      height: 35px;
      width: 35px;
      text-align: center;
      margin: 0 auto 15px;
    }
    .allergy_vs_allergy .vs_box h6{
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0.3px;
      color: #000;
    }
    .aller_head{
      text-align: center;
      font-size: 23px;
      color: #000;
    }
    .vert_align{
      align-items: center;
    }
    .cancer_wrapper_ h3{
      color: #000;
    }
    .cancer_wrapper_ p{
      font-size: 17px;
      margin: 15px 0;
    }
    .cancer_wrapper_ p span{
      color: #de8205;
      font-weight: 600;
      font-size: 20px;
    }
    .cancer_wrapper_ h5{
      font-weight: 600;
      font-size: 28px;
      color: #000;
    }
    .cancer_wrapper_ .book_now_btn{
      text-align: left;
    }
    .cancer_wrapper_ .book_now_btn button{
      margin: 10px 0;
    }
    .cancer_wrapper_ .book_now_btn a{
      color: #fff;
    }
    .cancer_wrapper_ .accordion-item{
      background-color: transparent;
      border: 1px solid #d97c33d6;
      margin-bottom: 15px;
    }
    .cancer_wrapper_ .accordion-item button{
      color: #000000;
      letter-spacing: 0.5px;
      font-size: 17px;
      padding: 15px 15px;
    }
    .cancer_wrapper_ .accordion-button:not(.collapsed){
      color: #000000;
      letter-spacing: 0.5px;
      background-color: #f9a769;
      font-size: 17px;
      padding: 15px 15px;
    }
    .cancer_wrapper_ .accordion-body{
      padding: 15px;
    }
    .cancer_wrapper_ .accordion-body p{
      font-size: 13.5px;
      letter-spacing: 0.3px;
      margin: 0;
    }
    .cancer_wrapper_ .accordion-button:focus{
      box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
      border-color: #86b7fe00
    }
 
    
    .faq .accordion-item{
      background-color: transparent;
      border: 1px solid #d97c33d6;
      margin-bottom: 15px;
    }
    .faq .accordion-item button{
      color: #000000;
      letter-spacing: 0.5px;
      font-size: 17px;
      padding: 15px 15px;
    }
    .faq .accordion-button:not(.collapsed){
      color: #000000;
      letter-spacing: 0.5px;
      background-color: #f9a769;
      font-size: 17px;
      padding: 15px 15px;
    }
    .faq .accordion-body{
      padding: 15px;
    }
    .faq .accordion-body p{
      font-size: 15px;
      letter-spacing: 0.3px;
      margin: 0;
    }
    .faq .accordion-body ul {
      list-style-type: disclosure-closed;
      margin-top: 10px;
      margin-bottom: 0;
      font-size: 15px;
      letter-spacing: 0.3px;
      line-height: 30px;
    }
    .faq .accordion-button:focus{
      box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
      border-color: #86b7fe00
    }
    .bottom_text{
      text-align: center;
      margin: 20px auto 0;
      width: 460px;
    }
    .bottom_text p:first-child{
      margin-bottom: 8px;
    }
    .bottom_text p{
      font-size: 14px;
      letter-spacing: 0.3px;
      margin-bottom: 0;
      font-weight: 300;
    }


    @media (max-width: 767px){
    .two_banner_stick img{
      height: 94px !important;
    }
    .shg{
      height: auto !important;
     }
     .accreditaion{
      padding: 20px 0;
     }
     .accreditaion .vert_align{
      justify-content: center;
     }
     .accreditaion h2{
      font-size: 21px;
      text-align: center;
     }
     .section-title h2 {
      font-size: 26px;
     }
     .customer-logos .slick-slide{
      margin-right: 10px;
     }
     .customer-logos .slick-slide img{
      height: 70px;
     }
     .customer-logos .slick-slide h4{
      font-size: 14px;
      text-align: center;
     }
     .about .content h3 {
      font-size: 24px;
      margin-top: 20px;
     }
     .about .content h4{
      font-size: 16px;
      letter-spacing: 0.5px;
     }

     p{
      font-size: 13px;
      letter-spacing: 0.3px;
     }
     .card{
      margin-bottom: 15px;
     }
    .offer_corner h4 {
      font-size: 20px;
    }
    .offer_corner span {
      font-size: 9px;
    }
    .allergy_box_{
      padding: 20px 10px;
    }
    .allergy_box_ h3{
      font-size: 25px;
    }
    .allergy_box_ h5{
      font-size: 17px;
    }
    .allergy_box_ h3{
      font-size: 25px;
    }
    .allergy_box_ h6{
      font-size: 18px;
    }
    .allergy_box_ p{
      font-size: 13px;
    }
    .aller_head{
      font-size: 20px;
    }
    .allergy_vs_allergy{
      display: block;
    }
    .allergy_vs_allergy .vs_box h6{
      font-size: 14px;
    }
    #departments{
      margin: 0;
      padding: 8px 0 40px;
    }
    .slick-slide img.cardbox{
      height: auto;
    }
    .section-title{
      max-width: 100%;
      padding: 0;
      margin-bottom: 20px;
    }
    .center-slider.slick-initialized .slick-slide{
      height: auto;
    }
    .faq .faq-container .faq-item{
      padding: 10px;
    }
    .faq .faq-container .faq-item h3{
      font-size: 14px;
    }
    .name{
      width: 205px;
    }
    .pacakges #accordionExample {
      margin: 5px 0 0 0 !important;
    }
    .bottom_text{
      display: none;
    }
  }

     /***********************/
     .popup-link{
      display:flex;
      flex-wrap:wrap;
    }
    
    .popup-link a{
        background: #333;
        color: #fff;
        padding: 10px 30px;
        border-radius: 5px;
        font-size:17px;
        cursor:pointer;
        margin:20px;
        text-decoration:none;
    }
    
    .popup-container {
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease-in-out;
        transform: scale(1.3);
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(21, 17, 17, 0.61);
        display: flex;
        align-items: center;
    }
    .popup-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 50%;
    }
    .popup-content p{
        font-size: 17px;
        padding: 10px;
        line-height: 20px;
    }
    .popup-content a.close{
        color: #aaaaaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
        background: none;
        padding: 0;
        margin: 0;
        text-decoration:none;
    }
    
    .popup-content a.close:hover{
      color:#333;
    }
    
    .popup-content span:hover,
    .popup-content span:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
    
    .popup-container:target{
      visibility: visible;
      opacity: 1;
      transform: scale(1);
    }
    
    .popup-container h3{
      margin:10px;
    }
    /*End popup styles*/
    
    /* Additional styles */
    .popup-style-2{
      transform: scale(0.3);
      
    }
    
    .popup-style-2:target{
      transform: scale(1);
    }
    
    .popup-style-3{
      left:100%;
      
    }
    
    .popup-style-3:target{
      left:0;
    }
    
    .popup-style-4{
      transform: rotate(180deg);
    }
    
    .popup-style-4:target{
      transform: rotate(0deg);
    }
    
    .popup-style-5{
      top:100%;
      
    }
    
    .popup-style-5:target{
      top:0;
    }
    
    .popup-style-6{
      transform: scale(15.3);
      
    }
    
    .popup-style-6:target{
     transform: scale(1);
     }
    
    .popup-style-7{
      transform: skewY(180deg);
       transition: all 0.7s ease-in-out;
    }
    
    .popup-style-7:target{
     transform: skewY(0deg);
    
     }
     @media only screen and (max-width: 600px) {
      .popup-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 90%;
      }
    }

    @media (min-width: 1366px){
      .bottom_text{
        width: 410px;
      }
      .bottom_text p{
        font-size: 11px;
      }
  }

  .only_link{
    color: #d03d25;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    text-decoration: underline;
  }
  /*****************/
  .testim {
    /*width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);*/
    padding: 0;
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
   /* padding: 40px 20px;*/
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #333;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: green;
}
    

.testim .arrow.left {
    left: 70px;
}

.testim .arrow.right {
    right: 70px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #f23d20;
    margin: 12px 10px 0px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #f23d20;
    border-color: #f23d20;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: #f23d20;
    font-size: 16px;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 17px;
    color: #333;
    width: 70%;
    margin: auto;
    font-family: "Poppins", "proxima-nova", "Helvetica Neue", Helvetica, "Roboto", sans-serif;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }
  
  .testim .cont div p {
    line-height: 25px;
  }

}

@media screen and (max-width: 768px) {

  .testim .arrow.left {
    left: 0px;
}

.testim .arrow.right {
    right: 0px;
}

}


/*********************/
#map-plug {
  display:none;
}
#google-reviews {
  display:flex;
  flex-wrap:wrap;
  /*display: grid;
  grid-template-columns: repeat( auto-fit, minmax(320px, 1fr));
  */
}
.review-item {
  border:solid 2px rgba(190,190,190,.35);
  margin: 5px;
  padding:1em;
  flex: 1 1 20%;
  border-radius: 25px;
}
@media ( max-width:1200px) {
  .review-item {
  flex: 1 1 40%;
  }
}
@media ( max-width:450px) {
  .review-item {
    flex: 1 1 90%;
  }
}
.review-meta, .review-stars {
  text-align:center;
  font-size:115%;
}
.review-author {
  text-transform: capitalize;
  font-weight:bold;
}
.review-date {
  opacity:.6;
  display:block;
}
.review-text {
  line-height:1.55;
  text-align:left;
  max-width:32em;
  margin:auto;
}
.review-stars ul {
  display: inline-block;
  list-style: none !important;
  margin:0;
  padding:0;
}
.review-stars ul li {
  float: left;
  list-style: none !important;
  margin-right: 1px;
  line-height:1;
}
.review-stars ul li i {
  color: #E4B248;
  font-size: 1.4em;
  font-style:normal;
}
.review-stars ul li i.inactive {
  color: #c6c6c6;
}
.star:after {
  content: "\2605";
}
/* index end*/
.mobile_btns{
  display: none;
}

@media (max-width: 767px){
  .footer{
    margin-bottom: 40px;
  }
.footer .copyright p{
    text-align: center;
    font-size: 13px;
    padding-bottom: 5px;
  }
  .footer_policy_{
    border-top: 1px solid #777;
    padding-top: 5px;
  }
  .footer_policy_ li a{
    font-size: 13px;
  }
  a.blantershow-chat{
    display: none !important;
  }
  .mobile_btns{
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
  }
  .mobile_btns ul{
    margin-bottom: 0;
    padding-left: 0;
  }
  .mobile_btns ul li{
    background-color: #f23d20;
    padding: 10px 15px;
    text-align: center;
  }
  .mobile_btns ul li a{
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
}
@media (min-width: 1366px){
  .footer .copyright p{
    font-size: 12px;
  }
  .footer_policy_ li a{
      font-size: 13px;
  }
  .footer .copyright {
      padding-top: 15px;
  }
}/*footer end*/

.button {
    border: none;
    color: #fff !important;
    padding: 10px 20px;
    background-color: #000;
    border-radius: 25px;
    letter-spacing: .5px;
    cursor: pointer;
    transition: all .3s ease;
    box-shadow: 0 3px 7px #aea5a5;
}