﻿/*Navbar */
.nav{
    position:relative;
}
.drope i {
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(-0%, -50%);
}
.drope-wrapper h3 {
    font-size: 15px;
    font-weight: 600;
    color: #212529;
    letter-spacing: 1px;
    text-transform: uppercase;
    /*    border-bottom: 1px solid rgba(0, 0, 0, 0.125); */
    padding: 5px 10px;
    margin-bottom: 0px;
/*    position: sticky;
    top: -10px;
    background: #f9f9f9;*/
    text-transform:capitalize;
}

.drope-wrapper span {
    font-size: 15px;
    font-weight: 600;
    color: #212529;
    letter-spacing: 1px;
    text-transform: uppercase;
    /*    border-bottom: 1px solid rgba(0, 0, 0, 0.125); */
    padding: 5px 10px;
    margin-bottom: 0px;
    /*    position: sticky;
    top: -10px;
    background: #f9f9f9;*/
    text-transform: capitalize;
}

.drope-wrapper ul li {
/*    border-bottom: 1px solid rgba(0, 0, 0, 0.125); */
    padding: 4px 12px;
}
.drope-wrapper ul li:last-child{
    border-bottom:unset;
}
.drope-wrapper ul li a {
    text-decoration: none;
    color: #495057;
    font-weight: 500;
    transition: .3s;
    font-size: 15px;
}
.drope-wrapper ul li a:hover {
    color: #003eff;
}
.nav-link {
    display: flex;
    align-items: center;
    position:relative;
}


.drope-wrapper::-webkit-scrollbar {
    width: 7px;
}

.drope-wrapper::-webkit-scrollbar-track {
    background: transparent;
}

.drope-wrapper::-webkit-scrollbar-thumb {
    background: #05203C;
    border-radius: 50px;
}
.drope-wrapper::-webkit-scrollbar-thumb:hover {
    background: #05203Cbf;
}


.drope-wrapper {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    max-height: 265px;
    /*    max-height:90vh; */
    overflow: auto;
    padding: 10px 0px;
    border-radius: 0px 0px 5px 5px;
    /*    box-shadow: 2px 5px 15px #80808038; */
    border-top: 1px solid gray;
    width: 60rem;
    left: -10rem;
}

/*.drope:hover .drope-wrapper {
    display: block;
    animation: slideInFromBottom 0.3s ease forwards;
}*/

.shower {
    display: block;
    animation: slideInFromBottom 0.3s ease forwards;
}

.drope-box{
    width:20%;
/*    padding:0px 12px; */
    margin-bottom:15px;
    padding:0px;
}

