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

body {
  background: #d2d2d2;
}

.nav-link.active {
  font-weight: 700;
}

.cards {
  /* padding-top: 130px; */
  border: none !important;
  width: 333px;
  justify-content: center !important;
  margin: 30px 0;
  /* height: 100%; */
  margin: 30px 70px;
}

.cards img {
  padding: 15px;
  width: 100%;
  margin: auto !important;
}

.intro {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

@media only screen and (max-width: 700px) {
  .intro {
    flex-direction: column;
  }
}

.intro .card:hover {
  background-color: #3b3b3d;
}

.intro .card-body {
  color: #f68720;
}

.card-body h5 {
  text-align: center;
  color: #f68720;
  font-size: 22px;
  font-weight: 600;
}

.card-footer button {
  padding: 10px;
  border: 2px solid #f68720;
  background-color: #fff;
}

.card-footer button:hover {
  background-color: #faebd7;
  font-weight: 600;
}

.card-footer a {
  padding: 15px;
  text-decoration: none;
  color: #f68720;
  font-size: 18px;
}

.card-footer {
  padding: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

#footer {
  background: #3b3b3d;
  /* height: 200px; */
}

.flex-container {
  display: flex;
  align-items: center;
}

.flex-container > div {
  color: white;
  /* margin: 10px; */
  text-align: center;
  /* line-height: 75px; */
  font-size: 30px;
}

.footerimg {
  /* margin-top: 40px !important; */
  justify-content: end;
}

.footerimg .logo-img {
  margin-bottom: 8px;
    width: 180px;
    background: #3b3b3d;
    padding: 10px;
}

.contactInfoBox {
  position: relative;
}

.contactInfoBox .box {
  position: relative;
  display: flex;
  height: 53px;
}

.contactInfoBox .box .icon {
  min-width: 40px;
  /* padding-top: 24px; */
  color: #f68720;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 24px;
}

.contactInfoBox .box .text {
  display: flex;
  font-size: 16px;
  color: #fff;
  flex-direction: column;
  font-weight: 300;
}

.contactInfoBox .box .text a {
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
}

.footer-row {
  display: flex;
  justify-content: center;
  margin-top: 20px !important;
}

#third-row {
  justify-content: start;
}

#footer {
  padding: 0;
  padding-top: 30px;
  padding-bottom: 100px;
  height: 100%;
}

.elevate-banner {
  background-color: #036;
  color: #fff;
  display: block;
  line-height: 1;
  padding-top: 9px;
  text-decoration: none;
}

.elevate-banner:hover {
  color: #f68720;
}

.elevate-banner .text-sm {
  font-size: 14px;
}

@media only screen and (max-width: 745px) {
  .flex-container {
    flex-direction: column;
  }

  #third-row {
    justify-content: center;
  }

  .footerimg {
    justify-content: center;
  }
}

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

.intro img {
  max-height: 480px;
}

.left {
  /* flex: 1; */
  margin: 20px;
  /* width: 50%; */
  text-align: center;
}

.left iframe {
  display: block;
  margin: auto;
}

.leftimage {
  width: 70%;
  margin: auto !important;
}

#lefttext img {
  width: 100px;
  top: -78px;
  position: absolute;
  left: -111px;
}

.right {
  margin: 0 62px;
}

.right p {
  /* margin-right: 50px; */
  font-weight: 700;
  font-size: 20px;
}

.right ul {
  /* font-size: 15px; */
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 50px !important;
}

@media only screen and (max-width: 475px) {
  .right ul {
    margin-right: 18px !important;
  }
}

.right li:last-child {
  padding-bottom: 20px;
}

.title {
  color: #3b3b3d;
  text-align: center;
  font-weight: 700;
  margin: 25px;
}

.subtitle {
  /* margin: 10px 14px; */
  font-family: Arial, Helvetica, sans-serif;
}

#lefttext {
  background: #fff;
  margin: 120px 20px 0 20px;
  position: relative;
  top: 0;
  left: 0;
}

.pin-image {
  position: absolute;
  top: 60px;
  left: 80px;
}

#lefttext p,
h4 {
  padding: 15px;
}

@media only screen and (max-width: 1000px) {
  .right {
    flex: 1;
    margin: 20px;
    /* text-align: center; */
  }
}

@media only screen and (max-width: 1670px) {
  .main {
    flex-direction: column;
  }
}

.bg-light {
  background: #3b3b3d !important;
}

.bg-light a {
  color: #fff !important;
}

@media only screen and (max-width: 1457px) {
  .cards {
    margin: 30px;
  }
}

#left-image-site {
  width: 100%;
}

.orange-background {
  text-shadow: rgb(0 0 0 / 40%) 1px 3px 10px;
  color: #ffffff;
}

.orange-background h5 {
  padding: 50px;
}

@media only screen and (max-width: 530px) {
  .orange-background h5 {
    padding: 28px;
  }
}

#areyouready {
  background: #f68720;
  width: 800px;
  margin: auto;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  text-shadow: rgb(0 0 0 / 40%) 1px 3px 10px;
}

#areyouready p {
  padding-top: 25px;
}

#areyouready strong {
  font-weight: 700;
}

@media only screen and (max-width: 690px) {
  .left {
    width: 100%;
  }
  .left iframe {
    width: 100%;
  }
}

.small-desc {
  font-size: 1.4rem;
  text-align: left;
  color: #3b3b3d;
  padding: 0 30px;
  margin-top: 30px;
  border-left: 4px solid white;
}

