/* CSS Document */
/*
*
* Product
*/

.brands {
    margin-top: 50px;
    margin-bottom: 50px;
}
.icon-outlined, .icon-outlined:after {
    border-radius: 50%;
}
.icon-outlined {
    position: relative;
}

/*.icon-lg {
	font-size: 72px;
	line-height: 72px;
}*/

@media (min-width: 992px) and (max-width: 1241px) {
.icon-lg.icon-rect, .icon-lg.icon-rounded, .icon-lg.icon-circle, .icon-lg.icon-outlined {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 36px;
    text-align: center;
}
}
@media (min-width: 1242px) {
.icon-lg.icon-rect, .icon-lg.icon-rounded, .icon-lg.icon-circle, .icon-lg.icon-outlined {
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 36px;
    text-align: center;
}
}


.icon-darker-filled, .icon-darkest-filled, .icon-shark-filled, .icon-mantis-filled, .icon-pink-filled, .icon-malibu-filled, .icon-carrot-filled, .icon-red-filled, .icon-blue-gray-filled {
	color: #fff;
	border: none;
}

.icon-darker-filled {
	background: #115195;
}

.icon-darkest-filled {
	background: #115195;
}




.product {
	position: relative;
	text-align: center;
	padding: 20px 15px 30px;
	/* max-width: 300px;*/
	margin-left: auto;
	margin-right: auto;
  margin-top: 20px;
	z-index: 1;
}

.product::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #f5f5f5;
	border-radius: 6px;
	pointer-events: none;
	z-index: -1;
}

.product-2 .product-figure {
	min-height: 220px;
}

.product-figure {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 180px;
}

.product-title {
	letter-spacing: 0;
	/*text-transform: uppercase;*/
	font-size: 18px;
}
.product-title-hp {
	letter-spacing: 0;
	font-size: 24px;
}


.product-price {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0;
	color: #92c5d9;
}

.product-price-old {
	font-weight: 400;
	text-decoration: line-through;
	color: rgba(21, 21, 21, 0.5);
}

.product-price-old + .product-price {
	margin-left: 8px;
}

.product-badge {
	display: inline-block;
	position: absolute;
	text-align: center;
	top: 25px;
	right: 15px;
	padding: 5px 12px;
	font-size: 14px;
	line-height: 1;
	letter-spacing: .02em;
	text-transform: uppercase;
	font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	border-radius: 6px;
	color: #ffffff;
	z-index: 1;
}

.product-badge-new {
	background: #93a6ab;
}

.product-badge-sale {
	background: #f96666;
}

.product-button-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-button .button {
	text-align: center;
	padding: 10px;
	/*width: 50px;
	height: 50px;*/
	font-size: 16px;
	/*line-height: 46px;*/
	/*border-radius: 50%;*/
}

.product-button + .product-button {
	margin-left: 20px;
}

.box-rating {
	font-size: 0;
	line-height: 0;
}

.box-rating > * {
	font-size: 19px;
	color: #ffcc00;
	vertical-align: middle;
}

* + .product-title {
	margin-top: 20px;
}

* + .product-price-wrap {
	margin-top: 0;
}

* + .product-button-wrap {
	margin-top: 15px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.product-3 .product-figure {
		min-height: 180px;
	}
}

@media (min-width: 992px) {
	.product-2 .product-figure {
		min-height: 240px;
	}
	.product-figure {
		min-height: 150px;
	}
}

@media (min-width: 992px) {
	.desktop .product {
		padding-bottom: 40px;
    }
  
industries .product {
		padding-bottom: 40px;
    min-height: 460px;
	}
	.desktop .product::before {
		display: none;
	}
	.desktop .product-badge,
	.desktop .product-body {
		transition: all .2s ease;
	}
	.desktop .product-button-wrap {
		align-items: flex-end;
		position: absolute;
		content: '';
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		padding: 20px 20px 40px;
		background: #f5f5f5;
		border-radius: 6px;
		transition: all .2s ease;
		z-index: -1;
	}
	.desktop .product-button {
		opacity: 0;
		transform: scale(0);
		transition: all .15s ease;
	}
	.desktop .product:hover {
		z-index: 2;
	}
	.desktop .product:hover .product-badge,
	.desktop .product:hover .product-body {
		transform: translate3d(0, -18px, 0);
	}
	.desktop .product:hover .product-button-wrap {
		top: -18px;
		bottom: -60px;
		background: #ffffff;
		box-shadow: 0 1px 18px 0 rgba(0, 0, 0, 0.09);
	}
	.desktop .product:hover .product-button {
		opacity: 1;
		transform: none;
		transition-duration: .3s;
	}
	.desktop .product:hover .product-button:nth-child(1) {
		transition-delay: .1s;
	}
	.desktop .product:hover .product-button:nth-child(2) {
		transition-delay: .25s;
	}
	.desktop * + .product-button-wrap {
		margin-top: 0;
	}
	.desktop .bg-gray-1 .product-button-wrap,
	.desktop .bg-image-1 .product-button-wrap {
		background: #ffffff;
	}
	.desktop .bg-image-1 .product-button-wrap {
		box-shadow: 0 1px 18px 0 rgba(0, 0, 0, 0.09);
	}
}

