/*-- Fonts --*/
@font-face {
    font-family: comforta;
    src: url(../fonts/Comfortaa-Bold.ttf);
  }

/*-- Default CSS for html --*/
    html {
        overflow: hidden;
    }
    .hidden {
        display: none !important;
    }
/*-- Default CSS for Blue Button --*/
.blue-button {
    height: 38px;
    background: #1f3672;
    width: 118px;
    border-radius: 30px;
    position: relative;
    margin-left: 20px;
    float: left;
    text-align: left;
}
.blue-button .btn {
    float: left;
    width: 80%;
    color: #fff !important;
    text-transform: uppercase;
    position: absolute;
    z-index: 999;
    transition: 0.4s all !important;
    background-color: #294388;
    font-size: 14px;
    font-weight: 600; 
    font-family: 'Quicksand', sans-serif;
    border: 1px #25428c solid;
    border-radius: 30px;
    height: 38px;
    text-align: center;
    padding: 8px 0;
    text-decoration: none;
}
.blue-button .icon {
    float: right;
    width: 20%;
    color: #fff;
    position: absolute;
    right: -5px;
    top: 9px;
    font-size: 13px;
}
.blue-button:hover .btn {
    width: 100%;
    color: #ffc127 !important;
    cursor: pointer;
}
.blue-button .btn:focus {
    box-shadow: none;
}
/*-- Default CSS for Blue Button --*/
.army-button {
  height: 38px;
  background: #b57e23;
  width: 118px;
  border-radius: 30px;
  position: relative;
  margin-left: 20px;
  float: left;
  text-align: left;
}

  .army-button .btn {
    float: left;
    width: 80%;
    color: #fff !important;
    text-transform: uppercase;
    position: absolute;
    z-index: 999;
    transition: 0.4s all !important;
    background-color: #b57e23;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    border: 1px #c78830 solid;
    border-radius: 30px;
    height: 38px;
    text-align: center;
    padding: 8px 0;
    text-decoration: none;
  }

  .army-button .icon {
    float: right;
    width: 20%;
    color: #fff;
    position: absolute;
    right: -5px;
    top: 9px;
    font-size: 13px;
  }

  .army-button:hover .btn {
    width: 100%;
    color: #ffff !important;
    cursor: pointer;
  }

  .army-button .btn:focus {
    box-shadow: none;
  }
/*--- Default CSS for Section Heading ---*/
.main-heading {
    margin-left: 0;
}
.main-heading h2 {
    width: 100%;
    font-family: 'Tajawal', sans-serif;
    color: #333333;
    font-size: 40px;
    text-transform: capitalize;
    font-weight: bold;
}
.main-heading h2 span {
    font-weight: 100;
}
.main-heading .heading-hr img {
    margin-left: 2px;
    margin-top: -20px;
}
/*-- Default Modal CSS --*/ 
.modal {
    overflow-y: scroll;
}
.modal-header {
    border: none;
    padding: 0;
}
.modal-dialog {
    max-width: 600px;
}
.modal-header .close {
    background: #263e7e;
    opacity: 1 !important;
    height: 45px;
    width: 45px;
    font-size: 29px;
    padding: 0;
    color: #fff;
    border-radius: 40px;
    text-shadow: none;
    line-height: 20px;
}
.modal-header .close:focus {
    outline: none;
}
/*.modal-body {
    padding: 15px 50px 40px 50px;
}*/
.modal-content {
    border-radius: 15px;
    border: none;
}
.modal-body .main-heading {
    margin-left: 0;
}
.modal-open .modal {
    background: #000000b5;
}
.modal.show .modal-dialog {
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 0; */
    margin-top: 5%;
    
}
#loginPopup {
    overflow-y: scroll;
}
.social-login ul {
    padding: 0;
    list-style-type: none;
}
.social-login ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.social-login ul li  img {
    position: absolute;
    left: 30px;
    width: 18px;
}
.social-login ul li a {
    margin: 0 auto;   
    width: 80%;
}
.social-login ul li .blue-button {
    margin-left: 0;
    width: 100%;
}
.social-login ul li .blue-button .btn {
    width: 90%;
}
.social-login ul li .blue-button .icon {
    width: 8%;
}
.social-login ul li .blue-button .btn i {
    position: absolute;
    left: 30px;
    font-size: 18px;
}
.social-login ul li .blue-button .btn i {
    color: #fff !important;
}
#login-collapse {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 20px 0px;
    font-size: 10pt;
    color: gray;
    cursor: pointer;
    font-family: 'Quicksand', sans-serif;
}
#login-collapse:before {
    content: '';
    border-top: 1px solid gray;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}
