#abtimg{
    width: 100%;
    display: block;
}
#abutcnt2{
    background: var(--fcolor);
    color: white;
    padding: 4%;
}
#abutcnt2 > p{
    font-size: max(28px, 1.5vw);
    text-align: center;
    font-weight: 500;
    line-height: max(50px, 1.7vw);
}
h1{
    color: var(--pcolor);
    text-align: center;
    font-weight: 800;
    font-size: max(45px , 2vw);
}
.scbtns{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 60px;
}
.scbtns span img{
    width: max(24px, 2.2vw);
    height: max(24px, 2.2vw);
}
.scbtns span{
    background: var(--pcolor);
    display: flex;
    align-items: center;
    gap: 13px;
    border-radius: 7px;
    padding: max(.5vw, 8px);
    min-width: max(156px, 14vw);
    font-weight: 500;
    font-size: max(18px, 1.5vw);
    margin: 16px;
}
#abtcntfrm{
    padding: 5%;
}

#abtcntfrm > div{
    width: 90%;
    background: var(--fcolor);
    padding: 3%;
    border-radius: 18px;
    display: flex;
}
.cntabtmsg{
    background: var(--pcolor);
    color: #fff;
    width: 39%;
    padding: 4%;
    font-size: 35px;
    line-height: 90px;
    display: flex;
    align-items: center;
    border-radius: 15px 0px 0px 15px;
}
.cntabform{
    width: 65%;
    color: #c1c1c1;
    font-weight: 500;
}
.cntabtmsg h2{
    margin: 0;
}
.cntabform > div{
    display: flex;
    flex-direction: column;
    line-height: 45px;
}
.cntabform > div label span{
    font-size: max(14px, 1.1vw);
}
.cntabform > div label{
    width: 100%;
    display: flex;
    height: max(45px,3.3vw);
    justify-content: end;
    align-items: center;
}
.cntabform > div input{
    background: transparent;
    outline: none;
    border: none;
    color: white;
    font-size: max(15px, 1.15vw);;
    font-weight: 500;
    letter-spacing: 1px;
    border-bottom: 1px solid #c1c1c1;
    margin-left: 12px;
    width: 66%;
}
#sendmessage{
    background: var(--pcolor);
    padding: 10px 16px;
    border-radius: 8px;
    font-size: max(15px , 1.2vw);;
    color: white;
    margin-top: 20px;
    display: inline-block;
    margin-left: calc(59% - 149px);
    cursor: pointer;
}
#msgaftsbmt{
    text-align: right;
    font-size: max(14px , 1.2vw);
    color: #e8f9d3;
    margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
    .cntabtmsg{
        font-size: 22px;
    }
}
@media only screen and (max-width: 600px) {
    .cntabtmsg{
        width: 92%;
        border-radius:15px;
        line-height: 52px;
        margin-bottom: 20px;
    }
    #abtcntfrm>div{
        flex-direction: column;
        padding-bottom: 32px;
    }
    .cntabtmsg h2 {
        text-align: center;
        width: 100%;
    }
    .cntabform {
        width: 92%;
    }
}