@media only screen and (max-width: 1199px) and (min-width: 768px) {
	.img-mb-sec-inner {
		position: relative;
		margin-right: -15px;
	}
	.top-inner-banner {
		height: auto;
		width: 100%;
	}
	/* change of 20/09 */
	.berbe-travel-easy-slides{
		padding: 0;
		box-sizing: border-box;
		}
		.berbe-travel-easy-slides .owl-nav button.owl-next {
			right: 0;
			top: 40%;
		}
		.berbe-travel-easy-slides .owl-nav button.owl-prev {
			right: 0;
			top: 40%;
		}
}

@media only screen and (max-width: 1400px) and (min-width: 1200px) {
	.img-mb-sec-inner img {
		width: 70%;
		height: auto;
		margin-left: auto;
	}
	.top-inner-banner {
		height: 491px;
	}
	/* //changes of 19/09 */
	
	.social_links li {
		margin-right: 20px !important;
	}

	/* changes 20/09/2023 mobile responsive */

	.berbe-travel-easy-slides .owl-nav button.owl-next {
		right: 0;
		top: 40%;
	}
	.berbe-travel-easy-slides .owl-nav button.owl-prev {
		right: 0;
		top: 40%;
	}

	.berbe-travel-easy-slides{
	padding: 0 16px 0 16px;
    box-sizing: border-box;
	}

	
}
@media only screen and (max-width: 1600px) and (min-width: 1400px) {
	.img-mb-sec-inner img {
		width: 76%;
		height: auto;
		margin-left: auto;
	}
	.top-inner-banner {
		height: 537px;
	}
	.berbe-travel-easy-slides{
		padding: 0 3vw 0 3vw;
		box-sizing: border-box;
	}
/* changes 01/07/2023 mobile responsive */
	.video-block .img-wrapper {
		background-size: cover;
    	height: 580px !important;
	}

	/* changes 20/09/2023 mobile responsive */

	.berbe-travel-easy-slides .owl-nav button.owl-next {
		right: 0;
		top: 40%;
	}
	.berbe-travel-easy-slides .owl-nav button.owl-prev {
		right: 0;
		top: 40%;
	}

}

