/* FONTS */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Overpass: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://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,600;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

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

html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;

  background: #f3f3f3;
  font-family: "Open Sans", sans-serif;
}

/* RESET */

ul {
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none !important;
}

/* CONTAINER */

.inner-container {
  padding: 20px;
  max-width: 1440px;
}

/* SIGNUP & LOGIN */

.account-form {
  min-height: unset;
  height: 100vh;
}

.ac-form-left {
  padding: 20px;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.33) 32.48%, #000000 100%),
    url(.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 750px;
}

.ac-form-right {
  padding: 20px;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.13) 102.48%, #000000 100%),
    url(.jpg);
  height: 100%;
  min-height: 750px;
}

.ac-form-logo img {
  width: 150px;
}

.ac-form-footer h1 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 43px;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin-bottom: 70px;
}

.ac-form-footer h6 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  display: flex;
  align-items: center;
  letter-spacing: -0.03em;
  color: #fffffe;
}

.ac-form-right h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  display: flex;
  align-items: center;
  letter-spacing: -0.03em;
  color: #212126;
}

.ac-form-right p {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  display: flex;
  align-items: center;
  letter-spacing: -0.03em;
  color: #72757e;
}

.page-text {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  display: flex;
  align-items: center;
  letter-spacing: -0.03em;
}

.text-white {
  color: #fffffe !important;
}

.text-body {
  color: #94a1b2 !important;
}

.is-pw {
  position: relative;
}

.show-pw {
  position: absolute;
  right: 10px;
  top: 22px;
  cursor: pointer;
}

.is-pw-usr .show-pw{
  top:50%;
  transform:translateY(-50%);
}

.form-control {
  padding: 22px 10px;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  display: flex;
  align-items: center;
  letter-spacing: 0.0024em;
  background-color: transparent;
  color: #aaaaaa;
  transition: 0.4s all;
}


.form-control:focus {
  color: #aaaaaa;
  background-color: #fff;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(226, 237, 254, 0.25);
}

.invalid-feedback {
  font-size: 12px;
}

.form-control.is-valid,
.was-validated .form-control:valid,
.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: unset !important;
}

.form-control.is-invalid,
.was-validated .form-control:invalid,
.form-control.is-valid,
.was-validated .form-control:valid {
  padding: 22px 10px !important;
}

.btn {
  padding: 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.03em;
  text-align: center;
  color: #ffffff;
  border-radius: 12px;
  box-shadow: none !important;
}

.text-secondary {
  color: #72757e !important;
}

.bg-secondary {
  background: #d66e3c !important;
}

.bg-primary {
  background: #102f30 !important;
}

.sign-ggl {
  border: 1px solid #babdc2;
  font-size: 300;
  background-color: transparent;
  transition: 0.4s all;
}

.sign-ggl:hover {
  background-color: #fff;
}

.nml-text {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0.0024em;
}

/* MAIN PAGE */

/* NAVBAR */

.navbar-nav {
  width: 100%;
}

.nav-ctr .inner-container {
  background-image: url("../images/header-bg.png");
  background-position: top -150px left -80px;
  background-repeat: no-repeat;
  transition: 0.3s all;
}

.nav-ctr {
  position: sticky;
  top: 0;
  z-index: 999;
  left: 0;
  background-color: #f3f3f3;
}

.page-top-left-img {
  position: absolute;
  top: -150px;
  z-index: -1;
  left: -80px;
}

@media (min-width: 1440px) {
  .nav-ctr .inner-container {
    background-image: unset;
  }

  .nav-ctr {
    background-image: url("../images/header-bg.png");
    background-position: top -150px left -80px;
    background-repeat: no-repeat;
  }

  .page-container.header-bg .inner-container {
    max-width: 100%;
  }
}

.nav-ctr {
  transition: 0.4s all;
}

.navbar-brand {
  width: 110px;
}

.nav-collapsed-logo {
  display: none;
}

.navbar-brand img {
  width: 100%;
}

.nav-link {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 14px;
  color: #333333;
  margin: 3px 0;
}

.nav-link:hover {
  color: #333333;
}

.nav-link.active {
  color: #d66e3c;
}

.nav-link:last-child {
  margin-right: 0;
}

.btn-link {
  padding: 10px !important;
  border-radius: 4px;
  text-align: center;
}

.text-gray-6 {
  color: #f2f2f2 !important;
}

.navbar-toggler {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 0;
}

.navbar-toggler span {
  font-size: 30px;
  color: #333;
}

/* MAIN PAGE SECOND SECTION */

.page-subtitle {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.405em;
  color: #d66e3c;
  display: inline-block;
}

