.btn-check:focus+.btn, .btn:focus{
    box-shadow:none;
}
p {
    color: #4F5255;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom:20px;
    /* 24px */
}

h2 {
    color: #17191C;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    letter-spacing: normal;
    margin-bottom:24px;
}

h3 {
    color: #17191C;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.btn-blue, .btn-blue:hover {
    border-radius: 16px;
    background: #0052BD;
    padding: 10px 48px;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
    text-decoration: none;
}

.btn-blue-text {
    color: #0052BD;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 19.6px */
    letter-spacing: 0.7px;
    text-decoration-line: underline;
    text-transform: uppercase;
}

.hero-single-tour h1 {
    color: #17191C;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 8px 0 0;
}

.hero-single-tour {
    padding: 44px 0 0;
}

.gallery_one_col {
    width: 62.5%;
    padding-right: 8px;
}

.gallery_two_col {
    width: 37.1%;
    padding-left: 0;
}

img.imade-treks-1 {
    display: none;
}

.imade-treks-2 {
    margin-bottom: 8px;
}

.slash {
    height: 25px;
    border: .5px solid #C7C7C7;
}
.menu-content{
    gap:24px;
}
.menu-content .slash:last-child {
    display: none;
}

.menu-content a {
    color: #13100D;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 2;
}
.box-menu-top {
    position:sticky;
    top:0;
    padding:23px 0;
    border-bottom: 1px solid #C7C7C7;
    background: white;
    z-index: 999;
}
.box-menu-top.is-sticky .discount-groups-4 {
    display:none;
}
span.discount-groups-4{
    color: #17191C;
    text-align: right;
    font-family: Montserrat;
    font-size: 10px;
    font-style: italic;
    font-weight: 600;
    line-height: 150%; /* 15px */
    display:block;
  }
  span.diez-off {
    font-size:11px;
    font-weight: 700;
  }
.menu-top .price-from {
    color: #000;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.menu-top .price-number {
    font-size: 18px;
    font-weight: 700;
    color:#000;
}

