/*-----------------------------------------------------------
    Theme Name: Doob | Simple Agency HTML Template
    Description: Simple Agency HTML Template
    Author: Graphberry
    Author URI: https://www.graphberry.com/
    Version: 1.0
-------------------------------------------------------------*/

/*-----------------------------------------------------------
    1  General Styles
    2  Typography
    3  Buttons & Links 
    4  Header
    5  Services
    6  About  
    7  Portfolio
    8  Blog
    9  Contact
    10 Footer
    11 Responsive 
-------------------------------------------------------------*/

/*-----------------------------------------------------------
    1. General Styles 
-------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
a {
  font-weight: 600;
  color: #5e88fc;
  text-decoration: none;
  letter-spacing: 1px;
  position: relative;
}
a:focus,
a:hover {
  color: rgba(44, 44, 44, 0.8);
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #5e88fc;
  font-weight: 600;
  letter-spacing: 1px;
}
:active,
:focus {
  outline: none !important;
}
.gap-32 {
  gap: 32px;
}
.w-115 {
  width: 115px;
}
.w-150 {
  width: 150px;
}
.gap-15 {
  gap: 15px;
}
.max-230 {
  max-width: 230px !important;
}
/*-----------------------------------------------------------
  2. Typography 
------------------------------------------------------------*/
body {
  color: #5e88fc;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  overflow-x: hidden;
  transition: opacity 1s;
  min-width: 330px;
}
h1,
.h1 {
  font-size: 4.4rem;
  margin-bottom: 20px;
}
h2,
.h2 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  margin-bottom: 50px;
}
.about h2 {
  margin-bottom: 25px;
}
h3,
.h3 {
  font-size: 1.9rem;
  line-height: 2.5rem;
  margin-bottom: 15px;
}
h4,
.h4 {
  font-size: 24px;
}
h5,
.h5 {
  font-size: 1rem;
  color: #ff3946;
}
h6,
.h6 {
  font-size: 1rem;
  margin-bottom: 10px;
}
.about p {
  color: #5e88fc;
}
p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #6e757a;
  margin-bottom: 15px;
  letter-spacing: 0.025em;
}
/*-----------------------------------------------------------
  3. Buttons & Links
-------------------------------------------------------------*/
.contact-btn button {
  width: 200px;
  height: 60px;
  border: 0px;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(30, 32, 33, 0.07);
  -moz-box-shadow: 0px 4px 6px 0px rgba(30, 32, 33, 0.07);
  box-shadow: 0px 4px 6px 0px rgba(30, 32, 33, 0.07);
  background-color: #fff;
  border-radius: 3px;
  font-size: 1.2rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #ff3946;
}
.contact-btn i {
  font-size: 2rem;
  width: 100px;
  height: 100px;
  color: #ff3946;
}
.hero-btns a:first-child {
  background-color: #ff3946;
  border: 2px solid #ff3946;
  color: #fff;
  padding: 17px 35px;
  font-size: 1rem;
  border-radius: 30px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(255, 57, 70, 0.15);
  -moz-box-shadow: 0px 4px 5px 0px rgba(255, 57, 70, 0.15);
  box-shadow: 0px 4px 5px 0px rgba(255, 57, 70, 0.15);
}
.hero-btns a:first-child:hover {
  background-color: #fff;
  border: 2px solid #ff3946;
  color: #5e88fc;
  padding: 17px 35px;
  font-size: 1rem;
  border-radius: 30px;
  transition: all 0.3s ease;
}
.hero-btns a:last-child {
  color: #5e88fc;
  padding: 17px 35px;
  font-size: 1rem;
}
.hero-btns a:last-child:hover {
  color: #ff3946;
  transition: all 0.3s ease;
}
.hero-btns-echo a:first-child {
  background-color: #fcd25e;
  border: 2px solid #fcd25e;
  color: #fff;
  padding: 17px 35px;
  font-size: 1rem;
  border-radius: 30px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(255, 57, 70, 0.15);
  -moz-box-shadow: 0px 4px 5px 0px rgba(255, 57, 70, 0.15);
  box-shadow: 0px 4px 5px 0px rgba(255, 57, 70, 0.15);
}
.hero-btns-echo a:first-child:hover {
  background-color: #fff;
  border: 2px solid #ff3946;
  color: #5e88fc;
  padding: 17px 35px;
  font-size: 1rem;
  border-radius: 30px;
  transition: all 0.3s ease;
}
.hero-btns-echo a:last-child {
  color: #ffffff;
  padding: 17px 35px;
  font-size: 1rem;
}
.hero-btns-echo a:last-child:hover {
  color: #ff3946;
  transition: all 0.3s ease;
}
.navbar-light .navbar-toggler {
  color: #5e88fc;
  border: none;
}
.navbar-toggler {
  padding: 0.5rem 1.2rem 0.25rem 0rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.interactive-menu-button {
  position: relative;
}
.interactive-menu-button a {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
}
.interactive-menu-button a span {
  height: 4px;
  position: absolute;
  background: #5e88fc;
  text-indent: -999em;
  width: 100%;
  top: 6px;
  transition: all 0.5s cubic-bezier(0, 0.275, 0.125, 1);
}
.interactive-menu-button a span:before,
.interactive-menu-button a span:after {
  content: "";
  height: 4px;
  background: #5e88fc;
  width: 100%;
  position: absolute;
  top: -6px;
  left: 0;
  transition: all 0.5s cubic-bezier(0, 0.275, 0.125, 1);
}
.interactive-menu-button a span:after {
  top: 6px;
}
.interactive-menu-button a.active span {
  background: transparent;
}
.interactive-menu-button a.active span:before {
  transform: translateY(6px) translateX(1px) rotate(45deg);
}
.interactive-menu-button a.active span:after {
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
}
.navbar-nav .dropdown-menu {
  text-align: center;
  border: 0;
  background-color: #5e88fc;
}
.navbar-nav .dropdown-menu a {
  color: #fff;
  cursor: pointer;
  font-size: 1.3rem;
  margin: 10px 0px;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #ff3946 !important;
  text-decoration: none;
  background-color: #5e88fc;
}
.service-btn a {
  color: #fff !important;
  font-size: 0.8rem !important;
}
.service-btn a:hover {
  color: #ff3946 !important;
}
.more-btn {
  text-align: center;
  margin: 15px 0px 100px 0px;
}
.more-btn a {
  font-size: 1.2rem;
  color: #ff3946 !important;
  cursor: pointer;
  padding: 20px 30px;
}
.more-btn a:hover {
  color: #5e88fc !important;
}
.contact-btn {
  text-align: center;
  margin-top: 70px;
}
.contact-btn a {
  color: #fff !important;
}
.contact-btn a:hover {
  color: #5e88fc !important;
}
/*-----------------------------------------------------------
  4. Header
-------------------------------------------------------------*/
.navbar-light .navbar-nav .nav-link {
  color: #5e88fc;
  font-size: 1.1rem;
}
.hero-btns {
  margin-bottom: 350px;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #ff3946;
}
.navbar {
  padding: 50px 0 0 0;
}
.navbar-light .navbar-brand {
  margin-right: 10%;
}
.nav-item {
  padding: 0 10px;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #ff3946;
}
.hero__img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -9;
  margin-top: 30px;
  width: 50%;
}
.hero h1 {
  margin-top: 0;
}
.hero p {
  margin-bottom: 0px;
}
.mb-50 {
  margin-bottom: 50px;
}
/*-----------------------------------------------------------
  5. Services
-------------------------------------------------------------*/
.services {
  padding: 50px 0px;
}
.services p {
  font-size: 1rem;
  color: #5e88fc;
  line-height: 1.5rem;
}
.side-img img {
  position: absolute;
  left: -20px;
  z-index: 0;
}
.side2-img img {
  position: absolute;
  right: -20px;
  top: 1300px;
  z-index: -1;
}
.service-boxv {
  background-color: #fff;
  padding: 40px 45px;
  margin: 10px;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(28, 31, 33, 0.15);
  -moz-box-shadow: 0px 3px 7px 0px rgba(28, 31, 33, 0.15);
  box-shadow: 0px 3px 7px 0px rgba(28, 31, 33, 0.15);
}
.service-boxv img {
  margin-bottom: 30px;
}
.service-box {
  background-color: #fff;
  padding: 40px 35px;
  margin: 10px;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(28, 31, 33, 0.15);
  -moz-box-shadow: 0px 3px 7px 0px rgba(28, 31, 33, 0.15);
  box-shadow: 0px 3px 7px 0px rgba(28, 31, 33, 0.15);
  position: relative;
  height: 100%;
}
.service-box img {
  max-width: 82px;
}
#success {
  font-size: 20px;
  font-weight: bold;
  color: #008000de;
}
/*-----------------------------------------------------------
  6. About
-------------------------------------------------------------*/

