ul#lang {
    display: flex;
    padding: 0;
    align-items: center;
}

ul#lang li {
    float: none;
    visibility: inherit;
}

ul#lang li a {
    text-transform: uppercase;
    color: #4e4e4e;
}

ul#lang li.selected a {
    color: #977b50;
    pointer-events: none;
}

ul#lang li a::before {
    content: none !important;
}
div.contact-page p img {
    object-fit: cover;
}
.product-5 {
    margin-top: 200px;
}
.product-5 .product-img .golden-circle {
    font-size: 1.8rem;
}
.product-5 .product-img a img {
    position: absolute;
    top: 80px;
    left: 30px;
    width: 430px;
    height: 560px;
}
.product-content-2 .product-5 h3 {
    color: #264f90;
}

.productContainer {
    margin-top: 75px;
}
.productCol {
    position: relative;
    background-color: #fff;
    display: block;
    padding-bottom: 85px;
    transition: .3s all;
    margin-bottom: 50px;
    top: 0;
}
.productCol .headingCircle { 
    position: absolute;
    left: -20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    color: #fff;
    border-radius: 50%;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.1rem;
}
.productCol .headingCircle:hover {
    transform: none;
}
.productCol .headingCircle.goldenCircle {
    background: linear-gradient(90deg, #d1b069 0%, #8b6329 100%);
}
.productCol .headingCircle.purpleCircle {
    background: linear-gradient(90deg, #9372cf 0%, #644696 100%);
}
.productCol .headingCircle.blueCircle {
    background: linear-gradient(-90deg, #264f90 0%, #5990e7 100%);
}
.productCol .productImage {
    width: 250px;
    height: 300px;
    object-fit: contain;
    object-position: center;
    float: right;
    margin-top: 140px;
    position: relative;
    z-index: 5;
}
.productCol h3 {
    font-weight: 700;
    font-size: 1.6rem;
    clear: both;
    padding-top: 25px;
}
.productCol h3.goldenHeading {
    color: #977b50;
}
.productCol h3.purpleHeading {
    color: #634696;
}
.productCol h3.blueHeading {
    color: #264f90;
}
.productCol p {
    color: #787878;
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 1.5rem;
    padding-bottom: 30px;
    margin: 0;
    padding-top: 25px;
    clear: both;
}
.productIcons {
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 85px;
    align-items: center;
    display: flex;
    justify-content: space-around;
}
.productIcons:hover {
    transform: none;
}
.productIcons img {
    width: 75px;
    height: 75px;
}
.productIcons span {
    display: none;
}
.productCol:hover {
    position: relative;
    top: -35px;
}
.product-content .product-2-img, .product-content-2 .product-2-img {
    height: auto;
}
.partners2 .col-4 {
  border: 0px;
}
.partners2 {
  border: 0px;
}



@media only screen and (max-width: 747px) {
    .product5Fix {
        margin-top: 20px;
    }
    .product-5 .product-img .golden-circle {
        font-size: 1.2rem;
        margin-bottom: 90px;
    }
    .product-5 .product-img a img {
        position: absolute;
        top: -170px;
        left: 40px;
        width: 300px;
        height: 560px;
    }
    .product5mainImage {
        left: -40px !important;
        width: 200px !important; 
        height: auto !important;
    }
}
@media only screen and (max-width: 575px) {
    .navbar {        
        padding-right: 0px;
    }
.productCol .headingCircle {
        left: 0px;
    }
}