﻿@media only screen and (max-width:1250px) {
    .carousel-caption {

        padding: 0 200px 0 70px;
    }
}

@media only screen and (max-width:992px) {
    .logo img {
        width: 120px;
        top: 12px;
    }

    .menu-box {
        padding: 0 10px;
    }

    .menu-bar i {
        z-index: 99;
        color: #d5d6dc;
    }

    .menu-nav {
        text-align: left;
        margin-top: 10px;
        background: #003366;
        padding: 50px 15px 20px;
        position: absolute;
        top: -15px;
        left: 0;
        right: 0;
    }

    .menu-nav li {
        display: block;
    }

    .menu-nav li a {
        color: #ffffff;
    }

    .menu-nav li a.call-now {
        color: #ffffff;
        border-color: #ffffff;
        width: fit-content;
    }

    .sub-menu {
        position: relative !important;
        top: 0px !important;
        width: 100%;
        transform: rotate(0deg) !important;
        display: none;
    }

    .menu-nav li:hover .sub-menu {
        display: block;
    }

    .carousel-caption {
        top: 40%;
    }

    .carousel-caption h3 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .carousel-caption p {
        font-size: 16px;
    }

    .carousel-caption a {
        padding: 9px 20px;
        font-size: 15px;
        margin-top: 20px;
    }
}

@media only screen and (max-width:768px) {
    .logo img {
        width: 80px;
        z-index: 999;
        top: 0px;
    }

    .menu-box {
        padding: 5px;
        top: 0px;
    }

    .header-caption {
        text-align: left;
    }

    .carousel-caption {
        top: 28%;
        padding: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }


    .carousel-inner>.item>a>img,
    .carousel-inner>.item>img {
        min-width: 200%;
        max-width: 300% !important;
        right: 100px;
        height: 100vh;
        position: relative;
    }

    .carousel-caption h2 {
        font-size: 35px;
        text-align: center;
    }
        .carousel-caption h2 img {
            top: -50px;
            left: -30px;
        }
    .carousel-caption h3 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .carousel-caption p {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .carousel-caption a {
        padding: 9px 20px;
        font-size: 14px;
        margin-top: 10px;
    }

    .mobile-center {
        text-align: center;
    }
    .tags {
        justify-content: center;
    }
    .plan-box .plan {
        zoom: .7;
        padding: 15px;
    }
        .plan-box .plan a {
            margin-left: 0;
        }
    .product-title {
        margin-bottom: 20px;
    }

    .about-box,
    .product-box,
    .working-box,
    .service-main,
    .why-box {
        padding: 50px 0;
    }

    .product-box,
    .working-box,
    .footer-box {
        padding: 60px 0;
        clip-path: none
    }
    .exchange .item img{
        max-width: 140px;
    
    }
}