body {
    background: #f5f5f5;
    color: #000;
}
a {
    text-decoration: none !important;
    color: inherit;
}
a:hover {
    text-decoration: none !important;
}
.text-underline {
    text-decoration: underline;
}
.text-small {
    font-size: small;
}
.text-smaller {
    font-size: x-small;
}
.nav-container nav.bar {
    padding-top: 30px;
    padding-bottom: 20px;
}
.menu-horizontal > li > a {
    text-transform: none !important;
    color: #666 !important;
    opacity: 1 !important;
}
.menu-horizontal > li > a:hover {
    color: #F18701 !important;
}
.text-custom-primary {
    color: #F18701 !important;
}
.text-black {
    color: #000;
}
.btn-custom {
    background-color: #F18701;
    border-color: #F18701 !important;
    border-radius: 3px;
    color: #FFF !important;
}
.btn-custom .btn__text, .btn-custom {
    color: #FFF;
}
.btn-custom-border {
    border: 1px solid #F18701 !important;
    border-radius: 3px;
}
.btn-custom-border:hover {
    background-color: #F18701;
}
.btn-custom-border:hover .btn__text, .btn-custom-border:hover i, .btn-custom-border:hover {
    color: #FFF !important;
}
.nav-container nav.bar .btn-custom-border {
    font-size: small;
    padding-top: 5px;
    padding-bottom: 5px;
}
.main-container {
    min-height: 800px;
    /* padding-bottom: 100px; */
}
.home-banner {
    background-image: url(../adobe/AdobeStock_2500694381.png);
    /* background-image: url(../adobe/AdobeStock_269081034.png); */
    /* background-image: url(../images/home-banner.JPG); */
    /* background-image: url(../images/home-banner-heavy.png); */
    background-size: cover;
    color: #FFF;
    background-position: top;
    padding: 0;
    /* background-color: rgba(0, 0, 0, 0.5); */
}
.home-banner > div {
    /* background-color: rgba(0, 0, 0, 0.5); */
    padding-top: 100px;
    padding-bottom: 100px;
}
.home-banner h1 {
    font-weight: 900;
    color: #FFF;
}
.home-banner .lead {
    color: #fff;
}
.banner-play-icon {
    background-color: #F18701;
    padding: 10px 10px 10px 12px;
    color: #FFF;
    border-radius: 50%;
    margin-right: 10px;
}
.home-category-grid .card {
    background-color: #FFF;
    box-shadow: 5px 10px 10px 2px #bbb;
}
.home-category-grid .card-top h3 {
    font-weight: 900;
}
.home-why-to-use {
    background-color: #d0d0d0;
    /* background-image: url(../images/home-oval-background.png);
    background-repeat: no-repeat;
    background-size: cover; */
    /* color: #FFF; */
}
.home-why-to-use h2 {
    font-weight: 900;
}
.home-why-to-use li {
    font-size: 18px;
}
.home-why-to-use li::before {
    width: 15px;
    height: 15px;
    background-image: url(../images/check-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: ' ';
    display: inline-block;
    /* color: #F18701; */
}
.home-why-to-use-left {
    padding-top: 100px;
    padding-bottom: 100px;
}
.home-why-to-use-left li {
    color: #2f2e3a;
}
.home-why-to-use-left li span {
    text-decoration: underline;
}
.home-why-to-use-right {
    background-image: url(../images/saa.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.home-how-it-works h2 {
    font-weight: 900;
}
.home-how-it-works .card {
    background-color: #f0f0f0;
    box-shadow: 5px 10px 10px 2px #bbb;
    border-radius: 5px;
    min-height: 180px;
}
.how-it-works-number span {
    background-color: #FFF;
    padding: 5px 10px;
    border-radius: 50%;
}
.home-how-it-works h4 {
    font-weight: 900;
}
.home-how-it-works-video {
    /* background-image: url(../images/home-video-background.png); */
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.home-faq h3 {
    font-weight: 900;
}
.home-faq-each {
    border-bottom: 1px solid #dfdfdf;
}
.home-faq-each .faq-each-answer {
    display: none;
}
.home-faq-each.open .faq-each-answer {
    display: block;
}
.faq-each-question {
    font-size: 18px;
    color: #000;
    background-color: #f5f5f5;
    padding: 10px;
    cursor: pointer;
}
.faq-each-question::before {
    background-image: url(../images/plus-white.png);
    padding: 7px;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: contain;
    content: ' ';
    display: inline-block;
    background-color: #F18701;
    margin-right: 10px;
}
.faq-each-answer {
    margin-left: 50px;
}
.home-need-assistance {
    background-image: url(../images/apply-bg.jpg);
    /* color: #FFF; */
    padding-top: 100px !important;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-need-assistance h2 {
    color: #FFF;
    font-weight: 900;
}
.need-assistance-form {
    background-color: rgba(0, 0, 0, 0.5);
}
.need-assistance-form .form-control {
    border-radius: 0;
    color: black;
}
.need-assistance-form button[type="submit"] {
    width: auto;
}
.home-bottom-call-to-action {
    padding-top: 100px !important;
    background-color: #FFF;
}
.home-bottom-call-to-action h2 {
    font-weight: 900;
}
.footer {
    background-color: #ddd;
}
img.footer-logo {
    max-width: 200px;
}
.footer-copyright {
    font-size: 16px;
}
.footer i.fab {
    background-color: #F18701;
    color: #FFF;
    padding: 5px 6px;
    border-radius: 50%;
}
.application-steps-count {
    background-color: #2c2c2c;
    padding-top: 30px;
    padding-bottom: 30px;
}
.steps-count-each-inner {
    background-color: #F18701;
    color: #FFF;
    border: 2px solid #f5f5f5;
    /* padding: 3px 8px; */
    position: relative;
    z-index: 2;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
}
.steps-count-each::before {
    content: '';
    position: absolute;
    z-index: 1;
    left: -90%;
    top: 25%;
    background-color: #F18701;
    width: 100%;
    height: 5px;
}
.steps-count-each:first-child::before {
    display: none;
}
.steps-count-each.active ~ .steps-count-each .steps-count-each-inner {
    background-color: #FFF;
    color: #000;
}
.steps-count-each.active ~ .steps-count-each::before {
    background-color: #FFF;
}
section.application-form {
    /* padding-top: 50px !important; */
}
.br-0 {
    border-right: 0 !important;
}
.select2-selection.select2-selection--single {
    height: 45px;
    padding-top: 7.5px;
}
.select2-selection__arrow {
    display: none;
}
.input-select:after {
    padding-top: 2px;
}
.input-select.phone-country {
    padding-top: 1px;
}
.input-select.phone-country:after {
    display: none;
    content: '\2304'
}
.picker {
    max-width: fit-content;
}
input {
    border-color: #aaa !important;
    border-radius: 4px !important;
    background-color: #FFF !important;
}
.phone-country-flag {
    border: 1px solid #aaa;
    height: 45px;
    border-right: 0;
    padding: 10px;
}
div.phone-country .select2-container--default .select2-selection--single {
    /* border-right: 0 !important; */
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.phone-number-addon-container {
    padding-right: 0;
}
input[name=phone] {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    height: 45px;
}
.application-services-requirements {
    background-color: #4a4a4a;
    color: white;
    min-height: 100vh;
    font-size: small;
}
.application-services-body .each-service {
    background-color: white;
    border-radius: 5px;
    box-shadow: 5px 5px 8px 5px #f0f0f0;
    color: #ddd;
    border: 2px solid white;
    transition: .3s all ease;
    margin-bottom: 20px;
}
.application-services-body .each-service .service-title {
    font-weight: bold;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.application-services-body .each-service .service-price {
    font-size: 20px;
    color: #9f9f9f;
}
.application-services-body .each-service .service-price span {
    /* font-size: 12px; */
}
.application-services-body .each-service.available {
    color: #000;
    cursor: pointer;
    box-shadow: 5px 5px 8px 5px #d0d0d0;
}
.application-services-body .each-service.available:hover, .application-services-body .each-service.available.active {
    border-color: #F18701;
}

.application-addons-requirements {
    background-color: #4a4a4a;
    color: white;
    min-height: 100vh;
}
.application-addons-body .each-addon {
    background-color: white;
    border-radius: 5px;
    box-shadow: 5px 5px 8px 5px #f0f0f0;
    color: #ddd;
    border: 2px solid white;
    transition: .3s all ease;
    margin-bottom: 20px;
}
.application-addons-body .each-addon .addon-title {
    font-weight: bold;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.application-addons-body .each-addon .addon-price {
    font-size: 20px;
    color: #9f9f9f;
}
.application-addons-body .each-addon .addon-price span {
    /* font-size: 12px; */
}
.application-addons-body .each-addon.available {
    color: #000;
    cursor: pointer;
    box-shadow: 5px 5px 8px 5px #d0d0d0;
}
.application-addons-body .each-addon.available:hover, .application-addons-body .each-addon.available.active {
    border-color: #F18701;
}
#little-shopping-bag {
    background-color: white;
    color: #000;
    position: fixed;
    z-index: 100000;
    box-shadow: 5px 5px 8px 5px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    right: 20px;
    top: 120px;
    width: 220px;
    min-height: 60px;
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    transition: .2s all ease;
}
#little-shopping-bag:hover {
    background-color: #F18701;
    color: white !important;
}
#little-shopping-bag:hover .little-shopping-bag-left .count {
    /* color: white; */
}
.little-shopping-bag-left {
    /* border-right: 1px solid #f5f5f5; */
    padding-right: 10px;
    /* width: 70px; */
    /* display: flex;
    flex: 1; */
}
.little-shopping-bag-left img {
    height: 50px;
    margin-bottom: 0;
}
.little-shopping-bag-left img {
    display: block;
}
.little-shopping-bag-left img:last-child {
    display: none;
}
#little-shopping-bag:hover img {
    display: none;
}
#little-shopping-bag:hover img:last-child {
    display: block;
}
.little-shopping-bag-right {
    /* width: 130px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 3;
}
.little-shopping-bag-right span {
    font-size: 13px;
    margin-top: 5px;
}
.little-shopping-bag-left .count {
    position: absolute;
    z-index: 1;
    text-align: center;
    /* display: flex; */
    /* flex: 1; */
    width: 40px;
    left: 7px;
    top: 34px;
    font-size: 15px;
    color: white;
}
.little-shopping-bag-right .amount {
    font-size: 25px;
    width: 100%;
    text-align: center;
    /* color: #4a4a4a; */
    /* flex-direction: row; */
}

#shopping-bag-review {
    display: none;
    position: fixed;
    z-index: 10000000000;
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 100%;
}
/* #shopping-bag-review > div {
    position: absolute;
    bottom: 0;
    background-color: red;
} */
.shopping-bag-inner {
    position: fixed;
    background-color: white;
    border-top-left-radius: 3px;
    bottom: 0;
    right: 0;
    min-width: 350px;
    max-height: 100vh;
    overflow-y: scroll;
    padding: 40px 20px;
    font-size: 16px;
    color: #000;
}
.shopping-bag-inner .shopping-bag-services, .shopping-bag-inner .shopping-bag-addons {
    max-height: 50vh;
    overflow-y: scroll;
}
.shopping-bag-inner-header {
    text-align: center;
    margin-bottom: 15px;
}
.shopping-bag-inner-amount {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 15px;
}
.shopping-bag-services, .shopping-bag-addons {
    margin-top: 15px;
}
.each-shopping-bag-service, .each-shopping-bag-addon {
    background-color: #F5f5f5;
    box-shadow: 3px 3px 4px 4px #f0f0f0;
    border: 1px solid rgba(0, 0, 0, 0.02);
    padding: 10px 10px;
    font-size: x-small;
    margin-bottom: 15px;
}
.shopping-bag-btn {
    margin-top: 40px;
}
.cart-summary-right {
    background-color: white;
    box-shadow: 3px 3px 20px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.cart-summary-left table.cart-table th, .cart-summary-left table.cart-table td {
    border: 0;
}
.cart-summary-left table.cart-table th {
    background-color: transparent;
    color: #666;
    border-color: #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.cart-summary-left table.cart-table td {
    background-color: transparent;
    color: #000;
    border-bottom: 1px;
    border-color: #e3e3e3;
}
.cart-summary-left table.cart-table {
    border-collapse: collapse;
}
.cart-summary-left table.cart-table tr {
    /* border: 1px solid #000; */
}
.home-top-destinations {
    background-color: #d0d0d0;
    margin-bottom: 100px;
}
.home-top-destinations > div {
    padding-top: 100px;
    padding-bottom: 100px;
}
.home-top-destinations h2 {
    font-weight: bold;
}
.home-top-destinations-table {
    background-color: white;
    box-shadow: 3px 3px 5px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.home-top-destinations-table .card {

}
.home-top-destinations-table .card h4 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 100;
    transition: .1s all ease;
}
.home-top-destinations-table .card a:hover h4 {
    font-weight: bold;
}


#contact-page-section > div > .col-md-6 {
    /*background-color: #f18f04;
    color: #FFF;*/
    padding: 0;
  }
  .contact-form {
    border: 1px solid #f18f04;
    border-top-width: 3px;
    border-radius: 5px;
    box-shadow: 10px 10px 5px #ccc;
    padding: 50px 20px;
  }
  .contact-form-head {
    font-size: 35px;
    font-weight: bolder;
    color: #000;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 30px;
  }
  .contact-form button {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .contact-right {
    text-align: center;
    font-size: 25px;
    padding-top: 35%;
    line-height: 1.3;
  }
  .contact-right .fa-whatsapp {
    color: #59cb8e !important;
  }
  .contact-right > div {
    margin-bottom: 30px;
  }


  .home-faq-each .home-faq-question::after {
    content: "+";
    display: none;
    float: right;
}
.home-faq-each.active .home-faq-question::after {
    content: "-";
    display: none;
}
.home-faq-each .home-faq-question::before {
    content: "+";
    margin-right: 20px;
    /* font-size: 30px; */
    color: #43c485;
    /* height: 100%; */
    /* float: right; */
}
.home-faq-each.active .home-faq-question::before {
    content: "-";
}
.home-faq-each.active .home-faq-response {
    padding-left: 25px;
}
.home-faq {
    background-color: #f5f5f5;
    padding-top: 200px;
    margin-top: -200px;
    padding-bottom: 100px;
}
.home-faq-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home-faq-each {
    padding-top: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #ddd;
}
.home-faq-question {
    font-weight: bold;
    padding-bottom: 10px;
    cursor: pointer;
    display: flex;
}
.home-faq-response {
    display: none;
    margin-bottom: 10px;
    font-size: small;
}
.home-faq-each .home-faq-question::after {
    content: "+";
    float: right;
}
.home-faq-each.active .home-faq-question::after {
    content: "-";
}
.home-faq-each.active .home-faq-response {
    display: block;
}

@media(min-width: 768px) {
    .main-container {
        /* min-height: 1000px; */
        padding-top: 80px;
    }
    input[name=phone] {
        border-left: 0;
    }
    .phone-number-addon-container {
        border-left: 0;
    }
    div.phone-country .select2-container--default .select2-selection--single {
        border-left: 0 !important;
    }
}
@media(max-width: 768px) {
    .steps-count-each::before {
        width: 100%;
        left: -80%;
        top: 40%;
    }
    .home-banner {
        background-image: url(../adobe/AdobeStock_250069438.png);
    }
    .home-banner > div {
        background-color: rgba(0, 0, 0, 0.5);
    }
}
