@import url("fonts/stylesheet.css");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,900;1,300&display=swap");

/*-- Common Style --*/

html,
body {
    height: 100%;
}

body {
    background-color: #ffffff;
    line-height: 1.42857;
    font-size: 14px;
    font-weight: normal;
    font-family: "AlshayaGroup", sans-serif;
    color: #43474e;
    overflow-x: hidden;
}

a,
button {
    cursor: pointer;
}

*:focus {
    outline: none !important;
    box-shadow: none !important;
}

a,
a:hover,
a img,
a:visited,
a:active,
a:focus {
    text-decoration: none;
    outline: 0;
}

ul,
ol {
    /* list-style: none; */
    padding: 0 0 0 1rem;
}

button,
input[type="submit"] {
    cursor: pointer;
}

img {
    height: auto;
    max-width: 100%;
}

section {
    margin: 40px 0px 50px;
}

#content {
    padding-top: 126px;
    min-height: auto !important;
}

a {
    color: #29abe2;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

a:hover {
    color: #29588c;
}

h2,
.aboutpage h1 {
    color: #43474e;
    font-size: 34px;
    margin-bottom: 1rem;
}

.aboutpage h1 {
    font-size: 24px;
}

.links {
    color: #29abe2;
}

.blue-btn,
.grey-btn {
    background: #2a588d;
    font-size: 16px;
    border-radius: 0px;
    /* padding: 6px 20px; */
    padding: 14px 20px 6px; /* change accroding to font */
    color: #ffffff;
}

.grey-btn {
    background: #dedede;
    color: #43474e;
}

.blue-btn:hover {
    color: #ffffff;
    background: #1f4979;
}

/* header */

#header .header-bar {
    -webkit-transition: padding 0.2s ease;
    -moz-transition: padding 0.2s ease;
    -o-transition: padding 0.2s ease;
    transition: padding 0.2s ease;
}

#header .affix {
    padding-top: 0.2em !important;
    padding-bottom: 0.2em !important;
    -webkit-transition: padding 0.2s linear;
    -moz-transition: padding 0.2s linear;
    -o-transition: padding 0.2s linear;
    transition: padding 0.2s linear;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

header .navbar-brand img {
    height: 75px;
}

.navbar-toggler.collapsed > .close,
.navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
    display: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: none;
    width: 16px;
    height: 14px;
    display: flex;
}

.navbar-toggler .close {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    color: #2a588d;
    opacity: 1;
}

.close:hover {
    color: #29588c;
}

.hamburger {
    position: relative;
}

.hamburger,
.hamburger::before,
.hamburger::after {
    cursor: pointer;
    border-radius: 1px;
    height: 2.5px;
    width: 16px;
    background: #2a588d;
    display: block;
    content: "";
    transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
}

.hamburger::before {
    top: -5.5px;
    width: 16px;
    position: absolute;
}

.hamburger::after {
    bottom: -5.6px;
    width: 10px;
    position: absolute;
}

header {
    background: #ffffff;
}

header .navbar-expand-lg .navbar-nav {
    flex-wrap: wrap;
}

header .navbar-expand-lg .navbar-nav a {
    font-size: 16px;
    color: #43474e !important;
    padding: 12px 10px 2px !important; /* accroding to font */
    margin: 0 5px;
    display: block;
}

header .navbar-expand-lg .navbar-nav a:hover,
header .navbar-expand-lg .navbar-nav li.active a {
    background: #29588c;
    color: #fff !important;
}

.top-right-bar {
    display: block;
    height: 36px;
}

#header .affix .top-right-bar {
    display: none;
}

.country-select .dropdown .countryname {
    display: inline-block;
    padding: 0.5rem 1rem 0.5rem 0rem;
    position: relative;
}
.country-select .dropdown .countryname .flagicon {
    height: 20px;
}

.country-select .dropdown .dropdown-toggle::after {
    color: rgba(220, 220, 220, 1);
    content: "\f078";
    font-family: "Font Awesome\ 5 Free";
    font-size: 14px;
    height: 5px;
    pointer-events: none;
    position: absolute;
    top: 10px;
    width: 10px;
    font-weight: 900;
    border: 0px;
}

.social-media {
    display: flex;
    align-items: center;
}

.social-media a {
    color: #808080;
    border: 2px solid #808080;
    padding: 0.25rem;
    font-size: 12px;
    margin-right: 3px;
    display: flex;
    align-items: center;
}

.social-media a:hover {
    color: #29588c;
}

.text-head {
    font-size: 14px;
    color: #29abe2;
    font-weight: bold;
    padding: 1rem 0.5rem 0.75rem 0rem;
}

.country-box-heading {
    font-size: 26px;
    color: #43474e;
    padding: 1rem 0.5rem 0.75rem 0rem;
}

.country-box-heading em {
    color: #2a588d;
    margin-right: 10px;
}

.global-lang,
.country-lang {
    padding: 1rem 0.5rem 0.5rem 0rem; /* change style.rtl */
    border-top: 0.5px solid #e4e5e6;
}

.global-lang {
    background-color: #eff8ff;
    border: 0px;
    padding-left: 0.25rem;
}

.global-lang,
.country-lang {
    margin-right: 20px;
}

.global-lang,
.country-lang a {
    color: #29abe2;
    font-size: 14px;
}

.global-lang a {
    font-weight: bold;
}

.global-lang .languageselect a,
.country-lang .languageselect a {
    font-size: 11px;
    color: #2a588d;
}

.mena_country {
    max-height: 240px;
}

#description,
#non-mena-description {
    overflow: hidden;
    position: relative;
}

.midmenu {
    position: absolute;
    padding: 20px 20px 50px;
    float: left;
    top: 10px !important;
    left: auto;
    right: auto;
    max-width: 430px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border: 0px;
    transform: translate3d(128px, 30px, 0px) !important;
    max-height: 92vh;
    overflow-y: auto;
}

.searchbox {
    margin-bottom: 20px;
}

.searchbox .form-control {
    height: calc(1.5em + 1.75rem + 2px);
    font-size: 16px;
    color: #10384f;
    border: 1px solid #e4e5e6;
    border-radius: 0px;
    padding: 0.375rem 0.75rem 0rem; /* change accroding to font */
}

.searchbox .form-control:focus {
    border-right: 0px;
}

.searchbox .btn {
    background: #2a588d;
    color: #ffffff;
    border-radius: 0;
    padding: 0.65rem 1.2rem 0rem; /* change accroding to font */
}

.searchbox.location-brands-search .btn {
    background: #ffffff;
    border: 1px solid #e4e5e6;
    border-left: 0px;
    color: #43474e;
}

/* Main search box */
#header .togglesearch {
    background: #dedede;
    position: absolute;
    top: -36px;
    right: 0%;
    width: 100%;
    height: 126px;
    display: none;
    margin: 0 auto;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

#header .affix .togglesearch {
    top: -0.2em;
}

.togglesearch .form-control {
    height: calc(1.5em + 2.75rem + 2px);
    font-size: 32px;
    color: #10384f;
    font-weight: 500;
    border: 0px;
    border-radius: 0px;
    background: #dedede;
}

.togglesearch input::placeholder {
    font-weight: 500;
    color: #999999;
}

.searchbar {
    display: none;
}

.navbar-nav .searchbar {
    display: flex; /* change accroding to font */
}
header .navbar-expand-lg .navbar-nav .searchbar a {
    padding: 10px 5px 2px !important; /* change accroding to font */
}

.togglesearch .togglesearchicon {
    font-size: 18px;
}

/* home page slider  */
.hero-section {
    margin: 0px;
}

.home-full-item .bg-image {
    max-height: 450px;
    //height: 450px;
    object-fit: cover;
    object-position: right center;
}

.privileges-slider .home-full-item .bg-image {
    object-position: bottom;
}

