/* =Import Required styles
========================================================================================*/
@import url(normalize.css);
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.woff2') format('woff2'),
        url('fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-ExtraLight.woff2') format('woff2'),
        url('fonts/Montserrat-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Light.woff2') format('woff2'),
        url('fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Medium.woff2') format('woff2'),
        url('fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('fonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Black.woff2') format('woff2'),
        url('fonts/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova-Black.woff2') format('woff2'),
        url('fonts/ProximaNova-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova-Extrabld.woff2') format('woff2'),
        url('fonts/ProximaNova-Extrabld.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNovaT-Thin.woff2') format('woff2'),
        url('fonts/ProximaNovaT-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

/* =Box Sizing 
========================================================================================*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], textarea, select, input[type="button"], input[type="submit"], button { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;  }

/* =Deafult Tag & General Classes
========================================================================================*/
html, body { -webkit-font-smoothing:antialiased; -moz-font-smoothing:antialiased; -ms-font-smoothing:antialiased; font-smoothing:antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust:100%; /*scroll-behavior: smooth;*/ }
body { font:15px/1.45 'Montserrat', Arial, Helvetica, sans-serif; color:#505061; }
img { vertical-align:top; border:0; }
a, input[type="button"], input[type="submit"], button, table th, table td, i { -webkit-transition:background-color 550ms cubic-bezier(0.77,0,0.175,1), color 550ms cubic-bezier(0.77,0,0.175,1); transition:background-color 550ms cubic-bezier(0.77,0,0.175,1), color 550ms cubic-bezier(0.77,0,0.175,1); }
.allanim, #mainmenu li a:after  { -webkit-transition:all 550ms cubic-bezier(0.77,0,0.175,1); transition:all 550ms cubic-bezier(0.77,0,0.175,1); }
a { color:#f34834; text-decoration:none;}
a:hover { text-decoration:underline; }
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	a:active{ background-color:transparent;}
}
strong { font-weight:bold; }
small, .small { font-size: 85%; }
sub, sup { font-size:80% }
p { margin:0 0 20px 0; }
h1,h2, h3, h4, h5, h6 { line-height:1.3; margin:0 0 10px; font-weight:300;  }
h1,h2 { font-size:44px;  }
h3 { font-size:38px; }
h4 { font-size:30px; }
h5 { font-size:24px; }
h6 { font-size:16px; }

ul li { line-height: 1.5; }

.cf:after,.wrap:after { content:""; display:table; clear: both; }
.nodisplay { display:none; }
.nodisplay_strict { display:none !important; }
.alignleft { float:left; }
.alignright { float:right; }
:focus { outline:none; }
.text_cont p { padding:0 0 10px 0; }
.nopad p, p.nopad { padding:0; }

.cols { margin-left:-20px; margin-right:-20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.cols .col { padding-left:20px; padding-right:20px; }
.cols1 .col { width:100% }
.cols2 .col { width:50% }
.cols3 .col { width:33.333333333333%; }
.cols4 .col { width:25%; }

#lightcase-case {
    font-family: 'Montserrat' !important;
}
.align-center {
    align-items: center;
}
/* =Blockquote & highlight
========================================================================================*/
blockquote { border-left:solid 6px #e1e1e1; margin-left:0; padding-left:15px; }
blockquote small { font-size:85%; display:block; color:#999; padding:5px 0 0 0; font-style:italic; }
.highlight, mark { background:#fffd64; }

/* =Text Size, color & Custom list style
========================================================================================*/
.text-bigger { font-size:22px;  }
.text-big { font-size:20px; }
.text-small { font-size:12px; }
.text-muted { color:#777; }
.text-primary { color:#f34834; }
.text-secondary { color:#7979a9; }

.bg-muted { background:#777; }
.bg-primary { background:#e34f26; }
.bg-secondary { background:#7979a9; }

.text-lc { text-transform:lowercase; }
.text-uc { text-transform:uppercase; }

.has-show { display:block !important; }
.has-hide { display:none !important; }

.has-error { padding:8px 12px 0; display:block; color:#f34834; }
input.has-error { border:solid 1px #f34834 !important;  }

.tall-space { margin:45px 0; }
.medium-space { margin:20px 0; }

.custom-arrow-list { margin:0; padding:0; list-style:none; }
.custom-arrow-list li { position:relative; padding-left:20px; }
.custom-arrow-list li:before { content:''; border:solid 2px #bbb; border-left:0; border-top:0; position:absolute; left:1px; top:9px; -webkit-transform:rotate(-45deg); transform:rotate(-45deg); width:7px; height:7px; }

/* =Divider Width
========================================================================================*/
hr { border:0; border-bottom:solid 1px #e1e1e1; margin:20px 0; position:relative; width:100%; }
hr:before { background:#888; bottom: 0; content: ""; display: block; height: 1px; left: 0; right:0; margin:0 auto; top:0; position: absolute; width: 40px; }
.dashed-border { border-bottom-style:dashed }
.dotted-border { border-bottom-style:dotted; }
.double-border { border-bottom-style:double; border-bottom-width:3px; }
.double-border:before { height:3px; }

/* =Drop Caps
========================================================================================*/
p.drop-caps:first-child:first-letter { float: left; font-size: 75px; line-height: 60px; padding: 4px; margin-right: 5px; margin-top: 5px; font-family: Georgia; }
p.drop-caps.secundary:first-child:first-letter { background-color: #f34834; color: #fff; padding: 6px; margin-right: 11px; border-radius: 4px; }

/* =Image Caps
========================================================================================*/
.image-block { padding:25px 0;  }
.image-block:after { display:table; clear:both; content:''; }
.image-block figure { width:33.33333%; float:left; position:relative; border:solid 1px #e5e5e5; padding:5px; background:#fff; margin:0 20px 10px 0; }
.image-block figure img { width:100%; height:auto; }
.image-block.right-align figure { float:right; margin:0 0 10px 20px;  }
.image-block figcaption { display:block; font-weight:700; position:absolute; left:5px; right:5px; bottom:5px; margin:0 auto; background:rgba(0,0,0,0.40); padding:13px 10px; color:#fff; text-align:center; line-height:1.25; }
.image-block h3 { margin-bottom:20px; }

/* =Section Caps
========================================================================================*/
.section-block { padding:25px 0; background:#fff; }

/* =Layout Width
========================================================================================*/
#wrapper {  }
.wrap { max-width:1360px; width:100%; margin:0 auto; padding-left:30px; padding-right:30px; }
#header .wrap { max-width: 1890px; }

#main { padding:25px 0; }
#primary { float:left; width:700px; }
#sidebar { float:right; width:200px; }
.one-column { width:auto !important; float:none !important; }


/* =Common-Page (common classes for all pages)
========================================================================================*/
#header { background:#ffffff; padding:15px 0; transition: all .5s ease; position: -webkit-sticky; position: sticky; top: 0; z-index: 99; }
#header.fixed { background: #261C6A; border-bottom: 1px solid rgba(255,255,255,0.1); box-shadow: 0px 2px 5px rgb(0 0 0 / 0.35);}
#logo img { max-width:100%; height:auto; width:auto; }
.main-head { display: flex; align-items: center; justify-content: space-between;}
.main-head .logo-slct-city { display: flex; align-items: center;}
.main-head .logo-slct-city .select-city { display: flex; align-items: center; padding-left: 20px; position: relative;}
.main-head .logo-slct-city #logo { padding-right: 20px; border-right: 1px solid #DBDDE6;}
.main-head .logo-slct-city .select-city i { font-size: 18px; color: #000; font-weight: bold; position: absolute; right: 10px;}

.list-store-login { display: flex; align-items: center;}
.list-store-login a { display: flex; align-items: center; color: #393B44; font-weight: 600; text-decoration: none;}
#header.fixed .list-store-login a { color: #fff !important;}
.list-store-login i { color: #182041; font-size: 30px; padding-right: 10px;}
#header.fixed .list-store-login i {color: #fff !important;}
.list-store-login a:hover { color: #f34834;}
.list-store-login a:hover i { color: #f34834;}
#header.fixed .list-store-login a:hover { color: #f34834 !important;}
#header.fixed .list-store-login a:hover i { color: #f34834 !important;}
.list-store-login .list-store { padding-right: 20px; border-right: 1px solid #DBDDE6;}
.list-store-login .login { padding-left: 20px;}
.location-search-sec { display: flex; align-items: center; position: relative;}
.location-search-sec .location { display: flex; align-items: center; position: absolute; left: 20px; top: 5px;}
.location-search-sec .location i { font-size: 30px; color: #fc3c2a;}
.location-search-sec .location input { border: 0; height: 35px; border-right: 1px solid #ddd !important; width: 150px; color: #000; font-family: 'Proxima Nova';}
.location-search-sec .location input::-webkit-input-placeholder { /* Edge */ color: #BFBFBF; }
.location-search-sec .location input:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #BFBFBF; }
.location-search-sec .location input::placeholder { color: #BFBFBF; }

.location-search-sec .location input:active, .location-search-sec .location input:focus { border: none; outline: none;}
.location-search-sec .search-block { display: flex; align-items: center;}
.location-search-sec .search-block input { padding-left: 220px; width: 550px; border-radius: 8px; border-right: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; height: 45px; color: #000; font-family: 'Proxima Nova';}
.location-search-sec .search-block input::-webkit-input-placeholder { /* Edge */ color: #BFBFBF; }
.location-search-sec .search-block input:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #BFBFBF; }
.location-search-sec .search-block input::placeholder { color: #BFBFBF; }

.location-search-sec .search-block input:active, .location-search-sec .search-block input:focus { border-right: 0;}
.location-search-sec .search-block a.button { border-top-left-radius: 0; border-bottom-left-radius: 0;}

#footer { background:#191827; padding:30px 0; font-size:14px; padding-bottom: 0; }
#footer a { display: block; color: #fff; text-decoration: none; font-size: 14px; line-height: 2.5;}
#footer a:hover {color: #f34834;}
#footer h3 { font-size: 20px; font-weight: 600; color: #fff; margin-bottom: 20px;}
.ftr-contact { margin-top: 20px;}
.ftr-contact strong { color: #fff; min-width: 60px; }
.ftr-contact .ftr-contact-email { display: flex; align-items: center;}
.ftr-contact .ftr-contact-call { display: flex; align-items: center;}
.download-app { display: flex; align-items: center; }
.download-app a { margin-right: 10px; }
#footer .bottom-footer { display: flex; align-items: center; justify-content: space-between;}
#footer .bottom-footer .copyright p { margin: 0; font-size: 12px; color: #8C8C93;}
#footer .bottom-ftr-links ul { padding: 0; margin: 0; list-style: none; display: flex; align-items: center;}
#footer .bottom-ftr-links ul li { margin-right: 30px;}
#footer .bottom-ftr-links ul li:last-child { margin-right: 0;}
#footer .bottom-ftr-links ul li a { color: #8C8C93; font-size: 12px;}
#footer .bottom-ftr-links ul li a:hover { color: #f34834;}
#footer .bottom-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 80px; margin-bottom: 20px;}
#footer .ftr-social a { display: flex; align-items: center; justify-content: center;}
.ftr-social { display: flex; align-items: center; margin-top: 30px;}
.ftr-social i { font-size: 32px; margin-right: 15px;}
.ftr-social i:hover {transition: none;}
.download-app a { margin-bottom: 15px;}

/* =Home-Page (only homepage used classes)
========================================================================================*/
.sprites { background-image: url(../images/bgi/sprites.svg);  } 
.sp-after:after { background-image: url(../images/bgi/sprites.svg); display: inline-block; width: 25px; height: 25px; margin-left: 10px; content: ''; vertical-align: middle; }
.sp-before:before { background-image: url(../images/bgi/sprites.svg); display: inline-block; width: 25px; height: 25px; margin-right: 10px; content: ''; vertical-align: middle;  }

/* =Form Style
========================================================================================*/
button, input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], textarea, select, input[type="submit"], input[type="button"] { font-size:100%; margin:0; vertical-align:baseline; *vertical-align:middle;   }
button, input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], textarea, input[type="submit"], input[type="button"] { -webkit-appearance:none; -webkit-border-radius:0;  border-radius:0; }
button, input { line-height:normal; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], textarea, select { background:#fff; padding:4px 12px; height:48px; line-height:1.55; border:solid 1px #d7d9dd; color:#454648; width:100%; font-family:'Montserrat', Arial, Helvetica, sans-serif; -moz-transition:border-color 200ms ease-in; -webkit-transition:border-color 200ms ease-in; transition:border-color 200ms ease-in; }
input[type="text"].input-lg, input[type="password"].input-lg, input[type="email"].input-lg, input[type="tel"].input-lg, input[type="search"].input-lg, input[type="url"].input-lg { height:58px; }
input[type="text"].input-sm, input[type="password"].input-sm, input[type="email"].input-sm, input[type="tel"].input-sm, input[type="search"].input-sm, input[type="url"].input-sm { height:38px; }
textarea { width:100%; height:160px; overflow:auto; resize:vertical; padding:10px 15px;  font-family:'Montserrat', Arial, Helvetica, sans-serif; }
select { height:auto; padding:12px 42px 12px 12px; font-size:14px; -webkit-appearance:none; -moz-appearance:none; -ms-appearance:none; appearance:none; position:relative; z-index:1; background:none; line-height:1.25; border-radius:0; }
select::-ms-expand { display:none; }
.custom-select { display:block; margin:0; position:relative; background:#fff; }
.custom-select:before { position:absolute; right:1px; top:1px; width:48px; background:#fff; content:''; height:48px; }
.custom-select:after { content:''; border-top:solid 6px #848690; border-right:solid 6px transparent; border-left:solid 6px transparent; position:absolute; right:18px; top:50%; margin-top:-3px; }

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="url"]:focus, textarea:focus, select:focus { border:solid 1px #acacac;  }
input::-moz-focus-inner, button::-moz-focus-inner {border:0; padding:0;}
input[type="button"], input[type="submit"], button { background: #f34834; border: 0; cursor: pointer; width: auto; overflow: visible; text-decoration: none; font-family: 'Montserrat', Arial, Helvetica, sans-serif; text-transform: capitalize; font-size: 16px; color: #fff; display: inline-block; line-height: 1.2; padding: 13px 30px; vertical-align: bottom; font-weight: 600; border-radius: 4px; }
input[type="button"]:hover, input[type="submit"]:hover, button:hover { background:#d71802; color:#fff; }
input[type="checkbox"], input[type="radio"] { margin:4px 8px 0 ; vertical-align:top;  }

::-webkit-input-placeholder { opacity:1; }
::-moz-placeholder { opacity:1; }
:-ms-input-placeholder { opacity:1; }
:-moz-placeholder { opacity:1; }

.checkbox, .radio { position: relative; float: left; margin-right: 20px; }
.form-block .form-group .checkbox label, .form-block .form-group .radio label { padding: 0; padding-left: 26px; display: block; line-height: 1.1; }
.form-row { display: flex; flex-wrap: wrap;}
.checkbox input, .radio input { top: 0; left: 0; z-index: 1; cursor: pointer; opacity: 0; position: absolute; }
.checkbox input:checked + .input-helper:before, .radio input:checked + .input-helper:before { border-color: #FC3C2A; }
.checkbox input:disabled + .input-helper:before, .radio input:disabled + .input-helper:before { opacity: 0.35; }
.checkbox .input-helper:before, .radio .input-helper:before, .checkbox .input-helper:after, .radio .input-helper:after { position: absolute; content: ""; transition: all 200ms; }
.checkbox .input-helper:before, .radio .input-helper:before { left: 0; border: 1px solid #7a7a7a; }
.checkbox input { width: 20px; height: 20px; margin: 0; top: 3px; }
.checkbox input:checked + .input-helper:before { background-color: #FC3C2A; }
.checkbox input:checked + .input-helper:before { background-color: #FC3C2A; }
.checkbox input:checked + .input-helper:after { transform: scale(1) rotate(45deg); opacity: 1; }
.checkbox .input-helper:before { top: 3px; width: 20px; height: 20px; border-radius: 2px; color: #fff; }
.checkbox .input-helper:after { content: ''; font-size: 13px; left: 26px; top: 13px; font-weight: 600; color: #fff; transform: scale(0) rotate(45deg); opacity: 0; width: 7px; height: 13px; border: solid 3px #fff; border-left: 0; border-top: 0; }
.radio input { width: 18px; height: 18px; margin: 0; }
.radio input:checked + .input-helper:after { transform: scale(1); }
.radio .input-helper:before { top: 0; width: 18px; height: 18px; border-radius: 50%; }
.radio .input-helper:after { width: 8px; height: 8px; background: #FC3C2A; border-radius: 50%; top: 5px; left: 5px; transform: scale(0); }


/* =BreadCrumbs
========================================================================================*/
.breadcrumbs { padding:11px 0; background:#efeded; border-bottom:solid 1px #dedede; font-size:14px; color:#999; }
.breadcrumbs ul { display: inline; margin: 0 0 0 5px; padding: 0; }
.breadcrumbs li { display:inline-block; margin:0 0 0 20px; position:relative; }
.breadcrumbs li:before { content: '\e901'; font-size: 16px; display: inline-block; position: absolute; left: -22px; top: 35%; margin-top: -4px; font-family: 'icomoon' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); color: #CCCCCC; }
.breadcrumbs li a { color:#505061; text-decoration:none; }
.breadcrumbs li a:hover { color:#e34f26; }

/* =Form list
========================================================================================*/
.form-block { margin:10px 0; }
.form-group { padding:10px 0 }
.form-group:after { clear:both; content:''; display:table; }
.formlist .form-group ul { margin:0; padding:0; list-style:none; }
.forgot-link { float:right; }
.form-block .form-group label { display:inline-block; padding:0 0 5px;  }
.form-inline .form-group label { float:left; width:30%; padding:10px 10px 10px 0; line-height:1.5 }
.form-inline .form-group .field-box { width:70%; float:left; }

/* =Common button CSS
========================================================================================*/
.button { background-color:#FC3C2A; text-transform:capitalize; font-size:16px; color:#fff; display:inline-block; line-height:1.2; padding:13px 30px; vertical-align:bottom; font-weight:600; border-radius: 4px; }
.button:hover { background-color:#d32d1d; text-decoration:none; color:#fff; }
.button.btn-lg, input[type="submit"].btn-lg, input[type="button"].btn-lg, button.btn-lg { padding:16px 35px; font-size:18px; }
.button.btn-sm, input[type="submit"].btn-sm, input[type="button"].btn-sm, button.btn-sm { padding:10px 25px; font-size:14px; }
.button.btn-xs, input[type="submit"].btn-xs, input[type="button"].btn-xs, button.btn-xs { padding:8px 20px; font-size:12px; }
.button.btn-lightgray, input[type="submit"].btn-lightgray, input[type="button"].btn-lightgray, button.btn-lightgray { background:#a4a7ab; color:#fff; }
.button.btn-lightgray:hover, input[type="submit"].btn-lightgray:hover, input[type="button"].btn-lightgray:hover, button.btn-lightgray:hover { background:#828383; }
.button.btn-secondary, input[type="submit"].btn-secondary, input[type="button"].btn-secondary, button.btn-secondary { background:#0F1E5A; color:#fff; }
.button.btn-secondary:hover, input[type="submit"].btn-secondary:hover, input[type="button"].btn-secondary:hover, button.btn-secondary:hover { background:#0a1f75; }
.button.btn-outline, input[type="submit"].btn-outline, input[type="button"].btn-outline, button.btn-outline { background:#fff; border:solid 2px #FC3C2A; color:#FC3C2A;  }
.button.btn-outline:hover, input[type="submit"].btn-outline:hover, input[type="button"].btn-outline:hover, button.btn-outline:hover { background:#FC3C2A; color:#fff; }

.button.btn-lg.btn-outline, input[type="submit"].btn-lg.btn-outline, input[type="button"].btn-lg.btn-outline {  padding:14px 35px;   }
.button.btn-outline, input[type="submit"].btn-outline, input[type="button"].btn-outline {  padding:11px 30px;   }
.button.btn-sm.btn-outline, input[type="submit"].btn-sm.btn-outline, input[type="button"].btn-sm.btn-outline {  padding:8px 25px;   }
.button.btn-xs.btn-outline, input[type="submit"].btn-xs.btn-outline, input[type="button"].btn-xs.btn-outline {  padding:6px 20px;   }

.button.btn-block { display:block; }
.buttonset .button { margin: 10px 7px; text-align: center; width: 160px; padding-left:10px !important; padding-right:10px !important; }


/* =Table CSS
========================================================================================*/
table { max-width:100%; background-color:transparent; border-collapse:collapse; border-spacing:0; border:1px solid #ddd; }
table { width:100%; margin-bottom:30px; }
table th, table td { padding:14px 15px; line-height:1.32; text-align:left; vertical-align:top; border-top:1px solid #ddd;  border-right:1px solid #ddd;}
table th { background:#ececec; font-weight:700; padding:17px 15px; font-size:16px; }
table tr:hover td { background:#fbfbfb; }
table tr.selected td { background:#fbfbfb; }
table thead th { vertical-align:middle; }
table caption + thead tr:first-child th, table caption + thead tr:first-child td, table colgroup + thead tr:first-child th, table colgroup + thead tr:first-child td, table thead:first-child tr:first-child th, table thead:first-child tr:first-child td { border-top:0; }

/* =tabnav CSS
========================================================================================*/
.tabnav { width:100%; margin:0; padding:0; list-style:none; border:none;  }
.tabnav li { float:left; position:relative; margin:0; width:25%; text-align:center; font-weight:600; text-transform:capitalize; }
.tabnav li:first-child { margin:0; }
.tabnav li h2 { margin:0; font-size:15px; }
.tabnav li a { display: block; font-size: 16px; padding: 12px 16px; text-decoration: none; color: #182041; line-height: 1.25; background: #F2F3F7; margin-bottom: -1px; border-left: none; position: relative; transition: background-color 550ms cubic-bezier(0.77,0,0.175,1), color 550ms cubic-bezier(0.77,0,0.175,1); }
.tabnav li:first-child a { border-left:0; }
.tabnav li.active a, .tabnav li a:hover {  background-color: #fff; color: #182041; border: solid 1px #DBDDE6; border-bottom: none; border-radius: 0!important; }
.tabnav li.active a:after { display:block; }
.tabnav li.active a:before { content: ''; display: block; width: 100%; height: 4px; background: #FC3C2A; position: absolute; top: -5px; left: 0;}
.tabnav li:first-child a {border-top-left-radius: 10px;}
.tabnav li:last-child a {border-top-right-radius: 10px;}
.tab-container { padding:20px; border:solid 1px #DBDDE6; border-radius: 4px; }
.tabcontent .quicklist li, .tabcontent .quicklist { margin:0; }
.tabcontent { display:none;  }
.tabcontent p { color:#666; margin:20px 0 0; }
.tabcontent p:first-child { margin-top:0; }
.tabcontent p a, .accordion-data p a { color:#7f97ae; text-decoration:underline; }
.tabcontent p a:hover, .accordion-data p a:hover { color:#00305d }
.tabcontent h4 { margin:0 0 15px; }

/* =Accordian CSS
========================================================================================*/
.accordion-databox .accordion-row { }
.accordion-databox .accordion-row:first-child { border-top:0; }
.accordion-databox .accordion-row h5 { cursor: pointer; margin: 0; background: #ffffff; border: 1px solid #DBDDE6; border-radius: 5px; color: #555; position: relative; padding: 16px 54px 16px 16px; font-weight: 600; font-size: 15px; margin-bottom: 7px; text-transform: capitalize; }
.accordion-databox .accordion-row h5:before { position:absolute; right:0; top:0; content:''; width:54px; height:100%; z-index:1; background:rgba(0,0,0,0.08); } 
.accordion-databox .accordion-row h5:after { content:''; position:absolute; right:18px; top:50%; margin-top:-4px; border-top:solid 8px #818181; border-left:solid 8px transparent; border-right:solid 8px transparent; z-index:2  }
.accordion-databox .accordion-row h5.open { color:#272c2f;}
.accordion-databox .accordion-row h5.open:after { border-top:0; border-bottom:solid 8px #272c2f; }
.accordion-data { display:none; padding:15px 0; }
.accordion-data p { padding:0 6px; margin:20px 0 0; }
.accordion-data p:first-child { margin-top:0; }

/* =Alertbox CSS
========================================================================================*/
.alert { padding:16px 16px 16px 55px; margin:20px 0; color:#454545; position:relative; }
.alert:before { position:absolute; content:''; left:15px; top:15px; width:24px; height:24px; background:url(../images/bgi/sprites.svg) no-repeat 0 0; }
.alert-notification {  background-color:#fff0f4; border:solid 1px #db524c; color:#db524c; }
.alert-notification:before { background-position:0 0; }
.alert-info { background-color:#e8f6ff;  border:solid 1px #0082d5; color:#0082d5;  }
.alert-info:before { background-position:-26px 0; }
.alert-warning { background-color:#fef4ec; border:solid 1px #ff9948; color:#ff9948; }
.alert-warning:before { background-position:-52px 0; }
.alert-success { background-color:#edfff6; border:solid 1px #04be5b; color:#04be5b; }
.alert-success:before { background-position:-79px 0; }
.alert-normal { background-color:#efefef; border:solid 1px #999; padding-left:16px; color:#555; }
.alert-normal:before { display:none; }

/* =Default page CSS
========================================================================================*/
.heading-listblock { padding:20px 0; }
.heading-listblock p, .heading-listblock blockquote { margin:0 0 35px; }
.heading-listblock p:last-child { margin-bottom:0; } 
.heading-listblock .paragraph-block p { margin:0 0 20px; }
.list-block ul, .list-block ol { padding-left:22px; margin-left:-5px; }
.list-block ul li, .list-block ol li { margin:5px 0; } 
.list-block ul.custom-arrow-list { margin:0; padding:0; }
img { max-width: 100%; }

/* =Listing Page CSS 
========================================================================================*/
.listing-page {
    background: #EDEEF2;
}
.listing-page .search-icon i {
    color: #fff;
}

.listing-page #header {
    background: #261C6A;
}

.main-head .logo-slct-city #logo {
    border-right: 1px solid #DBDDE6;
}
.main-head .logo-slct-city .select-city .dropdown {
    background: transparent;
    border: none;
}
.main-head .logo-slct-city .select-city .dropdown span {
    color: #393B44;
    font-size: 14px;
    font-weight: 500;
}
#header.fixed .main-head .logo-slct-city .select-city .dropdown span {
    color: #fff !important;
}
#header.fixed .main-head .logo-slct-city .select-city .dropdown:after {
    color: #FC3C2A !important;
}
.listing-page .main-head .logo-slct-city #logo {
    border-right: 1px solid #30395D;
}
.listing-page .main-head .logo-slct-city .select-city .dropdown {
    background: transparent;
    border: none;
}
.listing-page .main-head .logo-slct-city .select-city .dropdown span {
    color: #fff;
    font-size: 14px;
}

.listing-page .main-head .logo-slct-city .select-city .dropdown:after {
    color: #FC3C2A;
}

.listing-page .list-store-login i {
    color: #fff;
}

.listing-page .list-store-login a {
    color: #fff;
}

.listing-page .list-store-login a:hover {
    color: #f34834;
}

.listing-page .list-store-login .list-store {
    border-right: 1px solid #30395D;
}

.listing-page .breadcrumbs {
    background: #ffffff;
}

.listing-page .breadcrumbs i {
    color: #191827;
    font-size: 24px;
    position: relative;
    top: 3px;
}

.listing-page .breadcrumbs li a {
    color: #8E8E8E;
    text-decoration: none;
}

.listing-page .breadcrumbs li a:hover {
    color: #e34f26;
}
.listing-page .breadcrumbs a {
    text-decoration: none;
}
.listing-page .breadcrumbs a:hover i {
    color: #e34f26;
}

.listing-page-sec .listing-filters {
    width: 20%;
}

.listing-page-sec .listing-main-details {
    width: 57%;
}

.listing-page-sec .listing-why-buy {
    width: 23%;
}

.listing-page-sec .listing-filters .all-filters {
    background: #fff;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0px 1px 6px #00000014;
}

/* width */
.listing-page-sec .listing-filters .all-filters::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.listing-page-sec .listing-filters .all-filters::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.listing-page-sec .listing-filters .all-filters::-webkit-scrollbar-thumb {
    background: #d1d1d1;
}

/* Handle on hover */
.listing-page-sec .listing-filters .all-filters::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.listing-page-sec .listing-filters h2 {
    font-size: 22px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 3px solid #F1F2F6;
    padding: 15px 20px;
    background: #fff;
    margin-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.listing-page-sec .listing-filters .all-filters .filters-block {
    padding: 15px 20px;
    border-bottom: 3px solid #F1F2F6;
}
.listing-page-sec .listing-filters .all-filters .filters-block:last-child {
    border-bottom: none;
}
.listing-page-sec .listing-filters .all-filters .filters-block .accordion-data {
    padding: 0;
}
.listing-page-sec .listing-filters .all-filters .filters-block .accordion-data ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
    padding-top: 20px;
}
.listing-page-sec .listing-filters .all-filters .filters-block .accordion-data ul.filter-list.areas {
    height: 300px;
}

.listing-page-sec .listing-filters .all-filters .filters-block .accordion-data ul li:first-child .checkbox {
    margin-top: 0;
}

.listing-page-sec .listing-filters .all-filters .filters-block .accordion-data ul li:last-child .checkbox {
    margin-bottom: 0;
}

.listing-page-sec .listing-filters .all-filters .filters-block .accordion-data ul li .checkbox {
    float: none;
    margin: 10px 0;
    transition: all .5s ease;
    padding: 5px;
}

.listing-page-sec .listing-filters .all-filters .filters-block .accordion-data ul li .checkbox:hover {
    background: #F2F3F7;
}

.listing-page-sec .listing-filters .all-filters .filters-block .accordion-data ul li .checkbox .input-helper:before {
    top: 8px;
    left: 8px;
}

.listing-page-sec .listing-filters .all-filters .filters-block .accordion-data ul li .checkbox .input-helper:after {
    top: 10px;
    left: 15px;
}

.listing-page-sec .listing-filters .all-filters .filters-block .accordion-data ul li .checkbox label {
    cursor: pointer;
}

.listing-page-sec .listing-filters .all-filters .filters-block .accordion-data ul li .checkbox span {
    padding-left: 40px;
    font-size: 14px;
    font-family: 'Proxima Nova';
    display: block;
    text-transform: capitalize;
    position: relative;
    top: 1px;
}

.listing-page-sec .listing-filters .all-filters .filters-block .accordion-databox .accordion-row h5 {
    cursor: pointer;
    margin: 0;
    background: #ffffff;
    border: none;
    border-radius: 0;
    color: #000;
    position: relative;
    padding: 0;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.listing-page-sec .listing-filters .all-filters .filters-block .accordion-databox .accordion-row h5:after {
    content: '';
    position: absolute;
    right: 0;
    top: 30%;
    margin-top: -4px;
    z-index: 2;
    content: '\e901';
    font-size: 20px;
    display: inline-block;
    margin-top: -4px;
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #C0C2C9;
    transition: all .5s ease;
    border: none !important;
}

.listing-page-sec .listing-filters .all-filters .filters-block .accordion-databox .accordion-row h5.open:after {
    border-top: 0;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.listing-page-sec .listing-filters .all-filters .filters-block .accordion-databox .accordion-row h5:before {
    background: transparent;
}

.listing-page-sec .listing-filters .all-filters .filters-block .accordion-databox .accordion-row h5.open {
    color: #272c2f;
}

.listing-page-sec .listing-filters .all-filters .filters-block .search-area {
    position: relative;
    top: 1px;
    margin-bottom: 15px;
}

.listing-page-sec .listing-filters .all-filters .filters-block .search-area input {
    padding-right: 85px;
}
.listing-page-sec .listing-filters .all-filters .filters-block .search-area input::-webkit-input-placeholder {
    color:#B2B2B2;
}
.listing-page-sec .listing-filters .all-filters .filters-block .search-area input:-ms-input-placeholder {
    color:#B2B2B2;
}
.listing-page-sec .listing-filters .all-filters .filters-block .search-area input::placeholder {
    color:#B2B2B2;
}
.listing-page-sec .listing-filters .all-filters .filters-block .search-area .detect {
    position: absolute;
    top: 14px;
    right: 10px;
    display: flex;
    align-items: center;
}

.listing-page-sec .listing-filters .all-filters .filters-block .search-area .detect span {
    padding-right: 5px;
}

.listing-page-sec .listing-filters .all-filters .filters-block .search-area .detect a {
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.listing-page-sec .listing-filters .all-filters .filters-block .search-area .detect a:hover {
    color: #f34834;
}

.listing-page-sec .listing-filters .all-filters .filters-block .search-area .detect a i {
    transition: none;
}

.listing-page-sec .why-buy-title {
    font-size: 18px;
    font-weight: 600;
    background: #182041;
    padding: 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 0;
    color: #fff;
}

.listing-page-sec .why-buy-block {
    background: #fff;
    padding: 20px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0px 1px 6px #00000014;
}

.listing-page-sec .why-buy-block .why-buy-points ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.listing-page-sec .why-buy-block .why-buy-points ul li {
    display: flex;
    margin-bottom: 30px;
}

.listing-page-sec .why-buy-block .why-buy-points ul li .number {
    display: block;
    margin-right: 10px;
    color: #D6D6D6;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Proxima Nova';
}

.listing-page-sec .why-buy-block .why-buy-points ul li p {
    margin-bottom: 0;
    font-family: 'Proxima Nova';
    font-size: 18px;
    color: #182041;
}

.divider-line {
    width: 100%;
    background-image: linear-gradient(to right, #D5D6DB 60%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 23px 2px;
    background-repeat: repeat-x;
    display: block;
    height: 1px;
}

.listing-page-sec .why-buy-block .pass-block a {
    font-size: 20px;
    font-weight: 700;
    color: #0F3460;
    position: relative;
    margin-bottom: 20px;
    text-decoration: none;
    display: block;
}
.listing-page-sec .why-buy-block .pass-block a:hover {
    color: #fc3c2a;
}
.listing-page-sec .why-buy-block .pass-block a .golden {
    color: #DBB94B;
}

.listing-page-sec .why-buy-block .pass-block a:after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #D9D9D9;
    position: absolute;
    bottom: -8px;
    border-radius: 20px;
}

.listing-page-sec .why-buy-block .ticket-block .off-block h4 {
    font-size: 14px;
    font-weight: 700;
    color: #0F3460;
    position: relative;
    margin-bottom: 10px;
}

.listing-page-sec .why-buy-block .ticket-block .off-block h4 span {
    color: #FC3C2A;
}

.listing-page-sec .why-buy-block .pass-block {
    padding: 20px 0;
}

.listing-page-sec .why-buy-block .pass-block p {
    margin-bottom: 0;
    font-family: 'Proxima Nova';
    font-size: 18px;
    color: #182041;
}

.listing-page-sec .why-buy-block .ticket-block {
    display: flex;
    align-items: center;
    background: #F2F3F7;
    padding: 10px;
    background-image: url('../images/dotted-border.svg');
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.listing-page-sec .why-buy-block .ticket-block .off-block {
    padding-right: 10px;
    width: 80%;
    display: block;
    text-align: center;
    margin: 20px 0;
}

.listing-page-sec .why-buy-block .ticket-block .off-block-details {
    width: 100%;
    margin: 20px 0;
}

.listing-page-sec .why-buy-block .ticket-block .off-block-details p {
    padding-left: 20px;
    margin-bottom: 0;
    background-image: linear-gradient(#D5D6DB 60%, rgba(255, 255, 255, 0) 0%);
    background-position: left;
    background-size: 2px 23px;
    background-repeat: repeat-y;
    font-size: 12px;
    color: #000000;
    height: 100px;
    overflow: hidden;
}

.listing-page-sec .why-buy-block .ticket-block .off-block h3 {
    color: #767881;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
    font-family: 'Proxima Nova';
}

.listing-page-sec .why-buy-block .ticket-block:before {
    content: '';
    width: 60px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: -30px;
    left: 65px;
    background-image: url('../images/dotted-for-round.svg');
}

.listing-page-sec .why-buy-block .ticket-block:after {
    content: '';
    width: 60px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    bottom: -30px;
    left: 65px;
    background-image: url('../images/dotted-for-round.svg');
}

.listing-main-details .main-title {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}

.listing-main-details .main-title span {
    color: #fc3c2a;
}

.listing-main-details .sorting {
    background: #DDDEE6;
    padding: 9px 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 8px;
    margin-bottom: 25px;
}

.listing-main-details .sorting .sorting-title {
    width: 18%;
}

.listing-main-details .sorting .sorting-title h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}

.listing-main-details .sorting .sorting-options {
    width: 82%;
    display: flex;
    align-items: center;
}

.listing-main-details .sorting .sorting-options .sorting-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.listing-main-details .sorting .sorting-options .sorting-dropdowns {
    display: flex;
    align-items: center;
    width: 90%;
}

.listing-main-details .sorting .sorting-options .sorting-dropdowns select {
    padding: 10px;
    padding-right: 25px;
    background: #fff;
    border-radius: 4px;
    font-size: 14px;
    color: #182041;
    font-weight: 600;
    font-family: 'Proxima Nova';
}

.listing-main-details .sorting .sorting-options .sorting-links {
    width: 100%;
}

.listing-main-details .sorting .sorting-options .sorting-dropdowns .sorting-filter-select {
    position: relative;
    margin-right: 10px;
}

.listing-main-details .sorting .sorting-options .sorting-dropdowns .sorting-filter-select:last-child {
    margin-right: 0;
}

.listing-main-details .sorting .sorting-options .sorting-dropdowns .sorting-filter-select i {
    position: absolute;
    top: 14px;
    right: 8px;
    z-index: 1;
    color: #182041;
    font-weight: 600;
    font-size: 12px;
}

.listing-main-details .sorting .sorting-options .sorting-links ul li {
    margin-right: 15px;
    text-align: center;
}

.listing-main-details .sorting .sorting-options .sorting-links ul li:last-child {
    margin-right: 0;
}

.listing-main-details .sorting .sorting-options .sorting-links ul li a {
    color: #767881;
    font-size: 14px;
    font-family: 'Proxima Nova';
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    display: block;
}
.listing-main-details .sorting .sorting-options .sorting-links ul li a:hover {
    color: #fc3c2a;
}
.listing-main-details .sorting .sorting-options .sorting-links ul li.active a {
    color: #000000;
    border-bottom: 1px solid #000;
}
.listing-main-details .sorting .sorting-options .sorting-links ul li a:hover {
    color: #fc3c2a;
}

.listing-item {
    background: #fff;
    border-radius: 8px;
    padding: 15px 10px;
    margin-bottom: 50px;
    position: relative;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}
.listing-item .item-details-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}
.listing-item:hover {
    box-shadow: 0 7px 13px rgba(0,0,0,0.15);
}
.listing-item:hover .listing-item-details .item-img-title .item-title h2 {
	color: #fc3c2a;
}
.listing-item .listing-item-features .explore-item div {
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}
.listing-item:hover .listing-item-features .explore-item div {
	background-color: #d32d1d;
}

.listing-item .listing-item-details {
    display: flex;
    margin-bottom: 40px;
}

.listing-item .listing-item-details .item-img-title {
    display: flex;
    width: 100%;
}

.listing-item .listing-item-details .item-short-desc {
    width: 65%;
    padding-right: 30px;
    padding-left: 35px;
    border-left: 1px solid #E6E7E9;
}

.listing-item .listing-item-details .item-img-title .item-img {
    position: relative;
    padding-right: 20px;
    padding-left: 10px;
}

.listing-item .listing-item-details .item-img-title .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.listing-item .listing-item-details .item-img-title .item-img .offer-tag {
    position: absolute;
    left: 0px;
    top: 20px;
    background: #E6A21A;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 5px;
    border-top-right-radius: 5px;
}

.listing-item .listing-item-details .item-img-title .item-img .more-images {
    position: absolute;
    bottom: 10px;
    right: 30px;
}

.listing-item .listing-item-details .item-img-title .item-img .more-images span {
    color: #182041;
    font-size: 12px;
    font-weight: bold;
    background: #fff;
    padding: 3px 7px;
    border-radius: 30px;
    text-decoration: none;
    transition: all .5s ease;
}

.listing-item .listing-item-details .item-img-title .item-img .more-images span:hover {
    color: #fff;
    background: #f34834;
}

.listing-item .listing-item-details .item-img-title .item-title h2 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    transition: all .5s ease;
}

.listing-item .listing-item-details .item-short-desc .desc {
    position: relative;
}

.listing-item .listing-item-details .item-short-desc p {
    max-height: 85px;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 14px;
    color: #393B44;
    font-weight: 500;
    line-height: 22px;
}

.listing-item .listing-item-details .item-short-desc span a {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    color: #2874F0;
    padding-left: 40px;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Proxima Nova';
}

.listing-item .listing-item-details .item-short-desc span a:hover {
    color: #FC3C2A;
}

.listing-item .listing-item-details .item-short-desc h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    transition: all .5s ease;
}

.listing-item .listing-item-details .item-img-title .item-img .offer-tag:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -8px;
    left: 0;
    z-index: 0;
    border-top: 0px solid #C18610;
    border-bottom: 8px solid #0000;
    border-left: 0px solid #0000;
    border-right: 10px solid #C18610;
}

.listing-item .listing-item-details .item-img-title .item-title .item-location {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.listing-item .listing-item-details .item-img-title .item-title .item-location i {
    color: #fc3c2a;
    font-size: 22px;
}

.listing-item .listing-item-details .item-img-title .item-title .item-location p {
    margin-bottom: 0;
    font-size: 12px;
    padding-left: 7px;
    color: #182041;
}

.listing-item .listing-item-details .item-img-title .item-title {
    padding-left: 15px;
}

.listing-item .listing-item-details .item-img-title .item-title .item-ratings {
    display: flex;
    align-items: center;
}

.listing-item .listing-item-details .item-img-title .item-title .item-ratings span {
    background: #379216;
    padding: 3px 12px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 50px;
}

.listing-item .listing-item-details .item-img-title .item-title .item-ratings span i {
    padding-left: 2px;
    font-size: 14px;
}

.listing-item .listing-item-details .item-img-title .item-title .item-ratings p {
    margin-bottom: 0;
    padding-left: 10px;
    font-weight: 500;
    color: #393B44;
}

.listing-item .listing-item-details .item-img-title .item-title .item-tags ul {
    margin: 25px 0 20px 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.listing-item .listing-item-details .item-img-title .item-title .item-tags ul li {
    margin-right: 15px;
    background: #F1F2F6;
    padding: 5px 10px;
    border-radius: 5px;
    color: #182041;
    font-weight: 500;
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-bottom: 10px;
}

.listing-item .listing-item-details .item-img-title .item-title .item-tags ul li i {
    font-size: 16px;
    color: #FC3C2A;
    padding-right: 5px;
}

.listing-item .listing-item-details .item-img-title .item-title .virtual-tour a {
    font-size: 12px;
    color: #182041;
    font-weight: 500;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.listing-item .listing-item-details .item-img-title .item-title .virtual-tour a img {
    margin-right: 10px;
}

.listing-item .listing-item-details .item-img-title .item-title {
    padding-left: 20px;
    padding-right: 25px;
}

.listing-item .listing-item-details .item-short-desc .item-tags ul {
    margin-top: 15px;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
}

.listing-item .listing-item-details .item-short-desc .item-tags ul li {
    margin-right: 8px;
    background: #F1F2F6;
    padding: 0px 10px;
    border-radius: 2px;
    color: #182041;
    font-weight: 600;
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-bottom: 10px;
}

.listing-item .listing-item-features .item-feature {
    display: flex;
    align-items: center;
    position: relative;
}

.listing-item .listing-item-features .item-feature .feature-details h4 {
    font-size: 14px;
    font-weight: 600;
    color: #5C6279;
    margin-bottom: 5px;
}

.listing-item .listing-item-features .item-feature .feature-details .start-from {
    display: flex;
    width: 100%;
    align-items: center;
}

.listing-item .listing-item-features .item-feature .feature-details .start-from p.start-text {
    margin-bottom: 0;
    font-size: 12px;
    color: #9E9E9E;
}

.listing-item .listing-item-features .item-feature .feature-details .start-from span.starting-price {
    width: 100%;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.listing-item .listing-item-features .item-feature .feature-details .start-from span.starting-price span.price {
    max-width: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.listing-item .listing-item-features .item-feature .feature-details .start-from span.starting-price span.currency {
    font-size: 12px;
    padding-left: 2px;
}

.listing-item .listing-item-features .item-feature .feature-icon {
    background: #F1F2F6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    border-radius: 5px;
    padding: 10px;
    color: #182041;
    position: absolute;
    left: -15px;
}

.listing-item .listing-item-features .item-feature {
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid #EAEAEC;
    padding: 10px 0px;
    border-radius: 8px;
    margin-left: auto;
    width: 23%;
}

.listing-item .listing-item-features .item-feature .feature-details {
    padding-left: 45px;
    padding-right: 0;
}

.listing-item .listing-item-features {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.listing-item .listing-item-features .explore-item {
    padding: 10px;
}

.pagination-more-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.pagination-more-options .pagination-block {
    display: flex;
    align-items: center;
    margin-top: 0px;
}

.pagination-more-options .pagination-block a {
    display: block;
    color: #182041;
    text-decoration: none;
}

.pagination-more-options .pagination-block ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pagination-more-options .pagination-block ul li {
    margin: 0 3px;
}

.pagination-more-options .pagination-block ul li a {
    padding: 5px;
    background: transparent;
    font-size: 18px;
    font-weight: 600;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.pagination-more-options .pagination-block ul li.active a {
    background: #fc3c2a;
    color: #fff;
}

.pagination-more-options .pagination-block a.prev-page {
    background: #DADCE2;
    font-size: 18px;
    font-weight: 600;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 5px;
    margin-right: 25px;
}

.pagination-more-options .pagination-block a.next-page {
    background: #DADCE2;
    font-size: 18px;
    font-weight: 600;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 5px;
    margin-left: 25px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pagination-more-options .pagination-block a:hover {
    background: #fc3c2a;
    color: #fff;
}

.pagination-more-options .pagination-block a:hover i {
    transition: none;
}

.more-item-options {
    margin-top: 0px;
}

.more-item-options p {
    color: #8C8FA0;
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 0;
}

.ads-in-items {
    margin-bottom: 50px;
    border-radius: 8px;
}
.ads-in-items a {
	overflow: hidden;
	border-radius: 8px;
	display: block;
}
.ads-in-items img {
    width: 100%;
    border-radius: 8px;
    transition: all .5s ease;
}
.ads-in-items img:hover {
	transform: scale(1.2);
}

/* Hide native dropdown */
.listing-page select {
    display: none;
}
#header select {
    display: none;
}

.dropdown {
    background-color: #f6f6f6;
    border-radius: 6px;
    border: solid 1px #eee;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.0075);
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 42px;
    outline: none;
    padding-left: 10px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.dropdown:after {
    content: '\e901';
    pointer-events: none;
    position: absolute;
    right: 5px;
    top: 45%;
    font-size: 15px;
    display: inline-block;
    margin-top: -4px;
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #393B44;
    transition: all .5s ease;
    border: none !important;
}

.dropdown .list {
    box-sizing: border-box;
    transition: all .15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity .1s linear;
    transform: scale(.75);
    transform-origin: 50% 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .09);
    background-color: #fff;
    border-radius: 6px;
    margin-top: 4px;
    padding: 3px 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
}

.dropdown .list ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.dropdown .option {
    cursor: default;
    font-weight: 400;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
}

.dropdown .option:hover {
    background-color: #f6f6f6;
}

.dropdown .option.selected {
    font-weight: 600;
    background-color: #f6f6f6;
}

.dropdown.open:after {
    transform: rotate(-180deg);
}

.dropdown.open .list {
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

.dropdown.open .option {
    cursor: pointer;
}
.ticket-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}
.listing-main-details .sorting .sorting-options .sorting-dropdowns .sorting-filter-select .dropdown {
    background: #fff;
    min-width: 85px;
}
.listing-main-details .sorting .sorting-options .sorting-dropdowns .sorting-filter-select .dropdown span {
    color: #182041;
    font-weight: 600;
}
.listing-main-details .sorting .sorting-options .sorting-dropdowns .sorting-filter-select .dropdown:after {
    color: #182041;
}
.filter-option {
    display: flex;
    align-items: center;
}
.filter-option h2 {
    font-size: 14px;
    margin-bottom: 0;
    padding-right: 10px;
    color: #000;
    font-weight: 600;
    display: none;
}
.filter-option img {
    display: none;
}
.breadcrumbs-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
/* =Details Page CSS 
========================================================================================*/

.col.w70 {
    width: 70%;
}

.col.w30 {
    width: 30%;
    position: relative;
}

.header-banner {
    background: #0F1E5A;
    padding: 25px 0;
    margin-top: -25px;
    background-image: url('../images/main-header-bg.png');
    background-repeat: no-repeat;
    background-position: center right;
}
.header-banner .banner-details .title-desc h2 {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}
.header-banner .banner-details .title-desc p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}

.header-banner .banner-details .open-time {
    display: flex;
    position: relative;
}
.header-banner .banner-details .open-time p {
    color: #ACACAC;
    font-size: 16px;
    line-height: 28px;
    padding-right: 15px;
    font-weight: 500;
    margin-bottom: 0;
}
.header-banner .banner-details .open-time h5 {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    padding: 0;
    min-width: 190px;
    transition: all .5s ease;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.header-banner .banner-details .open-time h5 .icon-angle-down-arrow {
    padding-left: 10px;
    display: block;
    transition: none;
    transition: all .5s ease;
}
.header-banner .banner-details .open-time h5:hover {
    color: #fc3c2a;
}
.header-banner .banner-details .open-time h5:hover:after {
    color: #fc3c2a;
}
.header-banner .banner-details .open-time .accordion-data {
    padding-top: 0;
    display: none;
    padding: 0;
}
.header-banner .banner-details .open-time ul {
    margin: 0;
     padding: 20px;
     list-style: none;
     color: #000;
     position: absolute;
     background: #fff;
     border-radius: 6px;
     left: 0;
     max-width: 300px;
     width: 100% !important;
     display: none;
     -webkit-animation: fadein 0.8s;
     -moz-animation: fadein 0.8s;
     -ms-animation: fadein 0.8s;
     -o-animation: fadein 0.8s;
     animation: fadein 0.5s;
     box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}
.header-banner .banner-details .open-time ul li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
    padding: 3px 0;
}
.header-banner .banner-details .open-time ul li span {
    min-width: 100px;
    display: block;
}

.header-banner .banner-details .open-time .accordion-databox .accordion-row h5:before {
    background: transparent;
    width: 0;
}
.header-banner .banner-details .open-time .open-time-toggle.active .open-time-list {
    display: block;
}
.header-banner .banner-details .open-time .open-time-toggle.active i {
    padding-right: 10px;
    padding-left: 0px;
    display: block;
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.header-banner .banner-details .location {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.header-banner .banner-details .location i {
    color: #fff;
    font-size: 20px;
}
.header-banner .banner-details .location p {
    margin-bottom: 0;
    color: #fff;
    padding-left: 10px;
    font-size: 14px;
    line-height: 24px;
}
.header-banner .banner-details .location a {
    padding-left: 10px;
    color: #F7B648;
    text-decoration: underline;
    font-weight: 500;
}
.header-banner .banner-details .location a:hover {
    color: #fc3c2a;
}
.header-banner .banner-details .ratings {
    display: flex;
    align-items: center;
}
.header-banner .banner-details .ratings span {
    background: #F7B648;
    padding: 3px 12px;
    color: #000;
    font-weight: 600;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 50px;
}
.header-banner .banner-details .ratings span i {
    padding-left: 2px;
}
.header-banner .banner-details .ratings p {
    margin-bottom: 0;
    color: #C8C8C8;
    padding-left: 10px;
    font-weight: 500;
}
.header-banner .banner-details .applicable-for {
    margin-top: 20px;
}
.header-banner .banner-details .applicable-for p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
}
.header-banner .banner-details .applicable-for ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.header-banner .banner-details .applicable-for ul li {
    margin-right: 10px;
    background: #f1f2f61a;
    color: #fff;
    padding: 5px 7px;
    border-radius: 2px;
    font-weight: 500;
    font-size: 14px;
}
.header-banner .banner-details .applicable-for ul li i {
    padding-right: 0px;
    font-size: 15px;
}
.header-banner .banner-details .options ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.header-banner .banner-details .options ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.header-banner .banner-details .options ul li a {
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    display: block;
}
.header-banner .banner-details .options ul li {
    margin-right: 10px;
}
.header-banner .banner-details .options ul li a {
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all .5s ease;
}
.header-banner .banner-details .options ul li a svg path {
    transition: all .5s ease;
}
.header-banner .banner-details .options ul li a:hover {
	border-color: #fc3c2a;
	color: #fff;
	background: #fc3c2a;
}
.header-banner .banner-details .options ul li a:hover svg path {
    stroke: #fff;
}
.header-banner .banner-details .options ul li a i {
    font-size: 22px;
    padding-left: 5px;
    transition: none;
}
.header-banner .banner-details .options ul li a svg {
    width: 18px;
    height: 18px;
    margin-left: 7px;
}
.details-sidebar {
    position: absolute;
    width: 100%;
}
.details-sidebar .training-video-images-sec {
    background: #fff;
    border-radius: 4px;
    padding: 10px;
    box-shadow: 0px 2px 15px #0000001a;
}
.details-sidebar .training-video iframe {
    border-radius: 4px;
}
.details-sidebar .training-images {
    margin-top: 10px;
    position: relative;
    width: 100%;
}
.details-sidebar .training-images .cols {
    margin: 0;
}
.details-sidebar .training-images .cols .col {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}
.details-sidebar .training-images a {
    display: block;
    position: relative;
}
.details-sidebar .training-images .more-images {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.details-sidebar .training-images .more-images span {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}
.details-sidebar .training-images .more-images a {
    text-decoration: none;
}
.details-sidebar .training-images .cols .col img.feature-image {
    width: 100%;
}
.details-sidebar .trial-session {
    border-bottom: 1px solid #DBDDE6;
}
.details-sidebar .trial-session a {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.details-sidebar .trial-session p {
    margin: 30px 0;
    text-align: center;
    color: #7D7D7D;
    font-size: 14px;
    font-weight: 500;
}
.details-sidebar .trial-session-details p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    margin-top: 30px;
    color: #182041;
}
.details-sidebar .your-cart {
    margin-top: 50px;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #DBDDE6;
}
.details-sidebar .your-cart h3 {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: bold;
    color: #182041;
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #DBDDE6;
}
.details-sidebar .your-cart .cart-items ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 40px;
}
.details-sidebar .your-cart .cart-items ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.details-sidebar .your-cart .cart-items ul li p.item-name {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
    color: #182041;
    font-weight: 500;
}
.details-sidebar .your-cart .cart-items {
    border-bottom: 1px solid #DBDDE6;
    padding-bottom: 10px;
}
.details-sidebar .your-cart ul li .item-qty-price .qty {
    color: #C0C2C9;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 500;
}
.details-sidebar .your-cart ul li .item-qty-price .currency {
    color: #182041;
    font-weight: 400;
    font-size: 18px;
    margin-right: 5px;
}
.details-sidebar .your-cart ul li .item-qty-price .price {
    font-size: 18px;
    font-weight: bold;
    color: #182041;
}
.details-sidebar .sub-total-checkout ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}
.details-sidebar .sub-total-checkout ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.details-sidebar .sub-total-checkout ul li p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
    color: #182041;
    font-weight: 500;
}
.details-sidebar .sub-total-checkout a.button {
    width: 100%;
    text-align: center;
    font-size: 26px;
    padding: 12px 16px;
    margin-top: 5px;
    margin-bottom: 20px;
}
.details-sidebar .sub-total-checkout .saving {
    margin-bottom: 8px;
    text-align: center;
    color: #879198;
    font-weight: 500;
}
.details-sidebar .sub-total-checkout .saving span {
    color: #33617E;
    font-weight: 600;
}
.main-details-page .details-page-links ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    list-style: none;
    padding: 0;
    margin: 43px 0 27px 0;
    width: 100%;
}
.main-details-page .details-page-links ul li {
    border-bottom: 1px solid #DBDDE6;
    width: 100%;
}
.main-details-page .details-page-links ul li a {
    display: block;
    font-size: 18px;
    text-align: center;
    padding-bottom: 10px;
    text-decoration: none;
    color: #393B44;
    font-weight: 500;
    position: relative;
}
.main-details-page .details-page-links ul li.active a {
    color: #fc3c2a;
}
.main-details-page .details-page-links ul li a:after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: transparent;
    transition: background-color 550ms cubic-bezier(0.77,0,0.175,1), color 550ms cubic-bezier(0.77,0,0.175,1);
}
.main-details-page .details-page-links ul li.active a:after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #FC3C2A;
}
.main-details-page .details-page-links ul li a:hover {
    color: #fc3c2a;
}
.main-details-page .details-page-links ul li a:hover:after {
    background: #FC3C2A;
}
.membership-categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 35px;
}
.membership-categories ul li {
    margin: 5px 0;
    margin-right: 20px;
}
.membership-categories ul li a {
    display: block;
    color: #767881;
    border: 1px solid #767881;
    padding: 6px 15px;
    border-radius: 25px;
    font-weight: 500;
    text-decoration: none;
}
.membership-categories ul li a:hover {
    background: #333333;
    color: #fff;
}
.membership-categories ul li.active a {
    background: #333333;
    color: #fff;
}
.membership-categories-details .accordion-databox .accordion-row h5 {
    padding: 12px 17px;
    font-size: 22px;
    color: #182041;
    font-weight: 600;
    border-radius: 7px;
    margin-bottom: 22px;
    border: 1px solid #DBDDE6;
    line-height: 27px;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}
.membership-categories-details .accordion-databox .accordion-row h5.open {
    border-bottom: none;
    border-radius: 0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    margin-bottom: 0;
}
.membership-categories-details .accordion-databox .accordion-row h5:after {
    content: '\e901';
    pointer-events: none;
    position: absolute;
    right: 17px;
    top: 30%;
    font-size: 24px;
    display: inline-block;
    margin-top: 0;
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #393B44;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
    border: none !important;
}
.membership-categories-details .accordion-databox .accordion-row h5.open:after {
    transform: rotate(-180deg);
    border: none;
}
.membership-categories-details .accordion-databox .accordion-row h5:before {
    display: none;
}
.membership-categories-details .accordion-databox .accordion-row:last-child h5 {
    margin-bottom: 0;
}
.membership-categories-details .accordion-databox .accordion-row .accordion-data {
    padding-top: 0;
}
.membership-categories-details .membership-coupan-inner-sec {
    background: #F2F3F7;
    padding: 15px;
}
.membership-categories-details .membership-coupan-inner-sec .membership-coupan {
    background: #fff;
    padding: 15px 12px;
    margin-bottom: 15px;
}
.membership-categories-details .membership-coupan-inner-sec .membership-coupan:last-child {
    margin-bottom: 0;
}
.membership-coupan .membership-coupan-title-switch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 7px 0 17px 0;
}
.membership-coupan .membership-coupan-title-switch h4 {
    font-size: 14px;
    color: #182041;
    font-weight: 600;
    margin-bottom: 0;
}
.package-switch {
    display: flex;
    overflow: hidden;
}

.package-switch input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.package-switch label {
    background-color: transparent;
    color: #FC3C2A;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin-right: 0;
    font-weight: 500;
    border: 1px solid #FC3C2A;
    transition: all 0.1s ease-in-out;
}

.package-switch label:hover {
    cursor: pointer;
}

.package-switch input:checked + label {
    background-color: #fc3c2a;
    box-shadow: none;
    color: #fff;
}

.package-switch label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.package-switch label:last-of-type {
    border-radius: 0 4px 4px 0;
}
.membership-coupan .package-inner-details {
    background: #f2f3f7b3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 12px;
    border-radius: 4px;
    margin-bottom: 30px;
}
.membership-coupan .package-inner-details h4 {
    font-size: 14px;
    color: #8E8E8E;
    margin-bottom: 0;
}
.membership-coupan .package-inner-details .calories {
    display: flex;
    align-items: center;
}
.membership-coupan .package-inner-details .calories span.value {
    color: #000;
    font-weight: 500;
}
.membership-coupan .package-inner-details .intensity {
    display: flex;
    align-items: center;
}
.membership-coupan .package-inner-details .intensity .progress-bar {
    display: flex;
    align-items: center;
}
.membership-coupan .package-inner-details .intensity .progress-bar span {
    width: 7px;
    height: 10px;
    background: #D1D1D1;
    margin: 0 2px;
    border-radius: 1px;
}
.membership-coupan .package-inner-details .intensity .progress-bar .beginner.active {
    background: #0D9E17;
}
.membership-coupan .package-inner-details .intensity .progress-bar .intermediate.active {
    background: #F6C112;
}
.membership-coupan .package-inner-details .intensity .progress-bar .expert.active {
    background: #F66012;
}
.membership-coupan .package-inner-details .level {
    display: flex;
    align-items: center;
}
.membership-coupan .package-inner-details span.value {
    color: #000;
    font-weight: 500;
    padding-left: 3px;
}
.membership-coupan .package-inner-details .trainer {
    position: relative;
}
.membership-coupan .package-inner-details .trainer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.membership-coupan .package-inner-details .trainer ul .tooltip {
    cursor: pointer;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
    border: 1px solid #fff;
    border-radius: 50%;
    position: relative;
}
.membership-coupan .package-inner-details .trainer ul li:nth-child(1) .tooltip {
    right: -30px;
    z-index: 3;
}
.membership-coupan .package-inner-details .trainer ul li:nth-child(2) .tooltip {
    right: -15px;
    z-index: 2;
}
.membership-coupan .package-inner-details .trainer ul li:nth-child(3) .tooltip {
    right: 0px;
    z-index: 1;
}
.membership-coupan .package-inner-details .trainer ul li .tooltiptext {
    position: absolute;
    top: -28px;
    left: 0;
    right: 0;
    background: #fc3c2a;
    color: #fff;
    border-radius: 3px;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
    text-align: center;
    font-size: 12px;
    width: 0;
    opacity: 0;
    visibility: hidden;
}
.membership-coupan .package-inner-details .trainer ul li:hover .tooltiptext {
    width: auto;
    opacity: 1;
    visibility: visible;
}
.features-details {
    display: flex;
}
.features-details .contents {
    width: 60%;
    border-right: 1px solid #ECEDF0;
    position: relative;
}
.features-details .duration-price {
    width: 100%;
}
.features-details .duration-price-block .duration {
    width: 50%;
    position: relative;
}
.features-details .duration-price-block .price-qty-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #F2F3F7;
    padding: 7px;
    border-radius: 4px;
}
.features-details .contents p {
    font-size: 14px;
    font-weight: 500;
    color: #393B44;
    line-height: 24px;
    margin-bottom: 30px;
}
.features-details .duration-price .duration-price-block {
    display: flex;
    align-items: center;
}
.features-details .contents a {
    color: #9E9E9E;
    text-decoration: underline;
    font-size: 14px;
    position: absolute;
    display: block;
    bottom: 0;
}
.features-details .contents a:hover {
    color: #fc3c2a;
}
.features-details .duration-price-block .price-qty-sec p.discount-price {
    margin: 0;
    color: #201C4F;
    font-weight: 500;
    font-size: 14px;
}
.features-details .duration-price-block .duration p {
    font-size: 14px;
    color: #182041;
    font-weight: bold;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.features-details .duration-price-block .duration p .short-info {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #767881;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}
.features-details .duration-price-block .duration p .short-info {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #767881;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    margin-left: 10px;
    cursor: pointer;
}
.features-details .duration-price-block .duration p .short-info .info {
    position: absolute;
    top: -22px;
    right: 30px;
    font-weight: 400;
    font-size: 12px;
    background: #182041;
    color: #fff;
    padding: 2px 3px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}
.features-details .duration-price-block .duration p .short-info:hover .info {
    width: auto;
    opacity: 1;
    visibility: visible;
}
.features-details .duration-price .duration-price-block {
    display: flex;
    align-items: center;
    margin-left: 30px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ECEDF0;
}
.features-details .duration-price .duration-price-block:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.features-details .duration-price-block .price-qty-sec .price {
    padding-left: 13px;
    text-align: right;
    font-weight: 500;
}
.features-details .duration-price-block .price-qty-sec .add-btn a {
    border-color: #271C84;
    background: transparent;
    color: #271C84;
    border-radius: 4px;
    padding: 8px 30px;
    border-width: 1px;
}
.features-details .duration-price-block .price-qty-sec .add-btn a:hover {
    background: #271C84;
    color: #fff;
}
.features-details .duration-price-block .price-qty-sec .actual-price {
    text-decoration: line-through;
    font-size: 12px;
    color: #A4A2BC;
}
.features-details .duration-price-block .price-qty-sec p.discount-price {
    margin: 0;
    color: #201C4F;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: flex-end;
}
.features-details .duration-price-block .price-qty-sec p.discount-price .inner-price {
    color: #201C4F;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Proxima Nova';
    padding-left: 5px;
    max-width: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 20px;
}
.in-view .details-sidebar {
    position: fixed;
    width: 384px;
    top: 50px;
}
.in-view .details-sidebar .your-cart {
    display: none;
}
/* =Details Page About Us Page CSS 
========================================================================================*/
.about-page-details .cols {
    margin: 0;
}
.about-page-details .about-details-block h2 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}
.about-page-details .about-details-block p {
    color: #393B44;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 17px;
}
a.about-details-btn {
    color: #FC3C2A;
    font-size: 14px;
    line-height: 18px;
    padding: 8px 16px;
    border: 1px solid #FC3C2A;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    text-align: center;
}
a.about-details-btn:hover {
    color: #fff;
    background: #fc3c2a;
}
.about-page-details .about-details-block a.about-details-btn {
    max-width: 120px;
}
h2.about-activites {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 18px;
    line-height: 27px;
}
.about-page-details .about-details-block {
    margin-bottom: 50px;
}
h2.about-activites:after {
    content: '';
    display: block;
    width: 63px;
    height: 3px;
    background: #DBDDE6;
    position: absolute;
    bottom: 0;
}
.membership-categories-details a.about-details-btn {
    max-width: 164px;
    width: 100%;
    margin-top: 25px;
}
.divider {
    border: 1px solid #DBDDE6;
    margin: 50px 0;
}
.instructor {
    margin-left: -10px;
}
.instructor h2 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 18px;
    line-height: 27px;
    padding-left: 10px;
    padding-right: 10px;
}
.instructor h2:after {
    content: '';
    display: block;
    width: 63px;
    height: 3px;
    background: #DBDDE6;
    position: absolute;
    bottom: 0;
}
.cols.cols5 .col {
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
}
.instructor .instructor-block a {
    text-decoration: none;
    display: block;
}
.instructor .instructor-block .instructor-block-image {
	overflow: hidden;
	display: block;
}
.instructor .instructor-block .instructor-block-image img {
	-webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}
.instructor .instructor-block:hover .instructor-block-image img {
	transform: scale(1.2);
}
.instructor .instructor-block a:hover h3 {
    color: #fc3c2a;
}
.instructor .instructor-block a:hover p {
    color: #fc3c2a;
}
.instructor .instructor-block img {
    border-radius: 4px;
    width: 100%;
}
.instructor .instructor-block h3 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    color: #182041;
    margin: 12px 0 8px 0;
    -webkit-transition: background-color 550ms cubic-bezier(0.77,0,0.175,1), color 550ms cubic-bezier(0.77,0,0.175,1);
    transition: background-color 550ms cubic-bezier(0.77,0,0.175,1), color 550ms cubic-bezier(0.77,0,0.175,1);
}
.instructor .instructor-block p {
    font-size: 12px;
    color: #767881;
    font-weight: 500;
    margin-bottom: 0;
    -webkit-transition: background-color 550ms cubic-bezier(0.77,0,0.175,1), color 550ms cubic-bezier(0.77,0,0.175,1);
    transition: background-color 550ms cubic-bezier(0.77,0,0.175,1), color 550ms cubic-bezier(0.77,0,0.175,1);
}

.instructor .instructor-block-view-all h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #182041;
    margin: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: background-color 550ms cubic-bezier(0.77,0,0.175,1), color 550ms cubic-bezier(0.77,0,0.175,1);
        transition: background-color 550ms cubic-bezier(0.77,0,0.175,1), color 550ms cubic-bezier(0.77,0,0.175,1);
}
a.all-instructor {
    display: block;
    text-decoration: none;
    position: relative;
}
a.all-instructor:hover h3 {
    color: #f34834;
}
.amenities-block h2 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 25px;
}
.amenities-block ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    list-style: none;
}
.amenities-block ul li {
    font-weight: 600;
    margin-right: 30px;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
}
.amenities-block ul li img {
    margin-right: 7px;
}
.photos-videos-sec {
    margin-left: -10px;
}
.photos-videos-sec h2 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
}
.photos-videos-sec .photos-videos-block {
    overflow: hidden;
    display: block;
    border-radius: 4px;
}
.photos-videos-sec a.about-details-btn {
    max-width: 153px;
    width: 100%;
    margin-top: 25px;
    margin-left: 10px;
}
.photos-videos-sec .photos-videos-block img {
    width: 100%;
    border-radius: 4px;
    transition: all .5s ease;
}
.photos-videos-sec .photos-videos-block img:hover {
    transform: scale(1.2);
}
.photos-videos-sec .photos-videos-block a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.photos-videos-sec .photos-videos-block a img.play-btn {
    position: absolute;
    z-index: 1;
    max-width: 54px;
    transform: none;
}
.about-contents {
    background: #F2F3F7;
    padding: 20px;
    border-radius: 0;
}
.about-contents h2 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 25px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DBDDE6;
}
.about-contents p {
    color: #767881;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
}
.about-contents .about-contents-lists h3 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    color: #182041;
}
.about-contents .col {
    padding-left: 10px;
    padding-right: 10px;
}
.about-contents .about-contents-lists ul {
    padding: 0;
    list-style: none;
    padding-left: 15px;
}
.about-contents .about-contents-lists ul li {
    font-size: 14px;
    color: #767881;
    line-height: 18px;
    margin-bottom: 15px;
    position: relative;
}
.about-contents .about-contents-lists ul li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #FC3C2A;
    border-radius: 50%;
    position: absolute;
    left: -14px;
    top: 6px;
}
.reviews-sec h2 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 18px;
    line-height: 27px;
}
.reviews-sec h2:after {
    content: '';
    display: block;
    width: 63px;
    height: 3px;
    background: #DBDDE6;
    position: absolute;
    bottom: 0;
}
.reviews-sec .write-review a.about-details-btn {
    max-width: 170px;
    width: 100%;
    margin-top: 0;
}
/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type:none;
  padding:0;
  -moz-user-select:none;
  -webkit-user-select:none;
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.rating-stars ul > li.star {
  display:inline-block;
  margin-right: 12px;
  cursor: pointer;
  
}

/* Idle State of the stars */
.rating-stars ul > li.star > svg path {
  font-size:2.5em; /* Change the size of the stars */
  fill:none; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > svg path {
  fill: #F7B648;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > svg path {
  stroke: none;  
  fill: #F7B648;
}

.write-review {
    margin-bottom: 40px;
}
/* .write-review-popup {
    display: none;
} */
div#write-review {
    padding: 20px;
}
.write-review-popup h3 {
    font-size: 22px;
    line-height: 27px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
}
.write-review-popup p {
    font-size: 14px;
    line-height: 18px;
    color: #182041;
    margin-bottom: 0;
}
.write-review-popup .star-rating-clear {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.write-review-popup .star-rating-clear p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    color: #767881;
}
.write-review-popup textarea {
    border: none;
    border-bottom: 1px solid #E2E2E2;
    border-radius: 0;
    color: #000;
}
.write-review-popup textarea::-webkit-input-placeholder {
    color:#ccc;
}
.write-review-popup textarea:-ms-input-placeholder {
    color:#ccc;
}
.write-review-popup textarea::placeholder {
    color:#ccc;
}
.write-review-popup input[type="submit"] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 165px;
    margin: auto;
}
.review-block {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #DBDDE6;
}
.review-block:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.review-block .review-img-name {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.review-block .review-img-name .review-img img {
    max-width: 42px;
    border-radius: 50%;
}
.review-block .review-img-name .reviewer-name {
    padding-left: 12px;
}
.review-block .review-img-name .reviewer-name h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0;
}
.review-block .review-img-name .reviewer-name p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
    color: #767881;
}
.review-block .review-stars-tags {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.review-block .review-stars-tags .stars-point {
    font-size: 14px;
    line-height: 18px;
    color: #182041;
    font-weight: 500;
    padding-left: 10px;
}
.review-block .review-stars-tags ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 15px;
}
.review-block .review-stars-tags ul li a {
    padding: 3px 10px;
    background: #F2F3F7;
    margin-right: 15px;
    color: #271C84;
    font-weight: 600;
    border-radius: 3px;
    margin-bottom: 5px;
    text-decoration: none;
}
.review-block .review-stars-tags ul li a:hover {
    color: #f34834;
}
.review-block .review-feedback p {
    font-size: 14px;
    line-height: 24px;
    color: #767881;
    font-weight: 400;
    margin-bottom: 0;
}
.review-block a.about-details-btn {
    max-width: 153px;
    width: 100%;
    margin-top: 25px;
}
.que-ans-sec h2 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 18px;
    line-height: 27px;
}
.que-ans-sec h2:after {
    content: '';
    display: block;
    width: 63px;
    height: 3px;
    background: #DBDDE6;
    position: absolute;
    bottom: 0;
}
.que-ans-sec .accordion-databox .accordion-row h5 {
    background: transparent;
    border: none;
    padding: 0;
    color: #182041;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}
.que-ans-sec .accordion-databox .accordion-row h5:before {
    display: none;
}
.que-ans-sec .accordion-databox .accordion-row h5:after {
    content: '\e901';
    pointer-events: none;
    position: absolute;
    right: 5px;
    top: 40%;
    font-size: 15px;
    display: inline-block;
    margin-top: -4px;
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    transition: all .5s ease;
    border: none !important;
}
.que-ans-sec .accordion-databox .accordion-row h5.open:after {
    transform: rotate(-180deg);
    border: none;
}
.que-ans-sec .accordion-databox .accordion-row .accordion-data p {
    font-size: 14px;
    color: #767881;
    line-height: 24px;
}
.que-ans-sec .accordion-row {
    padding: 15px 0;
    border-bottom: 1px solid #E2E2E2;
}
.que-ans-sec .accordion-row:last-child {
    border-bottom: none;
}
.similar-gym-block {
    border: 1px solid #DBDDE6;
    border-radius: 4px;
}
.similar-gym-block a {
	text-decoration: none;
}
.similar-gym-block-image {
	overflow: hidden;
	display: block;
}
.similar-gym-block .similar-gym-block-image img {
	transition: all .5s ease;
}
.similar-gym-block:hover .similar-gym-block-image img {
	transform: scale(1.2);
} 
.similar-gym-slider .similar-gym-block h4 {
    color: #182041;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    transition: all .5s ease;
}
.similar-gym-block:hover h4 {
	color: #FC3C2A;
}
.similar-gym-slider .similar-gym-block p {
    font-size: 12px;
    line-height: 22px;
    color: #767881;
    font-weight: 500;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.similar-gym-slider .similar-gym-block .rating-tag {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #379216;
    border-radius: 3px;
    color: #fff;
    padding: 3px;
    font-weight: 600;
}
.similar-gym-slider.owl-theme .owl-dots .owl-dot span {
    border: 1px solid #182041;
    background: transparent;
}
.similar-gym-slider.owl-theme .owl-dots .owl-dot.active span,.similar-gym-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #182041;
}
/* .instructor-review-sec {
    display: none;
} */
.instructor-review-sec .instructor-cover img {
	max-width: 100%;
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: top;
}
.instructor-review-sec .instructor-profile-details {
    display: flex;
    align-items: center;
    position: relative;
    top: -60px;
    margin-bottom: -40px;
    padding: 0 40px;
}
.instructor-review-sec .instructor-profile-details img {
    margin-right: 10px;
}
.instructor-review-sec .instructor-profile-details .details h3 {
    font-size: 18px;
    line-height: 22px;
    color: #fff !important;
    font-weight: bold;
    margin-bottom: 0;
}
.instructor-review-sec .instructor-profile-details .details p {
    font-size: 14px;
    line-height: 18px;
    color: #747474 !important;
    margin-bottom: 7px;
    padding-bottom: 7px;
    position: relative;
    margin-top: 20px;
}
.instructor-review-sec .instructor-profile-details .details p:after {
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    background: #E2E2E2;
    position: absolute;
    bottom: 0;
}
.instructor-review-sec .instructor-profile-details .details span {
    line-height: 15px;
    font-size: 12px;
    color: #999999;
}
.instructor-review-sec .instructor-profile-short-desc {
    padding-left: 40px;
    padding-right: 40px;
}
.instructor-review-sec .instructor-profile-short-desc p {
    font-size: 14px;
    line-height: 24px;
    color: #182041 !important;
    margin-bottom: 30px;
}
.instructor-review-sec .instructor-list {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 40px;
}
.instructor-review-sec .instructor-list h3 {
    font-size: 16px;
    line-height: 19px;
    color: #182041 !important;
    font-weight: 600;
}
.instructor-review-sec .instructor-list ul {
    padding: 0;
    list-style: none;
    padding-left: 15px;
    margin: 0;
}
.instructor-review-sec .instructor-list li {
    font-size: 14px;
    color: #767881;
    line-height: 18px;
    margin-bottom: 15px;
    position: relative;
}
.instructor-review-sec .instructor-list li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #182041;
    border-radius: 50%;
    position: absolute;
    left: -14px;
    top: 6px;
}
.instructor .inner-instructor-block {
    border: 1px solid #DBDDE6;
    border-radius: 2px;
    margin-bottom: 15px;
}
.instructor .inner-instructor-block a {
    text-decoration: none;
}
.instructor .inner-instructor-block .inner-instructor-block-image {
	overflow: hidden;
	display: block;
}
.instructor .inner-instructor-block .inner-instructor-block-image img {
	transition: all .5s ease;
}
.instructor .inner-instructor-block a:hover .inner-instructor-block-image img {
	transform: scale(1.2);
}
.instructor .inner-instructor-block a:hover h3 {
    color: #fc3c2a;
}
.instructor .inner-instructor-block a:hover p {
    color: #fc3c2a;
}
.instructor .inner-instructor-block a:hover span {
    color: #fc3c2a;
}
.instructor .inner-instructor-block img {
    border-radius: 4px;
    width: 100%;
}
.instructor .inner-instructor-block h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #182041;
    margin: 10px 0 8px 0;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: background-color 550ms cubic-bezier(0.77,0,0.175,1), color 550ms cubic-bezier(0.77,0,0.175,1);
    transition: background-color 550ms cubic-bezier(0.77,0,0.175,1), color 550ms cubic-bezier(0.77,0,0.175,1);
}
.instructor .inner-instructor-block p {
    font-size: 14px;
    color: #767881;
    font-weight: 500;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: background-color 550ms cubic-bezier(0.77,0,0.175,1), color 550ms cubic-bezier(0.77,0,0.175,1);
    transition: background-color 550ms cubic-bezier(0.77,0,0.175,1), color 550ms cubic-bezier(0.77,0,0.175,1);
}
.instructor .inner-instructor-block span {
    font-size: 12px;
    line-height: 15px;
    color: #767881;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    font-weight: 400;
    -webkit-transition: background-color 550ms cubic-bezier(0.77,0,0.175,1), color 550ms cubic-bezier(0.77,0,0.175,1);
    transition: background-color 550ms cubic-bezier(0.77,0,0.175,1), color 550ms cubic-bezier(0.77,0,0.175,1);
}
.instructor-inner-page .cols {
    margin: 0;
}
.instructor-inner-page .cols .col {
    padding-left: 10px;
    padding-right: 10px;
}
.inner-gallery .cols.cols5 .col {
    padding-left: 5px;
    padding-right: 5px;
}
.inner-photos-videos-block {
    position: relative;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
}
.inner-photos-videos-block img {
    border-radius: 4px;
    width: 100%;
    transition: all .5s ease;
}
.inner-photos-videos-block img:hover {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
}
.inner-photos-videos-block .play-btn {
    position: absolute;
    max-width: 54px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.inner-photos-videos-block img.play-btn:hover {
    transform: translate(-50%, -50%);
}
.inner-review-page .write-review {
    border-bottom: 1px solid #DBDDE6;
    margin-bottom: 20px;
    padding-bottom: 25px;
}
.inner-review-page .review-statics h3 {
    font-size: 16px;
    line-height: 19px;
    color: #182041;
    font-weight: 600;
    margin-bottom: 30px;
}
.review-statics {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #DBDDE6;
}
.review-statics .review-statics-blocks {
    display: flex;
    align-items: center;
    max-width: 500px;
    width: 100%;
}
.review-statics .review-statics-blocks .overall-review {
    text-align: center;
}
.review-statics .review-statics-blocks .overall-review .avg-review {
    font-size: 43px;
    line-height: 52px;
    font-weight: 600;
    color: #000;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.review-statics .review-statics-blocks .overall-review .avg-review i {
    font-size: 36px;
    padding-left: 13px;
}
.review-statics .review-statics-blocks .overall-review p.total-reviews {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 16px;
    color: #767881;
    font-weight: 400;
}
.review-statics .review-statics-blocks .overall-review p.total-reviews span {
    padding-right: 3px;
}
.reviews-progressbar {
    width: 100%;
}
.reviews-progressbar ul {
    margin: 0;
    list-style: none;
}
.reviews-progressbar ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.reviews-progressbar ul li:last-child {
    margin-bottom: 0;
}
.reviews-progressbar ul li .stars-num p {
    color: #000;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.reviews-progressbar ul li .stars-num i {
    padding-left: 5px;
}
.reviews-progressbar ul li .custom-progress-bar {
    width: 100%;
    height: 6px;
    background: #F2F3F7;
    border-radius: 30px;
    margin-left: 15px;
}

.reviews-progressbar ul li .custom-progress-bar .five-star-bar {
    background: #388E3C;
    height: 6px;
    border-radius: 30px;
}
.reviews-progressbar ul li .custom-progress-bar .four-star-bar {
    background: #81C915;
    height: 6px;
    border-radius: 30px;
}
.reviews-progressbar ul li .custom-progress-bar .three-star-bar {
    background: #FFA200;
    height: 6px;
    border-radius: 30px;
}
.reviews-progressbar ul li .custom-progress-bar .two-star-bar {
    background: #FF6F00;
    height: 6px;
    border-radius: 30px;
}
.reviews-progressbar ul li .custom-progress-bar .one-star-bar {
    background: #FF0000;
    height: 6px;
    border-radius: 30px;
}
.all-reviews select {
    display: none;
}
.all-reviews .all-reviews-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.all-reviews .all-reviews-filter h3 {
    font-size: 16px;
    line-height: 19px;
    color: #182041;
    font-weight: 600;
    margin-bottom: 0;
}
.all-reviews .all-reviews-filter .reviews-filter .dropdown {
    background: transparent;
    border: 1px solid #767881;
    border-radius: 4px;
}
.all-reviews .all-reviews-filter .reviews-filter .dropdown span.current {
    color: #182041;
    font-weight: 400;
    font-size: 14px;
}
.all-reviews .review-block {
    width: 90%;
}
.list-store-login .user-profile-img {
    max-width: 30px;
    max-height: 30px;
    border-radius: 50%;
    margin-right: 15px;
}


/* =User Profile Page CSS 
========================================================================================*/

.user-profile-page {
    background: #EDEEF2;
}
.user-profile-page .user-profile-link {
    cursor: pointer;
}
.user-profile-page .list-store-login .login {
    position: relative;
}
.user-profile-page .list-store-login .user-profile-img {
    max-width: 30px;
    max-height: 30px;
    border-radius: 50%;
    margin-right: 15px;
}
.user-profile-page ul.user-profile-options {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
    position: absolute;
    box-shadow: 0px 0px 6px #00000026;
    width: 155px !important;
    top: 50px;
    right: 0;
    left: -30px;
    border-radius: 4px;
    background: #fff;
    z-index: 1;
    display: none;
}
.user-profile-page ul.user-profile-options:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: #ffffff;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    box-shadow: -1px -1px 2px #00000014;
    margin: auto;
    transform: rotate(45deg);
    z-index: -1;
    border-top-left-radius: 2px;
}
.user-profile-page ul.user-profile-options li a {
    font-size: 14px;
    font-weight: 400;
    padding: 8px 15px;
    border-radius: 4px;
}
.user-profile-page ul.user-profile-options li a.logout-link {
    margin-bottom: 0;
    border-top: 1px solid #f1f1f1;
}
.user-profile-page ul.user-profile-options li a:hover {
    background: #fc3c2a;
    color: #fff;
}
.profile-details {
    display: flex;
    flex-wrap: wrap;
}
.profile-details .user-profile-left-sidebar {
width: 25%;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
}
.profile-details .user-profile-left-sidebar .profile-picture-title {
    display: flex;
    align-items: center;
    padding: 25px 30px;
    border-bottom: 1px solid #E0E0E0;
}
.profile-details .user-profile-left-sidebar .profile-picture-title .profile-picture {
    position: relative;
}
.profile-details .user-profile-left-sidebar .profile-picture-title .profile-picture img {
    max-width: 90px;
    max-height: 90px;
    border-radius: 50%;
    object-fit: cover;
}
.profile-details .user-profile-left-sidebar .profile-picture-title .profile-picture span {
    background: #ffffffb8;
    color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    display: block;
    padding: 3px 10px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    transition: all .3s ease;
}
.profile-details .user-profile-left-sidebar .profile-picture-title .profile-title-sub {
    padding-left: 23px;
}
.profile-details .user-profile-left-sidebar .profile-picture-title .profile-title-sub h3 {
    font-size: 18px;
    line-height: 25px;
    color: #000;
    font-weight: 600;
    margin-bottom: 7px;
}
.profile-details .user-profile-left-sidebar .profile-picture-title .profile-title-sub a {
    color: #767881;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}
.profile-details .user-profile-main-sec {
    width: 75%;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
    padding: 50px;
    padding-bottom: 200px;
}
.user-profile-form h3 {
    font-size: 18px;
    line-height: 22px;
    color: #000;
    font-weight: 600;
    margin-bottom: 60px;
}
.user-profile-options-list ul {
    margin: 0;
    padding: 32px 16px;
    list-style: none;
}
.user-profile-options-list ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    margin-bottom: 15px;
    padding: 16px 32px;
    border-radius: 5px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
}
.user-profile-options-list ul li a:hover {
    background: #F2F3F7;
}
.user-profile-options-list ul li a i {
    font-size: 24px;
    color: #fc3c2a;
}
.user-profile-form input {
    border: none;
    border-bottom: 1px solid #DBDDE6;
    padding-left: 0;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    display: block;
}
.user-profile-form input:active, .user-profile-form input:focus {
     border: none;
     border-bottom: 1px solid #DBDDE6;
     padding-left: 0;   
}
.user-profile-form .form-group {
    position: relative;
    margin-bottom: 30px;
}
.gender-selection {
    position: absolute;
    right: 45px;
    bottom: 15px;
}
.gender-selection a {
    font-size: 24px;
}
.user-profile-form input.female {
    display: none;
}
.user-profile-form .form-group label {
    font-size: 14px;
    line-height: 18px;
    color: #4D4D4D;
    font-weight: 500;
}
.gender-selection span.inputToggle span {
    font-size: 0;
}
.gender-selection i {
    font-size: 25px;
    color: #878787;
    cursor: pointer;
}
.gender-selection span.inputToggle.active i {
    color: #f34834;
}
.user-profile-form .form-group .verification {
    position: absolute;
    right: 50px;
    bottom: 25px;
    font-size: 12px;
    color: #4D4D4D;
    font-weight: 600;
}
.gender-selection:after {
    content: '';
    display: block;
    width: 1px;
    height: 18px;
    background: #E2E2E2;
    position: absolute;
    right: 27px;
    top: 5px;
}
.user-profile-form input[type="date"] {
    text-transform: uppercase;
    width: 100%;
    padding: 4px 12px;
    padding-left: 0;
    height: 48px;
    cursor: pointer;
}

.user-profile-form input[type="date" i]::-webkit-calendar-picker-indicator {
    width: 100%;
    background: none;
    position: absolute;
    height: 48px;
    cursor: pointer;
    border: none;
    outline: none;
}
.user-profile-form form .form-field-50 {
    padding-right: 50px;
}
.user-profile-form form .save-discard {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.user-profile-form form .save-discard input[type="submit"] {
    padding-left: 30px;
    color: #fff;
    font-size: 19px;
}
.user-profile-form form .save-discard input {
    margin: 0 15px;
    max-width: 164px;
    width: 100%;
    text-align: center;
    border-radius: 4px;
}
.user-profile-form form .save-discard a {
    margin: 0 15px;
    color: #767881;
    border-color: #707070;
    font-size: 19px;
    font-weight: 500;
    max-width: 164px;
    width: 100%;
    text-align: center;
    border-radius: 4px;
}
.user-profile-form form .save-discard a:hover {
    background: #767881;
    color: #fff;
}
.user-profile-form form .form-group input::-webkit-input-placeholder {
    color:#B7B7B7;
}
.user-profile-form form .form-group input:-ms-input-placeholder {
    color:#B7B7B7;
}
.user-profile-form form .form-group input::placeholder {
    color:#B7B7B7;
}
/* =Cart Page CSS 
========================================================================================*/

.cart-features-sec .cols {
    background: #160e53;
    margin-left: 0;
    margin-right: 0;
    border-radius: 4px;
    margin-bottom: 50px;
}
.cart-features-slider .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 0px;
}
.cart-features-slider .owl-dots button.owl-dot {
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #fff;
}
.cart-features-slider .owl-dots button.owl-dot.active {
    background: #fff;
}
.cart-account-details .cart-all-details {
    width: 70%;
    padding-right: 25px;
}
.cart-account-details .cart-booking-details {
    width: 30%;
    padding-left: 25px;
}
.cart-account-details .bg-white {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #DBDDE6;
}
.cart-account-details .cols {
    margin-left: 0;
    margin-right: 0;
}
.cart-features-sec .cart-features {
    text-align: center;
    padding: 30px;
}
.cart-features-sec .cart-features i {
    font-size: 32px;
    padding: 15px;
    background: #403977;
    max-width: 60px;
    max-height: 60px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
}
.cart-features-sec .cart-features h3 {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 9px;
    margin-top: 18px;
}
.cart-features-sec .cart-features p {
    font-size: 14px;
    line-height: 18px;
    color: #A4A2BC;
    margin-bottom: 0;
    font-weight: 400;
}
.cart-all-details .account-details {
    padding: 25px 15px;
    margin-bottom: 30px;
}
.cart-all-details .instructor-details {
    padding: 23px 15px;
    margin-bottom: 30px;
}
.cart-all-details .payment-option-details {
    padding: 25px 15px;
    margin-bottom: 30px;
}
.cart-title-details {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    cursor: pointer;
}
.cart-title-details.open {
    margin-bottom: 30px;
}
.cart-title-details span {
    background: #F1F1F1;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 30px;
}
.cart-title-details h2 {
    font-size: 22px;
    line-height: 27px;
    font-weight: 600;
    margin-bottom: 0;
    color: #767881;
}
.cart-title-details.open h2 {
	color: #000;
}
.cart-inner-details {
    width: 92%;
    margin-left: auto;
}
.w-100 {
    width: 100%;
}
.cart-all-details i.icon-locate {
    position: absolute;
    right: 50px;
    bottom: 26px;
    font-size: 20px;
    color: #888888;
}
.cart-all-details i.icon-locate:hover {
    color: #f34834;
}
.cart-next-details input {
    font-size: 18px;
    max-width: 300px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding-left: 30px;
    border-radius: 4px;
    margin-top: 20px;
}
.cart-next-details input:focus {
	padding-left: 30px;
}
.cart-inner-details .user-profile-form .form-group span.verification {
    color: #767881;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.cart-inner-details .user-profile-form .form-group span.verification a {
    font-size: 18px;
    padding-left: 8px;
    text-decoration: none;
}
.cart-inner-details .user-profile-form .form-group {
    padding-right: 50px;
    padding-left: 10px;
}
.cart-inner-details select {
    display: none;
}
.cart-inner-details .dropdown {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #DBDDE6;
    border-radius: 0;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}
.cart-inner-details .dropdown .list {
    width: 100%;
}
.cart-inner-details .package-switch {
    margin-top: 12px;
}
.cart-inner-details .package-switch {
   color: #767881;
}
.cart-inner-details .package-switch label {
    border: 1px solid #767881;
}
.cart-inner-details .package-switch input:checked + label {
    background-color: #767881;
}
span.use-primary {
    position: absolute;
    right: 50px;
    bottom: 25px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
}
.last-payment-options .payment-options a {
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 18px;
    font-weight: 400;
    text-decoration: none;
    position: relative;
}
.last-payment-options .payment-options {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.last-payment-options .payment-options a {
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 18px;
    font-weight: 400;
    text-decoration: none;
    position: relative;
    margin-right: 30px;
}
.last-payment-options .payment-options a:hover {
    color: #FC3C2A;
}
.last-payment-options .payment-options a.active {
    font-size: 16px;
    font-weight: 600;
    color: #FC3C2A;
}
.last-payment-options .payment-options a:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: transparent;
    position: absolute;
    bottom: -5px;
    border-radius: 20px;
}
.last-payment-options .payment-options a.active:after {
    background: #FC3C2A;
}
.card-payment-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.card-payment-block .card {
    border: 1px solid #DBDDE6;
    border-radius: 13px;
    margin: 10px 0;
    padding: 15px;
    margin-right: 50px;
    margin-bottom: 35px;
}
.card-payment-block .card.active {
    border: 1px solid #fc3c2a;
    box-shadow: 0px 2px 13px #fc3c2a21;
}
.card-payment-block .card .card-company {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}
.card-number {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
.card-number p {
    display: flex;
    align-items: center;
    margin-right: 16px;
    margin-bottom: 0;
    color: #000000;
    font-weight: 500;
}
.card-number .bullets {
    background: #000;
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 50%;
    margin-right: 6px;
}
.card-number .bullets:last-child {
    margin-right: 0;
}
.valid-date-cvv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
}
.valid-date-cvv .valid-date-details p {
    margin-bottom: 0;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.valid-date-cvv .cvv-details p {
    margin-bottom: 0;
    font-size: 14px;
    color: #C5C8CB;
    font-weight: 500;
    border-bottom: 1px solid #212B36;
}
.payment-add-card {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.payment-add-card .payment-btn {
    padding: 12px;
    max-width: 220px;
    width: 100%;
    text-align: center;
    margin-right: 30px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.payment-add-card .add-card {
    padding: 12px;
    max-width: 190px;
    width: 100%;
    text-align: center;
    margin-right: 0px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #767881;
    color: #767881;
}
.payment-add-card .add-card:hover {
    background: #767881;
    color: #fff;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.cart-inner-details .user-profile-form h2 {
    font-size: 22px;
    line-height: 27px;
    color: #000;
    font-weight: 600;
    margin-bottom: 22px;
}
.cart-inner-details .user-profile-form .we-accept {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.cart-inner-details .user-profile-form .we-accept span {
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 19px;
}
.cart-inner-details .user-profile-form .we-accept img {
    margin: 0 6px;
}
.cards-details-form {
    max-width: 375px;
    width: 100%;
}
.cart-inner-details .cards-details-form.user-profile-form .form-group {
    padding-right: 20px;
}
.cart-inner-details .cards-details-form .checkbox {
    margin-right: 0;
    cursor: pointer;
}
.cart-inner-details .cards-details-form .checkbox span {
    font-size: 12px;
    line-height: 15px;
    color: #000;
    font-weight: 400;
    padding-left: 20px;
    cursor: pointer;
}
.cart-inner-details .cards-details-form .checkbox .input-helper:after {
    content: '';
    font-size: 13px;
    left: 5px;
    top: 3px;
    font-weight: 600;
    color: #fff;
    transform: scale(0) rotate(45deg);
    opacity: 0;
    width: 6px;
    height: 11px;
    border: solid 2px #fff;
    border-left: 0;
    border-top: 0;
}
.cart-inner-details .cards-details-form .checkbox input:checked + .input-helper:after {
    transform: scale(1) rotate(45deg);
    opacity: 1;
}
.cart-inner-details .cards-details-form .checkbox .input-helper:before {
    top: 3px;
    width: 15px;
    height: 15px;
    border: 1px solid #000000;
}
.cart-inner-details .cards-details-form .checkbox input:checked + .input-helper:before {
    border: 1px solid transparent;
    background-color: #FC3C2A;
}
.cart-next-details .final-payment {
    padding: 12px;
    max-width: 220px;
    width: 100%;
    text-align: center;
    margin-right: 30px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.your-booking {
    padding: 23px 32px;
    border-bottom: 6px solid #DBDDE6 !important;
}
.your-booking h2 {
    font-size: 22px;
    line-height: 27px;
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
}
.your-booking .invoice-block {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}
.your-booking .invoice-block:last-child {
    margin-bottom: 18px;
}
.your-booking .invoice-block .invoice-icon {
    max-width: 40px;
    height: 40px;
    background: #F2F3F7;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #271C84;
    font-size: 25px;
    border-radius: 50%;
    margin-right: 15px;
    font-weight: bold;
}
.your-booking .invoice-block .invoice-details h4 {
    font-size: 14px;
    line-height: 18px;
    color: #182041;
    font-weight: 600;
    margin-bottom: 10px;
}
.your-booking .invoice-block .invoice-details p {
    font-size: 14px;
    line-height: 18px;
    color: #767881;
    font-weight: 400;
    margin-bottom: 0;
}
.price-details {
    padding: 23px 32px;
}
.price-details h2 {
    font-size: 22px;
    line-height: 27px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}
.price-details .cart-items ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 40px;
}
.price-details .cart-items ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.price-details .cart-items ul li p.item-name {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
    color: #767881;
    font-weight: 500;
}
.price-details .cart-items {
    padding-bottom: 10px;
}
.price-details ul li .item-qty-price .qty {
    color: #C0C2C9;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 500;
}
.price-details ul li .item-qty-price .currency {
    color: #182041;
    font-weight: 400;
    font-size: 18px;
    margin-right: 5px;
}
.price-details ul li .item-qty-price .inner-price {
    color: #182041;
    font-weight: 700;
    font-size: 18px;
}
.price-details .total-amount-checkout ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 16px;
}
.price-details .total-amount-checkout ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.price-details .total-amount-checkout ul li p.item-name {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 27px;
    color: #000;
    font-weight: 600;
}
.price-details .total-amount-checkout ul li .currency {
    color: #182041;
    font-weight: 400;
    font-size: 18px;
    margin-right: 5px;
}
.price-details .total-amount-checkout ul li .inner-price {
    color: #182041;
    font-weight: 700;
    font-size: 18px;
}
.price-details .cart-discount-tax.cart-items {
    padding-bottom: 0;
}
.price-details .cart-discount-tax.cart-items ul {
    margin-top: 15px;
}
.price-details .cart-discount-tax.cart-items ul li {
    margin-bottom: 20px;
}
.price-details .cart-discount-tax.cart-items ul .discounted {
    color: #388E3C;
}
.price-details .divider-line {
    background-size: 10px 2px;
}

/* =Landing Page CSS 
========================================================================================*/
.home-header-sec {
    position: relative;
    top: -105px;
    z-index: 0;
    margin-bottom: -105px;
}
.landing-page .home-header-sec:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #0000005c;
    position: absolute;
    z-index: 1;
}
.landing-page #header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    background: transparent;
    box-shadow: inset 0px 50px 25px #0000005e;
}
.landing-page #header.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    background: #261C6A;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0px 2px 5px rgb(0 0 0 / 0.35);
}
.landing-page .home-header-sec .home-header-details img {
    max-width: 100%;
    width: 100%;
}
.landing-page .landing-page #header .main-head .logo-slct-city .select-city .dropdown span {
    color: #ffffff;
}
.landing-page .main-head .logo-slct-city .select-city .dropdown span {
    color: #ffffff;
}
.landing-page .main-head .logo-slct-city .select-city .dropdown:after {
    color: #ffffff;
}
.landing-page .list-store-login a {
    color: #ffffff;
}
.landing-page .list-store-login a:hover {
	color: #fc3c2a;
}

.landing-page .list-store-login i {
    color: #ffffff;
}
.landing-page .home-header-sec .header-description {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
}
.landing-page .home-header-sec .header-description h2 {
    color: #fff;
    font-size: 56px;
    line-height: 90px;
    font-weight: bold;
}
.landing-page .home-header-sec .header-description p {
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 50px;
}
.home-header-sec .location-search-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.home-header-sec .location-search-sec .location {
    display: flex;
    align-items: center;
    position: relative;
    top: auto;
    left: auto;
    margin-right: 10px;
}
.home-header-sec .location-search-sec .location i {
    font-size: 20px;
    color: #B7B7B7;
    position: absolute;
    left: 10px;
}
.home-header-sec .location-search-sec .location input {
    border: 0;
    height: 46px;
    border-radius: 4px;
    border-right: 1px solid #ddd !important;
    color: #000;
    max-width: 156px;
    width: 100%;
    padding-left: 40px;
    font-family: 'Proxima Nova';
    margin-right: 20px;
}
.home-header-sec .location-search-sec .search-block input {
    padding-left: 12px;
    width: 370px;
    border-radius: 4px;
    border-right: solid 1px #d7d9dd;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 46px;
    color: #000;
    font-family: 'Proxima Nova';
    margin-right: 20px;
}
.home-header-sec .location-search-sec .search-block input:focus {
    border: 1px solid #fc3c2a;
}
.home-header-sec .location-search-sec .location input:focus {
	border: 1px solid #fc3c2a !important;
}
.home-header-sec .location-search-sec .search-block a.button {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-radius: 4px;
}
.mode-sec {
    margin: 90px 0;
}
.mode-sec .mode-delivery-title-desc {
    margin-bottom: 50px;
    text-align: center;
}
.mode-sec .mode-delivery-title-desc h2 {
    font-size: 28px;
    line-height: 34px;
    color: #000;
    font-weight: bold;
    margin-bottom: 6px;
}
.mode-sec .mode-delivery-title-desc p {
    font-size: 16px;
    line-height: 25px;
    color: #767881;
    font-weight: 400;
    margin-bottom: 0;
}
.mode-tabs-slides .tabnav {
	width: 80%;
	margin: 0 auto;
	padding: 8px 12px;
	padding-bottom: 10px;
	list-style: none;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F2F3F7;
	border-radius: 50px;
	margin-bottom: 30px;
}
.mode-tabs-slides .tabnav li {
    float: left;
    position: relative;
    margin: 0 12px;
    width: 33.33%;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
}
.mode-tabs-slides .tabnav li:first-child {
    margin-left: 0;
}
.mode-tabs-slides .tabnav li:last-child {
    margin-right: 0;
}
.mode-tabs-slides .tabnav li a {
    display: block;
    font-size: 14px;
    padding: 7px 14px;
    text-decoration: none;
    color: #182041;
    font-weight: 500;
    line-height: 1.25;
    border-radius: 30px;
    background: #fff;
    border: 1px solid #DBDDE6 !important;
    margin-bottom: -1px;
    border-left: none;
    position: relative;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}
.mode-tabs-slides .tabnav li.active a:before {
    transition: background-color 550ms cubic-bezier(0.77,0,0.175,1), color 550ms cubic-bezier(0.77,0,0.175,1);
}
.mode-tabs-slides .tabnav li.active a:before,.mode-tabs-slides  .tabnav li a:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: none;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    background: transparent;
    transform: rotate(45deg);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -3px;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}
.mode-tabs-slides .tabnav li.active a:before,.mode-tabs-slides  .tabnav li a:hover:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: none;
    border-right: 5px solid #fc3c2a;
    border-bottom: 5px solid #fc3c2a;
    background: #fc3c2a;
    transform: rotate(45deg);
    position: absolute;
    opacity: 1;
    visibility: visible;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -3px;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}
.mode-tabs-slides .tabnav li.active a,.mode-tabs-slides  .tabnav li a:hover {
    background-color: #FC3C2A;
    color: #ffffff;
    border: none;
    border-bottom: none;
    border-radius: 30px !important;
}
.mode-tabs-slides .tabnav li:first-child a {
    border-top-left-radius: 30px;
}
.mode-tabs-slides .tab-container {
    padding: 0;
    border: none;
    border-radius: 0;
}
.mode-tabs-slides .tabcontent p {
    color: #000000;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
}
.mode-delivery-block {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 6px;
}
.mode-delivery-block img {
    border-radius: 6px;
    transition: all .5s ease;
}
.mode-delivery-block img:hover {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
}
.mode-delivery-block span {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.mode-delivery-slider.owl-theme .owl-dots .owl-dot.active span,.mode-delivery-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #182041;
}
.mode-delivery-slider.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    border: 1px solid #182041;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.mode-delivery-slider .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 25px;
}
.center-img-text-sec {
    position: relative;
    text-align: center;
    margin-bottom: 150px;
}
.center-img-text {
    padding-left: 20px;
    padding-right: 20px;
}
.center-img-text-sec h2 {
    font-size: 44px;
    line-height: 56px;
    color: #000;
    font-weight: 600;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
.center-img-text-sec:before {
    content: '';
    display: block;
    background-image: url('../images/shape-1.png');
    position: absolute;
    left: -50px;
    top: 35%;
    width: 100%;
    height: 60%;
    background-repeat: no-repeat;
    z-index: -1;
}
.center-img-text-sec:after {
    content: '';
    display: block;
    background-image: url('../images/shape-2.png');
    position: absolute;
    right: 0px;
    top: 15%;
    width: 10%;
    height: 80%;
    background-repeat: no-repeat;
    z-index: -1;
}
.center-img-text {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.deals-sec {
    margin-bottom: 90px;
}
.deals-sec .cols.cols5 .col {
    padding-left: 20px;
    padding-right: 20px;
}
.deals-sec h2 {
    font-size: 28px;
    line-height: 34px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 12px;
}
.deals-sec p {
    font-size: 16px;
    line-height: 34px;
    color: #767881;
    font-weight: 400;
    margin-bottom: 40px;
}
.deals-block .deals-block-image {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 4px;
    margin-bottom: -20px;
    z-index: -1;
}
.deals-block .deals-block-image:after {
    content: '';
    width: 100%;
    height: 80px;
    background: #fff;
    display: block;
    position: absolute;
    bottom: -40px;
    border-radius: 150px / 50px;
    z-index: 0;
    left: 0;
}
.deals-block {
    text-align: center;
    margin: 10px 0;
}
.deals-block a {
    text-decoration: none;
    font-weight: 500;
}
.deals-block h3 {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
    transition: all .5s ease;
}
.deals-block a:hover h3 {
    color: #f34834;
}
.deals-sec .deals-block p {
    font-size: 16px;
    line-height: 34px;
    color: #767881;
    font-weight: 500;
    margin-bottom: 0px;
}
.deals-block img {
    transition: all .5s ease;
    height: 220px;
    object-fit: cover;
    width: 100%;
}
.deals-block:hover img {
    transform: scale(1.2);
}
.deals-block a.explore-link {
    display: flex;
    align-items: center;
    justify-content: center;
}
.deals-block a.explore-link i {
    display: block;
    padding-top: 10px;
    transform: rotate(-90deg);
    font-weight: 600;
    font-size: 12px;
}
.common-blocks {
    margin-bottom: 90px;
}
.common-blocks img {
    width: 100%;
    transition: all .5s ease;
}
.common-blocks h2 {
    font-size: 28px;
    line-height: 34px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 12px;
}
.common-blocks p {
    font-size: 16px;
    line-height: 34px;
    color: #767881;
    font-weight: 400;
    margin-bottom: 35px;
}
.common-blocks .tabnav {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    margin-bottom: 25px;
}
.common-blocks .tabnav li {
    width: auto;
}
.common-blocks .tabnav li a {
    display: block;
    font-size: 16px;
    padding: 12px 16px;
    text-decoration: none;
    color: #767881;
    line-height: 1.25;
    background: transparent;
    margin-bottom: -1px;
    border-left: none;
    position: relative;
    transition: background-color 550ms cubic-bezier(0.77,0,0.175,1), color 550ms cubic-bezier(0.77,0,0.175,1);
}
.common-blocks .tabnav li.active a,.common-blocks  .tabnav li a:hover {
    background-color: transparent;
    color: #fc3c2a;
    border: none;
    border-bottom: none;
    border-radius: 0!important;
}
.common-blocks .tabnav li.active a:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #FC3C2A;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
}
.common-blocks .tabnav li a:hover:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #FC3C2A;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
}
.common-blocks .tab-container {
    padding: 0;
    border: none;
    border-radius: 0;
}
.common-blocks a {
    text-decoration: none;
    display: block;
}
.common-blocks h4 {
	font-size: 16px;
    line-height: 19px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    display: block;
    width: 100%;
    border-radius: 6px 6px 0 0;
    box-shadow: inset 0px 30px 25px #0000008c;
}
.common-blocks .features-block {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 6px;
    margin: 10px 0;
}
.common-blocks .new-block {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 6px;
    margin: 10px 0;
}
.common-blocks .popular-block {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 6px;
    margin: 10px 0;
}
.common-blocks .features-block:hover img {
    transform: scale(1.1);
}
.common-blocks .new-block:hover img {
    transform: scale(1.1);
}
.common-blocks .popular-block :hover img {
    transform: scale(1.1);
}
.common-blocks span.location-show {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    width: 100%;
    transition: all .5s ease;
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    border-radius: 0 0 6px 6px;
}
.common-blocks span.location-show i {
    font-size: 18px;
    margin-right: 5px;
}
.common-blocks span.register-time {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    bottom: 30px;
    left: 0;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 10px;
    margin-bottom: 0;
    display: block;
    width: 100%;
    transition: all .5s ease;
    transform: translateY(60px);
    opacity: 0;
    visibility: hidden;
}
.common-blocks .features-block:hover span.location-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
     background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.95) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgb(0 0 0 / 0.95) 100%);
}
.common-blocks .new-block:hover span.location-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.95) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgb(0 0 0 / 0.95) 100%);
}
.common-blocks .new-block:hover span.register-time {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.common-blocks .popular-block:hover span.location-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.95) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgb(0 0 0 / 0.95) 100%);
}
.ads-slider {
    margin-bottom: 50px;
}
.ads-slider.owl-theme .owl-dots .owl-dot.active span, .ads-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #182041;
}
.ads-slider.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    border: 1px solid #182041;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.ads-slider .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 25px;
}
.ads-block {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 6px;
}
.ads-block img {
    border-radius: 6px;
    transition: all .5s ease;
}
.ads-block img:hover {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.partners-sec {
    margin-bottom: 80px;
}
.partners-sec .partners-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.partners-sec .partners-block img {
    margin: 10px 0;
}
.list-business-sec {
    margin-bottom: 90px;
}
.list-business-sec .list-your-buisness-image img {
    width: 100%;
}
.list-business-sec .list-your-buisness-details h2 {
    font-size: 28px;
    line-height: 40px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 30px;
}
.list-business-sec .list-your-buisness-details p {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    margin-bottom: 40px;
}
.list-business-sec .list-your-buisness-details p {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    margin-bottom: 40px;
    font-weight: 400;
}
.list-business-sec .list-your-buisness-details a {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 600;
    padding: 14px 40px;
}
.resources-sec {
    margin-bottom: 100px;
}
.resources-sec h2 {
    font-size: 28px;
    line-height: 34px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 50px;
}
.resources-sec .resources-block {
    border: 1px solid #DBDDE6;
    border-radius: 4px;
}
.resources-sec .resources-block .resources-block-contents {
    padding: 15px 25px;
}
.resources-sec .resources-block .resources-block-contents {
    padding: 15px 25px;
}
.resources-sec .resources-block:hover img {
	transform: scale(1.2);
}
.resources-sec .resources-block .resources-block-img {
	overflow: hidden;
	display: block;
}
.resources-sec .resources-block .resources-block-img img {
	transition: all .5s ease;
}
.resources-sec .resources-block:hover .resources-block-contents h2 {
	color: #FC3C2A;
}
.resources-sec .resources-block .resources-block-contents h2 {
    font-size: 22px;
    line-height: 30px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    transition: all .5s ease;
}
.resources-sec .resources-block .resources-block-contents h2:after {
    content: '';
    display: block;
    width: 47px;
    height: 3px;
    background: #E7E7E7;
    position: absolute;
    bottom: 0;
    left: 0;
}
.resources-sec .resources-block .resources-block-contents a {
    display: block;
    text-decoration: none;
}
.resources-sec .resources-block .resources-block-contents a.read-more {
    font-size: 14px;
    color: #FC3C2A;
    font-weight: 500;
}
.resources-sec .all-resources {
    margin-top: 22px;
    text-align: center;
}
.resources-sec .all-resources a {
    display: block;
    background: transparent;
    border: 1px solid #FC3C2A;
    border-radius: 4px;
    padding: 8px 30px;
    max-width: 164px;
    margin: auto;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
}
.resources-sec .all-resources a:hover {
    background: #FC3C2A;
    color: #fff;
}
.subscribe-sec {
    background: #271C84;
    padding: 34px;
    text-align: center;
    width: 58%;
    margin: 0 auto;
    position: relative;
    bottom: -100px;
    margin-top: -100px;
}
.subscribe-sec h2 {
    font-size: 28px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 8px;
}
.subscribe-sec p {
    font-size: 14px;
    line-height: 28px;
    color: #DBDDE6;
    margin-bottom: 40px;
    font-weight: 500;
}
.subscribe-sec .subscribe-mail-block {
    display: flex;
    align-items: center;
    max-width: 500px;
    margin: auto;
    width: 100%;
}
.subscribe-sec .subscribe-mail-block input {
    background: #fff;
    border-radius: 4px 0 0 4px;
    padding: 15px;
    border: none;
    height: 46px;
    position: relative;
    z-index: 1;
    font-size: 13px;
    font-weight: 500;
    color: #000;
}
.subscribe-sec .subscribe-mail-block input:focus {
	border: 1px solid #FC3C2A;
}
.subscribe-sec .subscribe-mail-block a {
    padding: 13px 36px;
    position: relative;
    left: -5px;
    z-index: 0;
    height: 46px;
}
.subscribe-sec .subscribe-mail-block input::-webkit-input-placeholder {
    color:#B7B7B7;
}
.subscribe-sec .subscribe-mail-block input:-ms-input-placeholder {
    color:#B7B7B7;
}
.subscribe-sec .subscribe-mail-block input::placeholder {
    color:#B7B7B7;
}
.explore-cities-sec {
    background: #F2F3F7;
    padding-top: 170px;
    padding-bottom: 60px;
    margin-bottom: -40px;
}
.explore-cities-sec .explore-cities {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.explore-cities-sec .explore-cities h2 {
    font-size: 28px;
    line-height: 34px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
}
.explore-cities-sec .explore-cities .services-in-cities ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 45px;
}
.explore-cities-sec .explore-cities .services-in-cities ul li a {
    display: block;
    color: #a0a0a0;
    font-size: 14px;
    padding: 0 10px;
    font-weight: 400;
    position: relative;
    padding-bottom: 5px;
    text-decoration: none;
}
.explore-cities-sec .explore-cities .services-in-cities ul li a:after {
    content: '|';
    position: absolute;
    right: -2px;
    color: #767881;
}
.explore-cities-sec .explore-cities .services-in-cities ul li a:hover {
    color: #fc3c2a;
}
.explore-cities-sec .explore-cities .services-in-cities ul li:last-child a:after {
    display: none;
}
.explore-services {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.explore-services .cols {
    margin: 0;
}
.explore-services .explore-services-block i {
    font-size: 50px;
    color: #FC3C2A;
    width: 75px;
    height: 75px;
    background: #F3E0E2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 12px;
    border-radius: 50%;
    font-weight: 500;
}
.explore-services .explore-services-block p {
    font-size: 14px;
    line-height: 26px;
    color: #182041;
    font-weight: 500;
    margin-bottom: 0;
}
.studio-sec {
    margin-bottom: 90px;
}
.studio-sec h2 {
    font-size: 28px;
    line-height: 34px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 12px;
}
.studio-sec p {
    font-size: 16px;
    line-height: 34px;
    color: #767881;
    font-weight: 400;
    margin-bottom: 40px;
}
.studios-cols5 {
    display: flex;
    position: relative;
}
.studios-cols5 .studios-col.active {
    width: 70%;
    transition: all .5s ease;
}
.studios-cols5 .studios-col.active:before {
    content: '';
    width: 100%;
    display: block;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.95) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgb(0 0 0 / 0.95) 100%);
    position: absolute;
    z-index: 0;
}
.studios-cols5 .studios-col {
    width: 30%;
    position: relative;
    transition: all .6s ease;
}
.studios-cols5 .studios-col img {
    height: 100%;
    object-fit: cover;
    height: 600px;
}
.studios-cols5 .studios-col.active img {
    object-position: center;
}
.studios-cols5 .studios-col:first-child img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.studios-cols5 .studios-col:last-child img {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.studios-cols5 .studios-col h4 {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    z-index: 1;
}
.studio-sec .studios-cols5 .studios-col p {
    position: absolute;
    bottom: 90px;
    font-size: 14px;
    line-height: 28px;
    opacity: 0;
    visibility: hidden;
    margin-bottom: 0;
    color: #fff;
    left: 20px;
    padding-right: 30px;
    transition: all .5s ease;
    z-index: 1;
}
.studio-sec .studios-cols5 .studios-col.active h4 {
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
	   -moz-animation: fadein 2s; /* Firefox < 16 */
	    -ms-animation: fadein 2s; /* Internet Explorer */
	     -o-animation: fadein 2s; /* Opera < 12.1 */
	        animation: fadein 2s;
}
.studio-sec .studios-cols5 .studios-col.active p {
    bottom: 90px;
    opacity: 1;
    visibility: visible;
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}
.studio-sec .studios-cols5 .studios-col a.know-more {
    position: absolute;
    bottom: 20px;
    z-index: 1;
    color: #fff;
    left: 20px;
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding: 15px 30px;
    border: 1px solid #fff;
    border-radius: 30px;
    transition: all .5s ease;
}
.studio-sec .studios-cols5 .studios-col.active a.know-more {
    bottom: 20px;
    opacity: 1;
    visibility: visible;
    -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3s; /* Firefox < 16 */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera < 12.1 */
            animation: fadein 3s;
}
.studio-sec .studios-cols5 .studios-col a.know-more:hover {
    background: #fff;
    color: #000;
}
/* =Sign In Sign Up Page CSS 
========================================================================================*/
.sign-in-up-page {
    height: 100vh;
}
.sign-in-up-page .tab-container {
    padding: 0;
    border: none;
}
.sign-in-up-page .login-signup-details .tab-container h2 {
    display: none;
}
.sign-in-up-page .cols {
    margin: 0;
    height: 100vh;
    align-items: center;
}
.sign-in-up-page .cols .col {
    height: 100%;
    display: flex;
    align-items: center;
}
.sign-in-up-page .login-signup-details {
    width: 50%;
    margin-left: auto;
    margin-right: 100px;
}
.sign-in-up-page .login-signup-details h2 {
    font-size: 28px;
    line-height: 34px;
    color: #182041;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 10px;
}
.sign-in-up-page .login-signup-details p {
    font-size: 14px;
    line-height: 24px;
    color: #767881;
    margin-bottom: 0;
    font-family: 'Proxima Nova';
}
.sign-in-up-page .login-signup-details .sign-in-up-links {
    margin: 40px 0 30px 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.sign-in-up-page .login-signup-details .sign-in-up-links li {
    position: relative;
}
.sign-in-up-page .login-signup-details .sign-in-up-links li a {
    padding: 0;
    padding-right: 30px;
    color: #767881;
    font-size: 20px;
    text-decoration: none;
    border: none;
    background: transparent;
    border-radius: 0;
    border-bottom: 1px solid #DBDDE6;
    padding-bottom: 7px;
    position: relative;
    display: block;
}
.sign-in-up-page .login-signup-details .sign-in-up-links li a:after {
    display: none;
}
.sign-in-up-page .login-signup-details .sign-in-up-links li a:before {
    display: none;
}
.sign-in-up-page .login-signup-details .sign-in-up-links li.active a {
    color: #fc3c2a;
}
.sign-in-up-page .login-signup-details .sign-in-up-links li a:hover {
    color: #fc3c2a;
}
.sign-in-up-page .login-signup-details .sign-in-up-links li a:after {
    content: '';
    width: 70%;
    height: 2px;
    background: transparent;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: background-color 550ms cubic-bezier(0.77,0,0.175,1), color 550ms cubic-bezier(0.77,0,0.175,1);
    transition: background-color 550ms cubic-bezier(0.77,0,0.175,1), color 550ms cubic-bezier(0.77,0,0.175,1);
}
.sign-in-up-page .login-signup-details .sign-in-up-links li a:hover:after {
    background: #fc3c2a;
}
.sign-in-up-page .login-signup-details .sign-in-up-links li.active a:after {
    background: #fc3c2a;
}
.sign-in-up-page .login-signup-details .sign-in-up-links li:last-child a {
    padding-left: 5px;
    padding-right: 5px;
}
.sign-in-up-page .login-signup-details .sign-in-up-links li:last-child a:after {
    width: 100%;
}
.login-signup-form {
    margin-right: 50px;
}
.login-signup-form form .form-group {
    position: relative;
}
.login-signup-form form .form-row {
    display: flex;
    flex-wrap: wrap;
}
.form-field-50 {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}
.form-field-50:first-child {
    padding-left: 0;
}
.form-field-50:last-child {
    padding-right: 0;
}
.login-signup-form form .form-group label {
    font-size: 14px;
    line-height: 18px;
    color: #767881;
    font-weight: 500;
    width: 100%;
    display: block;
}
.login-signup-form form .form-group input {
    border: none;
    border-bottom: 1px solid #DBDDE6;
    padding-left: 0;
    font-size: 14px;
    line-height: 18px;
    padding-top: 16px;
    padding-bottom: 10px;
    width: 100%;
}
.login-signup-form form .form-group input:focus {
    border-bottom: 1px solid #f34834;
}
.login-signup-form form .form-group input::-webkit-input-placeholder {
    color:#B7B7B7;
}
.login-signup-form form .form-group input:-ms-input-placeholder {
    color:#B7B7B7;
}
.login-signup-form form .form-group input::placeholder {
    color:#B7B7B7;
}
a.password-visibility {
    position: absolute;
    right: 0;
    bottom: 15px;
    font-size: 20px;
    color: #767881;
    text-decoration: none;
}
a.password-visibility.active {
    color: #f34834;
}
.keep-signed-in {
    margin: 30px 0 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.keep-signed-in .checkbox {
    margin-right: 0;
    padding-left: 30px;
    font-size: 12px;
    color: #000000;
    font-weight: 400;
}
.keep-signed-in span {
    font-size: 14px;
    color: #000;
}
.keep-signed-in .checkbox label {
    cursor: pointer;
}
.keep-signed-in .checkbox .input-helper:before {
    top: 0px;
    width: 19px;
    height: 19px;
    border-radius: 2px;
    color: #fff;
}
.keep-signed-in .checkbox .input-helper:after {
    left: 6px;
    top: 1px;
}
.keep-signed-in .forgot-pwd a {
    font-size: 12px;
    color: #767881;
    font-weight: 500;
    text-decoration: none;
}
.keep-signed-in .forgot-pwd a:hover {
    color: #fc3c2a;
}
.login-sign-up-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.login-sign-up-options .login-signup-btn {
    width: 100%;
    text-align: center;
    max-width: 194px;
}
.login-sign-up-options .login-signup-btn input {
    display: block;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
}
.login-sign-up-options .or span {
    display: block;
    color: #7F7F7F;
    font-weight: 500;
}
.sign-in-up-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 30%;
}
.login-sign-up-options .google-login-signup a {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F14336;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}
.login-sign-up-options .google-login-signup a:hover {
    background: #d83b2f;
}
.login-sign-up-options .facebook-login-signup a {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3B5998;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}
.login-sign-up-options .facebook-login-signup a:hover {
    background: #334e86;
}
.sign-in-up-page .login-signup-details .privacy-terms p {
    margin: 20px 0;
    text-align: center;
    margin-top: 80px;
}
.sign-in-up-page .login-signup-details .privacy-terms p a {
    color: #000;
    font-weight: 500;
    text-decoration: none;
}
.sign-in-up-page .login-signup-details .privacy-terms p a:hover {
    color: #FC3C2A;
}
.col.sign-in-up-img-sec {
    background: #E4E3F0;
    padding-left: 0px;
}
.col.sign-in-up-img-sec img {
    width: 100%;
    max-width: 100%;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
    display: none;
}
.login-signup-form form .form-group p.required-field {
    position: absolute;
    top: 11px;
    right: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 30%;
    height: 24px;
}
.login-signup-form form .form-group p.required-field .tooltip-text {
    margin-right: 10px;
    padding: 0px 4px;
    background: #f34834;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    opacity: 0;
    right: 10px;
    visibility: hidden;
    transition: all .5s ease;
}
.login-signup-form form .form-group p.required-field:hover .tooltip-text {
    margin-right: 10px;
    text-align: center;
    right: 10px;
    opacity: 1;
    visibility: visible;
}
.notified {
    margin-top: 20px;
}
.notified span {
    font-size: 12px;
    color: #767881;
    line-height: 24px;
}
.notified .checkbox {
    margin-right: 0;
    padding-left: 30px;
    font-size: 12px;
    color: #000000;
    font-weight: 400;
}
.notified .checkbox label {
    cursor: pointer;
}
.notified .checkbox .input-helper:before {
    top: 0px;
    width: 19px;
    height: 19px;
    border-radius: 2px;
    color: #fff;
}
.notified .checkbox .input-helper:after {
    left: 6px;
    top: 1px;
}
.membership-categories-details h5 {
    padding: 12px 17px;
    font-size: 22px;
    color: #182041;
    font-weight: 600;
    border-radius: 7px;
    margin-bottom: 0;
    border: 1px solid #DBDDE6;
    border-bottom: 0px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    line-height: 27px;
    transition: all .5s ease;
}

/* =Sitemap CSS 
========================================================================================*/
.sitemap {
    max-width: 500px;
    margin: 50px auto;
}
.sitemap h2 {
    font-size: 24px;
    font-weight: bold;
    color: #182041;
    padding-left: 20px;
    padding-right: 20px;
}
.sitemap .pages-list ol li a {
    color: #393B44;
    text-decoration: none;
    font-weight: 500;
line-height: 40px;
}
.sitemap .pages-list ol li a:hover {
    color: #f34834;
}

/* =Above Footer Section CSS 
========================================================================================*/
.ftr-above-block {
    background: #212030 url('../images/above-bg-image.png') repeat center center;
    margin-bottom: -25px;
    margin-top: 40px;
    padding: 60px 0;
}

.ftr-above-block .ftr-above-block-details {
    margin-bottom: 40px;
}

.ftr-above-block .ftr-above-block-details:last-child {
    margin-bottom: 0;
}

.ftr-above-block .ftr-above-block-details h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.ftr-above-block .ftr-above-block-details p {
    color: #D3D2D6;
    margin-bottom: 0;
}
.ftr-above-block .ftr-above-block-details p a {
    color: #D3D2D6;
    text-decoration: none;
}
.ftr-above-block .ftr-above-block-details p a:hover {
    color: #fc3c2a;
}

/* =Animation CSS 
========================================================================================*/
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}



.close-dialogbox { position: absolute; right: 28px; top: 38px; border-radius: 4px; background: #f34834; color: #fff; line-height: 30px; width: 30px; height: 30px; text-align: center; font-size: 12px; font-weight: 600; }
.close-dialogbox:before { content: 'X'; background-position: -29px -121px; position: absolute; left: 0; top: 0; width: 30px; height: 30px;}
.close-dialogbox:hover { background: #182041; text-decoration: none; }
body.overflowhidden { overflow:hidden; padding-right:17px; }
.popouterbox .popup-block {  display:block; position:absolute; top:50%; left:0; right:0; margin:0 auto; z-index: 99999; max-width:720px; width:100%; padding:30px 20px; }
.popouterbox .popup-block.taller { top:0; }
.popouterbox { bottom: 0; display: none; left: 0; overflow: hidden; overflow-x: hidden; overflow-y: auto; position: fixed; right: 0; top: 0; z-index: 999999999; }
.modal-backdrop { display:none; background: #000; position: absolute; left: 0; top:0; width: 100%; height: 100%; z-index: 9999;  }
.pop-contentbox { background:#fff; padding: 0px;  border-radius:5px; box-shadow:0 0 10px rgba(0,0,0,.25); max-height: 560px; overflow-y: auto; }

.popup-block .account-box { margin:0; }
body.overflowhidden #header { padding-right:17px; }
body.overflowhidden .main-bannerbox { left:-17px; }
#popupname .popup-block { max-width:800px; }
.pop-contentbox::-webkit-scrollbar {width: 5px;}
/* Track */
.pop-contentbox::-webkit-scrollbar-track {background: #f1f1f1;}
/* Handle */
.pop-contentbox::-webkit-scrollbar-thumb {background: #888;}
/* Handle on hover */
.pop-contentbox::-webkit-scrollbar-thumb:hover {background: #555;}

.landing-page .search-icon i {
    display: none;
}
.landing-page #header.fixed .search-icon i {
    display: block;
}
.landing-page #header #mainmenu {
    display: none !important;
}
.landing-page #header.fixed #mainmenu {
    display: block !important;
}
.default-page #header .dropdown {
    display: block;
}
.default-page .dropdown {
    display: none;
}
.video-wrapper {
     position: relative;
     padding-top: 56.25%;
}
.video-wrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}