#login-collapse:after {
    content: '';
    border-top: 1px solid gray;
    flex: 1 0 20px;
    margin: 0 0 0 20px;
}
.social-login {
    width: 100%;
    transition: 0.5s all;
}
.social-login ul li:nth-child(01) .blue-button .btn{
    background: #39559f;
}
.social-login ul li:nth-child(02) .blue-button .btn{
    background: #fff;
    color: #000 !important;
    border-color: #000;
}
.social-login ul li:nth-child(03) .blue-button .btn{
    background: #f4f4f4;
    color: #666 !important;
    border-color: #666;
}
.social-login ul li .blue-button:hover .btn {
    width: 100%;
    color: #ffc127 !important;
}
.modal .main-heading p.bottom-line {
    width: 100%;
}
/*--- Create Account Popup ----*/
.create-account-bottom .get-started-btn {
    width: 100%;
    display: flex;
}
.create-account-bottom .get-started-btn a {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.create-account-bottom .blue-button {
    width: 100%;
    margin: 0 auto;
}
.create-account-bottom .blue-button .btn {
    width: 90%;
}
.create-account-bottom .blue-button .icon {
    width: 10%;
}
.create-account-bottom .blue-button:hover .btn {
    width: 100%;
}
.create-account-bottom p {
    text-align: center;
}
.social-login p {
    text-align: center;
    margin-bottom: 30px;
}
.create-account-bottom .line-text {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 20px 0px;
    font-size: 10pt;
    color: gray;
    cursor: pointer;
    font-family: 'Quicksand', sans-serif;
}
.create-account-bottom .line-text p {
    margin: 0;
}
.create-account-bottom .line-text:before {
    content: '';
    border-top: 1px solid gray;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}
.create-account-bottom .line-text:after {
    content: '';
    border-top: 1px solid gray;
    flex: 1 0 20px;
    margin: 0 0 0 20px;
}

/*-- Default CSS for otherPages Banner --*/
.otherPages-banner {
    display: flex;
    align-items: center;
    background: url(../images/backgrounds/otherPages-bannerImage.jpg);
    background-size: 100%;
    background-position-y: -60px;
    height: 280px;
    text-align: center;
}
.otherPages-banner .heading, .otherPages-banner .icon-image {
    width: 100%;
}
.otherPages-banner .heading h1 {
    font-family: 'Tajawal', sans-serif;
    color: #fff;
    font-weight: 700;
}
.otherPages-banner .heading h1 span {
    font-weight: normal;
}

/*--- Default CSS for FAQ ---*/
.card-header [data-toggle="collapse"]:after {
    position: absolute;
    right: 20px;
    content: "\f054";
    font-family: FontAwesome;
    transition: 0.5s;
    color: #ffffff;
    font-size: 16px;
    top: 20px;
}

.card-header [data-toggle="collapse"].collapsed:after {
    position: absolute;
    right: 20px;
    content: "\f078";
    font-family: FontAwesome;
    transition: 0.5s;
    color: #ffffff;
    font-size: 16px;
    top: 20px;
}
.card-header {
    border-radius: 6px 6px 0px 0px !important;
    background-color: #003581;
    padding: 0px 12px;
    position: relative;
}
.card-header i {
    color: #fff;
    font-size: 22px;
    top: 18px;
    left: 15px;
    position: absolute;
}
.card-header button {
    font-size: 18px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    padding: 15px 40px 15px 40px;
    width: 100%;
    text-align: left;
    margin-bottom: 0;
    color: #fff;
    text-decoration: none;
}
.card-header button:hover, .card .btn-link.focus, .btn-link:focus {
    text-decoration: none !important;
    color: #fff;
}
.collapse {
    border-radius: 0px 0px 6px 6px;
    margin-top: 0px;
    /* transition: 0.5s all; */
}
.card-body {
    padding: 20px;
    background: #fff;
    border-radius: 0px 0px 6px 6px;
    /* transition: 0.3s all; */
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 40px -6px;
}
.card-body p {
    font-family: 'Quicksand', sans-serif;
    color: #999999;
    margin: 0;
}
.card {
    border: none;
    margin-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 40px -6px;
    border-radius: 6px 6px 0px 0px !important;
}
.accordion>.card .card-header {
    margin-bottom: 0;
    border: none;
}
.accordion>.card:last-of-type {
    border-radius: 0;
}
/*-- Modal Form Styling --*/
form label {
    color: #666666;
    font-weight: 600;
}
form input, form select{
    color: #999999 !important;
    background: #fafafa !important;
    /* border: 1px solid #cdcdcd !important; */
    border-radius: 2px !important;
    height: 45px !important;
    /* padding: 0px 20px !important; */
}
form select, form option {
    cursor: pointer !important;
}
form input::placeholder, form select::placeholder {
    color: #999999 !important;
}
form input.password::placeholder {
    -webkit-text-security: disc !important;
}
.form-control:focus {
    box-shadow: none;
    /* border-color: #007bff !important; */
    background: #fff !important;
}
form.checkbox input {
    height: auto;
    float: left;
    margin-top: 7px;
    margin-right: 10px;
}
form .checkbox p {
    float: left;
}
form .checkbox {
    float: left;
}
form .checkbox label {
    font-weight: normal;
    color: #999999;
}
.forSignup {
    text-align: right;
    color: #999999;
}
.forSignup a {
    color: #233c7c;
    font-weight: 700;
}
form .submit-button .blue-button {
    margin-left: 0;
    width: 140px;
}
form .submit-button .blue-button .icon {
    right: -9px;
}
form .submit-button {
    width: 140px;
    margin: 0 auto;
    height: 38px;
    margin-bottom: 7px;
    margin-top: 30px;
}
.form-group {
    position: relative;
}
/* .select-country-code {
    position: absolute;
    background: none !important;
    border: none !important;
    width: 55px;
    bottom: -1px;
    margin-left: -30px;
}
.select-country-code:focus {
    outline: none;
} */
/*---- Select Country Code CSS ----*/
.select-country-code {
    display: none;
}
.select-country-code.show {
    display: block;
}
.select-country-code {
    top: 0;
    width: 100%;
    background: #fff !important;
    z-index: 999;
    height: 400px;
    right: 0;
    padding: 28px 25px;
    box-shadow: 0px 0px 6px -2px;
    border-radius: 5px;
    margin-bottom: 50px;
    position: relative;
}
.select-country-code input {
    width: 100%;
}
.select-country-code .option-div {
    margin-top: 10px;
    overflow-y: scroll;
    height: 300px;
}
.select-country-code option {
    padding-left: 10px;
}
.countryCode:hover, .countryCode:focus {
    color: #999999 !important;
    background: #f4f4f4 !important;
    border: 1px solid #cdcdcd !important;
    border-radius: 2px !important;
    height: 45px !important;
    padding: 0px 20px !important;
    cursor: pointer;
}
.select-country-code .option-div option:hover, .select-country-code .option-div option:focus {
    background: #007bff;
    color: #fff;
}
.phoneNumber input:nth-child(02){
    width: 85%;
    position: absolute;
    bottom: 24px;
    right: 0;
    border-left: 0 !important;
    border-color: #cdcdcd !important;
}
.phoneNumber:focus input {
    box-shadow: none;
    border-color: #263e7e !important;
    background: #fff !important;
}
form .forget-pass {
    text-align: center;
}
form .forget-pass a {
    color: #999999;
    font-size: 15px;
}

/*-- Form CheckBox --*/
.checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.checkbox label {
    position: relative;
    display: inline-block;
    padding-left: 22px;
}

.checkbox label::before,
.checkbox label::after {
    position: absolute;
    content: "";
    display: inline-block;
}

.checkbox label::before{
    height: 16px;
    width: 16px;
    left: 0px;
    top: 3px;
    background: #ccc;
    border: none;
    border-radius: 3px;
}

.checkbox label::after {
    height: 5px;
    width: 9px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    
    transform: rotate(-45deg);
    
    left: 4px;
    top: 7px;
    color: #fff;
}

.checkbox input[type="checkbox"] + label::after {
    content: none;
}
.checkbox label:hover::before{
    background: #ccc;
}
.checkbox label:hover {
    cursor: pointer;
}
.checkbox input[type="checkbox"]:checked + label::after {
    content: "";
}
.checkbox input[type="checkbox"]:checked + label::before {
    background: #fec11a;
}

/*-- Default Form Styling --*/
.form-language-selector {
    top: 15px;
    position: absolute;
    right: 50px;
}
.form-language-selector a {
    font-family: 'Quicksand', sans-serif;
    color: #000000;
    font-size: 28px;
    border-bottom: 3px solid #233c7c;
    border-radius: 3px;
    padding-bottom: 4px;
}
form label, form input, form p, .modal p, form a, form select option {
    font-family: 'Quicksand', sans-serif;
}
.form p.text-center {
    color: #333333;
    font-weight: 700;
}
.modal .main-heading p {
    color: #666666;
    font-weight: 600;
}
form {
    position: relative;
}
.form-group .hide-show {
    position: absolute;
    margin-top: -33px;
    right: 15px;
    cursor: pointer;
    font-size: 14px;
    color: #999999;
}
/*-- Other Default CSS --*/ 
a:hover {
    text-decoration: none !important;
}
/*--- Page Loader ---*/
#loader img {
    height: 100vh;   
    margin: 0 auto;
    object-fit: contain;
    background:#ffffff;
}
#loader {
    position: absolute;
    z-index: 9999;
    width: 100%;
    background: #ffffff;
    text-align: center;
}
/*-- Image Responsive --*/
.img-responsive {
    width: 100%;
}

