/*
Theme Name: Sapin
Theme URI: https://wordpress.org/themes/sapin/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Sapin brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.3
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sapin
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

/*@font-face {
    font-family: "Europa-Regular";
    src: url("assets/webfonts/europa.eot"); 
    src: url("assets/webfonts/europa.eot?#iefix") format("embedded-opentype"),
    url("assets/webfonts/europa.woff2") format("woff2"),
    url("assets/webfonts/europa.woff") format("woff"),
    url("assets/webfonts/europa.ttf") format("truetype"),
    url("assets/webfonts/europa.svg#Europa Regular") format("svg"); 
  }*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");
/* Home S
----------------- */
@font-face {
    font-family: "EUROSTIL";
    font-style: normal;
    src: url("assets/fonts/EurostileBold.woff2") format("woff2"), url("assets/fonts/EurostileBold.woff") format("woff"),
        url("assets/fonts/EurostileBold.ttf") format("truetype");

    font-display: swap;
}
@font-face {
    font-family: "euro regular";
    font-style: normal;
    src: url("assets/fonts/EuroRegular.woff2") format("woff2"), url("assets/fonts/EuroTechnic.woff") format("woff"),
        url("assets/fonts/EuroTechnic.ttf") format("truetype");

    font-display: swap;
}
@font-face {
    font-family: "Cylinder";
    src: url("assets/fonts/Cylinder-Black.woff2") format("woff2"),
        url("assets/fonts/Cylinder-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Cylinder";
    src: url("assets/fonts/Cylinder-Black.woff2") format("woff2"),
        url("assets/fonts/Cylinder-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.inner-updates {
    text-align: center;
    padding: 0 10px;
}
body {
    font-family: "Montserrat", sans-serif;
}
body.rtl {
    direction: ltr !important;
}
.inner-updates a {
    text-decoration: none;
    text-align: center;
    display: block;
    outline: none!important;
}
.our-difference {
    position: relative;
    background: #232b3e;
    text-align: right;
    padding: 40px 50px 40px 60px;
    margin: 60px 0;
}
.our-difference:after {
    position: absolute;
    content: "";
    top: 0;
    margin-right: -1px;
    right: 100%;
    width: 60%;
    height: 100%;
    background: #232b3e;
    z-index: -1;
}

.header-wrapper .gNavi li a {
    color: #000;
    transition: all 0.5s;
    font-size: 16px;
    font-weight: 500;
    
}
.header-wrapper .gNavi li a{
    cursor: pointer;
}
.headerLinks .gNavi li ul.sub-menu::before{
top: -14px;
left: 0px;
right: 0px;
position: absolute;
height: 30px;
content: "";
}

.LandbotProactive[data-open="true"]{
    height: 146px!important;
}
.LandbotProactiveContent{
    padding: 0px 14px 0px 0px!important;
}
.blank-timeline-block:nth-child(2) {
    display: none;
}
.home-button-wrap{
    margin-top: 50px;
}
.header-wrapper {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: -180px;
    left: 0px;
    width: 100%;
    transition: all 0.5s;
    background: transparent;
    margin: 0px;
    align-items: center;
}
body:not(.page-template-front-page-templete, .page-template-front-page-ar-template) .en-ar button a,
body:not(.page-template-front-page-templete, .page-template-front-page-ar-template) .en-ar {
    color: #000 !important;
}
body .en-ar button.active a{
    color: #26b4f0!important;
}

body:not(.page-template-front-page-templete, .page-template-front-page-ar-template) .header-wrapper {
    background: #fff;
}
.header-wrapper:hover {
    background: #fff;
}
.header-wrapper:hover .gNavi li a {
    color: #000;
}
.header-wrapper:hover .gNavi .sub-menu li.menu-item a {
    color: #fff;
}
/*.header-wrapper .gNavi .sub-menu li.menu-item a:hover{
    font-weight: normal;
}*/
.our-difference p {
    color: #fff;
}
.header-tab-wrapper,
.headerLinks {
    transition: all 0.5s;
}
.fixed-header .header-wrapper {
    padding: 8px 5px 5px;
    background: #fff;
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.37);
    display: flex;
}
.fixed-header .header-tab-wrapper {
    height: 0;
    opacity: 0;
    z-index: -1;
}
.fixed-header .headerLinks {
    /*margin-top: -41px;*/
}
.fixed-header .header-wrapper .gNavi li a {
    color: #000;
    transition: all 0.5s;
}
.inner-contact-form label.gfield_label {
    direction: rtl;
}
.inner-contact-form label.gfield_label .gfield_required{
    float: right;
}
a.comment-reply-login{
    margin-top: 67px;
    float: left;
    background-color: #7F8C8D!important;
    color: #ffffff!important;
    padding: 0px;
    text-align: center;
    font-size: 13px;
    width: 55px;
}
.our-difference .common-btn {
    box-shadow: none;
}

.fixed-header ul.menu,
ul.menu {
    position: relative;
    top: 13px;
}

.diff-img {
    /* height: 100%;*/
    width: 100%;
    height: auto;
}
.wrapper-opration {
    overflow: hidden;
    padding-top: 30px;
}
.inner-opration.our-difference {
    display: flex;
    text-align: center;
    padding: 30px 72px;
    width: 100%;
    height: 520px;
    border-radius: 50%;
    margin-top: 225px;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.map-wrapper {
    position: relative;
}
.wrapper-map-uae {
    position: relative;
    margin-right: -30px;
}
.uae-map {
    position: absolute;
    top: 151px;
    right: 100%;
    width: 50%;
    margin-right: -162px;
    z-index: 9;
}
.uae-map img {
    width: 100%;
}
.arab-map {
    cursor: pointer;
    width: calc(100% + 20px);
    position: relative;
}
.arab-map img {
    width: 100%;
}
.orange-map {
    display: none;
}
#arab-map.active .orange-map,
#uae-map.active .orange-map {
    display: inline-block;
}
#arab-map.active .blue-map,
#uae-map.active .blue-map {
    display: none;
}
.map-caption {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 14px;
    background: #232b3e;
    margin: -5px 0 0 -12px;
    border-bottom: solid 3px #000;
    border-radius: 50px;
}
.map-caption:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 12px;
    z-index: 999;
    border-top: solid 10px #000;
    border-left: solid 10px #0000;
    border-right: solid 10px #0000;
}
.uae-caption.map-caption {
    min-width: 65px;
    text-align: center;
    top: auto;
    bottom: 40%;
    padding: 2px 10px;
    left: 42%;
}
#arab-map.active .map-caption,
#uae-map.active .map-caption.uae-caption {
    display: block;
}
.inner-opration.our-difference:after {
    display: none;
}
.wrapper-product {
    background: #232b3e;
}
.inner-product {
    text-align: center;
    padding: 20px;
}
.wrapper-prod-img {
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    position: relative;
}
.rtl .footer-col.sapin-ksa-col,
.rtl .footer-col.sapin-uae-col{
    text-align: right;
}
[dir='rtl'] .slick-slide{
    float: left!important;
}
.view-pro {
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #00aeefbf;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.view-pro:hover {
    color: #fff;
    text-decoration: none;
}
.img-product {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
}
.wrapper-prod-img:hover .view-pro {
    opacity: 1;
}
.slick-initialized .slick-slide:focus {
    outline: 0;
}
.gallery-modal .slick-slider{
    max-height: 700px;
    overflow: hidden;
}
.slick-next::before,
.slick-prev::before {
    content: "";
}
[dir="rtl"] .slick-next:before,
[dir="rtl"] .slick-prev:before {
    content: "";
}
.slick-prev {
    background: url(https://sapin.com.sa/wp-content/themes/sapin/assets/img/icon_arrow_l.png) no-repeat scroll
        center center;
    background-size: contain;
    width: 26px;
    left: 30px !important;
    height: 32px;
    margin-top: -22px;
    z-index: 99;
}
.slick-prev:focus,
.slick-prev:hover {
    background: url(https://sapin.com.sa/wp-content/themes/sapin/assets/img/icon_arrow_l.png) no-repeat scroll
        center center;
    background-size: contain;
}
.slick-next {
    background: url(https://sapin.com.sa/wp-content/themes/sapin/assets/img/icon_arrow_r.png) no-repeat scroll
        center center;
    background-size: contain;
    width: 26px;
    right: 30px !important;
    height: 32px;
    margin-top: -22px;
    z-index: 99;
}
[dir="rtl"] .slick-next {
    right: -25px;
    left: auto;
}
[dir="rtl"] .slick-prev {
    right: auto;
    left: -25px;
}
.slick-next:focus,
.slick-next:hover {
    background: url(https://sapin.com.sa/wp-content/themes/sapin/assets/img/icon_arrow_r.png) no-repeat scroll
        center center;
    background-size: contain;
}
.media-det {
    padding: 0 60px;
}
.media-wrapper {
    position: relative;
    width: 527px;
    border-radius: 50%;
    margin-left: auto;
    height: 522px;
    margin-right: 20px;
}
.arabic-media-wraper .media-b span {
    width: 93px;
}
.arabic-media-wraper .media-d span {
    width: 90px;
}
.arabic-media-wraper .media-inner {
    font-size: 12px;
}
.media-inner {
    position: absolute;
    z-index: 99;
}
.media-inner a {
    display: block;
    position: relative;
}
.media-effect {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.media-effect span {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 50%;
    transform: translate(50%, 50%);
    color: #fff;
    font-weight: bold;
    font-size: 17px;
}
.media-inner a:hover .media-effect {
    opacity: 1;
}
.media-a {
    left: 11px;
    top: 0;
}
.media-b {
    left: 357px;
    top: 16px;
}

.media-c {
    left: 0;
    top: 197px;
}
.media-d {
    left: 182px;
    top: 197px;
}
.media-e {
    left: 357px;
    top: 328px;
}
.media-a span {
    left: 86px;
}
.media-b span {
    left: 0;
    margin-left: -13px;
    margin-bottom: -22px;
}
.media-c span {
    left: 32px;
}
.media-d span {
    left: 0;
    margin-left: -5px;
    margin-bottom: -10px;
}
.media-e span {
    left: -23%;
    margin-left: 4px;
    margin-bottom: 16px;
}
.arabic-media-wraper .media-c span{
    left: 10px;
}
.arabic-media-wraper .media-a span{
    left: 100px;
}
.certifications-listing li {
    width: 21%;
}
.brochur-img img {
    width: 100%;
}
.brochur-img-wrap {
    background: #00baff;
    padding: 5px;
    border-radius: 5px;
}
.brochur-img-wrap .brochur-text {
    font-size: 20px;
    padding: 10px;
    color: #fff;
    font-weight: bold;
}
.lb-closeContainer .lb-close{
    position: absolute;
    top: -8px;
    right: -8px;
    width: 30px;
    height: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    box-shadow: 0px 0px 7px 0px #000;
    cursor: pointer;
    z-index: 999;
}
.lightbox{
    width: 100%;
    z-index: 10000;

    position: fixed!important;
    top: 50%!important;
    transform: translateY(-50%)!important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lb-dataContainer{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -36px;
}
.lb-caption{
    color: #fff;
    font-weight: normal;
    position: fixed;
    left: 10px;
    top: 21px;
    font-size: 20px;
    z-index: 9;
}
.video-full-section .exhibition-img-full-wrap {
    width: 100%;
    height: 375px;
    overflow: hidden;
    position: relative;
}
.lightboxOverlay{
    width: 100%!important;
    height: 100%!important;
    position: fixed!important;
    opacity: .95!important;
}

.lb-outerContainer{
    overflow: unset!important;
}
.video-full-section a{
    text-decoration: none;
}
.padding-certification-img {
    padding: 0px 0px 0px 0px;
    width: 14% !important;
}
.certifications-listing li img {
    width: 100%;
}
.photo-download-section{
    margin-bottom: 36px!important;
    padding-top: 0px!important;
}

.highlighted-color {
    font-weight: bold;
    color: #37beee;
}
.award-listing li {
    width: 50%;
    margin: 10px 0;
}
.award-listing li:last-child {
    margin-bottom: 0px;
}
.tab-pane[aria-labelledby="corporate-updates-tab"],
.tab-pane[aria-labelledby="certifications-tab"] {
    margin-bottom: 50px;
}
.corporate-updates-wrap:last-child{
    margin-bottom: 0px!important;
}
.innovation-video-section {
    padding: 40px 0 50px;
}
.service-card-wrap .service-card-icon {
    width: 12%;
}
.service-card-wrap .service-card-text {
    width: 88%;
    line-height: 18px;
    letter-spacing: 0.2px;
    line-height: 24px;
}
.service-card-icon h4 {
    font-size: 18px;
    color: #00aeef;
    font-weight: bold;
    margin: 0px 0 10px;
    line-height: 20px;
}
.service-card-wrap {
    margin: 30px 15px 30px;
}
#service .aerodol-btn-wrap {
    margin-left: 120px;
}
.aerodol-btn-wrap a.common-btn {
    text-transform: capitalize;
    padding: 5px 10px 5px 22px;
}
.service-card {
    padding: 20px 0;
    position: relative;
}

.service-card-text:after {
    position: absolute;
    bottom: 0px;
    left: 12%;
    width: 88%;
    background-color: #ffb811;
    height: 2px;
    content: "";
}
.components-table {
    border-collapse: separate;
    background-color: #000;
}
.components-table th,
.components-table td {
    padding: 2px 6px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
}
.components-table td {
    background: #fff;
}
.components-table thead th {
    border: 0px;
}
.table-font-zero {
    opacity: 0;
}
.components-table .variance-col {
    background: #6ea0b7;
    color: #fff;
    text-align: center;
    font-weight: 600;
}
.common-btn span{
    display: flex;
    align-items: center;
    justify-content: center;
}
.table-main-heading {
    background-color: #37beee;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
.rtl .components-table .head-col {
    white-space: nowrap;
}
.components-table .head-col {
    background: #fff;
    text-align: center;
    color: #000;
    font-weight: bold;
    padding: 2px 5px;
    font-size: 16px;
}
.components-table .title-col {
    background: #fff;
    color: #000;
    text-align: left;
    font-weight: 600;
}
.components-table .title-col.bg-1 {
    background: #203763;
}
.components-table .content-col {
    background: #fff;
    color: #000;
    text-align: center;
    font-weight: 500;
}
.components-table .content-col.bg-2 {
    background: #f7f6f2;
}
.components-table td.table-sub-header {
    text-align: left;
    background: #54beee;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.page-template-front-page-ar-template .header-wrapper .gNavi li a,
.page-template-front-page-templete .header-wrapper .gNavi li a {
    color: #fff;
}

.page-template-front-page-templete .header-wrapper:hover .gNavi li a,
.page-template-front-page-templete .fixed-header .gNavi li a ,
.page-template-front-page-ar-template .header-wrapper:hover .gNavi li a,
.page-template-front-page-ar-template .fixed-header .gNavi li a {
    color: #000;
}
.tab-wrap {
    width: 100%;
}
.tab-wrap .title-tabs .nav-tabs .nav-item a {
    font-size: 16px;
}
.whistleblower-wrap.carrer-form .ginput_container {
    flex: 1 1 calc(100% - 90px);
    max-width: calc(100% - 90px);
    width: 100%;
}
.whistleblower-wrap.carrer-form .gfield .gfield_label {
    max-width: 90px;
    flex: 1 1 90px;
}
.carrer-form:not(.whistleblower-wrap) #field_2_10 {
    margin: 0px !important;
    height: 0px;
}

.tab-wrap .title-tabs .nav-tabs .nav-item:not(:first-child) a {
    padding-left: 10px !important;
    padding-right: 10px !important;

}
.packaging-wrapper .section-wrapper .title,
.photo-gallery-wrapper .section-wrapper .title {
    position: absolute;
    top: 120px;
}
#aerosol .aerodol-btn-wrap {
    margin-left: 0;
}
.whistleblower-wrap .gform_wrapper ul.gform_fields li .gfield_description {
    left: 90px;
}
.whistleblower-wrap #field_3_6 {
    position: relative;
    top: 0px;
}

.whistleblower-wrap #field_3_6.gfield.gfield_error {
    top: 10px;
}
#field_2_7.gfield.gfield_error {
    top: 10px;
}
/* footer site map */
.address-responsive-wrap {
    display: none;
}
.site-map-footer-wrap {
    width: 100%;
}

.site-map-footer-wrap .site-map-footer-manu > li > span a {
    position: relative;
}
.site-map-footer-wrap .site-map-footer-manu > li .sub-menu a {
    color: #fff;
    /* transition: all 0.5s; */
}
.site-map-footer-wrap .site-map-footer-manu > li .sub-menu a:hover {
    display: block;
    text-decoration: none;
    font-weight: 600;
}
.gform_wrapper .gfield_error .gfield_label {
    color: #000 !important;
}
.site-map-footer-wrap .site-map-footer-manu > li > span a::before {
    position: absolute;
    bottom: -9px;
    width: 30px;
    height: 2px;
    background: #00aeef;
    left: 0;
    content: "";
}
.site-map-footer-wrap .site-map-footer-manu > li > span {
    color: #fff;
    font-weight: bold;
    min-height: 44px;
    display: block;
    font-size: 16px;
}
ul.menu.site-map-footer-manu > li {
    position: relative;
    padding-bottom: 60px;
}
ul.menu.site-map-footer-manu > li ul.sub-menu + ul {
    position: absolute;
    bottom: 0px;
    top: auto !important;
}

.site-map-footer-wrap .site-map-footer-manu > li {
    flex: 1 1 25%;
    max-width: 25%;
    width: 100%;
}
.site-map-footer-wrap .site-map-footer-manu {
    width: 100%;
    display: flex;
    top: 0px;
}
.site-map-footer-wrap .site-map-footer-manu li {
    flex: 1 1 100%;
    max-width: 100%;
}
.site-map-footer-wrap .site-map-footer-manu > li {
    padding: 0px 5px;
}
a.vision-wrap {
    width: 100%;
}
a.vision-wrap img {
    width: 144px;
}

.social-logo-link a {
    margin-bottom: 20px;
    text-align: right;
}
.inner-contact-form .gform_confirmation_message, .whistleblower-form .gform_confirmation_message{
    padding: 40px;
    background: #fff;
    width: calc(100% - 22px);
    left: -7px;
    position: relative;
    box-shadow: 0 -1px 14px 0 rgba(0,0,0,.2);
    margin-right: 0px!important;
    text-align: center;
}
/* .gform_validation_error #field_4_6:not(.gfield_error), .gform_validation_error #field_3_6:not(.gfield_error){
    top: -16px;
} */
.contact-form .inner-contact-form ul li ul{
    margin-right: 0px!important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .about-wrapper .section-wrapper .title{
        top:-143px;
    }
    .locations-tile.location-2{
        flex: 1 1 100%;
    }
    .img-scan-wrap img{
        width: 100px;
    }
    .position-name{
        flex:1 1 100%;
        height: 30px;
    }
    .position-no{
        flex: 1 1 100%;
        height: 30px;
    }
    .position-vacancy{
        height: 30px;
    }
    .social-link.social-logo-link.footer-col.vision-col .d-flex a[title="linkedIn"]{
        width:130px;
    }
        
  
    .social-link.social-logo-link.footer-col.vision-col .d-flex a[title="Map"]{
        width:120px
    }
    .social-link.social-logo-link.footer-col.vision-col .d-flex a{
    width: 100%;
}

}

@media screen\9 {
 
    .social-link.social-logo-link.footer-col.vision-col .d-flex a[title="linkedIn"]{
        width:130px;
    }
       
    
    .social-link.social-logo-link.footer-col.vision-col .d-flex a[title="Map"]{
        width:120px
    }
    .social-link.social-logo-link.footer-col.vision-col .d-flex a{
     width: 100%;
 }
}

@media \0screen {
 
    .social-link.social-logo-link.footer-col.vision-col .d-flex a[title="linkedIn"]{
        width:130px;
    }
       
   
    .social-link.social-logo-link.footer-col.vision-col .d-flex a[title="Map"]{
        width:120px
    }
    .social-link.social-logo-link.footer-col.vision-col .d-flex a{
     width: 100%;
 }
}


@media \0screen\,screen\9 {
 
    .social-link.social-logo-link.footer-col.vision-col .d-flex a[title="linkedIn"]{
        width:130px;
    }
      

    .social-link.social-logo-link.footer-col.vision-col .d-flex a[title="Map"]{
        width:120px
    }
    .social-link.social-logo-link.footer-col.vision-col .d-flex a{
     width: 100%;
 }
}

@media screen and (min-width:0\0){
 .social-link.social-logo-link.footer-col.vision-col .d-flex a{
     width: 100%;
 }
}
.contact-form .inner-contact-form #gform_confirmation_message_6.gform_confirmation_message{
    width: 100%;
}
.contact-form .gform_wrapper .gform_ajax_spinner{
    position: absolute;
    bottom: -20px;
}
.social-logo-link {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
}
/* footer site map end */
.about-wrapper .icon-column.about-us-logo-wrap {
    margin-left: -12px;
}
.about-wrapper .icon-column.about-us-logo-wrap li {
    flex: 1;
    width: auto;
}
.about-wrapper .icon-column.about-us-logo-wrap img {
    min-width: 100%;
    width: 100%;
    padding: 0px 16px;
}
.download-img-preview .brochur-img .brochur-img-main-wrap{
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #1f2a3f;
}
.download-img-preview .brochur-img{
    position: relative;
    padding-top: 141%;
}
.about-us-logo-wrap .ministery-logo {
    min-width: 110px!important;
    flex: 1 1 110px!important;
    width: 100%!important;
}
.contact-form #validation_message_1_2{
    white-space: nowrap;
}
.contact-form .gform_wrapper li#field_1_1,
.contact-form .gform_wrapper #field_1_2 {
    padding-right: 15px;
}
.contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label{
    margin-top: 0px!important;
}
.contact-form .gform_wrapper li.gfield.gfield_error {
    padding-top: 0px !important;
    background: transparent !important;
    border: none !important;
    padding-bottom: 0px !important;
    margin-bottom: 15px !important;
}
#field_1_6 label {
    display: none !important;
}
#validation_message_2_10,
#validation_message_3_9 {
    left: 0px;
}
#field_3_6.gfield_error {
    margin-top: 24px;
}
.responsive-main-page-wrap {
    display: none;
}
.rtl #validation_message_2_10,
.rtl #validation_message_3_9 {
    right: 15px !important;
    bottom: -20px !important;
}
html[dir="rtl"] .gform_wrapper.gform_validation_error ul.gform_fields li.gfield {
    padding-right: 16px !important;
}
.career-scan-wrap .another-btn:hover span i{
    color: #fff;
} 
.career-scan-wrap .another-btn:hover span{ 
    background: #222b3e;
}
.aersol-mail-wrap {
    margin-bottom: 50px;
}
.aerodol-btn-wrap.table-btn-wrap{
    margin-top: 30px;
}
.property_listing .carousel{
    width: 100%;
}

