
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
:root{
    --body-font:   "DM Sans", sans-serif;
    --text-color:#2d3e52;
    --theme-color:#76b38f;
 
}

body{
  font-family: var(--body-font) !important;  
     font-weight: 400;
  font-style: normal;
}
.travel-mega-menu li a.top-menu-txt , .contact-square h3, .travel-desc-agency p, .txt-sort, .view-about figure figcaption>.social-icons>li a, .view-fifth p, a.help-bt:hover, ul.search-opt li.active a  , .title-about{
     font-family: var(--body-font) !important;  
}
.travel-mega-menu li a.top-menu-txt {
      text-transform: capitalize;
    font-weight: 600;
    color: var(--text-color);
    font-size: 16px;
}
.travel-mega-menu li a.top-menu-txt:hover {
    color:var(--theme-color);
}
.header-logo .line-logo
 {
    width: 100%;
    max-width: 210px;
}
.top-menu-txt.top-tel-cont {
    display: flex;
    flex-direction: column;
}
.travel-mega-menu li .top-menu-txt .heading-tel-txt {
       font-size: 12.68px;
    line-height: 1;
    color: var(--theme-color);
    margin-bottom: 5px;
}

.travel-mega-menu li

 {
    position: relative;
    display: inline-block;
    padding: 0px 0px;
    font-size: 13px;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
}
ul.travel-mega-menu.travel-mega-menu-anim-scale.travel-mega-menu-response-to-icons{
    display: flex;
    align-items: center;
        padding: 15px 0;
}
ul.travel-mega-menu.travel-mega-menu-anim-scale.travel-mega-menu-response-to-icons li:nth-child(2) {
    margin-left:auto;
}
.travel-mega-menu li .top-menu-txt .tel-txt {
    font-size: 20px;
    line-height: 1.3;
}
.container
 {
    width: 100%;
    max-width: 1320px;
}
.banner-sec.hero-sec {
    padding: 50px 0 50px;
    background-color: #76b38f;
    background-position: bottom center;
    background-size: calc(100% + 20%);
    background-repeat: no-repeat;
}
.banner-sec.hero-sec .top-content.reservation-home4.flt-form {
    position: unset;
}
.top-menu-txt.top-tel-cont {
    padding-right: 0;
}

.banner-sec.hero-sec h1 {
    text-align: center;
    margin-bottom: 45px;
    color:#fff;
}
.top-menu-txt.top-tel-cont span.heading-tel-txt {
    display: inline;
    padding: 0;
    text-align: center;
    background-color: #fff;
    position: relative;
}
.top-menu-txt.top-tel-cont {
    position: relative;
    padding: 0 10px;
    margin-left: 10px;
}
.top-menu-txt.top-tel-cont:before {
    top: 5px;
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    border: 1px dashed #2d3e52;
    height: 100%;
    left: 0;
}
.banner-sec.hero-sec h1 span {
    background-color: #2d3e52;
    padding: 2px 10px;
    font-weight: 600;
    border-radius: 3px;
    color:#fff;
}

.inner-page-wrapper {
    padding: 50px 0;
}
.heading-title-h2 {
       font-size: 25px;
    text-transform: unset;
    margin-bottom: 5px;
    font-family: "Red Hat Display", sans-serif;
}

.cus-row {
    display: flex;
    justify-content: space-between;
    border: 1px solid #d5d2d2;
}
.cus-row .col-cus-wcu {
    width: 25%;
}
.cus-row .col-cus-wcu .inner-col-cus-wcu h3 {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    font-family: "Red Hat Display", sans-serif;
}
p {
     color: var(--text-color);
     font-size:16px;
}
.cus-row .col-cus-wcu .inner-col-cus-wcu {
    padding: 20px;
    display: flex;
    align-items: flex-start;
}
.cus-row .col-cus-wcu .inner-col-cus-wcu p {
   margin-bottom: 0;
    font-size: 14px;
    line-height: 1.3;
    
}

.cus-row .col-cus-wcu .inner-col-cus-wcu img {
    width: 100%;
    max-width: 50px;
    margin-right: 8px;
}
.pt-50 {
    padding-top:50px;
}
.flight-deals-sec .al-fare {
    padding: 0;
    background-color: transparent;
}
.pt-35 {
    padding-top:25px;
}
.content-wrap-one p {
    text-align: justify;
    font-size: 15px;
}