/*-- NavBar Styles --*/
header .nav-item .nav-link {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #333333 !important;
    transition: color 0.3s;
}
header .blue-button .nav-link {
    color: #fff !important;
    font-weight: 600;
    font-size: 13px;
}
header .navbar-brand {
    width: 147px;
    height: 50px;
}

header .nav-item {
    margin-left: 10px;
}
header .nav-item.blue-button {
    margin-left: 20px;
}
header nav ul .blue-button {
    width: 100px;
}
header nav ul .blue-button:nth-child(06) {
    width: 134px;
}
header .nav-item:hover .nav-link, header .nav-item.active .nav-link {
    color: #ffc127 !important;
}
header .navbar {
    background-color: #fff !important;
    height: 100px;
}
header .visible-responsive {
    display: none;
}
header .hidden-responsive {
    display: block;
}
#navbar-collapse-button img, #navbar-collapse-button .close-menu {
    display: none;
}
.fixed {
    position: fixed;
}
/*-- Top Bar --*/
header .top-bar {
    background: #999999;
    color: #fff;
}
header .top-bar ul {
    margin: 0;
    padding: 0;
}
header .top-bar ul li {
    list-style-type: none;
    display: inline-block;
    font-family: 'Quicksand', sans-serif;
}
header .top-bar .contact-info li {
    margin-right: 25px;
    font-size: 14px;
}
header .top-bar .contact-info li i {
    color: #ffc127;
    padding-right: 8px;
    font-size: 12px;
}
header .top-bar .language-selector {
    float: left;
    margin-right: 35px;
}
header .top-bar .social-links {
    float: left;
    letter-spacing: 8px;
}
header .top-bar .social-links a {
    color: #fff;
    transition: 0.3s all;
}
header .top-bar .social-links a:hover {
    color: #ffc127;
}
header .top-bar .language-selector .text {
    float: left;
    margin-right: 8px;
}
header .top-bar .language-selector .text p {
    margin: 0;
    color: #fff;
}
header .top-bar .language-selector .icon {
    float: right;
    color: #ffc127;
    font-size: 13px;
    margin-top: 3px;
}
header .top-bar .row {
    padding: 4px 0px;
}

