

/* fonts */
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900");

/* general */
body {
    background: #fff;
    color: #8a8a8a;
    font-size: 12pt;
    font-weight: 400;
    font-family: "Barlow", Helvetica, Arial, sans-serif;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 16pt;
}

h6 {
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111;
}

a {
    color: #111;
}

a:hover {
    color: #e2211c;
    text-decoration: none;
    transition: .5s ease-out;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style-type: none;
}

p {
    line-height: 26px;
}

.bg-grey {
    background: #f4f4f6;
}

*:focus {
    outline: none;
}

/* button */
.button {
    /* background-image: linear-gradient(to right, #8213B1 , #300FB5); */
    padding: 12px 45px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 10px;
    color: #fff;
    letter-spacing: 1px;
    /*margin-top: 22px;*/
    display: inline-block;
    border: 2px solid transparent;
    background-color: #e2211c;
}

.button:hover {
    border-color: #e2211c;
    color: #222;
    background: transparent;
    transition: .5s ease-out;
}

.button2 {
    background: transparent;
    border: 2px solid #e2211c;
    padding: 12px 30px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 5px;
    color: #222;
    letter-spacing: 1px;
    margin-top: 22px;
    display: inline-block;
}

.button2:hover {
    border-color: #e2211c;
    color: #fff;
    background: #e2211c;
    transition: .5s ease-out;
}

/* navbar */
.navbar {
    padding: 15px 0 15px;
    transition: .5s ease-out;
    background: transparent;
}

.navbar .navbar-brand {
    color: #333;
    font-size: 32px;
    font-weight: 700;
    font-family: "Barlow", Helvetica, Arial, sans-serif;
}

.navbar .navbar-brand img {
    width: 140px;
}

.navbar .navbar-brand-home {
    border-bottom: 3px solid #e2211c;
}

.navbar .navbar-nav li {
    padding: 0 15px;
}

.navbar .navbar-nav li a {
    color: #fff;
    font-size: 16px;
}

.navbar .navbar-nav li a:last-child {
    padding-right: 0 !important;
    color: #fff;
}

.navbar .navbar-nav li:last-child {
    padding-right: 0;
}

.navbar .navbar-toggler i {
    color: #fff;
}

.navbar-fixed {
    background: #fff;
    transition: .5s ease-out;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0);
}

.navbar-fixed .navbar-brand {
    color: #333;
}

.navbar-fixed .navbar-brand span {
    color: #e2211c;
}

.navbar-fixed .navbar-nav li a {
    color: #000!important;
}

.navbar-fixed .navbar-toggler i {
    color: #333;
}

.navbar-transparent {
    background: transparent !important;
}

/* haader title */
.header-title {
    margin-top: 90px;
    padding: 65px 0;
    text-align: center;
    background: #f5f5f5;
}

.header-title h3 {
    color: #333;
    font-size: 32px;
    font-weight: 600;
}

/* about us */
.about .content {
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 30px;
    cursor: default;
}

.about .content i {
    font-size: 56px;
    color: #e2211c;
}

.about .content h5 {
    margin-top: 25px;
    margin-bottom: 15px;
}

.about .content:hover {
    background: #e2211c;
    color: #fff;
    transition: .7s ease-out;
    box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
}

.about .content:hover i {
    color: #fff;
}

.about .content:hover h5 {
    color: #fff;
}
.about .content:hover h6 {
    color: #fff!important;
}
.about .content:hover a {
    color: #fff!important;
}
/* home intro */
.home-intro {
    background: url(../images/genc-girisimci.png);
    background-repeat: no-repeat;
    padding: 170px 0 150px !important;
    background-size: 48%;
    background-position: top right;
    margin-top: -1px!important;
}

.home-intro .content-image {
    padding-left: 50px;
}

.home-intro .content-image img {
    height: auto;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-top: 20px;
    border-radius: 40px;
    /*box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);*/
}

.home-intro ul li {
    display: inline-block;
    margin-right: 20px;
}

.home-intro .content {
    padding-top: 50px;
}

.home-intro h5 {
    margin-top: 40px;
    letter-spacing: 1px;
}

.home-intro h5 .line {
    height: 3px;
    background: #e2211c;
    width: 20px;
    display: inline-block;
    position: relative;
    bottom: 5px;
    margin-right: 15px;
}

