p {
  margin: 0;
  padding: 0;
}

.bottom_dbform {
  position: fixed;
  z-index: 99999;
  left: 0;
  bottom: -80px;
  width: 100%;
  height: 80px;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}

.bottom_dbform.active {
  bottom: 0;
  background-color: #00b4a5;
}

.bottom_dbform.active .open_section {
  display: none;
}

.bottom_dbform.active .close_section {
  display: block;
}

.bottom_dbform .toggleBtn {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 15px 15px 0 0;
  text-align: center;
  background-color: #00b4a5;
}

.bottom_dbform .toggleBtn:hover {
  cursor: pointer;
}

.bottom_dbform .toggleBtn .txt {
  padding: 7px 30px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.bottom_dbform .bottom_form {
  position: absolute;
  bottom: 0;
  padding: 10px 0;
  width: 100%;
  background-color: #00b4a5;
}

.bottom_dbform .bottom_form input[type="text"], .bottom_dbform .bottom_form select, .bottom_dbform .bottom_form button {
  margin-right: 5px;
  border: none;
  border-radius: 0;
  background: transparent;
}

.bottom_dbform .bottom_form .w-container {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
}

.bottom_dbform .bottom_form .w-container .logo_wrap {
  margin: 0 auto;
  padding: 0 10px;
  width: 200px;
  height: 60px;
}

.bottom_dbform .bottom_form .w-container .logo_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.bottom_dbform .bottom_form .w-container .form_wrap {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  min-width: 300px;
}

.bottom_dbform .bottom_form .w-container .form_wrap .input_txt {
  display: inline-block;
  padding: 10px 0;
  height: 38px;
  min-width: 60px;
  text-indent: 20px;
  background-color: #fff;
}

.bottom_dbform .bottom_form .w-container .form_wrap .select {
  padding: 10px 0;
  background-color: #fff;
}

.bottom_dbform .bottom_form .w-container .form_wrap .agreement {
  color: #fff;
  font-size: 12px;
  letter-spacing: -1.2px;
  font-weight: bold;
  word-break: break-all;
}

.bottom_dbform .bottom_form .w-container .form_wrap .agreement .checkbox {
  margin-top: 0;
  margin-right: 5px;
  display: inline-block;
}

.bottom_dbform .bottom_form .w-container .form_wrap .button {
  margin: 0 auto;
  width: 120px;
  height: 50px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
}

.bottom_dbform .bottom_form .w-container .form_wrap .button:hover {
  cursor: pointer;
}

@media screen and (min-width: 300px) and (max-width: 768px) {
  .bottom_dbform {
    position: fixed;
    left: 0;
    bottom: -266px;
    width: 100%;
    height: 266px;
    -webkit-transition: 0.35s ease;
    transition: 0.35s ease;
  }
  .bottom_dbform.active {
    bottom: 0;
  }
  .bottom_dbform.active .open_section {
    display: none;
  }
  .bottom_dbform.active .close_section {
    display: block;
  }
  .bottom_form {
    height: auto;
  }
  .bottom_form .w-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
  .bottom_form .w-container .logo_wrap {
    display: none;
  }
  .bottom_form .w-container .form_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    row-gap: 10px;
  }
  .bottom_form .w-container .form_wrap .agreement {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .bottom_form .w-container .form_wrap .button {
    height: 40px;
  }
}

@media screen and (min-width: 769px) and (max-width: 3000px) {
  .bottom_form {
    padding: 20px 0;
  }
  .bottom_form .w-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .bottom_form .w-container .form_wrap {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bottom_form .w-container .form_wrap .input_txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 14px;
  }
  .bottom_form .w-container .form_wrap .select {
    -webkit-box-flex: 0.8;
        -ms-flex: 0.8;
            flex: 0.8;
    height: auto;
  }
  .bottom_form .w-container .form_wrap .agreement {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
