
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 300,
  'GRAD' 0,
  'opsz' 25
}
.material-symbols-outlined{
    cursor:pointer;
}



#overlay {
        background: rgba(0, 0, 0, 0.7);
    height: 100px;
    color: #fff;
    padding: 20px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    height: 100%;
    padding:7em;
    text-align:center;
}

#overlay img{
    width: 100%;
    height: auto;
}

#overlay button{
    position: absolute;
    right: 23.5%;
    border: none;
    padding: 8px;
    background-color: #ffc550;
    color: #002366;
    cursor: pointer;
    transition: all 0.9s ease;
}

#overlay button:hover{
        background-color: #5bb3e3;
        color: #002366;
}



#iataCodes{
    width:50%;
    float:left;
    padding:0px 0 10px 2px;
        border-bottom: 1px solid #d9d9d9;
        color:#4F4F4F;
        text-align:left;
}
#iataToCodes{
    width:50%;
    float:left;
    padding:0px 0 10px 0px;
    border-bottom: 1px solid #d9d9d9;
    color:#4F4F4F;
    text-align:right;
}

#destinationFrameCard{padding:0 20px 20px 20px;border:1px solid #00509E!important;}
#destinationFrameRow i.fa-plane{
    font-size:16px!important;
}
#flfl{padding:0;}
#destinationFrameContainer{width:auto;}
.featured_text p.price{font-size:12px!important;}

#destinationFrame .card .card__title{
    padding:0;
    margin: 0;
}

#destinationFrameCard .card .card__title{
    padding:0;
    margin: 0;
}

#destinationFrameCard .card .card__title .icon{
    background-color:#fff;
    border-bottom:1px solid #00509E;
    /*border-radius:5px;*/
}
#destinationFrameCard .card .card__title .icon > a{
    color:#00509E;
}
#destinationFrameCard .card .card__title .icon > a i{
    float:left;
}
#destinationFrameCard .card .card__title .icon > a h3{
    float:left;
}
#remove-margins-destination{
    padding:0;
}
#remove-margins-destination .card .card__title{
    padding:0;
    margin: 0;
}

#destinationFrameContainer{
    width:100%;
}
#display_body{margin:0;padding:0;}
.card .card__body .featured_text p.sub{
    font-size:13px!important;
    padding:5px 0 0 20px;
    position:initial!important;
}

.destination-requirements{
    padding:20px;
}
.destination-requirements ul{
    padding: 0 0 0 1.2rem;
    margin: 0 0 20px 0;
}
.destination-requirements h4{padding:20px 0 0 0;}
.remove-margins-destination{
    padding:0!important;
    margin: 0;
}

.card .card__title .icon > a{
    float:left;
    padding: 15px 10px 0 0;
}
.destinationPageOriginDest img{
    /*position: relative;*/
    /*bottom: -23px;*/
    padding: 0 20px;
    /*width:70%;*/
}
#destinationCity{
    float:left;
    font-size: 36px;
    color:#4f4f4f;
    line-height:0.8;
    margin-bottom:0;
}
#destinationFrameCol1{padding:0px 0 0 0;position: relative}
#destinationFrameCol2 img{width:100%;}
#destinationFrameCol2 p{
    padding:0 12px 10px 12px;
    margin:0;
}
.featured_text p.price{
    float:right;
    font-size:19px!important;
    color:#000;
    padding:0 0 0 0;
    margin-bottom:0;
}
.featured_text p.sub{
    float: left;
    font-size: 19px!important;
    padding: 4px 0 0 20px;
    color:#4f4f4f;
    margin-bottom:0;
}
.date-icon{
    background: url(../img/i/calendar.svg) 95% 20px no-repeat !important;
    padding-right: 17px !important;
}
.passenger-icon{
    background: url(../img/i/passenger.svg) 95% 20px no-repeat !important;
    padding-right: 17px !important;
}
.offcanvas-end {
    width: 100%
}

.offcanvas-header {
    width: 100%;
    background: #045de9;
    color: #fff !important;
}

.navbar-nav {
    display: flex
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: flex-start
}

.modal-backdrop.show {
    opacity: 0
}
.subpage .navbar-light .navbar-nav .nav-link{
    color:#00509e!important;
}
.subpage .navbar-light .navbar-nav .nav-link:focus,
.subpage .navbar-light .navbar-nav .nav-link:hover {
    color: #333!important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #333;
}
.menudropdown-header{
    font-size:18px;
    font-weight: 400;
    line-height: 21px;
}
.subpage .fixed-top {
    position: fixed !important;
}
/*.plan .list-dots{*/
/*    display:none;*/
/*}*/

@media screen and (max-width:990px) {
    .plan-header {
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 22px !important;
    color: #00509e !important;
    margin-bottom: 10px !important;
}
    .plan-desc {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 17px !important;
    margin-bottom: 40px !important;
    color: #4F4F4F !important;
    padding: 0px !important;
}

    .plan .list-dots{
    display:block;
    height:20px;
}
    .plan .tab-content::-webkit-scrollbar {
    display: none;
}

    .nav-dots {
  display: table-cell;
  vertical-align: middle;
  margin: auto;
  text-align: center;
}

.list-dots {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: default;
}
.list-dots button.active {
  -webkit-transform: scale3d(1.3, 1.3, 1.3);
  transform: scale3d(1.3, 1.3, 1.3);
}
.list-dots button.active:after {
  height: 100%;
}
.list-dots li {
  position: relative;
  display: block;
  float: left;
  margin: 0 10px;
  width: 8px;
  height: 8px;
  cursor: pointer;
}
.list-dots li button {
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  outline: none;
  border-radius: 50%;
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
  overflow: hidden;
  background-color: #d9d9d9;

  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);

padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #d9d9d9;
}
.list-dots li button:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #00509E;
  box-shadow: 0 0 1px #d9d9d9;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
    /*.plan .tab-content {*/
    /*flex-wrap: nowrap !important;*/
    /*padding-left: 0 !important;*/
    /*margin-bottom: 0 !important;*/
    /*overflow-x: auto !important;*/
    /*scroll-behavior: smooth !important;*/
    /*padding: 5px 0 15px !important;*/
    /*background: none !important;*/
    /*text-transform: uppercase;*/
    /*display: -webkit-box;*/

    /*}*/
    /*.plan .tab-content .fade{*/
    /*    opacity: unset !important;*/
    /*    display: block !important;*/
    /*   overflow: hidden;*/
    /*}*/
    /*.plan #myTab{*/
    /*    display:none;*/
    /*}*/


    .logo img {
        width: 122px;
        padding: 20px 0px;
    }
    .navbar-light .navbar-toggler {
        border-color: #fff0 !important
    }
    #offcanvasLabel {
        color: #fff !important
    }
    @media screen and (max-width:990px) {
        .offcanvas-header {
            width: 100%;
            background: #045de9;
            color: #fff
        }
    }
    .offcanvas-end {
        background: rgba(0, 0, 0, .25);
        color: #fff
    }
    .offcanvas-end .offcanvas-end .navbar-nav .nav-item {
        color: #fff
    }
    .nav-item a {
        padding: 14px 13px
    }
}

.fixed-top {
    box-shadow: 0 7px 15px rgba(0, 0, 0, .25);
    position: relative;
    top: initial
}

.bgtab {
    background: #00509e;

}

.header-alert {

    padding: 6px 0;
    margin-bottom: 0;
    border: 0 solid transparent;
    border-radius: 0;
    line-height: 32px;
    z-index: 1040;
}

.alertlist:before {
    content:'';
    background: url(../img/i/info.svg) no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: 24px 24px;
    position: relative;
    top: 2px;
    margin-right: 15px;
    float:left;
}
.alertlist a {
    color: #4f4f4f;
    text-decoration: none;
    font-size:14px;
    font-weight:400px;
}
.alertlist a strong {
    font-weight:600px;
}

.more-alert {
    float: right;
    padding: 0 !important;
    color: #4f4f4f !important;
    font-size: 14px;
    margin-top: 5px
}
/*.more-alert:after {*/
/*  content:'';*/
/*    background: url(../img/i/down-arrow.svg) no-repeat;*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    display: inline-block;*/
/*    background-size: 16px 16px;*/
/*    position: relative;*/
/*    top: 5px;*/
/*}*/
.up-arrow {
  content:'';
    background: url(../img/i/down-arrow.svg) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: 16px 16px;
    position: relative;
    top: 5px;
}
.down-arrow{
    transform: rotate(175deg);
  content:'';
    background: url(../img/i/down-arrow.svg) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: 16px 16px;
    position: relative;
    top: 5px;
    transition-duration: 300ms;
}

#nav-profile-tab {
    color: #fff !important
}

#nav-tabContent {
    min-height: 260px
}

.textvideo {
    color: #fff;
    font-size: 24px;
    font-style: italic
}
.services:after{
    content: '';
    box-shadow: 0px 30px 45px rgba(22, 22, 22, 0.1);
}
.services a {
    text-decoration: none
}

.destination h4 {
    height: 28px;
    font-weight: 600;
    font-size: 23px;
    Line-height: 27.6px
}

.partnership h3 {
    font-size: 15px;
    color: #005498;
    padding: 15px;
    margin: 0
}

.partnership p {
    font-family: Lato;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    color: #555;
    padding: 15px
}

.partnership-box {
    height: 310px;
    margin-bottom: 10px
}

.highlight-box h5 {
    font-size: 18px;
    color: #000;
    padding: 15px;
    margin: 0;
    font-weight:600;
}

.highlight-box img {
    object-fit: cover;
    height: 100%;
    width:100%;
}
.card-body h4{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #005498;
}
.card-footer{
    background-color: unset;
    border-top: 0px solid rgba(0,0,0,.125);
}
.arrow-arr .arrow-m:after{
    content: '';
    background: url(../img/i/arrow-r.svg) no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: 24px 24px;
    position: relative;
    top:6px;
    transition: all ease .5s;
    left:10px;

}

.arrow-arr:hover .arrow-m:after{
transform: translateX(50%);
}



.partnership a {
    width: 90px;
    height: 33px;
    background: 0 0;
    border: 2px solid #005498;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 12px;
    color: #005498;
    margin: 10px;
    text-decoration: none;
    position: relative;
    top: -60px
}

.partnership img {
    height: 180px !important
}

.partnership .card-block {
    height: 120px
}
.card-p{
  padding:0px 15px;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #4E4949;
}

.box_sh {

    padding: 7px 0;
    color: #005498
}

.health h4 {
    height: 28px;
    font-weight: 700;
    font-size: 24px;
    Line-height: 27.6px;
    color: #4F4F4F
}

.moredeals {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 5px;
    border: 1px solid #fff;
  -webkit-transition: background-color 0.8s ease-out;
  -moz-transition: background-color 0.8s ease-out;
  -o-transition: background-color 0.8s ease-out;
  transition: background-color 0.8s ease-out;
}

