/*Master*/

@font-face {
    font-family: 'day_romanregular';
    src: url('fonts/dayrom_-webfont.woff2') format('woff2'), url('fonts/dayrom_-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'day_romanexpert';
    src: url('fonts/dayrom_x-webfont.woff2') format('woff2'), url('fonts/dayrom_x-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'permianseriftypefacebold';
    src: url('fonts/PermianSerifTypeface-Bold-webfont.eot');
    src: url('fonts/PermianSerifTypeface-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/PermianSerifTypeface-Bold-webfont.woff') format('woff'), url('fonts/PermianSerifTypeface-Bold-webfont.ttf') format('truetype'), url('fonts/PermianSerifTypeface-Bold-webfont.svg#permianseriftypefacebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'permianseriftypefaceregular';
    src: url('fonts/PermianSerifTypeface-webfont.eot');
    src: url('fonts/PermianSerifTypeface-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/PermianSerifTypeface-webfont.woff') format('woff'), url('fonts/PermianSerifTypeface-webfont.ttf') format('truetype'), url('fonts/PermianSerifTypeface-webfont.svg#permianseriftypefaceregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*html{
scroll-behavior: smooth;
}*/

body {
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 700;
}

p {
    font-size: 18px;
}

a {
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

a:hover {
    text-decoration: none;
}

.siteBlkOverlay {
    opacity: 0;
}

.siteBlkOverlay.oActive {
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    opacity: 1;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url(../images/preloader.gif) center no-repeat #fff;
}

.noBanner {}
.inviteBtn{
    color: #fff !important;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    background: #f8a61a;
    border-radius: 0;
    -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
    letter-spacing: 1px;
    padding: 10px 40px;
    margin-top: 20px;
    cursor: pointer;
}
.inviteBtn:hover{
    color: #fff;
}

/*Header*/

header {
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

header.fixHeader {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.1);
}

header .container-fluid {
    position: relative;
    width: 95%;
    margin: 0 auto;
}

.drawerBtn {
    clear: both;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.drawerBtn span {
    width: 40px;
    height: 2px;
    background: #fff;
    display: block;
    margin-bottom: 10px;
    float: right;
    clear: both;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

header.fixHeader .drawerBtn span {
    background: #000;
}

.drawerBtn span:nth-child(2) {
    width: 32px;
}

.drawerBtn span:nth-child(3) {
    width: 25px;
    margin-bottom: 0;
}

.drawerBtn:hover span:nth-child(2),
.drawerBtn:hover span:nth-child(3) {
    width: 40px;
}

.logoWit {
    display: block;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.logoClr {
    display: none;
    opacity: 0;
}

header.fixHeader .logoWit {
    display: none;
    opacity: 0;
}

header.fixHeader .logoClr {
    display: block;
    opacity: 1;
}

.navbar-brand img {
    width: 230px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}


/*header.fixHeader .navbar-brand img{
  width: 180px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}*/

.mainNav {
    width: 100%;
    z-index: 9;
}

.mainNav.menuActive {
    right: 0;
}

.mainNav .navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif;
    padding: 0;
    line-height: 30px;
    color: #594b41;
    font-size: 18px;
    font-weight: 500;
    padding: 0 30px;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    position: relative;
    opacity: 0.8;
}

.mainNav .navbar-nav .nav-item.active .nav-link:before,
.mainNav .navbar-nav .nav-item:hover .nav-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 13px;
    height: 15px;
    width: 1px;
    background: #f8a61a;
}

.mainNav .navbar-nav .nav-item.active .nav-link:after,
.mainNav .navbar-nav .nav-item:hover .nav-link:after {
    content: "";
    position: absolute;
    top: 0;
    left: 13px;
    height: 1px;
    width: 15px;
    background: #f8a61a;
}

.mainNav .navbar-nav .nav-link.active {
    /*font-weight: 600;*/
    opacity: 1;
}

header.fixHeader .mainNav .navbar-nav .nav-link {
    /*line-height: 70px;*/
}

.mainNav .navbar-nav .nav-link:hover {
    /*font-weight: 600;*/
    opacity: 1;
}

.mainNav .navbar-nav {
    /*padding: 30px 0;*/
    padding-top: 35px;
    padding-left: 40px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

header.fixHeader .mainNav .navbar-nav {
    /*padding-top: 35px;*/
}

.menuClose {
    position: absolute;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.menuClose img {
    width: 30px;
}

header.noBanner .logoClr {
    display: block;
    opacity: 1;
}

header.noBanner .logoWit {
    display: none;
}

header.noBanner .drawerBtn span {
    background: #000;
}

.navbar {
    padding-bottom: 1rem;
}


/*Home*/

.bannerBlkOvrly {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}

.heroSec {
    height: 100vh;
    overflow: hidden;
}

.heroSec img {
    opacity: 0;
    width: 100%;
}

.hbsliderSingle {
    position: relative;
}

.bannerContent {
    position: absolute;
    width: 100%;
    top: 50vh;
    z-index: 99;
    transform: translateY(-40%);
}

.bannerContent .hHeading {
    color: #fff;
    font-size: 54px;
    font-family: 'day_romanregular';    
    font-weight: 400;
}

.hHeading {
    font-family: 'permianseriftypefaceregular';
    color: #fff;
    display: inline-block;
    font-size: 36px;
    /*letter-spacing: 1px;*/
    color: #fba91a;
    /*padding: 8px 15px;*/
    position: relative;
}

.hHeading:before {
    content: "";
    position: absolute;
    top: -8px;
    left: -13px;
    height: 25px;
    width: 1px;
    background: #f8a61a;
}

.hHeading:after {
    content: "";
    position: absolute;
    top: -8px;
    left: -13px;
    height: 1px;
    width: 25px;
    background: #f8a61a;
}

.hQuote {
    background: #f9f8f2;
    padding: 40px 0;
}

.hQuote p {
    /*color: #fff;*/
    font-size: 36px;
    font-family: 'day_romanregular';
    margin-bottom: 0;
    line-height: 1.3;
}

.saffronStayPromiseLeft .hHeading {
    color: #fba91a;
    font-size: 36px;
}

.saffronStayPromiseLeft ul {
    list-style: none;
    padding-left: 0;
    width: 85%;
}

.saffronStayPromiseLeft ul li {
    position: relative;
    padding-left: 20px;
    margin-top: 15px;
}

.saffronStayPromiseLeft ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    height: 8px;
    width: 8px;
    background: #fba91a;
    border-radius: 50%;
}

.saffronStayPromiseRight {
    padding: 80px 0;
}

.saffronStayPromiseRight img {
    width: 100%;
}

.mPrivileges {
    padding: 80px 0;
    background: #f9f8f2;
}

.mpHeading {
    margin-top: 180px;
    margin-bottom: 80px;
    padding-left: 30px;
}

.mPrivileges .hHeading {
    margin-bottom: 20px;
}

.card-body,
.card {
    background: transparent;
    padding: 0;
}

.mPrivileges .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.mPrivileges .card-columns .card {
    border-radius: 0;
    border: 0px;
    /*padding-right: 8%;*/
}


/*.mPrivileges .card-columns .card h3 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px;
}*/

.mPrivileges .card-columns .card img {
    /*margin: 50px 0;*/
}

.mPrivileges .card-columns .card p {
    /*margin-bottom: 40px;*/
}

.mpImg {
    position: relative;
    padding: 30px;
}

.mpImg h3 {
    position: absolute;
    font-family: 'permianseriftypefaceregular';
    color: #594b41;
    font-size: 22px;
    top: 20%;
    left: -20px;
    background: #fff;
    padding: 0 30px;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: 1px;
    height: 50px;
    line-height: 50px;
}

.mpImg h3:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 50px solid #ed9f18;
    border-left: 50px solid transparent;
    left: 0;
    top: 50px;
}

.mpImgRight h3 {
    left: inherit;
    right: -20px;
}

.mpImgRight h3:before {
    left: inherit;
    right: 0;
    border-top: 50px solid #ed9f18;
    border-right: 50px solid transparent;
    border-left: none;
}

.mpImg img {
    width: 100%;
    -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.2);
}

.membershipPlans {
    padding: 80px 0;
}

.smPlanTop {
    background: #fff;
    padding: 30px 25px;
    /*color: #fff;*/
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-box-shadow: 10px 10px 10px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 10px 10px 10px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 10px 10px 10px 1px rgba(0, 0, 0, 0.05);
    min-height: 310px;

}

.smPlanTop ul {
    list-style: none;
    padding-left: 0;
}

.smPlanTop ul li {
    margin-bottom: 15px;
}

.smPlanTop ul li:last-child {
    margin-bottom: 0;
}

.smPlanTop h3 {
    font-family: 'permianseriftypefaceregular';
    color: #fba91a;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 400;
}

.smPlanTop h3 span {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}

.smPlanBottom span {
    display: block;
    margin-bottom: 20px;
    position: relative;
    padding-top: 20px;
}

.smPlanBottom span:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #000;
    left: 2px;
    top: 2px;
    border-radius: 50%;
}

.smPlanBottom span:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #fff;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}

.smPlanBottom span.blue {
    color: #2c378e;
}

.smPlanBottom span.blue:after {
    background: #2c378e;
}

.smPlanBottom span.red {
    color: #9f1e27;
}

.smPlanBottom span.red:after {
    background: #9f1e27;
}

.smPlanBottom span.yellow {
    color: #ed9f18;
}

.smPlanBottom span.yellow:after {
    background: #ed9f18;
}

.faqs {
    padding: 80px 0;
}

.faqTabs {}

.faqTabs .nav-tabs .nav-link {
    border: 0;
    color: #594b41;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: 'permianseriftypefaceregular';
}

.faqTabs .nav-tabs .nav-item {
    width: 25%;
    float: left;
    text-align: center;
}

.faqTabs ul {
    border-bottom: 0;
    clear: both;
    overflow: hidden;
    background: #f2f0e6;
    padding: 15px 0;
    margin-top: 50px;
}

.faqTabs .nav-tabs .nav-item.show .nav-link,
.faqTabs .nav-tabs .nav-link.active {
    background: transparent;
}

.faqTabs .nav-tabs .nav-link.active:before,
.faqTabs .nav-tabs .nav-link:hover:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    height: 15px;
    width: 1px;
    background: #f8a61a;
}

.faqTabs .nav-tabs .nav-link.active:after,
.faqTabs .nav-tabs .nav-link:hover:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 5px;
    height: 1px;
    width: 15px;
    background: #f8a61a;
}

.faqTabs .tab-content {
    padding: 40px 0;
    padding-bottom: 0;
}

.faqTabs .tab-content h3 {
    font-size: 18px;
    margin-top: 30px;
    padding-left: 30px;
    position: relative;
}

.faqTabs .tab-content p {
    padding-left: 30px;
    position: relative;
}

.faqTabs .tab-content h3:before {
    content: "Q";
    position: absolute;
    left: 0;
}

.faqTabs .tab-content p:before {
    content: "A";
    position: absolute;
    left: 0;
}

.hCompare {
    padding: 80px 0;
    /*padding-top: 20px;*/
}

.cTable {
    margin-top: 50px;
}

.cTable table {
    /*border-spacing: 10px;
  border-collapse: separate;*/
    color: #594b41;
}

.cTable table tr th {
    width: 25%;
    vertical-align: middle;
    padding: 0px 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'permianseriftypefaceregular';
    font-size: 18px;
    border-top: 0;
    border-bottom: 2px #222 solid;
    border-spacing: 10px;
}

.cTable table tr:last-child {
    border-bottom: 2px #222 solid;
}

.cTable table tr th span {
    padding: 30px 0;
    background: #f2f0e6;
    display: block;
}

.cTable table tr th:first-child {
    background: transparent;
}

.cTable table tr td {
    width: 25%;
    vertical-align: middle;
    padding: 20px 15px;
}

.cTable table tr td:first-child {
    font-weight: 700;
    width: 20%;
}

.cTable table tr th:first-child {
    width: 20%;
}

.planNote {}

.planNote h3 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'permianseriftypefaceregular';
    margin-bottom: 15px;
    margin-top: 10px;
}

.planNote ul {
    padding-left: 0px;
    list-style: none;
}

.planNote ul li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
    font-size: 12px;
}