.property_listing .listing-unit-img-wrapper{
    width: 100%;
}

.home .product-slider .wrapper-prod-img .img-product{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.home .product-slider .slick-prev{
    left: -25px!important;
}
.home .product-slider .slick-next{
    right: -25px!important;
}

.home .product-slider .wrapper-prod-img{
    position: relative;
    padding-top: 100%;
    width: 100%;
}
.footer-wrapper p{
    
}
@media screen and (min-width: 1600px) {
    .packaging-wrapper .section-wrapper .title,
    .photo-gallery-wrapper .section-wrapper .title {
        position: absolute;
        top: 110px;
    }
    ul.menu.site-map-footer-manu > li ul.sub-menu + ul{
        bottom: 20px;
    }
    ul.menu.site-map-footer-manu > li{
        padding-bottom: 80px;
    }
}
@media screen and (max-width: 1900px) {
    .site-map-footer-wrap .site-map-footer-manu > li > span {
        min-height: 60px;
    }
    ul.menu.site-map-footer-manu > li ul.sub-menu + ul span {
        min-height: unset;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
     ul.menu.site-map-footer-manu > li{
        padding-bottom: 100px;
    }
    ul.menu.site-map-footer-manu > li ul.sub-menu + ul{
            bottom: 30px;
    }
       .footer-wrapper p {
        font-size: 12px;
    }
    .footer-wrapper p:nth-last-child(2){
           margin-bottom: 35px;
    }
}
@media screen and (max-width: 1200px) {
    .inner-opration.our-difference {
        margin-top: 160px;
    }
    .arab-map {
        width: calc(100% - 15px);
    }
    .uae-map {
        top: 92px;
        margin-right: -146px;
    }
    .media-wrapper {
        margin-right: 0;
    }
}

@media screen and (max-width: 991px) {
    .about-wrapper .icon-column.about-us-logo-wrap li{
        flex: 1 1 100px!important;
        max-width: 100px!important;
    }
    .fixed-header .header-wrapper {
        padding: 8px 5px 12px;
    }

    .inner-updates {
        text-align: center;
        padding: 0;
    }
    .img-product {
        height: 170px;
    }
    .slick-next {
        right: 0 !important;
    }
    .slick-prev {
        left: 0 !important;
    }
    .arab-map {
        width: calc(100% - 0px);
    }
    .uae-map {
        top: 15px;
        margin-right: -140px;
    }
    .inner-opration.our-difference {
        margin-top: 80px;
    }
    .map-caption {
        font-size: 12px;
        margin: -16px 0 0 5px;
    }
    .our-difference {
        padding: 25px 20px 30px 20px;
        margin: 15px 0;
    }
    .diff-img {
        height: auto;
    }
    .media-det {
        width: 100%;
        padding: 0;
    }
    .media-wrapper {
        width: 400px;
        height: 400px;
    }
    .media-a {
        left: 8px;
        top: 0;
    }
    .media-a a > img {
        width: 252px;
    }
    .media-b {
        left: 268px;
        top: 11px;
    }
    .media-c {
        left: 0;
        top: 150px;
    }
    .media-c a > img {
        width: 128px;
    }
    .media-d {
        left: 137px;
        top: 150px;
    }
    .media-d a > img {
        width: 123px;
    }
    .media-e {
        left: 268px;
        top: 250px;
    }
    .media-e a > img {
        width: 125px;
    }
    .media-effect span {
        font-size: 14px;
    }
    .media-a span {
        left: 65px;
    }
    .media-d span {
        margin-bottom: 0;
    }
    .table-main-heading {
        width: 980px;
    }
    
    .rtl .table-main-heading {
        width: 935px;
    }
.packaging-solution-inner{
    display: table;
}

    .packaging-wrapper p br {
        display: none;
    }

    .service-card-wrap .service-card-icon {
        width: 20%;
    }
    .service-card-wrap .service-card-text {
        width: 80%;
    }

    #service .aerodol-btn-wrap {
        margin-left: 0;
    }

    .career-cotainer{
        padding: 0px 15px;
    }
    .career-page-img .tab-right-img{
        height: 400px;
        padding-bottom: 0px;
    }
    .about-us-logo-wrap{
        align-items: center;
    }
    .about-us-logo-wrap .ministery-logo {
        min-width: 110px!important;
        flex: 1 1 110px!important;
        width: 100%!important;
    }
    .position-mobile-wrap .position-list-wrap .position-no{
        flex: 1 1 100%;
        max-width: 100%;
        padding: 0px; 
    }
 
}
@media screen and (max-width: 767px) {
  
    .inner-updates {
        padding: 0 0 20px;
    }
    .innovation-video-section {
        padding-bottom: 0px;
    }
    .aerodol-btn-wrap {
        margin-left: 0;
    }
    /*   .packaging-wrapper .nav.nav-tabs li:nth-child(4) a.nav-link{
        padding-left: 0;
    }*/
    .img-product {
        height: 200px;
    }
    .arab-map {
        width: 100%;
    }
    .arab-map img {
        width: 70%;
    }
    .aerodol-btn-wrap a.common-btn {
        min-width: 140px;
    }
    .service-card-wrap .service-card-icon,
    .service-card-wrap .service-card-text {
        width: 100%;
    }
    .service-card-wrap .service-card-icon {
        margin-bottom: 10px;
    }

    .service-card {
        text-align: center;
    }
    .uae-map {
        top: 0;
        margin-right: 0;
        right: 0;
        margin-top: -455px;
        text-align: center;
    }
    .uae-map img {
        width: 70%;
    }
    .map-caption {
        left: 34%;
    }
    .wrapper-map-uae {
        margin-right: 0;
    }
    .wrapper-opration .col-md-6.justify-content-end {
        justify-content: center !important;
    }
    .inner-opration.our-difference {
        margin-top: 40px;
        padding: 20px;
        border-radius: 0;
        width: 100% !important;
        height: auto !important;
        min-height: 300px;
    }
    .our-difference-inner-div {
        max-width: 100% !important;
    }
    .diff-img {
        margin: 0 auto;
        display: block;
        max-width: 400px;
    }
    .our-difference {
        padding: 20px;
        margin: 30px 0 0;
        text-align: center;
    }
    .our-difference:after {
        display: none;
    }
    .media-wrapper {
        width: 400px;
        height: 400px;
        margin: 0 auto 30px;
    }
  
}
@media screen and (max-width: 700px) {
    .uae-map {
        margin-top: -420px;
    }
}
@media screen and (max-width: 650px) {
    .uae-map {
        margin-top: -360px;
    }
}
@media screen and (max-width: 600px) {
    .uae-map {
        margin-top: -300px;
        text-align: left;
        right: -35px;
    }
    .arab-map img {
        width: 350px;
    }
    .uae-map img {
        width: 200px;
    }
    .map-caption {
        left: 25%;
    }
    .uae-caption.map-caption {
        left: 15%;
        min-width: 52px;
        padding: 2px 5px;
        font-size: 11px;
    }
    
}
@media screen and (max-width: 576px) {
    .inner-product {
        padding: 0 20px;
    }
    .img-product {
        height: 150px;
        width: 150px;
    }
    .inner-product .subTitle {
        margin-top: 5px !important;
    }
    .slick-next {
        right: 10px !important;
    }
    .slick-prev {
        left: 10px !important;
    }
    .media-wrapper {
        width: 280px;
        height: 280px;
    }
    .media-a {
        left: 7px;
    }
    .media-a a > img {
        width: 176px;
    }
    .media-b {
        left: 187px;
        top: 8px;
    }
    .media-c {
        top: 103px;
    }
    .media-c a > img {
        width: 90px;
    }
    .media-d {
        left: 95px;
        top: 103px;
    }
    .media-d a > img {
        width: 87px;
    }
    .media-e {
        left: 187px;
        top: 175px;
    }
    .media-e a > img {
        width: 89px;
    }
    .media-effect span {
        font-size: 11px;
    }
    .media-a span {
        left: 40px;
    }
    .media-b span {
        margin-left: -8px;
    }
    .media-c span {
        left: 18px;
    }
    .certifications-listing {
        margin-top: 30px !important;
    }
}
@media screen and (max-width: 500px) {
    .map-caption {
        left: 37%;
    }
    .arab-map img {
        width: 290px;
    }
    .uae-map img {
        width: 180px;
    }
    .uae-map {
        margin-top: -280px;
        right: 0;
    }
}
@media screen and (max-width: 400px) {
    .uae-map {
        margin-top: -213px;
    }
    .arab-map img {
        width: 220px;
    }
    .uae-map img {
        width: 150px;
    }
}
/* Home E
----------------- */
/*Home RTL S
------------------*/
.lang-rtl .wrapper-product {
    direction: ltr;
}
.lang-rtl .another-difference.our-difference {
    text-align: left;
    padding: 40px 60px 40px 50px;
}
.lang-rtl .another-difference.our-difference:after {
    right: auto;
    left: 100%;
    margin-right: 0;
    margin-left: -1px;
}
.lang-rtl .diff-wrapper-img {
    text-align: right;
}
.lang-rtl .media-wrapper {
    margin-left: 20px;
    margin-right: auto;
}
.lang-rtl .update-title {
    text-align: right !important;
}
.arab-map.map-rtl,
.lang-rtl .arab-map,
.uae-map.uae-map-rtl,
.lang-rtl .uae-map {
    display: none;
}
.lang-rtl .arab-map.map-rtl,
.lang-rtl .uae-map.uae-map-rtl {
    display: block;
}
.lang-rtl .uae-map {
    right: 0;
    margin-right: -120px;
}
.lang-rtl .map-caption {
    margin: -5px 0 0 15px;
}
.lang-rtl .map-caption:after {
    left: auto;
    right: 12px;
}
.lang-rtl .wrapper-map-uae {
    margin-left: -15px;
}
@media screen and (max-width: 1200px) {
    .lang-rtl .media-wrapper {
        margin-left: 0;
    }
    
}
@media screen and (max-width: 991px) {
    .lang-rtl .another-difference.our-difference {
        padding: 25px 20px 30px;
    }
    .lang-rtl .map-caption {
        margin: -16px 0 0 0;
    }
    .home-button-wrap{
        margin-top: 30px;
    }
}
@media screen and (max-width: 900px) {
    .lang-rtl .uae-map {
        margin-right: -65px;
    }
}
@media screen and (max-width: 767px) {
    .lang-rtl .another-difference.our-difference {
        padding: 20px;
        text-align: center;
    }
    .lang-rtl .diff-wrapper-img {
        text-align: center;
    }
    .lang-rtl .media-wrapper {
        margin-left: auto;
    }
    .lang-rtl .update-title {
        text-align: center !important;
    }
    .lang-rtl .arab-map,
    .lang-rtl .uae-map {
        display: block;
    }
    .lang-rtl .arab-map.map-rtl,
    .lang-rtl .uae-map.uae-map-rtl {
        display: none;
    }
    .lang-rtl .uae-map {
        margin-right: 0;
    }
    .lang-rtl .map-caption {
        margin: -16px 0 0 0;
    }
    .lang-rtl .map-caption:after {
        left: 12px;
        right: auto;
    }
    .home-button-wrap{
        margin-top: 0px;
    }
}

/*Home RTL E
------------------*/
/*css for max width 1020*/
@media screen and (min-width: 1600px) {
    .another-difference {
        padding: 150px 50px 150px 60px;
    }
}
@media (min-width: 1200px) and (max-width: 1599px) {
    .another-difference {
        padding: 60px 50px 60px 60px;
    }
    .another-difference p {
        font-size: 18px;
    }
    .view-pro {
        font-size: 24px;
    }
    .product-slider .view-pro{
        font-size: 20px;   
    }
    .title {
        font-size: 50px;
    }
    .another-difference .media-effect span {
        font-size: 18px;
    }
}
@media screen and (min-width: 1400px) {
    .container {
        max-width: 1240px;
    }
}
@media screen and (min-width: 1600px) {
    .container {
        max-width: 1440px;
    }
}
@media screen and (min-width: 1900px) {
    .container {
        max-width: 1740px;
    }
}
.page-template-front-page-ar-template .en-ar button a,
.page-template-front-page-ar-template .en-ar ,
.page-template-front-page-templete .en-ar button a,
.page-template-front-page-templete .en-ar {
    color: #fff;
}
.page-template-front-page-templete .header-wrapper,
.page-template-front-page-ar-template .header-wrapper{
    background: transparent!important;
}
.page-template-front-page-templete .header-wrapper:hover,
.page-template-front-page-ar-template .header-wrapper:hover{
    background: #fff!important;
}
.fixed-header .header-wrapper{
    background: #fff!important;
}
.header-wrapper{
    background: #fff!important;
}
.header-wrapper:hover .en-ar button a,
.header-wrapper:hover .en-ar {
    color: #000;
}
/*body:not(.page-id-5) .header-wrapper .en-ar button a, body:not(.page-id-5) .header-wrapper .en-ar{*/
/*    color: #000; */
/*}*/
/*.header-wrapper .gNavi li a{
    color: #fff;
}*/
/*body:not(.page-id-5) .header-wrapper .gNavi li a {
    color: #000;
}*/
.fixed-header .en-ar button a {
    color: #000;
}
/*Capability S
------------------*/
.about-wrapper {
    padding-top: 100px;
}
.about-wrapper .section-wrapper,
.packaging-wrapper .section-wrapper,
.photo-gallery-wrapper .section-wrapper {
    position: relative;
    padding: 180px 0 0;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-top: none;
    color: #37beee;
}
.section-wrapper.about-us-section {
    padding: 0px 0 0;
}
.section-wrapper.about-us-section .tab-wrap .tab-pane {
    padding: 275px 0 0;
}
.about-wrapper {
    padding-top: 0px;
}
.section-wrapper.about-us-section .tab-wrap .big-title,
.capability-section.section-wrapper .tab-wrap .big-title {
    position: absolute;
    top: 208px;
}
.about-wrapper .section-wrapper .title {
    position: absolute;
    top: -130px;
}
.rtl .about-wrapper .section-wrapper .title {
    position: absolute;
    top: -140px;
}

.media-main-section {
    overflow: hidden;
}
.common-banner-wrap .title {
    display: none;
}
.common-banner-wrap.why-sapin-banner-wrap{

}
.packaging-wrapper p {
    line-height: 16px;
}
.rtl .service-card-wrap .service-card-text{
    direction: rtl;
}

.rtl .packaging-wrapper p{
    direction: rtl;
}
.about-wrapper .tab-content h2 {
    color: #37beee;
    border-bottom: 1px solid rgba(55, 190, 238, 0.22);
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.about-wrapper .icon-column img {
    min-width: 100px;
    max-width: 100px;
}
.about-wrapper .icon-column {
    margin-left: -30px;
}
.about-wrapper .icon-column li {
    width: 20%;
}
.about-wrapper .icon-column.d-flex {
    flex-wrap: wrap;
    align-items: center;
}
.about-wrapper .d-flex.value-section{
    align-items: flex-start;
}
.about-wrapper .icon-column.enviornment-listing li {
    position: relative;
    width: 22%;
}
.enviornment-listing li:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #ccc;
    content: "";
}
.enviornment-listing li:last-child:after {
    display: none;
}
.inner-why-sapin {
    padding: 0 50px;
}
.about-wrapper .tab-content {
    position: relative;
}
.title-tabs {
    padding: 8px 0px;
    border-top: solid 1px rgba(87, 169, 223, 0.38);
    display: inline-block;
}
.title-tabs .nav-tabs {
    border-bottom: 0px !important;
}
.title-tabs a.nav-link {
    display: inline-block;
    color: #afaeae;
    font-size: 16px;
    padding: 0 10px;
    border-right: solid 1px #afaeae;
    line-height: 20px;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 0px !important;
}
.title-tabs a.nav-link.active {
    color: #37beee;
    border-color: transparent #afaeae transparent transparent;
}
.title-tabs li:first-child a.nav-link {
    padding-left: 0;
}
.title-tabs li:last-child a.nav-link {
    border: 0;
}
.sapin-list-wrapper li {
    margin-bottom: 6px;
    font-size: 16px;
}
.sapin-list-wrapper li img {
    margin-right: 5px;
}
.cir-wrapper {
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
    padding: 12px 0 0;
}
.cir-inner {
    width: 550px;
    height: 550px;
    background: #29abe2;
    border-radius: 50%;
    margin-right: -30px;
    justify-content: center;
    display: flex;
    overflow: hidden;
    align-items: flex-end;
}
.cir-inner img {
    height: 90%;
}
.top-cir {
    position: absolute;
    right: 320px;
    top: 0;
    border-radius: 50%;
    width: 220px;
    height: 220px;
    background: #162d3f;
    padding: 20px 35px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: solid 20px #181d2b;
}
.inner-top-cir {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
}
.inner-top-cir span {
    font-weight: 300;
}
.mid-title.title {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 40px;
}
.font-s-16 {
    font-size: 16px;
}
.about-text {
    font-size: 16px;
    color: #010101;
}
.tab-right-img {
    text-align: right;
    position: relative;
    right: -50px;
    top: -50px;
    height: auto;
}
.tab-right-img-wrap {
    padding: 0px 50px;
}
.tab-right-img img {
    max-width: 100%;
    max-height: 100%;
}
.why-sapin-listing li {
    position: relative;
    margin: 5px 0;
    font-weight: 400;
    margin-left: 25px;
}
.why-sapin-listing li:before {
    content: "";
    width: 27px;
    height: 27px;
    background-image: url(https://sapin.com.sa/wp-content/uploads/2020/07/listingtick.png);
    background-repeat: no-repeat;
    top: -2px;
    left: -30px;
    position: absolute;
    display: inline-block;
    background-position: center center;
    background-size: 16px;
}
.employee-page-wrap {
    padding: 70px 0 0px;
}
.employee-page-wrap .inner-banner{
    background-position: left center;
}
.whistleblower-page-wrap {
    padding: 103px 0 50px;
}
.employee-page-wrap .border-heading {
    margin: 50px 0 110px 116px;
}
.employee-page-wrap h1,
.whistleblower-page-wrap h1 {
    font-size: 30px;
}
.whistleblower-page-wrap .border-heading {
    margin: 50px 0 40px 0;
}
.whistleblower-wrap form{
    position: relative;
} 
.whistleblower-wrap.carrer-form [type="submit"]{
    height: 50px;
}
.whistleblower-wrap.carrer-form .gform_footer.top_label{
    bottom: 4px;
}
.rtl .whistleblower-wrap.carrer-form .gform_validation_error .gform_footer.top_label {
    bottom: 18px;
}

.border-heading span {
    position: relative;
}
.border-heading span:after {
    position: absolute;
    content: "";
    bottom: -4px;
    left: 0;
    width: 130%;
    height: 2px;
    background: #37beee;
}
.employee-page-wrap a,
.photo-gallery-content a {
    text-decoration: none;
}
.employee-page-wrap h4,
.photo-gallery-content a h4 {
    color: #4da8eb;
    font-size: 20px;
    margin: 20px 0;
}
.photo-gallery-content a h4{
    margin-bottom: 0px;
    line-height: 17px;
}
.employee-img-wrap {
    height: 160px;
    text-align: center;
}
.form-img {
    height: 200px;
}
.employee-img-wrap img,
.form-img img {
    max-width: 100%;
    max-height: 100%;
}
.employee-content {
    width: 33.33%;
}
.employee-content-wrap {
    margin: 0 0 90px;
    position: relative;
}
.employee-content-wrap:after {
    position: absolute;
    bottom: -40px;
    left: 50%;
    width: 70%;
    height: 1px;
    transform: translate(-50%, -50%);
    background: #4da8eb;
    content: "";
}
.inner-banner {
    background: url("https://sapin.com.sa/wp-content/uploads/2020/08/Whistleblower.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px;
    min-height: 350px;
    background-position: center center;
}
.whistleblower-form {
    margin: 0px 0;
}
.whistleblower-form .validation_error {
    display: none;
}
.whistleblower-form .gform_wrapper li.gfield.gfield_error {
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
}
.whistleblower-form .gform_wrapper .validation_message {
    padding: 0;
    color: red;
    position: absolute;
}
.whistleblower-form .gform_wrapper ul.gform_fields li {
    position: relative;
}

.whistleblower-form .form-btn-wrap button {
    min-width: 240px;
    text-align: left;
}
.whistleblower-form label {
    font-weight: 600;
    width: 130px;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(https://sapin.com.sa/wp-content/uploads/2020/07/download.png) !important;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: 95% center !important;
    padding-right: 24px !important;
    cursor: pointer !important;
}

.whistleblower-form input,
.whistleblower-form textarea,
select.form-control:not([size]):not([multiple]) {
    border-color: #a7a7a7;
    height: 32px;
    border-radius: 6px;
    background: transparent;

    padding-top: 4px;
    font-size: 14px;
    color: #adabab;
}
::placeholder {
    color: #adabab !important;
}
.whistleblower-form textarea {
    height: 200px;
}
.color-red {
    color: red;
}
.whistleblower-form select {
    width: 40%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
}
.gNavi ul li ul {
    min-width: 350px;
}

.gNavi {
    padding: 0 60px 0 0;
}
.aerosol-prduct-specification h4 {
    color: #37beee;
    font-size: 14px;
    font-weight: bold;
}
.aerosol-prduct-detail {
    border-bottom: 3px solid #ffb400;
    margin-bottom: 30px;
}
.aerodol-btn-wrap a {
    display: inline-block;
}
.gallary-img-wrap {
    height: 200px;
    text-align: center;
}
.gallary-img-wrap img {
    max-width: 100%;
    max-height: 100%;
}
.career-scan-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
/* career-position */
.position-list-wrap{
    display: flex;
    margin-bottom: 15px;
}
.position-name{ 
    flex: 1 1 calc(100% - 200px);
    padding-left: 8px;
    padding-right: 8px;
    max-width: calc(100% - 200px);
}
.position-no{
    flex: 1 1 100px;
    padding-right: 8px;
    max-width: 100px;
}

.position-vacancy{
    flex: 1 1 100px;
    padding-left: 8px;
    max-width: 100px;
}
.button-scan-wrap .common-btn{
    height: 48px;
       min-width: 260px;
       cursor: pointer;
       text-align: left !important;
       border-bottom: solid 4px #ccc;
       z-index: 2;
       padding: 4px 10px 10px 22px;
       text-decoration: none;
       background: #eef0f0;
       color: #000;
       border-color: #bbc6c8;
       box-shadow: 2px 2px 4px #ccc;
       border-right: 0px !important;
       font-weight: bold;
       font-size: 1em;
       width: auto;
       margin: 0 10px 0 0;
    }
    .button-scan-wrap .cr-btn-arabic-wrap{
        min-width: 170px;
    }
.position-status-heading{
    font-size: 20px;
    border-bottom: 2px solid #37beee;
    color: #37beee;
    margin-bottom: 15px;
    padding-bottom: 0px;
}  
.button-scan-wrap{
    max-width: 220px;
    flex: 1 1 220px;
}
.img-scan-wrap{
    flex: 1 1 auto;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-scan-wrap img {
    flex: 1 1 100px;
    max-width: 100px;
}
.position-list-tile.position-name span {
    background: #37beee;
    width: 100%;
    display: block;
    border-radius: 50px;
    text-align: left;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 30px;
    padding: 2px;
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
    font-size: 14px;
    font-weight: bold;
} 
.position-list-wrap{
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.career-page-img .tab-right-img{
    height: 470px;
}
.position-no span, .position-vacancy span{
    border: 2px solid #37beee;
    width: 100%;
    display: block;
    border-radius: 50px;
    text-align: center;
    color: #37beee;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 30px;
    padding: 2px;
    height: 100%;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
}

/* career-position */
@media screen and (max-width: 1200px) {
    .inner-why-sapin {
        padding: 0 20px;
    }
    .tab-right-img {
        right: -20px;
    }
    .cir-inner {
        width: 450px;
        height: 450px;
    }
    .top-cir {
        right: 260px;
    }
    .title-tabs a {
        font-size: 14px;
    }
    .employee-page-wrap .border-heading {
        margin-left: 70px;
    }
    .about-wrapper .icon-column li {
        width: 140px;
        max-width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .inner-why-sapin {
        padding: 0 15px 0 20px;
    }
    .about-wrapper .section-wrapper {
        padding: 170px 0 50px;
    }
    .about-wrapper .section-wrapper.about-us-section {
        padding: 0px;
    }
    .title-tabs .nav-tabs li {
        margin-bottom: 10px;
    }
    .cir-inner {
        width: 320px;
        height: 320px;
    }
    .top-cir {
        right: 165px;
        width: 140px;
        height: 140px;
        padding: 10px;
        border-right: solid 10px #181d2b;
    }
    .inner-top-cir {
        font-size: 15px;
    }
    .cir-inner img {
        height: 85%;
    }
    .title-tabs a {
        padding: 0 5px 0 2px;
    }
    .about-text {
        font-size: 14px;
    }
    .tab-right-img {
        top: -30px;
        right: -14px;
        top: -50px;
        height: 420px;
    }
    .about-wrapper .icon-column {
        margin-left: 0;
    }
    .about-wrapper .icon-column img {
        min-width: 60px;
        max-width: 60px;
    }
    .about-wrapper .icon-column li {
        width: 30%;
    }
    .about-wrapper .icon-column li p {
        font-size: 12px;
    }
    .employee-page-wrap .border-heading {
        margin-left: 30px;
    }
    .gNavi {
        padding: 0 0px 0 0;
    }
    .gNavi .menu-main-menu-container .menu .menu-item {
        margin-top: 10px;
    }
    .packaging-block::before {
        transform: translate(-50%, -50%);
        left: 50%;
    }
  
}
@media screen and (max-width: 767px) {
    .sp-order-1 {
        order: 1;
    }
    .about-wrapper .section-wrapper {
        padding: 150px 0 50px;
    }
    .about-wrapper .nav.nav-tabs li:nth-child(4) a,
    .packaging-wrapper .nav.nav-tabs li:nth-child(3) a,
    .packaging-wrapper .nav.nav-tabs li:nth-child(5) a {
        padding-left: 0;
    }
    

    .gNavi {
        padding: 20px 0;
    }
    .whistleblower-form select {
        width: 48%;
    }
    .why-sapin-listing li {
        padding-left: 30px;
        text-align: left;
    }
    .why-sapin-listing li:before {
        top: 1px;
        left: 0px;
    }
    .about-wrapper .section-wrapper .title {
        top: -134px;
    }
    .inner-why-sapin p br {
        display: none;
    }
    .cir-wrapper {
        justify-content: center;
        overflow: visible;
        max-width: 350px;
        margin: 0 auto 30px;
    }
    .cir-inner {
        margin-right: 0;
    }
    .top-cir {
        right: auto;
        left: 0;
    }
    .inner-why-sapin {
        padding: 0 20px;
        text-align: center;
    }
    .tab-right-img {
        right: 0;
        top: 30px;
        margin-bottom: 30px;
        height: auto;
    }
    .career-page-img .tab-right-img{
        margin-bottom: 0px;
    }
    .page-template-about-us-page-templete .tab-right-img {
        right: -20px;
    }
    .about-wrapper .tab-content h2 {
        font-size: 25px;
    }
    .border-heading {
        margin-left: 0;
        margin-bottom: 60px;
        text-align: center;
    }
    .border-heading span:after,
    .employee-content {
        width: 100%;
    }
    .employee-page-wrap {
        padding-bottom: 26px;
    }
    .employee-page-wrap h1,
    .whistleblower-page-wrap h1 {
        font-size: 25px;
    }
    .whistleblower-form {
        margin: 50px 0 0;
    }
    .whistleblower-content-wrap {
        text-align: center;
    }
    .packaging-wrapper p {
        line-height: 23px;
    }
    .employee-content-wrap:after {
        opacity: 0;
    }
    .employee-content-wrap {
        margin: 0 0 0px;
    }
    .employee-page-wrap .border-heading {
        margin-bottom: 30px;
    }
    .photo-gallery-content [class*="col-md"] {
        margin-bottom: 0px !important;
    }
    .photo-gallery-content-row [class*="col-md"]{
        margin-bottom: 25px !important;
    }
    .photo-gallery-content-row h4{
        margin-top: 0px;
    }
    .employee-page-wrap h4 {
        margin-top: 5px;
    }
    .photo-gallery-content a h4 {
        margin-top: 5px;
    }
    .employee-img-wrap {
        height: 115px;
    }
    .brand-guidline-list-block {
        flex-wrap: wrap;
    }
    .brand-guidline-list-block .brand-guidline-list-tile.list-quite {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        margin-right: 0px !important;
        margin-bottom: 15px !important;
    }
    .brand-guidline-list-block {
        margin-bottom: 30px !important;
    }
    .brand-guidline-list-block .brand-guidline-list-tile.list-text {
        flex: 1 1 100% !important;
        max-width: 100% !important;
    }
    .brand-guidline-full-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 767px) {
    .section-wrapper .tab-pane .title {
        display: none !important;
    }
    .common-banner-wrap span {
        position: absolute !important;
        bottom: -52px;
        top: auto !important;
        padding: 0px 15px;
        margin: 0px !important;
        font-size: 22px;
        line-height: 22px;
        display: block !important;
    }
    .about-wrapper .section-wrapper {
        padding: 140px 0 50px;
    }
    .big-title{
        text-align: left;
    }
}
@media screen and (max-width: 576px) {
    .cir-wrapper {
        max-width: 300px;
    }
    .cir-inner {
        width: 270px;
        height: 270px;
    }
    .cir-inner img {
        height: 82%;
    }
    .top-cir {
        width: 120px;
        height: 120px;
        padding: 5px;
        border-right: solid 8px #181d2b;
    }
    .inner-top-cir {
        font-size: 12px;
    }
    .title-tabs {
        padding: 8px 0px 3px;
    }
    .title-tabs a {
        font-size: 13px;
    }
    /* .aerodol-btn-wrap .common-btn:not(:first-child) {
        margin-top: 10px !important;
    } */
/*    .aerodol-btn-wrap {
        padding: 0px 0px;
        align-items: center;
    }*/
    .aerodol-btn-wrap a.common-btn{      
    padding: 5px 10px 5px 10px;
    }
   
}

/*Capability E
------------------*/

.learn-more-btn {
    display: inline-block;
    padding: 5px 60px 5px 30px;
    border-radius: 20px;
    background: #ececec;
    color: #000;
    text-decoration: none;
    box-shadow: 2px 2px 1px 2px #d4d0d0;
    position: relative;
    text-decoration: none;
    font-weight: 600;
}
.learn-more-btn:hover {
    text-decoration: none;
    background: #c3c0c0;
    color: #000000;
}
.learn-more-btn.blue-btn {
    background: #37beee;
    color: #fff;
    box-shadow: 1px 2px 4px 0px rgba(88, 116, 130, 0.6);
}
.learn-more-btn.blue-btn:hover {
    background: #31b2e0;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-radius: 0;
}
.learn-more-btn img {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 2px;
    top: 3px;
}

/* packging  */
.packaging-block::before {
    background: #ffb400;
    position: absolute;
    bottom: 0px;
    width: 95%;
    height: 3px;
    content: "";
    right: 0px;
}
.packaging-block {
    display: flex;
    width: 100%;
    align-items: center;

    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-top: 40px;
    position: relative;
}
.packaging-tile.circle-packaging-wrap {
    flex: 1 1 210px;
    max-width: 210px;
    width: 100%;
}
.packaging-tile.text-packaging-wrap {
    flex: 1 1 calc(100% - 470px);
    max-width: calc(100% - 470px);
    width: 100%;
    text-align: center !important;
    /* font-weight: 600; */
    font-family: "Montserrat", sans-serif;
}
.packaging-tile.img-packaging-wrap img {
    max-width: 100%;
}
.packaging-tile.img-packaging-wrap {
    flex: 1 1 260px;
    max-width: 260px;
    width: 100%;
    text-align: center;
}
.package-circle {
    width: 100px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    height: 100px;
    display: flex;
    align-items: center;
    flex-flow: column;
    background: #232b3e;
    border-radius: 50%;
    justify-content: center;

    color: #fff;
    line-height: 26px;
    font-size: 18px;
}
.packaging-img-bottom {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #06b0ef;
    text-align: center;
    margin-top: 25px;
}
.content-heading {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 600;
}
.content-heading-text {
    font-family: "Montserrat", sans-serif;
    /* font-weight: 600; */
    font-size: 14px;
}

.packaging-next-btn-wrap {
    margin-left: auto;
    width: 100%;
    margin-top: 30px;
    padding: 0 15px;
}
.bottom-btn{
    margin-bottom: 50px;
}
.next-prev-wrap .slide-btn-wrap a i {
    font-size: 20px;
    line-height: 18px;
    margin-top: 1px;
}
.packaging-block.packaging-list-main-wrap .text-packaging-wrap {
    text-align: left;
}
.packaging-block.packaging-list-main-wrap .circle-packaging-wrap {
    align-self: flex-start;
    margin-top: 40px;
}
.packaging-block.packaging-list-main-wrap .img-packaging-wrap {
    align-self: flex-end;
}
.packaging-list-wrap li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 3px;
}
.rtl .why-sapin-listing{
    direction: rtl;
}   
.rtl .packaging-list-wrap{   
    direction: rtl;
}
.packaging-list-wrap li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0px;
    top: 13px;
    transform: translateY(-50%);
    background: #06b0ef;
    border-radius: 50%;
}
/* packging end */
/* brand guidline */
.brand-guidline-text {
    font-family: "Montserrat", sans-serif;
    /* font-weight: 600; */
    font-size: 14px;
}
.brand-guidline-list-block .brand-guidline-list-tile.list-quite {
    flex: 1 1 230px;
    max-width: 230px;
    width: 100%;
    background: #00baff;
    border-radius: 5px;
    margin-right: 20px;
    padding: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.brand-guidline-list-block .brand-guidline-list-tile.list-text {
    flex: 1 1 calc(100% - 260px);
    max-width: calc(100% - 260px);
    width: 100%;
    border-radius: 5px;
    border: 2px solid #00baff;
    min-height: 54px;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.brand-guidline-list-block {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.brand-guid-circles-btn-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 45px 50px 30px;
}
.brand-guid-circles-block {
    display: flex;
    align-items: center;
}
.big-bold-heading {
    font-weight: 700;
    font-size: 25px;
    color: #06b0ef;
}
.brand-guid-circles-tile {
    margin: 0px 15px;
    max-width: 155px;
    flex: 1 1 155px;
    width: 100%;
}
.brand-guidline-list-wrap {
    margin-bottom: 40px;
}
.corporate-updates-wrap {
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.corporate-updates-wrap::before {
    background: #ffb400;
    position: absolute;
    bottom: 0px;
    width: 95%;
    height: 3px;
    content: "";
    right: 0px;
}
.corporate-updates-wrap {
    /* align-items: flex-end; */
    position: relative;
}
/* brand guidline end */

/* common banner  */
.common-banner-wrap {
    position: absolute;
    left: 0px;
    right: 0px;
    top: -274px;
    height: 350px;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}
.common-banner-wrap.time-line-banner {
    background-position: left center;
}
.nav-link.active + .common-banner-wrap {
    display: block;
}
.common-banner-main-wrap {
    padding-top: 377px;
}
.gform_footer input.button{
    outline: none!important;
    border-style: solid!important;
}
.video-full-section .exhibition-img-full-wrap .full-img-wrap{
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-position: center center;
}
.update-home-img-wrap img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 4px)!important;
    height: calc(100% + 4px)!important;
    max-width: unset;
    border: none;
}
.update-slider-wrap{
    width: 100%;
}
.update-slider-wrap .slick-prev{
    left: 14px !important;
}
.update-slider-wrap .slick-next{
    right: 7px !important;
}
.update-slider-wrap .slick-list .slick-slide{
    float: left!important ;
}
.inner-contact-form .gf_browser_ie #gform_submit_button_1{
    padding: 10px 10px 10px 22px;
}
.inner-contact-form .gf_browser_ie{
    width: 100%;
}
select::-ms-expand {
    display: none!important;
}

.update-slider-wrap .slick-list{
    padding: 0px 27px;
}
.update-home-img-wrap{
    box-shadow: 0px 0px 0px 5px #232b3e;
    border-radius: 50%;
    width: 145px;
    height: 145px;
    position: relative;
    overflow: hidden;
    margin: 5px;
}
.update-home-img-upper-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-full-section .exhibition-img-full-wrap {
    width: 100%;
    height: 375px;
    overflow: hidden;
    position: relative;
}
.video-full-section .exhibition-img-full-wrap img {
    height: 100%;
    max-width: unset;
}
.video-full-section [class*="col-"]
.full-video-block.exhibition-img-full-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-full-section .full-video-text-wrap iframe {
    width: 100%;
    height: 375px;
}
.video-full-section .border-heading .title span{
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #1fa4d9;
    text-transform: uppercase;
    font-size: 40px;

}
.video-full-section .border-heading{
    margin: 50px 0px;
}
.video-full-section {
    margin-bottom: 35px;
}

.video-full-section .video-text-block {
    background: #00baff;
    color: #fff;
    padding: 15px;
    border-radius: 0px 0px 5px 5px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}
.video-full-section .video-text-block{
    margin-bottom: 15px;
}
.video-full-section .row:not(:last-child){
    margin-bottom: 30px;
}
.full-video-text-wrap {
    /* margin-bottom: 30px; */
}
.video-up-section {
    position: relative;
   
}
.video-up-section:not(:last-child){
    padding-bottom: 20px;
}
.video-up-section::before {
    background: #38bff0;
    position: absolute;
    bottom: 0px;
    width: 80%;
    height: 2px;
    content: "";
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}
/* common banner  end*/

/* career */
.carrer-form input,
.carrer-form select,
.carrer-form textarea {
    border-radius: 8px;
    box-shadow: 0px 4px 6px 0px rgb(0 0 0 / 20%);
}
.carrer-form .ginput_container {
    margin-top: 0px !important;
    flex: 1 1 calc(100% - 170px);
    width: 100%;
    max-width: calc(100% - 170px);
}
.carrer-form .gfield {
    display: flex;
    align-items: center;
}
.carrer-form .gfield .gfield_label {
    max-width: 170px;
    flex: 1 1 170px;
    width: 100%;
}
.carrer-form .gfield {
    display: flex;
    margin-bottom: 30px;
}
.carrer-form .gfield_label {
    margin-bottom: 0px !important;
}
.career-banner img {
    width: 100%;
}
.carrer-form [type="submit"] {
    height: 48px;
    border-radius: 50px;
    display: inline-block;
    min-width: 220px;
    text-align: left !important;
    line-height: initial;
    border-bottom: solid 4px #ccc;
    font-weight: 500;
    z-index: 2;
    text-transform: uppercase;
    padding: 5px 10px 10px 22px;
    font-size: 18px;
    text-decoration: none;
    background: #eef0f0;
    color: #000;
    border-color: #bbc6c8;
    box-shadow: 2px 2px 4px #ccc;
    border-right: 0px !important;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
}
.career-text-wrap {
    margin-top: 43px;
}
.career-heading {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #1fa4d9;
    border-bottom: 2px solid rgb(21, 164, 220);
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.career-heading, .contact-heading{
    font-weight: bold;
}
.career-text a {
    color: #1fa4d9;
    text-decoration: none;
}
.career-text {
    font-size: 16px;
}
.career-banner {
    padding-top: 103px;
}
.career-cotainer {
    padding: 0px 50px;
}
.career-banner-img {
    background-image: url("https://sapin.com.sa/wp-content/uploads/2020/08/Careers.jpg");
    background-position: 0px center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    width: 100%;
}
.career-page-wrap .tab-right-img {
    top: 0px;
}
.career-page-wrap {
    margin-bottom:50px;
}
.event-banner{
    padding-top: 103px;
}
.event-banner-img {
    /*background-image: url("https://sapin.com.sa/wp-content/uploads/2020/08/brand-and-guidline.png");*/
    background-position: 0px center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    width: 100%;
}
.gfmc-column ul .gfield:nth-child(1) {
    flex: 1 1 calc(100% - 230px);
    max-width: calc(100% - 230px);
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0px;
}
.gfmc-column ul .gfield:nth-child(2) .ginput_container {
    max-width: 100%;
    flex: 1 1 100%;
    width: 100%;
}
.gfmc-column {
    display: block !important;
}
.gfmc-column ul .gfield:nth-child(2) .gfield_label {
    /* opacity: 0; */
}
.about-wrapper .tab-content .sapin-location-wrap h2 {
    font-size: 20px;
    border-bottom: 2px solid #37beee;
    color: #37beee;
}
li.gfmc-column ul {
    display: flex;
}
.locations-block .locations-tile {
}
.locations-block {
    display: flex;
    margin-bottom: 15px;
}
.locations-tile.location-1 span {
    background: #37beee;
    width: 100%;
    display: block;

    border-radius: 50px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    padding: 2px;
    height: 100%;
    font-size: 20px;
}
.locations-tile.location-2 span {
    border: 2px solid #37beee;
    width: 100%;
    display: block;
    border-radius: 50px;
    text-align: center;
    color: #37beee;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    padding: 2px;
    height: 100%;
    font-size: 12px;
    line-height: 14px;
}
.locations-tile.location-1 {
    flex: 1 1 180px;
    padding-right: 8px;
    max-width: 180px;
}
.locations-wrap {
    padding-top: 20px;
}
.sapin-location-wrap {
    margin-bottom: 34px;
}
.locations-tile.location-2 {
    flex: 1 1 calc(100% - 180px);
    padding-left: 8px;
    max-width: calc(100% - 180px);
}

.gfmc-column ul .gfield:nth-child(2) {
    flex: 1 1 230px;
    max-width: 230px;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0px;
}
.gfmc-column ul {
    display: flex;
}
.list-text-wrap {
    text-align: left !important;
}
.packaging-list-wrap {
    text-align: left !important;
}
/* career end */

/* contact us */
.contact-page-wrap .contact-cotainer{
    margin-top: 43px;
}
.contact-banner {
    padding-top: 103px;
}
.contact-banner img {
    width: 100%;
}
.contact-heading span {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #1fa4d9;
    border-bottom: 2px solid rgb(21, 164, 220);
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: inline-block;
}
.contact-banner-img {
    background-image: url("https://sapin.com.sa/wp-content/uploads/2020/08/Contact-us.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    width: 100%;
}
.contact-big-heading {
    color: #1fa4d9;
    font-weight: 600;
}

.contact-map-wrap,
.contact-map-wrap img {
    width: 100%;
}
.contact-map-wrap.up-map {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgb(21, 164, 220);
}
.contact-map-wrap {
    overflow: hidden;
}
.contact-form .gform_fields .ginput_container {
    margin-top: 0px !important;
}
.contact-form .gform_fields .gfield_label {
    margin-bottom: 0px !important;
}
.contact-form .inner-contact-form {
    padding-left: 16px !important;
    background: #f2f7fa;
    border: 4px solid #95b4ba;
    border-radius: 10px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.inner-contact-form .gform_wrapper ul.gform_fields li .gfield_description {
    left: 0px;
}
.contact-form-heading {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    width: 100%;
}
.contact-form-sub-heading {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    font-style: italic;
    width: 100%;
    padding-right: 15px;
}
.gform_fields {
    width: 100% !important;
}
.contact-form {
    height: 100% !important;
}
.contact-form input[type="submit"] {
    border-radius: 50px;
    display: inline-block;
    min-width: 220px;
    text-align: center;
    line-height: 34px;
    border-bottom: solid 4px #1886a6;
    font-weight: 500;
    z-index: 2;
    text-transform: uppercase;
    padding: 10px 10px 10px 22px;
    font-size: 18px;
    text-decoration: none;
    background: #eef0f0;
    color: #222b3e;
    border-color: #bbc6c8;
    box-shadow: 2px 2px 4px #1492bf;
    border-right: 0px !important;
    font-size: 18px;
    font-weight: bold;
}
html[dir="rtl"] .contact-form .gform_wrapper .gform_footer {
    right: 18px;
}
html[dir="rtl"] .contact-form .gform_footer input[type="submit"] {
    text-align: left !important;
}
.contact-form .gform_footer,
.carrer-form .gform_footer.top_label {
    width: 220px !important;
    position: relative;
}
.contact-form .gform_wrapper .gform_footer [type="submit"]{
    text-align: left;
    outline: none!important;
}
.carrer-form .gform_footer.top_label {
    width: 220px !important;
    position: absolute;
    bottom: 6px;
    right: 18px;
}
.carrer-form .gform_wrapper {
    margin-bottom: 100px;
}
.career-page-wrap .modal-dialog{
    max-width: 740px;
    width: 100%;
}
.career-page-wrap .modal-title{
    font-size: 20px;
    font-weight: 600;
}
.popup-career-form.carrer-form .gform_wrapper.gform_validation_error{
    padding-bottom: 20px;
}
.popup-career-form.carrer-form .gform_wrapper{
    margin-bottom: 0px;
    }
     .modal-backdrop, .modal-backdrop{
        z-index: 9999;
    }
     .modal, .modal{
        z-index: 99999;
    }
     .modal.show, .modal.show{
        z-index: 99999;
        /* display: flex!important;
        align-items: center;
        justify-content: center; */
    }
    .exhibition-wrap #slideExampleControls{
        width: 100%;
    }
    .exhibition-wrap{
        min-height: 400px!important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .gallery-modal .close{
        position: absolute;
        top: -8px;
        right: -8px;
        width: 30px;
        height: 30px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 30px;
        box-shadow: 0px 0px 7px 0px #000;
        cursor: pointer;
        z-index: 999;
        opacity: 1;
    }
    
.carrer-form form {
    position: relative;
}
.carrer-form #field_2_5,
.whistleblower-form #field_3_5 {
    margin-bottom: 100px !important;
}
.whistleblower-form #field_3_5 {
    margin-bottom: 92px !important;
}
.whistleblower-form .gform_validation_error #field_3_5{
    margin-bottom: 109px !important;
}
.carrer-form .ginput_recaptcha {
    position: absolute;
    bottom: 80px;
}

body.rtl .carrer-form .gform_footer.top_label {
    right: 0px;
}
#field_2_7 .gfield_description,
#field_3_6 .gfield_description {
    left: 0px;
}
.validation_error {
    display: none !important;
}
.arabic-whistlerblower-wrap .whistleblower-form form button img {
    display: inline-block;
    width: 32px;
    height: 32px;
    color: #fff;
    margin-left: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
}
.arabic-whistlerblower-wrap .whistleblower-form form button {
    height: 48px;
    border-radius: 50px;
    min-width: 220px;
    text-align: left !important;
    line-height: initial;
    border-bottom: solid 4px #ccc;
    z-index: 2;
    padding: 5px 10px 10px 22px;
    text-decoration: none;
    background: #eef0f0;
    color: #000;
    border-color: #bbc6c8;
    box-shadow: 2px 2px 4px #ccc;
    border-right: 0px !important;
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
    padding-top: 10px;
    display: inline-block;
    margin-bottom: 0px!important;
}
.rtl #field_2_7 .gfield_description,
.rtl #field_3_6 .gfield_description {
    bottom: -36px;
    bottom: -36px;
    direction: ltr !important;
    text-align: left !important;
}

.rtl .career-cotainer .gfield_description {
    bottom: -16px !important;
    width: 100% !important;
    right: 173px !important;
}

#field_2_7,
#field_3_6 {
    flex: 1 1 50%;
    max-width: 50% !important;
    width: 100%;
    cursor: pointer;
    align-self: flex-start;
    position: relative;
    float: left;
    text-align: left !important;
    direction: ltr !important;
}
#field_2_7 [type="file"],
#field_3_6 [type="file"] {
    display: none;
}
html[dir="rtl"] select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(https://sapin.com.sa/wp-content/uploads/2020/07/download.png) !important;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: 2% center !important;
    padding-right: 5px !important;
    padding-left: 24px !important;
    cursor: pointer !important;
}
body.rtl .carrer-form .gform_wrapper input[type="submit"] {
    text-align: left !important;
}
html[dir="rtl"] .carrer-form .gform_wrapper ul:not(.top_label) .gfield_label {
    margin: 0 0 0 0px !important;
}

html[dir="rtl"] .gform_wrapper ul:not(.top_label) .ginput_container:not(.ginput_container_time) {
    margin-right: 0px !important;
}
.arabic-contact-page-wrap .gform_wrapper #field_1_1 .validation_message, 
.arabic-contact-page-wrap .gform_wrapper #field_1_2 .validation_message{
    margin-right: 15px!important;
    width: 100%;
    right: 0px;
    padding-bottom: 0px!important;
}
.arabic-contact-page-wrap #field_1_6 .gfield_description{
    left: -20px;
}
.arabic-contact-page-wrap .gform_wrapper .validation_message{
    padding-bottom: 0px!important;
}
.arabic-contact-page-wrap .gform_wrapper #field_1_1 .ginput_container, 
.arabic-contact-page-wrap .gform_wrapper #field_1_2 .ginput_container{
    width: 100%!important;
}
#field_2_7 .ginput_container::before,
#field_3_6 .ginput_container::before {
    display: inline-block;
    text-align: center;
    background: #222b3e;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    vertical-align: top;
    color: #fff;
    margin-left: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    line-height: 30px;
}
#field_2_7 .ginput_container,
#field_3_6 .ginput_container {
    height: 48px;
    border-radius: 50px;
    display: inline-block;
    min-width: 220px;
    text-align: center;
    line-height: 34px;
    border-bottom: solid 4px #ccc;
    font-weight: 500;
    z-index: 2;
    text-transform: uppercase;
    padding: 10px 10px 10px 22px;
    font-size: 18px;
    text-decoration: none;
    background: #eef0f0;
    color: #222b3e;
    border-color: #bbc6c8;
    box-shadow: 2px 2px 4px #ccc;
    border-right: 0px !important;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}
