:root {
  font-size: 62.5%;
}

:root body {
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 1.6rem;
}

.title {
  margin-bottom: 50px;
}

.title h1 {
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: -1px;
  color: #3F5466;
}

.title h4 {
  color: #0E6BDC;
  letter-spacing: .1rem;
  text-transform: uppercase;
}

.title p {
  margin-top: 20px;
}

h1,
h2,
h3 {
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 3.2rem;
}

h2 {
  font-size: 2.8rem;
}

h3 {
  font-size: 2.4rem;
}

p {
  color: #555;
  font-size: 1.6rem;
  margin: 20px 0;
}

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

body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section {
  padding: 80px 0;
  overflow: hidden;
}

.gutter-50 {
  padding: 25px 0;
}

.gutter-100 {
  padding: 50px 0;
}

.readmore, .submit-btn {
  max-width: 180px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  background-color: #FF87C1;
  background-image: linear-gradient(120deg, #FF87C1 70%, #F0509D 100%);
  color: #fff;
  height: 46px;
  line-height: 46px;
  padding: 0 6px;
  border-radius: 50px;
  font-family: "Lato", Helvetica, sans-serif;
  letter-spacing: .1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.readmore .content, .submit-btn .content {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  text-align: center;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.readmore .icon, .submit-btn .icon {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  background-color: #F0509D;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.readmore:hover, .submit-btn:hover, .readmore:focus, .submit-btn:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
}

.readmore:hover .icon, .submit-btn:hover .icon, .readmore:hover .content, .submit-btn:hover .content, .readmore:focus .icon, .submit-btn:focus .icon, .readmore:focus .content, .submit-btn:focus .content {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}

.readmore.light-btn, .light-btn.submit-btn {
  background-image: none;
  background-color: #E9F2FF;
  color: #0E6BDC;
}

.readmore.light-btn .icon, .light-btn.submit-btn .icon {
  background-color: #1E7CE4;
  color: #fff;
}

.readmore.primary-btn, .primary-btn.submit-btn {
  background-color: #1E7CE4;
  background-image: linear-gradient(120deg, #1E7CE4 70%, #0240C0 100%);
  color: #fff;
}

.readmore.primary-btn .icon, .primary-btn.submit-btn .icon {
  background-color: #0240C0;
  color: #fff;
}

#intro .readmore, #intro .submit-btn {
  max-width: 220px;
  margin-top: 60px;
}

.big-cover .readmore, .big-cover .submit-btn {
  margin-top: 50px;
}

#services .readmore, #services .submit-btn {
  min-width: 220px !important;
  margin-top: 30px;
}

.cover .readmore, .cover .submit-btn {
  margin-top: 50px;
  max-width: 320px !important;
}

.submit-btn {
  border: 0;
  max-width: auto;
  min-width: 180px;
}

.home-header {
  background-color: #1E7CE4;
  background-image: linear-gradient(120deg, #1E7CE4 30%, #0240C0 100%);
  width: 100%;
  height: 100vh;
  min-height: 750px;
  position: relative;
  padding: 0 140px;
  padding-bottom: 100px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-header .slogan {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

.home-header .slogan h3 {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
}

.home-header .slogan h1 {
  font-size: 7rem;
  color: #fff;
}

.home-header .slogan p {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 300;
}

@media screen and (min-width: 1400px) {
  .home-header .slogan h1 {
    font-size: 8rem;
  }
  .home-header .slogan h3 {
    font-size: 2.5rem;
  }
  .home-header .slogan p {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}

.home-header .img-container {
  width: 100vh;
  height: 100vh;
  border-radius: 100px;
  transform: rotate(-39deg);
  -webkit-transform: rotate(-39deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  position: absolute;
  left: 60vw;
  top: -20vh;
}

.home-header .img-container .img-box {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 200;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
}

.home-header .img-container .img-box img {
  height: 110%;
  transform: rotate(39deg);
  -webkit-transform: rotate(39deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-header .img-container:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: #0240C0;
  left: -50px;
  top: -20px;
  position: absolute;
  z-index: 100;
}

.home-header .bottom {
  width: 102%;
  display: block;
  position: absolute;
  bottom: -1px;
  left: -1%;
}

.home-header .bottom img {
  pointer-events: none;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .home-header {
    padding: 0 50px;
    padding-bottom: 100px;
  }
  .home-header .slogan h1 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 992px) {
  .home-header {
    padding: 0 20px;
    padding-bottom: 170px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .home-header .slogan {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    position: relative;
    z-index: 500;
  }
  .home-header .slogan h3 {
    font-size: 1.6rem;
  }
  .home-header .slogan h1 {
    font-size: 3rem;
  }
}

#intro .img-cont {
  width: 100%;
  padding-top: 120%;
  position: relative;
  margin-top: 30px;
}

#intro .img-cont .img-box {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 400;
}

#intro .img-cont .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#intro .img-cont:after {
  content: '';
  position: absolute;
  right: -60px;
  top: -30px;
  width: 100%;
  height: 100%;
  background-image: url("../img/patternsmall.png");
  background-repeat: no-repeat;
  z-index: 200;
}

#intro .img-cont:before {
  content: '';
  position: absolute;
  left: -15px;
  bottom: -30px;
  width: 200px;
  height: 300px;
  background-color: #1E7CE4;
}

.cover {
  margin: 20px 20px;
  background: #f5f5f5;
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
  position: relative;
  padding: 180px 0;
  background-image: url("../img/cover.jpg");
  background-size: cover;
  background-position: left center;
}

.cover .overlay {
  display: none;
}

@media screen and (max-width: 992px) {
  .cover .overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.4);
  }
}

.map-cont {
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  height: 0;
  margin-top: 150px;
}

.map-cont #map {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.c-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.c-boxes .contact-box {
  border: 1px solid #ededed;
  padding: 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
  border-radius: 5px;
}

.c-boxes .contact-box h4 {
  font-weight: 400;
  font-family: "Lato", Helvetica, sans-serif;
}

.c-boxes .contact-box .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #1E7CE4;
  background-color: #E9F2FF;
  text-align: center;
  margin-bottom: 15px;
}

.c-boxes .contact-box .icon i {
  line-height: 40px;
}

.form-cont {
  width: 100%;
}

.form-cont h2 {
  font-size: 2rem;
  color: #3F5466;
}

.form-cont .flex-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-cont .flex-input .input-cont {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

@media screen and (max-width: 769px) {
  .form-cont .flex-input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .form-cont .flex-input .input-cont {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.form-cont .input-cont {
  width: 100%;
  padding: 15px 0;
}

.form-cont .input-cont label {
  margin: 0;
  font-weight: 700;
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
}

.form-cont .input-cont input {
  height: 35px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #3F5466;
  outline: none;
}

.form-cont .input-cont textarea {
  height: 85px;
  width: 100%;
  border: 0;
  padding-top: 10px;
  resize: none;
  border-bottom: 1px solid #3F5466;
  outline: none;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.navigation .hamburger {
  display: none;
  width: 30px;
  height: 30px;
  padding: 4px 0;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.navigation .hamburger span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: block;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.navigation .hamburger:hover, .navigation .hamburger:focus {
  padding: 6px 0;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .navigation .hamburger {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.navigation .logo {
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-right: 50px;
}

.navigation .logo i {
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.9);
  margin-right: 10px;
}

.navigation .logo h3 {
  color: #fff;
  margin: 0;
  font-size: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.navigation .logo p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  letter-spacing: 0.1rem;
}

.navigation ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.navigation .menu-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
          transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.navigation .menu-links .nav-item a {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 1.4rem;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.navigation .menu-links .nav-item a:hover, .navigation .menu-links .nav-item a:focus {
  color: #fff;
}

@media screen and (max-width: 769px) {
  .navigation .menu-links {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background-color: #1E7CE4;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
  }
  .navigation .menu-links .navigation-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .navigation .menu-links .navigation-center li a {
    font-size: 2rem;
    margin: 10px 0;
  }
  .navigation .menu-links .social-links li {
    margin: 10px;
  }
  .navigation .menu-links .social-links li a {
    font-size: 2rem;
  }
}

.navigation.opened .logo {
  z-index: 999;
}

.navigation.opened .hamburger {
  position: relative;
  z-index: 1000;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.navigation.opened .hamburger span {
  width: 29px;
  background-color: #fff !important;
}

.navigation.opened .hamburger span:nth-child(2) {
  opacity: 0;
  width: 0;
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
}

.navigation.opened .hamburger span:nth-child(1) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform-origin: top left;
  -webkit-transform-origin: top left;
}

.navigation.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
}

.navigation.opened .hamburger:hover, .navigation.opened .hamburger:focus {
  padding: 4px 0;
}

.navigation.opened .menu-links {
  width: 100%;
  opacity: 1;
  height: 100%;
}

.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 990;
  line-height: 40px;
  color: #fff;
  background-color: #0240C0;
  text-align: center;
  opacity: 0;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  border-radius: 100%;
  width: 0;
  height: 0;
  overflow: hidden;
}

.back-to-top:focus, .back-to-top:hover {
  color: #fff;
  opacity: 0.8;
}

.back-to-top.shown {
  width: 40px;
  height: 40px;
  opacity: 1;
}

#services .services-grid {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: (220px)[3];
      grid-template-rows: repeat(3, 220px);
  position: relative;
  margin: 70px 0;
}

#services .services-grid .line1 {
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  z-index: 600;
}

#services .services-grid .line2 {
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  z-index: 600;
}

#services .services-grid .line3 {
  position: absolute;
  background-color: #fff;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 600;
}

#services .services-grid .line4 {
  position: absolute;
  background-color: #fff;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 600;
}

@media screen and (max-width: 992px) {
  #services .services-grid {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: (220px)[4];
        grid-template-rows: repeat(4, 220px);
  }
}

