body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
}

a:hover {
    text-decoration: none;
}

* {
    box-sizing: border-box;
}

a {
    color: #0271c9;
}

.input-validation-error {
    border: 1px solid red !important;
}

label.upload-button {
    cursor: pointer;
}

.new-header {
    background: transparent;
    color: #000;
    padding: 15px 0 15px 0;
    position: relative;
    left: 0;
    right: 0;
    z-index: 99;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    box-shadow: -1px 1px 9px 0px rgb(145 145 145 / 22%);
}

    .new-header.sticky {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        background: #fff;
        z-index: 99;
        animation: smoothScroll 1s forwards;
        padding: 5px 0;
    }

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.new-header.sticky::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    /* background: #e6f7fe;*/
    width: 59%;
    z-index: -1;
    border-radius: 2px 0 0 5px;
    background: rgb(245,248,250);
    background: linear-gradient(144deg, rgba(245,248,250,1) 24%, rgba(230,247,254,1) 100%);
}

.banner-content-left {
    width: 43%;
    margin-top: 15%;
    padding: 0 40px;
}

.banner-content {
    display: flex;
    position: relative;
}

.banner-content-right {
    width: 57%;
    text-align: center;
    padding-top: 45px;
    position: relative;
    padding-right: 15px;
    z-index: 11;
}

.all-page-bubbole {
    background: url("../images/img/banner-bg.png");
    height: 611px;
    width: 815px;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
}


/*.banner-content::after {
        background: url("../images/img/banner-bg.png");
        background-repeat: no-repeat;
        background-size: cover;
        content: "";
        position: absolute;
        top:-86px;
        right: 0;
        width: 815px;
        height: 611px;
        z-index: 1;
    }*/

.flot-image .first-list {
    list-style: none;
    display: flex;
    position: relative;
    justify-content: space-between;
    height: 163px;
    padding: 0px 60px;
}

    .flot-image .first-list li:nth-child(2) {
        align-self: center;
    }

    .flot-image .first-list li:nth-child(3) {
        align-self: flex-end;
    }

ul.second-list {
    padding: 0 20px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 77px 0 0 0;
    height: 72px;
}

.phone-image {
    margin-top: -95px;
    position: relative;
}

ul.second-list li:last-child {
    align-self: flex-end;
}

.phone-category-box span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #3b3b3b;
    margin: 8px 0 0 0;
    line-height: 1.2;
}
/*.phone-category-box img {
    width: 32px;
}*/
.phone-category-box {
    text-align: center;
    width: 105px;
    height: 104px;
    border-radius: 3.7px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    padding: 10px 22px;
    margin: 3px;
    background: #fff;
    border: 2px solid #d8e8f4;
    transition: .4s ease-in-out;
}

    .phone-category-box:hover {
        border: 2px solid #0271c9;
        transition: .4s ease-in-out;
        background: #cfeaf8;
    }

.phone-category ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
}

.phone-category {
    position: absolute;
    bottom: 67px;
    z-index: 99;
    left: 0;
    right: 0;
    width: 542px;
    margin: 0 auto;
    max-width: 100%;
}

.phone-text {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 132px;
    z-index: 9;
}

    .phone-text h2 {
        font-size: 36px;
        font-weight: 700;
        color: #fff;
        letter-spacing: 0.42px;
        margin: 0 0 22px 0;
    }

    .phone-text h5 {
        font-size: 20px;
        font-weight: 500;
        color: #fff;
    }

.banner-content-left h2 {
    font-size: 40px;
    padding: 5px 0;
    font-weight: 500;
    line-height: 1.14;
    color: #3b3b3b;
    margin: 0 0 0 0;
}

.banner-content-left h3 {
    font-size: 40px;
    padding: 5px 0;
    font-weight: 500;
    margin: 0 0 0 0;
    background: -webkit-linear-gradient(#04a7e4, #0683d1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-content-left h5 {
    font-size: 24px;
    color: #3b3b3b;
    margin: 0 0 34px 0;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}



.table-product {
    display: flex;
    width: 100%;
    height: 100%;
}

.table__cell {
    position: relative;
    display: flex;
    width: 20%;
    transition: width 500ms cubic-bezier(0.4, 0, 0.2, 1);
    height: 520px;
}

    .table__cell:nth-child(1) {
        background-color: #0391df;
    }

    .table__cell:nth-child(2) {
        background-color: #f7930d;
    }

    .table__cell:nth-child(3) {
        background-color: #93ad21;
    }

    .table__cell:nth-child(4) {
        background-color: #c053d0;
    }

    .table__cell:nth-child(5) {
        background-color: #805cf5;
    }

    .table__cell.active {
        width: 63%;
    }

    .table__cell ul {
        opacity: 0;
        transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .table__cell.active ul {
        opacity: 1;
    }

    .table__cell h2 {
        opacity: 0;
        transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .table__cell.active h2 {
        opacity: 1;
    }

.table-cell-box {
    padding: 15px;
    color: #fff;
}

.box-img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .5s ease-in-out;
    width: 190px;
    z-index: 1;
}

.table-cell-box h3 {
    font-size: 26px;
    font-weight: 500;
    margin: 14px 0 15px 0;
}

.table-cell-box p {
    color: #fff;
    opacity: 0.8;
    font-size: 16px;
}

.table__cell.active .box-img {
    opacity: 0;
    transition: .5s ease-in-out;
}

.table__cell.active p {
    display: none;
}

.table-cell-cate label {
    margin: 9px 0 0 0;
    color: #3b3b3b;
    font-size: 19px;
    font-weight: 500 !important;
    line-height: 1.2;
    display: block;
    cursor: pointer;
}

.table-cell-cate {
    background: #fff;
    padding: 15px 7px;
    text-align: center;
    border-radius: 5px;
    border: 2px solid #c5e4fb;
    min-height: 128px;
    position: relative;
    z-index: 11;
    transition: .4s ease-in-out;
}

    .table-cell-cate:hover {
        border: 2px solid #0271c9;
        transition: .4s ease-in-out;
    }

    .table-cell-cate:hover {
        background: #cfeaf8;
        transition: .4s ease-in-out;
    }

.table-cell-box ul li {
    width: 33.33%;
    padding: 0 10px 10px 0;
}

.table-cell-box ul {
    padding: 0px;
    list-style: none;
    flex-wrap: wrap;
    display: flex;
}

.table-cell-box h2 {
    margin: 0 0 24px 0;
    font-size: 32px;
    font-weight: 700;
}

.table__cell.active .table-cell-box {
    padding: 15px 40px 15px 40px;
    width: 100%;
}

.table__cell.active .box-full-img {
    display: block;
    transition: .5s ease-in-out;
}

.box-full-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 325px;
    display: none;
    transition: .5s ease-in-out;
}




@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-7px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-7px);
    }
}

.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}



@-webkit-keyframes mover1 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-7px);
    }
}

@keyframes mover1 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-7px);
    }
}

.vert-move1 {
    -webkit-animation: mover1 1.3s infinite alternate;
    animation: mover1 1.5s infinite alternate;
}


@-webkit-keyframes mover2 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-7px);
    }
}

@keyframes mover2 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-7px);
    }
}

.vert-move2 {
    -webkit-animation: mover2 1s infinite alternate;
    animation: mover2 1s infinite alternate;
}


@-webkit-keyframes mover3 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-9px);
    }
}

@keyframes mover3 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-9px);
    }
}

.vert-move3 {
    -webkit-animation: mover3 1.5s infinite alternate;
    animation: mover3 1.5s infinite alternate;
}

@-webkit-keyframes mover4 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-6px);
    }
}

@keyframes mover4 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-6px);
    }
}

.vert-move4 {
    -webkit-animation: mover4 1s infinite alternate;
    animation: mover4 1s infinite alternate;
}

.table-cell-cate a {
    display: block;
}

