/* CSS Document */

@media (max-width: 750px) {
    
    
.ro1 {
    padding: 0;
    margin-top: -80px!important;
    background-image: none!important;
    background-position: top 60px right 8vw;
    background-repeat: no-repeat;
    padding: 100px 0 0 0!important;
}
    .ro1inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
        width: 64%;
        margin: auto;
        padding-bottom: 30px;
}
    .ro1inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column-reverse;
    }
    
   .ro1imgbox {
    width: 100%;
}
    .ro1txt {
    font-size: 18px;
    line-height: 2em;
    color: #000;
    width: 100%;
}
    /*.ro1txt h4:after {
    margin-left: 1em;
    border-top: 1px solid;
    content: "";
    margin-left: 0.5em;
    width: 2em;
}*/
.ro1txt h4 {
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .ro1inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column-reverse;
         width: 64%;
        margin: auto;
        padding-bottom: 30px;
    }
    
    .co2inner{
        margin: 30px auto 0 auto!important;
    padding: 20px 20px!important;
    }
    
    .labelt {
    display: block!important;
    width: 96%;
    margin: auto;
}
.labelt1 {
    width: 100%!important;
    display: block;
    margin-top: 6px!important;
    font-size: 16px;
    margin-bottom: 10px!important;
}
.wpcf7-form hr {
    margin: 10px 0 10px 0!important;
}
    
    
}

@media screen and (min-width: 750px) and (max-width: 1299px) {
        .heroimagebox img {
        height: auto !important;
        aspect-ratio: 7 / 4 !important;
        object-fit: cover;
    }
    .co2inner{
            margin: -120px auto 0 auto!important;
        border-radius: 40px;
    }
}










