﻿body {
    overflow-y: auto;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 8px;
    background: #fff;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    /*outline: 1px solid slategrey;*/
    border-radius: 10px;
}

.navigation {
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 1;
    background: rgba(44,47,51,.7);
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.29);
}

.navbar-right {
    float: right;
    padding-right: 10%;
}

    .navbar-right a {
        text-decoration: none;
        padding: 10px;
        color: #fff;
        font-weight: 900;
    }

        .navbar-right a:hover {
            text-decoration: underline;
        }

.navbar-logo {
    padding-left: 10%;
    font-family: Arial;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
}

.video-container {
    z-index: -100;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: initial;
    top: 0;
    left: 0;
    background: #F1F3F4 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    box-shadow: none;
}

#video-bg {
    width: 100%;
}

.portfolio-section {
    margin-top: 50%;
}

.tagline-left {
    float: left;
    width: 50%;
    text-align: center;
}

.tagline-right {
    float: right;
    width: 50%;
    text-align: center;
}

.tagline-video {
    width: 75%;
}

.tagline-right-text {
    position: absolute;
    margin-top: 9%;
    text-align: center;
    margin-left: 17%;
    font-family: Arial;
    color: #fff;
    width: 290px;
    font-size: 40px;
}

.tagline-left-text {
    position: absolute;
    margin-top: 9%;
    text-align: center;
    margin-left: 11%;
    font-family: Arial;
    color: #fff;
    width: 375px;
    font-size: 40px;
}

.caption {
    position: inherit;
    top: 0;
    z-index: 999;
    width: 300px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    height: 100vh;
    width: 75%;
}

    .caption .col:first-child {
        flex-grow: 1.3;
    }

#navbarNav {
    margin-top: 12px;
    justify-content: flex-end;
}

    #navbarNav .d-flex {
        width: 77%;
        justify-content: space-between;
    }

.navbar-nav .nav-link {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #2F2F33;
    transition: all 1.5s;
}

    .navbar-nav .nav-link:hover {
        color: #319945;
        font-weight: 600;
    }

.nav-item {
    padding: 0 12px;
}

.getstarted {
    background: #2F2F33;
}

.navbar-nav.right .nav-item {
    padding: 0 7px;
}

.navbar-nav.right .nav-link {
    font-size: 12px;
}

.navbar-nav.right .getstarted .nav-link {
    color: #fff;
}

.navbar-nav .getstarted .nav-link:hover {
    color: #fff;
    transform: scale(1.1);
}

.caption h1 {
    line-height: 1;
    font-weight: 600;
    font-size: 1.86vw;
    text-align: left;
    color: #2F2F33;
}

    .caption h1 small {
        font-size: 1.5vw;
        font-weight: 300;
    }

.caption .input-group--Styling {
    display: flex;
    border: 1px solid #707070;
    border-radius: 6px;
    max-width: 700px;
}

    .caption .input-group--Styling input {
        background: #fff;
        border-radius: 8px 0 0 8px;
        font-size: 14px;
        border: 0;
    }

    .caption .input-group--Styling .input-group-addon {
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 46px;
        height: 46px;
        border-right: 0 solid #ccc;
        border-radius: 0 8px 8px 0;
    }

        .caption .input-group--Styling .input-group-addon .material-icons {
            border-left: 1px solid #ccc;
            padding: 0 10px;
            color: #319945;
            cursor: pointer;
        }

.caption .p-relative {
    text-align: right;
    display: block;
    margin: 0 auto;
    position: relative;
}

    .caption .p-relative img {
        height: 50vh;
        margin-top: 70px;
    }

    .caption .p-relative .pABS {
        background: transparent linear-gradient(180deg, #06B73C 0%, #035C1E 100%) 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px rgba(0,0,0,0.29);
        position: absolute;
        border-radius: 50%;
        height: 180px;
        width: 180px;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0px;
        right: 0;
    }

        .caption .p-relative .pABS p {
            font-size: 20px;
            color: #fff;
            text-align: left;
            line-height: 1.2;
        }

.input-group--Styling {
    width: 100% !important;
}

.dropdown-toggle::after {
    display: none;
}

.menu-large {
    position: static !important;
}

.megamenu {
    padding: 0;
    left: 25%;
    width: 1100px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin-top: 0;
}

.header .dropdown-menu.megamenu {
    background: #fff;
    background: #FFF 0% 0% no-repeat padding-box;
    border-radius: 16px 16px;
    margin-top: -8px;
}

.navbar-nav .dropdown.show .nav-link {
    color: #319945;
    font-weight: 600;
}

#fullview > div:nth-child(even) {
    background-color: #ffffff;
    color: #2F2F33;
}

.islamiclyRetail .images {
    background: #ffffff;
}

#section2 {
    height: 100vh;
}

.islamiclyRetail .images img:first-child {
    right: -86%;
    top: -100px;
}

.islamiclyRetail .images img:last-child {
    left: auto;
}

.islamiclyRetail .images:hover .islamiclyRetail .images img:first-child {
    transform: rotate(-10deg);
}

#fullview > div {
    background: #F1F3F4 0% 0% no-repeat padding-box;
    /*box-shadow: 0px 3px 6px rgba(0,0,0,0.29);*/
}

.shariahHeaderTitle {
    letter-spacing: 0px;
    color: #2F2F33;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    padding: 80px 0px 40px;
}

.ourShariahScholars.scholardetails {
    align-items: center;
    justify-content: space-between;
}

.dropdown-right .scholardetails.ourShariahScholars .colmn p {
    color: #2F2F33;
}

.scholardetails.ourShariahScholars h5 {
    position: relative;
    font-size: 18px;
    text-align: center;
    right: auto;
    top: auto;
    width: 100%;
    margin-top: 80px;
    color: #2F2F33;
    font-size: 27px;
    font-weight: 600;
    line-height: 1.1;
}

.scholardetails.ourShariahScholars .watchnow {
    position: inherit;
    top: auto;
    left: auto;
    color: #2F2F33;
    width: 100%;
    font-size: 23px;
    text-align: center;
    display: flex;
    justify-content: center;
    font-weight: 600;
    margin-top: 20px;
}

    .scholardetails.ourShariahScholars .watchnow a {
        color: #2F2F33;
    }

#fullview .howItWorks .nav-tabs {
    justify-content: center;
    margin-bottom: 40px;
}

    #fullview .howItWorks .nav-tabs li a span {
        color: #2F2F33;
        font-weight: 500;
    }

#fullview .howItWorks .isl-nested-tabs .tab-content p {
    margin: 0;
    font-size: .8vw;
    line-height: 1.3;
    margin-bottom: .4vw;
    font-weight: 500;
    font-style: normal;
    color: #2F2F33;
    padding-right: 2vw;
}

.islamiclyFaqs {
    margin-top: 0px;
}

    .islamiclyFaqs h5 {
        font-size: 27px;
        color: #2F2F33;
        margin-bottom: 20px;
        text-align: center;
        font-weight: 600;
        padding: 70px 0px 30px;
    }

    .islamiclyFaqs .panel .panel-title a {
        border-radius: 0;
        background: #FFFFFF;
        padding: 17px 15px;
        width: 100%;
        cursor: pointer;
        color: #2F2F33;
        font-size: 16px;
    }

        .islamiclyFaqs .panel .panel-title a[aria-expanded="true"] {
            background-color: #319945;
            color: #fff;
        }

.panel-collapse.collapse.show {
    background: #fff;
}

.islamiclyFaqs .panel .panel-body p {
    color: #2f2f33;
    font-size: 16px;
}

.islamiclyFaqs {
    margin-top: 0px;
    height: auto;
    padding-bottom: 80px;
}

#fullview .islamiclyAPP {
    background: transparent;
    padding: 0 0 0;
    width: 100%;
    padding: 70px 0px 100px;
}

.islamiclyAPPContent h3 {
    color: #2F2F33;
}

#fullview .islamicly--content__universe--tableHomePage.islamicly--content__universe--table .table thead th {
    font-weight: 600 !important;
}

.islamicly--content__universe--table, .islamicly--content__universe--tableOption {
    width: 100%;
    margin-top: 40px;
}

#fullview .islamicly--content__universe--tableHomePage.islamicly--content__universe--table tbody tr td.left-color {
    background: #ffffff;
}

#fullview .islamicly--content__universe--tableHomePage.islamicly--content__universe--table tbody tr td {
    vertical-align: middle;
    color: #2C2F33 !important;
    font-size: 14px;
}

#fullview .islamicly--content__universe--tableHomePage.islamicly--content__universe--table tbody tr td {
    background: #ffffff;
}

    #fullview .islamicly--content__universe--tableHomePage.islamicly--content__universe--table tbody tr td span {
        color: #fff !important;
    }

.seamlessFeatures {
    padding: 80px 0px 120px;
}

    .seamlessFeatures h3 {
        margin: 0;
        margin-bottom: 60px;
        font-size: 28px;
        text-align: center;
        color: #2F2F33;
        font-weight: 600;
    }

    .seamlessFeatures .slick-next:before, .seamlessFeatures .slick-prev:before {
        color: #2F2F33 !important;
        opacity: 1;
    }

    .seamlessFeatures .slick-slide {
        background: #ffffff;
    }

        .seamlessFeatures .slick-slide p {
            font-size: 19px;
            color: #2F2F33;
        }

