.career_page .top_sec {
    padding: 110px 0;
    max-width: 855px;
    margin: 0 auto;
    text-align: center;
}

.career_page .top_sec h2 {
    color: #000000;
    font-size: 60px;
    line-height: 60px;
    font-family: 'itcavantgardestd-demi';
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.career_page .top_sec p {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin: 0;
}

.career_boxes {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 25px;
    padding-bottom: 140px;
}

.career_boxes .career_box {
    width: 32%;
    background: #f8f8f8;
    padding: 35px 25px;
}

.career_boxes .career_box h3 {
    color: #e0252a;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    font-family: 'itcavantgardestd-demi';
}

.career_boxes .career_box h4 {
    color: #000;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}

.career_boxes .career_box ul {
    list-style: none;
    border-top: 1px solid #c3c3c3;
    padding-top: 25px;
    margin-top: 25px;
}

.career_boxes .career_box ul li {
    color: #000000;
    font-size: 14px;
    margin-bottom: 15px;
}

.career_boxes .career_box ul li span {
    font-weight: bold;
}

.career_boxes .career_box a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #463e3e;
    height: 50px;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 25px 0 10px 0;
    transition: all .3s;
}

.career_boxes .career_box a:hover {
    background: #e02329;
}

.career_popup {
    max-width: 1065px;
    padding: 50px;
}

.career_popup h2 {
    color: #000000;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 15px;
}

.career_popup ul {
    list-style: none;
    margin-bottom: 35px;
}

.career_popup ul li {
    margin-bottom: 15px;
    font-size: 14px;
}

.career_popup ul li span {
    font-weight: bold;
}

.career_popup h3 {
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 20px;
}

.career_popup p {
    font-size: 14px;
    line-height: 22px;
}

.career_popup .content_list {
    margin-top: 30px;
}

.career_popup .content_list ul li {
    position: relative;
    padding-left: 15px;
    line-height: 22px;
}

.career_popup .content_list ul li::before {
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    overflow: hidden;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
}


/* News and events page style start here */
.news_events_page {
    padding: 95px 0 100px 0;
}

.news_list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 80px;
}

.news_list .item {
    width: 32%;
}

.news_events_page .top_filter {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 40px;
}

.news_events_page .top_filter h2 {
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    margin: 0 15px 0 0;
    font-family: 'itcavantgardestd-demi';
    font-weight: bold;
}

.news_events_page .top_filter select {
    min-width: 230px;
    padding: 0 20px;
    height: 45px;
    border: 1px solid #d0c5c5;
    border-radius: 30px;
    color: #000000;
    font-size: 14px;
    appearance: none;
    background: url(../images/select_arw.png) no-repeat;
    background-position: 90% 50%;
    outline: none;
}

.news_events_page .hme-news-content {
    padding-right: 45px;
}

/* News and events page style end here */

/* contact page style start here */
#map {
    height: 720px;
}

.contact_page .contact_section {
    display: flex;
    flex-wrap: wrap;
}

.contact_page .contact_section h2 {
    color: #000000;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 50px;
    font-family: 'itcavantgardestd-demi';
}

.contact_page .contact_section h3 {
    font-size: 25px;
    line-height: 25px;
    color: #e02329;
    font-family: 'itcavantgardestd-demi';
    font-weight: bold;
    margin-bottom: 25px;
}

.contact_section .contact_form {
    width: 55%;
    padding: 100px 50px 100px 0;
}

.contact_section .contact_address {
    width: 45%;
    padding: 100px 0px 40px 45px;
    background-color: #f8f8f8;
}

.contact_section ul {
    list-style: none;
}

#career_frm {
    max-width: 800px;
    border-radius: 6px;
}

#career_frm ul,
.contact_form ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
}

#career_frm ul li,
.contact_form ul li {
    width: 100%;
    margin-bottom: 35px;
}

#career_frm .half-width,
.contact_form .half-width,
#career_frm ul li.half-width,
.contact_form ul li.half-width {
    width: 49%;
}

.wpcf7-field-groups {
    width: 100%;
}

.ful-width.add_sec {
    margin: 0;
}

.wpcf7-field-group {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
    justify-content: space-between;
}

#career_frm label,
.contact_form label {
    color: #000000;
    font-size: 14px;
    font-family: 'itcavantgardestd-demi';
    display: block;
    margin-bottom: 5px;
}