.home-intro h2 {
    font-size: 40px;
    font-weight: 500;
    margin: 0;
    line-height: 49px;
    font-family: Barlow;
    margin-top: 15px;
    color: #e2211c;
}

.home-intro h2 span {
    color: #e2211c;
}

.home-intro h6 {
    color: #444;
    line-height: 28px;
    font-size: 17px;
    margin-bottom: 15px;
}

/* section */
.section {
    padding: 50px 0 30px;
}

.title-section {
    text-align: center;
    margin-bottom: 50px;
}

.title-section p {
    color: #e2211c;
    margin-bottom: 15px;
    display: block;
}

.title-section h3 {
    font-size: 25pt;
    font-weight: 600;
    margin-bottom: 6px;
}

.title-section h3 span {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #e2211c;
}

/* services */
.services .content {
    background: #fff;
    border-radius: 15px;
    text-align: center;
    padding: 30px;
    cursor: default;
    margin-bottom: 30px;
}

.services .content i {
    font-size: 56px;
    color: #e2211c;
}

.services .content h5 {
    margin-top: 25px;
    margin-bottom: 15px;
}

.services .content:hover {
    background: #e2211c;
    color: #fff;
    transition: .7s ease-out;
    box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
}

.services .content:hover i {
    color: #fff;
}

.services .content:hover h5 {
    color: #fff;
}

.services .completed {
    background: #fff;
    text-align: center;
    padding: 60px 0;
    border-radius: 15px;
    margin-top: 62px;
    margin-bottom: 10px;
    background: url(../images/bg-service3.png) bottom 18px right 18px, url(../images/bg-service1.png) bottom left, url(../images/bg-service2.png) top right 230px;
    background-repeat: no-repeat;
    background-size: 70px, 300px, 190px;
    background-color: #fff;
}

.services .completed h4 {
    font-size: 58px;
    font-weight: 600;
    color: #e2211c;
}

.services .completed span {
    font-size: 24px;
    font-weight: 500;
}

/* pricing */
.pricing {
    text-align: center;
    padding-bottom: 76px;
}

.pricing .content {
    background: #f9f8fc;
    text-align: center;
    border-radius: 15px;
    padding: 35px 0 46px;
}

.pricing .content h4 {
    font-size: 24px;
}

.pricing .content span {
    font-size: 38px;
    color: #e2211c;
    display: block;
    margin: 14px;
    font-weight: 600;
}

.pricing .content ul li {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 15px;
}

.pricing .content ul li.not-active {
    color: #ddd;
}

.pricing .content-center {
    background: #e2211c;
}

.pricing .content-center h4 {
    color: #fff;
}

.pricing .content-center span {
    color: #fff;
}

.pricing .content-center ul li {
    color: #fff;
}

.pricing .content-center ul li.not-active {
    color: #aaa;
}

.pricing .button {
    position: relative;
    bottom: 46px;
    margin-bottom: -46px;
}

.pricing .button:hover {
    background: #fff;
}

/*portfolio*/
.portfolio .row .col-md-4 {
    padding: 15px;
}

.portfolio .portfolio-filter-menu {
    margin-bottom: 30px;
    text-align: center;
}

.portfolio .portfolio-filter-menu ul li {
    display: inline-block;
    margin: 0 10px;
    border: 1px solid #e2211c;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    color: #444;
    letter-spacing: 1px;
    transition: .4s ease-in-out;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 6px;
}

.portfolio .portfolio-filter-menu ul li span {
    z-index: 99;
    position: relative;
}

.portfolio .portfolio-filter-menu ul li.active {
    background: #e2211c;
    color: #fff;
}

.portfolio .content-image {
    position: relative;
}

.portfolio .content-image:hover .image-overlay {
    opacity: 0.7;
}

.portfolio .content-image:hover .portfolio-caption {
    opacity: 1;
}

.portfolio .content-image img {
    width: 100%;
    border-radius: 15px;
}

.portfolio .content-image img:visited {
    outline: none;
}

.portfolio .content-image img:focus {
    outline: none;
}

.portfolio .content-image .portfolio-caption {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 40%;
    color: #333;
    text-align: center;
    opacity: 0;
    transition: all .5s ease;
    color: #fff;
}

.portfolio .content-image .portfolio-caption h4 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    color: #fff;
}

