@charset "utf-8";

/* CSS Document */

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #212f3f;
  transition: 0.5s;
}

a {
  color: #ffffff;
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.loader1 {
  position: fixed;
  background-color: #ffffff;
  width: 100%;
  height: 100vh;
  z-index: 1;
  background-image: url(https://www.payangel.com/resources/images/loader4.gif);
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}

#preload {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

#preload>div {
  border: medium none !important;
  box-shadow: 0 0 0 3px #aaaaaa;
  font-size: 20px !important;
  font-weight: 300;
  left: 50% !important;
  letter-spacing: 0 !important;
  margin: 0 auto !important;
  padding: 10px 5px;
  top: calc(50% - 55px) !important;
  transform: translateX(-50%);
  width: 220px !important;
}

.dropdown-item {
  padding: 8px 7px;
  font-size: 15px;
}

input:focus {
  outline: none !important;
  border-color: #6fb73f !important;
  box-shadow: none !important;
}

.bg-dark-blue {
  background-color: #212f3f;
}

.bg-light-green {
  background-color: #ebf4f5;
}

.bg-gradiunt,
.btn-gradiunt {
  background: linear-gradient(103.59deg, #009396 0%, #6cb945 100%);
  transition: 0.5s;
}

.btn-gradiunt-red {
  background: linear-gradient(103.59deg, #d8424d 0%, #ce323d 100%);
}

.btn-gradiunt:hover {
  background-size: 150%;
  background-position: right;
}

.bg-gradiunt-2 {
  background: linear-gradient(105.81deg, #009396 0%, #153150 100%);
}

.bg-gray {
  background-color: #f8f8f8;
}

.bg-navy {
  background-color: #1f304c;
}

.bg-light-blue {
  background-color: #ebf4f5;
}

.bg-gray-2 {
  background-color: #eeeeee;
}

.send-money {
  padding: 70px 0;
}

.why-payangel {
  padding: 100px 0;
  overflow: hidden;
}

.how-work {
  padding: 70px 0;
}

.videopay {
  padding: 50px 0;
}

.bundle-box .title-section .title {
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 20px;
}

.bundle {
  padding-bottom: 110px;
}

.testimonial {
  padding-top: 50px;
}

.partner-with {
  padding: 100px 0;
}

.partner-img img:hover {
  transform: scale(1.1);
}

.partner-img img.img-fluid {
  transition: 0.5s;
}

.partner-section {
  padding-bottom: 70px;
}

.main-header nav.navbar.navbar-expand-lg {
  padding: 0;
}

.main-header {
  padding: 12px 0;
}

.main-header .navbar-brand img.img-fluid {
  width: 100%;
  max-width: 190px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0 26px;
  font-size: 16px;
}

.header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}

.header {
  transition: 0.5s;
}

.top-header img {
  width: 18px;
}

.top-header {
  padding: 5px;
  display: inline-block;
  width: 100%;
}

.top-header ul li {
  padding-left: 30px;
}

.phone-ul a {
  color: #ffffff;
}

.top-header ul li img {
  margin-right: 5px;
}

.flag {
  transform: scale(1.3);
  top: -2px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #6fb73f;
}

.navbar-light .navbar-nav .nav-link {
  color: #212f3f;
}

.menu-off {
  display: none;
}

.menu-down li.nav-item.dropdown #navbarDropdown {
  position: absolute;
  right: 8px;
  top: 1px;
  width: 12px;
}

li.nav-item.dropdown #navbarDropdown img {
  width: 100%;
}

.language-ul .nav-link img,
.language-ul .dropdown-menu img {
  width: 20px;
  display: inline-block;
  vertical-align: sub;
  margin-right: 4px;
}

.language-ul .dropdown-item {
  padding: 0 10px;
}

.language-ul li.nav-item.dropdown #navbarDropdown {
  position: absolute;
  width: 12px;
  right: -5px;
  top: 8px;
}

.btn-light-popati {
  background-color: #6fb73f;
  color: #ffffff;
}

.btn-primary {
  width: 100%;
  padding: 20px 26px;
  height: 55px;
  border-radius: 5px;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.16px;
  line-height: 18px;
  cursor: pointer;
}

.btn-primary:hover,
.money-text .btn-light-green:hover,
input.form-btn:hover,
.check-h3:hover {
  background-color: #6fb73f;
  color: #ffffff;
  border-color: #6fb73f;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #6fb73f;
  border-color: #6fb73f;
}

.btn-back {
  width: auto;
  position: absolute;
  left: -20px;
  top: -30px;
  padding: 7px !important;
  font-size: 12px !important;
  line-height: normal;
  height: auto !important;
}

input.form-control.form-button:hover {
  background-color: #212f3f;
  color: #ffffff;
  border-color: #212f3f;
}

.menu-down ul {
  padding: 0 10px;
  justify-content: flex-end;
  margin: 0 !important;
  width: 100%;
}

.language-ul {
  padding-left: 20px;
  width: auto;
  margin-right: 25px;
}

.language-ul .ddTitleText {
  display: flex !important;
  padding-right: 30px !important;
  align-items: center;
}

.menu-down .footer-social,
.menu-down .phone-ul {
  display: none;
}

.banner-section {
  padding: 90px 0 0;
  margin-top: -86px;
  overflow: hidden;
}

.banner-text {
  padding-top: 20%;
}

.banner-img img.img-fluid {
  max-width: 100%;
  position: relative;
  left: -6%;
}

.banner-img {
  position: absolute;
  top: 0;
}

.banner-img:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 9%;
  background-image: url(../images/green-round.png);
  content: "";
  background-position: top left;
  background-repeat: no-repeat;
  top: 20%;
}

.banner-text h2 {
  font-size: 50px;
  letter-spacing: -0.6px;
  line-height: 60px;
  margin: 0 0 30px;
}

.move-img img {
  margin-top: 70px;
}

.banner-ul {
  height: 8vw;
}

.banner-ul img {
  margin-right: 10px;
  width: 24px;
}

.banner-ul li {
  font-size: 20px;
  margin-bottom: 4px;
  font-weight: 300;
  padding-left: 40px;
  position: relative;
}

.banner-ul li:before {
  position: absolute;
  background-image: url(http://ourstagedsite.com/html/payangel/images/tick.png);
  width: 26px;
  height: 26px;
  content: "";
  left: 0;
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: center;
}

.ti-cursor {
  display: none !important;
}

.banner-ul li img {
  top: 3px;
  position: absolute;
  left: 0;
}

.banner-ul .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.banner-ul .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 100%;
  width: 3px;
  background-color: #6fb73f;
  transform-origin: 0 50%;
}

.banner-ul .line1 {
  top: 0;
  left: 0;
}

.banner-ul span.letter:nth-child(-n + 4) {
  font-weight: bold;
}

.banner-ul .letter {
  display: inline-block;
  line-height: 1em;
}

.banner-ul li strong {
  font-weight: bold;
  padding-right: 5px;
}