/*-- Carousel Home Slider --*/
.carousel-icon {
  width: 70px;
  height: 70px;
  background: #b57e23;
  border-radius: 50px;
}
.carousel-icon img {
    width: 30px;
    margin-top: 20px;
}
.carousel-control-next, .carousel-control-prev, .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    opacity: 1;
}

/*-- How It Works Section CSS --*/
.how-it-works {
    background: #f3f3f5;
    padding: 75px 0px;
}
.how-it-works .main-heading {
    margin: 0 auto;
    width: 235px;
}
.step-box {
    background-color: #fff;
    text-align: center;
    padding: 30px 15px 30px 15px;
    min-height: 200px;
    height: 285px;
    background-repeat: no-repeat;
    background-position-x: -35px;
    background-position-y: -30px;
    background-size: 82%;
    transition: 0.5s all;
    cursor:context-menu;
}
.step-icon {
    max-width: 60px;
    margin: 0 auto;
}
.step-1 {
    background-image: url(../images/backgrounds/step-1-bg.png);
}
.step-2 {
    background-image: url(../images/backgrounds/step-2-bg.png);
}
.step-3 {
    background-image: url(../images/backgrounds/step-3-bg.png);
}
.step-4 {
    background-image: url(../images/backgrounds/step-4-bg.png);
}
.step-icon img {
    width: 100%;
}
.step-box h3 {
    font-size: 16px;
    color: #333333;
    padding-top: 22px;
    min-height: 42px;
    font-family: comforta;
}
.how-it-works.gov-program .step-box h3 {
    height: 60px;
}
.step-box p {
    color: #333333;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
}
.step-box-row {
    padding-top: 60px;
}
.step-box:hover {
    margin-top: -15px;
    margin-bottom: 15px;
    box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.058823529411764705);
}