#field_2_7 .gfield_label .gfield_required,
#field_3_6 .gfield_label .gfield_required {
    display: none !important;
}
#field_2_7 .gfield_label,
#field_3_6 .gfield_label {
    position: absolute;
    z-index: 99;
    text-align: left !important;
    width: 100%;
    max-width: 220px;
    padding-left: 15px;
    height: 40px;
    display: flex;
    align-items: center;
    margin-top: 0px !important;
}
#field_2_7 .gfield_label {
    top: 2px;
    direction: ltr !important;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"] {
    padding-top: 10px;
}
html[dir="rtl"] .contact-form .gform_wrapper ul.gform_fields li.gfield {
    padding-left: 0px !important;
    padding-right: 16px !important;
}
.contact-form .gform_footer.top_label:before,
.carrer-form .gform_footer.top_label:before {
    display: inline-block;
    text-align: center;
    background: #222b3e;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    vertical-align: top;
    color: #fff;
    margin-left: 6px;
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    right: 12px;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    line-height: 30px;
    z-index: 9;
}
.contact-form .gform_footer.top_label:before{
    top: 50%;
}
.contact-form .gform_wrapper .gform_footer{
    padding-bottom: 16px;
}
.ginput_container input,
.ginput_container select {
    height: 30px !important;
    border: 1px solid #ccc !important;
    background-position: 98% center !important;
}

