
/* @media (max-width: 320px) { */
	

	/* .main-nav__header-one .container { */
		/* display: -webkit-box; */
		/* display: flex; */
	/* } */
	/* .main-nav__logo-box { */
		/* position: relative; */
		/* padding-right: 20px; */
	/* } */
	/* .main-nav__logo-box::before { */
		/* content: ''; */
		/* width: 10000px; */
		/* height: 100%; */
		/* background-color: var(--thm-gray); */
		/* position: absolute; */
		/* right: 0; */
		/* top: 0; */
	/* } */
	/* .main-nav__logo, .main-nav__logo-box .side-menu__toggler { */
		/* position: relative; */
	/* } */
	
	/* .main-nav__header-four  .main-nav__logo-box::before, */
	/* .main-nav__header-three  .main-nav__logo-box::before, */
	/* .site-header__home-two .main-nav__logo-box::before { */
		/* display: none; */
	/* } */
	/* .main-nav__header-four .main-nav__logo-box, */
	/* .main-nav__header-three  .main-nav__logo-box { */
		/* padding-top: 25px; */
		/* padding-bottom: 25px; */
	/* } */
	/* .main-nav__header-three  .main-nav__logo-box .side-menu__toggler, */
	/* .site-header__home-two .main-nav__logo-box .side-menu__toggler { */
	    /* color: var(--thm-base); */
		/* margin-left: 15px; */
		/* right: -75px; */
		
	/* } */
	
	
