@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..900;1,6..12,200..1000&display=swap');

:root {
    --primary-color:#ED9C54;
    --secondary-color:#0F324B;
    --tertiary-color:#D7B474;
    --text-color:#0B2C43;
    --primary-bg:#C2BDA9;
    --primary-bg-light:#e3e2d0;
    --white-text:#FAFCFC;
    --white-bg:#FAFCFC;
    --light-secondary-bg:#CFE8E8;
    --light-secondary-bg-opacity: rgba(200,218,219,0.5);
    --heading-bg:#CFE8E8;
    --blue-bg: var(--secondary-color);
    --body-bg:#d0cbb6;
    --light-bdr:#CBC7B4;
    --blue-text: #312783;
    --tag-color1: #D87F06;
    --modal-bg: #a0a3a4;
}

/*Global css*/
*{margin:0;padding:0;-webkit-font-smoothing: antialiased;}
html{font-size:100%;width:100%;height:100%;}
body{width:100%;min-width:320px;font-size:20px;font-family: "Nunito Sans", sans-serif; font-weight: 400; color: var(--text-color); padding-top: 0;}
.clear{clear:both;}
button,input[type="submit"]{cursor: pointer;}
button,input[type="submit"],input[type="search"],a,i{transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;font-family: "Nunito Sans", sans-serif;}
button:focus,input[type="submit"]:focus,input[type="search"]:focus,a:focus,i:focus{outline: none;}
a{text-decoration:none;color:var(--text-color);}
a:hover{text-decoration:none;outline:0;color:var(--text-color); outline: none;}
a:focus{outline:none!important;outline-offset:none!important;text-decoration:none!important;color:var(--text-color);}
.btn:focus{outline:none;box-shadow: none;}
a,img{border:none;outline:none;}
img{max-width:100%;height:auto;display:inline-block;}
label{font-family: "Nunito Sans", sans-serif; font-weight: 400; font-size: 14px; color: var(--white-text);margin-bottom: 10px; display: block;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin:0 0 15px; font-family: "Nunito Sans", sans-serif;padding:0;font-weight: 900; color: var(--secondary-color); line-height: 1; letter-spacing: -1px; display: block; position:relative;}
h1, .h1{font-size: 55px;}
h1.large {font-size: 90px; letter-spacing: -2px; line-height: 80px;}
h2, .h2{font-size: 45px;}
h3, .h3{font-size: 34px;}
h4, .h4{font-size: 25px; font-weight: 600;}
h5, .h5{font-size: 20px; /*font-weight: 600;*/}
ul,ol{list-style:none;margin:0;}
ul li,ol li{list-style:none;}
p{display:block;line-height:1.2;margin:0 0 15px; font-weight: 400;}
p.small {font-size: 16px;}
p:last-child{margin: 0;}
b, strong{font-weight: 700;}

/*title text with bg*/
h1 span, .h1 span{background-color: var(--heading-bg); display: inline-block; padding: 3px 5px 2px;}
h2 span, .h2 span {background-color: var(--heading-bg); display: inline-block; padding: 3px 5px 2px;}
h3 span, .h3 span {background-color: var(--heading-bg); display: inline-block; padding: 3px 5px 2px;}

/*font weight*/
.font-reguler {font-weight: 400;}
.font-medium {font-weight: 500;}