.moredeals:hover {
    font-size: 15px;
    color: #fff;
    background: #00529c;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 5px;
    border: 1px solid #00529c
}
.moreplan {
    font-size: 15px;
    color: #00529c;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 5px;
    border: 1px solid #00529c;
  -webkit-transition: background-color 0.8s ease-out;
  -moz-transition: background-color 0.8s ease-out;
  -o-transition: background-color 0.8s ease-out;
  transition: background-color 0.8s ease-out;
}

.moreplan:hover {
    font-size: 15px;
    color: #fff;
    background: #00529c;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 5px;
    border: 1px solid #00529c
}

.bgandroid h5 {
    font-size: 20px;
    font-weight: 700;
    padding-top: 40px;
    line-height: 70px;
    color: #00529c
}

.bgtravelconfidence {
    content: ' ';
    display: block;
    width: 100%;
    height: 470px;
    opacity: 1;
    background: linear-gradient(to left top, transparent, rgba(64, 64, 64, 1)), url(/dist/phoenix/V1.0/img/banner/DreaMiles.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover
}

.bgtravelconfidence h3 {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    padding-bottom: 40px
}

.bgtravelconfidence small {
    font-style: italic;
    font-weight: 400;
    font-size: 20px
}

.bgtravelconfidence a {
    color: #fff;
    width: auto;
    height: 41px;
    border: 1px solid #fff;
    border-radius: 5px;
    background: 0 0;
    font-weight: 500;
    font-size: 15px
}

.bgtravelconfidence a:focus,
.bgtravelconfidence a:hover {
    background-color: #d3d3d3 !important;
    color: #fff;
    box-shadow: none;
    outline: 0
}

.bgdream {
    background: linear-gradient(rgba(64, 64, 64, .5), rgba(64, 64, 64, .5)), url(/dist/phoenix/V1.0/img/shutterstock_413831758.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    object-fit: cover;
    background-position: center top;
    background-attachment: fixed;
    position: relative;
    padding: 40px 0;
    background-size: cover
}

.bgdream h3 {
    font-size: 30px;
    font-weight: 700;
    padding-top: 40px;
    line-height: 70px;
    color: #fff
}

.bgdream small {
    font-size: 20px;
    font-weight: 500;
    color: #fff
}

.bgsecure {
    background-image: url(../img/connectivity.svg);
    background-color: #00529c;
    margin: 40px 0 0 0;
    padding: 40px 0;
    background-position: center top;
    background-attachment: fixed;
    position: relative
}

.bgsecure h4 {
    color: #fff
}
.carousel-control-next, .carousel-control-prev {
    width: auto;
}

.carousel-control-next,
.carousel-control-prev {
    bottom: 0;
    top: 0
}

.errorsContent {
    z-index: 999
}
.shad_slide:before{
 position:absolute;
 content:'';
 width:100%;
 height:100%;
 top:0;
 left:0;
 background-size:cover;
 /*opacity:.9;*/
 /*background:-webkit-linear-gradient(to right,rgba(0,0,0,0.80),rgba(255,255,255,0.10) 50%);*/
 /*background:linear-gradient(to right,rgba(0,0,0,0.80),rgba(255,255,255,0.10) 50%);*/
 /*mix-blend-mode:multiply   */
}
.carouselDiv:before {
background: linear-gradient(to right,rgba(0,0,0,0.80),rgba(255,255,255,0.10) 50%);
}

.carousel-indicators {
    background-color: transparent;
    position: absolute;
    bottom: 380px;
    z-index: 15;
    width: 250px;
    margin-left: 20px;
    list-style: none;
    text-align: center;
    right: 98%;
    left: 2%
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    margin-bottom: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin-bottom: 10px;
    background-color: #fff
}

.row-header {
    margin: 0 auto;
    padding: 0
}

.row-multicity {
    margin: 0 auto;
    padding: 15px 0;
    border-bottom: 1px ridge;
    max-height: 200px
}

.row-content {
    margin: 0 auto;
    padding: 15px 0;
    border-bottom: 0 ridge;
    min-height: 400px
}

.footer {
    background-color: #f9f9f9;
    margin: 0 auto;

}

.jumbotron {
    margin: 0 auto;
    background: #06559c;
    color: #fffaf0
}

address {
    font-size: 80px;
    margin: 0;
    color: #0f0f0f
}
html {
    padding:0px
    margin:0px;
    width:100%;
    overflow-x: hidden;
}
body {
    color: #393939;
    font-family: lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    background-color: #fafafa !important;
    padding: 0px;
    z-index: 0;
    background: url(/dist/phoenix/V1.0/img/imigongo_bg.jpg);
    background-position: left;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 5% 100%;
    width: 100%;
    overflow-x: hidden;
    margin:0px;
}

.navbar-dark {
    background-color: #512da8
}
.navbar-toggler:focus {

    box-shadow: 0 0 0 0rem !important;
}

.tab-content {
    border-left: 0 solid #ddd;
    border-right: 0 solid #ddd;
    border-bottom: 0 solid #ddd;
    padding: 10px;
    background: #fff;
    position:relative;
}
.plan .tab-content{
    background: none;
}
.footer-title-hide i{
    display:none;
}
@media all and (min-width:300px) and (max-width:990px) {
/*@media screen and (min-width:320px) and (max-width:990px){*/



  .mobile-dest::-webkit-scrollbar{
    display: none;
  }
.mobile-dest{
  flex-wrap: nowrap !important;
    white-space: nowrap !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    list-style: none !important;
    overflow-x: auto !important;
    scroll-behavior: smooth !important;
}

.alertlist:before {
    content:'';
    background: url(../img/i/info.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px 20px;
    position: relative;
    top: unset;
    margin-right: 15px;
    float:left;
}
.more-alert:after {
    top:unset;
}
 .planbg{

    height:100% !important;
}
/*.formDate {*/
/*    padding: 4px 23px !important;*/
/*}*/

}
.planbg{
    background: #05336a;
    padding:0px 35px;
    border-radius: 8px;
    height:123px;
}

.planbg img{
    width:100%;
}
.planbg h2{
color:#E3E3E3;
font-weight: 600;
font-size: 16px;
line-height: 19px;

}
.planbg .plan-more-desc1{
color:#fff;
font-weight: 700;
font-size: 20px;
line-height: 23px;
}
.planbg .plan-more-desc{
color:#fff;
font-weight: 700;
font-size: 24px;
line-height: 28px;
}
.planbg .plan-more-desc span{
    color:#FAFF14;
}
.planbg2 a,.planbg a {
    font-size: 16px;
    color: #00a1de;
    text-decoration: none;
    padding: 13px;
    border-radius: 8px;
    border: 1px solid #00a1de;
    background:#fff;
    /*position: absolute;*/
    -webkit-transition: background-color 0.8s ease-out;
    -moz-transition: background-color 0.8s ease-out;
    -o-transition: background-color 0.8s ease-out;
    transition: background-color 0.8s ease-out;
}
.planbg2 a:hover, .planbg a:hover {

    color: #05336A;
    background-color: #ddd;
    text-decoration: none;
    border: 1px solid #ddd;
}

#btnsearch {
    position: relative;
    right: 45px;
    top: 4px;
    font-size: 20px;
    padding: 10px 15px
}

.homecarousel {
    background: 0 0
}

.homecarousel .carousel-item {
    height: auto;
    background: linear-gradient(to left top, transparent, rgba(64, 64, 64, 1));
}


/*.homecarousel .carousel-item img {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    min-height: 300px;*/
/*    height: 450px !important;*/
/*    object-fit: cover;*/
/*    object-position: top*/
/*}*/

.carousel-caption {
    text-align: left;
    background-color: transparent;
    max-width: 432px;
    max-height: 300px;

    padding: 5px;
    right: inherit;
    padding: 0px;
   left: unset;
    top: 65px;


}


.destination-carousel-caption{
    /*background-image: linear-gradient(45deg, #00509E, transparent);*/
    background-color:#ffffff;
    padding: 20px;
    /*box-shadow: 0px 0px 11px 1px rgb(0 0 0 / 33%);*/
    border-radius: 4px;
    max-height:max-content;
    max-width:max-content;
    top: auto;
    bottom: 85px;
    margin:0 0 0 -15px;
}

.destination-carousel-caption h3{
    font-size:18px;
    font-style:italic;
    font-weight: 500;
    color:#00529c;
}
#dest-cabin{float:left}
#destFare{float:right;color:#4f4f4f;}




.carousel-caption h2 {
    font-size: 42px;
    font-weight: 600
}

.destination-carousel-caption h2{
    color:#00529c;
    display:flex;
    justify-content: space-between;
}

.destination-carousel-caption h2 span{
    font-size:24px;
    font-weight:300;
}

.carousel-caption p {
    font-size: 18px;
    font-weight: 400;
    line-height:21.6px;
    margin-bottom: 40px;
}

.carousel-caption button {
    background: 0 0;
    border: 1px solid #2e2929
}

.carousel-caption button:hover {
    background: #00529c;
    border: 1px solid #00529c;
    color: #fff
}

#carouselButton {
    right: 0;
    position: absolute;
    top: 0
}

@media screen and (min-width:300px) and (max-width:991px){
    #animated-mobile-menu-button {
  width: 30px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 15px;
  border-color: #ddd0;
  position:relative;
  z-index:123;
}
.navbar .logo{
    position:relative;
    z-index:123;
}
#animated-mobile-menu-button.active{
    margin-top: 4px;
}

.mobile-menu-bar {
  background-color: #fff;
  width: 100%;
  height: 2px;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 99999;
  border-radius: 5px;
}
.subpage .mobile-menu-bar {
  background-color: #00509e !important;

}
.mobile-menu-bar::marker{
    display:none;
    color: #fff0;

}
.active .mobile-menu-bar:nth-child(1) {
  transform: rotate(45deg) translateX(11px) translateY(9.2px);
}
.active .mobile-menu-bar:nth-child(2) {
  visibility: hidden;
  opacity: 0;
}
.active .mobile-menu-bar:nth-child(3) {
  transform: rotate(-45deg) translateX(4px) translateY(-2.2px);
}

#menu-slider {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
}

    #myCarousel {
        max-width: 100% !important;
        max-height: 10% !important
    }
    .mobileoption{
            position: absolute;
            top: 9px;
            display: flex;
            justify-content: end;
    }
     .mobileoption-pdd{
         padding:5px 70px 0 0;
     }
     .mobileoption-pdd .nav-item img{width:22px!important;max-width: 22px!important;
    height: 22px!important; padding:0!important;}
    #loginbutton i{font-size:25px;padding-left:12px;}
     /*.mobileoption-pdd .nav-item i{font-size:24px;}*/
    .d-sm-none{display:none!important}
    .py-sm-2{padding:5px 0px;}
}
#loginbutton i{font-size:25px}



