﻿.offer-box.ecl-box .offer-icon {
    width: 48px;
    justify-content: center;
    margin-bottom: 0;
    margin-right: 6px;
}
.tags span {
    background-color: #f2cd1c25;
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 12px;
    display: inline-block;
    margin: 4px 2px;
}

.offer-box.ecl-box.sty2, .whychoose-box.sty2 {
    background-color: rgba(13, 40, 71, 0.05);
}
.whychoose-box .iconBox {
    transition: all ease 0.3s;
}
.whychoose-box:hover .iconBox {
    background-color: var(--primary-color);
}
.ifrs-year .tooltipbox {
    background-color: #1e293bdb;
}
.ifrs-year .tooltipbox p {
    color: var(--primary-color);
}
.ecltabs .nav-link {
    display: flex;
    flex-direction: column;
}

.ecltabs .nav-link .icotab i, .ecltabs .nav-link .icotab svg {
    color: #fff;
    font-size: 20px;
    position: relative;
    top: 0;
    bottom: 0;
}
.ecltabs .nav-link .icotab i, .ecltabs .nav-link .icotab svg {
    color: #fff;
    font-size: 20px;
    position: relative;
    top: 0;
    bottom: 0;
}
.ecltabs .nav-link.active, .ecltabs .nav-link.active .icotab i {
    color: #fff;
}
.ecltabs .nav-link:hover, .ecltabs .nav-link:hover .icotab i {
    color: #fff;
}
.ecltabs .nav-item {
    margin: 0 0 10px;
}
.ecltabs .nav-link {
    padding: 15px 20px;
}
.tb-cont p {
    line-height: 1.4;
    font-size: 13px;
}
.ecltabs .nav-link .icotab {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    flex: 0 0 36px;
    max-width: 36px;
    margin-right: 10px;
}

.h-64 {
    height: 30rem;
}
img.img-fluid.field-icon {
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    margin: auto;
}

#ecl-signup-status.is-msg {
    padding: 10px;
    background-color: #313131;
    color: #fff;
}

.ecl-contact-section .rc-anchor-light.rc-anchor-normal, .ecl-contact-section .rc-anchor-light.rc-anchor-compact {
    background-color: transparent !important;
    border-color: var(--primary-color) !important;
}
.real-world {
    /*background: linear-gradient(165deg, #FFFFFF 0%, #fbf9f1 50%, #FFFFFF 100%);*/
    background: var(--white-color);
    background: var(--white-color);
}
.ecl-contact-section .iti__selected-dial-code {
    color: #fff;
}

.testibottom {
    padding-bottom: 100px !important;
}

.testi-cont {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin-top: 0;
}
/*.testi-cont:after {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 30%;
    bottom: 0;
    content: "";
    background: #FFFCF0;
background: linear-gradient(0deg,rgba(255, 255, 240, 1) 0%, rgba(255, 255, 255, 0) 48%, rgba(255, 255, 255, 0) 100%);
}*/
.testi-cont .testi-author {
    position: absolute;
    z-index: 3;
    left: 25px;
    bottom: 25px;
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
}
.testi-author span {
    color: #fff;
}
/*.testi-cont .center-img-area {
    max-height: 550px;
}*/
.testi-cont .center-img-area img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.testi .slick-prev:focus, .slick-next:focus {
    background-color: #1E293B;
}

.flagBox {
    width: 80px;
    height: 55px;
    border-radius: 8px;
}

.tab-content .bottom-postition {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}
.real-world .whychoose-box {
    position: relative;
    padding-bottom: 30px;
}
.real-world .bottom-content-new .listing li {
    font-size: calc(10px + (13 - 10) * ((100vw - 300px) / (1920 - 300)));
}
.real-world .bottom-content-new .buttons-area .rightside {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
}
.real-world .bottom-content-new .buttons-area .leftside {
    justify-content: center;
    width: 100%;
}

.captcha-wrapper {
    background: #111;
}

.ecl-banner .img-box:after {
    display: none;
}



.space-p-t {
    padding-top: 50px;
}

.space-p-b {
    padding-bottom: 50px;
}

.space-p-tb {
    padding: 50px 0;
}

.space-m-t {
    margin-top: 50px;
}

.space-m-b {
    margin-bottom: 50px;
}

.space-m-tb {
    margin: 50px 0;
}
#ecl-signup-status h3 {
    color: #fff;
}
#ecl-signup-status p {
    color: #fff;
}

@media (max-width: 991px) {
    .space-p-tb {
        padding: 40px 0;
    }
    .offer-box.ecl-box.sty2, .whychoose-box.sty2 {
        background-color: #fff;
    }
}
