html,
body {
  font-family: 'Lato', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
  background: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #121416;
}

.main-wrap {
  background: #fff;
  margin: 0px auto;
  position: relative;
}

.container {
  max-width: 1216px;
}

a {
  text-decoration: none;
  color: #055DA0;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #0774C7;
}

section {
  padding: 80px 0;
}

.header {
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.header__logo img {
  max-width: 180px;
  margin-top: 8px;
}

.foot-list img {
  max-width: 180px;
}

.header__btn {
  text-align: right;
}

.btn-add {
  border-radius: 4px;
  background: linear-gradient(180deg, #F22E06 0%, #CF2307 100%);
  border-color: #F22E06;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
  padding: 16px 24px;
  display: inline-block;
  transition: all .25s;
}

.btn-add:hover,
.btn-add:focus {
  background: linear-gradient(180deg, #DF2D09 0%, #CF2307 100%);
  border-color: #DF2D09;
  color: #fff;
}

.hero {
  min-height: 500px;
  padding: 120px 0 48px;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.hero__img img {
  max-width: 420px;
}

.color-red {
  color: #E1563D;
}

h1 {
  color: #121416;
  font-family: Lato;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 64px;
  text-align: left;
  margin-bottom: 20px;
}

h2 {
  color: #121416;
  font-size: 72px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 100px;
  text-align: center;
}

.hero__content p {
  color: #323436;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 32px;
  text-align: left;
}

.hero__btn {
  display: inline-block;
  margin-top: 20px;
}

.hero__right {
  background: url(../images/video_blob.svg) no-repeat center right;
  background-size: auto;
  background-size: contain;
  width: 100%;
  padding: 40px 10px 40px 0;
}

.hero__btn .btn-add {
  min-width: 280px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 36px;
  text-align: center;
  height: 60px;
  border-radius: 8px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  padding: 12px;
}

.hero__btn p {
  color: #828486;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  max-width: 384px;
  margin: 10px auto 0;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #222;
  background: rgba(0, 0, 0, .12);

}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #222;
}

.navbar-dark .navbar-nav .nav-link {
  color: #222;
  padding: 10px 20px;
  border-radius: 8px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: bold;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0px 4px 12px rgb(0 0 0 / 20%);
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.quotes__box {
  display: flex;
  justify-content: center;
  align-items: flex-start;


}

.quotes__img img {
  max-width: 72px;
  margin-right: 30px;
  border-radius: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.quotes__content p {
  font-style: italic;
  font-weight: medium;
  font-size: 20px;
  line-height: 28px;
  color: #323436;
  margin-bottom: 8px;
}

.quotes__content h5 {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #005DA0;
}
a {
  text-decoration: none;
  color: #055DA0;
}

a:hover, a:focus{
  text-decoration: none;
  color: #0774C7;
}

.content_slider_text_block_wrap p {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
  font-style: italic;
  margin-bottom: 10px;
  font-family: lato;
}

.content_slider_text_block_wrap a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px !important;
  line-height: 24px;
  color: #FFFFFF !important;
  font-family: lato !important;
  text-decoration: none;
}

.quotes__right a {
  margin: 0 10px;
  display: inline-block;
}

.quotes__right a img {
  max-width: 72px;

}

.send__box {
  padding: 24px;
  background: #FFFFFF;
  border: 1px solid #E2E4E6;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 30px;
}

.send__box h4 {
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
  line-height: 32px;
  color: #005DA0;
}

.send__box p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #323436;
}

.send__video .card {
  border: none;
}

.send__video .card-header {
  padding: .35rem 1rem;
  margin-bottom: 0;
  background: #FFFFFF;
  border: 1px solid #E2E4E6;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 5px;
}

.bg-blue1 .card-header {
  border: 1px solid #005DA0;
}

.tn-box {
  border-radius: 0;
  padding: 15px 30px;
  border-left: 1px solid #D2D4D6;
  min-height: 100%;
}

.tn-box .p-italic {
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #323436;
  margin-bottom: 8px;
}

.tn-box .text-muted {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #727476;
}

.oneclick p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #323436;
}

.oneclick__ul {
  list-style: disc;
  padding-left: 16px;
  margin: 16px;
}

.oneclick__ul li {
  margin-top: 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #323436;
  padding-left: 8px;
}

.oneclick__ol {
  padding: 0 24px;
  margin: 16px;
}

.oneclick__ol li {
  margin-top: 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #323436;
  padding-left: 8px;
}

.use-read {
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  color: #121416;
}

.use-box {
  background: #F2F4F6;
  border-radius: 8px;
  padding: 24px 32px;
  position: relative;
  padding-right: 120px;
}

.use-box:after {
  content: "";
  position: absolute;
  background-image: url(../images/guy_thinking.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 220px;
}

.share-span {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  color: #FFFFFF;
  display: inline-block;
  margin-right: 10px;
  text-align: left;
  vertical-align: middle;
  margin-right: 30px;
}

.fa-angle-right::before {
  content: "\f105";
  font-weight: bold;
}

.review__box {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.04);
  margin: 30px 0;
  transition: all .5s;
  border-radius: 4px;
}

.review__box:hover {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.24);
  margin: 32px 0;
}

.green-box {
  background: rgba(65, 160, 87, .1);
}

.green-box .review__name p {
  color: rgba(65, 160, 87, .6);
}

.green-box .review__name p b {
  color: rgba(65, 160, 87, .99);
}

.green-box .review__content {
  color: rgba(65, 160, 87, .99);
}

.blue-box1 {
  background: rgba(5, 93, 160, .1);
}

.blue-box1 .review__name p {
  color: rgba(5, 93, 160, .6);
}

.blue-box1 .review__name p b {
  color: rgba(5, 93, 160, .99);
}

.blue-box1 .review__content {
  color: rgba(5, 93, 160, .99);
}

.yellow-box {
  background: rgba(179, 123, 2, .1);
}

.yellow-box .review__name p {
  color: rgba(179, 123, 2, .6);
}

.yellow-box .review__name p b {
  color: rgba(179, 123, 2, .99);
}

.yellow-box .review__content {
  color: rgba(179, 123, 2, .99);
}

.red-box {
  background: rgba(151, 56, 39, .1);
}

.red-box .review__name p {
  color: rgba(151, 56, 39, .6);
}

.red-box .review__name p b {
  color: rgba(151, 56, 39, .99);
}

.red-box .review__content {
  color: rgba(151, 56, 39, .99);
}

.products {
  padding-top: 60px !important;
  padding-bottom: 160px;
}

.review__content {
  padding: 32px;
}

.value__box {
  margin: 16px 0;
}

.article {
  padding-top: 60px !important;
}

.article__box {
  margin: 16px 0;
}

.review__content {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 10px;

}

.review__content .content-box {
  min-height: 120px;
}

.review__name p {
  font-family: Lato;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 4px;
}

.review__name p b {

  font-family: Lato;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
}

.products__logo {
  margin-bottom: 10px;
}

.products__content h4 {
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #121416;
}

.products__content p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #525456;
  margin-bottom: 32px;
}