.planNote ul li:before {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    background: url(../images/bullet.png)no-repeat left top;
    background-size: 7px;
    left: 0;
    top: 5px;
}


/*Footer*/

footer {
    padding: 80px 0;
}

footer a {
    color: #212529;
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
}

footer a:hover {
    color: #fba91a;
}

footer .hHeading {
    font-size: 24px;
}

.modal-content {
    border-radius: 0;
    padding: 20px;
}

.modal-content .close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
    outline: none;
}

.msgContent {
    height: 300px;
    overflow-y: scroll;
    margin-top: 20px;
    padding: 15px 20px;
    border: 1px #878787 solid;
}

.msgContent h4 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
}

.msgContent p {
    font-size: 12px;
}

.msgContent ol {
    padding-left: 10px;
}
.msgContent ul{
    padding-left: 15px;
}

.msgContent li {
    font-size: 12px;
    margin-bottom: 10px;
}

.modal-dialog {
    max-width: 600px;
}

.modal-body .btn {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    background: #fba91a;
    outline: none;
    border-radius: 0;
    letter-spacing: 1px;
    padding: 10px 30px;
    margin-top: 25px;
    -webkit-box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.1);
}


/*Footer*/

.enrollForm {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9;
    -webkit-box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.1);
}

.enrollBtn {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 18px;
    background: #f8a61a;
    display: block;
    cursor: pointer;
    padding: 15px;
    letter-spacing: 1px;
}

