.main-menu
{
	margin-right: 30px;
}
#map
{
	position: relative !important;
}

.page-template-about-us-page-template .img-box__img::before, .page-template-animal-facts-page-template .img-box__img::before{
    padding-top: 0;
}

.page-template-about-us-page-template .section, .page-template-animal-facts-page-template .section
{
	padding: 50px 0 !important;
}

.page-template-about-us-page-template .heading__title, .page-template-animal-facts-page-template .heading__title {
    font-size: 30px;
}

.promo-slider__item--style-2 .promo-slider__title span:first-of-type
{
	font-size: 50px;
    line-height: 80px;
    font-weight: bold;
}

@media only screen and (min-width: 576px)
{
	.logo__img {
	    height: 110px;
	    padding-top: 10px;
	}
}

.promo-primary .align-container {
    height: 250px;
    padding: 150px 0;
    margin-top: 50px;
}

.afterslidersection p
{
	font-size: 18px;
    font-weight: normal;
    text-align: justify !important;
}

.afterslidersection h2
{
	font-size: 35px !important;
	margin-bottom: 10px !important;
}

body {
    font-size: 18px;
}

.logo.logo--footer .logo__img {
    height: 140px !important;
}

.home .leftrightsection p, .page-template-animal-facts-page-template p
{
	text-align: justify !important;
}


.main-menu__item .main-menu__link, .main-menu__item a {
    font-size: 16px;
}

.logoimage
{
	text-align: center;
	padding-left: 200px;
}

.footer {
    padding: 20px 0 10px 0;
}
.footer-menu__item {
    width: 25%;
}

.footer-menu {
    max-width: 500px;
}

.footermenu .footer-privacy__link
{
	padding: 0 5px;
}
.footer-privacy__link
{
	color: #fff !important;
}
.copyrighttext p
{
	text-align: center !important;
}
.footer__details, .footer__details a, .footer-privacy__divider
{
	color: #fff !important;
}

@media screen and (max-width:767px)
{
	.dsm-none
	{
		display: none;
	}

	.logoimage
	{
		text-align: left;
		padding-left: 10px;
	}

	.logo__img {
	    height: 60px;
	}
}

.img--bg {
    -o-object-position: top center;
}

.footer-privacy.footermenu
{
	padding-left: 40px;
}

.footer-privacy.footermenu a
{
	text-transform: uppercase;
}

#citieswrapper
{
	display: none;
}

.row.citieslisting img {
    display: block;
    margin: auto;
}
.home .categories-list__item
{
	cursor: none;
}
.home .categories-list__item a
{
	cursor: pointer;
}
.page-template-client-list-page-template .cart__body .cart-item
{
	padding: 10px 10px;
}

.page-template-client-list-page-template .cart__heading
{
	padding: 15px 15px !important;
}



@media screen and (max-width:1218px){
	.logoimage {
		padding-left: 100px;
	}
	li.main-menu__item {
		width: max-content !important;
	}
	.header__top .col-6.col-lg-5.d-flex.justify-content-end.align-items-center {
		flex: 0 0 43%;
		max-width: 41%;
		padding: 0;
		justify-content: flex-start !important;
	}
	ul.main-menu li.main-menu__item {
		margin-right: 13px;
	}
}
@media screen and (max-width:1200px){
	.footer-privacy.footermenu {
		display: flex;
		flex-wrap: wrap;
		gap: 20px 0;
	}
	.heading__title {
		width: auto;
	}

}

@media screen and (max-width:992px){

.row.align-items-center {
    display: flex;
    flex-wrap: nowrap;
    align-items: center !important;
    flex-direction: row-reverse;
    padding: 0 20px;
}
.col-6.col-lg-3.dsm-none {
    max-width: 40%;
}
.header__top .row.align-items-center a {
    word-break: break-word;
}
.logoimage{
	padding-left: 0px;
    max-width: 50%;
}
.header__top .col-6.col-lg-5.d-flex.justify-content-end.align-items-center {
    flex: 0 0 0%;
    max-width: 50%;
    padding: 0;
    justify-content: flex-start !important;
}
.img-box__img::before {
    padding-top: 68%;
}
}

@media screen and (max-width:767px){

.row.align-items-center {
    justify-content: space-between;
}
.logoimage {
    padding-left: 0px;
    text-align: right;
}
}

.pagetitle
{
	font-size: 35px !important;
	font-weight: bold;
	margin-bottom: 0 !important;
}

.aboutuspagecontent p
{
	color: #000 !important;
}

.main-menu__item>a {
    position: relative;
    display: inline-block;
    color: #181919 !important;
    font-size: 15px;
    font-weight: 700;
    padding: 35px 0 30px 0;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.main-menu__item>a:hover {
    position: relative;
    display: inline-block;
    color: #fdd340 !important;
    font-size: 15px;
    font-weight: 700;
    padding: 35px 0 30px 0;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}


.main-menu__item .main-menu__link::before, .main-menu__item::before {
    content: "";
    display: block;
    height: 3px;
    width: 0%;
    background: #fdd340;
    position: absolute;
    bottom: 3px;
    left: 0;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}

.main-menu__item:not(:last-of-type) {
    margin-right: 20px;
}