@import url('https://fonts.cdnfonts.com/css/zapfino');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

html {
    font-family: 'Montserrat', sans-serif !important;
}

body {
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif !important;
}

.slider_special_offers_label {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #ffffff;
    background-color: #c09578;
    padding: 10px;
    max-width: 350px;
    border-radius: 50px;
    margin: auto;
    font-size: 24px;
}

.slide-special-offers {
    position: absolute;
    right: -6px;
    top: 25px;
    width: 180px;
    height: 34px;
    color: #fff;
    font-size: 0.875rem;
    line-height: 34px;
    text-align: center;
    padding-left: 11px;
    padding: 0px 0px 0px 22px;
    z-index: 9;
}

.slide-special-offers:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 14% 50%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 14% 50%);
}

.slide-special-offers:after {
    content: '';
    position: absolute;
    bottom: -6px;
    right: 0;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    z-index: 1;
}

.custom_badge {
    position: absolute;
    right: -6px;
    top: 25px;
    width: 100px;
    height: 34px;
    color: #fff;
    font-size: 0.875rem;
    line-height: 34px;
    text-align: center;
    padding-left: 11px;
    z-index: 9;
}

.custom_badge:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 14% 50%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 14% 50%);
}

.custom_badge:after {
    content: '';
    position: absolute;
    bottom: -6px;
    right: 0;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    z-index: 1;
}

.custom_badge_style-7:before {
    background-color: #FE0000;
}

.custom_badge_style-7:after {
    border-left-color: #FE0000 !important;
    border-top-color: #FE0000 !important;
}

.custom_badge_style-8:before {
    background-color: #f39c12;
}

.custom_badge_style-8:after {
    border-left-color: #f39c12 !important;
    border-top-color: #f39c12 !important;
}

.custom_badge_style-2:before {
    background-color: #16a085;
}

.custom_badge_style-2:after {
    border-left-color: #16a085 !important;
    border-top-color: #16a085 !important;
}

.custom_badge_style-5:before {
    background-color: #3498db;
}

.custom_badge_style-5:after {
    border-left-color: #3498db !important;
    border-top-color: #3498db !important;
}

.custom_badge_style-6:before {
    background-color: #DAA520;
}

.custom_badge_style-6:after {
    border-left-color: #DAA520 !important;
    border-top-color: #DAA520 !important;
}

.menu_margin {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .blog-img img {
        height: 243px !important;
    }

    .menu_margin {
        margin-bottom: 100px !important;
    }
}

.custom-shadow {
    box-shadow: 0 0 1px 0 #e5e5e5;
}

.slide-product-wrapper {
    position: absolute;
    top: 59%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slide-product-title {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 5px;
}

.slide-product-desc {
    line-height: 15px;
    margin: 5px;
}

.slide-product-img {
    margin: auto;
}

.slide-product-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
}

