@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap');
/*font-family: 'Poppins', sans-serif;*/

/*
-------------------------------------------
css-index
-------------------------------------------

*/
::-webkit-scrollbar {
    width: 7px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background: #999;
}
::-webkit-scrollbar-track {
    background: #ccc;
}
/* gotham-medium */

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

/* gotham-bold */

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

/* gothambook */

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

html {
	scroll-behavior: smooth;
	padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}

body {
	margin: 0;
	padding: 0;
	font-family: 'gothambook';
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	font-weight: 400;
	color: #000000;
	font-size: 16px;
	line-height: 24px;
	padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}

body.offline {
	filter: grayscale(100%);
}

p {
	margin: 0 0 22px 0;
	font-size: 15px;
	color: #111;
	font-family: 'gothambook';
}

p:last-child {
	margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 25px 0;
	padding: 0;
	font-family: 'Gotham';
	font-weight: 400;
}

h1 {
	font-size: 40px;
	font-weight: 500;
	line-height: 1.2;
	font-family: 'gothammedium';
}

h2 {
	font-size: 35px;
	line-height: 60px;
	font-weight: 600;
	color: #353535;
	font-family: 'gothammedium';
}

h3 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 600;
	font-family: 'gothammedium';
}

h4 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;
	font-family: 'gothammedium';
}

a {
	margin: 0;
	padding: 0;
	text-decoration: none !important;
	outline: none !important;
	color: #353535;
	font-weight: 500;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover {
	color: #000;
}

::-webkit-input-placeholder {
	opacity: 1;
	color: #353535;
}

:-ms-input-placeholder {
	opacity: 1;
	color: #353535;
}

::-moz-placeholder {
	opacity: 1;
	color: #353535;
}

:-moz-placeholder {
	opacity: 1;
	color: #353535;
}

img {
	max-width: 100%;
}

input[type="text"], input[type="tel"], input[type="password"], input[type="email"], select {
	width: 100%;
	-webkit-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	color: #000;
	border: 1px solid #b8b8b8;
	height: 48px;
	padding: 0 16px;
	background: #fff;
}

textarea {
	resize: none;
	-webkit-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	border: 1px solid #b8b8b8;
	padding: 12px 16px;
}

select {
	border: 1px solid #f4f4f4;
	width: 100%;
	padding: 0 11px;
	background: url(images/arrow.png) no-repeat calc(100% - 14px) center;
	background-color: #fff;
	background-size: 14px;
	padding-right: 40px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	border-radius: 30px;
	font-size: 14px;
}

select::-ms-expand {
	display: none;
}

.form-control {
	border-radius: 0;
	border: 1px solid #b8b8b8;
	padding: 12px 16px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, .form-control {
	padding: 5px 22px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #dddddd;
	border-radius: 0;
	width: 100%;
	background: #fff;
	border-radius: 30px;
	font-size: 14px;
}

input:focus {
	border: 1px solid #000;
	outline: 0px;
}

input[type="submit"]:hover {
	background: #feb620;
}

img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	float: none;
}

.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	float: none;
}

.navsocial {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.navsocial li {
	display: inline-block;
	margin: 0 8px;
}

.navsocial li img {
	width: 22px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.navsocial li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.7;
}

.donation_cart {
	margin-left: 34px;
	display: inline-block;
	font-size: 7.08px;
	color: #00bce4;
	position: relative;
	padding-right: 8px;
}

.donation_cart img {
	width: 46px;
}

.donation_cart span {
	position: absolute;
	right: 0;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #d2232a;
	font-size: 11.22px;
}

.main_head .navbar {
	background: none;
	margin: 0;
	padding: 0;
	min-height: inherit;
	height: inherit;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	position: relative;
}

.main_head .navbar-nav>li {
	margin: 0 15px;
	padding: 55px 0;
	position: relative;
	transition: 0.3s;
}

.main_head .navbar-nav>li:before {
	display: none;
}

.main_head .navbar-nav>li:last-child {
	margin-right: 0;
}

.main_head .navbar-nav>li:first-child {
	margin-left: 0;
}

.main_head .navbar-nav>li>a {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
}

.main_head .navbar-nav>li>a:before {
	position: absolute;
	bottom: -10px;
	width: 6px;
	height: 6px;
	background: #fff;
	content: "";
	border-radius: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: 0.3s;
	transform: scale(0);
}

.main_head .navbar-nav>li>a:hover:before {
	transform: scale(1);
}

.main_head .navbar-nav>li.current-menu-item>a:before {
	transform: scale(1);
}

/* .main_head .navbar-nav>li>a:hover {
	color: #283772 !important;
} */

.main_head .navbar-nav>li.menu-item-has-children:hover>a {
	color: #00bce4 !important;
}

.main_head .navbar-nav>li>.sub-menu {
	background: #fff;
	position: absolute;
	top: 160%;
	left: 0;
	z-index: 1000;
	visibility: hidden;
	opacity: 0;
	border: 1px solid rgba(174, 174, 174, 0.15);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	width: 180px;
	padding: 0;
	transition: 0.3s;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	border-top: 4px solid #1c2bff;
	padding: 20px;
}

.navbar-nav .clickD {
	transition: 0.3s;
	position: absolute;
	right: 0;
	top: 35px;
	width: 20px;
	height: 20px;
	background: url(images/arrow.png) center center no-repeat;
	cursor: pointer;
	display: block;
	background-size: 10px;
}

.navbar-nav>li.menu-item-has-children {
	padding-right: 20px !important;
}

.main_head .navbar-nav>li:last-child>.sub-menu {
	right: 0;
	left: inherit;
	padding: 0;
}

.main_head .navbar-nav>li>.sub-menu>li>a {
	font-size: 15px;
	color: #425964;
	display: block;
	width: 100%;
	padding: 5px 10px;
}

.main_head .navbar-nav>li>.sub-menu>li {
	width: 100%;
	display: block;
}

.main_head .navbar-nav>li>.sub-menu>li>a:hover {
	background: #00bce4;
	color: #fff;
}

.navbar-nav>li.menu-item-has-children:hover>.sub-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

button:focus {
	outline: 0px;
}

.navbar-toggler span {
	width: 40px;
	height: 2px;
	background: #fff;
	display: block;
	margin: 11px 0;
	position: relative;
	transition: 0.3s;
}

.navbar-toggler span:first-child {
	margin-top: 0px;
}

.navbar-toggler span:nth-child(3) {
	margin-bottom: 0px;
}

.navbar-toggler span:nth-child(2) {
	width: 25px;
	margin-left: 15px;
}

.navbar-toggler.navbar-animate span:nth-child(2) {
	margin-left: 0px;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.no-bullet li {
	padding-left: 0px;
}

ul.no-bullet li::before {
	display: none;
}

/*checkbox open*/

.check-pro {
	display: block;
	position: relative;
	padding-left: 27px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-transform: uppercase;
	font-family: 'gothammedium';
	font-weight: 400;
}

.check-pro input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.checkmark {
	position: absolute;
	top: 2px;
	left: 0;
	height: 20px;
	width: 20px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.check-pro:hover input~.checkmark {
	background-color: #ccc;
}

.check-pro input:checked~.checkmark {
	background-color: #fff;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.check-pro input:checked~.checkmark:after {
	display: block;
}

.check-pro .checkmark::after {
	left: 9px;
	top: -2px;
	width: 7px;
	height: 16px;
	border: solid #000;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*checkbox end*/

/*radio open*/

.radio-pro {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.radio-pro input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.radio-pro .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
}

.radio-pro:hover input~.checkmark {
	background-color: #ccc;
}

.radio-pro input:checked~.checkmark {
	background-color: #2196F3;
}

.radio-pro input:checked~.checkmark:after {
	display: block;
}

.radio-pro .checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

/*radio end*/

/*file upload open*/

.customfile_input {
	height: 31px;
	position: relative;
	z-index: 2;
	width: 100%;
	margin: 0;
}

.customfile_label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: 100%;
	padding-left: 215px;
	line-height: 25px;
}

.customfile_label::after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 3;
	width: 197px;
	background: none;
	border: 2px solid #e9c04a;
	display: block;
	content: 'Choose File';
	height: 100%;
	text-align: center;
	line-height: 27px;
	cursor: pointer;
	font-size: 16px;
	color: #e9c04a;
	text-transform: uppercase;
}

.customfile_inputin:hover+.customfile_label::after {
	background: #e9c04a;
	color: #2a597f;
}

.customfile_inputin {
	position: relative;
	z-index: 2;
	width: auto;
	margin: 0;
	opacity: 0;
	height: 100%;
	cursor: pointer;
}

.imageupload_inp {
	padding-top: 10px;
	width: 100%;
}

/*file upload end*/

.back-to-top-area {
	width: 50px;
	height: 50px;
	background: #1c2bff;
	position: fixed;
	bottom: 50%;
	right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s;
	z-index: 999;
}

.back-to-top-area img {
	width: 23px;
	height: 26px;
}

.back-to-top-area.active-backTop {
	bottom: 5%;
	opacity: .5;
	visibility: visible;
}

.back-to-top-area:hover {
	opacity: 1;
}

.navbar-toggler:hover span:nth-child(2) {
	margin-left: 0;
}

/*--------------------------------------------
1. header
----------------------------------------------*/

.header-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	filter: blur(5px);
	background: rgba(0, 0, 0, 0.3);
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	display: none;
}

.overlay-block .header-overlay {
	visibility: visible;
	opacity: 1;
	display: block;
}

.nav-mobile-header {
	display: none !important;
}

.signin-logo {
    height: 21px;
}

.logo {
	max-width: 149px;
    position: relative;
    top: -5px;
    left: -5px;
}

@media (max-width: 992px) {
    .logo {
        top: 0;
        left: 0;
    }
}

.main_head {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	background: #6584ff;
	transition: 0.3s;
	z-index: 999;
}

.main_head.fixed-header .navbar-nav>li {
	padding: 22px 0;
}

.main_head.fixed-header {
	box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
	background: #5879da;
}

.main_head.fixed-header .navbar-nav .clickD {
	top: 25px;
}

.header-area {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	padding: 20px 0;
	width: 100%;
}

.header-area .container-fluid {
	padding: 0 20px;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
	height: 23px;
	width: 1px;
	border-radius: 0;
	background: #ccc;
}

#fp-nav ul li, .fp-slidesNav ul li {
	width: 2px;
	height: 23px;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
	height: 23px;
	width: 3px;
	margin: -2px 0 0 -2px;
	border-radius: 0;
	background: #fff;
}

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
	width: 2px;
	height: 23px;
	margin: -1px 0px 0px -2px;
}

