﻿input:focus,
select:focus {
  box-shadow: inherit !important;
}

input.form-control::-webkit-input-placeholder {
  color: #7c7b7b;
}

input.form-control::-moz-placeholder {
  color: #7c7b7b;
}

input.form-control:-ms-input-placeholder {
  color: #7c7b7b;
}

@keyframes portfolio-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.mak-ux-main-banner {
  width: 100%;
  height: 100vh;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  background-image: radial-gradient(
    40% 80% at 50% 0%,
    rgb(212, 110, 240) 20%,
    rgb(8, 24, 60) 100%
  );
  background-size: 200% 150%;
  animation: portfolio-gradient 15s ease infinite;
  position: relative;
}

.custom-container {
  max-width: 1410px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.top-banner-container {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.banner-content-area {
  display: inline-block;
  margin: 0;
}

.banner-content-area h1 {
  font-family: conv_gotham-bold;
  font-size: 92px;
  line-height: 94px;
  color: #fff;
  display: block;
  margin-bottom: 35px;
}

.banner-content-area h1 big {
  font-family: conv_gotham-bold;
  font-size: 120px;
  text-decoration: underline;
}

.banner-content-area p {
  font-family: conv_gotham-book;
  font-size: 25px;
  line-height: 40px;
  color: #fff;
  display: block;
}

img.larger-uxlogo {
  max-width: 588px;
  width: 100%;
  -webkit-filter: drop-shadow(15px 10px 0px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(15px 10px 0px rgba(0, 0, 0, 0.15));
}

.banner-jumping-down-arrow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  text-align: center;
  margin: 0 auto;
}

a.scroll-down {
  display: inline-block;
  margin: 0 auto;
  width: 60px;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

#section {
  width: 100%;
  display: block;
}

.cta-award-property {
  font-size: 20px;
  color: #fff !important;
  background-color: #77c6ed;
  border: 3px solid #77c6ed;
  text-transform: uppercase;
  font-family: conv_gotham-bold;
  display: inline-block;
  padding: 15px 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

.cta-award-property:first-child,
.dark-section a:first-child,
.third-set a:first-child {
  margin-right: 15px;
}

.dark-section a {
  background-color: #fff !important;
  color: #040d21 !important;
  text-align: center;
  margin-top: 20px;
  padding: 14px 58px;
  font-size: 18px;
  font-family: conv_gotham-bold;
  display: inline-block;
  transition: all ease-in-out 0.3s;
}

.scnd-section {
  width: 100%;
  display: block;
  margin: 0 auto;
  background-image: url(/wp-content/themes/u-design/template-images/blur-glow-pry.svg);
  background-size: contain;
  background-repeat: repeat;
  background-position: top;
  padding: 128px 0 141px;
}

.scnd-section a {
  color: #006ea5;
}

.scnd-section-container {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

img.identify-opportunitesimg {
  position: absolute;
  left: -185px;
  display: inline-block;
}

.content-flex-area {
  max-width: 820px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.content-flex-area h2 {
  font-family: conv_gotham-book;
  font-size: 48px;
  line-height: 72px;
  color: #000;
  display: block;
  position: relative;
}

.content-flex-area h2 b {
  font-family: conv_gotham-bold;
  color: #77c6ed;
  font-weight: 400;
}

.content-flex-area h2::after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: -38px;
  width: 72px;
  height: 2px;
  background-color: #000;
}

.content-flex-area p {
  font-family: conv_gotham-light;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  display: block;
  letter-spacing: -0.2px;
  margin-top: 1rem;
}
.first-p {
  margin-top: 5.25rem;
}

.single-row-cta {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 57px;
}

a.site-cta {
  background-color: #000;
  color: #fff;
  font-family: conv_gotham-medium;
  font-size: 18px;
  display: inline-block;
  padding: 12px 47px;
  border: 2px solid #000;
  border-radius: 50px;
  cursor: pointer;
}

.single-row-cta a.site-cta:nth-child(2) {
  background-color: transparent !important;
  color: #000 !important;
  margin-left: 30px !important;
}

.section-three {
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
  background-color: #fff;
  padding: 120px 0 131px;
  background: linear-gradient(0deg, #77c6ed 0%, #f1deff 40%, #fff 100%);
}

.section-three h2 {
  font-family: conv_gotham-book;
  font-size: 48px;
  line-height: 72px;
  color: #000;
  display: inline-block;
  position: relative;
}

.section-three h2 b {
  font-family: conv_gotham-bold;
  color: #77c6ed;
  font-weight: 400;
}

.section-three h2::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -38px;
  width: 72px;
  height: 2px;
  background-color: #000;
  margin: 0 auto;
}

img.many-people-face {
  margin: 140px auto 0;
  display: block;
}

.section-three-container {
  max-width: 1362px;
  width: 92%;
  margin: 65px auto 0;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section-three-container p {
  font-family: conv_gotham-light;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  display: block;
  letter-spacing: -0.2px;
  text-align: justify;
  width: 48%;
  margin: 0 0 1rem;
}

#thrdsection.single-row-cta {
  justify-content: center;
  text-align: center;
  margin-top: 70px;
}

#section4 {
  width: 100%;
}

#section4 .scnd-section {
  background: radial-gradient(
    40.56% 80% at 50% 100%,
    rgba(128, 98, 154, 0.9) 0%,
    #040d21 100%
  );
}

#section4 .scnd-section .scnd-section-container {
  justify-content: flex-start;
}

#section4 img.identify-opportunitesimg {
  left: auto;
  right: -185px;
}