#career_frm ul li input,
.contact_form ul li input,
#career_frm ul li textarea,
.contact_form ul li textarea,
#career_frm ul li select,
.contact_form ul li select {
    width: 100%;
    border: 1px solid #e7e4e4;
    height: 55px;
    resize: none;
    border-radius: 5px;
    outline: none;
    font-family: 'itcavantgardestd-bk';
    padding-left: 15px;
}

#career_frm ul li select,
.contact_form ul li select {
    background: url(../images/select_arw.png) no-repeat;
    background-position: 95% 50%;
    appearance: none;
    color: #000000;

}

#career_frm ul li textarea,
.contact_form ul li textarea {
    height: 140px;
    padding-top: 15px;
}

#career_frm input[type="file"] {
    line-height: 55px;
}

#career_frm input[type="submit"],
.contact_form input[type="submit"] {
    max-width: 170px;
    height: 50px;
    line-height: 50px;
    padding: 0px 25px;
    text-align: center;
    background-color: #e02329;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    font-size: 14px;
    border: none;
    text-shadow: none;
    transition: all 0.2s linear;
    font-family: 'itcavantgardestd-demi';
    font-weight: 500;
    letter-spacing: .5px;
}

.contact_form input[type="submit"]:hover {
    background: #000;
}

.contact_address ul {
    display: block;
}

.contact_address ul li {
    margin-bottom: 20px;
}

.contact_address ul li a,
.contact_address ul li p {
    font-size: 16px;
    color: #000000;
    display: flex;
    align-items: center;
}

.contact_address ul li span {
    margin-right: 15px;
    display: inline-block;
    font-size: 17px;
}

.contact_address .adrs_list {
    margin-bottom: 50px;
}

.contact_address ul.social {
    display: flex;
}

.contact_address ul.social li a span {
    margin-right: 30px;
    font-size: 25px;
}

.contact_address ul.social li a {
    color: #463e3e;
}

.contact_address ul li a:hover {
    color: #e02329;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 5px;
}

.location_fliter .location_list {
    background: #463e3e;
}

.location_fliter .location_list ul {
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
}

.location_fliter .location_list a {
    color: #ffffff;
    font-size: 15px;
    line-height: 15px;
    padding: 25px 10px;
    display: block;
    border-bottom: 5px solid transparent;
}

/* .location_fliter .location_list .active a {
    border-color: #e02329;
} */
.location_fliter .location_list li a.active {
    border-color: #e02329;
}

.location_fliter ul {
    list-style: none;
}

.location_fliter .location_boxes {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 40px;
    padding: 90px 0 130px 0;
}

.location_fliter .loc_box {
    width: 32%;
    background: #f8f8f8;
    padding: 35px 30px;
    border-radius: 5px;
}

.location_fliter .loc_box h5 {
    color: #e02329;
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
    font-family: 'itcavantgardestd-demi';
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.location_fliter .loc_box p {
    display: flex;
    color: #000000;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
}

.location_fliter .loc_box .number {
    display: flex;
}

.location_fliter .loc_box a {
    color: #000000;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
    margin-right: 5px;
}

.location_fliter .loc_box p .icon,
.location_fliter .loc_box a .icon {
    margin: 5px 15px 0 0;
    font-size: 18px;
}

.location_fliter .loc_box ul li {
    margin-bottom: 20px;
}

.location_fliter .loc_box ul li:last-child {
    margin-bottom: 0;
}

.location_fliter .loc_box a:hover {
    color: #e02329;
}



/* contact page style end here */


/* news detail page style start here */
.news_detail {
    padding: 90px 0 120px 0;
}

.news_detail .content_section {
    max-width: 700px;
    margin: 0 auto;
}

.news_detail p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 25px;
}

.news_detail .content_img {
    margin: 40px 0 35px 0;
}

.news_detail .related_sec {
    border-top: 1px solid #e5e5e5;
    padding-top: 75px;
    margin-top: 95px;
}

.news_detail .related_sec h2 {
    text-align: center;
    color: #000000;
    font-weight: bold;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    font-family: 'itcavantgardestd-demi';
    margin-bottom: 40px;
}

.main-inner-banner.offer_banner {
    min-height: 710px;
}

.offer_banner .inner-banner-title-main {
    text-align: center;
}

.offer_page {
    padding: 95px 0 100px 0;
}

.offer_page .top_cnt_sec {
    max-width: 935px;
    margin: 0 auto 70px auto;
    text-align: center;
}

.offer_page .top_cnt_sec h3 {
    color: #000000;
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 20px;
}

