/* --------------------------------------
=========================================
RESPONSIVE FIXES
=========================================
-----------------------------------------*/

@media (max-width: 1024px) {
    .title-content h1 {
        font-size: 1.6rem;
    }
    .carousel-indicators {
        bottom: 112px;
    }
    .top-nav-logo {
        width: auto;
        display: flex;
        align-items: center;
    }
    .navbar-dark .top-nav-logo .navbar-brand{
        margin: 0;
    }
    .navbar-dark .navbar-brand img {
        width: 160px;
    }
    .feature-content {
        padding: 50px 16px;
    }
    .feature-content h4 {
        font-size: 1.3rem;
    }
    .recog-bg .box-item {
        text-align: center;
    }
    .box-item h4 {
        font-size: 20px;
    }
   
}

@media (min-width: 768px) and (max-width: 1024px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .4rem;
        padding-left: .4rem;
    }
    .fixed-top {
        padding: 1rem 0px !important;
    }
}

@media (max-width: 768px) {
   
    nav.navbar {
        padding: 0 !important;
    }
    .breadcrumb {
        margin-top: 66px;
    }
    .top-nav-logo {
        position: relative;
    }
    
    .top-nav-logo:before {
        top: -82px;
        border-color: transparent transparent transparent #a00;
        border-width: 57px;
    }
    .navbar-collapse {
        padding: 15px;
        background-color: #fff;
        box-shadow: 0 6px 12px -6px rgb(0, 0, 0, 0.4);
    }
   
     .navbar-dark .navbar-toggler {
        margin-right: 15px;
        z-index: 9999;
    }
    a.boxed-btn {
        margin-bottom: 4px;
        margin-top: 12px;
    }
    a.btn.a-btn {
        width: 160px;
    }
    footer {
        z-index: 999;
        position: relative;
    }
    .footer-menu ul li {
        margin: 4px 12px;
        display: block;
        text-align: left;
    }
    .owl-carousel.owl-loaded {
        background-color: #fff;
    }
    .mt-90 {
        margin-top: 40px;
    }
    .recog-bg .box-item {
        padding: 52px 30px 60px 30px;
        max-height: 94%;
        height: 100%;
    }
    .box-item {
        max-height: 94%;
        height: 100%;
    }
    .fixed-top {
        height: auto;
        transition: none;
    }
    .custom-header .top-nav-logo:after, .top-nav-logo:after {
    top: -90px;
    transition: none;
    border-width: 78px;
}
    .custom-header.fixed-top {
        height: auto;
        transition: none;
    }
    .feature-tab-list li.nav-item {
        width: 16%;
    }
    .feature-tab-list .nav-tabs li img {
        width: 32px;
    }
    .feature-tab-list .nav-tabs .nav-link {
        width: 80px;
        height: 80px;
        line-height: 28px;
        padding: 7px;
    }
    span.nav-link-wrap {
        width: 60px;
        height: 60px;
        line-height: 56px;
    }
    .feature-tab-list a.nav-link::before{
        display: block;
        width: 100px;
        top: 50%;
        height: 14px;
    }
    .feature-tab-list a.nav-link.active::before {
        width: 100px;
        top: 50%;
        height: 14px;
    }
    .feature-tab-list li:last-child a.nav-link::before {
        display: none;
    }

}

@media (max-width: 480px) {
    /* .title-content {
        position: relative;
        top: 18px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    } */
    .title-content h2 {
        font-size: 1.2rem;
    }
    .banner .carousel-caption {
        top: 2%;
    }
    .carousel-indicators {
        bottom: 70px;
    }
    .feature-tab-list {
        padding: 0 0px;
    }
    .feature-tab-list .nav-tabs .nav-link {
        margin: 0 auto;
    }
    a.btn.a-btn {
        margin-bottom: 14px;
    }
    .content-section-item p {
        font-size: 16px;
    }
    .video-bg {
        background-position: 86% 86%;
    }
    .about-section .col-md-12:first-child {
        order: 2;
    }
    .app-buttons {
        margin-left: 0;
    }
    .content-middle {
        padding: 0px 8px;
    }
    .owl-carousel.owl-loaded {
        background-color: rgb(255, 255, 255, 0);
    }
    .address-title {
        font-size: 16px;
    }
    .box-item {
        height: auto;
    }
    .recog-bg .box-item {
        height: auto;
    }
    .screenshot-slider .frame-slider {
        z-index: 0;
    }
    .feature-tab-list li.nav-item {
        width: 16%;
    }
    .feature-tab-list .nav-tabs li img {
        width: 18px;
    }
    .feature-tab-list .nav-tabs .nav-link {
        width: 46px;
        height: 46px;
        line-height: 28px;
        padding: 4px;
    }
    span.nav-link-wrap {
        width: 32px;
        height: 32px;
        line-height: 28px;
    }
    .feature-tab-list a.nav-link::before{
        display: block;
        width: 80px;
        top: 60%;
        height: 8px;
    }
    .feature-tab-list a.nav-link.active::before {
        width: 80px;
        top: 60%;
        height: 8px;
    }
    .feature-tab-list li:last-child a.nav-link::before {
        display: none;
    }

}
@media (max-width: 375px) {
    .section-tittle h2 {
        font-size: 22px;
    }
    .content-section-item p {
        font-size: 15px;
    }
}
@media (max-width: 320px) {
    
}

@media (min-width: 320px) and (max-width: 640px) and  (orientation: landscape) {
        
   
}