.header_area {
	z-index: 900;      
	height: 70px;
	display: block;
	border-bottom: 1px solid #e4e5e7;
	background-color:#171628;
}  

a {
	color: #07a5fb;
	text-decoration: underline;
}

.header-container {
	z-index: 900;
	display: block;
}

.wrapper {   
	max-width: 1180px;
}

.nav {
    margin: 22px 0px;
}

.nav__toggle {
	position: absolute;  
	cursor: pointer;
	left: 0;
	top: 20px;   
}

.close, input[type="checkbox"] {
	display: none;
}
  
.hamburger {
	margin-top: -4px;
    margin-left: -10px;
    height: 46px;
    width: 42px;
}   

.nav__menu {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	align-items: center;
}
  
li {
	list-style: none;
}

li:first-child {
	margin-right: auto;
}

.nav__menu a {   
	text-decoration: none;
    color: initial;
    font-size: 14px;
    color: #dbdbdc;
    font-family: inherit;
    text-transform: uppercase;
}

.nav__menu a:hover {
	color: #fff;
	transition: 0.4s;
}

.nav__menu li {
	width: max-content;
}

#nav__checkbox:checked ~ ul.nav__menu li {
	display: block;
}

#nav__checkbox:checked ~ label.nav__toggle .hamburger {
	display: none;
}

#nav__checkbox:checked ~ label.nav__toggle .close {
	display: block;
	position: fixed;
}

header {
	background-color: #fff;
	box-shadow: 0 0 0 rgba(57,73,76,.35);
}

.profile-img-container {
	width: max-content;
}

.header_main {
	/* display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 70px;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	 */

		 min-height: 62px;
	
		 align-items: center;
		
		 -ms-flex-pack: justify;
		 justify-content: space-between;
	
		 display: flex;
		 min-height: 68px;
	
		 flex-wrap: nowrap;
		 -webkit-box-align: center;
		
}

.sidepanel {
	width: 0;
	position: fixed;
	z-index: 1;
	height: 250px;
	top: 0;
	left: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.sidepanel a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.sidepanel a:hover {
	color: #f1f1f1;
}

.sidepanel .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
}

.openbtn {
	font-size: 20px;
	cursor: pointer;
	background-color: #111;
	color: white;
	padding: 10px 15px;
	border: none;
}

.openbtn:hover {
	background-color: #444;
}

.logo {
	position: relative;
	margin: 11px 0px 10px 0px;
}

.searchmain {
	-webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    position: relative;
    margin: 11px 0px 13px 40px;
    width: 35% !important;
}

.search_mobile_inner {
	position: relative;   
	width: 100%;
	float: right;
}
   


.searchmain {
	z-index: 9999;
	width: auto;
}

.login-profile span {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 15px;
	display: block;
	float: left;
	background-color: #fff;
	text-align: center;
	line-height: 2.5;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #fffdec;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	margin-top: 6px;
	border-radius: 2px;
	color: #3b5d50;
}

.dropdown-content a {
	width: 100%;
	display: block;
	border-bottom: solid 1px beige;
	padding: 10px;
}