@media only screen and (max-width: 1440px) {
	.menu .navbar-nav .nav-item {
		margin: 0 3px;
	}
	h1 {
		font-size: 45px;
	}
	.advanced_search_box__wrap {
		margin-top: 0px;
	}
	.my-berbe-box {
		padding: 15px;
	}
	.my-berbe-box h5 {
		font-size: 16px;
	}
	.offer_box_title h5, .offer_box_scroll .mCSB_inside > .mCSB_container {
		padding: 15px;
	}
	/* changes 01/07/2023 mobile responsive */
	.video-block .img-wrapper {
	height: 580px !important;
	}
		/* changes 20/09/2023 mobile responsive */

		.berbe-travel-easy-slides .owl-nav button.owl-next {
			right: 0;
			top: 40%;
		}
		.berbe-travel-easy-slides .owl-nav button.owl-prev {
			right: 0;
			top: 40%;
		}
}
@media only screen and (min-width: 1025px) and (max-width: 1250px) { 
	.profile_content_page .nav-tabs li a {
		font-size: 16px;
	}
	.profile_content_left {
		width: 265px;
	}
	.profile_content_right {
		width: calc(100% - 265px);
	}
	img.small-icon{display:none}

	/* //changes of 19/09 */
	.social_links li {
		margin-right: 14px;
	}
	img.img-fluid-slider{width:auto !important;display:inline-block !important;}
 /* .berbe-travel-easy-slides{
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: content-box;
} */
}
@media only screen and (max-width: 1200px) {
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 25px;
	}
	.font-11 {
		font-size: 10px;
	}
	.font-13 {
		font-size: 11px;
	}
	.font-14 {
		font-size: 12px;
	}
	.font-16 {
		font-size: 14px;
	}
	.font-18 {
		font-size: 16px;
	}
	.font-20 {
		font-size: 18px;
	}
	.font-22 {
		font-size: 20px;
	}
	.advanced_search_box__wrap {
		margin-top: 0px;
	}
	.travel__rules {
		margin-left: 0px;
	}
	img.small-icon{display:none}
}
@media only screen and (max-width: 1074px) {
	.menu .navbar-nav .nav-item .nav-link {
		padding: 0.2rem;
	}
	img.small-icon{display:none}
	/* changes 19/09 */
	.social_links li{
		margin-right: 14px;
	}
}
@media only screen and (max-width: 1024px) {
	.profile_content_page .content-area h4 {
		padding:0 0 30px !important;
	}
	.menu .navbar {
		padding: 10px !important;
	}
	.profile_content_page {
		padding: 30px 0;
	}
	.menu .navbar-nav .nav-item .nav-link {
		font-size: 14px;
	}
	.berbe_anywhere .berbe_anywhere_wrap .text {
		font-size: 25px;
	}
	.profile_content_page .nav-tabs li {
		margin-right: 0;
	}
	.profile_content_left {
		padding: 0;
		position: fixed;
		top: 0;
		width: 350px;
		left: -100%;
		z-index: 9999;
		background: #fff;
		height: 100%;
		padding: 70px 20px;
		overflow: auto;
		transition: 0.5s ease-in-out;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		-o-transition: 0.5s ease-in-out;
	}
	.main::after {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
		z-index: 999;
	}
	.main .profile_content_left {
		left: 0;
	}
	.main .sidebar-menu {
		left: unset;
		right: 20px;
		top: 15px;
		z-index: 99999;
	}
	.main .sidebar-menu button {
		width: 40px;
		height: 40px;
		border-radius: 5px;
	}
	.main .sidebar-menu button i::before {
		content: "\72";
	}
	.profile_content_page .nav-tabs li a {
		font-size: 16px;
	}
	.sidebar-menu {
		display: block;
		position: fixed;
		left: 0;
		top:85px;
	}
	.sidebar-menu button {
		width: 30px;
		height: 40px;
		background: linear-gradient(to left, #35ede5, #31a4ec);
		border-radius: 0 5px 5px 0;
		color: #fff;
	}
	img.small-icon{display:none}
	/* changes 01/07/2023 mobile responsive */
	.video-block .img-wrapper {
	height: 450px !important;
	}

		/* changes 19/09 */
		.social_links li{
			margin-right: 14px;
		}
	
}

@media only screen and (max-width: 991px) {
	.BerbeCreditsBox {
		width: 50%;
	}
	.offer_box_content .btn-cyan {
		width: 100%;
		margin-top: 10px;
		max-width: 100%;
	}
	.menu .navbar-light .navbar-toggler {
		border-color: #fff;
	}
	.menu button.navbar-toggler {
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
	}
	.menu .header-right-section {
		margin-right: 70px;
	}
	.menu .user_account_name {
		display: none;
	}
	.menu .user_account_img {
		margin-right: 0 !important;
	}
	.menu .navbar-collapse {
		position: absolute;
		top: 66px;
		left: 0;
		right: 0;
		background-color: #606060;
		text-align: center;
	}
	.menu ul.navbar-nav {
		padding: 30px;
		height: 100vh;
	}
	.menu .navbar-nav .nav-item {
		margin: 7px 0;
	}
	.travel__rules_require .text-block {
		margin-left: 0px;
	}
	body {
		font-size: 14px;
	}
	.banner_main {
		height: auto;
	}
	.profile_content_page .nav-tabs li {
		margin-right: 10px;
	}
	.login-btn .btn-cyan {
		color: #000000;
		padding: 8px 15px;
		font-size: 17px;
		min-height: auto;
	}
	.travel-assistance .text-content {
		padding-left: 30px;
	}
	/* changes 01/07/2023 mobile responsive */
	img.small-icon{display:none}
	.video-block .img-wrapper {
		height: 345px !important;
	}

		/* changes 19/09 */
		.social_links li{
			margin-right: 14px;
		}
		.footer-logo-col{
			margin-bottom: 10px !important;
			text-align: center;
		}
		.footer-logo-col img{
			width: 65px !important;
		}
		/* changes 19/09 */
}
@media only screen and (max-width: 767px) {
	.BerbeCreditsBox {
		width: 100%;
	}
	.profile_content_left {
		width: 100%;
	}
	.transaction-table table tr th, .transaction-table table tr td {
		font-size: 14px;
		padding: 10px;
	}
	h4 {
		font-size: 20px;
	}
	.btn-cyan {
		min-width: 180px;
	}
	.menu a.navbar-brand {
		max-width: 80px;
	}
	.advanced_search_section .are_you_vaccinated_wrap {
		flex-wrap: wrap;
		display: block !important;
	}
	.travel-assistance .text-content {
		padding-left: 0px;
	}
	.video-block:after {
		right: 10px;
	}
	/*.profile_content_page ul {
		padding: 0;
	}*/
	.left-one {
		border-right: none;
	}
	.profile_content_page .nav-tabs li a.active {
		border-radius: 5px;
	}
	.select-travel .select2-container {
		width: 100% !important;
		min-width: auto;
	}

	.top-inner-banner {
		height: auto;
		width: 100%;
	}
	.img-mb-sec-inner {
		position: relative;
		margin-right: -15px;
	}

	.profile_content_right {
		width: 100%;
		padding-left: 0;
	}
	.dashboard-content .offers_box_main .offers_box:nth-child(1),
	.dashboard-content .offers_box_main .offers_box:nth-child(2),
	.dashboard-content .offers_box_main .offers_box:nth-child(3) {
		width: 100%;
		padding-top: 30px;
	}
	.dashboard-head {
		padding: 10px;
	}
	/* changes 01/07/2023 mobile responsive */
	img.small-icon{display:none}
	.video-block .img-wrapper {
		height: 430px !important;
	}

	/* //changes of 19/sep client feedback of applying app logo in footer */
	.footer-logo-col{
		margin-bottom: 10px !important;
		text-align: center;
	}
	.footer-logo-col img{
		width: 65px !important;
	}
	
	/* //changes of 19/sep client feedback of applying app logo in footer */
	.berbe-travel-easy-slides{
		box-sizing: border-box;
	}
}
@media only screen and (max-width: 575px) {
	h1 {
		font-size: 35px;
	}
	h2 {
		font-size: 25px;
	}
	h3 {
		font-size: 22px;
	}
	.login-btn .btn-cyan {
		min-width: auto;
		padding:6px;
	}
	.menu .navbar {
		padding: 10px !important;
	}
	.menu a.navbar-brand {
		margin-right: 0;
	}
	.menu .navbar-collapse {
		top: 64px;
	}
	.profile_content_page .my-trips-right ul {
		display: block !important;
	}
	.create-new {
		order: 1;
	}
	.profile_content_page ul.nav {
		order: 2;
	}
	.profile_content_page ul li {
		white-space: nowrap;
	}
	.profile_content_left.left-one ul {
		display: block !important;
	}
	.traveling_location input {
		min-width: 100%;
	}
	/* .profile_content_page .nav-tabs li a {
		padding: 20px 30px 20px 50px;
	} */
	.video-block .img-wrapper {
		height: 260px !important;
	}
	.coming-soon {
		margin-top: -140px;
		padding-top: 200px !important;
	}
	.modal-body {
		width: auto;
	}
	h4 {
		font-size: 15px;
	}
	.are_you_vaccinated_text {
		min-width: auto;
	}

	a.footer-logo {
		max-width: 80px;
	}
	.offer_box_content .btn-cyan {
		width: 100%;
		max-width: 100%;
		margin-top: 10px;
	}
	/* changes 01/07/2023 mobile responsive */
	img.small-icon{
		display:inline-block;
		width: 50px;
	}
	.navbar-brand .normal-icon {
		display: none;
	}
	.login-btn [href="#login"]{
		padding: 4px 21px !important;
		margin-right: 6px !important;
	}
	.login-btn [href="#signup"]{
		padding: 4px 15px !important;
	}
	.menu button.navbar-toggler {
		right: 10px;
		top: 12px;
		transform: none;
	}
	.menu .navbar-light .navbar-toggler span.toggler_bar_1 {
		width: 24px;
		height: 3px;
		background-color: #fff;
		display: block;
		margin: 6px auto;
		transition: 0.2s;
		position: absolute;
		top: 2px;
	}

	.menu .navbar-light .navbar-toggler span.toggler_bar_2 {
		width: 24px;
		height: 3px;
		background-color: #fff;
		display: block;
		margin: 6px auto;
		transition: 0.2s;
		position: absolute;
		top: 10px;
	}

	.menu .navbar-light .navbar-toggler span.toggler_bar_3 {
		width: 24px;
		height: 3px;
		background-color: white;
		display: block;
		margin: 6px auto;
		transition: 0.2s;
		position: absolute;
		top: 18px;
	}
	.menu .header-right-section {
		margin-right: 65px;
	}
	.menu button.navbar-toggler {
		right: 10px;
		top: 12px;
		transform: none;
		margin-right: 11px !important; 
		margin-top: 10.5px !important;
		width: 42px !important;
    	padding: 8px !important;
    	height: 36px !important;
	}
	#advanced-search .banner-store-icons{
		justify-content: center;
	}
	a.footer-logo {
		max-width: 240px;
	} 
	.footer-desc{
		margin-bottom: 16px !important;
	}
	.quick-links li{
		margin-bottom: 1rem !important;
	}
	.f-email{
		background: url(../images/footer-mail.svg) no-repeat left center;
		padding-left: 35px;
	}
	.f-email a {
		font-size: 14px !important;
	}
	.f-row{
		margin: auto;
	}
	.footer-responsive-address{
	width: 100%;
    margin-bottom: 30px;
	}
	.footer-responsive-email{
		display: flex;
		align-items: flex-start;
		width: 50% !important;
		justify-content: center;
		margin-bottom: 0px !important;
	}
	.footer-responsive-social-icons{
		display: flex;
		align-items: flex-start;
		width: 50% !important;
		margin-bottom: 0px !important;
		justify-content: center;
	}
	.footer-responsive-social-icons .social_links li {
		margin-right: 20px;
	}

	.footer-column .responsive-li-separator li{
		display: inline;
	}

	.footer-column .responsive-li-separator li:not(:last-child)::after{
		content: " | ";
		color: white;
	}
	.ytp-title-link {
		font-size: 14px !important;
	}
	.ytp-embed-mobile .ytp-title-channel-logo{
		width: 40px;
		height: 32px;
		margin: 0;
	}
	:not(.ytp-shorts-mode).ytp-title-enable-channel-logo .ytp-title-text {
		padding-left: 34px;
	}
	.ytp-embed:not(.ad-showing) .ytp-title-text {
		padding-top: 14px;
	}
}