.banner-ul br {
  display: none;
}

.banner-form {
  background-color: rgb(0 147 150 / 10%);
  border-radius: 10px;
  box-shadow: -15px 20px 6px rgb(0 0 0 / 4%);
  padding: 20px;
  margin-top: 60px;
}

.banner-form-title .nav-fill {
  padding-bottom: 5px;
}

.banner-form-title .nav-fill a.active {
  background-color: #ffffff;
  font-weight: 600;
  color: #212f3f;
}

.banner-form-title .nav-fill a {
  display: inline-block;
  width: auto;
  flex: 0;
  font-size: 12px;
  padding: 3px 13px;
  border-radius: 4px;
  color: #808285;
  font-weight: 400;
  letter-spacing: 0.4px;
}

.download-form {
  display: flex;
  flex-wrap: wrap;
}

.download-country {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  margin-right: 2%;
  border-radius: 5px;
  align-items: center;
}

.download-input {
  width: 38%;
}

.download-country .ddcommon {
  width: 30% !important;
  border: 0;
  background-color: transparent;
  padding: 3px 2px;
  outline: 0;
}

.download-country input.form-control {
  width: 100%;
  padding: 0 7px;
  border: 0;
  background-color: transparent;
  outline: none !important;
}

.download-country .intl-tel-input {
  width: 100% !important;
}

.download-email input.form-control {
  width: 100%;
}

.download-country .dd .ddTitle {
  background: transparent;
}

.download-country input.form-control:focus {
  outline: none !important;
  box-shadow: none;
}

.check-rates .dd .ddChild {
  max-height: 160px !important;
  height: auto !important;
}

.one-form .dd .ddChild {
  max-height: 136px !important;
  height: auto !important;
}

input.form-btn {
  width: 100%;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #009396;
  border: 0;
  padding: 5px 0;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  height: 55px;
}

span.ddlabel {
  padding-left: 5px;
  font-size: 16px;
  white-space: nowrap;
}

.dd .ddChild li.selected span.ddlabel,
.dd .ddChild li.selected span.ddlabel {
  color: #ffffff;
}

.download-country .dd .divider {
  border-left: 1px solid #c3c3c3;
  border-right: 1px solid #fff;
  right: -3px;
}

.check-rates.check-money .form-control {
  height: 55px;
  color: #212f3f;
  font-weight: 500;
  font-size: 20px;
}

.check-rates.check-money .dd {
  background-color: #f9f9f9;
  position: absolute;
  right: 5px;
  width: 118px !important;
  padding: 4px;
  top: 43px;
}

.check-rates.check-money .dd .ddTitle .ddTitleText {
  padding: 3px 7px;
}

.check-rates.check-money .form-group {
  position: relative;
}

.safe-text h4 {
  background-color: transparent;
  color: #afafaf;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

.exchange-rate {
  background: linear-gradient(103.59deg,
      rgba(0 147 150 / 7%) 0%,
      rgba(111 183 63 / 7%) 100%);
  padding: 30px;
}

.exchange-rate h5 {
  font-size: 12px;
  line-height: 18px;
  color: #808285;
  font-weight: normal;
  letter-spacing: 0.1px;
}

.exchange-li {
  padding-left: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}

.exchange-li:last-child {
  padding-bottom: 0;
}

.exchange-li:before {
  width: 12px;
  height: 12px;
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  background: linear-gradient(103.59deg,
      rgba(0 147 150 / 1) 0%,
      rgba(111 183 63 / 1) 100%);
  border-radius: 100px;
}

.exchange-li:after {
  width: 2px;
  height: 100%;
  background-color: #9cc7ce;
  position: absolute;
  left: 5px;
  top: 5px;
  content: "";
  z-index: -1;
}

.exchange-li:last-child:after {
  opacity: 0;
}

.exchange-box li {
  font-size: 16px;
  line-height: 24px;
  color: #212f3f;
  margin-bottom: 2px;
  letter-spacing: 0.1px;
}

.exchange-box li span {
  float: right;
}

.exchange-box li:last-child {
  margin: 0;
}

.safe-text ul {
  justify-content: space-around;
  max-width: 412px;
}

.safe-text li {
  width: 90px;
  margin: 0 5px;
}

.safe-text {
  margin-top: 30px;
  margin-bottom: 30px;
}

.desktop-lg-on {
  display: none;
}

.banner-form h3 {
  font-size: 20px;
}

.banner-form h3 img {
  margin-left: 15px;
  width: 22px;
}

.title {
  font-size: 48px;
  line-height: 54px;
  margin-bottom: 30px;
}

.title-section p {
  font-size: 24px;
  line-height: 38px;
  font-weight: 300;
  margin-bottom: 30px;
}

.money-text .button-section {
  width: 100%;
  display: inline-block;
  max-width: 364px;
}

.money-text a.btn-primary {
  width: 100%;
}

.money-text .btn-light-green {
  background-color: #009396;
}

.ios-android li {
  width: 180px;
  margin-right: 10px;
}

.ios-android img {
  width: 100%;
}

.ios-android {
  margin-top: 15px;
}

.btn-white-border {
  background-color: transparent;
  border: 1px solid #ffffff;
}

.paid-text .btn-primary {
  max-width: 280px;
  width: 100%;
}

.paid-friend {
  padding: 0 0;
}

.work-box {
  padding: 40px 45px;
  background-color: #ffffff;
  margin: 0;
  height: 100%;
  transition: 0.5s;
}

.work-box:hover {
  transform: translateY(-10px);
  box-shadow: -10px 10px 30px rgb(0 0 0 / 15%);
}

.work-box h3 {
  margin: 20px 0;
  color: #009396;
}

.how-work .col-12 {
  margin-bottom: 29px;
}

.how-work .row.align-items-center .col-12 {
  margin: 0;
}

.bundle-box {
  padding: 80px 100px;
  position: relative;
  z-index: -1;
}

.bundle-box .title-section p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 50px;
}

.bundle-ul {
  width: 100%;
  margin-top: -80px;
}

.bundle-ul li {
  width: 33.33%;
  padding: 10px;
}

.bundle-ul ul {
  width: 100%;
  max-width: 1199px;
  margin: 0 auto;
}

.bundle-list:hover {
  transform: translateY(-10px);
  box-shadow: -10px 10px 30px rgb(0 0 0 / 25%);
}

.bundle-list {
  box-shadow: -10px 10px 10px rgb(0 0 0 / 5%);
  padding: 30px;
  background-color: #ffffff;
  height: 100%;
  transition: 0.5s;
}

