/*
    Theme Name: Theme For World White Travel
    Theme URI: https://github.com/Open-FS/world-white-travel-openfs
    Author: OpenFS LLC
    Author URI: https://digitalmarketingnewjersey.us/
    Description: Theme For World White Travel
    Requires at least: 6.4
    Tested up to: 6.4.3
    Requires PHP: 8.0
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: white travel
    Text Domain: boliviansalatflat
    
*/

:root {
    --primary: #f3c715;
    --secondary: #8d9297;
    --light: #f8f9fa;
    --dark: #182333;
}

body {
    font-family: 'Poppins', sans-serif;
    top: 0px !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.5s ease-out,
        visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition:
        opacity 0.5s ease-out,
        visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Button ***/
.btn {
    font-weight: 800;
    transition: 0.5s;
}

.btn.btn-primary {
    color: #ffffff;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: 0.5s;
}

.navbar .navbar-nav .nav-link {
    margin-left: 30px;
    padding: 25px 0;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #f3c715;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-left: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 25px;
        border-top: 1px solid #eeeeee;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: 0.5s;
        opacity: 1;
    }
}

/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    background: rgb(0 0 0 / 36%);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    padding-top: 150px !important;
    background-size: cover !important;
    background-position: center !important;
}

.card-body {
    text-align: justify;
}

/*** Facts ***/
.facts-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgb(0 0 0 / 43%);
}

.facts-overlay h1 {
    font-size: 4.3vw;
    /* cambiado por 60px */
    color: transparent;
    -webkit-text-stroke: 2px var(--primary);
    font-weight: 800;
}

.facts-overlay h2 {
    font-size: 4.3vw;
    /* cambiado por 60px */
    color: transparent;
    -webkit-text-stroke: 2px var(--primary);
    font-weight: 800;
}

.facts-overlay a:hover {
    color: var(--primary) !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #f5c715;
}

/*** Service ***/

/*** Appointment ***/
.appointment {
    background:
        linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
        url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}

/*** Team ***/
.team-text {
    position: absolute;
    width: 75%;
    bottom: 30px;
    left: 0;
    transition: 0.5s;
}

.team-item:hover .team-text {
    width: 100%;
}

.team-text .title {
    transition: 0.5s;
    color: #fff;
    font-size: 17px;
}

.team-text span {
    transition: 0.5s;
    color: #eecb11;
}

.team-item:hover .team-text * {
    letter-spacing: 3px;
}

/*** Testimonial ***/

/*** Footer ***/
.footer {
    color: #e2e2e2;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #e2e2e2;
    font-weight: normal;
    text-transform: capitalize;
    transition: 0.3s;
    text-decoration: none;
}

.footer .btn.btn-link::before {
    position: relative;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #999999;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

/*** Slider ***/
.carousel-item {
    position: initial !important;
}

.carousel-inner {
    position: initial !important;
}

.carousel-caption {
    text-align: left !important;
}

/*** Nav ***/
.background-nav {
    background: #1f3347 !important;
}

.slider-cap {
    margin-top: -130px;
}

/*** Scroll***/
::-webkit-scrollbar {
    width: 8px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background: #4e81b3;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background: #4e81b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:active {
    background-color: #4e81b3;
}

::-webkit-scrollbar-track {
    background: #1f3347;
    border-radius: 0px;
}

::-webkit-scrollbar-track:hover,
::-webkit-scrollbar-track:active {
    background: #1f3347;
}

.iconos {
    background: #1f3347;
    padding: 59px 0px 62px 0px;
}

.text-body {
    color: #d1d1d1 !important;
}

.tile-about {
    color: #fff;
    font-weight: 800;
}

.text-desti {
    font-weight: 800;
}

.text-bold {
    color: white;
    text-align: center;
}

.about-descrip {
    text-align: center;
    color: white;
}

.icon {
    display: block;
    margin: auto;
    margin-bottom: 18px;
}

.text-destin {
    color: #000;
}

.destinos {
    padding-top: 50px;
    padding-bottom: 70px;
}

.post-ticket {
    display: inline-block;
    transition: 0.3s all ease;
    will-change: transform;
}

.post-ticket-header {
    position: relative;
}

.post-ticket-boxed .post-ticket-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #033958;
    border-radius: 10px;
}

