.contact-step3 h1, .contact-step3 h2, .contact-step3 h3, .contact-step3 h4, .contact-step3 h5, .contact-step3 h6, .contact-step3 p {
    margin: 0;
}
.contact-step3 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-step3 a {
    color: unset;
    text-decoration: unset;
}
.contact-step3{
    font-family: Montserrat;
    padding: 4.3vw 12.4vw;

}
.cs-heading h4{
    text-align: center;
    font-weight: 600;
    color: #101010;
    font-size: 1.86vw;
}
.cs-heading p{
    font-family: Manrope;
    color: #919191;
    line-height: 150.1%;
    padding: 1.1vw;
    text-align: center !important;
    font-size: 1.244vw;
}
.company-choice .select-items div{
    font-size: .7vw !important;
}
.company-choice .cs-select-style .select-selected{
    font-size: .7vw !important;
}
.cs-grid{
    display: grid;
    grid-template-columns: 30.4vw auto;
    margin-top: 2.2vw;
    background: #FFFFFF;
box-shadow: 0px 0px 47px rgba(0, 0, 0, 0.06);
border-radius: 8px;
}
.cs-grid1{
    position: relative;
}
.cs-grid-content.show{
    display: block;
}
.cs-grid-content{
    position: absolute;
    bottom: 0;
    padding-bottom: 2.9vw;
    display: none;
}
.cs-grid-content h4{
    color: #FFFFFF;
    font-weight: 600;
    padding: 0 2.9vw .6vw 2.9vw;
    font-size: 2.05vw;
    line-height: 1.5;
}
.cs-grid-content p{
    padding: 0 4vw 0 2.9vw;
    color: #FFFFFF;
    font-weight: 500;
    font-size: .83vw;
    line-height: 1.5;
}
.cs-grid1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: unset;
    margin-bottom: unset;
    border-radius: unset;
}
.cs-grid2{
    padding: 3vw 4.3vw 2vw 4.3vw;
}
.cs-grid2 .cs-grid2-form1 h4{
    color: #101010;
    font-weight: 600;
    font-size: 1.23vw;
    padding-bottom: 3.2vw;
}
.cs-grid2-form1 .split-field-group{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw;
    padding-bottom: 1.7vw;
}
.cs-grid2-form1 label{
    font-family: Manrope;
    color: #919191;
    font-weight: 400;
    font-size: .82vw;
}
.cs-grid2-form1 input.error{
    background: #FFF2F2;
    border-bottom: 1.5px solid #DB333C;
}
.cs-grid2-form1 input{
    font-size: .82vw;
    box-sizing: border-box;
    margin: 0.3vw 0 0 0;
    width: 100%;
    padding: 0 .5vw;
    background: #F9F9F9;
    border-radius: 4px 4px 0px 0px;
    border-bottom:1.5px solid #D9D9D9;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    height: 2.6vw;
}
.cs-grid2-form1 input:focus{
    border-bottom: 1.5px solid #DB333C;
}
.cs-grid2-form1 label span{
    color: #EF0D33;
}
.cs-grid2-form1 .full-field-group{
    position: relative;
    padding-bottom: 1.7vw;
}
.cs-grid2-form1 span.cs-validation{
    display: block;
    opacity: 0;
    position: absolute;
    font-family: Manrope;
    color: #D64242;
    font-weight: 400;
    font-size: .77vw;
}
.cs-grid2-form1 span.cs-validation.show{
    opacity: 1;
}
.cs-grid2-form1 span.cs-validation::before{
    content: '!';
    background: #D64242;
    color: white;
    padding: 0vw 0.34vw;
    border-radius: 50%;
    line-height: 0;
    margin-right: .3vw;
    font-size: .6vw;
}
.cs-grid2-form1 .form1-next:hover{
    background: #d60c2e;
}
.cs-grid2-form2 .form2-next:hover {
    background: #d60c2e;
}
.cs-grid2-form3 .form3-continue:hover {
    background: #d60c2e;
}
.cs-grid2-form1 .form1-next{
    font-weight: 600;
    color: #FFFFFF;
    background: #DB333C;
    border-radius: 4px;
    line-height: 0;
    padding: 1.3vw 3.9vw;
    display: inline-block;
    float: right;
    margin-top: 4.8vw;
    font-size: .7vw;
    cursor: pointer;
}
.cs-grid2-form1.show{
    display: block;
}
.cs-grid2-form1.hide{
    display: none;
}
.cs-grid2-form2.hide{
    display: none;
}
.cs-grid2-form2.show{
    display: block;
}
.cs-grid2-form3.hide{
    display: none;
}
.cs-grid2-form3.show{
    display: block;
}
.cs-select-style {
    position: relative;
    margin: 0.3vw 0 0 0;
  }
  
  .cs-select-style select {
    display: none; 
  }
  
  .cs-select-style .select-selected {
    background: #F9F9F9;
    border-bottom: 1.5px solid #D9D9D9;
  }
  
  .cs-select-style .select-selected:after {
    top: 1.2vw;
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    right: 1vw;
    width: .61vw;
    height: 0.4vw;
    border: unset;
  }
  
  .cs-select-style .select-selected.select-arrow-active:after {
    top: 1vw;
       transform: rotate(180deg);
       right: 1vw;
  }
  
  .cs-select-style .select-items div,.cs-select-style .select-selected {
    font-family: Manrope;
    font-size: .82vw;
    padding: 1.3vw .6vw;
    color: #D8D8D8;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    line-height: 0;
  }
  .cs-select-style .select-items::-webkit-scrollbar {
    width: .3vw;
  }
  .cs-select-style .select-items::-webkit-scrollbar-thumb {
    background: #888; 
  }
  .cs-select-style .select-items {
    max-height: 13vw;
    overflow: auto;
    background-color: #F6F6F6;
    box-shadow: 1px 4px 20px -4px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    color: #919191;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }
  .cs-select-style .select-items div{
    color: #919191;
  }
  .cs-select-style .select-hide {
    display: none;
  }
  
  .cs-select-style .select-items div:hover, .cs-select-style .same-as-selected {
    background: #FBFBFB;
    border-left: unset !important;
  }
  .cs-grid2-form2 h4{
    color: #101010;
    font-weight: 600;
    font-size: 1.23vw;
    padding-bottom: 3.2vw;
  }
  .cs-grid2-form2 .split-field-group{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw;
    padding-bottom: 1.7vw;
  }
  .cs-grid2-form2 label{
    font-family: Manrope;
    color: #919191;
    font-weight: 400;
    font-size: .82vw;
  }
  .cs-grid2-form2 textarea{
    font-family: Manrope;
    font-size: .82vw;
    margin: 0 0 0 0;
    width: 100%;
    box-sizing: border-box;
    border: unset;
    background: #F9F9F9;
    border-radius: 4px 4px 0px 0px;
    height: 9.2vw;
    border-bottom: 1.5px solid #D9D9D9;
    padding: .5vw;
  }
  .cs-grid2-form2 label span{
    color: #EF0D33;
  }
  .cs-grid2-form2 .s-field p{
    font-family: Manrope;
    font-size: .82vw;
    padding-top: .2vw;
    color: #909090;
  }
  .cs-grid2-form2 .form2-next{
    font-weight: 600;
    color: #FFFFFF;
    background: #DB333C;
    border-radius: 4px;
    line-height: 0;
    padding: 1.3vw 3.9vw;
    display: inline-block;
    float: right;
    margin-top: 4.8vw;
    font-size: .7vw;
    cursor: pointer;
  }
  .cs-grid2-form2 span.cs-validation.show{
    opacity: 1;
  }
  .cs-grid2-form2 span.cs-validation{
    display: block;
    opacity: 0;
    position: absolute;
    font-family: Manrope;
    color: #D64242;
    font-weight: 400;
    font-size: .77vw;
  }
  .cs-grid2-form2 span.cs-validation::before{
    content: '!';
    background: #D64242;
    color: white;
    padding: 0vw 0.34vw;
    border-radius: 50%;
    line-height: 0;
    margin-right: .3vw;
    font-size: .6vw;
  }
  .cs-grid2-form2 textarea.error{
    background: #FFF2F2;
    border-bottom: 1.5px solid #DB333C;
  }
  .cs-grid2-form3 h4{
    color: #101010;
    font-weight: 600;
    font-size: 1.23vw;
    padding-bottom: 3.2vw;
  }
  .cs-grid2-form3 label{
    font-family: Manrope;
    color: #919191;
    font-weight: 400;
    font-size: .82vw;
  }
  .cs-grid2-form3 .split-field-group{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw;
    padding-bottom: 1.7vw;
  }
  .form3-continue{
    /* border: 1px solid #ffffff00; */
    font-weight: 600;
    color: #FFFFFF;
    background: #DB333C;
    border-radius: 4px;
    line-height: 0;
    padding: 1.3vw 2.9vw;
    display: inline-block;
    float: right;
    margin-top: 4.8vw;
    font-size: .7vw;
    cursor: pointer;
  }
  .contact_clicked::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    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;
}
.cs-grid2-form3 input{
    font-size: .82vw;
    box-sizing: border-box;
    margin: 0.3vw 0 0 0;
    width: 100%;
    padding: 0 .5vw;
    background: #F9F9F9;
    border-radius: 4px 4px 0px 0px;
    border-bottom: 1.5px solid #D9D9D9;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    height: 2.7vw;
}
.cs-grid2-form3 input:focus{
    border-bottom: 1.5px solid #DB333C;
}
.cs-select-style .select-selected.enable{
    color: #919191;
}
#signinButton:hover{
    background: #efefef;
}
#signinButton{
    font-family: Manrope;
    margin-top: 4.8vw;
    color: #919191;
    line-height: 0;
    position: relative;
    padding: .4vw .4vw .4vw 0.4vw;
    font-size: .7vw;
    border: 1px solid #f4a7ab;
    background: white;
    font-weight: 300;
    cursor: pointer;
    border-radius: 4px;
}
#signinButton img{
    width: 1vw;
    padding: .3vw .5vw;
    margin: unset;
    border-radius: unset;
    display: unset;
}
#signinButton span{
    float: right;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: .8vw;
}
.uniqu-field{
    display: none;
}
.looking-for-block .cs-select-style .select-items div{
    line-height: 1.2;
    padding: .9vw .6vw;
}
.looking-for-block .cs-select-style .select-selected.enable{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 11vw;
    padding: 1.3vw 1.6vw 1.3vw .6vw;
}
.budget-block{
    display: none;
}

