.project-type .select-items{
    height: 166px;
    overflow: hidden;
    overflow-y: scroll;
}
.project-type .select-items::-webkit-scrollbar-thumb{
    background-color:white;
}
footer {
    background: #212121;
    padding: 3% 140px;
    display: flex;
    justify-content: space-between;
    /* background-image: url(../images/component.png); */
    /* height: 1080px;
    background-size: contain; */
}
#country_search.select-hide{
    display: none;
}
#country_search{
    position: absolute;
    top: 5vw;
    color: black;
    background: white;
    z-index: 11111;
}
#country_search::placeholder{
    color: black;
}
footer .select-items{
    height: 166px;
    overflow: hidden;
    overflow-y: scroll;
}
.cookie-confirmation{
    line-height: 20px;
    z-index: 999999999999 !important;
    display: none;
    font-size: .7vw;
    position: fixed;
    top: auto!important;
    bottom: 0;
    font-family: montserrat_light;
    color: white;
    z-index: 11111;
    background: #2d2d2dd1;
   
}
.cookie-confirmation.open{
 display: grid;
}

.cookie-confirmation p{
    width: 70%;
    padding: 12px 18px 18px;
    margin: 0;
}
.hidden_flex .select-style{
    margin: 0 0 10px 0;
}
.cookie-confirmation #cookie_agree:hover{
    background-color: #fff!important;
    color: #d03a00!important;
}

.cookie-confirmation #cookie_agree{
    position: absolute;
    right: 19%;
    top: 27%;
    cursor: pointer;
    background-color: #ef0d33!important;
    color: #fff!important;
    padding: 3px 13px!important;
    border: 2px solid #ef0d33!important;
    border-radius: 0!important;
    box-shadow: none;
    text-transform: uppercase;
    font-family: din-2014,sans-serif!important;
    text-shadow: none!important;
    font-weight: 600!important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1vw;

}

@media only screen and (max-width: 768px){
    .cookie-confirmation #cookie_agree{
        position: unset;
    }
    .cookie-confirmation{
        font-size: 1.2vw;
    }
    .cookie-confirmation p{
        width: unset;
        padding-bottom: 5px;
    }
    .cookie-confirmation a{
        position: unset;
        margin-left: auto;
        margin-right: auto;
        top: 0;
    }
}
@media only screen and (max-width: 500px){
    .cookie-confirmation{
        line-height: 1.8;
        font-size: 2.4vw;
    }
}
.select-style {
    margin-top: auto;
    margin-bottom: auto;
  }
  .select-style1 {
    margin: 0 0 10px 0;
    outline: unset;
  }
  
  .select-style select {
    display: none; 
  }
  .select-style1 select {
    display: none; /*hide original SELECT element:*/
  }
  .select-selected {
    background-color: #282828;
  }
  .agree_checkbox a{
    color: rgba(255, 255, 255, 0.5);
    text-decoration: underline;
  }
  #footer_section .right_wrap form{
      margin-top: 10px;
  }
  /*style the arrow inside the select element:*/
  .select-selected:after {
    position: absolute;
    content: "";
    top: 2.5vw;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: rgba(255, 255, 255, 0.3) transparent transparent transparent;
  }
  
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent rgba(255, 255, 255, 0.3) transparent;
    top: 1.8vw;
  }
  .agree_checkbox{
    margin-top: 10px;
  }
  .select-items div,.select-selected {
    font-size: 13px;
    border-radius: 3px;
    color: rgba(255, 255, 255, 0.3);
    padding: 9px 16px;
    cursor: pointer;
    user-select: none;
    font-family: montserrat_light;
  }
  .same-as-selected, .same-as-selected1{
    border-left: 1px solid #ef0d33 !important;
  }
  .country-dropdown .select-items {
    top: 193%;
  }
 
  .select-items {
    position: absolute;
    background-color: #282828;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }
  
  .select-hide {
    display: none;
  }
  
  .select-items div:hover, .same-as-selected, .same-as-selected1 {
    background-color: rgba(0, 0, 0, 0.1);
    border-left: 1px solid #ef0d33;
  }
  @media screen and (max-width: 1100px) and (min-width: 700px){
    .select-items div, .select-selected{
        font-size: 12px;
    }
  }
  @media only screen and (max-width: 700px) {
    .select-selected.select-arrow-active:after{
        top: 18px;
    }
    .select-items div, .select-selected{
        margin: 2% 0;
        font-size: 10px;
    }
    .select-selected:after{
        top: 26px;
    }
  }

.hidden_field{
    display: none;
}
#footer_error{
    width: 100%;
}
#sales_enquiry{
    width: 100%;
}
.hidden_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
p.career_info{
    width: 100% !important;
}
.left_wrap {
    height: 600px;
    width: 39%;
    padding-right: 70px;
    position: relative;
    border-right: 1px solid #ffffff21;
}