.bundle-ul li li {
  width: 100%;
  padding: 5px 0 5px 25px;
  font-size: 16px;
  background-image: url(../images/tick.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px;
}

.bundle-list h4 {
  font-size: 20px;
  margin: 0 0 20px;
}

.work-box img {
  width: 240px;
}

.work-box p {
  line-height: 26px;
  font-size: 18px;
  font-weight: 300;
}

.bundle-list ul {
  padding-left: 10px;
  list-style: none;
}

.testimonial-text .slick-list.draggable {
  overflow: visible;
}

.testimonial-user {
  margin-top: -120px;
}

.testimonial .title {
  margin: 0;
}

.testimonial {
  padding-top: 50px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.testimonial-div .item.slick-slide .row {
  align-items: center;
}

.testimonial-div h4 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #153150;
  margin-bottom: 6px;
}

.testimonial-div span {
  color: #6fb73f;
  font-size: 15px;
  line-height: 18px;
  padding-bottom: 6px;
  display: inline-block;
  width: 100%;
}

.testimonial-div .user-des {
  padding: 20px 0;
  width: 80%;
  position: relative;
}

.testimonial-div .user-des p,
.testimonial-section .quote p {
  color: #153150;
  font-size: 16px;
  line-height: 32px;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 5px;
}

.user-star i {
  color: #f9c301;
  padding: 0 3px 10px;
  font-size: 16px;
}

.swiper-container-vertical>.swiper-pagination-bullets {
  width: 10px;
}

.testimonial-item,
.testimonial .title-section {
  padding: 0 20px;
}

.testimonial-div .slick-slide .testimonial-item img {
  width: 90px;
}

.testimonial-div .user-des:before {
  background-image: url(../images/quotes.png);
  position: absolute;
  width: 70px;
  height: 70px;
  content: "";
  left: -20px;
  background-repeat: no-repeat;
  background-size: contain;
}



.partner-enquiry-msg {
  margin-bottom: 8px;
  background-color: #6cb945;
  padding: 10px;
  color: #ffffff;
  letter-spacing: .3px;
  display: inline-block;
  border-radius: 5px;
  font-size: 14px;
}

input.form-control.form-button {
  background-color: #6fb73f;
  border: 0;
  color: #ffffff;
  letter-spacing: 0.5px;
  font-weight: 400;
  cursor: pointer;
}

.check-rates .dd .divider {
  display: none;
}

.check-rates.check-shows .check-h3 {
  display: none;
}

.check-h3 {
  background-color: #009395;
  padding: 18px;
  border-radius: 10px;
  width: 56px;
  border: 1px solid #009396;
  color: #ffffff;
  font-size: 0;
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: -58px;
  bottom: 0;
  display: inline-block;
}

.check-h3 h3 {
  font-size: 18px;
  margin: 0;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.check-rates.check-shows {
  display: block;
  right: 20px;
}

.check-rates {
  position: fixed;
  right: -478px;
  bottom: 90px;
  transition: 0.5s;
  text-align: left;
  max-width: 476px;
  width: 100%;
  z-index: 9;
}

.check-content {
  background-color: #ffffff;
  padding: 26px 30px;
  box-shadow: -15px 20px 6px rgb(0 0 0 / 4%);
  border-radius: 10px;
  margin-right: 0;
  display: none;
}

.check-shows .check-content {
  display: block;
}

.close-btn {
  position: absolute;
  right: -20px;
  top: -20px;
  cursor: pointer;
}

.check-rates h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.check-rates label {
  color: #828282;
  font-size: 16px;
  margin-bottom: 12px;
}

.check-rates .dd .ddTitle,
.one-form .dd .ddTitle {
  background: transparent;
  border: 0;
  width: 100%;
}

.check-rates .dd,
.one-form .dd {
  width: 100% !important;
  border: 1px solid #e0e0e0;
  padding: 15px 14px;
}

.check-rates input.form-control.form-button {
  padding: 8px;
  margin: 0;
  font-size: 16px;
}

.bundle-box:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-image: url(../images/Mask-Group-4.png);
  content: "";
  background-position: left;
  background-repeat: no-repeat;
  top: 0;
}

/* multi form */

#regForm {
  background-color: #fff;
  margin: 100px auto;
  padding: 40px;
  width: 100%;
  min-width: 600px;
}

h1 {
  text-align: center;
}

input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that get errors during validation: */

input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */

.tab {
  display: none;
}

button {
  background-color: #4caf50;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Step marker: Place in the form. */

.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */

.step.finish {
  background-color: #4caf50;
}

/* multi form */

footer {
  z-index: -1;
}

.footer {
  padding: 50px 0;
}

.footer-title {
  font-size: 20px;
  color: #6fb73f;
  margin-bottom: 26px;
}

.footer-link li {
  padding-bottom: 14px;
  font-size: 14px;
}

.footer-link li a {
  color: #212f3f;
}

.footer-link li:last-child {
  padding-bottom: 0;
}

.footer-des {
  border-top: 2px solid #e1e1e1;
  padding-top: 40px;
  margin-top: 40px;
}

.footer-des p {
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 18px;
  margin-bottom: 24px;
}

.footer-des p a {
  color: #009396;
}

.footer-des p:last-child {
  margin-bottom: 0;
}

.bottom-footer p,
.bottom-footer a {
  margin: 0;
  color: #cbcbcb;
}

.bottom-footer {
  font-size: 14px;
  padding: 25px 0;
}

.bottom-footer li {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #cbcbcb;
}

.bottom-footer li:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
}

.footer-social li {
  padding-left: 10px;
}

#container {
  position: relative;
  height: 100vh;
  width: 100%;
  border: solid 1px red;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide {
  display: block;
  position: absolute;
  height: 200px !important;
  width: 200px !important;
  background: red;
}

.vert-move {
  -webkit-animation: mover 3s infinite alternate;
  animation: mover 3s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
  }
}

.vert-move1 {
  -webkit-animation: mover1 3s infinite alternate;
  animation: mover1 3s infinite alternate;
}

@-webkit-keyframes mover1 {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes mover1 {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }
}

.cd-product-mockup {
  margin-bottom: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  -webkit-transform: rotateX(0) rotateZ(0) translateX(30%) translateY(0);
  -moz-transform: rotateX(0) rotateZ(0) translateX(30%) translateY(0);
  -ms-transform: rotateX(0) rotateZ(0) translateX(30%) translateY(0);
  -o-transform: rotateX(0) rotateZ(0) translateX(30%) translateY(0);
  transform: rotateX(-0) rotateZ(-0) translateX(30%) translateY(0);
  -webkit-transition: -webkit-transform 0.6s;
  -moz-transition: -moz-transform 0.6s;
  transition: transform 0.6s;
}

.cd-product-mockup-shadow::before {
  display: block;
  content: "";
  position: absolute;
  top: 20%;
  left: -30%;
  width: 60%;
  height: 40%;
  box-shadow: 0 0 30px 33px rgb(0 0 0 / 20%);
  z-index: -1;
  background-color: rgb(0 0 0 / 20%);
  transform: rotate(35deg) translateX(170px) skew(-20deg, 0deg);
}

.cd-product-mockup {
  width: 70%;
  max-width: 450px;
  margin: 0 auto 50px;
  position: relative;
}

