:root {
	--primary-color: #008080;
	--secondary-color: #FF6F61;
	--button-color: #D2B48C;
	--font-color: #000;
}

* {
	padding: 0;
	margin: 0;
	outline: none;
}

:focus {
	box-shadow: none !important;
	border-color: var(--primary-color) !important;
}

ul {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Rubik", serif;
}

.pt50 {
	padding-top: 50px;
}

.pb50 {
	padding-bottom: 50px;
}

.pt10 {
	padding-top: 10px;
}

.navbar .megamenu {
	padding: 1rem;
}
h4.miniDropHeading {
    font-size: 20px;
    color: var(--primary-color);
}
ul.dropItems{padding-left: 15px;}
ul.dropItems li a{text-decoration: none;color:#000;}
.dropImg img {
    width: 100%;
    height: 115px;
    border-radius: 10px;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {

	.navbar .has-megamenu {
		position: static !important;
	}

	.navbar .megamenu {
		left: 0;
		right: 0;
		width: 100%;
		margin-top: 0;
	}

}

/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px) {

	.navbar.fixed-top .navbar-collapse,
	.navbar.sticky-top .navbar-collapse {
		overflow-y: auto;
		max-height: 90vh;
		margin-top: 10px;
	}
}

/*******************TOPBAR******************/
.headTopbar ul {
	display: flex;
	gap: 30px;
	justify-content: end;
	align-items: center;
	padding: 5px 0;
}

.headTopbar ul li a {
	font-size: 14px;
	text-decoration: none;
	color: #fff;
}

.myHeader {
	border-bottom: 1px solid #d4d4d4;
}

.myHeader::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	width: 65%;
	height: 37px;
	border-radius: 30px 0 0 30px;
	background-color: var(--primary-color);
}

.headTopbar ul li.topbarTabs a {
	background-color: var(--secondary-color);
	/* color: var(--font-color); */
	padding: 4px 20px 6px;
	border-radius: 5px;
	font-weight: 500;
}

.main_nav .navbar li.nav-item a {
	color: var(--font-color);
}

.header {
	display: block;
	width: 100%;
	position: relative;
	z-index: 99;
	padding: 15px;
}

.header .item-left {
	flex: 0 0 17%;
}

.header .logo a {
	font-size: 30px;
	color: #000000;
	font-weight: 700;
	text-decoration: none;
}

.header .item-center {
	flex: 0 0 66%;
}

.header .item-right {
	flex: 0 0 17%;
	display: flex;
	justify-content: flex-end;
}

.header .item-right a {
	text-decoration: none;
	font-size: 16px;
	color: #555555;
	display: inline-block;
	margin-left: 10px;
	transition: color 0.3s ease;
}

.header .menu>ul>li {
	display: inline-block;
	line-height: 50px;
	margin-left: 25px;
}

.header .menu>ul>li>a {
	font-size: 15px;
	font-weight: 500;
	color: #000000;
	position: relative;
	text-transform: capitalize;
	transition: color 0.3s ease;
}

.header .menu>ul>li .sub-menu {
	position: absolute;
	z-index: 500;
	background-color: #ffffff;
	box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
	padding: 20px 30px;
	transition: all 0.5s ease;
	margin-top: 25px;
	opacity: 0;
	visibility: hidden;
}

@media(min-width: 992px) {
	.header .menu>ul>li.menu-item-has-children:hover .sub-menu {
		margin-top: 0;
		visibility: visible;
		opacity: 1;
	}
}

.header .menu>ul>li .sub-menu>ul>li {
	line-height: 1;
}

.header .menu>ul>li .sub-menu>ul>li>a {
	display: inline-block;
	padding: 10px 0;
	font-size: 15px;
	color: #555555;
	transition: color 0.3s ease;
	text-decoration: none;
	text-transform: capitalize;
}

.header .menu>ul>li .single-column-menu {
	min-width: 280px;
	max-width: 350px;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
	line-height: 1;
	display: block;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
	padding: 10px 0;
	display: inline-block;
	font-size: 15px;
	color: #555555;
	transition: color 0.3s ease;
}

.header .menu>ul>li .sub-menu.mega-menu {
	left: 50%;
	transform: translateX(-50%);
}

