@media(min-width:1920px){
    .container{
        max-width: 1600px;
    }
}
body{
    font-family: "Playfair Display", "Quicksand";
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
.form-control:focus {
	box-shadow: none;
	border: 1px solid #cc8d02;
}
.form-control {
	border: 1px solid #105248;
}
.form-select {
	border: 1px solid #105248;
}
.form-select:focus{
	box-shadow: none;
	border: 1px solid #cc8d02;
}
.desktop-menu .nav-link {
	color: #000;
	margin-right: 25px;
	font-size: 16px;
    font-family: "Quicksand";
    font-weight: 500;
    transition: .45s;
}
.desktop-menu li:last-child .nav-link {
	margin-right: 0;
}
.desktop-menu .nav-link.active {
	color: #cc8d02 !important;
}
.desktop-menu  .nav-link:hover{
    color: #cc8d02;
}

.desktop-menu .navbar-expand-lg .navbar-collapse {
	justify-content: center;
}
.desktop-menu .navbar-brand img {
	width: 130px;
}
.desktop-menu .bktn {
	background-color: #cc8d02;
	border: none;
    transition: .45s;
}
.desktop-menu .bktn:hover{
    background-color: #105248;
}
/* mobile menu */
.mobile-menu {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background-color: #fff;
    transition: left 0.3s ease;
    z-index: 9999;
    padding: 60px 20px 20px;
  }
  .mobile-menu.active {
    left: 0;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.3);
  }
  .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #000;
  }
.mob-menu .navbar-brand img {
	width: 130px;
}
.mob-menu .my-head{
	position: relative;
}
.mob-menu .my-head .navbar-brand {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	margin-right: 0;
}
.mob-menu {
    display: none;
	padding: 20px 0px;
	background-color: #f9f9f9;
}
.mob-menu .bktn {
	background-color: #cc8d02;
	border: none;
    transition: .45s;
}
.mob-menu .bktn:hover{
    background-color: #105248;
}
.mob-menu .nav-link.active {
	color: #cc8d02 !important;
}
.mob-menu .nav-link:hover{
    color: #cc8d02;
}
.mob-menu .nav-link {
	color: #000;
	margin-right: 25px;
	font-size: 16px;
    font-family: "Quicksand";
    font-weight: 500;
    transition: .45s;
}
.desktop-menu .sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index: 1000;
	background-color: #fff;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.3);
}
.mob-menu .sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index: 1000;
	background-color: #fff;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.3);
}
.mob-menu .my-head.sticky {
	padding: 30px 0px;
}
#menuToggle:focus {
	box-shadow: none;
}
/* banner-sec*/
.banner-sec{
    position: relative;
}
.banner-sec .banleft .head h1 {
	font-size: 100px;
	font-weight: 300;
	font-family: "Playfair Display";
}
.banner-sec .banleft {
	width: 380px;
}
.banner-sec .banleft strong {
	font-weight: 200;
    font-family: "Quicksand";
}
.banner-sec .ban-right img {
	width: 100%;
}
.banner-sec .nst {
	border-radius: 190px;
	overflow: hidden;
	height: 490px;
}
.banner-sec .nst.right {
	margin-top: 50px;
}
.banner-sec::before {
	position: absolute;
	content: '';
	background-image: url(images/map.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 1070px;
	background-position: center;
	z-index: -1;
	opacity: .1;
	top: 20px;
}
/* book-frm css */
.book-frm {
	position: relative;
	z-index: 1;
	top: -50px;
}
.book-frm .main-box {
	padding: 15px 20px;
	background-color: #fff;
	box-shadow: 4px 14px 14px 0px rgba(0,0,0,.2);
	border-radius: 30px;
}
.book-frm .bookbtn {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.book-frm .bookbtn .btn.btn-success {
	padding: 6px 70px;
    background-color: #105248;
    transition: .45s;
    border: none;
}
.book-frm .bookbtn .btn.btn-success:hover{
    background-color: #cc8d02;
}
.book-frm label {
	font-family: "Quicksand";
}
/* about-us */
.about-us {
	margin-top: 30px;
}
.about-us .sub-head {
	text-align: center;
	color: #cc8d02;
    font-family: "Quicksand";
    text-transform: uppercase;
    font-weight: 500;
}
.about-us .head h2 {
	text-align: center;
	font-size: 60px;
}
.about-us .text p {
	text-align: center;
    font-family: "Quicksand";
}
/* lodg css */
.lodage-sec {
	margin-top: 70px;
}
.lodage-sec .sub-head {
	color: #cc8d02;
	font-family: "Quicksand";
	text-transform: uppercase;
	font-weight: 500;
}
.lodage-sec .head h2 {
	font-size: 60px;
}
.lodage-sec #pills-tab {
	position: absolute;
	right: 0;
	top: -70px;
}
.lodage-sec .lodage-right {
	position: relative;
}
.lodage-sec .nav-pills .nav-link.active {
	color: #fff;
	background-color: #000;
	border-radius: 30px;
}
.lodage-sec .nav-pills .nav-link{
    color: #000;
    font-family: "Quicksand";
	text-transform: uppercase;
	font-weight: 500;
    border-radius: 30px;
}
.lodage-sec .rm-box .rm-pic img {
	width: 100%;
	transition: .45s;
}
.lodage-sec .rm-box .bmcont {
	margin-top: 15px;
}
.lodage-sec .tab-pane{
    margin-top: 20px;
}
.lodage-sec .rm-pic {
	overflow: hidden;
	border-radius: 30px;
	transition: .45s;
}
.lodage-sec .rm-pic:hover img {
	transform: scale(1.05);
}
.lodage-sec .rm-box {
	text-decoration: none;
	color: #000;
}
/* port-sec css */
.port-sec .head h2 {
	font-size: 40px;
	line-height: 60px;
	width: 730px;
}
.port-sec .nam {
	font-size: 25px;
	position: absolute;
	right: 10%;
	bottom: 0px;
	font-family: "Quicksand";
	color: #cc8d02;
	text-transform: uppercase;
}
.port-sec .wqr {
	position: relative;
}
.port-sec .head h2 {
	font-size: 40px;
	line-height: 60px;
	width: 830px;
}
.port-sec .head h2 .gtr {
	font-size: 110px;
	line-height: 0;
}
.port-sec {
	margin-top: 100px;
    position: relative;
}
.port-sec::before {
	position: absolute;
	content: '';
	background-image: url(images/map.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 650px;
	opacity: .1;
	background-position: center;
	top: -50px;
}
.port-sec .port-pic {
	border-radius: 30px;
	overflow: hidden;
	transition: .25s;
}
.port-sec .port-pic img{
	transition: .25s;
}
.port-sec .port-pic:hover img{
	transform: scale(1.05);
}
.port-sec .prt-slider {
	margin-top: 50px;
	position: relative;
}
.port-sec .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	font-size: 60px !important;
    font-family: "Quicksand" !important;
}
.port-sec .owl-dots {
	display: none;
}
.port-sec .owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	display: flex;
	justify-content: space-between;
	z-index: -1;
}
.port-sec .owl-carousel .owl-prev {
	margin-left: -40px;
}
.port-sec .owl-carousel .owl-next {
	margin-right: -10px;
}
/* expect-sec css */
.expect-sec .banner-pic img {
	width: 100%;
}
.expect-sec {
	margin-top: 80px;
	margin-bottom: 120px;
}
/* video-sec css */
.vdo-sec .vdo-left .head h2 {
	font-size: 60px;
	color: #fff;
}