@media screen and (max-width: 769px) {
  #services .services-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (220px)[6];
        grid-template-rows: repeat(6, 220px);
  }
}

#services .service-box {
  border: 1px solid rgba(237, 237, 237, 0.6);
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  position: relative;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

#services .service-box:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  z-index: 100;
  border: 0;
  -webkit-box-shadow: 0px 24px 45px -9px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 24px 45px -9px rgba(0, 0, 0, 0.2);
}

#services .service-box h4 {
  font-weight: 400;
  font-family: "Lato", Helvetica, sans-serif;
  color: #3F5466;
  margin-top: 15px;
  font-size: 1.6rem;
}

#services .service-box .icon {
  width: 100px;
  height: 100px;
}

#services .service-box .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.my-accordion .question {
  margin: 3px 0;
}

.my-accordion .question .q-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E9F2FF;
  padding: 20px;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.my-accordion .question .q-header i {
  margin-left: 15px;
  color: #0E6BDC;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.my-accordion .question .q-header h3 {
  font-size: 1.8rem;
  margin: 0;
  color: #3F5466;
  line-height: 2.6rem;
}

.my-accordion .question .q-header:hover {
  cursor: pointer;
  background-color: #1E7CE4;
}

.my-accordion .question .q-header:hover h3 {
  color: #fff;
}

