@import url('https://fonts.googleapis.com/css?family=Crimson+Pro&display=swap');
@import url('https://fonts.googleapis.com/css?family=Jomhuria&display=swap');
@import url('https://fonts.googleapis.com/css?family=Crimson+Text&display=swap');

@font-face {
  font-family: Trajan Pro Regular;
  src: url(../fonts/Trajan Pro Regular.ttf);
}

h2{
	font-family: 'Crimson Pro', serif;
	padding-bottom: 10px;
}

p{
	font-family: 'Crimson Text', serif;
	font-size: 19px;
}

html {
  scroll-behavior: smooth;
}

header
{
	position: absolute;
	z-index: 9;
	width: 100%;

}

header .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link{
	color: #ee5921;
	position: inherit;
}

header .navbar-light .navbar-nav .nav-link {
    color: #000;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	margin-left: 20px;
	font-family: 'Crimson Pro', serif;
	letter-spacing: 1px;
}

header .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ee5921;
}

header .navbar-brand img{
	width: 210px;
}

.menu{
	background: rgba(255,255,255,0.6);
}

#header {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  transition: top 0.3s;
}

.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: white;
	background-color: #ee5921;
	padding: 4px 14px;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	z-index: 9;
	border: 4px solid #ffffff96;
	
}

.go-top svg{
	font-size: 40px;
}

.go-top i{
	font-size: 40px;
}

.go-top:hover {
	background-color: #fff;
	color: #ee5921;
	border:4px solid #ee59219e;
}

.log-btn{
	padding: 10px 40px;
	background: transparent;
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	border: 2px solid #fff;
	font-weight: 600;
	font-family: 'Crimson Pro', serif;
	letter-spacing: 1px;

}

.log .log-btn{
	padding: 5px 40px;
	margin-left:30px;
}
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
    color: black;
    border-color: #000;
}

.navbar-light .navbar-nav .nav-item .nav-link::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background: #ee5921;
    left: -13px;
}

.but .hvr-shutter-in-vertical::before {
	background: #ee5921;
	
}

.bg-light {
    background-color: #ffffffe0 !important;
}

.w-100 {
    width: 100% !important;
    height: 100vh;
    object-fit: cover;
}

.carousel-caption {
    position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 8;
	color: #fff;
	background: #0000009e;
	border-radius: 0 45px 0 45px;
}

.carousel-caption h5{
	font-size: 60px;
	font-family: 'Crimson Pro', serif;
	font-weight: 700;
	line-height: 45px;
	text-shadow: 1px 1px 4px #000;
}

.carousel-caption p{
	font-size: 25px;
	font-weight: 600;
	color: #fff;
	font-family: Trajan Pro Regular;
	text-shadow: 1px 1px 4px #000;
	padding-top: 10px;
}


.circles{
    margin: 30px 0;
}

.cir{
    padding: 30px 30px;
    text-align: center;
    margin: 0 auto;
    border-radius: 65px 0px 65px 0;
	width: 340px;
	height: 290px;
    
}


.first{
	background: #005caa;
	color: #fff;
}

.third{
	background: #d99b00;
	color: #fff;
}


.cen{
	background: #ee5921;
	color: #fff;
}

.cir svg{
    font-size: 40px;
}

.cir p{
    color: #fff;
    font-size: 17px;
}

.cir h2{
    padding-bottom: 5px;
}


.property-section{
	padding: 45px 0;
}

.highlight{
	background: url(../img/high.png) fixed;
    background-size: auto;
	background-size: cover;
	padding: 40px;
}

.highlight-text{
	color: #fff;
}

.highlight-text h2{
	font-size: 45px;
	text-align: center;
	padding-bottom: 30px;
}
.highlight-text ul{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
}
.highlight-text ul li{
	list-style: none;
	font-size: 22px;
	/*float: left;*/
	/*width: 50%;*/
	padding: 15px 0;
	font-family: 'Crimson Text', serif;
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
	max-width: 33%;
}

.highlight-text ul li svg{
	padding: 5px;
	border: 2px solid #fff;
	width: 40px !important;
	height: 40px;
	color: #ee5921;
	margin-bottom: -12px;
	margin-right: 4px;
}

.highlight-text ul li img{
	width: 40px;
	height: 40px;
	padding: 5px;
	border: 2px solid;
	margin-right: 10px;
}

.pic{
	position: relative;
	width: 25%;
	float: left;
	overflow: hidden;
}

