

@media (min-width: 1400px){

.bg-5 {
  background: rgba(0, 0, 0, 0) url("../../images/bg/5.jpg") no-repeat scroll left top / 105% auto;
}



}



 .bg-4 {
  background: rgba(0, 0, 0, 0) url("../../images/bg/4.jpg") no-repeat scroll center center / cover ;
}

 .bg-6 {
  background: rgba(0, 0, 0, 0) url("../../images/bg/6.jpg") no-repeat fixed 0 0 / cover ;
}
 .bg-7 {
  background: rgba(0, 0, 0, 0) url("../../images/tour-details/booking-table/1.jpg") no-repeat fixed 0 0 / cover ;
}

/**! 9. Background overlay **/
[data-overlay] {
    position: relative;
}
[data-overlay]:before {
    position: absolute;
    content: '';
    background: #3f51b5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
[data-overlay] *:not(.background-image-holder):not(.instafeed--background) {
    z-index: 2;
}
[data-overlay].image--light:before {
    background: #fff;
}
[data-overlay].bg--primary:before {
    background: #425cbb;
}
[data-overlay="1"]:before {
    opacity: 0.1;
}
[data-overlay="2"]:before {
    opacity: 0.2;
}
[data-overlay="3"]:before {
    opacity: 0.3;
}
[data-overlay="4"]:before {
    opacity: 0.4;
}
[data-overlay="5"]:before {
    opacity: 0.5;
}
[data-overlay="6"]:before {
    opacity: 0.6;
}
[data-overlay="7"]:before {
    opacity: 0.7;
}
[data-overlay="8"]:before {
    opacity: 0.8;
}
[data-overlay="9"]:before {
    opacity: 0.9;
}
[data-overlay="10"]:before {
    opacity: 1;
}
[data-overlay="0"]:before {
    opacity: 0;
}
[data-black-overlay] {
    position: relative;
}
[data-black-overlay]:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
[data-black-overlay] *:not(.background-image-holder):not(.instafeed--background) {
    z-index: 2;
}

[data-black-overlay].image--light:before {
    background: #fff;
}
[data-black-overlay].bg--primary:before {
    background: #425cbb;
}
[data-black-overlay="1"]:before {
    opacity: 0.1;
}
[data-black-overlay="2"]:before {
    opacity: 0.2;
}
[data-black-overlay="3"]:before {
    opacity: 0.3;
}
[data-black-overlay="4"]:before {
    opacity: 0.4;
}
[data-black-overlay="5"]:before {
    opacity: 0.5;
}
[data-black-overlay="6"]:before {
    opacity: 0.6;
}
[data-black-overlay="7"]:before {
    opacity: 0.7;
}
[data-black-overlay="8"]:before {
    opacity: 0.8;
}
[data-black-overlay="9"]:before {
    opacity: 0.9;
}
[data-black-overlay="10"]:before {
    opacity: 1;
}
[data-black-overlay="0"]:before {
    opacity: 0;
}

[data-black-overlay="0"] > div{
  z-index: 5;
  color: #fff;
}






[data-scrim-bottom] {
    position: relative;
}
[data-scrim-bottom]:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 80%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #232323 100%);
    bottom: 0;
    left: 0;
    z-index: 1;
    backface-visibility: hidden;
}
[data-scrim-bottom]:not(.image--light) h1,
[data-scrim-bottom]:not(.image--light) h2,
[data-scrim-bottom]:not(.image--light) h3,
[data-scrim-bottom]:not(.image--light) h4,
[data-scrim-bottom]:not(.image--light) h5,
[data-scrim-bottom]:not(.image--light) h6 {
    color: #b3b3b3;
}
[data-scrim-bottom]:not(.image--light) p,
[data-scrim-bottom]:not(.image--light) span,
[data-scrim-bottom]:not(.image--light) ul {
    color: #f6f6f6;
}
[data-scrim-bottom].image--light:before {
    background: #fff;
}
[data-scrim-bottom="1"]:before {
    opacity: 0.1;
}
[data-scrim-bottom="2"]:before {
    opacity: 0.2;
}
[data-scrim-bottom="3"]:before {
    opacity: 0.3;
}
[data-scrim-bottom="4"]:before {
    opacity: 0.4;
}
[data-scrim-bottom="5"]:before {
    opacity: 0.5;
}
[data-scrim-bottom="6"]:before {
    opacity: 0.6;
}
[data-scrim-bottom="7"]:before {
    opacity: 0.7;
}
[data-scrim-bottom="8"]:before {
    opacity: 0.8;
}
[data-scrim-bottom="9"]:before {
    opacity: 0.9;
}
[data-scrim-bottom="10"]:before {
    opacity: 1;
}
[data-scrim-top] {
    position: relative;
}
[data-scrim-top]:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 80%;
    background: linear-gradient(to bottom, #232323 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    left: 0;
    z-index: 1;
}
[data-scrim-top]:not(.image--light) h1,
[data-scrim-top]:not(.image--light) h2,
[data-scrim-top]:not(.image--light) h3,
[data-scrim-top]:not(.image--light) h4,
[data-scrim-top]:not(.image--light) h5,
[data-scrim-top]:not(.image--light) h6 {
    color: #b3b3b3;
}
[data-scrim-top]:not(.image--light) p,
[data-scrim-top]:not(.image--light) span,
[data-scrim-top]:not(.image--light) ul {
    color: #f6f6f6;
}
[data-scrim-top].image--light:before {
    background: #fff;
}
[data-scrim-top="1"]:before {
    opacity: 0.1;
}
[data-scrim-top="2"]:before {
    opacity: 0.2;
}
[data-scrim-top="3"]:before {
    opacity: 0.3;
}
[data-scrim-top="4"]:before {
    opacity: 0.4;
}
[data-scrim-top="5"]:before {
    opacity: 0.5;
}
[data-scrim-top="6"]:before {
    opacity: 0.6;
}
[data-scrim-top="7"]:before {
    opacity: 0.7;
}
[data-scrim-top="8"]:before {
    opacity: 0.8;
}
[data-scrim-top="9"]:before {
    opacity: 0.9;
}
[data-scrim-top="10"]:before {
    opacity: 1;
}




/**! 10. Section title **/




/**! 11. Input **/
input[type=text],
input[type=email],
input[type=password]{
    width: 100%;
}
select {
    width: 100%;
    
}
input:focus {
    background: transparent;
    border: 1px solid #ffb300;
}
textarea {
    resize: vertical;
    background: #F6B00A;
    border: 1px solid #F6B00B;
    padding: 10px;
    width: 100%;
    font-size: 14px;
}
textarea:focus {
    background: transparent;
    border: 1px solid #ffb300;
    outline: none;
}