.try-calculator {
    position: relative;
    padding: 30px 0;
    overflow: hidden;
}

    .try-calculator::after {
        position: absolute;
        content: "";
        background: url(../images/img/culculator-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 390px;
        top: 0;
        z-index: 1;
    }

.try-cal-content {
    position: relative;
    z-index: 9;
    text-align: center;
}

    .try-cal-content h3 {
        font-size: 40px;
        font-weight: 500;
        background: -webkit-linear-gradient(#04a7e4, #0683d1);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin: 0 0px 30px 0;
    }

    .try-cal-content ul {
        padding: 0;
        list-style: none;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 1007px;
        margin: 0 auto;
        max-width: 100%;
    }

        .try-cal-content ul li {
            flex: 1;
        }

.cal-box {
    background: #fff;
    border: 2px solid #c6e4fc;
    border-radius: 12px;
    padding: 55px 20px 48px 20px;
    margin: 5px 6px;
    transition: .4s ease-in-out;
    max-height: 240px;
}

    .cal-box:hover {
        border: 2px solid #0271c9;
        transition: .4s ease-in-out;
    }

    .cal-box label {
        display: block;
        margin: 43px 0 0 0;
        font-size: 20px;
        font-weight: 500;
        color: #3b3b3b;
    }

.try-calculator::before {
    position: absolute;
    content: "";
    background: url(../images/img/ca-all-icon.svg);
    background-repeat: no-repeat;
    background-size: 188px;
    width: 200px;
    height: 201px;
    top: -70px;
    z-index: 70;
    right: 0;
}

.strategic {
    text-align: center;
    padding: 20px 0 65px 0;
}

    .strategic h3 {
        font-size: 40px;
        font-weight: 500;
        color: #3b3b3b;
        margin: 0 0 37px 0;
    }

    .strategic ul {
        padding: 0;
        list-style: none;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .strategic ul li {
            margin: 7px 31px;
        }

            .strategic ul li img {
                width: 160px;
            }

.video-part {
    text-align: center;
    position: relative;
    z-index: 9;
    top: 62px;
}

.gofinance-work {
    padding: 0px 0 108px 0;
    position: relative;
    overflow: hidden;
}

    .gofinance-work h3 {
        font-size: 40px;
        font-weight: 500;
        background-color: #04a7e4;
        background-image: linear-gradient(72deg, #04a7e4, #0275cb);
        background-size: 100%;
        -webkit-background-clip: text;
        -moz-background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-text-fill-color: transparent;
        margin: 0 0 60px 0;
        padding: 10px 0;
        text-align: center;
    }

.video-part iframe {
    border-radius: 17px;
    border: 6px solid #f7f7f7;
}

.gofinance-work::after {
    content: "";
    position: absolute;
    left: -251px;
    top: 0;
    background: #e7f7fe;
    width: 598px;
    height: 574px;
    border-radius: 50%;
    z-index: 1;
}

.gofinance-uae {
    padding: 40px 0 80px 0;
    background-image: linear-gradient(to left bottom, #d9ebfe, #e0eefe, #e6f1fe, #ecf4fe, #f2f7fe, #f5f9fe, #f8fafe, #fbfcfe, #fcfdfe, #fdfdfe, #fefeff, #fff);
}

    .gofinance-uae h3 {
        color: #000;
        font-size: 30px;
        font-weight: 500;
        display: block;
        text-align: center;
        margin: 0px;
    }

        .gofinance-uae h3 img {
            height: 30px;
        }

    .gofinance-uae h5 {
        color: #3b3b3b;
        font-size: 40px;
        font-weight: 500;
        line-height: 1.41;
        margin: 77px 0 50px 0;
    }

    .gofinance-uae .apps-list li img {
        width: 200px;
    }

.vert-move
.gofinance-uae .apps-list li {
    margin-right: 10px;
}

.sponsor ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
}

    .sponsor ul li {
        margin: 20px;
    }

        .sponsor ul li img {
            max-width: 120px;
        }

        .sponsor ul li a h5 {
            max-width: 100px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

.comming-soon {
    margin-top: 61px;
    display: none;
}

    .comming-soon h4 {
        color: #fff;
        opacity: 0.6;
        font-size: 69px;
        font-weight: 700;
        margin: 0 0 0 0;
    }

    .comming-soon span {
        font-size: 19px;
        color: #fff;
    }

.table__cell.active .comming-soon {
    display: block;
}
/*.page-bg {
    background: url("../Images/img/main-bg.svg");
    background-size: cover;
    min-height: 100vh;
    padding-top: 41px;
}*/
.page-bg {
    background-size: cover;
    min-height: 100vh;
    padding-top: 41px;
    background: rgb(245,248,250);
    background: linear-gradient( 144deg, rgba(245,248,250,1) 24%, rgba(223,239,255,1) 100%);
    padding: 0 90px;
}

img.bg-img {
    position: absolute;
    width: 550px;
    top: 160px;
    right: 0;
    opacity: 0.2;
}

.main-content a {
    position: relative;
    z-index: 1;
}

.emirates {
    background-image: url(../Images/img/emirates.png);
    background-size: cover;
    padding: 76px 50px 10px 50px;
    min-height: 330px;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    width: 324px;
}

/*.filter-page .emirates {
    margin-top: 67px;
    box-shadow: 0px 0 9px 4px rgb(0 0 0 / 18%);
    border-radius: 5px;
}*/

.filter-page .emirates {
    margin-top: 67px;
    box-shadow: 0 0 black;
    border-radius: 5px;
    padding: 0;
    background: transparent;
}

.back-cross {
    display: flex;
    justify-content: space-between;
    margin-bottom: 67px;
    z-index: 9;
    position: relative;
}

.emirates a {
    display: block;
    background: #fff;
    color: #0271c9;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 0;
    text-align: center;
    border-radius: 5px;
}

.emirates p {
    font-size: 18px;
    font-weight: 500;
    margin: 22px 0 29px 0;
}

.main-content h3 {
    font-size: 32px;
    font-weight: 700;
    color: #3b3b3b;
    margin: 0 0 29px 0;
    display: block;
    text-align: left;
}

.right-panel ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

    .right-panel ul li {
        width: 30%;
        text-align: center;
    }

.prop-box {
    margin: 0 7px;
}

    .prop-box a {
        position: relative;
        display: block;
        height: 150px;
        text-align: center;
        padding: 50px 20px;
        background-color: #ffffff;
        box-shadow: 2px 2px 12px rgb(0 0 0 / 13%);
        margin-bottom: 15px;
        color: #1c1c1c;
        transition: transform 0.25s;
        border-radius: 3px;
        cursor: pointer;
        font-size: 18px;
    }

.right-panel.credit-card-portal .prop-box a {
    position: relative;
    display: block;
    padding: 0 !important;
    padding-top: 65% !important;
    background-color: #ffffff;
    box-shadow: 2px 2px 12px rgb(0 0 0 / 13%);
    margin-bottom: 15px;
    color: #1c1c1c;
    transition: transform 0.25s;
    border-radius: 3px;
    cursor: pointer;
}

        .prop-box a:hover {
            z-index: 2;
        }

            .prop-box a:hover i {
                color: #0069bb !important;
            }

    .prop-box .prop-inner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 90%;
    }

.prop-inner i {
    color: #898989 !important;
    font-size: 28px !important;
}

.prop-box a:hover i, .prop-box a:hover img {
    opacity: 1;
}

.prop-inner p {
    font-size: 18px;
    line-height: 22px;
    margin-top: 0.5rem;
    margin-bottom: 0;
    text-transform: capitalize;
}



.back-page {
    color: #666;
    font-size: 22px;
    opacity: 0;
}

.content-wrapper {
    /*    padding-top: 12px !important;
    padding-bottom: 36px;*/
}


.filter-property-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.filter-property-checkbox label {
    position: relative;
    cursor: pointer;
    margin: 0;
}

    .filter-property-checkbox label::before {
        content: '';
        -webkit-appearance: none;
        background-color: transparent;
        border: 2px solid #fff;
        padding: 8px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 5px;
        border-radius: 3px;
        top: -2px;
    }

.filter-property-checkbox input:checked + label::after {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: 8px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.filter-apply .filter-apply-list {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0 0 0 -8px;
    align-items: center;
    justify-content: space-between;
}

    .filter-apply .filter-apply-list li:last-child {
        text-align: right;
        margin: 0;
    }

    .filter-apply .filter-apply-list li {
        flex: auto;
        margin: 0 7px;
    }

.filter-apply {
    background: rgb(4,160,224);
    background: linear-gradient(67deg, rgba(4,160,224,1) 0%, rgba(2,122,206,1) 80%);
    padding: 15px 0px;
    margin: 0px;
}

.filter-property select.form-control {
    border: none;
    background: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    color: #fff;
    background-image: url(../Images/img/dropdown-icon-png-22.png);
    background-size: 14px;
    background-position: right;
    background-repeat: no-repeat;
    font-size: 15px !important;
    cursor: pointer;
    padding: 6px 17px 6px 0;
    text-overflow: ellipsis;
}

.filter-property-switchbox .switch {
    position: relative;
    display: inline-block;
    width: 51px;
    height: 24px;
    margin-right: 7px;
    margin-bottom: 0;
}

.filter-property-switchbox .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cfd8e2;
    -webkit-transition: .4s;
    transition: .4s;
}

    .filter-property-switchbox .slider::before {
        position: absolute;
        content: "";
        height: 19px;
        width: 19px;
        left: 4px;
        bottom: 3px;
        background-color: #00397c;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .filter-property-switchbox .slider.round::before {
        border-radius: 50%;
    }

.filter-property-switchbox input:checked + .slider::before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(25px);
    background-color: #fff;
}

.filter-property-switchbox {
    color: #fff;
    font-size: 14px;
    align-items: center;
    display: flex;
}

.filter-property .btn.btn-reset {
    padding: 4px 23px;
    font-size: 14px;
    font-weight: 700;
    color: #0271c9;
    background-image: linear-gradient(to right top, #ffffff, #f9f9ff, #f1f4ff, #e6f0ff, #daecfe);
}

.filter-property-checkbox {
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.filter-property select.form-control option {
    font-size: 16px;
    background: #0271c9;
    padding: 5px;
}

.breadcrumb-top {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    align-items: center;
}

    .breadcrumb-top ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        font-size: 16px;
    }

        .breadcrumb-top ul li {
            margin-right: 8px;
        }

            .breadcrumb-top ul li a {
                /*font-size: 22px;*/
                color: #939090;
            }

            .breadcrumb-top ul li span {
                /*font-size: 22px;*/
                color: #222;
            }

                .breadcrumb-top ul li span label {
                    margin: 0;
                    position: relative;
                }

                    .breadcrumb-top ul li span label:hover .info-title {
                        display: block;
                    }


.info-title {
    position: absolute;
    background: rgba(0,0,0,0.7);
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    right: -99px;
    top: -11px;
    padding: 2px 7px;
    width: 96px;
    text-align: center;
    display: none;
}

.pro-listing {
    background: #fff;
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.125);
    border-radius: 9px;
    padding: 15px 15px 0 54px;
    margin-bottom: 14px;
    position: relative;
    min-height: 154px;
}

    .pro-listing h4 {
        margin: 2px 0 11px 0;
        font-size: 20px;
        color: #868686;
        font-weight: 700;
    }

    .pro-listing ul {
        list-style: none;
        display: flex;
        margin: 0;
        padding: 0;
        justify-content: center;
        align-items: flex-start;
    }

        .pro-listing ul li {
            flex: auto;
            text-align: center;
            margin-right: 0;
            padding: 7px 0;
        }

            .pro-listing ul li.month-pay strong label {
                margin: 0;
                font-size: 13px;
                font-weight: 800;
            }

            .pro-listing ul li.month-pay {
                background: #edf7fe;
                margin: 0 !important;
                min-height: 63px;
                text-align: center !important;
                padding: 7px 5px !important;
                border-radius: 4px 4px 0 0;
            }

            .pro-listing ul li strong {
                color: #3b3b3b;
                font-size: 18px;
                display: block;
                font-weight: 800;
            }

            .pro-listing ul li span {
                display: block;
                color: #979797;
                font-size: 16px;
            }

            .pro-listing ul li .fa-info-circle.tooltip-icon {
                /*color: #72afd2!important;*/
            }

.fast-track-services {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    background: #daeefd;
    padding: 8px 10px;
    bottom: 0;
    height: 100%;
    width: 37px;
    vertical-align: bottom;
}

.fast-track-service-rotate img {
    width: 22px;
}

.fast-track-services span {
    font-size: 13px;
    font-weight: 600;
}

.fast-track-service-rotate {
    transform: rotate(-90deg);
    color: #049fe0;
    font-weight: 700;
    display: flex;
    align-items: center;
    white-space: nowrap;
    transform-origin: left;
    position: absolute;
    bottom: 3px;
    left: 17px;
}

.credit-card-pic img {
    width: 76px;
}

.credit-card-pic.autofinace-pic img {
    width: 60px;
}

.credit-card-pic {
    text-align: right;
    margin-right: 29px;
}

.view-div .vi-mo {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Lato', sans-serif;
    border: 1px solid #04a7e4;
    padding: 7px 26px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    background: -webkit-linear-gradient(#04a7e4, #0683d1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    min-width: 135px;
    text-align: center;
}

.apply-div .app-now {
    background: rgb(4,160,224);
    background: linear-gradient(67deg, rgba(4,160,224,1) 0%, rgba(2,122,206,1) 80%);
    padding: 8px 26px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    min-width: 135px;
    text-align: center;
}

.heart-div {
    position: absolute;
    right: 160px;
    top: 13px;
    width: 25px;
    display: inline-block;
    text-align: left;
}

    .heart-div.cred-car-fav {
        top: 43px !important;
    }

.heart-div a {
    color: #b3b0b0;
    font-size: 23px;
}

.view-div {
    margin: 9px 0;
}

.pro-listing ul li.month-pay strong {
    color: #0271c9;
    font-size: 17px;
    font-weight: 800;
}

.credit-card-box .view-div {
    margin: 7px 0;
}

    .credit-card-box .view-div .vi-mo {
        border: none;
        padding: 0 0;
        font-size: 14px;
    }


.step-flow-left h3 {
    margin: 0 0 34px 0;
    color: #3b3b3b;
    font-size: 24px;
    font-weight: 700;
}


.step-flow {
    margin-top: 20px;
}

.cla-buddy ul {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0;
}

.cla-buddy {
    padding: 15px 20px;
    border-radius: 8px;
    background-image: url(../Images/img/details-right-panel.png);
    background-position: center;
    height: 134px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 95px;
}

    .cla-buddy h3 {
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        margin: 18px 0 13px 0;
    }

.cal-box1 {
    background: #fff;
    padding: 15px 8px;
    text-align: center;
    border-radius: 5px;
    border: 2px solid #c5e4fb;
    min-height: 110px;
    position: relative;
    z-index: 1;
    transition: .4s ease-in-out;
}

    .cal-box1:hover {
        transition: .4s ease-in-out;
        background: #cfeaf8;
        border: 2px solid #0271c9;
    }

.cla-buddy ul li:last-child {
    margin-right: 0px;
}

.cal-box1 label {
    margin: 9px 0 0 0;
    color: #3b3b3b;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2;
    display: block;
}

.cal-box1 img {
    width: 37px;
}

.cla-buddy ul li {
    flex: 1;
    margin-right: 7px;
}

.step-flow-right .emirates {
    padding: 53px 220px 10px 50px;
    min-height: 270px;
    width: 100%;
    text-align: left;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .step-flow-right .emirates a {
        text-align: center;
    }

.sort-by label {
    font-size: 19px;
    width: 128px;
    color: #666;
    margin: 0;
}

.sort-by {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .sort-by select.form-control {
        width: 100%;
        border: none;
        -moz-appearance: none;
        font-size: 16px !important;
        background-color: #f4f3f3;
        background-image: url(../Images/img/ic-dropdown-menu.svg);
        background-size: 15px;
        background-position: right center;
        background-repeat: no-repeat;
        -webkit-appearance: none;
        padding: 6px 22px 6px 12px;
    }

.product-info iframe {
    margin-top: 20px;
}

.breadcrumb-top-right a {
    font-size: 20px;
    font-weight: 700;
    color: #0271c9;
}

.compare-table::after {
    position: absolute;
    content: "";
    right: 40px;
    bottom: -8px;
    border-top: 10px solid #fff;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
}

.compare-table h3 {
    background: #016fc5;
    color: #fff;
    margin: 0 auto;
    font-size: 19px;
    padding: 15px 20px;
    border-radius: 10px 10px 0 0;
}

.inner-con {
    height: 480px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0 30px;
}

.customerlist2 table > thead > tr > td, .customerlist2 table > tbody > tr > td, .customerlist2 table > tfoot > tr > td {
    padding: 8px 0;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    color: #5a5a5a;
    vertical-align: top;
}

.customerlist2 h5 {
    margin: 0 0 7px 0;
    color: #000;
    font-weight: 600;
}

.customerlist2 table {
    margin-top: 0;
    margin-bottom: 21px;
}

.name_logo h5 {
    font-size: 19px;
    color: #666;
    margin: 8px 0 0 0;
}

.name_logo h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin: 6px 0 0 0;
}

#exTab1 ul.nav-pills {
    border-bottom: #ccc solid 1px;
    text-align: right;
    padding: 14px 0 0px 0;
    margin-bottom: 10px;
}
/*.cal-app {
    display: flex;
    justify-content: space-between;
}*/
.cal-app a {
    background: rgb(4,160,224);
    background: linear-gradient(67deg, rgba(4,160,224,1) 0%, rgba(2,122,206,1) 80%);
    display: inline-block;
    padding: 6px 21px;
    color: #fff;
    margin-right: 7px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    height: 36px;
}

.cal-app span {
    color: #016fc5;
    font-size: 18px;
    cursor: pointer;
}

#exTab1 .nav-pills > li > a {
    border-radius: 0;
    padding: 9px 8px;
    font-size: 15px;
    color: #7a7a7a;
    position: relative;
}

#exTab1 ul.nav-pills {
    border-bottom: none;
    text-align: center;
    padding: 14px 0 0px 0;
    margin-bottom: 10px;
}

#exTab1 .nav-pills > li.active > a, #exTab1 .nav-pills > li.active > a:focus, #exTab1 .nav-pills > li.active > a:hover {
    color: #0573c9;
}

.cal-headline input#amount {
    background: transparent;
}

