.no-pad{
	padding: 2px 2px;
}

.min-height{
	min-height:650px;
}
.arrive-box {
    width: 100%;
}
.sm-btn-pad{
	padding: 4px 6px;
	font-size: 15px;
}

.font-sub-title{
	font-size: 19px;
	
}

.left-btn{
	height:50px;
	margin: 10px 0 10px 10;
	padding:20px 0 20px 20px;
}
.left-block{
	font-family: "Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
	position: relative;
	height:65px;
	
	padding:20px 0 0px 20px;
	font-weight: bold;
	cursor: pointer;
}

.left-block::after {
    content: '>'; /* The arrow character */

    font-size: 18px;
    position: absolute;
    top: 18px;
    right: 10px;
    margin-top: 5px; /* Adjust the margin as needed for spacing */
}
.left-block:hover{
	background-color: lightgray;
}

.header-block{
	padding:50px 0 60px 0;
}

.header-strip{
	background-color: grey;
	opacity:.8;
}
.header-left{
	width:50%;
	text-align:left;
	display:inline-block;
}
.header-right{
	width:50%;
	text-align:right;
	display:inline-block;
}

.white-bg{
	background-color:white;
}

.header-view-block{

	padding:5px 0 80px 0;
	color:white;
}
.header-banner-btn{
	padding: 0 50px 0 10px;
	text-align: right;
}
.header-bg{
	background:url('./../img/nocover.png') no-repeat center;
	background-size:cover;
}


.header-text-block{
	padding : 0 0 0 40px;
}

.header-h1{
	font-size:30px ;
	
	color:white;
}

.header-day{
	font-size:20px ;
	font-weight:bold;

}
.header-h2{
	font-size:20px ;
	color:white;
}
.tab-profile-active{
	background: #f8f9fa;
	padding-top: 10px;
	text-align: center;
}
.tab-profile-inactive{
	background: #ffffff;
	padding-top: 10px;
	text-align: center;
	cursor: default;
}
.tab-profile-inactive:hover{
	cursor: pointer; /* Finger-like cursor (usually shown for links) */
}
.tab-profile{
	/*background: #ffffff;*/
	background: #f8f9fa;
}
.hr-lines:after{
  content:" ";
  height: 1px;
  width: 84%;
  background: black;
  display: block;
  position: absolute;
  top: 20%;
  right: 0;
  margin-right:12px;
  opacity: 0.15;
}

.hr-lines2:after{
  content:" ";
  height: 1px;
  width: 110%;
  background: black;
  display: block;
  position: absolute;
  top: 45%;
  right: 0;
  margin-right:-290px;
  opacity: 0.15;
}

.hr-lines3:after{
  content:" ";
  height: 1px;
  width: 84%;
  background: black;
  display: block;
  position: absolute;
  top: 45%;
  right: 0;
  margin-right:-0px;
  opacity: 0.15;
}

.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.25) !important;
}

.btn-primary-pg2{
	color:#1c74bc;
	
	border-radius: 0px;
	font-size: 16px;
	text-decoration: none;
	padding: 7px 0;
	height: 64px;
	
}

.btn-primary-pg3{
	color:#1c74bc;
	width:0px;
	border-radius: 0px;
	font-size: 16px;
	text-decoration: none;
	padding: 7px 0;
	height: 38px;
}

.btn-primary-pg4{
	color:#1c74bc;
	
	border-radius: 0px;
	font-size: 16px;
	text-decoration: none;
	padding: 7px 0;
	height: 64px;
	
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #1c74bc;
	text-align: inherit;
	white-space: nowrap;
	background-color: rgba(0,0,0,0);
	border: 0;
}

.dropdown-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: .5rem 0;
	margin: 0;
	font-size: 1rem;
	color: #ffffff;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 0px solid rgba(0,0,0,.15);
	border-radius: 0px;
}