@media (max-width: 1199px) {
	
.topbar-one__right .topbar-one__social {
    display: none;
}

	.main-nav__header-one .container {
		display: -webkit-box;
		display: flex;
	}
	.main-nav__logo-box {
		position: relative;
		padding-right: 20px;
	}
	.main-nav__logo-box::before {
		content: '';
		width: 10000px;
		height: 100%;
		background-color: var(--thm-gray);
		position: absolute;
		right: 0;
		top: 0;
	}
	.main-nav__logo, .main-nav__logo-box .side-menu__toggler {
		position: relative;
	}
	
	.main-nav__header-four  .main-nav__logo-box::before,
	.main-nav__header-three  .main-nav__logo-box::before,
	.site-header__home-two .main-nav__logo-box::before {
		display: none;
	}
	.main-nav__header-four .main-nav__logo-box,
	.main-nav__header-three  .main-nav__logo-box {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.main-nav__header-three  .main-nav__logo-box .side-menu__toggler,
	.site-header__home-two .main-nav__logo-box .side-menu__toggler {
	    color: var(--thm-base);
		margin-left: 15px;
		/* right: -135px; */
		    left: 100px;
	}
	.main-nav__header-four .main-nav__logo-box .side-menu__toggler {
		margin-left: 30px;
	}
	.mailchimp-one__form input {
		max-width: 315px;
	}
	.mailchimp-one h3 {
		font-size: 45px;
	}
	.features-two__single p br, 
	.mailchimp-one h3 br {
		display: none;
	}
	.home-5__social {
		left: 60px;
	}
	.main-nav__header-6 {
		width: 100%;
		height: 100px;
	}
	.main-nav__header-7 .main-nav__logo-box ,
	.main-nav__header-6 .main-nav__logo-box {
		max-width: 100%;
	}
	.main-nav__header-6 .main-nav__logo-box .side-menu__toggler {
		left: auto;
		right: 0;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	.tour-search__home-6 {
		padding-left: 0;
		padding-top: 100px;
	}
	.tour-search__home-6 .tour-search-one__home-four {
		padding-left: 70px;
		padding-right: 70px;
		padding-top: 150px;
		padding-bottom: 150px;
	}
	.tour-search__home-6 .tour-search-one__btn-wrap {
		-webkit-box-flex: 1;
		        flex: 1 1 100%;
		max-width: 100%;
	}
	.tour-search__home-6 .tour-search-one__btn {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;

	}
	.tour-search__home-6 .tour-search-one__home-four .tour-search-one__inputs {
		margin-left: 0;
		margin-right: 0;
	}
	.tour-search__home-6 .tour-search-one__home-four .tour-search-one__col {
		padding-left: 0;
		padding-right: 0;
	}
	.tour-gallery__home-6__content {
		padding-left: 70px;
		padding-right: 70px;
	}
	.tour-gallery__home-6__content h3 {
		font-size: 55px;
	}
	.tour-gallery__home-6__tab-navs {
		left: 70px;
	}
	.tour-search-one__home-seven .block-title h3 {
		font-size: 60px;
		line-height: 1.2em;
	}
	
	.site-header__home-two .main-nav__search {
		margin-left: 30px;
	}
}

@media(max-width: 991px) {
	

	
.bootstrap-select .dropdown-menu>li>a {
    font-size: 15px;
    letter-spacing: -0.2px;
    line-height: initial;
    font-weight: 400;
    padding: 3px 10px;
    color: var(--thm-black);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}	

.bootstrap-select .dropdown-menu {
    padding: 10px;
    /* padding-top: 0; */
    /* padding-bottom: 0; */
    margin-top: 0px;
    margin-left: -22px;
    z-index: 991;
    border-radius: 0;
}
	
.tour-details__header .tour-details__gallery-links {
    position: absolute;
    top: 145px;
    left: 90px;
    right: 0px;
}	
	
	.topbar-one .container-fluid {
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background: #3d124e;
}
	
.tour-details-two .tour-details__content {
    padding-top: 77px;
}
	
.tour-details__content .tour-two__right .save {
    margin-top: -50px;
    right: 15px;
    position: absolute;
}
	
.tour-details__gallery-image {
    position: relative;
    margin-top: 100px;
}


	
.gallery-one {
    padding: 15px;
    padding-bottom: 50px;
    padding-top: 50px;
}
	
.tour-details__header {
    /* background-attachment: inherit; */
    /* background-position: inherit; */
    /* background-repeat: inherit; */
    /* background-size: cover; */
    /* position: relative; */
	    display: none;
}	

.tour-details__header.header {
    background-attachment: inherit;
    background-position: inherit;
    background-repeat: inherit;
    background-size: cover;
    position: relative;
	display: block; 
	height: 540px;
}

.tour-details__title {
    font-family: var(--thm-font);
    font-size: 20px;
    color: #72358b;
    margin: 0;
    font-weight: 700;
    padding-bottom: 0px;
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 15px;
    margin-top: 40px;
}

.social {
    right: 0%;
    left: 4%;
    top: 500px;
    padding-bottom: 0px;
    z-index: 51;
    position: absolute;
}

.social img {
    height: 65px;
    margin: 2px;
    border-radius: 100px;
    box-shadow: none;
    -webkit-transition-duration: .5s;
}


.welcome .social {
    right: 0%;
    left: 20%;
    top: 320px;
    padding-bottom: 0px;
    z-index: 51;
    position: absolute;
}

.welcome .social img {
    height: 80px;
    margin: 2px;
    border-radius: 100px;
    box-shadow: none;
    -webkit-transition-duration: .5s;
}

.details-one__meta li+li {
    margin-left: 10px;
    text-transform: capitalize;
}

.tour-details__gallery-image img {
    width: 100%;
    height: 299px;
}
.tour-details__gallery-thumb-carousel img {
    font-weight: lighter;
    cursor: pointer;
    height: 54px;
    width: 74px;
    transition: all 500ms ease;
}

.details-one__meta {
    color: #9E9E9E;
    margin: 0;
    font-size: 15px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(236, 238, 239);
    margin-bottom: 20px;
}
	
	.site-footer {
		padding-top:0px;
		padding-bottom: 50px;
	}
	.footer-widget__column {
		-webkit-box-flex: 1;
		        flex: 1 1 50%;
		max-width: 50%;
	}
	.footer-widget__links {
		padding-left:0px;
			margin-top:50px;
	}
	.mailchimp-one h3 {
		    padding-top: 30px;
		margin-bottom:20px;
	}
	.mailchimp-one h3 br {
		display: none;
	}
	.banner-one h2 {
		font-size: 65px;
	}
	.tour-search-one__inputs {
		-webkit-box-flex: 1;
		        flex: 1 1 100%;
		max-width: 100%;
		border: 1px solid #eceeef;
	}
	.tour-search-one__input-box {
		-webkit-box-flex: 1;
		        flex: 1 1 50%;
		border-bottom: 1px solid #eceeef;
		max-width: 50%;
	}
	.tour-search-one__btn-wrap,
	.tour-search-one__input-box:nth-child(1) {
		-webkit-box-flex: 1;
		        flex: 1 1 100%;
		max-width: 100%;
	}
	.tour-search-one__btn {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
		    padding: 20px 70px 20px 70px;
			
	}
	
	.preloader {
		    display: none;
	}
	
.destinations-three {
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 15px;
    margin-top: 0;
}

.destinations {
	    float: left;
    width: 50%;
	    padding: 10px;
}

.destinations-three__single {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    background-color: var(--thm-black);
}



.destinations .destinations-three__content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-left: 15px;
    padding-bottom: 20px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}


.destinations .destinations-three__hover-content h3, 
.destinations .destinations-three__content h3 {
    font-family: var(--thm-font);
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
}

.destinations .destinations-three__hover-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    padding-left: 20px;
    padding-bottom: 15px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}


.destinations .destinations-three__link {
    width: 50px;
    display: block;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--thm-base);
    position: absolute;
    left: 15px;
	 right: 0;
    bottom: 85px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}


