@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Damion&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&family=Tangerine:wght@700&display=swap');

/*
font-family: 'Pinyon Script', cursive; 
font-family: 'Damion', cursive;
font-family: 'Poppins', sans-serif; 
*/
body {
    font-family: 'Poppins', sans-serif;
}

/* FIXED HEADER */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.sticky + .content {
    padding-top: 102px;
}

/* HEADER */
header {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
    padding: 0;
}

.topbar {
    text-align: center;
    background: #0054ff;
    padding: 5px 0px;
    color: white;
    font-size: 12px;
}

a.spalogowrap {
    text-decoration: none;
}

.spalogowrap img {
    max-width: 50px;
}

.massagelogo {
    width: 255px;
    margin-left: 10px;
    border-left: 1px solid #dedadacc;
    padding-left: 10px;
}

.spalogowrap span {
    color: #222;
}

.nav.navbar-nav.navbar-right {
    padding: 0px 0px;
}

/* NAV STYLE */
.navbar-default {
    font-family: 'Poppins', sans-serif;
    background-color: transparent !important;
    border-color: transparent !important;
    margin: 0px;
}

.navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    font-weight: 500;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus {
    color: #ff6060;
    font-weight: 500;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a:hover {
    color: #e63a0d;
    background-color: transparent;
}

/* BANNER/TITTLE */
.carousel-control.right,
.carousel-control.left {
    background: transparent !important;
}

.carousel-control {
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 89%) !important;
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: 1 !important;
}

#spaTitle {
    text-align: center;
    padding: 0px 0px 0px;
}

#spaTitle h1 {
    font-size: 50px;
    margin: 0px 0px 15px;
    font-weight: 600;
}

#spaTitle h3 {
    font-family: 'Damion', cursive;
    color: #20AC7A;
    font-size: 44px;
    margin: 0px 0px 45px;
}

#spaCard {
    padding: 50px 0px;
}

/* ALL CARDS 
#spaCard {
        padding: 50px 0px;
}

.spa-card {
        position: relative;
}

.spa-card img {
        max-width: 100%;
}

.spa-card {

        position: relative;
}*/

.card-image {
    position: relative;
}

.buyNowicon {
    position: absolute;
    width: 28%;
    top: -19px;
    left: 26px;
}

/*.card-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;
}

.spa-card:hover .card-image {
opacity: 0.5;
filter: grayscale(1);
}

.spa-card:hover .middle {
opacity: 1;
}*/

/*.text {
background-color: #04AA6D;
color: white;
font-size: 16px;
padding: 16px 32px;
}*/

.text a {
    font-size: 18px;
    font-weight: 600;
    background: #e6390d;
    color: #fff;
    padding: 10px 33px;
    border-radius: 6px;
    min-width: 100px;
    text-align: center;
    box-shadow: 0px 3px 9px rgb(0 0 0 / 30%);
}

.text a:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

/* INNER PAGE SYLE */
#main-wrapper {
    padding: 50px 0px;
    background: #e6eaf5;
    min-height: 80vh;
}

.detailsblock {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 5px 10px rgb(208 214 232);
    margin: 0px 0px 40px;
    padding: 3% 6%;
}

.detailsblock h1 {
    text-align: center;
    font-size: 26px;
    color: #000;
    line-height: 28px;
    font-weight: 700;
}

.detailsblock h2 {
    text-align: center;
    font-size: 20px;
    color: #000;
    line-height: 33px;
    font-weight: 600;
    /*margin-bottom: 40px;*/
}

.detailsblock strong,
.detailsblock strong a {
    display: block;
    color: #65b162;
    font-size: 26px;
    font-weight: 700;
}

.detailsblock strong img {
    position: relative;
    top: -3px;
}

.detailsblock h2 span {
    background: #c1ffc2;
    padding: 6px 18px;
    border-radius: 20px;
    border: 1px solid #8ad18b;
}

.leftbar {
    border-left: 1px solid #eee;
}

ul.reedem-list {
    margin-top: 30px;
    padding: 0px;
    text-align: left;
}

ul.register-list {
    margin-top: 30px;
    padding: 0px 5%;
    text-align: left;
}

ul.reedem-list li,
ul.register-list li {
    font-weight: 600;
    font-size: 17px;
    list-style: none;
    margin-bottom: 20px;
}

ul.register-list li i {
    display: block;
    margin-left: 30px;
    font-size: 14px;
    color: #888;
    font-style: normal;
    font-weight: 400;
}