.post-ticket-boxed .post-ticket-header img {
    opacity: 0.9;
    transition: 0.75s all ease;
    border-radius: 10px;
}

.post-ticket-boxed .post-ticket-price {
    top: 67%;
    bottom: auto;
}

.post-ticket .post-ticket-price {
    position: absolute;
    bottom: auto;
    padding: 7px 17px;
    color: #ffffff;
    background: #4e6587;
}

.post-ticket-boxed .post-ticket-body {
    position: absolute;
    top: 75%;
    /* -- editado de 80 --*/
    left: 0;
    /* -- editado de 34 --*/
    width: 100%;
    padding: 15px 15px 15px 30px;
    text-align: left;
    background: transparent;
    /*-webkit-transform: translate(-50%, -50%); -- editado --*/
    /*transform: translate(-50%, -50%); -- editado --*/
    will-change: transform;
}

.post-ticket-boxed-title {
    font-size: 45px;
    color: #fff;
    font-weight: 900;
    text-shadow: 0px 4px 9px black;
}

.post-ticket-boxed:hover .post-ticket-header img,
.post-ticket-boxed:focus .post-ticket-header img {
    opacity: 0.4;
}

.border-primary {
    border-color: #f5c713 !important;
}

a:hover {
    color: #eecb11;
}

a {
    color: #eecb11;
    text-decoration: none;
}

.btn-primary {
    color: #1f3347 !important;
    background-color: #f5c711;
    border-color: #f5c711;
}

.btn-primary:hover {
    background-color: #cfa80f;
    border-color: #cfa80f;
}

.bg-blue {
    background-color: #1f3347 !important;
}

.theme-btn {
    font-size: 13px;
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    border: none;
    outline: none;
    font-weight: 800;
    color: #fff;
    background: #1f3347;
    padding: 0 50px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    position: relative;
    z-index: 1;
    transition: all 0.3s linear 0s;
    text-decoration: none;
}

.theme-btn:before {
    background: #ffc800;
    content: '';
    position: absolute;
    left: auto;
    right: 0;
    width: 0;
    height: 100%;
    top: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}

.theme-btn:hover {
    color: #1f3347;
}

.theme-btn:hover:before {
    left: 0;
    right: auto;
    width: 100%;
}

.banner-page {
    margin-top: -130px;
    /* cambio */
}

.section-us {
    padding-top: 50px;
}

.descrip-banner {
    color: white;
}

.card-primary {
    background: #075e54;
    border-radius: 5px;
}

.card-primary-body h2 {
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 100;
}

.card-primary-body p {
    color: #e7e6e6;
    font-size: 14px;
    text-align: center;
}

.card-primary-form {
    background: #182333;
    border-radius: 5px;
}

.card-primary-body-form h2 {
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: 100;
    margin-bottom: 15px;
}

.card-primary-body-form p {
    color: #e7e6e6;
    font-size: 14px;
    text-align: center;
}

.card-wt {
    border-radius: 5px;
    box-shadow: 0px 2px 5px #ebebeb;
}

.card-wt-body h5 {
    text-align: center;
    color: #3e516c;
    font-size: 18px;
}