.cd-3d-right-side,
.cd-3d-bottom-side {
  display: block;
  position: absolute;
  left: 0;
  outline: 1px solid transparent;
}

.cd-3d-right-side {
  top: -1px;
  width: 5px;
  height: 100%;
  background-size: auto 100%;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: translateZ(-1px) translateY(1px) rotateY(-90deg);
  -moz-transform: translateZ(-1px) translateY(1px) rotateY(-90deg);
  -ms-transform: translateZ(-1px) translateY(1px) rotateY(-90deg);
  -o-transform: translateZ(-1px) translateY(1px) rotateY(-90deg);
  transform: translateZ(-1px) translateY(1px) rotateY(-90deg);
}

.cd-3d-bottom-side {
  bottom: 0;
  width: 100%;
  height: 5px;
  background-position: bottom center;
  background-size: 100% auto;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: translateZ(-1px) rotateX(-90deg);
  -moz-transform: translateZ(-1px) rotateX(-90deg);
  -ms-transform: translateZ(-1px) rotateX(-90deg);
  -o-transform: translateZ(-1px) rotateX(-90deg);
  transform: translateZ(-1px) rotateX(-90deg);
}

.cd-3d-right-side::after,
.cd-3d-bottom-side::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.cd-3d-bottom-side::after {
  background-color: rgba(0, 0, 0, 0.4);
}

.cd-product-mockup.cd-product-mockup1::before {
  opacity: 0;
}

.vert-move {
  width: 80%;
  max-width: 100%;
  position: absolute;
  top: 0;
}

.vert-move1 {
  position: absolute;
  top: 7%;
  z-index: -1;
  left: -28%;
  width: 100%;
}

.vert-move3 {
  position: relative;
  bottom: -113px;
  z-index: -2;
  width: 89%;
  left: -17%;
}

.business-text.animate__zoomIn.wow.animate__animated {
  position: relative;
}

#showcase {
  width: 380px;
  height: 380px;
  float: none;
  margin: 0 auto;
}

.cloud9-item {
  left: 0;
}

div#showcase:before {
  position: absolute;
  width: 80%;
  height: 80%;
  border: 4px solid #f0f8eb;
  content: "";
  border-radius: 100%;
  left: 40px;
  top: 25px;
  z-index: -2;
}

.why-round {
  position: relative;
  width: 380px;
  height: 380px;
  margin: 0 auto;
  pointer-events: none;
}

.why-round-img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 46%;
}

.why-round-img:before {
  position: absolute;
  width: 190px;
  height: 190px;
  background-color: #f0f8eb;
  content: "";
  z-index: -2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}

.why-round {
  transform: rotate(-125deg);
}

.why-round img {
  transform: rotate(125deg);
  width: 50px;
}

.why-round-img:after {
  position: absolute;
  width: 100px;
  height: 100px;
  content: "";
  z-index: -1;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  background: #e1f1d8;
  animation: crescendo 2s alternate infinite;
}

@keyframes crescendo {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    transform: translate(-50%, -50%) scale(1.6);
  }
}

.why-payangel .tab-pane h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.why-payangel .tab-pane p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #212f3f;
}

#share {
  top: -9px;
}

#credits {
  top: -15px;
}

.next,
.prev {
  display: block;
  font-weight: bold;
  text-decoration: none;
  font-size: 40px;
}

.next {
  margin-top: 70px;
}

.cloud9-item img {
  padding: 10px;
  width: 90px;
}

.cloud9-item .why-active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.cloud9-item.active img.why-active {
  opacity: 1;
}

.why-payangel .round-arrow {
  transform: translateY(-80px);
}

.why-payangel .fade {
  /* display: none; */
  transform: translateY(-180px);
  transition: 0.5s;
  position: absolute;
  width: 100%;
}

.why-payangel .fade.show {
  /* display: block; */
  transform: translateY(0);
}

.why-payangel .fade.show+.fade {
  color: red;
  transform: translateY(180px);
}

#forkongithub a {
  background: #dd0d0d;
  color: #fff;
  text-decoration: none;
  font-family: arial, sans-serif;
  text-align: center;
  font-weight: bold;
  padding: 5px 40px;
  font-size: 1rem;
  line-height: 2rem;
  position: relative;
  transition: 0.5s;
}

#forkongithub a:hover {
  background: rgba(0, 0, 0, 0.8);
  color: #ddd;
}

#forkongithub a::before,
#forkongithub a::after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  height: 1px;
  background: #fff;
}

#forkongithub a::after {
  bottom: 1px;
  top: auto;
}

.our-patner li {
  width: 14.28%;
}

.our-patner li img {
  width: 100%;
  filter: grayscale(100%);
  opacity: 0.6;
}

.our-patner li img:hover {
  filter: none;
  opacity: 1;
}

.partner-section .title {
  margin-bottom: 60px;
}

.login-sec .fa.form-error,
.login-sec .fa.form-success {
  right: 44px;
}

/* login-forms */

.custome-switch .switch {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 22px;
  margin: 0 0 0 7px;
}

.otp-sec .form-group {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.otp-sec .form-group .form-otp {
  width: 59px;
  height: 66px;
  background: #f7f7f7;
  border-radius: 4px;
  margin: 0 5px;
  font-size: 24px;
  overflow: hidden;
  border-style: ridge;
  border: 1px solid #f7f7f7;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.otp-sec .form-group .form-otp:focus {
  outline: none !important;
  box-shadow: none !important;
  background-color: #ffffff;
  border-right: 2px #6fb73f solid !important;
  border-left: 2px #009396 solid !important;
  border-top: 2px #009396 solid !important;
  border-bottom: 2px #6fb73f solid !important;
  overflow: hidden;
  border-radius: 6px;
}

.form-grou-btn a.btn-plain {
  border-right: 2px #6fb73f solid !important;
  border-left: 2px #009396 solid !important;
  border-top: 2px #009396 solid !important;
  border-bottom: 2px #6fb73f solid !important;
  color: #009396;
  background-color: transparent;
  margin-top: 5px;
}

.password-error img {
  padding-right: 5px;
}

.password-error {
  padding-top: 10px;
}

.custome-switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.custome-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.custome-switch .slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 2px;
  bottom: 2.3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: "No";
  text-indent: 20px;
  text-transform: uppercase;
  color: #ffffff;
  padding-top: 4px;
  font-weight: bold;
}

.custome-switch input:checked+.slider {
  background-color: #6fb73f;
}

.custome-switch input:focus+.slider {
  box-shadow: 0 0 1px #6fb73f;
}

.custome-switch input:checked+.slider:before {
  -webkit-transform: translateX(34px);
  -ms-transform: translateX(34px);
  transform: translateX(34px);
  content: "Yes";
  text-indent: -28px;
}

.form-section {
  text-align: center;
  padding: 0 0;
  position: relative;
}

