@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Rubik", sans-serif;
}

body {
  background-color: #F5F8FA;
}

/*
==================
=== page Index ===
==================
*/
.header_1 {
  width: 100%;
  background-image: linear-gradient(93deg, #025fdb 0% 35%, #0b3668);
}
.header_1 .container_header_1 {
  width: 100%;
  padding: 20px 30px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header_1 .container_header_1 .lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: white;
}
.header_1 .container_header_1 .lang svg {
  fill: white;
}

.nav {
  width: 100%;
  background-color: white;
}
.nav .container_nav {
  width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 600px) {
  .nav .container_nav {
    padding: 0 11px;
  }
}
.nav .container_nav ul {
  height: 30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
.nav .container_nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 5px;
  color: rgb(12, 48, 88);
  font-size: 14px;
}
@media (max-width: 554px) {
  .nav .container_nav ul li.sm-nav-nome {
    display: none;
  }
}
.nav .container_nav ul li img {
  width: 19px;
}
.nav .container_nav ul li.slash {
  color: #C3CFE7;
  font-family: serif;
}

.details {
  width: 100%;
}
.details .container_details {
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 990px) {
  .details .container_details {
    max-width: 720px;
  }
}
.details .container_details .steps {
  width: 100%;
  margin-top: 30px;
  position: relative;
}
.details .container_details .steps ul {
  list-style: none;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.details .container_details .steps ul::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #C3CFE7;
  top: 17px;
}
.details .container_details .steps ul li {
  position: relative;
  z-index: 1000;
}
.details .container_details .steps ul li.active span {
  color: #ffffff !important;
  background-color: #0068F5;
}
.details .container_details .steps ul li.active p {
  color: #0068F5;
}
.details .container_details .steps ul li span {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #C3CFE7;
  color: #6B6B8E;
}
.details .container_details .steps ul li p {
  color: #6B6B8E;
}
.details .container_details .box_form {
  width: 100%;
  padding: 25px 25px;
  -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1019607843);
  border-radius: 8px;
  background-color: white;
  margin-top: 20px;
}
.details .container_details .box_form .details {
  width: 100%;
  border: 1px solid #C3CFE7;
  padding: 15px;
  background-color: rgba(195, 207, 231, 0.1294117647);
}
@media (max-width: 731px) {
  .details .container_details .box_form .details {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.details .container_details .box_form .details ul {
  list-style: none;
  gap: 30px;
}
.details .container_details .box_form .details ul li {
  font-size: 15px;
  color: #0C3058;
}
.details .container_details .box_form .details ul li span {
  color: #0C3058;
  font-weight: 600;
}
.details .container_details .box_form .price {
  padding: 20px;
  background-color: #F9F9F9;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}
.details .container_details .box_form .price p {
  margin: 0;
  color: #0C3058;
  font-weight: 300;
  font-size: 15px;
}
.details .container_details .box_form .price span {
  margin: 0;
  color: #0C3058;
  font-weight: 600;
  font-size: 16px;
}
.details .container_details .box_form .price h6 {
  margin: 0;
  color: #0C3058;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 25px;
}
.details .container_details .box_form .wrapper_inputes p {
  font-weight: 600;
  color: #0C3058;
}
.details .container_details .box_form .wrapper_inputes .input_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.details .container_details .box_form .wrapper_inputes .input_box.has_error .error_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.details .container_details .box_form .wrapper_inputes .input_box .num {
  position: relative;
}
.details .container_details .box_form .wrapper_inputes .input_box .num img {
  left: 0;
  position: absolute;
  left: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
}
.details .container_details .box_form .wrapper_inputes .input_box label {
  color: #0C3058;
}
.details .container_details .box_form .wrapper_inputes .input_box label span {
  color: red;
}
.details .container_details .box_form .wrapper_inputes .input_box input {
  width: 100%;
  border: 1px solid #8e8ea9;
  font-size: 16px;
  height: 46px;
  margin-top: 4px;
  padding: 15px 16px;
  border-radius: 8px;
  text-align: right;
  direction: ltr;
}
.details .container_details .box_form .wrapper_inputes .input_box input:focus {
  outline: 1px solid #0068F5;
}
.details .container_details .box_form .wrapper_inputes .input_box .error_txt {
  display: none;
}
.details .container_details .btn_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin: 40px 0;
}
.details .container_details .btn_sub button.prev {
  color: #0068F5;
  border: #C3CFE7 solid 1px;
  background-color: #ffffff;
  font-size: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 8px;
  height: 46px;
  padding: 0 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.details .container_details .btn_sub button.next {
  color: white;
  border: #0068F5 solid 1px;
  background-color: #0068F5;
  font-size: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 8px;
  height: 46px;
  padding: 0 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#sms-area {
  padding: 20px;
}
#sms-area .toplogo {
  text-align: center;
}
#sms-area .dd {
  background: #F5F8FA;
  padding: 10px;
  border-radius: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}
#sms-area .dd div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
#sms-area .dd div:last-child {
  margin-bottom: 0;
}
#sms-area .dd div span {
  font-weight: 600;
  font-size: 14px;
}
#sms-area h3 {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin: 20px 0;
}
#sms-area p {
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
}
#sms-area form .form-group {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}
#sms-area form .has-error input {
  border: 1px solid #b00020;
}
#sms-area form .has-error .errmsg {
  margin-top: 5px;
  font-size: 13px;
  color: #b00020;
}
#sms-area form .has-error .err {
  display: block;
}
#sms-area form label {
  font-weight: 500;
  margin-bottom: 3px;
}
#sms-area form label[for=one] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sms-area form input {
  border: 1px solid #bcbec0;
  border-radius: 4px;
  height: 39px;
  padding-right: 15px;
}
#sms-area form input:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #007560;
}
#sms-area form .err {
  position: absolute;
  right: 10px;
  top: 32px;
  display: none;
}
#sms-area form .err img {
  width: 22px;
}
#sms-area form .btns {
  text-align: center;
  margin-top: 20px;
}
#sms-area form .btns button {
  color: #FFF;
  background-color: #0c6ba8;
  border: 0;
  text-align: center;
  min-width: 200px;
  display: inline-block;
  text-decoration: none;
  padding: 10px 10px;
  font-weight: 500;
  text-transform: uppercase;
}
#sms-area form .btns button:hover {
  background: #085a8e;
}
#sms-area .spinner-border {
  width: 75px;
  height: 75px;
  border: 0.25em solid #26689f;
  border-right-color: transparent;
}
#sms-area .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FCF5E7;
  padding: 15px;
  margin-top: 30px;
}
#sms-area .info .sym {
  margin-right: 15px;
}
#sms-area .info .sym img {
  min-width: 18px;
}
#sms-area .info p {
  font-size: 13px;
  color: #222;
  text-align: left;
  margin-bottom: 0;
}

.loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loading .loading-bar {
  background-color: #d6cec2;
  border-radius: 8px;
  height: 3px;
  margin: 0vh auto;
  overflow: hidden;
  position: relative;
  width: 180px;
}
.loading .loading-bar .blue-bar {
  -webkit-animation: loading-page 1.2s ease infinite;
          animation: loading-page 1.2s ease infinite;
  background-color: #0068f5;
  border-radius: 8px;
  height: 100%;
  position: absolute;
  width: 100px;
}
.loading p {
  font-size: 14px;
  color: #6B6B8E;
  margin-top: 7px;
}

@-webkit-keyframes loading-page {
  0% {
    -webkit-transform: translate(80px);
            transform: translate(80px);
  }
  50% {
    -webkit-transform: translate(-90px);
            transform: translate(-90px);
  }
  100% {
    -webkit-transform: translate(80px);
            transform: translate(80px);
  }
}

@keyframes loading-page {
  0% {
    -webkit-transform: translate(80px);
            transform: translate(80px);
  }
  50% {
    -webkit-transform: translate(-90px);
            transform: translate(-90px);
  }
  100% {
    -webkit-transform: translate(80px);
            transform: translate(80px);
  }
}
footer {
  padding: 35.2px 0;
  background-color: white;
  width: 100%;
  -webkit-box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.05);
          box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.05);
}
footer .container_footer {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
@media (max-width: 1285px) {
  footer .container_footer {
    max-width: 1140px;
  }
}
@media (max-width: 1197px) {
  footer .container_footer {
    max-width: 960px;
    padding: 0 127px;
  }
}
@media (max-width: 990px) {
  footer .container_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 127px;
  }
}
@media (max-width: 700px) {
  footer .container_footer {
    padding: 0 0px;
  }
}
footer .container_footer ul {
  list-style: none;
}
@media (max-width: 700px) {
  footer .container_footer ul {
    border-bottom: 2px solid rgba(206, 212, 218, 0.35);
    padding: 42px 28px;
    width: 100%;
  }
}
footer .container_footer ul.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
footer .container_footer ul.social li svg {
  height: 25px;
  width: 25px;
  color: #3386f7;
}
footer .container_footer ul span {
  color: #0c3058 !important;
  font-size: 16px !important;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .container_footer ul li {
  font-size: 14px;
  color: #0c3058 !important;
  line-height: 24px;
}

.success {
  width: 100%;
  margin-top: 10px;
}
.success img {
  margin: 10px 0 10px;
}
.success h1 {
  color: #034CAD;
  font-size: 25px;
  margin-bottom: 5px;
}
.success p {
  color: #0C3058;
}

.error_txt {
  font-size: 14px;
  color: #C93435 !important;
  font-weight: 400 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 7px;
  margin-top: 7px;
}
.error_txt img {
  width: 20px;
}