hr {
    border: 3px solid #ef0d33;
}

.left_wrap h4 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}
body .zsiq_floatmain{
    z-index: 10000000 !important;
}

.left_wrap hr {
    width: 13%;
    margin: 0;
}

.image_wrap {
    width: 67%;
    display: flex;
    margin: 25px 0;
    align-items: center;
    justify-content: space-between;
}

.image_wrap img {
    /* filter: grayscale(100%); */
    filter: brightness(0.6);
    /*transition: 0.5s ease;*/
}

.image_wrap img:hover {
    /* filter: grayscale(0%); */
    filter: brightness(1);
    /*transition: 0.5s ease;*/
}

.image_wrap .clutch {
    width: 105px;
    /* height: 30px; */
    height: auto;
}

.image_wrap .goodfirms {
    width: 66px;
    /* height: 53px; */
    height: auto;
}

.image_wrap .firms {
    width: 127px;
    /* height: 66px; */
    height: auto;
}

.quick_links {
    margin-top: 82px;
}

.quick_links h3 {
    font-family: montserrat_semibold;
    color: #fff;
    line-height: 25px;
    font-size: 21px;
}

.links_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.link_item {
    width: 50%;
}

.link_item p {
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase;
}

.link_item ul {
    padding: 0;
}

.link_item li {
    list-style: none;
}

.link_item ul li a {
    font-size: 14px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.link_item ul li a:hover {
    color: white;
}

.bottom_sec {
    width: 100%;
    position: absolute;
    bottom: 2px;
}

.phone {
    font-size: 21px;
    line-height: 48px;
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
}

.phone a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.phone span {
    display: inline-block;
    margin-right: 20px;
}

.phone span .fa-phone {
    transform: rotate(90deg);
}

.phone:hover,
.phone:hover a {
    color: white;
}

.bottom_sec i {
    font-size: 28px;
    color: rgba(255, 255, 255, 0.5);
    transition: 0.5s ease;
    cursor: pointer;
}

.bottom_sec i:hover {
    color: #ef0d33;
    transition: 0.5s ease;
}

.icon_wrap {
    width: 64%;
    margin: 25px 0;
    display: flex;
    justify-content: space-between;
}

.right_wrap {
    width: 60%;
    padding-left: 115px;
}

.right_wrap h2 {
    font-size: 35px;
    line-height: 43px;
    color: #fff;
    font-family: montserrat_semibold;
    margin: 17px 0;
}

.right_wrap hr {
    margin: 0;
    width: 15%;
}

.right_wrap p {
    width: 53%;
    font-size: 14px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.5);
    margin: 10px 0px 20px 0;
}
.input_wrap.select-style.arrow{
    margin-top: 0;
}
.input_wrap.select-style.arrow .select-selected:after{
    top: 2.56vw;
}
.input_wrap.select-style.arrow .select-selected.select-arrow-active:after{
    top: 2vw;
}
.right_wrap label{
    opacity: .6;
    width: 100%;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.input_wrap.foo-phone-field{
    display: flex;
    gap: .3vw;
}
.foo-country-field input::placeholder{
    font-size: .73vw;
}
.foo-number-field input::placeholder{
    font-size: .73vw;
}
.foo-divider{
    margin-top: auto;
    margin-bottom: 1.2vw;
}
.foo-number-field{
    margin-top: auto;
    width: 100%;
}
@media only screen and (max-width: 768px) {
    .foo-divider{
        margin-bottom: 2.2vw;
    }
}
@media only screen and (max-width: 500px) {
    .foo-divider{
        margin-bottom: 4.2vw;
    }
}
.input_wrap {
    width: 48%;
    position: relative;
}

.phone input {
    padding-left: 50px !important;
}

.country-select input {
    padding: 0;
    width: 100%;
    color: #000;
}

.input_wrap input,
.input_wrap select {
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.03);
    border: none;
    height: 61px;
    line-height: 61px;
    width: 100%;
    color: rgba(255, 255, 255, 0.3);
    margin: 0 0 8.5px 0;
    resize: none;
    padding: 5px 24px;
    font-family: montserrat_light;
    box-sizing: border-box;
}