/* mobile image */
.owl-carousel .owl-item .home-full-item .m-image,
.owl-carousel .owl-item .home-full-item .t-image,
.owl-carousel .owl-item .home-full-item .alter-image {
    display: none;
}

.aboutpage .home-full-item .bg-image {
    max-height: 100%;
    height: auto;
}
.aboutpage .hero-section {
    margin-bottom: 25px;
}

/* .privileges-slider .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.privileges-slider .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
} */

.privileges-slider .owl-theme .owl-nav {
    margin-top: 0px;
}

.home-full-item .carousel-caption {
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    padding: 0;
    text-align: initial;
    bottom: 40px;
    overflow: hidden;
}

/* .privileges-slider .home-full-item .carousel-caption {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    padding: 0;
    text-align: initial;
    bottom: 0px;
    overflow: hidden;
} */

.home-full-item .carousel-caption h1 {
    color: #ffffff;
    padding-right: 20px;
    font-size: 42px; 
    margin-bottom: 10px;
    background: rgba(0, 0, 0, 0.5);
    padding: 25px 10px 2px; /* change according to font */
    /* line-height: 1; */
}

.privileges-slider .carousel-caption h1,
.privileges-slider .carousel-caption p {
    background: none;
    text-transform: none;
}

.privileges-slider .container.py-4 {
    padding: 0px !important;
}

.home-full-item h1 span {
    text-transform: uppercase;
}

.home-full-item p {
    font-size: 20px;
    letter-spacing: 0.48px;
    margin-bottom: 1.3rem;
    line-height: 28px;
    /* background: rgba(0, 0, 0, 0.5); */
    padding: 4px 10px 5px; /* change accroding to font */
}

.home-full-item.light-item p,
.home-full-item.light-item h1 {
    color: #43474e;
    background: rgba(255, 255, 255, 0.8);
}

.home-full-item.dark-item p,
.home-full-item.dark-item h1 {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.6);
}

.home-full-item .blue_btn,
.cta-btn-sec .blue_btn {
    /* background: #2a588d; */
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-size: 18px;
    padding: 14px 10px 2px; /* change accroding to font */
    border-radius: 0px;
}

.home-full-item .blue_btn:hover,
.cta-btn-sec .blue_btn:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: #43474e;
}

/* features section */
.features-types {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.features-types .row {
    justify-content: center;
}

.features-types .features-link {
    color: #43474e;
}

.features-types .features-link:hover {
    color: #2a588d;
}

.features-title {
    font-size: 24px;
    margin: 1.3rem 0 0.5rem; /* change accroding to font */
}

.features-types p {
    font-size: 14px;
    padding: 0 0px;
    margin-bottom: 10px;
}

.aboutpage .features-types p {
    padding: 0px;
}

.featurespic .img-fluid,
.who-we-are .img-fluid {
    width: 100%;
    border: 1px solid #43474e;
}

#owl-logo-slider.owl-carousel .item {
    height: 152px;
    background: #ffffff;
    border: 1px solid #e4e5e6;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#owl-logo-slider.owl-carousel .item img {
    max-width: 100%;
    margin: 0 auto;
    max-height: 148px;
    width: 200px;
    height: auto;
}

/* .overaly {
    background-color: #d3d3d3 !important;
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
    opacity: 0;
    z-index: 999;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
} */

/* hover effect in brand logo */
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: auto;
    height: 100%;
    width: 100%;
    max-width: 94%;
    opacity: 0;
    transition: 0.5s ease;
    background-color: #d3d3d3;
    border-radius: 0px;
    cursor: pointer;
}

#owl-logo-slider.owl-carousel .item .overlay {
    background-color: #d3d3d3;
}

#owl-logo-slider.owl-carousel .item:hover .overlay {
    opacity: 0.9;
}

.text {
    color: white;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.text a {
    color: #43474d;
    font-size: 24px;
}

/* news social sections  */

.news-social .post-item-header {
    display: inline-block;
    margin-bottom: 25px;
}

.news-social .owl-stage-outer,
.brandslogo .owl-stage-outer {
    padding: 0 5px;
}

.news-social .owl-stage-outer:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: 32px;
    left: 0;
    right: 0;
    border-top: 1px solid #dcdcdc;
}

.news-social .item,
.brandslogo .item {
    margin: 0 10px;
}

.social-feed {
    max-width: 100%;
    max-height: 500px;
    overflow-y: auto;
}

.brandslogo .item {
    margin: 0 15px;
}

.brandslogo .item:first-child {
    margin-left: 0px;
}

.news-social .card {
    min-height: 475px;
}

/* .news-social .col-md-4 h2{
    font-size: 21px;
} */

@media all and (-ms-high-contrast: none) {
    .news-social .card {
        display: block;
    }
}

.news-social .card-body {
    padding: 1.25rem 0.8rem 2.1rem;
}

.dateItem {
    color: #29588c;
    /* padding: 12px 15px; */
    padding: 12px 15px 0px; /* change accroding to font */
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    display: flex;
    position: relative;
    background: #ffffff;
    line-height: 1;
}

.detials-news .dateItem {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    min-width: 65px;
}

.detials-news .dateItem .m,
.detials-news .dateItem .y {
    text-align: center;
}

.detials-news .dateItem .d {
    font-size: 30px;
}

.dateItem .d {
    font-size: 42px;
    text-align: center;
    padding-left: 3px;
     padding-right: 3px;
    padding-top: 10px; /* change accroding to font */
}

.dateItem .m,
.dateItem .y {
    color: #43474e;
    font-size: 14px;
    display: block;
    line-height: 20px;
    font-weight: 500;
}

.dateItem::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 20px;
    width: 14px;
    height: 14px;
    border: 1px solid #dcdcdc;
    border-right: 0;
    border-bottom: 0;
    transform: rotate(225deg);
    background: #ffffff;
}

.detials-news .dateItem::after {
    transform: rotate(138deg);
    right: -6px;
    left: unset;
    bottom: 50%;
    height: 10px;
    width: 10px;
}

.bottom-border {
    height: 8px;
    margin-top: -4px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.post-item-header .bottom-border {
    margin-top: -5px;
}

.news-social .card-body h3 a {
    color: #43474e;
    font-size: 20px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-social p {
    color: #43474e;
    font-size: 14px;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}

.news-social .card-body a {
    color: #29abe2;
    font-size: 14px;
    display: block;
}

.news-social a:hover {
    color: #28486b;
}

.socialmedia-menu .nav-tabs .nav-link {
    border: 0px;
    background: #dedede;
    color: #43474e;
    border-radius: 0px;
    margin-right: 1px;
    font-size: 18px;
    /* padding: 0.5rem 1.2rem; */
    padding: 0.75rem 1.2rem 0; /* change accroding to font */
}

.socialmedia-menu .nav-tabs .nav-link.active,
.socialmedia-menu .nav-link:focus,
.socialmedia-menu .nav-link:hover {
    color: #495057;
    background: #29588c;
    border: 0px;
    color: #ffffff;
}

.socialmedia-menu .nav-tabs {
    border-bottom: 2px solid #29588c;
}

.socialmedia-menu .nav-tabs .nav-item {
    margin-bottom: 0px;
}

.detials-news h3 a {
    color: #43474e;
}

.detials-news h3 a:hover {
    color: #29588c;
}

.aboutpage .detials-news h3 {
    font-size: 16px;
    margin-bottom: 0.75rem;
}

.detials-news .card-body {
    padding: 1rem 1rem 0.5rem;
}

/* who we are */

.who-we-are ul {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.who-we-are ul li {
    padding: 1.2rem 6rem 0rem 0.75rem; /* change accroding to font */
    line-height: 22px;
    position: relative;
    display: block;
    border: 1px solid #dddddd;
}

.who-we-are p {
    padding: 0.8rem .5rem 0rem 0.75rem;
}

.who-we-are ul li:first-child {
    padding-top: 0.6rem;
}

.who-we-are ul li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.who-we-are ul li {
    border-width: 0 0 1px;
}

.who-we-are ul li + .who-we-are ul li {
    border-top-width: 0px !important;
}

/* notification popup */
.notification-popup {
    background: #fff7e5;
    padding: 20px 0px;
    margin: 0px;
}

.notification-popup p {
    font-size: 14px;
    color: #43474e;
    margin-bottom: 10px; /* change accroding to font */
}

.notification-popup a.btn {
    background: #ffffff;
    color: #2a588d;
    border: 1px solid #2a588d;
    border-radius: 0px;
    padding: 0.5rem 0.75rem 0rem; /* change accroding to font */
}

.notification-popup a {
    font-size: 13px;
    color: #29abe2;
    text-transform: uppercase;
    font-weight: bold;
}

.notification-popup a.close {
    float: none;
    opacity: 1;
}

/* footer */

#footer {
    background: #29588c;
    padding: 20px;
}

#footer .navbar-nav {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

#footer .navbar-nav li {
    /* border-right: 1px solid #fff; */
    line-height: 18px;
    padding-top: 5px; /* change accroding to font */
    position: relative;
}
#footer .navbar-nav li::after {
    position: absolute;
    top: 3px;
    left: 0;
    width: 1px;
    height: 14px;
    content: "";
    background: #fff;
}
#footer .navbar-nav li:first-child:after {
    display: none;
}