/**! 13. Basic margin padding **/
.m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
/*************************
         Margin top
*************************/
.mt-0 { margin-top: 0 }
.mt-10 { margin-top: 10px;margin-bottom: 50px; }
.mt-15 { margin-top: 15px }
.mt-20 { margin-top: 20px }
.mt-30 { margin-top: 30px }
.mt-40 { margin-top: 40px }
.mt-50 { margin-top: 10px }
.mt-60 { margin-top: 60px }
.mt-70 { margin-top: 70px }
.mt-80 { margin-top: 80px }
.mt-90 { margin-top: 90px }
.mt-100 { margin-top: 100px }
.mt-110 { margin-top: 110px }
.mt-120 { margin-top: 120px }
.mt-130 { margin-top: 130px }
.mt-140 { margin-top: 140px }
.mt-150 { margin-top: 150px }

/*************************
      Margin bottom
*************************/

.mb-0 { margin-bottom: 0 }
.mb-10 { margin-bottom: 10px }
.mb-15 { margin-bottom: 15px }
.mb-20 { margin-bottom: 20px }
.mb-30 { margin-bottom: 30px }
.mb-40 { margin-bottom: 40px }
.mb-50 { margin-bottom: 50px }
.mb-60 { margin-bottom: 60px; background:#F5F5F5; border-radius:5px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);}
.mb-70 { margin-bottom: 70px }
.mb-80 { margin-bottom: 80px }
.mb-90 { margin-bottom: 90px }
.mb-100 { margin-bottom: 100px }
.mb-110 { margin-bottom: 110px }
.mb-120 { margin-bottom: 120px }
.mb-130 { margin-bottom: 130px }
.mb-140 { margin-bottom: 140px }
.mb-150 { margin-bottom: 150px }

/*************************
        Padding top
*************************/

.pt-0 { padding-top: 0 }
.pt-10 { padding-top: 10px }
.pt-15 { padding-top: 15px }
.pt-20 { padding-top: 20px }
.pt-30 { padding-top: 30px }
.pt-40 { padding-top: 40px }
.pt-50 { padding-top: 50px }
.pt-60 { padding-top: 60px }
.pt-70 { padding-top: 70px }
.pt-80 { padding-top: 80px }
.pt-90 { padding-top: 90px }
.pt-100 { padding-top: 60px }
.pt-110 { padding-top: 110px }
.pt-120 { padding-top: 120px }
.pt-130 { padding-top: 130px }
.pt-140 { padding-top: 140px }
.pt-150 { padding-top: 150px }

/*************************
        Padding bottom
*************************/

.pb-0 { padding-bottom: 0 }
.pb-10 { padding-bottom: 10px }
.pb-15 { padding-bottom: 15px }
.pb-20 { padding-bottom: 20px }
.pb-30 { padding-bottom: 30px }
.pb-40 { padding-bottom: 40px }
.pb-50 { padding-bottom: 50px }
.pb-60 { padding-bottom: 60px }
.pb-70 { padding-bottom: 70px }
.pb-80 { padding-bottom: 80px }
.pb-90 { padding-bottom: 90px }
.pb-100 { padding-bottom: 40px }
.pb-110 { padding-bottom: 110px }
.pb-120 { padding-bottom: 120px }
.pb-130 { padding-bottom: 130px }
.pb-140 { padding-bottom: 140px }
.pb-150 { padding-bottom: 150px }


/***************************
    Page section padding 
****************************/

.ptb-0 { padding: 0 }
.ptb-10 { padding: 10px 0 }
.ptb-20 { padding: 20px 0 }
.ptb-30 { padding: 30px 0 }
.ptb-40 { padding: 40px 0 }
.ptb-50 { padding: 50px 0 }
.ptb-60 { padding: 60px 0 }
.ptb-70 { padding: 70px 0 }
.ptb-80 { padding: 80px 0 }
.ptb-90 { padding: 90px 0 }
.ptb-100 { padding:60px 0 }
.ptb-110 { padding: 110px 0 }
.ptb-120 { padding: 120px 0 }
.ptb-130 { padding: 130px 0 }
.ptb-140 { padding: 140px 0 }
.ptb-150 { padding: 150px 0 }

/***************************
    Page section margin 
****************************/

.mtb-0 { margin: 0 }
.mtb-10 { margin: 10px 0 }
.mtb-15 { margin: 15px 0 }
.mtb-20 { margin: 20px 0 }
.mtb-30 { margin: 30px 0 }
.mtb-40 { margin: 40px 0 }
.mtb-50 { margin: 50px 0 }
.mtb-60 { margin: 60px 0 }
.mtb-70 { margin: 70px 0 }
.mtb-80 { margin: 80px 0 }
.mtb-90 { margin: 90px 0 }
.mtb-100 { margin: 100px 0 }
.mtb-110 { margin: 110px 0 }
.mtb-120 { margin: 120px 0 }
.mtb-130 { margin: 130px 0 }
.mtb-140 { margin: 140px 0 }
.mtb-150 { margin: 150px 0; }


/* 14. Custom cloumn */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10 {
    float: left;
}
.col-1{
    width: 10%;
}
.col-2{
    width: 20%;
}
.col-3{
    width: 30%;
}
.col-4{
    width: 40%;
}
.col-5{
    width: 50%;
}
.col-6{
    width: 60%;
}
.col-7{
    width: 70%;
}
.col-8{
    width: 80%;
}
.col-9{
    width: 90%;
}
.col-10{
    width: 100%;
}
 
.full-screen{
  height: 100vh;
}

[data-black-overlay] p, 
[data-black-overlay] h1, 
[data-black-overlay] h2, 
[data-black-overlay] h3, 
[data-black-overlay] h4, 
[data-black-overlay] h5, 
[data-black-overlay] h6{
  color: #fff;
}
[data-black-overlay] > div,
[data-black-overlay] > form,
[data-black-overlay] > section{
  position: relative;
  z-index: 5;
}



p.form-messege{
  margin-top:15px;font-size:14px
}
p.success {
  color: green;
  position: relative;
}
p.error {
  color: red;
  position: relative;
}


@media (min-width: 1170px) and (max-width: 1366px){

header.header {
  padding-left: 19px;
  padding-right: 24px;
}
.welcome__inner h2 {
  margin-bottom: 19px;
}
.welcome__inner p + p {
  margin-top: 8px;
}
.social--bg--color {
  margin-top: 26px;
}
.welcome__inner {
  padding: 46px 0;
}
.service__images {
  right: -21%;
}
.service__images img {
  width: 63%;
}
.welcome__images {
  width: 47%;
}


}


@media (min-width: 1170px) and (max-width: 1850px){
  .service-images{
    display: block;
  }
  .service__feature_images{
    display: none;
  }
}



/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {

.md--ptb--50{
  padding: 50px 0;
}
.social__icon li + li {
  padding-left: 15px;
}
header.header {
  padding-left: 7px;
  padding-right: 7px;
}
.main__menu > li > a {
  font-size: 13px;
  padding: 0 12px;
}
.header__top__left p + p {
  margin-left: 15px;
}
.header__top__left p {
  font-size: 12px;
}
.header__top__left p span {
  margin-right: 5px;
}
.login__regester li + li {
  margin-left: 5px;
}
.login__regester li a i {
  font-size: 12px;
  margin-right: 8px;
}
.single__option select,
.btn__white ,
.btn__search,
.single__option input {
  width: 150px;
}
.welcome__inner h2 {
  margin-bottom: 14px;
}
.welcome__inner p + p {
  margin-top: 6px;
}
.social--bg--color {
  margin-top: 15px;
}
.count__down__inner h2 {
  font-size: 37px;
}
.package__hover__inner h6 {
  margin-bottom: 8px;
}
.package__hover__inner h4 {
  margin-bottom: 9px;
}
.testimoaial__details p::before {
  left: 68px;
}

.testimoaial__details p::after {
  bottom: -7px;
  right: 175px;
}
.blog__hover__information {
  background: #333 none repeat scroll 0 0;
  padding: 26px 17px 26px 28px;
  position: static;
  width: 100%;
}
.blog__hover__inner h2 {
  font-size: 16px;
  margin-bottom: 8px;
  margin-top: 12px;
}

.packages__hover__info {
  bottom: 20px;
}
.address__details p {
  font-size: 15px;
}
.bradcaump__inner {
  padding-top: 99px;
}
.view-mode li a {
  padding: 0 24px;
}
.contact-form-wrap {
  right: 135px;
  top: 28px;
}
.contact-form-wrap {
  padding: 29px;
}
.single__tour__box.option--select select + select {
  margin-left: 30px;
}
.tag_menu li {
  width: 46.33%;
}
.overview__days {
  padding-right: 84px;
}
.service__images {
  padding-top: 20px;
  position: inherit;
  top: 100%;
  transform: translateY(0px);
}
.welcome__inner {
  padding: 49px 0;
}
.control__style--left .owl-dots {
  left: 57px;
  top: 75%;
}
.welcome__images {
  width: 46%;
}













}

 
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
header.header {
  padding-left: 7px;
  padding-right: 7px;
}
.logo {
  text-align: center;
}
.main__menu > li > a {
  padding: 0 16px;
}
.slider__inner h2 {
  font-size: 44px;
  line-height: 63px;
}
.slider__container.full-screen {
    height: auto;
}
.single__option select,
.btn__white ,
.btn__search,
.single__option input {
  width: 120px !important;
}
.btn__white,
.single__option select,
.btn__search {
  font-size: 12px;
}
.single__option select {
  padding-left: 8px;
}
.single__option select {
  background: rgba(0, 0, 0, 0) url("../images/icons/select-option.png") no-repeat scroll 92% 22px / 10px 6px;
}
.select__option__inner {
  padding: 0 38px;
}
[type="text"] {
  padding-left: 10px;
  padding-right: 10px;
}
[type="text"]:focus {
  background: transparent;
}
.choose {
  margin-top: 30px;
}
.sm-mt-20{
  margin-top: 20px;
}
.sm-mt-30{
  margin-top: 30px;
}
.sm-ptb-50{
  padding: 50px 0;
}
.testimoaial__details p {
  padding: 0 7%;
}
.testimoaial__details p::before {
  left: 32px;
}
.testimoaial__details h4 {
  margin-top: 21px;
}
.blog__hover__information {
  background: #333 none repeat scroll 0 0;
  padding: 25px 15px 25px 15px;
  position: static;
  width: 100%;
}.blog__hover__inner h2 {
  margin-bottom: 5px;
  margin-top: 7px;
}
.brand__list {
  align-items: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  height: 250px;
  justify-content: space-around;
}
.brand__list li {
  width: 33.33%;
  text-align: center;
}

.contact {
    margin-top: 30px;
}
.contact__wrap {
    margin-top: -30px;
}
.sm--mt--40{
  margin-top: 40px;
}
.newsletter__inner h4 {
  font-size: 29px;
  line-height: 45px;
}
.newsletter__inner {
  display: block;
  height: auto;
  padding: 100px 0;
  text-align: center;
}
.newsletter__inner h4 {
  font-size: 20px;
  margin-bottom: 30px;
}
.newsletter__inner input[type="text"], 
.newsletter__inner input[type="email"], 
.newsletter__inner input[type="password"] {
  text-align: center;
  width: 100%;
}
.news__letter__btn {
  margin-top: 35px;
}
.contact__wrap {
  margin-bottom: 100px;
  margin-top: -30px;
}
.address__icon {
  margin-bottom: 20px;
  margin-right: 0;
}
.contact {
  align-items: center;
  display: block;
  height: auto;
  justify-content: center;
  padding: 30px 0;
  text-align: center;
}
.bradcaump__inner {
  padding-top: 215px;
}
.view-mode li a {
  padding: 0 68px;
}
.contact-form-wrap {
  right: 0;
  top: 30px;
}
.contact-form-wrap {
  padding: 52px;
}
.contact-box input + input {
  margin-left: 37px;
}
.slide__align--center {
  padding-bottom: 113px;
  padding-top: 182px;
}
.slide__align--center {
  padding-bottom: 230px;
  padding-top: 328px;
}

.slider__full--screen {
  height: auto;
}
.footer__wrap {
  display: flex;
  flex-flow: row wrap;
}
.single__tour__box.option--select select + select {
  margin-left: 21px;
}
.single__tour__box select {
}
.overview__days::before {
  position: inherit;
}
.single__overview:hover::before {
  transform: scale(0);
}
.overview__days {
  padding-right: 44px;
}
.single__overview .overview__thumd {
  padding-left: 16px;
}

.service__images {
  padding-top: 20px;
  position: inherit;
  top: 100%;
  transform: translateY(0px);
}
.welcome__inner {
  padding: 38px 0;
}
.service__images {
  padding-top: 20px;
  position: inherit;
  top: 100%;
  transform: translateY(0px);
}
.welcome__inner {
  padding: 38px 0;
}
.control__style--left .owl-dots {
  left: 50px;
  top: 74%;
}
.welcome__area .row {
  display: inherit;
}
.welcome__inner {
  padding: 38px 30px;
}
.blog-right-sidebar-bottom a {
  padding: 9px 10px;
}

.welcome__images {
  position: inherit;
}








}

 
/* small mobile :320px. */
@media (max-width: 767px) {
  
.container {}

.xs--mt--100{
  margin-top: 100px;
}
.xs--mt--40{
  margin-top: 40px;
}
.xs--mt--20{
  margin-top: 20px;
}
.xs--mt--10{
  margin-top: 10px;
}
.xs--mt--30{
  margin-top: 30px;
}
.tab__content__inner {
  padding: 22px;
}
header.header {
  padding-left: 0;
  padding-right: 0;
}
.slide__align__center {
  padding-bottom: 0;
  padding-top: 0;
}
.slider__inner h2 {
  font-size: 28px;
  line-height: 36px;
}
.slider__inner h1 {
  font-size: 40px;
  line-height: 45px;
  margin-top: 30px;
}
.slider__container.full-screen {
    height: auto;
}
.slider__full--screen {
  height: auto;
}
.slide__align--center {
  padding-bottom: 80px;
  padding-top: 135px;
}

.select__option__inner {
  flex-wrap: wrap;
  height: auto;
  justify-content: center;
  padding: 20px 0;
}
.select__option__inner::before {
  background: #000 none repeat scroll 0 0;
  border-radius: 0;
  opacity: 0.8;
}
.select__option__wrap {
  position: relative;
}
.select__option__wrap {
  background: #000 none repeat scroll 0 0;
  padding: 80px 0;
}

.select__option__wrap {
    background: #000 none repeat scroll 0 0;
}
.single__option {
    width: 100%;
}
.select__option__inner .single__option + .single__option {
    margin-top: 30px;
}
.single__option select, .btn__white, .btn__search {
  width: 100%;
}

.count__down__inner h2 {
  font-size: 28px;
}
.choose {
  margin-top: 30px;
}
.service__details h4 {
  font-size: 20px;
  line-height: 27px;
}
.funfact__wrap {
  flex-wrap: wrap;
}
.funfact__wrap .single__fact__flex:nth-child(n+3) {
  margin-top: 40px;
}

.packages__hover__info {
  bottom: 10px;
  left: 10px;
  right: 10px;
  top: 10px;
}
.bradcaump__inner {
  padding-top: 58px;
}
.bradcaump-title {
  font-size: 25px;
}
.count__down__inner h2 {
  font-size: 24px;
  line-height: 34px;
}
.count__down__inner h4 {
  font-size: 23px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.count__down__inner h4 span {
  font-size: 41px;
  margin-left: 2px;
}

.team {
  margin-top: 30px;
}
.team__details {
  padding: 0;
  top: 0;
}
.team:hover .team__thumb {
  padding: 0;
}
.team:hover .team__details__inner {
  box-shadow: none;
}
.social__icon.icon--position--center li + li {
  padding-left: 28px;
}
.distanation__details.distanation--big--images--hover p span {
  font-size: 36px;
}
.testimoaial__details p {
  padding: 0;
}
.testimoaial__details p::after {
  right: 13px;
}
.testimoaial__details p::before {
  left: -6px;
}
.testimoaial__details h4 {
  margin-top: 27px;
}
.testimoaial__details p {
  margin-top: 28px;
}
.blog__hover__information {
  width: 100%;
}
.blog__hover__inner p.time {
  margin-bottom: 9px;
}
.blog__hover__inner h2 {
  font-size: 18px;
  margin-bottom: 7px;
  margin-top: 4px;
}
.blog__like__comment {
  margin-top: 8px;
}
.blog__hover__information::before {
  opacity: 0.8;
}


.blog__hover__inner p {
  line-height: 20px;
}

.brand__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0;
}
.address__details p {
  font-size: 14px;
}

.contact {
    margin-top: 30px;
}
.contact__wrap {
    margin-top: -30px;
}
.tag_menu li {
  width: 49.33%;
}
.copyright__inner {
  height: 82px;
}

/*newslatter*/
.newsletter__inner {
  display: block;
  height: auto;
  padding: 100px 0;
  text-align: center;
}
.newsletter__inner h4 {
  font-size: 20px;
  margin-bottom: 30px;
}
.newsletter__inner input[type="text"], 
.newsletter__inner input[type="email"], 
.newsletter__inner input[type="password"] {
  text-align: center;
  width: 100%;
}
.news__letter__btn {
  margin-top: 35px;
}
.single__option input[type="text"] {
  width: 100%;
}

/* Service */
.service .service__icon {
  float: none;
  margin: auto auto 20px;
  text-align: center;
}
.service .service__details {
  overflow: hidden;
  text-align: center;
}
.service__images {
  align-items: center;
  display: flex;
  height: auto;
  margin-top: 80px;
}

.address__icon {
  margin-bottom: 20px;
  margin-right: 0;
}
.contact {
  align-items: center;
  display: block;
  height: auto;
  justify-content: center;
  padding: 30px 0;
  text-align: center;
}
.contact__wrap {
  margin-bottom: 30px;
  margin-top: -30px;
}
.package__details {
  top: 0;
}
.package__details__inner {
  padding: 18px 0 15px;
}
.select__option__inner.select__optionbg {
  padding: 20px 17px;
}
.htc__port__filter__nav li {
  margin-bottom: 15px;
}
.htc__port__filter__nav {
  flex-wrap: wrap;
}
.view-mode {
  flex-wrap: wrap;
  justify-content: center;
}
.contact-form-wrap {
  right: 0;
  top: 30px;
}

.contact-form-wrap {
  padding: 25px;
}
.contact-box {
  flex-wrap: wrap;
}
.contact-box input {
  width: 100%;
}
.contact-box input + input {
  margin-left: 0;
  margin-top: 20px;
}
.information__inner {
  margin-top: 40px;
}
.map__hover__info {
  left: 0;
  position: inherit;
  top: 0;
  transform: translateX(0px) translateY(0px);
  z-index: 99999999;
}
.map__hover__inner {
  padding: 50px 42px;
}
.package__list__inner h4 {
  font-size: 18px;
}
.package__list__inner h6 {
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 2px;
}
.package__list__inner p {
  font-size: 13px;
  line-height: 17px;
}
.package__list__inner p span.list__price {
  font-size: 16px;
}
.package__list__hover__info {
  width: 100%;
}
.package__list__hover__info::before {
  transform: skewX(0deg);
  width: 124%;
}
.package__list__hover__details h4 {
  font-size: 15px;
}

.package__list__hover__details h6 {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 4px;
}
.package__list__hover__details p {
  margin-top: 0;
  padding-right: 0;
  display: none;
}
.package__list__hover__details {
  left: 10px;
  top: 6px;
  transform: translateY(0%);
}
.rating li i {
  font-size: 14px;
}
.rating {
  margin-right: 16px;
}
.package--rating--btn {
  margin-top: 5px;
}
.package__hover__inner {
  padding: 21px 28px;
}
.package__hover__inner h4 {
  margin-bottom: 5px;
}
.package__hover__inner h6 {
  font-size: 13px;
  margin-bottom: 3px;
}
.package__hover__inner p {
  line-height: 20px;
  margin-top: 8px;
}

.blog__hover__information {
  position: inherit;
}
.blog__hover__information {
  padding: 16px 8px 13px 24px;
}
.brand__list li + li {
  padding-top: 24px;
}
.hast-count {
  line-height: 65px;
  margin: 0 0 20px;
}
.single__tour__box.name, .single__tour__box.email {
  flex-wrap: wrap;
}
.single__tour__box.name input, .single__tour__box.email input {
  width: 100%;
}
.single__tour__box input + input {
  margin-top: 30px !important;
}

.book__tour__wrap {
  padding: 0 22px;
}
.single__tour__box.option--select {
  float: none;
  padding-right: 0;
  width: 100%;
}
.single__tour__box.option--select select {
  width: 100%;
}
.single__tour__box.option--select select + select {
  margin-left: 0;
  margin-top: 30px;
}
.single__tour__box.date--book {
  width: 100%;
}
.single__tour__box.date--book input {
  margin-top: 30px;
  width: 100%;
  margin-left: 0;  
}
.single__tour__box.date--book {
  padding-right: 0;
}

.overview__days::before {
  position: inherit;
}
.single__overview:hover::before {
  transform: scale(0);
}
.blog-meta > span {
  padding-right: 2px;
}
.page li {
  margin-right: 11px;
}

.page {
  padding-bottom: 40px;
}
.single__overview {
  flex-wrap: wrap;
}
.overview__days {
  padding-right: 16px;
}
.single__overview .overview__days {
  width: 30%;
}
.single__overview .overview__dewtails {
  width: 70%;
}
.overview__dewtails {
  padding-left: 0;
  padding-right: 15px;
}
.single__overview .overview__thumd {
  padding-left: 0;
  width: 100%;
  margin-top: 29px;
}
.tour__overview__inner::before {
  position: inherit;
}
.package__off h2 span {
  padding-left: 17px;
}
.package__off h2 span::before {
  position: inherit;
}
.service__images {
  padding-top: 20px;
  position: inherit;
  top: 100%;
  transform: translateY(0px);
}
.welcome__inner {
  padding: 38px 0;
}
.control__style--left .owl-dots {
  left: 29px;
  top: 89%;
}
.welcome__area .row {
  display: inherit;
}
.welcome__inner {
  padding: 38px 30px;
}
.view-mode li a::before {
  transform: skewX(0);
}
.view-mode li:first-child a::before {
  left: -14px;
  width: 117%;
}
.view-mode li:last-child a::before {
  right: -4%;
  width: 108%;
}
.blog-info h3 {
  line-height: 24px;
}
.welcome__images {
  position: inherit;
}










}


