/* Custom CSS for mobile sidebar */

@media only screen and (max-width: 320px) {
.fs-40{
    font-size: 32px !important;
}

.page4-greenleaf1 {
    top: -47px !important;
    right: -23px !important;
    width: 87px !important;
}
.fs-35{
    font-size: 20px !important;
}
.input-form-control {
    margin-top: -14px !important;
}
.fs-18 {
    font-size: 10px !important;
}

.yellow3{
    right: 13px;
    margin-top: -16%;
    z-index: 10;
    width: 80px;
}

}
@media only screen and (max-width: 426px) and (min-width: 320px) {
    .fs-40{
        font-size: 33px;
    }
   
    .page4-greenleaf1 {
        position: absolute;
        z-index: 100;
        top: -47px;
        right: -23px;
        width: 87px;
    }
    .fs-35{
        font-size: 33px;
        line-height: 40px;
    }
    .input-form-control {
        margin-top: 10px;
    }
    .fs-18 {
        font-size: 14px;
    }
    .yellow3{
        right: 13px;
        margin-top: -16%;
        z-index: 10;
        width: 80px;
    }
    .fs-icon{
font-size: 25px;
    }
    .col-border{
        border-radius: 20px 20px 20px 20px;
      }
    }
@media only screen and (min-width: 426px) and (max-width: 768px) {

    .fs-35 {
        font-size: 26px;
        line-height: 35px;
    }
    .fourth-yellowleaf {

        height: 95px;
    }
    .yellow3 {
        position: absolute;
        right: 7px;
        width: 100px;
        top: -17px;
    }
    .fs-18{
        font-size: 16px;
    }
    .map-padding{
        border-radius: 0px 0px 0px 0px;
    }
   
}
@media only screen and (min-width: 769px) and (max-width: 1025px) {
    .fs-35{
        font-size: 33px;
    }
    .yellow3{
        right: 20px;
    }
    .map-padding{
        border-radius: 0px 0px 0px 0px;
    }
    
}