@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900|Open+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('../css/bootstrap.css');
@import url('../css/animate.css');
@import url('../css/jquery.fancybox.min.css');
@import url('../css/slick.css');
@import url('../css/xicon.css');
@import url('../css/variables.css');
@import url('../css/mobile-nav.css');

#jqcheck {
  background: #fff9d7;
  text-align: center;
  color: #333;
  padding: 10px 0px;
  font-size: 13px;
  font-weight: bold;
  position: fixed;
  z-index: 9991;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

b {
  margin: 0px;
  padding: 0px;
}

main {
    overflow: hidden;
    width: 1140px;
    margin: 0 auto;
}

/* text selection color */
::-moz-selection {
  background: var(--primary-color);
  color: var(--theme-white);
  text-shadow: none;
}

::selection {
  background: var(--primary-color);
  color: var(--theme-white);
  text-shadow: none;
}

/* browser scroller style */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  background-color: #ecedf1;
  -webkit-border-radius: 0px;
  border-left: 1px solid #888;
}

::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0px;
  background: var(--primary-color);
}

body {
  font-family: var(--base-font-family);
  color: var(--default-color);
  font-size: var(--base-font-size);
}

.ff-primary {
  font-family: var(--base-font-family);
}

.ff-secondary {
  font-family: var(--secondary-font-family);
}

.fc-primary {
  color: var(--primary-color);
}

.fc-secondary {
  color: var(--secondary-color);
}

.fc-dark {
  color: var(--dark-color);
}

.fc-lite {
  color: var(--lite-color);
}

.asd {
    height: 700px;
    width: 100%;
}

.asd img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
  margin: 0;
  padding: 0;
}

h1,
.h1,
h2,
.h2 {
  font-family: var(--heading-font-family-primary);
}

h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--secondary-font-family);
}

h2,
.h2 {
  font-size: 6.7vmin;
}

h3,
.h3 {
  font-size: var(--font-size-h3);
}

h4,
.h4 {
  font-size: var(--font-size-h4);
}

h5,
.h5 {
  font-size: var(--font-size-h5);
}

h6,
.h6 {
  font-size: var(--font-size-h6);
}

p {
  font-size: var(--base-font-size);
}

p {
  font-weight: 400;
  line-height: 22px;
  padding: 0 0 20px;
  margin: 0px;
}

/*** theme sections padding ***/
.sec-padding-100 {
  padding: 100px 0;
}

.sec-padding-90 {
  padding: 90px 0;
}

.sec-padding-80 {
  padding: 80px 0;
}

.sec-padding-70 {
  padding: 70px 0;
}

.sec-padding-60 {
  padding: 60px 0;
}

.sec-padding-xlarge {
  padding: 50px 0;
}

.sec-padding-large {
  padding: 40px 0;
}

.sec-padding-medium {
  padding: 30px 0;
}

.sec-padding-small {
  padding: 25px 0;
}

.sec-padding-xsmall {
  padding: 10px 0;
}

/*** theme sections margin ***/
.sec-margin-100 {
  margin: 100px 0;
}

.sec-margin-90 {
  margin: 90px 0;
}

.sec-margin-80 {
  margin: 80px 0;
}

.sec-margin-70 {
  margin: 70px 0;
}

.sec-margin-60 {
  margin: 60px 0;
}

.sec-margin-xlarge {
  margin: 50px 0;
}

.sec-margin-large {
  margin: 40px 0;
}

.sec-margin-medium {
  margin: 30px 0;
}

.sec-margin-small {
  margin: 25px 0;
}

.sec-margin-xsmall {
  margin: 10px 0;
}

/*** no padding, no marging ***/
.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

p strong {
  color: black;
}