.page-h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 121.7%;
  letter-spacing: 0.0024em;
  color: #2d2e33;
  display: inline-block;
}

.page-h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: 0.0024em;
  color: #424242;
  display: inline-block;
}

.page-text-sec {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 131.7%;
  letter-spacing: 0.0024em;
  color: #424242;
  display: inline-block;
}

.mp-first-start {
  padding-left: 0;
  padding-right: 0;
}

.mp-first-start .btn {
  width: 100%;
}

.mp-first-end {
  height: 400px;
}

.mp-first-end div {
  overflow: hidden !important;
}

.mp-first-end div img {
  width: 100%;
  height: 300px;
}

.mp-first-end div:nth-child(1) img {
  border-radius: 40px 0px 0px 40px;
}

.mp-first-end div:nth-child(2) img {
  border-radius: 0px 0px 40px 40px;
}

.mp-first-end div:nth-child(3) img {
  border-radius: 0px 40px 40px 0px;
}

/* REFERENCES */

#references-inner {
  background: rgba(224, 222, 208, 0.5);
  border-radius: 16px;
  padding: 30px;
}

.splide__references .splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.splide__references .splide__slide a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.splide__references .splide__slide img {
  width: 100%;
  height: 100%;
}

.splide__references .splide__pagination,
.splide__services .splide__pagination {
  display: none !important;
}

/* MAIN PAGE SERVICES */

@media (min-width: 576px) {

  #mp-services,
  .mw-lg {
    max-width: 430px;
  }
}

.btn-resp {
  width: 100%;
  padding: 12px 16px;
}

.card-w-text {
  position: relative;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
}

.card-w-text img {
  object-fit: cover;
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg,
      #242424 0%,
      rgba(36, 36, 36, 0.765625) 23.44%,
      rgba(36, 36, 36, 0.510417) 48.96%,
      rgba(36, 36, 36, 0) 100%);
  padding: 16px;
}

.card-overlay span {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 590;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: 0.0024em;
  color: #ffffff;
}

/* MAIN PAGE LICENSE */

.splide__license .license-card {
  border-radius: 16px;
  overflow: hidden;
  background: #e5e5e5;
  height: 100%;
}

.splide__license .license-card img {
  height: 250px;
  object-fit: cover;
}

.splide__license .license-card p {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.0024em;
  color: #424242;
}

.splide__license .license-card span {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.0024em;
  color: #9e9e9e;
  display: inline-block;
}

.splide__license {
  padding-bottom: 50px;
}

.splide__license .splide__pagination {
  bottom: 0px;
}

.splide__license .splide__pagination__page {
  background-color: #333;
}

.splide__license .splide__pagination__page.is-active {
  background-color: #333;
  transform: scale(1.3);
}

/* MAIN PAGE WHAT WE DO */

.wwd-list li {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0.0024em;
  color: #424242;
  transition: 0.4s all;
}

.wwd-list li:hover {
  transform: translateX(10px);
}

.wwd-list li i {
  color: #d66e3c;
  margin-top: 2px;
  margin-right: 15px;
}

/* MAIN PAGE ABOUT US */

.mp-about-us {
  background: rgb(243, 243, 243);
  background: linear-gradient(180deg,
      rgba(243, 243, 243, 1) 50%,
      rgba(224, 222, 208, 1) 50%);
}

.vid-content {
  border-radius: 24px;
  overflow: hidden;
}

.vid-content iframe {
  border-radius: 24px;
}

.mp-about-video iframe {
  width: 100%;
  height: 300px;
  border-radius: 24px;
}

.vid-overlay {
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 24px;
}

.vid-overlay .play-icn {
  background: rgba(230, 230, 230, 0.63);
  border-radius: 12px;
  padding: 25px 30px;
  font-size: 27px;
  color: rgba(255, 255, 255, 0.9);
}

/* FOOTER */

.footer,
.copyright {
  background-color: #666666;
}

.copyright {
  border: 0.5px solid #9e9e9e;
}

.copyright span {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 150%;

  letter-spacing: 0.1em;
  color: #f2f2f2;
}

.footer-logo {
  max-width: 270px;
}

.footer-address p {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.1em;
  color: #bdbdbd;
}

.footer-contact h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.1em;
  color: #ffffff;
}

.footer-contact ul li a {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.1em;
  color: #bdbdbd;
  overflow-wrap: anywhere;
}

.footer-sc .page-h4,
.footer-sc form {
  width: 100%;
}

.page-h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #424242;
  letter-spacing: 0.0024em;
}

