@font-face {
    font-family: SFPRODISPLAYREGULAR;
    src: url(../sf-pro-display-cufonfonts/SFPRODISPLAYREGULAR.OTF);
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
    font-family: "Poppins", sans-serif;
}

.header {
    height: 111px;
    background-color: #ECECEC;
    display: flex;
    align-items: center;
}

.header .navbar {
    border: 1px solid #E9E9E9;
    background-color: #fff;
    height: 71px;
    padding: 0 20px;
}

.header .navbar .navbar-brand img {
    width: 161px;
}

.header .navbar .nav-link {
    color: #1E1E1E !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 16.71px;
    font-family: SFPRODISPLAYREGULAR;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.header .navbar .nav-link.active,
.header .navbar .nav-link:hover {
    color: #FE6A01 !important;
}

.header .navbar .dropdown-toggle::after {
    display: none;
}

.header .navbar .dropdown-toggle i {
    font-size: 10px;
    margin-left: 2px;
}
.header .navbar .dropdown .dropdown-item{
    font-size: 13px;
    font-family: SFPRODISPLAYREGULAR;
}
.header .navbar .head-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header .navbar .head-social ul li {
    display: inline-block;
    margin: 0 10px;
}

.header .navbar .head-social ul li:last-child {
    margin-right: 0;
}

.header .navbar .head-social ul li a {
    text-decoration: none;
    color: #7E7E7E;
}

.header .navbar .head-social ul li a:hover {
    color: #FE6A01;
}

/* Hero section */
.hero .hero-bg img {
    width: 100%;
    height: 551px;
    object-fit: cover;
    object-position: center;
}

.hero .hero-bg .hero-content {
    min-height: 140px;
    background-color: #000000c9;
    display: flex;
    align-items: center;
    padding: 0 60px;
    position: relative;
    margin-top: -140px;
    justify-content: center;
}

.hero .hero-bg .hero-content h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 38.19px;
    font-family: SFPRODISPLAYREGULAR;
    color: #FFFFFF;
    letter-spacing: 2px;
}

.hero .hero-bg .hero-content h3 span {
    color: #FE6A01;
}

.hero .hero-bg .hero-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    margin: 0;
}

.hero .col-lg-7 {
    padding-right: 0;
}

.hero .col-lg-5 {
    padding-left: 0;
}

.hero .tabs-box {
    box-shadow: 0px 1px 5.9px 0px #00000026;
    min-height: 100%;

}

.hero .tabs-box .nav-tabs button {
    border: 1px solid #E4E4E4;
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 27px;
    font-family: "Poppins", sans-serif;
    color: #717171;

}

.hero .tabs-box .nav-tabs .nav-link.active {
    background-color: #E8E8E8;
}

.hero .tabs-box .tab-content {
    padding: 10px 20px;
}

.hero .tabs-box .tab-content .location input {
    padding-right: 35px;
}

.hero .tabs-box .tab-content .location {
    position: relative;
}

.hero .tabs-box .tab-content .location i {
    position: absolute;
    right: 15px;
    top: 30%;
}

.hero .tabs-box .tab-content .inputs .input label {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    font-family: "Poppins", sans-serif;
    color: #8E8E8E;
    margin-bottom: 2px;
}

.hero .tabs-box .tab-content .inputs .input input,
.hero .tabs-box .tab-content .inputs .input input::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    font-family: "Poppins", sans-serif;
    color: #717171;
}

.hero .tabs-box .tab-content .inputs .input {
    margin: 15px 0;
}

.hero .tabs-box .tab-content .inputs .input:first-child {
    margin-top: 0;
}

.hero .form-control {
    border-radius: 0 !important;
    height: 48px;
    background-color: #D6D6D6;
    color: #717171;
}

.hero .tabs-box .tab-content .inputs .location i {
    color: #717171;
}

.hero .tabs-box .tab-content .inputs .input p {
    margin: 2rem 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.09px;
    color: #AAAAAA;
    font-family: SFPRODISPLAYREGULAR;
}