.destinations .destinations-three__hover-content p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--thm-base);
    line-height: 1em;
    text-transform: capitalize;
}

.tour-grid {
    padding: 15px;
    padding-top: 50px;
    padding-bottom: 20px;
}

.contact-one__content {
	    padding-top: 50px;
}

.block-title p {
    font-family: var(--heading-font);
    font-size: 20px;
    /* color: #ffffff; */
    font-weight: 400;
    margin: 0;
    z-index: 1;
    position: relative;
    text-transform: uppercase;
}

.block-title h3 {
    margin: 0;
    /* color: #ffffff; */
    font-size: 30px;
    font-weight: 600;
    font-family: var(--heading-font);
    line-height: 1em;
    z-index: 10;
}

.cta-two {
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #eee;
}

.cta-two .cta-two-btn {
    position: absolute;
    margin-top: -30px;
    left: 40%;
	right:0;
}

.cta-two .cta-two-btn .thm-btn {
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
    background-color: var(--thm-black);
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 50.5px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}


.cta-two__content .block-title h3 {
    margin: 0;
    color: var(--thm-black);
    font-size: 35px;
    font-weight: 600;
    font-family: var(--heading-font);
    line-height: 1em;
    z-index: 10;
}

.cta-two__content .block-title p {
    font-weight: 500;
    line-height: 20px;
    position: relative;
    font-size: 15px;
    font-family: inherit;
    text-transform: unset;
    margin: 10px 0px 10px;
    margin-left: 15px;
    border-left: 1px solid #cacaca;
    padding-left: 10px;
    text-align: justify;
    color: var(--black);
    letter-spacing: 0;
}

.cta-two__content .block-title span {
    position: relative;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #9E9E9E;
    padding-left: 0px;
    font-family: inherit;
    float: left;
    margin-left: 0px;
}

.testimonials-one__carousel .owl-item img {
    width: auto;
    top: 238px;
    right: -15px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: 5px solid #f7f7f7;
    position: absolute;
}

.testimonials-one__info h3 {
    font-family: var(--thm-font);
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    right: 140px;
    top: 30px;
    background: var(--thm-base);
    width: 150px;
    border-radius: 20px;
    padding: 3px;
}

.blog-one {
    padding: 15px;
    padding-top: 50px;
    padding-bottom: 0px;
    /* background: #f8f8f8; */
}

.block-title {
    margin-bottom: 0px;
}

.testimonials-one__content p {
    color: #000;
    font-weight: 400;
    line-height: 18px;
    position: relative;
    font-size: 15px;
    text-transform: none;
    margin: 10px 20px 10px;
    margin-left: 15px;
    border-left: 1px solid #000;
    padding-left: 10px;
    text-align: justify;
}

.owl-carousel .owl-item {
    padding: 20px;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}


.testimonials-one {
    background: url(../photos/backgrounds/bg-testimonials.jpg) no-repeat center center;
    padding-top: 120px;
    padding-bottom: 80px;
}