.pic img{
	width: 100%;
	height: 250px;
	transition: all 0.5s ease-in-out;
}

.overlay{
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	background: rgba(255, 255, 255, 0.65);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .3s ease;
	transition: .3s ease;
	border: 3px solid #ee5921;
}

.pic:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  overflow: hidden;
}

.pic:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.text {
  	color: #ee5921;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 35px;
}


.head {
	text-align: center;
	padding: 20px;
}

.head h2{
	border-bottom: none;
	display: block;
	font-size: 50px;
	padding: 0;
	margin: 0;
}

.head img{
	width: 200px;
}

.gallery .but{
	overflow: hidden;
	display: block;
	width: 100%;
	padding: 20px;
}

.testimonials{
	background: url(../img/review.png);
	padding: 20px;
}

.testimonials .head h2{
	color: #fff;
}

.review{
	background: #fff;
	padding: 10px;
	margin: 10px;
	
}

.review p:nth-child(3){
	min-height: 145px;
}

.review img{
	width: 150px !important;
	height: 150px;
	border-radius: 50%;
	margin: 0 auto;
}

.review h3{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: 'Crimson Pro', serif;
}

.border-green{
	width: 70px;
	height: 2px;
	background: #ee5921;
	margin-bottom: 10px;
}

.owl-nav, .owl-dots{
	display: none;
}

.testimonials .but{
	padding-top: 25px;
}

footer{
	padding: 20px;
	background: #262626;
	color: #fff;
}

.about-owner img{
	border-radius: 50%;
	width: 80px;
	height: 80px;
	object-fit: cover;
}

.about-owner a{
	color: #ee5921;
}

.address-owner h2{
	text-align: center;
}

.address-owner ul li{
	list-style: none;
	transition: .7s ease-in-out;
	font-size: 22px;
	font-family: 'Crimson Text', serif;
}

.address-owner ul li:hover{
	color: #ee5921;
}

.address-owner ul li svg{
	width: 20px !important;
	height: 20px;

}

.social{
	overflow: hidden;
	padding-top: 20px;
}

.address-owner ul li a{
	font-size: 21px;
	color: #fff;
	text-decoration: none;
	font-family: 'Crimson Text', serif;
	padding-left: 10px;
	transition: .7s ease-in-out;
}

.address-owner ul li a:hover{
	color: #ee5921;
}

.social ul li{
	width: 33%;
	float: left;
}

.social ul li a{
	padding-left: 0;
}

.social ul li a svg{
	width: 50px !important;
	height: 50px;
	border: 1px solid;
	padding: 5px;
}

.bottom-footer{
	background: #000;
	padding: 10px;
	color: #fff;
	overflow: hidden;
}

.bottom-footer h6{
	display: inline-block;
	float: left;
	text-align: left;
	margin: 5px;
}

.bottom-footer p{
	float: right;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.bottom-footer img{

	width: 100px;
	padding-bottom: 8px;
	margin-left: 5px;
}

.breadcrumb{
	height: 300px;
	background: url(../img/bread.png);
    background-size: auto;
	background-size: cover;
	margin: 0;
	background-position: center;
	position: relative;
	border-radius: 0;
}

.breadcrumb h1{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-family: 'Crimson Pro', serif;
	font-size: 60px;
}

.left .fotorama{
	background: url(../img/3.png);
	background-size: cover;
	padding: 15px;
}


.left .fotorama .fotorama__stage__frame  img{
	border:5px double #fff !important;
}



.rate-sec
{
  margin: 0 0 15px;
  background: #fff;
  padding: 20px;
}
.rate-sec h3
{
  font-size: 26px;
    margin: 0 0 10px;
    color: #000;
    font-weight: bold;
  border-bottom: 1px solid #eee;
      padding: 0 0 10px;
}
.responsive-table {
  width: 100%;
  margin-bottom: 1em;
  margin-top: 1em;
  font-family: 'Source Sans Pro', sans-serif;
}
.responsive-table thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

@media (min-width: 44em) {
.responsive-table thead {
  position: relative;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}
}
.responsive-table thead th {
  background-color: rgb(70, 79, 86);
  border: 1px solid rgb(70, 79, 86);
  font-weight: normal;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
}
.responsive-table thead th:first-of-type {
  text-align: left;
}
.responsive-table tbody, .responsive-table tr, .responsive-table th, .responsive-table td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}

@media (min-width: 44em) {
.responsive-table tr {
  display: table-row;
}
}
.responsive-table th, .responsive-table td {
  padding: .5em;
  vertical-align: middle;
}