p span {
  color: black;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

img {
  border: 0px;
  outline: none;
}

/*img { max-width: 100%;  }*/
ul,
li {
  list-style-type: none;
}

.relative {
  position: relative;
}

h2,
.h2 {
  color: #333333;
  line-height: 1;
  font-weight: 600;
  padding: 0 0 15px 0;
  position: relative;
  letter-spacing: -1px;
}

h2 span,
.h2 span {
  color: var(--primary-color);
}

a {
  text-decoration: none;
}

.list-simple {
  list-style: none;
  margin: 0 0 15px 0;
  width: 100%;
  display: inline-block;
}

.list-simple li {
  color: #0f0b1f;
  padding: 0 0 10px 16px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.list-simple li:before {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 13px;
  color: var(--secondary-color);
  content: "\e93a";
  font-family: 'icomoon' !important;
}

/*** morefull block link ***/
.moreFull {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}

/*** transition ***/
.transition {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*** scale with transition ***/
.scale-with-transition {
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}


/*** Start Header css ***/
.header_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 10px;
    padding: 30px 0 30px 0;
    /* justify-content:center; */
    gap:98px;
}

.header_logo img {
  width: 200px;
}

/*.header_twiter_icon a {*/
/*  color: #000;*/
/*  font-size: 20px;*/
/*  font-weight: 600;*/
/*}*/

.header_twiter_icon i {
  color: #fd0000;
  font-size: 24px;
}

.header_btns {
    display: flex;
    gap: 20px;
    margin: 0;
    align-items: center;
}

button.black_btn {
    background: #000;
    padding: 15px 10px;
    outline: none;
    border: none;
    box-shadow: inset 2px 1px 7px rgba(255, 255, 255, .7);
}

button.black_btn a {
    color: #fff;
    font-weight: 600;
    font-size: 11px;
}

button.red_btn {
    background: red;
    padding: 15px 35px;
    outline: none;
    border: none;
    box-shadow: inset -4px 0px 12px rgb(8 8 8 / 40%);
}

button.red_btn a {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

/*** End  Header css ***/
/*** Start  Nav Bar css ***/
.nav_bar {
    background: red !important;
    box-shadow: inset 0px 0px 21px rgb(8 8 8 / 70%);
    width: 100%;
    margin: 0;
}

nav.navbar.navbar-expand-lg.navbar-light {
  padding: 0px !important;
}

ul.navbar-nav.navbar_main {
  justify-content: space-between;
  width: 100%;
}

.navbar_main a.nav-link {
  font-size: 16px;
  font-weight: 500;
  padding: 16px 18px !important;
}

.navbar_main li.nav-item.active {
  box-shadow: inset 2px 0px 7px rgba(255, 255, 255, .7);
  background: #000;
}

.navbar_main li.nav-item.active a {
  color: #fff !important;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(255, 255, 255) !important;
}

/*** End  Nav Bar css ***/
/*** Start  Footer css ***/
.footer_main {
  margin-top: 60px;
  background-color: #231f20;
  padding: 0px 25px;
}

.footer_row {
  align-items: center;
  border-bottom: 1px solid #fff;
}

.footer_logo {
  width: 200px;
}

.footer_nav {
  display: flex;
  justify-content: space-between;
  margin: 0px;
}

ul.footer_nav li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.footer_bottom_row{
  padding-top: 12px;
  align-items: center;
}

.footer_bottom_row .footer_icon {
    display: flex;
    justify-content: end;
    column-gap: 25px;
}

.footer_bottom p {
  color: #fff;
}

.footer_bottom a {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.footer_twitter{
  text-align: end;
}
.footer_twitter i{
  background-color: #1e90ff;
  padding: 30px 10px;
  border-radius: 6px 6px 0px 0px;
  color: #000;
}
.footer {
}


.center-sec {
    /*padding: 50px 0 50px;*/
    /*background-image: url(assets/images/dots.jpg) ;*/
}

.center-sec img {
    width: 100%;
    margin: 0;
}

.center-sec {
    text-align: center;
}


/*** End  Footer css ***/

/* Reset some default styles */
a {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

/* Basic styles for the form container */
.form-container {
  width: 100%;
  max-width: 500px;
  margin: 50px auto;
  padding: 20px;
  background: #f9f9f9;
  box-shadow: 0 0 10px rgba(245, 0, 0, 0.1);
  border-radius: 8px;
}

/* Form heading */
.form-container h2 {
  margin-bottom: 20px;
  text-align: center;
}

/* Style for form groups */
.form-group {
  margin-bottom: 15px;
}

.form-group sup {
    top: -.5em;
    color: #ffffff;
    font-weight: 500;
    border: 1px solid #8b8a8a;
    border-radius: 15px;
    padding: 2px 3px 1px 3px;
    background: lime;
    font-size: 10px;
    text-transform: uppercase;
}

/* Style for form labels */
.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

/* Style for form inputs and textarea */
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Style for the submit button */
button {
  width: 100%;
  padding: 10px;
  background: #fc0000;
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 2px 0px 7px rgba(255, 255, 255, .7);
  background: #ff0000;
}

button:hover {
  background: #000000;
}
button.accordion-button.collapsed:hover {
  background-color: red;
}



/* Responsive styles */
@media (max-width: 600px) {
  .form-container {
      padding: 15px;
  }

  button {
      padding: 12px;
      font-size: 18px;
  }
}





/* My CSS  */

li.nav-item a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    transition: all .6s ease;
    background: #1d2224 !important;
    right: 0;
    left: auto;
    box-shadow: inset 2px 0px 7px rgba(255, 255, 255, .7);
    top: 0;
    z-index: -1;
}

li.nav-item a {
    position: relative;
    z-index: 9;
}

li.nav-item a:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}
.inner_ban_title h2 {
  font-size: 46px;
  color: black;
  font-weight: 600;
  /*border-bottom: 1px dashed;*/
  text-align: center;
  padding: 90px 0 38px 0;
  /*margin: 0 0 42px 0;*/
font-family: 'Roboto';
    
}
.inner_ban_title p {
  color: black;
  border-bottom: 1px dashed;
  text-align: center;
  margin: 0 0 42px 0;
}

.inner_ban_title p {
  font-size: 15px;
  line-height: 28px;
}

.inner_page_banner {
  background: url(../images/InnerPage_bgs.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.pixels_example h3 {
  font-size: 24px;
  font-weight: 700;
  color: black;
  font-family: raleway;
  padding: 50px 0 70px 0;
}

.example_pxlBox span {
  width: 18px;
  background: red;
  display: inline-block;
  height: 12px;
  box-shadow: inset 0 0 6px #6c0c0c;
}

.example_pxlBox {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  gap: 18px;
  height: 90px;
}

.example_box2 span {
  width: 70px;
}

.example_box3 span {
  width: 80px;
  height: 50px;
}

.example_pxlBox h4 {
  font-size: 18px;
  color: black;
  font-weight: 800;
}

.pixels_example p {
  padding: 30px 0 40px 0;
}
.terms_conditions_points {
  padding: 50px 0 0 0;
}

.terms_conditions_points h2 {
  font-size: 24px;
  font-weight: 700;
  color: black;
  font-family: raleway;
  padding: 0 0 30px 0;
}

.terms_conditions_points ul li p {
  padding: 0 0 45px 53px;
}

.terms_conditions_points ul li {
  position: relative;
}

.terms_conditions_points ul li span {
  position: absolute;
  width: 14px;
  height: 16px;
  background: black;
  top: 6px;
  left: 5px;
}
.paypal_info ul li span {
  background: transparent;
  font-size: 21px;
  top: 0;
  color: black;
  font-weight: 800;
}
.payment_selection h2 {
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  color: black;
  font-family: 'Raleway';
  text-transform: capitalize;
  padding: 0 0 21px 0;
}

.check_out_infoBox h2 {
  font-size: 37px;
}

.check_out_infoBox p {
  font-size: 22px;
  width: 420px;
  margin: 0 auto;
  text-align: center;
  line-height: 28px;
  padding: 0;
}

.check_out_infoBox {
  background: #e3e3e3;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  padding: 15px 0;
}

.paypal_infos {
  padding: 36px 20px;
  background: #e3e3e3;
  width: 100%;
  margin: 0 auto;
   justify-content: center;
  display: flex;
}
.buy_foot_sec hr {
  border: 1px dashed black;
}

.buy_foot_sec h3 {
  padding: 90px 0 0 0;
}
.blog_main {
  background: white;
  border: 1px solid #3333;
  transition: all .300s ease-in-out;
  cursor: pointer;
  margin: 50px 0 -10px 0;
}

.blog_content h4 {
  font-size: 14px;
  padding: 0 0 10px 0;
}

.blog_content h2 {
  font-size: 20px;
  font-weight: 700;
  color: black;
}

.blog_content {
  width: 290px;
  text-align: center;
  margin: -30px auto 0 auto;
  background: white;
  z-index: 999;
  position: relative;
  padding: 20px 0 0 1px;
  height: 240px;
}

.blog_main:hover {
  transform: translate(0px, -10px);
}

.blog_imag {
  overflow: hidden;
}

.blog_main:hover .blog_imag a img {
  transform: scale(1.2);
}

.blog_imag a img {
  transition: all .6s ease;
}
.socail_b0x h2 {
  font-size: 33px;
  text-align: center;
  font-family: 'DM Sans Merlin';
  padding: 0 0 40px 0;
}

.socail_b0x {
  padding: 60px 0 30px 0;
}

.socail_b0x ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 80px;
  padding: 50px 0 0 0;
}

.socail_b0x ul li a img {
  width: 102px;
  margin: 0 20px;
}

.socail_b0x ul li a:hover {
  transform: translate(0px, -10px);
}

.socail_b0x ul li a {
  display: inline-block;
  transition: all .5s ease;
}
.form_group input {
  width: 100%;
  border: 1px solid #3333;
  padding: 15px;
  box-shadow: 0 0 20px #0000001c;
}.form_group {
  margin: 12px 0;
}

.form_group textarea {
  width: 100%;
  border: 1px solid #3333;
  padding: 15px;
  box-shadow: 0 0 20px #0000001c;
  height: 170px;
}

.form_group button {
  width: 160px;
  padding: 16px 32px;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  transition: all .4s ease;
}

.form_group {
  text-align: center;
}

.form_group button:hover {
  transform: translate(0px, -10px);}

.ct_contactbg{
    position:relative;
}
.ct_img_contct_bg {
  top: -36px;
  position: absolute;
  width: 1030px;
  height: 700px;
  animation: zoomInOut 4s infinite alternate;
}

.ct_img_contct_bg img {
  height: 100%;
  width: 100%;
}


@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}


.testimonial_box span {
  width: 71px;
  display: inline-block;
  height: 71px;
  border-radius: 100%;
  overflow: hidden;
}

.testimonial_box span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial_box ul {
  display: flex;
  gap: 8px;
  margin: 0;
  justify-content: center;
}

.testimonial_box ul li span {width: auto;height: auto;font-size: 17px;color: #fb8e00;}

.testimonial_box {
  text-align: center;
  box-shadow: 0 0 11px #00000033;
  padding: 27px 20px 20px 20px;
  margin: 20px 0;
  transition: all .6s ease;
  background: white;
}

.testimonial_box p {
  font-size: 15px;
  padding: 0 0 4px 0;
}

.testimonial_box h4 {
  font-size: 25px;
  margin: 0;
  font-weight: 700;
  color: black;
  font-family: 'Roboto';
}
.testimonial_box:hover {
  transform: translate(0px, -10px);
}
span.package_name {
  display: inline-block;
  background: #1e2726;
  width: 100%;
  box-shadow: inset 8px 3px 9px 0px #a19e9e;
  padding: 15px 12px;
  text-align: center;
  color: white;
  font-size: 19px;
  font-family: 'DM Sans Merlin';
}

.package_price {
  background: #ed0000;
  color: white;
  text-align: center;
  padding: 30px 0 30px 0;
}

.package_price h3 {
  font-size: 52px;
  font-family: 'Roboto';
}

.package_price p {
  padding: 0;
  font-size: 16px;
}

.package_box ul li {
  text-align: center;
  padding: 8px 0;
  font-size: 16px;
}

.package_box ul {
  padding: 20px 0 10px 0;
}

.package_box ul li span {
  color: #ed0000;
  padding: 3px 11px;
}

a.themeBtn {
  background: #dc2626;
  color: white;
  transition: all .5s ease;
  padding: 12px 40px;
  font-family: 'DM Sans Merlin';
  font-size: 15px;
  display: inline-block;
  box-shadow: inset 7px 7px 12px #7f1212;
  margin: 30px 0 0 0;
}

.package_box {
  text-align: center;
  background: white;
  box-shadow: -2px 7px 20px #3333338f;
  padding: 0 0 60px 0;
}

a.themeBtn:hover {
  transform: translate(0px, -10px);
  background: black;
}
.faq_banner {
  border-radius: 10px;
  background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(222,0,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(222,0,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(222,0,0) 100%);
  height: 550px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  position: relative;
  justify-content: center;
  color: white;
  gap: 29px;
  padding: 10px 60px 120px 40px;
}

section.faq_sec {
  padding: 60px 0 0 0;
}

.faq_banner h2 {
  font-size: 50px;
  color: white;
}

.faq_banner p {
  font-size: 20px;
}

.showcase_faq::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  background: black;
  opacity: 0.5;
  left: 28px;
  bottom: -32px;
  z-index: -1;
  border-radius: 10px;
}

.showcase_faq::after {
  content: "";
  position: absolute;
  width: 83%;
  height: 100%;
  background: black;
  opacity: 0.3;
  left: 49px;
  bottom: -20px;
  z-index: -1;
  border-radius: 10px;
}

.circle_shape {
  position: absolute;
  width: 240px;
  height: 240px;
  background: transparent;
  border: 39px solid #ffffff8c;
  border-radius: 100%;
  bottom: -95px;
  right: -70px;
  animation: zoomInOut 4s infinite alternate;
}

.showcase_faq {
  position: relative;
}
.card-header h5 button {font-size: 15px;text-align: left;color: black;font-weight: 700;font-family: 'Open Sans';}

.card {
    margin: 8px 0 12px 0;
}
.card-header button.btn.btn-link::before {
    position: absolute;
    content: "\f078";
    font-size: 14px;
    font-family: fontawesome;
    right: 32px;
}
ul.tab_form {
  display: flex;
  gap: 52px;
  justify-content: center;
  position: relative;
  padding: 40px 0 0 0;
}

ul.tab_form li p {
  padding: 0;
  font-size: 15px;
  font-weight: 600;
}

ul.tab_form li.active p {
  color: #ed0000;
}

ul.tab_form li span {
  display: block;
  width: 11px;
  height: 11px;
  background: #333;
  margin: 0 auto 20px auto;
  z-index: 99999;
  position: relative;
}

ul.tab_form li {
  text-align: center;
}

ul.tab_form li.active span {
  background: #ed0000;
}

ul.tab_form::before {
  content: "";
  width: 430px;
  position: absolute;
  height: 1px;
  background: black;
  top: 45px;
}


.step_Form_main .form_group {
  text-align: left;
}

.step_Form_main .form_group label {
  font-size: 16px;
  text-transform: capitalize;
  font-family: 'Roboto';
  padding: 0 0 13px 10px;
}

.step_Form_main .form_group input {
  margin: 0 0 19px 0;
}

.step_Form_main {
  background: white;
  border: 1px solid #3333;
  padding: 17px 30px;
  margin: 70px 0 0 0;
}
.drop_box_feild {
  background: #80808047;
  width: 100%;
  display: flex;
  border-left: 10px solid red;
  flex-direction: column;
  padding: 20px 0 25px 30px;
  margin: 0 15px;
  position: relative;
}

.drop_box_feild input {
  position: absolute;
  width: 157px;
  opacity: 0;
  top: 49px;
  height: 55px;
}

.drop_box_feild a.file_btn {
  background: #ed0000;
  width: fit-content;
  padding: 15px 35px;
  color: white;
  box-shadow: inset 1px 1px 20px #372929;
  font-size: 16px;
  font-family: 'DM Sans Merlin';
}

.drop_box_feild label {
  font-size: 17px;
  margin: 0 0 24px 0;
}
a.theme_btn-dark {
  background: black;
  color: white;
  padding: 10px 60px;
  transition: all .7s ease;
  display: inline-block;
  font-size: 21px;
  margin: 50px 0 20px 0;
  box-shadow: inset 6px 1px 10px #ffffff9c;
  border-radius: 4px;
}

a.theme_btn-dark:hover {
  transform: translate(0px, -10px);
}
.para_dot {
  width: 1140px;
  margin: 0 auto;
  padding: 50px 0 0 0;
}

.para_dot p {
  font-size: 18px;
  font-family: 'DM Sans Merlin';
  line-height: normal;
}
.steptwo h2 {
  font-size: 30px;
  font-weight: 700;
  color: black;
  padding: 10px 0 30px 0;
}

.steptwo ul {
  display: flex;
  padding: 0;
  gap: 40px;
}

.steptwo ul li {
  border: 1px solid #3333;
  padding: 6px 9px;
}

.steptwo a.themeBtn {
  margin: 0 0 14px 18px;
  color: white;
  font-size: 18px;
}

.inner_ban_title .ban-tit {
    border-bottom: 1px dashed;
}

/*Affiliate Page css Starts Here*/

section.affiliate-page h3 {
    font-family: raleway;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    padding: 0px 0 30px 0;
}

.how-it-works {
    margin: 50px 0 0 0;
}

.how-it-works {
    margin: 50px 0 0 0;
}

.how-it-works ul li {
    position: relative;
    padding: 0 0 45px 55px;
}

.how-it-works ul li span {
    position: absolute;
    width: 14px;
    height: 16px;
    background: #000;
    top: 3px;
    left: 5px;
}

.join-program ul li {
    position: relative;
    padding: 0 0 45px 55px;
}

.join-program ul li span {
    position: absolute;
    width: 14px;
    height: 16px;
    background: #000;
    top: 3px;
    left: 5px;
}

/*Affiliate form*/
.affiliate-form{
    display: flex;
    flex-direction: column;
}

.affiliate-sections {
    margin-bottom: 20px;
}

.form-headings {
    margin-bottom: 10px;
    font-size: 1.2em;
    width:100%;
}

.affiliate-sections label {
    display: block;
    margin-bottom: 5px;
}

.affiliate-sections input[type="text"],
.affiliate-sections input[type="email"],
.affiliate-sections input[type="tel"],
.affiliate-sections input[type="url"],
.affiliate-sections input[type="date"],
.affiliate-sections select,
.affiliate-sections textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.affiliate-sections textarea {
    resize: vertical;
    height: 100px;
}

.agreement input[type="radio"] {
    margin-right: 5px;
}

button.submit-btn-affiliate {
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    background-color: #ff0000;
    color: white;
    font-size: 1em;
    cursor: pointer;
    position: relative;
    z-index: 9;
}

section.agreement label {
    display: inline-block;
}

.affiliate-form input:focus-visible{
    outline: 2px solid #ff00006b ;
    box-shadow: 0 0 7px red;
}
.affiliate-form textarea:focus-visible{
    outline: 2px solid #ff00006b ;
    box-shadow: 0 0 7px red;
}
.affiliate-form textarea:focus-visible{
    outline: 2px solid #ff00006b ;
    box-shadow: 0 0 7px red;
}

.submit-btn-affiliate:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}
.submit-btn-affiliate::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    transition: all .6s ease;
    background: #000;
    right: 0;
    left: auto;
    box-shadow: inset 2px 0px 7px rgba(255, 255, 255, .7);
    top: 0;
    z-index: -1;
}
.affiliate-form span{
    color:red;
}
.basic-info-head {
    padding: 15px;
}
/*Affiliate form*/


.banner-back {
    background: url(../images/PCI-Compliance-blog.gif);
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
}
/*Affiliate Page css Ends Here*/