/*!
 * index css
 */

.border-top-red{
    /*border-top-color: #3d0101;*/
    /*border-top: 8px solid #760006;*/

}

.border-top-red{
    background: url(../image/form-bg.jpg) 100%/auto 100% no-repeat;
    height: 720px;
    margin-top: 0px;
    text-align: center;
    padding-top: 438px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.py-2 button{
    background: #AF8147;
    height: 44px;
}
    
#fullMailForm .form-group{
    text-align: left;
}

input::placeholder,select::placeholder,textarea::placeholder{
    color: #d2d2d2;
    font-size: 14px;
}

.form-group{
    margin-bottom: 1.3rem;
}

.footer-p{
    letter-spacing: 0.84px;
    color: #3D0101;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-top: 20px;
}

#price-section .symbol{
    color: #c49a6c;
    border: none;
}
#price-section .bid{
    color: #ff001e;
    border: none;
}
#price-section .offer{
    color: #24be00;
    border: none;
}
#price-section .change{
    color: #8b8b8b;
    border: none;
}

#map-tips{
    background: url("../image/uk-map.webp") no-repeat center;
    background-size: cover;
    /*margin-top: -120px;*/
    padding-top: 100px;
}

#products-logo{
    width:50% !important;
}


#trade-better{
    background: #1f0000 url("../image/feather.png") no-repeat center;

}



#trade-better .better{
    background-color: RGBA(61,1 ,1, 0.6);
}

#trade-tech .tech-icon{
    width:50px;
}


#trade-providing .providing-icon{
    width:150px;

}



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {


}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    #products-logo{
        width:75% !important;
    }

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {


    #trade-tech .tech-icon{
        width:70px;
    }


    #trade-providing .providing-icon{
        width:250px;
    }


}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px ) {



    #products-logo{
        width:50% !important;
    }

    #trade-better{
        background: #1f0000;

    }

    #trade-tech .tech-icon{
        width:100px;
    }



    #trade-providing .providing-icon{
        width:400px;
    }


}
/*@media screen and (min-width:1900px) and (max-width: 2000px) {
    #map-tips .pro-liq{
        width:79%;
        margin-left: -14rem;
        text-align: center;
    }


    #dma-price .dma{
        width: 96%;
        margin-left: -14rem;
        text-align: right;
    }
}*/

@media (max-width: 500px ) {
    .border-top-red{
        height: 660px;
        padding-top: 410px;
    }
}

@media (max-width: 430px ) {
    .border-top-red{
        height: 620px;
        padding-top: 380px;
    }
}

@media (max-width: 420px ) {
    .border-top-red{
        height: 613px;
        padding-top: 375px;
    }
}

@media (max-width: 410px ) {
    .border-top-red{
        height: 588px;
        padding-top: 358px;
    }
}
@media (max-width: 400px ) {
    .border-top-red{
        height: 578px;
        padding-top: 348px;
    }
}
@media (max-width: 390px ) {
    .border-top-red{
        height: 568px;
        padding-top: 348px;
    }
}
@media (max-width: 380px ) {
    .border-top-red{
        height: 558px;
        padding-top: 338px;
    }
}
@media (max-width: 370px ) {
    .border-top-red{
        height: 548px;
        padding-top: 328px;
    }
}