.footer-sc .form-control {
  padding: 16px;
  width: 100%;
  max-width: 100%;
  background: #4f4f4f;
  border: 1px solid #828282;
  border-radius: 12px;
  transition: none;
}

.footer-sc .btn {
  padding: 16px 32px;
  width: 100%;
}

.footer-sc .form-control-ctr {
  width: 100%;
}

.footer-sc .form-control {
  color: #e0e0e0;
}

.footer-sc .form-control::placeholder {
  color: #e0e0e0ab;
}

#footer-curved-text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}

#footer-curved-text img {
  max-width: 200px;
}

/* SERVICES PAGE */

.services-thumb-fs div img {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
}

.services-thumb-fs,
.services-thumb-sc {
  overflow: hidden;
  height: 190px;
}

.services-thumb-sc {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.services-thumb-fs div,
.services-thumb-fs div img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.services-thumb-fs div img {
  height: 100%;
}

.services-thumb-sc div {
  overflow: hidden;
  width: 100%;
}

.services-thumb-sc div img {
  object-fit: cover;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  height: 100%;
}

.services .vid-content {
  height: 100%;
  min-height: 350px;
}

.services-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  flex-wrap: wrap;
}

.atc-users {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  grid-gap: 16px;
  flex-wrap: wrap;
}

.services-card {
  background: #eeeeee;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
  margin-bottom: 50px;
}

.services-card:hover {
  transform: scale(1.01);
}

.services-card-img {
  height: 250px;
  position: relative;
  overflow: hidden;
}

.services-card-img img {
  object-fit: cover;
}

.services-card-img span {
  top: 16px;
  left: 16px;
  padding: 10px 14px;
  background: #6fcf97;
  border-radius: 12px;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 121.7%;
  letter-spacing: 0.0024em;
}

.services-card-content {
  padding: 32px 24px;
}

.services-card-content p {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.0024em;
  color: #424242;
}

.services-card-content span {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.0024em;
  color: #9e9e9e;
  display: inline-block;
}

.services-card-content .meet-info {
  padding: 10px 14px;
  background: #f3f3f3;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
}

.services-card-content .meet-info span {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 121.7%;
  letter-spacing: 0.0024em;
  color: #424242;
}

.services-card-content .services-price {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 121.7%;
  letter-spacing: 0.0024em;
  color: #424242;
}

.dropdown.logged-in button,
.dropdown.logged-in li a {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 590;
  font-size: 14px;
  line-height: 17px;
  color: #424242;
}

.dropdown.logged-in button {
  padding: 12px;
  background: #e3e3e3;
  border-radius: 12px;
  border: none;
}

.dropdown.logged-in button img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
}

.dropdown.logged-in .dropdown-menu {
  top: 110%;
  background: #e3e3e3;
  border: 1px solid #d66e3c;
  box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}

.dropdown-toggle:after {
  content: none;
}

.dropdown.logged-in .dropdown-item {
  transition: 0.4s all;
  padding: 16px;
  color: #757575;
  border-bottom: 1px solid #d5d5d5;
}

.dropdown.logged-in .dropdown-item:hover {
  background-color: transparent;
}

.dropdown.logged-in .dropdown-toggle {
  width: 100%;
}

/* TEST */

.test-fs .page-text-sec {
  color: #757575;
}

.text-with-bg img {
  color: #757575;
}

.text-with-bg img {
  width: 100%;
  height: 100px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  object-fit: cover;
}

.test-begin {
  padding: 18px 14px;
  background: #e0ded0;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
}

.test-begin .arrow-right {
  left: 101%;
  bottom: 40%;
}

.test-begin .page-text-sec,
.about-us .page-text-sec {
  color: #616161;
}

/* TEST COMPONENT */

.test-area-ctr {
  background: #ededed;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
}

.test-area-ctr .test-header {
  padding: 37px 32px;
  background: #e0ded0;
  border: 1px solid #e0e0e0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 12px 12px 0px 0px;
}

.text-green {
  color: #219653 !important;
}

.t-results .test-header {
  border-radius: 12px;
}

.test-area-ctr .test-title {
  text-align: center;
}

.test-area-ctr .test-title h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: 0.0024em;
  color: #424242;
}

.question-count-area p {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0.0024em;
  color: #757575;
}

.test-countdown {
  background: #f3f3f3;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 10px 16px;
  width: 250px;
}

.test-countdown .cdown-item span {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0.0024em;
  color: #9e9e9e;
}

.test-countdown .cdown-item .th-time {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: 0.0024em;
  color: #616161;
}

.test-area-ctr .test-main {
  padding: 15px;
}

.test-question {
  flex-wrap: wrap;
}