input:focus,
select:focus,
textarea:focus {
    /* box-shadow: 0px 3px 12px #00000082; */
    background-color: rgba(255, 255, 255, 0.93);
    color: #212121;
    outline: none;
}

input:focus::placeholder {
    color: #212121;
}

.input_wrap select {
    -webkit-appearance: none;
    /* background-image: url(../images/down-arrow.svg); */
    background-position: 88%;
    background-size: 16px;
    background-repeat: no-repeat;
}

option {
    padding: 5px 20px;
    line-height: 20px;
}

.textarea {
    width: 100%;
    font-family: montserrat_light;
}

.input_wrap textarea {
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.03);
    border: none;
    width: 100%;
    color: rgba(255, 255, 255, 0.3);
    margin: 5.5px 0;
    resize: none;
    padding: 24px;
    box-sizing: border-box;
    height: 75px;
}

::placeholder {
    font-size: 14px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.3);
    font-family: montserrat_light;
}

.btn_wrap {
    width: 100%;
    display: flex;
    /* justify-content: flex-end; */
    margin: 0px 0;
}

.btn_wrap #contact_btn {
    background: #ef0d33;
    border-radius: 5px;
    opacity: 1;
    border: none;
    font-size: 16px;
    line-height: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 40px;
    cursor: pointer;
}

.contact_clicked {
    position: relative;
    overflow: hidden;
}

.contact_clicked::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/loaderwhite.gif);
    background-position: center;
    background-size: 20%;
    background-repeat: no-repeat;
    z-index: 1;
}

.contact_clicked::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: black;
    opacity: .5;
}