.portfolio .content-image .portfolio-caption .subtitle {
    margin-top: 22px;
    top: 52px;
    position: relative;
    text-align: right;
}

.portfolio .content-image .portfolio-caption ul li {
    display: inline-block;
    margin: 0 5px;
}

.portfolio .content-image .portfolio-caption i {
    width: 30px;
    height: 30px;
    background: #333;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.portfolio .content-image .image-overlay {
    background: #e2211c;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    opacity: 0;
    transition: all .5s ease;
    margin: auto;
}

/* testimonial */
.testimonial {
    text-align: center;
    padding-left: 20%;
    padding-right: 20%;
    padding-bottom: 70px;
    padding-top: 10px;
}

.testimonial span {
    font-size: 13px;
}

.testimonial h5 {
    margin-bottom: 3px;
}

.testimonial i {
    font-size: 40px;
    margin-bottom: 32px;
    color: #333;
}

.testimonial .carousel-indicators {
    bottom: -60px;
}

.testimonial .carousel-indicators .active {
    background: #e2211c;
}

.testimonial .carousel-indicators li {
    background: #333;
    border-radius: 50%;
    width: 15px;
    height: 14px;
    border: 0;
    margin: 0 10px;
}

/* contact */
.contact .content h5 {
    margin-top: 35px;
    margin-bottom: 15px;
}

.contact .content h5:first-child {
    margin-top: 0;
}

.contact .content-right {
    text-align: center;
}

.contact .content-right .button {
    margin-top: 0px;
}

::placeholder {
    color: #aaa;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #aaa;
}

::-ms-input-placeholder {
    color: #aaa;
}
form select,
form input,
form textarea {
    border: 1px solid #f5f5f5;
    
    padding: 14px 20px;
    margin-bottom: 30px;
    width: 100%;
    color: #aaa;
    border-radius: 5px;
    text-align: left;
}

form select:focus,
form input:focus,
form textarea:focus {
    border-color: #e2211c;
    outline: none;
}

/* footer bottom */
.footer-bottom {
    background: #e2211c;
    text-align: center;
    color: #eee;
    padding: 15px 0 15px;
    border-top: 1px solid #888;
    font-size: 11pt;
    line-height: 1.5;
}
.footer-bottom a {
    color:#fff;
}
.footer-bottom a:hover {
    color:#e2211c;
}
/* footer */
footer {
    background: #302c42;
    padding: 90px 0 80px;
}

footer .brand {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}

footer .brand img {
    width: 65px;
}

footer h5 {
    color: #fff !important;
    margin-top: 8px;
    margin-bottom: 15px;
}

footer ul li {
    margin-bottom: 8px;
}

footer ul li a {
    color: #ccc;
}

footer ul li a i {
    margin-right: 10px;
}

footer .social li a i {
    width: 20px;
}

