@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap");
.t-search {
  margin: 65px 0px 35px 0px;
}

.t-search .t-search-wrapper .row {
  padding: 0px;
}

.t-search .t-search-wrapper .t-search-box {
  padding: 0px;
  background-color: #f4f4f4;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
}

.t-search .t-search-wrapper .t-search-box:hover {
  -webkit-box-shadow: 0px 0px 10px 1px #a8a8a88c;
          box-shadow: 0px 0px 10px 1px #a8a8a88c;
}

.t-search .t-search-wrapper .t-search-box .t-box__header {
  background-color: #f7941d;
  padding: 35px 0px 15px 0px;
}

.t-search .t-search-wrapper .t-search-box .t-box__header h3 {
  text-align: center;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}

.t-search .t-search-wrapper .t-search-box .t-box__body {
  padding: 30px 10%;
}

.t-search .t-search-wrapper .t-search-box .t-box__body .t-step {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 15px;
  /*font-weight: 49px;*/
  line-height: 18px;
  margin-bottom: 30px;
}

.t-search .t-search-wrapper .t-search-box .t-box__body .t-step p {
  color: #444444;
  margin: 15px 0px;
}

.t-search .t-search-wrapper .t-search-box .t-box__body .t-step span {
  font-weight: 600;
  color: #f95702;
}

.t-search .t-search-wrapper .t-search-box .t-box__body .t-step .t-search__input {
  padding: 15px 20px;
  font-size: 12px;
  width: 100%;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  height: 40px;
}

.t-search .t-search-wrapper .t-search-box .t-box__body .t-step .t-search__input:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 12px 2px #c2c2c2c4;
          box-shadow: 0px 0px 12px 2px #c2c2c2c4;
}

.t-search .t-search-wrapper .t-search-box .t-box__body .step3 .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.t-search .t-search-wrapper .t-search-box .t-box__body .step3 .d-flex .i-step3 {
  width: 44%;
}

.t-search .t-search-wrapper .t-search-box .t-box__body .step3 .d-flex .t-capcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 40px;
  width: 48%;
}

.t-search .t-search-wrapper .t-search-box .t-box__body .step3 .d-flex .t-capcha #capcha {
  height: 40px;
}

.t-search .t-search-wrapper .t-search-box .t-box__body .step3 .d-flex .t-capcha #recapcha {
  margin: auto 0px;
  height: 20px;
  line-height: 40px;
  cursor: pointer;
}

.t-search .t-search-wrapper .t-search-box .t-box__body .step3 .d-flex .t-capcha #recapcha:hover {
  -webkit-animation: circle 1.5s linear infinite;
          animation: circle 1.5s linear infinite;
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

.t-search .t-search-wrapper .t-search-box .t-box__body .t-btn__login {
  cursor: pointer;
  width: 220px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 15px;
  margin: 50px auto;
  background-color: #ffa522;
  border-radius: 5px;
  border: 1px solid #ffa522;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.t-search .t-search-wrapper .t-search-box .t-box__body .t-btn__login:hover {
  color: #888888;
  background-color: transparent;
  border: 1px solid #ffa522;
  -webkit-box-shadow: 0px 0px 12px 2px #c2c2c2;
          box-shadow: 0px 0px 12px 2px #c2c2c2;
}

.t-ads .t-ads__block {
  cursor: pointer;
  background-color: #d7d7d7;
  width: 100%;
  height: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ads__block1{
    margin-bottom:8%;
}
.t-ads .t-ads__block p {
    display: block;
    margin: auto;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    padding: 0px 10px;
}

@media only screen and (max-width: 1024px) {
  .t-search .t-search-wrapper .t-search-box {
    -webkit-box-shadow: 0px 0px 10px 1px #a8a8a88c;
            box-shadow: 0px 0px 10px 1px #a8a8a88c;
  }
  .t-search .t-search-wrapper .t-search-box .t-box__body .t-step p {
    font-size: 19px;
    margin: 24px 0px;
  }
}

@media only screen and (max-width: 768px) {
  .t-search .t-search-wrapper .t-search-box .t-box__body .t-step p {
    font-size: 17px;
    margin: 24px 0px;
  }
  .t-search .t-search-wrapper .t-search-box .t-box__body .t-step .t-search__input {
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .t-search .t-ads {
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .t-search .t-ads .t-ads__block {
    width: 48%;
    margin-top: 40px;
  }
}
/*# sourceMappingURL=tuancss.css.map */