/* 
  Theme Name: Royality Financial
  Author: Mayank Singh
  version: 1.0
*/

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Raleway', sans-serif;
}

body a {
  text-decoration: none;
}

body img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@font-face {
  font-family: sunflower;
  src: url("https://royaltyfinancialinc.com/wp-content/themes/RoyalityFinancialTheme/fonts/MADE Sunflower PERSONAL USE.otf") format("opentype");
}

@font-face {
  font-family: adelia;
  src: url("https://royaltyfinancialinc.com/wp-content/themes/RoyalityFinancialTheme/fonts/adelia.ttf");
}
.sunflower{
    font-family: sunflower;
    font-weight: 400;
}

.p-btn, #wpforms-submit-121, #wpforms-submit-125 {
  font-size: 10.24px;
  line-height: 16px;
  font-weight: 800;
  padding: 10px 15px;
  border: 2px solid black;
  display: inline-block;
  color: #3B3B3B;
  background: #c7b27b;
  background: -webkit-gradient(linear, left top, right top, from(#c7b27b), color-stop(40%, #ffecbf), color-stop(60%, rgba(255, 236, 191, 0.89)), to(#c7b27b));
  background: linear-gradient(90deg, #c7b27b 0%, #ffecbf 40%, rgba(255, 236, 191, 0.89) 60%, #c7b27b 100%);
  text-transform: uppercase;
}

.s-btn {
  font-size: 10.24px;
  line-height: 16px;
  font-weight: 800;
  color: #F7A3C7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  text-decoration: underline;
}

.s-btn img {
  margin-left: 10px;
  width: 8.3px;
  height: 10px;
}

.bgc {
  background-color: #FFF1F7;
}
.color{
    color: #F7A3C7;
}
section {
  width: 100%;
  position: relative;
  padding: 40px 0 40px 0;
}

.container {
  max-width: 344px;
  width: 100%;
  margin: auto;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

h1 {
  color: black;
  font-size: 31.25px;
  line-height: 39.06px;
  font-weight: 700;
  font-family: playfair-display, serif;
}

h2 {
  color: black;
  font-size: 25px;
  line-height: 31.25px;
  font-weight: 700;
  font-family: playfair-display, serif;
}

h3 {
  color: black;
  font-size: 25px;
  line-height: 31.25px;
  font-weight: 700;
  font-family: playfair-display, serif;
}

p, li {
  color: black;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.adelia {
  font-family: adelia;
}

.g-name input, .g-name textarea{
    background-color: #F3F3F3 !important;
    border: none !important;
    outline: none !important;
    height: unset !important;;
    padding: 17px 20px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    font-family: 'Raleway', sans-serif !important;
}
.g-name textarea{
    height: 200px !important;
}
.wpforms-field-label{
    font-weight: 600 !important;
    display: inline-block !important;
}
.iti__flag-container{
    display: none !important;
}

.owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.owl-stage-outer{
    width: 100% !important;
}


#frame_agreement{
    width: 100% !important;
}
#mainform {
    border-radius: 0px !important;
    overflow: auto;
    max-width: 100% !important;
}








.main-head {
  position: fixed;
  width: 100%;
  top: 0;
  height: 50px;
  background-color: #F7A3C7;
  display: -ms-grid;
  display: grid;
  z-index: 100;
}

.main-head .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-head .logo {
  width: 228px;
  height: 38px;
}

.main-head .logo img {
  width: 100%;
  height: 100%;
}

.main-head .cart-icon {
  cursor: pointer;
  width: 30px;
  height: 28px;
  position: relative;
}

.main-head .cart-icon img {
  width: 23.01px;
  height: 20.01px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.main-head .cart-icon .cart-items {
  position: absolute;
  background-color: #FFEEC6;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  right: 0;
  font-size: 12.8px;
  line-height: 13px;
  font-weight: 800;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-head .links {
  position: absolute;
  top: 50px;
  right: 0;
  width: 250px;
  background-color: #FFDAEA;
  list-style: none;
  -webkit-transform: translate(100%);
          transform: translate(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-head .links li {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  width: 100%;
  padding: 20px 25px;
  cursor: pointer;
}
.main-head .links li img{
    margin-left: 5px;
    object-fit: contain;
}

.main-head .links li:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #FFF1F7;
}

.main-head .links a {
  font-size: 12.8px;
  line-height: 16px;
  font-weight: 800;
  color: black;
  width: 100%;
  display: block;
  text-transform: uppercase;
}

.main-head .bugger-btn .p-btn {
  display: none;
}

.main-head .bugger-btn .cart-icon {
  display: none;
}

.main-head .bugger {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.main-head .bugger div {
  width: 25px;
  height: 2.5px;
  background-color: black;
  margin: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sub-menu{
    display: none;
}
.link-box{
    display: flex;
}

/*active classes==========================*/
.active-sub{
    display: block !important;
}
.links.active {
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.overflow-body-hidden {
  overflow: hidden;
}

.overflow-body-hidden::before {
  content: "";
  background-color: black;
  position: absolute;
  width: 100%;
  height: 10000%;
  opacity: 0.3;
  z-index: 10;
}

.toggle .line1 {
  -webkit-transform: rotate(45deg) translate(6px, 6px);
          transform: rotate(45deg) translate(6px, 6px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.toggle .line2 {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.toggle .line3 {
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
          transform: rotate(-45deg) translate(6px, -6px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main {
  position: relative;
  padding-top: 50px;
}

.hero {
  padding-top: 0;
  height: 760px;
}

.hero .hero-bgc {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}

.hero h1 {
  max-width: 344px;
  margin-top: 60px;
}

.hero p {
  margin-top: 5px;
}

.hero a {
  margin-top: 30px;
}

.hero .hero-model {
  margin-top: 35px;
  width: 100%;
  height: 410px;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
}

.hero .hero-model img {
  width: 300px;
  height: 410px;
  -o-object-position: top;
     object-position: top;
  margin: auto;
}

.home-about .text {
  margin-top: 25px;
}

.home-about p {
  margin-top: 20px;
  font-weight: 500;
}

.home-about ul {
  margin-top: 15px;
  list-style: none;
}

.home-about ul li {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.home-about ul li:last-child {
  margin-bottom: 0;
}

.home-about ul li img {
  margin-right: 10px;
}
.about-section2 .text h3{
    margin-top: 30px;
    font-size: 25px;
    line-height: 30px;
}
.about-image {
  max-width: 344px;
  width: 100%;
  height: 390px;
  position: relative;
}

.about-image img {
  border: 5px solid #FFF1F7;
}

.about-image .b-img {
  position: absolute;
  width: 200px;
  height: 300px;
  bottom: 0;
  right: 0;
}

.about-image .t-img {
  width: 270px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
}

.m-tera h2 {
  font-family: adelia;
  font-size: 31.25px;
  line-height: 63px;
  font-weight: 400;
}

.m-tera .about-image {
  margin-top: 20px;
}

.m-tera .about-image img {
  border-color: white;
}

.m-tera .text {
  margin-top: 20px;
}

.m-tera h3 {
  font-size: 25px;
  line-height: 31.25px;
  font-weight: 700;
}

.m-tera p {
  margin-top: 20px;
  font-weight: 500;
}

.m-tera a {
  margin-top: 30px;
}


.reviews ::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.reviews ::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
.reviews ::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.reviews ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.reviews .container{
    position: relative;
}
.reviews .review-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
  overflow: hidden;
}
.owl-nav{
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.owl-nav button{
    border: none;
    outline: none;
    padding: 15px;
    background-color: transparent;
}
.owl-prev{
    transform: rotate(180deg);
}

.reviews .review {
  width: 300px;
  height: 333px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}

.reviews .profile-pic {
  width: 80px;
  height: 80px;
  border-radius: 100%;
}

.reviews .profile-pic img {
  width: 100%;
  height: 100%;
}

.reviews h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-top: 10px;
  font-family: 'Raleway', sans-serif;
}

.reviews .rating {
  margin-top: 5px;
}

.reviews p {
  margin-top: 20px;
  text-align: center;
  overflow-y: scroll;
  min-height: 120px;
}

.home-process .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home-process .adelia {
  color: #F7A3C7;
}

.home-process p {
  margin-top: 15px;
  text-align: center;
}

.home-process .boxes {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-process .box {
  margin-top: 65px;
  max-width: 344px;
  background-color: white;
  position: relative;
  padding: 0 30px 40px 30px;
}

.home-process .number {
  display: inline-block;
  position: absolute;
  font-size: 25px;
  line-height: 31.25px;
  font-weight: 400;
  font-family: sunflower;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  background-color: #C7B27B;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.home-process h3 {
  font-size: 25px;
  line-height: 31.25px;
  font-weight: 700;
  margin-top: 47px;
  text-align: center;
}

.home-process p {
  text-align: left;
}

.home-process .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.home-process .btn-box a:nth-child(2) {
  display: none;
}

.faqs .boxs {
  max-width: 776px;
  width: 100%;
  margin-top: 40px;
}

.faqs .faq {
  width: 100%;
  margin-bottom: 15px;
}

.faqs .faq:nth-child(2n+1) {
  background-color: #FFDAEA;
}

.faqs .faq:nth-child(2n) {
  background-color: #FFF1F7;
}

.faqs .faq h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: black;
}

.faqs .faq img {
  width: 9.09px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}

.faqs .content {
  height: 0;
  padding: 0 55px 0 20px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: white;
  border: 0;
}
.faqs .content p{
    margin-top: 8px;
}
.faqs .content ul{
    max-width: 100%;
    padding: 0;
}
.faqs .content li{
    padding-left: 20px;
    margin: 8px;
}
.faqs .content li::before{
    content: '';
    background: none;
    background-color: black;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    top: 5px;
}

.faqs .content p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: black;
}

.faqs .faqOpen .content {
  border: 1px solid #FFDAEA;
  padding: 21px 55px 27px 20px;
  height: auto;
  overflow-y: scroll;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.home-products a {
  margin-top: 10px;
}

.home-products .products {
  margin-top: 30px;
}

.home-products .product {
  max-width: 396px;
  width: 100%;
}

.home-products .product .image {
  width: 100%;
  height: 350px;
  position: relative;
}

.home-products .product .image img {
  width: 100%;
  height: 100%;
}

.home-products .product .image .price {
  width: 280px;
  height: 50px;
  display: inline-block;
  position: absolute;
  background-color: #FAC9DE;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: black;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-products .product h3 {
  margin-top: 45px;
  text-align: center;
  font-weight: 500;
}

.home-products .product:nth-child(2) {
  margin: 30px 0;
}

.pre-footer .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pre-footer .pre-footer-title {
  max-width: 315px;
  width: 100%;
  position: relative;
  text-align: center;
}

.pre-footer .pre-footer-title span {
  background-color: #F7A3C7;
}

.pre-footer .pre-footer-title img {
  position: absolute;
  width: 38.87px;
  height: 30px;
}

.pre-footer .pre-footer-title .t-diamond {
  left: -15px;
  top: -15px;
}

.pre-footer .pre-footer-title .b-diamond {
  bottom: -30px;
  right: 0;
  -webkit-transform: rotate(80deg);
          transform: rotate(80deg);
}

.pre-footer .l-diamond {
  display: none;
}

.pre-footer .btn-box {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pre-footer .btn-box a:nth-child(2) {
  display: none;
}

.footer h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer .foot-links {
  display: none;
}

.footer .logo {
  width: 284px;
}
.footer .logo ul{
    margin-top: 25px;
}
.footer .logo li{
    list-style: none;
    margin-bottom: 20px;
    display: flex;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.footer .logo li img{
    object-fit: contain;
    margin-right: 15px;
    width: 17.8px;
}
.social{
    display: flex;
    align-items: center;
}
.social img{
    width: 25px !important;
    height: 25px !important;
    object-fit: contain;
    margin-right: 30.5px !important;
}

.footer .logo img {
  width: 100%;
  height: 100%;
}

.footer .sign-up {
  margin-top: 50px;
}

.footer .sign-box {
  margin-top: 20px;
}

.footer-bottom {
  width: 100%;
  position: relative;
}

.footer-bottom .container {
  border-top: 1px solid #F7A3C7;
  padding: 17px 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-bottom p {
  font-family: bebas-neue, sans-serif;
  color: #F7A3C7;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.footer-bottom p a {
  color: #F7A3C7;
  text-transform: uppercase;
  text-decoration: underline;
}

.footer-bottom p:nth-child(1) {
  display: none;
}

.about-head {
  padding: 0;
  height: 120px;
  display: -ms-grid;
  display: grid;
}

.about-head img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.about-head .container {
  display: -ms-grid;
  display: grid;
  margin: auto;
}

.about-head h1 {
  margin: auto;
  text-align: center;
  font-size: 25px;
  line-height: 48px;
  font-weight: 700;
}

.about-page img {
  max-width: 396px;
  width: 100%;
  height: 320px;
}

.about-page .text {
  margin-top: 20px;
}

.about-page h2 {
  text-align: center;
  margin-bottom: 10px;
}

.about-page p {
  margin-top: 10px;
}

.about-page a {
  margin-top: 20px;
}

.about-page ul {
  list-style: none;
  margin-top: 25px;
}

.about-page li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          margin-bottom: 15px;
}

.about-page li img {
  width: 19.87px;
  height: 20px;
  margin-right: 10px;
  margin-top: 10px;
}

.credit-benefits .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.credit-benefits h2 {
  text-align: center;
  line-height: 40px;
}

.credit-benefits .adelia {
  color: #F7A3C7;
}

.credit-benefits .boxes {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.credit-benefits .box {
  max-width: 396px;
  width: 100%;
  background-color: white;
  padding: 40px 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.credit-benefits .box:last-child {
  margin-bottom: 0;
}

.credit-benefits .box img {
  margin-bottom: 20px;
  width: 94.81px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.credit-benefits .box h4 {
  font-size: 25px;
  line-height: 31.25px;
  font-weight: 700;
  text-align: center;
   font-family: playfair-display, serif;
}
.credit-benefits .box p {
  text-align: center;
}

.credit-mission {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.credit-mission .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.credit-mission h2 {
    text-align: center;
    max-width: 994px;
}
.credit-mission p {
  max-width: 994px;
  margin-top: 15px;
  text-align: center;
}

.underline-text{
    text-decoration: underline;
}

.credit-mission a {
  margin-top: 40px;
}

.product-page .product {
  margin-bottom: 30px;
  display: -ms-grid;
  display: grid;
}

.product-page .product a {
  margin: auto;
  margin-top: 20px;
}

.err {
  padding-top: 60px;
}

.err .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.err img {
  width: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.err h3 {
  text-align: center;
  font-family: "poppins";
  margin: 20px 0 30px 0;
  font-weight: 400;
  max-width: 335px;
}

.thank img {
  width: 150px;
  height: 150px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.thank h2 {
  text-align: center;
  margin: 30px 0 10px 0;
  max-width: 398px;
}

.thank p {
  text-align: center;
  max-width: 900px;
  font-size: 12.8px;
  line-height: 16px;
}
.sign-up{
	max-width: 338px;
	width: 100%;
}
.footer .sign-box {
    list-style: none;
		width: 100%;
}


#af-form-1760732936 .buttonContainer input.submit{
    font-size: 10.24px !important;
    line-height: 16px  !important;
    font-weight: 800  !important;
    padding: 10px 15px  !important;
    border: 2px solid black  !important;
    display: inline-block  !important;
    color: #3B3B3B  !important;
    background: #c7b27b  !important;
    background: -webkit-gradient(linear, left top, right top, from(#c7b27b), color-stop(40%, #ffecbf), color-stop(60%, rgba(255, 236, 191, 0.89)), to(#c7b27b))  !important;
    background: linear-gradient(90deg, #c7b27b 0%, #ffecbf 40%, rgba(255, 236, 191, 0.89) 60%, #c7b27b 100%)  !important;
    text-transform: uppercase !important;
    outline: none !important;
}
#af-form-1760732936 {
     background-color: transparent !important; 
     border-color: none !important; 
     border-width: 0 !important;
}
#af-form-1760732936 .af-standards .af-element{
    padding: 0 !important;
}
#af-form-1760732936 .buttonContainer{
    display: inline-block !important;
}
#af-body-1760732936{
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}
#af-form-1760732936, #af-form-1760732936 .quirksMode{
    max-width: 100% !important;
}
#af-form-1760732936 .af-body .af-textWrap{
    max-width: 200px !important;
    float: left !important;
}
/*pricing-section starts==============================================*/
.pricing h2{
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
}
.pricing p{
    max-width: 822px;
    margin: auto;
    padding: 0 15px;
    font-family: playfair-display, serif;
}
.pricing .container{
    flex-direction: column;
    margin-top: 60px;
}

.pricing-box{
    background-color: white;
    width: 100%;
    max-width: 396px;
    position: relative;
}
.title{
    background-color: #C7B27B;
    display: grid;
    padding: 15px 0 17px 0;
}
.title h2{
    color: white;
    margin: auto;
}
.title p{
    color: white;
    margin: auto;
    font-weight: 500;
}
.price-box{
    padding: 20px 0 30px 0;
    display: grid;
}
.price-title{
    display: flex;
    align-items: flex-start;
    margin: auto;
    font-weight: 700;
    font-family: playfair-display, serif;
}
.price{
    font-size: 49.06px;
    line-height: 54px;
    font-weight: 700;
}
.per-plan{
    font-weight: 600;
    margin: auto;
    font-family: playfair-display, serif;
}
.enrollment{
    margin: auto;
    font-weight: 500;
    margin-top: 10px;
    font-style: italic;
}
.content ul{
    max-width: 289.67px;
    list-style: none;
    margin: auto;
    padding-bottom: 50px;
}
.content li{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
    padding-left: 36px;
}
.content li::before{
    content: '';
    position: absolute;
    background-image: url("https://royaltyfinancialinc.com/wp-content/themes/RoyalityFinancialTheme/img/tick 1.svg");
    width: 20.65px;
    height: 15px;
    background-size: contain;
    left: 0;
    top: 5px;
}
.pricing-box .p-btn{
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%)
}
.pricing-box:nth-child(2){
    margin: 50px 0;
}

.pay-delection .container{
    justify-content: center !important;
}
.pay-delection .price-title{
    color: white;
}

/*business-credit-page-starts==============================================*/
.business-benefits .box{
    background-color: #FFF1F7;
}

.business-points .container{
    flex-direction: column;
}
.business-points h2{
    margin-bottom: 30px;
    text-align: center;
}
.business-points ul{
    list-style: none;
    max-width: 792px;
}
.business-points li{
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
.business-points li img{
    margin-right: 20px;
    object-fit: contain;
}
.business-points .business-point-number{
    font-weight: 700;
    height: 25px;
    font-size: 31.25px;
    margin-right: 20.4px;
}

/*--------------------------------------------*/
.squre ul{
    display: grid;
    gap: 30px;
}

.squre ul li img{
    width: 35px;
    margin-right: 15px;
}
.business-credit-head{
    height: 350px;
}
.business-credit-head .container{
    display: flex;
    flex-direction: column;
}
.business-credit-head h1{
    line-height: 39px;
    max-width: 1196px;
}
.business-credit-head p{
    text-align: center;
    margin-top: 20px;
}
.business-credit-head a{
    margin-top: 30px;
}

.business-credit .text{
    margin-top: 30px;
}
.business-credit .text ul{
    margin: 20px 0 10px 0;
    list-style: none;
}
.business-credit .text li{
    display: flex;
    margin-bottom: 15px;
    align-items: flex-start;
}
.business-credit .text li img{
    margin-right: 15px;
    object-fit: contain;
}
.business-credit h2{
    margin-top: 40px;
}
.business-credit p{
    margin-bottom: 15px;
}
.business-credit .form{
    max-width: 600px;
}
.business-credit .form h2{
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 0;
}

/*about-page-update===================================*/
.about-certificate .container{
    flex-direction: column;
}
.about-certificate .box{
    max-width: 470px;
    padding: 0 15px;
    display: grid;
    align-items: flex-start;
    list-style: none;
}
.about-certificate .box ul{
    list-style: none;
    margin-top: 10px;
}
.about-certificate .box li{
    margin-top: 10px;
    display: flex;
}
.about-certificate li img{
    margin-right: 10px;
    object-fit: contain
}
.about-certificate .box h3{
    text-align: center;
}

.tradelines-benefits .box{
    background-color: #FFF1F7;
}
.tradeline-section p{
    margin-bottom: 15px;
}
.tradeline-section img{
    width: 100%;
    display: block;
    max-width: 388px;
    margin: auto;
    margin-top: 40px;
    object-fit: contain;
    object-position: center;
}
.tradeline-form h3{
    text-align: center;
    margin-top: 30px;
}
.tradeline-section .form-desc{
  font-size: 12.8px; 
  text-align: center; 
  margin: 15px;
}

/*credit-building programs======================*/
.credit-building .container{
    flex-direction: column;
}
.credit-building p{
    margin-bottom: 15px;
}
.credit-building .programs{
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
}
.programs .title{
    text-align: center;
    color: white;
}
.program{
    position: relative;
    background-color: white;
    max-width: 398px;
}
.program .content{
    padding: 22px 18.5px 40px 18.5px;
}
.program .content p{
    margin-bottom: 15px;
    position: relative;
    padding-left: 35px;
}
.program .content p::before{
    content: '';
    background: url('https://royaltyfinancialinc.com/wp-content/themes/RoyalityFinancialTheme/img/pink-tick.svg');
    position: absolute;
    width: 20.65px;
    height: 15px;
    left: 0;
}
.program .p-btn{
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

/*business-coaching-----------------------*/
.business-coaching .container{
    flex-direction: column;
    justify-content: center;
}
.business-coaching p{
    max-width: 1014px;
    padding: 0 8px;
    margin-bottom: 15px;
    text-align: center;
    display: inline-block;
}

@media screen and (min-width: 428px) {
  .container {
    max-width: 400px;
  }
  .hero {
    height: 740px;
  }
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 728px;
  }
  .wp-subscribe-wrap .email-field{
	width: 239px !important;
  }
  .main-head .container {
    height: 100%;
  }
  .main-head .cart-icon {
    display: none;
  }
  .main-head .bugger-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 371px;
    height: 100%;
  }
  .main-head .links-container {
    height: 100%;
  }
  .main-head .bugger-btn .p-btn {
    display: inline-block;
    height: 100%;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
    font-size: 12.8px;
    line-height: 16px;
    font-weight: 800;
  }
  .main-head .bugger-btn .cart-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hero {
    height: 470px;
  }
  .hero .container {
    padding-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hero .text {
    width: 351px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .hero h1 {
    max-width: 100%;
    margin-top: 0;
  }
  .hero p {
    margin-top: 10px;
  }
  .hero .hero-model {
    margin-top: 0;
    width: 300px;
    height: 430px;
  }
  .hero .hero-model img {
    width: 100%;
    height: 430px;
  }
  .home-about .text {
    margin-top: 25px;
    max-width: 400px;
  }
  .about-image {
    max-width: 400px;
    height: 390px;
  }
  .about-image img {
    border: 5px solid #FFF1F7;
  }
  .m-tera .text {
    max-width: 400px;
  }
  .reviews .review {
    width: 540px;
  }
  .home-process p {
    max-width: 344px;
    text-align: center;
  }
  .home-process .box p {
    text-align: left;
  }
  .home-process .btn-box {
    width: 431px;
  }
  .home-process .btn-box a:nth-child(2) {
    display: inline-block;
  }
  .pre-footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pre-footer .pre-footer-title {
    max-width: 100%;
  }
  .pre-footer .pre-footer-title h3 {
    font-size: 48.83px;
    line-height: 61px;
    font-weight: 700;
  }
  .pre-footer .btn-box {
    margin-top: 50px;
    width: 431px;
  }
  .pre-footer .btn-box a:nth-child(2) {
    display: inline-block;
  }
  .footer .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
            align-items: flex-start;
  }
  .footer .sign-up {
    margin-top: 0;
  }
  .footer-bottom .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-bottom p:nth-child(1) {
    display: block;
  }
  .about-head {
    height: 180px;
  }
  .about-head h1 {
    font-size: 39px;
  }
  .about-page img {
    max-width: 400px;
    height: 350px;
  }
  .about-page .text {
    margin-top: 40px;
  }
  .about-page p {
    margin-top: 15px;
  }
  .credit-benefits .boxes {
    margin-top: 30px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .credit-benefits .box {
    height: 212px;
    margin-bottom: 20px;
    max-width: 287px;
  }
  .personal-benefits .box{
      height: 330px;
  }
  .personal-benefits p{
      margin-top: 10px;
  }
  .credit-benefits .box:last-child {
    margin-bottom: 0;
  }
  .credit-benefits .box:nth-child(3) {
    margin-bottom: 0;
  }
  .product-page .products-container {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  /* thank-you and 404 page========================= */

  .err img {
    width: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  .err h3 {
    text-align: center;
    font-family: "poppins";
    margin: 20px 0 40px 0;
    max-width: 782px;
    font-size: 25px;
    line-height: 30px;
  }
  .thank img {
    width: 150px;
  }
  .thank h2 {
    max-width: 687px;
  }
  .thank p {
    font-size: 16px;
    line-height: 20px;
  }
  
  /*business-credit-page=======================================*/
  .business-credit-head{
      height: 450px;
  }
    .business-credit-head h1{
        line-height: 48.83px;
    }
}

@media screen and (min-width: 1024px) {
  .container {
    max-width: 980px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-btn, .s-btn {
    font-size: 12.8px;
    line-height: 16px;
    font-weight: 800;
    padding: 15px 30px;
  }
  section {
    padding: 50px 0 60px 0;
  }
  h1 {
    font-size: 48.83px;
    line-height: 61.04px;
  }
  h2 {
    font-size: 39.06px;
    line-height: 48.83px;
  }
  h3 {
    font-size: 31.25px;
    line-height: 39.06px;
  }
  p, li {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
  }
  .hero {
    height: 630px;
  }
  .hero .container {
    padding-top: 50px;
  }
  .hero .text {
    width: 482px;
  }
  .hero p {
    margin-top: 20px;
  }
  .hero a {
    margin-top: 15px;
  }
  .hero .hero-model {
    width: 399px;
    height: 580px;
  }
  .hero .hero-model img {
    width: 399px;
    height: 580px;
  }
  .home-about .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home-about .text {
    margin-top: 0;
    width: 100%;
    max-width: 482px;
  }
  .home-about p {
    margin-top: 30px;
  }
  .home-about ul {
    margin-top: 30px;
  }
  .home-about ul li {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .home-about ul li img {
    margin-right: 15px;
  }
  .about-image {
    max-width: 481px;
    height: 510px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .about-image .b-img {
    width: 275px;
    height: 350px;
  }
  .about-image .t-img {
    width: 350px;
    height: 370px;
  }
  .m-tera .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-tera h2 {
    font-size: 39.06px;
    line-height: 90px;
    font-weight: 400;
    position: absolute;
    top: 50px;
    left: 41%;
  }
  .m-tera .about-image {
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .m-tera .text {
    margin-top: 122px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .m-tera h3 {
    font-size: 31.25px;
    line-height: 39.06px;
  }
  .m-tera a {
    margin-top: 20px;
  }
  .reviews .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reviews .review-container {
    margin-top: 40px;
  }
  .reviews .review {
    width: 814px;
  }
  .home-process p {
    max-width: 100%;
  }
  .home-process .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 75px;
    width: 100%;
  }
  .home-process .box {
    margin-top: 0;
    max-width: 316px;
    height: 226px;
    padding: 0 21px 40px 30px;
  }
  .home-process .box p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
  }
  .home-process .btn-box {
    width: 594px;
    margin-top: 40px;
  }
  .faqs .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-products .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-products .title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .home-products a {
    margin-top: 0;
  }
  .home-products a img {
    width: 12.45px;
    height: 15px;
    margin-left: 10px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .home-products .products {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
  .home-products .product {
    max-width: 316px;
  }
  .home-products .product:nth-child(2) {
    margin: 0;
  }
  .pre-footer .pre-footer-title {
    max-width: 700px;
  }
  .pre-footer .pre-footer-title h3 {
    font-size: 48.83px;
    line-height: 61px;
    max-width: 618px;
    margin: auto;
  }
  .pre-footer .pre-footer-title .t-diamond {
    width: 38.87px;
    height: 30px;
    left: 0;
    top: 35px;
  }
  .pre-footer .pre-footer-title .b-diamond {
    width: 103.69px;
    height: 80px;
    bottom: -10px;
    right: -100px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .pre-footer .pre-footer-title .l-diamond {
    display: block;
    width: 84.24px;
    height: 65px;
    -webkit-transform: rotate(68deg);
            transform: rotate(68deg);
    left: -120px;
    top: 140px;
  }
  .pre-footer .btn-box {
    margin-top: 59ps;
    width: 594px;
  }
  .footer .container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer .foot-links {
    display: block;
  }
  .footer .links-box {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 304px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer ul {
    list-style: none;
  }
  .footer ul:nth-child(2) {
    display: none;
  }
  .footer ul li {
    margin-bottom: 20px;
  }
  .footer ul a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: black;
  }
  .footer-bottom .container {
    padding: 20px 0 27px 0;
  }
  .about-head {
    height: 250px;
  }
  .about-head h1 {
    font-size: 48.83px;
  }
  .about-page .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-page img {
    max-width: 482px;
    height: 380px;
  }
  .about-page .text {
    max-width: 648px;
  }
  .credit-benefits .box {
    max-width: 400px;
  }
  .product-page .products-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
  .product-page .product {
    margin-bottom: 0;
  }
  .err img {
    width: 550px;
  }
  .err h3 {
    margin: 30px 0 60px 0;
  }
  .thank img {
    width: 150px;
  }
  .thank h2 {
    margin: 40px 0 15px 0;
  }
  .thank p {
    font-size: 20px;
    line-height: 25px;
  }
  
  /*pricing=========================================*/
  .pricing{
      padding: 60px 0 80px 0;
  }
  .pricing .container{
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .pricing-box{
        max-width: 320px;
    }
    .pricing-box:nth-child(2){
        margin: 0;
    }
    
    /*business-credit-page==============================*/
    .tick-business-points ul{
        max-width: unset;
    }
    .business-points li{
        font-size: 20px;
        line-height: 25px;
    }
    .point-box{
        max-width: 994px;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 10px;
    }
    .business-credit-head{
      height: 450px;
    }
    .business-credit-head h1{
        line-height: 61.04px;
    }
    
    .business-credit .container{
        display: grid;
       grid-template-columns: 1fr 388px;
       column-gap: 30px;
       align-items: flex-start;
       position: relative;
    }
    .business-credit .form{
        order: 2;
        position: sticky;
        top: 0;
    }
    .business-credit .text{
        order: 1;
        margin-top: 0;
    }
    .squre ul{
        max-width: 100%;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    
    .tradeline-parallax .container{
        flex-direction: row;
        justify-content: space-between;
    }
    .tradeline-parallax p, .tradeline-parallax h2{
        text-align: left;
    }
    
    .tradeline-section .container{
        display: grid;
        grid-template-columns: 489px 590px;
        align-items: flex-start;
        justify-content: space-between;
    }
    .tradeline-section img{
        margin-left: 0;
        max-width: 100%;
        height: 375px;
    }
    .tradeline-form h3 {
        margin-top: 0;
    }
    .tradeline-section .form-desc{
      font-size: 16px;
    }
    
    /*programs==============================*/
    .credit-building .programs{
        grid-template-columns: repeat(3, minmax(300px, 350px));
        justify-content: space-between;
        align-items: flex-start;
        gap: 60px;
    }
    .program .title{
        font-size: 25px;
        line-height: 31.25px;
    }
    .program .content{
        padding-bottom: 70px;
    }
    .program .content p{
        margin-bottom: 10px;
        padding-left: 30px;
    }
    .program .p-btn{
        bottom: -20px;
        left: 40%;
        transform: translateX(-30%);
    }
    
    .business-coaching-points .point-box{
        max-width: 580px;
    }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1196px;
  }
	.current-page a{
		color: white !important;
	}
  .main-head .bugger-btn {
    width: 296px;
  }
  .main-head .bugger-btn .p-btn {
    padding: 0 20px;
  }
  .main-head .bugger {
    display: none;
  }
  .main-head .links {
    margin-right: 25px;
    position: unset;
    top: unset;
    right: unset;
    width: 555px;
    background-color: unset;
    -webkit-transform: translate(0%);
            transform: translate(0%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-head .links li {
    width: unset;
    padding: 0;
    position: relative;
  }
  .main-head .links li:hover {
    background-color: unset;
  }
  .main-head .links li:hover #survice-arrow{
      color: white;
  }
  .main-head .links li:hover #business-arrow{
      color: white;
  }
  .main-head .links li:hover .sub-menu{
    display: block;
  }
  .main-head .links li:hover .nav-arrow{
    filter: brightness(0) invert(1);
    transform: rotate(180deg);
    transition: all 0.2s ease;
  }
  .main-head .links a {
    font-size: 12.8px;
    line-height: 16px;
    font-weight: 800;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #3B3B3B;
  }
  .main-head .links a:hover {
    color: white;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .main-head .links-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sub-menu{
    display: none;
    position: absolute;
    top: 15px;
    width: 175px;
    background-color: rgba(255,255,255, 0.98);
    padding: 10px 20px;
  }
  .sub-menu li{
    margin-bottom: 15px;
  }
  .sub-menu li:last-child{
    margin-bottom: 0;
  }
  .sub-menu li a:hover{
    color: rgba(0,0,0, 0.5) !important;
  }
  .current-page .sub-menu a{
    color: black !important;
  }
  .hero .container {
    padding-top: 20px;
  }
  .hero .text {
    width: 590px;
  }
  .hero a {
    margin-top: 40px;
  }
  .hero .hero-model {
    width: 488px;
    height: 610px;
  }
  .hero .hero-model img {
    width: 488px;
    height: 610px;
  }
  .home-about .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home-about .text {
    max-width: 606px;
  }
  .home-about p {
    margin-top: 30px;
  }
  .home-about ul li {
    margin-bottom: 30px;
  }
  .about-image {
    max-width: 489px;
  }
  .m-tera .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-tera h2 {
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
  }
  .m-tera .text {
    max-width: 590px;
    margin-top: 110px;
  }
  .m-tera a {
    margin-top: 30px;
  }
  .reviews .review {
    max-width: 790px;
    width: 100%;
  }
  .home-process .box {
    max-width: 370px;
    padding: 0 30px 40px 30px;
  }
  .home-products .products {
    margin-top: 60px;
  }
  .home-products .product {
    max-width: 320px;
  }
  .about-page .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about-page img {
    max-width: 489px;
    height: 400px;
  }
  .about-section1 img {
    height: 600px;
  }
  .about-section2 img {
    height: 500px;
  }
  .about-section3 img {
    height: 300px;
  }
  .about-section2 .text h3{
    margin-top: 30px;
    font-size: 25px;
    line-height: 30px;
  }
  .about-page .text {
    margin-top: 0;
    max-width: 590px;
  }
  .about-page h2 {
    text-align: left;
    margin-bottom: 5px;
  }
  .about-page p {
    margin-top: 15px;
  }
  .about-page a {
    margin-top: 30px;
  }
  .credit-section .text {
    max-width: 606px;
  }
  .swipe img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .swipe .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .credit-benefits .boxes {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .credit-benefits .box {
    max-width: 287px;
    margin-bottom: 0;
  }
  .product-page .products-container {
    -webkit-column-gap: 118px;
            column-gap: 118px;
    row-gap: 60px;
  }
  .footer .links-box {
    width: 304px;
  }
  .footer ul:nth-child(2) {
    display: block;
  }
  .footer-bottom .container {
    padding: 20px 0 30px 0;
  }
  .err {
    padding-top: 80px;
  }
  .err img {
    width: 710px;
  }
  .err h3 {
    margin: 60px 0 30px 0;
    font-size: 39px;
    line-height: 65px;
    max-width: 784px;
  }
  .thank img {
    width: 150px;
  }
  .thank p {
    max-width: 902px;
  }
  
  /*pricing-section=========================================*/
  .pricing-box{
    max-width: 370px;
  }
}
/*# sourceMappingURL=style.css.map */