html,
body {
  margin: 0;
  font-family: "Lato", sans-serif;
  background: linear-gradient(180deg, #effafb 12.19%, #ffffff 35.78%, #effafb 65.7%, #ffffff 100%);
}

ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

section {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  section {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* HEADER STARTS */
.mobile__header {
  display: flex;
  justify-content: space-between;
}
.mobile__header img {
  width: 120px;
  height: auto;
  margin-right: 135px;
  margin-left: -85px;
}
@media only screen and (max-width: 1200) {
  .mobile__header img {
    margin-right: 0px;
    margin-left: 0px;
  }
}

header {
  padding: 30px 10px;
  margin: 0px 85px;
}
@media only screen and (max-width: 480px) {
  header {
    margin: 0px 0px;
    padding: 30px 0px;
  }
}
header i {
  font-size: 24px !important;
  font-weight: 100 !important;
}
header ul {
  padding: 1px;
}
header li {
  margin: 10px 0px 0px 10px;
}
header a {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #024c9c;
  text-decoration: none;
  font-weight: 400 !important;
}
header i {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #024c9c;
  text-decoration: none;
}
header p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #024c9c;
  text-decoration: none;
}

#login {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  background: #024c9c;
  border: 0.3px solid #024c9c;
  border-radius: 250px;
  padding: 20px 45px;
}

.mobileNav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  padding-top: 20px;
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.mobileNav li {
  border-bottom: 0.5px solid grey;
  padding-bottom: 20px;
  margin-bottom: 22px;
}
.mobileNav li:last-child {
  border-bottom: none;
}
.mobileNav button {
  font-size: 28px;
}
.mobileNav a {
  font-size: 24px;
}
.mobileNav p {
  font-size: 24px;
}
.mobileNav__submenu li {
  font-size: 18px;
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.mobileNav__submenu a {
  font-size: 18px;
}
.mobileNav__submenu p {
  font-size: 18px;
}

#navtoggle {
  font-size: 10px;
}

.dropdown-menu {
  margin: 0px;
  margin-top: 20px;
  border-radius: 4px;
  text-align: center;
  padding: 0px;
  right: auto;
  left: 50%;
  transform: translate(-50%, 0);
  border: none;
}

.dropdown-menu--second {
  left: 42% !important;
}
.dropdown-menu--second .ploygon__icon {
  position: absolute;
  left: 45%;
}

.dropdown-item:hover .dropdown-item--inner, .dropdown-item:hover ~ .dropdown-item--inner {
  background-color: #024c9c;
  color: white;
  border: none;
}
.dropdown-item:hover {
  background-color: #024c9c;
}

.dropdown-item--inner {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #024c9c;
  padding: 20px 50px;
  border-bottom: 0.2px solid #e5e5e5;
}
.dropdown-item--inner:hover {
  background-color: #024c9c;
  color: white;
  border: none;
}

.ploygon__icon {
  position: absolute;
  top: -13px;
  left: 135px;
  width: 15px;
  height: auto;
}

/* HEADER ENDS */
.nav-link {
  color: #024c9c !important;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}

.header .nav-link {
  font-family: "Lato" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  text-align: center !important;
}

.header .nav-item {
  font-family: "Lato" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  text-align: center !important;
}

#navbarDropdown:visited,
#navbarDropdown:focus > img {
  transform: rotate(180deg);
  transition: all 0.5s ease-in-out;
}

/* FOOTER STARTS */
footer {
  margin: 0px 0px;
  border-top: 1px solid #024c9c;
  overflow: hidden;
}

.footer img {
  width: 133px;
  height: 73px;
  margin-top: 40px;
}
@media only screen and (max-width: 480px) {
  .footer img {
    margin-top: 15px;
  }
}

.footer__links--contact li {
  padding: 3px 0px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #024c9c;
}

.footer__links--pages li {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #024c9c;
  padding: 5px 0px;
}

.footer__links--pages a {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #024c9c;
  padding: 5px 0px;
  text-decoration: none;
}

.footer__links--social i {
  font-size: 25px;
  color: #024c9c;
  padding: 10px;
  border-radius: 50%;
}

.footer__links--social p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #575546;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: right;
}