#footer .navbar-nav li:last-child {
    border: 0px;
}

#footer .navbar-nav a,
#footer p a,
#footer p {
    color: #ffffff;
    font-size: 12px;
    padding: 0 7px;
}
#footer a:hover{
    color:#DEDEDE;
}

/* breadcrumb */
.breadcrumbsection {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    margin: 0px 0px 60px;
    background: #f9f9f9;
}

.breadcrumbsection .breadcrumb {
    margin-bottom: 0px;
    /* padding: 0.9rem 1rem 0.9rem 0rem; */
    padding: 0.9rem 1rem 0.5rem 0rem; /* change accroding to font */
    justify-content: flex-end;
}

.breadcrumb-item a {
    color: #43474e;
}

.breadcrumb-item a:hover {
    color: #2a588d;
}

.breadcrumb-item.active {
    color: #29abe2;
}

.breadcrumbsection .breadcrumb.bg-white {
    background: transparent !important;
}

/* about page */
.aboutpage {
    margin: 30px 0px 40px;
}

.aboutpage .list-group {
    border-radius: 0px;
}

.aboutpage .dropdown {
    display: none;
}

/* sidebar */

.scrollheight {
    max-height: 300px;
}

.list-group-item {
    /* padding: 0.5rem 1rem; */
    padding: 0.75rem 1rem 0.25rem; /* change accroding to font */
    border-color: #dddddd;
}

.list-group {
    list-style-type: none;
}

.list-group .dropdown-menu,
.dropdown .dropdown-menu > div.dropdown-menu {
    position: relative !important;
    top: 100% !important;
    transform: none !important;
}

.aboutpage .dropdown-menu .list-group-item {
    margin-bottom: 0px;
    color: #747a85;
}
.careerssub .list-group-item + .list-group-item {
    border-top-width: 1px !important;
}
.careerssub .list-group-item:first-child{
   display:none;
}

.list-group-item + .list-group-item {
    border-top-width: 0px !important;
}

.aboutpage .dropdown-menu a:last-child.list-group-item,
.dropdown .dropdown-menu .list-group-item.dropdown-toggle,
.aboutpage .list-group.list-brands .list-group-item {
    margin-bottom: -1px;
}

.list-group .dropdown-menu .list-group-item,
.dropdown .dropdown-menu .dropdown-menu .list-group-item,
.list-group .list-menu .list-group-item {
    padding-left: 25px;
}

.list-group .dropdown-toggle::after,
.dropdown-menu a.dropdown-toggle::after,
.list-group a.dropdown-toggle[aria-expanded="false"]::after {
    border-top: 0.5em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    position: absolute;
    right: 10px;
    top: 15px;
    margin: 0;
    color: #999999;
    transform: rotate(0deg);
    transition: all 0.25s ease-in;
}

.list-group li.show a.dropdown-toggle::after,
.list-group a.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
    transition: all 0.25s ease-out;
    color: #29588c;
}

.aboutpage .list-group-item,
.list-group.list-brands .list-menu .list-group-item {
    color: #808080;
    margin-bottom: 0px;
}

.dropdown .dropdown-menu a.dropdown-toggle::after {
    display: none !important;
}

.dropdown .dropdown-menu a.dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.caret,
.caret-up {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5em 0.4em 0 0.4em;
    border-color: #999999 transparent transparent transparent;
    display: inline-block;
    margin-left: 6px;
    top: -3px;
    position: relative;
    transform: rotate(0deg);
    transition: all 0.25s ease-in;
}

.caret-up {
    transform: rotate(180deg);
    transition: all 0.25s ease-out;
    border-color: #29588c transparent transparent transparent;
}

.aboutpage .list-group .list-group-item.dropdown-toggle,
.aboutpage .list-group .dropdown-menu .list-group-item {
    border-top-width: 1px !important;
    margin-bottom: 0px;
}

.aboutpage .list-group.list-brands .mCSB_container .list-group-item {
    margin-bottom: 0px;
}

.aboutpage .list-group.list-brands li:first-child .list-group-item

/* .aboutpage .list-group.list-brands .dropdown-menu a:first-child.list-group-item */ {
    border-top-width: 1px !important;
}

/* .aboutpage .list-group.custom-scrollbar-js li:first-child .list-group-item, */
.list-group.list-brands .list-menu a:first-child.list-group-item {
    border-top-width: 0px !important;
}

/* .aboutpage .list-group.list-brands .mCSB_container li:last-child .list-group-item.dropdown-toggle, */
.dropdown-menu li:first-child .list-group-item {
    border-bottom-width: 0px !important;
}

/* .aboutpage .list-group.list-brands .mCSB_container .list-group-item{
    border-left-width: 0px !important;
    border-right-width: 0px !important;
} */

.aboutpage .list-group .dropdown-menu .list-group-item,
.aboutpage .list-group.list-brands li .list-group-item.active {
    border-top-width: 0px;
}

.aboutpage .list-group-item.active {
    color: #29abe2;
    background: none;
    border-color: #dddddd;
    margin-top: -1px;
    border-top-width: 1px;
}

.aboutpage .list-group-item.active,
.aboutpage .list-group-item:hover,
.list-group.list-brands .list-menu .list-group-item.active,
.list-group.list-brands .list-menu .list-group-item:hover,
.list-group-item-action:focus,
.list-group.list-brands .list-menu .list-group-item:focus

/* 28 may */ {
    color: #29abe2;
    background-color: transparent;
    border-color: #dddddd;
}

.aboutpage p,
.contactuspage p {
    margin-bottom: 10px;
}

.side-text-box .card {
    border-radius: 0px;
    padding: 20px 15px 15px 15px;
}

.side-text-box .card-img-top {
    border-radius: 0px;
    margin-bottom: 0.75rem;
}

.side-text-box.location-flag .card-img-top {
    width: auto;
    margin: 0 auto;
}

.side-text-box .card .card-body {
    padding: 0.75rem 0 0;
}

.side-text-box .socialmedia-menu .nav-tabs .nav-link {
    font-size: 15px;
    /* padding: 0.5rem 0.6rem; */
    padding: 0.95rem 0.6rem 0.25rem; /* change accroding to font */
}

.aboutpage h1,
.contactuspage h1 {
    font-size: 24px;
    margin-bottom: 1rem;
}

