@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

body{
    font-family: 'Roboto', sans-serif !important;
    overflow-x: hidden;
}

html, body, .bunge-hero{
    width: 100%;
    height: 100%;
}

.header-prg {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
}

/* The progress container (grey background) */
.progress-container {
  width: 100%;
  height: 4px;
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 4px;
  background: #f9da35 !important;
  width: 0%;
}

.pl-6{
    padding-left: 4rem !important;
}

.pr-6{
    padding-right: 4rem !important;
}

.budge-item-text h2, .budge-item-text h3, .budge-item-text p{
  color: #5f2746 !important;
}

.budge-item-text p span{
  font-size: 25px;
}

input, textarea{
    border-radius: 0 !important;
    border: none !important;
}

.yellow-btn{
    background: #f9da35;
    border: none;
    padding: 12px 45px;
    color: #4c3046;
    font-weight: bold;
    font-size: 14px;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.yellow-btn:hover{
    text-decoration: none;
    background: #fac532;
    color: #4c3046;
}

.yellow-modal.show{
    display: flex!important;
    align-items: center!important;
}

.modal-dialog {
    flex-grow: 1;
}

.yellow-modal{
    color: #5f2746;
    font-weight: 500;
}

.yellow-modal .modal-dialog{
    max-width: 900px;
}

#orderNowModal .modal-dialog{
    max-width: 564px;
}

#orderNowModal .modal-title{
    padding: 10px 25px 50px 25px;
}

#orderNowModal .budge-interested-products-form{
    padding: 0;
    text-align: left !important;
}

.budge-modal-oil:hover{
    cursor: pointer;
}

.budge-modal-oil span{
    font-size: 17px;
}

.budge-modal-oil small{
    font-size: 13px;
    margin-left: 10px;
}

.white-modal .modal-content{
    background: #fbfbf9;
    border-radius: 0;
    border: none;
}

.white-modal .modal-dialog{
    max-width: 900px;
}

.white-modal .modal-header{
    border: none;
}

.white-modal .bg-modal{
    margin-top: -56px;
}

.white-modal .modal-wrap{
    padding: 35px;
}

.white-modal .modal-wrap .modal-wrap-title{
    text-transform: uppercase;
    font-weight: bold;
    color: #5f2746;
    font-size: 2rem;
}

.white-modal .modal-wrap ul{
    margin: 25px 0 0 0;
    padding: 0;
}

.white-modal .modal-wrap ul li{
    list-style-type: none;
    color: #707070;
    font-size: 14px;
    margin-bottom: 30px;
}

.yellow-modal .modal-content{
    background: #F8BF00; /*1*/
    border-radius: 0;
    border: none;
}

.yellow-modal .modal-header{
    border: none;
}

.yellow-modal .modal-header .close {
    padding: 0.5rem 0.8rem;
}

.yellow-modal .modal-title{
    text-align: center;
    padding: 50px 0 65px 0;
}

.yellow-modal .modal-title h4{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}

.yellow-modal .modal-body{
    background: #fff;
    text-align: center;
    padding: 60px 0 70px 0;
}

.yellow-modal .modal-body p{
    margin-bottom: 25px;
}

.purple-btn{
    background: #5f2746;
    border: none;
    padding: 12px 45px;
    text-transform: uppercase;
    color: #f9da35;
    font-weight: bold;
    font-size: 14px;
}

.purple-btn:hover{
    background: #472e41 !important;
    color: #f9da35;
    text-decoration: none;
}

.purple-btn-link{
    padding: 14.5px 40px;
}

.bunge-header .navbar{
    background: none !important;
    padding: 0;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    width: 100% !important;
}

.bunge-header .affix-top{
    background-color: rgba(35, 31, 35, 0.7) !important;
}

.bunge-header .navbar-brand{
    /* background: #5f2746;
    padding: 30px 20px 20px 20px; */
    padding-top: 0;
    padding-bottom: 0;
}

