body {
  font-family: Poppins;
}
p,h4
{
  margin-bottom: 0;
}
.hero-section {
  background-color: #1D7BFF;
  padding: 1rem 0;
}
.hero-section .register-btn-new
  {
    width: 25%;
    padding: 8px;
  }
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
  }
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
  border-color: #fff;
}

.navbar-collapse.show, 
.navbar-collapse.collapsing {
  display: flex;
}

.navbar-brand img {
  width: 175px;
}

.navbar-toggler:focus
{
  box-shadow: none;
}

.signin-btn,
.register-btn {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  border: unset;
}

.signin-btn,
.hero-div h1,
.hero-div p {
  color: #fff;
}

.signin-btn:active
{
  border:0;
}

.register-btn {
  padding: 10px 12px;
  border-radius: 8px;
  background-color: #FFFFFF;
  color: #1D7BFF;
}

.register-btn:hover,
.register-btn:active,
.register-btn:focus-visible {
  color: #1866d4 !important;
  background-color: #e9e6e6 !important;
}

.hero-div .row {
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  margin: 4rem 0;
}

.hero-div h1 {
  font-size: 60px;
  font-weight: 800;
  line-height: 87.77px;
  text-align: center;
}

.hero-div p {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}

.hero-div button {
  width: fit-content;
}

.hero-div img {
  width: 90%;
}

/* easiest section */
.easiest-way,
.want-to-hear {
  padding: 4rem 0;
}

.easiest-way .blue-line {
  position: absolute;
  right: 23.5%;
  top: 47%;
  width: 394px;
  height: 19px;
  opacity: 0.7;
  border-radius: 25px 5px 25px 5px;
  z-index: -1;
  background-color: #1D7BFF;
}

.easiest-way .easiest-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .8rem;
}

.easiest-way h2,
.want-to-hear h2,
.easiest-way h3,
.easiest-way p {
  text-align: center;
  color: #212121;

}

.easiest-way h2,
.want-to-hear h2 {
  font-size: 52px;
  font-weight: 800;
  line-height: 63.39px;
}

.easiest-way h3 {
  font-size: 32px;
  font-weight: 800;
  line-height: 48px;
}

.easiest-way p {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.hear-form {
  padding: 25px;
  border-radius: 24px;
  border: 2px solid #F0F0F0;
  width: 440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.hear-form div {
  width: 100%;
}

.hear-form h4 {
  font-size: 36px;
  font-weight: 900;
  line-height: 43.57px;
  color: #2A2A2A;
  margin-bottom: 1rem;
}

.hear-form .form-regist {
  background: #1D7BFF;
  padding: 10px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  color: #fff;
  width: 100%;
}

.hear-form .form-regist:hover {
  background: #175fc3;
  color: #d2d0d0;
}

.hear-form .btn.show {
  background-color: transparent;
}

.landing-footer {
  padding: 4rem 25px;
  background-color: #1D7BFF;
}

.landing-footer img {
  width: 175px;
}

/* styles.css */

.intro {
  background-color: #1d7bff;
  color: #fff;
  padding: 0 20px 20px;
}

.intro h2 {
  font-size: 60px;
  font-weight: 800;
}

.intro p {
  font-size: 20px;
  font-weight: 500;
}

.search-bar {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  width: 600px;
  margin: 30px auto 0 auto;
}

.search-bar img {
  margin: 10px;
}

.search-bar input {
  border: none;
  outline: none;
  font-size: 16px;
  width: 100%;
  padding: 10px;
  border-radius: 0 8px 8px 0;
}

.quick-tips {
  background-color: #1d7bff;
  color: #fff;
}

.basics, .quick-tips {
  padding: 60px 20px;
}

.basics h2, .quick-tips h2 {
  font-size: 48px;
  font-weight: 700;
  text-decoration: underline;
}

.videos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}

.video {
  text-align: center;
}

.video video {
  width: 377px;
  height: 223px;
  background-color: #e6e6e6;
}

.video p {
  font-size: 18px;
  font-weight: 600;
}

.contact {
  padding: 100px 20px;
  background-color: #fff;
}

.contact h2 {
  font-size: 48px;
  font-weight: 700;
}

.contact p {
  font-size: 20px;
  font-weight: 500;
  margin: 40px 0;
}

.contact button {
  background-color: #1d7bff;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 600;
  border: none;
  cursor: pointer;
}


@media (max-width: 768px) {
  .hero-section
  {
    padding: 0;
  }
  .hero-section .register-btn-new
  {
    width: 70%;
  }
  .easiest-way .blue-line {
    right: 13%;
    top: 47%;
    width: 180px;
    height: 10px;
  }

  .hero-div h1 {
    font-size: 26px;
    line-height: initial;
  }

  .hero-div p,
  .hear-form h4 {
    font-size: 19px;
  }

  .signin-btn,
  .register-btn,
  .easiest-way p {
    font-size: 14px;
  }

  .easiest-way h2,
  .want-to-hear h2,
  .easiest-way h3 {
    font-size: 24px;
  }

  .hero-div .row {
    gap: 1rem;
    margin: 2rem 0;
  }

  .hear-form {
    padding: 12.5px;
    width: 90%;
  }
  .intro h2 {
    font-size: 35px;
  }
  .search-bar {
    width: 325px;
  }
  .basics h2, .quick-tips h2
  {
    font-size: 35px;
  }
  .contact {
    padding: 50px 20px;
    background-color: #fff;
  }
}

/* start country syle page */

.parent-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
}

.parent-container label
{
  font-size: 14px;
  font-weight: 500;
  line-height: 25.2px;
  color: #1A1A1A;
  width: 100%;
  text-align: left;
}