.aboutpage h2,
.terms-condtions h2 {
    /* font-size: 28px; */
    font-size: 24px;
}

.aboutpage h3,
.contactuspage h3,
.contactuspage h2 {
    font-size: 24px;
    margin-bottom: 1rem;
}

.dropdown-select {
    background: #ffffff;
    border: 1px solid #dddddd;
    display: flex;
    width: 100%;
    margin-bottom: 25px;
    padding: 0.5rem 1rem;
    color: #29abe2;
    text-align: left;
    justify-content: space-between;
    align-items: center;
}

.dropdown-select span {
    color: #43474e;
}

.aboutpage .dropdown-menu {
    width: 100%;
    padding: 0px;
    margin: 0;
    float: none;
    border-radius: 0px;
    font-size: 14px;
    border: 0px;
}

/* privileges page */

.privileges-slider .privileges-logo {
    height: 70px;
    width: 152.5px !important;
    margin-bottom: 40px;
}

.privileges-slider .home-full-item h1,
.privileges-slider .home-full-item h1 strong {
    font-size: 55px;
    text-transform: unset;
    line-height: 1; /* add - change accroding to font */
    padding-bottom: 0px; /* add - change accroding to font */
}

.privileges-slider h1 strong {
    color: #977b48;
    text-shadow: 1.5px 1.5px 0px #000;
    display: inline;
}

.privileges-slider p {
    text-shadow: 1.5px 1.5px 0px #000;
    font-weight: 300;
}

.member-benefits-sec {
    background: #f6f3ed;
    padding: 30px 0px 40px;
    margin-top: 0;
    margin-bottom: 30px;
}

.member-benefits-sec h2,
.get-started-sec h2 {
    font-size: 24px;
    color: #764a13;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 1px;
}

.member-benefits-sec h3 {
    font-size: 18px;
    color: #764a13;
}

.member-benefits-sec .media {
    align-items: center;
}

.member-benefits-sec .media p {
    margin-bottom: 0px;
}

.member-benefits-sec .icon {
    background: #fff;
    width: 75px;
    height: 75px;
    border: 1px solid #d8d5d0;
    box-shadow: 0 0 0 5px #ece9e4;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.member-benefits-sec .icon:hover img {
    -webkit-animation: TextSprite 0.5s forwards;
    -moz-animation: TextSprite 0.5s forwards;
    -ms-animation: TextSprite 0.5s forwards;
    -o-animation: TextSprite 0.5s forwards;
    animation: TextSprite 0.5s forwards;
}

@-webkit-keyframes TextSprite {
    49% {
        -webkit-transform: translateY(-100%);
    }

    50% {
        -webkit-transform: translateY(100%);
        opacity: 0;
    }

    51% {
        opacity: 1;
    }
}

.get-started-sec h3 {
    font-size: 32px;
    text-transform: uppercase;
    color: #222;
    letter-spacing: 2px;
}

.get-started-sec .col-lg-6 p {
    font-size: 18px;
    color: #222;
}

.get-started p {
    font-size: 22px;
}

.transition {
    color: #ab925e;
    text-decoration: underline;
}

.transition:hover {
    color: #222;
}

.contactuspage .fab {
    color: #808080;
}

.contactuspage {
    margin-top: 30px;
}

/* accordion */
#accordion {
    margin: 30px 0px;
}

.accordion .mb-0 > a {
    display: block;
    position: relative;
}

.accordion h3 a {
    color: #29588c;
    font-size: 14px;
    font-weight: bold;
}

.accordion h3 a.collapsed {
    font-weight: normal;
}

.accordion .card {
    padding: 0px;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

.accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion .card:last-child {
    border-bottom: 0;
}

.accordion > .card {
    overflow: hidden;
    background: #f9f9f9;
    border-left: 0px;
    border-right: 0px;
}

.accordion .card-header {
    background: #f9f9f9;
    border-radius: 0px;
    border-bottom: 0px;
    padding: 1.1rem 1.25rem 0.5rem; /* add - change accroding to font */
}

.accordion .card .card-body {
    padding: 0.5rem 1.25rem 0.5rem 3rem;
}

.accordion .card .card-body .media-section.infolisting {
    margin-top: 0px;
}

.hidden-xs {
    display: block;
}

.visible-xs {
    display: none;
}

.privileges-club-faq #accordion .card .card-body {
    padding: 0.35rem 1.25rem 0 3.2rem;
}

.privileges-club-faq #accordion h3 a {
    color: #764a13;
    font-size: 21px;
    font-weight: bold;
}

.privileges-club-faq #accordion h3 a.collapsed {
    font-weight: normal;
}

.privileges-club-faq #accordion p {
    margin-bottom: 1rem;
}

.brand-accordion.accordion > .card {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 0px;
    margin-bottom: 15px;
}

.accordion.brand-accordion .card-header {
    background: #ffffff;
    border-radius: 0px;
    padding: 1.2rem 1.25rem 0.45rem; /* add style change accroding to font */
}

.accordion.brand-accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 1px solid #dcdcdc;
}

.accordion.brand-accordion .card .card-body {
    padding: 0.5rem 1.25rem 0 1.25rem;
}

.accordion.brand-accordion h3 a {
    font-size: 21px;
    font-weight: normal;
    color: #43474e;
}

/* feedback form */
.feedback-form .blue-btn,
.blue-btn.linkbutton {
    font-size: 14px;
}

#jobSearch select {
    border-radius: 0px;
    border-color: #e4e5e6;
    font-size: 14px;
    color: #444444;
    padding: 0.375rem 0.75rem 0rem; /* add - change accroding to font */
}

/* add - change accroding to font */
#jobSearch input[type="file"] {
    font-family: "Lato", sans-serif;
    font-size: 13.5px;
    font-weight: 500;
}
.feedback-form input[type="number"].form-control {
    padding-right: 5px;
}

#jobSearchjobSearch input[type="file"] {
    background: #ffffff;
}

#jobSearch select {
    appearance: none !important;
    -webkit-appearance: none;
    cursor: pointer;
    padding-right: 25px;
    padding-left: 0.5rem;
}

.form-select {
    position: relative;
    display: block;
}

#jobSearch select::after {
    color: #444444;
    content: "\f078";
    font-family: "Font Awesome\ 5 Free";
    font-size: 10px;
    height: 5px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 10px;
    font-weight: 900;
}

/* brands filter */

.filters ul,
.customcusom_block_home {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.filters ul li {
    list-style: none;
    /* padding: 5px 10px; */
    padding: 10px 10px 0px; /* change accroding to font */
    cursor: pointer;
    position: relative;
    font-size: 16px;
    margin: 0 7px 10px 0px;
}

.filters ul li.active,
.filters ul li:hover {
    background: #29588c;
    color: #fff;
}

.customcusom_block_home {
    margin: 0 0 25px 0px;
    padding: 0 0 15px 0px;
    border-bottom: 1px solid #eeeeee;
}

.customcusom_block_home a {
    background: #dedede;
    border: 1px solid transparent;
    /* padding: 8px 25px; */
    padding: 12px 25px 4px; /* change accroding to font */
    font-size: 14px;
    margin: 0 10px 12px 0px;
    color: #43474e;
    font-weight: bold;
}

.customcusom_block_home a.active {
    color: #2a588d;
    border: 1px solid #2a588d;
}

.customcusom_block_home a:hover,
.food-delivery-brand .customcusom_block_home a:hover {
    color: #fff;
    background: #29588c;
    border: 1px solid #2a588d;
}

/* .customcusom_block_home.camp_btn a:hover{
    border: 1px solid transparent;
} */

.filters-content {
    margin-top: 30px;
    overflow: hidden;
}

.filters-content .show {
    opacity: 1;
    visibility: visible;
    transition: all 350ms;
}

.filters-content .hide {
    opacity: 0;
    visibility: hidden;
    transition: all 350ms;
}

.filters-content .item,
.brand-image {
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #e4e5e6;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filters-content .item {
    height: 140px;
}

.brand-image {
    margin-bottom: 20px;
    height: 122px;
}

.brand-image img {
    height: 116px;
}

.filters-content .item::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d3d3d3;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    z-index: 1;
}

