
body {
	font-family: 'Montserrat', sans-serif;
	color: #132A4C;
	font-size: 14px;
	font-weight: 500;
}
a {
	color: #FD5F00;
	text-decoration: none;
	transition: all 0.4s;
}
a:hover,
a:active,
a:focus {
	text-decoration: none;
}
.p-clr,
.title {
	color: #132A4C;
}
.s-clr {
	color: #FD5F00;
}
.red-clr {
	color: #FF0000 !important;
}
.red-bg {
	background-color: #FF0000;
}
.w-clr {
	color: #fff;
}
.p-bg-clr {
	background-color: #132A4C;
}
.s-bg-clr {
	background-color: #FD5F00;
}
.gray-clr {
	color: #707070;
}
.s-border {
	border: 0.5px solid #707070;
}
.s-t-border {
	border-top: 0.5px solid #707070;
}
.s-r-border {
	border-right: 0.5px solid #707070;
}
.s-b-border {
	border-bottom: 0.5px solid #707070;
}
.s-l-border {
	border-left: 0.5px solid #707070;
}
button,
button:hover,
button:focus,
button:focus-within,
button:active {
	outline: none;
}
.default-btn {
	padding: 7px 10px;
	border-radius: 4px;
	border: 1.5px solid;
	font-size: 15px;
	display: inline-block;
	transition: all 0.4s ease-in;
	/*outline: none;*/
}
.default-btn,
.default-btn:hover,
.default-btn:focus,
.default-btn:focus-within,
.default-btn:active {
	outline: none;
}
.position-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}
.p-btn {
	color: #132A4C; 
	border-color: #132A4C;
}
.s-btn {
	color: #FD5F00;
	border-color: #FD5F00;
	background-color: #fff; /*-15-4-21sha*/
}
.s-bg-btn {
	background-color: #FD5F00;
	color: #fff;
	border:0;
}
.s-bg-btn:hover { 
	background-color: #DD5300;
    /*border-color: #DD5300;*/
    color: #fff;
}
.w-btn {
	color: #fff;
	border-color: #fff;
	/*box-shadow: 0px 3px 6px #00000029;*/
	background-color: rgba(0,0,0,0.3);
}

.grid-full-col {
	grid-column: 1 / -1;
}
.bg-img {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}
.cursor-pointer {
  cursor: pointer;
}
.text-underline {
	text-decoration: underline;
}
p {
	margin-bottom: 10px;
}
ul,ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
li {
/*	line-height: 1.3;
	margin-bottom: 7px;*/
}
h1,h2,h3,h4,h5,h6 {
	margin: 15px 0 10px 0;
}
.font-800 {
	font-weight: 800; /* extra bold */
}
.font-700 {
	font-weight: 700; /* bold */
}
.font-600 {
	font-weight: 600; /* semi-bold */
}
.font-500 {
	font-weight: 500; /* medium */
}
.font-400 {
	font-weight: 400; /* regular */
}
.font-300 {
	font-weight: 300; /* light */
}

.f-35 {
	font-size: 35px;
}
.f-30 {
	font-size: 30px;
}
.f-25 {
    font-size: 25px;
}
.f-23 {
	font-size: 23px;
}
.f-22 {
	font-size: 22px;
}
.f-20 {
	font-size: 20px;
}
.f-18 {
	font-size: 18px;
}
.f-17 {
	font-size: 17px;
}
.f-16 {
	font-size: 16px;
}
.f-15 {
	font-size: 15px;
}
.f-14 {
	font-size: 14px;
}
.f-13 {
	font-size: 13px;
}
.f-12 {
	font-size: 12px;
}
.f-11 {
	font-size: 11px;
}
.f-10 {
	font-size: 10px;
}


.p-l-0 {
	padding-left: 0px;
}
.p-t-5 {
	padding-top: 5px;
}
.p-l-5 {
	padding-left: 5px;
}
.p-all-10 {
	padding: 10px;
}
.p-t-10 {
	padding-top: 10px;
}
.p-b-10 {
	padding-bottom: 10px;
}
.p-l-10 {
	padding-left: 10px;
}
.p-r-10 {
	padding-right: 10px;
}
.p-b-15 {
	padding-bottom: 15px;
}
.p-b-20 {
	padding-bottom: 20px;
}
.p-t-20 {
	padding-top: 20px;
}
.p-l-20 {
	padding-left: 20px;
}
.p-l-25 {
	padding-left: 25px;
}
.p-l-30 {
	padding-left: 30px;
}
.m-t-35 {
	margin-top: 35px;
}
.b-pr-16 {
	padding-right: 16px;
}
.site-select {
	border: 1px solid #132A4C;
	border-radius: 4px;
	position: relative;
}
.site-select:after {
	content: "\f078";
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    right: 15px;
    font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
    top: 6px;
    color: #132A4C;
    pointer-events: none;
    border-radius: 0;

    /*content: " ";
    top: 8px;
    background-image: url(../img/icons/arrow-n-down.png);
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat;*/
}
.site-select select {
	border: 0;
	width: 100%;
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    outline: none;
    background-color: transparent;
    padding: 5px;
    color: #132A4C;
}
.fixed-body {
    overflow: hidden;
}
.star-rating {
	background-image: url('../img/icons/gray-star-3.png');
	position: relative;
	background-repeat: repeat-x;
	width: 120px;
	display: inline-block;
	background-size: contain;
	height: 21px;
}
.star-rating .star-inner {
	position: absolute;
	background-image: url('../img/icons/golden-star-3.png');
	left: 0;
	background-repeat: repeat-x;
	background-size: contain;
	height: 21px;
	display: inline-block;
	width: 20%;
}
.site-select {
	
} 
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	/*color: #004085;*/
	font-weight: bold;
}
.entry-content h1 {
 	font-size: 26px;
 	/*margin-top: 15px;*/
 }
.entry-content h2 {
 	font-size: 20px;
 }
.entry-content h3 {
 	font-size: 18px;
 }
 .entry-content h4 {
 	font-size: 17px;
 }
 .entry-content p {
 	/*margin-bottom: 10px;*/
 }
.entry-content ul,
.entry-content ol {
	list-style: initial;
	padding-left: 30px;
}
.entry-content li {
	margin-bottom: 7px;
}
.entry-content a {
 	/*color: #072d5a;*/
 	/*text-decoration: underline !important;*/
 	/*transition: all 0.5s;*/
 }

.entry-content .show-hide-text a:hover,
.entry-content .button-read:hover,
.entry-content a:hover {
 	/*color: #072d5a;*/
 	/*text-decoration: none !important;*/
 }


/*Coockie Css*/
.cc-theme-edgeless.cc-window {
	font-size: 14px;
}
.cc-banner.cc-theme-edgeless .cc-btn {
	border: 1px solid #132A4C;
}
.cc-banner.cc-theme-edgeless .cc-btn:hover, 
.cc-banner.cc-theme-edgeless .cc-btn:focus,
.cc-banner.cc-theme-edgeless .cc-btn:active,
.cc-banner.cc-theme-edgeless .cc-btn:visited {
	color: #132A4C;
}
.modal-backdrop.show {
	z-index: 1050;
}
.modal {
	z-index: 1051;
}
/*Votre Error Div*/

.votre-error-div {
	/*position: relative;
    margin: 10px 10px 0 0px;
    float: right;*/

    position: absolute;
    margin: 10px 10px 0 0px;
    /* float: right; */
    top: -45px;
    right: 10px;
}
.votre-error-div .votre-error {
	font-size: 12px;
    /* width: 100%; */
    background-color: #fff;
    display: inline-block;
    padding: 5px;
    border-radius: 3px;
    line-height: 1;
}
.votre-error-div .votre-error:before {
	border: solid transparent;
    content: " ";
    position: absolute;
    border-bottom-color: #fff;
    border-width: 8px;
    right: 15px;
    top: 20px;
    transform: rotate(180deg);

}

.votre-error-mbl {
	top: 98%;
    right: 10px;
}
.votre-error-mbl .votre-error {
	
}
.votre-error-mbl .votre-error:before {
	right: 15px;
    top: -15px;
    transform: rotate(360deg);	
}
.votre-hide {
	display: none;
}

/*Start Site Radio button css*/

.site-c-radio .radio-box [type="radio"]:checked,
.site-c-radio .radio-box [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.site-c-radio .radio-box [type="radio"]:checked + label,
.site-c-radio .radio-box [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    line-height: 18px;
    display: inline-block;
    /*color: #fff;*/
    /*font-weight: 600;*/
    cursor: pointer;
}
.site-c-radio .radio-box [type="radio"]:checked + label:before,
.site-c-radio .radio-box [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.site-c-radio .radio-box [type="radio"]:checked + label:after,
.site-c-radio .radio-box [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #FD5F00;
    position: absolute;
    top: calc(50% - 6px);
    left: 8px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.site-c-radio .radio-box [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.site-c-radio .radio-box [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*End Site Radio button css*/

/*Start Filter selected Loader*/
.c-page-loader {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    /*background-color: rgba(255,255,255,0.8);*/
    background-color: rgba(19, 42, 76, 0.5);
    box-shadow: 2px 2px 10px rgba(19, 42, 76, 0.5);
    /*box-shadow: 2px 2px 10px rgba(255,255,255, 0.5);*/
    display: none;
}
.c-page-loader.active {
    display: block;
}
.c-page-loader-inner {
    top: 50%;
    transform: translate(-50% , -50%);
}

.p-form-loader {
/*	background-color: rgba(0, 0, 0, 0.5);*/
	background-color: rgba(19, 42, 76, 0.5);
	z-index: 9999;
}
.p-form-loader .c-page-loader-inner {
	top: 50%;
	transform: translate(-50% , -50%);
}


/*End Filter selected Loader*/

/*Result maps hover div*/

.result-product-img-div .map-div {

}
.map-hover-div {
	position: absolute;
	max-width: 420px;
	width: 100%;
    z-index: 2;
    /*top: 50%;*/
    display: none;
    transition: none;
    box-shadow: 1px 1px 30px 1px rgba(0,0,0,0.3);
}
.map-div:hover .map-hover-div {
 	/*display: block;*/
}
.map-hover-div ul {
	padding: 0;
	margin: 0;
	background-color: #fff;
	padding: 8px;
    border-radius: 4px;
}
.map-hover-div li {
	list-style: none;
	font-size: 13px;
	font-weight: 600;
	background-color: #F5F5F5;
	margin-bottom: 2px;
	color: #132A4C;
	/*text-transform: capitalize;*/
}
.map-hover-div li a {
	color: #132A4C;
	margin: 0 10px;
}
.map-hover-div li span {
	display: inline-block;
}
.map-hover-div li .stopage-place {
	padding: 7px 5px;
	/*text-transform: capitalize;*/
	width: calc(100% - 120px);
}
.map-hover-div li .stopege-time {
	padding: 7px 3px;
	/*background-color: rgba(0,0,0,.75);*/
	background-color: rgba(19, 42, 76, 1);
    float: right;
    text-align: center;
    width: 120px;
    color: #fff;;
}
.map-hover-div li .stopege-time span:first-child {
	width: 35%;
}
.map-hover-div li .stopege-time span:nth-child(2) {
	width: 20%;
}
.map-hover-div li .stopege-time span:nth-child(3) {
	width: 35%;	
}
/**/


/*04-11-2020 Black Friday top header*/

.top-black-friday {
	background-color: #FF0000 !important;
	font-size: 13px !important;
	padding: 10.5px 0;
	/*height: 40px;*/
	/*display: block !important;*/
	color: #fff;
	text-align: center;
}
.black-friday-div a {
	color: #fff;
	text-decoration: underline !important;
}
.black-friday-div a:hover,
.black-friday-div a:active,
.black-friday-div a:focus {
	color: #fff;
}

.modal-black-friday .modal-dialog {
	max-width: 650px;
}
.modal-black-friday {

}
.modal-black-friday .modal-body {
	padding: 30px;
}
.black-description .close {
    position: absolute;
    z-index: 999;
    opacity: 1;
    top: 10px;
    right: 15px;
    color: #132A4C;
    font-size: 29px;
    font-weight: 500;
}
.black-description .model-b-title {
	font-size: 17px;
}
.black-description .black-title {
	font-size: 16px;
	text-decoration: underline;
}
.black-description .black-des {
	line-height: 1.3;
}


.promo-code-title {
	/*font-size: 17px;*/
}

.promocode-input {
	max-width: 250px;
}

/* Start Select2 Form in Home Page*/
/*.select2-form {

}
.select2-form .select-dropdown {

}
.select2-form .select2-container {
	width: 100% !important;
}
.select2-form .select2-container .select2-selection--single {
	height: 44px;
	outline: none;
	border: 0.5px solid #00000029;
}
.select2-form .select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 44px;
	font-size: 15px;
    font-style: italic;
    font-weight: 500;
    color: #989898;

}
.select2-form .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 42px;
	width: 30px;
}
.select2-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #FD5F00 transparent transparent transparent;
	border-width: 8px 6px 0 6px;
}
.select2-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #FD5F00 transparent;
    border-width: 0 6px 8px 6px;
}
.select2-container--default .select2-results>.select2-results__options {
	max-height: 300px;
}

.scroll-menu .select2-container .select2-selection--single {
	height: 35px;
	outline: none;
}
.scroll-menu .select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 33px;
}
.scroll-menu .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 30px;
	width: 30px;
}

.select2-form {

}*/

/* End Select2 Form in Home Page*/


/*Home Page Login Form Modal*/
.login-form-modal {
	/*height: 100%;
	
	width: 0;
	position: fixed;
	z-index: 999999;
	top: 0;
	right: 0;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.5s;*/
	
}
.login-form-inner {
	padding: 30px;
}
.close-login {
	font-size: 40px;
	position: absolute;
	right: 18px;
	top: 0px;
	line-height: 1;
}
.form-login {
	/*transition: 0.5s;
	position: absolute;
	overflow: hidden;
	overflow: hidden;
	width: 100%;*/
}
.form-register {

}
/* Shared */
.login-form-modal .loginBtn {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  cursor: pointer;
  /* width: 13em;  - apply for fixed size */
  margin: .5em 0;
  padding: 3px 15px 3px 46px;
  border: none;
  text-align: center;
  line-height: 34px;
  width: 275px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 18px;
  color: #FFF;
}
.login-form-modal .loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
.login-form-modal .loginBtn:focus {
  outline: none;
}
.login-form-modal .loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}


/* Facebook */
.login-form-modal .loginBtn--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  text-shadow: 0 -1px 0 #354C8C;
}
.login-form-modal .loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  /*content: "\f39e";
  color: #fff;
  z-index: 999;
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  font-size: 20px;*/

  background: url('../img/icons/facebook-icon.png') 6px 9px no-repeat;
}
.login-form-modal .loginBtn--facebook:hover,
.login-form-modal .loginBtn--facebook:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5B7BD5, #4864B1);
}


/* Google */
.login-form-modal .loginBtn--google {
  background: #DD4B39;
}
.login-form-modal .loginBtn--google:before {
  border-right: #BB3F30 1px solid;
  background: url('../img/icons/google-icon.png') 6px 9px no-repeat;
}
.login-form-modal .loginBtn--google:hover,
.login-form-modal .loginBtn--google:focus {
  background: #E74B37;
}

.login-form-modal .login-with {
	padding: 30px;
	border-bottom: 2px dotted #ddd;
}
.login-form-modal .login-input {
	padding: 30px 10px;
}
.login-form-modal .login-input {

}
.login-list li {
	margin: 10px 0;
}
.login-list .login-input .input-title {

}
.login-list .input-form {
	width: 100%;
    border: 1px solid #5C5C5C;
    border-radius: 4px;
    height: 50px;
    /* color: #989898; */
    padding: 6px 12px;
    font-weight: 500;
}
.login-list .input-form:focus {
	border-color: #d0a75a;
}
.login-list .form-btn {
	display: inline-block;
	padding: 10px 20px;
	margin: 10px 0;
	border: 0;
}
.login-list .register-account {
	/*background-color: */
}
.login-list .submit-form:hover {
	/*background-color: #fff;*/
	color: #fff;
}
.forgot-login-list {
	margin-top: 50px;
}


/*Extra small devices (portrait phones, less than 576px)*/
 /*No media query for `xs` since this is the default in Bootstrap*/

 /*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 

}

 /*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
	.d-inline-imp {
		display: inline-block !important;
	}
}

 /*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 

}

 /*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
	.p-btn:hover {
		background-color: #132A4C; 
	}
	.s-btn:hover {
		background-color : #FD5F00;
	}
	.w-btn:hover {
		background-color: rgba(0,0,0,0.5);
	}
	.default-btn:hover {
		color: #fff;
	}
}


 /*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) { 
	.cc-floating.cc-theme-edgeless .cc-message {
		margin: 10px;
	}
	.cc-theme-edgeless.cc-window {
		max-width: 100%;
		bottom: 0;
	}
}

 /*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) { 
	.f-35 {
		font-size: 26px;
	}
	.f-30 {
		font-size: 24px;
	}
	.mob-mt-35 {
		margin-top: 35px;
	}
	.votre-other.votre-error-div .votre-error {
		background-color: #F8F8F8;
		/*border: 0.5px solid #FD5F00;*/
	}

}
 /*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) { 
	.f-35 {
		font-size: 23px;
	}
	.f-30 {
		font-size: 20px;
	}
	.entry-content iframe {
		width: 100%;
		height: auto;
	}
	.mob-hide {
		display: none;
	}
	.p-form-div .form-btn-col {

	}
	.promocode-input {
		max-width: 100%;
		margin-bottom: 15px;
	}
	.promo-code-title {
		width: 100%;
		margin-bottom: 15px;
		display: inline-block;
	}
	
}

 /*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 

}
 /*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 365.98px) { 
	.top-black-friday .black-friday-div p {
		font-size: 12px;
	}
}


 /*Extra large devices (large desktops)*/
 /*No media query since the extra-large breakpoint has no upper bound on its width*/


/*--------------------===================code-header=====================--------------------*/
.modified-container {
	max-width: 1200px;
	width: 100%;
}
.container-1400 {
	max-width: 1400px;
	width: 100%;
	/*padding: 0 30px;*/
}
.container-1200 {
	max-width: 1200px;
	width: 100%;
}
/*-----------------top-header-code-------------------*/

.top-header {
	background-color: #F5F5F5;
	font-size: 11px;
}
.top-header-row {
	/*max-width: 1000px;
	margin: 0 auto;*/
	padding: 7px 0;
}
.top-header .bar-content {
	display: -webkit-inline-box;
	padding-left: 72px;
}
.top-header .bar-content .bar-text {
	padding-left: 10px;
	margin: 0;
}
.top-header .bar-content img {
	width: 10px;
}

/*-----------------main-header-code------------------*/

.header {
	background-color: #fff;
	background-color: #102544;
	z-index: 1050;
}
.main-header {
	background-color: #fff;
	background-color: #102544;
	border-bottom: 1px solid #04152e;
	/*scroll-behavior: smooth;*/
}
.main-header .head-logo {
	max-width: 225px;
	margin: 0;
	width: 100%;
	padding-top: 10px;
}
.head-logo-new {
	max-width: 250px;
	width: 100%;
	text-indent: -2000px;
	display: inline-block;
}
.h1-logo-title {
	text-indent: -2000px;
	font-size: 0;
}
/*.head-logo-new a {
	display: inline-block;
	width: 100%;
	height: 100%;
}*/
.main-header .rating-div {
	margin-top: 10px;
	border-right: 1px solid #dadcdd;
}
.main-header .rating-list {
	display: flex;
}
.main-header .rating-list .list-element {
	max-width: 13px;
	padding: 1px;
}
.main-header .info-div .contact-details .contact-no:hover {
	color: #FD5F00;
}
.desktop-nav {
	margin: 0 auto;
}
.contact-details .contact-no {
	font-size: 22px;
}
.contact-details .contact-no i {
	font-size: 20px;
	margin-right: 10px;
}
.contact-details .contact-dates {
	font-size: 10.5px;
}

/*mon compte css*/
.mon-compte-div {
	/*border-left: 1px solid #dadcdd;*/
	margin-left: 15px;
	/*margin-top: 6px;*/

}
.mon-compte-div .mon-link {
	display: block;
	padding: 0.45rem 0.6rem;
	font-size: 16px;
	line-height: 1.1;
    font-weight: 600;
    background-color: #fff;
    border-radius: 50%;
}
.mon-compte-div .mon-link i {
	font-size: 20px;
}
.mon-compte-div .mon-link:hover {
	opacity: 0.9;
}

/*-----------------navbar-header-code------------------*/

.desktop-menu .menu-list {
	position: static;
	/*padding: 0 20px;*/
	padding: 0 12px;
	text-align: center;
}
.desktop-menu .menu-list .nav-link {
	color: #fff;
	font-weight: 600;
	position: relative;
	padding: .8rem .5rem;
	text-transform: uppercase;
	font-size: 13px;
}
.desktop-menu .menu-list:hover .nav-link,
.desktop-menu .menu-list .nav-link:active,
.desktop-menu .menu-list .nav-link:focus {
	/*border-bottom: 1.5px solid #FD5F00;*/
	
}
.menu-header .main-nav {
	padding: 0;
}
.menu-header .dropdown-toggle::after {
    /*content: none;*/

}
.menu-header .main-nav {

}
.menu-header .desktop-menu {
	margin: 0 auto;
}
.menu-header {
	/*padding-top: 120px;*/
}
/*code for mega-menu*/

.desktop-menu .sub-menu {
	width: 100%;
	margin-top: 0;
	color: #132A4C;
	padding: .5rem 0px;
}
.sub-menu .submenu-layout {
	padding: 20px 10px;
}
.sub-menu .dropdown-block {
	padding: 0px 30px;
}
.sub-menu .sub-list li {
	line-height: 1.2;
    margin-bottom: 5px;
}
.sub-menu .dropdown-block .d-title {
	font-size: 16px;
	font-weight: 700;
	/*padding-bottom: 10px;*/
}
.sub-menu .dropdown-block .d-footer {
	font-size: 13px;
	font-weight: 600;
	color: #FD5F00;
}
.sub-menu .dropdown-block .d-footer i {
	padding-left: 15px;
}
.sub-menu .dropdown-block .sub-list {
	padding-bottom: 15px;
}
.sub-menu .dropdown-block .sub-list .long-list {
	width: 33.33%;
	float: left;
}
.sub-menu .dropdown-block .sub-list.ul-col-3 {
	width: 33.33%;
	float: left;
	padding-right: 8px;
}
.sub-menu .dropdown-block .sub-list a,
.sub-menu .dropdown-block .sub-list .cen-link {
	color: #132A4C;
	font-size: 13px;
}

.sub-menu .dropdown-block .d-one-img {
	max-width: 170px;
	margin-bottom: 20px;
}
.sub-menu .dropdown-block .d-description {
	font-size: 13px;
	padding-bottom: 15px;
}
.sub-menu .dropdown-block .d-icon {
	max-width: 32px;
	padding: 0 0 10px 15px;
}
.sub-menu .dropdown-block .icon-title {
	font-size: 16px;
	font-weight: 700;
	padding-left: 10px;
}
.sub-menu .dropdown-block .txt-img-block {
		max-width: 260px;
}
.sub-menu .dropdown-block .d-two-img {
  	position: relative;
  	margin-top: 10px;
}
 
.sub-menu .dropdown-block .d-three-img {
  	position: relative;
  	margin-top: 10px;
}

.sub-menu .dropdown-block .d-four-img {
	max-width: 600px;
  	position: relative;
}

.body-wrapper {
	/*padding-top: 154px;*/
	padding-top: 124px;
}

