
body{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.common-btn{
    background: linear-gradient(90deg, rgba(185,2,0,1) 0%, rgba(87,86,162,1) 100%);
    padding: 10px 100px;
    color: white;
    border: transparent;
}

.info-form{
    padding: 80px 0;
}

.info-form-title.section-title h2 {
    font-size: 30px;
    color: #B90200;
}

.info-form label {
    font-size: 16px;
    color: #B90200;
    position: absolute;
    background: white;
    top: -10px;
    left: 30px;
    padding: 0 10px;
}
.info-form .form-control{
    padding: 15px 37px;
    border-width:2.5px 2px 2.5px 2px ;
    border-color: #B90200;
    color: #B90200;
    text-transform: capitalize;
}
.info-form .form-control:focus{
    box-shadow: none;
}
.info-form ::placeholder {
    font-size: 15px;
    color: #6C6C6C59 !important;   
}
.info-form select option{
    color: #B90200;
}
.upload-img-wrap {
    border: 2px solid #B90200;
    width: 40%;
    margin-right: 3%;
}

.img-wrap{
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin: auto;
}
.upload-img-btn {
    background: linear-gradient(90deg, rgba(185,2,0,1) 0%, rgba(87,86,162,1) 100%) !important;
    color: white !important;
    padding: 10px 0 !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}
.img-upload-text{
    width: 57%;
}
.img-upload-text p{
    font-size: 19px;
    color: #B90200;
    line-height: 35px;
    margin: 0;
}
.select-arrow {
    right: 16px;
    top: 16px;
}

footer p{
    color: #B90200;
}






/* Responsive css start from here */
@media (max-width:768px)  {
    .info-form-title.section-title h2 {
        font-size: 27px;
    }
    .separator img {
        width: 90%;
    }
}

@media (max-width:576px){
    .info-form label {
        font-size: 14px;
        left: 20px;
    }
    .info-form .form-control {
        padding: 15px 27px;
    }
    .img-upload-text {
        width: 90%;
    }
    .upload-img-wrap {
        width: 50%;
    }
}
@media (max-width:520px){
    .info-form-title.section-title h2 {
        font-size: 20px;
    }
}
