@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadPro-Regular.woff') format('woff'),
        url('../fonts/MyriadPro-Regular.ttf') format('truetype'),
        url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	 font-family: 'Myriad Pro';
	color: #231F20;
	font-size: 16px;
}
body{
	background: #fff;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a:hover{
	text-decoration: none;
}


.my-container{
	max-width:650px;
	margin: auto;
	background: #fff;
	position: relative;
	padding: 0 30px;
}
.my-container:before{
	content: url(../muharram/images/left-back.jpg);
    position: absolute;
    left: -160px;
	top: 30px;
}
.my-container:after{
	content: url(../muharram/images/right-back.jpg);
    position: absolute;
    right: -160px;
	top: 30px;
}

/*font*/
@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Semibold.eot');
    src: url('../fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-BoldCond.eot');
    src: url('../fonts/MyriadPro-BoldCond.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-BoldCond.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Bold.eot');
    src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-It.eot');
    src: url('../fonts/MyriadPro-It.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-It.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Cond.eot');
    src: url('../fonts/MyriadPro-Cond.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Cond.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BPreplay';
    src: url('BPreplay.eot');
    src: url('BPreplay.eot?#iefix') format('embedded-opentype'),
        url('BPreplay.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1{
	font-size: 44px;
	font-weight: bold;
	color: #000000; /*#841618;*/
}
h2{
	color: #5E5F5F;
	font-size: 25px;
	font-weight: bold;
}
h3{
	font-size: 28px;
	font-weight: bold;
	color: #841618;
}
h4{
	font-size: 24px;
	font-weight: normal;
	color: #841618;
}
p{
	font-weight: normal;
	color: #231F20;
}
.my-btn{
	font-size:14px;
	font-weight: bold;
	color: #fff;
	background: #27AAE1;
	border-radius: 5px;
	border: 1px solid #fff;
    box-shadow: 0px 0px 0px 2px #1B75BC;
    padding: 8px 25px;
}

.form-control{
	font-family: 'BPreplay';
}
.terms-condition ol li{
	font-size: 16px;
	list-style: decimal;
	margin-left: 10px;
}
.terms-condition ol li span{
	font-weight: 600;
}
.custom-checkbox .custom-control-label::before{
	border-radius: 0;
	top: 2px;
}
.custom-control-label::after{
	top: 2px;
}
.custom-checkbox .custom-control-label{
	font-weight: normal;
    font-style: italic;
	font-size: 12px;
}
.mail-address h4 a{
	color: #1B75BC;
	font-size: 24px;
}

.login-form{
	width: 60%;
	margin: 0 auto;
	margin-top: 50px;
}
.login-form .form-group, .filter-area{
	padding: 7px;
	box-shadow: 0px 0px 0px 6px #fcfcfc;
	border-radius: 5px;
	background: linear-gradient(#fff, #eceff0);
}
.login-form .form-control, .filter-area .form-control{
	box-shadow: inset 0px 1px 4px #f1f1f1;
    border: 1px solid #f1f1f1;
	font-size: 12px;
	height: 32px;
}
.login-form .form-group{
	margin-bottom: 35px;
}
.login-form .login-btn{
	margin: 0 auto;
	display: block;
	background: radial-gradient(#6ac8f3, #25aae1);
	border: none;
	box-shadow: none;
	padding: 12px 15px 7px;
	cursor: pointer;
}
.login-form button .fas{
	font-size: 21px;
	color: #fff;
}
.custom-select.mr-sm-2.form-control{
	color: #1B75BC;
}
.login-form .btn.my-btn{
	display: block;
	margin: 0 auto;
	margin-bottom: 40px;
}
.login-form .btn.my-btn.next{
	font-size: 21px;
	margin-bottom: 50px;
}
.page-one-btn{
	padding: 0 50px;
}
.page-one-btn .my-btn{
	padding: 10px 40px;
}
.login-form h3{
	color: #1B75BC;
}
.login-form-2{
	width: 90%;
}
.login-form-2 .input-group-text{
	padding: 0;
}
.login-form-2{
	padding-top: 30px;
}
.login-form-2 .input-group-text button{
	background: radial-gradient(#6ac8f3, #25aae1);
	border: none;
	cursor: pointer;
	height: 30px;
    padding: 0 12px;
}
.login-form-2 .input-group-text button .fas{
	font-size: 14px;
}
.calender-head-text ul li{
	display: inline-block;
	color: #2B3990;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 20px;
}
.calender-head-text ul li:first-child{
	padding-left: 0;
}
.calender-head-text ul li:last-child{
	padding-right: 0;
}
.calender-head-text ul li strong{
	color: #2B3990;
}
.calender-head-text ul li .btn.my-btn{
	font-size: 8px;
	box-shadow: 0px 0px 0px 1px #1B75BC;
    padding: 5px 10px;
}
.select-page-btn{
	font-size: 9px;
    padding: 5px 10px;
	box-shadow: 0px 0px 0px 1px #1B75BC;
	margin-right: 15px;
}
.select-table-heading{
	font-size: 24px;
}
.filter-area{
	padding: 1px;
	box-shadow: 0px 0px 0px 2px #fcfcfc;
	margin-left: 10px;
	margin-top: -3px;
}
.filter-area .form-control{
	background-color: transparent;
	border: none;
	box-shadow: none;
	height: 26px !important;
}
ul.table-description li{
	line-height: 18px;
    font-size: 14px;
}
ul.table-description li:first-child{
	color: #1B75BC;
	font-weight: 600;
}
.not-asign{
	font-style: italic;
	color: #E2231A;
}
.table-height{
	height: 400px;
    overflow-y: scroll;
	padding-right: 10px;
}
.table-height::-webkit-scrollbar {
    width: 10px;
}
/* Track */
.table-height::-webkit-scrollbar-track {
    background: linear-gradient(to right, #fff, #f1f1f1);
    border-radius: 10px;
	
}
/* Handle */
.table-height::-webkit-scrollbar-thumb {
    background: #27AAE1; 
    border-radius: 10px;
}
.modal-booking label{
	font-size:16px;
	font-weight: bold;
	color: #2B3990;
}
.modal-booking label{
	padding-top: 0;
	padding-bottom: 10px;
}
.modal-booking .select-name label{
	font-size: 19px;
	font-weight: bold;
	color: #1B75BC;
	line-height: 24px;
}
.modal-booking .select-name h5{
	font-size: 19px;
	color: #1B75BC;
	line-height: 24px;
}
.select-name.form-group{
	margin: 0;
}
.modal-content{
	background-color: #fafafa;
	border-radius: 10px;
}
.modal-content .form-control{
	border-color: #f1f1f1;
	background: linear-gradient(to top, #fff, #f1f1f1);
	font-size: 16px; 
}
.modal-content .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #B4B4B4;
}
.modal-content .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #B4B4B4;
}
.modal-content .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #B4B4B4;
}
.modal-content .form-control:-moz-placeholder { /* Firefox 18- */
  color: #B4B4B4;
}
.modal-content .modal-booking p{
	font-weight: 600;
}
.modal-content .modal-booking p a{
	color: #1B75BC;
}

.ui-datepicker .ui-datepicker-header{
	border: 2px solid #25aae1;
	border-radius: 0;
}
.ui-datepicker-title span{
	font-size: 18px;
	color: #1B75BC;
}
.claender-area .ui-datepicker-calendar{
	margin-top: 5px;
}
.page-one-btn-index{
	padding: 0;
}
select{font-size:20px !important;}
input[type="text"]{font-size:20px !important;}
input[type="email"]{font-size:20px !important;}

.detailform .form-group{
    box-shadow: 0px 0px 0px 0px #fcfcfc;
	background: none;
}
.detailform .form-control, .filter-area .form-control{
	box-shadow: 0px !important;
}
