@media (min-width:1500px) {
  .open-hamburger{
        display: none;
    }
}

@media (max-width:767px) {

 .header .main-slider {
    height: 70vh;
}
   .header {
        height: 70vh;
    }

}


@media (max-width:520px) {
    .topbar {
        height: 20px;
    }
    .topbar .container {
        gap: 20px;
    font-size: 8px;
    }
    .topbar .phone i {
        font-size: 13px;
    }
    .navbar {
        top: 25px;
        padding: 0px 0;
    }
    .header .main-slider {
        height: 30vh;
    }
    .header {
        height: 30vh;
    }
    .open-hamburger{
        display: block;
    }
   /*  .carousel-image-box {
    width: 100%;


    margin: 0px;


} */

.header .button-prev , .header .button-next{
    display: none;
}
.carousel-image-box .content h5 {
    margin-bottom: 0px;
    font-size: 13px;
}

.carousel-image-box .content {
    padding: 10px;
}

.section-title h2 {
    font-size: 25px;

}

.content-section {
    padding: 20px 0;
    }
    .side-content h2 {
    font-size: 35px;
    
}

.for-order1{
    order: 2;
}
.for-order2{
    order: 1;
}
.for-order3{
    order: 3;
}
.address-content {
    padding: 20px 0px 0px 0px;
}
}