@media (max-width: 1920px) {}

@media (min-width: 1370px) {
    .company_section.layout_padding2 {
        margin-top: 27vh;
    }

    .bbb_name {
        width: 300px;
    }
}

@media (max-width: 1120px) {
    .col-md-3.info_news {
        padding: 0 15px;

    }

    .service_img-box h3 {
        font-size: 16px;
    }

    .unlimited-logo {
        position: absolute;
        margin: 1% 40%
    }

    .company_section.layout_padding2 {
        margin-top: 30vh;
    }
}

/* desain for tablet */
@media (max-width: 992px) {
    i.no-display-im {
        display: none;
    }

    .fixed-nav {
        background: #fff;
        z-index: 50;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12);
    }

    .service_img-box h3 {
        font-size: 1vw;
    }

    .company_section.layout_padding2 {
        margin-top: 25vw;
        min-height: 80vw;
    }

    .hero_area::after {
        right: 0;
    }

    .hero_area.custom_page-height {
        height: auto;
    }

    .hero_area {
        background: none;
        height: auto;

    }

    .header_top {
        display: none;
    }

    .header_section {
        background-image: url(../images/header-bg.jpg);
        background-repeat: no-repeat;
        background-size: 190% 300px;

    }

    .custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 30px;
        color: #0e1358;
        text-align: center;
    }

    .custom_nav-container .navbar-toggler {
        margin-left: auto;

    }

    .navbar {
        padding: 0;
    }

    .header_section .header_container {
        display: none;
    }

    .slider_section {
        background-image: url(../images/main.jpg);
        background-repeat: no-repeat;

        background-size: cover;

        background-position: top;
    }

    .slider_item-detail {

        margin-bottom: 50px;

    }

    .slider_item-detail h1 {
        margin-top: 10%;
    }

    .img-size {
        display: inline;
    }

    .slider_img-box {

        margin-bottom: 90px;

    }

    .slider_section .carousel-indicators {

        position: absolute;
        top: 95%;
        left: 30%;
        bottom: auto;
        right: auto;
        flex-direction: row;
        transform: translate(0);

    }

    .unlimited-logo {
        width: 25%;
        margin: auto 35%;
    }

    .service-detail {
        margin-bottom: 100px;
        font-size: 1vw;
    }

    .client_section {

        margin: 50px 0;

    }

    .about_img-box::before,
    .about_img-box::after {
        display: none;

    }


    .about_detail-box {

        padding: 25px;

    }


    .about_detail-box-img img {
        width: 5vw;
    }

    .info_section {

        background-size: cover;

    }

    .info_section {
        background-color: #0a0057;
        padding-top: 50px;
    }

    .service_section.layout_padding {

        padding-bottom: 0;

    }

    .shop_section .row {
        margin-top: 50px;
    }

    .box-unlimited {
        display: block;
        margin: -5% auto -15%;
        width: 100%;
    }

    .shop_img-box {
        position: relative;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 50px;
    }
}

/* desain for phone vertical */
@media (max-width: 768px) {

    .modal-dialog {
        margin-top: calc(40vh - 20px);
    }

    button.close {
        position: absolute;
        margin-left: 95%;
    }

    .service-detail {
        margin-bottom: 100px;
        font-size: 16px;
    }

    .company_section.layout_padding2 {
        margin-top: 35vw;
        min-height: 170vw;
    }

    .unlimited-core {
        height: 50%;
    }


    .service_img-box h3 {
        font-size: 16px;
    }

    .unlimited-logo {
        width: 50%;
        margin: auto 22%;
    }

    .box-unlimited {
        display: block;
        margin: -10% auto -15%;
        width: 100%;
    }

    .info_social {
        margin: 0 auto 50px auto;
    }

    .box-client.row {
        height: 280vh;
    }

    .spec {
        display: inline-block;
        height: 100%;
    }

    .logo-box {

        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;

    }

    .info_section p,
    .info_section h5 {

        text-align: center;

    }

    .info_nav nav ul li {

        text-align: center;

    }

    .info_nav nav ul {
        padding: 0;
    }

    .col-md-3.info_address {

        margin-bottom: 35px;

    }

    .info_nav {
        margin-bottom: 35px;
    }

    .contact_form-container::before {
        display: none;
    }

    .social-media-button {
        position: fixed;
        z-index: 3;
    }

    .social-media-button:nth-child(5) {
        bottom: 1vw;
        right: 1vh;
        top: auto;
    }

    .social-media-button:nth-child(4) {
        bottom: 46vw;
        right: 1vh;
        top: auto;
    }

    .social-media-button:nth-child(3) {
        bottom: 31vw;
        right: 1vh;
        top: auto;
    }

    .social-media-button:nth-child(2) {
        bottom: 16vw;
        right: 1vh;
        top: auto;
    }

    .social-media-button:nth-child(1) {
        bottom: 1vw;
        right: 1vh;
        top: auto;
    }

    .social-media-button img {
        height: 13vw;
    }
}

@media (max-width: 576px) {}

@media (max-width: 480px) {
    .slider_section .carousel-indicators {
        left: 22%;


    }

    .about_section::before {
        display: none;
    }

}

@media (max-width: 420px) {
    .header_section {
        background-size: 165% 300px;
    }

    .logo-box img {

        width: 50px;

    }

    .read-btn,
    .quote-btn,
    .read-btn:hover,
    .quote-btn:hover {

        padding: 12px 10px;
        color: #fff;
        font-size: 14px;

    }

    .logo-box span {
        font-size: 18px;
    }

    .slider_form-box form .search_input input {
        width: 175px;
    }

    .contact_form-container {

        padding: 50px 20px;


    }
}

@media (max-width: 360px) {}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }

    .nav-link:hover {
        background: #479DF4;
        border-radius: 5px;
    }
}