.card-wt-body h3 {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.card-destino {
    border-radius: 5px;
}

.text-bg-primary {
    color: #fff !important;
    background-color: #df0394 !important;
}

.text-bg-cat {
    color: #fff !important;
    background-color: #182333;
}

.text-bg-sta {
    color: #fff !important;
    background-color: #10792c;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px;
    margin-bottom: 10px;
}

.card-body-destino {
    margin-top: 5%;
    margin-left: 3%;
}

.rounded-start {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
}

.text-white:hover {
    --tw-text-opacity: 1;
    color: white;
}

.city-activity-price:hover {
    background-color: #1f3347;
    transition: 0.8s all;
}

.city-activity-price:hover * {
    transition: 0.5s all;
    color: white;
}

.city-activity-price {
    padding: 10px;
    height: 190px;
    display: flex;
    align-items: center;
    transition: 0.8s all;
}

.item-level {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    text-align: center;
    white-space: normal;
}

.font-semibold {
    font-weight: 600;
}

.text-base {
    font-size: 1rem;
}

.details {
    background: #1f3347;
}

.precio-rut span {
    color: #1f3347;
}

.card-ruta {
    border-radius: 8px;
}

.card-header {
    background: #3e516c;
    color: white;
    border-radius: 8px 8px 0px 0px !important;
}

.bg-primary {
    background-color: #6181af !important;
    border: 6px solid #f5c713;
}

.text-primary {
    color: #f5c711 !important;
}

.about-driv {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.logo:hover {
    transform: scale(1.05);
    transition: 0.3s;
}

.logo {
    transition: 0.3s;
}

.slider-title {
    font-weight: 900 !important;
}

.title-banner {
    font-weight: 800;
}

.card-title {
    font-weight: 800 !important;
    text-align: left;
}

.tit-ruta {
    font-weight: 800;
    color: #1f3347;
}

.card-text {
    color: #000;
    transition: 0.3s;
}

.card-text:hover {
    color: #6181af;
    transition: 0.3s;
}

/* RESPONSIVE */
.img-about {
    object-fit: cover;
    object-position: left -40px;
}

.offcanvas-body .navbar-nav .nav-item:hover,
.offcanvas-body .navbar-nav .nav-item a.active {
    color: #f3c715;
}

.offcanvas-body .navbar-nav .nav-item a {
    margin-left: 30px;
    padding: 15px 0px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    outline: none;
}

.offcanvas-body .navbar-nav .nav-item .show {
    background: rgba(255, 255, 255, 0);
    margin-bottom: 100px;
    width: 90%;
}

@media (min-width: 576px) {
    .offcanvas-body .navbar-nav .nav-item .show {
        background: rgba(255, 255, 255, 0);
        margin-bottom: 133px;
        width: 90%;
    }
}

.offcanvas-body .navbar-nav .nav-item .submenu {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.offcanvas-body .navbar-nav .nav-item .submenu li a:hover {
    background: rgba(255, 255, 255, 0);
    color: #f3c715;
}

.cuadro-about {
    width: 200px;
    height: 200px;
}

.icon-title {
    font-size: 20px;
}

.text-justify {
    text-align: justify;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .slider-title {
        font-size: 3.5rem;
    }

    .vid-cover {
        height: 720px;
        object-fit: cover;
    }

    #header-carousel .carousel-item {
        min-height: 20px;
    }

    .post-ticket-boxed .post-ticket-body {
        top: 70%;
    }

    .post-ticket-boxed .post-ticket-price {
        top: 190px;
    }

    .img-about {
        object-position: -35px -40px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .slider-title {
        font-size: 3.5rem;
    }

    .vid-cover {
        height: 600px;
        object-fit: cover;
    }

    #header-carousel .carousel-item {
        min-height: 30px;
    }

    .facts-overlay h1 {
        font-size: 7.5vw;
        -webkit-text-stroke: 2.3px var(--primary);
    }

    .facts-overlay h2 {
        font-size: 7.5vw;
        -webkit-text-stroke: 2.3px var(--primary);
    }
    .post-ticket .post-ticket-price {
        margin-top: 25px;
        font-size: 25px;
        padding: 10px 30px;
    }

    .post-ticket-boxed .post-ticket-price {
        top: 300px;
    }

    .drivers img {
        height: 330px;
        object-fit: cover;
    }

    .city-activity-price {
        padding: 5px;
        height: 210px;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .logo {
        width: 110px;
        height: auto;
    }

    .slider-title {
        font-size: 2rem;
    }

    .vid-cover {
        height: 550px;
        object-fit: cover;
    }

    #header-carousel .carousel-item {
        min-height: 28px;
    }

    .post-ticket-boxed .post-ticket-price {
        top: 65%;
        font-size: 22px;
    }

    .post-ticket-boxed .post-ticket-body {
        top: 75%;
    }

    .drivers img {
        height: 330px;
        object-fit: cover;
    }

    .facts-overlay h1 {
        font-size: 48px;
        -webkit-text-stroke: 1.2px var(--primary);
    }

    .facts-overlay h2 {
        font-size: 48px;
        -webkit-text-stroke: 1.2px var(--primary);
    }

    .theme-btn {
        height: 60px;
        line-height: 60px;
    }

    .post-ticket-boxed-title {
        font-size: 37px;
    }

    .img-about {
        object-fit: cover;
        object-position: -40px -48px;
    }

    .cuadro-about {
        width: 170px;
        height: 170px;
    }

    .card-body-destino {
        padding: 0 0 0 5%;
    }

    .team-text .title {
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .slider-title {
        font-size: 1.6rem;
    }

    .vid-cover {
        height: 460px;
        object-fit: cover;
    }

    #header-carousel .carousel-item {
        min-height: 0px;
    }

    .logo {
        width: 60%;
        height: auto;
    }

    .theme-btn {
        font-size: 10px;
        height: 50px;
        line-height: 50px;
        padding: 0 25px;
    }

    .iconos {
        padding: 20px 0px 62px 0px;
    }

    .slider-cap svg {
        height: 80px;
        margin-top: -80px;
    }

    .post-ticket-boxed-title {
        font-size: 25px;
    }

    .post-ticket-boxed .post-ticket-body {
        top: 70%;
        padding: 15px 15px 15px 15px;
    }

    .post-ticket .post-ticket-price {
        padding: 7px 10px;
        font-size: 12px;
    }

    .post-ticket-boxed .post-ticket-price {
        top: 60%;
    }

    .team-text .title {
        font-size: 15px;
    }

    .slider-cap {
        margin-top: -90px;
    }

    .slider-cap svg {
        height: 133px;
        padding-top: 66px;
        margin-top: -70px;
    }

    .offcanvas {
        max-width: 75%;
    }

    .offcanvas-body .navbar-nav .nav-item a {
        margin-left: 5px;
        padding: 8px 0px;
        font-weight: 500;
        font-size: 12px;
    }

    .banner-page svg {
        margin-top: -160px;
        height: 133px;
        padding-top: 50px;
    }

    .cuadro-about {
        width: 150px;
        height: 150px;
    }

    .drivers img {
        height: 330px;
        object-fit: cover;
    }

    .facts-overlay h1 {
        font-size: 25px;
        -webkit-text-stroke: 1.2px var(--primary);
        font-weight: 800;
    }

    .facts-overlay h2 {
        font-size: 25px;
        -webkit-text-stroke: 1.2px var(--primary);
        font-weight: 800;
    }

    .img-about {
        object-position: -90px -40px;
    }
}

@media (max-width: 576px) and (min-width: 400px) {
    .post-ticket .post-ticket-price {
        font-size: 15px;
    }

    .post-ticket-boxed-title {
        font-size: 29px;
    }
}

.floatWapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    left: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: -2px 3px 5px rgb(95 95 95);
    z-index: 100;
}

.floatWapp:hover {
    color: #fff;
}

.floatWapp:after,
.floatWapp:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 1px dashed #25d366;
    -webkit-animation-name: popupBtn;
    animation-name: popupBtn;
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes popupBtn {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    50% {
        transform: scale(1.6);
        opacity: 0.3;
    }

    to {
        transform: scale(2.2);
        opacity: 0;
    }
}

@keyframes popupBtn {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    50% {
        transform: scale(1.6);
        opacity: 0.3;
    }

    to {
        transform: scale(2.2);
        opacity: 0;
    }
}

/* REDES SOCIALES */
.social {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 30%;
    right: 0;
    margin-bottom: 10px;
    width: 200px;
    z-index: 9999;
}

.social a {
    text-decoration: none;
    font-weight: bold;
    padding: 0.5em;
    margin: 2px;
    text-align: left;
    transform: translateX(150px);
    transition: all 0.5s;
}

.book {
    color: #fff;
    border-radius: 50px 0px 0px 50px;
}

.social a i {
    margin-right: 20px;
    width: 30px;
    height: 30px;
    background: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
}

.social > a:hover {
    transform: translateX(0px);
    color: white;
}

/* BOTON WHATSAPP HEADER */
.btn-wa {
    border-radius: 5px;
    background: #9F6C0F;
    color: #ffffff;
    padding: 12px 21px;
    border: none;
    font-weight: 700;
}

.btn-wa svg {
    width: 25px;
    margin-right: 5px;
}

@media (max-width: 575px) {
    .navbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 0;
        padding-bottom: 0;
        flex-wrap: nowrap;
    }

    .nav-link {
        display: block;
        padding: 0.5rem 1rem;
        color: #fda12b;
        transition:
            color 0.15s ease-in-out,
            background-color 0.15s ease-in-out,
            border-color 0.15s ease-in-out;
    }

    .btn-call {
        border-radius: 5px;
        background: #f2a71b;
        color: #ffffff;
        border: none;
        font-weight: 700;
        margin-top: 0 !important;
        padding: 10px 8px;
        font-size: 10px;
    }

    .btn-call svg {
        width: 25px;
        margin-right: 5px;
    }

    .btn-wa {
        /*padding: 15px 10px;*/
        padding: 12px 8px;
        margin-top: 20px;
        font-size: 12px;
    }

    .navbar a .btn-wa {
        margin-right: 0;
    }

    .card-title svg {
        height: 35px;
        margin-right: 5px;
        vertical-align: middle;
    }
}

