
body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;

}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #fff;
}
.gap-30{
    gap: 30px;
}
a:hover, a:focus {
    text-decoration: none;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;

}

button {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

button:hover, button:focus {
    text-decoration: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;

}

.btn:focus {
    box-shadow: none;
}

.btn.btn-secondary,
.btn.search-button,
.btn.btn-card {
    position: relative;
    border-radius: 10px;
    background-color: #043361;
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    overflow: hidden;
}

.btn.btn-secondary:hover,
.btn.search-button:hover,
.btn.btn-card:hover {
    color: #043361;
    border-color: #043361;
    background: #fff;
}

.btn.btn-secondary::before,
.btn.search-button::before,
.btn.btn-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #fff, transparent);
    transition: 0.5s;
}

.btn.btn-secondary:hover::before,
.btn.search-button:hover::before,
.btn.btn-card:hover::before {
    left: 100%;
}


h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
    line-height: 1.5;
    font-weight: 400;
    font-family: "Poppins", Arial, sans-serif;
}

ul li {
    list-style: none;
}

.bg-blue{
    background-color: #e7eef6;
}
section {
    padding: 3rem 0;
}


/*header*/

header .topbar {
    background-color: #164f97;
}

header .topbar .list-inline-item .réseau-social img:hover {
    background-color: #3feff1;
    border-radius: 50%;

}

header .topbar  a:hover {
    color: #3feff1;
}
header .topbar .dropdown-item{
    font-size: 14px;
    font-weight: 500;
}
header .navbar {
    padding: 12px 0;
}
header .navbar-brand{
    padding: 0;
}
@media (max-width:992px) {
    header .navbar-brand {
        margin-right: 0;
        flex:1;
    }
}
header .navbar-brand img{

    width: 200px;
}
header  a.nav-link.active {
    color: #ce35f1 ;

}

header a.nav-link {
    color: #033162;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
}


@media (max-width: 991px) {
    header .topbar #iconEmail {
        display: none;
    }
    header .navbar-header{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    header a.icon-mobile {
        font-size: 15px;
        color: #033162;
        font-weight: 600;
        padding: 5px;
        border-radius: 6px;
        border: 1px solid #3feff1;
    }

    header .navbar-brand img {

        max-width: 180px;
        width: 75%;
    }

    .num-tel {
        column-gap: 25px;
    }
    header  .gap-20 {
        gap: 4px;
    }


}
@media (max-width: 767.98px) {

    .icon-devise,
    .réseau-social img{
        height: 30px;
    }
    header a.icon-mobile{
        font-size: 13px;
        color: #033162 ;
        font-weight: 600;
        padding: 3px;
        border-radius: 6px;
        border: 1px solid #3feff1;
    }


}

@media (max-width:767px) {
    .navbar-ipro .container{
        padding-left: 0;
    }

    .num-tel {
        column-gap: 12px;
    }
}
.navbar-toggler{
    padding: 0;
}
header .topbar .dropdown-item.active, header .topbar .dropdown-item:active {
    color: #3feff1;
    text-decoration: none;
    background-color: #f8f9fa;
}
.contact-info {
    border-radius: 25px;
    background-color: #164f97;
    padding: 5px;
    color: #333;
}

.top-bar-ok .dropdown-menu {
    right: 0;
    left: auto;
}

header .topbar .icon-topbar{
    width: 27px;
    height: 27px;
}
/* ***section filtre***  */




.banner #carousel .carousel-control-next,
.banner #carousel .carousel-control-prev {
    background: #3feff1;
    border: 0;
    opacity: .7;
    transition: opacity .15s ease;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    top: 40%;
    margin: 18px;
}

.banner #carousel .carousel-control-next:focus,
.banner #carousel .carousel-control-next:hover,
.banner #carousel .carousel-control-prev:focus,
.banner #carousel .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

@media (max-width:767.98px) {
    .banner #carousel .carousel-control-next,
    .banner #carousel .carousel-control-prev {
        display: none;
    }
}
.filtre {
    position: relative;
    left: 0;
    right: 0;
    top: auto;
    margin-top: -110px;
}
@media (max-width:991px) {
    .filtre {

        margin-top: 27px;
    }
}
@media (max-width: 767px) {
    .filtre {
        margin-top: 15px;
    }
}

.filtre .bg-filtre {
    padding: 15px 30px;
    background: #164f97;
}

