
.page-heading {
  color: #323232;
  font-size: 28px;
  padding: 20px 0 15px;
  text-align: center;
  font-weight: 600;
}
.heading-second {
  color: #7e7e7e;
  font-size: 16px;
  margin: 0 10px;
  padding-bottom: 20px;
  text-align: center;
}
.italic-style{ 
 font-style:italic;
}
.welcome p {
  color: #7e7e7e;
  font-size: 18px;
  line-height: 24px;
  margin: 0 10px;
  padding-bottom: 20px;
  text-align: center;
}
.intro-steps {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 25px;
}
.intro {
}
.step-number {
  color: #af9570;
  font-size: 18px;
  font-weight: 600;
  left: 2px;
}
.step-icon {
}
.step-icon img {
  border-color: #af9570;
  border-radius: 50px;
  border-style: solid;
  border-width: 2px;
  fill: #af9570;
  height: 80px;
  padding: 13px 10px 10px;
  width: 80px;
}
.step-text {
  color: #7e7e7e;
  text-align: center;
  padding-top: 5px;
}
.profile {
}

.profile-img {
  text-align: center;
}
.profile-img img {
  margin-bottom: 10px;
  width: 50%;
}
.started-btn {
  text-align: center;
}
.started-btn a {
  margin-bottom: 7px;
  margin-top: 7px;
  min-width: 115px;
  padding: 15px !important; 
}
/*
.btn-custom {
  background: #323232;
  color: #fff;
  font-size: 13px;
  transition: background-color 0.5s ease 0s;
}*/
.btn {
  border-radius: 0;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.started-btn a:hover {
  background-color: #af9570;
  color: #fff;
}
.animated {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
 @-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
 @keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

 @-webkit-keyframes passing {
0% {
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
opacity: 0
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1
}
100% {
-webkit-transform: translateX(50%);
transform: translateX(50%);
opacity: 0
}
}
@keyframes passing {
0% {
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
opacity: 0
}
50% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 1
}
100% {
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%);
opacity:0
}
}
.faa-parent.animated-hover:hover>.faa-passing, 
.faa-passing.animated, 
.faa-passing.animated-hover:hover {
  -webkit-animation: passing 2s linear infinite;
  animation: passing 2s linear infinite
}
.faa-parent.animated-hover:hover > .faa-passing.faa-fast, 
.faa-passing.animated-hover.faa-fast:hover, 
.faa-passing.animated.faa-fast {
  -webkit-animation: passing 1s linear infinite;
  animation: passing 1s linear infinite
}
.faa-parent.animated-hover:hover>.faa-passing.faa-slow, 
.faa-passing.animated-hover.faa-slow:hover, 
.faa-passing.animated.faa-slow {
  -webkit-animation: passing 3s linear infinite;
  animation: passing 3s linear infinite
}
/*---------------------welcome page css end here------------------------------------*/

/*---------------------Step 1 page start here------------------------------------*/
.style-step ul {margin:0;padding: 0;}

