@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;600&display=swap');
@import url('../core/reset.css');

* {
    box-sizing: border-box;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-transition:all .35s linear;
    -moz-transition:all .35s linear;
    -o-transition:all .35s linear;
    transition:all .35s linear;
}

a,
a:link,
a:visited,
a:active,
a:hover {
    text-decoration: none;
    outline: 0;
    -webkit-transition:all .35s linear;
    -moz-transition:all .35s linear;
    -o-transition:all .35s linear;
    transition:all .35s linear;
}

.clear {
    display:block;
    clear:both;
    line-height:0;
    height:0;
    margin:0;
    padding:0;
    overflow:hidden;
    font-size:.01em;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #fbfbfb;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

p {
    font-family: 'Mulish', sans-serif;
    color: #2c2c2c;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
}

.select-wp p {
	margin-bottom:0;
}

.inner-content-section p a,
.inner-content-section p a:link,
.inner-content-section p a:visited,
.inner-content-section p a:active,
.inner-content-section p a:hover {
    font-family: 'Mulish', sans-serif;
}

.inner-content-section li a,
.inner-content-section li a:link,
.inner-content-section li a:visited,
.inner-content-section li a:active,
.inner-content-section li a:hover {
    font-family: 'Mulish', sans-serif;
}


.default-button {
    width: 100%;
    max-width: 250px;
    display: inline-block;
    text-align: center;
    padding: 10px 10px 9px 10px;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    border: none;
    background: none;
    color: inherit;
    vertical-align: top;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.default-button:focus {
    outline: none;
}

.default-button > span {
    vertical-align: middle;
}

.default-button {
    background: #f56c1d;
    color: #373737;
    overflow: hidden;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.default-button::before,
.default-button::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.default-button::before {
    background: #7986cb;
}

.default-button::after {
    background: #0164a7;
}

.default-button:hover {
    color: #fff;
}

.default-button:hover::before,
.default-button:hover::after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.default-button:hover::after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
}

a.default-button.style1 {
    border: 2px solid #f56c1d;
    background: #fff;
}

a.default-button.style1:hover {
    color: #0164a7;
    border-color: #0164a7;
}

.default-button.style1::before {
    background: #f0f0f0;
}
.default-button.style1::after {
    background: #ffffff;
}

a.default-button.style1.sm {
    padding: 5px 10px 4px 10px;
    font-size: 15px;
    line-height: 20px;
    max-width: 170px;
}

.default-button.icon {
    max-width: 40px;
    height: 40px;
}

span.icon {
    display: block;
    position: absolute;
    width: 27px;
    height: 21px;
    background: transparent url(../../images/krcs_sprites.svg) no-repeat -27px -135px;
    background-size: 120px auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


h2.title-2 {
    font-size: 42px;
    line-height: 44px;
    color: #2c2c2c;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

h2.title-2::before {
    display: block;
    position: absolute;
    content: "";
    width: 135px;
    height: 4px;
    background: #0064a6;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.text-left {
    text-align: left;
}

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

.text-right {
    text-align: right;
}

.cntr-text {
    width: 100%;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.main-wrapper {
    display: block;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    background-color: #ffffff;
    min-height: 100vh;
}

/* --- Header style --- */
.header {
    display: block;
    z-index: 999;
    background-color: #ffffff;
}

.header-inner {
    display: block;
    box-shadow: 0 6px 10px -8px rgb(0 0 0 / 50%);
    z-index: 997;
}

.car-search {
    display: block;
    float: left;
}

.book-now-button,
.book-now-button:link,
.book-now-button:visited {
    display: block;
    width: 106px;
    height: 110px;
    background: #248a17;
    text-align: center;
    padding: 18px 10px;
}

.book-now-button:active,
.book-now-button:hover {
    text-decoration: none;
    outline: 0;
}

.book-now-button .bnb-icon,
.book-now-button:link .bnb-icon,
.book-now-button:visited .bnb-icon,
.book-now-button:active .bnb-icon,
.book-now-button:hover .bnb-icon {
    display: inline-block;
    width: 62px;
    height: 42px;
    background: transparent url('../../images/krcs_sprites.svg') no-repeat 0 0;
    background-size: 120px auto;
}

.book-now-button .bnb-label,
.book-now-button:link .bnb-label,
.book-now-button:visited .bnb-label,
.book-now-button:active .bnb-label,
.book-now-button:hover .bnb-label {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin-top: 15px;
}

.car-search-widget {
    display: block;
    position: absolute;
    width: 500px;
    height: 668px;
    top: 100%;
    left: 0;
    box-shadow: 0 6px 10px -8px rgb(0 0 0 / 50%);
    background-color: #fff;
}

.car-search-widget.show {
    display: block !important;
}

.car-search-widget iframe {
    border: 0px;
    overflow-x: hidden;
    visibility: inherit;
    width: 100%;
    height: 668px;
}

/**/
.site-identity {
    display: block;
    float: left;
    width: 100%;
    max-width: 394px;
    text-align: center;
	height: 110px;
}

.logo-link,
.logo-link:link,
.logo-link:visited,
.logo-link:active,
.logo-link:hover {
    display: block;
    padding: 16px 10px 15px 10px;
}

.logo-link img,
.logo-link:link img,
.logo-link:visited img,
.logo-link:active img,
.logo-link:hover img {
    display: inline-block;
    width: 100%;
    max-width: 340px;
}

.site-identity.mobile {
    display: none;
    width: 100%;
    text-align: center;
    z-index: 999;
}

/**/
.contact-info {
    display: block;
    float: right;
}

.cif-btn,
.cif-btn:link,
.cif-btn:visited {
    display: block;
    width: 110px;
    height: 110px;
    background: #f56c1d;
    padding: 39px;
}

.cif-btn:active,
.cif-btn:hover {
    background: #cecece;
}

.cif-btn .cif-icon,
.cif-btn:link .cif-icon,
.cif-btn:visited .cif-icon {
    display: block;
    width: 32px;
    height: 32px;
    background: transparent url('../../images/krcs_sprites.svg') no-repeat 0 -102px;
    background-size: 120px auto;
}

.cif-btn:active .cif-icon,
.cif-btn:hover .cif-icon {
    transform: scale(1.05);
}

.cif-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 275px;
    height: auto;
    background-color: #fff;
    box-shadow: 0 6px 10px -8px rgb(0 0 0 / 50%);
    border-top: 1px solid #a6a6a6;
    padding: 0;
    z-index: 999;
}

.cif-dropdown.show {
    display: block;
}

.cif-btn.active,
.cif-btn.active:link,
.cif-btn.active:visited,
.cif-btn.active:active,
.cif-btn.active:hover {
    background: #cecece;
    z-index: 998;
}

.cif-col {
    display: block;
    margin: 0;
    text-align: center;
    padding: 15px;
}

.cif-dropdown .cif-col:last-of-type {
    margin: 0;
}

.cif-col span {
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    color: #2c2c2c;
    font-size: 18px;
    line-height: 20px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 5px;
}

.cif-col span:nth-of-type(2) {
    margin-top: 10px;
}

.cif-col a,
.cif-col a:link,
.cif-col a:visited {
    display: block;
    font-size: 18px;
    line-height: 25px;
    color: #0064a6;
	font-family: 'Mulish', sans-serif;
}

.cif-col a:active,
.cif-col a:hover {
    color: #f56c1d;
}

.cif-col.red a,
.cif-col.red a:link,
.cif-col.red a:visited {
    color: #ffffff;
}

.cif-col.red {
    background: #f20018;
}

.cif-col a.red-text {
    color: red !important;
    font-weight: 600;
}

.cif-col.last {
    background: #e7e7e7;
}

.cif-col.last a.default-button.style1.sm {
	margin: 0 auto;
}

.cif-col a img,
.cif-col a:link img,
.cif-col a:visited img,
.cif-col a:active img,
.cif-col a:hover img {
    display: block;
    width: 25px;
    width: 40px;
    margin-top: -7px;
}

.cif-col.red span {
    color: #760611;
}

.cif-wa {
    width: 150px;
}

.cif-overlayer {
    display: none;
    position: fixed;
    background-color: rgb(74 74 74 / 60%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 995;
    cursor: pointer;
}

.cif-overlayer.show {
    display: block;
}



/**/
.menu-wrapper {
    display: block;
    float: right;
}

.navigation-link {
    display: block;
    vertical-align: top;
    padding: 38px 30px;
    font-size: 25px;
    line-height: 22px;
    color: #2c2c2c;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    border-left: 1px solid #a6a6a6;
    border-right: 1px solid #a6a6a6;
	height: 110px;
}

.navigation-link:hover {
    background: #cecece;
}

.navigation-link.active{
    background: #ffffff;
    z-index: 998;
}

.nav-icon {
    display: inline-block;
    width: 27px;
    margin-right: 10px;
}

.nav-icon:before,
.nav-icon:after,
.nav-icon span {
    background: #2c2c2c;
    content: "";
    display: block;
    height: 4px;
    margin: 5px 0;
    transition: 0.5s;
}

.navigation-link.active .nav-icon:before {
    transform: translate(0px,9px) rotate(-135deg);
}

.navigation-link.active .nav-icon:after {
    transform: translate(0px,-9px) rotate(135deg);
}

.navigation-link.active .nav-icon span {
    transform: scale(0);
}

.navigation-link .label {
    display: inline-block;
    vertical-align: top;
    line-height: 32px;
}

.main-menu {
    display: none;
    position: absolute;
    width: 425px;
    background-color: #ffffff;
    box-shadow: 0 6px 10px -8px rgb(0 0 0 / 50%);
    top: 100%;
    right: 0;
    z-index: 999;
}

.main-menu ul {
    display: block;
}

.main-menu ul li {
    display: block;
    border-top: 1px solid #a6a6a6;
}

.main-menu ul li.has-sub .sub-menu {
    display: none;
}

.main-menu ul li a,
.main-menu ul li a:link,
.main-menu ul li a:visited {
    display: block;
    padding: 25px;
    font-size: 24px;
    line-height: 25px;
    color: #0064a6;
    text-transform: uppercase;
    font-weight: 600;
}

.main-menu ul li a:active,
.main-menu ul li a:hover {
    color: #ffffff;
    background-color: #f56c1d;
}

.main-menu ul li.has-sub a,
.main-menu ul li.has-sub a:link,
.main-menu ul li.has-sub a:visited,
.main-menu ul li.has-sub a:active,
.main-menu ul li.has-sub a:hover {
    padding-right: 50px;
}

.main-menu ul li.has-sub > a::before,
.main-menu ul li.has-sub > a:link::before,
.main-menu ul li.has-sub > a:visited::before {
    display: block;
    position: absolute;
    content: "";
    background: transparent url('../../images/krcs_sprites.svg') no-repeat 0 -160px;
    background-size: 120px auto;
    width: 27px;
    height: 21px;
    right: 20px;
    top: 28px;
    transform: rotate(90deg) scale(0.8);
}

.main-menu ul li.has-sub > a:active::before,
.main-menu ul li.has-sub > a:hover::before {
    background-position: -28px -160px;
}

.main-menu ul li.has-sub.opne > a::before, 
.main-menu ul li.has-sub.opne > a:link::before, 
.main-menu ul li.has-sub.opne > a:visited::before {
    transform: rotate(270deg) scale(0.8);
}

.main-menu ul li ul.sub-menu li a,
.main-menu ul li ul.sub-menu li a:link,
.main-menu ul li ul.sub-menu li a:visited {
    font-size: 20px;
    line-height: 21px;
    background-color: #ffffff;
    padding: 10px 10px 10px 40px;
    color: #2c2c2c;
    font-weight: 400;
}

.main-menu ul li ul.sub-menu li a:active,
.main-menu ul li ul.sub-menu li a:hover {
    color: #f56c1d;
}

.main-menu ul li ul.sub-menu li {
    border: none;
}

ul.sub-menu {
    border-top: 1px solid #a6a6a6;
    padding: 10px 0;
}

.main-menu ul li.has-sub.opne .sub-menu {
    display: block;
}

.main-menu ul li ul.sub-menu li a::before {
    top: 17px;
}

.menu-overlayer {
    display: none;
    position: fixed;
    background-color: rgb(74 74 74 / 60%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 995;
    cursor: pointer;
}

.menu-overlayer.show {
    display: block;
}


/**/
.social-media {
    display: block;
    float: right;
    vertical-align: top;
}

a.sm-link,
a.sm-link:link,
a.sm-link:visited,
a.sm-link:active,
a.sm-link:hover {
    display: block;
    width: 110px;
    height: 110px;
    padding: 38px;
}

a.sm-link .sm-fb-icon,
a.sm-link:link .sm-fb-icon,
a.sm-link:visited .sm-fb-icon {
    display: block;
    background: transparent url('../../images/krcs_sprites.svg') no-repeat 0 -43px;
    background-size: 120px auto;
    width: 34px;
    height: 34px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

a.sm-link:active .sm-fb-icon,
a.sm-link:hover .sm-fb-icon {
    background-position: -34px -43px;
}



/* --- Inner Container style --- */
.inner-container {
    display: block;
    min-height: 540px;
}

/* Slider */
.slider-wrapper {
    display: block;
    width: 100%;
    padding-left: 500px;
}

.slider-item {
    display: block;
    width: 100%;
    height: 700px;
}

.royalSlider {
	width: 100%;
	height: 668px;
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0);
}


.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
    cursor: pointer;
    position: absolute;
    bottom: 30px;
    width: 45px;
    height: 45px;
    background: #f56c1d;
	opacity: 1;
    z-index: 99;
    text-align: center;
    padding: 12px 5px;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}

.rsArrow:hover, 
.rsNav:hover, 
.rsThumbsArrow:hover {
    background: #e86317;
}

.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}

.rsArrow.rsArrowRight {
    right: 30px;
}

.rsArrow.rsArrowLeft {
    right: 85px;
}

.rsArrowIcn {
    display: inline-block;
    width: 27px;
    height: 21px;
    background: transparent url('../../images/krcs_sprites.svg') no-repeat 0 0;
    background-size: 120px auto;
}

.rsArrow.rsArrowLeft .rsArrowIcn {
    background-position: 0 -135px;
}

.rsArrow.rsArrowRight .rsArrowIcn {
    background-position: -27px -135px;
}

.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
    background-position: bottom center;
}

.slider-image {
    display: block;
    width: 100%;
    height: 100%;
    background-position: bottom center;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

img.rsImg {
	max-width: none;
}

.grab-cursor {
	cursor:url(grab.png) 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url(grabbing.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url(blank.gif);
}

.slider-content-wrapper {
    display: block;
    position: absolute;
    bottom: 0;
    padding: 30px 170px 30px 30px;
    width: 100%;
}

.slider-content-wrapper h2 {
    font-size: 40px;
    line-height: 45px;
    color: #2c2c2c;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 10px;
	font-weight: 600;
}

.slider-content-wrapper h1 {
    font-size: 40px;
    line-height: 45px;
    color: #2c2c2c;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 10px;
	font-weight: 600;
}

.slider-content-wrapper h2::before {
    display: block;
    position: absolute;
    content: "";
    width: 135px;
    height: 4px;
    background: #0064a6;
    bottom: 0;
}

.slider-content-wrapper h1::before {
    display: block;
    position: absolute;
    content: "";
    width: 135px;
    height: 4px;
    background: #0064a6;
    bottom: 0;
}

.slider-content-wrapper p {
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    color: #2c2c2c;
    text-transform: uppercase;
    font-weight: 600;
    padding-right: 30px;
	margin-bottom: 0;
}

/**/
.hm-section-2 {
    display: block;
    padding: 50px 15px;
}

.vehicle-slider-wrapper {
    display: block;
    padding: 0 50px;
}

/**/
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	/* height: 100%; */
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

.vs-item {
    display: block;
    padding: 15px;
    text-align: center;
}

.vs-item img {
    display: block;
    width: 100%;
}

.slick-arrow {
    display: block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 45px;
    background: #f56c1d;
    opacity: 1;
    z-index: 99;
    text-align: center;
    padding: 12px 5px;
    border: none;
    outline: 0;
    overflow: hidden;
    text-indent: -9999px;
    transform: translateY(-50%);
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.slick-arrow:hover {
    background: #e86317;
}

.slick-prev.slick-arrow {
    left: -30px;
}

.slick-next.slick-arrow {
    right: -30px;
}

.slick-arrow::before {
    display: block;
    position: absolute;
    content: "";
    width: 27px;
    height: 21px;
    background: transparent url('../../images/krcs_sprites.svg') no-repeat 0 0;
    background-size: 120px auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.slick-prev.slick-arrow::before {
    background-position: 0 -135px;
}

.slick-next.slick-arrow::before {
    background-position: -27px -135px;
}

.btn-row {
    display: block;
    margin-top: 25px;
    text-align: center;
}

/**/
.hm-section-3 {
    display: block;
}

.hm-col {
    display: block;
    float: left;
    width: 33.33%;
}

.hms-img-col {
    display: block;
    width: 100%;
    min-height: 650px;
    cursor: pointer;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hms-img-col.half {
    min-height: 325px;
}

.hms-img-col::before {
    display: block;
    position: absolute;
    content: "";
    background: transparent url('../../images/img_block_bg.png') repeat-x left bottom;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.hms-content {
    display: block;
    position: absolute;
    padding: 40px 80px 40px 40px;
    width: 100%;
    bottom: 0;
    left: 0;
}

.hms-img-col:hover .hms-content {
    bottom: 20px;
}

.hms-content h4 {
    font-size: 34px;
    line-height: 35px;
    color: #fff;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.hms-content h5 {
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    margin: 0;
    font-weight: 400;
/*     text-transform: uppercase; */
}

.hms-content .default-button.icon {
    position: absolute;
    bottom: 40px;
    right: 40px;
}

/*tab*/
.hm-section-4 {
    display: block;
    padding: 50px;
}

.tab-inner-col {
    display: table;
    width: 100%;
    /* height: 100%; */
}

.tab-image {
    display: table-cell;
    width: 30%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tab-content {
    display: table-cell;
    vertical-align: top;
    padding: 40px;
}

.tab-content h4 {
    font-size: 28px;
    line-height: 35px;
    color: #2c2c2c;
    margin-bottom: 20px;
    text-transform: uppercase;
}


.tab-title-wp {
    display: block;
}

.tab-title-wp ul {
    display: block;
    width: 100%;
}

.tab-title-wp ul li {
    display: block;
    width: 25%;
    float: left;
    text-align: center;
    color: rgb(0, 100, 166);
    font-size: 24px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 10px;
    border: 1px solid #d3d3d3;
    border-bottom: none;
    cursor: pointer;
}

.tab-title-wp ul li:hover {
    letter-spacing: 0.2px;
}

.tab-title-wp ul  li.active {
    background: #f56c1d;
    color: #2c2c2c;
    border-color: #f56c1d;
}

.tabs {
    display: block;
}

.tab-title-mobile {
    display: none;
    color: #0064a6;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 40px 15px 15px;
    border: 1px solid #d3d3d3;
    cursor: pointer;
}

.tab-title-mobile::before {
    display: block;
    position: absolute;
    content: "";
    width: 27px;
    height: 21px;
    background: transparent url(../../images/krcs_sprites.svg) no-repeat -27px -135px;
    background-size: 120px auto;
    right: 13px;
    transform: rotate(90deg) scale(0.7);
}

.tab-title-mobile.active::before {
    transform: rotate(-90deg) scale(0.7);
}

.tab-item.show {
    display: block;
}

.tab-item {
    display: none;
    border: 2px solid #d3d3d3;
    border-top-color: #f56c1d;
}

.tab-title-mobile.active {
    background: #f56c1d;
    color: #2c2c2c;
    border-color: #f56c1d;
}


/**/
.hm-section-5 {
    display: block;
    padding: 50px;
    background-color: #2a2a2a;
}

.title-2.light {
    color: #fff;
}

h2.title-2 span.sub-title {
    display: block;
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
	padding: 5px 0;
}

.hm-section-5::before {
    display: block;
    position: absolute;
    content: "";
    background: transparent url('/wp-content/uploads/2021/12/srilanka_map-1-2.svg') no-repeat center center;
    width: 30%;
    height: 100%;
    top: 0;
    left: 0;
}

.location-slider-wrapper {
    display: block;
    padding-left: 30%;
    padding-top: 40px;
}

.s-location {
    padding: 15px;
    cursor: pointer;
    overflow: hidden;
}

span.location-image {
    display: block;
    width: 100%;
    min-height: 200px;
    background-size: cover;
}

.s-location:hover {
    transform: scale(1.02);
}

span.location-image::before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: transparent url(../../images/img_block_bg.png) repeat-x 0 0;
    background-size: auto 100%;
}

.s-location h4 {
    font-size: 38px;
    line-height: 42px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 30px;
    width: 100%;
    padding-right: 100px;
    padding-left: 25px;
}

.s-location .default-button.icon {
    position: absolute;
    bottom: 30px;
    right: 40px;
}

.location-slider .slick-dots {
    padding: 15px 15px 0 15px;
}

.location-slider .slick-dots li {
    display: inline-block;
    margin-right: 5px;
}

.location-slider .slick-dots li button {
    display: block;
    background: #747474;
    border: none;
    outline: 0;
    width: 40px;
    height: 6px;
    overflow: hidden;
    text-indent: -999px;
}

.location-slider .slick-dots li.slick-active button {
    background: #f56c1d;
}

/**/
.hm-section-6 {
    display: block;
    padding: 50px;
	min-height: 507px;
	background: #f3f3f3;
}

.cw-col {
    padding: 15px;
}

.cw-col-inner {
    display: block;
    border: 1px solid #bbbbbb;
    padding: 20px;
}

.cw-col-inner img {
    width: 120px;
    margin-bottom: 10px;
}

.cw-col-inner p {
    font-size: 14px;
}

dl.cw-autor {
    display: table;
    width: 100%;
}

dl.cw-autor dt {
    display: table-cell;
    width: 42px;
}

dl.cw-autor dt img {
    width: 100%;
    margin: 0;
}

dl.cw-autor dd {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
    font-size: 14px;
    line-height: 21px;
}


/* --- Footer style --- */
.footer {
    display: block;
    background: #2a2a2a;
    padding: 30px 30px 20px 30px;
}

.ft-col {
    display: block;
    float: left;
    width: 50%;
    vertical-align: top;
}

.ft-nav {
    display: block;
    margin-bottom: 30px;
    margin-top: 10px;
}

.ft-nav ul {
    display: block;
    margin: 0;
}

.ft-nav ul li {
    display: inline-block;
    margin-right: 15px;
}

.ft-nav ul li a {
    color: #b0b0b0;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
}

.ft-nav ul li a:hover {
    color: #f48434;
}

.ft-text {
    display: block;
    font-size: 15px;
    color: #b0b0b0;
    margin: 15px 0 0 0;
}

.ft-text a {
    color: #b0b0b0;
}

.ft-text a:hover {
    color: #f48434;
}

.ft-text.right {
    text-align: right;
}

.ft-logoes {
    display: block;
    text-align: right;
}

.ft-logoes img {
    height: 50px;
}


/* --- Inner pages --- */

.page-header {
    display: block;
    padding: 0 110px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.inner-content-section {
    display: block;
    min-height: 450px;
}

.title-wrapper {
    display: block;
    position: relative;
    background: transparent url('../../images/page_title_bg.png') repeat-x bottom left;
    width: 100%;
    max-width: 380px;
    padding: 0;
    min-height: 280px;
}

.title-wrapper-inner {
    display: block;
    position: absolute;
    padding: 25px;
    width: 100%;
    left: 0;
    bottom: 0;
}

.title-wrapper h2 {
    font-size: 44px;
    line-height: 45px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.title-wrapper h1 {
    font-size: 44px;
    line-height: 45px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.title-wrapper h2::before {
    display: block;
    position: absolute;
    content: "";
    width: 135px;
    height: 4px;
    background: #0064a6;
    bottom: 0;
}
.title-wrapper h1::before {
    display: block;
    position: absolute;
    content: "";
    width: 135px;
    height: 4px;
    background: #0064a6;
    bottom: 0;
}

.breadcrumb-wrapper {
    display: block;
    margin: 10px 0 0 0;
    padding: 0;
}

.breadcrumbs {
    display: block;
}

.breadcrumbs a,
.breadcrumbs a:link,
.breadcrumbs a:visited {
    font-size: 15px;
    line-height: 17px;
    color: #fff;
    text-decoration: underline;
    margin-right: 28px;
}

.breadcrumbs a:active,
.breadcrumbs a:hover {
    color: #f56c1d;
}

.breadcrumbs a::before {
    display: block;
    position: absolute;
    content: "";
    background: url('../../images/right-arrow.png') no-repeat 0 0;
    width: 17px;
    height: 13px;
    top: 3px;
    right: -23px;
}

.breadcrumbs span {
    font-size: 15px;
    line-height: 17px;
    color: #fff;
}


.hm-container {
    display: block;
    padding: 50px 110px;
}

.hm-container-2 {
    display: block;
    padding: 50px;
}

.hm-left-col {
    display: block;
    float: left;
    width: 50%;
    padding-right: 25px;
}

.hm-right-col {
    display: block;
    float: left;
    width: 50%;
    padding-left: 25px;
}

.img-box {
    display: block;
    padding: 0;
}

.img-box img {
    width: 100%;
}

.inner-content-section h3 {
    font-size: 24px;
    line-height: 25px;
    color: #2c2c2c;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.inner-content-section h3.title-3 {
    font-size: 40px;
    line-height: 41px;
    color: #2c2c2c;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.inner-content-section h3.title-3::before {
    display: block;
    position: absolute;
    content: "";
    width: 135px;
    height: 4px;
    background: #0064a6;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.inner-content-section h4 {
    font-size: 23px;
    line-height: 24px;
    color: #2c2c2c;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.inner-content-section h5 {
    font-size: 18px;
    line-height: 20px;
    color: #2c2c2c;
    margin-bottom: 10px;
    font-weight: 400;
}

.inner-content-section a {
    color: #0064a6;
}

.inner-content-section .underline {
    text-decoration: underline !important;
}

.text-red {
    color: #f10017 !important;
}

.separator {
    display: block;
    width: 100%;
    height: 1px;
    background: #b5b5b5;
}

.space-20 {
    display: block;
    width: 100%;
    height: 20px;
}
.comp-general-content .inner-gen {
    padding: 30px;
    margin-right: 4%;
}

.comp-general-content .inner-gen ul{
    margin: 0 0 20px 20px;
}
.comp-general-content .inner-gen h2{
    font-weight: bold;
    font-size: 24px; 
}
.comp-general-content .inner-gen h3{
    font-size: 20px;
}

.comp-general-content .inner-gen ul li{
    display: block;
    font-family: 'Mulish', sans-serif;
    color: #2c2c2c;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 10px;
    padding-left: 25px;
}

.comp-general-content .inner-gen ol{
    margin: 0 0 20px 20px;
}

.comp-general-content .inner-gen ol > li {

    font-family: 'Mulish', sans-serif;
    color: #2c2c2c;
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 10px;
    padding-left: 5px;
}

.comp-general-content .inner-gen ol > li strong {
    font-family: 'Roboto Condensed', sans-serif !important;
	font-weight:900 !important;
}

.comp-general-content .inner-gen ol > li > * {
    font-family: 'Mulish', sans-serif !important;
    color: #2c2c2c;
    font-size: 16px;
    line-height: 22px;
}

.comp-general-content .inner-gen ol li * {
    font-family: 'Mulish', sans-serif !important;
    color: #2c2c2c;
    font-size: 16px;
    line-height: 22px;
}

.comp-general-content .inner-gen ol li ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

.comp-general-content .inner-gen ul li::before {
    display: block;
    position: absolute;
    content: "";
    width: 18px;
    height: 3px;
    background: #0064a6;
    top: 10px;
    left: 0;
}

.comp-general-content .inner-gen h1{
    font-weight: 700;
    margin-bottom: 40px;
}

.comp-general-content .inner-gen h3 {
    font-size: 24px;
    line-height: 25px;
    color: #2c2c2c;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.comp-general-content .inner-gen h3.title-3 {
    font-size: 40px;
    line-height: 41px;
    color: #2c2c2c;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.comp-general-content .inner-gen h3.title-3::before {
    display: block;
    position: absolute;
    content: "";
    width: 135px;
    height: 4px;
    background: #0064a6;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.comp-general-content .inner-gen h4 {
    font-size: 23px;
    line-height: 24px;
    color: #2c2c2c;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.comp-general-content .inner-gen h5 {
    font-size: 18px;
    line-height: 20px;
    color: #2c2c2c;
    margin-bottom: 10px;
    font-weight: 400;
}

.comp-general-content .inner-gen a {
    color: #0064a6;
}

.comp-general-content .inner-gen .underline {
    text-decoration: underline !important;
}

.comp-general-content .inner-gen table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 30px 0;
    border: 1px solid #b5b5b5;
}

.comp-general-content .inner-gen table tr:nth-of-type(even) {
	background: #d0dee7;
}

.comp-general-content .inner-gen table th {
	background: #d0dee7;
    color: #2c2c2c;
    font-weight: 600;
    font-size: 18px;
    line-height: 19px;
    text-transform: uppercase;
}

.comp-general-content .inner-gen table td, 
.comp-general-content .inner-gen table th {
	padding: 15px;
	text-align: left;
	font-size: 16px;
    line-height: 18px;
}

.comp-general-content .inner-gen table td span {
    font-size: 22px;
    line-height: 23px;
}

.comp-general-content .inner-gen .blg-widget ul li::before {
    width: 27px;
    height: 21px;
    background: transparent url(../../images/krcs_sprites.svg) no-repeat 0 -160px;
    background-size: 120px auto;
    transform: scale(0.6);
    top: 1px;
    left: 0;
}

.comp-general-content .inner-gen .blg-widget ul {
    margin: 0 0 20px 0;
}

.comp-general-content .inner-gen .blg-widget ul li {
    padding-left: 30px;
}

.comp-general-content .inner-gen .blg-widget ul li a {
    text-decoration: underline;
}

.comp-general-content .inner-gen .blg-widget ul li a:hover {
    color: #f56c1d;
}

.comp-general-content .inner-gen a.default-button {
    color: #373737;
}

.comp-general-content .inner-gen h3.title-3 span {
    display: block;
    font-size: 20px;
    line-height: 20px;
    padding-left: 10px;
    font-weight: 500;
}

.comp-general-content .inner-gen p strong,
.comp-general-content .inner-gen ul li strong,
.comp-general-content .inner-gen ol li strong {
	font-weight: 900 !important;
}

.comp-general-content .inner-gen ol li h3 {
    margin-bottom: 10px;
}

/* For service listing styles */
.comp-service-listing {
    margin-bottom: 60px;
    padding: 30px;
    display: block;
    float: left;
}

.comp-service-listing .service-card {
    font-family: 'Mulish', sans-serif;
    color: #2c2c2c;
    font-size: 16px;
    line-height: 25px;
    display: block;
    /* margin-bottom: 4%; */
    float: left;
    width: 46%;
    /* margin-right: 4%; */
    margin: 2%;
}

.comp-service-listing .service-img {
    display: block;
    margin-bottom: 20px;
}

.comp-service-listing .service-img img {
    width: 100%;
    height: auto;
}

.comp-service-listing .service-cont {
    /* Content area of the service card */
}

.comp-service-listing .service-title {
    /* Title wrapper */
}

.comp-service-listing .service-title h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 25px;
}

.comp-service-listing .service-desc {
    font-family: 'Mulish', sans-serif;
    color: #2c2c2c;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
}

.comp-service-listing .default-button.style1 {
    /* Read more button */
}
/* For service listing styles end */

.inner-content-section ul {
    margin: 0 0 20px 20px;
}

.inner-content-section ul li {
    display: block;
    font-family: 'Mulish', sans-serif;
    color: #2c2c2c;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 10px;
    padding-left: 25px;
}

.inner-content-section ol {
    margin: 0 0 20px 0;
}

.inner-content-section ol > li {
    font-family: 'Mulish', sans-serif;
    color: #2c2c2c;
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 10px;
    padding-left: 5px;
}

.inner-content-section ol > li strong {
    font-family: 'Roboto Condensed', sans-serif !important;
	font-weight:900 !important;
}

.inner-content-section ol a {
	color:#0064a6 !important;
}

.inner-content-section ol > li > * {
    font-family: 'Mulish', sans-serif !important;
    color: #2c2c2c;
    font-size: 16px;
    line-height: 22px;
}

.inner-content-section ol li * {
    font-family: 'Mulish', sans-serif !important;
    color: #2c2c2c;
    font-size: 16px;
    line-height: 22px;
}

.inner-content-section ol li ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

.inner-content-section ul li::before {
    display: block;
    position: absolute;
    content: "";
    width: 18px;
    height: 3px;
    background: #0064a6;
    top: 10px;
    left: 0;
}

/**/
.vf-vehicle-row {
    display: block;
    text-align: center;
    margin-bottom: 50px;
    width: 100%;
}

.vf-vehicle-sl-col {
    padding: 10px;
}

.vf-vehicle-col {
    display: block;
    border: 1px solid #b5b5b5;
    text-align: left;
    margin: 0.5%;
    transform-style: preserve-3d;
    padding: 30px 30px 72px 30px;
    cursor: pointer;
}

.vf-vehicle-col:hover {
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
}

.vf-content {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    padding: 30px 30px 72px 30px;
    opacity: 0;
    transform: scale(0.8);
}

.vf-vehicle-col .vf-content h3 {
    margin-bottom: 10px;
}

.vf-vehicle-col .vf-content p {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}

.vf-vehicle-col:hover .vf-content {
    opacity: 1;
    transform: scale(1);
}

.vf-vehicle-row .slick-prev.slick-arrow {
    left: -40px;
    transform: scale(0.75);
}

.vf-vehicle-row .slick-next.slick-arrow {
    right: -40px;
    transform: scale(0.75);
}

.vf-vehicle-row .slick-track {
    margin:auto;
}

.vf-vehicle-col .default-button {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.vf-vehicle-col .default-button {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.vf-image-box {
    display: block;
    margin-bottom: 20px;
}

.vf-image-box img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.vf-vehicle-col h5 {
    font-size: 18px;
    line-height: 20px;
    color: #2c2c2c;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.vf-vehicle-col h3 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 0;
}

.vf-vehicle-col h4 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 30px;
}

.vf-options {
    display: block;
    font-size: 20px;
    line-height: 22px;
    color: #2c2c2c;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}

.vf-options span {
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
	color: #f56c1d;
}

/**/
.inner-content-section table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 30px 0;
    border: 1px solid #b5b5b5;
}

.inner-content-section table tr:nth-of-type(even) {
	background: #d0dee7;
}

.inner-content-section table th {
	background: #d0dee7;
    color: #2c2c2c;
    font-weight: 600;
    font-size: 18px;
    line-height: 19px;
    text-transform: uppercase;
}

.inner-content-section table td, 
.inner-content-section table th {
	padding: 15px;
	text-align: left;
	font-size: 16px;
    line-height: 18px;
}

.inner-content-section table td span {
    font-size: 22px;
    line-height: 23px;
}

/**/

.addon-row {
    display: block;
}

.addon-col {
    display: block;
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    border: 1px solid #b5b5b5;
    padding: 20px 20px 20px 0;
    min-height: 195px;
}

.addon-row .addon-col:nth-of-type(2n+2) {
    margin-right: 0;
}

.add-main-tb {
    display: table;
    width: 100%;
}

.add-image {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
}

.add-image img {
    display: block;
    width: 100%;
}

.add-content {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
}

.add-last {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    padding-left: 5%;
}

.add-content h5 {
    text-transform: uppercase;
    font-weight: 600;
}

.add-content p {
    margin: 0;
}

.add-last .currency {
    display: inline-block;
    font-size: 18px;
	color: #f10017;
}

.add-last .price {
    display: inline-block;
	color: #f10017;
    font-size: 32px;
}

.add-last .price-sub {
    display: inline-block;
	color: #f10017;
}

.add-last .p-time {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}

/**/
.hm-container-1 {
    display: block;
    padding: 50px;
}

.hm-col-2 {
    display: block;
    float: left;
    width: 48.5%;
    margin-right: 3%;
}


.hm-col-2:nth-of-type(2n+2) {
    margin-right: 0;
}

.add-main-tb.location {
    border: 1px solid #b5b5b5;
    padding: 15px;
    margin-bottom: 0;
	display: table !important;
}

.location .add-image {
    width: 20%;
}

.location .add-image img {
    padding: 10px;
    width: 110px;
}

.location .add-content {
    width: 40%;
    padding: 0 0 0 15px;
}

.location .add-last {
    width: 40%;
    padding-left: 15px;
    vertical-align: middle;
}

.location .add-last h6 {
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    margin-bottom: 2px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
}

.location .add-last p {
    margin: 0;
}

.add-last .location-pchg {
	font-size: 11px;
    font-family: 'Roboto Condensed', sansinherit;
    font-weight: 600;
}

.add-last .location-pchg {
	color: #f56c1d;
    font-weight: 600;
    font-size: 14px;
}

.add-main-tb.location p {
    line-height: 20px;
    font-size: 14px;
    text-align: left;
}

/**/
.blog-container {
    display: block;
    float: left;
    width: 75%;
    padding-right: 30px;
}

.blog-sidebar {
    display: block;
    float: left;
    width: 25%;
    border: 1px solid #b5b5b5;
    padding: 30px;
}

.blog-post {
    display: block;
    margin-bottom: 4%;
    float: left;
    width: 48%;
    margin-right: 4%;
}

.blog-post {
    font-size: 16px;
    font-family: 'Mulish', sans-serif;
    color: #2c2c2c;
    font-size: 16px;
    line-height: 25px;
}
.pagination-wrapper{
    /* display: flex;
    justify-content: center;
    flex-direction: row; */
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination-wrapper .page-numbers.current {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -0.18px;
    position: relative;
    text-decoration: underline;
}
.pagination-wrapper .page-numbers {
    text-decoration: none;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -0.18px;
    position: relative;
}
.pagination-wrapper .page-numbers .slick-arrow{
    transform: translate(0,-50%);
    width: 35px;
    height: 35px;
}
.pagination-wrapper .page-numbers .slick-arrow::before{
    /* width: 20px;
    height: 15px; */
    /* height: 22px; */
}

.blog-post:nth-of-type(2n+2) {
    margin-right: 0;
}

.blog-image {
    display: block;
    margin-bottom: 20px;
}

.blog-image img {
    width: 100%;
    height: auto;
}

.blog-date {
    display: block;
    position: absolute;
    background: transparent url('../../images/page_title_bg.png') repeat-x bottom left;
    height: 100%;
    width: 120px;
    bottom: 0;
    left: 30px;
    padding: 20px;
}

.blog-date span {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    width: 100%;
    bottom: 20px;
    text-align: center;
    left: 0;
    text-transform: uppercase;
}

.blog-post h3 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
	margin-top: 25px;
}

.blog-post h3 a {
    color: #2c2c2c;
}

.blg-widget {
    display: block;
    margin-bottom: 25px;
}

.blog-sidebar .blg-widget:nth-of-type(3) {
    margin-bottom: 0;
}

.blg-widget h4 {
    font-size: 22px;
    line-height: 23px;
    text-transform: uppercase;
    color: #2c2c2c;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.blg-widget h4::before {
    display: block;
    position: absolute;
    content: "";
    width: 70px;
    height: 3px;
    background: #0064a6;
    bottom: 0;
}

.inner-content-section .blg-widget ul li::before {
    width: 27px;
    height: 21px;
    background: transparent url(../../images/krcs_sprites.svg) no-repeat 0 -160px;
    background-size: 120px auto;
    transform: scale(0.6);
    top: 1px;
    left: 0;
}

.inner-content-section .blg-widget ul {
    margin: 0 0 20px 0;
}

.inner-content-section .blg-widget ul li {
    padding-left: 30px;
}

.inner-content-section .blg-widget ul li a {
    text-decoration: underline;
}

.inner-content-section .blg-widget ul li a:hover {
    color: #f56c1d;
}

/**/
.blog-post.single {
    width: 100% !important;
}

/* Contact page */
.cp-top-row {
    display: flex;
    width: 100%;
}

.cp-col-3 {
    display: block;
    width: 32.33%;
    margin-right: 2%;
}

.cp-col-3:nth-of-type(3) {
    margin: 0;
}

.cp-col-3.cpc-1 {
    background: #d7e9fb;
    padding: 35px;
}

.cp-col-3.cpc-1 h4 {
    font-weight: 600;
    font-size: 32px;
}

.cp-col-3.cpc-1 p {
    color: #000;
}

.cp-col-3.cpc-1 p:last-child {
    margin: 0;
}

.cpi-row-1 {
    display: block;
    background: #f20018;
    padding: 25px 10px 20px 120px;
}

.cpi-row-1 h4 {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
	color: #760611;
}

.cpi-row-1 p {
    margin: 5px 0;
    font-size: 20px;
}

.cpi-row-1 p a {
    color: #fff;
}

.cpi-row-1 .rs-icon {
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    background: transparent url(../../images/krcs_sprites.svg) no-repeat 0 -182px;
    background-size: 120px auto;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.cp-col-3.cpc-2 {
    border: 1px solid #b5b5b5;
}

.cpi-row-2 {
    display: block;
    padding: 20px 10px 15px 120px;
}

.cpi-row-2 h4 {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}

.cpi-row-2 p {
    display: inline-block;
    margin: 5px 20px 5px 0;
    font-size: 20px;
}

.cpi-row-2 p a {
    color: #2c2c2c;
}

.cpi-row-2 .g-icon {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    background: transparent url(../../images/krcs_sprites.svg) no-repeat 0 -245px;
    background-size: 120px auto;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.cp-col-3.cpc-3 {
    border: 1px solid #b5b5b5;
    padding: 12px 0;
}

.cp-cinfo {
    display: block;
    padding: 18px 10px 18px 120px;
    text-align: left;
    font-size: 16px;
    font-family: 'Mulish', sans-serif;
}

.cp-cinfo a {
    color: #0064a6;
    font-family: 'Mulish', sans-serif;
}

a.live-chat-links {
    display: inline-block;
    width: 64px;
    margin: 5px;
}

.cp-cinfo .mail-icon {
    display: block;
    position: absolute;
    width: 35px;
    height: 24px;
    background: transparent url(../../images/krcs_sprites.svg) no-repeat 0 -286px;
    background-size: 120px auto;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.cp-cinfo .location-icon {
    display: block;
    position: absolute;
    width: 28px;
    height: 45px;
    background: transparent url(../../images/krcs_sprites.svg) no-repeat 0 -310px;
    background-size: 120px auto;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.cp-cinfo .time-icon {
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    background: transparent url(../../images/krcs_sprites.svg) no-repeat 0 -355px;
    background-size: 120px auto;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}

h4.cf-title {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.rf-indicator {
    display: block;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 30px;
    padding-left: 10px;
    border-left: 3px solid #0064a6;
}

.cf-form-row {
    display: block;
    position: relative;
}

.cf-left-col {
    display: block;
    float: left;
    width: 66.66%;
}

.cf-right-col {
    display: block;
    float: right;
    width: 22.33%;
    margin-left: 11%;
    min-height: 307px;
    background-color: #d7e9fb;
    border: 1px solid #878787;
    text-align: center;
    padding: 30px;
}

.or {
    display: block;
    position: absolute;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    left: -29%;
    top: 50%;
    transform: translateY(-50%);
}

.or::after,
.or::before {
    display: block;
    position: absolute;
    content: "";
    width: 2px;
    height: 120px;
    background-color: #000;
    left: 50%;
    margin-left: -1px;
}

.or {
    display: block;
    position: absolute;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    left: -29%;
    top: 50%;
    transform: translateY(-50%);
}

.or::before {
    top: -140px;
}

.or::after {
    bottom: -140px;
}

.cf-right-col h4 {
    font-size: 24px;
    line-height: 25px;
    font-weight: 600;
}

.cf-right-col .chat-icon {
    display: inline-block;
    width: 120px;
    height: 110px;
    background: transparent url(../../images/krcs_sprites.svg) no-repeat 0 -390px;
    background-size: 120px auto;
    margin: 15px 0 20px 0;
}

.form-col {
    display: block;
    float: left;
    width: 48%;
    margin-right: 4%;
}

.form-col.full {
    width: 100%;
    margin-right: 0;
}

.f-input {
    display: block;
    margin-bottom: 20px;
}

.select-wp {
    display: block;
    width: 100%;
    overflow-x: hidden;
    border: 1px solid #b5b5b5;
    background: #fff url('../../images/down-arrow.svg') no-repeat;
    background-size: 18px 18px;
    background-position: 98% 15px;
}

.required .select-wp {
    border-right: 3px solid #0064a6;
}

.select-wp select {
    display: block;
    background: transparent;
    width: 110%;
    box-shadow: none;
    border: none;
    height: 45px;
    padding: 0 0 0 10px;
    font-size: 20px;
    outline: 0;
	-webkit-appearance: none;
}

.f-input input {
    display: block;
    width: 100%;
    border: 1px solid #b5b5b5;
    height: 45px;
    padding: 0 15px;
    font-size: 20px;
    outline: 0;
	-webkit-appearance: none;
}

.f-input textarea {
    display: block;
    width: 100%;
    border: 1px solid #b5b5b5;
    height: 175px;
    padding: 5px 15px;
    font-size: 20px;
    outline: 0;
	-webkit-appearance: none;
}

.f-input.required input,
.f-input.required textarea {
    border-right: 3px solid #0064a6;
}

textarea,
select,
option,
input.text,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="button"],
input[type="submit"],
.input-checkbox {
	-moz-appearance: none !important; 
	-webkit-appearance: none !important; 
	appearance: none !important;
	border-radius: 0 !important;
	-webkit-touch-callout: none !important;
}

.inner-content-section a.default-button {
    color: #373737;
}

a.default-button.full {
    max-width: 100%;
}

.hm-container.pt-0 {
    padding-top: 0;
}

.hm-container.pb-0 {
    padding-bottom: 0;
}

.hm-container .t-center {
    text-align: center;
}

.map-wp {
    display: block;
    margin: 10px 0;
    box-sizing: border-box;
}

/**/
.faq-wrapper {
    display: block;
    float: left;
}

.faq-col {
    display: block;
    border: 1px solid #2c2c2c;
    margin-top: 1.5%;
    padding: 20px 70px 20px 20px;
    width: 48.5%;
    float: left;
    margin-right: 1.5%;
}

.faq-wrapper .faq-col:nth-of-type(2n+2) {
    margin-right: 0;
}

.faq-col h4 {
    font-weight: 600;
    margin-bottom: 15px;
}

.faq-col p {
    margin: 0;
}

.faq-col .default-button {
    position: absolute;
    right: 25px;
    bottom: 20px;
}

input.wpcf7-submit.default-button.style1.full {
    max-width: 100%;
    border: 2px solid #f56c1d;
    color: #373737;
    background: #fff;
}

.wpcf7-form > .form-col:nth-of-type(3) {
    margin: 0;
}

.wpcf7-not-valid-tip {
    display: block;
    background: #dc3232;
    color: #fff !important;
    margin-top: 3px;
    padding: 5px;
}

.wpcf7-response-output {
    background: #ffb900;
    padding: 10px !important;
    text-align: center;
    font-weight: 600;
}

.wpcf7 form.failed .wpcf7-response-output, 
.wpcf7 form.aborted .wpcf7-response-output {
    background: #dc3232;
    color: #fff;
}

/**/
.hm-section-8 {
    display: block;
    padding: 50px;
    background-color: #f7f7f7;
}

.wcu-wrapper {
    display: block;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}

.wcu-wrapper .wcu-col {
    display: inline-block;
    width: 24%;
    max-width: 300px;
    padding: 2%;
    text-align: center;
    vertical-align: top;
    margin-top: 15px;
}

.wcu-wrapper .wcu-col img {
    display: inline-block;
    width: 130px;
    margin-bottom: 15px;
}

.wcu-wrapper .wcu-col h4 {
    font-family: 'Mulish', sans-serif;
    color: #2c2c2c;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
    vertical-align: top;
}

/* Discover sri lanka */
.page-header.full {
    min-height: 600px;
    padding: 30px;
}

.ds-title-inner {
    position: absolute;
    display: block;
    width: 100%;
    max-width: 700px;
    text-align: center;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.page-header.full::before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    left: 0;
    top: 0;
    z-index: 1;
}

.ds-title-inner h2 {
    font-size: 54px;
    line-height: 55px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.ds-title-inner p {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    margin: 0;
}

.ds-full-w {
    padding: 16px;
}

.ds-col-1 {
    display: block;
    float: left;
    width: calc(55% - 8px);
    margin-right: 16px;
}

.ds-col-2 {
    display: block;
    float: left;
    width: calc(45% - 8px);
}

.location-col {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.location-col::before {
    display: block;
    position: absolute;
    content: "";
    background: transparent url('/wp-content/uploads/2021/07/location_overlayer.png') repeat-x bottom left;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}

.ds-col-1 .location-col {
    min-height: 360px;
}

.dsc2-main-1 .location-col,
.dscm2-row-2 .location-col  {
    min-height: 548px;
}

.dscmr1-col .location-col  {
    min-height: 232px;
}

.dscmr1-col:nth-of-type(2) .location-col  {
    min-height: 300px;
}


.dsc1-half {
    display: block;
    float: left;
    width: calc(50% - 8px);
    margin-right: 16px;
}

.dsc1-full {
    display: block;
    float: left;
    width: 100%;
    margin: 16px 0;
}

.ds-col-1 .dsc1-half:nth-of-type(2), 
.ds-col-1 .dsc1-half:nth-of-type(5) {
    margin: 0;
}

.dsc2-main-1 {
    display: block;
    width: 100%;
    margin-bottom: 16px;
}

.dsc2-main-2 {
    display: block;
}

.dscm2-row-1 {
    display: block;
    float: left;
    width: calc(55% - 8px);
    margin-right: 16px;
}

.dscm2-row-2 {
    display: block;
    float: left;
    width: calc(45% - 8px);
}

.dscmr1-col {
    display: block;
    margin-bottom: 16px;
}

.dscmr1-col:nth-of-type(2) {
    margin-bottom: 0;
}

.location-col.cnt {
    background: #f56c1d;
	padding: 0;
}

.ds-col-1 .location-col .location-inner-cnt {
    display: table-cell;
    vertical-align: middle;
    height: 360px;
    padding: 12%;
}

.location-col.cnt::before {
    display: none;
}

.location-col.cnt h3 {
    font-size: 40px;
    line-height: 42px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.location-col.cnt p {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    margin: 0;
}

.location-content {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 6%;
    transform: translateY(50px);
    z-index: 2;
}

.location-col:hover .location-content {
    transform: translateY(0);
}

.location-content h3 {
    font-size: 40px;
    line-height: 42px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.location-content a.default-button {
    color: #fff;
    max-width: 120px;
    font-size: 14px;
    opacity: 0;
}

.location-col:hover a.default-button {
    -webkit-animation: 0.6s linear 0s normal forwards 1 fadein;
    animation: 0.6s linear 0s normal forwards 1 fadein;
}

@keyframes fadein{
    0% { opacity:0; }
    50% { opacity:0.5; }
    100% { opacity:1; }
}

@-webkit-keyframes fadein{
    0% { opacity:0; }
    50% { opacity:0.5; }
    100% { opacity:1; }
}

.dsl-btn-col {
    display: block;
    background: #efefef;
    padding: 30px;
    text-align: center;
    margin: 20px 0;
}

.dsb-row-1 {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 16px;
}

.dsbr1-col-1 {
    display: block;
    float: left;
    width: calc(42% - 8px);
    margin-right: 16px;
}

.dsbr1-col-2 {
    display: block;
    float: left;
    width: calc(58% - 8px);
}

.dsbr1-col-1 .location-col.cnt {
    min-height: 350px;
    background: #248a17;
    vertical-align: middle;
}

.dsbr1-col-1 .location-col.cnt .location-inner-cnt {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 50px;
    height: 350px;
}

.dsbr1-col-2 .location-col {
    min-height: 350px;
}

.dsb-row-2 {
    display: block;
    width: 100%;
    float: left;
}

.dsbr2-col-1 {
    display: block;
    width: calc(56% - 8px);
    float: left;
    margin-right: 16px;
}

.dsbr2-col-2 {
    display: block;
    float: left;
    width: calc(44% - 8px);
}

.dsb-row-2 .location-col {
    min-height: 350px;
}

.dsl-btn-col.last {
    margin-bottom: 0;
}

/**/
.slider-image-mobile {
    display: none;
}


#wpcf7-f258-p253-o1 {
    max-width: 800px;
    width: 100%;
}

.f-input input.wpcf7-file {
    padding: 5px;
}

/**/
.page-header.esl-sub {
    min-height: 545px;
}

.page-header.esl-sub::before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    background: transparent url('../../images/location_inner_overlayer.png') repeat-x bottom center;
    top: 0;
    left: 0;
}

.esl-sub .esl-title-inner {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    padding: 40px;
    color: #fff;
    z-index: 2;
}


.esl-sub .esl-title-inner h2 {
    font-size: 44px;
    line-height: 45px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.esl-sub .esl-title-inner h2::before {
    display: block;
    position: absolute;
    content: "";
    width: 136px;
    height: 4px;
    background: #0064a6;
    bottom: 0;
    left: 50%;
    margin-left: -68px;
}


.esl-header-info {
    display: block;
    background: #248a17;
    padding: 0 10px;
    text-align: center;
}

.esl-header-info .eslh-info-col {
    display: inline-block;
    width: 23%;
    margin-left: 1%;
    padding: 24px 0 24px 0;
    padding-left: 90px;
    text-align: left;
}

.esl-header-info .eslh-info-col:nth-of-type(1) {
    margin: 0;
}

.esl-header-info .eslh-info-col h5 {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 17px 0;
    text-transform: uppercase;
    font-weight: 600;
}

.esl-header-info .eslh-info-col h6 {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 15px;
    font-weight: 200;
    margin: 0;
}

.esl-header-info .eslh-info-col .eslh-icon {
    display: block;
    position: absolute;
    width: 78px;
    height: 78px;
    left: 0;
    top: 50%;
    margin-top: -39px;
    background: transparent url(../../images/page_icons.svg) no-repeat;
    background-size: 312px 78px;
}

.esl-header-info .eslh-info-col .eslh-icon.esi-1 {
    background-position: 0 0;
}

.esl-header-info .eslh-info-col .eslh-icon.esi-2 {
    background-position: -78px 0;
}

.esl-header-info .eslh-info-col .eslh-icon.esi-3 {
    background-position: -156px 0;
}

.esl-header-info .eslh-info-col .eslh-icon.esi-4 {
    background-position: -234px 0;
}

.esl-location-grid {
    display: block;
    width: 100%;
    float: left;
    padding: 16px 16px 0 16px;
}

.eslg-col-1 {
    display: block;
    float: left;
    width: calc(50% - 8px);
    margin-right: 16px;
    margin-bottom: 16px;
}

.eslg-col-2 {
    display: block;
    float: left;
    width: calc(50% - 8px);
    margin-bottom: 16px;
}

.eslg-item {
    min-height: 380px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 12% 10%;
    color: #fff;
}

.eslg-item.cnt {
    background: #0064a6;
    padding: 0 12%;
}

.eslg-content-inner {
    display: table-cell;
    width: 100%;
    height: 380px;
    padding: 15px 0 20px 0;
    vertical-align: middle;
}

.eslg-item h4 {
    color: #fff;
    font-size: 30px;
    line-height: 31px;
    font-weight: 600;
    text-transform: uppercase;
}

.eslg-item p {
    color: #fff;
    margin: 0;
}

.eslg-inner-col-1 {
    display: block;
    width: calc(50% - 8px);
    float: left;
    margin-right: 16px;
}

.eslg-inner-col-2 {
    display: block;
    float: left;
    width: calc(50% - 8px);
}

.mb-16 {
    margin-bottom: 16px;
}

.eslg-item.long {
    min-height: 776px;
}

.traval-map {
    display: block;
    width: 100%;
    margin: 40px auto 0 auto;
    max-width: 1200px;
}

.tm-left-col {
    display: block;
    float: left;
    width: calc(100% - 250px);
    margin-right: 50px;
}

.tm-right-col {
    display: block;
    float: left;
    width: 200px;
    text-align: right;
}

.tm-right-col ul {
    display: inline-block;
    margin: 0;
    text-align: left;
}

.tm-right-col ul li {
    display: block;
    font-weight: 600;
    padding-bottom: 30px;
}

.tm-right-col ul li::before {
    width: 12px;
    height: 12px;
    content: "";
    background: transparent;
    border: 2px solid #0064a6;
    border-radius: 50%;
    top: 6px;
}

.tm-right-col ul li::after {
    display: block;
    position: absolute;
    content: "";
    background-color: #0064a6;
    width: 2px;
    height: 40px;
    left: 5px;
    top: 18px;
}

.tm-right-col ul li:last-child {
    padding-bottom: 0;
}

.tm-right-col ul li:last-child::after {
    display: none;
}

.tm-right-col ul li:first-child::before,
.tm-right-col ul li:last-child::before {
    background: #f56c1d;
    border-color: #f56c1d;
}

.hm-container.esl h2.title-2 span.sub-title {
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    line-height: 18px;
    text-transform: initial;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.fw-gallery-slider.slick-slider {
    width: 100%;
    max-width: 1280px;
    margin: 50px auto 0 auto;
    padding: 0 40px;
    height: auto;
}

.fwg-slide {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    min-height: 480px;
}

.hotel-grid {
    display: block;
    width: 100%;
    float: left;
    margin-top: 30px;
}

.hotel-card {
    display: block;
    float: left;
    width: 23.875%;
    margin: 0 1.5% 1.5% 0;
    min-height: 480px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.hotel-card::before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background:rgb(0 0 0 / 30%);
    left: 0;
    top: 0;
    z-index: 1;
}

.hotel-card:nth-of-type(4n+4) {
    margin: 0 0 1.5% 0;
}

.hm-container.esl.hotels {
    padding: 50px 50px 30px 50px;
}

.hotel-card .hc-inner {
    display: block;
    position: absolute;
    padding: 30px;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.hotel-card .hc-inner h4 {
    font-size: 24px;
    line-height: 27px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.hotel-card .hc-inner p {
    color: #fff;
    opacity: 0;
    display: none;
	font-size: 14px;
    line-height: 20px;
}

.hotel-card:hover .hc-inner p {
    opacity: 1;
    display: block;
}


.hotel-card .hc-inner a.default-button {
    color: #fff;
    max-width: 120px;
    font-size: 14px;
}

/* Accordion styles */
.faq-tabs input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.faq-tabs {
  border-radius: 0;
  overflow: hidden;
}

.faq-tab {
  width: 100%;
  color: #2c2c2c;
  overflow: hidden;
  border: 1px solid #b5b5b5;
    margin-bottom: 20px;
}

.faq-tab-label {
  display: flex;
  justify-content: space-between;
	font-family: 'Roboto Condensed', sans-serif;
  padding: 15px;
  background: #ffffff;
  font-size: 18px;
    line-height: 25px;
    color: #2c2c2c;
    font-weight: 600;
    text-transform: uppercase;
  cursor: pointer;
}

.faq-tab-label:hover {
  background: #f3f3f3;
}

.faq-tab-label::after {
  content: "❯";
  width: 18px;
  height: 23px;
  text-align: center;
  transition: all 0.35s;
	transform: rotate(90deg);
}

.faq-tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  transition: all 0.35s;
}

input:checked + .faq-tab-label {
  border-bottom: 1px solid #b5b5b5;
	background: #f3f3f3;
}

input:checked + .faq-tab-label::after {
  transform: rotate(-90deg);
}

input:checked ~ .faq-tab-content {
  max-height: 100vh;
  padding: 1em;
}

.hm-container.cra-col {
    padding-top: 0;
}

.cra-col .hm-left-col {
    width: 25%;
}

.cra-col .hm-right-col {
    width: 75%;
}

.covid-status {
    display: block;
    margin: 20px 0 20px 0;
    padding: 20px;
    border: 1px solid #b5b5b5;
}

.covid-status span {
    display: block;
    font-family: 'Mulish', sans-serif;
    color: #2c2c2c;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
}

.blog-post h4 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
    margin-top: 25px;
    font-weight: 600;
}

.blog-post h5 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
    margin-top: 25px;
    font-weight: 600;
}

img.bpi-300 {
    display: block;
    width: 100%;
    max-width: 300px;
	margin-bottom: 15px;
}

img.bpi-400 {
    display: block;
    width: 100%;
    max-width: 400px;
	margin-bottom: 15px;
}

img.bpi-500 {
    display: block;
    width: 100%;
    max-width: 500px;
	margin-bottom: 15px;
}

img.bpi-600 {
    display: block;
    width: 100%;
    max-width: 600px;
	margin-bottom: 15px;
}

img.bpi-800 {
    display: block;
    width: 100%;
    max-width: 800px;
	margin-bottom: 15px;
}

img.bpi-center {
	margin: 0 auto 15px auto; 
}

/**/
.add-main-tb-wrapper {
    display: block;
    overflow: hidden;
    max-height: 830px;
	padding: 30px 0;
}

.add-main-tb-wrapper .slick-prev.slick-arrow {
    left: 50%;
    top: 0;
    width: 60px;
    height: 20px;
    transform: translate(-50%, 0);
	outline: 0;
}

.add-main-tb-wrapper  .slick-next.slick-arrow {
    left: 50%;
    bottom: 0;
    top: auto;
    transform: translate(-50%, 0);
    width: 60px;
    height: 20px;
    right: auto;
	outline: 0;
}

.add-main-tb-wrapper .slick-prev.slick-arrow::before {
	width: 32px;
	height: 20px;
	background: transparent url('/wp-content/uploads/2021/11/arrowhead-up.png') no-repeat 0 0;
}

.add-main-tb-wrapper .slick-next.slick-arrow::before {
	width: 32px;
	height: 20px;
	background: transparent url('/wp-content/uploads/2021/11/arrowhead-down.png') no-repeat 0 0;
}

.inner-content-section h3.title-3 span {
    display: block;
    font-size: 20px;
    line-height: 20px;
    padding-left: 10px;
    font-weight: 500;
}

.add-main-tb-wrapper .slick-list {
    padding: 0;
}

.vfo-item {
    display: inline-block;
    margin: 7px;
}

.vfo-item img {
    display: inline-block;
    width: 28px;
}

.vfo-item span {
    display: inline-block;
    background: #f56c1d;
    width: 25px;
    height: 25px;
    font-size: 16px;
    line-height: 25px;
    border-radius: 50%;
    color: #fff;
}

.tootips {
    display: none;
    position: absolute;
    background: #0064a6;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    z-index: 6;
    padding: 5px;
    white-space: nowrap;
    transform: translateX(-50%);
    left: 50%;
    top: -30px;
	opacity: 0;
}

.tootips::before {
    display: block;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #0064a6;
    top: 100%;
    left: 48%;
}

.vfo-item:hover .tootips {
	display: block;
	opacity: 1;
}

.grecaptcha-badge {
    display: none !important;
}

.inner-content-section p strong,
.inner-content-section ul li strong,
.inner-content-section ol li strong{
	font-weight: 900 !important;
}

.inner-content-section ol li h3 {
    margin-bottom: 10px;
}

.vfo-icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: transparent url('/wp-content/uploads/2021/12/vehicle_features_sprite.svg') no-repeat;
    background-size: 28px 308px;
}

.vfo-icon.seats {
    background-position: 0 0;
}

.vfo-icon.doors {
    background-position: 0 -28px;
}

.vfo-icon.luggage {
    background-position: 0 -56px;
}

.vfo-icon.sm-luggage {
    background-position: 0 -84px;
}

.vfo-icon.transmission-auto {
    background-position: 0 -112px;
}

.vfo-icon.transmission-manual {
    background-position: 0 -140px;
}

.vfo-icon.air-conditioning {
    background-position: 0 -168px;
}

.vfo-icon.audio {
    background-position: 0 -196px;
}

.vfo-icon.air-bags {
    background-position: 0 -224px;
}

.vff-info {
    display: block;
    position: relative;
    text-align: center;
    margin: -30px 0 20px 0;
}

.vff-item {
    display: inline-block;
    padding: 5px 10px;
    font-family: 'Mulish', sans-serif;
    color: #2c2c2c;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.vff-item .vff-icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: transparent url(/wp-content/uploads/2021/12/vehicle_features_sprite.svg) no-repeat;
    background-size: 28px 308px;
}

.vff-icon.icon-1 {
    background-position: 0 -252px;
}

.vff-icon.icon-2 {
    background-position: 0 -280px;
}

.gm-style div {
	position:static;
	margin-top:5px !important;
}


/* EXLL Device */
@media (max-width: 1366px) {
    .s-location h4 {
        font-size: 32px;
    }

    .location-col.cnt h3 {
        font-size: 32px;
        line-height: 34px;
    }

    .location-col.cnt p {
        font-size: 18px;
        line-height: 30px;
    }

    .location-content h3 {
        font-size: 32px;
        line-height: 34px;
    }

    .dsbr1-col-2 .location-col {
        min-height: 320px;
    }
    
    .dsbr1-col-1 .location-col.cnt {
        min-height: 320px;
    }
	
	.dsbr1-col-1 .location-col.cnt .location-inner-cnt {
		height: 320px;
	}
    
    .dsb-row-2 .location-col {
        min-height: 320px;
    }

    .eslg-item {
        min-height: 300px;
    }

    .eslg-content-inner {
        height: 300px;
    }

    .eslg-item.long {
        min-height: 616px;
    }

    .fwg-slide {
        min-height: 450px;
    }

    .hotel-card {
        min-height: 480px;
    }

}

@media (max-width: 1365.98px) {
	.car-search-widget {
        display: none;
    }
	
	.slider-wrapper {
        padding-left: 0;
    }
	
	.royalSlider {
		height: 580px;
	}
	
	.slider-image {
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.vfo-item {
		margin: 5px;
	}

	.vfo-item img {
		width: 20px;
	}

	.vfo-item span {
		width: 18px;
		height: 18px;
		font-size: 12px;
		line-height: 18px;
	}

	
}

/* Extra large devices - large desktops */
@media (min-width: 1200px) {

}


/* Large devices - desktops */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .hms-img-col {
        min-height: 500px;
    }
    
    .hms-img-col.half {
        min-height: 250px;
    }

    .hms-content h4 {
        font-size: 24px;
        line-height: 26px;
    }

    .hms-content h5 {
        font-size: 16px;
        line-height: 20px;
    }

    .s-location h4 {
        font-size: 24px;
    }

    .ft-logoes img {
        height: 40px;
    }

    .page-header {
        padding: 0 30px;
    }

    .hm-container {
        padding: 50px 30px;
    }

    .tab-title-wp ul li {
        font-size: 18px;
        line-height: 20px;
    }

    .hm-section-4 {
        display: block;
        padding: 40px;
    }

    .vf-vehicle-col h5 {
        font-size: 16px;
        line-height: 18px;
    }

    .vf-vehicle-col h3 {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .vf-options {
        font-size: 15px;
        line-height: 16px;
    }

    .vf-vehicle-col .default-button {
        font-size: 15px;
        padding: 7px;
        max-width: 180px;
        bottom: 20px;
    }

    .addon-col {
        min-height: 220px;
    }

    .location .add-image img {
        padding: 5px;
        width: 65px;
    }

    .blog-sidebar {
        padding: 20px;
    }

    .cf-right-col .chat-icon {
        transform: scale(0.7);
    }
	
	.hm-section-8 {
		padding: 50px 20px;
	}
	
	.wcu-wrapper .wcu-col img {
		width: 120px;
	}
	
	.wcu-wrapper .wcu-col h4 {
		font-size: 14px;
		line-height: 16px;
	}

    .ds-col-1 .location-col {
        min-height: 310px;
    }
	
	.ds-col-1 .location-col .location-inner-cnt {
		height: 310px;
		padding: 10px 20px;
	}
    
    .dsc2-main-1 .location-col,
    .dscm2-row-2 .location-col  {
        min-height: 473px;
    }
    
    .dscmr1-col .location-col  {
        min-height: 187px;
    }
    
    .dscmr1-col:nth-of-type(2) .location-col  {
        min-height: 270px;
    }

    .location-content h3,
    .location-col.cnt h3 {
        font-size: 27px;
        line-height: 30px;
    }

    .esl-header-info .eslh-info-col {
        padding-left: 70px;
    }

    .esl-header-info .eslh-info-col .eslh-icon {
        left: -10px;
        transform: scale(0.8);
    }

    .esl-header-info .eslh-info-col h5 {
        font-size: 15px;
        line-height: 16px;
    }

    .eslg-item {
        min-height: 240px;
    }

    .eslg-content-inner {
        height: 240px;
    }

    .eslg-item.cnt {
        padding: 0 30px;
    }

    .eslg-item.long {
        min-height: 496px;
    }

    .tm-left-col {
        margin-right: 0;
    }

    .fwg-slide {
        min-height: 380px;
    }

    .hotel-card {
        width: 32.3333%;
        margin: 0 1.5% 1.5% 0 !important;
    }

    .hotel-card:nth-of-type(3n+3) {
        margin: 0 0 1.5% 0 !important;
    }

    .hotel-card {
        min-height: 420px;
    }

    .hotel-card .hc-inner h4 {
        font-size: 25px;
        line-height: 26px;
    }
	
	.tootips {
		font-size: 9px;
		line-height: 14px;
	}
	
	.vf-content {
		max-height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
	}
	

}


/* Medium devices - tablets */
@media (max-width: 991.98px) {
    .comp-general-content .inner-gen {
    /* padding: 30px; */
    margin-right: 0;
}
	.car-search-widget {
        display: none;
    }

    .slider-wrapper {
        padding-left: 0;
    }

    .site-identity {
        max-width: 275px;
    }

    .logo-link, 
    .logo-link:link, 
    .logo-link:visited, 
    .logo-link:active, 
    .logo-link:hover {
        padding: 16px 10px 16px 10px;
    }
    
    .hm-col {
        width: 50%;
    }

    .hm-col.last {
        width: 100%;
    }

    .hms-img-col,
    .hms-img-col.half {
        min-height: 325px;
    }

    .hms-img-col.half {
        width: 50%;
        float: left;
    }

    .hms-content h4 {
        font-size: 24px;
        line-height: 26px;
    }

    .hms-content h5 {
        font-size: 16px;
        line-height: 20px;
    }

    .tab-content {
        padding: 30px;
    }

    .tab-content h4 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    .tab-image {
        display: block;
        width: 100%;
        min-height: 320px;
    }
    
    .tab-content {
        display: block;
    }
    
    .tab-inner-col {
        display: block;
    }

    .ft-logoes img {
        height: 40px;
    }

    .ft-col {
        width: 100%;
        text-align: center;
    }

    .ft-nav {
        margin: 0;
    }

    .ft-logoes {
        text-align: center;
        margin: 15px;
    }

    .ft-text.right {
        text-align: center;
    }

    .page-header {
        padding: 0 30px;
    }

    .hm-container {
        padding: 50px 30px;
    }

    .hm-left-col {
        padding-right: 15px;
    }
    
    .hm-right-col {
        padding-left: 15px;
    }

    .hm-section-4 {
        padding: 25px;
    }

    .tab-title-wp ul li {
        font-size: 15px;
        line-height: 16px;
    }

    .vf-vehicle-col h5 {
        font-size: 14px;
        line-height: 18px;
    }

    .vf-vehicle-col h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .vf-options {
        font-size: 15px;
        line-height: 16px;
    }

    .vf-vehicle-col .default-button {
        font-size: 15px;
        padding: 7px;
        max-width: 180px;
        bottom: 15px;
    }

    .vf-vehicle-col {
        padding: 15px 15px 50px 15px;
    }

    .add-content p {
        font-size: 14px;
        line-height: 20px;
    }

    .add-last {
        width: 24%;
    }

    .addon-col {
        min-height: 250px;
    }

    .hm-col-2 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .hm-col-2 iframe {
        height: 400px;
    }

    .hm-container-1 {
        padding: 40px;
    }

    .blog-post {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .comp-service-listing{
        margin-bottom: 30px;
    }
    .comp-service-listing .service-card {
        width: 100%;
        margin: 0;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .blog-sidebar {
        width: 35%;
        padding: 20px;
    }

    .blog-container {
        width: 65%;
    }

    .navigation-link {
        padding: 38px 20px;
    }

    a.sm-link, 
    a.sm-link:link, 
    a.sm-link:visited, 
    a.sm-link:active, 
    a.sm-link:hover {
        width: 100px;
    }
	
	/* Contact */
    .cp-col-3.cpc-1 {
        padding: 20px;
    }

    .cp-col-3.cpc-1 h4 {
        font-size: 20px;
    }

    .cpi-row-1 {
        padding: 25px 10px 20px 70px;
    }

    .cpi-row-1 .rs-icon {
        left: 10px;
        transform: translateY(-50%) scale(0.6);
    }

    .cpi-row-1 h4,
    .cpi-row-2 h4 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .cpi-row-1 p,
    .cpi-row-2 p {
        margin: 4px 0px;
        font-size: 15px;
    }

    .cpi-row-2 {
        padding: 20px 10px 15px 70px;
    }

    .cpi-row-2 .g-icon {
        left: 10px;
        transform: translateY(-50%) scale(0.6);
    }

    .cp-cinfo {
        padding: 18px 10px 18px 70px;
        font-size: 14px;
    }

    .cp-cinfo .mail-icon {
        left: 20px;
        transform: translateY(-50%) scale(0.7);
    }

    .cp-cinfo .location-icon {
        height: 44px;
        left: 21px;
        transform: translateY(-50%) scale(0.7);
    }

    .cp-cinfo .time-icon {
        left: 20px;
        transform: translateY(-50%) scale(0.7);
    }

    .cf-left-col {
        width: 100%;
    }

    .cf-right-col {
        width: 100%;
        margin-left: 0;
        min-height: 50px;
        padding: 15px;
        margin-top: 30px;
    }

    .or {
        display: none;
    }

    .cf-right-col h4 {
        display: inline-block;
        font-size: 22px;
        line-height: 24px;
        margin: 0;
        vertical-align: middle;
    }

    .cf-right-col .chat-icon {
        vertical-align: middle;
        transform: scale(0.5);
        margin: 0 8px;
    }
    
    .cf-right-col .default-button {
        vertical-align: middle;
        max-width: 150px;
    }
	
	.wcu-wrapper .wcu-col img {
		width: 100px;
	}
	
	.wcu-wrapper .wcu-col h4 {
		font-size: 12px;
		line-height: 15px;
	}
	
	.hm-section-8 {
		padding: 50px 30px;
	}

    .page-header.full {
        min-height: 450px;
    }

    .page-header.esl-sub {
        min-height: 450px;
    }

    .ds-title-inner h2 {
        font-size: 40px;
        line-height: 42px;
    }

    .ds-col-1 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }
    
    .ds-col-2 {
        width: 100%;
    }

    .ds-col-1 .location-col {
        min-height: 310px;
    }
	
	.ds-col-1 .location-col .location-inner-cnt {
		height: 310px;
		padding: 10px 25px;
	}
    
    .dsc2-main-1 .location-col,
    .dscm2-row-2 .location-col  {
        min-height: 473px;
    }
    
    .dscmr1-col .location-col  {
        min-height: 187px;
    }
    
    .dscmr1-col:nth-of-type(2) .location-col  {
        min-height: 270px;
    }

    .location-content h3,
    .location-col.cnt h3 {
        font-size: 27px;
        line-height: 30px;
    }

    .dsbr1-col-1 .location-col.cnt {
        padding: 30px;
    }

    .esl-header-info .eslh-info-col {
        padding: 15px 0 15px 0;
        padding-left: 50px;
        vertical-align: top;
    }

    .esl-header-info .eslh-info-col .eslh-icon {
        left: -20px;
        transform: scale(0.5);
    }

    .esl-header-info .eslh-info-col h5 {
        font-size: 14px;
        line-height: 16px;
        margin: 0 0 10px 0;
    }

    .esl-header-info .eslh-info-col h6 {
        font-size: 12px;
        line-height: 14px;
    }

    .eslg-col-1.last {
        width: 100%;
        margin: 0 0 16px 0;
    }
    
    .eslg-col-2.last {
        width: 100%;
    }

    .tm-left-col {
        margin-right: 0;
    }

    .fwg-slide {
        min-height: 360px;
    }

    .hotel-card {
        width: 32.3333%;
        margin: 0 1.5% 1.5% 0 !important;
    }

    .hotel-card:nth-of-type(3n+3) {
        margin: 0 0 1.5% 0 !important;
    }

    .hotel-card {
        min-height: 380px;
    }

    .hotel-card .hc-inner h4 {
        font-size: 25px;
        line-height: 26px;
    }

    .hotel-card .hc-inner p {
        font-size: 14px;
        line-height: 22px;
    }

    .hotel-card {
        width: 49.25%;
        margin: 0 1.5% 1.5% 0 !important;
    }

    .hotel-card:nth-of-type(3n+3) {
        margin: 0 1.5% 1.5% 0 !important;
    }

    .hotel-card:nth-of-type(2n+2) {
        margin: 0 0 1.5% 0 !important;
    }

}


/* Small devices - landscape phones */
@media (max-width: 767.98px) {
	.site-identity {
        display: none;
    }

    .site-identity.mobile {
        display: block;
        max-width: 800px;
        border-bottom: 1px solid #a6a6a6;
		height: auto;
    }

    .logo-link img, 
    .logo-link:link img, 
    .logo-link:visited img, 
    .logo-link:active img,
     .logo-link:hover img {
        max-width: 250px;
    }

    .logo-link, 
    .logo-link:link, 
    .logo-link:visited, 
    .logo-link:active, 
    .logo-link:hover {
        padding: 15px 10px;
    }

    .book-now-button, 
    .book-now-button:link, 
    .book-now-button:visited {
        width: 155px;
        height: 75px;
        padding: 10px 10px;
    }

    .book-now-button .bnb-label, 
    .book-now-button:link .bnb-label, 
    .book-now-button:visited .bnb-label, 
    .book-now-button:active .bnb-label, 
    .book-now-button:hover .bnb-label {
        display: inline-block;
        font-size: 15px;
        vertical-align: top;
    	margin-top: 20px;
    }
	
	.book-now-button .bnb-icon, 
	.book-now-button:link .bnb-icon, 
	.book-now-button:visited .bnb-icon, 
	.book-now-button:active .bnb-icon, 
	.book-now-button:hover .bnb-icon {
		vertical-align: top;
		margin-top: 10px;
	}

    a.sm-link, 
    a.sm-link:link, 
    a.sm-link:visited, 
    a.sm-link:active, 
    a.sm-link:hover {
        width: 75px;
        height: 75px;
        padding: 21px;
    }

    .navigation-link {
        padding: 21px 25px 20px 25px;
		height: 75px;
    }

    .cif-btn, 
    .cif-btn:link, 
    .cif-btn:visited {
        width: 75px;
        height: 75px;
        padding: 21px;
    }

    .royalSlider {
        height: 500px;
    }

    .slider-content-wrapper h2 {
        font-size: 40px;
        line-height: 42px;
    }
    .slider-content-wrapper h1 {
        font-size: 40px;
        line-height: 42px;
    }

    .slider-content-wrapper p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .hms-content {
        padding: 30px 60px 30px 20px;
    }

    .hms-content .default-button.icon {
        position: absolute;
        bottom: 30px;
        right: 20px;
    }

    .hm-section-5::before {
        display: none;
    }

    .location-slider-wrapper {
        padding-left: 0;
    }

    h2.title-2 span.sub-title {
        font-size: 15px;
    }

    .s-location h4 {
        font-size: 20px;
    }

    .ft-nav ul li a {
        font-size: 14px;
    }

    .ft-logoes img {
        height: 30px;
    }

    .page-header {
        padding: 0;
    }

    .title-wrapper {
        max-width: 800px;
        padding: 120px 25px 25px 25px;
    }

    .title-wrapper h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .hm-left-col {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }
    
    .hm-right-col {
        width: 100%;
        padding-left: 0;
    }

    .img-box {
        text-align: center;
    }
    
    .img-box img {
        width: auto;
        max-width: 100%;
    }

    .hm-container {
        padding: 30px;
    }

    .hm-section-4 {
        padding: 15px;
    }

    .tab-title-wp {
        display: none;
    }

    .tab-title-mobile {
        display: block;
    }

    .tab-item {
        border: 2px solid #f56c1d;
    }

    .tab-content {
        padding: 20px;
    }

    .slider-image {
/*         height: 345px !important; */
        background-position: center center;
    }

    .slider-content-wrapper {
        padding: 20px 30px;
        text-align: center;
        border-bottom: 1px solid #a6a6a6;
    }

    .slider-content-wrapper h2 {
        font-size: 28px;
        line-height: 32px;
    }
    .slider-content-wrapper h1 {
        font-size: 28px;
        line-height: 32px;
    }

    .slider-content-wrapper h2::before {
        left: 50%;
        transform: translateX(-50%);
    }
    .slider-content-wrapper h1::before {
        left: 50%;
        transform: translateX(-50%);
    }

    .slider-content-wrapper p {
        margin-bottom: 12px;
        display: block;
        padding-right: 0;
    }

    .rsArrow.rsArrowLeft {
        right: auto;
        left: 15px;
        top: 240px;
        bottom: auto;
    }

    .rsArrow.rsArrowRight {
        right: 15px;
        top: 240px;
        bottom: auto;
    }
    
    .vf-vehicle-row {
        display: block;
    }

    /**/
    .inner-content-section table, 
    .inner-content-section table thead, 
    .inner-content-section table tbody, 
    .inner-content-section table th, 
    .inner-content-section table td, 
    .inner-content-section table tr {
        display: block;
    }

    .inner-content-section table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .inner-content-section table tr {
        border: 1px solid #ccc;
    }

    .inner-content-section table td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    .inner-content-section table td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        content: attr(data-column);
        color: #000;
        font-weight: bold;
    }

    .comp-general-content .inner-gen table, 
    .comp-general-content .inner-gen table thead, 
    .comp-general-content .inner-gen table tbody, 
    .comp-general-content .inner-gen table th, 
    .comp-general-content .inner-gen table td, 
    .comp-general-content .inner-gen table tr {
        display: block;
    }

    .comp-general-content .inner-gen table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .comp-general-content .inner-gen table tr {
        border: 1px solid #ccc;
    }

    .comp-general-content .inner-gen table td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    .comp-general-content .inner-gen table td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        content: attr(data-column);
        color: #000;
        font-weight: bold;
    }

    .hm-section-6 {
        padding: 30px;
    }

    .addon-col {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .addon-col {
        min-height: 100px;
    }

    .hm-container-1 {
        padding: 30px;
    }

    .blog-date span {
        font-size: 15px;
    }

    .blog-date {
        width: 80px;
    }

    .blog-container {
        width: 60%;
        padding-right: 20px;
    }

    .blog-sidebar {
        width: 40%;
        padding: 20px;
    }

    .blg-widget h4 {
        font-size: 16px;
        line-height: 18px;
    }

    .blog-post .default-button {
        max-width: 160px;
        padding: 9px 10px 8px 10px;
        font-size: 15px;
        line-height: 18px;
    }
    .comp-service-listing .default-button.style1 {
        max-width: 160px;
        padding: 9px 10px 8px 10px;
        font-size: 15px;
        line-height: 18px;
    }
	
	/* Contact */
    .cp-top-row {
        display: block;
    }

    .cp-col-3 {
        width: 100%;
        margin: 0 !important;
		margin-bottom: 20px !important;
    }
	
	.location-slider .slick-dots {
		text-align: center;
	}
	
	.wcu-wrapper .wcu-col {
		width: 48%;
		max-width: 350px;
	}

    .page-header.full {
        min-height: 150px;
        padding: 80px 30px;
    }

    .ds-title-inner {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
    }

    .ds-title-inner h2 {
        font-size: 35px;
        line-height: 36px;
    }

    .dsbr1-col-1 .location-col.cnt {
        padding: 20px;
    }
    
    .dsbr1-col-2 .location-col {
        min-height: 390px;
    }

    .page-header.esl-sub {
        min-height: 320px;
    }

    .esl-sub .esl-title-inner h2 {
        font-size: 35px;
        line-height: 36px;
    }

    .esl-header-info .eslh-info-col {
        padding: 55px 0 10px 0;
        text-align: center;
    }

    .esl-header-info .eslh-info-col .eslh-icon {
        top: -10px;
        left: 50%;
        transform: translateX(-50%) scale(0.5);
        margin: 0;
    }

    .esl-header-info .eslh-info-col h5 {
        font-size: 12px;
        line-height: 16px;
        margin: 0;
    }

    .esl-header-info .eslh-info-col h6 {
        font-size: 12px;
        line-height: 14px;
    }

    .eslg-item h4 {
        font-size: 20px;
        line-height: 22px;
    }

    .eslg-content-inner {
        height: 400px;
    }

    .eslg-item {
        min-height: 400px;
    }

    .eslg-item.long {
        min-height: 816px;
    }

    .tm-left-col {
        width: calc(100% - 180px);
        margin-right: 0;
    }

    .tm-right-col {
        width: 180px;
    }

    .fwg-slide {
        min-height: 300px;
    }

    .hotel-card .hc-inner {
        padding: 20px;
    }

    .hotel-card .hc-inner h4 {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .hotel-card .hc-inner p {
        font-size: 14px;
        line-height: 20px;
    }

	.cra-col .hm-left-col {
		width: 32%;
	}

	.cra-col .hm-right-col {
		width: 68%;
	}
	
	.slider-content-wrapper p {
		margin-bottom: 20px;
	}
	
	.tootips {
		white-space: normal;
	}
	
}

@media (max-width: 629.98px) {
	.slider-image {
/* 		height: 300px; */
	}
	
	.tootips {
		font-size: 9px;
		line-height: 14px;
	}
	
	.vf-content {
		max-height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
	}
}

/* Extra small devices - portrait phones */
@media (max-width: 575.98px) {

    a.sm-link, 
    a.sm-link:link, 
    a.sm-link:visited, 
    a.sm-link:active, 
    a.sm-link:hover {
        width: 60px;
        height: 60px;
        padding: 13px;
    }

    .navigation-link {
        padding: 14px 13px 12px 13px;
        border-left: 1px solid #a6a6a6;
		height: 60px;
    }

    .navigation-link span.label {
        display: none;
    }

    .main-menu {
        width: 300px;
        right: -75px;
    }

    .nav-icon {
        margin-right: 0;
        transform: scale(0.8);
    }

    .main-menu ul li a, 
    .main-menu ul li a:link, 
    .main-menu ul li a:visited {
        padding: 15px 50px 15px 20px !important;
        font-size: 18px;
        line-height: 20px;
    }

    .main-menu ul li.has-sub > a::before, 
    .main-menu ul li.has-sub > a:link::before, 
    .main-menu ul li.has-sub > a:visited::before {
        right: 25px;
        top: 15px;
    }

    .main-menu ul li ul.sub-menu li a, 
    .main-menu ul li ul.sub-menu li a:link, 
    .main-menu ul li ul.sub-menu li a:visited {
        font-size: 16px;
        line-height: 18px;
        padding: 10px 10px 10px 30px !important;
    }
    



    .cif-col a img, 
    .cif-col a:link img, 
    .cif-col a:visited img, 
    .cif-col a:active img, 
    .cif-col a:hover img {
        width: 30px;
    }

    .cif-wa {
        width: 115px;
    }

    .car-search-widget, .car-search-widget.show {
        width: 350px;
        height: auto;
    }

    .btn-row {
        margin-top: 10px;
    }

    .default-button {
        padding: 12px 0 10px 0;
        font-size: 14px;
        line-height: 16px;
    }

    .v-slider .default-button {
        max-width: 150px;
    }

    h2.title-2 {
        font-size: 26px;
        line-height: 28px;
    }

    .hms-img-col,
    .hms-img-col.half {
        min-height: 300px;
    }

    .hms-img-col.half {
        width: 100%;
    }

    .hm-col {
        width: 100%;
    }

    .tab-image {
        min-height: 250px;
    }

    .hm-section-5 {
        padding: 30px 20px;
    }

    .s-location {
        padding: 0;
    }

    .s-location .default-button.icon {
        right: 20px;
    }

    .slider-content-wrapper {
        padding: 25px 30px;
    }

    .slider-content-wrapper h2 {
        font-size: 22px;
        line-height: 24px;
    }
    .slider-content-wrapper h1 {
        font-size: 22px;
        line-height: 24px;
    }

    .slider-content-wrapper p {
        font-size: 14px;
        line-height: 16px;
    }

    .slick-prev.slick-arrow {
        left: -60px;
        transform: scale(0.8);
    }
    
    .slick-next.slick-arrow {
        right: -60px;
        transform: scale(0.8);
    }
    .pagination-wrapper .page-numbers .slick-prev.slick-arrow{
        left: -35px;
        transform: translate(0, -50%) scale(0.8);
    }
    .pagination-wrapper .page-numbers .slick-next.slick-arrow{
        right: -35px;
        transform: translate(0, -50%) scale(0.8);
    }

    .hm-section-2 {
        display: block;
        padding: 30px 15px;
    }

    .hm-section-4 {
        padding: 10px;
    }

    .location-slider .slick-dots li button {
        width: 30px;
        height: 5px;
    }

    .hm-section-6 {
        padding: 30px 15px 15px 15px;
    }

    .location-slider-wrapper {
        padding-top: 10px;
    }

    .vf-content {
        padding: 15px 15px 70px 15px;
    }

    .vf-vehicle-col .vf-content h3,
    .vf-vehicle-col .vf-content h5,
    .vf-vehicle-col .vf-content p {
        text-align: center;
    }

    .addon-col {
        padding: 15px;
    }
    
    .add-main-tb {
        display: block;
    }
	
	.add-main-tb.location {
		display: block !important;
		margin-top: 10px;
		height: 362px;
	}
	
	.add-main-tb-wrapper .slick-prev.slick-arrow {
		top: 13px;
	}
	
	.add-main-tb-wrapper {
		padding: 30px 0;
		max-height: 430px;
	}
    
    .add-image {
        display: block;
        width: 100%;
        text-align: center;
    }
    
    .add-image img {
        display: inline-block;
        max-width: 200px;
        margin-bottom: 5px;
    }
    
    .add-content {
        display: block;
        text-align: center;
        padding: 0 0 10px 0;
    }
    
    .add-content p {
        text-align: center;
    }
    
    .add-last {
        display: block;
        width: 100%;
        padding: 0 0 10px 0;
        text-align: center;
    }
    
    .add-last .p-time {
        display: inline-block;
        margin-left: 5px;
        font-size: 10px;
        font-weight: 600;
    }

    .location .add-image,
    .location .add-content,
    .location .add-last {
        width: 100%;
        padding: 0;
    }

    .add-main-tb.location p {
        text-align: center;
    }

    .location .add-content {
        padding: 3px 0 15px 0;
    }

    .hm-col-2 iframe {
        height: 320px;
    }

    .hm-container-1 {
        padding: 20px;
    }

    .blog-container {
        width: 100%;
        padding-right: 0;
    }

    .blog-sidebar {
        width: 100%;
    }

    .cif-btn, 
    .cif-btn:link, 
    .cif-btn:visited {
        width: 60px;
        height: 60px;
        padding: 14px;
    }

    .cif-btn .cif-icon, 
    .cif-btn:link .cif-icon, 
    .cif-btn:visited .cif-icon {
        transform: scale(0.8);
    }

    a.sm-link .sm-fb-icon, 
    a.sm-link:link .sm-fb-icon, 
    a.sm-link:visited .sm-fb-icon {
        transform: scale(0.8);
    }

    .book-now-button .bnb-icon, 
    .book-now-button:link .bnb-icon, 
    .book-now-button:visited .bnb-icon, 
    .book-now-button:active .bnb-icon, 
    .book-now-button:hover .bnb-icon {
        transform: scale(0.7);
		margin-top: 4px;
    }

    .book-now-button, 
    .book-now-button:link, 
    .book-now-button:visited {
        width: 155px;
        height: 60px;
        padding: 6px 10px 6px 0;
    }

    .logo-link img, 
    .logo-link:link img, 
    .logo-link:visited img, 
    .logo-link:active img, 
    .logo-link:hover img {
        max-width: 180px;
    }

    .s-location h4 {
        bottom: 15px;
    }

    .s-location .default-button.icon {
        bottom: 20px;
    }

    .cf-right-col .default-button {
        vertical-align: middle;
        max-width: 150px;
    }
    
    .cf-right-col h4 {
        display: block;
    }
    
    .cf-right-col .chat-icon {
        margin: 10px 0;
        transform: scale(0.75);
    }
    
    .cf-right-col .default-button {
        display: block;
        max-width: 100%;
    }
    
    .cf-right-col {
        padding: 20px;
    }
    
    .form-col {
        width: 100%;
        margin: 0;
    }

    .faq-col {
        width: 100%;
        margin-right: 0;
    }
	
	.hm-section-8 {
		padding: 30px 20px;
	}

    .ds-title-inner h2 {
        font-size: 30px;
        line-height: 32px;
    }

    .ds-title-inner p {
        font-size: 16px;
        line-height: 22px;
    }

    .page-header.full {
        padding: 50px 20px;
    }

    .dsc1-half {
        width: 100%;
        margin: 0 0 16px 0 !important;
    }
    
    .dsc1-full {
        width: 100%;
        margin: 0 0 16px 0;
    }
    
    .dscm2-row-1 {
        width: 100%;
        margin: 0 0 16px 0 !important;
    }
    
    .dscm2-row-2 {
        width: 100%;
        margin: 0 !important;
    }
    
    .location-col {
        min-height: 280px !important;
    }

    .dsbr1-col-1 {
        width: 100%;
        margin: 0 0 16px 0;
    }
    
    .dsbr1-col-2 {
        width: 100%;
    }
    
    .dsbr2-col-1 {
        width: 100%;
        margin: 0 0 16px 0;
    }
    
    .dsbr2-col-2 {
        width: 100%;
    }
    
    .dsbr1-col-1 .location-col.cnt {
        padding: 40px 30px;
        min-height: 100px !important;
    }

    .dsc1-half .location-col.cnt {
        min-height: 100px !important;
    }
	
	.ds-col-1 .location-col .location-inner-cnt {
		height: auto !important;
		padding: 40px 30px;
	}
	
	.ds-col-1 {
		margin-bottom: 0;
	}
	
	.slider-image {
		display: none;
	}
	
	.slider-image-mobile {
		display: block;
		height: 100%;
		background-size: cover;
		background-position: bottom center;
		background-repeat: no-repeat;
	}
	
	.royalSlider {
		height: 470px;
	}
	
	.rsArrow.rsArrowLeft,
	.rsArrow.rsArrowRight {
        right: 15px;
        top: 48%;
        bottom: auto;
    }
	
	.book-now-button .bnb-label, 
	.book-now-button:link .bnb-label, 
	.book-now-button:visited .bnb-label, 
	.book-now-button:active .bnb-label, 
	.book-now-button:hover .bnb-label {
		margin-top: 15px;
	}

    .page-header.esl-sub {
        min-height: 250px;
    }

    .esl-sub .esl-title-inner h2 {
        font-size: 30px;
        line-height: 32px;
    }

    .esl-header-info {
        padding: 0;
    }

    .esl-header-info .eslh-info-col {
        width: 23.5%;
    }

    .eslg-col-1 {
        width: 100%;
        margin: 0 0 16px 0;
    }
    
    .eslg-col-2 {
        width: 100%;
    }
    
    .eslg-item.cnt {
        height: auto;
        min-height: 100px;
        padding: 20px 30px;
    }
    
    .eslg-item {
        min-height: 250px;
    }
    
    .eslg-inner-col-1 {
        width: 100%;
    }
    
    .eslg-inner-col-2 {
        width: 100%;
    }
    
    .eslg-item.long {
        min-height: 280px;
        margin-bottom: 16px;
    }

    .eslg-content-inner {
        height: auto;
    }
	
    .tm-left-col {
        width: calc(100% - 100px);
        margin-right: 0;
    }

    .tm-right-col {
        width: 100px;
    }
    
    .tm-right-col ul li {
        padding-bottom: 15px;
        font-size: 10px;
    }
    
    .tm-right-col ul li::after {
        height: 25px;
    }

    .tm-left-col iframe {
        height: 360px;
    }

    .fwg-slide {
        min-height: 260px;
    }

    .fw-gallery-slider .slick-prev.slick-arrow {
        left: -20px;
        top: 42%;
    }
    
    .fw-gallery-slider .slick-next.slick-arrow {
        right: -20px;
        top: 42%;
    }

    .hotel-card,
    .hotel-card:nth-of-type(3n+3),
    .hotel-card:nth-of-type(2n+2) {
        width: 100%;
        margin: 0 0 15px 0 !important;
        min-height: 320px;
    }

    .hm-container.esl.hotels {
        padding: 30px 20px 30px 20px;
    }
	
	.fw-gallery-slider.slick-slider {
		padding: 0;
	}
	
	.cra-col .hm-left-col {
		width: 100%;
	}

	.cra-col .hm-right-col {
		width: 100%;
	}
	
	.cra-col .img-box img {
		max-width: 200px;
	}
	
	.add-main-tb.location p {
		max-width: 200px;
		margin: 0 auto;
	}
	
	.vff-item {
		padding: 5px;
		font-size: 14px;
		line-height: 21px;
	}
	
	.vff-item span {
		display: inline-block;
		font-size: 14px;
		line-height: 28px;
		vertical-align: top;
	}
	
	.vff-item .vff-icon {
		transform: scale(0.75);
		vertical-align: top;
	}

}

@media (max-width: 396.98px) {
    
    .vf-vehicle-col .vf-content p {
        font-size: 13px;
        line-height: 15px;
    }
	
	.wcu-wrapper .wcu-col {
		width: 100%;
		max-width: 350px;
	}
	
	.wcu-wrapper .wcu-col h4 {
		font-size: 15px;
		line-height: 16px;
	}

    .esl-header-info {
        padding: 10px 0;
    }

    .esl-header-info .eslh-info-col {
        width: 49%;
        margin-left: 0;
    }

    .tm-left-col {
        width: 100%;
        margin: 0 0 20px 0;
    }
    
    .tm-right-col {
        width: 100%;
        text-align: center;
    }

    .fwg-slide {
        min-height: 240px;
    }

}

@media (max-width: 349.98px) {
    
    .book-now-button, 
    .book-now-button:link, 
    .book-now-button:visited {
        width: 90px;
        padding: 0 0 6px 0;
    }

    .book-now-button .bnb-icon, 
    .book-now-button:link .bnb-icon, 
    .book-now-button:visited .bnb-icon, 
    .book-now-button:active .bnb-icon, 
    .book-now-button:hover .bnb-icon {
        transform: scale(0.6);
		top: auto;
		margin: 0;
    }

    .book-now-button .bnb-label, 
    .book-now-button:link .bnb-label, 
    .book-now-button:visited .bnb-label, 
    .book-now-button:active .bnb-label, 
    .book-now-button:hover .bnb-label {
        display: block;
        font-size: 12px;
        line-height: 12px;
        margin-top: 0;
        font-weight: 400;
    }

    .car-search-widget, 
    .car-search-widget.show {
        width: 300px;
    }
    

}