.filtre .bg-filtre-mobile{
    background: #164f97;
}
.filtre .advanced-search-ipro .search-button {
    background-color: #3feff1;
    color: #ffffff;
    position: relative;
    height: 70px;
    width: 100%;
    border: none;
    border-radius: 0;

}

.filtre .advanced-search-ipro .input-icon::before {
    color: #a8a8aa;
    position: absolute;
    left: 10px;
    top: 20px;
    height: 45px;
    z-index: 1;
}



.filtre .advanced-search-ipro .num {
    padding: 25px 0 0 20px;
}

.filtre .input-search::before {
    content: "";
    background-image: url(../images/mp.svg);
    background-repeat: no-repeat;
    width: 40px;
}

.filtre .input-date::before {
    content: "";
    background-image: url(../images/calendar.svg);
    background-repeat: no-repeat;
    width: 40px;
}

.filtre .input-chambre::before {
    content: "";
    background-image: url(../images/pers.svg);
    background-repeat: no-repeat;
    width: 40px;
}
.filtre .input-passengers::before {
    content: "";
    background-image: url(../images/passengers.svg);
    background-repeat: no-repeat;
    width: 40px;
}

.filtre .advanced-search-ipro .form-group label {
    position: absolute;
    top: 20px;
    left: 52px;
    text-transform: uppercase;
    z-index: 1;
    font-size: 14px;
    color: #808080;
    font-weight: 400;
    width: 100%;
    max-width: calc(100% - 52px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.filtre .advanced-search-ipro label.nuit  {
    left: 10px !important;
    overflow: visible !important;
    text-overflow: initial !important;
}

.filtre .form-control {
    height: 70px;
    padding: 25px 0 0 50px;
    border-radius: 0;
    font-size: 13px;
    color: #212529;
}

@media (max-width: 991px) {

    .jdropdown-container-header {
        padding: 3px 0 0 0;
    }
    .depart-mobile{
        padding-right: 10px !important;
    }

}

input::placeholder {
    color: #363636;
    font-size: 12px;
    font-weight: 500;

}

input.form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
    border: none;
}

.filtre .nav-tabs .nav-link{
    background: rgb(255 255 255 / 68%);
    border-radius: 0;
    color: #06315e;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 30px;
    position: relative;
    border: none;
}
.filtre .nav-tabs .nav-link:hover{

    border-radius: 0;
    color: #3feff1;
}
.filtre .nav-tabs .nav-link.active{

    background: #164f97;
    color: #fff;
}
.filtre .nav-tabs .nav-link.active .marker {
    height: 30px;
    width: 30px;
    left: 50%;
    bottom: -30px;
    transform: translatex(-50%);
    position: absolute;
    overflow: hidden;
}
.filtre .nav-tabs .nav-link.active .marker::after {
    content: "";
    height: 15px;
    width: 15px;
    top: -8px;
    left: 50%;
    transform: rotate(45deg) translatex(-50%);
    transform-origin: left;
    background-color: #fff;

    position: absolute;
}

/*banner-transfert */
.form-check-label {
    position: initial !important;
    color: white !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;

}
/* section liste social  */

.jumbotron .card .title,
.section-title > .title {
    font-size: 30px;
    color: #06315e;
    text-transform: uppercase;
    font-weight: 700;
}



@media (max-width:991px) {
    .jumbotron .card .title,
    .section-title > .title {
        line-height: normal;
        font-size: 25px;
    }
}

.section-title > .description {
    font-size: 16px;
    color: #7e7e7e;
    font-weight: 400;

}

.jumbotron .card span,
.section-title > .title span {
    color: #ce35f1;
}


.jumbotron, .img {
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-filter: brightness(100%);

}


.owl-carousel {
    position: relative;
}

.owl-carousel .owl-item {
    opacity: 1;
}

.owl-carousel .owl-item.active {
    opacity: 1;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    color: white;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    opacity: 1;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.owl-carousel .owl-nav .owl-prev {
    background: #fff !important;
    color: #3feff1 !important;
    border: 1px solid #3feff1
}

.owl-carousel .owl-nav .owl-prev:hover {
    background: #fff !important;
    color: #3feff1 !important;
    border: 1px solid #3feff1
}

.owl-carousel .owl-nav .owl-next {
    background: #3feff1 !important;
    color: #fff !important;
    border: 1px solid #3feff1
}

.owl-carousel .owl-nav .owl-next:hover {
    background: #fff !important;
    color: #3feff1 !important;
    border: 1px solid #3feff1
}

@media (prefers-reduced-motion: reduce) {

    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.owl-carousel .owl-nav .owl-prev i,
.owl-carousel .owl-nav .owl-next i {
    font-size: 20px;
    padding: 7px;
}

.owl-carousel .owl-nav .owl-prev {
    left: -31px;
}

.owl-carousel .owl-nav .owl-next {
    right: -31px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px;
    background: #fff;
    border: 2px solid #3feff1;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 0;
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #3feff1;
}

.owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
    outline: none !important;
}


.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}


.banner #carousel .carousel-inner .carousel-item .img {
    width: 100%;
    /*height: 600px;*/
    position: relative;
    z-index: 0;
    overflow: hidden;

}



