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

.container {
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 20px;
}
.rightcontent img {
  width: 90%;
}

@media screen and (min-width: 992px) {
  .aside {
    display: inline-flex;
    width: 100%;
  }
  .bcontainer {
    width: 48%;
    margin-right: 20%;
  }
  .box2 {
    width: 32%;
  }
  .modal-content {
    width: 800px;
  }
  .acontainer {
    width: 50%;
  }
  .progress-connector {
    top: 8px;
  }
}

@media screen and (max-width: 991px) {
  .box,
  .bcontainer {
    width: 100%;
  }
  .bcontainer {
    width: 100%;
  }
  .box2 {
    width: 60%;
  }
  .modal-content {
    width: 85%;
  }
  .acontainer {
    width: 100%;
  }
  .progress-connector {
    top: 14px;
  }
}
@media screen and (min-width: 322px) and (max-width: 599px) {
  .accordion {
    font-size: 20px;
    line-height: 30px;
  }
  button.accordion.active::after {
    background-position: 0 0;
  }
  button.accordion::after {
    background-position: 0 0;
  }
  .btn1 {
    width: 100% !important;
  }
  .progress-step::after {
    font-size: 9px !important;
    line-height: 19px !important;
  }
}

@media screen and (max-width: 321px) {
  .accordion {
    font-size: 20px;
    line-height: 30px;
  }
  button.accordion.active::after {
    background-position: 0 0;
  }
  button.accordion::after {
    background-position: 0 0;
  }
  .btn1 {
    width: 100% !important;
  }
  .progress-step::after {
    font-size: 7px !important;
    line-height: 17px !important;
  }
}

@media screen and (min-width: 600px) {
  .accordion {
    font-size: 26px;
    line-height: 36px;
  }
  button.accordion.active::after {
    background-position: 0 4px !important;
  }
  button.accordion::after {
    background-position: 0 4px !important;
  }
}

@media screen and (min-width: 768px) {
  .container2 {
    line-height: 35px;
    font-size: 25px;
  }
  .container1 {
    font-size: 40px;
    line-height: 50px;
  }
  .flex-container {
    display: flex;
    /* justify-content:center; */
    align-items: center;
  }
  .leftcontent,
  .rightcontent {
    width: 45%;
  }
}
p {
  font-size: 20px;
}

a {
  text-decoration: none;
}

a :hover {
  text-decoration: none;
  color: #fff;
}
.container2 {
  padding: 13px 20px 20px !important;
}

@media screen and (max-width: 767px) {
  .flex-container {
    display: block !important;
  }
  .leftcontent,
  .rightcontent {
    width: 100%;
  }
  .leftcontent {
    margin-bottom: 20px;
  }
  .container1 {
    font-size: 33px;
    line-height: 0px;
  }
  .container2 {
    line-height: 30px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .leftcontent h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .leftcontent p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .leftcontent h2 {
    font-size: 50px;
    line-height: 90px;
  }
  .leftcontent p {
    font-size: 20px;
    line-height: 40px;
  }
  .modal {
    padding-top: 50px !important;
  }
}

h1 {
  font-weight: 700;
  color: #33475b;
}

p {
  font-weight: 500;
  color: #516f90;
}

.margin_top {
  margin-top: 4rem;
}
.margin_bottom {
  margin-bottom: 4rem;
}
.progress-bar {
  position: relative;
  display: flex;
  justify-content: space-between;
  counter-reset: step;
  margin: 0 3rem;
}

.btn-prime {
  background: linear-gradient(263.43deg, rgba(10, 160, 191, 0.2) 0.37%, rgba(0, 0, 0, 0) 48.78%),
    linear-gradient(96.51deg, #0aa0bf 2.85%, rgba(6, 179, 75, 0.2) 223.16%);
  border: 2px solid #7fd1de;
  box-shadow: 0px 3px 10px 5px rgb(0 0 0 / 2%);
  border-radius: 4px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  color: #ffffff;
  line-height: 44px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 30px;
}

.head-text {
  margin-left: 25px;
}

.btn-orange {
  padding: 15px 50px;
  background: #ff725e;
  border-radius: 4px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}

.bottom-container {
  padding: 20px 70px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 3px 10px 5px rgb(0 0 0 / 5%);
  margin-top: 10px;
}

.footer {
  padding: 25px 30px 25px 80px;
  background: #5683a4;
}

.header-text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  margin-left: 65px;
  line-height: 39px;
  color: #ffffff;
}

.header-bottom {
  padding: 30px 37px 30px 85px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  color: #222c36;
  width: 100%;
  border: 2.5px solid #f6f4f6;
}

.para-text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #516f90;
}

.drp-text {
  color: #86a0bc;
}

.dropdown-toggle::after {
  color: #0aa0bf;
}

.btn-orange:hover {
  color: #ffffff !important;
}

.colr {
  background: linear-gradient(263.43deg, rgba(10, 160, 191, 0.2) 0.37%, rgba(0, 0, 0, 0) 48.78%),
    linear-gradient(96.51deg, #0aa0bf 2.85%, rgba(6, 179, 75, 0.2) 223.16%);
  border: 2px solid #7fd1de;
  box-shadow: 0px 3px 10px 5px rgb(0 0 0 / 2%);
  border-radius: 4px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #ffffff;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  padding: 10px 45px;
  pointer-events: none;
}

.colr:hover {
  color: #ffffff;
}

.forget {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: #2c3e50;
}
.forget:hover {
  color: rgba(95, 74, 203, 0.933);
}

.loading-buttons {
  display: inline-flex;
  flex-direction: column;
  margin-top: 1em;
}
