.navbar-brand img {
	max-width: 200px;
}

.main-responsive-nav .logo img {

}
.hero-banner.hero-banner-3 .banner-content {
  max-width: 740px;
}
.hero-banner.hero-banner-2 .banner-content {
  max-width: 740px;
}

.hero-banner.hero-banner-3 {
    padding-top: 160px;
}

.hero-banner.hero-banner-1 {
	padding-top: 120px;
}
.hero-banner.hero-banner-2 {
	padding-top: 120px;
	padding-bottom: 80px;
}

.header-area {
     padding-top: 0;
}

.main-navbar {
  box-shadow: 0px 1px 4px #fafafa;
}

.header-area.header-1 {
	background-color: #fff;
	padding-top: 0;
}

.page-title-area {
	position: relative;
	overflow: hidden;
	padding-top: 110px;
	padding-bottom: 25px;
	background-color: #fff6f4;
	background-image: unset;
}
.text-theme {
	color: #ec6408 !important;
}
.page-title-area .breadcrumb-item + .breadcrumb-item::before {
	color: #ec6408 !important;
}

.main-navbar {
	box-shadow: none;
}

.card-footer {
	background-color: #bac5cf08;
}

#breadcrum-inner-block {
	padding: 85px 0px;
	background: url(../img/listing-detail.jpg) center top no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-size: 100% auto;
}
.breadcrum-inner-header {
	text-align: left;
	padding-left: 20px;
}
.breadcrum-inner-header::before {
	background-color: #f9c841;
	bottom: 2px;
	content: "";
	left: 15px;
	position: absolute;
	top: 2px;
	width: 4px;
}
.breadcrum-inner-header h1 {
	font-family:"Poppins", sans-serif;
	color: #ffffff;
	letter-spacing:0.4px;
	margin: 0px;
	font-size: 32px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.breadcrum-inner-header a {
	font-family:"Poppins", sans-serif;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}
.breadcrum-inner-header a:hover{
	color:#ffce10
}
.breadcrum-inner-header i.fa {
	color: #ffffff;
	margin: 0px 5px;
	font-size: 6px;
	position: relative;
	bottom: 2px;
}
.breadcrum-inner-header a span {
	color: #ffce10;
	font-size: 14px;
	font-weight: 500;
}
@media(min-width:200px) and (max-width:1199px) {
	#breadcrum-inner-block {
		background-size: 100% 100%;
		background-attachment: scroll;
	}
}

#breadcrum-inner-block {
	padding: 15px 0px;
}

.btn-primary {
	box-shadow: none;
}

.border-theme {
	border-color: #f1911b !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-box-shadow: none !important;
	-webkit-text-fill-color: black !important; /* Customize text color */
	transition: background-color 5000s ease-in-out 0s; /* Adjust transition */
}

ul.steps-count {
	margin: 0;
}
.steps-count li {
	display: inline-block;
	border: 3px solid #286b9c;
	padding: 0;
	text-align: center;
	color: #143753;
	background: #fff;
	vertical-align: middle;
	line-height: 40px;
	width: 40px;
}
.steps-count li span {
	vertical-align: middle;
}
.steps-count li.active {
	line-height: 55px;
	width: 55px;
}
.bg-theme {
	background-color: #ec6408!important;
}

.breadcrum-inner-header p {
	line-height: 1.4;
}
.datepicker-inline {
	width: 280px;
}
.datepicker .datepicker-switch {
	width: 200px;
}
.datepicker {
	padding: 0;
	border: 1px solid #ec6408;
	margin: 0 auto;
}
.datepicker thead {
	background-color: #ec6408;
	color: #ffffff;
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
	background: #0e2b40;
}

.datepicker table thead tr td,
.datepicker table thead tr th{
	border-radius: unset;
}
.datepicker table tr td,
.datepicker table tr th{
	height: 40px;
	width: 40px;
}
td.day {
	color: #ec6408;
}

.datepicker .next.disabled, .datepicker .prev.disabled {
	background-color: #ec6408;
	color: #ec6408;
	visibility: unset;
}


.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today[disabled] {
	background-color: #fdefcb;
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
	background-color: #fdefcb;
	background-image: unset;
	background-repeat: unset;
	filter: unset;
	border-color: unset;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
	background-color: #ec6408;
}
.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
	background-color: #ec6408;
	background-image: unset;
	background-repeat: unset;
	filter: unset;
	border-color: unset;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
	color: #dad4d4;
}

#avaialble-slots-list li.list-group-item {
	width: 100px;
	margin: 5px 5px;
	text-align: center;
	cursor: pointer;
	background: unset;
	transition: unset;
	display: inline-block;
	border-top-width: 1px;
	border-radius: 8px;
}
#avaialble-slots-list li.list-group-item:hover {
	color: #ec6408;
	box-shadow: 0 0 10px #dad2d2;
}
#avaialble-slots-list li.list-group-item.active {
	color: #fff;
	background: unset;
	background-color: #ec6408;
	border-color: #235982;
	border: solid 2px;
}

.provider-logo {
	max-height: 48px;
	margin-bottom: 6px;
}



.video-placeholder-youtube {
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #b2b0b059;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	width: 560px;
	height: 315px;
	background-image: linear-gradient(rgba(76, 72, 72, 0.7), rgba(76, 72, 72, 0.7)), url(https://img.youtube.com/vi/t7-sgU1L1qM/maxresdefault.jpg);
}

.video-placeholder-text-youtube {
	display: block;
	border-color: rgb(0, 0, 0);
	background-color: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
	text-align: center;
	align-items: center;
	padding: 10px 16px;
	background-color: #000000cc;
	color: #ffffff;
	border: 1px solid;
	border-radius: 2px;
	cursor: pointer;
}

.sticky-footer {
	position: sticky;
	bottom: 0;
	height: 70px;
}

.steps-count li {
	border: 3px solid #ec6408;
}


.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
	background: 0 0 !important;
}
.datepicker .next.disabled, .datepicker .prev.disabled {
	background-color: #ec6408 !important;
}
@media (max-width: 1199px) {
	.header-area .main-responsive-nav .logo {
		flex: 2 0 180px;
	}
}

@media only screen and (max-width: 767.98px) {
	.header-area .main-responsive-nav .logo {
		max-width: 180px;
	}
	.page-title-area {
		padding-top: 85px;
	}
}