.footer__links--social input {
  padding: 7px 75px 7px 19px;
  background: rgba(2, 76, 156, 0.082);
  border-radius: 30px;
  outline: none;
  border: none;
}

.footer__links--social input::-webkit-input-placeholder {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.02em;
  color: #181433;
  opacity: 0.2;
  text-align: left;
}

.footer__links--social button {
  background: #024c9c;
  border-radius: 30px;
  padding: 15px 35px;
  margin-left: -60px;
}
@media only screen and (max-width: 480px) {
  .footer__links--social button {
    padding: 10px 20px;
  }
}

.footer__details {
  margin-top: 50px;
}

.footer__details li {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #8c8c8c;
  padding: 5px 0px;
}

.footer__details p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #8c8c8c;
  margin-bottom: 30px;
  margin-right: -25px;
}
@media only screen and (max-width: 480px) {
  .footer__details p {
    margin-right: 0px;
  }
}

footer li {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #024c9c;
}

/* FOOTER ENDS */
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.getintouch {
  margin: 80px 10px 10px 10px;
}
.getintouch h1 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  letter-spacing: 0.4em;
  color: #024c9c;
}
.getintouch button {
  padding: 10px 50px;
  border: 0.3px solid #024c9c;
  border-radius: 250px;
  text-align: center;
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  background-color: transparent;
  color: #024c9c;
  border: 0.3px solid #024c9c;
  border-radius: 250px;
}
.getintouch button:hover {
  transform: scale(0.9);
}
.getintouch button:active {
  transform: translateY(4px);
}
@media (min-width: 1920px) and (max-width: 2560px) {
  .getintouch button {
    font-size: 23px;
    padding: 18px 75px;
  }
}
@media only screen and (max-width: 320px) {
  .getintouch button {
    font-size: 15px;
    padding: 10px 30px;
  }
}

.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.logo {
  width: 156px;
  height: 52px;
}
@media only screen and (max-width: 480px) {
  .logo {
    width: 127px;
    height: 45px;
  }
}

