/*--------------------------------------------------------------------- 
File Name: style.css 
---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 
Fonts 
---------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


 
/*--------------------------------------------------------------------- 
import Files
 ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- 
basic 
---------------------------------------------------------------------*/

body {
     color: #000;
     font-size: 14px;
      font-family: "Roboto", sans-serif !important;
     font-weight: normal;
     margin: 0;
     padding: 0;
}

a {
     color: #0668DA;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     position: relative;
     font-weight: normal;
     line-height: normal;
     margin: 0
}

h1 {
    font-size: 85px;
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     text-decoration: none!important;
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     padding: 0;
     font-weight: normal;
     font-size: 16px;
     line-height: 24px;
}


a {
text-decoration: none;
     outline: none !important;
}
button{
 cursor: pointer;    
}
a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     /*max-width: 100%;*/
     /*height: auto;*/
}

 :focus {
     outline: 0;
}
.container-fluid {
     max-width: 970px;
     margin: 0 auto;
     width: 100%;
     padding: 0 20px;
 }
.heeader-ft {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner-logo img {
    /*max-width: 168px;*/
}
section.banner-section{
    background: url("images/banner-tr.png");
    background-size: cover;
    background-repeat: no-repeat;
}
header {
    padding: 20px 0;
}
.top-content {
    display: flex;
    align-items: center;
}
h2.banner-text {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 16px;
}
.banner-btn-content p {
    color: #515151;
    font-size: 22px;
    line-height: 38px;
}
.banner-btn-content {
    padding-right: 20px;
}
.col-55s {
    width: 60%;
}
.col-45s {
    width: 45%;
}
.inner-banner {
    padding: 50px 0 70px;
}
a.btn-get-more {
    background: #0668DA;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    height: 58px;
    display: inline-block;
    font-size: 18px;
    width: 240px;
    line-height: 58px;
    margin-top: 34px;
}
span.gr-more {
    font-weight: 600;
    margin: 10px 0;
    display: inline-block;
}
span.lt-size {
    font-weight: normal;
}
.slider-inner b {
    margin: 10px 0;
    display: inline-block;
    font-size: 16px;
}
section.testiminials-section {
    padding: 60px 0;
    /*height: 310px;*/
}

.slick-arrow {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 37%;
    display: flex;
}
span.left-btn {
    left: 0;
}
span.right-btn {
    right: 0;
}
.slider-testimonials {
    padding:0 60px;
    position: relative;
}
.slider-prt {
    padding: 0 20px;
}
.row-ds-pr {
    display: flex;
}
.row-ds-pr {
    display: flex;
    gap: 70px;
    align-items: center;
}
.inner-content-cr h2 {
    font-size: 30px;
    margin-bottom: 20px;
}
.inner-content-cr p {
    color: #464646;
    margin-bottom: 20px;
}
.col-50 {
    width: 50%;
}
.img-br img {
    width: 100%;
}
.inner-content-cr {
    padding-right: 43px;
}
.right-side {
    flex-direction: row-reverse;
    margin-top: 40px;
}
.text-center {
    text-align: center;
}
footer {
    padding: 50px 0;
}
.footer-type {
    padding: 50px 0  0;
}
.footer-btn-content h3 {
    font-size: 30px;
}
.footer-btn-content {
    margin-bottom: 40px;
}
.content-light-footer {
    font-size: 14px;
    color: #B7B7B7;
}
.content-light-footer p {
    font-size: 14px;
    margin-bottom: 10px;
}
.content-light-footer span, .content-light-footer span a {
    color: #A1A1A1;
}
span.text-right-sd {
    /*float: right;*/
}
.banner-text-center {
    padding: 0 30px;
}
.banner-text-center p {
    line-height: 30px;
    font-size: 18px;
    color: #2C2C2C;
}
.inner-col-set {
    box-shadow: 0 0 12px 0 #EEEEEE;
    border-radius: 8px;
    padding: 30px;
    border: 2px solid #EEEEEE;
}
.inner-col-set a.btn-get-more {
    margin-top: 0;
}
.inner-col-set {
    position: relative;
}
.bet-add-chrome img {
    position: absolute;
    bottom: 5px;
    left: 43%;
}
.col-33 {
    width: 33.3%;
}
.row-sr {
    display: flex;
    gap: 30px;
}
.inner-col-set {
    position: relative;
    min-height: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
}
span.text-upper {
    color: #464646;
    line-height: 26px;
    font-size: 16px;
}
span.number-st {
    font-size: 27px;
    color: #2C2C2C;
}
.nu-text {
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.inner-col-set p span {
    color: #636363;
}
span.number-st {
    font-size: 27px;
    color: #2C2C2C;
    margin-right: 10px;
}
span.text-ht-size {
    display: block;
    font-size: 22px;
    color: #2C2C2C;
    margin: 8px 0px;
}
span.text-ht-size span {
    color: #14D376;
    margin-right: 5px;
}
.inner-col-set span {
    display: flex;
}
.inner-col-set p span img {
    height: 14px;
    margin-top: 6px;
    margin-left: 10px;
}
.inner-col-set a.btn-get-more {
    font-size: 15px;
    width: 208px;
}
.row-sr {
    display: flex;
    gap: 70px;
}
.top-border .inner-side-adds {
    border-top: 2px solid #F3F3F3;
    margin-top: 70px;
    padding-top: 70px;
}
.now-dflex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.now-dflex a.btn-get-more {
    margin: 0 0 0 31px;
}
section.three-section {
    margin-top: 70px;
}
section.banner-checkout {
    background: #EDEDED99;
}
.inner-gre-content {
    font-size: 50px;
    color: #2C2C2C;
}
.inner-gre-content span {
    color: #E83749;
    font-weight: 600;
}
.inner-gre-content p {
    font-size: 18px;
    margin-top: 20px;
}
.inner-gre-content {
    font-size: 50px;
    color: #2C2C2C;
    margin: 40px 0 40px;
    display: inline-block;
    width: 100%;
}
span.discount-tag {
    background: #F4F4F4;
    padding: 5px 10px;
    border-radius: 6px;
}
span.discount-tag i.fa-solid.fa-tag {
    color: green;
}
.price-product-left span {
    background: #0668DA;
    font-size: 38px;
    color: #fff;
    width: 58px;
    height: 58px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
.price-product-info {
    display: flex;
    gap: 20px;
    width: 100%;
    align-items: center;
    margin-bottom: 40px;
}
.price-product-right {
    width: 90%;
}
span.product-day {
    font-size: 16px;
}
span.product-day {
    font-size: 16px;
    float: right;
    padding-top: 7px;
}
.price-product-right h6 {
    font-size: 16px;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
}
.price-product-right h2 {
    font-size: 26px;
    margin-top: 10px;
    text-align: left;
}
.inner-shadow {
    display: flex;
    gap: 15px;
}
.box-shadow {
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    margin-bottom: 26px;
    border-radius: 8px;
}
.right-shadow-content h4 {
    font-size: 15px;
    color: #6B6B6B;
    font-weight: 700;
    margin-bottom: 10px;
}
.right-shadow-content p {
    font-size: 12px;
    color: #6B6B6B;
    line-height: 22px;
}
span.included-gift {
    background: #F4F4F4;
    font-size: 8px;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 8px;
    position: absolute;
    top: calc(50% - 18px);
    right: 0;
}
.right-shadow-content {
    position: relative;
    padding-right: 27%;
    text-align: left;
}
span.included-gift i {
    color: green;
    margin-right: 3px;
}
.left-shadow-content {
    flex: 0 0 30px;
}
.box-shadow.tp-bx {
    margin-bottom: 30px;
}
.try-para {
    display: flex;
    justify-content: space-between;
}
.try-para {
    display: flex;
    justify-content: space-between;
    color: #6B6B6B;
    margin-bottom: 11px;
    font-size: 14px;
}
.right-p {
    font-weight: 600;
    color: #000;
}
h3.ht-rate {
    font-weight: 700;
    color: #000;
}
h3.ht-rate {
    border-top: 2px solid #D9D9D9;
    padding-top: 20px;
    margin-top: 20px;
}
.adds-remove {
    margin-top: 40px;
}
.price-discount-details {
    padding-left: 30px;
}
.row-check {
    display: flex;
    gap: 50px;
}
span.tag-light {
    background: #e7e8ef;
    display: block;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 20px;
}
.row-check .col-50 {
    padding-top: 50px;
}
.agreement {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}
.agreement input {
    flex: 0 0 30px;
    height: 30px;
    margin-right: 20px;
}
.agreement label {
    color: #6B6B6B;
    line-height: 20px;
}
button.paypal-log {
    background: #FFbc00;
    border: none;
    width: 100%;
    border-radius: 8px;
    padding: 10px;
}
button.paypal-log img {
    width: 117px;
}
p.or:after {
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    display: block;
    content: "";
    top: 50%;
}
p.or {
    position: relative;
    text-align: center;
}
p.or span {
    background: #fff;
    position: relative;
    z-index: 999;
    width: 100px;
    display: inline-block;
    text-transform: uppercase;
}
p.or {
    position: relative;
    text-align: center;
    margin: 10px;
}
span.paypamt-mt {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.paypamt-mt img {
    width: 200px;
}
.form-parts input {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    min-height: 48px;
}
.row {
    display: flex;
    gap: 15px;
}
.form-parts .row .form-group {
    width: 50%;
}.form-group {
    margin-bottom: 15px;
}
.form-parts {
    margin: 30px 0;
}

button.submit-bold {
    background: #00d167;
    border: none;
    width: 100%;
    height: 50px;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
button.submit-bold {
    background: #00d167;
    border: none;
    width: 100%;
    height: 50px;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    text-transform: uppercase;
    display: inline-block;
    margin-top: 13px;
}
p.incripted.text-center i {
    color: #00D167;
}
.row-check {
    position: relative;
}
.row-check:after {
    content: "";
    height: 100%;
    width: 1px;
    display: block;
    background: #ccc;
    position: absolute;
    left: 50%;
}
.row-check {
    position: relative;
}

span.banner-discout-tag {
    background: url("images/sale-vector.png");
    background-size: cover;
    background-repeat: no-repeat;
}

span.banner-discout-tag {
    background: url("images/sale-vector.png");
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 15px;
    color: #fff;
    padding: 7px 19px 7px 5px;
    margin-bottom: 10px;
    display: inline-block;
}
h2.banner-txt-new {
    font-size: 40px;
    margin-bottom: 20px;
}
.banner-left-content ul li {
    font-size: 18px;
    margin-bottom: 15px;
}

.banner-left-content ul li img {
    width: 17px;
    margin-right: 9px;
}

.banner-left-content ul {
    margin-top: 20px;
    display: inline-block;
}
.col-55-ts {
    width: 55%;
}
span.rg-price {
    text-decoration: line-through;
}
span.td-price {
    margin-left: 30px;
    font-weight: 600;
    color: #E83749;
}
.banner-usd span {
    font-size: 18px;
}
.banner-usd p {
    margin-bottom: 20px;
}
a.semi-blck-bold {
    width: 250px;
    background: #4E535E;
    height: 58px;
    display: inline-block;
    text-align: center;
    line-height: 58px;
    font-size: 18px;
    color: #fff;
    border-radius: 8px;
}
a.submit-bold {
    width: 250px;
    background: #00B15F;
    height: 58px;
    display: inline-block;
    text-align: center;
    line-height: 58px;
    font-size: 18px;
    color: #fff;
    border-radius: 8px;
}
.btn-scd {
    display: flex;
    gap: 20px;
}

body.main-layout.bg-black {
    color: #fff;
    background: url("images/body-banner.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.hide-on-desktop{
    display: none;
}

img.tick-white {
    display: none;
}

.stepper-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 0px;
}
.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
 font-size: 12px;
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top:50px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top:50px;
  left: 50%;
  z-index: 2;
}
.pending .step-counter {
    border: 1px solid #0668DA;
    color: #0668DA;
}
.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ccc;
  margin-bottom: 6px;
}

.stepper-item.completed .step-name, 
.stepper-item.pending .step-name {
    color: #0668DA;
}


.stepper-item.completed .step-counter {
  background-color: #0668DA;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #0668DA;
  width: 100%;
  top:50px;
  left: 50%;
  z-index: 3;
}

.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}
.banner-usd.checkout-mobile p {
    font-size: 12px;
    line-height: 17px;
    background: #06DA691A;
    padding: 10px;
     display: none;
}
@media only screen and (min-width: 769px) {
section.step-bar {
    display: none;
}
}
@media only screen and (max-width: 768px) {
    .gr-bt.hide-on-desktop.money-mob-desktop {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}
    section.banner-checkout {
    background: transparent;
}
    .banner-usd.checkout-mobile p {
  display: block;
}
    .row-check {
    border-top: 1px solid #ccc;
    padding-top: 30px;
}
.price-product-right h2 {
    font-size: 18px;
}
span.discount-tag {
    font-size: 12px;
}
.price-product-right h6 {
    font-size: 12px;}
.price-product-info {
    gap: 20px;
    margin-bottom: 20px;
}
.price-discount-details {
    padding-left: 0;
}
    .row-check {
     gap: 0px;
}
.row-check .col-50 {
    padding-top: 0;
}
.step-name {
    font-size: 16px;
    margin-bottom: 11px;
}
    span.spin-charge span {
    display: none;
}
        a.submit-bold {
    width: 67%;
}
a.semi-blck-bold {
    width: 130px;
    height: 50px;
    line-height: 50px;
}
section.banner-inner-pages .top-content {
    gap: 20px;
}
.btn-scd {
    align-items: center;
}
.banner-left-content ul li {
    font-size: 16px;
    color: #464646;
}
.banner-inner-pages .inner-banner {
    padding: 30px 0 15px;
}
    .banner-content {
    position: relative;
}
h2.banner-txt-new {
    position: absolute;
    top: 0;
    width: 100%;
}
.top-content {
    padding-top: 80px;
}
span.banner-discout-tag {
    display: none;
}
    footer {
    padding: 30px 0;
}
    .col-55-ts {
    width: 100%;
}
section.banner-inner-pages .top-content {
    flex-direction: column-reverse;
    gap: 30px;
    justify-content: center;
}
h2.banner-txt-new {
    font-size: 28px;
    margin-bottom: 20px;
}
    .hide-on-desktop{
    display: block;
}
.banner-left-content ul {
    text-align: left;
    max-width: 320px;
    width: 100%;
}
.banner-left-content ul li {
    display: flex;
}
.top-content {
    flex-wrap: wrap;
}
.col-55s {
    width: 100%;
}
.col-45s {
    width: 100%;
}
.top-content {
    flex-wrap: wrap;
    text-align: center;
}
.banner-btn-img {
    margin-top: 40px;
}
section.testiminials-section {
    padding: 40px 0;
    /*height: 310px;*/
}
.row-ds-pr {
    gap: 0px;
    flex-wrap: wrap;
}
.col-50 {
    width: 100%;
}
.row-ds-pr {
    flex-direction: column-reverse;
}
.inner-content-cr {
    padding: 0;
    text-align: center;
}
.row-ds-pr {
    flex-direction: column-reverse;
    margin-bottom: 30px;
    gap: 20px;
}

.footer-type {
    padding: 0;
}
h2.banner-text {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 16px;
}
.content-light-footer {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
}
.row-sr {
    flex-wrap: wrap;
}
.col-33 {
    width: 100%;
}
.inner-col-set {
    max-width: 250px;
    margin: 0 auto;
}
.inner-banner {
    padding: 30px 0 40px;
}
section.three-section {
    margin-top: 40px;
}
.nu-text {
    padding: 0 30px;
}
.top-border .inner-side-adds {
    margin-top: 40px;
    padding-top: 30px;
}
.now-dflex {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.content-light-footer a {
    float: left;
    width: 50%;
    text-align: left;
    color: #A1A1A1;
    margin-bottom: 10px;
}
.banner-usd p:nth-child(2) {
    background: #08C86D1A;
    padding: 10px;
    color: #08C86D;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 20px;
}
.content-light-footer p {
    color: #2C2C2C;
}
.banner-usd p a {
    color: #08C86D;
    text-decoration: underline !important;
}
.banner-inner-pages .inner-banner {
    padding: 20px 0 15px;
}
img.tick-nt {
    display: none;
}
img.tick-white {
    display: block;
}
.banner-left-content ul li span {
    background: #08C86D;
    display: flex;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex: 0 0 28px;
}
.banner-left-content ul li span img {
    margin: 0;
}
.bg-black .content-light-footer p {
    color: #fff;
}
.banner-content .top-content {
    padding-top: 40px;
}
.banner-content.index-banner .top-content {
    padding: 0;
}
.bg-black .banner-left-content ul li {
    color: #fff;
}
.banner-usd p:nth-child(1) {
    text-align: center;
}
.banner-headline {
    display: none;
}
.row-check {
    flex-wrap: wrap;
}
.row-check:after{
    display: none;
}
.box-shadow {
    /*display: none;*/
}
}
@media only screen and (max-width: 362px) {
h2.banner-txt-new {
    font-size: 24px;
}
}
span.spin-charge span {
    padding: 0 10px;
}

.checkout-form__submit {
    /*all: unset;*/
    background: #00d167;
    border: none;
    width: 100%;
    height: 50px;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    display: inline-block;
    margin-top: 13px;
    padding-left: 20px;
}

.checkout-form__submit::before {
    font-family: "Font Awesome 6 Free"; /* make sure Font Awesome is loaded */
    font-weight: 900;
    content: "\f023"; /* fa-lock unicode */
    margin-right: 6px;
}

.slick-slide {
    height: 136px !important;
}

@media only screen and (max-width: 400px) {
    .included-gift {
        padding: 6px !important;
        font-size: 7px !important;
        right: -10px !important;
    }
}