.pro-pic {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}


.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #29323b;
    opacity: 0.3;

    transform: translateY(-100%);
    transition: transform 250ms linear;
}

.card:hover .card-overlay {
    transform: translateY(0);

}

.pro-pic:hover img {

    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.pro-pic img {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-filter: brightness(100%);
}


.circuits .circuit-wrap .box {
    position: absolute;
    border-radius: 10px;
    background-color: #ce35f1;
    color: #fff;
    left: auto;
    right: 20px;
    top: 20px;
    bottom: auto;
    z-index: 100000000;

}

.voyages .box .price,
.circuits .circuit-wrap .box .price {
    font-size: 14px;
    padding: 8px;
    line-height: 17px;

}

.voyages .box .price span,
.circuits .circuit-wrap .box .price span {
    font-weight: 700;
    font-size: 15px;
}

.circuit-wrap:hover img {
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.voyages .card-body,
.super-promo .card-body {
    position: absolute;
    background: #fff;
    margin: 20px 14px;
    top: auto;
    right: 0;
    left: 0;
    padding: 10px;
    bottom: -10px;
    border-radius: 15px;
    width: calc(100% - 29px);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
}

.voyages .item:hover .card-body,
.super-promo .item:hover .card-body {
    bottom: 0;
}

.voyages .card,
.omra .card,
.super-promo .card {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}


.voyages .owl-carousel .owl-item img,
.super-promo .owl-carousel .owl-item img {
    border-radius: 10px;
    height: 400px;
    object-fit: cover;
}


@media (max-width: 991px) {
    .super-promo .item {
        padding: 0 10px;
    }
}

@media (max-width: 767.98px) {

    .super-promo .item {
        padding: 0 10px;
    }

    .pro-pic {
        min-height: 270px;
        object-fit: cover;
    }

    .bg-card {
        width: 100% !important;
        margin-top: -130px;
    }

    .position-margin {
        margin-left: 0 !important;
    }


}

.card-title {
    font-size: 17px;
    color: #191919;
    font-weight: 500;
    margin-bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

i.fas.fa-star {
    color: #ffd15d;
    font-size: 12px;
}

.localisation {
    font-size: 14px;
    color: #7e7e7e;
    font-weight: 500;

}

.prix h3 {
    color: #ce35f1;
    font-weight: 600;
    line-height: 1.25rem;
    font-size: 20px;
    margin-bottom: 0;
}

.prix p {
    margin: 0 0 0.25rem 0;
    font-size: 13px;
    color: #7e7e7e;
    font-weight: 400;

}
@media (max-width:991px) {
    .prix h3 {

        font-size: 20px;

    }
}

/**nos hotels rcommandes***/

.bg-card {
    border: 1px solid rgba(0, 0, 0, .1);
    background-color: #fff;
    width: calc(100% + 25.33%);
    border-radius: 15px;
    padding: 12px;
    transition: box-shadow 0.2s ease-in-out, transform 0.35s ease-in-out;
}

.position-margin {
    margin-left: -12.333333%;
    padding-top: 27px;
    padding-bottom: 27px;
}

.nos-hotels .nav-tabs button.btn-hotel.active {
    border-color: #ce35f1;
    color: #ce35f1;
}
.nos-hotels .nav-tabs .nav-item {
    margin-bottom: 10px;
}

.nos-hotels .nav {
    justify-content: center;
    border-bottom: none;

}

.nos-hotels .nav-tabs button.btn-hotel {
    font-size: 17px;
    color: #999999;
    font-weight: 600;
    border: 1px solid #999999;
    border-radius: 10px;
    background: #fff;
    margin-right: 10px;

}

.nos-hotels .img-flash-promo {
    width: 100%;
    object-fit: cover;
    height: auto;
    border-radius: 10px;
    max-height: 150px;
}
.nos-hotels .pro-pic {
    width: auto;
}
@media (max-width:768px) {
    .nos-hotels .img-flash-promo{

        height: auto;
    }
}
.nos-hotels .pro-pic img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
}
.nos-hotels .btn-flash-promo{
    font-size: 16px;
    padding: 8px 16px;
}
@media (max-width: 768px) {
    .nos-hotels .nav {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: auto;
        justify-content: start;
    }



}

.nos-hotels .img-flash .details-img-flash {

    position: absolute;
    right: 30px;
    top: 11px;
    z-index: 2;

}



.nos-hotels .img-flash .details-img-flash p {
    margin-bottom: 0;
    font-size: 17px;
    color: #000;
    font-weight: 600;
}

/* section voyages  */

.voyages .card-text {
    font-size: 14px;
    color: #7e7e7e;
    font-weight: 400;
    margin-bottom: 7px;
}

.voyages .box {
    color: #fff;
    height: 100px;
    margin: 0 auto;
    position: relative;
    -webkit-transform: translate3d(0, -95%, 0);
    -moz-transform: translate3d(0, -95%, 0);
    -o-transform: translate3d(0, -95%, 0);
    -ms-transform: translate3d(0, -95%, 0);
    transform: translate3d(0, -95%, 0);
    line-height: 1.5;
}

.voyages .box .price {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    background-color: #ce35f1;
    padding: 8px;
    border-radius: 10px;
    position: absolute;
    top: -135px;
    right: -13px;
}

.voyages .box p, .circuits .box p {
    font-size: 12px;
    color: #ffffff;
    font-weight: 500;
    margin: 0
}

.voyages .box h4, .circuits .box h4 {
    font-size: 23px;
    color: #ffffff;
    font-weight: 700;
}

.voyages .contenu-card {
    margin-top: -105px
}

/* section omra  + billets */
.omra .jumbotron {

    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.jumbotron .card {
    padding: 11px;
    width: 318px;
    position: absolute;
    right: 50px;
    border-radius: 15px;
}

@media (max-width: 991.98px) {
    .jumbotron .card {
        position: absolute;
        right: 14px;

        top: auto;
        bottom: 60px;
    }
}

.jumbotron .lead {

    font-size: 14px;
    color: #7e7e7e;
    font-weight: 400;
}


.billets .jumbotron {

    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}



/** section circuits**/


.circuit-wrap .img {
    position: relative;
    overflow: hidden;
    height: 350px;
    margin-top: 40px;
    margin-right: -194px;
    margin-bottom: 40px;
    z-index: 55;
    object-fit: cover;
    width: 50%;
    border-radius: 15px;
    transition: all .5s;
    -webkit-filter: brightness(100%);
}

@media (max-width: 991.98px) {
    .circuit-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media (max-width: 768px) {
    .nos-hotels .pro-pic img,
    .pro-pic img {
        width: 100%;
    }
}

.circuit-wrap .text {
    background: #e7eef6;
    border-radius: 15px;
    width: 70%;
}

.circuit-wrap .text h2 {

    font-weight: 600;
    /* text-transform: uppercase; */
    font-size: 25px;
    color: #043260;


}

@media (max-width: 991.98px) {
    .circuit-wrap .text h2 {
        font-size: 18px;
    }
}

.circuit-wrap .text p {
    font-size: 16px;
    color: #7e7e7e;
    font-weight: 400;

}

.circuit-wrap .prix p {
    font-size: 12px;
    color: #7e7e7e;
    font-weight: 400;

}

.circuit-wrap .desc {

    background: #fff;
    margin-left: 200px;
    padding: 15px 20px;
    border-radius: 10px;
}

.circuits .carousel-circuits .owl-nav {
    top: 86%;
}

.circuits .carousel-circuits .owl-prev {

    left: 83%;
}

.circuits .carousel-circuits .owl-next {

    right: 5%;
}

.billets .jumbotron:hover .card-overlay,
.omra .jumbotron:hover .card-overlay,
.circuit-wrap .img:hover .card-overlay {
    transform: translateY(0);

}

.jumbotron:hover,
.img:hover {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}



@media (max-width: 991.98px) {
    .circuit-wrap .img {
        width: 100%;
    }



    .circuit-wrap .text p {
        word-break: break-word;
    }

    .border-right {
        border: none !important
    }

    .circuit-wrap .desc {
        background: #fff;
        margin-left: 0;
        margin-right: auto;
        margin-top: -49px;
        padding: 15px 20px;
        border-radius: 15px;
        text-align: center;
        border: 1px solid rgba(0, 0, 0, .1);
    }


    .circuit-wrap .text {
        width: 100%;
        background: none;
        border-radius: 15px;
        margin-top: -92px;
        margin-left: 90px;
        position: relative;
        z-index: 555;
    }

}

@media (max-width: 767.98px) {
    .jumbotron .card {
        width: 300px;
        right: 50px;

    }
    .circuit-wrap .text {

        margin-left: 0;

    }
    .circuit-wrap .desc {

        margin-left: -47px;
        margin-right: -45px
    }
}
@media (max-width:420px) {

    .jumbotron .card {
        width: 284px;
        right: 3px;

    }
}
/*footer**/

footer.footer--light {
    background: #043361
}

footer .footer-big {
    padding: 30px;
}


footer .footer-big .border-right {
    border-right: 1px solid #3feff1 !important;
}

footer .footer-big .border-bottom {
    border-bottom: 1px solid #3feff1 !important;
}
@media (max-width:767.98px) {
    footer .footer-big .border-bottom {
        border-bottom: none !important;

    }
}
footer .border-right .footer-big {
    border-right: 1px solid #fff
}

footer .box-title h5 {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
}

.gap-2 {
    gap: 10px
}

footer #e-mail {
    border-radius: 20px;
    background-color: #ffffff;
}

footer .btn.btn-inscrt {
    border-radius: 20px;
    background-color: #3feff1;
    color: #fff;
    width: 100%;
}


footer i.fas.fa-arrow-right {
    color: #3feff1;
    margin-right: 5px;

}

footer .footer-big ul {
    padding-left: 0
}

footer .footer-big ul li,
footer .footer-big p,
footer .footer-menu ul li a {
    color: #fff;
    font-size: 15px;

}

footer .footer-big p {
    font-size: 14px;
    text-align: justify;
}

footer .footer-menu ul li a:hover {
    color: #3feff1;
}

footer .footer-widget-title {
    font-size: 18px;
    color: #ffffff;
    position: relative;

}

footer .footer-widget-title::after {
    background-color: #3feff1;
    bottom: -12px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 40px;
}


footer .mini-footer {

    background-color: #ce35f1;


}

footer .mini-footer p {
    margin: 0;
    padding:  0;
    font-size: 13px;
    color: #fff
}

@media (max-width: 991px) {
    footer .footer-big {
        padding: 30px 0;
    }

    footer .mini-footer p {
        margin: 0;
        font-size: 12px;
        color: #fff;
        padding: 5px;
    }
}

footer .mini-footer p a {
    color: #fff;
    font-weight: 600;
}

footer .mini-footer p a:hover {
    color: #34bfa3
}


@media (max-width: 991px) {
    footer .footer-menu {
        padding-left: 0
    }
    .image-devise {
        height: auto;
        width: 35px;
    }
}


#myBtn {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 99;
    border-radius: 50px;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #3feff1;
    color: white;
    cursor: pointer;
    width: 50px;
    height: 50px;

}

#myBtn:hover {
    background-color: #555;
}


.flatpickr-day.selected {
    background: #3feff1 !important;
    border-color: #3feff1 !important;
}

.daterangepicker td.active {
    background-color: #3feff1 !important;
}

.modal .form-group select {
    min-height: 35px;
    padding: 5px 15px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    width: 100%;
    font-size: 16px;
}

.modal .fa-trash:before {
    color: red;
}

.modal .modal-header h5 {
    font-weight: 600;
    margin-bottom: 0;
}

.modal .modal-content {
    border-radius: 1rem;
}

.modal .modal-body h5 {
    font-size: 16px;
    font-weight: 400;
}

.btn.btn-secondary {
    background-color: #3feff1;
    border-color: #3feff1;
}

.btn.btn-secondary:hover {
    color: #3feff1;
    border-color: #3feff1;
}
.btn.btn-secondary,
button.btn.btn-orange.btn-block.mt-2 {
    padding: 10px;
    font-size: 16px;
}

#vjs-advanced-search .btn.btn-card {
    padding: 10px;
}