/*-----------------------------------------------------------
 7. Portfolio
-------------------------------------------------------------*/
.portfolio-aside img {
  margin-top: 20px;
  position: absolute;
  left: -20px;
}
.work-box {
  margin-bottom: 30px;
}
.work-box img {
  width: 370px;
  height: auto;
}
/* Portfolio Gallery Hover */
.photobox {
  display: inline-block;
}
.photobox__previewbox {
  position: relative;
  overflow: hidden;
}
.photobox__preview {
  display: block;
  max-width: 100%;
}
.photobox__previewbox:before {
  content: "";
}
.photobox_type10 .photobox__previewbox:before {
  width: 0;
  height: 0;
  padding: 25%;
  background-color: #5e88fc;
  opacity: 0.8;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform calc(var(--photoboxAnimationDuration, 0.8s) / 2) ease;
  will-change: transform;
  transform: translate(-50%, -50%) scale(0);
}
.photobox_type10:hover .photobox__previewbox:before {
  transform: translate(-50%, -50%) scale(4);
  transition-duration: var(--photoboxAnimationDuration, 0.8s);
}
.photobox_type10 .photobox__label {
  width: 95%;
  text-align: center;
  opacity: 0;
  transition: opacity calc(var(--photoboxAnimationDuration, 0.8s) / 4)
      cubic-bezier(0.71, 0.05, 0.29, 0.9),
    transform calc(var(--photoboxAnimationDuration, 0.8s) / 4)
      cubic-bezier(0.71, 0.05, 0.29, 0.9);
  will-change: opacity, transform;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 200%);
  z-index: 3;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
}
.photobox_type10:hover .photobox__label {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition-duration: calc(var(--photoboxAnimationDuration, 0.8s) / 2);
  transition-delay: calc(var(--photoboxAnimationDuration, 0.8s) / 4);
}
.hide {
  display: none;
  transition: all 0.3s ease;
}
/*-----------------------------------------------------------
  8. Blog
-------------------------------------------------------------*/
.blog-aside img {
  position: absolute;
  right: -20px;
  margin-top: 200px;
}
.blog {
  padding: 25px 0px;
  margin-bottom: 100px;
}
.blog-box {
  background-color: #fff;
  min-height: 330px;
  max-width: 370px;
  padding: 50px 25px;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(28, 31, 33, 0.15);
  -moz-box-shadow: 0px 3px 7px 0px rgba(28, 31, 33, 0.15);
  box-shadow: 0px 3px 7px 0px rgba(28, 31, 33, 0.15);
  margin: 10px;
}
.blog-box p:nth-child(2) {
  font-size: 0.9rem;
  color: #6e757a !important;
}
.blog-box p:nth-child(3) {
  font-size: 1.2rem;
  color: #5e88fc;
}
.slick-prev {
  position: absolute;
  right: 60px;
  top: -50px;
}
.slick-next {
  position: absolute;
  right: 10px;
  top: -50px;
}
.blog-slider button {
  font-size: 3rem;
  border: none;
  background-color: #fff;
  color: #bbbbbc;
}
.blog-slider button:hover {
  color: #5e88fc;
  transition: all 0.3s ease;
}
.blog-first {
  background-color: #ff3946;
}
.blog-first h6 {
  color: #fff;
}
.blog-first p:nth-child(2) {
  color: #fff !important;
}
.blog-first p:nth-child(3) {
  color: #fff;
}
.blog-slider {
  cursor: pointer;
}
.hide-blog {
  display: none;
}
#blog-btn {
  color: #ff3946;
  font-size: 1.2rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  background-color: #fff;
  border: none;
  margin-top: 20px;
}
#blog-btn:hover {
  color: #5e88fc;
}
.hide-me {
  display: none;
}
/*-----------------------------------------------------------
  9. Contact
-------------------------------------------------------------*/