.enrollBtn:hover {
    color: #fff;
}

.enrollBtn span {
    width: 20px;
    display: inline-block;
    margin-left: 5px;
    float: right;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.enrollBtn.active span {
    transform: rotate(180deg);
}

.enrollBtn span img {
    width: 100%;
}

.enrollFormMain {
    background: #fff;
    padding: 20px;
    width: 340px;
    /*display: none;*/
}

.enrollFormMain input {
    border: 0;
    border-radius: 0;
    background: #f2f0e6;
    font-size: 12px;
    outline: none;
    border: 1px #f2f0e6 solid;
}

.enrollFormMain input:focus {
    outline: none;
    border: 1px #f2f0e6 solid;
    box-shadow: none;
}

.enrollFormMain .form-check-label {
    font-size: 12px;
    line-height: 22px;
}

.enrollFormMain p {
    font-size: 14px;
    line-height: 16px;
}

.enrollFormMain .form-group {
    margin-bottom: 10px;
}

.enrollFormMain .form-group:last-child {
    margin-bottom: 0px;
}

.enrollFormMain .form-group button {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    background: #f8a61a;
    border-radius: 0;
    -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
    letter-spacing: 1px;
    padding: 5px 40px;
    margin-top: 20px;
}


/*Responsive*/

@media (max-width: 1600px) {
    p {
        font-size: 16px;
    }
    .mainNav .navbar-nav .nav-link {
        padding: 0 20px;
        font-size: 16px;
    }
    .smPlanTop h3 {
        font-size: 20px;
    }
}

@media (max-width: 1400px) {
    .hHeading {
        font-size: 30px;
    }
    .hQuote p {
        font-size: 30px;
    }
    .mainNav .navbar-nav .nav-link {
        font-size: 14px;
    }
    .saffronStayPromiseLeft .hHeading {
        font-size: 30px;
    }
    .faqTabs .nav-tabs .nav-link {
        font-size: 14px;
    }
}

@media all and (max-width: 1280px) {}

@media all and (max-width: 1200px) {
    .navbar-brand img {
        width: 150px;
    }
    .mainNav .navbar-nav .nav-link {
        padding: 0 20px;
        letter-spacing: 0px;
    }
    .mainNav .navbar-nav {
        padding-left: 0px;
    }
    .navbar {
        padding-left: 0;
        padding-right: 0;
    }
    .bannerContent .hHeading {
        font-size: 42px;
    }
    .enrollBtn {
        font-size: 16px;
    }
    .hQuote p {
        font-size: 24px;
    }
    .smPlanTop h3 {
        font-size: 18px;
        min-height: 65px;
    }
    .mpImg h3 {
        font-size: 20px;
    }
    .saffronStayPromiseRight {
        padding: 60px 0;
    }
    .mPrivileges {
        padding: 60px 0;
    }
    .membershipPlans {
        padding: 60px 0;
    }
    .smPlanTop {
        margin-top: 20px;
    }
    .hCompare {
        padding: 60px 0;
    }
    .cTable table tr th span {
        padding: 20px 0;
    }
    .cTable table tr th {
        padding: 0px 10px;
        font-size: 16px;
    }
    .faqs {
        padding: 60px 0;
    }
    .faqTabs ul {
        margin-top: 30px;
    }
    .faqTabs .tab-content {
        padding: 20px 0;
    }
    .faqTabs .tab-content h3 {
        font-size: 16px;
    }
    footer {
        padding: 60px 0;
    }
    .cTable {
        margin-top: 30px;
    }
}

@media all and (max-width: 1024px) {}

@media all and (max-width: 990px) {
    .navbar-collapse.collapse.show {
        display: block !important;
        height: auto!important;
    }
    .menuBtnMobile {
        display: block !important;
        position: fixed;
        right: 35px;
        top: 30px;
        z-index: 99;
        outline: none;
        height: 22px;
        cursor: pointer;
    }
    .navbar-toggler-icon {
        width: 35px;
        height: 2px;
        background: #121212;
        display: block;
        margin-bottom: 10px;
        float: right;
        clear: both;
        position: relative;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
    }
    .navbar-toggler-icon:before {
        content: "";
        position: absolute;
        width: 35px;
        height: 2px;
        background: #121212;
        display: block;
        top: 10px;
        float: right;
        clear: both;
    }
    .navbar-toggler-icon:after {
        content: "";
        position: absolute;
        width: 35px;
        height: 2px;
        background: #121212;
        display: block;
        top: 20px;
        float: right;
        clear: both;
    }
    .mainNav {
        width: 100%;
        z-index: 9;
        position: fixed;
        top: 75px;
        left: 0;
        background: #fff;
        display: none;
        -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
    }
    .mainNav .navbar-nav {
        flex-direction: column;
        width: 100%;
        padding: 15px;
    }
    .mainNav .navbar-nav .nav-link {
        color: #5a4a41;
        padding: 5px 20px;
    }
    .heroSec {
        height: 80vh;
    }
    .bannerContent {
        top: 45vh;
    }
    .heroSec img {
        height: 80vh;
    }
    .hbsliderSingle {
        background-size: cover !important;
    }
    .hQuote p {
        font-size: 20px;
    }
    .bannerContent .hHeading {
        font-size: 36px;
    }
    .saffronStayPromiseLeft .hHeading,
    .mPrivileges .hHeading,
    .hHeading {
        font-size: 24px;
    }
    .mpImg h3 {
        font-size: 18px;
        letter-spacing: 0px;
        padding: 0 15px;
    }
    .membershipPlans .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 53.333333%;
        flex: 0 0 53.333333%;
        max-width: 53.333333%;
        margin: 0 auto;
    }
    .cTable table tr td {
        font-size: 14px;
        padding: 15px 15px;
    }
    .cTable table tr th {
        font-size: 14px;
    }
    footer .hHeading {
        font-size: 18px;
    }
}