ul.reedem-list li span,
ul.register-list li span {
    background: #e6390d;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    padding: 1px;
    margin-right: 6px;
    color: #fff;
    border-radius: 40px;
}

#main-wrapper img {
    align-self: center;
    /*margin: 0px 0px 0px;*/
}

.innerpage-img {
    padding: 0px 10%;
}

.innerpage-img-new {
    padding: 0px 10%;
    margin-bottom: 10px !important;
}

.UPIOption.col-md-8 {
    width: 100%;
    display: block;
}

.UPIOption label {
    display: inline-block;
    max-width: 100%;
    margin: 18px 0px 10px;
    font-weight: 700;
    border-top: 1px solid #e7e7e7;
    display: block;
    padding-top: 18px;
    text-align: center;
}

.upiblock {
    background: #ffffff;
    margin: 15px 0px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #d1d1d1;
}

.upiblock:hover {
    background: #fdfdfd;
    box-shadow: 0px 4px 6px #c6cad17d;
    border-color: #f4f5f7;
}

.upiblock img {
    width: 100%;
}

/*TAB*/
.nav-tabs {
    border-bottom: none !important;
    text-align: center;
    width: 70%;
    background: transparent;
    margin: auto;
    padding: 0px 9px 0px 9px;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    margin: 0px 4px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #ffffff;
    cursor: default;
    background-color: #184294;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
}

.nav-tabs>li>a {
    min-width: 270px;
    line-height: 1.42857143;
    border: 1px solid #fdfdfd00;
    border-radius: 5px;
    font-size: 16px;
    color: #888;
    font-weight: 500;
    background: #ebebeb;
}

.tab-content {

    /* text-align: center; */
}

.sampletext {
    font-size: 18px;
    font-weight: 600;
    color: #637dee;
}

img.tabImg {
    width: 390px;
    margin: 0px auto 30px !important;
    display: block;
    border-radius: 10px;
    border: 1px solid #ccc;
}

img.Spacard {
    width: 100%;
    margin: 0px auto 30px !important;
    display: block;
    border-radius: 10px;
    border: 1px solid #ccc;
}

img.address-card {
    width: 390px;
    margin: 0px;
    display: block;
    float: right;
    border-radius: 10px;
    border: 1px solid #ccc;
}

/*ADDRESS*/

.mainWhiteBlock h1 {
    text-align: center;
    font-size: 26px;
    color: #000;
    line-height: 28px;
    font-weight: 700;
}

.mainWhiteBlock {
    background: #fff;
    padding: 3.5% 5%;
    border-radius: 20px;
    box-shadow: 0px 5px 10px rgb(208 214 232);
}

.mainWhiteBlock h3{
    font-size: 18px;
    color: #000;
    line-height: 25px;
    font-weight: 700;
    background: #e6eaf5;
    margin:30px 0px 25px ;
    padding: 5px 10px;
    border-radius: 5px;
}

.mainWhiteBlock hr {
    display: none;
    margin-top: 10px;
    margin-bottom: 31px;
    border: 0;
    border-top: 1px solid #ffaeae;
}



/* CONTACT US */
.contact-lead-form {
    background: #fff;
    padding: 13px 3px;
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgb(208 214 232);
}

.contact-lead-form h3 {
    font-family: 'Tangerine', cursive;
    font-size: 60px;
    margin: 0px 0px 15px;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #ccc; */
    font-weight: 600;
    color: #e82c39;
}

.contact-lead-form .form-group label {
    color: #555;
    /*float: left;*/
    font-weight: 600;
}

.contact-lead-form textarea.form-control {
    height: auto;
}

.form-control {
    height: 36px;
    border-radius: 2px;
    box-shadow: none;
}




