.ar-landing-content * {
    font-family: 'Tajawal', 'font-reg', Helvetica, Arial, sans-serif !important;
}
.ar-landing-content.home-template .cd-main-header img.en {
    width: 30px;
    height: 30px;
    float: left;
    position: relative;
    top: 22px;
}
.ar-landing-content.home-template .hero #textCarousel {
    max-width: 800px;
    margin: auto;
}
.ar-landing-content.home-template .hero header > p,
.ar-landing-content.home-template .hero-inner header > p {
    font-size: 22px;
    line-height: 40px;
    height: 140px !important;
}
.ar-landing-content.home-template .hero header > p span,
.ar-landing-content.home-template .hero-inner header > p span {
    font-size: 22px;
}
.ar-landing-content.home-template .hero header > p .inline,
.ar-landing-content.home-template .hero-inner header > p .inline {
    display: inline-block;
}
.ar-landing-content.home-template #textCarousel .carousel-indicators {
    padding-right: 0;
}

.ar-landing-content.home-template .hero .btn-group .btn-default {
    font-size: 20px;
    font-weight: 600;
    padding: 20px 50px;
    min-height: 45px;
}

.ar-landing-content.home-template .heading h2 {
    font-weight: 600;
    line-height: 38px;
}

.ar-landing-content.home-template .heading h2 + p {
    color: #555555;
    font-size: 18px;
}

.ar-landing-content.home-template .why-hob > li .media, .fund-template .fund-method-box ul > li .media {
    height: auto;
}

