.mx-auto {
    margin: 40px auto;
    display: block;
    float: none;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip, .was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip {
    display: block;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}


/*Supplier Landing Page*/
#landing-page {
    background: #fff;
}
section#landing-page .banner {
    padding: 270px 0 0 0;
    background-size: cover;
    min-height: 500px;
    color: #fff;
    position: relative;
}

#landing-page .banner h1{
    font-size: 25px;
}

#landing-page .banner h2 {
    font-size: 46px;
    font-weight: 600;
}


#landing-page .banner .container::after {
    content: '';
    position: absolute;
    height: 40px;
    background: #fff;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
        margin: 0 auto;
}

@media (min-width: 1200px){
#landing-page .banner .container::after {
    width: 1170px;
}
}





@media (min-width: 768px){
.sublayout, .sublayout__full-width, .sublayout__two-columns .col-lg-6 {
    margin-bottom: 2.5rem;
}
.sublayout {
    padding: 0 45px;
}
}
.sublayout, .sublayout__full-width, .sublayout__two-columns .col-lg-6 {
    margin-bottom: 1.25rem;
}

.sublayout {
    padding: 0 1.25rem;
}



@media (min-width: 768px){


#landing-page .justify-content-md-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

#landing-page .row {
    margin-right: -15px;
    margin-left: -15px;
}
}

#landing-page .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.large-copy {
    font-size: 22px;

    letter-spacing: .01125rem;
}


p {

    font-size: 17px;

    letter-spacing: .0075rem;
    margin-bottom: 10px;
    color: #676a6e;
}

.cta__primary {

    font-size: 16px;

    padding: 0.625rem 2.5rem;
    display: inline-block;
    border: 0;
    color: #fff !important;
    background: #0966bd;
    padding: 0.75rem 1.25rem;
}

/*#landing-page a{
    color: #0966bd !important;
}*/

#landing-page h3.text__heading {
    font-size: 23px;
    margin: 15px 0;
    color: #0966bd;
    font-weight: 600;
}


#landing-page ol, #landing-page ul {
    margin-bottom: 1.875rem;
}
#landing-page dl, #landing-page ol, #landing-page ul {
    margin-top: 0;
}
#landing-page address, #landing-page dl, #landing-page ol, #landing-page ul {
    margin-bottom: 1rem;
}

@media (min-width: 768px){
#landing-page ol li, #landing-page ul li {

    letter-spacing: .008125rem;
    font-size: 17px;
}
}

#landing-page ol li, #landing-page ul li {
    display: list-item;
    list-style: none;
    color: #676a6e;

font-size: 17px;

    letter-spacing: .008125rem;
}


#landing-page ul li:before {
    font-size: 1rem;
    float: left;
    content: "•";
}
#landing-page ol li:before, #landing-page ul li:before {
    color: #0966bd;
}
#landing-page ol li:before, #landing-page ul li:before {
     width: 1.5rem;
    margin-left: 3.5rem;
    font-size: 6rem;
    margin-right: 12px;
}

/*iframe{    width: 100%;
    height: 100%;
}*/

/*.g-recaptcha div:first-child{
    width: auto !important;
    height: auto !important;
}*/


.head-box{
    background: #ebebeb;
    padding: 10px 15px;
    font-size: 17px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.mtb40{
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.mtb20{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.text-red{
    color: red;
}

.select2-selection__rendered{

    left: 0;
    top: 100%;
    width: 100%;
    text-align: left;
}

.select2-selection__rendered li.select2-selection__choice {
    display: inline-block !important;

}

.select2-selection__rendered li::before{
    content: '';
    display: none !important;
}

.m0{
    margin: 0 !important;
}

.btn-circle {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
}




input.custom-file-input {
    border: 1px solid #000;
}

::-webkit-file-upload-button {

    border: none;
    border-right: 1px solid #000;
}

label.radio-inline input {
    height: 25px;
    width: 16px;
}

.border-right{
    border-right: 2px solid #000;
    padding-right: 10px;
}

div#aizUploaderModal.show {
    opacity: 1 !important;
}
div#aizUploaderModal{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 1400px !important;
}



li#lang-change {
    margin-right: 90px;
}


.news-block .inner-box h2 {
font-size: 15px !important;
    min-height: 60px;
}

.news-img {

    min-height: 380px;
    max-height: 380px;
}

.news-block .inner-box .read-more {
    position: absolute;
    bottom: 30px;
}