.firstsectionpara
{
    color: #07877b;
    font-size: 38px;
    letter-spacing: -1.54px;
    margin-bottom: 0;
}
.firstsectionparafirst
{
    color: #07877b;
    font-size: 20px;
    letter-spacing: -1.44px;
}
.padding10{
    padding: 0.5em 0;
}
.spacer{
    content: '';
    padding: 1em;
    clear: both;
}
.four{
    background-color: #0f887c;
}

@media screen and (max-width: 994px) {
    .hide-on-sec{
        display: none;
    }
}

@media screen and (min-width: 700px) {
    .sideone{
        max-width: 600px;
        padding: 15px;
    }
}
@media screen and (min-width: 994px) {
    .hideon{
        display: block !important;
    }
    .one{
        background-image: url('../images/Layer_2.png'); background-position-x: right; background-repeat: no-repeat;
        background-size: contain;
    }
    .three{
        background-image: url('../images/Layer_12.png'); background-position-x: right; background-repeat: no-repeat;
        background-size: contain;
    }
    .four{
        background-image: url('../images/Layer_22.png'); background-position-x: right; background-repeat: no-repeat;
        background-size: cover;
    }
}

.white{
    color: white;
}
footer{
    padding-top: 2em;
    background-color: rgba(0, 0, 0, 0.9);
}
.footer-font{
    color: #8c8c8c;
}
a:hover{
    color: #f2a632;
    text-decoration: none !important;

}
body{
font-family: 'Baloo Chettan', cursive;
}
.form-title{
    font-size: 16px;
    font-weight: 300;
    color: white;
}
#myBtn {
    display: none; 
    position: fixed;
    bottom: 20px; 
    right: 30px;
    z-index: 99; 
    border: none;
    outline: none; 
    background-image: linear-gradient(90deg,rgba(243, 128, 32, 1),rgba(255, 187, 82, 1));
    color: white; 
    cursor: pointer; 
    padding: 15px; 
    border-radius: 8px;
    font-size: 14px;
}

#myBtn:hover {
    background-color: #555; 
}