@media (min-width: 30em) {
.responsive-table th, .responsive-table td {
  padding: .75em .5em;
}
}

@media (min-width: 44em) {
.responsive-table th, .responsive-table td {
  display: table-cell;
  padding: .5em;
}
}

@media (min-width: 62em) {
.responsive-table th, .responsive-table td {
  padding: .75em .5em;
}
}

@media (min-width: 75em) {
.responsive-table th, .responsive-table td {
  padding: .75em;
}
}
.responsive-table caption {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 44em) {
.responsive-table caption {
  font-size: 1.5em;
}
}
.responsive-table tfoot {
  font-size: .8em;
  font-style: italic;
}

@media (min-width: 62em) {
.responsive-table tfoot {
  font-size: .9em;
}
}

@media (min-width: 44em) {
.responsive-table tbody {
  display: table-row-group;
}
}
.responsive-table tbody tr {
  margin-bottom: 1em;
  border: 2px solid rgb(70, 79, 86);
}

@media (min-width: 44em) {
.responsive-table tbody tr {
  display: table-row;
  border-width: 1px;
}
}
.responsive-table tbody tr:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 44em) {
.responsive-table tbody tr:nth-of-type(even) {
  background-color: rgba(94, 93, 82, 0.1);
}
}
.responsive-table tbody th[scope="row"] {
  background-color: #fff;
  color: #000;
}

@media (min-width: 44em) {
.responsive-table tbody th[scope="row"] {
  background-color: transparent;
    color: #4e4e4e;
    text-align: left;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 30px;
}
}
.responsive-table tbody td {
  text-align: right;
  color: #333;
  font-weight: 300;
}

@media (min-width: 30em) {
.responsive-table tbody td {
  border: 1px solid rgb(70, 79, 86);
  color: #000;
  font-weight: 600;
}
}

@media (min-width: 44em) {
.responsive-table tbody td {
  text-align: center;
  color: #333;
  font-weight: 600;
  font-size: 14px;
}
}
.responsive-table tbody td[data-type=currency] {
  text-align: right;
}
.responsive-table tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  font-size: 1em;
  color: #333;
  font-weight: 600;
}

@media (min-width: 30em) {
.responsive-table tbody td[data-title]:before {
  font-size: .9em;
}
}

@media (min-width: 44em) {
.responsive-table tbody td[data-title]:before {
  content: none;
}
}
.ratesAdditional {
  margin: 30px 0px 0px;
}
.ratesAdditional h2 {
 font-size: 18px;
    color: #000;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin: 0 0 15px;
    padding: 0 0 10px;
    font-weight: 600;
    border-bottom: 1px solid #ec2027;
}
.ratesAdditional ul {
  padding: 0px;
  margin: 0px 0 15px;
}
.ratesAdditional p {
  	color: #212529;
	padding: 0;
	margin: 0 0 10px;
	line-height: 25px;
	font-size: 19px;

}
.ratesAdditional ul li {
  padding: 5px 0px !important;
	list-style: none;
	width: 100% !important;
}
.ratesAdditional ul li:last-child {
  border-bottom: none;
}
.ratesAdditional strong {
  width: 500px;
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding: 3px;
  font-weight: 500;
}
.ratesAdditional span {
  display: inline-block;
  color: #000;
  font-weight: 500;
  padding: 5px;
  font-size:18px;

}

#map{
	height: 350px;
}

.left{
	background: #eee;
	padding: 20px;
}

.left .navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
	font-size: 20px;
	font-family: 'Crimson Pro', serif;
}

.left .bg-dark {
    background-color: #ee5921 !important;
    color: #fff;
}

.left .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
    border-bottom: 1px solid;
}

.left ul{
	overflow: hidden;
    padding-bottom: 0;
}
/*
.left #bookingtabshow ul{
	padding:0;
	padding-top: 20px;
}

.left #bookingtabshow ul li{
	float: left;
    width: 14%;
    padding: 0px 5px;
    list-style: none;
    text-align: center;

}


.left #bookingtabshow ul li:after{
	content: "+";
    position: relative;
    top: -37px;
    right: -83px;
    font-size: 25px;
}

#messageshow5{
	position: relative;
	top: -12px;
}

#messageshow5:after
{

display: none;
}

#messageshow4:after{
	display: none;
}

#messageshow5:before{
	content: "=";
    font-size: 25px;
    position: relative;
    top: 24px;
    right: 30px;
}

.left #bookingtabshow ul li span{
	display: block;
    margin: 0 auto;
    text-align: center;
}

.left .common{
	padding-top: 70px;
	background: #fff;
	margin-bottom: 10px;
	padding-bottom: 10px;
}*/
.left #Amenities ul li{
	float: left;
	width: 23%;
	margin: 10px;
}