.islamiclyTeam {
    width: 90%;
    display: block;
    margin: 0 auto;
    justify-content: space-around;
    display: flex;
    padding-bottom: 100px;
}

    .islamiclyTeam img {
        border-radius: 50%;
        margin-bottom: 30px;
    }

    .islamiclyTeam p {
        font-size: 16px;
        color: #201F1F;
        text-align: center;
        line-height: 1.3;
    }

        .islamiclyTeam p small {
            color: #959595;
            font-size: 13px;
        }

        .islamiclyTeam p.scoialLink a .fa {
            color: #867f7f;
            font-size: 14px;
        }

        .islamiclyTeam p.scoialLink a:not(:last-child) {
            margin-right: 10px;
        }

        .islamiclyTeam p.scoialLink a:nth-child(2) .fa {
            color: #136AFB;
            opacity: 0.9;
        }

.islamiclyTestimonial-left {
    background: url('../images/diamond-gray.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    height: 84vh;
    position: relative;
}

.user-counts {
    padding: 200px 0px 80px;
}

    .user-counts h5 {
        color: #2F2F33;
        font-size: 32px;
        line-height: 1.2;
    }

.download-app {
    background: #F1F3F4 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.29);
    padding-bottom: 180px;
}

.download-strip {
    background: #4049FF;
    border-radius: 0px 0px 70px 0px;
    max-width: 500px;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 50px 15px 25px;
}

    .download-strip h3 {
        font-size: 28px;
        font-weight: 600;
    }

    .download-strip p {
        color: #fff;
        font-size: 20px;
    }

    .download-strip .d-flex {
        width: 300px;
        float: right;
        align-items: center;
    }

        .download-strip .d-flex img {
            width: 130px;
            margin-right: 15px;
        }

        .download-strip .d-flex a span {
            color: #FFFFFF;
            font-size: 30px;
        }

.downloadImgPos {
    position: absolute;
    margin-top: -235px;
    left: -190px;
}

.testimonial .slick-prev:before, .testimonial .slick-next:before {
    font-size: 22px !important;
    color: #fff !important;
    opacity: 1;
}

.footertop p {
    width: 100%;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    padding: 20px 0px;
    border-bottom: 1px solid #707070;
    font-weight: 600;
}

.footertop ul {
    padding: 0px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
    padding: 5px 0px 0px;
    justify-content: flex-start;
}

    .footertop ul li {
        width: 14.1%;
        padding: 0px 0px 19px;
    }

        .footertop ul li span {
            color: #fff;
            font-size: 15px;
        }

            .footertop ul li span.material-icons {
                display: none;
            }

        .footertop ul li img {
            margin-right: 5px;
        }

.islamiclyTestimonial-right .user-images p {
    padding: 13px 27px 10px 25px;
    color: #fff;
    font-size: 14px;
}

.islamiclyTestimonial-right .slick-carousel .slick-slide blockquote {
    margin: 0 0 0rem;
    font-size: 16px;
    line-height: 1.3;
    border: 2px dashed #319945;
    padding: 50px 30px 80px;
    text-align: justify;
    color: #fff;
    background: #2F2F33BF;
}



@media (max-width:1400px) {
    #navbarNav .d-flex {
        width: 80%;
        justify-content: space-between;
    }

    .megamenu {
        left: 10%;
        width: 1100px;
    }

    .caption .p-relative img {
        height: 60vh;
        margin-top: 80px;
    }
}

@media (max-width:900px) {
    .caption {
        display: block;
    }

        .caption .p-relative {
            display: none;
        }
}



:root {
    scrollbar-color: rgb(210,210,210) rgb(46,54,69) !important;
    scrollbar-width: thin !important;
    --white: #fff;
    --black: #000;
    --blue: #0084b4;
    --primary: #09be51;
    --secondary: #ec3439;
    --surface-color: #fff;
    --curve: 40;
}

::-webkit-scrollbar {
    height: 12px;
    width: 8px;
    background: #000;
}

::-webkit-scrollbar-thumb {
    background: gray;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
    background: #000;
}

body {
    margin: 0;
    overflow-x: hidden;
    box-sizing: border-box;
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #eef6f1;
}


a {
    text-decoration: none;
    outline: none !important;
    color: var(--white);
}

a, button {
    transition: 0.5s;
}

.btn1 {
    text-align: center;
    outline: none !important;
    color: var(--white);
    padding: 20px 25px;
    border-radius: 2px;
}

.btn1 {
    background-color: var(--primary);
}

    .btn1:hover {
        background-color: var(--secondary);
    }


/*ANIMATION*/
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}


.header {
    width: 100%;
}
/*HEADER*/
header {
    width: 100%;
    background-color: var(--black);
    display: flex;
}

    header section {
        width: 100%;
        padding: 0.5rem 2rem;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        header section span {
            padding: 0 1rem;
            text-align: center;
            white-space: nowrap;
        }

            header section span:not(:last-child) {
                border-right: 1px solid rgba(255,255,255,0.6);
            }



    header .btn1 {
        padding: 5px 10px !important;
    }

@media (max-width:820px) {
    header section:nth-child(1) {
        display: none !important;
    }

    header section {
        padding: 0.5rem 0rem;
    }
}

@media (max-width:340px) {
    header section span {
        padding: 0 2px;
    }
}





/*Home V4*/




/*NAVIGATION*/
.isl-header {
    display: flex;
}

.isl-header {
    display: flex;
    padding: 10px 0px !important;
    max-width: 800px;
    margin: 0 auto;
}

    .isl-header .navbar-brand img {
        height: 40px;
    }

.isl-header--nav {
    background-color: #1F8102;
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: 9999;
    top: 0px;
    left: 0px;
}

.header {
    background: #fff;
}

header {
    width: 100%;
    background-color: transparent;
    display: flex;
}

.headerOutFixed {
    background: #1F8102;
    height: 125px;
}

.header {
    box-shadow: none;
}

.isl-header--nav .navbar-nav {
    display: block;
    justify-content: space-between;
}

    .isl-header--nav .navbar-nav.right {
        display: inline-block;
        float: right;
    }


/*.topnav {
    overflow: hidden;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 40px #0000001A;
    border-radius: 4px;

}*/



.topnav a {
    float: right;
    display: block;
    color: var(--primary);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

    .topnav a:not(:first-child), .dropdown, #navbar a:not(:first-child) {
        margin: 0px;
    }


#active {
    color: var(--primary);
}

.topnav .icon {
    display: none;
    position: absolute;
    right: 10px;
    top: 40px;
}