/*inputfield*/
.form-group{padding-bottom: 15px; margin: 0; position: relative;}
.form-control {box-shadow: none !important;height: 50px; font-family: "Nunito Sans", sans-serif; color:var(--text-color); font-size: 14px; font-weight: 400; border-radius: 5px; padding: 0; border: solid 1px #5AB334; background-color: #ffffff; outline: none; padding-left: 15px; padding-right: 15px;}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{background-color:#F2F2F2;}
.form-control::-webkit-input-placeholder{color:#D2D2D2; opacity: 1;}
.form-control::-moz-placeholder{color:#D2D2D2; opacity: 1;}
.form-control:-ms-input-placeholder{color:#D2D2D2; opacity: 1;}
.form-control:-moz-placeholder{color:#D2D2D2; opacity: 1;}
.form-control:focus {color: #222222; border-color: #222222;}
select,select.form-control {background:#f8f9fe url('../../images/dropDown.png') no-repeat calc(100% - 15px) center;text-overflow:ellipsis;white-space:nowrap; padding-left: 15px; padding-right:28px;-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none; font-family: "Nunito Sans", sans-serif; color:var(--text-color); font-size: 16px; font-weight: 400; border-bottom: solid 1px #57585a; background-color: transparent; width:100%; background-size: 19px;cursor:pointer;}
select,select.form-control:focus{color: #57585a;}
select option,select.form-control option{ padding:0 10px;}
textarea.form-control{min-height:130px;resize:vertical;height:auto; padding-top: 10px;}
.form-group label{display: block; width: 100%;}
.container{max-width: 1680px; width: 100%;position: relative; z-index: 2; padding-left: 20px; padding-right: 20px;}
.small-container {max-width: 1310px; width: 100%;position: relative; z-index: 2; padding-left: 20px; padding-right: 20px; margin: auto;}

/*button*/
.memebers-content .site-btn, .site-btn {background:var(--primary-color); border: 0; font-family: "Nunito Sans", sans-serif; font-weight: 400; font-size:16px; color: #323133; text-transform: uppercase; height:37px; line-height:38px; border-radius: 25px;text-align:center; padding:0 20px;cursor: pointer; display: inline-block; margin: 0;}
.site-btn.small-btn {height: 30px; font-size: 11px; line-height: 30px;}
.site-btn.btn-secondary {background-color: #98d144; color: var(--text-color);}
.site-btn.btn-light {background-color: var(--tertiary-color); color: var(--text-color);}
.site-btn.btn-extra {background-color: var(--primary-bg); font-weight: 600; color: var(--text-color);}
.site-btn.btn-brown {background-color: var(--tertiary-color); color: var(--secondary-color);}
.site-btn.btn-bdr {background-color: transparent; border: solid 1px var(--tertiary-color); color: var(--text-color); line-height: 36px;}
.site-btn.btn-bdr:hover, .site-btn.btn-bdr:focus {background: var(--text-color); color: var(--white-text); border-color: var(--text-color);}
.site-btn:hover, .site-btn:focus {background: var(--text-color); color: var(--white-text);}

.accessibility-type {
    border: 1px solid var(--tertiary-color);
}

/*list text*/
.list-text {
    padding-left: 18px;
}
.list-text li {font-size: 20px; font-weight: 400; list-style: disc; margin-bottom: 4px;}
.list-text li::marker {color: var(--primary-color);}

/*=========IE10 and Above to 10, 11,12=====================*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
 select,select.form-control {background:#fff !important;padding-right:7px !important;}
}
/*=========IE9 and Below to 9, 8, 7=====================*/
select,select.form-control {background:#fff\9 !important;padding-right:7px\9 !important;}

.pad-t0{padding-top: 0!important;}
.pad-0{padding-top:0!important; padding-bottom: 0!important;}
.pad-lr0{padding-left: 0!important; padding-right: 0!important;}
.mrg-0{margin-top: 0!important; margin-bottom: 0!important;}
.mrg-t0{margin-top: 0!important;}
.mrg-t100 {margin-top: 100px;}
.mrg-b100 {margin-bottom: 100px;}
.mrg-tb100 {margin-top: 100px; margin-bottom: 100px;}
.pad-t100 {padding-top: 100px;}
.pad-b100 {padding-bottom: 100px;}
.pad-tb100 {padding-top: 100px; margin-bottom: 100px;}
.mrg-t50 {margin-top: 50px;}
.mrg-b50 {margin-bottom: 50px;}
.mrg-tb50 {margin-top: 50px; margin-bottom: 50px;}
.pad-t50 {padding-top: 50px;}
.pad-b50 {padding-bottom: 50px;}
.pad-tb50 {padding-top: 50px; margin-bottom: 50px;}

/*owlCarouselarrow css start*/
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{font-size: 0; margin: 0;}
.owl-theme .owl-nav { margin: 0;position: absolute;top: 50%;transform: translateY(-50%);display: flex;align-items: center;justify-content: space-between;left: 0;right: 0;margin: 0;}
.owl-carousel .owl-nav button.owl-prev.disabled, .owl-carousel .owl-nav button.owl-next.disabled {opacity: 0;}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{width: 80px; height: 70px; background-image: url(../../images/left-arrow.svg) !important; background-size: 100%; background-repeat: no-repeat !important; background-position: center !important;}
.owl-carousel .owl-nav button.owl-next{background-image: url(../../images/right-arrow.svg) !important; transform: scale(1);}
.owl-theme .owl-nav [class*="owl-"]:hover{background-color: transparent !important;}
.owl-theme .owl-dots {bottom: 10px; left: 0; right: 0; margin: 0; position: absolute; cursor: pointer;}
.owl-theme .owl-dots .owl-dot span{width: 87px; height: 4px; background: var(--white-bg); margin: 0 5px;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background: var(--tertiary-color); opacity: 1;}
.owl-theme .owl-nav [class*="owl-"]:hover {background-color: transparent !important;}
/*owlCarouselarrow css end*/

/*custom arrow css start*/
.event-change-arrow {display: flex;justify-content: space-between;position: absolute;top: 50px;left: -20px;right: -20px; z-index:inherit;}
.event-change-arrow .arrow-btn{width: 38px; height: 38px; background-image: url('../../images/noun-arrow.svg') !important; background-size: 16px; background-repeat: no-repeat !important; background-position: center !important; background-color: var(--secondary-color); border-radius: 100%; position:absolute; z-index:9;}
.event-change-arrow .arrow-btn.next-arrow-btn{background-image: url("../../images/noun-arrow.svg") !important; transform: scale(-1); right:0;}

@media only screen and (max-width: 1440px) {
.event-change-arrow {left: 20px; right: 20px;}
}

@media only screen and (max-width: 767px) {
.event-change-arrow {position: relative;left: 0;right: 0;margin: -65px 0 50px 0;}
.event-change-arrow .arrow-btn.prev-arrow-btn:after {content: "Prev 7 Days";display: inline-block;vertical-align: middle;min-width: 170px;margin-left: 45px;margin-top: 8px;font-weight: 700;}
.event-change-arrow .arrow-btn.next-arrow-btn:after {text-align: right;content: "Next 7 Days";display: inline-block;vertical-align: middle;min-width: 170px;margin-left: 45px;margin-top: 8px;font-weight: 700;transform: scale(-1);}
}
/*custom arrow css end*/
/*bg gradiant*/
.bg-gradian-gray {
    background: rgb(222,229,232);
   /* background: linear-gradient(0deg, rgba(208,203,182,1) 75%, rgba(255,255,255,1) 100%);
    background-position:0 90px;*/

}
.bg-inner-gradint {background: rgb(216,228,234);background: linear-gradient(175deg, rgba(216,228,234,1) 0%, rgba(255,255,255,1) 80%);}

@media only screen and (max-width: 1199px) {
.bg-gradian-gray {background-position:0 50px;}
}
@media only screen and (max-width: 991px) {
.bg-gradian-gray {background-position:0 40px;}
}

@media only screen and (max-width: 850px) {
.bg-gradian-gray {background-position:0 0}
}
/*section title css start*/
.section-title-block p {font-size: 20px; max-width: 795px; line-height: 1.5;}

/*mobile btn*/
.mobile-btn {display: none;}

/*scroller css start*/
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal{width: auto;height: 16px;top: auto;right: 0;bottom: 0;left: 0;margin: 0 15px 0; position: relative;}
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{width: 100%;height: 4px;margin: 0; background-color: var(--white-bg); border-radius: 10px;}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{width: 30px; /* minimum dragger width */height: 100%;left: 0;}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width: 100%;height: 4px;margin: auto; background-color: var(--primary-color); border-radius: 10px;}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height: 12px; /* auto-expanded scrollbar */margin: 2px auto;}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height: 8px; /* auto-expanded scrollbar */margin: 4px 0;}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{display: block;position: absolute;width: 20px;height: 100%;overflow: hidden;margin: 0 auto;cursor: pointer;}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }

/*filter css start*/
.filter-btn, .sort-btn {border: solid 1px var(--tertiary-color);border-radius: 25px;font-size: 10px;font-weight: 700;text-transform: uppercase;display: block;margin: auto;height: 30px; line-height: 30px; padding: 0 10px;margin: 15px auto;}
.filter-btn img, .sort-btn img {width: 11px;margin-right: 5px; vertical-align: middle; margin-top: -1px;}
.filter-btn:hover, .filter-btn.active, .filter-btn:focus, .sort-btn:hover, .sort-btn.active,  .sort-btn:hover {background-color: var(--secondary-color); color: var(--white-text);}
.filter-btn:hover img, .filter-btn.active img, .filter-btn:focus img {filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(328deg) brightness(180%) contrast(101%);}
.filter-list {width: 100%;display: inline-flex; flex-wrap: wrap; gap: 7px; margin-bottom: 7px; display: none;}
.filter-list.active {display: inline-flex;}
.filter-list li a {height: 37px; border-radius: 25px; border: solid 1px var(--light-secondary-bg); background-color: var(--white-bg); font-size: 11px; font-weight: 700; text-transform: uppercase; display: inline-flex; align-items: center; padding: 10px 20px 8px 20px;}
.filter-list li a i {vertical-align: middle;margin-top: -2px;margin-right: 5px; display: none;}
.filter-list li a i img {display: block;}
.filter-list li a:hover, .filter-list li a.active {background-color: var(--secondary-color); border-color: var(--secondary-color); color: var(--white-text);}
.filter-list li a:hover i, .filter-list li a.active i {display: inline-block;}

/*custom selecter css start*/
.select-hidden {display: none;visibility: hidden;padding-right: 10px;}
.select {cursor: pointer;display: inline-block;position: relative;font-size: 14px; font-weight: 800; text-transform: uppercase; color: var(--text-color);width: 100%;height: 40px;}
.select-styled {position: absolute;top: 0;right: 0;bottom: 0;left: 0;background-color: var(--white-bg); border: solid 1px var(--secondary-color); border-radius: 25px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; padding: 9px 30px 8px 15px;-moz-transition: all 0.2s ease-in;-o-transition: all 0.2s ease-in;-webkit-transition: all 0.2s ease-in;transition: all 0.2s ease-in;}
.select-styled:after {content: "";width: 0;height: 0; background: url('../../images/select-dropdown.svg') no-repeat; background-size: 100%; width: 9px; height: 6px; position: absolute;top: 16px;right: 17px;}
.select-styled:active, .select-styled.active {background-color: var(--primary-color); color: var(--white-text); border-color: var(--primary-color);}
.select-styled:active:after, .select-styled.active:after {transform: rotate(-180deg); filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(328deg) brightness(180%) contrast(101%);}
.select-options {display: none;position: absolute;top: 100%;right: 0;left: 0; z-index: 999; margin: 0; padding: 10px 5px;list-style: none;background-color: var(--white-bg); border-radius: 2px; box-shadow: 0 5px 10px rgba(0,0,0,0.1); margin-top: 10px; min-width: 310px;}
.select-options li {margin: 0;padding: 2px 15px; font-size: 14px; font-weight: 800; text-transform: uppercase; -moz-transition: all 0.15s ease-in;-o-transition: all 0.15s ease-in;-webkit-transition: all 0.15s ease-in;transition: all 0.15s ease-in;}
.select-options li:hover, .select-options li.is-selected {color: var(--primary-color);}
.select-options li[rel="hide"] {display: none;}

/*banner curve css*/
.home-banner-block::after, .image-banner-block:after {
 /*   content: "";
    background: url(../../images/the-city-bath-banner-curved.svg) no-repeat;*/
    width: 100%;height: auto;position: absolute;left: 0;right: 0;bottom: -2px;z-index: 1;background-size: 100%;height: 100%;pointer-events: none;background-position: bottom;margin-bottom: -8%;}
.banner-slide-block:after, .banner-block:after {background: rgb(0,0,0);background: linear-gradient(90deg, rgb(0, 0, 0) -25%, rgba(16,50,75,0.15449929971988796) 63%); content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%;}

@media only screen and (max-width: 767px) {
.banner-slide-block:after, .banner-block:after {background: rgb(0,0,0);background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(16,50,75,0.1) 45%); content: ""; position: absolute; left: 0; top: auto; bottom: 0; width: 100%; height: 100%;}
.home-banner-block::after, .image-banner-block:after {bottom: 0; width: calc(100vw + 93px); left: -92px; margin-bottom: 45px;}
}

@media only screen and (max-width: 679px) {
.home-banner-block::after, .image-banner-block:after {width: calc(100vw + 50%);left: -50%; margin-bottom: 52px;}
.image-banner-block:after {margin-bottom: -1px;}
.home-banner-block.single-item:after {margin-bottom: 38px;}
}


/*-------Global-Responsivecss--------*/
@media only screen and (max-width:1700px){
.container {max-width: 1285px;}
.small-container {max-width: 1140px;}
}

@media only screen and (max-width:1440px){
h1, .h1{font-size: 48px;}
h1.large {font-size: 75px; line-height: 65px;}
h2, .h2{font-size: 39px;}
h3, .h3{font-size: 30px;}
h4, .h4{font-size: 24px;}
.container {max-width: 1240px;}
.mrg-t100 {margin-top: 80px;}
.mrg-b100 {margin-bottom: 80px;}
.mrg-tb100 {margin-top: 80px; margin-bottom: 80px;}
.pad-t100 {padding-top: 80px;}
.pad-b100 {padding-bottom: 80px;}
.pad-tb100 {padding-top: 80px; margin-bottom: 80px;}
.mrg-t50 {margin-top: 40px;}
.mrg-b50 {margin-bottom: 40px;}
.mrg-tb50 {margin-top: 40px; margin-bottom: 40px;}
.pad-t50 {padding-top: 40px;}
.pad-b50 {padding-bottom: 40px;}
.pad-tb50 {padding-top: 40px; margin-bottom: 40px;}
.list-text li {font-size: 18px;}
}

@media only screen and (max-width:1199px){
h1, .h1{font-size: 45px;}
h1.large {font-size: 70px; line-height: 65px;}
h2, .h2{font-size: 35px;}
h3, .h3{font-size: 28px;}
.section-title-block p {font-size: 18px;}
}

@media only screen and (max-width:991px) {
body {font-size: 16px;}
h1, .h1{font-size: 40px;}
h1.large {font-size: 65px; line-height: 55px;}
h2, .h2{font-size: 25px;}
h3, .h3{font-size: 24px;}
.section-title-block p {font-size: 16px;}
.list-text li {font-size: 16px;}
.mobile-btn {display: flex;}
}

@media only screen and (max-width:767px) {
body {font-size: 16px;}
h1, .h1{font-size: 35px;}
h1.large {font-size: 45px; line-height: 35px;}
h2, .h2{font-size: 30px;}
h3, .h3{font-size: 22px;}
p.small {font-size: 14px;}
.mrg-t100 {margin-top: 50px;}
.mrg-b100 {margin-bottom: 50px;}
.mrg-tb100 {margin-top: 50px; margin-bottom: 50px;}
.pad-t100 {padding-top: 50px;}
.pad-b100 {padding-bottom: 50px;}
.pad-tb100 {padding-top: 50px; margin-bottom: 50px;}
.mrg-t50 {margin-top: 30px;}
.mrg-b50 {margin-bottom: 30px;}
.mrg-tb50 {margin-top: 30px; margin-bottom: 30px;}
.pad-t50 {padding-top: 30px;}
.pad-b50 {padding-bottom: 30px;}
.pad-tb50 {padding-top: 30px; margin-bottom: 30px;}
.mobile-hide {display: none;}
.bg-inner-gradint {background: rgb(216,228,234);background: linear-gradient(152deg, rgba(216,228,234,1) 0%, rgba(255,255,255,1) 30%);}
.form-control {height: 40px;}
}

@media only screen and (max-width:679px){
}

@media only screen and (max-width:479px){
}