@media screen and (max-width: 1700px) and (min-width: 1100px) {
    footer {
        padding: 40px 95px;
    }
    hr {
        border: 1px solid #ef0d33;
    }
    .left_wrap h4 {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 10px;
    }
    .image_wrap .clutch {
        width: 78px;
        height: 21px;
    }
    .image_wrap .goodfirms {
        width: 54px;
        height: 42px;
    }
    .image_wrap .firms {
        width: 95px;
        height: 33px;
    }
    .quick_links {
        margin-top: 55px;
    }
    .quick_links h3 {
        line-height: 25px;
        font-size: 15px;
        margin-bottom: 10px;
    }
    .links_wrap {
        margin-top: 3px;
    }
    .link_item p {
        font-size: 10px;
        line-height: 23px;
    }
    .link_item ul li a {
        font-size: 11px;
        /* line-height: 19px; */
    }
    .phone {
        font-size: 15px;
        line-height: 47px;
    }
    .bottom_sec i {
        font-size: 17px;
    }
    .icon_wrap {
        width: 55%;
        margin: 20px 0;
    }
    .right_wrap {
        padding-left: 85px;
    }
    .right_wrap h2 {
        font-size: 24px;
        line-height: 28px;
        margin: 23px 0 14px 0;
    }
    .right_wrap p {
        font-size: 10px;
        line-height: 15px;
    }
    .right_wrap label{
        font-size: 10px;
    }
    .right_wrap #agree{
        height: 11px;
        margin-bottom: 0;
    }
    .input_wrap input,
    .input_wrap select {
        border-radius: 3px;
        height: 38px;
        line-height: 32px;
        padding: 8px 20px;
        font-size: 14px;
    }
     ::placeholder {
        font-size: 14px;
        line-height: 22px;
    }
    .input_wrap select {
        background-position: 91%;
        background-size: 12px;
    }
    button {
        font-size: 11px;
        line-height: 28px;
        padding: 7px 40px;
    }
}
@media screen and (max-width: 1390px) and (min-width: 1024px) {
    .country-select .flag-dropdown{
        top: -11px;
    }
    .input_wrap input, .input_wrap select{
        margin: 9px 0;
    }
    .input_wrap textarea{
        margin: 9px 0;
    }
}
@media only screen and (max-width: 1024px) {
    .input_wrap input, .input_wrap select{
        margin: 0 0 9px 0;
    }
    .input_wrap input, .input_wrap select{
        height: 40px !important;
    }
    .input_wrap.select-style.arrow .select-selected:after{
        top: 37px;
    }
    .input_wrap.select-style.arrow .select-selected.select-arrow-active:after{
        top: 29px;
    }
    .select-selected:after{
        top: 37px;
    }
    .select-selected.select-arrow-active:after{
        top: 29px;
    }
}
@media only screen and (max-width: 500px) {
    .input_wrap.select-style.arrow .select-selected:after{
        top: 45px;
    }
    .input_wrap.select-style.arrow .select-selected.select-arrow-active:after{
        top: 38px;
    }
    .select-selected:after{
        top: 45px;
    }
    .select-selected.select-arrow-active:after{
        top: 38px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 900px) {

    .right_wrap p{
        line-height: 17px;
        margin: 9px 0;
    }
    .right_wrap label{
        line-height: 17px;
        margin: 9px 0;
    }
    footer .btn_wrap{
        margin: 0px 0;
    }
    .btn_wrap #contact_btn{
        line-height: 14px;
    }
    .right_wrap h2{
        margin: 0px 0 9px 0 !important;
    }
    .left_wrap{
        visibility: hidden;
    }
}
@media screen and (max-width: 1100px) and (min-width: 700px) {
    #country_search{
        top: 7vw;
    }
    footer {
        flex-direction: column-reverse;
        flex-wrap: wrap;
        padding: 75px;
    }
    .left_wrap {
        width: 100%;
        border: 0;
    }
    .right_wrap {
        width: 100%;
        padding: 0;
    }
    .left_wrap h4 {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 10px;
    }
    .image_wrap .clutch {
        width: 78px;
        height: 21px;
    }
    .image_wrap .goodfirms {
        width: 54px;
        height: 42px;
    }
    .image_wrap .firms {
        width: 95px;
        height: 33px;
    }
    .quick_links {
        margin-top: 55px;
    }
    .quick_links h3 {
        line-height: 25px;
        font-size: 15px;
        margin-bottom: 10px;
    }
    .links_wrap {
        margin-top: 3px;
    }
    .link_item p {
        font-size: 10px;
        line-height: 23px;
    }
    .link_item ul li a {
        font-size: 11px;
        /* line-height: 19px; */
    }
    .phone {
        font-size: 15px;
        line-height: 47px;
    }
    .bottom_sec i {
        font-size: 17px;
    }
    .icon_wrap {
        width: 55%;
        margin: 20px 0;
    }
    .right_wrap h2 {
        font-size: 24px;
        line-height: 28px;
        margin: 23px 0 14px 0;
    }
    .right_wrap p {
        font-size: 10px;
        line-height: 22px;
    }
    .right_wrap label {
        font-size: 10px;
        line-height: 22px;
    }
    .input_wrap input,
    .input_wrap select {
        border-radius: 3px;
        height: 45px;
        line-height: 32px;
        padding: 8px 20px;
        font-size: 12px;
    }
    .input_wrap.foo-phone-field{
        grid-template-columns: 73px 6px auto;
        gap: 6px;
    }
    #quote_country_code::placeholder {
        font-size: 9px;
    }
    #quote_number::placeholder {
        font-size: 9px;
    }
     ::placeholder {
        font-size: 10px;
        line-height: 22px;
    }
    .input_wrap select {
        background-position: 91%;
        background-size: 12px;
    }
    button {
        font-size: 11px;
        line-height: 28px;
        padding: 7px 40px;
    }
    .bottom_sec {
        position: relative;
        margin-top: -3px;
    }
}

