@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');
body{
	font-family: 'Montserrat', sans-serif !Important;
}
.side_nav_bg {
	background: rgb(173, 64, 39);
    display: flex;
    padding: 100px 0 100px 15px;
    color: #fff;
    border-radius: 0px 30px 30px 0px;
}

.side_nav_bg a {
    color: #fff;
}

.left_side_nav {
    width: 100%;
}
.left_side_nav ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.left_side_nav ul {
    margin: 0;
}

.left_side_nav ul li a {
    display: block;
padding-left:25px;
}
.left_side_nav ul li a.act {
    background: #fff;
    border-radius: 30px 0px 0px 30px;
    color: #000;
    position: relative;
}

html body .tde-btn a
{
	background-color: rgb(173, 64, 39) !important;
	padding: 8px 20px !important;
}

.tde-btn {
    margin-right: 0px;
    margin: 0px 5px;
}
.account-table {
    display: flex;
    flex-direction: column;
    float: unset;
}

.account-info {
    display: flex;
    justify-content: normal;
}

.account-info .ac1 {width: 30%;}

div#account-top {
    display: flex;
}

.fx-head {
    display: flex;
    align-items: center;
    background: transparent;
    border: 1px solid #D4D4D4;
    border-radius: 30px;
}
.acc-details {
    display: flex;
    align-items: center;
	background: transparent !important;
}
.table-bg.acc-pad {
    display: flex;
	flex-direction: column;
}

.table-bg.acc-pad .tabs .tabs-title {
    width: unset !important;
    float: unset;
    margin-right: 15px;
}

.acc-wrap-right .acc-pad .tabs-title>a span {
    position: absolute;
    right: 0px;
    height: 100%;
    top: 0;
    border-radius: 0;
    line-height: 40px;
    width: 30px;
    text-align: center;
    background: #f47f33;
}
.my-acc-details .table-bg .tabs {
    width: unset !important;
    display: flex;
}
.acc-wrap-right .acc-pad .tabs-title>a {
    text-align: left;
    padding-left: 15px !important;
    display: block !important;
    padding-right: 49px !important;
}

.head-layer2 {
    height: 70px;
	background: rgba(17,26,52,.75);
	padding:5px  !important;
}
.sign-wrap ul li
{
	padding:0px !important;
}
.logo img {
    height: 50px;
    width: unset !important;
}

ul.side-myaccount {
    display: flex;
}

.sign-wrap ul li a.wt-btn {
    background: transparent !important;
    font-size: 16px !important;
    padding: 8px !important;
    border-radius: 3px !important;
    display: block !important;
    height: 40px;
	    width: 150px;
		    font-weight: 700 !important;
		font-family: 'Montserrat', sans-serif ;
}
.sign-wrap ul li a.wt-btn:hover
{
	    background: #fa7a00 !important;
    border-color: #fa7a00 !important;
}
li.my_act.header-office {
    margin-right: 10px;
	position: relative;
}
.sign-wrap ul li a.bl-btn {
    background: #fa7a00 !important;
    font-size: 16px !important;
    padding: 8px 25px !important;
    border-radius: 3px !important;
    border-color: #fa7a00 !important;
    color: #fff !important;
	transition:0.3s ease;
	    font-weight: 700 !important;
	font-family: 'Montserrat', sans-serif ;
	
}
.sign-wrap ul li a.bl-btn:hover
{
	background: transparent !important;
	border-color:#fff;
}

footer {
    background-color: #111a34;
    padding: 80px 0 30px;
}

.container {
    position: relative;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}