/*responsive*/
@media (max-width:980px) {
	.custom-control custom-radio custom-control-inline{
		margin-top: 30px!important;
	}
    .text-j{
        text-align: justify;
    }
    
    .footer-bottom{
        font-size: 9pt!important;
    }
    .warpper{
        margin-top: 30px;
    }
    .tab{
        width: 48%!important;
        font-size: 10pt!important;
    }
    .home-intro {
        margin-top: 85px;
    }

    .home-intro h2 {
        font-size: 25px;
        margin: 10px 0;
        line-height: 34px!important;
        margin-top: 26px!important;
        /*color: #000!important;*/
    }

    .home-intro .button {
        padding: 8px 8px;
    }

    .home-intro .button2 {
        padding: 8px 8px;
    }

    .home-intro h6 {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .home-intro img {
        margin-top: 25px;
    }

    .home-intro .content {
        padding-top: 0;
    }

    .navbar .navbar-nav li a {
        color: #333;
    }

    .about h2 {
        margin-top: 0px;
    }

    .about .col-md-6 {
        max-width: 100%;
        flex: 100%;
    }

    .portfolio .content-image .portfolio-caption {
        top: 30%;
    }

}

@media (max-width:767px) {
	
	.navbar .navbar-nav li a:last-child {
		color: #000!important;
	}

    .home-intro {
        margin-top: 0;
        padding-bottom: 100px !important;
        background-size: 59%!important;
        padding: 200px 0 120px !important;
    }

    .home-intro .content-image {
        padding-left: 0;
    }

    .home-intro .content-image img {
        margin-top: 45px;
        float: none;
    }

    .container {
        padding: 0 15px;
    }

    .navbar-toggler {
        border-radius: 0;
    }

    .navbar-brand {
        margin-left: 15px;
    }

    .navbar-nav {
        background: #fff;
        box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
        border-radius: 0 0 15px 15px;
        border-top: 0;
        outline: none;
    }

    .navbar-fixed .navbar-nav {
        background: transparent;
        box-shadow: none;
    }

    .navbar-toggler:focus {
        outline: none;
    }

    .navbar-fixed .navbar-nav li a {
        color: #000!important;
    }

    .about .content {
        margin-bottom: 30px;
    }

    .about .col-md-4:last-child .content {
        margin-bottom: 0;
    }

    .contact form {
        margin-top: 40px;
    }

    .services .completed h4 {
        margin-top: 40px;
    }

    .services .completed .col-md-4:first-child h4 {
        margin-top: 0;
    }

    .portfolio .content-image .portfolio-caption {
        top: 35%;
    }

    .portfolio .portfolio-filter-menu ul li {
        margin: 0 6px;
        padding: 10px 10px;
    }

    footer {
        text-align: center;
    }

    footer span {
        margin-bottom: 6px;
        /*display: block;*/
    }

    footer ul {
        text-align: center;
    }

    footer ul li {
        margin: 0 12px;
    }

}

@media (max-width:640px) {


    .navbar-fixed .navbar-nav li {
        padding: 0;
    }

    .navbar .navbar-nav {
        background: #fff;
        padding: 14px 0;
    }

    .navbar-fixed .navbar-nav {
        background: transparent;
        padding: 14px !important;
    }

    .navbar .navbar-nav li a {
        color: #333;
    }

    .services .content-left {
        margin-bottom: 75px;
    }

    .services .col-sm-12:last-child .content {
        margin-bottom: 0;
    }

}

@media (max-width:480px) {

     .mobile-top-30{
        margin-top: 35px!important;
    }
    .navbar .navbar-nav {
        margin: 11px;
        margin-left: 11px !important;
    }

    .navbar-fixed .navbar-nav {
        padding: 2px;
    }

    .portfolio .content-image .portfolio-caption {
        top: 40%;
    }

    footer h5 {
        margin-top: 26px;
    }

}

@media (max-width:360px) {


    .portfolio .content-image .portfolio-caption {
        top: 35%;
    }

}


  thead,tbody,tr,td,th{
    display:block;
    font-size: 15pt!important;
  }
  tbody{
    td{
      float:left;
    }
  }
  thead {
    tr{
      th{
       border-color:#e67e22;
      }
    }
  }
}



.warpper{
  display:flex;
  flex-direction: column;
  align-items: center;
}
.tab{
  cursor: pointer;
  padding:10px 8px;
  margin:0px 2px;
  background:#fff;
  display:inline-block;
  color:#000;
  border-radius:3px 3px 0px 0px;
  /*box-shadow: 0 0.5rem 0.8rem #00000080;*/
  box-shadow: 0 -0.5rem 0.8rem #00000010;
  border-bottom: 3px solid #898a8987;
  width: 48%;
  border-radius: 5px;
}
.panels{
  background:#fffffff6;
  min-height:200px;
  width:100%;
  max-width:500px;
  border-radius:3px;
  overflow:hidden;
  padding:20px;  
  padding-top: 0px!important;
}
.panel{
  display:none;
  animation: fadein .8s;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.panel-title{
  font-size:1.5em;
  font-weight:bold
}
.radio{
  display:none;
}
#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel{
  display:block
}
#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab{
  background:#fffffff6;
  color:#fff;
  
  background:#e2211c;
}

#four:checked ~ .panels #four-panel,
#five:checked ~ .panels #five-panel,
#six:checked ~ .panels #six-panel{
  display:block
}
#four:checked ~ .tabs #four-tab,
#five:checked ~ .tabs #five-tab,
#six:checked ~ .tabs #six-tab{
  background:#fffffff6;
  color:#fff;
  
  background:#e2211c;
}



.error-message{
    margin-top: -25px;
    color: #e2211c;
    margin-bottom: 10px;
}
.line{
    text-decoration: underline!important;
}
.red{
    color: #e2211c!important;
}
.ml-50{
    margin-left: -50px!important;
}