.email input {
  width: 100%;
  height: 60px;
  background-color: #f4fafe;
  border: none;
  padding: 0px 20px;
  color: #5e88fc;
  font-weight: 600;
  margin-bottom: 15px;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5e88fc;
  font-weight: 600;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #5e88fc;
  font-weight: 600;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #5e88fc;
  font-weight: 600;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #5e88fc;
  font-weight: 600;
}
textarea {
  background-color: #f4fafe;
  border: none;
  width: 100%;
  padding: 20px;
  margin-top: 0 !important;
  color: #5e88fc;
  font-weight: 600;
}
/*-----------------------------------------------------------
  10. Footer
-------------------------------------------------------------*/
footer {
  background-color: #2a3e52;
  text-align: center;
  padding: 40px 0px 0px 0px;
  color: #ffffff;
}
footer h5 {
  color: #fff;
  padding-bottom: 10px;
}
footer h3 {
  color: #ff3946;
  font-size: 3rem;
  margin-bottom: 30px;
}
.contact-nav li {
  display: inline;
  color: #fff;
}
.contact-nav a {
  color: #fff;
  font-size: 1.1rem;
  padding: 20px 20px;
}
.contact-nav a:hover {
  color: #ff3946;
}
footer h6 {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 400;
  margin-top: 50px;
  margin-bottom: 20px;
}
.social li {
  display: inline;
}
.social li a {
  font-size: 2.7rem;
  color: #fff;
  margin: 0px 30px;
}
.social li a:hover {
  color: #ff3946;
  transition: all 0.3s ease;
}

