img {
    width: 100%;
}


.destination-area {
    margin-bottom: 38px;
}

.sec-title_two {
    position: relative;
    text-align: center;
    margin-bottom: 32px;
}

.sec-title_two .bid-title {
    position: relative;
    font-size: 76px;
    font-weight: 700;
    line-height: 1em;
    color: #0000000f;
    text-transform: uppercase;
    font-family: var(--font-family-Oswald);
}

.sec-title_two .title {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    position: absolute;
    top: 24px;
    font-weight: 400;
    color: var(--main-color);
    text-transform: uppercase;
    font-size: 22px;
    /* line-height: var(--font-34); */
    letter-spacing: 0.25em;
}

.sec-title_two .pera {}

.opacity-bg {
    z-index: 100;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000040;
}

.seasonal-tour {
    margin-bottom: 38px;
}

.seasonal-tour .tour-section {
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 1px 2px 6px rgb(23 23 23 / 28%);
}

.seasonal-tour .tour-section .img-set {}

.seasonal-tour .tour-section .img-set img {}

.seasonal-tour .tour-section .tour-info {}

.seasonal-tour .tour-section .tour-info h3 {}

.seasonal-tour .tour-section .tour-info p {}

.seasonal-tour .tour-section .tour-info button {}

.Spiritual-tour {
    margin-bottom: 38px;
}

.Spiritual-tour .owl-spiritual {}

.Spiritual-tour .owl-spiritual .owl-stage {}

.Spiritual-tour .owl-spiritual .owl-stage .owl-item {}

.Spiritual-tour .owl-spiritual .owl-stage .owl-item .item {
    padding-bottom: 14px;
    padding-left: 4px;
}

.best-selling {
    background: #f4f4f4;
    padding-top: 28px;
    background: url(../images/hills.jpg);
    background-size: contain;
    padding-bottom: 42px;
}

.best-selling ul {}

.best-selling ul li {
    margin-bottom: 18px;
}

.best-selling ul li .packages {
    display: flex;
    border: #d1d1d1 1px solid;
    border-radius: 10px;
    padding: 6px 6px;
    box-shadow: 1px 1px 5px rgb(23 23 23 / 28%);
    background: #fff;
}

.best-selling ul li .packages .img-set {
    width: 24%;
    /* padding: 5px 5px; */
    border-radius: 10px;
    overflow: hidden;
}

.best-selling ul li .packages .img-set img {}

.best-selling ul li .packages .pack-details {
    padding: 12px 0px 0px 13px;
    width: 60%;
    line-height: 25px;
}

.best-selling ul li .packages .pack-details h3 {
    font-size: 18px;
    font-weight: 600;
}

.best-selling ul li .packages .pack-details .nights {
    font-size: 15px;
}

.best-selling ul li .packages .pack-details .cover-city {
    font-size: 13px;
}

.best-selling ul li .packages .pack-details .include {
    margin-top: 9px;
}

.best-selling ul li .packages .pack-details .include span {
    font-size: 21px;
    margin-right: 7px;
    color: #0ab157;
}

.best-selling ul li .packages .price-booking {
    display: flex;
    align-items: anchor-center;
    flex-wrap: wrap;
    justify-content: end;
    padding: 0px 10px;
}

.best-selling ul li .packages .price-booking .price-set {
    text-align: right;
}

.best-selling ul li .packages .price-booking .price-set .pax {
    display: block;
    font-size: 10px;
    font-weight: 600;
    color: #4d4b4a;
}

.best-selling ul li .packages .price-booking .price-set .sale-p {
    display: block;
    font-size: 19px;
    font-weight: 600;
    color: #0ab157;
}

.best-selling ul li .packages .price-booking .price-set .real-p {
    font-size: 13px;
    color: #555555;
    text-decoration: line-through;
}

.best-selling ul li .packages .price-booking .price-action {}

.best-selling ul li .packages .price-booking .price-action a {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #ff4838;
    background: #ffffff;
    border: 1px solid #ff4838;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 6px 14px;
    transition: all 0.3s;
    white-space: nowrap;
}

.best-selling ul li .packages .price-booking .price-action a i {
    margin-left: 5px;
    transition: all 0.2s;
}

.best-selling ul li .packages:hover .price-booking .price-action a {
    background: var(--c-primary);
    color: #fff;
}

.best-selling ul li .packages:hover .price-booking .price-action i {
    transform: translateX(5px);
}


.package-wrapper{
    background: #edf7ff;
}

.testimonial-set{
    padding-top: 30px;
}

