﻿.isl-register-v5 .registrationSlider {
}

.isl-register-v5 .registrationSlider-right {
    background: #F5F5F8;
}

.isl-register-v5 .registrationSlider .slick-slide {
    display: block;
    background: #12552A;
    width: 100%;
    height: 100vh;
    /*position: relative;*/
}

.isl-register-v5 .registrationSlider .carousel .caption {
    position: inherit;
    background: transparent;
    margin-top: 80px;
    /*padding: 14px 32px 10px;*/
    padding: 2vh 2vw;
    position: relative;
    height: 100vh;
    top: 0%;
}

    .isl-register-v5 .registrationSlider .carousel .caption h1 {
        color: #23F393;
        font-size: 32px;
    }

    .isl-register-v5 .registrationSlider .carousel .caption p {
        font-size: 24px;
        color: #fff;
    }

    .isl-register-v5 .registrationSlider .carousel .caption ul {
        margin-top: 2vh;
    }

        .isl-register-v5 .registrationSlider .carousel .caption ul li {
            font-size: 16px;
            color: #ccc;
            margin-bottom: 2vh;
        }

            .isl-register-v5 .registrationSlider .carousel .caption ul li span {
                background: #fff;
                font-size: 12px;
                color: #11552A;
                border-radius: 30px;
                margin-right: 6px;
                padding: 2px;
            }

    .isl-register-v5 .registrationSlider .carousel .caption .isl-register__img-main {
        margin: 0 auto;
        height: 80vh;
    }

    .isl-register-v5 .registrationSlider .carousel .caption .isl-register__img-right {
        position: absolute;
        right: 2vw;
        bottom: 10vh;
        height: 30vh;
    }

    .isl-register-v5 .registrationSlider .carousel .caption .isl-register__img-left {
        position: absolute;
        left: 2vw;
        bottom: 10vh;
        height: 30vh;
    }

    .isl-register-v5 .registrationSlider .carousel .caption .isl-register__img-main.slide1 {
        margin: 0 auto;
        height: 62vh;
        margin-top: 12vh
    }

    .isl-register-v5 .registrationSlider .carousel .caption .isl-register__img-right.slide1 {
        position: absolute;
        right: 2vw;
        bottom: 10vh;
        height: 25vh;
    }

    .isl-register-v5 .registrationSlider .carousel .caption .isl-register__img-left.slide1 {
        position: absolute;
        left: 2vw;
        bottom: 10vh;
        height: 30vh;
    }

    .isl-register-v5 .registrationSlider .carousel .caption .isl-register__img-main.slide2 {
        margin: 0 auto;
        height: 45vh;
        margin-top: 15vh;
    }

    .isl-register-v5 .registrationSlider .carousel .caption .isl-register__img-right.slide2 {
        position: absolute;
        right: 2vw;
        bottom: 12vh;
        height: 25vh;
    }

    .isl-register-v5 .registrationSlider .carousel .caption .isl-register__img-left.slide2 {
        position: absolute;
        left: 2vw;
        bottom: 12vh;
        height: auto;
    }


    .isl-register-v5 .registrationSlider .carousel .caption .isl-register__img-main.slide3 {
        margin: 0 auto;
        height: 70vh;
        margin-top: 3vh;
    }

    .isl-register-v5 .registrationSlider .carousel .caption .isl-register__img-main.slide4 {
        margin: 0 auto;
        height: 35vh;
        margin-top: 10vh;
    }

    .isl-register-v5 .registrationSlider .carousel .caption .brokerImg {
        margin-top: 10vh !important;
    }

        .isl-register-v5 .registrationSlider .carousel .caption .brokerImg .brokerDivFlex .bg {
            background: #fff;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0px 0px;
            padding: 5px 0px;
            border-radius: 6px;
            height: 50px;
        }

        .isl-register-v5 .registrationSlider .carousel .caption .brokerImg .brokerDivFlex img {
            height: 40px;
        }




.isl-register-v5 .registrationSlider .slick-dots {
    /*display: block;*/
    position: absolute;
    bottom: 20px;
}

    .isl-register-v5 .registrationSlider .slick-dots li button:before {
        font-family: 'slick';
        font-size: 12px;
        width: 20px;
        height: 20px;
        content: '•';
        text-align: center;
        opacity: .25;
        color: #999;
        opacity: 1;
    }

    .isl-register-v5 .registrationSlider .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #fff;
    }

.isl-register-v5 .registrationSlider .registrationSlider-right .isl-form h5 {
    font-size: 26px;
    color: #212C39;
}

.isl-register-v5 .registrationSlider .registrationSlider-right .isl-form a.text-light {
    color: #212C39 !important;
}

.isl-register-v5 .registrationSlider .registrationSlider-right .isl-form {
    max-width: 700px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 90%;
}

    .isl-register-v5 .registrationSlider .registrationSlider-right .isl-form .isl-form__bg {
        background: #fff;
        box-shadow: 0px 0px 7px #ccc;
        padding: 10px 5px 15px;
        border-radius: 6px;
        margin-top: 25px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .isl-register-v5 .registrationSlider .registrationSlider-right .isl-form label {
        font-size: 13px;
        color: #1B2633;
        margin: 5px 0px 10px;
    }

    .isl-register-v5 .registrationSlider .registrationSlider-right .isl-form .form-control {
        height: 40px !important;
        font-size: 13px;
    }

.isl-register-v5 .registrationSlider {
    background: #F5F5F8;
    height: 100vh;
    display: flex;
    align-items: center;
}

    .isl-register-v5 .registrationSlider .btn-isl-success {
        background: #108e0a;
        margin-right: 5px;
        color: #fff;
        padding: 8px 16px;
        font-size: 15px;
        margin-top: 3vh !important;
    }

    .isl-register-v5 .registrationSlider .form-check-input {
        position: absolute;
        margin-top: 0.5rem;
        margin-left: -1.25rem;
    }

    .isl-register-v5 .registrationSlider .isl-term {
        margin-top: 10px;
    }

    .isl-register-v5 .registrationSlider .registrationSlider-right .isl-form .isl-term label {
        font-size: 14px;
    }

    .isl-register-v5 .registrationSlider .registrationSlider-right .alreadydsignIN {
        margin: 0;
        color: #000;
        display: flex;
        justify-content: center;
        font-size: 14px;
        margin-top: 2vh;
    }

        .isl-register-v5 .registrationSlider .registrationSlider-right .alreadydsignIN a {
            font-size: 14px;
        }

.isl-register-v5 .forgotPass-OTP {
}

    .isl-register-v5 .forgotPass-OTP h3 {
        color: #1B2633;
    }

    .isl-register-v5 .forgotPass-OTP p.no-otp {
        color: #000000;
        text-align: left !important;
        margin-top: 3vh;
        margin-bottom: 2px;
        font-size: 17px !important;
    }
    /* .isl-register-v5 .forgotPass-OTP span {
        color: #000000;
    }*/
    .isl-register-v5 .forgotPass-OTP span.resend, .isl-register-v5 .forgotPass-OTP span.email-resend {
        color: #2D8FF1;
        text-decoration: underline;
    }


.isl-brokerList {
    background: #fff;
    position: relative;
    width: 100%;
    height: 100vh;
}

.isl-brokerList--toNavbar {
    background: #00ACFF;
    width: 100%;
    height: 60px;
    box-shadow: 0px 0px 6px #ccc;
    display: flex;
    align-items: center;
}

    .isl-brokerList--toNavbar span {
        margin-left: 4vw;
        color: #fff;
        border: 2px solid #fff;
        padding: 5px;
        border-radius: 20px;
        font-size: 18px;
    }

    .isl-brokerList--toNavbar p {
        font-size: 20px;
        color: #fff;
        text-align: center;
    }

.isl-brokerList--icons {
    background: #fff !important;
}

    .isl-brokerList--icons label {
        color: #000;
        font-size: 17px;
    }

    .isl-brokerList--icons .countrySelect {
        background: #038FFA;
        max-width: fit-content;
        margin-left: 6px;
    }

.isl-brokerList .brokerImg {
    width: 100%;
    background: #fff !important;
}

    .isl-brokerList .brokerImg img {
        max-width: 100%;
    }

.isl-brokerList .brokerImg {
}

.isl-brokerList--footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #F6F4F4 0% 0% no-repeat padding-box;
    border-radius: 40px 40px 0px 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .isl-brokerList--footer .center-box {
    }

    .isl-brokerList--footer .btn-isl-success {
        display: block;
        margin: 30px auto 0 !important;
        padding: 10px 30px;
        font-size: 16px;
        font-weight: 500;
        border: 1px solid;
    }

    .isl-brokerList--footer .box {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 1px solid #707070;
        border-radius: 15px;
        height: auto;
        width: 500px;
        padding: 20px;
        margin: 30px 0px;
    }

        .isl-brokerList--footer .box h5 {
            color: #000000;
        }

        .isl-brokerList--footer .box p {
            color: #6D6D6D;
        }


.isl-home-v5 .nav-menu.nav-menu1, .dark-theme .nav-menu.sticky-top {
    background: #182C44;
    background-color: #182C44 !important;
}

.dark-theme .isl-home-v5 .navbar-light .navbar-nav .nav-link {
    color: #d1d1d1 !important;
}

.dark-theme .isl-home-v5 .navbar-light .navbar-nav .active > .nav-link {
    color: #7BBD5D !important;
    border-bottom: 0px solid #fff;
}

.dark-theme .isl-home-v5 .navbar-light .navbar-nav .nav-item.active .nav-link:after {
    border-top: 0.3rem solid #7BBD5D;
}

.dark-theme .isl-home-v5 .clients {
    background: #03101F !important;
}

.dark-theme .isl-home-v5 .grid-view.clients .countryTop-box .islamicly--content__universe--Grid .flex-grid--content {
    width: 100%;
}

.isl-home-v5 ul.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
    width: 75%;
}

    .isl-home-v5 ul.timeline:before, .isl-home-v5 ul.timeline:after {
        top: 45px;
        bottom: 60px;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 2.5%;
        margin-left: -1.5px;
    }

.isl-home-v5 .timeline > li {
    margin-bottom: 12px;
    position: relative;
}

    .isl-home-v5 .timeline > li:before,
    .isl-home-v5 .timeline > li:after {
        content: " ";
        display: table;
    }

    .isl-home-v5 .timeline > li:after {
        clear: both;
    }

    .isl-home-v5 .timeline > li:before,
    .isl-home-v5 .timeline > li:after {
        content: " ";
        display: table;
    }

    .isl-home-v5 .timeline > li:after {
        clear: both;
    }

    .isl-home-v5 .timeline > li > .timeline-panel {
        width: 80%;
        float: left;
        border: 1px solid #61616c;
        border-radius: 2px;
        padding: 0px 8px 5px;
        position: relative;
        -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    }

    .isl-home-v5 .timeline > li > .timeline-badge {
        color: #fff;
        width: 30px;
        height: 30px;
        line-height: 32px;
        font-size: 1em;
        text-align: center;
        position: absolute;
        top: 15%;
        left: 4%;
        margin-left: -25px;
        background-color: #999999;
        z-index: 100;
        border-top-right-radius: 50%;
        border-top-left-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
    }

    .isl-home-v5 .timeline > li.timeline-inverted > .timeline-panel {
        float: left;
        margin-left: 10%;
    }

        .isl-home-v5 .timeline > li.timeline-inverted > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        .isl-home-v5 .timeline > li.timeline-inverted > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }

.isl-home-v5 .timeline-heading {
    width: 100%;
}


    .isl-home-v5 .timeline-heading.active .timeline-title {
        margin-top: 0;
        color: inherit;
        font-size: 15px;
    }

    .isl-home-v5 .timeline-heading.active p {
        margin-bottom: 0px;
        width: 100%;
        font-size: 13px !important;
        margin-bottom: 0px;
        opacity: 0.7;
    }

    .isl-home-v5 .timeline-heading .timeline-title, .isl-home-v5 .timeline-heading p {
        opacity: 0.8;
        color: #A0B8D4;
        margin-bottom: 0px;
        font-size: 13px !important;
    }

.isl-home-v5 .custom-stepper {
    margin-top: 30px;
}

    .isl-home-v5 .custom-stepper .custom-stepper--top {
        display: table-cell;
        width: 30%;
        position: relative;
    }

        .isl-home-v5 .custom-stepper .custom-stepper--top img {
            height: 50px;
            margin-right: 10px;
        }

        .isl-home-v5 .custom-stepper .custom-stepper--top p {
            color: #fff;
            font-size: 28px !important;
            line-height: 1;
        }

            .isl-home-v5 .custom-stepper .custom-stepper--top p span {
                color: #AAAAAA;
                font-size: 23px !important;
            }

        .isl-home-v5 .custom-stepper .custom-stepper--top:after {
            content: "";
            position: absolute;
            top: 52px;
            bottom: 0;
            left: 3.7%;
            height: 25px;
            border-right: 1px dotted #707070;
        }

    .isl-home-v5 .custom-stepper .custom-stepper--middle {
        display: table-cell;
        width: 30%;
        position: relative;
        margin-top: 23px;
    }

        .isl-home-v5 .custom-stepper .custom-stepper--middle:after {
            content: "";
            position: absolute;
            top: 38px;
            bottom: 0;
            left: 3.7%;
            height: 25px;
            border-right: 1px dotted #707070;
        }

        .isl-home-v5 .custom-stepper .custom-stepper--middle p, .isl-home-v5 .custom-stepper .custom-stepper--last p {
            color: #6F94BE;
            font-size: 16px !important;
            line-height: 1.2;
        }

            .isl-home-v5 .custom-stepper .custom-stepper--middle p span, .isl-home-v5 .custom-stepper .custom-stepper--last p span {
                font-size: 17px;
                color: #A0B8D4;
                font-size: 16px !important;
            }

    .isl-home-v5 .custom-stepper .custom-stepper--last {
        display: table-cell;
        width: 30%;
        position: relative;
        margin-top: 28px;
    }



.dark-theme .grid-view.clients .select-country--page .timeline-heading p {
    font-size: 13px !important;
}
/* .isl-home-v5 .timeline-heading p {
        margin-bottom: 0px;
        width: 100%;
        font-size: 13px !important;
        margin-bottom: 0px;
        opacity: 0.7;
    }*/
.isl-home-v5 .timeline > li > .timeline-panel:after {
    position: absolute;
    top: 19px;
    left: -14px;
    display: inline-block;
    border-top: 8px solid transparent;
    border-right: 8px solid #fff;
    border-left: 0 solid #fff;
    border-bottom: 8px solid transparent;
    content: " ";
}

.isl-home-v5 .timeline > li > .timeline-badge.active {
    background: #fff;
}

.isl-home-v5 .timeline > li > .timeline-badge img {
    width: 33px;
    margin-left: -1px;
    margin-top: -2px;
}

.dark-theme .grid-view.clients .countryTop-box .islamicly--content__universe--Grid .flex-grid--content {
    min-height: 295px;
    border: 1px solid #ABBED5;
    background: #182C44;
}

.select-country--page .countryTop-box .islamicly--content__universe--Grid .flex-grid--content .table-stockName {
    text-align: left;
    color: #FFFFFF;
    font-size: 28px;
}

    .select-country--page .countryTop-box .islamicly--content__universe--Grid .flex-grid--content .table-stockName img {
        height: 30px;
    }

.isl-home-v5 .flex--tiles__title {
    font-size: .8vw;
}

    .isl-home-v5 .flex--tiles__title span {
        font-size: .8vw;
    }

.dark-theme .isl-home-v5 .select-country--page .stocks-avialble .flex--tiles__title span {
    font-size: .7vw;
}

.dark-theme .isl-home-v5 .grid-view.clients .countryTop-box.countryTop-box--second .islamicly--content__universe--Grid .flex-grid--content {
    position: relative;
    padding: 15px 10px;
}

    .dark-theme .isl-home-v5 .grid-view.clients .countryTop-box.countryTop-box--second .islamicly--content__universe--Grid .flex-grid--content img.rightbox-pos {
        position: absolute;
        right: 0px;
        top: 15px;
        width: 140px;
    }

.select-country--page .countryTop-box.countryTop-box--second .islamicly--content__universe--Grid .flex-grid--content .table-stockName {
    font-size: 19px;
}

.select-country--page .countryTop-box.countryTop-box--second .islamicly--content__universe--Grid .flex-grid--content .brokerImg {
    height: 227px;
    display: flex;
    align-items: center;
}

    .select-country--page .countryTop-box.countryTop-box--second .islamicly--content__universe--Grid .flex-grid--content .brokerImg .brokerDivFlex {
    }

        .select-country--page .countryTop-box.countryTop-box--second .islamicly--content__universe--Grid .flex-grid--content .brokerImg .brokerDivFlex .col-md-2 {
            padding: 0px 10px;
        }

            .select-country--page .countryTop-box.countryTop-box--second .islamicly--content__universe--Grid .flex-grid--content .brokerImg .brokerDivFlex .col-md-2:nth-child(1),
            .select-country--page .countryTop-box.countryTop-box--second .islamicly--content__universe--Grid .flex-grid--content .brokerImg .brokerDivFlex .col-md-2:nth-child(7),
            .select-country--page .countryTop-box.countryTop-box--second .islamicly--content__universe--Grid .flex-grid--content .brokerImg .brokerDivFlex .col-md-2:nth-child(13) {
                padding-left: 0px;
            }

        .select-country--page .countryTop-box.countryTop-box--second .islamicly--content__universe--Grid .flex-grid--content .brokerImg .brokerDivFlex .bg {
            background: #fff;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0px 0px;
            padding: 5px 0px;
            border-radius: 6px;
            height: 60px;
        }

        .select-country--page .countryTop-box.countryTop-box--second .islamicly--content__universe--Grid .flex-grid--content .brokerImg .brokerDivFlex img {
            height: 50px;
        }

.select-country--page .countryTop-box.countryTop-box--second .islamicly--content__universe--Grid .flex-grid--content .brokerGolobally {
    font-size: 19px;
    color: #BEC0DA;
    margin-top: 10px;
}

    .select-country--page .countryTop-box.countryTop-box--second .islamicly--content__universe--Grid .flex-grid--content .brokerGolobally span {
        font-size: 30px;
        font-weight: 600;
        color: #fff;
    }

.select-country--page .countryTop-box.countryTop-box--second .islamicly--content__universe--Grid .flex-grid--content .btn-isl-primary {
    background: #28b5e0;
    color: #fff;
    padding: 11px 23px;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 25px !important;
    margin-top: 10px !important;
}

.select-country--page .countryTop-box.countryTop-box--second .islamicly--content__universe--Grid .flex-grid--content .brokerLinkInfo {
    font-size: 17px;
    width: 70%;
}

.select-country--page .countryTop-box.countryTop-box--second .islamicly--content__universe--Grid .flex-grid--content {
}

    .select-country--page .countryTop-box.countryTop-box--second .islamicly--content__universe--Grid .flex-grid--content .slick-slide {
        height: 295px;
        position: relative;
    }

        .select-country--page .countryTop-box.countryTop-box--second .islamicly--content__universe--Grid .flex-grid--content .slick-slide img {
            border-radius: 10px;
            height: 295px;
        }

        .select-country--page .countryTop-box.countryTop-box--second .islamicly--content__universe--Grid .flex-grid--content .slick-slide .caption {
            position: absolute;
            top: 0px;
            width: 100%;
            padding: 15px;
        }

            .select-country--page .countryTop-box.countryTop-box--second .islamicly--content__universe--Grid .flex-grid--content .slick-slide .caption .iso-certified {
                display: flex;
                font-size: 21px;
                align-items: center;
                color: #F2F2F2;
                justify-content: center;
                margin-top: 5px !important;
            }

                .select-country--page .countryTop-box.countryTop-box--second .islamicly--content__universe--Grid .flex-grid--content .slick-slide .caption .iso-certified img {
                    height: 30px;
                    margin-right: 6px;
                }

            .select-country--page .countryTop-box.countryTop-box--second .islamicly--content__universe--Grid .flex-grid--content .slick-slide .caption .isl-scholars-v5 {
                margin-top: 45px;
            }

                .select-country--page .countryTop-box.countryTop-box--second .islamicly--content__universe--Grid .flex-grid--content .slick-slide .caption .isl-scholars-v5 p {
                    font-size: 14px;
                }

                .select-country--page .countryTop-box.countryTop-box--second .islamicly--content__universe--Grid .flex-grid--content .slick-slide .caption .isl-scholars-v5 img {
                    height: 160px;
                }

    .select-country--page .countryTop-box.countryTop-box--second .islamicly--content__universe--Grid .flex-grid--content .slick-dots {
        bottom: -70px;
    }

        .select-country--page .countryTop-box.countryTop-box--second .islamicly--content__universe--Grid .flex-grid--content .slick-dots li {
            width: 50px;
            height: 15px;
            display: inline-flex;
            width: fit-content;
        }

            .select-country--page .countryTop-box.countryTop-box--second .islamicly--content__universe--Grid .flex-grid--content .slick-dots li button {
                width: 10px;
                height: 10px;
                background: #706f6f;
                border-radius: 10px;
            }

            .select-country--page .countryTop-box.countryTop-box--second .islamicly--content__universe--Grid .flex-grid--content .slick-dots li.slick-active button {
                background: #fff;
            }

.isl-home-v5 .select-country--page .market-unlock {
    margin-top: 50px;
    background: #182C44;
    padding: 20px 15px;
    border-radius: 12px;
    display: block;
}

.dark-theme .isl-home-v5 .grid-view.clients .market-unlock.islamicly--content__universe--Grid .flex-grid--content {
    min-height: 160px;
}

.isl-home-v5 .select-country--page .market-unlock .flex--tiles__title {
    width: 100%;
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px !important;
}

    .isl-home-v5 .select-country--page .market-unlock .flex--tiles__title span {
        font-size: 14px;
        color: #fff;
    }

.isl-home-v5 .select-country--page .market-unlock .btn-isl-success {
    background: #30A64C;
    font-weight: 500;
    font-size: 26px;
    padding: 11px 40px;
    margin: 30px auto 20px;
    display: block;
}

.isl-home-v5 .select-country--page .market-unlock p.unlock-info {
    font-size: 24px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #BFBFBF;
}