/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {width:450px}
.single__fact__flex {
  width: 50%;
}
.package__thumb img {
  width: 100%;
}
.package__details {
  width: 398px;
}
.team__thumb img {
  width: 100%;
}
.team__details {
  width: 397px;
}
.distanation__thumb img {
  width: 100%;
}
.testimoaial__details p::before {
  left: -19px;
}
.package__list__hover__details {
  left: 30px;
  top: 20px;
}
.package__list__hover__details h6 {
  margin-top: 12px;
}
.package__hover__inner {
  top: 36px;
}
.package__hover__inner h4 {
  margin-bottom: 16px;
}
.package__hover__inner h6 {
  margin-bottom: 9px;
}
.package--rating--btn {
  margin-top: 23px;
}

.hast-count {
  float: none;
  line-height: 60px;
  margin: auto;
  width: 25%;
}
.package__off h2 span {
  font-size: 23px;
}
.package__off h2 span {
  padding-left: 1px;
}
.brand__list li + li {
  padding-top: 0;
}
.brand__list li a {
  display: inline-block;
  padding: 10px 15px;
}



}

.col-md-6.carrental_list {
    width: 32%;
    margin: 0px 0.5% 20px 5px !important;
    padding: 0px;box-shadow: 0 7px 15px rgba(0, 0, 0, 0.1);
}