@media screen and (min-width:1440px) {
    .logo img {
        min-width: 170px;
        width:170px;
        height:38px;
    }
    .carouselDiv {
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background: 0 0;
        display: block;
        padding: 0
    }
}

@media screen and (min-width:1024px) and (max-width:1439px) {
    .logo img {
        width: 400px
    }
    .carouselDiv {
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background: 0 0;
        display: block;
        padding: 0;
        bottom: 50px;
        position: relative
    }
}

@media screen and (min-width:990px) and (max-width:1023px) {
    .logo img {
        width: 170px
    }
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: flex-start;

    }
    .carouselDiv {
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background: 0 0;
        display: block;
        padding: 0;
        bottom: 75px;
        position: relative
    }
    .navbar>.container,
    .navbar>.container-fluid,
    .navbar>.container-lg,
    .navbar>.container-md,
    .navbar>.container-sm,
    .navbar>.container-xl,
    .navbar>.container-xxl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between
    }
}

@media screen and (max-width:990px) and (min-width:300px) {
    .logo img {
        width: 122px
    }
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: flex-start;
        /*min-height: 500px*/
    }
    .mainmenuContainer {
        background: #005498
    }
    .carouselDiv {
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background: 0 0;
        display: block;
        padding: 0;
        bottom: 75px;
        position: relative
    }
}

/*@media screen and (max-width:429px) and (min-width:375px) {*/
@media screen and (max-width:990px) and (min-width:300px) {
    .logo img {
        width: 122px;
        padding: 20px 0px;
    }
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: flex-start;
        /*min-height: 500px*/
    }
    .mainmenuContainer {
        background: #005498
    }
    .carouselDiv {
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background: 0 0;
        display: block;
        padding: 0;
        bottom: 40px;
        position: relative
    }
}

@media screen and (max-width:375px) and (min-width:10px) {
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: flex-start;
        min-height: 500px
    }
    .mainmenuContainer {
        background: #005498
    }
    .carouselDiv {
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background: 0 0;
        display: block;
        padding: 0;
        bottom: 85px;
        position: relative
    }
}
.dropdown-menu ol{
    padding-left:0px !important;
}
@media all and (min-width:300px) and (max-width:990px) {
    .navbar .has-megamenu {
        position: static !important
    }
    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0
    }
}

@media all and (min-width:300px) and (max-width:990px) {
    .navbar .has-megamenu {
        position: static !important
    }
    .navbar .has-megamenu a:after {

    font-family: FontAwesome;
    content: '\f054';

    right: 7px;
    margin: auto;
    font-size: 12px;
    color: #fff;
    speak: none;
    font-style: normal;
    font-weight: 100;
    position: absolute;
    font-size: 20px;
    border: 0px solid !important;

    }
    .navbar .has-megamenu ol li a:after {display:none;}
    .navbar .has-megamenu ol li a.show::after {display:none;}
    .subpage .navbar .has-megamenu a:after {
      color: #00509e;
    }
     .subpage .navbar .has-megamenu a.show::after {
      color: #00509e;
    }
    .navbar .has-megamenu a.show::after {
  transform: rotate(90deg);

      font-family: FontAwesome;
    content: '\f054';

    right: 7px;
    margin: auto;
    font-size: 12px;
    color: #fff;
    font-weight: 100;
    position: absolute;
    font-size: 20px;
    border: 0px solid !important;
    transition-duration: 300ms;
}
   /* .navbar .has-megamenu .show:after {

    font-family: FontAwesome;
    content: '\f054';
    padding-right: 27px;
    width: 20px;
    height: 20px;
    line-height: 20px;

    right: 0;
    margin: auto;
    font-size: 12px;
    color: #000;
    speak: none;
    font-style: normal;
    font-weight: 100;

    position: absolute;
    font-size: 20px;
    padding-top: 22px;


    } */



    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
        padding-top: 10px
    }
    .navbar-nav li {
 border-bottom: 1px solid #4896E1;


    }
        .navbar-nav ol li {
 border-bottom: 0px solid #4896E1 !important


    }
    .mobile-margin{
        margin-top:8px;
    }
}

@media all and (min-width:300px) {
    .navbar .has-megamenu {
        position: static !important;

    }


    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
        float: left;
    }

    .carousel-item .img-fluid {
        width: 100%;
        height: 100%
    }
    .navbar .megamenu {
        padding: 0.7rem
    }
    .nav-item .show {
    border-bottom: 0px solid#fbe014
}
}

@media all and (min-width:990px) {
    .navbar .has-megamenu {
        position: static !important
    }
    .navbar .megamenu {

        width: 1290px;
        margin-top: 0;
        margin:0 auto;
    }
}

@media(max-width:991px) {
    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto
    }
}

.mbclose {
    padding: .2rem .5rem;
    margin-top: -.5rem;
    margin-right: -.5rem;
    margin-bottom: -.5rem;
    font-size: 20px
}

.mega-dropdown {
    position: static !important;
    width: 100%
}

.mega-dropdown-menu {
    padding: 20px 0;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none
}

.mega-dropdown-menu:before {
    content: "";
    border-bottom: 15px solid #fff;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -15px;
    left: 285px;
    z-index: 10
}

.mega-dropdown-menu:after {
    content: "";
    border-bottom: 17px solid #ccc;
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    position: absolute;
    top: -17px;
    left: 283px;
    z-index: 8
}

.mega-dropdown-menu>li>ul {
    padding: 0;
    margin: 0
}

.mega-dropdown-menu>li>ul>li {
    list-style: none
}

.mega-dropdown-menu>li>ul>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #000;
    white-space: normal
}

.mega-dropdown-menu>li ul>li>a:focus,
.mega-dropdown-menu>li ul>li>a:hover {
    text-decoration: none;
    color: #444;
    background-color: #f5f5f5
}

.mega-dropdown-menu .dropdown-header {
    color: #428bca;
    font-size: 18px;
    font-weight: 700
}

.mega-dropdown-menu form {
    margin: 3px 20px
}

.mega-dropdown-menu .form-group {
    margin-bottom: 3px
}

.dropdown-toggle::after {
    content: none
}

a {
    outline: 0
}
 .formDate{
padding: 15px 33px;
 }
  .formDatefr{
padding: 15px 23px;
 }
 .bottompdng {
    padding: 17px 15px;
}
.flightnumber{
padding: 28px 10px;
}
.navbar-scroll {
    background: rgba(64, 64, 64, .6);
    padding: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .4);
    transition-duration: .6s
}

.nav-dro pdown-scroll {
    background: #e7eaea;
    box-shadow: 0 10px 9px rgba(0, 0, 0, .4)
}

.navbar-collapse {
    text-align: center;
    font-size: 0;
    visibility: visible !important
}

.navbar-collapse ul {
    margin: 0;
    padding: 2;
    text-align: left;
    display: inline-listitem;
    vertical-align: middle
}

.navbar-collapse ul li {
    font-size: 16px;
    display: block;
    line-height: 31px
}

.navbar-collapse ul li .icon {
    display: inline-block;
    font-size: 30px;
    color: #004ea0;
    padding-top: 0px
}

.navbar-collapse ul li a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    transition: color .5s
}

.navbar-collapse ol li a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    transition: color .5s;
    padding: 5px 0px !important;
    position: relative;
    width: 100%;
    line-height:16px;
    font-size:14px;
    font-weight: 400;
}

.navbar-collapse ol li a:before {
    font-family: FontAwesome;
    content: '\f054';
    padding-right: 7px;

    width: 20px;
    height: 20px;
    line-height: 20px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-size: 12px;
    color: rgba(0, 0, 0, .54);
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none
}

.navbar-collapse ul li .underline {
    height: 3px;
    background-color: transparent;
    width: 0%;
    transition: width .2s, background-color .5s;
    margin: 0 auto
}

.navbar-collapse ul li.active-link .underline {
    width: 100%;
    background-color: #fff;
    border-bottom: 3px solid red
}

.navbar-collapse ul li a:hover {
    color: #06559c;
}

.navbar-collapse ul li:active a {
    transition: none;
    color: rgba(255, 255, 255, .76)
}

.navbar-collapse ul li:active .underline {
    transition: none;
    background-color: rgba(255, 255, 255, .76)
}

.nav .nav-item a {
    float: left;
    display: block;
    color: #00509e;
    text-align: left;
    padding: 14px 12px !important;
    text-decoration: none;
    font-size: 15px;
    border-bottom: 3px solid transparent
}

.subpage .nav .nav-item a i{
    color: #00509e!important;
}
.subpage .nav .nav-item a:hover i{
    color: #333;
}

.dropdown-menu ol li .nav-item a {
    float: left;
    display: block;
    color: #00509e;
    text-align: left;
    padding: 14px 0px !important;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 3px solid transparent
}
.nav-item a {
    float: left;
    display: block;
    color: #00509e;
    text-align: left;
    padding: 14px 15px !important;
    text-decoration: none;
    font-size: 15px;
    border-bottom: 3px solid transparent
}

.nav .nav-item a i{
    /*color: #00509e;*/
}
.nav .nav-item a span{
    /*color: #00509e;*/
}

.nav .nav-item a i.header-material-symbols-outlined{
    padding: 0px 2px 0px 15px!important;
}

.header-faqs-links{
    border: 2px solid;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    padding: 3px 0 0 0;
    font-size: 15px!important;
}

/*.header-search-style{*/
/*    font-size: 23px;*/
/*}*/
.nav .nav-item a i.desktop-search-icon{
    font-size: 24px;
    /*padding: 0px 6px 0 0;*/
    padding: 0px 0px 0 0;
}
.nav .nav-item a i img{
    width: 17px;
    max-width: 17px;
    padding: 4px 0 0 0;
    margin: 0;
    float:right;
}

#searchFormBtn img{
    width: 17px;
    max-width: 17px;
    padding: 4px 0 0 0;
    margin: 0;
    float:right;
}

.footer-newsleeter-input{
    margin: 30px 0 0 0;
}
.footer-newsleeter-input button{
    background-color: #00509e;
    border-color:#00509e;
    color:#fff;
    transition:all 0.9s ease;
}

.footer-newsleeter-input button:hover{
    transition:all 0.9s ease;
    background-color: #fff;
    color: #00509e;
}

