* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

:root {
  --main-bg-color: #0056ff;
}

.dots_style {
  margin-left: 90px;
  margin-top: 50px;
  width: 50px;
  height: 70px;
}

.dots_style2 {
  margin-left: 50px;
  width: 50px;
  height: 70px;
  position: absolute;
  bottom: 60px !important;
}

.wel_box {
  width: 80%;
  margin: auto;
  background-color: #f2f2f2;
  border-radius: 20px;
  padding: 20px 30px;
  padding-top: 32px;
  margin-top: 70px;
}

.wel_box2 {
  width: 80%;
  margin: auto;
  background-color: transparent;
  border-radius: 20px;
  padding: 20px 30px;
  padding-top: 32px;
  color: #fff;
}

html {
  overflow-x: hidden;
}

.form_box {
  width: 53%;
  height: auto;
  border-radius: 20px;
  margin-left: 160px;
  padding-bottom: 30px;
  margin: auto;

  padding-top: 20px;
}

.form_center {
  min-width: 50vw;
}

.contrast-bg {
  /* background-image: url("/wc/static/assets/images/double circle.svg"); */
  background-position: bottom left;
  background-repeat: no-repeat;
}

.fa-spin {
  -webkit-animation: fa-spin 1s linear infinite !important;
  animation: fa-spin 1s linear infinite !important;
}

.logo_sty {
  text-align: center;
  display: block;
  margin: auto;
  margin-top: 20px;
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.para {
  color: #737373;
  font-size: 19px;
  line-height: 1.6;
}

.para2 {
  font-size: 19px;
  line-height: 1.6;
}

.heading {
  font-size: 29px;
  margin-bottom: 28px;
  font-weight: 700;
  color: var(--main-bg-color);
}

.heading2 {
  font-size: 29px;
  margin-bottom: 28px;
  font-weight: 700;
}

.fa-long-arrow-alt-up {
  font-size: 50px;
  color: #bdbdbd;
}

.fa-long-arrow-alt-down {
  font-size: 50px;
  color: #bdbdbd;
}

.box_head {
  font-size: 25px;
  color: #3b403c;
  text-align: left;
  font-weight: 700;
}

.lab {
  font-size: 18px;
  font-weight: 500;
  color: #3b403c;
}

.inpu {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  outline: #e2e2e2 solid 2px;
  border: none;
  padding-left: 10px;
  font-size: 15px;
  margin-bottom: 10px;
}

.btn_send {
  width: 100%;
  height: 58px;
  margin-top: 10px;
  background-color: var(--main-bg-color);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  border-radius: 10px;
  border: none;
  transition: width 0.5s ease-in-out;
}

.col-md-6 {
  min-height: 100vh;
}

.inpu:focus {
  border: 2px solid var(--main-bg-color);
  background-color: #fff;
}

::placeholder {
  color: #bdbdbd;
  font-size: 19px;
}

input:focus::placeholder {
  color: transparent;
}

.bl_dots {
  width: 70%;
  padding-left: 40px;
  margin-top: 180px;
  margin-bottom: 100px;
}

.img_cube {
  width: 230px;
  height: 190px;
  display: block;
  float: right;
  margin-right: 60px;
  margin-top: 40px;
}

.welc_box {
  width: 90%;
  margin: auto;
}

.main_box {
  margin-top: 110px;
  border-right: 3px solid #e0e0e0;
}

.side_sty {
  width: 180px;
  background-color: #f2f8ff;
  height: 80px;
  border-top-left-radius: 40px;
  float: right;
  margin-top: 77px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.side_sty2 {
  width: 180px;
  background-color: #f2f8ff;
  height: 80px;
  border-bottom-right-radius: 40px;
  margin-left: -15px;
  position: absolute;
  top: 0px;
}

.wel_bor {
  border-top: 8px solid #fff;
  width: 100%;
  display: none;
}

.wel_bor2 {
  border-top: 8px solid #fff;
  width: 100%;
  display: none;
}

ul {
  list-style-position: inside;
}

html,
body {
  font-family: "Montserrat", sans-serif;
}

.i-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: #fff;
}

.input__field.parsley-error {
  border-color: #ff8888;
}

ul.parsley-errors-list.filled {
  margin-left: 0;
  padding-left: 20px;
  list-style-type: "* ";
}

li.parsley-required,
li.parsley-type {
  text-align: left;
  color: #ff3939;
}

#atext {
  margin-top: 35vh;
  font-family: "Open Sans", sans-serif;
  color: #333;
  font-size: 20px;
}

.loader-new {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.loader-item-new {
  left: calc(50% - 30px);
  position: absolute;
  top: calc(50% - 30px);
}

.pactive {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .wel_bor2 {
    border-bottom: 8px solid var(--main-bg-color);
    width: 103%;
  }

  .dots_style {
    margin-left: 90px;
    margin-top: 50px;
    width: 47px;
    height: 72px;
  }

  .dots_style2 {
    margin-left: 60px;
    width: 40px;
    height: 60px;
    position: absolute;
    bottom: 30px !important;
  }

  .side_sty {
    width: 150px;
    background-color: #f2f8ff;
    height: 60px;
    border-top-left-radius: 40px;
    float: right;
  }

  .side_sty2 {
    display: none;
  }

  .wel_box2 {
    width: 98%;
    margin: auto;
    background-color: transparent;
    border-radius: 20px;
    padding: 20px 30px;
    padding-top: 32px;
    color: #fff;
  }

  .form_box {
    width: 85%;
    height: auto;
    border-radius: 20px;
    margin-left: 160px;
    padding-bottom: 30px;
    margin: auto;
    margin-bottom: 130px;
  }

  .form_center {
    min-width: 100vw;
  }
  
}