@media (min-width: 481px) and (max-width: 767px) {
    .slide-product-title {
        font-size: 15px;
    }

    .slide-product-desc {
        font-size: 12px;
    }

    .slide-product-img {
        width: 100%;
    }

    .slide-product-price {
        font-size: 15px !important;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .slide-product-title {
        font-size: 15px;
    }

    .slide-product-desc {
        font-size: 12px;
    }

    .slide-product-img {
        width: 100%;
    }

    .slide-product-price {
        font-size: 15px !important;
    }
}

@media only screen and (min-width: 1920px) {
    .slider_special_offers_label {
        font-size: 36px;
        max-width: 420px;
    }
}

@media only screen and (min-width: 5000px) {
    .slider_special_offers_label {
        font-size: 120px;
        max-width: 1320px;
    }
}

.reserv {

    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(3px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.reserv p {
    font-size: 18px;
    text-align: center;
    color: #353535;
    background: #E6E6E6;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 20px 0;
    top: 50%;
    font-weight: 600;
    font-family: Montserrat;
}

@media (max-width: 575px) {
    .reserv p {
        font-size: 14px;
        padding: 10px 0;
    }
}

section.brands {
    background: rgba(240, 240, 240, 0.96);
    padding: 25px 15px;
}

section.brands .mySwiper a {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border: 2px solid #d0a05e;
    border-radius: 32px;
    gap: 4px;
    /* padding: 20px 10px; */
    min-width: 170px;
    height: 45px;
    letter-spacing: .5px;
    font-weight: bold;
    font-size: 12.5px;
    font-family: "Zapfino" !important;
    padding-top: 27px;
}

section.brands .mySwiper a img {
    width: 25px;
    height: 31px;
    object-fit: contain;
}

section.links .col-md-3 {
    margin-bottom: 25px;
}

section.links .col-md-6 {
    margin-bottom: 30px;
}

.wp-btn {
    position: fixed;
    right: 25px;
    bottom: 95px;
    background: #25d366;
    border: 1px solid #25d366;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    transition: all 0.4s linear;
    -webkit-animation: hoverWavewp linear 1s infinite;
    animation: hoverWavewp linear 1s infinite;
}

@-webkit-keyframes hoverWavewp {
    0% {
        box-shadow: 0 7px 9px rgba(37, 211, 102, 0.3), 0 0 0 0 rgba(37, 211, 102, 0.3), 0 0 0 0 rgba(37, 211, 102, 0.3)
    }

    40% {
        box-shadow: 0 7px 9px rgba(60, 216, 117, 0.3), 0 0 0 15px rgba(60, 216, 117, 0.3), 0 0 0 0 rgba(60, 216, 117, 0.3)
    }

    80% {
        box-shadow: 0 7px 9px rgba(31, 172, 82, 0.3), 0 0 0 10px rgba(31, 172, 82, 0), 0 0 0 13px rgba(31, 172, 82, 0.067)
    }

    100% {
        box-shadow: 0 7px 9px rgba(12, 212, 86, 0.067), 0 0 0 10px rgba(12, 212, 86, 0.067), 0 0 0 16px rgba(12, 212, 86, 0.067)
    }
}

@keyframes hoverWavewp {
    0% {
        box-shadow: 0 7px 9px rgba(37, 211, 102, 0.3), 0 0 0 0 rgba(37, 211, 102, 0.3), 0 0 0 0 rgba(37, 211, 102, 0.3)
    }

    40% {
        box-shadow: 0 7px 9px rgba(60, 216, 117, 0.3), 0 0 0 15px rgba(60, 216, 117, 0.3), 0 0 0 0 rgba(60, 216, 117, 0.3)
    }

    80% {
        box-shadow: 0 7px 9px rgba(31, 172, 82, 0.3), 0 0 0 10px rgba(31, 172, 82, 0), 0 0 0 13px rgba(31, 172, 82, 0.067)
    }

    100% {
        box-shadow: 0 7px 9px rgba(12, 212, 86, 0.067), 0 0 0 10px rgba(12, 212, 86, 0.067), 0 0 0 16px rgba(12, 212, 86, 0.067)
    }
}

.wp-btn i {
    color: white;
    font-size: 29px;
    transition: all 0.4s linear;
}

.wp-btn:hover {
    background: white;
}

.wp-btn:hover i {
    color: #25d366;
}

.phone-btn {
    position: fixed;
    right: 25px;
    bottom: 175px;
    background: #c09578;
    border: 1px solid #c09578;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    transition: all 0.4s linear;
    -webkit-animation: hoverWavephone linear 1s infinite;
    animation: hoverWavephone linear 1s infinite;
}

@-webkit-keyframes hoverWavephone {
    0% {
        box-shadow: 0 7px 9px rgba(192, 149, 120, 0.3), 0 0 0 0 rgba(192, 149, 120, 0.3), 0 0 0 0 rgba(192, 149, 120, 0.3)
    }

    40% {
        box-shadow: 0 7px 9px rgba(156, 131, 113, 0.3), 0 0 0 15px rgba(156, 131, 113, 0.3), 0 0 0 0 rgba(156, 131, 113, 0.3)
    }

    80% {
        box-shadow: 0 7px 9px rgba(207, 180, 160, 0.3), 0 0 0 10px rgba(207, 180, 160, 0), 0 0 0 13px rgba(207, 180, 160, 0.067)
    }

    100% {
        box-shadow: 0 7px 9px rgba(233, 192, 160, 0.067), 0 0 0 10px rgba(233, 192, 160, 0.067), 0 0 0 16px rgba(233, 192, 160, 0.067)
    }
}

@keyframes hoverWavephone {
    0% {
        box-shadow: 0 7px 9px rgba(192, 149, 120, 0.3), 0 0 0 0 rgba(192, 149, 120, 0.3), 0 0 0 0 rgba(192, 149, 120, 0.3)
    }

    40% {
        box-shadow: 0 7px 9px rgba(156, 131, 113, 0.3), 0 0 0 15px rgba(156, 131, 113, 0.3), 0 0 0 0 rgba(156, 131, 113, 0.3)
    }

    80% {
        box-shadow: 0 7px 9px rgba(207, 180, 160, 0.3), 0 0 0 10px rgba(207, 180, 160, 0), 0 0 0 13px rgba(207, 180, 160, 0.067)
    }

    100% {
        box-shadow: 0 7px 9px rgba(233, 192, 160, 0.067), 0 0 0 10px rgba(233, 192, 160, 0.067), 0 0 0 16px rgba(233, 192, 160, 0.067)
    }
}

.phone-btn i {
    color: white;
    font-size: 25px;
    transition: all 0.4s linear;
}

.phone-btn:hover {
    background: white;
}

.phone-btn:hover i {
    color: #c09578;
}

.brk-header-mobile__logo {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
}

.brk-header-mobile-wrap__logo img,
.brk-header-mobile__logo img {
    height: initial !important;
}

.brk-header-mobile__open {
    z-index: 1000;
}

/*nav tab css start*/

.nav-hover-tab {
    width: 100%;
    position: absolute;
    top: 90%;
    left: 0;
    opacity: 0;
    transition: all 0.3s;
    animation: hover-tab 0.5s ease forwards;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-hover-tab .tab-container {
    width: 95%;
    min-height: 55vh;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-radius: 5px;
    padding: 12px;
}

.nav-hover-tab .tab-container .row {
    width: 100%;
    padding: 30px 0;
}

.nav-hover-tab .tab-container .links-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.nav-hover-tab .tab-container .links-wrapper .title {
    margin-bottom: 25px;
}

.nav-hover-tab .tab-container .links-wrapper a {
    color: #000;
    text-decoration: none;
    margin-bottom: 12px;
    font-size: 17px;
    transition: all 0.2s;
}

.nav-hover-tab .tab-container .links-wrapper a span {
    opacity: 0.7;
}

.nav-hover-tab .tab-container .links-wrapper a:hover {
    color: #c09578;
}

.nav-hover-tab .tab-container .links-wrapper a.button {
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    border-radius: 7px;
    font-size: 16px;
    margin-top: 30px;
}

.nav-hover-tab .tab-container .links-wrapper a.button:hover {
    background-color: #c09578;
}

.nav-hover-tab .tab-container .links-wrapper a.button i {
    margin-left: 15px;
}

@keyframes hover-tab {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.links .single-item {
    height: 180px;
    background-color: rgba(60, 81, 98, 0.7);
    display: block;
    transition: .3s ease;
    width: 100%;
    position: relative;
    background-position: center;

    background-repeat: no-repeat;

}

.links .single-item-md-6 {

    background-color: rgba(37, 42, 62, 0.8);


}

.links .single-item-md-3 {

    background-color: rgba(52, 79, 98, .7)
}

.links .single-item-md-6 b {
    font-weight: bold;


}

.links .col-md-3,
.links .col-md-6 {
    overflow: hidden;
}

.links .col-md-3 .box,
.links .col-md-6 .box {
    overflow: hidden;
}

.links .single-item:hover {
    transform: scale(1.02);
}

.links .single-item .text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 4px;
    position: relative;

}

.boxMask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000006b;
}

.links .single-item .text span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border: 1px solid #fff;
    text-align: center;
}

.links .single-item-md-6 .text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 4px;


}

.links .single-item-md-3 .text {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 34px;
    letter-spacing: 3px;
    line-height: 40px;
}

.links .single-item-md-3 .text span {
    border: none;
    text-align: left;
    width: 112px;
}

.links .single-item-md-6 .text span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    padding: 5px;
    border: none;
}