.fs-16 {
    font-size:16px !important;
}

.mb-15 {
    margin-bottom:15px !important;
}

.adds-sec-wrap {
    padding: 28px 60px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #76b38f;
    background-blend-mode: hard-light;
}

.adds-sec-wrap .add-content {
    width: 100%;
    max-width: 580px;
    background-color: #000000a8;
    padding: 40px;
    border-radius: 5px;
}
.adds-sec-wrap .add-content h2  {
    font-size:22px;
}
.adds-sec-wrap .add-content h2 , .adds-sec-wrap .add-content p{
    color:#fff;
        font-family: "Red Hat Display", sans-serif;
}

.adds-sec-wrap .add-content a {
    background-color: var(--theme-color);
    color: #fff !important;
    padding: 10px 30px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    margin-top: 5px;
}



.adds-sec-wrap .add-content a:hover {
    background-color: #fff;
    color: #000 !important;
}

.flight-deal-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.deal-col {
    width: 33.33%;
    padding: 0px 5px;
    margin-bottom: 10px;
}

.inner-deal-col {
    background-color: var(--theme-color);
    padding: 32px 20px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
    border-left: 4px solid #2d3e52;
}

/*.img-adds-col-box a {*/
/*    position: absolute;*/
/*    bottom: 33px;*/
/*    right: 42px;*/
/*    background-color: #fff;*/
/*    padding: 6px 20px;*/
/*    font-size: 16px;*/
/*    color: #000;*/
/*    border-radius: 5px;*/
/*}*/
.img-adds-col-box {
    position: relative;
}

/*.two-adds-cont .row .col-sm-4:nth-child(2) .img-adds-col-box a {*/
/*    bottom: 13px;*/
/*}*/

.wuu-sec-content ul {
    list-style-type: none;
    padding-left: 15px;
}
.wuu-sec-content  ul li {
    font-size: 15px;
    color: var(--text-color);
    list-style-type: auto;
}
.wuu-sec-content ul li ul  {
        padding-left: 0px !important;
}
.wuu-sec-content ul li ul li {
    list-style-type: none;

}

ul.list-cont {
    padding: 0;
}
ul.list-cont li {
    list-style-type: none;
}

ul.list-cont li:not(:last-child) {
    margin-bottom:10px;
}

.wuu-sec-content p a, .list-cont li a  , .panel-body  a  , .grid-view-list-cus li a{
    color: var(--theme-color);
    font-size: 16px;
    font-weight: 500;
}
.panel-body {
    font-size:15px;
}

.panel-title a {
  
    font-size: 15px;
    text-decoration: none;
}
.panel-title a i {
    float: right;
}
.bottom-adds-content {
    position:relative;
}
.bottom-adds-content img {
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
}
.bottom-adds-content .content-add-two {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 550px;
    left: 55px;
    background-color: #ffffff94;
    padding: 50px;
}
.bottom-adds-content .content-add-two h2
{
        font-family: "Red Hat Display", sans-serif;
}
.bottom-adds-content .content-add-two a {
    background-color: #000;
    color: #fff !important;
    padding: 10px 20px;
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
}
.footer-small-desc a {
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
}
#footer p {
    line-height: 1.5;
    color: #fff;
    font-size: 15px;
}
.footer-zone .socialfooter {
    margin: 0 0 0;
    float: left;
}
.footer-zone .socialfooter i {
    border: 1px solid #76b38f;
    border-radius: 1px;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    margin: 10px 5px 10px 0;
    background: #76b38f;
    width: 40px;
    border-radius: 5px;
}
p.dsclmr {
    color: var(--text-color) !important;
    display: inline-block;
}
.footer-bottom {
    background: #0c1314;
    padding: 10px 0;
    margin-top: 0;
    line-height: 14px;
}
.payment-card i {
    font-size: 28px;
}
.payment-card {
    margin-right: 0;
    padding-right: 0;
}

.dsclmr , .footer-bottom {

    margin-top: 40px !important;
}
.footer-zone i {
    color: #76b38f;
    margin-right: 3px;
}
.copyright {
    padding: 9px 0 0;
}
.img-adds-col-box .adds-two-content {
    position: absolute;
    top: 50%;
    width: 46%;
    right: 0;
    transform: translateY(-50%);
}
.img-adds-col-box .adds-two-content h2 {
    font-size: 18px;
    color: #fff;
    font-family: "Red Hat Display", sans-serif;
}
.img-adds-col-box .adds-two-content p {
    color: #fff;
}
.img-adds-col-box .adds-two-content span {
    background-color: #000;
    padding: 6px 20px;
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
    margin-top: 2px;
    display: inline-block;
    font-family: "Red Hat Display", sans-serif;
}
.two-adds-cont a:hover span {
    background-color: #fff;
    color: #000;
}
.mt-35 {
    margin-top:35px;
}