.bookingWidget{
    width: 1075px;
    margin: 0px auto;
    bottom: 54px;
    position: relative;
    /*box-shadow: 0 15px 32px -10px rgb(108 117 125 / 10%), 0 4px 11px -3px rgb(0 0 0 / 25%);*/
    padding:0px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.nav-tabs .nav-link {

    border: none !important;

}
.bgtab .bookingMainTab{
    padding:20px 0px;
    width: 215px !important;
}
.nav-tabs .tripflow{
    font-size:14px !important;
    text-transform: none !important;
    border:0px;
    background:none;
    color: #4F4F4F;
    margin-right: 2px

}
.nav-tabs .tripflow.active{
    color:#94C746 !important;
}


.nav-tabs .tripflow::before {
content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #000;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;

  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.nav-tabs .tripflow.active::before {
    background-color: #94C746;
  box-shadow: inset 0 0 0 2px #fff;
  border: 1px solid #94C746;
}
.passinput{
    width:310px;
}
.kara input[type="kara"]:after {
     background: url(../img/i/calendar.svg) no-repeat;
    color: #555;
    padding: 0 5px;
}

.nav-fill .nav-item, .nav-fill>.nav-link {
    flex: none;
}
.form-control {
border: 1px solid #aaa !important;
background:transparent;
}
.form-control:focus, .form-control:hover,.form-control:active {
    outline: 0;
    box-shadow: none;
    border: 2px solid #00509e!important;
}
.select2-container--default .select2-results__group{
    padding-left:15px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size:15px;
}
.datepicker td, .datepicker th{
    width:45px!important;
    height:32px!important;
}
.datepicker .datepicker-switch{
    font-size:18px;
}
.datepicker th.dow{
    color:#999!important;
}
.popover{
    width:330px!important;
    max-width:340px!important;
}
.popover-header{
    background-color: #fff;
     border-bottom: none!important;
     text-align: center;
    font-size: 1.5em;
    padding: 1em 0 0;
    color:#4a4a4a ;
}
.popover-body {
    padding: 0.5rem 2rem 2rem;
    color:#212529;
}
.pop strong {
    color: #212529;
    font-weight: 600;
    font-size: 1rem;
}
.popover-dismiss{
    background:#00509e;
    border:#00509e 1px solid;
    border-radius:5px;
    padding:10px 25px;
    color:white;
}
.popover-body .row .col-xs-4{
    width:50%;
}
.popover-body .row .col-xs-6{
    width:50%;
    padding-top:10px;
    display:flex;
    justify-content:end;
}
.popover-body .col-xs-12{
    text-align:center;
}
.select2-container--open .select2-dropdown--below{
    border-top:1px #aaa solid!important;
    padding:10px 0;
    border-radius:3px;
}
.select2-container--open .select2-dropdown {
    top:5px;
    width:676px!important;
}
@media all and (max-width:768px) {
    .select2-container--open .select2-dropdown{
         width:352px!important;
         max-width:352px!important;
    }

}
.farePaging-wrapper{
    position:relative;
}
.farePaging .float-start{
    position:absolute;
    top:45%;
    left:-18px;
}
.farePaging .float-end{
    position:absolute;
    top:45%;
    right:-18px;
}
.farePaging button {
    width: 40px;
    height: 40px;
    border-radius: 50%!important;
    font-size: 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 13px;
}
.made_by .custom-button{
    background-color: #fff;
    color: #00529c;
    border: 1px #00529c solid;
    border-radius: 4px;
    padding:8px 25px;
}
.popular-destination .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:46px;
}
.popular-destination .select2-container .select2-selection--single{
    height:50px;
}
.popular-destination .select2-container--default .select2-results__option--disabled{
    display:none;
}
.pull-right i.fa-circle-question{
    font-size:25px;
}

@media all and (min-width:200px) and (max-width:990px) {
    .destinationPageOriginDest img{width:50%;}
}

@media all and (min-width:300px) and (max-width:990px) {

.header-faqs-links{
    border-color:#fff;
}
.alertlist a {
    color: #4F4F4F;
    text-decoration: none;
    display: block;
    line-height: 26px;
    font-size: 12px;
    /*float: left;*/
    width: 90%;
}

.nav-item a {
    float: left;
    display: block;
    color: #00509e;
    text-align: left;
    padding: 14px 15px !important;
    text-decoration: none;
    font-size: 15px;
    border-bottom: 3px solid transparent;
    width:100%;
    position: relative;
}

 .nav-item-first a {
    float: right;
    display: block;
    color: #fff;
    text-align: left;
    padding: 14px 10px !important;
    text-decoration: none;
    font-size: 15px;
    border-bottom: 3px solid transparent
}
 .nav-item-first a .icon {

    color: #fff !important;
    font-size:25px !important;
    width:22px;
}
 .subpage .nav-item-first a .icon {
    padding-top:0;
    color: #00509e !important;


}

.nav-item-first a i.header-faqs-links{
    /*border-color:#333;*/
    font-size:16px!important;
    padding: 2px 0 0 0!important;
}

.header-faqs-links{
    border: 2.9px solid;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    padding: 3px 0 0 0;
    font-size: 15px!important;
    transition:all 0.9s ease;
}
.header-faqs-links:hover{
    border-color:#00509e;
    transition:all 0.9s ease;
}

#carouselDestination .carousel-item {
    height: 380px;
    background: linear-gradient(to left top, transparent, rgba(64, 64, 64, 1));
    overflow:hidden;
}
.homecarousel .carousel-item {
    height: 380px;
    background: linear-gradient(to left top, transparent, rgba(64, 64, 64, 1));
}
.carousel-caption {
    text-align: center;
    background-color: transparent;
    width: 100%;
    max-width: 100%;
    max-height: 300px;

    padding: 5px;
    right: 0px;
    padding: 0px;
    left: 0px;
    top: 115px;
    margin-left: 0px;

}

#carouselDestination .carousel-caption{
    background-image: linear-gradient(rgba(0, 80, 158, 0.4));
    background-color:#fff;
    padding:20px;
    width:90%;
    margin:auto;
}

.card .card__body .featured_text p.price{font-size:12px!important;}
#destinationCity{font-size:26px;}

.carousel-caption h2 {
    font-size: 24px;
    font-weight: 700;
}
.carousel-caption p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21.6px;

}

.moredeals {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    padding: 6px 14px;
    border-radius: 5px;
    border: 1px solid #fff;
  -webkit-transition: background-color 0.8s ease-out;
  -moz-transition: background-color 0.8s ease-out;
  -o-transition: background-color 0.8s ease-out;
  transition: background-color 0.8s ease-out;
}

.moredeals:hover {
    font-size: 12px;
    color: #fff;
    background: #00529c;
    text-decoration: none;
    padding: 6px 14px;
    border-radius: 5px;
    border: 1px solid #00529c
}

.search-mob{
    margin-top:220px;
}
.lang-mob{
    margin-top:165px;
}
.booking-mob::-webkit-scrollbar{
    display: none;
  }

.booking-mob{
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    list-style: none !important;
    overflow-x: auto !important;
    scroll-behavior: smooth !important;
    padding: 5px 0 15px 11px !important;
    background:none !important;
    text-transform: uppercase;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%;
    color: #00509e !important;
}

.booking-mob .nav-item button{

    background: #fff !important;
    /*margin: 0px 5px;*/
    border-radius: 30px !important;
    border: 1px solid #00509e !important;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}
.booking-mob li{
    margin-right:11px;
}
.nav-tabs .nav-link.active {
    border-color: transparent;
    font-size: 15px;
    color: #fff;
    font-weight: 600;

}
.nav-tabs .tripflow.active {
    color: #94C746 !important;
    background-color: none;

}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #00509e;

}
.bookingMainTab.nav-link.active span {
    color: #00509e
}
.bookingMainTab.nav-link.active {
    background-color: #00509e !important;
    border-radius: 30px !important;
}
.nav-tabs .nav-link.active {

    font-size: 12px !important;
    color: #fff !important;
    font-weight: 100 !important;
}
/*form booking*/




.bgtab .bookingMainTab{
    padding:15px 0px;
    width:auto !important;
}
.passinput{
    width:100%;
}
.formWidth{
 max-width:100% !important;
 min-width:100% !important;
}
/*.input-group {*/
/*    display: block !important;*/
/*   }*/

#mainContent {
    box-shadow:none !important;
}
.tab-content {

    background: none !important;
}
.addmorelink button{
      font-size: 13px;
    text-decoration: none;
    color: #00509E;
}
.bgtab .bookingMainTab {
    padding: 12px 19px;
}
 .bookingWidget {
        position: relative;
        bottom: 30px;
        left: 0;
        right: 0
    }
}
.formWidth{
 max-width:300px;
 min-width:300px
}
.formWidth100 .select2-container {
    width: 100% !important;
}
.multiDateWidth {
    width: 400px !important;
    max-width: 100% !important;
}

.nav-item a,
.nav-item a:after,
.nav-item a:before {
    transition: all .5s;
    max-height: 200px
}

.nav-item .show {
    border-bottom: 3px solid#fbe014
}

.nav-item a:hover {
    border-bottom: 3px solid#fbe014
}

.nav-item a.active {
    border-bottom: 3px solid #fbe014
}
.modal-header{
  padding: 10px 20px;
}
.modal-header .searchclose{
  padding: 30px 0rem 10px 2rem !important;
}
#exampleModalLabel .searchclose{
    padding:10px 2rem;
}
.loc-lang {
    background: #fff;
    border-radius: 5px;
    padding: 0 10px !important;
    height: 25px;
    margin-top: 10px
}
.sticky-top{
    background: linear-gradient(rgb(0 0 0 / 37%),rgb(0 0 0 / 0%));
    margin-left:0px !important;
    margin-right:0px !important;
}
.loc-lang:hover {
    border-bottom: 0 solid #fbe014 !important
}

.loc-lang span {
    padding: 0 5px
}

.loc-lang-sep {
    border-left: 2px solid #00509e;
    border-right: 2px solid #00509e;
    height: 25px;
    display: inline-block;
    border-bottom: 0 !important;
    line-height: 25px
}

.vl {
    border-left: 2px solid green;
    height: 20px
}

.badge {
    padding: 1px 9px 2px;
    font-size: 12.025px;
    font-weight: 700;
    white-space: nowrap;
    color: #fff;
    background-color: #999;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px
}

.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.badge-error {
    background-color: #b94a48
}

.badge-error:hover {
    background-color: #953b39
}

.badge-warning {
    background-color: #f89406
}

.badge-warning:hover {
    background-color: #c67605
}

.badge-success {
    background-color: #468847
}

.badge-success:hover {
    background-color: #356635
}

.badge-info {
    background-color: #3a87ad
}

.badge-danger {
    background-color: red
}

.badge-info:hover {
    background-color: #2d6987
}

.badge-inverse {
    background-color: #333
}

.badge-inverse:hover {
    background-color: #1a1a1a
}

.border-right {
    border-right: 1px solid #eee
}

.btnsub {
    background: #004ea0 !important;
    padding: 3px 20px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #fff;
    margin-top: 10px
}

.login-help {
    margin-top: 20px
}

.login-help a {
    font-size: 15px;
    font-weight: 700;
    color: #000000a1
}

.modal-body ul {
    line-height: 1.5em;
    margin: 1px 0 11px;
    padding: 0;

}

.modal-body li {
    list-style: none;
    position: relative;
    padding: 0px 0px 10px 20px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
}

.modal-open {
    overflow: auto !important;
    padding-right: 0 !important
}

li.circle-checkmark::before {
    content: "";
    position: absolute;
    left: 0;
    border: solid 9px #f5b819;
    border-radius: 9px;
    color: #fff;
    display:none;
}

