/* Media Queries
-------------------------------------------------------------- */
@media only screen and (max-width: 1919px) {
	#mainnav > ul.menu > li {
		margin-left: 2px;
	}

	.flat-progress.style1 {
		padding: 20px 30px;
		width: auto;
	}

	.progres.style1 {
		padding-top: 20px;
	}

	.progres.style1 .progress-item {
		margin-bottom: 15px;
	}

	.flat-choose-us {
		position: relative;
		margin-left: 0;
		padding-left: 30px;
		width: 100%;
	}

	.flat-choose-us div {
		float: none;
		width: 100%;
	}

	.flat-choose-us .one-five {
		width: 370px;
		max-width: 100%;
	}

	.flat-counter.style2 .container {
	    padding: 60px 15px 45px;
	}

	.flat-counter.style2 {
		margin-top: 0px;
	}
	#banner-tab{
		bottom: 0px; 
	}
}

@media only screen and (max-width: 1500px) {
	#mainnav {
		margin-right: 35px;
		margin-left: auto;
	}

	#mainnav ul.menu li {
		margin-left: 20px;
	}
	.tparrows {
		display: none;
	}

	.flat-progress.style1 {
		padding: 10px 15px;
	}

	.flat-progress .flat-title.style1 h2 {
		margin-bottom: 8px;
		padding-bottom: 10px;
	}

	.progres.style1 {
	    padding-top: 5px;
	}

	.progres.style1 .progress-item  {
		margin-bottom: 12px;
	}

	.progres.style1 .progress-item .progres-bar {
		margin-top: 11px;
	}
	#banner-tab{
		bottom: -30px; 
	}
	.banner-search {

		bottom: 250px;
	}
}

@media only screen and (max-width: 1366px) {
	#banner-slide-3 .tparrows {
		display: none;
	}

	.flat-progress.style1 {
		padding-bottom: 20px;
	}
	.tp-caption{margin-right: 60px !important;}
	#banner-tab {
		bottom: 20px;
	}

}

/* Smaller than standard 1200 */
@media only screen and (max-width: 1199px) {
	#banner-tab{
		bottom: -70px; 
	}
	.banner-search {

		bottom: 150px;
	}
	.flat-list {
		margin-bottom: 15px;
	}

	.flat-carousel .owl-controls {
		display: none;
	}

	.flat-benefit {
		padding: 96px 0px 0;
	}
	
	article.post.style3 .content-post {
		overflow: visible;
	}

	.flat-callback-form .flat-field .field-one-half label.error {
		position: relative;
		top: 0;
		right: 0;
	}

	.flat-callback-form .flat-field .field-one-half.field-email label.error {
		top: 0;
	}

	.sidebar.right {
		padding-left: 30px;
	}

	.table-pricing.style1 table thead th {
		font-size: 14px;
	}

	.table-pricing table thead tr th {
		font-size: 16px;
	}

	.form-submit {
		padding: 0;
	}

	ul.menu-tab.style1 li {
		padding: 0 25px;
	}

	.content-inner .text-tabs .text-content .text-list .image {
		margin-bottom: 15px;
	}

	.imagebox.style2 .imagebox-content {
		padding: 40px 10px 15px;
	}


	.call-back-form {
		padding: 20px;
		margin-right: -15px;
	}

	

	ul.menu-tab.style1.v2 {
		margin-top: 40px;
		text-align: left;
	}

	.flat-imagebox.style3 .flat-title.style1 {
		padding: 0;
	}

	.flat-skill .one-half {
		width: 100%;
	}

	.flat-skill .video-content a {
		display: block;
	}

	.flat-skill .video-content a img {
		width: 100%;
	}
}