.cal-headline .show-value {
    right: 10px;
    top: 7px;
}

.cal-headline {
    background: #f0f8fe;
    padding: 15px 10px;
    margin: 12px 0 50px 0;
    position: relative;
}

    .cal-headline h4 {
        font-size: 17px;
        color: #3b3b3b;
        font-weight: 600;
        margin: 0 0 19px 0;
    }

    .cal-headline h5 {
        margin: 0;
        color: #0385d3;
        font-weight: 600;
        font-size: 15px;
    }

.show-value {
    position: absolute;
    right: 0;
    top: 0;
    color: #0385d3;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 2px solid #0385d3;
    display: flex;
    align-items: center;
}

.approx-cal.range-slider {
    position: relative;
    margin-bottom: 20px;
}

.approx-cal h5 {
    margin: 0;
    color: #0385d3;
    font-weight: 600;
    font-size: 15px;
}

.approx-cal h4 {
    font-size: 17px;
    color: #3b3b3b;
    font-weight: 600;
    margin: 0 0 13px 0;
}

.sub-heading-app h4 {
    font-size: 14px;
}

.com-step h3 {
    color: #acddf0;
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 0 0;
}

.com-step.active h3 {
    color: #006bbe;
}

.com-step.active label {
    background: #006bbe;
}

.sub-active h3 {
    color: #006bbe;
}

.com-step h3 span {
    font-size: 15px;
    margin-left: 7px;
}

.com-step label {
    background: #acddf0;
    height: 5px;
    width: 100%;
    display: block;
    border-radius: 5px;
    margin-top: 8px;
}

.sub-active label {
    background: #006bbe;
}

.com-step {
    margin-bottom: 30px;
}

.adverisement-sec .emirates {
    padding: 20px 488px 20px 20px;
    min-height: 200px;
    background-position: top;
    width: 100%;
    text-align: left;
    border-radius: 5px;
}

.adverisement-sec {
    margin-bottom: 15px;
}

    .adverisement-sec .emirates p {
        margin: 10px 0 11px 0;
    }

.inner-con1 {
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.125);
    padding: 12px;
    background: #fff;
    border-radius: 5px;
}

.rotate {
    -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
    -moz-transform: rotate(-180deg); /* Firefox */
    -ms-transform: rotate(-180deg); /* IE 9 */
    transform: rotate(-180deg); /* Standard syntax */
}

#accordion-apply .panel-default > .panel-heading {
    font-size: 100%;
    border: none;
    padding: 12px 15px;
    margin: 0;
    color: #064b95;
    background: transparent;
    position: relative;
}

    #accordion-apply .panel-default > .panel-heading h4.panel-title {
        font-size: 18px;
        font-weight: 600;
    }

    #accordion-apply .panel-default > .panel-heading span.glyphicon {
        position: absolute;
        top: 13px;
        right: 15px;
    }

#accordion-apply.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    border: none;
    box-shadow: none;
}

#accordion-apply .panel-body {
    border: none !important;
    box-shadow: none;
    margin-top: 15px;
    padding: 0;
}

.panel-group {
    margin-bottom: 0px !important;
    padding: 8px;
}

#accordion-apply .label-for {
    display: inline-block;
    position: absolute;
    top: -12px;
    left: 14px;
    background: #fff;
    padding: 0 2px;
    z-index: 9;
}

#accordion-apply .form-control {
    background: #fff;
}

#accordion-apply .form-group {
    margin-bottom: 36px !important;
}

.inner-con1 .tab-content {
    /*padding: 0 !important;*/
}

.profile-left {
    box-shadow: 0px 0px 12px 3px rgb(0 0 0 / 13%);
    margin-bottom: 0px;
    border-radius: 5px;
    background: #fff;
    /*min-height: 294px;*/
}

.pro-wea-details ul:last-child {
    margin-bottom: 0px;
}

.profile-left-details h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 0 0;
    color: #3b3b3b;
}

.profile-left-details h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 6px 0 14px 0;
    color: #3b3b3b;
}

.profile-left-pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: fill;
}

.profile-left-pic {
    width: 100px;
    height: 100px;
    margin-right: 15px;
    position: relative;
}

.profile-left-header {
    display: flex;
    padding: 10px 15px 5px 15px;
    margin-top: -42px;
}

.pro-wea-details {
    padding: 15px;
}

.profile-left-details h5 {
    color: #000;
    font-weight: 700;
    font-size: 14px;
}

    .profile-left-details h5 span {
        color: #666;
    }

.pro-wea-details ul li:first-child {
    width: 82%;
}

.pro-wea-details ul {
    list-style: none;
    padding: 0;
    margin: 0 0 12px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .pro-wea-details ul li {
        color: #000;
        font-size: 14px;
        font-weight: 500;
        position: relative;
        text-transform: capitalize;
    }

        .pro-wea-details ul li:last-child {
            /*width: 54px;*/
            text-align: center;
        }

span.date-view {
    position: absolute;
    top: 10px;
    color: #fff;
    right: 9px;
    font-size: 12px;
    font-weight: 600;
}

.pro-wea-details h3 {
    color: #666;
    font-size: 17px;
    margin: 0 0 0px 0;
}

.pro-wea-details .dropdown .dropdown-menu {
    padding: 0;
}

    .pro-wea-details .dropdown .dropdown-menu .dropdown-item {
        width: 100%;
        padding: 8px;
        margin: 0;
        cursor: pointer;
    }

        .pro-wea-details .dropdown .dropdown-menu .dropdown-item:hover {
            background: #0271c9;
            color: white;
        }

        .pro-wea-details .dropdown .dropdown-menu .dropdown-item input {
            margin-top: 0px;
            top: 2px;
            position: relative;
            cursor: pointer;
        }


.overview-details a {
    font-size: 16px;
    font-weight: 700;
}

.overview-details p {
    display: inline-block;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #979797;
}

.overview-details {
    background: #fff;
    border: 1px solid #0498f2;
    border-radius: 9px;
    padding: 19px 15px;
    position: relative;
    box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.125);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profile-overview h3 {
    font-size: 16px;
    font-weight: 700;
    color: #3b3b3b;
    margin: 0 0 9px 0;
}

.profile-overview {
    margin-bottom: 17px;
}

.open-application h3 {
    font-size: 16px;
    font-weight: 700;
    color: #3b3b3b;
    margin: 0 0 6px 0;
}

.open-application-box {
    border: 1px solid rgba(0,0,0,0.125);
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 9px;
    margin-top: 3px;
    margin-left: 0;
    min-height: 195px;
    margin-right: 0;
}

    .open-application-box.complete-profile-border {
        border: 1px solid #0498f2;
    }

    .open-application-box.active-profile-border {
        border: 1px solid #de010b;
    }

    .open-application-box.track-profile-border {
        border: 1px solid #05bf02;
    }

    .open-application-box .logo_sec {
        width: 187px;
        height: 27px;
    }

#application-carousel .open-application-box img {
    max-height: 22px;
    min-height: auto;
    width: auto;
}

.application-box-con {
    display: flex;
    margin-top: 6px;
}

    .application-box-con p {
        color: #4e4d4d;
        font-size: 15px;
        font-weight: 500;
        width: 100%;
        height: 46px;
        overflow: hidden;
    }

