
.product-grid.featured-section.tours.shop .country-image {
    margin: 0px 10px 10px 10px;
}
.product-grid.featured-section.tours.shop .pkg-detail-btm .btm-right .discnt span {
    padding-left: 0px;
    color: #FCB021;
}
.product-grid.featured-section.tours.shop .country-image .pkg-detail {
    padding: 16px 15px;
}
.product-grid.featured-section.tours.shop .country-image .pkg-detail .pkg-detail-btm {
    padding-top: 10px;
}

@media only screen and (min-width: 768px) {
    .shop-right.blog-wrp {
        display: inherit;
        margin-top: 0px;
    }
    .product-grid.featured-section.tours.shop {
        grid-template-columns: repeat(4,1fr);
        grid-column-gap: 0px;
        grid-row-gap: 10px;
        display: grid;
    }
}
.shop-right.blog-wrp .custom-checkbox .checkmark {
    height: 24px;
    width: 24px;
    min-width: inherit !important;
    border: 0 none;
}
.shop-right.blog-wrp .custom-checkbox .container .checkmark:after {
    left: 9px;
    top: 4px;
}
.shop-right.blog-wrp .custom-checkbox .container {
        padding-left: 35px;
}
.shop-right.blog-wrp .search-box input {
    background-position: 6% 50%;
    text-align: left;
    padding-left: 50px;
}
.shop-right.blog-wrp .select-dropdown {
    margin-bottom: 15px;
    position: relative;
}

.shop-right.blog-wrp .select-dropdown select {
    background: #F1F1F1;
    border-radius: 5px;
    border: 0;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    /* color: rgba(74, 74, 74, 0.5); */
    font-size: 16px;
    line-height: 19px;
    font-family: 'F37GingerPro-Regular';
    flex: 0 0 100%;
    margin: 5px 0px;
    max-width: 100%;
    background: #F1F1F1 url(../images/travel-packges/down.png) 88% 50% no-repeat;
    height: 40px;
    padding: 10px 60px 10px 50px;
    width: 100%;
}
.shop-right.blog-wrp .select-dropdown:after {
    content: "";
    position: absolute;
    left: 15px;
    top: 0px;
    background: url(../images/shop/select-dropdown-img.png) 88% 50% no-repeat;
    width: 24px;
    height: 22px;
    display: flex;
    align-items: center;
    height: 50px;
}
.shop-right.blog-wrp .select-dropdown.sorting-asc:after {
    background: url(../images/shop/select-dropdown-img-desc.png) 88% 50% no-repeat;
}
.shop-right.blog-wrp .search-box {
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
.shop-right.blog-wrp .search-box {
    width: 100%;
}
.shop-right.blog-wrp .select-dropdown {
    width: 100%;
}
.shop-lft-main {
    order: 2;
}
.product-grid.featured-section.tours {
    justify-content: center;
}
}

@media (min-width: 768px) and (max-width: 1023px) { 
    .product-grid.featured-section.tours.shop {
        grid-template-columns: repeat(2,1fr);
        grid-column-gap: 0px;
        grid-row-gap: 10px;
        display: grid;
    }
    .product-grid.featured-section.tours.shop .country-image {
        max-width: 90%;
        flex: 0 0 90%;
    }
    .shop-lft-main {
       flex: 0 0 100%;
       max-width: 100%;
       order: 2;
       margin-bottom: 30px;
    }
    .shop-rgt-main {
       flex: 0 0 100%;
       max-width: 100%;
       order: 1;
    }
    .shop-right.blog-wrp {
        max-width: 70%;
        margin: 0 auto;
    }
}

.content-wrapper.shop-banner .container-wrapper.section-wrapper {
    margin-top: 48px;
    margin-bottom: 78px;
}


.product-grid.featured-section.tours.shop .country-image .featured-tag {
    background: #F95858;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    padding: 7px 10px;
    position: absolute;
    left: 16px;
    top: 15px;
    font-size: 12px;
    font-family: 'F37GingerPro-Bold';
}

/*Product detail page*/
.img-display {
  overflow: hidden;
  /*border: 1px solid #e8e8e8;*/
  border-radius: 8px;
  max-height: 450px;
}

.img-showcase {
  display: flex;
  width: 100%;
  transition: all 0.5s ease;
  /*justify-content: center;
  align-items: center;
  max-height: 450px;*/
  
}

.img-showcase img {
  /*min-width: 100%;
  margin: 0 auto;*/
}

.img-select {
    grid-gap: 5px;
    margin-top: 24px;
    display: flex;
}

.img-select .img-item {
  
}
.img-select .img-item img {
    /*width: 95%;*/
    display: block;
    /*border: 1px solid #e8e8e8;*/
    border-radius: 8px;
    max-width: 85px;
}
.img-item:hover {
  opacity: 0.8;
}

.product-dtl .breadcum {
    margin-bottom: 15px;
    display: flex;
}
.product-dtl .breadcum span {
    font-family: 'F37GingerPro-Regular' !important;
    color: #9C9C9C !important;
    font-size: 14px !important;
    line-height: 16px !important;
    margin-right: 15px;
}
.product-dtl .breadcum span.arrow { 
    font-size: 20px !important;
}
.product-dtl p.product-ttl {
  margin-bottom: 10px;
  font-family: 'F37GingerPro-Bold';   
  font-size: 24px !important;
  line-height: 32px !important;
}
.product-dtl p.product-desc {
  margin-bottom: 24px;
    font-family: 'F37GingerPro-Regular' !important;
    color: #4A4A4A !important;
    font-size: 16px !important;
    line-height: 19px !important;
        text-align: justify;
}
.product-dtl .size p.label {
    font-family: 'F37GingerPro-Bold';
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 5px;
}
.product-dtl .size span {
    font-family: 'F37GingerPro-Bold';
    font-size: 16px !important;
    line-height: 24px !important;
    border-radius: 8px;
    border: 1px solid #454545;
    min-width: 120px;
    min-height: 40px;
    margin-right: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.product-dtl .size span.selected {
    background: rgba(11, 126, 138, 0.2);
   border: 1px solid #0B7E8A;
   color: #0B7E8A;
}

.product-dtl .addon {
    margin-top: 20px;
}
.product-dtl .addon .addon-inner {
    /*display: flex;*/
}
.product-dtl .size .size-inner {
    display: flex;
}
.product-dtl .addon p.label {
    font-family: 'F37GingerPro-Bold';
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 5px;
}
.product-dtl .addon span {
    font-family: 'F37GingerPro-Regular';
    font-size: 16px !important;
    line-height: 24px !important;
    border-radius: 8px;
    border: 1px solid #454545;
    min-width: inherit;
    min-height: inherit;
    margin-right: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    position: static;
    margin-bottom: 10px;
}
.product-dtl .addon span span {
    border: 0 none;
    min-width: inherit;
    min-height: inherit;
    margin-right: 0px;
    padding: 0px;
    margin-left: 0px;
    font-family: 'F37GingerPro-Bold';
    justify-content: right;
    margin-bottom: 0px;
}
.product-dtl .addon span.selected {
    background: rgba(11, 126, 138, 0.2);
   border: 1px solid #0B7E8A;
   color: #0B7E8A;
}
.product-dtl .actions {
    margin-top: 25px;
    align-items: center;
    border-bottom: 1px solid #9C9C9C;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.product-dtl .price-main  {
    margin-right: 40px;
}

.product-dtl .price-main .price-label {
    font-family: 'F37GingerPro-Regular';
    font-size: 16px;
    color: #4A4A4A;
    margin-bottom: 5px;
}
.product-dtl .price-main .value {
     font-family: 'F37GingerPro-Bold';
     color: #FCB021;   
     font-size: 32px;
    line-height: 36px;
    font-weight: bold;
}
.product-dtl .quantity-main {

}
.product-dtl .qty-label {
     font-family: 'F37GingerPro-Regular';
    font-size: 16px;
    color: #4A4A4A;
    margin-bottom: 5px;
}
.product-dtl .action-btns {
    margin-left: 7px;
    padding-top: 24px;
}
.product-dtl .action-btns .blue-btn {
    background: #0B7E8A;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);;
    border-radius: 35px;
    padding: 7px 34px;
    color: #fff;
    font-size: 16px;
    border: 0;
    font-family: 'F37GingerPro-Bold';
    min-height: 48px;
}
.product-dtl .action-btns .yellow-btn {
    min-height: 48px;
    margin-left: 7px;
}
.product-dtl .description-prod h2 {
    font-family: 'F37GingerPro-Bold';
     color: #4A4A4A;   
     font-size: 20px;
     margin-bottom: 15px;
}
.product-dtl .description-prod ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 22px;
}
.product-dtl .description-prod p {
        text-align: justify;
}
.product-dtl .description-prod p.ttl-desc{
    margin-bottom: 5px;
    text-decoration: underline;
}
.product-dtl .other-prod-section {

}
.other-prod-section {
    border-top: 1px solid #9C9C9C;
    padding: 34px 0 0 0 !important;
    margin-top: 40px;
}
.other-prod-section .country-image {
    max-width: 16.0%;
    flex: 0 0 16.0%;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 10%) !important;
}
.other-prod-section .pkg-detail-btm .btm-right .discnt span {
    padding-left: 0px;
    color: #FCB021;
}
.other-prod-section .may-like-wrp {
    padding: 0 0px;
    margin: 0 0 0px;
}
.other-prod-section .product-grid.featured-section .country-image .pkg-detail {
    padding: 16px 16px;
}
/*Quantity box*/
.quantity-main form {
  margin: 0 auto;
  text-align: center;
  padding-top:0px;
}