.vdo-sec {
	position: relative;
	margin-top: 100px;
	padding: 80px 0px;
	background-repeat: no-repeat;
	background-size: cover;
}
.vdo-sec:before{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.4);
}
.vdo-sec .main-content {
	z-index: 2;
	position: relative;
}
.vdo-sec .vdo-left .rut {
	color: #cc8d02;
	font-weight: 700;
}
.vdo-sec .vdo-left .text p {
	color: #fff;
	font-family: "Quicksand";
}
.vdo-sec .vdo-left .head {
	width: 320px;
}
.vdo-sec .vdo-left .text {
	margin-top: 40px;
}
.vdo-sec .vdo-right img {
	width: 100%;
}
.vdo-sec .vdo-right .right-pic {
	border-top-left-radius: 200px;
	border-bottom-left-radius: 200px;
	overflow: hidden;
	height: 400px;
	position: relative;
}
.vdo-sec .vdo-right .bgf {
	width: 30px !important;
}
.vdo-sec .vdo-right .vdbtn a {
	width: 100px;
	height: 100px;
	background-color: rgba(0,0,0,.5);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
    animation: customAni 2s ease 0s infinite normal none;
}
@keyframes customAni {
	0% {
	  opacity: 1;
	}
  
	50% {
	  opacity: 0.2;
	}
  
	100% {
	  opacity: 1;
	}
  }
  