.bg-gray-1 .product::before,
.bg-image-1 .product::before {
	background: #ffffff;
}

.bg-image-1 .product::before {
	box-shadow: 0 1px 18px 0 rgba(0, 0, 0, 0.09);
}

.product-wrap-1 {
	padding: 30px 15px;
}

@media (min-width: 1200px) {
	.product-wrap-1 {
		padding: 40px;
	}
}

.product-modern {
	position: relative;
	text-align: left;
	overflow: hidden;
	border-radius: 6px;
	background: #ffffff;
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.08);
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.product-modern .product-badge {
	top: 15px;
	right: auto;
	left: 15px;
}

.product-modern .unit-left {
	display: flex;
	align-items: stretch;
}

.product-modern .unit-body {
	display: flex;
	align-items: center;
}

.product-modern-figure {
	display: flex;
	align-items: center;
	background: #f5f5f5;
}

.product-modern-figure img {
	width: 100%;
}

.product-modern-body {
	width: 100%;
	padding: 20px 5% 20px 8%;
}

.product-modern-title {
	font-weight: 500;
	letter-spacing: .05em;
	text-transform: none;
}

* + .product-modern-text {
	margin-top: 12px;
}

.product-modern-title + .product-price-wrap {
	margin-top: 4px;
}

.product-modern-text + .button {
	margin-top: 20px;
}