.icon-bar {
    display: block;
    width: 18px;
    margin-bottom: 4px;
    height: 1px;
    border: 1px solid #0c0c0c;

}

.jdropdown-default.jdropdown-focus .jdropdown-header {
    outline: none;
}

.jdropdown-searchbar.jdropdown-focus {
    padding: 0;
}

.jdropdown-searchbar .jdropdown-header {
    outline: none;
    border: none;
}

.jdropdown-default .jdropdown-header {
    border: none;
    padding-left: 0;
    padding-top: 12px;
    outline: none;

}

.jdropdown-default .jdropdown-container {
    background-color: #fff;
    width: 200%;
    top: 70px;
    left: 5%;
    box-shadow: 0 1px 2px 1px rgb(0 0 0 / 20%);
}

@media (max-width: 767px) {
    .jdropdown-header {
        color: #939597;
        padding: 11px 0;
    }
}

.applyBtn.btn.btn-sm.btn-primary {
    color: #fff;
    background-color: #06315e !important;
    border-color: #06315e !important;
}
.form-control[readonly] {
    background-color: white;
    opacity: 1;
}
.image-devise {
    height: auto;
    width: 50px;
}
.typeahead__result{
    background: #fff;
}
.typeahead__list{
    position: absolute;
    z-index: 1000;
    background-color: #fff;


}
.typeahead__list, .typeahead__dropdown {
    width: max-content;
    min-width: 100%;
    top: auto !important;
}