.custom.checkbox > label,
.custom.radio > label {
    position: relative;
    cursor: pointer;
    padding-left: 40px;
}
.custom input[type="checkbox"],
.custom input[type="radio"] {
    position: relative;
    margin-left: -26px;
    margin-right: 12px;
    cursor: pointer;
}
.custom input[type="checkbox"]:after,
.custom input[type="radio"]:after {
    content: "";
    position: absolute;
    top: -5px;
    left: -4px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #5f6368;
    cursor: pointer;
}
.custom input[type="checkbox"]:before {
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transform: rotate(-45deg) scale(0, 0);
    content: "";
    position: absolute;
    left: -1px;
    z-index: 1;
    width: 13px;
    height: 7.5px;
    border: 2px solid #22b58f;
    border-top-style: none;
    border-right-style: none;
}
.custom input[type="checkbox"]:checked:before {
    transform: rotate(-45deg) scale(1, 1);
}
.custom input[type="checkbox"]:after {
    border-radius: 2px;
}
.custom input[type="radio"] {
    top: -2px;
}
.custom input[type="radio"]:before {
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transform: scale(0, 0);
    content: "";
    position: absolute;
    top: 2px;
    left: 1px;
    z-index: 1;
    width: 10px;
    height: 10px;
    background: #e82c39;    
    border-radius: 50%;
}
.custom input[type="radio"]:checked:before {
    transform: scale(1, 1);
    border: 2px solid #e82c39;
}
.custom input[type="radio"]:checked:after {
    border: 2px solid #e82c39;
}
.custom input[type="radio"]:after {
    border-radius: 50%;
    top: -3px;
}




img.contactinfo-card {
}

.contactinfo {
    background: #fff;
    padding: 5% 8%;
    border-radius: 20px;
    border: 1px solid #e9e8e8;
    min-height: 209px;
    text-align: left;
}

.contactinfo h3 {
    font-size: 22px;
    text-transform: uppercase;
    margin: 0px 0px 15px;
    padding-bottom: 10px;    /* border-bottom: 1px solid #ccc; */
    font-weight: 600;
}

.contactinfo p {
    font-size: 15px;
    line-height: 28px;
}

iframe {
    background: #fff;
    padding: 2%;
    border-radius: 15px;	/* box-shadow: 0px 5px 10px rgb(208 214 232); */
}

.addresstabs .nav-tabs {
    border-bottom: none !important;
    text-align: center;
    width: 100%;
    background: transparent;
    margin: auto;
    padding: 0px 9px 0px 9px;
}

.addresstabs .nav-tabs>li>a {
    min-width: 185px;
}

.btnSubmit {
    color: #fff;
    background-color: #2b5dc1;
    border-color: transparent;
    font-weight: 600;
    width: 100%;
    text-decoration: none;
}

.btnSubmit:hover {
    background-color: #e82c39;
    color: #fff;
}

/* SPA FEATURE */
#spaFeature {
    background-image: linear-gradient(45deg, #2E9FB7 0%, #312975 99%, #312975 100%);
    padding: 11px 0px 5px;
    text-align: center;
}

.freeSticker img {
    transform: rotate(-20deg);
    margin-top: 23px;
    float: left;
    width: 100%;
}

.clockIcon img {
    margin-top: 26px;
    float: right;
    width: 100%;
}

.featureText p {
    font-family: 'Helvetica', cursive;
}

#spaFeature p {
    font-size: 38px;
    color: #fff;
    line-height: 58px;
    padding: 19px 0px 0px;
    font-weight: 400;
}

/* #spaFeature p strong {
        font-size: 35px;
        display: block;
        font-weight: 600;
}

#spaFeature p span {
        color: yellow;
}

#spaFeature p span img {
width: 53px;
position: relative;
top: -4px;
}

#spaFeature .fifclock {
        width: 70px;
} */

/* OUR BEST */
#ourbest {
    padding: 50px 0px;
    position: relative;
    overflow: hidden;
    max-height: 718px;
}

#myVideo {
    position: relative;
    right: 0;
    top: -51px;
    width: 100%;
}

.content {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 60px 0px;
    left: 0;
    right: 0;
    min-height: 530px;
}

.content p {
    margin-bottom: 30px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}

.content p span {
    font-weight: 400;
    display: block;
    font-size: 14px;
}

.content img {
    width: 100%;
    border-radius: 0%;
    background: #fff;
    margin-bottom: 20px;
}

/* WHY CHOOSE */
#whyChoose {
    padding: 50px 0px;
    background: #e6eaf5;
    overflow: hidden;
}

#whyChoose h4 {
    font-size: 25px;
    font-weight: 800;
    color: #000;
    margin: 0px 0px 20px;
}

#whyChoose ul {
    padding: 0px 0px 0px 24px;
}

#whyChoose ul li {
    padding: 0px;
    list-style: none;
    margin-bottom: 10px;
    position: relative;
}

#whyChoose ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    position: absolute;
    left: -22px;
    color: #e6390d;
}