.nav > li > a:hover {
  background-color: transparent;
}

/*-----------------------------------------------------------
  Updated (Gloria)
-------------------------------------------------------------*/

.Loading {
  background: url(../images/favicon.ico);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff9e;
}

@media (max-width: 800px) {
  .side2-img {
    display: none;
  }
}
.container-medium {
  max-width: 1260px;
}
.video-container {
  position: relative;
  padding-bottom: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer-logo {
  display: block;
  margin: 0 auto;
  max-width: 100px;
}
.footer-bottom {
  background: #182a3d;
  min-height: 50px;
  padding: 14px 0;
  margin-top: 20px;
}
footer .nav-link {
  color: #fff;
  opacity: 0.8;
  transition: all 500ms;
}
footer .nav-link:hover {
  opacity: 1;
}
.footer-top .nav {
  margin: 0 0 20px 0 !important;
}
.fa-brands {
  font-size: 22px;
  padding: 0 5px;
}
.app-store a:hover {
  color: #fff;
}
form .form-control {
  color: #6c757d;
  opacity: 1;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  height: 40px;
  border-radius: 3px;
  background-color: #f5f8fa;
}
#form-contact .form-group {
  margin-bottom: 2rem;
}
#emailHelp {
  position: absolute;
}
.btn {
  background: #ff7a59;
  border-color: #ff7a59;
  font-weight: bold;
  font-size: 14px;
  min-width: 110px;
  border-radius: 30px;
  padding: 12px 34px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(255, 57, 70, 0.15);
  -moz-box-shadow: 0px 4px 5px 0px rgba(255, 57, 70, 0.15);
  box-shadow: 0px 4px 5px 0px rgba(255, 57, 70, 0.15);
}
.btn:hover {
  background-color: #fcd25e;
  border-color: #fcd25e;
}
.form-group {
  position: relative;
}
.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.04);
}
.form-control::placeholder {
  font-weight: normal;
}
.form-control:focus::placeholder {
  opacity: 0.3 !important;
}
.required {
  color: #ff7a59;
  position: absolute;
  top: 6px;
  left: 6px;
  font-size: 7px;
}
.error {
  color: #ff3946;
}
#contact-us {
  margin-bottom: 120px;
}
#message {
  min-height: 40px;
}
.my-150 {
  margin: 150px 0;
}
.mt-80 {
  margin-top: 80px;
}
/* .card-img-top {
	max-width: 160px;
	height: 160px;
	display: inline-block;
	border-radius: 100%;
	border: solid 1px;
	overflow: hidden;
	background:#33475b29;
} */
.mt-6 {
  margin-top: 6rem;
}
.card-title {
  margin-bottom: 0.75rem;
  color: #5e88fc;
  font-size: 1.6rem !important;
}
.card-text {
  font-size: 1.1rem;
}
.text-orange {
  color: #ff3946 !important;
}
.hero-btns-echo .text-dark {
  color: #000 !important;
}
.card .btn {
  width: 200px;
  margin: auto;
}
.blue-btn,
.hero-btns-echo a.blue-btn {
  background-color: rgb(94, 136, 252);
  border: 2px solid #5e88fc;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(94, 136, 252, 0.15);
  -moz-box-shadow: 0px 4px 5px 0px rgba(94, 136, 252, 0.15);
  box-shadow: 0px 4px 5px 0px rgba(94, 136, 252, 0.15);
}
.app-store a img {
  max-height: 40px;
  opacity: 0.9;
}
.app-store a img:hover {
  opacity: 0.7;
}
.app-store a:last-child img {
  max-height: 40px;
}
.shadow {
  border: solid 6px #5e88fc21;
  box-shadow: 0 25px 23px rgba(0, 0, 0, 0.2);
}

.why-echo-for__links .list-inline-item {
  position: relative;
}

