@media only screen and (min-width: 769px) {
    .swiper-slide.swiper-slide-next:nth-child(2) {
        /* transform: translateX(55%); */
        z-index: 1;
        transform: none;
    }
}
@media only screen and (min-width: 769px) {
    .swiper-slide.swiper-slide-active:first-child {
        /* transform: translateX(50%); */
        z-index: 2;
        transform: none;
    }
}

@media (max-width: 1260px) {
    #nav-item{
        font-size: 12px;
        font-weight: 400;
    }
}
@media (max-width: 1200px) {
    #navbar{
        padding: 0;
    }
    .btn-default.free-trial{
        width: 133px;
        padding: 15px ;
    }
}
@media (max-width: 1121px) {
    #nav-item{
        font-size: 11px;
        font-weight: 400;
    }
}
@media (max-width: 992px) {
    #topbar ul{
        justify-content: center;
        margin-top: 0.5rem;
    }
    #topbar h2{
        display: none;
    }
    
}
@media (max-width: 991px) {
    #navbarSupportedContent:not(.show){
        display: flex !important;
        flex-direction: column;
        position: fixed;
        transform: translateX(-100%);
        top: 0;
        background: var(--white-color);
        height: 100vh;
        overflow: auto;
     }
    #navbarSupportedContent{
        /* display: block !important; */
        flex-direction: column;
        position: fixed;
        top: 0;
        width: 320px;
        transition: transform 0.4s, visibility 0.4s;
        will-change: transform, visibility;
        background: var(--white-color);
        height: 100vh;
        overflow: auto;
        overflow-x: hidden !important;
        left: 0;
        transform: translateX(0);
        padding: 1rem 1rem 1rem;
        z-index: 1;
        -webkit-box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
        -moz-box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
        box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
    }
    #nav-item{
        font-size: 14px;
        font-weight: 400;
    }
    #nav-item:not(.search-icon){
        padding: 0.7rem 1rem 0.7rem 0;
        border-bottom: 1px solid;
    }
    .FullScreen-home h2{
        font-size: 40px;
    }
}
@media (max-width: 768px) {
    #navbar{
        padding: 0 1rem;
    }
    .FullScreen-home h2{
        font-size: 30px;
    }
    .btn-default{
        padding: 15px 20px;
    }
}
@media (max-width: 576px) {
    #topbar {
        display: none;
    }
    .FullScreen-home{
        min-height: 50vh;
        max-height: 50vh;
    }
}
@media (max-width: 575px) {
    .countResult {
        display: none;
    }
}