/*globle property start */
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/FontAwesome.eot');
	src: url('../fonts/FontAwesome.eot?#iefix') format('embedded-opentype'), url('../fonts/FontAwesome.woff2') format('woff2'), url('../fonts/FontAwesome.woff') format('woff'), url('../fonts/FontAwesome.ttf') format('truetype'), url('../fonts/FontAwesome.svg#FontAwesome') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Material-Design-Iconic-Font';
    src: url('../fonts/Material-Design-Iconic-Font.eot');
    src: url('../fonts/Material-Design-Iconic-Font.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Material-Design-Iconic-Font.woff2') format('woff2'),
        url('../fonts/Material-Design-Iconic-Font.woff') format('woff'),
        url('../fonts/Material-Design-Iconic-Font.ttf') format('truetype'),
        url('../fonts/Material-Design-Iconic-Font.svg#Material-Design-Iconic-Font') format('svg');
    font-weight: normal;
    font-style: normal;
}
:root {
    --primary-color: #666666;
    --heading-color: #0f82b5; 
    --base-color: #000000; 
    --btn-color:#fcb714;
    --white-color:#ffffff;
    --border-color:#e5e5e5;
	--light-bg-color:#f8f9fa;
	--font-SourceSans:'Source Sans Pro', sans-serif;
    --font-Montserrat:'Montserrat', sans-serif;
  }

* {
    margin:0;
    padding: 0;
}
body {
    font-size: 16px;
    color: var(--primary-color);
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 0.2px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
	color: #000;

}
a {
    color: var(--primary-color);
    transition: all 0.2s ease-in 0s;
}
img {
    width: auto;
    height: auto;
}
.readmore {
    background-color:var(--btn-color);
    border-radius:12px;
    font-size: 24px;
    color: var(--white-color);
    font-weight: 500;
    transition: all 0.4s ease-in 0s;
    width: auto;
}
.readmore:hover {
    background-color: var(--heading-color);
    color: var(--white-color);
}
.linked-listing {
    padding-left: 0;
  }
.customul li,
.linked-listing li {
    font-size: 18px;
    font-weight: 300;
    color: var(--base-color);
    line-height: 32px;
}
.linked-listing li {
    width: 32.33%;
    display: inline-block;
}
.linked-listing li a {
    color: var(--heading-color);
    font-weight: 400;;
    text-decoration: none;
    font-size: 16px;
}
.linked-listing li a:before {
    content: "";
    font-family: 'FontAwesome';
    margin-right: 10px;
    color: var(--heading-color);
    transition: all 0.2s ease-in 0s;
  }
.linked-listing li a:hover,
.linked-listing li a:hover:before {
    color: var(--base-color);
  }
.fix {
    position: fixed;
    background-color: var(--white-color);
    top: 0;
    transition: all 0.4s ease-in 0s;
    width: 100%;
    z-index: 9999;
    animation-duration: 1s;
    animation-name: slideInDown;
    animation-fill-mode: both;
    box-shadow: 0 0 16px 0 #f0f0f0;
}
.main-header .fixed-header {
    display: none;
}
.main-header .fixed-header.fix {
    display: block;
}
.main-header .fixed-header.fix .form-control {
    font-size: 14px;
}
.form-control {
    background-color: #FCFCFC;
    border-color: var(--border-color);
    padding: 0.5rem .75rem;
    border-radius: 10px;
}
.form-control:focus {
    box-shadow: 0 0px 8px .1rem rgb(230, 240, 255);
}
.rounded_custom .form-check-input {
    width: 18px;
    height: 18px;
    margin-right:6px;
}
.rounded_custom .form-check-input:checked {
    background-color: var(--heading-color);
    border-color: var(--heading-color);
}
.rounded_custom .form-check-input:focus {
    box-shadow: none;
}
.main-header .top-header ul li {
    padding: 0px 15px 0 0px;
    border-right: 1px solid var(--border-color);
    margin: 10px 15px 10px 0;
}
.main-header .top-header ul li:last-child {
    border-right: none;
}
.main-header .top-header ul li a {
    color: var(--primary-color);
    padding: 0;
    font-size: 14px;
}
.main-header .top-header ul li a:hover {
    color: var(--heading-color);
}
.main-header .middle-header .logo img {
    width: 90px;
}
.main-header .middle-header .callus-right {
    margin-top: 4px;
}
.main-header .middle-header .callus-right .d-mob {
    display: none;
}
.main-header .middle-header .callus-right h4 {
    margin-left: 40px;
    line-height: 20px;
    font-size: 22px;
    margin-bottom: 0;
}
.main-header .middle-header .callus-right h4 span {
    font-size: 18px;
}
.main-header .middle-header .callus-right::before {
    content: "";
    font-family: 'FontAwesome';
    font-size: 35px;
    color: var(--btn-color);
    position: absolute;
    left: 0;
    line-height: 40px;
}