#section4 .scnd-section .scnd-section-container .content-flex-area {
  max-width: 760px;
}

#section4 .scnd-section .scnd-section-container .content-flex-area h2 {
  color: #fff;
}

#section4 .content-flex-area h2::after {
  background-color: #fff;
}

#section4 .content-flex-area p {
  color: #fff;
}

#section4 button.site-cta {
  background-color: #77c6ed;
  color: #000;
  border: 2px solid #77c6ed;
}

#section4 .single-row-cta button.site-cta:nth-child(2) {
  background-color: transparent;
  color: #77c6ed;
}

#section5 {
  width: 100%;
  display: block;
  margin: 0 auto;
  background-image: url(/wp-content/themes/u-design/template-images/eCommerce-UX/five-section-bg-cover.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
}

.section-five-container {
  max-width: 1410px;
  width: 92%;
  margin: 0 auto;
  display: block;
  padding: 110px 0 80px;
}

.section-five-container h3 {
  font-family: conv_gotham-book;
  font-size: 48px;
  line-height: 72px;
  color: #000;
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 0 auto 90px;
}

.section-five-container h3 b {
  font-family: conv_gotham-bold;
  font-weight: 400;
}

.carousel-container {
  width: 60%;
  position: relative;
  margin: 0 auto;
}

.carousel-wrapper {
  overflow: hidden;
}

.carousel-slide {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-slide img {
  width: 50%;
}

.carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ccc;
  border: none;
  outline: none;
  font-size: 24px;
  cursor: pointer;
  padding: 10px;
}

.carousel-button-next {
  right: 0;
}

.carousel-button-prev {
  left: 0;
}

.audit-repot-advantage {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto 100px;
}

.each-single-audit-repot {
  width: 48%;
  display: inline-block;
  margin: 0;
  background-color: #fff;
  border-radius: 14px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
  padding: 55px 60px;
}

.each-single-audit-repot h4 {
  font-family: conv_gotham-medium;
  font-size: 32px;
  line-height: 38px;
  color: #77c6ed;
  display: block;
  text-align: left;
  width: 100%;
  margin: 0 auto 34px;
  position: relative;
  padding-top: 52px;
}

.each-single-audit-repot h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 72px;
  height: 4px;
  background-color: #77c6ed;
}

.each-single-audit-repot ul {
  width: 100%;
  display: block;
  text-align: left;
}