@media (min-width: 576px) {
	.product-modern {
		max-width: none;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.product-modern-figure img {
		max-width: 230px;
	}
}

@media (min-width: 768px) {
	.product-modern .product-badge {
		top: 20px;
		left: 25px;
	}
	* + .product-modern-text {
		margin-top: 18px;
	}
	.product-modern-text + .button {
		margin-top: 30px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.product-modern-figure img {
		max-width: 230px;
	}
}

.product-creative {
	text-align: center;
}

.product-creative-title {
	font-weight: 600;
	letter-spacing: .05em;
}

.product-creative-price {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0;
	color: #92c5d9;
}

.product-creative-price-old {
	color: #a3a3a3;
	font-weight: 400;
	text-decoration: line-through;
}

.product-creative-price-old + .product-creative-price {
	margin-left: 8px;
}

* + .product-creative-title {
	margin-top: 16px;
}

* + .product-creative-price-wrap {
	margin-top: 6px;
}

.product-beth {
	text-align: center;
}

.product-beth-badge {
	font-size: 14px;
	letter-spacing: .3em;
	text-transform: uppercase;
	color: #92c5d9;
}

.product-beth-title {
	font-weight: 500;
	letter-spacing: .01em;
	text-transform: capitalize;
}

.product-beth-subtitle {
	font-weight: 500;
	letter-spacing: .05em;
	text-transform: none;
}

* + .product-beth-title {
	margin-top: 14px;
}

* + .product-beth-subtitle {
	margin-top: 14px;
}

@media (min-width: 768px) {
	.product-beth {
		text-align: left;
	}
	* + .product-beth-subtitle {
		margin-top: 20px;
	}
	* + .product-beth-text {
		margin-top: 20px;
	}
	.product-beth-text + .group-middle {
		margin-top: 40px;
	}
}

@media (min-width: 992px) {
	* + .product-beth-subtitle {
		margin-top: 20px;
	}
	* + .product-beth-text {
		margin-top: 30px;
	}
	.product-beth-text + .group-middle {
		margin-top: 50px;
	}
}

.product-dawn {
	display: flex;
	align-items: center;
	overflow: hidden;
	text-align: left;
	min-height: 100%;
	color: #151515;
}

.product-dawn .unit-body {
	padding: 10px 10px 10px 20px;
}

.product-dawn .unit-left {
	flex-basis: 40%;
	max-width: 40%;
}

.product-dawn-bg-1 {
	background: #fbfaee;
}

.product-dawn-bg-2 {
	background: #e4eff0;
}

.product-dawn-bg-3 {
	background: #ecf2df;
}

.product-dawn-bg-4 {
	background: #e1edf2;
}

.product-dawn-button, .product-dawn-button:focus {
	color: #e9da5d;
	background-color: #707475;
	border-color: #707475;
}

.product-dawn-title {
	color: rgba(21, 21, 21, 0.4);
}

.product-dawn-title > * {
	color: inherit;
	line-height: 1.2;
}

.product-dawn-title-big {
	letter-spacing: .15em;
}

.product-dawn-title-small {
	letter-spacing: .1em;
	text-transform: uppercase;
}

.product-dawn-price {
	line-height: 1.2;
	letter-spacing: .025em;
	font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* + .product-dawn-price {
	margin-top: 8px;
}

.product-dawn-price + .button {
	margin-top: 14px;
}

@media (min-width: 576px) {
	.product-dawn .unit-left {
		flex-basis: 37%;
		max-width: 37%;
	}
}

@media (min-width: 768px) {
	.product-dawn .unit-body {
		padding-left: 30px;
	}
	* + .product-dawn-price {
		margin-top: 14px;
	}
	.product-dawn-price + .button {
		margin-top: 20px;
	}
}

@media (min-width: 1200px) {
	.product-dawn .unit-left {
		flex-basis: 50%;
		max-width: 50%;
	}
	* + .product-dawn-price {
		margin-top: 26px;
	}
	.product-dawn-price + .button {
		margin-top: 35px;
	}
}

@media (min-width: 992px) {
	.desktop .product-dawn-figure img {
		transform: translate3d(-15px, 0, 0);
		transition: all .3s ease;
		will-change: transform;
	}
	.desktop .product-dawn:hover .product-dawn-figure img {
		transform: none;
	}
	.desktop .product-dawn:hover .product-dawn-button, .desktop .product-dawn:hover .product-dawn-button:focus {
		color: #ffffff;
		background-color: #92c5d9;
		border-color: #92c5d9;
	}
}

.product-terri {
	text-align: center;
	max-width: 220px;
	margin-left: auto;
	margin-right: auto;
}

.product-terri-title {
	letter-spacing: .15em;
}

.product-terri-price {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0;
	color: #92c5d9;
}

.product-terri-price-old {
	font-weight: 400;
	text-decoration: line-through;
	color: rgba(21, 21, 21, 0.5);
}

.product-terri-price-old + .product-terri-price {
	margin-left: 8px;
}

.product-terri-figure {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 160px;
}

* + .product-terri-price-wrap {
	margin-top: 5px;
}

* + .product-terri-figure {
	margin-top: 16px;
}

@media (min-width: 576px) {
	.product-terri {
		text-align: center;
		max-width: none;
		margin-left: 0;
		margin-right: 0;
	}
	.product-terri-figure {
		min-height: 260px;
	}
}

@media (min-width: 1200px) {
	.product-terri-figure {
		min-height: 280px;
	}
}

.product-minimal-figure {
	display: block;
	overflow: hidden;
	background: #f5f5f5;
}

.product-minimal-figure img {
	width: 100%;
	will-change: transform;
	transition: all .3s ease;
}

.product-minimal-title {
	color: #151515;
}

.product-minimal-title a, .product-minimal-title a:focus, .product-minimal-title a:active {
	color: inherit;
}

.product-minimal-title a:hover {
	color: #92c5d9;
}

.product-minimal-price {
	line-height: 1;
	letter-spacing: .025em;
	color: #92c5d9;
}

* + .product-minimal-price {
	margin-top: 8px;
}

@media (min-width: 992px) {
	.desktop .product-minimal:hover .product-minimal-figure img {
		transform: scale(1.05);
	}
}

.product-top-panel {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #151515;
}

.product-view-link {
	vertical-align: middle;
	font-size: 24px;
	line-height: 1;
}

.product-view-link, .product-view-link:focus, .product-view-link:active {
	color: inherit;
}

.product-view-link:hover {
	color: #92c5d9;
}

.product-view-link.active {
	color: #92c5d9;
}

.product-top-panel + .row {
	margin-top: 40px;
}

@media (min-width: 576px) {
	.product-top-panel {
		justify-content: space-between;
	}
}

@media (min-width: 992px) {
	.product-top-panel + .row {
		margin-top: 55px;
	}
}

.list-shop-filter .checkbox, .list-shop-filter .checkbox-inline {
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: .1em;
	font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #151515;
}

.list-shop-filter li {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.list-shop-filter li > span {
	letter-spacing: .1em;
}

.list-shop-filter li + li {
	margin-top: 12px;
}

* + .list-shop-filter {
	margin-top: 24px;
}

@media (min-width: 1200px) {
	.list-shop-filter .checkbox, .list-shop-filter .checkbox-inline {
		padding-left: 40px;
	}
}

.single-product {
	text-align: left;
	color: #151515;
}

.single-product .button {
	min-width: 176px;
}

.single-product p + hr {
	margin-top: 15px;
}

.single-product h3 + .group-middle {
	margin-top: 20px;
}

.single-product hr + .group-middle {
	margin-top: 20px;
}

.single-product .group-middle + p {
	margin-top: 20px;
}

.single-product .group-middle + hr {
	margin-top: 35px;
}

@media (min-width: 768px) {
	.single-product .group-middle + p {
		margin-top: 30px;
	}
	.single-product hr + .group-middle {
		margin-top: 30px;
	}
}

.single-product-price {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: .05em;
	font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #92c5d9;
}

.single-product-rating .icon {
	font-size: 25px;
	color: #ffcc00;
}

.single-product-info .icon {
	color: rgba(21, 21, 21, 0.1);
}

.list-description {
	text-align: left;
	letter-spacing: .025em;
}

.list-description li > * {
	display: inline-block;
	vertical-align: middle;
}

.list-description li span:first-child {
	margin-right: 4px;
}

.list-description li span:last-child {
	color: #777777;
}

.list-description li + li {
	margin-top: 6px;
}

* + .list-description {
	margin-top: 20px;
}

.list-description + .group-middle {
	margin-top: 30px;
}

@media (min-width: 768px) {
	* + .list-description {
		margin-top: 30px;
	}
}

.box-radio {
	text-align: left;
	padding: 28px 15px;
	border: 1px solid #e1e1e1;
}

.radio-panel-content {
	height: 0;
	max-height: 0;
	opacity: 0;
	letter-spacing: .05em;
	color: #9b9b9b;
}

.radio-panel .radio-inline {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #151515;
}

.radio-panel .radio-inline.active + .radio-panel-content {
	opacity: 1;
	height: 100%;
	max-height: 100%;
	transition: opacity .3s ease-out;
}

@media (min-width: 768px) {
	.radio-panel .radio-custom,
	.radio-panel .radio-custom-dummy {
		top: 4px;
	}
	.radio-panel .radio-inline {
		font-size: 18px;
	}
}

.radio-panel-content {
	letter-spacing: .025em;
}

* + .box-radio {
	margin-top: 30px;
}

* + .radio-panel-content {
	margin-top: 5px;
}

.radio-panel + .radio-panel {
	margin-top: 22px;
}

@media (min-width: 576px) {
	.box-radio {
		padding-left: 26px;
		padding-right: 26px;
	}
}

@media (min-width: 768px) {
	* + .box-radio {
		margin-top: 40px;
	}
}

@media (min-width: 992px) {
	* + .box-radio {
		margin-top: 50px;
	}
}

.pricing-classic {
	overflow: hidden;
	max-width: 346px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 6px;
	box-shadow: 3px 6px 6px 0 rgba(0, 0, 0, 0.11);
	background: #f5f5f5;
}

.pricing-classic .product-badge {
	position: static;
	top: auto;
	left: auto;
	right: auto;
}

.pricing-classic .button-zakaria:after {
	background: #f5f5f5;
}

.pricing-classic-sale .pricing-classic-caption {
	padding-bottom: 40px;
}

.pricing-classic-figure {
	width: 100%;
}

.pricing-classic-header {
	position: relative;
}

.pricing-classic-caption {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 15px;
}

.pricing-classic-title {
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
	color: #ffffff;
}

.pricing-classic-price-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: -10px;
	margin-left: -10px;
}

.pricing-classic-price-wrap:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.pricing-classic-price-wrap > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

.pricing-classic-price {
	font-weight: 400;
	letter-spacing: 0;
	color: #ffffff;
}

.pricing-classic-price-old {
	text-decoration: line-through;
}

.pricing-classic-body {
	position: relative;
	padding: 30px 15px;
}

.pricing-classic-body::before {
	position: absolute;
	content: '';
	bottom: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 11.5px 11px 11.5px;
	border-color: transparent transparent #f5f5f5 transparent;
	transform: translate3d(-50%, 0, 0);
}

.pricing-classic-list li span {
	color: #151515;
}

.pricing-classic-list li + li {
	margin-top: 13px;
}

* + .pricing-classic-title {
	margin-top: 10px;
}

@media (min-width: 992px) {
	.pricing-classic-body {
		padding-top: 35px;
		padding-bottom: 45px;
	}
	.pricing-classic-list + .button {
		margin-top: 35px;
	}
}

.clients-modern,
.clients-classic {
	display: inline-block;
}

.clients-modern img,
.clients-classic img {
	transition: all .25s ease;
}

.clients-modern img {
	opacity: .4;
}

@media (min-width: 992px) {
	.desktop .clients-classic:hover img {
		opacity: .7;
	}
	.desktop .clients-modern:hover img {
		opacity: 1;
	}
}

.banner-classic {
	position: relative;
	display: block;
	overflow: hidden;
	/*background: #92c5d9;*/
}

.banner-classic:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	transform: scale(2) rotate(45deg) translate3d(0, -100%, 0);
	transition: transform 0.6s;
	pointer-events: none;
	z-index: 1;
}

.banner-classic img {
	width: 100%;
	will-change: transform;
	transform: scale(1.05);
	transition: all .35s;
}

.banner-classic:hover:before {
	transform: scale(2) rotate(45deg) translate3d(0, 100%, 0);
}

.banner-classic:hover img {
	transform: none;
	opacity: .8;
}

.banner-modern {
	position: relative;
}

.banner-modern-figure {
	display: block;
}

.banner-modern-figure + .banner-modern-figure {
	margin-top: 30px;
}

.promo-classic {
	text-align: center;
	border: 10px solid #f3f7f8;
	padding: 30px 15px 90px;
	background-image: url(../images/dairy-farm/promo-1-1149x474.webp);
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.promo-classic-title {
	letter-spacing: .05em;
	text-transform: none;
	font-family: "Kalam", cursive;
	color: #92c5d9;
}

.promo-classic-text {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.promo-classic-title + .promo-classic-text {
	margin-top: 16px;
}

.promo-classic-text + .button {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.promo-classic {
		padding: 40px 30px 120px;
	}
}

@media (min-width: 992px) {
	.promo-classic {
		padding-top: 75px;
		padding-bottom: 185px;
	}
}
/** 2.23 Panels Addons */
.panel-title,
.panel-heading,
.panel-footer {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.panel-group .panel-title {
	padding-right: 25px;
}

.panel-group.accordion .panel-heading {
	position: relative;
	padding: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.panel-group.accordion .panel-heading a {
	display: inline-block;
	width: 100%;
	padding: 13px 22px;
	transition: .2s;
}

.panel-group.accordion .panel-heading a:after {
	position: absolute;
	top: 10px;
	bottom: 0;
	right: 20px;
	width: 20px;
	font-family: "Material Design Icons";
	font-size: 21px;
	font-weight: 400;
	color: #9b9b9b;
	content: '\f465';
}

.panel-group.accordion .panel-heading a.collapsed:after {
	content: '\f504';
}

.panel-group.accordion .panel-body {
	padding: 8px 25px 15px 20px;
	font-size: 16px;
	line-height: 1.5625;
}

.panel-group.accordion .panel + .panel {
	margin-top: 10px;
}

@media (min-width: 992px) {
	.panel-group.accordion .panel-heading {
		font-size: 16px;
	}
	.panel-group.accordion .panel-heading a:after {
		right: 15px;
	}
}

.form-wrap {
	position: relative;
    width: 350px;
}
.rd-navbar-classic.rd-navbar-static .rd-search {
	max-width: 350px;
	margin-left: auto;
	width: 100%;
    }
.rd-navbar-fixed .rd-navbar-search {
    text-align: center;
}
@media (max-width: 1199px) {
.rd-navbar-search {
    position: relative;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: block;
    margin:auto;
    width: 350px;
}
 .rd-navbar-fixed * + .rd-navbar-search {
    margin-top: 0px;
}
    
    
}