.header .menu>ul>li .sub-menu.mega-menu-column-4 {
	max-width: 1100px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 15px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
	flex: 0 0 25%;
	padding: 0 15px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
	font-size: 16px;
	color: #000;
	font-weight: 500;
	line-height: 1;
	padding: 10px 0;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
	text-align: left;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	margin-top: 10px;
	height: 300px;
	object-fit: cover;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,
.header .menu>ul>li .sub-menu>ul>li>a:hover,
.header .item-right a:hover,
.header .menu>ul>li:hover>a {
	color: #ea4636;
}

/* banner section */
.banner-section {
	background-image: url('../img/banner.jpg');
	background-size: cover;
	background-position: center;
	height: 700px;
	width: 100%;
	display: block;
}

.mobile-menu-head,
.mobile-menu-trigger {
	display: none;
}
.iconBox img {
  
  .verticalLine {
    width: 1px;
    height: 100%;
    background: #d4d4d4;
    margin: 0 auto;
}h: 45px;
    margin-bottom: 8px;
}

.iconBox {
    text-align: center;
}

.iconBox p {
    margin-bottom: 0;
    font-size: 14px;
}

.iconBox p strong {
    display: block;
    font-size: 16px;
}
.verticalLine {
    width: 1px;
    height: 100%;
    background: #d4d4d4;
    margin: 0 auto;
}

.tabSlideTxt2 {
    display: flex;
    gap: 20px;
}

span.tabSlideSmTxt {
    font-size: 14px;
    font-weight: 500;
}

.tabSlideTxt ul.nav.nav-tabs {
    gap: 20px;
    border: 0;
}
.tabSlideTxt ul.nav.nav-tabs a.active {
    background: var(--primary-color);
    color:#fff;
    border-color:var(--primary-color);
    opacity:1;
}
.tabSlideTxt ul.nav.nav-tabs a {
    opacity:0.7;
    padding: 7px 20px;
    background: transparent;
    border:1px dashed var(--primary-color);
    border-radius: 30px;
    color:var(--primary-color);
    text-decoration: none;
    font-size: 14px;
    position: relative;
}
.tabSlideTxt ul.nav.nav-tabs a.active:before{
    content:"";
    position:absolute;
    width:10px;
    height:10px;
    background:var(--primary-color);
    bottom:-5px;
    transform:rotate(45deg);
    left:calc(50% - 5px);
    
}
.tabSlideImg {
    width: 100%;
    height: 100%;
    max-height: 180px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.tabSlideImg img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
}

.tabSlideBadge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: gold;
    padding: 1px 10px;
    border-radius: 30px;
    font-size: 10px;
}

.tabSlideBox {
    position: relative;
}