.dropdown-content a:last-child {
	border-bottom: none;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.name-profile {
	display: contents;
	font-size: 13px;
	line-height: 2.5;
	color: #e7e7e7;
}

.other-disc {
	display: contents;
}

.login-profile {
	display: inline-block;
	width: max-content;
	background-color: #2c493e;
	padding: 6px 10px;
	border-radius: 4px;
	line-height: 2;
}

.dropdown-content a {
	color: #000 !important;
}

.login-profile span img {
	width: 100%;
}

.searchmain .srchinput {
	position: relative;
    font-size: 14px;
    height: 40px;
    border-radius: 4px;
    width: 100%;
    z-index: 1;
    text-align: left;
    margin-top: 3px;
    padding: 14px 13px 13px 35px;
    background-color: #fff;
}

.searchmain .srchinput:focus {
	color: #000;
}
.searchmain .srchinput:hover .dextop-serch{
	fill:#000;
}

img {
	height: auto;
}

.info {
	width: 100%;
	margin-left: 18px;
}

span {
	font-style: inherit;
	font-weight: inherit;
	color: #444;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	letter-spacing: .0175em;
}

body,html {
	width: 100%;
}

body {
	color: #000;
	font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.6;
	background-color: #fff;
}

a {
	color: #444;
	cursor: pointer;
}

.clear {
	clear: both;
}

.container {
	position: relative;
	width: 90%;
	max-width: 1180px;
	margin: 0 auto;
}

.center,.wrapper {
	width: 100%;
	margin: 0 auto;
}

h1,h2,h3,h4,h5,h6 {
	color: #000;
	line-height: 24px;
	font-weight: 500;
}

li,ul {
	list-style-type: none;
}

html {
	overflow-y: auto;
	font-size: 62.5%;
}

::-webkit-input-placeholder {
	color: #a9a9a9;
	font-style: normal;
}

input.srchinput::-webkit-input-placeholder {
	font-style: normal;
	color: #9f9f9f;
	font-weight: 400;
}

input {
	outline: 0;
}

li,p,ul {
	margin: 0;
	padding: 0;
	line-height: normal;
}

img,video {
	height: auto;
}

p {
	font-size: 14px;
	line-height: 1.5;
	color: #444;
}

.logo img {
	width: 150px;   
	height: 50px;
	display: block;
}

.select-list-link {
	position: absolute;
	left: 0;
	right: 0;
	top: -4px;
	bottom: 0;
	text-align: right;
	padding-right: 10px;
	padding-top: 4px;
	font-size: 24px;
	cursor: pointer;
}

.whiteOverlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	display: none;
	background-color: rgba(0,0,0,.6);
}

.dextop-serch {
    fill: #717171;
}

.searchmain .srchbtn {
	width: 32px;
	border-radius: 2px;
	font-size: 22px;
	color: #a9a9a9;  
	background-color: #fff;
	padding: 0px 7px;
	height: 32px;
	margin: 2px !important;
	line-height: 38px;
	top: 4px;
	left: 1px;
	position: absolute;
	cursor: pointer;
	border: 0;
	z-index: 2;
}

.search_mobile_inner:hover .srchbtn {
	color: #5ed729;
}

.searchresult {
	position: absolute;
	width: 100% !important;
	background: #fff;
	box-shadow: 0 2px 5px #999;
	z-index: 9999999;
	height: 0;
	opacity: -9;
	transition: opacity .15s ease-in-out overflow: auto;
	overflow: hidden;
}

.searchresult.active {
	height: auto;
	opacity: 1;
	left: 0;
	top: 41px;
}

.searchresult ul {
	display: block;
	overflow: hidden;
	max-height: 265px;
}

.searchresult ul li {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #eee;
	line-height: 42px;
}

.search_logo img {
	width: 84px;
	float: left;
	margin-left: 7px;
	border-radius: 3px;
}

.searchresult ul li a {
	display: block;
	padding: 5px 0;
	font-size: 14px;
	text-indent: 10px;
	color: #101010;
}

.searchresult ul li:hover {
	background-color: #f1f3f5;
}

.footer-container {  
	float: left;
	width: 100%;
	border-top: solid 1px #e4e5e7;
}

input[type=date],input[type=email],input[type=number],input[type=password],input[type=range],input[type=search],input[type=tel],input[type=text],input[type=url] {
	display: block;
	width: 100%;
	padding: .5em;
	border: 1px solid #d3d3d3;
	border-radius: 3px;
	font-size: 15px;
	resize: vertical;
}

.soic-med {
	display: flex;
}

.site_footer_secondary_links {
	text-align: center;
	font-size: 15px;
	background-color: #102132;
	padding-bottom: 40px;
	margin-bottom: -40PX;
}

.site_footer_secondary_links li {
	margin: 0 20px 15px 0;
	color: #fff;
	font-size: 12px;
	margin-top: 10px;
}

.site_footer_secondary_links li a {
	color: #fff;
}

:focus {
	outline: 0;
}

.four404 {
	text-align: center;
	font-size: 78px;
	color: black;
}

ul.nav__menu {
	margin-top: 0px;
}

.user-login h3 {
	position: relative;
	margin-right: 30px;
	font-size: 16px;
	color: #434343;
}