header section {
    width: 100%;
    padding: 0.5rem 0rem;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.isl-header--nav .nav-item {
    display: block;
    float: left;
}

.video-container {
    background: url('/Content/images/isl/banner-top.png');
    background: url('/Content/images/isl/isl-bnner-graph-bg.svg');
    background-position: bottom;
    background-position: center;
    background-size: cover;
}

header section span {
    display: flex;
    align-items: center;
}

header span img.info-img {
    height: 15px;
    margin-right: 6px;
}

header span .fa {
    color: #fff;
    margin-right: 6px;
    font-size: 15px;
    font-weight: lighter;
}

header section span a:hover {
    text-decoration: underline;
    color: var(--white);
}

.isl-header--nav .navbar-nav .nav-item .nav-link {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #929292;
    color: #838181;
    transition: all 1.5s;
}

.isl-header--nav .navbar-nav .nav-item.active .nav-link {
    color: #1F8102;
}

    .isl-header--nav .navbar-nav .nav-item.active .nav-link:after {
        display: block;
        content: "";
        border-top: 0.3rem solid #319945;
        width: 1rem;
        transform: translateY(0rem );
        margin: 0 auto;
    }

.isl-header--nav .navbar-nav .nav-item:hover .nav-link {
    color: #1F8102;
}

.isl-header--nav .navbar-nav.right .nav-item:not(:last-child) {
    border-right: 1px solid rgba(215, 215, 215,0.6);
}

.isl-header--nav .navbar-nav.right .nav-item:first-child {
    border-left: 1px solid rgba(215, 215, 215,0.6);
}

.isl-header--nav .navbar-nav {
    margin-top: 13px;
}

    .isl-header--nav .navbar-nav .nav-item {
        padding: 1px 18px !important;
    }

        .isl-header--nav .navbar-nav .nav-item.signUp {
            background: #1F8102 0% 0% no-repeat padding-box;
            border-radius: 4px;
            opacity: 1;
        }

            .isl-header--nav .navbar-nav .nav-item.signUp .nav-link {
                color: #fff;
            }

    .isl-header--nav .navbar-nav.right .nav-item .nav-link img {
        height: 16px;
    }

    .isl-header--nav .navbar-nav.right .nav-item .nav-link:hover .nav-item {
        background: #f4f9f4;
    }

.isl-header--nav .sticky {
    background: #1F8102;
    background-color: #dce7d9 !important;
    background-color: #eef1ed !important;
}

    .isl-header--nav .sticky .navMain {
        align-items: center;
    }

.headerNew-isl .caption {
    width: 1140px;
    height: 75vh;
    margin-top: 10vh;
    position: relative;
}

    .headerNew-isl .caption h1 {
        color: #323232;
        text-align: left;
        line-height: 1.2;
        font-size: 2vw;
        font-weight: 600;
        margin: 20px 0px 35px;
    }

    .headerNew-isl .caption h5 {
        color: #1F8102;
        color: #878989;
        text-align: left;
        line-height: 1.2;
        font-size: 1vw;
        font-weight: 500;
    }

    .headerNew-isl .caption .isl-services {
        background: transparent 0% 0% no-repeat padding-box;
        box-shadow: 0px 0px 0px #00000029;
        border-radius: 4px;
        opacity: 1;
        padding: 0px 0px;
        margin-top: 7vh;
    }

    .headerNew-isl .caption .isl-services--list {
        display: flex;
        justify-content: space-between;
    }

.isl-services--list__flex {
    display: flex;
}

.isl-services--list img {
    border-right: 1px solid #dce7d9;
    padding: 0px 10px 0px 0px;
    margin-right: 10px;
    height: 30px;
}

.isl-services--list p {
    color: #363636;
    margin: 0px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.7px;
    line-height: 1.5;
}

    .isl-services--list p small {
        color: rgba(31, 129, 2,0.6);
        color: #646464;
    }

        .isl-services--list p small.live {
            color: rgba(31, 129, 2,1);
            color: #646464;
        }

.isl-services--list a {
    color: #646464;
    transition: ease-in-out 0.5s;
}

    .isl-services--list a:hover {
        color: #1f8102;
        font-weight: 600;
    }

        .isl-services--list a:hover img {
            padding-left: 10px;
        }

    .isl-services--list a img {
        color: #646464;
        /* transform: rotate( 180deg);*/
        height: 14px;
        border: 0px;
        margin: 0px;
        padding: 0px;
        transition: ease-in-out 0.5s;
        padding-left: 4px;
    }

.isl-services--list .btn-exlporeNow {
    background: #1F8102 0% 0% no-repeat padding-box;
    border-radius: 6px;
    opacity: 1;
    color: #fff;
    padding: 8px 18px;
    font-size: 13px;
    letter-spacing: 0.6px;
    margin-top: 10px;
    line-height: 1;
    opacity: 0.6;
}

    .isl-services--list .btn-exlporeNow.live {
        opacity: 1;
    }

.bannerPos {
    position: absolute;
}

.bannerPosLeft {
    left: -200px;
    bottom: -40px;
}

.bannerPosRight {
    right: -300px;
    z-index: -1;
}

#fullview > div#section2 {
    background-color: #ffffff;
    color: #2F2F33;
    /* background: url(/Content/images/isl/pattern.svg);*/
    /*padding: 100px 0px 80px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.isl-realTime h3 {
    color: #323756;
    text-align: center;
    width: 100%;
    font-size: 2.5rem;
    font-weight: 600;
}

.isl-realTime p {
    color: #5FA979;
    padding: 0px;
    margin-top: 30px;
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: center;
    padding: 10px 20px;
    color: #646464;
    padding: 0px;
    margin-top: 30px;
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: center;
    padding: 10px 20px;
}

.islamiclyRetail {
    margin: 0px;
}

.islamiclyRetailTiles {
    margin: 0px;
    margin-top: 60px;
    position: relative;
}

.bannerPosTopLeft {
    left: -20px;
    top: -33px;
}

.bannerPosTopRight {
    right: -20px;
    top: -33px;
}

.islamiclyRetailTiles .box {
    border-radius: 4px;
    opacity: 1;
    padding: 35px 15px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #0000001A;
    border-radius: 8px;
    opacity: 1;
    height: 380px;
}

    .islamiclyRetailTiles .box img {
        margin: 0;
        text-align: left;
        display: block;
        height: 30px;
    }

    .islamiclyRetailTiles .box .icons {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 8px 18px #0000000D;
        border-radius: 70px;
        opacity: 1;
        height: 60px;
        width: 60px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .islamiclyRetailTiles .box p {
        padding: 0px;
        margin: 0px;
        line-height: 1;
    }

    .islamiclyRetailTiles .box .boxTitle {
        letter-spacing: 0.32px;
        color: #319945;
        font-size: 20px;
        padding: 0px;
        margin: 0px;
        margin-top: 18px;
        line-height: 1;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .islamiclyRetailTiles .box .downloadLink {
        margin-top: 40px;
        margin-bottom: 0px;
    }

.box .downloadLink a {
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.9);
    opacity: 1;
    text-decoration: underline;
    font-size: 13px;
}

.box .download-qr {
    border-right: 1px solid #dfe5e1
}

.islamiclyRetailTiles .box .download-qr img {
    height: 100px;
}

.box .download-qr1 p {
    letter-spacing: 0.5px;
    color: rgba(0, 0, 0, 0.9);
    opacity: 1;
    font-size: 14px;
    text-align: left;
    margin-bottom: 10px;
    line-height: 1.2;
}

    .box .download-qr1 p span {
        letter-spacing: 0.5px;
        color: rgba(0, 0, 0, 1);
        color: #319945;
        opacity: 1;
        font-size: 19px;
        font-weight: 600;
    }

.box .download-qr1 .ratings {
    width: 100%;
    justify-content: space-between;
}

    .box .download-qr1 .ratings p {
        width: 50%;
    }

        .box .download-qr1 .ratings p:first-child {
            border-right: 1px solid #dfe5e1
        }

        .box .download-qr1 .ratings p a {
            display: flex;
        }

        .box .download-qr1 .ratings p img {
            height: 8px;
            margin: 0px;
            margin-right: 3px;
        }

        .box .download-qr1 .ratings p:last-child {
            padding-left: 10px;
        }

.islamiclyRetailTiles .downloadLink .btn-exlporeNow {
    background: #1F8102 0% 0% no-repeat padding-box;
    border-radius: 6px;
    opacity: 1;
    color: #fff;
    padding: 14px 25px;
    font-size: 16px;
    letter-spacing: 0.6px;
    margin-top: 15px;
    line-height: 1;
    opacity: 1;
    text-decoration: none;
}

.islamiclyRetailTiles .downloadLink1 .btn-exlporeNow {
    background: #fff 0% 0% no-repeat padding-box;
    border-radius: 6px;
    opacity: 1;
    color: #1F8102;
    padding: 14px 25px;
    font-size: 16px;
    letter-spacing: 0.6px;
    margin-top: 15px;
    line-height: 1;
    opacity: 1;
    text-decoration: none;
    border: 1px dashed #0000001A;
    border-radius: 8px;
    opacity: 1;
}

    .islamiclyRetailTiles .downloadLink1 .btn-exlporeNow:hover {
        background: #1F8102 0% 0% no-repeat padding-box;
        color: #fff;
        border: 1px dashed #1F8102;
    }



/*    .islamiclyRetailTiles .box1 {
        background: #1F8102 0% 0% no-repeat padding-box;
    }
.islamiclyRetailTiles .box2 {
    background: #10beb9 0% 0% no-repeat padding-box;
}
.islamiclyRetailTiles .box3 {
    background: #f1d841 0% 0% no-repeat padding-box;
}*/

.islamiclyRetailTiles .box.box3 .boxTitle {
    color: #363636;
}

.islamiclyRetailTiles .box.box3 p {
    color: #363636;
    text-align: center;
    margin-top: 25px;
    font-size: 16px;
}

.islamiclyRetailTiles .btn-exlporeNow {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 6px;
    opacity: 1;
    color: #363636;
    padding: 10px 18px;
    font-size: 13px;
    letter-spacing: 0.6px;
    margin-top: 10px;
    line-height: 1;
    opacity: 1;
}

#fullview > div.isl-scholars {
    /*position: relative;
    background: #1f8102;
    background: rgb(30,124,2);
    background: linear-gradient(90deg, rgba(30,124,2,1) 37%, rgba(20,82,1,1) 100%, rgba(21,85,1,1) 100%);*/
    display: flex;
    align-items: center;
    background: #fff;
}

div.isl-scholars .shariahHeaderTitle {
    color: #323756;
    font-size: 32px;
    text-align: left;
}

div.isl-scholars .certificateImage img {
    height: 550px;
    display: block;
    margin: 0 0 0 auto;
}

div.isl-scholars.dropdown-right .scholardetails.ourShariahScholars .colmn p {
    color: #646464;
    line-height: 1.7;
    font-size: 20px;
}

div.isl-scholars.dropdown-right .scholardetails .colmn p.hoverdisplay {
    display: block;
}

    div.isl-scholars.dropdown-right .scholardetails .colmn p.hoverdisplay a {
        font-size: 13px;
        color: rgba(255,255,255,0.9);
        color: #646464;
        text-decoration: underline;
        transition: all 2s;
    }

div.isl-scholars.dropdown-right .ourShariahScholars.scholardetails .parent {
    width: 90px;
    height: 90px;
}

div.isl-scholars .scholardetails.ourShariahScholars h5 {
    letter-spacing: 1.28px;
    color: #646464;
    opacity: 1;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    font-size: 19px;
    margin-top: 40px;
}

.scholardetails.ourShariahScholars .watchnow {
    text-align: left;
    justify-content: flex-start;
    font-size: 17px;
}

div.isl-scholars .scholardetails.ourShariahScholars .watchnow a {
    letter-spacing: 1.28px;
    color: #319945;
    opacity: 1;
    font-weight: 100;
    border: 1px solid #319945;
    border-radius: 8px;
    padding: 10px 15px;
}

    div.isl-scholars .scholardetails.ourShariahScholars .watchnow a img {
        height: 15px;
    }

div.isl-scholars .bannerPosTop {
    top: 0px;
    right: 0px;
}

div.isl-scholars .bannerPosBottom {
    bottom: 0px;
    left: 0px;
}

.certificateISL {
    background: #319945;
    position: relative;
    background: #319945;
    position: relative;
    width: 95%;
    height: 493px;
    padding: 50px 0px;
    border-radius: 10px;
}

    .certificateISL img {
        margin: 0;
    }

#fullview > div#section4 {
    background-color: #ffffff;
    color: #2F2F33;
    background: url(/Content/images/isl/pattern.svg);
    padding: 100px 0px 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f9f8;
}

