
body, html {
  margin: 0;
  padding: 0;
  background-color: #fefefe;
  color: #fefefe;
  font-size: 16px;
  font-family: 'Ubuntu Condensed', sans-serif;
  line-height: 1.2;
}
body {
  /* overflow-x: hidden; */
}

h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 48px;
  color: #fddbf3;
}

h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 48px;
  color: #fddbf3;
}

h4 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #16002e;
}
a {
  transition: ease-in-out .15s;
}
a:hover {
  text-decoration: none;
}
p {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #8c8099;
}
section {
  padding-top: 70px;
  padding-bottom: 65px;
}
.container {
  max-width: 1025px;
}
.navbar-brand img {
  max-width: 202px;
  width: 100%;
  height: auto;
}
.navbar-nav {
  padding-top: 20px;
  padding-bottom: 20px;
}
.btn-pink,
.btn-pink-outline {
  color: #fefefe!important;
  background-color: #ef4f75;
  border: solid 1px #ef4f75;
  border-radius: 40px;
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none!important;
  padding: 10px 20px 13px 20px;
  min-width: 110px;
  width: 100%;
  display: block;
}
.btn-pink:hover {
  background-color: transparent;
  color: #ef4f75!important;
  cursor: pointer;
}

.btn-pink-outline {
  color: #ef4f75!important;
  background-color: transparent;
}

/* header start */
header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
header .container {
  max-width: 1280px;
}
header .navbar-light {
  padding-left: 0px;
  padding-right: 0px;
}
header .collapse {
  justify-content: center;
}
.sign-container {
  display: flex;
}
.sign-container .btn-pink {
  margin-right: 22px;
}
.navbar-light li a {
  font-family: 'Ubuntu Condensed', sans-serif;
  line-height: 1.2;
  font-size: 24px;
  color: #fefefe!important;
}

.navbar-light li.active a,
.navbar-light li a:hover {
  color: #f20786!important;
}
header .nav-link {
  padding-right: 13px!important;
  padding-left: 13px!important;
}
.desktop-hide-991 {
  display: none;
}
.hamburger {
  outline: none!important;
  padding-right: 5px;
  padding-left: 5px;
}
.hamburger.is-active:hover,
.hamburger.is-active {
  opacity: 1!important;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
  background-color: #fefefe!important;
  width: 30px;
}
.hamburger-box {
  width: 30px;
}


@media(max-width: 1024px) {
  header .navbar-light .navbar-nav .nav-link {
    font-size: 17px;
  }
  .right-side-navigation {
    display: none;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 36px;
  }
}
@media(max-width: 991px) {
  .desktop-hide-991 {
    display: block;
  }
  .mobile-hide-991 {
      display: none;
  }
  header .container {
    background-color: #59116b;
    box-shadow: 0px 15px 30px 0px rgba(33, 4, 49, 0.25);
  }
  .navbar-collapse {
    transition: .2s;
  }
  .navbar-toggler button {
    outline: none;
    border: none;
  }
  .navbar-toggler button span {
    color: #fefefe!important;
  }
  .navbar li.desktop-hide-991 a {
    max-width: 78px;
    background: #ef4f75;
    margin-left: 13px;
    border-radius: 5px;
    margin-top: 4px;
  }
}
/* header end */


