img{max-width: 100%;}
ul {
    margin: 0;
    padding: 0;
}
.btn {
    min-width: 150px !important;
    border-radius: 6px !important;
}
.d-flex{
    display: flex;
    flex-wrap: wrap;
}
.set-width{width: calc(100% + 30px);margin-left: -15px;}
.set-bg{background-position: center center !important;background-size: cover !important;background-repeat: no-repeat !important;}
.content-container{padding: 50px 0;}
.heading h2, .heading1 h3 {font-size: 30px;font-weight: 600;}
.mar-40{margin-bottom: 40px;}
.mar-30{margin-bottom: 30px;}
.mar-20{margin-bottom: 20px;}

.btn-default,
.btn-default:focus { color: #bf8539 !important; background: #fff !important;border: solid 1px #fff !important; }
.btn-default:hover,
.btn-default:active { color: #fff !important; background-color: #bf8539 !important; border-color: #bf8539 !important; }
.btn-primary,
.btn-primary:focus { color: #fff !important; background-color: #bf8539 !important; border: solid 1px #bf8539 !important; }
.btn-primary:hover, .btn-primary:active { color: #bf8539 !important; background-color: #fff !important; border-color: #bf8539 !important; }


.hero-slider{overflow: hidden;}
.hero-slider-bg {position: relative;}
.hero-slider-bg img{width: 100%;}
.hero-slider-bg .hero-content
{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    text-align: center;
}
.hero-slider-bg h1 {
    background: rgba(0,0,0,0.7);
    color: #fff !important;
    display: inline-block;
    padding: 10px 20px !important;
    border-radius: 10px;
}
.smart-list li {
    position: relative;
    padding-left: 20px;
    list-style: none;
    font-size: 14px;
}
.smart-list li:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #b87b30;
    left: 0;
    top: 6px;
    border-radius: 10px;
}


/* ================= Tours End ================= */
.package-block{background: #fcfcfc;}
.package-list li{padding: 0 15px;}
.package-list-box {
    position: relative;
    overflow: hidden;
}
.package-list-box:hover {
    background: #fff;
    cursor: pointer;
}
.package-details {
    padding: 0 10px 10px 10px;
}
.package-details h3 {
    font-size: 25px;
}
.package-details .price {
    font-size: 18px;
    font-weight: 600;
}
.package-details .small-save {
    font-size: 10px;
}
.package-bg {
    min-height: 300px;
    border-radius: 6px;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    transition: all 0.5s;
}
.package-list-box:hover .package-bg {
    transform: scale(1.01);
}
.package-bg p {
    line-height: 20px;
    background: #b67d2c;
    color: #fff;
    padding: 4px 10px;
    border-top-right-radius: 6px;
}
.package-bg .rating {
    position: absolute;
    right: -10px;
    top: 0;
    background: #000;
    color: #fff;
    padding: 0 10px;
}
.package-bg .rating:after {
    content: "";
    position: absolute;
    border-left: 20px solid transparent;
    border-top: 10px solid #000000;
    right: 0px;
    top: 30px;
}
.package-list-box .price {
    font-size: 18px;
}
.package-list-box .price small {
    text-decoration-line: line-through;
}
.package-list-box .price span {
    font-size: 10px;
    color: #68042e;
    background: #fff;
    padding: 2px;
}
.package-list-box h3{
    margin: 10px 0 !important;
}
.package-list-box p {
    line-height: 20px;
}
.package-bg .rating i {
    height: auto !important;
    padding: 0;
    text-align: center;
    width: auto;
}


/*----*/
.slide-arrow{
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.prev-arrow{
  left: -40px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.next-arrow{
  right: -40px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.slick-dots {
    max-width: 200px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.slick-dots li {
    padding: 0 1px;
}
.slick-dots li button {
    height: 20px;
    width: 20px;
    line-height: 11px;
    border: none;
}


/* ================= Tours End ================= */



/* ================= Gallery Css Start ================= */
.destination-bg {
    height: 100%;
    min-height: 200px;
    display: flex;
    align-items: flex-end;
    position: relative;
    border-radius: 6px;
    cursor: pointer;
    transform: scale(1);
    transition: all 0.5s;
}
.destination-bg:hover {
    transform: scale(1.02);
}
.destination-bg:before{
    content: "";
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    left: 0;right: 0;
    position: absolute;
    border-radius: 6px;
}
.destination-bg h3 {
    color: #fff;
    position: relative;
    text-align: center;
    padding: 15px !important;
}
.mar-30-desktop{
    margin-bottom: 30px;
}
/* ================= Gallery Css End ================= */


.contact-block{
    background: #eee;
}


/* =============== Why Start ============== */
.quick-contact{background: #000;}
.srm-list-block {
    display: flex;
    flex-wrap: wrap;
}
.srm-list-block li {
    width: 16.66%;
    float: left;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
}
.srm-block-box {
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 6px;
    margin: 15px 0;
}
.srm-block-box img {
    width: 80px;
    margin: 0 auto 20px auto;
}
.srm-block-box h3 {
    font-size: 17px;
}
.service-list li{width: 33.33%;float: left;padding: 0 15px;list-style: none;}
.service-list-box {min-height: 380px;transition: all 0.5s; background: #f3f3f3;cursor: pointer; padding: 40px;margin: 15px 0;border-radius: 15px;position: relative;}
.service-list-box h3 {
    font-size: 30px;
    font-weight: 200;
    margin-bottom: 20px !important;
}
.service-list-box:hover {
   transform: scale(1.01);
   box-shadow: 0 0 0 #fff, 1px 4px 10px #ccc;
}
/*----*/
.committed-list li{width: 25%;float: left;padding: 0 15px;list-style: none;}
.committed-list-box {min-height: 380px;transition: all 0.5s; background: #fff;cursor: pointer; padding: 40px;margin: 15px 0;border-radius: 15px;position: relative;}
.committed-list-box h3 {
    font-size: 30px;
    font-weight: 200;
    margin-bottom: 20px !important;
}
.committed-list-box:hover {
   transform: scale(1.01);
   box-shadow: 0 0 0 #fff, 1px 4px 10px #ccc;
}
.side-contact {
    background: #eee;
    padding: 20px 30px 10px 30px;
    border-radius: 10px;
    position: sticky;
    top: 40px;
}
.button-group a {
    margin: 5px;
}
/* =============== Why End ============== */



.smart-tabs .vc_tta-tabs-list {
    margin-bottom: 30px !important;
}
.smart-tabs .vc_tta-tabs-list li a {
background: #fff;
    margin-right: 10px;
    border: 1px solid #eee !important;
    box-shadow: -1px 10px 10px #eee !important;
    padding: 10px 20px !important;
    min-width: 120px;
    text-align: center;
    border-radius: 6px !important;
    font-weight: 500;
    font-size: 16px;
}
.custom-nav-tabs {
    position: sticky;
    top: 0;
    z-index: 99;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-radius: 6px;
    background: #000;
}
.custom-nav-tabs ul {
    margin: 0;
}
.custom-nav-tabs ul li {
    display: inline-block;
}
.custom-nav-tabs ul li a {
    padding: 7px 20px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: 1px solid;
    margin: 5px;
}
.custom-nav-tabs ul li.active a {
    background: #bf8539;
    color: #fff;
}
.single-accordion .vc_toggle_title {
    background: #fcf3e8;
    padding: 10px 20px !important;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    border: 1px solid #eee;
}
.single-accordion h3 {
    font-weight: 600;
}
.single-accordion .vc_toggle_icon{
    left: auto !important;
    right: 20px;
}
.single-accordion .vc_toggle_icon:before, .single-accordion .vc_toggle_icon:after {
    width: 0 !important;
    font-size: 20px;
    height: 0 !important;
    font-style: normal;
}
.single-accordion.vc_toggle_active .vc_toggle_icon:before {
    content: "\f107" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    top: -20% !important;
}
.single-accordion .vc_toggle_icon:after {
    content: "\f104" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    top: -20% !important;
}
.single-accordion .vc_toggle_title small {
    background: #bf7b30 !important;
    color: #fff;
    padding: 2px 10px;
    border-radius: 15px;
    position: relative;
    top: -2px;
    margin-right: 5px;
    font-size: 13px;
}
.inlcude-list li {
    position: relative;
    list-style-type: none;
    padding-left: 25px;
}
.inlcude-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.inlcude-list.tick li:before {
    content: "\f058";
    color: #26d535;
}
.inlcude-list.cross li:before {
    content: "\f057";
    color: #f00;
}
.tour-package-pricing .mgt-pricing-table {
    border-radius: 6px;
    overflow: hidden;
}
/*.hotel-block button {*/
/*    background: #bf8539 !important;*/
/*    color: #fff !important;*/
/*    padding: 10px 20px !important;*/
/*    min-width: 150px !important;*/
/*}*/
.side-contact-fixed {
    position: sticky !important;
    top: 30px;
}
.mgt-item-price-title-holder h4 sup {
    text-decoration-line: line-through;
    background: #000 !important;
}
.mgt-item-price-title-holder h4 {
    font-size: 24px;
}
.itinerary-icons {
    background: #ffd7ac;
    border-radius: 6px;
    padding: 3px 10px !important;
}
.itinerary-icons li {
    display: inline-block;
    padding-right: 20px;
    font-size: 16px;
}
.custom-nav-tabs.for-mobile {
    display: none;
}
.img-responsive img {
    border-radius: 10px;
}
.single-accordion {
    border: 1px solid #000;
    padding: 10px !important;
}



.taxi-rentals-section {
    overflow: inherit !important;
}
.single-accordion.remove-mg {
    margin-bottom: 0px !important;
}






/* ============================= 
! Screen size below 1201px
 ============================= */

@media only screen and (max-width: 1200px) {

}




/* ============================= 
! Layout for ipad lanscape 
 ============================= */
@media only screen and (max-width: 1048px) {
    .srm-list-block li {
    width: 33.33%;
    display: block;
}
}

/*============================= 
! Layout for ipad portrait  
============================= */
@media only screen and (max-width: 991px) {
    
    .prev-arrow {
    left: 12px;
    z-index: 99;
            top: 48%;
}
.next-arrow{
    right: 37px;
    z-index: 99;
            top: 48%;
}
    
}
/* =============================  
 ! Layout for mobile(lanscape) version  
 ============================= */
@media handheld, only screen and (max-width: 767px) {
    .committed-list li, .service-list li{width: 100%;}
    .srm-list-block li {
    width: 50%;
    display: block;
}
.smart-gallery .d-flex {
    flex-flow: column;
}
.hero-slider-bg h1 {
    font-size: 30px;
}
.content-box {
    margin-bottom: 30px;
}
.mar-30-desktop{
    margin-bottom: 0;
}
.smart-gallery .col-md-6 {
    margin: 15px 0;
}
.package-list .slick-list {
    padding-right: 50px;
}
.custom-nav-tabs{
    padding: 10px 0 0 0 !important;
}
}
.custom-nav-tabs ul li a {
    padding: 8px 12px;
    min-width: auto;
    margin: 3px;
}
.single-accordion .vc_toggle_title {
    padding: 10px 40px 10px 20px !important;
}
body .wpb_button, body .wpb_content_element, body ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0;
}
.custom-nav-tabs ul li a {
    font-size: 15px;
}
.custom-nav-tabs.for-mobile {
    display: block;
}

}
/* ============================= 
 ! Layout for mobile(portrait) version  
 ============================= */
@media only screen and (max-width: 479px) {
 .srm-list-block li {
    width: 100%;
    display: block;
}
}