/*-- ExtraMiles App Section CSS --*/
.extraMiles-app {
    position: relative;
    padding: 150px 0px 124px 0px;
    height: 750px;
}
.extraMiles-app .background-overlay {
    position: absolute;
    background-color: #ececee;
    height: 466px;
    width: 80%;
    max-width: 80%;
    float: right;
    right: 0px;
    top: 20%;
}
.extraMiles-app .main-heading {
    margin-left: 0;
}
.app-left-side {
    width: 92%;
    position: absolute;
    left: 35px;
    top: -45px;
}
.app-left-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.app-right-side {
    position: absolute;
    top: 80px;
    right: -30px;
}
.app-section-mid {
    padding: 88px 0;
    padding-top: 38px;
    margin-top: 50px;
    background: url(../images/backgrounds/app-mobile-section-bg-icons.png);
    background-repeat: no-repeat;
    background-size: 44%;
    background-position: right;
    background-position-y: top;
}
.app-section-mid p {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.extraMiles-app .blue-button {
    margin-left: 0px;
    width: 140px;
}
.extraMiles-app .blue-button .icon {
    right: -3px;
    top: 6px;
    font-size: 16px;
}
.extraMiles-app .blue-button:last-child {
    margin-left: 20px;
    width: 105px;
}

/*--- Users Reviews Section ---*/
.user-reviews-section {
    background: #233c7c;
    padding: 100px 0px 50px 0px;
}
.review-box {
    width: 100%;
    background: #fff;
    padding: 25px;
    border-radius: 5px;
    font-family: 'Quicksand', sans-serif;
    cursor: context-menu;
}
.review-box p {
    color: #999999;
}
.review-box .user-image {
    width: 75px;
    float: left;
    margin-right: 25px;
}
.review-box .user-image img {
    width: 100%;
    border-radius: 125px;
}
.review-box .user-info {
    width: 70%;
    float: left;
    margin-top: 18px;
}
.testimonial-icon {
    text-align: right;
    bottom: 0;
    font-size: 24px;
    color: #cccccc;
}
.review-box .user-info h4 {
    font-weight: 700;
    color: #333333;
    font-size: 18px;
    margin-bottom: 0;
}
.review-box .user-review {
    display: inline-flex;
    margin-top: 20px;
}
.review-box .user-info p {
    margin-bottom: 0;
    font-size: 14px;
}
.user-review p {
    width: 80%;
    margin: 0 auto;
}
.reviews-slider .swiper-slide{
    width: 435px;
    height: auto;
    margin-left: -82px;
    opacity: 1;
}
.reviews-slider .swiper-slide-active {
    opacity: 1;
}
.swiper-button-prev, .swiper-button-next {
    background-image: none !important;
}
.reviews-slider .slider-arrows .swipe-button {
    position: relative;
    top: 0;
    width: 27px;
    height: 44px;
    float: left;
    color: #fff;
    margin-top: 0px;
    margin: 0px 10px;
}
.reviews-slider .slider-arrows .swipe-button:focus {
    outline: none;
}
.reviews-slider .slider-arrows {
    width: 100px;
    margin: 0 auto;
}
.reviews-slider .swiper-pagination {
    position: relative;
    margin-left: -17px;
    margin-top: 20px;
    margin-bottom: -6px;
}
.swiper-pagination-bullet {
    background: #7080aa !important;
    opacity: 1 !important;
    width: 6px !important;
    height: 6px !important;
    margin: 0 4px;
}
.swiper-pagination-bullet-active {
    background: #ffffff !important;
}
.reviews-left {
    font-family: 'Tajawal', sans-serif;
    color: #fff;
    margin-top: 45px;
}
.reviews-left h3 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 0;
}
.reviews-left p {
    font-size: 34px;
}
.reviews-left p span {
    color: #ffc127;
    font-size: 50px;
    position: absolute;
    height: 0;
    margin-top: -17px;
    margin-left: -2px;
}
.swiper-slide-active .swiper-slide-shadow-left, .swiper-slide-active .swiper-slide-shadow-right {
    opacity: 0 !important;
}

/*-- ExtraMiles Benefits Section CSS --*/
.extraMiles-benefits {
    padding: 80px 0px;
}
.extraMiles-benefits .main-heading {
    width: 429px;
    margin: 0 auto;
}
.extraMiles-benefits p{
    font-family: 'Quicksand', sans-serif;
}
.extraMiles-benefits li {
    list-style-type: none;
}
.extraMiles-benefits li .icon {
    height: 60px;
    width: 60px;
    margin-left: auto;
    padding: 13px;
    box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.09411764705882353);
    border-radius: 50%;
    transition: 0.3s;
    border: 1px #fff solid;
}
.extraMiles-benefits li .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.extraMiles-benefits a:hover {
    text-decoration: none;
}
.extraMiles-benefits ul {
    text-align: right;
    padding: 0;
}
.extraMiles-benefits ul li h3 {
    font-size: 18px;
    line-height: 21px;
    word-spacing: 0.4px;
    color: #333333;
    margin-top: 18px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
}
.extraMiles-benefits ul li p {
    font-size: 14px;
    word-spacing: 0.4px;
    color: #999999;
    margin-bottom: 44px;
    min-height: 54px;
    width: 205px;
    margin-left: auto;
}
.extraMiles-benefit-center {
    width: 320px;
    margin: 0 auto;
}
.extraMiles-benefit-center  img {
    width: 100%;
}
.extraMiles-benefits .content {
    margin-top: 60px;
}
.extraMiles-benefits p.text-center {
    width: 72%;
    margin: 0 auto;
    margin-top: 30px;

}
.extraMiles-benefits .col-md-4:last-child ul {
    text-align: left;
}
.extraMiles-benefits .col-md-4:last-child p {
    margin-left: 0;
}
.extraMiles-benefits .col-md-4:last-child li .icon {
    margin-left: 0;
}
.extraMiles-benefits li .icon:hover{
    border-color: #ffbd1a;
}
.extraMiles-benifits-right, .extraMiles-benifits-left {
    margin-top: 70px;
}