.tabSImgTxt {
    position: absolute;
    bottom: 0;
    padding: 10px;
    width: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.8157387955182073) -10%, rgba(255,255,255,0.062237394957983194) 100%);
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.tabSlideHover a{display: inline-block;border: 1px solid #fff;font-size:12px;padding: 7px 20px;border-radius: 5px;color: #fff;text-decoration: none;}
.tabSlideHover a:hover{background:#fff;color:#000;}
.tabSlideImg:hover .tabSlideHover{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    display:flex;
    align-items: center;
    justify-content:center;
    background:#000000ba;
    z-index:1;
}

.tabSlideBoxTxt {
    padding-top: 10px;
}

.tabSlideBoxTxt h5 {
    font-size: 16px;
    margin-bottom: 0;
}
.tabcircle {
       width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-right: 5px;
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.tabSlideTxt2 .nav.nav-tabs a {
    display: flex;
    text-decoration: none;
    color: #000;
        align-items: center;
}
.tabSlideTxt2 #myTabs.nav.nav-tabs a.active .tabcircle{
    border-color:var(--primary-color);
}
.tabSlideTxt2 #myTabs.nav.nav-tabs a.active .tabcircle:before{
        content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: var(--primary-color);
    border-radius: 50%;
}
.tabSlideTxt2 #myTabs {
    gap: 20px;
        border: 0;
}
/*responsive*/
@media(max-width: 991px) {

	.header .item-center {
		order: 3;
		flex: 0 0 100%;
	}

	.header .item-left,
	.header .item-right {
		flex: 0 0 auto;
	}

	.v-center {
		justify-content: space-between;
	}

	.header .mobile-menu-trigger {
		display: flex;
		height: 30px;
		width: 30px;
		margin-left: 15px;
		cursor: pointer;
		align-items: center;
		justify-content: center;
	}

	.header .mobile-menu-trigger span {
		display: block;
		height: 2px;
		background-color: #333333;
		width: 24px;
		position: relative;
	}

	.header .mobile-menu-trigger span:before,
	.header .mobile-menu-trigger span:after {
		content: '';
		position: absolute;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #333333;
	}

	.header .mobile-menu-trigger span:before {
		top: -6px;
	}

	.header .mobile-menu-trigger span:after {
		top: 6px;
	}

	.header .item-right {
		align-items: center;
	}

	.header .menu {
		position: fixed;
		width: 320px;
		background-color: #ffffff;
		left: 0;
		top: 0;
		height: 100%;
		overflow: hidden;
		transform: translate(-100%);
		transition: all 0.5s ease;
		z-index: 1099;
	}

	.header .menu.active {
		transform: translate(0%);
	}

	.header .menu>ul>li {
		line-height: 1;
		margin: 0;
		display: block;
	}

	.header .menu>ul>li>a {
		line-height: 50px;
		height: 50px;
		text-decoration: none;
		padding: 0 50px 0 15px;
		display: block;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.header .menu>ul>li>a i {
		position: absolute;
		height: 50px;
		width: 50px;
		top: 0;
		right: 0;
		text-align: center;
		line-height: 50px;
		transform: rotate(-90deg);
	}

	.header .menu .mobile-menu-head {
		display: flex;
		height: 50px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 501;
		position: sticky;
		background-color: #ffffff;
		top: 0;
	}

	.header .menu .mobile-menu-head .go-back {
		height: 50px;
		width: 50px;
		border-right: 1px solid rgba(0, 0, 0, 0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color: #000000;
		font-size: 16px;
		display: none;
	}

	.header .menu .mobile-menu-head.active .go-back {
		display: block;
	}

	.header .menu .mobile-menu-head .current-menu-title {
		font-size: 15px;
		font-weight: 500;
		color: #000000;
	}

	.header .menu .mobile-menu-head .mobile-menu-close {
		height: 50px;
		width: 50px;
		border-left: 1px solid rgba(0, 0, 0, 0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color: #000000;
		font-size: 25px;
	}

	.header .menu .menu-main {
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.header .menu>ul>li .sub-menu.mega-menu,
	.header .menu>ul>li .sub-menu {
		visibility: visible;
		opacity: 1;
		position: absolute;
		box-shadow: none;
		margin: 0;
		padding: 15px 0;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding-top: 65px;
		max-width: none;
		min-width: auto;
		display: none;
		transform: translateX(0%);
		overflow-y: auto;
	}

	.header .menu>ul>li .sub-menu.active {
		display: block;
	}

	@keyframes slideLeft {
		0% {
			opacity: 0;
			transform: translateX(100%);
		}

		100% {
			opacity: 1;
			transform: translateX(0%);
		}
	}

	@keyframes slideRight {
		0% {
			opacity: 1;
			transform: translateX(0%);
		}

		100% {
			opacity: 0;
			transform: translateX(100%);
		}
	}

	.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
		margin-top: 0;
	}

	.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
		margin-bottom: 0px;
		padding: 0;
		height: 50px;
		line-height: 50px;
	}

	.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
		margin-bottom: 0px;
		padding: 0;
		height: 50px;
	}

	.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item a{text-decoration: none;color:#000;}
	.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
		flex: 0 0 100%;
		padding: 0px;
		line-height: 50px;
        height: 50px;
        text-decoration: none;
        padding: 0 15px;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.header .menu>ul>li .sub-menu>ul>li>a,
	.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
		display: block;
	}

	.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul {
		margin-bottom: 15px;
	}

	.menu-overlay {
		position: fixed;
		background-color: rgba(0, 0, 0, 0.5);
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1098;
		visibility: hidden;
		opacity: 0;
		transition: all 0.5s ease;
	}

	.menu-overlay.active {
		visibility: visible;
		opacity: 1;
	}
}

/****************SLIDER***************/
.homeSlider {
	padding: 25px 0 0;
}

.homeSlider .carousel-item {
	overflow: hidden;
	border-radius: 20px;
}

.homeSlider .carousel-item img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: top;
}