#fp-nav ul li .fp-tooltip {
	top: 11px;
	font-size: 10px !important;
	text-transform: uppercase;
	font-family: 'gothammedium';
	font-weight: 500;
}

/*-----------------------------
section-1-area-start
--------------------------------------*/

.section {
	background-size: cover !important;
}

.section1 .banner-img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.switch-toggle-area .switch {
	position: relative;
	display: inline-block;
	width: 55px;
	height: 27px;
	margin-bottom: 0px;
	transform: translateY(-2px);
}

.switch-toggle-area .switch input {
	opacity: 0;
	width: 0px;
	height: 0px;
}

.switch-toggle-area .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 1);
	-webkit-transition: .4s;
	transition: .4s;
	border: 1px solid #000;
	border: 2px solid #eee;
	box-shadow: 2.828px 2.828px 19px 0px rgba(33, 33, 33, 0.12);
	opacity: 0.5;
}

.switch-toggle-area .slider::before {
	position: absolute;
	content: "";
	height: 19px;
	width: 19px;
	left: 3px;
	bottom: 2px;
	background-color: #292929;
	-webkit-transition: .4s;
	transition: .4s;
}

.switch-toggle-area input:checked+.slider {
	border: 2px solid #ccc;
	background: #000;
	opacity: 0.6;
}

.switch-toggle-area input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

body.dark .switch-toggle-area .slider::before {
	background: #fff;
}

/* Rounded sliders */

.switch-toggle-area .slider.round {
	border-radius: 34px;
}

.switch-toggle-area .slider.round:before {
	border-radius: 50%;
}

.switch-toggle-area>span {
	color: #fff;
	font-weight: 500;
	margin: 0px 0px 0 0;
	margin-top: 0px;
	display: inline-block;
	margin-top: 5px;
	line-height: 1;
	text-transform: uppercase;
	font-family: 'gothambook';
	font-size: 14px;
}

.switch-toggle-area {
	margin-top: 4px;
}

.header-right ul li {
	display: inline-block;
	margin-left: 25px;
	font-family: 'gothambook';
}

.header-right ul li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}

.header-right ul li a:hover {
	color: #000;
}

.ps-relative {
	position: relative;
}

.banner-bottom-cont {
	position: absolute;
	bottom: 55px;
	display: flex;
	justify-content: center;
	width: 100%;
	top: auto;
}

.single-btm-cont {
	padding: 0 45px;
	border-right: 1px solid #999;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	align-items: flex-start;
}

.section1 .single-btm-cont {
	padding: 0 19px;
	text-align: center;
	align-items: center !important;
}

.single-btm-cont h3 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 0px !important;
	font-weight: 500;
	font-family: 'gothammedium';
    /*font-family: 'gothambook';*/
}

.single-btm-cont h3 small {
	font-weight: 300;
}

.single-btm-cont p {
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 15px;
}

.single-btm-cont:last-child {
	border-right: 0px;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important
}

.outlone-btn {
	border: 2px solid #fff;
	line-height: 37px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	padding: 0px 30px;
	border-radius: 35px;
	height: 40px;
	font-size: 14px;
	display: inline-block;
}

.outlone-btn:hover {
	background: #fff;
	border: 2px solid #fff;
	color: #000;
}

/* section-2 */

.section2 .single-btm-cont {
	max-width: 265px;
	padding: 0 12px;
	text-align: left;
	border-right: 1px solid #fff;
    /*opacity: 0;*/
}

.section2 .single-btm-cont:last-child {
	border-right: 0px;
}

.number {
	display: flex;
	align-items: center;
}

.number span {
	font-weight: bold;
	font-size: 30px !important;
	color: #fff;
	line-height: 1;
	margin-bottom: 7px;
	margin-top: 0;
	/*opacity: 0.8;*/
}

.single-btm-cont img {
	margin-bottom: 0px;
	/*width: 30px;
	height: 28px;*/
	width: 38px;
	height: 30px;
	object-fit: contain;
}