.bg-footer {
    background-color: #182333 !important;
}

.card-body {
    color: #53565a !important;
}

#lightSlider li {
    width: 100%;
}

#lightSlider img {
    width: 100%;
    height: auto;
    display: block;
}

.btn-wa-mobile {
    margin-left: 5px;
}

@media (min-width: 576px) {
    .btn-wa-mobile {
        margin-left: 30px;
    }
}

.logo-mobile {
    margin-left: 5px;
}

@media (min-width: 576px) {
    .logo-mobile {
        margin-left: 30px;
    }
}

.nf-form-content textarea.ninja-forms-field {
    height: 55px !important;
}

.form-wrapper {
    max-width: 700px;
    margin: 0 auto;
}

.form-wrapper .nf-form-content input:not([type='submit']) {
    background: rgb(247 247 247);
    border: 1px solid #c4c4c4;
    border-radius: 0;
    padding: 18px 20px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 0px;
    box-shadow: none;
}

.form-wrapper .nf-form-content input:focus,
.form-wrapper .nf-form-content textarea:focus {
    outline: none;
    box-shadow: none;
}

.form-wrapper .nf-form-content input::placeholder,
.form-wrapper .nf-form-content textarea::placeholder {
    color: #777;
    font-weight: 400;
}

.form-wrapper .nf-form-content label {
    display: none;
}