.filters-content .item:hover::before {
    opacity: 0.15;
}

.filters-content .item img {
    transition: all 0.3s ease-in-out;
}

.filters-content .item:hover img {
    transform: scale(1.08);
}

/* brands locator store */

.brands-store .table thead {
    background: #0e4b91;
    color: #ffffff;
}

.brands-store .table th a {
    color: #ffffff;
}

.brands-store .table-striped tbody tr:nth-of-type(2n + 1) {
    background-color: #eaeaea;
}

.brands-store .table-striped tbody tr:nth-of-type(2n + 2) {
    background-color: #d6d6d6;
}

.brands-store .table-bordered td,
.table-bordered th {
    border: 1px solid #ffffff;
}

.brands-store .table td {
    padding: 0.3rem 0.75rem;
    font-size: 12px;
}

.brands-store .table th {
    padding: 0.5rem 0.75rem;
}

.brands-title-display select {
    appearance: none !important;
    -webkit-appearance: none;
    cursor: pointer;
}

.brands-title-display .form-select::after {
    font-size: 8px;
    right: 0px;
    top: 0px;
    color: #dcdcdc;
    display: flex;
    align-items: center;
    height: 100%;
    border-left: 1px solid #e4e5e6;
    justify-content: center;
    width: 25px;
}

.brands-title-display .form-control {
    height: calc(1.3em + 0.35rem + 2px);
    font-size: 14px;
    padding: 0.075rem 0.5rem;
    width: 80px;
    border-radius: 0px;
    border-color: #e4e5e6;
}

.brands-title-display {
    align-items: flex-start;
}

.brands-title-display .form-inline {
    justify-content: flex-end;
}

.table-pagination .pagination {
    justify-content: center;
    padding-top: 20px;
}

.table-pagination .pagination .page-item {
    margin-right: 5px;
}

.table-pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0e4b91;
    border-color: #0e4b91;
}

.table-pagination .page-item .page-link {
    border-radius: 3px;
    /* padding: .15rem .5rem; */
    padding: 0.55rem 0.5rem 0; /* change accroding to font */
    background: #dcdcdc;
    border: 1px solid #dcdcdc;
    color: #48474e;
    line-height: 1; /* change accroding to font */
}

.table-pagination .page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #43474e;
    border-color: #43474e;
}

/* .custom-scrollbar-js,
.custom-scrollbar-css {
  height: 338px;
} */
.max-height-example #content-2 {
    max-height: 336px;
    height: auto;
}

#content-2 {
    display: block;
    overflow: auto;
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

#content-2 .mCSB_container.mCS_no_scrollbar {
    margin-right: 0px !important;
    margin-bottom: -1px;
    margin-left: 0px;
}

.mCSB_container {
    width: auto;
    margin-right: 10px !important;
    overflow: hidden;
}

#mCSB_1 {
    position: relative;
    height: 100%;
    overflow: hidden;
    max-width: 100%;
}

.mCSB_scrollTools {
    display: block;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
    position: relative;
    height: 20px;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
    display: block;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    background-image: url(images/mCSB_buttons.png);
    margin-left: -4px;
    background-repeat: no-repeat;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
    top: 100%;
    margin-top: -40px;
    background-position: 0 -20px;
}

