/* Small devices (max-width: 767px) */
@media (max-width: 767px) {
    .ud-about-content-wrapper {
        padding: 50px 30px 0px 30px;
    }
    .ud-about-content h2 {
        font-size: 26px !important;
    }
    .ud-about-content-wrapper{
        padding: 40px !important;
    }
    .ud-pricing, .ud-aboutus, .ud-testimonials, .ud-team, .ud-contact {
        padding-top: 80px;
    }
    .ud-pricing {
        padding-bottom: 40px;
    }
    .ud-aboutus {
        padding-bottom: 50px;
    }
    .ud-team {
        padding-bottom: 40px;
    }
    .ud-contact {
        padding-bottom: 0;
    }
    .ud-contact-form-wrapper {
        padding: 40px 30px;
    }
    .ud-footer-bottom .ud-footer-bottom-left a {
        margin: 0px 8px 8px;
    }
    .ud-footer-bottom .ud-footer-bottom-right {
        text-align: center;
        margin-top: 10px;
    }
    .navbar-brand img {
        width: 220px;
    }
    .navbar-toggler .toggler-icon{
        background-color: #223F92 !important;
    }
    .ud-about-content .tag > img{
        height: 33px;
    }

    .ud-section-rem-title p{
        font-size: 16px !important;

    }

    .feature-box{
        height: auto !important;
    }
    .c-height{
        padding: 30px !important;
    }
    .ud-section-contactus-title{
        padding-top: 30px;
    }
    h1{
        font-size: 30px !important;
    }

    .image-merchant {
        background-image: url('/assets/images/hero/merchant-mob.png') !important;
        padding-bottom: 67% !important;
        width: 100% !important;
    }

}

/* Small to Medium devices (min-width: 576px and max-width: 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .ud-about-content-wrapper {
        padding: 50px;
    }
    .ud-contact-form-wrapper {
        padding: 50px 40px;
    }
}

/* Medium devices (min-width: 768px and max-width: 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .ud-about-image {
        text-align: center;
    }
    .ud-contact-title,
    .ud-contact-info-wrapper {
        margin-bottom: 50px;
    }
}

/* Medium and small devices (max-width: 991px) */
@media (max-width: 991px) {
    .ud-about-image {
        text-align: center;
    }
    .ud-contact-title,
    .ud-contact-info-wrapper {
        margin-bottom: 50px;
    }
}

/* Medium to Large devices (min-width: 992px and max-width: 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .ud-contact::after {
        height: 45%;
    }
    .ud-single-faq .ud-aboutus-btn {
        padding: 15px;
    }
    .ud-single-faq .ud-aboutus-body {
        padding: 0px 16px 20px 82px;
    }
}

/* Large devices (min-width: 1200px and max-width: 1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
    .ud-contact-form-wrapper {
        padding: 50px 40px;
    }
    .ud-widget .ud-widget-brands a {
        max-width: 100px;
    }
}
@media (max-width: 767px) {
    .ud-404-links a {
        margin: 5px 10px;
        font-size: 14px;
        padding: 10px 20px;
    }


    .ud-section-rem-title h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .ud-contact-title h2 {
        font-size: 30px;
    }

    .ud-about-wrapper{
        margin-top: 110px;

    }


}