.swiper-pagination-bullet {
    height: 12px;
    width: 12px;
}

.swiper-pagination {
    --swiper-theme-color: #fff;
}

.footer .footer-section .footer-desc>div {
    width: 33.33% !important;
}

.header-logo img {
    max-height: 60px !important;
}

.header-btns .btn_1,
.header-btns .btn_2 {
    font-size: 15px !important;
    font-weight: normal !important;
}

.header-btns .btn {
    height: 40px !important;
}

.home-banner .swiper img {
    -webkit-border-radius: 15px !important;
}

.celeb-love-us .section-title::after {
    position: absolute;
    content: "";
    background-color: #014660;
    height: 2px;
    width: 11%;
    left: 50%;
    margin-top: 5px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.footer .footer-section.section_6 .footer-desc>div img {
    max-height: 40px !important;
}

.avail-sites .section-title:after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background-color: #014660;
    margin-top: 33px;
    height: 2px;
    width: 10%;
}

.tutorials .section-title:after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background-color: #014660;
    /* margin-top: 33px; */
    height: 2px;
    width: 50%;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .home-banner .swiper img {
        -webkit-border-radius: 10px;
    }
    .swiper-pagination-bullet {
        height: 8px;
        width: 8px;
    }
    .subscribe-form {
        margin-top: 10px;
    }
    .modal-open .modal .modal-dialog {
        width: 95% !important;
    }
    .modal-content {
        max-width: 100% !important;
    }
    .our-service .service-list .service-item .icon-box img {
        max-height: 70px;
        max-width: 70px;
    }
    .footer .footer-section .footer-desc>div img {
        height: 90px;
    }
    .our-service .service-list .service-item .icon-box {
        height: 100px;
    }
    .our-service .service-list .service-item .desc-box {
        height: 90px;
        font-size: 12px;
    }
    .our-service .service-list .service-item {
        border-width: 0px;
    }
    .avail-sites .section-title {
        font-size: 15px;
    }
}