.section-padding40 {
	padding: 40px 0;
}

.inner-banner {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 70px 0;
	text-align: center;
	background-image: url('../img/inner-banner.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: rgba(31, 46, 68, 0.70);
	background-blend-mode: multiply;
}

.inner-banner.blog-detail-banner {
	padding: 70px 0 120px;
}

.top-search-form .form-control {
	border-radius: 4px 0 0 4px;
	background: #FFF;
	height: 55px;
	padding: 0 20px 0 50px;
}

.top-search-form .btn {
	color: #1F2E44;
	font-family: 'Roboto';
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 0;
	border-radius: 0 4px 4px 0;
	background: #E6B325;
	height: 55px;
	padding: 5px 25px;
}

.top-search-form .search-icon {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 9;
}

.dash-left-side .user-sidebar {
	background: #FFF;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
}

.dash-left-side .user-sidebar li a {
	color: #1F2E44;
	font-family: 'Roboto';
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 17px;
	border-bottom: 1px solid #E6E6E6;
}

.dash-left-side .user-sidebar li a.active {
	color: #E9A537;
}

.dash-left-side .user-sidebar li a.active .right-icon svg path {
	fill: #E9A537;
}

.top-bara-area ul {
	display: flex;
	align-items: center;
	justify-content: space-around;
	border-radius: 9px;
	background: #FFF;
	min-height: 91px;
	border-top: 2px solid #F0D37F;
	border-bottom: 2px solid #F0D37F;
	border-left: 2px solid #F0D37F;
	border-right: 2px solid #F0D37F;
	position: relative;
}

.top-bara-area ul li a {
	color: #6F6F6F;
	font-family: 'Roboto';
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 0 30px;
	position: relative;
}

.top-bara-area ul li a.active,
.top-bara-area ul li a:hover {
	color: #E9A537;
	fill: #E9A537;
}

.top-bara-area ul li a.active .icon svg path,
.top-bara-area ul li a:hover .icon svg path {
	fill: #E9A537;
}

.top-bara-area ul::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 30px;
	background: #737070;
	left: 50%;
}

.theme_common_box_two {
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
	display: flex;
	background: #FFF;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
}

.theme_two_box_img {
    position: relative;
    overflow: hidden;
    min-width: 200px;
    height: 200px;
}

.theme_two_box_img img {
	width: 100%;
	height: 210px;
	object-fit: cover;
}


.theme_two_box_content {
	background: #FFF;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
	width: 100%;
}

.loction_wrp {
	border-top: 1px solid #D9D9D9;
	width: 100%;
	padding: 10px;
}

.theme_two_box_content h4 a {
	color: #1F2E44;
	font-family: 'Roboto';
	font-size: 18px;
	line-height: 28px;
	font-style: normal;
	font-weight: 500;
	padding: 15px 15px;
	display: inline-block;
}

.theme_two_box_content h4 {
	margin: 0px;
}

.loction_wrp p {
	color: #6F6F6F;
	font-family: 'Roboto';
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	align-items: center;
	column-gap: 10px;
	margin: 0 0 10px;
}

.loction_wrp p span {
	width: 27px;
}

.my-stable-area .theme_common_box_two {
	display: block;
}

.my-stable-area .theme_two_box_img {
	width: 100%;
	height: 200px;
}

.my-stable-area .theme_two_box_img .edit-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 28px;
	height: 28px;
	background-color: #fff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.my-wishlist-area .theme_two_box_img .fav-btn {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.blog-area .theme_common_box_two {
	display: block;
	background: transparent;
	box-shadow: none;
	padding-bottom: 20px;
}

.blog-area .theme_two_box_content {
	background: #FFF;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
	width: 90%;
	padding: 15px;
	margin: -60px 15px 0 15px;
	position: relative;
	z-index: 9;
}