@media all and (max-width: 768px) {
    .saffronStayPromise {
        padding: 50px 0;
    }
    .bannerContent .hHeading {
        font-size: 30px;
    }
    .hQuote {
        padding: 30px 0;
    }
    .saffronStayPromiseRight img {
        width: 100%;
        padding-left: 10px;
    }
    .mpHeading {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .cTable table {
        width: 650px;
    }
    .saffronStayPromiseLeft .hHeading,
    .mPrivileges .hHeading,
    .hHeading {
        font-size: 22px;
        margin-left: 15px;
    }
    .saffronStayPromiseRight {
        padding: 20px 0 0;
    }
    .mPrivileges {
        padding: 50px 0;
        padding-bottom: 10px;
    }
    .faqs,
    .hCompare {
        padding: 50px 0;
    }
}

@media all and (max-width: 640px) {
    .mPrivileges .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .membershipPlans .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .mpImg h3 {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        left: 0;
    }
    .mpImg h3:before {
        border-top: 30px solid #ed9f18;
        border-left: 30px solid transparent;
        top: 40px;
    }
    .mpImgRight h3 {
        right: inherit;
    }
    .mpImgRight h3:before {
        right: 0;
        border-right: none;
    }
    .faqTabs .nav-tabs .nav-item {
        width: 100%;
    }
    .modal-body .btn {
        font-size: 12px;
    }
    .enrollBtn {
        padding: 10px;
    }
    .enrollBtn span {
        width: 15px;
    }
    .enrollFormMain p {
        font-size: 12px;
    }
    .enrollFormMain {
        padding: 15px;
    }
}

@media all and (max-width: 525px) {}

@media all and (max-width: 480px) {}

@media all and (max-width: 440px) {
    .bannerContent .hHeading {
        font-size: 24px;
    }
}

@media all and (max-width: 400px) {}

@media all and (max-width: 360px) {
    
}
@media all and (max-width: 340px) {
.enrollFormMain {
   width: 290px;

}
.g-recaptcha iframe {
    width: 260px;
    overflow: hidden;
}
.enrollFormMain p { margin-bottom: 5px;}
.enrollFormMain .form-group button { margin-top: 10px; font-size: 14px;}
.enrollBtn { font-size: 14px; }
.enrollFormMain .form-group { margin-bottom: 5px; }


}