.user-login h3::after {
	position: absolute;
	content: "";
	top: 0;
	right: -15px;
	height: 100%;
	width: 2px;
	background: #43434348;
}

.user-login .drop {
	position: relative;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 25px;
	cursor: pointer;
}

.user-login .drop .online {
	position: absolute;
	bottom: 7px;
	right: 28px;
	display: block;
	height: 5px;
	width: 5px;
	background: #50D030;
	border-radius: 50%;
}

.drop-box {
	margin-top: 4px;
	padding: 0px 20px 20px 20px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
	display: none;
	position: absolute;
	z-index: 1;
	right: 82px;
}

.drop-box .user-details {
	position: relative;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	color: #434343;
}

.option_login ul {
	width: 100%;
	line-height: 2;
}

.option_login ul li {
	padding: 7px 0px;
}

.option_login ul li a {
	font-weight: 400;
	font-size: 12px;
	color: var(--fgALUw);
	padding: 7px 0px;
}

.option_login ul li a i {
	margin: auto 0;
	display: block;
	font-size: 16px;
	padding-right: 7px 31px 7px 2px;
}

.option_login ul li a:hover {
	color: #000;
}

.option_login ul li:last-child a i {
	color: #FF585A;
}

.login:hover .drop-box {
	display: block;
}

.login {
	margin-left: 20px;
}

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

.drop-down {
	position: relative;
	display: block;
	width: auto;
	vertical-align: top;
	min-width: 145px;
}

.drop-down .select-list {
	position: absolute;
	top: 90px;
	left: 0px;
	z-index: 999;
	margin-top: 0;
	padding: 0;
	background-color: #f9f9f9;
	border-radius: 0 0 5px 5px;
	max-height: 227px !important;
	box-shadow: 1px 3px 7px 2px #b3b2b275;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.drop-down .select-list li {
	border-radius: 5px;
	cursor: pointer;
}

.drop-down .select-list li span {
	display: inline-block;
	min-height: 40px;
	width: 100%;
	padding: 10px 15px 10px 50px;
	background-color: #f9fbfd;
	background-position: left 10px center;
	background-repeat: no-repeat;
	text-align: left;
	color: #000;
	font-size: 12px;
	line-height: 18px;
	box-sizing: border-box;
	border-bottom: 1px solid #e7e7e7;
}

.drop-down .select-list.active {
	opacity: 1;
	height: -webkit-fill-available;
	overflow: scroll;
}

.option_login ul .u-accout {
	display: -webkit-box;
	border-bottom: solid 1px #edeaea;
}

li.u-accout {
	width: 205px;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 15px 0px !important;
}

.show-accout {
	width: 40px;
	height: 40px;
	background: #f2f1f1;
	text-align: center;
	line-height: 3.1;
	border-radius: 24px;
	margin-right: 12px;
	margin-top: 4px;
}

.option_login ul .u-accout {
	display: -webkit-box;
}

.option_login ul .u-accout h6 {
	font-size: 13px;
}

.select_con_box {
	display: none;
	position: fixed;
	z-index: 999999;
	padding-top: 155px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}

.clearfix:after,.clearfix:before {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

svg.sv {
	height: 25px;
	width: 25px;
}

.open-menu {
	display: none !important;
	position: absolute;
	top: 8px;
	left: -6px;
}

.dropbtn {
	color: #fff;
	padding: 16px;
	font-size: 16px;
	cursor: pointer;
}

footer,header,menu,nav,section {
	display: block;
}

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

a {
	text-decoration: none;
}

img {
	height: auto;
}

.cb_nav a {
	color: #000 !important;
}




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

.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 20;
	border: 1px solid #888;
	width: 40%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
	border-radius: 3px;
}

.country_icons li span {
	display: inline-block;
	height: 19px;
	width: 28px;
	margin: 0px 6px 0px 5px;
	background-color: #fff;
	background-position: left 0 center;
	background-repeat: no-repeat;
	font-size: 14px;
	text-align: left;
	color: #555;
	position: relative;
	top: 4px;
	box-shadow: 0 0 2px #aaa;
	border-radius: 2px;
}

.close {
	float: right;
	font-size: 10p;
	font-weight: 700;
	border: solid 1px #777777;
	border-radius: 3px;
}