.left h5{
	font-family: Trajan Pro Regular;
}

.reviews-page
{
  margin: 0 0 15px;
  background: #fff;
  padding: 20px;
}
.reviews-page h3
{
 font-size: 26px;
    margin: 0 0 10px;
    color: #000;
   border-bottom: 1px solid #eee;
   padding: 0 0 15px; 
   font-weight: bold;
}
.reviews-page h3 span
{
float: right;
}
.reviews-page h3 span a
{
  background: #ee5921;
    color: #fff;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    margin: 0 0 10px;
    display: inline-block;
}
.review-page-inner
{
  margin: 0 0 10px;
border-bottom: 1px solid #eee;
}
.review-page-inner .review-img-box img
{
  width: 100px;
  height:100px;
  border-radius: 50px;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}
.review-page-inner .review-img-box h5
{
  margin: 10px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.review-page-inner .review-con-box h3
{
border: 0;
margin: 0 0 10px;
padding: 0;
color:#000;
font-size: 18px;
}
.review-page-inner .review-con-box p
{
 font-size: 18px;
    line-height: 26px;
    margin: 0 0 10px;
}
.review-con-box ul
{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.review-con-box ul li
{
  display: inline-block;
  color:#ffc107;
}
.review-con-box ul li i
{
font-size: 14px;
}

.right{
	padding: 20px;
	background: #eee;
	position: sticky;
	top: 0;
}



.right h2{
	
}

.right h2 img{
	width: 60px;
	margin-right: 15px;
}

.right .prop-icon-inner ul{
	overflow: hidden;
	padding: 0;
	margin:0;
}

.responsive{
	display: none;
}

.non-responsive{
	display: block;
}

.prop-icon-inner ul li{
	list-style: none;
    width: 24%;
    float: left;
    border: 1px dashed #ee5921;
    padding: 15px;
    font-family: 'Crimson Pro', serif;
    margin: 25px 5px;
    font-size: 22px;
    background: #fff;
}

.prop-icon-inner ul li img{
	width: 45px;
    height: 45px;
    margin-right: 10px;

}

.calendar-prop
{
	padding: 10px;
	background: #fff;
	margin: 0px 0 15px;
	border: 1px solid #ddd;
}

.check-avl{
	text-align: center;
    background: #ee5921;
    padding: 10px;
    display: block;
    width: 50%;
    margin: 10px auto;
}

.check-avl a{
	color: #fff;
	text-decoration: none;
	font-size: 25px;
}

#showmessage{
	padding: 10px 0 0;
}

#showmessage b{
	color: #000;
	font-weight: 600;
}

#bookingbuttonshow{
	background: #ee5921;
    padding: 7px;
    display: block;
    width: 100%;
    color: #fff;
    float: right;
}

.calendar-prop h3
{
  font-size: 26px;
    margin: 0 0 10px;
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    padding: 0 0 10px;
}
.calendar-prop img
{
  width: 100%;
}

.area{
	overflow: hidden;
}

.area-img img{
	width: 100%;
	height: 250px;
}

.area2{
	background: #eee;
}

.area-con{
	padding: 10px;
}


.contact{
	background: url(../img/contact.png) fixed;
    background-position-x: 0%;
    background-position-y: 0%;
	background-position: right;
}

.contact-form{
	background: #ffffff69;
	padding: 20px;
}

#register_form input,textarea{
	width: 100%;
	padding: 5px;
}

#register_form button{
	background: #ee5921;
    color: #fff;
}

.property-page-slide .pad0
{
	padding-left: 0;
	padding-right: 0;
}
.prop-slider-pic
{
	border:1px solid #000;
	position: relative;
	overflow:hidden;
	text-align: center;
}

.property-page-slide{
	overflow: hidden;
}

.prop-slider-pic img
{
	width: 100%;
	height: 450px;
	object-fit: cover;
	display:block;
	position:relative;
	-webkit-transition:all .4s linear;
	transition:all .4s linear;
}
.prop-slider-pic.pic-sec img
{
	height: 224px;
}

.prop-slider-pic .overlay-sl
{
	width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}


