.cookie-info {
     height: 122px;
    width: 340px;
    opacity: 0.8;
    border-radius: 4px;
    background-color: #1e2434;
    z-index: 9999;
    position: fixed;
    left: 20px;
    bottom: 18px;
}

.cookie-info p {
    font-family: Helvetica;
    font-size: 12px;
    line-height: 1.25;
    text-align: left;
    color: #707582;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 24px;
    margin-bottom: 8px;
}

.cookie-info #close_cookie {
    position: absolute;
    right: 10px;
    color: #FFF;
    font-size: 18px;
    cursor: pointer;
}

.cookie-info a.accept_cookie {
     text-align: right;
     color: #FFF;
     display: block;
    cursor: pointer;
}

.contact-form-section .form-inner .form-group input[type='tel']{
  position: relative;
  width: 100%;
  height: 58px;
  border: 1px solid #e1e8e4;
  font-size: 18px;
  color: #707582;
  padding: 10px 20px;
  padding-right: 50px;
  transition: all 500ms ease;
}

.lang-flag {
    width: 18px;
}

.main-header .search-box-btn {
    border: none;
}

.main-header .nav-right .language ul li img {
    position: relative;
    top: 0;
    margin-right: 5px;
}

.mb-20 {
    margin-bottom: 20px;
}

.main-header.style-two .nav-right { padding-right: 190px }

.orange-color .main-header.style-two .nav-right .btn-box { right: 40px; top: 10px; }
.orange-color .main-header.style-two .nav-right .btn-box a { padding: 0 !important; background-color: transparent; }
.orange-color .main-header.style-two .nav-right .btn-box a img { max-height: 80px; }

.content_block_5 .content-box .form-inner .form-group input[type='number']{
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border: 1px solid #eae6e4;
    border-radius: 0px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 400;
    color: #707582;
    background-color: transparent;
    font-family: 'Lato' sans-serif;
    transition: all 500ms ease;
}

.investor-section .image-layer { bottom: 91px; }

.content_block_5 .content-box .sec-title {
    background: rgba(245, 245, 245, 0.5);
    padding: 20px;
}

.content_block_3 .content-box .inner-box .icon-box {
    top: 0;
}
.content_block_3 .content-box .inner-box h2 {
    line-height: 40px;
}