@media only screen and (max-width: 300px) {
	menu .header-right-section {
		margin-right: 51px !important;
	}

	.menu .navbar-light .navbar-toggler{
		border-color: #fff;
		width: 31px !important;
		height: 28px !important;
		padding: 5.5px !important;
		margin-right: 8px !important;
		margin-top: 9px !important;
	}

	.navbar-brand .small-icon {
		display: inline-block;
		width: 36px;
	}

	.login-btn [href="#signup"]{		
		font-size: 12px !important;
		padding: 4px 9px;
		border-radius: 6px;
		color: #000000;		
		min-width: auto;
		min-height: auto;
	}

	.login-btn [href="#login"]{		
		font-size: 12px !important;
		padding: 4px 13px !important;
		border-radius: 6px;
		color: #000000;		
		min-width: auto;
		min-height: auto;
	}
 
	/* 29-06-23 mobile layout changes */
	.menu .navbar-light .navbar-toggler span.toggler_bar_1 {
		width: 18px;
		height: 2px;
		background-color: #fff;
		display: block;
		margin: 3px auto;
		transition: 0.2s;
		position: absolute;
		top: 3px;
	}

	.menu .navbar-light .navbar-toggler span.toggler_bar_2 {
		width: 18px;
		height: 2px;
		background-color: #fff;
		display: block;
		margin: 3px auto;
		transition: 0.2s;
		position: absolute;
		top: 9px;
	}

	.menu .navbar-light .navbar-toggler span.toggler_bar_3 {
		width: 18px;
		height: 2px;
		background-color: white;
		display: block;
		margin: 3px auto;
		transition: 0.2s;
		position: absolute;
		top: 15px;
	}
	.f-email{
		background: url(../images/footer-mail.svg) no-repeat left center;
    	background-size: 16px;
    	padding-left: 24px;
	}
	.social_links li{
		margin-right: 12px;
	}
	.f-email a {
		font-size: 12px !important;
	}
	.footer-desc{
		margin-bottom: 16px !important;
	}
	/* changes 30-06-23 */
	.video-block .img-wrapper {
		height: 230px !important;
	}
	.mb-5, .my-5 {
    margin-bottom: 1rem!important;
	}
	
	div.banner-store-icons{
		width:100%;
		text-align:center;
	}
	div.banner-store-icons a{
		text-align:center;
	}
	
	
	/* //changes 30-06--23 */
	.yt-responsive{
		height: 70% !important;
	}
	.ytp-title-link {
		font-size: 14px !important;
	}
	.ytp-embed-mobile .ytp-title-channel-logo{
		width: 40px !important;
		height: 32px !important;
		margin: 0;
	}
	:not(.ytp-shorts-mode).ytp-title-enable-channel-logo .ytp-title-text {
		padding-left: 34px !important;
	}
	.ytp-embed:not(.ad-showing) .ytp-title-text {
		padding-top: 14px !important;
	}
	footer .responsive-country-info {
		margin-bottom: 30px !important;
	}
}

/* changes 01/07/2023 mobile responsive */
@media (min-width: 1281px) {
  
	/* CSS */
	img.small-icon{display:none};
	
}

@media (min-width: 576px) {
	img.small-icon{display:none}
}

@media only screen and (max-width: 2200px) and (min-width: 1601px) {
	.video-block .img-wrapper {
		height: 580px !important;
	}
	.berbe-travel-easy-slides .owl-nav button.owl-next {
		right: 0;
		top: 40%;
	}
	.berbe-travel-easy-slides .owl-nav button.owl-prev {
		right: 0;
		top: 40%;
	}
}