.imgboxdv {
    height: auto !important;
}
.cheap-deals .boximg {
    margin-bottom: 0px;
    width:100% !important;
    left:0px;
    bottom:0px;
    padding-left:5px;
}
.cheap-deals .bolddiv{
    text-align:justify;
}
.faq-tab ul {
    width:100% !important; 
    flex-wrap: wrap;
}
.cheap-deals .faq-tab ul li:last-child{
    margin-right:0px;
}
.boxdivtrust img{
    width:60%;
}
.book .boxdiimgvmb{
    align-items:center;
    display:flex;
    justify-content:center;
}
.book .boxdiimgvmb img {
    width: 50px !important;
}
.book .boxdiimgvmb{
    background:transparent;
}
.book h3{
    font-size:2.5rem;
}
.deals-slider .slick-slide {
    position: relative;
    border-radius: 20px;
    border: 2px solid orange;
    padding: 10px;
    overflow:hidden;
}
.deals-slider .bgbxdv {
    bottom: 0px;
    width: 100%;
    left: 0px;
    margin: 0px;
    padding-left: 25px;
    border-radius: 0px 0px 20px 20px;
    background: #07203bd6; 
}
.deals-slider .slick-slide img {
    border:unset;
    border-radius: 20px;
    padding:unset;
}
.travel .guide-img-efects img {
    width: 100%;
/*    height: auto;*/
    min-height: 267px;
    object-fit: cover;
}
.months .tab-content img {
    height: 100%;
    object-fit: cover;
}
.intrest img{
    height:100%;
}
.faq-tab ul li {
    margin-right: 5px;
/*    background: #F8F8F8 !important;*/
}
.faq-tab ul li:first-child{
    padding-left:0px;
}
.travel-blog .mainslidblog {
    object-fit: cover;
}
.regions .boxdinimg {
    height: 200px;
    object-fit: cover;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.regions .btndivprc{
    color:green;
}
.regions .faq-tab ul li:first-child{
    padding-left:9px;
}
.months .faq-tab ul li:first-child {
    padding-left: 9px;
}
.travel-faq .accordion div {
    position: relative;
    border-radius: 5px;
    /*    box-shadow: 0 0 10px #00000036; */
    box-shadow: unset;
    padding-top: 0px;
    border: 1px solid #80808040;
}
.travel-faq .accordion div i {
    position:absolute;
    top:50%;
    right:28px;
    transform:translate(-0%, -50%);
    font-size:12px;
}
.question {
    background-color: #042850 !important;
    /*    margin-bottom: 3px !important; */
    margin-bottom: 10px !important;
    border-radius: 5px;
    color: #fff;
}
.accordion .active {
    margin-bottom: 0px !important;
}
.answer {
    margin-bottom: 15px;
    padding-top: 10px !important;
    border-radius: 0px 0px 5px 5px !important;
    top: -7px !important;
}
.answer p{
    padding:0px 15px;
}
.travel-faq .accordion div h4 {
    font-size: 18px;
    margin-bottom: 0px;
    padding: 10px 15px;
    padding-right:35px;
}
.travel-faq .accordion div p {
    font-size: 16px;
    margin-bottom:0px;
}
.travel span{
    font-weight:500;
    font-size:18px !important;
    margin:16px 0px 8px;
    display:flex;
    font-size:24px !important;
}
.intrest span {
    font-weight: 600;
    font-size: 18px !important;
    margin: 16px 0px 8px;
    display: flex;
    text-align: center;
    justify-content: center;
}
.intrest .guide-title-inner{
    padding:0px 12px;
}
.intrest .guide-title-inner p{
    white-space: nowrap;
}
.travel-blog .slick-arrow {
    border-radius: 5px !important;
    background-color: #fb6223 !important;
    width: 35px;
    height: 35px;
    z-index: 1;
}
.travel-blog .slick-arrow::before {
    color: #fff !important;
    font-size: 19px !important;
}
.travel-blog .slick-arrow:hover{
    background-color: #FB753E !important;
}
.travel-blog .slick-prev {
    left: -10px;
}
.travel-blog .slick-next {
    right: -10px;
}
.travel-blog .slick-slide {
    margin:0px 10px;
}
.cheap-deals p:last-child{
    margin-bottom:0px;
}
/*.travel-blog .slick-initialized .slick-slide {
    min-height: 305px;  
}*/
.blog-box{
    justify-content:space-between;
    display:flex;
    flex-direction:column;
}
.blog-content {
    padding: 15px;
    height: 100%;
}
.blog-content .pddlis{
    padding:0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.blog-content .pddlis1 {
    padding: 0px;
    margin-bottom:0px;
}
.blog-content .pddlis1 a{
    color:#05203C; 
    text-decoration:none;
    transition:.3s;
}
.blog-content .pddlis1 a:hover{
    color:#f75f32;
}
.regions .rowmainbid {
    font-size: 15px;
}
.deals-list .drope-box{
    width:25%;
}




@keyframes slideInFromBottom {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 1.5rem;
    }
}
@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 1.5rem;
        font-weight: 600;
    }
}
.cheap-deals h1{
    font-weight: 600;
}
.book h3 {
    font-size: 1.5rem;
    font-weight: 600;
}
.travel h3 {
    font-size: 1.5rem;
    font-weight: 600;
}
.regions .rowmainbid p {
    font-size: 1.5rem;
    font-weight: 600;
}

.regions .rowmainbid p {
    font-size: 20px;
    margin-bottom: 15px;
}
.intrest h3 {
    font-size: 1.5rem;
    font-weight: 600;
}
.travel-blog h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom:0px;
}
.travel-faq h3 {
    font-size: 1.5rem;
    font-weight: 600;
}
.months h3 {
    font-size: 1.5rem;
    font-weight: 600;
}


.answer{
    animation:easy .5s ease forwards;
}

.information-last h3{
    font-size: 1.5rem;
    font-weight: 600;
}
.faq-content p{
    margin:0px !important;
}
.deals-carousel p{
    text-align:justify;
}

@keyframes easy {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(5px);
    }
}