/*-- ExtraMiles University Section CSS --*/
.extraMiles-university {
    background: #ffbd1a;
    padding: 80px 0px;
}
.extraMiles-university .main-heading {
    width: 400px;
    margin: 0 auto;
}
.extraMiles-university .content {
    margin-top: 40px;
}
.extraMiles-university .video-box .video-image {
    width: 100%;
    border-radius: 4px;
}
.extraMiles-university .video-box .video-title {
    font-family: 'Quicksand', sans-serif;
    color: #333333;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
}
.extraMiles-university-bottom-button .blue-button {
    width: 200px;
    margin: 0 auto;
}
.extraMiles-university-bottom-button {
    width: 100%;
    margin-top: 35px;
}
.extraMiles-university-bottom-button .blue-button .icon {
    right: -12px;
}
/*-- Brand Slider --*/
.brand-section {
    padding: 20px 0px;
    background: #f3f3f5;
}
.brand-section .brand-logo {
    /* height: 84px; */
    height: 55px;
    display: flex;
}
.brand-section .brand-logo img {
    /* width: 100%; */
    width: 50%;
    margin: 0 auto;
    object-fit: scale-down;
}
/*--- Footer CSS --*/
footer {
    background-color: #333333;
    padding: 45px 0px 0px;
    position: relative;
}
.footer-top {
    position: relative;
    z-index: 99;
}
.footer-top .row {
    justify-content: center;
}
.footer-icon {
    max-width: 40px;
    height: 30px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.footer-icon img {
    width: 100%;
}
.footer-menu h3, .footer-newsletter h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
}
.footer-newsletter p {
    color: #fff;
    font-size: 14px;
    font-weight: 200;
    font-family: 'Quicksand', sans-serif;
    width: 65%;
}
footer form .email-field {
    width: 75%;
    height: 45px !important;
    background: #2b2b2b !important;
    border: 1px solid #222222 !important;
    padding: 0px 20px !important;
    border-radius: 50px !important;
    font-family: 'Quicksand', sans-serif;
    font-size: 13px;
    color: #f3f3f5 !important;
}
footer form .email-field::placeholder {
    color: #f3f3f5;
}
footer form .subscribe-button {
    height: 45px !important;
    width: 130px;
    color: #333333 !important;
    font-family: 'Quicksand', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    background: #ffbd1a !important;
    border: none !important;
    border-radius: 50px !important;
    position: absolute;
    margin-left: -38px;
}
footer form input:focus {
    outline: none;
}
footer form {
    margin: 20px 0;
}
.footer-social-icons ul {
    padding-left: 12px;
}
.footer-social-icons ul li {
    list-style-type: none;
    display: inline;
    letter-spacing: 12px;
}
.footer-social-icons a {
    color: #616161;
    font-size: 14px;
    transition: 0.3s all;
}
.footer-social-icons a:hover, .footer-social-icons a:focus {
    color: #f3f3f5;
}


.footer-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.footer-menu ul li {
    margin-bottom: 10px;
}
.footer-menu ul li a {
    color: #fff;
    font-size: 14px;
    transition: 0.3s;
    font-weight: 200;
    font-family: 'Quicksand', sans-serif;
}
.footer-menu ul li a:hover {
    color: #ffbd1a;
}
.footer-back-logo {
    position: absolute;
    top: 55px;
    right: 0px;
    max-width: 25%;
    width: 25%;
}
.footer-back-logo img {
    width: 100%;
}

.footer-bottom {
    background-color: #222222;
    padding: 13px 0px;
    margin-top: 45px;
}
.footer-bottom .for-center {
    align-items: center;
}
.footer-logo {
    width: 144px;
    height: 26px;
    float: left;
}
.footer-logo .navbar-brand {
    padding-top: initial;
    margin-right: initial;
    font-size: initial;
}
.footer-logo img {
    width: 100%;
}
.copyright p {
    color: #cccccc;
    font-size: 14px;
    text-align: right;
    margin-bottom: 0px;
    font-family: 'Quicksand', sans-serif;
}


