/* 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) {
    /* Hero Banner Responsive Fixes */
    
    .slider-area {
        padding-top: 90px;
    }
    .slider-height2 {
        min-height: auto !important;
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .hero-cap.pt-100 {
        padding-top: 0 !important;
    }
    .slider-area .hero-cap h2 {
        font-size: 28px !important;
        line-height: 1.3 !important;
        margin-bottom: 15px !important;
    }
    .slider-area .hero-cap p {
        font-size: 15px !important;
        line-height: 1.6 !important;
        margin-bottom: 20px !important;
    }
    .slider-area .hero-cap nav {
        padding-left: 0 !important;
    }
    .slider-area .hero-cap nav::before {
        display: none !important;
    }
}
 
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {width:450px}
 
}