body .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -120%);
  transform: translate(0, -120%);
  top: -50%;
  transition: 0.5s;
}

body .modal.show .modal-dialog {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  margin: 0;
  overflow-y: auto;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  pointer-events: all;
}

.modal .modal-content {
  box-shadow: -15px 20px 6px rgb(0 0 0 / 4%);
  border-radius: 10px;
  overflow: hidden;
}

.modal {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 5px !important;
  overflow: hidden !important;
}

.one-form {
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 1;
  width: 100%;
  padding: 0;
}

.one-form button.close {
  margin-top: 10px;
  margin-right: 10px;
}

.userform {
  padding: 30px;
}

.form-m-t {
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 28px;
  margin: 8px auto;
  max-width: 320px;
}

.form-section .label-hover input:valid+label,
.form-section .label-hover input:focus+label {
  color: #9e9e9e;
  top: 0;
  background-color: #fff;
}

.form-section .label-hover label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  transition: 0.5s;
  pointer-events: none;
}

.form-section label {
  font-size: 16px;
  color: #9e9e9e;
  font-weight: 300;
  line-height: 10px;
  padding: 0 8px;
}

.form-title a {
  color: #6fb73f;
  text-decoration: underline !important;
  display: inline-block;
}

.otp-time {
  color: #d8424d;
  font-size: 21px;
  font-weight: normal;
  letter-spacing: 0.21px;
  margin: 0;
}



.psw-eye {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  height: 20px;
}

.psw-eye span {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("../images/eye.svg");
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  background-size: contain;
}

.psw-eye input:checked+span {
  background-image: url("../images/on-eye.svg");
}

.psw-eye input {
  position: absolute;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

.psw-sec .label-hover .fa {
  right: 50px;
}

.form-control {
  height: 55px;
  font-size: 16px;
  border: 0.75px solid #cbcbcb;
  border-radius: 5px;
}

.form-control::placeholder {
  color: #9e9e9e;
}

.phone-sec .mobilenumber.form-control {
  border: 0.75px solid #cbcbcb !important;
}

.js-error-red {
  padding: 10px;
  display: inline-block;
  color: #d8424d;
}

span.js-error-red.success {
  color: #6cb945;
}

.js-error-red i {
  margin-right: 5px;
}

.applied-code h6 {
  color: #6fb73f;
}

.remove-code {
  color: rgb(216, 66, 77);
}

span.applied-referral-code {
  border: 2px dotted;
  padding: 5px 6px;
  margin: 0 2px;
  border-radius: 4px;
}

.userform .intl-tel-input {
  width: 100%;
}

.form-s-t {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.16px;
  font-weight: normal;
  margin: 8px 0;
}

.form-title {
  margin-bottom: 30px;
}

.form-group {
  text-align: left;
  margin-bottom: 20px;
  position: relative;
}

.label-hover .fa {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  font-size: 20px;
}

.label-hover .fa-times {
  color: #d8424d;
}

.label-hover .fa-check {
  color: #6fb73f;
}

.label-hover .fa-check:before {
  content: "" !important;
  background-image: url(http://ourstagedsite.com/html/payangel/images/tick.png);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
}

.form-section p {
  text-align: center;
  font-size: 12px;
  color: #808285;
}

.form-group div#countries-6_msdd {
  width: 130px !important;
  border: 0;
  top: 0;
  position: absolute;
}

span#country_source_code_title,
span#country_title,
span#currency_title,
span#receive_currency_title,
span#countries_title,
span#countries-8_title {
  border: 0;
}

#country_source_code_msdd span.divider,
#countries_msdd span.divider,
#countries-8_msdd span.divider {
  display: none;
}

#country_source_code_msdd img.flag,
.intl-tel-input .flag-container .iti-flag {
  background-size: 155%;
  background-clip: content-box;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin: 0 4px 0 0;
  box-shadow: 0px 0px 1px 0px #888;
  transform: scale(1.3);
}

.intl-tel-input .flag-container .iti-flag {
  background-image: url("../images/flagSprite60.png");
  background-repeat: no-repeat;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  box-sizing: content-box;
}

/* .phone-sec .intl-tel-input.separate-dial-code.allow-dropdown input, 
.phone-sec .intl-tel-input.separate-dial-code.allow-dropdown input[type="text"], 
.phone-sec .intl-tel-input.separate-dial-code.allow-dropdown input[type="tel"] {
	padding-left: 95px !important;
}
.phone-sec .intl-tel-input.separate-dial-code.allow-dropdown .selected-flag{
	width: 85px !important;
} */
.phone-sec .intl-tel-input .selected-flag {
  padding: 0 0 0 14px !important;
}

.phone-sec .intl-tel-input .country-list {
  overflow-y: auto;
}

.phone-sec .intl-tel-input .country-list .country {
  padding: 10px 10px;
}

.intl-tel-input .selected-flag .iti-arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #555;
  display: none !important;
}

.intl-tel-input.separate-dial-code .selected-flag {
  background-color: transparent !important;
}

#countries_msdd img.flag,
#countries-8_msdd img.flag {
  background-size: 150%;
  background-clip: content-box;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
}





.language-ul .dd .ddTitle {
  width: 100% !important;
  background-color: transparent !important;
}

.language-ul .dd {
  width: 100% !important;
  border: 0;
}

.language-ul .ddcommon .ddChild {
  width: 180px;
  max-height: 200px !important;
  height: auto !important;
}

.countries_msdd:focus,
.countries-8_msdd:focus {
  outline: 0 !important;
}

div#countries_msdd,
div#countries-8_msdd {
  outline: 0;
}

.form-section.log-sec .form-control {
  padding-left: 130px;
}

.custome-switch h6 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

