.domain-box2{
    border-radius: 10px;
    padding: 80px 80px 77px;
    background: var(--secondary--color);
    box-shadow: 0 0 40px rgb(0 123 255 / 10%);
}
.domains-price-con2 ul {
    gap: 15px;
    display: grid;
    align-items: center;
    grid-template-columns: 17.7% 17.7% 17.7% 17.7%;
    justify-content: center;
    margin-bottom: 33px;
}
.domains-price-con2 ul li span {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    display: block;
    color: var(--accent--color);
    margin-top: auto;
}
.domain-serach-con2 {
    gap: 10px;
    display: flex;
    justify-content: center;
    margin-bottom: 38px;
}
.domains-price-con2 ul li {
    display: flex;
    text-align: center;
    border-radius: 10px;
    padding: 22px 29px 17px 30px;
    background: var(--secondary--color);
    border: 1px solid rgb(0 123 255 / 20%);
    height: 99px;
    flex-direction: column;
}
.domains-price-con2 ul li img{
    width: auto;
    margin: 0 auto;
}
.domain-serach-con2 input {
    width: 51.4%;
    font-size: 16px;
    line-height: 16px;
    padding: 18px 25px 19px 53px;
    border-radius: 10px;
    color: var(--text--color);
    border: 1px solid rgb(0 123 255 / 20%);
    background: var(--secondary--color) url(../images/domain-input-icon.png) no-repeat 3.3% 50.1%;
}
.domain-serach-con2 input:focus,
.domain-search-btns2 button:focus{
    outline: none;
}
.domain-serach-con2 input::placeholder{
    font-size: 16px;
    line-height: 16px;
    color: var(--text--color);
}
.domain-search-btns2 {
    gap: 10px;
    display: flex;
}
.domain-search-btns2 button {
    width: 110px;
    height: 60px;
    cursor: pointer;
    font-size: 16px;
    line-height: 16px;
    border-radius: 10px;
    text-align: center;
}
.search-btn{
    border: none;
    color: var(--secondary--color);
    background: var(--accent--color);
}
.search-btn:hover{
    background: var(--primary--color);
}
.domain-search-btns2 .transfer-btn{
    color: var(--secondary--color);
    background: #00238a;
    border: 1px solid #00238a;
}
.transfer-btn:hover{
    color: var(--secondary--color);
    background: var(--accent--color);
    border-color: var(--accent--color);
}
.pricing-btn2 a {
    font-size: 16px;
    line-height: 16px;
    border-radius: 10px;
    display: inline-block;
    font-weight: 700;
}
.pricing-btn2 a:hover{
    color: var(--accent--color);
}
.pricing-btn2 {
    text-align: center;
}
/* RESPONSIVENESS */
@media screen and (max-width: 1440px) {
    .domain-box2 {
        padding: 70px 70px;
    }
    .domain-serach-con2 {
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 1199px) {
    .domain-box2 {
        padding: 50px 60px;
    }
    .domains-price-con2 ul {
        grid-template-columns: 18.4% 18.4% 18.4% 18.4%;
        margin-bottom: 22px;
    }
    .domains-price-con2 ul li {
        padding: 17px 15px;
    }
    .domain-serach-con2 input {
        padding: 15px 25px 16px 53px;
    }
    .domain-search-btns2 button {
        height: 54px;
    }
    .domain-serach-con2 {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 991px) {
    .domain-box2 {
        padding: 40px 20px;
    }
    .domain-search-btns2 button {
        height: 48px;
        width: 100px;
    }
    .domain-serach-con2 input {
        padding: 12px 25px 13px 42px;
    }
    .domains-price-con2 {
        grid-template-columns: 100%;
    }
    .domains-price-con2 ul li {
        padding: 17px 8px;
        height: 90px;
    }
    .domains-price-con2 ul li span {
        font-size: 16px;
        line-height: 16px;
    }
    .pricing-btn2{
        text-align: center;
    }
    .domains-price-con2 ul {
        gap: 22px;
    }
}
@media screen and (max-width: 767px) {
    .domain-serach-con2 {
        margin-bottom: 20px;
        flex-direction: column;
    }
    .domain-serach-con2 input {
        width: 100%;
    }
    .domain-search-btns2 {
        justify-content: center;
    }
    .domains-price-con2 ul {
        justify-content: center;
        grid-template-columns: 48% 48%;
    }
    .pricing-btn2 a {
        font-size: 14px;
        line-height: 14px;
    }
    .domain-search-btns2 button {
        height: 42px;
        width: 120px;
        font-size: 14px;
        line-height: 14px;
    }
    .domains-price-con2 ul li span {
        font-size: 14px;
        line-height: 14px;
    }
    .domains-price-con2 ul {
        gap: 20px;
    }
}
@media screen and (max-width: 575px) {
    .domain-serach-con2 input {
        padding: 12px 25px 13px 43px;
    }
    .domains-price-con2 ul {
        gap: 12px;
    }
}