.footer__row, .footer__row_lines {
    width: 100%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__block {
    width: 100%;
}

.m_b-20 {
    margin-bottom: 20px;
}
.footer__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.footer__menuTitle {
    font-family: Montserrat,Arial,sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    margin-bottom: 25px;
}
.footer__menuLink a {
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    margin: 0;
    padding: 0;
}
.footer__row_lines {
    padding: 20px 0;
}
.row-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.footer__app_apple {
    background-image: url(https://gmtmarket.com/wp-content/themes/gmtmarket/assets/images/app_store.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 85% 85%;
    background-size: 85%;
    background-position: center;
    background-color: #000;
}
.footer__app_google {
    background-image: url(https://gmtmarket.com/wp-content/themes/gmtmarket/assets/images/google_play.svg);
    max-width: 132px;
    background-repeat: no-repeat;
    -webkit-background-size: 85% 85%;
    background-size: 85%;
    background-position: center;
    background-color: #000;
}
.footer__app_apple, .footer__app_google {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 20px;
    font-family: Montserrat,Arial,sans-serif;
    font-weight: 700;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
    -webkit-box-shadow: 0 0 0 0 rgba(226,0,74,.3);
    box-shadow: 0 0 0 0 rgba(226,0,74,.3);
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    font-size: 0;
    min-width: auto;
    min-height: 40px;
    height: 40px;
    max-width: 120px;
    width: 100%;
    margin-right: 24px;
    padding: 8px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #fff;
}
.flex-right-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__socialText {
    font-size: 10px;
    color: #a0a0a0;
    margin-right: 20px;
    text-transform: uppercase;
}
.footer__row_partners {
    border-top: 1px solid #162738;
}
.footer__partners {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer__partner:first-child {
    margin-left: 0;
}
.footer__partner {
    margin: 0 16px 20px;
    max-height: 55px;
}
.footer__copyright {
    padding-top: 30px;
    border-top: 1px solid #162738;
    font-size: 12px;
    color: #a0a0a0;
    text-align: center;
}
.acc-wrap-right .tabs-title>a:focus, .acc-wrap-right .tabs-title>a[aria-selected=true] {
    background: #ad4027 !important;
}
.my-acc-details .table td a {
    background-color: #ad4027 !important;
    color: #fff !important;
}
.acc-btm {
    background-color: rgba(244, 127, 51, 0.43);
}
.act-type div#select_login_chosen a.chosen-single {
    background-color: #f9c7a6 !important;
    color: #0D2E51 !important;
    border-radius: 30px !important;
    border: 1px solid #f9c7a6 !important;
}
.acc-btm .new-btn a {
    background: #f47f33 !important;
}
.my-acc-details .tabs-content {
    margin-left: 0px !important;
}
.sub > div {
    display: flex;
    align-items: center;
    color: #fff !important;
    justify-content: space-between;
}
.head-layer2 .sub {
    height: 60px;
}
body .country span.ddTitleText span.ddlabel {
    color: #fefefe !important;
}
html body .login .sub1 input {
    background: #ad4027 !important;
}
html body .sub1 input {
    background-color: #ad4027 !important;
    color: #fff;
}
body .sub1 input {
    background: #ad4027 !important;
}
li.login {
    margin-right: 10px;
}
html body a.chosen-single {
    margin-bottom: 16px !important;
}
.sign-wrap ul li a.bl-btn .fa {
    color: #fefefe;
}
.loader-overlay {
    background-color: rgba(0, 0, 0, 0.69) !important;
    top: 0;
}
.sign-wrap .header-office:hover ul {
    top: 77px;
    width: 180px !important;
    right: 5px !important;
}

.chosen-container-single .chosen-single {
	line-height: 30px !important;
}
.chosen-container.chosen-container-single + .form-error {
    position: absolute !important;
    margin-top: -8px !important;
}
.sign-wrap ul .myaccount-link1 li a {
    padding: 7px 15px !important;
    font-size: 13px !important;
}
.r-right .chosen-container.chosen-container-single + .form-error {
    margin-top: 0px !important;
}
.row.terms input {
    margin: 0px !important;
    height: unset !important;
}

.row.terms {
    text-align: left;
    padding-left: 15px;
}
body #popmodel #title_alert {
    background-color: #ad4027 !important;
}
body #popmodel a.button.small.success {
    background-color: #ad4027 !important;
}
.sign-wrap ul .myaccount-link1 li:hover {
    background-color: #ad4027! important;
}
.sign-wrap .header-office:hover ul {
    border: 1px solid #ad4027;
}

.sign-wrap .header-office:hover ul:before {
	content: '';
	border: 10px solid #f93b00;
	position: absolute;
	top: -21px;
	width: 20px;
	height: 20px;
	z-index: 9999;
	right: 10px;
	border-color: transparent transparent #ad4027;
}

@media screen and (max-width: 39.9375em) {
	
	.footer__row {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.footer__row, .footer__row_lines {
    display: flex;
    flex-direction: column;
    text-align: center !important;
}

.footer__block.row-flex.m_b-20 {
    display: flex;
    justify-content: center;
}

.footer__menu {
    display: none;
}
.head-layer2 .sub {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
header {
    padding: 0px 0px;
}
.head-layer2 {
    height: 100px;
    
}
body .logo
{
    width:unset !Important;
}

.p1, .p2 {
    padding: 0px !important;
}
.p1.ck {
    display: none;
}
.headt {
    position: relative !important;
    height: 100px;
}
.sign-wrap ul li a.wt-btn, .sign-wrap ul li a.bl-btn {
    font-size: 14px !important;
    height: 35px !important;
    line-height: 18px !important;
}
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	
	
	
	
}




