﻿.header-image .title {
    position: absolute;
    height: 100%;
    top: 0;
    width: 50%;
    /* margin-left: -10%; */
    width: 420px;
    margin-top: 0;
}

.header-image {
    position: relative;
}

.header-image img {
    width: 100%;
    border-radius: 10px;
}

.col {
    display: block;
    float: left;
    width: 50%;
    padding: 1%;
    margin: 30px 0;
    margin: 30px auto;
    /* margin: auto; */
    text-align: center;
}

.col {
    font-size: 13px !important;
    color: #777 !important;
    letter-spacing: 0.5px !important;
}

.firts-slide {
    width: 100%;
    display: block;
    padding: 20px;
    background: #f5f5f5;
    margin-top: 50px;
    border-radius: 20px;
}

.header-image .contex-title {
    color: #fff;
    z-index: 9999;
    position: absolute;
    right: unset;
    text-align: left;
    top: 50%;
    padding-left: 20px;
    transform: translateY(-50%);
    /* right: 26%; */
    left: 10%;
}

.header-image .contex-title h1,
.header-image .contex-title h2 {
    color: #fff;
}

.header-image .contex-title h1 {
    margin-bottom: 16px;
    font-size: 35px;
    letter-spacing: 1px;
    font-weight: 900;
    line-height: 35px;
}

.header-image .contex-title h2 {
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 16px;
}

.img-story {
    display: block;
    border-radius: 20px;
    padding: 10px;
    max-width: 300px;
    margin: auto;
    text-align: center;
    margin-top: -30px;
    margin: auto;
}

.line-height {
    width: 200px;
    height: 6px;
    display: table;
    margin: 50px auto;
    background: #b51f29;
    text-align: center;
    border-radius: 10px;
}

@media (max-width: 1366px) and (min-width: 769px) {
    .header-image .contex-title h1 {
        margin-bottom: 20px;
        font-size: 30px;
        letter-spacing: 1px;
        font-weight: 400;
    }

    .header-image .contex-title h2 {
        padding-left: 30px;
        letter-spacing: 1px;
        font-weight: 400;
        font-size: 14px;
    }

    .header-image .title {
        width: 70%;
    }

    .header-image .contex-title {
        transform: translateY(-50%);
        width: 400px;
    }
}

p {
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 768px) {
    .header-image .contex-title {
        transform: translateY(0%);
    }

    .header-image .contex-title h1 {
        margin-bottom: 0;
        font-size: 20px;
        letter-spacing: 0.5px;
        font-weight: 700;
    }

    .header-image .contex-title h2 {
        padding-left: 30px;
        letter-spacing: 1px;
        font-weight: 400;
        font-size: 14px;
    }

    .col {
        width: 100%;
        padding: 10px;
    }

    .header-image .title {
        width: 70%;
    }

    .header-image .title {
        position: relative;
        height: auto;
        padding: 20px;
        top: 0%;
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        margin-left: 0;
    }

    .header-image .title:after {
        content: none;
    }

    .header-image .contex-title {
        color: #fff;
        z-index: 9999;
        position: relative;
        right: 15%;
        text-align: center;
        bottom: 0;
        top: 0%;
        left: 0;
        background-color: #b51f2a;
        padding: 20px;
        border-radius: 10px;
    }
}

.services .inputs label {
    font-weight: 600;
    letter-spacing: 0.5px;
}

.services .inputs input[type="text"] {
    border-radius: 10px;
    border: 1px solid #eee;
    background-color: #f9f9f9;
    font-size: 13px;
}

.services .buttons #SubmitCustomForm {
    background: #b51f29;
    border: 0;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 16px;
}

.services .forms h3 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.5px;
    font-weight: 700;
    font-size: 23px;
}

.services .forms {
    padding: 0 10px;
}

h2.title-page-services {
    color: #000;
    position: relative;
    font-size: 20px;
    font-weight: 900;
    padding: 10px;
    padding-left: 60px;
    text-align: left;
    text-transform: uppercase;
}

h2.title-page-services:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f05a";
    font-size: 40px;
    position: absolute;
    top: 8px;
    left: 12px;
    color: #b51f2a;
    line-height: 27px;
    transition: all 300ms linear;
}

a.service-cta {
    background: #b51f2a;
    padding: 10px;
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
    float: left;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 900;
    padding: 10px 20px !important;
    margin-left: 20px;
}

.services-price {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}

p .link {
        padding-left: 20px;
}

.services-price {
    text-align: center;
}

.services-price h3 {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 900;
    color: #000;
    margin-top: 20px;
}

.services-price h3 em {
    font-size: 13px;
    font-style: normal;
    color: #b51f29;
}

.services-price h3 em strong {
    color: #b51f29;
    text-transform: lowercase;
    font-size: 13px;
}

.services-price h3 em b {
    position: relative;
    padding: 0 10px;
    font-weight: 400;
}

.services-price h3 em b:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateX(-50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #b51f29;
}