.vdo-sec .vdo-right .vdbtn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.vdo-sec .vdo-right {
	position: relative;
}
/* testimonial-sec */
.testimonial {
	margin-top: 100px;
}
.testimonial .sub-head {
	text-align: center;
	color: #cc8d02;
	font-family: "Quicksand";
	text-transform: uppercase;
	font-weight: 500;
}
.testimonial .head h2 {
	text-align: center;
	font-size: 60px;
}
.testimonial .text p {
	text-align: center;
	font-size: 30px;
	font-style: italic;
}
.testimonial .upic {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.testimonial .upic img {
	width: 150px !important;
}
.testimonial .unm {
	font-size: 24px;
	font-family: "Quicksand";
	font-weight: 500;
	color: #cc8d02;
	margin-left: 20px;
}
.testimonial .user {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}
.testimonial {
	margin-top: 100px;
	position: relative;
}
.testimonial::before{
	position: absolute;
	content: '';
	background-image: url(images/commas.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 100%;
	height: 350px;
	opacity: .07;
	z-index: -1;
	top: -120px;
}
/* footer css */
.flsec .f-logo img {
	width: 180px;
}
.flsec .f-logo {
	padding: 10px;
	background-color: #fff;
	display: inline-block;
	border-radius: 12px;
}
.footer {
	padding: 50px 0px;
	background-color: #062923;
}
.footer .f-text p {
	color: #fff;
}
.footer .f-text{
	margin-top: 10px;
}
.footer .social-head strong{
	color: #fff;
	font-size: 24px;
	margin-bottom: 10px;
}
.footer .fead strong{
	font-size: 24px;
	color: #fff;

}
.footer .dsaa {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}
.footer .bccnn {
	column-count: 2;
}
.footer .dsaa li a {
	color: #fff;
	text-decoration: none;
	transition: .45s;
	display: inline-block;
	font-family: "Quicksand";
}
.footer .dsaa li a:hover{
	color: #ffd154;
}
.footer .dsaa li {
	margin-bottom: 7px;
}

.footer .dsaa li:last-child{
	margin-bottom: 0px;
}
.footer .fead {
	margin-bottom: 20px;
}
.footer .f-box .tre {
	color: #fff;
}
.footer .f-box .phn a {
	font-size: 30px;
	font-family: "Quicksand";
	color: #ffd154;
}
.footer .f-box .add p {
	color: #fff;
	font-family: "Quicksand";
}
.footer .f-box .lin {
	border-bottom: 1px solid #ffd154;
	padding-bottom: 12px;
}
.footer .f-box .dsaa .lin:last-child{
	border-bottom: none;
}
/*footer-bottom*/
.footer-bottom .head h2 {
	font-size: 25px;
	color: #fff;
}
.footer-bottom {
	background: #062923;
}
.footer-bottom .head {
	width: 360px;
}
.footer-bottom .rtside .md-icon {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	display: flex;
	justify-content: end;
}
.footer-bottom .rtside .md-icon a {
	width: 40px;
	height: 40px;
	display: inline-flex;
	text-decoration: none;
	background-color: #efa80e;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	transition: .45s;
}
.footer-bottom .rtside .md-icon a:hover{
	background-color: #fff;
}
.footer-bottom .rtside .md-icon li {
	margin-left: 10px;
}
.footer-bottom .rtside .md-icon li:first-child{
	margin-left: 0;
} 
.footer-bottom .rtside .md-icon li .fa-brands {
	color: #fff;
	transition: .45s;
}
.footer-bottom .rtside .md-icon a:hover .fa-brands{
	color: #000;
}
.footer-bottom .rtside .xzmm {
	padding-left: 0;
	list-style-type: none;
	display: flex;
	justify-content: end;
	margin-top: 10px;
	margin-bottom: 0;
}
.footer-bottom .rtside .xzmm a {
	text-decoration: none;
	color: #fff;
	transition: .45s;
	font-family: "Quicksand";
}
.footer-bottom .rtside .xzmm a:hover{
	color: #efa80e;
}
.footer-bottom .rtside .xzmm li {
	color: #fff;
}
.footer-bottom .row {
	align-items: center;
}
.footer-bottom .main-box {
	padding-top: 20px;
	border-top: 1px solid #fff;
}
/*my-modal*/
.my-modal .btn-close {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
	background-color: #ff0000;
	opacity: 1;
	font-size: 14px;
}
.my-modal .modal-footer {
	border-top: 0;
	display: flex;
	justify-content: center;
}
.my-modal .btn.btn-primary {
	background-color:#cc8d02;
	border: none;
	transition: .45s;
}
.my-modal .btn.btn-primary:hover{
	background-color: #105248;
}
.my-modal .modal-header {
	border-bottom: none;
}
.my-modal .btn-close:focus {
	box-shadow: none;
}
/* gallery */
#gallery .gal-sec{
	margin-top: 60px;
	margin-bottom: 60px;
}
#gallery .nav-tabs .nav-link{
	color: #00623f;
}
#gallery .g-box img{
	width: 100%;
}
#myTab {
	margin-bottom: 30px;
}
#gallery .g-box {
	position: relative;
	transition: .45s;
	margin: auto;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.5);
}
#gallery .g-box:hover{
	transform: scale(1.02);
	box-shadow: 5px 5px 6px 0px rgba(0,0,0,.5);
}
#gallery .g-box::before{
	position: absolute;
	content: '';
	right: 0;
	bottom: 0;
	left: 0;
	height: 0;
	background-color: rgba(0,0,0,.3);
	z-index: 1;
}
#gallery .g-box:hover::before{
	transition: height 700ms;
	height: 100%;
}
#gallery .g-box:hover .eye{
	opacity: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#gallery .eye {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #00623f;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	opacity: 0;
	transition: .45s;
}
#gallery .eye .fa-eye {
	font-size: 25px;
	color: #fff;
}
#gallery .gal-sec .head {
	text-align: center;
	margin-bottom: 30px;
}
/*inner-banner*/
.main-box .innr-ban img {
	width: 100%;
}
.inner-sec {
	overflow: hidden;
}
.brid {
	text-align: center;
	padding: 10px 0px;
	background-color: #105248;
	color: #fff;
}
.brid a {
	text-decoration: none;
	color: #fff;
	transition: .45s;
}
.brid a:hover{
	text-decoration: underline;
}
/* contact-sec */
.contact-sec {
	overflow: hidden;
	margin-top: 60px;
	margin-bottom: 60px;
}
.contact-sec .head h2 {
	text-align: start;
	color: #fff;
}
.contact-sec .head p {
	color: #fff;
}
.contact-sec .left-form {
	background-color: #303231;
	padding: 20px 30px;
	min-height: 100%;
}
.contact-sec .btn.btn-primary {
	background-color: #cc8d02;
	border: none;
	color: #fff;
	transition: .45s;
}
.contact-sec .btn.btn-primary:hover{
	background-color: #00623f;
	color: #fff;
}
.contact-sec .mg-place {
	list-style-type: none;
	padding-left: 0;
	margin-top: 20px;
	margin-bottom: 0;
}
.contact-sec .mg-place li {
	margin-bottom: 10px;
}
.contact-sec .mg-place li:last-child{
	margin-bottom: 0;
}
.contact-sec .head {
	margin-bottom: 20px;
}
.contact-sec .phn {
	margin-top: 20px;
	font-family: "Quicksand";
}
.contact-sec .phn .gew  a {
	text-decoration: none;
	color: #000;
	transition: .45s;
}
.contact-sec .phn .gew  a:hover{
	color: #cc8d02;
}
.contact-sec .gew {
	font-family: "Quicksand";
}
.contact-sec .phn .gew {
	margin-bottom: 10px;
}
.contact-sec .phn .gew:last-child{
	margin-bottom: 0px;
}
.contact-sec .responsive-map{
	overflow: hidden;
	padding-bottom:45.25%;
	position:relative;
	height:0;
	}