.close:hover, .close:focus {
	color: #2b2727;
	text-decoration: none;
	cursor: pointer;
}

.modal-header {
	padding: 2px 16px;
	color: white;
}

.title-discription {
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	color: #6a6a6a;
	font-weight: 400;
}

.modal-body {
	padding: 27px 27px;
	text-align: center;
}

.modal-body h6 {
	font-size: 20px;
	margin-top: 16px;
	margin-bottom: 20px;
}

.country_pop_btn {
	background-color: #332f2d;
	padding: 13px 40px;
	border: none;
	font-size: 19px;
	color: #fff;
	cursor: pointer;
	margin-top: 20px;
}

.modal-footer {
	padding: 2px 16px;
	color: white;
}

.drop-down select {
	display: none;
}






.header_select-list-link {
	position: absolute;
	left: 0;
	right: -12px;
	top: -4px;
	bottom: 0;
	text-align: right;
	padding-right: 10px;
	padding-top: 4px;
	font-size: 24px;
	cursor: pointer;
}



.footer {
	border-top: solid 1px #d2d2d2;
}

.about-txt {
	color: #fff;
	font-size: 11px;
	margin-bottom: 15px;
}   
.container.Disclaimer {
	text-align: center;
}

.footer .col {
	width: 300px;
	margin: 40px 0px 0px 0px;
	float: left;        
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 25px 20px 20px 20px;
}
.welcome_box {
    background-color: #f0f0f0;
}
.footer .col strong {
	margin: 0;
    padding: 0;
    font-size: 1.2rem;
    line-height: 17px;
    padding: 40px 0px 15px 0px;
    color: #555;
    font-weight: revert-layer;
    text-transform: uppercase;
    text-align: left;
}

.wrapper.clearfix.best_offers {
	padding-bottom: 60px;
}

.footer .col strong:after {
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	background:#65acf8;
	margin-top: 9px;
	border-radius: 5px;
	margin-bottom: 5px;
}

.footer .col ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
   
.footer .col .about-txt .fot-txt a {
	color:#434343;
	font-size: 13px;      
	padding: 5px;
	display: block;
}
.fot-txt {
    color: #434343;  
    font-weight: 300;
}
.footer .col .about-txt {
	color: #d1cece;
	font-weight: 400;
	padding: 5px 0px 5px 0px;
	cursor: pointer;
	font-size:14px;
	line-height: 22px;
}

.social ul li {
	padding-right: 5px !important;
}

.clearfix {
	clear: both;
	display: flex;
}

.subscrib input[type=email] {
	margin: 0 auto;
	background-color: white;
	font-size: 12px;
	padding: 10px 0px 10px 20px;
}

.btn_subscrip {
	background-color: #fff;
	border: none;
	padding: 8px 20px;
	border-radius: 5px;
	color: #102132;
	cursor: pointer;
	font-weight: 600;
}

.contact {
	background: #ffffff;
	width: 100%;
	height: 40px;
	display: flex;
}

.scrollto {
	font-size: 12px;
	color: #444;
	padding-bottom: 10px;
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
	padding: 10px;
	line-height: 1.42857143;   
	vertical-align: top;
	border-top: 1px solid #ddd;
	color: #232222;
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 1px solid #ddd;
	background-color: #518671;
	padding: 10px;
	color: #fff;
}

.table>caption thead>tr:first-child>td,.table>caption thead>tr:first-child>th,.table>colgroup thead>tr:first-child>td,.table>colgroup thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th {
	border-top: 0;
}

.table>tbody tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
	border: 1px solid #ddd;
}

.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
	border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

td {
	font-size: 13px;
	border-bottom: solid 1px #d2d2d2;
	padding: 9px 0px;
}

.scrollto time {
	color: #467b93;
	font-weight: 500;
}

.icon-div_f {
	height: 24px;
	width: 16px;
	float: left;
	line-height: 2.4;
}

.btn-back {
	background-color: #5ed824;
	border: none;
	padding: 12px 20px;
	margin-top: 10px;
	color: #fff;
	border-radius: 3px;
}

.mobilebuttons {
	display: none;
	background: 0;
	border: 0;
}