.contact-form .gf_browser_chrome {
    margin-top: 0px;
    width: 100%;
}
.ginput_container select {
    width: 100% !important;
}
.ginput_container textarea {
    border: 1px solid #ccc !important;
}
.section-wrapper .nav-tabs .nav-item:not(:last-child) .nav-link:hover,
.nav-tabs .nav-item:not(:last-child) .nav-link:focus {
    border-right: solid 1px #afaeae;
}
.carrer-form .ginput_container input,
.carrer-form .ginput_container select,
.carrer-form .ginput_container textarea {
    width: 100% !important;
    background: #fff;
}
.ginput_container input,
.ginput_container select,
.ginput_container textarea {
    outline: none;
    box-shadow: none;
    border: 1px solid #000;
}
.form-control:focus{
    box-shadow: none;
    border: 1px solid #000;
}

.ginput_container input,
.ginput_container select,
.ginput_container textarea {
    width: 100% !important;
}
.with_search_on_end.with_search_form_float [type="submit"]{
    border-radius: 0px;
}
.gform_wrapper ul.gform_fields > li {
    padding-top: 0px !important;
    background: transparent !important;
    border: none !important;
    padding-bottom: 0px !important;
    margin-bottom: 15px !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-bottom: 30px !important;
}

.gform_wrapper ul.gform_fields li .gfield_description {
    position: absolute;
    left: 173px;
    bottom: -20px;
    color: #790000 !important;
}
.gform_wrapper ul.gform_fields li {
    position: relative;
}
/* contact us end */
#wptime-plugin-preloader {
    background: url("https://sapin.com.sa/wp-content/uploads/2020/08/site-loader.gif") no-repeat #ffffff 50% !important;
    -moz-background-size: 64px 64px !important;
    -o-background-size: 64px 64px !important;
    -webkit-background-size: 64px 64px !important;
    background-size: 64px 64px !important;
}