.col-md-6.carrental_list > div {
    border: 1px solid #ddd;
    padding: 12px; background:#F8F7F7;
    overflow: hidden;
}
.carrental_list h4 {
    margin: 0px;
    width: 100%;
    float: left;
    padding: 0px !important;
}
.carrental_list h4 a {
    color: #515151 !important;
    height: 38px;
    display: table-cell;
    font-size: 85%;
    vertical-align: middle;
}
.carrental_list .listing_image {
    border: 1px solid #f9f9f9;
}
.listing_image {
    display: inline-block;
    width: 100%;
    position: relative;
}

.listing_image a {
    float: left;
}

.listing_image img {
    width: 100%;
}

.car_attributes {
    float: left;
    width: 100%;
}

.carrental_list .car_attributes div {
    float: left;
    width: 17%;
    margin: 0 2px;
    text-align: center;
    background: #f9f9f9;
    border: 1px solid #eee;
}
.carrental_list .car_attributes div b, .carrental_list .car_attributes div i {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 150px;
    display: block;
}
.carrental_list .car_attributes div b, .carrental_list .car_attributes div img { margin-top:8px;
   
}
.listpassanger b {
    background: url(../images/passanger.png) center no-repeat;
        background-color: rgba(0, 0, 0, 0);
        background-size: auto auto;
    background-size: 70% auto;
}