.my-accordion .question .q-header:hover i {
  color: #0240C0;
}

.my-accordion .question .q-body {
  padding: 0 20px;
  background-color: #f7faff;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.my-accordion .question .q-body p {
  margin: 0;
  font-size: 1.5rem;
  opacity: 0;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.my-accordion .question.opened .q-header i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.my-accordion .question.opened .q-body {
  max-height: 600px;
  padding: 20px 20px;
  -webkit-transition: max-height .4s ease-in-out;
  transition: max-height .4s ease-in-out;
}

.my-accordion .question.opened .q-body p {
  opacity: 1;
}

#testimonials {
  position: relative;
}

#testimonials .quote-img {
  position: absolute;
  z-index: -2;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: .02;
  width: 120%;
  left: -150px;
  bottom: 0;
}

.t-box {
  padding: 25px 30px;
  border: 1px solid #ededed;
  border-radius: 7px;
  margin: 20px 0;
}

.t-box:nth-of-type(1) {
  margin-top: 0;
}

.t-box p {
  font-size: 1.5rem;
  margin: 0;
}

.t-box .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}

.t-box .avatar {
  margin: 0;
  margin-right: 12px;
  width: 40px;
  height: 40px;
  background-color: #E9F2FF;
  border-radius: 50px;
  overflow: hidden;
}

