@font-face { 
   font-family:'Century Gothic';
    src: url('./escrow/fonts/Century Gothic.eot');
    src: url('./escrow/fonts/Century Gothic.eot?#iefix') format('embedded-opentype'),
        url('./escrow/fonts/Century Gothic.woff2') format('woff2'),
        url('./escrow/fonts/Century Gothic.woff') format('woff'),
        url('./escrow/fonts/Century Gothic.svg#Century Gothic') format('svg');
}

.fc_formcart img {
    max-width:100%;
}

.fc_middleman_steps {
    text-align: center;
    margin-top: 140px;
    position: relative;
}

.fc_middleman_steps:before {
    content: "";
    border: 1px solid #393939;
    width: 80%;
    position: absolute;
    -webkit-transform: translate(-50% , -100%);
    -ms-transform: translate(-50% , -100%);
    transform: translate(-50% , -100%);
    top: -46%;
    left: 50%;
}

.fc_middleman_steps li {
    display: inline-block;
    background-color: #333;
    border-radius: 15px;
    border: 1px solid #333;
    width: 174px;
    margin: 5px;
    padding-bottom: 22px;
    box-shadow: 0px 1px 0px #000;
    position: relative;
    margin-bottom: 60px;
}

.fc_middleman_steps img {
    margin-top: -36px;
    margin-bottom: 13px;
}

.fc_middleman_steps li:before {
    content: "";
    border: 1px solid #393939;
    height: 70px;
    position: absolute;
    transform: translate(-50% , -100%);
     -webkit-transform: translate(-50% , -100%);
    -ms-transform: translate(-50% , -100%);
    top: -23%;
    left: 50%;
}

.fc_middleman_steps li:nth-child(3):before {
    height: 120px;
}

.fc_middleman_steps li:after {
    content: "";
    box-shadow: 0px 22px 39px rgba(0, 0, 0, 1);
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 75%;
    transform: translate(-50% , -50%);
    border-radius: 100px;
}

.fc_middleman_steps p {
    font-size: 18px;
    text-transform: uppercase;
    color: #dadada;
    font-family:'Century Gothic';
    font-weight: bold;
    line-height: 28px;
}

/*=== benefit ===*/

.fc_mmbenefits {
    text-align: center;
    float: left;
        width: 100%;
        margin-top: 70px;
}

.fc_buyer_seller li {
    width: 198px;
    height: 174px;
    background-color: #363636;
    border-radius: 6px;
    border: 1px solid #3b3b3b;
     display: inline-block;
    box-shadow: 0px 3px 7px #000;
    margin: 25px 15px;
    padding: 0 5px;
    box-sizing: border-box;
    position: relative;
    transition: all .3s ease-in-out;
}

.fc_mmbuyer {
    float: left;
    width: 50%;
}

.fc_mmseller {
    float: right;
    width: 50%;
}

.fc_mmbuyer .fc_buyer_seller {
    position: relative;
    margin-bottom: 45px;
}

.fc_mmbuyer .fc_buyer_seller:after {
    content: "";
    position: absolute;
    right: 0px;
    border-right: 1px solid #555;
    height: 100%;
    top: 25px;
}

.fc_mmbenefits .fc_head {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 68px;
}

.fc_mmbenimgs {
    width: 75px;
    height: 75px;
    border: 5px solid #2a2a2a;
    border-radius: 100px;
    text-align: center;
    background-color: #363636;
    margin: -28px auto 24px;
    align-items: center;
    display: flex;
}

.fc_mmbenimgs img {
    max-width: 45px;
    margin: auto;
}

.fc_buyer_seller .fc_main_text {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50% , -25%);
    width: 92%;
    top: 50%;
}

.fc_buyer_seller a:hover {
    text-decoration: none;
}

.fc_mmbs_hvr {
    opacity: 0;
    visibility: hidden;
    background-color: #2096e1;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
    box-shadow: 0px 7px 25px #000;
    transition: all .3s ease-in-out;
    z-index: 1;
    padding: 0 5px 22px;
}

.fc_buyer_seller li:hover .fc_mmbs_hvr {
    transition: all .3s ease-in-out;
    opacity: 1;
    visibility: visible;
}