.form-group.custome-switch {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.language-ul .form-group {
  margin: 0;
  width: 100%;
}

/* login forms */

/* Rounded sliders */

.custome-switch .slider.round {
  border-radius: 34px;
}

.custome-switch .slider.round:before {
  border-radius: 50%;
}

/* testimonial-new */

.btn-theme {
  background: var(--theme-color1);
  color: #212121;
}

.c-container {
  margin: auto;
  width: 93%;
  position: relative;
  z-index: 1;
}

.btn-outline-white {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: none;
  border-width: 2px;
  border-color: #fff;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn {
  border-radius: 5px;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 12px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  padding: 14px 30px;
  cursor: pointer;
}

.btn-outline-white:hover {
  background-color: #fff;
  color: var(--text-dark);
}

/* common css up */

.unt {
  margin-bottom: 20px;
  margin-top: 60px;
}

.hero-text {
  font-size: 30px;
  letter-spacing: 0.02em;
  color: #fff;
}

.gallery-thumbs {
  height: 100%;
}

.gallery-thumbs .swiper-wrapper {
  align-items: center;
}

.gallery-thumbs .swiper-slide {
  height: auto;
}

.gallery-thumbs .swiper-slide img {
  filter: contrast(0.5) blur(1px);
  width: 100%;
  border-radius: 10px;
}

.gallery-thumbs .swiper-slide-active img {
  filter: contrast(1) blur(0px) !important;
}

.gallery-thumbs.swiper-container-3d .swiper-slide-shadow-left,
.gallery-thumbs.swiper-container-3d .swiper-slide-shadow-right {
  background-image: none;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.flex-row .flex-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.gallery-thumbs .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-section .quote {
  width: 98%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 100px;
  padding-right: 100px;
}

.swiper-container.testimonial {
  height: 500px;
}

.testimonial-section .user-saying {
  width: 60%;
  color: #fff;
  height: 100%;
}

.testi-user-img {
  width: 40%;
}

.testimonial-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.quote-icon {
  width: 58px;
  display: block;
  margin-bottom: 10px;
}

/* testimonial-new */

/* Cookies */
.cookies-model {
  max-width: 1170px;
  padding: 10px !important;
}

.cookies-model .modal-dialog {
  max-width: 100%;
  margin: 0;
}

.cookies {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  background-color: #fff;
  box-shadow: -15px 20px 6px rgb(0 0 0 / 4%);
  /* max-width: 1140px;
    position: fixed;
    left: 0;
    bottom: 10px;
    right: 0; */
  border-radius: 10px;
  z-index: 2050;
}

.cookies-text h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.cookies-text p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.cookies-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}

.cookies-text {
  width: 88%;
  text-align: left;
  margin: 10px 0;
}

.cookies-img {
  width: 12%;
  padding: 0 10px;
}

.btn-green-border {
  color: #6cb945;
  border: 1px solid #6cb945;
  background-color: transparent;
}

.cookies-btn.btn-primary {
  margin: 4px 6px;
  height: auto;
  padding: 15px;
  width: 180px;
}

.cookies-text a {
  color: #6cb945;
  display: inline-block;
}

.custome-checkbox .form-control {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 0;
}

.custome-checkbox {
  position: relative;
  width: auto;
  font-size: 12px;
  display: inline-block;
  padding-right: 6px;
}

.custome-checkbox label {
  padding-left: 22px;
  position: relative;
  margin: 0;
  cursor: pointer;
  pointer-events: none;
}

.custome-checkbox label:before {
  border: 1px solid #cccccc;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 0;
  content: "";
  left: 0;
  border-radius: 4px;
  text-align: center;
  background-color: #faf3f3;
}

.custome-checkbox input:checked+label:before {
  content: "\f00c";
  font-family: fontawesome;
  color: #ffffff;
  line-height: 15px;
  background-color: rgb(108 185 69 / 100%);
  border-color: rgb(108 185 69 / 100%);
}

.cookies-box {
  border-top: 1px solid rgb(111 183 63 / 50%);
  padding-top: 10px;
  margin-top: 10px;
}

.cookies-box .form-group {
  text-align: center;
}

.custome-checkbox.gray-checkbox input:checked+label:before {
  background-color: #999999;
  border-color: #999999;
}

/* Cookies */

@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1366px;
  }
}

@media (max-width: 1499px) {
  .main-header .navbar-brand img.img-fluid {
    max-width: 140px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 6px;
    font-size: 14px;
  }

  .btn-primary {
    font-size: 14px;
  }

  .banner-text h2 {
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 10px;
  }

  .banner-ul li {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .banner-ul img {
    margin-right: 8px;
    width: 20px;
  }

  .banner-form {
    padding: 12px;
    margin-top: 40px;
  }

  .menu-down li.nav-item.dropdown #navbarDropdown {
    right: -10px;
    top: -1px;
    width: 12px;
  }

  .download-country .ddcommon {
    width: 36% !important;
    padding: 5px 2px;
  }

  input.form-btn {
    padding: 12px 0;
    border-radius: 5px;
    font-size: 12px;
  }

  .download-country input.form-control {
    padding: 3px 6px;
    font-size: 12px;
    width: 63%;
  }

  span.ddlabel {
    padding-left: 2px;
    font-size: 14px;
  }

  .title {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 30px;
  }

  .title-section p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .why-payangel .tab-pane h3 {
    font-size: 20px;
  }

  .why-payangel .tab-pane p {
    font-size: 16px;
    line-height: 24px;
  }

  .why-payangel,
  .how-work {
    padding: 50px 0;
  }

  .why-payangel .wrap {
    margin-top: 30px;
  }

  .how-work .col-12 {
    margin-bottom: 30px;
  }

  .work-box img {
    width: 200px;
  }

  .work-box h3 {
    margin: 15px 0;
    font-size: 20px;
  }

  .work-box p {
    line-height: 24px;
    font-size: 16px;
  }

  .work-box {
    padding: 10px 15px;
  }

  .videopay {
    padding: 20px 0;
  }

  .bundle-box {
    padding: 70px 40px;
  }

  .bundle-ul ul {
    max-width: 992px;
  }

  .bundle {
    padding-bottom: 60px;
  }

  .bundle-list {
    padding: 15px;
  }

  .bundle-list h4 {
    font-size: 16px;
    margin: 0 0 10px;
  }

  .bundle-ul {
    margin-top: -60px;
  }

  .bundle-ul li li {
    font-size: 12px;
  }

  .bundle-box {
    padding: 70px 40px;
    position: relative;
    z-index: -1;
  }

  .partner-with {
    padding: 60px 0;
  }

  .partner-section .title {
    margin-bottom: 30px;
  }

  .testimonial-user {
    margin-top: -100px;
  }
}

@media (max-width: 1199px) {
  .money-text .button-section {
    width: 100%;
    display: inline-block;
    max-width: 250px;
  }

  .ios-android li {
    width: 120px;
    margin-right: 10px;
  }

  .cd-product-mockup {
    -webkit-transform: rotateX(0) rotateZ(0) translateX(30%) translateY(-30%);
    -moz-transform: rotateX(0) rotateZ(0) translateX(30%) translateY(-30%);
    -ms-transform: rotateX(0) rotateZ(0) translateX(30%) translateY(-30%);
    -o-transform: rotateX(0) rotateZ(0) translateX(30%) translateY(-30%);
    transform: rotateX(-0) rotateZ(-0) translateX(30%) translateY(-30%);
  }

  .cd-product-mockup {
    width: 60%;
  }

  .banner-text h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 25px;
  }

  .title-section p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .banner-form h3 {
    font-size: 16px;
  }

  .banner-form h3 img {
    margin-left: 10px;
    width: 16px;
  }

  .safe-text li {
    width: 70px;
  }

  .footer-title {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 30px;
  }

  .footer-link li {
    padding-bottom: 10px;
    font-size: 12px;
  }

  .footer {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .footer-des {
    padding-top: 30px;
    margin-top: 30px;
  }

  .partner-section {
    padding-bottom: 40px;
  }

  .bottom-footer {
    font-size: 12px;
    padding: 18px 0;
  }

  .desktop-lg-hide {
    display: none !important;
  }

  .testimonial-user {
    margin-top: 0px;
  }
}