.travel-blog .carousel {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.information-last p {
    margin-bottom: 0px;
}
.travel-faq .accordion .question p {
    font-size: 18px;
    margin-bottom: 0px;
    padding: 10px 15px;
    padding-right: 35px;
}
.cheap-deals p{
    text-align:justify;
}
.cheap-deals a{
    width:100%; 
    height:100%;
    display:inline-block;
    position:relative;
}
.regions .rowmainbid {
    margin: 16px 0px !important;
}

.live-change span {
    font-size: 12px;
}
.trust {
    display: none;
}
.cheap-deals h1 {
    margin-bottom: 1.5rem !important;
}

.slick-center {
    transform: scale(1.07);
    transition: .3s all;
}
.deals-tabs img{
    height:100% !important;
}
.deals-tabs li {
    background: none !important;
    color: #212529 !important;
    border-radius: 0px !important;
    font-size: 1.13rem !important;
    text-align: left !important;
    font-weight: 600;
    /*    flex:unset !important; */
   
}
.deals-tabs .faq-tab ul li {
    white-space: nowrap;
    text-align: center !important;
    font-size: 1.5rem !important;
    font-weight: 600;
}
/*.deals-tabs #tab7 p {
    margin-bottom: 10px !important;
}*/
.deals-tabs #tab7 p:last-child{
    margin-bottom:0px !important;
}
.deals-tabs #tab7 p a{
/*    display:block; */
    margin-top:3px;
    text-decoration:unset;
    width:auto;
}
.airlines .slick-slide {
    padding: unset !important;
    margin: 0px !important;
    border: unset !important;
    border-radius:unset !important;
}
.airlines .slick-slide img{
    padding:unset !important;
    margin:0px !important;
    border-radius:10px !important;
    height:auto !important;
    border:unset !important;
}
.carousells {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.airlines .blog-content {
    padding: 20px 15px;
}

/*Airline-Arrow */
.airlines .slick-arrow {
    border-radius: 5px !important;
    background-color: #fb6223 !important;
    width: 35px;
    height: 35px;
    z-index: 1;
}
.airlines .slick-arrow::before {
    color: #fff !important;
    font-size: 19px !important;
}
.airlines .slick-arrow:hover {
    background-color: #FB753E !important;
}
.airlines .slick-prev {
    left: -10px;
}
.airlines .slick-next {
    right: -10px;
}
.airlines .slick-slide {
    margin: 0px 10px;
}
.airlines h3 {
    font-size: 1.5rem;
    font-weight: 600;
}

.travel-blog .slick-track{
    padding:15px 0px;
}

.guide-item h4{
    transition:.3s;
}
.guide-item:hover h4 {
    color: #e75e03;
}
.deals-tabs .faq-content ul {
    padding-left: 20px;
}
.deals-tabs .faq-content ul li {
    font-size: 1rem !important;
    font-weight: 400;
    color: #212529 !important;
    font-family: Roboto-Regular, Helvetica, sans-serif;
    margin-bottom: 5px;
    list-style: disc;
}
deals-tabs .faq-content ul li:last-child {
    margin-bottom: 0px;
}

/*BreadCrumbs */
.bread-crumb {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
/*    height: 300px;*/
    position: relative;
    z-index: 1;
}
.bread-crumb::after{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background-color:#2e2e2e;
    z-index:-1;
    opacity:0.5;
}
.bread-crumb .bread-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index:1;
    position:relative;
    height:300px;
}
.bread-crumb .bread-content h1{
    color:#fff;
    font-weight:600;
    margin-bottom:10px;
    letter-spacing:1px;
    font-size:2rem;
}
.bread-crumb .bread-content ul{
    display:flex;
}
.bread-crumb .bread-content ul li{
    padding:0px 5px;
    color:#fff;
}
.bread-crumb .bread-content ul li a{
    text-decoration:unset;
    color: #F75F10;
    transition:.3s;
}
.bread-crumb .bread-content ul li a:hover {
    color:#F2874D;
}
.bread-crumb .bread-content ul li span{
    color:#fff;
}