.site-footer .row {
    margin-left: 0px;
    margin-right: 0px;
}
	
	.features-one__single {
		margin-top: 0;
		margin-bottom: 30px;
	}
	.features-one__content {
		margin-top: -120px;
	}
	.tour-category-one__col {
		-webkit-box-flex: 1;
		        flex: 1 1 33.333%;
		max-width: 100%;
	}
	.cta-one .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
		text-align: center;
	}
	.cta-one__button-block {
		margin-top: 40px;
	}
	.tour-one__carousel .tour-one__content {
		padding-left: 30px;
		padding-right: 30px;
	}
	.mailchimp-one__form input {
		max-width: calc(100% - 215px);
	}
	.banner-three__top-inner h3 {
		font-size: 80px;
	}
	.banner-three__top-inner p {
		position: relative;
		right: auto;
		bottom: auto;
	}
	.banner-three__col {
		-webkit-box-flex: 1;
		        flex: 1 1 33.333%;
		max-width: 100%;
	}
	.tour-search-one__home-three .tour-search-one__inputs {
		border-right: 1px solid #eceeef;
	}
	.tour-search-one__home-four .tour-search-one__inputs {
		border: none;
	}
	.tour-search-one__home-5 .block-title h3 {
		font-size: 100px;
	}
	.tour-gallery__home-6__content {
		padding-top: 150px;
	}
	.tour-search-one__home-seven-content {
		padding-left: 0;
		padding-top: 100px;
	}
	.tour-search-one__home-8 {
		background-color: transparent;
		box-shadow: none;
	}
	.tour-details-two .tour-sidebar {
		margin-top: 0px;
	}
	
	.tour-details__list {
    margin-bottom: 0px;
    margin-left: 20px;
}

