.aimdls .pop-up {
    min-height: 550px;
    top: 25px;
    width: 800px !important;
    margin-right: -400px !important;
    padding: 20px 80px;
    height: 850px;
}

.aimdls .container {
    padding: 0;
    height: 100%;
    position: relative;
}

.aimdls .container .title {
    width: 100%;
    font-weight: unset;
    text-align: center;
    margin: 10px 0;
}

.aimdls .container .title strong {
    display: block;
    font-size: 22px;
    margin-bottom: 5px;
}

.aimdls .container .title span {
    font-size: 15px;
}

.aimdls .container form {
    position: relative;
    height: auto;
}

.aimdls .container form .fields {
}

.aimdls .container form .answer{
    padding: 10px 0 30px;
}

.aimdls .container form .answer .twout{
    font-size: 18px;
    line-height: 30px;
    height: 480px;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

.aimdls .container form  .actns{
    margin-top: 20px;
    position: relative;
}
.aimdls .container form  .actns a{
    font-size: 19px;
    color: #9A9A9A;
    margin-left: 20px;
}
.aimdls .container form .actns a:hover{
    color: #333333;
}

.aimdls .container form  .actns .more {
    margin-top: 15px;
}
.aimdls .container form  .actns .more li{border: 1px solid #91caff;display: inline-block;margin-left: 10px;padding: 3px 15px;border-radius: 3px;background: #e6f4ff;border-color: #91caff;font-size: 15px;cursor: pointer;}

.aimdls .container form .field {
    margin: 15px 0;
}

.aimdls .container form .field .options{
    margin:10px 0;
}

.aimdls .container form .field .options li{
    background: #f1f3f4;
    min-width: 109px;
    padding: 10px 17px;
    border: 1px solid #dadce0;
    border-radius: 4px;
    font-size: 16px;
    line-height: 20px;
    color: #202124;
    display: inline-block;
    margin-left: 10px;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
}

.aimdls .container form .field .options li:hover{
    background: #cccccc;
}

.aimdls .container form .field .options li.clicked{

border: 2px solid #167FFC;
}

.aimdls .container form .field input.ferror {
    background: #ff00001f;
}

.aimdls .container form .field label {
    font-size: 15px;
    color: #1f2532;
    margin-bottom: 5px;
    display: block;
}

.aimdls .container form .field input {
}

.aimdls .container form .field textarea {line-height: 30px;font-size: 17px;}

.aimdls input,
.aimdls textarea {
    background: #f1f3f4;
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #dadce0;
    border-radius: 4px;
    font-size: 16px;
    line-height: 20px;
    color: #202124;
    font-family: "Open Sans Hebrew";
}

.aimdls textarea {
    height: 200px;
}

.aimdls input:hover, .aimdls textarea:hover {
    background: #e9e9e9;
}

.aimdls input:focus, .aimdls textarea:focus {
    outline: none;
    border-bottom: 1px solid #1a73e8;
    box-shadow: 0 1px 6px rgba(26, 115, 232, 0.3);
}

.aimdls input::placeholder,
.aimdls input::-webkit-input-placeholder,
.aimdls textarea::placeholder,
.aimdls textarea::-webkit-input-placeholder {
    color: #999999;
    font-size: 15px;
}

.aimdls .form-group i.fal {
    color: #1F2532;
    width: 50px;
    text-align: center;
    display: inline-block;
    font-size: 19px;
    padding: 10px 0;
}

.aimdls button.round {
    width: 160px;
    border: none;
    height: 50px;
    color: #FFFFFF;
    font-size: 18px;
    background: #25D366;
    border-radius: 40px;
    padding: 10px 30px;
    text-align: right;
    position: relative;
    font-family: 'Open Sans Hebrew';
    float: left;
    margin-top: 10px;
}

.aimdls button.round.work{
    width:50px;
    padding:0;
}

.aimdls button.round:hover{
    background: #25D366;
}

.aimdls button.round i {
    font-size: 35px;
    margin-left: 4px;
    text-align: center;
    position: absolute;
    left: 4px;
    top: 9px;
    opacity: 0.8;
}

.aimdls button.round.work i{
    font-size: 25px;
    top: 13px;
    left: 10px;
}

.aimdls .container .soon{
    text-align: center;
    margin-top: 100px;
}
.aimdls .container .soon svg{}

.lang.dropdown{
    width: 150px;
    cursor: pointer;
}
.lang.dropdown ul{
    right: 0;
    float: unset;
    top: 30px;
    padding: 10px 10px 15px;
}
.lang.dropdown ul li{
    height: 30px;
    margin-bottom: 5px;
    cursor: pointer;
}
.lang.dropdown ul li:hover{
    font-weight: bold;
}

@media screen and (max-width: 600px){

    .aimdls {
        min-height: 550px;
        top: 0;
        width: 100% !important;
        padding: 10px 0px;
        height: 100%;
        margin-right: 0 !important;

    }

    .aimdls .pop-up {
        top: 0;
        width: 100% !important;
        margin-right: 0px !important;
        padding: 13px 0px;
        height: 100%;
    }

    .aimdls .container form {
        padding: 15px;
    }

    .aimdls button.round{

    }

    .aimdls .container form .actns a{

    }
}