/********body*********/
body {
    font-family: "Switzer", sans-serif;
}

.forsale-title-h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    color: #031242;
    font-style: normal;
    margin: 0;
}
.forsale-title-h1 .home-subtitle{
    font-size: 18px;
    font-weight: 500;
}
.forsale-title-h1 .forsale-title{
    font-weight: 700;
    font-size: 40px;
    word-break: break-word;
}


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

.forsale-body-content {
    max-width: 918px;
    margin: 0 auto;
    padding: 0 10px 20px;
    text-align: center;
}

.forsale-content {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    background: #F1F4FE;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.forsale-continer {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #fff;;
    border-radius: 16px;
    padding: 50px;
}

.forsale-continer .forsale-continer-top {
    text-align: center;
}

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

div.forsale-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 42px;
    color: #031242;
}

.buy-money {
    font-size: 24px;
    color: #031242;
    font-weight: 600;
}

/*span.currency-symbol {*/
/*    background: #EBF3FF;*/
/*    border-radius: 27px;*/
/*    display: inline-block;*/
/*    padding: 2px 7px;*/
/*    margin: auto 10px;*/
/*    vertical-align: 20px;*/
/*    color: #0096F7;*/
/*    font-size: 18px;*/
/*    position: absolute;*/
/*}*/

.buy-head {
    font-family: Swansea-Bold;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

.buy-button {
    background: #031242;
    padding: 10px 110px;
    color: #ffffff;
    border-radius: 39px;
    font-size: 16px;
    font-weight: 600;
    outline: none;
    border: none;
}

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

.forsale-continer .forsale-continer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.forsale-continer .forsale-continer-content .forsale-content-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    order: 2;
}


.forsale-continer .forsale-continer-content .forsale-charts {
    order: 1;
    width: 100%;
    height: 230px;
}

.forsale-continer .forsale-continer-content .forsale-content-top .forsale-buy-price-content{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px 0;
}

.forsale-continer .forsale-continer-content .forsale-content-top .forsale-buy-price-content .currency-symbol{
    display: inline-block;
    background: #EBF3FF;
    border-radius: 27px;
    padding: 2px 7px;
    vertical-align: 20px;
    color: #0096F7;
    font-size: 18px;
}

.forsale-continer .forsale-payment {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
    padding: 15px 0;
    color: #7989A3;

}

.forsale-continer .forsale-payment .pay-logo-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

div.pay-logo-wrap .pay-log-more {
    color: #7989A2;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 3px;
}

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

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

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

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

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;
}

.money-select {
    width: 100px;
    display: inline-block;
    border: none;
    background: #e7ecf2;
    padding-top: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    margin-bottom: 20px;
}

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

select.money-select:hover {
	background: #dfe1e4
}

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

button#pay-in-installments-button {
    margin: 0px;
    padding: 0;
    background-color: #fff;
    color: #4BBEEC;
    outline: none;
    border-color: #4BBEEC;
    border-width: 1px;
    border-style: solid;
    border-radius: 30px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    width: 280px;
}

.forsale-top-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-direction: column;
    padding: 20px 0;
}

.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;
    gap: 10px;
}

.sold-by-text {
    display: flex;
    flex-direction: column;
}

.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;
    align-items: center;
    justify-content: space-between;
}

.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: flex;
    gap: 30px;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    font-weight: 400;
    color: #031242;
}

.list-content-information {
    flex: 1;
}

.list-content-domain {

}

.list-content-price {
    /*margin-right: 20px;*/
    font-weight: 500;
}

.list-content-button {
    width: 117px;
    height: 34px;
    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-size: 14px;
    font-weight: 400;
    color: #031242;
    line-height: 21.12px;
}

#forsale-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.about-domain-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-bottom: 1px solid #BBBDBF;
    padding-bottom: 25px;
}

.about-domain-content .about-domain{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.more-from-seller {
    border-bottom: 1px solid #BBBDBF;
    padding: 25px 0 25px;
}

.about-domain-content .about-domain .buy-head{
    font-size: 20px;
    font-weight: 700;
}

.about-domain-content .about-domain .buy-content{
    font-size: 16px;
    font-weight: 400;
}

.get-perfect-domain {
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: rgba(3, 18, 66, 0.80);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 25px;
}

.get-perfect-domain .buy-head {
    font-family: Swansea-Bold;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
}

.more-from-seller-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media screen and (min-width: 768px) {
    div.forsale-title {
        font-size: 32px;
    }
    span.buy-money {
        font-size: 40px;
    }
    .buy-button {
        /*padding: 14px 128px;*/
        /*color: #ffffff;*/
        /*font-size: 20px;*/
    }
    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;*/
    /*}*/

    button#pay-in-installments-button{
        font-size: 18px;
        width: 300px;
        line-height: 50px;
        height: 50px;
        margin-top: 15px;
    }
}

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

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

@media (max-width: 767px) {
    .forsale-top-logo {
        flex-direction: column;
        gap: 20px;
    }

    .forsale-continer {
        padding: 20px;
    }

    .bottom-content {
        padding: 20px;
    }

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

    .help-buy-content {
        width: 100%;
    }

    .forsale-continer-content {
        flex-direction: column;
    }

    .forsale-continer .forsale-continer-content .forsale-content-top {
        order: 1;
    }

    .forsale-continer .forsale-continer-content .forsale-charts {
        order: 2;
    }

    .about-domain-content {
        align-items: initial;
    }

    .buy-content {
        word-wrap: break-word;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {

}