.each-single-audit-repot ul li {
  font-family: conv_gotham-book;
  font-size: 22px;
  line-height: 28px;
  color: #1d1d1d;
  display: block;
  text-align: left;
  width: 100%;
  margin: 0 auto 22px;
  position: relative;
  padding-left: 44px;
}

.each-single-audit-repot ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 26px;
  height: 23px;
  background-image: url(/wp-content/themes/u-design/template-images/eCommerce-UX/checkmark.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#section6 {
  width: 100%;
  display: block;
  margin: 0 auto;
}

#section6 .content-flex-area h2 {
  font-size: 48px;
  line-height: 58px;
}

#section6 .content-flex-area h2 b {
  color: #000;
}

#section7 {
  width: 100%;
  display: block;
  margin: 0 auto;
  background-image: url(/wp-content/themes/u-design/template-images/eCommerce-UX/five-section-bg-cover.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
  padding-bottom: 150px;
  border-bottom: 1px solid #000;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}

#section7 .section-five-container h3 {
  position: relative;
}

#section7 .section-five-container h3::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -38px;
  width: 72px;
  height: 2px;
  background-color: #000;
  margin: 0 auto;
}

#section7 .section-five-container p {
  font-family: conv_gotham-light;
  font-size: 18px;
  line-height: 30px;
  color: #1d1d1d;
  letter-spacing: -0.5px;
  display: block;
  text-align: center;
  max-width: 1192px;
  width: 100%;
  margin: 0 auto;
}

.ux-audit-contact-form {
  max-width: 1044px;
  width: 92%;
  margin: 80px auto 0;
  display: block;
  background-color: #fff;
  border-radius: 14px;
  -webkit-box-shadow: 0 0 40px rgb(0 0 0/8%);
  box-shadow: 0 0 40px rgb(0 0 0/8%);
  padding: 75px 85px;
}

#privacypolicy.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

#privacypolicy.form-group label {
  position: relative;
  cursor: pointer;
  font-family: conv_gotham-book;
  font-size: 18px;
  color: #1d1d1d;
  margin-bottom: 0;
}

#privacypolicy.form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #d7d6d6;
  box-shadow: none;
  padding: 15px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 16px;
  border-radius: 2px;
}

#privacypolicy.form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 24px;
  height: 22px;
  background-image: url(/wp-content/themes/u-design/template-images/eCommerce-UX/checkbox-mark.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.ux-audit-contact-form .form-group {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
}

.ux-audit-contact-form .form-group:last-child {
  margin-bottom: 0;
}

.ux-audit-contact-form .form-group .form-control {
  width: 47%;
  background-color: #fafafa;
  border: 1px solid silver;
  border-color: rgba(192, 192, 192, 0.4);
  border-radius: 2px;
  height: 68px;
  display: block;
  font-family: conv_gotham-book;
  font-size: 18px;
  color: #1d1d1d;
  padding: 6px 20px;
}

.ux-audit-contact-form .form-group .form-control.fullwidth {
  width: 100%;
}

.form-group.auditsummit-cta {
  text-align: center;
  justify-content: center;
  margin: 20px auto 0;
}

.form-group.auditsummit-cta button.site-cta {
  background-color: #77c6ed;
  border-color: #77c6ed;
  color: #fff;
  padding: 12px 67px;
}

.good-word-uxaudit {
  width: 100%;
  display: block;
  background-color: #fff;
  padding: 110px 0;
}

.ux-audit-goodword-container {
  max-width: 1065px;
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.ux-audit-goodword-container img {
  max-width: 77px;
  display: block;
  margin: 0 auto;
}

.ux-audit-goodword-container p {
  display: block;
  font-family: Constantia, Lucida Bright, DejaVu Serif, Georgia, serif;
  font-size: 32px;
  line-height: 46px;
  color: #000;
  font-style: italic;
  margin: 50px 0;
}

.ux-audit-goodword-container h5 {
  display: block;
  font-family: conv_gotham-medium;
  font-size: 22px;
  line-height: 30px;
  color: #12affb;
}

@media (min-width: 1701px) and (max-width: 2000px) {
  #section,
  #section4,
  .scnd-section,
  .section-three {
    overflow: hidden;
  }
}

@media (min-width: 1601px) and (max-width: 1700px) {
  #section,
  #section4,
  .scnd-section,
  .section-three {
    overflow: hidden;
  }
}

@media (min-width: 1501px) and (max-width: 1600px) {
  #section,
  #section4,
  .scnd-section,
  .section-three {
    overflow: hidden;
  }
}

@media (min-width: 1401px) and (max-width: 1500px) {
  img.larger-uxlogo {
    max-width: 548px;
  }
  #section,
  #section4,
  .scnd-section,
  .section-three {
    overflow: hidden;
  }
  .banner-content-area {
    padding-right: 80px;
  }
  .content-flex-area,
  #section4 .scnd-section .scnd-section-container .content-flex-area {
    max-width: 650px;
  }
  #section4 img.identify-opportunitesimg {
    right: -175px;
  }
  img.identify-opportunitesimg {
    left: -125px;
  }
}