/*--- earn and spend Page Styling ---*/
.services-section {
    padding: 80px 0px;
    background: #f3f3f5;
}
.service-box-row .service-box {
    padding: 38px 0px 34px 0px;
    border-radius: 5px;
    transition: 0.5s;
}
.service-box-row .service-box .service-icon {
    height: 50px;
    width: 50px;
    margin: 0 auto;
}
.service-box-row .service-box img {
    width: 100%;
}
.service-box-row .service-box.box-1 {
    background: #3b97fc;
}
.service-box-row .service-box.box-2 {
    background: #ffc128;
}
.service-box-row .service-box.box-3 {
    background: #fe7d18;
}
.service-box-row .service-box.box-4 {
    background: #fd3333;
}
.service-box-row .service-box .service-title h4 {
    color: #fff;
    font-size: 20px;
    font-family: 'Tajawal', sans-serif;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
}
.services-section .about-services {
    width: 88%;
    margin: 0 auto;
    margin-bottom: 35px;
}
.services-section .about-services p {
    color: #666666;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
}
.service-box-row .service-box:hover {
    margin-top: -10px;
    box-shadow: 0px 9px 13px rgba(0, 0, 0, 0.1);
    cursor: context-menu;

}
/*--- FAQ Section ---*/
.faq-section {
    padding: 100px 0px 60px 0px;
}
.faq-section .app-image {
    text-align: center;
}
.faq-section .app-image img {
    width: 70%;
}

.faq-section .faqs {
    margin-top: 30px;
}
.faq-section .second-part {
    margin-top: 45px;
}

/*-- MemberShip Section --*/
.membership-section {
    padding: 80px 100px;
    background: #f3f3f5;
}
.membership-package .package-image {
    background: #dddddd;
    padding: 30px 18px;
    border-radius: 8px 8px 0px 0px;
    position: relative;
}
.membership-package .image-half-bg {
    background: #d2d2d2;
    z-index: 0;
    position: absolute;
    left: 0px;
    right: 0px;
    height: 50%;
    width: 100%;
    top: 53%; 
}
.membership-package .package-image img {
    width: 100%;
    position: relative;
    z-index: 5;
}
.package-content {
    background: #fff;
    padding: 30px 20px;
    border-radius: 8px 8px 0px 0px;
    z-index: 16;
    position: relative;
}
.package-title, .package-details {
    font-family: 'Quicksand', sans-serif;
}
.package-title h2 {
    color: #333333;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0;
}
.package-title p {
    color: #999999;
}
.package-title hr {
    border-top: 1px solid #e5e5e5;
}
.package-details h4 {
    color: #333333;
    font-weight: 600;
    font-size: 20px;
}
.package-details ul {
    padding-left: 0px;
    list-style-type: none;
}
.package-details ul li:before {
    content: "";
    position: absolute;
    left: 0;
    background: url(../images/icons/check.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 6px;
    height: 14px;
    width: 14px;
}
.package-details ul li {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
    line-height: 24px;
}
.package-details {
    margin-bottom: 45px;
}
.package-register-now {
    width: 100%;
    margin: 0 auto;
}
.package-register-now .blue-button {
    margin-left: 0;
    width: 100%;
}
.package-register-now .blue-button .icon {
    width: 10%;
}
.package-register-now .blue-button .btn {
    width: 90%;
}
.package-register-now .blue-button:hover .btn {
    width: 100%;
}
.package-register-now .bottom-hr {
    width: 25%;
    margin: 0 auto;
}
.package-register-now .bottom-hr hr {
    border-top: 5px solid #e5e5e5;
    border-radius: 70px;
    margin-bottom: 0;
}
.membership-program-top-line p {
    font-family: 'Quicksand', sans-serif;
    color: #666666;
    text-align: center;
    font-weight: 600;
    margin-bottom: 35px;
}

/*-- Government Programme Styling --*/
.how-it-works.gov-program .step-box-row {
    justify-content: center;
}
.how-it-works.gov-program .step-box {
    min-height: 275px;
}
.how-it-works.gov-program .blue-button {
    width: 100%;
    margin-left: 0;
    margin-top: 15px !important;
}
.how-it-works.gov-program .blue-button .icon {
    width: 15%;
    right: -9px;
}
.how-it-works.gov-program .blue-button .btn {
    width: 85%;
}
.how-it-works.gov-program .blue-button:hover .btn {
    width: 100%;
}
.how-it-works.gov-program {
    border-bottom: 4px solid #fff;
}

/*--- About Government Programme Section ---*/
.about-government-programme {
    padding: 80px 0px;
}
.about-government-programme .content p {
    font-family: 'Quicksand', sans-serif;
    color: #666666;
}
.about-government-programme .content p.last-line {
    color: #333333;
    font-weight: 700;
}
.about-government-programme .content p.last-line a {
    color: #233c7c;
}
.about-government-programme .content {
    width: 710px;
    text-align: center;
    margin: 0 auto;
}

/*--- Booking Page ---*/

/*-- About ExtraMiles Section --*/
.about-extraMiles-Section {
    padding: 80px 0px;
    background: #f3f3f5;
    border-bottom: 4px solid #fff;
}
.about-extraMiles-Section .main-heading {
    width: 500px;
    margin: 0 auto;
}
.about-extraMiles-Section .content ul {
    padding: 0;
    list-style-type: none;
}
.about-extraMiles-Section .content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    background: url(../images/icons/check.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 6px;
    height: 14px;
    width: 14px;
}
.about-extraMiles-Section .content ul li {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
    line-height: 24px;
    font-family: 'Quicksand', sans-serif;
}
.about-extraMiles-Section .content {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}

/*-- Our Partners Section --*/
.our-partners-section {
    padding: 80px 0px;
}
.our-partners-section .main-heading {
    margin: 0 auto;
    width: 227px;
}
.our-partners-section .top-line {
    width: 100%;
}
.our-partners-section .top-line p {
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    color: #666666;
    letter-spacing: 0.4px;
}
/*-- TAb Styling --*/
.nav-tabs .nav-item {
    width: 100%;
}
.nav-tabs .nav-link {
    background: #f3f3f5;
    color: #666666;
    border: none;
    margin-bottom: 3px;
    border-radius: 0;
    height: 50px;
    padding: 13px 15px;
    font-family: 'Quicksand', sans-serif;
}
.nav-tabs .nav-link img {
    width: 20px;
    margin-right: 10px;
    float: left;
}
.nav-tabs .nav-link p {
    float: left;
    margin: 0;
}
  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: #b57e23;
    color: #fff;
  }