/*****************TOP SEARCH****************/
.topSearchInner {
	background: #fff;
	margin-top: -40px;
	position: relative;
	padding: 25px 20px;
	box-shadow: 0 0 10px #c8c8c8;
	border-radius: 10px;
}

button.btn.searchBtn {
	width: 100%;
	background: var(--secondary-color);
	color: #fff;
	border: 0;
}
/****************TOUR BY THEME*********************/
.tourThemeBox img {
    width: 100%;
    height: 210px;
    border-radius: 15px;
    margin-bottom: 5px;
}

.tourThemeBox h4 {
    font-size: 20px;
    color: #000;
    margin-bottom: 0px;
}

.tourThemeBox a {
    text-decoration: none;
}

.tourThemeBox p {
    margin-bottom: 0;
    font-size: 14px;
    color: #000;
}
/*****************FIRST SECTION***************/
.callUsPkg a {
	text-decoration: none;
	color: var(--font-color);
}

.callUsPkg svg {
	color: green;
	margin-right: 5px;
}

.pkgBox {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}

.pkgBox img {
	width: 100%;
	height: 100%;
	min-height: 250px;
	max-height: 250px;
}

.pkgTxt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(0deg, rgb(0 0 0) 33%, rgb(255 255 255 / 0%) 100%);
	padding: 5px 15px;
}

.pkgTxt h5 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 2px;
}

.pkgTxt p {
	margin-bottom: 0;
	color: #fff;
	font-size: 12px;
}

.slick-slide {
	margin: 0 10px;
}

.slick-arrow {
	top: 50%;
	position: absolute;
	font-size: 2rem;
	cursor: pointer;
}

.slick-prev.slick-arrow {
	left: -3rem;
}

.slick-next.slick-arrow {
	right: -3rem;
}

.slick-prev.slick-arrow::before {
	content: "";
	width: 35px;
	height: 35px;
	z-index: -1;
	background-color: #e8e8e8;
	position: absolute;
	border-radius: 50%;
	top: 5px;
	right: -16px;
}

.slick-next.slick-arrow::before {
	content: "";
	width: 35px;
	height: 35px;
	z-index: -1;
	background-color: #e8e8e8;
	position: absolute;
	border-radius: 50%;
	top: 5px;
	left: -16px;
}

#Readtext {
	max-height: 70px;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

#Readtext p {
	margin-bottom: 0;
	text-align: justify;
}

.Readcollapsed {
	position: relative;
}

.Readcollapsed::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 30px;
	bottom: -5px;
	left: 0;
	background: linear-gradient(0deg, rgb(255 255 255) 14%, rgb(255 255 255 / 0%) 189%);
}

.Readcollapsed.expanded::after {
	display: none;
}

button#ReadtoggleBtn {
	margin-top: 15px;
	margin-bottom: 20px;
	background: transparent;
	border: 0;
	color: var(--secondary-color);
}
/************packages*************/
.trandingBox {
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    padding: 10px;
}

.trendingImg img {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 15px;
}

.trendingTxt h4 a{
	color: var(--font-color);
	text-decoration: none;
}
.trendingTxt h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.trendingTxt p {
    margin-bottom: 0;
    font-size: 14px;
}

.pkgrating {
    margin-top: 10px;
    margin-bottom: 5px;
}

.pkgrating i {
    color: gold;
    font-size: 14px;
}

.pkgrating span {
    font-size: 16px;
    margin-left: 5px;
}

.pkgprice h5 {
    font-size: 20px;
    color: var(--primary-color);
}

.pkgprice span {
    font-size: 16px;
}

.pkgprice {margin-bottom: 15px;}

a.pkgbutton {
    background: var(--secondary-color);
    width: 100%;
    display: block;
    padding: 8px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}