/* Smaller than standard 992 */
@media only screen and (min-width: 992px) {
	/* Menu Mega */
	#mainnav ul.menu > li:hover > .menu-mega {
	    opacity: 1;
	    visibility: visible;
	    top: 100%;
	}

	.menu-mega {
	    position: absolute;
	    opacity: 0;
	    visibility: hidden;
	    width: 1170px;
	    max-width: 100%;
	    background: #fff;
	    padding: 40px 0;
	    top: 120%;
	    left: 25%;
	    z-index: 99;
	    box-shadow: 0px 22px 46px 0px rgba(0, 0, 0, 0.1);
	}

	.menu-mega ul.menu-mega-child {
	    padding-right: 40px;
/* 	    border-right: 1px solid #dfdfe2; */
	    position: relative;
	    height: 100%;
	}
	.menu-mega .one-third::after{
		content: '';
		position: absolute;
		height: 145px;
		width: 1px;
		background-color: #dfdfe2;
		top: 50px;
	}
	.one-half{
		  border-right: 1px solid #dfdfe2;
			min-height: 255px;
	}
	.one-third{
		  border-right: 1px solid #dfdfe2;
	}
	.menu-mega ul.menu-mega-child:last-child {
	    border-right: none;
	}

	.menu-mega ul.menu-mega-child li {
	    line-height: 36px;
	}

	.menu-mega ul.menu-mega-child li.title {
	    font-family: 'Poppins';
	    font-weight: 600;
	    font-size: 16px;
	    line-height: 48px;
	    color: #1e1e27;
	}

	.menu-mega ul.menu-mega-child li a {
	    position: relative;
		display: block;
		text-align: right;
	}

	.menu-mega ul.menu-mega-child li a:hover,
	.menu-mega ul.menu-mega-child li.active a {
	    padding-left: 6px;
	    color: #1db14c;
	}

	/* Submenu */
	#mainnav ul.menu > li.has-submenu:hover .submenu {
	    opacity: 1;
	    visibility: visible;
	    top: 100%;
	}

	.submenu {
	    background: #fff;
	    width: 270px;
	    position: absolute;
	    padding: 10px 0;
	    top: 120%;
		right: -14px;
	    opacity: 0;
	    visibility: hidden;
	    box-shadow: 0px 22px 46px 0px rgba(0, 0, 0, 0.1);
	    z-index: 99;
	}

	.submenu > ul > li {
	    line-height: 36px;
	    position: relative;
	}

	.submenu > ul > li > a {
	    display: block;
		padding-right: 30px;
		text-align: right;
		position: relative;
		color: #979797;
	}

	.submenu > ul > li.active > a,
	.submenu > ul > li > .submenu-child li.active a {
	    color: #c2c1ca;
	    padding-right: 36px;
	}

	.submenu > ul > li.has-submenu-child > a:before {
	    content: '\f105';
	    position: absolute;
	    font-family: 'Fontawesome';
	    right: 30px;
	}

	.submenu > ul > li.has-submenu-child:hover > a:before {
	    right: 25px;
	}

	.submenu > ul > li > .submenu-child {
	    background: #fff;
	    width: 270px;
	    padding: 10px 0;
	    position: absolute;
	    top: 50px;
	    left: 100%;
	    opacity: 0;
	    visibility: hidden;
	    box-shadow: 0px 22px 46px 0px rgba(0, 0, 0, 0.1);
	}

	.submenu > ul > li:hover > a {
	    color: #1db14c;
	    padding-right: 36px;
	}

	.submenu > ul > li:hover > .submenu-child {
	    opacity: 1;
	    visibility: visible;
	    top: -10px;
	}

	.submenu > ul > li > .submenu-child li a {
	    padding-left: 30px;
	    position: relative;
	}

	.submenu > ul > li > .submenu-child li a:hover {
	    padding-left: 36px;
	    color: #c9cacc;   
	}

	.menu-mega, .submenu, .submenu-child {
		-webkit-transition: all 0.3s ease-in-out;
	  	 -moz-transition: all 0.3s ease-in-out;
	  	  -ms-transition: all 0.3s ease-in-out;
	  		-o-transition: all 0.3s ease-in-out;	
	}
		.passenger{
		width:550px;
	}
	.experience{
		width:680px;
		left:13%;
	}
}
@media only screen and (max-width: 991px) {

	#mainnav-mobi {
		max-height: 300px;
		overflow-y: scroll;
	}

	#mainnav-mobi::-webkit-scrollbar {
		width: 4px;
		background-color: #F5F5F5;
	}

	#mainnav-mobi::-webkit-scrollbar-thumb {
		background-color: rgba(0,0,0,0.3);
	}

	#header.style1.v1 ~ #mainnav-mobi {
		/*top: 360px;*/
	}

	.header-top.style1 ~ #header.style1.v1 ~ #mainnav-mobi {
		/*top: 140px;*/
	}

	#header.style1 ~ #mainnav-mobi,
	#header.style2.v1 ~ #mainnav-mobi {
		/*top: 100px;*/
	}
	#mainnav-mobi ul > li > .menu-mega li a,
	#mainnav-mobi ul > li > .submenu li a {
		padding-left: 40px;
	}

	#mainnav-mobi ul > li > .submenu li ul.submenu-child li a {
		padding-left: 60px;
	}

	#mainnav-mobi ul > li > .submenu li ul.submenu-child li.active a {
		padding-left: 110px;
	}
	.main-content,
	.main-content.style1,
	#footer,
	.flat-error,
	.flat-pricing,
	.flat-contact,
	.flat-about,
	.flat-submit.style1,
	.flat-imagebox,
	.flat-submit,
	.flat-about,
	.flat-call-back,
	.about-company.style1,
	.flat-imagebox.style4,
	.flat-iconbox.style1,
	.flat-about.style2,
	.flat-iconbox.style3,
	.flat-call-back.style1,
	.flat-imagebox.style1,
	.flat-submit.style3,
	.flat-imagebox.style3 {
		padding: 50px 0;
	}

	.flat-about.style1 {
		padding: 50px 0 100px;
	}


	.case-single-content .top-icon {
		top: -135px;
	}

	.sidebar .widget,
	.sidebar .widget.widget-search,
	.iconbox.style2.v1,
	.iconbox.style6,
	.form-call-back h2 {
		margin-bottom: 30px;
	}


	article.main-single .entry-content > p,
	article.main-single .direction {
		padding-right: 0px;
	}

	.logo {
	    display: inline-block;
	    float: left;
	}

	.btn-menu {
		display: block ;
	}

	.nav-wrap {
		position: relative;
	}		

	#mainnav {
		display: none;
	}

	.header.style1 .btn-menu {
		margin: 22px 0px 22px 0px;
	}

	.header.style1 .btn-menu span,
	.header.style1 .btn-menu:before,
	.header.style1 .btn-menu:after {
		background-color: #fff;
	}

	.header.style1.v1 ~ #mainnav-mobi {
		margin-top: 30px;
	}

	.header.style1.v1 .btn-menu {
		margin-right: 15px;
	}

	.header.style1.v1 .header-wrap {
		padding: 0;
	}

	.top,
	.top .flat-questions,
	.widget-brochures {
		text-align: center;
	}

	.top .flat-socials, 
	.top .flat-questions {
		float: none;
	}

	.flat-socials {
		display: none;
	}

	.top .col-md-6.text-right {		
		padding-top: 20px;
	}

	.page-title {
		height: 200px;
	}

	.show-search {
		margin-left: 20px;
	}

	.post-wrap {
		margin: 0;
	}

	article.main-post.style1 {
		margin-bottom: 40px;
	}

	article.main-post.style1 .entry-title h3,
	.footer-top {
		padding-bottom: 0px;
	}

	.post-wrap .fullwidth,

	article.main-single {
		margin-right: 0px;
		margin-bottom: 40px;
	}

	ul.menu-tab {
		margin-bottom: 50px;
	}

	ul.menu-tab li {
		width: 114px;
		padding: 0;
	}

	.owl-carousel-1 {
		margin-left: 0px;	
	}

	.owl-carousel-3 li {
		line-height: 120px;
	}

	.flat-title.style1 h2 {
		margin-bottom: 30px !important;
	}

	.flat-progress {
		padding-left: 0px;
	}

	.progres .progress-item {
		margin-bottom: 20px;
	}

	.about-company {
		padding: 50px 0;
	}

	.about-company a {
		margin-top: 30px;
	}

	.about-company h1 {
		margin-right: 0px;
		font-size: 40px;
		line-height: 40px;
	}

	.parallax3 .overlay {
		background: linear-gradient(90deg, transparent 2%, rgba(28, 70, 133, 0.9) 20%);
	}

	.call-back-form {
		margin-right: 0px;
		margin-top: 30px;
		margin-left: 0px;
	}

	.about-us.style1 {
		margin-left: 0px;
	}

	.iconbox.style5 .iconbox-content {
		padding: 30px 20px 14px 35px;
	}

	.iconbox.style2 {
		padding: 25px 0;
	}

	.header-top .logo {
		margin-top: 20px;
	}

	.flexslider .content-text {
		padding-right: 0px;
	}

	.content-inner .wrap-imagebox .one-three {
		width: 100%;
	}

	.imagebox.style2,
	.we-about .one-half {
		margin-bottom: 30px;
	}

	.iconbox {
		margin-bottom: 30px;
		padding: 30px;
	}

	.iconbox.style1 {
		padding: 40px 20px;
	}

	.comment-area {
		margin-top: 40px;
	}

	.wrap-error {
		padding: 0;
	}

	.wrap-error .btn-submit a  {
		margin-top: 30px;
	}

	.flat-contact-form {
		padding: 0;
	}

	.form-submit .input-form input {
		width: 100%;
		margin-right: 0px;
	}

	.imagebox-item,
	.iconbox-item {
		margin-bottom: 30px;
	}

	.height80 {
	    height: 0px;
	}
	
	.widget-infomation ul.infomation-footer li,
	.flat-list {
		margin-bottom: 15px;
	}

	.flat-iconbox.iconbox-style1,
	.flat-iconbox.iconbox-style2,
	.flat-iconbox.style-3 {
		margin-bottom: 40px;
	}

	.flat-iconbox.iconbox-style1 + .vc_empty_space,
	.flat-iconbox.iconbox-style2 + .vc_empty_space,
	.flat-iconbox.style-3 + .vc_empty_space  {
		height: 0 !important;
	}

	.imagebox-image img,
	.page-wrap.sidebar-right .content-area,
	.page-wrap.sidebar-right .widget-area,
	.page-wrap.sidebar-left .widget-area,
	.page-wrap.sidebar-left .content-area,
	.flexslider .slides img,
	.page-wrap.sidebar-left .single-page .widget-area, 
	.page-wrap.sidebar-right .single-page .widget-area,
	.page-wrap.sidebar-left .single-page .content-area, 
	.page-wrap.sidebar-right .single-page .content-area {
		width: 100%;
	}



	article.main-post .entry-content {
		padding: 15px;
	}

	.widget-ft {
		margin-bottom: 30px;
	}

	.widget-lastest {
		margin-left: 0px;
	}

	/* Header Style2 */
	.header.widget-header .logo {
		width: 25%;
	}

	.header.widget-header .wrap-widget-header {
		width: 65%;
	}
	
	/* Home layout 02 */
	.flat-single-images {
		position: relative;
		left: 0;
		top: auto;
		bottom: -89px;
	}

	.counter {
		text-align: center;
		margin-bottom: 40px;
	}

	.top .flat-questions {
		padding-left: 0;
		margin-bottom: 5px;
	}

	.header.widget-header {
		padding: 0 0 0;
	}
	
	.flat-callback-form {
	    padding-left: 0;
	}

	.flat-callback-form .flat-field {
	    padding-right: 0;
	}

	#subscribe-email {
	    width: 100%;
	}
	
	.flat-text-block-timeline .flat-timeline-content {
		padding-left: 15px;
	}

	.top.style2 .logo,
	.top.style2.v1 .logo {
	    margin-top: 20px;
	    line-height: 50px;
	    float: none;
	}

	.top.style2 .flat-open-hours, 
	.top.style2 .flat-address,
	.top.style2.v1 .flat-open-hours, 
	.top.style2.v1 .flat-address {
	    margin-top: 20px;
	    width: 50%;
	    overflow: hidden;
	    margin-bottom: 20px;
	}

	.header.style2 .show-search a {
	    margin: 28px 0;	
	}

	.header.style2.v1 {
	    background-color: #3a526a;
	}

	.header.style2.v1 .flat-header-wrap {
		position: relative;
		bottom: 0;
		padding: 0 ;
	}

	.header.style3 {
		position: relative;
		top: 0;
	}

	.header.style3 {
	    background-color: #fff;
	}

	.header.style3 .show-search a i {
	    color: #18ba60;
	}

	.top.style2.v1 {
	    padding: 0;
	}

	.text-block-callback {
	    text-align: center;
	}

	.iconbox.style3 {
	    width: 100%;
	    padding-left: 15px;
	    padding-right: 15px;
	    float: none;
	}


	.benefit-image {
		margin-bottom: 50px;
	}

	article.post.style3 {
	    width: 100%;
	    float: none;
	    overflow: hidden;
	    margin-bottom: 30px;	
	}

	article.post.style3 .content-post {
	    overflow: visible;
	}

	article.post.style4 {
		margin-bottom: 40px;
	}

	.flat-imagebox.item {
	    width: 50%;
	    margin-bottom: 50px;
	}

	.flat-block-quote-slider .flex-control-nav {
		position: relative;
		padding-right: 0;
	}

	.wrap-button.s1 {
		margin-top: 0;
	}	

	.sidebar.right {
	    padding-left: 0;
	}

	.post-wrap {
		margin-bottom: 50px;
	}

	.form-info input[type="submit"] {
		margin-bottom: 30px;
	}

	.page-wrap.sidebar-left .widget-area,
	.page-wrap.sidebar-left .single-page .widget-area,
	.page-wrap.sidebar-right .widget-area {
		padding-top: 30px;
	}

	.flat-imagebox.style2 {
		padding: 50px 0 0;
	}

	.flat-iconbox,
	.pd-imagebox,
	.flat-owl-stage,
	.flat-callback,
	.flat-news,
	.pd-imagebox-s3,
	.flat-counter,
	.flat-testimonials,
	.flat-news-s2,
	.flat-iconbox.style2,
	.flat-progress-accordion,
	.pd-contact-v1,
	.pd-contact-v2,
	.main-about {
	    padding: 50px 0;
	}

	.dividers.dividers-about-post,
	.dividers.dividers-imagebox {
		height: 50px;
	}

	.dividers-pagination {
	    height: 0;
	}


	.flat-counter.style2 {
		position: static;
		padding: 50px 0 30px;
		background-color: #1c4671;
	}

	.flat-counter.style2 .container {
		padding: 0 15px;
	}

	.flat-counter.style2:before {
		display: none;
	}

	.header-top .btn-contact {
		padding: 25px 0;
	}

	.header-top .btn-contact a {
		display: inline-block;
		padding:0 36px;
	}

	.about-us.style3 {
		float: none;
		width: 100%;
		padding: 0 15px;
	}

	.owl-about {
		padding: 0 25px;
		width: 100%;
	}

	.flat-progress.style1 {
		width: 100%;
	}

	ul.menu-tab.style1.v2 {
		margin-top: 0;
		margin-bottom: 30px;
	}

	.flat-partner.style2 {
		padding: 0;
	}
	h2 {
		font-size: 36px;
		line-height: 46px;
	}
	.banner-search{
		position: relative;
		clear: both;
		bottom: 0px;
		width: 100%;
		right: 0px;
		margin-top: 20px;
	}
	#banner-tab{display: none;}
	.search-tabs {
		margin-top: 40px;
	}
	.search-tabs .nav-tabs li {
		font-family: '29LTBukra-Regular', Arial, Helvetica, sans-serif;
		font-size: 14px;
	}
	.contacts-on-map {
		clear: both;
		margin-top: 30px;
		width: 100%;
		position: relative;
		background-color: #38c046;
		z-index: 100;
		opacity: 1;
		margin-bottom: 30px;
	}
	.counter-box .counter-content > .count {
		font-size: 40px;
		line-height: 50px;
	}
	.icon-block {
		height: 40px;
	}
	.flat-statistics {
		padding: 40px 0 50px;
		
	}
	.icon-block img {
		width: 40px;
	}
	.counter-block.counter-block-no-border .counter-box .counter-content .title {
		font-size: 16px;
		line-height: 15px;
		color: #fff;
	}
	.header-top .logo {
		text-align: center;
		float: none;
		display: block;
	}

	.iconbox-wrap {
	    padding-bottom: 20px;
    	margin-top: 0px;
		text-align: center;
		float: none;
		display: block;
		
	}
	.iconbox.style2 .iconbox-icon {
		float: left;
	}
	.iconbox.style2 {
		padding: 15px 30px;
		border-left:0;
	}
	.flat-quicklinks {
		padding: 80px 0 60px;
	}
	.btn-more {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
	.imagebox.style5 .imagebox-content h4 {
		font-size: 14px;
	}

	.flat-iconbox.style2 .btn-more a {
		display: block;
		text-align: center;
		padding: 0;
	}
	  
    #header.style1.v1~#mainnav-mobi {/*top: 331px;*/}
		.square_icon img {
		position: absolute;
		top: 50%;
		left: 50%;
		width:45px;
		transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
	}
	.square_icon p {
		position: absolute;
		top: 62%;
		font-size:16px;
		font-family: '29LTBukra-Regular', sans-serif;
		transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		text-align:center;
		color:#ffffff;
		left:50%;
	}
}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {	
	.procedures-box ul {
	    padding: 15px;
	}
	h1{
		line-height: 1.5;
	}
	.card-header{
		font-size: 13px; 
	}
	.sidebar {
	    display: none;
	}
	.iconbox.center-circle-style1{
	    margin-bottom: 70px;
	}
	.tab-content {
    	margin-top: 90px;
	}
	.center-tabs li {
	    margin-top: 0px;
	}
	.search-tabs .nav-tabs li a {
	    padding: 10px 5px;
	}
	.search-tabs .nav-tabs{
		height: 70px;
	}
	#header.style1.v1 ~ #mainnav-mobi {
		/*top: 425px;*/
	}
	.top .col-md-6.text-right {
		padding-top: 5px;
	}

	.widget-infomation ul.infomation-footer li i.fa {
		float: left;
	}

	.widget-infomation ul.infomation-footer li a {
		overflow: hidden;
	}  

	.flat-questions a.appoinment {
		margin: 0 5px;
	}

	.flat-infomation {
	    float: left;
	    margin-bottom: 10px;
	}

	ul.flat-social {
		float: none;
	}

	.top.style2 ul.flat-social {
		float: left;
	}

	.flat-callback-form .flat-field .field-one-half,
	article.post.s1,
	article.post.s1 .featured-post img,
	article.post.style2 .featured-post img,
	article.post.style4 .featured-post img,
	.wrap-services-1 .sidebar-services,
	.wrap-services-1 .services-content-tab,
	.about-content-tab,
	.sidebar-about {
		width: 100%;
	}

	.about-content-tab {
		margin-top: 30px;
	}

	.about-content-tab .content-inner.over-view, 
	.about-content-tab .content-inner.history, 
	.about-content-tab .content-inner.partner, 
	.about-content-tab .content-inner.flat-faq {
		margin-left: 0px;
	}

	article.post.style2,
	.wrap-services-1 .sidebar-services,
	.testimonial {
		margin-bottom: 40px;
	}

	.wrap-services-1 .services-content-tab {
		padding: 0 15px;
	}

	.flat-callback-form .flat-field .field-one-half select {
		margin-bottom: 0;
	}

	.footer-widgets .widget.widget_nav_menu {
		padding-left: 0;
	}

	#menu-bottom li a {
		padding-left: 0;
		padding-right: 20px;
	}
	
	article .wrap-entry-title,
	.comments-area ol.comment-list article .comment_content .comment_text {
		overflow: visible;
	}


	.wrap-widget-header {
		display: none;
	}

	.header.widget-header .logo {
		width: 100%;
	}

	.header.widget-header .btn-menu {
		top: -120px;
	}

	.page-title.pagetitle_style_2 .page-title-heading,
	.page-title.pagetitle_style_2 .breadcrumbs,
	.page-title.pagetitle_style_3 .page-title-heading,
	.page-title.pagetitle_style_3 .breadcrumbs {
		display: table;
		width: 100%;
		text-align: left;
	}

	.iconbox-slider .slides .item {
	    width: 100%;
	}

	.iconbox-slider .slides .item .featured-post img {
	    width: 100%;
	}

	.one-half,
	.clients ul li img {
		width: 100%;
	}

	.post-wrap .one-half {
		padding: 0px;
	}

	.wrap-one-half.services {
		padding: 0 15px;
	}

	.wrap-one-half.services .one-half {
	    padding: 0;
	}


	.flat-contact-form .field-row .one-three {
		width: 100%;
	}

	ul.menu-tab {
		text-align: center;
	}

	ul.menu-tab li {
		width: 150px;
		margin-bottom: 10px;
	}

	.wrap-portfolio .one-four,
	.wrap-portfolio .one-three {
		width: 50%;
	}

	.about-us.style2 {
		margin-bottom: 20px;
	}

	.form-submit .input-form {
		padding: 0;
	}

	.iconbox.style2 {
		padding: 25px 20px 0;
	}

	.top.style2 ~ .header-top {
		padding-bottom: 50px;
	}

	.wrap-counter.style1 {
		margin: 0;
	}

	.iconbox.style5,
	.square.style1,
	.imagebox.style4 {
		margin-bottom: 30px;
	}


	.header-top {
		padding-bottom: 30px;
	}

	.flat-iconbox.style2 .btn-more {
		text-align: left;
	}

	.imagebox.style5 {
		margin-bottom: 50px;
	}

	.header-top .btn-contact {
		padding-bottom: 0px;
	}

	.form-call-back {
		margin-bottom: 30px;
	}

	.widget_newsletter {
		padding-right: 0px;
	}
	.menu-footer {
		float: right;
		clear: both;
		margin-top: 10px;
	}
	.menu-footer li:first-child {
		display: inline-block;
		margin-right: 0px;
	}
	.quicklinks-item > h3 a{
		font-size: 14px;
	}
	.quicklinks-item a img
	{
		width: 40px;
	}
	.quicklinks-item{
		min-height: 120px;
		padding:10px 5px;
	}
	.section-block-title h3 {
		font-size: 25px;
		line-height: 35px;
	}
	.one-third {
		width: 100%;
		float: none;
	}
	.square_icon img {
		position: absolute;
		top: 50%;
		left: 50%;
		width:35px;
		transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
	}
	.square_icon p {
		position: absolute;
		top: 62%;
		font-size:14px;
		font-family: '29LTBukra-Regular', sans-serif;
		transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		text-align:center;
		color:#ffffff;
		left:50%;
	}
	ul.insta_feeds li {
		margin-bottom: 35px;
	}
}

