body,p {
    font-size: 16px;
}
.font-46{
    font-size: 46px;
}
.bg-light-blue {
    background-color: #E9F2FF;
}
.sales-force label,.sales-force input,.sales-force textarea {
    font-size: 12px !important;
    border-radius: 0;
}
.sales-force input {
    min-height: 40px;
}
.sales-force .btn-primary {
    background:#004A90
}
.sales-force .text-primary {
    color:#004A90
}
.sales-force .btn {
    font-size: 14px;
    font-weight: 500;
}
.card {
    box-shadow: 1px 2px 8px #0000000D;
    border: 0;
}
.bg-dark-gray {
    background-color:#EAEAEA;
}
.gap-3 .col {
  padding: 10px !important;
}
.sf_accordion .card{
    box-shadow: none;
}
.card-text.text-14 {
    font-size: 14px;
}
.bg-image{
    background-image: url('https://exalogic-store.s3.us-east-2.amazonaws.com/exalogic/sales-force/bg-img.png'); 
    background-repeat: no-repeat;
    background-size: cover;
}
.w-border {
    border: 1px solid #004A90;
    max-width: 100px;
    margin:15px auto;
}
.slick-carousel .font-28 {
    font-size: 28px;
    font-family: 'Montserrat';
}
.max-w-80ps {
    max-width: 80%;
}
@media (max-width: 575.98px) {
    .bg-dark-gray img{
        width: 30px;
        margin-bottom: 6px;
    }
}
@media (max-width: 767.98px) {
    .banner-content p {
        display: none;
    } 
    body, p, .font-16 {
        font-size: 12px;
    }
    .font-38 {
        font-size: 20px;
    }
    .home .sales-force .owl-theme .owl-controls {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .delivery-process-box{
        width: 350px !important;
        top: 15px !important;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
    }
    .delivery-process-box h5{
        font-size: 28px !important;
    }
    .delivery-process-box p{
        font-size: 16px !important;
    }
}
@media (min-device-width: 992px) and (max-device-width: 1999.98px) {
    .pt-65 {
        padding-top: 65px;
    }
    .navbar-custom {
        height: 65px;
    }
    .delivery-process-box {
        width: 263px;
        top: 28px;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
    }
    .delivery-process-box h5{
        font-size: 22px;
    }
    .delivery-process-box p{
        font-size: 12px;
    }
}