.testimonial-set .tasti-block{
    padding: 16px 23px;
    background: #fff5f5;
    border-radius: 20px;
}
.testimonial-set .tasti-block .name-set{
    display: flex;
    margin-bottom: 10px;
}
.testimonial-set .tasti-block .name-set .img-set{}
.testimonial-set .tasti-block .name-set .img-set{
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 30px;
    margin-right: 10px;
}
.testimonial-set .tasti-block .name-set .name{}
.testimonial-set .tasti-block .name-set .name h4{
    font-size: 14px;
}
.testimonial-set .tasti-block .name-set .name .star{
    font-size: 13px;
}
.testimonial-set .tasti-block .read-review{}
.testimonial-set .tasti-block .read-review p{
    font-size: 13px;
}
.testimonial-set .tasti-block .gallery{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
}
.testimonial-set .tasti-block .gallery .img-b{
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 6px;
}
.testimonial-set .owl-testimonial{
  
}
.testimonial-set .owl-testimonial .owl-dots{
  
}
.testimonial-set .owl-testimonial .owl-dots .owl-dot span{
  
width: 36px;
  
height: 5px;
  
background: #b3b3b3;
}
.testimonial-set .owl-testimonial .owl-dots .owl-dot.active{
  
}
.testimonial-set .owl-testimonial .owl-dots .owl-dot.active span{
  
width: 36px;
  
height: 5px;
  
background: #FF5722;
}


#sync1 .item {
  background: #0c83e7;
  /* padding: 80px 0px; */
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 36px;
  text-align: center;
  overflow: hidden;
}

#sync2 .item {
  background: #C9C9C9;
  /* padding: 10px 0px; */
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}
#sync2 .item h1 {
  font-size: 18px;
}
#sync2 .current .item {
  background: #0c83e7;
  border: #FF5722 3px solid;
}

.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*='owl-'] {
  transition: all .3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}

#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
#sync1.owl-theme .owl-prev {
  left: 10px;
}
#sync1.owl-theme .owl-next {
  right: 10px;
}