.price-content {
    width: calc(100% - 20px);
    background-color: #e9ebee;
    border-radius: 50px;
    -webkit-box-shadow: 0 2px 12px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px -4px rgba(0, 0, 0, 0.1);
    max-width: 20px;
    position: relative;
    max-width: 1200px;
    overflow: visible;
    display: inline-block;
    margin-bottom: 10px;
    max-width: 800px;
    text-align: left;
}

.price-content em {
    background: #b51f2a;
    background-image: -webkit-linear-gradient(left, #b51f2a, #b51f2a);
    background-image: linear-gradient(to right, #b51f2a, #b51f2a);
    border-top-right-radius: 0 0 !important;
    border-bottom-right-radius: 5% 100% !important;
    width: calc(100% - 150px);
    display: block;
    float: left;
    padding: 4px 30px;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    letter-spacing: 0.5px;
}

.price-content .cost {
    width: 150px;
    display: block;
    float: left;
    text-align: right;
    color: #000;
    font-weight: 890;
    padding: 0px 20px;
    font-size: 15px;
}

/* .price-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: -18px;
    right: 18px;
    bottom: 0;
    background: #000;
    opacity: .7;
    -o-transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
    -webkit-transition: all .2s ease-in-out;
    z-index: 1;
} */
.jCarouselMainWrapper .item-grid {
    margin-top: 0 !important;
}

.nop-jcarousel .carousel-title strong {
    color: #000 !important;
    line-height: 0;
    margin: 0;
}

.nop-jcarousel .carousel-title {
    border: 0 !important;
    height: auto;
    margin-top: 50px;
}

.jCarouselMainWrapper .slick-next,
.jCarouselMainWrapper .slick-prev {
    position: absolute !important;
}

.nop-jcarousel .carousel-title strong {
    width: 100%;
}

.services .first-slide .owl-nav.disabled {
    display: block !important;
}

.services .form-fields {
    background-color: #fff !important;
    border: 0 !important;
    box-shadow: none !important;
}

.services .second-slide .owl-carousel.owl-drag .owl-item {
    border: 0px solid #eee;
    border-radius: 0;
    padding: 0;
}

.services .second-slide .owl-carousel.owl-drag .owl-item {
    transform: scale(0.8);
    padding: 10px 0px;
    transition: all 0.5s;
    border-radius: 10px;

    padding: 0 !important;
}

.services .second-slide .owl-carousel.owl-drag .owl-item img {
    opacity: 0.3;
}

.services .second-slide .owl-carousel.owl-drag .owl-item.active img {
    border-radius: 10px;
}

.services .second-slide .owl-carousel.owl-drag .owl-item.active.center img {
    opacity: 1;
}

.services .second-slide .owl-carousel.owl-drag .owl-item.active.center {
    opacity: 1;
    margin: 0 !important;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.second-slide h3 {
    color: #000;
    position: relative;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    padding: 10px 0;
    display: inline-block;
    margin: auto;
    display: block;
    margin-bottom: 30px;
    margin-top: 50px;
}

.services .owl-carousel.owl-drag .owl-item {
    background-color: #fff;
    border: 0px solid #eee;
    border-radius: 10px;
    padding: 10px;
}

.services .owl-carousel .owl-nav button.owl-prev,
.services .owl-carousel .owl-nav button.owl-next,
.services .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    background: #b51f29 !important;
    font-size: 22px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.services .owl-carousel .owl-nav button.owl-prev {
    background-image: url(../../images/academy/owl-prev.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.services .page-body {
    margin-top: 30px;
}

.services .owl-carousel .owl-nav button.owl-next {
    background-image: url(../../images/academy/owl-next.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.services .owl-carousel .owl-nav button.owl-prev span,
.services .owl-carousel .owl-nav button.owl-next span {
    font-size: 0;
}

.services .owl-theme .owl-next {
    top: 50%;
    transform: translate(0, -60%);
    right: -15px;
}

.services .owl-theme .owl-prev {
    top: 50%;
    transform: translate(0, -60%);
    left: -15px !important;
}

.services .firts-slide .owl-carousel.owl-drag .owl-item {
    border: 0;
    margin: 20px 0px;
}

@media (max-width: 768px) {
    .benefits-box {
        width: 98%;
    }
}

@media (max-width: 520px) {
p .link {
    padding-left: 20px;
    display: table;
    width: 100%;
    text-align: center;
    margin: 10px auto;
}
a.service-cta {
    background: #b51f2a;
    padding: 10px;
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
    float: left;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 900;
    padding: 10px 20px !important;
    margin-left: 20px;
    width: 80%;
    margin: 0;
    text-align: center;
    margin: auto;
    display: block;
    float: none;
    margin-bottom: -30px;
}
    .price-content em {
       font-size: 12px;
       padding: 5px 10px;
       line-height: 13px;
    }

   
    .price-content,
    .price-content em {
        height: 50px;
    }

    .price-content em {
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        align-items: center;
        display: flex;
    }

    .price-content .cost {
       width: 150px;
       display: block;
       float: left;
       text-align: right;
       color: #000;
       font-weight: 800;
       padding: 0px 20px;
       font-size: 20px;
       padding-top: 10px;
    }
}