.financialHelp .islamiclyRetailTiles {
    margin: 0 auto;
    margin-top: 40px;
    /*   max-width: 900px;*/
}

    .financialHelp .islamiclyRetailTiles .box {
        background: #1F8102 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 4px;
        opacity: 1;
        margin-bottom: 40px;
        width: 360px;
        height: 278px;
        background: transparent 0% 0% no-repeat padding-box;
        box-shadow: 0px 0px 0px #00000029;
        border-radius: 0px;
        opacity: 1;
        margin-bottom: 40px;
        width: 100%;
        height: auto;
        border: 0px;
    }

        .financialHelp .islamiclyRetailTiles .box img {
            height: 46px;
        }

        .financialHelp .islamiclyRetailTiles .box .boxTitle {
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 20px;
            margin-top: 30px;
            line-height: 1.3;
            color: #319945;
            text-align: left;
        }

        .financialHelp .islamiclyRetailTiles .box p {
            font-size: 17px;
            color: #646464;
            letter-spacing: 0.6px;
            line-height: 1.6;
            font-weight: 400;
            text-align: left;
        }

#fullview > div.isl-scholars.why-islamicly {
    background: #363636 0% 0% no-repeat padding-box;
    background: #fff;
}

.why-islamicly .islamiclyRetailTiles .box {
    background: #1F8102 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;
    height: 260px;
    padding: 35px 30px;
}

    .why-islamicly .islamiclyRetailTiles .box img {
        text-align: left;
        display: block;
        height: 54px;
        margin-bottom: 5px;
    }

    .why-islamicly .islamiclyRetailTiles .box p {
        color: rgba(255, 255, 255,1);
        text-align: left;
        font-size: 20px;
        padding: 20px 0px;
        line-height: 1.4;
    }


.why-islamicly.isl-scholars .bannerPosTop {
    top: 0px;
    left: 0px;
}

.why-islamicly.isl-scholars .bannerPosBottom {
    bottom: 0px;
    right: 10px;
    left: auto;
}


#fullview > div.howItWorksTop {
    background: #f0f9f8;
    padding-top: 50px;
    padding-bottom: 80px;
}

#fullview .howItWorksDIV .howItWorks {
    display: block;
    padding: 0px 0px 50px !important;
    height: auto;
}

.howItWorksDIV .carousel-control-next, .howItWorksDIV .carousel-control-prev {
    background: #363636 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 40px #0000001A;
    opacity: 1;
    width: 40px;
    height: 40px;
    top: 42%;
    border-radius: 50%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
}

.howItWorksDIV .carousel-control-prev {
    left: -60px;
}

.howItWorksDIV .carousel-control-next {
    right: -60px;
}

#fullview .howItWorks .isl-nested-tabs .tab-content .carousel-control-next img, #fullview .howItWorks .isl-nested-tabs .tab-content .carousel-control-prev img {
    height: 20px;
    margin: 0px;
}

#fullview .howItWorks .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -90px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
    margin-right: auto;
    margin-left: 40%;
    list-style: none;
}

    #fullview .howItWorks .carousel-indicators li {
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-indent: inherit;
        color: #fff;
        border-radius: 50%;
        background-color: rgba(42, 135, 15, 0.6);
        cursor: pointer;
    }

        #fullview .howItWorks .carousel-indicators li.active {
            background-color: rgb(42 135 15);
        }

#fullview .howItWorksDIV .howItWorks .isl-nested-tabs .tab-content p {
    margin: 0;
    font-size: .8vw;
    line-height: 1.3;
    margin-bottom: 0.5vw;
    font-weight: 500;
    font-style: normal;
    color: #707070;
    padding-right: 0vw;
}

#fullview .howItWorksDIV .carousel-item {
    margin-top: 10px;
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    opacity: 1;
}

#fullview .howItWorks .isl-nested-tabs .tab-content img {
    height: auto;
    margin-bottom: 0vh;
    width: 100%;
}

#fullview .howItWorksDIV .howItWorks .isl-nested-tabs .tab-content p:before {
    display: inline-block;
    content: "";
    width: 8px;
    transform: translateY(0 rem );
    margin: 0 auto;
    background: #319945;
    height: 8px;
    border-radius: 50%;
    margin-right: 10px;
    float: left;
    margin-bottom: 15px;
}

#fullview .howItWorksDIV .carousel-item .row {
    align-items: center;
}

#fullview .howItWorksDIV .howItWorks .nav-tabs li a.active span {
    background: #319945;
    color: #fff;
    border: 1px solid #319945;
}

#fullview .howItWorksDIV .howItWorks .nav-tabs li a span {
    padding: 10px 18px;
    font-size: 18px;
    background: #fff;
}

#fullview > div.isl-features {
    background-color: #ffffff;
    color: #2F2F33;
    background: url(/Content/images/isl/pattern.svg);
    padding: 60px 0px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}

.islamiclyAPPContent h3 {
    color: #323232;
    font-size: 30px;
    margin-bottom: 5px;
}

#fullview .isl-features .islamiclyAPP {
    padding: 0px;
}

.isl-features--segment {
    width: 94%;
    margin: 0 auto;
    justify-content: space-between;
}

    .isl-features--segment .div1 {
        width: 40%;
    }

    .isl-features--segment .div2, .isl-features--segment .div3, .isl-features--segment .div4 {
        width: 20%;
    }

    .isl-features--segment .card {
        background: #0b0c21;
        margin: 15px 0;
        padding: 0px;
        box-shadow: 0 5px 20px rgb(0 0 0 / 5%);
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 20px #00000029;
        box-shadow: 0px 0px 2px #00000029;
        border-radius: 10px;
        opacity: 1;
    }

        .isl-features--segment .card .card-header {
            padding: 0.75rem 1.25rem;
            margin-bottom: 0;
            border-radius: 10px 10px 0px 0px;
            border-bottom: 1px solid rgba(0,0,0,.125);
        }

    .isl-features--segment .div1 .card .card-header {
        background-color: #0C5EB1;
        border-radius: 10px 0px 0px 0px;
    }

    .isl-features--segment .div2 .card .card-header {
        background-color: #319945;
        border-radius: 0px 0px 0px 0px;
    }

    .isl-features--segment .div3 .card .card-header {
        background-color: #CC6E00;
        border-radius: 0px 0px 0px 0px;
    }

    .isl-features--segment .div4 .card .card-header {
        background-color: #316999;
        border-radius: 0px 10px 0px 0px;
    }

    .isl-features--segment .div1 .card {
        border-radius: 0px 0px 0px 10px;
    }

    .isl-features--segment .div2 .card {
        border-radius: 0px 0px 0px 0px;
    }

    .isl-features--segment .div3 .card {
        border-radius: 0px 0px 0px 0px;
    }

    .isl-features--segment .div4 .card {
        border-radius: 0px 0px 10px 0px;
    }

    .isl-features--segment .card .card-header h4 {
        font-size: 16px;
        text-align: center;
    }

    .isl-features--segment .card .list-unstyled {
        margin: 0px;
    }

        .isl-features--segment .card .list-unstyled li {
            text-align: center;
            font: normal normal normal 14 px /21 px Poppins;
            letter-spacing: 0.56px;
            color: #363636;
            opacity: 1;
            border-bottom: 0.5px solid #DBDBDB;
            height: 42px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 13px;
            padding: 0 30px;
            line-height: 1.3;
        }

            .isl-features--segment .card .list-unstyled li:last-child {
                border-bottom: 0px solid #DBDBDB;
            }

.islamiclyAPP .isl-features--segment img {
    margin: 0px;
}

/*#fullview > div.isl-countryList {
    background: url(/Content/images/isl/pattern.svg);
    padding: 10px 0px 0px;
}
.isl-countryList .footertop p {
    width: 100%;
    color: #363636;
    font-size: 23px;
    text-align: center;
    padding: 20px 0px;
    border-bottom: 1px solid #707070;
    font-weight: 600;
    letter-spacing: 0.6px;
}*/
.isl-countryList .footertop p {
    font-size: 22px;
    border-bottom: 1px solid #484545;
    border-bottom: 1px solid #e0f1da;
    font-weight: 600;
    letter-spacing: 0.6px;
}

.isl-countryList .footertop {
    background: #363636;
    background: #f0f9f8;
    padding-bottom: 20px;
}

    .isl-countryList .footertop ul li img {
        margin-right: 5px;
        background: #1F8102;
        border-radius: 50%;
        height: 20px !important;
    }

    .isl-countryList .footertop ul li {
        width: 13.4%;
        padding: 8px 0px 8px;
        border-bottom: 1px solid #484545;
        border-bottom: 1px solid #e0f1da;
        margin-right: 0.87%;
        display: flex;
        align-items: center;
    }

    .isl-countryList .footertop .countryRegion {
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-flow: wrap;
        padding: 30px 0px 0px;
        justify-content: flex-start;
        border: 0px;
        font-size: 18px;
        font-weight: 600;
        color: #2c2f33;
    }

    .isl-countryList .footertop ul li span a {
        color: rgba(255, 255, 255,1);
        color: rgb(47 47 76);
    }

        .isl-countryList .footertop ul li span a:hover {
            color: rgba(255, 255, 255,0.8);
            color: rgb(49 153 69);
            text-decoration: underline;
        }

.footerbottom {
    background: #319945;
    width: 100%;
    border-top: 1px solid #319945;
}



#myModalRight {
    z-index: 9999;
    padding: 0px !important;
}
/*.modal#myModalRight .modal-content {
    background: transparent !important;
    box-shadow: 2px 2px 2px 2px #000;
    background-image: url('/Content/images/isl/pattern.svg') !important;
}*/

.topnav a.navbar-brand {
    padding-left: 0px;
}

.islamiclyFaqs .panel .panel-title {
    display: flex;
    margin: 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    opacity: 1;
}

    .islamiclyFaqs .panel .panel-title a {
        color: #323232;
        font-size: 18px;
        display: flex;
        justify-content: space-between;
    }

