.frmcnt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0px;
    position: relative;
    margin-bottom: 120px;
}
.frmcnt:before {
    content: "";
    position: absolute;
    width: 65%;
    height: 127%;
    background: #fff;
    left: 57%;
    transform: translateX(-50%);
    z-index: 0;
    box-shadow: 0 0 10px;
}
.lst {
    display: flex;
    /*flex-direction:column;*/
    align-items: flex-start;
    width: 90%;
    padding: 10px 0px;
}
.lst p {
    position: relative;
    left: 10px;
    color: #fff;
}
.lst .fa{
    position: relative;
    top: 3px;
    color: #fff;
}
.adre {
    width: 350px;
    padding: 60px 30px;
    height: auto;
    background: #F00A0F;
    color: #fff;
    margin: auto;
}
.frmset input {
    border: 0;
    width: 92%;
}
.frmset .fa{
    color: #CCCC
}
.frmset input:focus{
    outline: none;
}
.wrgh {
    width: 30%;
    position: relative;
    left: 10%;
}
.drpcn {
    width: 70%;
    position: relative;
}
.drpcn form {
    width: 60%;
    margin: auto;
}
.setre {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 20px 0;
}
.frmset {
    border: 1px solid;
    padding: 10px;
    background:#fff;
    width: 250px;
}
.drptxt {
    text-align: left;
}
.drptxt p {
    font-weight: 600;
}
.txtrea {
    width: 99%;
}
.txtrea textarea {
    width: 100%;
    border: 1px solid;
}
.wrgh {
    width: 30%;
    position: relative;
    left: 10%;
}
button.btnd {
    background: #F00A0F;
    border: 0;
    color: #fff;
    width: 80px;
    padding: 7px;
}
.btnse{
    text-align: right;  
}

@media(max-width:768px){
    .frmcnt {
        flex-direction: column;
        margin-bottom: 0;
        padding-bottom: 15px;
    }
    .frmcnt:before {
        width: 100%;
        height: 100%;
        left: 0;
        transform: translateX(0%);
    }
    .wrgh {
        width: 100%;
        position: relative;
        left: 0;
        margin: 10px;
    }
    .drpcn {
        width: 100%;
        position: relative;
        margin-top: 10px;
    }
    .drpcn form {
        width: 100%;
        margin: auto;
    }
    .drptxt {
        text-align: center;
    }
    .setre {
        flex-direction: column;
        margin: 0;
    }
    .frmset {
        border: 1px solid;
        padding: 10px;
        width: 80%;
        margin-bottom: 20px;
    }
    .txtrea {
        width: 84.2%;
        margin: auto;
    }
    .btnse {
        text-align: center;
    }
}

select{
    border: none;
    width: 89%;
    padding: 5px;
}