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

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

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

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

@media (min-width: 1400px) {}

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

@media only screen and (max-width: 1290px) {
    .navbar ul li.nav-item a {
        padding: 0px 10px !important;
    }

    h1 {
        font-size: 56px;
        line-height: 62px;
    }
}


@media only screen and (max-width: 1199px) {
    .collapse:not(.show) {
        display: none;
    }

    .navbar-toggler {
        display: block;
        margin-top: 5px;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }

    .navbar ul {
        width: 280px;
        transform: translate(0%);
        overflow: auto;
    }

    .navbar-collapse {
        position: fixed;
        top: 0px;
        left: 0;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 15px;
        width: 280px;
        height: 100%;
        background: #fff;
    }

    .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }

    .navbar-toggler.collapsed~.navbar-collapse {
        transition: left 500ms ease-in-out;
    }

    .fixed-top {
        height: 70px;
    }

    .navbar {
        padding: 0;
    }

    .nav-tabs a {
        margin: 10px 0px;
        padding: 7px 10px 5px;
        height: 50px;
        font-size: 15px;
    }

    .logo-img svg {
        width: auto;
        height: 26px;
    }

    .container-fluid {
        padding: 0px 15px;
    }

    .navbar-expand-lg .navbar-nav .login .nav-link {
        text-align: left;
        margin: 0px 0px 20px 15px;
    }

    .navbar-expand-lg .navbar-nav .register .nav-link {
        width: 140px;
        margin: 0px 0px 0px 15px;
    }

    .navbar ul li.nav-item a {
        padding: 0px !important;
        border: 0px;
        text-align: left;
    }

    .navbar li {
        padding: 10px 25px;
        text-align: left !important;
    }

    .navbar ul li.trust-btn a {
        padding: 0px 15px !important;
        margin-top: 0px;
    }

    .navbar-toggler-icon svg {
        width: 38px;
    }

    .navbar ul {
        transform: translate(0%);
        float: none;
        display: block;
        margin-top: 0px;
    }

    .navbar ul li {
        width: 100%;
    }

    h1 {
        font-size: 50px;
        line-height: 62px;
    }

    .slider-txt p {
        font-size: 14px;
        width: 100%;
    }

    .slider-txt {
        width: 100%;
    }

    .slider-txt ul li {
        font-size: 13px;
    }
}



@media only screen and (max-width: 1080px) {
    h1 {
        font-size: 36px;
        line-height: 48px;
    }

    .advanced-txt h2 {
        font-size: 32px;
    }

    .heading h2 {
        font-size: 32px;
    }

    .contect-sec h2 {
        font-size: 32px;
        width: 100%;
    }
}

/*===================================================================*/

@media only screen and (max-width: 991px) {
    .video-col {
        height: 350px;
    }

    .video-col span svg {
        width: 90px;
    }

    .advanced-img img {
        height: 400px;
    }

    .follow-steps h2 {
        width: 100%;
    }

    .main-footer ul li {
        width: 100%;
    }

    .footer-col {
        font-size: 12px;
    }

    .main-footer p {
        font-size: 12px;
        line-height: 21px;
        width: 90%;
    }

    .newsletter {
        width: 90%;
    }

}



/*==========================================================================================================*/

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

    .slider-txt {
        margin-bottom: 30px;
        display: inline-block;
    }

    .slider-main {
        padding: 120px 0px 50px;
    }

    .heading h2 {
        text-align: center;
    }

    .heading p {
        text-align: center;
    }

    .trusted-sec .col-md-6 {
        margin-bottom: 0px;
    }

    .trusted-col {
        margin-bottom: 30px;
    }

    .trusted-sec img {
        height: 300px;
    }

    .advanced-txt {
        padding: 50px 25px 0px;
    }

    .advanced-sec::after {
        height: 20%;
        width: 100%;
        top: auto;
        right: 0px;
        bottom: 0px;
    }

    .advanced-img img {
        height: 500px;
        width: 100%;
    }

    .advanced-img span {
        width: 100%;
        left: 0px;
    }

    .advanced-img svg {
        width: 70px;
    }

    .veiw-btn {
        float: none;
    }

    .steps-col img {
        height: 260px;
        width: 100%;
    }

    .steps {
        height: auto;
        padding: 25px 0px 0px;
    }

    .contect-sec h2 {
        text-align: center;
    }

    .contect-sec p {
        text-align: center;
        width: 100%;
    }

    .map iframe {
        height: 400px;
    }

    .socail-icon {
        text-align: left;
        margin-bottom: 30px;
    }

    .main-footer ul li {
        width: 70%;
    }

}

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

/* only iphone4 landscape & Potriat 300 by 480*/

@media only screen and (max-width: 576px) {
    .video-col {
        height: 280px;
    }

    .advanced-img img {
        height: 380px;
    }

    .contect-form {
        margin: 60px 10%;
    }

    .main-footer ul {
        margin: 0px 0px 30px;
        width: 60%;
    }
}


/*==========================================================================================================*/

@media only screen and (max-width: 480px) {
    .slider-txt ul li {
        width: 100%;
        margin-top: 10px;
    }

    h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .heading h2 {
        font-size: 28px;
    }

    .trusted-sec img {
        height: 250px;
    }

    .advanced-txt h2 {
        font-size: 30px;
    }

    .advanced-txt p {
        width: 100%;
    }

    .contect-sec h2 {
        font-size: 30px;
    }
}


/*==========================================================================================================*/

@media only screen and (max-width: 425px) {
    .video-col {
        height: 200px;
    }

    .video-col span {
        top: 23%;
    }

    .video-col span svg {
        width: 70px;
    }

    .contect-form {
        margin: 60px 5%;
    }

    .main-footer p {
        width: 100%;
    }

    .newsletter {
        width: 100%;
    }
}


/*==========================================================================================================*/


/* only iphone4 landscape & Potriat 380*/

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

    .main-footer ul {
        margin: 0px 0px 30px;
        width: 70%;
    }
}


/*==========================================================================================================*/


/* only iphone4 Potriat 3008 */

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