.sv-srch {
	width: 20px;
	;height: 20px;
}

.user-name p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-left: 8px;
	width: 70px;
	font-size: 15px;
	font-weight: 500;
}


.menu-search {
    display: -webkit-box;
}
.login-sign-btn {
	color: #fff;
    padding: 6px 13px;
    border-radius: 3px;
    border: none;
    font-weight: 500;
    font-size: 11px;
    cursor: pointer;
    background: TRANSPARENT;
    font-family: sans-serif;
    BORDER: SOLID 1PX #65acf8;  
}
.login-sign-btn:Hover{
	background:#65acf8; 
	transition: 0.4s;
}
@media only screen and (max-width: 768px) {
	.nav__toggle {
		display: block !important;
	}

	ul.nav__menu li {
		display: none;
	}
	.mobilebuttons {
        margin-top: 10px !important;
    
    }
	
}

@media only screen and (min-width: 769px) {
	.nav__menu {
		flex-direction: row;
	}

	.nav__menu li {
		display: block;
	}

	.nav__menu ul li a {
		color: #000;
	}
}

@media only screen and (min-width: 768px) {
	.nav__toggle {
		display: none;   
	}
	.m-search-btn {
        margin-top: 14px;
        height: 70px;  
        background-color: #181818;  
        border-radius: 22px;
    }
}

@media screen and (max-width:768px) {
	.other-disc {
		display: flex !important;
		position: absolute;
		right: 0;
		gap: 15px;
	}

	ul.nav__menu {
		top: 0;
		left: 0;
		height: 100vh;
		padding-top: 65px;
		position: fixed;
		background-color: #fff;
	}

	.nav__toggle {
		z-index: 998;
	}

	.nav__menu a {
		color: #000;
	}

	.name-profile {
		color: #3b5d50 !important;
	}

	.nav__menu a:hover {
		color: #000;
	}

	.login-li:last-child {
		order: -1 !important;
	}

	.login-profile span {
		border: solid 1px #688d7f;
	}


}

@media screen and (max-width:768px) {
	.login {
		margin-left: 0px;
	}

	#nav__checkbox:checked ~ ul.nav__menu li {
		width: 260px;
		padding: 0px 20px;
	}

	.login-profile {
		background-color: #fff !important;
	}

}

@media only screen and (max-width:768px) {
	.header_area .search-area form input {
		width: 170px;
		height: 40px;
		padding: 0 10px 0 30px;
	}

	.scrollto {
		margin: 3px 0px !important;
		font-size: 10px;
	}

	.header_area {
		height: 70px;
	}

	.open-menu {
		margin-top: 1px;
	}

	.mobilebuttons {
		top: 25px;
		right: 19px;
	}

	.header_area .search-area form input:focus {
		width: 170px;
	}
}

@media screen and (max-width:768px) {
	
	.logo img {
		width: 130px;
        height: 47px;
        margin-top: 6px;
	}

	.mobilebuttons {
		margin-top: 0px !important;
	}    

	.new-tabes {
		margin: 10px !important;
	}

	.logo {
		margin-left: 35px !important;
	}
}

@media screen and (max-width:1120px) {
	.clearfix {
		display: block !important;
	}
}

@media(max-width:1440px) {
	.content {
		width: 100%;
	}
}

@media screen and (max-width:280px) {
	.logo img {
		width: 100px;
	}


}

@media(max-width:1080px) {
	.content {
		width: 100%;
	}
}

@media(max-width:480px) {
	.footer p {
		text-align: left;
	}
}

@media(max-width:375px) {
	.logo img {
		width: 100px;
	}
}

@media(max-width:414px) {
	.footer p {
		margin-bottom: 18px;
	}
}

@media screen and (max-width:900px) {
	.scrollto {
		padding-bottom: 10px;
		float: none;
		text-align: center;
	}
}

@media screen and (max-height:450px) {
	.sidenav a {
		font-size: 14px;
	}
}

@media all and (max-width:599px) {
	.searchmain .srchinput {
		font-size: 11px;
		margin-top: 10px;
	}
}