.bnfts_inner {
    background-color: #222
}

.bnfts_inner ul {
    padding: 0;
    align-items: center;
    margin: 0;
    display: flex;
    list-style: none;
}

.bnfts_inner li {
    padding: 8px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    justify-content: center;
    letter-spacing: .5px
}

.bnfts_inner li img {
    width: 20px;
    margin-right: 6px
}

.scrolling-section {
    background-color: #99702b;
    padding: 5px 10px;
    margin-top: 30px;
}

.scrolling-content {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.scrolling-content .item {
    animation: ticker var(--text-time, 15s) infinite linear;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.scrolling-content .item a {
    display: flex;
    align-items: center;
    white-space: nowrap;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}

.scrolling-content>* {
    animation: ticker 20s infinite linear;
    flex-shrink: 0;
}

.scrolling-content .item a .scroll-line {
    margin: 0 50px;
    display: block;
    margin-top: -3px;
}

.scrolling-content .item a .scroll-line svg {
    fill: #fff;
    stroke: #fff;
}

@-moz-keyframes ticker {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@-webkit-keyframes ticker {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@-o-keyframes ticker {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes ticker {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.rk-footer-map-overflow__info {

    background-size: cover;
    background-position: center;
}

.bnfts-swiper {
    display: none !important;
}

@media(max-width:992px) {
    .bnfts_inner ul {
        display: none !important;
    }

    .bnfts-swiper {
        display: block !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .links .single-item .text {
        font-size: 17px;
    }

    .links .single-item-md-6 .text {
        font-size: 26px;
        letter-spacing: 3px;
    }

    .links .single-item-md-3 .text {
        font-size: 26px;
        line-height: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .links .single-item .text {
        font-size: 15px;
        width: 90%;
        margin: 0 auto;
    }

    .links .single-item-md-6 .text {
        font-size: 26px;
        letter-spacing: 3px;
    }

    .links .single-item-md-3 .text {
        font-size: 22px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 768px) {
    .links .single-item-md-3 .text {
        justify-content: center;
    }

    .bnfts_inner ul {
        flex-direction: column;
    }
}

/*nav tab css end*/


.testimonial-area {
    min-height: 60vh;
    background-color: #f1f1f1;
    padding: 50px 0;
}

.testimonial-area .hading-title {
    color: var(--brand-primary);
    text-align: center;
    display: block;
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 30px;
    font-weight: 600;
    position: relative;
    width: 100%;
    gap: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.testimonial-area .hading-title i {
    color: #de3248;
}

.testimonial-area .name {
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 700;
}

.testimonial-area .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.testimonial-area .img {
    transform: rotate(90deg);
    max-width: 200px;
    width: 200px;
    height: 200px;
}

.testimonial-area p {
    font-size: 14px;
    line-height: 1.7rem;
    font-weight: 400;
    margin-top: 20px;
}

.testimonial-area .content {
    border-radius: 10px;
    background-color: #fff;
    color: #333;
    margin-top: -80px;
    height: 200px;
    z-index: 999;
    padding: 10px;
    position: relative;
}

.section {
    text-align: center;
    margin: 30px 0;
}

.section .content {
    display: flex;
    max-width: 540px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 3px solid #ccc;
    z-index: 999;
    position: relative;
}

.section .content .title {
    font-size: 24px;
    font-weight: 400;
    margin: 10px 0;
    text-transform: uppercase;
}

.section .content button {
    border: 1px solid var(--brand-primary);
    box-sizing: border-box;
    color: var(--brand-primary);
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 28px;
    text-decoration: none;
    text-align: center;
    overflow: hidden;
    background-color: transparent;
    padding: 15px 0;
    position: relative;
    margin: 20px 0;
    transition: all 0.4s ease 0s;
    width: 250px;
    z-index: 1;
}

.section .content button:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--brand-primary);
    transform: translate3d(0, 100%, 0);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: -1;
}

.section .content button:hover {
    border: 1px solid #5e5e5e;
    color: #fff;
    text-decoration: none;
}

.section .content button:hover::after {
    transform: translate3d(0, 0, 0);
}

.top-brands {
    margin: 60px 0 40px;
}

.top-brands .title {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
}

.top-brands .sub-title {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 50px;
    line-height: 1.5;
}

.faq-section .accordion {
    width: 90%;
    max-width: 1000px;
    margin: 2rem auto;
}

.faq-section .accordion-item {
    background-color: transparent;
    color: #fff;
    margin: 1rem 0;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}

.faq-section .accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.faq-section .accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
}

.faq-section .accordion-item-header.active::after {
    content: "\2212";
}

.faq-section .accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.faq-section .accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

.faq-section {
    padding: 50px 0;
    color: #fff;
}

.faq-section .content-left .title {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.faq-section .content-left .desc {
    font-size: 15px;
    font-weight: 400;
}

.blog-section {
    margin: 40px 0;
}

.blog-section .single-blog .blog-content {
    background-color: #f1f1f1;
    padding: 22px;
    text-transform: capitalize;
}

.blog-section .single-blog .blog-title {
    font-size: 22px;
    margin-bottom: 15px;
}

.blog-section .single-blog .blog-desc {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 10px;
}

.blog-section .single-blog .read-more {
    background-color: var(--brand-primary);
    color: #fff;
    max-width: 100%;
    border-radius: 5px;
    height: 42px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

.blog-section .single-blog .read-more:hover {
    background-color: #99702b;
}

@media (max-width: 768px) {
    .testimonial-area .hading-title {
        font-size: 30px;
        line-height: 35px;
    }

    .faq-section {
        text-align: center;
    }

    .faq-section .content-left .title {
        font-size: 20px;
    }
}

.category-section {
    font-family: 'Roboto', sans-serif;
}

.category-section .text {
    padding: 20px;
    width: 40%;
}

.category-section .image {
    width: 60%;

}

.category-section .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-section .content {
    display: flex;
    justify-content: center;
    background: #f4f5f7;
}

.category-section .title {
    font-size: 28px;
    font-weight: 700;
    margin-top: 100px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.category-section .brands-name a {
    display: block;
    margin: 12px 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.3em;
}

.category-section .view {
    font-size: 20px;
    display: block;
    margin-top: 20px;
    text-transform: capitalize;
}

.category-section a {
    transition: .4s ease;
}

.category-section a:hover {
    color: var(--brand-primary);
}

.category-section br {
    display: none;
}

@media (min-width: 992px) {
    .category-section .content {
        min-height: 57vh;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .category-section .content {
        background-size: cover;
    }
}

@media (max-width: 1200px) {

    .category-section .title {
        font-size: 22px;
        margin-top: 30px;
    }

    .category-section .brands-name a {
        font-size: 16px;
    }

    .category-section br {
        display: block;
    }
}

@media(max-width: 576px) {
    .category-section .content {
        background-size: cover;
    }
}

.main-support-wrapper {
    background: #fff;
    color: #000;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 40px;
    max-width: 1217px;
}

.main-supports {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
    position: relative;
}

.main-support.left,
.main-support.right {
    position: relative;
    width: 49%;
    display: flex;
    padding-bottom: 25px;
}

.main-support a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.boxLine {
    position: relative;
}

.main-support.left a .boxLine,
.main-support.right a .boxLine {
    bottom: 1px;
    left: 0;
    position: absolute;
    right: 7px;
    top: -1px;
}

.show {
    display: block;
}

.boxLine .line__top {
    top: 0;
    transform-origin: 100% 0;
}

.boxLine .line__top,
.boxLine .line__bottom {
    height: 1px;
    transform: scaleX(0);
    width: 100%;
}

.boxLine .line {
    background-color: var(--brand-primary);
    position: absolute;
    transition: all 1s ease 0.5s;
}

.boxLine .line__right {
    right: 0;
    transform-origin: 0 100%;
}

.boxLine .line__left,
.boxLine .line__right {
    height: 100%;
    transform: scaleY(0);
    width: 1px;
}

.boxLine .line__bottom {
    bottom: 0;
    transform-origin: 0 100%;
}

.boxLine .line__left {
    left: 0;
    transform-origin: 100% 0;
}

.main-support-img {
    overflow: hidden;
}

.main-support-img img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.main-support.left .main-support-ttl,
.main-support.right .main-support-ttl {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-grow: 20;
    padding-top: 20px;
}

.main-support-ttl {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.7em;
    line-height: 1.4em;
    text-align: center;
    color: #000000;
}

.main-support-ttl p {
    margin: 0;
    line-height: 1.4;
    width: 66%;
}

.boxLine.show .line {
    transform: scale(1);
}

.hover-white-link {
    border: 1px solid var(--brand-primary);
    box-sizing: border-box;
    color: var(--brand-primary);
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 28px;
    text-decoration: none;
    text-align: center;
    overflow: hidden;
    background-color: transparent;
    padding: 9px 0;
    position: relative;
    margin: 20px 0;
    transition: all 0.4s ease 0s;
    width: 250px;
    z-index: 1;
}

.hover-white-link:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--brand-primary);
    transform: translate3d(0, 100%, 0);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: -1;
}

.hover-white-link:hover::after {
    transform: translate3d(0, 0, 0);
}

.hover-white-link:hover {
    color: #fff;
}

@media (max-width: 980px) {
    .main-support-ttl p {
        font-size: 20px;
        width: 90%;
    }
}

@media (max-width: 800px) {
    .main-supports {
        justify-content: center;
        padding: 0 20px;
        gap: 20px;
    }

    .main-support.left,
    .main-support.right,
    .main-support.center {
        max-width: 460px;
        width: 100%;
    }

    .main-support.right,
    .main-support.center {
        margin-top: 30px;
    }

    .main-support a {
        padding: 18px 0;
    }

    .main-support.left a .boxLine,
    .main-support.right a .boxLine,
    .main-support.center a .boxLine {
        bottom: 0;
        top: 17px;
        left: 0;
        right: 0;
    }

    .main-support-ttl {
        font-size: 20px;
    }
}

@media (max-width: 600px) {

    .main-support.left,
    .main-support.right {
        float: none;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .main-support-ttl p {
        width: 90%;
    }
}

.blog-detail {
    padding: 40px 0;
}

.blog-title {
    font-weight: 500;
    font-size: 1.7em;
    line-height: 1.4em;
    margin-bottom: 10px;
}

.blog-desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7em;
}


.filter-button {
    background: #cea753;
    color: white;
    padding: 4px 40px;
    box-shadow: 0 5px 16px rgba(var(--brand-primary-rgb), 0.5);
    font-weight: 600;
    border: 1px solid #cea753;
    transition: 0.7s;
    margin-bottom: 10px;
}

.gap-3 {}

.breadcrumbs__wrapper h2 {
    font-weight: 500;
}

.filter-button:hover {
    color: #cea753;
    background: transparent;
    transition: 1s;
}


.filter-remove-button {
    background: transparent;
    color: #cea753;
    padding: 4px 40px;
    box-shadow: 0 5px 16px rgba(var(--brand-primary-rgb), 0.5);
    font-weight: 600;
    border: 1px solid #cea753;
    transition: 0.7s;
}

.filter-remove-button:hover {
    color: white;
    background: #cea753;
    transition: 1s;
}

.blog-details-wrapper {
    padding-top: 100px;
}

.blog,
.blog-details-wrapper,
.tour-details-wrapper {
    margin: 70px 0;
}

.blog-details-wrapper .blog-title {
    font-weight: 600;
    font-size: 25px;
    line-height: 44px;
    text-transform: capitalize;
    color: #262339;
}

.blog-details-wrapper .blog-img img,
.tour-details-wrapper .tour-img img {
    border-radius: 10px;
}

.align-items-center {
    align-items: center !important;
}

.blog-details-wrapper .blog-date-wrap div {
    margin-right: 15px;
    margin-top: 15px;
}

.blog-details-wrapper .blog-date {
    padding: 10px;
    background: #304f47;
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    display: flex;
    align-items: center;
    max-width: 200px;
    color: #fff;
    border-radius: 5px px;
    justify-content: center;
}

.blog-details-wrapper .blog-date-wrap div i {
    transition: 0.2s;
}

.blog-details-wrapper .blog-date i,
.tour-details-wrapper .tour-date i {
    margin-right: 10px;
}

.blog-details-wrapper .blog-date-wrap div {
    margin-right: 15px;
    margin-top: 15px px;
}

.blog-details-wrapper .blog-date-wrap div i.fa-whatsapp {
    color: #00CC00;
    font-size: 30px;
}

.blog-details-wrapper .blog-date-wrap div i {
    transition: 0.2s;
}

.blog-details-wrapper .blog-text p,
.tour-details-wrapper .tour-text p {
    font-size: 16px;
    line-height: 27px;
    color: #737679;
    margin-bottom: 0;
    margin-top: 30px;
}

.blog-details-wrapper .popular-blog,
.tour-details-wrapper .popular-tour {
    padding: 30px 25px;
    background: #fff;
    box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    border-radius: 10px;
}

.blog-details-wrapper .popular-blog .head,
.tour-details-wrapper .popular-tour .head {
    color: #262339;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.blog-details-wrapper .popular-blog .blog-card-sm {
    display: flex;
    margin-bottom: 20px;
}

.blog-details-wrapper .popular-blog .blog-img-sm img {
    max-width: 110px;
    border-radius: 5px;
}

.blog-details-wrapper .popular-blog .blog-details-sm {
    padding: 5px 0;
    margin-left: 15px;
    width: 100%;
}

.blog-details-wrapper .popular-blog .blog-title-sm {
    font-weight: 500;
    font-size: 17px;
    color: #304f47;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 20px;
    -webkit-transition: .3s;
    transition: .3s;
    word-break: break-all;
}

.blog-details-wrapper .popular-blog .blog-info-sm {
    font-size: 14px;
}

.blog-details-wrapper .popular-blog .blog-info-sm .blog-date-sm i {
    font-size: 14px;
    color: #666;
    margin-right: 10px;
}

.blog-info-sm a {
    display: flex;
    align-items: center;
}

.brk-footer-map-overflow__info {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding-top: 76px;
    padding-left: 170px;
    padding-right: 65px;
    width: 860px;
    background-image: linear-gradient(to right, var(--brand-primary) 0%, var(--secondary) 100%);
    -webkit-clip-path: polygon(150px 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(150px 0%, 100% 0, 100% 100%, 0% 100%)
}

.brk-ic-left-slide__wrapper_vertical-line .brk-ic-left-slide__title {
    padding-left: 6px !important;
    font-size: 1.125rem !important;
    font-weight: 700 !important;
}

.brk-ic-left-slide__wrapper_vertical-line {
    padding-left: 17px !important;
}

.brk-ic-left-slide__title .uppercase {
    font-size: 1.125rem !important;
    font-weight: 700 !important;
}

.brk-ic-left-slide {
    height: 240px !important;
}

.icon__btn-md {
    width: 45px !important;
    height: 45px !important;
}

@media(max-width:1230px) {
    .brk-footer-map-overflow__info {
        background-position: center;
        width: 100%;

    }
}

@media(max-width:1200px) {
    .brk-footer-map-overflow__info {
        background-position: center;
        width: 100% !important;

    }
}

.top-brands .swiper-pagination {
    bottom: -11px !important;
}

.top-brands .swiper-slide {
    margin-bottom: 34px !important;
}

.top-brands .swiper-pagination span {
    width: 12px;
    height: 12px;
    border: 2px solid var(--brand-primary);
    background: transparent;
}

.top-brands .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: var(--brand-primary);

    border-color: var(--brand-primary);
}

.brk-header-mobile__logo {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    justify-content: flex-end !important;
    padding: 13px !important;
}

.brk-header-mobile__logo a img {
    height: 78px !important;
    padding: 15px !important;

}

.blog-slider .swiper-pagination {
    bottom: -11px !important;
}

.blog-slider .swiper-slide {
    margin-bottom: 34px !important;
}

.blog-slider .swiper-pagination span {
    width: 12px;
    height: 12px;
    border: 2px solid var(--brand-primary);
    background: transparent;
}

.blog-slider .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: var(--brand-primary);

    border-color: var(--brand-primary);
}

.home-slider {
    font-family: 'Montserrat', sans-serif;
    background-color: black;
    position: relative !important;
    height: 100vh;
}

.swiper-pagination {
    position: absolute !important;
    right: 30px !important;
    font-weight: 700 !important;
    width: 100px !important;
    bottom: 100px !important;
    left: 1330px !important;
    color: #fff !important;
    font-size: 40px !important;
}

.swiper-pagination .swiper-pagination-total {
    position: absolute !important;
    right: 0 !important;
    top: -10px !important;
    font-size: 20px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 30px;
    color: #fff;
}

.slider-content {
    height: 100%;
    display: flex;
}

.slider-content .left {
    width: 50%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 20;
    padding-left: 100px;
    padding-bottom: 100px;
}

.slider-content .slider-title {
    color: #fff;
    font-size: 72px;
    margin-bottom: 50px;
    font-weight: bold;
}

.slider-content .desc {
    color: #fff;
    font-size: 16px;
    max-width: 340px;
    font-weight: 500;
    line-height: 1.2;
}

.slider-content .explore-btn {
    display: inline-flex;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    margin-top: 40px;
    font-size: 19px;
    margin-bottom: 120px;
    position: relative;
}

.middle {
    display: flex;
    flex-direction: column;

    width: 25%;

    justify-content: center;
}

.middle .middle-title {
    background-color: black;
    color: #fff;
    font-size: 38px;
    line-height: 1.1;
    padding: 40px;
    padding-bottom: 0;
    padding-top: 50px;
    height: 50%;
    display: flex;
    flex-direction: column;
    height: 380px;
    font-weight: 500;
}

@media (min-width: 1900px) {
    .middle .middle-title {
        font-size: 45px;
    }
}

.middle .middle-title span {
    color: var(--primary-color);
    text-transform: capitalize;
}

.middle .list {
    padding: 30px;
    height: 467px;
    background-color: var(--primary-color);
}

.middle .list li {
    list-style: none;
    text-transform: capitalize;

    font-size: 17px;
    gap: 20px;
    margin: 0;
    padding: 0;

    display: flex;
    align-items: center;
    color: #171310;
}

.middle .list li span {
    font-weight: 500;
    padding: 17px 0 17px 9px;
}

.middle .list li .img {
    width: 61px;
    height: 57px;

}

.middle .list li .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.right {
    width: 25%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*.buttons {*/
/*  position: absolute;*/
/*  right: 130px;*/
/*  bottom: 100px;*/
/*}*/
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: auto;
    bottom: 10px;
    /* Ä°stenilen alt boÅŸluk miktarÄ±nÄ± ayarlayabilirsiniz */
}

.swiper-button-next {
    right: 20px;
    /* SaÄŸdaki butonun pozisyonunu ayarlayabilirsiniz */
}

.swiper-button-prev {
    left: 20px;
    /* Soldaki butonun pozisyonunu ayarlayabilirsiniz */
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
}

.buttons .swiper-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #eee;
    width: 70px;
    height: 70px;
    transition: all 0.4s ease;
}

.buttons .swiper-button:hover {
    background-color: #d19674;
}

.swiper-pagination {
    position: absolute;
    right: 30px;
    font-weight: 700;
    width: 100px;
    bottom: 100px;
    left: 1330px;
    color: #fff;
    font-size: 40px;
}

.swiper-pagination .swiper-pagination-total {
    position: absolute;
    right: 0;
    top: -10px;
    font-size: 20px;
    position: relative;
}

@media (max-width: 1500px) {
    .swiper-pagination {
        left: 1150px;
    }

    .buttons {
        right: 100px;
    }

    .buttons .swiper-button {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 1300px) {
    .swiper-pagination {
        left: 1000px;
    }

    .buttons .swiper-button {
        width: 60px;
        height: 60px;
    }

    .slider-content .slider-title {

        margin-bottom: 20px;
    }

    .slider-content .desc {
        margin-bottom: 10px;
    }

    .slider-content .explore-btn {
        margin-top: 20px;
    }

    .middle .middle-title {
        font-size: 38px;
        padding: 40px;
        padding-top: 48px;
        height: 323px;
    }

    .home-slider {
        height: auto;
    }

    .middle .list {
        padding: 30px;
        height: 450px;
    }

    .middle .list li {
        font-size: 14px;

    }

    .middle .list li span {
        padding: 14px 0 14px 8px;
    }
}

@media (max-width: 1240px) {

    .slider-content .left {
        justify-content: center;
    }

    .middle {
        width: 50%;
    }

    .right {
        display: none;
    }

    .swiper-pagination {
        left: 950px;
    }

    .swiper-pagination {
        display: none;
    }

    .buttons {
        bottom: 100px;
    }
}

@media (max-width: 1100px) {
    .swiper-pagination {
        left: 850px;
    }

    .left {
        padding-left: 40px !important;
    }

    .slider-content .desc {
        font-size: 16px;
        line-height: 1.4;
    }
}

@media (max-width: 992px) {

    .buttons {
        bottom: 50px;
    }

    .buttons .swiper-button {
        width: 40px;
        height: 40px;
    }

    .middle .middle-title {
        /*font-size: 30px;*/
    }

    .middle .list {
        padding-right: 20px;
        padding-left: 30px;
    }

    :root {
        --swiper-navigation-size: 20px;
    }

    .slider-content .left {
        width: 70%;
    }

    .slider-content .explore-btn {
        margin-bottom: 60px;
    }
}

@media (max-width: 700px) {
    .slider-content .slider-title {
        font-size: 40px;
    }

    .slider-content .desc {
        font-size: 14px;
    }

    .slider-content .left {
        width: 50%;
    }

    .middle {
        width: 50%;
    }

    .middle .list {
        padding-right: 10px;
        padding-left: 20px;
    }
}

@media (max-width: 560px) {
    .buttons {
        bottom: 100px !important;
        left: 100px !important;
    }

    .slider-content .explore-btn {
        margin-bottom: 100px;
    }

    .slider-content .left {
        width: 100%;
        justify-content: center;
    }

    .middle {
        display: none;
    }
}

.animate__animated {
    animation-duration: 4s;
}

.top_bar_content {
    background-color: #c0957842 !important;
}

.brk-header-mobile-wrap__logo img,
.brk-header-mobile__logo img {
    width: 120px !important;
}

.brk-header {
    position: sticky !important;

    font-family: 'Montserrat', sans-serif !important;
}

.blog-section .single-blog .blog-title {
    font-size: 16px !important;
    line-height: 19px !important;
    height: 80px !important;
}

@media(max-width:992px) {
    .brk-lang__active-lang {
        top: 10px;
        right: 30px;
        display: block;
        width: 28px !important;
        height: 27px !important;
        font-size: 10px !important;
        line-height: 27px !important;
    }
}

@media(max-width:576px) {
    .category-section .title {
        font-size: 16px;
    }

    .category-section .brands-name a {
        font-size: 14px;
        margin: 6px 0;
    }

    .category-section .view {
        font-size: 15px;
    }

    .line__height-46 {
        line-height: 44px !important;
    }

    .font__size-42 {
        font-size: 26px !important;
    }

    .top-brands .title {
        font-size: 25px !important;

    }

    .top-brands .sub-title {
        font-size: 16px;
    }

    .brk-footer-map-overflow__info {
        height: 450px !important;
    }

    .brk-header-mobile-wrap__logo {
        line-height: 78px;
        display: flex;
        align-items: center;
        height: 78px;
    }

    .brk-footer__info-grid {
        text-align: left !important;
    }

    .blog-section .single-blog .blog-title {
        font-size: 16px !important;
        height: 60px !important;
        overflow: hidden !important;
    }

    .brk-sc-flip-one__title {
        font-size: 12px !important;
        padding: 0 5px;
        max-height: 44px !important;
        overflow: hidden !important;
    }

    .buttons .swiper-button {
        display: none;
    }

    .left {
        padding-left: 0 !important;
    }

    .contact_title {
        font-size: 30px !important;
        line-height: 40px !important;
    }
}

.blog-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.accordion-item {
    border-color: transparent !important;
}



.pagination .active .page-link,
.pagination .page-item .page-link:hover {

    color: #fff !important;
    background-color: #cea753 !important;
}

.pagination .page-link,
.pagination .page-link:first-child {
    box-shadow: none;
    color: #222;
    font-size: 14px;
    margin: 0 5px;
    border-color: #cea753 !important;
    border-radius: 50%;
    width: 30px;
    color: #cea753;
    height: 30px;
    display: flex;
    background-color: #fff;
    align-items: center;
    justify-content: center
}

.brk-form-wrap-active [type=email],
.brk-form-wrap-active [type=password],
.brk-form-wrap-active [type=search],
.brk-form-wrap-active [type=tel],
.brk-form-wrap-active [type=text] {
    border-bottom-color: var(--brand-primary)
}

.rendered.active {
    border-bottom-color: var(--brand-primary) !important
}

.brk-form-wrap-active {
    top: 0 !important;
    left: 12px;
    font-size: .75rem;
    letter-spacing: -.06em;
    white-space: nowrap
}

.breadcrumbs__section.mt-lg-30 {
    margin-top: 0 !important;
}

.breadcrumbs__section-thin {
    padding-top: 0 !important;
}

header.header-remastered .mobile-menu {
    background-color: #fff !important;
}

header.header-remastered .mobile-menu .menu-footer {
    background-color: #fff !important;
}

@media(max-width:1540px) {
    .middle .middle-title {
        font-size: 30px
    }

    .slider-content .slider-title {
        font-size: 62px;
    }
}

@media(max-width:820px) {
    .slider-content .slider-title {
        font-size: 40px;
    }
}

@media(max-width:576px) {
    section.brands .mySwiper a {
        font-size: 11.5px;
    }

    .breadcrumbs__wrapper h2 {
        font-size: 25px;
    }

    .testimonial-area .hading-title {
        font-size: 24px;
        line-height: 28px;
    }

    .links .single-item .text {
        font-size: 18px;
    }

    .faq-section .content-left .title {
        font-size: 18px;
    }

    .faq-swiper .img img {
        width: 50%;
    }

    .countries .flag {
        width: 28px;
        height: 17px;
    }

    .countries .contnet {
        font-size: 16px !important;
    }

    .slider-content .left {
        height: 70vh;
    }
}

header.header-remastered nav .inner .logo {
    width: 100%;
    display: flex;
    justify-content: center;
}

.brk-ic-left-slide__img {
    display: block;
    position: relative;
    min-height: 100%;
    max-width: none;
    width: calc(100% + 50px);
    opacity: .95;
    transition: opacity .35s, transform .35s;
    transform: translateX(-40px);
}

.brk-ic-left-slide__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.brk-ic-left-slide__wrapper {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 80px);
    padding: 0 29px 26px 25px;
    z-index: 2;
}

.brk-ic-left-slide__wrapper_vertical-line .brk-ic-left-slide__title {
    padding-left: 6px !important;
    font-size: 1.125rem !important;
    font-weight: 700 !important;
}

.brk-ic-left-slide__wrapper_vertical-line {
    padding-left: 17px !important;
}

.brk-ic-left-slide__title .uppercase {
    font-size: 1.125rem !important;
    font-weight: 700 !important;
}

.brk-ic-left-slide {
    position: relative;
    overflow: hidden;
    max-height: 400px;
    height: 240px !important;
}

.icon__btn-md {
    width: 45px !important;
    height: 45px !important;
}

.brk-ic-left-slide__img {
    display: block;
    position: relative;
    min-height: 100%;
    max-width: none;
    width: calc(100% + 50px);
    opacity: .95;
    transition: opacity .35s, transform .35s;
    transform: translateX(-40px);
}

.brk-ic-left-slide__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.brk-ic-left-slide__wrapper {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 80px);
    padding: 0 29px 26px 25px;
    z-index: 2;
}

.brk-ic-left-slide__wrapper_vertical-line .brk-ic-left-slide__title {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 25px;
    border-left-width: 2px;
    border-left-style: solid;
}

.brk-ic-left-slide__wrapper_vertical-line .brk-ic-left-slide__title {
    padding-left: 6px !important;
    font-size: 1.125rem !important;
    font-weight: 700 !important;
}

.brk-ic-left-slide__title {
    color: #fff;
    text-align: left;
}

.brk-ic-left-slide__btn {
    position: absolute !important;
    bottom: 19px;
    right: 20px;
}

.icon__btn-md {
    font-size: 16px;
    width: 52px;
    height: 52px;
}

.brk-ic-left-slide__btn {
    position: absolute !important;
    bottom: 19px;
    right: 20px;
}