
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body{
  font-family:  "Montserrat", sans-serif;
}
h1 {
    font-size: 28px;
  }
  
  h2 {
    font-size: 23.8px;
  }
  
  h3 {
    font-size: 18.2px;
  }
  
  .btn {
    display: inline-block;
    padding: 10px 20px;
    border: 0;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -otransition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .btn-primary {
    background: #c99c18;
    color: #fff;
  }
  .btn-primary:hover, .btn-primary:focus {
    background: #1754d1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -obox-shadow: none;
    box-shadow: none;
  }
  
  .btn-default {
    background: #666666;
    color: #fff;
  }
  
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=password],
  textarea,
  select {
    width: 100%;
    display: block;
    padding: 12px 15px;
    border: 1px solid #ccc;
    background: #f9f9f9;
  }
  .form-group {
         /* margin-top: 0px !important;  */
    }
  .mar-b-0 {
    /* margin-bottom: 0 !important; */
  }
  
  a {
    color: #1754d1;
  }
  a:hover {
    color: #c99c18;
  }
  
 
  
  .form-wizard {
    position: relative;
    /* display: table; */
    margin: 0 auto;
    /* max-width: 540px; */
  }
  
  .steps {
    /* margin: 40px 0; */
    overflow: hidden;
  }
  .steps ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .steps ul li {
    float: left;
    color: #fff;
    padding: 0 115px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out 0;
    -moz-transition: all 0.4s ease-in-out 0;
    -ms-transition: all 0.4s ease-in-out 0;
    -otransition: all 0.4s ease-in-out 0;
    transition: all 0.4s ease-in-out 0;
  }
  .steps ul li:hover, .steps ul li.active {
    color: #c99c18;
  }
  .steps ul li:hover span, .steps ul li.active span {
    background: #c99c18;
    color: #fff;
  }
  .steps ul li:hover::after, .steps ul li.active::after {
    background: #c99c18;
    width: 100%;
  }
  .steps ul li::before, .steps ul li::after {
    content: "";
    position: absolute;
    left: -47%;
    top: 18px;
    width: 100%;
    height: 3px;
    background: #fff;
    -webkit-transition: all 0.4s ease-in-out 0;
    -moz-transition: all 0.4s ease-in-out 0;
    -ms-transition: all 0.4s ease-in-out 0;
    -otransition: all 0.4s ease-in-out 0;
    transition: all 0.4s ease-in-out 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -otransform: translateY(-50%);
    transform: translateY(-50%);
}
  ul .li:before {
    background: #c99c18 !important;
}
ul .li:before {
    content: "";
    position: absolute;
    z-index: 1;
    font-size: 1em;
    width: 5px;
    height: 5px;
    border-radius: 0%;
    display: block;
    left: 2px;
    top: 18px;
}

  .steps ul li::after {
    width: 0;
  }
  .steps ul li span {
    display: block;
    margin: 0 auto 115px;
    width: 35px;
    height: 35px;
    text-align: center;
    background: #fff;
    font-size: 18px;
    line-height: 35px;
    font-weight: 300;
    color: #000;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out 0;
    -moz-transition: all 0.4s ease-in-out 0;
    -ms-transition: all 0.4s ease-in-out 0;
    -otransition: all 0.4s ease-in-out 0;
    transition: all 0.4s ease-in-out 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -oborder-radius: 2px;
    border-radius: 2px;
  }
  .steps ul li:first-child::before, .steps ul li:first-child::after {
    display: none;
  }
  