.mCSB_scrollTools {
    display: block;
    width: 14px;
    height: 100%;
    top: 0;
    right: 0;
    background: #dedede !important;
    z-index: 1002;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_dragger {
    height: 102px;
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto 0 9px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    line-height: 102px;
    background: #29588c !important;
    width: 5px;
    height: 100%;
    margin: 0 auto 0 4.5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
}

.latest-news-sec {
    font-size: 16px;
    margin-bottom: 20px;
}

.latest-news-sec .img-fluid {
    width: 100%;
}

.latest-news-sec .news-title {
    margin-top: 15px; /* change accroding to font */
    color: #29588c;
}

.latest-news-sec p a {
    color: #43474e;
}

.latest-news-sec p a:hover {
    color: #29588c;
}

.aboutpage .serach-dropdown {
    margin-bottom: 20px;
}

.aboutpage .serach-dropdown .btn.btn-collapse {
    border: 1px solid #d1d1d1;
    border-radius: 0px;
    position: relative;
    display: flex;
    justify-content: space-between;
    color: #43474e;
    align-items: center;
    /* padding: .5rem .75rem; */
    padding: 0.75rem 0.75rem 0.25rem; /* change accroding to font */
}
.aboutpage .serach-dropdown .btn .fas {
    padding-bottom: 10px;
}

.aboutpage .serach-dropdown [aria-expanded="false"] .fas:before {
    content: "\f0d7";
    color: #999999;
}

.aboutpage .serach-dropdown [aria-expanded="true"] .fas:before {
    content: "\f0d8";
    color: #999999;
}

.aboutpage .serach-dropdown .card {
    margin-top: -1px;
    border-radius: 0px;
}

.aboutpage .serach-dropdown .feedback-form .form-group {
    margin-bottom: 0.6rem;
}

.aboutpage .serach-dropdown .card-body {
    padding: 0.85rem 1rem 1.25rem;
}

.aboutpage .serach-dropdown .feedback-form label,
.aboutpage .advance-serach-page .feedback-form label {
    color: #444444;
    margin-bottom: 4px;
    padding-top: 4px; /* add - change accroding to font */
}

.aboutpage .serach-dropdown .feedback-form .form-control {
    font-weight: normal;
}

.search-filter {
    display: flex;
    flex-wrap: wrap;
}

.press {
    color: #444444;
    background: #e4e5e6;
    border-radius: 3px;
    /* padding: 0px 7px; */
    padding: 10px 7px 0px; /* change accroding to font */
    margin: 0px 5px 5px 0px;
    line-height: 1; /* change accroding to font */
}

.custom-control-label::before,
.custom-control-label::after {
    width: 0.75rem;
    height: 0.75rem;
}

.custom-control-label::after {
    left: -1.47rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #e4e5e6;
    background-color: #ffffff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='4' fill='%23444'/%3e%3c/svg%3e");
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.fa-chevron-right {
    font-size: 10px;
}

.order-2 {
    -ms-flex-order: 1;
    order: 1;
}

.order-1 {
    -ms-flex-order: 2;
    order: 2;
}

a.a2a_i,
a.a2a_more span {
    font-family: Arial, Helvetica, sans-serif !important;
}

.light-font {
    font-weight: 300;
}

/* customer-zone */

.campaign-banner {
    position: relative;
    margin-bottom: 10px;
    margin-top: 20px;
}
.cta-btn-sec {
    position: absolute;
    bottom: 40px;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    padding: 0 15px;
}
.cust-zone-img {
    margin-bottom: 20px;
    /* border: 1px solid #707070; */
}

.cus-zone-desc {
    background: #67b9d6;
    color: #ffffff;
    /* padding: 10px 20px; */
    padding: 15px 20px 8px; /* change accroding to font */
    margin: 20px 0px;
}

.how-order {
    padding: 0 8px 18px;
}

.how-order .col-md-3 {
    padding: 0px 0;
}

.how-order .img-fluid {
    padding: 7px;
}

h2.order-title {
    font-size: 42px;
    font-weight: bold;
    color: #2a588d;
    line-height: 1;
    /* margin-bottom: 30px; */
    margin: 10px 0px; /* change accroding to font */
}

.ordr-num {
    color: #5b7088;
    font-size: 30px;
    /* display: inline-flex;
    align-items: center; */
}
.ordr-num img {
    margin-bottom: 10px; /* change accroding to font */
}

.food-delivery-brand .brand-image {
    background: #eeeeee;
    height: 126px;
    border: 0px;
}
.food-delivery-brand .col-lg-4, .campaign-brand-sec .col-lg-4{
    display: flex;
}

.food-delivery-brand .brand-image img {
    height: 90px;
}

.food-delivery-brand .card,
.campaign-brand-sec .card {
    border-radius: 0px;
    border-color: #eeeeee;
    width: 100%;
    margin-bottom: 20px;
}

.food-delivery-brand .customcusom_block_home,
.campaign-brand-sec .customcusom_block_home {
    border-bottom: 0px;
    padding: 0px 15px 5px;
    margin: 0px;
}

.food-delivery-brand .customcusom_block_home a {
    background: transparent;
    border: 1px solid #2a588d;
    color: #2a588d;
    /* padding: 5px 10px; */
    padding: 8px 10px 0px; /* change accroding to font */
}

.datepicker td,
.datepicker th {
    width: 2rem;
    height: 2rem;
    font-size: 0.85rem;
}
.date {
    position: relative;
}
.date button {
    position: absolute;
    right: 10px;
    top: 8px;
    height: auto;
    width: auto;
    display: flex;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
}

/* brands page map link - iframe */

.iframe-map {
    width: 100%;
    overflow: hidden;
}

.iframe-map .iframe-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.iframe-map iframe {
    margin-top: -140px;
    height: 100vh;
    margin-bottom: 0px;
    min-height: auto;
}

@media (max-width: 1024px) {
    .iframe-map iframe {
        margin-top: -160px;
    }
}

/* advance search page  */
.advance-serach-page .media {
    border: 1px solid #dcdcdc;
    padding: 0.75rem 1rem 0.25rem;
    color: #43474e;
    font-size: 14px;
    margin-bottom: 15px;
}
.advance-serach-page .media h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    padding-top: 5px; /* change accroding to font */
}
.advance-serach-page .media h3 a {
    color: #43474e;
}
.advance-serach-page .media hr {
    margin: 6px 0 12px;
}
.search-section-name {
    display: flex;
    margin-bottom: 5px;
}
.search-section-name span {
    font-size: 85%;
}
.advance-serach-page .links {
    display: block;
}
.section-name {
    color: #444444;
    background: #e4e5e6;
    /* padding:0 0.5rem; */
    padding: 10px 0.5rem 0; /* change accroding to font */
    border-radius: 3px;
    line-height: 0.8em;
}
.advance-serach-page .feedback-form {
    padding: 10px;
    border: 1px solid #dddddd;
    margin-bottom: 20px;
}

.advance-serach-page .feedback-form .blue-btn {
    padding: 10px 20px 2px;
}
.advance-serach-page .feedback-form .text-muted {
    font-size: 14px;
    color: #43474e !important;
}
.advance-serach-page .feedback-form .text-muted .badge {
    background-color: #43474d;
    color: #ffffff;
    font-size: 12px;
    padding: 0.65em 0.5em 0em;
    line-height: 0.8;
    font-weight: normal;
    border-radius: 10px;
}
.advance-serach-page .searchbox .form-control:focus {
    border-right: 1px solid #d1d1d1;
    z-index: 0;
}
.advance-serach-page .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.advance-serach-page .input-group-append {
    position: absolute;
    right: 10px;
    height: 100%;
    width: auto;
    display: flex;
    align-items: center;
}
.advance-serach-page .search-sec-img {
    height: 100px;
    width: 120px;
    object-fit: contain; /* change accroding to font */
    border: 1px solid #707070;
}

.advance-serach-page .result-sortby {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
}
.advance-serach-page .result-sortby h2 {
    color: rgba(67, 71, 78, 0.69);
    font-size: 18px;
    margin-bottom: 0px;
}
.aboutpage .advance-serach-page .result-sortby label {
    padding-top: 12px; /* change accroding to font */
    line-height: 1; /* change accroding to font */
}
.advance-serach-page .result-sortby .form-control {
    background: transparent;
    border: 0px;
    padding-left: 5px;
    padding: 6px 0.5rem 0px; /* change accroding to font */
}
.advance-serach-page .result-sortby .form-group {
    margin-bottom: 0px;
}

.error {
    color: #dc143c;
    font-weight: 400;
    display: block;
    padding: 6px 0 0;
    font-size: 13px;
    margin-bottom: 0px !important;
    font-style: normal !important;
    width: 100%;
    text-align:left;
}
.form-control.error {
    border-color: #dc143c;
    padding: 0.375rem 0.75rem;
}

/* Campaign secton */
.campaign-section .brand-image {
    background-size: 100% !important;
    height: 123px;
    border: 0px;
}
.campaign-section .brand-image img {
    height: 78px;
}

.campaign-section .customcusom_block_home a.active {
    color: #ffffff;
    border: 1px solid #db580d;
    background: #db580d;
}
.campaign-brand-sec .camp-card-desc {
    text-align: center;
    border-bottom: 0px solid #dcdcdc;
    padding:0px;
    margin-bottom: 10px;
}
.campaign-brand-sec .brand-image {
    margin-bottom: 15px;
}
.campaign-brand-sec .camp-card-desc p {
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.campaign-brand-sec .customcusom_block_home {
    align-items: center;
}
.campaign-brand-sec .customcusom_block_home a {
    background: transparent;
    border: 0px;
    border-bottom: 3px solid #db580d;
    color: #db580d;
    /* padding:5px 20px; */
    padding: 10px 10px 0px; /* change accroding to font */
}
/* .campaign-brand-sec .customcusom_block_home a:hover{
    color: #fff !important;
    background: #db580d;
    border: 0px solid #db580d;
    border-bottom: 3px solid #db580d;
} */

.campaign-section .modal-header,
#feedbackModal .modal-header {
    /* padding:0.5rem 1rem; */
    padding: 1rem 1rem 0.25rem; /* change accroding to font */
}
.campaign-section .modal-body {
    padding: 1.25rem 1rem;
}
.campaign-section .campaign-image-d {
    width: 100%;
}
.campaign-section .campaign-image-m,
.campaign-section .campaign-image-t {
    display: none;
}
.campaign-section .cus-zone-desc {
    background-size: cover !important;
    font-size: 24px;
    color: #043d51;
    font-weight: bold;
    padding: 0px;  /* change accroding to font */
}
.cta-btn-sec .blue_btn {
    padding: 10px 10px 0px; /* change accroding to font */
}

.carousel.mb-3 {
    margin-bottom: 1.5rem !important; /* change accroding to font */
}

.aboutpage .brands-store h1 {
    padding-top: 5px; /* change accroding to font */
}
.brands-store .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.5rem 0.5rem 0rem; /* change accroding to font */
}

/* popu up */

#poupmodal .close {
    float: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