/*------------Start Footer Css-------------*/
.footer {
	background-color: #132A4C;
	padding: 60px 0;
	color: #fff;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	opacity: 0.8;
	color: #fff;
}
.top-footer {

}
.footer-col {
	-ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
.footer-col.col-last {
	-ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
}
.footer-col-inner {

}
.footer-logo {
	max-width: 250px;
	margin-bottom: 30px;
}
.footer-add {
	font-size: 13px;
	max-width: 190px;
}
.footer-add p {
	
}
.footer-add span {
	
}
.footer-add .footer-mob {
	margin-top: 20px;
	margin-bottom: 0;
}
.footer-links {
	padding-top: 30px;
}
.footer-title {
	margin-bottom: 25px;
}
.footer-link-list {
	font-size: 13px;
}
.footer-link-list li {
	margin-bottom: 10px;
	line-height: 1.3;
}
.footer-link-list li a {
	
}
.footer-link-list li .cenfoo-link:hover,
.footer-social li p:hover {
	opacity: 0.8;
	color: #fff;
}
.footer-social {

}
.footer-social li {
	line-height: 1.3;
	margin-bottom: 15px;
}
.footer-social li a,
.footer-social li p {
	max-width: 25px;
    margin: 0 auto;
    display: inline-block;
}
.footer-social {
	
}

.middle-footer {
	padding: 20px 0;
	margin: 30px 0;
	border-top: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
}
.middle-footer-title {
	margin: 0;
	padding: 15px 0;
}
.middle-foo-links {

}
.middle-foo-links li {
	display: inline-block;
	margin: 10px 35px;
	text-align: center;
}
.middle-foo-links li a {
	display: inline-block;
}


.bottom-footer  {
	border-top: 1px solid #ced4da;
	margin-top: 40px;
	padding-top: 40px !important;

}

/*New Payments footer*/
.foo-company-list {
	
}
.foo-company-list .pay-p-foo-list {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    margin: 30px auto 20px auto;
    max-width: 1100px;
}
.foo-company-list .pay-p-foo-list li {
	padding: 0 8px;
	text-align: center;
}
.foo-company-list .pay-p-foo-list img {
	
}
.foo-company-list .pay-p-foo-divider {
	padding: 0 20px !important;
} 
.foo-company-list .pay-p-foo-divider .divider {
	border-left: 1px solid #707070;
	display: inline-block;
	height: 100%;
} 
.foo-company-list .pay-p-foo-divider {
	
}

.devis-right-div .devis-mpg-img {
    height: 150px;
}
.devis-mpg-img .dpg-img-map,
.devis-mpg-img .dpg-img-destination {
    height: 150px;
    width: 50%;
    min-height: auto;
    float: left;
} 

@media (min-width: 1200px) { 

	/*for dropdown on hover*/
	.dropdown:hover > .dropdown-menu {
  		/*display: block;*/
	}

	.dropdown > .dropdown-toggle:active {
  	/*Without this, clicking will make it sticky*/
    	pointer-events: none;
	}
	.desktop-menu .menu-list .nav-link:after {
		content: " ";
		border: 0;
	    background: #FD5F00;
	    color: #FD5F00;
	    height: 2px;
	    margin: 0;
	    position: absolute;
	    width: 100%;
	    left: 0;
	    bottom: 0px;
	    transition: all 250ms ease 0s;
	    transform: scale(0);
	}
	.desktop-menu .menu-list:hover .nav-link:after {
		transform: scale(1);
	}
	.sub-menu .dropdown-block .sub-list a:hover,
	.sub-menu .dropdown-block .sub-list .cen-link:hover {
		color: #FD5F00;
	}
	a:hover,
	a:active,
	a:focus {
		/*color: #132A4C;*/
		color: #DD5300;
		text-decoration: none;
	}
	.container-1400 {
		padding: 0 30px;
	}
}

@media (max-width: 1299.98px) {
	.desktop-menu .menu-list {
		padding: 0 10px;
	}
}
 /*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
	.desktop-nav {
		display: none;
	}
	.menu-header {
		border-bottom: 1px solid #132A4C;
	}
	.menu-header .main-nav {
		background-color: #102544;
		padding: 10px;
	}
	.w-bg-clr {
		background-color: #fff;
	}
	.menu-header .menu-text {
		font-size: 10px;
		font-weight: 600;
		margin-bottom: 0;
		color: #fff;
	}
	.menu-header .navbar-toggler-icon {
		width: 1.65em;
	}
	.head-logo {
		max-width: 225px;
		width: 100%;
		margin: 0;
		padding: 0;
		padding-bottom: 10px;
	}

	.navbar-collapse {
    	height: 100vh;
    	overflow-y: auto;
    	padding-bottom: 100px;
	}
	.menu-header .desktop-menu {
		padding: 0px;
		/*margin-top: 20px;*/
		/*border-top: 1px solid #132A4C;*/
	}
	.menu-header .navbar-toggler {
		padding-top: 0;
		padding-bottom: 10px;
		padding-left: 5px;
	}
	.menu-header .navbar-toggler:focus {
		outline: none;
	}
	.menu-header .mobile-call {
		padding-right: 5px;
		padding-bottom: 5px;
		text-align: center;
	}
	.desktop-menu .menu-list {
		padding: 0;
		text-align: left;
	}
	.desktop-menu .menu-list:last-child .nav-link {
		border-bottom: 0;
	}
	.menu-header .mobile-call i {
		font-size: 20px; 
/*		padding-left: 20px; 
		padding-top: 10px;*/
		padding: 10px 0 8px 0px; 
		color: #FD5F00;
	}

	.mon-compte-mob {
		color: #FD5F00 !important;
	    margin-right: 10px;
	    vertical-align: middle;	
	    line-height: 1;
	    font-size: 22px;
	}
	.mon-compte-mob i {
		margin-bottom: 7px;
	}

	.desktop-menu .menu-list .nav-link {
		color: #132A4C;
		font-size: 17px;
		border-bottom: none;
		font-weight: 600;
		padding-right: 0;
		padding-left: 0;
		text-transform: none;
		border-bottom: 1px solid #00000029;
	}
	.desktop-menu .menu-list .nav-link:hover,
	.desktop-menu .menu-list .nav-link:active,
	.desktop-menu .menu-list .nav-link:focus {
		color: #132A4C;
		text-decoration: none;
		/*border-bottom: none;*/
	}
	.desktop-menu .menu-list .nav-link .arrow-right {
		float: right;
	}
	.desktop-menu .menu-list .nav-link .arrow-left {
		padding-right: 10px;
		display: none;
	}

	.menu-header .dropdown-toggle::after {
    	content: none;
	}
	.sub-menu .img-mobile {
		/*display: none;*/
		
	}
	.sub-menu .dropdown-block .d-icon {
		max-width: 18px;
	    padding: 0; 
	    float: left;
	    margin-right: 10px;
	}
	.sub-menu .submenu-mobile {
		max-width: 100% !important;
    	flex: 0 0 100%;
	}
	.sub-menu .dropdown-block .icon-title {
		font-weight: 600;
		font-size: 17px;
		padding-left: 0;
		margin-bottom: 15px;
	}
	.sub-menu .dropdown-block .d-footer {
		font-size: 16px;
	}
	.sub-menu .dropdown-block .sub-list a,
	.sub-menu .dropdown-block .sub-list .cen-link {
		font-size: 16px;
		font-weight: 400;
	}
	.sub-menu .dropdown-block .sub-list a:hover,
	.sub-menu .dropdown-block .sub-list .cen-link:hover {
		/*color: red;*/
	}
	.sub-menu .submenu-layout {
		padding: 0px;
		/*padding-top: 10px;*/
	}
	.sub-menu .dropdown-block {
		padding: 0;
		padding-bottom: 15px;
		border-bottom: 1px solid #00000029;
		margin-bottom: 15px;
	}
	.sub-menu .dropdown-block:last-child {
		padding-bottom: 0;
		border-bottom: 0;
	}
	.desktop-menu .shadow {
		box-shadow: none !important;
	}
	.desktop-menu .dropdown-menu {
		border: none;
	}
	.sub-menu .dropdown-block .d-title {
		padding-bottom: 0;
		font-size: 17px;
		margin-bottom: 15px;
		font-weight: 600;
	}
	.sub-menu .dropdown-block .sub-list .long-list {
		width: 100%;
		float: none;
	}

	.desktop-menu .menu-list.show .nav-link .arrow-left {
		display: inline-block;
	}
	.desktop-menu .menu-list.show .nav-link .arrow-right {
		display: none;
	}
	
	/*.border-right {
    	border-right: none !important;
	}
	.border-left {
		border-left: none !important;
	}*/

	.sub-menu .dropdown-block .sub-list {
		padding-bottom: 0px;
	}
	.sub-menu .dropdown-block .d-description {
		padding-bottom: 0;
		font-size: 16px;
		margin-bottom: 15px;
		font-weight: 400;
	}
	.sub-menu .sub-list li {
    	margin-bottom: 15px;
	}
	.sub-menu .sub-list li:last-child {
		/*margin-bottom: 0;*/
	}
	.mobile-nav,
	.mob-sub-menu {
		background-color: #fff;
		top: 79px;
		overflow-y: auto;
		width: 100%;
		height: 100%;
		overflow-x : hidden;
		padding: 0 15px !important;
		padding-bottom: 150px !important;

	}
	.mobile-nav {
		width: 100%;
		position: fixed;
		left: 0;
		height: 100%;
		z-index: 2;
	}
	.mob-sub-menu {
		/*padding: 0 15px !important;	*/
		position: fixed;
		left: 0;
		z-index: 2;
	}
	.mob-sub-menu .modal-dialog {
		max-width: 100%;
		margin: 10px;
	}
	.mob-sub-menu .close {
		float: none;
		color: #132A4C;
	    font-size: 17px;
	    border-bottom: none;
	    font-weight: 600;
	    text-transform: none;
	    opacity: 1;
	    padding: 17px 0;	
	    /*border-bottom: 1px solid #00000029;*/
	}
	.mob-sub-menu .close .arrow-left {
		padding-right: 10px;
	}
	.close-submenu {
		border-bottom: 1px solid #00000029;	
		margin-bottom: 15px;
	}
	.body-wrapper {
		padding-top: 79px;
	}
	.foo-company-list .pay-p-foo-list li {
		padding: 0 10px;
	}

	.black-friday-body .mobile-nav {
		top: 119px;
	}
	.login-form-inner {
		padding: 10px;
	}

}

 /*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) { 
	.head-logo {
		/*max-width: 225px;*/
	}
	
}
 /*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) { 
	.head-logo {
		max-width: 185px;
	}
	.footer-col {
		-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.footer {
		padding: 20px 0;
		padding: 20px 0 50px 0;
		text-align: center;
	}
	.footer-logo {
		margin: 10px auto;
	}
	.footer-add {
		margin: 10px auto;
	}
	.footer-links {
		padding-top: 15px;
	}
	.footer-social-mob {

	}
	.product-p-body .foo-company-list {
		padding-bottom: 50px;
	}
	.foo-company-list .pay-p-foo-divider {
		display: none !important;
	}
	.footer-social-mob ul li {
		display: inline-block;
		margin: 20px 10px;
	}
	.footer-social-mob li a {
		
	}
	.footer-title {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.footer .f-20 {
		font-size: 16px;
	}
	.middle-footer {
		padding: 10px 0;
    	margin: 15px 0;
	}
	.middle-foo-links li {
		width: 25%;
		margin: 0px;
		padding: 10px;
	}
	.border-right {
    	border-right: none !important;
	}
	.border-left {
		border-left: none !important;
	}

	.foo-company-list .pay-p-foo-list {
		margin: 12px auto;
    	display: inherit;
	}
	.foo-company-list .pay-p-foo-list li {
	    padding: 5px;
	    width: 19%;
	    display: inline-block;
	}
	.black-friday-body .body-wrapper {
		padding-top: 138px;
	}
	.black-friday-body .mobile-nav {
		top: 138px;
	}
}
 /*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 

}

 /*Extra large devices (large desktops)*/
 /*No media query since the extra-large breakpoint has no upper bound on its width*/

/*------------------------reacher-form CSS-------------------------------*/
.reacher-form {
	/*padding: 30px 30px 35px 30px;*/
	/*padding: 20px 25px 25px 25px;  -15-4-21*/
	padding: 25px;
	position: absolute;
	/*max-width: 1255px;*/
	max-width: 1340px;
	width: 100%;
	top: 42%;
	border-radius: 4px;
	box-shadow: 0px 10px 20px #98989873;
}
.reacher-form.reach-safari {
	left: 50%;
	transform: translateX(-50%);
}
.reacher-form .form-title {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 25px;
	margin-top: 0;
	line-height: 1.2;
}
.reacher-form .form-group {
	margin-bottom: 0;
}
.reacher-form label {
	font-weight: 600;
	font-size: 15px;
}
.form-group .form-option1-list, .form-group .form-option2-list {
	height: 45px;
	border-radius: 4px;
	border: 0.5px solid #5C5C5C;
}

.form-group .form-option1-list, .form-group .form-option1-list option {
	font-size: 15px;
	/*font-style: italic;*/
	font-weight: 500;
	color: #989898;
}
.reacher-form .form-group select option {
	color: #132A4C;			
}
.form-group .form-option2-list, .form-group .form-option2-list option {
	font-size: 15px;
	color: #132A4C;
	font-weight: 500;
}
.reacher-form .form-group select {
	background-image: url(../img/down-arrow.svg);
	background-repeat: no-repeat;
	background-position: 94% center!important;
	-webkit-appearance: none;
	border: 1.5px solid #132A4C;
	padding-right: 30px;
	color: #989898;
}
.form-control:focus {
    border-color: #DD5300 !important;
    box-shadow: none;
}
.reacher-form .btn-div {
	
}
.reacher-form .btn-div .form-btn {
	border-radius: 4px;
	border: 2px solid #FD5F00;
	padding: 9px;
	background-color: #FD5F00;
	color: #fff;
	font-size: 15px;
	display: inline-block;
	width: 100%;
	text-align: center;
	font-weight: 700;
	transition: none;
}
.reacher-form .btn-div .form-btn:hover {
	background-color: #DD5300;
	border-color: #DD5300;
	/*background-color: transparent;*/
}

/*-------------start-scroll-menu-----------*/
.scroll-menu {
	background-color: #fff;
	background-color: #102544;
	position: fixed;
    top: 0;
    left: 0;
    /*z-index: 9999;*/
    /*z-index: 1051;*/
    z-index: 1050; /*changed on 7-4-21sha*/
	width: 100%;
	/*justify-content: space-between !important;*/
	padding: 10px 30px;
    max-width: 1400px;
    justify-content: space-between !important;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 0px);
}
.scroll-menu .d-none {
	display: block !important;
}
.scroll-menu .scrolling-logo {
	width: 18%;
}

.scroll-menu .scrolling-logo .navbar-brand {
	margin-right: 0;
	/*max-width: 250px;*/
	max-width: 200px;
	width: 100%;
	padding-top: 10px;
}
.scroll-menu .reacher-form {
	position: relative;
	/*width: 60%;*/
	width: 75%;
	float: left;
	color: #132A4C;
	background-color: #102544;
	padding: 0px 10px;
	box-shadow: none;
	/*padding-top: 25px;*/
	padding-top: 10px;
}
.scroll-menu .reacher-form .form-title {
	display: none;
}
.scroll-menu .reacher-form label {
	font-size: 14px;
	margin-bottom: 5px;
	display: none;
}
.scroll-menu .reacher-form .form-group {
	margin-bottom: 0;
}
.scroll-menu .form-group .form-option1-list, 
.scroll-menu .form-group .form-option2-list {
	border: 1px solid #ced4da;
	height: 35px;
	font-size: 14px;
	padding-right: 22px;
}
.scroll-menu .reacher-form .btn-div .form-btn{
	padding: 5px;
	font-size: 14px;
}
.scroll-menu .scrolling-info {
	width: 18%;
	float: left;
	text-align: right;
}
.scroll-menu .scrolling-info .info-div {
	padding-top: 6px;
}
.scroll-menu .scrolling-info .contact-dates {
	font-weight: 400;
	font-size: 10px;
}
.scroll-menu .contact-details .contact-no {
	font-size: 20px;
}
.scroll-menu .contact-details .contact-no i {
	margin-right: 0;
}
.h-hide {
	display: none !important;
}
.reacherForm {
	transition: top 0.5s;
}
.reacherForm.scroll-menu.show-top {
	
}
.reacherForm.scroll-menu {
	
}
.menu-header.scroll-header {
	padding-top: 74px;
}
/* Shrink header */
.shrink-header .navbar-brand {
	/*max-width: 190px;*/
}
/*-------------end-scroll-menu-----------*/


/*-----------------------mobile-reacher-CSS---------------------------*/
.mobile-reacher-sec {

}
.mob-reacher-form {
	padding: 20px 0px 30px 0;
}
.mob-reacher-form .mobile-form-title {
	font-size: 24px;
	font-weight: 700;
	padding: 10px;
	margin-top: 0;
	/*padding-top: 0;*/
}
.mob-reacher-form .reach-col {
	padding: 6px 10px;
}
.mob-reacher-form .mob-btn-div {
	margin-top: 30px;
}
.mob-reacher-form .form-group {
	margin: 0;
}
.mob-reacher-form .mob-btn-div .mob-form-btn {
	border-radius: 4px;
	padding: 9px 30px;
	font-weight: 700;
	background-color: #FD5F00;
	color: #fff;
	font-size: 15px;
	border-color: #FD5F00;
	display: inline-block;
	margin-top: 15px;
}
.mob-reacher-form .mob-btn-div .mob-form-btn:hover {
	/*color: #FD5F00;
	background-color: #132A4C;*/
}
.mob-reacher-form .tabopen-btn {
	padding: 10px;
	padding-right: 25px;
	font-weight: 300;
	border-radius: 4px;
	/*transition: all 0.4s ease-in;*/
	background-color: #fff;
	color: #989898;
	width: 100%;
	display: inline-block;
	font-size: 14px;
	font-style: italic;
	white-space: nowrap;
    text-overflow: ellipsis;
    height: 45px;
    position: relative;
    overflow: hidden;
}
.mob-reacher-form .tabopen-btn.active {
	color: #132A4C !important; 
}
.mob-reacher-form .tabopen-btn .arrow-icon {
	position: absolute;
	right: 8px;
	top: 16px; /*changed on 23-06-2020*/
} 
/*-----------------start-Reacher Modal popup---------------------*/
.reacher-modal {
	background-color: #fff;
	/*padding-bottom: 100px;*/
}
.reacher-modal .modal-dialog {
	margin: 0;
	color: #132A4C;
	height: 100%;
	max-width: 100%;
}
.reacher-modal .modal-content {
	border-radius: 0;
	border: 0;
	height: 100%;
}
.reacher-modal .desttab-open .modal-title {
    line-height: 1.5;
    width: 100%;
    text-align: center;
    margin-top: 6px;
    font-size: 20px;
	color: #132A4C;
	font-weight: 600;
	/*float: left;*/
	width: 100%;
}
.reacher-modal .modal-header .close {
    font-size: 40px;
    color: #132A4C;
    opacity: 1;
    /*width: 18%;*/
    position: absolute;
    top: 15px;
    right: 15px;
}

.reacher-modal .modal-header {
	border-bottom: 1px solid #132A4C;
	display: block;
	position: relative;
}
.reacher-modal .modal-body {
	padding: 5px 15px;
	padding-bottom: 50px;
}
.reacher-modal .desttab-open .tab-title-div {
	justify-content: center !important;
	border-bottom: 1px solid #000;
}

.reacher-modal .nav-tabs {
	border-bottom: 0.5px solid #132A4C;
}
.reacher-modal .desttab-open .nav-tabs .nav-item {
    width: 33.33%;
    text-align: center;
}
.reacher-modal .nav-tabs .nav-item .nav-link {
    padding: 20px 0;
    font-size: 13px;
    line-height: 1.2;
    border-radius: 0;
    border: 0;
    color: #989898;
    border-bottom: 5px solid transparent;
}

.reacher-modal .nav-tabs .nav-link:focus, 
/*.reacher-modal .nav-tabs .nav-link:hover,*/
.reacher-modal .nav-tabs .nav-link.active {
	color: #132A4C;
	border-bottom: 5px solid #132A4C;
}
.reacher-modal .form-check {
	padding: 0;
}
.reacher-modal .rowading-bold .form-check-label {
	font-weight: 700;
}
.reacher-modal .form-check .form-check-label {
	font-size: 16px;
	width: 100%;
	padding: 20px 10px;
	border-bottom: 1px solid #989898;
}
.reacher-modal .form-check:last-child .form-check-label {
	border-bottom: 0;
}
.reacher-modal .form-check input {
	width: 20px;
    height: 20px;
    margin-top: 22px;
}

.reacher-modal .comptab-open .nav-tabs .nav-item {
    width: 50%;
}
.reacher-modal .comptab-open .nav-tabs .nav-item .nav-link {
    padding: 20px 0;
}

/*-----------------end-sidebartab-open---------------------*/


 /*Large devices (desktops, less than 1200px)*/
@media (max-width: 1499.98px) { 
	.scroll-menu {
		padding: 10px 15px;
	}
	.scroll-menu .contact-details .contact-no {
		font-size: 22px;
	}
	.scroll-menu .reacher-form label {
		/*font-size: 13px;*/
	}
	.menu-header.scroll-header {
		/*padding-top: 80px;*/
	}
}
@media (max-width: 1299.98px) { 
	.scroll-menu .reacher-form label {
		font-size: 13px;
	}
	
	.scroll-menu .contact-details .contact-no {
		font-size: 20px;
	}
	.scroll-menu .scrolling-info .info-div {
		padding-left: 10px;
	}
	.reacherForm.scroll-menu.show-top {
		padding: 10px;	
	}
	.reacher-form {
		max-width: 1100px;
	}
	.bannerH {
		padding: 0 15px;
	}
}
 /*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) { 
	.reacher-form label {
		font-size: 14px; /*changed on -19-4-20*/
	}
	.mob-reacher-form .mobile-form-title {
		font-size: 20px;
	}
	.mob-reacher-form .reach-col {
		/*padding-left: 0;
		padding-right: 0;*/
	}

}
@media(max-width: 360px) {
	.mob-reacher-form .mobile-form-title {
		padding-left: 2px;
		padding-right: 2px;
	}
	.mob-reacher-form .reach-col {
		padding-left: 2px;
		padding-right: 2px;
	}
	.mob-reacher-form .form-group label {
		font-size: 13px;
	}
}
/*===================================
		Home Page Css
=====================================*/
.sec-pad {
	padding: 30px 0;
}
.sec-bg {
	background-color: #F5F5F5 !important;
}
.home-sec {

}
.section-title {
	margin-bottom: 30px;
}
.section-title .title {
	margin-top: 0;
}
.section-title .sub-title {
	margin-top: 8px;
}
.section-title .sub-title:hover {
	color: #DD5300;
}
.home-banner {
	/*height: 240px;*/
	height: 210px;
	position: relative;
	background-repeat: no-repeat;
}
.home-sec .sec-subtilte {
	font-size: 18px;
}
.bannerH {
	margin-bottom: 0px;

}
.company-sec {
	padding-bottom: 0;
}
.company-slider .owl-dots {
	display: none;
}
.company-slider {
	max-width: 1230px;
	width: 100%;
	margin: 0 auto;
}
.company-slider .item-inner {
	max-width: 80px;
	margin: 0 auto;
}
.company-slider .owl-nav .owl-prev, 
.company-slider .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	/*line-height: .4 !important;*/
	transform: translate(0%, -50%);
	outline: none;
	
}
.company-slider .owl-nav .owl-prev img, 
.company-slider .owl-nav .owl-next img {
	display: inline-block;
	width: 7px;
}
/*.company-slider .owl-nav .owl-prev img:hover, 
.company-slider .owl-nav .owl-next img:hover {
	box-shadow: 1px 1px 15px 2px rgba(0,0,0,0.2);
}*/
.company-slider .owl-nav .owl-prev {
	left: -15px;
}
.company-slider .owl-nav .owl-next {
	right: -15px;
}

.offer-sec {

}
.offer-col {
	/*padding-top: 15px;
	padding-bottom: 15px;*/
	padding: 0 15px 40px 15px;
}
.offer-div,
.h-shadow {
	/*box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);*/
	box-shadow: 0px 1px 6px #00000029;
	transition: all 0.4s;
}
.offer-div:hover,
.h-shadow:hover {
	/*box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.3);*/
	box-shadow: 0px 1px 12px #00000029;
}
.offer-div {
	/*border: 1.5px solid #707070;*/
	max-width: 415px;
	height: 100%;
	position: relative;
	background-color: #fff;  /*-15-4-21*/
}
.offer-div .offer-img {

}
.offer-div .offer-c-logo {
	position: absolute;
	max-width: 80px;
	padding: 3px 10px;
	background-color: #fff;
	border-radius: 5px;
	right: 20px;
	bottom: 20px;
}
.offer-div .offer-price {
	position: absolute;
    padding: 17px 8px;
	text-align: center;
}
.mobile-div .offer-div .offer-price {
	left: 20px;
	bottom: 20px;
}
.dekstop-div .offer-div .offer-price {
	right: 20px;
	top: 20px;
}
.offer-div .offer-price span {
	line-height: 1;
	display: block;
}
.offer-div .offer-price .price-text {
	margin-bottom: 3px;
	font-size: 10px;
}
.offer-div .offer-price .price {
	font-size: 20px;
}
.offer-div .offer-content {
	padding: 20px;
	padding-bottom: 60px;
}
.offer-div .offer-content .title {
	font-size: 20px;
}
.offer-div .offer-content .offer-valid {
	
}
.offer-div .offer-content .offer-valid span {
    display: inline-block;
}
.offer-div .offer-content .offer-valid .valid-img {
	width: 20px;
}
.offer-div .offer-content .offer-valid .valid-text {
	
}
.offer-div .offer-content .offer-ame {
	padding: 3px 7px;
	display: inline-block;
	/*background-color: #cdf1e5;*/
	background-color: #CFFCD8;
	/*color: #132A4C;*/
	color: #062702;
	margin: 2px;
	font-size: 13px;
	position: relative;
}
.offer-div .offer-content .offer-text {
	line-height: 1.2;
	/*font-size: 13px;*/
	margin: 17px 0 20px 0;
	color: #132A4C;
}
.offer-div:hover .offer-content .offer-btn {
	background-color: #FD5F00;
	color: #fff;
}
.offer-div .offer-content .offer-btn {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50% , -10px);
	width: 90% !important;
}
.offer-div .offer-content {
	
}
.offer-sep {
	/*margin: 20px 0;*/
	height: 1px;
	background-color: #ddd;
	width: 90%;
	margin: 20px auto;
}
.dekstop-div .offer-div .offer-content .offer-btn {
	left: 20px;
	transform: translate(-0 , -0);
	width: 50% !important;
	bottom: 20px;
}
.dekstop-div .offer-div .offer-c-logo {
	width: 40%;
    right: 11px;
    text-align: center;
    bottom: 20px;
    max-width: 100%;
}
.dekstop-div .offer-div .offer-c-logo img {
	width: 60px;

}

/*Decuovir sec css*/
.decouvir-sec {

}
.decouvir-col {
	padding: 0px 15px 30px 15px;
}
.decouvir-div {
	/*box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);*/
	transition: all 0.4s;
}
.decouvir-div a {
	color: #fff;
}
.decouvir-div:hover {
	/*box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.3);*/
}

.decouvir-div p {
	/*text-shadow: 1px 2px 1px rgba(0,0,0,0.2);*/
}
.decouvir-div .decouvir-overlay {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	padding: 15px 25px 15px 25px;
}
.decouvir-div .decouvir-overlay .decu-title {
	font-size: 20px;
	text-shadow: -5px 10px 35px #00000059;
}
.decouvir-div .decouvir-overlay .decu-text {
	text-shadow: -5px 10px 50px #00000080;
}
.decouvir-div .decouvir-overlay .decu-btn {
	
}

.des-div .decouvir-overlay {
	bottom: 40px;	
}
.des-div .decouvir-overlay .decu-title {
	text-shadow: 0px 0px 25px #00000080;
}
.des-div .decouvir-overlay .decu-text {
	text-shadow: 0px 2px 20px #00000080;
}
.des-div .decouvir-overlay .decu-btn {

}
.des-div .decu-text {
	margin: 20px 0 30px 0;
}
.destination-owl {

}
.site-owl .owl-nav .disabled {
	display: none;
}
.site-owl {
	position: relative;
}
.site-owl .owl-stage-outer {
	margin-right: -1px;
}
.site-owl .owl-nav {

}
.site-owl .owl-nav .owl-prev, 
.site-owl .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	outline: none;
	
}
.site-owl .owl-nav .owl-prev img, 
.site-owl .owl-nav .owl-next img {
	padding: 20px 27px;
	background-color: #fff;
	box-shadow: 1px 1px 15px 2px rgba(0,0,0,0.1);
	border-radius: 50%;
	display: inline-block;
}
.site-owl .owl-nav .owl-prev img:hover, 
.site-owl .owl-nav .owl-next img:hover {
	box-shadow: 1px 1px 15px 2px rgba(0,0,0,0.2);
}
.site-owl .owl-nav .owl-prev {
	left: -35px;
}
.site-owl .owl-nav .owl-next {
	right: -35px;
}
.site-owl .owl-nav {
	
}