.blog-area .theme_two_box_content h6 {
	color: #6F6F6F;
	text-align: left;
	font-family: 'Roboto';
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.blog-area .theme_two_box_content h3 {
	color: #1F2E44;
	font-family: 'Roboto';
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

.btn-yellow,
.btn-yellow:hover {
	color: #E6B325;
	text-align: center;
	font-family: 'Roboto';
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	display: flex;
	align-items: center;
	column-gap: 5px;
}

.blog-area .theme_two_box_content .date-box p {
	color: #1F2E44;
	font-family: 'Roboto';
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 0;
}

.blog-area .theme_two_box_content .date-box {
	border-radius: 36px;
	background: #E6B325;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 20px;
	position: absolute;
	right: 10px;
	top: -20px;
}

.terms-area p,
.privacy-area p {
	color: #7A7A7A;
	font-family: 'Roboto';
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 20px;
}


.blog-detail-cont h2 {
	color: #1F2E44;
	font-family: Playfair Display;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	margin-bottom: 25px;
}

.blog-detail-cont li {
	display: flex;
	align-items: start;
	column-gap: 10px;
	margin-bottom: 10px;
}

.blog-detail-cont li p {
	color: #6F6F6F;
	font-family: 'Roboto';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;

}


.blog-detail-cont li p span {
	color: #1F2E44;
}

.blog-detail-img-box,
.blog-detail-img-box2 {
	position: relative;
	margin-top: -130px;
	text-align: left;
}

.blog-detail-img-box2 {
	text-align: right;
}

.blog-detail-img-box::before,
.blog-detail-img-box2::before {
	content: '';
	position: absolute;

	background: url('../img/yellow-shape.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	width: 352px;
	height: 421px;
	z-index: -1;
}

.blog-detail-img-box::before {
	top: 26%;
	right: 21%;
}

.blog-detail-img-box2::before {

	top: 27%;
	left: 20%;
}


/* User Menu Dropdown */

.right_menu .dropdown .img-icon {
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-right: 10px;
}

.right_menu .dropdown .img-icon img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.main_header .navbar .dropdown-menu {
	padding: 0;
	width: 200px;
	margin-top: 17px;
	border-radius: 0;
	border: 0;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
}

.main_header .navbar .dropdown-menu li {
	padding: 0;
}

.main_header .navbar .dropdown-menu li a {
	margin-right: 0;
	padding: 7px 15px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ebebeb;
	color: #000;
}

.main_header .navbar .dropdown-menu li:last-child a {
	border-bottom: 0;
}

.main_header .navbar .dropdown-menu li .dropdown-item:focus,
.main_header .navbar .dropdown-menu li .dropdown-item:hover {
	background-color: transparent;
}

.dash-right-side .profile-card {
	background: #FFF;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
	padding: 30px;
}

.profile-card .form-group .form-control {
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.11);
	border: 0;
	height: 49px;
	padding: 20px 43px 20px 20px;
	width: 100%;
}

.profile-card .profile-card-title {
	color: #1F2E44;
	font-size: 20px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.profile-card .eye-icon {
	position: absolute;
	right: 20px;
	top: 13px;
}

.user-profile-box {
	width: 230px;
	height: 230px;
}

.user-profile-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.user-profile-top {
	text-align: center;
	margin-bottom: 15px;
}


.user-profile-img {
	position: relative;
	width: 220px;
	height: 220px;
	margin: 0 auto 55px;
	border-radius: 50px;
}

.user-profile-img img {
	border-radius: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.user-profile-img button {
	position: absolute;
	border-radius: 50px;
	background: #E6B325;
	color: #1F2E44;
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	border: none;
	right: 20px;
	bottom: 20px;
	font-size: 13px;
}

.profile-img-file {
	width: 30px;
	height: 30px;
	position: relative;
	bottom: 50px;
	right: -74px;
	opacity: 0;
	cursor: pointer;
}

#horse-search-form {
	display: flex;
	align-content: center;
	width: 100%;
	border: 1px solid #aba7a7;
	border-radius: 6px;
}


.krajee-default.file-preview-frame .kv-file-content {
	width: 200px;
	height: auto;
	min-height: 160px;
}

.krajee-default.file-preview-frame {

	width: 210px;
	overflow: hidden;
}

.field-chooseFile .file-caption .btn {
	height: 50px;
	line-height: 40px;
}



@media (max-width: 991px) {

	.theme_common_box_two {
		flex-wrap: wrap;
	}

	.theme_two_box_img {
		width: 100%;
	}



}

@media (max-width: 575px) {
	.top-bara-area ul li a {
		padding: 0 20px;
	}

	.top-bara-area ul li a .icon svg {
		width: 18px;
	}

	.main_header .navbar .dropdown-menu {
		left: inherit;
		transform: translateX(0px);
		right: 0px;
	}

	.loction_wrp p {
		font-size: 11px;
		column-gap: 5px;
		margin: 0 0 5px;
	}

	.theme_two_box_img {
		min-width: 160px !important;
		height: 130px !important;
	}

	.theme_two_box_content h4 a {
		font-size: 14px;
	}

	.theme_two_box_content h4 a {
		font-size: 14px;
		line-height: 24px;
		padding: 8px 15px;
	}

	#horse-search-form {
		border: 0;
		display: unset;
	}

	#horse-search-form .form-control {
		border: 1px solid #aba7a7;
		border-radius: 6px 0 0 6px;
	}


	.top-search-form .search-icon {
		position: absolute;
		top: 13px;
		left: 7px;
		z-index: 9;
	}

	.top-search-form .form-control {
		padding: 0 20px 0 30px;
	}

}

.ftr_logo_wrp .web-logo {
	width: 100px;
}

/* client new feedback css */
.hourse-back-wrapper {
	position: relative;
}

.hourse-back-wrapper:after {
	content: '';
	background-image: url(../img/horse-img.svg);
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
	top: 104px;
	width: 100%;
	height: 100%;
	position: fixed;
	right: 50px;
	opacity: 0.31;
	z-index: -2;
}

.hourse-back-wrapper:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -3;
    background: #F5F5F5;
}