@media screen and (max-width: 700px) and (min-width: 300px) {
    #country_search{
        top: 12vw;
    }
    .country-dropdown .select-items{
        top: 147%;
    }
    footer {
        flex-direction: column-reverse;
        flex-wrap: wrap;
        padding: 50px 30px;
    }
    .left_wrap {
        width: 100%;
        border: 0;
        padding: 0;
    }
    .right_wrap {
        width: 100%;
        padding: 0;
    }
    .left_wrap h4 {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 10px;
    }
    .image_wrap {
        width: 80%;
    }
    .image_wrap .clutch {
        width: 68px;
        height: 19px;
    }
    .image_wrap .goodfirms {
        width: 50px;
        height: 42px;
    }
    .image_wrap .firms {
        width: 90px;
        height: 33px;
    }
    .quick_links {
        margin-top: 55px;
    }
    .quick_links h3 {
        line-height: 25px;
        font-size: 15px;
        margin-bottom: 10px;
    }
    .links_wrap {
        margin-top: 3px;
        flex-wrap: wrap;
    }
    .link_item p {
        font-size: 10px;
        line-height: 23px;
    }
    .link_item {
        width: 45%;
    }
    .link_item ul li a {
        font-size: 9px;
        /* line-height: 19px; */
    }
    .phone {
        font-size: 12px;
        line-height: 30px;
    }
    .bottom_sec i {
        font-size: 17px;
    }
    .icon_wrap {
        width: 82%;
        margin: 20px 0;
    }
    .right_wrap h2 {
        font-size: 24px;
        line-height: 28px;
        margin: 23px 0 14px 0;
    }
    .right_wrap p {
        font-size: 10px;
        line-height: 22px;
        width: 100%;
    }
    .right_wrap label{
        font-size: 10px;
        line-height: 22px;
        width: 100%;
    }
    .input_wrap {
        width: 100%;
    }
    .input_wrap input,
    .input_wrap select {
        border-radius: 3px;
        height: 45px;
        line-height: 32px;
        padding: 8px 20px;
        font-size: 12px;
    }
    .input_wrap.foo-phone-field{
        grid-template-columns: 73px 6px auto;
        gap: 6px;
    }
    .input_wrap.foo-phone-field input{
        padding: 8px 1.6vw;
    }
    #quote_country_code::placeholder {
        font-size: 9px;
    }
    #quote_number::placeholder {
        font-size: 9px;
    }
     ::placeholder {
        font-size: 10px;
        line-height: 22px;
    }
    .input_wrap select {
        background-position: 91%;
        background-size: 12px;
    }
    .btn_wrap {
        justify-content: center;
        margin: 20px 0;
    }
    button {
        font-size: 11px;
        line-height: 28px;
        padding: 7px 40px;
    }
    .bottom_sec {
        position: relative;
        margin-top: 23px;
        bottom: 0;
    }
}

@media screen and (max-width: 425px)  {
    #country_search{
        top: 17vw;
    }
}
@media screen and (max-width: 375px)  {
    #country_search{
        top: 20vw;
    }
    .country-dropdown .select-items{
        top: 162%;
    }
}
@media screen and (max-width: 320px)  {
    #country_search{
        top: 23vw;
    }
}
@media screen and (min-width: 1700px) {
    .bottom_sec {
        bottom: auto;
    }
}

@media only screen and (max-width: 2500px) and (min-width: 1921px) {
    .country-select.inside .flag-dropdown {
        transform: scale(1.5) !important;
     
    }

 
}

@media only screen and (max-width: 3000px) and (min-width: 2500px) {
    .country-select.inside .flag-dropdown {
        transform: scale(2) !important;
    }
    footer .phone input {
        padding-left: 3.5vw !important;
    }
   
}
.footer_section.fp-section.fp-table, .fp-slide.fp-table{
    background: #212121;
}
.copyright_wrap{
    position: absolute;
    bottom: 0;
}
@media screen and (max-width: 330px) {
    .bottom_sec{
        margin-top: 0px;
    }
    .copyright_wrap {
        padding: 10px 11px;
    }
    .image_wrap {
        width: 100%;
    }
    .image_wrap img{
        object-fit: contain;
    }
}

