@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url(https://db.onlinewebfonts.com/c/e228cb7a060591d3e95897146a2f2b92?family=Perpetua+Titling+MT);

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* body{
    font-family: Montserrat !important;

} */
.main-blank {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 200px);
}
/*navbar */
.navbar-toggler {
  background-color: #2071c5 !important;
  border: 1px solid #ffffff !important;
  color: white !important;
  border-radius: 5px !important;
  transition: box-shadow 0.15s ease-in-out !important;
  height: 34px;
  margin-right: 0px;
  padding: 0px 8px !important;
}
.active-clr {
  color: #3b6dc4 !important;
}
.responsive-ness {
  justify-content: center !important;
}
.login-btn.new-resposs {
  display: none;
}
a.login-btn.new-respo:hover {
  color: #fff;
}
/* about us page */
.icons-bg i {
  background: #2071c5;
  padding: 8px;
  border-radius: 50px;
  color: white;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  margin-right: 6px;
}
p.Copyright-text:hover {
  transition: inherit !important;
  transform: inherit !important;
  margin: auto !important;
  color: white !important;
  cursor: inherit !important;
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff !important;
  background-color: #3b6dc4 !important;
}

.dropdown-menu-dark .dropdown-item {
  color: #000000 !important;
}
ul.dropdown-menu.dropdown-menu-dark.show {
  background: white;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  border: 0px;
}
/* .dropdown-menu {
    top: 100%;
    left: 0;
    margin-top: .125rem;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
} */
iframe {
  width: 100% !important;
  height: 100%;
}
ul.dropdown-menu {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.set-menu-btn {
  margin-right: 30px !important;
  margin-left: 30px !important;
}
.login-btn:hover {
  background: transparent;
  border: 1px solid #646262;
  color: #646262 !important;
}
button.msg-btn:hover {
  background: transparent;
  color: #3b6dc4;
  border: 1px solid #3b6dc4;
}
textarea.sset-text-area {
  padding: 8px;
  border: none;
  outline: none;
  border-bottom: 1px solid #8d8d8d;
  color: #011c2a;
  font-size: 16px;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
}
.p-0.icon_i.collapsed .set-ico-right {
  display: block;
}
.loaction-head:hover {
  margin-left: 0px !important;
  color: #ffffff !important;
  transition: inherit !important;
  transform: inherit !important;
}
.icon_i .set-ico-right {
  display: none;
}
.p-0.icon_i.collapsed .set-ico-top {
  display: none;
}
.icon_i .set-ico-top {
  display: block;
}
.accordion-item {
  background-color: #fff;
  border: 0px solid rgba(0, 0, 0, 0.125) !important;
}
.montserrat {
  font-family: "Montserrat", serif;
}
.plus-jakarta-sans {
  font-family: "Plus Jakarta Sans", serif;
}
.about-us-parent {
  background-image: url("./img/about-us.png");
  height: 320px;
  width: 100%;
  background-size: cover;
  background-position: center;
  /* padding: 10px; */
}
.about-us-parent.legal {
  background-image: url("./img/legal-notices-banner.png") !important;
  background-position: center !important;
  background-repeat: no-repeat;
}
.about-us-parent.terms {
  background-image: url("./img/terms-banner.png") !important;
  background-position: center !important;
  background-repeat: no-repeat;
}
.about-us-parent.carrers {
  background-image: url("./img/careers-banner.png") !important;
  background-position: center !important;
  background-repeat: no-repeat;
}
.about-us-parent.back-office-banner {
  background-image: url("./img/back-office-banner.png") !important;
  background-position: center !important;
  background-repeat: no-repeat;
}
.about-us-parent.legal-research-banner {
  background-image: url("./img/legal-research-banner.png") !important;
  background-position: center !important;
  background-repeat: no-repeat;
}
.about-us-parent.medical-record-banner {
  background-image: url("./img/medical-banner.png") !important;
  background-position: center !important;
  background-repeat: no-repeat;
}
.about-us-parent.transaction-banner {
  background-image: url("./img/transcription-banner.png") !important;
  background-repeat: no-repeat;
}
.about-us-parent .container {
  height: 100%;
}
.about-us-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.highlight h2 {
  color: #fff !important;
}
.highlight h5 {
  color: #fff !important;
}
.highlight h6 {
  color: #fff !important;
}
.highlight p {
  color: #fff !important;
}
.highlight a {
  color: #fff !important;
}

.section-5 {
  padding: 100px 0px;
}
.section-5-inner {
  padding-bottom: 50px;
}
.text-content {
  padding-top: 0px !important;
}
/* .card-set {
    padding-bottom: 80px;
} */
.about-us-inner p {
  color: #ffffff;
  font-weight: 600;
  font-size: 50px;
  font-family: "Poppins", serif;
  margin-bottom: 0px;
  line-height: 1.2;
}
.about-us-inner p.desc {
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
  font-family: "Poppins", serif;
  /* margin-bottom: 0px;
    line-height:5px; */
  padding-top: 5px;
}
h6.phone-numer {
  font-size: 16px;
  font-weight: 400;
  font-family: Poppins !important;
  line-height: 26px;
  a {
    text-decoration: none;
    color: black;
  }
  &:hover {
    a {
      color: gray !important;
    }
  }
}
/* Second section */

/* .second-section .row{
    padding-top: 100px;
} */
/* .bottom-padding {
    padding-bottom: 100px;
} */

p.heading-bottom-border {
  background: #2071c5;
  height: 3px;
  width: 48px;
  margin-top: 2px;
}
p.company-header {
  color: #000;
  /* text-align: justify; */
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 131%;
  letter-spacing: 0.4px;
  margin-bottom: 0px;
}
p.company-header.up-color {
  color: #000000 !important;
}
.careers-form {
  display: block !important;
  p {
    font-size: 16px;
    font-weight: 500;
  }
  input {
    padding: 2px 0px 2px 0px !important;
    color: #333 !important;
  }
  .sset-text-area {
    padding: 2px 0px 2px 0px !important;
    color: #333 !important;
  }
  .sset-text-area {
  }
}
/* .resume-upload-input{
    padding: 10px !important;
    border: 1px dashed #797878 !important;
    margin-top: 5px;
}
.resume-upload-input:hover{
    opacity: 0.8;
} */
.additional-p {
  padding-bottom: 10px;
}
.common-row-first {
  padding: 0px 0px 50px 0px;
}
/* .common-row-padding{
    padding-top: 80px;
} */
.first-span {
  color: #343434;
  font-weight: 700;
  /* font-size: 16px; */
  font-family: "Montserrat";
  line-height: 25px;
}
.padding-30 {
  padding-left: 37px;
}
a.text-footer-:hover {
  /* margin-left: 10px; */
  color: #2071c5 !important;
  /* transition: 0.6s all ease-in-out; */
}
.new-cr {
  width: 125px !important;
}
.diff-img {
  width: 100px !important;
}
footer p:hover {
  color: #2071c5 !important;
  /* transform: scale(01.1);
    margin-left: 10px; */
}
p.Copyright-text {
  text-align: center;
}
.dropdown-menu {
  display: none !important;
}
.dropdown:hover .dropdown-menu {
  display: block !important;
}
p.company-desc {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.209px;
  margin-bottom: 0px !important;
}
.profile-img-about {
  max-height: 450px;
  width: 100%;
  object-fit: cover;
}

.stratgey-img {
  max-height: 350px;
  width: 100%;
  object-fit: cover;
}
.values-img {
  max-height: 350px;
  width: 100%;
  object-fit: cover;
}

/* contact us page */
html {
  font-family: "Montserrat";
}
h1.heading-global {
  color: #000;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.9px;
}
.section-2 {
  position: relative;
  top: -50px;
}
.padding-css {
  padding: 48px 0px !important;
}
.padding-css-update {
  padding: 48px 0px !important;
}
.contact-container {
  background-image: url("./img/contact-us.webp");
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 276px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.set-menu-btn {
  background: transparent !important;
  border: 0px !important;
}
.set-menu-btn.dropdown-toggle::after {
  margin-left: -27px !important;
  color: #000;
  display: none;
}
i.fa.fa-caret-down.icon-down {
  font-size: 13px;
}
.btn-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 50%) !important;
}