.horse-list-wrapper .row [class^='col-lg'] {
	padding-left: 7px;
	padding-right: 7px;
}

.auth-icon.google {
	margin-left: 84px;
}

/* client new feedback css */
.blog-detail-img-box.blog-detail-img-box:before {
	display: none;
}

.blog-detail-img-box.blog-detail-img-box {
	margin-top: 0 !important;
}

@media only screen and (max-width:767px) {
	.buying_tab {
		padding: 0;
	}
	.hourse_back:after {
		display: none;
	}
}

@media only screen and (max-width:575px) {
	.hourse-back-wrapper:after {
		display: none;
	}

	.hourse_back {
		position: relative;
	}

	.hourse_back:after {
		display: none;
	}

}


@media (max-width: 320px) {

	.loction_wrp p {
		font-size: 12px;
	}
}


.plan-box {
	background-color: #f7f7f7;
	position: relative;
	text-align: center;
	border: 1px solid #eee;
	color: #1F2E44;
	margin-bottom: 20px;
}


.plan-box .title-area {
	background-color: #E6B325;
	color: #1F2E44;
	padding: 25px 0 30px 0;
	font-family: 'Playfair Display';
	font-weight: 600;
}

.plan-box .title-area h1 {
	font-size: 22px;
	line-height: 32px;
	margin: 0;
}

.plan-box .package-type {
	background-color: #fff;
	padding: 20px 0 0;
}

.plan-box .package-type h3 {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 700;
}

.plan-box .package-type ul.table-list {
	padding-left: 0;
	margin: 20px 0 0;
}

.plan-box .package-type ul.table-list li:nth-child(2n+1) {
	background-color: #f7f7f7;
}

.plan-box .package-type ul.table-list li {
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 0;
	color: #666;
	border-bottom: 0;
	padding: 15px 0;
	background-color: #fff;
}

