/* Mobile Screens  Screens Starts*/
@media screen and (min-width: 320px) and (max-width: 768px) {
	.block3 h3 {
        font-size: var(--clamp20);
        font-weight: 600;
        color: white;
        text-align: center;
    }
    .block1 {
        position: absolute;
        bottom: 79px;
        left: 15px;
    }
    .innerhero h1 {
        font-size: 38px;
        margin-top: -120px;
    }
    .mobilemenus {
        z-index: 9999 !important;
    }
    .block2 {
        position: absolute;
        bottom: 10px;
        left: 15px;
    }
    .block2 h4{
        font-size: 14px;
    }
    .block3 {
        position: absolute;
        top: 50px;
        left: 25%;
    }
    .herosections {
        height: 450px !important;
    }
}
/* Tabs, Ipads Screens  Screens Starts*/
@media screen and (min-width: 769px) and (max-width: 991px) {
	
}
/* Laptop Screens  Screens Starts*/
@media screen and (min-width: 992px) and (max-width: 1200px) {
	
}