.dataTables_wrapper .dataTables_length select {
    padding: 4px 4px 0px; /* change accroding to font */
}
.dataTables_wrapper .dataTables_filter input {
    padding: 6px 5px 0px; /* change accroding to font */
}
.aboutpage .features-types .container {
    padding: 0px;
}
.news-social h2,
.brandslogo h2,
.who-we-are h2 {
    margin-bottom: 5px; /* change accroding to font */
}
.who-we-are {
    margin-bottom: 40px;
}
.customer-zone-sect {
    margin: 20px 0px;
}
.sitemap-page {
    margin: 30px 0px 40px; /* 20 july */
}
.sitemap h1 {
    color: #234b82;
    display: block;
    font-size: 20px;
    overflow: hidden;
    padding-bottom: 6px;
    line-height: 1.5;
}
.sitemap .level_1,
.sitemap .level_2 {
    list-style-type: none;
    margin-left: 35px;
    padding: 0px;
}
.sitemap .level_1 li {
    margin-bottom: 10px;
}
.sitemap .level_1 a {
    font-weight: bold;
    color: #000;
}
.sitemap .level_2 a {
    color: #000;
    font-weight: normal;
}
.sitemap ul .level_2 {
    display: flex;
    flex-wrap: wrap;
}
.sitemap ul .level_2 li {
    flex: 0 0 30%;
    margin-bottom: 0px;
}
/* partnership */
.partnership-section table {
    text-align: center;
}
.partnership-section .table-bordered th {
    border: 1px solid #cecfd5;
    font-size: 16px;
    padding: 15px 20px 5px;
}
.partnership-section table thead {
    background: #0094bb;
    color: #ffffff;
}
.partnership-section table th,
.partnership-section table td {
    vertical-align: middle;
    padding: 10px 20px;
    font-size: 18px;
}
.bank-bg {
    background: #ddd;
}
.partnership-section table .term-cond {
    background: #f5f5f5;
    padding: 15px 20px 0px;
    font-size: 14px;
    text-align: left;
}
.partnership-section .grey-bg {
    background: #f5f5f5;
}
.term-cond ul {
    color: #231f20;
    margin-bottom: 5px;
    padding-left: 1.75rem;
}
.aboutpage .term-cond ul li {
    padding-bottom: 0px;
}
.partnership-section hr {
    border-color: #aaa;
    margin-top: 20px;
    margin-bottom: 20px;
}
.partnership-section hr:last-child {
    display: none;
}
.partnerbrandslogo #owl-logo-slider.owl-carousel .item {
    height: 100px;
    border-radius: 4px;
}
.partnerbrandslogo #owl-logo-slider.owl-carousel .item img {
    max-height: 88px;
    width: 110px;
    height: auto;
}

.partnerbrandslogo .item:first-child {
    margin-left: 0px;
}
.partnerbrandslogo .item {
    margin: 0 15px;
    margin-left: 15px;
}
.partnerbrandslogo .owl-theme .owl-nav .owl-next {
    right: -35px;
}
.partnerbrandslogo .owl-theme .owl-nav .owl-prev {
    left: -35px;
}
.partnerbrandslogo .owl-theme .owl-nav .owl-prev,
.partnerbrandslogo .owl-theme .owl-nav .owl-next {
    top: 35%;
    color: #cccccc !important;
}
.partnerbrandslogo .owl-theme .owl-nav {
    margin-top: 0px;
}
.aboutpage ul li,
.aboutpage ol li {
    padding-bottom: 10px;
}
.aboutpage ul li:last-child,
.aboutpage ol li:last-child{
    padding-bottom: 0px;
}
.aboutpage ul li ul,
.aboutpage ol li ul {
    padding-top: 10px;
    padding-left: 0px;
}
.aboutpage ul.list-group li , .aboutpage ul.dropdown-menu li {
    padding-bottom: 0px;
}
.aboutpage .filters ul li {
    padding-bottom: 0px;
}
.advance-serach-page span.highlight {
    font-weight: normal;
    padding: 6px 4px 0px;
    border-radius: 3px;
    line-height: 0;
    background-color: #FFFFCC;
}
#scroll  {
    position: fixed;
    bottom: 2em;
    right: 0px;
    display: none;
    background-color: #F7F7F7;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjFweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSIwIDAgMjEgMTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIxIDEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxyZWN0IHg9IjQiIHk9IjYiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjkiIHk9IjEiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjEwIiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSI4IiB5PSIyIiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSI3IiB5PSIzIiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSI2IiB5PSI0IiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSI1IiB5PSI1IiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSI1IiB5PSI3IiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSIxMCIgeT0iMiIgZmlsbD0iIzQzNDc0RCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPg0KPHJlY3QgeD0iMTEiIHk9IjEiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjkiIHk9IjMiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjgiIHk9IjQiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjciIHk9IjUiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjYiIHk9IjYiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjE1IiB5PSI3IiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSIxMCIgeT0iMiIgZmlsbD0iIzQzNDc0RCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPg0KPHJlY3QgeD0iOSIgeT0iMSIgZmlsbD0iIzQzNDc0RCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPg0KPHJlY3QgeD0iMTEiIHk9IjMiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjEyIiB5PSI0IiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSIxMyIgeT0iNSIgZmlsbD0iIzQzNDc0RCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPg0KPHJlY3QgeD0iMTQiIHk9IjYiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjE2IiB5PSI2IiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSIxMSIgeT0iMSIgZmlsbD0iIzQzNDc0RCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPg0KPHJlY3QgeD0iMTAiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjEyIiB5PSIyIiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSIxMyIgeT0iMyIgZmlsbD0iIzQzNDc0RCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPg0KPHJlY3QgeD0iMTQiIHk9IjQiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjE1IiB5PSI1IiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSIyIiB5PSI4IiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSIzIiB5PSI3IiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSIzIiB5PSI5IiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSI0IiB5PSI4IiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSIxNiIgeT0iOCIgZmlsbD0iIzQzNDc0RCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPg0KPHJlY3QgeD0iMTciIHk9IjciIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjE3IiB5PSI5IiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSIxOCIgeT0iOCIgZmlsbD0iIzQzNDc0RCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPg0KPHJlY3QgeD0iMSIgeT0iOSIgZmlsbD0iIzQzNDc0RCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPg0KPHJlY3QgeD0iMiIgeT0iMTAiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjE4IiB5PSIxMCIgZmlsbD0iIzQzNDc0RCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPg0KPHJlY3QgeD0iMTkiIHk9IjkiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHk9IjEwIiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSIxIiB5PSIxMSIgZmlsbD0iIzQzNDc0RCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPg0KPHJlY3QgeD0iMTkiIHk9IjExIiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSIyMCIgeT0iMTAiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjwvc3ZnPg0K);
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #43474E;
    height: 42px;
    width: 42px;
    z-index: 1000;
}
.get-started-sec{
    overflow-x: hidden;
}
.brands-store table th:first-child{
    cursor: text !important;
}
.brands-store .dataTables_length select{
    padding-top: 6px !important;
}
@-moz-document url-prefix() {
    .brands-store .dataTables_length select {
      padding-top: 3px !important;
    }
}
.aboutpage .location-dropdown .dropdown-menu li:first-child .list-group-item {
border-bottom-width: 0px !important;
}
.dropdown.location-dropdown .dropdown-menu .list-group-item.dropdown-toggle{
margin-bottom: -1px;
}


 @media (max-width: 992px) {
.mobview { width:50%; }
.mobview img{ width:100%; }
} 

 
.topmenu .dropdown-menu {
	top:auto;
	left:auto;
	margin:0 ;
}
 @media (min-width: 992px) {

.topmenu:hover > .dropdown-menu {display:block}
.topmenu .dropdown-toggle:after{
    content:none;
}

}