.value-button {
  display: inline-block;
  /*border: 1px solid #ddd;*/
  margin: 0px;
  width: 40px;
  text-align: center;
  vertical-align: middle;
  padding: 11px 0;
  /*background: #eee;*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.value-button:hover {
  cursor: pointer;
}

.quantity-main form #decrease {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
}

.quantity-main form #increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
}

.quantity-main form #input-wrap {
  margin: 0px;
  padding: 0px;
}

.quantity-main input#number {
  text-align: center;
  border: none;
  margin: 0px;
  width: 48px;
  height: 48px;
  background: #F1F1F1;
    border-radius: 8px;
    color: #454545;
}

.quantity-main input[type=number]::-webkit-inner-spin-button,
.quantity-main input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.product-dtl .actions {
        display: flex;
}
.prd-lft-img {
    margin-top: -100px;
}
@media (min-width: 1600px) {
    .prd-lft-img {
        max-width: 482px;
    }
    #modal-product-detail .modal-content .prd-lft-img {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
    .content-wrapper.shop-banner .container-wrapper.section-wrapper.detail-main .product-dtl {
         width: 80%;
    }
}

@media (max-width: 767px) {
    .prd-lft-img {
        margin-top: 0px;
    }
    .content-wrapper.shop-banner .container-wrapper.section-wrapper {
        margin-top: 18px;
    }
    .product-dtl {
        margin-top: 30px;
    }
    .product-dtl .qty-label {
        text-align: center;
    }
    .product-dtl .price-main {
        text-align: center;
        margin-right: 0px;
    }
    .product-dtl .action-btns {
        margin-top: 0px;
        text-align: center;
        margin-left: 0px;
        padding-top: 0px;
        margin-bottom: 20px;
    }
    .product-dtl .size span {
        min-width: 90px;
    }
    .product-dtl .addon span {
        margin-bottom: 10px;
        min-width: inherit !important;
    }
    .product-dtl .addon span span {
        margin-bottom: 0px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) { 
    .product-dtl .action-btns .blue-btn {
        margin-bottom: 10px;
    }
    .product-dtl .action-btns {
        text-align: right;
    }
    .product-dtl .size span {
        min-width: 90px;
    }
    .product-dtl .addon span {
        margin-bottom: 10px;
    }
    .product-dtl .addon span span {
        margin-bottom: 0px;
    }
}

.img-select .owl-prev span {
    background: url(../images/travel-packges/right-thin.png) 50% no-repeat;
    display: inline-block;
    width: 14px;
    height: 24px;
    text-indent: -9999px;
}

.img-select .owl-next span {
    background: url(../images/travel-packges/left-thin.png) 50% no-repeat;
    display: inline-block;
    width: 14px;
    height: 24px;
    text-indent: -9999px;
}

.img-select .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 99;
    width: 100%;
}

.img-select .owl-prev {
    left: -45px;
    background: transparent !important;
}

.img-select .disabled {
    opacity: 0.5;
}

.img-select .owl-next {
    right: -45px;
    background: transparent !important;
    float: right;
}

.img-select.owl-carousel .owl-nav button.owl-next,
.img-select.owl-carousel .owl-nav button.owl-prev {
    background: #FFFFFF !important;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    position: absolute;
    outline: none;
    margin: 0;
}
.img-select.owl-carousel .owl-nav button.owl-next {
  right:0px;
}
.img-select.owl-carousel .owl-nav button.owl-prev {
  left:0px;  
}

/*custom checkbox*/
.addon .container {
  display: initial;
  position: relative;
  /*padding-left: 35px;*/
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 50px;
      max-width: fit-content;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
}

/* Hide the browser's default checkbox */
.addon .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: fit-content;
  background-color: #fff;
  font-family: 'F37GingerPro-Bold';
    font-size: 16px !important;
    line-height: 24px !important;
    border-radius: 8px;
    /* border: 1px solid #454545; */
    border: none;
}

/* On mouse-over, add a grey background color */
.addon .container:hover input ~ .checkmark {
  background-color: #fff;
  border: 1px solid #454545;
}

/* When the checkbox is checked, add a blue background */
.addon .container input:checked ~ .checkmark {
  background: rgba(11, 126, 138, 0.2);
    border: 1px solid #0B7E8A !important;
    color: #0B7E8A;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.addon .container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.addon .container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}


/*radio */

.size .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 50px;
      max-width: 130px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
}

/* Hide the browser's default checkbox */
.size .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: fit-content;
  background-color: #fff;
  font-family: 'F37GingerPro-Bold';
    font-size: 16px !important;
    line-height: 24px !important;
    border-radius: 8px;
    /* border: 1px solid #454545; */
    min-width: 120px !important;
    border:none;
}

/* On mouse-over, add a grey background color */
.size .container:hover input ~ .checkmark {
  background-color: #fff;
  border: 1px solid #454545;
}

