/* General */

body {
	font-family: 'Roboto', sans-serif;	
}

ul {
	padding: 0;
	margin: 0;
}
*{
	outline: none !important;	
}
/**:hover{
	transition: 0.2s;
}*/

.form-control:focus{	    
    border-color: #dadada;
    box-shadow: none;
    
}
a {
	text-decoration: none !important;
	color: #F8A801;
}

main {
	margin: 50px 0;
}
h1,h2,h3,h4,h5,h6{
	margin-bottom: 0;
}


/* Header */

header {
	/* background-image: url(../images/banner.png); */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 40px 0;
}

.site-main h1 {
	font-family: 'Arvo', serif;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 60px;
	text-shadow: 4px 4px 2px rgba(55, 36, 0, 0.5);
}
.main-content-wrap{
	 padding-bottom: 172px; 
}
#page-container {
  position: relative;
  min-height: 100vh;
}


/* Tab General */

.top-navigation {
	display: inline-block;
	margin-top: 50px;	
}

.nav-tabs {
	border-bottom: 0;
}

.nav-tabs .nav-item {
	margin-bottom: -1px;
	background-color: #F3F3F3;
	border-radius: 8px;
	margin: 0 5px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #ffffff;
	background-color: #F8A801;
	border: transparent;
	border-left: none;
	border-top: none;
	border-right: none;
	
}

.nav-tabs .nav-link {
	color: #727272;
    font-weight: 900;    
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: 0.5px;
    font-size: 14px;
    padding: 1rem 2rem;
    border-radius: 8px;
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link.active:hover{
	color: #ffffff;
	background-color: #F8A801;;
	border-left: none;
	border-top: none;
	border-right: none;		
}
.nav-tabs .nav-link:hover, .nav-link:focus {
	/*color: #727272;*/
    font-weight: 900;    
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: 0.5px;
    font-size: 14px;
    padding: 1rem 2rem;
    border-radius: 8px;
}
.form-boxes {
	padding: 1.5rem 2rem 0rem 2rem;
}


/* Tab-content */

.section-main {	
	font-size: 1.2rem;
	color: #5A3E00;
	font-weight: 700;
	border-bottom: 1px solid #CCCCCC;
	padding: 15px;
	margin-bottom: 0;
}

fieldset {	
	margin: 0 0 3rem 0;
}
fieldset.form-group{
	margin-bottom: 0;
}

.form-check label {
	margin-bottom: 0.5rem;
	font-size: 1rem;
	color: #393939;
	font-weight: 500;
}

.form-check {
	margin-bottom: 1.5rem;
}

.form-control {
	border: 1px solid #dadada;
	border-radius: .15rem;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	line-height: 2;
}
.input-group{
	padding: 0;
}
.input--style-1-small{
	padding: 12px 15px;
	border:1px solid #dadada;
}
.dropdown-select{
    border: 1px solid #dfdfdf;
    border-radius: 0;
    box-shadow: none;
}

.table th,
.table td {
	text-align: center;
	border-right: 1px solid #E8E8E8;
}

.table th {
	background-color: #F3F3F3;
	font-size: 1.2rem;
}

.table tbody tr:nth-of-type(even) {
	background-color: #FEF9F2;
}

input[type=file].form-control {
	line-height: 1.6;
}

.customer-details form .submit-btn{
	margin-top: 1rem;
	min-width: 200px;
	display: inline-block;
}

table {
	border: 1px solid #E8E8E8;
}

.submit-btn {
	background-color: #F8A801;
	color: #ffffff;
	border: none;
	padding: 12px 30px;
	border-radius: 4px;
	font-weight: 500;
	cursor: pointer;
}

.submit-btn:hover {
	background-color: #DF6800;	
	color: #ffffff;
}

.custom-datepicker {
	background-image: url(../images/icon.png);
	background-position: center right 15px;
	background-repeat: no-repeat;
}

.custom-select {
	background: #fff url(../images/double-select.png) no-repeat right 20px center;
	height: 46px !important;
}
.input-group-icon{
	background: #fff url(../images/select.png) no-repeat right 20px center;
}
.minus:hover, .plus:hover {
    background: #F8A801;
    border-color: #F8A801;
    color: #fff;
}
.customer-details{
	margin: 0 0 2rem 0;
}

/* Darshan Booking Form */


/* Footer */

footer {
	background-color: #F8F8F8;
	padding: 50px 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}

footer ul li {
	display: inline-block;
	list-style-type: none;
}


/*footer ul li:first-child a{
	border-right: 1px solid #5D5D5D;
}*/

.footerlink a {
	color: #5D5D5D;
	padding: 0 10px;
	font-size: 16px;
	line-height: 16px;
}

.footerlink a:hover {
	color: #FFBC37;
}

.copyright {
	color: #5D5D5D;
	margin-top: 10px;
}

.copyright p {
	font-size: 15px;
}

/* Booking Details */
.booking-wrap{
	border: 1px solid #D1D1D1;	
	margin-bottom: 20px;
}
.update-details a{
	font-size: 16px;
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
	line-height: 16px;
}
.update-details a.soft{
	color: #393939;	
}
.update-details a.danger{
	color: #FF4040;	
}
.update-details a img{
	margin-right: 5px;
	display: inline-block;
    vertical-align: bottom;
}

.booking-wrap h3{
	font-size: 18px;
	font-weight: 700;
	color: #393939;
	text-align: left;
	background-color: #F3F3F3;
	padding: 20px 15px;
}
.booking-detail{
	padding: 10px 15px;	
}
.light-label{
	color: #B8B8B8;
	font-size: 13px;
	font-weight: 500;
}
.actual-data{
	color: #393939;
	font-weight: 500;
	font-size: 14px;
	line-height: 28px;
}
.booking-detail > .row{
	margin-top: 10px;
	margin-bottom: 10px;
}
.modal-title{
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	color: #5A3E00;
}
.modal-header{
	border-bottom: none;
	display: block;
	padding-bottom: 0;	
}
.modal-dialog {
	max-width: 600px;
	
}
.modal-content{
	padding: 2rem;
	border-radius: 16px;
}
.modal-content form{
	margin-top: 1.5rem;
}
.modal-content p{
	margin-top: 1rem;
	font-size: 14px;
}
.modal-header p{
	font-size: 16px;
	color: #727272;
}
.modal-content form p{
	margin-top: 1.5rem;
}
.form-check p small{
	margin-top: 20px;
	font-size: 16px;
	font-weight: 700;
	color: #727272;
}
#verify-otp .submit-btn{
	width: 100%;
}
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