.carrental_list .car_attributes div {
    float: left;
    width:17%;
    margin: 0 2px;
    text-align: center;
    background: #f9f9f9;
    border: 1px solid #eee;
}

.listluggage b {
    background: url(../images/luggage.png) center no-repeat;
        background-color: rgba(0, 0, 0, 0);
        background-size: auto auto;
    background-size: 70% auto;
}

 .car_attributes .list_air.air_1 {
    width: 43% !important;
}




/* car rental details layout*/

.car_tumb {
    overflow:hidden;
}
.car_tumb img{ width:100%;}
.car_service_icon {
    float: left;
    width: 100%;    text-align: center;
    border: 1px solid #f1f1f1;
    padding: 19px;
    background: #f9f9f9;
}
h4.carcat {
    font-size: 160%;
    color: #515151;
    margin: 24px 10px 12px;
}
.car_service_icon div {
        width: 48.5%;
    position: relative;
    float: left;
    padding: 11px 4%;
    background: #fff;
    margin: -1px 0.5%;
    text-align: right;
    border: 1px solid #f1f1f1;
}
.car_service_icon div h4 {
        float: left; text-align:left;
    margin: 0px;
    padding: 0px;
    font-size: 103%;
    max-width: 155px;    padding-left: 17px;
    width: 100%;
}
.car_service_icon div:before {
    
    content: "";
    position: absolute;
    width: 42px;
    height: 42px;
    left: -2px;
    top: 0px;
}