.bunge-header .navbar-brand div{
    width: 155px;
    height: 95px;
    background: url(../images/logo_upd.svg) 50% 50% no-repeat;
    background-size: contain;
}

.bunge-header .nav-item{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    position: relative;
}

.bunge-header .nav-item:not(:last-child){
    margin-right: 25px;
}

.bunge-header .nav-item:last-child{
    margin-left: 40px;
}



.bunge-header .nav-item .nav-link::after{
    content: '';
    position: absolute;
    left: 9px;
    bottom: 5px;
    opacity: 0;
    width: calc(100% - 18px);
    height: 50%;
    border-bottom: 0px solid #f9da35;
    -webkit-box-shadow: inset 0px -1px 0px 0px #f9da35;
    -moz-box-shadow: inset 0px -1px 0px 0px #f9da35;
    box-shadow: inset 0px -1px 0px 0px #f9da35;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bunge-header .nav-item .nav-link:hover::after{
    opacity: 1;
    bottom: 12px;
}

.bunge-header .budge-order-now{
    background: #f9da35;
    border: none;
    padding: 12px 45px;
    text-transform: uppercase;
    color: #4c3046;
    font-weight: bold;
    font-size: 14px;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.bunge-header .budge-order-now:hover{
    background: #fac532;
}

.bunge-hero{
    /*background: url('../images/hero-bg.jpg') center top;*/
    background-size: cover;
    position: relative;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.page-contacts{
    padding: 75px 0;
    background: #f6f6f6;
}

.page-contacts h2{
    margin-bottom: 50px;
}

.page-contacts p{
    margin-bottom: 30px;
}

.page-contacts .budge-interested-products-form{
    padding-top: 75px;
    margin-bottom: -180px;
}

.page-contacts .budge-interested-products-form form{
    padding: 0 75px 60px 75px;
}

.page-contacts .budge-interested-products-form form textarea{
    min-height: 180px;
}

.bunge-white-block{
    padding: 100px;
    background: #fff;
}

.page-hero{
    height: 60%;
}

.page-hero .bunge-hero-content-block h1{
    margin-top: 100px;
}

.page-hero .bunge-hero-content-block p{
    margin-top: 0;
}

.page-not-hero{
    height: 40%;
}

/*.bunge-hero-content-wrap{
    background: none !important;
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.70), rgba(0,0,0,0.20)) !important;
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.70), rgba(0,0,0,0.20)) !important;
    background-image: -o-linear-gradient(top, rgba(0,0,0,0.70), rgba(0,0,0,0.20)) !important;
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0.70), rgba(0,0,0,0.20)) !important;
    background-image: linear-gradient(top, rgba(0,0,0,0.70), rgba(0,0,0,0.20)) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4c000000', endColorstr='#cc000000');
}
*/
.bunge-hero-404{
    background: url('../images/404-bg.jpg') center top;
}

.bunge-hero-404 .bunge-hero-content{
    text-align: center;
}

.bunge-hero-404 .bunge-hero-content-block p{
    font-size: 25px;
}

.bunge-hero-404 .bunge-hero-content-block p:last-child{
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 0;
}

.bunge-hero-404 .bunge-hero-content-block a{
    color: #f9da35;
}

.bunge-hero-404 .bunge-hero-content-block a:hover{
    text-decoration: none;
    color: #fac532;
}

/*.bunge-hero-content-wrap{
    background: rgba(0,0,0,0.70);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}*/

.bunge-hero-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    height: 100%;
}

.bunge-page-content{
    background: #f6f6f6;
    padding: 75px 0;
}

.bunge-page-content .page-content-item{
    margin-top: 85px;
}

.bunge-page-content .page-content-item .page-content-list-check{
    padding-left: 0;
}

.bunge-page-content .page-content-item .page-content-list-check li{
    list-style-type: none;
    margin-bottom: 50px;
    display: inline-block;
}

.bunge-page-content .page-content-item .page-content-list-check li .left{
    float: left;
}

.bunge-page-content .page-content-item .page-content-list-check li .right{
    margin-left: 90px;
}

.bunge-page-content .page-content-item .page-content-list-check li .right ol{
    margin-top: 20px;
}

.bunge-page-content .page-content-item .page-content-list-check li .right ol li{
    display: block;
    margin-bottom: 5px;
    margin-top: 0;
}

.bunge-page-content .page-content-item .page-content-list-check li{
    width: 100%;
}

.bunge-page-content .page-content-item .page-content-list-check li p{
    margin-top: 15px;
}

.bunge-page-content .page-content-item, .bunge-page-content .page-content-item p, .bunge-page-content .page-content-item ol li, .bunge-page-article h2{
    color: #5f2746 !important;
}

.bunge-page-content .page-content-item .page-content-label{
    background: hsla(307, 22%, 24%, 0.5);
    padding: 15px 25px;
    color: #fff;
    margin-bottom: 25px;
}

.bunge-page-content .page-content-item .page-content-label p{
    color: #fff !important;
    margin-bottom: 0;
}

.bunge-page-content .page-content-item .page-content-list-check li h6{
    color: #4c3046;
    font-size: 20px;
}

.bunge-page-content.bunge-page-article{
    background: #dad8df;
}

.bunge-page-content .page-content-item .page-content-list-check li:last-child{
    margin-bottom: 0;
}

.page-content-list-check-fill li .right{
    margin-top: 9px;
    color: #4c3046;
    font-size: 20px
}

.bunge-page-content h1{
    text-transform: uppercase;
    font-weight: bold;
    color: #5f2746;
}

.bunge-page-content .page-content-item{
    color: #707070;
}

.bunge-page-content .page-content-item ol{
    padding-left: 0;
}

.bunge-page-content .page-content-item ol li{
    margin-top: 25px;
    color: #707070;
}

.bunge-page-content .page-content-item ol li:first-child{
    margin-top: 0;
}

.bunge-page-content .page-content-item .row img{
    width: 100%;
}

.bunge-page-content .page-content-item .row ul{
    padding-left: 20px;
}

.bunge-page-content .page-content-item .row ul li{
    margin-bottom: 20px;
}

.bunge-page-content .page-content-item h2{
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 20px;
}

.bunge-content .bunge-mini-articles{
    background: #f6f6f6;
    padding: 75px 0 50px 0;
}

.bunge-content .bunge-mini-articles .row{
    margin-bottom: 85px;
}

.bunge-content .bunge-mini-articles .bunge-article{
    background: #fff;
    padding: 35px;
}

.bunge-content .bunge-mini-articles .bunge-article h2{
    line-height: 25px;
}

.bunge-content .bunge-mini-articles .bunge-article h2 a{
    color: #5f2746;
    text-decoration: none;
    font-weight: 700;
    font-size: 22px;
}

.bunge-content .bunge-mini-articles .bunge-article p{
    color: #707070;
    font-weight: 500;
    font-size: 15px;
    margin-top: 15px;
}

.bunge-content .bunge-mini-articles .bunge-article img{
    width: 75%;
    margin-left: -35px;
    margin-bottom: -100px;
    margin-top: 10px;
    margin-right: 20px;
}

.bunge-content .bunge-mini-articles .bunge-article img:first-child{
    display: none;
}

.bunge-content .bunge-mini-articles .bunge-article .bunge-link{
    width: calc(25% - 5px);
    margin-left: 75%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.bunge-content .bunge-mini-articles .bunge-article .bunge-link a{
    color: #5f2746;
}

.bunge-content .bunge-mini-articles .bunge-article .bunge-link a:hover{
    text-decoration: none;
    color: #f9da35;
}

.bunge-notice{
    background: #f9da35;
    padding: 65px;
    color: #000;
    font-weight: 500;
    margin-bottom: 45px;
}

.bunge-notice .bunge-notice-title{
    color: #ff7f2c;
    font-size: 25px;
    font-weight: bold;
    margin-left: 20px;
    margin-bottom: 25px;
}

.bunge-hero-content-block h1{
    font-size: 50px;
    color: #f9da35;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 55px;
    margin-top: 35px;
}

.bunge-hero-content-block p{
    /*color: #eff0f0;*/
    margin-top: 30px;
    font-size: 25px;
}

.bunge-bg-p ul{
  background: #988c98;
  padding: 15px 25px 15px 30px;
  color: #fff;
}

.bunge-hero-content-block .bunge-stamp{
    margin-top: 50px;
}

.bunge-content .bunge-content-list:last-child{
    padding-bottom: 70px;
}

.bunge-content .bunge-content-list .budge-item-text h2{
    font-size: 80px;
    font-weight: bold;
    margin-bottom: 0;
}

.bunge-content .bunge-content-list .budge-item-text h3{
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: -5px;
}

.bunge-content .bunge-content-list .budge-item-text p{
    margin-top: 15px;
    font-weight: 400;
}

.bunge-content .bunge-content-list .budge-type-bottle{
    margin-top: 40px;
}

.bunge-content .bunge-content-list .budge-item-icons{
    padding-left: 0;
    margin-top: 50px;
}

.bunge-content .bunge-content-list .budge-item-icons li{
    list-style-type: none;
    display: inline-block;
}

.bunge-content .bunge-content-list .budge-item-icons li:not(:first-child){
    margin-left: 20px;
}

.bunge-content .bunge-content-list .budge-item-preview{
    width: 65%;
    margin-left: 17.5%;
    margin-bottom: -65px;
}

.bunge-content .purple-block-content{
    background: hsla(307, 22%, 24%, 0.22);
    padding: 100px 0 0 0;
}

.bunge-content .purple-block-content:last-child{
    padding: 150px 0 0 0;
}

.bunge-content .white-block-content{
    background: #fff;
    padding: 70px 0 0 0;
}

.bunge-content .white-block-content:last-of-type{
    padding-bottom: 75px !important;
}

.budge-item-text p{
    color: #5f2746 !important;
}

.bunge-content .budge-item-text-yellow h2, .bunge-content .budge-item-text-yellow h3{
    color: #f9da35;
}

.bunge-content .budge-item-text-orange h2, .bunge-content .budge-item-text-orange h3, .bunge-content .budge-item-text-orange .budge-modal-oil span{
    color: #F8BF00;
}

.bunge-content .budge-item-text-carrot h2, .bunge-content .budge-item-text-carrot h3, .bunge-content .budge-item-text-carrot .budge-modal-oil span{
    color: #F8BF00;
}

.bunge-content .budge-item-text-pomegranate h2, .bunge-content .budge-item-text-pomegranate h3, .bunge-content .budge-item-text-pomegranate .budge-modal-oil span{
    color: #F8BF00;
}

.budge-interested-products-form{
    /*background: #f9da35;*/
    padding: 110px 0;
    color: #5f2746;
}

.budge-interested-products-form h4{
    text-transform: uppercase;
    font-weight: 700;
}

.budge-interested-products-form .form-group:first-of-type{
    margin-top: 40px;
}

.budge-interested-products-form p{
    font-size: 20px;
    font-weight: 500;
}

.budge-interested-products-form input{
    padding: 25px 20px;
    margin-bottom: 20px;
}

.budge-interested-products-form textarea{
    margin-top: 46px;
    min-height: 120px;
    padding: 14px 20px;
}

.budge-interested-products-form button{
    margin-top: 75px;
    float: right;
}


.bunge-footer .bunge-footer-nav{
    padding: 0 220px;
}

.bunge-footer .bunge-footer-nav ul{
    padding-left: 0;
}

.bunge-footer .bunge-footer-nav ul li{
    display: inline-block;
    text-transform: uppercase;
    margin-right: 50px;
    font-weight: 500;
    font-size: 14px;
}

.bunge-footer .bunge-footer-nav ul li a{
    padding: 0;
    color: #eff0f0;
}

.bunge-footer .bunge-footer-nav ul li .budge-order-now{
    background: none;
    border: none;
    color: #f9da35;
    text-transform: uppercase;
    padding: 0;
}

.bunge-footer .bunge-copyriht{
    color: black;
    text-align: right;
    font-size: 13px;
    margin-top: 10px;
    padding-top: 13px;
     
}

.bunge-footer .bunge-copyriht a{
    color: #fff;
    text-decoration: none;
}

.bunge-footer img{
    width: 200px;
    margin-top: -33px;
}

.bunge-stamp-section{
  color: #5f2746;
}

.bunge-stamp-section ul{
  padding-left: 0;
}

.bunge-stamp-section ul li{
  font-weight: bold;
  list-style-type: none;
  text-transform: lowercase;
}

.order-now-svg{
  position: relative;
}

.order-now-svg:hover{
  cursor: pointer;
}

.order-now-svg:hover img:first-child{
  opacity: 0;
}

.order-now-svg:hover img:last-child{
  opacity: 1 !important;
}

@media (min-width: 1200px) {
    .bunge-hero-content-block.container{
        max-width: 100% !important;
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .bunge-content .one-bunge-list .col-12:last-child, .bunge-content .two-bunge-list .col-12:first-child, .bunge-content .three-bunge-list .col-12:last-child{
        margin-top: 0 !important;
    }
    .bunge-content .bunge-content-list .budge-item-icons li{
        display: inline-block !important;
    }
    .bunge-content .bunge-content-list .budge-item-icons{
        display: flex;
    }
    .bunge-content .budge-item-icons li:not(:first-child){
        margin-top: 0 !important;
        margin-left: 5px !important;
    }
    .bunge-content .budge-item-icons li img{
        width: 45px;
    }
}

@media (min-width: 300px) and (max-width: 576px) {
    .bunge-hero-content-block h1{
        font-size: 25px !important;
    }
}

@media (min-width: 300px) and (max-width: 767px) {
    .bunge-hero{
        /*background: url('../images/hero-bg-mobile.jpg') center top;*/
        background-size: cover;
        position: relative;
        vertical-align: middle;
        background-repeat: no-repeat;
    }
    /* .bunge-hero-content-block .bunge-stamp{
        position: absolute;
        top: 50px;
        width: 100px !important;
    } */
    .bunge-hero-content-block .bunge-stamp{
        /* position: absolute;
        top: 75px !important; */
        width: 75px !important;
        margin-top: 75px !important;
    }
    .page-oil{
        height: 40%;
    }
    .hero-contacts{
        height: 35%;
    }
    /* .bunge-header .navbar-brand img{
        max-width: 150px;
    } */
    .bunge-header .navbar-brand{
        padding: 0 20px 0 0 !important;
    }
    .bunge-header .navbar-brand img{
        max-width: 220px;
        margin-left: -30px;
    }
    .bunge-hero{
        background-position-y: 50px;
    }
    .budge-type-bottle-mobile{
        float: right;
        position: absolute;
        bottom: 15px;
        left: 67.5%;
        margin-left: -35px;
    }
    .bunge-content .bunge-content-list .budge-item-text p{
        font-size: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bunge-content .bunge-content-list .budge-item-text p{
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    .navbar .container:first-child{
      padding-left: 0;
    }
    .navbar-brand{
        position: relative;
    }

    /* .navbar-brand::after{
        content: '';
        border-left: 51px solid transparent;
        transform: rotate(14deg);
        border-top: 198px solid #5f2746;
        position: absolute;
        top: -73px;
        right: -25px;
        border-radius: 100%;
    } */
    .bunge-header .container{
        max-width: 100% !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .bunge-header .navbar{
        background: #5f2746 !important;
    }
    .bunge-header .nav-item:not(:last-child){
        margin-right: 0 !important;
    }
    .bunge-header .nav-item:last-child{
        margin-left: 0 !important;
    }
    .bunge-content .bunge-mini-articles .bunge-article img:first-child{
        display: none;
    }
    .bunge-content .bunge-content-list .budge-item-icons li:not(:first-child){
        margin-left: 5px;
    }
    .bunge-content .bunge-content-list .budge-item-icons li img{
        width: 50px;
    }

}






.bunge-footer{
    background: white;
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
    position: relative;
}

  .textOneScreen{
    font-size: 21px;
    color: #411440;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
    .footerBG{
        /* background-image: url(../images/bg-logo.svg);
        background-repeat: no-repeat;
        background-position: right; */
        /*background-size:contain;*/
        background-color: #4b3048;
        height: 86px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 3;
        left: 0;
        position: fixed !important;
    }
    .footerBGtext{
        color:#F8BF00;
        padding-top: 31px;

    }

    .footerBG .footerBGtext{
        padding: 0 !important;
        margin: 0 !important;
    }
@media only screen and (max-width: 768px) {
    .footerBG{
        min-width: 240px;
        height: 58px;
        left: 0;
        bottom: 59px;
    }
    .bunge-content{
        padding-bottom: 58px;
    }
}
@media only screen and (min-width: 768px) {
    .footerBG{
        min-width: 475px;
        bottom: 0;
        height: 78px;
    }
}
/*rev 2 start*/
@media (min-width: 768px){
    .contOne{
        height: 730px;
    }
    .navMenuStyle{
        background-color: white;
        box-shadow: 0 0 4px rgba(0,0,0,0.5);
    }
    .buttonOrder{
        background-color: #F8BF00;
        padding-left: 24px !important;
        padding-right: 24px !important;
        border-radius: 4px;
        cursor: pointer;
    }


    .bunge-header .nav-item .nav-link{
        padding: 12px 10px;
        color: black !important;
    }

    .bunge-header .nav-item .active{
        color: #f9da35 !important;
    }
 }
@media (max-width: 767px) {
    .imSMdone{
        /*display: none;*/
    }
  .textOneScreen{
    font-size: 30px;
    color: #411440;
    padding-left: 0px;
    padding-right: 0px;
  }
    .bunge-header .nav-item .nav-link{
        padding: 12px 10px;
        color: black !important;
    }
    .buttonOrder{
        background-color: #F8BF00;
        color:#2f292d !important;
    }
}
/*rev 2 end*/


@media (max-width: 767px) {
    .bunge-content .bunge-mini-articles .bunge-article img:first-child{
        display: block;
    }
    .navbar-expand-lg .container{
        width: 100%;
        max-width: 100% !important;
    }
    .bunge-mobile-img{
        margin: 10px 0;
    }
    .bunge-header .navbar-brand{
        padding: 15px 20px 10px 20px;
    }
    .bunge-header .navbar{
        background: #4C2F48 !important;
    }
    .bunge-header .navbar-nav{
        background: #2f292d;
        height: 200px;
    }
    .navbar-dark .navbar-toggler{
        margin-right: 15px;
    }
    .order-now-mobile{
        margin: 5px 15px 35px 15px;
    }
    .order-now-mobile button{
        text-transform: uppercase;
    }
    .bunge-page-content{
        padding: 75px 10px;
    }
    .navbar-collapse .navbar-nav{
        height: 100vh;
        display: flex;
        justify-content: center;
    }
    .bunge-header .navbar-collapse .nav-item{
        margin-left: 20px;
        margin-right: 20px;
        border: 1px solid #f9da35;
        margin-top: 10px;
        text-align: center;
    }
    .bunge-header .navbar-collapse .nav-item:last-child{
        margin-top: 60px;
    }
    .bunge-header .nav-item .nav-link::after{
        border: none !important;
        box-shadow: none !important;
    }
    .bunge-header .navbar-collapse .nav-item button{
        width: 100%;
    }
    .bunge-hero-content{
        justify-content: flex-end;
    }
    .bunge-hero-content-block .bunge-stamp{
        margin-top: 50px;
        width: 50px;
    }
    .bunge-hero-content-block h1{
        font-size: 30px;
        line-height: 30px;
        margin-top: 35px;
    }
    .bunge-hero-content-block p{
        font-size: 14px;
        margin-top: 20px;
    }

    .budge-interested-products-form .form-group:first-of-type{
        margin-top: 0;
    }

    .yellow-modal .modal-title{
        padding: 0 20px 50px 20px;
    }

    .yellow-modal .modal-header .close{
        padding: 0.5rem 0.8rem;
        margin-top: 10px;
        margin-bottom: -60px;
        margin-right: -5px;
    }

    .white-modal .modal-dialog{
        margin: 0;
    }

    .white-modal .modal-wrap{
        padding: 25px;
    }

    .white-modal .modal-wrap .yellow-btn{
        width: 100%;
        display: block;
        text-align: center;
    }

    .bunge-content .bunge-content-list{
        padding-left: 10px;
        padding-right: 10px;
    }

    #orderNowModal .modal-title h4{
        font-size: 18px;
        margin-bottom: 5px;
    }
    #orderNowModal .modal-title{
        padding: 10px 15px 50px 15px;
    }
    #orderNowModal .modal-dialog{
        margin-left: 0;
        margin-right: 0;
    }

    .bunge-page-content h1{
        font-size: 1.5rem;
    }

    .bunge-page-content .page-content-item h2{
        font-size: 20px;
    }

    .bunge-page-content{
        padding: 40px 10px;
    }

    .page-when .bunge-page-content .page-content-item ol{
        padding-left: 25px;
    }

    .bunge-page-content .page-content-item{
        margin-top: 48px;
    }


    .bunge-content .bunge-content-list .budge-item-icons li{
        display: block;
    }

    .bunge-content .one-bunge-list .budge-item-preview{
        width: 65%;
        margin-left: 35%;
    }

    /* .bunge-content .one-bunge-list .col-12:last-child{
        margin-top: -300px;
    } */

    .bunge-content .one-bunge-list .col-12:last-child{
        margin-top: -310px;
    }

    .bunge-content .bunge-content-list .budge-item-preview{
        margin-bottom: 100px;
    }

    .bunge-content .one-bunge-list .budge-item-icons li:not(:first-child){
        margin-left: 0;
        margin-top: 15px;
    }





    .bunge-content .two-bunge-list .budge-item-preview{
        width: 65%;
        margin-left: 35%;
    }

    /* .bunge-content .two-bunge-list .col-12:last-child{
        margin-top: -300px;
    } */

    .bunge-content .two-bunge-list .col-12:last-child{
        margin-top: -310px;
    }

    .bunge-content .two-bunge-list .budge-item-icons li:not(:first-child){
        margin-left: 0;
        margin-top: 15px;
    }



    .bunge-content .three-bunge-list .budge-item-preview{
        width: 65%;
        margin-left: 35%;
    }

    /* .bunge-content .three-bunge-list .col-12:last-child{
        margin-top: -300px;
    } */

    .bunge-content .three-bunge-list .col-12:last-child{
        margin-top: -390px;
    }

    .bunge-content .three-bunge-list .budge-item-icons li:not(:first-child){
        margin-left: 0;
        margin-top: 15px;
    }


    .page-content-item .row .pl-5{
        padding-left: 15px !important;
    }

    .bunge-notice{
        padding: 35px;
        margin-left: -25px;
        margin-right: -25px;
        margin-bottom: 0;
    }


    .bunge-content .four-bunge-list .budge-item-preview{
        width: 65%;
        margin-left: 35%;
    }

    /* .bunge-content .four-bunge-list .col-12:last-child{
        margin-top: -300px;
    } */

    .bunge-content .four-bunge-list .col-12:last-child{
        margin-top: -310px;
    }

    .bunge-content .four-bunge-list .budge-item-icons li:not(:first-child){
        margin-left: 0;
        margin-top: 15px;
    }

    .bunge-content .purple-block-content:first-of-type{
        padding-top: 50px;
    }

    .bunge-content .white-block-content:last-of-type{
        padding-bottom: 50px !important;
        padding-top: 60px !important;
    }

    .bunge-content .white-block-content{
        padding-top: 60px !important;
    }

    .budge-interested-products-form{
        padding: 40px 10px;
    }

    .modal .budge-interested-products-form{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .budge-interested-products-form p{
        font-size: 14px;
        line-height: 18px;
    }

    .budge-interested-products-form .col-12:first-child{
        padding-right: 15px !important;
    }

    .budge-interested-products-form .col-12:last-child{
        padding-left: 15px !important;
    }

    .budge-interested-products-form button{
        margin-top: 35px;
    }

    .budge-interested-products-form .purple-btn{
        width: 100%;
    }

    .bunge-content .bunge-mini-articles{
        padding-top: 0;
    }

    .bunge-content .bunge-mini-articles .container{
        padding: 0;
    }

    .bunge-content .bunge-mini-articles .bunge-article .bunge-link{
        width: 100%;
        margin-left: 0;
        text-align: right;
    }

    .bunge-content .bunge-mini-articles .row{
        margin: 0;
    }

    .bunge-content .bunge-mini-articles .col-12{
        margin-bottom: 0;
        padding: 0 !important;
    }

    .bunge-content .bunge-mini-articles .bunge-article img{
        margin: 0 0 10px 0;
        width: 100%;
    }

    .bunge-content .bunge-mini-articles .col-12:last-child .bunge-article{
        background: #f6f6f6;
    }

    .page-contacts{
        padding: 35px 0 0 0;
    }

    .page-contacts .row .col-12:last-child{
        margin: 0 -15px;
        -ms-flex: 0 0 calc(100% + 30px);
        flex: 0 0 calc(100% + 30px);
        max-width: calc(100% + 30px);
    }

    .page-contacts .budge-interested-products-form{
        padding: 30px 0 0 0;
        margin-bottom: 0;
    }

    .page-contacts .budge-interested-products-form p{
        margin-top: 10px !important;
    }

    .page-contacts .budge-interested-products-form textarea, .budge-interested-products-form textarea{
        margin-top: 20px !important;
        min-height: 100px;
    }

    .page-contacts .budge-interested-products-form form{
        padding: 0 0 130px 0;
    }

    .bunge-footer{
        /*padding: 30px 0;*/
    }

    .bunge-footer .float-left, .bunge-footer .mx-auto{
        display: none;
    }

    .bunge-footer .float-right{
        width: 100%;
    }

    .bunge-footer .bunge-copyriht{
        text-align: center;

    }
}


@media only screen and (min-width: 320px) {
    .modal-title h3{
        margin-bottom: 30px;
    }
    .pop_cont{
        display: flex;
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .pop_cont h4,
    .pop_cont p{
        margin-bottom: 10px !important;
    }
}
@media only screen and (min-width: 1200px) {
    .yellow-modal .modal-title{
        padding: 20px 0 20px 0;
    }
}
@media only screen and (min-width: 1768px) {
    .yellow-modal .modal-title{
        padding: 50px 0 65px 0;
    }
    .modal-title h3{
        margin-bottom: 50px;
    }
    .pop_cont{
        row-gap: 50px;
    }
    .pop_cont h4,
    .pop_cont p{
        margin-bottom: 20px !important;
    }
}
.pop_cont div{
    width: 100%;
}
.bunge-footer .d_flex{
    width: 100%;
    display: flex;
    position: relative;
}

@media only screen and (min-width: 320px) {
    .bunge-footer .d_flex{
        justify-content: center;
    }
}
@media only screen and (min-width: 768px) {
    .bunge-footer .d_flex{
        justify-content: flex-end;
    }
}