.islamiclyFaqs .panel {
    background: #484F57;
    margin: 15px 0;
    border-left: 7px solid #319945;
}
    .islamiclyFaqs .panel .panel-title a span {
        width: 20px;
        height: 20px;
        background-color: #319945;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .islamiclyFaqs .panel .panel-title a span img {
            width: 11px;
            transform: rotate(90deg);
            transition: all 1s;
        }
    .islamiclyFaqs .panel .panel-title a[aria-expanded="true"] {
        background-color: #319945;
        color: #fff;
        color: #319945;
        background: #FFFFFF 0% 0% no-repeat padding-box;
    }


        .islamiclyFaqs .panel .panel-title a[aria-expanded="true"] span img {
            transform: rotate(-90deg);
        }

.panel-collapse.collapse.show {
    background: #319945;
}

.islamiclyFaqs .panel .panel-body {
    padding: 15px 15px 15px;
}

    .islamiclyFaqs .panel .panel-body p {
        color: #ffffff;
        font-size: 18px;
        line-height: 1.4;
    }

.islamiclyTestimonial-left {
    background: transparent
}

    .islamiclyTestimonial-left h1 {
        left: 10%;
        font-size: 8vw;
        color: #1f8002;
    }

    .islamiclyTestimonial-left p {
        color: #2F2F33;
    }

.islamiclyTestimonial-right .slick-carousel .slick-slide blockquote {
    color: #2f2f33;
    background: #eef6f1;
}

.testimonial .slick-prev:before, .testimonial .slick-next:before {
    color: #319945 !important;
    opacity: 1;
}

.contactPanelLayout span {
    color: #646464;
    font-weight: 700;
    font-size: 17px;
    display: flex;
    align-items: flex-start;
}

    .contactPanelLayout span img {
        margin-right: 15px;
    }

    .contactPanelLayout span span {
        display: block;
    }

    .contactPanelLayout span a {
        color: #646464;
        font-weight: 500;
        font-size: 17px;
        letter-spacing: 0.5px;
    }

        .contactPanelLayout span a:hover {
            color: #1F8102;
            text-decoration: underline
        }

.footertop p {
    color: #2f2f33;
}

.desktop {
    display: flex;
}

.mobile {
    display: none;
}
.modal.modal-left .modal-dialog, .modal.modal-right .modal-dialog {
    max-width: 500px;
}
.seamlessFeatures .slick-slide p {
    font-size: 17px;
    color: #646464;
    min-height: 120px;
}
.tagline span {
    border-radius: 3px;
    background: red;
    vertical-align: bottom;
    font-size: 11px;
    padding: 3px 7px;
    vertical-align: middle;
}
.tagline.text-theme:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: -19.5px;
    margin-left: 52px;
    border-top: 9.5px solid transparent;
    border-bottom: 9.5px solid transparent;
    border-left: 12px solid #ff0000;
}
.titleScreenProcess:after {
    content: "";
    border: 1px solid #1f8102;
    width: 80px;
    display: block;
    left: 0px;
    margin-top: 6px;
}
.screening_process .video-container {height: 100%;}
.screening_process .headerNew-isl .caption {
    height: 100%;
    margin-top: 10vh;
    position: relative;
    padding-bottom: 15vh;
}

.ScreenProcess p {
    font-size: 22px;
    color: #646464;
    font-weight: 500;
}
.screenProcessDiv {
    margin-top: 50px;
}
.screenProcessDiv-box {
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 5px #00000029;
    border-radius: 8px;
    opacity: 1;
    padding: 40px 30px;
    height: 620px;
}
.headerNew-isl .caption .screenProcessDiv-box h5 {
    color: #323232;
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: 600;
}
.headerNew-isl .caption .screenProcessDiv-box p {
    color: #323232;
    font-size: 17px;
    line-height: 1.3;
    margin-top: 21px !important;
}
.screening_process h4 {
    color: #323232;
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: 600;
}
.screening_process .isl-realTime p {text-align: left;margin:0px;padding:0px;font-size: 20px;margin-bottom: 20px;}

.screening_process .islamiclyRetailTiles .box {
    border-radius: 4px;
    opacity: 1;
    padding: 25px 25px;
    background: #f0f9f8 0% 0% no-repeat padding-box;
    border: 1px solid #f0f9f8;
    border-radius: 8px;
    opacity: 1;
    height: auto;
}
    .screening_process .islamiclyRetailTiles .box img {
        height: auto;
        margin-right: 20px;
        border-right: 2px solid #1f8102;
        padding-right: 20px;
    }
.screening_process .isl-realTime .box p {
    display: flex;
    font-size: 22px;
    margin: 0px;
    color: #323232;
    font-weight: 600;
    align-items: center;
    letter-spacing: 0.5px;
}
.screening_process .isl-realTime.classOfDivToCheck {
    height: auto !important;
    padding: 100px 0px !important;
}
.screening_process  .islamiclyRetailTiles {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 40px;
    position: relative;
}
#fullview.screening_process > div.isl-scholars {
    padding: 100px 0px;
}

    #fullview.screening_process > div.isl-scholars h4 {
        color: #323232;
        font-size: 29px;
        margin-bottom: 25px;
        font-weight: 600;
    }
    #fullview.screening_process > div.isl-scholars p {
        font-size: 21px;
        color: #646464;
        font-weight: 500;
        padding: 0px;
        margin-top: 11px;
        margin-bottom: 0px;
    }
.business-sectorGrid {
    display: flex;
    margin-top: 50px;
}
    .business-sectorGrid .box {
        width: 18%;
        background: #fff 0% 0% no-repeat padding-box;
        box-shadow: 0px 0px 5px #00000029;
        border-radius: 8px;
        opacity: 1;
        padding: 40px 5px;
        height: auto;
        margin: 0px 1% 70px;
        height: 240px;
        position: relative;
    }
        .business-sectorGrid .box img {
            margin: auto auto;
            display: block;
        }

        .business-sectorGrid .box h5 {
            font-size: 21px;
            margin: 0px;
            color: #323232;
            font-weight: 500;
            align-items: center;
            letter-spacing: 0.2px;
            text-align: center;
            margin: 20px 0px;
            line-height: 1;
        }
        .business-sectorGrid .box .btn-success {
            display: block;
            margin: 0 auto;
            background: #1f8102;
            border-color: #1f8102;
            font-size: 18px;
            border-radius: 8px;
            position: absolute;
            left: 22%;
            bottom: -14px;
        }

.financialHelp .screenProcessDiv-box {
    background: #f0f9f8 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 5px #00000029;
    border-radius: 8px;
    opacity: 1;
    padding: 40px 30px;
    height: 1040px;
}

.financialHelp .screenProcessDiv-box h5 {
    color: #323232;
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: 600;
}

.financialHelp .screenProcessDiv-box p {
    color: #323232;
    font-size: 17px;
    line-height: 1.3;
    margin-top: 11px !important;
    margin-bottom: 5px;
}
    .financialHelp .screenProcessDiv-box p strong {
        margin-top: 21px !important;
    }
#fullview.screening_process > div.isl-scholars.why-islamicly p {
    margin-top: 15px;
    margin-bottom: 10px;
}
.screeningList ol {
    padding:0px;
}
.screeningList li {
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 5px #00000029;
    border-radius: 8px;
    opacity: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 25px;
    padding-right: 10px;
    margin-top: 15px;
    height: 60px;
    font-size: 18px;
    color: #646464;
    line-height: 1.1;
}
.howItWorksTop .islamiclyRetail p  {
    padding:0px;
}
#myModal .modal-body .isl-scholars h4.titleScreenProcess {
    color: #323232;
    font-size: 29px;
    margin-bottom: 25px;
    font-weight: 600;
}
.popUPContent .islamiclyRetail p, .popUPContent .islamiclyRetail ul li {
    font-size: 21px;
    color: #2a2a2a;
    font-weight: 500;
    padding: 0px;
    margin-top: 11px;
    margin-bottom: 9px;
    width: 100%;
}
.popUPContent .islamiclyRetail ul {
    list-style: disc;
    padding-left: 20px;
}
    .popUPContent .islamiclyRetail ul li {
        list-style: disc;
    }
    .popUPContent .islamiclyRetail p span {
        color: #1f8102;
    }
.headerNew-isl .caption .screenProcessDiv-box p a {
    color:#319945;
    text-decoration: underline;
    font-size: 17px;
}
.headerNew-isl .caption .screenProcessDiv-box p a:hover {
    color: #323232;
}
.howItWorksTop .islamiclyRetail ol {
    color: #323232;
    padding-left: 25px;
}
.howItWorksTop .islamiclyRetail li {
    color: #323232;
    font-size: 17px;
    list-style: disc;
    font-size: 24px;
    color: #1f8102;
}
    .howItWorksTop .islamiclyRetail li span {
        color: #323232;
        font-size: 19px;
        font-weight: 600;
        color: #464545;
    }