/* When the checkbox is checked, add a blue background */
.size .container input:checked ~ .checkmark {
  background: rgba(11, 126, 138, 0.2);
    border: 1px solid #0B7E8A;
    color: #0B7E8A;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.size .container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.size .container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}
@media (min-width: 768px) {
    .shop-right.blog-wrp .search-box .yellow-btn {
        display: none;
    }
}
@media (max-width: 767px) {
    .shop-right.blog-wrp .search-box {
      position: relative;
    }
    .shop-right.blog-wrp .search-box .yellow-btn {
        display: block;
        position: absolute;
        right: 0px;
        top: 0px;
        background: #FCB021;
        box-shadow: none;
        border-radius: 0px;
        padding: 7px 17px;
        color: #fff;
        font-size: 13px;
        border: 0;
        font-family: 'F37GingerPro-Bold';
        min-height: 39px;
    }
}
/*cart page*/
.cart-page .book-box-left {
    width: calc(100% - 450px);
}
.cart-page .book-box-left .book-box-left-wrp { 
    min-width: inherit;
    width: 100%;
}
.cart-page .pax-box .ttl .main-ttl {
    margin-bottom: 8px;
    max-width: 300px
}
.cart-page .pax-box .ttl .size {
    margin-bottom: 8px;
    font-size: 14px;
}
.cart-page .pax-box .ttl .addon-cart {
    margin-bottom: 8px;
    font-size: 14px;
}
.cart-page .pax-box .action-dlt img {
    margin-top: 10px;
}
.cart-page .bill-info table .main-ttl {
    font-size: 20px;
}
.bill-info table tr td:first-child {
    padding-left: 0;
    max-width: 50%;
    flex: 0 0 50%;
}
.bill-info table tr td.quantity {
    max-width: 15%;
    flex: 0 0 15%;
    font-weight: bold;
    text-align: right;
}
.bill-info table tr td.a-right {
    max-width: 35%;
    flex: 0 0 35%;
}


.cart-page .bill-info table tr td .qty {
    font-weight: bold;
}
.cart-page .bill-info table tr td:last-child {
    padding-right: 0;
    max-width: 35%;
    flex: 0 0 35%;
}
.bill-info table.btm-subtotal tr td.a-right {
    max-width: 50%;
    flex: 0 0 50%;
}
.checkout-page .bill-info table.btm-subtotal tr td:first-child {
    max-width: 60%;
    flex: 0 0 60%;
}
.checkout-page .bill-info table.btm-subtotal tr td:last-child {
    max-width: 40%;
    flex: 0 0 40%;
}
.checkout-page .bill-info table.btm-subtotal tr td:first-child {
    max-width: 60%;
    flex: 0 0 60%;
}
.checkout-page .bill-info table.btm-subtotal tr td:last-child {
    max-width: 40%;
    flex: 0 0 40%;
}
.cart-page .bill-info table.btm-subtotal tr td:first-child {
    max-width: 60%;
    flex: 0 0 60%;
}
.cart-page .bill-info table.btm-subtotal tr td:last-child {
    max-width: 40%;
    flex: 0 0 40%;
}
.cart-page .bill-info table tr td span.ttl {
    margin-right: 10px;
}
.cart-page .bill-info table tr td span.ttl span {
    font-family: 'F37GingerPro-Regular' !important;
    color: #9c9c9c;   
    font-style: italic;
    font-size: 12px;
}
.bill-info table tr td.fm-lg span {
    font-family: 'F37GingerPro-Regular' !important;
    color: #9c9c9c;
    font-style: italic;
    font-size: 12px;
    white-space: nowrap;
}
.cart-page .newletter-top .newletter-top-inner {
    display: flex;
    justify-content: space-between;
}
.blue-btn {
    background: #0B7E8A;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 15%);
    border-radius: 47px;
    border: 0 none;
    color: #fff;
    min-width: 96px;
    min-height: 48px;
    padding: 7px 15px;
}
.cart-page .newletter-top .newletter-top-inner .blue-btn {
    background: #0B7E8A;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 47px;
    border: 0 none;
    color: #fff;
    min-width: 96px;
}
.cart-page .newletter-top p.title-newsletter {
    color: #4a4a4a;
    font-size: 16px;
   font-family: 'F37GingerPro-Bold';
   font-weight: bold;
}
.cart-page .newletter-top input.product-newsletter {
    background: #F1F1F1;
    border-radius: 8px;
    height: 48px;
    border: 0 none;
    padding: 0 20px;
    width: 98%;
    margin-right: 10px;
}
.cart-page .pax-box tr {
    border-bottom: 1px solid #ddd;
}
.cart-page .pax-box tr:last-of-type td {
   padding: 16px 0 15px !important; 
}
.cart-page .pax-box tr td.counter {
    vertical-align: top !important;
}
.cart-page .pax-box tr td.red-font {
   vertical-align: top;
}
.cart-page .pax-box tr td {
   padding: 10px 0 22px !important;
}
.cart-page .pax-box tr td.action-dlt {
    text-align: right;
}
@media (max-width: 1024px) {
    .cart-page .pax-box tr td.product-img img {
        max-width: 70px;
        height: auto;
    }
    .cart-page .pax-box tr td {
        padding: 0px 0 22px !important;
    }
    /*.cart-page .pax-box tr td.ttl {
        display: block;
    }*/
    .cart-page .bill-info table tr td.fm-lg span {
        white-space: normal;
    }
   
    .cart-page .pax-box table {
       border-collapse: unset;
    }
    .cart-page .pax-box .counter .plus {
        padding-left: 0px;
    }
    .cart-page .pax-box .counter .minus {
        padding-right: 0px;
    }
    .cart-page .pax-box tr td.counter .number {
        text-align: center;
    }
}
.banner-section .box-image .box-text h1 {
    text-align: center;
}
 .cart-page .book-box-right .button-wrapper .white-btn {
        box-shadow: inherit;
        background: #fff;
    }
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .cart-page .book-travel-pg-wrp .book-box {
        display: inherit;
    }
    .cart-page .book-box-left {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .cart-page .book-box-right {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .cart-page .newletter-top {
        max-width: 400px;
        margin: 0 auto;
    }
    .cart-page .bill-info {
        margin: 30px auto;
    }
    .cart-page .book-travel-pg-wrp .book-box .book-box-right .button-wrapper {
        text-align: center;
    }
}
/*Shipping Address*/
.shipping-address .breadcum {
    padding:20px 0 ;
}
.shipping-address .page-title {
    font-family: 'F37GingerPro-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 36px;
    color: #4A4A4A;
    margin-bottom: 32px;
}
.shipping-address .add-address-button {
    background: #FCB021;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 47px;
    padding: 12px 24px;
    display: inline-block;
    min-width: 200px;
    text-align: center;
    margin-bottom: 32px;
    color: #fff;
}
.shipping-address .add-address-button a {
    font-family: 'F37GingerPro-Regular';
    color: #fff;
}
.shipping-address .add-address-button a:hover {
    color: #fff !important;
}
.shipping-address .address-box .box {
    border: 1px solid #4A4A4A;
    margin-right: 20px;
    max-width: 385px;
    width: 100%;
    padding: 16px;
    border-radius: 8px;
}
.shipping-address .address-box .box.active { 
    background: rgba(11, 126, 138, 0.2);
    border: 1px solid #0B7E8A !important;
    color: #0B7E8A;   
}

.shipping-address .address-box .box .box-name {
    margin-bottom: 10px;
}
.shipping-address .address-box .box .box-ttl {
    font-family: 'F37GingerPro-Bold';   
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.shipping-address .address-box .box .box-ttl span {
    float: right;
    color: #FCB021;
    font-weight: normal !important;
    font-family: 'F37GingerPro-Regular';
}
.shipping-address .address-box .box.active .box-ttl span {
    color: #333;
}
.section-wrapper.shipping-address {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}
.shipping-address .address-box .box .action-button .delete-btn {
    border-radius: 47px;
    border: 1px solid #4a4a4a;
    display: inline-block;
    text-align: center;
    padding: 6px;
    min-width: 120px;
    margin-right: 8px;
    color: #4a4a4a !important;
}
.shipping-address .address-box .box .action-button .delete-btn:hover {
    color: #4a4a4a !important;
}
.shipping-address .address-box .box .action-button .edit-btn {
    border-radius: 47px;
    border: 1px solid #0B7E8A;
    display: inline-block;
    text-align: center;
    padding: 6px;
    min-width: calc(100% - 133px);
    background: #0B7E8A;
    color: #fff;
}
.shipping-address .address-box .box .action-button .edit-btn:hover {
    color: #fff !important;
}
@media (min-width: 768px) {
    .shipping-address .address-box {
        margin-bottom: 30px;
        grid-template-columns: repeat(3,1fr);
        grid-column-gap: 25px;
        grid-row-gap: 25px;
        display: grid;
    }
}
@media (max-width: 767px) {
    .section-wrapper.shipping-address {
        padding: 0 15px;
     }
     .shipping-address .address-box .box .action-button .edit-btn {
        margin-top: 10px;
     }
     .shipping-address .address-box .box {
        margin-bottom: 10px;
     }
}
@media (max-width: 820px) { 
    .section-wrapper.shipping-address {
        padding: 0 15px;
    }
}
@media (max-width: 280px) { 
    .add-shipping-address .yellow-btn.save {
        margin-top: 10px;
     }
     .add-shipping-address .card-form-wrp .input-field .date-field.country-field select {
        max-width: 250px;
     }
     .add-shipping-address .card-form-wrp .input-field input {
         padding: 14px 10px;
     }
}

.content-wrapper.add-shipping-address .box-container-pg {
    max-width: 660px;
    margin: 0 auto;
}
.content-wrapper.add-shipping-address .card-form-wrp .input-field {
    max-width: 100%;
}
.input-field-main {
    display: flex;
    justify-content: space-between;
}
.input-field-main .input-small {
   width: 49%;
}
.card-form-wrp .input-field .date-field.country-field select {
    min-width: 100%;
    text-align: left;
    text-align-last: left;
}
.add-shipping-address .card-form-wrp .input-field .date-field.country-field select {
    padding: 14px 30px;
    background: #F1F1F1 url(../images/select-dropdown.png) 96% 50% no-repeat;
}
.add-shipping-address .card-form-wrp .input-field input {
    padding: 14px 30px;
}
.add-shipping-address .card-form-wrp .input-field span.required {
    color: red;
}
.add-shipping-address .border-btn , .add-shipping-address .yellow-btn  {
    min-height: 48px;
}

.prd-lft-img .product-imgs {
    position: relative;
}
.prd-lft-img .product-imgs .img-controls {
    position: absolute;
    top: 30%;
    width: 100%;
}
.prd-lft-img .product-imgs .img-controls #nextBtn {
  right: -10px !important;
}
.prd-lft-img .product-imgs .img-controls button {
  background: #FFFFFF !important;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  outline: none;
  margin: 0;
  box-shadow: 0px 2px 8px rgb(0 0 0 / 20%);
  border: 0 none;
}
.prd-lft-img .product-imgs .img-controls #nextBtn span {
  background: url(../images/travel-packges/slide-next-arrow.png) 50% no-repeat;
    display: inline-block;
    width: 14px;
    height: 24px;
    text-indent: -9999px;
}
.prd-lft-img .product-imgs .img-controls #previousBtn {
  left:-27px;
}
.prd-lft-img .product-imgs .img-controls #nextBtn {
  right:-17px;
}
.prd-lft-img .product-imgs .img-controls #previousBtn span {
  background: url(../images/travel-packges/slide-prev-arrow.png) 50% no-repeat;
    display: inline-block;
    width: 14px;
    height: 24px;
    text-indent: -9999px;
}
.prd-lft-img .product-imgs {
    position: relative;
}
.prd-lft-img .product-imgs .img-controls {
    position: absolute;
    top: 36%;
    width: 100%;
}
.prd-lft-img .product-imgs .img-controls #nextBtn {
  right: 10px !important;
  position: relative;
}
.prd-lft-img .product-imgs .img-controls button {
  background: #FFFFFF !important;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  outline: none;
  margin: 0;
  padding: 0;
}
.prd-lft-img .product-imgs .img-controls #nextBtn span {
  background: url(../images/travel-packges/left-thin.png) 50% no-repeat;
    display: inline-block;
    width: 14px;
    height: 24px;
    text-indent: -9999px;
}
.prd-lft-img .product-imgs .img-controls #previousBtn {
  left: 16px;
  position: absolute;
}
.prd-lft-img .product-imgs .img-controls #nextBtn {
  right: 16px !important;
  position: absolute;
}
.prd-lft-img .product-imgs .img-controls #previousBtn span {
  background: url(../images/travel-packges/right-thin.png) 50% no-repeat;
    display: inline-block;
    width: 14px;
    height: 24px;
    text-indent: -9999px;
}
    
