/********body*********/

h1.home-title {
    color: #031242;
    font-size: 32px;
    line-height: 42px;
    margin-top: 5px;
    margin-bottom: unset;
}

div.home-subtitle {
    color: #031242;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin: 36px 0 0;
}

/*--------continer-------*/

div.forsale-continer {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 16px;
}

div.forsale-fa {
    padding: 30px 40px;
    text-align: left;
}

div.forsale-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
}

span.buy-money {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: 10px;
    font-size: 20px;
}

div .buy-button {
    padding: 10px 70px;
    border-radius: 30px;
    font-size: 16px;
    outline: none;
    border: 2px solid #7676764d;
}

div.forsale-change {
    margin-bottom: 10px;
    font-size: 16px;
}

div.pay-logo-wrap {
    margin-bottom: 33px;
    margin-top: 15px;
}

div.pay-logo-wrap a {
    margin-left: 12px;
    color: #7989A2;
    font-size: 14px;
}

div.pay-more-options {
    margin-bottom: 30px;
}

div.pay-more-options>a {
    font-size: 12px; 
    color:#606B7D; 
    text-decoration: underline;
}

.btn-disable {
    background: #E7ECF2;
    color: #2f3649;
}

.btn-active {
    background: #031242;
    color: #ffffff;
    border: none;
}

.btn-active:hover {
    background: #12245C;
}

.pay-logo {
    margin-left: 6px;
    margin-right: 6px;
    color: #7989A3;
}

.upper-low-button {
    margin-bottom: 10px;
    color: #0096F7;
    font-size: 14px;
}

.upper-low-button-text {
    cursor: pointer;
}

.buy-head {
    font-weight: 600;
    font-size: 16px;
    color: #031242;
    line-height: 21px;
    margin-top: 10px;
}

.buy-content {
    margin-top: 10px;
    color: #606b7d;
    font-size: 16px;
    font-weight: 400;
}

div.content-title {
    font-size: 18px;
    text-align: left;
    margin-top: 10px;
    font-weight: 600;
    color: #2f3649;
}

div.content-text {
    padding-left: 35px;
}

div.bottom-content {
    padding: 30px 30px;
    text-align: left;
}

div.form-group .select-wrap {
	position: relative;
	display: inline-block;
}

div.form-group .select-wrap:after {
	content: "\f107";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	right: 10px;
	bottom: 0;
	pointer-events: none;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

div.forsale-error-box {
    color:#E74C3C;
    font-size:14px;
    text-align:center;
}

.forsale-top-logo {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.forsale-top-logo img {
    width: 164px;
}

.trustpilot-logo {
    display: flex;
    align-items: center;
}

.trustpilot-text {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
}

.sold-by {
    display: flex;
    align-items: center;
}

.sold-by-text {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}

.sold-by-title {
    font-size: 16px;
    font-weight: 500;
    color: #031242;
    opacity: 0.4;
}

.sold-by-name {
    font-size: 16px;
    font-weight: 600;
    color: #031242;
}

.sold-by-name a {
    color: #0096f7 !important;
}

.help-buy-head {
    display: flex;
    margin-top: 10px;
}

.help-buy-content {
    font-weight: 600;
    font-size: 14px;
    color: #031242;
    line-height: 21px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.learn-more-link {
    margin-top: 15px;
    font-size: 14px;
}

.list-content {
    display: inline-flex;
    align-items: center;
    width: 70%;
    justify-content: flex-end;
    margin-top: 5px;
}

.list-content-domain {
    font-size: 16px;
    font-weight: 400;
    color: #031242;
}

.list-content-price {
    margin-right: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #031242;
}

.list-content-button {
    width: 144px;
    height: 40px;
    background: #031242;
    border-radius: 60px;
    border-color: #ccc;
}

.list-content a {
    color: #EBF3FF;
}


.learn-more-title span:first-child {
    color: #DB89FF;
    padding-right: 10px;
}

.learn-more-title span:last-child {
    font-family: Switzer;
    font-size: 16px;
    font-weight: 600;
    color: #031242;
}

.learn-more-content {
    font-family: Switzer;
    font-size: 14px;
    font-weight: 400;
    color: #031242;
    line-height: 21.12px;
}

@media screen and (min-width: 768px) {
    div.forsale-title {
        font-size: 20px;
    }
    span.buy-money {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
        vertical-align: 10px;
        font-size: 20px;
    }
    div .buy-button {
        padding: 14px 128px;
        border-radius: 30px;
        font-size: 16px;
        outline: none;
    }
    div.forsale-fa {
        padding: 30px 60px;
        text-align: left;
    }
    div.content-title {
        font-size: 20px;
        text-align: left;
        margin-top: 10px;
        font-weight: 600;
        color: #2f3649;
    }
    
    div.bottom-content {
        padding: 30px 60px;
        text-align: left;
    }
}

.money-num {
    border: 0;
    outline: none;
    font-size: 40px;
    width: 80px;
    min-width: 80px;
    text-align: center;
    padding: 0;
}

input[type="text"].money-num::placeholder,
input[type="text"].money-num::-webkit-input-placeholder,
input[type="text"].money-num:-moz-placeholder,
input[type="text"].money-num::-moz-placeholder,
input[type="text"].money-num:-ms-input-placeholder {
    font-size: 40px;
    color: #E7ECF2;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/*modal*/

.dia-com {
    font-size: 15px;
}

.dia-title {
    color: #606b7d;
}

@media screen and (min-width: 768px) {
    .dia-com {
        font-size: 18px;
    }
}

.input-two {
    display: inline-block;
    width: 50%;
}

.capt-code{
    border-bottom: 1px solid #dbdbdb;
    border-top:0px;
    border-left:0px;
    border-right:0px;
}
.capt-code:focus{
    border-color: #ccc;
    outline: none;
    box-shadow: none;
}
.closeBtn{
    right: 0px;
    top: -21px;
    color: #fff;
    cursor: pointer;
    position: absolute;
}
.prompt-error-box{
    display: none;
    float: left;
    color: #E65145;
    width: 100%;
    height: auto;
    margin-bottom: 18px;
    margin-top: -18px;
}
.show {
    display: block!important;
}

.page-create-account-label{
    position: absolute;
    margin-bottom: 0px;
    top: 19px;
    left: 28px;
    font-Size: 16px;
    color: #81878C;
    cursor: auto;
    font-weight: normal;
    z-index: 2;
}

small.help-block {
    color: #E74C3C;
}

/*---------bottom-------*/

.bottom-logo {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
    .bottom-logo {
        text-align: center;
        margin-top: 250px;
        margin-bottom: 40px;
    }
}

div.modal-dialog{
	top: 10%;
}

.hide{
	display: none;
}

.show{
	display: block;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.error-msg{
    text-align: left;
    color: #E65145;
}

.error-border{
	border: 2px solid rgb(243, 166, 158);
}

.error-modalBody{
	color:#E74C3C;
	font-size:14px;
	text-align:left;
	background-color:#F9D3CF;
	border:1px solid #F3A69E;
	padding-left:10px;
	padding-top:5px;
}

@media (max-width: 767px) {

    .forsale-top-logo {
        flex-direction: column;
    }

    .trustpilot-logo {
        margin-top: 10px;
    }

    .highcharts-container {
        width: 390px !important;
    }

    .help-buy-head {
        flex-direction: column;
    }

    .learn-more-link {
        text-align: center;
    }

    .list-content-button {
        width: 117px !important;
    }

}

@media (min-width: 1024px) and (max-width: 1200px) {
    .highcharts-container {
        width: 320px !important;
    }

    .more-from-seller-content .list-content {
        width: 80% !important;
    }
}