/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {


}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {


}

 
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {


}

 
/* small mobile :320px. */
@media (max-width: 767px) {
    .slider-height2 {
        min-height: 238px;
    }

    .single-slider .opacity {
        height: 239px;
        background-color: #2c4160d1;
        padding-top: 16px;
    }

    .slider-area .hero-cap h2 {
        font-size: 38px;
    }

    .header-area .slicknav_btn {
        top: -64px !important;
    }
    
 
}
 
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {width:450px}
 
}
