/* 400 */
@font-face {
  font-family: "interReg";
  src: url("../Inter/static/Inter-Regular.ttf");
}

/* 600 */
@font-face {
  font-family: "interSemiBold";
  src: url("../Inter/static/Inter-SemiBold.ttf");
}

/* 500 */
@font-face {
  font-family: "interSemiMedium";
  src: url("../Inter/static/Inter-Medium.ttf");
}

/* 700 */
@font-face {
  font-family: "interBold";
  src: url("../Inter/static/Inter-Bold.ttf");
}
.our-testimonials{
  display: none !important;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  display: none;
}
a {
  text-decoration: none;
}

input,
textarea {
  font-family: "interReg";
}

nav,
ul {
  list-style: none;
}
.upper-header{
  background-color: #fff;
}
.upper-header .logo-wrapper img {
  width: 200px;
}
body {
  font-family: "interReg";
}

.common-width {
  width: 1300px;
  margin: 0rem auto;
}

.upper-header > div {
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.upper-header > div > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.upper-header > div > div:first-child img,
.upper-header > div > div:last-child img {
  width: 40px;
  height: 40px;
}
.upper-header > div > div:first-child p {
  margin-left: 10px;
  margin-bottom: 0px !important;
}
.upper-header > div > div > div {
  margin-left: 10px;
}
.upper-header > div > div > div a {
  color: #00a3c8;
  font-size: 16px;
}
.upper-header > div > div p {
  color: #00a3c8;
  font-size: 14px;
  margin-bottom: 3px;
}
.upper-header .logo-wrapper {
  position: absolute;
  left: 50%;
  top: 15px;
  transform: translateX(-50%);
}

/* blue-bar */
.blue-bar {
  background-color: #00a3c8;
}
.blue-bar > div {
  height: 49px;
  display: flex;
  align-items: center;
}
.blue-bar > div h1 {
  color: white;
  font-size: 14px;
}
.blue-bar > div h1 a {
  color: #fff;
}
.mobile-info-area {
  background-color: #00a3c8;
  height: unset !important;
  padding: 1rem 0rem;
  display: none !important;
}
.mobile-info-area > div {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
  align-items: flex-start !important;
  justify-content: space-between !important;
}
.mobile-info-area > div > div:first-child {
  display: flex !important;
  align-items: center;
  margin-left: 0px;
  width: 100%;
  gap: 10px;
  justify-content: space-between;
}
.mobile-info-area > div > div:last-child {
  margin-left: 0px;
  width: 100%;
  justify-content: center;
}
.mobile-info-area > div > div:last-child p {
  text-align: center;
}
.mobile-info-area > div > div:first-child > p {
  flex: 1;
}
.mobile-info-area > div a {
  color: #fff !important;
}
.mobile-info-area > div p {
  color: #fff !important;
  margin-left: 0px !important;
}
/* header */
header {
  background-color: #fff;
}

header > .main-header-inner {
  width: 1054px;
  margin: 0rem auto;
}
header > .main-header-inner > nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header > .main-header-inner > nav a {
  color: #999999;
  font-size: 18px;
  margin-left: 5px;
  margin-right: 5px;
  transition: 0.3s ease all;
}
header > .main-header-inner > nav a:hover {
  text-decoration: underline;
}
header > .main-header-inner > nav .dropdown a:hover {
  color: #00a3c8;
  text-decoration: underline;
  font-family: "interSemiMedium";
}

header > .main-header-inner > nav a.active {
  color: #00a3c8;
  font-family: "interSemiMedium";
}
header > .main-header-inner > nav > * + * {
  margin-left: 10px;
}

header nav > a,
header nav > div > a {
  position: relative;
  height: 90px;
  display: flex;
  align-items: center;
}

header nav div {
  position: relative;
}
header nav div:hover .dropdown {
  display: block;
}
header nav .dropdown {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  width: 180px;
  border-radius: 10px;
  display: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  z-index: 9;
  padding: 10px 0px;
}
header nav .services-dropdown {
  width: 200px;
}

header nav .dropdown a {
  padding: 10px 0px;
  display: block;
  text-align: center;
}

/* footer */
footer {
  background-color: #004861;
  margin-top: 10rem;
}
footer .top-area {
  padding-top: 0rem;
  display: grid;
  grid-template-columns: 0.8fr 0.5fr 0.5fr 1.2fr;
  grid-gap: 2rem;
  padding-bottom: 3rem;
}
footer .top-area .col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
footer .top-area .col:first-child > img {
  transform: translateY(-10px);
  width: 240px;
}
footer .top-area .col:first-child p {
  width: 95%;
  font-size: 13.5px;
}
footer .top-area h1 {
  color: white;
  font-size: 13.5px;
  font-family: "interSemiMedium";
}
footer .top-area p {
  color: #86b0bc;
  font-size: 12px;

  width: 236px !important;
}
footer .top-area .col > * + * {
  margin-top: 13px;
}
footer .top-area .col > h1 {
  margin-bottom: 1rem;
}
footer .top-area .col a {
  color: #86b0bc;
  font-size: 13.5px;

  word-wrap: break-word;
}
footer .top-area .col iframe {
  width: 100%;
  border-radius: 10px;
  height: 200px;
}
footer .bottom-area {
  border-top: 1px solid #2b7a8c;
  padding: 1.5rem 0rem;
  text-align: center;
}
footer .bottom-area p {
  color: #86b0bc;
  font-size: 12px;

  word-wrap: break-word;
}

/* bg-banner-footer */
footer .bg-banner-footer {
  background-color: #fff;
  height: 180px;
  background: white;
  box-shadow: 0px 0px 10px rgba(0, 163, 200, 0.6);
  border-radius: 20px;
  border-left: 0.5px rgba(0, 0, 0, 0.2) solid;
  border-top: 0.5px rgba(0, 0, 0, 0.2) solid;
  border-right: 0.5px rgba(0, 0, 0, 0.2) solid;
  border-bottom: 0.5px rgba(0, 0, 0, 0.2) solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 4rem;
  transform: translateY(-100px);
}
footer .bg-banner-footer span {
  color: #00a3c8;
  font-size: 18px;

  border-left: 2px solid #00a3c8;
  padding-left: 10px;
}
footer .bg-banner-footer .left-area h1 {
  color: black;
  font-size: 40px;
  font-family: "interBold";

  margin-top: 10px;
}
footer .bg-banner-footer .right-area {
  display: flex;
  align-items: center;
}
footer .bg-banner-footer .right-area .box-banner {
  text-align: center;
  padding: 1rem 2rem;
  border-right: 0.5px rgba(0, 0, 0, 0.2) solid;
}
footer .bg-banner-footer .right-area .box-banner:last-child {
  border-right: none;
}
footer .bg-banner-footer .right-area h1 {
  color: #343434;
  font-size: 16px;

  word-wrap: break-word;
  text-align: center;
  margin-top: 1px;
}
footer .bg-banner-footer .right-area .box-banner img {
  width: 33px;
  height: 33px;
}
footer .bg-banner-footer .right-area .box-banner:last-child h1 {
  display: flex;
  align-items: center;
}
footer .bg-banner-footer .right-area .box-banner:last-child h1 img {
  margin-left: 20px;
}
footer .bg-banner-footer .right-area .box-banner:last-child .social-media {
  display: flex;
  align-items: center;
}
footer
  .bg-banner-footer
  .right-area
  .box-banner:last-child
  .social-media
  > *
  + * {
  margin-left: 10px;
}
footer .bg-banner-footer .right-area .box-banner:nth-child(2) img {
  transform: translateY(-10px);
}

@media screen and (max-width: 1300px) {
  .common-width {
    width: 95%;
    margin: 0rem auto;
  }
  header > .main-header-inner {
    width: 90%;
  }
}
.upper-header > div > div.burger-icon {
  display: none;
}
.upper-header .logo-wrapper img {
  width: 320px;
}
.upper-header > div {
  height: 140px;
}

header > .main-header-inner {
  width: 1200px !important;
  max-width: 85% !important;
}

@media screen and (max-width: 950px) {
  header:not(.header-admin) {
    position: fixed;
    left: -100%;
    top: 0px;
    width: 200px;
    height: 100vh;
    padding: 2rem 0rem;
    transition: 0.3s ease all;
    z-index: 9999;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  header:not(.header-admin) nav > a,
  header:not(.header-admin) nav > div > a {
    height: unset;
  }
  header:not(.header-admin) nav .dropdown {
    top: 40px;
  }
  header.active {
    left: 0px;
  }
  header > .main-header-inner > nav {
    flex-direction: column;
  }
  header > .main-header-inner > nav > * + * {
    margin-left: 0px;
    margin-top: 2rem;
  }
  .upper-header .logo-wrapper {
    position: static;
    transform: translateX(0px);
  }
  .upper-header .logo-wrapper img {
    width: 200px;
  }
  .upper-header > div > div:not(.burger-icon) {
    display: none;
  }

  .upper-header > div > div.burger-icon {
    display: none;
    display: block;
    transform: translateY(3px);
  }
  .mobile-info-area {
    display: flex !important;
  }
  .mobile-info-area > * {
    display: flex !important;
  }
  footer .bg-banner-footer {
    flex-direction: column;
    height: unset;
    padding: 2rem 1rem;
  }
  footer .bg-banner-footer .right-area {
    width: 100%;
    justify-content: space-between;
  }
  footer .bg-banner-footer .right-area .box-banner {
    padding-left: 0px;
    padding-right: 0px;
    width: 203px;
    border: none;
  }
  footer .bg-banner-footer .right-area h1 {
    font-size: 15px;
  }
  footer .bg-banner-footer .left-area {
    text-align: center;
    margin-bottom: 2rem;
  }
  footer .bg-banner-footer .left-area h1 {
    font-size: 30px;
  }
  footer .bg-banner-footer span {
    font-size: 16px;
  }
}
@media screen and (max-width: 650px) {
  footer .top-area {
    grid-template-columns: 1fr;
  }
  footer .bg-banner-footer .right-area {
    flex-direction: column;
  }
  footer .bg-banner-footer .right-area .box-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .upper-header {
    position: sticky;
    top: 0px;
    z-index: 9;
  }
  .upper-header > div {
    height: 70px;

  }
  .mobile-info-area{
    padding-bottom: 10px;
  }
  
  .upper-header .logo-wrapper img {
    width: 100px;
  }
}
.form-wrapper-area .left-area .popup-message+ button{
  margin-top: 0px !important;
}
.review-card-new {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: top;
  border: 0.5px solid #f3fafc !important;
  background-color: #fff;
  box-shadow: 0px 0px 10px #dff3f8;
  border-radius: 30px;
  padding: 30px 20px;
}
.review-card-new > h1 {
  font-family: "interSemiBold";
  font-size: 26px;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;
}
.review-card-new > p {
  font-family: "interReg";
  font-size: 16px;
  color: #666666;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: center;
}
.review-card-new > h2 {
  font-family: "interReg";
  font-size: 20px;
  font-style: italic;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 30px;
}
.review-card-new .stars-area {
  margin: 20px 0px;
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.review-card-new .stars-area img {
  width: 36px;
}
.review-card-new ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: disc;
}
.review-card-new ul li {
  font-family: "interReg";
  font-size: 15px;
  line-height: 30px;
  color: #666666;
  letter-spacing: 0em;
  text-align: left;
}

.review-btn-wrapper {
  grid-column: span 3;
  display: flex;
  justify-content: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.review-btn-wrapper button {
  font-family: "interSemiMedium";
  width: 208px;
  height: 62px;
  border-radius: 8px;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  background: #00a3c8;
  color: #fff;
  border: none;
}