@media only screen and (max-width: 4000px)and (min-width: 1600px) {
    #chat-circle{
        max-width: 17.75vw;
        bottom: 1vw;
        right: 1vw;
        padding: 0.14vw  0.21vw;
        box-shadow: 0 0 1.06vw -0.49vw #000;
    }
    #chat-circle span:nth-child(2){
        line-height: 2.4vw;
        padding: 0 1vw;
    }
    #chat-circle span:nth-child(3){
        line-height: 2.4vw;
        font-size: 0.9vw;
        border-radius: 2.4vw;
        padding: 1px 1.2vw;
    }
    .chat-box{
        right: 1vw;
        bottom: 1vw;
        width: 26.6vw;
        border-radius: 0.7vw;
        box-shadow: 0 0 1.4vw 0 rgba(0,0,0,.3);
    }
    .chat-box-header{
        padding-top: 2.2vw;
        height: 4.1vw;
        font-size: 0.9vw;
    }
    .chat-box-header:before{
        border-width: 5.3vw 6.3vw 0 0;
    }
    .chat-box-header img{
        top: 1.1vw;
        width: 3.34vw;
        left: 1.5vw;
    }
    .chat-box-title{
        left: 6vw;
    }
    .chat-box-toggle{
        margin-right: 1.4vw;
        font-size: 3.19vw;

    }
    .chat-logs{
        padding: 0 1vw 1vw 1vw;
    }
    .chat-logs input{
        font-size: 0.83vw;
        margin-bottom: 0.8vw;
        border-radius: 0.5vw;
        padding: 0 0.9vw;
        height: 3.1vw;
    }
    .chat-logs textarea{
        font-size: 0.83vw;
        width: 95%;
    }
  
    .acc-chat-error.show{
        padding: 0.64vw 0;
        font-size: 0.76vw;
    }
    .chat-submit svg{
        left: -1vw;
        top: .1vw;
        width: 1.2vw;
        height: 1.2vw;
    }
    .chat-submit{
    bottom: 1.089vw;
    right: 0.89vw;
    font-size: 0.96vw;
    padding-top: 0;
    padding-left: revert;
    padding-right: revert;
    }
    .chat-logs input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #6a6666;
        font-size: 0.83vw;
      }
      .chat-logs input::-moz-placeholder { /* Firefox 19+ */
        color: #6a6666;
        font-size: 0.83vw;
      }
      .chat-logs input:-ms-input-placeholder { /* IE 10+ */
        color: #6a6666;
        font-size: 0.83vw;
      }
      .chat-logs input:-moz-placeholder { /* Firefox 18- */
        color: #6a6666;
        font-size: 0.83vw;
      }
      .chat-logs textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #6a6666;
        font-size: 0.83vw;
      }
      .chat-logs textarea::-moz-placeholder { /* Firefox 19+ */
        color: #6a6666;
        font-size: 0.83vw;
      }
      .chat-logs textarea:-ms-input-placeholder { /* IE 10+ */
        color: #6a6666;
        font-size: 0.83vw;
      }
      .chat-logs textarea:-moz-placeholder { /* Firefox 18- */
        color: #6a6666;
        font-size: 0.83vw;
      }
}
@media only screen and (max-width: 4000px)and (min-width: 1452px) {
    /* logo  */
    .menu_outer .logo img {
        width: 6.73vw;
        height: 1.5384vw;
    }
    .logo {
        width: 6.73vw;
        padding:  0.7vw 0.833vw 0.64vw;
        left: 1.92vw;
        box-shadow: 0px 0.128vw 1.2179vw 0.57vw rgb(239 13 51 / 10%);
    }
   /* End logo  */
    /* menu  */
    .side_logo img {
        width: 4.16vw;
    }
    .side_strip{
        font-size: 0.641vw;
    }
    .side_strip:before{
        top: 0.384vw;
        height: 0.448vw;
    }
    .side_strip ul li{
        padding: 0px 0.512vw;
    }
    .side_strip ul li:before{
        top: 0.448vw;
    left: -0.1923vw;
    height: 0.32vw;
    width: 0.32vw;
    }
    .side_strip:after{
        top: 0.384vw;
        height: 0.448vw;
    }
    .side_content p {
        font-size: 0.7vw;
        line-height: 1.282vw;
    }
    .side_content:after{
        height: 0.128vw;
    }
    .white_paper_menu{
        padding: 3.846vw 3.2vw;
    }
    h4.main_head{
        font-size: 3.2vw;
        line-height: 3.846vw;
    }
    .swiper-container#whitepaper_Slider {
        padding-top: 3.846vw;
        top: -3.846vw;
    }
    .image_box{
        width: 16.02vw;
        height: 11.21vw;
        margin-top: 0.641vw;
    }
    .content_box{
        padding: 1.282vw 1.282vw 1.282vw 12.82vw;
    }
    .content_box .sub_title{
        font-size: 0.89vw;
        line-height: 1.025vw;
    }
    .content_box p {
        font-size: 0.70vw;
        line-height: 1.153vw;
        min-height: 4.8vw;
    max-height: 7.37vw;
    }
    .content_box .download_btn{
        padding: 0.25vw 0.32vw 0.25vw 1.92vw;
    font-size: 0.76vw;
    width: 7.05vw;
    }
    .content_box .download_btn:before{
        top: 0.32vw;
    left: 0.32vw;
    width: 0.96vw;
    height: 0.96vw;
    }
    #whitepaper_Slider .swiper-button-prev, #whitepaper_Slider .swiper-container-rtl .swiper-button-next{
        right: 3.525vw;
    }
    #whitepaper_Slider .swiper-button-prev, #whitepaper_Slider .swiper-button-next, #casestudy_Slider .swiper-button-prev, #casestudy_Slider .swiper-button-next {
        height: 2.43vw;
        width: 2.43vw;
        top: 2.05vw;
    }
    .case_study_wrap{
        height: 15.7vw;
        margin-top: 1.28vw;
        padding: 1.6vw;
    }
    .case_study_wrap .title_border{
        height: 2.88vw;
    }
    .menu_links_wrap{
        padding: 1.28vw 1.92vw;
        box-shadow: 0px 0px 0.96vw 0.064vw rgb(0 0 0 / 10%);
    }
    h4.main_head{
        font-size: 3.2vw;
        line-height: 3.84vw;
        margin-top: 2.56vw;
    }
    .menu_links_wrap>ul{
        padding: 0 1.92vw 0px 0px;
    }
    .menu_links_wrap ul>li>a{
        padding: 0.38vw 0.64vw;
        font-size: 0.7vw;
    }
    .btm_icon{
        margin: 0.32vw 0px;
        padding: 0.32vw;
        padding-top: 0.32vw;
    }
    .btm_icon .icon {
        width: 2.56vw;
        height: 2.56vw;
        margin: 0.32vw auto 0px;
    }
    .btm_icon p{
        font-size: 0.64vw;
        line-height: 0.76vw;
        margin: 0.32vw 0px 0px;
        height: 2.56vw;
    }
    .page_links{
        padding: 1.28vw 0;
    }
    .page_links::before{
        height: 1.47vw;
        top: -1.41vw;
    }
    .page_links_div{
        margin: 0.32vw 0;
    }
    .page_link_inner {
        width: 2.56vw;
        height: 2.56vw;
        margin: 0 0.64vw 0 0;
    }
    .page_link_p {
        padding-top: 0.32vw;
        font-size: 0.70vw;
    }
    /* end menu  */
    footer {
        padding: 4.0512vw 6.0897vw;
    }
    .left_wrap {
        height: 38.46vw;
        padding-right: 4.487vw;
        border-right: 0.064vw solid #ffffff21;
    }
    .left_wrap h4 {
        font-size: 0.897vw;
        line-height: 1.474vw;
        margin-bottom: 0.641vw;
    }
    .image_wrap{
        margin: 1.60256vw 0;
    }
    .image_wrap .clutch {
        width: 5vw;
        height: 1.346vw;
    }
    .image_wrap .goodfirms {
        width: 3.461vw;
        height: 2.692vw;
    }
    .image_wrap .firms {
        width: 6.0897vw;
        height: 2.1153vw;
    }
    .quick_links {
        margin-top: 2.115vw;
    }
    .quick_links h3 {
        line-height: 1.60256vw;
        font-size: 1vw;
        margin-bottom: 0.64vw;
    }
    .links_wrap {
        margin-top: 0.192vw;
    }
    .link_item p {
        font-size: 0.64vw;
        line-height: 1.474vw;
    }
    .link_item ul li a {
        font-size: 0.705vw;
        line-height: 1.79487vw;
    }
    .bottom_sec{
        bottom: -1.0897vw;
    }
    .phone {
        font-size: 0.961vw;
        line-height: 3.0128vw;
    }
    .phone span{
        margin-right: 1.282vw;
        font-size: 0.9615vw;
        line-height: 3.0128vw;
    }
    .bottom_sec i {
        font-size: 1.0897vw;
    }
    .icon_wrap{
        margin: 1.282vw 0;
    }
    .right_wrap {
        padding-left: 5.4487vw;
    }
    .right_wrap h2 {
        font-size: 1.5384vw;
        line-height: 1.79487vw;
        margin: 1.4743vw 0 0.8974vw 0;
    }
    .right_wrap p {
        font-size: .73vw;
        line-height: 1.41vw;
        margin: 1.92vw 0;
    }
    .right_wrap label {
        font-size: .73vw;
        line-height: 1.41vw;
    }
    .agree_checkbox{
        margin-top: .5vw;
    }
    .input_wrap input, .input_wrap select {
        border-radius: 0.192vw;
        height: 2.6vw;
        line-height: 2.05vw;
        padding: 8px 1.282vw;
        font-size: 0.8974vw;
        margin: 0 0 0.6vw 0;
    }
    .copyright_wrap{
        padding: 0.641vw 7.692vw;
        font-size: 0.769vw;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    ::placeholder {
        font-size: .8vw;
    }
    .phone input {
        padding-left: 4.205vw !important;
    }
    .country-select{
        top: 0.961vw;
        left: .9vw;
    }
    .input_wrap textarea {
        border-radius: 0.19vw;
        height: 4.8vw;
        margin: .9vw 0.265vw 0;
        margin: 0.265vw 0;
    }
    .btn_wrap #contact_btn{
        padding:  0.96vw 2.564vw;
        font-size: 1.025vw;
        line-height: 1.7948vw;
        border-radius: 0.32vw;
    }
    footer .select-items{
        height: 11vw;
    }  
      .select-items div, .select-selected{
        padding: .66vw 1.0256vw;
        font-size: .76vw;
        line-height: 1.3vw;
        border-radius: 0.192vw;
    }
    .select-selected.select-arrow-active:after{
        top: 1.8vw;
    }
    .input_wrap.select-style.arrow .select-selected:after{
        top: 2.5vw;
    }
    .input_wrap.select-style.arrow .select-selected.select-arrow-active:after{
        top: 1.9vw;
    }
    .select-selected:after{
        top: 2.4vw;
        right: 0.6410vw;
        border: 0.384vw solid transparent;
        border-color: rgba(255, 255, 255, 0.3) transparent transparent transparent;
    }
}
@media only screen and (max-width: 3000px) and (min-width: 2000px)
{
    .menu_btn_wrap {
        transform: scale(1.5);
        top: 40px;
        right: 80px;
        line-height: 1.1;
    }
}


@media only screen and (max-width: 4000px) and (min-width: 3000px)
{

.menu_btn_wrap {
    transform: scale(3);
    top: 80px;
    right: 255px;
    line-height: 1.1;
}
}
@media only screen and (max-width: 4000px) and (min-width: 3000px)
{
   
   .country-select.inside .flag-dropdown {
       transform: scale(2);
       }
}
