@media (max-width: 1400px) { 
	.container-high {
    max-width: 89vw;
	}
} 

@media (max-width: 768px) { 

}


@media (max-width: 767px) { 
	/*------ #mobile-tags ------*/
	.offset-1, .offset-2, .offset-3, .offset-4, .offset-5 {
    margin-left: 0;
	}
	.d-non {display:none !important;}
	.col-width-10 {width:10%;-webkit-box-flex: 0; flex: 0 0 10%; max-width: 10%;}
	.col-width-20 {width:20%;-webkit-box-flex: 0; flex: 0 0 20%; max-width: 20%;}
	.col-width-30 {width:30%;-webkit-box-flex: 0; flex: 0 0 30%; max-width: 30%;}
	.col-width-40 {width:40%;-webkit-box-flex: 0; flex: 0 0 40%; max-width: 50%;}
	.col-width-50 {width:50%;-webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%;}
	.col-width-60 {width:60%;-webkit-box-flex: 0; flex: 0 0 60%; max-width: 60%;}
	.col-width-70 {width:70%;-webkit-box-flex: 0; flex: 0 0 70%; max-width: 70%;}
	.col-width-80 {width:80%;-webkit-box-flex: 0; flex: 0 0 80%; max-width: 80%;}
	.col-width-90 {width:90%;-webkit-box-flex: 0; flex: 0 0 90%; max-width: 90%;}
	.rewrow {
	flex-direction: column-reverse;
	}
	/*------ #mobile-tags ------*/
.navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    background: #131313f7;
    width: 100%;
    height: 100vh;
    animation-duration: 0.6s;
    animation-name: slideInLeft;
    transition: all 0.3s ease-in-out 0s;
    padding: 25px;
}
.collapse.show a.close-menu-btn {
 display: block;
}
a.close-menu-btn {
position: absolute;
right: 15px;
top: 15px;
animation-duration: 2.5s;
animation-name: fadeIn;
transition: all 0.3s ease-in-out 0s;
}
.navbar-collapse:after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #2b2b2bad;
    z-index: -1;
    animation-duration: 1.5s;
    animation-name: fadeIn;
    transition: all 0.3s ease-in-out 0s;
}
a.close-menu-btn svg {
    width: 40px;
    height: 40px;
    fill: #ffffffb5;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
}
.navbar {
    width: max-content;
    float: right;
    margin: -5px -15px -5px 5px;
}
section#top-product h1 {
    font-size: 40px;
}
.pricer {
    font-size: 25px;
}
.pb-60 {
    padding-bottom: 30px;
}
section#top-product img {
    width: 70%;
    margin: 0 auto;
    display: block;
    animation: none;
}
section#top-product {
    padding: 40px 0;
}
.round-1, .round-2 {
    display: none;
}
.rounds-item.minus-marg {
    margin-right: 0;
}
.rounds-right .rounds-item.minus-marg {
    margin-left: 0;
}
.rounds-left, .rounds-right {
    padding-top: 0;
}
.rounds-item {
    height: auto;
    margin-bottom: 15px;
}
section#features-round img {
    width: 70%;
    margin-bottom: 25px;
}
.rounds-center {
    margin-top: 10px;
}
.rounds-item h4 {
    font-size: 16px;
}
section#magnific-gallery .magnif-row {
    display: flex;
    margin-bottom: 0;
    flex-wrap: wrap;
    border-radius: 0;
	}
	section#magnific-gallery a.magnif-link {
    height: 20vh;
	margin-bottom: 10px;
	}
	section#magnific-gallery .magnif-row.mcol-2 a.magnif-link, section#magnific-gallery .magnif-row.mcol-3 a.magnif-link, section#magnific-gallery .magnif-row.mcol-4 a.magnif-link, section#magnific-gallery .magnif-row.mcol-5 a.magnif-link, section#magnific-gallery .magnif-row.mcol-6 a.magnif-link {
    width: 47%;
    margin: 5px;
	}
    .animate-text h1 {
        font-size: 13vw;
        animation: none;
    }
    .animate-text {
        min-height: auto;
        position: relative;
        margin: 20px 0;
        display: inline-block;
        width: 100%;
    }
    .offer-text {
        font-size: 16px;
        font-weight: 500;
        color: #4c4c4c;
        text-align: center;
    }
    .pricer {
        font-size: 12vw;
        line-height: 60px;
        padding-bottom: 7px;
    }
    .flex-contd {
        display: block;
        text-align: center;
    }
    .flex-text {
        margin-bottom: 20px;
    }
    h2.title {
        font-size: 10vw;
        text-align: center !important;
    }
    section#about-us img {
        width: 70%;
        margin: 0 auto;
        display: block;
    }
    section#double-feuters .df-item h3 {
        text-align: center;
    }
    section#double-feuters img {
        border-radius: 0;
        width: 70%;
        margin: 0 auto 20px;
        display: block;
    }
    section#price-list img {
        width: 70%;
        margin: 0 auto;
        display: block;
    }
    section#price-list .price {
        grid-template-columns: 6fr 100px;
        font-size: 15px;
        grid-row-gap: 0.56em;
    }
    .container-min {
        margin: 0 15px;
    }
    section#counters {
        min-height: auto;
        margin: 0 15px;
        border-radius: 10px;
    }
    img.free-count {
        width: 100%;
        position: relative;
    }
    .free-info {
        position: relative;
        width: 100%;
        top: 0;
        height: auto;
        padding: 20px;
        right: 0;
        border-radius: 0px 0px 40px 40px;
    }
    section#counters .flex-box {
        height: auto;
        padding: 30px 0;
        z-index: 99;
        position: relative;
    }
    section#counters h2.titl span {
        font-size: 35px;
    }
    section#testim-stars .photo-star {
        width: 100%;
        float: left;
        border-right: 0;
        margin-right: 30px;
    }
    section#testim-stars .star-item {
        display: block;
        min-height: 420px;
    }
    section#testim-stars .text-star {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }
    section#testim-stars .owl-dots {
        margin: 0 auto 0;
        float: inherit;
    }
    .bottom-box-form input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    section#top-product h2 {
        font-size: 8vw;
        text-align: center;
    }
    button#button-4 {
        width: 100%;
        margin: 10px auto 0;
    }
    section#product-head.bottom-pos {
        margin-top: 0px;
    }
    .logo-box.svg-right svg {
        width: 30px;
    }
    .logo-box svg {
        width: 40px;
        height: 40px;
    }
    section#counters li {
        font-size: 16px;
        margin-bottom: 10px;
    }
    p {
        line-height: 24px;
        font-size: 16px;
    }
    .thanks-block h1 {
        font-size: 10vw;
    }
    .thanks-block {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        background: #fff;
        padding: 25px;
        border-radius: 25px;
        z-index: 99;
        position: relative;
    }
    .thanks-block a {
        width: 100%;
    }
    .thanks-block br {
        display: none;
    }
    h2.title span {
        display: block;
        font-size: 8vw;
    }
}

@media (max-width: 375px) { 
	.form {
    zoom: 0.8 !important;
	}
}