.menu-top .price .price-number span {
    font-size: 10px;
    font-weight: 600;
}
strike.price-base{
    font-size: 14px;
}
span.price-discount{
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #3B8800;
}
span.usd-money{
    color: #000 !important;
    font-size: 10px !important;
    font-weight: 600 !important;
}
span.flash-sale-style{
    font-size: 14px !important;
    font-weight: 600 !important;
}
.gallery-images{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.gallery-images img, .gallery-images-4 img{
    border-radius: 8px;
    height: 100%;
    object-fit: cover;
}
.gallery-images .image-1{
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}
.gallery-images .image-2, .gallery-images .image-3{
    grid-column: 2 / 2;
}
.gallery-images-4 {
    width: 100%;
    gap: 10px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}
.gallery-images-4 .image-1{
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}
.gallery-images-4 .image-2{
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}
.gallery-images-4 .image-3{
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}
.gallery-images-4 .image-4{
    grid-column: 2 / 4;
    grid-row: 2 / 3;
}
.content-images{
    padding-top:40px;
    background: #F8F8F8;
}
.highlights {
    padding: 40px 0 80px;
    background: #F8F8F8;
}
.highlights h2 {
    margin-bottom:14px;
    display: flex;
    align-items: center;
    gap: 7px;
}
.highlights h6 {
    color: #001E5A;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 25.5px */
    margin-bottom:5px;
}
.highlights p {
    margin-bottom: 0;
    color: #17191C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.item-details-list{
    border-bottom: 1px solid #C7C7C7;
    padding-bottom: 16px;
    padding-top: 16px;
    align-items:center;
    gap:12px;
}
.guarantee{
    margin:80px 0;
}
.guarantee h2 {
    margin-bottom:24px;
}
.guarantee p {
    color: #17191C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    margin-bottom:30px;
}
.guarantee .box-guarantee {
    border-radius: 5px;
    border: 1.5px solid #CFCFCF;
    padding:30px;
    text-align: center;
    height:100%;
}
.guarantee .box-guarantee p{
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 25.2px */
    margin:16px 0 0;
}
.detailed-day-tour h3 {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom:30px;
}
.detailed-day-tour h4 {
    color: #17191C;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.detailed-day-tour p, .detailed-day-tour ul li {
    color: #17191C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}
.detailed-day-tour .box-datailed-tour {
    padding-bottom: 8px;
    border-bottom: 1px solid #C7C7C7;
    margin-bottom: 24px;
}
.detailed-day-tour .box-datailed-tour:last-child{
    margin-bottom: 14px;
    border-bottom:none;
}
.detailed-day-tour ul{
    padding-inline-start: 38px;
}
.detailed-day-tour .btn-blue{
    margin-top: 6px;
    display: block;
    width: fit-content;
}

.overview {
    margin: 80px 0;
}
.overview p {
    color: #17191C;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 25.5px */
}

#section-avaliations{
    padding: 0px 0px 80px 0px;
}
.availability-info h2{
    color: #17191C;
    font-family: Montserrat;
    font-size: 30px;
    margin-bottom: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.availability-info-content p{
    color: #17191C;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
}
.availability-info-content hr{
    border: 0.5px solid #000;
    margin: 24px 0;
    opacity: 1;
}
p.availability-info-final-note{
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-top: 20px; /* 21px */
}
p.availability-info-note{
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
}
.availability-info-data{
    margin: 24px 0;
    border: 1px solid #D8D8D8;
}
.availability-info-data .item-table-1, .availability-info-data .item-table-3{
    background: #FFFBC2;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.font-weight-600{
    font-weight: 600 !important;
}
.border-radius-8{
    border-radius: 8px !important;
}
.availability-info-data .item-table-2{
    background: #FAFAFA;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info {
    grid-template-columns: auto auto;
    gap: 24px 90px;
    padding: 24px;
    border-radius: 8px 8px 0 0;
    border: 1px solid #C7C7C7;
    background: #fff;
}

.overview .box-green {
    border-radius: 0px 0px 8px 8px;
    border: 1px solid #00A213;
    background: #00A213;
    padding: 24px;
}

.overview .box-green p {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.overview .box-green p a {
    color: #FFF;
}

.box-reasons {
    border-radius: 8px;
    background: #FFFBC2;
    padding: 40px;
}

.box-reasons h3 {
    color: #17191C;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
}

.box-reasons .list-content p {
    color: #17191C;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 17px;
}

.box-reasons .list-content span {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #FFE200;
    padding: 5px 12px;
    border-radius: 100%;
    height: 35px;
}

.box-reasons .list-content:first-child span {
    padding: 5px 14px;
}

.itinerary {
    padding: 0;
    margin: 80px 0;
}

.itinerary h2 {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 7px;
}
.itinerary p {
    color:#17191C;
}
.itinerary .ui-accordion .ui-accordion-header {
    padding: 0 24px 0 0;
    margin-top: 8px;
    border-radius: 8px 8px 0px 0px;
    border: 0.5px solid #C7C7C7;
    background: #FAFAFA;
}

.itinerary .ui-accordion .ui-accordion-header img {
    width: 118px;
    border-radius: 8px 0px 0px 8px;
}

.itinerary .ui-accordion .ui-accordion-header .box-title {
    margin: 0 auto 0 24px;
}

.itinerary .ui-accordion .ui-accordion-header .box-title span {
    color: #5E5F63;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.itinerary .ui-accordion .ui-accordion-header .box-title p {
    color: #000;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 21px */
    text-transform: uppercase;
    margin-top: 9px;
}
#accordion3 .ui-accordion-content p {
    color: #17191C;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 22.5px */
}
#accordion3 .ui-accordion-content{
    padding:40px 24px!important;
}
#accordion3 .ui-accordion-content p strong{
    color: #17191C;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
#accordion3 .ui-accordion-header-active .fa-chevron-down{
    color: black;
    transform: rotate(180deg);
}
.gallery-accordion-content img{
    border-radius: 8px;
}
.tour_reviews {
    padding: 60px 0;
}

.tour_reviews .box-white {
    border-radius: 16px;
    background: #F7F7F7;
    padding: 24px 40px;
    margin: 0 10px;
    height: inherit;
}
.tour_reviews .slick-track {
    display: flex;
}
.slick-dots{
    bottom: -40px!important;
}
.tour_reviews .box-white h4 {
    color: #17191C;
    font-size: 16px;
    font-style: normal;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 150%;
    margin: 4px 0 2px;
}
.tour_reviews .box-white span {
    color: #4F5255;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.box-white p {
    color: #17191C;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom:0;
}

.tour_reviews .box-white img {
    border-radius: 8px;
}

.tour_reviews .box-white {
    color: #17191C;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 21px */
}

.tour_reviews h2 {
    color: white;
    text-align: center;
    margin-bottom: 40px;
}

.box-note-green {
    padding: 40px;
    margin: 40px 0 80px;
    color: white;
    border-radius: 16px;
    background: #3D8545;
}