.isl-home-v5 .islamiclyFaqs {
    margin-top: 0px;
    height: auto;
    background: #fff;
    margin-top: 50px;
    padding: 20px;
    padding-bottom: 80px;
    padding-top: 60px;
}

    .isl-home-v5 .islamiclyFaqs .shariahHeaderTitle {
        margin-top: 20px;
        font-weight: 600;
    }

    .isl-home-v5 .islamiclyFaqs .panel {
        background: #484F57;
        margin: 15px 0;
        border-left: 7px solid #319945;
    }

        .isl-home-v5 .islamiclyFaqs .panel .panel-title {
            display: flex;
            margin: 0;
            background: #FFFFFF 0% 0% no-repeat padding-box;
            box-shadow: 0px 0px 6px #00000029;
            opacity: 1;
        }

            .isl-home-v5 .islamiclyFaqs .panel .panel-title a {
                border-radius: 0;
                background: #FFFFFF;
                padding: 17px 15px;
                width: 100%;
                cursor: pointer;
                color: #2F2F33;
                font-size: 16px;
            }

                .isl-home-v5 .islamiclyFaqs .panel .panel-title a[aria-expanded="true"] {
                    background-color: #319945;
                    color: #fff;
                }

                .isl-home-v5 .islamiclyFaqs .panel .panel-title a[aria-expanded="true"] {
                    background-color: #319945;
                    color: #fff;
                    color: #319945;
                    background: #FFFFFF 0% 0% no-repeat padding-box;
                }

            .isl-home-v5 .islamiclyFaqs .panel .panel-title a {
                color: #323232;
                font-size: 18px;
                display: flex;
                justify-content: space-between;
            }

.isl-home-v5 .panel-collapse.collapse.show {
    background: #fff;
}

.isl-home-v5 .islamiclyFaqs .panel .panel-title a span {
    width: 20px;
    height: 20px;
    background-color: #319945;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .isl-home-v5 .islamiclyFaqs .panel .panel-title a span img {
        width: 11px;
        transform: rotate(90deg);
        transition: all 1s;
    }

.isl-home-v5 .islamiclyFaqs .panel .panel-title a[aria-expanded="true"] span img {
    transform: rotate(-90deg);
}

.isl-home-v5 .panel-collapse.collapse.show {
    background: #319945;
}

.explore-section.select-country--page .islamiclyFaqs h4:after {
    display: none;
}

.dark-theme .isl-home-v5 .islamiclyFaqs #accordion .panel-heading a:before {
    display: none;
}

.isl-home-v5 .panel-collapse.collapse.show, .panel-collapse.collapse.show .panel-body {
    background: #319945;
    color: #fff;
}

.dark-theme .isl-home-v5 .panel-heading {
    box-shadow: 1px 1px 1px #fff;
}

.isl-home-v5 .islamiclyFaqs .panel .panel-body p {
    color: #fff;
    padding-top: 7px;
    text-align: left;
}

.isl-home-v5 .isl-leading--scholar {
    background: #E8F4FD;
    padding: 70px 20px;
}

    .isl-home-v5 .isl-leading--scholar .isl-leading--scholar__title {
        color: #000000;
        font-size: 36px;
        font-weight: 600;
        line-height: 1.4;
        margin-top: 20px;
    }

    .isl-home-v5 .isl-leading--scholar .isl-store {
        margin-top: 12vh;
    }

    .isl-home-v5 .isl-leading--scholar .isl-rattings {
        text-align: left;
        padding: 0px;
        color: #575757;
        font-size: 18px;
    }

        .isl-home-v5 .isl-leading--scholar .isl-rattings span {
            color: #000000;
            font-size: 26px;
            font-weight: 600;
        }

    .isl-home-v5 .isl-leading--scholar .qrScanner {
        margin-top: 15vh;
    }

        .isl-home-v5 .isl-leading--scholar .qrScanner p {
            padding: 0px;
            color: #000000;
            font-size: 22px;
            font-weight: 600;
        }

    .isl-home-v5 .isl-leading--scholar .appRightDownImg {
        float: right;
    }


.dark-theme .isl-home-v5 .clients {
    padding: 100px 0 0px;
}

.isl-home-v5 .isl-header--nav {
    height: 70px;
    background: #fff;
}

    .isl-home-v5 .isl-header--nav .navbar-nav .nav-item .nav-link {
        font-size: 16px;
        color: #000000;
        transition: all 1.5s;
        font-weight: 500;
    }

    .isl-home-v5 .isl-header--nav .topnav .navbar-nav .nav-item .nav-link {
        padding: 4px;
    }

    .isl-home-v5 .isl-header--nav .topnav .navMain {
        align-items: center;
    }

    .isl-home-v5 .isl-header--nav .navbar-nav {
        margin-top: 0px;
    }

        .isl-home-v5 .isl-header--nav .navbar-nav .nav-item.signUp {
            background: #72B843;
        }

            .isl-home-v5 .isl-header--nav .navbar-nav .nav-item.signUp .nav-link {
                color: #fff;
            }

        .isl-home-v5 .isl-header--nav .navbar-nav .nav-item.login:hover {
            background: #72B843 0% 0% no-repeat padding-box;
            border-radius: 4px;
            opacity: 1;
        }

            .isl-home-v5 .isl-header--nav .navbar-nav .nav-item.login:hover .nav-link {
                color: #fff;
            }

        .isl-home-v5 .isl-header--nav .navbar-nav .nav-item.app-down {
            border: 2px solid #000000;
            border-radius: 5px;
        }

        /*.isl-home-v5 .isl-header--nav .navbar-nav .nav-item.active .nav-link:after {
            display: none;
        }*/

        .isl-home-v5 .isl-header--nav .navbar-nav .nav-item.active .nav-link {
            color: #7BBD5D;
        }

.isl-home-v5 .video-container {
    background: url('/Content/images/home5/top-banner.png');
}

.isl-home-v5 .desktopfull .header {
    background: #1B2633;
}

.isl-home-v5 .headerNew-isl .video-container {
    height: 112vh;
}

.isl-home-v5 .headerNew-isl .video-container {
    height: auto;
}

.isl-home-v5 .headerNew-isl .caption {
    width: 100%;
    height: 100vh;
    margin-top: 70px;
    position: relative;
}

.isl-home-v5 .header .caption .banner-title {
    color: #00E407;
    font-size: 44px;
    text-align: center;
    font-weight: 600;
    max-width: 1140px;
    margin: 0 auto;
}

.isl-home-v5 .header .caption .banner-subTitle {
    color: #fff;
    font-size: 44px;
    text-align: left;
    font-weight: 600;
    max-width: 1025px;
    margin: 30px auto;
}

    .isl-home-v5 .header .caption .banner-subTitle .line-right {
        border-right: 3px solid #fff;
        margin: 0px 10px;
        padding: 5px 0px;
    }

.isl-home-v5 .header .caption .banner-trusted {
    margin-top: 7vh;
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
}

    .isl-home-v5 .header .caption .banner-trusted span {
    }

.isl-home-v5 .header .caption .banner-rating {
    text-align: center;
    font-size: 26px;
    color: #8C8C8C;
}

    .isl-home-v5 .header .caption .banner-rating .fa {
        color: #34A34D;
    }

.isl-home-v5 .header .caption .img-right-pos {
    position: absolute;
    right: 2%;
    top: 35vh;
    height: 240px;
}

.isl-home-v5 .header .caption .isl-scholars--Certificate {
    max-height: 220px;
    transition: all 1s;
}

    .isl-home-v5 .header .caption .isl-scholars--Certificate:hover {
        transform: scale(1.2)
    }


.isl-home-v5 .header .caption .banner-video {
    margin: 0px;
    margin-left: 15px;
    margin-top: 10vh;
}

    .isl-home-v5 .header .caption .banner-video .btn {
    }

    .isl-home-v5 .header .caption .banner-video .video-btn {
        background: #454D69;
        color: #fff;
        padding: 4px 30px;
        font-size: 18px;
        font-weight: 400;
        border-radius: 20px;
        display: flex;
        width: fit-content;
        align-items: center;
    }

        .isl-home-v5 .header .caption .banner-video .video-btn .fa {
            font-size: 34px;
            color: rgb(191 191 191);
            margin-right: 6px;
        }

.isl-home-v5 .header .caption .banner-broker--count {
    text-align: center;
    margin-top: 20px;
    font-size: 24px;
    color: #B9B9B9;
    font-weight: 400;
}

.isl-home-v5 .header .caption .isl-services {
    margin-top: 10vh;
}

.isl-home-v5 .header .isl-services .slick-slide img.brokerLogo {
    padding: 0rem;
    background: #fff;
    border-radius: 6px;
    height: 45px;
}

.isl-home-v5 .header .caption .link-icons {
    text-align: center;
    font-size: 36px;
}

.isl-home-v5 .headerNew-isl .caption .chatPopup {
    position: absolute;
    left: 30px;
    bottom: 10vh;
    z-index: 999;
}

.isl-home-v5 .classOfDivToCheck {
    background: #1B2633;
    background-color: #1B2633;
    background: #1D5D9B;
    align-items: flex-start !important;
    position: relative;
    z-index: 999;
    padding-bottom: 0px;
}

    .isl-home-v5 .classOfDivToCheck .container-fluid {
        padding: 0px 0px 40px;
    }

    .isl-home-v5 .classOfDivToCheck .islamiclyRetail {
        margin-left: -15px;
        margin-right: -15px;
    }

    .isl-home-v5 .classOfDivToCheck .box-left {
        background: url('/Content/images/home5/app-left-banner.png');
        background-repeat: no-repeat;
        background-size: cover;
        /*margin-top: -170px;*/
    }

    .isl-home-v5 .classOfDivToCheck .box-right {
        background: url('/Content/images/home5/app-right-banner.png');
        background-repeat: no-repeat;
        background-size: cover;
        /*  margin-top: -60px;*/
    }

    .isl-home-v5 .classOfDivToCheck .isl-appFeatures .isl-appFeatures--content {
        width: 100%;
    }

    .isl-home-v5 .classOfDivToCheck .isl-appFeatures {
        padding: 20px;
        position: relative;
        /*    height: 454px;*/
        margin-top: 40px;
    }

        .isl-home-v5 .classOfDivToCheck .isl-appFeatures h2 {
            font-size: 34px;
            font-weight: 500;
        }

        .isl-home-v5 .classOfDivToCheck .isl-appFeatures p {
            padding: 0px;
            margin: 0px;
            text-align: left;
            width: 50%;
            line-height: 1.6;
            color: #dbdbdb;
            font-size: 21px;
            margin: 10px 0px;
        }

        .isl-home-v5 .classOfDivToCheck .isl-appFeatures ul {
            padding-left: 22px;
        }

            .isl-home-v5 .classOfDivToCheck .isl-appFeatures ul li {
                list-style: none;
                list-style: disc;
                color: #c9c9c9;
                font-size: 16px;
                line-height: 1.7;
            }


        .isl-home-v5 .classOfDivToCheck .isl-appFeatures .img-leftPos {
            position: absolute;
            top: 30px;
            right: 30px;
            max-height: 400px;
        }

        .isl-home-v5 .classOfDivToCheck .isl-appFeatures .bottomIcons {
            position: absolute;
            bottom: 25px;
        }

        .isl-home-v5 .classOfDivToCheck .isl-appFeatures .img-rightBottom {
            max-width: 100%;
            margin-top: 80px;
        }