.FundStructProcSec.CertProcSec .CertProcTitle, .ProductApprovProcSec.CertProcSec .CertProcTitle, .StockScreeningProc.CertProcSec .CertProcTitle {
    top: -10px;
}
.StockScreeningProc.CertProcSec {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}
.CertProcTitle {
    width: 260px;
    height: 260px;
    top: -150px;
    box-shadow: 0px 0px 2px #cccccc;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 20px;
    padding: 20px;
    background: rgba(255,255,255,0.6);
}
.position-absolute {
    position: absolute !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.StockScreeningProc .CertProcTitle img.CertIcon {
    width: 110px;
    height: 87px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.CertProcTitle p {
    font-size: 20px;
    margin-top: 15px;
    font-weight: 600;
    line-height: 24px;
    padding: 0 20px;
    color: #2F2F33;
}
.arrowDottedDown {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -26px;
    margin: auto;
    height: 23px;
    width: 1px;
    z-index: 1;
    border-left: 1px solid #319945;
}
.StockScreeningProc .topArrowLine:before {
    width: 33.4%;
    left: 16.6%;
    top: -25px;
}
.topArrowLine:before {
    content: '';
    display: block;
    height: 1px;
    background: #319945;
    position: absolute;
    width: 37.5%;
    left: 12.5%;
    top: -25px;
}
.maxH80 {
    min-height: 80px;
}
.maxW260 {
    max-width: 260px;
    margin: auto;
}
.CertProcDetails {
    padding: 15px 20px;
    min-height: 126px;
    box-shadow: 0px 0px 2px #cccccc;
    position: relative;
    margin: auto;
    margin-bottom: 15px;
}
.bgWhite {
    background: #ffffff;
}
.StockScreeningProc .procRedText {
    font-size: 11px;
    color: #319945;
    line-height: 12px;
    padding: 5px 15px;
}
.maxW260 {
    max-width: 260px;
    margin: auto;
}
.maxH80 {
    min-height: 80px;
}
.arrowDottedDownArrow {
    position: absolute;
    right: 0;
    left: -1px;
    top: -25px;
    margin: auto;
    height: 21px;
    width: 1px;
    z-index: 1;
    border-left: 1px solid #319945;
}
span.arrowDottedDownArrow:before {
    content: '';
    display: block;
    background: transparent url(../images/icon-arrow-down-red.svg);
    background-image: url('../images/ScreenCriteriaImages/icon-arrow-down-red.svg');
    position: absolute;
    right: 0;
    left: -5px;
    height: 7px;
    bottom: -6px;
    margin: auto;
    width: 9px;
}
.CertProcDetails p {
    font-size: 15px;
    line-height: 20px;
    width: 100%;
    margin-bottom: 0;
    color: #2F2F33;
}
.StockScreeningProc .arrowDottedRight {
    left: 101%;
    width: 49%;
    top: 0;
    bottom: 15px;
}
.arrowDottedRight {
    position: absolute;
    right: -19%;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18%;
    z-index: 1;
    background: transparent url('../images/ScreenCriteriaImages/dotted-line.svg');
}
span.arrowDottedRight:before {
    content: '';
    display: block;
    background: transparent url('../images/ScreenCriteriaImages/icon-circle-red.svg'); position: absolute;
    left: -6px;
    height: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 7px;
}
span.arrowDottedRight:after {
    content: '';
    display: block;
    background: transparent url('../images/ScreenCriteriaImages/icon-arrow-right.svg'); position: absolute;
    right: -3px;
    height: 9px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 7px;
}
.StockScreeningProc .arrowDottedRight.rightToleft {
    left: 100%;
    bottom: 0;
    top: 21px;
    margin: auto;
    transform: rotate( 180deg );
}
.StockScreeningProc .procRedText {
    font-size: 11px;
    color: #319945;
    line-height: 12px;
    padding: 5px 15px;
}
.StockScreeningProc .rightBtmLine {
    bottom: -51px;
    margin: auto;
    height: 49px;
}
.arrowDottedDown {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -26px;
    margin: auto;
    height: 23px;
    width: 1px;
    z-index: 1;
    border-left: 1px solid #319945;
}

span.arrowDottedDown:before {
    content: '';
    display: block;
    background: transparent url('../images/ScreenCriteriaImages/icon-circle-red.svg'); position: absolute;
    right: 0;
    left: -4px;
    height: 7px;
    top: -6px;
    margin: auto;
    width: 7px;
}
.arrowDottedUp {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -25px;
    margin: auto;
    height: 20px;
    width: 1px;
    z-index: 1;
    border-left: 1px solid #319945;
}
.StockScreeningProc .rightBtmLine {
    bottom: -51px;
    margin: auto;
    height: 49px;
}
.arrowLineUpArrow {
    position: absolute;
    right: 0;
    left: 45px;
    top: 83px;
    margin: auto;
    height: 400%;
    width: 1px;
    z-index: 1;
    border-left: 1px solid #319945;
}
span.arrowLineUpArrow:before {
    content: '';
    display: block;
    background: transparent url('../images/ScreenCriteriaImages/icon-arrow-down-red.svg'); position: absolute;
    right: 0;
    left: -5px;
    height: 7px;
    top: -7px;
    margin: auto;
    width: 9px;
    transform: rotate( 180deg );
}
.FundStructProcSec.CertProcSec, .ProductApprovProcSec.CertProcSec, .StockScreeningProc.CertProcSec {
    margin-top: 0;
    padding-top: 300px;
}
.CertProcTitle img.CertIcon {
    width: 74px;
    height: 87px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.ProductApprovProcSec .CertProcTitle img.CertIcon {
    width: 93px;
    height: 87px;
    margin-top: 25px;
    margin-bottom: 10px;
}
.StockScreeningProc .MiddleArrowLine:before {
    width: 33.3%;
    left: 50%;
    top: -32px;
    right: 0;
}
.MiddleArrowLine:before {
    content: '';
    display: block;
    height: 1px;
    background: #319945;
    position: absolute;
    width: 75%;
    left: 12.5%;
    top: -32px;
}
.mt-42px {
    margin-top: 42px;
}
.BottomArrowLine:before {
    content: '';
    display: block;
    height: 1px;
    background: #319945;
    position: absolute;
    width: 25%;
    left: 0;
    right: 0;
    margin: auto;
    top: -32px;
}
span.arrowLineRightBtm:before {
    content: '';
    display: block;
    background: transparent url('../images/ScreenCriteriaImages/icon-circle-red.svg');
    position: absolute;
    left: -6px;
    height: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 7px;
}
.arrowLineRightBtm {
    position: absolute;
    right: 0;
    left: 97.6%;
    top: 1px;
    bottom: 0;
    margin: auto;
    height: 1px;
    width: 55%;
    z-index: 1;
    border-top: 1px solid #319945;
}

/*New Line added*/

.isl-header--nav .topnav .navbar-nav .nav-item .nav-link {
    padding: 4px;
}

.topnav a.navbar-brand img {
    max-height: 40px;
}

.isl-header--nav .topnav .navMain {
    align-items: center;
}

.isl-header--nav .navbar-nav {
    margin-top: 0px;
}
/*New Line added*/










@media screen and (max-width: 1500px) {
    .headerNew-isl .caption {
        height: 62vh;
        margin-top: 20vh;
    }

        .headerNew-isl .caption .isl-services {
            margin-top: 0vh;
        }

    .bannerPosLeft {
        left: -48px;
        bottom: -27px;
        height: 400px;
    }

    .bannerPosRight {
        right: -45px;
        z-index: -1;
        height: 348px;
        bottom: 91px;
    }

    .headerNew-isl .caption h1 {
        font-size: 2.4vw;
    }

    .isl-realTime p {
        margin-top: 0px;
        font-size: 1.1rem;
        line-height: 1.2;
        text-align: center;
        padding: 10px 20px 0px;
    }

    .islamiclyRetailTiles .box {
        padding: 13px 7px;
        height: 318px;
    }
}


@media screen and (min-width: 800px) {
    .isl-header--nav .topnav .collapse {
        display: block;
    }

    .isl-header--nav .sticky .collapse {
        display: block;
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        display: none;
    }

    .container {
        padding: 0px;
    }
}

@media screen and (max-width: 799px) {
    body {
        overflow: hidden !important;
    }
    .navbar-toggler:not(:disabled):not(.disabled) {
        display: block;
        float: right;
        display: flex;
        margin-right: 20px;
        margin-top: 10px;
    }

    .topnav .navMain .navbar-toggler {
        display: block !important;
        float: right;
        display: flex;
        margin-right: 0px;
        margin-top: 10px;
    }

    .isl-header--nav .collapse.show .d-flex.w-100 {
        display: block !important;
        margin-top: 56px;
    }

    .isl-header--nav .collapse.show .navbar-nav {
        display: flex;
    }

    .isl-header--nav .collapse.show .nav-item {
        display: flex;
        float: none;
    }

    .isl-header--nav .collapse.show .navbar-nav.right {
        display: inline-block;
        float: none;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    #logo {
        float: left;
        width: 90%;
    }

        #logo img {
            width: 80px;
            float: left;
        }

    .topnav a:not(:first-child), .dropdown, #navbar a:not(:first-child) {
        margin: 0px;
    }

        .topnav a:not(:first-child), .dropdown .dropbtn, .sub-dropdown .sub-dropbtn {
            display: none;
        }

    .topnav a.icon {
        float: right;
        display: block;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: flex;
    }
    .topnav .navMain {
        width: 100%;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        background: #f6fcfc;
        display: block !important;
        padding-left: 15px;
    }
    .topnav.container {
        padding:0px;
    }
    #fullview > div.isl-realTime {
        padding: 40px 0px;
    }
}