/*travel package summary*/
.transport-box .custom-radio-box .checkmark {
    min-width: inherit !important;
}
.package-summary .book-box-left-wrp {

}
.package-summary .pax-box table {
    width: 100%;
}
.package-summary.book-travel-pg-wrp .book-box section {
    /*border-bottom: 1px solid #9C9C9C;*/
}
.content-wrapper.detail-package-page.book-travel-pg.package-summary .box-text h1 {
    text-align: left;
}
.content-wrapper.detail-package-page.book-travel-pg.package-summary section .transport-box li.active {
    background: rgba(11, 126, 138, 0.2);
    color: #0B7E8A;
}
.content-wrapper.detail-package-page.book-travel-pg.package-summary .package-summary .custom-checkbox .checkmark{
    min-width: inherit !important;
}
.content-wrapper.detail-package-page.book-travel-pg.package-summary .package-summary .checkmark {
    /*border: 0 none;*/
    min-width: inherit !important;
}
.content-wrapper.detail-package-page.book-travel-pg.package-summary .package-summary .custom-radio-box.addon-option-special .checkmark {
    min-width: inherit !important;
}
.book-travel-pg-wrp.package-summary .addon-main {
    max-width: 100%;
    margin-top: 30px;
}
.content-wrapper.detail-package-page.book-travel-pg.package-summary .package-summary .custom-checkbox .container input:checked~.checkmark {
    background: #0B7E8A;
    border: 0 none;
}
.content-wrapper.detail-package-page.book-travel-pg.package-summary .package-summary section .transport-box .more-info .bags::before {
    background: url(../images/transport/bag-summary.png) 0 50%;
    width: 12px;
    height: 16px;
}
.content-wrapper.detail-package-page.book-travel-pg.package-summary .package-summary section .transport-box .more-info .seats::before {
   background: url(../images/transport/people-summary.png) 0px 0px;
   width: 20px;
    height: 14px;
}
.content-wrapper.detail-package-page.book-travel-pg.package-summary .thankyou-checkout .book-box-left {
    /*width: 56%;
    width: 68%;*/
    /*width: calc(100% - 450px);*/
    width: calc(100% - 639px);
}
.content-wrapper.detail-package-page.book-travel-pg.package-summary .thankyou-checkout .book-box-right { 
    max-width: 630px;
}

.content-wrapper.detail-package-page.book-travel-pg.package-summary .package-summary .book-box-left {
    /*width: 56%;
    width: 68%;*/
    /*width: calc(100% - 450px);*/
    width: calc(100% - 639px);
}
.content-wrapper.detail-package-page.book-travel-pg.package-summary .package-summary .book-box-right { 
    max-width: 630px;
}

.content-wrapper.detail-package-page.book-travel-pg.package-summary .package-summary .may-like-wrp {
    margin: 0 0 0px;
    padding: 0 0px 15px 0px;
    border-bottom: 1px solid #9c9c9c;
}
.content-wrapper.detail-package-page.book-travel-pg.package-summary .package-summary .product-grid {
    grid-row-gap: 20px;    
    margin: 0px;
}
.content-wrapper.detail-package-page.book-travel-pg.package-summary .package-summary .bill-info table {
    /*border-bottom: 1px solid #9C9C9C;*/
}
.bill-info table.product-tbl tr td.cart-icon img {
    /*order: 3;*/
    max-width: 15px;
}
.bill-info table.product-tbl tr td.cart-icon img:hover {
    cursor: pointer;
}
.bill-info table.product-tbl tr td:first-child {
    max-width: none;
    flex: none;
}
.bill-info table.product-tbl tr td:last-child {
    max-width: none;
    flex: none;
}
.bill-info table.product-tbl td.counter .number {

}

.bill-info table.product-tbl td.counter span {
    cursor: pointer;
}


.bill-info table.product-tbl td.counter .minus,
.bill-info table.product-tbl td.counter .plus {
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    text-indent: -9999px;
}

.bill-info table.product-tbl td.counter .minus {
    background: url(../images/minus.png) 0 50% no-repeat;
    padding-right: 25px;
}

.bill-info table.product-tbl td.counter .plus {
    background: url(../images/plus.png) 100% 50% no-repeat;
    padding-left: 25px;
}

.bill-info table.product-tbl td.counter input {
    height: 40px;
    width: 40px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border-radius: 5px;
    border: 0;
    font-size: 18px;
    line-height: 22px;
    font-family: 'F37GingerPro-Bold';
}
.content-wrapper.detail-package-page.book-travel-pg.package-summary .package-summary .bill-info table tr, .content-wrapper.detail-package-page.book-travel-pg.package-summary .package-summary .bill-info table tbody {
    align-items: center;
    justify-content: space-between;
}
.content-wrapper.detail-package-page.book-travel-pg.package-summary .package-summary .bill-info table tr {
    display: flex !important;
    margin-bottom: 10px;
}

.package-summary .newletter-top .newletter-top-inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.package-summary .newletter-top .newletter-top-inner .blue-btn {
    background: #0B7E8A;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 47px;
    border: 0 none;
    color: #fff;
    min-width: 96px;
    max-height: 48px;
}
.package-summary .newletter-top .newletter-top-inner .form-group {
    width: 100%;
}
.package-summary .newletter-top p.title-newsletter {
    color: #4a4a4a;
    font-size: 16px;
   font-family: 'F37GingerPro-Bold';
   font-weight: bold;
}
.package-summary .newletter-top input.product-newsletter {
    background: #F1F1F1;
    border-radius: 8px;
    height: 48px;
    border: 0 none;
    padding: 0 20px;
    width: 98%;
    margin-right: 10px;
}
.package-summary .bill-info{
    max-width: 536px;
}




.card-form-wrp .date-field.country-field {
    display: inherit;
}
.content-wrapper.detail-package-page.book-travel-pg.package-summary .package-summary .may-like-wrp .pkg-detail {
    padding: 16px 10px;
}
.content-wrapper.detail-package-page.book-travel-pg.package-summary .package-summary .may-like-wrp .pkg-detail-btm .btm-right .discnt span {
    padding-left: 0px;
    color: #FCB021;
}
.content-wrapper.detail-package-page.book-travel-pg.package-summary .package-summary .book-travel-pg-wrp .book-box .book-box-right button {
    min-height: 48px;
}
.fixed-sidebar-container {
    position: fixed;
    bottom: 42px;
    right: 0px;
}
@media only screen and (max-width: 767px) {
    .content-wrapper.detail-package-page.book-travel-pg.package-summary section .transport-box li {
        display: flex;
    }
    .content-wrapper.detail-package-page.book-travel-pg.package-summary section .transport-box .more-info-wrp {
        display: inherit;
        margin-bottom: 15px;
    }
    .content-wrapper.detail-package-page.book-travel-pg.package-summary section .transport-box li .green-btn {
        display: inline;
    }
    .content-wrapper.detail-package-page.book-travel-pg.package-summary .book-travel-pg-wrp .book-box .book-box-right .button-wrapper .yellow-btn {
        margin-top: 10px;
    }
    .package-summary .bill-info {
        margin-bottom: 17px;
    }
    .content-wrapper.detail-package-page.book-travel-pg.package-summary .book-travel-pg-wrp .book-box .pax-box tr td .number {
        text-align: center;
        padding-bottom: 5px
    }
    .content-wrapper.detail-package-page.book-travel-pg.package-summary .pax-box .counter .minus {
        padding-right: 0px;
        display: inherit;
        margin: 7px auto;
    }
    .content-wrapper.detail-package-page.book-travel-pg.package-summary .pax-box .counter .plus {
        padding-left: 0px;
        display: inherit;
        margin: 7px auto;
    }
}
 .dropdown-menu-header .dropbtn.lang-dropdown.curr-dropdown { 
    background: #eee;
    border-radius: 5px;
    width: 62px;
    height: 62px;
    text-align: center;
    color: #454545;
    margin-left: 5px;
    margin-bottom: 10px;
}
.dropdown-menu-header .dropbtn.country-drop {
    background: url(../images/flag.png) left top no-repeat;
    width: 72px;
    height: 72px;
}
.dropdown-menu-header .dropbtn.lang-dropdown {
    background: url(../images/float-element.png) left top no-repeat;
    width: 72px;
    height: 72px;
}
@media (min-width: 768px) { 
    .book-box-right-wrp {
        position: sticky;
        top: 40px;
    }
}