.nav-tabs {
    border-bottom: 0;
}
.tab-content {
    background: #f3f3f5;
    padding: 30px;
}
.tab-content img {
    width: 100%;
    border-radius: 6px;
}
.our-partners-section .partner {
    margin-bottom: 40px;
    transition: 0.5s all;
    border-radius: 6px;
}
.our-partners-section .partner:hover {
    margin-top: -10px;
    box-shadow: 0px 9px 13px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
}

/*--- Form Section Styling ---*/
.form-section {
    padding: 80px 100px;
    background-color: #eee;
    border-bottom: 4px solid #fff;
}
.form-section form {
    width: 45%;
    background: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    margin: 0 auto;
}
/* Terms and Conditions Section */
.term-and-condition-section {
    padding: 80px 0px;
    background: #fff;
}
.term-and-condition-section p {
    color: #666666;
    font-size: 18px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    margin-bottom: 6px;
}
.term-and-condition-section h3, .term-and-condition-section h4 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 8px;
    color: #333;
}
.term-and-condition-section .table-bordered td, .table-bordered th {
    font-family: 'Quicksand', sans-serif;
}
/*--- About Us Page ---*/
.about-us-section {
    padding: 80px 0px;
    background: #fff;
}
.about-us-section li {
    color: #666666;
    font-size: 18px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
}
/*--- Government Registration Page ---*/
form .submit-button.gov-become-member .blue-button, form .submit-button.gov-become-member {
    width: 200px;
}
input#uploadLogo {
    background: none !important;
    border: none !important;
    width: 100%;
    padding-left: 0 !important;
    margin-top: 10px;
}
/*---- Video Section ----*/
.video-section {
    padding: 100px 0;
}
.video-section .top-line {
    width: 100%;
    font-family: 'Quicksand', sans-serif;
    color: #666666;
    text-align: center;
    font-weight: 600;
    margin-bottom: 35px;
}
.video-section .video-box iframe {
    width: 100%;
}

.phone-dalilcode {
    width: 26% !important;
    padding-right: 9px !important;
    padding-left: 0px !important;
  }

  .phone-number {
    width: 74% !important;
    padding: 0px !important;
  }

  .login-user
  {
    color: rgba(231, 231, 219, 0.528);
    font-size: 13px;
    float: left;
  }
.pac-container {
  z-index: 99998877;
}


.agm-map {
  height: 300px !important;
}


@media only screen and (min-width: 767px) {

  .modal.show .modal-dialog {
    margin-top: 2% !important;
  }

  .modal {
    font-family: Proxima-Nova !important;
  }

  .modal-dialog[_ngcontent-serverApp-c7] {
    max-width: 600px !important;
  }

  .modal-header {
    border-bottom: 1px solid #dee2e6;
    padding-top: 2px;
    padding-bottom: 5px;
  }

  .modal .close {
    border: 3px solid #1D1D26;
    border-radius: 10px;
    color: #333;
    opacity: 1;
    font-size: 29px;
    padding: 5px;
    width: 45px;
    height: 45px;
    position: absolute;
    line-height: 2px;
    right: -10px;
    background: #fff;
    z-index: 99999;
    top: -22px;
  }

  .modal-content {
    padding: 14px 5px !important;
  }
}