.set-menu-btn.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #ffffff;
  color: #fff !important;
}
.pointer {
  cursor: inherit !important;
}
.set-accor {
  display: none;
}
a.dropdown-item:hover {
  color: #2071c5 !important;
  background: transparent !important;
  transition: 0.6s;
}
.dropdown-menu {
  min-width: 240px !important;
  background-color: #fff !important;
  padding: 9px 9px !important;
  border: 1px solid #80808017 !important;
  border-radius: 0px !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
hr.m-0 {
  background: #dbdbdb;
}
a.dropdown-item {
  font-size: 15px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  font-family: "Poppins";
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 500;
}
.set-menu-btn.dropdown-menu-dark {
  color: #ffffff !important;
  background-color: #3b6dc4 !important;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.global-wrapper img {
  object-fit: contain;
}
.contact-wrapper {
  text-align: center;
}
.contact-wrapper h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  font-family: "Montserrat";
  margin-bottom: 0px;
}
.contact-wrapper .desc {
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
  font-family: "Poppins", serif;
  margin-bottom: 0;
  line-height: 1.2;
  padding-top: 5px;
}
.outline {
  height: 4px;
  width: 48px;
  background-color: #2071c5;
}

.global-container {
  font-family: "Montserrat";
  font-weight: 600;
}
.global-wrapper {
  border-radius: 5px;
  padding: 18px;
  cursor: pointer;
  /* min-height: 316px; */
  /* height: 100%; */
}
.global-wrapper:hover {
  /* background-color: #2071c5; */
  background-color: #0770c11a !important;
  border-color: #0770c11a !important;
  transition: 0.4s;
}
.global-wrapper:hover .phone-numer {
  cursor: pointer;
}
.global-wrapper.canada{
  height: 265px;
}
h6.phone-numer {
  font-size: 16px;
  color: #000;
}
.global-wrapper:hover h2 {
  /* color: #fff; */
}
.global-wrapper:hover h5 {
  /* color: #fff; */
}