/*checkout shipping information*/
.boxes-main .box {
    /*padding: 24px 16px;
    border: 1px solid #4A4A4A;
    box-sizing: border-box;
    border-radius: 8px;*/
}
.boxes-main .box .box-ttl {
    font-family: 'F37GingerPro-Regular';
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}
.boxes-main .box .box-name {
    font-family: 'F37GingerPro-Regular';
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 0px;
}
.boxes-main .box .box-adrs {
    font-family: 'F37GingerPro-Regular';
    font-size: 14px;
    font-weight: 400;
}
.boxes-main .box .box-adrs { 
    font-family: 'F37GingerPro-Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 0px;
}
.boxes-main .box .phone-number { 
    margin-bottom: 0px;
     font-family: 'F37GingerPro-Regular';
    font-size: 14px;
    font-weight: 400;
    margin-top: 7px;
 }
 .book-travel-pg-wrp.checkout-page .book-box .ylw-btn {
    margin-bottom: 16px;
 }
 .link-different {
    margin-top: 24px;
 }
 .link-different a {
    font-size: 16px;
    line-height: 24px;
    font-family: 'F37GingerPro-Regular';
    font-weight: 400;
    color: #0B7E8A;
 }
 .link-different a:hover {
    color: #0B7E8A !important;
 }
 .email-adrs-main {
    margin-top: 24px;
 }
 .form-shipping-adrs.content-wrapper.add-shipping-address  {
    border-bottom: 0 none;
    padding-bottom: 0px;
 }
 .package-summary.book-travel-pg-wrp .book-box section.order-notes {
    padding-top: 10px;
 }
 .package-summary.book-travel-pg-wrp.checkout-page .book-box section {
    border-bottom: 0 none;
    padding-bottom: 0px;
 }
 .package-summary.book-travel-pg-wrp .book-box section.addon-main {
    width: 100%;
 }

 @media (min-width: 768px) { 
    .boxes-main {
        grid-template-columns: repeat(3,1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        display: grid;
    }
 }
 @media (max-width: 767px) { 
    .boxes-main .box {
        margin-bottom: 20px;
    }
     .package-summary.book-travel-pg-wrp .book-box section.addon-main {
        order: 2;
        max-width: 100%;
    }
    .content-wrapper.detail-package-page.book-travel-pg.package-summary .package-summary .book-box-right {
        order: 3;
    }
    .product-dtl .breadcum {
        display: none;
    }
    .breadcum.mobile-only {
        margin-bottom: 15px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .breadcum.mobile-only span {
        font-family: 'F37GingerPro-Regular' !important;
        color: #9C9C9C !important;
        font-size: 14px !important;
        line-height: 16px !important;
        margin-right: 15px;
    }
    .breadcum.mobile-only span.arrow {
        font-size: 20px !important;
    }
    .book-travel-pg-wrp.cart-page .book-box .book-box-right {
        order: 2;
    }
    .product-dtl .action-btns .yellow-btn {
        margin: 0 auto;
        padding: 7px 25px;
    }
    .product-dtl .price-main .value {
        font-size: 32px;
    }
    .product-dtl .actions {
        display: initial;
    }
    .img-select.owl-carousel.owl-drag .owl-item {
        /*width: auto !important;*/
    }
  }
  @media (min-width: 768px) {
      .breadcum.mobile-only {
        display: none;
      }
    }
.boxes-main .box.selected {
    background: rgba(11, 126, 138, 0.2);
    border: 1px solid #0B7E8A;
    color: #0B7E8A;
}  
.product-dtl.checkout-rgt {
    margin-bottom: 20px;
}  
 .product-dtl.checkout-rgt .addon .addon-inner {
    display: inherit;
 }
 .product-dtl.checkout-rgt .addon .container {
    max-width: inherit;
 }
 .product-dtl.checkout-rgt .addon span {
    max-width: inherit; 
    border: 0 none;
    padding-left: 0;
 }
 .content-wrapper.detail-package-page.book-travel-pg.package-summary .package-summary .product-dtl.checkout-rgt .checkmark {
    border: 1px solid #454545;
    width: 100%;
    justify-content: space-between;
    font-weight: bold;
    padding-left: 20px;
 }
 .order-detail .order-dtl-tbl {
    width: 100%;
    margin-top: 10px;
 }
 .order-detail .order-dtl-tbl tr td.value {
    font-weight: bold;
    text-align: right;
 }
 .address-main {
    margin-top: 20px;
 }
 .address-main .adrs-tbl {
    width: 100%;
 }
 .address-main .adrs-tbl p.ttl-adr {
    font-weight: bold;
    font-size: 18px;
 }
 .address-main .adrs-tbl td {
    vertical-align: top;
 }
 .address-main .adrs-tbl p.adr-name { 

 }
 .thankyou-checkout .button-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 30px;
 }
 .thankyou-checkout .button-wrapper .white-btn {
    padding: 7px 34px;
    font-family: 'F37GingerPro-Bold';
    border: 1px solid #4A4A4A;
    margin-right: 17px;
    background: #fff;
    box-shadow: none;
    min-height: 44px;
 }
 .thankyou-checkout .button-wrapper .yellow-btn {
    min-height: 48px;
 }
 .thankyou-checkout .button-wrapper .white-btn {
    min-height: 48px;
    background: #fff;
 }
 .thankyou-checkout {
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 32px;
    padding: 20px;
    margin-top: -60px;
    position: relative;
    margin-bottom: 30px;
 }
@media (max-width: 767px) { 
    .thankyou-checkout .button-wrapper { order: 2; }
    .thankyou-checkout .button-wrapper .white-btn {
        margin-bottom: 10px;
        background: #fff;
    }
    .bill-info table tr td.quantity {
        padding-left: 4px;
    }
}
.thank-ttl {
        text-align: center;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(74, 74, 74, 0.2);
}
.thank-ttl h3{
    font-weight: bold;
font-size: 40px;
line-height: 48px;
color: #0B7E8A;
}
.thank-ttl p {
    font-weight: normal;
font-size: 24px;
line-height: 32px;
color: #4A4A4A;
}
.box .container {
    position: relative;
    padding: 0;
    cursor: pointer;
}
.box .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    left: 0;
    top: 0;
}
.box .container .checkmark {
    width: 100%;
    justify-content: space-between;
    font-weight: bold;
    position: relative;
    border: 1px solid #4A4A4A;
    border-radius: 8px;
    padding: 22px 16px 14px 24px;
    display: inline-block;
}
.box .container input:checked ~ .checkmark {
   background: rgba(11, 126, 138, 0.2);
    border: 1px solid #0B7E8A !important;
    color: #0B7E8A;
}

.right-header .nav-cart {
    margin-left: 40px;
   position:relative;
}
.right-header .nav-cart .counter {
  background: #F95858;
  border-radius: 20px;
  color:#fff;
  font-size:12px;
  justify-content:center;
  position:absolute;
  min-width:24px;
  min-height:24px;
  text-align:center;
  vertical-align:middle;
  display:flex;
  top:-15px;
  right:-15px;
  align-items: center;
}
.content-wrapper.add-shipping-address .card-form-wrp .input-field .card-verification .cvv-input .iti.iti--allow-dropdown input {
    padding: 14px 49px;
}
.content-wrapper.detail-package-page.book-travel-pg.checkout-page .box-text h1 {
    text-align: center;
}

/*Modal Popup cart page*/
#package-product-detail .prd-lft-img {
    margin-top: 0px;
}
#package-product-detail .modal-header {
  border-bottom:0 none;
  padding: 1rem 1rem 0rem 1rem;
}


li.nav-item.shop-icon::after {
    background: url(../images/menu-icons/cart-menu-icn.svg);
    position: absolute;
    width: 24px;
    height: 21px;
    top: 7px;
    margin-top: 0;
}