.heading__primary {
  margin-bottom: 40px;
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  font-size: 44px;
  line-height: 59px;
  text-align: center;
  color: #024c9c;
}
@media only screen and (max-width: 1024px) {
  .heading__primary {
    font-size: 36px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .heading__primary {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .heading__primary {
    font-size: 28px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 320px) {
  .heading__primary {
    font-size: 22px;
    line-height: 30px;
  }
}

.heading__secondary {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #024c9c;
  margin-bottom: 30px;
}
@media (min-width: 1920px) and (max-width: 2560px) {
  .heading__secondary {
    font-size: 25px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .heading__secondary {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .heading__secondary {
    font-size: 20px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 480px) {
  .heading__secondary {
    font-size: 18px;
  }
}
@media only screen and (max-width: 320px) {
  .heading__secondary {
    font-size: 15px;
    line-height: 36px;
  }
}

.heading__tertiary {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #024c9c;
}
@media (min-width: 1920px) and (max-width: 2560px) {
  .heading__tertiary {
    font-size: 25px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .heading__tertiary {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .heading__tertiary {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .heading__tertiary {
    font-size: 18px;
  }
}
@media only screen and (max-width: 320px) {
  .heading__tertiary {
    font-size: 15px;
  }
}

.onsiteFeatures p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #024c9c;
  text-align: left;
}

@media only screen and (max-width: 480px) {
  .onsiteFeatures h1 {
    text-align: left !important;
  }
}

.share a {
  font-size: 28px;
}

@media only screen and (max-width: 480px) {
  br {
    display: none;
  }
}
/* HERO IMAGE STARTS */
.hero {
  margin: 80px 10px 10px 10px;
}
.hero button {
  padding: 10px 50px;
  border: 0.3px solid #024c9c;
  border-radius: 250px;
  text-align: center;
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  background-color: transparent;
  color: #024c9c;
}
.hero button:hover {
  transform: scale(0.9);
}
.hero button:active {
  transform: translateY(4px);
}
@media (min-width: 1920px) and (max-width: 2560px) {
  .hero button {
    font-size: 23px;
    padding: 18px 75px;
  }
}
@media only screen and (max-width: 320px) {
  .hero button {
    font-size: 15px;
    padding: 10px 30px;
  }
}

@media only screen and (max-width: 480px) {
  .heromobile h1 {
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  .heromobile h3 {
    text-align: left;
  }
}

/* HERO IMAGE ENDS */
/* MOBILE SHOW STARTS */
.mshow {
  margin: 50px 5px 0px 5px;
}
.mshow img {
  height: auto;
}

/* MOBILE SHOW ENDS */
.solutions {
  margin: 0px 5px;
  overflow: hidden;
  transition: all 0.2s;
}
.solutions a {
  text-decoration: none;
}
@media only screen and (max-width: 480px) {
  .solutions {
    margin: 0px;
    padding: 0px;
  }
}
.solutions__img--container {
  position: relative;
  border-radius: 10px;
  margin: 10px;
}
.solutions__img--1 {
  background: linear-gradient(180deg, #024c9c 5.74%, rgba(0, 122, 255, 0.03) 100%), url("../img/1.png");
  transform: matrix(1, 0, 0, -1, 0, 0);
  border-radius: 10px;
  width: 450px;
  height: 430px;
}
.solutions__img--1:hover {
  transform: matrix(1, 0, 0, -1, 0, 0) scale(1.05);
}
.solutions__img--text--1 {
  position: absolute;
  top: 75%;
  right: 20%;
}
.solutions__img--text--1 h3 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
}
.solutions__img--text--1 a {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
}
.solutions__img--2 {
  background: linear-gradient(180deg, #024c9c 5.74%, rgba(0, 122, 255, 0.03) 100%), url("../img/4.png");
  border-radius: 10px 10px 0px 0px;
  transform: matrix(1, 0, 0, -1, 0, 0);
  border-radius: 10px;
  width: 448px;
  height: 205px;
}
@media only screen and (max-width: 480px) {
  .solutions__img--2 {
    width: 290px;
  }
}
@media only screen and (max-width: 320px) {
  .solutions__img--2 {
    width: 250px;
  }
}
.solutions__img--2:hover {
  transform: matrix(1, 0, 0, -1, 0, 0) scale(1.05);
}
.solutions__img--text--2 {
  position: absolute;
  top: 25%;
  right: 20%;
}
@media only screen and (max-width: 480px) {
  .solutions__img--text--2 {
    right: 3%;
  }
}
@media only screen and (max-width: 320px) {
  .solutions__img--text--2 {
    right: 10%;
  }
}
.solutions__img--text--2 h3 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 320px) {
  .solutions__img--text--2 h3 {
    font-size: 20px;
  }
}
.solutions__img--text--2 a {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
}
.solutions__img--3 {
  background: linear-gradient(180deg, #024c9c 5.74%, rgba(0, 122, 255, 0.03) 100%), url("../img/6.png");
  border-radius: 10px 10px 0px 0px;
  transform: matrix(1, 0, 0, -1, 0, 0);
  border-radius: 10px;
  width: 448px;
  height: 205px;
}
@media only screen and (max-width: 480px) {
  .solutions__img--3 {
    width: 290px;
  }
}
@media only screen and (max-width: 320px) {
  .solutions__img--3 {
    width: 250px;
  }
}
.solutions__img--3:hover {
  transform: matrix(1, 0, 0, -1, 0, 0) scale(1.05);
}
.solutions__img--text--3 {
  position: absolute;
  top: 75%;
  right: 32%;
}
@media only screen and (max-width: 480px) {
  .solutions__img--text--3 {
    right: 20%;
  }
}
.solutions__img--text--3 h3 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 320px) {
  .solutions__img--text--3 h3 {
    font-size: 20px;
  }
}
.solutions__img--text--3 a {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
}
.solutions__img--4 {
  background: linear-gradient(180deg, #024c9c 5.74%, rgba(0, 122, 255, 0.03) 100%), url("../img/3.png");
  transform: matrix(1, 0, 0, -1, 0, 0);
  border-radius: 10px;
  width: 448px;
  height: 205px;
}
@media only screen and (max-width: 480px) {
  .solutions__img--4 {
    width: 290px;
  }
}
@media only screen and (max-width: 320px) {
  .solutions__img--4 {
    width: 250px;
  }
}
.solutions__img--4:hover {
  transform: matrix(1, 0, 0, -1, 0, 0) scale(1.05);
}
.solutions__img--text--4 {
  position: absolute;
  top: 20%;
  right: 13%;
}
@media only screen and (max-width: 480px) {
  .solutions__img--text--4 {
    right: 1%;
  }
}
.solutions__img--text--4 h3 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 320px) {
  .solutions__img--text--4 h3 {
    font-size: 20px;
  }
}
.solutions__img--text--4 a {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
}
.solutions__img--5 {
  background: linear-gradient(180deg, #024c9c 5.74%, rgba(0, 122, 255, 0.03) 100%), url("../img/5.png");
  transform: matrix(1, 0, 0, -1, 0, 0);
  border-radius: 10px;
  width: 448px;
  height: 205px;
}
@media only screen and (max-width: 480px) {
  .solutions__img--5 {
    width: 290px;
  }
}
@media only screen and (max-width: 320px) {
  .solutions__img--5 {
    width: 250px;
  }
}
.solutions__img--5:hover {
  transform: matrix(1, 0, 0, -1, 0, 0) scale(1.05);
}
.solutions__img--text--5 {
  position: absolute;
  top: 71%;
  right: 34%;
}
@media only screen and (max-width: 480px) {
  .solutions__img--text--5 {
    right: 22%;
  }
}
.solutions__img--text--5 h3 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 320px) {
  .solutions__img--text--5 h3 {
    font-size: 20px;
  }
}
.solutions__img--text--5 a {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
}
.solutions__img--6 {
  background: linear-gradient(180deg, #024c9c 5.74%, rgba(0, 122, 255, 0.03) 100%), url("../img/2.png");
  transform: matrix(1, 0, 0, -1, 0, 0);
  border-radius: 10px;
  width: 450px;
  height: 430px;
}
@media only screen and (max-width: 480px) {
  .solutions__img--6 {
    width: 290px;
  }
}
@media only screen and (max-width: 320px) {
  .solutions__img--6 {
    width: 250px;
  }
}
.solutions__img--6:hover {
  transform: matrix(1, 0, 0, -1, 0, 0) scale(1.05);
}
.solutions__img--text--6 {
  position: absolute;
  top: 74%;
  right: 15%;
}
.solutions__img--text--6 h3 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 320px) {
  .solutions__img--text--6 h3 {
    font-size: 20px;
  }
}
.solutions__img--text--6 a {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
}

.partners {
  margin: 50px 10px;
}
@media only screen and (max-width: 480px) {
  .partners__item img {
    width: 10%;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: center;
    width: 50%;
  }
}

/* FEATURED STARTS */
.featured img {
  margin: 20px 15px;
}
@media only screen and (max-width: 480px) {
  .featured img {
    margin: auto;
    margin-top: 50px;
  }
}

/* FEATURED ENDS */
.blogs {
  margin: 30px 0px;
}
.blogs a:hover {
  opacity: 0.8;
}
.blogs__item {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0px 18px;
  background-color: white;
  border-radius: 20px;
}
.blogs__item--content {
  background: white;
  padding: 20px 10px 30px 10px;
  border-radius: 15px;
}
.blogs__item--img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media only screen and (max-width: 480px) {
  .blogs__item--img {
    width: 100%;
    height: 75%;
  }
}
@media only screen and (max-width: 320px) {
  .blogs__item--img {
    width: 100%;
    height: auto;
  }
}
.blogs__item--date {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 16px !important;
  line-height: 14px;
  color: #8c8c8c;
  margin-bottom: 10px;
  color: #024c9c;
  text-transform: uppercase;
  font-weight: 600;
}
.blogs__item--author {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 14px;
}
.blogs__item--author span {
  font-weight: 400;
  color: #024c9c;
  font-size: 18px;
}
.blogs__item--title {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.1;
  color: #024c9c;
}
.blogs__item--description {
  font-style: normal;
  font-weight: 300;
  font-size: 9px;
  line-height: 11px;
  color: #8c8c8c;
  margin-bottom: 5px;
  margin-bottom: 0;
  color: #071f3e;
  font-size: 1rem;
  line-height: 1.5;
}
.blogs__item--button {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #024c9c;
}

/* BLOG ENDS */
.mobsolutions {
  margin: 0px 5px;
  overflow: hidden;
  transition: all 0.2s;
}
.mobsolutions a {
  text-decoration: none;
}
@media only screen and (max-width: 480px) {
  .mobsolutions {
    margin: 0px;
    padding: 0px;
  }
}
.mobsolutions__img--container {
  position: relative;
  border-radius: 10px;
  margin: 10px;
}
.mobsolutions__img--1 {
  background: linear-gradient(180deg, #024c9c 5.74%, rgba(0, 122, 255, 0.03) 100%), url("../img/1.png");
  transform: matrix(1, 0, 0, -1, 0, 0);
  border-radius: 10px;
  width: 450px;
  height: 430px;
}
@media only screen and (max-width: 480px) {
  .mobsolutions__img--1 {
    width: 294px;
  }
}
@media only screen and (max-width: 320px) {
  .mobsolutions__img--1 {
    width: 294px;
  }
}
.mobsolutions__img--1:hover {
  transform: matrix(1, 0, 0, -1, 0, 0) scale(1.05);
}
.mobsolutions__img--text--1 {
  position: absolute;
  top: 45%;
  right: -13%;
  left: 0%;
}
@media only screen and (max-width: 480px) {
  .mobsolutions__img--text--1 {
    top: 48%;
    right: 4%;
    left: 10%;
  }
}
.mobsolutions__img--text--1 h3 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
}
.mobsolutions__img--text--1 a {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
}
.mobsolutions__img--2 {
  background: linear-gradient(180deg, #024c9c 5.74%, rgba(0, 122, 255, 0.03) 100%), url("../img/4.png");
  border-radius: 10px 10px 0px 0px;
  transform: matrix(1, 0, 0, -1, 0, 0);
  border-radius: 10px;
  width: 448px;
  height: 205px;
}
@media only screen and (max-width: 480px) {
  .mobsolutions__img--2 {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .mobsolutions__img--2 {
    width: 100%;
  }
}
.mobsolutions__img--2:hover {
  transform: matrix(1, 0, 0, -1, 0, 0) scale(1.05);
}
.mobsolutions__img--text--2 {
  position: absolute;
  top: 45%;
  right: -8%;
  left: -4%;
}
@media only screen and (max-width: 480px) {
  .mobsolutions__img--text--2 {
    position: absolute;
    right: 26px;
    left: 23px;
    top: 65px;
  }
}
@media only screen and (max-width: 320px) {
  .mobsolutions__img--text--2 {
    right: 10%;
  }
}
.mobsolutions__img--text--2 h3 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 320px) {
  .mobsolutions__img--text--2 h3 {
    font-size: 20px;
  }
}
.mobsolutions__img--text--2 a {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
}
.mobsolutions__img--3 {
  background: linear-gradient(180deg, #024c9c 5.74%, rgba(0, 122, 255, 0.03) 100%), url("../img/6.png");
  border-radius: 10px 10px 0px 0px;
  transform: matrix(1, 0, 0, -1, 0, 0);
  border-radius: 10px;
  width: 448px;
  height: 205px;
}
@media only screen and (max-width: 480px) {
  .mobsolutions__img--3 {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .mobsolutions__img--3 {
    width: 250px;
  }
}
.mobsolutions__img--3:hover {
  transform: matrix(1, 0, 0, -1, 0, 0) scale(1.05);
}
.mobsolutions__img--text--3 {
  position: absolute;
  top: 45%;
  right: 13%;
  left: 16%;
}
@media only screen and (max-width: 480px) {
  .mobsolutions__img--text--3 {
    right: 16%;
  }
}
.mobsolutions__img--text--3 h3 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 320px) {
  .mobsolutions__img--text--3 h3 {
    font-size: 20px;
  }
}
.mobsolutions__img--text--3 a {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
}
.mobsolutions__img--4 {
  background: linear-gradient(180deg, #024c9c 5.74%, rgba(0, 122, 255, 0.03) 100%), url("../img/3.png");
  transform: matrix(1, 0, 0, -1, 0, 0);
  border-radius: 10px;
  width: 448px;
  height: 205px;
}
@media only screen and (max-width: 480px) {
  .mobsolutions__img--4 {
    width: 290px;
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .mobsolutions__img--4 {
    width: 250px;
  }
}
.mobsolutions__img--4:hover {
  transform: matrix(1, 0, 0, -1, 0, 0) scale(1.05);
}
.mobsolutions__img--text--4 {
  position: absolute;
  top: 20%;
  right: 13%;
}
@media only screen and (max-width: 480px) {
  .mobsolutions__img--text--4 {
    right: -2%;
    top: 33%;
  }
}
.mobsolutions__img--text--4 h3 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 320px) {
  .mobsolutions__img--text--4 h3 {
    font-size: 20px;
  }
}
.mobsolutions__img--text--4 a {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
}
.mobsolutions__img--5 {
  background: linear-gradient(180deg, #024c9c 5.74%, rgba(0, 122, 255, 0.03) 100%), url("../img/5.png");
  transform: matrix(1, 0, 0, -1, 0, 0);
  border-radius: 10px;
  width: 448px;
  height: 205px;
}
@media only screen and (max-width: 480px) {
  .mobsolutions__img--5 {
    width: 290px;
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .mobsolutions__img--5 {
    width: 250px;
  }
}
.mobsolutions__img--5:hover {
  transform: matrix(1, 0, 0, -1, 0, 0) scale(1.05);
}
.mobsolutions__img--text--5 {
  position: absolute;
  top: 71%;
  right: 34%;
}
@media only screen and (max-width: 480px) {
  .mobsolutions__img--text--5 {
    right: 21%;
    top: 41%;
  }
}
.mobsolutions__img--text--5 h3 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 320px) {
  .mobsolutions__img--text--5 h3 {
    font-size: 20px;
  }
}
.mobsolutions__img--text--5 a {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
}
.mobsolutions__img--6 {
  background: linear-gradient(180deg, #024c9c 5.74%, rgba(0, 122, 255, 0.03) 100%), url("../img/2.png");
  transform: matrix(1, 0, 0, -1, 0, 0);
  border-radius: 10px;
  width: 450px;
  height: 430px;
}
@media only screen and (max-width: 480px) {
  .mobsolutions__img--6 {
    width: 290px;
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .mobsolutions__img--6 {
    width: 250px;
  }
}
.mobsolutions__img--6:hover {
  transform: matrix(1, 0, 0, -1, 0, 0) scale(1.05);
}
.mobsolutions__img--text--6 {
  position: absolute;
  top: 45%;
  right: 0%;
  left: 0%;
}
.mobsolutions__img--text--6 h3 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 320px) {
  .mobsolutions__img--text--6 h3 {
    font-size: 20px;
  }
}
.mobsolutions__img--text--6 a {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
}

@media only screen and (max-width: 320px) {
  .mobsolutions__img--1 {
    width: 214px;
  }
}
@media only screen and (max-width: 405px) {
  .mobsolutions__img--1 {
    width: 300px;
  }
}
@media only screen and (max-width: 451px) {
  .mobsolutions__img--1 {
    width: 346px;
  }
}
@media only screen and (max-width: 414px) {
  .mobsolutions__img--1 {
    width: 314px;
  }
}
.navigationLinks {
  margin-top: 20px;
}
.navigationLinks h3 {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 29px;
  color: #024c9c;
  margin-bottom: 20px;
}
.navigationLinks li {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 39px;
  color: #024c9c;
}

.mobileShowcase {
  margin-top: 85px;
}
.mobileShowcase h1 {
  margin-left: 55px;
}
@media only screen and (max-width: 480px) {
  .mobileShowcase h1 {
    margin-left: 0px;
    margin-top: 20px;
    text-align: left !important;
  }
}
.mobileShowcase ul {
  margin-left: 55px;
}
@media only screen and (max-width: 480px) {
  .mobileShowcase ul {
    margin-left: 0px;
  }
}
.mobileShowcase li {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 65px;
  display: flex;
  color: #024c9c;
}
@media only screen and (max-width: 480px) {
  .mobileShowcase li {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    text-align: left;
  }
}
.mobileShowcase__img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 480px) {
  .mobileShowcase__img {
    width: 100%;
  }
}

.modal-dialog {
  max-width: 60%;
  margin: 1.75rem auto;
}
@media only screen and (max-width: 480px) {
  .modal-dialog {
    max-width: 95%;
  }
}

.modals label {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 29px;
  color: #979797;
}

.modals input {
  padding: 10px !important;
  border-radius: 20px !important;
}

.modals button {
  width: 100%;
  border-radius: 40px !important;
  background: #024c9c !important;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  padding: 10px 20px !important;
  color: #ffffff;
}

.video-container {
  width: 65%;
  border-radius: 4px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 480px) {
  .video-container {
    width: 90%;
  }
}

.video-container .video-wrapper {
  width: 65%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-container video {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.play-button-wrapper #circle-play-b {
  cursor: pointer;
  pointer-events: auto;
}

.play-button-wrapper #circle-play-b svg {
  width: 100px;
  height: 100px;
  fill: #fff;
  stroke: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  opacity: 0.9;
}
@media only screen and (max-width: 480px) {
  .play-button-wrapper #circle-play-b svg {
    width: 50px;
    height: 50px;
  }
}

.threefeatures h5 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.4em;
  color: #024c9c;
}

@media only screen and (max-width: 480px) {
  .threemobile h3 {
    margin-top: 10px;
  }
}
.threemobile__left {
  display: flex;
  height: 381px;
  justify-content: end;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .threemobile__left {
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .threemobile__left {
    justify-content: start;
    height: auto;
  }
}
.threemobile__left p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  color: #024c9c;
}
@media only screen and (max-width: 768px) {
  .threemobile__left p {
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  .threemobile__left p {
    text-align: left;
  }
}
.threemobile__left h3 {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: right;
  color: #024c9c;
}
@media only screen and (max-width: 768px) {
  .threemobile__left h3 {
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  .threemobile__left h3 {
    text-align: left;
    font-size: 18px;
    margin-top: 10px;
  }
}
.threemobile__right {
  display: flex;
  height: 382px;
  justify-content: end;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .threemobile__right {
    justify-content: start;
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .threemobile__right {
    justify-content: start;
    height: auto;
  }
}
.threemobile__right p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  color: #024c9c;
}
@media only screen and (max-width: 768px) {
  .threemobile__right p {
    text-align: left;
  }
}
.threemobile__right h3 {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: left;
  color: #024c9c;
}
@media only screen and (max-width: 768px) {
  .threemobile__right h3 {
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  .threemobile__right h3 {
    text-align: left;
    font-size: 18px;
  }
}

.mobfeatures .border__right {
  border-right: 2px solid #024c9c;
}
.mobfeatures .border__left {
  border-left: 2px solid #024c9c;
}
.mobfeatures__left {
  display: flex;
  height: 430px;
  justify-content: space-evenly;
  flex-direction: column;
}
@media only screen and (max-width: 480px) {
  .mobfeatures__left {
    display: flex;
    height: auto;
    justify-content: start;
  }
}
.mobfeatures__left--point {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  color: #024c9c;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .mobfeatures__left--point {
    text-align: left;
  }
}
.mobfeatures__right {
  display: flex;
  height: 430px;
  justify-content: space-evenly;
  flex-direction: column;
}
@media only screen and (max-width: 480px) {
  .mobfeatures__right {
    height: auto;
  }
}
.mobfeatures__right--point {
  text-align: left;
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #024c9c;
}

.fourfeatures h1 {
  text-align: left;
}
.fourfeatures h3 {
  text-align: left;
}
.fourfeatures li {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  color: #024c9c;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .fourfeatures li {
    font-size: 14px;
  }
}
.fourfeatures img {
  width: 100%;
}

.ccmFeatures h3 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #024c9c;
}

.desktopShowcase h1 {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  line-height: 59px;
  text-align: center;
  color: #024c9c;
}
@media only screen and (max-width: 480px) {
  .desktopShowcase h1 {
    font-size: 22px;
  }
}
.desktopShowcase li {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 24px;
  color: #024c9c;
  padding: 10px;
}
@media only screen and (max-width: 480px) {
  .desktopShowcase li {
    font-size: 16px;
    padding: 0px;
  }
}
.desktopShowcase li img {
  padding: 10px;
}
@media only screen and (max-width: 480px) {
  .desktopShowcase li .cover {
    width: 100%;
  }
}

.uc-mobileShowcase__left {
  display: flex;
  height: 540px;
  justify-content: space-evenly;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .uc-mobileShowcase__left {
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .uc-mobileShowcase__left {
    justify-content: start;
    height: auto;
  }
}
.uc-mobileShowcase__left p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  color: #024c9c;
}
@media only screen and (max-width: 768px) {
  .uc-mobileShowcase__left p {
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  .uc-mobileShowcase__left p {
    text-align: left;
  }
}
.uc-mobileShowcase__left h3 {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #024c9c;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .uc-mobileShowcase__left h3 {
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  .uc-mobileShowcase__left h3 {
    text-align: left;
    font-size: 18px;
  }
}
.uc-mobileShowcase__right {
  display: flex;
  height: 540px;
  justify-content: space-evenly;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .uc-mobileShowcase__right {
    justify-content: start;
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .uc-mobileShowcase__right {
    justify-content: start;
    height: auto;
  }
}
.uc-mobileShowcase__right p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .uc-mobileShowcase__right p {
    text-align: left;
  }
}
.uc-mobileShowcase__right h3 {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #024c9c;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .uc-mobileShowcase__right h3 {
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  .uc-mobileShowcase__right h3 {
    text-align: left;
    font-size: 18px;
  }
}

#book-appointment-1 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  width: 168px;
  height: 46px;
  left: 353px;
  top: 4107px;
  background: #024c9c;
  border: 0.8px solid #024c9c;
  border-radius: 250px;
}

#book-appointment-2 {
  background: #ffffff;
  color: #024c9c;
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  width: 168px;
  height: 46px;
  left: 353px;
  top: 4107px;
  border: 0.8px solid #024c9c;
  border-radius: 250px;
}

.team_hero h1 {
  color: #024c9c;
}
.team_hero h3 {
  color: #024c9c;
}

.team_members h5 {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 33px;
  color: #024c9c;
}
.team_members h6 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  color: #024c9c;
}
.team_members p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #024c9c;
}

.contact-heading {
  padding: 0px;
}
.contact-heading h1 {
  color: #024c9c;
  margin-bottom: 20px;
}
.contact-heading h3 {
  color: #024c9c;
  margin-bottom: 20px;
}

.contact-form input {
  background: #ffffff;
  border: 1px solid #024c9c;
  border-radius: 10px;
  padding: 20px;
}
.contact-form input::-moz-placeholder {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #c4c4c4;
}
.contact-form input:-ms-input-placeholder {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #c4c4c4;
}
.contact-form input::placeholder {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #c4c4c4;
}
.contact-form input:focus, .contact-form input:target, .contact-form input:visited {
  border: 1px solid #024c9c;
  box-shadow: none;
}
.contact-form button {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  background: #024c9c;
  border: 0.3px solid #024c9c;
  border-radius: 250px;
  padding: 20px 45px;
}
@media only screen and (max-width: 480px) {
  .contact-form button {
    padding: 20px 20px;
    font-size: 12px;
  }
}
.contact-form textarea {
  background: #ffffff;
  border: 1px solid #024c9c;
  border-radius: 10px;
  padding: 20px;
}
.contact-form textarea::-moz-placeholder {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #c4c4c4;
}
.contact-form textarea:-ms-input-placeholder {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #c4c4c4;
}
.contact-form textarea::placeholder {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #c4c4c4;
}
.contact-form textarea:focus, .contact-form textarea:target, .contact-form textarea:visited {
  border: 1px solid #024c9c;
  box-shadow: none;
}

.contact .hero h1 {
  color: #024c9c;
}
.contact .hero h3 {
  color: #024c9c;
}

.telemedicine-gallery .row {
  margin-top: 30px;
}
.telemedicine-gallery h1 {
  text-align: left;
}
.telemedicine-gallery h3 {
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .telemedicine-gallery img {
    width: 100%;
  }
}

.primaryproviders-contact button {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 19px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  background: #024c9c;
  border: 0.3px solid #024c9c;
  border-radius: 250px;
  padding: 12px 110px;
}

.blogitem {
  box-shadow: 1px 1px 35px 0 rgba(145, 158, 190, 0.15);
}
.blogitem h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  text-align: center;
  color: #024c9c;
}
.blogitem p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #575546;
}

body {
  background: linear-gradient(-45deg, #effafb 12.19%, #ffffff 35.78%, #effafb 65.7%, #ffffff 100%);
  background-size: 400% 400%;
  -webkit-animation: gradient 4s ease infinite;
          animation: gradient 4s ease infinite;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}/*# sourceMappingURL=main.css.map */