.company-col {
	padding: 0 15px 30px 15px ; 
}
.company-div {
	border: 0.5px solid #707070;
	height: 100%;
}
.company-div .com-link {
	padding: 20px;
	display: inline-block;
	width: 100%;
	height: 100%;
}
.company-div .company-logo {
	max-width: 110px;
    display: inline-block;
    float: left;
    padding-top: 10px;
    padding-left: 10px;
}
.company-div .company-content {
	float: right;
    width: calc(100% - 110px);
    padding-left: 10px;
    text-align: center;
    max-width: 200px;
}	
.ratings-count {
	/*float: left;*/
}
.com-rating {
	width: 190px;
	margin: 0 auto;
}

.c-special-div {
	padding: 30px;
	/*margin: 0 0 20px 0;*/
	box-shadow: 0px 1px 6px #00000029;
	height: 100%;
}
.c-special-div .c-special-img {
	/*height: 80px;	*/
} 
.c-special-div .title {
	margin: 30px 0;
}
.c-special-div .c-special-des a {
	text-decoration: underline;
	color: #132A4C;
}
.c-special-div .c-special-des a:hover {
	/*color: #FD5F00;*/
}

.avis-header {
	margin-bottom: 20px;
}
.avis-title {

}
.avis-title,
.avis-star,
.avis-verifies {
	/*float: left;*/
}
.avis-star {
	padding-left: 30px;
	/*padding-top: 20px;*/
}
.avis-star img {
	margin-right: 3px;
	width: 30px;
}

.avis-verifies .vatifies-img {
	max-width: 240px;
	margin-bottom: 15px;
}
.avis-verifies {

}

.avis-owl.owl-carousel .owl-stage {
	display: -webkit-box;
	display: flex;
}
.avis-owl.owl-carousel .owl-item {
	display: -webkit-box;
	display: flex;
	-webkit-box-flex: 1;
	flex: 1 0 auto;
	margin-top: 8px;
	margin-bottom: 8px;
}
.avis-owl.owl-carousel .owl-item .item {
	width: 100%;
}
.avis-owl.owl-carousel .owl-item .item-inner {
	height: 100%;
}
.avis-div {
	padding: 30px;
	/*box-shadow: 0px 1px 6px #00000029;*/
	border: 0.5px solid #707070 !important;
	height: 100%;
}
.avis-div .avis-head {
	
}
.avis-div .avis-head .avis-title {
	
}
.avis-div .avis-head .avis-ratings {
	max-width: 150px;
}
.avis-div .avis-head .avis-title .title {
	display: inline-block;
	width: 100%;
}
.avis-div .avis-head .avis-title .date {
	
}

.utiles-div {
	/*border: 1px solid #707070;*/
	/*border-bottom: 0;*/
	/*box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1); -15-4-21*/
}
.utiles-div .utiles-head {
	padding: 15px;
	border: 0.5px solid #707070;
	font-size: 13px;
	cursor: pointer;
	position: relative;
	margin: 0;
}
.utiles-div .utiles-head .arrow-icon {
	position: absolute;
	right: 20px;
	top: 20px;
	transition: all 0.4s;
}
.utiles-div .collapse.show + .utiles-head .arrow-icon {
	/*transform: rotate(90deg);*/
}
.utiles-div .collapse {
	/*padding: 15px;*/
	/*border-top: 1px solid #707070;*/
}
.utiles-div .card-body {
	border-radius: 0;
	border-color: #707070;
}
.utiles-div .utiles-list {
	
}
.utiles-div .utiles-list li {
	line-height: 1.3;
	margin-bottom: 10px;
	font-weight: 400;
}
.utiles-div .utiles-list li a {
	color: #132A4C;
	/*padding: 0 15px;*/
	font-size: 13px;
	width: 100%;
	display: inline-block;
}
.utiles-div .utiles-list li a:hover {
	color: #FD5F00;
}
.utiles-div .utiles-list {
	
}
.news-letter-container {
	max-width: 1100px;
}
.news-letter-div {
	/*background-color: #132A4C;*/
	background-color: #102544;
	padding: 35px 0;
	border-bottom: 1px solid #04152e;
}
.news-letter-div .news-title {
	 font-size: 20px;
}
.newsletter-input {
	max-width: 600px;
	width: 100%;
	float: right;
}
.newsletter-input .input-email {
	height: 45px;
    width: calc(100% - 160px);
    background-color: #fff;
    border-radius: 4px 0 0 4px;
    border: 0;
    padding: 0 15px;
    transition: all 0.5s;
    outline: none;
    float: left;
    color: #072d5a;
}
.newsletter-input .input-submit {
	height: 45px;
    border: 2px solid #FD5F00;
    border-radius: 0 4px 4px 0;
    background-color: #FD5F00;
    font-weight: 700;
    color: #fff;
    width: 160px;
    outline: none;
    padding: 11px 15px;
}
.newsletter-input .input-submit:hover {
	background-color: #DD5300;
	border-color: #DD5300;
}

.footer-offer-sec {
	margin-bottom: 20px;
	margin-top: 20px;
}
.foo-offer-div {

}
.foo-offer-div .foo-offer-img {
	margin-bottom: 20px;
	/*height: 100px;*/
}
.foo-offer-div .title {
	font-size: 15px;
	font-weight: 700;
}
.foo-offer-div .sub-title {
	
}

.detail-tooltop-2 {
	position: absolute;
	background-color: #fff;
	font-size: 12px;
	padding: 8px;
	box-shadow: 0px 0px 12px #00000029;
	border: 0.20000000298023224px solid #707070;
	border-radius: 4px;
	width: 700px;
	z-index: 1;
	font-weight: 500;
	top: 100%;
	left: 0;
	/*left: 50%;*/
	display: none;
}

.detail-tooltop-2 {
	width: 350px;
	/*width: 100vw;*/
	/*left: -50vw;*/
	position: absolute;
    /*top: 0;*/
    left: 0;
    right: 0;
    z-index: 2;
}
.offer-div .offer-content .offer-ame:hover .detail-tooltop-2 {
	display: block;
}


/*==============END Home Page Css================*/

/*===Sidebar Css====*/
.reacher-form.side-reacher {
	position: static;
	box-shadow: none;
	border: 0.5px solid #00000029;
	/*background-color: #F8F8F8; -15-4-21*/
	background-color: #132A4C;
	/*border-radius: 0;*/
	/*top: 120px;*/
}
.reacher-form.side-reacher .form-title {
	font-size: 17px;
	color: #fff; /*-15-4-21*/	
}
.reacher-form.side-reacher .form-group select {
	color: #989898;
	/*font-weight: 400;*/
	border: 0.5px solid #00000029;
	/*border-radius: 0;*/
	/*font-style: italic; -15-4-21*/
	font-size: 14px;
}

.reacher-form.side-reacher .form-group {
	margin-bottom: 12px;
}
.reacher-form.side-reacher .form-group.btn-div {
	margin-bottom: 0;
}
.reacher-form.side-reacher {
	
}
/*Start Sidebar Filter css*/

.sidebar-filter {
	padding: 30px;
	/*border: 0.5px solid #00000029;*/
	margin-top: 20px;
	background-color: #fff; /*-15-4-21*/
}

/* Start Sidebar Calendar*/
.calendar-div .innercalendar {
	/*border: 1px solid #dee2e6;*/
	margin: 3px 0;
}
.calendar-div .innercalendar input {
	width: 100%;
    border: 0;
    font-weight: 400;
    height: 40px;
    color: #132A4C;
}
.daterangepicker .calendar th ,
.daterangepicker .calendar td {
	font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
}
.daterangepicker .calendar th {
	font-size: 13px;
	text-align: center;
    padding: 4px;
    color: #aaa;
    cursor: default;
    font-weight: 400;
} 
.daterangepicker .calendar td {
	font-size: 13px;
	padding: 2px;
}

.filter-row .calender-title {
	
}
.daterangepicker .calendar th.month {
	font-weight: 400;
	font-size: 15px;
	color: #626262;
}
.daterangepicker_input {
	display: none;
}
/* End Sidebar Calendar*/

/* Start Sidebar Filter css*/
.sidebar-col .sidebar-title, .sidebar-link-list .sidebar-title {
    /*font-size: 18px;*/
    /*color: #fff;*/
    /*font-weight: 400;*/
    /*padding: 10px;*/
    /*background-color: #004085;*/
    /*margin: 0;*/
    /*line-height: 1.1;*/
}
.sidebar-filter .filter-row {
    /*background-color: #f76570;*/
    padding: 5px 0;
    /*margin-bottom: 0px;*/
    /*border-bottom: 2px solid #e0e0e0;*/
}
.sidebar-filter .filter-row:last-child {

}
.sidebar-filter .filter-row a.row-title {
	font-size: 14px;
	/*color: #1f1f1f;*/
	color: #132A4C;
	padding: 8px 0;
	display: inline-block;
	width: 100%;
	font-weight: bold;
}
.sidebar-filter .show-extra-list, 
.sidebar-filter .hide-extra-list {
	font-size: 13px;
	display: inline-block;
	width: 100%;
	text-align: center;
    /*padding-top: 5px;*/
    padding-left: 0px;
    color: #132A4C;
    font-weight: 600;
    border-radius: 4px;
    background-color: #ECECEC;
    padding: 5px;
    margin-top: 10px;

}
.sidebar-filter .show-extra-list:hover, 
.sidebar-filter .hide-extra-list:hover {

}
.sidebar-filter .show-extra-list span:before {
	   
}
.sidebar-filter .show-extra-list span,
.sidebar-filter .hide-extra-list span {
    font-size: 14px;
    margin-right: 7px;
    color: #1f1f1f;
}
.sidebar-filter .filter-row .row-title:after {
	content: "\f106";
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
    /*color: #1f1f1f;*/
    height: 20px;
    width: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    float: right;
    /*margin: 5px;*/
    margin-right: 0;
    /*transform: rotate(270deg);*/
    transition: all 0.5s;

}
.sidebar-filter .filter-row .row-title:after {
	/*content: "\f0dd";	*/
}
.sidebar-filter .filter-row.arrow-flip .row-title:after {
	/*content: "\f0de";*/
	transform: rotate(180deg);

}
.sidebar-filter .filter-row ul{
	margin: 0;
	padding: 0;
	list-style: none;
	/*transition: none;*/
}
.sidebar-filter .filter-row ul.hidden-list {
	transition: none;
}
.sidebar-filter .filter-row ul li {
	padding: 0 2px;
	position: relative;
}

.sidebar-filter .filter-row ul li:last-child {
	/*margin-bottom: 10px;*/
}
.sidebar-filter .filter-row ul li input {
	opacity: 0;
	height: 10px;
    position: absolute;
    width: 10px;
    z-index: 99999;
    left: 0px;
}
.sidebar-filter .filter-row ul li span.checkbox-img {
	width: 14px;
	height: 14px;
	display: inline-block;
	/*border: 1px solid #dee2e6; */
	border: 1px solid #707070; 
	border-radius: 3px;
	margin-top: 3px;
}
.sidebar-filter .filter-row ul li span.checkbox-img.check-show {
	background-color: #FD5F00;
}
.sidebar-filter .filter-row ul li span.checkbox-img:before {
	content: "\f00c";
	width: 12px;
    display: inline-block;
    height: 12px;
    /*font-family: Fontawesome;*/
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
    padding: 0 1px;
    font-size: 14px;
	position: absolute;
	/*color: #004085;*/
	color: #fff;
	display: none;
}
.sidebar-filter .filter-row ul li span.checkbox-img.check-show:before {
	display: block;
}
.sidebar-filter .filter-row ul li label,
.sidebar-filter .filter-row ul li span {
	font-size: 13px;
	font-weight: 400;
	margin: 0;
	cursor: pointer;
}	
.sidebar-filter .filter-row ul li input:checked + span:before {
	color: #ff9806;
}
.sidebar-filter .filter-row ul li input:checked + label { 
	color: #004085; 
} 
.sidebar-filter .filter-row ul li input {
	cursor: pointer;
	height: 18px;
    width: 17px;
    margin: 0;
}
.sidebar-filter .filter-row ul li label {
	width: calc(100% - 19px);
	/*padding-left: 5px;*/
	padding: 2px 0px 5px 2px;
}

.sidebar-filter .filter-row ul li {
    line-height: 1;
    /*margin-bottom: 0px;
    outline: none;*/
}
.bg-hover-orange {/*
	background-color: #ff9806;
	background-color: #0065b8;*/
}
/*Sidebar bottom dropdown*/
.sidebar-bottom {

}
.sidebar-bottom .utiles-div {
	margin-top: 20px;
	/*background-color: #F8F8F8; -15-4-21*/
	background-color: #fff; 
	
}
.sidebar-bottom .utiles-div .utiles-head {
	border: 0.5px solid #00000029;
}
.sidebar-bottom .utiles-div .card-body {
	border-color: #00000029;
}
.sidebar-bottom {

}

/*End Sidebar reacher form css*/

/*Start Company list Page css*/
.g-border {
	border: 1px solid #00000029;
}
.s-box-shadow {
	box-shadow: 0px 1px 6px #00000029;
}
.other-banner {
	/*height: 230px;*/  /*commented on 15-4-21sha*/
	height: 195px;
}
.page-top-m {
	/*margin-top: -200px;*/
	margin-top: -180px;
	border-radius: 10px 10px 0 0;
}
.page-breadcrumb {
/*	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
}
.page-breadcrumb .breadcrumb {
	background-color: transparent;
}
.page-breadcrumb .breadcrumb-item a {
	color: #989898;	
}
.page-breadcrumb .breadcrumb-item.active {
	/*color: #FD5F00;*/
	color: #989898;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 495px;
}
.page-breadcrumb .breadcrumb-item {

}
.breadcrumb-item+.breadcrumb-item::before {
	content: ">";
}
.page-header {
	padding: 30px;
	box-shadow: 0px -6px 6px #00000029;
	border-radius: 10px 10px 0 0;
}
.page-header-inner {
	/*border-bottom: 1px solid */
	padding-bottom: 38px;
}
.page-header .page-title {
	line-height: 36px;
}
.page-header .page-subtitle {
	/*font-style: italic;  -15-4-21*/
	/*color: #989898;*/
	margin-top: 0;	
}
.page-content {
	padding: 30px;
	padding-top: 0;
}
.content-header {
	margin-bottom: 20px; 
}
.content-header h1,
.content-header h2,
.content-header h3,
.content-header h4,
.content-header h5 {
	margin-top: 0;
	margin-bottom: 20px;
}
.content-header h1 {
	font-size: 22px;
}
.content-header h2 {
	/*font-size: 22px; -15-4-21*/
	font-size: 20px;
}
.content-header h3 {
	font-size: 18px;
}
.content-header h4 {
	font-size: 16px;
}
.content-header h5 {
	font-size: 15px;
}
.content-header {
	
}
.content-header a,
.com-text-sec a {
	color: #132A4C;
	text-decoration: underline;
}
.content-header .inner-title {
	margin-bottom: 30px;
	margin-top: 0 !important;
}
.page-content {
	
}
.page-content {
	
}
.company-list-row {
	padding: 0 5px;
}
.company-list-row .com-list-col {
	padding: 10px;
}
.company-list-row .company-title {
	padding: 0 10px;
}
.company-list-box {
	padding: 15px 3px;
	/*border: 0.5px solid #00000029;*/
	border: 0.5px solid #707070;
	height: 100%;
	background-color: #fff; /*-15-4-21*/	
}	
.company-list-box a {
	color: #132A4C;
}
.company-list-box .com-logo {
	height: 60px;
	padding: 5px;
}
.company-list-box .com-logo img {
	margin: 0 auto;
    max-height: 100%;
}
.company-list-box .com-list-title {
	margin: 12px 0;
	line-height: 1.2;
}
.company-list-box .com-price {
	margin-bottom: 10px;
}	
.company-list-box .com-rating {
	width: 184px;
}
.company-list-box .com-rating .com-star {
	font-size: 12px;
}
.company-list-box .star-rating {
	/*width: 72px;*/
	width: 75px;
	height: 13px;
}
.company-list-box .star-rating .star-inner {
	height: 13px;
}
.company-list-box {
	
}
.company-list-box {
	
}
.company-list-box {
	
}
.company-list-box .com-price .com-star {

}
.company-list-box .com-price .com-star img {
	width: 12px;
    margin-top: -2px;
    margin-left: 3px;
}
.company-list-box .com-price {

}
.company-list-box {

}
.company-list-box {

}
.title-text-box {
	margin: 30px 0;
}
.l0 {
	left: 0;
} 
.t0 {
	top: 0;
} 
.h100P {

}
.w40 {
	width: 40px;
}
.gradientL {
	background: #fff;
    background: linear-gradient(90deg,rgba(255,255,255,1) 0,rgba(255,255,255,0) 100%);
    z-index: 10;
    opacity: 0.35 !important;
}
.gradientR {
	background: #fff;
    background: linear-gradient(90deg,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);
    z-index: 10;
    opacity: 0.35 !important;
}
.swiper-button-prev ,
.swiper-button-next {
	opacity: 0 !important;
	text-indent: -2000px;
}

.tab-swiper-mob {

}
.tab-swiper-mob .swiper-slide {
	text-align: center;
	/*padding: 5px 0px;*/
	border-radius: 0;
    /*width: 100%;*/
    /*padding: 5px 20px;*/
    /*transition: none;*/
    width: auto !important;
    transform-style: preserve-3d;
}
.tab-swiper-mob .swiper-slide .nav-link {
	color: #989898;
    font-weight: 500;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    padding: 10px 18px 15px 18px;
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 16px; /*aded on 7-4-21sha*/
}
.tab-swiper-mob .swiper-slide .nav-link.active /*,
.tab-swiper-mob .swiper-slide.swiper-slide-active*/ {
	color: #fff;
    border-color: #fff;
    /*border-color: */
    font-weight: 700; /*aded on 7-4-21sha*/
}	

.tab-swiper-mob .tab-link {
	
}
.tab-swiper-mob {
	
}
.tab-swiper-mob {
	
}
.product-amenities .payment-sim,
.product-amenities-2 .payment-sim {
	background-color: #FFE7D3 !important;
}
/*End Company Page css*/

/*Start Company Page css*/
.c-header-logo {
	border: 1px solid #132A4C;
    padding: 5px;
    width: 80px;
    height: 80px;
    position: relative;
}
.c-header-logo img {

}
.c-header-star {

}
.c-header-star .star-rating {
	/*margin: 0 auto;*/
	margin-top: 8px;
}
.c-header-star .c-header-rating {
	font-size: 22px;
}
.c-page-header { 
	/*padding-bottom: 35px; -15-04-21*/
	padding-bottom: 0;
}
.c-page-header .page-header-inner {
	padding-bottom: 0;
}
.c-page-header .site-tabs {
	padding-left: 65px;
	padding-top: 8px;
}
.site-tabs .nav-item {

}
.site-tabs .nav-link {
	border-radius: 0;
	width: 100%;
	padding: 5px 20px;
	border-bottom: 2px solid transparent;
	transition: none;
	color: #989898;
	font-weight: 500;
	cursor: pointer;
}
.site-tabs .nav-link.active {
	background-color: transparent;
	color: #f76570;
	color: #132A4C;
	border-color: #132A4C;
}
.site-tabs .nav-link.active {
	border-color: #132A4C;
}
/*.site-tabs .nav-link .tab-icons {
	max-width: 40px;
}*/
.site-tabs {
	
}

.comapny-title-div {

}
.comapny-title-div .crouise-count {
	padding-top: 6px;
}
.comapny-title-div .trier-par {
	width: 150px;
	border-color: #707070;
	font-size: 13px;
	background-color: #fff;
}
.comapny-title-div .trier-par select {
	padding: 5px 25px 5px 15px;
	font-size: 13px;
}


.product-row-container {
	margin-top: 30px;
}
.product-row {
	box-shadow: 2px 2px 6px #00000029;
	margin-bottom: 30px;
	/*cursor: pointer;*/
	border: 0.5px solid #707070;
	background-color: #fff; /*-15-4-21*/
}
.product-c-logo {
	position: absolute;
    max-width: 70px;
    padding: 2px 7px;
    background-color: #fff;
    border-radius: 5px;
}

.product-content-col {

}

.product-row {

}
.product-img-inner {
	height: 100%;
	border-right: 1px solid #00000029;
}
.product-row .product-map {
	
}
.product-row .product-destination {
	
}
.product-row .product-map,
.product-row .product-destination {
	height: 50%;
	min-height: 100px;
}
.product-row {
	
}
.product-header {
	padding: 20px 25px;
	background-color: #F8F8F8;
	margin-bottom: 10px;
	border-bottom: 1px solid #00000029;
	cursor: pointer;
}
.product-header .header-title {
	font-size: 20px;
	line-height: 1.2;
}
.product-header .product-country,
.product-p-country,
.luxe-header .product-country-list {
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 200px;
    line-height: 1.2;
}
.product-p-country {
	/*max-width: 100%;*/
	/*padding-right: 15px;*/
	/*width: 100%;*/
	padding-left: 10px;
	line-height: 1.2;
	display: inline-block;
	vertical-align: bottom;
}
.product-p-con-single {
	max-width: 100%;
	width: 100%;
	padding-left: 0;
	padding-right: 30px;
}
.luxe-header .product-country-list {
	max-width: 100%;
	width: 100%;
	line-height: 1.5;
}
.product-header .product-itenary {
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product-row .star-rating,
.star-rating.h-16 {
	width: 90px;
    height: 16px;
}
.product-row .star-rating .star-inner,
.star-rating.h-16 .star-inner {
	height: 16px;
}
.product-row .wish-list {
    position: absolute;
    top: 15px;
    right: 15px;
}
.product-amenities {
	padding: 0 25px;
	margin: 10px 0 22px 0 !important;
}
.product-amenities span,
.product-amenities-2 .ame-span {
	padding: 4px 15px;
	margin: 3px 8px 3px 0;
	display: inline-block;
	/*background-color: #DCFAEB;*/
	background-color: #CFFCD8;
	color: #062702;
	font-size: 13px; /*changed on 17-6-2020 as per given change*/
}

.product-details-row {
	padding: 0 25px;
	margin-top: 12px !important;
}
.product-details-row .journey-details {

}
.product-details-row .journey-details li {
	line-height: 1.2;
	margin-bottom: 7px;
	margin-bottom: 10px;
	font-size: 13px;
}
.product-details-row .journey-details li a {
	color: #132A4C;
}
.product-details-row .journey-details .offer-valid {
	font-size: 13px;
}
.product-details-row .journey-details .journey-d-link {
	text-decoration: underline;
}
.product-details-row .journey-details {
	
}
.product-details-row .journey-details {
	
}
.product-details-row .journey-details {
	
}
.product-details-row {

}
.product-price {

}
.product-2-info {
	padding-top: 20px;
}
.product-price p {
	line-height: 1.2;
	margin-bottom: 5px !important;
}
.product-price .price-title {
	margin-bottom: 15px !important;
}	
.discount-per {
	background-color: #FF0000;
	color: #fff;
	padding: 2px 4px;
	display: inline-block;
	font-size: 12px;
	margin: 0 10px;
	line-height: 1;
	font-weight: 600;
}
.product-price .p-offer,
.product-price .offer-valid {
	font-size: 13px;
}
.product-price .p-offer-logo {
	padding: 1px 2px;
	background-color: #FD5F00;
	border-radius: 4px;
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	font-size: 9px;
}
.product-price .offer-valid {
	/*font-size: 13px;*/
}
.offer-valid img {
	width: 15px;
	margin-right: 5px;
}
.date-slider-row {
	margin-bottom: 14px;
}
.p-date-slider-row {
	padding: 12px 25px 20px 25px;
	align-items: flex-end;
}
.p-date-owl {
	padding: 0 20px;
}
.p-date-owl .item {
	text-align: center;
}
.p-date-owl .item-inner {

}
.p-date-owl .item-inner a {
	display: inline-block;
	padding: 7px 8px;
	border: 0.5px solid #132A4C;
	border-radius: 4px;
	font-size: 13px;
	color: #132A4C;
}
.p-date-owl .owl-nav .owl-prev, 
.p-date-owl .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	outline: none;
	border: 0.5px solid #132A4C !important;
	border-radius: 4px;
	height: 35px;
    width: 17px;
}
.p-date-owl .owl-nav .owl-prev {
	left: 0px;
}
.p-date-owl .owl-nav .owl-next {
	right: 0px;
}
.p-date-slider-row .product-btn,
.product-p-details .p-btn-link {
	display: inline-block;
	background-color: #FD5F00; /*aded on 7-4-21sha*/
	border: 1px solid #FD5F00;
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 7px;
	font-weight: 700;
    border-radius: 4px;
}
.p-date-slider-row .product-btn:hover {
	background-color: #DD5300;
}

/*Avis company*/
.avis-header-div {
	margin-bottom: 15px !important;
}

.avis-header-div .star-ratings-left {
	max-width: 100px;
	width: 100%;
}
.avis-header-div .star-ratings-left .avis-number {
	line-height: 1;
	margin-bottom: 10px !important;
}	
.avis-header-div .star-ratings-left .avis-title {

}
.avis-header-div .star-ratings-left .star-rating {
	height: 15px;
	width: 85px;
}
.avis-header-div .star-ratings-left .star-rating .star-inner {
	height: 15px;
}


.rating-bar-div .star-ratings-div {
	
}
.rating-bar-div .review-resume {
	width: 100px;
}
.rating-bar-div .star-rating {
	height: 13px;
	width: 72px;
}
.rating-bar-div .star-rating .star-inner {
	height: 13px;	
}

