@font-face {
	font-family: 'Roboto';
	src: url('../fonts/poppins/Poppins-Bold.woff2') format('woff2'),
		url('../fonts/poppins/Poppins-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/poppins/Poppins-Regular.woff2') format('woff2'),
		url('../fonts/poppins/Poppins-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/poppins/Poppins-SemiBold.woff2') format('woff2'),
		url('../fonts/poppins/Poppins-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/poppins/Poppins-Medium.woff2') format('woff2'),
		url('../fonts/poppins/Poppins-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Playfair Display';
	src: url('../fonts/playfair/PlayfairDisplay-ExtraBold.woff2')
		format('woff2'),
		url('../fonts/playfair/PlayfairDisplay-ExtraBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Playfair Display';
	src: url('../fonts/playfair/PlayfairDisplay-Black.woff2')
		format('woff2'), url('../fonts/playfair/PlayfairDisplay-Black.woff')
		format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Playfair Display';
	src: url('../fonts/playfair/PlayfairDisplay-Bold.woff2') format('woff2'),
		url('../fonts/playfair/PlayfairDisplay-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Playfair Display';
	src: url('../fonts/playfair/PlayfairDisplay-Medium.woff2')
		format('woff2'), url('../fonts/playfair/PlayfairDisplay-Medium.woff')
		format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Playfair Display';
	src: url('../fonts/playfair/PlayfairDisplay-Regular.woff2')
		format('woff2'), url('../fonts/playfair/PlayfairDisplay-Regular.woff')
		format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Playfair Display';
	src: url('../fonts/playfair/PlayfairDisplay-SemiBold.woff2')
		format('woff2'),
		url('../fonts/playfair/PlayfairDisplay-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
		url('../fonts/Roboto-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
		url('../fonts/Roboto-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
		url('../fonts/Roboto-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

.main-wrapper {
	height: 100vh;
	display: flex;
	flex-direction: column;
	overflow-x: hidden;
}

.site-content {
	flex: 1;
	margin-top: 72px;
}

body {
	font-family: 'Roboto';
	display: flex;
	flex-direction: column;
	height: 100vh;
	position: relative;
	color: #535353;
	;
}

ul {
	list-style: none;
	padding-left: 0px;
}

a {
	text-decoration: none;
}

.title h2 {
	font-size: 40px;
	color: #262626;
	font-weight: 600;
}

.border-form .form-group {
	margin-bottom: 20px;
}

.border-form .form-group .form-control {
	border-radius: 4px;
	height: 55px;
	border: 1px solid #D5D5D5;
}

.border-form .form-group .form-control::placeholder {
	font-weight: 600;
}

.border-form .form-label {
	color: #1F2E44;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.fill-btn {
	background: #E6B325;
	padding: 12px 25px;
	font-weight: 500;
	border-radius: 4px;
	color: #1F2E44;
	border: 2px solid #E6B325;
	transition: .5s;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.fill-btn:hover, .btn:focus-visible {
	background: #E6B325;
	color: #1f2e44;
	border: 2px solid #E6B325;
}

.bordered-btn {
	background: transparent;
	padding: 12px 25px;
	font-weight: 500;
	border-radius: 0px;
	color: #fff !important;
	border-radius: 4px;
	border: 1px solid #fff;
	transition: .5s;
	display: inline-block;
}

.bordered-btn:hover {
	background: #ffffff;
	color: #071b27 !important;
}

.theme-bordered-btn {
	background: transparent;
	padding: 12px 25px;
	font-weight: 500;
	border-radius: 0px;
	color: #E6B325 !important;
	border-radius: 4px;
	border: 1px solid #E6B325;
	transition: .5s;
	display: inline-block;
}

.theme-bordered-btn:hover {
	background: #E6B325;
	color: #1F2E44 !important;
}

.blue-btn {
	background-color: #181F3B;
	border: 2px solid #181F3B;
	color: #fff;
	padding: 12px 25px;
	font-weight: 500;
	transition: .5s;
	display: inline-block;
}

.blue-btn:hover {
	background: #0000;
	color: #181F3B;
	border: 2px solid #181F3B;
}

.default-btn {
	background-color: #B9B7B7;
	border: 2px solid #B9B7B7;
	color: #fff;
	padding: 12px 25px;
	font-weight: 500;
	transition: .5s;
	display: inline-block;
}

.default-btn:hover {
	background: #0000;
	color: #B9B7B7;
	border: 2px solid #B9B7B7;
}

.green-btn {
	background-color: #01B64A;
	border: 2px solid #01B64A;
	color: #fff;
	padding: 12px 25px;
	font-weight: 500;
	transition: .5s;
	display: inline-block;
	font-weight: 600;
}

.btn.green-btn:hover {
	border: 2px solid #01B64A;
	color: #01B64A;
	background-color: transparent;
}

/* header css start  */
.main_header {
	background: #071b27;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.17);
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 999;
	width: 100%;
}

.header-logo {
	width: 115px;
	overflow: hidden;
}

.header-logo img {
	width: 100%;
}

.footer-logo {
	width: 125px;
	overflow: hidden;
	display: inline-block;
}

.footer-logo img {
	width: 100%;
}

img.whatsapp-img {
	width: 17px;
}

.menu_dtl ul li:first-child::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 20px;
	background: rgba(255, 255, 255, 0.23);
	right: -24px;
	top: 0;
}

.main_header .navbar ul li {
	padding: 10px 14px;
}

.nav-link.horses-sale {
	background: #e6b325;
	border-radius: 0;
	color: #000 !important;
}

.main_header .navbar ul li a {
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.main_header .navbar-brand {
	width: 115px;
	margin-right: 25px;
}

.main_header .navbar-brand h6 {
	font-size: 28.174px;
	font-style: normal;
	font-weight: 700;
	font-family: 'Playfair Display';
	color: #1F2E44;
	line-height: normal;
}

.right_menu a:first-child {
	color: #E6B325;
	font-weight: 500;
	margin-right: 15px;
}

.main_header .navbar ul li a:hover, .main_header .navbar ul li .nav-link.active
	{
	color: #E6B325;
}

.right_menu .btn {
	height: 45px;
	line-height: 1.3;
	min-width: 137px;
}

.right_menu {
	margin-left: 20px;
}

/* header css end  */

/* Footer css start  */
.main_footer {
	background: #071b27;
	padding-top: 100px;
	margin-top: auto;
	position: relative;
}

.footer-left-img {
	position: absolute;
	left: -17px;
	top: -100px;
}

.footer-right-img {
	position: absolute;
	right: 0;
	bottom: 0;
}

.newsletter {
	color: #fff;
	padding: 53px 43px 53px 43px;
	border-radius: 20px;
	background: #E6B325;
	position: relative;
	transform: translateY(50px);
	z-index: 9;
}

.newsletter::after {
	content: '';
	position: absolute;
	top: 10px;
	right: 20px;
	background-image: url(../img/triangle-arrow2.png);
	background-size: contain;
	background-position: top;
	z-index: 9999999999;
	width: 68px;
	height: 68px;
	background-repeat: no-repeat;
}

.newsletter::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(-50%, -50%);
	background-image: url(../img/triangle-arrow1.png);
	background-size: contain;
	background-position: top;
	z-index: 9999999999;
	width: 110px;
	height: 110px;
	background-repeat: no-repeat;
}

.newsletter h4 {
	font-weight: 600;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 42px;
}

.newsletter .input-group {
	position: relative;
	max-width: 404px;
	margin: auto;
}

.newsletter .input-group input {
	border-radius: 10px !important;
	height: 57px;
	padding: 18px 160px 18px 18px;
	border: 0;
}

.newsletter .input-group input::placeholder {
	color: #979797;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
}

#email-subscibe-form .field-emailsubscibe-email {
	width: 100%;
}

.newsletter .input-group .btn {
	position: absolute;
	right: 10px !important;
	top: 9px;
	padding: 6px 25px;
	z-index: 9;
	border-radius: 3px;
	background: #14233B;
	color: #fff;
	height: 40px;
	display: flex;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	align-items: center;
}

.arrow-up-img {
	position: absolute;
	right: 15px;
	bottom: -50px;
}

.footer_menus {
	color: #fff;
	padding-top: 30px;
	padding-bottom: 0;
}

.ftr_logo_wrp img {
	margin-bottom: 0;
}

.ftr_menu_inr {
	padding-left: 35%;
}

.ftr_menu_inr h4 {
	margin-bottom: 25px;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
}

.ftr_social_icns h4 {
	margin-bottom: 25px;
}

.ftr_menu_inr ul li a {
	color: #fff;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
}

.ftr_menu_inr ul li a svg {
	margin-right: 11px;
	transition: all ease .25s;
}

.ftr_menu_inr ul li a:hover {
	color: #e6b325;
}

.ftr_menu_inr ul li a:hover svg {
	transform: translateX(5px);
}

.copyright {
	padding: 30px 0px 15px;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 9;
	border-top: 1px solid #ffffff30;
}

.copyright p {
	color: #fff;
	margin: 0;
}

.copyright p a {
	color: #E6B325;
}

.copyright p a:hover {
	text-decoration: underline;
}

.social-ic-outer {
	margin-right: 15px;
	background: #E6B325;
	padding: 8px;
	width: 31px;
	height: 31px;
	border-radius: 4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.social-ic-wrapper a {
	display: block;
	margin-bottom: 12px;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	display: flex;
	align-items: center;
}

.ftr_logo_wrp h5 {
	margin-bottom: 25px;
}

/* footer css END  */
.section-padding {
	padding: 90px 0;
}

.section-heading {
	margin-bottom: 33px;
	position: relative;
	z-index: 2;
}

.section-heading h3 {
	color: #1F2E44;
	text-align: center;
	margin-bottom: 0;
	font-family: 'Playfair Display';
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.section-heading h3.title {
	text-align: left;
}

.subhead {
	color: #E9A537;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.paragraph-text {
	color: #6F6F6F;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 161%;
}

.swiper-pagination-bullet {
	background: #1F2E44;
	opacity: 1;
	position: relative;
	margin: 0 10px !important;
}

.swiper-pagination-bullet::after {
	content: "";
	width: 16px;
	height: 16px;
	border: 1px solid #1F2E44;
	border-radius: 50%;
	position: absolute;
	top: -4px;
	left: -4px;
	opacity: 0;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	content: "";
	width: 16px;
	height: 16px;
	border: 1px solid #1F2E44;
	border-radius: 50%;
	position: absolute;
	top: -4px;
	left: -4px;
	opacity: 1;
}

.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;
	min-height: 333px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.inner-banner .banner-heading {
	color: #fff;
}

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

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

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

.top-search-form .btn i {
	display: none;
}

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

.top-bara-area ul {
	display: flex;
	align-items: center;
	justify-content: space-around;
	border-radius: 6px;
	background: #FFF;
	min-height: 91px;
	/* box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.15); */
	position: relative;
}

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

.top-bara-area ul li a.active, .top-bara-area ul li a:hover {
	color: #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%;
}

.banner-section {
	position: relative;
	height: 90vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.half-shadow {
	width: 100%;
	background-color: #1F2E44;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	mix-blend-mode: multiply;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.banner-inner .paragraph-text {
	color: #fff;
}

.paragraph-text {
	font-size: 16px;
	margin-bottom: 30px;
	font-style: normal;
	font-weight: 400;
}

.banner-heading {
	font-size: 50px;
	font-style: normal;
	font-family: 'Playfair Display';
	font-weight: 600;
	line-height: normal;
}

.banner-inner h6 {
	font-size: 17px;
	font-style: normal;
	margin-bottom: 7px;
	font-weight: 500;
	color: #E6B325;
	line-height: normal;
}

/* testimonila slider css */
.testimonial-slider .swiper-slide {
	background: #FFF;
	padding: 22px;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.14);
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100px;
	object-fit: cover;
}

.testimonial-slide {
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.14);
	width: 100%;
	padding: 22px;
	position: relative;
	/* min-height: 220px; */
}

.testimonial-slide .testimonila-img {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	margin: 0 auto;
}

.testimonial-slide .testimonila-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.testimonial-section .testimonialSwiper {
	padding: 10px;
}

.testimonila-text {
	margin-top: 25px;
	text-align: center;
}

.testimonila-text h3 {
	color: #1F2E44;
	font-size: 17px;
	font-style: normal;
	margin-bottom: 0;
	font-weight: 500;
	line-height: normal;
}

.testimonila-text h6 {
	color: #1F2E44;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.testimonila-text p {
	color: #6F6F6F;
	font-size: 14px;
	text-transform: lowercase;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: normal;
}

.star-list i {
	color: #F0D37F;
}

.testimonila-text .quote-img {
	position: absolute;
	right: 22px;
	top: 20px;
}

.testimonial-section .testimonialSwiper {
	padding-bottom: 45px;
}

.testimonial-section .testimonialSwiper .swiper-pagination {
	bottom: 0px;
}

.testimonial-section {
	background: #f5f5f5;
	margin-top: 0px;
	position: relative;
	padding-bottom: 50px !important;
	border-top: 4px solid #e6b325;
	border-bottom: 4px solid #e6b325;
}

/* .testimonial-section::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(../img/horse-opp.png);
	background-repeat: no-repeat;
	background-size: cover;
} */
.testmonial-2 {
	background-image: unset;
	background-color: unset !important;
}

.testmonial-2::before {
	background-image: unset !important;
}

.field-loginform-password {
	position: relative;
}

.field-loginform-password .toggle-password {
	position: absolute;
	top: 18px;
	right: 12px;;
	color: #E6B325
}

/* end testimonial slider css */
.card {
	background: #FFF;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.14);
}

.invalid-feedback {
	font-size: 12px;
}

.form-select.is-invalid:focus {
	border-color: #dc3545;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.11);
}

.was-validated .form-control:invalid, .form-control.is-invalid,
	.was-validated .form-control:valid, .form-control.is-valid,
	.form-select.is-invalid:not([multiple]):not([size]) {
	background-image: none !important;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
	.form-select.is-invalid:not([multiple]):not([size]) {
	border: 1px solid #dc3545 !important;
}

.field-user-password, .field-user-confirm_password {
	position: relative;
}

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

.ui-datepicker table {
	background: #fff;
	box-shadow: 0px 0px 10px #717171;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	height: 40px;
	padding: .2em 0;
}

.field-booking-booking_date, .booking-field {
	position: relative;
}

#callModal #ui-datepicker-div {
	position: absolute !important;
	top: 80px !important;
	left: 0 !important;
}

.navbar-brand .web-logo, .ftr_logo_wrp .web-logo {
	width: 100%;
}

span.calendar-icon {
	position: absolute;
	right: 20px;
	top: 45px;
}

#booking-booking_date {
	padding-right: 10px;
}

/* datepicker */
.datepicker {
	position: absolute;
	z-index: 999 !important;
}

.datepicker-dropdown.datepicker-orient-top:after {
	display: none;
}

.whatsApp_icon_wrp {
	position: fixed;
	bottom: 30px;
	right: 20px;
}

.whats-count {
	position: absolute;
	right: -4px;
	top: -14px;
	width: 22px;
	height: 22px;
	background: #ff4a4a;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
}

ul.pagination {
	display: flex;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
	border-bottom: 0 !important;
	justify-content: center;
	align-content: center;
}

ul.pagination>li {
	display: inline;
	border: 0 !important;
}

.pagination>li>a:hover, .pagination>li.active>a, .pagination>.active>a:hover,
	.pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus
	{
	background-color: #e6b325;
	border-color: #e6b325;
	color: #fff;
}

.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #e6b325;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.auth-clients {
	margin-top: 0px;
	margin-bottom: 0px;
}

.social_icns {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
}

.google-btn {
	padding: 8px;
	border-radius: 4px;
	position: relative;
	border: 0;
}

.google-btn:active {
	border: 0 !important;
}

.google-btn .auth-clients {
	position: absolute;
	left: 0;
	top: 5px;
}

.google-btn .auth-clients li {
	margin: 0 0 0 1em;
}

.social_icns span {
	color: #1F2E44;
	font-size: 16px;
	font-weight: 500;
}

.social .social-text {
	color: #1F2E44;
	font-size: 16px;
	font-weight: 500;
}

.space-form [class*='col-'] {
	padding: 10px !important;
}

@media only screen and (max-width: 991px) {
	.buying_search {
		padding-top: 30px;
	}
}

@media only screen and (max-width: 575px) {
	.yellow-border-box {
		padding: 60px 45px !important;
	}
}

@media only screen and (max-width: 767px) {
	.space-form .form-group.field-one:after {
		content: none !important;
	}
}

.mobile_view {
	display: none;
}

.desktop_view [class*='col-'] {
	padding-left: 24px !important;
	padding-right: 40px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.google-btn {
	border: 1px solid #ccc !important;
	padding: 14px 8px;
}

.google-btn:focus {
	border: 1px solid #ccc;
}

.google-btn:active {
	border: 1px solid #ccc;
}

.google-btn .auth-clients {
	top: 10px;
}

.auth-icon.google {
	margin-left: 0 !important;
	background-position: 0px -25px;
	background-size: 27px;
}

.testimonial-slide::before {
	position: absolute;
	content: "";
	width: 100%;
	border-radius: 4px 0px 0px 4px;
	height: 2px;
	background: #F0D37F;
	top: -1px;
	right: 0px;
}

.testimonial-slide::after {
	position: absolute;
	content: "";
	width: 100%;
	border-radius: 4px 0px 0px 4px;
	height: 2px;
	background: #F0D37F;
	bottom: -1px;
	right: 0px;
}

.top_text {
	text-align: center;
	margin-bottom: 30px;
}

.top_text span {
	color: #e6b325;
	font-weight: 600;
}

.buying_search {
	padding-top: 50px;
	padding-bottom: 23px !important;
}

@media only screen and (max-width: 575px) {
	.buying_search {
		padding-top: 0;
	}
	.site-content {
		margin-top: 74px;
	}
}

@media only screen and (max-width: 440px) {
	.field-detail-sire_name .form-control, .field-three .form-control,
		.field-detail-dam_sire .form-control, .field-detail-dam_name .form-control,
		.field-detail-sire_dam_name .form-control {
		padding: 10px;
		padding: 10px;
		font-size: 12px;
	}
}

.alert {
	position: relative;
	z-index: 9;
	top: 24px;
	font-size: 14px;
	line-height: 24px;
}

.subscribe-button {
	position: absolute;
	right: 28px !important;
}

.lang-drop-card .dropdown-toggle {
	padding: 0;
	background: transparent;
	border: none !important;
	position: relative;
	margin: 0 10px;
}

.lang-flag {
	width: 30px;
	display: inline-block;
	overflow: hidden;
	height: 20px;
}

.lang-flag img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lang-drop-card .dropdown-item {
	text-align: left !important;
	display: flex !important;
	align-items: center !important;
	justify-content: left !important;
}

.lang-drop-card .dropdown-item .lang-flag {
	margin-right: 5px;
}

.bg-grey-new {
	background: #F5F5F5;
}

.bg-white {
	background: #fff !important;
}

.yellow-text {
	color: #F0D37F !important;
}

.info-icon {
	display: inline-block;
}

.info-icon svg {
	color: red;
}

.profile-drop {
	position: relative;
}

.profile-drop .info-icon {
	position: absolute;
	right: 4px;
	display: inline-block;
	top: 2px;
}

.head-info {
	position: relative;
}

.head-info .info-icon {
	display: inline-block;
	position: absolute;
	right: -7px;
}

.head-info .info-icon svg {
	color: red;
	width: 10px;
}

.site-content .alert {
	position: absolute;
	z-index: 99;
	top: 95px;
	font-size: 14px;
	line-height: 24px;
	width: 100%;
}

div#card-expiry-element {
	position: relative;
	z-index: 1001;
}

#message-phone_number {
	padding-left: 95px !important;
}

.language-picker.dropdown-list.large a {
	display: flex;
	border: none;
	margin-right: 0;
	font-size: 0;
}

.language-picker.dropdown-list.large a i {
	margin: 5px;
}

.language-picker a {
	color: #fff !important;
}

.language-picker ul li {
	padding: 8px 12px !important;
}

.language-picker ul li a {
	color: #000 !important;
	display: flex;
	align-items: center;
}

.new-hors-icon {
	width: 35px;
	height: 35px;
	display: inline-block;
	overflow: hidden;
	border-radius: 4px;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
}

.new-hors-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
	cursor: pointer;
}

.upload-image span.red {
	color: #dc3545;
}

.form-group.terms {
	margin-bottom: 10px;
	text-align: center;
}

.check-outer .form-check {
	display: flex !important;
	min-height: 1.5rem;
	padding-left: 0;
	margin-bottom: 0.125rem;
	align-items: baseline !important;
}

.check-outer .custom-control-input {
	margin-right: 10px;
}

/***about us page start***/
.about-purpose-wrapper .paragraph-text {
	margin-bottom: 10px;
}

.about-purpose-wrapper .section-heading {
	margin-bottom: 10px;
}

.high-icon {
	width: 80px;
	height: 80px;
	background: #fff;
	display: inline-block;
	overflow: hidden;
	margin-bottom: 15px;
	border-radius: 50px;
	padding: 15px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.high-icon img {
	width: 100%;
}

.high-light-inr {
	background: #ffff;
	padding: 25px;
	height: 100%;
	border-radius: 8px;
}

.high-list {
	list-style: decimal;
	padding-left: 15px;
}

.high-list li {
	margin-bottom: 10px;
}

/***about us page End***/
.style-one .invalid-feedback {
	position: absolute;
	bottom: -15px;
	left: 10px;
}

.blog_bottom {
	padding: 50px 0px 100px !important;
}

.video-card {
	position: relative;
	display: inline-block;
}

.video-img {
	position: relative;
	display: block;
}

.play-icon-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.3s ease-in-out;
}

.play-icon-overlay i {
	font-size: 2em;
	color: #fff !important;
}

section.content {
	padding: 30px 20px;
}

.video-main video {
	width: 350px;
	margin: auto;
	display: block;
	max-width: 100%;
}

#myProgress {
	width: 100%;
	background-color: grey;
}

#myBar {
	width: 1%;
	height: 20px;
	background-color: #007bff;
	color: #fff;
	text-align: center;
}

#detailProgress {
	background-color: white;
}

#totalProgress {
	margin-left: 97%;
	background-color: white;
}

.display-data {
	background-color: white;
	display: flex
}

.img-del-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    background: red;
    color: #fff;
    border: none;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 4px;
}

.loader {
  border: 10px solid #f3f3f3; /* Light grey */
  border-top: 10px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.d-none{
	display:none
}

.louder-card {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.1);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}