@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 1024px) {

    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
        font-size: 32px !important;
    }

    h2, .h2 {
        font-size: 28px !important;
    }

    h3, .h3 {
        font-size: 26px !important;
    }

    h4, .h4 {
        font-size: 22px !important;
    }

    h5, .h5 {
        font-size: 18px !important;
    }

    h6, .h6 {
        font-size: 16px !important;
    }

    .social-media ul li a i {
        width: 15px;
        font-size: 18px;
    }

    .works-con p {
        line-height: 1.5;
    }

}

@media only screen and (max-width: 991px) {

    .works-con, .text-box {
        margin-top: 15px;
    }

    .copy-right, .copy-menu {
        text-align: center;
    }

    .step-box {
        margin: 0px 0px;
    }

    .step-box img {
        width: 249px;
    }

    .navbar-nav {
        margin-left: 0px !important;
    }

    .about-us h2 {
        margin-top: 10px;
    }

    .plan-item {
        width: 75%;
        margin: auto;
        margin-top: 15px !important;
    }

    .mp-plan {
        top: 0;
    }

    .mp-plan h4 {
        padding-top: 15px;
    }

}

@media only screen and (max-width: 768px) {

    .spad {
        padding: 20px 0;
    }

    .carousel-caption h5 {
        width: 100%;
    }

    .main-questions h4 {
        margin-top: 15px !important;
    }

    .about-us h2 {
        margin-top: 10px;
    }

    .contact-item {
        margin-bottom: 15px;
    }

}

@media only screen and (max-width: 620px) {


    .carousel-caption h5, .carousel-caption .btn {
        display: none;
    }

    .carousel-control-prev-icon i, .carousel-control-next-icon i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }

    .step-box p {
        text-align: center;
    }

    .fotter-box, .fotter-box h6 {
        margin-bottom: 15px !important;
    }

    .social-media {
        margin-top: 0px;
        text-align: center;
    }

    .image-select-item {
        margin-top: 15px;
    }

    .main-form, .plan-item {
        width: 100% !important;
    }

    .ready-look-book {
        margin-top: 20px !important;
        padding: 10px;
        width: 90%;
        margin: auto;
    }

    .msg {
        line-height: 28px;
        font-size: 18px;
    }


}

@media only screen and (max-width: 425px) {

    .copy-menu ul li a {
        font-size: 14px;
    }

    .step-box img {
        width: 180px !important;
    }

    .slide-controls {
        width: 30px;
        height: 30px;
    }

    .slide-controls i {
        font-size: 16px;
    }

    .privacy-content p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 320px) {

    .social-media ul li {
        padding-right: 13px;
    }

    .copy-menu ul li a {
        font-size: 12px;
    }

    .contact-inner {
        width: 100% !important;
        padding: 20px 0px;
    }

    .text-box h4 {
        font-size: 22px !important;
    }

    .text-box-item {
        width: 100%;
    }

    .text-cont .btn {
        font-size: 18px;
    }

    .privacy-content p {
        font-size: 14px;
    }

}


