.underlineb {
    /* border: none;
    border-bottom: 2px solid #0a5193;
    padding: 5px;
    outline: none; */
}

.underlineb::placeholder {
   
    color: #095192;
}

.custom-button {
    display: inline-block;
    padding: 10px 50px;
    font-size: 20px;
    color: #0a5193;
    background-color: #d5e1ec;
    border: 2px solid #0a5193;
    border-radius: 36px;
    text-decoration: none;
}

.backb {
    height: 30em;
    background-color: #01D28E;
}
.class{
    background-image: url('../img/map.png');
    background-size: cover;
    background-repeat: no-repeat;
   
    width: 100vw;
    height: 150vh;
    display: flex;
    flex-direction: column;
    
    opacity: 0.9;
    color: #fff;
}

#partner-sec-1{
    height: 100vh;
    width: 100%;
}

#left-sec-1{
    margin-top: 4rem;
    width: 37rem;
}

#left-sec-1 p{
    margin-top: 0.5rem;
    font-family:  sans-serif;
    font-size: 22px;
    width: 80%;
    margin-bottom: 1rem;
}

#partner-sec-2{
}
::placeholder { 
    font-family: serif;
    color: #0a5193;
    opacity: 0.4;
    padding-left: 2rem;
    font-weight: bold;
}
#partner-slider{
    height: 100vh;
}

@media screen and (max-width:540px){
    #partner-sec-1{
        height: 105vh;
    }
    #left-sec-1 {
        margin-top: 1rem;
        width: 30rem;
    }
    #left-sec-1 h5{
        margin-top: -3rem;
    }
    #partner-sec-2{
        height: 120vh;
        margin-top: 7rem;
    }
    .backb {
height: 66em;
    }
}