.tour-sidebar__search, .tour-details__review-form {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.site-footer .tour-space {
    margin-top: 0px;
}

.topbar-one__left {
  display:none;
}

.tour-details__plan-content h3 {
        color: var(--thm-base);
    font-family: var(--thm-font);
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: -5px;
    padding-top: 0px;
    text-transform: uppercase;
}

.tour-details__plan-content p {
    font-weight: 400;
    line-height: 21px;
    position: relative;
    font-size: 14px;
    font-family: sans-serif;
    text-transform: unset;
    margin: 0;
    margin-top: 10px;
    margin-left: -10px;
    border-left: 0px solid #cacaca;
    padding-left: 0px;
    padding-right: 10px;
    text-align: justify;
    color: #757575;
    letter-spacing: 0;
}

.tour-details__plan-count {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    border: 10px solid #fff;
    font-size: 30px;
    font-weight: 600;
    background-color: var(--thm-base);
    position: absolute;
    top: -20px;
    left: -7px;
    z-index: 10;
}


	.tour-details__plan-content {
		border-left: 2px solid var(--thm-base);
		margin-left: 28.5px;
		padding-left: 40px;
		padding-bottom: 0px;
	}

	.tour-details__plan-content span {
		display: block;
		font-size: 11px;
		line-height: 15px;
		font-weight: 400;
		color: #9E9E9E;
		text-transform: capitalize;
	}

	.tour-two__image-wrap .tour-one__image {
		width: 350px;
	}
	.tour-sidebar {
		margin-top: 80px;
	}
	.cta-two__content {
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.contact-one__content {
		margin-bottom: 40px;
	}
}

@media(max-width: 767px) {
	
.site-footer__bottom {
    padding-top: 20px;
    padding-bottom: 90px;
    background-color: #72358b;
    border-top: 2px solid #fff;
}


.footer-space {
	display:none;
}

.contact-info-one__single {
    margin-bottom: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(236, 238, 239);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 20px 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}	

.contact-one__logo img {
   display: none;
}

.contact-info-one {
    padding-top: 350px;
    padding-bottom: 0px;
    margin: 0 15px;
}

.contact-one {
    padding-bottom: 0px;
    margin: 15px;
}
	
.contact-one__form {
	  padding-bottom: 20px;
}
	
	.contact-one__social a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: 50px;
    height: 50px;
    background-color: var(--thm-gray);
    color: #9ca3a9;
    font-size: 20px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
	
.contact-one .block-title {
    margin-bottom: 20px;
}
	
.contact-info-one__single {
    margin-bottom:20px;
	    background: #FFFFFF url(../images/bg.png) fixed;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(236, 238, 239);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 20px 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}		
	
	.stricked-menu {
		display: none;
	}
	.main-nav__header-one {
		/* background-color: #fff; */
	}
	
	.main-nav__header-one .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
	}
	.main-nav__logo-box {
		margin-right: 0;
		-webkit-box-flex: 1;
		        flex: 1 1 100%;
		max-width: 100%;
		padding-left: 15px;
	}
	.main-nav__logo-box::before {
		display: none;
	}

	.topbar-one,
	.main-nav__right {
		display: inline;
	}
	
	
	.topbar-one__right .topbar-one__social {
		display:none;
	}
	
	.site-header__home-two {
    padding-left: 0;
    padding-right: 0;
    /* margin-top: 20px; */
}
	
.topbar-one__right {
    margin: 15px 0px;
    position: relative;
}

.topbar-one__right ul li {
    padding-left: 20px;
    padding-right:0px;
    list-style: none;
}

	.topbar-one__right ul {
display: list-item;
    text-align: left;
	    margin-left: -45px;
}
	
	.topbar-one__left ul {
    display: initial;
    margin: 0;
    padding: 10px;
}

.site-header__home-two .main-nav__right {
    right: 70px;
    top: -15px;
	    padding-right: 25px;
    position: absolute;
}

.language a {
	display: contents;
    z-index: unset;
}
	
	.site-header__home-two .main-nav__logo-box .main-nav__logo img {
   width: 200px;
    padding: 10px;
    margin-left: -25px;
}
	
	.site-header__home-two .main-nav__login, .site-header__home-two .main-nav__search {
    color: #000;
    margin-right: 0;
    margin-left: 30px;
    border: 2px solid #000;
    padding: 4px 30px;
    background: #fff;
}
	
	.site-header__home-two-wrap .topbar-one {
		background: #f9f9f9;
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}
		
	.video-one h3 br,
	.features-one__title .block-title h3 br {
		display: none;
	}
	.funfact-one__single {
		text-align: center;
	}

	/* .site-header__home-two .main-nav__logo-box { */
		/* max-width: 100%; */
		/* margin-right: 0; */
	/* } */
	
	.site-header__home-two .main-nav__logo-box {
    /* background-color: #0000001a; */
    padding-top: 0px;
    padding-bottom: 0px;
    width: 250px;
    margin-right: 0px;
}
	
	.banner-two p {
		font-size: 80px;
		margin-bottom: -30px;
	}
	.banner-two .container h2 {
		font-size: 100px;
	}
	.tour-category-one__col {
		-webkit-box-flex: 1;
		        flex: 1 1 50%;
	}
	.site-header__home-two {
		padding-left: 0;
		padding-right: 0;
	}
	.main-nav__header-four .main-nav__logo-box,
	.main-nav__header-three .main-nav__logo-box {
		max-width: 100%;
	}
	.site-footer__bottom-home-3 .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
		-webkit-box-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		        align-items: center;
	}
	.site-footer__bottom-home-3 .site-footer__social {
		margin-top: 30px;
	}
	.tour-search-one__home-four__moc {
		width: 50%;
	}
	.tour-search__home-6 .tour-search-one__home-four .tour-search-one__inputs {
		margin-left: -5px;
		margin-right: -5px;
	}
	.tour-search__home-6 .tour-search-one__home-four .tour-search-one__col {
		padding-left: 5px;
		padding-right: 5px;
	}
	.gallery-home-8 [class*=col-] {
		-webkit-box-flex: 0;
		        flex: 0 0 50%;
		max-width: 50%;
	}
	.tour-two__single {
		flex-wrap: wrap;
	}
	.tour-two__image-wrap,
	.tour-two__image-wrap .tour-one__image {
		width: 100%;
		-webkit-box-flex: 1;
		        flex: 1 1 100%;
	}
	.error-page__title h2 {
		font-size: 200px;
	}
	.error-page__title p {
		font-size: 100px;
	}
}

