.Get_Quote {
    margin: 7% 0%;
    background-image: url('/public/assets/images/services/get_quote/bg.png');
    width: 100%;
    border-radius: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: auto;
    padding: 30px 30px 30px 53px;
}

.Get_Quote .quotep {
    font-weight: 500;
    font-size: 18px;
    color: #333;
}






@media (min-width:0px) and (max-width:575px) {
    .Get_Quote .quotep {
        font-size: 13px;
        text-align: center;
        margin-bottom: 20px;
    }

    .Get_Quote .Submit_Btn {
        margin: auto;
    }

    .Get_Quote {
        padding: 14px;
    }
}

@media (min-width:576px) and (max-width:991px) {
    .Get_Quote .quotep {
        font-size: 14px;
    }

    .Get_Quote .Submit_Btn {
        margin: auto;
    }

    .Get_Quote {
        padding: 15px;
    }
}


@media (min-width:576px) and (max-width:767.98px) {
    .Get_Quote .quotep {
        font-size: 14px;
        width: 78%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .Get_Quote .quotep {
        font-size: 15px;
        width: 78%;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .Get_Quote .quotep {
        font-size: 15px;
    }
}


@media (min-width:1200px) and (max-width:1399px) {
    .Get_Quote .quotep {
        font-size: 16px;
    }
}