.reserve_buttons {
    display: flex;
    justify-content: center;
}

.reserve_buttons a {
    width: 100%;
    max-width: 202px;
}

[name="update_cart"] {
    display: none !important;
}

.cart_input {
    display: flex;
    justify-content: center;
    margin-right: 10%;
}

.wpcf7-field-group-add {
    position: relative;
}

.wpcf7-field-group-add::after {
    content: attr(data-word);
    position: absolute;
    top: 60%;
    left: 150%;
    transform: translateY(-50%);
    white-space: pre;
}

.cart_input_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cart_input_wrapper div {
    cursor: pointer;
}

.cart_input_wrapper div:first-child {
    transform: rotate(180deg) translateX(1px);
}

.cart_input_wrapper path {
    transition: all .4s ease-out;
}

.cart_input_wrapper div:hover path {
    fill-opacity: 1;
}

.cart_input input::-webkit-outer-spin-button,
.cart_input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-remove .remove::before {
    background-color: #fff;
}

.small_golden_btn {
    cursor: pointer;
}

.small_golden_btn:disabled {
    background-color: #c6c1a9;
    color: #292929;
}

.argmc-billing-shipping-step .review-order-shipping,
.argmc-order-payment-step .product-basket,
.argmc-order-payment-step .next-btn {
    display: none !important;
}

.billing-shipping-step .argmc-nav {
    display: none;
}

.review-order-shipping {
    color: #282828;
    font-weight: normal;
    font-size: 36px;
    text-align: left;
}

[for="payment_method_paypal"] img {
    width: auto !important
}

.argmc-wrapper .argmc-form-steps {
    margin: 0 !important;
    padding-bottom: 74px;
}

.next-btn {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.2px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    color: #232323;

    padding: 24px 0 23px;
    width: 100%;
    border-radius: 4px;
    border: 2px solid #CCBA5E;
    background: #CCBA5E;
    transition: all .4s ease-out;
    cursor: pointer;
}

.next-btn:hover {
    background: transparent;
    color: #CCBA5E;
}

.tour_stars[data-rating="1"] svg:nth-child(1) path,
.tour_stars[data-rating="2"] svg:nth-child(1) path,
.tour_stars[data-rating="2"] svg:nth-child(2) path,
.tour_stars[data-rating="3"] svg:nth-child(1) path,
.tour_stars[data-rating="3"] svg:nth-child(2) path,
.tour_stars[data-rating="3"] svg:nth-child(3) path,
.tour_stars[data-rating="4"] svg:nth-child(1) path,
.tour_stars[data-rating="4"] svg:nth-child(2) path,
.tour_stars[data-rating="4"] svg:nth-child(3) path,
.tour_stars[data-rating="4"] svg:nth-child(4) path,
.tour_stars[data-rating="5"] svg:nth-child(1) path,
.tour_stars[data-rating="5"] svg:nth-child(2) path,
.tour_stars[data-rating="5"] svg:nth-child(3) path,
.tour_stars[data-rating="5"] svg:nth-child(4) path,
.tour_stars[data-rating="5"] svg:nth-child(5) path {
    fill: #C8B552;
}

.site_preloader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999999999999;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    background: #282828;

    transition: all .4s ease-out;
}

.site_preloader.hidden {
    opacity: 0;
    visibility: hidden;
}

.site_preloader_logo {
    max-width: 248px;
    padding: 24px;
}

.site_preloader .site_loader {
    width: 100px;
    height: 15px;
    margin: 7px auto 0 auto;
}

.site_preloader .site_loader > div {
    height: 2px;
    width: 15px;
    background-color: #CCBA5E;
    float: left;
    margin: 0 5px 0 0;
    animation: loader 0.7s infinite;
}

.site_preloader .site_loader > div:nth-child(1) {
    animation-delay: 0.1s;
}

.site_preloader .site_loader > div:nth-child(2) {
    animation-delay: 0.2s;
}

.site_preloader .site_loader > div:nth-child(3) {
    animation-delay: 0.3s;
}

.site_preloader .site_loader > div:nth-child(4) {
    animation-delay: 0.4s;
}

.site_preloader .site_loader > div:nth-child(5) {
    animation-delay: 0.5s;
}

.contact-form::-webkit-scrollbar-track,
.product_info_box::-webkit-scrollbar-track {
    background-color: #575A5A;
}

.contact-form::-webkit-scrollbar-thumb,
.product_info_box::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #CCBA5E;
}

.contact-form::-webkit-resizer,
.product_info_box::-webkit-resizer {
    width: 7px;
    height: 0px;
}