.form-container {
    clear: both;
    display: none;
    left: 100%;
    background: #0000;
    padding: 30px;
    border: 2px solid #c99c18;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -oborder-radius: 4px;
    border-radius: 20px;
    margin-bottom: 60px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
    -ms-box-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
    -obox-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 30px rgb(67 67 67 / 90%)
}
  .form-container.active {
    display: block;
  }
  .form-group {
    margin-top: 18px;
}
  .form-title {
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
  }
  .form-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80px;
    height: 2px;
    background: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -otransform: translateX(-50%);
    transform: translateX(-50%);
  }
  .select__field:before {
    content: "\f140";
    display: block;
    position: absolute;
    font-family: "flaticon";
    color: #979797;
    right: 58px !important;
    font-size: 12px;
    z-index: 0;
    line-height: 50px;
    pointer-events: none;
}
.form-title {
    color: #c99c18;
    /*font-family: "Monoton", sans-serif;*/
}
.btn-primary {
    color: #fff !important;
    background-color: #c99c18 !important;
    border-color: #c99c18 !important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #c99c18;
    border-color: #c99c18 !important;
}
input.btn.btn-default.back {
    background: #fff !important;
    color: #000000 !important;
}
.form-container li{
    list-style: none !important;
}
button, input, optgroup, select, textarea {
    margin: 9px !important;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.select__field:before {
    content: "\f140";
    display: block;
    position: absolute;
    font-family: "flaticon";
    color: #979797;
    /* right: 32px; */
    font-size: 10px;
    z-index: 0;
    line-height: 68px !important;
    pointer-events: none;
}
a {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    opacity: 1;
    text-decoration: none !important;
    color: inherit;
    /* padding: 0 20px; */
    display: flex;
    align-items: center;
}
p.text-small {
/*font-family: "Rubik", sans-serif !important;*/
}
.wpb_text_column :last-child, .wpb_text_column p:last-child {
    margin-bottom: 0;
    width: 108% !important;
}
@media (min-width:320px) 
{ /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
    .steps ul li:hover, .steps ul li {
        color: #c99c18;
        font-size: 10px;
        width: 33%;
        text-align: center;
    }
    .steps ul li span {
      display: block;
      margin: 0 auto 4px;
      width: 29px;
      height: 28px;
      text-align: center;
      font-size: 15px;
      line-height: 30px;
      font-weight: 300;
      position: relative;
      z-index: 1;
      border-radius: 2px;
  }
  .wpb_text_column :last-child, .wpb_text_column p:last-child {
    margin-bottom: 0;
    width: 100% !important;
}
.steps ul li::before, .steps ul li::after {
    content: "";
    position: absolute;
    left: -36%;
    top: 18px;
    width: 100%;
    height: 3px;
    background: #fff;
    -webkit-transition: all 0.4s ease-in-out 0;
    -moz-transition: all 0.4s ease-in-out 0;
    -ms-transition: all 0.4s ease-in-out 0;
    transition: all 0.4s ease-in-out 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.steps ul li {
    float: left;
    color: #fff;
    padding: 0px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out 0;
    -moz-transition: all 0.4s ease-in-out 0;
    -ms-transition: all 0.4s ease-in-out 0;
    transition: all 0.4s ease-in-out 0;
}
h2{
    font-weight: 500;
    font-size: 30px !important;
    line-height: 52px;
}
p.text-small {
  margin-left: 13px;
  font-size: 8px;
}
 }
 p.text-small {
  margin-left: 13px;
  font-size: 11px;
}
@media (min-width:480px) 
{ /* smartphones, Android phones, landscape iPhone */
    .steps ul li:hover, .steps ul li {
        color: #c99c18;
        font-size: 10px;
        width: 33%;
        text-align: center;
    }
    .steps ul li span {
    display: block;
    margin: 0 auto 4px;
    width: 34px;
    height: 32px;
    text-align: center;
    background: #fff;
    font-size: 18px;
    line-height: 35px;
    font-weight: 300;
    color: #000;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out 0;
    -moz-transition: all 0.4s ease-in-out 0;
    -ms-transition: all 0.4s ease-in-out 0;
    transition: all 0.4s ease-in-out 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -oborder-radius: 2px;
    border-radius: 2px;
}
.steps ul li::before, .steps ul li::after {
    content: "";
    position: absolute;
    left: -45.4%;
    top: 18px;
    width: 100%;
    height: 3px;
    background: #fff;
    -webkit-transition: all 0.4s ease-in-out 0;
    -moz-transition: all 0.4s ease-in-out 0;
    -ms-transition: all 0.4s ease-in-out 0;
    transition: all 0.4s ease-in-out 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
p.text-small {
  margin-left: 13px;
  font-size: 13px;
}
.steps ul li {
    float: left;
    color: #fff;
    padding: 0px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out 0;
    -moz-transition: all 0.4s ease-in-out 0;
    -ms-transition: all 0.4s ease-in-out 0;
    transition: all 0.4s ease-in-out 0;
}
/* .wppb-form-field select{
    width:77% !important;
} */
h2{
    font-weight: 500;
    font-size: 30px !important;
    line-height: 52px;
}

}
button.btn.reg {
    color: #fff;
    padding: 0px;
    height: 41px;
    line-height: 24px;
    width: 140px;
    border-radius: .25em;
    background-color: #c99c18;
    font-size: 16px;
}
input.btn.btn-default.back {
    width: 140px;
}






/*@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');*/
/*body{*/
/*  font-family: "Rubik", sans-serif !important;*/
/*}*/
/* h1 {
    font-size: 28px;
  }
  
  h2 {
    font-size: 23.8px;
  }
  
  h3 {
    font-size: 18.2px;
  } */
  
  .btn {
    display: inline-block;
    padding: 10px 20px;
    border: 0;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -otransition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .btn-primary {
    background: #c99c18;
    color: #fff;
  }
  .btn-primary:hover, .btn-primary:focus {
    background: #1754d1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -obox-shadow: none;
    box-shadow: none;
  }
  
  .btn-default {
    background: #666666;
    color: #fff;
  }

  /*------------------------*/
input:focus,
button:focus,
.form-control:focus{
	outline: none;
	box-shadow: none;
}
.form-control:disabled, .form-control[readonly]{
	background-color: #fff;
}
/*----------step-wizard------------*/
.d-flex{
	display: flex;
}
.justify-content-center{
	justify-content: center;
}
.align-items-center{
	align-items: center;
}

/*---------signup-step-------------*/
.bg-color{
	background-color: #333;
}
.signup-step-container{
	padding: 150px 0px;
	padding-bottom: 60px;
}




    .wizard .nav-tabs {
        position: relative;
        margin-bottom: 0;
        border-bottom-color: transparent;
    }

    .wizard > div.wizard-inner {
            position: relative;
    margin-bottom: 50px;
    text-align: center;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
        background: #0db02b;
    color: #fff;
    border-color: #0db02b;
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}
.wizard .nav-tabs > li.active > a i{
	color: #0db02b;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}



.wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}
.wizard .nav-tabs > li a i{
	position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}


.wizard h3 {
    margin-top: 0;
}
.prev-step,
.next-step{
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
}
.next-step{
	background-color: #0db02b;
}
.skip-btn{
	background-color: #cec12d;
}
.step-head{
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}
.term-check{
	font-size: 14px;
	font-weight: 400;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: .375rem .75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}
.footer-link{
	margin-top: 30px;
}
.all-info-container{

}
.list-content{
	margin-bottom: 10px;
}
.list-content a{
	padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}
.list-content a[aria-expanded="true"] i{
	transform: rotate(180deg);
}
.list-content a i{
	text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}
.list-box{
	padding: 10px;
}
.signup-logo-header .logo_area{
	width: 200px;
}
.signup-logo-header .nav > li{
	padding: 0;
}
.signup-logo-header .header-flex{
	display: flex;
	justify-content: center;
	align-items: center;
}
.list-inline li{
    display: inline-block;
}
.pull-right{
    float: right;
}
/*-----------custom-checkbox-----------*/
/*----------Custom-Checkbox---------*/
input[type="checkbox"]{
    position: relative;
    display: inline-block;
    margin-right: 5px;
}
input[type="checkbox"]::before,
input[type="checkbox"]::after {
    position: absolute;
    content: "";
    display: inline-block;   
}
input[type="checkbox"]::before{
    height: 16px;
    width: 16px;
    border: 1px solid #999;
    left: 0px;
    top: 0px;
    background-color: #fff;
    border-radius: 2px;
}
input[type="checkbox"]::after{
    height: 5px;
    width: 9px;
    left: 4px;
    top: 4px;
}
input[type="checkbox"]:checked::after{
    content: "";
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}
input[type="checkbox"]:checked::before{
    background-color: #c99c18;
    border-color: #c99c18;
}



.modal-dialog {
  max-width: 1000px !important;
  margin: 1.75rem auto;
}



@media (max-width: 767px){
	.sign-content h3{
		font-size: 40px;
	}
	.wizard .nav-tabs > li a i{
		display: none;
	}
	.signup-logo-header .navbar-toggle{
		margin: 0;
		margin-top: 8px;
	}
	.signup-logo-header .logo_area{
		margin-top: 0;
	}
	.signup-logo-header .header-flex{
		display: block;
	}
}

  
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=password],
  textarea,
  select {
       width: 100%;
    display: block;
    color: #fff;
    padding: 12px 15px;
    border: 2px solid #8a8a88;
    background: #171717;
    border-radius: 12px;
  }
  input[type=text]:hover, input[type=email]:hover, input[type=tel]:hover, input[type=password]:hover, textarea:hover, select:hover {
    border: 2px solid #c99c19;
}
  .form-group {
         /* margin-top: 0px !important;  */
    }
  .mar-b-0 {
    /* margin-bottom: 0 !important; */
  }
  /* h4.extra_field_heading {
    color: #fff;
    margin-left: 20px;
} */
  a {
    color : #c99c18;
  }
  a:hover {
    color: #c99c18;
  }
  
  html {
    overflow-x: hidden;
  }
  

  
  .form-wizard {
    position: relative;
    /* display: table; */
    margin: 0 auto;
    max-width: 1200px ;
  }
  
  .steps {
    margin: 20px;
    overflow: hidden;
    padding: 20px;
    border: 1px solid #c99c18;
    border-radius: 20px !important;
    background: #c99c1826;
  }
  .steps ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .steps ul li {
    float: left;
    color: #fff;
    padding: 0 115px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out 0;
    -moz-transition: all 0.4s ease-in-out 0;
    -ms-transition: all 0.4s ease-in-out 0;
    -otransition: all 0.4s ease-in-out 0;
    transition: all 0.4s ease-in-out 0;
  }
  .steps ul li:hover, .steps ul li.active {
    color: #c99c18;
  }
  .steps ul li:hover span, .steps ul li.active span {
    background: #c99c18;
    color: #fff;
  }
  .steps ul li:hover::after, .steps ul li.active::after {
    background: #c99c18;
    width: 100%;
  }
  .steps ul li::before, .steps ul li::after {
    content: "";
    position: absolute;
    left: -47%;
    top: 18px;
    width: 100%;
    height: 3px;
    background: #fff;
    -webkit-transition: all 0.4s ease-in-out 0;
    -moz-transition: all 0.4s ease-in-out 0;
    -ms-transition: all 0.4s ease-in-out 0;
    -otransition: all 0.4s ease-in-out 0;
    transition: all 0.4s ease-in-out 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -otransform: translateY(-50%);
    transform: translateY(-50%);
}
  ul .li:before {
    background: #c99c18 !important;
}
ul .li:before {
    content: "";
    position: absolute;
    z-index: 1;
    font-size: 1em;
    width: 5px;
    height: 5px;
    border-radius: 0%;
    display: block;
    left: 2px;
    top: 18px;
}

  .steps ul li::after {
    width: 0;
  }
  .steps ul li span {
    display: block;
    margin: 0 auto 115px;
    width: 35px;
    height: 35px;
    text-align: center;
    background: #fff;
    font-size: 18px;
    line-height: 35px;
    font-weight: 300;
    color: #000;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out 0;
    -moz-transition: all 0.4s ease-in-out 0;
    -ms-transition: all 0.4s ease-in-out 0;
    -otransition: all 0.4s ease-in-out 0;
    transition: all 0.4s ease-in-out 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -oborder-radius: 2px;
    border-radius: 2px;
  }
  .steps ul li:first-child::before, .steps ul li:first-child::after {
    display: none;
  }
  .myContainer {
      margin: 20px;
  }
  .form-container {
    clear: both;
    display: none;
    left: 100%;
    background:#131313;
    padding: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -oborder-radius: 4px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
    -ms-box-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
    -obox-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
  }
  .form-container.active {
    display: block;
  }
  .form-group {
    margin-top: 18px;
}
  .form-title {
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
    font-weight: 800;
  }
  .form-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80px;
    height: 2px;
    background: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -otransform: translateX(-50%);
    transform: translateX(-50%);
  }
  .select__field:before {
    content: "\f140";
    display: block;
    position: absolute;
    font-family: "flaticon";
    color: #979797;
    right: 58px !important;
    font-size: 12px;
    z-index: 0;
    line-height: 50px;
    pointer-events: none;
}
.form-title {
    color: #c99c18;
    font-family: "Monoton", sans-serif;
}
.btn-primary {
    color: #fff !important;
    background-color: #c99c18 !important;
    border-color: #c99c18 !important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #c99c18;
    border-color: #c99c18 !important;
}
input.btn.btn-default.back {
    background: #fff !important;
    color: #000000 !important;
}
.form-container li{
    list-style: none !important;
}
button, input, optgroup, select, textarea {
    margin: 9px !important;
    font-family: inherit;
    font-size: 14px;
    line-height: inherit;
}
.select__field:before {
    content: "\f140";
    display: block;
    position: absolute;
    font-family: "flaticon";
    color: #979797;
    /* right: 32px; */
    font-size: 10px;
    z-index: 0;
    line-height: 68px !important;
    pointer-events: none;
}
a {
    /* position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    opacity: 1;
    text-decoration: none !important;
    color: inherit;
    padding: 0 20px;
    display: flex;
    align-items: center; */
}
p.text-small {
/*font-family: "Rubik", sans-serif !important;*/
}
.wpb_text_column :last-child, .wpb_text_column p:last-child {
    margin-bottom: 0;
    width: 108% !important;
}
@media (min-width:320px) 
{ /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
    .steps ul li:hover, .steps ul li {
        color: #c99c18;
        font-size: 10px;
        width: 33%;
        text-align: center;
    }
    .steps ul li span {
      display: block;
      margin: 0 auto 4px;
      width: 29px;
      height: 28px;
      text-align: center;
      font-size: 15px;
      line-height: 30px;
      font-weight: 300;
      position: relative;
      z-index: 1;
      border-radius: 2px;
  }
  .wpb_text_column :last-child, .wpb_text_column p:last-child {
    margin-bottom: 0;
    width: 100% !important;
}
.steps ul li::before, .steps ul li::after {
    content: "";
    position: absolute;
    left: -36%;
    top: 18px;
    width: 100%;
    height: 3px;
    background: #fff;
    -webkit-transition: all 0.4s ease-in-out 0;
    -moz-transition: all 0.4s ease-in-out 0;
    -ms-transition: all 0.4s ease-in-out 0;
    transition: all 0.4s ease-in-out 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.steps ul li {
    float: left;
    color: #fff;
    padding: 0px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out 0;
    -moz-transition: all 0.4s ease-in-out 0;
    -ms-transition: all 0.4s ease-in-out 0;
    transition: all 0.4s ease-in-out 0;
}
/* h2{
    font-weight: 500;
    font-size: 30px !important;
    line-height: 52px;
} */
p.text-small {
  margin-left: 13px;
  font-size: 8px;
}
 }
 p.text-small {
  margin-left: 13px;
  font-size: 11px;
}
@media (min-width:480px) 
{ /* smartphones, Android phones, landscape iPhone */
    .steps ul li:hover, .steps ul li {
        color: #c99c18;
        font-size: 10px;
        width: 33%;
        text-align: center;
    }
    .steps ul li span {
    display: block;
    margin: 0 auto 4px;
    width: 34px;
    height: 32px;
    text-align: center;
    background: #fff;
    font-size: 18px;
    line-height: 35px;
    font-weight: 300;
    color: #000;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out 0;
    -moz-transition: all 0.4s ease-in-out 0;
    -ms-transition: all 0.4s ease-in-out 0;
    transition: all 0.4s ease-in-out 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -oborder-radius: 2px;
    border-radius: 2px;
}
.steps ul li::before, .steps ul li::after {
    content: "";
    position: absolute;
    left: -45.4%;
    top: 18px;
    width: 100%;
    height: 3px;
    background: #fff;
    -webkit-transition: all 0.4s ease-in-out 0;
    -moz-transition: all 0.4s ease-in-out 0;
    -ms-transition: all 0.4s ease-in-out 0;
    transition: all 0.4s ease-in-out 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
p.text-small {
  margin-left: 13px;
  font-size: 13px;
}
.steps ul li {
    float: left;
    color: #fff;
    padding: 0px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out 0;
    -moz-transition: all 0.4s ease-in-out 0;
    -ms-transition: all 0.4s ease-in-out 0;
    transition: all 0.4s ease-in-out 0;
}
/* .wppb-form-field select{
    width:77% !important;
} */
/* h2{
    font-weight: 500;
    font-size: 30px !important;
    line-height: 52px;
} */

}
button.btn.reg {
    color: #fff;
    padding: 0px;
    height: 41px;
    line-height: 24px;
    width: 140px;
    /*border-radius: 31px;*/
    background-color: #c99c18;
    font-size: 16px;
}
input.btn.btn-default.back {
    width: 140px;
}


.subscribe-box.style-two .form-group button {
	/* right: 5px;
	top: 4px; */
	color: var(--white-color);
	background-color: #000000;
}

.subscribe-box.style-three .form-group input {
	background: none;
	color: var(--white-color);
	border: 1px solid var(--white-color);
}

.subscribe-box.style-three .form-group button {
	position: relative;
	margin-top: var(--margin-top-15);
}

.subscribe-box.style-three .form-group input::placeholder,
.subscribe-box.style-three .form-group textarea::placeholder {
	color: var(--white-color);
}

.subscribe-one_pattern {
	position: absolute;
	left: 0px;
	bottom: -20px;
	width: 189px;
	height: 91px;
	background-repeat: no-repeat;
}

.subscribe-one_pattern-two {
	position: absolute;
	right: 0px;
	top: -20px;
	width: 69px;
	height: 91px;
	background-repeat: no-repeat;
}

.subscribe-one_pattern-three {
	position: absolute;
	right: 0px;
	top: -280px;
	width: 281px;
	height: 538px;
	background-repeat: no-repeat;
}
.button-esjs {
    background: #c99c18;
    color: #ffffff;
    border-color: #c88c19;
    width: 320px;
    font-weight: 600;
    box-shadow: rgba(146, 161, 176, 0.15) 0px 1px 4px;
    cursor: pointer;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    padding: 1rem;
    border-radius: 0.5rem;
}
select {
    padding: 18px;
}
h4.extra_field_heading {
    color: #c99c18;
}
select#select_edition:focus {
    color: #fff;
}