#section2 {
    height: 100%;
}

.isl-home-v5 .classOfDivToCheck .app-subscription {
    color: #FFFFFF;
    line-height: 1.3;
    margin: 0 auto;
    font-size: 40px;
    margin-top: 4vh;
    margin-bottom: 5vh;
    max-width: 1500px;
}

.isl-home-v5 .isl-sliderDiv {
    padding: 70px 30px;
}

    .isl-home-v5 .isl-sliderDiv .slider-app {
    }

    .isl-home-v5 .isl-sliderDiv .slider-item .slider-item--content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1600px;
        margin: 0 auto;
    }

    .isl-home-v5 .isl-sliderDiv .slider-item h1 {
        color: #000000;
        font-size: 68px;
        font-weight: bolder;
        letter-spacing: 0px;
        margin: 30px 0px 60px;
        transform: scale(1, 1.2);
        text-shadow: 2px 0px 2px #000;
    }

    .isl-home-v5 .isl-sliderDiv .slider-item p {
        color: #1a1919;
        font-size: 24px;
        font-weight: 600;
    }

    .isl-home-v5 .isl-sliderDiv .slider-item img {
        max-height: 70vh;
        /* float: right; */
        margin: 0 auto;
    }



    .isl-home-v5 .isl-sliderDiv .slick-dots {
        position: absolute;
        top: 50%;
        transform: translateY(-44%);
        right: 0%;
        display: grid;
        bottom: auto;
        width: auto;
    }

        .isl-home-v5 .isl-sliderDiv .slick-dots li {
            list-style: none;
            margin: 15px 0;
            background: #D4D4D4;
            margin: 3px;
            border-radius: 50%;
        }

            .isl-home-v5 .isl-sliderDiv .slick-dots li button {
                border-radius: 50%;
                width: 20px;
                height: 20px;
                border: none;
                background-color: #D4D4D4;
                text-indent: -9999px;
                outline: 0;
            }

            .isl-home-v5 .isl-sliderDiv .slick-dots li.slick-active button {
                background-color: #2D8FF1;
            }

    .isl-home-v5 .isl-sliderDiv button:hover {
        background-color: #2D8FF1;
    }

.isl-home-v5 [data-aos^=fade][data-aos^=fade] {
    opacity: 1;
    transition-property: opacity,transform;
}

/*.isl-pro-trader {
    background: url('/Content/images/home5/trader-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
}*/

.isl-home-v5 .isl-pro-trader {
}

    .isl-home-v5 .isl-pro-trader h2 {
        color: #FFFFFF;
        font-size: 76px;
        font-weight: bolder;
        letter-spacing: 0px;
        margin: 30px 0px 80px;
        transform: scale(1, 1.2);
        text-shadow: 2px 0px 2px #000;
        text-align: center;
        padding-top: 20vh;
    }

    .isl-home-v5 .isl-pro-trader h5 {
        text-align: center;
        font-size: 44px;
        font-weight: 600;
        color: #fff;
        opacity: 1;
        padding-top: 15px;
        padding-bottom: 25px;
    }

    .isl-home-v5 .isl-pro-trader p {
        text-align: center;
        font-size: 32px;
        font-weight: 600;
        color: #fff;
        opacity: 1;
        padding: 0px;
        margin: 0px;
        line-height: 1.9;
    }

        .isl-home-v5 .isl-pro-trader p.link {
            margin: 0 auto;
            text-align: center;
            margin-top: 50px;
        }

    .isl-home-v5 .isl-pro-trader .btn-tryNew {
        border: 4px solid #fff;
        font-size: 32px;
        font-weight: 600;
        padding: 10px;
        max-width: 350px;
        width: 100%;
        border-radius: 40px;
    }

        .isl-home-v5 .isl-pro-trader .btn-tryNew:hover {
            border: 4px solid #fff;
            background: #fff;
            color: #000;
        }

    .isl-home-v5 .isl-pro-trader .parallax-slide {
        position: relative;
        height: 90vh;
    }

    .isl-home-v5 .isl-pro-trader .parallax-clip {
        height: 100%;
        position: absolute;
        width: 100%;
        left: 0px;
        top: -30px;
    }

    .isl-home-v5 .isl-pro-trader .fixed-parallax {
        position: relative;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-size: cover;
        background-position: center top;
        background-attachment: fixed;
    }

        .isl-home-v5 .isl-pro-trader .fixed-parallax:before {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background: rgba(0, 0, 0, 0.2);
            content: "";
        }


.isl-services .slider.customer-logos {
    display: none;
    opacity: 0;
}

    .isl-services .slider.customer-logos.slick-initialized {
        display: block;
        opacity: 1;
        transition: opacity .3s ease-out;
    }


@supports (-webkit-overflow-scrolling: touch) {
    .isl-home-v5 .isl-pro-trader .parallax-clip {
        clip: rect(auto, auto, auto, auto);
    }

    .isl-home-v5 .isl-pro-trader .fixed-parallax {
        position: fixed;
        background-attachment: unset;
        -webkit-transform: translateZ(0);
    }
}

.isl-home-v5 .financialHelp {
    padding: 80px 0px;
    background: #FFFFFF;
    background: #f0f9f8;
}

    .isl-home-v5 .financialHelp.isl-realTime h3 {
        color: #1B2633;
        color: #323756;
        text-align: center;
        width: 100%;
        font-size: 52px;
        font-weight: bolder;
        line-height: 1.3;
    }

    .isl-home-v5 .financialHelp .islamiclyRetailTiles .box {
        margin-bottom: 0px;
    }

        .isl-home-v5 .financialHelp .islamiclyRetailTiles .box img {
            height: 50px;
        }

        .isl-home-v5 .financialHelp .islamiclyRetailTiles .box .boxTitle {
            font-size: 25px;
            font-weight: 600;
            margin-bottom: 15px;
            margin-top: 7px;
            line-height: 1.3;
            color: #1B2633;
            color: #319945;
            text-align: left;
            /* text-decoration: underline; */
            /* border-bottom: 2px solid #D5D5D5;*/
            width: fit-content;
            padding-bottom: 10px;
        }

        .isl-home-v5 .financialHelp .islamiclyRetailTiles .box p {
            font-size: 18px;
            color: #828282;
            color: #646464;
            letter-spacing: 0px;
            line-height: 1.6;
            font-weight: 400;
            text-align: justify;
        }

.isl-home-v5 .isl-scholars.isl-scholars--new {
    background: #1B2633;
    padding: 80px 0px;
}

    .isl-home-v5 .isl-scholars.isl-scholars--new .ourShariahScholars.scholardetails {
        background: url('/Content/images/home5/scholar-banner.png');
        background-repeat: no-repeat;
        background-size: cover;
        padding: 30px;
    }

    .isl-home-v5 .isl-scholars.isl-scholars--new .shariahHeaderTitle {
        color: #F2F2F2;
        font-size: 50px;
        text-align: left;
        margin: 0px;
        padding: 20px 0px;
    }

    .isl-home-v5 .isl-scholars.isl-scholars--new .ourShariahScholars.scholardetails .colmn img {
        width: 100px;
        height: 100px;
        border-radius: 60px;
    }

.isl-home-v5 .isl-scholars.dropdown-right.isl-scholars--new .scholardetails.ourShariahScholars .colmn p {
    color: #FFFFFF;
    line-height: 1.7;
    font-size: 20px;
    padding-top: 10px;
    font-weight: 400;
}

.isl-home-v5 .isl-scholars.dropdown-right.isl-scholars--new .scholardetails.ourShariahScholars .colmn small {
    color: #6E747A;
    line-height: 1.7;
    font-size: 16px;
    padding-top: 10px;
    font-weight: 400;
}


.isl-home-v5 .isl-scholars.isl-scholars--new .scholardetails.ourShariahScholars .colmn hr {
    border-top: 3px solid #333E48;
    width: 60px;
    margin: 5px 0;
}

.isl-home-v5 .isl-scholars.isl-scholars--new .scholardetails.ourShariahScholars h5 {
    letter-spacing: 1.28px;
    color: #6E7A85;
    opacity: 1;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    font-size: 15px;
    margin-top: 34px;
    max-width: 450px;
}

.isl-home-v5 .isl-scholars.isl-scholars--new .scholardetails.ourShariahScholars .watchnow a {
    letter-spacing: 1.28px;
    color: #BBBDC0;
    opacity: 1;
    font-weight: 100;
    border: 1px solid #319945;
    border-radius: 8px;
    padding: 10px 15px;
    border: 3px solid #BBBDC0;
    font-size: 15px;
}

.isl-home-v5 .isl-scholars.isl-scholars--new .certificateISL {
    background: #319945;
    position: relative;
    background: transparent;
    position: relative;
    width: 95%;
    height: 493px;
    padding: 50px 0px;
    border-radius: 10px;
}

.isl-home-v5 .isl-scholars.isl-scholars--new .isl-webinar {
    margin-top: 20px;
}

    .isl-home-v5 .isl-scholars.isl-scholars--new .isl-webinar.isl-stories {
        margin-top: 90px;
    }


    .isl-home-v5 .isl-scholars.isl-scholars--new .isl-webinar .isl-webinar--heading {
        margin-bottom: 60px;
    }

        .isl-home-v5 .isl-scholars.isl-scholars--new .isl-webinar .isl-webinar--heading h1 {
            font-size: 62px;
            font-weight: bolder;
            line-height: 1.3;
            margin: 0px;
        }

            .isl-home-v5 .isl-scholars.isl-scholars--new .isl-webinar .isl-webinar--heading h1 .fa {
                font-size: 48px;
            }

            .isl-home-v5 .isl-scholars.isl-scholars--new .isl-webinar .isl-webinar--heading h1 a {
                color: #fff;
            }

                .isl-home-v5 .isl-scholars.isl-scholars--new .isl-webinar .isl-webinar--heading h1 a:hover {
                    color: #C3C3C3;
                }

        .isl-home-v5 .isl-scholars.isl-scholars--new .isl-webinar .isl-webinar--heading p {
            font-size: 19px;
            color: #C3C3C3;
            font-weight: 400;
            margin-bottom: 0px;
        }

    .isl-home-v5 .isl-scholars.isl-scholars--new .isl-webinar .isl-webinar--tiles p {
        font-size: 20px;
        color: #C3C3C3;
        margin: 20px 0px 0px;
    }

        .isl-home-v5 .isl-scholars.isl-scholars--new .isl-webinar .isl-webinar--tiles p a:hover {
            text-decoration: underline;
            color: #fff;
        }


.isl-home-v5 .isl-scholars.isl-scholars--new {
}

    .isl-home-v5 .isl-scholars.isl-scholars--new .isl-stories {
    }

isl-contact .isl-stories .isl-stories--tiles {
}

.isl-home-v5 .isl-scholars.isl-scholars--new .isl-stories .isl-stories--tiles__box {
}

