.main-banner
{
	position: relative;
}
.main-banner .owl-nav
{
	position: absolute;
	top: 47%;
	width: 100%;
}
.main-banner .owl-nav .owl-prev
{
	position: absolute;
	left: 0px;
	background: #FFF;
	font-size: 30px;
	padding: 10px 15px;
}
.main-banner .owl-nav .owl-next
{
	position: absolute;
	right: 0px;
	background: #FFF;
	font-size: 30px;
	padding: 10px 15px;
}


.kannur-car .owl-nav .owl-prev
{
	background: #CCC;
	padding: 5px 10px;
	display: inline-block;
	margin-right: 3px;
}

.kannur-car .owl-nav .owl-next
{
	background: #CCC;
	padding: 5px 10px;
	display: inline-block;	
	margin-left: 3px;
}

.title-s1
{
	text-align: center;
	font-size: 26px;
	margin-bottom: 30px;
}

.kannur-car h4
{
	font-size: 16px;
	margin-top: 10px;
	color: #000;
	font-weight: 600;
}


.cnr-bx img
{
	-webkit-border-radius: 15px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius: 15px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-radius: 15px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.cnr-bx
{
	border-radius: 15px;
	background: #eaeaea;
	padding-bottom: 3px;
	margin-bottom: 27px;
}


.gallery-album
{
	text-align: center;
	padding: 5px;
	display: block;
	margin-bottom: 30px;
}
.gallery-album h4
{
	font-size: 16px;
	margin-top: 5px;
}


.album-back {
    margin-top: -8px;
    margin-bottom: 20px;
    display: block;
    float: right;
    color: #9A0002;
}

.gallery-image {
    margin-bottom: 30px;
    display: inline-block;
    text-align: center;
    border: solid 1px #e0e0e0;
}

.gallery-image img{
	margin-bottom:5px;
}

.gallery-image h6{
    font-weight:normal;
    font-size:14px;
}



.package-tabs
{
	margin-bottom: 20px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #00767b;
    border-color: #dee2e6 #dee2e6 #fff;
    border: none;
    border-radius: 0px;
}
.tab-content>.tab-pane {
    padding: 24px 27px;
    border: 1px solid #ececec;
}

.nav-tabs .nav-link {
    color: #000;
}

.nav-tabs .nav-link:hover {
    border-color: #fff3f4 #fff3f4 #fff3f4;
    background: #fff3f4;
}

.right-list
{
	background: #00767b;
	padding: 23px 17px 10px;;
}

.right-list h4
{
	color:#FFF;
	font-size: 18px;
}

.right-list ul li a
{
	color:#FFF;
	display: block;
	border-bottom: 1px solid #0d898e;
	padding: 10px 0px;
	margin-left: 5px;
}
.right-list ul li:last-child a
{
	border-bottom: none;
}




/*Member Box*/
.member-box
{
	text-align: center;
	padding: 22px 8px 0px 8px;
	background: #f7f7f7;
	border: 1px solid #eaeaea;
	margin-bottom: 20px;
}
.member-box p{
	color: #000;
}
.member-box span{
	background: #aac8ca;
	width: 100%;
	color: #000;
	display: block;
	font-size: 15px;
	padding: 3px 5px;
}
.member-box img
{
	width: 60%;
}
.member-box h2
{
    font-weight: 400;
    font-size: 17px;
    padding: 3px;
    background: #00767b;
    color: #FFF;
    margin: 0px 0px 10px;
}
.member-box h3
{
	font-size: 17px;
	font-weight: 400;
	margin-top: 8px;
	margin-bottom: 4px;
}



#page-banner
{
    
}


.footer-inner
{
	padding-top: 45px !important;
	padding-bottom: 45px !important;
}


.fa-phone
{
	transform: rotateY(180deg);
}


.hr-1
{
	margin: 22px 0px 0px;
	height: 7px;
	background-size: cover;
	background: url("../img/title-border.svg");
	border: none;
	background-repeat: no-repeat;
}


.booking-nums
{
	margin-top: 23px;
	padding: 20px 23px;
	background: #ed1c24;
	border-radius: 12px;
	position: relative;
}
.booking-nums::after
{
	position: absolute;
	left: 25px;
	top: 71px;
	content: '';
	width: 40px;
	height: 40px;
	background: url("../img/phone-call.svg") no-repeat left center;
	background-size: cover;
	padding-right: 3px;
	vertical-align: middle;
	color: #FFF;
}
.booking-nums h4
{
	color: #FFF;
}
.booking-nums ul
{color: #FFF;margin-left: 56px;}
.booking-nums ul li
{
	margin-bottom: 7px;
}

.power 
{
	text-align: right;
	margin-top: 21px;
}
.power img
{
	position: relative;
	top: -5px;
    width: 125px;
}
.power a
{
	display: inline-block;
}
.copy-right
{
	color: #FFF;
}

@media (max-width:760px)
{
	.copy-right, .power
	{
		text-align: center;
	}
	
}


.social-media li:first-child:hover
{
    background:#3b5998;
}
.social-media li:first-child+li:hover
{
    background:#f83793;
}

.social-media li:first-child+li+li:hover
{
    background:#c4302b;
}

.social-media li:first-child+li+li+li:hover
{
    background:#4FCE5D;
}

.social-media li:hover a
{
    color:#FFF !important;
}

.inner-bnms
{
    background: #00767b;
    color:#FFF;
}
.inner-bnms p
{
        margin-left: 56px;
    margin-bottom: 0px;
    margin-top: 16px;
}
.album-dtlsbx
{
        padding: 8px 0px 11px;
        text-align: center;
        position: relative;
        border: 1px dashed #999;
        border-top: 0;
}
.album-dtlsbx a
{
    color:#00767b;
}



.intro-popup .modal-content
{
    border-radius: 0px;
    padding: 0px;
    position: relative;
    text-align: center;
}

.intro-popup .close
{
    position: absolute;
    right: 15px;
    top: 15px;
}

.intro-popup h3
{
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 14px;
}

.intro-popup a
{
    text-decoration: none;
    color: #FFF;
    background-color: #c70400;
    display: inline-block;
    width: inherit;
    padding: 5px;
    font-size: 19px;
}

.modal {
    z-index: 999999;
}