@media only screen and (min-width: 1200px) {
    .header-wrapper .navigation .navbar-nav li.nav-item {
        display: inline;
        float: left;
        padding: 0 5px;
    }
}
@media only screen and (min-width: 1900px) {
    .header-wrapper .navigation .navbar-nav li.nav-item {
        display: inline;
        float: left;
        padding: 0 10px;
    }
}
.content-wrapper.add-shipping-address .card-form-wrp .input-field .card-verification .cvv-input .iti.iti--allow-dropdown {
    width: 100%;
}
.content-wrapper.add-shipping-address .card-form-wrp .input-field .card-verification .cvv-input .iti.iti--allow-dropdown .iti__selected-flag {
    max-height: 44px;
}
.cart-empty-msg {
    padding: 35px 0;
    text-align: center;
}
.variant-name-sm {
    font-family: 'F37GingerPro-Regular' !important;
    color: #9c9c9c;
    font-style: italic;
    font-size: 12px;
}
.bill-info table tr td.action-dlt {
    max-width: initial;
    flex: initial;
    order: 2;
}
.bill-info table tr td.a-right {
    order: 3;
    padding-right: 0;
}
.thankyou-checkout .bill-info table tr td.a-right {

}
.bill-info table tr td span.ttl.fm-bold span {
     font-family: 'F37GingerPro-Regular' !important;
    color: #9c9c9c;
    font-style: italic;
    font-size: 12px;
}
.bill-info table tr {
    align-items: self-end;
}
.bill-info table tr.product-row {
    align-items: center !important;
}
.bill-info table.btm-subtotal tr {
    align-items: center;
}
.bill-info table tr td span.ttl {
    white-space: normal;
    word-break: break-word;
}
.bill-info table tr td span.ttl span.qty {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #4A4A4A !important;
}

.no-product-main.product-grid.featured-section.tours.shop {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.no-product-main.product-grid.featured-section.tours.shop p {
    color: red;
    font-weight: bold;
}
.fixed-sidebar-container .dropdown-menu-header .dropdown {
    padding-right: 10px;
}
footer .footer-top {
 background: #4a4a4a url(../images/footer-bg.png) center top no-repeat;
 background-size: cover;
}
footer .footer-top .footer-box .address {
 font-family: 'F37GingerPro-Regular';
}
footer .footer-top .footer-box .phone-number {
 font-family: 'F37GingerPro-Regular';
}
footer .footer-top .footer-box .email {
 font-family: 'F37GingerPro-Regular';   
}
footer .footer-top .footer-box .address {
    background: url(../images/map-icon-ph2.png) no-repeat;
    padding: 0px 0 0 30px;
}
footer .footer-top .footer-box .phone-number {
    background: url(../images/phone-icon-ph2.png) 0 50% no-repeat; 
    padding: 15px 0 0 30px;
}
footer .footer-top .footer-box .email {
    background: url(../images/email-icon-ph2.png) 0 50% no-repeat;
    padding: 13px 0 0 30px;
}

/*Footer width change*/
@media only screen and (min-width: 768px) {
footer .footer-wrapper .logo-info {
        -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
        padding: 15px 0 0;
    }
    footer .footer-wrapper .about-info {
        -webkit-flex: 0 0 10%;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
    }
    footer .footer-wrapper .contact-info {
        -webkit-flex: 0 0 10%;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
    }
    footer .footer-wrapper .packages-info {
        -webkit-flex: 0 0 14%;
        -ms-flex: 0 0 14%;
        flex: 0 0 14%;
        max-width: 14%;
    }
    footer .footer-wrapper .address-info {
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
    .bill-info table tr td.fm-lg span.summary_totalpay {
        font-family: 'F37GingerPro-Regular';
        font-style: normal;   
        font-weight: bold;
        color: #222;
        font-size: 18px;
    }
    /* .toastme-content {
        padding-left: 37px;
    } */
    .blog-pg .custom-checkbox .checkmark {
        min-width: inherit !important;
        border: 0 none;
    }
    .pax-box .button-wrapper .white-btn {
        padding: 7px 34px;
    font-family: 'F37GingerPro-Bold';
    border: 1px solid #4A4A4A;
    min-height: 48px;
    margin-right: 10px;
    background: #fff;
    }

@media only screen and (min-width: 768px) {
  .content-wrapper.shop-banner .container-wrapper.section-wrapper.detail-main {
        padding-left: 162px;
  }
  .other-prod-section {
        max-width: 87%;
    }
}

@media only screen and (min-width: 1370px) { 
   .content-wrapper.shop-banner .container-wrapper.section-wrapper.detail-main {
        padding-left: 145px;
  } 
}
@media only screen and (min-width: 1600px) { 
   .content-wrapper.shop-banner .container-wrapper.section-wrapper.detail-main {
        padding-left: 126px;
  } 
}
@media only screen and (min-width: 1700px) { 
   .content-wrapper.shop-banner .container-wrapper.section-wrapper.detail-main {
        padding-left: 145px;
  } 
}

@media only screen and (min-width: 1024px) {
    footer .footer-wrapper {
        padding: 48px 0 12px;
    }    
}

@media only screen and (min-width: 1024px) {
    .may-like-wrp .product-grid .country-image {
        /*max-width: 21.5%;
        flex: 0 0 21.5%;*/
        max-width: 23.5%;
        flex: 0 0 23.5%;
        margin: 0 5px;
        max-width: 185px !important;
        margin-bottom: 25px !important;

    }    
    .container-wrapper.section-wrapper.trl-dtl .may-like-wrp .product-grid .country-image {
        max-width: 296px !important;
        flex: 0 0 296px;
        cursor: pointer;
    }
    .detail-package-page .container-wrapper.section-wrapper.trl-dtl.package-summary .may-like-wrp .product-grid .country-image {
        /*max-width: 21.5%;
        flex: 0 0 21.5%;*/
        max-width: 22.5%;
        flex: 0 0 23.5%;
        margin: 0 5px;
        max-width: 185px !important;
        margin-bottom: 25px !important;
    }
}
.container-wrapper.section-wrapper.trl-dtl .may-like-wrp .product-grid .country-image {
        cursor: pointer;
    }
.container-wrapper.section-wrapper.book-travel-pg-wrp.package-summary.checkout-page .book-box-right {
    max-width: 420px;
}
.bill-info table.product-tbl tr td span.ttl {
    /*width: 127px;*/
}
.shipping-address .address-box .box .address {
    margin-bottom: 3px;
}
.book-travel-pg-wrp .book-box .book-box-right .button-wrapper button {
    min-height: 48px;
}
.book-travel-pg-wrp .book-box .book-box-right .button-wrapper .yellow-btn {
    min-width: 200px;
}
.book-travel-pg-wrp .book-box .book-box-right .button-wrapper .white-btn { 
    color: #4a4a4a !important;
}

.book-travel-pg-wrp .book-box {
    margin-bottom: 70px;
}
.book-travel-pg-wrp.thankyou-checkout .book-box {
    margin-bottom: 12px;
}
.book-travel-pg-wrp.cart-page .pax-box .button-wrapper .white-btn {
    box-shadow: none;
    background: #fff;

}
.cart-page .pax-box tr td.product-img img {
    border-radius: 8px;
    margin-right: 10px;
}
.update-qty-btn {
    margin-top: 15px;
}
.product-dtl .price-main .value.text-danger {
    font-size: 20px;
    margin-top: -15px;
    margin-bottom: 0;
}
.product-dtl .actions.out-of-stock {

}
ul.pagination-wrp {
    margin-bottom: 0px;
}

#productOrders .card-block .bookings-data-content-wrp .bookings-data-content-block .left-right-wrp .bookings-data-content-left table {
    background: transparent !important;
}
#productOrders .card-block .bookings-data-content-wrp .bookings-data-content-block .left-right-wrp .bookings-data-content-left table td {
    border: 0 none !important;
}
#travel-package .card-block .bookings-data-content-wrp .bookings-data-content-block .left-right-wrp .bookings-data-content-left table td {
    border: 0 none !important;
}
#travel-package .card-block .bookings-data-content-wrp .bookings-data-content-block .left-right-wrp .bookings-data-content-left table {
    border-radius: 8px;
}
#travel-package .card-block .bookings-data-content-wrp .bookings-data-content-block .left-right-wrp .bookings-data-content-left table tr {
    border-bottom: 1px solid #9c9c9c;
}
.bill-info table td span.qty {
    font-weight: bold;
}
.card-block .bookings-data-content-wrp .bookings-data-content-block .left-right-wrp .bookings-data-content-left table td.ttl span.d-block {
    margin-bottom: 8px;
}
.booking-detail-wrp .card:nth-child(odd) {
    background: transparent !important;
}
.booking-detail-wrp #accordion:nth-child(odd) {
    background: #f6f6f6 !important;
}
.booking-detail-wrp #accordion:nth-child(even) {
    background: #fff !important;
}

.booking-detail-wrp:nth-child(2) #accordion .card:nth-child(odd) {
    background: #f6f6f6 !important;
}
.booking-detail-wrp:nth-child(2) #accordion .card:nth-child(even) {
    background: #fff !important;
}

.my-account-banner .banner-bg-img.h-200 {
    min-height: 200px;
}
.account-nhy-wrp-right ul.pagination-wrp {
    margin-bottom: 30px;
    margin-left: 0;
}
.content-wrapper.detail-package-page.book-travel-pg.package-summary .package-summary .may-like-wrp a.load-more {
    padding-left: 0px !important;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding-top: 35px;
    color: #4a4a4a;
}
.booking-btn {
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 15%);
}