/* Resposive Design */

@media (max-width: 992px) {
	.site-main h1 {
		font-size: 42px;
	}
	main {
    	margin: 30px 0;
	}
	header{
		padding: 40px 0 20px 0;
	}
	.booking-wrap{
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.booking-wrap h3 span{
		margin-bottom: 10px;
		display: inline-block;
	}
	.update-details a{
		font-size: 14px;
		margin: 0 3px;
	}
	.update-details a img{
		max-width: 14px;
	}
	.booking-wrap h3 {
    	font-size: 16px;
	}
	.top-navigation{
		margin-top: 30px;
	}
	main {
    	margin: 30px 0;
	}
	.site-main img{
		max-width: 100px;
	}
	header{
		padding: 20px 0;
	}
	.form-boxes {
    	padding: 1rem 1.5rem 1rem 1.5rem;
	}
	.section-main{
		font-size: 1.2rem;
	}
	.form-check label{
		font-size: 1rem;
	}
	.site-main h1 {
		font-size: 30px;
	}	
	.table th, .table td{
		font-size: 1rem;
	}
	.table td{
		font-size: 0.8rem;
	}
	/*.nav-tabs .nav-link {
		font-size: 15px;		
	}*/	
	.nav-tabs .nav-item {
		margin: 10px auto;
		width: 100%;
		max-width: 350px;
	}
	.form-boxes .submit-btn{
		margin-bottom: 1rem;
	}
	footer{
		padding: 30px 0;
	}
	.main-content-wrap {
    	padding-bottom: 113px;
	}
	.booking-wrap{
		margin-bottom: 20px;
	}	
	.dropdown-select{
		padding: 30px;
	}
	.quantity {
     float: right;
    }
}