
@font-face {
  font-family: 'Manrope-Bold';
  src: url('fonts/Manrope-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('fonts/Montserrat-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Manrope-Light';
  src: url('fonts/Manrope-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Gilroy-Medium';
  src: url('fonts/Gilroy-Medium.html') format('truetype');
}

@font-face {
  font-family: 'Gilroy-Light';
  src: url('fonts/Gilroy-Light.otf') format('openType');
}

@font-face {
  font-family: 'Gilroy-Bold';
  src: url('fonts/Gilroy-Bold.otf') format('openType');
}

@font-face {
  font-family: 'Gilroy-ExtraBold';
  src: url('fonts/Gilroy-ExtraBold.otf') format('openType');
}

@font-face {
    font-family: 'Metropolis-Bold';
    src: url('fonts/Metropolis-Bold.html') format("opentype");
    font-weight: normal;
    font-style: normal;
}


html {
  font-size: 14px;
}



table th{
  border: none!important;
  color: #878787;
  font-weight: 300;
}

table td{
  border: none!important;
  font-weight: 200;
  color: #414141;
  font-size: 14px;

}

table tr{
  height: 65px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #eef2f5cc!important;
}

.td-success{
  color:#00CA39;
}

.td-fail{
  color: #E44067;
}

.td-process{
  color: #33CABA;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
  .sp-web{
    display: contents;
    /*position: absolute;*/
    width: 100%;
    bottom: 0;
	/*margin-bottom: -125px;*/
  }
  .sp-mobile{
    display:none;
  }
  .sp-web{
    display: block;
  }


}

@media (max-width: 767px){
  .sp-web{
    display: none;
  }
  .sp-mobile{
    display: contents;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
}


ul{
  list-style: none;
  display: block;
}

.social-media-links li{
  margin: 3px 5px;
  font-size: 1.5em;
  display: inline;
}

.container {
  max-width: 960px;
  margin-top: 5%;
}

.pricing-header {
  max-width: 700px;
}

.card-deck .card {
  min-width: 220px;
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }
.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }


.footer-mt{
  margin-top: 2%;
}


.icon-footer{
  color: white;
}

.btn-outline-special{
  color: #EF2D56;
  border-color: #EF2D56;
  border-radius: 25px;
}

.btn-outline-special:hover {
  color:#fff;
  border-color: #fff;
}

.homepage-ml-12{
  margin-left: auto!important;
  margin-right: auto!important;
}

.homepage-mr-md-12{
  margin: 10%!important;
    text-align: center;
    font-size:12px;
}
.mobil{
  display:none;
}


.btn-special{
  background: #ef2d56;
    color: white;
    width: 150px;
    height: 50px;
    border-radius: 30px;
    box-shadow: 0px 7px 20px #00000050;
    font-size: 13px;
}
.btn-special:hover{
  color: white;
}


.content-main{
  margin-left: 25px;
  margin-bottom: 25px;
  margin-right: 25px;
  margin-top: 10px;
}

.content-main p{
  text-align:left;
  font-family: Manrope-Light;
}





@media (min-width: 1065px){
  .mr-md-auto, .mx-md-auto {
      margin-right: auto!important;
  }
  .homepage-mr-md-12{
    margin:0!important;
    margin-right: 11rem!important;
    font-size: 14px;
  }
  .homepage-ml-12{
    margin-left: 12.5rem!important;
  }

}

@media (min-width: 801px){
  .mobil{
    display:inline-block!important;
  }
}

@media (max-width: 600px){
  .footer-mt2{
    text-align: center;
    margin-top: 5%!important;
    margin-bottom: 5%!important;
  }
}

span:hover{
  color:#EF2D56;
}

.container .container-form{
    background: white;
    border-radius: 15px;
    width: 100%;
    max-width: 470px;
    margin: 0 auto!important;	
}

.container .container-form .title{
	padding: 10%;
    text-align: center;
}

.container .container-form img{
	width:100%;
}

.container .container-form .form-group{
	padding: 0% 10% 0% 10%;
}

.container .container-form .form-group .special-radiobutton{
	margin-left:5%;
}

.container .container-form .form-group label{
	color:#6B6C6F;
	font-size:12px;
	font-weight:bold;
}

.container .container-form .form-group textarea{
	resize:none;
}

.container .container-form .form-group .form-control{
	border-radius:20px;
	font-size:13px;
}

.container .container-form .form-group .item-name{
	background: url(images/input-name-icon.png) no-repeat scroll 7px 5px;
    padding-left: 30px;
}

.container .container-form .form-group .item-username{
	background: url(images/input-username-icon.png) no-repeat scroll 7px 5px;
    padding-left: 30px;
}

.container .container-form .form-group .item-phonenumber{
	background: url(images/input-phonenumber-icon.png) no-repeat scroll 7px 5px;
    padding-left: 30px;
}

.container .container-form .form-group .btn-outline-special{
	font-family: Montserrat-SemiBold;
	width:50%;
	height:40px;
	font-size:14px;
}

.container .container-form .form-group .btn-outline-special:hover{
  border-color: EF2D56!important;
  background-color: #EF2D56;
  color: #FFFFFF;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #EF2D56;
    border-radius: 30%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #EF2D56;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 30%;
    -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);
}