@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1230px!important;
}
}
@media (max-width: 991.98px) {
    .menu-area .mobile-nav-toggler {
        display: block;
    }
}
@media only screen and (max-width: 479px) {
    .header .transparent-header{
        padding: 15px 0px;
    }
    .ptb-space{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .banner-area.banner-bg{
        padding: 100px 0 40px;
    }
    .hm-section-one .hm-one-left,
    .hm-section-three .info-area-one .info-area-right{
        padding-left: 0px;
    }
    .hm-section-one .hm-one-left .title-name,
    .hm-section-three .info-area-one .info-area-left h3{
        font-size: 25px;
        line-height: 40px;
    }
    .hm-section-one .hm-one-left .image-content img {
        padding: 0px ;
        max-width: 100%;
    }
    .hm-section-one .hm-one-left .image-content {
        margin-bottom: 40px;
    }
    .hm-section-one .hm-one-right ,
    .hm-section-three .info-area-one .info-area-left {
        padding-right: 0px;
    }
    .hm-section-two .content-card-wrapper .card.card-2{
        margin-bottom: 40px;
    }
    .info-area-two ul li{
        height: 50px;
        width: 50px;
        margin-right: 15px;
        flex-shrink: 0;
    }
    .info-area-two ul li a{
        display: flex !important;
        display: -webkit-box;
    }
    .info-area-two ul li:last-child{
        margin-right: 0px;
    }
    .timeline .owl-prev {
        left: 0px;
    }
    .timeline .owl-next {
        right: 0px;
    }
    .info-area-two ul li img {
        width: 20px;
    }
}