li.circle-checkmark::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 7px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.bg-none {
    background: 0 0 !important;
    padding:15px 10px 10px;
}

.bg-white {
    background: #fff
}

.bg-yellowblue {
    background: #9acd32;
    padding-bottom: 0
}

.bg-bluedark {
    background: #00509e
}

.container {
    overflow: hidden
}
.popular-destination{
    overflow: visible!important
}
.borderlist1 {
    border-left: 1px solid #eee;
    margin-left: 10px
}

.borderlist {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee
}

.news-app-promo:hover {
    background-position: left
}

.news-app-promo {
    box-sizing: border-box;
    background: linear-gradient(to left, #95ca43 50%, #00f 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
    padding: .5em;
    margin-top: 1em;
    -webkit-transition: background-color 1s linear;
    -moz-transition: background-color 1s linear;
    -o-transition: background-color 1s linear;
    -ms-transition: background-color 1s linear;
    transition: background-color 1s linear
}

.news-app-promo__section {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 8px
}

.news-app-promo-text {
    color: #fff;
    font-family: helvetica;
    min-width: 277px;
    border-right: .25em solid #fff;
    border-left: .25em solid #fff;
    padding: 0 1em;
    width: 35%;
    margin: 1em auto;
    display: block
}

.news-app-promo-text__tagline {
    font-size: 1.09em
}

.news-app-promo-text__download {
    font-size: 2.25em;
    font-weight: 600
}

.news-app-promo-buttons {
    margin: 0 auto;
    max-width: 35%;
    display: block
}

.news-app-promo-buttons__buttons {
    display: block
}

.news-app-promo-buttons__logo {
    display: inline-block
}

.news-app-promo-subsection {
    display: inline-block;
    margin: 0 auto;
    margin-right: 10px
}

.news-app-promo__bbc-logo {
    display: inline-block;
    width: 106px;
    margin-bottom: 8px
}

.news-app-promo__app-store,
.news-app-promo__play-store {
    display: block;
    width: 121px;
    height: auto;

}

.news-app-promo-subsection--link {
    text-decoration: none;
    border: 0;
    background: #000;
    display: inline-block;
    padding-top: 1px;
    border-radius: 10px
}

#nav-home {
    text-align: center;
    font-size: 40px
}

.flipAlert {
    height: 30px;
    overflow: hidden
}

.flipAlert>div>div {
    color: #fff;
    padding: 4px 12px;
    height: 45px;
    margin-bottom: 45px;
    display: inline-block
}

.flipAlert div:first-child {
    animation: show 20s linear infinite
}

.flipAlert div div {
    background: 0 0
}

.flipAlert div:first-child div {
    background: 0 0
}

.flipAlert div:last-child div {
    background: 0 0
}

#flip {
    height: 50px;
    overflow: hidden
}

#flip>div>div {
    color: #fff;
    padding: 4px 12px;
    height: 45px;
    margin-bottom: 45px;
    display: inline-block
}

#flip div:first-child {
    animation: show 5s linear infinite
}

#flip div div {
    background: #00f
}

#flip div:first-child div {
    background: #ff0
}

#flip div:last-child div {
    background: #94c746
}

#flip {
    height: 80px;
    overflow: hidden;
    font-size: 30px;
    padding: 20px 0
}

#flip>div>div {
    color: #fff;
    padding: 4px 12px;
    height: 45px;
    margin-bottom: 45px;
    display: inline-block
}

#flip div:first-child {
    animation: show 5s linear infinite
}

#flip div div {
    background: #00f
}

#flip div:first-child div {
    background: #ff0
}

#flip div:last-child div {
    background: #94c746
}

.has-badge {
    position: relative;
    display: inline-block;
    overflow: hidden
}

.badge-overlay {
    position: absolute;
    top: 0;
    left: 0
}

.badge-overlay.triangle {
    color: #ff0;
    font-weight: 700
}

.badge-overlay.triangle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 20px solid red;
    border-right-color: transparent;
    border-bottom-color: transparent
}

.badge-overlay.triangle:after {
    content: "H";
    position: absolute;
    top: 0;
    left: 5px
}

.badge-overlay.circle {
    background-color: #f2711c;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    border-radius: 6px;
    padding: 3px 6px;
    position: absolute;
    right: 5px;
    left: auto;
    top: 5px;
    bottom: auto
}

.badge-overlay.city {
    background-color: #f2711c;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    border-radius: 0 6px 6px 0;
    padding: 3px 6px;
    position: absolute;
    left: 0;
    top: 10px;
    bottom: auto
}

.badge-overlay.square {
    background-color: red;
    color: #ff0;
    font-weight: 700;
    padding: 5px 10px;
    position: absolute;
    left: auto;
    right: 5px;
    bottom: 5px;
    top: auto
}

.badge-overlay.strip {
    position: absolute;
    top: 5px;
    left: -30px;
    background-color: red;
    color: #ff0;
    font-weight: 700;
    padding: 2px 40px;
    transform: rotate(-45deg)
}

.btn-custom {
    background-color: #94c746;
    border-radius: 12px;
    border: 2px solid #4caf50;
    color: #fff !important
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    background-color: #d3d3d3 !important;
    color: #fff;
    box-shadow: none;
    outline: 0
}

.service-icon {
    height: 50px;
    width: 50px;
    margin: 0 auto
}

.service-icon img {
    display: inline-block;
    height: 36px;
    width: 36px;
    top: 10px;
    position: relative
}

.service-wrap {

    padding: 40px 10px;
    position: relative;

    background: #fff;
    text-align: center;

}

.service-wrap p {
    position: relative;
    padding-bottom: 3px
}

.service-wrap:hover {
/*    background: #dedede;*/
/*    background-size: cover;*/
/*    background-position: center center;*/
/*    background-attachment: local;*/
/*    transition: all .5s;*/
  opacity:1;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

/*.service-wrap:hover:before {*/
/*    background: rgba(0, 0, 0, .2901960784313726);*/
/*    position: absolute;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    left: 0;*/
/*    content: "";*/
/*    top: 0;*/
/*    opacity: 1;*/
/*    border-radius: 10px*/
/*}*/

/*.service-wrap:hover h4,*/
/*.service-wrap:hover p {*/
/*    color: #fff*/
/*}*/

.service-wrap h5 {

    color: #00509E;

    text-transform: capitalize;
    position: relative;
    font-weight: 400;
font-size: 18px;
padding-top: 20px;
}

#footerlogo {
    padding-bottom: 19px;
    color: #999;
    background-size: 170px;
    margin-top: 10px
}

#footer {
    background: #005399
}

.topspace {
    padding-top: 10px
}

#footeritems,
.textconect {
    color: #000;
}

.logoconnect img {
    /*padding: 5px*/
}

#footeritems li {
    list-style: none;
    font-size: 16px;
    padding-bottom: 2px;
    color: #7c7c7c
}

#footeritems a {
    color: #7c7c7c;
    text-decoration: none;
    font-weight:100;
}

.iconcr {
    float: left;
    list-style: none;
    padding-left: 8px;
    padding-right: 8px;
    width: 87px
}

.iconcr img {
    max-width: 100%;
    margin-bottom: 3px
}

.linebottom {
    border-bottom: solid 1px #fff
}

.copyright{
   background-color: #00529c;
   color:#fff;
   font-size:12px;
   font-weight:400;
   line-height:50px;
}
.copyright a{

   color:#fff;
   font-size:12px;
   font-weight:400;
   text-decoration: underline;
}
#copyright {

    border-top: #94c746 1px solid;
    color: #fff;
    font-size: 13px;

}

.qty-button {
    display: inline-block !important;
    height: 20px;
    width: 20px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    border-bottom: none;
    background-color: #fbe014;
    color: #fff;
    margin-right: 3px;
    padding: 0 0 !important
}

.textbold {
    font-weight: 700;
    font-size: 18px
}

.skeleton {
    --card: linear-gradient(to bottom, #d8d3d3 100%, transparent 0%);
    --card-height: 340px;
    --avatar: radial-gradient(circle 40px at center, hsl(0, 16%, 96%) 100%, transparent 0%);
    --avatar-size: 80px;
    --avatar-position: 24px 24px;
    --title: linear-gradient(to right, #d6d5d5 100%, transparent 0%);
    --title-height: 28px;
    --title-width: 160px;
    --title-position: 24px 120px;
    --subtitle: linear-gradient(to right, #cecbcb 100%, transparent 0%);
    --subtitle-height: 16px;
    --subtitle-width: 200px;
    --subtitle-position: 24px 160px;
    --button: linear-gradient(to bottom, #e2e1 e1 100%, transparent 0%);
    --button-height: 40px;
    --button-1-width: 90px;
    --button-1-position: 24px 260px;
    --button-2-width: 90px;
    --button-2-position: 124px 260px;
    --blur-width: 200px;
    --blur-size: var(--blur-width) var(--card-height)
}

#header__title {
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #bdbdbd
}

#header__description {
    color: #aaa;
    font-weight: 300
}

#grid {
    height: 100%;
    display: grid;
    grid-gap: 10px 10px;
    grid-auto-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr))
}

.skeleton .card:empty::after {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    background-image: linear-gradient(90deg, #eeebeb 0, #eeebeb 50%, #eeebeb 100%), var(--avatar), var(--title), var(--subtitle), var(--button), var(--button), var(--card);
    background-size: var(--blur-size), var(--avatar-size) var(--avatar-size), var(--title-width) var(--title-height), var(--subtitle-width) var(--subtitle-height), var(--button-1-width) var(--button-height), var(--button-2-width) var(--button-height), 100% 100%;
    background-position: -150% 0, var(--avatar-position), var(--title-position), var(--subtitle-position), var(--button-1-position), var(--button-2-position), 0 0;
    background-repeat: no-repeat;
    animation: loading 1.9s infinite linear
}

@keyframes loading {
    to {
        background-position: 350% 0, var(--avatar-position), var(--title-position), var(--subtitle-position), var(--button-1-position), var(--button-2-position), 0 0
    }
}


.pop span {
    font-size: 12px
}

.pop .fa-minus-square-o,
.pop .fa-plus-square-o {
    font-size: 36px;
    color: #4a4a4a!important;
    margin-left: none;
    cursor: pointer
}

.pop .fa-minus-square-o,
.pop .fa-plus-square-o {
    font-size: 25px;
    color: #4a4a4a!important;
    margin-left: none;
    cursor: pointer;
    margin-top:4px;
}
.pop .fa-plus-square-o{
    margin-left:-10px;
}

.pop input[type=number] {
    border: none !important;
    background-color: transparent;
    vertical-align: top !important;
    text-align: center;
    font-size: 16px;
    width: 30px;
    height: 30px !important;
    color: #4a4a4a !important;
    margin-top: none !important
}

.input-disabled {
    background-color: #fff !important
}

input {
    outline: 0
}

.pgcontent {
    max-width: 1204px;
    margin: auto
}

#portrait img,
.fourcolumn img,
.twocolumn img,
img.width100 {
    width: 100%
}

.padding30 {
    padding: 30px
}

.green {
    color: #94c745
}

.textcenter {
    text-align: center
}

.nomargin-top {
    margin-top: 0
}

p {
    padding-top: 10px
}

#portrait {
    width: 140px;
    height: 140px;
    text-align: center;
    margin: 40px auto
}