/* HERO start */
.hero {
  min-height: 768px;
  /* background: url(../img/hero-phone.png) no-repeat calc(50% + 261px) 62px, url(../img/home-hero-bg.png); */
  background: url(../img/home-hero-bg.png);
}
.phone-wrapper {
  position: absolute;
  width: 98%;
  height: 1000px;
  overflow: hidden;
  margin-right: 0;
  margin-left: auto;
  right: 0;
}
.phone-inner {
  overflow: visible;
  width: 932px;
  height: 194%;
  display: block;
  position: absolute;
  z-index: 0;
  left: 456px;
  right: 0;
  margin: auto;
  top: 50px;
  background: url(../img/hero-phone.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.hero .container {
  position: relative;
  margin-top: 81px;
}
.hero h1 {
  margin-bottom: 30px;
}
.hero p {
  color: #f85be8;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.form-wrapper {
  max-width: 440px;
}
.form-wrapper .row {
  margin-right: -5px;
  margin-left: -5px;
}
.form-wrapper .col-md-6,
.form-wrapper .col-md-12 {
  padding-right: 5px;
  padding-left: 5px;
}
.form-wrapper .submit-wrapper {
  max-width: 106px;
}
.form-control {
  border-radius: 25px;
  background-color: transparent!important;
  border-color: #ef4f75;
  margin-bottom: 26px;
  height: calc(2.25rem + 4px);
  padding: 6px 18px;
}
.form-control input::placeholder,
.form-control textarea:placeholder {
  color: #ef4f75!important;
}
.form-control + label {
  font-family: 'Ubuntu Condensed', sans-serif;
   position: absolute;
   top: 11px;
   left: 18px;
   font-size: 16px;
   line-height: 1;
   margin:0;
   -webkit-transition: 0.2s all ease;
   transition: 0.2s all ease;
   cursor: text;
   background-color: transparent;
   padding: 0;
   z-index: 5;
   color: #ef4f75;
}
.form-control + label.label-up {
  font-size: 12px;
  top: -18px;
  left: 18px;
  color: #fefefe;
  opacity: 1;
}
.form-control-wrapper {
  position: relative;
}
.form-control:focus {
  box-shadow: none;
  border-color: #fefefe;
}
input {
  color: #fefefe!important;
}
textarea {
  height: 70px!important;
  resize: none;
  color: #fefefe!important;
}
.form-wrapper .btn-pink {
  padding: 6px 0 7px 0;
}

@media(max-width: 1400px) {
  .phone-wrapper {
    width: 100%;
  }
}
@media(max-width: 1024px) {
  .phone-inner {
    width: 717px;
    left: 347px;
    top: 145px;
  }
}

/* HERO end */





/* about start */
.about {
  background: url(../img/about-half-new-2.png) no-repeat calc(50% + 397px) 0;
}
.about h2 {
  color: #dfdce5;
  margin-bottom: 50px;
}
.about p {
  line-height: 21px;
  font-family: "Ubuntu", sans-serif;
}
.about h4 {
  margin-bottom: 21px;
}
.about .laptop {
  text-align: right;
  padding-top: 78px;
  padding-left: 6%;
}
.laptop img {
  width: 100%;
}
.above-row {
  position: relative;
  z-index: 1;
}
.services-row {
  margin-top: -45px;
}
.services-row h4 {
  margin-bottom: 20px;
  min-height: 52px;
  text-align: center;
}
.services-row .img-wrapper {
  text-align: center;
  margin-bottom: 10px;
}
.services-row .col-md-3 {
  position: relative;
}
.services-row .col-md-3:not(:last-child)::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 30%;
  width: 11px;
  height: 25px;
  background: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media(max-width: 991px) {
  .services-row {
    margin-top: 0;
  }
}
/* about end */

/* iban start */
.iban {
  background: url(../img/balls.png) no-repeat calc(50% - 368px) -47px;

  /* min-height: 730px; */
  padding-bottom: 120px;
}
.iban-services-wrapper {
  background-image: -moz-linear-gradient( 0deg, rgb(54,2,105) 0%, rgb(99,21,108) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(54,2,105) 0%, rgb(99,21,108) 100%);
  background-image: linear-gradient( 0deg, rgb(54,2,105) 0%, rgb(99,21,108) 100%);
}
.iban-container-wrapper {
  display: flex;
  align-items: center;
  min-height: 500px;
  background: url(../img/iban.png) no-repeat calc(50% - 293px) 50px;
}
.iban h2,
.services h2 {
  color: #b35acc;
}
.iban h4 {
  color: #faa9f2;
  text-align: right;
  margin-bottom: 21px;
}
.iban p {
  color: #f85be8;
  text-align: right;
  line-height: 21px;
  margin-bottom: 45px;
}
.iban .btn-pink {
  padding: 6px 0 7px 0;
  max-width: 256px;
  float: right;
}
.iban-row {
  min-height: 350px;
  display: flex;
  align-items: center;
}
@media(max-width: 1024px) {
  .iban {
    padding-bottom: 60px!important;
  }
}
/* iban end */

/* services start */
.services {
  padding-bottom: 195px;;
  background: url(../img/pattern.png);
  background-size: cover;
  background-position: top center;
}
.service-boxes {
    margin-top: 100px;
}
.service-box h3 {
  font-size: 24px;
  font-family: 'Ubuntu Condensed', sans-serif;
  margin-bottom: 0px;
  color: #fefefe;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0px 3px 3px rgba(47, 4, 76, 0.004);
}
.service-box .img-wrapper {
  padding-bottom: 30px;
  min-height: 176px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-box p {
  color: #bc69ed;
  font-size: 16px;
  font-family: 'Ubuntu Condensed', sans-serif;
}
.service-box {
  min-height: 320px;
  border-radius: 50px;
  text-align: center;
  padding-top: 50px;
  background-image: -moz-linear-gradient( 90deg, rgb(54,2,105) 0%, rgb(99,21,108) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(54,2,105) 0%, rgb(99,21,108) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(54,2,105) 0%, rgb(99,21,108) 100%);
  box-shadow: 0px 15px 30px 0px rgba(12, 1, 18, 0.25);
  cursor: pointer;
  transition: all .25s;
}
.service-box:hover {
  background-image: none;
  box-shadow: none;
}
.service-box:hover h3 {
  color: #ff04fc;
}
.hover-show {
  display: none!important;
}
.service-box:hover .hover-show {
  display: flex!important;
}
.service-box:hover .hover-hide {
  display: none!important;
}

/* services end */


/* benefits start */
.benefits {
  background: url(../img/dots.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.benefits-inner {
  padding-bottom: 105px;
  background: url(../img/logo-rad.png) no-repeat calc(50%) 20px;
}
.benefits h2 {
  color: #ef4f75;
}
.benefits .col-md-3 {
  max-width: 190px;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.benefits .col-md-3 h4 {
  color: #16002e;
  font-weight: 700;
  transition: .2s;
}
.benefits .col-md-3 p {
  color: #8c8099;
  line-height: 1.4;
  margin-bottom: 0px;
  transition: .3s;
}
.benefits .col-md-3:hover h4,
.benefits .col-md-3:hover p {
  color: #ef4f75;
}
.benefits .col-md-3:hover:after {
  background-image: url(../img/circle-red-point.png);
}
.benefits-between {
  justify-content: space-between;
}
.benefits-row {
  margin-top: 40px;
}
.benefits-row .col-md-3:after {
  content: '';
  background-image: url(../img/circle-red.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: background-image 0.2s ease-in-out;
  width: 34px;
  height: 34px;
  display: block;
  position: absolute;
  top: 0;
}

.benefits-row .point-1,
.benefits-row .point-5 {
  margin-left: 20%;
}
.benefits-row .point-2,
.benefits-row .point-6 {
  margin-left: 25%;
}

.benefits-row .point-1:after {
  top: unset;
  bottom: -45px;
  right: 62px;
}
.benefits-row .point-2:after {
  top: unset;
  bottom: -45px;
  left: 40px;
}
.benefits-row .point-3:after {
  top: unset;
  bottom: 32px;
  right: -46px;
}
.benefits-row .point-4:after {
  top: unset;
  bottom: 32px;
  left: -48px;
}

.benefits-row .point-5:after {
  top: -45px;
  right: 45px;
}
.benefits-row .point-6:after {
  top: -45px;
  left: 25px;
}
@media(max-width: 1024px) {
  .benefits-row {
    padding: 0 10px;
  }
  .col-md-3 {
    margin-left: 0px!important;
  }
  .benefits-around {
    justify-content: space-around;
  }
}
/* benefits end */




/* referral start */
.referral {
  background-color: #320069;
  background-image: url(../img/referral.png), url(../img/referrence-half.png);
  background-position: calc(50% + 330px) 105px, calc(50% + 475px) 0px;
  background-repeat: no-repeat;
  padding-bottom: 125px;
}
.referral h2 {
  text-align: left;
  color: #98ddeb;
  margin-bottom: 55px;
}
.referral h4 {
  color: #e6d4f9;
  margin-bottom: 20px;
}
.referral p {
  color: #caafe9;
  text-align: left;
  line-height: 21px;
  margin-bottom: 45px;
}
.referral .btn-pink {
    padding: 6px 0 7px 0;
    max-width: 186px;
}

/* referral end */


/* footer start */
.footer-bottom {
  background-color: #320069;
  border-top: solid 1px #65408f;
  padding-top: 45px;
  padding-bottom: 45px;
}
.footer-menu ul,
.pp ul {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 1;
}
.footer-menu ul li,
.pp ul li a {
  padding-bottom: 10px;
  padding-top: 10px;
}
.footer-menu ul li a,
.pp ul li a {
  color: #d7bbee;
}
.footer-menu ul li a:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background-color: #d7bbee;
  transition: .15s;
  margin-right: 10px;
}
.footer-menu ul li.active a:before {
  background-color: #ef4f75;
}
.footer-menu ul li a:hover,
.pp ul li a:hover {
  text-decoration: none;
  color: #ef4f75!important;
}
.footer-menu>ul>li>a:hover:before {
  background-color: #ef4f75!important;
}
.footer-menu ul li.active a,
.pp ul li.active a {
  color: #ef4f75!important;
}
.menus-wrapper {
  display: flex;
  justify-content: space-between;
}
.pp ul li a {
  display: block;
  text-decoration: none;
}
.pp {
  display: flex;
  justify-content: center;
}
.socials-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.socials-col .social-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.socials-col .social-list ul li:nth-child(1) {
  margin-right: 15px;
}
.socials-col .social-list ul li a {
  background-color: #ef4f75;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #ef4f75;
}
.socials-col .social-list ul li .fa {
  font-size: 13px;
  color: #ffffff;
}
.socials-col .social-list ul li a:hover {
  background-color: transparent!important;
}
.socials-col .social-list ul li a:hover .fa {
  color: #ef4f75;
}
.footer-bottom-2 {
  text-align: center;
  background-color: #320069;
  border-top: solid 1px #65408f;
  border-bottom: solid 1px #65408f;
  padding-top: 25px;
  padding-bottom: 25px;
}
.footer-bottom-2 a {
  color: #ef4f75;
}
@media(min-width: 991px) {
  .privacy-terms {
    flex: 0 0 32%;
    max-width: 32%;
  }
  .socials-col {
    flex: 0 0 26.333333%;
    max-width: 26.333333%;
  }
  header .navbar {
    padding-top:  1em;
  }
}
@media(max-width: 990px) {
  .footer-bottom .col-md-5 {
    max-width: 80%;
    flex: 0 0 80%;
    margin: auto;
  }
  .privacy-terms {
    flex: 0 0 30%;
    max-width: 30%;
    margin-left: 10%;
  }
  .privacy-terms .pp {
    justify-content: flex-start;
  }
  .socials-col {
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: 10%;
  }
}

/* footer start */


/* side menu start */
.right-side-navigation .navbar {
  z-index: 3;
  max-width: 120px;
}
.right-side-navigation .collapse {
  padding-bottom: 38px;
}
.right-side-navigation ul li {
  position: relative;
}
.right-side-navigation ul li a {
  padding-left: 0px!important;
}

.right-side-navigation ul li a span {
  width: 100%;
  display: inline-block;
  text-align: center;
  max-width: 110px;
  font-size: 14px;
  opacity: 0;
}
.right-side-navigation ul li a,
.right-side-navigation ul li a span {
  color: #ef4f75!important;
  transition: .15s;
}
.right-side-navigation ul {
  display: flex;
  flex-direction: column!important;
}
.right-side-navigation li a.active span {
  opacity: 1;
}
.right-side-navigation .navbar {
  padding: 0px;
  bottom: 0;
}
.right-side-navigation li a:before {
  content: '';
  width: 40px;
  height: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: block;
  background-color: #ef4f75;
  transition: .15s;
  margin-right: 10px;
  position: absolute;
  bottom: 0px;
}
.right-side-navigation li a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 5px;
  display: block;
  background-color: #ef4f75;
  transition: .15s;
  margin-right: 10px;
  position: absolute;
  bottom: 0px;
  right: 38px;
}
.right-side-navigation li a.active:before {
  width: 110px;
}
/* side menu end */





/* some global queries */
@media(max-width: 767px) {
  h1 {
    font-size: 29px;
  }
  h2 {
    text-align: center;
  }
  h1 br,
  h2 br,
  h3 br,
  h4 br {
    display: none;
  }
  .form-control {
    margin-bottom: 18px;
  }
  .referral,
  .about {
    background-image: none;
  }
  .laptop {
    display: none;
  }
  .services-row .col-md-3 {
        margin-top: 40px;
  }
  .services-row .col-md-3:not(:last-child)::before {
    top: unset;
    bottom: -10px;;
    transform: rotate(90deg);
    left: 0;
    right: 0;
    margin: auto;
  }

  .hero .form-wrapper .col-md-6 {
    width: 50%;
  }
  .form-wrapper {
    max-width: unset!important;
  }
  .phone-wrapper {
    display: none;
  }
  .menus-wrapper{
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .privacy-terms {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .privacy-terms .pp {
    justify-content: center;
    text-align: center;
  }
  .socials-col {
    margin-top: 30px;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .hero {
    min-height: unset;
  }
  .form-wrapper .submit-wrapper {
    max-width: unset;
  }
  .service-boxes {
    margin-top: 50px;
  }
  .service-boxes .col-md-4 {
    margin-bottom: 30px;
  }
  .services {
    padding-bottom: 60px;
  }
  .referral {
    background-image: url(../img/referral.png);
    background-position: calc(50% + 236px) 264px;
  }
  .iban-row {
    align-items: normal;
  }
  .iban-row .col-md-6:nth-child(1) {
    display: none;
  }
  .iban-container-wrapper {
     min-height: 466px;
    background: url(../img/iban.png) no-repeat calc(50% - 300px) 100px;
  }
  .iban-row h4,
  .iban-row p {
    text-align: center;
  }
  .iban .btn-pink {
    float: none;
    margin: auto;
  }
  .services {
    padding-top: 0px;
  }
  .about {
    text-align: center;
  }
  .benefits-inner {
    padding-bottom: 30px;
  }
  .benefits-row .col-md-3:after {
    top: 0;
    right: 15px;
    left: unset;
    bottom: unset;
    background-image: url(../img/circle-red-point.png);
  }
  .benefits-row .col-md-3:nth-child(2):after {
    left: 15px;
    right: unset;
  }
  .benefits-between {
    justify-content: space-around;
    margin-top: 0px;
  }
  .benefits-around {
    margin-top: 0px;
  }
  .benefits .col-md-3 {
    max-width: unset;
    padding: 25px 0;
  }
  .benefits-inner {
    padding-bottom: 0px;
    background: url(../img/logo-rad-1.png) no-repeat calc(50%) 50px;
  }
  .benefits-inner .row {
    text-align: center;
  }

}



/* services page start */
.services-section h1 {
  text-align: center;
  margin-bottom: 65px;
}
.services-section .btn-pink {
  max-width: 256px;
}
.services-left {
  background: url(../img/home-hero-bg.png);
}
.services-section h2 {
  font-family: "Ubuntu", sans-serif;
  font-size: 48px;
  color: rgb(223, 146, 219);
  font-weight: bold;
  margin-bottom: 20px;
}
.services-section h4 {
  font-size: 20px;
  font-family: "Ubuntu", sans-serif;
  color: rgb(250, 169, 242);
  font-weight: bold;
  line-height: 1.05;
  margin-bottom: 25px;
}
.services-section p {
  color: #f85be8;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 40px;
}
.services-section {
  padding-top: 0;
  padding-bottom: 0;
}
.services-1-inner {
  padding-top: 158px;
  padding-bottom: 187px;
  background-image: url(../img/service-1.png), url(../img/service-1-balls.png);
  background-position: calc(50% + 318px) 161px, -50px 100%;
  background-repeat: no-repeat;
}
.services-2 {
  text-align: right;
}
.services-2-inner {
  padding-top: 120px;
  padding-bottom: 141px;
  background-image: url(../img/service-2.png), url(../img/service-2-balls.png);
  background-position: calc(50% - 318px) -60px, calc(100% + 50px) 100%;
  background-repeat: no-repeat;
}
.services-2 p {
  color: #8c8099;
  font-weight: 500;
}
.services-2 h2,
.services-2 h4 {
  color: #16002e;
}
.services-2 .btn-pink {
  float: right;
}
.services-3-inner {
  background-color: #320069;
  padding-top: 158px;
  padding-bottom: 187px;
  background-image: url(../img/service-3.png), url(../img/service-3-balls.png);
  background-position: calc(50% + 324px) -100px, -50px calc(100% - 18px);
  background-repeat: no-repeat;
}

@media(max-width: 767px) {
  .services-section h1 {
    margin-top: 18%;
  }
  .services-section>div {
    padding: 0;
  }
  .services-section .btn-pink {
    float: none;
    margin: auto;
  }
  .services-1-inner {
    height: 100vh;
    display: flex;
    align-items: center;
    text-align: center;
    background-size: 50%;
  }
  .services-2-inner,
  .services-3-inner {
    padding: 60px 0!important;
    text-align: center;
    background-size: 30%!important;
  }
}
/* services page end */



/* refferal page start */
.services-section h1 {
  text-align: center;
  margin-bottom: 65px;
}
.services-section .btn-pink {
  max-width: 256px;
}
.inner-hero {
  background: url(../img/home-hero-bg.png);
}
.referral-hero {
  padding: 0;
}
.referral-hero .inner {
  /* min-height: 660px; */
  padding-top: 264px;
  padding-bottom: 212px;
  display: flex;
  align-items: center;
  background-image: url(../img/referral-new-one.png),
                    url(../img/referral-hero-ball-1.png),
                    url(../img/referral-hero-ball-2.png);
  background-position:
  calc(50% - 318px) 70px,
  -23px 27%,
   calc(100% + 48px) 26%;
  background-repeat: no-repeat;
}
.referral-wrapper {
  max-width: 440px;
  margin: auto 0 auto auto;
}
.referral-hero h1 {
  margin-bottom: 25px;
}
.pink-p {
  color: #f85be8;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
}

.referral-section-2 {
  background-image: url(../img/dots-blue.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
.referral-section-2 h4 {
  margin-bottom: 25px;
  font-size: 20px;
}
.referral-section-2 p {
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
}

.referral-section-3-outer {

}

.referral-section-3 {
    background-color: #320069;
    background-image: url(../img/services-3-bg.png), url(../img/referrence-half.png);
    background-position: calc(50% + 330px) -135px, calc(50% + 475px) 0px;
    background-repeat: no-repeat;
    padding-bottom: 125px;
}
.referral-section-3 h2 {
  padding-bottom: 45px;
  color: #ef4f75;
}

.referral-section-3 h4 {
  margin-bottom: 25px;
  color: #e6d4f9;
}
.referral-section-3 p {
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  color: #e6d4f9;
  margin-bottom: 44px;
}
.referral-section-3 .btn-pink {
  max-width: 256px;
}


@media(max-width: 767px) {
  .inner-hero {
    background-size: cover;
  }
  .inner-hero .inner {
    padding-top: 150px;
    padding-bottom: 0;
    height: 100vh;
    background-image: url(../img/referral-new-one.png);
    background-position: calc(50% - 0px) 283px;
    background-repeat: no-repeat;
    align-items: flex-start;
  }
  .referral-section-3 {
    text-align: center;
    background-color: #320069;
    background-image: none;
  }
  .referral-section-3 .btn-pink {
    margin: auto;
  }

}
/* refferal page end */




/* about page start */

.about-hero-wrapper {
  background: url(../img/about-1.png) no-repeat calc(50% - 301px) 361px,
  url(../img/about-hero-ball-1.png) no-repeat 0 350px,
  url(../img/about-hero-ball-2.png) no-repeat  100% 300px,
   url(../img/about-half-new-3.png) no-repeat calc(50% - 426px) 687px,
      url(../img/about-2.png) no-repeat calc(50% + 293px) 50px,
      url(../img/home-hero-bg.png) repeat-x 0 -80px;
}
.about-hero {
  padding-top: 235px;
    padding-bottom: 170px;
}
.about-hero .inner {
  display: flex;
  align-items:center;

}
.about-hero-p2 {
  padding-top: 110px;
  padding-bottom: 110px;
  /* background-image: url(../img/about-half-new-3.png); */
  /* background: url(../img/about-half-new-3.png) no-repeat calc(50% - 293px) 0px; */
}
.about-hero-p2 .about-wrapper {
  text-align: right;
  max-width: 485px;
  margin: 0 0 0 auto;
}
.about-hero-p2 p {
  font-weight: 700;
}
.about-hero-p2 h4 {
  margin-bottom: 20px;
}
.why-copayment {
  text-align: center;
}
.why-copayment h2  {
  color: #dfdce5;
  margin-bottom: 40px;
}
.why-copayment p {
  font-weight: 500;
}
.why-copayment img {
  margin-bottom: 10px;
}
.why-copayment h4 {
  margin-bottom: 20px;
}
.about-last-section {
  padding-top: 80px;
  padding-bottom: 90px;
  background: url(../img/about-last-ball-1.png) no-repeat 0 50px,
  url(../img/about-last-ball-2.png) no-repeat  100% 400px;
}
.about-last-section .box {
  min-height: 355px;
  padding: 35PX 40px;
  border-radius: 50px;
  background-image: -moz-linear-gradient( 90deg, rgb(54,2,105) 0%, rgb(99,21,108) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(54,2,105) 0%, rgb(99,21,108) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(54,2,105) 0%, rgb(99,21,108) 100%);
  box-shadow: 0px 15px 30px 0px rgba(12, 1, 18, 0.25);
}
.about-last-section .box img {
  margin-bottom: 20px;
}
.about-last-section .box h4 {
  color: #fff;
  margin-bottom: 20px;
}
.about-last-section .box p {
  color: #b35acc;
}
.about-last-section h2 {
  color: #b35acc;
  text-align: center;
  margin-bottom: 40px;
}
.about-hero-p3 {
  display: none;
}
.about-hero-p3 p {
  font-weight: 500;
  margin-top: 30px;
}

.about-last-section-wrap {
  background-image: -moz-linear-gradient( 90deg, rgb(54,2,105) 0%, rgb(99,21,108) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(54,2,105) 0%, rgb(99,21,108) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(54,2,105) 0%, rgb(99,21,108) 100%);
}
@media(max-width: 855px) and (min-width: 768px) {
  .about-hero-p2 {
    padding-top: 104px;
  }
}

@media(max-width: 767px) {
  .about-last-section {
    background: url(../img/about-last-ball-2.png) no-repeat  100% 100px;
    padding-bottom: 70px;
  }
  .referral-wrapper {
    max-width: unset;
  }
  .about-hero-p2 .about-wrapper {
    max-width: unset;
    text-align: left;
  }
  .box {
    margin-bottom: 30px;
    text-align: center;
  }
  .about-hero-wrapper {
    display: flex;
    height: 100vh;
    padding: 0;
      align-items: start;
    padding-top: 150px;
    background: url(../img/about-1.png) no-repeat calc(50% - 291px) 361px,
        url(../img/about-2.png) no-repeat calc(50% + 374px) 256px,
        url(../img/home-hero-bg.png) repeat-x 0 -80px;
  }
  .about-hero-p2,
  .about-hero {
      padding: 0;
  }
  .about-hero-p2 {
    display: none;
  }
  .about-hero-p3 {
    padding-bottom: 0px;
    text-align: center;
    display: block;
  }
}
/* about page end */




/* contact page start */
.contact {
  padding: 0;

}
.contact-wrapper {
  padding-top: 154px;
  padding-bottom: 71px;
  background: url(../img/contact-ball-1.png) no-repeat -40px 100%,
      url(../img/contact-ball-2.png) no-repeat calc(50% + 593px) 150px,
      url(../img/contact-ball-3.png) no-repeat 108% 400px,
      url(../img/home-hero-bg.png);
}
.contact .form-wrapper {
  max-width: unset;
}
.contact h1 {
  margin-bottom: 15px;
  text-align: center;
}
.contact p {
  margin-bottom: 35px;
  text-align: center;
}
.contact textarea.form-control {
  height: 106px!important;
}

.contact .form-wrapper .col-md-6,
.contact .form-wrapper .col-md-12 {
  padding-right: 10px;
  padding-left: 10px;
}
.contact .container {
  max-width: 950px;
}

.contact .submit-wrapper {
  max-width: 256px;
  margin: auto;
}
.flag-container {
  padding-left: 8px!important;
}
.cont-w h3 {
  color: #faa9f2;
  font-size: 20px;
}
.cont-w {
  padding-left: 40px;
  position: relative;
}
.cont-w:before {
  content: '';
  background: url(../img/phone.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
}
.col-md-4:nth-child(2) .cont-w:before {
  background: url(../img/envelope.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.col-md-4:nth-child(3) .cont-w:before {
  background: url(../img/map.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.cont-w p {
  color: #f85be8;
  font-size: 18px;
  text-align: left;
}
.cont-w-row {
  margin-top: 46px;
}
.country-list li {
  color: #000;
}
@media(max-width: 767px) {
  .contact-wrapper {
    background: -moz-linear-gradient( 90deg, rgb(54,2,105) 0%, rgb(99,21,108) 100%);
    background: -webkit-linear-gradient( 90deg, rgb(54,2,105) 0%, rgb(99,21,108) 100%);
    background: -ms-linear-gradient( 90deg, rgb(54,2,105) 0%, rgb(99,21,108) 100%);
  }
  .contact .intl-tel-input {
    width: 100%;
    margin-bottom: 26px;
  }
  .cont-w-row {
    max-width: 249px;
    margin: auto;
    margin-top: 60px;
  }
}

/* contact page ends */




/* modal start */
.modal {
  padding-right: 10px!important;
  padding-left: 10px!important;

}
.modal .modal-content {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: transparent;
  border-radius: 45px;
  background: url(../img/modal-pattern.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  box-shadow: 0px 4px 16px 0px rgba(35, 3, 56, 0.58);
}

.modal-dialog {
  max-width: 1024px;
}
.modal .ts-pp {
  text-align: center;
  color: #dcc0f2!important;
  font-size: 12px;
  margin-bottom: 45px;
}
.modal .ts-pp a {
  color: #dcc0f2!important;

}
.modal .ts-pp .policy {
  text-decoration: underline;
}
.modal .form-wrapper {
  max-width: 655px;
  margin: auto;
}
.modal .intl-tel-input {
  width: 100%;
  margin-bottom: 26px;
}
.modal h2 {
  font-size: 38px;
  text-align: center;
  margin-bottom: 42px;
}
.modal .submit-wrapper {
  max-width: 156px;
  margin: auto;
}
.already {
  margin-top: 10px;
}
.already p {
  color: #fff;
  font-size: 16px;
  font-family: 'Ubuntu Condensed', sans-serif;
  text-align: center;
}
.already a {
  color: #ef4f75;
  font-family: 'Ubuntu Condensed', sans-serif;
}
.modal .close {
  background: url(../img/close.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 45px;
  right: 45px;
}



/* The container */
.checkmark-container {

  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkmark-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 27%;
  height: 14px;
  width: 14px;
  background-color: #eee;
  border: solid 1px #dcc0f2;
  background-color: transparent;
}

/* On mouse-over, add a grey background color */
/* .checkmark-container:hover input ~ .checkmark {
  background-color: #ccc;
} */

/* When the checkbox is checked, add a blue background */
/* .checkmark-container input:checked ~ .checkmark {
  background-color: #ef4f75;
} */

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkmark-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkmark-container .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.intl-tel-input .country-list {
    z-index: 22;
}
@media(max-width: 767px) {
  .modal .modal-content {
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 10px;
  }
  .modal .close {
    top: 15px;
    right: 15px;
  }
  .checkmark {
    left: calc(50% - 152px);
  }
}
@media(max-width: 394px) {
  .checkmark {
        left: 0;
  }
  .checkmark-container {
    padding-left: 15px;
  }
}
/*  modal end */


.menus-wrapper-mobile {
  display: none;
}
.desktop-hide {
  display: none;
}
@media(max-width: 767px) {
  .desktop-hide {
    display: flex;
  }
  .benefits-inner {
    background: none;
  }
  .hero {
    height: 100vh;
    display: flex;
    align-items: center;
    background-size: cover;
    padding-top: 130px;
  }
  .hero h1 br {
    display: none;
  }
  .hero .container {
    margin-top: unset;
  }
  .services-row .col-md-3::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 30%;
    width: 11px;
    height: 25px;
    background: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .services-row .col-md-3::before {
    top: 102px!important;
    bottom: unset!important;
    transform: rotate(90deg)!important;
    left: 0!important;
    right: 0!important;
    margin: auto!important;
  }
  .iban-container-wrapper {
    background: none;
    min-height: unset;
  }
  .referral {
    background-image: none!important;
  }
  .referral .btn-pink {
    margin: auto;
  }
  .iban {
    padding-bottom: 0px!important;
  }
  .iban h2 {
    margin-bottom: 50px;
  }
  .about-hero-wrapper {
    text-align: center;
    background: url(../img/about-1.png),
        url(../img/home-hero-bg.png);
    background-size: 150%, cover;
    background-position: calc(50% - 43px) 298px, center;
    background-repeat: no-repeat;
  }
  .about-hero-wrapper h1 {
    margin-bottom: 20px;
  }
  .inner-hero .inner {
    text-align: center;
    background-image: url(../img/referral-new-one.png);
    background-position: calc(50% - 0px) 396px;
    background-size: 150%;
  }
  .services-left {
      background-size: cover;
  }
  .menus-wrapper-mobile {
    display: block;
  }
  .menus-wrapper-mobile ul {
    columns: 2;
  }
  .menus-wrapper {
    display: none;
  }
  .desktop-hide-991 a {
    display: inline-block;
  }
  .col-md-4 .social-list {
    display: none;
  }
  .col-md-4.privacy-terms {
    max-width: 50%;
  }
  .col-md-4.privacy-terms .pp {
    justify-content: left;
    text-align: left;
  }
  .col-md-4.socials-col {
    max-width: 50%;
    justify-content: left;
    flex-direction: row;
  }
    .col-md-4.socials-col .pp {
      text-align: left;
    }
  .footer-bottom .col-md-5 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .footer-bottom {
    padding-left: 10%;
    padding-right: 10%;
  }
  .referral h2, .referral h4, .referral p {
    text-align: center;
  }
  #scroll-up {
    bottom: 20px!important;
  }
}


#scroll-up {
      width: 44px;
    height: 44px;
    border-radius: 3px;
    bottom: 40px;
    right: 20px;
    color: #fff;
    display: none;
    padding: 10px 15px;
    position: fixed;
    opacity: 0.5;
    filter: alpha(opacity=50);
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    opacity: 1!important;
    line-height: 1.5;
    /* font-weight: 400; */
    background: #ef4f75;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
#scroll-up i {
    position: absolute;
    left: 0;
    right: 0;
    top: 12px;
}
.scroll-up-show {
  display: inline!important;
}
.mobile-show {
  display: none;
}


.terms-privacy-hero {
  background: url(../img/home-hero-bg.png);
  padding-top: 153px;
}

.terms-privacy-content p {
  font-size: 18px;
}
.terms-privacy-content .row {
  max-width: 900px;
}
@media(max-width: 767px) {
  .terms-privacy-hero h1 {
    text-align: center;
  }
}

.alert-success {
  color: #ef4f75;
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0px;
}
.alert-success .close {
  display: none;
}
.alert-success .alert-text {
      color: #ef4f75;
}
   .contact #contactAlert {
    padding-left: 0;
    padding-right: 0;
   }
.contact #contactAlert .alert-text {
  text-align: center;
}
