#content {
    padding-bottom: 20px!important;
    background: url('../../images/ar/map-bg.png'), #F9F9F9;
    background-position: center;
    background-repeat: no-repeat;
}
#footer-main,
.footer-top {
    margin-top: 0 !important;
}
.broker-subscription-from {
    margin: 50px 0 30px;
    border-radius: 8px;
    display: inline-flex;
    width: 100%;
    justify-content: center;
}
.broker-subscription-from *:not(i) {
    font-family: 'Tajawal', sans-serif;
}
.broker-subscription-from>div:first-of-type {
    padding: 30px 30px 20px;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0.087px 4.999px 40px 0px rgba(45, 63, 121, 0.1);
    margin-right: 40px;
}

.broker-subscription-from>div:last-of-type {
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.broker-subscription-from .pro-icon {
    position: absolute;
    top: -25px;
    left: 25px;
}
.broker-subscription-from .form-head {
    display: block;
    font-size: 22px;
    color: #000000;
    margin-bottom: 20px;
    line-height: 28px;
    text-align: center;
}
.broker-subscription-from .form-head span {
    display: block;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
}
.broker-subscription-from .form-head::after {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background: #fd5a27;
    margin: 8px auto;
}
.broker-subscription-from .form-control {
    height: 40px;
    border-radius: 5px;
    background: #fcfcfc;
    border-color: #e8e8e8;
    font-size: 15px;
    color: #333333;
    font-weight: 500;
}

.broker-subscription-from .form-control::-webkit-input-placeholder {
    font-weight: 400;
    color: #999999;
}

.broker-subscription-from .form-control::-moz-placeholder {
    font-weight: 400;
    color: #999999;
}

.broker-subscription-from .form-control:-ms-input-placeholder {
    font-weight: 400;
    color: #999999;
}

.broker-subscription-from .form-control::-ms-input-placeholder {
    font-weight: 400;
    color: #999999;
}

.broker-subscription-from .form-control::placeholder {
    font-weight: 400;
    color: #999999;
}

.broker-subscription-from .form-control:focus {
    border-color: #ffbda8;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.broker-subscription-from .select2-container {
    display: block;
}

.broker-subscription-from .select2-container .select2-choice {
    height: 40px;
    border-radius: 5px;
    background: #fcfcfc;
    border-color: #e8e8e8;
    font-size: 15px;
    font-weight: 500;
    box-shadow: none;
    color: #888888;
    padding: 0 8px 0 0;
}

.broker-subscription-from .select2-container .select2-choice>.select2-chosen {
    font-size: 15px;
    color: #333333;
    margin-top: 8px;
}

.broker-subscription-from .select2-container .select2-choice .select2-arrow {
    margin: 0;
    height: 44px;
    width: 36px;
    border: none;
    right: auto;
    background-image: none;
    background: #fcfcfc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.broker-subscription-from .select2-container .select2-choice .select2-arrow b {
    background: url("../../images/ar/sprite.png") no-repeat transparent !important;
    display: inline-block;
    height: 14px;
    width: 14px;
    background-position: -281px -397px !important;
    border-width: 0 !important;
}

.broker-subscription-from .checkbox {
    padding-right: 0;
    margin: 0;
}

.broker-subscription-from .checkbox label {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}

.broker-subscription-from .checkbox label a {
    color: #000000;
}

.broker-subscription-from .checkbox label a:hover {
    color: #fd5a27;
}

.broker-subscription-from .checkbox input[type="checkbox"] {
    height: 15px;
    width: 15px;
    margin-right: -30px;
}

.broker-subscription-from .checkbox label:after {
    content: '';
    display: table;
    clear: both;
}

.broker-subscription-from .checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    width: 18px;
    height: 18px;
    float: right;
    margin-left: 8px;
    background-color: #ffffff;
    border-radius: 3px;
}

.broker-subscription-from .checkbox .cr .cr-icon {
    position: absolute;
    font-size: 11px;
    line-height: 0;
    top: 50%;
    right: 20%;
}

.broker-subscription-from .checkbox label input[type="checkbox"] {
    display: none;
}

.broker-subscription-from .checkbox label input[type="checkbox"]+.cr>.cr-icon {
    -webkit-transform: scale(3) rotateZ(-20deg);
    -ms-transform: scale(3) rotate(-20deg);
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    color: #fd5a27;
}