.home-search {
    background: #29588C;
    height: auto;
}
.location-find {
    text-align: center;
    padding: 18px;
}
.explore-opp {
    padding: 10px 40px;
    background-color: #29588C;
    border: 1px solid #fff;
    position: relative;
    top: 2px;
    color: #fff;
    
    font-size: 1.4em;
    line-height: 30px;
height:40px;
    box-sizing: border-box;
    vertical-align: top;
    right: 1px;
    border-radius: 25px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.service-block {
    padding: 30px 20px 20px 20px;
    margin: 0;
}

.service-block .service-ico {
    background-color: #f7f7f7;
    width: 150px;
    height: 117px;
    border-radius: 5px;
    margin: 0 auto 25px;
    position: relative;
}
.c-pointer {
    cursor: pointer;
}
.service-block:hover {
    background-color: #f9f9f9;
    border-radius: 5px;
}
.service-block .service-ico:hover::before {
    opacity: 1;
    transform: scale(1.2);
}
.service-block .service-ico:before {
border-color: #0e4b91;
    content: "";
    border-radius: 5px;
    border: 1px solid #0e4b91;
    display: block;
    height: 117px;
    opacity: 0;
    width: 150px;
    transform: scale(1);
    transition: all 0.45s ease 0s;
    position: absolute;
    top: 0;
    left: 0;
}
.service-block h3 {
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 0;
font-size:20px
}
.events-gal .owl-nav {margin-top: 0px!important;}
.service-block p {
    text-align: center;
    margin-bottom: 0;
    font-family: "AlshayaGroup";
}

.job-notify
{
	background:#efefef;
}
.jobnotify-text
{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	margin:20px 0px;
}
.jobnotify-btn
{
	text-align:center;
margin: 0 0 30px 0px;

}
.jobnotify-btn span a
{
	font-size:16px;
	padding : 12px 35px 5px;
	border:1px solid #ffffff;
	border-radius:25px;
background:#29588c; 
color:#ffffff;
}
.instafollows
{
	margin:0px;
}
.instafollow 
{
	background:rgba(0,0,0,0.1);
padding:40px 10px 50px 10px;

}
.instatitles
{
	 
font-weight:bold;
font-size:14px;
}
  .paging-wrapper ul {
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0;
  overflow: hidden;
   
}
#jobSearch h3:before
{
 
    float: right;
    transition: all 0.5s;
display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
#jobSearch h3.active:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
 .paging-list li {
    float: left;
    margin: 0px 3px;
}

 .paging-list  li a {
    display: block;
    color: #000;
    text-align: center;
    padding: 9px 8px 4px;
    text-decoration: none;
    background: #ddd;
    line-height:16px;
	cursor:pointer;
}
 .paging-list  li a.active-page, .paging-list  li a:hover{
    background: #29588c;
    color: #fff;
}
 .submit-button
{
	display:none;
}
.applyjob {
    padding: 10px 20px 4px 20px;
    background: #ccc;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    border-radius: 10px;
    border: 0px; 
}
.applyjob:hover
{	
    background: #bbb;
    color: #000;   
	text-decoration: none;	
    
}
  .submit-button
{
	padding: 10px 20px 12px 20px;
    background: #337ab7;
    color: #fff;    
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    border-radius: 10px;
	border:0px;
}
 .submit-button:hover
{	
    background: #23527c;
    color: #fff;   
	text-decoration: none;	
    
}
 #joblist
{
	width:100%;
}
 #joblist tr{
	border-bottom:1px solid #cccccc;
	display:block;
}
 

@media (min-width: 1200px){
  #joblist .det{
	width:800px;
}
 #joblist .apply{
	width:300px;
}
}
@media (min-width: 992px){
 #joblist .det{
	width:600px;
}
 #joblist .apply{
	width:200px;
}
}
@media (min-width: 768px){
 #joblist .det{
	width:400px;
}
 #joblist .apply{
	width:200px;
}
}
@media (min-width: 576px){
  #joblist .det{
	width:100%;
}
  #joblist .apply{
	width:300px;
}
}
 .detsub
{
	padding:3px 0px;
	line-height:20px;
}
.grey-btn:hover {
    background: #29588c;
    color: #ffffff;
}
#PageUpPeopleLink {display:none;}
#jobSearch .field-title{
	    cursor: pointer;
    font-size: 14px;
    text-transform: capitalize;
    
    padding: 10px;
    /* height: 20px; */
      background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    color: #808080;
	margin-bottom:0px;

font-weight:100;
    height: 36px;
    line-height: 25px;
	}
#jobSearch .field-wrapper ul{
	margin: 0;
    list-style: none;
    padding: 0 13px;
border: 1px solid rgba(0,0,0,.125);

}
#jobSearch .field-wrapper ul li h4{
	font-size: 16px;
	color: #357bb7;
margin-top: 10px;
    margin-bottom: 5px;
}
#jobSearch .field-wrapper ul li ul{
	list-style: none;
    padding: 0 10px;
	    border: 0px solid;
}
#jobSearch .field-wrapper   input[type=checkbox]{
	margin: 0px 3px;
    position: relative;
    top: 1px;
}
#jobSearch .field-wrapper   label{
	font-weight: normal;
    font-size: 14px;
margin-bottom:0;
}
 .WorkTypes{
	list-style: none;
    padding: 5px 10px!important;
} 
.det
{
   padding: 15px 0;
}
.jobtitle a
{
     color: #000;
    font-weight: bold;
    font-size: 18px;
}
.jobbrand
{
	color:#666!important;

}
.locate
{
	color:#666!important;
}

 .detsub
{
	padding:3px 0px;
	line-height:20px;
color:#999;
}
.mimg{
    width: 100%;
}
.home-full-item .carousel-caption h1
{
    margin-bottom: 0 !important;
}
.mt-0
{
margin-top:-10px !important;
}
.form-control{
    border-radius: 0px;
    border-color: #e4e5e6;
    font-size: 14px;
    color: #444444;
    padding: 0.375rem 0.75rem 0rem;
}

#wspm .wspm-item.wspm-toggle .wspm-headline h3
{ 
    padding-right: 50px !important;
}
.form-group>div{
    margin-bottom: 1rem;
}
.form-group{
    margin-bottom: 0;
}

.btn-primary{
    background-color: #e1dfdd !important;
    border-color: #e1dfdd !important;
    color: #43474d !important;
    padding: 10px 20px 5px !important;
    margin-bottom: 20px !important;
    border-radius: 0 !important;
    transition: all .2s ease-in-out !important;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active{
    background-color: #29588c !important;
    border-color: #29588c !important;
    color: #fff !important;
}

#jobs-form .button{
    background-color: #e1dfdd !important;
    border-color: #e1dfdd !important;
    color: #43474d !important;
    padding: 10px 20px 5px !important;
    background-image: none !important;
    font-weight: normal !important;
    margin: 20px 0 !important;
    border-radius: 0 !important;
    transition: all .2s ease-in-out !important;
    font-size: 16px !important;
}

#jobs-form .button:hover,#jobs-form .button:focus,#jobs-form .button:active{
    background-color: #29588c !important;
    border-color: #29588c !important;
    color: #fff !important;
}

#subscribe>h2{
    font-size: 24px !important;
}

.careers-subscribe h3{
    font-size: 22px !important;
    font-weight: normal !important;
    margin-top: 25px !important;
}

#jobs-form input[type=text], #jobs-form input[type=email], input#search-keyword{
    background-image: none !important;
    border-color: #e4e5e6 !important;
    color: #444444 !important;
    padding: 0.375rem 0.75rem 0rem !important;
    height: calc(1.5em + .75rem + 2px) !important;
    line-height: 1.5 !important;
    transition: all .2s ease-in-out !important;
}

.careers-subscribe #job-mail-subscribe-email, input#search-keyword{
    width: 400px !important;
}

#subscribe>div:nth-of-type(3){
    display: none !important;
}

.careers-subscribe .filterPane{
    width: 50% !important;
}

input#search-keyword{
    display: block !important;
}

.col-md-4>input#search-keyword{
    display: none !important;
}

#messages .success, .messages .success{
    background-color: #e1dfdd !important;
    border-color: #e1dfdd !important;
    color: #43474d !important;    
    padding: 10px 10px 2px !important;
    background-image: none !important;
    font-weight: normal !important;
    transition: all .2s ease-in-out !important;
    font-size: 16px !important;
    margin-bottom: 30px !important;
    text-shadow: none !important;
}
.css-16javxt {

 right:40px!important;

}
