/* Common css */
.text-muted{ color: #686868 !important; }
.text-red{ color: #ff3366 !important; }
.text-blue, .f-blue{ color: #0028a7 !important; }
.text-yellow, .f-yellow{ color: #FFE600 !important; }
.text-white, .f-white{ color: #ffffff !important; }
.text-lightblue, .f-lightblue{ color: #1eb2ff !important; }
.text-black{color: #121212 !important;}
.bg-lightgreen{background-color: #ecf5c3 !important;}
.text-lightgreen {color: #bade19 !important;}
.text-green{color: #50c200 !important;}
.bg-green{background-color: #50c200 !important;}
.bg-lightblue{background-color: #1eb2ff !important;}
.bg-lightblue1{background-color: #d6f2f7 !important;}
.bg-lightblue2{background-color: #f5f7fc !important;}
.bg-blue{background-color: #0028a7 !important;}
.bg-lightorange{background-color: #fedfbc !important;}
.text-orange{color: #fe8200 !important;}
.text-red{color: #ff4237 !important;}
.bg-orange{background-color: #ff8300 !important;}
.bg-darkgreen{background-color: #008425 !important;}
.text-darkgreen{color: #bbde1a !important;}
.bg-ltdarkgreen{background-color: #bbde1a !important;}
.bg-yellow {background-color: #ffb702 !important;}
.bg-yellow2 {background-color: #ff9a1b !important;}
.btn-ltdarkgreen:hover{background-color: #bbde1a; border-color: #bbde1a;}
.btn-red:hover{background-color: #ff4237; border-color: #ff4237;}
.btn-darkblue:hover{background-color: #0028a7; border-color: #0028a7;}
.btn-darkgreen:hover{background-color: #50c200; border-color: #50c200;}
.btn-yellow:hover{background-color: #ffb702; border-color: #ffb702;}
.box-type7{
	padding: 30px;
	background-color: #fff;
	box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.06);
}
a {
    color: #1eb2ff;
    text-decoration: none;
    background-color: transparent;
}
a:hover{ color: #0028a7; text-decoration: none; }
a:focus{ box-shadow: none !important; outline: none !important; }
.font-weight-semibold { font-weight: 500 !important; }
.font-weight-bold{ font-weight: 700 !important; }
.row{ margin-right: -13px; margin-left: -13px; }
.row.no-gutters{ margin-right: 0; margin-left: 0; }
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 13px;
    padding-left: 13px;
}
@media(max-width: 567px){
	.container{
		padding-right: 10px;
    	padding-left: 10px;
	}
	.row{ margin-right: -5px; margin-left: -5px; }
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	    padding-right: 5px;
	    padding-left: 5px;
	}

}
.row.rowGrid-sp10 { margin-right:-5px; margin-left:-5px; }
.row.rowGrid-sp10 > div { padding-right:5px; padding-left:5px; }
.row.rowGrid-sp20 { margin-right:-20px; margin-left:-20px; }
.row.rowGrid-sp20 > div { padding-right:20px; padding-left:20px; }
@media(max-width: 992px){
	.row.rowGrid-sp20 { margin-right:-10px; margin-left:-10px; }
	.row.rowGrid-sp20 > div { padding-right:10px; padding-left:10px; }
}
/* Common Spacing*/
.common-spacing{ margin: 100px 0 !important; padding:0 !important;}
.common-padding{ padding: 100px 0 !important;}
@media(max-width: 992px){
	.common-spacing{ margin: 70px 0 !important;}
	.common-padding{ padding: 70px 0 !important;}
}
@media(max-width: 567px){
	.common-spacing{ margin: 40px 0 !important;}
	.common-padding{ padding: 40px 0 !important;}
}
/* Common Box Type CSS*/
.box-type1{
	background-color: #ffffff;
	border-radius: 3px;
	margin-bottom: 30px;
}
.box-type2{ background-color: #f5f6fa; }
.box-type3{ background-color: #0028a7; }
.box-type4 { background-color: #f5f6fa; }
.box-type5 {
	padding: 14px 20px;
	border: 1px solid #cecece;
	border-radius: 3px;
}
.box-type6 { background-color: #e4eaff; }
/* Header Type CSS*/
.hd-type1{
	font-family: 'brume';
	font-size: 60px;
	line-height: 70px;
	font-weight: normal;
	color: #0028a7;
	padding-bottom: 30px;
	margin-bottom: 40px;
	text-align: center;
	position: relative;
}
.hd-type1:before{
	content: '';
	position: absolute;
	left: 50%; transform: translateX(-50%);
	bottom: 13px;
	background-image: url('../images/hd-line-blue.svg');
	width: 80px; height: 11px;
}
.hd-type1.white-header{ color: #ffffff; }
.hd-type1.white-header:before{ background-image: url('../images/hd-line-white.svg'); }
.hd-type2{
	font-family: 'brume';
	font-size: 24px;
	line-height: 25px;
	letter-spacing: 1.33px;
	display: block;
	margin-bottom: 12px;
	color: #ffffff;
}
@media(max-width:992px){
	.hd-type1{
		font-size: 50px;
		line-height: 60px;
	}
}
@media(max-width:767px){
	.hd-type1{
		font-size: 37px;
		line-height: 42px;
		margin-bottom: 25px;
	}
	.hd-type1:before{
		width: 46px;
		background-size: contain;
    	background-repeat: no-repeat;
	}
}
.hd-type3{
	font-family: 'brume';
	font-size: 60px;
	line-height: 70px;
	color: #0028a7;
	margin-bottom: 40px;
}
@media(max-width:992px){
	.hd-type3{
		font-size: 50px;
		line-height: 60px;
	}
}
@media(max-width:767px){
	.hd-type3{
		font-size: 37px;
		line-height: 43px;
		margin-bottom: 25px;
	}
}
.hd-type4{
	font-family: 'brume';
	font-size: 60px;
	line-height: 80px;
	font-weight: normal;
	color: #0028a7;
	padding-bottom: 30px;
	margin-bottom: 40px;
	text-align: left;
	position: relative;
}
.hd-type4:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 5%;
	background-image: url('../images/hd-line-blue.svg');
	width: 80px; height: 11px;
}
@media(max-width:767px){
	.hd-type4{
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 25px;
	}
	.hd-type4:before{
		width: 46px;
		background-size: contain;
    	background-repeat: no-repeat;
	}
}
.hd-type5 {
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #0028a7;
	margin-bottom: 40px;
}
.hd-type6 {
	font-family: 'brume';
	font-size: 19px;
	line-height: 22px;
	font-weight: bold;
	font-style: normal;
	color: #0028a7;
	margin-bottom: 25px;
}
.hd-type7 {
	font-family: 'brume';
	font-size: 34px;
	line-height: 50px;
	font-weight: 700;
	color: #0028a7;
	margin-bottom: 10px;
}
@media(max-width:767px){
	.hd-type7 {
		font-size: 28px;
		line-height: 40px;
	}
}
.hd-type8{
	font-family: 'bebas_neueregular';
	font-weight: normal;
    font-style: normal;
    letter-spacing: 0.5px;
	font-size: 26px;
	line-height: 36px;
	letter-spacing: normal;
	display: block;
	color: #0028a7;
}
.hd-type9 {
	font-size: 14px;
	line-height: 23px;
	font-weight: bold;
	font-style: normal;
	color: #0028a7;
	margin-bottom: 20px;
}
.hd-type10{
	font-family: 'brume';
	font-size: 72px;
	line-height: 0.92;
	color: #fff;
}
@media(max-width: 992px){
	.hd-type10{
		font-size: 50px;
		line-height: 56px;
	}
}
@media(max-width: 767px){
	.hd-type10{
		font-size: 34px;
		line-height: 42px;
	}
}
.hd-type11{
	font-size: 40px;
    font-family: 'brume';
    line-height: 50px;
}
.hd-type11.blue-header{
	position: relative;
	margin: 50px 0 20px;
	padding-bottom: 30px;
}
.hd-type11.blue-header:before{
	content: '';
	position: absolute;
	left: 50%; transform: translateX(-50%);
	bottom: 13px;
	background-image: url('../images/hd-line-blue.svg');
	width: 80px; height: 11px;
}
.hd-type12 {
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 40px;
}
.hd-type13 {
	font-family: 'brume';
	font-size: 20px;
	line-height: 31px;
	font-weight: bold;
	font-style: normal;
	color: #0028a7;
	margin-bottom: 5px;
}
.subtitle-yellow{
	font-family: 'bebas_neueregular';
    line-height: 1.38;
    font-size: 24px;
    color: #ffb702;
}
.hd-type14 {
	font-family: 'bebas_neueregular';
	font-size: 26px;
	line-height: 30px;
	color: #0028A7;
	font-weight: 400;
}
.hd-type15 {
	font-family: 'bebas_neueregular';
	font-size: 22px;
	line-height: 27px;
	color: #0028A7;
	font-weight: 400;
}
/* CMS Text CSS*/
.cms-txt{
	font-size: 18px;
	line-height: 1.63;
	color: #4a4a4a;
	max-width: 55%;
	margin:  0 auto 40px;
}
.cms-txt-btmi{
	font-size: 16px;
	line-height: 24px;
	color: #4a4a4a;
	max-width: 65%;
	margin:  0 auto 40px;
}
.cms-txt.white{ color: #ffffff; }
.cms-text{
	font-size: 16px;
	line-height: 24px;
	color: #4a4a4a;
}
.cms-text1{
	font-size: 18px;
	line-height: 1.63;
	color: #4a4a4a;
	max-width: 55%;
	margin:  0 0 40px;
}
.cms-text2{
	font-size: 16px;
	line-height: 1.63;
	color: #4a4a4a;
}
.cms-text3{
	font-size: 16px;
	line-height: 1.63;
	color: #4a4a4a;
	margin:  0 0 40px;
}
.cms-text4{
	line-height: 1.69;
	color: #fff;
}
.cms-text5{
	font-size: 16px;
	line-height: 25px;
	color: #4A4A4A;
	font-weight: 400;
	font-family: 'Metropolis';
}
.cms-text5 p:last-child{
	margin-bottom: 0;
}
.cms-text6{
	font-size: 18px;
	line-height: 29px;
	color: #4A4A4A;
	font-weight: 400;
	font-family: 'Metropolis';
}
@media(max-width:991px){
	.cms-text5{
		font-size: 14px;
		line-height: 22px;
	}
	.cms-text6{
		font-size: 16px;
        line-height: 25px;
	}			
}
@media(max-width:768px){
	.cms-txt,
	.cms-text1{ max-width: 100%; margin-bottom: 25px; }
	.cms-txt,
	.cms-text,
	.cms-text1{ font-size: 16px; line-height: 27px; }
}
/* Link type CSS*/
.link-typ1 {
  	font-size: 16px;
	color: #1eb2ff;
	text-decoration: underline;
	transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-o-transition:all 0.4s;
	-webkit-transition:all 0.4s;
}
.link-typ1:hover {
	color: #0028a7;
	text-decoration: underline;
}
.link-typ2 {
  	font-size: 16px;
	color: #0028a7;
	padding-right: 25px;
	transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-o-transition:all 0.4s;
	-webkit-transition:all 0.4s;
	position: relative;
	padding-bottom: 5px;
}
.link-typ2:after{
	content: '';
	position: absolute;
	bottom: 0px;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: #0028a7;
}
.link-typ2:before{
	content: '';
	position: absolute;
	top: 5px;
	right: 0;
	width: 16px;
	height: 9px;
	background:url('../images/link-typ2-arrow.svg') no-repeat;
}
.link-typ2:hover {
	color: #1eb2ff;
	text-decoration: none;
}
.link-typ2:hover:after{
	background-color: #1eb2ff;
}
.link-typ3 {
  	font-size: 14px;
	color: #1eb2ff;
	font-weight: 500;
	text-decoration: underline;
	transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-o-transition:all 0.4s;
	-webkit-transition:all 0.4s;
}
.link-typ3:hover {
	color: #0028a7;
	text-decoration: underline;
}
.link-typ4 {
  	font-size: 14px;
	color: #0028a7;
	font-weight: 500;
	transition:all 0.4s;
}
.link-typ4:hover {
	color: #1eb2ff;
	text-decoration: underline;
}
.link-typ5 {
  	font-size: 14px;
	color: #1eb2ff;
	font-weight: 500;
	transition:all 0.4s;
}
.link-typ5:hover {
	color: #0028a7;
	text-decoration: underline;
}
.link-typ6 {
  	font-size: 16px;
    color: #0028a7;
    font-weight: 700;
    transition: all 0.4s;
    text-decoration: none;
}
.link-typ6:hover,
.link-typ6:focus {
	color: #1eb2ff;
	text-decoration: none;
}
.link-typ7 {
  	font-size: 16px;
  	line-height: 1.63;
    color: #0028a7;
    transition: all 0.4s;
    text-decoration: underline;
}
.link-typ7:hover {
	color: #1eb2ff;
	text-decoration: none;
}
/* Points type common css */
.point-type1{
	display: block;
}
.point-type1 ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.point-type1 ul li {
	padding-left: 30px;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #0028a7;
    position: relative;
    margin-bottom: 10px;
    letter-spacing: 0.4px;
}
.point-type1 ul li:before{
	content: '';
    position: absolute;
    top: 8px;
    left: 0;
    background: url(../images/point-type1.svg) no-repeat;
    height: 15px;
    width: 15px;
    display: inline-block;
    background-size: 15px;
}
.point-type2{
	margin: 0px;
	padding: 0px;
	counter-reset: section;
}
.point-type2 > li{
	list-style: counter-increment;
	padding-left: 30px;
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.point-type2 > li:before {
    position: absolute;
    counter-increment: section;
    content: counter(section)".";
    left: 0px;
    top: 0px;
}
.point-type3{
	margin: 0px;
	padding: 0px;
	counter-reset: section;
}
.point-type3 > li{
	list-style: counter-increment;
	padding-left: 30px;
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.point-type3 > li::before {
    position: absolute;
    counter-increment: section;
    content: counter(section)".";
    left: 0px;
    top: 6px;
    font-size: 20px;
    font-weight: 600;
    color: #0028a7;
}
.point-type4{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.point-type4 > li{
	padding-left: 30px;
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.point-type4 > li::before {
	content: '';
    position: absolute;
    width: 9px; height: 9px;
    background-color: #1eb2ff;
    border-radius: 50%;
    left: 0px;
    top: 4px;
}
.point-type5{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.point-type5 > li{
	padding-left: 30px;
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.point-type5 > li::before {
	content: '';
    position: absolute;
    width: 9px; height: 9px;
    background-color: #0028a7;
    border-radius: 50%;
    left: 0px;
    top: 4px;
}

.point-type6{
	counter-reset: section;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-top: 20px;
}
.point-type6 > li{
	padding-left: 40px;
    display: block;
    position: relative;
    margin-bottom: 20px;
    color: #fff;
    list-style: counter-increment;
    min-height: 30px;
    font-size: 16px;
    line-height: 25px;
}
.point-type6 > li::before {
	position: absolute;
	counter-increment: section;
	content: counter(section)" ";
    width: 30px;
    height: 30px;
    background-color: #0028a7;
    border-radius: 50%;
    left: 0px;
    top: -4px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.point-type6.point-type-yellow > li::before {background-color: #ffb702;}
.point-type6.point-type-green > li::before{ background-color: #50c200; }
.point-type7{
	counter-reset: section;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-top: 20px;
	font-size: 16px;
    line-height: 25px;
}
.point-type7 > li{
	padding-left: 40px;
    display: block;
    position: relative;
    margin-bottom: 10px;
    color: #fff;
}
.point-type7 > li::before {
	position: absolute;
	content: "";
	background-image: url('../images/tick.svg');
	background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-color: #0028a7;
    border-radius: 50%;
    left: 0px;
    top: 0px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}
.point-type8{
	padding-left: 20px;
    padding-top: 19px;
    margin-bottom: 0;
}
.point-type8 li{
	font-family: Metropolis;
    font-size: 16px;
    font-weight: 600;
    color: #0028a7;
    line-height: 25px;
}

.brbtnblack{
	 border: 1px solid #121212;
	 color: #121212;
}
.brbtnblue{
	 border: 1px solid #0028a7;
	 color: #0028a7;
}
/* tab type1 CSS*/
.tab-type1{
	border-bottom: 0px;
	border-top: 1px solid #dadada;
}
.tab-type1 .nav-link{
	padding: 10px;
}
.tab-type1.nav-tabs .nav-link{
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
	color: #0028a7;
	text-align: center;
}
.tab-type1.nav-tabs .nav-item.show .nav-link,
.tab-type1.nav-tabs .nav-link.active,
.tab-type1.nav-tabs .nav-link:hover{
	background-color: transparent;
	color: #1eb2ff;
	border-top-color: #1eb2ff;
	border-width: 2px 0px 0px;
	border-radius: 0px;
}
.tab-type1.nav-tabs .nav-link.active svg g,
.tab-type1.nav-tabs .nav-link:hover svg g{
	fill: #1eb2ff;
	stroke: #1eb2ff;
}

/* lightslider common CSS*/
.lSSlideOuter {
    position: relative;
    overflow: visible;
}
.lSSlideWrapper {
    position: static;
}
.lSAction>a{
	width: 46px; height: 46px;
	background-image: url(../images/slider-leftarrow.svg);
	opacity: 0.95;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	z-index: 2;
}
.lSAction>.lSPrev{ left: -23px;}
.lSAction>.lSNext{ right: -23px; background-position: 0 0; background-image: url(../images/slider-rightarrow.svg); }

/* slick slider common CSS*/
.slick-track{ margin-left: 0 !important; margin-right: 0 !important; }
.slick-arrow,
.slick-arrow:focus {
    width: 46px; height: 46px;
    transition: all 0.3s;
    z-index: 2;
    background: none;
    display: block;
    top: 50%;
    cursor: pointer;
    position: absolute;
    transform: translateY(-50%);
    font-size: 0; line-height: 0; border: 0 none; outline: none; box-shadow: none;
}
.slick-arrow.slick-prev { left: -23px; background-image: url(../images/slider-leftarrow.svg); transform: translateY(-50%); background-repeat: no-repeat;}
.slick-arrow.slick-next { right: -23px; background-position: 0 0; background-image: url(../images/slider-rightarrow.svg); background-repeat: no-repeat; }

/* All Wave CSS*/
/*
.wave{
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.wavespace-top{ margin-top: 289px; }
.wavespace-bottom{ margin-bottom: 289px; }
@media(max-width: 991px){
	.wavespace-bottom{ margin-bottom: 180px; }
	.wavespace-top{ margin-top: 180px; }
}
@media(max-width: 480px){
	.wavespace-bottom{ margin-bottom: 100px; }
	.wavespace-top{ margin-top: 100px; }
}

.bg-wave1{
	background-image: url('../images/bg-wave1.svg');
	background-position: center bottom;
	height: 289px;
	bottom: -80px;
}
@media(max-width: 991px){
	.bg-wave1{
		background-position: 16% center;
	}
}
@media(max-width: 768px){
	.bg-wave1{
		background-position: center center;
		background-size: cover;
		height: 160px; bottom: -40px;
	}
}
.bg-wave2{
	background-image: url('../images/bg-wave2.svg');
	background-position: center bottom;
	height: 289px;
	top: -80px;
}
@media(max-width: 991px){
	.bg-wave2{
		background-position: 60% bottom;
	}
}
@media(max-width: 768px){
	.bg-wave2{
		background-size: cover;
		height: 150px;
		top: -20px;
	}
}
@media(max-width: 576px){
	.bg-wave2{background-position: 62% bottom;}

	.itineraries-section .bg-wave2{
		background-position: 69% bottom;
	}
}
@media(max-width: 767px){
	.bg-wave2{
		top: -43px;
	}
}
.bg-wave3{
	background-image: url('../images/bg-wave3.svg');
	background-position: center;
	height: 233px;
	top: -200px;
}
@media(max-width: 1199px){
	.bg-wave3 {
		background-position: 58% center;
	    height: 100px;
	    top: -90px;
	}
}
@media(max-width: 768px){
	.bg-wave3{
		background-size: cover;
		height: 120px;
		top: -95px;
	}
}
.bg-wave4{
	background-image: url('../images/bg-wave4.svg');
	background-position: center;
	height: 289px;
	top: -280px;
}
@media(max-width: 1199px){
	.bg-wave4{
		background-position: 36% center;
	}
}
@media(max-width: 768px){
	.bg-wave4{
		background-size: cover;
		height: 150px;
		top: -142px;
	}
}
@media(max-width: 576px){
	.bg-wave4 {
	    background-position: 20% center;
	}
}
.bg-wave5{
	background-image: url('../images/bg-wave5.svg');
	background-position: center;
	height: 233px;
	top: -50px;
}
@media(max-width: 768px){
	.bg-wave5{
		background-size: cover;
		height: 150px;
		top: -30px;
	}
}
@media(max-width: 991px){
	.bg-wave5{
		background-position: center right 65%;
	}
}
@media(max-width: 576px){
	.bg-wave5{
		background-position: center right 94%;
		top: -50px;
	}
}
.bg-wave6{
	background-image: url('../images/bg-wave6.svg');
	background-position: center right 30%;
	height: 200px;
	top: -50px;
}
@media(max-width: 1199px){
	.bg-wave6{
		background-position: center right 62%;
	}
}
@media(max-width:576px){
	.bg-wave1 {
	    background-position: 31% center;
	}
	.bg-wave6 {
	    background-position: center right 77%;
	}
}
.bg-wave7 {
    background-image: url(../images/bg-wave7.svg);
    background-position: center;
    height: 233px;
    top: -200px;
}
@media(max-width: 1199px){
	.bg-wave7 {
		background-position: 58% center;
	    height: 100px;
	    top: -90px;
	}
}
@media(max-width: 768px){
	.bg-wave7{
		background-size: cover;
		top: -95px;
	}
}
.bg-wave9{
	background-image: url('../images/bg-wave9.png');
	background-position: center;
	height: 223px;
	top: -50px;
}
@media(max-width: 768px){
	.bg-wave9{
		background-size: cover;
		height: 150px;
		top: -30px;
	}
}

.bg-wave10{
	background-image: url('../images/bg-wave10.svg');
	background-position: center bottom;
	height: 289px;
	top: -80px;
}
@media(max-width: 991px){
	.bg-wave2{
		background-position: 60% bottom;
	}
}
@media(max-width: 768px){
	.bg-wave2{
		background-size: cover;
		height: 150px;
		top: -20px;
	}
}
@media(max-width: 576px){
	.bg-wave2{background-position: 62% bottom;}
}
@media(max-width: 767px){
	.bg-wave2{
		top: -43px;
	}
}
 */
/***** Date Picker CSS *****/
.ui-datepicker { width:auto; }
.ui-datepicker.ui-widget-content {
    background-color:#fff;
    padding:10px;
    border:0 none;
    border-radius:0;
    box-shadow:0 10px 30px rgba(0,0,0,.3);
    }
.ui-datepicker .ui-datepicker-header { background-color:transparent; border-radius:0; border:0 none; padding:0; }
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    width:40px;
    height:40px;
    background:#1eb2ff;
    line-height:40px;
    text-align:center;
    font-size:16px;
    color:#fff;
    cursor:pointer;
    border-radius:0;
    border:0 none;
    }
.ui-datepicker .ui-datepicker-prev { left:0; top:0; }
.ui-datepicker .ui-datepicker-next { right:0; top:0; }
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover { border:0 none; border-radius:0;color: #ffffff; }
.ui-datepicker .ui-datepicker-title { margin:0 40px; min-height:40px; padding-top:7px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    background:none;
    font-family:'FontAwesome';
    line-height:0;
    font-size:0;
    text-indent:0;
    width:22px; height:22px;
    margin-left:-11px;  margin-top:-11px;
    }
.ui-datepicker .ui-datepicker-next span { margin-top:-7px; }
.ui-datepicker .ui-datepicker-prev span:before {
	content: '';
    position: absolute;
    top: 3px;
    left: 0px;
    background: url(../images/arrow-down-white.svg) no-repeat;
    display: inline-block;
    transform: rotate(90deg);
    background-size: 15px;
    width: 15px;
    height: 15px;
}
.ui-datepicker .ui-datepicker-next span:before {
	content: '';
    position: absolute;
    top: 0px;
    left: 6px;
    background: url(../images/arrow-down-white.svg) no-repeat;
    display: inline-block;
    transform: rotate(270deg);
    background-size: 15px;
    width: 15px;
    height: 15px;
}

/* .ui-datepicker .ui-datepicker-prev span:before { content:"\f104"; font-size:22px; line-height:20px; }
.ui-datepicker .ui-datepicker-next span:before { content:"\f105"; font-size:22px; line-height:16px; } */
.ui-datepicker .ui-datepicker-calendar tbody { border:1px solid #f0f0f0; }
.ui-datepicker td { padding:0; border:1px solid #f0f0f0; border-width:1px 1px 0 0; }
.ui-datepicker td span,
.ui-datepicker td a,
.ui-datepicker td .ui-state-default {
    border:0 none;
    padding:13px 12px 0;
    border:0 none;
    background-color:#fff;
    display:block; width:38px; height:38px;
    text-align:center;
    }
.ui-datepicker td .ui-state-default.ui-state-hover.ui-state-highlight,
.ui-datepicker td .ui-state-default.ui-state-highlight{ background-color:#1eb2ff; color: #333333; }
.ui-datepicker td .ui-state-default.ui-state-active {background-color:#1eb2ff; color: #333333;}
.ui-datepicker td .ui-state-default.ui-state-hover { background-color:#1eb2ff; color: #ffffff; }
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year,
.ui-datepicker .ui-timepicker-div select.ui-timepicker-select {
    margin: 0;
    border: 1px solid #DBDBDB;
    border-radius: 0;
    min-width: 56px;
    color: #666;
    background: url(../images/down-arrow.svg) no-repeat #F7F8F9;
    background-position: calc(100% - 8px) center;
    background-size: 15%;
    font-size: 12px;
    padding: 5px 8px 4px 8px;
    margin: 0 5px;
    font-weight: unset;
    line-height: 1.6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 75px
}
.ui-datepicker .ui-timepicker-div select.ui-timepicker-select:focus {
    outline: none;
    box-shadow: none
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label{ padding-top: 8px !important; }

/* Jscrollpane CSS*/
.scrollBar-type1 .jspPane { width: calc(100% - 27px) !important; }
.scrollBar-type1 .jspVerticalBar { width: 7px; background: #fff; }
.scrollBar-type1 .jspVerticalBar .jspTrack { background: #e5e5e5; border-radius: 4px; }
.scrollBar-type1 .jspVerticalBar .jspTrack .jspDrag { background: #a7a7a7; border-radius: 4px; }

/* MOdal CSS*/
@media (min-width: 576px){
	.modal-md{
		max-width: 650px;
	}
}
@media (max-width: 992px){
.modal-dialog { max-width: 650px; margin-top: 40px;}
}
.modal-type1 .modal-content{ border-radius: 2px; }
.modal-type1 .modal-content .close {
    position: absolute;
    right: 20px;
    top: -25px;
    /* width: 30px;
    height: 30px; */
    padding: 5px 0;
    color: #ffffff;
    z-index: 1;
    opacity: 1;
    font-weight: 300;
    font-size: 40px;
}

.medical-servicelist{
	margin: 10px 0px 30px;
}
.medical-servicelist ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.medical-servicelist ul li{
	font-size: 16px;
	line-height: 31px;
	color: #0028a7;
}
/* .cms-pagesection {
    padding-bottom: 230px !important;
}
@media (max-width:1199px){
    .cms-pagesection {padding-bottom: 150px !important;}
}
@media (max-width:991px){
	.cms-pagesection {padding-bottom: 100px !important;}
}
@media (max-width:767px){
	.cms-pagesection {padding-bottom: 100px !important;}
}
@media (max-width:575px){
	.cms-pagesection {padding-bottom: 80px !important;}
} */

/* Sidebar filter css Start here*/
.sidebar-filter {
	border-radius: 6px;
  	background-color: #0028a7;
}
.sidebar-filter-hd {
	font-size: 14px;
  	font-weight: 600;
  	letter-spacing: 2.33px;
  	color: #ffffff;
  	padding: 13px 20px 0;
  	margin-bottom: 21px;
}
.filter-menu {
	padding: 0;
	margin: 0;
}
.filter-menu li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.filter-menu li:last-child {
	border-bottom:0;
	border-radius: 0 0 6px 6px;
}
.filter-menu li:last-child a {
	border-radius: 0 0 6px 6px;
}
.filter-menu li a {
	font-size: 14px;
  	font-weight: 500;
  	line-height: 1.5;
  	color: #ffffff;
  	display: block;
  	padding: 11px 20px;
	padding-right: 45px;
	position: relative;
	background-color: #0028a7;
  	transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-o-transition:all 0.4s;
	-webkit-transition:all 0.4s;
}
.filter-menu li a:hover {
	background-color: #1eb2ff;
	color: #ffffff;
}
.filter-menu li a .count {
	font-size: 12px;
 	font-weight: 500;
 	line-height: 1.75;
 	color: #ffffff;
 	text-align: right;
 	position: absolute;
 	right: 14px;
 	top: 11px;
}
.filter-menu li.active a {
	background-color: #1eb2ff;
	color: #ffffff;
}
.filter-menu li.active a .count {
	color: #ffffff;
}
.filter-menu li a:hover .count {
	color: #ffffff;
}
@media(min-width: 768px){
.sm-filter-icon {
	display: none;
}
.sidebar-filter {
	display: block;
}
}
@media(max-width: 767px){
.sidebar-filter-wrapper {
	position: relative;
	padding-top: 50px;
}
.sm-filter-icon {
	display: block;
	width: 35px;
	height: 35px;
	background-color: #0028a7;
	border-radius: 3px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.sm-filter-icon:after {
	content: "";
	background: url('../images/filter-sidebar.svg') no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	right: 0;
	margin: auto;
	bottom: 0;
}
.sm-filter-icon:hover {
	background-color: #1eb2ff;
}
.sidebar-filter {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 43px;
	z-index: 9;
}
.selection-box .custom-select-large {
	width: 264px;
	margin-right: 20px;
}
}
/*.fs-10 { font-size:10px;
}
.mrg40 { margin:40px;
}
.just-content {    justify-content: center;

}*/