#portrait img {
    border-radius: 70px
}

ul.listitem {
    padding-left: 10px
}

ol.listitem li,
ul.listitem li {
    padding-bottom: 12px
}

.listitem li {
    background: url(imgs/liicon.png) no-repeat left 8px;
    list-style: none;
    padding-left: 15px
}

.formbg {
    box-shadow: 0 15px 32px -10px rgb(108 117 125 / .1), 0 4px 11px -3px rgba(0, 0, 0, .25)
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #888
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.bgfare .select2-selection--single {
    background-color: #fff0
}

#mainContent {
    box-shadow: 0 15px 32px -10px rgb(108 117 125 / .1), 0 4px 11px -3px rgba(0, 0, 0, .25)
}

#addservices h3 {
    color: #00509e
}


.nav-tabs .nav-link.active {
    border-color: transparent;
    background-color: #fff;
    color: #94c746;
    border-bottom: 0 solid #94c746;
}

.plan .nav-tabs .nav-link.active {
    border-color: transparent;
    background: rgba(0, 82, 155, 0.08);
    color: #00509E;
    border-bottom: 0 solid #94c746;
    border-radius: 50px !important;
}

.bookingMainTab.nav-link.active {
    background-color: #fff;
}

.bookingMainTab.nav-link.active i {
    color: #00509e;
}

.bookingMainTab.nav-link.active span {
    color: #00509e;
}

li:first-child .nav-tabs .nav-link.active {
    border-color: transparent;
    background-color: #fff !important;
    color: #94c746 !important;
    border-bottom: 0 solid #94c746 !important;
    border-radius: 8px 0 0 0 !important
}

li:last-child .nav-tabs .nav-link.active {
    border-color: transparent;
    background-color: #fff !important;
    color: #94c746 !important;
    border-bottom: 0 solid #94c746 !important;
    border-radius: 0 8px 0 0 !important
}

.nav-tabs {
    border-bottom: 0 solid #dee2e6 !important;

}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%;
    color: #fff
}
.plan-bg{
    background: #F8F8F8;
}
.plan-header{

font-weight: 500;
font-size: 30px;
line-height: 38px;
color: #000000;
margin-bottom:30px;
}
.plan-desc{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 40px;
    color: #4F4F4F;
    text-align: justify;
}

.plan .nav-tabs .nav-link {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    text-transform: unset;
    font-weight: 400;
    color:#4F4F4F;
    font-size:18px;
    position:relative;
}

.plan .nav-tabs .nav-link:not(.active):before {
    content:'';
    background: rgba(0, 82, 155, 0.08);
    border-radius: 300px;
    position: absolute;
    width: 70px;
    height: 34px;
    vertical-align: middle;
    left:40%;

}
.nav-tabs .nav-link {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    text-transform: uppercase;
    font-weight: 400;
    font-size:15px;
}

.nav-tabs .nav-link.active {
    border-color: transparent;
    color: #00509E;
    font-weight: 400
}

.nav-link {
    font-size: 15px;

}

.nav-link:hover {
    border: none
}

.nav-link:focus {
    outline: 0
}

.tab-pane {
    max-height: auto
}

.form-control {
    height: 38px;
    position: relative
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
    border: 1px solid #94c746
}

.flight-where-from:after {
    position: absolute;
    content: "23";
    width: 20px;
    height: 20px;
    border-radius: 50%
}

.custom-button {
    background-color: #00529c;
    color: #fff;
   border:1px #00529c solid;
   border-radius:4px;
}

.custom-button:focus,
.custom-button:hover {
    background-color: #003D79 !important;
    color: #fff;
    box-shadow: none;
    outline: 0
}

.scroll-y {
    overflow-y: scroll;
    height: 300px
}

.form_ui {
    -webkit-box-shadow: 0;
    box-shadow: 0;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    color: #555;
    font-size: 14px;
    outline: 0;
    min-width: 150px !important;
    min-height: 48px;
    text-align: left;
    max-width: 150px !important
}

.select2-selection {
    -webkit-box-shadow: 0;
    box-shadow: 0;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    color: #555;
    font-size: 14px;
    outline: 0;
    min-width: 100%;
    min-height: 48px;
    text-align: left
}
.select2-selection:focus,.select2-selection:active, .select2-selection:hover{
    border:2px #00509e solid!important;
}
/*.select2-container:active{*/
/*     border:1px #000000 solid!important;*/
/*}*/
/*.select2-search--dropdown{*/
/*    display:none;*/
/*}*/
.select2-container {
display: block;
width:100% !important;
/*width:335px;*/
}

.select2-selection__rendered {
    margin: 0;
    /*width: 300px*/
}

.select2-selection__arrow {
    margin: 15px
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color:#3d68da;
}
.select2-results__option{
    padding:7px;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 2em;
}


.validation-message {
    color: #c03;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    margin: 5px 0 0
}

.input-group .validation-message {
    display: none
}

.validation label {
    color: #c03
}

.validation input[type=text] {
    background-color: #fce4e4;
    border: 1px solid #c03;
    outline: 0
}

.validation .validation-message {
    display: inline-block
}

button.scroll-top {
    z-index: 1049;
    position: fixed;
    visibility: visible;
    bottom: 2%;
    right: 2%;
    border-radius: 50%;
    border: 1px solid transparent;
    min-height: 50px;
    min-width: 50px;
    background-color: #94c746
}

button.scroll-top i {
    color: #fff
}

button.scroll-top:focus,
button.scroll-top:hover {
    background-color: #94c746
}

button.scroll-top:focus i,
button.scroll-top:hover i {
    color: #fff
}

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.vert .active.carousel-item-right,
.vert .carousel-item-next {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100% 0)
}

.vert .active.carousel-item-left,
.vert .carousel-item-prev {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.otherPageheader {
    background: rgba(0, 0, 0, .25)
}

.routeImage {
    object-fit: cover;
    height: 414px;
    width: 328px;
    background-size: cover;
    opacity: 1
}

.routeImage:hover {
    opacity: 1;
    transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    border: 3px solid rgba(64, 64, 64, .25)
}

.image-container {
    position: relative
}

.mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed
}

button.active .img-wb-flight {

    vertical-align: middle;
    background: url(../img/i/flight1.svg) no-repeat;
    width: 24px;
    height: 24px
}

button .img-wb-flight {

    vertical-align: middle;
    background: url(../img/i/flight2.svg) no-repeat;
    width: 24px;
    height: 24px
}

button.active .img-wb-trips {
    vertical-align: middle;
    background: url(../img/i/traveling2.svg) no-repeat;
    width: 24px;
    height: 24px
}

button .img-wb-trips {
    vertical-align: middle;
    background: url(../img/i/traveling1.svg) no-repeat;
    width: 24px;
    height: 24px
}

button.active .img-wb-check {
    vertical-align: middle;
    background: url(../img/i/check1.svg) no-repeat;
    width: 24px;
    height: 24px
}

button .img-wb-check {
    vertical-align: middle;
    background: url(../img/i/check2.svg) no-repeat;
    width: 24px;
    height: 24px
}

button.active .img-wb-status {
    vertical-align: middle;
    background: url(../img/i/flight-information1.svg) no-repeat;
    width: 24px;
    height: 24px
}

button .img-wb-status {
    vertical-align: middle;
    background: url(../img/i/flight-information2.svg) no-repeat;
    width: 24px;
    height: 24px
}

button.active .img-wb-schedule {
    vertical-align: middle;
    background: url(../img/i/schedule1.svg) no-repeat;
    width: 24px;
    height: 24px
}

button .img-wb-schedule {
    vertical-align: middle;
    background: url(../img/i/schedule2.svg) no-repeat;
    width: 24px;
    height: 24px
}

.custom-icon {
    font-size: 45px;
    background: #fff;
    background: rgba(0, 0, 255, .4);
    padding: 30px;
    -webkit-border-radius: 1100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #ccc;
    color: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 255, .46);
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.custom-icon:hover {
    background: rgba(0, 0, 255, .6)
}

.fix-editor {
    display: none
}

.icon-wrapper {
    display: inline-block
}

/** hero banner **/

.hero-banner img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    position: relative;
}

.hero-banner .txt {
    margin-bottom: 0px;
    line-height: 1;
    text-shadow: 1px 1px 1px #302b2f;
    position: relative;
    top: -270px;
}

.hero-banner .txt h1 {
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 26px;
    text-align: left !important;
    line-height: 60px;
}

.hero-banner .txt p {
    border-top: 2px solid #fff;
    color: #ffffff;
    text-align: left !important;
    font-size: 18px;
    line-height: 28px;
}
.check-info{
    font-weight: 400;
    font-size: 18px;
    color: #4f4f4f;
}
.check-info:before{

    content:'';
    background: url(../img/i/info.png) no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: 24px 24px;
    position: relative;
    top: 5px;
}
.check-info span{
    font-weight: 700;

}

.class-space {
    padding-top: 30px;
    padding-bottom: 30px;
}

.class-header {
    color: #005498;
}

.class-header .subline {
    display: block;
    height: 5px;
    width: 80px;
    background: #005498;
    margin-top: 20px;
    margin-bottom: 20px;
}

.class-image {
    width: 100%;
    max-height: 379px;
    object-fit: cover;
    // desktop horizontal cards with featured image
}

.featured-image {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    max-width: 390px;
    max-height: 279px; // desktop horizontal cards with featured image
}

.barheader {
    background: #005498;
    padding: 12px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 15px;
}

.rwd-table {
    margin: auto;
    min-width: 300px;
    max-width: 100%;
    border-collapse: collapse;
}

.rwd-table tr:first-child {
    border-top: none;
    background: #428bca;
    color: #fff;
}

.rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f5f9fc;
}

.rwd-table tr:nth-child(odd):not(:first-child) {
    background-color: #ebf3f9;
}

.rwd-table th {
    display: none;
    font-size: 14px;
}

.rwd-table td {
    display: block;
}

.rwd-table td:first-child {
    margin-top: .5em;
}

.rwd-table td:last-child {
    margin-bottom: .5em;
}

.rwd-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 120px;
    display: inline-block;
    color: #000;
}

.rwd-table th,
.rwd-table td {
    text-align: left;
}

.rwd-table {
    color: #333;
    border-radius: .4em;
    overflow: hidden;
}

.rwd-table tr {
    border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
    padding: .5em 1em;
}

@media screen and (max-width: 601px) {
    .rwd-table tr:nth-child(2) {
        border-top: none;
    }
}