.products__content {
  max-width: 95%;
  margin: 0 auto;
}

.btn-blue {
  background: #2072B8;
}

.btn-grey {
  background: rgba(0, 0, 0, 0.5);
}

.btn-blue:hover,
.btn-blue:focus {
  background: #0F5693;
}

.btn-grey:hover,
.btn-grey:focus {
  background: rgba(0, 0, 0, 0.7);
}

.sub-para {
  color: #323436;
  font-family: Lato;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 32px;
  text-align: center;
}

.quote__icon {
  text-align: center;
  margin-bottom: 16px;
}

.quote__content {
  margin-bottom: 32px;
  min-height: 148px;
  display: flex;
  align-items: center;
}

.quote__content p {
  margin-bottom: 0px;
  display: inline-block;
  vertical-align: middle;
  color: #222222;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
  text-align: center;
}

.quote__name {
  color: #222222;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  text-align: center;
}

.quote__position {
  color: #444444;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
}

.video-box {
  position: relative;
  top: -60px;
}

.bg-grey {
  background: #F2F4F6;
}

.bg-blue {
  background: linear-gradient(180deg, #0774C7 0%, #055DA0 100%);
}

.quote2 {
  padding: 48px 0;
  background: #1A7AC4 url(../images/paperplane.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: top center;
}

.logo-box img {
  max-height: 48px;
  margin: 0 20px;
  opacity: 0.7;
  transition: all .5s;
}

.press-logo img:hover,
.logo-box:focus {
  opacity: 0.99;
  cursor: pointer;
}

.logo-box {
  text-align: center;
  margin-top: 32px;
}

.press-logo {
  padding: 48px 0 !important;
}

.customer-logo {
  position: relative;
  padding: 56px 0;
}

.customer-logo:before {
  content: "";
  width: 176px;
  height: 276px;
  position: absolute;
  background: url(../images/hugboomerang.png) no-repeat left center;
  top: -52px;
  left: 7%;
  z-index: 99;
  background-size: contain;
}

.blue-box {
  background: linear-gradient(180deg, #0774C7 0%, #055DA0 100%);
  margin: 60px 0;

}

.footer-line {
  border-color: rgba(255, 255, 255, .3);
}

.social-icons a {
  margin-right: 12px;
  display: inline-block;
  opacity: 0.7;
  transition: all .5s;
}

.social-icons a:hover,
.social-icons a:focus {
  opacity: 0.99;
}

.color-white {
  color: #fff;
}

.sub-para.color-white {
  color: rgba(255, 255, 255, .8);
}

.everything__box {
  display: inline-block;
  text-align: center;
  margin: 0 1%;
  vertical-align: top;
}

.everything__box p {
  color: #525456;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
}

.everything__box h4 {
  color: #121416;
  font-size: 48px;
  letter-spacing: 0;
  line-height: 60px;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 8px;
  font-weight: bold;
}

.everything__img img {
  max-width: 176px;
}

.in__box {
  border: 1px solid #E2E4E6;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 50px;
}

.green__ul li {
  padding-left: 31px;
  background: url(../images/greencheck.png) no-repeat left top 9px;
  background-size: auto;
  background-size: 16px;
  font-size: 16px;
  margin-bottom: 10px;
}

.opacity-6 {
  opacity: 0.6;
}

.world-where {
  color: #FFFFFF;
  font-family: Lato;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 48px;
}

.we-create {
  color: rgba(255, 255, 255, 0.7);
  font-family: Lato;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 32px;
}

.value__box h5 {
  color: #121416;
  font-family: Lato;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
}

.value__box p {
  color: #323436;
  font-family: Lato;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.article h5 {
  margin-top: 20px;
}

.article h5 a {
  color: #323436;
  font-family: Lato;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
}

.article h5 a:hover,
.article h5 a:focus {
  color: #055DA0;
}

.article p {
  color: #525456;
  font-family: Lato;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 15px;
}

.read-more {
  color: #055DA0;
  font-family: Lato;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
}

.quote2_content h4 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  font-style: italic;
  margin-bottom: 30px;
}

.quote2_content h4 span {
  background: #034D84;
  color: #fff;
}

.quote2_content h5 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 0px;
}

.quote2_content p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
}