.hero .tabs-box .tab-content .inputs .input .search-btn button {
    height: 48px;
    width: 100%;
    border: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
    color: #fff;
    background: linear-gradient(to left,  #FE6A01 50%, #000 50%) right;
    background-size: 200%;
    transition: 0.5s ease-out;
}
.hero .tabs-box .tab-content .inputs .input .search-btn button:hover {
    background-position: left;
}

/* about-services */
.about-services .servics-box {
    background-color: #E9E9E9;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 340px;
}

.about-services .servics-box .content .img {
    text-align: center;
    margin-bottom: 20px;
}

.about-services .servics-box .content .img img {
    width: 85px;
    margin: auto;
}

.about-services .servics-box .content h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #14182D;
}

/* chauffeur-service */
.chauffeur-service {
    background-color: #14181C;
}

.chauffeur-service .img img {
    width: 100%;
}

.chauffeur-service .chauffer-content h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    color: #fff;
}

.chauffeur-service .chauffer-content .text {
    margin: 15px 0 30px;
}

.chauffeur-service .chauffer-content p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.chauffeur-service .chauffer-content .check-text p {
    display: flex;
    align-items: center;
    gap: 15px;
}

.chauffeur-service .chauffer-content .check-text p span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #858585;
}

.chauffeur-service .chauffer-content .check-text p span i {
    font-size: 10px;
}

.chauffeur-service .chauffer-content .booking-btns {
    display: flex;
    align-items: center;
    gap: 20px;
}

.chauffeur-service .chauffer-content .booking-btns {
    margin-top: 50px;
}

.chauffeur-service .chauffer-content .booking-btns a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 55px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #FFFFFF;
}

.chauffeur-service .chauffer-content .booking-btns .book-hr a {
    background-color: #FE6A01;
}

.chauffeur-service .chauffer-content .booking-btns .book-re a {
    border: 1px solid #FFFFFF;
}

/* hire */
.hire .heading h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    color: #000;
}

.hire .heading p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #505050;
}

.hire .hire-details {
    margin: 40px 0 0;
}

.hire .hire-details .icon {
    margin-bottom: 12px;
}

.hire .hire-details .icon img {
    width: 70px;
}

.hire .hire-details .hire-box {
    padding-right: 20px;
}

.hire .hire-details .text h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: #000000;
}

.hire .hire-details .text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #505050;
}

/* for-all-trip */
.for-all .row {
    align-items: center;
}

.for-all .for-box {
    padding-left: 40px;
}

.for-all .for-box .head h4 {
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    color: #000;
}

.for-all .for-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.for-all .for-box p strong {
    font-size: 16px;
    font-weight: 600;
}

/* for-all-day */
.for-all-day .row {
    align-items: center;
}

.for-all-day .for-box {
    padding-right: 40px;
}

.for-all-day .for-box .head h4 {
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    color: #000;
}

.for-all-day .for-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.for-all-day .for-box p strong {
    font-size: 16px;
    font-weight: 600;
}

/* faq */
.faq .img img {
    height: 760px;
    object-fit: cover;
    object-position: center;
}
.faq .accordion-button .icon {
    margin-left: auto;
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: "\f067";
}

.faq .accordion-button::after {
    display: none;
}