.offer_page .top_cnt_sec p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.offer_page .offer_list ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.8%;
    row-gap: 55px;
}

.offer_page .offer_list li {
    width: 49%;
}

.offer_page .offer_list h4 {
    color: #e0252a;
    font-size: 22px;
    line-height: 22px;
    margin: 20px 0 0 0;
}

.offer_page .offer_img {
    overflow: hidden;
}

.offer_page .offer_img img {
    transition: all 1s;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.offer_page .offer_img:hover img {
    transform: scale(1.2);
}

.privacy_page {
    padding: 100px 0 150px 0;
}

.privacy_page .container {
    max-width: 760px;
}

.privacy_pag p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 25px;
}

.offer_detail_page {
    padding: 100px 0 0 0;
}

.offer_detail_page .top_offer_sec {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 100px;
}

.offer_detail_page .top_offer_sec .left_cnt {
    width: 70%;
}

.offer_detail_page .top_offer_sec .right_cnt {
    width: 30%
}

.offer_detail_page .top_offer_sec h3 {
    font-size: 60px;
    line-height: 60px;
    font-family: 'itcavantgardestd-demi';
    font-weight: bold;
    margin-bottom: 30px;
}

.offer_detail_page .top_offer_sec p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    padding-right: 110px;
}

.offer_detail_page .offer_img_sec {
    background: #f5f5f5;
    padding-top: 25px;
}

.offer_detail_page .package_sec {
    background: #463e3e;
    padding: 90px 0;
}

.offer_detail_page .package_sec h2 {
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    font-family: 'itcavantgardestd-demi';
    font-weight: bold;
    margin-bottom: 15px;
}

.offer_detail_page .package_sec h4 {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-family: 'itcavantgardestd-bk';
    font-weight: 300;
    margin-bottom: 20px;
}

.offer_detail_page .package_sec .package_set {
    margin-bottom: 30px
}

.offer_detail_page .package_sec .package_set:last-child {
    margin-bottom: 0;
}

.offer_detail_page .package_sec .box_list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
}

.offer_detail_page .package_sec .box {
    width: 29%;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
}

.offer_detail_page .package_sec ul {
    list-style: none;
}

.offer_detail_page .package_sec ul li {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    font-family: 'itcavantgardestd-demi';
    text-transform: uppercase;
}

.offer_detail_page .package_sec ul li:last-child {
    margin-bottom: 0;
}

.offer_detail_page .contact_sec {
    padding: 100px 0;
    max-width: 880px;
    margin: 0 auto;
}

.offer_detail_page .contact_sec h2 {
    font-size: 60px;
    line-height: 60px;
    color: #000;
    text-align: center;
    font-family: 'itcavantgardestd-demi';
    font-weight: bold;
    margin-bottom: 50px;
}

.sps_page .location_fliter .location_list ul {
    column-gap: 70px;
}

.sps_page .top_cnt {
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
    padding: 80px 0;
}

.sps_page .top_cnt h2 {
    font-size: 48px;
    line-height: 55px;
    color: #000000;
    margin-bottom: 25px;
}

.sps_page .spare_parts_sec {
    background: #f8f8f8;
    padding: 85px 0;
}