.fc_mmbs_hover .fc_mmbenimgs {
    position: relative;
    top: -28px;
    margin-bottom: -3px;
}

.fc_buyer_seller li:hover .fc_mmbs_hvr .fc_mmbenimgs {
    background-color: #f5f6f1;
}

.fc_buyer_seller .fc_hvr_head {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 24px;
    margin-bottom: 12px;
    margin-top: -14px;
}

.fc_buyer_seller .fc_hvr_desc {
    color: #1a2d39;
    font-size: 14px;
    line-height: 22px;
}

.fc_buyer_seller li.fc_custom_height {
    height: 226px;
}

.fcclear {
    clear: both;
}


/*=== multistep form ===*/
#fc_regForm {
  background-color: #1e1e1e;
  margin: 10px auto;
  padding: 40px;
  min-width: 300px;
  border: 1px solid #373737;
  border-radius: 10px;
  text-align: center;  
  box-sizing: border-box;
  font-family:'Century Gothic';
}

.fc_regForm_wrap {
  max-width: 690px;
  margin: auto;
}

#fc_regForm h1 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

#fc_regForm input {
    padding: 13px 15px;
    width: 100%;
    font-size: 17px;
    border: 1px solid #3b3b3b;
    border-radius: 5px;
    background-color: transparent;
    outline: none;
    color: #838383;
    box-sizing: border-box;
}

#fc_regForm input.invalid {
      border-color: #217bd5;
}

#fc_regForm .tab {
  display: none;
}

#fc_regForm button {
    background-color: #2a2a2a;
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    cursor: pointer;
    margin: 40px 5px 0;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Open Sans',Arial,sans-serif;
    border: 1px solid #3b3b3b;
    border-radius: 5px;
    outline: none;
    width: 121px;
}

#fc_regForm button:hover {
  background-color: #217bd5;
  border: 1px solid #217bd5;
}

#fc_regForm .step {
  height: 37px;
  width: 37px;
  margin: 0 2px;
  background-color: #2a2a2a;
  border-radius: 50%;
  display: inline-block;
  line-height: 37px;
  border: 1px solid #3b3b3b;
  position: relative;
}

#fc_regForm .step:after {
    position: absolute;
    left: 50%;
    bottom: -54px;
    transform: translate(-50% , -50%);
    color: #838383;
    font-size: 14px;   
    width: 120px;
}

#fc_regForm .step_first:after {
    content: "Email";
}
#fc_regForm .step_second:after {
    content: "Product Name";
}
#fc_regForm .step_third:after {
    content: "Price";
}

#fc_regForm .step.active {
  opacity: 1;
  background-color: #217bd5;
}

#fc_regForm .step_wrapper {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 70px;
    position: relative;
}

.step_wrapper:before {
    content: "";
    position: absolute;
    border-top: 1px solid #3b3b3b;
    width: 90%;
    left: 50%;
    top: 20px;
    transform: translate(-50% , -50%);
}

#fc_regForm .step_first {
    float: left;
}

#fc_regForm .step_third {
    float: right;
}
#tabs {
       height: 120px;
    overflow: auto;
}
.fc_mm_popup {
    color: #fff;
    max-width: 600px;
    margin: auto;
    text-align: center;
    padding: 25px;
    border-radius: 20px;
    border: 20px solid #000;
    background: #000;
    font-family: 'Century Gothic';
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translate(-50% , -50%);
    display: none;
    z-index: 999999;
}

.fc_mm_popup i {
    position: absolute;
    right: -7px;
    top: -11px;
    cursor: pointer;
}
.fc_overlay_mm {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    display: none;
}

@media (max-width: 1030px) {
    .fc_middleman_steps {
        margin-top: 70px;
    }
    
    .fc_middleman_steps:before , .fc_middleman_steps li:before {
        display: none;
    }
}


@media (max-width: 570px) {
    #fc_regForm {
        padding: 15px;
    }
    .fc_mmbuyer , .fc_mmseller {
        float: none;
        width: 100%;
    }
    .fc_mmbuyer .fc_buyer_seller:after {
        display: none;
    }
    .fc_mmbenefits .fc_head , #fc_regForm h1 {
        font-size: 24px;
    }
}