@media only screen and (max-width: 768px) {
    .header-wrapper .nav-item.nav-right {
        display: flex;
        width: 100%;
        justify-content: space-between;
    } 
    .section-wrapper .product-grid.featured-section img {
        object-fit: contain;
    }
    .section-wrapper .may-like-wrp .product-grid.featured-section img {
        object-fit: contain !important;
    }
    .variation-tooltip {
        text-align: center;
    }
    footer .footer-top .footer-box .address {
        background: none;
        padding-left: 0;
    }
    footer .footer-top .footer-box .phone-number {
        background: none;
        padding-left: 0;
    }
    footer .footer-top .footer-box .email {
        background: none;
        padding-left: 0;
    }
    .may-like-wrp .product-grid .country-image {
        max-width: 46%;
        flex: 0 0 46%;
        margin-bottom: 0px;
    }
}

@media (min-width: 320px) and (max-width: 568px) {
    section .transport-box .more-info .bags {
        padding: 0 0px 10px 0px;
        display: block;
        max-width: 100%;
        flex: 0 0 100%;
    }
}

.copyright-text span p {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 400;
}
.footer-copyright .footer-wrapper {
    padding: 16px 0;
}
.footer-copyright .footer-wrapper .copyright-wrapper .copyright-links a {
    padding: 0 15px 0 15px;
    line-height: 20px;
    display: inline-block;
    font-size: 12px;
    font-family: 'F37GingerPro-Regular' !important;
}
.footer-copyright .footer-wrapper .copyright-wrapper .row {
    align-items: center;
}
.section-wrapper .other-prod-section .may-like-wrp .product-grid.featured-section img {
    border-radius: 5px 5px 0 0;
    height: auto;
    max-width: 206px;
    object-fit: contain;
    margin: 0 auto;
}

@media only screen and (min-width: 1024px){ 
    .section-wrapper .other-prod-section .may-like-wrp .product-grid.featured-section .country-image {
        margin: 0 5px;
        max-width: 155px !important;
    }
}
@media only screen and (min-width: 1600px){ 
    .section-wrapper .other-prod-section .may-like-wrp .product-grid.featured-section .country-image {
        margin: 0 5px;
        max-width: 196px !important;
    }
}

.book-travel-pg-wrp.package-summary .add-on-box .input-field textarea {
    max-width: 100%;
}
.book-travel-pg-wrp.package-summary .addon-main {
    max-width: calc(100% - 608px);
}