/* .why-echo-for__links .list-inline-item::after {
    content: '';
    width: 1px;
    height: 47px;
    background: #00000082;
    display: block;
    right: -7px;
    top: 50%;
    position: absolute;
    translate: s;
    transform: translateY(-50%);
  } */

/* .why-echo-for  h2{color:#1c2e5f; } */

.block-line-style .list-inline-item {
  font-size: 1.3rem;
}

.why-echo-for__links .list-inline-item:last-child::after {
  display: none;
}

.block-line-style h2 {
  background: #fff;
  position: relative;
  z-index: 99;
}

.block-line-style ul {
  display: inline-block;
}

.block-line-style .list-inline-item {
  padding: 0 10px;
}
.why-echo-for {
  position: relative;
}
/* .why-echo-for::after {
        content: '';
        position: absolute;
        width: 1px;
        height: 114px;
        background: #00000082;
        display: block;
        top: 0;
        left: 50%;
      } */

.why-echo-for__links {
  background: white;
  z-index: 999;
  position: relative;
}

.my-70 {
  margin: 70px 0;
}

.max-180 {
  max-width: 180px !important;
}
.h-img-80 {
  max-width: 100% !important;
  height: 81px;
}
.w-32 {
  width: 32px;
}
.max-240 {
  max-width: 280px !important;
}

.h-progress {
  min-height: 100px;
}

.introtext {
  max-width: 55%;
}

@media (min-width: 992px) {
  .service-box h3 {
    min-height: 82px;
  }
  .introtext .h2 {
    max-width: 95%;
  }
}

/*-----------------------------------------------------------
  11. Responsive
-------------------------------------------------------------*/
@media (max-width: 1700px) {
  .hero-btns {
    margin-bottom: 200px;
  }
}
@media (max-width: 1500px) {
  .hero__img {
    margin-top: 130px;
  }
}
@media (max-width: 1350px) {
  .hero-btns {
    margin-bottom: 140px;
  }
}
@media (max-width: 1199px) {
  .nav-item {
    padding: 0px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 1rem;
  }
  .contact-btn button {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: none;
    font-size: 1rem;
  }
  .hero__img {
    margin-top: 150px;
    width: 60%;
  }
  .hero h1 {
    /* margin-top: 150px; */
  }
  h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
  h3 {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 20px;
  }
  .services p {
    font-size: 0.8rem;
  }
  .hero-btns {
    margin-bottom: 120px;
  }
}
@media (max-width: 991px) {
  .navbar {
    padding: 15px 0 0 0;
  }
  .hero__img {
    display: none;
  }
  .hero {
    text-align: center;
  }
  .hero h1 {
    margin-top: 80px;
  }
  .navbar-collapse {
    text-align: center;
    margin-top: 50px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 2rem;
  }
  .contact-btn {
    display: none;
  }
  .hero-btns {
    margin-bottom: 70px;
  }
  .service-txt {
    text-align: center;
  }
  .about img {
    margin-bottom: 70px;
  }
  .about {
    text-align: center;
  }
  .portfolio {
    text-align: center;
  }
  .blog {
    text-align: center;
  }
  .blog-box {
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .contact {
    text-align: center;
  }
}
@media (max-width: 768px) {
  h2,
  .h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .service-boxv {
    padding: 20px 25px;
    margin: 0px;
  }
  .service-box {
    padding: 20px 25px;
    margin: 0px;
  }
  .contact-nav a {
    font-size: 1rem;
    padding: 20px 5px;
  }
}
@media (max-width: 575px) {
  .about img {
    margin-bottom: 30px;
  }
  .mt-150 {
    margin-top: 40px;
  }
  .about {
    margin-bottom: 60px;
  }
  .mt-80 {
    margin-top: 00px;
  }
  #contact-us {
    margin-bottom: 60px;
  }
  .service-boxv {
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 0;
  }
  .services {
    padding: 25px 0px;
  }
  .service-box {
    padding: 20px 25px;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  footer h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 454px) {
  .hero-btns a:first-child {
    font-size: 0.8rem;
    display: block;
    width: 70%;
    margin: 0 auto;
  }
  .hero-btns a:last-child {
    font-size: 0.8rem;
    display: block;
    width: 70%;
    margin: 0 auto;
  }
  footer h3 {
    line-height: 2.6rem;
  }
  .contact-nav li {
    display: block;
  }
  .social li {
    display: block;
  }
}

@media (max-width: 992px) {
  /* #caregivers .col-12:first-child,
  #providers .col-12:first-child {
    order: 2;
  } */
  .introtext {
    max-width: 100%;
  }
}