#whyChoose img {
    width: 100%;
    margin-top: 10%;
}

/* SPA PACKAGES */
#spaPackages {
    margin: 50px 0px;
}

.spapack-block {
    background: rgb(255 255 255 / 0%);
    min-height: 310px;
    margin-bottom: 33px;
    text-align: center;
}

/* FIXED ITEMS */
.socialmedia_fixed {
    position: fixed;
    z-index: 99;
    bottom: 27%;
    left: 0;
}

.socialmedia_fixed ul {
    padding: 0px;
    margin: 0px;
}

.socialmedia_fixed ul li {
    list-style: none;
    margin: 5px 0px;
}

.fixed-right {
    position: fixed;
    z-index: 99;
    bottom: 27%;
    right: 0;
}

.fixed-right li {
    list-style: none;
    margin: 13px 0px;
}

.fixed-right img {
    width: 52px;
}

/*.whatsapp_fixed,.callback_fixed,.buynow_fixed,.inquire_fixed,.feedback_fixed {
position: fixed;
z-index: 99;
}

.whatsapp_fixed{
bottom: 44%;
right: 5px;
}

.callback_fixed{
bottom: 38%;
right: 5px;
}

.feedback_fixed {
bottom: 32%;
right: 5px;	
}

.inquire_fixed {
bottom: 50%;
right: 5px;
}

.whatsapp_fixed img, .callback_fixed img, .feedback_fixed img {
width: 45px;
}

.inquire_fixed img {
width: 45px;
}

.buynow_fixed {
bottom: 31%;
right: 0;
}*/
.whatsapp_fixed img,
.callback_fixed img,
.buynow_fixed img {

    /* animation: shake 1s;
    animation-iteration-count: infinite; */
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }

}

/* FOOTER */
footer {
    padding: 30px 0px 20px;
    text-align: center;
    font-weight: 500;
    border-top: 1px solid #ced4e5;
}

footer p {
    color: #666;
    padding: 0px 10%;
    font-size: 17px;
    margin-bottom: 5px;
    line-height: 30px;
}

footer p strong {
    color: #000;
}

footer .footerlinks ul {
    padding: 0;
    margin: 0px 0px 0px;
    text-align: center;
}

footer .footerlinks ul li {
    list-style: none;
    align-items: center;
    margin: 0px 30px;
    display: inline-block;
}

footer .footerlinks ul li a {
    color: #666;
    font-size: 15px;
    text-decoration: none;
}

footer .footerlinks ul li a:hover {
    color: #e63a0d;
}

/* FORM */
.leadFormblock {
    background: #fff;
    padding: 0px;
    border-radius: 20px;
    box-shadow: 0px 5px 10px rgb(208 214 232);
}

.queryLeft {
    padding: 30px;
    background: #86adfc;
    min-height: 80vh;
}

.queryLeft h3 {
    margin: 0px;
}

.queryRight {
    padding: 30px;
}

/* MODEL STYLE */
.img-replace {

    /* replace text with an image */
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
}

.bts-popup {
    z-index: 99;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.bts-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.bts-popup-container {
    position: relative;
    width: 90%;
    max-width: 800px;
    margin: 4em auto;
    background: #f36f21;
    border-radius: 10px;
    padding: 0px;
    text-align: center;
    box-shadow: 0 0 2px rgb(0 0 0 / 20%);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow: hidden;
}

.bts-popup-container img {
    padding: 0;
}

.bts-popup-container p {
    font-family: 'Tangerine', cursive;
    color: white;
    padding: 68px 40px 0px;
    font-size: 30px;
    font-weight: 500;
}

.bts-popup-container p strong {
    font-weight: 700;
}

.bts-popup-container .bts-popup-button {
    padding: 5px 25px;
    border: 2px solid white;
    display: inline-block;
    margin-bottom: 10px;
}

.bts-popup-container a {
    text-decoration: none;
    text-transform: uppercase;
}

.bts-popup-container .bts-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
}

.bts-popup-container .bts-popup-close::before,
.bts-popup-container .bts-popup-close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 16px;
    height: 3px;
    background-color: white;
}

.bts-popup-container .bts-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}

.bts-popup-container .bts-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 6px;
    top: 13px;
}

.is-visible .bts-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

@media only screen and (min-width:1170px) {
    .bts-popup-container {
        margin: 8em auto;
    }

}

/*FRAME STYLE*/
.frmbx {
    min-height: 430px;
    padding: 10% 40px;
}