.section-3-cont .banner-img {
	height: calc(100vh - 205px);
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.section-3-cont .container {
    padding-top: 48px;
    padding-bottom: 48px;
    min-height: 250px;
}

@media (min-width: 1200px){
    .section-3-cont .container {
        max-width: 1015px;
    }
}

.outline-black-btn {
	border: 2px solid #000;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	padding: 0px 30px;
	border-radius: 40px;
	height: 42px;
	line-height: 38px;
	font-size: 14px;
	display: inline-block;
}

.outline-black-btn:hover {
	color: #fff;
	border: 2px solid #000;
	background: #000;
}

.sec3-left h1 {
	/*text-transform: uppercase;*/
	font-size: 26px;
	line-height: 1.2;
 /*   font-family: 'gothambook';
    font-weight: 600;*/
}

.section5 .top-img-area {
	height: calc(100vh - 205px);
}

.section5 .top-img-area>img.top-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-icon {
	position: absolute;
	left: 0;
	right: 0;
	top: 40%;
	margin: 0 auto;
	text-align: center;
}

.video-icon img {
	width: auto !important;
	height: auto !important;
}

.sec3-right {
	overflow: hidden;
}

/* section-6 */

/* .section6{
	padding:85px 0;
} */

.secton-6-img,.secton-6-left{
     width: 50%;
     overflow: hidden;
 }

.secton-6-img {
	/* padding-left: 1.5rem; */
	display: flex;
	align-items: center;
}

.secton-6-left {
	padding-left: 3.5rem;
}

.section6-left-cont {
	max-width: 475px;
	/* padding-top: 60px; */
}

.section6-left-cont ul li {
	margin-bottom: 15px;
}

.section6-left-cont ul li p {
	margin-bottom: 0;
	font-size: 14px;
}

.section6-left-cont ul {
	width: 50%;
}

.section6-left-cont ul:last-child {
	padding-left: 10px;
}

.section6-left-cont ul:first-child {
	padding-right: 10px;
}

.section6-left-cont ul li label {
	/* color: #fff; */
	text-transform: uppercase;
	margin-bottom: 2px;
	font-family: 'gothammedium';
	font-size: 14px;
	font-weight: 500;
}

.dark .section6-left-cont ul li label {
	color: #fff;
}

.section6-left-cont h2 {
	font-size: 23px;
    line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 20px;
    font-family: 'gothammedium';
    font-weight: 500;
}

.section6-left-cont h2 span{
    font-weight: 500;
}

/* setion7-area */

/*.setion7 {
	background: #fcfcfb;
}*/

.section7-left {
    width: 44%;
}

.section7-right {
	width: 50%;
}

.section7-left {
    display: flex;
    align-items: center;
}

.section7-left-content {
	max-width: 475px;
	overflow: hidden;
    margin-right: 116px;
    margin-left: auto;
}

@media(max-width: 1024px) {

    .section7-left {
        width: 50%;
    }
    .section7-left {
        justify-content: flex-end;
    }
    .section7-left-content {
        margin: 0 auto;
    }
}

.section7-left-content h3 {
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'gothambook';
	margin-bottom: 5px;
	color: #111;
}

.section7-left-content span {
	font-weight: 600;
	display: block;
	margin-bottom: 14px;
	color: #111;
}

.section7-left-content span a {
	border-bottom: 1px solid #111;
}

.footer-area {
	position: absolute;
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	right: 0;
	padding-bottom: 19px;
}

.footer-area ul li {
	margin: 0 11px;
	display: inline-block;
}

.footer-area ul li a {
	font-size: 14px;
	text-transform: uppercase;
	color: #111;
	font-family: 'gothambook';
}

.footer-area ul li:first-child a {
	font-weight: 500;
	font-family: 'gothammedium';
}

.footer-area ul li a:hover {
	color: #ccc;
}

.section7-left-content .outline-black-btn {
	width: 310px;
	text-align: center;
	border: 2px solid #111;
	padding: 0;
}

.section6-left-cont .outline-black-btn {
	width: 245px;
	text-align: center;
}

.expand-list-content {
	display: none;
}

.expand-list-content.active {
	display: block;
}

@keyframes circle {
	from {
		transform: scale(0)
	}
	to {
		transform: scale(2)
	}
}

.circle {
	margin: 0 auto;
	width: 90px;
	height: 90px;
	border: 0.5px solid #000;
	border-radius: 50%;
	position: absolute;
	top: 3px;
	left: 0;
	right: 0;
	margin: 0 auto;
	/* transform: translateY(-50%); */
	z-index: 0;
}

.one {
	animation: circle 4s infinite linear;
}

.two {
	animation: circle 3s infinite linear;
}

.three {
	animation: circle 2s infinite linear;
}

/* animation */

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
		-ms-transform: translateY(50px);
		transform: translateY(50px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@media (max-width:992px) {
	/* .section.active .banner-bottom-cont li:first-child,
	.section.active .banner-bottom-cont li:nth-child(2),
	.section.active .banner-bottom-cont li:nth-child(3),
	.section.active .banner-bottom-cont li:nth-child(4),
	.section.active .left-cont-list ul,
	.section.active .section6-left-cont h2,
	.section.active .outline-black-btn {
		animation: none;
	} */
	.section.animate-content-mobile .banner-bottom-cont li:first-child,
	.section.animate-content-mobile .banner-bottom-cont li:nth-child(2),
	.section.animate-content-mobile .banner-bottom-cont li:nth-child(3),
	.section.animate-content-mobile .banner-bottom-cont li:nth-child(4),
	.section.animate-content-mobile .left-cont-list ul,
	.section.animate-content-mobile .section6-left-cont h2,
	.section.animate-content-mobile .outline-black-btn,
	.section.animate-content-mobile .half-image-area .banner-bottom-cont, .top-img-area .banner-bottom-cont {
		opacity: 1 !important;
		animation: 0.4s ease-in 0.4s 1 fadeInUp !important;
		animation-fill-mode: forwards !important;
		-webkit-animation-fill-mode: forwards !important;
		-webkit-transition: none !important;
		-moz-transition: none !important;
		-o-transition: none !important;
		transition: none !important;
	}
}
.section.active .banner-bottom-cont li:first-child {
	opacity: 0;
	animation: 0.4s ease-in 0.4s 1 fadeInUp;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

.section.active .banner-bottom-cont li:nth-child(2) {
	opacity: 0;
	animation: 0.4s ease-in 0.6s 1 fadeInUp;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

.section.active .banner-bottom-cont li:nth-child(3) {
	opacity: 0;
	animation: 0.4s ease-in 0.8s 1 fadeInUp;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

.section.active .banner-bottom-cont li:nth-child(4) {
	opacity: 0;
	animation: 0.4s ease-in 1s 1 fadeInUp;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

.sec3-right p {
	/* opacity: 0;
-webkit-transform: translateY(40px);
transform: translateY(40px);
transition:1.5s;
transition-delay: 0.14s; */
	/* transition-timing-function: ease-in-out; */
}

.section.active .sec3-right p {
	opacity: 0;
	animation: 0.4s ease-in 0.4s 1 fadeInUp;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

.section.active .outline-black-btn {
	opacity: 0;
	animation: 0.4s ease-in 0.4s 1 fadeInUp;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

.section.active .sec3-left h1 {
	opacity: 0;
	animation: 0.4s ease-in 0.4s 1 fadeInUp;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

.section7-right {
	overflow: hidden;
}

/* .section.active .section7-right img{
	animation: 1.5s ease-out 0s 1 slideInUp;
} */

/* .section.active .section7-left-content h3{
	animation: 1.5s ease-out 0s 1 fadeInUp;
}
.section.active .section7-left-content span{
	animation: 1s ease-out 0s 1 fadeInUp;
} */

.section.active .section7-left-content .outline-black-btn {
	animation: none;
	opacity: 1;
	margin-left: 1px;
}

.section.active .secton-6-img img {
	/* animation: 1.2s ease-out 0s 1 slideInUp */
}

.section.active .section6-left-cont h2 {
	opacity: 0;
	animation: 0.4s ease-in 0.4s 1 fadeInUp;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

.section.active .left-cont-list ul {
	opacity: 0;
	animation: 0.4s ease-in 0.4s 1 fadeInUp;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

.expand-section {
	position: relative;
	/* background: #000; */
	min-height: 100vh;
	padding-top: 80px;
}

.nextlink, .closelink {
	display: flex;
	align-items: center;
}

.closelink, .nextlink {
	color: #fff;
}

.expand-list.open {
	pointer-events: none;
	opacity: 0.4;
}

.expand-list-cont-inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 15px;
	width: 100%;
}

.vertical-line {
	display: block;
	margin: 10px auto;
	width: 1px;
	height: 90px;
	background: #848484;
}

.owners-manual-btn {
	border: 2px solid #000;
	text-transform: uppercase;
	color: #000 !important;
	padding: 6px 15px;
	border-radius: 30px;
	width: 200px;
	display: block;
	text-align: center;
	margin: 0 auto 100px auto;
	font-size: 14px;
	cursor: pointer;
	font-weight: 600;
}

.dark .owners-manual-btn {
	border: 2px solid #fff;
	color: #fff !important;
}

.dark .owners-manual-btn:hover {
	border: 2px solid #fff;
	color: #000 !important;
	background: #fff !important;
}

.owners-manual-btn:hover {
	background: #000 !important;
	color: #fff !important;
}

.expand-list-cont-inner ul li {
	margin-bottom: 25px;
}

.expand-section {
	display: none;
}

.expand-list-cont {
	min-height: 100vh;
	/* background: #000; */
}

.expand-list-cont-inner p {
	/* color: #fff; */
	margin-bottom: 4px;
}

.section-bg {
	height: 100vh;
	width: 100%;
	background-size: cover;
    background-position: center;
}

.section-bg.desktop {

}

.section-bg.mobile {
    display:none;
}

/*@media (max-width: 575px ) {
    .section-bg.desktop {
        display:none;
    }
    .section-bg.mobile {
        display:block;
    }

    @media (orientation: landscape) {
        .section-bg.desktop {
            display:block;
        }

        .section-bg.mobile {
            display:none;
        }
    }
}*/

/*.section_bg_1{
    background-size: 100% 100%;
}*/

.icon-responsive {
	display: none;
}

.menu-bar-close, .menu-bar-open, .mobile-menu {
	display: none;
}

.top-crane-faq {
	display: none;
}

.logo .mobile-logo {
	display: none;
}

/*--------------------------
dark-theme
---------------------------------------*/

body.dark {
	background: #000;
}

body.dark .setion7 {
	/*background: #0a0a0a;*/
    background: #000;
}

body.dark h1, body.dark h2, body.dark p, body.dark .outline-black-btn, body.dark .section7-left-content h3, body.dark .section7-left-content span, body.dark a, body.dark .footer-area ul li a, body.dark .menu-bar-open i, body.dark .header-right ul li a, body.dark .switch-toggle-area>span, body.dark span {
	color: #fff
}

body.dark .section7-left-content .outline-black-btn {
	border: 1px solid #fff;
}

.light span.night {
	opacity: 0.4;
}

.dark span.day {
	opacity: 0.4;
}

body.dark .circle {
	border: 0.5px solid #fff;
}

body.dark li.single-btm-cont h3 {
	color: #fff;
}

body.dark .outlone-btn, body.dark .outline-black-btn {
	border-color: #fff;
	/*border: 1px solid #fff;*/
}

body.dark .footer-area {
	background: transparent;
}

body.dark .outline-black-btn:hover, body.dark .outlone-btn:hover {
	border: 1px solid #fff;
	background: #fff;
	color: #000;
}

/* body.dark .section.section6 {
	background: url('images/dark/sec6-bg.jpg') no-repeat center center;
	background-size: cover !important;
} */

/* 11-9 */

.dark .section.section6 {
	background: url('frontend/images/dark/sec6-bg.jpg') no-repeat center center;
	background-size: cover !important;
}

/* .section.section6 h2,
 .section.section6 p{
	color: #fff;
} */

.section.section6 .outline-black-btn {
	border: 1px solid #fff;
	color: #fff;
}

.section.section6 .outline-black-btn:hover {
	border: 1px solid #fff;
	background: #fff;
	color: #000;
}

/* 11-9 end */

span.day {
	margin-right: 18px;
}

span.night {
	margin-left: 18px;
}

#fp-nav.fp-left {
	left: 7px;
}

/* #fp-nav ul li:nth-child(6) a.active span {
	background: #000;
} */

/* #fp-nav ul li:nth-child(6) .fp-tooltip {
	color: #000;
} */

@-webkit-keyframes fade {
	0% {
		opacity: 0.5;
	}
	50% {
		opacity: 1;
	}
	90% {
		opacity: 0;
	}
}

.fp-sr-only {
	overflow: inherit;
	clip: inherit;
	white-space: normal;
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	transform: translateX(11px) translateY(2px);
	background: transparent !important;
	opacity: 0;
	/* -webkit-transition: opacity 3s ease-in-out;
    -moz-transition: opacity 3s ease-in-out;
    -ms-transition: opacity 3s ease-in-out;
    -o-transition: opacity 3s ease-in-out;
     opacity: 1; */
}

.active .fp-sr-only {
	animation: fadeOut ease 5s;
	-webkit-animation: fadeOut ease 5s;
	-moz-animation: fadeOut ease 5s;
	-o-animation: fadeOut ease 5s;
	-ms-animation: fadeOut ease 5s;
}

.fp-sr-only {
	width: 100px !important;
}

/* #fp-nav ul li:nth-child(6) a.active span.fp-sr-only {
	color: #000;
} */

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-moz-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-o-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-ms-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.fp-tooltip.fp-left {
	display: none;
}

.desktop-dark-logo {
	display: none;
}

.light .header-area.header-dark .desktop-logo {
	display: none;
}

.light .header-area.header-dark .desktop-dark-logo {
	display: block;
}

.light .header-area.header-dark .switch-toggle-area>span {
	color: #353535;
}

.light .header-area.header-dark .header-right ul li a {
	color: #333;
}

.light .header-area.header-dark .header-right ul li a:hover {
	color: #000;
}

.light .header-area.header-dark .switch-toggle-area .slider {
	border: 2px solid #353535;
}

#fp-nav ul li .fp-tooltip.fp-left {
	left: 10px;
}

.light .nav-dark.fp-left {
	color: #000 !important;
}

.light .fp-left.nav-dark ul li a.active span {
	background: #000 !important;
}

.light .fp-left.nav-dark ul li a.active span.fp-sr-only {
	background: transparent !important;
	color: #000 !important;
}

/*---------------------------
checkout-page-area
--------------------------------*/

.chek-header-area li a {
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'gothammedium';
	font-weight: 400;
}

.checkout-main, .checkout-main-container {
	min-height: calc(100vh - 72px);
}

.checkout-cont ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 50px;
	margin-bottom: 10px;
}

.checkout-cont ul li .check-pro {
	border: 2px solid #ccc;
	width: 100%;
	border-radius: 40px;
	padding: 18px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.price-list .checkmark {
	top: 20px;
	left: 20px;
}

.checkout-cont ul li:last-child {
	margin-bottom: 24px;
}

.checkout-cont ul li .check-pro {
	margin-bottom: 0;
}

.checkout-cont ul li span {
	font-size: 14px;
}

.checkout-cont h1 {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 25px;
}

.checkout-right {
	width: 418px;
	padding: 5px 25px 115px 25px;
	border-left: 1px solid #ddd;
}

.checkout-img {
    overflow:hidden;
	width: calc(100% - 418px);
	padding-bottom: 115px;
    position: relative;
}

.header-area.chek-header-area {
	background: #fff;
	border-bottom: 1px solid #dddddd;
}

.checkout-btm {
	background: #636363;
	padding: 14px 5px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
    z-index: 99;
}

.check-btm-left ul li {
	display: inline-block;
	padding: 0px 35px;
	border-left: 1px solid #7f7f7f;
	text-align: left;
    width: 285px;
}

.check-btm-left ul li:first-child {
	padding-left: 0;
}

.check-btm-left ul {
	display: flex;
	align-items: center;
}

.check-btm-left ul li:nth-child(2) {
	padding-right: 0;
}

.check-btm-left ul li:nth-child(1) {
	border-left: 0px solid #7f7f7f;
}

.check-btm-left ul li span small {
	font-size: 18px;
	position: relative;
	top: -2px;
	margin-right: 10px;
}

.check-btm-left ul li span {
	font-size: 19px;
	color: #fff;
	font-family: 'gothambook';
	font-weight: 500;
}

.check-btm-left ul li p {
	line-height: 1;
	transform: translateY(-4px);
	font-size: 13px;
	color: #fff;
	white-space: nowrap;
}

.check-btn {
	width: 295px;
	height: 44px;
	line-height: 42px;
	border: 1px solid #fff;
	background: #fff;
	text-align: center;
	border-radius: 35px;
	font-family: 'gothammedium';
}

.check-btn:hover {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}

.checktab-menu li.active a {
	border-bottom: 3px solid #000;
	color: #000;
	font-family: 'gothammedium';
}

.checktab-menu li a {
	text-transform: uppercase;
	color: #7f7f7f;
	padding: 22px 35px;
	display: block;
	cursor: pointer;
	font-size: 16px;
}

.checktab-menu li {
	display: inline-block;
}

.checktab-menu {
	position: absolute;
	top: 0;
	left: 205px;
	z-index: 999;
}

/* meter-animation */

.single-btm-cont figure {
	margin-bottom: 0;
	position: relative;
}

.meter-area .meter-pen {
	left: 0;
	position: absolute;
	bottom: -9px;
	right: 0;
	margin: 0 auto;
	transform: rotate(68deg);
	transition: 0.3s;
}

.section.active .meter-area .meter-pen {
	animation: 1.1s ease-in 0.1s 1 moveNiddle;
}

@-webkit-keyframes moveNiddle {
	0% {
		transform: rotate(-90deg);
	}
	100% {
		transform: rotate(65deg);
	}
}

@keyframes moveNiddle {
	0% {
		transform: rotate(-90deg);
	}
	100% {
		transform: rotate(65deg);
	}
}

.single-list-icon {
	height: 30px;
}

.half-image-area {
    position: relative;
    height: calc(100vh - 250px);
    overflow: hidden;
}

.half-image-area:before, .top-img-area:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: "";
	/*background: rgba(0, 0, 0, 0.2);*/
    background: transparent;
}

li.chekk .check-pro {
	border: 2px solid #000 !important;
}

/* landing-page-start-here */

.landing-page-menu li a {
	text-transform: uppercase;
	font-family: 'gothambook';
	font-size: 14px;
	color: #fff;
}

.landing-page-menu li a:hover {
	color: #000;
}

.dark .landing-page-menu li a:hover {
	color: #fff;
}

.landing-sec .banner-bottom-cont {
	max-width: 600px;
	margin: 0 auto;
	left: 0;
	right: 0;
	padding-left: 15px;
	padding-right: 15px;
	bottom: 75px;
}

.landing-sec .banner-bottom-cont p {
	color: #fff;
}

.section-logo-area img {
	margin-bottom: 25px;
}

.section-logo-area .blacklogo {
	display: none
}

.landing-sec.section.active .banner-bottom-cont {
	opacity: 0;
	animation: 0.4s ease-in 0.4s 1 fadeInUp;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

.landing-sec .blacklogo {
	display: none;
}

/* .landing-page-menu .section-logo-area{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 20px;
} */

.section-logo-area a img {
	width: 170px;
}

.section-logo-area .switch-toggle-area {
	margin-top: 2px;
	margin-left: 0px;
}

.menu-collapse-icon {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 27px;
	color: #000;
	display: none;
	cursor: pointer;
}

.landing-menu-bar-close {
	position: absolute;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #fff;
	border-radius: 50%;
	top: 28px;
	right: 14px;
	z-index: 999;
	box-shadow: 2.828px 2.828px 19px 0px rgba(33, 33, 33, 0.12);
	cursor: pointer;
	display: none;
}

.dark .menu-collapse-icon i {
	color: #fff;
}

.landing-mobile-menu {
	display: none;
	position: absolute;
	top: 20px;
	left: 20px;
}

.landing-mobile-menu .blacklogo {
	display: none;
}

.landing-sec .banner-bottom-cont h2 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.half-image-area .single-btm-cont:last-child {
	-webkit-box-pack: flex-start !important;
	-ms-flex-pack: flex-start !important;
	justify-content: flex-start !important;
}

.landing-page-title {
	position: absolute;
	top: 130px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 45px;
}

/* .landing-sec.section.active .landing-page-title, .section1.active .landing-page-title {
    opacity: 0;
    animation: 0.4s ease-in 0.4s 1 fadeInUp;
        animation-fill-mode: none;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
} */

.desk-collapse-menu img {
	transform: translateY(-3px);
	height: 16px;
}

.light .header-area.header-dark .desk-collapse-menu img {
	transform: translateY(4px);
}

.secton-6-img img {
	max-width: 450px;
}

.secton-6-img img {
	max-width: 850px;
	width: 100%;
}

.section6-left-cont h2 span {
	font-family: 'gothambook';
}

.landing-sec .outlone-btn {
	background: #000;
	border: 2px solid #000;
	color: #fff;
}

.landing-sec .outlone-btn:hover {
	background: transparent;
	border: 2px solid #000;
	color: #fff;
}

.dark .landing-sec .outlone-btn {
	background: #fff;
	color: #000;
}

.dark .landing-sec .outlone-btn:hover {
	background: transparent;
	color: #fff;
}

.single-btm-cont:nth-child(3) {
	border-right: 0;
}

/* fixed-menu-area */

.fixed-menu-area {
	position: fixed;
	right: 0;
	width: 300px;
	z-index: 999;
	background: #fff;
	height: 100vh;
	padding: 60px 25px 50px 25px;
	transition: 0.3s;
	transform: translateX(100%);
	overflow-y: auto;
}

body.dark .fixed-menu-area {
	background: #000;
}

.fixed-menu-area.active {
	transform: translateX(0);
}

span.fixed-menu-close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	background: #fff;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 33px;
	border-radius: 50%;
}

.fixed-menu-area li a {
	padding: 14px 10px;
	display: block;
	text-transform: uppercase;
	font-weight: 600;
}

.fixed-menu-area li {
	border-bottom: 1px solid #ccc;
}

.fixed-menu-area li:last-child {
	border-bottom: 0px solid #ccc;
}

.fixed-menu-close img {
	height: 14px;
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 999;
	display: none;
	bottom: 0;
	overflow: hidden;
}

.overlay.active {
	display: block;
}

.landing-footer ul li a {
	color: #646464;
}

.section.active .section6-left-cont .outline-black-btn {
	opacity: 1;
	animation: inherit;
	animation-fill-mode: inherit;
	-webkit-animation-fill-mode: inherit;
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-5px);
	}
	60% {
		transform: translateY(-8px);
	}
}

.bouncing-arrow {
	position: absolute;
	bottom: 22px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: inline-block;
	width: 40px;
	text-align: center;
	animation: bounce 2s infinite;
}

.bouncing-arrow img {
	width: 20px;
	opacity: 0.7;
}

.fp-right {
	opacity: 0;
	visibility: hidden;
}

.landing-page-title.title-dark {
	color: #000;
}

.dark .landing-page-title.title-dark {
	color: #fff;
}

.expand-list-btn {
	bottom: 0;
	position: sticky;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 250px;
	z-index: 9999;
	padding-left: 110px;
	padding-bottom: 30px;
	padding-top: 50px;
}

.closelink p, .nextlink p {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	margin-left: 10px;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}

.closelink:hover p, .nextlink:hover p {
	opacity: 1;
	visibility: visible;
}

.nextlink figure, .closelink figure {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #fff;
	background: transparent;
	margin-bottom: 0;
	line-height: 25px;
	text-align: center;
}

.nextlink figure img, .closelink figure img {
	height: 12px;
}

/* .expand-list-btn .closelink{
	display: none;
} */

/* 9.11.2020 */

.action-btns {
	position: fixed;
	bottom: 150px;
	left: 50%;
	z-index: 99999;
	color: #fff;
	display: none;
    margin-left: -15px;
}

body.sec-expanded .action-btns {
	display: block;
}

body.sec-expanded .section-6-content {
	-webkit-align-items: center;
	align-items: center;
	min-height: 100vh;
	-webkit-display: flex;
	display: flex;
	width: 100%;
}

.section-6-content-mid {
	width: 100%;
}

.close-ex, .next-ex {
	color: #000;
	position: relative;
	display: inline-block;
}

.close-ex .ic, .next-ex .ic {
	color: #000;
	width: 30px;
	height: 30px;
	line-height: 28px;
	border: 2px solid #000;
	display: inline-block;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
}

.close-ex .ic {
	line-height: 26px;
}

.ic-txt {
	visibility: hidden;
	position: absolute;
	left: 40px;
	top: 5px;
	color: #000 !important;
}

body.dark .ic-txt {
	color: #fff !important;
}

.close-ex:hover .ic-txt, .next-ex:hover .ic-txt {
	color: #fff;
	visibility: visible;
}

.next-ex {
	display: none;
}

.close-ex {
	display: inline-block;
}

.action-btns.reached-bottom .next-ex {
	display: inline-block;
}

.action-btns.reached-bottom .close-ex {
	/*display: none;*/
}

/* .section-6-content{
	position: relative;
}
.section-6-content .action-btns{
	position: absolute;
	bottom: 50px;

} */

.new-header-expand {
	position: fixed;
	background: #ececec;
	left: 0;
	top: 0;
	width: 100%;
	padding: 20px;
	display: none;
	z-index: 9;
}

.expandbtn-area {
	padding: 8px 15px;
	border: 2px solid #000;
	border-radius: 30px;
	width: 150px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	line-height: 1;
	margin-left: 10px;
	text-transform: uppercase;
	font-weight: 600;
}

.expandbtn-area:hover {
	background: #000;
	color: #fff;
}

body.sec-expanded .header-area {
	display: none;
}

body.sec-expanded .new-header-expand {
	display: block;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

body.sec-expanded .new-header-expand.scrollUp {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.newexpanlist-btn {
	display: flex;
	align-items: center;
	margin-top: 15px;
}

.newexpanlist-btn span.cr {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 36px;
	border: 2px solid #000;
	display: inline-block;
	margin-right: 10px;
}

.dark .newexpanlist-btn span.cr {
	border: 2px solid #fff;
}

.newexpanlist-btn span i {
	color: #000;
}

.dark .newexpanlist-btn span i {
	color: #fff;
}

a.newexpanlist-btn span {
	/* color: #fff; */
	text-transform: uppercase;
}

.price-list .check-pro input, .price-list .check-pro .checkmark {
	visibility: hidden;
	opacity: 0;
}

body.dark .section7-left-content span a {
	border-bottom: 1px solid #fff;
}

/*.single-btm-cont img {
    opacity: 0.8;
}*/

.dark .close-ex .ic, .dark .next-ex .ic {
	color: #fff;
	border: 2px solid #fff;
}

.dark .expand-list-cont-inner ul li label {
	color: #fff;
}

body.dark .expandbtn-area {
	color: #000;
}

body.dark .expandbtn-area:hover {
	color: #fff;
}

.header-expandbtn-area .expandbtn-area:first-child {
	background: #000 !important;
	color: #fff;
}

.scroll-stop {
	display: none;
}

.sec3-left span {
	font-size: 18px;
	font-weight: 400;
	text-align: left;
	display: block;
	text-transform: capitalize;
	margin-bottom: 3px;
}

body.dark .sec3-left span {
	color: #fff;
}

.content-mobile {
	display: none !important;
}

.page-link-area {
	display: none;
}

/* .new-header-expand.expand-none {
	visibility: hidden;
	opacity: 0;
} */

/* checkout-btm-tab-area */

.checkout-btm-tab-area {
	position: fixed;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 6px;
	background: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	transform: translateY(100%);
	max-width: 565px;
	z-index: 999;
}

.checkout-btm-tab-area.active {
	transform: translateY(-50%);
	top: 50%;
	background: #f4f4f4;
}

.checkout-btm-tab-header {
	padding: 10px 15px;
	background: #fff;
}

.checkout-btm-tab-header .nav.nav-pills {
	background: #fff;
}

.checkout-btm-tab-header h5 {
	font-family: 'gothammedium';
	margin-bottom: 0;
	font-size: 19px;
}

.cross img {
	width: 18px;
	cursor: pointer;
}

.nav.nav-pills .nav-item {
	width: 50%;
	text-align: center;
	border-radius: 0;
}

.nav.nav-pills .nav-item a {
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	font-size: 14px;
	font-weight: 600;
}

.nav.nav-pills .nav-item a.active {
	border-radius: 0;
	background: transparent;
	color: #000;
	border-bottom: 2px solid #000;
}

.total-cash {
	/*margin: 0 0px 20px 0px;*/
	padding-bottom: 20px;
	/*border-bottom: 1px solid #ccc;*/
}

.total-cash h6 {
	font-size: 17px;
	margin-bottom: 0;
	font-family: 'gothammedium';
}

.total-cash span {
	font-weight: 600;
	font-size: 20px;
}

.grand-total-cash {
    margin: 0 0px 20px 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.grand-total-cash h6 {
    font-size: 17px;
    margin-bottom: 0;
    font-family: 'gothammedium';
}

.grand-total-cash span {
    font-weight: 600;
    font-size: 20px;
}

.price-row li {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	margin: 0 0px 8px 0px;
	padding-bottom: 8px;
}

.price-row li p {
	margin-bottom: 0;
}

.bold-text.borderd p {
	font-weight: 600;
}

.bold-text.borderd {
	border-bottom: 1px solid #ccc;
}

.tab-content .tab-pane {
	/*min-height: 400px;*/
	/*max-height: 420px;*/
	/*overflow: auto;*/
}

.cash-details {
	padding: 0 15px;
}

.dark .menu-bar-open span {
	background: #fff !important;
}

/* .parallex-scroll{
	display: none;
	min-height: 80vh;
}
.parallex-scroll.dark-view-parallex{
display: none !important;
}
.dark .parallex-scroll.dark-view-parallex{
	display: block !important;
	}
.dark .parallex-scroll.light-view-parallex{
	display: none;
} */

.checkoverlay {
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	top: 0;
	height: 100vh;
	overflow: auto;
	left: 0;
	width: 100%;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	z-index: 999;
}

.checkoverlay.active {
	opacity: 1;
	visibility: visible;
}

.lease-content {
	padding: 0 15px;
}

li.lease-payment span {
	font-size: 22px;
	font-weight: 600;
}

.lease-content .price-row {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

.show-details {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.show-details span {
	width: 25px;
	height: 25px;
	border: 2px solid #000;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	margin-right: 10px;
}

.show-details p {
	text-transform: uppercase;
}

.show-details-content {
	padding-bottom: 20px;
	display: none;
}

.show-details-content.active {
	display: block;
}

.check-button {
	display: none;
}

.show-details span i {
	font-size: 14px;
	line-height: 22px;
}

/* payment-page-start-here */

.payment-left {
	padding: 35px 5% 0px 5%;
	background: #f0f0f0;
}

.single-select-pro {
	background: #fff;
	padding: 25px;
	border-radius: 8px;
	margin-bottom: 30px;
}

.single-select-pro img {
	width: 100%;
	height: 120px;
	object-fit: cover;
	border-radius: 8px;
	margin-bottom: 20px;
}

.single-select-pro p {
	margin-top: 15px;
}

.account-details-area>h2 {
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 15px;
}

.account-details-area label {
	padding-left: 15px;
}

label {
	font-weight: 600;
	font-size: 14px;
	color: #535353;
}

.divider {
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc;
	margin-bottom: 20px;
}

.summery-img {
	text-align: center;
}

.summery-img h2 {
	font-size: 26px;
}

.checkout-right.payment-right-area {
	padding-left: 25px;
	padding-right: 25px;
}

.checkout-right.payment-right-area .tab-content .tab-pane {
	min-height: auto;
	max-height: inherit;
	overflow: auto;
}

.big-text {
	font-size: 26px;
	font-weight: 600;
}

.summery-cont .show-details {
	margin: 40px 0;
	cursor: pointer;
}

.price-row.summery-details-cont {
	overflow: hidden;
}

.summery-show-details .fa-minus {
	display: none;
}

.summery-show-details.active .fa-plus {
	display: none;
}

.summery-show-details.active .fa-minus {
	display: block;
}

.summery-cont h3 {
	font-size: 21px;
	font-weight: 500;
	line-height: 1;
}

.checkout-right.payment-right-area .cash-details {
	padding: 0 0;
}

.accessories-cont .outlone-btn:hover {
	color: #000;
}

.account-details-area .divider, .account-details-area .note {
	margin-bottom: 4px;
}

.loan_div p {
	margin-bottom: 12px;
}

.pay-sub-title {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 10px;
}

.payment-left.checkout-img, .checkout-right.payment-right-area {
	height: calc(100vh - 72px);
	overflow: auto;
}

.checkout-right.payment-right-area::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.account-details-area, .payment-right-content-area {
	padding-bottom: 130px;
}

.summery-img p {
    margin: 20px 0 0 0;
}

.checkout-main {
	padding-top: 70px;
}

.checkout-right.payment-right-area {
	padding-bottom: 0;
}

.checkout-right.checkout-right-content {
	height: calc(100vh - 72px);
	overflow: auto;
}
.checkout-right.checkout-right-content::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.checkout-right.checkout-right-content .checkout-cont {
	padding-bottom: 115px;
}

.pay-btm-note {
	text-align: center;
	margin-top: 30px;
}

.pay-btm-note p {
	margin-bottom: 5px;
	text-align: center;
	color: #000;
	font-size: 14px;
	font-weight: 500;
}

.pay-btm-note a {
	color: #000;
	font-size: 13px;
	border-bottom: 1px solid #000;
}

.loan-amount-area .cash-details .price-row {
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
	margin-bottom: 22px;
}

.fix {
	background: #eee !important;
}

.fix:focus {
	border: 1px solid #ccc !important;
}

.loan-amount-area form {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.check-btm-left li h3 {
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0;
}

.check-btm-left li p {
	text-transform: capitalize;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 0;
	margin-top: 9px;
}

.place-order-btn {
	display: block;
	text-align: center;
	border: 2px solid #000;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	padding: 8px 5px;
	border-radius: 30px;
	margin-top: 30px;
	background: #000;
}

.place-order-btn:hover {
	color: #000;
	background: #fff;
}

.payment-place-mobile {
	padding: 27px 15px 60px 15px;
	display: none;
}

.check-btm-left select {
	border: 1px solid #636363;
	background: url(images/white-arrow.svg) no-repeat calc(100% - 14px) center;
	background-color: #636363;
	background-size: 10px;
	padding-right: 40px;
	border-radius: 0px;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
}

.checkout-btm-tab-area.active .tab-content .loan-amount-area {
	padding: 0 15px;
}

.checkout-mobile-price {
	display: none;
}

/* inner-page-start */

.header-area.inner-header-area {
	background: #202020;
	padding: 13px 0;
}

.header-area.inner-header-area .logo {
	/*width: 160px;*/
    top: 2px;
    left: -5px;
}

.inner-menu li {
	display: inline-block;
	margin-right: 20px;
}

.inner-menu li a {
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
}

.inner-menu li:last-child {
	margin-right: 0;
}

.inner-menu {
	margin-top: 3px;
}

.contact-cont input, .signin-cont input {
	height: 40px !important;
	background: #f7f7f7;
	border: 1px solid #f7f7f7;
}

.contact-cont textarea, .signin-cont textarea {
	background: #f7f7f7;
	border: 1px solid #f7f7f7;
}

.contact-cont select {
	height: 40px !important;
	background-color: #f7f7f7;
	border: 1px solid #f7f7f7;
	font-weight: 600;
}

.contact-cont .form-group {
	margin-bottom: 25px !important;
}

.contact-cont label {
	margin-left: 15px;
}

.contact-cont textarea {
	height: 148px;
	border-radius: 20px;
	background: #f7f7f7;
	border: 1px solid #f7f7f7;
}

.contact-cont textarea:focus, .contact-cont input:focus, .signin-cont input:focus {
	border: 1px solid #ccc;
}

.title {
	padding-bottom: 35px;
	margin-bottom: 50px;
	border-bottom: 1px solid #f4f4f4;
}

.title h2 {
	font-size: 30px;
	line-height: 1;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: 300;
	text-transform: capitalize;
	color: #000;
	font-family: 'gothambook';
}

.inner-page-cont {
    padding-top: 100px;
    padding-bottom: 30px;
    min-height: calc(100vh - 65px);
}

.contact-cont h3 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 7px;
	line-height: 1.2;
}

.contact-cont p a {
	border-bottom: 1px solid #555;
}

.contact-cont p a:hover {
	border-bottom: 2px solid #000;
}

.contact-cont p.short-note {
	font-size: 14px;
	line-height: 1.4 !important;
	margin-top: 12px;
	margin-bottom: 30px;
}

.submit-btn.outlone-btn{
	background: #000;
	border: 2px solid #000;
	height: 39px;
	min-width: 195px;
	cursor: pointer;
	transition: 0.3s;
	color: #fff;
}

.submit-btn.outlone-btn:hover {
	background: transparent;
	color: #000;
	border: 2px solid #000;
}

.redirection{
    background: #000;
    border: 2px solid #000;
    height: 39px;
    min-width: 195px;
    cursor: pointer;
    transition: 0.3s;
    color: #fff;
    border-radius: 35px;
}

.redirection:hover {
    background: transparent;
    color: #000;
    border: 2px solid #000;
}

#SuccessModal{
    margin-top: 150px;
}

.footer-area.landing-footer.inner-footer {
	position: relative;
	padding-top: 19px;
}

.subbtn-area {
	text-align: right;
}

.single-blog {
	padding-bottom: 50px;
	border-bottom: 1px solid #cecece;
	margin-bottom: 50px;
}

.blog-month h3 {
	font-family: 'gothambook';
	color: #d7d7d7;
	font-size: 30px;
	margin-bottom: 0;
}

.blog-cont h4 {
	font-family: 'gothambook';
	font-size: 17px;
	margin-bottom: 12px;
}

.post-info {
	margin-bottom: 12px;
}

.post-info span {
	display: block;
	font-size: 14px;
}

.continue-read {
	color: #000;
	font-family: 'gothammedium';
}

.continue-read:hover {
	color: #ccc;
}

.single-blog:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.title a {
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	padding-top: 24px;
}

.privacy-cont h4 {
	font-family: 'gothambook';
	color: #5a5c60;
	font-size: 19px;
}

.privacy-cont ul {
	margin-bottom: 22px;
}

.privacy-cont h3 {
	font-size: 30px;
	color: #666;
	font-weight: 500;
}

.newsletter-page-area {
	height: 100vh;
	width: 100%;
	background-size: cover !important;
    overflow:hidden;
}

.newsletter-form input[type="submit"] {
	background: #000;
	color: #fff;
	border: 2px solid #000;
	text-transform: uppercase;
	font-size: 13px;
	padding: 10px 0px;
	width: calc(100% - 355px);
	border-radius: 25px;
	cursor: pointer;
	transition: 0.3s;
	font-weight: 600;
	height: 39px;
	padding:0;
}
/*
.newsletter-form input[type="submit"]:hover {
	background: transparent;
	color: #000;
} */

.newsletter-form {
	display: flex;
	align-items: flex-start;
}

.news-letter-cont {
	max-width: 620px;
	margin: 0 auto;
	padding-top: 135px;
	padding-left: 15px;
	padding-right: 15px;
}
.newsletter-form .form-group input {
	height: 39px;
}

.newsletter-form .form-group {
	width: 355px;
	padding-right: 25px;
}

.newsletter-footer.landing-footer li a {
	color: #fff;
}

/* custome-dropdown */

.select {
	position: relative;
	margin-bottom: 0;
	width: 85px;
}

.select .selectBtn {
	padding: 0px;
	box-sizing: border-box;
	border-radius: 3px;
	width: 100%;
	cursor: pointer;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: transparent;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}

.select .selectBtn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transition: 0.2s ease;
}

.select .selectBtn.toggle {
	border-radius: 3px 3px 0 0;
}

.select .selectBtn.toggle:after {
	-webkit-transform: translateY(-50%) rotate(-135deg);
	transform: translateY(-50%) rotate(-135deg);
}

.select .selectDropdown {
	position: absolute;
	top: auto;
	width: calc(100% + 25px);
	border-radius: 6px;
	overflow: hidden;
	background: var(--bg1);
	border-top: 1px solid #eee;
	z-index: 1;
	background: #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: top center;
	transform-origin: top center;
	visibility: hidden;
	transition: 0.2s ease;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	bottom: -100px;
}
.select .selectDropdown .option {
	padding: 10px;
	box-sizing: border-box;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
}

.select .selectDropdown .option:hover {
	background: #f8f8f8;
}

.select .selectDropdown.toggle {
	visibility: visible;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	bottom: 0;
}
.about-cont h2, .support-cont h2{
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2;
}
.support-cont h2{
	color: #000;
}
.support-cont h3 {
	font-size: 16px;
	margin-bottom: 2px;
	color: #353535;
	font-weight: 500;
}
.special-support a {
	display: inline-block;
	border: 2px solid #000;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
	line-height: 37px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px 30px;
	border-radius: 35px;
	height: 40px;
	font-size: 14px;
}
.special-support a:hover{
	background: #000;
	color: #fff;
}
.special-support {
	background: #eee;
	padding: 30px 0 0;
	text-align: center;
	margin-top: 50px;
}
.special-support h2 {
	font-size: 25px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 5px;
}
.support-btn {
	min-width: 210px;
	text-align: center;
	margin-bottom: 10px;
}
.signin-page-area{
	position: relative;
	padding: 15px;
	min-height: calc(100vh - 65px);
}
.signin-cont {
	/*max-width: 335px;*/
	margin: 0 auto;
	padding: 40px 0;
}
.signin-cont h2 {
	color: #000;
	font-weight: 500;
	text-transform: capitalize;
}
.signin-cont label {
	margin-left:15px;
}
.signin-cont .form-group {
	margin-bottom: 20px;
}
.signin-cont .outlone-btn {
	width: 100%;
	background: #000;
	border: 2px solid #000;
	text-align: center;
	cursor: pointer;
	margin-top: 10px;
	color: #fff;
	margin-bottom: 8px;
	transition: 0.3s;
}
.signin-cont .outlone-btn:hover{
	background:transparent;
	color: #000;
}
.signin-cont .cancle {
	background: #fff;
	border: 2px solid #000;
	color: #000;
	margin: 15px 0 5px 0;
	line-height: 1;
	height: auto;
	padding: 12px 0;
}
.signin-cont .cancle:hover{
	background: #000;
	color: #fff;
	border: 2px solid #000;
}
.signin-cont ul {
	text-align: center;
	display: flex;
	justify-content: space-between;
	padding: 0 2px;
	position: relative;
}
.signin-cont ul:before{
	position:absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 20px;
	width: 1px;
	background: #c4c1c1;
}
.signin-cont ul li:first-child {
	padding-right: 66px;
}
.signin-cont ul li:last-child{
	border-right:0px; ;
}
.signin-cont ul li {
	display: inline-block;
	/* border-right: 1px solid #c4c1c1; */
	line-height: 1.2;
}
.signin-cont ul li {
	padding: 0 15px;
	line-height: 1;
}
.signin-cont ul li a {
	font-size: 13px;
	border-bottom: 1px solid #333;
}
.title ul li {
	display: inline-block;
	margin-left: 10px;
}
.header-area.inner-header-area .header-right ul li a:hover {
	color: #ccc;
}
.or {
	display: block;
	text-align: center;
	margin-top: 15px;
}
.bg-grey {
	background: #eee;
}

.fit-video{
    object-fit:cover;
}
.image_position {
    position: absolute;
    /*width: calc(100% - 350px);*/
    /*height: 81%;*/
    display: block;
    left: 46%;
    top: 48%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    width: 110%;
    max-width: unset;
}

.checkout-btm {
    height: 75px;
    display: flex;
    align-items: center;
}


.header-right ul:nth-child(1),
page-link-area {
    display: block !important;
}
@media (min-width:1200px){
    .car_image{
        transform:translateX(-10%);
    }
}
@media (min-width: 1366px) and (min-height: 1024px) {
    .image_position {
        transform: translate(-52%, -50%);
        width: 110%;
    }
    .checkout-right.checkout-right-content .checkout-cont {
        padding: 0;
    }
}
@media (max-width: 1170px) {
    .image_position {
        transform: translate(-47%, -58%);
        width: 90%;
    }
}

@media (max-width: 1024px) {
    .image_position {
        transform: translate(-50%, -50%);
        width: 100%
    }
}

@media (max-width: 767px) {
    .image_position {
        transform: translate(-50%, -50%);
        height: auto;
        width: 75%;
        object-fit: contain;
        top: 60%;
    }
    .checkout-img.d-flex.align-items-center.justify-content-center {
        height: 236px;
    }

    .checkout-btm {
        height: 125px;
    }

    .header-right ul:nth-child(1),
    page-link-area {
        display: none;
    }

    .mobile-menu {
        display: block !important;
    }
}

@media (max-width: 479px) {
    .d-custom-block {
        display: block !important;
    }
}

.summery-img {
    height: 245px;
    width: auto;
}
.payment-image-custom {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    height: 185px;
    /*height: 204px;*/
    width: auto;
    object-fit: contain;
}

/*@media (max-width: 1065px) {
    .section:first-child .section-bg {
        background-position-x: 50%;
        background-repeat: no-repeat;
    }
}*/

.remove-toggle-arrow::after{
    display:none;
}
.shipping_modal .modal-title{
    font-family: 'gothambook';
    font-weight: 700;
}

.table-borderless td,
.table-borderless th{
    border:0 !important;
}

@-webkit-keyframes custom-round {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes custom-round {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wraper{
    top:0;
    left:0;
    height:100vh;
    background-color:rgba(0,0,0,0.6);
    z-index: 999;
}

.cust-loader {
    width: 60px;
    height: 60px;
    border: 3px solid #fff;
    border-radius: 50%;
    border-bottom: 0;
    animation: custom-round 1s linear infinite;
}

@media (max-width: 380px) {
    .summery-img p {
        margin: 30px 0 0 0;
    }

    .payment-image-custom {
        height: 152px;
    }
    .summery-img {
        height: 172px;
    }
}



.wrapper-order {
    width: 100%;
    height: auto;
    margin: 70px auto 0 auto;
    box-sizing: border-box;
}

.head-order {
    padding: 30px 0;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    border-bottom: 1px solid rgb(203 203 203);
    margin-bottom: 20px;
}

.head-order table:first-child {
    margin-left: 0;
}

.banner-order {
    height: auto;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-inner {
    width: 40%;
    height: 100%;
    margin: 20px;
    border: 1px solid #000;
    border-radius: 10px;
    overflow: hidden;
}
.banner-inner table {
    border-spacing: 0;
}

.banner-inner table thead th {
    padding: 10px;
    color: #fff;
    background-color: #000;
}
.banner-inner table tbody tr td {
    font-size: 10px;
    font-weight: 400;
    width: 50%;
    vertical-align: baseline;
    padding: 5px 15px;
}

.desc-order table, .doc table {
    margin: 0;
}

.doc table tbody tr td h6 {
    text-decoration: underline;
    cursor: pointer;
    color: #909090;
    font-weight: 400;
}

.form-wrapper {
    background: #f1f1f1;
    border-radius: 10px;
    padding-top: 10px;
}

.info-form {
    height: auto;
    width: 100%;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
}

.info-form .info-form-label {
    font-size: 15px;
    padding-bottom: 10px;
}
.info-form div {
    width: 45%;
}
.info-form:last-child div {
    width: 100%;
}

.info-form input, .info-form select {
    height: 40px;
    width: 100%;
    border-radius: 30px;
    padding: 0 15px;
    border: 0;
    outline: none;
    background: #fff;
    box-shadow: 0 0 5px #dadada;
    margin-bottom: 15px;
}

.form-inner {
    padding: 30px 0;
}

.bannerImg {
    position: relative;
    width: 100%;
    height: 400px;
}
.bannerImg img {
    height: 400px;
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}

@media (max-width: 992px) {
    .wrappe-orderr {
        padding: 10px;
    }
    .wrappe-orderr, .banner-inner, .info-form div {
        width: 100%;
    }
    .banner-order, .info-form {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .bannerImg {
        height: 300px;
    }
    .bannerImg img {
        width: 100%;
        height: 300px;
    }
}

@media (max-width: 499px) {
    .bannerImg {
        height: 200px;
    }
    .bannerImg img {
        width: 100%;
        height: 200px;
    }
}

.icon_color_dark{
    filter: invert(100%);
}
.top-crane-title{
    font-size: 26px;
    line-height: normal;
    font-weight: 400;
}

/*top crane account page*/
.form-topcrane-acc .form-inner{
    padding-top: 0;
}
.form-topcrane-acc h2{
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 400;
}
.form-topcrane-acc .form-wrapper{
    background: none;
    position: relative;

}
.form-topcrane-acc .info-form input{
    /*background: #f1f1f1;*/
    border: 1px solid #dddddd;
    padding: 11px 22px;
    height: auto;
    margin-bottom: 0;
}
.form-topcrane-acc .info-form input:focus{
    border-color: #333;
}
.form-topcrane-acc .info-form select{
    /*background: #f1f1f1;*/
    border: 1px solid #dddddd;
    padding: 0px 22px;
    height: 48px;
    /*background: url(images/arrow.png) no-repeat calc(100% - 14px) center;*/
    background-image: url(images/arrow.png);
    background-position: calc(100% - 14px) center;
    background-repeat: no-repeat;
    background-size: 14px;
    margin-bottom: 0;
}

.form-topcrane-acc .info-form-label{
    font-weight: 600;
    font-size: 14px;
    color: #535353;
    margin-bottom: .5rem;
    padding-bottom: 0;
    padding-left: 15px;

}

/*end top crane account page*/

.col-left-adj {
    flex: auto;
    max-width: 351px;
}

.col-right-adj {
    flex: auto;
    max-width: calc(100% - 380px);
}

.doc {
    margin-bottom: 70px;
}

@media(max-width:767px) {
    .doc {
        margin-bottom:0px;
    }
}


@media(max-width:767px) {
	.bg-news-letter {
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.newsletter-page-area {
		background-image: none !important;
		position: relative;
	}
	.header-expandbtn-area {
		margin: 16px auto;
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
    .light .header-area.header-dark .desktop-logo {
        display: block;
    }

    .light .header-area.header-dark {
        /*background-color:#000;*/
    }

    .theme-cs .header-area.header-dark .logo,
    .theme-cs .header-area.header-dark .menu-bar-open {
        /*background-color:#000;*/
        filter: invert(1);
    }
    .menu-bar-open.active span {
        filter: inherit;
    }

    .dark .header-area.header-dark .logo,
    .dark .header-area.header-dark .menu-bar-open{
        /*background-color:#000;*/
     filter: none;
    }
}

.ordersep {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 2rem;
}

.ordersep:last-child {
    border: 0;
    margin-bottom: 3rem;
}

.btn-com-order {
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 35px;
    display: inline-block;
    background: #fff;
    border: 2px solid #000;
    color: #000;
    cursor: pointer;
    margin: 0 0 0 auto;
    padding: 8px 5px;
    position: absolute;
    bottom: -77px;
    right: 0;
    width: 200px;
}

@media (max-width: 767px) {
    .btn-com-order {
        margin: 0 auto;
        width: 100%;
        position: relative;
        bottom: 0;
    }

    .head-mobile-always {
        /* background: #000 !important; */
    }

    /*.light .header-area.header-dark ,*/
    /*.dark .header-area.header-dark {*/
    /*    background: transparent;*/
    /*}*/
    /*.dark .header-area.header-dark .logo a img,*/
    /*.dark .header-area.header-dark .menu-bar-open span {*/
    /*    filter: invert(1);*/
    /*}*/

    .border-bottom-custom {
        border-bottom: 0 !important;
        padding: 0 !important;
    }
}

.btn-com-order:hover {
    background: #000;
    color: #fff;
}

.desk-collapse-menu span {
    width: 20px;
    height: 2px;
    background: #fff;
    display: block;
    opacity: 1;
    margin-top: 4px;
    transition: 0.3s;
    cursor: pointer;
}

.desk-collapse-menu.active span{
    background:#000;
    cursor: pointer;
}
.light .desk-collapse-menu span,
.header-area.header-dark .desk-collapse-menu span{
    background: #000;
}
.dark .header-area .desk-collapse-menu span,
.dark .header-area.header-dark .desk-collapse-menu span,
.header-area .desk-collapse-menu span{
    background: #fff;
}
.desk-collapse-menu.active span:first-child {
    transform: rotate(45deg) translateY(4px);
}
.desk-collapse-menu.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-4px);
}
.desk-collapse-menu.active span:nth-child(2) {
    display: none;
}
.opacity-0 {
    opacity: 0;
}
.desk-collapse-menu.active {
    position: relative;
    z-index: 9999;
}
.desk-collapse-menu.active span {
    background: #000
}
.overlay, .fixed-menu-area {
    z-index: 99 !important;
}
.fixed-menu-area {
    top: 0;
    transition: 0.3s;
    opacity: 0;
}
.fixed-menu-area.active {
    opacity: 1;
}
.fixed-menu-area ul {
    padding-left: 0;
}
.fixed-menu-area ul li {
    width: 100%;
    margin-left: 0;
}
span.fixed-menu-close {
    right: 10px !important;
}
.header-area.header-dark .header-right ul li a {
    color: #fff;
}

.header-area .header-right ul li a {
    color: #000;
}

.text-ds-white {
    color: #fff !important;
}

@media (max-width: 765px) {
    .text-ds-white {
        color: #000 !important;
    }
}


.checkout_message_bar img {
    width: 20px;
    margin-right:6px;
    position:relative;
    top: -2px;
    filter: invert(48%);
}
.checkout_message_bar {
    position: absolute;
    top: 14%;
    /*transform: translateY(-50%);*/
    z-index: 1;
    padding:6px 10px;
    background: #0202020a;
    border-radius: 10px;
    color: #646464;
	margin: 0 20px;
}

.cs-select {
    position: relative;
}

.cs-select select {
    display: none; /*hide original SELECT element:*/
}

.select-selected {
    background-color: inherit;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 9px;
    right: 10px;
    width: 7px;
    height: 7px;
    border: 2px solid transparent;
    border-color: #fff #fff #0000 #0000;
    transform: rotate(
        135deg
    );
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color:  #0000 #0000 #fff #fff;
    top: 17px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
    cursor: pointer;
    user-select: none;
}
.select-selected {
    padding: 4px 16px 8px 0px;
    color: #fff;
}
.select-items div {
    padding: 16px;
    color: #000;
    text-align: center;
}

/*style items (options):*/
.select-items {
    width:120px;
    position: absolute;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: 0 0 5px rgb(155, 155, 155);
    bottom: 50%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.color-order-dark {
    font-family: gothambook;
    font-size: 14px;
}

.color-order-muted {
    color: #909090;
    font-family: gothambook;
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.promo{
    position: fixed;
    top: 130px;
    z-index: 1;
    padding: 6px 10px;
    /* background: #f4f4f4; */
    border-radius: 10px;
    color: #646464;
    background: #ffffff94;
}

.promotional_content{
    line-height:normal;
    display: flex;
    align-items: center;
    font-weight: 500;
    margin: 0 auto;
}

.promotional_content img{
    filter:grayscale(1) invert(1);
    width:25px;
    margin-right: 5px;
}
@media (max-width: 767px){
    .promo{
        top:90px;
        margin:0 15px;

    }
    .promotional_content img{
        margin-right:10px;
    }
}


.custom-switch.switch {
	display: none;
}
@media (min-width: 767px) {
	.custom-switch.switch {
		display: none !important;
	}
}

@media (max-width: 767px) {
/*	.custom-switch.switch {
		position: relative;
		!* display: inline-block; *!
		width: 73px;
		height: 26px;
	}*/
}

/*.custom-switch.switch input {display:none;}

.custom-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  !* background-color: #2ab934; *!
  border: 1px solid #292929;
  -webkit-transition: .4s;
  transition: .4s;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 8px;
}

.custom-switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
	width: 20px;
	left: 7px;
  bottom: 2px;
  background-color: #8c8c8c;
  -webkit-transition: .4s;
  transition: .4s;
  z-index: -1;
}

.custom-switch input:checked + .slider {
  !* background-color: #2ab934; *!
  border: 1px solid #292929;
}

.custom-switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.custom-switch input:checked + .slider:before {
  -webkit-transform: translateX(38px);
  -ms-transform: translateX(38px);
  transform: translateX(38px);
}*/

/*------ ADDED CSS ---------*/
/*.custom-switch .on
{
  display: none;
}

.custom-switch .on,.custom-switch  .off
{
  color: white;
  !* position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%; *!
  font-size: 18px;
  font-family: Verdana, sans-serif;
  display: block;
}

.custom-switch input:checked+ .slider .on
{color: #fff}

.custom-switch input:checked + .slider .off
{color: #292929;}*/

/*--------- END --------*/

/* Rounded sliders */
/*.custom-switch .slider.round {
  border-radius: 34px;
}

.custom-switch .slider.round:before {
  border-radius: 50%;}*/


.mob-img {
	min-height: auto !important;
	height: 425px !important;
    /*object-fit: contain !important;*/
}
.mob-video {
	min-height: auto !important;
	height: 425px !important;
    object-fit: cover !important;
    width: 100%;
}

@media (max-width: 767px) {
    .action-btns {
        position: absolute;
        bottom: 150px;
    }
}

.dark_upper_bar{
    filter: invert(1);
}




.switch-toggle-area-mobile .switch {
    position: relative;
    /*display: inline-block;*/
    width: 55px;
    height: 25px;
    margin-bottom: 0px;
    transform: translateY(-2px);
}

.switch-toggle-area-mobile .switch input {
    opacity: 0;
    width: 0px;
    height: 0px;
}

.switch-toggle-area-mobile .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 1);
    -webkit-transition: .4s;
    transition: .4s;
    border: 2px solid transparent;
    /*border: 1px solid #000;
    border: 2px solid #eee;*/
    box-shadow: 2.828px 2.828px 19px 0px rgba(33, 33, 33, 0.12);
    opacity: 0.5;
}

.dark-toggle-cls .slider{
    border: 2px solid #353535;
}

.switch-toggle-area-mobile .slider::before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: 3px;
    bottom: 1px;
    background-color: #292929;
    -webkit-transition: .4s;
    transition: .4s;
}


.switch-toggle-area-mobile input:checked+.slider {
    border: 2px solid #ccc;
    background: #000;
    opacity: 0.6;
}

.switch-toggle-area-mobile input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

body.dark .switch-toggle-area-mobile .slider::before {
    background: #fff;
}

/* Rounded sliders */

/*.light .header-area.header-dark .switch-toggle-area-mobile .slider {
    border: 2px solid #353535;
}*/

.switch-toggle-area-mobile .slider.round {
    border-radius: 34px;
}

.switch-toggle-area-mobile .slider.round:before {
    border-radius: 50%;
}

.switch-toggle-area-mobile>span {
    color: #fff;
    font-weight: 500;
    margin: 0px 0px 0 0;
    margin-top: 0px;
    display: inline-block;
    margin-top: 5px;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'gothambook';
    font-size: 14px;
}

.switch-toggle-area-mobile {
    margin-top: 1px;
}


.img_video_area::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1;
}
.banner-bottom-cont{
    z-index: 2;
}


.openChatModal {
    width: auto;
    height: auto;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 0 10px #6e6e6e30;
    position: fixed;
    bottom: 100px;
    right: 22px;
    padding: 13px 10px;
    z-index: 99999;
    /*padding-top: 50px;*/
    display: flex;
    padding-right: 31px;
}

.openChatModal p {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    /*margin: 22px auto;*/
    color: #000 !important;
    margin-bottom: 0px;
    /*padding-bottom: 14px;*/
}

.openChatModal button {
    padding: 0.5rem 1rem;
    background-color: #373737;
    width: 58%;
    border-radius: 30px;
    color: #fff;
    margin: 0px auto;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
}

.clearModal {
    position: absolute;
    top: 13px;
    right: 11px;
    cursor: pointer;
    font-size: 25px;
}

@media(max-width: 768px) {
    .openChatModal p {
        margin: 0 20px 0 auto;
        font-size: 11px;
    }
    .clearModal {
        top: 20px;
        right: 15px;
    }
    .openChatModal button {
        display: none;
    }
}


.overflow-hidden {
    overflow: hidden !important;
}
.overflow-visible {
    overflow: visible !important;
}
.fp-enabled body::-webkit-scrollbar {
    width: 0;
}


#chat::-webkit-scrollbar {
    display: none;
}
#chat{
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.allur-btn-wrap {
    display: flex;
    position: absolute;
    z-index: 9999999;
    height: auto;
    width: auto;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.allur-btn-wrap .changing_mode {
    border: 2px solid #ffffff;
    line-height: 37px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    padding: 0px 30px;
    border-radius: 35px;
    height: 40px;
    font-size: 14px;
    display: inline-block;
    margin: 15px;
}
.allur-btn-wrap .changing_mode.active {
    background: #ffffff !important;
    color: #000000 !important;
}

.ghost-btn-wrap {
    display: flex;
    justify-content: space-between;
}

.ghost-btn-wrap .btn-performance {
    border: 2px solid #949494;
    color: #000;
    font-weight: bold;
    border-radius: 35px;
    margin: 0 2px 15px 2px;
    width: 230px;
    font-size: 12px;
    text-transform: capitalize !important;
    cursor: pointer;
}

.ghost-btn-wrap .btn-performance.active {
    border: 2px solid #000;
}

.dark .ghost-btn-wrap .btn-performance {
    filter: invert(1);
}

.dark .ghost-btn-wrap .btn-performance.active {
    filter: invert(1);
}

.message-container.agent .message span {
    color: #5c5e62 !important;
}

#acceptChatText, #nonAcceptChatText, #ticketMessage{
    color: #111 !important;
}

@media (max-width: 767px) {
    .allur-btn-wrap {
        display: none;
    }
}

video::-internal-media-controls-overlay-cast-button {
    display: none;
}

video::-internal-media-controls-overlay-cast-button {
	display: none;
}
video {
    pointer-events: none !important;
}


@media (max-width: 767px) {
    .openChatModal p {
        font-size: 11px;
        padding-bottom: 0px;
        margin: 0px 16px 0 auto;
    }
    .openChatModal {
        padding: 13px 10px;
    }
    .clearModal{
        top:14px;
        right:9px;
    }

    .ghost-btn-wrap .btn-performance {
        width: 48%;
    }

    .checkout-btn-wrap .btn-performance{
        width: 180px;
    }
}

.fp-auto-height.fp-section .fp-scrollable{
    height: auto !important;
}

/*
.expand-section {
    position: absolute;
    width: 100% !important;
    left: 0;
    top: 0;
    background: #fff;
}
*/

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .section-bg{background-size: 100% 100%; background-repeat: no-repeat;}
    .section-3-cont .banner-img{object-fit: fill;}
}


.cookies_div{
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    background: #373737d9;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 20px 20px;
}
.cookies_div h5{margin-bottom: 10px;
    font-weight: 500;
    font-family: 'gothammedium';}
.cookies_div p{margin-bottom:0px;color: #fff;max-width:890px}

.cookie_btn{
    background: transparent;
    min-width: 123px;
    line-height:29px !important;
    height: 35px;
    font-size: 13px;
    color:#fff !important;
}
.cookie_btn:hover{
    color:#212529 !important;
}
.cookieParaBtnWrap{display:flex;flex-wrap:wrap;justify-content: space-between;    align-items: flex-end;}

@media(max-width: 1199px){
    .cookies_div p {
        max-width: 668px;
        line-height: 20px;
    }
}
@media(max-width: 991px){
    .cookies_div p {max-width:100%;flex-basis:100%;margin-bottom:15px}
}


.video-custom-ds-display {
    display: block;
}

@media (max-width: 767px) {
    .video-custom-ds-display {
        display: none;
    }
}

.video-custom-mb-display {
    display: none;
}

@media (max-width: 767px) {
    .video-custom-mb-display {
        display: block;
    }
}

.section-bg {
	position: relative;
}

.section-bg .overlay-mb {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 88%;
	height: 250px;
	cursor: pointer;
}

.section-bg .overlay-mb a {
	width: 100%;
	height: 100%;
	display: block;
}

.btn-checkout-overlay-wrap {
    position: relative;
    top: 15px;
    z-index: 999;
}

.btn-checkout-overlay-wrap ul li {
    min-width: 300px;
}


@media (max-width: 767px) {
	.promo {
		margin: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 85%;
	}
    .btn-checkout-overlay-wrap ul li {
        min-width: 140px;
    }
    .btn-checkout-overlay-wrap ul li label {
        padding: 5px 16px !important;
    }
    .btn-checkout-overlay-wrap.checkout-cont ul li .check-pro {
        flex-wrap: wrap;
        justify-content: center;
    }
}


.checkout-btn-wrap{
    z-index: 9;
    align-items: flex-start;
    margin-top: 20px;
}

.checkout-btn-wrap .btn-performance{
    background: transparent;
    margin: 0 6px !important;
}

@media (max-width: 400px){
    .ghost-btn-wrap .btn-performance {
        width: 48%;
    }
    .checkout-btn-wrap .btn-performance{
        width: 162px;
    }
}

.checkout-rightWrapper{
    position:relative !important;
    top: 0px !important;
}

.promotional_wrap{
    display:flex;
}

.width-btn{
	padding: 0px 55px;
}


.new-heading-modal-sec{
	font-size: 30px;
    line-height: 60px;
    font-family: 'gothammedium';
	color: #000;
    font-weight: 500;
    text-transform: capitalize;
}

.new-modal-right-btn{
	align-items: center;
}
.new-input-design{
	background: #f7f7f7 !important;
    border: 1px solid #f7f7f7 !important;
}

.new-design-btn-first{
	color: #fff !important;
}
.new-design-btn-first:hover{
	color: #000 !important;
}
.new-design-btn-last{
	color: #000 !important;
	background-color: #fff !important;
	line-height: 37px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px 30px;
    border-radius: 35px;
	transition: 0.3s all ease-in-out;
    height: 40px;
	width: 100%;
    font-size: 14px;
    display: inline-block;
	cursor: pointer;
}
.new-design-btn-last:hover{
	color: #fff !important;
	background: #000 !important;
}
.new-justify{
	justify-content: center;
	padding: 7px 18px 30px;
	border: none;
}
.new-modal-body-padding{
	padding: 1rem 1rem 0;
}

.new-login-gap{
	padding: 5px 13px;
}
.right-circle{
	border-radius: 20px;
}
.new-middle-btn{
	position: relative;
	top: 1px;
}

.new-modal-footer-padding{
	padding: 0 1rem 0;
	border: none;
}

.forgot-email-pass-sec ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.full-under-sec{
	padding: 0 1rem;
}

.forgot-email-pass-sec li a{ 
	/* background-color: transparent;
	border: none; */
	font-size: 13px;
    border-bottom: 1px solid #333;
	color: #353535;
	transition: 0.3s all ease-in-out;
	cursor: pointer;
	text-transform: capitalize;
}
.forgot-email-pass-sec li{
	padding: 0 20px;
}

.forgot-email-pass-sec span{
	text-align: center;
	display: block;
}

.forgot-email-pass-sec ul::before{
	position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 20px;
    width: 1px;
    background: #c4c1c1;
}
.login-form-pop .modal-dialog {
    max-width: 420px;
    margin: 0.75rem auto;
}
.login-form-pop .modal-content {
    min-height: 500px;
    padding: 0 0 10px 0;
}

#SuccessModal .modal-header {
border: none;
}

#SuccessModal .modal-footer {
justify-content: center;
}

#SuccessModal .icon-box img {
/* width: 50%; */

}

#SuccessModal .text_green {
color: #111;
font-weight: 700;
margin-bottom: 11px;
}
@media(max-width:767px){
	.browse-button{
	width: 100%;
	}
}
.sucess-header{
	justify-content: center;
	
}
.sucess-text{
	text-align: center;
}