.test-area-ctr .test-questions-ctr {
  background: #e5e5e5;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 15px 12px;
}

.test-questions-ctr .question-crnt p {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 590;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0.0024em;
  color: #424242;
}

.test-questions-ctr .question-whc {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.0024em;
  color: #9e9e9e;
}

.test-question-answers .form-check-label {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0.0024em;
  color: #000000;
  width: 100%;
}

.test-question-answers .form-check {
  margin-top: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.test-question-answers .form-check-input[type="checkbox"] {
  border-radius: 6px;
  background: #d9d9d9;
  border-color: #d9d9d9;
  width: 24px;
  display: inline-block;
  height: 24px;
  margin-right: 16px;
}

.test-question-answers .form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
  opacity: 1;
}
input:disabled{
  cursor: not-allowed;
  pointer-events: all !important;
}

.test-question-answers .form-check-input[type="radio"]:focus {
  box-shadow: none;
}

.test-question-answers .form-check-input:checked {
  background-image: url("../images/orange-rectangle.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
}

#test-prev-question {
  background: #9e9e9e;
  padding: 16px 24px;
}

#test-next-question,
#test-finish {
  background: #9e9e9e;
  padding: 16px 60px;
}

.danger-info {
  background: #ffdddd;
  border: 1px solid #eb5757;
  border-radius: 12px;
  padding: 7px 12px;
  width: 100%;
  margin-bottom: 8px;
}

/* SERVICES DETAIL */
.card-item {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px 16px;
  background-color: #eeeeee;
}

.card-item .services-card-img {
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  max-width: 100%;
  height: auto;
}

.card-item .services-card-content h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 121.7%;
  letter-spacing: 0.0024em;
  color: #616161;
}

.card-item .services-card-content span {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 121.7%;
  letter-spacing: 0.0024em;
  color: #9e9e9e;
}

.card-item .meet-info {
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1);
}

.card-item .wwd-list span {
  color: #616161;
}

.card-item .wwd-list {
  padding: 0 16px;
}

.card-item .scc-ctr {
  background: #e5e5e5;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
}

.pay-detail .card-item {
  background: #e5e5e5;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 16px;
}

.pay-detail .pay-detail-title {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 133%;
  color: #424242;
}

.pay-detail .costs span {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #424242;
}

.pay-detail .cost-fs {
  color: #757575 !important;
}

.pay-detail .cost-inf {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 133%;
  letter-spacing: -0.44px;
  color: #9e9e9e;
}

.pay-detail .cost-price {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 133%;
  text-align: right;
  color: #d66e3c;
}

/* SERVICES DETAIL TABS */

.nav-pills .nav-link {
  margin: 0;
  margin-right: 8px;
  background: #eeeeee;
  border: 0.5px solid #e0e0e0;
  border-radius: 8px;
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  letter-spacing: -0.5px;
  color: #9e9e9e;
  padding: 8px 24px;
}

.nav-pills .nav-link.active {
  background: #d66e3c;
  color: #ffffff;
}

#pills-tabContent .tab-pane {
  padding: 16px;
  background: #e5e5e5;
  border-radius: 12px;
}

#pills-tabContent h6 {
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 1px;
  color: #424242;
}

#pills-tabContent p,
#pills-tabContent li {
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 125%;
  letter-spacing: 1px;
  color: #757575;
}

#pills-tabContent li .fa-arrow-right {
  color: #757575;
}

.pl-tab-arw {
  position: absolute;
  left: 101%;
  top: 40%;
}

.test-related .test-related-item {
  background: #eeeeee;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}

.test-related .test-related-item h5 {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 121.7%;
  letter-spacing: 0.0024em;
  color: #2d2e33;
}

.pay-detail.sc .cost-inf a {
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
}

.text-success {
  color: #27ae60 !important;
}

.modal-content {
  background: #f3f3f3;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  padding: 26px;
}

.modal-dialog {
  margin-left: 20px;
  margin-right: 20px;
}

.modal-dialog .btn-close {
  background: #f3f3f3;
  opacity: 1;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  color: #d66e3c;
  font-size: 24px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-dialog h6 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.154px;
  color: #424242;
}

.modal-dialog p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.154px;
  color: #9e9e9e;
}

/* ABOUT US PAGE */

.about-us-inr {
  margin: 100px 0 !important;
  height: 100%;
}

.about-us-inr {
  background: #e0ded0;
  padding: 32px !important;
  border-radius: 12px;
}

.aui-ctr {
  transform: translateY(-100px);
}

.card-img {
  border-radius: 12px;
  overflow: hidden;
}