.time-line-section [class*="col-"]:not(.blank-timeline-block):not(:last-child) {
    padding-bottom: 15px;
    height: 130px;
}
.time-line-section {
    padding-bottom: 50px;

}
.time-line-section> .row>.blank-timeline-block:nth-child(3){

}
.time-line-section .left-timeline-block[class*="col-"] {
    padding-right: 64px;
}
.time-line-section .right-timeline-block[class*="col-"] {
    padding-left: 64px;
}
.right-timeline-block .time-tile-img {
    position: absolute;
    left: 0px;
    transform: translateX(-50%);
}
.left-timeline-block .time-tile-img {
    position: absolute;
    right: 0px;
    transform: translateX(50%);
}
.time-tile-heading {
    padding-top: 16px;
    color: #00aeef;
    border-bottom: 3px solid #00aeef;
    font-weight: 600;
    font-size: 18px;
}
.time-tile-right-text {
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    color: #00aeef;
    margin-bottom: -5px;
}
.right-timeline-block .time-tile-heading {
    position: relative;
    left: -15px;
    padding-left: 15px;
    width: calc(100% + 15px);
}
.rtl .right-timeline-block .time-tile-heading,
.rtl .left-timeline-block .time-tile-heading {
    direction: rtl;
}
.left-timeline-block .time-tile-heading {
    position: relative;
    right: 0px;
    padding-right: 15px;
    width: calc(100% + 15px);
    text-align: right;
}