.open-application-box a {
    font-weight: 600;
}

.application-box-con a {
    font-size: 13px;
    font-weight: 700;
    color: #0271c9;
}

.open-application-box span {
    color: #666;
    font-size: 13px;
    display: block;
    margin: 5px 0 0 0;
}

#application-carousel .owl-next {
    position: absolute;
    top: 62px;
    right: -20px;
    background: rgba(0,0,0,0.3) !important;
    width: 40px;
    height: 40px;
    display: block;
    color: #fff !important;
    border-radius: 50%;
    font-size: 27px !important;
    line-height: 31px;
}

#application-carousel .owl-prev {
    position: absolute;
    top: 62px;
    left: -9px;
    background: rgba(0,0,0,0.3) !important;
    width: 40px;
    height: 40px;
    display: block;
    color: #fff !important;
    border-radius: 50%;
    font-size: 27px !important;
    line-height: 31px;
}

    #application-carousel .owl-prev.disabled {
        display: none;
    }

#application-carousel .owl-next.disabled {
    display: none;
}

.pro-re-box {
    box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.125);
    margin-bottom: 15px;
    border-radius: 8px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    min-height: 118px;
    margin-top: 6px;
}

.pro-re-box-content span {
    color: #666;
    font-size: 14px;
}

.pro-re-box-content p {
    color: #615f5f;
    font-size: 14px;
    font-weight: 700;
}

.pro-re-box-content h5 {
    font-size: 16px;
    font-weight: 700;
    color: #3b3b3b;
    margin: 0 0 13px 0;
}

.pro-re-box-content {
    padding: 19px;
}

.pro-re-box-img a {
    display: block;
    text-align: center;
    font-weight: 700;
}




.range__slider {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: .4em 0;
}

    .range__slider:focus {
        outline: none;
    }

    .range__slider::-webkit-slider-runnable-track {
        background-color: #444444;
        height: .3em;
        margin: .4em 0;
        border-radius: 2px;
    }

    .range__slider::-moz-range-track {
        background-color: #444444;
        height: .3em;
        border-radius: 2px;
    }

    .range__slider::-moz-focus-outer {
        border: 0;
    }

    .range__slider::-ms-track {
        background-color: #444444;
        height: .3em;
        margin: .1em 0;
        border-radius: 2px;
    }

    .range__slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #fff;
        text-align: center;
        width: 1.2em;
        height: 1.2em;
        border: 1px solid #cccccc;
        border-radius: 50%;
        cursor: pointer;
        box-sizing: border-box;
        margin-top: -0.5em;
    }

    .range__slider::-moz-range-thumb {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #fff;
        text-align: center;
        width: 1.2em;
        height: 1.2em;
        border: 1px solid #cccccc;
        border-radius: 50%;
        cursor: pointer;
        box-sizing: border-box;
    }

    .range__slider::-ms-thumb {
        margin: 0;
    }

img.main-card-pic {
    width: 84px;
    margin: 0 auto;
}

.calculator-credit-img {
    text-align: center;
    position: relative;
    margin-bottom: 53px;
    margin-top: 0;
    top: 0;
}

    .calculator-credit-img ul {
        list-style: none;
        display: flex;
        justify-content: space-between;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

li.sub-pic-1 {
    margin-top: 45px;
}

li.sub-pic-4 {
    margin-top: 45px;
}

.calculator-credit-img ul li span {
    margin: 0 4px;
}

.range__slider {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .range__slider:focus {
        outline: none;
    }

    .range__slider::-webkit-slider-runnable-track {
        background-color: #0380d1;
        height: .4em;
        margin: .4em 0;
        border-radius: 2px;
    }

    .range__slider::-moz-range-track {
        background-color: #0380d1;
        height: .4em;
        border-radius: 2px;
    }

    .range__slider::-moz-focus-outer {
        border: 0;
    }

    .range__slider::-ms-track {
        background-color: #0380d1;
        height: .4em;
        margin: .1em 0;
        border-radius: 2px;
    }

    .range__slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #0385d3;
        text-align: center;
        width: 1.2em;
        height: 1.2em;
        border: 2px solid #fff;
        border-radius: 50%;
        cursor: pointer;
        box-sizing: border-box;
    }

    .range__slider::-moz-range-thumb {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #0385d3;
        text-align: center;
        width: 1.2em;
        height: 1.2em;
        border: 2px solid #fff;
        border-radius: 50%;
        cursor: pointer;
        box-sizing: border-box;
    }

    .range__slider::-ms-thumb {
        margin: 0;
    }

.range__amount {
    border: none;
    min-width: 26px !important;
    display: inline-block;
    text-align: right;
}

    .range__amount:focus {
        outline: none;
    }

.show-value strong {
    margin-right: 7px;
}

.range__amount {
    min-width: 50px !important;
    max-width: 99.99% !important;
    transition: width 0.25s;
    border: none;
}

.credit-app {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.social-cal-icon {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
}

.social-cal-icon img {
    width: 50px;
}

.credit-app > a {
    background: rgb(4,160,224);
    background: linear-gradient(67deg, rgba(4,160,224,1) 0%, rgba(2,122,206,1) 80%);
    display: inline-block;
    padding: 8px 21px;
    color: #fff !important;
    margin-right: 7px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
}

input[type=range] {
    display: block;
    width: 100%;
}

#exTab1 .nav-pills li a.active:after {
    background: #003277;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
}

.offer-credit {
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
}

    .offer-credit img {
        margin: 0 auto;
    }

a.explore-bttn {
    display: inline-block;
    font-size: 16px;
    color: #666;
    margin: 4px 0 0 0;
}

.fees-structure ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .fees-structure ul li {
        color: #3b3b3b;
        font-size: 14px;
        font-weight: 500;
    }

        .fees-structure ul li strong {
            font-size: 15px;
            font-weight: 700;
            color: #0271c9;
        }

.heart-div .like-wish {
    color: red;
}

.box-mini {
    cursor: pointer;
    float: right;
}

.p-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: #0271c9;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 29px;
    cursor: pointer;
}

    .p-image input.file-upload {
        opacity: 0;
        width: 100%;
        height: 100%;
        position: absolute;
    }

.complete-profile {
    box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.125);
    background: #fff;
    padding: 35px 20px;
    min-height: 500px;
    border-radius: 5px;
}

    .complete-profile .is-floating-label.is-focused label {
        background: #fff;
    }

    .complete-profile .floating-select:focus ~ label, .floating-select:not([value=""]):valid ~ label {
        background: #fff;
    }

    .complete-profile .signup-btn {
        background: rgb(4,160,224);
        background: linear-gradient(67deg, rgba(4,160,224,1) 0%, rgba(2,122,206,1) 80%);
        padding: 7px 26px;
        border-radius: 5px;
        color: #fff;
        font-size: 17px;
        font-weight: 700;
    }

    .complete-profile .floating-field.is-focused label {
        background: #fff;
    }

.pro-re-box-content strong {
    color: #20A0FF;
}

.is-floating-label.is-focused1 label {
    transform: translateY(-20px) scale(0.9);
    left: 12px;
    background: #fff;
}

.upload-file-btnn {
    position: absolute;
    right: 5px;
    top: 5px;
    border: none;
    background: #fff;
    font-size: 20px;
    color: #027ace;
}

#CareerFile {
    cursor: pointer;
    height: 100%;
    right: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 4;
}

#uploadBtn {
    cursor: pointer;
    height: 100%;
    right: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 4;
}

.fileinput {
    cursor: pointer;
    height: 100%;
    right: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 4;
    width: 34px;
}

.complete-profile h3 {
    font-size: 22px;
    margin: 0 0 12px 0;
    color: #3b3b3b;
}

.become_an_agent_sec p {
    color: #666;
    font-size: 16px;
}

ol.num_list {
    padding: 0;
    list-style-position: inside;
}

    ol.num_list li {
        font-size: 16px;
        color: #3b3b3b;
        margin: 5px 0;
    }

.become_an_agent_sec {
    margin-bottom: 24px;
}

.video_tutoria_list {
    padding: 0;
    margin: 0px 0 40px 0;
    list-style: none;
}

    .video_tutoria_list li {
        padding: 0;
        margin: 0;
    }

        .video_tutoria_list li a {
            padding: 5px 0;
            display: block;
            color: #1d5fab;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            border-bottom: #eeeef2 1px solid;
            height: 50px;
            line-height: 43px;
        }

.playimg_area {
    width: 40px;
    height: 40px;
    border: #353535 1px solid;
    border-radius: 50%;
    float: right;
    color: #353535;
    display: block;
    text-align: center;
    line-height: 38px;
}

#faq-accordion .panel .panel-heading {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #f4f5f6;
    color: #1d5fab;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

    #faq-accordion .panel .panel-heading a {
        text-decoration: none;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        position: relative;
    }

        #faq-accordion .panel .panel-heading a span {
            padding: 10px 15px;
            display: inline-block;
            vertical-align: middle;
            font-weight: 600;
        }

        #faq-accordion .panel .panel-heading a:after {
            font-family: 'FontAwesome';
            content: "\f078";
            background: #828186;
            color: #fff;
            padding: 10px 15px;
            position: absolute;
            bottom: -1px;
            top: 0px;
            right: 0;
        }

        #faq-accordion .panel .panel-heading a.collapsed:after {
            font-family: 'FontAwesome';
            content: "\f054";
            background: #1d5fab;
            color: #fff;
            padding: 10px 15px;
            position: absolute;
            bottom: -1px;
            top: 0px;
            right: 0;
        }

#faq-accordion .panel-default > .panel-heading + .panel-collapse > .panel-body p {
    /* border: #fff 1px solid; */
    margin: 0;
}

.about_tab_sec h3 {
    padding: 0 0 0 0;
    color: #00397c;
    font-weight: 700;
    text-align: center;
}

.about_tab_sec h5 {
    display: block;
    color: #00397c;
    padding: 20px 0 0 0;
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}