.prop-slider-pic .overlay-sl h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.prop-slider-pic .overlay-sl a.info-l {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:1;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;

position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;

padding:7px 14px;
}

.prop-slider-pic .overlay-sl a.info-l:hover {
box-shadow:0 0 5px #fff;
}

.prop-slider-pic:hover img {
-ms-transform:scale(1.1);
-webkit-transform:scale(1.1);
transform:scale(1.1);
}

.prop-slider-pic:hover .overlay-sl {
opacity:1;
filter:alpha(opacity=100);
}


.prop-slider-pic .overlay-sl:hover h2, {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.prop-slider-pic .overlay-sl:hover a.info-l {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}



.check-avl
{
  text-align: center;
}
.check-avl a
{
  background: #ec2027;
    display: inline-block;
    padding: 5px 30px;
    color: #fff;
    margin: 2px 0 0px;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
}
.check-avl a:hover
{
  color: #fff;
}

.form-req-inner form .form-group
{
  margin-bottom: 8px;
}
.form-req-inner label
{
  font-size: 13px;
  font-weight: 600;
}
.form-req-inner p
{
  margin-bottom: 1px;
}

.form-req-inner input

{
  width: 100%;
  border:0;
  position: relative;
  height: 30px;
  line-height: 30px;
}
.form-req-inner select
{
  width: 100%;
  border-radius: 0;
  position: relative;
}

.form-req-inner .check-pt
{
  border:1px solid #ddd;
}
.form-req-inner .check-pt1 input 
{
  border:1px solid #ddd;
  height: 40px;
  border-radius: 0; 
}

.clr-dates
{
  text-align: right;
}
.clr-dates a
{
  text-align: right;
  color: #ec2027;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
}

.icon-check-in
{
  text-align: center;
  padding-top: 7px;
}
.icon-check-in i
{
  font-size: 20px;  
}


.from-dt-sec ul
{
  list-style-type: none;
  padding: 0;
  margin:0;
}
.from-dt-sec ul li
{
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 2px;
}

.from-dt-sec ul li:nth-child(6)
{
  font-weight: normal;
}

.from-dt-sec ul li span
{
  float: right;
}  

button.sub-form-gst
{
  background: #ec2027;
    display: inline-block;
    padding: 8px 30px;
    color: #fff;
    margin: 0px 0 0px;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    border: 0;
}
.book-q
{
  background: #fff;
  padding: 50px 0;
}
.book-q .card-header
{
  background: #333;
}
.book-q .card-link
{
  text-align: center;
  width: 100%;
  display: block;
  font-weight: 600;
  font-size: 20px;
  background: #333;
  color:#fff;
}
.form-infor label
{
  font-weight: bold;
}
.form-infor input
{
  border:1px solid #333;
}
.form-infor textarea
{
  border:1px solid #333;
}

.form-infor .btn-cen-in
{
  text-align: center;
}

.form-infor button
{
  background: #ec2027;
    padding: 10px 10px;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
    border:0;
    font-size: 100%;
    text-transform: uppercase;
}
.form-infor .btn-cen-in.btn-new-us button
{
  width:100%;
}
.info-book-dt
{
  border: 1px solid #ccc;
}
.info-book-dt .inf-dt-img
{
  position: relative;
}
.info-book-dt .inf-dt-img img
{
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.info-book-dt .inf-dt-img .img-btm-txt
{
  position: absolute;
  bottom: 0;
  width: 100%;
 background: rgba(0, 0, 0, 0.6);
 padding: 5px;
 text-align: center;
}
.info-book-dt .inf-dt-img .img-btm-txt h3
{
  color: #fff;
  text-align: center;
  font-size: 17px;
}
.check-system
{
  padding: 10px;
  border-bottom: 1px solid #eee;
  overflow:hidden; 
}
.check-system ul
{
padding: 0;
margin:0;
list-style-type: none;
}
.check-system ul li
{
float: left;
font-weight: bold;

}
.check-system ul li:last-child
{
  float: right;
}

.check-system ul li span
{
  display: block;
font-weight: 600;
}
.check-system-in
{
  clear:both;
  padding: 10px;
}
.check-system-in h3
{
  font-size: 18px;
  font-weight: bold;
}
.check-system-in ul
{
  list-style-type: none;
  padding: 0;
  margin:0;
}
.check-system-in ul li
{
  color:#000;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.check-system-in ul li span
{
  float: right;
}
.check-system-in ul li:last-child
{
  border: 0;
  font-weight: bold;
}