.main-header .bottom-header {
    background-color: var(--heading-color);
}
.main-header .bottom-header .bookbtn .readmore {
    font-size: 18px;
    font-family: var(--font-Montserrat);
}
.main-header .bottom-header .bookbtn .readmore:hover {
    background-color: #176283;
}
.main-header .bottom-header .navbar-nav li {
    margin-right: 15px;
}
.main-header .bottom-header .navbar-nav .nav-link {
    color:var(--white-color);
    font-family: var(--font-Montserrat);
}
.main-header .bottom-header .navbar-nav .nav-link:hover {
    background-color:var(--btn-color);
    color:var(--white-color);
}
.slider-wrraper {
    /* background-image:url(../images/slider-img1.jpg);
    background-repeat: no-repeat;
    background-size: cover; */
    position: relative;
    /* background-position: center; */
}
.slider-wrraper:before {
    content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
}

.slider-wrraper h1 {
    color: var(--white-color);
    text-transform: uppercase;
    font-size: 40px;
    position: absolute;
    z-index: 2;
    font-weight: 600;
    left: 0;
    right: 0;
    bottom: 140px;
}
.slider-wrraper h1 span {
    text-transform: none;
}
.slider-wrraper .owl-pages2 {
    position: relative;
}
.slider-widget {
    margin-top: -115px;
    position: relative;
    z-index: 2;
}
.form-widget {
    position: relative;
    z-index: 1;
}
.form-widget form {
    background-color: var(--white-color);
}
.form-widget .form-title h2 {
    font-size: 24px;
    font-weight: 600;
    background-color: var(--heading-color);
    color:var(--white-color);
}
.form-widget .readmore {
    font-size: 18px;
    width: 100%;
    font-weight: 600;
}
.slider-widget .form-widget form .input-group i {
    position: absolute;
    right: 20px;
    top: 13px;
    font-size: 14px;
  }
  .slider-widget .form-widget form .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), 
  .slider-widget .form-widget form .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