/*************CTA1***************/
.tr-cta-wrap {
	border-radius: 20px;
	padding: 43px 40px;
	border: 2px dashed var(--primary-color);
}
.tr-cta-title {
	font-weight: 700;
	font-size: 32px;
	line-height: 1.4;
	margin-bottom: 0;
	text-transform: capitalize;
	color: var(--primary-color);
}
.tr-btn {
    font-weight: 500;
    font-size: 20px;
    padding: 16px 30px;
    border-radius: 10px;
    transition: all 0.3s;
    display: inline-block;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
	text-decoration: none;
}
/*************FAQ************/
.faqSec{background-color: #e9ffff;}
.accordion .accordion-item {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #cfc8b4;
}

.accordion button.accordion-button {
    background: transparent;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    color: #25272c;
    cursor: pointer;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}
.accordion .accordion-item p{
    color: #25272c;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
/* --Footer Area-- */
#footer_area {
    padding: 50px 0px;
}

.footer_heading_area h5 {
    border-bottom: 1px solid var(--primary-color);
    display: inline-flex;
    padding-bottom: 5px;
    font-weight: 500;
}

.footer_inquery_area {
    padding-top: 5px;
    border-left: 2px solid var(--primary-color);
    margin-top: 25px;
    padding-left: 9px;
}

.footer_inquery_area h3 {
    font-weight: 500;
    padding-top: 0px;
	font-size: 20px;
}
.footer_inquery_area h3 a{text-decoration: none;color: var(--primary-color);}
.footer_inquery_area h5 {
    font-size: 16px;
    font-weight: 500;
}

.soical_icon_footer {
    display: flex;
    padding-top: 5px;
	list-style: none;
}

.soical_icon_footer li a{color: var(--primary-color);}
.soical_icon_footer li {
    padding-right: 8px;
}

.footer_link_area {
    padding-top: 20px;
}

.footer_link_area ul li {
    padding-bottom: 15px;
}

.footer_link_area ul li a {
    color: var(--font-color);
    font-size: 16px;
    font-weight: 400;
	text-decoration: none;
}

.footer_link_area ul li a:hover {
    color: var(--primary-color);
}

.soical_icon_footer li a i {
    font-size: 20px;
}

.copyright_area {
    background-color: #f3f6fd;
    padding: 15px 0;
}
.copyright_left p {
    color: var(--black-color);
    font-size: 14px;
    font-weight: 500;
	margin-bottom: 0;
}

/***************RESPONSIVE***************/
@media(max-width:767px){
	.header{
		position: sticky;
		top: 0;
		background: #fff;
		border-bottom: 1px solid #d4d4d4;
	}
	.commonHeading{text-align: center;}
	.mobilebotContact{margin-top: 20px;}
	.callUsPkg{text-align: center !important;}
	.pb50 {
		padding-bottom: 30px;
	}
	
	.pt50 {
		padding-top: 30px;
	}
	.slick-arrow {
		top: 35%;
		z-index: 2;
	}
	.slick-prev.slick-arrow {
		left: -0.5rem;
	}
	.slick-next.slick-arrow {
		right: -0.5rem;
	}	
	.footer_heading_area{margin-top: 30px;}
	.footer_link_area ul{padding-left: 15px;}
	.footer_link_area {
		padding-top: 5px;
	}
	.footer_inquery_area h5 {
		font-size: 12px;
	}
	.footer_inquery_area h3 {
		padding-top: 0px;
		font-size: 16px;
	}
	.footer_heading_area h5{font-size: 18px;}
	.tr-cta-wrap {
		padding: 25px;
		text-align: center;
	}
	.tr-cta-title {
		font-size: 28px;
		margin-bottom: 18px;
	}
	.ReadContent{text-align: center;}
}
@media (max-width:991px) and (min-width:768px){
	.header{
		position: sticky;
		top: 0;
		background: #fff;
		border-bottom: 1px solid #d4d4d4;
	}
	.callUsPkg{font-size: 14px;}
	.slick-prev.slick-arrow {
		left: -2.5rem;
	}
	.slick-next.slick-arrow {
		right: -2.5rem;
	}
	.trendingTxt h4 {
		font-size: 16px;
	}
	.footer_first_area{margin-bottom: 50px;}
	.footer_link_area ul li a {font-size: 14px;}
	.footer_link_area ul li {
		padding-bottom: 10px;
	}
	.footer_link_area {
		padding-top: 5px;
	}
}
@media (max-width:1199px) and (min-width:992px){
	.myHeader::before{
		width: 75%;
	}
	.slick-prev.slick-arrow {
		left: -1rem;
	}
	.slick-next.slick-arrow {
		right: -1rem;
	}
	.slick-arrow {
		z-index: 2;
		top: 40%;
	}
	.footer_heading_area h5{font-size: 18px;}
	.footer_link_area ul li a {font-size: 14px;}
	.footer_link_area ul li {
		padding-bottom: 10px;
	}
	.footer_link_area {
		padding-top: 5px;
	}
}