/* home page layout style*/
.home #hmenu_holder_1{     overflow: hidden;
    border-radius:0px  !important;}
.welcome_text {
    text-align: justify;
}
.welcome_text_title h3 {
        color: #5fbb5f;
    font-size: 270%;
    font-weight: 500;
    text-transform: uppercase;
    word-spacing: 2px;margin: 0px;
}
.welcome_text_title.panel-widget-style p {
    font-weight: 500;
    padding-top: 8%;
    font-size: 113%;
    text-align: left;
}
.welcome_text {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}.home-tour_packages .panel-grid-cell {
    padding: 0px !important;    border-top: 1px solid #eee;
}
.pushkar_booknow {
	text-align: center;
	margin: 10px 0px;
}
.pushkar_booknow div, .pushkar_booknow a {
	display: inline-block;
	vertical-align: top;
	margin: 0px 10px;
	line-height: 25px;
}
.pushkar_booknow div {
	font-size: 18px;
	text-align: right;
}
.pushkar_booknow div small {
	line-height: 16px;
	font-size: 12px;
	display: block;
}
.pushkar_booknow a {
	background: #5fbb5f;
	padding: 12px 24px;
	color: #ffffff;
}
.pushkar_booknow a:hover {
	background: #009cea;
	padding: 12px 24px;
	color: #ffffff;
}
.power_windows::before {
    background: url(../images/ic_power_windows.gif)15px 10px no-repeat;
}
.suspension::before {
    background: url(../images/ic_suspension.gif)15px 10px no-repeat;
}
.air_bags::before {
    background: url(../images/ic_air_bags.gif)15px 10px no-repeat;
}
.heater::before {
    background: url(../images/ic_heater.gif)15px 10px no-repeat;
}
.air_conditioner::before {
    background: url(../images/ic_air_conditioner.gif)15px 10px no-repeat;
}
.luggage::before {
    background: url(../images/ic_luggage.gif)15px 10px no-repeat;
}
.passenger::before {
    background: url(../images/ic_passenger.gif)15px 10px no-repeat;
}





/*//////////RESPONSIVE LAYOUT STYLE CSS////////*/
@media (max-width: 1323px) {
.full-container {
	padding: 0 1.2%;
}.home-slider { margin-left: -1.2% !important; margin-right: -1.2% !important;}
#header-sidebar aside:nth-child(3) {
    max-width: 135px;
    width: 100%;
}
}
 @media (max-width: 1122px) {
#masthead.force-responsive .hgroup .logo {
	float: left;
}
.social_language {
	float: right;
	width: 175px;
}
#header-sidebar aside {
	float: left !important;
}
.contact_section {
	text-align: left;
}
.phone a, .email_text a, .phone a:hover, .email_text a:hover {
	font-size: 106%;
}
#header-sidebar aside:nth-child(2) {
	max-width: 264px;
}
#masthead.force-responsive .hgroup #header-sidebar {
	margin: 0px;
	overflow: hidden;
}
.more_logo {
	max-width: 261px;
}
.ministry {
	width: 62%;
}
.ato {
	width: 38%;
}
.ministry h4 {
	margin: 4px 0 0 12px !important;
	font-size: 109%;
}
.ministry a:nth-child(2) img {
	width: 66% !important;
}
}
 @media (max-width: 1023px) {
#primary {
	padding-left: 1.5%;
	width: 68%;
}
.home-slider { margin-left: -1.2% !important; margin-right: -1.2% !important;}
.row.listing_content {
	float: left;
	width: 100%;
}
.col-md-6.tour_listing {
	width: 48.4% !important;
	float: left;
}
#secondary {
	width: 29.762%;
	margin-right: 1.5% !important;
}
.contact_title h3 {
	max-width: 82%;
	font-size: 136%;
}
.listing_buttons a {
	max-width: 133px;
}
a.view_itineary {
	padding: 6px 1px;
	font-size: 117%;
}
.destination_s .col-md-6, .col-md-6.carrental_list {
	float: left;
}
section.icon_services strong {
	padding: 0px 9px;
}
.home_left-main {
	padding: 18px 2%;
	width: 55%;
}
.popular_tours_listing {
	width: 100%;
}
.popular_tours_listing .row.listing_content {
	height: inherit;
}
.col-md-4.home_rightsidebar {
	width: 43%;
	margin-right: 2%;
}
span.trip_head {
	display: none;
}
#header-sidebar aside {
	margin-right: 6px !important;
}
#secondary h3 {
	font-size: 147%;
}
.listing_tplan p {
	height: 90px;
}
.tour-content-details ul li {
	width: 24.1%;
} .destinations_category section h3{ height:30px;} .short_content-thumb.destinations_cont{ height:117px;}
.row.listing_content.destination_s h3{ font-size:125%;} 
ol.megamenu_tourlist.india-menu_tour li, ol.megamenu_daylist.india-menu_tour li, ol.megamenu_carlist.india-menu_tour li{ height:80px !important;}
.india-menu_tour li img, [data-id="4"] .hmenu_list_item span, [data-id="4"] .hmenu_post_item .hmenu_post_img{ display:none !important;}
}
 @media (max-width: 950px) {
	 .destinations_category section h3{ height:inherit !important;}
#primary, #secondary {
	width: 99%;
}
.btn-getquote {
	width: 223px;
}
.btn-getquote a i:after {
	width: 109px;
}
.booking_tab section strong {
	font-size: 103%;
}
section.btn_call i {
	padding: 0px 4px;
}
  .Subscribe input[type="submit"]{  position: relative !important;
    right: initial !important;}

