
.fancy {
    line-height: 0.5;
    text-align: right;
  }
  .fancy span {
    display: inline-block;
    position: relative;  
  }
  .fancy span:before{
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 2px solid rgb(92, 89, 89);
    top: 0;
    width: 70px;
  }
  .fancy span:before {
    right: 100%;
    margin-right: 15px;
  }
  .main_us_color{
      color: #f3bc50;
  }
  .contact_main h1{
    color: black;
    font-size: 55px;
    font-weight: 700;
  }
.contact_main{
    /* margin-top: 30px; */
  }
 .subtitle{
    margin: 55px 39px 0px 0px;
    font-weight: 700;
    color: black;
  }
 .tell_us_how_main p {
  font-size: 18px;
  font-weight: 500;
  color: #a9a9a9;
  margin-left: 10px;
  margin-bottom: 35px;
}
.tell_us_how_main{
    /* margin-top: 60px; */
}

.nav_buttons{
  border: 2px solid #f3bc50;
  color: black;
  border-radius: 0px;
  font-weight: 700;
  /* background: linear-gradient(to left, transparent 50%, yellow 50%);
  background-size: 200% 100%;
  background-position: right bottom; */
  margin: 10px;
  width: 48%;
  text-align: center;
  padding: 0px 0px;
 
}
.nav-tabs {
  border-bottom: 0px solid white;
}
.nav_buttons a{
  color: black;
  font-size: 40px;
      margin-right: 0px !important;
      border-radius: 0px 0px 0 0 !important;
      padding: 30px 30px !important;
}

.nav_buttons a:active {
  margin-right: 0px !important;
  line-height: 1.42857143;
  border: 0px solid white !important;
  border-radius: 0px 0px 0 0 !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  cursor: pointer;
  background-color: #edeff0;
  border: 0px;
  border-bottom-color: transparent;
  font-weight: 600 !important;
  color:#000 !important;
  position: relative;
  border: none;
  background-color: #f3bc50 !important;
}
.nav-tabs>li.active>a .arrow-up-rep {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #f3bc50;
  position: absolute;
  bottom: 0px;
  margin-left: -80px;
  margin-bottom: -15px;
}

.nav-tabs>li.active>a .arrow-up-leave {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #f3bc50;
  position: absolute;
  bottom: 0px;
  margin-left: -80px;
  margin-bottom: -15px;

}


.contact_form_main {
  
   color:black;
   z-index: 10001;
   position: relative;
}
.steinzeit_lernen_head {
   padding: 53px 190px 10px 35px;
}
.steinzeit_lernen_head h1 {
   font-size: 28px;
   font-weight: 700;
}
.contact_form_head_txt {
   
   font-weight: 700;
   padding: 0px 10px 10px 20px;
}
.contact_form_head_radio {
   
   padding: 10px 10px;

}
.contact_form_main1 {
  /* margin: 50px 0px; */
   padding: 10px 0px 0px 21px;
}
.contact_form_addres_right {
  
   padding: 0px 80px 20px 22px;
}
.contact_form_addres_right_brdr{
  border-left: 1px solid #dedbdb;
  padding-left: 33px;
}

.contact_form_addres_right_reach {
   font-size: 23px;
   font-weight: 700;
   color: black;
}
.contact_form_addres_right_phone {
  font-size: 16px;
  font-weight: 700;
  color: black;
}
.contact_form_addres_right_Gmbh {
   font-size: 23px;
   font-weight: 700;
   color: #f3bc50;
   margin-top: 0px;
   margin-bottom: 0px;
}
.contact_form_addres_right_btn {
  padding: 5px 63px;
   background-color:#f3bc50;
   border-radius: 0px;
   margin-top:0px;
   margin-right: 19px;
   border: 2px solid #f3bc50;
   color: black;
   border-radius: 0px;
   font-weight: 700;
   background: linear-gradient(to left, transparent 50%, #f3bc50 50%);
   background-size: 200% 100%;
   background-position: right bottom;
   transition: all 2s ease;
}
.contact_form_addres_right_btn:hover{
  background-color:white;
  border: 2px solid #f3bc50;
  transition: all 0.3s;
  background-position: left bottom;
  color: #fff;
}

.contact_form_main1 .form-control{
   background: white;
   color: black;
   border-radius: 0px;
   padding: 10px 20px;
   margin-bottom: 4px;
}

/* css for radion buttons */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: black;
    padding-right: 9px;
    vertical-align: middle;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid black;
    border-radius: 100%;
    background: white;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #f3bc50;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* .steinzeit_form_special {
    border:1px solid green;
} */
.contact_form_main1 .form-control:focus {
    border: 1px solid #f3bc50;
}

.radio_list li {
  padding-bottom: 15px;
  padding: 0px 23px 10px 30px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
.radio_list {
  text-align: center;
}
.or_txt{
  font-size: 65px;
  font-weight: 700;
  color: #dee2e0a8;
  padding-top: 56px;
}

.fa_custom{
  margin: 0px 0px;
  color: #999;
  font-size: 21px !important;
  height: 38px;
  width: 38px;
  background: #e8e3e3;
  text-align: center;
  border-radius: 50%;
  vertical-align: center;
  padding: 8px 9px;
}


.bottom_address_city_name{
  font-size: 30px;
  font-weight: 800;
  color: black;
}
.bottom_address_city_add{
  font-size: 18px;
  color: #9c9494;
}

.bottom_address_city_phone{
  color: black;
  font-size: 20px;
  font-weight: 700;
  line-height: 3px;
}
.contact_form_map_btn{
  padding: 5px 30px;
  background-color:#f3bc50;
  border-radius: 0px;
  margin-top:15px;
  border: 2px solid #afafaf;
  color: #afafaf;
  border-radius: 0px;
  font-weight: 700;
  background: linear-gradient(to left, transparent 50%, #f3bc50 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 2s ease;
}

.contact_form_map_btn:hover{
 background-color:white;
 border: 2px solid #f3bc50;
 transition: all 0.3s;
 background-position: left bottom;
 color:#fff;
}
.footer_main {    
  margin-top: 60px;
}
.address-contact img {
  width: 125px;

}
.address-contact img.singapore {
  width: 100px;

}
@media screen and (max-width: 700px) and (min-width: 319px) {
    .contact_form_addres_right{
        padding: 0px 0px 20px 0px !important;
        z-index: 1001;
        position: relative;
    }
  .spacer-medium {
    height: 20px !important;
}

.contact_main h1 {
  font-size: 45px;
  margin-left: 10px;
}
.contact_form_addres_right_btn{
  width: 87%;
}
.address-contact {
  margin-bottom: 50px;
}
.buttom_address_main {
  text-align: center;
}
.bottom_address_city_add {
  font-size: 15px;

}
.contact_form_addres_right_brdr{
  padding-left: 7px;
}
  }
  
  @media (min-device-width:701px) and (max-device-width:768px){
    .spacer-medium {
      height: 20px !important;
  }
  }
  
  @media (min-device-width:769px) and (max-device-width:1024px){
  
  }
  .contact_form_addres_right_phone a {
    font-size: 16px;
    font-weight: 700;
    color: black;
}
.bottom_address_city_phone a {
  color: black;
  font-size: 20px;
  font-weight: 700;
  line-height: 3px;
