
/* @media screen and (max-width: 2600px) and (min-width: 1200px) {
    .home-banner-bg img {
        padding-top: 250px;
    }
} */

@media screen and (max-width:1300px){
    .contact-popup .row .lft h2{
        font-size: 34px;
        line-height: 40px;
    }
    .price-plan h3{
        font-size: 54px;
        line-height: 62px;
    }

}
@media screen and (max-width:1200px){
    .mt-7 {
        margin-top: 7rem;
    }
    .home-banner-bg::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    }
    .price-plan h3{
        font-size: 50px;
        line-height: 60px;
    }
    .price-plan{
        padding: 150px 0 50px 0;
    }
    .price-plan .row .pc-item b{
        font-size: 40px;
        line-height: 45px;
    }
    .price-plan .row .pc-item button{
        margin: 18px 0 0 0;
        padding: 9px 18px;
    }
}
@media screen and (max-width:1100px){
    .contact-popup .row .lft h2{
        font-size: 32px;
        line-height: 38px;
    }
    .contact-popup .row .lft p{
        font-size: 16px;
        line-height: 24px;
    }
    .contact-popup .row .lft form {
        margin-top: 24px;
    }
    span.error{font-size: 14px;}
    .contact-popup {
        padding: 140px 0 50px 0;
    }
    .price-plan h3{
        font-size: 45px;
        line-height: 53px;
    }
}
@media screen and (max-width:991px){
    .contact-popup .row .lft form {
        margin-top: 18px;
    }
    .contact-popup .row .lft form .frm-field label{
        font-size: 16px;
        margin-bottom: 8px;
    }
    .contact-popup .row .lft form .frm-field:not(:last-of-type) {
        margin-bottom: 20px;
    }
    .contact-popup .row .lft form .frm-field input,
    .contact-popup .row .lft form .frm-field select,
    .contact-popup .row .lft form .frm-field textarea,
    .price-plan .row .pc-item button{
        font-size: 16px;
    }
    .contact-popup .row {flex-direction: column-reverse;}
    .contact-popup .row .ryt{margin-bottom: 2.6rem;}
    .contact-popup .row .lft form input[type="submit"]{
        display: block;
        max-width: 210px;
    }
    .price-plan h3{
        font-size: 42px;
        line-height: 50px;
    }
    .price-plan .price-hd{margin-bottom: 34px;}
    .price-plan .row > div{padding: 0;}
    .price-plan .row .pc-item button{padding: 12px 20px;margin: 15px 0 0 0;}
    .price-plan .row .pc-item ul{margin-top: 18px;}
    .price-plan .row .pc-item ul li:not(:last-of-type) {
        margin-bottom: 6px;
    }
    .price-plan .row .pc-item b{
        font-size: 38px;
        line-height: 45px;
    }
}
@media screen and (max-width:767px){
    .price-plan label.chk{position: unset;margin-top: 22px;}
}

@media screen and (max-width:650px){
    .container .row{
        padding: 0 10px;
    }
    .price-plan h3{
        font-size: 36px;
        line-height: 42px;
    }
    .price-plan h3{
        margin-top: 15px;
    }
    .price-plan span:has(+h3){
        font-size: 16px;
    }
}
@media screen and (max-width:550px){
    .contact-popup .row .lft h2{
        font-size: 28px;
        line-height: 33px;
    }
    .contact-popup .row .lft p{
        font-size: 15px;
        line-height: 20px;
    }
    .contact-popup .row .lft form .frm-field + img {
        margin-top: 16px;
    }
    .contact-popup .row .lft .soc-txt ul li a{
        width: 38px;
        height: 38px;
    }
    .contact-popup .row .lft .soc-txt ul li:not(:last-of-type) {
        margin-right: 9px;
    }
    .contact-popup .row .lft .soc-txt ul li a img{
        width: 20px;
        height: 20px;
    }
    .contact-popup .row .lft .soc-txt {
        margin-top: 18px;
    }
    .contact-popup .row .lft .soc-txt strong{margin-bottom: 12px;}
    .navbar .tc-btn button[type="button"]{          
        text-indent: -9999rem;
        position: relative;
        width: 40px;
        height: 40px;
        padding: 0 !important;
        border-radius: 50% !important;
        background:url('assets/img/chat.svg') no-repeat center , linear-gradient(90deg, #e83498 0%, rgba(255,185,55,1) 100%)  !important;
    }
    .price-plan h3{
        font-size: 34px;
        line-height: 40px;
    }
}
@media screen and (max-width:480px){
    .contact-popup .row .lft h2{
        font-size: 25px;
        line-height: 32px;
    }
    .price-plan h3{
        font-size: 28px;
        line-height: 32px;
    }

    .betfair-api-integration-bg button {
        filter: brightness(1);

    }

    .betfair-api-integration-bg::before {
        display: none;
    }
    
}