.card-img img {
  width: 100%;
  height: auto;
  min-height: 100px;
  object-fit: cover;
}

/* CONTACT PAGE */

.page-container.contact-form {
  padding: 60px 0;
}

.contact-form-fs,
.contact-form-sc {
  background: #eeeeee;
  border-radius: 12px;
  padding: 16px;
  z-index: 1;
}

.contact-form {
  position: relative;
  background-color: #f3f3f3;
  background-repeat: no-repeat;
}

.contact-form-bg {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  z-index: 0;
}

.contact-form-fs {
  width: 100%;
}

.contact-form-sc {
  width: 100%;
}

.contact-form-fs .form-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 32px;
}

.contact-form-fs label {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #424242;
  margin-bottom: 12px;
}

.contact-form-fs input,
.contact-form-fs textarea {
  background: #eeeeee;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 18px 24px;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #bdbdbd;
}

.contact-form-fs input:focus,
.contact-form-fs textarea:focus {
  box-shadow: none;
  outline: none;
}

.contact-form-fs input::placeholder,
.contact-form-fs textarea::placeholder {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #bdbdbd;
}

.contact-form-fs label span {
  color: #d66e3c;
}

.contact-form-fs textarea {
  min-height: 105px;
}

.contact-form-fs .btn {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  height: 56px;
  width: 100%;
}

.contact-form-infs ul li a {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  transition: 0.3s all;
  color: #757575;
}

.contact-form-infs ul li a:hover {
  transform: translateX(3px);
}

.contact-form-infs ul li a i {
  margin-right: 14px;
}

.contact-form-infs {
  width: 100%;
  overflow: hidden;
}

.contact-social li {
  transition: 0.3s all;
}

.contact-social li a {
  font-size: 18px;
  margin-right: 10px;
  color: #757575;
}

.contact-social li:hover {
  transform: scale(1.1);
}

label.error {
  font-size: 12px !important;
  margin-top: 10px;
  font-family: "Source Sans Pro", sans-serif;
  color: rgb(254, 45, 45);
}

/* CARD POPUP */

#card-form h6 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #d66e3c;
  margin-bottom: 25px;
}

#card-form label {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: -0.5px;
  color: #424242;
}

#card-form select,
#card-form input:not([type="submit"]) {
  background: #e3e3e3;
  border: 0.5px solid #babdc2;
  border-radius: 16px;
  padding: 16px 24px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #616161;
}

#card-form select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
}

#card-form select:focus,
#card-form input:not([type="submit"]):focus {
  outline: none;
}

#card-form .w-wf {
  max-width: 138px;
  width: 138px;
}

#card-form input.error,
#card-form select.error {
  border: 1px solid rgb(249, 88, 88);
}

#card-form label.error {
  display: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* BREADCRUMB */

.breadcrumb li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  display: flex;
  align-items: center;
  color: #424242db;
}

.breadcrumb li a span {
  margin-left: 6px;
  color: #d66e3c;
}

/* MY SERVICES */

.nv-admin-title {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 510;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  letter-spacing: -0.24px;
  color: #d66e3c;
}

.nv-admin-mail {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  letter-spacing: -0.24px;
  color: #7e8085;
}

.up-bg img {
  border-radius: 12px;
  width: 100%;
  object-fit: cover;
  height: 180px;
}

.mys-item .services-card-img {
  border-radius: 12px;
  overflow: hidden;
}

.mys-item .services-card-img {
  width: 100%;
  height: 250px;
  margin-bottom: 24px;
}

.mys-item .services-card-content {
  padding: 0px;
}

.up-content {
  padding-top: 16px;
  transform: translateY(-110px);
}

.up-pp {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  width: 116px;
  margin-bottom: 16px;
  height: 116px;
}

.up-pp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.up-text h5 {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 590;
  font-size: 18px;
  line-height: 21px;
  display: flex;
  align-items: center;
  letter-spacing: -0.24px;
  color: #424242;
}

.up-text a {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  align-items: center;
  letter-spacing: -0.24px;
  color: #9e9e9e;
}

.up-date {
  background: #eeeeee;
  border: 0.5px solid #e0e0e0;
  border-radius: 8px;
  padding: 4px 8px;
}

.mys-item .services-card-img span {
  top: 9px;
  left: 9px;
  font-size: 14px;
  min-width: 160px;
  text-align: center;
}

.up-date span {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  align-items: center;
  letter-spacing: -0.24px;
  color: #7e8085;
}

.mys-item {
  background: #eeeeee;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 24px;
}

.mys-item .meet-info {
  width: fit-content;
}

/* ADMIN USERS */