.contact-form::-webkit-scrollbar,
.product_info_box::-webkit-scrollbar {
    width: 4px;
}

.woocommerce.single .feedback_content .feedback_raiting_box span:nth-child(1) {
    left: 0 !important;
}

@keyframes loader {
    50% {
        opacity: 0.5;
    }
}

.modal {
    align-items: center;
}

@media screen and (max-width: 768px) {
    .cart_input {
        margin-right: 0;
    }

    .quantity {
        display: flex;
    }
}

@media screen and (max-width: 576px) {
    .breadcrumb_box .sep-span {
        line-height: 1.5;
    }

    .cart_input {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-right: 0;
    }

    .woocommerce-cart-form__cart-item td {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }

    .woocommerce-cart-form__cart-item td:first-child {
        width: 100%;
    }

    .woocommerce-cart-form__cart-item td:first-child::before {
        display: none !important;
    }

    .woocommerce-cart-form__cart-item td:first-child a {
        display: block !important;
    }

    .woocommerce-cart-form__cart-item td:first-child img {
        width: 100%;
        height: auto !important;
    }

    .woocommerce table.cart td.actions,
    .woocommerce-page #content table.cart td.actions,
    .woocommerce-page table.cart td.actions {
        display: flex !important;
        justify-content: center;
    }

    .privacy_content .argmc-form-steps > .d-flex {
        flex-direction: column !important;
    }
}

#shipping_method,
.argmc-order-payment-step .shop_table.woocommerce-checkout-review-order-table {
    display: none !important;
}

.faq .question-block.active .answer ul {
    padding-left: 40px;
}

.woocommerce-pagination ul,
.pagination {
    list-style: none;
    display: flex !important;
    justify-content: center;
    border: none !important;
    width: 100%;
}

.pagination .nav-links {
    display: flex;
}

.woocommerce-pagination li {
    padding: 0 8px !important;
    ;
    text-indent: 0 !important;
    border: none !important;
}

.woocommerce-pagination li::before,
.woocommerce-pagination a::before {
    display: none;
}

.woocommerce-pagination span,
.woocommerce-pagination a,
.pagination a,
.pagination span {
    width: 35px !important;
    height: 35px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 16px;
    font-weight: 700;
    border: none !important;
}

.woocommerce-pagination a {
    background-color: #282828 !important;
    color: #ccba5e !important;
    transition: all .4s ease-out;
}

.pagination a {
    margin-left: 8px;
    margin-right: 8px;
    border: 1px solid #ccba5e;
    background-color: #282828 !important;
    color: #ccba5e !important;
    transition: all .4s ease-out;
}

.pagination span {
    background-color: #ccba5e !important;
    color: #282828 !important;
    border: 1px solid #ccba5e;
}

.woocommerce-pagination span,
.woocommerce-pagination a:hover,
.pagination a:hover {
    background-color: #ccba5e !important;
    color: #282828 !important;
}

#CDSWIDSSP {
    width: 100% !important;
}

.tour-block.out_of_stock img,
.slide.out_of_stock img {
    filter: grayscale(1);
}

.tour-block.out_of_stock .tour-img::before,
.slide.out_of_stock .slide_img::after {
    content: "Tour is temporary unavailable" !important;
    text-align: center;
    width: 75%;
}

.tour-block:last-child .actual_price,
.tour-block:last-child .actual_price {
    color: #fff;
}


.tour-block:last-child .price_past::after {
    background-color: #fff;
}

.small_golden_btn.disable {
    background-color: #ccbe78 !important;
    color: #282828 !important;
    cursor: default;
}

.orderby {
    padding: 10px 32px 10px 12px;
    border: 1px solid #DEDEDE;
    min-width: 230px;
    background-color: transparent;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 1;
    color: #282828;
    position: relative;
}

.orderby option:hover {
    background-color: #CCBA5E;
}

.contact-form input[type="file"] {
    border: none !important;
}

#cv {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

#cv + label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: black;
    display: inline-block;
}

#cv:focus + label,
#cv + label:hover {
    background-color: red;
}

#cv + label {
    cursor: pointer;
    /* "hand" cursor */
}

#cv:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

#cv + label * {
    pointer-events: auto;
}

label[for="cv"] {
    padding: 12px;
    border: 1px solid #CCBA5E;
    border-radius: 4px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #CCBA5E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-bottom: 24px;
}

[for="cv"]:hover {
    cursor: pointer;
    color: #3A3A3A;
}

