.odrcoverbg{
    background-image: url('../images/order/callertune.png');
    background-position: top;
    background-repeat: no-repeat;
    height: 331px;
    background-size: cover;
}
.odrcoveremailbg{
    background-image: url('../images/order/email-marketing-service-bd-background.png');
    background-position: top;
    background-repeat: no-repeat;
    height: 331px;
    background-size: cover;
}
.odrcover{}
.odrcover a{

}
.odrserv{
    padding: 50px 0 0 0;
}
.odrserv h1{
    text-align: center;
    font-weight: 800;
    font-size: 45px;
}
.odrserv h2{
    text-align: center;
    font-weight: 600;
    font-size: 35px;
    margin-top: 30px;
}
.odrserv p{
    text-align: center;
    font-size: 22px;
    line-height: 30px;
}
.odrserv a{
}
.ordbtn{
    margin-left: 450px;
}
.ordfeature{}
.ordfeature ol{}
.ordfeature ol li {
    font-size: 18px;
    line-height: 30px;
}
.ordform{
    padding: 50px;
}
.ordform h2{
    text-align: center;
    font-weight: 800;
}
.ordform p{
    text-align: center;
}
.col-form-label {
    font-size: 15px;
    font-weight: 600;
    margin-top: 15px;
}
.form-control {
    border: 2px solid #198754;
}
.ordotherbg{
    padding: 60px 0;
}
.ordother{
    background: #dadada;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}
.ordother a{
    margin-bottom: 7px;
}
.ordother img{}
.ordother h3{
    padding-top: 10px;
    font-size: 18px;
    font-weight: 600;
}
/* Media Queries - Tablets */
@media (max-width: 992px) {

}

/* Media Queries - Mobile */
@media (max-width: 576px) {
    .ordother h3{
        font-size: 14px;
    }
    .odrserv p {
        font-size: 16px;
        line-height: 23px;
    }
    .ordbtn {
        margin-left: 14px;
    }
    .odrcoverbg {
        height: 130px;
    }
    .odrserv h1 {
        font-size: 25px;
    }
    .odrserv h2 {
        font-size: 25px;
    }
    .ordfeature ol li {
        font-size: 11px;
        line-height: 18px;
    }
    .ordform h2 {
        font-size: 20px;
    }
    .ordform p {
        font-size: 13px;
    }
    .col-form-label {
        font-size: 12px;
        margin-top: 8px;
    }
}