.sps_page .spare_sec {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sps_page .main-title {
    color: #000;
}

.sps_page .spare_sec h3 {
    margin-bottom: 35px;
}

.sps_page .spare_sec p {
    margin-bottom: 30px;
}

.sps_page .spare_sec .spare_sec_left {
    width: 55%;
    padding-right: 135px;
}

.sps_page .spare_sec .spare_sec_right {
    width: 40%
}

.spare-parts-outlets {
    padding-top: 65px;
}

.sps_page h4 {
    color: #000000;
    font-size: 32px;
    line-height: 32px;
    font-family: 'itcavantgardestd-demi';
    font-weight: bold;
    margin-bottom: 20px;
}

.outlet_box_lists {
    display: flex;
    flex-wrap: wrap;
    column-gap: .8%;
}

.outlet_box_lists .outlet_box {
    width: 15.96%;
    background: #fff;
    padding: 25px 20px 35px 20px;
    border-radius: 8px;
}

.outlet_box_lists .outlet_box h5 {
    margin-bottom: 20px;
    font-size: 20px;
    font-family: 'itcavantgardestd-demi';
    font-weight: bold
}

.outlet_box_lists .outlet_box ul {
    list-style: none;
}

.outlet_box_lists .outlet_box ul li a,
.outlet_box_lists .outlet_box ul li p {
    color: #000000;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
}

.outlet_box_lists .outlet_box ul li {
    margin-bottom: 15px;
}

.outlet_box_lists .outlet_box ul li:last-child {
    margin-bottom: 0;
}

.outlet_box_lists .outlet_box ul li span {
    /* margin-right: 10px; */
    width: 25px;
    display: inline-block;
}

a.link {
    color: #ffffff;
    font-size: 14px;
    height: 40px;
    width: 100%;
    background: #463e3e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin-top: 25px;
    transition: all .3s;
}

a.link:hover {
    background: #e02329;
}

.sps_page .service_sec {
    padding: 95px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sps_page .service_sec .service_left {
    width: 50%
}

.sps_page .service_sec .service_right {
    width: 50%;
    padding-left: 70px;
}

.sps_page .supprt_list {
    padding-bottom: 20px;
}

.sps_page .service_right h3 {
    margin-bottom: 30px;
}

.sps_page .service_right p {
    margin-bottom: 30px;
}

.sps_page .supprt_list ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 25px;
}

.sps_page .supprt_list ul li {
    width: 32%;
    background: #f8f8f8;
    padding: 30px;
    border-radius: 5px;
    min-height: 255px;
}

.sps_page .supprt_list h6 {
    font-size: 22px;
    line-height: 29px;
    font-family: 'itcavantgardestd-demi';
    margin: 20px 0 15px 0;
}

.sps_page .supprt_list p {
    padding-right: 35px;
    margin-bottom: 0;
}

.sps_page .service_center_sec {
    padding: 95px 0;
    background: #f8f8f8;
    display: flex;
    flex-wrap: wrap;
}

.sps_page .service_center_sec .main-title {
    margin-bottom: 0;
}

.sps_page .service_center_left p {
    padding: 20px 120px 10px 0;
}

.service-center_cnt {
    display: flex;
    flex-wrap: wrap;
}

.sps_page .service_center_left {
    width: 40%
}

.sps_page .service_center_right {
    width: 60%;
    padding-left: 35px
}

.location_boxes {
    display: flex;
    flex-wrap: wrap;
    column-gap: 3%;
    width: 100%
}

.location_boxes .location_bx {
    width: 48.5%;
    background: #fff;
    padding: 30px 25px;
    border-radius: 8px;
}

.location_boxes .location_bx h3 {
    font-size: 22px;
    line-height: 22px;
    font-family: 'itcavantgardestd-demi';
    font-weight: bold;
    margin-bottom: 15px;
}

.location_boxes .location_bx .cnt {
    display: flex;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
}

.location_boxes .location_bx a {
    font-size: 16px;
    line-height: 25px;
    color: #000000;
}

.location_boxes .location_bx a:hover {
    color: #e02329;
}

.location_boxes .location_bx .icon {
    font-size: 20px;
    margin: 5px 10px 0 0;
}

.location_boxes .location_bx ul {
    list-style: none;
}

.location_boxes .location_bx ul li {
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 5px;
}

.location_boxes .location_bx ul li:last-child {
    margin-bottom: 0;
}

.spare_offer {
    min-height: 260px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.spare_offer .container {
    height: 100%;
}

.spare_offer_cnt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}

.spare_offer_left {
    width: 50%
}

.spare_offer_left .main-title {
    color: #fff;
    margin-bottom: 20px;
}

.spare_offer_left p {
    color: #fff;
    margin-bottom: 0
}

.spare_offer_right {
    text-align: right;
    width: 50%
}

.spare_offer_right .expore-btn {
    min-width: 170px;
    background: #fff;
    color: #000;
}

.spare_offer_right .expore-btn:hover {
    background: #000;
    color: #fff;
}

.enq_popup {
    max-width: 955px;
    margin: 0 auto;
    padding: 60px 50px;
    /* max-height: 88%; */
}

.enq_popup .contact_form {
    overflow: hidden;
}

.enq_popup h2 {
    font-size: 45px;
    line-height: 45px;
    font-family: 'itcavantgardestd-demi';
    font-weight: bold;
    margin-bottom: 15px;
}

.enq_popup>p {
    color: #303030;
    margin-bottom: 30px;
}

.enq_popup .wpcf7-field-group-add,
.wpcf7-field-group+.wpcf7-field-group .wpcf7-field-group-remove {
    width: 83px;
    height: 55px;
    background: #e02329;
    border-color: #e02329;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 40px;
    border-radius: 8px;
    position: relative;
    padding: 0;
    text-shadow: none;
}

.wpcf7-field-group+.wpcf7-field-group .wpcf7-field-group-add {
    width: 41px;
    border-radius: 0 8px 8px 0;
}

.wpcf7-field-group+.wpcf7-field-group .wpcf7-field-group-remove {
    width: 41px;
    font-size: 0;
    border-radius: 8px 0 0 8px;
}

.wpcf7-field-group+.wpcf7-field-group .wpcf7-field-group-remove::before {
    content: "-";
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    font-size: 40px;
    transform: translate(-50%, -57%);
}

.wpcf7-field-group+.wpcf7-field-group .wpcf7-field-group-remove::after {
    content: "";
    width: 1px;
    height: 32px;
    background: #eb6d71;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}


.tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #222;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 7px 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -70px;
    opacity: 0;
    transition: opacity 0.3s;
    font-weight: 500;
    font-size: 11px;
    text-transform: capitalize;
}

.tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #222 transparent transparent transparent;
}