.broker-subscription-from .checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
    -webkit-transform: scale(1) rotateZ(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.broker-subscription-from .submit-btn {
    color: #ffffff;
    background: #fd5a27;
    display: block;
    width: 100%;
    border-radius: 5px;
    line-height: 32px;
    font-size: 20px;
    font-weight: 700;
    margin-top: 25px;
}

.broker-subscription-from .submit-btn:hover {
    opacity: 0.9;
}

.broker-subscription-from h1 {
    font-size: 35px;
    color: #082c3c;
    font-weight: 700;
    line-height: 52px;
    margin-top: 0;
}
.broker-subscription-from h1 span {
    display: block;
}
.broker-subscription-from h1::after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    background: #fd5a27;
    margin: 8px 2px;
}
.broker-subscription-from p {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    line-height: 38px;
    max-width: 580px;
}
.package-features {
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 5px 30px 0px rgba(29, 88, 132, 0.1);
    padding: 20px 0 15px;
    margin-top: 30px;
}
.package-features li:first-of-type {
    font-size: 24px;
    font-weight: 600;
}
.package-features li:first-of-type::after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    background: #fd5a27;
    margin: 10px 2px 20px;
}
.package-features li {
    color: #000000;
    line-height: 36px;
    padding-right: 30px;
    padding-left: 15px;
}
.package-features li:not(:first-of-type) {
    font-size: 17px;
    font-weight: 500;
    display: block;
    width: 50%;
    float: right;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.package-features i {
    background: url('../../images/ar/pro-trade-sprite.png') no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    filter: brightness(0.5);
}
.package-features .signal-icon {
    width: 26px;
    height: 26px;
    background-position: 0px -111px;
}
.package-features .exclusive-icon {
    width: 26px;
    height: 26px;
    background-position: -34px -111px;
}
.package-features .analysis-icon {
    width: 28px;
    height: 28px;
    background-position: -192px -114px;
}
.package-features .seminar-icon {
    width: 26px;
    height: 26px;
    background-position: -98px -113px;
}
.package-features .book-icon {
    width: 26px;
    height: 26px;
    background-position: -130px -113px;
}
.package-features .telegram-icon {
    width: 26px;
    height: 26px;
    background-position: -161px -113px;
}

@media (min-width:992px) {
    .wrapper {
        min-height: unset !important;
    }
    #form_section {
        min-height: calc(100vh - 380px);
        padding-top: 30px;
    }
    .broker-subscription-from .form-row .form-group:first-of-type {
        padding-left: 10px;
    }
    .broker-subscription-from .form-row .form-group:last-of-type {
        padding-right: 5px;
    }
    .broker-subscription-from .form-row .phone-field {
        width: calc(100% - 140px);
    }
    .broker-subscription-from .form-row .country-code-field {
        width: 140px;
    }
    .broker-subscription-from>div:first-of-type {
        width: 430px;
    }
    .broker-subscription-from>div:last-of-type {
        width: calc(100% - 430px);
    }
}

@media (max-width:1200px) {
    #content {
        background-position-y: -65px;
    }
    .broker-subscription-from>div:first-of-type {
        margin-right: 0;
    }
    .broker-subscription-from>div:last-of-type {
        padding: 0 30px 0 0;
    }
    .package-features li {
        padding-right: 25px;
    }
    .package-features li:not(:first-of-type) {
        font-size: 15px;
    }
}
@media (max-width:991px) {
    #content {
        background-position-y: -155px;
    }
    .broker-subscription-from {
        margin-top: 30px;
        flex-direction: column-reverse;
    }
    .package-features {
        margin-top: 15px;
        margin-bottom: 50px;
    }
    .package-features li:not(:first-of-type) {
        font-size: 20px;
    }
    .broker-subscription-from>div:last-of-type {
        padding-right: 0;
    }
    .broker-subscription-from .form-row .phone-field {
        padding-left: 10px;
    }
    .broker-subscription-from .form-row .country-code-field {
        padding-right: 10px;
    }
}

@media (max-width: 767px) {
    #content {
        background: #f9f9f9;
    }
    .package-features li:not(:first-of-type) {
        font-size: 16px;
    }
}
@media (max-width: 575px) {
    .broker-subscription-from>div:first-of-type {
        padding: 20px;
    }
    .package-features li:not(:first-of-type) {
        width: 100%;
    }
    .broker-subscription-from .pro-icon {
        left: 15px;
    }
    .broker-subscription-from h1 {
        font-size: 26px;
        line-height: 40px;
    }
    .broker-subscription-from p {
        font-size: 18px;
        line-height: 30px;
    }
}