@media only screen and (max-width: 767px) {
    .banner-section .box-image img {
        width: 100%;
        min-height: 227px;
        object-fit: cover;
    }    
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .bookings-data-content-right .bill-info table tr td:last-child {
        padding-right: 0;
        max-width: 35%;
        flex: 0 0 35%;
    }
    .bookings-data-content-right .bill-info table.btm-subtotal tr td.a-right {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .bookings-data-content-right .bill-info table.pax-booking tr td:last-child {
        padding-right: 0;
        max-width: 50%;
        flex: 0 0 50%;
    }
    .bookings-data-content-right .bill-info table.transport-booking tr td:last-child {
        padding-right: 0;
        max-width: 50%;
        flex: 0 0 50%;
    }
}
.card-block .bookings-data-content-wrp .bookings-data-content-block .left-right-wrp .bookings-data-content-left {
    max-width: 60%;
    flex: 0 0 60%;
    padding-right: 30px;
}
.card-block .bookings-data-content-wrp .bookings-data-content-block .left-right-wrp .bookings-data-content-right {
    max-width: 40%;
    flex: 0 0 40%;
}

.left-header li a.nav-link {
    padding-left: 0px !important;
}
.book-travel-pg-wrp.cart-page .pax-box .button-wrapper .white-btn.clear-cart-btn {
    float: right;
    margin-top: 15px;
    color: #4a4a4a !important;
}
.section-wrapper .may-like-wrp .product-grid.featured-section img {
    height: auto;
    object-fit: contain;
}
.footer-copyright .footer-wrapper .copyright-wrapper .copyright-links a:first-child {
    border-right: 0 none;
}
@media only screen and (min-width: 1200px)
.sm-menu {
    max-width: 115px;
    min-width: 115px !important;
}

@media only screen and (min-width: 1200px) {
    .sb-menu {
        left: 5px !important;
    }
}
@media only screen and (min-width: 1370px) {
    .may-like-wrp .product-grid {
        padding: 20px 0 0px 0px;
    }    
    .may-like-wrp .ttl {
        padding: 0;
        padding-left: 18px !important;
    }
    .left-header li.nav-item::after {
        display: none;
    }
}
.pax-box .red-font {
    vertical-align: top;
}
@media only screen and (max-width: 767px) {
    .value-button {
        display: block;
        margin: 0 auto;
    }
    .prd-lft-img .product-imgs .img-controls {
        top: 35%;
    }
    #package-product-detail .prd-lft-img .product-imgs .img-controls {
        top: 36%;
    }
    .bill-info table.product-tbl tr.product-row td.counter {
        padding-left: 0px !important;
        padding-top: 0px !important;
    }
    .bill-info table.product-tbl tr.product-row td.counter .number {
        text-align: center;
            margin-bottom: 15px;
    }
    .bill-info table.product-tbl tr td span.ttl {
        display: initial;
    }
    .bill-info table.product-tbl td.counter span.product-minus {
        padding-top: 0px;
        margin: 0px auto 10px;
        display: block;
        padding: 0;
    }
    .bill-info table.product-tbl td.counter span.product-plus {
        padding-top: 0px;
        margin: 15px auto 0px;
        display: block;
        padding: 0;
    }
    .bill-info table.product-tbl td.counter span.product-minus {
        padding-top: 0px;
        margin: 0px auto 10px;
        display: block;
        padding: 0;
    }
    .bill-info table.product-tbl td.counter span.product-plus {
        padding-top: 0px;
        margin: 15px auto 0px;
        display: block;
        padding: 0;
    }
    .pax-box tr td.ttl {
        vertical-align: middle !important;
        padding: 0 0 22px !important;
    }
    .pax-box tr td.red-font{
        vertical-align: middle !important;
        padding: 0 0 0px !important;
    }
    .cart-page .pax-box tr td.red-font {
        vertical-align: top !important;
    }
    .cart-page .pax-box tr td.ttl {
        vertical-align: top !important;
    }
    .pax-box tr td.counter {
        vertical-align: middle !important;
        padding: 0 0 0px !important;
    }
    .book-travel-pg-wrp .book-box section {
        padding: 0px 0 15px;
    }
    .book-travel-pg-wrp .book-box section .pax-box {
        margin-top: 0px;
    }
    .cart-page .pax-box tr td.product-img img {
        margin-right: 0px;
    }
    .content-wrapper.detail-package-page.book-travel-pg.package-summary .pax-box .counter .minus {
        margin-top: 0px;
    }
    .bill-info table tr td:first-child {
            max-width: 50%;
            flex: 0 0 50%;
    }
    .bill-info table tr td:last-child {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .bill-info table.product-tbl td.counter span {
        display: block;
    }
    .book-travel-pg-wrp .book-box .book-box-right .button-wrapper {
        text-align: right;
    }
    .content-wrapper.detail-package-page.book-travel-pg.package-summary.checkout-page .package-summary .bill-info table tr td:first-child {
            max-width: 40%;
            flex: 0 0 40%;
    }
    .content-wrapper.detail-package-page.book-travel-pg.package-summary.checkout-page .package-summary .bill-info table tr td.quantity {
            max-width: 20%;
            flex: 0 0 20%;
    }
    .content-wrapper.detail-package-page.book-travel-pg.package-summary.checkout-page .package-summary .bill-info table tr td:last-child {
            max-width: 40%;
            flex: 0 0 40%;
    }
    .content-wrapper.detail-package-page.book-travel-pg.package-summary.checkout-page .package-summary .bill-info table.btm-subtotal tr td:first-child {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .content-wrapper.detail-package-page.book-travel-pg.package-summary.checkout-page .package-summary .bill-info table.btm-subtotal tr td:last-child {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .content-wrapper.detail-package-page.book-travel-pg.package-summary.checkout-page .package-summary .bill-info table tr.normal_pax_tr td:first-child {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .content-wrapper.detail-package-page.book-travel-pg.package-summary.checkout-page .package-summary .bill-info table tr.normal_pax_tr td:last-child {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .content-wrapper.detail-package-page.book-travel-pg.package-summary.checkout-page .package-summary .bill-info table tr.child_pax_tr td:first-child {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .content-wrapper.detail-package-page.book-travel-pg.package-summary.checkout-page .package-summary .bill-info table tr.child_pax_tr td:last-child {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .content-wrapper.detail-package-page.book-travel-pg.package-summary.checkout-page .package-summary .bill-info table tr.infant_pax_tr td:first-child {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .content-wrapper.detail-package-page.book-travel-pg.package-summary.checkout-page .package-summary .bill-info table tr.infant_pax_tr td:last-child {
        max-width: 50%;
        flex: 0 0 50%;
    }
    /*.bill-info table tr.product-row td:last-child {
        max-width: 50%;
        flex: 0 0 50%;
    }*/
}

#modal-product-detail .modal-content {
    padding: 24px !important;
}
#modal-product-detail .modal-header {
    position: absolute;
    right: 0;
    padding: 0 24px 0 0;
    z-index: 9999;
}
#modal-product-detail .modal-header ~ .col-md-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media (min-width: 1280px) and (max-width: 1600px) {
    .product-dtl .price-main {
        margin-right: 18px;
    }
    .product-dtl .price-main .value {

    }

}

@media (min-width: 991px) {
    .pax-box tr td.ttl {
        width: 60%;
    }
    .pax-box tr:last-of-type td {
        padding: 0 0 22px;
    }
    .pax-box .red-font {
        width: 20%;
        text-align: center;
        vertical-align: middle;
        padding-bottom: 0 !important;
    }
    .pax-box tr td.counter {
        width: 15%;
        text-align: right;
        vertical-align: middle;
        padding-bottom: 0;
    }

    .cart-page tr td.ttl {
        width: auto;
    }
    .cart-page .red-font {
        width: auto;
        text-align: left;
    }
    .cart-page tr td.counter {
        width: auto;
        text-align: center;
    }
}

.bill-info table#summary_totals tr td.a-right {
    max-width: 60%;
    flex: 0 0 60%;
}
.bill-info table#summary_totals tr td.a-right:last-child {
    max-width: 40%;
    flex: 0 0 40%;
}
@media only screen and (min-width: 1024px) { 
    .content-wrapper.detail-package-page.book-travel-pg.package-summary .package-summary .product-grid { 
        grid-template-columns: repeat(4,1fr);
        grid-column-gap: 5px;
        grid-row-gap: 5px;
        display: grid;
    }
}
@media only screen and (min-width: 1400px) { 
    .content-wrapper.detail-package-page.book-travel-pg.package-summary .package-summary .may-like-wrp a.load-more {
        width: 100%;
    }
    .content-wrapper.detail-package-page.book-travel-pg.package-summary .package-summary .product-grid {
        grid-column-gap: 5px;   
        /*justify-content: space-around;*/
    }
}

@media only screen and (min-width: 1600px) { 
    .content-wrapper.detail-package-page.book-travel-pg.package-summary .package-summary .product-grid {
        /*justify-content: start;*/
        margin: 0px;
        grid-column-gap: 18px;
    }
    .may-like-wrp .product-grid .country-image {
        max-width: 22.5%;
        flex: 0 0 22.5%;
        margin: 0 5px;
        max-width: inherit !important;
        margin-bottom: 25px !important;
    }
    .may-like-wrp .product-grid .country-image:nth-child(4n) {
        margin-right: 0px;
    }
    .book-travel-pg-wrp.package-summary .add-on-box .input-field textarea {
        max-width: 898px;
    }
 }
.booking-detail-wrp .table-wrp .bookings-data td.status-col {
    width: 20%;
}
.booking-detail-wrp .table-wrp .bookings-data td.name {
    width: 24%;
}

@media only screen and (max-width: 767px) {
    .modal .value-button {
        display: block;
        margin: 0 auto;
    }
    .booking-detail-wrp .table-wrp .bookings-data td.date {
        width: 30%;
    }
    .booking-detail-wrp .table-wrp .bookings-data td.status-col {
        width: 30%;
        padding-right: 32px;
    }
    .booking-detail-wrp .table-wrp td.id {
        width: 18%;
    }
    .content-wrapper.detail-package-page.book-travel-pg.package-summary .package-summary .may-like-wrp a.load-more {
        margin-left: 0px;
    }
    .card-block .bookings-data-content-wrp .bookings-data-content-block .left-right-wrp .bookings-data-content-left {
        max-width: 100%;
        flex: 0 0 100%;
        padding-right: 0;
        margin: 0 0 13px;
    }
    .card-block .bookings-data-content-wrp .bookings-data-content-block .left-right-wrp .bookings-data-content-right {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .bill-info.bill-info-booking table tr.product-row td.a-right {
        max-width: 35%;
        flex: 0 0 35%;
    }
    .thankyou-checkout .bill-info table tr td.a-right {
        max-width: 35%;
        flex: 0 0 35%;
    }
    .button-wrapper.customize-checkout-btn .yellow-btn {
        display: inline-block;
    margin-top: 20px;
    }
}
.left-header li.nav-item::after {
    display: none;
}
@media only screen and (min-width: 1024px) {
    .banner-section .box-text.box-text-wrapper .box-text-wrp h1 {
        font-size: 50px;
        margin: 0 0 10px;
        text-align: left;
    }
}
@media only screen and (min-width: 768px) {
    .package-summary .thankyou-checkout  .bill-info{
        min-width: 536px;
    }
}
.section-wrapper .product-grid.featured-section img {
    object-fit: contain !important;
}

.trl-pkg-pg .tour-input-set {
    margin: 50px 0 0px !important;
}
.tour-input-set .input-set {
    justify-content: space-between;
}
.tour-input-set select.month {
    margin-left: 10px !important;
}
.trl-pkg-pg .product-grid.featured-section.tours .country-image {
    margin: 24px 14px 0px !important;
}
.trl-pkg-pg .product-grid.featured-section.tours img {
    width: 100% !important;
    object-fit: cover !important;
}
.section-wrapper .product-grid.featured-section.tours img {
    object-fit: cover !important;
}
.section-wrapper .product-grid.featured-section.tours.shop img {
    object-fit: contain !important;
}
.thankyou-checkout .bill-info table tr {
    align-items: flex-start;
}
@media only screen and (max-width: 767px) {
    .cart-page .pax-box .action-dlt img {
        margin-top: 0px;
    }
    .cart-page .pax-box tr td.action-dlt {
        vertical-align: top;
    }
    .thankyou-checkout .button-wrapper .white-btn {
        margin-right: 0px !important;
        color: #4a4a4a !important;
    }
    .thankyou-checkout .bill-info table tr {
        align-items: center;
    }
    .tour-input-set select.month {
        margin-left: 5px !important;
    }
    .tour-input-set .input-set {
        justify-content: center !important;
    }
    #modal-product-detail .modal-content {
        height: 80vh;
        overflow: auto;
    }
    .bookings-data-content-button .del-btn.btn   {
        text-align: center;
    }
    .detail-package-page.book-travel-pg .box-image img {
        min-height: 227px !important;
    }

}
.product-grid.featured-section.tours .owl-theme .owl-nav {
    margin-top: -40px;
}
.tr-pricecharter-pg .vehicle-detail {
    margin-bottom: 15px;
}
.tr-book-pg .form-wrapper .row-box-wrp .row-box .input-field input:focus {
    border: 1px solid #80bdff;
}
.input-group.password-div .form-control:focus {
    border: 1px solid #80bdff;
}
.input-group.password_confirmation .form-control:focus {
    border: 1px solid #80bdff;
}
.form-control:focus {
    border: 1px solid #80bdff;
}
.card-table-wrp {
    overflow: auto;
}
.footer-box .logo span.ftr-btm-text {
    font-style: italic;
}
.button-wrapper.customize-checkout-btn .yellow-btn {
    float: right;
}
.content.review-box .review-btn {
        margin-top: 15px;
}
.customize-checkout-btn {
    text-align: right;
}
.section-wrapper .hightlight-box .may-like-wrp .product-grid.featured-section img {
    height: 200px;
    object-fit: contain;
}
.banner-section .box-image .button-wrapper.box-text {
    z-index: 999;
}

footer .footer-top .footer-box .email {
    padding: 0px 0 0 30px;
    min-height: 20px;
}

footer .footer-wrapper .packages-info {
 -webkit-flex: 0 0 11%;
    -ms-flex: 0 0 11%;
    flex: 0 0 11%;
    max-width: 11%;
}
footer .footer-wrapper .contact-info {
    -webkit-flex: 0 0 11%;
    -ms-flex: 0 0 11%;
    flex: 0 0 11%;
    max-width: 11%;
}
footer .footer-wrapper .about-info {
    -webkit-flex: 0 0 11%;
    -ms-flex: 0 0 11%;
    flex: 0 0 11%;
    max-width: 11%;
}
footer .footer-wrapper .contact-info {
    -webkit-flex: 0 0 11%;
    -ms-flex: 0 0 11%;
    flex: 0 0 11%;
    max-width: 11%;
}