﻿:root {
    --color-org: #ee6224;
    --color-blue: #004b92;
    --color-darkblue: #01122c;
    --color-bluedark: #003480;
    --color-black: #26303f;
    --color-white: white;
    --color-light: #f8f8f8;
}


.black {
    color: var(--color-black);
}



.bg_prop {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.white {
    color: var(--color-white);
}

.margin_top {
    margin-top: 70px;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.font_12 {
    font-size: 12px;
}

.font_13 {
    font-size: 14px;
}

.font_14 {
    font-size: 13px;
}

.font_15 {
    font-size: 15px;
}

.color-blue {
    color: var(--color-blue);
}

.common_title {
    font-size: 35px;
}

.color-grey {
    opacity: 0.8;
}
/*Header*/
.logo img {
    width: 140px;
}

.sub_header {
    background-color: var(--color-blue);
}

.line_1 {
    display: inline-flex;
    width: 1px;
    height: 22px;
    background-color: var(--color-white);
}

.sub1 ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .sub1 ul li a {
        color: var(--color-white);
        font-size: 15px;
        display: flex;
        align-items: center;
        gap: 5px;
    }

        .sub1 ul li a i {
            width: 25px;
            height: 25px;
            border-radius: 3px;
            background-color: var(--color-white);
            color: var(--color-blue);
            display: flex;
            align-items: center;
            justify-content: center;
        }

.depart {
    height: 85%
}

.logo_img img {
    height: 50px;
    width: auto;
}

.nav_links ul {
    display: flex;
    align-items: center;
    gap: 40px;
}

.way_cont {
    background-color: #eff2f8;
    padding: 6px 10px;
    border-radius: 5px
}

.nav_links ul li a {
    color: var(--color-black);
    font-weight: 500;
}

.drop_down {
    gap: 4px;
}

.social_sub ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .social_sub ul li a {
        width: 25px;
        height: 25px;
        background-color: var(--color-light);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 3px;
        color: var(--color-black);
        font-size: 13px;
    }

.flight-Serch {
    top: initial;
}

.label-Head {
    position: initial;
    top: initial;
    left: initial;
    padding: 0px;
}

.call_title {
    font-size: 20px;
}

.call_icon {
    /* position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -60px; */
    width: 45px;
    height: 45px;
    background-color: var(--color-blue);
    border-radius: 3px;
}

    .call_icon img {
        height: 23px;
        width: auto;
    }

.search_btn p {
    display: none;
}

.swiper-button-lock {
    display: flex !important;
}

.call_container {
    color: var(--color-black)
}

    .call_container:hover {
        color: var(--color-black)
    }
/*Footer*/
.footer {
    background-color: var(--color-darkblue);
}

.footer_title {
    position: relative;
    display: inline-flex;
}

.footer_ul li a {
    color: var(--color-white);
}


.footer_icon {
    width: 40px;
    height: 40px;
    background-attachment: fixed;
    background-color: var(--color-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 24px;
}

.footer_ul2 li a {
    display: flex;
    align-items: center;
    gap: 8px;
}


.hr_cust {
    margin: 20px 0px;
}

.footer_bottom {
    background-color: var(--color-white);
}

.footer_ul_bottom li a {
    color: var(--color-black);
    font-size: 15px;
}

.currencyBox {
    margin-right: 15px;
}

.slick-next:before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    display: inline-block;
    font-weight: 900;
    color: var(--color-black);
    font-size: 16px;
}

.slick-prev:before {
    font-family: "Font Awesome 5 Free";
    content: "\f104";
    display: inline-block;
    font-weight: 900;
    color: var(--color-black);
    font-size: 16px;
}

.slick-arrow {
    width: 37px !important;
    height: 37px !important;
    border: 1px solid var(--color-black) !important;
    border-radius: 5px;
    top: 25px !important;
    background: var(--color-light) !important;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    z-index: 9;
    top: -30px !important;
}

#flightDeal {
    margin: 0px;
    padding: 0px;
}

.all-slide .slick-prev {
    left: initial;
    right: 56px;
}

.flight-deals .slick-list {
    margin: -10px
}

.serach-eng {
    height: auto;
    background-image: url("/Images/imgs2/bg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*animation: anim_hero 5s infinite alternate;*/
}
/*Search Engine Css OverRight*/
.tabs_hero {
    background-color: transparent;
    box-shadow: none;
    width: 100%;
    padding: 0px;
    padding-bottom: 12px;
}

.tabs_container li button {
    background-color: transparent;
    color: var(--color-white) !important;
    border: none;
    font-size: 18px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

.tabs_container .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--color-white) !important;
}

.serach-Engine {
    background-color: var(--color-white)
}

.trip-type .active {
    box-shadow: none;
}

.tabs_container li button {
    padding: 0px
}

.trip-type li {
    border: none;
    padding: 0px;
    box-shadow: none;
    background: transparent;
}

.trip-type label input[type=radio] ~ span::after {
    width: 24px;
    height: 24px
}

.trip-type label input[type=radio]:checked ~ span::before {
    width: 16px;
    height: 16px;
    top: 4px;
    left: 4px;
}

.trip-type label input {
    position: initial;
}

.trip-type label {
    display: flex;
    align-items: center;
    font-size: 17px;
}

.trip-type li span {
    margin-left: -7px;
}

.trip-type {
    gap: 10px;
}

.serach-Engine {
    margin: 0px;
    margin-top: 14px;
}

.form_holder_common {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.inputField {
    font-size: 18px
}

.airport-name {
    font-size: 13px
}

.from-to .from {
    padding: 5px 15px;
}

.returnlabel {
    font-size: 13px;
}

.from-to {
    width: 40%;
}

.airport-name {
    white-space: initial;
}

.travelsSec {
    width: 20%;
}

.serach-Btn {
    position: initial;
    top: initial;
    left: initial;
    transform: initial;
    width: 11%;
    margin-top: 0px;
    margin-left: 20px;
}

.search-Button {
    width: 100%;
    height: 100%;
}

    .search-Button i {
        font-size: 40px;
    }

@keyframes anim_hero {
    0% {
        background-size: 110% 110%;
    }

    100% {
        background-size: 100% 100%;
    }
}

.banner_title {
    font-size: 45px;
    text-shadow: 1px 1px 3px #333;
    color:var(--color-white);
}

.banner_title2 {
    font-size: 34px;
}

.hero_form {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
}

    .hero_form::after {
        content: "";
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        width: 300px;
        height: 2px;
        background-color: var(--color-light);
        border-radius: 50px;
    }

.hero_tabs {
    gap: 24px;
}

.btns_cont_hero {
    gap: 24px;
}

.hero_tabs button {
    background-color: transparent;
    color: var(--color-white);
    border: none;
    font-size: 18px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .hero_tabs button img {
        height: 28px;
        width: auto;
    }

.linehr {
    height: 25px;
    width: 2px;
    background-color: var(--color-white);
    display: inline-flex;
}

.bg_form_holder {
    background-color: var(--color-light);
    border-radius: 5px;
    padding: 20px 25px !important;
}

.form_control {
    background-color: transparent;
    padding: 0px;
    border: none;
    border-radius: 0px;
}

    .form_control:focus {
        box-shadow: none;
    }

.form_holder {
    background-color: var(--color-white);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 12px;
}

.form_control {
    font-size: 19px;
    font-weight: 700;
}

.form_label {
    color: var(--color-black);
    font-size: 12px;
    margin: 0px;
    opacity: 0.6;
}

.nav_pills_hero li button {
    color: var(--color-black);
    padding: 0px;
}

.nav-link.active {
    background-color: transparent !important;
    color: var(--color-black) !important;
}

.form-check-input:checked {
    background-color: var(--color-bluedark);
    border-color: var(--color-bluedark);
}

.form_check_input:checked[type="radio"] {
    --bs-form-check-bg-image: none;
}

.form-check-input {
    position: relative;
}

    .form-check-input:checked::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        width: 1.4rem;
        height: 1.4rem;
        background-color: transparent;
        border: 1px solid var(--color-bluedark);
    }

.form_check_input {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-left: 0px !important;
    margin-top: 0px;
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
}

.form_check {
    display: flex;
    align-items: center;
    gap: 7px;
    padding-left: 0px;
}

.arrow_turns {
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid var(--color-blue);
    color: var(--color-blue);
    font-size: 13px;
}

.form_icon {
    color: var(--color-blue);
}

    .form_icon i {
        font-size: 26px;
    }

.form_holder_gap {
    gap: 12px;
    height: 100%;
}

.search_btn {
    background-color: var(--color-org);
    border: none;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

    .search_btn img {
        height: 40px;
        width: auto;
    }

.sup_icon {
    background-color: var(--color-bluedark);
    width: 50px;
    height: 50px;
    padding: 12px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sup_content .color-blue {
    font-size: 16px
}

.sup_container {
    gap: 10px;
}
/*Offers*/
.box_shadow {
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.offers_container img {
    border-radius: 4px;
    width: 100%;
    height: auto;
    object-fit: cover;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
}

.arrow_common {
    border: 2px solid var(--color-blue);
    background: var(--color-white);
    z-index: 99;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 14px !important;
    color: var(--color-blue);
    font-weight: 800;
}
/*Destination*/
.des_grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 22px;
}

.des_img {
    position: relative;
}

    .des_img img {
        height: 170px;
        object-fit: cover;
        border-radius: 5px;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
        width:100%;
    }

.des_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    text-align: center;
}

.des_title {
    font-size: 20px;
}

.des_content2 > a {
    color: var(--color-black);
    font-weight: 500;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
    .des_content2 > a:hover{
        color:var(--color-blue);
    }

    .des_content2 > a i {
        font-size: 14px;
    }

.des_hr {
    margin: 30px 0px;
    border-width: 2px;
}

.color_blue_bg {
    background-color: #f5f6fa;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

.swiper-button-prev.arrow_common2 {
    left: initial;
    right: 45px;
}

.swiper-button-next.arrow_common2 {
    right: 0px;
}

.arrow_common2 {
    width: 37px !important;
    height: 37px !important;
    border: 1px solid var(--color-black);
    border-radius: 5px;
    top: 25px !important;
    background-color: var(--color-light);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    z-index: 9;
}

    .arrow_common2.swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after {
        color: var(--color-black) !important;
    }

    .arrow_common2.swiper-button-next:after,
    .swiper-button-prev:after {
        color: var(--color-black) !important;
        /* font-family: "Font Awesome 5 Free";
  content: "\f061";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  color: var(--color-blue);
  font-size: 28px !important;
  margin-left: -23px; */
    }

.padding_top {
    padding-top: 60px;
}

.margin_minus {
    margin-top: -40px;
}

.cal_cont {
    color: var(--color-blue);
    font-weight: 600;
    background-color: #eff2f8;
    padding: 10px;
    height: 35px;
    display: inline-flex;
    border-radius: 5px;
}

.deals_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.deals_container {
    background-color: var(--color-white);
    padding: 14px;
    border-radius: 5px;
    /*box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);*/
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.cal_cont i {
    font-size: 18px;
}

.airline_deal_logo {
    background-color: #eff2f8;
    padding: 10px 12px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    gap: 5px;
    font-weight: 600;
}

    .airline_deal_logo img {
        height: 18px;
        object-fit: contain;
        width: auto;
    }

.deal_title {
    font-size: 20px;
    background: var(--color-blue);
    color: var(--color-white);
    padding: 8px 10px;
    border-radius: 0px 5px 5px 0px;
}

.deals_img img {
    height: 14px;
    width: auto;
}

.deal_starting {
    background-color: var(--color-white);
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 14px;
}
/*Process*/
.process_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.process_img_cont img {
    height: 70px;
    width: auto;
}

.num_c {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 6rem;
    font-weight: 600;
    color: #fbf1ef;
    /* color: var(--color-black); */
    rotate: -90deg;
    translate: -50% -50%;
    z-index: -1;
}

.process_content {
    margin-top: 35px;
}

.after_arrow {
    position: relative;
}

    .after_arrow::after {
        content: "";
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        position: absolute;
        right: -110px;
        top: 50%;
        transform: translateY(-50%);
        width: 220px;
        height: 40px;
        object-fit: contain;
        opacity: 0.2;
    }

.after_arrow_right {
    position: relative;
}

    .after_arrow_right::after {
        content: "";
        background-repeat: no-repeat !important;
        background-position: center;
        background-size: contain !important;
        position: absolute;
        right: -150px;
        top: 50%;
        transform: translateY(-50%);
        width: 220px;
        height: 40px;
        object-fit: contain;
        opacity: 0.2;
    }
/*Top Package*/
.explore_btn {
    background-color: #edf1f6;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: inline-flex;
    padding: 14px 30px;
    gap: 5px;
    font-weight: 600;
    color: var(--color-blue);
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.package_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
}

.package_img img {
    height: 310px;
    object-fit: cover;
    border-radius: 5px;
}

.pack_title {
    font-size: 17px;
}

.deals_slider .swiper-wrapper {
}
/*Customer Reviews*/
.trust_img img {
    height: 60px;
    width: auto;
}

.semi_para {
    font-size: 28px;
}

.semi_para2 {
    font-size: 24px;
}

.process_container {
    z-index: 1;
}
.common_title_cust {
    font-size: 50px;
}

    .common_title_cust span {
        font-size: 60px !important;
    }
/*Customer*/
.customer_bg {
    /*background-image: url("/Images/imgs2/customer-bg.png"); */
    z-index: 1;
}

    .customer_bg::after {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 43%;
        height: 100%;
        background-color: var(--color-darkblue);
        z-index: -1;
    }
/* .customer_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
} */
    .cust_ratings {
    flex-direction: row !important;
}

    .cust_ratings i {
        color: var(--color-org);
        font-size: 14px;
    }

.cust_container {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px;
    background-color: var(--color-white);
    border-radius: 5px;
    z-index: 1;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.2);
    min-height:140px;
}
.tru_img {
    height: 60px;
    width: auto;
}
.testi_slide .swiper-wrapper {
    padding: 20px 0px;
}

.testi_slide .swiper-slide{
    padding-right:20px;

}
.quotes_img {
    position: absolute;
    left: -20px;
    top: -20px;
    z-index: -1;
    opacity: 0.1;
    display: none;
}
.cont_testi_1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: start;
    margin-bottom: 4px;
}
    .quotes_img img {
        height: 60px;
        width: auto;
    }

.apply {
    width: 90px;
    height: 36px;
}

.depart {
    padding: 5px 15px;
}

    .depart .inputField {
        padding: 0px;
    }

.returnlabel {
    top: 27px;
    right: initial;
}

.call-opt .call-tfn {
    font-weight: 600;
    font-size: 20px;
}
.des_img img{
    transition:0.3s
}
.des_img{
    overflow:hidden;
    border-radius: 5px;
}
.des_container:hover .des_img img {
    transform: scale(1.1)
}
.deal-sec{
    padding: 0px;
}
.package_container{
    color: var(--color-black)
}
.package_container:hover{
    color: var(--color-black)
}
.desti_testi{
    position:absolute;
    right:10px;
    bottom:10px;
    font-weight:600;
}
@media screen and (max-width: 1200px) {
    .common_padding {
        padding: 0px 15px;
    }

    .hero_tabs {
        gap: 24px;
    }
}


@media screen and (max-width: 992px) {
    .hero_tabs {
        gap: 16px;
    }

    .banner_title {
        font-size: 35px;
    }

    .banner_title2 {
        font-size: 25px;
    }

    .nav_links {
        background-color: rgba(0, 0, 0, 0.4);
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 99;
        display: none;
    }

        .nav_links ul {
            width: 30%;
            height: 100%;
            background-color: var(--color-white);
            flex-direction: column;
            align-items: flex-start;
            gap: 15px;
            padding: 10px;
        }

    .hero_tabs button {
        font-size: 16px;
    }

    .logo_img img {
        height: 43px;
    }

    .call_icon {
        width: 42px;
        height: 42px;
    }

    .hero_section {
        height: initial;
        padding: 30px 0px;
    }
}

@media screen and (max-width: 768px) {
    .margin_top {
        margin-top: 50px;
    }

    .hero_tabs {
        gap: 14px;
    }
    .common_title_cust span {
        font-size: 40px !important;
    }
    .process_grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 50px 20px;
    }

    .after_arrow::after {
        display: none;
    }
    .customer_bg::after {
        width: 100%
    }
    .after_arrow_right::after {
        display: none;
    }

    .process_img_cont img {
        height: 50px;
    }

    .footer_title {
        font-size: 19px;
    }

    .search_btn {
        padding: 15px 0px;
        font-weight: 500;
    }

        .search_btn img {
            display: none;
        }

        .search_btn p {
            display: initial;
            font-size: 18px;
        }
}

@media screen and (max-width: 568px) {


    .margin_top {
        margin-top: 40px;
    }

    .margin_res {
        margin-top: 130px;
    }

    .common_padding {
        padding: 0px 12px;
    }
    .common_title_cust span {
        font-size: 30px !important;
    }
    .common_title {
        font-size: 25px;
    }

    .hero_tabs button {
        font-size: 17px;
    }

    .hero_form::after {
        width: 200px;
    }

    .bg_form_holder {
        padding: 15px !important;
    }

    .bg_form_holder {
        margin-bottom: -130px;
    }

    .hero_form {
        margin-bottom: 120px !important;
    }


    .arrow_common2 {
        width: 28px !important;
        height: 28px !important;
    }

    .swiper-button-prev.arrow_common2 {
        right: 36px;
    }

    .logo_img img {
        height: 36px;
    }

    .call_title {
        font-size: 16px;
    }

    .sub1 ul li a {
        font-size: 13px;
    }

    .hero_tabs button img {
        height: 27px;
    }

    .call_icon {
        width: 34px;
        height: 34px;
    }

        .call_icon img {
            height: 18px;
        }

    .explore_btn {
        padding: 10px 15px;
        font-size: 14px;
    }

    .banner_title {
        font-size: 20px;
    }

    .banner_title2 {
        font-size: 20px;
        display: none;
    }

    .form_icon i {
        font-size: 20px;
    }

    .form_control {
        font-size: 18px;
    }

    .form_holder {
        padding: 8px 12px;
    }

    .sup_icon {
        width: 45px;
        height: 45px;
    }

    .padding_top {
        padding-top: 50px;
    }

    .des_img img {
        height: 150px;
    }

    .margin_minus {
        margin-top: -35px;
    }

    .offers_container img {
        height: 100px;
    }

    .package_img img {
        height: 200px;
    }

    .pack_title {
        font-size: 16px;
    }

    .pack_content .font_15 {
        font-size: 13px;
    }

    .num_c {
        font-size: 5rem;
    }

    .process_grid {
        grid-gap: 30px 20px;
    }

    .process_content {
        margin-top: 15px;
    }

        .process_content .font_15 {
            font-size: 13px;
        }

    .quotes_img {
        display: none;
    }

        .quotes_img img {
            height: 40px;
        }

    .testi_slide .swiper-wrapper {
        padding: initial;
    }

    .search_btn p {
        font-size: 16px;
        display: initial;
    }

    .search_btn img {
        display: none;
    }

    .footer_ul {
        gap: 7px;
    }

    .footer_icon {
        width: 34px;
        height: 34px;
    }

    footer .font_15 {
        font-size: 12px;
    }

    .hr_cust {
        margin: 10px 0px;
    }

    .footer_ul_bottom li a {
        font-size: 12px;
    }

    .des_title {
        font-size: 17px;
    }

    .arrow_common {
        width: 34px !important;
        height: 34px !important;
    }

    .des_hr {
        margin: 13px 0px;
        border-width: 1px;
    }

    .box_shadow {
        box-shadow: none;
    }

    .arrow_common2 {
        box-shadow: none;
    }

    .deal_title {
        font-size: 20px;
    }

    .offers_container img {
        box-shadow: none;
    }

    .sup_container::after {
        font-family: "Font Awesome 5 Free";
        content: "\f054";
        display: inline-block;
        font-weight: 900;
        color: var(--color-black);
        font-size: 20px;
    }

    .sup_container {
        justify-content: space-between;
    }

    .sup_icon {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 375px) {
    .hero_tabs button {
        font-size: 14px;
    }

    .hero_tabs {
        gap: 11px;
    }

    .footer_ul_bottom li a {
        font-size: 11px;
    }

    .process_content .font_15 {
        font-size: 12px;
    }

    .explore_btn {
        font-size: 13px;
        padding: 8px 10px;
    }

    .arrow_common {
        width: 30px !important;
        height: 30px !important;
    }

    .footer_ul li a {
        font-size: 13px;
    }

    .footer_title {
        font-size: 17px;
    }

    .footer_ul {
        margin-top: 4px !important;
    }
}





.brandpush-logo-container-item {
    height: auto;
    width: 100%;
    position: relative;
    padding: 25px 50px;
}

.brandpush-vertical-center {
    height: inherit;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}

    .brandpush-vertical-center img.brandpush-news-logo {
        max-width: 100px;
        max-height: 66px;
        min-width: 50px;
        min-height: 40px;
        height: auto;
        width: auto;
        margin: 7px 10px;
    }

.brandpush-trust-badge, .brandpush-title, .brandpush-footer {
    font-family: sans-serif !important;
}

    .brandpush-title:before, .brandpush-title:after {
        content: "";
        flex: 1 1;
        border-bottom: 1px solid #d8d8d8;
        margin: auto;
        width: 27%;
        display: block;
        position: relative;
    }

    .brandpush-title:before {
        margin-left: 30px;
        top: 12px;
    }

    .brandpush-title:after {
        margin-right: 30px;
        top: -13px;
    }

@media screen and (min-width: 585px) {
    .brandpush-logo-container {
        padding: 0 20px;
    }
}

@media screen and (max-width: 584px) {
    .brandpush-news-logo {
        max-width: 70px !important;
    }

    .brandpush-title {
        font-size: 15px;
        top: -5px;
        letter-spacing: 6px;
    }

        .brandpush-title:before, .brandpush-title:after {
            border-bottom: none !important;
        }

    .brandpush-leaf {
        display: none !important;
    }
}

@media screen and (max-width: 340px) {
    .brandpush-title-hr {
        display: none !important;
    }

    .brandpush-title {
        font-size: 14px;
        padding: 0 !important;
    }

    .brandpush-footer {
        font-size: 11px !important;
        margin: 20px 0 25px 0 !important;
        letter-spacing: 2px !important;
    }

    .brandpush-news-logo {
        max-width: 50px !important;
    }
}

.brandpush-logo-container {
    text-align: center;
    margin: 0 auto 0 auto;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.brandpush-newslogoa {
    display: inline-block;
    position: relative;
}