.main-section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  gap: .8rem;
  border-radius: 0.5rem;
}

.main-section>img {
  margin: 10px auto;
}

.main-section .searchForm {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: auto;
}

.main-section .searchForm label {
  color: #090A22;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.main-section .searchForm input {
  width: 388px;
  height: 56px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #DADEE1;
  margin-right: 0 !important;
}
.main-section .searchForm input::placeholder {
  color: #B3B3BA;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.main-section .searchForm button {
  position: absolute;
  right: 10px;
  top: 55%;
  background: transparent;
  border: unset;
}

.main-section .Suggested p:first-child {
  color: #3A3B4E;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 20px;
}

.main-section .Suggested .country-flags {
  height: 250px;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.main-section .Suggested .country-div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: .7rem;
  border-radius: 8px;
  border: 1px solid #F0F4F7;
  background: #FEFEFE;
  padding: 10px 20px;
  cursor: pointer;
}

.main-section .Suggested .country-div:hover,
.choose-type div:hover {
  border: 1px solid #1D7BFF;
}

@media (max-width:768px) {
  .main-section {
    gap: .2rem;
    width: 100%;
  }

  .main-section .searchForm input {
    width: 265px;
  }

  .main-section .Suggested .country-div {
    gap: .2rem;
    padding: 5px;
  }
}

/* info page style */
.choose-type div {
  border-radius: 1rem;
  border: 1px solid #E6E7E9;
  padding: 15px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 1rem 0;
}

.individual-form {
  border-radius: 0.75rem;
  border: 1px solid #E6E7E9;
  background-color: #FEFEFE;
  position: relative;
}

.individual-form .polygon {
  position: absolute;
  top: -10px;
  left: 1rem;
  width: 15px;
  background: #D9D9D9;
}

.individual-form > div {
  position: relative;
}

.individual-form input {
  width: 100%;
  height: 3.5rem;
  padding: 1rem;
  padding-right: 40px;
  border-radius: 0.5rem;
  border: 1px solid #DADEE1;
  text-align: start !important;
    padding-inline: 12px;
}

.individual-form input::placeholder {
  color: #B3B3BA;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.125rem;
  margin-inline: 20px;
  left: 20px;
  text-align: start !important;
}

@media (max-width:768px) {
  .choose-type div svg {
    width: 50px;
    height: 50px;
  }
}

/* register company page style */
.inside-style {
  width: 60%;
}
.cvil-cont
{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .8rem;
}
.cvil-id-cont {
  position: relative;
  width: 49%;
}
.cvil-id-cont .dropzone
{
  padding: 0;
  min-height: unset;
  border: unset;
  background-color: unset;
}
.cvil-id-cont img
{
  width:100%
}
.cvil-id-cont .fa-plus-circle {
  position: absolute;
  top: 45%;
  left: 45%;
  color: #1D7BFF;
  border-radius: 50%;
  font-size: 30px;
  cursor: pointer;
}

.cvil-id-cont .fa-trash {
  position: absolute;
  top: 9%;
  right: 5%;
  color: rgba(237, 26, 26, 0.99);
  font-size: 20px;
  cursor: pointer;
}

.intl-tel-input,
.iti {
  width: 100%;
}

.company-license {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.dropzone {
  width: 100%;
  border-radius: 0.5rem;
  border: 1px dashed #AAADAF;
  background-color: #FAFCFD;
}

.dropzone svg {
  width: 40px;
  height: 40px;
}

.company-license div {
  width: 49%;
}

.company-license div div {
  width: 100%;
}

@media (max-width:768px) {
  .inside-style {
    width: 100%;
  }
  .cvil-cont
  {
    justify-content: center;
    gap: 1rem;
  }
  .cvil-id-cont {
    width: 47%;
  }

  .company-license {
    justify-content: space-between;
  }

  .files-upload img {
    width: 100%;
  }

  .cvil-id-cont .fa-plus-circle,
  .cvil-id-cont .fa-trash {
    font-size: 18px;
  }

  .dropzone svg
  {
    width: 20px;
    height: 20px;
  }
  .company-license div {
    width: 48%;
  }

  .company-license div>p {
    font-size: 11px;
    margin-bottom: .5rem;
  }

  .company-license div form {
    padding: 5px;
    min-height: 75px;
  }

  .dropzone.dz-clickable .dz-message {
    font-size: 8px;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.main-container
{
    height: 100vh;
    /* direction: ltr; */

}
.main-container .form-container {
  overflow-y: auto;
  height: 100%;
}
.mouse-pointer
{
    cursor: pointer;
}

.side-login-register
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.2rem;
  background-color: #1D7BFF;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.side-login-register .login-logo
{
  width: 200px;
  height: 55px;
}
.side-login-register .dots-one,
.side-login-register .dots-two
{
    position: absolute;
    width: 100px;
}
.side-login-register .dots-one
{
    top: -5px;
    left: -5px;
    rotate: 180deg;
}
.side-login-register .dots-two
{
    bottom: -5px;
    right: -5px;
}
.main-container .parent-container h4
{
    font-size: 32px;
    font-weight: 700;
    line-height: 51.2px;
    color: #1A1A1A;
}
@media (max-width: 768px) {
  .side-login-register
  {
      padding: 3rem 0;
      display: none;
  }
  .side-login-register .login-img
  {
      width: 90%;
  }
  .main-container .parent-container
  {
      padding: 0;
  }
  .main-container .form-container {
    overflow-y: unset;
    height: auto;
  }
  .main-container .dots-one,
  .main-container .dots-two
  {
      width: 50px;
  }
}
.error-text {

  color: red;
  font-size: 15px;
  text-align: start;
}

.error_border{

  border-color: red !important;
}

.svg-container {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
}