.bottom-adds-content .content-add-two a:hover  {
    background-color: var(--theme-color);
}
.wuu-sec-content p a:hover, .list-cont li a:hover, .panel-body a:hover {
    color:#000;
}
.panel-default>.panel-heading a.show i.more-less.fa-solid.fa-plus  {
    display: none;
}
.panel-default>.panel-heading a.collapsed.show i.more-less.fa-solid.fa-plus {
    display: block;
}
.panel-default>.panel-heading a.collapsed.show i.fa-solid.fa-minus {
    display: none;
}
 .panel-default>.panel-heading {
     padding:0px;
 }
 
  .panel-default>.panel-heading a{
          padding: 10px 15px;
  }
  #reservation-form .search-opt li:nth-child(2) {
    display: none;
}
.sub-content-wu-sec h3 
{
        color: var(--text-color);
    font-size: 17px;
   font-weight: 800;
    padding-bottom: 2px;
    margin-bottom: 5px;
    font-family: "Red Hat Display", sans-serif;
        text-transform: capitalize;
}


.wuu-sec-content .demo {
    padding-top: 15px;
}
.table-main-wrapper .table-responsive tr th, .table-main-wrapper .table-responsive tr td {
    padding: 10px 20px;
}

/*.table-main-wrapper .table-responsive {*/
/*    width: 100%;*/
/*    max-width: 60%;*/
/*    padding-left: 10%;*/
/*}*/
.table-main-wrapper .table-responsive {
    width: 100%;
    max-width: 80%;
    padding-left: 4%;
}
.table-main-wrapper tr {
    font-size: 15px;
    font-family: "Red Hat Display", sans-serif;
}
.table-main-wrapper {
    background-size: cover;
    width: 100%;
    max-width: 100%;
    background-position: center center;
}
.table-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-color);
    border-radius: 5px;
    color: #fff;
    overflow:hidden;
    margin-top:10px;
}
.table-main-wrapper img.dining-img {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    height: 400px;
    object-fit: cover;
}

.table-main-wrapper .table-responsive table.table.table-bordered {
    margin-bottom: 0;
}

.table-main-wrapper .table-responsive tr th {
    background-color: #00000073;
}
.content-wrap-one .sub-content-wu-sec:last-child p:not(:last-child) {
    margin-bottom: 5px;
}

.panel-default>.panel-heading a {
    padding: 10px 15px;
    font-weight: 700;
    font-family: "Red Hat Display", sans-serif;
}
.table-main-wrapper .table-responsive tr td a {
    color: #fff !important;
}
.table-main-wrapper .table-responsive tr td a:hover {
    color: #000;
}
.table-main-wrapper .table-responsive h3 {
    color: #fff;
    font-size: 18px;
}

.wcu-sec-cont.four-pro-gird .heading-title-h2 {
    margin-bottom: 15px;
}
.content-wrap-one .heading-title-h2 a  , .sub-content-wu-sec h3 a{
    color: var(--theme-color);
}

.total-time-col i {
    font-size: 16px;
}