/*:root {
--skintone-color: #e82c39;
--dark-color: #3A3D3E;
}

.main {
height: 100%;
}

body {
padding: 0;
margin: 0;
height: 100%;
}

.body {
height: 100%;
display: flex;
justify-content: center;
flex-direction: column;
background-size: 140% !important;
background-repeat: no-repeat !important;
background-position: center !important;
}

@media (min-width:992px) {
.body {
        background-size: 148vh !important;
        background-repeat: no-repeat !important;
        background-position: 50% -31vh !important;
}

}*/

/*.row {
margin-right: 0;
margin-left: 0;
}

.social-row {
display: flex;
flex-direction: column;
right: 0;
position: absolute;
}*/

@media (min-width:768px) {
    .social-row {
        position: relative;
        flex-direction: row;
        justify-content: flex-end;
    }

}

.social-row a {
    width: 2em;
    height: 2em;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 1em 0;
    z-index: 99;
    margin-bottom: 1em;
    margin-right: 1em;
}

@media (min-width:768px) {
    .social-row a {
        width: 2.5em;
        height: 2.5em;
        padding: 1em 0;
        margin-bottom: 0;
    }

}




.lead {
    font-size: 1.5rem;
    padding-top: 0.5em;
}

@media (min-width:992px) {
    .lead {
        font-size: 2rem;
        padding-top: 0.5em;
    }

}

@media (min-width:1200px) {
    .lead {
        font-size: 2.5rem;
        padding-top: 1em;
    }

}

p.general {
    font-size: 2.5vh;
    margin-bottom: 0.5em;
    line-height: 1.25em;
}

@media (min-width:992px) {
    p.general {
        font-size: 1.25em;
        line-height: 1.5em;
    }

}

@media (min-width:1200px) {
    p.general {
        font-size: 1.5em;
    }

}