.quote2_img {
  padding: 10px 0;
  position: relative;
}

.owl-nav .owl-prev .fa {
  color: #055DA0;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid rgba(5, 93, 160, 0.6);
  display: inline-block;
  border-radius: 100%;
  margin: 0 3px;

}

.owl-nav {
  text-align: center;
  padding-right: 120px;
}

.owl-nav button {
  margin: 0 5px;
}

.owl-nav button:hover,
.owl-nav button:focus {
  outline: none;

}

button:focus {
  outline: 0px dotted none;
  outline: 0px auto none;
}

.owl-nav .owl-next .fa {
  color: #055DA0;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 48px;
  border: 1px solid rgba(5, 93, 160, 0.6);
  display: inline-block;
  border-radius: 100%;
  margin: 0 3px;

}

.owl-dots {
  text-align: center;
}

.owl-dot span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #D2D4D6;
  margin: 0 5px;
  border-radius: 100%;
}

.owl-dot.active span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #055DA0;
  margin: 0 3px;
  border-radius: 100%;
}

h3.sub-heading {
  color: #121416;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 48px;
  text-align: left;
  margin-bottom: 20px;
}

.sub-para {

  line-height: 32px;
}

.howitworks__content {
  margin-top: 48px;
}

h3 {
  color: #121416;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 60px;
  text-align: center;
}

.paid-only {
  color: #F9BF41;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 32px;
  text-align: center;
}

.quote__para {
  color: #525456;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 32px;
  text-align: center;
}

h3 b {
  font-weight: bold;
}

.howitworks__content p {
  color: #525456;
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 20px
}

.howitworks__btn {
  margin-top: 32px;
}