.form-wrapper .nf-form-content input[type='submit'] {
    background: #f2c200;
    color: #1a1a1a;
    font-weight: 600;
    padding: 15px;
    border: none;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s ease;
}

.form-wrapper .nf-form-content input[type='submit']:hover {
    background: #e0b100;
}

.form-wrapper .nf-form-fields-required {
    color: #fff !important;
    font-size: 14px;
    margin-bottom: 15px;
}

.form-wrapper-2 {
    max-width: 700px;
    margin: 0 auto;
}

.form-wrapper-2 .nf-form-content input:not([type='submit']) {
    background: rgb(247 247 247);
    border: 1px solid #c4c4c4;
    border-radius: 0;
    padding: 18px 20px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 0px;
    box-shadow: none;
}

.form-wrapper-2 .nf-form-content input:focus,
.form-wrapper-2 .nf-form-content textarea:focus {
    outline: none;
    box-shadow: none;
}

.form-wrapper-2 .nf-form-content input::placeholder,
.form-wrapper-2 .nf-form-content textarea::placeholder {
    color: #777;
    font-weight: 400;
}

.form-wrapper-2 .nf-form-content label {
    display: none;
}

.form-wrapper-2 .nf-form-content input[type='submit'] {
    background: #f2c200;
    color: #1a1a1a;
    font-weight: 600;
    padding: 15px;
    border: none;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s ease;
}

.form-wrapper-2 .nf-form-content input[type='submit']:hover {
    background: #e0b100;
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 33px !important;
}

.lSSlideOuter .lSPager.lSpg {
    display: none !important;
}

.text-yellow {
    color: #eecb11;
}