* {
  padding: 0;
  margin: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

@font-face {
  font-family: "Inter-Regular";
  src: url("../font/Inter-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter-bold";
  src: url("../font/Inter-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Inter-medium";
  src: url("../font/Inter-Medium.ttf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Inter-SemiBold";
  src: url("../font/Inter-SemiBold.ttf");
  font-weight: bold;
  font-style: normal;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/*** RESPONSIVE SCREEN ***/
body {
  font-size: 14px;
  font-family: "Inter-Regular";
}

/***flex-box***/
button:focus, .form-control:focus {
  box-shadow: none !important;
}

.container {
  max-width: 1200px;
}

.main-section {
  padding: 0 20px;
}

.background {
  background: linear-gradient(137.6deg, rgba(241, 246, 245, 0.5) 78.86%, rgba(241, 246, 245, 0) 105.63%);
}

.header {
  padding: 30px 15px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.title {
  font-size: 30px;
  color: #37BB8B;
  font-weight: bold;
  font-family: "Inter-bold";
}
@media (max-width: 768px) {
  .title {
    margin-top: 45px;
  }
}
.subtitle-text {
  font-size: 14px;
  margin-bottom: 50px;
}
footer {
  background: linear-gradient(137.6deg, rgba(241, 246, 245, 0.5) 23.86%, rgba(241, 246, 245, 0) 105.63%);
  padding: 50px 0;
  line-height: 30px;
}

footer h5 {
  font-family: 'Inter-bold';
  font-weight: 600;
  font-size: 1.125em;
  line-height: 1.36em;
  color: #2b2b2b;
  text-transform: capitalize;
  margin-bottom: 10px;
}

footer .cnt-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

footer .cnt-info .info-icn {
  margin-right: 1em;
  width: 16px;
}

footer .cnt-info .info-icn {
  color: #7c7c7c;
  text-decoration: none;
  line-height: 15px;
}

footer .cnt-info p {
  color: #074A58;
  font-weight: 500;
  font-size: 1em;
}

footer .cnt-info a {
  color: #074A58;
  line-height: 15px;
}

footer .sec-copyright a {
  color: #7c7c7c;
  text-decoration: none;
  font-weight: 500;
  padding: 0px 5px;
}
footer .sec-copyright a:hover {
  color: #000;
  text-decoration: none;
}

footer .sec-copyright {
  color: #7c7c7c;
  text-decoration: none;
  font-weight: 500;
  padding: 0px 5px;
}
footer .cnt-info p a {
  color: #074A58;
}
footer ul li a {
  color: #7c7c7c;
  text-decoration: none;
}

footer ul li a:hover {
  color: #000;
  text-decoration: none;
}

.sec-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 15px 10px 0px 0px;
  background: #404040;
  border: 0;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.sec-social a .fa {
  font-size: 24px;
  line-height: 39px;
}
.sec-social a:hover {
  background: #37BB8B;
  border: 0;
  color: #fff;
}

@media (max-width: 540px) and (min-width: 320px) {
  footer {
      padding: 3em 0em 1em 0em;
  }
  .cnt-info {
    line-height: 40px;
  }
  .sec-copyright {
    line-height: 30px;
  }
  .social-icons {
    padding: 30px 0 15px 0;
  }
}

@media (max-width: 768px) {
  .header {
    position: relative;
    padding: 30px 24px 0;
  }
  .title {
    font-size: 20px;
    color: #37BB8B;
  }
  .subtitle-text {
    font-size: 14px;
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .header .navbar-toggler img {
    width: 40px;
    height: 40px;
  }
}
.header .navbar-brand {
  padding: 0;
}
@media (max-width: 576px) {
  .header .navbar-brand img {
    width: 150px;
  }
}
.header .navbar-nav {
  padding-left: 30px;
}
.header .navbar-nav li {
  padding: 10px 15px;
}
.header .navbar-nav li a {
  font-size: 14px;
  color: #0D5B6C;
  font-weight: 500;
  font-family: "Inter-Medium";
  line-height: 16px;
  padding: 0;
}
.header .download-btn {
  width: 171px;
  height: 40px;
  border-radius: 20px;
  background-color: rgba(55, 187, 139, 0.7);
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.banner-section {
  padding: 195px 0px 120px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .banner-section {
    padding: 48px 0px 90px;
  }
}
.banner-section:after {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  background-image: url(../image/top_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 576px) {
  .banner-section:after {
    background-image: url(../image/responsive-bg.png);
    background-size: unset;
  }
}
@media (max-width: 576px) {
  .banner-section {
    padding-bottom: 70px;
  }
}
.banner-section .banner-content h2 {
  font-size: 60px;
  color: #37BB8B;
  font-family: "Inter-bold";
  font-weight: 700;
  text-align: center;
  line-height: 84px;
}
@media (max-width: 768px) {
  .banner-section .banner-content h2 {
    font-size: 28px;
    line-height: 35px;
  }
}
.banner-section .banner-content p {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #707070;
  width: 68%;
  margin: 0 auto;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .banner-section .banner-content p {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .banner-section .banner-content p {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    padding: 25px 15px;
  }
}
.banner-section .banner-content p:nth-child(3) {
  padding-top: 60px;
}
@media (max-width: 576px) {
  .banner-section .banner-content p:nth-child(3) {
    padding-top: 30px;
  }
}
.banner-section .banner-content .applink {
  margin-top: 30px;
}
@media (max-width: 576px) {
  .banner-section .banner-content .applink {
    margin-top: 15px;
  }
}
.banner-section .banner-content .applink .app-store {
  opacity: 0.9;
}
.banner-section .banner-content .applink a {
  margin: 0 10px;
}
@media (max-width: 576px) {
  .banner-section .banner-content .applink a img {
    width: 130px;
  }
}

.form-section {
  padding: 90px 0;
  margin: 0 15px;
}
@media (max-width: 768px) {
  .form-section {
    padding: 0 0px 70px;
    margin: 0;
  }
}
.form-section .contact-form {
  padding: 48px 48px 20px;
}
@media (max-width: 576px) {
  .form-section .contact-form {
    padding: 20px 15px 0px;
    border-radius: 3.35px;
  }
}
.form-section .contact-form .form-group {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .form-section .contact-form .form-group {
    margin-bottom: 20px;
  }
}
.form-section .contact-form .form-group i {
  color: #074A58;
  font-size: 20px;
}
@media (max-width: 576px) {
  .form-section .contact-form .form-group i {
    font-size: 16px;
  }
}
.form-section .contact-form .form-group .form-label {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #2F2F2F;
  padding-bottom: 16px;
  font-family: "Inter-medium";
}
@media (max-width: 576px) {
  .form-section .contact-form .form-group .form-label {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
.main-title-text {
  margin: 0px 0px 25px 0px;
  color: #37BB8B;
  font-weight: bold;
  font-family: "Inter-bold";
}
@media (max-width: 992px) {
  .main-title-text {
   display: none;
  }
}
.billing {
  display: none;
}
.service {
  display: none;
}
.answer {
  font-size: 18px;
}
.banner-section .form-input {
  background: #FFFFFF;
  border: 1px solid #C6E2FF;
  border-radius: 8px;
  height: 50px;
  color: rgba(42, 37, 87, 0.6);
  padding: 0px 20px 0;
  border-radius: 8px;
  font-size: 16px;
}
.list-group .title{
  font-size: 26px;
}
ul.input-list-group{
  list-style-type: none;
  font-size: 15px;
  margin-top: 10px;
}
ul.input-list-group li{
  padding: 10px 0;
  font-size: 16px;
  font-weight: 600;
}
ul.input-list-group li:hover{
  cursor: pointer;
  color: #37bb8b;
}
.btn-secondary {
  color: #080808 !important;
  background-color: #ececec !important;
  border-color: #e2e2e2 !important;
}
.dropdown-list-group {

}
.question-row {
  border-top: 1px solid #ddd;
  padding: 20px 0
}
.question-title {
  font-size: 1.4em;
  color: black;
  font-weight: 700;
}
a.question-title:hover {
  color: #37bb8b;
  text-decoration: none;
}
.search-button {
  background: #37bb8b;
  color: white;
  z-index: 100;
  margin-left: -75px;
  padding: 0 20px;
}
@media (max-width: 576px) {
  .form-section .contact-form .form-group .form-input {
    height: 36px;
    border-radius: 3px;
    font-size: 14px;
  }
}
.form-section .contact-form .form-group .form-input:focus {
  border: 1px solid #047ED6;
}
.form-section .contact-form .form-group .degree-label {
  color: #37BB8B;
  font-size: 17px;
  line-height: 32px;
  font-family: "Inter-SemiBold";
  cursor: pointer;
}
@media (max-width: 576px) {
  .form-section .contact-form .form-group .degree-label {
    font-size: 14px;
  }
}
.form-section .contact-form .form-group .upload-label {
  display: inline-block;
  font-size: 17px;
  line-height: 32px;
  color: #2F2F2F;
  font-family: "Inter-Medium";
}
@media (max-width: 768px) {
  .form-section .contact-form .form-group .upload-label {
    font-size: 14px;
  }
}
.form-section .contact-form .form-group .file-box {
  border: 2.5px dashed rgba(170, 170, 170, 0.31);
  height: 163px;
  width: 669px;
  text-align: center;
  padding: 45px 0 25px;
  margin-top: 20px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .form-section .contact-form .form-group .file-box {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .form-section .contact-form .form-group .file-box {
    width: auto;
    height: 73px;
    padding: 25px 0;
    margin-top: 10px;
  }
}
@media (max-width: 576px) {
  .form-section .contact-form .form-group .file-box img {
    width: 20px;
  }
}
.form-section .contact-form .form-group .file-box label {
  font-size: 17px;
  line-height: 26px;
  color: #37BB8B;
  margin-top: 8px;
  display: block;
  font-family: "Inter-bold";
}
@media (max-width: 576px) {
  .form-section .contact-form .form-group .file-box label {
    display: none;
  }
}
.form-section .contact-form .form-group .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-section .contact-form .form-group .notice {
  background: rgba(55, 187, 139, 0.12);
  border-radius: 14px;
  padding: 50px 82px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .form-section .contact-form .form-group .notice {
    padding: 13px 18px 13px;
    margin-top: 35px;
  }
}
.form-section .contact-form .form-group .notice p {
  font-family: "Inter-medium";
  color: #0D5B6C;
  font-size: 18px;
  line-height: 35px;
}
@media (max-width: 786px) {
  .form-section .contact-form .form-group .notice p {
    font-size: 14px;
    line-height: 20px;
  }
}
.form-section .contact-form .form-group .notice p a {
  text-decoration: none;
  color: #0D5B6C;
  font-family: "Inter-bold";
}
.form-section .contact-form .form-group .notice p a:hover {
  color: #0D5B6C;
}
.form-section .contact-form .form-group .submit-btn {
  background: #37BB8B;
  border-radius: 8px;
  width: 318px;
  height: 64px;
  line-height: 64px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border: 0;
  margin-top: 70px;
  display: block;
  cursor: pointer;
}
@media (max-width: 576px) {
  .form-section .contact-form .form-group .submit-btn {
    width: 215px;
    height: 46px;
    line-height: 6.71px;
    font-size: 14px;
    margin-top: 25px;
  }
}

#map {
  min-height: 653px;
}

.google-map {
  padding-bottom: 140px;
}
@media (max-width: 576px) {
  .google-map {
    padding-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .google-map iframe {
    height: 177px;
  }
}
.google-map iframe .gm-bundled-control {
  top: 0;
  right: 40px;
}


@media (min-width: 576px) {
  .text-sm-left {
      text-align: left!important;
  }
  footer {
    padding: 55px 0;
  }
  .img-logo {
    margin-left: -5px;
    margin-top: -15px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  h5 {
      font-family: 'Inter-Regular';
      font-weight: 600;
      font-size: 1.2em;
      line-height: 1.36em;
      color: #2b2b2b;
      text-transform: capitalize;
      margin: 15px 0;
  }
  footer ul li a {
    font-size: 1em;
    color: #7c7c7c;
    text-decoration: none;
    line-height: 15px;
  }
  footer .cnt-info p {
    color: #074A58;
    font-size: 1em;
    font-weight: 500;
  }
}
@media (max-width: 768px) {
  .footer {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .footer .d-block-none {
    display: none !important;
  }
}
.footer .footer-logo .address-icon {
  margin-top: 15px;
}
@media (max-width: 576px) {
  .footer .footer-logo .address-icon {
    margin-top: 30px;
  }
}
.footer .footer-logo .address-icon a {
  display: flex;
  align-items: center;
  color: #074A58;
  font-size: 1.2em;
  font-family: "Inter-medium";
  margin-bottom: 15px;
  line-height: 17px;
  text-decoration: none;
}
@media (max-width: 576px) {
  .footer .footer-logo .address-icon a {
    justify-content: center;
    font-size: 11px;
  }
}
.footer .footer-logo .address-icon a img {
  margin-right: 20px;
  width: 17px;
  margin: 10px 10px;
}
.footer .footer-logo .address-icon a img.email {
  width: 22px;
  margin-left: 7px;
}
@media (max-width: 576px) {
  .footer .footer-logo .address-icon a img {
    width: 14px;
  }
}
@media (max-width: 576px) {
  .footer .footer-logo .address-icon a:nth-child(1) img {
    width: 9px;
  }
}
.footer .footer-menu-label {
  color: #2B2B2B;
  font-size: 18px;
  font-family: "Inter-SemiBold";
  line-height: 22px;
  margin-bottom: 25px;
  display: block;
  margin-top: 10px;
}
.footer .footer-ul {
  list-style: none;
}
.footer .footer-ul li a {
  color: #7C7C7C;
  font-size: 13px;
  font-family: "Inter-medium";
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
}
@media (max-width: 768px) {
  .footer .footer-ul .sub-menu-li {
    margin-top: 30px;
  }
}
.footer .footer-ul-custom {
  padding-left: 15px;
}
@media (max-width: 1024) {
  .footer .footer-ul-custom {
    padding-left: 0;
  }
}
.footer .footer-ul-custom .footer-ul i {
  font-size: 15px;
  color: #FF7979;
}
@media (max-width: 576px) {
  .footer .social-icons {
    margin: 0px 0 30px;
  }
}
.footer .social-icons a {
  margin-top: 10px;
  display: inline-block;
  margin-right: 10px;
}
.footer .copyright {
  padding: 40px 0 40px;
}
@media (max-width: 576px) {
  .footer .copyright {
    margin: 40px 0 30px;
  }
}
.footer .copyright label {
  color: #7c7c7c;
  font-size: 1em;
  line-height: 16px;
  display: inline-block;
  margin: 10px 30px 10px 0;
  font-family: "Inter-medium";
}
@media (max-width: 576px) {
  .footer .copyright label {
    margin-right: 0;
  }
}
.footer .copyright p, .footer .copyright p a {
  color: #7c7c7c;
  font-size: 16px;
  font-family: "Inter-medium";
  line-height: 16px;
  margin-left: 30px;
  display: inline-block;
  margin: 10px 0;
  text-decoration: none;
}

@media (min-width: 768px) {
  .d-md-none {
    display: block;
  }
}
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 24px;
  height: 24px;
  border: 1px solid #37BB8B;
  border-radius: 4px;
}
.dropdown-list {
  display: none;
}
@media (max-width: 576px) {
  .styled-checkbox + label:before {
    width: 15px;
    height: 15px;
  }
  .input-list-group {
    display: none;
  }
  .dropdown-list {
    display: block;
  }
}
.styled-checkbox:checked + label:before {
  background: #37BB8B;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 9px;
  top: 7px;
  width: 7px;
  height: 13px;
  border: 1px solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 576px) {
  .styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 12px;
    width: 6px;
    height: 9px;
    border: 1px solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.custom-select-wrapper {
  position: relative;
  user-select: none;
  width: 100%;
}

.custom-select {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 0;
  padding: 0;
  color: #AAAAAA;
  height: auto !important;
}
@media (max-width: 576px) {
  .custom-select {
    height: auto !important;
  }
}

.custom-select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 300;
  padding: 17px 0 13px;
  background: #ffffff;
  cursor: pointer;
  border-color: #37BB8B;
  color: rgba(42, 37, 87, 0.6);
}
@media (max-width: 576px) {
  .custom-select__trigger {
    padding: 8px 0 0px;
    font-size: 14px;
  }
}

.custom-options {
  position: absolute;
  display: block;
  top: 110%;
  left: 0;
  right: 0;
  /* border: 2px solid #f45e5e; */
  background: #fff;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  -webkit-mask-origin: padding-box;
  pointer-events: none;
  z-index: 2;
  box-shadow: 0px 2px 7px 2px #0003;
}
@media (max-width: 767.98px) {
  .custom-options {
    top: 106%;
  }
}

.custom-select.open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.custom-option {
  position: relative;
  display: block;
  padding: 0 15px 0 15px;
  font-size: 20px;
  font-weight: 300;
  color: #AAAAAA;
  line-height: 40px;
  cursor: pointer;
  transition: all 0.5s;
}

.custom-option:hover {
  cursor: pointer;
  background-color: #37BB8B;
  color: #fff;
}

.custom-option.selected {
  color: #ffffff;
  background-color: #37BB8B;
}

.input-group-append {
  position: relative;
}
.input-group-append button {
  position: absolute !important;
  top: 15px;
  right: 5px;
  display: none;
  border: 0 !important;
  z-index: 99 !important;
}
@media (max-width: 576px) {
  .input-group-append button {
    position: absolute;
    font-size: 21px;
    top: 0px;
    right: 0px;
    font-size: 18px;
  }
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  background-color: transparent !important;
}

/*# sourceMappingURL=style.css.map */