.admin-main {
  background-color: #f3f3f3;
}

.admin-tabs .nav-link {
  margin-bottom: 16px;
  padding: 12px;
  background-color: transparent;
  border: none;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.24px;
  color: #9e9e9e;
  border-radius: 12px;
  margin-left: 0;
  margin-right: 0;
}

.admin-tabs .nav-link i {
  margin-right: 25px;
}

.admin-tabs {
  width: 100%;
}

.admin-tabs-content {
  background: #d9d9d9;
  border-radius: 12px;
  padding: 24px;
  width: 100%;
}

.atc-head {
  margin-bottom: 24px;
}

.atc-head .search-form input,
.atc-head .search-form input::placeholder {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #bdbdbd;
}

.atc-head .search-form {
  width: 100%;
}

.atc-head .search-form input {
  background: #f3f3f3;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  border-top-right-radius: 0;
  padding: 8px 16px;
  border-bottom-right-radius: 0;
  width: 90%;
  outline: none;
}

.atc-head .search-form button {
  padding: 10px 20px;
  background: #e5e5e5;
  border-radius: 0px 8px 8px 0px;
  border: 1px solid #e0e0e0;
  border-left: none;
  font-size: 16px;
  color: #9e9e9e;
}

.atc-users .user-card {
  background: #eeeeee;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 16px;
}

.user-card-inr {
  overflow: hidden;
}

.user-card-inr img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
}

.user-card-inr h5 {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 590;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  letter-spacing: -0.24px;
  color: #424242;
}

.user-card-inr span {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  align-items: center;
  letter-spacing: -0.24px;
  color: #7e8085;
}

.admin-card-content .mys-item {
  width: 100%;
}

.mys-item .price {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 121.7%;
  letter-spacing: 0.0024em;
  margin-bottom: 12px;
  color: #424242;
}

.create-area .image-upload {
  width: 100%;
  height: 220px;
  cursor: pointer;
  background: #e5e5e5;
  border-radius: 12px;
  overflow: hidden;
}

.create-area .image-upload .file-input {
  width: 100%;
  height: 100%;
  min-height: 220px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#previewImg-service,
#previewImg-test {
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}

/* CREATE SERVICE */

.create-content {
  background: #ededed;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
}

.create-content-fs {
  padding: 16px 24px;
  background-color: #e0ded0;
}

