.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    content: "";
    background: #1c144e8a !important;
    z-index: 999;
    height: 110px;
    overflow:auto;
} 

@media (max-width: 990px){
    .sauna-benefit{
        display: none;
    }
}
/*-------------FAQ Accordion Section---------------*/
.panel-group{
    box-shadow: -2px 4px 10px 0px rgba(0, 0, 0, 0.198);
    border-radius: 7px;
}
.accordion {
    font-family: inherit;
    background: #852aff;
    color: rgb(255, 255, 255);
    cursor: pointer;
    padding: 18px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    width: 100%;
    border-radius: 7px;
}
.panel-group .active, .accordion:hover {
    background-color: #500ade;
}
.accordion:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 26px;
    content: "\f107";
    color: white;
    float: right;
    margin-top: 0px;
    margin-left: 5px;
}
.panel-group .active:after {
    content: "\f106";
}
.panel {
    padding: 0px 18px;
    background-color: rgba(255, 255, 255, 0);
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-out;
    margin-right: 20px;
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 20px;
}
.panel-body{
    padding: 40px;
}
/*--------------------------
Mobile Responsive
----------------------------*/
@media (min-width: 320px) and (max-width: 767px){
    .panel-body{
        padding: 40px 0px;
    }
}
@media (max-width: 480px){
    .accordion{
        font-size: 14px;
    }
}
/*-------------FAQ Accordion Section---------------*/
/*------------------------------------------------------------------------------------
Form POP-UP
--------------------------------------------------------------------------------------*/
.center-div{
    text-align: center;
    margin: 0 auto;
}
#recaptcha1{
    max-height: 35px;
    clear: both;
    display: inline-block;
    margin-top: 3px auto;
}
.status-div{
    text-align: center;
    color: #ff2f3a;
    max-height: 25px;
    font-size: 17px;
}
.modal-anchor{
    cursor: pointer;
}
.input-form{
    width: 100%;
    border: 1px solid rgb(209, 209, 209);
    padding: 5px;
}
.modal-body label{
    margin-top: 7px;
    margin-bottom: 3px;
    font-size: 15px;
}
.modal-body textarea{
    margin-bottom: 16px;
}
.modal-body ::placeholder{
    font-size: 13px;
}
.modal{
    z-index: 999999999999;
}
.modal-header {
	background-color: #6610f2;
}
.white {
    color: #ffffff;
}
.modal-body {
	background-color: #ebebeb21;
}
.close {
    color: #ffffff;
	font-size: 40px;
}
/*------------------------------------------------------------------------------------
Form POP-UP
--------------------------------------------------------------------------------------*/
/*------------Modal-Form Section-------------------------------------*/

/* .modal-body input{   
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@media (min-width: 320px) and (max-width: 767px){
    .input-form{
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        height: 35px;
        padding: 0 10px;
    }
    .modal-body textarea{
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        height: 10vh;
        padding: 0px;
    }
    .mob_btn{
        height: 35%;
        width: 50%;
        padding: 0;
    }
    .modal-body input{
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin-bottom: -2px;
    }
} */
/*------------Modal-Form Section-------------------------------------*/
/*------------Image Gallery Section-------------------------------------*/    
/* .gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%; 
} */
.gallery .pics {
    -webkit-transition: all 0ms ease;
    transition: all 0ms ease; 
}
/* .gallery .pics:nth-child(4n+1) {
    clear: left;
} */

.gallery .pics {
    float: left;
    width: 33%;
}

.gallery .animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); 
}


@media (max-width: 480px) {
    .gallery .pics {
    float: left;
    width: 50%;
}
}

@media (max-width: 400px) {
    .btn.filter {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    }
}


.gallery-buttons{
    text-align: center;
}
.gallery-buttons button{
    background-color: rgba(255, 255, 255, 0);
    border: none;
    cursor: pointer;
}
.gallery-buttons h1{
    font-size: 100%;
}
.container-hover {
    position: relative;
    width: 100%;
}

.hover-image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.container-hover:hover img{
    transition: .5s ease;
    opacity: 0.1;
}

.container-hover:hover .middle {
    opacity: 1;
}