@media screen and (max-width: 991px) {
  body {
    text-align: center;
  }

  .top-header {
    display: none;
  }

  .banner-form {
    display: none;
  }

  .safe-text {
    display: none;
  }

  .partner-img {
    padding: 0 0 30px;
  }

  .check-rates {
    position: fixed;
    right: -195px;
    bottom: 60px;
    transition: 0.5s;
    text-align: left;
  }

  .banner-text h2 {
    font-size: 32px;
    line-height: 42px;
    margin: 0 0 20px;
  }

  .banner-img img.img-fluid {
    left: 0;
  }

  .money-text .button-section {
    display: none;
  }

  .ios-android ul.d-flex.flex-wrap {
    justify-content: center;
  }

  .paid-friend .row {
    flex-direction: column-reverse;
  }

  .paid-friend {
    padding: 0 0 60px;
  }

  .title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
  }

  .title-section p br {
    display: none;
  }

  .why-payangel {
    padding: 70px 0 80px;
  }

  .bundle-box {
    padding: 30px 20px 590px;
    position: relative;
    z-index: -1;
  }

  .bundle-ul li {
    padding: 10px 20px;
  }

  .bundle-ul {
    margin-top: -600px;
  }

  .bundle-ul li {
    width: 100%;
    padding: 10px 20px;
  }

  .bundle-list {
    padding: 15px;
    text-align: left;
  }

  .bundle-list h4 {
    font-size: 20px;
    margin: 5px 0 15px;
  }

  .our-patner li {
    width: 50%;
  }

  .footer {
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: left;
  }

  .banner-text {
    text-align: left;
    padding-top: 3%;
  }

  .banner-img:before {
    top: 10%;
    background-size: contain;
  }

  .banner-img {
    position: relative;
    top: 0;
  }

  .banner-img img.img-fluid {
    left: 0%;
  }

  .cd-product-mockup {
    -webkit-transform: rotateX(-57deg) rotateZ(-44deg) translateX(65px) translateY(70px);
    -moz-transform: rotateX(-57deg) rotateZ(-44deg) translateX(65px) translateY(70px);
    -ms-transform: rotateX(-57deg) rotateZ(-44deg) translateX(65px) translateY(70px);
    -o-transform: rotateX(-57deg) rotateZ(-44deg) translateX(65px) translateY(70px);
    transform: rotateX(-57deg) rotateZ(-44deg) translateX(50px) translateY(70px);
  }

  .paid-text .btn-primary {
    max-width: max-content;
  }

  .why-payangel,
  .how-work {
    padding: 30px 0;
  }

  .bundle-ul li li {
    padding: 6px 0 6px 25px;
    font-size: 16px;
  }

  .testimonial-item {
    text-align: left;
  }

  .testimonial-div .user-des {
    width: 100%;
  }

  .partner-with {
    padding: 60px 0;
    text-align: left;
  }

  .bottom-footer p {
    padding-bottom: 10px;
    font-size: 12px;
  }

  .footer-des p {
    font-size: 10px;
  }

  .bottom-footer li {
    padding-left: 6px;
    margin-left: 6px;
    font-size: 10px;
  }

  .footer-des {
    padding-top: 20px;
    margin-top: 20px;
  }

  .ios-android-2 {
    background-color: #ffffff;
    padding: 20px;
    display: inline-block;
    border-radius: 6px;
    box-shadow: -15px 20px 6px rgb(0 0 0 / 10%);
    max-width: 300px;
    width: 100%;
    position: absolute;
    bottom: 160px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .ios-android-2 h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .safe-text.safe-text-2.desktop-lg-on {
    display: block;
    text-align: left;
    margin-top: 110px;
  }

  .desktop-lg-on {
    display: block;
  }

  .testimonial {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .testimonial .testimonial-user.desktop-lg-on img {
    width: 80%;
    padding-top: 30px;
    margin-bottom: 30px;
  }

  .check-rates {
    position: fixed;
    right: -257px;
    bottom: 60px;
    transition: 0.5s;
    text-align: left;
    max-width: 256px;
    z-index: 9;
  }

  .check-content .form-group {
    margin-bottom: 5px;
  }

  .check-rates .dd {
    padding: 14px 8px;
  }

  .check-h3 {
    padding: 14px 8px;
    border-radius: 10px;
    left: -35px;
    bottom: 0;
  }

  .check-h3 h3 {
    font-size: 14px;
    font-weight: normal;
  }

  .check-content {
    padding: 12px;
    width: 100%;
  }

  .close-btn {
    right: -10px;
    top: -10px;
  }

  .close-btn img {
    width: 30px;
  }

  .check-rates h4 {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .check-rates label {
    font-size: 10px;
    margin-bottom: 4px;
  }

  .check-rates input.form-control.form-button {
    padding: 3px;
    margin: 0;
  }

  .form-control {
    height: 50px;
    font-size: 15px;
  }

  .navbar-light .navbar-toggler-icon {
    background-image: url("../images/bar.png");
    width: 30px;
    height: 30px;
    background-size: contain;
  }

  .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: transparent;
    border: 0;
    outline: 0;
    padding: 0;
    position: absolute;
    right: 20px;
    font-size: 12px;
  }

  .menu-last {
    margin-top: 40px;
  }

  body.hidden-s {
    overflow: hidden;
    position: relative;
  }

  body.hidden-s:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
  }

  .menu-down {
    position: absolute;
    width: 80%;
    left: -20px;
    top: -12px;
    z-index: 1;
    padding: 0;
    text-align: left;
    height: 100vh !important;
  }

  .menu-down li.nav-item.dropdown #navbarDropdown {
    right: -10px;
    top: 0;
    width: 12px;
    position: relative;
  }

  .mobile-main-menu {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 0px 30px 70px;
    transform: translateX(-100%);
    background-color: #ffffff;
    transition: 0.5s;
    height: 100vh !important;
    overflow: scroll;
  }

  .show .mobile-main-menu {
    transform: translateX(0%);
  }

  .back-menu {
    text-align: right;
    padding: 30px 0 40px;
    font-size: 14px;
  }

  .menu-first {
    width: 100%;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 8px 0;
    font-size: 15px;
  }

  .partner-section {
    text-align: left;
  }

  .menu-down .button-section {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
  }

  .why-payangel .why-round img {
    transform: rotate(30deg);
  }

  .why-payangel .why-round {
    transform: scale(0.8) rotate(-30deg);
  }

  .why-payangel {
    padding-bottom: 50px;
  }

  .why-payangel .round-arrow {
    position: relative;
    top: 0;
    transform: translateY(0%);
    margin: 0 0 80px;
  }

  .desktop-md-hide {
    display: none;
  }

  .send-money {
    padding: 30px 0;
  }

  .testimonial-user {
    max-width: 300px;
    margin: 20px auto 20px;
  }

  .testimonial-div .item.slick-slide .row {
    align-items: center;
    flex-direction: column-reverse;
  }

  .menu-down .footer-social,
  .menu-down .phone-ul {
    display: block;
  }

  .menu-down ul {
    justify-content: normal;
    padding: 0;
  }

  .phone-ul li {
    width: 100%;
    padding: 8px 0;
  }

  .phone-ul li img {
    width: 20px;
  }

  .language-ul {
    padding-left: 0;
    width: 155px;
    margin-right: 0;
  }

  .menu-down .phone-ul a {
    color: #212f3f;
  }

  .menu-down li.nav-item.dropdown a.nav-link {
    padding: 10px 0;
    display: inline-block;
  }

  .menu-down li.nav-item.dropdown #navbarDropdown img {
    width: 12px;
  }

  .menu-off {
    display: block;
  }

  .main-header.header .container {
    max-width: 100%;
  }

  .dd img {
    width: 42px;
    height: 14px;
  }

  .flag {
    background-size: 50% auto;
  }

  .dd .ddChild {
    top: 30px !important;
  }

  .otp-sec .form-group .form-otp {
    width: 37px;
    height: 46px;
    font-size: 18px;
  }

  .check-rates.check-shows {
    display: block;
    right: 20px;
  }

  .check-rates.check-money .form-control {
    height: 50px;
    font-size: 14px;
  }

  .exchange-rate {
    padding: 10px;
  }

  .exchange-box li,
  .exchange-rate h5 {
    font-size: 10px;
    line-height: 16px;
  }

  .check-rates.check-money .dd {
    right: 3px;
    width: 90px !important;
    top: 32px;
    padding: 0;
  }

  .check-rates.check-money .dd .ddTitle .ddTitleText {
    padding: 6px 7px;
  }

  .exchange-li {
    padding-left: 20px;
    padding-bottom: 10px;
  }

  .form-group div#countries-6_msdd {
    width: 110px !important;
    top: 5px;
  }

  .form-section.log-sec .form-control {
    padding-left: 105px;
  }

  .form-title {
    margin-bottom: 10px;
  }

  .custome-switch .slider {
    width: 58px;
  }

  .testimonial-section {
    flex-wrap: wrap;
    height: auto;
  }

  .testi-user-img {
    width: 100%;
  }

  .testimonial-section .user-saying {
    width: 100%;
    height: auto;
  }

  .testimonial-section .quote {
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
  }

  .swiper-container.testimonial {
    height: 350px;
  }

  .swiper-wrapper {
    height: auto !important;
  }

  .testimonial .name {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
  }

  .testimonial .designation {
    text-align: center;
  }

  .btn-primary {
    height: 50px;
    padding: 17px 16px;
  }

  .ip-logo img {
    max-width: 200px;
  }

  .testimonial-section .swiper-container-vertical>.swiper-pagination-bullets {
    justify-content: center;
    right: 10px;
    top: 96%;
    transform: translate3d(0px, -50%, 0);
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }

  .testimonial-section .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 5px;
    display: block;
    width: 8px;
  }

  .user-star {
    text-align: center;
    margin: 0 auto;
  }

  .quote-icon {
    width: 38px;
  }

  .testimonial-div .user-des p,
  .testimonial-section .quote p {
    font-size: 14px;
    line-height: 24px;
  }

  .user-star i {
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  .safe-text li {
    width: 45px;
  }

  /* .title,
        .bundle-box .title-section .title {
            font-size: 24px;
            line-height: 30px;
        }
        .title-section p,
        .bundle-box .title-section p {
            font-size: 16px;
            line-height: 24px;
        } */
  .round-arrow {
    height: 100px;
  }

  .vert-move3 .cd-product-mockup {
    -webkit-transform: rotateX(-57deg) rotateZ(-44deg) translateX(65px) translateY(70px);
    -moz-transform: rotateX(-57deg) rotateZ(-44deg) translateX(130px) translateY(28px);
    -ms-transform: rotateX(-57deg) rotateZ(-44deg) translateX(130px) translateY(28px);
    -o-transform: rotateX(-57deg) rotateZ(-44deg) translateX(130px) translateY(28px);
    transform: rotateX(-57deg) rotateZ(-44deg) translateX(130px) translateY(28px);
  }

  .vert-move3 {
    position: relative;
    bottom: -87px;
    z-index: -2;
    width: 76%;
    left: -19%;
  }

  .custome-switch .switch {
    width: 60px;
  }

  .banner-ul {
    height: 20vw;
  }

  .custome-switch input:checked+.slider:before {
    -webkit-transform: translateX(37px);
    -ms-transform: translateX(37px);
    transform: translateX(37px);
    content: "on";
    text-indent: -28px;
  }

  .custome-switch .slider:before {
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 3.3px;
  }

  .custome-switch h6 {
    width: 70%;
    font-size: 12px;
  }

  .cookies-img {
    display: none;
  }

  .cookies {
    width: 100%;
    max-width: 100%;
    padding: 15px 0;
    border-radius: 0;
    bottom: 0;
  }

  .cookies-text {
    width: 100%;
    text-align: center;
  }

  .cookies-content {
    margin-bottom: 8px;
  }

  .cookies-btn.btn-primary {
    padding: 12px;
  }

  .cookies-box .custome-checkbox {
    padding: 4px;
    font-size: 12px;
  }

  .custome-checkbox label {
    padding-left: 20px;
  }

  .custome-checkbox label:before {
    width: 15px;
    height: 15px;
  }

  .custome-checkbox input:checked+label:before {
    content: "\f00c";
    line-height: 15px;
  }

  #preload img {
    width: 50px;
  }

  .check-rates .dd .ddChild,
  .one-form .dd .ddChild {
    height: 120px !important;
  }
}

@media screen and (max-width: 480px) {
  .banner-ul {
    height: 35vw;
  }
}

@media screen and (min-width: 800px) {
  #forkongithub {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 200px;
    overflow: hidden;
    height: 200px;
    z-index: 9999;
  }

  #forkongithub a {
    width: 200px;
    position: absolute;
    top: 60px;
    right: -60px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
  }
}

.tipper {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 5px 10px 0px 10px;
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
  color: #999;
  z-index: 99;
  display: none;
  border-radius: 10px !important;
}

.tipper>p {
  text-align: left !important;
}

.pwd-hint {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 10px !important;
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
  margin-top: 5px;
  padding: 10px;
  text-align: left;
}

.pwd-hint ul {
  padding: 0;
  margin: 0;
}

.pwd-hint-title {
  color: #212f3f;
  font-weight: 400;
}

.pwd-hint ul li {
  height: auto !important;
  color: #999;
  list-style: outside none none;
  margin: 0 !important;
  display: inline-block !important;
  width: 100% !important;
  position: static !important;
  height: auto !important;
  opacity: 1 !important;
  overflow: visible !important;
}

.pwd-hint ul li i {
  margin-right: 5px;
}