.ar-landing-content.home-template .why-hob > li .media .media-body .media-heading,
.ar-landing-content.home-template .fund-template .fund-method-box ul > li .media .media-body .media-heading {
    color: #393a3e;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}
.ar-landing-content.home-template .why-hob > li .media .media-body p,
.ar-landing-content.home-template .fund-template .fund-method-box ul > li .media .media-body p {
    color: #333333;
    font-size: 15px;
}

.ar-landing-content.home-template .accounts-features {
    background-image: url('../img/accounting-analysis.png');
    background-attachment: fixed;
    position: relative;
    min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    text-align: right;
    padding-bottom: 50px;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
}
.ar-landing-content.home-template .accounts-features .right-side {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ar-landing-content.home-template .accounts-features .heading h2 {
    color: #fff;
    font-size: 35px;
}
.ar-landing-content.home-template .accounts-features .heading h2::after {
    content: "";
    width: 75px;
    height: 3px;
    display: block;
    margin: 20px 0 0;
    background: #1b75bc;
}
.ar-landing-content.home-template .accounts-features .heading h2 + p {
    color: #bdc0c5;
    max-width: 470px;
    margin-bottom: 25px;
}
.ar-landing-content.home-template .accounts-features .btn-group a {
    padding: 10px 35px;
    min-height: 45px;
    line-height: 20px;
    background: rgba(16, 25, 60, 0.6);
    border-radius: 0 !important;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    border-width: 1px;
    border-color: #0F3D62;
    font-size: 17px;
    font-weight: 600;
}
.ar-landing-content.home-template .accounts-features .btn-group a:first-of-type,
.ar-landing-content.home-template .accounts-features .btn-group a:not(:first-of-type):hover {
    color: #fff;
    background: #0f75bc;
    border-color: #0f75bc;
}
.ar-landing-content.home-template .accounts-features .btn-group a:first-of-type:hover {
    background: #0069d9;
    border-color: #0069d9;
}
.ar-landing-content.home-template .accounts-features .heading h3 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 600;
}

.ar-landing-content.home-template .accounts-features .table-responsive {
    border-radius: 10px;
    font-size: 14px;
}

.ar-landing-content.home-template .accounts-features .table {
    margin-bottom: 0;
}

.ar-landing-content.home-template .accounts-features .table tr:nth-of-type(odd) td:first-of-type {
    background: #2a2e3c;
}

.ar-landing-content.home-template .accounts-features .table tr:nth-of-type(even) td:first-of-type {
    background: #363c49;
}

.ar-landing-content.home-template .accounts-features .table tr:nth-of-type(odd) td:last-of-type {
    background: rgba(41, 46, 60, .6);
}

.ar-landing-content.home-template .accounts-features .table tr:nth-of-type(even) td:last-of-type {
    background: rgba(62, 73, 94, 0.6);
}

.ar-landing-content.home-template .accounts-features .table tr td {
    border: none;
    padding: 12px;
    line-height: 20px;
}
.ar-landing-content.home-template .accounts-features .table tr td:first-of-type {
    color: #cccccc;
    min-width: 215px;
}

.ar-landing-content.home-template .accounts-features .table tr td:last-of-type {
    color: #fff;
    font-weight: 500;
}

.ar-landing-content.home-template .meta-account-info .heading h2,
.ar-landing-content.home-template .meta-account-info .heading h2 + p {
    text-align: right;
}

.ar-landing-content.home-template .btn-more {
    background: #0f75bc;
    color: #ffffff;
    font-size: 12px;
    padding: 4px 22px;
    min-height: unset;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}
.ar-landing-content.home-template .btn-more:hover {
    background: #0069d9;
}

.ar-landing-content.home-template .meta-account-info h6,
.ar-landing-content.home-template .meta-account-info .subtitle {
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
    font-size: 18px;
    font-weight: 600;
    color: #393a3e;
}


.ar-landing-content.home-template .meta-account-info .heading h2::after,
.ar-landing-content.home-template .meta-account-info h6::after,
.ar-landing-content.home-template .meta-account-info .subtitle::after {
    content: "";
    width: 70px;
    height: 3px;
    display: block;
    margin: 15px 0 0;
    background: #1b75bc;
}

.ar-landing-content.home-template .meta-account-info ol {
    padding-right: 10px;
}

.ar-landing-content.home-template .meta-account-info ol li {
    font-size: 14px;
    color: #393a3e;
    line-height: 28px;
}

.ar-landing-content.home-template .open-account-terms .heading {
    margin-bottom: 40px;
}

.ar-landing-content.home-template .open-account-terms .media {
    padding: 30px 0 80px;
    background: #ffffff;
    position: relative;
    border-top: 3px solid #329ef7;
    margin-bottom: 15px;
    box-shadow: 0 0.3125rem 0.875rem 0 rgba(129, 129, 129, .2);
}

.ar-landing-content.home-template .open-account-terms .media-heading {
    color: rgba(0,0,0,.85);
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
}
.ar-landing-content.home-template .open-account-terms .media .media-head {
    padding: 0 20px;
    border-bottom: 1px solid #E0E3EB;
    height: 80px;
}
.ar-landing-content.home-template .open-account-terms .media .media-footer {
    padding: 15px 15px 0;
}
.ar-landing-content.home-template .open-account-terms .media .media-footer p,
.ar-landing-content.home-template .open-account-terms .media .media-footer ol {
    color: #8892a0;
    line-height: 24px;
    text-align: justify;
    font-weight: 500;
    margin: 0;
}
.ar-landing-content.home-template .open-account-terms .media .media-footer ol {
    padding-right: 25px;
}
.ar-landing-content.home-template .open-account-terms .media .media-footer .p-right {
    padding-right: 15px;
}

.ar-landing-content.home-template .open-account-terms .media-heading span {
    display: block;
}
.ar-landing-content.home-template .open-account-terms .media-body > span {
    position: absolute;
    left: 15px;
    bottom: 0px;
    color: #ddd;
    font-size: 40px;
    font-weight: 600;
}

.ar-landing-content.home-template .open-account-terms i {
    background-image: url('../img/terms-sprite.png');
    background-repeat: no-repeat;
    display: inline-block;
    width: 46px;
    height: 46px;
}

.ar-landing-content.home-template .open-account-terms .pic-icon {
    background-position: -49px 0;
}
.ar-landing-content.home-template .open-account-terms .home-icon {
    background-position: -98px 0;
}

.ar-landing-content.home-template .platforms {
    text-align: right;
    padding-bottom: 40px;
}
.ar-landing-content.home-template .platforms .heading h2 {
    text-align: right;
}
.ar-landing-content.home-template .platforms .heading h2::after {
    content: "";
    width: 70px;
    height: 3px;
    display: block;
    margin: 20px 0 0;
    background: #1b75bc;
}
.ar-landing-content.home-template .platforms p {
    font-size: 18px;
    color: #bdc0c5;
    line-height: 28px;
}
.ar-landing-content.home-template .platforms img {
    max-width: 100%;
}
.ar-landing-content.home-template .platforms .note {
    font-size: 14px;
    color: #bdc0c5;
    margin-bottom: 30px;
    display: block;
}

/******** start of footer*********/
/* .ar-landing-content.home-template .footer .contact .brand {
    margin: 40px auto 0;
} */
.ar-landing-content.home-template .footer .contact > div > header h4 {
    font-weight: 600;
}
.ar-landing-content.home-template .footer .contact > div ul li span {
    font-size: 14px;
}
.ar-landing-content.home-template .footer .contact > div ul li i {
    top: -2px;
}
.ar-landing-content.home-template .footer .contact > div ul li i.mail {
    top: 2px;
}
.ar-landing-content.home-template .footer .contact>div ul li i.fax {
    background-position: -207px -72px;
    width: 21px;
    height: 22px;
}
.ar-landing-content.home-template .footer .risk-warning .note {
    font-size: 15px;
    color: #c1c1c1;
    line-height: 24px;
    margin-bottom: 20px;
}
.ar-landing-content.home-template .footer .risk-warning .note span {
    display: block;
    margin-bottom: 10px;
}
.ar-landing-content.home-template .footer .risk-warning article:not(:first-of-type) {
    margin-top: 20px;
}
.ar-landing-content.home-template .footer .risk-warning article h6 {
    font-weight: 600;
}
.ar-landing-content.home-template .footer .risk-warning article p {
    line-height: 24px;
}

.ar-landing-content.home-template .footer .risk-warning article p.risk-en {
    font-size: 0.9rem;
    direction: ltr;
}

.ar-landing-content.home-template .footer .risk-warning article p span {
    display: block;
}
.ar-landing-content.home-template .footer .risk h6 {
    text-decoration: none;
}

/******************** webinar **************************/
.home-template .webinar-hero {
    height: auto !important;
    padding: 0;
}
.webinar-details {
    padding: 210px 0 60px;
    background-image: url('../img/home-slider-hob-card-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    text-align: right;
    overflow: hidden;
}
.webinar-details .top-head {
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
}
.webinar-details .webinar-title {
    color: #d5cbaa;
    font-size: 40px;
    font-weight: 700;
    max-width: 640px;
    line-height: 55px;
    margin: 10px 0 20px;
}
.webinar-details .webinar-info li {
    color: #ffffff;
    font-size: 18px;
    line-height: 34px;
}
.webinar-details i {
    display: inline-block;
    background-image: url('../img/sprite7012.png?v=50202024');
    vertical-align: middle;
    margin-left: 8px;
}
.webinar-details .clock-icon {
    height: 20px;
    width: 20px;
    background-position: -315px -575px;
}
.webinar-details .wifi-icon {
    height: 14px;
    width: 18px;
    background-position: -315px -600px;
}
.webinar-details .content-head {
    color: #d5cbaa;
    font-size: 35px;
    font-weight: 700;
    margin-top: 40px;
}
.webinar-details .content-head::after {
    content: "";
    display: block;
    margin: 15px 0;
    width: 50px;
    height: 3px;
    background-color: #ada381;
}
.webinar-details .content-list {
    padding-right: 0;
}
.webinar-details .content-list li {
    color: #ffffff;
    font-size: 17px;
    line-height: 34px;
    background-position-y: 14px;
}
.webinar-details .side-form {
    border-radius: 6px;
    padding: 20px 5px 0;
    margin-top: 70px;
}
.webinar-details .side-form form {
    padding: 0 20px 5px;
    margin-bottom: 5px;
}
.webinar-details .side-form h5 {
    font-size: 22px;
    font-weight: 700;
    color: #393a3e;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.webinar-details .side-form h5::after {
    content: "";
    display: block;
    margin: 15px 0;
    width: 60px;
    height: 3px;
    background-color: #ada381;
}
.intl-tel-input.allow-dropdown input,
.intl-tel-input .selected-flag,
.intl-tel-input .country-list .country {
    direction: ltr
}
.intl-tel-input .country-list {
    left: 0;
    max-width: 350px;
}
.select2-container {
    width: 100% !important;
}
.webinar-details .side-form form button,
.webinar-details .side-form form button:hover {
    width: 100%;
    background: #aca281;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 12px;
}

.webinar-details .select2-container--default .select2-selection--single .select2-selection__rendered,
.webinar-details .side-form form .has-float-label input:placeholder-shown:not(:focus) + * {
    font-size: 15px;
    color: #000;
}
.webinar-details .side-form input {
    font-size: 15px;
}
.webinar-details .side-form .checkbox label {
    margin-top: 10px;
}
.webinar-details .side-form .checkbox span {
    color: #363131;
    font-size: 15px;
    font-weight: 500;
}

.webinar-box {
    display: flex;
    align-items: center;
}
.webinar-instructor {
    width: 180px;
    height: 180px;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    margin-left: 30px;
}
.webinar-instructor img {
    min-height: 100%;
    width: 100%;
    position: absolute;
}
.webinar-box span,
.webinar-box .instructor-info {
    display: block;
    color: #6a6a6a;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    line-height: 30px;
}
.webinar-box span::after {
    content: "";
    display: block;
    margin: 10px 0;
    width: 50px;
    height: 3px;
    background-color: #ada381;
}
.webinar-box .instructor-name {
    font-size: 30px;
    color: #393a3e;
    font-weight: 700;
}


/***********start media query*************/

@media (min-width: 1200px) {
    .ar-landing-content.home-template .open-account-terms .media {
        height: 400px;
    }
}

@media(max-width: 1199px) and (min-width: 992px) {
    .ar-landing-content.home-template .open-account-terms .media {
        height: 440px;
    }
    .ar-landing-content.home-template .open-account-terms .media-heading {
        font-size: 15px;
    }
}

@media (min-width: 1170px) {
    .ar-landing-content.home-template .cd-main-header {
        display: none !important;
    }
    /***********webianr *********/
    .webinar-details {
        padding-top: 180px;
    }
    .webinar-details .r-col {
        width: calc(100% - 400px);
    }
    .webinar-details .l-col {
        width: 400px;
        padding: 0;
    }
    .webinar-details .webinar-title {
        font-size: 45px;
        line-height: 65px;
        margin: 0 0 15px;
        max-width: 700px;
    }
}

@media (min-width: 992px) {
    /* .ar-landing-content.home-template > header .navbar-default {
        background: rgba(51, 52, 55, 0.7);
    } */
    .ar-landing-content.home-template #textCarousel .carousel-indicators {
        bottom: 80px;
    }
    .ar-landing-content.home-template .accounts-features .heading h2,
    .ar-landing-content.home-template .accounts-features .heading h2 + p,
    .ar-landing-content.home-template .accounts-features .heading h3 {
        text-align: right;
    }
    .ar-landing-content.home-template .accounts-features .row {
        height: 100%;
        display: flex;
        align-items: center;
    }
    .ar-landing-content.home-template .platforms p {
        padding-left: 60px;
    }
}


@media (max-width: 991px) {
    .ar-landing-content.home-template .accounts-features .right-side {
        height: auto;
        margin-bottom: 50px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .ar-landing-content.home-template .accounts-features .heading h2 + p {
        max-width: 100%;
    }
    .ar-landing-content.home-template .accounts-features .heading h2::after {
        margin: 20px auto 0;
    }
    /***********webianr *********/
    .webinar-details .side-form {
        margin: 30px 0 0;
    }
}


@media (min-width: 768px) {
    .ar-landing-content.home-template .home-slider .carousel-inner .item.item-trading-acc .container-fluid {
        padding-top: 280px;
    }
    .ar-landing-content.home-template .hero header > h1,
    .ar-landing-content.home-template .hero-inner header > h1 {
        font-size: 60px;
        font-weight: 600;
        color: #fff;
    }
    .ar-landing-content.home-template .hero header > h1::after {
        content: "";
        width: 100px;
        height: 2px;
        display: block;
        margin: 15px auto 0;
        background: #1b75bc;
    }
}

@media (max-width: 767px) {
    .ar-landing-content.home-template .hero header > h1 {
        font-size: 24px;
    }
    .ar-landing-content.home-template .hero header > p.item span,
    .ar-landing-content.home-template .hero-inner header > p.item span {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0px;
    }
    .ar-landing-content.home-template .home-slider .carousel-inner .item {
        height: 530px;
    }
    .ar-landing-content.home-template #textCarousel .carousel-indicators {
        bottom: 5px;
    }
    .ar-landing-content.home-template .hero header > p.item span.xs-inline {
        display: inline-block;
        opacity: 1;
    }
    .ar-landing-content.home-template .accounts-features .table-responsive {
        border: none;
    }
    /*.ar-landing-content.home-template .meta-account-info .heading h2,*/
    .ar-landing-content.home-template .meta-account-info .heading h2 + p,
    .ar-landing-content.home-template .platforms p {
        text-align: justify;
    }
    .ar-landing-content.home-template .platforms .btn-more {
        margin: 20px auto 40px;
        display: table;
    }
    .ar-landing-content.home-template .accounts-features .table tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .ar-landing-content.home-template .accounts-features .table tr td {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
        white-space: normal;
    }
    .ar-landing-content.home-template .accounts-features .table tr:nth-of-type(odd) td:first-of-type {
        background: #363c49;
    }
    
    .ar-landing-content.home-template .accounts-features .table tr:nth-of-type(odd) td:last-of-type {
        background: rgba(62, 73, 94, 0.6);
    }
    

    .ar-landing-content.home-template .why-hob > li:last-of-type {
        border-bottom: none;
        padding-bottom: 0;
    }
/***********webianr *********/
    .webinar-details {
        padding: 100px 0 40px;
    }
    .webinar-details .top-head {
        font-size: 20px;
    }
    .webinar-details .webinar-title {
        font-size: 30px;
        line-height: 40px;
        max-width: 480px;
    }
    .webinar-details .webinar-info li {
        font-size: 17px;
    }
    .webinar-details .content-head {
        font-size: 26px;
        margin-top: 25px;
    }
    .webinar-instructor {
        margin-left: 20px;
    }
    .webinar-box .instructor-name {
        font-size: 20px;
        margin-top: 15px
    }
    .webinar-box span {
        font-size: 15px;
    }
    .webinar-box .instructor-info {
        font-size: 14px;
        line-height: 26px;
    }
    .webinar-box span::after {
        margin-top: 5px;
    }
}

@media (min-width: 576px) {
    .ar-landing-content.home-template .accounts-features .btn-group a + a {
        margin-right: 25px;
    }
}

@media (max-width: 575px) {
    .ar-landing-content.home-template #textCarousel .carousel-indicators {
        bottom: -35px;
    }
    .ar-landing-content.home-template .accounts-features .btn-group a {
        width: 100%;
    }
    .ar-landing-content.home-template .accounts-features .btn-group a + a {
        margin-top: 15px;
    }
    .ar-landing-content.home-template .open-account-terms .media {
        padding: 0 0 50px;
    }
    .ar-landing-content.home-template .open-account-terms .media .media-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
        padding: 20px;
    }
/***********webianr *********/
    .webinar-box {
        flex-direction: column;
        align-items: center;
    }
    .webinar-instructor {
        margin: 0 0 5px;
    }
    .webinar-box span {
        display: none;
    }
    .webinar-box .instructor-name {
        font-size: 24px;
        text-align: center;
    }
    .webinar-box .instructor-info {
        font-size: 16px;
        line-height: 28px;
        text-align: center;
    }
}

@media (max-width: 360px) {
    .ar-landing-content.home-template .hero header > p.item span,
    .ar-landing-content.home-template .hero-inner header > p.item span {
        font-size: 20px;
    }
}