.about_tab_sec h2 {
    display: block;
    color: #00397c;
    padding: 20px 0 15px 0;
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

.about_tab_img img {
    width: 100%;
}

.about_list_area h5 {
    text-transform: capitalize;
    position: relative;
    padding-left: 18px;
    padding-top: 0;
}

    .about_list_area h5 span {
        font-size: 16px;
    }

.about_list_area ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .about_list_area ul li {
        padding: 0;
        margin: 0;
        width: 100%;
    }

        .about_list_area ul li a {
            display: block;
            color: #00397c;
            padding: 5px 0 5px 20px;
            font-size: 14px;
            position: relative;
            margin: 0;
        }

            .about_list_area ul li a:after {
                width: 16px;
                height: 16px;
                background: url(../Images/img/abt_Arrow_line.png) no-repeat center center;
                content: "";
                position: absolute;
                left: 0;
                top: 10px;
            }

.about_tab_sec h2 span {
    font-weight: 400;
}

.about_list_area {
    text-align: left;
    margin-bottom: 30px;
    margin-top: 30px;
}

    .about_list_area h5 {
        text-transform: capitalize;
        position: relative;
        padding-left: 18px;
        padding-top: 0;
        text-align: left;
    }

        .about_list_area h5:before {
            width: 16px;
            height: 16px;
            background: url(../Images/img/abt_Arrow.png) no-repeat center center;
            content: "";
            position: absolute;
            left: 0;
            top: 4px;
        }

        .about_list_area h5 span {
            font-size: 16px;
        }

.about_list {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .about_list li {
        padding: 0;
        margin: 0;
    }

        .about_list li a {
            display: block;
            color: #00397c;
            padding: 5px 0 5px 20px;
            font-size: 14px;
            position: relative;
        }

            .about_list li a:after {
                width: 16px;
                height: 16px;
                background: url(../img/abt_Arrow_line.png) no-repeat center center;
                content: "";
                position: absolute;
                left: 0;
                top: 10px;
            }

.datepicker-dropdown thead tr:nth-child(2) {
    background: #0001fe;
    color: #fff;
    height: 85px;
}

.datepicker-dropdown {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 13%);
    z-index: 999999999 !important;
    padding: 0 !important;
    width: 380px !important;
}

    .datepicker-dropdown thead tr:nth-child(2) th.prev {
        padding: 0;
        font-size: 27px;
        border-radius: 0px !important;
    }

    .datepicker-dropdown thead tr:nth-child(2) th.next {
        padding: 0;
        font-size: 27px;
        border-radius: 0px !important;
    }

        .datepicker-dropdown thead tr:nth-child(2) th.next.disabled {
            visibility: visible !important;
            pointer-events: none;
            font-size: 0px !important;
        }

    .datepicker-dropdown thead tr:nth-child(2) th.prev.disabled {
        visibility: visible !important;
        pointer-events: none;
        font-size: 0px !important;
    }


    .datepicker-dropdown table.table-condensed {
        width: 100%;
    }

th.datepicker-switch {
    padding: 0 !important;
    border-radius: 0px !important;
}

.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
    background: transparent !important;
}

/*.datepicker tbody td {
    text-align: center;
    width: 43px;
    height: 43px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    border-radius: 50%;
    padding: 0 !important;
    display: inline-block;
    line-height: 40px;
}*/


.complete-profile h2 {
    font-size: 20px;
    color: #0271c9;
    margin: 0px 0 26px 0;
    cursor: pointer;
    font-weight: 600;
}

.col-uae {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0;
    align-items: center;
}

span.group-sep {
    font-size: 22px;
    font-weight: 700;
}
/* .col-uae li {
        flex: auto;
        margin-right: 6px;
        display: flex;
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 3px;
    }*/
.col-uae .form-control {
    margin: 0 1px;
    padding: 2px;
    text-align: center;
}

ul.col-uae li:last-child {
    margin: 0;
}

label.no-float {
    color: #868686;
    font-size: 14px;
    line-height: 14px;
}

.product-info h3 {
    width: 100%;
    margin: 0 0 11px 0;
    color: #003277;
    font-weight: 600;
    font-size: 19px;
}

.product-info-box h4 {
    text-align: left;
    color: #003277;
    font-weight: 600;
}

.product-info_page .product-info-box img {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    max-height: 300px;
    border-radius: 5px;
}

.product-info.product-info_page p {
    color: #666;
    font-size: 16px;
}

.row-list {
    width: 100%;
}

.signature-list label.no-float {
    display: block;
    color: #000;
    font-size: 15px;
}

    .signature-list label.no-float a {
        margin-left: 13px;
        position: relative;
        top: 0px;
        font-size: 19px;
    }

.signature-list1 label.no-float {
    display: block;
}

    .signature-list1 label.no-float span {
        float: right;
    }

    .signature-list1 label.no-float .fa-check {
        color: green;
    }

.signature-accordian {
    margin-top: 13px;
}

    .signature-accordian .panel-heading {
        padding: 7px 0px !important;
    }

        .signature-accordian .panel-heading h4.panel-title {
            font-size: 15px !important;
            font-weight: 600;
        }

            .signature-accordian .panel-heading h4.panel-title .glyphicon-chevron-down:before {
                font-size: 15px;
            }

    .signature-accordian .panel-default > .panel-heading span.glyphicon {
        position: absolute;
        top: 7px !important;
        right: 0 !important;
    }

    .signature-accordian .panel-body {
        padding: 15px 0;
    }

.signature-list span {
    position: absolute;
    bottom: -10px;
    font-size: 13px;
    color: #027ace;
}

label.custom-control-label {
    color: #868686;
    font-size: 15px;
}

.form-group label {
    color: #868686;
}

.page-title h2 {
    color: #0271c9;
    font-weight: 600;
    font-size: 24px;
    margin: 6px 0 14px 0;
}

.listed_company thead tr th {
    color: #fff;
    background: #04a0e0;
    background: linear-gradient(67deg,rgba(4,160,224,1) 0%,rgba(2,122,206,1) 80%);
}

    .listed_company thead tr th:first-child {
        border-radius: 8px 0 0;
    }

    .listed_company thead tr th:last-child {
        border-radius: 0 8px 0 0;
    }

.listed_company tbody {
    border-radius: 8px;
}

    .listed_company tbody tr:last-child td:first-child {
        border-radius: 0px 0px 0px 8px;
    }

    .listed_company tbody tr:last-child td:last-child {
        border-radius: 0px 0px 8px 0px;
    }


    .listed_company tbody tr td {
        font-size: 14px;
        color: #3b3b3b;
        font-weight: 600;
        border: 1px solid #efefef;
        position: relative;
    }

.bank-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.bank-list-box {
    width: 50%;
}

.bank-list-box {
    width: 32.5%;
    display: flex;
    margin: 5px;
    padding: 30px;
    box-shadow: 0 0 5px 3px rgba(0,0,0,.125);
    border-radius: 5px;
    align-items: center;
    flex-direction: column;
    min-height: 200px;
    position: relative;
}

.bank-list-box-img {
    margin-right: 0;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%);
}

    .bank-list-box-img img {
        width: 135px;
    }

.bank-list-box-title {
    margin-top: 0;
    position: absolute;
    bottom: 22px;
    left: 15px;
    right: 15px;
    text-align: center;
}

.bank-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.bank-list-box-title h5 {
    color: #3b3b3b;
    font-size: 16px;
    margin: 0 0 0 0;
    font-weight: 600;
}

.did-you-know {
    background: url(../Images/img/did-you-know.jpg);
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid #0271c9;
    border-radius: 5px;
    margin-bottom: 15px;
}

.did-you-know-box h2 {
    color: #0271c9;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 0 0;
}

.did-you-know-box ul {
    padding: 0;
    list-style: none;
    margin: 5px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.did-you-know-box strong label {
    margin: 0 0 3px 0;
    color: #0271c9;
    font-weight: 700;
    font-size: 21px;
}

.did-you-know-box h5 {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 3px 0;
}

.did-you-know-box ul input#btnNo, .did-you-know-box ul input#btnNo1 {
    color: #0271c9;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #0271c9;
    padding: 5px 26px;
    border-radius: 4px;
    margin: 0 5px;
}

.did-you-know-box ul input#btnYes, .did-you-know-box ul input#btnYes1 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #0271c9;
    padding: 5px 26px;
    border-radius: 4px;
    margin: 0 5px;
    background: #0271c9;
}

.lets-get-fastrac1-list h3 {
    font-size: 23px;
    font-weight: 700;
    margin: 0 0 6px 0;
    color: #016FC5;
    cursor: pointer;
}

.lets-get-fastrac1 {
    margin-top: 28px;
}

.inner-step {
    margin-top: 20px;
}

.lets-get-fastrac1-list h3 label {
    margin: 0;
    width: 25px;
    height: 25px;
    font-size: 16px;
    background: #016FC5;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 23px;
    margin-right: 9px;
    position: relative;
    top: -2px;
    font-weight: 700;
}

.lets-get-fastrac1-list p {
    color: #3b3b3b;
    font-size: 18px;
}

.fast-img {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 56px;
}

    .fast-img .login-fast {
        background: rgb(4,160,224);
        background: linear-gradient(67deg, rgba(4,160,224,1) 0%, rgba(2,122,206,1) 80%);
        padding: 11px 20px;
        border-radius: 5px;
        font-size: 17px !important;
        font-weight: 700;
    }

    .fast-img .login-fast {
        background: rgb(4,160,224);
        background: linear-gradient(67deg, rgba(4,160,224,1) 0%, rgba(2,122,206,1) 80%);
        padding: 10px 20px;
        border-radius: 5px;
        font-size: 15px !important;
        font-weight: 700;
        color: #fff;
        margin-left: 12px;
    }

.lets-get-fastrac1-list {
    margin-bottom: 30px;
    position: relative;
}

.claculator-value {
    width: 347px;
    margin: 0 auto;
    display: block;
    background: rgb(4,160,224);
    background: linear-gradient(67deg, rgba(4,160,224,1) 0%, rgba(2,122,206,1) 80%);
    color: #fff;
    text-align: center;
    padding: 6px 18px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 26px;
}

    .claculator-value span {
        display: block;
        font-size: 12px;
        font-weight: normal;
    }

#fasttrac-login .chat-image strong {
    font-size: 20px;
    color: #0391DF;
}

#accordion-apply .panel-default > .panel-heading {
    font-size: 100%;
    border: none;
    padding: 12px 2px;
    margin: 0;
    color: #064b95;
    background: transparent;
    position: relative;
}

.list-of-ele ul {
    padding: 0;
    list-style: none;
    margin: 13px 0 0 0;
}

    .list-of-ele ul li a {
        padding: 6px 0;
        margin: 0;
        color: #064b95;
        font-size: 15px;
        font-weight: 600;
        display: block;
    }

        .list-of-ele ul li a i {
            float: right;
            font-size: 25px;
            margin-top: -2px;
        }

.inner-con1.fixed {
    position: fixed;
    top: 81px;
    z-index: 9999;
    width: 283px;
}

.apply-right-panel {
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.125);
    padding: 13px;
    background: #fff;
    position: relative;
    border-radius: 5px;
    margin-bottom: 20px;
}

.panel-body h4 {
    border: none;
    margin: 0 0 16px 0;
    color: #064b95;
    background: transparent;
    position: relative;
    font-size: 17px;
    font-weight: 600;
}

.form-group.signature-list1 {
    margin-bottom: 0 !important;
}

.signature-list1 label.no-float {
    display: block;
    color: #000;
    font-size: 14px;
    margin: 0;
}

.upload-bg {
    background: #e9f7ff;
    padding: 15px;
    border: 1px solid #064b95;
    border-radius: 4px;
}
/*.uae-pass-22 {
        background: #fff;
        box-shadow: 0 0px 8px 2px rgba(0,0,0,0.125);
        padding: 8px 15px 13px 15px;
        border-radius: 4px;
    }*/
.uae-pass-22 img {
    width: 224px;
}

.signature-right-box label.no-float {
    font-size: 13px;
    margin: 0;
    top: -9px;
    position: absolute;
    left: 12px;
    background: #fff;
}

.signature-list1 label.no-float span img {
    width: 20px;
}

.signature-right-box.form-group {
    margin-bottom: 27px !important;
}

.logo-filter {
    position: absolute;
    left: 103px;
    top: 15px;
}

.filter-page a.cros-page {
    position: absolute;
    right: 10px;
    top: 31px;
}