.hover-text {
    /* background-color: #4CAF50; */
    color: white;
    /* font-size: 16px; */
    padding: 5px 10px;
}
/* .hover-text h1{
    font-size: 110%;
} */
.hover-text p{
    font-size: 90%;
}
.read-more-box{
    cursor: pointer;
}
.read-more-box .boxed-btn{
    line-height: 47px;
}
.read-more{
    width: 140px;
    height: 50px;
    font-size: 12px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
/*------------Image Gallery Section-------------------------------------*/
/* === Portfolio Section ==== */
.gallery-buttons {
	margin: 0 0 20px 0 !important;
	text-align: center;
}
.gallery-buttons span {
	color: #5e69ed;
	font-size: 16px;
}
.gallery-buttons span:hover {
	color: #3172e9;
}
.container-hover {
	background: #3172e9;
}
.container-hover p {
	font-size: 18px;
	color: #fff;
}
.container-hover h5 {
	font-size: 20px;
	color: #fff;
	font-weight:400;
}
.container-hover img {
	width: 100%;
}
@media (min-width: 990px) and (max-width: 1200px) {
    .hover-text{
        padding: 5px 5px;
    }
    .hover-text h5{
        font-size: 110%;
    }
    .hover-text p{
        font-size: 90%;
    }
}
@media (min-width: 767px) {
    .display-mob{
        display: none;
    }
}
@media (max-width: 767px) {
    .container-hover{
        display: none;
    }
}
@media (min-width: 767px) and (max-width: 989px) {
    .hover-text{
        padding: 0px 0px;
    }
    .hover-text h5{
        font-size: 80%;
    }
    .hover-text p{
        font-size: 80%;
    }
    .hover-text .margin-top-20{
        margin-top: -10px;
    }
    .middle {
        top: 45%;
        left: 50%;
    }
}

/* 
@media (min-width: 480px) and (max-width: 766px) {
    .hover-text{
        padding: 0px 0px;
    }
    .hover-text h5{
        font-size: 50%;
    }
    .hover-text p{
        font-size: 50%;
    }
    .hover-text .margin-top-20{
        margin-top: -10px;
    }
    .hover-text .read-more{
        width: 70px;
        height: 30px;
        font-size: 10px;
    }
    .read-more-box .boxed-btn {
        line-height: 27px;
    }
    .middle {
        top: 43%;
        left: 50%;
    }
}
@media (max-width: 480px) {
    .hover-text{
        padding: 0px 0px;
    }
    .hover-text h5{
        font-size: 50%;
    }
    .hover-text p{
        font-size: 50%;
    }
    .hover-text .margin-top-20{
        margin-top: -10px;
    }
    .hover-text .read-more{
        width: 70px;
        height: 30px;
        font-size: 10px;
    }
    .read-more-box .boxed-btn {
        line-height: 27px;
    }
    .middle {
        top: 43%;
        left: 50%;
    }
} */
/* === Modal ==== */
.collection .center-div{
    text-align: center;
    margin: 0 auto;
}
.collection #recaptcha2,
.collection #recaptcha3,
.collection #recaptcha4,
.collection #recaptcha5,
.collection #recaptcha6,
.collection #recaptcha7,
.collection #recaptcha8,
.collection #recaptcha9,
.collection #recaptcha10{
    /* max-height: 35px;
    clear: both;
    display: inline-block; */
    /* margin: 3px auto 0px; */
    margin: 0 auto;
    transform:scale(0.958);
    transform-origin:0 0;
}
.collection .status-div{
    margin: 0 auto;
    text-align: center;
    color: #ff000d;
    max-height: 25px;
    font-size: 17px;
}
.collection .modal-anchor{
    cursor: pointer;
}
.collection .input-form{
    width: 100%;
    border: 1px solid rgb(209, 209, 209);
    padding: 5px;
}
.collection .modal-body label{
    margin-top: 7px;
    margin-bottom: 3px;
    font-size: 15px;
}
.collection .modal-body textarea{
    margin-bottom: 10px;
}
.collection .modal-body ::placeholder{
    font-size: 13px;
}
.collection .modal-lg {
    max-width: 1280px;
}

.collection .modal-body {
    padding: 0;
}
.collection .modal-body span {
    text-transform: uppercase;
}
.collection .modal-body ul {
    margin: 20px 0;
	padding: 0 0 0 20px;
    list-style: square;
    font-size: 13px;
}
.collection .modal-body form {
    margin-right: 30px !important;
    text-align: left !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.collection .modal-title {
    font-size: 26px;
    font-weight: 400;
    margin: 20px 15px 0 0;
}
.collection .input-form {
    margin: 10px 15px 10px 0 !important;
    padding: 2px 10px;
    border-radius: 0;
    line-height: 35px;
    height: 35px;
    /* border: none; */
    border: 1px solid rgb(209, 209, 209);
}
.collection .message {
    line-height: 65px;
    height: 85px;
    resize: none;
}
.collection button.close {
    padding: 5px 10px;
}
.collection .close {
    font-size: 2.5rem;
    font-weight: 400;
	color: #444444;
}
.no-display-mob img{
    position: relative;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translateX(-50%);
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@media (max-width: 1280px) {
    .collection .modal-lg {
        max-width: 989px;
    }
    
    .collection .modal-title{
        font-size: 18px;
    }
    .collection .modal-body span {
        font-size: 13px;
    }
    .collection .modal-body ul {
        margin: 10px 0;
        padding: 0 0 0 10px;
        font-size: 11px;
    }
    .collection .modal-body form {
        padding-bottom: 10px !important;
    }
    .collection .modal-body .boxed-btn{
        width: 130px;
        height: 50px;
        line-height: 30px;
        font-size: 12px;
    }
    .collection .input-form{
        padding: 0;
    }
}
@media (max-width: 990px) {
    .collection .modal-dialog {
        margin: 10px auto;
    }
    .collection .modal-lg {
        max-width: 340px;
    }
    .no-display-mob{
        display: none;
    }
    .collection .modal-body{   
        padding: 0 10px 10px;
    }
    .collection .modal-title{
        margin: 15px 0px 0 13px;
    }
    .collection .range{
        margin: 15px 0px 0 14px;
    }
    .collection .modal-body ul{
        margin: 5px 0px 0 17px;
    }
    .collection .input-form{
        padding: 0;
        margin: 10px 10px 0px 14px !important;
    }
    .collection input{
        padding: 0;
    }
    .collection .center-div{
        margin: 10px 0px 0px 28px;
    }
    
}