.rating-bar-div .progress {
	height: 12px;
	margin: 0;
	background-color: #F2F2F2;
	border-radius: 3px;
	box-shadow: none;
	border: 0.2px solid #989898;
}
.rating-bar-div .progress-bar {
	background-color: #132A4C;
	box-shadow: none;
	border-radius: 3px;
}
.rating-bar-div .rating-link {
	display: block;
	padding: 2px;
	color: #132A4C;
}
.rating-bar-div .rating-link:hover {
	background-color: #F8F8F8;
}
.rating-bar-div .rating-left {
	width: 230px;
}
.rating-bar-div .rating-right {
	width: calc(100% - 230px);
}
.avis-row-div {
	padding: 20px 10px;
	box-shadow: 0px 1px 6px #00000029;
	margin-bottom: 20px !important;
	background-color: #fff; /* -15-4-21sha*/
}
.avis-row-div {

}
.star-rating.h-15 {
	height: 15px;
	width: 85px;
}
.star-rating.h-15 .star-inner {
	height: 15px;
}
.star-rating.h-12 {
	width: 68px;
	height: 12px;
}
.star-rating.h-12 .star-inner {
	height: 12px;
}
.avis-row-div .star-num {
	margin-right: 10px;
}
.avis-row-div .star-rating {
	
}
.avis-row-div .star-rating .star-inner {
	
}

/*End Company Page css*/



/*-21/05/2020--shraddha-*/
/*--start rating css index page--*/
.main-header .rating-div .star-rating {
	width: 68px;
	height: 12px;
}
.main-header .rating-div .star-rating .star-inner {
	height: 12px;
}
.offer-valid .star-rating {
	/*width: 102px;*/
	width: 104px;
	height: 18px;
}
.offer-valid .star-rating .star-inner {
	height: 18px;
}
.avis-star .star-rating {
	width: 180px;
	height: 32px;
}
.avis-star .star-rating .star-inner {
	height: 32px;
}
.offer-mob-star .star-rating {
	width: 18px;
	height: 18px;
}
.offer-mob-star .star-rating .star-inner {
	height: 18px;
	width: 100%;
}
/*--company page boat tab css--*/
.boat-list-row .boat-list-col {
	padding: 0px 20px 20px 0;
}
.boat-list-row .boat-list-box {
	position: relative;

}
.boat-list-row .boat-list-box .overlay-gradient {
	position: absolute;
	height: 80%;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.5018382352941176) 0%, rgba(0,0,0,0) 100%);
	/*background: rgb(0,0,0);*/
	/*background: linear-gradient(0deg, rgba(0,0,0,0.700717787114846) 0%, rgba(0,0,0,0) 100%);*/
}
.boat-list-box .overlay-div {
	position: absolute;
	left: 0;
    bottom: 5%;
    width: 100%;
    z-index: 1;
    padding-left: 10px;
}
.boat-list-box .overlay-div .title-box {
	font-weight: 700;
	margin-bottom: 0;
	color: #fff;
	font-size: 15px;
	text-shadow: 0px 0px 25px #00000080;
}	
.boat-list-box .overlay-div .price-box {
	font-style: italic;
	/*font-weight: 500;*/
	margin-bottom: 0;
	font-size: 13px;
	color: #fff;
	text-shadow: 0px 2px 14px #00000080;
}

/*----26-05-2020---boat page css--*/
.clogo-boat-header {
	float: left;
	width: calc(100% - 80px);
}
.clogo-boat-header img {
	width: 60px;
}
.clogo-boat-header .star-rating {
	width: 80px;
	margin-top: 2px;
	height: 14px;
}
.clogo-boat-header .star-rating .star-inner {
	height: 14px;
}
.video-boat-header {
	float: right;
	width: 80px;
	/*margin-top: 15px;*/
}
.single-cabin-row {
	margin-bottom: 10px;
}
.photos-list-row .photos-list-box {
	padding: 0px 20px 20px 0;
}
.points-left-div {
	padding: 1px;
}
.boat-round-image {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
/*----28-05-2020----*/
.mfp-bg, .mfp-wrap {
	z-index: 1052;
}
.ponts-tab-row .ponts-list-box {
	padding: 0 16px 16px 0;
}
.ponts-tab-row .ponts-list-box .ponts-list-inner {
	padding: 10px;
	display: inline-block;
	position: relative;
	/*border: 0.5px solid #707070;*/
}
.ponts-list-inner .ponts-title {
	color: #132A4C;
	position: absolute;
	bottom: 1px;
	right: 1px;
	font-size: 12px;
	background-color: #fff;
	padding: 3px;
	/*box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);*/
}

/*--29-05-2020--*/
.boat-modal-video {
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1052;
}
.boat-modal-video .modal-body {
	position: relative;
	padding: 0; 
}
.boat-modal-video .modal-content {
	border-radius: 8px;
}
.boat-modal-video .embed-responsive {
	border-radius: 6px;
}
.boat-modal-video .close {
	position: absolute;
    z-index: 999;
    font-weight: normal;
    color: #fff;
    opacity: 1;
    bottom: -40px;
    width: 100%;
    height: 40px;
    font-size: 15px;
}

/*--01-06-2020--*/
.clogo-offer-header img {
	max-width: 70px;
	margin-bottom: 8px;
}
.offers-header-label img {
	width: 15px;
    margin-right: 10px;
}
.offers-header-label .product-amenities {
	margin: 0 !important;
}
.offers-condition .offers-link {
	margin-top: 20px;
}
.offers-condition .offers-link a {
	color: #132A4C;
	border-bottom: 1px solid #132A4C;
}
.offers-header-label .offer-valid {
	background-color: #fff !important;
	padding-left: 0;
	padding-right: 0;
}

/*--02-06-2020--*/
.boat-filter-div .filter-dropdown select {
    padding: 15px;
    color: #989898;
    font-style: italic;
    /*background-image: url(../img/boat/down-arrow.png);*/
    background-image: url(../img/down-arrow.svg);
    background-repeat: no-repeat;
    width: 100%;
	padding: 10px;
	background-position: 95% 50%;
    /*background-position: 90% 50%;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    width: 240px;
    background-color: #fff;
    border: 1px solid;
}
/*--04-06-2020--*/
.boat-list-mobile-title a {
	color: #132A4C;
	font-weight: 600;
	font-size: 17px;
	display: inline-block;
	border-bottom: 1px solid #999999;
	width: 100%;
    padding: 15px;
}
.boat-list-mobile-title.active .mob-title-arrow {
	transform: rotate(90deg);
}
/*--05-06-2020--*/
/*.departure-row .port-dep-box {
	padding: 10px;
}
.port-dep-box .port-head {
	font-size: 15px;
	border: 0.5px solid #00000029;
}
.port-dep-box .port-head .flag-icon {
	padding-right: 10px;
	margin-top: -3px;
}
.port-dep-box .port-title {
	font-size: 14px;
	font-weight: 500;
}
.port-dep-box .title-right {
	float: right;
}
.port-dep-box .port-list {
	border: 0.5px solid #00000029;
}*/

/*--05-06-2020--*/
.departure-row .port-dep-box {
	padding: 0px 10px 20px 10px;
}
.port-dep-box .port-head {
	font-size: 15px;
	border: 0.5px solid #00000029;
	padding: 15px 1.25rem;
	/*background-color: #F8F8F8; -15-4-21*/
	background-color: #fff;
}
.port-dep-box .port-head .flag-icon {
	padding-right: 10px;
	margin-top: -3px;
}
.port-dep-box .utiles-div .utiles-list li a {
	font-size: 14px;
	font-weight: 500;
}
.port-dep-box .title-right {
	float: right;
	font-style: italic;
}
.port-dep-box .port-list {
	border: 0.5px solid #00000029;
}
.port-dep-box .port-head .arrow-icon {
	/*transform: rotate(90deg);*/
}

/*--9-6-2020--*/
.destination-div .dest-link {
	color: #707070;
	margin-left: 12px;
}
.destination-div .sub-link {
	padding: 0 12px;
}
.destination-div .dest-link .link-icon {
	float: right;
	margin-top: 5px;
	margin: 2px 10px 0 0;
}

/*--10-6-2020--*/
.ponts-top li {
    float: left;
    width: 12.5%;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-right: 0;
    background-color: #fff;  /*aded on-19-4-21*/
}
.ponts-top li:last-child {
	border-right: 1px solid #e0e0e0;
}
.ponts-top li p {
	font-weight: 600;
}
.ponts-top li span {
	font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
}

.pays-div .flag-icon-overlay {
    position: absolute;
    left: 0;
    top: 5%;
    left: 80%;
    z-index: 1;
    background: #fff;
    border-radius: 4px;
    padding: 1px 4px 4px 4px;
}
/*--11-6-2020--*/
.depart-top a, .depart-bottom a {
    color: #072d5a;
    text-decoration: underline!important;
    transition: all 0.5s;
}

/*--12-6-2020--*/
.grp-list-box {
	padding: 20px 15px;
	border: 0.5px solid #707070;
    height: 100%;
    border-radius: 3px;
    font-size: 13px;
    background-color: #fff; /*-15-4-21*/
}
.grp-list-box a {
	color: #132A4C;
}
.group-page-form {
	margin-top: 30px;
}
/*---17-6-202(icon-toggle)---*/
.dest-link.active .link-icon,
.utiles-head.active .arrow-icon {
	transform: rotate(90deg);
}
/*---23-6-2020----*/
/*----22-6-2020----*/
.comp-list-header .less a {
	cursor: pointer;
	color: #707070;
	text-decoration: underline;
}
.comp-list-header .button-read-less, .comp-list-header .less.active .button-read-more {
    display: none;
}
.comp-list-header .less.active .button-read-less {
    display: block;
}
/*--25-06-2020 static page--*/
.static-content-page {
	padding: 0 25px;
}
/*--25-6-2020--luxe page*/
.luxe-list-row .company-div {
	height: unset;
}
.luxe-list-row .luxe-div {
	margin: 15px 0;
	border: 0.5px solid #707070;
}
.luxe-div .product-map, .luxe-div .product-destination {
    height: 50%;
    min-height: 100px;
}
/*--26-6-2020--*/
.luxe-header {
	padding: 0 15px;
}
.luxe-header .header-title {
	font-size: 14px;
}
.luxe-content-col .luxe-details-row {
	padding: 0 15px 10px 15px !important;
}
.luxe-content-col .lixe-link {
	color: #132A4C;
}
.luxe-foot .star-rating {
	width: 85px;
	height: 15px;
}
.luxe-foot .star-inner {
	height: 15px;
}
/*--30-06-2020--*/
.promotion-stage-slider .owl-stage {
	padding-left: 0 !important;
	display: -webkit-box;
    display: flex;
}
.promotion-stage-slider .owl-item {
	display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
}
.promotion-stage-slider .item,
.promotion-stage-slider .item-inner,
.promotion-stage-slider .offer-div {
	height: 100%;
}
.promotion-stage-slider {
	
}
.promotion-stage-slider {
	
}
.c-page-header .promotion-top {
	/*padding-bottom: 20px;*/
	padding-bottom: 40px; /*--02-07-2020--*/
}
.page-content .pro-offers {
	padding: 0px 0 40px 0;
}
.offer-div .offer-content .offer-valid .valid-img {
    float: left;
}
.error-banner {
	max-width: 375px;
	/*position: relative;
	left: 38%;
	bottom: -85px;*/
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50% , -0%);
}
.error-overlay-text { 
	/*position: relative;
	left: 13%;
    top: -220px;*/
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);*/

    font-weight: 800;
    font-size: 150px;
	/*font-weight: bolder;*/
	text-shadow: 2px -3px 6px #00000029;
	/*color: rgba(225, 225, 225, 0.73);*/
	color: #fff;
    opacity: .73;
}
.error-div {
	padding: 20px 0 50px 0;
}
.error-div .inner-title {
	margin-bottom: 30px;
}
.p-all-12 {
	padding: 12px;
}
.banner-404 {
	overflow: hidden;
	height: 280px;
}

/*--01-07-2020--*/
/*#read-more p.collapse:not(.show) {
    height: 42px !important;
    overflow: hidden; 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
}
#read-more .content-des {
    min-height: 42px !important;
}
#read-more a {
	cursor: pointer;
	color: #707070;
	text-decoration: underline;
}
#read-more a.collapsed:after  {
    content: 'Voir plus';
}
#read-more a:not(.collapsed):after {
    content: 'Fermer';
}*/
.promotion-stage-slider .owl-stage-outer .owl-item {
	margin-bottom: 10px;
}
.promotion-stage-slider .owl-stage-outer .owl-item img {
	display: initial;
	width: auto;
}
/*--13-07-2020--*/
.half-round-logo {
	position: absolute;
    max-width: 100px;
    padding: 7px 18px;
    background-color: #fff;
    border-radius: 0 0 50px 50px;
    top: 0;
    left: 65px;
}
.new-prod-design .date-title {
	margin-top: 10px;
   	font-size: 12px;
    margin-bottom: 0;
    line-height: 1.2;
}
.date-slider-inner .one-date {
	/*width: 33.33%; */
	margin-right: 7px;
}
.date-slider-inner .one-date a {
	display: inline-block;
    padding: 7px 8px;
    border: 0.5px solid #132A4C;
    border-radius: 4px;
    font-size: 13px;
    color: #132A4C;
}

/*--14-07-2020--*/
.personne-div .input-stat-list li {
	padding: 0 10px 20px 0 !important;
}
/*--21-07-2020--*/
.site-map-div {
	
}
.site-map-div .inner-title {
	font-size: 18px;
}
.site-map-div .inner-title {
	margin-top: 30px;
	font-size: 18px;
	margin-bottom: 30px;
}
.site-map-div:first-child .inner-title {
	margin-top: 0;
}
.site-map-div {

}

.site-map-div .site-link-list > ul > li {
    float: left;
    width: 25%;
    margin: 4px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 12px;
}
.site-map-div .site-link-list > ul > li > a {
	color: #132A4C;
}


@media(min-width: 768px) {
	.new-prod-design .product-c-logo {
		padding: 0;
		background-color: unset;
		border-radius: 0;
	    width: 70px;
	    height: 45px;
	}
	.luxe-div .luxe-img-col {
		height: 100%;
	}
	.luxe-div > .row {
		height: 100%;
	}
}
@media(max-width: 1199.98px) and (min-width: 768px) {
	.utiles-div .card-body {
    	padding: 10px;
    }
}
@media(max-width: 1199.98px) and (min-width: 992px) {
	.promotion-stage-slider .offer-div .offer-content .offer-valid .star-rating {
		margin-top: 10px;
	}
}
@media(min-width: 1200px) {
	.offer-page-header {
		padding-bottom: 20px;
	}
	.site-tabs .nav-link:hover,
	.site-tabs .nav-link:focus,
	.site-tabs .nav-link:active {
		background-color: transparent;
		color: #f76570;
		color: #132A4C;
		border-color: #132A4C;
	}
	.product-tabs-nav.site-tabs .nav-link {
	    border-bottom: 3px solid transparent;
	}
	/*.product-tabs-nav.site-tabs .nav-link.active {
	    font-weight: 700;
	    border-bottom: 2px solid #132A4C;
	}*/
	.section-title .title {
		font-size: 28px;
	}
}
@media(max-width: 1199.98px) {
	/*--21-05-2020--*/
	.avis-star .star-rating {
	
		height: 31px;
	}
	.avis-star .star-rating .star-inner {
		height: 31px;
	}

	/*---26-05-2020---*/
	.boat-tabs.site-tabs .nav-link {
		padding: 5px 20px;
	}
	.cabin-des-inner .inner-title {
		font-size: 17px;
		margin-bottom: 10px !important;
	}
	.cabin-des-inner .inner-text {
		font-size: 13px;
	}
	.video-boat-header {
		width: 90px;
	}

	/*--01-06-2020--*/
	.offers-header-label .product-amenities span {
    	padding: 4px 10px;
    	margin: 3px 3px 3px 0;
	}

	/*--09-6-2020--*/
	.port-dep-box .utiles-div .utiles-list li a {
    	font-size: 13px;
    }
    .boat-round-image,
    .c-header-logo {
    	width: 65px;
    	height: 65px;
    }
      /*--30-06-2020--*/
    .c-page-header .promotion-top {
		padding-bottom: 35px;
	}
	.page-content .pro-offers {
    	padding: 13px 0 30px 0;
	}
	/*.error-banner {
		left: 31%;
	}
	.error-overlay-text { 
		left: 13%;
    	top: -220px;	
	}*/
	.new-prod-design .date-title {
		margin: 0 0 10px 0;
		font-size: 13px;
	}
	.luxe-foot .star-rating {
		display: block;
	}
	.clogo-boat-header {
		width: calc(100% - 90px);
	}

}
/*--28-05-2020--*/
@media (max-width: 991.98px) {
	.boat-mobile-top .page-breadcrumb {
    	/*width: calc(100% - 138px);*/
	}
	.boat-mobile-top .c-header-logo {
		background-color: unset;
	}

	.boat-mobile-top .c-header-logo, .dest-mobile-top .c-header-logo {
		background-color: unset;
	}
	.boat-round-image {
		float: left;
		margin-right: 10px;
		width: 40px;
		height: 40px;
	}
	/*--25-06-2020 static page--*/
	.static-content-page {
		padding: 20px 15px 20px 0;
	}
	.static-content-page .mt-4 {
		margin-top: 15px !important;
	}
	/*--30-06-2020--*/
	/*.error-banner {
		left: 24%;
	}*/
	.c-page-header .promotion-top {
		padding-bottom: 10px;
	}
}
@media(max-width: 767px) {
	/*--21-05-2020--*/
	.avis-star .star-rating {
		width: 132px;
		height: 23px;
	}
	.avis-star .star-rating .star-inner {
		height: 23px;
	}
	/*--22-05-2020--*/
	.boat-list-row .boat-list-col {
    	padding: 5px;
	}
	.boat-list-box .overlay-div .title-box, .boat-list-box .overlay-div .price-box {
    	font-size: 12px;
	}

	/*---26-05-2020---*/
	.boat-tabs.site-tabs .nav-link {
		padding: 5px 24px !important;
	}
	.cabin-des-inner .inner-title {
		font-size: 15px;
		margin: 15px 0 !important;
	}
	.photos-list-row .photos-list-box {
		padding: 5px;
	}

	/*--01-6-2020--*/
	.offers-condition {
		font-size: 12px;
	}

	.departure-row .port-dep-box {
		padding-top: 5px;
		padding-bottom: 0;
	}

	/*--10-6-2020--*/
	.ponts-top li {
		width: 25%;
	}
	.ponts-top li:nth-child(4) {
    	border-right: 1px solid #e0e0e0;
	}
	/*--11-6-2020--*/
	.ponts-tab-row .ponts-list-box {
    	padding: 0 0px 15px 0px;
    }
    .ponts-top {
    	padding: 0;
    }

    /*--12-6-2020--*/
    .form-input-list li.w-30, .form-input-list li.w-35 {
    	width: 100% !important;
    }
    .grp-list-box {
		padding: 15px 10px;
	}
	.form-input-list li {
		padding: 0 0 15px 0 !important;
	}
	.site-form .site-textarea {
		width: 100%;
		height: 100px !important;
	}
	.p-form-div .form-btn-col {
		padding-right: 15px !important;
		text-align: left !important; 
		margin-top: 0 !important;
	}
	.p-form-div .form-title {
		font-size: 15px;
	}
	.p-form-div {
		padding: 15px !important;
	}
	.p-form-div .form-input-list {
		margin-top: 20px !important;
	}
	.p-form-div .grp-page-btn {
		margin-top: 10px !important;
	}
	.boat-list-mobile-title a {
		padding: 15px 0;
	}
	.boat-mobile-video .video-btn {
		color: #132A4C;
		text-decoration: underline;
	}
	.boat-filter-div .filter-dropdown select {
		width: 100%;
		padding: 10px;
		background-position: 95% 50%;
	}
		/*26-06-2020*/
	.luxe-list-row .luxe-div {
		margin: 12px 0;
		box-shadow: 0px 1px 6px #00000029;
	}
	.luxe-col .company-content {
		width: 100%;
		float: unset !important;
		max-width: unset !important;
	}
	.luxe-col .product-map, .luxe-col .product-destination {
		width: 50%;
    	float: left;
    	min-height: 120px;
	}
	/*--30-06-2020--*/
	.error-banner {
		max-width: 250px;
		/*left: 13%;
		bottom: -157px;*/
	}
	.error-overlay-text { 
		/*left: 14%;
    	top: -135px;*/
    	font-size: 90px;
	}
	.error-div {
		padding-bottom: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	.error-div .inner-title {
		font-size: 17px;
	}
	/*added by syed*/
	.banner-404 {
		height: 150px;
	}
	/*--14-07-2020--*/
	/*.passenger-details .passenger-c-form .form-input-list .mt-4 {
		margin-top: 0 !important;
	}*/
	.personne-div {
    	padding: 20px 12px !important;
	}
	.personne-div .input-stat-list li {
    	padding: 0 !important;
	}
	/*--15-07-2020--*/
	.personne-div .form-input-list li:nth-child(3) {
		width: 20%;
		padding-right: 3px !important;
	}
	.personne-div .form-input-list li:nth-child(4) {
		width: 80%;
	}
	.personne-div .pass-pay-btn {
		margin-top: 15px;
	}
	/*--22-07-2020--*/
	.site-map-div .inner-title {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.site-map-div .site-link-list > ul > li {
	    float: none;
	    width: 100%;
	    margin: 10px 0;
	    padding-left: 15px;
	    line-height: 1.2;
	}
	.site-map-div .site-link-list > ul li:first-child {
    	padding-left: 0;
	}
	.luxe-list-row .luxe-div {
		height: auto;
	}

	.date-slider-inner .one-date a {
		padding: 5px;
	}
	.discount-per {
		margin: 0 auto;
	}

	.product-price .price-title {
		margin-bottom: 10px !important;
	}
	.product-price .devis-r-price {
		font-size: 16px;
	}
}
/*End Shraddha Work*/



/* Devis Landing page */
.devis-p-banner {
	height: 210px;
	margin-bottom: 30px;
}
/*.adwords-date-slider {
	background-color: #F5F5F5;
}*/
.footer-offer-sec.land-foo-offer-sec {
	margin-top: 50px;
	margin-bottom: 0;
	background-color: #F5F5F5;
}
.foo-offer-div .foo-offer-img {
	margin-bottom: 20px;
	/*height: 100px;*/
	max-width: 75px;
    margin: 15px auto;
}
.landing-left .boat-round-image {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.landing-left .journey-details {
	margin: 20px 0 30px 0;
}
.landing-left .journey-details li {
    line-height: 1.2;
    margin-bottom: 7px;
    font-size: 13px;
}
.landing-left .newsletter-input {
    max-width: 600px;
    width: 100%;
    float: right;
}
.landing-left .newsletter-input .input-email {
    height: 50px;
    width: 190px;
    background-color: #fff;
    border-radius: 4px 0 0 4px;
    border: 0;
    padding: 0 15px;
    transition: all 0.5s;
    outline: none;
    float: left;
    color: #072d5a;
    border: 0.5px solid #5C5C5C;
    border-right: none;
    font-size: 13px; /*changed on 16-07-2020*/
}
.landing-left .newsletter-input .input-submit {
    height: 50px;
    border: 1px solid #FD5F00;
    border-radius: 0 4px 4px 0;
    background-color: #fff;
    color: #FD5F00;
    font-weight: 700;
    width: 110px;
    outline: none;
    padding: 11px 15px;
}
.land-foot .bottom-line {
	font-size: 10px;
	color: #989898;
}
.landing-right {
    margin-top: -180px;
    border: 0.5px solid #5C5C5C; /*color changed on 16-07-2020*/
    box-shadow: 0px 5px 12px #00000029;
    border-radius: 10px;
    /*height: 500px;*/
    border-top: 3px solid #FD5F00;
}
.landing-right .land-nav {
	padding: 30px;
}
.landing-right .land-nav .nav-tabs {
	border-bottom: none;
	padding: 0 97px; /*aded on 16-07-2020*/
}
.land-nav .nav-tabs .nav-link {
	border: none;
	text-align: center;
	padding: 0 1rem;
	font-size: 12px;
}
.land-nav li {
	width: 33.33%;
    float: left;
    position: relative;
    text-align: center;
}
.land-nav li.active:before, .land-nav li.active:after {
	background-color: #132A4C;
}
.land-nav li:before {
	content: " ";
	width: 12px;
    height: 12px;
    display: block;
    background: #FFF;
    border-radius: 25px;
    margin: 30px auto 0 auto;
    border: 1px solid #132A4C; /*color changed on 16-07-2020*/
}
.land-nav li:after {
	content: '';
    width: 92%; /*changed on 16-07-2020*/
    height: 1px;
    background: #CACACA;
    position: absolute;
    left: -46%; /*changed on 16-07-2020*/
    top: 35px;
}
.land-nav li:first-child:after {
    content: none;
}
.land-nav li a {
	color: #707070;
}
.land-nav li.active a {
	color: #132A4C;
	font-weight: 700;
}
.land-content .land-title {
	padding: 0 70px; /*changed on 16-07-2020*/
}
.land-content .land-title p {
	border-bottom: 1px solid #132A4C;
	display: inline-block;
	position: relative;
	margin-bottom: 0;
	padding-bottom: 8px;
}
#land-one .land-title p:after, 
#land-two .land-title p:after, 
#land-three .land-title p:after {
	/*content: ''; 
    height: 1px;
    background: #132A4C;
    position: absolute;
    top: 32px; 
    left: 72px;*/
}
#land-one .land-title p:after {
	/*width: 49%; changed on 16-07-2020*/
}
#land-two .land-title p:after {
	/*width: 51%; changed on 16-07-2020*/
}
#land-three .land-title p:after {
	/*width: 41%; changed on 16-07-2020*/
}