.inner-border {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.outer-border {
    border: 2px solid #e82c39;
    height: 99%;
    width: 98%;
    padding: 6px;
    margin: 0 auto;
}

@media (min-width:992px) {
    .outer-border {
        height: 94%;
    }

}

.mid-border {
    border: 6px solid #e82c39;
    height: 100%;
    width: 100%;
    padding: 6px;
    margin: auto;
}

.inner-border {
    position: relative;
    border: 2px solid #e82c39;
    height: 100%;
    width: 100%;
    margin: auto;
}

/* Decorations */
.corner-decoration {
    position: absolute;
    width: 3em;
    margin: -3px;
}

@media (min-width:768px) {
    .corner-decoration {
        width: 3.5em;
        margin: -4px;
    }

}

@media (min-width:992px) {
    .corner-decoration {
        width: 4em;
        margin: -5px;
    }

}

@media (min-width:1200px) {
    .corner-decoration {
        width: 5em;
        margin: -6px;
    }

}

.corner-decoration.corner-left-top {
    left: 0;
    top: 0;
}

.corner-decoration.corner-right-top {
    top: 0;
    right: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.corner-decoration.corner-right-bottom {
    right: 0;
    bottom: 0;
    -webkit-transform: scale(-1);
    transform: scale(-1);
}

.corner-decoration.corner-left-bottom {
    left: 0;
    bottom: 0;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.vertical-decoration {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 11em;
}

@media (min-width:768px) {
    .vertical-decoration {
        width: 16em;
    }

}

@media (min-width:992px) {
    .vertical-decoration {
        width: 20em;
    }

}

@media (min-width:1200px) {
    .vertical-decoration {
        width: 27em;
    }

}

.vertical-decoration.top {
    top: 0;
}

.vertical-decoration.bottom {
    bottom: 0;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

/*FRAME STYLE ENDS*/

/* RESPONSIVE CSS */
@media screen and (max-width:768px) {
    .bts-popup-container p {
        color: white;
        padding: 40px 20px 30px;
        font-size: 27px;
        font-weight: 500;
        line-height: 44px;
    }

    .bts-popup-container .bts-popup-close::before,
    .bts-popup-container .bts-popup-close::after {
        top: 13px;
        width: 16px;
        height: 3px;
        background-color: #666;
    }

    #main-wrapper {
        min-height: 70vh;
    }

    .frmbx {
        min-height: 430px;
        padding: 12% 6% 20%;
    }
    .contact-lead-form h3 {
        font-family: 'Tangerine', cursive;
        font-size: 42px;
        margin: 0px 0px 10px;
    }

    img.upiscane {
        width: 100%;
    }

    .contact-detqails {
        margin-bottom: 20px;
    }

    .contactinfo {
        margin: 20px 0px;
    }

    .spalogowrap span {
        color: #222;
        display: none;
    }

    .spalogowrap img {
        max-width: 52px;
        margin: 10px;
    }

    .navbar-default .navbar-toggle {
        border-color: #9d9d9d;
    }

    .nav.navbar-nav.navbar-right {
        padding: 12px 10px 0px;
    }

    .nav.navbar-nav.navbar-right li {
        border-bottom: 1px solid #e7e7e7;
    }

    .nav.navbar-nav.navbar-right li:last-child {
        border-bottom: none;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 12px 10px;
        margin-right: 15px;
        margin-top: 17px;
        margin-bottom: 10px;
    }

    #spaTitle h1 {
        font-size: 25px;
    }

    #spaTitle h3 {
        font-size: 30px;
        margin: 0px 0px 25px;
    }

    #spaCard {
        padding: 30px 0px;
    }

    #spaCard img {
        max-width: 100%;
        margin: 10px 0px;
    }

    #spaFeature p {
        font-size: 32px;
        line-height: 46px;
    }

    .freeSticker img {
        transform: rotate(-20deg);
        margin-top: 3px;
        float: none;
        width: 50%;
    }

    .clockIcon img {
        margin-top: 0px;
        float: none;
        width: 40%;
    }

    .spa-card {
        padding: 0% 10% 20px;
    }

    img.address-card {
        width: 100%;
    }

    .buyNowicon {
        left: 57px;
        width: 90px;
        top: -16px;
    }

    #spaCard a {
        top: 24px;
        left: 12px;
    }

    #ourbest {
        padding: 50px 0px;
        position: static;
        overflow: auto;
        max-height: fit-content;
        background: #e6eaf5;
    }

    .content {
        position: static;
        background: transparent;
        padding: 0;
        min-height: auto;
    }

    .content p {
        color: #000;
    }

    #myVideo {
        display: none;
    }

    /*INNER PAGE*/
    ul.reedem-list {
        margin-top: 0px;
        padding: 0px 5%;
    }

    .paytmscan {
        width: 100%;
    }

    .innerpage-img {
        padding: 0px 10%;
    }

    .detailsblock h2 span {
        font-size: 15px;
        font-weight: 800;
    }

    #whyChoose {
        padding: 50px 7%;
    }

    .leftbar {
        border-left: none;
        border-top: 2px solid #e5e9f5;
        margin-top: 40px;
        display: block;
    }

    #spaFeature p strong {
        font-size: 22px;
        display: block;
        font-weight: 600;
        margin: 10px 0px;
        line-height: 32px;
    }

    .detailsblock strong img {
        position: relative;
        top: -2px;
    }

    .upiblock img {
        width: 50% !important;
    }

    .nav-tabs {
        border-bottom: none !important;
        text-align: center;
        width: 100%;
        padding: 0px;
    }

    .nav-tabs>li>a {
        min-width: auto !important;
        display: block;
        border: none !important;
    }

    .nav-tabs>li {
        margin: 7px 4px;
        width: 47%;
        float: left;
    }

    img.tabImg {
        width: 100%;
    }

    .nav-tabs>li>a {
        font-size: 14px;
    }

    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:focus,
    .nav-tabs>li.active>a:hover {
        font-size: 14px;
    }

    ul.reedem-list li,
    ul.register-list li {
        font-weight: 600;
        font-size: 15px;
        list-style: none;
        margin-bottom: 20px;
        line-height: 25px;
    }


    /* CONTACT */
    .contact-lead-form {
        padding: 2% 1%;
        border-radius: 5px;
    }

    .fixed-right img,
    .socialmedia_fixed ul li img {
        width: 35px;
    }

    .detailsblock h2 {
        text-align: center;
        font-size: 15px;
        color: #000;
        line-height: 28px;
    }

    /* FOOTER */
    footer p {
        font-size: 15px;
        margin-bottom: 20px;
        line-height: 25px;
    }

    footer p span {
        display: block;
        height: 0px;
        color: #fff;
    }

    footer .footerlinks ul li {
        display: block;
        margin: 11px 30px;
    }

    .sampletext {
        text-align: center;
        margin-top: 20px;
    }

}