/*Sitemap */
.sitemap-content:last-child{
    margin-bottom:3rem;
}
.sitemap-content h2 {
    font-size: 1.58rem;
    font-weight: 600;
    color: #04264B;
    margin-bottom: 0px;
    padding-bottom: 15px;
    position: relative;
    display: flex;
    align-items: center;
}
.sitemap-content h2::after {
    content: "";
    width: 45px;
    height: 3.5px;
    background-color: #FF5C01;
    position:absolute;
    bottom:0px;
    left:0px;
    border-radius:50px;
}
.sitemap-content h2 i{
    font-size:15px;
    margin-right:5px;
    display:none;
}
.sitemap-content ul li {
    padding: 0px 5px;
    padding-bottom: 8px;
    list-style: circle;
    border-bottom: 1px solid #8080801f;
    margin: 0px 11px;
}
.sitemap-content ul li a{
    position:relative;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    text-decoration:none;
    color:#04264B;
    padding:5px 0px;
    font-size:0.9rem;
    transition:.3s;
    z-index:1;
    
}
.sitemap-content ul li a:hover {
    color: #FF5C01;
    text-decoration: underline;
}
.sitemap-content {
    background-color: #fff;
    padding: 20px 30px;
    margin-bottom: 30px;
    box-shadow: 2px 2px 15px #80808026;
    border-top: 5px solid #04264B;
}

.sitemap-content:last-child {
    margin-bottom: 0rem;
}

.sitemap-content ul {
    padding: 15px 0px;
    padding-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
}
.hd_callus_sec{
    width:auto !important;
    display:flex;
}
.hd_infoicon i{
    margin-left:5px;
}
.sitemap-content h3 {
    font-size: 1.15rem;
    margin-bottom: 0px;
    margin-top: 20px;
    color: #2e2e2e;
    letter-spacing: .5px;
    text-decoration:underline;
}


/*Blog */
.blog h1 {
    margin-bottom: 0 !important;
    padding-bottom: 0px;
}
.blog h1 {
    font-weight: 600;
}
.blog-image{
    position:relative;
}
.blog-sec-btn{
    width:100%;
    position:absolute;
    bottom:0px;
    padding:12px;
}
.blog-sec-btn a{
    background-color: #032549d1;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    text-decoration: none;
    border-radius: 5px;
    transition:.3s;
}
.blog-sec-btn a:hover{
    background-color:#032549;
}
.blog-image img {
    width: 100%;
}
.blog-wrapper {
    border-radius: 5px;
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    -webkit-transition: all .3s;
    transition: all .5s;
/*    height: 100%;   */
}
.blog-wrapper:hover{
    transform:translateY(-3px);
}
.blog-contents{
    padding:20px;
}
.blog-contents .blog-title a{
    text-decoration:none;
    margin-bottom:15px;
    color:#1d1d1d;
    font-size:1.188rem;
}
.blog-contents .blog-title a h3{
    color:#1d1d1d;
    font-size:1.188rem;
    line-height:1.5;
    transition:.3s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.blog-contents .blog-title a:hover h3{
    color:#003eff;
}
.blog-contents p{
    color:#888888;
    margin-bottom: 15px;
    line-height:30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.blog-footer {
    color: #1d1d1d;
    font-size:14px;
    font-weight:bold;
}
.blog-footer a{
    color: #1d1d1d;
    font-weight:bold;
    text-decoration:none;
    transition:.3s;
}
.blog-footer a:hover{
    color:#003eff;
}
.blog-footer i{
    color:#05213E;
}
.blog-btn a {
    display: block;
    width: 100%;
    padding: 8px 12px;
    text-align: center;
    background-color: #FF5B01;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: .5px;
    transition: .3s;
}
.blog-btn a:hover{
    background-color: #fc771e;
}
.blog-btn button {
    display: inline-block;
    width: auto;
    padding: 8px 12px;
    text-align: center;
    background-color: #FF5B01;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: .5px;
    transition: .3s;
    border:unset;
    margin:auto;
}
.blog-btn button:hover {
    background-color: #fc771e;
}
.blog-right{
    position:sticky;
    top:5px;
}
.blog-shadow {
    padding: 15px 15px;
    border-radius: 6px !important;
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}
.blog-search {
    position: relative;
}
.blog-search form {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    padding: 5px 10px;
    background-color: #fff;
}
.blog-search input {
    padding: 12px 25px;
    width: 100%;
    max-width: 100%;
    resize: none;
    outline: 0;
    font-size: 16px;
    border: 1px solid #e4e4e4;
    color: var(--medium-gray);
    line-height: inherit;
    word-break: normal;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-right: 50px;
    background-color: #fff;
    border-radius: 5px;
}
.search-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 2px;
    right: 25px;
    background-color: transparent;
    outline: none;
    border: unset;
    color: #818080;
}
.blog-shadow h3 {
    font-size: 18px;
    color: #1d1d1d;
    position: relative;
    padding-bottom: 10px;
}
.blog-shadow h3::after {
    content: "";
    width: 45px;
    height: 3.5px;
    background-color: #FF5C01;
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-radius: 50px;
}
.blog-list ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 8px;
    text-decoration: unset;
    color: #878898;
    border-bottom: 1px solid #80808026;
    transition: .3s;
    font-size: 15px;
}
.blog-list ul li a:hover {
    color: #003eff;
}
.blog-list ul li:last-child a{
    border-bottom:unset;
}
.blog .page-link {
    color: #052241 !important;
}
.blog .pagination .page-item.active .page-link {
    background-color: #FF5B01 !important;
    border-color: #FF5B01 !important;
    color:#fff !important;
}
.blog .page-link:focus {
    box-shadow: 0 0 0 .25rem #ff5b0140 !important;
}
.blog-form input {
    padding: 8px 25px;
    width: 100%;
    max-width: 100%;
    resize: none;
    outline: 0;
    font-size: 14px;
    border: 1px solid #e4e4e4;
    color: #818080;
    line-height: inherit;
    word-break: normal;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom:10px;
    border-radius:5px;
}
 .blog-form input::placeholder {
     color: #818080;
 }