.land-content .land-date-row {
	margin: 10px 0;
	padding: 30px 60px 10px 60px; /*changed on 16-07-2020*/
	background-color: #F5F5F5;
}
.land-date-row .land-date-list, .land-date-row .person-date-list {
	/*padding: 0px 5px 10px 5px;*/ /*changed on 16-07-2020*/
	padding: 0px 10px 20px 10px;
}
.land-date-row .date-box {
	border: 0.5px solid #132A4C;
	box-shadow: 2px 2px 6px #00000029; 
	text-align: center;
	background-color: #fff;
	color: #132A4C;
	font-weight: 700;
	border-radius: 4px; /*aded on 16-07-2020*/
	min-height: 85px; /*aded on 16-07-2020*/
	height: 100%;
}
.land-date-row .date-box:hover,
.land-date-row .date-box.active {
	background-color: #FD5F00;
	color: #fff;
}
.land-date-row .date-box .date-text { /*changed on 16-07-2020*/
	position: absolute;
	left: 50%;
	top: 37%;
    transform: translate(-56% , -18px);
}
.land-date-row .date-box .person-text {
	position: absolute;
	width: 100%;
	left: 56%; /*changed on 16-07-2020*/
    bottom: 26px;
    transform: translate(-56% , -20px);
}
.land-content .form-input-list li.w-48 {
    width: 50%; /*changed on 16-07-2020*/
}
.land-content .form-input-list li {
    float: left;
    padding: 0 10px 20px 10px; /*changed on 16-07-2020*/
}
.land-content .site-input {
    border: 0.5px solid #5C5C5C;
    padding: 10px;
    width: 100%;
    border-radius: 4px;
    outline: none;
}
.land-content .land-date-row .default-btn {
	margin-bottom: 15px;
}
.land-content .site-input:focus {
	border-color: #FD5F00;
}
.land-content .site-select {
	background-image: url(../img/select-icon.svg);
    background-repeat: no-repeat;
    background-position: 94% center!important;
    -webkit-appearance: none;
    border: 0.5px solid #5C5C5C;
    padding: 10px 25px 10px 10px;
    display: inline-block;
    width: 100%;
    border-radius: 4px;
    color: #989898;
    outline: none;
    background-color: #fff;
}
.land-content .site-select:focus {
	border-color: #FD5F00;
}
.landing-right .clients-div {
	padding: 5px 40px 15px 40px;
	text-align: center;
}
.landing-right .clients-div {

}
.landing-right .clients-div span {
	display: inline-block;
    margin: 12px; /*changed on 16-07-2020*/
}
.landing-right .clients-div .logo-size {
	max-width: 92px; /*changed on 16-07-2020*/
}
.back-option a {
	color: #132A4C;
	position: absolute;
	left: 88px;
	top: -53px;
}

/* new css for adwords-date-slider 23-12-2020 */

.adwords-date-slider {
	background-color: #F5F5F5;
}
.adwords-date-slider .carousel-control {
    position: static;
    color: #132A4C;
    font-size: 14px;
    width: auto;
    background: none;
    opacity: 1;
    text-shadow: none;
    padding: 15px;
    padding-top: 0;
    font-weight: 600;
}
.adwords-date-slider .land-date-row {
	padding-bottom: 0; 
	margin-bottom: 0;
}
.adwords-date-slider .carousel-control.right {
	padding: 0 70px 15px 5px;
}
.adwords-date-slider .carousel-control.left {
    padding: 0 5px 15px 70px;
}

/*--result-page--*/
.result-page .landing-right {
	height: 480px;
}
.result-page .top-seprator {
	margin: 40px auto;
	background-color: #132A4C; 
	width: 45%;
}
.result-page .t-underline {
	background-color: #132A4C; 
	width: 55%; 
	float: left;
	margin-top: 5px;
}
.result-page .big-content {
	padding: 0;
}
.land-date-row button {
	outline: none;
}
/*Extra small devices (portrait phones, less than 576px)*/
 /*No media query for `xs` since this is the default in Bootstrap*/

 /*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 

}

 /*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 

}

 /*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 

}

 /*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 

}


 /*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) { 
	#land-one .land-title p:after { /*changed on 16-07-2020*/
	    /*width: 58%;
	    top: 33px;*/
	}
	#land-two .land-title p:after { /*changed on 16-07-2020*/
		/*width: 60%;
	    top: 33px;*/
	}
	#land-three .land-title p:after { /*changed on 16-07-2020*/
		/*width: 47%;
	    top: 33px;*/
	}
	.landing-right .clients-div .logo-size {
   		max-width: 80px;
	}
	.result-page .landing-right {
    	/*height: 520px;*/
	}
	.back-option a {
    	top: -53px;
    }
    /*aded on 16-07-2020*/
    .boat-round-image,
    .landing-left .boat-round-image {
    	width: 40px;
    	height: 40px;
	}
	.land-title .title-left {
		font-size: 18px;
	}
	.land-title .s-title-left {
		font-size: 12px;
	}
	.landing-left .journey-details {
		margin-top: 20px;
	}
	.land-nav li:after {
    	width: 88%;
    	left: -44%;
	}
	/*.land-content .land-date-row {
    	margin: 10px 0 10px 1px;
	}*/
}
 /*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) { 
	.other-banner {
    	/*height: 150px;*/
	}
	.landing-right {
    	margin: -110px 15px 0 15px;
	}
	.land-content .land-date-row {
    	/*margin: 10px -8px;*/
	}
	#land-one .land-title p:after { /*changed on 16-07-2020*/
	   /* width: 46%;
	    top: 104px;
	    left: 88px;*/
	}
	#land-two .land-title p:after { /*changed on 16-07-2020*/
		/*width: 47%;
	    top: 104px;
	    left: 88px;*/
	}
	#land-three .land-title p:after { /*changed on 16-07-2020*/
		/*width: 38%;
	    top: 104px;
	    left: 88px;*/
	}
	.landing-right .clients-div .logo-size {
   		max-width: 100px;
	}
	.result-page .landing-right {
    	/*height: 500px;*/
    	height: auto;
    	padding-bottom: 20px !important; 
	}
	.result-page .top-seprator {
    	margin: 32px auto;
    }
    .result-page .land-title p{
    	font-size: 18px;
    }
	.result-page .t-underline {
    	width: 11%;	
	}
	.result-page .big-content {
		padding: 0 15px;
	}
	.back-option a {
    	top: 16px;
    }
    /*--16-07-2020--*/
    .land-nav li:after {
    	width: 93%;
    	left: -46%;
	}	
	.form-input-list .li-checkbox {
		width: 50% !important;
	}
}
 /*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) { 

	.foo-offer-col {
		padding: 15px 10px;
	}
	.foo-offer-div .foo-offer-img {
		/*height: 80px;*/
		max-width: 50px;
		/*height: 65px;*/
		margin: 0 auto 10px auto;
	}
	.foo-offer-div .title {
		font-size: 14px;
	}
	.land-content .land-date-row {
    	margin: 10px 0px;
	}
	.land-date-row .land-date-list, .land-date-row .person-date-list {
    	padding: 0px 6px 12px 6px; /*changed on 16-07-2020*/
	}
	.tab-heading .title {
		font-size: 17px;
		margin-bottom: 0;
	}
	.land-content .land-title p {
		font-size: 14px;
	}
	.land-date-row .date-box {
    	min-height: 60px;
	}
	.land-date-row .date-box .date-text {
		left: 52%;
    	top: 40%;
	    font-size: 12px;
	}
	.land-date-row .date-box .person-text {
		width: unset;
	    left: 54%;
	    bottom: -5px;
	    font-size: 12px;
	}
	.land-content .form-input-list li.w-48 {
    	width: 100%;
	}
	.land-content .form-input-list li {
    	padding: 0 0 10px 0;
	}
	.other-banner {
    	height: 120px;
	}
	.landing-right .clients-div .logo-size {
    	max-width: 50px;
	}
	.land-nav li:after {
	    width: 90%;
	    left: -45%;
	}
	#land-one .land-title p:after { /*changed on 16-07-2020*/
	  /*  width: 71%;
    	left: 47px;
    	top: 114px;*/
	}
	#land-two .land-title p:after { /*changed on 16-07-2020*/
		/*width: 74%;
    	left: 47px;
    	top: 114px;*/
	}
	#land-three .land-title p:after { /*changed on 16-07-2020*/
		/*width: 59%;
    	left: 47px;
    	top: 114px;*/
	}
	.result-page .landing-right {
    	/*height: 520px;*/
	}
	.result-page .landing-right .land-nav {
		padding: 15px;
	}
	.result-page .top-seprator {
    	margin: 28px auto;
    }
    .result-page .land-title p {
    	font-size: 16px;
    }
	.result-page .t-underline {
    	width: 24%;
	}
	.result-page .big-content {
		padding-right: 0;
	} 
	.result-page .l-subtitle p, .result-page .l-subtitle p {
		font-size: 14px;
	}
	.landing-right .clients-div {
    	padding: 10px; /*changed on 16-07-2020*/
	}
	.back-option a { /*changed on 16-07-2020*/
    	/*top: 58px;
    	left: 48px;*/
    	/*top: 16px;*/
    	left: 25px;
	}
	/*--16-07-2020--*/
	.landing-right .land-nav .nav-tabs {
    	border-bottom: none;
    	padding: 0 12px;
	}
	.land-nav li:after {
    	width: 86%;
    	left: -43%;
	}
	.land-content .land-title {
    	padding: 0 15px;
	}
	.land-content .land-date-row {
		padding: 20px 10px 10px 10px;
	}
	.landing-right .clients-div span {
    	margin: 8px;
	}
	.landing-right .land-nav {
		padding: 25px 15px;
	}
	.utiles-div .utiles-head {
		height: auto !important;
	}
	.footer-offer-sec {
		margin-top: 0;
		background-color: #fff !important;
	}

	.adwords-date-slider .carousel-control.right {
		padding: 0 20px 15px 5px;
	}
	.adwords-date-slider .carousel-control.left {
	    padding: 0 5px 15px 20px;
	}
}

 /*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 420.98px) { 
	.back-option a { 
    	top: 37px;
    	/*left: 25px;*/
	}
}
@media (max-width: 360px) {
	.adwords-date-slider .carousel-control {
		font-size: 12px;
	}
}



/*Product page Css*/
.product-p-details {
	padding: 25px 21px 25px 21px;
	margin-top: 32px;
	font-size: 13px;
	height: calc(100% - 32px);
}
.product-p-details .p-title {
	margin-bottom: 28px;
}
.product-page-header {
	margin-bottom: 10px;
}
.product-page-header .p-header-price {
	float: right;
	width: 195px;
	padding-right: 20px;
}
.product-page-header .page-mob-title {
	float: left;
	width: calc(100% - 195px);
}
.product-page-header .page-mob-title .page-title {
	line-height: 1.1;
	font-size: 22px;
}
.product-page-header .page-header-inner {
	padding-bottom: 15px;
	margin-right: 15px !important;
}

.product-round-image {
	width: 90px;
	height: 90px;
}
.product-h-right {
	padding-left: 30px !important;
}
.product-page-row {
	margin-bottom: 0;
}
.product-page-row {
	border: 0;
	box-shadow: none;
}
.product-page-row .product-map, 
.product-page-row .product-destination {
	height: 230px;
	width: 50%;
	min-height: auto;
	float: left;
}
.product-page-row .product-header {
	background-color: #fff;
	padding: 20px 0 5px 0;
	border-bottom: 0;
	cursor: initial;
}
.product-page-row .journey-details {

}
.product-page-row .journey-details li {
	float: left;
	margin-right: 15px;
	font-size: 13px;
}
.product-page-row .journey-details li a,
.product-page-row .voir-itenary-btn {
	color: #132A4C;
}
.product-page-row .journey-details li img {
	width: 12px;
}
.product-page-row .product-c-video {
	background-color: transparent;
	max-width: 140px;
	padding: 0;
	top: 15px;
	right: 15px;
	transform: translate(-0px , -0px);
}

.product-page-row .product-itenary-outer {

}
.product-page-row .product-itenary-outer .voir-itenary-btn {
	width: 100px;
}
.product-page-row .product-itenary {
	max-width: calc(100% - 105px);
}
.product-page-row .product-itenary {

}
.product-page-row .product-header-right {
	padding: 20px 0 5px 0;
}

.product-page-row .com-rating {
	width: 130px;
}
.product-page-row .product-amenities {
	margin: 10px 0 !important;
}
.product-page-row .product-amenities span {
	display: inline-block;
	width: 100%;
	margin: 3px 0;
	padding: 6px 4px;
	line-height: 1.2;
}
.product-page-row .p-row-page-logo {
	max-width: 110px;
	display: inline-block;
}


.date-tabs {

}
.product-tabs {
	
}
.product-tabs span {
	
}

.product-tabs-nav {

}
.product-tabs-nav .nav-item {
	width: 15%;
	padding: 0 2px
}
.product-tabs-nav.site-tabs .nav-link {
	padding: 8px; /*changed on -19-4-21*/
	font-size: 16px;
	border-bottom: 1px solid #dee2e6;
}

.product-tabs-sec {
	background-color: #F5F5F5;
	padding: 30px 0;
}
.product-title-div .site-select {
	width: 170px;
	background-color: #fff;
	font-size: 12px;
}
.product-title-div .site-select:after {
	content: " ";
    top: 8px;
    background-image: url(../img/icons/arrow-n-up.svg);
    transform: rotate(180deg);
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat;
}
.product-title-div .site-select select {
    padding: 5px 15px;
    /*background-color: #fff;*/
}
.product-title-div {
	margin-bottom: 22px;
}
.product-date-slider .cabin-type1,
.product-date-slider .cabin-type2,
.product-date-slider .cabin-type3,
.product-date-slider .cabin-type4,
.product-date-slider .cabin-type5,
.product-date-slider .cabin-type6,
.product-date-slider .cabin-type7,
.product-date-slider .cabin-type8,
.product-date-slider .cabin-type9,
.product-date-slider .cabin-type10,
.product-date-slider .cabin-type11,
.product-date-slider .cabin-type12,
.product-date-slider .cabin-type13,
.product-date-slider .cabin-type14,
.product-date-slider .cabin-type15,
.product-date-slider .cabin-type16,
.product-date-slider .cabin-type17 {
	display:none;
}

.product-slider-row {
	margin-bottom: 20px !important;
}
.price-slider-row {
	border-bottom: 0.5px solid #989898;
	padding-bottom: 3px;
	margin-bottom: 15px !important;
}
.price-slider-row:last-child {
	border-bottom: 0;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}