.typeahead__result .typeahead__list li a{
    font-size: 15px;
    font-weight: 400;
    color: #212529;
}
.typeahead__result .typeahead__list li a i{
    padding:  6px;
}
.typeahead__result  .typeahead__list > li{
    border-top: none;
}

.service h5{
    font-size: 17px;
    font-weight: 500;
}
.service .box-card-service{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
}
@media (max-width:430px) {
    .service .box-card-service {
        display: block;
    }
}


.jdropdown-image-small {
    filter: invert(22%) sepia(73%) saturate(2859%) hue-rotate(178deg) brightness(166%) contrast(93%);
}


/*iPhone 14*/
@media only screen
and (width: 390px)
and (device-height: 844px)
and (-webkit-device-pixel-ratio: 3) {
    .jdropdown-searchbar.jdropdown-focus
    {
        position:fixed;
        top:0 !important;
        left:0 !important;
        width:100% !important;
        height: 100% !important;
        background-color:#fafafa;
        padding:0;
        z-index:9001;
        overflow-y:hidden !important;
        right:0 !important

    }
}

/*iPhone 14 Pro*/
@media only screen
and (width: 393px)
and (device-height: 852px)
and (-webkit-device-pixel-ratio: 3) {
    .jdropdown-searchbar.jdropdown-focus
    {
        position:fixed;
        top:0 !important;
        left:0 !important;
        width:100% !important;
        height: 100% !important;
        background-color:#fafafa;
        padding:0;
        z-index:9001;
        overflow-y:hidden !important;
        right:0 !important

    }
}

/*iPhone 14 Pro Max*/
@media only screen
and (device-width: 430px)
and (device-height: 932px)
and (-webkit-device-pixel-ratio: 3) {

    .jdropdown-searchbar.jdropdown-focus
    {
        position:fixed;
        top:0 !important;
        left:0 !important;
        width:100% !important;
        height: 100% !important;
        background-color:#fafafa;
        padding:0;
        z-index:9001;
        overflow-y:hidden !important;
        right:0 !important

    }
}
.icon-whatsapp{
    position: fixed !important;
    bottom: 110px !important;
    right: 30px !important;
    display: flex !important;
    flex-direction: column !important;
    z-index: 10005 !important;
    align-items: flex-end !important;


}
.icon-whatsapp a.btn-icon-whatsapp{
    display: flex;
    align-items: center;
    height: 50px;
    width: 50px;
    border-radius: 50px !important;
    transition: all .08s linear !important;
    cursor: pointer !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
    background-color: #4dc247;
    box-shadow: rgb(0 0 0 / 20%) 0 0 0.428571rem 0 !important;

}