@media (min-width: 1381px) and (max-width: 1400px) {
  body br {
    display: none;
  }
  img.larger-uxlogo {
    max-width: 548px;
  }
  #section,
  #section4,
  .scnd-section,
  .section-three {
    overflow: hidden;
  }
  .banner-content-area {
    padding-right: 80px;
  }
  .content-flex-area,
  #section4 .scnd-section .scnd-section-container .content-flex-area {
    max-width: 650px;
  }
  #section4 img.identify-opportunitesimg {
    right: -175px;
  }
  img.identify-opportunitesimg {
    left: -125px;
  }
}

@media (min-width: 1280px) and (max-width: 1380px) {
  body br {
    display: none;
  }
  img.larger-uxlogo {
    max-width: 548px;
  }
  #section,
  #section4,
  .scnd-section,
  .section-three {
    overflow: hidden;
  }
  .banner-content-area {
    padding-right: 80px;
  }
  .content-flex-area,
  #section4 .scnd-section .scnd-section-container .content-flex-area {
    max-width: 650px;
  }
  #section4 img.identify-opportunitesimg {
    right: -285px;
  }
  img.identify-opportunitesimg {
    left: -225px;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  body br {
    display: none;
  }
  img.larger-uxlogo {
    max-width: 428px;
  }
  .banner-content-area {
    padding-right: 80px;
  }
  .banner-content-area h1 {
    font-size: 78px;
    line-height: 86px;
    margin-bottom: 25px;
  }
  .banner-content-area p {
    font-size: 23px;
    line-height: 35px;
  }
  img.identify-opportunitesimg {
    display: none;
  }
  .content-flex-area,
  #section4 .scnd-section .scnd-section-container .content-flex-area {
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body br {
    display: none;
  }
  .topheader {
    width: 92%;
    min-height: 66px;
    margin: 0 auto;
  }
  .top-rightQUOTE p {
    margin-right: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  .topheader a img {
    max-width: 70px;
  }
  .fixed-header .topheader a img {
    max-width: 60px;
  }
  .quoteBTN {
    font-size: 14px;
    padding: 8px 18px 6px;
  }
  .fixed-header .quoteBTN {
    font-size: 14px;
    padding: 8px 18px 6px;
  }
  button.navbar-toggle {
    font-size: 24px;
    margin: 0 0 0 22px;
  }
  .top-banner-container {
    flex-direction: column;
  }
  img.larger-uxlogo {
    max-width: 60%;
    margin: 0;
    -webkit-filter: drop-shadow(9px 5px 0px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(9px 5px 0px rgba(0, 0, 0, 0.15));
  }
  .banner-content-area {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto 58px;
  }
  .banner-content-area h1 {
    font-size: 74px;
    line-height: 76px;
    margin-bottom: 10px;
  }
  .banner-content-area p {
    font-size: 22px;
    line-height: 34px;
  }
  a.scroll-down {
    width: 40px;
  }
  .content-flex-area h2 {
    font-size: 42px;
    line-height: 48px;
  }
  .content-flex-area h2::after {
    width: 52px;
  }
  .content-flex-area p {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0;
    margin-top: 74px;
  }
  img.identify-opportunitesimg {
    display: none;
  }
  .single-row-cta {
    flex-direction: column;
    justify-content: center;
  }
  button.site-cta {
    display: block;
    width: 100%;
    padding: 18px 15px;
    font-size: 17px;
  }
  .single-row-cta button.site-cta:nth-child(2) {
    margin-left: 0;
    margin-top: 15px;
  }
  .scnd-section,
  .section-three {
    padding: 56px 0 74px;
  }
  .section-three {
    overflow: hidden;
  }
  .section-three h2 {
    font-size: 46px;
    line-height: 50px;
  }
  .section-three-container {
    flex-direction: column;
    margin: 55px auto 0;
  }
  .section-three-container p {
    width: 100%;
    text-align: left;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0;
    margin-bottom: 25px;
  }
  #thrdsection.single-row-cta {
    margin-top: 30px;
  }
  .section-five-container h3 {
    font-size: 46px;
    line-height: 50px;
  }
  .audit-repot-advantage {
    flex-direction: column;
    margin: 0 auto 70px;
  }
  .each-single-audit-repot {
    width: 100%;
    padding: 25px 15px;
    margin-bottom: 30px;
  }
  .each-single-audit-repot h4 {
    padding-top: 34px;
    font-size: 28px;
    line-height: 34px;
  }
  .each-single-audit-repot ul li {
    font-size: 18px;
    line-height: 24px;
    margin: 0 auto 22px;
    padding-left: 34px;
  }
  .each-single-audit-repot ul li::before {
    width: 23px;
    height: 20px;
  }
  #section6 .content-flex-area h2 {
    font-size: 32px;
    line-height: 44px;
  }
  #section7 .section-five-container h3 {
    font-size: 38px;
    line-height: 46px;
  }
  #section7 .section-five-container p {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0;
  }
  .ux-audit-contact-form {
    padding: 30px 25px;
    margin: 50px auto 0;
  }
  .ux-audit-contact-form .form-group {
    flex-direction: column;
    margin-bottom: 0;
    text-align: left;
  }
  .ux-audit-contact-form .form-group .form-control {
    width: 100%;
    height: 56px;
    margin-bottom: 15px;
    font-size: 15px;
    padding: 6px 15px;
  }
  #privacypolicy.form-group label {
    font-size: 15px;
  }
  #privacypolicy.form-group label:before {
    padding: 10px;
    margin-right: 10px;
  }
  .form-group.auditsummit-cta button.site-cta {
    padding: 14px 16px;
  }
  .ux-audit-goodword-container {
    width: 92%;
  }
  .ux-audit-goodword-container p {
    font-size: 22px;
    line-height: 32px;
    margin: 25px 0 35px;
  }
  .ux-audit-goodword-container h5 {
    font-size: 20px;
    line-height: 28px;
  }
  .section-five-container {
    padding: 60px 0 0;
  }
  #section7 {
    padding-bottom: 80px;
  }
  .good-word-uxaudit {
    padding: 70px 0;
  }
  img.many-people-face {
    margin: 110px auto 0;
    display: block;
    max-width: 200%;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  #section5 {
    overflow: hidden;
  }
  img.uxaudit-portfolio {
    max-width: 170%;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    padding-bottom: 12px;
  }
}

