.full-width-form{
    background: #fff;
    padding-right: 0!important;
}
.full-width-form .modal-dialog {
    width: 100%;
    max-width: 100%;
    align-items: flex-start;
    margin-top: 50px;
}
.full-width-form .modal-content {
    border: none;
    max-width: 1170px;
    margin: 0 auto;
}
.full-width-form .modal-header {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0px;
}
.full-width-form .modal-body{
    padding-top: 0;
    padding-bottom: 0;
}
.full-width-form .modal-header .close {
    padding: 5px 5px 0px 5px;
    outline: none;
    box-shadow: none;
    font-family: 'Ubuntu-L';
}
.full-width-form .modal-title{
    font-family: 'Play-Bold';
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 30px;
    margin-bottom: 27px;
    color: #1E1E1E;
}
.full-width-popup-subtitle{
    font-family: 'Ubuntu-L';
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    font-size: 18px;
    color: #616365;
}
.full-width-popup-subtitle span{
    color: #D52B1E;
}

.full-width-form form{
    margin-top: 24px;
}
.full-width-form form input{
    margin-bottom: 30px;
}
.form-group {
    margin: 0;
}
.full-width-form form input::placeholder{
    color: #616365;
}
.full-width-form form input, .full-width-form form select {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-family: 'Ubuntu-L';
    font-weight: 300;
    line-height: 21px;
    font-size: 14px;
    color: #1E1E1E;
    padding: 10px 16px 8px;
    margin-bottom: 20px;
    color: #616365;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.full-width-form form input:focus, .full-width-form form select:focus{
    border: 1px solid rgba(30, 30, 30, 0.85);
    color: #1E1E1E;
    box-shadow: none;
    outline: none;
}

.send-btn-full-width{
    display: block;
    text-align: center;
    background: #D52B1E;
    border-radius: 2px;
    font-family: 'Play-Bold';
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    padding: 10px 0 12px;
    cursor: pointer;
    border: none;
}

.send-btn-full-width:focus{
    outline: none;
    box-shadow: none;
}
.send-btn-full-width:hover{
    text-decoration: none;
    color: #FFFFFF;
    background: #e0292bc7;
}


 
.form-modal .modal-dialog{
    max-width: 370px;
}
.form-modal .modal-body {
    padding: 100px 32px 140px;
}
.form-modal .modal-content{
    border-radius: 0;
}
.sps-form-popup{
    background: #fff;
}
.sps-form-title{
    font-family: 'Play-Bold';
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 24px;
    text-align: center;
    display: block;
    margin-bottom: 22px;
    color: #D52B1E;
}
.sps-form-subtitle{
    font-family: 'Ubuntu-L';
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    font-size: 18px;
    text-align: center;
    color: #616365;
    margin-bottom: 0;
}
@media (max-width: 575.98px) {
    .full-width-form .modal-dialog {
        margin-top: 20px;
    }
    .full-width-form .modal-header {
        padding: 0 30px 0 15px;
    }
    .full-width-form .modal-body {
        padding: 0 30px 0 15px;
    }
    .full-width-form .modal-title {
        font-size: 24px;
    }
    .full-width-form .modal-header .close {
        font-size: 44px;
    }
}

@media (max-width: 767.98px) {
    .full-width-form .pr-1,.full-width-form .pr-0 {
        padding-right: 15px !important;
    }
}