@media only screen and (min-width:1375px){
    .slider_section{
        height: 100vh;
    }
}

@media only screen and (max-width: 992px) {
    .mt-sm-50 {
        margin-top: 50px;
    }
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-5 {
    padding-top: 5px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-5 {
    padding-bottom: 5px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-5 {
    margin-top: 5px;
}

.pt-100 {
    padding-top: 100px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-80 {
    padding-top: 80px;
}

.pb-100 {
    padding-bottom: 100px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-80 {
    padding-bottom: 80px;
}
.mtb-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}
.mtb-90 {
    margin-top: 90px;
    margin-bottom: 90px;
}
.mtb-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-80 {
    margin-top: 80px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-80 {
    margin-bottom: 80px;
}

@media only screen and (max-width: 992px) {
    .ptb-100,
    .ptb-90,
    .ptb-80 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .pt-100,
    .pt-90,
    .pt-80 {
        padding-top: 60px;
    }
    .pb-100,
    .pb-90,
    .pb-80 {
        padding-bottom: 60px;
    }
    .mtb-100,
    .mtb-90,
    .mtb-80 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .mt-100,
    .mt-90,
    .mt-80 {
        margin-top: 60px;
    }
    .mb-100,
    .mb-90,
    .mb-80 {
        margin-bottom: 60px;
    }

    .pt-sm-60{
        padding-top: 60px;
    }
    .pb-sm-60{
        padding-bottom: 60px;
    }

    .mt-sm-60{
        margin-top: 60px;
    }

    #chartdiv {
        height: 200px !important;
    }

}

@media only screen and (max-width:575px)
{
    .hero10-sliders .hero10-single .slider_img{
        height: 40vh !important;
    }
    .hero10-sliders .hero10-single{
        min-height: 420px;
    }
    .hero10-btns{
        display: none;
    }
}