.left-timeline-block .time-tile-right-text {
    text-align: left;
}

.left-timeline-block .time-tile-bottom-text {
    text-align: right;
}
.rtl .time-tile-bottom-text {
    direction: rtl;
}
.time-tile-bottom-text {
    font-size: 14px;
}
.aerosol-packae-circle-wrap div{
    line-height: 18px;
}
.aerosol-packae-circle-wrap{
    font-size: 14px;
}
body.rtl .rtl-inner{
    direction: rtl;
}
body.rtl .ltr-inner{
    direction: ltr;
}
body.rtl .content-heading-text{
    direction: rtl;
}
.time-line-heading {
    height: auto !important;
    padding-bottom: 6px;
}
.aersol-mail-wrap .title + p{
    line-height: inherit;
}
.home-update-section .common-text-b {
    font-weight: normal;
    width: 147px;
    margin: auto;
}
.home-update-section span {
    font-weight: 600;
}
.home-update-section .update-pic {
    width: 145px;
    height: 145px;
    border: none;
}
.home-update-section .update-pic[src*="mouse-img-1.png"]{
    padding: 25px;
}
.home-update-section .update-pic[src*="mouse-img-2.png"]{
    padding: 35px;
    height: auto!important;
}
.auto-col-box {
    padding: 0px 15px;
}
.capablity-img {
    height: 100%;
}
.capablity-img iframe {
    height: 100% !important;
    min-height: 200px;
    width: 100% !important;
}
.footer-row {
    display: flex;
    flex-wrap: nowrap;
}
.footer-col {
    max-width: 160px;
    flex: 1 1 160px;
    padding: 0px 10px;
    min-width: 160px;
}
.photo-download-section a{
    text-decoration: none!important;
}
.footer-col.vision-col.social-logo-link a.vision-wrap {
    display: flex;
    align-items: flex-end;
    margin-bottom: 40px;
}