@media only screen and (max-width: 640px) {
	.flat-quicklinks {
		padding: 60px 0 30px;
	}
	.flat-quicklinks .col{
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		clear: both;
		-webkit-flex-basis:auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;	
	}
	#header.style1.v1 ~ #mainnav-mobi {
		/*top: 470px;*/
	}

	ul.menu-tab li {
		width: auto;
		padding: 0 30px;
	}


	.box-submit h2 {
		font-size: 24px;
	}

	.square.style2 {
		width: 100%;
	}
	.one-third.menu-mega-wrap{
		clear: both;
		width: 100%;
	}
	.one-forth.menu-mega-wrap{
		clear: both;
		width: 100%;
	}
	    .flat-quicklinks{width:100%;clear:left;}
    .flat-quicklinks .row{display: block;}
    .quicklinks-item {min-height: auto;}
    .menu-footer li{margin-left:8px;}
    .page-title .page-title-heading .h1-title {font-size: 28px;}
    .menu-footer li a {font-size: 12px;}
		.square_icon img {
		position: absolute;
		top: 50%;
		left: 50%;
		width:35px;
		transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
	}
	.square_icon p {
		position: absolute;
		top: 62%;
		font-size:16px;
		font-family: '29LTBukra-Regular', sans-serif;
		transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		text-align:center;
		color:#ffffff;
		left:50%;
	}
	.logo_oman1::before {
		content:'';
		position:absolute;
		background-color:#fff;
		height:100px;
		top:0;
		left: -30px;
		width:0;
	}
	.logo_oman1 ul li {
		width: 50%;
	}
	.arrival_depart.nav-tabs > li > a {
		    padding: 12px 10px;
	}
	.arrivalFilter {
		margin-right: 0;
	}
	.widget-about h3.title {
		width:100% !important;
	}
}

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

	#header.style1.v1 ~ #mainnav-mobi {
		/*top: 470px;*/
	}
	.header-top .logo {
		text-align: center;
		float: none;
		display: block;
	}

	.main {
	    max-height: 790px;
	}
	.owl-carousel-2.owl-theme .owl-controls .owl-nav div.owl-prev {
	    left: -14.5px;
	}

	.owl-carousel-2.owl-theme .owl-controls .owl-nav div.owl-next {
	    right: -14.5px;
	}

	.footer-top #logo-ft {
		margin-bottom: 30px;
		text-align: center;
	}


	.iconbox.style2 {
		text-align: center;
	}

	.iconbox.style2 .iconbox-icon {
		float: none;
		margin-bottom: 5px;
	}

	.counter-block {

		margin: 5px;
			margin-bottom: 5px;
		width: 100%;
		height: auto;
		margin-bottom: 40px;
	
	}
	.top-message.style2 p{
		padding-left: 15px;
		float: none;
	}
	.top-message.style2 .close-alert{position: relative;clear:both;margin-top:15px;right:0;}
	
	.one-half.menu-mega-wrap{
		clear: both;
		width: 100%;
	}
	.search-tabs .nav-tabs li a {
		padding: 20px 15px;
	}
	.shop-dinning-box {
		clear: both;
		float: left;
		width: 100%;
		position: relative;
		top: 145px;
		min-height: 500px;
	}
	 #header.style1.v1~#mainnav-mobi {/*top: 392px;*/}
		.square_icon img {
		position: absolute;
		top: 50%;
		left: 50%;
		width:75px;
		transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
	}
	.square_icon p {
		position: absolute;
		top: 75%;
		font-size:18px;
		font-family: '29LTBukra-Regular', sans-serif;
		transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		text-align:center;
		color:#ffffff;
		left:50%;
	}
	
}


