/*==========================
	Custom css
==========================*/
/* Theme BTN */
.site-button-secondry:after,
.site-button:after{
    background-color: #fff;
    content: "";
    height: 100%;
    left: -110%;
    opacity: 0.3;
    position: absolute;
    top: 0;
    transform: skewX(25deg);
	-o-transform: skewX(25deg);
	-ms-transform: skewX(25deg);
	-webkit-transform: skewX(25deg);
	-ms-transform: skewX(25deg);
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    width: 25px;
    z-index: -1;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}
.site-button:hover:after,
.site-button-secondry:hover:after {
	left: 110%;
}
.site-button-secondry:after{
	background-color: #fff;
}	
.site-button, 
.site-button-secondry{
	position: relative;
    z-index: 1;
	overflow:hidden;
	vertical-align: middle;
}

.portfolio-box .dlab-gallery-box{
    margin-bottom: 10px;
}
.portfolio-box .overlay-icon a {
    padding: 0;
    background: #fff;
    font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
}
/* blog-style-1 */
.blog-style-1 .dlab-post-meta{
	margin-bottom: 5px;
	padding: 16px 5px 0;
}
.blog-style-1 .dlab-post-title .post-title{
	margin-top: 0;
}
.blog-md .dlab-post-meta{
	padding: 0 5px 0;
}
.section-head p{
	font-size:18px;
	color:#939aa4;
}
.tr-btn-info{
	margin:0 -20px -20px -20px;
}
.tr-btn-info a {
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    display: inline-block;
    float: left;
    font-size: 15px;
    padding: 12px 15px;
    text-align: center;
    width: 50%;
}
.tr-btn-info a:hover {
	opacity:0.8;
}
.tr-btn-info a.bg-primary-dark:hover {
	background-color:#21ab64;
}
.tr-price span {
    background-color: #21ab64;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    padding: 10px 20px;
    text-align: center;
	position:relative;
	
}
.tr-price span:after {
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 0 solid rgba(0, 0, 0, 0);
    border-top: 7px solid #006e2c;
    bottom: -7px;
    content: "";
    left: 0;
    position: absolute;
}
.promotions .dlab-media {
    overflow: unset;
}
.tr-price {
    bottom: 30px;
    left: -10px;
    position: absolute;
    text-align: center;
}
.book-form {
    top: -1px;
}
.book-form label{
	color:#fff;
}
/* add */
.add-area{
	color:#fff;
	padding:50px 0;
}
.add-area h3{
	color:#fff;
}
.add-area h2{
	font-size:50px;
	color:#fff;
	line-height: 60px;
}
.add-area p{
	font-size:18px;
	line-height:28px;
}
.add-area a{
	padding:12px 25px;
	border-radius:50px;
	font-size:16px;
}
/* Destination */
.destination .dlab-info-has-text span {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
.destination .dlab-info-has-text h3 {
    border-left: 2px solid #ffffff;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 12px;
	line-height: 22px;
}
/* Code by Ryan */
.destination .dlab-info-has-text h4 { 
    border-left: 2px solid #ffffff;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 12px;
	line-height: 22px;
}
.destination .dlab-info-has-text .title {
    border-left: 2px solid #ffffff; color: #ffffff; font-size: 18px; margin-bottom: 10px; padding-left: 12px; line-height: 22px;
}
.destination .dlab-info-has{
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%) repeat scroll 0 0;
}
.dlab-img-overlay2:before{
	opacity:0.5;
}
.dlab-box .dlab-info-has.no-hover {
    padding-bottom: 0;
}
.dlab-box:hover .dlab-info-has.no-hover {
    padding-bottom: 30px;
}
/* Owl nav */
.owl-prev, .owl-next {
    background-color: rgba(0, 0, 0, 0.5);
    border: 0 none;
    font-size: 18px;
    padding: 15px 12px;
}
.owl-prev:hover, 
.owl-prev:active, 
.owl-prev:focus, 
.owl-next:hover, 
.owl-next:active, 
.owl-next:focus {
    background-color: rgba(0, 0, 0, 0.8);
}
/* Packages */
.packages{
    margin-left:-7px;
    margin-right:-7px;
}
.packages [class*="col-"]{
    padding-left:7px;
    padding-right:7px;
}
.packages .dlab-title {
    font-family: open sans;
    font-size: 16px;
    font-weight: 600;
	margin-bottom: 5px;
}
.packages .location {
    color: #a0a0a0;
    font-size: 14px;
    font-weight: 600;
}
.package-meta{
	margin:0 0 15px 0;
	list-style:none;
}
.package-meta li .fa {
	margin-right:10px;
}
.package-meta li {
    color: #707070;
    display: inline-block;
    font-size: 13px;
    padding-right: 10px;
}
.package-price {
    font-size: 22px;
    font-weight: 700;
    margin-top: 5px;
}
.package-content{
	border-top:1px solid #eeeeee;
	margin-left:-15px;
	margin-right:-15px;
	padding:10px 15px 0;
	margin-top:15px;
}
.packages .site-button {
    border-radius: 20px;
    padding: 9px 20px;
}
/* Footer */
.footer-top .dlab-separator {
    display: inline-block;
    height: 2px;
    margin-bottom: 10px;
    position: relative;
    width: 35px;
}
.footer-top .widget_tag_cloud a {
    background-color: rgba(77,84,94,0.8);
    border: 1px solid #4D545E;
    color: #d1d1d1;
    display: inline-block;
    font-size: 13px;
    margin: 0 0 5px;
    padding: 8px 11px;
}
.footer-top .h6 {
    color: #ffffff;
}	
footer .widget_getintuch i {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
}
.widget_getintuch i {
    font-size: 18px;
    height: auto;
    left: 0;
    line-height: 13px;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 20px;
}
.widget_getintuch .info-contact li {
	padding-left: 32px;
	margin-bottom: 16px;
	color:#dae1eb;
}
.widget_gallery li,
.widget_gallery li:hover{
    border: 0 solid rgba(0, 0, 0, 0);
    display: inline-block;
    float: left;
    margin-bottom: 0;
	padding: 5px;
    width: 33.33%;
}
.widget_gallery ul{
	margin: -5px !important;
}
footer .search-bx .form-control {
    background: rgba(77,84,94,0.8);
	border: 0 none;
	margin-bottom: 10px;
	color: #dae1eb;
	resize: none;
	border: 1px solid rgba(77,84,94,0.9);
}
footer .search-bx textarea.form-control {
	height:100px;
}
footer .search-bx .form-control::-moz-placeholder{
	color:#dae1eb;
}
.footer-top .h6{
	font-size:18px;
}
/* hotal box */
.hotal-box .site-button{
	color:#fff;
}
.hotal-box.dlab-box .dlab-info-has.no-hover{
	padding-bottom:30px;
}
.dlab-img-overlay2:before{
	opacity:1;
}
.hotal-box .dlab-media{
	transition:all 0.5s;
}
.hotal-box:hover .dlab-media{
	border-radius:8px;
	box-shadow:0px 10px 30px 0 rgba(0, 0, 0, 0.7);
	transition:all 0.5s;
}
/* Gallery */
.gallery-box{
	padding:150px 0;
}
.gallery-box ul{
	margin:30px 0 0 0;
	padding:0;
	list-style:none;
}
.gallery-box ul li{
	display:inline-block;
}
.gallery-box ul li a{
	border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    width: 40px;
}
/* Site Button */
.book-form .form-control{
	border-radius:4px;
}
.hotal-box .dlab-info-has{
	background: rgb(45,31,31); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(40,42,60,0) 0%, rgba(40,42,60,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(40,42,60,0) 0%,rgba(40,42,60,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(40,42,60,0) 0%,rgba(40,42,60,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d1f1f', endColorstr='#5e4141',GradientType=0 ); /* IE6-9 */
}
.bootstrap-datetimepicker-widget{
	padding:10px !important;
	width:280px !important;	
}
/* Tour Info */
.tour-title h2{
	margin-bottom: 5px;
    line-height: 32px;
}
.tour-title p{
	margin-bottom:5px;
}
.tour-price .price{
	margin-bottom:0;
}
.tour-price .actual-price{
	font-size: 20px;
	color: #909090;
	text-decoration: line-through;
	margin-bottom:0;
}
.tour-days{
	margin-top:50px;
}
.day-details{
	font-size:18px;
	padding:10px 25px;
	border-radius:4px;
	color:#fff;
	font-family: 'Signika', sans-serif;
	font-weight:500;
	text-align: center;
	position:relative;
}
.day-details:after{
	content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    right: -9px;
    font-size: 28px;
    top: 10px;
    color: #21ab64;
}
.day-details-bx{
	padding:30px;
	border:1px solid #e2f3ff;
	border-radius:4px;
	background: #fafdff;
}
.rating-star{
	margin:0;
	padding:0;
	list-style:none;
}
.rating-star li{
	display:inline-block;
	color:#ff9600;
}
.tour-tag{
	margin:0;
	padding:0;
}
.tour-tag li{
	list-style:none;
	display:inline-block;
}
.tour-tag li a{
	background:#21ab64;
	color:#ffffff;
	padding:4px 15px;
	font-size:13px;
	text-transform:uppercase;
	font-family: 'Signika', sans-serif;
	border-radius:3px;
	
}
.tour-tag2{
	margin:0;
	padding:0;
}
.tour-tag2 li{
	list-style:none;
	display:inline-block;
}
.tour-tag2 li a{
	background:#003580;
	color:#ffffff;
	padding:8px 15px;
	font-size:13px;
	text-transform:uppercase;
	font-family: 'Signika', sans-serif;
	border-radius:3px;
	
}
.submit-query .modal-footer{
	padding:20px 30px 20px 30px;
}
.submit-query .close {
	opacity: 0.8;
	color: #fff;
	line-height: 30px;
	font-size: 26px;
}
.hotel-booking .btn-quantity,
.submit-query .btn-quantity {
    width: 100%;
	padding-right: 20px;
}
.hotel-booking{
	padding:30px;
	border:1px solid #e1eeee;
	border-radius:4px;
	background:#fdfdfd;
}
.hotel-booking .form-control{
	border:1px solid #b2bfbf;
	font-size:15px;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn{
	border-color:#b2bfbf;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn i{
	color:#000;
}
.hotel-booking h3 span{
	font-size: 12px;
	font-weight: 300;
	color: #707070;
	width: 90px;
	line-height: 14px;
	margin-left: 10px;
	margin-top: 3px;
}
.hotel-booking .bootstrap-select{
	width:100%;
}
.hotel-booking .bootstrap-select .btn{
	border:1px solid #b2bfbf !important;
	border-radius:0;
	
	display:block;
}
/* Responsive */
@media only screen and (max-width: 1366px) {
	.dlab-contact .icon-content p{
		font-size:13px;
	}
}
@media only screen and (max-width: 991px) {
	.day-details-bx .tour-tag{
		margin-bottom:30px;
	}
}
	
@media only screen and (max-width: 767px) {
	.creative-work .card-container{
		width:100%;
	}
	.worker {
		margin-top:20px;
	}
	.day-details{
		margin-bottom:20px;
	}
	.day-details:after {
		content: "\f0dc";
		font-family: FontAwesome;
		position: absolute;
		right: auto;
		font-size: 28px;
		top: auto;
		color: #21ab64;
		left: 50%;
		bottom: -15px;
	}
}
@media only screen and (max-width: 576px) {
	.info-bx{
		display:block !important;
	}
	.tour-title{
		margin-bottom:20px;
	}
}
/* error page 404 */
.error-page .dz_error{
	font-size:200px;
	line-height:180px;
	margin-bottom: 0;
}
.error-page  h3{
	font-size: 90px;
    letter-spacing: 20px;
    line-height: 70px;
}
.error-page  h4{
	font-size: 45px;
	letter-spacing: 2px;
	line-height: 45px;
	color: #21ab64;
	margin-bottom:30px;
}
.blog-carousel .blog-post{
	margin-bottom:0;
}

/*================================================*/
.fc-button.fc-state-default {
    border: 0 solid;
    border-radius: 0;
    color: #ffffff;
    height: auto;
    margin: 0 1px;
    padding: 10px 15px;
    text-shadow: unset;
}
.fc-state-hover{
	background-position: 0 -45px;
}
.fc-state-default {
  background-image: unset;
}
.fc-button.fc-state-default:hover, 
.fc-button.fc-state-default:hover, 
.fc-button.fc-state-down, 
.fc-button.fc-state-active{
	box-shadow:none;
	
}
.fc-day-header.fc-widget-header {
    border-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 14px;
}
.fc-row table{
	margin-bottom:0 !important;
}
.fc-widget-content .fc-event{
	border:0;
	border-radius: 0;
	padding:5px 10px;
}	

.fc-unthemed th, 
.fc-unthemed td, 
.fc-unthemed thead, 
.fc-unthemed tbody, 
.fc-unthemed .fc-divider, 
.fc-unthemed .fc-row, 
.fc-unthemed .fc-content, 
.fc-unthemed .fc-popover, 
.fc-unthemed .fc-list-view, 
.fc-unthemed .fc-list-heading td {
    border-color: rgba(0, 0, 0, 0.1);
}
.fc-day-grid-event.fc-event.fc-draggable:hover,
.fc-day-grid-event.fc-event.fc-draggable{
	color: #fff;
}

@media screen and (max-width: 991px){
	.error-page .dz_error{
		font-size:120px;
		line-height:120px;
	}
	.error-page h3 {
		font-size: 60px;
		letter-spacing: 10px;
		line-height: 40px;
	}
	.error-page h4 {
		font-size: 32px;
		letter-spacing: 0;
		line-height: 26px;
	}
	.our-portfolio,
	.error-page{
		background-image:url(../images/background/bg7.jpg) !important;
	}
	.counter-style-1 .counter, 
	.counter-style-2 .counter, 
	.counter-style-3 .counter{
		font-size:30px;
	}
	.counter-style-1 .icon {
		font-size: 25px;
		margin-right: 5px;
	}
}
@media screen and (max-width: 480px){
	.place-bx .p-lr10{
		padding-left:5px;
		padding-right:5px;
	}
}






























/* Featured bx Style 2 */
.featured-bx.style2{
	margin: 0 0 30px 0px;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.featured-bx.style2:hover{
	    box-shadow: 10px 10px 40px 10px rgba(0,33,86,0.3);
}
.featured-bx.style2 .featured-content {
	position: absolute;
    left: 0;
    top: calc(100% - 80px);
    z-index: 9;
    padding: 30px;
    width: 100%;
    text-align: center;
	transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
	display: flex;
    justify-content: center;
    align-items: center;
}
.featured-bx.style2 .featured-content .title a{
	color: #fff;
}
.featured-bx.style2 .featured-content .title {
    margin-bottom:10px;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
}
.featured-bx.style2 .featured-content p{
    font-size: 16px;
    font-weight: 400;
    opacity: 0;
	margin-bottom:15px;
	transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.featured-bx.style2:hover .featured-content p{
	opacity: 0.75;
}
.featured-bx.style2:hover .featured-content{
	top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.featured-bx.style2 .featured-tag {
	background-color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #000;
    font-size: 12px;
    text-align: center;
    z-index: 99;
    text-transform: uppercase;
    font-weight: 900;
    padding: 5px 10px;
    border-radius: 2px;
}
.featured-bx .featured-media img {
    width: 100%;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
	height: 380px;
    object-fit: cover;
}
.featured-bx:before,
.featured-bx:after{
    content: "";
    background: rgb(55,61,90);
    background: -moz-linear-gradient(top, rgba(55,61,90,0) 1%, rgba(10,9,15,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(55,61,90,0) 1%,rgba(10,9,15,0.7) 100%);
    background: linear-gradient(to bottom, rgba(55,61,90,0) 1%,rgba(10,9,15,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373d5a', endColorstr='#0a090f',GradientType=0 );
    opacity: 0.9;
    height: 50%;
    position: absolute;
	width: 100%;
    height: 200px;
    bottom: 0;
    left: 0;
	transition:all 0.8s;
}
.featured-bx:before{
	background: rgb(0,58,153); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(84,103,45,1) 0%, rgba(33,171,100,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(84,103,45,1) 0%,rgba(33,171,100,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(84,103,45,1) 0%,rgba(33,171,100,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54672d', endColorstr='#21ab64',GradientType=0 ); /* IE6-9 */
	height: 0;
}
.featured-bx:hover:after{
	opacity: 0;
}
.featured-bx:hover:before{
	height: 100%;
}

/* Blog Poat Style 2 */
.blog-post.style2 .post-title{
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0;
    margin-top: 5px;
}
.blog-post.style2 .post-title a{
	color:#fff;
}
.blog-post.style2 .dlab-post-meta {
    margin-bottom: 10px	
}
.blog-post.style2{
	position:relative;
}
.blog-post.style2 .dlab-info{
    position: absolute;
    bottom: 0;
    padding: 20px 20px;
	width:100%;
	z-index: 1;
}
.blog-post.style2 .dlab-post-meta a,
.blog-post.style2 .dlab-post-meta ul li{
	color:#fff;
}
.blog-post.style2 .dlab-post-meta ul li i{
	color:#f06292;
	font-size:13px;
	font-weight: 700;
}
.blog-post.style2 .dlab-post-meta ul li{
    font-weight: 500;
    font-size: 13px;
	display: inline-flex;
    align-items: center;
}
.blog-post.style2 .dlab-post-meta ul li i{
    font-size: 14px;
}
.style-2.testimonial-one{
	margin:0;
}
.blog-post.style2 .dlab-post-media:after{
	content:"";
	width:100%;
	z-index:1;
	background:#000;
	height:100%;
	opacity:0.4;
	position:absolute;
	left:0;
	right:0;
	top:0;
}

/* Recent Posts Entry Posts Style1 */
.recent-posts-entry.posts-style1 .widget-post{
	display:flex;
    margin-bottom: 20px;
}
.recent-posts-entry.posts-style1 .widget-post .dlab-post-media{
	flex:0 0 35%;
	max-width:35%;
}
.recent-posts-entry.posts-style1 .widget-post .dlab-post-info{
    flex: 0 0 65%;
    max-width: 65%;
    margin: 0;
    padding-left: 15px;
}

.recent-posts-entry.posts-style1 .post-title ,
.recent-posts-entry.posts-style2 .post-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 2px;
}
.recent-posts-entry.posts-style1 .dlab-post-meta,
.recent-posts-entry.posts-style2 .dlab-post-meta{
	margin-bottom: 2px;
}
.recent-posts-entry.posts-style1 .dlab-post-media{
	width: 100%;
	display: block;
	padding-right: 0;
	padding-bottom: 10px;
}
.recent-posts-entry.posts-style1 .dlab-post-media .abb-bx{
	display: inline-block;
    position: absolute;
    border: 1px solid #3ece7e;
    border-radius: 3px;
    font-size: 11px;
    top: 8px;
    right: 10px;
    line-height: normal;
    padding-left: 5px;
    padding-right: 5px;
    color: #3ece7e;
}
.recent-posts-entry.posts-style1 .dlab-post-media img{
    height: 110px;
    object-fit: cover;
}
.recent-posts-entry.posts-style1 .widget-post p,
.recent-posts-entry.posts-style2 .widget-post p{
	font-size: 15px;
    line-height: 24px;
}
.recent-posts-entry.posts-style1 .dlab-post-meta li i {
    margin: 0;
}
.post-rating .average-rating {
    color: #f4b34d;
    font-size: 15px;
    margin-right: 10px;
}

/* Recent Posts Entry Posts Style2 */
.recent-posts-entry.posts-style2 .widget-post p{
	margin-bottom: 0;
}

/* Bnr style 2 */
.slide-filter-bx{
    display: flex;
}
.dlab-bnr-inr.bnr-style2 .filter-style2-area {
    padding: 60px;
}
.location-carousel-bx {
    flex: 0 0 calc(100% - 530px);
    max-width: calc(100% - 530px);
    align-self: flex-end;
}
.dlab-bnr-inr.bnr-style2 {
    display: block;
    height: 100vh;
    padding: 80px 0 0;
	display: flex;
    align-items: flex-end;
}
.dlab-bnr-inr.bnr-style2 .filter-style2-area {
	padding: 60px;
}
.dlab-bnr-inr.bnr-style2 .filter-style2-area .search-filter{
	position: relative;
	z-index: 99;
}
.dlab-bnr-inr.bnr-style2 .container-fluid{
	padding-left: 0;
	padding-right: 0;
}
.dlab-bnr-inr.bnr-style2 .dlab-bnr-inr-entry{
	display: block;
	vertical-align: bottom;
	text-align: left;
}
.dlab-bnr-inr.bnr-style2 .search-filter.filter-style2 {
    z-index: 99;
    position: relative;
    padding: 100px 60px 100px 220px;
}
.dlab-bnr-inr.bnr-style2 .bnr-content h1 {
	font-size: 50px;
    text-align: left;
    line-height: 65px;
    margin-bottom: 0;
    font-weight: 500;
    padding: 25px 30px;
}