.top-main-call-wrap {
    background-blend-mode: multiply !important;
}
.panel-default>.panel-heading a:focus , a:focus , a:focus-visible{
    outline: none !important;
    text-decoration: none !important;
}
.footer-zone a {
    font-weight:600;
}
.footer-small-desc a:hover , .footer-zone a:hover{
    color: #76b38f;
}
@media (max-width:767px){
    .cus-row {

    flex-wrap: wrap;
}
.cus-row .col-cus-wcu {
    width: 100%;
}

.img-adds-col-box img {
    width: 100%;
    max-width: 100%;
}

.two-adds-cont .row .col-sm-4:not(:last-child) {
    margin-bottom: 20px;
}
.wcu-sec-cont .heading-title-h2  , .heading-title-h2{
    font-size: 24px !important;
    font-weight: 700 !important;
    font-family: "Red Hat Display", sans-serif;
    color: var(--text-color) !important;
    /*margin-top:0px;*/
    }
.cus-row .col-cus-wcu .inner-col-cus-wcu h3 {
    margin-top: 0px;
    font-size: 18px;
    padding-bottom: 5px;
}
.pt-35 {
    padding-top: 0px !important;
}
.pt-50 {
    padding-top: 0px !important;
} 
.cus-row .col-cus-wcu .inner-col-cus-wcu p {
    font-size: 15px;
 
}
.inner-page-wrapper {
    padding: 10px 0;
}
.deal-col {
    width: 100%;
}
.bottom-adds-content img {
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
    height:230px;
    object-fit: cover;
    object-position: right;
}
.bottom-adds-content .content-add-two {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 80%;
    left: 0;
    background-color: #ffffff94;
    padding: 20px 20px;
    right: 0;
    margin: auto;
}
.bottom-adds-content .content-add-two h2  , .adds-sec-wrap .add-content h2{
    font-family: "Red Hat Display", sans-serif;
    font-size: 24px !important;
    font-weight: 700 !important;
    padding-top: 0px !important;
    margin-top: 0;
}
.bottom-adds-content .content-add-two a {
    background-color: var(--theme-color);
    color: #fff !important;
    padding: 10px 20px;
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
}
.panel-body {
    padding: 15px;
    color: var(--text-color);
}
.adds-sec-wrap {
    background-size: cover;
    background-position: top;
}
.adds-sec-wrap .add-content h2, .adds-sec-wrap .add-content p {
    color: #fff !important;
    font-family: "Red Hat Display", sans-serif;
}

.adds-sec-wrap {
    padding: 30px;

} 
.adds-sec-wrap  , .two-adds-cont , .bottom-adds-content {
    margin-top:40px !important;
}

.disclaimer + .container.d-md-flex.py-4 {
    padding-bottom: 50px !important;
}
a {
    color: #76b38f !important;
    text-decoration: none;
}
.img-adds-col-box a {
    position: absolute;
    bottom: 20px;
    right: 42px;
    background-color: #fff;
    padding: 6px 20px;
    font-size: 16px;
    color: #000;
    border-radius: 5px;
}
.two-adds-cont .row .col-sm-4:nth-child(2) .img-adds-col-box a {
    bottom: 7px;
}
footer.footer-new .inner-page-quick-links a:hover {
    color: #fff !important;
}
.adds-sec-wrap .add-content {

    padding: 20px 15px;

}

.adds-sec-wrap .add-content a {

    padding: 10px 22px;
    width: 100%;
    text-align: center;
        margin-top: 15px;
}

.two-adds-cont .adds-two-content h2 {
    padding-top: 0px;
    margin-top: 0px;
}
.img-adds-col-box .adds-two-content span {
    margin-top:5px;
}

.img-adds-col-box .adds-two-content p {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 10px;
}
.wuu-sec-content p:not(:last-child) {
    margin-bottom: 10px;
}
.sub-content-wu-sec h3 {
    margin-top: 10px;
    padding-bottom: 5px;
}
.wcu-sec-cont .cus-row .col-cus-wcu:not(:last-child) .inner-col-cus-wcu {
    padding-bottom: 0px;
}

.table-main-wrapper .table-responsive tr th, .table-main-wrapper .table-responsive tr td {
    padding: 10px;
    word-wrap: break-word;
    white-space: normal !important;
    word-break: break-all !important;
}
.table-main-wrapper img.dining-img {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    height: 270px;
    object-fit: cover;
    object-position: inherit;
}
.table-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-color);
    border-radius: 5px;
    color: #fff;
    overflow: hidden;
    flex-direction: column-reverse;
    margin-top: 20px;
}
.table-main-wrapper .table-responsive {
    width: 100%;
    max-width: 100%;
    padding-left: 0px;
    margin-bottom:0px;
}

.two-adds-cont .adds-two-content h2 {
    color: #fff !important;
    font-weight: 700;
    font-size: 18px !important;
}

.mobile-main2.color-theme {
    background-color: var(--theme-color) !important;
}
.mobile-main2.color-theme .call-icon i

{
    color:var(--theme-color) !important;
}
.mobile-main2.top-tfn.active.color-theme {
    border-bottom: 2px solid #fff;
}
.top-main-call-wrap { 
    position:relative;
    z-index:999;
}
}