.global-wrapper:hover h6 {
  /* color: #fff; */
}
.global-wrapper:hover p {
  /* color: #fff; */
}
.global-wrapper:hover .outline-two {
  /* background-color: #fff; */
}
.global-wrapper:hover svg path {
  /* stroke: #2071c5;
    stroke-width: 4; */
}
.global-wrapper h2 {
  color: #2071c5;
  font-size: 20px;
  font-family: "Poppins";
}
.global-wrapper h5,
h6 {
  color: #000000;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.global-wrapper p {
  color: #000000;
  font-family: "Poppins";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.589px;
  text-align: left;
  margin: 0;
  width: 180px;
}
img.menu-icon {
  width: 21px;
  object-fit: cover;
}
.global-img {
  display: flex;
  align-items: center;
  justify-content: end;
}
.global-img-pt {
  padding-top: 71px;
}
.outline-two {
  height: 0.9px;
  background-color: #6b6b6b;
}
.form-container h1 {
  font-family: "Montserrat";
  font-weight: 600;
}
.form-container h5 {
  color: #141414;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 36.783px;
  font-family: "Montserrat";
}
.form-flex-radio {
  gap: 20px 0px;
}
.form-content {
  display: flex;
  gap: 70px;
}
.form-content p {
  margin: 0;
  font-family: "Poppins";
  font-weight: 500;
  color: #000;
  font-size: 16px;
}
.mend-icon {
  color: red;
  font-size: 8px !important;
  line-height: 0 !important;
  position: relative;
  top: -6px;
}
.form-content input {
  padding: 10px;
  border: none;
  outline: none;
  border-bottom: 1px solid #8d8d8d;
  color: #011c2a;
  font-size: 16px;
  width: 100%;
  cursor: pointer;
}
.checkbox-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  cursor: pointer;
  margin-left: 10px;
  font-family: "Poppins";
  color: #000;
  font-weight: 400;
}
.checkbox-wrapper input {
  opacity: 0;
  width: 0;
  height: 0;
}
.checkbox {
  position: relative;
  width: 25px;
  height: 25px;
  background-color: #e0e0e0;
  border-radius: 50%;
  margin-right: 10px;
}
.checkbox-wrapper input:checked + .checkbox {
  background-color: #2071c5;
}
.checkbox::after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-wrapper input:checked + .checkbox:after {
  display: block;
}
.checkbox-wrapper .checkbox:after {
  left: 9px;
  top: 5px;
  width: 7px;
  height: 13px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-msg {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.form-msg input {
  cursor: pointer;
  padding: 10px;
  border: none;
  outline: none;
  border-bottom: 1px solid #8d8d8d;
  color: #011c2a;
  font-size: 17px;
  width: 100%;
}
.msg-btn {
  background-color: #2071c5;
  color: #fff;
  border: 1px solid #2071c5;
  border-radius: 7px;
  box-shadow: 0px 0px 19.493px 0px rgba(0, 0, 0, 0.12);
  padding: 15px 40px;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.form-para {
  color: #000000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 36.783px;
  font-family: "Montserrat";
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

button.accordion-button {
  background: #fff !important;
}
.accordion-button::after {
  display: none;
}
.accordion-item {
  border-bottom: 1px solid #dee2e5 !important;
}
h6.set-value {
  color: var(--Primary, #040610);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  font-family: "Montserrat";
  line-height: 140%;
  display: flex;
  align-items: center;
}
.icon_i.collapsed .set {
  color: #040610;
}
img.logo-head {
  width: 230px;
  object-fit: contain;
  /* height: 63px; */
}
a.text-header.active-nav {
  color: #2071c5;
}

h6.set i {
  color: black;
}
img.mb-2.card-vector {
  width: 90px;
}
img.next-card {
  width: 90px;
}
.global-wrapper .next-card {
  display: none;
}
.global-wrapper:hover .card-vector {
  /* display: none; */
}
.global-wrapper:hover .next-card {
  /* display: block; */
}
.highlight .card-vector {
  display: none;
}
.global-wrapper.highlight .next-card {
  display: block;
}
/* new */
.global-wrapper.highlight:hover {
  border: 2px solid #2071c5 !important;
  background-color: #2071c5 !important;
  .phone-numer:hover {
    a {
      color: #e9e9e9 !important;
    }
  }
}
h6.set {
  color: #2071c5;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  font-family: "Montserrat";
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 0 10px 0;
}
button.accordion-button.p-0.icon_i.collapsed h6.set {
  padding: 0 0 20px 0;
}
/* a.text-header:hover {
        color: #3b6dc4 !important;
    } */
.text-header {
  color: #020407;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  cursor: pointer;
  font-family: Montserrat;
}
.login-btn {
  background: #646262;
  padding: 11px 16px;
  width: 125px;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-right: 5px;
  letter-spacing: -0.359px;
  transition: 0.3s;
  text-decoration: none;
  text-align: center;
}
button.login-btn:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.section-3 {
  padding: 55px 0 100px 0;
}

.sign-up {
  background: #2071c5;
  padding: 11px 16px;
  width: 125px;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-right: 5px;
  letter-spacing: -0.359px;
  transition: 0.3s;
  text-align: center;
  text-decoration: none;
}
.sign-up:hover {
  background: transparent;
  border: 1px solid #2071c5;
  color: #2071c5;
}
a.text-footer- {
  color: #fff;
  font-size: 15px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}
a.text-footer-:hover {
  text-decoration: none;
  color: #fff;
}
a.text-header:hover {
  color: #020407;
  text-decoration: none;
}
h3.our-service {
  color: #ffc300;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  /* margin-left: auto;
        width: 79%; */
  font-family: Montserrat;
}

/* .section-1 {
        background-image: url('img/home-bg.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    } */

h3.text-2nd {
  margin-left: 64px;
  color: var(--White, #fff);
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  position: relative;
}

h3.text-2nd:after {
  content: "";
  display: inline-block;
  height: 13px;
  vertical-align: bottom;
  width: calc(100% - -57vh);
  border-top: 1px solid #ffffff;
  position: absolute;
  top: 44px;
  left: -178vh;
}

h3.text-1st {
  color: var(--White, #fff);
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  position: relative;
  font-family: Montserrat;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

h3.text-3rd {
  margin-left: 112px;
  color: var(--White, #fff);
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  position: relative;
}

h3.text-4th {
  margin-left: 179px;
  color: var(--White, #fff);
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  z-index: 99;
  position: relative;
}
img.w-100.pic-set {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 99;
  position: relative;
}
.border_div {
  position: relative;
  margin-left: 4rem;
  padding: 2rem;
  height: 505px;
  padding-left: 0px !important;
}
.border_div p {
  border: 1px solid #000;
  position: absolute;
  height: 505px;
  width: 55%;
  right: 0;
  top: 0px;
  margin: 0px;
  z-index: 9;
}
.accordion-button {
  margin-top: 20px !important;
}

p.strive {
  color: #ffc300;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  margin: 0px;
  background: #194f8766;
  padding: 5px 19px;
  text-align: center;
  border-radius: 50px;
  font-family: "Montserrat";
  width: fit-content;
}

.bg-grey-clr {
  background: #f1f4ff;
  border-bottom: 9px solid #f1f4ff;
  padding: 1.5rem 1rem;
  min-height: 270px;
  height: 100%;
}
.max_width {
  max-width: 275px;
  margin: auto;
}

.bg-grey-clr h3 {
  color: var(--Primary, #040610);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  font-family: Montserrat;
}
footer p {
  cursor: pointer;
}
.bg-blue-clr p {
  color: var(--Light-Gray, #edf0f3);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  font-family: "Poppins", serif;
  /* max-width: 280px; */
  margin: auto;
  line-height: 26px;
}
.icons-bg i:hover {
  background: #fff;
  color: #2071c5;
  transition: 0.9s all ease-in-out;
}

.bg-blue-clr h3 {
  color: var(--White, #fff);
  text-align: center;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  font-family: Montserrat;
}

.bg-grey-clr p {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-family: "Poppins", serif;
  /* max-width: 280px; */
  margin: auto;
  line-height: 26px;
}

.bg-blue-clr {
  background: #0d132e;
  color: #fff;
  /* position: relative;
        top: -62px; */
  border-bottom: 9px solid #2071c5;
  padding: 1.5rem 1rem;
  /* height: 362px; */
  min-height: 270px;
  height: 100%;
}

h6.about-us {
  color: #2071c5;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Montserrat;
}
.accordion-button:not(.collapsed) {
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0%) !important;
}
h3.heading-text {
  color: var(--Primary, #040610);
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  font-family: "Montserrat";
  margin-bottom: 1rem;
}
.accordion {
  margin-top: 2.5rem;
}
p.same-text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-family: "Poppins", serif;
  max-width: 560px;
  line-height: 26px;
}

.section-4 {
  background: #2071c5;
  padding: 100px 0;
}

h3.why-choose-us {
  color: var(--Secondary, #e5c541);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  font-family: Montserrat;
  margin: 0 0 20px 0 !important;
}
.progress-matgin {
  margin: 30px 0 0 0;
}
h2.heading-section-4 {
  color: var(--White, #fff);
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  font-family: "Montserrat";
  line-height: 140%;
}
.set-section-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 99;
  position: relative;
}
.border_div2 {
  position: relative;
  margin-right: 4rem;
  padding: 2rem;
  height: 505px;
  padding-right: 0px !important;
}
.border_div2 p {
  border: 1px solid #fff;
  position: absolute;
  height: 505px;
  width: 52%;
  left: 0;
  top: 0px;
  margin: 0px;
  z-index: 9;
}
p.text-setion-4 {
  color: #fff;
  font-family: "Poppins", serifserif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 40px 0;
  max-width: 560px;
  width: 100%;
}

p.progress-bar-label {
  color: var(--White, #fff) !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  font-family: "Poppins", serifserif;
  margin: 0 0 10px 0 !important;
}

.progress-bar {
  background: #f1d139 !important;
}

.progress {
  height: 14px !important;
  border-radius: 0px !important;
  background: #040610 !important;
}
h3.global-text {
  position: relative;
  color: #000;
  font-family: Montserrat;
  font-size: 35px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-wrap: nowrap;
  margin: 0 13px 0 0;
}
.set-bg-banner {
  position: relative;
}
/* h3.global-text:after {
        content: "";
        display: inline-block;
        height: 0.5em;
        vertical-align: bottom;
        width: calc(100% - 54vh);
        border-top: 1px solid #2071C5;
        position: absolute;
        top: 19px;
        right: 0;
    } */
.set-line {
  height: 1px;
  background: #2071c5;
  width: 100%;
  text-align: end;
  margin-left: auto;
  margin-top: 6px;
}
.bg-clr-blue {
  background: #2071c5;
  padding: 20px;
  max-width: 288px;
  width: 100%;
  transition: 0.3s ease-in-out;
  border: 2px solid transparent;
}
.bg-heaight-equal {
  height: 199px;
}
.bg-clr-blue:hover {
  opacity: 0.9;
  transform: scale(1.1);
  border: 2px solid #0c132d1f;
}
.bg-clr-blue h2 {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: "Montserrat";
}
/* .section-5-inner {
        padding: 50px 0px;
    } */
.bg-clr-blue h4 {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  font-family: "Poppins", serifserif;
}

.bg-clr-blue a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  font-family: "Poppins", serifserif;
  text-decoration: none;
}
.bg-clr-blue a:hover {
  color: #e9e9e9;
  text-decoration: none;
}
.bg-clr-blue {
  border-radius: 5px;
}

.bg-clr-blue img {
  width: 100px;
  height: 105px;
  object-fit: contain;
}
.canada-contact-img {
  width: 87px !important;
  object-fit: fill !important;
  height: 111px !important;
}
.uk-contact-img {
  width: 75px !important;
  object-fit: fill !important;
  height: 111px !important;
}
.india-contact-img {
  /* width: 65px !important; */
  width: 73px !important;
  object-fit: fill !important;
  height: 111px !important;
}
footer {
  background: #0d132e;
}
.accordion-button:focus {
  border-color: #ffffff00 !important;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%) !important;
}
/* .years_badge {
        width: 200px;
        height: 145px;
        position: relative;
    } */
.years_badge h2 {
  position: absolute;
  font-family: Perpetua Titling MT;
  font-weight: 600;
  color: #355779;
  font-size: 30px;
  left: 0px;
  right: 0px;
  top: 38px;
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
}
.years_badge h5 {
  position: absolute;
  font-family: Perpetua Titling MT;
  font-weight: 600;
  color: #355779;
  font-size: 16px;
  left: 0px;
  right: -66px;
  bottom: 32.1px;
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
  transform: rotate(6deg);
}
img.footer-logo {
  /* width: 100%;
        height: 100%; */
  object-fit: contain;
}

footer p {
  color: #fff;
  font-size: 15px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* transition: 0.6s; */
  margin: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.box-bottom {
  border-top: 1px solid #3b6dc426;
  padding: 24px 10px;
}

p.Copyright-text {
  margin: auto;
  margin-bottom: 0px;
  font-size: 15px !important;
}
footer h3 {
  color: var(--White, #fff);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  font-family: "Montserrat";
  margin-bottom: 0px;
}

.section-5 {
  background-image: url("img/section-5bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
}
/* .card-set {
        padding-top: 135px;
    } */
ul.animated p {
  width: 100%;
  height: 1px;
  background: #fff;
}
ul.animated li {
  list-style: none !important;
}
li.set-width-2 {
  position: relative;
  left: 21%;
}
li.set-width-3 {
  position: relative;
  left: 6%;
}
ul.animated {
  padding-left: 0px;
}
li.set-width-4 {
  position: relative;
  left: 27%;
}
img.set-img-ist {
  width: 100%;
  height: 438px;
  position: relative;
  object-fit: cover;
}
.bg-grey-clr img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin: 0 0 20px 0;
}
.bg-blue-clr img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin: 0 0 20px 0;
}
.main-body {
  padding-top: 6rem;
}
nav.navbar.navbar-expand-lg.navbar-white {
  position: fixed;
  z-index: 999;
  width: 100%;
  padding: 16px 6px;
  /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10); */
}
/* homepage css */
.section-1 {
  background-color: #1b5da7;
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
}
.section-1 .container {
  height: 100%;
}
.section-1 .container .row {
  height: 100%;
}
.section-inner {
  background-image: url("img/new.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1400px;
  height: 1400px;
  margin: -700px 0 0 -700px;
  border-radius: 50%;
  animation: moveInCircle 120s linear infinite;
  opacity: 0.4;
}
.set-responsive-img {
  position: relative;
  z-index: 2;
}
.set-responsive-img p {
  border: 1px solid #a5d1ff;
  width: 52%;
  height: 502px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -2;
  margin: 0;
}
.set-responsive-img {
  padding: 2rem !important;
  padding-left: 0px !important;
}
.px_div {
  padding: 0px !important;
}
.map {
  height: 300px;
  iframe {
    border-radius: 5px;
  }
}
.iti__country-list {
  width: fit-content !important;
  .iti__country-name {
    white-space: normal;
  }
}
.swal2-confirm {
  background-color: #2071c5 !important;
}
.new-left-side {
  h2 {
    a {
      font-size: 17px;
      font-weight: 600;
      margin-bottom: 8px !important;
    }
  }
  #contact-us {
    font-size: 17px;
    font-weight: 600;
  }
  .accordion-collapse {
    a {
      padding-block: 8px !important;
      display: flex !important;
      align-items: center !important;
      gap: 7px !important;
    }
  }
}
.swal2-title {
  color: black !important;
}
.sidebar-dot {
  font-size: 7px !important;
}
.signup-modal-text {
  font-size: 16px;
  color: black;
  line-height: 1.4;
}

.link-box {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
  margin-top: 10px;
  margin-bottom: 20px;
  border-color: #2071c533 !important;
  h5 {
    font-size: 16px;
    margin: 0;
    color: black;
  }
  a {
    font-size: 16px;
  }
}
@keyframes moveInCircle {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 1300px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px !important;
  }
}

@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px !important;
  }
}

/* Responsive adjustments */
@media (max-width: 1600px) {
  .section-inner {
    width: 1200px;
    height: 1200px;
    margin: -600px 0 0 -600px;
  }
  .profile-img-about {
    max-height: 588px;
  }
}

@media (max-width: 1200px) {
  .text-header {
    font-size: 16px;
  }
  .section-inner {
    width: 1000px;
    height: 1000px;
    margin: -500px 0 0 -500px;
  }
  .company-desc {
    font-size: 14px;
    line-height: 22px;
  }

  .bg-clr-blue h2 {
    font-size: 13px;
  }
  .bg-clr-blue h4 {
    font-size: 13px;
  }
  .bg-clr-blue a {
    font-size: 13px;
  }
  .bg-clr-blue {
    padding: 10px;
  }
  .bg-clr-blue img {
    width: 95px;
    height: 102px;
  }
}

/* Ensuring proper centering for smaller screens */
@media (max-width: 768px) {
  .section-inner {
    width: 600px;
    height: 600px;
    margin: -300px 0 0 -300px;
  }
  .about-us-inner p.desc {
    font-size: 20px;
  }
}
@media screen and (max-width: 1399px) {
  h2.heading-section-4 {
    font-size: 47px;
  }
  h3.heading-text {
    font-size: 47px;
  }
  .bg-clr-blue {
    max-width: 256px;
    width: 100%;
  }
}
/* responsive */
/* homepage */

@media screen and (max-width: 1200px) {
  .col-xl-4.col-lg-6.col-md-6.col-sm-12.mt-4.set-df {
    margin-top: 0px !important;
  }
  .bg-grey-clr {
    padding: 2rem 20px !important;
  }
  .bg-grey-clr p {
    font-size: 16px;
  }
  .dropdown.phone-v button {
    margin: 0px 1px !important;
  }
  .bg-blue-clr {
    padding: 2rem 20px !important;
  }
  .bg-blue-clr p {
    font-size: 16px;
  }
  h3.text-1st {
    font-size: 50px;
  }
  p.our-service {
    font-size: 17px;
  }

  h3.heading-text {
    font-size: 38px;
  }
  p.same-text {
    font-size: 14px;
  }
  h2.heading-section-4 {
    font-size: 38px;
  }
  p.text-setion-4 {
    font-size: 14px;
  }
  /* .bg-clr-blue h2 {
    font-size: 11.84px;
} */

  /* .bg-clr-blue img {
    width: 60px;
    height: 80px;
} */
  p.strive {
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .modal-backdrop {
    /* bug fix - no overlay */
    display: none;
  }
  .set-side.modal {
    /* bug fix - custom overlay */
    background-color: rgba(10, 10, 10, 0.45) !important;
  }
  .modal-header.new-shad {
    /* box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.10); */
    border: 0px !important;
  }
  .modal-body.height-modal {
    height: 100vh !important;
  }
  .nex-del {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .top-margin {
    margin-top: 15px;
  }
  .section-5 {
    padding: 50px 0px;
  }
  /* .section-5-inner {
        padding: 50px 0;
    } */
  .bg-clr-blue h2 {
    font-size: 16px;
  }
  .bg-clr-blue h4 {
    font-size: 16px;
  }
  .bg-clr-blue a {
    font-size: 16px;
  }
  .bg-clr-blue {
    padding: 16px;
  }
  .bg-clr-blue img {
    width: 100px;
    height: 115px;
  }
  .checkbox-wrapper {
    margin-left: 0px;
  }
  .benner-home-new {
    padding-bottom: 0px !important;
  }
  .row.px_div .col-md-4 {
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }
  .diff-img {
    width: 90px !important;
  }
  .section-2 {
    top: 0px;
  }
  /* section.contact-container {
        background-size: cover;
        background-position: bottom;
        height: 224px;
    } */
  .set-accor {
    display: block !important;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .bottom-border {
    border: 0px !important;
  }
  .left-sets a.dropdown-item {
    font-size: 14px;
    display: block;
    width: 100%;
    clear: both;
    font-weight: 500;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    margin-left: 10px;
    /* margin-top: 13px; */
  }
  .dropdown.phone-v {
    display: none !important;
  }
  h3.our-service {
    font-size: 16px;
    margin: 0px 0 16px 0;
  }
  /* .collapsing{
        transition:height 0.3s ease !important;
    } */

  .responsive-ness {
    position: absolute;
    background: white;
    left: 0;
    /* border-radius: 0px 0px 5px 5px; */
    display: grid;
    /* height: 190px !important; */
    top: 67px;
    width: 50% !important;
    justify-content: start !important;
    padding: 10px 10px;
    transition: height 0.3s ease, transform 0.3s ease;
    box-shadow: 1px 4px 5px 0px #80808026;
  }

  .set-menu-btn.dropdown-toggle::after {
    margin-left: 7px !important;
    color: #000;
  }
  .header-set {
    flex-wrap: nowrap !important;
  }

  .bg-clr-blue {
    max-width: 100%;
  }

  p.same-text {
    max-width: 100%;
  }

  .choose_us {
    padding-top: 50px;
  }
  img.set-img-ist {
    height: 290px;
  }
  .set-responsive-img p {
    height: 354px;
  }

  h3.text-1st {
    font-size: 40px;
  }
  p.our-service {
    font-size: 12px;
    line-height: 20px;
  }

  .bg-grey-clr h3 {
    font-size: 15px;
  }
  .bg-blue-clr h3 {
    font-size: 15px;
  }
  .bg-grey-clr p {
    font-size: 12px;
    line-height: 20px;
  }

  .bg-blue-clr p {
    font-size: 12px;
    line-height: 20px;
  }
  .bg-grey-clr img {
    width: 30px;
    height: 30px;
    object-fit: cover;
  }
  .bg-blue-clr img {
    width: 30px;
    height: 30px;
    object-fit: cover;
  }
  h3.heading-text {
    font-size: 24px;
  }
  p.same-text {
    font-size: 12px;
  }
  h2.heading-section-4 {
    font-size: 24px;
  }
  p.text-setion-4 {
    font-size: 14px;
  }
  h3.global-text:after {
    width: calc(100% - 77vh);
  }

  .bg-clr-blue {
    background: #2071c5;
    padding: 13px;
  }
  img.logo-head {
    width: 150px;
  }
  .text-header {
    font-size: 14px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 27px;
  }
  .main-body {
    padding-top: 4.5rem;
  }
  .login-btn {
    padding: 10px 15px;
    font-size: 13px;
  }
  .sign-up {
    font-size: 13px;
    height: 34px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 500px) {
  h3.text-1st {
    font-size: 43px !important;
  }
}
@media screen and (max-width: 450px) {
  h3.text-1st {
    font-size: 38px !important;
  }
}

/* contact us page */
@media screen and (max-width: 1199px) {
  .map {
    height: 300px;
  }
}
@media screen and (max-width: 991px) {
  .about-us-inner p {
    font-size: 42px;
  }
  .contact-wrapper h2 {
    font-size: 42px;
    margin: 0;
  }

  /* .modal-backdrop.fade.show {
        display: block !important;
    } */
  .modal-dialog.new-left-side {
    display: block !important;
  }
  /* .set-side .modal-dialog.new-left-side {
    
        top: 67px !important;
    }
     */

  .modal-backdrop {
    width: inherit !important;
  }
  p.company-desc {
    /* text-align: justify; */
  }
  .section-1 {
    height: 500px;
  }

  .abouts-resp {
    padding-top: 50px;
  }
  .text-content {
    padding-top: 50px !important;
  }
  /* .card-set {
        padding-bottom: 50px;
    } */
  .section-3 {
    padding: 50px 0px !important;
  }
  .section-4 {
    padding: 50px 0px !important;
  }

  .padding-css {
    padding: 50px 0px !important;
  }
  .padding-css-update {
    padding: 20px 0px !important;
  }
  .p-bottom {
    padding-bottom: 0px !important;
  }

  img.w-100.pic-set {
    height: 100%;
  }
  .reverse {
    flex-wrap: wrap-reverse !important;
  }
  .set-menu-btn {
    margin-bottom: 30px;
  }
  .set-menu-btn {
    margin-left: 9px;
  }

  .login-btn.new-respo {
    display: none;
  }
  .login-btn.new-resposs {
    display: block;
    margin-top: 27px;
  }
  h1.heading-global {
    font-size: 24px;
  }
  .global-img {
    /* width: 100%; */
  }
  .border_div {
    height: 100%;
    margin-left: 0rem;
    /* margin-bottom: 30px; */
  }
  .border_div p {
    height: 100%;
    width: 59%;
  }
  .border_div2 {
    height: 100%;
    margin-right: 0rem;
  }
  .border_div2 p {
    height: 100%;
    width: 56%;
  }
  .check-form {
    flex-direction: column;
    gap: 30px;
  }
  .check-form label {
    width: max-content;
  }
  .check-form div {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .contact-wrapper h2 {
    font-size: 28px;
  }
  .contact-wrapper .desc {
    font-size: 16px;
  }
  .about-us-inner p {
    font-size: 28px;
  }
  .about-us-inner p.desc {
    font-size: 16px;
  }
  .global-container h1 {
    font-size: 25px;
  }
  .outline {
    width: 60px;
    height: 4px;
  }
  .padding-css {
    padding: 28px 0px !important;
  }
  .global-content h2 {
    font-size: 20px;
  }

  .global-wrapper svg {
    height: 140px;
  }
  .global-wrapper p {
    font-size: 13px;
    line-height: 23px;
  }
  .form-container h1 {
    font-size: 25px;
  }
  .form-content {
    flex-wrap: wrap;
    gap: 55px;
  }
  .form-content p {
    font-size: 15px;
  }
  .form-content input {
    font-size: 16px;
    padding: 9px;
  }
  .form-container h5 {
    font-size: 18px;
  }
  .check-form {
    margin-top: 2rem !important;
    gap: 2rem !important;
  }
  .checkbox {
    height: 18px;
    width: 18px;
  }
  .check-form div {
    display: flex;
    align-items: flex-start;
  }
  .checkbox-wrapper .checkbox::after {
    top: 3px;
    left: 6px;
    height: 11px;
    width: 6px;
  }
  .form-para {
    margin-top: 2.5rem !important;
    font-size: 16px;
  }
  .form-msg input {
    padding: 9px;
    font-size: 16px;
  }
  .msg-btn {
    padding: 10px 30px;
    font-size: 15px;
  }
  .map {
    height: 300px;
  }
}
@media screen and (max-width: 575px) {
  p.company-desc {
    line-height: 22px;
  }

  .sign-up {
    height: 30px !important;
  }
  .years_badge {
    margin-bottom: 10px;
  }
  footer h3 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px !important;
  }
  .new-margin {
    margin-top: 15px;
  }
  .section-1 {
    margin-top: 20px;
  }

  .navbar-toggler {
    height: 32px;
  }
  .main-body {
    /* padding-top: 3rem; */
  }
  img.logo-head {
    width: 150px;
    /* height: 40px; */
  }
  li.set-width-1 {
    position: relative;
    left: 7px;
  }
  li.set-width-3 {
    left: 17% !important;
  }

  p.our-service {
    font-size: 12px !important;
    width: 80% !important;
  }
  .bg-clr-blue img {
    width: 100px;
    height: 115px;
  }
  h3.our-service {
    font-size: 15px;
  }
  h3.text-1st {
    font-size: 18px;
  }

  h3.text-1st {
    font-size: 45px;
  }

  h3.heading-text {
    font-size: 18px;
  }
  p.same-text {
    font-size: 10px;
  }
  h2.heading-section-4 {
    font-size: 18px;
  }
  p.progress-bar-label {
    font-size: 15px;
  }
  a.text-footer- {
    font-size: 13px;
  }
  footer p {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  /* .section-5 {
    padding: 0px !important;
} */

  .pading-s {
    padding: 10px;
  }
  h3.global-text {
    font-size: 19px;
  }
  .text-margin {
    margin-bottom: 0px !important;
  }
  h3.global-text:after {
    width: calc(100% - 44vh);
    top: 12px;
  }
  .map {
    /* height: 278px; */
  }
  p.Copyright-text {
    font-size: 13px !important;
  }
  .padding-css-update {
    padding: 15px 0px !important;
  }
  .contact-container {
    background-image: url("./img/Navigation.png");
  }
  .global-wrapper.canada{
    height: 200px;
  }
}

@media (max-width: 523px) {
  .contact-wrapper .desc {
    font-size: 14px;
  }
}

@media (max-width: 470px) {
  .about-us-inner p.medical {
    font-size: 21px;
  }
  .map {
    /* height: 248px; */
  }
}
@media screen and (max-width: 425px) {
  .box-bottom {
    padding: 13px 0px !important;
  }
  img.logo-head {
    width: 130px;
    /* height: 40px; */
  }
  .section-1 {
    height: 350px !important;
  }
  p.company-header {
    font-size: 19px;
  }
  p.company-desc {
    font-size: 11.93px;
  }
  .about-us-inner p {
    font-size: 26px;
  }
  .about-us-inner p.medical {
    font-size: 21px;
  }
  .about-us-inner p.desc {
    font-size: 12px;
  }
  .contact-wrapper h2 {
    font-size: 26px;
    margin: 0;
  }
  .contact-wrapper .desc {
    font-size: 12px;
  }
  .global-container h1 {
    font-size: 20px;
  }
  .outline {
    width: 50px;
    height: 3px;
  }

  .global-content h2 {
    font-size: 15px;
  }
  .global-content h5,
  h6 {
    font-size: 13px;
    line-height: 20px;
  }
  .global-wrapper p {
    font-size: 10px;
    line-height: 20px;
  }
  .form-container h1 {
    font-size: 20px;
  }
  .form-content {
    gap: 40px;
  }
  .form-content p {
    font-size: 13px;
  }
  .form-content input {
    font-size: 14px;
    padding: 7px;
  }
  .form-container h5 {
    font-size: 14px;
  }
  .check-form {
    margin-top: 1.5rem !important;
    gap: 1.5rem !important;
  }
  .checkbox-wrapper {
    font-size: 15px;
    width: fit-content !important;
  }
  .checkbox {
    height: 15px;
    width: 15px;
  }
  .check-form div {
    display: flex;
    align-items: flex-start;
  }
  .checkbox-wrapper .checkbox::after {
    top: 2px;
    left: 5px;
    height: 10px;
    width: 5px;
  }
  .form-para {
    margin-top: 2rem !important;
    font-size: 14px;
    margin-bottom: 0.5rem;
  }
  .form-msg input {
    padding: 7px;
    font-size: 14px;
  }
  .msg-btn {
    padding: 8px 20px;
    font-size: 13px;
  }
  .map {
    height: 300px;
  }
}
/* about uspgae */
@media (max-width: 992px) {
  .profile-img-about {
    max-height: 235px;
  }
}
@media (max-width: 480px) {
  .profile-img-about {
    max-height: 230px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1440px) {
  p.same-text {
    font-size: 16px !important;
  }
  .about-us-parent {
    background-size: cover !important;
    background-position: center;
    height: 276px !important;
  }
}
.progress-bar-animate {
  animation: fill-progress 2s ease-in-out forwards;
}

@keyframes fill-progress {
  from {
    width: 0%;
  }
  to {
    width: 98%; /* or use the respective width based on the progress */
  }
}

/* modal */
.set-side .modal-content {
  /* height: 52% !important; */
  overflow-y: auto !important;
  border: 0px !important;
  border-radius: 0px !important;
}
.modal-dialog.new-left-side {
  display: none;
}
.set-side .modal-dialog {
  left: 0 !important;
}
.modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.5s linear, left 0.5s ease-out !important;
  -moz-transition: opacity 0.5s linear, left 0.5s ease-out !important;
  -o-transition: opacity 0.5s linear, left 0.5s ease-out !important;
  transition: opacity 0.5s linear, left 0.5s ease-out !important;
}
.modal-dialog.new-left-side {
  position: fixed !important;
  margin: auto !important;
  width: 50% !important;

  left: -35% !important;
  /* height: 100%; */
  -webkit-transform: translate3d(0%, 0, 0) !important;
  -ms-transform: translate3d(0%, 0, 0) !important;
  -o-transform: translate3d(0%, 0, 0) !important;
  transform: translate3d(0%, 0, 0) !important;
  /* top: 73px !important; */
}
.modal.fade.set-side.show {
  .modal-dialog.new-left-side {
    left: 0 !important;
  }
}
/* .ups-dwon {
    display: none !important;
}
button.accordion-button.p-0.menu-set .ups-dwon {
    display: block !important;
} */
.accordion-item:last-of-type .accordion-button.collapsed .ups-dwon {
  /* border-bottom-right-radius: calc(.25rem - 1px); */
  /* border-bottom-left-radius: calc(.25rem - 1px); */
  display: none !important;
  font-weight: 700;
}
.accordion-flush .accordion-item .accordion-button .ups-up {
  display: none !important;
}
.accordion-item:last-of-type .accordion-button.collapsed .ups-up {
  display: block !important;
  font-weight: 700;
}
.modal-backdrop.fade.show {
  display: none;
}
.set-side .modal-header .btn-close {
  padding: 0;
  margin: -0.5rem -0.5rem -0.5rem auto;
  font-size: 12px;
  margin: 0px 0px 0px auto;
}
.set-side .modal-header {
  padding: 10px 12px !important;
}

.active {
  color: #3b6dc4 !important;
}

.new-hover:hover {
  color: #3b6dc4 !important;
}
.dropdown.phone-v:hover button a {
  color: #2071c5 !important;
}
.active2 {
  background-color: yellow; /* Example background color */
  color: red;
}

/* Signup page design */

.signup-bg-parent {
  background-image: url("./img/sign-bg.png");
  min-height: 100vh;
  width: 100%;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  display: flex;
  position: relative;
}
.sign-back-img {
  position: absolute;
  top: 25px;
  width: 33px;
  left: 2%;
  cursor: pointer;
}
.sign-back-img:hover {
  opacity: 0.8;
  transition-duration: 0.3s;
}
.signup-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px 66px 35px 66px;
  max-width: 750px;
  text-align: center;
  margin: 55px 0px;
  .iti--allow-dropdown {
    width: 100%;
  }
}
.signup-logo {
  width: 160px;
  margin: 3px 0px 12px 0px;
}
.sign-up-header {
  color: #000000;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 7px;
}
.sign-inner-border {
  width: 35px;
  height: 2px;
  background: #2071c5;
  margin: auto;
}
.sign-up-desc {
  color: #000000;
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  margin-top: 12px;
}
.signup-light-desc {
  color: #000000;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  margin: 10px auto 0px;
}
.signup-box-outer {
  /* max-height: 30vh; */
  /* overflow-y : auto ; */
  /* overflow-x: hidden; */
  /* padding-right: 5px; */
  margin-top: 50px;
}

.signup-blue-header {
  color: #2071c5;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  margin-bottom: 15px;
}
.signup-card {
  label {
    color: #0e0f14;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
  }
  .form-content {
    display: block;
  }
  .mend-icon {
    color: red;
    font-size: 6px !important;
    line-height: 0 !important;
    position: relative;
    top: -5px;
  }
  input {
    padding: 5px 0px 0px;
    font-size: 16px;
    color: #333;
  }
  textarea {
    padding: 5px 0px 0px;
    font-size: 16px;
    color: #333;
  }
  ::-webkit-scrollbar {
    width: 3px;
  }
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  ::-webkit-scrollbar-thumb {
    background: #ddd;
  }
  .iti__selected-flag {
    background-color: transparent !important;
    padding: 4px 6px 0 0px !important;
  }
  /* .iti__selected-dial-code {
    color: #757575 !important;
} */
}
.iti__selected-flag {
  background-color: transparent !important;
  padding: 4px 6px 0 8px !important;
}
/*    
.iti__selected-dial-code {
    color: #757575 !important;
} */
.last-pera-signup {
  color: #000000;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  margin: 20px 0px 20px;
  a {
    border-bottom: 1px dashed #2071c5;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    color: #2071c5 !important;
    &:hover {
      color: #4f94df !important;
      border-bottom: 1px solid #2071c5;
    }
  }
}

/* Upload field */

.file-upload-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.resume-upload-input {
  display: none;
}

.file-upload-label {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dotted #8d8d8d;
  padding: 5px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-family: Arial, sans-serif;
  color: #8d8d8d;
  background-color: #fff;
  transition: background-color 0.3s ease;
  margin-top: 6px;
}

.file-upload-label:hover {
  background-color: #8d8d8d0f;
}

.plus-sign {
  font-size: 30px;
  font-weight: bold;
  margin-right: 10px;
}
.separator {
  color: #888;
  line-height: 1;
}
.upload-text {
  font-size: 16px;
  font-weight: normal;
}

.file-info {
  display: flex;
  align-items: center;
  margin-top: 12px;
  position: relative;
}
.info-hide {
  margin-top: 12px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dotted #8d8d8d;
  padding: 10px 20px;
  color: #8d8d8d;
  border-radius: 5px;
  cursor: pointer;
  font-family: Arial, sans-serif;
  background-color: #fff;
  transition: background-color 0.3s ease;
  margin-top: 6px;
  width: 100%;
}
.file-icon {
  margin-right: 5px;
  img {
    width: 35px;
  }
}

.remove-file {
  margin-left: 10px;
  display: flex;
  cursor: pointer;
  position: absolute;
  top: -11px;
  right: -10px;
  img {
    width: 18px;
  }
}

/* 
.file-upload-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.resume-upload-input {
    display: none;
}

.file-upload-label {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dotted #8d8d8d;
    padding: 5px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    color: #8d8d8d;
    background-color: #ffff;
    transition: background-color 0.3s ease;
    margin-top: 6px;
}

.file-upload-label:hover {
    background-color: #8d8d8d0f
}

.plus-sign {
    font-size: 30px;
    font-weight: bold;
    margin-right: 10px;
}

.upload-text {
    font-size: 16px;
    font-weight: normal;
} */

.resume-input-tel input {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.resume-input-tel .iti__selected-flag {
  padding: 0 6px 0 8px !important;
}
/* Career page core values desgin */
.core-box.blue {
  background: #2071c5;
  border-radius: 0px;
  padding: 30px 10px 10px;
  text-align: center;
  width: 18.5%;
  /* flex: 1 1 200px; */
}

.core-data-img {
  width: 45px;
}
.core-heading {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  margin: 8px auto 6px;
}
.core-desc-data {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}
.core-box.gray {
  background: #f1f4ff;
  border-radius: 0px;
  padding: 30px 10px 10px;
  text-align: center;
  width: 18.5%;
  /* flex: 1 1 200px; */
}
.core-heading-gray {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  margin: 8px auto 6px;
}
.core-desc-data-gray {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}
.contact-us-bg {
  background: #0d132e;
  padding: 65px 50px 65px 60px;
}
.contact-pera-header {
  font-size: 40px;
  font-weight: 600;
  font-family: Montserrat;
  color: #ffffff;
  margin-bottom: 10px;
}
.color-desc {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  width: 500px;
}
.contact-side-img {
  position: absolute;
  bottom: -32.5px;
  right: 10px;
  width: 450px;
  height: 482px;
  img {
    width: 100%;
    height: 100%;
  }
}
.contact-side-btn {
  background: #2071c5;
  padding: 11px 16px;
  width: 125px;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.359px;
  transition: 0.3s;
  text-align: center;
  text-decoration: none;
  margin: 0;
  width: 125px;
}
.contact-side-btn {
  a {
    color: #fff;
    text-decoration: none;
  }
}
.contact-side-btn:hover {
  background: #fff;
  color: #2071c5;
  border-color: #2071c5;
  a {
    color: #2071c5;
  }
}
.resume-bg-img {
  width: 100%;
  height: 670px;
}

.resume-girl-img {
  position: absolute;
  left: -58px;
  width: 422px;
  bottom: 0;
}
@media (max-width: 1200px) {
  .contact-us-bg {
    padding: 50px 30px 50px 40px;
  }
  .contact-side-img {
    bottom: -25px;
    width: 350px;
    height: 365px;
  }
}
@media (max-width: 991px) {
  .contact-us-bg {
    padding: 35px 20px 35px 20px;
  }
  .core-box {
    width: 31% !important;
  }
  .color-desc {
    width: auto;
    font-size: 14px;
  }
  .contact-side-img {
    bottom: -17.5px;
    width: 260px;
    height: 275px;
  }

  .contact-pera-header {
    font-size: 32px;
  }
  .resume-girl-img {
    width: 360px;
  }
}
@media screen and (max-width: 767px) {
  h3.text-1st {
    font-size: 50px;
  }

  p.company-desc {
    line-height: 24px;
    font-size: 14px;
  }

  .section-1 {
    background-size: cover;
    background-position: center;
  }

  .diff-img {
    width: 100px !important;
  }

  .section-5.p-5 {
    height: 100% !important;
  }

  .set-responsive-img {
    display: none;
  }

  .bg-grey-clr,
  .bg-blue-clr {
    min-height: unset;
    height: auto;
  }

  .bg-grey-clr h3,
  .bg-blue-clr h3 {
    font-size: 20px;
  }

  .bg-grey-clr p,
  .bg-blue-clr p {
    font-size: 15px;
  }

  p.our-service {
    font-size: 14px !important;
    width: 65%;
    margin-top: 30px;
  }

  img.logo-head {
    width: 150px;
  }

  .text-header {
    margin-bottom: 27px;
  }

  .sign-up {
    font-size: 10px;
    width: inherit;
  }

  h3.why-choose-us {
    margin-top: 30px;
  }

  .bg-clr-blue h2 {
    font-size: 18.84px;
  }

  .bg-clr-blue h4,
  .bg-clr-blue p {
    font-size: 16.84px;
  }

  h3.global-text:after {
    width: calc(100% - 53vh);
  }

  .global-wrapper {
    /* min-height: 282px; */
  }

  .bg-blue-clr {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .accurate,
  .reliable {
    text-align: start;
  }

  li.set-width-3 {
    left: 12%;
  }

  ul.animated {
    text-align: center;
  }

  h3.global-text {
    font-size: 24px;
  }

  .direction-revese,
  .rev-it-row,
  .submit-row-rev,
  .color-contact-row {
    flex-direction: column-reverse;
  }

  .profile-img-about {
    max-height: 300px;
    margin-bottom: 20px;
  }

  p.company-header {
    font-size: 24px;
  }

  .sign-back-img {
    top: 18px;
    width: 25px;
  }

  .core-box {
    width: 48% !important;
  }

  .contact-us-bg {
    padding: 15px 20px 25px 20px;
    text-align: center;
  }

  .contact-side-img {
    position: static;
    margin: auto;
    /* width: 230px; */
  }

  .resume-bg-img {
    width: 85%;
    height: 510px;
  }

  .resume-girl-img {
    width: 318px;
    left: -8px;
  }

  .about-us-parent {
    background-image: url("./img/About-Mobile.png");
  }

  .about-us-parent.terms {
    background-image: url("./img/TOS-Mobile.png") !important;
    background-position: bottom !important;
  }
}


@media (max-width: 575px) {
  .contact-side-img {
    width: 250px;
    height: 265px;
  }
  .core-box {
    width: 100% !important;
  }
  .padding-css {
    padding: 20px 0px !important;
  }
  p.company-header {
    font-size: 18px;
  }
  .modal-dialog.new-left-side {
    width: 68% !important;
  }
}
@media (max-width: 480px) {
  .contact-pera-header {
    font-size: 20px;
  }
  .color-desc {
    font-size: 14px;
  }
  .contact-side-btn {
    font-size: 14px;
  }
  .iti__country-list {
    width: 300px;
  }

  /* .core-heading{
        font-size: 14px;
    }
    .core-desc-data{
        font-size: 12px;
    } */

  /* .core-heading-gray{
        font-size: 14px;
    }
    .core-desc-data-gray{
        font-size: 12px;
    } */
  .resume-bg-img {
    height: 435px;
  }
  .resume-girl-img {
    width: 262px;
    left: -8px;
  }
}
@media screen and (max-width: 425px) {
  .core-heading {
    font-size: 11.93px;
  }
  .core-desc-data {
    font-size: 11.93px;
  }
  .core-heading-gray {
    font-size: 11.93px;
  }
  .core-desc-data-gray {
    font-size: 11.93px;
  }
}
/* sign up */
.signup-btn {
  background: #2071c5;
  padding: 11px 16px;
  width: 125px;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.359px;
  transition: 0.3s;
  text-align: center;
  text-decoration: none;
  margin: 0;
  width: 125px;
  margin: auto;
}
.signup-btn:hover {
  background: transparent;
  border: 1px solid #2071c5;
  color: #2071c5;
}

.border-stroke-box {
  padding: 30px 30px 35px 30px;
  border-radius: 8px;
  box-shadow: 0px 0px 50px 0px #00000014;
  border: 1px solid #2071c5;
}
.blue-check-img {
  width: 20px;
  height: 20px;
}
.pl-checks {
  padding-left: 31px;
}
.check-heading {
  font-size: 17px;
  font-weight: 600;
  font-family: Montserrat;
  margin-bottom: 0px;
}
.check-description {
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", serif;
  margin-bottom: 0px;
  padding-left: 34px;
}
.cont-phone {
  .iti__selected-flag {
    padding: 0px 6px 0 8px !important;
  }
  .iti__selected-dial-code {
    font-size: 18px;
  }
}
@media (max-width: 645px) {
  .signup-card {
    padding: 20px 25px 30px 25px;
    width: 475px;
  }
}
@media (max-width: 525px) {
  .signup-card {
    padding: 20px 40px 30px 40px;
    width: 480px;
  }
  .check-heading {
    font-size: 14px;
  }
  .blue-check-img {
    width: 20px;
    height: 20px;
  }
  .check-description {
    font-size: 12px;
    padding-left: 30px;
  }
}
@media (max-width: 495px) {
  .signup-card {
    padding: 20px 20px 30px 20px;
    width: 410px;
  }
}
@media (max-width: 425px) {
  .signup-card {
    width: fit-content;
  }
  .signup-box-outer {
    margin-top: 30px;
  }
  .signup-btn {
    font-size: 14px;
  }
  .border-stroke-box {
    padding: 20px;
  }
  .main-body {
    padding-top: 68px;
  }
  .global-wrapper {
    /* min-height: 252px; */
  }
}

.iti__country {
  font-family: Montserrat !important;
  font-size: 14px;
}

/* Media quaries for print screen */
@media print {
  /* Header */
  .text-header {
    margin-right: 0;
    margin-left: 0;
  }
  /* Homepage */
  .main-body {
    padding-top: 0rem;
  }
  /* Footer */
  footer {
    page-break-before: always;
    page-break-after: always;
    page-break-inside: avoid;
    width: 100%;
    height: auto;
    overflow: visible;
  }
}
@media print and (orientation: landscape) {
  /* Homepage */
  .section-3 {
    padding: 20px 0 100px 0;
  }
  .section-3 {
    page-break-before: always;
    page-break-after: always;
    page-break-inside: avoid;
    width: 100%;
    height: auto;
    overflow: visible;
  }
  h3.heading-text {
    font-size: 40px;
  }
  .section-4 {
    padding: 40px 0;
  }
  .bg-grey-clr {
    height: 352px;
    padding: 2rem 20px !important;
  }
  .bg-blue-clr {
    height: 362px;
    padding: 2rem 20px !important;
  }
  /* Services */
  .border-stroke-box {
    page-break-before: always;
    page-break-after: always;
    page-break-inside: avoid;
    width: 100%;
    height: auto;
    overflow: visible;
  }
}
@media print and (orientation: portrait) {
  /* Header */
  .login-btn.new-respo {
    display: none;
  }
  .sign-up {
    font-size: 13px;
    height: 34px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Homepage */
  .top-margin {
    margin-top: 15px;
  }
  .text-content {
    padding-top: 80px !important;
  }
  .choose_us {
    padding-top: 30px;
  }

  /* Banner pages */
  .about-us-inner p {
    font-size: 26px;
  }
  .about-us-inner p.desc {
    font-size: 16px;
  }

  /* Services */
  .border-stroke-box {
    page-break-before: always;
    page-break-after: always;
    page-break-inside: avoid;
    width: 100%;
    height: auto;
    overflow: visible;
  }
  .company-header.text-center {
    font-size: 25px;
  }
  /* Contact us */
  .form-flex-radio {
    flex-direction: column;
  }
}

@media (max-width: 400px) {
  .left-sets a.dropdown-item {
    font-size: 12px;
  }
  img.next-card {
    width: 88px !important;
  }
  img.card-vector {
    width: 88px !important;
  }
  .usa {
    img.next-card {
      width: 80px !important;
    }
    img.card-vector {
      width: 80px !important;
    }
  }
  h3.text-1st {
    font-size: 31px !important;
  }
  .global-wrapper {
    /* min-height: 270px !important; */
  }
  .map {
    height: 300px !important;
  }
  /* .left-sets a.dropdown-item {
        font-size: 8px;} */
  .modal-dialog.new-left-side {
    width: 80% !important;
  }
}