.box-note-green span {
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 1px;
}

.box-note-green p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 22.4px */
    margin: 4px 0 0;
}
.box-note-green p a{
    color: #fff;
}
.box-note-green a.link-text {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-decoration-line: underline;
    display: block;
    margin-top: 16px;
}

.included {
    padding-bottom: 24px;
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 24px;
}
.box-included {
    background: #F6F4F2;
    padding: 80px 0;
}
.faqs{
    padding-top:80px;
}
.similar-tours {
    background: #F8F8F8;
    padding:80px 0;
}
.similar-tours h2 {
    margin-bottom:40px;
}
.box-included .subtitle {
    margin: 24px 0 40px;
}

.included h3 {
    color: #002060;
    display: flex;
    gap: 8px;
}
.included p {
    color: #17191C;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}
.box-not {
    margin-top: 40px;
}
.item-what-to-bring{
    margin-bottom: 20px;
}
.box-not h3 {
    margin-bottom: 20px;
}

ul.optional_add li,ul.whats_no_included_list li {
    color: #17191C;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 19.6px */
    display: flex;
    gap: 8px;
    align-items: start;
}
ul.optional_add li i{
    margin-top: 3px;
    margin-right:0;
}
ul.whats_no_included_list li i{
    margin-right:0;
    color:#BC0D0D;
}
.note-no-included p {
    font-size:14px;
}

.what-to-bring {
    background: #F6F4F2;
    padding: 60px 0;
    margin: 80px 0;
}

.what-to-bring .list-content {
    margin: 40px 0;
}

.what-to-bring .list-content b {
    display: block;
    margin: 8px 0;
    font-size:14px;
}
.what-to-bring .list-content p {
    color: #17191C;
    text-align: center;
    font-size: 13px;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 19.5px */
}

.what-to-bring .list-content p.tag-wb{
    border-radius: 6px;
    background: #FFDEC6;
    color: #F06500;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 14px */
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 2px 8px;
    text-align: center;
    display: inline;
    margin-bottom: 0;
}


.faqs h2 {
    margin-bottom: 40px;
}

.faqs .ui-accordion .ui-accordion-header {
    color: #1C1F25;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    padding: 8px 15px;
    border: none;
    background: white;
    border-bottom: 1px solid #DBDBDB;
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    border-radius: 0;
}
.faqs .ui-accordion .ui-accordion-content p:last-child{
    margin-bottom:0;
}
.promise {
    margin: 60px 0 0;
}

.box-promise img {
    border-radius: 16px 0px 0px 16px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-promise h3 {
    color: #17191C;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}

.box-promise p {
    color: #17191C;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 22.5px */
}

.box-promise .box-yellow {
    border-radius: 0 16px 16px 0;
    background: #FFFBC2;
    padding: 40px 30px;
}

.tour_reviews .slick-dots li button:before {
    border: 1px solid #D9D9D9;
    color: transparent !important;
    opacity: 1 !important;
    width: 10px;
    height: 10px;
    border-radius:100%;
}

.tour_reviews .slick-dots li.slick-active button:before {
    border: 2px solid #D9D9D9;
    width: 15px;
    height: 15px;
    top: -3px;
    background:#D9D9D9;
}

.tour_reviews .slick-dots li {
    margin: 0 2px;
    width: 15px;
    height: 15px;
}
.tour_reviews .slick-dots .slick-active {
    margin-right: 6px;
}
.quick-links {
    margin: 16px 0;
    display: none !important;
}
.quick-links .form-select{
    border: none;
    color: #13100D;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    width: fit-content;
    padding: 0;
    padding-right: 30px;
    -moz-appearance: none!important;
    -webkit-appearance: none!important;
    appearance: none!important;
}
.quick-links .dropdown-toggle span{
    color: #13100D;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.65px;
    border: none;
    padding: 0;
    text-transform:uppercase;
}

.quick-links p {
    color: #4F5255;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 18px */
    margin: 0;
}
.box-price-book{
    border-top:1px solid #C7C7C7;
    border-bottom:1px solid #C7C7C7;
    padding:8px 0 16px;
}
.quick-links .dropdown-item{
    padding: 5px 16px;
    color: black;
}
#navbar_main, .menu-mobile {
    border-bottom: 1px solid;
}
.quick-links .dropdown-menu{
    background: white;
    margin-top: 5px !important;
    padding: 16px 0 5px;
}

#content-menu{
    margin-top: 0 !important;
}
.section a:hover, .section a{
    color: inherit;
}
.hidden-line {
    display: none;
}
.note_planning .box-note-planning{
    margin:40px 0 80px;
    border-radius: 8px;
    background: #ECF4FF;
    padding:24px;
}
.note_planning h6 {
    color: #17191C;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 21px */
    text-transform: uppercase;
    margin-bottom:19px;
}
.note_planning p {
    color: #17191C;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
}
.note_planning p:last-child {
    margin-bottom:0;
}
/**/
.note-tours{
    border-radius: 8px;
    background: #ECF4FF;
    padding: 24px;
    margin-bottom: 20px;
}
.note-tours p{
    color: #17191C;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
    margin-bottom: 20px;
}
.note-tours p:first-of-type {
    font-weight: 700;
}
.note-tours p:last-of-type {
    margin-bottom: 0;   
}
@media (min-width: 768px) {
    .what-to-bring .col-md {
        width: 20%;
        flex: 0 0 auto;
       
    }
    .what-to-bring .col-md:nth-child(-n+5){
         margin-bottom: 40px;
    } 
    #navbar_main{
        position:static;
    }
    .gallery-images-4 .image-4{
        height: 212px;
    }
}

