.bg-blue {
  background: #3d5afe;
  color: #fff;
}

.box {
  background: #f8f8fa;
  border-radius: 18px;
  margin-bottom: 30px;
}

section {
  padding-top: 170px;
  padding-bottom: 170px;
}

@media (max-width: 767px) {
  section {
    padding-top: 115px;
    padding-bottom: 70px;
  }
}

.see-more .title#slider-title {
  text-align: center !important;
}

.container {
  padding-right: 34px;
  padding-left: 34px;
}

.White-Label-Solutions-for-Agencies {
  padding-top: 10vh;
}

@media (max-width: 767px) {
  .White-Label-Solutions-for-Agencies {
    padding-top: 43px;
  }
  .White-Label-Solutions-for-Agencies .row {
    flex-direction: column-reverse;
  }
  .White-Label-Solutions-for-Agencies img {
    padding-right: 7px;
    padding-left: 7px;
  }
}

.White-Label-Solutions-for-Agencies img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .White-Label-Solutions-for-Agencies img {
    margin-bottom: 70px;
  }
}

.White-Label-Solutions-for-Agencies .title {
  font-size: 100px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

@media (max-width: 1799px) {
  .White-Label-Solutions-for-Agencies .title {
    font-size: 90px;
  }
}

@media (max-width: 1599px) {
  .White-Label-Solutions-for-Agencies .title {
    font-size: 80px;
  }
}

@media (max-width: 1499px) {
  .White-Label-Solutions-for-Agencies .title {
    font-size: 75px;
  }
}

@media (max-width: 1399px) {
  .White-Label-Solutions-for-Agencies .title {
    font-size: 65px;
  }
}

@media (max-width: 767px) {
  .White-Label-Solutions-for-Agencies .title {
    font-size: 40px;
  }
}

.White-Label-Solutions-for-Agencies .title::before {
  content: "";
  width: 167px;
  height: 167px;
  display: block;
  background: #00e5ff;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  right: 60px;
  top: -10px;
}

@media (max-width: 767px) {
  .White-Label-Solutions-for-Agencies .title::before {
    width: 66px;
    height: 66px;
    right: 0px;
  }
}

.White-Label-Solutions-for-Agencies p {
  font-size: 20px;
  font-weight: 300;
  max-width: 700px;
  color: #656980;
  margin-top: 8vh;
}

@media (max-width: 767px) {
  .White-Label-Solutions-for-Agencies p {
    margin-top: 47px;
    font-size: 16px;
  }
}

.page-down {
  width: 68px;
  height: 68px;
  background-color: #eeeeef;
  border-radius: 50px;
  margin: 0 auto;
  transition: 0.4s;
  position: absolute;
  top: calc(100% - 130px);
  left: 50%;
  transform: translateX(-50%);
}

.page-down:hover {
  height: 100px;
}

@media (max-width: 767px) {
  .page-down {
    position: relative;
    left: auto;
    transform: none;
    width: 42px;
    height: 42px;
    margin-top: 40px;
  }
}

.page-down svg {
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  width: 15px;
  height: 20px;
}

@media (max-width: 767px) {
  .page-down svg {
    width: 9px;
    height: 12px;
    top: 15px;
  }
}

.page-down:hover {
  padding-bottom: 50px;
  cursor: pointer;
}

section.boxs {
  padding-top: 180px;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  section.boxs {
    padding-top: 70px;
  }
}

@media (min-width: 1800px) {
  section.boxs .container {
    max-width: 1550px;
  }
}

section.boxs .box {
  padding: 60px 0 85px 0;
  border-radius: 16px;
}

@media (max-width: 767px) {
  section.boxs .box {
    padding: 50px 0 37px 0;
  }
}

@media (max-width: 767px) {
  section.boxs .box svg {
    width: 128px;
    height: 128px;
  }
}

section.boxs .box h4 {
  font-size: 30px;
  font-weight: 500;
  max-width: 260px;
  margin: auto;
  margin-top: 50px;
}

@media (max-width: 767px) {
  section.boxs .box h4 {
    max-width: 150px;
    font-size: 16px;
    margin-top: 33px;
  }
}

.section-title {
  font-size: 50px;
  font-weight: 500;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 27px;
}

@media (max-width: 767px) {
  .section-title {
    font-size: 24px;
    text-align: left;
  }
}

.section-subtitle {
  font-size: 28px;
  font-weight: 300;
  margin-top: 37px;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .section-subtitle {
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 45px;
  }
}

.solutions {
  padding-top: 130px;
  padding-bottom: 20px;
  background: #F7F7F9;
}

.solutions > .title {
  font-size: 50px;
  font-weight: 500;
}

@media (max-width: 1399px) {
  .solutions > .title {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .solutions > .title {
    font-size: 26px;
    text-align: left !important;
    padding: 0 33px;
  }
}

.ask-us {
  padding-top: 110px;
}

@media (max-width: 767px) {
  .ask-us {
    padding-top: 90px;
  }
}

.ask-us .title {
  font-size: 120px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 85px;
  display: inline-block;
}

@media (max-width: 767px) {
  .ask-us .title {
    font-size: 45px;
    margin-bottom: 0;
  }
}

.ask-us .title::before {
  content: "";
  width: 167px;
  height: 167px;
  display: block;
  background: #00e5ff;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  right: -100px;
  top: -10px;
}

@media (max-width: 767px) {
  .ask-us .title::before {
    width: 78px;
    height: 78px;
    right: -55px;
  }
}

.ask-us .info {
  margin: 0;
  max-width: 485px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

.ask-us .info .text {
  margin-bottom: 75px;
  font-size: 20px;
}

@media (max-width: 767px) {
  .ask-us .info .text {
    font-size: 20px;
  }
}

.ask-us .info a {
  color: #212529;
  font-size: 25px;
}

@media (max-width: 767px) {
  .ask-us .info a {
    font-size: 22px;
    margin-top: 5px;
  }
}

.ask-us .info .d-flex {
  margin-bottom: 60px;
}

.ask-us .info .d-flex svg {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .ask-us .info .d-flex svg {
    margin-right: 15px;
    width: 36px;
  }
}

@media (max-width: 350px) {
  .ask-us .info .d-flex svg {
    margin-right: 5px;
    width: 28px;
  }
}

.ask-us .info .social ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.ask-us .info .social ul li svg {
  width: 45px !important;
  height: 45px !important;
}

@media (max-width: 767px) {
  .ask-us .info .social ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ask-us .info .social ul li {
    width: 33%;
    margin-bottom: 50px;
  }
  .ask-us .info .social ul li svg {
    width: 45px !important;
    height: 45px !important;
  }
  .ask-us .info .social ul li:nth-child(1), .ask-us .info .social ul li:nth-child(4) {
    text-align: left;
  }
  .ask-us .info .social ul li:nth-child(5), .ask-us .info .social ul li:nth-child(2) {
    text-align: center;
  }
  .ask-us .info .social ul li:nth-child(3), .ask-us .info .social ul li:nth-child(6) {
    text-align: right;
  }
}

.ask-us .form {
  margin-top: 55px;
}

@media (max-width: 767px) {
  .ask-us .form {
    margin-bottom: 124px;
    margin-top: 30px;
  }
  .ask-us .form .group {
    margin-bottom: 35px;
  }
  .ask-us .form .form-control {
    font-size: 16px;
    padding: 10px;
  }
  .ask-us .form .form-control:focus ~ label, .ask-us .form .form-control:valid ~ label {
    font-size: 14px;
    top: -15px;
  }
  .ask-us .form .bar:before, .ask-us .form .bar:after {
    height: 2px;
  }
  .ask-us .form label {
    font-size: 16px;
    top: 5px;
  }
}

.Privacy {
  font-size: 11px;
}

.btn-p3 {
  color: white;
  font-size: 18px;
  font-weight: normal;
  background-color: #3d5afe;
  padding: 19px 52px;
  border: none;
}

.btn-p3.loading {
  position: relative;
}

.btn-p3.loading::after {
  content: 'Loading ...';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: #3d5afe;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

@media (max-width: 767px) {
  .btn-p3 {
    width: 100%;
  }
}

footer {
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  footer {
    padding-bottom: 74px;
  }
  footer .d-flex {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  footer .Copyright {
    font-size: 12px;
  }
}

footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 260px;
}

@media (max-width: 767px) {
  footer ul {
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
  }
}

#slider-title {
  display: none;
}

*:focus {
  outline: none;
  box-shadow: none  !important;
}

@media (max-width: 1500px) and (min-width: 1200px) {
  .White-Label-Solutions-for-Agencies .title {
    font-size: 55px;
  }
  .White-Label-Solutions-for-Agencies .text-center img {
    margin-top: -50px;
    padding: 0 20px 20px;
  }
  .White-Label-Solutions-for-Agencies p {
    font-size: 18px;
  }
  section.boxs .box {
    padding: 40px 0 53px 0;
  }
  section.boxs .box svg {
    width: 150px;
    height: 150px;
  }
  section.boxs .box h4 {
    font-size: 22px;
    max-width: 200px;
  }
  section {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .section-title {
    font-size: 32px;
  }
  .section-subtitle {
    font-size: 20px;
  }
  .ask-us .title {
    font-size: 90px;
    margin-bottom: 10px;
  }
  .ask-us .title::before {
    width: 120px;
    height: 120px;
    right: -60px;
  }
  .ask-us .info .d-flex svg {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
  .ask-us .info a {
    font-size: 20px;
    margin-top: 4px;
  }
  .ask-us .info .text {
    font-size: 20px;
  }
  .info {
    width: 80%;
  }
  .ask-us .info .social ul li svg {
    width: 40px !important;
    height: 40px !important;
  }
  .btn-p3 {
    font-size: 18px;
    padding: 17px 50px;
  }
}

@media (max-width: 1199px) and (min-width: 767px) {
  .ask-us .info {
    margin-top: 20px;
  }
  .ask-us .form {
    margin-top: 30px;
  }
  .ask-us .form .group {
    margin-bottom: 35px;
  }
  .ask-us .form .form-control {
    font-size: 16px;
    padding: 10px;
  }
  .ask-us .form .form-control:focus ~ label, .ask-us .form .form-control:valid ~ label {
    font-size: 14px;
    top: -15px;
  }
  .ask-us .form .bar:before, .ask-us .form .bar:after {
    height: 2px;
  }
  .ask-us .form label {
    font-size: 16px;
    top: 5px;
  }
}

@media (max-width: 1199px) and (min-width: 767px) and (min-width: 992px) {
  .container {
    max-width: 844px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1199px) and (min-width: 767px) {
  .White-Label-Solutions-for-Agencies p {
    padding-right: 40px;
  }
  .White-Label-Solutions-for-Agencies .title {
    font-size: 49px;
  }
  .White-Label-Solutions-for-Agencies .title::before {
    width: 97px;
    height: 97px;
  }
  .White-Label-Solutions-for-Agencies p {
    font-size: 14px;
  }
  section.boxs .box {
    padding: 30px 0 43px 0;
  }
  section.boxs .box svg {
    width: 110px;
    height: 110px;
  }
  section.boxs .box h4 {
    font-size: 16px;
    max-width: 140px;
  }
  section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .section-title {
    font-size: 25px;
  }
  .section-subtitle {
    font-size: 14px;
    max-width: 600px;
  }
  .solutions > .title {
    font-size: 26px;
  }
  .ask-us .title {
    font-size: 60px;
    margin-bottom: 10px;
  }
  .ask-us .title::before {
    width: 83px;
    height: 83px;
    right: -40px;
  }
  .ask-us .info .d-flex svg {
    width: 25px;
    height: 25px;
    margin-right: 15px;
  }
  .ask-us .info a {
    font-size: 14px;
    margin-top: 4px;
  }
  .ask-us .info .text {
    font-size: 14px;
  }
  .info {
    width: 80%;
  }
  .ask-us .info .social ul li svg {
    width: 25px !important;
    height: 25px !important;
  }
  .btn-p3 {
    font-size: 14px;
    padding: 14px 45px;
  }
}
/*# sourceMappingURL=white-label.css.map */