/*----------Responsive Css Start----------*/

@media only screen and (max-width :1199px) {}

@media only screen and (min-width: 992px) and (max-width :1199px) {}

@media only screen and (min-width: 768px) and (max-width :992px) {
    .desktop-logo {
        display: none;
    }
    .mobile-logo {
        display: block;
    }
    .menu-links-2 {
        padding: 0px 15px;
    }
    .menu-links-2 li.nav-item {
        border-bottom: 1px solid #2d2c2c;
    }
    .navbar-toggler {
        background-color: #aa9486 !important;
        padding: 7px;
        margin-right: 10px;
    }
    .login-contact-info {
        float: unset;
        margin-top: 0px;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .login-contact-info {
        float: unset;
        margin-top: 0px;
        text-align: center;
    }
    .desktop-logo {
        display: none;
    }
    .mobile-logo {
        display: block;
    }
    .social-media-icon {
        float: unset;
        margin: 0px auto;
        text-align: center;
    }
    .menu-links-2 {
        padding: 0px 15px;
    }
    .menu-links-2 li.nav-item {
        border-bottom: 1px solid #2d2c2c;
    }
    .navbar-toggler {
        background-color: #ff6000 !important;
        padding: 7px;
        margin-right: 10px;
    }
    .banner-tent h1 {
        font-size: 23px;
    }
    .banner-tent h3 {
        font-size: 25px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .banner-tent h5 {
        font-size: 20px;
        line-height: 30px;
    }
    .banner-tent {
        margin-left: 0px;
    }
    .video-wrapper {
        height: 400px;
    }
    .title-box h1 {
        font-size: 26px;
    }
    .pad70 {
        padding: 40px 0px;
    }
    .service-block {
        padding: 25px 15px;
        margin-bottom: 20px;
    }
    .our-services-2 .service-block {
        text-align: center;
    }
    .subscribe-now-info h2 {
        font-size: 28px;
    }
    .subscribe-now-bg {
        padding: 60px 0px;
    }
    .need-help-title {
        font-size: 28px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {}

@media only screen and (max-width: 480px) {}