/* max-width: 200px; */
/* .form3-goback{
    font-weight: 600;
    color: #919191;
    background: white;
    border-radius: 4px;
    line-height: 0;
    padding: 1.3vw 2.9vw;
    display: inline-block;
    float: left;
    margin-top: 4.8vw;
    font-size: .7vw;
    cursor: pointer;
    border: 1px solid #f4a7ab;
}
.form3-goback:hover{
    background: #efefef;
} */
@media only screen and (max-width: 500px){
    .looking-for-block .cs-select-style .select-selected.enable{
        max-width: unset;
        padding: 5.3vw 2vw;
    }
    .cs-select-style .select-items{
        max-height: 45vw;
    }
    #signinButton img{
        width: 3vw;
        padding: 1.2vw 1.5vw;
        margin-right: 1.4vw;
    }
    #signinButton{
        padding: 2.3vw 1.7vw 2.3vw 1.4vw;
    font-size: 3.5vw;
    margin-top: 8.5vw;
    }
    #signinButton span {
        padding-top: 2.4vw;
    }
    .contact-step3{
        padding: 10vw 6.3vw;
    }
    .cs-heading h4{
        font-size: 6.3vw;
        text-align: revert;
    }
    .cs-heading p{
    font-size: 3.3vw;
    padding-top: 3.2vw;
    text-align: left !important;
    }
    .looking-for-block .cs-select-style .select-items div{
        padding: 3.69vw 2.6vw;
    }
    .cs-grid{
        grid-template-columns: auto;
        margin-top: 7.2vw;
        box-shadow: unset;
    }
    .cs-grid1 img{
        height: 35vw;
    }
    .cs-grid1{
        height: 35vw;
    }
    .cs-grid-content h4{
        font-size: 5.3vw;
    }
    .cs-grid-content p{
        font-size: 3.3vw;
    }
    .cs-grid2{
        padding: 4vw 0;
    }
    .cs-grid2 .cs-grid2-form1 h4{
        font-size: 4.6vw;
    }
    .cs-grid2-form1 .split-field-group{
        grid-template-columns: auto;
        padding-bottom: 4vw;
        gap: 4vw;
    }
    .cs-grid2-form1 label{
        font-size: 3.23vw;
    }
    .cs-grid2-form1 .full-field-group{
        padding-bottom: 4vw;
    }
    .cs-grid2-form1 input{
        padding: 0 2.5vw;
        font-size: 3.3vw;
        height: 9.6vw;
    }
    .cs-grid2-form1 span.cs-validation{
        font-size: 2.3vw;
    }
    .cs-grid2-form1 span.cs-validation::before{
        padding: 0vw 1vw;
        margin-right: 1.3vw;
        font-size: 2vw;
    }
    .cs-grid2-form1 .form1-next{
        font-size: 3.5vw;
        padding: 5vw 15.3vw;
        margin-top: 8.5vw;
        margin-left: auto;
        margin-right: auto;
        display: table;
    }
    .cs-grid2-form2 label{
        font-size: 3.23vw;
    }
    .cs-grid2-form2 h4{
        font-size: 4.6vw;
    }
    .cs-grid2-form2 .split-field-group{
        grid-template-columns: auto;
        padding-bottom: 4vw;
        gap: 4vw;
    }
    .cs-select-style .select-selected{
        font-size: 3.3vw;
        padding: 5.3vw 2vw;
    }
    .cs-select-style .select-selected:after{
        top: 5vw;
        right: 3.1vw;
        width: 3vw;
        height: 2vw;
    }
    .cs-select-style .select-selected.select-arrow-active:after{
        top: 4vw;
        right: 3.1vw;
    }
    .cs-select-style .select-items div, .select-selected{
        font-size: 3.3vw;
        padding: 3.69vw 2.6vw;
    }
    .cs-grid2-form2 textarea{
        font-size: 3.3vw;
        height: 29.2vw;
        padding: 1.5vw;
    }
    .cs-grid2-form2 .s-field p{
        font-size: 3.3vw;
    }
    .cs-grid2-form2 .form2-next{
        font-size: 3.5vw;
        padding: 5vw 15.3vw;
        margin-top: 8.5vw;
        margin-left: auto;
        margin-right: auto;
        display: table;
    }
    .cs-grid2-form2 span.cs-validation {
        font-size: 2.3vw;
    }
    .cs-grid2-form2 span.cs-validation::before {
        padding: 0vw 1vw;
        margin-right: 1.3vw;
        font-size: 2vw;
    }
    .cs-grid2 .cs-grid2-form3 h4 {
        font-size: 4.6vw;
    }
    .cs-grid2-form3 label {
        font-size: 3.23vw;
    }
    .cs-grid2-form3 .split-field-group {
        grid-template-columns: auto;
        padding-bottom: 4vw;
        gap: 4vw;
    }
    .cs-grid2-form3 input {
        padding: 0 2.5vw;
        font-size: 3.3vw;
        height: 9.6vw;
    }
    .cs-grid2-form3 .form3-continue {
        font-size: 3.5vw;
        padding: 5vw 15.3vw;
        margin-top: 8.5vw;
        margin-left: auto;
        margin-right: auto;
        display: table;
    }
    .company-choice .cs-select-style .select-selected{
        font-size: 3.3vw !important;
    }
    .company-choice .select-items div {
        font-size: 3.3vw !important;
    }
}