.half-width .intl-tel-input,
.half-width .wpcf7-form-control-wrap {
    width: 100%;
}

.enq_popup .add_btn:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.enq_popup .add_sec {
    display: flex;
}

.enq_popup .add_sec ul {
    width: 100%;
    margin-left: 0;
}

.enq_popup .add_sec ul li {
    margin-bottom: 0;
}

.enq_popup .add_sec p {
    margin-bottom: 0;
    /* height:80px;
    display: flex;
    align-items: flex-end; */
}

.enq_popup .add_sec li.add_li {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.add_lis_set {
    /* width: calc(100% - 110px); */
    width: 100%;
}

.add_li+p {
    line-height: 1;
    margin: 26px 0 0 0;
    display: flex;
}

.spare_banner .container {
    position: relative;
    height: 100%;
    display: flex;
    min-height: 710px;
    align-items: center;
    justify-content: center;
}

.main-inner-banner.spare_banner {
    min-height: 710px;
}

.spare_banner .banner_logos {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.spare_banner h2 {
    color: #000;
    font-size: 26px;
    line-height: 26px;
    margin: 25px 0;
    font-family: 'itcavantgardestd-demi';
    text-align: center;
}

.spare_banner .spare_pos_image {
    position: absolute;
    right: -135px;
    bottom: -2px;
}

.spare_banner .spare_ps_image {
    position: absolute;
    left: 110px;
    bottom: 0;
}

.main-inner-banner.spare_banner .inner-banner-title-main {
    margin: 0;
}

.spare_filter.sticky {
    position: fixed;
    top: 0px;
    z-index: 500;
    width: 100%;
}

.spare_filter.sticky .location_list a {
    font-size: 14px;
    padding: 15px 10px;
}

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    /* height: 75%; */
    width: 100%;
    border: 1px solid #e7e3e3;
    margin-bottom: 20px;
    text-align: center;
    background: #ffffff;
}

.gallery-top .swiper-wrapper {
    align-items: center;
}

.gallery-thumbs {
    height: 120px;
    box-sizing: border-box;
}

.gallery-thumbs .swiper-slide-container img {
    cursor: pointer;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e7e3e3;
}

.gallery-thumbs img {
    max-height: 90px;
    margin: 0 auto;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
    top: auto;
    bottom: 25px;
}

.swiper-container {
    position: initial;
}

.swiper-container.gallery-thumbs {
    position: relative;
}

.generator-detail-gallery-main {
    position: relative;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: url(../images/g_slider_arw_right.png) no-repeat;
    right: 25px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: url(../images/g_slider_arw_left.png) no-repeat;
    left: -32px;
}

.offer_page .offer_img {
    border: 1px solid #f0f0f0;
}

.loader {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-80px);
}

.location_boxes .mix {
    display: none;
}

/* career page popup loader */
.loader {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-40px);
}


/* ----------------search page--------------- */

.search_page {
    padding: 90px 0;
}

.search_page .item+.item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #dddddd;
}

.search_page .item .search-image {
    max-width: 400px;
    width: 100%;
}

.search_page .item p:empty {
    display: none;
}

.search_page .noproduct {
    margin: 0 auto;
}


.intl-tel-input .country-list .divider {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.intl-tel-input .country-list .country {
    margin-bottom: 5px;
}

.wpcf7 form .wpcf7-response-output {
    text-align: center;
}

.newsletter-msg.newsletter-success {
    position: absolute;
    font-size: 12px;
    bottom: -54px;
}