@media screen and (max-width: 640px) {
    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }

        .topnav.responsive .dropdown, .topnav.responsive .sub-dropdown {
            float: none;
        }

        .topnav.responsive .dropdown-content, .topnav.responsive .sub-dropdown-content {
            position: relative;
        }

        .topnav.responsive .dropdown .dropbtn, .topnav.responsive .sub-dropdown .sub-dropbtn {
            display: block;
            width: 100%;
            text-align: left;
        }

    .dropdown-content, .sub-dropdown-content {
        position: relative;
    }

    .sub-dropdown-content {
        right: 0;
    }

    .topnav .navMain {
        width: 100%;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        background: #f6fcfc;
        display: block !important;
    }
        .topnav .navMain a.navbar-brand {
            float: left;
        }
    .navbar-brand img {
        height: 28px !important;
    }

    .headerNew-isl .caption .align-items-center {
        margin: 0px;
    }

    .video-container {
        background-position: top center;
        background-size: auto;
        height: 100%;
    }

    .headerNew-isl .caption {
        height: 100%;
        margin-top: 10vh;
        width: 100%;
        padding-bottom: 30px;
    }

        .headerNew-isl .caption h1 {
            font-size: 1.5rem !important;
            padding: 0px !important;
        }

        .headerNew-isl .caption h5 {
            color: #626262;
            font-size: 3.8vw;
        }

        .headerNew-isl .caption .align-items-center img {
            transition: all 2s;
            width: 80%;
            margin: 0 auto;
            display: block;
        }

        .headerNew-isl .caption .isl-services {
            padding: 0px 20px;
        }

            .headerNew-isl .caption .isl-services .isl-services--list__flex {
                margin-top: 30px;
            }

    .isl-services--list p {
        font-size: 17px;
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        display: contents;
    }

    #headerNew-isl .collapse.show {
        display: block;
        background: #e3f2ea;
        position: absolute;
        top: 39px;
        right: 0px;
    }

    .isl-header--nav {
        position: fixed;
        background: #f6fcfc;
    }

    #section2 {
        height: auto;
    }

    .isl-realTime h3 {
        font-size: 1.5rem;
        margin-top: 25px;
    }

    .isl-realTime p {
        font-size: 17px !important;
    }

    .isl-realTime .islamiclyRetail p {
        text-align: left;
        padding: 0px;
    }

    /*.islamiclyRetailTiles .bannerPos {
        display: none;
    }*/

    .islamiclyRetailTiles .box {
        margin-bottom: 10px;
    }

    .ourShariahScholars.scholardetails {
        align-items: flex-start;
        display: flex;
        height: auto;
        margin-top: 45px;
        flex-direction: column;
    }

    div.isl-scholars .certificateImage img {
        height: 300px;
    }

    .certificateISL {
        background: #319945;
        position: relative;
        background: #319945;
        position: relative;
        width: 100%;
        height: 257px;
        padding: 15px 0px;
        border-radius: 10px;
        margin-bottom: 30px;
    }

    .ourShariahScholars.scholardetails .colmn .d-flex.w-100 {
        margin-top: 0vh;
    }

    div.isl-scholars.dropdown-right .scholardetails.ourShariahScholars .colmn p {
        font-size: 16px;
    }

    .ourShariahScholars.scholardetails, .scholardetails.ourShariahScholars h5 {
        display: block;
    }

    div.isl-scholars .scholardetails.ourShariahScholars h5 {
        margin: 0px;
        padding: 15px;
        font-size: 15px;
    }

    .scholardetails.ourShariahScholars .watchnow {
        text-align: left;
        justify-content: flex-start;
        font-size: 17px;
        display: flex;
        float: left;
        width: 100%;
        margin: 0px 15px;
    }

    .isl-realTime h3 {
        text-align: left;
    }

    .financialHelp .islamiclyRetailTiles .col-md-3 {
        padding: 0px !important
    }

    .financialHelp .islamiclyRetailTiles {
        margin-top: 0px;
    }

        .financialHelp .islamiclyRetailTiles .box {
            margin-bottom: 0px;
        }

            .financialHelp .islamiclyRetailTiles .box .boxTitle {
                margin: 16px 0px 9px;
            }

    #section5, .isl-scholars.why-islamicly, #section8 {
        display: block !important;
        padding-bottom: 30px !important;
    }

    .islamiclyRetailTiles {
        margin: 0px;
    }
    .isl-realTime .islamiclyRetailTiles {
        margin: 50px 0px;
    }
    .bannerPosTopLeft {
        left: 37%;
        top: -25px;
        display: none;
    }
    .bannerPosTopRight {
        left: 37%;
        right: auto;
        bottom: -15px;
        top: auto;
        display: none;
    }
    .islamiclyRetailTiles .col-md-4 {
        padding: 0px;
    }

    .islamiclyFaqs .shariahHeaderTitle {
        font-size: 34px !important;
        padding: 0px;
    }

    #accordion {
        margin: 0px;
    }

    #section10, .footertop {
        display: none;
    }

    .islamiclyTestimonial-left {
        height: auto;
    }

        .islamiclyTestimonial-left h1 {
            font-size: 15vw;
        }

        .islamiclyTestimonial-left p {
            left: 26%;
            font-size: 8.1vw;
            margin-top: 52px;
        }

            .islamiclyTestimonial-left p small {
                font-size: 4.5vw;
                margin-left: 0px;
            }

    .islamiclyFaqs {
        padding-top: 40px;
    }

    .islamiclyTestimonial {
        height: 900px;
        width: 100%;
    }

    .testimonial .slick-prev {
        left: -3%;
    }

    .islamiclyTestimonial-right .slick-carousel .slick-slide blockquote {
        margin: 0 auto;
    }

    .testimonial .slick-next, .testimonial .slick-prev {
        top: 400px;
    }

    .testimonial .slick-next {
        right: 5%;
    }
    .contactPanelLayout span {
        width: 100%;
        margin: 20px 0px;
    }
    .contactPanelLayout span span {
        margin: 0px 0px;
    }
    .contactPanelLayout .isl-header {
        margin: 0px;
    }
    .contactPanelLayout .shariahHeaderTitle {
        text-align: left !important;
        font-size: 30px !important;
        padding-left: 15px;
    }
    .footerbottom .d-flex {
        height: 184px;
    }
    .footerbottom p {
        text-align: center;
        font-size: 12px;
        margin-bottom: 17px;
        font-size: 18px;
    }
    .footerbottom .mobile {
        display: block;
    }
}

@media (max-width:400px) {
    .topnav .icon {
        top: 50px;
    }
}

#navbar {
    background-color: var(--white);
    position: fixed;
    top: -100px;
    width: 100%;
    display: block;
    transition: top 0.3s;
    z-index: 99999;
    box-shadow: 0px 6px 16px -6px rgba(1,1,1,0.5);
}


#logo2 {
    float: left;
}

    #logo2 img {
        width: 80px;
    }

@media (max-width:640px) {
    #navbar {
        display: none !important;
    }
}


/* Timeline */
.timeline {
    position: relative;
    display: block;
    margin: 0;
    padding: 10px 0;
}

    .timeline:after, .timeline:before {
        content: " ";
        display: table;
    }

    .timeline:after {
        clear: both;
    }

    .timeline, .timeline > li {
        list-style: none;
    }

        .timeline > li:nth-child(even) {
            float: left;
            clear: left;
        }

        .timeline > li:nth-child(odd) {
            float: right;
            clear: right;
        }