.allpage-right-section, .contact_format, .content-form-sidebar.tour_package {
	padding: 0 3%;
}
.contact_format {
	padding: 0;
}
section.icon_services, section.btn_call {
	width: 30%;
}
section.footer_tag_line {
	width: 40%;
	padding-top: 0px;
}
.daytours_home ul li {
	width: 100%;
}
.daytours_home ul li:nth-child(2) {
	margin: 5px 0px 5px !important;
}
#header-sidebar aside:nth-child(3) {
    max-width: 181px;
    margin-right: 37px !important;
    margin-left: 8px;
    width: 100%;}
ul.sidebar_tour_list {
	padding: 0px 29px;
}
.logo-travel {
	display: none;
}
.map {
	width: 100%;
}
.tour_type.show {
	height: inherit;
	float: left;
	width: 100%;
	top: 0px;
	left: 0px;
	padding: 9px 0;
}
.tour_type.show ul li {
	float: left;
	max-width: 85px;
	max-height: 61px;
}
.full_bg_head h1.entry-title {
	max-width: 56%;
}
.tour_type.show {
	margin: 0px;
	padding: 0px;
}.Subscribe{    max-width: 100% !important; }


}

 @media (max-width: 768px) {
	.mobile_menu {
    display: block;
}.desktop_menu {
    display: none !important;
}
.home-slider{margin-top: 0px !important;}#hmenu_load_3 .menu_responsive_label{    left: 25px !important;}
.mobile_menu .hmenu_inner_holder {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
} 
 }



 @media (max-width: 680px) {
#primary, #secondary {
	width: 99%;
}
.footer_menu_address .widget_nav_menu{ width:100% !important;} .footer_menu_address .menu li:before{ display:none !important;}
.footer_menu_address .menu{ width:95% !important;}
.destinations_category section h3 { text-align:center;}
.destination_s .col-md-6, .col-md-6.carrental_list, .col-md-6.tour_listing {
	float: left;
	width: 97% !important;
	margin-bottom: 3% !Important;
	margin-left: 3%;
}
.destinations_category section {
   
    background: #fff;
    padding-left: 3%;
}
.allpage-right-section, .contact_format, .content-form-sidebar.tour_package {
	padding: 0 3%;
}
.contact_format {
	padding: 0;
}
.btn-getquote {
	width: 152px;    margin-top: 2%;
}
.btn-getquote a i:after {
	display: none !important;
}
.full_bg_head h1.entry-title:before {
	width: 53px;
	height: 53px;
	top: 17px;
	left: -62px;
}
.full_bg_head header {
	padding: 5px 0px;
}
.full_bg_head h1.entry-title {
	font-size: 143% !important;
}
section.btn_call i {
	padding: 0px 4px;
}
.payment_social .social-icon i {
	height: 23px;
	font-size: 113%;
	width: 22px;
	line-height: 28px;
}
section.icon_services {
	width: 40%;
	font-size: 157%;
}
section.footer_tag_line {
	font-size: 107%;
	width: 60%;
}
section.btn_call {
	float: none;
	margin: 0 auto;
	width: 40%;
}
.service_footer {
	padding-top: 17px !important;
	padding-bottom: 19px !important;
}
.booking_tab section:nth-child(1) {
	width: 40%;
}
.booking_tab section:nth-child(3) {
	width: 100%;
}
.booking_tab section:nth-child(2) {
	width: 60%;
	padding-left: 3%;
}
section.footer_tag_line {
	margin-bottom: 3%;
}
.booking_tab section strong {
	font-size: 104%;
}
.subscribe_footer.panel-widget-style {
	text-align: center;
	width: 100%;
}
.Subscribe input[type="email"] {
	width: 100%;
	border: 1px solid #ccc;
}
.Subscribe input[type="submit"] {
	float: none !important;
}
.Subscribe {
	border: none !important;
	width: 100%;
}
.footer_menu_address, section.social-icon {
	text-align: center;
}
.payment_social section {
	float: none;
}
section.social-icon a {
	display: inline-block;
	float: none;
}
div#theme-attribution span, .powered {
	float: left;
	width: 100%;
}
#primary, #secondary {
	padding: 0 5%;
}
.menu-footer-menu-container li {
	float: none;
	display: inline-block;
}
.home_left-main, .col-md-4.home_rightsidebar {
	width: 100%;
	margin-right: 0%;
}
.col-md-4.home_rightsidebar {
	margin-top: 92px;
}
ul.sidebar_tour_list {
	padding: 0 10%;
}
.social_language, #header-sidebar aside:nth-child(3) {
	display: none !important;
}
body.responsive #masthead .hgroup .logo {
	float: left !important;
}
div#header-sidebar {
	float: right;
	margin-top: 1px !important;
}
.listing_tplan p {
	margin: 14px 0 10px !important;
	height: inherit;
	min-height: 35px;
	display: block;
	font-size: 98%;
}

