@font-face {
    font-family: Poppins;
    src: url("https://himalayanyogashram.com/assets/css/fonts/Poppins-Regular.ttf");
}
@font-face {
    font-family: Halant;
    src: url("https://himalayanyogashram.com/assets/css/fonts/Halant-Regular.ttf");
}
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.dl-sc-btn {
    background: 0 0;
    border: 0;
}
p {
    text-overflow: ellipsis;
}
body {
    font-size: 16px;
    line-height: 1.625;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    color: #4c4c4c;
    outline: 0;
    visibility: visible;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: "";
}
body[dir="rtl"] {
    text-align: right;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Halant, serif;
    color: #333;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}
h1 {
    font-size: 36px;
}


.head_sec .container-fluid {
    background-color: #b7084f;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    padding: 6px 0;
    color: white;
}
.head_sec .container-fluid .div {
    font-size: 14px;
}
.head_sec .container-fluid .icon {
    padding: 0 7px;
}
.head_sec .container-fluid a:hover {
    color: #ffc107;
}

@media screen and (max-width: 640px) {
    .head_sec .container-fluid .div_mail {
        display: none;
    }
    .head_sec .container-fluid .div_call {
       flex: 50%;
    text-align: center;
    }
    .head_sec .container-fluid .div_social {
    flex: 50%;
    text-align: end;
    padding-right: 5px;
    }


    .head_sec .container-fluid .div_social .ic-hide {
        display: none;
    }
}

.box_wrapper_resp {
    font-weight: 500;
    display: none;
}
.schdul_for_rspnsv {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.schdul_for_rspnsv .time_activity {
    width: 92%;
    margin: 15px 0;
    display: flex;
    justify-content: center;
}
.schdul_for_rspnsv .time_activity .spn1 {
    width: 50%;
    background-color: #b7084f;
    color: #fff;
    padding: 8px 20px;
}
.schdul_for_rspnsv .time_activity .spn2 {
    width: 50%;
    background-color: #fff;
    color: #000;
    padding: 8px 20px;
   
}
.schdul_for_rspnsv .schdul_card {
    width: 92%;
    display: flex;
    flex-direction: column;
    margin: 10px;
    box-shadow: 1px 1px 10px rgb(200, 200, 200);
}

.schdul_for_rspnsv .schdul_card .time {
    background-color: #b7084f;
    color: #fff;
    padding: 5px 0;
}
.schdul_for_rspnsv .schdul_card .text {
    background-color: #ffffff;
    color: #000;
    padding: 5px 10px;
}


.schdul_for_rspnsv .schdul_card_3 .rate {
    font-size: 14px; color:#000;}
 .schdul_for_rspnsv .schdul_card_3 .col-md-6{width:50%;  }
  .schdul_for_rspnsv  .schdul_card_3 {
   width:92%;
    box-shadow: 1px 1px 10px rgb(200, 200, 200);
    margin: 10px 0;
    border: 1px solid #b7084f;
}
.schdul_for_rspnsv .schdul_card_3 .date {
    background-color: #b7084f;
    color: #eee;
    padding: 5px 37px;
    display: inline-block;
}
.schdul_for_rspnsv .roomm{border: 1px dashed #b7084f; margin:10px; box-shadow: 1px 1px 10px rgb(220, 220, 220);}
.schdul_for_rspnsv .roomm b{color: #b7084f; font-size: 12px;  font-weight: normal; }

.schdul_for_rspnsv .avail{display: flex; color:#000;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 36px;
    background-color: rgb(224, 224, 224);}


@media screen and (max-width: 768px) {
    .box_wrapper_resp {
        display: block;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .table-responsive{display: none;}
  
}


.schdul_for_rspnsv .schdul_card_2 {
    width: 92%;
    box-shadow: 1px 1px 10px rgb(200, 200, 200);
    margin: 10px 0;
    border: 1px solid #b7084f;
}
.schdul_for_rspnsv .schdul_card_2 .date {
    background-color: #b7084f;
    color: #eee;
    padding: 5px 37px;
    display: inline-block;
}
.schdul_for_rspnsv .schdul_card_2 .room {
    color: #b7084f;
    display: flex;
    justify-content: space-around;
    padding: 5px 0;
    background-color: #fff;
}
.schdul_for_rspnsv .schdul_card_2 .room span {
    font-size: 14px;
}
.schdul_for_rspnsv .schdul_card_2 .rate {
    font-size: 14px;
    display: flex;
    justify-content: space-around;
    padding: 5px 0;
    background-color: #fff;
    color: #000;
}
.schdul_for_rspnsv .schdul_card_2 .butn {
    display: flex;
    justify-content: space-around;
    align-items: center;
        color: #000;
}
.schdul_for_rspnsv .schdul_card_2 .butn .avail {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 36px;
    background-color: rgb(224, 224, 224);
}
.schdul_for_rspnsv .schdul_card_2 .butn .avail .txt {
    font-size: 14px;
}
.schdul_for_rspnsv .schdul_card_2 .butn div {
    width: 100%;
    height: 36px;
    color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #b7084f;
}

.home-food-box {
    overflow: hidden;
}



.mission-text{padding: 2em 3em 3em 3em; box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%); background: #fff;}

.mission-img img{height: 100%;}
.mission-img .top-border{padding: 20px; background: #b7084f; position: relative; overflow: hidden;}
.mission-img .top-border:before{  position: absolute; top: 3px; left: 3px; content: ''; border:1px solid #fff; width: 98%; height: 85%; }
.home-course-start{margin-top: 3em; z-index: 1; }
.home-course-text{padding: 15px; height: 100%}
.home-course-text h4{font-size: 25px;  margin-bottom: 10px; }
.home-course-text ul li{list-style: none; display: inline-block; width: 48%; font-size: 14px; padding: 2px 0; position: relative; z-index: 1}
.home-course .item{overflow: hidden;}
.home-course-img{height: 100%}
.home-course-img .cover{ height:275px; object-fit: cover; }
.home-course .row{overflow: hidden;  background: #fff; border:1px solid #b7084f; }
.home-course .row.row2{background: #fff9f5}
.home-course .row .col-md-7, .home-course .row .col-md-2{padding: 0;}
.home-course-price{height: 100%; padding: 30px 20px;  background: #b7084f}
.home-course-price b{font-size: 32px; display: block;font-weight: 800; color: #fff;}
.home-course-price small{display: block; color: #fff ; margin-top: -5px; margin-bottom: 0; font-size: 16px; margin-top: 5px;}
.home-course-price p{font-size: 14px;  padding: 6px 0; border-bottom:1px dashed #ddd; color: #fff;}
.home-course-price a.btn{margin-top: 1em; display: block;}
.home-course-price a.btn-primary{  background-color: #181e23;  border-color: #181e23;   color: #fff;}
.home-course  .owl-nav {position: absolute;top: -65px;width: 100%;text-align: center;}
.home-course  .owl-nav  .owl-prev i, .home-course  .owl-nav  .owl-next i{ height: 40px; width: 40px; line-height: 40px; border:1px solid #b7084f ; color: #b7084f ; margin: 0;   }
.home-course-text{position: relative;overflow: hidden;}
.home-course-text ul li i{color: #b7084f; margin-right: 5px;}
.home-course-text .chakra-img{position: absolute; bottom:  -20%; right: -78px; width: 28%; opacity: .8;}
.home-course-text .chakra-img img{animation: spin 9s infinite linear;  -webkit-animation: spin 100s infinite linear; -moz-animation: spin 100s infinite linear;}
@-webkit-keyframes spin {
    0%  {opacity: 0}
    50%  {opacity: 1}
    100% {opacity: 0}   
}

.home-course-bottom{padding: 20px; background: #fff;  margin-top: 0; box-shadow: 0 4px 10px 0 rgb(0 0 0/6%); position: relative;}
.home-course-bottom:after{width: 5%; height: 50%; border-right: 3px solid #b7084f; border-bottom: 3px solid #b7084f; content: ''; position: absolute; bottom: 0; right: 0; transition: .5s all; }
.home-course .item:hover  .home-course-bottom:after{width: 10% ; height: 70%;}
.home-course-bottom ul li{list-style: none; display: inline-block; width: 32%; padding: 4px 0;  vertical-align: top; font-size: 15px;}
.home-course-bottom ul li.full-w{width: 60%;}
.home-course-bottom ul li i{color: #b7084f; margin-right: 5px;}
.home-course-bottom.home-course-bottom2{background: #fff9f5;}
.home-course-text ul li.full-line{width: 100%;}
.home-course-text{position: relative; overflow: hidden;}
.water-mark{position: absolute;  width: 30%; opacity: .1; left: 30%; top: 15%;}
.img-top{padding: 20px; background: #b7084f; position: relative;}
.img-bottom{padding: 20px; background: #b7084f; position: relative;}
.img-top:before{  position: absolute; top: 3px; left: 3px; content: ''; border:1px solid #fff; width: 98%; height: 85%; }
.img-bottom:before{  position: absolute; top: 3px; left: 3px; content: ''; border:1px solid #fff; width: 98%; height: 85%; }
.view-more1001 {margin-top: 15px;}
.view-more1001 a.btn{display: block; width: 70%;}


.slider-area .carousel-item{overflow: hidden;}
.img-fluid{width: 100%;}
.back-gry{background: #f5f5f5}

@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }
    100% {
        transform: scale(1.6,1.6);
    }
}

.slider-area .carousel-item .img {
    animation: zoominoutsinglefeatured 60s infinite ;
    height: 500px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.slider-area .carousel-item .img1 {
    background-image: url(../../img/slide-3.webp);
}
.slider-area .carousel-item .img2 {
    background-image: url(../../img/slide-2.webp);
}
.slider-area .carousel-item .img3 {
    background-image: url(../../img/slide-1.webp);
}


@media screen and (max-width: 1024px) {
    .slider-area .carousel-item .img {
        height: 400px;
    }
}

@media screen and (max-width: 768px) {
    .slider-area .carousel-item .img {
        height: 350px;
    }
}

@media screen and (max-width: 480px) {
    .slider-area .carousel-item .img {
        height: 250px;
    }
}
@media screen and (max-width: 412px) {
    .slider-area .carousel-item .img {
        height: 220px;
    }
}

.about-section .title{text-align: center; margin: 0; margin-bottom: 20px;}

.home101 {padding-top: 0;}
.start-room-suites{box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%); overflow: hidden;}
.start-room-suites .col-md-6{padding: 0;}
.start-room-suites .row{overflow: hidden; background:#fff9f5; }
.room-suite-text{padding: 3em 4em;}
.room-suite-text .title{margin-bottom: 20px;}
.room-suite-text p{text-align: justify; margin-bottom:30px;}
.room-suite-img{overflow: hidden;}
.room-suite-img img{transition: .5s all;}
.start-room-suites .row:hover .room-suite-img img{transform: scale(1.05);}
.home-food-text { padding: 18px; border:1px solid #ddd; background: #fff9f5; height: 285px;}
.home-food-text strong{display: block; padding: 0 0 8px 0; border-bottom:1px dashed #aaa; font-size: 25px; margin-bottom: 12px; color: #b7084f ;}



.what-learn{padding-bottom: 12em}
.what-learn-text h4{font-size: 25px;   }
.what-learn2 .row{position: relative; background: #fff; box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%); overflow: hidden;}
.what-learn2 .row-up{position: relative; margin-top: -11em}
.what-learn2 .row .col-md-3{padding: 0;}
.what-learn-text{padding: 20px;}
.what-learn2{padding: 1em 0}

.ashram-page-text{padding: 20px; box-shadow: 0 2px 8px 0 rgb(103 151 255 / 9%),0 4px 32px 0 rgb(103 151 255 / 9%); border:1px solid rgba(0,0,0,.125); position: relative;z-index: 1; background: #fff;}
.ashram-page-text h3{margin-top: 12px !important line-height:1.5;}
.ashram-page-text h2{margin-top: 0 !important}
.ashram-page-text ul{padding-top: 0 !important}
.section-start{position: relative; }

.chakra-img img{animation: spin 9s infinite linear;  -webkit-animation: spin 100s infinite linear; -moz-animation: spin 100s infinite linear;}
@-webkit-keyframes spin {
    0%  {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(-360deg);}   
}
.chakra-img1 img{animation: spin 9s infinite linear;  -webkit-animation: spin 100s infinite linear; -moz-animation: spin 100s infinite linear;}
@-webkit-keyframes spin {
    0%  {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(-360deg);}   
}
.ashram-page-section .chakra-img{ position: absolute;top: -19px;right: -3%;width: 12%; }

.ashram-quote-box{ padding: 30px 50px; position: relative; background: #fff;  box-shadow: 0 2px 8px 0 rgb(103 151 255 / 9%),0 4px 32px 0 rgb(103 151 255 / 9%); margin-top: 3em;  }
.ashram-quote-box:after{width: 5%; height: 50%; border-right: 3px solid #b7084f; border-bottom: 3px solid #b7084f; content: ''; position: absolute; bottom: 0; right: 0; transition: .5s all;}
.ashram-quote-box:before{width: 5%; height: 50%; border-left: 3px solid #b7084f; border-top: 3px solid #b7084f; content: ''; position: absolute; top: 0; left: 0; transition: .5s all;}
.ashram-quote-box p{  color: #b7084f; font-style: italic; font-size: 20px;}


.ayurvedic-page .ayurvedic-heading{ line-height: 1.5; color: #b7084f ; font-size: 22px; padding: 20px 0}

.ttc-page-date{padding: 3em 0;}
.ttc-page-date .title{margin-top: 0 !important;}
.ttc-page-date table.table thead{background: transparent; color: #B7084F; position: relative; z-index: 9}
.ttc-page-date table.table{background: #fff;box-shadow: 0 2px 8px 0 rgb(103 151 255 / 9%),0 4px 32px 0 rgb(103 151 255 / 9%);}
.ttc-page-date table.table .td-bg{background:#B7084F; color: #fff; }
.ttc-page-date table.table th {font-size: 16px; font-weight: 900;}
.ttc-page-date table.table td{ font-weight: bold; font-size: 15px;  }

.ttc-page-date {position: relative;overflow: hidden;}
.ttc-page-date .chakra-img{position: absolute; bottom: -8%; right: -5%; width: 16%;  }
.fix-whatsapp {
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 999;
}
.hr-line{padding: 2em 0;  }

.footer-widget-info p, .footer-widget-link a{font-size: 15px;}
/* Sticky Translate Widget */
.google-translate-sticky {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background-color: #b7084fbd;
  padding: 8px;
  border-radius: 10px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.google-translate-sticky select {
  font-size: 14px;
  padding: 5px;
  border: none;
  background-color: transparent;
  color: white;
}

.google-translate-sticky select:focus {
  outline: none;
}

/* Hide Powered by Google text */
.goog-te-banner-frame {
  display: none !important;
}

.goog-te-gadget {
  display: block !important;
  background-color: transparent !important;
}

.goog-te-gadget-simple {
  border: none;
}

.goog-te-gadget-simple select {
  color: white;
  font-size: 14px;
}

.goog-te-gadget-simple select:focus {
  outline: none;
}

.testimonial-section .owl-carousel .item{text-align: center; margin: 50px 10px 0 10px; box-shadow: 0 2px 8px 0 rgb(103 151 255 / 9%),0 4px 32px 0 rgb(103 151 255 / 9%); margin-bottom: 15px;}
.testimonial-section .owl-carousel .single-testimonial {margin: 0;}
.testimonial-section .owl-carousel .rating i{color: #b7084f ;  margin-right: 2px;}

.owl-carousel .owl-nav .owl-next{ position: absolute;top: 45%;  right: -20px; }
.owl-carousel .owl-nav .owl-prev{ position: absolute;top: 45%; left: -20px; }
.owl-carousel .owl-nav i{height: 45px; width: 45px; line-height: 45px; text-align: center; color: #fff; background:#b7084f; }

.testimonial-page .swiper-slide{margin: 50px 10px 0 10px; padding: 20px;box-shadow: 0 2px 8px 0 rgb(103 151 255 / 9%),0 4px 32px 0 rgb(103 151 255 / 9%); height: 685px; margin-bottom: 15px;}
.testimonial-page .swiper-slide2{height: auto;}
.main-header .navbar{padding: 0; z-index: 9999;}
.main-header  .navbar-brand{width: 14%;}
.main-header .navbar-light .navbar-nav .nav-link{padding: 25px 20px; color: #000; 
    font-size: 16px; font-family: Halant, serif;}
   
 
    
.main-header .navbar-light .navbar-nav li.dropdown:hover .dropdown-menu{ border-top: 2px solid #000; border-radius: 0;padding: 0; overflow: hidden;}
.main-header .navbar-light .navbar-nav li.dropdown .dropdown-menu .dropdown-item{padding: 8px 20px; font-size: 1rem; font-family: Halant, serif; color: #000 }
.main-header .navbar-light .navbar-nav li.dropdown .dropdown-menu .dropdown-item:hover{background: #942c36; color: #fff; padding-left: 25px;}
.main-header .navbar-light .navbar-toggler-icon{background: transparent;}
.main-header .navbar-light .navbar-toggler{padding: 0;    height: 40px;width: 40px;line-height: 29px;background: #b7084f;color: #fff;}
.main-header .navbar-light .navbar-nav .enroll {margin-top:12px;
    padding: 0px 0px; animation-name: pulse; animation-duration: 1.5s; animation-timing-function: ease-out;
    animation-iteration-count: infinite; transition: all 0.3s;
 background:#b7084f; color: #fff; border-radius: 30px; box-shadow: 0rem 0rem 0.8rem rgba(0, 0, 0, 0.17);
   }

#myModal .enroll {margin-top:12px;
    padding: 0px 0px; animation-name: pulses; animation-duration: 1.5s; animation-timing-function: ease-out;
    animation-iteration-count: infinite; transition: all 0.3s;
 background:#b7084f; color: #fff; border-radius: 30px; box-shadow: 0rem 0rem 0.8rem rgba(0, 0, 0, 0.17);
   }

   @keyframes pulse {  
 50% {
    box-shadow: 0 0 0 0 rgba(183, 8, 79, 1);
    scale: 0.9;
}
80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    scale: 1;
}
}

   @keyframes pulses {  
 50% {
    box-shadow: 0 0 0 0 rgb(223 212 217);
    scale: 0.9;
}
80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    scale: 1;
}
}

.books {
    padding: 3em 0;
}
.books .owl-carousel-books {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.books .owl-carousel-books .item {
    width: 220px;
    margin: 0 10px;
}
.books .item .name_download {
    width: 100%;
    background-color: #b7084f;
    display: flex;
    justify-content: space-between;
    padding: 5px 20px;
    color: white;
    font-size: 14px;
    font-weight: bold;
}
.books .item .name_download a:hover {
    color: white;
}
.books .item .books_mar img {
    width: 220px;
    height: 300px;
}

/**gallery**/
.gallery-start{ margin-bottom: 30px; } 
.gallery-image{ margin-top:30px; }
.gallery-new .controls {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            padding: 20px 0;
            list-style: none;
        }

        .gallery-new .controls .buttons {
            height: 40px;
            width: auto;
            background: #b7084f;
            color: #fff;
            font-size: 20px;
            line-height: 40px;
            cursor: pointer;
            padding: 0 20px;
            text-align: center;
            border-right: 1px dashed #fff;
        }
        

    

@media screen and (max-width: 768px) {
    .testimonial-section .owl-carousel .item{
        height: 700px;
    }
    .books .owl-carousel-books .item {
        width: 300px;
        margin: auto;
    }
    .books .item .books_mar img {
        width: 100%;
        height: 420px;
    }
    .home-course-text h4 {
        font-size: 20px;
    }
    .owl-carousel .owl-nav .owl-next{ right: -10px; }
    .owl-carousel .owl-nav .owl-prev{ left: -10px; }
}
/*#direct-link{
    position: relative;
}*/
.sticky_navbar {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 1px 1px 10px rgb(180, 180, 180);
}


.sticky_directLink {
    width: 100%;
    position: fixed;
    top: 76px;
    z-index: 999;
    background-color: #fff0;
}


.translate{position: absolute;top: 0; right: 0;z-index: 99;}


.course-page-gallery{padding: 3em 0;}
.social-work h1.title{margin-top: 0; margin-bottom: 10px;}
.course-page-gallery p{text-align: center !important  ;}
.course-page-gallery .col-md-3{padding: 5px;}
.course-page-gallery .owl-carousel-gallery {
    display: none;
}

@media screen and (max-width: 768px) {
    .course-page-gallery .owl-carousel-gallery {
        display: block;
    }
    .course-page-gallery .row {
        display: none;
    }
}

.right-side-list ul li { border-bottom: 1px dashed #ddd; }
.right-side-list ul li a{display: block; width: 100%; padding: 10px ;  border-left: 5px solid #fff; transition: .5s all;}
.right-side-list ul li a:hover{border-left: 5px solid #b7084f ;}
.right-side-list ul li a i{color:#b7084f; margin-right: 5px; }
.right-side-list ul li:last-child {border-bottom: 0;}

.top-home{position: fixed; bottom: 90px; right:  20px; height: 50px; width: 50px;  background: #b7084f; color: #fff; text-align: center; line-height: 50px;z-index: 999999; border-radius: 100%;}
.top-home:hover{color: #fff;}

.view-360 .section-title .title{font-size: 35px !important;}



.revire-mp4 {overflow: hidden;}

.revire-mp4 .row > .column {
  padding: 0 8px;
}
.revire-mp4 .row{overflow: hidden;}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.revire-mp4 .column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.revire-mp4 .modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.revire-mp4 .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.revire-mp4 .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.revire-mp4 .close:hover,
.revire-mp4 .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.revire-mp4 .mySlides {
  display: none;
}

/* Next & previous buttons */
.revire-mp4 .prev,
.revire-mp4 .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.revire-mp4 .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.revire-mp4 .prev:hover,
.revire-mp4 .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.revire-mp4 .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.revire-mp4 .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.revire-mp4 .active,
.revire-mp4 .demo:hover {
  opacity: 1;
}

.revire-mp4 img.hover-shadow {
  transition: 0.3s;
}

.revire-mp4 .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.notic {
  position: fixed;
  top: 30%;
  right: 0;
  width: 16%;
  z-index: 999999;
  display: block;
}
.notic .alert-warning {
  padding: 5px;
  background: #fff;
  border: 3px solid #b7084f;
  z-index: 99999;
}
.notic b {
  font-size: 14px;
  line-height: 20px;
  display: block;
  padding: 12px;
}
.notic span {
  background: #b7084f;
  display: block;
  padding: 28px 5px 10px 5px;
  clip-path: polygon(-2px 13px, 99.47% 0, 100% 100%, -2px 99.8%);
}
.notic p{display: flex;justify-content: space-between;}
.notic strong {
  font-size: 14px;
  line-height: 20px;
  display: block;
  color: #fff;
}
.notic span a {
  color: #fff;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}
.notic .alert-dismissible .btn-close {
    text-align: :center;
  position: absolute;
  height: 20px;
  width: 20px;
  background: #b7084f;
  color: #fff;
  border: 2px solid #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  opacity: 1;
  border-radius: 100%;
  padding: 0;
  top: -14px;
  left: -14px;
  text-align: center;
}
.alert.alert-top {
  background: #b7084f;
  border-color: #b7084f;
  color: #fff;
  font-size: 15px;
  margin: 0;
}
.alert.alert-top a {
  color: #fff;
}
.alert.alert-top .btn-close {
  background: transparent;
  padding: 0;
  width: auto;
  height: auto;
  opacity: 1;
  background: #000;
  color: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin: 5px 10px 0 0;
}

.start-enroll-form .col-md-12{ text-align: center; }
.start-enroll-form {
   height: 97%; 
  padding: 3em;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 8px 0 rgb(103 151 255 / 9%),0 4px 32px 0 rgb(103 151 255 / 9%);
}
.start-enroll-form form .form-group {
  margin-bottom: 25px;
  text-align: left;
}
.start-enroll-form form label {
  margin-bottom: 5px;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
.start-enroll-form .form-group .form-select {
  margin-bottom: 10px;
  border-radius: 30px;
  border:1px solid #aaa;

}
.start-enroll-form form .form-select {
  font-size: 14px;
  border:1px solid #aaa;

}
.start-enroll-form .form-group .form-control {
  margin-bottom: 10px;
  border-radius: 30px;
  border:1px solid #aaa;

}
.start-enroll-form form input.form-control {
  height: 45px !important;
  font-size: 14px !important;
  border-radius: 30px !important;
  border:1px solid #aaa !important;

}
.start-enroll-form form label::before {
  content: "*";
  color: #EC6857;
  position: absolute;
  right: -15px;
  top: -10px;
  font-size: 20px;
  line-height: 2.4rem;
}
.start-enroll-form .form-group .form-select:focus{box-shadow: none;}     

.enroll-page{position: relative; overflow: hidden;}
.enroll-page .chakra-img {
  position: absolute;
  top:-5%;
  left: -78px;
  width: 20%;
  opacity: .8;
}




header {
    box-shadow: 2px 2px 10px #0000003d;
  }

.footer-heading {font-size: 22px;
    font-weight: 500px;
    display: block; margin-top: 40px;}

 .Quick{font-size: 9px; text-align: center; }

 .quick-links  a {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 30px;
    overflow: hidden;
    font-size: 12px;
    color:  #fff;
    background:#942c36;
  }

  .quick-links  a:hover {
    color: #fff;
  }

.tour {padding: 3em 0;}
.google-review-png { width: 15%; margin: 0 auto; margin-top: 1.5em; }
.breadcumb-section i { margin-right: 5px;}

.quick-links { text-align: center; }
.quick-links .social_media_icons a {
    background-color: transparent;
    padding: 0;
    margin: 35px 10px;
    font-size: 20px;
    height: 33px;
    width: 35px;
    text-align: center;
}
.quick-links .social_media_icons a span {
    color: white;
    font-size: 13px;
}
.quick-links .social_media_icons a:hover {
    width: 110px;
    transition: all 0.9s;
}
.quick-links .social_media_icons .whatsappclick {
    background-color: #25D366;
    margin-bottom: 35px;
}
.quick-links .social_media_icons .youtube {
    background-color: #CD201F;
}
.quick-links .social_media_icons .instagram {
    background: linear-gradient(#feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}
.quick-links .social_media_icons .pinterest {
    background-color: #E60023;
} 
.quick-links .social_media_icons .facebook {
    background-color: #1877F2;
} 



@media screen and (max-width: 768px) {
    .google-review-png {
        width: 50%;
    }
}


.mission-img .cover{  object-fit: cover; }


@media (max-width: 1366px) {
    .mission-text{padding: 1em;}

.home-course-text .chakra-img {
  position: absolute;
  bottom: -30%;
  right: -118px;
  width: 41%;
  opacity: .8;
}
.home-course-price small {
  display: block;
  color: #fff;
  margin-top: -5px;
  margin-bottom: 0;
  font-size: 13px;
  margin-top: 0;
}
.home-course-price {
  height: 100%;
  padding: 8px 20px;
  background: #b7084f;
}
.home-course-bottom ul li {
  list-style: none;
  display: inline-block;
  width: 48%;
  padding: 4px 0;
  vertical-align: top;
  font-size: 15px;
}
.notic {
  position: fixed;
  top: 30%;
  right: 0;
  width: 16%;
  z-index: 999999;
}

}

.main-header .navbar-brand {
    width: 18%;
}

@media (max-width: 768px) {
.main-header .navbar-light .navbar-nav .nav-link { padding: 12px; font-size: 1rem; border-bottom: 2px dotted #999;}
 .main-header .navbar-brand {
  width: 50%;
}
.enroll{text-align: center;
    width: 175px;
    margin: 10px auto;}
.main-header .navbar-light .navbar-toggler-icon{background: transparent;}
.main-header .navbar-light .navbar-toggler{padding: 0;    height: 40px;width: 40px;line-height: 29px;background: #b7084f;color: #fff;}
.about-wrapper .col-lg-6{width: 100%; max-width: 100%; flex: 100%;}
.mission .col-md-3{width: 100%; max-width: 100%; flex: 100%;}
.mission .col-md-6{width: 100%; max-width: 100%; flex: 100%;}
.home-course-start .col-md-3{width: 100%; max-width: 100%; flex: 100%;}
.home-course-start .col-md-7{width: 100%; max-width: 100%; flex: 100%;}
.home-course-start .col-md-2{width: 100%; max-width: 100%; flex: 100%;}
.home-course-price p {
  font-size: 17px;
  padding: 6px 0;
  border-bottom: 1px dashed #ddd;
  color: #fff;
}
.home-course-price small {
  display: block;
  color: #fff;
  margin-top: -5px;
  margin-bottom: 0;
  font-size: 18px;
  margin-top: 0;
}
.home-course-bottom ul li {
  width: 100%;
}
.home-course-bottom ul li.full-w {
  width: 100%;
}
.start-room-suites .col-lg-6{width: 100%; max-width: 100%; flex: 100%;}
.home-food-box{margin-top: 30px;}
.enroll-page .chakra-img {
  position: absolute;
  top: -5%;
  left: -78px;
  width: 29%;
  opacity: .8;
}
.start-enroll-form form label {
  margin-bottom: 5px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  font-size: 14px;
}
.start-enroll-form .form-group .form-select {
  margin-bottom: 0;
  border-radius: 30px;
  border: 1px solid #aaa;
  height: 38px;
}

.start-enroll-form form input.form-control {
  height: 45px !important;
  font-size: 14px !important;
  border-radius: 30px !important;
  border: 1px solid #aaa !important;
  height: 38px !important;
}
.start-enroll-form form .form-group {
  margin-bottom: 12px;
}

.notic {
  position: fixed;
  top: 30%;
  right: 0;
  width: 30%;
  z-index: 999999;
}



/* .excursion   .owl-carousel .owl-dot, .excursion   .owl-carousel .owl-nav .owl-next, .excursion   .owl-carousel .owl-nav .owl-prev {display: none;} */

.extra-img { overflow: hidden; }

.books_mar { margin-bottom: 0; border-radius: 0; }


.intro-video{padding-top: 3em;}

.footer-widget .widget-title { margin-top: 30px; font-weight: 700; }

}

@media (max-width: 667px) {
    .what-learn2 .row-up {
    position: relative;
    margin-top: 0;
    }
    .what-learn2 .image {
        width: 100%;
    }
}


@media (max-width: 640px) {


} 



@media (max-width: 576px) {
.translate {
  position: absolute;
  top: 0;
  right: 27%;
  z-index: 99;

}
.home-course-text ul li {
  list-style: none;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  padding: 2px 0;
  position: relative;
  z-index: 1;
}
.room-suite-text {
  padding: 2em 2em;
}

.notic {
  position: fixed;
  top: 30%;
  right: 0;
  width: 40%;
  z-index: 999999;
}
.start-enroll-form .form-group textarea.form-control {
 height: 120px;
 font-size: 14px;
}
.enroll-page .chakra-img {
  position: absolute;
  top: -5%;
  left: -78px;
  width: 37%;
  opacity: .8;
}
}    

@media (max-width: 480px) {
.section-space {
  padding: 2em 0;
}
.start-enroll-form {
  padding: 1em;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 8px 0 rgb(103 151 255 / 9%),0 4px 32px 0 rgb(103 151 255 / 9%);
}
.start-enroll-form form .form-group {
  margin-bottom: 20px;
}
.notic {
  position: fixed;
  top: 30%;
  right: 0;
  width: 54%;
  z-index: 999999;
}
.notic p{display: block;}
.enroll-page .chakra-img {
  position: absolute;
  top: -5%;
  left: -78px;
  width: 40%;
  opacity: .8;
}
} 


@media (max-width: 400px) {
 .fix-whatsapp.whatsappclick .whatsappclick { width: 100px;}
.ashram-page-section .chakra-img img { display: none; }
.ashram-page-section .chakra-img1 img { display: none; }
.headpara p{    margin: 2px;}
} 

@media (max-width: 320px) {
.fix-whatsapp.whatsappclick .whatsappclick { width: 50px; }
.mission .mission-text .section-title .title { text-align: center; }
.mission .mission-text p { text-align: justify; }


.ashram-quote-box p { font-size: 17px; } 
.ashram-page-section .chakra-img img { display: none; }s
.section .ashram-page-text .section-title .title { text-align: center; }
.section .ashram-page-text  h2.text   { text-align: center;  }
.ashram-page-section .section .chakra-img img { display: none; }
.ashram-page-section .section .chakra-img1 img { display: none; }

.blog-details .title   {text-align: center;}
.ashram-page-text h3 {text-align: center;}
.ayurvedic-page .ayurvedic-heading {text-align: center;}
.ashram-page-text .ayurvedic-heading  { padding-top: 20px; }
.ashram-page-text img {border-radius: 10px 10px 10px 10px;}
.breadcumb-section .fa-home { padding-left: 13px;  }


.footer-widget-wrapper .widget-title {  margin-bottom:  -1px; }
.footer-widget .widget-title { margin: 30px 0; }
.footer-widget .widget-title h4 { margin: 20px 0; }
.quick-links a {  font-size: 7px; padding: 5px;}


}















@media only screen and (max-width: 767px) {
    h1 {
        font-size: 30px;
    }
}
h2 {
    font-size: 30px;
}
@media only screen and (max-width: 767px) {
    h2 {
        font-size: 24px;
    }
}
h3 {
    font-size: 24px;
}
@media only screen and (max-width: 767px) {
    h3 {
        font-size: 20px;
    }
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
p {
    margin-bottom: 0;
}
a,
button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}
a,
button,
img,
input {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    outline: 0;
}
img {
    height: auto;
}
.slide-text-second {
    text-align: right !important;
}
@media (min-width: 100px) and (max-width: 1300px) {
    .navbar-menu > .d-flex {
        display: none !important;
    }
}
a:focus,
button:focus,
img:focus,
input:focus {
    outline: 0;
}
a:focus {
    color: inherit;
    outline: 0;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #b7084f;
}
ol,
ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.ul-disc {
    list-style: disc;
    margin-left: 30px;
    line-height: 1.8;
}
button,
input[type="submit"] {
    cursor: pointer;
}
img {
    max-width: 100%;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
}
.main-wrapper,
.section {
    width: 100%;
}
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
.tab-content {
    width: 100%;
    margin-top: 30px;
}
.tab-content .tab-pane {
    display: block;
    height: 0;
    max-width: 100%;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
}
.tab-content .tab-pane.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    overflow: visible;
}
.section-padding {
    padding-top: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding {
        padding-top: 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding {
        padding-top: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .section-padding {
        padding-top: 60px;
    }
}
.section-padding-02 {
    padding-top: 80px;
    padding-bottom: 70px;
}
.section-padding-02 .our-team-heading img {
    width: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding-02 {
        padding-top: 50px;
        padding-bottom: 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding-02 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .section-padding-02 {
        padding-top: 40px;
        padding-bottom: 60px;
    }
}
@media only screen and (max-width: 415px) {
    .section-padding-02 .our-team-heading img {
        width: 48px;
    }
}
.enroll-now-form {
    display: none !important;
}
.section-title {
    padding-top: 0;
}
.section-title .sub-title {
    font-size: 22px;
    font-weight: 500;
    font-family: Karla, sans-serif;
    color: #4c4c4c;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}
.upper-text > p {
    text-align: right !important;
}
.section-title .sub-title::before {
    position: absolute;
    content: "";
    width: 98px;
    height: 73px;
    background-image: url(../images/shape/shape-1.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    top: 50%;
    left: -35px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.5;
    -webkit-animation: movebounce2 3s linear infinite;
    animation: movebounce2 3s linear infinite; display: none;
}
.section-title .title {
    font-size: 35px;
    font-weight: 700;
    color: #b7084f;
    line-height: 1;
    letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
    .section-title .title {
        font-size: 36px;
    }
}
@media only screen and (max-width: 575px) {
    .section-title .title {
        font-size: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .section-title .title .shape {
        display: none;
    }
}
.section-title .title u {
    text-decoration: none;
    position: relative;
}
.section-title .title u::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #b7084f;
    left: 0;
    bottom: 3px;
}
.section-title > p {
    max-width: 470px;
    margin-top: 15px;
}
.section-title.text-center .sub-title::before {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite;
}
.section-title.text-center > p {
    margin: 0 auto 0;
}
@-webkit-keyframes movebounce {
    0% {
        -webkit-transform: translate(-35%, -50%);
        transform: translate(-35%, -50%);
    }
    50% {
        -webkit-transform: translate(-60%, -50%);
        transform: translate(-60%, -50%);
    }
    100% {
        -webkit-transform: translate(-35%, -50%);
        transform: translate(-35%, -50%);
    }
}
@keyframes movebounce {
    0% {
        -webkit-transform: translate(-35%, -50%);
        transform: translate(-35%, -50%);
    }
    50% {
        -webkit-transform: translate(-60%, -50%);
        transform: translate(-60%, -50%);
    }
    100% {
        -webkit-transform: translate(-35%, -50%);
        transform: translate(-35%, -50%);
    }
}

@-webkit-keyframes movebounce2 {
    0% {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    50% {
        -webkit-transform: translate(30px, -50%);
        transform: translate(30px, -50%);
    }
    100% {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}
@keyframes movebounce2 {
    0% {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    50% {
        -webkit-transform: translate(30px, -50%);
        transform: translate(30px, -50%);
    }
    100% {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}
.page-pagination {
    margin-top: 60px;
}
.page-pagination .pagination li {
    font-size: 16px;
    font-weight: 700;
}
.page-pagination .pagination li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    color: #000;
}
.page-pagination .pagination li.active a {
    background-color: #b7084f;
    color: #fff;
}
.movebounce-01 {
    -webkit-animation: movebounce3 3s linear infinite;
    animation: movebounce3 3s linear infinite;
}
.movebounce-02 {
    -webkit-animation: movebounce4 3s linear infinite;
    animation: movebounce4 3s linear infinite;
}
@-webkit-keyframes movebounce3 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes movebounce3 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes movebounce4 {
    0% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}
@keyframes movebounce4 {
    0% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}
.movebounce-03 {
    -webkit-animation: movebounce5 3s linear infinite;
    animation: movebounce5 3s linear infinite;
}
@-webkit-keyframes movebounce5 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes movebounce5 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.blockquote {
    background-color: #fff9f5;
    position: relative;
    border: 1px solid #b7084f;
    padding: 30px 40px 48px;
    border-radius: 32px;
    margin-bottom: 0;
    overflow: hidden;
    margin-top: 40px;
}
@media only screen and (max-width: 575px) {
    .blockquote {
        padding: 20px 20px 28px;
        border-radius: 20px;
    }
}
.blockquote::before {
    position: absolute;
    bottom: 15px;
    right: 30px;
    content: "\efce";
    font-family: IcoFont;
    font-size: 46px;
    line-height: 1;
    color: #b7084f;
}
@media only screen and (max-width: 575px) {
    .blockquote::before {
        font-size: 32px;
        bottom: 10px;
        right: 20px;
    }
}
.blockquote .shape {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -40px;
    opacity: 0.2;
}
.blockquote p {
    font-weight: 700;
    margin-top: 0 !important;
    font-size: 16px;
    line-height: 1.75;
}
@media only screen and (max-width: 575px) {
    .blockquote p {
        font-size: 15px;
    }
}
label {
    display: block;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: capitalize;
}
.single-form {
    margin-top: 22px;
}
#contactForm input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]),
textarea {
    border: 1px solid #ffe9da;
    -webkit-box-shadow: none;
    box-shadow: none;
    color:#4c4c4c;
    border-radius: 12px;
    background-color: transparent;
    margin-bottom: 0;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#contactForm input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):focus,
textarea:focus {
    border-color: #b7084f;
    outline: 0;
}
#contactForm input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    color: inherit;
}
#contactForm input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
    color: inherit;
}
#contactForm input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"])::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: inherit;
}
#contactForm input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    color: inherit;
}
#contactForm textarea {
    padding-top: 10px;
    height: 250px;
    resize: none;
}
#contactForm select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: calc(100% - 25px) 50%;
    background-repeat: no-repeat;
    border: none;
    background-color: #f7f7f7;
    line-height: 24px;
    font-weight: 300;
    height: 50px;
    padding: 10px 44px 10px 21px;
    color: #4c4c4c;
    border-radius: 0;
}
.ht-mcs-switcher-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -5px -10px;
}
.faq-accordion .accordion-item button.collapsed::before {
    top: 20%;
    
    color: #b7084f;
}
.ht-mcs-switcher-wrap.inline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.ht-mcs-switcher-wrap .ht-mcs-switcher {
    margin: 5px 10px;
}
.ht-mcs-switcher {
    position: relative;
    line-height: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.ht-mcs-switcher input {
    position: absolute;
    left: -9999px;
    top: 0;
    opacity: 0;
    width: 0;
    height: 0;
    visibility: hidden;
}
.ht-mcs-switcher input:checked + label {
    background-color: rgba(250, 162, 146, 0.3);
}
.ht-mcs-switcher input:checked + label::before {
    background-color: #b7084f;
    -webkit-box-shadow: 0 0 15px rgba(250, 162, 146, 0.5);
    box-shadow: 0 0 15px rgba(250, 162, 146, 0.5);
    left: 26px;
}
.ht-mcs-switcher input:disabled + label {
    opacity: 0.5;
    cursor: not-allowed;
}
.ht-mcs-switcher label {
    width: 52px;
    height: 18px;
    display: inline-block;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
    margin: 4px 0;
    position: relative;
    text-indent: -9999px;
    cursor: pointer;
}
.ht-mcs-switcher label::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -webkit-transition: left 0.5s ease 0s, background-color 0.3s ease 0s;
    -o-transition: left 0.5s ease 0s, background-color 0.3s ease 0s;
    transition: left 0.5s ease 0s, background-color 0.3s ease 0s;
}
.ht-mcs-switcher.primary input:checked + label {
    background-color: rgba(250, 162, 146, 0.3);
}
.ht-mcs-switcher.primary input:checked + label::before {
    background-color: #b7084f;
    -webkit-box-shadow: 0 0 15px rgba(250, 162, 146, 0.5);
    box-shadow: 0 0 15px rgba(250, 162, 146, 0.5);
}
.ht-mcs-switcher.secondary input:checked + label {
    background-color: rgba(108, 117, 125, 0.3);
}
.ht-mcs-switcher.secondary input:checked + label::before {
    background-color: #6c757d;
    -webkit-box-shadow: 0 0 15px rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 15px rgba(108, 117, 125, 0.5);
}
.ht-mcs-switcher.success input:checked + label {
    background-color: rgba(76, 175, 80, 0.3);
}
.ht-mcs-switcher.success input:checked + label::before {
    background-color: #4caf50;
    -webkit-box-shadow: 0 0 15px rgba(76, 175, 80, 0.5);
    box-shadow: 0 0 15px rgba(76, 175, 80, 0.5);
}
.ht-mcs-switcher.danger input:checked + label {
    background-color: rgba(244, 67, 54, 0.3);
}
.ht-mcs-switcher.danger input:checked + label::before {
    background-color: #f44336;
    -webkit-box-shadow: 0 0 15px rgba(244, 67, 54, 0.5);
    box-shadow: 0 0 15px rgba(244, 67, 54, 0.5);
}
.ht-mcs-switcher.warning input:checked + label {
    background-color: rgba(255, 193, 7, 0.3);
}
.ht-mcs-switcher.warning input:checked + label::before {
    background-color: #ffc107;
    -webkit-box-shadow: 0 0 15px rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 15px rgba(255, 193, 7, 0.5);
}
.ht-mcs-switcher.info input:checked + label {
    background-color: rgba(23, 162, 184, 0.3);
}
.ht-mcs-switcher.info input:checked + label::before {
    background-color: #17a2b8;
    -webkit-box-shadow: 0 0 15px rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 15px rgba(23, 162, 184, 0.5);
}
.form-check {
    margin-bottom: 0;
}
.form-check label {
    margin-bottom: 0;
}
.form-check-input {
    width: 14px;
    height: 14px;
    margin-top: 2px;
    border-color: #b7084f;
}
.form-check-input:focus,
.form-check-input:focus:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #b7084f;
}
.form-check-input:checked {
    background-color: #b7084f;
    border-color: #b7084f;
}
.cus-upload {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.cus-upload input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    padding: 0;
}
.nice-select {
    float: none;
    border: 1px solid #ffe9da;
    color: #a9a8a8;
    height: 50px;
    line-height: 48px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 12px;
    background-color: transparent;
}
.nice-select::after {
    width: 7px;
    height: 7px;
    right: 20px;
}
.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #b7084f;
}
.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #ffe9da;
}
.nice-select-dropdown {
    width: 100%;
}
.btn-margin {
    margin-top: 40px;
}
.btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
}
.btn-wrap .btn {
    margin: 5px;
}
.btn {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    color: #4c4c4c;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    height: auto;
    line-height: auto;
    padding: 12px 35px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    overflow: hidden;
}
.btn::before {
    position: absolute;
    content: "";
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border-radius: 50px;
    border: 1px solid;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.btn:active:focus,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .btn {
        height: 50px;
        line-height: 50px;
        padding: 0 30px;
    }
}
@media only screen and (max-width: 767px) {
    .btn {
        font-size: 14px;
        height: 45px;
        line-height: 45px;
        padding: 0 20px;
    }
}
.btn-group {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.btn-group .btn {
    border-radius: 0;
}
.btn-group .btn:first-child {
    border-radius: 4px 0 0 4px;
}
.btn-group .btn:last-child {
    border-radius: 0 4px 4px 0;
}
.btn-round {
    border-radius: 100px;
}
.btn-square {
    border-radius: 0;
}
[class*="btn-icon-"] i {
    position: absolute;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 28px;
    text-align: center;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.1);
}
.btn-icon-left {
    padding-left: 69px;
}
.btn-icon-left i {
    left: 0;
    right: auto;
}
.btn-icon-right {
    padding-right: 69px;
}
.btn-icon-right i {
    left: auto;
    right: 0;
}
.btn-box {
    width: 50px;
    padding: 10px;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50px;
    -ms-flex: 1 0 50px;
    flex: 1 0 50px;
}
.btn-box i {
    display: block;
    line-height: 24px;
}
.btn-primary {
    background-color: #b7084f;
    border-color: #b7084f;
    color: #fff;
}
.btn-primary::before {
    border-color: #fff;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #b7084f;
    border-color: #b7084f;
    color: #fff;
}
.btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
}
.btn-secondary::before {
    border-color: #fff;
}
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
}
.btn-success {
    background-color: #4caf50;
    border-color: #4caf50;
    color: #fff;
}
.btn-success::before {
    border-color: #fff;
}
.btn-success:active,
.btn-success:focus,
.btn-success:hover {
    background-color: #4caf50;
    border-color: #4caf50;
    color: #fff;
}
.btn-danger {
    background-color: #f44336;
    border-color: #f44336;
    color: #fff;
}
.btn-danger::before {
    border-color: #fff;
}
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
    background-color: #f44336;
    border-color: #f44336;
    color: #fff;
}
.btn-warning {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #181e23;
}
.btn-warning::before {
    border-color: #181e23;
}
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #181e23;
}
.btn-info {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff;
}
.btn-info::before {
    border-color: #fff;
}
.btn-info:active,
.btn-info:focus,
.btn-info:hover {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff;
}
.btn-light {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #181e23;
}
.btn-light::before {
    border-color: #fff;
}
.btn-light:active,
.btn-light:focus,
.btn-light:hover {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #181e23;
}
.btn-dark {
    background-color: #181e23;
    border-color: #181e23;
    color: #fff;
}
.btn-dark::before {
    border-color: #fff;
}
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover {
    background-color: #181e23;
    border-color: #181e23;
    color: #fff;
}
.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #181e23;
}
.btn-white::before {
    border-color: #181e23;
}
.btn-white:active,
.btn-white:focus,
.btn-white:hover {
    background-color: #fff;
    border-color: #fff;
    color: #181e23;
}
.btn-hover-primary:hover {
    background-color: #b7084f;
    border-color: #b7084f;
    color: #181e23;
}
.btn-hover-primary:hover::before {
    border-color: #fff;
}
.btn-hover-secondary:hover {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
}
.btn-hover-secondary:hover::before {
    border-color: #fff;
}
.btn-hover-success:hover {
    background-color: #4caf50;
    border-color: #4caf50;
    color: #fff;
}
.btn-hover-success:hover::before {
    border-color: #fff;
}
.btn-hover-danger:hover {
    background-color: #f44336;
    border-color: #f44336;
    color: #fff;
}
.btn-hover-danger:hover::before {
    border-color: #fff;
}
.btn-hover-warning:hover {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #181e23;
}
.btn-hover-warning:hover::before {
    border-color: #fff;
}
.btn-hover-info:hover {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff;
}
.btn-hover-info:hover::before {
    border-color: #fff;
}
.btn-hover-light:hover {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #181e23;
}
.btn-hover-light:hover::before {
    border-color: #fff;
}
.btn-hover-dark:hover {
    background-color: #181e23;
    border-color: #181e23;
    color: #fff;
}
.btn-hover-dark:hover::before {
    border-color: #fff;
}
.btn-hover-white:hover {
    background-color: #fff;
    border-color: #fff;
    color: #181e23;
}
.btn-hover-white:hover::before {
    border-color: #181e23;
}
.btn-android {
    background-color: #7ac157;
    border-color: #7ac157;
    color: #fff;
}
.btn-android:hover {
    background-color: #6bba45;
    border-color: #6bba45;
}
.btn-apple {
    background-color: #b8b8b8;
    border-color: #b8b8b8;
    color: #fff;
}
.btn-apple:hover {
    background-color: #ababab;
    border-color: #ababab;
}
.btn-behance {
    background-color: #1869ff;
    border-color: #1869ff;
    color: #fff;
}
.btn-behance:hover {
    background-color: #0059fe;
    border-color: #0059fe;
}
.btn-codepen {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.btn-codepen:hover {
    background-color: #000;
    border-color: #000;
}
.btn-dribbble {
    background-color: #ea4c8a;
    border-color: #ea4c8a;
    color: #fff;
}
.btn-dribbble:hover {
    background-color: #e7357b;
    border-color: #e7357b;
}
.btn-dropbox {
    background-color: #007ee5;
    border-color: #007ee5;
    color: #fff;
}
.btn-dropbox:hover {
    background-color: #0070cc;
    border-color: #0070cc;
}
.btn-evernote {
    background-color: #78d525;
    border-color: #78d525;
    color: #fff;
}
.btn-evernote:hover {
    background-color: #6cbf21;
    border-color: #6cbf21;
}
.btn-facebook {
    background-color: #4867aa;
    border-color: #4867aa;
    color: #fff;
}
.btn-facebook:hover {
    background-color: #405c98;
    border-color: #405c98;
}
.btn-github {
    background-color: #313131;
    border-color: #313131;
    color: #fff;
}
.btn-github:hover {
    background-color: #242424;
    border-color: #242424;
}
.btn-google-drive {
    background-color: #1da462;
    border-color: #1da462;
    color: #fff;
}
.btn-google-drive:hover {
    background-color: #198e55;
    border-color: #198e55;
}
.btn-google-earth {
    background-color: #4285f4;
    border-color: #4285f4;
    color: #fff;
}
.btn-google-earth:hover {
    background-color: #2a75f3;
    border-color: #2a75f3;
}
.btn-google-glass {
    background-color: #ea4335;
    border-color: #ea4335;
    color: #fff;
}
.btn-google-glass:hover {
    background-color: #e82e1e;
    border-color: #e82e1e;
}
.btn-google-maps {
    background-color: #5083c3;
    border-color: #5083c3;
    color: #fff;
}
.btn-google-maps:hover {
    background-color: #4076ba;
    border-color: #4076ba;
}
.btn-google-play {
    background-color: #01b9fd;
    border-color: #01b9fd;
    color: #fff;
}
.btn-google-play:hover {
    background-color: #01a6e4;
    border-color: #01a6e4;
}
.btn-google-plus {
    background-color: #dd5144;
    border-color: #dd5144;
    color: #fff;
}
.btn-google-plus:hover {
    background-color: #d93d2e;
    border-color: #d93d2e;
}
.btn-google {
    background-color: #4285f4;
    border-color: #4285f4;
    color: #fff;
}
.btn-google:hover {
    background-color: #2a75f3;
    border-color: #2a75f3;
}
.btn-instagram {
    background-color: #b23a94;
    border-color: #b23a94;
    color: #fff;
}
.btn-instagram:hover {
    background-color: #9f3484;
    border-color: #9f3484;
}
.btn-css3 {
    background-color: #0277bd;
    border-color: #0277bd;
    color: #fff;
}
.btn-css3:hover {
    background-color: #0267a4;
    border-color: #0267a4;
}
.btn-html5 {
    background-color: #e44d26;
    border-color: #e44d26;
    color: #fff;
}
.btn-html5:hover {
    background-color: #d6411b;
    border-color: #d6411b;
}
.btn-javascript {
    background-color: #f9dc3d;
    border-color: #f9dc3d;
    color: #fff;
}
.btn-javascript:hover {
    background-color: #f8d824;
    border-color: #f8d824;
}
.btn-python {
    background-color: #0c9dbf;
    border-color: #0c9dbf;
    color: #fff;
}
.btn-python:hover {
    background-color: #0a89a7;
    border-color: #0a89a7;
}
.btn-lastfm {
    background-color: #e31b23;
    border-color: #e31b23;
    color: #fff;
}
.btn-lastfm:hover {
    background-color: #cc181f;
    border-color: #cc181f;
}
.btn-linkedin {
    background-color: #007bb6;
    border-color: #007bb6;
    color: #fff;
}
.btn-linkedin:hover {
    background-color: #006a9d;
    border-color: #006a9d;
}
.btn-paypal {
    background-color: #002f86;
    border-color: #002f86;
    color: #fff;
}
.btn-paypal:hover {
    background-color: #00266d;
    border-color: #00266d;
}
.btn-pinterest {
    background-color: #bd081b;
    border-color: #bd081b;
    color: #fff;
}
.btn-pinterest:hover {
    background-color: #a50718;
    border-color: #a50718;
}
.btn-pocket {
    background-color: #ef3e56;
    border-color: #ef3e56;
    color: #fff;
}
.btn-pocket:hover {
    background-color: #ed2641;
    border-color: #ed2641;
}
.btn-polymer {
    background-color: #f87292;
    border-color: #f87292;
    color: #fff;
}
.btn-polymer:hover {
    background-color: #f75a7f;
    border-color: #f75a7f;
}
.btn-rss {
    background-color: #f99c3a;
    border-color: #f99c3a;
    color: #fff;
}
.btn-rss:hover {
    background-color: #f89021;
    border-color: #f89021;
}
.btn-share {
    background-color: #2c9cff;
    border-color: #2c9cff;
    color: #fff;
}
.btn-share:hover {
    background-color: #1390ff;
    border-color: #1390ff;
}
.btn-stackoverflow {
    background-color: #f38024;
    border-color: #f38024;
    color: #fff;
}
.btn-stackoverflow:hover {
    background-color: #f0720d;
    border-color: #f0720d;
}
.btn-steam {
    background-color: #15497b;
    border-color: #15497b;
    color: #fff;
}
.btn-steam:hover {
    background-color: #113c65;
    border-color: #113c65;
}
.btn-twitter {
    background-color: #1da1f2;
    border-color: #1da1f2;
    color: #fff;
}
.btn-twitter:hover {
    background-color: #0d95e8;
    border-color: #0d95e8;
}
.btn-vk {
    background-color: #5181b8;
    border-color: #5181b8;
    color: #fff;
}
.btn-vk:hover {
    background-color: #4574aa;
    border-color: #4574aa;
}
.btn-wikipedia {
    background-color: #e9e9e9;
    border-color: #e9e9e9;
    color: #333;
}
.btn-wikipedia:hover {
    background-color: #dcdcdc;
    border-color: #dcdcdc;
}
.btn-windows {
    background-color: #0078d6;
    border-color: #0078d6;
    color: #fff;
}
.btn-windows:hover {
    background-color: #006abd;
    border-color: #006abd;
}
.btn-500px {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.btn-500px:hover {
    background-color: #000;
    border-color: #000;
}
.btn-8tracks {
    background-color: #122d4b;
    border-color: #122d4b;
    color: #fff;
}
.btn-8tracks:hover {
    background-color: #0d2136;
    border-color: #0d2136;
}
.btn-amazon {
    background-color: #f79b34;
    border-color: #f79b34;
    color: #fff;
}
.btn-amazon:hover {
    background-color: #f68f1b;
    border-color: #f68f1b;
}
.btn-blogger {
    background-color: #f06a35;
    border-color: #f06a35;
    color: #fff;
}
.btn-blogger:hover {
    background-color: #ee581d;
    border-color: #ee581d;
}
.btn-delicious {
    background-color: #0000fe;
    border-color: #0000fe;
    color: #fff;
}
.btn-delicious:hover {
    background-color: #0000e5;
    border-color: #0000e5;
}
.btn-disqus {
    background-color: #2e9efe;
    border-color: #2e9efe;
    color: #fff;
}
.btn-disqus:hover {
    background-color: #1592fe;
    border-color: #1592fe;
}
.btn-flattr {
    background-color: #7ab831;
    border-color: #7ab831;
    color: #fff;
}
.btn-flattr:hover {
    background-color: #6da42c;
    border-color: #6da42c;
}
.btn-flickr {
    background-color: #fe0084;
    border-color: #fe0084;
    color: #fff;
}
.btn-flickr:hover {
    background-color: #e50077;
    border-color: #e50077;
}
.btn-odnoklassniki {
    background-color: #f58220;
    border-color: #f58220;
    color: #fff;
}
.btn-odnoklassniki:hover {
    background-color: #f1750b;
    border-color: #f1750b;
}
.btn-outlook {
    background-color: #0072c6;
    border-color: #0072c6;
    color: #fff;
}
.btn-outlook:hover {
    background-color: #0063ad;
    border-color: #0063ad;
}
.btn-playstation {
    background-color: #07418e;
    border-color: #07418e;
    color: #fff;
}
.btn-playstation:hover {
    background-color: #063676;
    border-color: #063676;
}
.btn-reddit {
    background-color: #ff4500;
    border-color: #ff4500;
    color: #fff;
}
.btn-reddit:hover {
    background-color: #e63e00;
    border-color: #e63e00;
}
.btn-skype {
    background-color: #00a9f0;
    border-color: #00a9f0;
    color: #fff;
}
.btn-skype:hover {
    background-color: #0097d7;
    border-color: #0097d7;
}
.btn-slideshare {
    background-color: #0077b5;
    border-color: #0077b5;
    color: #fff;
}
.btn-slideshare:hover {
    background-color: #00669c;
    border-color: #00669c;
}
.btn-soundcloud {
    background-color: #fe4900;
    border-color: #fe4900;
    color: #fff;
}
.btn-soundcloud:hover {
    background-color: #e54200;
    border-color: #e54200;
}
.btn-tumblr {
    background-color: #36465d;
    border-color: #36465d;
    color: #fff;
}
.btn-tumblr:hover {
    background-color: #2d3a4d;
    border-color: #2d3a4d;
}
.btn-twitch {
    background-color: #6441a4;
    border-color: #6441a4;
    color: #fff;
}
.btn-twitch:hover {
    background-color: #593a92;
    border-color: #593a92;
}
.btn-vimeo {
    background-color: #1ab7ea;
    border-color: #1ab7ea;
    color: #fff;
}
.btn-vimeo:hover {
    background-color: #14a7d7;
    border-color: #14a7d7;
}
.btn-whatsapp {
    background-color: #189d0e;
    border-color: #189d0e;
    color: #fff;
}
.btn-whatsapp:hover {
    background-color: #14860c;
    border-color: #14860c;
}
.btn-xbox {
    background-color: #107c0f;
    border-color: #107c0f;
    color: #fff;
}
.btn-xbox:hover {
    background-color: #0d650c;
    border-color: #0d650c;
}
.btn-yahoo {
    background-color: #4101af;
    border-color: #4101af;
    color: #fff;
}
.btn-yahoo:hover {
    background-color: #380196;
    border-color: #380196;
}
.btn-youtube {
    background-color: #fe0000;
    border-color: #fe0000;
    color: #fff;
}
.btn-youtube:hover {
    background-color: #e50000;
    border-color: #e50000;
}
.header-area {
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.3s linear;
}
.close-icon {
    cursor: pointer;
}
.advisory-section {
    background-color: #fff;
}
.offcanvas-body,
.offcanvas-header {
    background-color: #fff;
}
.advisory-section div {
    max-width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.advisory-section div a {
    text-decoration: underline !important;
}
.advisory-section h3 {
    padding: 1rem;
    background: #b7084f;
    margin: 0 1rem 0 0;
}
.advisory-section p {
    color: #fff;
    font-size: 1rem;
    max-width: unset;
}
.bg-white {
    background: #fff;
}
@media screen and (max-width: 761px) {
    .top-covid-banner {
        width: 90%;
    }
    .advisory-section p {
        font-size: 0.6em;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .header-area,
    .sticky {
        background: #ffff !important;
    }
}
.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-navbar .navbar-menu {
    display: flex;
    align-items: center;
}
.header-navbar .navbar-menu li {
    padding: 30px 22px;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-navbar .navbar-menu li {
        padding: 30px 16px;
    }
}

.header-logo {
    padding: 10px;
    background: #fff;
}
.header-navbar .navbar-menu li:last-child {
    padding-right: 0;
}
.header-navbar .navbar-menu li a {
    font-size: 1rem;
    font-family: Halant, serif;
    font-weight: 400;
    color: #222;
    display: inline-block;
}
.header-navbar .navbar-menu li.d-flex{display: none !important;}






@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-navbar .navbar-menu li a {
        font-size: 16px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-navbar .navbar-menu li:nth-last-child(1) > .sub-menu li > .sub-menu,
    .header-navbar .navbar-menu li:nth-last-child(2) > .sub-menu li > .sub-menu,
    .header-navbar .navbar-menu li:nth-last-child(3) > .sub-menu li > .sub-menu {
        left: auto;
        right: 100%;
    }
}
.header-navbar .navbar-menu li .menu-icon {
    display: inline-block;
    margin-left: 5px;
}
.header-navbar .navbar-menu li .menu-icon::after {
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 20px;
    color: #b7084f;
}
.header-navbar .navbar-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.header-navbar .sub-menu {
    position: absolute;
    top: 110%;
    left: 0;
    width: 270px;
    background-color: #fff;
    box-shadow: 2px 2px 20px rgba(24, 30, 35, 0.1);
    border-top: 2px solid #6c757d;
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}
.header-navbar .sub-menu li {
    padding: 0;
}
.header-navbar .sub-menu li a {
    padding: 8px 20px;
    color: #4c4c4c;
    font-weight: 600;
    font-size: 14px;
    display: block;
}
.header-navbar .sub-menu li a::before {
    display: none;
}
.header-navbar .sub-menu li a.active {
    color: #b7084f;
}
.header-navbar .sub-menu li.active > a,
.header-navbar .sub-menu li:hover > a {
    color: #b7084f;
    padding-left: 30px;
}
.header-navbar .sub-menu li .menu-icon {
    margin-left: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header-navbar .sub-menu li .menu-icon::after {
    content: "\f105 ";
}
.header-navbar .sub-menu li .sub-menu {
    left: 100%;
    top: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
}
.header-navbar .sub-menu li:hover .sub-menu {
    top: -12px;
    opacity: 1;
    visibility: visible;
}
.header-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-meta > * {
    margin-left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .header-meta > * {
        margin-left: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .header-meta > * {
        margin-left: 15px;
    }
}
.header-meta > :first-child {
    margin-left: 0;
}
.header-meta .shopping-cart {
    position: relative;
    font-size: 30px;
    color: #b7084f;
    padding: 0;
    padding-right: 12px;
    background: 0 0;
    border: 0;
    line-height: 1.5;
}
@media only screen and (max-width: 575px) {
    .header-meta .shopping-cart {
        font-size: 24px;
        padding-right: 8px;
    }
}
.header-meta .shopping-cart .number {
    width: 24px;
    height: 24px;
    line-height: 22px;
    border: 1px solid #fff;
    background-color: #fdd9d4;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    font-weight: 700;
    color: #181e23;
}
@media only screen and (max-width: 575px) {
    .header-meta .shopping-cart .number {
        width: 18px;
        height: 18px;
        line-height: 16px;
    }
}
.header-meta .account {
    width: 36px;
    height: 36px;
    font-size: 18px;
    border: 0;
    background-color: #b7084f;
    color: #181e23;
    border-radius: 50%;
}
@media only screen and (max-width: 575px) {
    .header-meta .account {
        font-size: 16px;
        width: 26px;
        height: 26px;
    }
}
.header-meta .dropdown-cart {
    left: auto !important;
    right: -30px !important;
    width: 350px;
    top: 76px !important;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-meta .dropdown-cart {
        top: 65px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .header-meta .dropdown-cart {
        top: 59px !important;
    }
}
@media only screen and (max-width: 575px) {
    .header-meta .dropdown-cart {
        width: 260px;
        top: 51px â€‹ !important;
        right: -80px !important;
    }
}
.header-meta .dropdown-cart ul {
    max-height: 292px;
    overflow-y: auto;
    padding: 0 30px;
}
@media only screen and (max-width: 575px) {
    .header-meta .dropdown-cart ul {
        padding: 0 15px;
    }
}
.header-meta .dropdown-cart ul li {
    padding: 30px 0;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
}
.header-meta .dropdown-cart .cart-price {
    overflow: hidden;
    padding: 30px;
}
@media only screen and (max-width: 575px) {
    .header-meta .dropdown-cart .cart-price {
        padding: 15px;
    }
}
.header-meta .dropdown-cart .cart-price .price-inline {
    overflow: hidden;
    line-height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-meta .dropdown-cart .cart-price .price-inline .label {
    font-weight: 700;
    color: #9b9b9b;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Halant, serif;
}
@media only screen and (max-width: 575px) {
    .header-meta .dropdown-cart .cart-price .price-inline .label {
        font-size: 14px;
    }
}
.header-meta .dropdown-cart .cart-price .price-inline .value {
    font-weight: 600;
    color: #9b9b9b;
    font-size: 16px;
    font-family: Halant, serif;
}
@media only screen and (max-width: 575px) {
    .header-meta .dropdown-cart .cart-price .price-inline .value {
        font-size: 14px;
    }
}
.header-meta .dropdown-cart .cart-price .cart-total .price-inline .label {
    font-weight: 700;
    color: #0f0f0f;
}
.header-meta .dropdown-cart .cart-price .cart-total .price-inline .value {
    font-weight: 700;
    color: #0f0f0f;
}
.header-meta .dropdown-cart .checkout-btn {
    padding: 0 30px 30px 30px;
}
@media only screen and (max-width: 575px) {
    .header-meta .dropdown-cart .checkout-btn {
        padding: 0 15px 15px 15px;
    }
}
@media only screen and (min-width: 1500px), only screen and (min-width: 1200px) and (max-width: 1499px) {
    .header-meta .dropdown-cart .checkout-btn .btn {
        height: 50px;
        line-height: 50px;
        padding: 0 30px;
    }
}
.header-meta .dropdown-account {
    left: auto !important;
    right: 0 !important;
    top: 74px !important;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    width: 160px;
    padding: 8px 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-meta .dropdown-account {
        top: 62px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .header-meta .dropdown-account {
        top: 55px !important;
    }
}
@media only screen and (max-width: 575px) {
    .header-meta .dropdown-account {
        top: 48px !important;
    }
}
.header-meta .dropdown-account li {
    line-height: 25px;
}
.header-meta .dropdown-account li a {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    font-size: 14px;
    color: #181e23;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}
.header-meta .header-toggle .toggle {
    padding: 0;
    border: 0;
    background: 0 0;
}
.header-meta .header-toggle .toggle span {
    width: 25px;
    height: 2px;
    display: block;
    background-color: #b7084f;
    margin: 5px 0;
}
.single-cart-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.single-cart-item .cart-thumb {
    position: relative;
}
.single-cart-item .cart-thumb img {
    width: 85px;
}
@media only screen and (max-width: 575px) {
    .single-cart-item .cart-thumb img {
        width: 75px;
    }
}
.single-cart-item .cart-thumb .product-quantity {
    position: absolute;
    top: 5px;
    left: 5px;
    min-width: 20px;
    line-height: 20px;
    border-radius: 100%;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    background-color: #b7084f;
}
.single-cart-item .cart-item-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 10px;
    padding-right: 20px;
    overflow: hidden;
    position: relative;
}
.single-cart-item .cart-item-content .product-name {
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 20px;
    color: #181e23;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 0;
    color: #4c4c4c;
}
.single-cart-item .cart-item-content .product-price {
    display: block;
    margin: 5px 0 0;
    font-size: 16px;
    font-weight: 700;
    color: #555;
    font-family: Halant, serif;
}
.single-cart-item .cart-item-content .attributes-content {
    margin-top: 5px;
}
.single-cart-item .cart-item-content .attributes-content span {
    font-size: 14px;
    line-height: 20px;
    color: #909296;
    display: block;
    font-weight: 400;
}
.single-cart-item .cart-item-content .attributes-content span strong {
    font-weight: 400;
}
.single-cart-item .cart-item-content .cart-remove {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #4c4c4c;
    font-size: 18px;
    line-height: 1.2;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 0;
    border: 0;
    background: 0 0;
}
.single-cart-item .cart-item-content .cart-remove:hover {
    color: #b7084f;
}
.sticky {
    position: fixed;
    background-color: #fff;
    z-index: 99999; 
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.sticky .header-navbar .navbar-menu li {
    position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sticky .header-navbar .navbar-menu li {
        padding: 30px 18px;
    }
}
.sticky .header-navbar .navbar-menu li:first-child {
    padding-left: 0;
}
.sticky .header-navbar .navbar-menu li:last-child {
    padding-right: 0;
}
.sticky .header-navbar .sub-menu li {
    padding: 0;
}
.sticky .header-meta .dropdown-cart {
    top: 61px !important;
}
.sticky .header-meta .dropdown-account {
    top: 58px !important;
}
.offcanvas {
    width: 300px;
    background-color: #181e23;
}
.offcanvas .logo img {
    width: 130px;
}
.offcanvas .close {
    width: 25px;
    height: 25px;
    border: 0;
    background: 0 0;
}
.offcanvas .close span {
    width: 25px;
    height: 2px;
    background-color: #b7084f;
    position: relative;
    display: block;
}
.offcanvas .close span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 1px;
}
.offcanvas .close span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -1px;
}
.mobile-menu {
    padding: 0 0 30px;
}
.mobile-menu ul li {
    position: relative;
}
.mobile-menu ul li a {
    display: block;
    width: 100%;
    background: 0 0;
    text-align: left;
    padding: 10px 15px;
    border: 0;
    font-size: 15px;
    font-weight: 600;
    font-family: Halant, serif;
    color: #b7084f;
}
.mobile-menu ul li .menu-expand {
    position: absolute;
    right: 0;
    top: 6px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}
.mobile-menu ul li .menu-expand::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 1px;
    background-color: #b7084f;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.mobile-menu ul li .menu-expand::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 16px;
    background-color: #b7084f;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.mobile-menu ul li.active > .menu-expand::after {
    height: 0;
}
.mobile-menu ul li ul {
    border-top: 0;
    display: none;
}
.mobile-menu ul li ul li a {
    padding-left: 12%;
}
.mobile-menu ul li ul li ul li a {
    padding-left: 18%;
}
.single-slider {
    height: 950px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #040205;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-slider {
        height: 750px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-slider {
        height: 700px;
    }
}
@media only screen and (max-width: 767px) {
    .single-slider {
        height: 600px;
    }
}
@media only screen and (max-width: 575px) {
    .single-slider {
        height: 550px;
    }
}
.slider-content {
    padding-top: 50px;
}
.slider-content .title {
    font-size: 45px;
    font-weight: 700;
    color: #f7f7f7;
    line-height: 1.16;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content .title {
        font-size: 70px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content .title {
        font-size: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-content .title {
        font-size: 50px;
    }
}
@media only screen and (max-width: 575px) {
    .slider-content .title {
        font-size: 38px;
    }
}
.slider-content .slider-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 50px;
}
.slider-content .slider-meta li {
    margin-right: 30px;
    padding-top: 10px;
}
.slider-content .slider-meta li:last-child {
    margin-right: 0;
}
@media only screen and (min-width: 1500px), only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content .slider-meta li .btn {
        padding: 0 40px;
        font-size: 20px;
        letter-spacing: 1px;
    }
}
.slider-content .slider-meta li .video-play {
    font-size: 20px;
    font-weight: 700;
    color: #b7084f;
    letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
    .slider-content .slider-meta li .video-play {
        font-size: 16px;
    }
}
.slider-content .slider-meta li .video-play .icon {
    width: 50px;
    height: 50px;
    line-height: 44px;
    border: 3px solid #b7084f;
    border-radius: 50%;
    font-size: 16px;
    color: #b7084f;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
@media only screen and (max-width: 767px) {
    .slider-content .slider-meta li .video-play .icon {
        width: 45px;
        height: 45px;
        line-height: 41px;
    }
}
.slider-content .slider-meta li .video-play:hover {
    color: #fff;
}
.slider-content .slider-meta li .video-play:hover .icon {
    border-color: #fff;
    color: #fff;
}
.slider-content .slider-social {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
    position: relative;
    z-index: 1;
    padding-left: 70px;
}
@media only screen and (max-width: 575px) {
    .slider-content .slider-social {
        margin-top: 30px;
    }
}
.slider-content .slider-social::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 3px;
    background-color: #b7084f;
}
.slider-content .slider-social li {
    padding-left: 25px;
}
.slider-content .slider-social li a {
    font-size: 22px;
    color: #b7084f;
}
.slider-content.content-white .title {
    color: #fff;
}
.slider-content.content-white .slider-meta li .btn {
    padding: 0 40px;
}
.slider-content.content-white .slider-meta li .video-play {
    color: #fff;
}
.slider-content.content-white .slider-meta li .video-play .icon {
    border: 3px solid #fff;
    color: #fff;
}
.slider-content.content-white .slider-social::before {
    background-color: #fff;
}
.slider-content.content-white .slider-social li a {
    color: #fff;
}
.animation-style-01 .slider-content {
    opacity: 0;
}
.animation-style-01.swiper-slide-active .slider-content {
    opacity: 1;
}
.slider-active .swiper-pagination {
    text-align: left;
    bottom: 60px;
    left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-active .swiper-pagination {
        bottom: 40px;
        left: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-active .swiper-pagination {
        left: 30px;
        bottom: 20px;
    }
}
.slider-active .swiper-pagination .swiper-pagination-bullet {
    outline: 0;
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 1;
    width: 8px;
    height: 8px;
    display: block;
    position: relative;
    margin: 8px 0;
}
.slider-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #b7084f;
}
.slider-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    border-color: #b7084f;
}
.features-wrapper {
    margin-top: -30px;
}
.single-feature {
    border: 1px solid transparent;
    border-radius: 0 0 10px 10px;
    padding: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-top: 0;
    margin: 20px 0;
}

.single-feature .title a {
    font-size: 22px;
    font-weight: 600;
    color: #b7084f;
    margin-top: 20px;
    letter-spacing: 1px;;
}
.single-feature > p {
    text-align: justify;
    font-size: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-feature .title a {
        font-size: 24px;
    }
}
.single-feature .title a:hover {
    color: #181e23;
}
.more {
    font-size: 16px;
    font-weight: 700;
    color: #b7084f;
    margin-top: 15px;
    border-bottom: 1px solid #b7084f;
}
.more:hover {
    color: #181e23;
}
.about-section {
    position: relative;
}
.about-section .shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-section .shape-1 {
        width: 220px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .shape-1 {
        width: 220px;
        z-index: 1;
    }
}
@media only screen and (max-width: 767px) {
    .about-section .shape-1 {
        display: none;
    }
}


.about-image img {
    border-radius: 20px;
    height: auto;
}

@media only screen and (min-width: 1500px), only screen and (min-width: 1200px) and (max-width: 1499px) {
   
}
.about-content .section-title .title {
    display: inline;
    position: relative;
    z-index: 1;
}
.about-content .section-title .title .shape {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -10px;
    z-index: -1;
    display: none;
}
.about-content p {
    margin-top: 17px;
}
.about-content .text {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-top: 20px;
}
.about-content .btn {
    margin-top: 42px;
}
.services-section {
    position: relative;
}
.services-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.services-main-content {
    width: 53%;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    overflow: hidden;
    padding: 100px 15px;
}
@media only screen and (min-width: 1500px) {
    .services-main-content {
        padding-left: 140px;
        padding-right: 70px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .services-main-content {
        padding-left: 80px;
        padding-right: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .services-main-content {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-main-content {
        padding: 80px 15px;
    }
}
@media only screen and (max-width: 767px) {
    .services-main-content {
        padding: 50px 15px;
    }
}
.services-main-content .shape-1 {
    position: absolute;
    bottom: -60px;
    left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .services-main-content .shape-1 {
        width: 100px;
    }
}
.services-main-content .shape-2 {
    position: absolute;
    top: 80px;
    right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .services-main-content .shape-2 {
        width: 200px;
        top: 40px;
    }
}
.services-main-content .shape-3 {
    position: absolute;
    top: -10px;
    left: -45px;
    opacity: 0.38;
}
.services-main-content .shape-4 {
    position: absolute;
    bottom: -30px;
    left: 30px;
    width: 340px;
    opacity: 0.6;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .services-main-content .shape-4 {
        width: 240px;
    }
}
.service-wrapper {
    padding: 0 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-wrapper {
        padding: 0 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .service-wrapper {
        padding: 0;
    }
}
.service-wrapper .single-services {
    padding-top: 70px;
}
.single-services {
    max-width: 245px;
    margin: 0 auto;
}
.single-services .services-image {
    position: relative;
}
.single-services .services-image a {
    display: block;
}
.single-services .services-image a img {
    width: 100%;
}
.single-services .services-image .price {
    border-radius: 50%;
    background-color: #b7084f;
    -webkit-box-shadow: 0 21px 32px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 21px 32px 0 rgba(0, 0, 0, 0.13);
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 22px;
    font-weight: 800;
    font-family: Halant, serif;
    color: #fff;
    display: block;
    position: absolute;
    left: 0;
    bottom: 10px;
}
@media only screen and (max-width: 575px) {
    .single-services .services-image .price {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 18px;
    }
}
.single-services .services-content {
    margin: 15px auto 0;
}
.single-services .services-content .title a {
    font-size: 28px;
    font-weight: 700;
    color: #b7084f;
    line-height: 1.2;
    letter-spacing: 1px;
}
@media only screen and (max-width: 575px) {
    .single-services .services-content .title a {
        font-size: 20px;
    }
}
.single-services .services-content .title a:hover {
    color: #181e23;
}
.single-services .services-content p {
    max-width: 210px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}
.services-active {
    padding-top: 50px;
    margin-left: -20px;
    margin-right: -20px;
}
.services-active .swiper-container {
    padding: 0 20px;
}
.services-active .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 35px;
}
.services-active .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: transparent;
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-image: url(../images/dots-1.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.services-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-image: url(../images/dots-2.svg);
}
.services-background {
    position: absolute;
    top: 0;
    right: 0;
    width: 47%;
    height: 100%;
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .services-background {
        display: none;
    }
}
.single-choose {
    margin-top: 55px;
}
.single-choose .title {
    font-size: 20px;
    font-weight: 600;
    color: #b7084f;
    letter-spacing: 1px;
}
.single-choose p {
    margin-top: 8px;
}
.choose-image {
    margin-top: 60px;
}
@media only screen and (min-width: 1500px), only screen and (min-width: 1200px) and (max-width: 1499px) {
    .choose-image {
        padding: 0 50px;
    }
}
.choose-image .image {
    position: relative;
}
.choose-image .image img {
    width: 100%;
}
.spa-pricing-wrapper {
    position: relative;
    margin-top: -50px;
}
.spa-pricing-content {
    max-width: 500px;
    margin-top: 50px;
}
.spa-pricing-content .section-title .title {
    display: inline;
    position: relative;
    z-index: 1;
}
.spa-pricing-content .section-title .title .shape {
    position: absolute;
    top: 32%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    z-index: -1;
}
.spa-pricing-content p {
    margin-top: 17px;
}
.spa-pricing-content .text {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 20px 0;
}
.spa-pricing-content .btn {
    margin-top: 42px;
}
.spa-pricing-table {
    position: relative;
}
.spa-pricing-table .shape-4 {
    position: absolute;
    left: -65px;
    bottom: -100px;
    z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .spa-pricing-table .shape-4 {
        left: 0;
        width: 130px;
    }
}
@media only screen and (max-width: 575px) {
    .spa-pricing-table .shape-4 {
        width: 110px;
    }
}
.spa-pricing-table-wrapper {
    background-color: #fff9f5;
    padding: 80px 50px 50px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: 50px;
}
@media only screen and (max-width: 575px) {
    .spa-pricing-table-wrapper {
        padding: 30px 20px 20px;
    }
}
.spa-pricing-table-wrapper .shape-1 {
    position: absolute;
    top: -120px;
    left: -105px;
    z-index: -1;
}
.spa-pricing-table-wrapper .shape-2 {
    position: absolute;
    bottom: -120px;
    right: -105px;
    z-index: -1;
}
.spa-pricing-table-wrapper .shape-3 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -50px;
    z-index: -1;
}
.spa-pricing-table-wrapper::before {
    position: absolute;
    content: "";
    background-image: url(../images/price-overlay.webp);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.single-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}
@media only screen and (max-width: 575px) {
    .single-price {
        margin-top: 20px;
    }
}
.single-price .title {
    font-size: 20px;
    font-weight: 700;
    font-family: Halant, serif;
    color: #333;
    max-width: 165px;
    width: 100%;
    line-height: 35px;
}
@media only screen and (max-width: 575px) {
    .single-price .title {
        font-size: 18px;
        max-width: 145px;
    }
}
.line {
    width: calc(100% - 250px);
    height: 1px;
    display: block;
    background-color: #b7084f;
    margin: 10px 0;
}
@media only screen and (max-width: 575px) {
    .line {
        width: calc(100% - 195px);
    }
}
.single-price .price {
    max-width: 75px;
    width: 100%;
    text-align: right;
    font-size: 28px;
    font-weight: 700;
    font-family: Halant, serif;
    color: #333;
    line-height: 35px;
}
@media only screen and (max-width: 575px) {
    .single-price .price {
        font-size: 20px;
        max-width: 50px;
    }
}
.pricing-active .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 40px;
    height: 17px;
}
.pricing-active .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: transparent;
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-image: url(../images/dots-1.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.pricing-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-image: url(../images/dots-2.svg);
}
.call-to-action-serction {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff9f5;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.call-to-action-bg {
    width: 50%;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .call-to-action-bg {
        display: none;
    }
}
.call-to-action-content {
    width: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .call-to-action-content {
        width: 100%;
    }
}
.call-to-action-content .shape-1 {
    position: absolute;
    left: -60px;
    top: -45px;
    z-index: -1;
    opacity: 0.59;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .call-to-action-content .shape-1 {
        width: 150px;
    }
}
.call-to-action-content .shape-2 {
    position: absolute;
    right: -50px;
    top: -7px;
    z-index: -1;
    opacity: 0.38;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .call-to-action-content .shape-2 {
        width: 120px;
        right: -40px;
    }
}
.call-to-action-content .shape-3 {
    position: absolute;
    left: 22px;
    bottom: 40px;
    z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .call-to-action-content .shape-3 {
        width: 140px;
        bottom: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .call-to-action-content .shape-3 {
        display: none;
    }
}
.call-to-action-content .shape-4 {
    position: absolute;
    right: -40px;
    bottom: -65px;
    z-index: -1;
    opacity: 0.59;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .call-to-action-content .shape-4 {
        width: 220px;
        bottom: -25px;
        right: -20px;
    }
}
.call-to-action-wrapper .discount {
    font-size: 28px;
    font-weight: 700;
    color: #b7084f;
    line-height: 1.2;
    margin-top: 20px;
    letter-spacing: 1px;
}
@media only screen and (max-width: 575px) {
    .call-to-action-wrapper .discount {
        font-size: 22px;
    }
}
.call-to-action-wrapper .btn {
    margin-top: 44px;
}
@media only screen and (min-width: 1500px), only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .call-to-action-wrapper .btn {
        font-size: 20px;
        letter-spacing: 1px;
    }
}
.testimonial-section {
    position: relative;
    z-index: 1;
    padding: 3em 0;
}
.testimonial-section .shape-1 {
    position: absolute;
    left: 85px;
    top: 130px;
    z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-section .shape-1 {
        top: 100px;
        width: 130px;
        left: 45px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-section .shape-1 {
        top: 80px;
        width: 120px;
        left: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .testimonial-section .shape-1 {
        top: 60px;
        width: 110px;
        left: 15px;
    }
}
@media only screen and (max-width: 575px) {
    .testimonial-section .shape-1 {
        display: none;
    }
}
.testimonial-wrapper {
    padding-top: 60px;
    margin-bottom: -40px;
}
.testimonial-wrapper .row > :nth-child(2n + 2) {
    margin-top: px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .testimonial-wrapper .row > :nth-child(2n + 2) {
        margin-top: 0;
    }
}
.single-testimonial {
  /*  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;*/
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 40px;
    margin: 0 30px;
}
@media only screen and (max-width: 575px) {
    .single-testimonial {
        display: block;
    }
}
.single-testimonial .testimonial-author {
    width: 40%;
    position: relative;
    bottom: 70px;
    left: 100px;
}
@media only screen and (max-width: 575px) {
    .single-testimonial .testimonial-author {
        width: 160px;
        margin: 0 auto;
    }
}
.single-testimonial .testimonial-author::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/testimonial-shape.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-testimonial .testimonial-author img {
        width: 140px;
    }
   
}
.single-testimonial .testimonial-author .author-quote {
    position: absolute;
    bottom: 0;
    left: 25px;
    z-index: 2;
}
.single-testimonial .testimonial-author .author-quote i {
    border: 1px solid #b7084f;
    border-radius: 50%;
    background-color: #b7084f;
    -webkit-box-shadow: 0 21px 32px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 21px 32px 0 rgba(0, 0, 0, 0.13);
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 26px;
    text-align: center;
    display: inline-block;
    color: #fff;
}
.single-testimonial .testimonial-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 0;
    padding-top: 10px;
    position: relative;
}
@media only screen and (max-width: 575px) {
    .single-testimonial .testimonial-content {
        padding-left: 0;
        padding-top: 20px;
        text-align: center;
    }
}
.single-testimonial .testimonial-content::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 110px;
    height: 76px;
    background-image: url(../images/quote.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.16;
}
@media only screen and (max-width: 575px) {
    .single-testimonial .testimonial-content::before {
        top: 30px;
    }
}
.single-testimonial .testimonial-content .name {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #181e23;
    position: relative;
    bottom: 70px;
    left: 4px;
}
.single-testimonial .testimonial-content .rating {
    position: relative;
    display: inline-block;
    bottom: 80px;
}
.single-testimonial .testimonial-content p {
    position: relative;
    bottom: 75px;
    overflow: hidden;
}
.single-testimonial .testimonial-content .rating-star {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.single-testimonial .testimonial-content .rating-star::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: FontAwesome;
    color: #b7084f;
    letter-spacing: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .testimonial-active .swiper-container {
        padding-bottom: 60px;
    }
}
.testimonial-active .swiper-button-next,
.testimonial-active .swiper-button-prev {
    opacity: 1;
    top: auto;
    margin-top: 0;
    bottom: 60px;
    z-index: 9;
    width: auto;
    margin: 0 10px;
    outline: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .testimonial-active .swiper-button-next,
    .testimonial-active .swiper-button-prev {
        bottom: 40px;
    }
}
.testimonial-active .swiper-button-next::before,
.testimonial-active .swiper-button-prev::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 25px;
    background-color: #333;
    transition: all 0.3s linear;
}
.testimonial-active .swiper-button-next::after,
.testimonial-active .swiper-button-prev::after {
    font-size: 20px;
    color: #333;
    width: 25px;
    transition: all 0.3s linear;
}
.testimonial-active .swiper-button-next:hover::before,
.testimonial-active .swiper-button-prev:hover::before {
    background-color: #b7084f;
    width: 55px;
}
.testimonial-active .swiper-button-next:hover::after,
.testimonial-active .swiper-button-prev:hover::after {
    color: #b7084f;
    width: 55px;
}
.testimonial-active .swiper-button-next {
    left: 46%;
    right: auto;
}
.testimonial-active .swiper-button-next::before {
    right: 0;
}
.testimonial-active .swiper-button-next::after {
    text-align: right;
}
.testimonial-active .swiper-button-prev {
    right: 54%;
    left: auto;
}
.testimonial-active .swiper-button-prev::before {
    left: 0;
}
.testimonial-active .swiper-button-prev::after {
    text-align: left;
}
.blog-wrapper {
    margin-top: -30px;
}
.blog-sidebar-title {
    margin-top: 30px;
}
.blog-sidebar-title .section-title .title {
    display: inline;
    position: relative;
    z-index: 1;
}
.blog-sidebar-title .section-title .title .shape {
    position: absolute;
    top: 46%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -70px;
    z-index: -1;
}
.blog-sidebar-title .text {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    max-width: 320px;
    margin-top: 20px;
}
.blog-sidebar-title .btn {
    margin-top: 42px;
}
.single-blog {
    border: 1px solid #b7084f;
    border-radius: 20px;
    background-color: #fff9f5;
    position: relative;
    padding: 30px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-top: 30px;
}
@media only screen and (max-width: 575px) {
    .single-blog {
        padding: 15px;
    }
}
.single-blog .shape {
    position: absolute;
    bottom: -17px;
    right: -15px;
    opacity: 0.3;
}
.single-blog .blgo-image {
    border-radius: 20px;
    overflow: hidden;
}
.single-blog .blgo-image a {
    display: block;
}
.single-blog .blgo-image a img {
    border-radius: 20px;
    width: 100%;
}
.single-blog .blgo-content {
    padding-top: 20px;
}
.single-blog .blgo-content .meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.single-blog .blgo-content .meta li {
    margin-right: 15px;
}
.single-blog .blgo-content .meta li:last-child {
    margin-right: 0;
}
.single-blog .blgo-content .meta li a {
    font-size: 14px;
    font-weight: 400;
    color: #b7084f;
    text-transform: uppercase;
}
.single-blog .blgo-content .meta li a i {
    margin-right: 5px;
}
.single-blog .blgo-content .title {
    font-size: 28px;
    font-weight: 700;
    color: #181e23;
    line-height: 1.4;
    margin-top: 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
    .single-blog .blgo-content .title {
        font-size: 22px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blog .blgo-content .title {
        font-size: 24px;
    }
}
.single-blog:hover {
    -webkit-box-shadow: 0 21px 32px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 21px 32px 0 rgba(0, 0, 0, 0.13);
}
.single-blog:hover .blgo-image a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.single-blog:hover .blgo-content .meta li a {
    color: #181e23;
}
.single-brand {
    text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .page-banner {
        height: 550px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-banner {
        height: 450px;
    }
}
@media only screen and (max-width: 767px) {
    .page-banner {
        height: 400px;
    }
}
.page-banner .page-social {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
}
.page-banner .page-social .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 1;
    padding-left: 70px;
    position: relative;
}
.page-banner .page-social .social::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70px;
    height: 2px;
    background-color: #b7084f;
}
.page-banner .page-social .social li {
    padding-left: 25px;
}
.page-banner .page-social .social li a {
    font-size: 22px;
    color: #b7084f;
}
.page-banner-content .title {
    font-size: 80px;
    font-weight: 700;
    color: #b7084f;
    line-height: 1.16;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .page-banner-content .title {
        font-size: 70px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-banner-content .title {
        font-size: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .page-banner-content .title {
        font-size: 42px;
    }
}
@media only screen and (max-width: 575px) {
    .page-banner-content .title {
        font-size: 36px;
    }
}
.page-banner-content p {
    font-size: 16px;
    color: #fdd9d4;
    margin-top: 15px;
    max-width: 400px;
}
.page-banner-content .breadcrumb {
    margin-top: 15px;
}
.page-banner-content .breadcrumb li {
    font-size: 16px;
    font-weight: 400;
    font-family: Halant, serif;
    color: #fdd9d4;
    position: relative;
}
.page-banner-content .breadcrumb li + li::before {
    content: "-";
    margin: 0 15px;
}
.page-breadcrumb {
    color: #b7084f;
    font-size: 18px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-breadcrumb li + li::before {
    content: "\f105";
    font-family: FontAwesome;
    margin: 0 10px;
}
@media only screen and (max-width: 767px) {
    .page-breadcrumb {
        font-size: 16px;
    }
}
@media only screen and (max-width: 575px) {
    .page-breadcrumb {
        font-size: 14px;
    }
}
.video-image {
    -webkit-box-shadow: 0 21px 32px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 21px 32px 0 rgba(0, 0, 0, 0.13);
    overflow: hidden;
    border-radius: 67px;
}
@media only screen and (max-width: 767px) {
    .video-image {
        border-radius: 30px;
    }
}
.video-image img {
    width: 100%;
}
.video-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
}
.video-content .video-play {
    font-size: 20px;
    font-weight: 700;
    color: #b7084f;
    letter-spacing: 1px;
    margin-top: 20px;
}
@media only screen and (max-width: 767px) {
    .video-content .video-play {
        font-size: 16px;
    }
}
@media only screen and (max-width: 575px) {
    .video-content .video-play {
        font-size: 14px;
    }
}
.video-content .video-play .icon {
    width: 50px;
    height: 50px;
    line-height: 44px;
    border: 3px solid #b7084f;
    border-radius: 50%;
    font-size: 16px;
    color: #b7084f;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
@media only screen and (max-width: 767px) {
    .video-content .video-play .icon {
        width: 45px;
        height: 45px;
        line-height: 41px;
    }
}
@media only screen and (max-width: 575px) {
    .video-content .video-play .icon {
        width: 35px;
        height: 35px;
        line-height: 31px;
        font-size: 14px;
        margin-right: 5px;
    }
}
.video-content .title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    padding-left: 25px;
    margin-left: 25px;
    margin-top: 20px;
}
@media only screen and (max-width: 575px) {
    .video-content .title {
        font-size: 18px;
        margin-left: 15px;
        padding-left: 15px;
    }
}
.video-content .title::before {
    position: absolute;
    content: "";
    height: 38px;
    width: 1px;
    background-color: #b7084f;
    top: 0;
    left: 0;
}
@media only screen and (max-width: 575px) {
    .video-content .title::before {
        height: 24px;
    }
}
.video-active .swiper-container {
    margin-left: -35px;
    margin-right: -35px;
}
.video-active .swiper-slide {
    padding: 0 35px;
}
.video-active .swiper-button {
    position: absolute;
    bottom: 6px;
    right: 0;
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.video-active .swiper-button-next,
.video-active .swiper-button-prev {
    font-size: 16px;
    margin: 0 10px;
    color: #4c4c4c;
    bottom: 0;
    top: auto;
    outline: 0;
    right: 0;
    left: 0;
    position: relative;
    height: auto;
    width: auto;
}
.video-active .swiper-button-next::after,
.video-active .swiper-button-prev::after {
    display: none;
}
.video-active .swiper-button-next i,
.video-active .swiper-button-prev i {
    margin: 0 5px;
}
.video-active .swiper-button-next.swiper-button-disabled,
.video-active .swiper-button-prev.swiper-button-disabled {
    display: none;
}
.team-title-content .section-title .title {
    display: inline;
    position: relative;
    z-index: 1;
}
.team-title-content .section-title .title .shape {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -70px;
    z-index: -1;
}
.team-title-content .text {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    max-width: 400px;
    margin-top: 20px;
}
.team-title-content .btn {
    margin-top: 42px;
}
.single-team {
    border: 1px solid #b7084f;
    border-radius: 17px;
    background-color: #fff9f5;
    padding: 25px;
    text-align: center;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-team {
        padding: 15px;
    }
}
.single-team .shape {
    position: absolute;
    bottom: -28px;
    right: -15px;
    opacity: 0.3;
}
.single-team .team-image {
    border-radius: 14px;
    overflow: hidden;
}
.single-team .team-image img {
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.single-team .team-content {
    padding-top: 10px;
}
.single-team .team-content .title {
    font-size: 20px;
    font-weight: 700;
    color: #b7084f;
}
.single-team:hover {
    -webkit-box-shadow: 0 21px 32px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 21px 32px 0 rgba(0, 0, 0, 0.13);
}
.single-team:hover .team-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.ashram-stay-wrapper {
    margin-top: -50px;
}
.ashram-stay-image {
    position: relative;
    margin-top: 50px;
    max-width: 560px;
}
.ashram-stay-image::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/about-shape.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ashram-stay-image img {
    width: 100%;
}
.ashram-stay-image.spa-image-overlay::before {
    background-image: url(../images/about-shape-2.webp);
}
.ashram-stay-image.spa-image-overlay-02::before {
    background-image: url(../images/about-shape-3.webp);
}
@media only screen and (min-width: 1500px), only screen and (min-width: 1200px) and (max-width: 1499px) {
    .ashram-stay-content {
        padding-left: 30px;
    }
}
.ashram-stay-content p {
    margin-top: 17px;
}
.ashram-stay-content .text {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    max-width: 430px;
    margin-top: 20px;
}
.ashram-stay-content ul li {
    margin-top: 30px;
    padding-left: 35px;
    position: relative;
}
.ashram-stay-content ul li::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/dots.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ashram-stay-content .btn {
    margin-top: 42px;
}
.spa-navigation-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    border-radius: 42px;
    border: 1px solid #b7084f;
    z-index: 1;
    padding: 25px 40px 40px;
    margin-top: 70px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .spa-navigation-wrapper {
        padding: 15px 30px 30px;
    }
}
@media only screen and (max-width: 767px) {
    .spa-navigation-wrapper {
        padding: 10px 25px 25px;
        border-radius: 20px;
        margin-top: 50px;
    }
}
@media only screen and (max-width: 575px) {
    .spa-navigation-wrapper {
        padding: 5px 20px 15px;
        border-radius: 15px;
    }
}
.spa-navigation-wrapper::before {
    background-color: #fff9f5;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.75;
    z-index: -1;
    top: 0;
    left: 0;
}
.spa-navigation-wrapper a {
    font-size: 20px;
    font-family: Halant, serif;
    font-weight: 700;
    color: #000;
    margin-top: 10px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .spa-navigation-wrapper a {
        font-size: 18px;
    }
}
@media only screen and (max-width: 575px) {
    .spa-navigation-wrapper a {
        font-size: 15px;
    }
}
.spa-navigation-wrapper a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background-color: #000;
    left: 0;
    bottom: 5px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.spa-navigation-wrapper a:hover {
    color: #b7084f;
}
.spa-navigation-wrapper a:hover::before {
    width: 100%;
    background-color: #b7084f;
}
.packages-wrapper {
    padding-top: 40px;
}
.packages-wrapper > .active .single-package {
    background-color: #fff;
    -webkit-box-shadow: 0 21px 32px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 21px 32px 0 rgba(0, 0, 0, 0.13);
}
.single-package {
    border: 1px solid #b7084f;
    border-radius: 30px;
    background-color: #fff9f5;
    padding: 60px 40px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.single-package .shape-1 {
    position: absolute;
    top: -20px;
    right: -10px;
    z-index: -1;
    opacity: 0.5;
}
.single-package::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 260px;
    background-image: url(../images/shape/shape-20.webp);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.25;
}
.single-package .package-header .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
}
.single-package .package-header p {
    max-width: 200px;
    font-size: 14px;
    margin: 5px auto 0;
}
.single-package .package-body {
    border-top: 1px solid #ffe9da;
    border-bottom: 1px solid #ffe9da;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 30px;
}
.single-package .package-body .package-list li {
    margin-top: 20px;
    padding-left: 35px;
    position: relative;
}
.single-package .package-body .package-list li::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/dots-2.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.single-package .package-body .package-list li.active::before {
    background-image: url(../images/dots.webp);
}
.single-package .package-footer {
    padding-top: 2px;
}
.single-package .package-footer .price {
    font-size: 14px;
}
.single-package .package-footer .price strong {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    line-height: 1.4;
}
.single-package .package-footer .price strong sup {
    top: -16px;
    font-size: 28px;
}
.single-package .package-footer .price span {
    width: 55px;
    display: inline-block;
    text-align: left;
    line-height: 1.2;
    margin-left: 5px;
}
.single-package .package-footer .btn {
    margin-top: 10px;
}

.first-meditation img{object-fit: cover; max-height: 224px;  }
.second-meditation img{object-fit: cover; max-height: 195px;  }
.strength-immune img{object-fit: cover; max-height: 115px;  }
.strength-immunes img{object-fit: cover; max-height: 180px;  }
.third-meditation img{object-fit: cover; max-height: 153px;}
.medi-retreat1 img{object-fit: cover; height:295px; }
.medi-retreat2 img{object-fit: cover; max-height:293px; }

.medi-retreat3 img{object-fit: cover; height:318px; }
.medi-retreat4 img{object-fit: cover; max-height:294px; }

.boxImage img{height: 350px; object-fit: cover; border-radius: 10px;}
.boxImage5 img{height: 290px; object-fit: cover; border-radius: 10px;}
.boxImage4{height: 125px; overflow: hidden; border-radius: 10px;}

@media only screen and (min-width: 1500px), only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-package .package-footer .btn {
        padding: 0 40px;
        font-size: 20px;
        letter-spacing: 1px;
    }
}
.blog-details {
    margin-top: 12px;
}
 .details-images img {
    width: 100%;
    border-radius: 0.5rem;

}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-details .details-images img {
        border-radius: 36px;
    }
}
@media only screen and (max-width: 767px) {
    .blog-details .details-images img {
        border-radius: 25px;
    }
}
.blog-details .meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 28px;
}
.blog-details .meta a {
    font-size: 16px;
    font-weight: 400;
    color: #b7084f;
    text-transform: uppercase;
    margin-right: 15px;
}
.blog-details .meta a i {
    margin-right: 5px;
}
.blog-details .meta a:last-child {
    margin-right: 0;
}
.blog-details .title {
    font-size: 50px;
    font-weight: 700;
    color: #181e23;
    margin-top: 20px;
    line-height: 1.2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-details .title {
        font-size: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details .title {
        font-size: 42px;
    }
}
@media only screen and (max-width: 767px) {
    .blog-details .title {
        font-size: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .blog-details .title {
        font-size: 20px;
    }
}
.blog-details .text {
    font-size: 20px;
    font-weight: 700;
    color: #b7084f;
    margin-top: 20px;
}
@media only screen and (max-width: 575px) {
    .blog-details .text {
        font-size: 16px;
    }
}
.blog-details p {
    margin-top: 15px;
}
.blog-details ul {
    padding-top: 15px;
}
.blog-details ul li {
    display: flex;
    align-items: center;
    padding-block-start: 10px;
    padding-left: 35px;
    position: relative;
}
.base-color {
    color: #b7084f;
}
.blog-details .box .col-md-6 {
    font-size: 16px;
    border: 1px solid rgb(230, 230, 230);
    padding: 10px 0 10px 10px;
}
.blog-details .box .col-md-6 img {
    width: 22px;
    height: 20px;
    margin-bottom: 5px;
}
.blog-details ul li::before {
    position: absolute;
    content: "";
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url("../../img/mandla-list.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-desc-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}
.blog-desc-wrapper .desc-col-1 {
    width: 49%;
    padding: 0 20px;
}
.blog-desc-wrapper .desc-col-2 {
    width: 51%;
    padding: 0 20px;
}
.blog-desc {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background-color: #dbdbdb;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.13);
    margin-top: 45px;
}
.blog-desc img {
    width: 100%;
}
.blog-desc .video-play {
    font-size: 14px;
    font-weight: 700;
    color: #b7084f;
    letter-spacing: 1px;
    position: absolute;
    bottom: 20px;
    right: 25px;
}
@media only screen and (max-width: 767px) {
    .blog-desc .video-play {
        font-size: 16px;
    }
    .blog-details .box .col-md-6 {
        width: 100%;
    }
}
.blog-desc .video-play .icon {
    width: 30px;
    height: 30px;
    line-height: 24px;
    border: 3px solid #b7084f;
    border-radius: 50%;
    font-size: 9px;
    color: #b7084f;
    display: inline-block;
    text-align: center;
    margin-right: 6px;
}
.blog-tags-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #ffe9da;
    margin-top: 30px;
}
.blog-tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
}
.blog-tags .title {
    font-size: 16px;
    font-weight: 700;
    margin-right: 8px;
}
.blog-tags ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blog-tags ul li {
    margin-left: 3px;
}
.blog-social {
    padding-left: 70px;
    position: relative;
    margin-top: 15px;
}
.blog-social::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70px;
    height: 2px;
    background-color: #b7084f;
}
.blog-social a {
    font-size: 18px;
    color: #b7084f;
    margin-left: 20px;
}
.blog-comments .comment-title {
    font-size: 28px;
    font-weight: 700;
}
.blog-comments-form,
.blog-comments-items {
    margin-top: 60px;
}
@media only screen and (max-width: 767px) {
    .blog-comments-form,
    .blog-comments-items {
        margin-top: 40px;
    }
}
.comments-items li {
    margin-top: 70px;
}
@media only screen and (max-width: 767px) {
    .comments-items li {
        margin-top: 45px;
    }
}
.comments-reply {
    padding-left: 125px;
}
@media only screen and (max-width: 767px) {
    .comments-reply {
        padding-left: 0;
    }
}
.single-comment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 575px) {
    .single-comment {
        display: block;
    }
}
.single-comment .comment-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 25px;
}
@media only screen and (max-width: 575px) {
    .single-comment .comment-content {
        padding-left: 0;
        padding-top: 10px;
    }
}
.single-comment .comment-content .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -6px;
}
@media only screen and (max-width: 575px) {
    .single-comment .comment-content .title > * {
        margin-top: 10px;
    }
}
.single-comment .comment-content .title .name {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    padding-right: 30px;
}
.single-comment .comment-content .title .name::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    background-color: #b7084f;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}
.single-comment .comment-content .title span {
    font-size: 14px;
    font-weight: 400;
    color: #b7084f;
    text-transform: uppercase;
    position: relative;
    margin-right: 25px;
}
.single-comment .comment-content .title span i {
    margin-right: 5px;
}
.single-comment .comment-content p {
    margin-top: 5px;
}
.single-comment .comment-content .reply {
    margin-top: 5px;
    color: #b7084f;
    font-size: 14px;
}
.comments-form {
    padding-top: 20px;
}
@media only screen and (min-width: 1500px), only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .comments-form .btn {
        padding: 0 40px;
        font-size: 20px;
        letter-spacing: 1px;
    }
}
.shop-wrapper {
    margin-top: -30px;
}
.single-product {
    border: 1px solid #b7084f;
    border-radius: 17px;
    background-color: #fff9f5;
    padding: 30px;
    text-align: center;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
    .single-product {
        padding: 15px;
    }
}
.single-product .shape {
    position: absolute;
    bottom: -28px;
    right: -15px;
    opacity: 0.3;
}
.single-product .product-image {
    border-radius: 14px;
    overflow: hidden;
}
.single-product .product-image a {
    display: block;
}
.single-product .product-image a img {
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.single-product .product-content {
    padding-top: 18px;
}
.single-product .product-content .title {
    color: #b7084f;
    font-size: 28px;
    font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-product .product-content .title {
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px) {
    .single-product .product-content .title {
        font-size: 20px;
    }
}
.single-product .product-content .title a:hover {
    color: #181e23;
}
.single-product .product-content .price-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.single-product .product-content .price-rating span {
    color: #6b6b6b;
    font-size: 16px;
    margin: 0 10px;
}
.single-product .product-content .price-rating .rating {
    text-decoration: underline;
}
.product-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -17px;
    margin-right: -17px;
}
.product-col-1 {
    width: 45%;
    padding: 0 17px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-col-1 {
        width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    .product-col-1 {
        width: 100%;
    }
}
.product-col-2 {
    width: 55%;
    padding: 0 17px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-col-2 {
        width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    .product-col-2 {
        width: 100%;
    }
}
.product-details-image {
    border: 1px solid #b7084f;
    border-radius: 17px;
    background-color: #fff9f5;
    padding: 30px;
    text-align: center;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.hand-container {
    transform-origin: 80% 100%;
}
.hand-container.wave {
    animation: move 2.5s infinite ease-in-out;
}
.hand {
    display: inline-block;
    transform: rotate(17deg);
    transform-origin: 80% 100%;
}
.hand.wave {
    animation: wave 2.5s infinite linear; display: none;
}
@keyframes wave {
    0%,
    100%,
    60% {
        transform: rotate(17deg);
    }
    22.5%,
    37.5%,
    52.5%,
    7.5% {
        transform: rotate(54deg);
    }
    15%,
    30%,
    45% {
        transform: rotate(24deg);
    }
    18.75%,
    3.75%,
    33.75%,
    48.75% {
        transform: rotate(27deg);
    }
    11.25%,
    26.25%,
    41.25%,
    56.25% {
        transform: rotate(51deg);
    }
}
@keyframes move {
    0%,
    100%,
    60% {
        transform: translateX(0);
    }
    20.625%,
    35.625%,
    5.625%,
    50.625% {
        transform: translateX(8px);
    }
    13.125%,
    28.125%,
    43.125% {
        transform: translateX(-8px);
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-image {
        padding: 15px;
    }
}
@media only screen and (max-width: 575px) {
    .product-details-image {
        padding: 20px;
    }
}
.product-details-image .shape {
    position: absolute;
    bottom: -22px;
    right: -25px;
    opacity: 0.3;
    z-index: -1;
}
.product-details-image .image {
    border-radius: 14px;
    overflow: hidden;
}
.product-details-image .image img {
    width: 100%;
}
.product-details-content {
    margin-top: 30px;
}
.product-details-content .title {
    font-size: 48px;
    font-weight: 700;
    color: #b7084f;
    line-height: 1.2;
    margin-top: -10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-content .title {
        font-size: 36px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-content .title {
        font-size: 42px;
    }
}
@media only screen and (max-width: 575px) {
    .product-details-content .title {
        font-size: 34px;
    }
}
.product-details-content > p {
    margin-top: 15px;
}
.product-price-ratng {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-price {
    margin-top: 5px;
    margin-right: 30px;
}
.product-price > * {
    margin-right: 20px;
}
@media only screen and (max-width: 575px) {
    .product-price > * {
        margin-right: 10px;
    }
}
.product-price > :last-child {
    margin-right: 0;
}
.product-price .sale-price {
    font-size: 28px;
    font-weight: 700;
    color: #181e23;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-price .sale-price {
        font-size: 24px;
    }
}
@media only screen and (max-width: 575px) {
    .product-price .sale-price {
        font-size: 20px;
    }
}
.product-price .regular-price {
    font-size: 28px;
    font-weight: 700;
    color: #a9a9a9;
    text-decoration: line-through;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-price .regular-price {
        font-size: 24px;
    }
}
@media only screen and (max-width: 575px) {
    .product-price .regular-price {
        font-size: 20px;
    }
}
.product-ratng {
    margin-top: 5px;
}
.product-ratng .ratng {
    position: relative;
    display: inline-block;
}
.product-ratng .ratng::before {
    content: "\f006 \f006 \f006 \f006 \f006";
    font-family: FontAwesome;
    color: #b7084f;
    letter-spacing: 8px;
}
.product-ratng .ratng-star {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.product-ratng .ratng-star::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: FontAwesome;
    color: #b7084f;
    letter-spacing: 8px;
}
.stock-sku {
    padding-top: 8px;
}
.stock-sku p {
    font-size: 20px;
    font-weight: 700;
    color: #181e23;
    margin-top: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .stock-sku p {
        font-size: 18px;
    }
}
.stock-sku p span {
    color: #b7084f;
}
.product-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
}
.product-meta > * {
    margin-top: 10px;
    margin-right: 15px;
}
.product-meta > :last-child {
    margin-right: 0;
}
.quantity {
    position: relative;
    background-color: #b7084f;
    border-radius: 50px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    z-index: 1;
}
.quantity::before {
    position: absolute;
    content: "";
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid #fff;
    border-radius: 50px;
    z-index: -1;
}
.quantity > :first-child {
    text-align: right;
}
.quantity > :last-child {
    text-align: left;
}
.quantity button {
    width: 35px;
    height: 50px;
    padding: 0 8px;
    font-size: 18px;
    font-weight: 700;
    background: 0 0;
    border: 0;
}
.quantity input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    width: 36px;
    height: 50px;
    border-radius: 0;
    background: 0 0;
    border: 0;
    color: #181e23;
    padding: 0 5px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}
.meta-action .action {
    border-radius: 50%;
    background-color: #fff9f5;
    width: 40px;
    height: 40px;
    font-size: 20px;
    border: 1px solid transparent;
    color: #b7084f;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-right: 15px;
}
.meta-action .action:last-child {
    margin-right: 0;
}
.meta-action .action:hover {
    border-color: #b7084f;
    -webkit-box-shadow: 0 11px 18px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 11px 18px 0 rgba(0, 0, 0, 0.13);
}
.product-categories-tags {
    padding-top: 5px;
}
.product-categories {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
}
.product-categories .label {
    font-size: 18px;
    font-weight: 700;
    color: #181e23;
    margin-right: 5px;
}
.product-categories ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-categories ul li {
    font-size: 18px;
    font-weight: 400;
    color: #181e23;
}
.product-categories ul li::after {
    content: "//";
    font-size: 18px;
    font-weight: 400;
    color: #181e23;
    margin: 0 4px;
}
.product-categories ul li:last-child::after {
    display: none;
}
.product-details-tab {
    padding-top: 40px;
}
.product-details-tab .nav {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-details-tab .nav li {
    position: relative;
    padding-top: 10px;
}
.product-details-tab .nav li::after {
    content: "//";
    font-size: 28px;
    font-weight: 700;
    font-family: Halant, serif;
    color: #181e23;
    margin: 0 8px;
}
@media only screen and (max-width: 575px) {
    .product-details-tab .nav li::after {
        font-size: 20px;
    }
}
.product-details-tab .nav li:last-child::after {
    display: none;
}
.product-details-tab .nav li button {
    font-size: 28px;
    font-weight: 700;
    font-family: Halant, serif;
    color: #181e23;
    line-height: 1.2;
    border: 0;
    background: 0 0;
}
@media only screen and (max-width: 575px) {
    .product-details-tab .nav li button {
        font-size: 20px;
    }
}
.product-details-tab .nav li button.active {
    color: #b7084f;
}
.product-details-tab .nav li:hover button {
    color: #b7084f;
}
.reviews .reviews-title {
    font-size: 28px;
    font-weight: 700;
}
.single-review {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 70px;
}
@media only screen and (max-width: 767px) {
    .single-review {
        margin-top: 45px;
    }
}
@media only screen and (max-width: 575px) {
    .single-review {
        display: block;
    }
}
.single-review .review-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 25px;
}
@media only screen and (max-width: 575px) {
    .single-review .review-content {
        padding-left: 0;
        padding-top: 10px;
    }
}
.single-review .review-content .name {
    font-size: 20px;
    font-weight: 700;
    padding-right: 30px;
}
.single-review .review-content .date {
    font-size: 16px;
    font-weight: 400;
    color: #b7084f;
    text-transform: uppercase;
    position: relative;
    margin-top: 8px;
    display: block;
}
.single-review .review-content .date i {
    margin-right: 5px;
}
.single-review .review-content p {
    margin-top: 10px;
}
.reviews-form {
    margin-top: 60px;
}
@media only screen and (max-width: 767px) {
    .reviews-form {
        margin-top: 40px;
    }
}
.reviews-form .form-wrapper {
    padding-top: 15px;
}
@media only screen and (min-width: 1500px), only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .reviews-form .btn {
        padding: 0 40px;
        font-size: 20px;
        letter-spacing: 1px;
    }
}
.reviews-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}
.reviews-rating label {
    font-size: 16px;
    font-weight: 700;
    color: #181e23;
    margin-right: 5px;
    margin-bottom: 0;
}
.reviews-rating .gl-star-rating--stars::after,
.reviews-rating .gl-star-rating--stars::before {
    display: none;
}
.reviews-rating .gl-star-rating--stars span {
    width: 18px;
    height: 18px;
}
.related-product {
    padding-top: 12px;
}
.related-product-wrapper {
    padding-top: 20px;
}
@media only screen and (max-width: 767px) {
    .related-product-wrapper {
        padding-top: 0;
    }
}
.product-active .swiper-container {
    padding-bottom: 70px;
}
.product-active .swiper-button-next,
.product-active .swiper-button-prev {
    opacity: 1;
    top: auto;
    margin-top: 0;
    bottom: 0;
    z-index: 9;
    width: auto;
    margin: 0 10px;
}
.product-active .swiper-button-next::before,
.product-active .swiper-button-prev::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2px;
    width: 25px;
    background-color: #ddd;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.product-active .swiper-button-next::after,
.product-active .swiper-button-prev::after {
    font-size: 20px;
    color: #ddd;
    width: 25px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.product-active .swiper-button-next:hover::before,
.product-active .swiper-button-prev:hover::before {
    background-color: #b7084f;
    width: 55px;
}
.product-active .swiper-button-next:hover::after,
.product-active .swiper-button-prev:hover::after {
    color: #b7084f;
    width: 55px;
}
.product-active .swiper-button-next {
    left: 50%;
    right: auto;
}
.product-active .swiper-button-next::after {
    text-align: right;
}
.product-active .swiper-button-prev {
    right: 50%;
    left: auto;
}
.product-active .swiper-button-prev::after {
    text-align: left;
}
.therapy-details-wrapper {
    margin-top: -30px;
}
.therapy-details {
    margin-top: 30px;
}
@media only screen and (min-width: 1500px), only screen and (min-width: 1200px) and (max-width: 1499px) {
    .therapy-details {
        padding-right: 50px;
    }
}
.therapy-details .details-immage img {
    width: 100%;
    border-radius: 53px;
}
@media only screen and (max-width: 767px) {
    .therapy-details .details-immage img {
        border-radius: 30px;
    }
}
.therapy-details .title {
    font-size: 50px;
    font-weight: 700;
    color: #b7084f;
    margin-top: 50px;
    line-height: 1.2;
    letter-spacing: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .therapy-details .title {
        font-size: 42px;
    }
}
@media only screen and (max-width: 767px) {
    .therapy-details .title {
        font-size: 38px;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .therapy-details .title {
        font-size: 28px;
    }
}
.therapy-details .text {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-top: 20px;
}
@media only screen and (max-width: 767px) {
    .therapy-details .text {
        font-size: 18px;
    }
}
@media only screen and (max-width: 575px) {
    .therapy-details .text {
        font-size: 16px;
    }
}
.therapy-details p {
    margin-top: 20px;
}
.therapy-details ul {
    padding-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.therapy-details ul li {
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 20px;
    position: relative;
    width: 50%;
}
@media only screen and (max-width: 575px) {
    .therapy-details ul li {
        width: 100%;
        padding-right: 0;
    }
}
.therapy-details ul li::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/dots.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.desc-immage {
    margin-top: 45px;
}
.desc-immage .image {
    position: relative;
}
.desc-immage .image::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/why-chose.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.desc-immage .image img {
    width: 100%;
}
.desc-content p {
    line-height: 1.87;
}
.therapy-video {
    margin-top: 50px;
}
.therapy-video .therapy-video-images {
    border-radius: 67px;
    background-color: #dbdbdb;
    -webkit-box-shadow: 0 21px 32px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 21px 32px 0 rgba(0, 0, 0, 0.13);
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .therapy-video .therapy-video-images {
        border-radius: 30px;
    }
}
.therapy-video .therapy-video-images img {
    width: 100%;
}
.therapy-video .therapy-video-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
}
.therapy-video .therapy-video-content .video-play {
    font-size: 20px;
    font-weight: 700;
    color: #b7084f;
    letter-spacing: 1px;
    margin-top: 20px;
}
@media only screen and (max-width: 767px) {
    .therapy-video .therapy-video-content .video-play {
        font-size: 16px;
    }
}
@media only screen and (max-width: 575px) {
    .therapy-video .therapy-video-content .video-play {
        font-size: 14px;
    }
}
.therapy-video .therapy-video-content .video-play .icon {
    width: 50px;
    height: 50px;
    line-height: 44px;
    border: 3px solid #b7084f;
    border-radius: 50%;
    font-size: 16px;
    color: #b7084f;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
@media only screen and (max-width: 767px) {
    .therapy-video .therapy-video-content .video-play .icon {
        width: 45px;
        height: 45px;
        line-height: 41px;
    }
}
@media only screen and (max-width: 575px) {
    .therapy-video .therapy-video-content .video-play .icon {
        width: 35px;
        height: 35px;
        line-height: 31px;
        font-size: 14px;
        margin-right: 5px;
    }
}
.therapy-video .therapy-video-content .video-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    padding-left: 25px;
    margin-left: 25px;
    margin-top: 20px;
}
@media only screen and (max-width: 575px) {
    .therapy-video .therapy-video-content .video-title {
        font-size: 18px;
        margin-left: 15px;
        padding-left: 15px;
    }
}
.therapy-video .therapy-video-content .video-title::before {
    position: absolute;
    content: "";
    height: 38px;
    width: 1px;
    background-color: #b7084f;
    top: 0;
    left: 0;
}
@media only screen and (max-width: 575px) {
    .therapy-video .therapy-video-content .video-title::before {
        height: 24px;
    }
}
.contact-wrapper {
    margin-top: -50px;
}
.contact-image {
    margin-top: 50px;
}
@media only screen and (min-width: 1500px), only screen and (min-width: 1200px) and (max-width: 1499px) {
    .contact-image {
        padding-right: 35px;
    }
}
.contact-image img {
    width: 100%;
    border-radius: 46px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-image img {
        border-radius: 36px;
    }
}
@media only screen and (max-width: 767px) {
    .contact-image img {
        border-radius: 25px;
    }
}
.contact-info {
    margin-top: 50px;
}
.contact-info .title {
    font-size: 50px;
    font-weight: 700;
    color: #b7084f;
    line-height: 1.2;
    margin-top: -10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-info .title {
        font-size: 44px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-info .title {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .contact-info .title {
        font-size: 38px;
    }
}
@media only screen and (max-width: 575px) {
    .contact-info .title {
        font-size: 28px;
    }
}
.contact-info .text {
    font-size: 28px;
    color: #333;
    margin-top: 5px;
}
@media only screen and (max-width: 767px) {
    .contact-info .text {
        font-size: 18px;
    }
}
@media only screen and (max-width: 575px) {
    .contact-info .text {
        font-size: 16px;
    }
}
.single-info {
    margin-top: 40px;
}
.single-info .info-title {
    font-size: 28px;
    font-weight: 700;
    color: #b7084f;
    line-height: 1.2;
    margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
    .single-info .info-title {
        font-size: 24px;
    }
}
@media only screen and (max-width: 575px) {
    .single-info .info-title {
        font-size: 20px;
    }
}
.single-info .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 5px;
}
.single-info .social li {
    margin-right: 15px;
}
.single-info .social li :last-child {
    margin-right: 0;
}
.single-info .social li a {
    border: 1px solid #b7084f;
    border-radius: 50%;
    background-color: #fff9f5;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
}
.single-info .social li a:hover {
    background-color: #b7084f;
    color: #fff;
}
.contact-form-wrapper {
    padding-top: 50px;
}
.contact-form {
    margin-top: 50px;
}
@media only screen and (min-width: 1500px), only screen and (min-width: 1200px) and (max-width: 1499px) {
    .contact-form {
        padding-right: 60px;
    }
}
.contact-form .form-title {
    font-size: 50px;
    font-weight: 700;
    color: #b7084f;
    line-height: 1.2;
    margin-top: -10px;
    padding-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form .form-title {
        font-size: 42px;
    }
}
@media only screen and (max-width: 767px) {
    .contact-form .form-title {
        font-size: 38px;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .contact-form .form-title {
        font-size: 28px;
    }
}
@media only screen and (min-width: 1500px), only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-form .btn {
        padding: 0 40px;
        font-size: 20px;
        letter-spacing: 1px;
    }
}
.contact-form-image {
    margin-top: 50px;
}
@media only screen and (min-width: 1500px), only screen and (min-width: 1200px) and (max-width: 1499px) {
    .contact-form-image {
        padding-left: 20px;
        padding-right: 50px;
    }
}
.contact-form-image .image {
    position: relative;
}
.contact-form-image .image::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/contact-shape.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-form-image .image img {
    width: 100%;
}
.register-login-form .title {
    font-size: 28px;
    line-height: 1.1;
    margin-top: -8px;
}
@media only screen and (max-width: 767px) {
    .register-login-form .title {
        font-size: 24px;
    }
}
@media only screen and (max-width: 575px) {
    .register-login-form .title {
        font-size: 20px;
    }
}
.register-login-form .title span {
    color: #b7084f;
    position: relative;
}
.register-login-form p {
    margin-top: 25px;
    text-align: center;
}
.register-login-form p + p {
    margin-top: 5px;
}
.register-login-form .btn + .btn {
    margin-top: 30px;
}
.faq-accordion {
    padding-top: 40px;
}
.faq-accordion .accordion-item {
    border-radius: 2px;
    margin-top: 20px;
    border: none !important;
    box-shadow: 0 1px 10px rgba(77, 77, 77, 0.2);
}
.faq-accordion .accordion-item button {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 20px;
    padding-right: 55px;
    font-weight: 500;
    border: 0;
    color: #fff;
    background-color: #b7084f;
    transition: all 0.3s linear;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .faq-accordion .accordion-item button {
        font-size: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .faq-accordion .accordion-item button {
        font-size: 16px;
        padding: 12px 20px;
        padding-right: 45px;
    }
}
.faq-accordion .accordion-item button::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    content: "\eab9";
    font-family: IcoFont;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #fff;
}
@media only screen and (max-width: 575px) {
    .faq-accordion .accordion-item button::before {
        right: 20px;
    }
}
.faq-accordion .accordion-item button.collapsed {
    color: #fff;
    background-color: #b7084f;
    border-bottom-color: transparent;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
/* .faq-accordion .accordion-item button.collapsed:hover{ background: #b7084f; color: #fff; } */
.faq-accordion .accordion-item button.collapsed::before {
    content: "\ea99";
    color: #b7084f;
    display: inline-block;
    position: absolute;
    top:50%;
}
.faq-accordion .accordion-item .accordion-body {
    padding: 15px 20px; background:#fff;
}
@media only screen and (max-width: 575px) {
    .faq-accordion .accordion-item .accordion-body {
        padding: 15px 20px;
    }
}
.faq-btn {
    padding-top: 80px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .faq-btn {
        padding-top: 40px;
    }
}
.sidebar-wrap {
    margin-top: -20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .sidebar-wrap {
        margin-top: 0;
    }
}
@media only screen and (min-width: 1500px), only screen and (min-width: 1200px) and (max-width: 1499px) {
    .sidebar-pl {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }
}
@media only screen and (min-width: 1500px), only screen and (min-width: 1200px) and (max-width: 1499px) {
    .sidebar-pr {
        padding-right: 40px;
    }
}
.sidebar-widget {
    padding-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.sidebar-widget > .title {
    font-size: 28px;
    font-weight: 700;
    color: #b7084f;
    margin-top: -7px;
    line-height: 1.3;
}
.widget-search {
    position: relative;
    margin-top: 22px;
    border-bottom: 1px solid #ffe9da;
    padding-bottom: 20px;
}
.widget-search input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    padding-right: 50px;
    border-radius: 16px;
}
.widget-search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: 0 0;
    font-size: 18px;
    color: #b7084f;
    border: 0;
}
.widget-link {
    padding-top: 15px;
}
.widget-link ul li a {
    border-bottom: 1px solid #ffe9da;
    display: block;
    padding: 10px 0;
    font-weight: 500;
    color: #4c4c4c;
}
.widget-link ul li a:hover {
    color: #b7084f;
}
.copyright-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}
@media only screen and (max-width: 767px) {
    .copyright-wrapper {
        display: block;
        text-align: center;
    }
}
.copyright-text {
    padding-top: 10px;
}
.copyright-text p {
    font-size: 14px;
    letter-spacing: 1px;
}
.copyright-text p a:hover {
    color: #fff;
}
.copyright-text p i {
    color: #fff;
}
.payment-method {
    padding-top: 10px;
}
.payment-method .payment-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
    .payment-method .payment-icon {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.payment-method .payment-icon li {
    margin-right: 25px;
}
.payment-method .payment-icon li:last-child {
    margin-right: 0;
}
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    z-index: 99;
    text-align: center;
    -webkit-box-shadow: 2px 4px 8px rgba(52, 58, 64, 0.15);
    box-shadow: 2px 4px 8px rgba(52, 58, 64, 0.15);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #fff;
    background-color: #b7084f;
    border: 0;
    display: none;
}
.back-to-top:focus,
.back-to-top:hover {
    color: #fff;
    background-color: #b7084f;
}
.title-secondary {
    font-size: 22px !important;
}

@media only screen and (max-width: 791px) {
    .base-color-links > li {
        margin: 10px 0;
    }
    .logo-slider > .swipe-slide {
        margin-right: 0;
    }
    .logo-slider > .swipe-slide > img {
        height: 60px;
    }
}
h2,
h3,
h4 {
    color: #b7084f !important;
}

.quick-links .footer_line {
    width: 65%; 
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 0;
    color: #000;
    background-color: #ffc107;
}

@media screen and (max-width: 768px) {
    .quick-links .footer_line {
        width: 96%;
        font-size: 14px;
    }
}

.footer-widget-link {
    padding-top: 5px;
}
.footer-widget-link ul li {
    margin-top: 5px;
}
.footer-widget-book {
    padding-top: 25px;
}
.footer-widget-book .book-title {
    font-size: 20px;
    font-weight: 700;
    color: #b7084f;
}
.footer-widget-book p {
    font-size: 22px;
    font-weight: 700;
    color: #181e23;
}
.footer-section {
    background-color: #fbe9de;
    position: relative;
    z-index: 1;
}
.footer-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(../images/footer-overlay.webp);
    background-position: center center;
    background-size: cover;
    opacity: 0.05;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .footer-top .shape-1 {
        width: 150px;
        left: 35px;
    }
}
.footer-top .shape-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100px;
    display: none;
}
.single-widget-info > h4 {
    font-size: 20px !important;
}
.widget-title {
    display: inline-block;
    border-bottom: 2px solid;
    font-weight: 700;
}
.footer-widget-wrapper {
    padding: 40px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .footer-top .shape-2 {
        width: 150px;
        left: 35px;
    }
}
@media only screen and (max-width: 575px) {
    .footer-top .shape-2 {
        display: none;
    }
}
.footer-top .shape-3 {
    position: absolute;
    bottom: 0;
    right: 35px;
    z-index: -1;
    display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .footer-top .shape-3 {
        width: 300px;
        bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .footer-widget-wrapper .about_div {
        width: 50%;
    }
    .footer-widget-wrapper .opening_hour {
        width: 50%;
    }
}




.footer-widget-info,
.footer-widget-link {
    margin-top: 30px;
}
.newsletter-wrapper .title {
    font-size: 28px;
    font-weight: 600;
    color: #b7084f;
    margin-top: 40px;
}
.newsletter-wrapper p {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    margin-top: 5px;
}
.newsletter-wrapper .newsletter-form {
    max-width: 470px;
    position: relative;
    margin: 0 auto;
    margin-top: 25px;
    z-index: 1;
    background-color: #b7084f;
    border-radius: 50px;
}
.newsletter-wrapper .newsletter-form::before {
    position: absolute;
    content: "";
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border-radius: 50px;
    border: 1px solid #fdd9d4;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: -1;
}
.newsletter-wrapper .newsletter-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    border-radius: 50px;
    height: 60px;
    padding: 0 30px;
    padding-right: 100px;
    font-weight: 700;
    color: #fff;
    background-color: transparent;
}
.newsletter-wrapper .newsletter-form .btn {
    position: absolute;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    letter-spacing: 0;
    color: #b7084f;
    top: 10px;
    right: 10px;
    padding: 0 20px;
    font-weight: 500;
}
.newsletter-wrapper .newsletter-form .btn::before {
    display: none;
}
.newsletter-wrapper .newsletter-form .btn:hover {
    color: #fff;
}
.footer-copyright {
    padding: 10px 0 20px;
    background-color: #942c36;
    color: #fff;
    margin-top: 20px;
}
.copyright-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .copyright-wrapper {
        display: block;
        text-align: center;
    }
}
.copyright-text {
    padding-top: 10px;
    text-align: center;
}
.copyright-text p {
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
}
.copyright-text p a:hover {
    color: #fff;
}
.copyright-text p i {
    color: #fff;
}
.payment-method {
    padding-top: 10px;
}
.payment-method .payment-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
    .payment-method .payment-icon {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
#fixed-social {
    position: fixed;
    bottom: 20%;
    z-index: 9999;
}
#fixed-social a {
    color: #fff;
    display: block;
    height: 40px;
    position: relative;
    text-align: center;
    line-height: 40px;
    width: 40px;
    margin-bottom: 1px;
    z-index: 2;
    padding: 0;
}
#fixed-social a:hover > span {
    visibility: visible;
    left: 41px;
    opacity: 1;
}
#fixed-social a span {
    line-height: 40px;
    left: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}
@media screen and (max-width: 991px) {
    #fixed-social {
        display: none;
    }
}
.fixed-facebook {
    background-color: #00aae5;
}
.fixed-facebook span {
    background-color: #00aae5;
}
.fixed-instagram {
    background: linear-gradient( 10deg,#efa513,#9007dc);
}
.fixed-instagram span {
    background: linear-gradient( 10deg,#efa513,#9007dc);
}
.fixed-twitter {
    background-color: #7d3895;
}
.fixed-twitter span {
    background-color: #7d3895;
}
.fixed-pinterest {
    background-color: #b7081b;
}
.fixed-pinterest span {
    background-color: #b7081b;
}
.fixed-youtube {
    background-color: red;
}
.fixed-youtube span {
    background-color: red;
}
p {
    line-height: 1.75;
}
.effect-underline {
    display: inline-block;
    position: relative;
    margin: 10px;
}
.header-navbar .sub-menu li a:hover {
    background: #942c36;
    color: #fff;
    transition: all 1s;
}
.breadcumb-title {
    border-bottom: 2px solid #942c36;
}
.breadcumb-section {
    box-shadow: 0 10px 30px rgb(0 0 0 / 8%);
}
@media screen and (max-width: 961px) {
    .about-image::before {
        display: none;
        right: 0;
    }
    .about-image img {
        width: 100%;
    }
}
.single-slider {
    height: 800px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #040205;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-slider {
        height: 500px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-slider {
        height: 700px;
    }
}
@media only screen and (max-width: 767px) {
    .single-slider {
        height: 600px;
    }
}
@media only screen and (max-width: 575px) {
    .single-slider {
        height: 550px;
    }
}
.slider-content .title {
    font-size: 80px;
    font-weight: 700;
    color: #faa292;
    line-height: 1.16;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content .title {
        font-size: 70px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content .title {
        font-size: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-content .title {
        font-size: 50px;
    }
}
@media only screen and (max-width: 575px) {
    .slider-content .title {
        font-size: 38px;
    }
}
.slider-content .slider-meta {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 50px;
}
.slider-content .slider-meta li {
    margin-right: 30px;
    padding-top: 10px;
}
.slider-content .slider-meta li:last-child {
    margin-right: 0;
}
@media only screen and (min-width: 1500px), only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content .slider-meta li .btn {
        padding: 0 40px;
        font-size: 20px;
        letter-spacing: 1px;
    }
}
.slider-content .slider-meta li .video-play {
    font-size: 20px;
    font-weight: 700;
    color: #faa292;
    letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
    .slider-content .slider-meta li .video-play {
        font-size: 16px;
    }
}
.slider-content .slider-meta li .video-play .icon {
    width: 50px;
    height: 50px;
    line-height: 44px;
    border: 3px solid #faa292;
    border-radius: 50%;
    font-size: 16px;
    color: #faa292;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
@media only screen and (max-width: 767px) {
    .slider-content .slider-meta li .video-play .icon {
        width: 45px;
        height: 45px;
        line-height: 41px;
    }
}
.slider-content .slider-meta li .video-play:hover {
    color: #fff;
}
.slider-content .slider-meta li .video-play:hover .icon {
    border-color: #fff;
    color: #fff;
}
.slider-content .slider-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 70px;
    position: relative;
    z-index: 1;
    padding-left: 70px;
}
@media only screen and (max-width: 575px) {
    .slider-content .slider-social {
        margin-top: 30px;
    }
}
.slider-content .slider-social::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70px;
    height: 2px;
    background-color: #faa292;
}
.slider-content .slider-social li {
    padding-left: 25px;
}
.slider-content .slider-social li a {
    font-size: 22px;
    color: #faa292;
}
.slider-content.content-white .title {
    color: #fff;
}
.slider-content.content-white .slider-meta li .btn {
    padding: 0 40px;
}
.slider-content.content-white .slider-meta li .video-play {
    color: #fff;
}
.slider-content.content-white .slider-meta li .video-play .icon {
    border: 3px solid #fff;
    color: #fff;
}
.slider-content.content-white .slider-social::before {
    background-color: #fff;
}
.slider-content.content-white .slider-social li a {
    color: #fff;
}
.animation-style-01 .slider-content {
    opacity: 0;
}
.animation-style-01.swiper-slide-active .slider-content {
    opacity: 1;
}
.animation-style-01.swiper-slide-active .slider-content .title {
    animation-name: fadeInUpBig;
    animation-delay: 0.4s;
    animation-duration: 1s;
    animation-fill-mode: both;
    font-size: 32px;
}
.animation-style-01.swiper-slide-active .slider-content .title1 {
    animation-name: fadeInLeft;
    animation-delay: 0.4s;
    animation-duration: 1s;
    animation-fill-mode: both;
    font-size: 32px;
}
.animation-style-01.swiper-slide-active .slider-content .title2 {
    animation-name: fadeInLeft;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-fill-mode: both;
    font-size: 32px;
}
.animation-style-01.swiper-slide-active .slider-content .title3 {
    animation-name: fadeInLeft;
    animation-delay: 1.5s;
    animation-duration: 1s;
    animation-fill-mode: both;
    font-size: 32px;
}
.content-slide-second {
    margin: 0 auto;
}
.animation-style-01.swiper-slide-active .slider-content .slider-meta li:nth-child(1) {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animation-style-01.swiper-slide-active .slider-content .slider-meta li:nth-child(2) {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animation-style-01.swiper-slide-active .slider-content .slider-meta li:nth-child(3) {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animation-style-01.swiper-slide-active .slider-content .slider-social {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.slider-active .swiper-pagination {
    text-align: left;
    bottom: 60px;
    left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-active .swiper-pagination {
        bottom: 40px;
        left: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-active .swiper-pagination {
        left: 30px;
        bottom: 20px;
    }
    .title1,
    .title2,
    .title3 {
        text-align: left !important;
        font-size: 20px !important;
    }
    .animation-style-01.swiper-slide-active .slider-content .title {
        font-size: 23px;
    }
    .upper-text > p {
        text-align: left !important;
        margin: 20px 0;
    }
}
.slider-active .swiper-pagination .swiper-pagination-bullet {
    outline: 0;
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 1;
    width: 8px;
    height: 8px;
    display: block;
    position: relative;
    margin: 8px 0;
}
.slider-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #faa292;
}
.slider-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    border-color: #faa292;
}
[type="date"] {
    background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat;
}
[type="date"]::-webkit-inner-spin-button {
    display: none;
}
[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}
#contactForm input {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    background-color: #fff;
    padding: 3px 5px;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1);
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -ms-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
#news-slider {
    margin-top: 80px;
}
.post-slide {
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0 14px 22px -9px #bbcbd8;
}
.post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
}
.post-slide .post-img img {
    border-radius: 50%;
    height: 206px;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
}
.post-slide:hover .post-img img {
    transform: scale(1.1, 1.1);
}
.post-slide:hover .over-layer {
    opacity: 1;
    text-decoration: none;
}
.post-slide .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
}
.post-slide .post-content {
    background: #fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}
.post-slide .post-title a {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover {
    text-decoration: none;
    color: #3498db;
}
.post-slide .post-description {
    line-height: 24px;
    color: grey;
    margin-bottom: 25px;
}
.post-slide .post-date {
    color: #a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i {
    font-size: 20px;
    margin-right: 8px;
    color: #cfdace;
}
.post-slide .read-more {
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196f3;
    color: #fff;
    box-shadow: 0 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}
.post-slide .read-more:hover {
    background: #3498db;
    text-decoration: none;
    color: #fff;
}
.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}
.owl-controls .owl-buttons .owl-prev {
    background: #fff;
    position: absolute;
    top: 50%;
    left: -5%;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next {
    background: #fff;
    position: absolute;
    top: 50%;
    right: -5%;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next:after,
.owl-controls .owl-buttons .owl-prev:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 30px;
}
.owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
}
@media only screen and (max-width: 1280px) {
    .post-slide .post-content {
        padding: 0 15px 25px 15px;
    }
}


#cssmenu ul {
    display: flex;
    flex-direction: row-reverse;
}
#cssmenu-container {
    height: 220px;
    background-color: #cee3f8;
}
.banner-sec {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
}
#cssmenu {
    font-size: 14px;
    line-height: 1em;
    border-radius: 2px;
    overflow: hidden;
    width: 99%; 
    margin-top: 360px;
}
#cssmenu i {
    transform: scale(1.4);
}
#cssmenu ul {
    display: flex;
    flex-direction: row-reverse;
    list-style: none;
    margin: 0;
    padding: 0;
}
#cssmenu ul li {
    margin: 0;
}
#cssmenu ul li a {
    display: inline-block;
    font-family: sans-serif;
    font-size: 1em;
    font-weight: 600;
    padding: 11px 32px 11px 27px;
    margin-left: -20px;
    color: #fff;
    background-color: #b7084f;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0 100px 100px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
#cssmenu ul li:hover a {
    background-color: #b7084f;
}
#cssmenu ul li:first-child a {
    box-shadow: none;
}
#cssmenu ul li.active a {
    color: #b7084f;
    background-color: #eef5ff;
}
#cssmenu ul li.active + li a {
    box-shadow: none;
}
.breadcumb-section {
    position: relative;
    min-height: 500px;
    object-fit: cover;
}





@media (max-width: 480px) {

#cssmenu {
    width: 87%; 
    margin-top: 36px;
}
.ttc-page-date table.table {
  background: #fff;
  box-shadow: 0 2px 8px 0 rgb(103 151 255 / 9%),0 4px 32px 0 rgb(103 151 255 / 9%);
  width: 290%;
}
.translate {
  position: absolute;
  top: 117px;
  right: 27%;
  z-index: 99;
}
}



@media screen and (max-width: 451px) {
    #cssmenu ul li a {
        font-size: 0.7em;
        padding: 12px 28px 12px;
        text-transform: unset;
    }
    .breadcumb-section {
        min-height: 200px;
    }
    .accordion-body {
        padding: 1rem 1.25rem;
    }
    #cssmenu i {
        transform: scale(1.2);
    }
}

@media screen and (max-width: 360px) {
    #cssmenu ul li a {
        padding: 12px 23.5px 12px;
    }
}

.our_teacher {
    padding: 3em 0;
}
.our_teacher .our-team {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.our_teacher .item {
    /* width: 350px; */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.our_teacher .item .author {
    width: 220px;
    height: 220px;
    border-radius: 100%;
    border: 5px solid white;
    box-shadow: 1px 1px 5px grey, -1px -1px 5px grey;
    margin: 10px 0;
    overflow: hidden;
}
.our_teacher .item .teacher-content .name {
    color: #b7084f;
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .our_teacher .item {
        width: 100%;
    }


.charity {
    padding: 3em 0;
    background-color: #fff9f5;
}
.charity .col-md-4 img {
    box-shadow: 1px 1px 10px grey;
    border-radius: 10px;
}

.charity .col-md-8 {
    padding: 0 10px;
}

.quick-links .social_media_icons a {
    background-color: transparent;
    padding: 0;
    margin: 35px 10px;
    font-size: 20px;
    height: 33px;
    width: 35px;
    text-align: center;
}
.quick-links .social_media_icons a span {
    color: white;
    font-size: 13px;
}
.quick-links .social_media_icons a:hover {
    width: 110px;
    transition: all 0.9s;
}
.quick-links .social_media_icons .whatsappclick {
    background-color: #25D366;
    margin-bottom: 35px;
}
.quick-links .social_media_icons .youtube {
    background-color: #CD201F;
}
.quick-links .social_media_icons .instagram {
    background: linear-gradient(#feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}
.quick-links .social_media_icons .pinterest {
    background-color: #E60023;
} 
.quick-links .social_media_icons .facebook {
    background-color: #1877F2;
} 

.booking_check p i {
    color: #b7084f;
}

.quick_form {
    display: none;
}
}

@media screen and (max-width: 768px) {
    .quick_form {
        display: block;
    }
    .quick-links .social_media_icons a {
        margin: 35px 8px;
        font-size: 18px;
        height: 30px;
        width: 32px;
    }
}

  
  .test-card{
    min-height: 400px;
    width: 300px;
    position: relative;
    background: #fff;
    border-radius: 10px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    box-shadow: 5px 5px 5px rgba(100, 100, 100, 0.1), -5px -5px 5px rgba(100, 100, 100, 0.1);
  }
  
  .test-card .card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    position: relative;
    z-index: 100;
  }
  
  .test-card .image{
    height: 140px;
    width: 140px;
    border-radius: 50%;
    padding: 3px;
    background: #b7084f;
  }
  
  .test-card .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #fff;
  }

  .test-card .name-profession{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
  } 

  .test-card .name-profession .para_content_first a {
    color: #b7084f;
  }
  .name-profession .name{
      font-size: 20px;
      font-weight: 600;
      margin-top: 20px;
    }
    
    .name-profession .profession{
        font-size:15px;
        font-weight: 500;
    }
    .test-card .name-profession .para_content_first span {
      text-align: justify;
    }
  
  .test-card .rating{
    display: flex;
    align-items: center;
    margin: 10px 0;
  }
  
  .test-card .rating i{
    font-size: 18px;
    margin: 0 2px;
    color: #b7084f;
  }

  .swiper-pagination{
    position: absolute;
  }
  
  .swiper-pagination-bullet{
    height: 7px;
    width: 26px;
    border-radius: 25px;
    background: #b7084f;
  }
  
  .swiper-button-next, .swiper-button-prev{
    opacity: 0.7;
    color: #b7084f;
    transition: all 0.3s ease;
  }
  .swiper-button-next:hover, .swiper-button-prev:hover{
    opacity: 1;
    color: #b7084f;
  }




  .name-profession .treat-name{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .test-sec-h {
    margin: 0;
  }

  .treatment-card {
    box-shadow: 1px 1px 10px #808080;
    border-radius: 10px;
    margin: 10px;
    overflow: hidden;
    min-height: 470px;
    background-color: #fff;
  }
  .treatment-card:hover {
    box-shadow: 3px 3px 10px #808080;
  }
  .treatment-card .image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    height: 220px;
    overflow: hidden;
  }
  .treatment-card .image .cover{ object-fit: cover;
   width: 100%; height: 220px; }

  .treatment-card .image img {
    height: 100%;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .treatment-card .image:hover img {
    transform: scale(1.3);
    transition: all 0.8s;
  }
  .treatment-card .content {
    text-align: center;
    padding: 0 10px;
    padding-top: 20px;
  }
  .treatment-card .content h3 {
    margin: 5px 0;
  }

  .how-reach {
    padding: 3em 0;
    background-color: #fff9f5;  
  }
  .how-reach .reach-card {
    background-color: #fff;
    box-shadow: 1px 1px 10px rgb(220, 220, 220);
    margin-top: 30px;
    display: flex;
    position: relative;
  }
.how-reach .reach-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: solid 2px #b7084f;
    border-bottom: solid 2px #b7084f;
    transition: 0.6s;
    transform: scaleX(0);
}
.how-reach .reach-card::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-left: solid 2px #b7084f;
    border-right: solid 2px #b7084f;
    transition: 0.6s;
    transform: scaleY(0);
}
.how-reach .reach-card:hover::before, 
.how-reach .reach-card:hover::after{
    transform: scale(1);
}
  .how-reach .reach-card .icon {
    display: flex;
    align-items: center;
  }
  .how-reach .reach-card .icon i {
    color: #b7084f;
    background-color: #fff;
    border: 2px solid #b7084f;
    padding: 20px;
    border-radius: 50px;
    font-size: 20px;
    transform: translate(-30px,0);
    z-index: 1;
  }
  .how-reach .reach-card .text {
    padding: 20px;
  }

  @media screen and (max-width: 576px) {
    .how-reach .reach-card {
        display: block;
        margin-top: 40px;
    }
    .how-reach .reach-card .icon {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    .how-reach .reach-card .icon i {
        transform: translate(0, -20px);
    }
  }

  .blog-slider {
    width: 95%;
    position: relative;
    max-width: 800px;
    margin: auto;
    background: #fff;
    box-shadow: 0 14px 80px rgba(34, 35, 58, 0.2);
    padding: 25px;
    border-radius: 25px;
    transition: all 0.3s;
 }
  @media screen and (max-width: 992px) {
    .blog-slider {
      max-width: 680px;
   }
 }
  @media screen and (max-width: 768px) {
    .blog-slider {
      margin: 180px auto;
   }
 }
  .blog-slider__item {
    display: flex;
    align-items: center;
 }
  @media screen and (max-width: 768px) {
    .blog-slider__item {
      flex-direction: column;
   }
 }
  .blog-slider__item.swiper-slide-active .blog-slider__img i {
    opacity: 1;
    transition-delay: 0.3s;
 }
  .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: 100px;
    flex-shrink: 0;
    height: 100px;
    background-color: #b7084f;
    box-shadow: 1px 1px 12px rgb(150, 150, 150);
    border-radius: 20px;
    transform: translateX(-80px);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
 }
  .blog-slider__img i {
    display: block;
    opacity: 0;
    transition: all 0.3s;
    color: white;
    font-size: 28px;
 }
  @media screen and (max-width: 768px) {
    .blog-slider__img {
      transform: translateY(-50%);
      width: 85%;
   }
 }
  @media screen and (max-width: 576px) {
    .blog-slider__img {
      width: 80%;
   }
 }
  @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: -30px;
      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__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: 0 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: translate(-50%, 176px);
      left: 50% !important;
      top: 205px;
      width: 100% !important;
      display: flex;
      justify-content: center;
      align-items: center;
   }
 }
 @media screen and (max-width: 360px) {
    .blog-slider__pagination {
      transform: translate(-50%, 230px);
   }
 }
  .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: #b7084f;
    opacity: 0.2;
    transition: all 0.3s;
 }
  .blog-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #b7084f;
    height: 30px;
    box-shadow: 0 0 20px rgba(252, 56, 56, 0.3);
 }
  @media screen and (max-width: 768px) {
    .blog-slider__pagination .swiper-pagination-bullet-active {
      height: 11px;
      width: 30px;
   }
 }

 .hr-logo {
    width: 150px;
    margin-bottom: 5px;
 }

 .program-fee {
    padding: 15px 0;
 }

.priceIN{display: none;}
.priceOther{display: none;}
.indiaNotice{display: none;}
 .excursion-bg {
    background-color: #fff9f5;
    padding: 3em 0;
 }

 .teachers-bg {
    background-color: #fff9f5;
    padding: 3em 0;
    margin-top: 3em;
 }

 .food-bg {
    padding: 3em 0;
 }


 .first_para {
    background-color: #fff9f5;
    padding: 3em 0;
 }
 .first_para .col-md-7 ul li {
    padding-bottom: 4px;
 }
.first_para .col-md-7 ul li i {
    color: #b7084f;
    padding-right: 5px;
}
.first_para .image {
    overflow: hidden;
}
.first_para .image img {
    border-radius: 15px;
}
.first_para .image img:hover {
    transform: scale(1.2);
    transition: transform 0.8s;
}

@media screen and (max-width: 768px) {
    .first_para .col-md-4, .col-md-8 {
        width: 100%;
    }  
    .first_para .image {
        margin-bottom: 20px;
    }
}


.daily_schedule {
    padding: 3em 0;
}
.daily_schedule .time_box {
    background-color: white;
    border: 2px solid #b7084f;
    padding: 0 20px;
    padding-bottom: 10px;
}
.daily_schedule .time_box .time {
    background-color: #b7084f;
    color: white;
    padding: 5px 20px;
    position: relative;
    bottom: 12px;
    font-weight: bold;
}
.daily_schedule .time_box .content {
    font-size: 15px;
    font-weight: 600;
}
.daily_schedule .note {
    background-color: white;
    border-left: 3px solid #b7084f;
    padding: 8px 30px;
    font-weight: bold;
    font-style: italic;
}

@media screen and (max-width: 1024px) {
    .time-form .col-md-7, .col-md-5 {
        width: 100%;
    }
    .daily_schedule .note {
        padding-top: 20px;
    }
}
 
.fact_about_200 {
    padding: 3em 0;
    background-color: #fff9f5;
}

.rules-refund {
    padding: 3em 0;
}
.rules-refund .code-conduct h4 {
    font-size: 22px;
    font-weight: 700;
}
.rules-refund .code-conduct ul li {
    padding-bottom: 4px;
}
.rules-refund .code-conduct ul li i {
    color: #b7081b;
    padding-right: 5px;
}

.what-give {
    padding: 3em 0;
}
.what-give .benefits-card {
    height: 300px;
    width: 350px;
    box-shadow: 1px 1px 10px rgb(230, 230, 230);
    padding: 10px 20px;
    margin: 50px auto;
    position: relative;
}
.what-give .benefits-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: solid 2px #b7084f;
    border-bottom: solid 2px #b7084f;
    transition: 0.5s;
    transform: scaleX(0);
}
.what-give .benefits-card::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-left: solid 2px #b7084f;
    border-right: solid 2px #b7084f;
    transition: 0.5s;
    transform: scaleY(0);
}
.what-give .benefits-card:hover::before, 
.what-give .benefits-card:hover::after{
  transform: scale(1);
}
.what-give .benefits-card i {
    border: 2px solid #b7084f;
    padding: 10px 11px;
    border-radius: 50px;
    background-color: #fff;
    font-size: 35px;
    transform: translate(0, -45px);
}
.what-give .benefits-card h4 {
    transform: translateY(-30px);
}
.what-give .benefits-card p {
    transform: translateY(-25px);
    text-align: justify;
}
.what-give .col-md-4 img {
    border-radius: 15px;
}

@media screen and (max-width: 768px) {
    .what-give .col-md-8, .col-md-4 {
        width: 100%;
    }
    .what-give .benefits-card {
        margin-bottom: 2px;
    }
}

.main-topics {
    padding: 3em 0 ;
    background-color: #fff9f5;
}

.main-topics .card-1 {
    box-shadow: 0.1px 0.1px 8px rgb(220, 220, 220);
    margin-top: 3em;
    text-align: justify;
    background-color: #fff;
    overflow: hidden;
}
.main-topics .card-1 .col-md-8 {
    padding: 10px 30px;
}
.main-topics .card-1 .col-md-4 {
    overflow: hidden;
}
.main-topics .card-1 #img1 {
    background: url(../../img/home-more.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-topics .card-1 #img2 {
    background: url(../../img/webp-img/yoga-teacher-doing-bakasana.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-topics .card-1 #img3 {
    background: url(../../img/webp-img/gallery101.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-topics .card-1 #img4 {
    background: url(../../img/webp-img/gallery104.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-topics .card-1 #img5 {
    background: url(../../img/home-ayurveda.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-topics .card-1 #img6 {
    background: url(../../img/webp-img/meditation2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-topics .card-1 #img7 {
    background: url(../../img/webp-img/pranayama.JPG);
    background-repeat: no-repeat;
    background-size: cover;
}
.main-topics .card-1 h2 {
    padding-bottom: 5px;
}
.main-topics .card-1 p {
    padding: 0;
    margin: 0;
}
.main-topics .card-1 #img8 {
    background: url(../../img/choose.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-topics .card-1 #img9 {
    background: url(../../img/ayurveda-tharapy.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-topics .card-1 #img10 {
    background: url(../../img/ayurvedic-treatment-massage-migrane-panchakarma-treatment-himalayan-yog-ashram.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-topics .card-1 #img11 {
    background: url(../../img/yoga-ayurved.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-topics .card-1 #img12 {
    background: url(../../img/ayurveda104.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-topics .card-1 #img13 {
    background: url(../../img/neck.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-topics .card-1 #img14 {
    background: url(../../img/knee-basti.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-topics .card-1 #img15 {
    background: url(../../img/Urdhwarthnam.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-topics .card-1 #img16 {
    background: url(../../img/nasya-karam.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-topics .card-1 #img17 {
    background: url(../../img/eye-basti.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-topics .card-1 #img18 {
    background: url(../../img/ayurveda103.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-topics .card-1 #img19 {
    background: url(../../img/facial.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.main-topics .card-1 {
   
    margin-top: 30px;
    background-color: #fff;
    
    box-shadow: 1px 1px 10px rgb(220, 220, 220);
    position: relative;
    }
.main-topics .card-1::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: solid 2px #b7084f;
    border-bottom: solid 2px #b7084f;
    transition: 0.5s;
    transform: scaleX(0);
}
.main-topics .card-1::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-left: solid 2px #b7084f;
    border-right: solid 2px #b7084f;
    transition: 0.5s;
    transform: scaleY(0);
}
.main-topics .card-1:hover::before, 
.main-topics .card-1:hover::after{
  transform: scale(1);
}
.main-topics .card-1 .image {
    width: 100%;
   
    overflow: hidden;
}
.main-topics .card-1 .col-md-4{ height:272px; }













@media screen and (max-width: 768px) {
    .main-topics .card-1 .col-md-4 {
        height: 300px;
    }
    .main-topics .card-1 .card-reverse {
        display: flex;
        flex-wrap: wrap-reverse;
    }
    .boxSection .card-reverse{
        display: flex;
        flex-wrap: wrap-reverse;
    }
    .boxImage img{height: auto;}
}

@media screen and (max-width: 412px) {
    .main-topics .card-1 .col-md-4 {
        height: 260px;
    }
    main{margin: 10px auto!important;}
    .two-sided img{    height: 250px;
}
.sticky_directLink{top: 60px;}

}


.food-accommodation {
    padding: 3em 0 ;
}
.food-accommodation ul li i {
    color: #b7084f;
    margin-right: 5px;
    padding-top: 10px;
}

.certificate {
    padding: 3em 0;
    background-color: #fff9f5;
}

.certificate ul li i {
    color: #b7084f;
    margin-right: 5px;
    padding-top: 10px;
}

@media screen and (max-width: 1024px) {
    .certificate .col-md-6 {
        width: 100%;
        margin-top: 20px;
    }
}

.alliance-certi {
    padding: 3em 0;
}
.alliance-certi .image  {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.alliance-certi .image .img1 {
    width: 80%;
    margin-right: 40px;
}
.alliance-certi .image .img2 {
    width: 50%;
}

@media screen and (max-width: 768px) {
    .alliance-certi .image .col-md-6 {
        width: 100%;
    }
    .alliance-certi .image .col-md-3, .col-md-3 {
        width: 40%;
    }
}

.activity-div {
    padding: 3em 0;
}
.activity-div .act-card {
    min-height: 380px;
    margin-top: 30px;
    background-color: #fff;
    text-align: center;
    box-shadow: 1px 1px 10px rgb(220, 220, 220);
    position: relative;
}
.activity-div .act-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: solid 2px #b7084f;
    border-bottom: solid 2px #b7084f;
    transition: 0.5s;
    transform: scaleX(0);
}
.activity-div .act-card::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-left: solid 2px #b7084f;
    border-right: solid 2px #b7084f;
    transition: 0.5s;
    transform: scaleY(0);
}
.activity-div .act-card:hover::before, 
.activity-div .act-card:hover::after{
  transform: scale(1);
}
.activity-div .act-card .image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.activity-div .act-card h4 {
    margin-top: 20px;
}
.activity-div .act-card p {
    text-align: justify;
    padding: 5px 10px;
}

@media screen and (max-width: 768px) {
    .activity-div .act-card {
        width: 80%;
        margin: 20px auto;
    }
    .activity-div .act-card .image {
        height: 200px;
    }
}
@media screen and (max-width: 667px) {
    .activity-div .act-card {
        width: 100%;
    }
}

.other-courses {
    padding: 3em 0;
}
.other-courses .course-card {
    box-shadow: 1px 1px 10px rgb(230, 230, 230);
    margin-top: 50px;
}
.other-courses .course-card .image {
    width: 100%;
    height: 220px;
}
.other-courses .course-card .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .other-courses .col-md-4 {
        width: 100%;
    }
    .other-courses .course-card {
        width: 80%;
        margin: auto;
        margin-top: 40px;
    }
    .other-courses .course-card img {
        height: 300px;
    }
}

@media screen and (max-width: 667px) {
    .other-courses .course-card {
        width: 100%;
    }
}

.two-sided {
    min-height: 380px;
}
.two-sided .carousel-item {
    min-height: 400px;
}
.two-sided .carousel-item img {
    min-height: 380px;
}

@media screen and (max-width: 768px) {
    .two-sided .carousel-item {
        min-height: 280px;
    }
    .two-sided .carousel-item img {
        min-height: 280px;
    }
    .one-sided {
        min-height: 280px;
    }

}

@media screen and (max-width: 412px) {
    .two-sided .carousel-item {
        min-height: 250px;
    }
    .two-sided .carousel-item img {
        min-height: 250px;
    }
    .one-sided {
        min-height: 250px;
    }

}

.fa-pagelines {
    margin-right: 6px;
    color: #b7084f;
    font-size: 20px;
}
.fa-book-open-reader, .fa-person-praying, .fa-book-bookmark, .fa-arrow-up-right-dots, .fa-book {
    color: #b7084f;
}

.breadcumb-section #cssmenu2 {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
}
.headpara{
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
}
.headpara p{    background: #ffffffbf;
    margin: 10px 120px;
    border-radius: 10px;
    color: #000000;
    padding: 7px;
}

.breadcumb-section #cssmenu2 h1 {
    color: #fff;
    font-weight: 800;
    font-size: 32px;
    background-color: #b7084f;
    padding: 5px 20px;
    border-radius: 15px;
    letter-spacing: 1.5px;
    margin-bottom: 50px;
}
.breadcumb-section .breadcumb200 h1{
    margin-bottom: 0px!important;
}
@media screen and (max-width: 768px) {
    .breadcumb-section #cssmenu2 h1 {
        font-size: 22px;
    }
}

@media screen and (max-width: 412px) {
    .breadcumb-section #cssmenu2 h1 {
        margin: 8px;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 1px;
    }
    .single-testimonial .testimonial-content .rating {text-align: left; display: block;}
}

@media screen and (max-width: 1024px) {
    .daly_schdul .col-md-7 {
        width: 100%;
    }
}

.white-colorful-back {
    background-color: #fff9f5;
}

.three-hundred-carousel #img1 {
    background-image: url(../../img/webp-img/STI_4749.webp);
    background-position: center;
    background-size: cover;
}
.three-hundred-carousel #img2 {
    background-image: url(../../img/webp-img/STI_582.webp);
    background-position: center;
    background-size: cover;
}
.three-hundred-carousel #img3 {
    background-image: url(../../img/webp-img/authentic8.webp);
    background-position: center;
    background-size: cover;
}

#staticBackdrop .modal-dialog .modal-content {
    width: 600px;
}
.popup-div .modal-header {
    padding: 10px;
}
.popup-div .modal-header button {
    margin-right: 10px;
}
.popup-div .modal-header img {
    width: 30%;
    margin: 0 10px;
}
.popup-div .modal-header h5 {
    font-size: 20px;
    margin: auto;
}
.popup-div .modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    /* color: #fff; */
    letter-spacing: 1.1px;
    padding-bottom: 30px;
}
.popup-div .modal-body .img {
    background-image: url(../../img/mental-detoxification-with-yoga.webp);
    height: 300px;
    width: 220px;
    background-size: cover;
    background-position: center;
    margin-right: 20px;
}
.popup-div .modal-body .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.popup-div .modal-body p {
    font-weight: 700;
}
.popup-div .modal-body .enroll {
    color: #b7084f;
    font-size: 25px;
    font-weight: 800;
}
.popup-div .modal-body p i {
    color: #b7084f;
}
.popup-div .modal-body div {
    margin-top: 10px;
}
.popup-div .modal-body div span {
    /* color: #fff; */
    font-weight: 700;
}
.popup-div .modal-body div span:first-child {
    margin-right: 10px;
}
.popup-div .modal-body div span i {
    color: #b7084f;
}
.popup-div .modal-footer {
    color: #000;
    font-size: 14px;
    padding: 5px 15px;
    font-weight: 700;
}
.popup-div .hour-div p {
    color: #b7084f;
}
.popup-div .hour-div p i {
    color: #000;
}

.direct-link .col-md-2 {
    margin: 0;
    padding: 0;
    background-color: #b7084f;
    border-left: 1px dashed #fff;
    width: 20%;
}
.direct-link .col-md-2:nth-child(1) {
    border-left: 0;
}
.direct-link .col-md-2 a {
    width: 100%;
    background-color: #b7084f;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-weight: 600;
    font-size: 16px;
}

@media screen and (max-width: 1220px) {
    .direct-link .col-md-2 {
        width: 33.33%;
    }
    .direct-link .col-md-2{
        border-bottom: 1px dashed #fff;
    }
    .direct-link .col-md-2:nth-child(4) {
        border-left: 0;
        border-bottom: 0;
    }
    .direct-link .col-md-2:nth-child(5) {
        border-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .direct-link .col-md-2 {
        width: 50%;
    }
    .direct-link .col-md-2:nth-child(4) { 
        border-left: 1px dashed #fff;
        border-bottom: 1px dashed #fff;
        width: 33.33%;
    }
    .direct-link .col-md-2:nth-child(3) {
        width: 33.33%;
    }
    .direct-link .col-md-2:nth-child(5) {
        width: 33.33%;
    }
    .direct-link .col-md-2 a {
        font-size: 14px;
    }
}
/* .active {
    border-bottom: 2px solid #b7084f;
} */


.first-therapie .cover {
    object-fit: cover;
    width: 100%;
    height: 350px;
}

.first-therapie {
    padding: 3em 0;
}
.first-therapie .col-md-8 h1 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #b7084f;
}
.first-therapie .col-md-4 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.first-therapie .col-md-4 img {
    border-radius: 5px;
    box-shadow: 0.1px 0.1px 5px rgb(220, 220, 220);
   
}

@media screen and (max-width: 768px) {
    .first-therapie .col-md-8 h1 {
        margin-top: 20px;
        font-size: 20px;
    }
}

.course-pop {
    display: block;
}

.our-journey-video iframe {
    width: 100%;
    height: 500px;
}



@media screen and (max-width: 480px) {
    .our-journey-video iframe {
        height: 400px;
    }
    .ashram-stay-content .section-title {
        margin-top: 30px;
    }
}

.about-yogiram {
    margin: 3em;
}

@media screen and (max-width: 768px) {
.testimonial-page .swiper-slide {height:685px;}
}


@media screen and (max-width: 768px) {
    .about-yogiram {
        margin: 3em 1em;
    }
}

.footer-widget-info .address, .footer-widget-info .whatapp-num {
    margin-bottom: 12px;
}

.what-include {
    padding: 3em 0;
}
.what-include .include-table tr th {
    background-color: #198754;
    color: #fff;
    font-size: 20px;
    padding-left: 20px;
}
.what-include .include-table tr td {
    color: #4c4c4c;
    font-size: 15px;
}
.what-include .include-table tr td i {
    margin-right: 8px;
    font-size: 16px;
}
.what-include .include-table tr td .fa-check {
    color: #198754;
}
.what-include .include-table tr td .fa-circle-xmark {
    color: #dc3545;
}

.weather-box {
    padding: 3em 0;
}
.weather-box .owl-carousel-temp {
    margin-top: 1.5em;
}
.weather-box p{ color:#000; }
.weather-box .weather-card {
    position: relative;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 10px;
    min-height: 320px; border-radius: 10px;}
    
 .weather-box-overlay { position: absolute; bottom: -20px; right: -32px; width: 80%; height: auto; overflow: hidden; opacity: .2;
    transition: .5s all; z-index: -1;}
 
  

   

.weather-box .weather-card div {
    font-size: 25px;
    color: #000;
}
.weather-box .weather-card div i {
    color: #b7084f;
    margin-right: 10px;
}
.weather-box .weather-card p {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .weather-box .weather-card {
        padding: 10px 30px;
        margin: 10px 20px;
        min-height: 280px;
    }
    .schdul_for_rspnsv .time_activity .spn2 {background-color: #ffffff; box-shadow: 0 2px 8px 0 rgb(103 151 255 / 9%), 0 4px 32px 0 rgb(103 151 255 / 9%);}
    .our-team .test-card { min-height: 400px;  width: 94%;}
}


 @media screen and (max-width: 927px) {
    .testimonial-section .test-card{ width:96%;  }
    .reach-yoga .col-md-8{ width:100%; }
     .reach-yoga .col-md-4{ width:100%; }
     .books .owl-carousel-books .item {width: 327px;}
     .books .item .books_mar img {width: 327px;}
}

@media only screen and (max-width: 390px) {
.extra-img { overflow: hidden; padding-top: 25px;}
.single-testimonial .testimonial-content .name {width: 1%;}
.single-testimonial .testimonial-author {  width: 40%; position: relative; bottom: 70px; left: 0px;}
.single-testimonial .testimonial-content .name {  width: 26%;}
.testimonial-section .test-card {width: 335px;}
.schdul_for_rspnsv .time_activity .spn2 {background-color: #ffffff; box-shadow: 0 2px 8px 0 rgb(103 151 255 / 9%), 0 4px 32px 0 rgb(103 151 255 / 9%);}
.what-give .owl-carousel .owl-nav i {  height: 45px;  width: 45px;  line-height: 45px;  text-align: center;
    background: #fff;  color: #b7084f;}
.single-testimonial .testimonial-content .rating {text-align: left; display: block;}
.testimonial-page .swiper-slide { height: auto;}
.testimonial-section .owl-carousel .owl-nav .owl-prev {  left: 2px;}
.testimonial-section .owl-carousel .owl-nav .owl-next {right: 2px;}
.direct-link .col-md-2:nth-child(5) { width: 100.33%;}
.direct-link .col-md-2:nth-child(4) { width: 66.33%;}


}


.text-reach{ font-size: 14px;  font-size: 15px;  padding: 6px 6px; color: #000; background-color: #ffc107; margin-top:20px;}
.text-reach span{ color: #dc3545!important; font-weight: 800; }
.text-reach {margin-bottom: 20px;}
.taxi-fare  { margin-top: 20px; text-align: center;}
.taxi-fare b{  text-align: center;  }
.reach-yoga tr th{ color: #b7084f; background: #fff; }
.reach-yoga .table{ margin-top:20px; }
.testimonial-section .test-card {width: 95%;}





.blog-wrapper .card-body p span{color: #b7084f;}
.btn-margin {text-align: center;}
.btn-margin .btn::before {  position: absolute;  content: "";  top: 2px;  right: 2px;  bottom: 2px;
    left: 2px;}
.contact-form .btn {padding: 5px 40px;}
.single-form input#name{color:#000;}
.imp-note{ text-align: left; background-color: #ffc107!important; padding: 10px;}
.imp-note span{ font-weight: bold; font-size: 15px;}
.imp-note2{ text-align: left; background-color: #ffc107!important; padding: 10px; margin-top:20px; }

.gallery-pic  .controls{ display: flex;  align-items: center;justify-content: center; flex-wrap: wrap; padding: 20px 0;  list-style: none;}

.gallery-pic .buttons{height: 40px;
            width: auto;
            background: #b7084f;
            color: #fff;
            font-size: 20px;
            line-height: 40px;
            cursor: pointer;
            padding: 0 20px;
            text-align: center;
            border-right: 1px dashed #fff;}
.gallery .controls .buttons.active { background-color: #fff;  color: #b7084f;  border: 1px dashed #b7084f;}

.accordion-button.collapsed {
    font-size: 16px;
    font-weight: 600;
}
 .accordion-item {
    margin-bottom: 8px;
    border: none;
    background: transparent;
}
 .accordion-button {
    color: #fff;
    background-color: #b7084f;
    box-shadow: none;
}
 .accordion-button:after {
    filter: brightness(200000%);
}
.faq-retreat .faq-accordion .accordion-item button.collapsed {
    border: 1px solid #b7084f;
    color: #000;
    background-color: #fff;}
 .faq-retreat .faq-accordion .accordion-item button::before {
   
    font-size: 25px;}
    .spacce{margin-top:3em;}


.box-item{ box-shadow: 0 1px 10px rgba(77, 77, 77, 0.2); margin: 15px 0px;}
.box-item-heading{color: #fff !important;background-color: #b7084f;padding: 10px 20px;
    font-weight: 500;font-size: 18px !important;}
.box-desc{padding: 0px 20px 10px 20px;background: #fff;}
.levels-box h4{color: #000!important; font-weight: 500;     border-bottom: 1px solid #b7084f;
    padding-bottom: 15px;}
.levels-box .row p{margin-bottom: 2px;}
.levels-box .row ul{padding-bottom: 15px; padding-left: 15px;}
.levels-box .row ul li{padding-bottom: 6px;}

 /* POP-UP CSS*/


 
.popup .modal-body {
    padding: 0px;
    overflow: hidden;}

.indian { padding: 0px; }
 
.modal-content { margin-top:100px; width:100%;}
.modal-content { position: relative; }

.modal-content ul li b{background: #b7084f;  padding: 3px; color: #fff; margin:2px 98px;}

.modal-content .img-manadala{position: absolute;     width: 75%;  right: 70px; bottom: 26px; 
    animation: spin 60s infinite linear;}
.bbp-heading{font-size:30px; text-align: center; }
.modal-content{ text-align: center; }
.modal-content h6{ padding-top:10px; }
.modal-content strong{ color:#b7084f; font-family: Halant, serif;}
.modal-content .col-md-6{background-color:#b7084f1c;}
.modal-content ul li i{background: #b7084f; color: #fff;  font-size: 23px;  width: 7%;  margin-right: 4px;}
.indian{ position: relative; }
 .btn-close {box-sizing: content-box;   color: #fff !important; border: 0; border-radius: 50%; text-align: right; background:#b7084f; position: absolute;  top: 0px;  right: 0px;  padding: 5px; opacity: 2; width: 3%; border-radius: 0px;}
 .btn-close {font-size: 23px;
    font-weight: 800;}
 .popup-overlay{ background: rgba(255, 255, 255, .70); position: absolute; top: 0px; left: 0px;
    width: 100%; height: 100%; text-align: center; }
.fs-bigger { font-size: 24px; }

/*close*/


/**responsive popup**/

@media screen and (max-width: 496px) { 
    .modal-content ul li b { margin: 2px 75px;}
}

@media screen and (max-width: 496px) { 
    .modal-content .img-manadala {
    position: absolute;
    width: 90%;
    right: 29px;
    bottom: 89px;
    animation: spin 60s infinite linear;
}
}
@media screen and (max-width: 480px) { 
.section-title .title {line-height: 1.5;}

}


@media screen and (max-width: 450px) { 
    .modal-content ul li b { margin: 2px 0px;}
    
}
@media screen and (max-width: 390px) { 
    .gallery-pic .buttons {padding:0 35px; margin: 2px;}
    .start-enroll-form .col-md-3{ width: 100%; }
}






/*css*/
.ashoka{width: 18%;}
.single-widget-info{ margin-bottom: 12px; }
.what-include tr th.bg-danger{ background: red; } 
.ret-pro .ret-card{min-height: 380px;margin-top: 30px;background-color: #fff;text-align: center;
    box-shadow: 1px 1px 10px rgb(220, 220, 220); position: relative;  }
.ret-pro .ret-card .retreat-text{ padding: 10px; } 
.ret-pro .ret-card .retreat-text p{ text-align: justify; }
.ret-pro .ret-card h3{ padding:10px; }  
.extra-img .cover{ object-fit: cover;
   width: 100%; height: 300px; }      
 .hightlight .box { text-align: center; display: flex; flex-direction: column; height: 200px;
align-items: center; justify-content: center; position: relative; cursor: pointer; margin-bottom: 20px;
transition: all 650ms ease-in;  box-shadow: 1px 1px 10px rgb(220, 220, 220);}
.hightlight .box .box-icon i{color: #b7084f;  font-size: 3.25rem; width: 5rem; height: 5rem; 
    line-height: 5rem;display: block; margin-bottom: 0.55rem;}

.hightlight  .box-title { font-size: 16px; font-weight: 600; text-transform: uppercase;
letter-spacing: 2px; line-height: 1.75;}

.hightlight .box::before {  content: '';  position: absolute;  top: 0;
right: 0;  bottom: 0;  left: 0;  border-top: solid 2px #b7084f;  border-bottom: solid 2px #b7084f;
transition: 0.5s; transform: scaleX(0);}

.hightlight .box::after { content: ''; position: absolute; top: 0; right: 0; bottom: 0;
left: 0; border-left: solid 2px #b7084f; border-right: solid 2px #b7084f; transition: 0.5s;
transform: scaleY(0);}

.hightlight .box:hover::before, 
.hightlight .box:hover::after{transform: scale(1);}
.hightlight .box:hover { color: #b7084f; transition: all 150ms ease-in; }

.hightlight .box:hover .box-icon i{ color: #4c4c4c !important;  }

.hightlight{padding: 3em 0;}
.faq-retreat {padding: 3em 0;}
.spacs {margin: 30px 0px 30px 0px;}
.ashram-page-text .text-center{margin-bottom: 30px; }
   .retreat-heading{color: #b7084f;
    background-color: #eef5ff;
    border-radius: 100px 100px 100px 100px;
    box-shadow: ;
    font-size: 1em;
    font-weight: 600;
    padding: 11px 32px 11px 27px;
    width: 50%; margin:0px auto;}
.ashram-page-section .chakra-img {
    position: absolute;
    top: -100px;
    right: -9%;
    width: 18%;
}
.ashram-page-section .chakra-img1 {
    position: absolute;
    top: -181px;
    right: -9%;
    width: 18%;
}
.section-new {overflow: hidden;background-color: #fff9f5;} 
.ttc-page-date .chakra-img { position: absolute;
    top: -100px;
    right: -9%;
    width: 18%;}
.new-heading-retreat h1{font-size: 2.24rem !important; text-align: center; }
.second-breadcumb{min-height: 168px;}
.second-breadcumb #cssmenu{ margin-top:0px;  }
.res-term{padding: 10px;}

button.close {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0px;
    background: #fff;
    color: #b7084f;
    height: 25px;
    opacity: 3;
    border-radius: 50%;
    width: 25px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

.popup-submit{padding:10px; font-size:15px; background:#01853a; border-radius:20px; color:#fff; font-weight: 800; width:90%;}
.bbp-right{ position: relative; }
.content-right{position: absolute; top:20px; left:92px; color:#fff;}
.bbp-right p {
    margin-bottom: 10px !important; font-size: 22px; text-align: center;
}
.bbp-cta{ border:2px solid #fff; color:#fff;  text-align: center;}
.pop-submit{text-align: center;}
.popup-himyoga{ background: url(../../img/webp-img/popupp.webp) no-repeat; background-size:contain;  }
.word-bg{background: #b7084f; color: #fff;}
.modal-body {padding: 0px;}
.noteOffer{    position: absolute;
    bottom: 0;
    right: 0px;
    color: #fff;
    font-size: 13px;
font-weight: 400;
letter-spacing: 0.8px;}
.flesh-paint-wrap {
    padding: 19px 10px 24px 10px !important;
   background-image: url(../../img/flesh.webp); no-repeat;
    background-size: 100% 100%;
    display: block;
    float: right;
    color: #000;
    font-style: italic !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    margin-bottom: 20px !important;
    font-size: 20px;
 
}
.bbp-heading { text-align: center;
    font-size: 15px !important;
    line-height: 1.5 !important;
    margin-bottom: 5px !important;
    display: block;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.modal-content .row{
    --bs-gutter-x: 0rem;}
 .cursive{  font-family: "Cookie", cursive;
  font-weight: 400;
  font-style: normal;}


@media screen and (max-width: 1024px) {
.retreat-heading{width: 60%;} 
 }
 @media screen and (max-width: 979px) {
   .retreat-heading{width: 70%;} 
 }
 @media screen and (max-width: 779px) {
 .retreat-heading{width: 80%;} 
}
@media screen and (max-width: 768px) {
 .popup-himyoga .bali-blog-popup{ display: none; }
  .content-right {background: #b7084f;}
  .paint-img{ display: none; }
  .flesh-paint-wrap {
    padding: 24px 73px 24px 95px !important;}
  .pop-submit {margin-bottom: 20px;}
  .bbp-heading {margin-top:20px;}
  .content-right {  top: 0; left: 0;}
  .bbp-right {width:100%;}
}

@media screen and (max-width: 677px) {
  .retreat-heading{width: 90%;} 
  } 

@media screen and (max-width: 588px) {
  
.new-heading-retreat h1{ font-size: 29px !important;}
}
@media screen and (max-width: 430px) {
    .new-heading-retreat h1{ font-size: 20px !important;}
.flesh-paint-wrap {padding: 14px 5px 14px 3px !important; font-size: 15px;}
.content-right li{font-size: 16px;}
.bbp-heading {
    margin-top: 30px;
}
.footer-widget-wrapper {
    padding:  0px;
}
.home-course-img .cover {
    height: auto;}
.gallery-new .controls .buttons {margin-bottom: 2px;}

/*.flesh-paint-wrap{padding: 15px 11px 24px 6px !important;}*/

}
@media screen and (max-width: 360px) {
    .flesh-paint-wrap {
    padding: 19px 17px 24px 14px !important;
}

}

.a_excursion_c2{position: relative;}
.a_excursion_c2 .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.a_excursion_c2 .a_excursion_content {
    position: absolute;
    bottom: 0;
    padding: 12px;
    text-align: center;
    margin-bottom: 24px;
    color: white;
}
.a_excursion_c2 .a_excursion_content h3{color: #fff!important;}
.excusion-boxes{padding: 0 15px;}
.review_video_c2 iframe {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    display: block;
}

.notic-area .box {
    border-bottom: 1px solid rgba(136, 114, 37, 0.3);
}
.notic-area .box-icon {
    width: 4rem;
    height: 3.5rem;
    line-height: 3.5rem;
    font-size: 2.5rem;
}
.notic-area .box-icon img {
    padding-right: 1rem;
}

.notic-area .box-title{ color: #2b2929;font-weight: 600; font-size: 18px;}
.notic-area .date-seats{text-align: left; color: #b7084f;}
.notic-area .date-seats span{color: #3e3a3c; font-weight: bold;}
.notic-area .acc-type{text-transform: uppercase;color: #b7084f;font-weight: bold;}
.notic-area .acc-price{color: #161515;font-weight: bold;}

@media (max-width: 400px) {
.headpara p{    margin: 2px;}
.excusion-boxes .row .col-md-3{width: 100%;}
.a_excursion_c2{margin-bottom: 15px;}
.review_video_c2{margin-bottom: 15px;}
.notic-area .box{justify-content: center;}
.notic-area .box-title{font-size: 16px;}
} 




.harmonium-class {
    background: url('../../img/bg-service.jpg') no-repeat;
    padding: 100px 0;
    background-size: cover;
}

.harmonium-box {
    width: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.harmonium-box .content p{padding: 15px 0px; text-align: justify;}