.blog-form textarea {
    padding: 8px 25px;
    width: 100%;
    max-width: 100%;
    resize: none;
    outline: 0;
    font-size: 14px;
    border: 1px solid #e4e4e4;
    color: #818080;
    line-height: inherit;
    word-break: normal;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius:5px;
}
.blog-right h3{
    font-size:19px;
    margin-bottom:20px;
}
.review-slider p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 7px;
}
.review-slider span {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    justify-content: center;
}
.review-slider .slick-arrow{
    display:none !important;
}
.s-shadow {
    box-shadow: 0px 0px 10px #80808042;
    border-radius: 10px;
    border: unset !important;
}
.review-slider .slick-dots{
    display:block !important;
}
.review-slider .slick-dots li button:before {
     font-size: 20px !important; 
     color: #FF5B01; 
}
.review-slider .slick-dots li {
    margin: 0px !important;
}
.review-slider .slick-dots li button {
    padding: 0px !important;
    margin: 0px !important;
}

.regions .faq-container .faq-content .tab-content img{
    position:sticky;
    top:5px;
    object-fit:cover;
}
.book .boxdiimgvmb{
    width:auto;
}
.book .boxdivmb {
    margin-top:0px;
}
.book .d-flex{
    align-items:center;
}
.regions .tab-content .row{
    margin:0px !important;
}

/*Blog-inner */
.post-wrapper {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom:10px;
    margin-bottom:20px;
}
.post-wrapper:last-child{
    border-bottom:unset;
    margin-bottom:0px;
    }
.post-wrapper a {
    text-decoration: unset;
}
.post-img {
    margin-right: 15px;
}
.post-img img {
    width: 80px;
}
.post-content h4 a {
    display:inline-block;
    font-size: 17px;
    color: #1d1d1d;
    font-weight: 600;
    line-height: 1.3;
    transition:.3s;
}
.post-date a {
    font-size: 15px;
    color: #878898;
    transition: .3s;
    text-decoration:none;
}
.post-content h4 a:hover {
    color: #003eff;
}
.post-date a:hover {
    color: #003eff;
}
.b-date .post-date i{
    color:#1d1d1d;
}
.inner-heading h1{
    font-size:2rem;
}
.inner-img img{
    width:100%;
    border-radius:3px;
}
.inner-cont p{
    line-height:1.7;
}

.blog-inner-content h5{
    font-size:1.375rem;
    font-weight:bold;
    margin-bottom:22px;
    color:#1d1d1d;
}
.blog-inner-content p {
    line-height: 1.7;
    margin-bottom:25px;
}
.blog-inner-content p b{
    color:#1d1d1d;
}
.blog-inner-content img{
    width:100%;
    border-radius:3px;
}
.airlines .carousells .slick-slide img {
    padding: 0px !important;
}

/*for br tags  */
.cheap-deals .faq-content p br:first-child{
    display: none;
}
/*.cheap-deals .faq-content p{
    padding-top:20px;
}*/