body.responsive #primary, body.responsive #secondary {
	float: left;
	width: 100%;
}
.full_bg_head h1.entry-title {
	left: 65px;
}
.tour-content-details ul li {
	width: 49%;
	margin-top: 14px;
}
.tour-content-details ul li:nth-child(1), .tour-content-details ul li:nth-child(2) {
	margin-bottom: 24px;
}
.tour-content-details ul li a:after {
	left: 37%;
}
.besttime {
	position: relative;
	top: -3px;
	width: 100%;
	text-align: center;
}
.car_service_icon div {
	width: 98.5%;
} .tour_type_destinat, .detail_destination .overview{ max-width:100%;} .gallery_title{ width:100%; text-align:left; float:left;}
ul.destinaton_text li{ width:100%;}ul.destinaton_text li .destinations_cont { height: inherit !important;    padding: 14px 0;} .destinations_category .col-md-12 > h3, .view_all_desti{ width:100%; float:left; text-align:center;}
.destinations_category .col-md-12 > h3 {margin-bottom: 13px;}
.destinations_category { width: 100%; }

}
 @media only screen and (min-width:228px) and (max-width:470px) {
	 .footer_menu_address .menu{ width:inherit !important;}
.btn-getquote {
	margin: 0 auto;
	float: none;
}
section.icon_services, section.footer_tag_line, section.btn_call {
	width: 100% !important;
	text-align: center;
}
.booking_tab section {
	width: 100% !important;
	text-align: center;
	padding: 0px 0 25px !important;
	border-bottom: 1px solid #eee;
}
#primary, #secondary {
	padding: 0 2%;
}
.booking_tab a {
	margin: 0px !important;
	width: 100%;
	text-align: center;
}
.booking_tab section:last-child {
	border: none
}
.booking_tab a i {
	position: relative;
	left: 0;
	width: 100%;
}
.welcome_text_title, .tour_title_home, .welcome_text, .popular_tours_listing .tour_title_home:nth-child(2) {
	max-width: 100%;
}
.more_package {
	display: none;
}
.home_left-main {
	padding: 18px 5%;
}
body.responsive #masthead .hgroup .logo {
	width: 65px;
}
div#header-sidebar {
	max-width: 78% !important;
}
.phone {
	margin-bottom: 3%;
	padding-bottom: 0%;
	border: none;
}
.phone a, .email_text a, .phone a:hover, .email_text a:hover {
	font-size: 95%;
}
.phone i, .email_text i {
	left: -39px;
	font-size: 26px !important;
	top: 0px;
	width: 38px;
}
ul.pglist li {
	border-top: 1px solid #009cea;
	width: 100%;
	padding: 7px 13px;
	border-left: none;
}
ul.list_icon_tours li {
	width: 48px;
	font-size: 9.5px;
}
.tour-content-details ul li a:after {
	left: 32%;
}
.full_bg_head h1.entry-title {
	max-width: 78%;    width: 100%;
}.car_service_icon div{    padding: 11px 9%;}.car_service_icon{ padding:6px;}.day_tour_details .details_itinerary li img{ max-width:100%;}
span.tab_two a{ padding:6px 12px;}.short_content-thumb.destinations_cont{ height:inherit;}
}


.car_info p{ text-align:justify;  font-size:18px;}






.mostPopular {
    margin-top: 15px;
    padding: 0 10px;
}




.clr {
	clear: both;
}



/* tab */
#horizontalTab{
	margin-bottom:30px;
}
ul.resp-tabs-list{
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
     font-size: 13px;
    display: inline-block;
    padding: 13px 7px; 
    list-style: none;
    cursor: pointer;
    float: left;
	background:#f5f5f5;
	border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-top: 1px solid #dedede;
	color:#000; text-transform:uppercase;
	margin-right:3px; width:auto;
}
.resp-tabs-container:after {
}

.resp-tabs-containers {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding:20px 15px 15px 15px;
}

.resp-tab-active { color:#000;
    border: 1px solid #c1c1c1;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
}

.resp-tab-active {
    border: none;
    background-color:#9B0A0A !important;
	color:#fff!important;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
}

h2.resp-accordion {
    font-size: 16px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
	background:#f5f5f5;
	color:#666;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
.bulletList li{
	list-style:disc;
	margin-left:15px;
	line-height:20px;
}
/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #9B0A0A  !important;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
}


@media only screen and (min-width: 650px){
	#tourCategory .grid_col, #tourPackage .grid_col  {
    width: 48%;
}
}
@media only screen and (min-width:900px){
	#tourPackage .grid_col {
   width: 48%;
}
#tourPackage .grid_col {
    width: 32.33%;
}
}
@media only screen and (min-width: 995px){
#tourCategory .grid_col {
    width: 48%;
}
#tourPackage .grid_col {
    width: 32.33%;
}
}

@media only screen and (max-width: 950px) {
	.footerLogo, .flinks{float:none; width:100%; text-align:center}
	.footerBottom .social{display:block; margin-bottom:10px;}
}
@media only screen and (max-width: 990px) { 
	.social {float:left; } 
	#logo{padding-left:10px; padding-right:10px;}
}
@media only screen and (max-width: 900px) {
	.col4{width:50%;}
	.col1 .wrap, .col2 .wrap, .col3 .wrap, .col4 .wrap, .col5 .wrap, .col6 .wrap{
	margin:10px;}
	.col1 .wrap img, .col2 .wrap img, .col3 .wrap img, .col4 .wrap img, .col5 .wrap img, .col6 .wrap img {
		width:100%;
	}
	.col2 .col2{width:50%;}
	.htourpackgae{display:block; clear:both}
}
@media only screen and (max-width: 768px) {
	.col1{width:100%;}
	.col2{width:100%;}
	.col3{width:100%}
	.col4{width:100%;}
	.col5{width:100%}
	.col6{width:100%;}  
	#logo{text-align:center; }
	#logo .align-center img{width:280px;} 
	.aboutus .col4{
		font-size:18px;
	}
	h1 {
    font-size: 26px;
	}
	h3 {
    	font-size: 20px;
	}
	.homeTourBox{
		margin: 15px 0;
	}
}
@media only screen and (max-width: 768px) {
ul.resp-tabs-list {
	display: none;
}
h2.resp-accordion {
	display: block;
}
.resp-vtabs .resp-tab-content {
	border: 1px solid #C1C1C1;
}
.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: initial;
	clear: none;
}
.resp-accordion-closed {
	display: none !important;
}
.resp-vtabs .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1 !important;
}
.head{
	background:none;	
}
}
@media only screen and (max-width: 650px) {
	.col3, .imgWrap{
		width:100%;
	}	
	.hotline, .copyright{float:none; text-align:left}
	.photobox{
		background:#572E08;	
	}
	.photobox ul li{
		float:none;
		text-align:center;	
	}
	.grid1_of_4 {
		float: none;
		width: 99.333%;
		margin-left: 0%;
		margin-bottom: 3%;
	}
	.grid1_of_3 {
		float: none;
		width: 99.333%;
		margin-left: 0%;
		margin-bottom: 3%;
	}
	.footer1_of_3 {
		float: none;
		width: 99.333%;
		margin-left: 0%;
		margin-bottom: 3%;
	}
	
	.tourcatgrid {
		float: none;
		width: 99.333%;
		margin-left: 0%; 
	} 
	
	.tourCat {
		float: none;
		width: 99.333%;
		margin-left: 0%; 
	} 
	
	.leftMain {
		float: none;
		width: 99.333%;
		margin-left: 0%;
		margin-bottom: 3%;
	}
	
		.RightMain {
		float: none;
		width: 99.333%;
		margin-left: 0%;
		margin-bottom: 3%;
	}
		.tourCategory {
		float: none;
		width: 99.333%;
		margin-left: 0%;
		margin-bottom: 3%;
	}
	
}