.product-slider-row {
	
}
.product-slider-row {
	
}
.cabin-sidebar {
	border-bottom: 0.5px solid #989898;
	margin-bottom: 10px;
}
.cabin-sidebar:last-child {
	border-bottom: 0;
}
.cabin-sidebar .cabin-row {
	
}
.cabin-sidebar .cabin-show {
	margin-bottom: 10px;
}
.cabin-sidebar .cabin-image {
	height: 80px;
    width: 180px;
	float: left;
}
.cabin-sidebar .cabin-title {
	float: left;
	width: calc(100% - 180px);
	padding: 0px 0px 0 15px;
}
.cabin-sidebar .cabin-title-text {
	
}
.cabin-sidebar .cabin-button {
	margin-bottom: 6px;
	/*outline: none;*/
}
.cabin-sidebar .cabin-button .default-btn { 
	padding: 3px 16px;
	font-size: 12px;
	/*width: 100%;*/
	/*border-radius: 0;*/
	background-color: #fff;
	font-weight: 600;
}
.cabin-sidebar .cabin-button .default-btn:focus {
	outline: none;
}
.cabin-sidebar .des-show {
	font-size: 12px;
	display: inline-block;
    width: 100%;
    /*text-align: center;*/
    /*color: #132A4C;*/
    color: #062702;
    height: 15px;
}
.cabin-sidebar .des-show .i-icon {
	display: inline-block;
	border-radius: 50%;
	padding: 0px 6px;
    line-height: 1.6;
    font-size: 9px;
    /*padding: 0px 5px;
    line-height: 1.4;
    font-size: 9px;*/
    margin-right: 4px;
    color: #062702;
	/*border: 0.699999988079071px solid #132A4C;*/
	border: 0.699999988079071px solid #062702;
}
.cabin-sidebar .des-show i,
.cabin-sidebar .des-show img {
	font-size: 14px;
    margin-left: 5px;
    transition: all 0.4s;
}
.cabin-sidebar .des-show.active i,
.cabin-sidebar .des-show.active img {
	transform: rotate(180deg);
}
.cabin-sidebar .cabin-list {
	
}
.cabin-sidebar .cabin-list li {
	padding: 12px 0;
	border-bottom: 0.5px solid #B6B6B6;
	font-weight: 600;
	line-height: 1.3;
}
.cabin-sidebar .cabin-list li:last-child {
	border-bottom: 0;
}
.cabin-sidebar .cabin-list {
	
}
.cabin-description-col {
	display: none;
}
.cabin-sidebar {
	
}
.product-slider-row .price-div {
    position: relative;
    margin-bottom: 15px;
    /*margin-bottom: 30px;*/
    /*border-bottom: 0.5px solid #989898;*/
}
.product-slider-row .price-div a {
	display: inline-block;
	/*font-size: 16px;*/
	/*border: 0.5px solid #132A4C;*/
	border: 0.5px solid #6b7582;
    /*border-left: 0;*/
    border-radius: 4px;
	font-weight: 700;
	background-color: #fff;
	box-shadow: 1px 1px 1px #00000029;
	box-shadow: 1.5px 1.5px 6px #00000014;
}
.product-slider-row .price-div a.complet {
	background-color: transparent;
	font-weight: 600;
	box-shadow: none;
}
.product-slider-row .price-div .price-block {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.product-slider-row .date {
	border: 0.2px solid #B6B6B6;
	background-color: #fff;
}
.product-slider-row .date.date-2 {
	border-top: 0;
	margin-bottom: 15px;
}
.product-slider-row .date .date-inner {
	padding: 6px 4px;
	font-size: 12px;
}
.product-slider-row .price-col {
	/*border-bottom: 0.5px solid #989898;
	border-radius: 0;
    margin-bottom: 15px;*/
    /*padding-bottom: 15px;
    margin-top: 15px;*/
    padding-bottom: 4px;
    margin-top: 7px;
}
.product-slider-row ul.price-list li {
    /*margin-top: 3px;*/
    /*margin-bottom: 3px;*/
}
.product-slider-row .price-col .price-list {
	/*margin-top: 10px;*/
}
.product-slider-row .price-col .price-list li {

}
.product-slider-row .price-col .price-list li a {
	width: 100%;
	height: 80%;
	border: 0.5px solid #132A4C;
	display: inline-block;
	background-color: #fff;
	border-radius: 4px;
	position: relative;
	font-weight: 700;
}
.product-slider-row .price-col .price-list li a.complet {
	background-color: transparent;
}
.product-slider-row .price-col .price-list li span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.product-slider-row .price-div a:hover,
.product-slider-row .price-col .price-list li a:hover,
.product-slider-row .price-div a:focus,
.product-slider-row .price-col .price-list li a:focus,
.product-slider-row .price-div a.active,
.product-slider-row .price-col .price-list li a:active {
	/*color: #FF0000;*/
	background-color: #FD5F00;
	color: #fff !important;
}
.product-slider-row .price-div a.complet:hover,
.product-slider-row .price-col .price-list li a.complet:hover {
	color: #132A4C !important;
	background-color: transparent;
}
.product-slider-row .price-col {

}



.product-slider-row .owl-dots {
	display: none;
}
.product-slider-row .price-div {
	height: 80px;
}
.date-slider-wrapper,
.date-carousel {
	padding: 0 30px;
	position: relative;
}
.date-carousel .owl-prev,
.date-carousel .owl-next {
	position: absolute;
	border: 0.5px solid #7D7D7D !important;
	background-color: #fff !important;
	top: 0;
	color: #132A4C !important;
	border-radius: 4px !important;
}
.owl-carousel.date-carousel .owl-nav button.owl-next, 
.owl-carousel.date-carousel .owl-nav button.owl-prev, 
.owl-carousel.date-carousel button.owl-dot {
	padding: 4px 6px !important;
}
.date-carousel .owl-prev {
	left: 0;
}
.date-carousel .owl-next {
	right: 0;
}
.date-carousel .owl-prev:focus,
.date-carousel .owl-next:focus {
	outline: none;
}


/* Start Product Form Css*/
.product-form {
	padding: 30px 0;
}
.product-form-header {
	padding-bottom: 30px;
}
.product-form-header .product-amenities > span,
.product-form-header .product-amenities-2 > .ame-span {
	padding: 4px 15px;
	position: relative;
}

.site-form .site-select {
    background-image: url(../img/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: 94% center!important;
    -webkit-appearance: none;
    border: 0.5px solid #5C5C5C;
    padding: 10px 25px 10px 10px;
    display: inline-block;
    width: 100%;
    border-radius: 4px;
    color: #989898;
    outline: none;
    background-color: #fff;
}
.site-form .site-select:selected {
	/*color: red;*/
} 
.site-form .site-input {
	border: 0.5px solid #5C5C5C;
	padding: 10px;
	width: 100%;
	border-radius: 4px;
	outline: none;
}
.site-form .site-textarea {
	padding: 10px;
	width: 99%;
	height: 150px;
	border: 0.5px solid #5C5C5C;
    border-radius: 4px;
    outline: none;
}
.site-form .site-select:focus ,
.site-form .site-input:focus,
.site-form .site-textarea:focus {
	border-color: #FD5F00;
}
.site-form .site-textarea {

}

.form-input-list {
	margin: 30px 0 0px 0;
}
.form-input-list:last-child {
	margin-bottom: 0;
}
.form-input-list li {
	float: left;
	padding: 0 10px 20px 0;
}
.form-input-list li.w-3-col {
	width: 33.33%;
}
.form-input-list li.w-6-col { 
	width: 16.66%;
}

.form-input-list li.w-16 {
    width: 16%;
}
.form-input-list li.w-66 {
	width: 66.66%;
}
.form-input-list li.w-48 {
    width: 48%;
}
.form-input-list li.w-42 {
    width: 42%;
}
.form-input-list li.w-40 {
    width: 40%;
}
.form-input-list li.w-35 {
    width: 35%;
}
.form-input-list li.w-33 {
    width: 33.33%;
}
.form-input-list li.w-28 {
	width: 28%;	
}
.form-input-list li.w-30 {
    width: 30%;
}
.form-input-list li.w-24 {
	width: 24%;
}
.form-input-list li.w-17 {
    width: 17.5%;
}
.form-input-list li.w-17p {
    width: 17%;
}
.form-input-list li.w-15 {
    width: 15%;
}
.form-input-list li.w-14 {
    width: 14%;
}
.form-input-list li.w-23 { /*--14-07-2020--*/
	width: 23%;
}
.form-input-list li.w-10 { /*--20-09-2022--*/
    width: 10%;
}
.form-input-list li.w-8 { /*--14-07-2020--*/
    width: 8%;
}
.form-input-list {
	
}
.form-input-list {
	
}
.form-input-list {
	
}


.p-form-div {
	padding: 25px 20px 30px 30px;
	background-color: #E6EFF8;
	/*box-shadow: 4px 4px 15px #00000029;*/
	border: 0.5px solid #707070;
	/*box-shadow: 2px 2px 7px #35353529;*/
	border-radius: 10px;
}
.p-form-div .form-btn-col,
.p-form-div .form-check-col {
	padding-right: 25px;
}
.p-form-div .form-btn-col {
	margin-top: 20px;
}
.p-form-div {
	
}
.p-form-div {
	
}
.besoin-box {
	border: 0.5px solid #989898;
	padding: 20px;
}
.besoin-box .description {

}
.besoin-box .mobile-no {

}
.besoin-box .besoin-ou {
	text-align: center;
	margin: 8px 0;
	font-size: 13px;
}
.besoin-box .besoin-ou span {
	font-weight: 700;
	color: #989898;
}
.besoin-box .besoin-ou span:before,
.besoin-box .besoin-ou span:after {
	content: " ";
	width: 43%;
	display: inline-block;
	/*border-top: 0.1px solid #989898;*/
	border-top:  0.30000001192092896px solid #B6B6B6;
    margin-bottom: 4px;
} 
.besoin-box .besoin-ou span:before {
	margin-right: 2.5%;
}
.besoin-box .besoin-ou span:after {
	margin-left: 2.5%;
} 
.besoin-form {

}
.besoin-form .besoin-form-des {
	color: #989898;
}
.besoin-form .besoin-form-des a {
	color: #989898;
	text-decoration: underline;
}
.besoin-box .newsletter-input {
	margin: 20px 0;
}
.besoin-form .newsletter-input .input-email {
	border: 0.5px solid #5C5C5C;
	border-right: 0;
	width: calc(100% - 90px);
}
.besoin-box .newsletter-input .input-submit {
	width: 90px;
}

.span_pseudo, .site-checkbox span:before, .site-checkbox span:after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 0;
  height: 0.2rem;
  position: absolute;
  transform-origin: 0% 0%;
}
.site-checkbox {
  position: relative;
  /*height: 2rem;*/
  display: flex;
  align-items: center;
}
.site-checkbox input {
  display: none;
}
.site-checkbox input:checked ~ span {
  background: #FD5F00;
  border-color: #FD5F00;
}
.site-checkbox input:checked ~ span:before {
  width: 1rem;
  height: 0.15rem;
  /*transition: width 0.1s;
  transition-delay: 0.3s;*/
}
.site-checkbox input:checked ~ span:after {
  width: 0.4rem;
  height: 0.15rem;
  /*transition: width 0.1s;
  transition-delay: 0.2s;*/
}
.site-checkbox input:disabled ~ span {
  background: #ececec;
  border-color: #dcdcdc;
}
.site-checkbox input:disabled ~ label {
  color: #dcdcdc;
}
.site-checkbox input:disabled ~ label:hover {
  cursor: default;
}
.site-checkbox label {
  padding-left: 2rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-bottom:0;
}
.site-checkbox span {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  /*border: 2px solid #ccc;*/
  border: 0.5px solid #707070;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: all 0.2s;
  z-index: 1;
  box-sizing: content-box;
}
.site-checkbox span:before {
  transform: rotate(-55deg);
  /*top: 1rem;
  left: 0.37rem;*/
  top: .88rem;
  left: 0.37rem;
}
.site-checkbox span:after {
  transform: rotate(35deg);
 /* bottom: 0.35rem;
  left: 0.2rem;*/
  bottom: 0.25rem;
  left: 0.2rem;
}

.itenery-div {
	border: 0.5px solid #7D7D7D;
	border-radius: 2px;
}
.itenery-div .itenery-title {
	padding: 20px 20px;
	background-color: #132A4C;
}
.itenery-div .itenery-title > span {
	color: #fff;
}
.itenery-div .itenery-title > span,
.itenery-div .itenery-list li > span {
	/*color: #fff;*/
	display: inline-block;
	float: left;
}

.itenery-div .itenery-list {
	
}
.itenery-div .itenery-list li {
	padding: 10px 20px;
	font-size: 12px;
	border-bottom: 0.5px solid #132A4C;
}
.itenery-div .itenery-list li:last-child {
	border-bottom: 0;
}
.itenery-div .itenery-list li:nth-child(even) {
	background-color: #fff;
}

.itenery-div .jours {
	width: 17%;
}
.itenery-div .details-title {
	width: 49%;	
	position: relative;
}
.itenery-div .arival {
	width: 17%;
}
.itenery-div .depart {
	width: 17%;
}
.itenery-div .itenery-list .fa-anchor,
.itenery-div .itenery-list .fa-map-marker-alt {
	width: 14px;
	margin-right: 5px;
}
.itenery-div .itenery-list .fa-info-circle {
	margin-left: 7px;
}
.itenery-div .detail-tooltop,
.product-amenities .detail-tooltop, 
.product-amenities-2 .detail-tooltop,
.cabin-sidebar .des-show .detail-tooltop {
	position: absolute;
	background-color: #fff;
	font-size: 12px;
	padding: 8px;
	box-shadow: 0px 0px 12px #00000029;
	border: 0.20000000298023224px solid #707070;
	border-radius: 4px;
	width: 700px;
	z-index: 1;
	font-weight: 500;
	top: 100%;
	left: 0;
	/*left: 50%;*/
	display: none;
}
.cabin-sidebar .des-show .detail-tooltop {
	z-index: 2;
	width: 600px;
	left: -25%;
	color: #062702;
}
.product-amenities-outer {
	position: relative;
	/*width: 60%;*/
}
.product-amenities .detail-tooltop,
.product-amenities-2 .detail-tooltop {
	width: 400px;
	/*width: 100vw;*/
	/*left: -50vw;*/
	position: absolute;
    /*top: 0;*/
    left: -10%;
    right: 0;
    z-index: 2;
}
.itenery-div .details-title:hover .detail-tooltop,
.product-form-header .product-amenities > span:hover .detail-tooltop,
.product-form-header .product-amenities-2 > .ame-span:hover .detail-tooltop,
.product-amenities > span:hover .detail-tooltop,
.cabin-sidebar .des-show:hover .detail-tooltop {
	display: block;
}

.product-avis-tab {
	margin-top: 12px;
}
.product-avis-tab .avis-div {
	background-color: #fff;
	/*border: 0.5px solid #707070;*/
}
.product-avis-tab .avis-div .avis-head .avis-ratings {
	max-width: 115px;
}

.persistation-list {

}
.persistation-list li {
	line-height: 1.3;
	margin-bottom: 8px;
}
.persistation-list {
	
}

.activity-tabs-nav {
	background-color: #fff;
	border: 0.5px solid #707070;
}
.activity-tabs-nav .nav-pills .nav-link {
	border-radius: 0;
	color: #132A4C;
	padding: 15px;
}
.activity-tabs-nav .nav-pills .nav-link:hover {

}
.activity-tabs-nav .nav-pills .nav-link:hover,
.activity-tabs-nav .nav-pills .nav-link.active, 
.activity-tabs-nav .nav-pills .show > .nav-link {
	background-color: #F5F5F5;
}
.activity-tabs-nav .nav-pills .nav-link i {
	float: right;
}
.activity-tabs-nav .nav-pills .nav-link {

}
.activity-tab-div .cabin-img-inner {
	max-width: 500px;
}
.activity-tabs-nav {

}
.activity-tabs-nav {

}
.activity-tabs-nav {

}

.product-amenities-2 .ame-span {
	/*background-color: #DCFAEB;*/
	background-color: #CFFCD8;
}
.product-amenities-2 .com-rating {
	width: auto;
	line-height: 1;
}


/* End Product Form Css*/
.photos-list-img {
	margin-bottom: 20px;
}

.product-p-details .product-r-bottom {
	position: absolute;
    padding: 20px 40px 0 40px;
    left: 0;
    bottom: 33px;
}
/* End Product Page Css*/

/* Start Product Page 2*/

.p-page-header-2 {
	/*margin-top: -155px;
	border-radius: 10px;*/
}
.p-page-header-2 .product-round-image {
	/*width: 65px;
    height: 65px;*/
    width: 60px;
    height: 60px;
    /*margin: 10px;*/
    margin: 10px 10px 0 0px;
}
.p-page-header-2 .p-header-price {
	padding: 0;
}
.p-page-header-2 .p-header-price .p-logo-img {
	display: inline-block;
	max-width: 90px;
	/*margin-bottom: 8px;*/
}
.p-head-gallery-owl {
	/*padding: 0px 25px;*/
	margin: 5px 0;
	position: relative; 
}
.p-head-gallery-owl .item-inner {
	border : 0.5px solid transparent;
	height: 66px;
	/*height: 59px;*/
}
.p-head-gallery-owl .item-inner.bg-img img {
	opacity: 0;
}
.p-head-gallery-owl .item-inner:hover {
	border: 0.5px solid #132A4C;
}
.p-head-gallery-owl .owl-nav button {
	position: absolute;
	top: 0px;
    height: 100%;
    /* width: 100%; */
    width: 20px;
    border: 0.5px solid #86919f !important;
    background-color: #fff !important;
}
.p-head-gallery-owl .owl-nav i {
	
}
.p-head-gallery-owl .owl-nav .owl-prev {
	left: 0;
}
.p-head-gallery-owl .owl-nav .owl-next {
	right: 0;
}

.product-head-rcol {
	margin-top: -80px;
}
.p-page-header-2 .product-p-details {
	box-shadow: 0px 0px 10px #0000004D;
	border-radius: 10px;
	margin-top: 0;
	background-color: #fff;
	height: 100%;
	/*padding: 25px 30px 25px 30px;*/
	padding: 40px;
	padding-bottom: 230px;
}
.product-p-details .p-title {
	/*margin-bottom: */
}
.p-page-header-2 .product-p-details .p-side-price {
	margin-bottom: 12px;
}
.product-head-rcol .product-amenities {
	padding: 0;
	margin-bottom: 13px !important;
}
.product-head-rcol .product-amenities span {
	padding: 6px 8px;
    margin: 4px 4px 4px 0;
    font-size: 12px;
}
.product-head-rcol .p-btn-link {
	padding-top: 11px;
	padding-bottom: 11px;
}
.besoin-box-2 {
	border: 0;
	padding: 0;
}
.besoin-box-2 .besoin-ou {
	/*margin: 25px 0;*/
}
.besoin-box-2 .newsletter-input {
	margin-top: 8px;
}
.besoin-box-2 .besoin-form .newsletter-input .input-email {
	margin-right: 3px;
	width: calc(100% - 123px);
	border-right: 0.5px solid #5C5C5C;
	border-radius: 4px;
	height: 41px;
}
.besoin-box-2 .text-merci {
    font-size: 14px;
    margin: 20px 0;
}
.besoin-box-2 .newsletter-input .input-submit {
	border-radius: 4px;
	color: #FD5F00;
	background-color: #fff;
	border-width: 1px;
	width: 120px;
	height: 41px;
}
.besoin-box-2 .newsletter-input .input-submit:hover {
	background-color: #FD5F00;
	color: #fff;
}

.product-form-header .p-form-title .com-rating {
	width: 145px;
}
.product-form-div .form-tick-title {
	/*margin-top: 30px;*/
}
.product-tabs-nav-2 {
	margin-top: 10px;
}
.product-tabs-nav-2 .nav-item {
	width: 12%;
}
.product-form-header .p-form-title {

}
.product-form-header .p-form-title {

}
.product-banner-2 {
	height: 95px;
}
.product-b-3 {
	background-color: #F5F5F5;
	min-height: 155px;
	height: auto;
}
/*.p-page-header-3 .product-head-lcol,*/
.p-page-header-3 .product-head-rcol {
	margin-top: -110px;
}
.p-page-header-3 .product-p-details {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	box-shadow: none;
	border: 0.5px solid #707070;
}
.p-page-header-3 .p-title {
	/*margin-bottom: 10px;*/
	padding: 20px;
	border-radius: 10px 10px 0 0;
}
.p-page-header-3 .product-r-pad {
	padding: 0 12px 12px 12px
}

/*05/08/2020 changes*/
.p-page-header-2 .p-header-price .com-rating {
	width: auto;
	display: inline-block;
	/*margin-top: 6px;*/
}


/* End Product Page 2*/

.cheque-details {
	padding: 30px;
}

.avis-tab-pane .comapny-title-div .trier-par select {
	font-size: 12px;
}
.avis-tab-pane {

}

.p-avis-boat-div {
	margin-bottom: 40px;
}

.show-more-text,
.show-less-btn {
	display: none;
}

/*===========================
 	Product Page Media Query 
 ===========================*/
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
	.product-c-logo {
	/*	position: absolute;
	    max-width: 60px;
	    padding: 2px 7px;
	    background-color: #fff;
	    border-radius: 5px;*/
	    top: 50%;
	    right: 5px;
	    transform: translate(-5px, -50%);
	}
	.product-slider-row .price-div .mob-click, 
	.product-slider-row .price-col .price-list .mob-click {
		display: none;
	}
	.d-des-none {
		display: none;
	}
	.lowest-price-div {
		display: none;
	}
	.product-tab-content .photos-tab-pane .photos-list-row {
		/*display: none;*/
	}
}

 /*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
	.reacher-form.side-reacher .btn-div .form-btn {
		/*border-radius: 0;*/
		/*background-color: #fff;*/
		border: 1px solid #FD5F00;
		/*color: #FD5F00;*/
	}
	.reacher-form.side-reacher .btn-div .form-btn:hover {
		/*color: #DD5300;*/
		border-color: #DD5300;
		/*background-color: #FD5F00;*/
		background-color: #DD5300; /*changed on 7-4-21sha*/
		/*color: #fff;*/
	}
	.d-des-none-lg {
		display: none;
	}

	.p-page-header-2 .page-header-inner {
		margin-right: 45px !important;	
		padding-bottom: 5px;
	}
	.p-page-header-3 .page-header-inner {
		padding-bottom: 0px;
		padding-top: 55px
	}
	.p-page-header-2 .product-page-row .journey-details li {
		/*font-size: 14px;*/
		margin-right: 15px;
	}
	.p-page-header-2 .product-page-row .journey-details li img {
		width: 12px;
		margin-right: 5px !important;
	}
	.p-page-header-2 .product-page-row .journey-details li:last-child img {
		width: 16px;
	}
	.p-page-header-2 .product-page-row .product-header {
		padding: 18px 0 8px 0;
	}
	.p-page-header-2 .product-page-row {
		padding-right: 45px;
	}
	.product-head-lcol {
	    -ms-flex: 0 0 65%;
	    flex: 0 0 65%;
	    max-width: 65%;
	    /*padding-top: 8px;*/
	}
	.product-head-rcol {
		-ms-flex: 0 0 35%;
	    flex: 0 0 35%;
	    max-width: 35%;
	}
	.p-page-header-2 .product-page-row .product-map, 
	.p-page-header-2 .product-page-row .product-destination {
		height: 170px;
	}
}

 /*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
	.product-row .wish-list:hover {
		opacity: 0.7;
	}
	.cabin-sidebar .cabin-button .default-btn:hover {
		background-color: #FD5F00;
	}
	.p-page-header-2 .product-page-row .product-map, 
	.p-page-header-2 .product-page-row .product-destination {
		height: 235px;
	}
}

@media(max-width: 1500px) {
	.site-owl {
		/*padding: 0 35px;*/
	}
	.site-owl .owl-nav .owl-prev {
		left: 0px;
	}
	.site-owl .owl-nav .owl-next {
		right: 0px;
	}

}
@media(max-width: 991.98px) and (min-width: 768px) {
	.offer-col,
	.decouvir-col {
		padding: 10px;
	}
	.site-owl.gallery-owl-slider .owl-nav {
		display: block !important;
	}
	.cabin-sidebar .cabin-title-text {
		margin-bottom: 5px;
	}
}
@media(max-width: 1199.98px) and (min-width: 992px) {
	.product-p-country {
		/*max-width: 248px;*/
	}
}
@media(max-width: 1370px) and (min-width: 1200px) {
	.cabin-sidebar .cabin-image {
		width: 145px;
	}
	.cabin-sidebar .cabin-title {
		width: calc(100% - 145px);
		padding-left: 10px;
	}
	.date-slider-inner .one-date {
		margin-right: 5px;
	}
	.product-p-country {
		/*max-width: 340px;*/
	}
}

@media(max-width: 1199.98px) {
	/*Product page*/

	.product-p-details {
		padding: 15px 10px;
	}
	.product-page-row .p-row-page-logo {
		max-width: 80px;	
	}
	.product-page-row .product-amenities {
		padding: 0 5px;
	}
	.product-page-header.page-header .page-title {
		margin-top: 0 !important;
	}
	.product-round-image {
		width: 60px;
		height: 60px;
	}
	.product-h-right {
		padding-left: 15px !important;
	}
	
	.product-tabs-nav .nav-item {
		width: 16%;
	}

	.p-page-header-2 .product-p-details {
		padding: 0px 0px 240px 0px;
	}
	.product-p-details .product-r-bottom {
		padding: 20px 15px 0 15px;
	}
	.p-page-header-3 .product-r-pad {
		padding: 0 15px 15px 15px;
	}
	.product-page-header .page-mob-title .page-title {
		font-size: 22px;
	}
	.p-page-header-2 .product-round-image {
		width: 45px;
		height: 45px;
	}
	.product-p-details .p-title {
		font-size: 18px;
		margin-bottom: 15px;
	}
	/*.p-page-header-2 .product-page-row .product-map, 
	.p-page-header-2 .product-page-row .product-destination {
		height: 215px;
	}*/
	.besoin-box .besoin-ou span:before, 
	.besoin-box .besoin-ou span:after {
		width: 42.5%;
	}
	.page-breadcrumb .breadcrumb-item.active {
		max-width: 300px;
	}
}