.logo-filter img {
    width: 215px;
}

.remove-padd {
    padding-left: 5px !important;
}

#accordion-apply #PropertyDocumentsCollapsePanel .form-group {
    margin-bottom: 30px !important;
}

.treview-list button {
    display: block;
    width: 100%;
    background-color: transparent;
    border: none;
    text-align: left;
    color: #fff;
    font-size: 15px;
    background-image: url(../Images/img/dropdown-icon-png-22.png);
    background-size: 14px;
    background-position: right;
    background-repeat: no-repeat;
    font-weight: 600;
    height: 40px;
}

.dropdown.treview-list {
    width: 115px;
}

.filter-property-switchbox .checkbox {
    font-weight: 600;
}

ul.main-tree-list {
    padding: 0;
    list-style: none;
    margin: 0;
}

ul.sub-tree-list {
    padding: 0 0 0 20px;
    list-style: none;
    margin: 0;
}

.treview-list .dropdown-menu {
    padding: 3px 9px;
    width: 234px;
    height: 300px;
    overflow-y: scroll;
}

.filter-property-switchbox span {
    font-weight: 600;
    margin-left: 16px;
    line-height: 19px;
    margin-left: 14px;
}

ul.main-tree-list label {
    font-size: 13px;
    color: #000;
}

.main-tree-list li:last-child {
    text-align: left !important;
}

.sub-tree-list li:last-child {
    text-align: left !important;
    margin: 0 7px !important;
}

ul.compare_apply_list {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 21px 0 30px 0;
    justify-content: center;
}

    ul.compare_apply_list li {
        padding: 0 15px;
    }

        ul.compare_apply_list li a {
            color: #3b3b3b;
            font-size: 15px;
            font-weight: 600;
            padding: 5px 8px;
        }

        ul.compare_apply_list li.activemenu a {
            color: #0271c9;
            border-bottom: 2px solid #0271c9;
        }

input#txt_limit {
    border: none;
    background: transparent;
    /* text-align: center; */
    font-weight: 700;
    font-size: 14px;
}

input#txt_Newlimit {
    border: none;
    background: transparent;
    /* text-align: center; */
    font-weight: 700;
    font-size: 14px;
}

.logo_sec {
    width: 187px;
    height: 50px;
}

.inner-con1 .logo_sec img {
    max-width: 100%;
    max-height: 100%;
}

.margin-left {
    margin-left: -15px;
}

.logo-provider img {
    width: 172px;
}

.logo-provider {
    margin-top: 6px;
}

.is-focused11 label {
    top: -10px;
    background: #fff !important;
    z-index: 1;
}

.mobile-float {
    display: none;
}

.mobile-view-table {
    display: none;
}

.common-product-list .prop-box a {
    display: block;
}

.common-product-list .prop-box a {
    display: block;
    padding: 41px 6px;
}

    .common-product-list .prop-box a span {
        display: block;
        margin-top: 11px;
    }

.general-features table tr td:first-child {
    width: 65%;
}

.general-features table {
    width: 100%;
}

.remove-item {
    position: absolute;
    right: 9px;
    top: 3px;
    font-size: 20px !important;
    color: #c7c7c7 !important;
    text-align: center;
}

ul.All-tab_view li a {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    padding: 8px;
    border-radius: 5px;
    border: #2885ce 1px solid;
}

ul.All-tab_view li {
    flex: 1;
}

    ul.All-tab_view li:last-child a {
        /*border: none;*/
    }

ul.All-tab_view {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 15px 0 15px;
}

    ul.All-tab_view li.active a {
        background-color: #0271c9;
        color: white;
        padding: 8px;
        border-radius: 5px;
    }

.tavle-view-1 table th {
    font-size: 16px;
    color: #666;
    padding: 5px 0;
    font-weight: normal;
    width: 50%;
}

.tavle-view-1 table td {
    color: #000;
    font-weight: 700;
    font-size: 16px;
}

.tavle-view-1 table {
    width: 100%;
    padding: 0 15px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
}

    .tavle-view-1 table td.text-success {
        color: green !important;
    }

h3.table-title {
    background: #f1f1f1;
    margin: 10px 0 0 0 !important;
    font-size: 19px !important;
    padding: 12px 15px !important;
    font-weight: 600 !important;
    cursor: default !important;
}

.customer-portal-right h2 {
    font-size: 20px;
    color: #0271c9;
    margin: 0px 0 26px 0;
    cursor: pointer;
    font-weight: 600;
}

.fast-track-services span a {
    position: relative;
}

.fast-tooltip {
    position: absolute;
    transform: rotate(90deg);
    width: 310px;
    right: -212px;
    top: 103px;
    background: #c5c5c5;
    padding: 6px;
    border-radius: 5px;
    color: #000;
    display: none;
    white-space: normal;
}

    .fast-tooltip::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 14px solid #c5c5c5;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        top: 79px;
        left: 9px;
    }

.fast-track-services span a:hover .fast-tooltip {
    display: block;
}

.noResultAvailable {
    color: #3b3b3b;
    font-size: 20px;
    margin: 0 0 19px 0;
}

.left-sidebar .general-features table tr td:first-child {
    width: 48%;
    padding: 8px 2px 8px 0;
}

.inneradmin_box h3 {
    font-size: 20px;
    color: #0271c9;
    margin: 0px 0 26px 0;
    cursor: pointer;
    font-weight: 600;
}

.traking_area .traking_list {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .traking_area .traking_list li {
        width: 100%;
        min-height: 70px;
        padding: 0 15px;
        margin: 0;
        position: relative;
        border-left: #747474 2px solid;
    }

        .traking_area .traking_list li:before {
            width: 12px;
            height: 12px;
            background: #fff;
            border: #747474 2px solid;
            content: "";
            position: absolute;
            border-radius: 6px;
            left: -6px;
            top: 0px;
            -webkit-transition-duration: 0.8s;
            -o-transition-duration: 0.8s;
            transition-duration: 0.8s;
            z-index: 2;
        }

        .traking_area .traking_list li h4 {
            font-weight: 600;
            color: #4a4a4a;
            margin-bottom: 5px;
            margin-top: 0;
            position: relative;
            top: -4px;
            font-size: 16px;
        }

        .traking_area .traking_list li p {
            position: relative;
            top: -2px;
            font-weight: bold;
        }

span.check_box_area {
    width: 41px;
    height: 41px;
    position: absolute;
    right: 0;
    top: 0;
}

.traking_area .traking_list li.active:before {
    background: #0271c9;
    border: #0271c9 2px solid;
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    z-index: 2;
}

.traking_area .traking_list li.active:after {
    width: 2px;
    height: 100%;
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.traking_area .traking_list li:after {
    width: 2px;
    height: 0;
    background: #0271c9;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.traking_area .traking_list li:last-child {
    border: none;
}

    .traking_area .traking_list li:last-child::after {
        display: none;
    }

.traking_area .cr {
    position: absolute;
    display: inline-block;
    border: 1px solid #d5d5d5;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    float: left;
    margin-right: 0;
    background: #dbdcdd;
    color: #fff;
    right: 0;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}

.traking_area .traking_list li.application_tracking_box .cr {
    background: #0271c9;
}

.traking_area .traking_list li.application_tracking_box::after {
    width: 2px;
    height: 100%;
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.traking_area .traking_list li.application_tracking_box:before {
    background: #0271c9;
    border: #0271c9 2px solid;
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    z-index: 2;
}

a.table-bin.remove-item {
    top: 0;
    right: 16px;
}

.track-application-process-view {
    width: 639px;
    padding: 15px;
    margin-top: 25px;
}

.advisor-page table td {
    padding: 10px 0;
}

.advisor-page table th {
    vertical-align: text-bottom;
}

.advisor-page table ul {
    padding: 0;
    list-style-position: inside;
}

.signature-listed-box {
    border: 1px solid #dedede;
    float: left;
    width: 100%;
    display: flex;
    /*align-items: center;*/
    margin-bottom: 5px;
    border-radius: 5px;
    padding: 13px 0 15px 0;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.checkbox-text img {
    margin-left: 5px;
}

.checkbox-text {
    width: 100%;
    flex: 100%;
    padding: 0 0px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

    .checkbox-text input {
        margin-right: 7px;
    }

.form-group.signature-list {
    margin-bottom: 17px !important;
}

.form-group.signature-right-box {
    margin: 0 !important;
}


.another-palace.fast-track-services {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    background: #daeefd;
    transform-origin: top center;
    padding: 8px 6px;
    left: auto;
    height: auto;
    bottom: auto;
    width: auto;
}

    .another-palace.fast-track-services .fast-track-service-rotate {
        transform: inherit;
        bottom: 0;
        position: relative;
        left: 0;
        white-space: normal;
    }

    .another-palace.fast-track-services .fast-tooltip {
        position: absolute;
        transform: rotate(0);
        width: 310px;
        right: -7px;
        top: -97px;
        background: #c5c5c5;
        padding: 6px;
        border-radius: 5px;
        color: #000;
    }

        .another-palace.fast-track-services .fast-tooltip::after {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-top: 14px solid #c5c5c5;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            top: 79px;
            left: auto;
            right: 0;
        }

.lets-get-fastrac1-list .form-group.signature-right-box {
    margin-bottom: 36px !important;
}

img#weathericon {
    width: 100%;
}

input#IBANNo {
    padding: 6px 31px;
}

.form-group.signature-right-box strong {
    position: absolute;
    top: 10px;
    left: 10px;
}

.signature-listed-boxes {
    margin-bottom: 24px;
    float: left;
    width: 100%;
}

.cookies-policy h1 {
    margin: 0 0 18px 0;
    font-size: 26px;
    font-weight: 600;
}

.cookies-policy p {
    font-size: 17px;
    color: #3b3b3b;
}

.pro-wea-details ul li#datetime {
    font-weight: 700;
}

.emirates.dashboard-ad {
    width: 100%;
    min-height: 128px;
    padding: 11px;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 0px;
}

    .emirates.dashboard-ad img {
        width: 97px;
    }

    .emirates.dashboard-ad p {
        font-size: 14px;
        font-weight: 500;
        margin: 7px 0 3px 0;
    }

    .emirates.dashboard-ad a {
        display: inline-block;
        background: #fff;
        color: #0271c9;
        font-size: 16px;
        font-weight: 500;
        padding: 5px 16px;
        text-align: center;
    }

#application-carousel .owl-dots {
    display: none;
}

.product-category-box {
    border-radius: 7px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    background: #fff;
    /*border: 1px solid #efefef;*/
}

.product-category-box-img img {
    width: 83px !important;
    float: right;
    margin-bottom: 10px;
}

.product-category-box-content h2 {
    margin: 0 0 4px 0;
    font-size: 17px;
    color: #868686;
    font-weight: 600;
}

.product-category-box-content h5 {
    margin: 0;
    font-size: 14px;
    color: #868686;
    font-weight: normal;
}

.product-category-box-img {
    width: 31%;
    text-align: right;
}

.product-category-box-content {
    width: 69%;
}

    .product-category-box-content strong {
        color: #000;
        font-weight: 700;
        font-size: 17px;
        margin-top: 16px;
        display: block;
    }

.product-category-box-img a {
    font-size: 14px;
    color: #0271c9;
    font-weight: 600;
}

#cate-carousel .owl-next {
    position: absolute;
    top: 40px;
    right: -20px;
    background: rgba(0,0,0,0.3) !important;
    width: 40px;
    height: 40px;
    display: block;
    color: #fff !important;
    border-radius: 50%;
    font-size: 27px !important;
    line-height: 31px;
}