.isl-home-v5 .isl-scholars.isl-scholars--new .isl-stories .isl-stories--tiles__div {
    margin-bottom: 40px;
}

    /*  .isl-home-v5 .isl-scholars.isl-scholars--new .isl-stories .isl-stories--tiles__div a {
        width: 25%;
    }*/

    .isl-home-v5 .isl-scholars.isl-scholars--new .isl-stories .isl-stories--tiles__div p {
        color: #C3C3C3;
        font-size: 15px;
        margin: 0px 0px 0px;
        /* width: 70%;*/
        line-height: 1.4;
        /*margin-left: 5%;*/
    }

        .isl-home-v5 .isl-scholars.isl-scholars--new .isl-stories .isl-stories--tiles__div p a {
            width: 100%;
        }

            .isl-home-v5 .isl-scholars.isl-scholars--new .isl-stories .isl-stories--tiles__div p a:hover {
                text-decoration: underline;
                color: #fff;
            }


    .isl-home-v5 .isl-scholars.isl-scholars--new .isl-stories .isl-stories--tiles__div img {
        margin-bottom: 15px;
    }

.isl-home-v5 .isl-scholars.isl-scholars--new .isl-webinar.isl-contact {
    background: url('/Content/images/home5/contact-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0px 0px;
}

.isl-home-v5 .isl-scholars.isl-scholars--new .isl-contact .isl-contact--title {
    font-size: 76px;
    font-weight: 500;
    /* padding-top: 200px; */
    padding-top: 120px;
    padding-left: 30%;
    margin-bottom: 50px;
}

.isl-home-v5 .isl-scholars.isl-scholars--new .isl-contact .isl-contact--support {
    padding-left: 30%;
    font-size: 26px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 15px;
}

    .isl-home-v5 .isl-scholars.isl-scholars--new .isl-contact .isl-contact--support .fa {
        font-size: 26px;
        color: #fff;
    }

        .isl-home-v5 .isl-scholars.isl-scholars--new .isl-contact .isl-contact--support .fa.fa-whatsapp {
            color: #4FCE5D;
        }

.isl-home-v5 .isl-scholars.isl-scholars--new .isl-contact .isl-contact--rightImg {
    /*max-height: 300px;
    padding-top: 150px;*/

    max-height: 500px;
    margin: 30px 0px;
}

.isl-home-v5 .isl-scholars.isl-scholars--new .isl-contact .isl-contact--support a:hover {
    color: #4FCE5D;
    text-decoration: underline;
}






.homeSlideDiv .section {
    display: flex;
    min-height: 100vh;
    position: relative;
    z-index: 2;
    /* background: #F8F8F8;*/
}

    /*.section.homeSlideDiv > * {
        width: 50%;
    }*/
    .homeSlideDiv .section .section__body {
        width: 80%;
        margin-left: 15%;
    }

    .homeSlideDiv .section .section__img {
        width: 40%;
    }

.homeSlideDiv .section__img {
    position: relative;
    display: flex;
}

.homeSlideDiv .section__img__inner {
    height: 100vh;
    position: fixed;
    right: 10%;
    width: 40%;
    top: 0;
    mix-blend-mode: multiply;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    box-shadow: 0px 10px 10px #fff;
    box-shadow: none;
    border-radius: 30px;
}

.homeSlideDiv .section__body {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 100;
}

.homeSlideDiv .section__text {
    padding: 5vw 0vw 5vw 5vw;
}

.homeSlideDiv .section__img__inner {
    filter: blur(30px);
    opacity: 0;
    background-position: 50% 40%;
    /*transition: filter 0.6s ease, opacity 0.6s ease, background-position 0.8s ease;*/
    width: 360px;
    background: #eaf5ee;
    background: url('https://pic.islamicly.com/web/landing/iphone-mokeup.png');
    /* box-shadow: 0px 0px 10px #ccc; */
    height: 71vh;
    margin-top: 13vh;
    padding: 20px;
    display: flex;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .homeSlideDiv .section__img__inner img {
        max-height: 62.6vh;
        margin-top: 6px;
        border-radius: 43px;
        margin-left: 8px;
        margin-top: 3.5vh;
        border-radius: 8px 8px 40px 40px;
    }

.homeSlideDiv .section .section__img__inner {
    display: none;
}
/*.homeSlideDiv .section.active .section__img__inner {
    opacity: 1;
    background-position: 50% 50%;
    filter: blur(0);
}*/
.isl-home-v5 .homeSlideDiv .section.slider-item h1 {
    color: #000000;
    color: #363232;
    font-size: 68px;
    font-weight: bolder;
    letter-spacing: 0px;
    margin: 30px 0px 60px;
    /*transform: scale(1, 1.2);
    text-shadow: 2px 0px 2px #000;*/

    line-height: 1.1;
}

.isl-home-v5 .homeSlideDiv .section.slider-item p {
    color: #545353;
    font-size: 24px;
    font-weight: 600;
    line-height: 2;
    max-width: 700px;
}

.homeSlideDiv .section.active .section__img__inner {
    opacity: 1;
    background-position: 50% 50%;
    filter: blur(0);
    display: flex;
}









div.animation-element {
    margin: 0px 0;
}

.animation-element h2 {
    margin: 0 auto;
    text-align: center;
    width: 300px;
    height: 300px;
    color: white;
    background: orange;
    vertical-align: bottom;
    position: bottom;
}




.animation-element {
    opacity: 0;
    position: relative;
}

    .animation-element.slide-left {
        -webkit-transition: all 2000ms ease;
        -moz-transition: all 2000ms ease;
        -o-transition: all 2000ms ease;
        transition: all 2000ms ease;
        opacity: 0;
        -moz-transform: translate3d(-100px, 0px, 0px);
        -webkit-transform: translate3d(-100px, 0px, 0px);
        -o-transform: translate(-100px, 0px);
        -ms-transform: translate(-100px, 0px);
        transform: translate3d(-100px, 0px, 0px);
    }

    .animation-element.slide-right {
        -webkit-transition: all 2500ms ease;
        -moz-transition: all 2500ms ease;
        -o-transition: all 2500ms ease;
        transition: all 2500ms ease;
        opacity: 0;
        -moz-transform: translate3d(100px, 0px, 0px);
        -webkit-transform: translate3d(100px, 0px, 0px);
        -o-transform: translate(100px, 0px);
        -ms-transform: translate(100px, 0px);
        transform: translate3d(100px, 0px, 0px);
    }

        .animation-element.slide-left.in-view, .animation-element.slide-right.in-view {
            opacity: 1;
            -moz-transform: translate3d(0px, 0px, 0px);
            -webkit-transform: translate3d(0px, 0px, 0px);
            -o-transform: translate(0px, 0px);
            -ms-transform: translate(0px, 0px);
            transform: translate3d(0px, 0px, 0px);
        }




.isl-home-v5 .header .caption .isl-services .isl-services--title {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 5vh;
}

    .isl-home-v5 .header .caption .isl-services .isl-services--title span {
        background: #0f9120;
        color: #fff;
        padding: 0px 15px;
        text-transform: uppercase;
        font-style: italic;
    }


.isl-home-v5 .classOfDivToCheck .isl-appFeatures .subscription-big-img {
    transition: all 3s;
}

    .isl-home-v5 .classOfDivToCheck .isl-appFeatures .subscription-big-img:hover {
        transform: scale(1.1)
    }

.modal.modal-scholar .modal-content {
    background: #24282e;
    box-shadow: none;
    background: #1B2633 !important;
    background-color: #1B2633 !important;
    /* background: #1D5D9B !important; */
}


.modal.modal-scholar .modal-dialog {
    position: relative;
    top: 50%;
    transform: translateY(-50%) !important;
    width: 90%;
}

.isl-home-v5 .isl-header--nav .navbar-nav .nav-item.stars {
    background: #35a100;
}
/*    .isl-home-v5 .isl-header--nav .navbar-nav .nav-item.stars .fa {
        margin-right: 5px;
    }*/

.blink {
    color: #fff;
    margin-right: 0.5rem;
    animation: blink 2s steps(6, start) infinite;
    -webkit-animation: blink 1s steps(6, start) infinite;
}

@keyframes blink {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink {
    to {
        visibility: hidden;
    }
}







@media screen and (max-width: 1800px) {
    .homeSlideDiv .section .section__body {
        width: 80%;
        margin-left: 10%;
    }

    .homeSlideDiv .section__img__inner {
        right: 14%;
    }
}

@media screen and (max-width: 1500px) {
    .isl-home-v5 .headerNew-isl .caption {
        height: 100vh;
        height: calc(100vh - 60px);
    }

    .isl-home-v5 .header .caption .banner-trusted {
        margin-top: 5vh;
    }

    .isl-home-v5 .header .caption .img-right-pos {
        position: absolute;
        right: 2%;
        top: 27vh;
        height: 200px;
    }

    .isl-home-v5 .header .caption .isl-services {
        margin-top: 4vh;
    }

    .isl-home-v5 .header .caption .banner-broker--count {
        text-align: center;
        margin-top: 3vh;
        font-size: 24px;
        color: #B9B9B9;
        font-weight: 400;
        margin-bottom: 0px;
    }

    .isl-home-v5 .header .caption .banner-video {
        margin: 0px;
        margin-left: 15px;
        margin-top: 3vh;
    }

    .isl-home-v5 .header .caption .banner-title {
        color: #00E407;
        font-size: 36px;
        text-align: center;
        font-weight: 600;
    }

    .isl-home-v5 .header .caption .banner-subTitle {
        color: #fff;
        font-size: 36px;
        text-align: left;
        font-weight: 600;
        margin: 10px auto 15px;
        max-width: 840px;
    }

    .isl-home-v5 .headerNew-isl .caption .chatPopup {
        position: absolute;
        left: 30px;
        bottom: 4vh;
        z-index: 999;
    }

    .isl-home-v5 .header .caption .isl-services .isl-services--title {
        text-align: center;
        color: #fff;
        font-weight: 600;
        font-size: 24px;
        margin-bottom: 25px;
    }

        .isl-home-v5 .header .caption .isl-services .isl-services--title span {
            background: #0f9120;
            color: #fff;
            padding: 0px 15px;
            text-transform: uppercase;
            font-style: italic;
        }

    .homeSlideDiv .section__img__inner {
        right: 7%;
    }

    .homeSlideDiv .section .section__body {
        width: 90%;
        margin-left: 4%;
    }

    .homeSlideDiv .section__img__inner {
        height: 65vh;
        background-size: cover;
        margin-top: 19vh;
        width: 300px;
    }

        .homeSlideDiv .section__img__inner img {
            max-height: 57vh;
            margin-top: 6px;
            border-radius: 43px;
            margin-left: 8px;
            margin-top: 2.5vh;
            border-radius: 5px 5px 30px 30px;
            /* width: 500px; */
        }

    .isl-home-v5 .isl-pro-trader h2 {
        color: #FFFFFF;
        font-size: 46px;
        font-weight: bolder;
        letter-spacing: 0px;
        margin: 30px 0px 40px;
        text-align: center;
        padding-top: 10vh;
    }

    .isl-home-v5 .isl-pro-trader h5 {
        text-align: center;
        font-size: 34px;
        font-weight: 600;
        color: #fff;
        opacity: 1;
        padding-top: 15px;
        padding-bottom: 25px;
    }

    .isl-home-v5 .isl-pro-trader p {
        font-size: 28px;
    }
}

@media screen and (max-width: 1400px) {
    .homeSlideDiv .section__img__inner {
        height: 54vh;
        background-size: contain;
        margin-top: 22vh;
        width: 200px;
    }

    .homeSlideDiv .section .section__body {
        width: 90%;
        margin-left: 2%;
    }

    .homeSlideDiv .section__img__inner img {
        max-height: 44vh;
        margin-top: 6px;
        border-radius: 43px;
        margin-left: 5px;
        margin-top: 3vh;
        border-radius: 5px 5px 15px 15px;
        /* width: 500px; */
        /* width: 600px; */
    }

    .isl-register-v5 .registrationSlider .carousel .caption .isl-register__img-main.slide1 {
        margin-top: 5vh;
    }

    .isl-register-v5 .registrationSlider .carousel .caption .brokerImg {
        margin-top: 6vh !important;
    }

    .isl-register-v5 .registrationSlider .carousel .caption ul li {
        font-size: 14px;
        margin-bottom: 1vh;
    }

        .isl-register-v5 .registrationSlider .carousel .caption ul li span {
            font-size: 9px;
        }

    .isl-register-v5 .registrationSlider .carousel .caption .isl-register__img-main.slide4 {
        margin-top: 6vh;
    }
}

@media screen and (max-width: 1200px) {
    .isl-home-v5 .headerNew-isl .caption {
        height: 100vh;
        height: calc(120vh - 60px);
    }

    .homeSlideDiv .section__img__inner {
        right: 4%;
    }

    .homeSlideDiv .section .section__body {
        width: 90%;
        margin-left: 1%;
    }
}

@media screen and (max-width: 1050px) {
    .isl-header--nav .navbar-nav .nav-item {
        padding: 1px 10px !important;
    }

    .homeSlideDiv .section .section__body {
        width: 80% !important;
        margin-left: 0% !important;
    }

    .isl-home-v5 .homeSlideDiv .section.slider-item h1 {
        font-size: 63px;
    }

    .isl-home-v5 .homeSlideDiv .section.slider-item p {
        font-size: 20px;
    }

    .homeSlideDiv .section__img__inner {
        height: 55vh;
        background-size: contain;
        margin-top: 22vh;
        width: 250px;
    }

    .homeSlideDiv .section__img__inner {
        right: 0% !important;
    }

        .homeSlideDiv .section__img__inner img {
            max-height: 46vh;
        }
}

@media screen and (max-width: 1050px) and (max-height: 600px) {
    .homeSlideDiv .section__img__inner {
        height: 55vh;
        background-size: contain;
        margin-top: 22vh;
        width: 143px;
    }

        .homeSlideDiv .section__img__inner img {
            max-height: 43vh;
        }
}


@media screen and (max-width: 800px) and (max-width: 1000px) {
    .isl-home-v5 .topnav .navMain {
        position: absolute;
        padding: 0px;
        width: 94%;
    }

    .isl-home-v5 .isl-header--nav .topnav a {
        padding: 10px;
        float: left;
    }

    .isl-home-v5 .isl-header--nav .collapse.show .navbar-nav {
        display: flex;
        width: 100%;
    }

    .isl-home-v5 .isl-header--nav .navbar-nav .nav-item {
        padding: 1px 18px !important;
        margin: 0px 10px;
    }

        .isl-home-v5 .isl-header--nav .navbar-nav .nav-item.app-down, .isl-home-v5 .isl-header--nav .navbar-nav .nav-item.login, .isl-home-v5 .isl-header--nav .navbar-nav .nav-item.signUp {
            width: fit-content;
        }

    .isl-home-v5 .topnav .navMain {
        background: transparent;
        width: 100%;
        left: 0px;
    }

        .isl-home-v5 .topnav .navMain .navbar-toggler .fa {
            color: #fff;
        }

    .isl-home-v5 .isl-header--nav {
        height: 51px !important;
        background: transparent;
        background: #1B2633 !important;
    }

    .isl-home-v5 .topnav .navbar-collapse.collapse {
        margin-top: 51px;
    }

        .isl-home-v5 .topnav .navbar-collapse.collapse.show {
            background: #1B2633;
            box-shadow: 0px 0px 2px 0px #ccc;
            padding: 10px 0px;
        }

    .isl-home-v5 .isl-header--nav .navbar-nav .nav-item.login {
        border: 0px dotted #ccc !important;
    }

    .isl-home-v5 .isl-header--nav .navbar-nav .nav-item.signUp, .isl-home-v5 .isl-header--nav .navbar-nav .nav-item.signUp:hover {
        background: #00E407;
        background: transparent !important;
        border-radius: 0px 6px 6px 0px;
        border: 0px dotted #ccc !important;
    }

    .isl-home-v5 .isl-header--nav .collapse.show .d-flex.w-100 {
        display: block !important;
        margin-top: 0px;
    }

    .isl-home-v5 .header .caption .banner-trusted {
        margin-top: 7vh;
        font-size: 18px;
        color: #fff;
        text-align: center;
        margin-bottom: 5px;
    }

        .isl-home-v5 .header .caption .banner-trusted .fa {
            font-size: 18px !important;
        }

    .isl-home-v5 .headerNew-isl .caption {
        height: 100vh;
        height: calc(120vh - 60px);
        height: 100%;
    }

    .isl-home-v5 .classOfDivToCheck .app-subscription {
        color: #FFFFFF;
        line-height: 1.5;
        margin: 0 auto;
        font-size: 21px;
        margin-top: 4vh;
        max-width: 1500px;
        text-align: center;
    }

    .homeSlideDiv .section {
        display: block;
    }

        .homeSlideDiv .section .section__body {
            width: 100% !important;
            margin-left: 0% !important;
        }

        .homeSlideDiv .section .section__img {
            width: 100%;
            display: block;
        }

    .homeSlideDiv .section__img__inner {
        height: 61vh;
        position: inherit;
        margin: 0px;
        background-size: cover;
        width: 300px;
        margin: 0 auto;
    }

    .homeSlideDiv .section__text {
        padding: 3vh 3vw;
        width: 100%;
    }

    .isl-home-v5 .homeSlideDiv .section.slider-item h1 {
        font-size: 40px;
        margin: 10px 0px;
    }

    .isl-home-v5 .homeSlideDiv .section.slider-item p {
        font-size: 18px;
        line-height: 1.8;
    }

    .homeSlideDiv .section__img__inner img {
        max-height: 53.4vh;
        margin-top: 6px;
        border-radius: 43px;
        margin-left: 8px;
        margin-top: 2.5vh;
        border-radius: 5px 5px 27px 31px;
        /* width: 500px; */
        /* width: 600px; */
    }

    .isl-home-v5 .isl-pro-trader h2 {
        font-size: 36px;
        line-height: 1.4;
    }

    .isl-home-v5 .isl-pro-trader h5 {
        font-size: 28px;
        line-height: 1.4;
    }

    .isl-home-v5 .isl-pro-trader p {
        font-size: 20px !important;
        line-height: 1.7;
    }

    .isl-home-v5 .isl-pro-trader .btn-tryNew {
        border: 4px solid #fff;
        font-size: 26px;
        padding: 8px 15px;
        max-width: 350px;
        width: 100%;
        border-radius: 40px;
        position: inherit !important;
        left: 0% !important;
        margin: 0 auto;
        text-align: center;
    }

    .isl-home-v5 .financialHelp.isl-realTime h3 {
        font-size: 27px;
    }

    .isl-home-v5 .financialHelp .islamiclyRetailTiles .box .boxTitle {
        margin-bottom: 0px;
        margin-top: 14px;
        padding-bottom: 0px;
    }

    .isl-home-v5 .financialHelp .islamiclyRetailTiles .box p {
        margin-top: 15px;
    }

    .isl-home-v5 .isl-leading--scholar .d-flex.justify-content-between {
        display: inline-block !important;
    }

    .isl-home-v5 .isl-leading--scholar .isl-leading--scholar__title {
        font-size: 25px;
    }

    .isl-home-v5 .isl-leading--scholar .isl-store {
        margin-top: 3vh;
    }

    .isl-home-v5 .isl-leading--scholar .qrScanner {
        margin-top: 3vh;
    }

        .isl-home-v5 .isl-leading--scholar .qrScanner img {
            max-height: 130px;
        }

    .isl-home-v5 .isl-leading--scholar .appRightDownImg {
        float: none;
        margin: 0 auto;
        display: block;
        margin-top: 30px;
        max-height: 300px;
    }

    .isl-home-v5 .isl-scholars.isl-scholars--new, #section6 {
        display: block !important;
    }

        .isl-home-v5 .isl-scholars.isl-scholars--new .shariahHeaderTitle {
            color: #F2F2F2;
            font-size: 34px;
            text-align: left;
            margin: 0px;
            padding: 20px 0px;
            line-height: 1.2;
        }

        .isl-home-v5 .isl-scholars.isl-scholars--new .isl-webinar .isl-webinar--heading h1 {
            font-size: 40px;
            font-weight: bolder;
            line-height: 1.3;
            margin: 0px;
        }

            .isl-home-v5 .isl-scholars.isl-scholars--new .isl-webinar .isl-webinar--heading h1 .fa {
                font-size: 34px;
            }

        .isl-home-v5 .isl-scholars.isl-scholars--new .isl-webinar .isl-webinar--tiles p {
            margin-bottom: 20px;
        }

    .certificateISL {
        width: 100%;
        height: 400px;
        margin-bottom: 50px;
    }

    div.isl-scholars .certificateImage img {
        height: 420px;
    }

    div.isl-scholars.dropdown-right .scholardetails.ourShariahScholars .colmn p {
        font-size: 15px;
    }

    .ourShariahScholars.scholardetails {
        height: 100%;
    }

    .isl-header--nav .sticky .navMain {
        align-items: center;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .isl-home-v5 .isl-scholars.isl-scholars--new .isl-webinar .isl-webinar--tiles p {
        font-size: 14px;
        color: #C3C3C3;
        margin: 20px 0px 0px;
    }

    .isl-home-v5 .isl-scholars.isl-scholars--new .isl-stories .isl-stories--tiles__div {
        margin-bottom: 40px;
        display: block !important;
    }
}

@media screen and (max-width: 799px) {
    .isl-home-v5 .topnav .navMain {
        position: absolute;
        padding: 0px;
        width: 94%;
    }

    .isl-home-v5 .isl-header--nav .topnav a {
        padding: 10px;
        float: left;
    }

    .isl-home-v5 .isl-header--nav .collapse.show .navbar-nav {
        display: flex;
        width: 100%;
    }

    .isl-home-v5 .isl-header--nav .navbar-nav .nav-item {
        padding: 1px 18px !important;
        margin: 0px 10px;
    }

        .isl-home-v5 .isl-header--nav .navbar-nav .nav-item.app-down, .isl-home-v5 .isl-header--nav .navbar-nav .nav-item.login, .isl-home-v5 .isl-header--nav .navbar-nav .nav-item.signUp {
            width: fit-content;
        }

    .isl-home-v5 .topnav .navMain {
        background: transparent;
        width: 100%;
        left: 0px;
    }

        .isl-home-v5 .topnav .navMain .navbar-toggler .fa {
            color: #fff;
        }

    .isl-home-v5 .isl-header--nav {
        height: 51px !important;
        background: transparent;
        background: #1B2633 !important;
    }

    .isl-home-v5 .topnav .navbar-collapse.collapse {
        margin-top: 51px;
    }

        .isl-home-v5 .topnav .navbar-collapse.collapse.show {
            background: #1B2633;
            box-shadow: 0px 0px 2px 0px #ccc;
            padding: 10px 0px;
        }

    .isl-home-v5 .isl-header--nav .navbar-nav .nav-item.login {
        border: 0px dotted #ccc !important;
    }

    .isl-home-v5 .isl-header--nav .navbar-nav .nav-item.signUp, .isl-home-v5 .isl-header--nav .navbar-nav .nav-item.signUp:hover {
        background: #00E407;
        background: transparent !important;
        border-radius: 0px 6px 6px 0px;
        border: 0px dotted #ccc !important;
    }

    .isl-home-v5 .isl-header--nav .collapse.show .d-flex.w-100 {
        display: block !important;
        margin-top: 0px;
    }

    .isl-home-v5 .header .caption .banner-trusted {
        margin-top: 7vh;
        font-size: 18px;
        color: #fff;
        text-align: center;
        margin-bottom: 5px;
    }

        .isl-home-v5 .header .caption .banner-trusted .fa {
            font-size: 18px !important;
        }

    .isl-home-v5 .headerNew-isl .caption {
        height: 100vh;
        height: calc(120vh - 60px);
        height: 100%;
    }

    .isl-home-v5 .classOfDivToCheck .app-subscription {
        color: #FFFFFF;
        line-height: 1.5;
        margin: 0 auto;
        font-size: 21px;
        margin-top: 4vh;
        max-width: 1500px;
        text-align: center;
    }

    .homeSlideDiv .section {
        display: block;
    }

        .homeSlideDiv .section .section__body {
            width: 100% !important;
            margin-left: 0% !important;
        }

        .homeSlideDiv .section .section__img {
            width: 100%;
            display: block;
        }

    .homeSlideDiv .section__img__inner {
        height: 61vh;
        position: inherit;
        margin: 0px;
        background-size: cover;
        width: 300px;
        margin: 0 auto;
    }

    .homeSlideDiv .section__text {
        padding: 3vh 3vw;
        width: 100%;
    }

    .isl-home-v5 .homeSlideDiv .section.slider-item h1 {
        font-size: 40px;
        margin: 10px 0px;
    }

    .isl-home-v5 .homeSlideDiv .section.slider-item p {
        font-size: 18px;
        line-height: 1.8;
    }

    .homeSlideDiv .section__img__inner img {
        max-height: 53.4vh;
        margin-top: 6px;
        border-radius: 43px;
        margin-left: 8px;
        margin-top: 2.5vh;
        border-radius: 5px 5px 27px 31px;
        /* width: 500px; */
        /* width: 600px; */
    }

    .isl-home-v5 .isl-pro-trader h2 {
        font-size: 36px;
        line-height: 1.4;
    }

    .isl-home-v5 .isl-pro-trader h5 {
        font-size: 28px;
        line-height: 1.4;
    }

    .isl-home-v5 .isl-pro-trader p {
        font-size: 20px !important;
        line-height: 1.7;
    }

    .isl-home-v5 .isl-pro-trader .btn-tryNew {
        border: 4px solid #fff;
        font-size: 26px;
        padding: 8px 15px;
        max-width: 350px;
        width: 100%;
        border-radius: 40px;
        position: inherit !important;
        left: 0% !important;
        margin: 0 auto;
        text-align: center;
    }

    .isl-home-v5 .financialHelp.isl-realTime h3 {
        font-size: 27px;
    }

    .isl-home-v5 .financialHelp .islamiclyRetailTiles .box .boxTitle {
        margin-bottom: 0px;
        margin-top: 14px;
        padding-bottom: 0px;
    }

    .isl-home-v5 .financialHelp .islamiclyRetailTiles .box p {
        margin-top: 15px;
    }

    .isl-home-v5 .isl-leading--scholar .d-flex.justify-content-between {
        display: inline-block !important;
    }

    .isl-home-v5 .isl-leading--scholar .isl-leading--scholar__title {
        font-size: 25px;
    }

    .isl-home-v5 .isl-leading--scholar .isl-store {
        margin-top: 3vh;
    }

    .isl-home-v5 .isl-leading--scholar .qrScanner {
        margin-top: 3vh;
    }

        .isl-home-v5 .isl-leading--scholar .qrScanner img {
            max-height: 130px;
        }

    .isl-home-v5 .isl-leading--scholar .appRightDownImg {
        float: none;
        margin: 0 auto;
        display: block;
        margin-top: 30px;
        max-height: 300px;
    }

    .isl-home-v5 .isl-scholars.isl-scholars--new, #section6 {
        display: block !important;
    }

        .isl-home-v5 .isl-scholars.isl-scholars--new .shariahHeaderTitle {
            color: #F2F2F2;
            font-size: 34px;
            text-align: left;
            margin: 0px;
            padding: 20px 0px;
            line-height: 1.2;
        }

        .isl-home-v5 .isl-scholars.isl-scholars--new .isl-webinar .isl-webinar--heading h1 {
            font-size: 40px;
            font-weight: bolder;
            line-height: 1.3;
            margin: 0px;
        }

            .isl-home-v5 .isl-scholars.isl-scholars--new .isl-webinar .isl-webinar--heading h1 .fa {
                font-size: 34px;
            }

        .isl-home-v5 .isl-scholars.isl-scholars--new .isl-webinar .isl-webinar--tiles p {
            margin-bottom: 20px;
        }
}

@media screen and (max-width: 768px) {
    .isl-header--nav {
        width: 98%;
    }

    .isl-home-v5 .header .caption .banner-broker--count {
        font-size: 20px;
        padding: 0px 10px 4vh;
    }

    .isl-home-v5 .header .caption .banner-title {
        font-size: 30px;
    }

    .isl-home-v5 .classOfDivToCheck .app-subscription {
        margin-bottom: 20px;
    }

    .isl-header--nav .sticky .navMain {
        align-items: center;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .homeSlideDiv .section__img__inner img {
        max-height: 53.4vh;
        margin-top: 2.8vh;
    }

    .isl-home-v5 .isl-pro-trader .parallax-slide {
        position: relative;
        height: 70vh;
    }

    .isl-home-v5 .isl-scholars.isl-scholars--new .isl-webinar .isl-webinar--tiles p {
        font-size: 15px;
        color: #C3C3C3;
        margin: 20px 0px 0px;
    }

    .isl-home-v5 .isl-scholars.isl-scholars--new .isl-stories .col-md-3 {
        flex: 0 0 50%;
        max-width: 100%;
    }

    .ourShariahScholars.scholardetails {
        height: 100%;
    }

    div.isl-scholars .certificateImage img {
        height: 450px;
    }

    div.isl-scholars .shariahHeaderTitle {
        margin-top: 45px;
        padding: 0px;
    }

    div.isl-scholars.dropdown-right .scholardetails.ourShariahScholars .colmn p {
        color: #646464;
        line-height: 1.7;
        font-size: 17px;
    }

    .isl-countryList .footertop ul li {
        width: 32%;
    }

    .footerbottom p.mobile {
        display: none;
    }

    .footerbottom p.desktop {
        justify-content: center;
        font-size: 16px;
    }

    .footerbottom .d-flex .col:nth-child(2) p {
        text-align: center;
        font-size: 16px;
        margin: 15px 0px;
    }

    .ourShariahScholars.scholardetails {
        flex-direction: row;
    }

    div.isl-scholars.dropdown-right .scholardetails .colmn p.hoverdisplay a {
        font-size: 11px;
    }

    .isl-register-v5 .registrationSlider-right {
        background: #F5F5F8;
        margin-top: 80px !important;
    }

    .isl-register-v5 .registrationSlider-right {
        background: #F5F5F8;
        margin-top: 63px !important;
        padding-top: 15px !important;
        padding-bottom: 50px !important;
    }

    .isl-register-v5 .registrationSlider {
        background: #24282e !important;
    }
}

@media screen and (max-width: 600px) {
    .isl-header--nav {
        width: 96%;
    }

    .isl-home-v5 .header .caption .banner-broker--count {
        font-size: 20px;
        padding: 0px 10px;
    }

    .isl-home-v5 .header .caption .banner-title {
        font-size: 25px;
    }

    .isl-home-v5 .classOfDivToCheck .app-subscription {
        margin-bottom: 20px;
    }

    .isl-home-v5 .header .caption .isl-services {
        margin-top: 4vh;
        padding: 0px;
    }

    .footerbottom p.mobile {
        display: none;
    }

    .footerbottom p.desktop {
        display: flex;
        justify-content: center;
        font-size: 16px;
    }

    .footerbottom .d-flex {
        height: 154px;
    }

    .isl-header--nav {
        width: 100%;
    }

    .isl-home-v5 .topnav .navMain {
        background: transparent;
        width: 95%;
    }

    .isl-home-v5 .isl-pro-trader .parallax-slide {
        position: relative;
        height: 80vh;
    }

    .certificateISL {
        margin-top: 70px;
    }

    div.isl-scholars .certificateImage img {
        height: 300px;
    }

    div.isl-scholars .shariahHeaderTitle {
        margin-top: 45px;
        padding: 0px;
        margin-bottom: 40px;
    }

    .isl-home-v5 .isl-scholars.isl-scholars--new .isl-stories .col-md-3 {
        flex: 0 0 50%;
        max-width: 100%;
    }
}

@media screen and (max-width: 419px) {
    .isl-header--nav {
        width: 100%;
    }

    .isl-home-v5 .topnav .navMain {
        background: transparent;
        width: 97%;
    }

    .homeSlideDiv .section__img__inner {
        height: 72vh;
        background: aliceblue;
    }

        .homeSlideDiv .section__img__inner img {
            max-height: 62.4vh;
        }

    .isl-home-v5 .header .caption .banner-title {
        font-size: 22px !important;
        padding: 0 1.5vw !important;
        line-height: 1.2;
    }

    .isl-home-v5 .header .caption .banner-subTitle {
        color: #fff;
        font-size: 24px !important;
        text-align: left;
        font-weight: 600;
        margin: 0px auto 15px;
    }

    .isl-home-v5 .header .caption .isl-scholars--Certificate {
        display: none;
    }

    .isl-home-v5 .header .caption .banner-video .video-btn {
        padding: 4px 17px 4px 10px;
        font-size: 15px;
    }

        .isl-home-v5 .header .caption .banner-video .video-btn .fa {
            font-size: 26px;
        }

    .isl-home-v5 .header .caption .banner-trusted {
        font-size: 15px;
    }

    .isl-home-v5 .header .caption .isl-services .isl-services--title {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .isl-home-v5 .headerNew-isl .caption .container .d-flex.justify-content-center.align-items-center .col:last-child {
        display: none;
    }

    .isl-home-v5 .headerNew-isl .caption .container .d-flex.justify-content-center.align-items-center .col:first-child {
        width: 100%;
    }

    .isl-home-v5 .header .caption .banner-trusted {
        margin-bottom: 2vh !important;
    }

    .isl-home-v5 .header .caption .isl-services {
        margin-top: 2vh;
        padding: 0px;
    }

    .isl-home-v5 .header .caption .banner-broker--count {
        margin-top: 2vh;
        font-size: 20px;
    }

    .isl-home-v5 .classOfDivToCheck .app-subscription {
        line-height: 1.3;
        font-size: 24px;
        margin-bottom: 15px;
    }

    .isl-home-v5 .homeSlideDiv .section.slider-item h1 {
        font-size: 30px;
        margin: 10px 0px;
    }

    .isl-home-v5 .homeSlideDiv .section.slider-item p {
        font-size: 16px;
        line-height: 1.4;
    }

    .homeSlideDiv .section__img__inner {
        height: 83vh;
    }

        .homeSlideDiv .section__img__inner img {
            max-height: 85.4vh;
        }

    .isl-home-v5 .isl-pro-trader h2 {
        font-size: 25px;
        line-height: 1.4;
        margin: 0px;
    }

    .isl-home-v5 .isl-pro-trader h5 {
        font-size: 22px;
        line-height: 1.4;
        padding-bottom: 10px;
    }

    .isl-home-v5 .isl-pro-trader p {
        font-size: 16px !important;
        line-height: 1.7;
    }

        .isl-home-v5 .isl-pro-trader p.link {
            margin-top: 15px;
        }

    .isl-home-v5 .isl-pro-trader .btn-tryNew {
        border: 2px solid #fff;
        font-size: 23px;
        padding: 3px 15px;
    }

    .isl-home-v5 .financialHelp .islamiclyRetailTiles .box img {
        height: 35px;
    }

    .isl-home-v5 .financialHelp .islamiclyRetailTiles .box .boxTitle {
        margin-bottom: 0px;
        margin-top: 7px;
        padding-bottom: 0px;
    }

    .isl-home-v5 .financialHelp .islamiclyRetailTiles .box p {
        font-size: 15px !important;
    }

    div.isl-scholars .shariahHeaderTitle {
        color: #323756;
        font-size: 24px;
        text-align: left;
        margin-bottom: 40px;
    }

    div.isl-scholars.dropdown-right .ourShariahScholars.scholardetails .parent {
        width: 70px;
        height: 70px;
        margin-right: 10px;
    }

    div.isl-scholars.dropdown-right .scholardetails.ourShariahScholars .colmn p {
        font-size: 14px;
    }

    .ourShariahScholars.scholardetails {
        margin-top: 15px;
    }

    .certificateISL {
        margin-top: 70px;
        height: 377px;
    }

    .isl-home-v5 .isl-scholars.isl-scholars--new {
        background: #1B2633;
        padding: 30px 0px;
    }

        .isl-home-v5 .isl-scholars.isl-scholars--new .isl-webinar .isl-webinar--heading {
            margin-bottom: 30px;
        }

            .isl-home-v5 .isl-scholars.isl-scholars--new .isl-webinar .isl-webinar--heading h1 {
                font-size: 29px;
            }

                .isl-home-v5 .isl-scholars.isl-scholars--new .isl-webinar .isl-webinar--heading h1 .fa {
                    font-size: 25px;
                }

            .isl-home-v5 .isl-scholars.isl-scholars--new .isl-webinar .isl-webinar--heading p {
                font-size: 18px;
            }

        .isl-home-v5 .isl-scholars.isl-scholars--new .isl-webinar .isl-webinar--tiles p {
            font-size: 16px;
            margin: 10px 0px;
        }

        .isl-home-v5 .isl-scholars.isl-scholars--new .isl-webinar.isl-stories {
            margin-top: 30px;
        }

    .isl-home-v5 .isl-leading--scholar {
        background: #E8F4FD;
        padding: 70px 0px;
    }

        .isl-home-v5 .isl-leading--scholar .isl-leading--scholar__title {
            font-size: 20px;
            text-align: center;
        }

        .isl-home-v5 .isl-leading--scholar .qrScanner p {
            font-size: 16px;
        }

    .contactPanelLayout span {
        font-size: 15px;
    }

        .contactPanelLayout span a {
            font-size: 15px;
        }

    .footerbottom p {
        font-size: 15px;
    }

    .isl-home-v5 .isl-leading--scholar .qrScanner img {
        max-height: 90px;
    }

    .isl-home-v5 .isl-pro-trader .parallax-slide {
        position: relative;
        height: 75vh;
    }

    .isl-home-v5 .header .caption .isl-services .isl-services--title {
        padding: 0px 10px;
    }

    .footerbottom p.mobile {
        display: block;
    }

    .footerbottom p.desktop {
        display: none;
    }

    .footerbottom .d-flex {
        height: 170px;
    }

    .isl-home-v5 .isl-scholars.isl-scholars--new .isl-stories .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 360px) {
    .isl-header--nav {
        width: 100%;
    }

    .isl-home-v5 .topnav .navMain {
        background: transparent;
        width: 99%;
    }

    .certificateISL {
        margin-top: 70px;
        height: 300px;
    }

    div.isl-scholars .certificateImage img {
        height: 350px;
    }

    .footerbottom p.mobile {
        display: block;
    }

    .isl-home-v5 .classOfDivToCheck .app-subscription {
        line-height: 1.3;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .isl-home-v5 .isl-pro-trader .parallax-slide {
        position: relative;
        height: 90vh;
    }

    .isl-home-v5 .isl-scholars.isl-scholars--new .isl-stories .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}



.isl-home-v5 .isl-header--nav .navbar-nav .nav-item.isl-gold {
    background: #d99a29;
}
    /*.isl-home-v5 .isl-header--nav .navbar-nav .nav-item.isl-gold .nav-link {
        display: flex;
    }*/
    .isl-home-v5 .isl-header--nav .navbar-nav .nav-item.isl-gold .nav-link img {
        display: none;
    }

.blink_text {
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 1.9;
    }

    100% {
        opacity: 1.0;
    }
}

.isl-home-v5 .isl-header--nav .navbar-nav .nav-item.isl-gold {
    background-color: #d99a29;
    -webkit-animation: blink 2000ms infinite;
    animation: blink 2000ms infinite;
}

@-webkit-keyframes blink {
    50% {
        background-color: #f9a309;
    }
}

@keyframes blink {
    50% {
        background-color: #a36e0f;
    }
}

.isl-home-v5 .isl-header--nav .navbar-nav .nav-item.isl-gold.active .nav-link {
    color: #1F8102;
    color: #fff;
}

.isl-header--nav .navbar-nav .nav-item.isl-gold.active .nav-link:after {
    border-top: 0.3rem solid #fff;
}


.isl-home-v5 .isl-header--nav .navbar-nav .nav-item.stars {
    background: #2B474E;
}

    .isl-home-v5 .isl-header--nav .navbar-nav .nav-item.stars a {
        color: #fff;
    }

.isl-home-v5 .isl-header--nav .sticky .navbar-nav .nav-item.stars .nav-link {
    color: #fff;
}





@media (max-width: 767px) {
    .isl-home-v5 .header .video-container .caption .banner-subTitle {
        margin-bottom: 2vh !important;
    }

    .isl-home-v5 .header .caption .banner-subTitle {
        font-size: 21px !important;
        padding: 10px 20px !important;
    }

    .isl-home-v5 .header .caption .banner-trusted {
        font-size: 19px !important;
    }

    .isl-home-v5 .header .caption .isl-services .isl-services--title {
        font-size: 20px !important;
        margin-top: 5vh !important;
    }

        .isl-home-v5 .header .caption .isl-services .isl-services--title span {
            background: #0f9120;
            color: #fff;
            padding: 0px 6px;
            text-transform: uppercase;
            font-style: italic;
            font-size: 16px;
        }
    .isl-home-v5 .header .caption .banner-broker--count {
        margin-top: 2vh;
        font-size: 17px;
    }
    .isl-home-v5 .headerNew-isl .caption {
        height: calc(100vh - 200px) !important;
    }
    .isl-home-v5 .header.headerNew-isl--gold .caption .banner-subTitle {
        font-size: 18px !important;
        padding: 10px 0px !important;
    }
    .isl-home-v5 .header .caption .btn-gold {
        font-size: 16px !important;
    }
    .isl-home-v5 .header.headerNew-isl--gold {
        background: url('https://pic.islamicly.com/web/portal/desktopbggold2.png') !important;
        background-size: cover;
        background-position: center center;
    }
    .isl-home-v5 .headerNew-isl.headerNew-isl--gold .caption {
        height: calc(100vh - 400px) !important;
        height: fit-content !important;
        min-height: auto !important;
    }
    .islStrategy-box {
        padding: 50px 20px !important;
    }
        .islStrategy-box .display-6 {
            font-size: 20px !important;
            line-height: 1.3;
            padding-right: 0px;
        }
        .islStrategy-box .islStrategy-boxSubTitle {
            font-size: 16px !important;
            padding-right: 5vw !important;
        }
        .islStrategy-box .islStrategy-boxPara {
            font-size: 15px !important;
        }
    .isl-home-v5 .classOfDivToCheck .isl-appFeatures {
        padding: 0px !important;
    }
    .isl-home-v5 .header .caption .banner-title, .isl-home-v5 .classOfDivToCheck .app-subscription {
        font-size: 24px !important;
        padding: 0px;
    }
    [data-aos^=zoom][data-aos^=zoom] {
        opacity: 1;
        transition-property: opacity, transform;
    }
    [data-aos=zoom-in] {
        transform: scale(1) !important;
    }
    .isl-home-v5 .homeSlideDiv .section.slider-item h1 {
        font-size: 31px !important;
    }
    .isl-home-v5 .homeSlideDiv .section.slider-item p {
        font-size: 15px !important;
        line-height: 1.9 !important;
    }
    .isl-home-v5 .isl-pro-trader h2 {
        font-size: 28px !important;
    }
    .isl-home-v5 .financialHelp.isl-realTime h3 {
        font-size: 24px !important;
        max-width: 800px !important;
        margin: 0 auto;
    }
    div.isl-scholars .shariahHeaderTitle, .isl-home-v5 .isl-leading--scholar .isl-leading--scholar__title {
        font-size: 24px !important;
        line-height: 1.6 !important;
        margin: 0px !important;
        padding: 30px !important;
    }
    .isl-home-v5 .isl-scholars.isl-scholars--new .isl-webinar .isl-webinar--heading h1 {
        font-size: 24px !important;
    }
    .isl-home-v5 .isl-scholars.isl-scholars--new .isl-webinar .isl-webinar--heading p {
        font-size: 16px !important;
    }
    .isl-home-v5 .isl-scholars.isl-scholars--new .isl-webinar .isl-webinar--tiles p {
        margin-bottom: 25px !important;
    }
    .isl-home-v5 .isl-leading--scholar .isl-leading--scholar__title {
        font-size: 19px !important;
        padding-right: 0vw !important;
        padding: 0px !important;
        letter-spacing: 0.4px;
    }
    .isl-leading--scholar .w-75.isl-store, .isl-leading--scholar .w-50.qrScanner {
        width: 100% !important;
    }
        .isl-leading--scholar .w-75.isl-store a img {
            max-width: 100% !important;
            max-height: 70px !important;
        }
        .isl-leading--scholar .w-75.isl-store img {
            max-width: 88% !important;
        }
    .contactPanelLayout span {
        width: 100%;
        margin: 20px 0px 0px;
    }
    .isl-home-v5 .isl-leading--scholar .appRightDownImg {
        float: right;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .isl-home-v5 .isl-leading--scholar {
        margin: 0px auto 0px !important;
        padding-top: 50px !important;
    }
}