.footer-col.vision-col {
    max-width: 176px;
    flex: 1 1 176px;
    padding-top: 40px;
    min-width: 176px;
}
.footer-col.vision-col.social-logo-link {
    display: flex!important;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-top: 0px;
}
.footer-col.sapin-site-map-col {
    max-width: 100%;
    padding: 0px 10px;
    flex: 1 1 auto;
}
@media (min-width: 1600px) {
    .sapin-uae-col {
        max-width: 290px;
        flex: 1 1 290px;
        position: relative;
    }
    .sapin-uae-col{
        padding-right: 60px;
    }
    .sapin-uae-col:before {
        content: "";
        right: 30px;
        height: 100%;
        width: 5px;
        position: absolute;
        background: #fff;
    }
    .sapin-ksa-col{
        max-width: 280px;
    flex: 1 1 280px;
    }
}
@media (max-width: 1600px) {
    .footer-number-wrap{
        display: block;
        font-size: 15px;
        font-weight: normal!important;
    }
}
@media (max-width: 1320px) {
    .gNavi li {
        margin-left: 12px;
    }
}
@media (max-width: 1200px) {
    .footer-row {
        flex-wrap: wrap;
    }
    .header-wrapper .gNavi li a {
        font-size: 14px !important;
    }
    .footer-col.sapin-ksa-col,
    .footer-col.sapin-uae-col {
        max-width: 50%;
        flex: 1 1 50%;
    }
    .footer-col.sapin-site-map-col {
        flex: 1 1 100%;
    }
    .sapin-ksa-col,
    .sapin-uae-col {
        display: none;
    }
    .address-responsive-wrap .footer-col.sapin-ksa-col,
    .address-responsive-wrap .footer-col.sapin-uae-col {
        display: block;
    }
    .address-responsive-wrap {
        flex: 1 1 auto;
        display: flex;
        margin-top: 25px;
    }
    ul.menu.site-map-footer-manu > li ul.sub-menu + ul {
        display: none !important;
    }
    .responsive-main-page-wrap {
        display: flex;
        width: 100%;
        max-width: 100%;
        flex: 1 1 100%;
    }
    .responsive-main-page-wrap .site-map-footer-manu{
        flex-wrap: wrap;
    }
    .lb-nav a.lb-next, .lb-nav a.lb-prev{
        opacity: 1!important;
        background-size: 30px!important;
    }
    .home .product-slider-wrap{
        padding: 0px 40px;
    }
    .home .product-slider-wrap .inner-product {
        max-width: 310px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1024px) {
    .footer-wrapper .container {
        max-width: 100%;
    }
    .video-banner-wrap{
        padding-top: 155px;
    }
    .video-banner-wrap .common-banner-wrap{
        top: -52px;
    height: 128px;
    }
    body:not(.page-template-front-page-templete) .banner-video{
        width: auto!important;
    }
}
@media  (orientation: landscape) and (max-width: 991px) {

    body:not(.page-template-front-page-templete) .banner-video{
        width: auto!important;
    }
    .headerLinks{

        height: calc(100vh - 72px);
        overflow: auto;
    }

    
  }

@media (max-width: 991px) {
    .video-banner-wrap{
        padding-top: 150px;
    }
    .video-banner-wrap .common-banner-wrap{
        top: -48px;
        height: 118px;
    }
    .contact-form .gform_fields .gfield_label{
        font-size: 13px;
    }
    .LandbotLauncher{
        right: 0px!important;
    }
    .carrer-form .gform_wrapper{
        margin-bottom: 26px;
    }
    .header-wrapper .gNavi li a, .fixed-header .header-wrapper .gNavi li a{
        color: #fff!important;
    }
    .gform_wrapper ul.gform_fields li .gfield_description {
        left: 0px !important;
    }
    .packaging-next-btn-wrap {
        width: 96%;
        margin: 30px auto 0px auto;
    }
    .footer-col.vision-col {
        max-width: 100%;
        flex: 1 1 100%;
        padding-top: 40px;
        display: flex !important;
        align-items: center;
    }
    .footer-col.sapin-site-map-col {
        max-width: 100%;
        flex: 1 1 100%;
    }
    .site-map-footer-wrap .site-map-footer-manu {
        flex-wrap: wrap;
    }
    .site-map-footer-wrap .site-map-footer-manu > li {
        flex: 1 1 50%;
        max-width: 50%;
        width: 100%;
    }
    .site-map-footer-wrap .site-map-footer-manu > li:nth-child(1),
    .site-map-footer-wrap .site-map-footer-manu > li:nth-child(2) {
        flex: 1 1 50%;
        max-width: 50%;
        width: 100%;
    }

    .fixed-header ul.menu {
        top: 0px;
    }
    .tab-right-img-wrap {
        padding: 0px 15px;
    }
    /* .time-tile-bottom-text br {
        display: none;
    } */
    .packaging-block {
        flex-wrap: wrap;
    }
    .packaging-tile.circle-packaging-wrap,
    .packaging-tile.text-packaging-wrap,
    .packaging-tile.img-packaging-wrap {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    .package-circle {
        margin: 0 auto;
    }
    .packaging-img-bottom {
        margin-top: 0px;
    }
    .packaging-tile.text-packaging-wrap {
        margin: 15px auto;
    }

    .left-timeline-block .time-tile-heading {
        width: 100%;
    }
    .left-timeline-block .time-tile-img {
        right: 15px;
        transform: translateX(0%);
    }
    .right-timeline-block .time-tile-img {
        left: 15px;
        transform: translateX(0%);
    }
    .right-timeline-block .time-tile-bottom-text {
        text-align: left;
    }
    .right-timeline-block .time-tile-heading {
        width: 100%;
        left: 0px;
        text-align: left;
    }
    .time-line-section [class*="col-"]:not(.blank-timeline-block):not(:last-child) {
        height: auto;
    }
    .time-line-section .left-timeline-block[class*="col-"] {
        padding-right: 113px;
    }
    .time-line-section .right-timeline-block[class*="col-"] {
        padding-left: 113px;
    }
    ul.menu.site-map-footer-manu > li ul.sub-menu + ul {
        bottom: 28px;
    }
    .site-map-footer-wrap .site-map-footer-manu > li > span {
        font-size: 14px;
    }
    .site-map-footer-wrap .site-map-footer-manu > li > span {
        min-height: 40px;
    }
    ul.menu.site-map-footer-manu > li ul.sub-menu + ul span {
        min-height: unset;
    }
    ul.menu.site-map-footer-manu > li ul.sub-menu + ul li {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .gfmc-column ul .gfield:nth-child(1) {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .gfmc-column ul .gfield:nth-child(2) {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .gform_wrapper ul.gform_fields li.gfield {
        flex-wrap: wrap;
    }
    .gform_wrapper .ginput_container {
        width: 100% !important;
        max-width: 100% !important;
        flex: 1 1 100% !important;
    }
    .gform_wrapper .gfield_label {
        width: 100% !important;
        max-width: 100% !important;
        flex: 1 1 100% !important;
        margin-bottom: 5px !important;
    }
    li.gfmc-column ul {
        flex-wrap: wrap;
    }
    .responsive-main-page-wrap .site-map-footer-manu li {
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }
  
    .responsive-main-page-wrap .site-map-footer-manu {
        margin-top: 15px;
        padding-bottom: 15px;
        border-bottom: 2px solid #fff;
    }

    .responsive-main-page-wrap {
        display: flex !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: 1 1 100% !important;
    }
  
    ul.menu.site-map-footer-manu > li {
        padding-bottom: 0px;
    }
    .address-responsive-wrap{
        margin-top: 30px;
    }
    .address-responsive-wrap{
        flex: 1 1 calc(100% - 175px);
        max-width: calc(100% - 175px);
    }
    .footer-col.vision-col{
        max-width: 175px;
    flex: 1 1 175px;
    }
    a.vision-wrap img{
        width: 104px;
    }
    .footer-col.vision-col{
        display: block!important;
    }
    .home-update-section{
        padding: 50px 0;
    }
    .position-status-wrap:not(.position-mobile-wrap){
        display: none;
    }
    .position-list-wrap{
        max-width: 100%;
        flex: 1 1 100%;
    }
    .position-list-main-wrap{
        margin-bottom: 15px;
    }
    .position-mobile-wrap .position-list-wrap{
        flex-wrap: wrap;        
    max-width: 50%;
    }
    .position-list-tile{
        flex: 1 1 50%;
        max-width: 50%;
        margin-bottom: 5px;
        height: 30px;
    }
    .position-list-tile.position-no {
        padding-right: 8px;
    }
    .position-list-tile.position-vacancy {
        /* padding: 0px; */
        flex: 1 1 100px;
    max-width: 100px;
    }
    .position-list-tile.position-name {
        padding-left: 0;
        flex: 1 1 calc(100% - 100px);
        max-width: calc(100% - 100px);
    }
    .position-list-tile.position-name span{
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .position-list-main-wrap{
        display: flex;
    }
    .position-list-wrap:nth-child(1){
        padding-right:8px;
    }
    .position-list-wrap:nth-child(2){
        padding-left:8px; 
    }
    .brand-guid-circles-btn-wrap{
        margin-bottom: 0px;
    }
    .brochur-img-wrap .brochur-text{
        font-size:14px;
    }
    .photo-download-section .container> .row{
        margin-bottom: -1rem !important;
    }
    .photo-download-section{
        margin-bottom: 0px!important;
    }
    .common-banner-wrap{
        background-position: left center;
    }
    .common-banner-wrap.about-banner-wrap,
     .common-banner-wrap.location-banner-wrap,
      .common-banner-wrap.quality-sapin-banner-wrap,
      .common-banner-wrap.video-banner-wrap,
      .common-banner-wrap.why-sapin-banner-wrap,
      .common-banner-wrap.corporate-sapin-banner-wrap{
        background-position:center center;
    }
.brand-guideline-banner-wrap{
    background-position: 59% center!important;
    background-size: 151% auto;
}
.download-banner-wrap{
    background-position: 46% center!important;
    background-size: 131% auto;
}
.photo-gallery-sapin-banner-wrap{
    background-position: 71% center!important;
    background-size: 100% auto; 
}
.locations-tile.location-2 span{
    padding: 9px;
}
.headerLinks .menu-main-menu-container ul.menu, .headerLinks .menu-main-container ul.menu{
    top: 0px;
}
.whistleblower-page-wrap{
    padding-top: 102px;
}
.position-list-tile.position-name span{
    font-size: 12px;
}
.aerosol-main-wrap .aerosol-cans-text{
    padding: 15px 0px!important;
}
.aerosol-main-wrap{
    display: flex!important;
    align-items: center!important;
    justify-self: center!important;
    flex-wrap: wrap;
}
.aerosol-prduct-specification{
    width: 100%;
}
.whistleblower-page-wrap #gform_fields_4 .ginput_recaptcha{
    bottom: 100px;
}
.rtl .whistleblower-page-wrap #gform_fields_4 .ginput_recaptcha{
    bottom: 130px;
}
    .whistleblower-page-wrap #gform_fields_4.gfield_error .ginput_recaptcha{    
        bottom: 120px;
    }
    #gform_fields_4 #field_4_9 #validation_message_4_9{
        top: -131px;
    }
    .social-link.social-logo-link.footer-col.vision-col>.d-flex{
        align-items: center;
    }
    .social-link.social-logo-link.footer-col.vision-col a[title="Map"]{
        width: 22px;
    }
    html[dir="rtl"] .carrer-form .gform_wrapper #field_4_1 .gfield_label{
        margin-bottom: 10px!important;
    }
    .inner-contact-form .gform_wrapper ul.gform_fields li #validation_message_1_6.gfield_description{
        font-size: 10px!important;
    }
}
@media (max-width: 768px) {
      .video-banner-wrap{
        padding-top: 100px;
    }
    .video-banner-wrap .common-banner-wrap{
        top: 2px;
        height: 96px;
    }
    .inner-contact-form .gform_confirmation_message{
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
  
    .contact-banner-img{
        height: 180px;
    }
    .contact-form-heading{
        font-size: 20px;
    }
    .contact-text-wrap{
        margin-top: 30px;
    }
    .inner-why-sapin .row {
        margin: 0px;
        margin-bottom: 15px;
    }
    .tab-right-img {
        right: -30px;
    }
    .inner-why-sapin {
        padding: 0 0px;
    }
    .inner-why-sapin .tab-right-img {
        right: -15px;
    }
    .career-banner-img {
        height: 200px;
    }
    .carrer-form .gfield {
        flex-wrap: wrap;
        padding-right: 0px !important;
    }
    .carrer-form .gfield .gfield_label,
    .carrer-form .ginput_container {
        max-width: 100%;
        flex: 1 1 100%;
        width: 100%;
    }

    .carrer-form .gfield .gfield_label {
        margin-bottom: 10px !important;
    }
    .career-cotainer {
        padding: 0px 15px;
    }
    .common-banner-wrap {
        height: 200px;
        top: -150px;
        background-position: left center;
    }
    .common-banner-main-wrap {
        padding-top: 246px;
    }
    .tab-content .tab-right-img-wrap {
        padding: 0px 0px;
    }
    .tab-wrap .big-title {
        text-align: left;
        padding: 0px 10px;
    }
    .about-wrapper .section-wrapper .title {
        top: -110px;
    }
    .about-wrapper .section-wrapper {
        padding: 120px 0 50px;
    }
    .social-logo-link {
        justify-content: flex-start;
    }
    .social-logo-link a {
        text-align: left;
    }
    .auto-col-box {
        max-width: 50%;
        flex: 1 1 50%;
    }
    .footer-col:nth-child(odd) {
        padding-right: 10px;
        padding-left: 0px;
    }
    .footer-col:nth-child(even) {
        padding-left: 10px;
        padding-right: 0px;
    }
    .packaging-list-wrap li {
        padding-left: 30px;
    }
    .packaging-list-wrap li:before {
        left: 10px;
    }
 
    .tab-right-img img {
       max-width: 100%;
        width: 500px;
        max-height: 100%;
    }
    .career-page-img .tab-right-img img{
        width:auto;
    }
    .why-sapin-listing li {
        margin-left: 0px;
    }
    .innovation-video-section img {
        margin-top: 15px;
    }
    .corporate-updates-img {
        text-align: center !important;
    }
    .career-page-wrap .tab-right-img {
        right: -15px;
    }
    .carrer-form .gform_footer.top_label input,
    .contact-page-wrap .gform_footer.top_label input {
        margin-bottom: 0 !important;
        line-height: initial !important;
    }

    .tab-wrap .title-tabs .nav-tabs .nav-item a {
        font-size: 15px;
        background: #F3F4F4;
        color: #747474;
        padding: 6px 10px;
        border-radius: 2px!important;
        border: none!important;
        margin-right: 8px;
        
        }
    .tab-wrap .title-tabs .nav-tabs .nav-item a.active {
        background: #37beee;
        color: #fff;
        padding: 6px 10px;
        border-radius: 2px!important;
        border: none!important;
        }
    .tab-wrap .big-title{
        padding: 0px 15px;
    }
    .contact-cotainer{
        margin-top: -9px;
    }
    .career-text-wrap{
        margin-top: 22px!important;
    }
    .career-heading, .contact-heading, .video-full-section .border-heading .title span{
        font-size: 22px;
        line-height: 22px;
    }
    .video-full-section .border-heading{
        text-align: left;
    }
    .contact-cotainer{
        margin-top: 0px!important;

        line-height: 22px;
    }
    .contact-heading{
        margin-bottom: 1px!important;
    }
    .inner-contact-form{
        padding-top: 20px;
       
    }
    .contact-form-heading{
        margin-bottom: 15px;
    }
    .contact-text{
        margin-bottom: 10px;
    }
    .contact-form-heading {
        margin-bottom: 10px;
    }
   .packaging-solution-tab-content-wrap{
        padding: 0px 15px;
    }
    .service-card-text:after{
        left: 0px;
        width: 100%;
    }
    .packaging-next-btn-wrap {
        width: 100%;
        margin: 30px auto 0px auto!important;
    }
    .packaging-next-btn-wrap.mb-5, .table-btn-wrap.mb-5, .aerodol-btn-wrap{
        margin-bottom: 0px!important;
    }
    .aersol-mail-wrap{
        margin-bottom: 0px;
    }
    .time-line-section{
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .inner-why-sapin .row{
        margin-bottom: 0px;
    }
    .corporate-updates-wrap{
        margin-bottom: 25px!important;
    padding-bottom: 30px!important;    
    }
    .corporate-updates-img {
        margin-top: 20px;
    }
    .corporate-updates-wrap::before{
        width: calc(100% - 15px);
        left: 15px;
    }
  
        .video-up-section::before{
            display: none;
        }
        .video-up-section{
            padding-bottom:0px;
        }
        .video-full-section .video-text-block{
            
            font-size: 18px;
        }
        .video-full-section{
            padding-bottom: 0px;
            margin-bottom: 0px;
        }
        .video-full-section .video-up-section:nth-child(2) [class*="col-"]:nth-child(2) .video-text-block{
            margin-bottom: 0px;
        }
        .career-banner{
            padding-top: 98px;
        }
        .event-banner{
            padding-top: 98px;
        }
        .contact-banner{
            padding-top: 98px;
        }
        .whistleblower-page-wrap{
            padding-top: 98px;
        }
        .service-card-wrap{
            margin-left: 0px;
            margin-right: 0px;
        }
        .tab-pane[aria-labelledby="corporate-updates-tab"],
.tab-pane[aria-labelledby="certifications-tab"] {
    margin-bottom: 0px;
}
.innovation-img{
    margin-bottom: 30px;
}
.packaging-next-btn-wrap{
    padding: 0 0px;
    margin: 0 !important;
}
.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction{
    font-size: 10px!important;
}
.fixed-header .header-wrapper .gNavi li a{
    color: #fff;
}
.whistleblower-wrap.carrer-form .gform_footer.top_label{
    bottom: 13px;
}
.video-full-section .border-heading{
    margin-bottom: 35px;
    margin-top: 35px;
}
.employee-page-wrap .border-heading{
    margin-left: 0px;
    margin-right: 0px;
}
.rtl .whistleblower-wrap #gform_wrapper_4 #field_4_6{
    left: 0px;
    transform: none;
}
.rtl .whistleblower-wrap #gform_fields_4 #field_4_9 #validation_message_4_9{
    top: -101px;
}

.rtl .whistleblower-wrap #gform_fields_4 #field_4_5{
    margin-bottom: 150px !important;
}