.title_box_small {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.woocommerce a.button.alt {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.1em;

    padding: 16px 24px !important;
    font-size: 14px !important;
    font-weight: bold;
    min-width: min-content;
}

.woocommerce-checkout #payment ul.payment_methods li img {
    width: auto !important;
}

.woocommerce-order {
    max-width: 1048px;
    padding: 16px 24px;
    margin: 0 auto;
}

.wcppec-checkout-buttons.woo_pp_cart_buttons_div {
    display: none !important;
}

.green_btn_wrapper {
    padding-top: 20px;
}


.green_btn {
    display: inline-flex;
    align-items: center;
    padding: 5px 7px;
    border: 2px solid #0FB95C;
    border-radius: 4px;
    transition: all .4s ease-out;

}

.green_btn svg {
    margin-right: 7px;
    margin-left: 7px;
    width: 38px;
}

.green_btn path {
    transition: all .4s ease-out;
}

.green_heading_wrapper {
    padding-right: 16px;
    border-right: 2px solid #0FB95C;
    max-width: 210px;
    width: 100%;
}

.green_subheding {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0.2em;
    color: #0FB95C;
    transition: all .4s ease-out;
}

.green_heading {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 1.2;
    transition: all .4s ease-out;
    color: #FFFFFF;
}

.green_text {
    padding-left: 13px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 75%;
    color: #FFFFFF;
    max-width: 300px;
    width: 100%;
    transition: all .4s ease-out;
}

.green_text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.green_btn:hover {
    background: #0FB95C;
}

.green_btn:hover g[clip-path="url(#clip0)"] path {
    fill: #fff
}

.green_btn:hover g[clip-path="url(#clip1)"] path {
    fill: #0FB95C
}

.green_btn:hover .green_subheding {
    color: #fff;
}

.yellow_btn_wrapper {
    padding-top: 15px;
}


.yellow_btn {
    display: inline-flex;
    align-items: center;
    padding: 5px 7px;
    border: 2px solid #CCBA5E;
    border-radius: 4px;
    transition: all .4s ease-out;
}

.yellow_btn svg {
    margin-right: 7px;
    margin-left: 7px;
    width: 35px;
}

.yellow_btn path {
    transition: all .4s ease-out;
}

.yellow_heading_wrapper {
    padding-right: 16px;
    border-right: 2px solid #CCBA5E;
    max-width: 210px;
    width: 100%;
}

.yellow_subheding {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0.2em;
    color: #CCBA5E;
    transition: all .4s ease-out;
}

.yellow_heading {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 1.2;
    transition: all .4s ease-out;
    color: #FFFFFF;
}

.yellow_text {
    padding-left: 13px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 75%;
    color: #FFFFFF;
    max-width: 300px;
    width: 100%;
    transition: all .4s ease-out;
}

.yellow_text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.yellow_btn:hover {
    background: #CCBA5E;
}

.yellow_btn g[clip-path="url(#clip0)"] path {
    fill: #CCBA5E
}

.yellow_btn g[clip-path="url(#clip1)"] path {
    fill: #fff
}


.yellow_btn:hover g[clip-path="url(#clip0)"] path {
    fill: #fff
}

.yellow_btn:hover g[clip-path="url(#clip1)"] path {
    fill: #CCBA5E
}

.yellow_btn:hover .yellow_subheding {
    color: #fff;
}

.tour_disable_btn {
    width: 100% !important;
    padding-right: 8px;
    padding-left: 8px;
}

.tour_out_of_stock {
    max-width: 400px;
    width: 100%;
    margin-bottom: 16px;
}

.product_price_block_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

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

    .green_btn,
    .yellow_btn {}

    .green_text,
    .yellow_text {
        display: none;
    }

    .green_heading_wrapper,
    .yellow_heading_wrapper {
        padding-right: 0;
        border: 0;
    }
}

.tour-block:nth-last-child(-n+3) .actual_price,
.tour-block:nth-last-child(-n+3) .price_past {
    color: #fff;
}

.tour-block:nth-last-child(-n+3) .price_past::after {
    background-color: #fff;
}

@media screen and (min-width: 1200px) {

    .tour-block:nth-last-child(-n+5) .actual_price,
    .tour-block:nth-last-child(-n+5) .price_past {
        color: #fff;
    }

    .tour-block:nth-last-child(-n+5) .price_past::after {
        background-color: #fff;
    }
}

/*Fixes*/
.page-template-about-us .our_office_box,
.slider_about_us,
.page-template-about-us .video-section,
.page-template-about-us .single_service_slider,
.page-template-about-us .our_office_slider {
    display: none !important;
}