@media(max-width: 991.98px) {
	.d-tab-none {
		display: none;
	}
	.cabin-sidebar .cabin-image {
		width: 100%;
		height: 50px;
	}
	.cabin-sidebar .cabin-title {
		/*width: calc(100% - 145px);
		padding-left: 10px;*/
		width: 100%;
		padding-left: 0;
		padding-top: 10px;
	}
	.product-page-header .page-mob-title-outer {
		margin-top: 0;
	}
	.product-page-row .product-header {
		padding-top: 7px;
	}
	.product-page-header .page-header-inner {
		border-bottom: 1px solid #dee2e6!important;
		padding-bottom: 7px;
	}
	.product-page-row .product-header-right {
		padding-top: 7px;
	}
	.product-tabs-nav.site-tabs .nav-link.active {
		border-color: #132A4C !important;
		color: #132A4C;
	}
	.price-slider-row {
		background-color: #fff;
	    margin-bottom: 0 !important;
	    padding: 5px 8px;
	}
	.date-slider-wrapper {
		padding-top: 30px;
	}
	.product-slider-row .price-div {
		/*margin-bottom: 50px;*/
		margin-bottom: 40px;
	}
	.product-slider-row .price-col {
		/*padding-bottom: 30px;*/
	}
	.product-slider-row .price-col:last-child {
		padding-bottom: 0px;
	}
	.cabin-sidebar .des-show {
		text-align: left;
		display: none;
	}
	.cabin-sidebar .des-show .i-icon {
		display: none;
	}
	.cabin-sidebar .cabin-show {
		margin-bottom: 0;
	}
	.cabin-sidebar .cabin-list li {
		padding: 8px 0;
	}
	.product-tabs-nav .nav-item { /*aded on -19-4-21*/
    	padding: 0 2px;
	}
	.product-tabs-nav.site-tabs .nav-link {
		padding: 10px 2px;
		font-size: 11px; 		/*changed on -19-4-21*/
	}
	.itenery-div .itenery-title {
		padding: 15px 10px;
	}
	.itenery-div .itenery-list li {
		line-height: 1.2;
		padding: 10px;
	}

	.product-head-rcol {
		margin-top: 0;
	}
	.p-page-header-2 .product-page-row {
		padding-right: 0px !important;
		/*padding-left: 15px !important;*/
	}
	.product-head-lcol {
		-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}

	/*Product 2 Page mobile*/
	.product-page-header .page-header-inner {
		width: 100%;
		background-color: #132A4C;
		color: #fff;
		padding: 15px;
		position: relative;
		margin-right: 0 !important;
	}
	.product-page-header .page-mob-title {
		width: calc(100% - 50px);
	}
	.product-page-header.page-header .page-title,
	.product-page-header .page-mob-title .page-title {
		line-height: 1.2;
		font-size: 16px;
		margin-top: 0 !important;
	}
	.product-page-header.page-header .h1-title,
	.product-page-header .page-mob-title .h1-title {
		color: #fff;
		font-weight: 500;
		font-size: 14px;
		padding-left: 0;
	}
	.product-row .star-rating {
		width: 50px;
    	height: 9px;
	}
	.product-row .star-rating .star-inner {
		height: 9px;
	}
	.product-c-logo {
	    bottom: -15px;
	    right: 15px;
	    max-width: 65px;
	}
	.product-page-row .product-header {
		padding: 10px 15px 0 15px;
		margin-bottom: 5px;
	}
	.product-page-row .product-content-col {
		text-align: left !important;
		padding: 0 15px !important;
	}
	.product-page-row .product-amenities {
		padding-left: 0;
		padding-right: 0;
	}
	.product-page-row .product-amenities span {
		width: auto;
		padding: 6px 15px;
		display: inline-block;
	}
	.product-page-row .journey-details li {
		float: none;
		/*font-size: 12px;*/
	}
	.product-page-row .product-mob-video {
		/*display: inline-block;*/
		float: right;
		margin-bottom: 0;
	}
	.product-page-row .product-mob-video a {
		color: #707070;
		font-style: italic;
		font-size: 12px;
		text-decoration: underline;
	}

	.product-c-logo {
		bottom: -15px;
		right: 15px;
		max-width: 65px;
		z-index: 1;
	}
	.product-row .star-rating {
		width: 50px;
    	height: 9px;
	}
	.product-row .star-rating .star-inner {
		height: 9px;
	}
	.p-page-header-2 .product-page-row .product-header {
		padding: 10px 15px 0 15px;
		width: 100%;
	}

	.product-form-div.p-form-div .form-input-list {
		/*margin-top: */
	}
	.product-tabs-nav-2 {
		margin-top: 0;
	}
}
@media(max-width: 767.98px) {
	.product-page-header {
		padding: 0 0 15px 0 !important; 
	}
	.d-mob-none {
		display: none;
	}
	.product-slider-row .price-div a:hover,
	.product-slider-row .price-col .price-list li a:hover,
	.product-slider-row .price-div a:focus,
	.product-slider-row .price-col .price-list li a:focus,
	.product-slider-row .price-div a.active,
	.product-slider-row .price-col .price-list li a:active {
		background-color: transparent;
		color: #132A4C !important;
	}
	.product-page-row .product-map, .product-page-row .product-destination {
		height: 108px;
		min-height: 108px !important;
	}
	.product-page-header .p-header-price {
		display: none;
	}
	.cabin-sidebar .cabin-image {
		/*height: 45px;*/
	}
	.cabin-sidebar .cabin-title {
		padding-top: 5px;
	}
	.product-tabs-sec {
		padding: 15px 0;
	}
	.date-tabs {
		box-shadow: 0px -1px 5px #00000052;
		position: sticky;
		position: -webkit-sticky;
		position: -moz-sticky;
		position: -ms-sticky;
		top: 0px;
		background-color: #fff;
		z-index: 2;
	}
	.product-tabs-nav {
		/*overflow-x: auto;*/
	}
	.product-tabs-nav .nav-pills {
		width: 500px;
	}
	.product-tabs-nav .nav-item {
		width: auto;
		padding: 0 8px; /*changed on -19-4-21*/
	}
	.product-tabs-nav.site-tabs .nav-link { /*aded on -19-4-21*/
		font-size: 12px;
	}
	.price-slider-row {
		position: relative;
		padding: 5px;
	}
	.price-slider-row:before {
		 content: " ";
		 background-color: #F5F5F5;
		 height: 65px;
		 width: 100%;
		 position: absolute;
		 left: 0;
		 top: 0;
	}
	.cabin-sidebar:last-child {
		margin-bottom: 0;
	}
	.cabin-sidebar:last-child .cabin-button { 
		margin-bottom: 0;
	}
	.cabin-sidebar:last-child .cabin-list {
		margin-top: 6px;
	}
	.product-slider-row .date.date-2 {
		margin-bottom: 27px;
	}
	.product-title-div {
		margin-bottom: 10px;
	}
	.product-title-div .slider-main-title {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.product-title-div .site-select {
		width: 160px;	
	}
	.product-title-div .site-select select {
		padding: 5px;
	}
	.date-slider-row {
		margin-bottom: 12px !important;
	}
	.date-slider-row .dep-ret-text {
		float: none !important;
		padding-left: 15px;
	}
	.date-slider-row .dep-ret-text .ret-text {
		margin-bottom: 0;
	}
	.date-carousel .owl-prev, 
	.date-carousel .owl-next {
		top: 15px;
	}
	.cabin-sidebar .cabin-title-text {
		font-size: 11px;
		margin-bottom: 3px;
	}
	.product-slider-row .price-col .price-list li a {
		font-size: 12px;
		/*padding-bottom: 15px;	*/
	}
	.cabin-sidebar .cabin-button .default-btn {
		padding: 3px 2px;
		font-size: 11px;
		border-width: 0.5px;
		width: 100%;
		background-color: transparent;
	}
	.cabin-sidebar .cabin-list li {
		font-size: 11px;
	}
	.cabin-description-col {
		font-size: 12px;
	}
	.product-slider-row .price-div {
		margin-bottom: 10px;
	}
	.product-slider-row .price-col {
		padding-bottom: 17px;
	}
	.product-slider-row .price-col:last-child {
		padding-bottom: 0;
	}
	.price-slider-row:last-child {
		/*padding-bottom: 15px;*/
	}

	.owl-carousel.date-carousel .owl-nav button.owl-next, 
	.owl-carousel.date-carousel .owl-nav button.owl-prev {
		padding: 3px 4px !important;
	}
	.product-slider-row .price-div a {
		font-size: 12px;
	}
	.product-slider-row .date .date-inner {
		font-size: 11px;
	}
	.date-slider-wrapper {
		padding: 20px 15px 0 15px;
	}
	.date-carousel {
		padding: 0 20px;
	}
	.product-slider-row .price-div .mob-click,
	.product-slider-row .price-col .price-list .mob-click {
		position: absolute;
	    bottom: 0;
	    /*left: 0;*/
	    display: inline-block;
	    width: 100%;
	    background-color: #FD5F00;
	    color: #fff;
	    font-weight: 600;
	    border-radius: 0 0 4px 4px;
	}
	.product-slider-row .price-div .mob-click {
		left: 0;
	}
	.product-slider-row .price-col .price-list .mob-click {

	}

	/*Product Form*/
	.product-form {
		position: fixed;
	    top: 0;
	    left: 0;
	    z-index: 1056;
	    background-color: rgba(0,0,0,.57);
	    overflow-y: auto;
	    height: 100%;
	    width: 100%;
	    display: none;
	    /*padding-bottom: 100px;*/

	}
	.product-form-header {
		display: none;
	}
	.product-form-div {
		background-color: #fff;
		position: relative;
		padding: 25px 15px !important;
		/*overflow-y: auto;*/
	}
	.product-form-div .form-title {
		font-size: 15px;
		padding: 0 20px 0 2.5px;
	}
	.product-form-div .form-input-list li.w-30,
	.product-form-div .form-input-list li.w-35,
	.product-form-div .form-input-list li.w-17,
	.product-form-div .form-input-list .li-depart,
	.product-form-div .form-input-list .li-cabine,
	.product-form-div .form-input-list .li-adult,
	.product-form-div .form-input-list .li-enfant,
	.product-form-div .form-input-list li.w-25 {
		width: 50% !important;
		/*padding: 0 10px 20px 0 !important;*/
	}
	.product-form-div .form-input-list li.li-civilite,
	.product-form-div .form-input-list li.li-email, 
	.product-form-div .form-input-list li.li-tel, 
	.product-form-div .form-input-list li.li-pays,
	.product-form-div .form-input-list li.li-checkbox {
		width: 100% !important;
	}
	.p-form-div .form-btn-col .default-btn {
		width: 100%;
		text-align: center;
	}
	.close-mob-form {
		width: 30px;
	    font-size: 40px;
	    line-height: 0.5;
	    color: #132A4C;
	    position: absolute;
	    right: 8px;
	    top: 25px;
	    z-index: 666;
	}
	.product-form-div .form-input-list li {
		padding-left: 2.5px !important;
		padding-right: 2.5px !important;
	}	
	.product-form-div .footer-form {
		padding: 0 2.5px;
	}
	.product-form-div {

	}
	.product-tab-content > div {

	}
	.p-mob-tab-title {
		margin: 30px 0 20px 0;
		font-size: 15px;
		padding: 0 10px;
	}
	/*Product form End*/

	.product-tab-title {
		font-size: 14px;
	}
	.itenery-div {
		margin-bottom: 10px;
	}
	.presistation-tab-pane {

	}
	.presistation-tab-pane > .tab-pane-inner,
	.avis-tab-pane > .tab-pane-inner,
	.photos-tab-pane > .tab-pane-inner,
	.activity-tab-pane > .tab-pane-inner,
	.itenery-tab-pane > .tab-pane-inner {
		padding: 10px;
		background-color: #fff;
	}
	.presistation-tab-pane .persistation-list {
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.avis-tab-pane {

	} 
	.itenery-div .itenery-list li {
		background-color: #F8F8F8;
		padding: 15px 10px;
	}
	.itenery-div .itenery-title {
		font-size: 12px;
	}
	.itenery-div .itenery-list .fa-anchor, 
	.itenery-div .itenery-list .fa-map-marker-alt,
	.itenery-div .itenery-list .fa-info-circle {
		display: none;
	}

	/* Start Mobile Collapse toggle*/
	.mob-tab-title a {
	    display: inline-block;
	    width: 100%;
	    padding: 10px 0;
	    color: #132A4C;
	    font-weight: 700;
	    border-top: 0.2px solid #707070;
	    /*border-bottom: 0.2px solid #707070;*/
	    /*border: 1px solid #e9eef4;*/
	    cursor: pointer;
	    font-size: 13px;
	}
	.mob-tab-title:first-child a {
		border-top: 0;
	}
	.mob-tab-title a:after {
	    content: "\f077";
	    font-family: "Font Awesome 5 Free"; 
		font-weight: 900;
	    float: right;
	    font-size: 15px;
	    line-height: 1;
	    transition: all 0.5s;
	}
 	.mob-tab-title a.active:after {
	    /*color: #fff;*/
	    transform: rotate(180deg);
	}
	/* End Mobile Collapse toggle*/

	/* Start lowest price div*/
	.lowest-price-div {
		position: fixed;
		bottom: 0;
		background-color: #fff;
		padding: 10px;
		z-index: 1040;
		width: 100%;
		box-shadow: 0px -2px 5px #00000052;
	}
	/* End lowest price div*/

	/*Changes*/
	.product-slider-row .price-div a.complet {
		background-color: #F5F5F5;
	}
	.cheque-details {
		padding: 15px;
		margin-bottom: 15px;
	}

	.product-form-div .form-tick-title {
		margin-top: 0;
		font-size: 15px;
    	padding: 0 20px 0 2.5px;
    	margin-bottom: 0;
	}
	.product-form-div .form-tick-title img {
		display: none;
	}
	.product-content-col .product-header,
	.product-page-header .page-header-inner {
		padding-right: 80px;
	}
/*	.product-page-header .page-header-inner {
		padding-right: 80px;
	}*/
	.product-header .product-country {
		line-height: 1.5;
		margin-top: 2px;
		width: auto !important; 
	}
}
/*devis-rapid css 15-4-21sha*/
.p-date-slider-row .product-btn { 
	width: 49%;
	padding: 6px;
}
.p-date-slider-row .prodofer-btn {
	display: inline-block;
	background-color: #fff;
    border: 1px solid #FD5F00;
    color: #FD5F00;
	text-align: center;
	width: 49%;
	padding: 6px;
	font-weight: 700;
	border-radius: 4px;
}
.p-date-slider-row .prodofer-btn:hover{
	background-color: #FD5F00;
	color: #fff;
}
/*.new-prod-design .date-title {
    margin-top: 10px;
    font-size: 11px;
    margin-bottom: 0;
    line-height: 1.2;
}*/
.devis-rapid-modal .close {
	position: absolute;
    z-index: 999;
    opacity: 1;
    top: 15px;
    right: 20px;
    color: #132A4C;
    font-size: 25px;
    font-weight: 600;
}
.devis-rapid-modal .close: hover {
	color: #132A4C !important;
	opacity: 1 !important;
}
.form-popup .modal-body {
	padding: 40px;
}
.form-popup .d-form-title {
	padding: 0 5px;
	font-size: 17px;
}
.form-popup .cust-list > li {
	width: 50%;
	float: left;
}
.form-popup .d-form-colum, .p-form-div .d-form-colum, .dperson-form .d-form-colum {
	padding: 0 5px;
	margin-bottom: 14px;
}
.form-popup select {
    color: #808080;
    border-radius: 4px;
    height: 40px;	
    background-image: url(../img/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: 94% center!important;
    -webkit-appearance: none;
    font-size: 14px;
    border: 0.5px solid #5C5C5C;
    font-weight: 500;
}
.form-popup .d-form-input, .form-popup textarea {
	width: 100%;
	/*color: #808080;*/
    border-radius: 4px;
    height: 40px;
    font-size: 14px;
    border: 0.5px solid #5C5C5C;
    padding: 6px 12px;
    font-weight: 500;
}
.form-popup .d-form-input.drop-tel {
	width: calc(100% - 120px);
	margin-left: 10px;
}
.form-popup .cust-list li.li-tel .tel-code {
	width: 100px;
    float: left;
    margin-left: 6px;    
}
.form-popup textarea {
    height: 70px;
}

.form-popup .rapid-pop {
	background-color: #FD5F00;
	color: #fff;
	width: 100%;
	font-weight: 700;
}
.form-popup .rapid-pop:hover {
	background-color: #DD5300;
}
.form-popup .pop-link a {
	color: #132A4C;
}
/*company page updated design css 15-4-21sha*/

.page-main-sec.new-des-main {
	background-color: #F5F5F5;
	margin-top: 40px;
}
.sidebar-mob {  
	padding-top: 35px;
}
.new-des-main .page-content {
    padding-top: 58px;
}
.page-header .page-subtitle {
	font-size: 16px;
	font-weight: 500;
	color: #132A4C;
}
.new-des-main .c-page-header .site-tabs {
	padding-top: 0;
	padding-left: 75px;
}
.new-des-main .c-page-header .site-tabs .nav-pills {
    position: relative;
    top: 21px;
}
.new-des-main .site-tabs .nav-item {
	padding: 0 12px;
}
.new-des-main .site-tabs .nav-link {
	font-size: 16px;
	padding: 5px 8px;
	border-bottom: 1px solid #dee2e6;
}
.new-des-main .site-tabs .nav-link.active {
	border-bottom: 2px solid #132A4C;
	font-weight: 700; /*aded on 7-4-21sha*/
}

/*list page updated design css 15-4-21sha*/
.other-banner.list-banner {
	height: 210px;
}
.page-main-sec.uptated-list-page {
	margin-top: 25px;
	background-color: #F5F5F5;
}
.uptated-list-page .page-top-m {
	margin-top: -170px;
}
.uptated-list-page .page-header {
	padding-bottom: 5px;
}
.uptated-list-page .page-header-inner {
	padding-bottom: 30px;
}
 .uptated-list-page .page-content {
 	padding-top: 45px;
 }
/*result page updated design css 15-4-21sha*/
.other-banner.offer-banner, .other-banner.big-title {
	height: 230px;
}
.new-des-main.offer-updated {
	margin-top: 45px;
}
.offer-updated .page-top-m {
	margin-top: -220px;
}
.offer-page-header {
	padding-bottom: 0;
}
.offer-updated .c-page-header .site-tabs .nav-pills {
	top: 28px;
}
/*--big title css--*/
.big-title .page-top-m {
	margin-top: -216px;
}
.offer-banner.off-big-title {
	height: 260px;
}
.offer-updated.off-big-title {
	margin-top: 50px;
}
.offer-updated.off-big-title .page-top-m {
    margin-top: -256px;
}
/*product page updated design*/
.product-tabs-nav.site-tabs .nav-link.active {
    font-weight: 700;
    border-bottom: 2px solid #132A4C;
}

/*==========================
 	Page Media Query 
 ===========================*/

@media(max-width: 1199.98px) and (min-width: 992px) {
	.company-col .star-rating {
		height: 16px;
		width: 90px;
	}
	.company-col .star-rating .star-inner {
		height: 16px;
	}
	.ratings-count {
		font-size: 12px;
	}
}

 /*Large devices (desktops, less than 1200px)*/
@media(max-width: 1199.98px) {
	.container-mob {
		/*padding: 0 30px;*/
		overflow: hidden;
	}
	.offer-div .offer-content .title,
	.decouvir-div .decouvir-overlay .decu-title {
		font-size: 17px;
	}
	.offer-mob-star {
		float: left;
	}
	.offer-mob-star img {
		width: 17px !important;
		/*float: left;*/
	}
	.offer-mob-star span {
		display: inline-block;
		vertical-align: middle;
	}
	.offer-div .offer-content .offer-valid .valid-img {
		float: left;
	}
	.offer-div .offer-content .offer-valid .valid-text {
		float: left;
		/*width: calc(100% - 25px);*/
	}
	.company-div .com-link {
		padding: 10px;
	}
	.company-div .company-content {
		padding-left: 15px;
	}
	.company-div .company-content .company-title {
		font-size: 14px;
	}
	.company-slider .owl-nav .owl-prev {
		left: -10px;
	}
	.company-slider .owl-nav .owl-next {
		right: -10px;
	}
	.c-special-div {
		padding: 30px 15px;
	}
	.site-owl .owl-nav .owl-prev img, 
	.site-owl .owl-nav .owl-next img {
		padding: 10px 17px;
	}
	.des-div .decouvir-overlay {
		bottom: 20px;
	}
	.decouvir-div .decouvir-overlay {
		padding: 10px;
	}
	/*Sidebar reacher form*/
	.reacher-form.side-reacher {
		padding: 15px;
	}
	.sidebar-filter {
		padding: 15px;
	}

	.page-header,
	.page-content {
		padding: 15px;
	}

	.page-header {
		/*padding-bottom: 30px;*/
	}
	.page-content {
		/*padding-top: 30px;*/
	}
	.page-top-m {
		margin-top: -186px;
	}

	/*devis-rapid aded on 15-4-21sha*/
	.p-date-slider-row .prodofer-btn, 
	.p-date-slider-row .product-btn {
    	font-size: 13px;
	}
	.new-des-main .c-page-header .site-tabs .nav-pills {
		 top: 16px;
	}
	.new-des-main .c-header-star {
    	min-height: 95px;
    	height: 100%;
	}
	.new-des-main .c-page-header .site-tabs {
		padding-left: 60px;
	}
	.new-des-main .page-content {
    	padding-top: 30px;
	}
	.uptated-list-page .page-content {
    	padding-top: 57px;
	}
	/*---*/
	/*.other-banner.offer-banner {
		height: 272px;
	}
	.offer-updated .page-top-m {
    	margin-top: -262px;
	}*/
	.offer-updated .page-top-m {
    	margin-top: -226px;
	}
	.offer-updated.off-big-title .page-top-m {
    	margin-top: -262px;
	}

}
@media(max-width: 991.98px) {
	.sec-pad {
		padding: 15px 0;
	}
	.section-title {
		margin-bottom: 15px;
	}
	.offer-div .offer-content {
		padding: 20px 15px;
	}
	.company-col {
		padding: 10px;
	}
	.company-div .company-logo {
		/*display: none;*/
	}
	.owl-carousel.mob-stage-slider .owl-stage,
	.owl-carousel.site-owl .owl-stage {
		padding-left: 0 !important;
    	padding-right: 0 !important;
	}
	.news-letter-div .news-title {
		font-size: 18px;
	}
	.site-owl .owl-nav {
		display: none;
	}
	.offer-div .offer-price {
		border-radius: 0 !important;
		padding: 8px 15px;
    	left: 0;
	}
	.offer-div .offer-price span {
		display: inline-block;
	}
	.offer-div .offer-price .price {
		font-size: 14px;
	}
	.offer-div .offer-c-logo {
		max-width: 80px;
	}

	.other-banner {
		/*height: 160px;*/
	}
	
	.content-header .inner-title {
		margin-bottom: 15px;
	}

	.page-top-m {
		margin-top: 0 !important;
	}

	/* start sidebar css*/
	.sidebar-mob-reacher {
		display: none;
		padding: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1051;
		background-color: #fff;
		height: 100%;
		width: 100%;
	}
	.side-mob-header {
		padding: 15px;
		border-bottom: 1px solid #132A4C;
	}
	.side-mob-header .title {
		/*float: left;
		width: calc(100% - 40px);*/
		font-size: 18px; /*aded on -19-4-21*/

	}
	.side-mob-header .close-side-mob {
		/*float: right;*/
	    width: 30px;
	    font-size: 40px;
	    line-height: 0.5;
	    color: #132A4C;
	    position: absolute;
	    right: 15px;	
	    top: 17px;
	}
	.side-mob-header {
		
	}
	.sidebar-bottom {
		display: none;
	}
	.reacher-form.side-reacher {
		border-radius: 0;
		border: 0;
		background-color: transparent;
	}
	.reacher-form.side-reacher .form-periode {
		float: left;
		width: 50%;
		padding-right: 5px;
	}
	.reacher-form.side-reacher .form-port {
		float: left;
		width: 50%;
		padding-left: 5px;
	}
	.reacher-form.side-reacher .form-title {
		margin-bottom: 25px;
		font-size: 16px;
		margin-top: 10px;
		color: #132A4C;
	}
	.side-reacher.mob-reacher-form .tabopen-btn {
		border: 0.5px solid #00000029;
	}
	.reacher-form.side-reacher .form-group {
		margin-bottom: 18px;
	}
	.side-reacher.mob-reacher-form .tabopen-btn {
		font-style: normal;
		/*font-weight: 600;*/
		/*font-size: 16px;*/
		color: #989898;
		font-size: 14px; /*changed on -19-4-21*/
		font-weight: 300;

	}
	.side-reacher.mob-reacher-form .form-group.btn-div {
		margin-top: 12px;
	}

	.mob-filter {

	}
	.mob-filter .filter-open {
		width: 100%;
	    display: inline-block;
	    padding: 5px;
	    /*margin-top: 5px;*/
	    color: #132A4C;
	}
	.mob-filter .filter-open {
		
	}
	.comapny-title-div .crouise-count {
		width: 150px;
	}
	.comapny-title-div .crouise-count-text {
		display: inline-block;
		margin-bottom: 8px;
	}
	
	.mob-filter {
		
	}
	.mob-filter {
		
	}
	.sidebar-filter {
		position: fixed;
		left: -300px;
		transition: left 0.5s;
		top: 0;
		width: 100%;
		z-index: 1051;
	    background-color: #fff;
	    height: 100%;
	    /*width: 100%;*/
	    margin: 0;
	    width: 300px;
	    padding-top: 0;
	    overflow-y: auto;
	    /*padding-bottom: 100px;*/
	}
	.sidebar-filter .side-mob-header {
		padding: 15px 0;
		margin-bottom: 10px;
	}
	.sidebar-filter {
		
	}
	.sidebar-filter {
		
	}
	/* end sidebar css*/

	.page-main {
		padding-right: 0;
	}
	.page-header {
		padding: 15px;
		box-shadow: none;
		border-radius: 0;
		background-color: #132A4C !important;
		color: #fff;
	}
	.c-page-header {
		padding-bottom: 0;
	}
	.page-breadcrumb .breadcrumb {
		font-size: 9px;
	}
	.breadcrumb-item+.breadcrumb-item {
		padding-left: .2rem;
	}
	.page-header .page-title {
		margin-top: 20px !important;
	}
	.page-header .page-subtitle {
		font-size: 10px;
	}
	.page-header-inner {
		border-bottom: 0 !important;
		padding: 0;
	}
	.page-breadcrumb {
		float: left;
		width: calc(100% - 150px);
	}
	.reahcer-input {
		float: right;
		width: 150px;
	}
	.reahcer-input .input-open {
		display: inline-block;
		padding: 3px 7px;
		font-size: 10px;
		border: 1px solid #FFF;
		color: #fff;
		border-radius: 4px;
	}

	.c-page-header.page-header .page-title {
		margin-top: 0 !important;
	}
	.page-mob-title-outer {
		margin-top: 20px
	}
	.c-header-logo {
		background-color: #fff;
		float: left;
		margin-right: 10px;
	    width: 40px;
	    height: 40px;
	}
	.page-mob-title {
		/*float: left;*/
		/*width: calc(100% - 50px);*/
	}
	.c-page-header .site-tabs {
		padding-left: 0 !important;
	}
	.site-tabs .nav-link.active {
		color: #fff;
		border-color: #fff !important;
	}
	.product-page-header {
		background-color: transparent !important;
		color: #132A4B;
	}
	.comapny-title-div .trier-par {
		/*margin-top: 6px;*/
	}
	/*devis rapid 15-4-21sha */
	.form-popup .modal-body {
		padding: 30px;
	}
	.page-main-sec.new-des-main, 
	.page-main-sec.uptated-list-page {
    	background-color: #fff;
    	margin-top: 0;
	}
	.sidebar-mob {
    	padding-top: 0;
	}
	.page-header .page-subtitle {
    	font-size: 12px;
    	color: #fff;
	}
	.new-des-main .c-page-header .site-tabs .nav-pills {
		position: initial;
	}
	/*.new-des-main .c-page-header .site-tabs {
    	padding-left: 0;
	}*/
	.uptated-list-page .page-content, 
	.new-des-main .page-content {
		padding-top: 15px;
	}

	/*----*/
}
@media(max-width: 767.98px) {
	.sec-pad {
		padding: 20px 0;
	}
	.company-slider .item-inner {
		max-width: 55px;
		padding: 3px;
	}
	.company-sec {
		background-color: #F5F5F5;
	}

	.section-title .title {
		float: none !important;
	}
	.section-title .sub-title {
		font-size: 13px;
		float: none !important;
		display: block;
	}
	.mob-stage-slider .owl-dots {
		/*display: none;*/
	}
	
	.decouvir-col {
		padding: 10px 15px;
	}
	.decouvir-col:first-child {
		padding-top: 0;
	}
	.decouvir-div .decouvir-overlay {
		padding: 25px;
	}
	.company-col-row {
		padding: 0 10px;
	}
	.company-col {
		padding: 5px;
	}
	.company-div .com-link {
		padding: 5px;
	}
	.company-div .company-content .company-title {
		font-size: 11px;
		margin-bottom: 3px;
	}
	.company-div .company-content .company-title i {
		font-size: 11px;
		margin-left: 5px !important;
	}
	.company-div .company-logo {
		display: none;
	}
	.company-div .company-content {
		width: 100%;
		padding: 0;
		float: none;
	}
	.company-slider .owl-nav .owl-prev, 
	.company-slider .owl-nav .owl-next {
		display: none;
	}
	.com-rating {
		/*max-width: 90px;*/
		width: auto;
		display: inline-block;
		margin: 0 auto;
	}
	.company-div .company-content .ratings-count {
		font-size: 10px;
		padding-top: 0 !important;
	}
	.c-special-div {
		margin: 5px 0;
		font-size: 13px;
		height: auto;
	}
	.star-rating {
		width: 58px;
		height: 10px;
	}
	.star-rating .star-inner {
		height: 10px;
	}
	.c-special-div .c-special-img {
		/*height: auto;*/
	}
	.c-special-div .title {
		margin: 10px 0;
	}
	.avis-verifies .vatifies-img {
		padding-top: 30px;
	}
	.avis-sec .section-title {
		float: none !important;
		margin-bottom: 5px;
	}
	.avis-header {
		margin-bottom: 10px;
	}
	.avis-star {
		/*padding: 0;*/
		padding-left: 0;
		float: none !important;
	}
	.avis-star p {
		margin-bottom: 0;
	}
	.avis-slider-col {
		margin-top: 10px;
	}
	.avis-div {
		padding: 15px;
	}
	.avis-div .avis-head .avis-title .title {
		margin-bottom: 0 !important;
	}
	.avis-div .avis-head .avis-title .date {
		font-size: 12px;
	}
	.avis-div .avis-head .avis-ratings {
		max-width: 90px;
	}
	.avis-head .avis-num {
		font-size: 12px;
	}
	.avis-head .star-rating {
		margin-top: 4px;
	}
	.avis-head .star-rating .star-inner {
		
	}
	.utiles-div {
		margin-bottom: 15px;
	}

	.news-letter-div {
		padding: 30px 0;
	}
	.news-letter-div .news-title {
		/*margin-bottom: 15px;*/
	}
	.newsletter-input .input-email {
		width: 100%;
		border-radius: 4px;
		margin: 15px 0;
	}
	.newsletter-input .input-submit {
		border-radius: 4px;
	}
	.foo-offer-col {
		padding: 15px 10px;
	}
	.foo-offer-div .foo-offer-img {
		/*height: 80px;*/
		max-width: 50px;
		/*height: 65px;*/
		margin: 0 auto 10px auto;
	}
	.avis-star img {
		width: 22px;
	}
	.foo-offer-div .title {
		font-size: 14px;
	}
	.reahcer-input {
		width: 100px;
	}
	.content-header .inner-title {
		font-size: 17px;
	}
	.company-list-row .company-title .title {
		font-size: 16px;
	}
	.company-list-box {
		text-align: left !important;
		padding: 10px;
	}
	.company-list-box .com-logo {
		height: 45px;
		padding-left: 0;
	}
	.company-list-box .com-list-title {
		font-size: 13px;
	}
	.company-list-box .com-price .com-star {
		display: block;
		margin-left: 0 !important;
	}
	.company-list-box .com-rating {
		max-width: 100%;
		width: 100%;
	}
	.company-list-box .com-rating .com-star {
		display: none;
	}
	.company-list-box .com-price {
		margin-bottom: 3px;
	}
	.company-list-box .com-rating .ratings-count {
		font-size: 10px;
	}
	.title-text-box {
		margin: 15px 0;
	}
	.title-text-box .title {
		font-size: 16px;
	}
	.page-header .page-subtitle {
		font-size: 8px;
	}
	.c-page-header .site-tabs {
		overflow-x: scroll;
	}
	.site-tabs .nav-link {
		/*padding: 5px 30px;*/
		padding-bottom: 15px;
		padding-top: 10px;
	}
	.c-page-header .site-tabs .nav-pills {
		width: 600px;
	}

	.product-row .product-map, 
	.product-row .product-destination {
		width: 50%;
		float: left;
		min-height: 130px;
	}
	.product-header {
		padding: 15px 15px 5px;
		position: relative;
		/*border-bottom: 1px solid #00000029;*/
	}
	.product-header .header-title {
		font-size: 16px;
	}
	.product-header .d-md-none {
		font-size: 13px;
	}
	.product-row .wish-list {
		position: absolute;
		top: 10px;
		right: 10px;
	}
	/*.product-c-logo {
		bottom: -15px;
		right: 15px;
		max-width: 65px;
		z-index: 1;
	}
	.product-row .star-rating {
		width: 50px;
    	height: 9px;
	}
	.product-row .star-rating .star-inner {
		height: 9px;
	}*/
	.product-details-row {
		padding: 0 15px;
	}
	.product-amenities {
		padding: 0;
		margin: 0 !important;
	}
	.product-amenities span {
		margin: 3px; 
		padding: 3px 6px;
	}
	.product-btn-col {
		padding: 0 0 12px 0;
	}
	.p-date-slider-row {
		padding: 10px 15px;
	}
	.p-date-owl .item-inner a {
		padding: 8px 12px;
		margin-bottom: 2px;
	}

	.avis-header-div .star-ratings-left {
		max-width: 100%;
		margin-bottom: 20px;
		margin-top: 10px;
	}
	.avis-num-title-div {
		float: left;
		width: auto;
		margin-right: 10px;
    	text-align: left;
	}
	.avis-header-div .star-ratings-left .avis-number {
		font-size: 30px;
	}
	.avis-title-star {
		float: left;
		text-align: left;
	}
	.avis-header-div .star-ratings-left .avis-title {
		margin-bottom: 0 !important;
	}
	.rating-bar-div {
		padding: 0;
	}
	.rating-bar-div .review-resume {
		width: 70px;
	}
	.rating-bar-div .rating-left {
		width: 155px;
	}
	.rating-bar-div .rating-right {
		width: calc(100% - 155px);
	}
	.avis-row-div {
		padding: 10px 0;
	}
	.avis-row-div .comment-text {
		font-size: 13px;
		line-height: 1.3;
	}
	.page-breadcrumb {
		width: calc(100% - 100px);
	}
	.page-header .page-title {
	    line-height: 24px;
	    margin-bottom: 5px !important;
	}
	.reahcer-input .input-open {
		float: right;
	}
	.product-row {
		box-shadow: 0px 1px 6px #00000029;
		padding-bottom: 5px;
	}
	.p-date-owl .owl-nav .owl-prev i, 
	.p-date-owl .owl-nav .owl-next i {
		font-size: 18px;
	}
	.product-page-header {
		padding-bottom: 0 !important;
		margin-bottom: 0;
	}
	.product-details-row .journey-details li {
		margin-bottom: 7px;
	}

	/*devis rapid 15-4-21*/
	.form-popup .modal-body { 
    	padding: 25px;
	}
	.form-popup .d-form-title {
		margin-bottom: 15px;
		font-size: 15px;
	}
	.form-popup .cust-list > li.comment-li {
		width: 100%;
	}
	.form-popup .cust-list > li.comment-li.li-tel {
		margin-bottom: 14px;
	}
	/*---*/

}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
	.offer-sec .container-mob {
		padding-right: 0;
	}
}


/* Start Devis Page Css*/
.devis-header {
	border-bottom: 0.5px solid #707070;
	z-index: 1030;
}
.devis-header .header-heart {
	padding: 12px 25px 4px 15px;
}
.devis-header .header-heart .h-heart-link {
	display: inline-block;
	color: #132A4C;
}
.devis-wrapper {
	/*padding-top: 85px;*/
	padding-top: 80px;
}
.black-friday-body .devis-wrapper {
	padding-top: 120px;
}


/*progressbar*/
.devis-progress-div {
	background-color: #EEEEEE;
	position: relative;
	z-index: -2;
}
.progress-div {
	position: relative;
}
.progressbar-list {
    /*margin-bottom: 30px;*/
    text-align: center;
    overflow: hidden;
    padding: 12px 0;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

.progressbar-list li {
    list-style-type: none;
    /*color: white;*/
    color: #707070;
    font-weight: 600;
    /*text-transform: uppercase;*/
    /*font-size: 9px;*/
    width: 33.33%;
    float: left;
    position: relative;
    /*letter-spacing: 1px;*/
}
.progress-div-2 .progressbar-list li {
	width: 50%;
}
.progressbar-list li.active {
	color: #132A4C;
}
.progressbar-list li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    line-height: 28px;
    display: block;
    font-size: 12px;
    color: #FFF;
    background: #CACACA;
    border-radius: 25px;
    margin: 0 auto 3px auto;
}

/*progressbar connectors*/
.progressbar-list li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #CACACA;
    position: absolute;
    left: -50%;
    top: 14px;
    z-index: -1; /*put it behind the numbers*/
}

.progressbar-list li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
.progressbar-list li.active:before, .progressbar-list li.active:after {
    background: #132A4C;
    color: white;
}

.devis-p-header {
	background-color: #132A4C;
	color: #fff;
	/*margin-bottom: 30px;*/
}

.devis-p-header .c-page-header {
	/*background-color: transparent;*/
	box-shadow: none;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0px;
}
.devis-round-image {
	width: 70px;
	height: 70px;
}
.devis-p-header .site-tabs .nav-link {
	padding: 5px 32px;
}
.devis-p-header .site-tabs .nav-link.active {
	border-color: #fff;
	color: #fff;
}
.devis-p-header .c-page-header .site-tabs {
	padding-left: 0;
}
.devis-p-header .devis-round-image {
	width: 50px;
	height: 50px;
}
.devis-p-h-right {
	padding-top: 30px;
}
.devis-media-list {
	/*max-width: 290px;
	width: 100%;
	margin-left: auto;*/
}
.devis-media-list ul {
	
}
.devis-media-list li {
	/*float: left;
	width: 50%;*/
	float: right;
	padding: 5px;
	text-align: center;
}
.devis-media-list li a {
	font-size: 12px;
	color: #fff;
}
.devis-media-list li a .d-title {
	margin-top: 10px;
}

.devis-right-div {
	border: 0.5px solid #707070;
}
.devis-right-div .devis-r-header p {
	margin-bottom: 0;
}
.devis-right-div .devis-r-header {
	padding: 20px;
}
.devis-right-div {

}
.devis-r-body {
	background-color: #fff;
	padding: 20px;
}
.devis-r-round-img {
	width: 40px;
	height: 40px;
}
.devis-r-title-box {
	width: calc(100% - 40px);
}
.devis-r-title-box .itenary-text {
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.devis-r-title-box .star-rating {
	height: 10px;
	width: 58px;
}
.devis-r-title-box .star-rating .star-inner {
	height: 10px;
}

.devis-r-detials {
	border-bottom: 0.5px solid #707070;
	padding-bottom: 15px;
}
.devis-r-detials .journey-list {
	padding: 15px 0;
	/*margin-bottom: 10px;*/
	display: grid;
    grid-template-columns: 1fr 1fr;
}
.devis-r-detials .journey-list:first-child {
	border-bottom:  1px solid #707070;
}
.devis-r-detials .journey-list li {
	/*float: left;
	width: 50%;*/
	padding: 2px 3px 2px 0; 
	font-size: 12px;
	line-height: 1.3;
    margin-bottom: 4px;
}
.devis-r-detials .product-amenities {
	padding: 0;
	margin: 0 !important;
}
.devis-r-detials .product-amenities span {
	width: 47%;
	float: left;
	font-size: 12px;
	padding: 10px 2px;
	text-align: center;
	display: inline-block;
	/*margin: 0;*/
}


.devis-r-footer {
	padding: 5px 0;
}



/*Devis Footer*/
.devis-footer {

}
.devis-footer .top-div {
	border-top: 0.5px solid #707070;
	padding-top: 45px;
}
.devis-footer {

}
.footer-img {

}
.footer-img img {

}

.devis-main {
	background-color: #F5F5F5;
	padding: 30px 0 60px 0;
}
.devis-main .page-content {
	background-color: #fff;
	/*padding: 20px;*/
	padding: 0;
	border: 0.5px solid #707070;
}
.devis-main .pad-tab-inner {
	padding: 20px;
}
.devis-main .itenery-div {
	margin-bottom: 20px;
}
.devis-main .itenery-map {
	max-width: 575px;
	width: 100%;
}
.devis-main {
	
}

.devis-table-row p {
	margin-bottom: 0;
}
.devis-table-row .table-col {
	padding: 4px 8px;
}
.devis-table-row {	
	font-size: 13px;
}
.devis-table-row.title-row {
	padding: 15px 0;
}
.devis-table-row.bg-title-row {
	background-color: #E6EFF8;
	padding: 15px 0;
	border-top: 0.5px solid #707070;
	/*border-bottom: 0.5px solid #707070;*/
}
/*.devis-table-row.bg-title-row p {
	padding-left: 20px;
}*/
.devis-table-row.bg-title-row .title-l-pad {
	padding-left: 22px;
}
.devis-table-row {
	
}
.devis-body-row,
.devis-table-row.footer-row,
.devis-table-row.bg-title-row {
	/*padding: 7px 0;*/
	border-bottom: 0.5px solid #707070;
}
.devis-body-row .table-col {
	padding: 10px 8px;
	border-right: 0.2px solid #707070;
}
.devis-body-row .table-col.t-col-3,
.devis-body-row .table-col.t-col-4 {
	text-align: right;
	padding-right: 42px;
}
.devis-body-row .table-col:last-child,
.devis-table-row.footer-row:last-child {
	border: 0;
}
.devis-body-container .devis-body-row:last-child {
	border-bottom: 0;
}
.devis-table-row.footer-row {
	/*border-bottom: 0.5px solid #707070;*/
}
.devis-table-row.footer-row:last-child {
	/*border-bottom: 0;*/
}
.devis-table-row.footer-row .table-col {
	padding: 10px 8px;
}
.devis-mob-btn {
	display: none;
}
.devis-main .itenery-div .itenery-list li {
	font-size: 14px;
}
/*Passenger Page */
.passenger-title-div {
	padding: 25px 0;
}
.passanger-content {
	border: 0 !important;
}
.passenger-details .site-form .site-select, 
.passenger-details .site-form .site-select {
	background-image: url(../img/devis/select-icon.svg);
	padding-right: 15px; 
}
.passenger-details {
	padding: 20px 10px;
}
.passenger-details input::placeholder {
	color: #132A4C;
}
.check-input input {
	background-image: url('../img/devis/tick.svg');
	background-position: 95% center;
	background-repeat: no-repeat;
	background-color: #F5F5F5;
}
.check-input input:focus {
	background-color: #fff;
}
.gray-input input::placeholder {
	color: #989898;
}
.passenger-details .form-input-list li {
	padding: 0 5px 20px 5px;
}
.passenger-form {
	/*padding: 0 5px;*/
}
.passenger-form .form-input-list {
	/*border-top: 0.5px solid #707070;*/
	padding-top: 15px;
	margin-top: 15px;
}
.passenger-form .passenger-title {
	border-bottom: 0.5px solid #707070;
	padding-bottom: 15px;
	margin-left: 7px;
	margin-right: 7px;
}
.passenger-form .form-input-list li {
	height: 62px;
}
.passenger-form .date-li-select .date-select {
	float: left;
	width: 33.33%;
	padding: 0 2px;
}
.passenger-2-form {
	margin-top: 40px;
	margin-bottom: 15px;
}

.payment-div {
	padding: 20px 15px;
}
.payment-opt-list {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.payment-opt-list li {
	/*padding-right: 10px;*/
	padding: 5px 10px 5px 0;
}
.payment-opt-list li a {
	padding: 10px 5px;
	border: 1px solid #5C5C5C;
	border-radius: 4px;
	display: inline-block;
	width: 125px;
	text-align: center;
}
.payment-opt-list li a.active {
	box-shadow: 2px 2px 6px #00000029;
	border: 2px solid #FD5F00;
}
.payment-opt-list img {
	height: 35px;
}
.payment-opt-list .payment-p-cheque a {
	color: #132A4C;
	font-weight: 600;
	width: 180px;
	padding: 17px 0px;
}
.payment-opt-list .payment-p-cheque {
	
}
.payment-opt-list .payment-p-cheque {
	
}

.payment-p-floa {
	width: 100%;
/*	border-top: 1px solid #5C5C5C;*/
	border-bottom: 1px solid #5C5C5C;
/*	margin-top: 20px;*/
/*	padding-top: 20px;*/
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.payment-p-floa a {
	color: #132A4C;
	display: inline-block;
/*	box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.3);*/
	box-shadow: 2px 2px 6px #00000029;
	border: 1px solid #ddd;
	font-weight: 600;
	width: 100%;
	border-radius: 4px;
	padding: 17px 15px;
}
.payment-p-floa .selected-link.active {
	border: 1px solid #FD5F00;
}

/*Payments page*/
.payment-details {
	padding: 40px 30px;
	height: 100%;
}
.payment-row {
	max-width: 700px;
}
.payment-details .col-pay {
	margin-bottom: 10px;
}
.payment-details .payment-method {
	display: inline-block;
	border: 0.5px solid #5C5C5C;
    padding: 10px 15px;
    border-radius: 4px;
    max-width: 100px;
}
.payment-details .chams-text {
	color: #B5B5B5;
	display: inline-block;
	margin-top: 10px;
}
.payment-p-footer {

}
.payment-p-footer .pay-p-foo-list {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 435px;
    margin: 30px auto 20px auto;
}
.payment-p-footer .pay-p-foo-list li {
	padding: 0 10px;
}
.payment-p-footer .pay-p-foo-list img {
	
}
.payment-p-footer .pay-p-info {
	color: #A0A0A0;
}

/*Confirmation Page css*/
.confirmation-details {
	padding: 30px 20px;
	margin-bottom: 20px;
}

.confirmation-t-div {
	padding: 15px 0;
}
.confirmation-t-div .con-tilte {
	padding-bottom: 10px;
	border-bottom:  0.5px solid #132A4C;
	display: inline-block;
}
.confirmation-t-div .con-details {
	
}
.confirmation-t-div {
	
}
.confirmation-right-div {
	box-shadow: 3px 3px 6px #00000029;
	border: 0.5px solid #707070;
}
.confirmation-right-div .con-r-header {
	padding: 20px 15px;
}
.confirmation-right-div .confirmation-r-body {
	background-color: #fff;
    padding: 20px 15px;
}
.confirmation-r-body .star-rating {
	width: 68px;
	height: 12px;
}
.confirmation-r-body .star-rating .star-inner {
	height: 12px;
}
.confirmation-r-body .star-rating {

}

.confirmation-r-btn {
	margin-top: 25px;
	text-align: center;
}
.confirmation-r-btn .default-btn {
	font-size: 12px;
	/*float: left;*/
	display: inline-block;
	/*width: 50%;*/
	text-align: center;
	letter-spacing: 0px;
	padding: 15px 6px;
	background-color: #4267B2;
	color: #fff;
}
.confirmation-r-btn .default-btn:first-child {
	/*margin-right: 5px;*/
	background-color: #29B971;
}
.confirmation-r-btn .default-btn:hover {
	opacity: 0.8;
}
.confirmation-r-btn {

}

.product-main-header {

}
.product-wrapper {
	padding-top: 0;
}
.product-header-scroll.hide-div {
	display: none !important;
}

/*start new css for Passenger Page 03-08-2022*/

.pasenger-d-row {
	/*border: 1px solid #ddd;*/
	border: 1px solid #707070;
	/*box-shadow: 0 1px 6px #00000029;*/
    /*padding: 15px 5px;*/
    /*margin-top: 20px;*/
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.pasenger-d-row:last-child {
	margin-bottom: 0;
}

.pasenger-d-row .form-title {
	background-color: #132A4C;
	color: #fff;
	padding: 5px 10px;
}
.pasenger-d-row .passenger-form {
	padding: 0 5px;
}

.calendar-div-site {

}
.calendar-div.cal-icon .site-input {
	padding-left: 25px;
}
.calendar-div.cal-icon:before {
	content: '\f073';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 7px;
}

/*-Tel Code flag design start-*/
.input-stat-list li.li-tel .tel-code,
.flag-tel-li .tel-code {
	width: 85px;
    float: left;
    /*margin-left: 6px;*/
    color: #989898;
    border-radius: 4px;
    height: 43px;
    background-image: url(../img/devis/select-icon.svg);
    background-repeat: no-repeat;
    background-position: 94% center!important;
    -webkit-appearance: none;
    font-size: 14px;
    border: 0.5px solid #5C5C5C;
}
.input-stat-list li.li-tel .telcode-input,
.flag-tel-li .d-form-colum {
	width: calc(100% - 95px);
	margin-left: 10px;
}
.flag-tel-li .d-form-colum {
	float: left;
}
.tel-code.drop-down { 
	position: relative;  
	display: inline-block;    
	width: auto;       
	margin-top: 0;   
	/*font-family: verdana;    */
	height: 42px;
	background-color: #fff;
}  
.flag-tel-li .tel-code {
	width: 85px;
}
 .tel-code.drop-down select {
 	display: none;
 }      
 .tel-code.drop-down .select-list {   
	position: absolute;  
	background-color: #fff;
	overflow: auto;   
	display: none;
	height: 250px;
	top: 0;      
	left: 0;     
	z-index: 1;    
	margin-top: 40px;    
	padding: 0;   
	width: 200px;
	border: 1px solid #EDF7FF;     
}      
.tel-code.drop-down .select-list.show-div {
 	display: block;
}
.tel-code.drop-down .select-list li {   
	display: none;      
	float: none !important;
	padding: 0 !important;
}    
.tel-code.drop-down .select-list li span {  
	display: inline-block;      
	width: 100%;        
	padding: 5px 15px 5px 30px;     
	background-color: #fff;     
	background-position: left 4px center;   
	background-repeat: no-repeat;       
	text-align: left;       
	box-sizing: border-box;     
}     
.tel-code.drop-down .select-list li span:hover,  
.tel-code.drop-down .select-list li span:focus {     
	background-color: #0065b8;
	color: #fff;  
}
.tel-code.drop-down .select-list-link,
.tel-code.drop-down .button {
	width: 100%;
	height: 39px;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.tel-code.drop-down .flag-bg {
 	position: absolute;
 	left: 0;
 	width: 12px;
 	height: 8px;
}
.tel-code.drop-down .button span {
	padding-top: 10px;
	padding-left: 30px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 6px 55%;
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	color: #213344;
}

.disabled-flag {
	pointer-events: none;
	background-color: #F5F5F5 !important;
}

 /*-Tel Code flag design End-*/

/*Radio button css new 23-11-2022*/
.radio-box-3 {
    padding: 0px 5px 0 5px;
}
.radio-box-3 label {
    padding: 15px 15px 15px 35px !important;
    /*border: 1px solid #ddd;*/
    border: 1px solid #5C5C5C;
    box-shadow: 1px 1px 5px #00000029;
    /*background-color: rgba(26,37,66,.67);*/
    border-radius: 4px;
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    transition: all 0.4s;
    align-items: center;
    justify-content: center;
}

.radio-box-3 .radio-box:last-child label {
	/*margin-bottom: 0;    */
}

.radio-box-3 .radio-list {
    padding: 10px 0 10px 15px;
}
.radio-box-3 .radio-list li {
    list-style: initial;
}
.radio-box-3 .radio-btn {
    
}
.radio-box-3 label:hover {
    /*box-shadow: 0 0px 15px 0px rgba(26, 37, 66, 0.4);*/
    box-shadow: 2px 3px 10px 3px #00000029;
}
.radio-box-3.site-c-radio .radio-box [type="radio"]:checked + label {
    border-color: #1A2542;
    background-color: #1A2542;
    color: #fff;
}

.radio-box-3 .r-left-col {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    padding-right: 10px;
}
.radio-box-3 .r-right-col {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 5px;
}
.radio-box-3 .r-right-col {
    text-align: center;
    border-left: 2px solid #ddd;

}
.radio-box-3 {
    
}


/*End Radio button css new 23-11-2022*/

.input-valid-div {
	position: relative;
}
.input-valid-div.error-input .site-input {
	border-color: #FF0000;
}
.input-valid-div.error-input:before {
	content: "\f057";
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	position: absolute;
	color: #FF0000;
	font-size: 20px;
	right: 10px;
	top: 8px;
}
.input-valid-div.succ-input .site-input {
	border-color: #25c86a;
}
.input-valid-div.succ-input:before {
	content: "\f058";
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	position: absolute;
	color: #25c86a;
	font-size: 20px;
	right: 10px;
	top: 8px;
}
.arrow-div:before {
	border: solid transparent;
    content: " ";
    position: absolute;
    border-width: 8px;
    left: 20px;
    top: -16px;
    /*transform: rotate(180deg);*/
}
.hover-input-div.arrow-div:before {
	border-bottom-color: #fff;
}
.error-input-div.arrow-div:before {
	border-bottom-color: #FF0000;
}


.hover-input-div {
	position: absolute;
	top: 125%;
	background-color: #fff;
	padding: 10px;
	display: none;
	border: 1px solid;
	font-size: 12px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
	z-index: 1030;
	width: 250px;
	/*border-radius: 4px;*/
}
.hover-input-div.show-input {
	display: block;
}
.error-input-div {
	font-size: 12px;
	display: none;
	position: absolute;
	top: 125%;
	background-color: #FF0000;
	color: #fff;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
	padding: 5px;
	z-index: 1030;
	width: 250px;
}
.input-valid-div.error-input .error-input-div {
	display: block;
}

/*Start Admin Payment page css*/
.pass-pay-list {
    /*padding: 10px 0;*/
    border: 1px solid #707070;
    margin: 15px 0;
}
.pass-pay-list .pay-div-row {
    border-bottom: 1px solid #707070;
    padding: 7px 0px;
}
.pass-pay-list .pay-div-row:first-child {
    border-bottom: 2px solid #707070;
}
.pass-pay-list .pay-div-row:last-child {
    border-bottom: 0;
}
/*End Admin Payment page css*/

/*End new css for Passenger Page 03-08-2022*/

.formality-tab-pane {
	word-wrap: break-word;
}

@media(min-width: 1200px) {
	.devis-p-header .site-tabs .nav-link:hover,
	.devis-p-header .site-tabs .nav-link:focus, 
	.devis-p-header .site-tabs .nav-link:active {
	    background-color: transparent;
	    color: #fff !important;
	    /*color: #132A4C;*/
	    border-color: #fff !important;
	}
}
@media(max-width: 1199.98px) {
	.devis-wrapper {
		padding-top: 80px;
	}
	/*.black-friday-body .devis-wrapper {
		padding-top: 120px;
	}*/
	.passenger-form .form-input-list > li {
		width: 33.33%;
	}	
	.passenger-form .form-input-list > li.empty-li {
		display: none;
	}
	.devis-body-row .table-col.t-col-3,
	.devis-body-row .table-col.t-col-4 {
		text-align: center;
		padding-right: 8px;
	}
	.devis-p-header .site-tabs .nav-link {
		padding: 5px 20px;
	}
	
}
@media(max-width: 991.98px) {
	.devis-p-header .page-main {
		padding-left: 0;
	}
	.devis-p-header {

	}
	.devis-p-header .page-mob-title {
		/*width: calc(100% - 150px);*/
		padding-left: 15px;
		padding-right: 15px;
	}
	.devis-p-header .devis-p-h-right {
		width: 150px;
		float: right;
		padding-top: 0;
	}
	.devis-p-header {

	}
	.devis-p-header {

	}
	.progressbar-list {
		padding: 10px 0;
	}
	.progressbar-list li {
		font-size: 13px;
	}
	.devis-right-div {
		margin-left: 15px;
		margin-bottom: 15px;
	}
	.passenger-main .devis-right-div {
		margin-top: 15px;
	}
	.confirmation-details,
	.confirmation-right-div {
		margin-bottom: 15px;
	}
	.devis-main {
		padding-bottom: 30px;
	}
	.devis-footer {
		padding-bottom: 30px;
	}
	
}
@media(max-width: 767.98px) {
	.devis-p-header .site-tabs .nav-link{
		/*width: 650px;*/
		padding: 10px 20px 20px 20px;
		/*padding-bottom: 20px;
    	padding-top: 10px;*/
	}
	.devis-p-header .c-page-header .site-tabs {
		padding-right: 0;
	}
	.devis-right-div .devis-r-header .bdc-title {
		display: none;
	}
	.devis-r-detials .journey-list {
		padding: 10px 0;
/*		grid-template-columns: 1fr;*/
	}
	.devis-r-detials .journey-list li {
		/*width: 100%;
		float: none;*/
	}
	.devis-table-row.bg-title-row .title-l-pad {
		padding-left: 0;
	}
	.devis-table-row {
		font-size: 12px;
	}
	.devis-main {
		padding: 15px 0;
	}
	.devis-main .pad-tab-inner {
		padding: 10px;
	}
	.devis-main .p-mob-tab-title {
		margin: 10px 0 0 0;
	}
	.devis-p-header .page-mob-title-outer {
		margin-top: 10px;
	}
	.passenger-details .form-title,
	.passenger-form .passenger-title {
		font-size: 14px;
	}
	.passenger-form .passenger-title {
		margin-left: 2px;
		margin-right: 2px;
	}
	.passenger-form .form-input-list {
		margin-top: 10px;
	}
	.passenger-details .form-input-list li {
		width: 100%;
		padding-bottom: 6px !important;
		height: auto;
	}
	.site-form .form-input-list li.w-50 {
		width: 100% !important;
	}
	.passenger-form .form-input-list > li .label-empty,
	.site-form .label-empty {
		display: none !important;
	}
	.passenger-form .form-input-list li.monsieur-select,
	.passenger-form .form-input-list li.date-li-select {
		width: 75%;
	}
	.passenger-2-form {
		margin-top: 15px;
		margin-bottom: 0;
	}
	.payment-div .acompte-title {
		display: block;
		/*margin-left: 0 !important;*/
		margin-top: 15px;
	}
	.payment-div .patment-lock,
	.payment-details .patment-lock {
		display: block;
		margin-top: 20px;
	}
	.payment-details {
		padding: 10px;
		height: auto;
	}
	.payment-details .chams-text {
		float: none !important;
		margin-top: 20px;
	}
	.payment-details .col-pay > label {
		margin-top: 5px !important;
	}
	.payment-p-footer .pay-p-foo-list li {
		max-width: 80px;
		padding: 0 15px;
	}
	.payment-p-footer .pay-p-info {
		padding: 20px 0;
	}
	.confirmation-t-div {
		text-align: left !important;
		padding: 5px 0;
	}
	.confirmation-details {
		padding: 15px;
	}
	.confirmation-p-title {
		font-size: 13px;
	}
	.confirmation-p-title .main-title {
		display: block;
		margin-bottom: 10px;
	}
	.confirmation-r-body .star-rating {
		margin-left: 0 !important;
	}
	.confirmation-r-btn {
		text-align: left;
		margin-top: 15px;
	}
	.confirmation-r-btn .default-btn {
		padding: 10px;
		margin: 4px 0;
	}
	.progressbar-list li  {
		font-size: 12px;
	}
	.devis-p-header .c-page-header .site-tabs .nav-pills {
		width: 750px;
	}
	.devis-r-body {
		padding: 10px;
	}
	.devis-r-detials .product-amenities span {
		width: auto;
		padding: 10px;
	}
	.black-friday-body .devis-wrapper {
		padding-top: 139px;
	}
	.form-input-list li.w-40 {
		width: 100% !important;
	}
	.personne-div .form-input-list li.tel-codeli:nth-child(3) {
		padding-right: 0 !important;
	}
	
	 .radio-box-3 .r-left-col {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    .radio-box-3 .r-right-col {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .desk-show {
    	display: none;
    }
    .payment-opt-list li {
    	padding-right: 7px;
    }
    .payment-opt-list li a {
    	width: 100px;
    }
    .payment-opt-list img {
    	height: 25px;
    }
    .payment-opt-list .payment-p-cheque a {
    	padding-top: 12px;
    	padding-bottom: 12px;
    }
}
/* End Devis Page Css*/
@media (max-width: 991.98px) {
	.mob-stage-slider .owl-stage {
    	display: -webkit-box;
	    display: flex;
	}
	.mob-stage-slider .owl-item {
		display: -webkit-box;
	    display: flex;
	    -webkit-box-flex: 1;
	    flex: 1 0 auto;
	}	
	.mob-stage-slider .item,
	.mob-stage-slider .offer-div,
	.mob-stage-slider .item-inner {
		height: 100%;
	}
	.mob-stage-slider .offer-div {
		position: relative;
	}
	.offer-div .offer-content .offer-btn {
		/*position: absolute;
		bottom: 10px;
		left: 50%;
		transform: translate(-50% , -10px);
		width: 90% !important;*/
	}
	.offer-div .offer-content {
		padding-bottom: 60px;
	}
}

@media (max-width: 365.98px) { 
	.offer-div .offer-content { 
		padding-left: 7px;
		padding-right: 7px;
	}
	.offer-div .offer-content .offer-valid {
		font-size: 12px;
	}
	.product-details-row .journey-details li .f-16 {
		font-size: 14px;
	}

	.reacher-modal .nav-tabs .nav-item .nav-link {
		font-size: 12px;
	}
	.comapny-title-div .crouise-count,
	.comapny-title-div .trier-par {
		width: 135px;
	}
	.p-date-owl .item-inner a {
		padding: 8px 4px;
	}

	.page-header .page-title {
		font-size: 18px;
	}
	.product-header .d-md-none {
		font-size: 12px;
	}
	.product-c-logo {
		right: 5px;
	}
	.site-select:after {
		right: 10px;
	}
	.avis-row-div .star-num {
		margin-right: 2px;
	}
	.mob-reacher-form .mobile-form-title {
		padding-left: 0;
	}

	.devis-r-round-img {
		width: 35px;
		height: 35px;
	}
	.devis-r-title-box .star-rating {
		margin-left: 5px !important;
	}
	.devis-body-row .table-col,
	.devis-table-row .table-col {
		padding: 7px 5px !important;
	}
	.avis-row-div > .col-6 {
		padding-left: 10px; 
		padding-right: 10px; 
	}

	.devis-main .itenery-div .itenery-list li,
	.itenery-div .itenery-title {
		font-size: 11px;
	}
	.payment-p-footer .pay-p-foo-list li {
		max-width: 70px;
	}
	.offer-div .offer-content .offer-valid span {
		padding: 0 5px !important;
	}
	.product-page-row .product-mob-video {
		float: none;
		margin-top: 5px;
	}
	.lowest-price-div .p-col-left {
		width: 45% !important;
	}
	.lowest-price-div .p-col-left .f-11 {
		font-size: 9px;
	}
	.lowest-price-div .p-col-right {
		width: 55% !important;
	}
	.lowest-price-div .p-col-right .default-btn {
		font-size: 12px;
	}
	.lowest-price-div {
		padding: 5px;
	}
	.price-slider-row {
		padding: 5px 4px;
	}
	.cabin-sidebar .cabin-title-text,
	.cabin-sidebar .cabin-button .default-btn,
	.cabin-sidebar .des-show {
		font-size: 10px;
	}
	.cabin-sidebar .des-show {
		font-size: 10px;
	}
	.product-row .product-map, .product-row .product-destination {
		min-height: 108px;
		height: 108px;
	}
	.product-page-row .product-map, .product-page-row .product-destination {
		min-height: 92px !important;
		height: 92px;
	}
}

.sel-active {
	color: #132A4C !important; 
}