@media (max-width: 768px) {
    .content-images{
        padding: 0;
        background: none;
        margin-bottom:20px;
    }
    .guarantee .box-guarantee{
        padding: 30px 15px;
    }
    .availability-info-content{
        margin-top: 40px;
    }
    .hero-single-tour h1 {
        font-size: 32px;
    }
    .box-price-book .btn-blue {
        padding: 10px 30px;
        font-size: 15px;
        align-items: center;
        display: flex;
    }
    .menu-mobile{
        position:static;
    }
    .quick-links {
        padding: 0 14px;
    }
    .menu-top .price p{
        font-size: 11px;
    }
    .menu-top .price p:last-child {
        font-size: 16px;
    }
    .menu-top .price p:last-child span {
        font-size: 8px;
    }
    .box-price-book{
        padding: 8px 14px;
        align-items: center;
    }
    .guarantee{
        display:none;
    }
    .highlights{
        padding:40px 0;
    }
    .highlights .item-details-list{
        border-bottom:none;
    }
    .menu-top{
        position:sticky;
        top:0;
        background:white;
        padding: 1px 0 0;
        z-index: 99999;
    }
    h2 {
        font-size: 24px;
    }
    .gallery-images,.gallery-images-4 {
        display:block;
    }
    .gallery-images .image-2, .gallery-images .image-3{
        display: none;
    }
    .gallery-images-4 img {
        display:none;
    }
    .gallery-images-4 .image-1 {
        display:block;
    }
    .info {
        gap: 30px 0;
        padding: 24px 0;
        justify-content: normal !important;
        border: none;
    }

    .overview p {
        font-size: 16px;
    }

    .info .info_item_treks p.title {
        font-size: 9px;
        margin-bottom: 3px;
    }

    .info .info_item_treks p {
        font-size: 12px;
    }

    .overview .box-green {
        border-radius: 16px;
        padding: 16px;
    }

    .reasons .container {
        padding: 0;
    }

    .box-reasons {
        padding: 40px 16px;
    }

    .box-reasons h3 {
        font-size: 18px;
    }

    .itinerary {
        margin: 60px 0;
    }
    .hero-single-tour{
        margin: 0;
        border: none;
        padding-bottom: 24px;
    }
    .box-note-green{
        margin:60px 0;
        padding: 16px;
        align-items: start;
    }
    .box-note-green img{    
        width: 24px;
        margin-top: 7px;
    }
    .included h3 {
        margin-bottom: 16px;
    }
    .box-included .subtitle{
        font-size:14px;
    }
    .box-promise .col-md-5{
        padding:0;
    }
    .box-promise img,.box-promise .box-yellow{
        border-radius:0;
    }
    .tour_reviews .box-white{
        padding:24px;
    }
    .what-to-bring .list-content .col-6{
        display:none;
    }
    .what-to-bring .list-content .col-6:nth-child(-n+4){
        display:block;
    }
    .what-to-bring .list-content p,.what-to-bring .list-content b{
        font-size:12px;
    }
    .bg_scroll{
        border-bottom: 1px solid #C7C7C7;
        padding: 1px 15px;
    }
    .bg_scroll .box-price-book{
        border-bottom:none;
    }
    .mobile-offcanvas.show{
        z-index: 9999999;
    }
    .guarantee .col-6:last-child{
        margin: auto;
    }
    span.discount-groups-4{
        text-align: left;
    }
}