.small_golden_btn span {
    font-size: 17px;
    position: relative;
    top: -5px;
    bottom: -5px;
    margin-bottom: -8px;
    left: -1px;
}

.small_golden_btn {
    width: 147px;
}

.slide_buttons .small_golden_btn {
    visibility: hidden;
    opacity: 0;
}

.our_fleet_page .slider_first .slide_buttons,
.our_fleet_page .slider_third .slide_buttons {
    background-color: transparent;
}

.wrap-menu .small_golden_btn,
.small_bordered_btn {
    width: 100%;
    white-space: nowrap;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.header .nav-block-header #menu-main {
    padding-right: 25px;
}

.header .nav-block-header .logo {
    margin-right: 25px;
    display: inline-block;
}

.header #menu-main > li:not(:last-child) {
    padding-right: 30px;
}

/*Table*/
table {
    font-family: 'Montserrat';
    margin: 30px 0px 40px;
    border-collapse: collapse;
    width: 100%
}

table tr,
table td {
    border: 1px solid #e4e4e4;
    padding: 10px;
}

table tr {
    vertical-align: top;

}

table tr:nth-child(odd) {
    background: #f7f7f7;
}

table td {
    text-align: center;
}

.our_tours .slide_img::after {
    content: "Book tour";
}

.screen-reader-text {
    display: none !important;
}

@media only screen and (max-width:768px) {
    .header .phone a {
        font-size: 11px;
    }

    .banner_main h1 {
        margin-top: 5px;
    }

    .banner_main .golden_btn {
        margin-top: 20px;
    }

    h1 {
        font-size: 30px;
    }

    .yellow_btn_wrapper,
    .green_btn_wrapper,
    .b-button {
        width: 100%;
        max-width: 280px;
    }

    .green_btn,
    .yellow_btn {
        width: 100%;
    }

    .yellow_heading,
    .green_heading {
        font-size: 15px;
    }

    .b-button {
        font-size: 13px;
        padding: 17px 0;
    }

}

.single-product .single_service_slider {
    display: none;
}

.footer .small_golden_btn {
    width: 100% !important;
    white-space: nowrap;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.socials li:nth-child(3) {
    display: none;
}

.content_box h3 {
    padding-top: 20px;
}

.sidebar .product_category_item a {
    line-height: 1.5;
}

.sidebar .product_category_item a::after {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 924px) {
    .sidebar {
        padding-bottom: 24px;
    }

    #menu-left-foot,
    #menu-right-foot {
        display: none !important;
    }

    .footer .footer-block-btns .block-btns {
        flex-wrap: wrap;

    }

    .footer .footer-block-btns .block-btns a {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;

    }

    .single-services .product_category_list {
        display: none !important;
    }

    .single_tour .product_price_block {}

    .product_price_block_wrapper {
        flex-direction: column;
    }

}

.wrap-menu.active .sub-menu {
    display: none;
}

html body .wrap-menu.active li a,
html body .wrap-menu.active li,
.wrap-menu.active ul {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.wrap-menu.active .small_golden_btn span {
    top: 0px;
}

.gcrd {
    width: auto !important;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 5px !important;
}

.b-image {
    width: 34px;
    height: 34px;
    margin-right: 10px;
}

@media screen and (max-width: 1078px) {
    .banner_img {
        display: none;
    }
}

.page-id-721 ul li:before,
.page-id-721 ol li:before {
    display: none !important;
}

.page-id-721 ul li,
.page-id-721 ol li {
    list-style-type: inherit !important;
    text-indent: 5px;
}

.privacy_policy_page h4 {
    font-size: 21px;
    font-weight: 800;
}

.privacy_policy_page p {
    margin-bottom: 35px;
}

.privacy_policy_page ul,
.privacy_policy_page ol {
    margin-bottom: 21px;
}

.privacy_policy_page h4 {
    margin-bottom: 15px;
    margin-top: 35px;
}

.privacy_policy_page ol,
.privacy_policy_page ul {
    margin-top: 10px;
}

.privacy_policy_page p,
.privacy_policy_page ol,
.privacy_policy_page ul {
    padding-left: 17px;
}

.privacy_policy_page p,
.privacy_policy_page li {
    font-size: 15px !important;
    line-height: 1.5 !important;
}

.header .nav-block-header .sub-menu > li a {
    display: inline-block;
    min-width: 212px;
    line-height: 1.3 !important;
}

.header .menu-item-has-children .sub-menu li {
    padding-bottom: 0px;
}

.header .menu-item-has-children .sub-menu li a {
    padding-bottom: 16px;
}

body #CDSWIDSSP li:before {
    display: none !important;
}