.faq-content p {
    padding-bottom: 10px;
    line-height: 1.3;
}

/*Travel by Regions Section */
.regions .faq-content p br {
    display: none !important;
}
.regions .faq-content p b{
    display:block;
    padding:5px 0px;
}
/*for br tags End  */

.travel h2 {
    font-size: 1.5rem !important;
    font-weight: 600;
}
.cheap-deals h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom:24px;
}

.information-last h4{
    font-size:20px;
    margin-bottom:10px;
    font-weight:600;
}
.information-last p {
    margin-bottom: 10px;
}
.information-last p:last-child{
    margin-bottom:0px;
}
.information-last ul {
    margin-bottom: 10px;
}
.information-last ul li{
    margin-bottom:3px;
}
.information-last ul li:last-child {
    margin-bottom: 0px;
}

@media only screen and (min-width:1440px) {
    .sitemap-content ul{
        padding-left:0px;
    }
    .sitemap-content ul li {
        width: 22%;
        margin: 0px 17px;
    }
}

@media only screen and (max-width:1439px) {
    .sitemap-content ul li {
        width: 31%;
        margin: 0px 11px;
    }
}

/*@media only screen and (max-width: 1399px){
    .cheap-deals .ps-xl-5 {
        padding-left: calc(var(--bs-gutter-x)* .5);
    }
    .cheap-deals .col-xl-6 {
        width: 58.33333333%;
    }
    .cheap-deals .mt-xl-0 {
        width: 41.66666667%;
    }  
}*/

@media only screen and (max-width: 1199px) {
    .faq-tab ul li {
        margin-bottom: 5px;
    }

/*    Mobile */
    .drope-mob {
        overflow: auto;
        height: auto;
        background-color: #fff;
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        padding: 12px;
        max-height: 43vh;
    }

    .drope-mob h3 {
        font-size: 16px;
        font-weight: 600;
        color: #000;
    }

    .drope-mob .li_sty_sub {
        padding-left: 0px;
    }

    .drope-mob .li_sty_sub a {
        width: 100%;
        display: inline-block;
        text-decoration: none;
        color: #000;
        border: unset;
    }

     .drope-mob .li_sty_sub a:hover {
         color: #003eff;
     }

     .drope-mob .li_sty_sub:hover {
         padding-left: 0px;
     }

    .list-group-item i {
        margin-right: 5px;
        font-size: 17px;
    }

    .list-group-item .fa-angle-down {
        position: absolute;
        top: 50%;
        right: 12px;
        transform: translate(-0%, -50%);
        font-size: 20px;
    }

    .list-group-item .fa-angle-up {
        position: absolute;
        top: 50%;
        right: 12px;
        transform: translate(-0%, -50%);
        font-size: 20px;
    }

    .drope-mob .li_sty_sub a {
        padding-bottom: 0px;
    }
    /*    Mobile -End  */
    .cheap-deals .col-xs-12{
        margin-top:0px !important
    }
    .header_number_01dv .font13_bold {
        white-space: nowrap;
    }
    .sitemap-content ul li {
        width: 30%;
        margin: 0px 13px;
    }
}