.t-box .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.t-box h3 {
  font-size: 1.8rem;
  color: #0E6BDC;
  margin: 0;
}

#intro .title {
  margin-bottom: 30px;
}

#intro h3 {
  color: #3f5466;
  font-weight: 400;
  line-height: 3rem;
  margin-bottom: 50px;
}

#meet-doctor {
  margin: 80px 20px;
  background: #f5f5f5;
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
  position: relative;
  padding: 120px 0;
}

#meet-doctor .doc-image {
  position: absolute;
  left: 140px;
  bottom: 0;
  width: 400px;
}

@media screen and (max-width: 992px) {
  #meet-doctor {
    padding: 100px 20px;
    padding-bottom: 0;
    margin: 40px 20px;
    text-align: center;
  }
  #meet-doctor .readmore, #meet-doctor .submit-btn {
    margin: 0 auto;
    margin-top: 30px;
  }
  #meet-doctor .doc-image {
    position: static;
    max-width: 90%;
    margin: 0 auto;
    display: block;
  }
}

footer {
  padding: 70px 0;
  padding-bottom: 20px;
  background-color: #f5f5f5;
}

footer h3 {
  font-size: 2rem;
  color: #3F5466;
}

footer .footer-links {
  list-style: none;
  margin: 20px 0;
}

footer .footer-links li {
  margin: 5px 0;
}

footer .footer-links li a {
  color: #555;
  font-weight: 400;
  padding: 5px 0;
}

footer .info-block {
  margin: 20px 0;
}

footer .info-block h4 {
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 2px;
}

footer .info-block p {
  margin: 0;
}

footer .logo {
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

footer .logo i {
  font-size: 3rem;
  color: rgba(63, 84, 102, 0.9);
  margin-right: 10px;
}

footer .logo h3 {
  color: #3F5466;
  margin: 0;
  font-size: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

footer .logo p {
  color: rgba(63, 84, 102, 0.7);
  margin: 0;
  letter-spacing: 0.1rem;
}

footer .footer-about {
  line-height: 2.5rem;
  color: rgba(63, 84, 102, 0.7);
}

footer .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-top: 30px;
}

footer .social-links .social a {
  margin-right: 10px;
  color: #3F5466;
}

footer .social-links .social a:hover, footer .social-links .social a:focus {
  color: #3F5466;
  opacity: 0.8;
}

footer .social-links .social a:nth-of-type(1) {
  padding-left: 5px;
}

.inner-header {
  height: 100vh;
  background-color: #1E7CE4;
  background-image: linear-gradient(120deg, #1E7CE4 30%, #0240C0 100%);
  position: relative;
  padding: 0 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inner-header .doc-img {
  height: 90%;
  position: absolute;
  bottom: 0;
  left: 140px;
}

.inner-header .content {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.inner-header .content .readmore, .inner-header .content .submit-btn {
  margin-top: 40px;
}

.inner-header .content .title h1 {
  color: #fff;
}

.inner-header .content .title h4 {
  color: rgba(255, 255, 255, 0.7);
}

.inner-header .content p {
  color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 992px) {
  .inner-header {
    padding: 150px 50px;
    height: auto;
  }
  .inner-header .title {
    margin-bottom: 20px;
  }
  .inner-header .title h1 {
    font-size: 3rem;
  }
  .inner-header .doc-img {
    height: auto;
    max-width: 40%;
    left: 50px;
  }
}

@media screen and (max-width: 769px) {
  .inner-header {
    padding: 140px 20px;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .inner-header .content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
  }
  .inner-header .content .readmore, .inner-header .content .submit-btn {
    margin: 0 auto;
    margin-top: 30px;
  }
  .inner-header .doc-img {
    height: auto;
    max-width: 80%;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    position: static;
  }
}

#more-about {
  background-color: #f5f5f5;
}

@media screen and (max-width: 992px) {
  #more-about img {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 992px) {
  #about-intro {
    text-align: left !important;
    padding-bottom: 20px;
  }
  #about-intro .text-center {
    text-align: left !important;
  }
}

.about-page #intro {
  padding-top: 0;
}

@media screen and (max-width: 992px) {
  #faq .faq-cont {
    padding-top: 100px;
  }
}
/*# sourceMappingURL=main.css.map */