@media (max-width: 767px) {
  body br {
    display: none;
  }
  .topheader {
    width: 92%;
    min-height: 66px;
    margin: 0 auto;
  }
  .top-rightQUOTE p {
    display: none;
  }
  .topheader a img {
    max-width: 70px;
  }
  .fixed-header .topheader a img {
    max-width: 60px;
  }
  .quoteBTN {
    font-size: 14px;
    padding: 8px 18px 6px;
  }
  .fixed-header .quoteBTN {
    font-size: 14px;
    padding: 8px 18px 6px;
  }
  button.navbar-toggle {
    font-size: 24px;
    margin: 0 0 0 22px;
  }
  .top-banner-container {
    flex-direction: column;
  }
  img.larger-uxlogo {
    max-width: 60%;
    margin: 0;
    -webkit-filter: drop-shadow(9px 5px 0px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(9px 5px 0px rgba(0, 0, 0, 0.15));
  }
  .banner-content-area {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto 38px;
  }
  .banner-content-area h1 {
    font-size: 44px;
    line-height: 46px;
    margin-bottom: 10px;
  }
  .banner-content-area p {
    font-size: 18px;
    line-height: 22px;
  }
  a.scroll-down {
    width: 40px;
  }
  .content-flex-area h2 {
    font-size: 42px;
    line-height: 48px;
  }
  .content-flex-area h2::after {
    width: 52px;
  }
  .content-flex-area p {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0;
    margin-top: 74px;
  }
  img.identify-opportunitesimg {
    display: none;
  }
  .single-row-cta {
    flex-direction: column;
    justify-content: center;
  }
  button.site-cta {
    display: block;
    width: 100%;
    padding: 18px 15px;
    font-size: 17px;
  }
  .single-row-cta button.site-cta:nth-child(2) {
    margin-left: 0;
    margin-top: 15px;
  }
  .scnd-section,
  .section-three {
    padding: 56px 0 74px;
  }
  .section-three {
    overflow: hidden;
  }
  .section-three h2 {
    font-size: 46px;
    line-height: 50px;
  }
  .section-three-container {
    flex-direction: column;
    margin: 55px auto 0;
  }
  .section-three-container p {
    width: 100%;
    text-align: left;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0;
    margin-bottom: 25px;
  }
  #thrdsection.single-row-cta {
    margin-top: 30px;
  }
  .section-five-container h3 {
    font-size: 46px;
    line-height: 50px;
  }
  .audit-repot-advantage {
    flex-direction: column;
    margin: 0 auto 70px;
  }
  .each-single-audit-repot {
    width: 100%;
    padding: 25px 15px;
    margin-bottom: 30px;
  }
  .each-single-audit-repot h4 {
    padding-top: 34px;
    font-size: 28px;
    line-height: 34px;
  }
  .each-single-audit-repot ul li {
    font-size: 18px;
    line-height: 24px;
    margin: 0 auto 22px;
    padding-left: 34px;
  }
  .each-single-audit-repot ul li::before {
    width: 23px;
    height: 20px;
  }
  #section6 .content-flex-area h2 {
    font-size: 32px;
    line-height: 44px;
  }
  #section7 .section-five-container h3 {
    font-size: 38px;
    line-height: 46px;
  }
  #section7 .section-five-container p {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0;
  }
  .ux-audit-contact-form {
    padding: 30px 25px;
    margin: 50px auto 0;
  }
  .ux-audit-contact-form .form-group {
    flex-direction: column;
    margin-bottom: 0;
    text-align: left;
  }
  .ux-audit-contact-form .form-group .form-control {
    width: 100%;
    height: 56px;
    margin-bottom: 15px;
    font-size: 15px;
    padding: 6px 15px;
  }
  #privacypolicy.form-group label {
    font-size: 15px;
  }
  #privacypolicy.form-group label:before {
    padding: 10px;
    margin-right: 10px;
  }
  .form-group.auditsummit-cta button.site-cta {
    padding: 14px 16px;
  }
  .ux-audit-goodword-container {
    width: 92%;
  }
  .ux-audit-goodword-container p {
    font-size: 22px;
    line-height: 32px;
    margin: 25px 0 35px;
  }
  .ux-audit-goodword-container h5 {
    font-size: 20px;
    line-height: 28px;
  }
  .section-five-container {
    padding: 60px 0 0;
  }
  #section7 {
    padding-bottom: 80px;
  }
  .good-word-uxaudit {
    padding: 70px 0;
  }
  img.many-people-face {
    margin: 110px auto 0;
    display: block;
    max-width: 200%;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  #section5 {
    overflow: hidden;
  }
  img.uxaudit-portfolio {
    max-width: 170%;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    padding-bottom: 12px;
  }
}
.mak-ux-main-banner {
  height: auto;
  padding: 100px 20px;
}
.content-flex-area p,
.section-three-container p,
#section7 .section-five-container p {
  font-size: 20px;
  font-family: "Conv_Gotham-Book";
}
.content-flex-area h2 {
  line-height: 55px;
}
.scnd-section {
  background-image: none;
  padding: 50px 20px 0px;
  background: radial-gradient(
      78.21% 32.31% at 1.88% 43.68%,
      rgba(143, 0, 255, 0.3) 0%,
      rgba(143, 0, 255, 0) 100%
    ),
    radial-gradient(
      71.19% 41.59% at 100% 48.51%,
      rgba(0, 224, 255, 0.2) 0%,
      rgba(0, 224, 255, 0) 100%
    ),
    radial-gradient(
      60.64% 19.07% at 103.07% 19.92%,
      rgba(0, 102, 255, 0.3) 0%,
      rgba(0, 102, 255, 0) 100%
    ),
    #fff;
}
.banner-content-area h1 big {
  font-size: 50px;
}
#section4 .scnd-section {
  padding: 50px 20px;
}
a {
  color: #006ea5;
}

