.brk-tabs .brk-tab-item {
    display: block;
}

@media (max-width: 575px) {
    .brk-tabs_tabbed-intro .brk-tab span {
        font-size: 1.1rem;
    }
}

@media only screen and (max-width: 768px) {
    .fontsize {
        font-size: 0.7375rem !important;
    }

    .lineheight-60 {
        line-height: 40px;
    }

    #content-desktop {
        display: none !important;
    }

    #content-mobile {
        display: block !important;
    }
}

.timeline--vertical-squares .timeline__box img,
.timeline--vertical-circles .timeline__box img {
    display: initial !important;
    width: 100px !important;
    height: 100px !important;
}

@media (max-width: 767px) {
    #Leobannheading {
        margin-left: 1.885rem;
        margin-right: -1rem;
    }
}

.cd {
    display: block;
}

.cm {
    display: none;
}

.brk-header-mobile_scroll:before {
    background: #fff !important;
}

.brk-button-shadow {
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.07) !important;
    -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.07) !important;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.07) !important;
    margin: 20px !important;
}

.brk-castom-btn.rev-btn.rev-withicon i {
    margin-left: 0 !important;
    margin-right: 20px !important;
    vertical-align: 0;
    top: -1px;
}

.brk-tp-mask-wrap .tp-mask-wrap {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 20px 40px rgba(39, 117, 255, 0.1);
    -moz-box-shadow: 0 20px 40px rgba(39, 117, 255, 0.1);
    box-shadow: 0 20px 40px rgba(39, 117, 255, 0.1);
    overflow: hidden !important;
}

.custom.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 100;
}

.custom.tparrows:hover {
    background: #000;
}

.custom.tparrows:before {
    font-family: revicons;
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
}

.custom.tparrows.tp-leftarrow:before {
    content: "\e824";
}

.custom.tparrows.tp-rightarrow:before {
    content: "\e825";
}

.counter__wrapper-icon .counter {
    font-family: Montserrat, sans-serif;
    font-size: 45px !important;
    color: #fff;
}

.counter__wrapper-icon .icon {
    top: 0;
    left: 30px;
    font-size: 45px;
    line-height: 49px;
}

.icon__btn-md {
    font-size: 35px;
    width: 60px;
    height: 60px;
}

.list-check li {
    position: relative;
    font-size: 20px;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
    padding-left: 34px;
}

.list-inline-2 li .cirlce {
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
}

.list-inline-2 li .text {
    display: inline-block;
    padding: 0.337em 0.337em 0.337em 1.5em;
    position: relative;
    z-index: 1;
}

.brk-bg-grad {
    background: -webkit-gradient(linear, left top, right top, from(var(--brk-base-3)), to(var(--secondary))) !important;
    background: linear-gradient(to right, var(--brk-base-3), var(--secondary)) !important;
}

.info-box-icon-simple__icon-wrapper {
    width: 100px;
    height: 100px;
    background-color: #f54a4a;
}

.info-box-icon-simple__icon-wrapper i {
    font-size: 44px;
}

.info-box-icon-simple__icon-wrapper i {
    color: #fff;
}

@media only screen and (max-width: 768px) {

    .mob,
    h2 {
        text-align: center;
        font-size: 1.875rem;
    }

    .brk-words-rotators b {
        left: 42% !important;
    }

    .mobs,
    h3 {
        text-align: center;
        font-size: 1.25rem;
        line-height: 25px;
    }

    .btns {
        text-align: center;
    }
}

.brk-mt-minus-280 {
    margin-top: -35px;
}

.counter__wrapper-icon {
    color: #fff;
}

#whychooseLeo .list-check_base-color li:after,
#whychooseLeo .list-check_base-color li:before {
    background: #fff;
    font-weight: 400;
}

#whychooseLeo .list-check li {
    font-weight: 400;
}

.brk-form-strict textarea {
    min-height: 100px;
}

.name_div .brk-form-wrap:first-child {
    margin-top: 0;
}

.whychooseLeo_list li {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 42px;
    font-family: 'Open Sans', sans-serif;
}

.triangle-left {
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-right: 15px solid #404040;
    border-bottom: 25px solid transparent;
}

.triangle-right {
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-left: 15px solid #404040;
    border-bottom: 25px solid transparent;
}

.triangle {
    background-color: #404040;
    height: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-left: -1px;
    margin-right: -1px;
}

.brk-form-wrap {
    margin-top: 20px !important;
}

.btn-inside-out_blue,
.btn-inside-out_blue>.after,
.btn-inside-out_blue>.before {
    background: #fff !important;
    color: #f01414;
}

btn-inside-out>.before {
    color: #f01414 !important;
}

.brk-base-bg-9 {
    background: #fff;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #f54a4a;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(239, 0, 0, 0.61);
}

.brk-tabs-bottom-top .brk-tabs-content {
    padding: 20px;
    border: 1px solid #f1f1f1;
    border-top: transparent;
}

.brk-tabs-bottom-top .brk-tab {
    position: relative;
    height: 50px;
    line-height: 50px;
}

.list-check li {
    padding-bottom: 15px;
}

@media only screen and (max-width: 768px) {
    .domesticmenu .brk-tab {
        background-color: #fff !important;
    }
}

.process img {
    mix-blend-mode: multiply;
}
.timeline__item{
    height: 335px;
    overflow: hidden;
}