#cate-carousel .owl-prev {
    position: absolute;
    top: 40px;
    left: -9px;
    background: rgba(0,0,0,0.3) !important;
    width: 40px;
    height: 40px;
    display: block;
    color: #fff !important;
    border-radius: 50%;
    font-size: 27px !important;
    line-height: 31px;
}

    #cate-carousel .owl-prev.disabled {
        display: none;
    }

#cate-carousel .owl-next.disabled {
    display: none;
}

span.AENumber {
    position: absolute;
    top: 10px;
    left: 15px;
    font-weight: 700;
}

#FinancialData_IbanNo {
    padding: 6px 12px 6px 35px !important;
}

.floating-field.margin-right {
    margin-right: -15px;
}

.fasttrack-sign .signature-listed-boxes {
    margin-bottom: 0px !important;
}

.fasttrack-sign #suppCard1 {
    display: none;
}

.listing-provider-logo img {
    min-height: auto;
    max-height: 43px;
}

.iban-number-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

    .iban-number-list .form-control {
        flex: 1;
        margin: 1px;
    }

input#EligibleAmount {
    font-size: 36px !important;
    font-weight: 700;
    background: transparent;
    border: none;
    text-align: center;
    color: #fff;
    padding: 0 !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: transparent;
}

img.retrive-provider-logo {
    width: 100px;
}

.error-text span.field-validation-error {
    left: auto;
    right: 0;
}

.active-application-provide-img {
    max-height: 40px;
    width: auto;
}

.phone-category-box > a {
    display: block;
}

.notification-icon > span {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #0271c9;
    display: block;
    font-size: 10px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    top: -6px;
    right: -8px;
    padding: 3px;
}

.notification-list li a i {
    margin-right: 6px;
}

.notification-icon {
    position: relative;
}

.notification-list li a > span {
    position: absolute;
    right: 10px;
    height: 25px;
    width: 25px;
    display: block;
    border: 1px solid #ccc;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    line-height: 23px;
    top: 13px;
}

.notification-list li a {
    font-size: 15px !important;
    white-space: normal;
    color: #666 !important;
    border-bottom: 1px solid #e6e6e6;
    font-weight: 600;
    padding: 15px 10px;
    display: block;
    position: relative;
}

.notification-list li.read-noti a {
    color: #666 !important;
    font-weight: normal;
}

.notification-list li.read-noti::after {
    background: #ccc;
}

.notification-list li {
    position: relative;
}

    .notification-list li.header {
        padding: 10px;
        background: #0271c9;
        color: #fff;
    }

.notification-list {
    width: 226px;
    background: #fff;
    padding: 0;
}

.notification-icon a {
    color: #666 !important;
    font-size: 21px;
}

.new_drop_list {
    padding: 0;
    list-style: none;
}

.emirates.dashboard-ad img {
    width: 100px !important;
}

#_DrivingLicenceSection, #_QuotationSection, #_SellerIdSection, #_ValuationActiveSection, #_ValuationSection {
    margin-bottom: 25px;
}

.listed_company tbody tr td a {
    color: #3b3b3b;
}

span.table_cross {
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
    cursor: pointer;
    z-index: 11;
}

.bank-action-form .is-floating-label.is-focused1 label {
    transform: translateY(-18px) scale(0.9);
    left: 11px;
    background: #fff;
}

.bank-action-form .is-floating-label {
    position: relative;
    margin-bottom: 21px;
}

.chat-content-logo {
    margin-bottom: 20px;
}

.tabs-style {
    margin: 0;
    padding: 0;
    border: none;
}

    .tabs-style li a {
        margin: 0;
        padding: 5px 17px;
        border: none;
        color: #3b3b3b;
        font-size: 17px;
    }

    .tabs-style li.active a {
        border-bottom: 2px solid #0271c9 !important;
        background: transparent !important;
        border-left: none !important;
        border-right: none !important;
        border-top: none !important;
        color: #0271c9 !important;
    }

.buyDiv {
    position: absolute;
    right: 0;
    top: 0;
}

.amountshow {
    background: #016fc5;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    border-radius: 5px;
    padding: 5px 0;
    margin-bottom: 12px;
    margin-top: -7px;
}

.listing-result {
    align-items: center;
    margin-bottom: 30px;
    display: flex;
}

    .listing-result h3 {
        margin: 5px 0 0 0;
        color: #3b3b3b;
        font-size: 24px;
        font-weight: 700;
    }

.custom-switch {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

span.switcher {
    position: relative;
    width: 187px;
    height: 30px;
    border-radius: 25px;
}

    span.switcher input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        position: relative;
        width: 187px;
        height: 30px;
        border-radius: 25px;
        background-color: #d8d8d8;
        outline: none;
        margin: 0;
    }

        span.switcher input:before, body span.switcher input:after {
            z-index: 2;
            position: absolute;
            top: 44%;
            -webkit-transform: translateY(-44%);
            transform: translateY(-44%);
            color: #FFFFFF;
            font-size: 16px;
        }

        span.switcher input:before {
            content: 'Flat';
            left: 27px;
        }

        span.switcher input:after {
            content: 'Reducing';
            right: 20px;
        }

    span.switcher label {
        z-index: 1;
        position: absolute;
        top: 0;
        bottom: 0;
        border-radius: 20px;
        margin: 0;
        width: auto;
    }

    span.switcher.switcher-1 input {
        -webkit-transition: .25s -.1s;
        transition: .25s -.1s;
    }

        span.switcher.switcher-1 input:checked {
            background-color: #d8d8d8;
        }

            span.switcher.switcher-1 input:checked:before {
                color: #FFFFFF;
                -webkit-transition: color .5s .2s;
                transition: color .5s .2s;
            }

            span.switcher.switcher-1 input:checked:after {
                color: #000;
                -webkit-transition: color .5s;
                transition: color .5s;
            }

            span.switcher.switcher-1 input:checked + label {
                left: 0px;
                right: 100px;
                background: rgb(4,160,224);
                background: linear-gradient(67deg, rgba(4,160,224,1) 0%, rgba(2,122,206,1) 80%);
                -webkit-transition: left .5s, right .4s .2s;
                transition: left .5s, right .4s .2s;
            }

        span.switcher.switcher-1 input:not(:checked) {
            background: #d8d8d8;
            -webkit-transition: background .5s -.1s;
            transition: background .5s -.1s;
            border: none !important;
        }

        span.switcher.switcher-1 input:focus {
            border: none !important;
            outline: none !important;
        }

        span.switcher.switcher-1 input:not(:checked):before {
            color: #3b3b3b;
            -webkit-transition: color .5s;
            transition: color .5s;
        }

        span.switcher.switcher-1 input:not(:checked):after {
            color: #fff;
            -webkit-transition: color .5s .2s;
            transition: color .5s .2s;
        }

        span.switcher.switcher-1 input:not(:checked) + label {
            left: 76px;
            right: 0;
            background: rgb(4,160,224);
            background: linear-gradient(67deg, rgba(4,160,224,1) 0%, rgba(2,122,206,1) 80%);
            -webkit-transition: left .4s .2s, right .5s, background .35s -.1s;
            transition: left .4s .2s, right .5s, background .35s -.1s;
        }

        span.switcher.switcher-1 input:focus {
            outline: none;
            border: none;
        }

    span.switcher.switcher-2 {
        overflow: hidden;
    }

        span.switcher.switcher-2 input {
            -webkit-transition: background-color 0s .5s;
            transition: background-color 0s .5s;
        }

            span.switcher.switcher-2 input:before {
                color: #1E1E1E;
            }

            span.switcher.switcher-2 input:after {
                color: #FFFFFF;
            }

            span.switcher.switcher-2 input:checked {
                background-color: #FFFFFF;
            }

                span.switcher.switcher-2 input:checked + label {
                    background: #FFFFFF;
                    -webkit-animation: turn-on .5s ease-out;
                    animation: turn-on .5s ease-out;
                }

@-webkit-keyframes turn-on {
    0% {
        left: 100%;
    }

    100% {
        left: 0%;
    }
}

@keyframes turn-on {
    0% {
        left: 100%;
    }

    100% {
        left: 0%;
    }
}

span.switcher.switcher-2 input:not(:checked) {
    background: #1E1E1E;
}

    span.switcher.switcher-2 input:not(:checked) + label {
        background: #1E1E1E;
        -webkit-animation: turn-off .5s ease-out;
        animation: turn-off .5s ease-out;
    }

@-webkit-keyframes turn-off {
    0% {
        right: 100%;
    }

    100% {
        right: 0%;
    }
}

@keyframes turn-off {
    0% {
        right: 100%;
    }

    100% {
        right: 0%;
    }
}

span.switcher.switcher-2 label {
    top: 0px;
    width: 200px;
    height: 50px;
    border-radius: 25px;
}

.upload-file-btnn.remove-file {
    cursor: pointer;
    color: red;
    right: 12px;
}

.listed-type {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

    .listed-type li {
        width: 50%;
        margin-bottom: 11px;
        display: flex;
    }

        .listed-type li input[type=checkbox] {
            margin-right: 8px;
        }

.radiblock input[type=radio] {
    margin: 3px 8px 0 0;
    width: 27px;
}

.radiblock {
    display: flex;
    display: -webkit-flex;
}

    .radiblock label.no-float {
        width: 84%;
    }

i.fa.fa-credit-card {
    color: #016fc5;
    font-size: 22px;
    margin-right: 9px;
}

ul.social-cal-icon a {
    padding: 0;
    background: transparent;
    height: auto;
}

    ul.social-cal-icon a img {
        width: auto;
    }

.uae-dash h3 {
    margin: 30px 0;
    color: #000;
    font-size: 30px;
    font-weight: 500;
    display: block;
    text-align: center;
}

    .uae-dash h3 img {
        height: 35px;
    }

.uae-dash {
    text-align: center;
}

.valuation-auto-list span {
    font-size: 13px !important;
}

.valuation-svg-icon img {
    width: 41px;
}

.dashboard-mobile-view {
    display: none;
}

.mobile-login-screen {
    display: none;
}

.mobile-view-heart {
    display: none;
}

.view-div .only-mobile-dis {
    display: none;
}

#bankingProduct strong {
    font-size: 16px;
    border-top: 1px solid #fff;
    display: block;
    padding: 16px 0 0 0;
    margin: 32px 0 0 0;
}

    #bankingProduct strong img {
        width: 7px;
        margin-left: 17px;
    }

.slick-prev.slick-arrow {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0px;
    border: none;
    background: transparent;
    padding: 0;
    margin-bottom: 8px;
    z-index: 1;
}

.slick-next.slick-arrow {
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 0px;
    border: none;
    background: transparent;
    padding: 0;
    margin-bottom: 0;
    z-index: 1;
}