/* Mobile Portrait Size */
@media only screen and (max-width: 549px) {	
	#header.style1.v1 ~ #mainnav-mobi {
		/*top: 470px;*/
	}
	.flat-infomation li.phone {
		border-right: none;
	}

	.flat-callback-form .flat-field {
	    padding-right: 0;
	}

	.imagebox.style1 .imagebox-content .imagebox-button a {
		margin-top: 10px;
	    padding: 10px 52px 10px 30px;
	}

	.iconbox-slider .slides .item .title-post {
		width: 100%;
	}

	.widget-infomation ul.infomation-footer li,
	.flat-list {
		margin-right: 0;
	}

	.footer-bottom .menu-footer {
	    float: none;
	}
	.footer-bottom .menu-footer li {
		margin-left: 18px;
	}
	.footer-bottom .menu-footer li a {
		font-size: 14px;
	}


	
	.top .flat-infomation ul li:after,
	.top .flat-questions:before {
		display: none;
	}

	.flat-imagebox .flat-imagebox-header .flat-imagebox-title,
	.page-template-tpl .vc_toggle_title > h4 {
		font-size: 13px;
	}

	.flat-imagebox .box-header {
		left: 0;
		bottom: 0;
		right: 0;
	}

	.flat-imagebox .box-header {
		padding: 18px 80px 10px 20px;
	}

	#text-5 {
		margin-bottom: 0;
	}

	

	article .entry-meta ul li {	   
	    padding-left: 17px;
	    margin-right: 9px;
	}

	.flat-team.team-grid {
		margin-bottom: 30px;
	}

	.flat-before-footer .flat-infomation > div {
		margin-right: 0;
	}

	

	.flat-imagebox .box-content {
		padding: 15px;
	}

	.flat-imagebox .flat-imagebox-button {
		margin-top: 0;
	}

	.flat-imagebox .flat-imagebox-button a {
		padding: 9px 52px 8px 14px;
	}

	.flat-imagebox .flat-imagebox-button a:after {
		top: 9px;
	}

	.footer-bottom .copyright,
	.widget-custom-menu {
		text-align: center;
	}

	.footer-bottom p,
	#menu-bottom li {
		line-height: normal;
	}

	article.post.style3 .featured-post {
	    float: none;
	    margin-right: 0;
	    margin-bottom: 30px;
	}

	.flat-accordion .toggle-title {
		font-size: 14px;
	}

	.page-title .page-title-heading {
		float: none;
	}

	.entry-post-title ul.entry-meta li {
	    margin-left: 0;
	}

	.top.style2 .flat-open-hours, 
	.top.style2 .flat-address,
	.top.style2.v1 .flat-open-hours, 
	.top.style2.v1 .flat-address,
	.flat-imagebox.item {
	    width: 100%;
	}

	
	.content-inner .text-tabs .text-content .text-list .image {
		float: none;
		margin-right: 0px;
	}

	.content-inner .text-tabs .text-content .text-list .image img {
		width: 100%;
	}

	.content-inner .text-tabs .text-content .text-list ul {
		float: none;
		margin: 20px 0;
	}
	.banner-search .link-block a {
		margin-bottom: 10px;
	}
	.counter-block {

		margin: 5px;
			margin-bottom: 5px;
		width: 100%;
		height: auto;
		margin-bottom: 40px;
	
	}
	.imagebox.style3 .imagebox-content p {
		font-size: 14px;
		line-height: 16px;
	}
	.search-tabs .nav-tabs li a {
		padding: 20px 10px;
	}
}