@media only screen and (max-width:800px) {
	.header_area .classy-nav-container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.header_area {
		height: 74px;
	}

	.header_area .classy-navbar,.header_area .header-meta {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		min-width: 100%;
		width: 100%;
	}

	.header_area .classy-navbar {
		height: 40px;
	}

	.header_area .classy-nav-container .classy-navbar-toggler {
		margin-right: auto;
		margin-left: 15px;
		position: absolute;
		top: 36px;
	}
}

@media screen and (max-width:500px) {
	.footer .col {
		width: 50%;
		height: 306px;
	}

	.footer .col h1 {
		font-size: 11px;
	}

	.subscrib input[type=email] {
		width: auto !important;
	}

	.text-footer {
		width: auto !important;
	}

	.modal-content {
		width: 90%;
	}

	.header-country {
		background-color: transparent;
	}

	.header_select-list-link {
		display: none;
	}

	.country_pop_btn {
		height: 44px;
		width: 160px;
		font-size: 15px;
	}

	.user-login {
		margin-top: 12px;
	}

	.user-name p {
		width: 56px;
	}
}

@media only screen and (min-width: 1280px) {
	.contain {
		width: 1200px;
		margin: 0 auto;
	}

	.banner_ul {
		grid-template-rows: auto;
		grid-template-columns: auto;
	}
}

@media only screen and (max-width: 1139px) {
	.contain .social {
		width: 50%;
		display: block;
	}

	.social h1 {
		margin: 0px;
	}
}

@media only screen and (max-width: 950px) {
	.footer .col {
		width: 50%;
	}

	.footer .col h1 {
		font-size: 14px;
	}
}

