@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif !important;
}
.over-lay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
}
.banner-heading-content {
    text-align: center;
    padding: 80px 0px;
}
.banner-heading-content h2 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    
}


.register-submit-first-section {
    height: 222px;
    /* width: 100%; */
    position: relative;
    background: url(../Assets/papersubmit.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: revert;
}


.conference-registration-first-section {
    background-color: #eeeeee;
    padding: 50px 0px;
}
.conference-registration-content {
    background-color: #fff;
    border-radius: 5px;
    border: none;
    padding: 25px;
}
.conference-registration-content h2 {
    font-size: 20px;
    font-weight: 600;
    color: #e17a24;
    line-height: 29px;
    
    border-bottom: 1px dashed #e17a24;
    padding-bottom: 10px;   
}
.conference-registration-content p {
    font-size: 15px;
    color: #000;
    line-height: 28px;
    font-weight: 500;
    
}
.conference-registration-content p i {
    color: #e17a24;
}
.regitration-table {
    margin-top: 25px;
    background-color: #fff;
    padding: 25px;
}
.registration-form {
    margin-top: 25px;
    padding: 25px;
    background-color: #ffffff;
}
.conference-registration-guidelines {
    margin-top: 25px;
}
.conference-registration-guidelines-content {
    background-color: #fff;
    padding: 25px;
    height: 100%;
}
.conference-registration-guidelines-content h2 {
    font-size: 20px;
    font-weight: 600;
    color: #e17a24;
    line-height: 29px;
   
    border-bottom: 1px dashed #e17a24;
    padding-bottom: 10px;   
}
.conference-registration-guidelines-content p {
    font-size: 15px;
    color: #000;
    line-height: 28px;
    font-weight: 500;
    
}
.conference-registration-guidelines-content p i {
    color: #e17a24;
}
.bank-details {
    background-color: #fff;
    padding: 25px;
    height: 100%;
}
.bank-details h2 {
    font-size: 20px;
    font-weight: 600;
    color: #e17a24;
    line-height: 29px;
   
    border-bottom: 1px dashed #e17a24;
    padding-bottom: 10px;
}
/*Conference-Registration Page Styles End*/

 /* label {
    display: inline-block;
    margin-bottom: 0.5rem;
   
    font-size: 15px;
}
 .form-control{
    border: 1px solid #979797 !important;
    border-radius: 0px !important;
     font-size: 16px !important;
} */
.full-paper-guidelines-form .btn-primary , .exhibitor-registration-form .btn-primary , .contact-page-form .btn-primary{
    color: #fff;
    background-color: #ef3a41 !important;
    border-color: #f0595f !important;
    font-size: 17px !important;
    margin-top: 18px;
}
.full-paper-guidelines-form .btn-primary:hover , .exhibitor-registration-form .btn-primary:hover , .contact-page-form .btn-primary:hover{
    color: #fff;
    background-color: #f0595f;
    border-color: #f0595f;
}
.btn1{
    background-color: #000000;
    color: #eeeeee;
    padding: 10px;
    border: 1px solid transparent ;
    border-radius: 10px;
    transition: all 0.5s linear;

}
.btn1>a{
    text-decoration: none;
}

@media (max-width: 480px) {
    .row{
        flex-direction: column;
    }
}