.contact-sec .responsive-map iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
	}
.con .htk {
		display: flex;
		justify-content: center;
}
/* rooms-page */
#room-page .lodage-sec {
	margin-top: 70px;
	margin-bottom: 70px;
}
/* about-us */
.our-port .head h3 {
	font-size: 60px;
	text-align: center;
	margin-bottom: 30px;
	color: #fff;
}
.our-port .top-icon img {
	width: 50px;
	filter: invert(1);
}
.our-port .top-pic {
	position: relative;
    
}
.our-port .top-icon {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.our-port .name {
	position: absolute;
	left: 20px;
	bottom: 10px;
	color: #fff;
    z-index: 2;
}

.our-port .p-box{
    transition: .45s;
}
.our-port .p-box:hover {
	transform: scale(1.02);
	box-shadow: 7px 12px 10px 0px rgba(0,0,0,.5);
}
.our-port .main-box {
	background-color: rgba(0,0,0,.5);
	padding: 10px;
	border-radius: 5px;
	backdrop-filter: blur(4px);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.3);
	transition: .45s;
	border: 1px solid #fff;
}
.our-port .main-box:hover{
	transform: scale(1.02);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,.5);
}
.our-port .view-bttn a {
	text-decoration: none;
	padding: 10px 30px;
	background-color: #000;
	color: #fff;
	font-size: 18px;
	transition: .45s;
}
.our-port .view-bttn a:hover{
    background-color: #fff;
	color: #000;
}
.our-port .view-bttn{
    margin-top: 40px;
    text-align: center;
}
.our-port .main-box .rez {
	display: flex;
	align-items: center;
	justify-content: center;
}
.our-port .main-box h5 {
	text-align: center;
	font-size: 24px;
	color: #FFF;
}
.our-port .main-box .count {
	font-size: 34px;
	color: #fff;
	font-weight: 700;
}
.our-port .main-box span {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
}
.bg-pic {
	padding: 70px 70px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	border-radius: 40px;
}
.our-port {
	margin-top: 80px;
	margin-bottom: 60px;
}
#about .story-sec .head {
	text-align: center;
	margin-bottom: 30px;
}
#about .story-sec {
	margin-top: 60px;
}
/*exprience-sec*/
.expricon-sec {
	margin-top: 60px;
	margin-bottom: 60px;
}
.expricon-sec .head {
	text-align: center;
	margin-bottom: 30px;
}
.expricon-sec .picture img {
	width: 100%;
}
.expricon-sec .picture{
	border-radius: 30px;
	overflow: hidden;
}
.expricon-sec .cgt {
	color: #cc8d02;
}
.expricon-sec .text p{
	font-family: "Quicksand";
}
.expricon-sec .ex-button a {
	text-decoration: none;
	padding: 8px 30px;
	background-color: #000;
	border-radius: 6px;
	color: #fff;
	transition: .45s;
}
.expricon-sec .ex-button a:hover{
	background-color: #105248;
}
.expricon-sec .ex-button {
	margin-top: 80px;
}
/*details*/
.details-sec {
	margin-top: 60px;
}
.details-sec .pic {
	overflow: hidden;
	border-radius: 30px;
}
.details-sec .box .icon .fa-solid {
	font-size: 40px;
}
.details-sec .box .icon {
	display: flex;
	justify-content: center;
}
.details-sec .nm {
	text-align: center;
	margin-top: 10px;
	font-size: 20px;
	font-family: "Quicksand";
}
.details-sec .box {
	background-color: #fff;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.3);
	padding: 10px;
}
.details-sec .price {
	font-size: 26px;
	color: #00623f;
	font-family: "Quicksand";
	margin-bottom: 10px;
	font-weight: 600;
}
.details-sec .text {
	margin-bottom: 60px;
}
.details-sec .bokbtn a {
	text-decoration: none;
	font-size: 26px;
	background-color: #cc8d02;
	padding: 5px 10px;
	border-radius: 6px;
	transition: .45s;
	color: #fff;
}
.details-sec .bokbtn a:hover{
	background-color: #00623f;
}
.details-sec .bokbtn {
	margin-top: 40px;
}
/* facilites-sec */
.facilities-sec .head {
	margin-bottom: 30px;
}
.facilities-sec .juy {
	list-style-type: none;
}
.facilities-sec .juy li{
	margin-bottom: 10px;
	position: relative;
	font-family: "Quicksand";
	font-weight: 500;
}
.facilities-sec .juy li::before {
	position: absolute;
	content: '';
	background-image: url(images/correct.png);
	left: -32px;
	top: 3px;
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
}
.facilities-sec {
	margin-top: 50px;
	margin-bottom: 50px;
}
/* package-sec */
.pack-sec .main-box .top-pic img {
	width: 100%;
}
.pack-sec .main-box .trnm {
	margin-top: 5px;
	font-family: "Quicksand";
}
.pack-sec .main-box .tbn {
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 10px;
}
.pack-sec .main-box .tbn li{
	position: relative;
	font-family: "Quicksand";
	margin-bottom: 5px;
}
.pack-sec .main-box .tbn li:last-child{
	margin-bottom: 0px;
}
.pack-sec .main-box .tbn li::before {
	position: absolute;
	content: '';
	background-image: url(images/correct.png);
	left: -30px;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	top: 4px;
}
.pack-sec .main-box .bottom-cont {
	padding: 10px;
}
.pack-sec .main-box {
	background-color: #fff;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
	overflow: hidden;
	border-radius: 30px;
	transition: .45s;
	min-height: 100%;
}
.pack-sec .main-box:hover{
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,.2);
	transform: scale(1.02);
}
.pack-sec .main-box .bkbtn a {
	text-decoration: none;
	font-size: 20px;
	background-color: #cc8d02;
	padding: 5px 20px;
	border-radius: 6px;
	color: #fff;
	transition: .45s;
}
.pack-sec .main-box .bkbtn a:hover{
	background-color: #105248;
}
.pack-sec .main-box .bkbtn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
.pack-sec .head {
	margin-bottom: 30px;
	text-align: center;
}
.pack-sec {
	margin-top: 60px;
	margin-bottom: 60px;
}