.three-widget-sec {
	background-color:var(--light-bg-color);
    margin-top: -102px;
    padding-top: 140px;
}
.three-widget-sec h5 {
	font-weight:600;
    color: var(--base-color);
}
.three-widget-sec .heading-title {
	font-weight: bold;
    position: relative;
    color: var(--base-color);
    font-size: 24px;
}
.heading-title  {
	font-weight: bold;
    position: relative;
}
.heading-title:after {
	content:"";
	display: inline-block;
    width: 200px;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,b4d8e8+35,228cbb+54,b4d8e8+75,ffffff+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left, transparent 0%, #b4d8e8 35%, #228cbb 54%, #b4d8e8 75%, transparent 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  transparent 0%,#b4d8e8 35%,#228cbb 54%,#b4d8e8 75%,transparent 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  transparent 0%,#b4d8e8 35%,#228cbb 54%,#b4d8e8 75%,transparent 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}
.featurette-heading  {
	font-weight: 600;
    color: #000;
    font-size: 50px;
    margin-bottom:30px;
}
.featurette-heading span {
	color:#fcb714;
}
.featurette .widget_list {
	display:block;
	padding:0;
}
.featurette .widget_list li {
    display: flex;
    align-items: center;
	margin-bottom:15px;
}
.featurette .widget_list li:before {
    content: "";
    width: 40px;
    height: 40px;
    background-color: #a8a8a8;
    border-radius: 100%;
    color: var(--white-color);
    font-family: 'FontAwesome';
    display: flex;
    align-items: center;
    justify-content: center;
	margin-right:10px;
}
.featurette .phone_box p {
	padding-bottom:0;
	margin-bottom:0;
}
.featurette .phone_box a {
	text-decoration:none;
	color:#0e82b5;
	font-weight: 600;
}
.featurette .phone_box .icon-square {
    width: 40px;
    margin-right: 10px;
}
.featurette .phone_box .icon-square img {
    width: 100%;
}
.img_box {
    display: inline-block;
    width: 100%;
	position:relative;
	padding:0 40px 40px 0;
	
}
.img_box:before {
	content:"";
    display: block;
    background-image:url(../images/doted-image.png);
	background-repeat:no-repeat;
    position: absolute;
    top: -40px;
    left: -40px;
    width: 92%;
    height: 92%;
    z-index: -1;
}
.img_box:after {
	content:"";
    display: block;
    content: "";
    background-color: #0e82b5;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 92%;
    height: 92%;
    z-index: -1;
}
.img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.four-step-sec {
	background-color:#f5f5f5;
}
.four-step-sec .featurette-heading {
    margin-bottom: 130px;
}
.four-step-sec .step-box {
	text-align: center;
    background-color: var(--white-color);
    position: relative;
    padding: 80px 20px 40px 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px #ccc;
}

.four-step-sec .step-box .icon-box {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    background-color: var(--heading-color);
    border-radius: 100%;
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    margin: 0 auto;
	transition:all 0.5s ease 0s;
}
.four-step-sec .step-box .icon-box .blue-icon {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
	transition:all 0.5s ease 0s;
}
.four-step-sec .step-box:hover .icon-box  {
	background-color: #fff;
	transition:all 0.5s ease 0s;
}
.four-step-sec .step-box:hover .icon-box .blue-icon {
	opacity: 1;
	transition:all 0.5s ease 0s;
}
.four-step-sec .step-box h5 {
	color: #0e82b5;
    font-size: 22px;
    padding: 10px 0;
    font-weight: 400;
}
.cheap-flights {
    padding: 5rem 0 2rem;
}
.cheap-flights .cheap-flights-box {
    background: #ffffff;
    -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.cheap-flights .cheap-flights-box .img_box {
	width:100%;
	height:172px;
	padding:0;
}
.cheap-flights .cheap-flights-box .deal-heading {
    color: #0e82b5;
    border-bottom: 2px solid #0e82b5;
    padding: 16px 10px;
    margin: 0;
    font-size: 22px;
    font-weight: 500;
}
.cheap-flights .cheap-flights-box ul {
    margin: 0;
    padding: 0;
}
.cheap-flights .cheap-flights-box ul li {
    list-style: none;
    margin: 0;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cheap-flights .cheap-flights-box ul li .cheap-flights-title {
    font-weight: 600;
    color: var(--base-color);
    margin-bottom: 5px;
}
.cheap-flights .cheap-flights-box ul li .cheap-flights-title .ratings i {
    color: #ffcf00;
    font-size: 14px;
}
.cheap-flights .cheap-flights-box ul li .deal-price {
	width: 100%;
    display: block;
    text-align: end;
    font-weight: 600;
    color: #393939;
    font-size: 16px;
}
.cheap-flights .cheap-flights-box ul li p {
	color:#0e82b5;
	font-size:19px;
    margin: 0;
}
.cheap-flights .cheap-flights-box ul li:hover {
    background: #f9f9f9;
}
.cheap-flights .cheap-flights-box ul li:last-child {
    border: none;
} 
#destination {
    background: #1b3244;
}
.cheap-flights .cheap-flights-box ul li .readmore {
	padding: 0;
    background-color: transparent;
    color: var(--base-color);
    font-size: 16px;
    transition: all 0.2s ease-in 0s;
}
.cheap-flights .cheap-flights-box ul li .readmore:after {
	content:"";
	font-family:'FontAwesome';
	margin-left:10px;
    transition: all 0.2s ease-in 0s;
}
.cheap-flights .cheap-flights-box ul li .readmore:hover,
.cheap-flights .cheap-flights-box ul li .readmore:hover:after {
    color: var(--heading-color);
}
.callto-action {
    background-color: var(--heading-color);
}
.callto-action h3 {
    font-size: 40px;
    color: var(--white-color);
    font-weight: 600;
}
.callto-action .call {
    background-color: #219fd7;
    border: 1px solid var(--white-color);
    padding: 6px 20px;
    margin-top: 28px;
    font-family: var(--font-Montserrat);
}
.callto-action .call:hover {
    background-color: var(--btn-color);
}

.destination-section h2 {
    font-size: 35px;
    font-weight: 600;
    color:var(--base-color);
    padding-bottom: 10px;
}
.destination-section p {
    font-size: 18px;
    font-weight: 300;
    color:var(--base-color);
}
.destination-section .two-coloum {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
}
.destination-section .two-coloum li {
    width: 50%;
    color:var(--base-color);
    font-size: 18px;
    display: block;
    padding-bottom: 6px;
    font-weight: 300;
}
.destination-section .two-coloum li:before {
	    content: "";
    font-family: 'FontAwesome';
    font-weight: 500;
    font-size: 16px;
    margin-right: 10px;
}
.destination-section .slide-box {
    margin: 0 10px;
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease-in 0s;
}
.destination-section .slide-box figure {
    margin:0;
}
.destination-section .slide-box span {
    position: absolute;
    top: 10px;
    right: 20px;
    background-color: var(--btn-color);
    padding: 8px 15px;
    border-radius: 10px;
    color: var(--white-color);
}
.destination-section .slide-box .content_text {
    position: absolute;
    bottom: -54px;
    width: 100%;
    background-color: rgba(14,130,181,0.8);
    padding: 12px 0 16px;
    transition: all 0.2s ease-in 0s;
}
.destination-section .slide-box .content_text h5 {
    color: var(--white-color);
    font-weight: 600;
    padding-bottom: 4px;
}
.destination-section .slide-box .content_text .call {
    color: var(--white-color);
    font-size: 18px;
    background-color: var(--btn-color);
    padding: 3px 10px;
}
.destination-section .slide-box .content_text .call:before {
    content: "";
    font-family: 'FontAwesome';
    margin-right: 10px;
}
.destination-section .slide-box:hover .content_text {
    bottom: 0;
    transition: all 0.2s ease-in 0s;
}
.news-letter {
	display:inline-block;
	width:100%;
	background-image:url(../images/news_letter_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}
.news-letter:before {
	content:"";
	background-color:#0e82b5;
	position:absolute;
	bottom:0;
	top:0;
	left:0;
	right:0;
	opacity:0.8;
}
.news-letter .container {
	position:relative;
}
.news-letter h2 {
	font-size: 40px;
    color: var(--white-color);
    text-transform: uppercase;
    font-weight: 600;
}
.news-letter .form-control {
	padding: 12px 15px;
    border-radius: 15px;
    border: 1px solid var(--base-color);
    width: 320px;
    margin-right: 5px;
    display: inline-block;
}
.news-letter .readmore  {
	background-color: var(--btn-color);
    font-size: 20px;
    border-radius: 15px;
    padding: 8px 35px;
    margin-left: 5px;
}
.news-letter .readmore:hover {
    background-color: var(--base-color);
    border: 1px solid var(--white-color);
}
.brands-widget .brand-item {
	background-color: #f9f9f9;
    text-align: center;
    border: 1px solid #e6e6e6;
    padding: 10px 20px;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 110px;
    transition:all 0.3s ease 0s;
    cursor: pointer;
}
.brands-widget .brand-item:hover {
    border: 1px solid #e6e6e6;
    background-color: var(--white-color);
}
.brands-widget .brand-item img {
    filter: grayscale(100%);
}
.brands-widget .brand-item:hover img  {
	filter: inherit;
	transition:all 0.5s ease 0s;
}
/* content property end */
/* footer property start */
#sitefooter {
	position: relative;
}
#sitefooter {
	position: relative;
}
.main_footer {
    display: block;
    background-color: #1f1f1f;
}
.f_logo {
    display: inline-block;
	margin-bottom:10px;
}
.f_logo img {
    width: 140px;
}

.footer_wrapper {
	display:inline-block;
}
.footer_wrapper h4 {
	color:var(--white-color);
    font-size: 24px;
	margin-bottom: 20px;
}
.footer_wrapper p {
    font-size: 16px;
    line-height: 28px;
    color: var(--white-color);
    font-weight: 300;
}
.footer_wrapper_list {
	padding:0;
}
.footer_wrapper_list li {
	width:100%;
    padding-bottom: 5px;
	display:block;
}
.footer_wrapper_list li a {
    font-size: 16px;
	color:var(--white-color);
    transition: all 0.2s ease 0s;
	text-decoration: none;
	font-weight: 300;
}
.footer_wrapper_list li a:before {
	content:"";
	font-family:'FontAwesome';
	color:var(--white-color);
	font-size:14px;
	margin-right:15px;
	transition:all 0.2s ease 0s;
}
.footer_wrapper_list li a:hover,
.footer_wrapper_list li a:hover:before {
    color: var(--btn-color);
}
.footer_address .fa {
	color: var(--white-color);
    margin-left: -28px;
    margin-right: 10px;
}
.footer_address .f_call,
.footer_address .f_address {
    padding-left: 28px;
    line-height: normal;
}
.footer_wrapper p a {
	color:var(--white-color);
    font-weight: 300;
	text-decoration:none;
}
.footer-nav {
	text-align: center;
    border-top: 1px solid #343434;
    padding: 20px 0 20px 0;
    margin: 20px 0 0;
}
.footer-nav li {
	display: inline-block;
    border-right: 1px solid #979797;
    padding: 0 12px;
    line-height: 19px;
}
.footer-nav li:last-child {
	border-right:0;
}
.footer-nav li a {
	text-decoration: none;
    color: var(--white-color);
}
.footer-nav li a:hover {
	color:var(--btn-color);
}
.copyright {
	background-color: var(--base-color);
}
.copyright p {
	color: var(--white-color);
    margin: 0;
}
.social-icons .fa {
    color: var(--white-color);
    font-family: 'FontAwesome';
    width: 30px;
    height: 30px;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    margin-left: 10px;
    transition: all 0.2s ease-in 0s;
}
.social-icons .fa:hover {
    background-color: #219bd0;
}
.social-icons .fa-facebook {
    background: #4e71a8;
}
.social-icons .fa-twitter {
    background: #1cb7eb;
}
.social-icons .fa-pinterest {
    background: #c8232c;
}
.social-icons .fa-instagram {
    background: #e95950;
}
.footer-fixedinks {
    z-index: 3;
}
.footer-fixedinks .themegreen a,
.footer-fixedinks .themeorange a,
.footer-fixedinks .themeblue a {
    color: #fff;
    font-size: 24px;
    padding: 2px 0;
    display: inline-block;
}
.footer-fixedinks .themegreen {
    background: #7fb80e;
  }
  .footer-fixedinks .themeorange {
    background: #ff8e01;
  }
  .footer-fixedinks .themeblue {
    background: #3388be;
  }
/* footer property end */
/* about page property start */
  .about-banner {
    display: inline-block;
    width: 100%;
    background-image: url(../images/about_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 50px 0;
  }
  .about-banner .page-heading h1 {
    margin: 0;
    position: relative;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #ccc;
    display: inline-block;
    padding: 27px 156px 27px 46px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0b79a9+0,3bb4da+100 */
    background: #0b79a9; /* Old browsers */
    background: -moz-linear-gradient(left, #0b79a9 0%, #3bb4da 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0b79a9 0%, #3bb4da 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0b79a9 0%, #3bb4da 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b79a9', endColorstr='#3bb4da', GradientType=1); /* IE6-9 */
  }
  .about-banner .page-heading h1:before {
    content: "";
    position: absolute;
    left: 22px;
    width: 6px;
    background-color: #fff;
    height: 45px;
    top: 22px;
    margin: 0;
  }
.verification-section .title,
.content-section .title {
    color: var(--heading-color);
    font-size: 30px;
    font-weight: 600;
}
.verification-section .title span {
    color: var(--primary-color);
    font-size: 14px;
    padding-top: 10px;
}
.verification-section .base {
    box-shadow: 0 0px 5px 2px #dbdbdb;
    padding: 15px 15px;
    margin-bottom: 15px;
    cursor: pointer;
    border-radius: 10px;
  }
  .verification-section .base .bluebg {
    background: #0f82b5;
    color: #fff;
    padding: 2px 10px;
    border-radius: 4px;
  }
  .verification-section .base .travel-countries {
    height: auto;
    border-left: 1px dashed #0f82b5;
    position: relative;
    width: 90px;
  }
  .verification-section .base .travel-countries:after, 
  .verification-section .base .travel-countries:before {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #0f82b5;
    position: absolute;
    left: -4.5px;
  }
  .verification-section .base .travel-countries:before {
    top: -10px;
  }
  .verification-section .base .travel-countries:after {
    bottom: -6px;
    background: #0f82b5;
  }
  .verification-section .base h4 {
    color: var(--heading-color);
    font-size: 20px;
  }
  .verification-section .base h4 small {
    font-size: 50%;
    color: var(--primary-color);
    display: block;
  }
  .verification-section .base .readmore {
    font-size: 14px;
    padding: 2px 10px;
    border-radius: 10px;
  }
  .content-section .title {
    font-weight: 500;
    margin-bottom:15px;
  }
  .content-section p {
    font-size: 18px;
    font-weight: 300;
    color: var(--base-color);
    line-height: 32px;
  }
  .content-section .bookcheap .customul li {
    margin-bottom: 10px;
  }
  .partners {
    background: #f2f2f2;
  }
  .partners .logo-box {
    border-radius: 10px;
    background-color: var(--white-color);
    padding: 10px;
    margin: 0 auto;
    width: 80%;
  }
  
  /* about page property end */
 /* mobile responsive start */
@media (max-width:992px){
    .main-header .top-header,
    .main-header .middle-header .logo a,
    .main-header .fixed-header.fix {
        display: none;
    }
    .main-header .middle-header {
        padding-bottom: .2rem;
    }
    .main-header .middle-header .logo .callus-right {
        margin-top: 0;
        width: 100%;
        display: flex;
        justify-content: center !important;
    }
    .main-header .middle-header .callus-right .d-desk {
        display: none;
    }
    .main-header .middle-header .callus-right .d-mob {
        display: block;
    }
    .main-header .middle-header .callus-right h4 span {
        font-size: 22px;
    }
    .main-header .middle-header .callus-right h4 {
        margin-left: 10px;
        line-height: 30px;
    }
    .main-header .middle-header .logo .callus-right:before {
        position: relative;
        line-height: 35px;
    }
    .navbar-dark .navbar-brand img {
        width:90px;
    }
    .main-header .middle-header .callus-right h4 span {
        display: inline-block !important;
    }
    .slider-wrraper h1,
    .featurette-heading {
        font-size: 24px;
    }
    .three-widget-sec {
        margin-top: -190px;
        padding-top: 250px;
    }
    .four-step-sec .step-box {
        margin-bottom: 90px;
    }
    .four-step-sec {
        padding-bottom: 0 !important;
    }
    .cheap-flights .cheap-flights-box,
    .main-header .bookbtn {
        margin-bottom: 20px;
    }
    .callto-action,
    .callto-action .col-lg-5.text-end {
        text-align: center !important;
    }
    .callto-action .call {
        margin-top: 5px;
    }
    .main-header .bottom-header .navbar-nav li {
        margin-right: 0;
    }
    .main-header .bottom-header .navbar-nav .nav-link {
        padding-left: 10px;
    }
    
    }
    @media (max-width:768px) {
    .form-widget {
        padding: 0 !important;
    }
    .form-widget .form-title h2 {
        font-size: 20px;
    }
    .callto-action h3,
    .destination-section h2,
    .news-letter h2 {
        font-size: 24px;
    }
    .news-letter .form-control {
        width: 250px;
    }
    .brands-widget .brand-item {
        margin-bottom: 20px;
    }
    .brands-widget {
        padding-bottom: 2rem !important;
    }
    .featurette {
        margin-top: 0 !important;
    }
    .featurette .img_box {
        margin-top: 60px;
    }
    .destination-section {
        margin: 1rem !important;
    }
    }
    @media (max-width:640px) {
        .form-widget {
            padding: 0 !important;
        }
        .form-widget .form-title h2,
        .three-widget-sec .heading-title {
            font-size: 20px;
        }
        .slider-wrraper h1 {
            bottom: 0;
            font-size: 20px;
        }
        .slider-widget {
            margin-top: 20px;
        }
        .three-widget-sec {
            margin-top: 0;
            padding-top: 40px;
          }
          .callto-action {
            margin-top: 0 !important;
          }
          .callto-action .call {
            font-size: 16px;
          }
          .main-header .middle-header .callus-right::before {
            font-size: 20px;
          }
        }
        @media (max-width:480px) {
        .slider-wrraper h1 {
            bottom: 10px;
            font-size: 15px;
            padding: 0 !important;
        }
        .form-widget .form-title h2 {
            font-size: 14px;
            padding-left: 1rem !important;
        }
        .form-widget form {
            padding: 0 1rem !important;
        }
        .three-widget-sec .heading-title,
        .three-widget-sec h5,
        .cheap-flights .cheap-flights-box .deal-heading,
        .main-header .middle-header .callus-right h4,
        .main-header .middle-header .callus-right h4 span {
            font-size: 16px;
        }
        .three-widget-sec {
            margin-top: 20px;
        }
        .news-letter .form-control {
            width: 85%;
            margin: 0 0 10px;
          }
          .copyright .d-flex {
            display: block !important;
            text-align: center;
          }
          .copyright .d-flex p {
            margin-bottom: 10px;
          }
          .destination-section .two-coloum li {
            width: 100%;
          }
          .callto-action h3 {
            font-size: 20px;
          }
          .cheap-flights .cheap-flights-box ul li p {
            font-size: 14px;
          }
        }
    /* mobile responsive end */