.create-content-sc {
  padding: 24px;
  padding-top: 16px;
  padding-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.create-service-head,
.create-test-head,
.quest-head {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 590;
  font-size: 20px;
  line-height: 121.7%;
  letter-spacing: 0.0024em;
  color: #616161;
}

.create-service-desc,
.create-test-desc {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 121.7%;
  letter-spacing: 0.0024em;
  color: #9e9e9e;
}

.create-content-sc input:not([type="radio"]), .create-content-sc textarea {
  width: 100%;
  background: #eeeeee;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  outline: none;
  padding: 16px 24px;
  margin-bottom: 10px;
  box-shadow: none;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #989898;
}


.create-content-sc input:not([type="radio"])::placeholder, .create-content-sc textarea::placeholder {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #bdbdbd;
}

/* CREATE TEST */

.test-back-btn {
  background: #9e9e9e;
  border: 1px solid transparent;
}

.test-create-btn {
  color: #d66e3c;
  background: #ffdfcf;
  border: 1px solid #d66e3c;
}

.test-create-btn:hover {
  color: #d66e3c;
}


/* CREATED QUESTIONS */

.created-questions {
  border-radius: 12px;
  padding: 16px;
  display: none;
  background-color: #f3f3f3;
}

/* USER PROFILE */


.up-container input{
  width: 100%;
  background: #eeeeee;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  outline: none;
  padding: 16px 24px;
  margin-bottom: 10px;
  box-shadow: none;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #989898;
}

.user-form-ctr label{
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 590;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  align-items: center;
  letter-spacing: -0.24px;
  color: #424242;
}
/* MEDIA QUERY */

@media (max-width: 400px) {
  .account-form {
    min-height: 700px;
  }
}

@media (min-width: 576px) {
  .test-related .test-related-item {
    width: 49%;
  }

  .create-content-sc input {
    width: 49%;
  }

  .mys-item {
    width: 48%;
  }

  .atc-users {
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
    grid-gap: 16px;
  }

  .up-content {
    padding-left: 32px;
    transform: translateY(0px);
  }

  .up-pp {
    margin-right: 16px;
    transform: translateY(-72px);
  }

  .modal-dialog {
    margin-left: auto;
    margin-right: auto;
  }

  .test-area-ctr .test-title {
    text-align: start;
  }

  .test-area-ctr .test-main {
    padding: 32px;
  }

  .test-area-ctr .test-questions-ctr {
    padding: 24px;
  }

  .text-with-bg img {
    height: 200px;
  }

  .services-card-img {
    height: 290px;
    position: relative;
  }

  .services-card {
    width: 49%;
  }

  .services-items {
    grid-template-columns: repeat(auto-fill, minmax(49%, 1fr));

    grid-gap: 10px;
  }

  .footer-sc .page-h4,
  .footer-sc form {
    width: 100%;
  }

  .footer-sc .btn {
    width: 48%;
  }

  .footer-sc .form-control-ctr {
    width: 48%;
  }

  .splide__license .license-card img {
    height: 170px;
  }

  #mp-services,
  .mw-lg {
    max-width: 992px;
  }

  .w-lg-100 {
    width: 100%;
  }

  .mp-first-start .btn {
    width: 250px;
  }
}

@media (min-width: 768px) {
  .mys-item {
    width: 100%;
  }

  .admin-tabs {
    width: 30%;
  }

  .admin-tabs-content {
    width: 70%;
  }

  .mys-item .services-card-img {
    max-width: 250px;
    width: 200px;
    height: 200px;
    max-height: 200px;
    margin-bottom: 0;
  }

  .mys-item .services-card-content {
    padding: 0px 24px;
    padding-right: 0;
    width: 75%;
  }

  .admin-card-content .services-card-img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 24px;
    height: 100%;
  }

  .admin-card-content .services-card-content {
    padding: 0px;
  }

  .admin-card-content .mys-item {
    width: 48%;
  }

  .admin-card-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .services-card {
    width: 32%;
  }

  .services-items {
    grid-template-columns: repeat(auto-fill, minmax(31%, 1fr));
    grid-gap: 14px;
  }

  .footer-sc .page-h4,
  .footer-sc form {
    max-width: 440px;
    width: 100%;
  }

  .footer-sc .btn {
    width: 20%;
  }

  .footer-sc .form-control-ctr {
    width: 80%;
  }

  .mp-about-video iframe,
  .mp-about-video .vid-overlay {
    height: 300px;
  }

  .splide__license .license-card img {
    height: 250px;
  }

  .mp-first-end {
    height: 500px;
  }

  .mp-first-end div img {
    height: 400px;
  }

  .ac-form-left {
    width: 50%;
  }

  .ac-form-right {
    width: 50%;
    background: transparent;
  }

  .ac-form-left,
  .ac-form-right {
    padding: 50px;
  }
}