@media only screen and (max-width: 850px) {
  #areyouready {
    width: 100%;
  }
}

/* #right-channel p,
ul {
    color: grey
} */

/* #social-image {
    width: 100%;
} */

/* @media only screen and (max-width: 950px) {
    #social-image {
        width: 100%;
    }
} */

.main a,
.intro a {
  text-decoration: none;
  color: inherit;
}

.mb-3 {
  margin: 50px;
}

.mb-3 img {
  padding: 15px;
}

.btn {
  background: transparent;
  color: #ffffff;
  border: 1px solid #f68720;
}

.btn:hover,
.btn:active,
.btn:focus {
  background: #f68720;
  color: #ffffff;
  border: 1px solid #f68720;
  transition: 0.5s ease;
}

.card-price {
  margin: 50px;
  flex-wrap: wrap;
  padding: 0;
}

.card-price .card-header {
  min-height: 198px;
  display: flex;
  align-items: center;
}

.card-header:first-child {
  text-align: center;
  padding: 30px;
  background: #e67e1e;
  color: #fff;
  font-size: 23px;
}

.list-group-flush > .list-group-item {
  border: none;
  color: #832300;
  font-size: 18px;
  text-align: center;
}

.list-group-item:first-child {
  text-align: center;
  font-size: 40px;
  background: #f68720;
  color: #fff !important;
  font-family: Lato;
  text-shadow: rgb(0 0 0 / 40%) 1px 3px 10px;
}

.list-group-item a {
  display: block;
  text-decoration: none;
  border: 1px solid #f68720;
  background: none;
  color: #3b3b3d;
  font-weight: 700;
  padding: 10px;
  margin: 15px;
  border-radius: 20px;
}

.list-group-item a:hover {
  background: #f68720;
  color: #fff;
  padding: 10px;
  transition: 0.7s;
  border-radius: 20px;
}

.cta {
  border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.prices-text h1 {
  font-weight: 700;
  color: #b6651a;
  margin-bottom: 20px;
}

@media only screen and (max-width: 576px) {
  .prices-text h1 {
    text-align: center;
  }
}

.prices-text h3 {
  color: #224f92;
  font-weight: 300;
  text-align: center;
}

#first-method p {
  font-size: 17px;
  font-weight: 700;
  color: #b6651a;
  margin-bottom: 5px;
}

#first-method p span {
  font-weight: 500;
  color: #3b3b3d;
}

.hidden {
  display: none;
}

@media only screen and (max-width: 1000px) {
  #show {
    display: none;
  }

  .hidden {
    display: block;
    text-align: center;
  }

  .hidden img {
    width: 100%;
  }
}

#first-box {
  display: flex;
}

#second-box {
  display: flex;
}

.left-first {
  flex: 1;
  padding: 100px 15px 15px 15px;
}

.right-first {
  flex: 1;
}

.right-first img {
  width: 100%;
  padding: 15px;
}

.left-second {
  flex: 1;
  background: #ee7203;
  color: #fff;
  padding: 30px;
  text-shadow: rgb(0 0 0 / 40%) 1px 3px 10px;
}

.image-only .left-second {
  flex: inherit;
  width: 40%;
}

.left-second h4 {
  padding: 15px 15px 15px 0;
}

.right-second {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.right-second img {
  width: 100%;
  padding: 15px;
}

.right-second.image-only img {
  height: 100%;
  padding: 0;
}

.right-second h3 {
  text-align: center;
  padding: 0 200px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1000px) {
  #first-box {
    display: flex;
    flex-direction: column;
  }

  #second-box {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (max-width: 1500px) {
  #second-box.image-only {
    flex-direction: column;
  }

  .image-only .left-second {
    flex: inherit;
    width: 100%;
  }

  .right-second.image-only img {
    max-height: 800px;
  }
}

@media only screen and (max-width: 800px) {
  .right-second h3 {
    padding: 0 80px;
  }
}

.digitalmall-cta-container {
  position: fixed;
  bottom: 20px;
  left: 0;
  width: 100%;
}

a.digitalmall-cta {
  position: relative;
  margin: 0 auto;
  margin-bottom: 12px;
  background: #3b3b3b;
  border: 2px solid #f68720;
  z-index: 1000;
  color: #fff;
  width: 100%;
  padding: 8px;
  padding-right: 20px;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  font-weight: 300;
  font-size: 1.4rem;
  box-shadow: -2px 4px 20px 0px rgb(0 0 0 / 13%);
  border-radius: 4px;
}

@media only screen and (max-width: 306px) {
  a.digitalmall-cta {
    font-size: 0.8rem;
  }
}

a.digitalmall-cta:hover,
a.digitalmall-cta:active,
a.digitalmall-cta:focus {
  color: #eee;
  border-width: 4px;
  font-weight: 600;
}

.digitalmall-cta-close {
  background: #3b3b3b;
  color: #f68720;
  border: none;
  width: 40px;
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  cursor: pointer;
}

.digitalmall-cta-text {
  border-right: 1px solid;
  padding-right: 10px;
}

.digitalmall-cta-icon {
  width: 120px;
  margin-left: 12px;
}

@media only screen and (max-width: 360px) {
  a.digitalmall-cta {
    font-size: 1rem;
  }

  .digitalmall-cta-icon {
    width: 100px;
  }
}

@media only screen and (max-width: 276px) {
  .digitalmall-cta-icon {
    display: none;
  }

  .digitalmall-cta-text {
    border-right: none;
    padding-right: 0;
  }
}