@media (max-width: 480px) {	
	#header.style1.v1 ~ #mainnav-mobi {
		/*top: 600px;*/
	}
	.counter-block {
		margin: 5px;
		width: 100%;
		height: auto;
		margin-bottom: 40px;
	}
	
	.owl-carousel-2 .owl-item {
		text-align: center;
	}

	.title-page,
	.top.style2 ul.flat-social {
		display: none;
	}

	.top.style2 ul.flat-social li {
		margin-right: 0px;
		padding: 0 10px;
	}

	.owl-carousel-11.owl-theme .owl-controls .owl-nav div {
	    top: -45px;
	}

	#slider ul.slides li {
		height: auto;
	}

	

	.box-title {
		height: auto;
		padding: 20px;
	}

	.box-title ul li {
		line-height: 26px;
		margin-bottom: 5px;
	}

	.flat-progress.style1 {
		padding: 20px 15px;
	}

	.progres,
	.progres.style1 {
		padding-top: 40px;
	}

	.progres .progress-item,
	.progres.style1 .progress-item  {
		margin-bottom: 40px;
	}

	.progres .progress-item .name {
		top: -16px;
	}

	.progres .progress-item .perc span {
		color: #666666;
		background-color: transparent;
	}

	.progres .progress-item .perc span:before {
		display: none;
	}

	.progres .progress-item .progres-bar {
		margin-top: 3px;
	}

	#slider ul.slides li {
		padding: 35px 0px 35px 20px;
	}

	#slider .flex-direction-nav a {
		height: 35px;
		width: 35px;
		line-height: 35px;
	}

	#slider .flex-direction-nav a.flex-prev {
		margin-left: -15px;
	}

	#slider .flex-direction-nav a.flex-prev {
		margin-right: -15px;
	}
	.search-tabs .nav-tabs li a {
		padding: 10px 5px;
	}
}


@media (max-width: 320px) {	
	
}


.card-body{
	overflow: scroll;
	color: #333 !important;
}
.procedures-box p {
    overflow: hidden;
}

/* ====================================
   FIX: Accordion/Card text visibility
   ==================================== */
.card-body,
.card-body *,
.card-body p,
.card-body span,
.card-body div,
.card-body table,
.card-body td,
.card-body th,
.card-body li,
.panel-body,
.panel-body *,
.collapse-content,
.collapse-content *,
#accordion .card-body,
#accordion .card-body *,
.accordion-body,
.accordion-body * {
    color: #333 !important;
}
.card-body table,
.panel-body table {
    background-color: #fff !important;
}
.card-body table td,
.card-body table th,
.panel-body table td,
.panel-body table th {
    color: #333 !important;
    background-color: #fff !important;
}