.logo-manage-2{
  width: 50px;
}
.icon-navigration{
  font-size: 12px !important;
}

.search-bar{
  float: right;
}

.logo-wixis{
  width: 100px;
  margin-left: 10px;
}

.upper-logo{
  width: 150px;
  margin-left: 100px;
  margin-top: 50px;
}
/*----------------------------------------*/
/*contact-us*/

/*---------------------*/
/* body {
    font-family: Arial;
    width: 600px;
} */

.form-container {
  width: fit-content;
  background: #ffffff;
  border: #e2ddd2 1px solid;
  padding: 20px;
  border-radius: 2px;
}

.g-recaptcha{
  margin: 10px 20px;
}

.asd {
  margin: auto;
  width: 100%;
  padding: 10px;
  /*margin-left: 650px;*/
}
.qq{
  margin-left: 150px;
}
.input-row {
  margin-bottom: 20px;
}

.input-row label {
  color: #75726c;
}

.input-field {
  width: 100%;
  border-radius: 2px;
  padding: 10px;
  border: #e0dfdf 1px solid;
  box-sizing: border-box;
  margin-top: 2px;
}

.span-field {
  font: Arial;
  font-size: small;
  text-decoration: none;
}

.btn-submit {
  padding: 10px 60px;
  background: #9e9a91;
  border: #8c8880 1px solid;
  color: #ffffff;
  font-size: 0.9em;
  border-radius: 2px;
  cursor: pointer;
}

.errorMessage {
  background-color: #e66262;
  border: #AA4502 1px solid;
  padding: 5px 10px;
  color: #FFFFFF;
  border-radius: 3px;
}

.successMessage {
  background-color: #9fd2a1;
  border: #91bf93 1px solid;
  padding: 5px 10px;
  color: #3d503d;
  border-radius: 3px;
  cursor: pointer;
  font-size: 0.9em;
}

.info {
  font-size: .8em;
  color: #e66262;
  letter-spacing: 2px;
  padding-left: 5px;
}

.contact-image{
  width: 80%;
}

.outputbox {
  line-height: 1.5;
  padding: 5px 0 5px 10px;
  border-radius: 4px;
  background: #edeff4;
}
/*-------------------------------------------*/

.iframe-respons{
  width: 70%;
  height: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.gsc-results-wrapper-overlay{
  width: 78% !important;
  left: 20% !important;
}

.set-home{
  display: none;
}

@media screen and (max-width: 1440px){
  .iframe-respons{
    width: 70%;
    height: 310px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .img-fibo{
    width: 400px;
  }
}

@media screen and (max-width: 1024px) {
  .iframe-respons{
    width: 70%;
    height: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .gsc-results-wrapper-overlay{
    width: 74% !important;
    left: 25% !important;
  }
}

@media screen and (max-width: 1024px) {
  .gsc-results-wrapper-overlay{
    width: 90% !important;
    left: 2% !important;
  }
}

@media screen and (max-width: 1024px) {
  .iframe-respons{
    width: 70%;
    height: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 425px) {
  .iframe-respons{
    width: 70%;
    height: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .set-home{
    display: block;
  }
  .img-fibo{
    width: 350px;
  }
}

@media screen and (max-width: 375px) {
  .iframe-respons{
    width: 90%;
    height: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .img-fibo{
    width: 300px;
  }
}


@media screen and (max-width: 320px) {
  .iframe-respons{
    width: 90%;
    height: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .img-fibo {
    width: 260px;
  }
}


p{
  text-align: justify !important;
}