.page-template-blog .blockqute-portfolio {
    display: none;
}

.delivery .content-block:not(.full) .gcrd {
    display: none !important;
}

.single-product .section_title {
    display: none !important;
}

/*Big Banner Text*/
.big-banner-text {
    max-width: 570px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fb434c;
    font-family: 'Montserrat';
    line-height: 1.5;
    font-size: 16px;
    font-weight: 600;
}

@media screen and (max-width: 1028px) {
    .big-banner-text {
        max-width: 570px;
        margin-top: 7px;
        margin-bottom: 7px;
        line-height: 1.4;
        font-size: 14px;
        font-weight: 600;
    }
}

.postid-290 .content_box ul {
    column-count: 2;
}

.menu-item-898 {
    display: none;
}

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

    .menu-item-898 {
        display: block;
    }

    .banner_main h1 {
        margin-top: 100px;
    }

    .postid-290 .content_box ul {
        column-count: 1;
    }
}

.xdsoft_datetimepicker {
    z-index: 9999999999 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background: #C8B552 !important;
    box-shadow: none !important;
    color: #333 !important;
}

.tours .tours-portfolio::after {
    background: #fff;
}

.tours-portfolio .tour-block .anotherСolor {
    color: #333;
}

.tours .tours-container {
    justify-content: flex-start;
}

.grecaptcha-badge {
    display: none !important;
}

.single_page_container .content_buttons {
    position: relative !important;
    display: flex;
    align-items: center;
}

.single-fleet .content_buttons .small_golden_btn {
    width: 279px !important;
}

.single-fleet .content_buttons .small_bordered_btn {
    width: 279px !important;

}

.crew_banner {
    min-height: 675px;
}

.crew_banner h1 span {
    color: #CCBA5E;
}

.crew_about .container_testimonials {
    margin-top: 30px;
}

.crew_about .container {
    padding-top: 170px;
    position: relative;
}

.crew_about {
    padding-top: 0;
}

.crew_about .container img {
    position: absolute;
    left: 0;
    top: 18px;
    width: 186px;
    transform: translateX(50%);
}

.crew_about .container_testimonials p {
    line-height: 2.14;
    max-width: 780px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.crew_about .container_testimonials a {
    margin-left: auto;
    margin-right: auto;
    margin-top: 36px;
    display: block;
    text-align: center;
}

.crew_reverse {
    padding-top: 131px;
}

.crew_reverse .crew_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 64px;
}

.crew_reverse .crew_wrap .left,
.crew_reverse .crew_wrap .right {
    width: 50%;
}

.crew_reverse .crew_wrap .left {
    padding-top: 30px;
    padding-bottom: 30px;
}

.crew_reverse .crew_wrap:nth-child(2n+1) .left {
    padding-right: 64px;
}

.crew_reverse .crew_wrap:nth-child(2n) .left {
    padding-left: 64px;
}

.crew_reverse .crew_wrap:nth-child(2n) {
    flex-direction: row-reverse;
}

.crew_reverse .crew_wrap .right img {
    height: 100%;
    object-fit: cover;
}

.crew_gifts .tagline {
    text-align: center;
}

.crew_gifts h2::after {
    opacity: 0;
}

.crew_advantages {
    padding-top: 60px;
    padding-bottom: 144px;
}

@media screen and (max-width:992px) {
    .crew_about .container img {
        left: 50%;
        transform: translateX(-50%);
    }

    .crew_about .container {
        padding-top: 110px;
    }

    .crew_advantages {
        padding-top: 0;
        padding-bottom: 60px;
    }

    .crew_reverse {
        padding-top: 60px;
    }

    .crew_reverse .crew_wrap:nth-child(n) {
        flex-direction: column-reverse;
    }

    .crew_reverse .crew_wrap:nth-child(n) .left {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    /*
.crew_reverse .crew_wrap:nth-child(2n) {
    flex-direction: column;
}
*/

    .crew_reverse .crew_wrap .left,
    .crew_reverse .crew_wrap .right {
        width: 100%;
    }

    .crew_reverse .crew_wrap .right {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:576px) {
    .crew_reverse .crew_wrap:nth-child(n) .left {
        padding-top: 10px;
    }
}
.cool-services{
	margin-top: 3px;
	position: sticky;
	top: 127px;
}
.cool-services .sidebar_blog_title{
	margin-top: 7px !important;
}