.rd-5{
    border-radius: 5px!important;
}
.btnf{
    width: 100%; 
    text-align: center;
    margin-top: -13px;
    /* background-image: linear-gradient(to right, #8213B1 , #300FB5); */
    background-color: #e2211c;
}
.td-1{
    border-top: 0px solid!important;
}
.form-text{
    color:#e2211c; 
    font-size: 14pt;
}


.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #b12028;
  background-color: #b12028;
}


/*testimonials*/
.demo{ background: #f8f8f8; }
.testimonial{
    /*margin: 0 20px 40px;*/
}
.testimonial .testimonial-content{
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #f0f0f0;
    position: relative;
}
.testimonial .testimonial-content:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}
.testimonial-content .testimonial-icon{
    width: 50px;
    height: 45px;
    background: #ff4242;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}
.testimonial-content .testimonial-icon:before{
    content: "";
    border-bottom: 16px solid #e41212;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}
.testimonial .description{
    font-size: 15px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #ff4242;
}
.owl-theme .owl-controls{
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #ff4242;
}

.testimonial3 {
    
}

.testimonial3 h1,
.testimonial3 h2,
.testimonial3 h3,
.testimonial3 h4,
.testimonial3 h5,
.testimonial3 h6 {
  color: #8a8a8a;
}

.testimonial3 .font-weight-medium {
  font-weight: 500;
}

.testimonial3 .bg-light {
  background-color: #f4f8fa !important;
}

.testimonial3 .subtitle {
  color: #8d97ad;
  line-height: 24px;
}

.testimonial3 .testi3 .card-body {
  padding: 20px;
}

.testimonial3 .testi3 h6 {
    line-height: 20px;
    font-size: 11pt;
}

.testimonial3 .testi3 .thumb-img img {
  width: 80px;
  margin-bottom: 20px;
}

.testimonial3 .testi3 .customer {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.testimonial3 .card.card-shadow {
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.testimonial3 .font-10 {
	font-size: 10px;
}

.testimonial3 .text-success {
    color: #2cdd9b !important;
}

.testimonial3 .text-muted {
    color: #8d97ad !important;
}

.testimonial3 .owl-theme .owl-dots .owl-dot.active span,
.testimonial3 .owl-theme .owl-dots .owl-dot:hover span {
  background: #e2211c;
}
.rounded-circle{
    display: block;
    margin-left: auto;
    margin-right: auto;
    
}
.mb-20{
    margin-bottom: 20px;
}

.banner-text{
    /*text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.57);
    color:#000;*/

}
.banner-text b{
    background: -webkit-linear-gradient(#300FB5, #8213B1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    font-size: 25pt;
}
.banner-text {
    background: -webkit-linear-gradient(#300FB5, #8213B1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner-text-2{
    color: #303e48;
    font-size: 17pt!important;
}
.banner-text-3{
    font-size: 13pt;
    border-radius: 25px 25px 25px 25px;
    color: #fff;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    width: 207px;
    background-image: linear-gradient(to right, #8213B1 , #300FB5);
}
.button-banner{
    border-radius: 25px!important;
    width: 245px; 
    text-align: center;
}
.banner-p{
    color:#320fb5;
}
.banner-p-2{
    color: #e2211c;
}
.txt-s-23{
    font-size: 23px;
}
.banner-1{
    font-size: 40px;
    font-weight: 500;
    margin: 0;
    line-height: 49px;
    font-family: Barlow;
    margin-top: 15px;
    color: #e2211c;
}
.text-line{
  -webkit-text-decoration-color: red;
  text-decoration-color: #303e48;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color:#303e48!important;
}
.old-price {
  position: relative;
  color: #303e48;
  padding-top: 8px;
  font-size: 20px;

}

.button-price {
    background: #ffffff;
    padding: 12px 30px;
    font-weight: 400;
    font-size: 15px;
    border-radius: 5px;
    color: #e2211c;
    letter-spacing: 1px;
    display: inline-block;
    border: 2px solid #e2211c;
    width: 100%;
    text-align: center;
}


.button-price:hover {
    border-color: #e2211c;
    color: #fff;
    background: transparent;
    transition: .5s ease-out;
    background-color: #e2211c;
}