.rtl .whistleblower-wrap.carrer-form .gform_footer.top_label{
    bottom: -7px;
}
.rtl .whistleblower-wrap.carrer-form.gform_validation_error  .gform_footer.top_label{
    bottom: 8px;
}

.rtl .whistleblower-wrap #gform_wrapper_4 #validation_message_4_6{
    text-align: left;
    width: 100%;
    padding-right: 0;
    left: 50% !important;
    transform: translate(-50%);
}
.contact-form .inner-contact-form .gform_confirmation_message{
    margin-bottom: 20px;
}


.inner-contact-form .inner-contact-form .gform_confirmation_message{
    margin-bottom: 20px!important;
}
.about-wrapper.video-banner-wrap{
    padding-top: 115px;
}
.video-banner-wrap .common-banner-wrap {
    top: -19px;
    height: 95px;
}
.video-banner-wrap .section-wrapper{
    padding: 138px 0 50px;
}
}
html[dir="rtl"] #gform_6  select{
    background-position: 98% center !important;
    padding-left: 5px !important;
    padding-right: 24px !important;
}

@media (max-width: 767px) and (min-width: 576px) {
    .brochur-img-wrap .brochur-text {
        font-size: 12px;
    }
    .page-template-career .modal{
        padding:0px 8px!important;
    }
    .m-0 {
        margin: 0px !important;
    }
}

@media (max-width: 700px) {
    .position-list-wrap{
        padding: 0px;
    }
    .position-list-main-wrap{
        flex-wrap: wrap;
    }
    .position-list-main-wrap{
        flex-wrap: wrap;    
    }
    .position-mobile-wrap .position-list-wrap{
        flex-wrap: wrap;
        max-width: 100%;
        margin-bottom: 30px;
        padding: 0px;
    }
}

@media (max-width: 660px) {
    .about-wrapper.video-banner-wrap{
        padding-top: 97px;
    }
    .video-banner-wrap .common-banner-wrap {
        top: 0px;
        height: 95px;
    }
    .video-banner-wrap .section-wrapper{
        padding: 156px 0 50px;
    }
    .social-link.social-logo-link.footer-col.vision-col.d-block {
        width: 50%;
        max-width: 50%;
    }
   
    .address-responsive-wrap{
        flex: 1 1 100%;
        max-width: 100%;
    }
    .footer-col.vision-col{
        max-width: 100%;
    flex: 1 1 100%;
    }
}
@media (max-width: 641px) {
    .arabic-contact-page-wrap .gform_wrapper{
        padding-right: 0px!important;
    }
}
@media (max-width: 640px) {
    .time-tile-bottom-text{
        font-size: 13px;
    }
    .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 16px !important;
    }
  
    .arabic-contact-page-wrap .gform_wrapper #field_1_1 .validation_message, 
.arabic-contact-page-wrap .gform_wrapper #field_1_2 .validation_message{
    margin-right: 0px!important;
}
.popup-career-form .gform_wrapper ul.gform_fields li.gfield{
    padding-right: 0px !important;
}
}

@media (max-width: 576px) {
   
    .sapin-ksa-col.sapin-ksa-responsive, .sapin-uae-col.sapin-uae-responsive{
        min-width: unset;
    }
    .ginput_recaptcha {
        transform: scale(0.9);
        margin-top: -5% !important;
        margin-left: -5% !important;
    }
    .contact-form .gform_fields .ginput_recaptcha.ginput_container {
        transform: scale(0.9);
    margin-top: 15px !important;
    margin-left: -23px !important;
    }
    .carrer-form #field_2_7,
    .whistleblower-wrap #field_3_6 {
        left: 50%;
        transform: translateX(-50%);
        flex: 1 1 230px;
        max-width: 230px !important;
    }

    .carrer-form .gform_footer.top_label {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: -70px;
    }
    .auto-col-box {
        max-width: 100%;
        flex: 1 1 100%;
    }
    ul.menu.site-map-footer-manu > li ul.sub-menu + ul {
        bottom: 20px;
    }
    .brochur-img-wrap .brochur-text {
        font-size: 14px;
    }
    .site-map-footer-wrap .site-map-footer-manu > li > span {
        margin-bottom: 15px;
        min-height: 25px;
    }

    .time-line-section .time-tile-img {
        position: static;
        text-align: center;
        margin-top: 30px;
    }
    .time-line-section [class*="col-"] {
        padding: 0px 15px !important;
    }
    .right-timeline-block .time-tile-heading,
    .left-timeline-block .time-tile-heading {
        padding-left: 0px !important;
        padding-right: 0px !important;
        text-align: center;
    }
    .time-tile-bottom-text {
        text-align: center !important;
    }
    .time-tile-right-text {
        text-align: center !important;
        margin-bottom: 15px;
    }
    .about-wrapper .section-wrapper .title {
        position: static;
        margin-bottom: 40px;
    }

    ul.menu.site-map-footer-manu > li ul.sub-menu + ul li {
        padding: 0px;
    }
    .footer-row {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }
    .brand-guid-circles-btn-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }
    .brand-guid-circles-tile {
        margin: 5px 5px 15px;
    }
    #validation_message_3_9 {
        bottom: 0px !important;
        text-align: center !important;
        line-height: 10px !important;
        font-size: 10px !important;
    }
    #validation_message_3_6,
    #validation_message_2_7 {
        text-align: center !important;
        padding-right: 0px !important;
    }
    #validation_message_2_10 {       
        bottom: -9px !important;
        text-align: center !important;
        line-height: 10px !important;
        font-size: 8px !important;
    }
    #validation_message_1_6 {
        bottom: -21px !important;
        text-align: left !important;
        line-height: 10px !important;
        font-size: 10px !important;
    }
    .social-link a:not(.vision-wrap) {
        margin-right: 15px;
    }
    .social-link a:not(.vision-wrap) img {
        width: 33px;
    }
    .arabic-whistlerblower-wrap .whistleblower-form form .form-btn-wrap {
        flex-flow: column;
        display: flex!important;
    }
    .arabic-whistlerblower-wrap .whistleblower-form form .form-btn-wrap button{
        width: 220px;
        margin-left: auto;
        margin-right: auto;
    }
    #field_3_6{
        padding-right: 0px!important;
    }
    .arabic-whistlerblower-wrap .whistleblower-form form .form-btn-wrap button:first-child {
        margin-bottom: 15px!important;
    }
    a.vision-wrap img{
        width: 134px;
    }
    .career-scan-wrap{
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
    }
    .button-scan-wrap{
        flex: auto;
    margin-bottom: 20px;
    }
   
    .award-listing.d-flex li{
        max-width: 100%;
        flex:1 1 100%;
    }
    .locations-tile.location-2 span{
        padding: 9px;
    }
    .about-wrapper .icon-column.about-us-logo-wrap li{
        flex: 1 1 100px;
        max-width: 100px!important;
    }
    .about-wrapper .icon-column.about-us-logo-wrap li.ministery-logo{
        flex: 1 1 170px;
    max-width: 270px!important;
    }
    .about-us-logo-wrap .ministery-logo{
        min-width: 200px!important;
        flex: 1 1 200px!important;
        width: 100%!important;
        max-width: 200px!important;
    }
    .carrer-form.popup-career-form #field_2_7{
        padding-right: 0px!important;
    }
    .carrer-form.popup-career-form{
        padding-bottom: 80px;
    }
    .button-scan-wrap{
        max-width: 320px;
        flex: 1 1 auto;
    }
    .career-banner{
        padding-top: 97px;
    }
    .event-banner{
        padding-top: 97px;
    }
    .contact-banner{
        padding-top: 97px;
    }
    .whistleblower-page-wrap{
        padding-top: 97px;  
    }
    .contact-text{
        font-size: 16px;
        line-height: 24px;
    }
    .position-list-tile.position-name span{
        padding-left: 5px;
        padding-right: 5px;
    }
    .position-list-tile.position-no{
        padding-right: 2px;
    }
    .position-list-tile.position-name {
        padding-left: 2px;
    }
    .whistleblower-form #validation_message_3_9 {
        bottom: 90px !important;
        text-align: left!important;
    }
    .position-mobile-wrap .position-list-wrap{

    }
   
    .whistleblower-wrap.carrer-form .gform_footer.top_label{
        bottom: -70px;
    }
    .carrer-form .gform_wrapper{
        margin-bottom: 95px;
    }
    .gform_wrapper .gform_footer{

    }
    .contact-form .gform_wrapper .gform_footer{
        margin-top: 0px;
    }
    .rtl .whistleblower-wrap.carrer-form  .gform_footer.top_label{
        bottom: -70px;
    }
    .rtl .whistleblower-wrap #gform_wrapper_4 #field_4_6{
        left: 50%;
        transform: translateX(-50%);
        max-width: unset!important;
    }
    .rtl .whistleblower-wrap #gform_fields_4 #field_4_5{
        margin-bottom: 90px !important;
    }
    #gform_wrapper_4 #field_4_6{
        top: 10px;
    }
    #gform_wrapper_4.gform_validation_error #field_4_6{
        top: 20px;
    }
}
.gNavi li ul.sub-menu{
    box-shadow: inset 76px 19px 47px 50px #1f2a3f!important;
    background-size: cover!important;
}
@media (max-width: 480px) {
    .about-wrapper.video-banner-wrap{
        padding-top: 97px;
    }
    .video-banner-wrap .common-banner-wrap {
        top: -4px;
        height: 60px;
    }
    .video-banner-wrap .section-wrapper{
        padding: 121px 0 50px;
    }
}
@media (max-width: 376px) {
   
    .site-map-footer-wrap .site-map-footer-manu > li,
    .site-map-footer-wrap .site-map-footer-manu > li:nth-child(1),
    .site-map-footer-wrap .site-map-footer-manu > li:nth-child(2) {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
    }
    ul.menu.site-map-footer-manu > li {
        padding-bottom: 20px;
    }
    .responsive-main-page-wrap {
        padding: 0px;
        min-height: unset;
    }
    .responsive-main-page-wrap .site-map-footer-manu {
        margin-top: 0px;
    }
    .site-map-footer-wrap .site-map-footer-manu > li > span a {
        font-size: 12px;
    }
    .site-map-footer-wrap .site-map-footer-manu > li .sub-menu a {
        font-size: 12px;
    }
    .footer-wrapper p {
        font-size: 12px;
    }
    .gform_fields .ginput_recaptcha.ginput_container{
        transform: scale(0.8);
        margin-top: -30px !important;
        margin-left: -30px !important;    
    }
    .contact-form .gform_fields .ginput_recaptcha.ginput_container{
        transform: scale(0.8);
        margin-top: 0px !important;
        margin-left: -30px !important;
    
    }

    .career-page-img .tab-right-img{
        height: 370px;
        padding-bottom: 0px;
    }
    .locations-block .locations-tile.location-1{
        flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 10px;
    padding: 0px;
    }
    .locations-block .locations-tile.location-2{
        flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 10px;
    padding: 0px;
    }
    
    .locations-block .locations-tile.location-1 span{
        font-size:16px;
        min-height: 38px;
    }
    .locations-block .locations-tile.location-2 span{
        min-height: 38px;
    }
    .locations-block{
        flex-wrap: wrap;
    }
}
.ginput_preview{
    display: none!important;
}


/*tools page css*/

.template-machine .border-heading  {
    margin: 0;
}

.template-machine .template-label {
    background-color: #37beee;
    display: inline;
    border: 1px solid;
    border-radius: 50px;
    padding: 8px 16px;
    color: #ffffff;
    font-size: 20px;
}

.template-machine .table-bordered td, .template-machine .table-bordered th {
    border: 2px solid #37beee;
}

.template-machine td img {
    width: 100%;
    height: 170px;
    object-fit: contain;
    object-position: top center;
    aspect-ratio: 4 / 3;
}
.template-machine tbody td p {
    margin: 0;
}


.template-machine .table tr td:nth-child(1) {
    width: auto;
}

.template-machine tbody td {
    font-size: 16px;
    font-weight: 600;
    padding: .75rem;
}


.template-machine thead {
    background-color: #37beee;
}


.template-machine .table th:nth-child(1), .template-machine .table tr td:nth-child(1) {
    min-width: 0;
    width: auto !important;
    
}

.template-machine th, .template-machine td {
    min-width: 200px;
    text-align: left;
}

.template-machine .table-bordered thead th, .template-machine .table-bordered thead td{
    border-bottom-width: 0;
    color: #ffffff;
    width: 100%;
}

.employee-page-wrap h1, .template-machine h1,
.whistleblower-page-wrap h1 {
    font-size: 30px;
}

.template-machine .border-heading span:after{
 display: none;
} 