@media only screen and (max-width: 991px) {
    .months .tab-content .row {
        flex-direction: column-reverse;
    }

    .months .tab-content img {
        margin-bottom: 10px;
        height: auto;
    }

    .r-end {
        text-align: end;
    }

    .regions .rowmainbid {
        font-size: 14px;
    }

    .ul_mobhead {
        margin-top: 0px !important;
    }

    .drope-mob .li_sty_sub {
        padding-bottom: 8px !important;
    }
    .faq-tab ul li{
        flex:unset !important;
    }
    .guide-item {
        margin-bottom: 15px;
    }
    .sitemap-content ul li{
        width:50%;
    }
    .blog-wrapper{
        height:auto;
    }
    .regions .col-md-8 {
        width: 100% !important;
    }
    .regions .col-md-4 {
        width: 100% !important;
    }
    .regions .row {
        flex-direction: column-reverse;
    }

    .regions img {
        margin-bottom: 20px;
    }
    .regions .faq-tab ul li:first-child {
        padding-left: 9px !important;
    }
    .cheap-deals .boximg{
        text-align:center;
    }
    .guide-item h4{
        text-align:center;
    }
    .sitemap-content ul li {
        width: 46%;
        margin: 0px 11px;
    }
    .mc-ft__payment-body img {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .intrest img {
        height: 500px;
        object-fit: cover;
        object-position: top;
    }

    .faq-tab ul li {
        margin-right: 5px;
    }

    .regions .righdvpho {
        margin-top: 15px;
    }

    .travel-blog .mainslidblog {
        height: auto;
    }

    .r-end {
        text-align: left;
    }

    .travel-blog .slick-initialized .slick-slide {
        min-height: auto;
    }

    .regions .rowmainbid {
        font-size: 15px;
    }

    .slick-center {
        transform: unset;
        transition: .3s all;
    }
    .travel-blog .slick-track{
        padding:0px;
    }
    .sitemap-content ul li {
        width: 100%;
        padding: 0px;
        padding-bottom: 12px;
    }
    .sitemap-content ul li:last-child{
        padding-bottom:0px;
        border-bottom:unset;
    }
    .sitemap-content ul {
        padding: 15px 0px;
        padding-bottom:0px;
    }
    .sitemap-content ul {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 680px) {
    .faq-tab ul li {
        margin-right: 0px !important;
    }

    .r-end {
        text-align: center;
    }
    .peraliview {
         display: block !important; 
    }
    .travel-blog .slick-arrow {
        display: none;
    }
    .travel-blog .carousel {
        margin-top: 0px !important;
    }

    .carousells {
        margin-top: 0px !important;
    }
    .faq-tab ul li:first-child {
        padding-left: 9px !important;
    }
}

@media only screen and (max-width: 599px) {
    .travel-blog .slick-prev {
        left: 0px;
    }

    .travel-blog .slick-next {
        right: 0px;
    }
}


/*Flight-Result-Page */
.dv_holder_result {
    box-shadow: 2px 2px 12px #80808024 !important;
    border: 1px solid #e3e4e6ab !important;
    border-radius: 12px !important;
    display: flex;
    float: unset !important;
}

    .dv_holder_result .dv_80percleft {
        /*    border-right: 1px dashed #e3e4e6 !important; */
        border-right: 2px dashed #e3e4e69c !important;
    }

    .dv_holder_result:hover {
        border: 1px solid #e3e4e6ab !important;
        box-shadow: 5px 5px 12px #80808059 !important;
    }

    .dv_holder_result .airline_img_res {
        width: 100%;
        max-width: 40px !important;
        /*border-radius: 50px;
        border: 1px solid #80808014;*/
        height: 40px;
        object-fit: contain;
        background-color: #fff;
        /*box-shadow: 2px 2px 10px #8080801c;*/
    }

.rangefiltr .res_filteraside {
    background-color: #fff;
    box-shadow: 0px 0px 10px #80808033;
    padding: 10px 12px;
    border-radius: 12px;
}

.res_filteraside {
    float: left;
    height: auto;
    padding-right: 50px;
}

.res_checkbox_col_1 {
    display: flex;
    align-items: center;
}

.filter_secsty {
    font-size: 18px !important;
}

.res_filteraside .sort_res {
    font-size: 23px !important;
}
/*.modify_result_padleft span {
    font-weight: 600;
}*/
.booknow_btn_res01 a i {
    font-size: 12px;
    margin-left: 5px;
}

.booknow_btn_res01 .btn_book {
    border-radius: 6px;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.pricetag_box_01 {
    display: flex;
    flex-direction: column;
}

    .pricetag_box_01 span {
        margin-bottom: 3px;
        line-height: 1.1;
    }

.pricetag_box_spansty {
    margin-bottom: 10px !important;
}

.pricetag_box_01 br {
    display: none;
}

.perperson_txtsty {
    font-size: 12px !important;
}

.modify_result_padleft .btn_res {
    font-size: 13px;
    line-height: normal;
}

    .modify_result_padleft .btn_res i {
        font-size: 13px !important;
        margin-right: 5px;
    }

.dv_holder_result .air_txt_sty {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 1.6;
    color: #747579 !important;
}
/*.dv_holder_result .fl_align{
    display:flex;
    align-items:center;
    justify-content:space-between;
}*/
.txt_from_to_time {
    font-size: 28px !important;
    margin-bottom: 8px;
    color: #0A0A0A !important;
}

.result_p_origin {
    font-size: 15px !important;
    padding-bottom: 0px !important;
    color: #747579 !important;
}

.txt_direct_sty .fa-plane-departure {
    position: absolute;
    left: -15px;
    top: -12px;
    font-size: 10px;
    background-color: #fff;
    border-radius: 50px;
    border: 0.5px solid #80808029;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.txt_direct_sty .fa-plane-arrival {
    position: absolute;
    right: -15px;
    top: -12px;
    font-size: 10px;
    background-color: #fff;
    border-radius: 50px;
    border: 0.5px solid #80808029;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.txt_direct_sty .fa-right {
    position: absolute;
    right: -15px;
    top: -12px;
    font-size: 10px;
    background-color: #fff;
    border-radius: 50px;
    border: 0.5px solid #80808029;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.txt_direct_sty .fa-left {
    position: absolute;
    left: -15px;
    top: -12px;
    font-size: 10px;
    background-color: #fff;
    border-radius: 50px;
    border: 0.5px solid #80808029;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dv_holder_result .from_to_points::before {
    display: none;
}

.dv_holder_result .from_to_points_02::after {
    display: none;
}

.best_tag_sty {
    border-bottom: unset !important;
}

.from_to_points {
    box-shadow: unset !important;
    height: auto !important;
    border-bottom: 1px dashed #8080808a;
}

.fl_stopge {
    background-color: #05203C;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 50px;
}

.baggage_peradult {
    border-bottom: unset !important;
}

.fl_time {
    margin-top: 3px;
    font-size: 18px;
    font-weight: 600;
    color: #0A0A0A !important;
}

.fr_date {
    font-size: 16px;
    font-weight: 500;
    color: #0A0A0A !important;
}

.outbound_main_dv_01_60width {
    width: 32.5% !important;
}

.directindirect_dvsty {
    width: 35% !important;
}

.journey_time_dv {
    width: 32.5% !important;
}

.inbound_time_destin_dv_60width {
    width: 32.5% !important;
}

.directindirect_dvsty_inbound {
    width: 35% !important;
}

.inbound_dv_res_journeytime {
    width: 32.5% !important;
}

.icon02 {
    width: 85%;
    margin: auto;
}

.res_check_div {
    display: flex;
}

.form-check-input {
    width: 1em !important;
    height: 1em !important;
    border: 2px solid #6d6c6c6e !important;
    margin: 0px !important;
    cursor: pointer;
}

    .form-check-input:checked[type="checkbox"]::before {
        color: #fff !important;
        background-color: #05203c;
        font-weight: normal !important;
        font-size: 13px !important;
        border: 2px solid #05203c !important;
        left: -1.3px !important;
        border-radius: 3px !important;
    }

.res_check_label label {
    font-size: 13.5px;
}

.res_check_label span {
    font-size: 13.5px;
}

.fl_img {
    width: 12% !important;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-right: 2px dashed #e3e4e69c !important;
}

.fl_img_dir {
    display: flex;
    flex-direction: column;
}

.dv_80percleft {
    width: 68% !important;
    padding: 0px 10px !important;
}

.dv_20percright {
    width: 20% !important;
}

.airline_name_dv {
    width: auto !important;
}

.outbound_main_dv_01_20width {
    width: 100% !important;
    text-align: center;
    margin-bottom: 5px;
}

.airline_name_dv_padding10 {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.price_tag_dv_inner {
    height: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.outbound_main_dv_01_80width {
    width: 100% !important;
}

.inbound_time_dest_dv_80 {
    width: 100% !important;
}

@media only screen and (max-width: 767px) {
    .dv_holder_result {
        flex-direction: column;
    }

    .fl_img {
        width: 100% !important;
        flex-direction: row;
        justify-content: space-between;
        border-right: unset !important;
        border-bottom: 2px dashed #e3e4e69c !important;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .dv_holder_result .dv_80percleft {
        width: 100% !important;
        border-right: unset !important;
        border-bottom: 2px dashed #e3e4e69c !important;
        padding: 0px !important;
        padding-bottom: 10px !important;
        margin-bottom: 10px;
    }

    .dv_20percright {
        width: 100% !important;
        padding: 0px !important;
    }

    .pricetag_box_01 {
        width: 100%;
        text-align: center !important;
    }

    .right_sli_overflow {
        padding: 0px !important;
    }

    .booknow_btn_res01 .btn_book {
        margin-bottom: 12px;
    }

    .outbound_main_dv_01_20width {
        display: block !important;
    }
}

.dv_class {
    margin-left: 5px !important;
}