.faq .accordion-button.collapsed .icon::before {
    content: "\f067";
}
.faq .accordion-button:not(.collapsed) .icon::before {
    content: "\f068";
}
.faq .accord-head {
    margin-bottom: 30px;
}
.faq .accord-head  h4{
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    color: #000000;
}
.faq .accord-head p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #505050;
    margin-top: 1rem;
}
.faq .accordion{
    border: none !important;
}
.faq .accordion-item{
    box-shadow: 0px 24px 40px 0px #95959526;
    margin: 25px 0;
    border: none;
    border-radius: 0 !important;
}
.accordion-item:first-of-type>.accordion-header .accordion-button{
    border-radius: 0 !important;
}
.faq .accordion-item button{
    font-size: 18px;
    font-weight: 600;
    line-height: 23.4px;
    font-family: "Poppins", sans-serif;
    color: #000000;
    min-height: 80px;
}
.faq .accordion-item .accordion-body p{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #363049;
}
.accordion-button:not(.collapsed){
    background-color: transparent !important;
    box-shadow: none !important;
}
.faq .faq-questions{
    padding-left: 40px;
}
/* footer */
.footer{
    padding: 80px 0 0;
    background-color: #000;
}
/* font-family: "Work Sans", sans-serif; */
.footer .news-letter .news-text h4{
    font-family: Helvetica;
    font-size: 26px;
    font-weight: 700;
    line-height: 31.75px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
.footer .news-letter .news-text p{
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.09px;
    color: #fff;
}
.footer .news-letter .subsribe-form{
    max-width: 415px;
    margin-left: auto;
}
.footer .news-letter .subsribe-form input{
    height: 45px;
    border-radius: 0;
}
.footer .news-letter .subsribe-form input::placeholder,.footer .news-letter .subsribe-form input{
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.54px;
    color: #8C8CA1;
}
.footer .news-letter .subsribe-form button{
    border-radius: 0;
    background-color: #FE6A01;
    font-size: 16px;
    font-weight: 700;
    line-height: 18.77px;
    letter-spacing: 0.04em;
    font-family: "Work Sans", sans-serif;
    min-width: 145px;
    color: #FBFCFE;
}
.footer .footer-top{
    padding: 60px 0 40px;
}
.footer .footer-top .footer-box .heading h4{
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #FFFFFF;
}
.footer .footer-top .footer-box  .links ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer .footer-top .footer-box  .links{
    margin-top: 15px;
}
.footer .footer-top .footer-box  .links ul li{
    margin: 8px 0;
}
.footer .footer-top .footer-box  .links ul li a{
    text-decoration: none;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
}
.footer .footer-top .footer-box  .links ul li a:hover{
    color: #FE6A01;
}
.footer .footer-top .footer-details{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.footer .footer-top .company{
    width:227px;
}
.footer .footer-top .business{
    width:225px;
}
.footer .footer-top .top-cities{
    width:94px;
}
.footer .footer-top .explore{
    width:180px;
}
.footer .footer-top .new-rides{
    width:215px;
}
.footer .footer-top{
    border-bottom:1px solid #FFFFFF;
}
.footer .footer-bottom{
    padding: 35px 0;
}
.footer .footer-bottom .f-logo {
    margin-bottom: 5px;
}
.footer .footer-bottom .f-logo img{
    width: 275px;
}
.footer .footer-bottom .copy-right p{
    font-family: Helvetica;
    font-size: 15px;
    font-weight: 600;
    line-height: 17.09px;
    color: #fff;
    margin: 0;
}
.footer .footer-bottom .footer-social{
    text-align: end;
}
.footer .footer-bottom .footer-social ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer .footer-bottom .footer-social ul li{
    display: inline-block;
    margin: 0 10px;
}
.footer .footer-bottom .footer-social ul li a{
    font-size: 20px;
    color: #FFFFFF;
}
.footer .footer-bottom .footer-social ul li a:hover{
    color: #FE6A01;
}
.px-primary {
    padding: 0 30px;
}

.flex-clear {
    flex: 1 1 auto;
}

.p-primary {
    padding: 100px 0;
}

.p-secondary {
    padding: 80px 0;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1320px !important;
    }
}
@media (max-width:500px) {
    .navbar-toggler:focus{
        box-shadow: none !important;
        box-shadow: 0 0 3px #FE6A01 !important;
    }
    .navbar-collapse{
        padding: 10px 30px;
        background-color: #fff;
        position: absolute;
        top: 60px;
        width: 100%;
        left: 0;
        border-bottom-left-radius: 5px;
        z-index: 9999;
        border-bottom-right-radius: 5px;
    }
    .hero .hero-bg .hero-content {
        padding: 0 22px;
        margin-top: -140px;
    }
    .hero .hero-bg .hero-content h3 {
        font-size: 23px;
    }
    .hero .hero-bg .hero-content p {
        font-size: 15px;
        text-align: center;
    }
    .hero .col-lg-7 {
        padding-right: calc(var(--bs-gutter-x)* .5) !important; 
    }
    .hero .col-lg-5 {
        margin-top: 15px;
        padding-left: calc(var(--bs-gutter-x)* .5);
    }
    .about-services .servics-box {
        margin: 10px 0;
    }
    .about-services .servics-box .content h4 {
        font-size: 22px;
        text-align: center;
    }
    .about-services .servics-box .content .img img {
        width: 80px;
    }
    .chauffeur-service .chauffer-content h3 {
        font-size: 27px;
        text-align: center;
    }
    .chauffeur-service .chauffer-content p {
        font-size: 15px;
    }
    .chauffeur-service .chauffer-content .booking-btns {
       justify-content: center;
       margin-bottom: 20px;
    }
    .chauffeur-service .chauffer-content .booking-btns a {
        width: 160px;
        font-size: 15px;
        height: 50px;
    }
    .hire .heading h3 {
        font-size: 32px;
        text-align: center;
    }
    .hire .hire-details .hire-box {
        padding-right: 0;
        margin: 12px 0;
        text-align: center;
    }
    .hire .heading p {
        font-size: 15px;
        text-align: center;
    }
    .for-all .img{
        margin-bottom: 12px;
    }
    .for-all .for-box {
        padding-left: 0;
    }
    .for-all-day .for-box .head h4 {
        font-size: 32px;
        line-height: 40px;
    }
    .for-all-day .for-box {
        padding-right: 0;
    }
    .for-all-day .row {
        flex-direction: column-reverse;
    }
    .for-all-day .row  .img{
        margin-bottom: 12px;
    }
    .faq .img img {
        height: 400px;
    }
    .faq .img{
        margin-bottom: 12px;
    }
    .faq .accord-head h4 {
        font-size: 32px;
        line-height: 40px;
        text-align: center;
    }
    .faq .accord-head p {
        font-size: 15px;
        text-align: center;
    }
    .faq .accordion-item button {
        font-size: 16px;
        align-items: baseline !important;
        gap: 5px !important;
    }
    .faq .faq-questions {
        padding-left: 0;
    }
    .footer {
        padding: 55px 0 0;
    }
    .footer .footer-top .footer-box{
        margin: 20px 0;
    }
    .footer .footer-top .company .footer-box{
        margin-top: 0;
    }
    .footer .footer-top .company,.footer .footer-top .business,.footer .footer-top .top-cities,.footer .footer-top .explore,.footer .footer-top .new-rides {
        width: 100%;
    }
    .footer .footer-top{
        padding: 60px 0 0;
    }
    .footer .footer-bottom .f-logo {
        text-align: center;
    }
    .footer .footer-bottom .f-logo img{
        width: 200px;
    }
    .copy-right{
        text-align: center;
    }
    .footer .footer-bottom .footer-social{
        text-align: center;
    }
    .p-secondary {
        padding: 55px 0;
    }
    .px-primary{
        padding: 0;
    }
    .footer .footer-top .footer-details{
        display: block;
    }
}
@media (min-width:501px) and (max-width:991px) {
    .navbar-toggler:focus{
        box-shadow: none !important;
        box-shadow: 0 0 3px #FE6A01 !important;
    }
    .navbar-collapse{
        padding: 10px 30px;
        background-color: #fff;
        position: absolute;
        top: 60px;
        width: 100%;
        left: 0;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        z-index: 999;
    }
    .hero .hero-bg .hero-content {
        padding: 0 14px;
        margin-top: -140px;
    }
    .hero .hero-bg .hero-content h3 {
        font-size: 25px;
    }
    .about-services .servics-box {
        min-height: 200px;
        width: 230px;
    }
    .about-services .servics-box .content .img img {
        width: 60px;
    }
    .about-services .servics-box .content h4 {
        font-size: 15px;
    }
    .chauffeur-service .chauffer-content h3 {
        font-size: 32px;
    }
    .chauffeur-service .chauffer-content p {
        font-size: 14px;
    }
    .chauffeur-service .chauffer-content .booking-btns {
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .hire .heading h3 {
        font-size: 32px;
    }
    .hire .heading p {
        font-size: 15px;
    }
    .hire .hire-details .text h4 {
        font-size: 15px;
        font-weight: 700;
    }
    .hire .hire-details .text p {
        font-size: 14px;
    }
    .hire .hire-details .hire-box {
        padding-right: 0;
    }
    .for-all .img{
        margin-bottom: 12px;
    }
    .for-all .for-box {
        padding-left: 0;
    }
    .for-all-day .for-box .head h4 {
        font-size: 32px;
        line-height: 40px;
    }
    .for-all-day .for-box {
        padding-right: 0;
    }
    .for-all-day .row {
        flex-direction: column-reverse;
    }
    .for-all-day .row  .img{
        margin-bottom: 12px;
    }
    .faq .img img {
        height: 100%;
    }
    .faq .img{
        margin-bottom: 12px;
        height: 100%;
    }
    .faq .accord-head h4 {
        font-size: 32px;
        line-height: 40px;
        text-align: center;
    }
    .faq .accord-head p {
        font-size: 15px;
        text-align: center;
    }
    .faq .accordion-item button {
        font-size: 16px;
        align-items: baseline !important;
        gap: 5px !important;
    }
    .faq .faq-questions {
        padding-left: 0;
    }
    .footer .footer-top .footer-details {
        flex-wrap: wrap;
        justify-content: left;
        gap: 30px;
    }
    .p-secondary {
        padding: 55px 0;
    }
    .px-primary{
        padding: 0;
    }
}
@media (min-width:992px) and (max-width:1024px) {
    .header .navbar .nav-link {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .hero .hero-bg .hero-content {
        padding: 0 50px;
    }
    .about-services .servics-box {
        min-height: 280px;
        width: 290px;
    }
    .about-services .servics-box .content .img img {
        width: 65px;
    }
    .about-services .servics-box .content h4 {
        font-size: 18px;
    }
    .p-secondary {
        padding: 60px 0;
    }
    .chauffeur-service .chauffer-content h3 {
        font-size: 32px;
    }
    .hire .hire-details .hire-box {
        padding-right: 0;
    }
    .hire .hire-details .text h4 {
        font-size: 22px;
    }
    .for-all .row ,.for-all-day .row {
        align-items: flex-start;
    }
    .for-all .for-box .head h4 {
        line-height: 38px;
    }
    .for-all-day .for-box .head h4 {
        line-height: 38px;
    }
    .faq .img img {
        height: 100%;
    }
    .faq .img{
        margin-bottom: 12px;
        height: 100%;
    }
    .faq .accord-head h4 {
        font-size: 28px;
    }
    .faq .accordion-item button {
        font-size: 16px;
        align-items: baseline !important;
        gap: 5px !important;
    }
    .footer .footer-top .footer-details {
        gap: 40px;
    }
}
/* New css  hero*/
.layer22 {
    background: #191821;
    background: linear-gradient(182deg, #191821 0, rgba(37, 47, 48, .70) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.background-res-url {
    position: absolute;
    height: 625px;
    width: 100%;
    z-index: -99;
    margin-top: 0;
    background: url(../img/hero.avif) no-repeat center top;
    background-size: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

.mw-100 {
    max-width: 100% !important
}

.wrapper {
    padding: 30px 0
}


#secondary img,
article img,
figure,
img,
img.wp-post-image {
    max-width: 100%;
    height: auto
}

.toppi_bar {
    position: absolute;
    margin-top: -53px;
    display: block
}

.btn-grad {
    background-image: linear-gradient(to right, #000 0, #323232 51%, #000 100%);
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: .5s;
    background-size: 200% auto;
    color: #fff;
    border-radius: 5px;
    font-weight: 700
}

.btn-grad:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none
}

.btn-grad:active,
.btn-grad:focus,
.btn-grad:visited {
    text-decoration: none;
    box-shadow: unset
}

.blackw {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

/* .toair {
    float: left;
    color: #212121;
    background-color: #e2e2e2;
    padding: 6px 17px 5px;
    font-size: 18px;
    border-top-right-radius: 5px;
    cursor: pointer
} */

.fromair {
    float: left;
    color: #212121;
    background-color: #fff;
    padding: 6px 100px 5px 17px;
    font-size: 18px;
    font-weight: 600;
    pointer-events: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

#cf {
    position: relative;
    width: 190px;
    padding-bottom: 7px;
    margin-left: 7px;
    display: inline-block;
    height: 17px
}

#cf img {
    position: absolute;
    left: 0;

    transition: opacity 1s ease-in-out
}

.underlined {
    position: relative
}

.underlined:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -8px;
    height: 7px;
    width: 114%;
    border: 3px solid #f9b442;
    border-color: #f9b442 transparent transparent;
    border-radius: 50%
}

.layer22 {
    background: #191821;
    background: linear-gradient(182deg, #191821 0, rgba(37, 47, 48, .70) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}




.pulsantepiumeno {
    border-radius: 24px !important;
    font-weight: 700;
    width: 36px !important
}

.formquatita {
    border: 0;
    margin-bottom: 0 !important;
    text-align: center;
    background-color: #fff !important;
    font-weight: 900 !important
}


.container {
    padding-right: 0;
    padding-left: 0
}

.bookingpos {
    margin-top: 76px;
    margin-bottom: 68px;
    width: 100%
}

.bookpos {
    background-color: #fff !important;
    color: #fff;
    border-radius: 10px;
    margin-right: 15px;
    margin-left: 15px;
    -webkit-box-shadow: -1px 8px 35px 8px rgb(2 16 29);
    -moz-box-shadow: -1px 8px 35px 8px rgb(2 16 29);
    box-shadow: -1px 8px 35px 8px rgb(2 16 29);
    position: relative;
    margin-top: 34px;
    z-index: 999;
    padding: 15px
}


.bookpos2 {
    background-color: #fff !important;
    color: #fff;
    border-radius: 10px;
    margin-right: 15px;
    margin-left: 15px;
    -webkit-box-shadow: 0px 0px 0px 1px rgb(2 16 29);
    -moz-box-shadow: 0px 0px 0px 1px rgb(2 16 29);
    box-shadow: 0px 0px 0px 1px rgb(2 16 29);
    position: relative;
    margin-top: 34px;
    z-index: 999;
    padding: 15px
}






.floatingelement {
    position: absolute;
    display: block;
    padding: 10px 20px;
    color: #333;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    z-index: 99;
}

.wrapper {
    padding: 5px 0
}

.row {
    margin: 5px !important
}


.pre {
    border-radius: 10px
}

#cercaform input:focus {
    outline: 3px solid rgb(36, 36, 36) !important
}

.new_height {
    margin-top: 60px
}

.new_title {
    font-size: 50px;
    color: white;
    margin-top: 10px;
    padding-right: 50px
}

.margin_promo_new {
    margin-bottom: -123px
}

.date-inputs input,
.return-data input {
    border: 0px solid #d3d3d3;
    border-radius: 0.375rem !important;
    font-size: 18px;
    height: 60px;
    padding: 36px 12px 7px 12px !important;
    width: 100%;
    color: #535353;
    -webkit-text-fill-color: #535353;
    opacity: 1;
    font-size: 16px;
    background-color: #ececec !important
}

.date-inputs input,
.return-data input {
    border: 0px solid #d3d3d3;
    border-radius: 13px;
    font-size: 18px;
    height: 60px;
    padding: 36px 16px 7px 12px;
    width: 100%;
    color: #535353;
    -webkit-text-fill-color: #535353;
    opacity: 1;
    font-size: 16px;
    background-color: #ececec !important
}

.date-inputs .input,
.return-data .input {
    margin: 0 !important;
}



#the_results_start {
    position: absolute;
    display: none;
    width: 100%;
    z-index: 9999;
    -webkit-box-shadow: 1px 1px 6px -2px #9e9e9e;
    -moz-box-shadow: 1px 1px 6px -2px #9e9e9e;
    box-shadow: 1px 1px 6px -2px #9e9e9e;
    background-color: white;
    margin-top: 3px
}

#the_results_end {
    position: absolute;
    display: none;
    width: 100%;
    z-index: 9999;
    -webkit-box-shadow: 1px 1px 6px -2px #9e9e9e;
    -moz-box-shadow: 1px 1px 6px -2px #9e9e9e;
    box-shadow: 1px 1px 6px -2px #9e9e9e;
    background-color: white;
    margin-top: 3px
}

#clear_end {
    position: absolute;
    z-index: 9999;
    top: 6px;
    right: 9px;
    display: none;
    cursor: pointer;
    color: #262626
}

.homepromo_small {
    position: absolute;
    top: 40px;
    background-color: #232323;
    width: 400px;
    padding: 30px;
    color: #fff;
    border-radius: 12px
}

.rat_banni_new {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 396px;
    position: absolute;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #e2e2e2;
    margin-top: -5px;
    z-index: 99;
    max-height: 53px;
    padding: 15px;
    bottom: -171px
}

.nomar {
    margin-top: 20px;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .nomar {
        padding: 0px !important;
        margin-top: 0px !important
    }
}

.form-control {
    border: 0px;
    border-radius: 10px;
    font-size: 18px;
    height: 80px;
    padding: 35px 26px 7px 33px !important;
    background-color: #ececec !important;
}

.container_button button {
    width: 100%;
    padding: 15px 5px !important;
    font-size: 16px;
    color: #ffff;
}

.inputs .input {
    margin: 15px 0;
}

.icon_start {
    position: absolute;
    z-index: 999;
    top: 41px;
    left: 11px;
    color: #262626;
}

.form-input {
    position: relative;
}

.date-inputs .row,
.return-data .row {
    margin: 0 !important;
}

.date-inputs .row .col-lg-6:first-child,
.return-data .row .col-lg-6:first-child {
    padding-left: 0 !important;
    padding-right: 8px !important;
}

.date-inputs .row .col-lg-6:last-child,
.return-data .row .col-lg-6:last-child {
    padding-right: 0 !important;
    padding-left: 8px !important;
}

.passengers .form-control {
    padding: 36px 16px 7px 12px !important;
    height: 60px !important;
}

.add-return .return-btn button {
    width: 100%;
    border-radius: 10px;
    padding: 17px;
    cursor: pointer;
    display: block;
    margin: 10px 0;
    border: 1px solid #ddd;
    background-color: transparent;
    color: #3f3f3f;
    font-weight: 400;
}

.add-return .return-data {
    display: none;
    position: relative;
}

.add-return .return-data button {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
}
@media (max-width:500px) {
    .homepromo_small{
        position: relative;
        width: 100%;
        padding: 15px;
    }
    .new_title {
        font-size: 45px;
        padding-right: 0px;
    }
    .background-res-url {
        min-height: 910px;
    }
    .date-inputs .row .col-lg-6:last-child, .return-data .row .col-lg-6:last-child {
        padding-left: 0px !important;
    }
    .date-inputs .row .col-lg-6:first-child, .return-data .row .col-lg-6:first-child {
        padding-right: 0px !important;
        margin-bottom: 15px;
    }
    .promoimage_small{
        height: 390px !important;
		background-position:right;
    }
    .homepromo_small {
        top: 115px;
    }
}
@media(min-width:501px) and (max-width:768px) {
    .homepromo_small{
        position: relative;
        width: 100%;
        padding: 15px;
    }
    .new_title {
        font-size: 45px;
        padding-right: 0px;
    }
    .background-res-url {
        min-height: 910px;
    }
    .date-inputs .row .col-lg-6:last-child, .return-data .row .col-lg-6:last-child {
        padding-left: 0px !important;
    }
    .date-inputs .row .col-lg-6:first-child, .return-data .row .col-lg-6:first-child {
        padding-right: 0px !important;
        margin-bottom: 15px;
    }
    .promoimage_small{
        height: 390px !important;
		background-position:right;
    }
    .homepromo_small {
        top: 115px;
    }
}
.down-dots i{
    margin: 0 8px;
}