.timeline-line {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background-color: #eee;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

    .timeline-line + .timeline-item {
        margin-top: -20px;
    }

.timeline-group {
    display: block;
    position: relative;
    margin: 20px 0;
    text-align: center;
    float: none !important;
    z-index: 1;
}

.timeline-poster {
    margin-top: -20px;
}

    .timeline-poster .btn-link {
        color: #a1aab0;
    }

        .timeline-poster .btn-link.active, .timeline-poster .btn-link:active, .timeline-poster .btn-link:focus, .timeline-poster .btn-link:hover {
            color: #3e5771;
        }

.timeline-item {
    position: relative;
    display: inline-block;
    width: 50%;
    padding: 0 30px 20px;
}

    .timeline-item:nth-child(even):after, .timeline-item:nth-child(even):before {
        content: '';
        position: absolute;
        right: 19px;
        top: 10px;
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 12px solid #ccc;
        z-index: 1;
    }

    .timeline-item:nth-child(even):after {
        right: 20px;
        top: 11px;
        border-top: 11px solid transparent;
        border-bottom: 11px solid transparent;
        border-left: 11px solid #fff;
    }

    .timeline-item:nth-child(even) > .timeline-badge {
        right: -6px;
    }

    .timeline-item:nth-child(odd):after, .timeline-item:nth-child(odd):before {
        content: '';
        position: absolute;
        left: 19px;
        top: 10px;
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-right: 12px solid #ccc;
        z-index: 1;
    }

    .timeline-item:nth-child(odd):after {
        left: 20px;
        top: 11px;
        border-top: 11px solid transparent;
        border-bottom: 11px solid transparent;
        border-right: 11px solid #fff;
    }

    .timeline-item:nth-child(odd) > .timeline-badge {
        left: -6px;
    }

    .timeline-item.block:nth-child(even), .timeline-item.block:nth-child(odd) {
        width: 100%;
        margin-top: 5px;
    }

        .timeline-item.block:nth-child(even):after, .timeline-item.block:nth-child(even):before, .timeline-item.block:nth-child(odd):after, .timeline-item.block:nth-child(odd):before {
            left: 50%;
            right: auto;
            top: -11px;
            border: 0;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-bottom: 12px solid #ccc;
            -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
        }

        .timeline-item.block:nth-child(even):after, .timeline-item.block:nth-child(odd):after {
            top: -10px;
            border: 0;
            border-left: 11px solid transparent;
            border-right: 11px solid transparent;
            border-bottom: 11px solid #fff;
        }

        .timeline-item.block:nth-child(even) > .timeline-badge, .timeline-item.block:nth-child(odd) > .timeline-badge {
            top: -28px;
            left: 50%;
            right: auto;
            -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
        }

    .timeline-item > .timeline-badge {
        position: absolute;
        top: 12px;
        z-index: 1;
    }

        .timeline-item > .timeline-badge > a {
            display: inline-block;
            width: 12px;
            height: 12px;
            border: 2px solid #999;
            border-radius: 24px;
            background-color: #fff;
            text-decoration: none;
            transition: all ease .3s;
        }

            .timeline-item > .timeline-badge > a.active, .timeline-item > .timeline-badge > a:active, .timeline-item > .timeline-badge > a:focus, .timeline-item > .timeline-badge > a:hover {
                -webkit-transform: scale(1.5);
                transform: scale(1.5);
            }

    .timeline-item > .timeline-panel {
        position: relative;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
    }

        .timeline-item > .timeline-panel:hover .timeline-actions {
            display: block;
        }

.timeline-actions {
    display: none;
}

.timeline-content, .timeline-footer, .timeline-heading, .timeline-liveliness {
    padding: 15px;
}

    .timeline-heading + .timeline-content {
        padding-top: 0;
    }

.timeline-date {
    font-size: 14px;
    color: #aaa;
}

.timeline-embed {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

    .timeline-embed .embed-element, .timeline-embed embed, .timeline-embed iframe, .timeline-embed object {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.timeline-img {
    display: block;
    padding: 5px 0;
}

    .timeline-img.first {
        margin-right: -10px;
    }

    .timeline-img.middle {
        margin-right: -10px;
        margin-left: -10px;
    }

    .timeline-img.last {
        margin-left: -10px;
    }

.timeline-footer, .timeline-liveliness, .timeline-resume {
    border-top: 1px solid #eee;
    background-color: #fbfcfc;
}

.timeline-footer {
    border-radius: 0 0 5px 5px;
}

.timeline-avatar {
    margin-top: -2px;
    margin-right: 10px;
}

.timeline-title {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.42857;
    font-weight: 600;
    color: #3e5771;
    text-decoration: none;
}

    .timeline-title > small {
        display: block;
        font-size: 12px;
        line-height: 1.5;
        color: #a1aab0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.timeline .media {
    border-bottom: 1px solid #eee;
}

    .timeline .media, .timeline .media p {
        font-size: 13px;
    }

        .timeline .media:last-child {
            border-bottom: 0;
        }


.isl-services .slick-prev, .isl-services .slick-next {
    position: absolute;
    top: 135%;
    font-size: 1.8rem;
}

.isl-services .slick-prev {
    left: 0;
}

.isl-services .slick-next {
    right: 0;
}

.isl-services .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.isl-services .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .isl-services .slick-list:focus {
        outline: none;
    }

    .isl-services .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.isl-services .slick-slider .slick-track,
.isl-services .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.isl-services .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .isl-services .slick-track:before,
    .isl-services .slick-track:after {
        display: table;
        content: '';
    }

    .isl-services .slick-track:after {
        clear: both;
    }

.isl-services .slick-loading .slick-track {
    visibility: hidden;
}

.isl-services .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.isl-services [dir='rtl'] .slick-slide {
    float: right;
}

.isl-services .slick-slide img {
    display: block;
}

.isl-services .slick-slide.slick-loading img {
    display: none;
}
.isl-services .slick-slide img.brokerLogo {
    padding: 0.5rem;
}
.isl-services .slick-slide.dragging img {
    pointer-events: none;
}

.isl-services .slick-initialized .slick-slide {
    display: block;
}

.isl-services .slick-loading .slick-slide {
    visibility: hidden;
}

.isl-services .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.isl-services .slick-arrow.slick-hidden {
    display: none;
}

.isl-services .slide {
    transition: filter .4s;
    margin: 0px 5px;
   /* background: #d8e9e7;
    height: 70px;*/
}
    .isl-services .slide a {
        display: flex;
        justify-content: center;
        align-items: center;
      /*  height: 70px;*/
    }
    .isl-services .fas {
        color: #96bd0b;
    }

.isl-services .slick-prev {
    left: 0;
}

.isl-services .slick-prev, .isl-services .slick-next {
    position: absolute;
    top: 35%;
    font-size: 1.8rem;
}

.desktopRightImg {
    max-height: 50vh;
}
.brokerModal.modal {
    z-index: 999999;
    padding-right: 0px !important;
    width: 101%;
}
body {
    padding-right: 0px !important;
}
.brokerModal.modal .modal-dialog {
    max-width: 1000px;
}
.brokerModal.modal .modal-content {
    background: #fff !important;
    box-shadow: none;
}
.brokerModal.modal .modal-header {
    border: none;
    padding: 0.5rem 1rem 0.5rem;
    flex-direction: row;
    border-bottom: 1px solid #e7e7e7;
}
    .brokerModal.modal .modal-header .modal-title, .brokerModal.modal .modal-header .close {
        color: #343434;
    }

/*switch on-off */
.brokerModal .toggle-label {
    position: relative;
    width: 500px;
    height: 40px;
    margin-top: 10px;
}

    .brokerModal .toggle-label input[type=checkbox] {
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

        .brokerModal .toggle-label input[type=checkbox] + .back {
            position: absolute;
            width: 100%;
            height: 40px;
            left: 0;
            top: 0;
            border-radius: 50px;
            border: 1px solid #000;
            transition: background 150ms linear;
        }

        .brokerModal .toggle-label input[type=checkbox]:checked + .back {
            border: 1px solid #000;
            cursor: pointer;
        }

        .brokerModal .toggle-label input[type=checkbox] + .back .toggle {
            display: block;
            position: absolute;
            content: ' ';
            background: #000;
            width: 50%;
            height: 100%;
            transition: margin 150ms linear;
            border: 1px solid #808080;
            border-radius: 50px;
        }

        .brokerModal .toggle-label input[type=checkbox]:checked + .back .toggle {
            margin-left: 250px;
        }

    .brokerModal .toggle-label .label {
        display: block;
        position: absolute;
        width: 50%;
        color: #ddd;
        line-height: 32px;
        text-align: center;
        font-size: 14px;
    }

        .brokerModal .toggle-label .label.on {
            left: 0px;
        }

        .brokerModal .toggle-label .label.off {
            right: 0px;
        }

    .brokerModal .toggle-label input[type=checkbox]:checked + .back .label.on {
        color: #000;
    }

    .brokerModal .toggle-label input[type=checkbox] + .back .label.off {
        color: #000;
        cursor: pointer;
    }

    .brokerModal .toggle-label input[type=checkbox]:checked + .back .label.off {
        color: #ddd;
    }
/*switch on-off */
.isl-services .brokerListWrap {
    flex-wrap: wrap;
    width: 100%;
}
    .isl-services .brokerListWrap a {
        width: 19%;
        margin: 1vh 0.5%;
    }
    .isl-services .brokerListWrap a {
        background: #f9f9f9;
        box-shadow: 0px 0px 6px #ebebeb;
    }
        .isl-services .brokerListWrap a:hover {
            background: #e0efff;
            box-shadow: 0px 0px 6px #e0efff;
        }



        @media (max-width:991px) {
            .timeline {
        padding-left: 15px;
    }

    .timeline-line {
        left: 15px;
    }

    .timeline-group {
        display: inline-block;
        margin-left: 4px;
    }

    .timeline-item {
        width: 100%;
        margin-top: 0 !important;
        padding-right: 10px;
    }

        .timeline-item.block:nth-child(even), .timeline-item.block:nth-child(odd) {
            padding-bottom: 0;
        }

            .timeline-item.block:nth-child(even):after, .timeline-item.block:nth-child(even):before, .timeline-item.block:nth-child(odd):after, .timeline-item.block:nth-child(odd):before, .timeline-item:nth-child(even):after, .timeline-item:nth-child(even):before, .timeline-item:nth-child(odd):after, .timeline-item:nth-child(odd):before {
                left: 19px;
                top: 10px;
                border: 0;
                border-top: 12px solid transparent;
                border-bottom: 12px solid transparent;
                border-right: 12px solid #ccc;
                -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
            }

            .timeline-item.block:nth-child(even):after, .timeline-item.block:nth-child(odd):after, .timeline-item:nth-child(even):after, .timeline-item:nth-child(odd):after {
                left: 20px;
                top: 11px;
                border-top: 11px solid transparent;
                border-bottom: 11px solid transparent;
                border-right: 11px solid #fff;
            }

            .timeline-item.block:nth-child(even) > .timeline-badge, .timeline-item.block:nth-child(odd) > .timeline-badge, .timeline-item:nth-child(even) > .timeline-badge, .timeline-item:nth-child(odd) > .timeline-badge {
                top: 12px;
                left: -6px;
                right: auto;
                -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
            }
}

@media (max-width:480px) {
    .timeline {
        padding: 0;
    }

    .timeline-line {
        display: none;
    }

    .timeline-item {
        display: block;
        padding: 0 0 20px !important;
    }

        .timeline-item.block:nth-child(even), .timeline-item.block:nth-child(odd), .timeline-item:nth-child(even), .timeline-item:nth-child(odd) {
            float: none;
            clear: both;
        }

            .timeline-item.block:nth-child(even):after, .timeline-item.block:nth-child(even):before, .timeline-item.block:nth-child(odd):after, .timeline-item.block:nth-child(odd):before, .timeline-item.timeline-poster > .timeline-badge, .timeline-item:nth-child(even):after, .timeline-item:nth-child(even):before, .timeline-item:nth-child(odd):after, .timeline-item:nth-child(odd):before {
                display: none;
            }

        .timeline-item > .timeline-badge {
            top: -8px !important;
            left: 50% !important;
            margin-left: -6px;
        }
}

.wrapkit-content-rtl .timeline-avatar {
    margin-right: 0;
    margin-left: 10px;
}

.timeline-heading {
    font-size: 20px;
}


.isl-header--nav .navbar-nav .nav-item {
    padding: 1px 12px !important;
    margin: 0px 2px;
}

.topnav a {
    text-transform: inherit;
}
.isl-home-v5 .isl-header--nav .navbar-nav .nav-item .nav-link {
    font-size: 14px !important;
}