.howitworks__btn .btn-add {
  min-width: 160px;
}

footer {
  min-height: 200px;
  background: linear-gradient(180deg, #0774C7 0%, #055DA0 100%);
  padding-top: 60px;
  padding-bottom: 30px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul + h5 {
  margin-top: 2rem;
}

h5 + ul {
  margin-top: 0.75rem;
}

.foot-list h5 {
  color: #FEFFFF;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 20px;
}

.foot-list ul li a {
  opacity: 0.8;
  color: #FEFFFF;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 20px;
}

.foot-list ul li a:hover {
  opacity: 0.99;
}

.footer__copy {
  margin-bottom: 16px;
}

.footer__copy span {
  Color: #FFF;
  opacity: 0.6;
}

.footer__copy a {
  color: #FFF;
  opacity: 0.8;
  margin: 0 15px;
}

.footer__copy a.gapp {
  margin: 0 3px;
}

.footer__copy a:hover {
  opacity: 0.99;
  cursor: pointer;
}

.footer__bottom {
  text-align: center;
  margin-top: 48px;
  opacity: 0.8;
  color: #FEFFFF;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
}

.f-b {
  opacity: 0.5;
}

.quote .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.quote .owl-dots {
  text-align: center;
  margin-top: 15px;
}

.quote .owl-dot span {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #1487C1;
  opacity: 0.3;
  margin: 0 5px;
  border-radius: 50%;
}

.quote .owl-dot.active span {
  opacity: 1;
}


.bg-image {
  max-width: 800px;
  max-height: 540px;
}



.my-tabs .nav-tabs {
  display: none;
}

@media (min-width: 768px) {
  .my-tabs .nav-tabs {
    display: flex;
  }

  .my-tabs .card {
    border: none;
  }

  .my-tabs .card .card-header {
    display: none;
  }

  .my-tabs .card .collapse {
    display: block;
  }
}

@media (max-width: 767px) {
  .my-tabs .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
  }
}

.my-tabs .nav-tabs .nav-link {
  border: 0;
  border-radius: .25rem;
  background: transparent;
  color: rgba(255, 255, 255, .7);
  font-size: 20px;
  padding: .5rem 1.5rem;
}

.my-tabs .nav-tabs .nav-link.active {
  color: #0687BB;
  background-color: #fff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.3);
  font-weight: 600;
}

.my-tabs .nav-tabs {
  border: none;
}

.hero__btn p .btn-learn {
  color: #055DA0;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  font-weight: normal;
  margin-top: 12px;
  display: inline-block;
}

.owl-stage {
  padding-left: 0 !important;
}

.owl-carousel {
  padding-left: 120px;
}

/**********media for mobile***********/

@media only screen and (min-width: 1920px) {


  .hero__content p {
    margin-bottom: 32px;
  }

  .pt-150 {
    padding-top: 80px;
  }

  .products__box {
    margin: 0 5%;
  }

  .value,
  .article {
    padding: 148px 0;
  }


}


@media only screen and (min-width: 1440px) {

  .hero {
    min-height: 600px;
    padding-top: 160px;
  }





}

@media only screen and (max-width: 1439px) {
  .container {
    padding: 0 30px;
  }

  h1 {
    color: #121416;
    font-family: Lato;
    font-size: 48px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.23;
    text-align: left;
    margin-bottom: 20px;
  }

  h3.sub-heading {
    color: #121416;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 48px;
    text-align: left;
    margin-bottom: 20px;
  }

  .review__content {
    padding: 20px;
  }


}

@media only screen and (min-width: 991px) and (max-width: 1200px) {

  .hero {
    padding: 148px 0 48px;
  }

  h1 {
    font-size: 48px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 68px;
    text-align: left;
    margin-bottom: 20px;
  }

  .hero__btn {
    width: 100%;
    text-align: center;
  }

  .hero__video {
    text-align: center;
  }

  .ord-2 {
    order: 2;
  }

  .howitworks__content {
    margin-top: 0;
  }

  section {
    padding: 72px 0;
  }

  .howitworks__image {
    margin-top: 48px;
    text-align: center;
  }

  .howitworks__image img {
    max-width: 70%;
  }

  h3.sub-heading {
    font-size: 38px;
    line-height: 1;
  }

  .logo-box img {
    margin: 0px 7px;
  }

  .customer-logo::before {
    height: 252px;
    left: 1%;
  }

  .we-create {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 26px;
  }

  .everything__img img {
    max-width: 126px;
  }

  .everything__box h4 {
    color: #121416;
    font-size: 52px;
  }

  .world-where {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 38px;
  }

  .products__logo img {
    max-width: 120px;
  }

  .customer-logo::before {
    display: none;
  }


}

@media only screen and (min-width: 768px) and (max-width: 990px) {

  .hero {
    padding: 148px 0 48px;
  }

  h1 {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 56px;
    text-align: left;
    margin-bottom: 20px;
  }

  .hero__btn {
    width: 100%;
    text-align: center;
    margin-bottom: 48px;
  }

  .hero__video {
    text-align: center;
  }

  .ord-2 {
    order: 2;
  }

  .howitworks__content {
    margin-top: 0;
  }

  section {
    padding: 48px 0;
  }

  .howitworks__image {
    margin-top: 48px;
    text-align: center;
  }

  .howitworks__image img {
    max-width: 70%;
  }

  h3.sub-heading {
    font-size: 36px;
    line-height: 1;
  }

  .logo-box img {
    max-height: 35px;
    margin: 0px 5px;
  }

  .customer-logo::before {
    height: 252px;
    left: 1%;
  }

  .we-create {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 26px;
  }

  .everything__img img {
    max-width: 126px;
  }

  .everything__box h4 {
    color: #121416;
    font-size: 52px;
  }

  .world-where {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 38px;
  }

  .products__logo img {
    max-width: 120px;
  }

  .customer-logo::before {
    display: none;
  }

  .subscribe {
    margin-left: 33.33%;
  }

  ul.boomerang-guide {
    padding-left: 0;
    margin-top: 150px;
    position: relative;
  }

  .hoverhide {
    top: -150px;
  }

  .hero__btn p {
    margin: 0 auto;
  }
}


@media only screen and (max-width: 767px) {
  .hero__btn p {
    margin: 5px auto;
  }

  .header__btn {
    display: none;
  }

  .header__logo img {
    max-width: 148px;
    margin: 0;
  }

  footer img.img-fluid {
    max-height: 50px;
    width: auto;
  }

  .foot-list img {
    max-width: 77px !important;
  }

  h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
    text-align: center;
  }

  .howitworks__image img {
    max-width: 248px;
    margin: 0 auto;
    display: block;
  }

  .hero {
    padding: 30px 0 30px;
    min-height: 560px;
  }

  .youtube-video {
    min-height: 153px;

  }

  .header {
    padding: 10px 0px;
    position: relative;
  }

  .video-box {
    top: 0;
  }

  .quote {
    padding-top: 50px;
  }

  .comparison_v2 .comparison-table td:first-child {
    padding-left: 15px;
  }

  .comparison_v2 .comparison-table .comparison-table__title {
    color: #121416;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 26px;
  }

  .paid-only {
    font-size: 16px;
  }

  .comparison-table__header img {
    max-width: 80px;
  }

  .quote2_content h4 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 40px;
    font-style: italic;
    margin-bottom: 30px;
  }

  .pt-100 {
    padding-top: 50px;
  }

  h3.sub-heading {
    color: #121416;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 32px;
    text-align: left;
  }

  .products__box {
    margin: 25px 0;
  }

  .customer-logo::before {
    display: none;
  }

  .logo-box img {
    max-height: 32px;
    margin: 10px;
  }

  .sub-para {
    line-height: 26px;
    font-size: 16px;
  }

  .blue-box {
    margin: 40px 0;
  }

  .howitworks__content p {
    color: #525456;
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 15px;
  }

  .start::after {
    display: none;
  }

  .start::before {
    display: none;
  }

  section {
    padding: 48px 0;
  }

  .hero__btn .btn-add {
    min-width: 200px;
    font-size: 16px;
    height: 48px;
    border-radius: 4px;
    padding: 5px 15px;
  }

  .hero__btn {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .hero__content p {
    color: #222;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
  }

  .quote__content p {
    font-size: 20px;
    line-height: 32px;
  }

  .quote__content {
    margin-bottom: 30px;
    min-height: 70px;
  }

  .quote__name {
    font-size: 16px;
    line-height: 24px;
  }

  .quote__position {
    font-size: 14px;
  }

  .quote__icon img {
    max-width: 56px;
  }

  .ord-2 {
    order: 2;
  }

  .howitworks__content {
    margin-top: 0px;
  }

  h3 {
    font-size: 24px;
    line-height: 36px;
  }

  .howitworks__image {
    margin-top: 32px;
  }

  .feature__box h4 {
    font-size: 20px;
    line-height: 32px;
  }

  .feature__box p {
    margin-bottom: 30px;
  }

  .start__title {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 30px;
  }

  .start__btn .btn-add {
    min-width: 200px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 45px;
    text-align: center;
    height: 48px;
    border-radius: 4px;
  }

  .start__btn {
    text-align: center;
  }

  .foot-list ul {
    margin-bottom: 30px;
  }

  .footer__bottom {
    margin-top: 0px;
  }

  .footer__copy .copy {
    display: block;
    margin-top: 12px;
    opacity: 0.7;
  }

  .quote2_img {
    text-align: center;
    margin: 0 auto;
    max-width: 180px;
  }

  .quote2_content {
    text-align: center;
  }

  .quote2 .card-header a.collapsed {
    border-radius: .25rem;
    display: block;
    padding: .75rem 1.25rem;
    color: #fff;
    background-color: transparent;
    box-shadow: none;
    font-weight: normal;
  }

  .quote2 .card-header a {
    border-radius: .25rem;
    display: block;
    padding: .75rem 1.25rem;
    color: #0687BB;
    background-color: #fff;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.3);
    font-weight: 600;
  }

  .my-tabs .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
    border: 0;
    margin-bottom: 15px;
  }

  .my-tabs .card-header {
    border-bottom: 0;
    background: transparent;
    padding: 0;

  }

  .quote2 .card-header a .fa {
    position: absolute;
    right: 15px;
    top: 13px;
  }

  .myaccordion .card-body {
    padding: 0rem 1rem .25rem;
  }

  .accordion-right img {
    border-radius: 8px 8px 8px 8px;
  }

  .myaccordion .btn {
    white-space: normal;
    text-align: left;
  }

  .start {
    position: relative;
    padding: 50px 0;
  }

  .everything__box {
    max-width: 100%;
    display: inline-block;
    text-align: center;
    margin: 15px 2%;
  }

  .hero::after {
    min-height: 142px;
    bottom: -1px;
    min-width: 143px;
    right: 5%;
  }

  .hero::before {
    min-height: 142px;
    bottom: -1px;
    min-width: 143px;
    left: 5%;
  }

  .everything__box h4 {
    font-size: 40px;
  }

  .btn-box {
    text-align: center;
    margin-bottom: 30px;
  }

  .btn-add {
    padding: 12px 16px;
  }

  ul.boomerang-guide {
    margin-top: 250px;
  }

  .in__box .btn-box {
    margin: 30px 0;
    text-align: left;
  }

  .hoverhide {
    top: -250px;
  }

  .owl-carousel {
    padding-left: 15px;
  }

  .owl-nav {
    padding-right: 0 !important;
  }

  .review__content {
    font-size: 16px;
  }

  .products {
    padding-bottom: 50px;
  }

  .world-where {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 38px;

  }

  .we-create {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 29px;
    margin-top: 20px;
  }

  .value__box {
    text-align: center;
  }

  .header__menu ul li a {
    padding: 7px 15px;
    margin-left: 0px;
  }

  .ord-2 {
    order: 2;
  }

  .header__menu ul.dropdown-menu {
    min-width: 250px;
  }

  .header__menu ul.dropdown-menu li a {
    font-size: 12px;
  }

  .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }

  .navbar-dark .navbar-brand {
    color: #fff;
    max-width: 50%;
  }

  .in__box {
    padding: 20px;
  }

  .content_slider_wrapper .circle_slider {
    transform: none !important;
  }

  .ord-2 {
    order: 2;
  }

  .hero__right {
    min-height: 215px;
    margin-top: 30px;
  }

  .quotes__content p {
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #323436;
    margin-bottom: 8px;
  }

  .tn-box {
    margin-top: 30px;
  }

  .footer__copy a {
    margin: 0 15px 0 0;
  }

  .use-box {
    margin-top: 30px;
  }

  .tn-box {
    border-left: 0px;
  }

}

@media only screen and (max-width: 540px) {}

@media only screen and (max-width: 320px) {}