
.for-desktop {
    display:block !important;
}
.for-mobile {
    display:none !important;
}

@media screen and (max-width: 992px) {
    
.for-desktop {
    display:none !important;
}
.for-mobile {
    display:block !important;
}
.social-link a {
    font-size: 15px;
}
.footer-section-2 {
    width:100%;
}
.review-carousel.owl-carousel.right-dots .owl-nav .owl-prev {
    left: 0;
}
.review-carousel.owl-carousel.right-dots .owl-nav .owl-next {
    right: 0;
}
.right_icon a {
    margin-left: 8px;
}
.social-link {
    margin-top: 4px
    margin-right: 0;
}
.text_section {
    width: 100%;
    position: relative;
    padding: 15px;
}
.menu_list {
    background: #ffffff;
    height: 100vh;
    z-index: 999;
    position: relative;
}
.bg_pink img{
    width: 100%;
}
.closed-menu {
    z-index: 99999;
}
.menu_section_bg {
    padding: 10px 0px;
    margin-top: 5px;
    width: 100%;
}
.right_icon a img {
    width: auto;
    height: 20px;
}
.right_icon {
    justify-content: flex-end;
    position: relative;
    right: 0;
    top: 0;
    width: auto;
}
.menu_section {
    width: 100%;
}
.header_inline {
    flex-direction: row;
    justify-content: space-between;
}
.extra_menu_list a {
    margin-left: 15px;
}
.menu_section a {
    font-size: 25px;
    line-height: 22px;
}
.header_section {
    padding-top: 0;
}
.logo {
    padding-top: 10px;
}
.logo img {
    width: auto;
    height: 40px;
}
.right_icon {
    padding-top: 10px;
}
.social_icon {
    margin-top: 30px;
    padding-bottom: 30px;
}
.call_link {
    font-size: 12px;
    margin-top: 15px;
}
.btn_section {
    align-items: flex-start;
    margin-top: 20px;
    flex-direction: column;
}
.btn-blue {
    width: auto;
    padding: 10px 15px;
    font-size: 11px;
}
.banner_btn {
    width: 50%;
    padding: 12px 0px;
    font-size: 10px;
    margin-right: 15px;
}
.banner-text h1 {
    font-size: 30px !important;
    margin-top: 0px !important;
}
.banner-text h2 {
    font-size: 30px;
}
.banner-text p {
    width: 100%;
    font-size: 12px !important;
    margin-bottom: 0 !important;
}
.right_icon {
    position: inherit;
}
.two-product {
    display: flex;
    width: 100%;
    gap: 50px;
}
.product-section {
    gap: 50px;
    flex-direction: column;
}
.procduct-left {
    width: 100%;
}
.procduct-right {
    width: 100%;
}
.procduct-right .two-product .single-product {
    width: 50%;
}
.procduct-right .right-pro-column {
    width: 50%;
    gap: 50px;
}
.big-img-text h2 {
    text-align: center;
    padding: 15px;
}
.img-box {
    gap: 50px;
    flex-direction: column;
    margin-bottom: 50px;
}
.img-width {
    width: 100%;
}
.full-img-content {
    width: 50%;
    padding: 15px;
}
.right_icon .social-link {
    display:none;
}

}




@media screen and (max-width: 768px) {
.follow-us a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 2px;
}
.box-btn a {
    padding: 10px 30px;
    font-size: 15px;
    display: block;
}
.download-box {
    flex-direction: column;
}
.box-text {
    text-align: center;
    margin-bottom: 20px;
}
.form .form-details input[type="text"], .form .form-details input[type="number"], .form .form-details input[type="email"] {
    width: 100%;
}
.content-2 h2 {
    font-size: 26px;
    line-height: 34px;
}
.menu_section a {
    font-size: 22px;
    line-height: 16px;
}
.two-product {
    display: flex;
    width: 100%;
    gap: 20px;
}
.big-img-text h2 {
    font-size: 26px;
    text-align: center;
    padding: 15px;
}
.img-box {
    gap: 20px;
    flex-direction: column;
    margin-bottom: 20px;
}
.img-width h4 {
    font-size: 26px;
}
.big-img img {
    min-height: 450px;
}
.full-width-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.full-img-content {
    width: 50%;
    padding: 15px;
}
.devider-padding {
    margin-top: 15px;
}
.mobile-reverse {
    flex-direction: column-reverse !important;
}
.mobile-nowrap {
    margin-bottom: 15px;
    flex-wrap: nowrap !important;
}
.news-latter {
    margin-bottom: 15px;
}
footer.section_padding_bottom {
    padding-bottom: 30px;
}


}



@media screen and (max-width: 480px) {
.menu_section a {
    font-size: 15px;
    line-height: 5px;
}


}