@media screen and (min-width: 600px) {
    .rwd-table tr:hover:not(:first-child) {
        background-color: #d8e7f3;
    }
    .rwd-table td:before {
        display: none;
    }
    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }
    .rwd-table th:first-child,
    .rwd-table td:first-child {
        padding-left: 0;
    }
    .rwd-table th:last-child,
    .rwd-table td:last-child {
        padding-right: 0;
    }
    .rwd-table th,
    .rwd-table td {
        padding: 1em !important;
    }
}

.menu-country li {
    list-style: none;
    float: left;
    padding: 10px;
}

.bgeastafrica {
    padding: 20px 0px;
    background: url(../img/bgeastafr.jpg) no-repeat;
    background-position: center;
}

.bgcentralafrica {
    padding: 20px 0px;
    background: url(../img/bgcentralafr.jpg) no-repeat;
    background-position: center;
}

.bgmiddleeast {
    padding: 20px 0px;
    background: url(../img/bgmiddleeast.jpg) no-repeat;
    background-position: center;
}

.bgsouthafrica {
    padding: 20px 0px;
    background: url(../img/bgsouthafrica.jpg) no-repeat;
    background-position: center;
}

.bgwestafrica {
    padding: 20px 0px;
    background: url(../img/bgwestafrica.jpg) no-repeat;
    background-position: center;
}

.bgeurope {
    padding: 20px 0px;
    background: url(../img/bgeurope.jpg) no-repeat;
    background-position: center;
}

.bgasia {
    padding: 20px 0px;
    background: url(../img/bgasia.jpg) no-repeat;
    background-position: center;
}

.req-txt {
    text-align: center !important;
    ;
    color: #000 !important;
    padding: 130px 0px;
    text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, #FFF 0px 0px 15px, #FFf 0px 0px 20px, #FFf 0px 0px 30px, #FFf 0px 0px 40px, #FFf 0px 0px 50px, #Fff 0px 0px 75px;
}

#accordion .panel {
    border-radius: 0;
    border: 0;
    margin-top: 0px;
}

#accordion h4 a {
    display: block;
    padding: 20px 15px;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
}

#accordion h4 {
    font-size: 18px;
    margin:0;
}

#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {
    background-color: #004A99;
    color: white;
    transition: all 0.2s ease-in;
}

#accordion .panel-heading a.collapsed:hover::before,
#accordion .panel-heading a.collapsed:focus::before {
    color: white;
}

#accordion .panel-heading {
    padding: 0;
    border-radius: 0px;
    text-align: center;
}

#accordion .panel-heading a:not(.collapsed) {
    color: white;
    background-color: #004A99;
    transition: all 0.2s ease-in;
}

/* Add Indicator fontawesome icon to the left */

#accordion .panel-heading .accordion-toggle::before {
    font-family: 'FontAwesome';
    content: '\f00d';
    float: left;
    color: white;
    font-weight: lighter;
    transform: rotate(0deg);
    transition: all 0.2s ease-in;
}

#accordion .panel-heading .accordion-toggle.collapsed::before {
    color: #444;
    transform: rotate(-135deg);
    transition: all 0.2s ease-in;
}

/* border-pagination */

.b-pagination-outer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    display: flex
}

#border-pagination {
    margin: 0 auto;
    padding: 0;
    text-align: center
}

#border-pagination li {
    display: inline;
}

#border-pagination li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 5px 10px;
    border: 1px solid #ddd;
    float: left;
}

#border-pagination li a {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s
}

#border-pagination li a.active {
    background-color: #4caf50;
    color: #fff;
}

#border-pagination li a:hover:not(.active) {
    background: #ddd;
}
.helpheader{
    font-size:20px;
    height: 50px;
    text-align: left;
    color: #000;
    font-weight: 600;
}
.help-link{
    color:#005498;
    text-decoration: none;
    padding-left: 8px;
}

/*-- cookies--*/
#cookies{
  width: 100%;
  position: fixed;
  bottom: 0;
  color: white;
  background-color: #00509E;
  z-index: 1;
  display: none;
}

.cookies{
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
}

.cookies a{
  text-decoration: underline;
  font-weight: 500;
  color: #fff;
}

#cookies-btn{
  border-radius: 5px;
  padding: 4px 30px;
  font-size: 14px;
  font-family: inherit;
  cursor: pointer;
  border: 1px solid white;
  background-color: #00509E;
  color: white;
}

#cookies-btn:hover{
  border-radius: 5px;
  padding: 4px 30px;
  font-size: 14px;
  font-family: inherit;
  cursor: pointer;
  border: 1px solid white;
  background-color: #fff;
  color: #00509E;
}

@media(max-width:1600px){
  .container{
    width: 100%;
  }
}

@media(max-width:1024px){
  .cookies{
    padding: 10px 0;
  }
}

@media(max-width:768px){
  #cookies-btn{
    width: 100%;
  }
}

.trending-destinations ul{
    list-style:none;
    width:100%;
    float:left;
}
.trending-destinations li a{
    text-decoration:none;
    display:flex;
    justify-content:space-between;
    align-items:center;
    color:#4F4F4F;
    padding: 15px 15px;
    border: 1px solid #dee2e6;
    transition:ease 0.4s all;
}
.trending-destinations li a p,.trending-destinations li a h5{
    font-size:1.1rem;
}
.trending-destinations li a p{color:#00529c;text-decoration:underline;}
.trending-destinations li a p i{text-decoration:none;margin:0 0 0 10px;}
.trending-destinations li a:hover{
    color:white;
    background:#00529c;
    border:1px solid #00529c;
}
.trending-destinations li a:hover p{
    color:white;
}
.trending-destinations li a:hover p i{
    color:white;
}
.trending-destinations li:last-child a{
    margin-bottom:0!important;
}
.popular-destination .made_by{
    margin-top:10px;
}
.deals-paris{
    background: url("https://www.rwandair.com/wp-content/uploads/2023/04/Web_1400x500-100.jpg") rgba(64, 64, 64, 0.5);
    background-size: cover;
    background-blend-mode: multiply;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
}
.deals-paris h2{
    color:white;
    padding-bottom:20px;
    font-weight:700;
}
.deals-paris .btn{
    font-size:1.25rem;
}

.colspace-and-border{
    border-bottom: 1px solid #fff;
    margin: 0;
    width: 90vh;
    float: left;
    left: -34px;
    position: relative;
}
.dont-show-sub{
    display:none;
}
.footer-content-show{
    display:block
}
@media(max-width:767px){
.order-as-first{
    order: -1!important;
}
.dont-show-sub{
    display:block;
    padding:20px 0 0 0;
    width: 100%;
    float: left;
}
p.dont-show-sub{
    display:block;
    padding:10px 0 20px 0;
    width: 100%;
    float: left;
}
span.dont-show-sub{
    display:block;
    padding:40px 0 0 0;
    width: 100%;
    float: left;
}
.colspace-and-border{
    border-bottom:1px solid #fff;
    margin:0;
}
.lets-be-centered{
    /*text-align:center;*/
    padding:15px 15px;
}
.footer-newsleeter-input{
    /*justify-content:center;*/
    margin:10px 0 0 0;
}
#footeritems, .textconect{
    width: 100%;
    float: left;
}
  .deals-paris{
    order: 3!important;
    margin-top: 30px!important;
    padding: 70px 0!important;
  }
  .trending-destinations-left{
      margin-bottom:1rem!important;
      padding:0!important;
  }
  .trending-destinations-right{
      padding:0!important;
  }

  .display-none-mobile{
      display:none;
  }
  .align-center-mobile{
      text-align:center;
      margin:auto;
  }
  .align-center-mobile img{
      width:120px;
  }

.download-mobile-style{
    padding: 0!important;
    margin-top: 0!important;
    font-size: 14px!important;
}
.mobile-spacing-row{
    padding:20px 0 0 0;
}
.award-spacing-bottom{
    padding:0 0 20px 0;
}


#accordion .footer-hide-show-bg{
    background-color:#00509E;
    margin: 0!important;
    color:#fff;
    border-bottom:1px solid #ffffff;
    padding-right: calc(var(--bs-gutter-x) * 1.4);
    padding-left: calc(var(--bs-gutter-x) * 1.4);

}

#accordion .footer-content-show{
    display: none;
    /*overflow: hidden;*/
    /*transition: max-height 1.9s ease-in-out;*/
    /*max-height: 0;*/
    padding:0 0 20px 0;
}
#accordion .footer-content-show.open {
    /*display: block;*/
    /*max-height: 1000px; */
    /* Adjust this value based on your content */
    /*transition: 1.9s ease-in-out;*/
}

#accordion .footer-title-hide{
    color:#fff;
    position:relative;
    padding:20px 0 20px 0;
    position:relative;
    font-weight:200!important;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom:0;
}