#section5,
#section7 {
  background-image: url(/wp-content/themes/u-design/template-images/bg-lavander2.svg);
  background-color: #f8f7fe;
  background-size: auto;
  background-position: top right;
}
.audit-repot-advantage,
.each-single-audit-repot,
.ux-audit-contact-form {
  position: relative;
  z-index: 2;
}
.audit-repot-advantage:before {
  content: "";
  left: -70px;
  top: -50px;
  width: 208px;
  height: 167px;
  background: url(/wp-content/themes/u-design/template-images/purple-dots.svg)
    no-repeat center/contain;
  position: absolute;
}
.audit-repot-advantage:after {
  content: "";
  left: -70px;
  top: -50px;
  width: 208px;
  height: 167px;
  background: url(/wp-content/themes/u-design/template-images/purple-dots.svg)
    no-repeat center/contain;
  position: absolute;
}
.audit-repot-advantage::after {
  content: "";
  right: -65px;
  bottom: -60px;
  width: 208px;
  height: 167px;
  background: url(/wp-content/themes/u-design/template-images/purple-dots.svg)
    no-repeat center/contain;
  position: absolute;
  z-index: 1;
}

.ux-audit-contact-form:before {
  content: "";
  left: -80px;
  top: -70px;
  width: 208px;
  height: 167px;
  background: url(/wp-content/themes/u-design/template-images/purple-dots.svg)
    no-repeat center/contain;
  position: absolute;
}
.custom-form-wrapper {
  z-index: 1;
  position: relative;
}

.ux-audit-contact-form {
  margin: 40px auto 0 auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 30px;
}

#section7 {
  border-bottom-color: rgba(0, 0, 0, 0.05);
}
@media (min-width: 1025px) {
  .mak-ux-main-banner {
    padding: 150px 20px;
  }
  .scnd-section {
    padding: 128px 20px 0px;
  }
  .banner-content-area h1 big {
    font-size: 120px;
  }
  #section4 .scnd-section {
    padding: 120px 20px;
  }
  .ux-audit-contact-form {
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .single-row-cta {
    display: block;
  }
  .cta-award-property:first-child,
  .dark-section a:first-child,
  .third-set a:first-child {
    margin-right: 5px;
  }
  .cta-award-property {
    font-size: 17px;
  }
  .global_main_blue_button,
  .dark-section a {
    padding: 14px 25px;
  }
}