@media (min-width: 992px) {
  .services-items {
    grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
    grid-gap: 17px;
  }

  .atc-head .search-form {
    width: 350px;
    margin-top: 0;
  }

  .admin-tabs {
    width: 25%;
  }

  .admin-tabs-content {
    width: 75%;
  }

  .breadcrumb li a {
    margin-right: 10px;
    font-size: 14px;
  }

  .breadcrumb li a span {
    margin-left: 12px;
  }

  .contact-social li a {
    font-size: 22px;
    margin-right: 15px;
  }

  .contact-form-fs .btn {
    font-size: 18px;
  }

  .contact-form-infs ul li a {
    font-size: 16px;
  }

  .contact-form-fs label {
    font-size: 16px;
  }

  .contact-form-fs input,
  .contact-form-fs textarea {
    font-size: 16px;
  }

  .contact-form-fs input::placeholder,
  .contact-form-fs textarea::placeholder {
    font-size: 16px;
  }

  .page-container.contact-form {
    padding: 120px 0;
  }

  .contact-form-fs,
  .contact-form-sc {
    padding: 32px;
  }

  .contact-form-fs .form-group {
    width: 48%;
  }

  .contact-form-fs .btn {
    width: 170px;
  }

  .pay-detail .card-item {
    padding: 16px 13px;
  }

  .wwd-list li:hover {
    transform: translateX(20px);
  }

  #pills-tabContent .tab-pane {
    padding: 32px;
  }

  #pills-tabContent h6 {
    font-size: 18px;
  }

  #pills-tabContent p,
  #pills-tabContent li {
    font-size: 14px;
  }

  .pay-detail .pay-detail-title {
    font-size: 18px;
  }

  .pay-detail .costs span {
    font-size: 17px;
  }

  .pay-detail .cost-inf {
    font-size: 16px;
  }

  .pay-detail .cost-price {
    font-size: 18px;
  }

  .card-item .services-card-content h4 {
    font-size: 24px;
  }

  .card-item .services-card-content span {
    font-size: 16px;
  }

  .card-item {
    padding: 24px 32px;
  }

  .test-begin {
    padding: 38px 32px;
  }

  .dropdown.logged-in .dropdown-toggle,
  .navbar-nav {
    width: auto;
  }

  .services-card-img span {
    top: 24px;
    left: 24px;
    padding: 12px 16px;
    font-size: 16px;
  }

  .services-card-content .meet-info span {
    font-size: 16px;
  }

  .services-card-content .services-price {
    font-weight: 700;
    font-size: 24px;
  }

  .footer .inner-container {
    padding-bottom: 10px;
  }

  #footer-curved-text {
    margin-bottom: 10px;
  }

  .copyright span {
    font-size: 12px;
  }

  .footer-fs {
    border-right: 0.5px solid #9e9e9e;
  }

  .footer-address p {
    font-size: 16px;
  }

  .footer-contact h6 {
    font-size: 14px;
  }

  .footer-contact ul li a {
    font-size: 14px;
  }

  .page-h4 {
    font-size: 24px;
  }

  .splide__license .license-card p,
  .services-card-content p,
  .wwd-list li {
    font-size: 18px;
  }

  .splide__license .license-card span,
  .services-card-content span {
    font-size: 16px;
  }

  .btn-resp {
    width: auto;
  }

  .card-overlay {
    padding: 32px;
  }

  #references-inner {
    padding: 40px;
  }

  .page-subtitle {
    font-size: 11px;
  }

  .page-h1 {
    font-size: 40px;
  }

  .page-h2,
  .card-overlay span {
    font-size: 26px;
  }

  .page-text-sec {
    font-size: 17px;
  }

  .mp-first-end .arrow-left {
    bottom: 90px;
    right: 105%;
    width: 150px;
  }

  .mp-first-start {
    padding-right: 100px;
  }

  .nav-link {
    margin: 0px 10px;
  }

  .inner-container {
    padding: 40px 60px;
  }

  .ac-form-logo img {
    width: auto;
  }

  .ac-form-left {
    width: 60%;
  }

  .ac-form-right {
    width: 40%;
  }

  .ac-form-footer h1 {
    font-size: 42px;
    line-height: 63px;
  }

  .ac-form-footer h6 {
    font-size: 24px;
  }

  .page-text,
  .btn {
    font-size: 16px;
  }

  .ac-form-right h2 {
    font-size: 34px;
  }

  .ac-form-right p,
  .form-control,
  .nml-text {
    font-size: 14px;
  }
}

@media (min-width: 1100px) {
  .mp-first-end .arrow-left {
    right: 102%;
  }
}

@media (min-width: 1200px) {
  .admin-card-content .mys-item {
    width: 100%;
  }

  .admin-card-content .mys-item .services-card-img {
    max-width: 250px;
    width: 200px;
    height: 200px;
    max-height: 200px;
    margin-bottom: 0;
  }

  .admin-card-content .mys-item .services-card-content {
    padding: 0px 24px;
    padding-right: 0;
  }

  .contact-form-fs {
    width: 60%;
  }

  .atc-users {
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    grid-gap: 16px;
  }

  .contact-form-sc {
    width: 38%;
  }

  #footer-curved-text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    padding: 0;
  }

  #footer-curved-text img {
    max-width: 250px;
    padding-bottom: 16px;
  }

  .footer-sc .form-control-ctr,
  .footer-sc .btn {
    width: auto;
  }

  .footer-sc .form-control {
    width: 320px;
  }

  .mp-first-end .arrow-left {
    width: 180px;
    right: 103%;
    bottom: 50px;
  }

  .page-subtitle {
    font-size: 12px;
  }

  .page-h1 {
    font-size: 48px;
  }

  .page-h2 {
    font-size: 28px;
  }

  .page-text-sec {
    font-size: 18px;
  }

  .mp-first-end {
    height: 600px;
  }

  .mp-first-end div img {
    height: 510px;
  }

  .nav-link {
    margin: 0px 25px;
  }

  .inner-container {
    padding: 40px 120px;
  }

  .mp-about-us .inner-container {
    padding: 100px 120px;
  }

  .ac-form-left,
  .ac-form-right {
    padding: 90px;
  }
}

@media (min-width: 1400px) {
  .mp-first-end .arrow-left {
    width: auto;
    right: 103%;
    bottom: 90px;
  }

  .contact-form-fs {
    width: 63%;
  }

  .contact-form-sc {
    width: 35%;
  }
}

@media (min-width: 1441px) {
  .ac-form-footer h1 {
    margin-bottom: 120px;
  }
}