#accordion .footer-title-hide i{
    position:absolute;
    right:0;
    display:block;
    top:22px;
}
#accordion .footer-hide-show-bg #footeritems a{
    color:#fff;
    padding:0 0 10px 0;
}
}

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover{
    /*background-color: #00509e!important;*/
    /*background-image: linear-gradient(to bottom,#00509e,#00509e)!important;*/
    /*background-repeat: repeat-x;*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00509e', endColorstr='#00509e', GradientType=0);*/
    /*border-color: #fdf59a #fdf59a #fbed50;*/
    /*border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
    /*color: #000;*/
    background-color: transparent!important;
    background-image: linear-gradient(to bottom,transparent,transparent)!important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
    border-color: transparent!important;
    border-color: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff!important;
    color: #212529!important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}
.datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover{
    background-color: #00509e!important;
    background-image: unset;
    background-image: linear-gradient(to bottom,#00509e,#00509e)!important;
    background-repeat: repeat-x;
    border-color: grey grey #595959;
    border-color: #00509e!important;
    color: #fff!important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}
/*.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover{*/
/*    background-color: transparent!important;*/
/*    background-image: linear-gradient(to bottom,transparent,transparent)!important;*/
/*    background-repeat: repeat-x;*/
/*    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);*/
/*    border-color: transparent;*/
/*    border-color: transparent;*/
/*    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
/*    color: #212529!important;*/
/*    text-shadow: 0 -1px 0 rgba(0,0,0,.25);*/
/*}*/
.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
    background: #e2e8f8!important;
}
.select2-container--default .select2-results__option--disabled {
    color: #999;
    display: none;
}
@media screen and (max-width:768px){
    .select2-container {
    display: block;
    width: 100% !important;
    /* width: 335px; */
    left:0!important;
}
}
.select2-container--open .select2-dropdown--above{
    border-bottom:1px solid #aaa;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.fares-deals{
    position:relative;
}
.fares-deals-wrapper h1{
    text-align:left!important;
}
.fares-deals-wrapper .select2-container--default .select2-selection--multiple{
    line-height:32px;
}
.fares-deals .farePaging .float-start{
        position: absolute!important;
    left: 10px!important;
    bottom:-20px!important;
    top: unset;
}
.fares-deals .farePaging .float-end{
    position: absolute!important;
    right: 10px!important;
    bottom:-20px!important;
    top: unset;
}

.dream-miles-cards .emirald{
    border:1px #006633 solid;
    border-radius:20px;
   background: url(../img/emirald-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
   height:100%;
}
.dream-miles-cards .gold{
    border:1px #e7be3a solid;
    border-radius:20px;
    height:100%;
    background: url(../img/gold-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.dream-miles-cards .silver{
    border:1px #c9c9c9 solid;
    border-radius:20px;
    height:100%;
    background: url(../img/silver-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.dream-miles-cards .diamond{
    border:1px #e8e8e8 solid;
    border-radius:20px;
    height:100%;
    background: url(../img/diamond-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.dream-miles-cards h3{
    font-size:16px;
    text-transform:uppercase;
    padding-top:20px;
    margin-bottom:0;
    font-weight:700;
    display:flex;
}
.dream-miles-cards h3 span{
    width:15px;
    height:15px;
    margin-right:10px;
    background:#006633;
    border-radius:50%;
}
.dream-miles-cards .emirald h3{
    color: #006633;

}
.dream-miles-cards .emirald h3 span{
    width:15px;
    height:15px;
    margin-right:10px;
    background:#006633;
    border-radius:50%;
}
.dream-miles-cards .gold h3{
    color:#e7be3a;
}
.dream-miles-cards .silver h3{
    color:#666666;
}
.dream-miles-cards .diamond h3{
    color: #666666;
}
.dream-miles-cards .silver h3 span{
    background:#c9c9c9;
}
.dream-miles-cards .gold h3 span{
    background:#e7be3a;
}
.dream-miles-cards .diamond h3 span{
    background:#e8e8e8;
}
.dream-miles-cards p{
    font-size:13px;
    margin-bottom:0;
}
@media all and (max-width:768px) {
#formbooking #mainContent{
    padding:10px 0!important;
}
}


.popular-destination .select2-container--open .select2-dropdown{
     width: 335px!important;
}




@media all and (max-width:768px){
.popular-destination .float-end{
    float:left!important;
}

}
@media (max-width: 767px){
.trending-destinations-right {
    padding: 0!important;
    display: none!important;
    }
    .trending-destinations li a{
        padding:15px!important;
    }
}
.farePaging-wrapper .cards_item{
    padding:0.5em;
}
.popular-destination .form-floating{
    width:100%!important;
}
.select2-container--open .popular-destination-input{
    width:365px!important;
}
@media all and (max-width:1400px){
    .select2-container--open .popular-destination-input{
    width:348px!important;
}
}
@media all and (max-width:1200px){
    .select2-container--open .popular-destination-input{
    width:365px!important;
}
}

/* Product & Shop Cards */
.card-category-4{
    width: fit-content;
    /* width: auto; */
    margin: auto;
}
.card-category-4 ul{
    margin: 0;
    padding: 0;
}
.card-category-4 ul li{
    list-style: none;
}
    .card-category-4 .sp-card-1 {
        background-image: linear-gradient(#00509e, #056ed5);
        height: 350px;
        width: 700px;
        text-align: left;
        padding: 30px 0 0 0;

        -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
        -o-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
    }

        .card-category-4 .sp-card-1 .shop-button {
            padding-left: 20px;
            display: none;
        }

        .card-category-4 .sp-card-1 ul {
            padding:0;
        }

            .card-category-4 .sp-card-1 ul li {
                list-style-type: none;
                display: inline-block;
            }

            .card-category-4 .sp-card-1 ul li:nth-child(1) {
                padding: 20px 20px;
                float: left;
                width: 60%;
            }

                .card-category-4 .sp-card-1 ul li:nth-child(1) .off-label {
                    border: 1px solid #fff;
                    /*background: #fff;*/
                    font-size: 11px;
                    padding: 7px;
                }

                .card-category-4 .sp-card-1 ul li:nth-child(1) .return-line {
                    font-size: 13px;
                    padding: 20px 0 15px 0;
                    color: #fff;
                }

                .card-category-4 .sp-card-1 .shop-button a {
                    text-decoration: none;
                    color: #fff;
                    border: 1px solid;
                    padding: 10px 15px;
                    background: #1f3c3d;

                    -webkit-transition: ease-in-out .2s;
                    -moz-transition: ease-in-out .2s;
                    -o-transition: ease-in-out .2s;
                    transition: ease-in-out .2s;
                }

                .card-category-4 .sp-card-1 .shop-button a:hover {
                    background: transparent;
                }

            .card-category-4 .sp-card-1 ul li:nth-child(2) {
                text-align: right;
                padding: 0;
                float: right;
                width: 40%;
            }

                .card-category-4 .sp-card-1 ul li:nth-child(2) img {
                    height: 170px;
                    padding: 15px 0 0;

                    -webkit-transition: all .3s ease-in;
                    -moz-transition: all .3s ease-in;
                    -o-transition: all .3s ease-in;
                    transition: all .3s ease-in;
                }

                .card-category-4 .sp-card-1 ul li:nth-child(2) img:hover {
                    -webkit-transform: scale(0.90);
                    -moz-transform: scale(0.90);
                    -o-transform: scale(0.90);
                    transform: scale(0.90);
                }

                .card-category-4 .sp-card-1 ul li:nth-child(2) .price-start {
                    text-align: center;
                    font-size: 18px;
                    color: #fff;
                    padding: 18px 0px 0px;
                }

        .card-category-4 .sp-card-1 .card-title {
            color: #fff;
            font-size: 23px;
            font-weight: 550;
        }

        .card-category-4 .sp-card-1 .sub-line {
            padding:8px 0px 15px 0px;
            color:#fff;
            font-size:20px;
        }

    .card-category-4 .sp-card-2 {
        width: 230px;
        border: 1px solid #f9f9f9;
        text-align:left;

        -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
        -o-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
    }

        .card-category-4 .sp-card-2 .overlap {
            background: #3f51b57a;
            width: inherit;
            height: 0;
            position: absolute;
            text-align: center;
            opacity: 0;

            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

            .card-category-4 .sp-card-2:hover .overlap{
                opacity: 1;
                height: 204px;
            }

            .card-category-4 .sp-card-2 .overlap a {
                position: relative;
                top: 50%;
                text-decoration: none;
                color: #673AB7;
                padding: 10px;
                font-size: 14px;
                font-weight: 600;
                background: #fff;
            }
        
        .card-category-4 .sp-card-2 .card-image {
            text-align: center;
        }
        
            .card-category-4 .sp-card-2 .card-image img {
                height: 200px;
            }

    .card-category-4 .sp-card-2 .card-content {
        padding: 20px;
    }

        .card-category-4 .sp-card-2 .card-content .card-title {
            font-weight: 600;
        }

        .card-category-4 .sp-card-2 .card-content .price-start {
            font-weight: 600;
            color: #673AB7;
            float: right;
        }

        .card-category-4 .sp-card-2 .card-content .card-caption {
            font-size: 14px;
            color: #717171;
            padding: 15px 0px 10px;
        }

        .card-category-4 .sp-card-2 .card-content .cloth-size, .card-category-4 .sp-card-2 .card-content .cloth-colors {
            padding: 10px 0;
            font-size: 13px;
            color: #545454;
            text-transform: uppercase;
        }

        .card-category-4 .sp-card-2 .card-content .cloth-colors span:not(:nth-child(1)) {
            position: absolute;
            width: 15px;
            height: 15px;
            border-radius: 40px;
        }

            .card-category-4 .sp-card-2 .card-content .cloth-colors .color1 {
                background: red;
                border:1px solid black;
                margin-left: 10px;            
            }

            .card-category-4 .sp-card-2 .card-content .cloth-colors .color2 {
                background: blue;
                border:1px solid black;
                margin-left: 35px;           
            }

            .card-category-4 .sp-card-2 .card-content .cloth-colors .color3 {
                background: Orange;
                border:1px solid black;
                margin-left: 60px;            
            }

            .card-category-4 .sp-card-2 .card-content .cloth-colors .color4 {
                background: black;
                border:1px solid black;
                margin-left: 85px;            
            }

    .card-category-4 .sp-card-3 {
        width: 550px;
        height: 345px;
        border: 1px solid #efefef;

        -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
        -o-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
    }    
            
    .card-category-4 .sp-card-3 .card-title {
        color: #525252;
        font-weight: 600;
        font-size: 25px;
        padding: 15px 20px;
        text-align: right;
        width: 40%;
        float: right;
    }
    
        .card-category-4 .sp-card-3 .footer-card {
            padding:0;
        }

            .card-category-4 .sp-card-3 .footer-card p {
                font-size: 15px;
                color: #505050;
                line-height: 1.5;
            }

        .card-category-4 .sp-card-3 .buy-btn {
            padding: 0px 0px 35px 0;
        }

            .card-category-4 .sp-card-3 .buy-btn a {
                text-decoration: none;
                padding: 12px 65px;
                border: 1px solid;
                background-color: #ff4f1d;
                color:#fff;
            }

            .card-category-4 .sp-card-3 .cart-btn a {
                text-decoration: none;
                padding: 12px 53px;
                border: 1px solid;
                background-color: #ff4f1d;
                color:#fff;
            }

            .card-category-4 .sp-card-3 .footer-card li:nth-child(1) {
                display: inline-block;
                padding-top: 30px;
            }

            .card-category-4 .sp-card-3 .footer-card li:nth-child(2) {
                display: inline-block;
                width: 55%;
                text-align: right;
            }

                .card-category-4 .sp-card-3 .footer-card li:nth-child(2) span {
                    font-weight: 600;
                }
        
        .card-category-4 .sp-card-3 ul {
            padding:0px 10px 10px 10px;
        }        

            .card-category-4 .sp-card-3 ul li img {
                height:180px;

                -webkit-transition: all .4s ease-in-out;
                -moz-transition: all .4s ease-in-out;
                -o-transition: all .4s ease-in-out;
                transition: all .4s ease-in-out;
            }

                .card-category-4 .sp-card-3 ul li img:hover {
                    -webkit-transform: scale(0.90);
                    -moz-transform: scale(0.90);
                    -o-transform: scale(0.90);
                    transform: scale(2);
                }

            .card-category-4 .sp-card-3 .product-details .product-img {
                width: 49%;
                float: left;
                padding-top: 20px;
            }

            .card-category-4 .sp-card-3 .product-details .product-description {
                width: 50%;
                text-align: right;
            }

                .card-category-4 .sp-card-3 .product-details .product-description a {
                    text-decoration: none;
                    color: #525252;
                }

                .card-category-4 .sp-card-3 .product-details .product-description ul li {
                    display: list-item;
                    font-size: 15px;
                    color: #585858;
                    direction: rtl;
                    line-height: 1.5;
                }



