@media only screen and (max-width: 340px) {
	.footer .col {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 535px) {
	.idemenu-login {
		display: block;
	}

	.login-profile {
		MARGIN-TOP: 0PX;
		WIDTH: 100%;
		BORDER-RADIUS: 0PX;
	}

	.login-profile span {
		MARGIN-TOP: 5PX;
	}

	.name-profile {
		line-height: 3 !important;
		font-weight: 500;
	}

	.dropdown-content {
		display: block;
		background-color: #f9f9f9 !important;
		margin-top: 14px;
		FONT-SIZE: 13PX;
		position: relative;
		box-shadow: none;
	}
}

@media screen and (max-width: 600px) {
	.mobile-v-btn span {
		font-size: 13px;
		color: #000;
		width: 100%;
	}

	.banner_row {
		padding: 20px 0 20px !important;
	}
}

@media screen and (max-width:1000px) {
	.searchmain .srchinput {
		margin-top: 0 !important;
		background-color: #fff;
	}

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

	.sidenav {
		display: block;
		margin-top: 59px;
	}

	.cb_nav {
		background-color: rgba(0,0,0,0) !important;
	}

	.header_main {
		height: 0;
	}

	.logo {
		top: 30px;
	}
}

@media all and (max-width:989px) {
	ul li.best_offers_item:nth-child(3n+3) {
		margin-right: 0;
	}

	div[data-id-menu],div[data-id-menu].active {
		position: absolute;
		top: 38px;
	}
}

@media all and (max-width:1345px) {
	.open-menu {
		display: block !important;
		top: 23px;
		left: 10px;
	}

	.modal-body {
		padding: 27px 18px;
	}

	.header-country {
		background-color: transparent;
	}

	.header_select-list-link {
		display: none;
	}

	.header-container {
		height: auto;
		width: 100%;
		z-index: 9999999;
		margin: 0 !important;
	}

	.header_main {
		padding: 0;
		position: relative;
		z-index: 99999;
		height: 0;
	}

	.logo {
		text-align: inherit;
		top: 16px !important;
		position: initial;
		margin-right: 50px;
	}

	.mobile_menu .wrapper {
		width: 100%;
	}
}

@media all and (max-width:1000px) {
	.mobile_menu,.search_mobile {
		position: fixed;
		z-index: 9999;
		left: -100%;
		bottom: 1px;
		right: 0;
		background-color: rgba(0,0,0,.6);
		background-color: rgba(99,97,97,.79);
		overflow: auto;
		float: none;
		width: 0;
		margin: 0;
		padding: 0;
		top: 61px;
	}

	.search_mobile {
		left: 0;
		width: 100%;
		top: 0;
		opacity: 0;
		height: 0;
		overflow: hidden;
		margin: 0;
	}

	.search_mobile.active {
		left: 0;
		width: 100% !important;
		top: 0;
		padding: 0 10px;
		opacity: 1;
		height: auto;
	}

	.mobile_menu.active {
		background-color: #fff;
		width: 90%;
		left: 0;
		padding: 0;
	}

	.search_mobile_inner {
		width: 100%;
		position: relative;
		margin: 15px auto;
	}

	.mobilebuttons {
		display: block;
		outline: 0;
		font-size: 22px;
		color: #000;
		cursor: pointer;
		top: 24px;
		width: 20px;
		margin-top: 0px;
	}

	.openSearch.active {
		display: none;
	}

	.searchresult.active {
		top: 44px;
	}
}

@media all and (max-width:1020px) {
	.mobilebuttons {
		margin-top: -8px !important;
		margin-left: 20px;
	}
}

.i_n {
	height: 19px;
	MARGIN: AUTO;
	width: 28px;
	display: block;
	MARGIN-BOTTOM: 10px;
}

.city select {
	display: block;
	margin: 0 auto;
	padding: 8px 20px;
	width: 50%;
	cursor: pointer;
	background-color: #fff;
}

.city label {
	padding: 10px 0px;
	display: block;
}

.city-submit {
	padding: 9px 25px;
	border: none;
	background-color: #000;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	margin-top: 10px;
}

.menu-item-mine {
	animation-name: blinker;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	padding: 3px 5px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 500;
}

@-moz-keyframes blinker {
	0% {
		background: #3b5d50;
		color: #3b5d50;
	}

	50% {
		background: #f44848;
		color: #fff;
	}

	100% {
		background: #ff0000;
		color: #fff;
	}
}

@-webkit-keyframes blinker {
	0% {
		background: #3b5d50;
		color: #3b5d50;
	}

	50% {
		background: #f44848;
		color: #fff;
	}

	100% {
		background: #ff0000;
		color: #fff;
	}
}

@keyframes blinker {
	0% {
		background: #3b5d50;
		color: #3b5d50;
	}

	50% {
		background: #f44848;
		color: #fff;
	}

	100% {
		background: #ff0000;
		color: #fff;
	}
}

@media(max-width:414px) {
	.footer p {
		margin-bottom: 18px;
	}
}

@media screen and (max-width:900px) {
	.scrollto {
		padding-bottom: 10px;
		float: none;
		text-align: center;
	}
}

@media screen and (max-height:450px) {
	.sidenav a {
		font-size: 14px;
	}
}

@media all and (max-width:599px) {
	.searchmain .srchinput {
		margin-top: 10px;
	}
}

@media all and (max-width:1024px) {
	.box-city {
		width: 55% !important;
	}

	.login {
		background-color: transparent !important;
	}

	.content {
		width: 100%;
	}
}

@media all and (max-width:760px) {
	.box-city {
		width: 70% !important;
	}
}

@media all and (max-width:425px) {
	.box-city {
		width: 85% !important;
	}

	.select_con_box {
		padding-top: 20% !important;
	}
}

@media all and (max-width:375px) {
	.box-city {   
		width: 95% !important;
	}

	.login {
		margin-left: 0px;
		margin-right: 3px;
	}

	.drop-box {
		padding: 10px 10px;
		margin-left: 65px;
	}

	.user-login {
		width: 102px;
	}
}

@media screen and (max-width:425px) {
	.subscrib input[type=email] {
		width: 100% !important;
	}


	.logo {
		margin-right: 55px;
	}
	.steps-title{
		font-size: 19px !important;
	}
}

@media screen and (max-width:340px) {
	.footer .col {
		margin: 0px;
	}
}

@media screen and (max-width:320px) {
	.mobilebuttons {
		right: 46px !important;
	}
}

form.subscrib {
	margin-top: 25px;
}

.text-footer {
	color: #fff;
	font-size: 1.2rem;
	width: auto;
	text-align: center;
	margin: 0 auto;
	display: inline-grid;
	margin-top: 60px;
}

.store_card_offer {
	position: absolute;    
	left: 0;
	top: 0;
	font-size: 13px;
	background:#3b5d50;
	font-weight: bold;
	height: 24px;
	color: #fff;
	line-height: 24px;
	padding-left: 10px;
}

.store_card_offer span {
	color: #fff;
}

.store_card_offer:before {
	content: "";
	width: 0;
	height: 0;
	border-width: 12px;
	border-style: solid;
	border-color:#3b5d50 transparent #3b5d50 #3b5d50;
	position: absolute;
	top: 0;
	right: -20px;  
}

.bder-foter {
	border-top: solid 1px #898a8b;
	padding-bottom: 13px;
}

/*---end---*/

.card-head {text-align: center;}.card {background: #fff;width: 412px;height: auto;padding: 40px 36px;border-radius: 8px;border: 1px solid #cacaca;margin: auto;margin-bottom: 20px;}.title {padding: 0px 15px 15px 0px;font-size: 24px;}.tagline {font-size: 14px;padding-bottom: 18px;}.abcRioButton.abcRioButtonLightBlue {height: auto !important;width: 100% !important;box-shadow: none;margin-top: 25px;border: solid 1px #838181;border-radius: 2px;}.abcRioButton.abcRioButtonLightBlue:hover {border: solid 1px #000 !important;transition: 0.4s;}span#not_signed_in37ie85bwugfc {font-size: 13px !important;margin-left: -46px !important;}.card label {display: block;position: absolute;padding: 0 5px;width: auto;color: #5f6368;background: #fff;transition: all 150ms ease;transform: translate(12px, -39px);cursor: text;}.card input {padding: 16px;margin-top: 20px;font-size: 13px;background: #fff;width: calc(100% - 36px);border: 1px solid #cacaca;border-radius: 5px;width: 100%;}.card input:not(:placeholder-shown) + label, input:focus + label {transform: translate(8px, -62px);font-size: 13px;}.card input:focus + label {color: #1a73e8;background-radius: 5px;}.links {color: #1a73e8;font-size: 14px;padding-top: 10px;cursor: pointer;font-weight: 500;}.guest {margin-top: 19px;font-size: 12px;color: #5f6368;text-align: center;}.login-bar {margin-top: 5px;display: flex;flex-wrap: wrap;}.next {padding: 10px 30px;border-radius: 5px;cursor: pointer;margin: 0 auto;color: #fff;outline: none;width: 100%;border: none;background: #000;font-weight: 500;}.chn-icon-wrapper {width: 40px;}button#googleBtn {padding: 17px 20px;border: solid 1px #505050;background-color: #fff;display: flex;height: 53px;margin: 0 auto;cursor: pointer;}.other {text-align: center;font-size: 13px;padding: 10px 0px;}button#googleBtn {padding: 17px 20px;margin-top: 20px;border: solid 1px #505050;}button#googleBtn {border: solid 1px #000;}.container.section-login {display: flex;}.delimiter__text {padding: 0 16px;z-index: 2;background-color: #fff;}.delimiter__line {width: 100%;height: 1px;background-color: #cecece;z-index: 1;position: absolute;}.delimiter {margin-top: 24px;margin-bottom: 12px;display: flex;align-items: center;justify-content: center;position: relative;font-size: .75rem;font-weight: 500;line-height: 1.41667em;letter-spacing: -.01em;}.breadcrumb {background-color: #f0f0f0;padding: 10px 0px;margin-bottom: 30px;}.breadcrumb ol li {display: inline-block;font-size: 12px;color: #545454;}.breadcrumb li+li:before {padding: 8px 2px;color: black;content: "/\00a0";}a.loginWith_g {border: solid 1px black;padding: 13px 58px;width: 74%;margin: 0 auto;margin-top: 24px;position: relative;display: block;}.error {color: red;font-size: 11px;}.success {color: green;font-size: 11px;}.login-bar input {background-color: #000;font-size: 13px;}@media only screen and (max-width: 768px) {.container.section-login {display: block;}.or-line {display: none;}.other {width: 100% !important;}button#googleBtn {width: auto;}}@media only screen and (max-width: 425px) {.card {width: auto;}a.loginWith_g {width: auto;}}