button.slick-prev.slick-arrow::after {
    content: "\f104";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    background: rgba(255,255,255,0.8);
    z-index: 99;
    color: #000;
    font-size: 17px;
    width: 28px;
    height: 28px;
    display: block;
    line-height: 24px;
    border: 1px solid #ccc;
    border-radius: 50%;
    top: 49px;
}

button.slick-next.slick-arrow::after {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    background: rgba(255,255,255,0.8);
    z-index: 99;
    color: #000;
    font-size: 17px;
    width: 28px;
    height: 28px;
    display: block;
    line-height: 24px;
    border: 1px solid #ccc;
    border-radius: 50%;
    top: 49px;
}

.filter-property.property-select {
    width: 150px;
}

#cate-carousel {
    margin-top: 15px;
    margin-bottom: 15px;
}

    #cate-carousel .slick-list.draggable {
        box-shadow: 0px 0px 12px 3px rgb(0 0 0 / 13%);
        border-radius: 5px;
    }

        #cate-carousel .slick-list.draggable .slick-track {
            height: 128px;
        }

.view-details {
    display: none;
}

input#txt_Newlimit:focus {
    border: none;
    outline: none;
}

input#txt_limit:focus {
    border: none;
    outline: none;
}

#txt_estimate_limit:focus {
    border: none;
    outline: none;
}

a.mobile-change-product {
    display: none;
}

img.mobile-bg-img {
    display: none;
}

button.btn-chatbox:focus {
    outline: none;
    border: none;
}

a.alert-btn {
    background: rgb(4,160,224);
    background: linear-gradient( 67deg, rgba(4,160,224,1) 0%, rgba(2,122,206,1) 80%) !important;
    color: #fff;
    display: block;
    text-align: center;
    padding: 11px 15px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
}

img.bg-img.loan-calimg {
    width: 400px;
}

img.apply-uaeimg {
    width: 170px;
}

.filter-property {
    border-bottom: 1px solid #fff;
}

.filter-apply .filter-apply-list li:last-child .filter-property {
    border: none;
}

.right-panel .two-by-two li {
    width: 50%;
}

.is-floating-label.net-cash label {
    transform: inherit;
}

.is-floating-label.net-cash {
    background: #ccc;
}

    .is-floating-label.net-cash .input-group-prepend {
        position: absolute;
        left: 11px;
        top: 9px;
        font-weight: 600;
    }

input#ProductInformation_NetCashAmount {
    background: #ccc !important;
}

a.mobile-change-product {
    display: block;
    font-size: 17px;
    text-decoration: underline;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    margin-top: 20px;
}

a.calmy-payment {
    display: block;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    border: 1px solid #0271c9;
    border-radius: 4px;
    padding: 8px 7px;
    margin-top: 23px;
    margin-bottom: 20px;
}

.downloadbtnforSign {
    position: absolute;
    top: 10px;
    right: 40px !important;
    background: #fff;
    padding: 0 4px;
}

.add-title {
    margin: 0 0 24px 0;
    font-size: 16px;
    color: #027ace;
    font-weight: 600;
}

.credit-card-mep .did-you-know-box h5 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 3px 0;
}

.credit-card-mep input#txt_limit {
    border: none;
    background: transparent;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
}

.valuatorlistingsection {
    display: flex;
}

    .valuatorlistingsection input {
        margin-right: 5px;
    }

ul.step-flow-track {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 10px 0 0 0;
}

    ul.step-flow-track li {
        flex: auto;
    }

.credit-custom-switch {
    background: #d8d8d8;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 190px;
}

label.cre-flat {
    background: rgb(4,160,224);
    background: linear-gradient( 67deg, rgba(4,160,224,1) 0%, rgba(2,122,206,1) 80%);
    color: #fff;
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
    flex: 1;
    padding: 3px 5px;
}

label.cre-re {
    color: #000;
    text-align: center;
    font-size: 16px;
    flex: 1;
    padding: 3px 5px;
    position: relative;
    width: auto;
    transition: .4s ease-in-out;
}

    label.cre-re span {
        position: absolute;
        font-size: 13px;
        background: black;
        padding: 5px;
        left: 0;
        z-index: 9;
        width: 254px;
        top: 42px;
        transition: .4s ease-in-out;
        display: none;
        font-weight: 700;
        color: white;
        border-radius: 5px;
    }

        label.cre-re span::after {
            content: "";
            position: absolute;
            left: 11px;
            top: -11px;
            border-bottom: 15px solid black;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
        }

    label.cre-re:hover span {
        display: block;
        transition: .4s ease-in-out;
    }

#sec-2 {
    border: 1px solid #ccc;
    padding: 18px 15px 0px 15px;
    margin-bottom: 8px;
    border-radius: 5px;
}

.tavle-view-1 table td.ThousandSeparatorMask {
    white-space: nowrap;
}

.heart-div.mobile-wishlist-heart {
    display: none;
}

#sponsor-carousel {
    display: none;
}

#category-carousel {
    display: none;
}

.upload-document {
    margin: 10px 0;
}

    .upload-document .form-group.signature-list1 {
        margin-bottom: 7px !important;
    }

    .upload-document .signature-list1 label.no-float {
        font-size: 13px;
    }

#accordion-apply .signature-listed-box.sign-process-box .form-group.checkbox-text {
    margin-bottom: 16px !important;
}

#accordion-apply .signature-listed-box.sign-process-box .form-group {
    margin-bottom: 16px !important;
}

.iban-number-list.trn-list .form-control {
    width: 36px;
    flex: initial;
    text-align: center;
}

b#MaxelibilityLbl {
    color: #000;
    font-size: 23px;
    margin-left: 167px;
}

    b#MaxelibilityLbl input#txt_limit {
        font-size: 22px;
    }

h6#pass_exp {
    position: absolute;
    left: 0;
    bottom: -14px;
    margin: 0;
}

h6#pass_no {
    position: absolute;
    margin: 0;
}

h6#s2 {
    position: absolute;
    margin: 0;
}

.open-application-box h5 {
    margin: 10px 0 5px 0;
    color: #000;
    font-weight: 600;
    font-size: 17px;
}

.tavle-view-track table th {
    width: 18%;
    color: #666;
    font-size: 15px;
    padding: 7px 0;
    font-weight: normal;
}

.tavle-view-track table {
    width: 100%;
    background: #eef5fb;
    padding: 15px;
    border-radius: 5px;
}

#accordion-track .panel-heading a::after {
    content: "";
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
}

#accordion-track .panel-heading a[aria-expanded=true]::after {
    transform: rotate(-135deg);
    top: 5px;
}

#accordion-track .panel-title {
    position: relative;
}

#accordion-track {
    margin-top: 40px;
}

    #accordion-track .panel-default > .panel-heading {
        color: #222;
        background-color: transparent;
        border: none;
        border-radius: 0;
        box-shadow: none;
        padding: 17px 14px 17px 60px;
        position: relative;
    }

    #accordion-track .panel.panel-default {
        border: 1px solid #eaeaea;
        margin-bottom: 16px;
    }

    #accordion-track .panel-default > .panel-heading a {
        color: #3b3b3b;
        font-weight: 600;
        text-transform: capitalize;
    }

.application-status-cir {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #c3c3c3;
    border-radius: 50%;
    text-align: center;
    left: 18px;
    top: 11px;
    line-height: 30px;
    color: #c3c3c3;
}

.complete-process .application-status-cir {
    background: #0271c9;
    color: #fff;
    border: 1px solid #0271c9;
}

#accordion-track .complete-process.panel-default > .panel-heading a {
    color: #0271c9;
}

.accordian-table {
    width: 100%;
}

    .accordian-table th {
        width: 10%;
        color: #b1b1b1;
        font-size: 14px;
        padding: 5px 0;
        font-weight: normal;
    }

    .accordian-table td {
        padding: 5px 0;
    }

h3.mobile-vi-social-text {
    display: none;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: .25rem !important;
}

.m-2 {
    margin: .5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mt-1 {
    margin-top: .25rem !important;
}

.mr-1 {
    margin-right: .25rem !important;
}

.mb-1 {
    margin-bottom: .25rem !important;
}

.ml-1 {
    margin-left: .25rem !important;
}

.mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
}

.mt-2 {
    margin-top: .5rem !important;
}

.mr-2 {
    margin-right: .5rem !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.ml-2 {
    margin-left: .5rem !important;
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: .25rem !important;
}

.p-2 {
    padding: .5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.pt-1 {
    padding-top: .25rem !important;
}

.pr-1 {
    padding-right: .25rem !important;
}

.pb-1 {
    padding-bottom: .25rem !important;
}

.pl-1 {
    padding-left: .25rem !important;
}

.px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}

.pt-2 {
    padding-top: .5rem !important;
}

.pr-2 {
    padding-right: .5rem !important;
}

.pb-2 {
    padding-bottom: .5rem !important;
}

.pl-2 {
    padding-left: .5rem !important;
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.pl-5 {
    padding-left: 3rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.product-list-wrap span {
    font-size: 17px;
}

#creditscore-modal.is_visable {
    display: block !important;
}

#creditscore-modal-otp.is_visable {
    display: block !important;
}
#aecb-start-active-modal.is_visable {
    display: block !important;
}

#creditscore-modal .login-page-right {
    padding: 0;
    min-height: auto;
    background: transparent;
}

    #creditscore-modal .login-page-right .field-icon.toggle-password {
        margin-top: 0;
    }

    #creditscore-modal .login-page-right .or-span {
        text-align: center;
        margin: -15px 0 23px 8px;
    }

    #creditscore-modal .login-page-right img.log-img-uae {
        width: 153px;
    }

#creditscore-modal.chat-bot-box, #creditscore-modal-otp.chat-bot-box, #creditscore-modal-report.chat-bot-box {
    width: 335px;
}

#creditscore-modal .login-page-right .form-group {
    margin-bottom: 16px !important;
}

.chat__title h4 {
    color: #016fc5;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
}

.custom-checkboxess {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

    .custom-checkboxess label {
        margin: 0 0 0 11px;
        font-size: 17px;
    }

#creditscore-modal-report .chat-box-content.chat-report-content {
    height: 350px;
    overflow-y: scroll;
}

.chat-report-content em {
    text-align: center;
    display: block;
}

.chat-report-content h2 {
    background: #0271c9;
    color: #fff;
    text-align: center;
    margin: 1px 0 30px 0;
}

.chat-report-content .is-floating-label {
    margin-bottom: 14px;
}

/*   #accordion-apply .panel-default.active .panel-heading {
        color: #064b95;
    }*/

.text-model .modal-body {
    padding: 4rem;
}

.text-model img {
    height: 50px;
    margin-bottom: 1rem;
}

.my-tabs {
    display: block;
    margin-bottom: 2rem;
    padding: 0;
    list-style: none;
}

.my-tabs li {
    display: inline-block;
    margin-right: 0.25rem;
    padding: 0.75rem 1.5rem;
    background-color: #f8f8f8;
    font-size: 16px;
}

.max-size {
    margin-left: 5px;
    position: relative;
    padding-left: 10px;
}

    .max-size::after {
        content: "";
        position: absolute;
        top: 7px;
        left: 0;
        width: 5px;
        height: 2px;
        background-color: rgba(0,0,0,0.3);
    }