@media(max-width: 625px) {
	.footer-widget__column {
		-webkit-box-flex: 1;
		        flex: 1 1 100%;
		max-width: 100%;
	}
	.site-footer__bottom .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
		-webkit-box-pack: center;
		        justify-content: center;
	}
	.site-footer__social {
		margin-top: 15px;
	}
	.blog-details__content {
		padding-left: 20px;
		padding-right: 20px;
	}

	.blog-details__bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
		-webkit-box-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: start;
		        align-items: flex-start;
	}
	.blog-details__tags {
		margin-bottom: 10px;
	}
	.blog-details__tags a {
		margin-bottom: 10px;
	}
	.blog-details__bottom .sidebar__social-list {
		margin-top: 20px;
	}

	.author-one {
		padding: 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
		-webkit-box-align: start;
		        align-items: flex-start;
		-webkit-box-pack: start;
		        justify-content: flex-start;
	}
	.author-one__content {
		margin-left: 0;
		margin-top: 20px;
	}
	.mailchimp-one__form input {
		max-width: 100%;
	}
	.mailchimp-one__btn {
		margin-top: 10px;
	}
	.banner-two {
		padding: 135px 0 35px;
	}
	.banner-three__col {
		-webkit-box-flex: 1;
		        flex: 1 1 50%;
	}
	.banner-three__leaf {
		display: none;
	}
	.banner-three__top-inner p {
		margin-top: 10px;
	}
	.home-5__social {
		display: none;
	}
	.site-header__home-5 .main-nav__logo-box__sep {
		display: none;
	}
	.site-footer__home-5-text p {
		margin-left: 10px;
	}
	.tour-search__home-6 .tour-search-one__home-four .tour-search-one__inputs {
		margin-left: 0px;
		margin-right: 0px;
	}
	.tour-search__home-6 .tour-search-one__home-four .tour-search-one__col {
		padding-left: 0;
		padding-right: 0;
	}
	.tour-details__review-score {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
		-webkit-box-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		        align-items: center;
	}
	.tour-details__review-score-ave {
		-webkit-box-flex: 1;
		        flex: 1 1 100%;
		max-width: 100%;
		padding-top: 30px;
	}
	.tour-details__review-score__content {
		-webkit-box-flex: 1;
		        flex: 1 1 100%;
		max-width: 100%;
		width: 100%;
		border-left: 0;
		border-top: 1px solid #eceeef;
		margin-top: 40px;
	}
}

