.prevent-double-scroll {
	overflow-x: hidden;
	overflow-y: hidden;
}
img.escrow-logo {
	height:auto;
	max-width:60px;
}
img.eftypay-logo {
    height:auto;
    max-width:50px;
}


img.dan-logo {
	height:auto;
	max-width:50px;
}

section#make_offer_full_screen {
    height: 100vh;
    width: 100%;
    background: rgba(248, 249, 250, 0.97);
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: scroll;
}

section#installments_full_screen {
    height: 100vh;
    width: 100%;
    background: rgba(248, 249, 250, 0.97);
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: scroll;
}

.offer-box-step-two {
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
    box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
}

#close_offer_box {
    position: absolute;
    right: 50px;
    top: 30px;
    color: #4e555f;
    font-size: 160%;
}

#close_installment_box {
    position: absolute;
	right: 40px;
	top: 20px;
    color: #4e555f;
    font-size: 160%;
	z-index:9;
}

.logo-text {
	line-height:30px;
}

#offer_form_first input.border-left-0 {
    border-left: 0!important;
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important;
}

.card-top {
	overflow:hidden;
	white-space: nowrap; 
}

.card-top a {
	text-decoration:none;
}

.card.domain {
	transition: all .2s ease-in-out;
}

.card.domain:hover {
	transform: scale(1.05);
	box-shadow: 0 5px 20px 8px rgba(0,0,0,.1);
}