.style-step {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    text-align: center;
    margin-top: 10px;
}
.style-step li {
    text-align: center;
    width: 110px;
    float: none;
    margin: 0.4em 40px 0.4em 0;
    position: relative;
    display: inline-block;
}
.style-step li::after {
    bottom: 4px;
}
.style-step li.current > *::before, .style-step li.visited > *::before, .style-step li.current > *::before, .style-step li.visited > *::before {
  background-color: #af9570;
}
.style-step.text-top li > *::before {
  bottom: 0;
}
.current span {
  font-weight: 600;
}
.style-step li > *::before {
  background-color: #edeff0;
  border-radius: 50%;
  content: "";
  height: 12px;
  left: 50%;
  position: absolute;
  right: auto;
  transform: translateX(-50%);
  width: 12px;
  z-index: 1;
}
.style-step li > * {
  padding-bottom: 20px;
 text-transform: uppercase;
 display: inline-block;
 font-size: 14px;
}
.style-step li.current > *, .style-step li > * {
  position: relative;
}
.style-step li.current > *, .no-touch .style-step a:hover {
  color: #af9570;
}
.style-step li.visited::after {
    background-color: #af9570;
}
.style-step.text-top li::after {
  left: 50%;
  position: absolute;
  width: calc(100% + 10px);
}
.style-step li::after {
  background: #edeff0;
  content: "";
  height: 4px;
  margin: 0;
  position: absolute;
}
.style-step li:last-of-type::after {
  display: none;
}
.style-step li:last-of-type {
  margin-right: 0;
}
.describe-style {
  margin-top: 18px;
}
.style-images{
 text-align:center;
 margin-bottom: 30px;
}
.style-img {margin-top: 30px;}
.style-container {
  position: relative;  
}
.img-overlay {
 
}
.img-overlay {
  background-color: #323232;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
}
.img-borders {  
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  border:solid 2px #111;
}
.overlay-text {
  color: #ffffff;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left:50%;
  top:50%;
 transform: translate(-50%, -50%);
  width: 100%;
}
.overlay-heading {
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.overlay-subtext {
  font-size: 16px;
  padding: 15px 10px 0 10px;
 
}
.style-container.selected .img-borders,
.style-container.selected .img-overlay,
.style-container:hover .img-overlay {
  background-color: #af9570;
  opacity: 0.75;
  transition: background-color 0.3s ease 0s;
}

.footer {
  background-color: #f0f0f0;
  bottom: 0;
  height: 65px;
  left: 0;
  position: fixed;
  width:100%;
}
.footer-padding
{
  height:70px
}
.step-two-main{margin-bottom:100px;}
/*---------------------Step 1 page end here------------------------------------*/

/*---------------------Step 4 page start here------------------------------------*/
.single-btn,
.size-btn {
 text-align:center;
}
.single-btn a,
.size-btn a {
  background: none;
  border: 1px solid #323232;
  color: #323232;
  display: inline-block;
  height: 80px;
  letter-spacing: normal;
  margin: 0 auto;
  width: 100%;
  padding: 25px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
}

.single-btn a.selected,
.size-btn a:hover {
  background-color: #fff;
  border-color: #af9570;
  color: #af9570;
}
.or-break {
 text-align: center;
}
.break-wrapper {
  background-color: #edeff0;
  display: inline-block;
  height: 1px;
  margin: 50px 20px 20px;
  text-align: center;
  width: 70%;
}
.break {
  background-color: #fff;
  color: #7e7e7e;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-transform: uppercase;
  top: -0.9em;
}
.dont-know {
  margin-top: 60px;
}
.dont-know-btn a{
 min-width: 200px;
 background: none;
  border: 1px solid #323232;
  color: #323232;
  display: inline-block;
  letter-spacing: normal;
  margin: 0 auto;
 padding: 20px;
 text-align: center;
 font-size: 12px;
 font-weight: 600;
 text-transform: uppercase; 
}
.dont-know-btn a:hover{
 background-color: #fff;
 border-color: #af9570;
 color: #af9570;
}
.step-four-main { 
 margin-bottom:30px;
}
/*---------------------Step 4 page end here------------------------------------*/

/*---------------------Step 8 page start here------------------------------------*/
.step-eight-heading { 
 font-size: 19px;
}
.adress-form {
  margin-top: 25px;
}
.tabs-container{
 width:50%; 
 margin: 0 auto;
}
.custom-tabs {
 border-bottom: 1px solid #f0f0f0;
}
.custom-tabs li{
 width: 50%;
 text-align: center;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
 border:none;
 border-bottom: 2px solid #af9570;
 color: #af9570;
}

.nav-tabs > li > a {
 font-size: 16px;
 font-weight: 600;
 letter-spacing: 0.1em;
 text-transform: uppercase;
 color: #323232;
}
.nav > li > a:focus, .nav > li > a:hover {
 background: none;
 border-top:none;
 border-left:none;
 border-right:none;
 border-bottom:none;
 border-radius:0;
}
.tab-content {
  padding: 30px 0 0 0;
}
.tab-content form { padding: 0 100px;}
.custom-control {
  border: 1px solid #bbb;
  border-radius: 0;
  box-shadow: none;
  color: #323232;
  font-size: 16px;
  height: auto;
  padding: 10px 15px;
}
.address-fields {
 margin-bottom:10px;
}
.save-btn{
 margin-top: 40px;
}

.flash {
  margin-bottom: 30px;
  width: 90%;
 border-radius: 4px;
    color: #323232;
    font-size: 14px;
    font-weight: 600;
    margin: 0 auto 30px;
    min-height: 45px;
    padding: 15px;
    text-align: center;
    
}
.flash-warning {
  background-color: #fcf8e3;
}
/*---------------------Step 8 page end here------------------------------------*/

/*---------------------media queries start here------------------------------------*/


@media (max-width:1170px) {
 .tab-content form {
  padding: 0 60px;
}
}
@media (max-width:991px) {
.style-step li {
  width: 90px;
}
 .tabs-container {
  margin: 0 auto;
  width: 80%;
}
}
@media (max-width:767px) {
.intro {
  margin-bottom: 30px;
}
 .style-img {
  margin-bottom: 30px;
 }
 .style-img img {
  width: 100%;
  }
}

@media (max-width:700px) {
.style-step li {
  width: 65px;
}
}

@media (max-width:560px) {
 .style-size {margin-bottom: 30px;
   }
 .tab-content form {
  padding: 0 30px;
}
 .tabs-container {
  margin: 0 auto;
  width: 90%;
}
.style-img {
  margin-bottom: 0px;
 }
}

@media (max-width:480px) {
.intro {
  width: 100%;
}
  .style-step li {
  width: 12%;
}
.style-step li span {
  display:none;
}
 .style-step li::after {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 7px; 
}
 .style-step li.current::after { 
  background-color: #af9570;
 }
}
@media (max-width:380px) {
.tab-content form {
  padding: 0;
}
}
@media (max-width:360px) {
.size-btn a {
  padding: 25px 16px;
}
}

/*---------------------media queries end here------------------------------------*/