@media(max-width: 575px) {
	.site-footer__home-5 .container-fluid {
		padding-left: 15px;
		padding-right: 15px;
		-webkit-box-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		        align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
	}
	.tour-search-one__home-8 {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media(max-width: 480px) {
	.comment-one__single {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
		-webkit-box-align: start;
		        align-items: flex-start;
		-webkit-box-pack: start;
		        justify-content: flex-start;
	}
	.comment-one__content {
		margin-left: 0;
		margin-top: 30px;
	}
	.comment-one__btn {
		position: relative;
		top: auto;
		right: auto;
		margin-top: 20px;
	}
	.tour-search-one__input-box {
		-webkit-box-flex: 1;
		        flex: 1 1 100%;
		max-width: 100%;
		    padding: 10px 15px;		
	}
	
	.tour-category-one__single {
    margin-top: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: #0000009e;
    text-align: center;
    padding-top: 34.5px;
    padding-bottom: 34.5px;
}
	
	.tour-one__content h3 {
    margin: 0;
    font-family: var(--thm-font);
    color: var(--thm-black);
    font-weight: 600;
    line-height: 24px;
    font-size: 20px;
    text-transform: capitalize;
}
.thm__owl-carousel .owl-dots {
    margin-top: 20px;
}

.cta-four p {
    font-family: var(--heading-font);
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

.cta-four h3 {
    font-size: 33px;
    margin-bottom: 15px;
}

.blog-one__meta {
    color: #9E9E9E;
    font-size: 14px;
    margin: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 0px;
    border-top: 1px solid rgb(236, 238, 239);
}

.cta-four {
    background-attachment: inherit;
    background-position: inherit;
    background-repeat: inherit;
    background-size: cover;
	
    position: relative;
    padding-top: 250px;
    padding-bottom: 50px;
}
	
	.banner-one h2 {
		font-size: 55px;
	}
	.banner-one {
		padding: 120px 0;
	}
	.tour-category-one__col {
		-webkit-box-flex: 1;
		        flex: 1 1 100%;
	}
	.cta-four h3 {
    font-size: 33px;
    margin-bottom: 15px;
}
	.banner-three__top-inner p {
		line-height: 1.3em;
	}
	.tour-search-one__home-four .tour-search-one__inputs {
		margin-left: 0;
		margin-right: 0;
	}
	.tour-search-one__home-four .tour-search-one__col {
		padding-left: 0;
		padding-right: 0;
	}
	.tour-search-one__home-5 .tour-search-one__col {
		-webkit-box-flex: 1;
		        flex: 1 1 100%;
		max-width: 100%;
	}
	.tour-search-one__home-5 .block-title h3 {
		font-size: 80px;
	}
	.tour-gallery__home-6__tab-navs li a {
		width: 100px;
	}
	.tour-gallery__home-6__tab-navs li a img {
		width: 100%;
	}
	.tour-gallery__home-6__tab-navs li a::before {
		border-width: 5px;
	}
	.tour-gallery__home-6__content h3,
	.tour-search__home-6 .block-title h3 {
		font-size: 45px;
		line-height: 1.2em;
	}
	.tour-gallery__home-6__content p {
		font-size: 16px;
	}
	.tour-sorter-one {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
		-webkit-box-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: start;
		        align-items: flex-start;
	}
	.tour-sorter-one h3 {
		margin-bottom: 30px;
	}
	.tour-two__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
		-webkit-box-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: start;
		        align-items: flex-start;
	}
	.tour-two__top h3 {
		margin-bottom: 20px;
	}
	
	/* .contact-info-one__single { */
	
		/* -webkit-box-orient: vertical; */
		/* -webkit-box-direction: normal; */
		        /* flex-direction: column; */
		/* -webkit-box-pack: center; */
		        /* justify-content: center; */
		/* -webkit-box-align: center; */
		        /* align-items: center; */
		/* text-align: center; */
	/* } */
	
	
	
	.contact-info-one__content {
		    margin-top: 0px;
    margin-left: 20px;
	}
	.contact-info-one__single i {
		margin-right: 0;
	}
	.contact-one__content .block-title h3 br {
		display: none;
	}
}

@media(max-width: 375px) {
	.tour-one__content {
		padding-left: 25px;
		padding-right: 25px;
	}
	.video-one h3 {
		font-size: 60px;
	}
	.cta-three__content .block-title h3 {
		font-size: 50px;
	}
	.cta-three__content .block-title h3 br {
		display: none;
	}
	.cta-three__content::before {
		right: -15px;
	}
	.blog-one__content,
	.testimonials-one__content {
		padding-left: 30px;
		padding-right: 30px;
	}
	.banner-three__col {
		-webkit-box-flex:  1;
		        flex:  1 1 100%;
	}
	.tour-search-one__home-four .block-title h3 {
		font-size: 45px;
		line-height: 1.2em;
	}
	.tour-search-one__home-four__moc {
		width: 60%;
	}
	.tour-search-one__home-5 .block-title > span {
		font-size: 40px;
	}
	.tour-search-one__home-5 .block-title h3 {
		font-size: 60px;
	}
	.tour-gallery__home-6__content,
	.tour-search__home-6 .tour-search-one__home-four {
		padding-left: 15px;
		padding-right: 15px;
	}
	.tour-gallery__home-6__tab-navs li a {
		width: 65px;
	}
	.tour-gallery__home-6__content {
		padding-bottom: 200px;
	}
	.tour-gallery__home-6__tab-navs {
		left: 15px;
	}
	.tour-search-one__home-seven .features-two__single i {
		position: relative;
		top: auto;
		left: auto;
		margin-bottom: 45px;
	}
	.tour-search-one__home-seven .features-two__single {
		padding-left: 0;
		text-align: center;
	}
	.tour-sidebar__search,
	.tour-details__review-form {
		padding-left: 25px;
		padding-right: 25px;
	}
	.faq-one-accrodion .accrodion {
		padding-left: 30px;
		padding-right: 30px;
	}
	.tour-two__single .tour-one__content {
		padding-left: 25px;
		padding-right: 25px;
	}
	.error-page__title h2 {
		font-size: 100px;
	}
	.error-page__title p {
		font-size: 50px;
	}
	.error-page__title h2::before {
		width: 70px;
		height: 70px;
	}
}

@media(max-width: 320px) {
	.block-title h3 {
		font-size: 45px;
	}
	.tour-one__meta li + li {
		margin-left: 15px;
	}
	.cta-four h3 {
		font-size: 50px;
		line-height: 1em;
	}
	.tour-gallery__home-6__content h3,
	.tour-search__home-6 .block-title h3 {
		font-size: 40px;
	}
	.tour-search-one__home-seven .block-title h3 {
		font-size: 40px;
	}
	.tour-details__content .tour-one__meta li + li {
		margin-left: 30px;
	}
}