.form-set-pop {}
.form-set-pop {}
.form-set-pop .modal-header{
    border: none;
    padding: 0;
}
.form-set-pop .modal-header .modal-title{}
.form-set-pop .modal-header .btn-close{
    position: absolute;
    right: 0;
    top: 0;
    background: #FF5722;
    opacity: 1;
    color: #fff;
    z-index: 10;
    line-height: 0;
}
.form-set-pop .modal-body {}
.form-set-pop .modal-body .head-set{border-bottom: #d6d6d6 1px solid;padding-bottom: 13px;margin-bottom: 16px;text-align: center;}
.form-set-pop .modal-body .head-set h3{
    font-size: 17px;
    font-weight: 600;
}
.form-set-pop .modal-body .head-set p{
    font-size: 14px;
}
.form-set-pop .form-group{
    position: relative;
}
.form-set-pop .form-group .form-control{
    height: 42px;
    font-size: 14px;
}
.form-set-pop .form-group .form-select{
    height: 42px;
    font-size: 14px;
}
.form-set-pop .form-group label{
  
font-size: 13px;
  
margin-bottom: 3px;
}
.form-set-pop .form-group .ic-right{
  
font-size: 20px;
  
position: absolute;
  
right: 11px;
  
top: 30px;
  
color: #FF9800;
}
.form-set-pop .form-group button{
  
border: #FF5722 1px solid;
  
width: 100%;
  
margin-top: 23px;
  
border-radius: 8px;
  
padding: 9px 0px;
  
background: #ff5722;
  
color: #fff;
}


.destination-info {}
.destination-info .info-content{}
.destination-info .info-content h2{}
.destination-info .info-content h3{}
.destination-info .info-content p{}

 .web-quote{
      width: 28%;
      margin: 0 auto;
      position: fixed;
      z-index: 100;
      bottom: 15px;
      background: #4f220a;
      left: 0;
      right: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 6px 0px;
      border-radius: 4px;
}
 .web-quote p{
    color: #fff;
    margin-right: 18px;
}
 .web-quote button{
    background: #ff9800;
    border: none;
    font-size: 14px;
    padding: 6px 17px;
    border-radius: 4px;
    color: #fff;
    transition: 0.2s;
}

.horizontal-shake{
    animation: horizontal-shaking 0.75s infinite;
}

 @keyframes horizontal-shaking {
    0% { transform: translateX(0) }
    25% { transform: translateX(5px) }
    50% { transform: translateX(-5px) }
    75% { transform: translateX(5px) }
    100% { transform: translateX(0) }
  }
 .mob-quote{display: none;}
 .mob-quote .tabs{
    width: 25%;
    display:  flex;
    align-items: center;
    justify-content: center;
    border-right: #f1f1f1 1px solid;
    background: #FF9800;
    /* z-index: 1000; */
    /* color: #fff; */
}
 .mob-quote .tabs a{
    width: 100%;
    height: 100%;
    display:  flex;
    align-items: center;
    justify-content: center;
    padding: 9px 0px;
    font-size: 25px;
    color: #fff;
}

 .mob-quote .tabs:last-child {border: none;}




@media only screen and (max-width: 480px) {

    .sec-title_two .bid-title {

        font-size: 50px;
    }

    .sec-title_two .title {

        top: 14px;
        font-weight: 400;

        font-size: 16px;

    }

    .sec-title_two .pera {
        font-size: 12px;
    }

    .best-selling ul li .packages {
        padding: 6px 6px;
        flex-wrap: wrap;
    }
    .best-selling ul li .packages .img-set {
    width: 26%;
}
.best-selling ul li .packages .pack-details {
    padding: 0px 10px;
    width: 69%;
    line-height: 22px;
}
.best-selling ul li .packages .pack-details h3 {
    font-size: 15px;
    font-weight: 600;
}
.best-selling ul li .packages .pack-details .nights {
    font-size: 13px;
}
.best-selling ul li .packages .pack-details .cover-city {
    font-size: 12px;
}
.best-selling ul li .packages .pack-details .include span {
    font-size: 18px;
    margin-right: 7px;
    color: #0ab157;
}
.best-selling ul li .packages .pack-details .include {
    margin-top: 4px;
}
.breadcrumb-style-one {
    /* background: url(../images/banner/breadcrumb-bg.png) no-repeat center; */
    background-size: cover;
    padding: 10px 0;
    /* margin-top: 85px; */
    background: #4f220a;
}
 .web-quote {display: none;}
.mob-quote{display: flex;position: fixed;bottom: 0;width: 100%;z-index: 1000;}
.footer-area .footer-bottom {
    background: #fe9700;
    color: #0e0e0e;
    padding: 13px 0;
    margin-bottom: 53px;
}
.footer-area .footer-bottom .policy-links .policy-list {
    display: flex
;
    padding: 0px 0;
}
.footer-area .footer-bottom .policy-links .policy-list li {
    margin-right: 14px;
    position: relative;
}
.footer-area .footer-main-wrapper .footer-widget .footer-gallary-grid {
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    padding-top: 15px;
    margin-bottom: 22px;
}
.best-selling ul li .packages .price-booking {
    display: flex;
    align-items: anchor-center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 4px 10px;
    width: 100%;
}
.best-selling ul li .packages .price-booking .price-set {
    text-align: left;
    line-height: 21px;
}
.best-selling {
    background: #f4f4f4;
    padding-top: 28px;
    background: url(../images/hills.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 18px;
}
.best-selling ul li .packages .price-booking .price-action a {

    font-size: 11px;

}
header .header-style-four {
padding: 0;
}
#sync2 .item {
  
    border-radius: 4px;
   
}
#sync1 .item {
 
    border-radius: 18px;
   
}
.footer-area .footer-main-wrapper {

    padding-top: 48px;

}
.footer-area .footer-main-wrapper .footer-about p {
    font-size: 14px;
    line-height: 27px;

}
.footer-area .footer-main-wrapper .footer-about .footer-social-wrap {
    padding-top: 20px;
    padding-bottom: 24px;
}
.footer-area .footer-main-wrapper .footer-about .footer-social-wrap h5 {

    font-size: 20px;

}
.footer-area .footer-main-wrapper .footer-about .footer-social-wrap .footer-social-links {

    flex-wrap: wrap;
    padding-top: 7px;
}
.footer-area .footer-main-wrapper .footer-about .footer-social-wrap .footer-social-links li a i {
    font-size: 20px;
    transition: 0.35s;
}
.footer-area .footer-main-wrapper .footer-about .footer-social-wrap .footer-social-links li {
    margin-right: 13px;
    margin-top: 10px;
}
.footer-area .footer-main-wrapper .footer-widget .footer-widget-title {
    font-family: var(--f-primary);
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 0px;
}
.footer-area .footer-main-wrapper .footer-widget .footer-links li {
    padding-top: 5px;
}
.footer-area .footer-main-wrapper .footer-widget .footer-links li a {

    font-size: 13px;
   
}
}