/* your styles go here */

.p-y-2 {
    padding-top: 28px;
    padding-bottom: 28px;
}

.p-y-3 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.m-b-1 {
    font-size: 30px;
    margin-bottom: 18px;
}

.m-t-1 {
    margin-top: 18px;
}

/* Counters */

.border-image {
    position: relative;
    border-radius: 3px 3px 0 0;
    -webkit-box-shadow: -5.665px 9.429px 35px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -5.665px 9.429px 35px 0px rgba(0, 0, 0, 0.2);
}

section.counter .item {
    -webkit-box-shadow: -5.665px 9.429px 35px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -5.665px 9.429px 35px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 50px 50px;
    background-color: white;
}

section.counter .item .fa {
    font-size: 42px;
}

/* Pricing */

section.pricing .item {
    -webkit-box-shadow: -5.665px 9.429px 35px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -5.665px 9.429px 35px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    background-color: white;
}

section.pricing .item .card-body {
    padding: 40px;
}

section.pricing .item .card-header {
    font-size: 32px;
}

section.pricing .item .card-title {
    padding: 10px;
}

.pricing-card-title small {
    font-size: 18px;
}


/* Chat heads */

.chat-head {
    position: fixed;
    right: 5px;
    bottom: 100px;
    z-index: 9999;
    width: 150px;
    height: 150px;
}

.chat-head .person {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    background: url('/assets/images/landing/mariuszTomczuk.jpg') no-repeat center;
    background-size: 105%;
    border-radius: 150px;
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.7), 0 0 5px rgba(0, 0, 0, 1);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.chat-head .message {
    float: right;
    display: none;
    position: absolute;
    left: -620px;
    top: 13px;
    background: white;
    padding: 15px 15px;
    min-height: 30px;
    width: 600px;
    border-radius: 3px;
    box-shadow: inset 0px 0 3px rgba(255, 255, 255, 0.3), 0 0 1px black;
}

.chat-head .message:after {
    position: absolute;
    top: 7px;
    right: -16px;
    display: block;
    content: '';
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 15px solid #E04444;
}

.chat-head p {
    margin: 0;
    font-size: 18px;
    color: #2e324a;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
}

.chat-head p i {
    text-indent: 10px;
}

.chat-head p strong {
    margin-left: 400px;
}

.youtube-player {
    height: 411px;
}

@media (max-width: 1199px) {
    .youtube-player {
        height: 343px;
    }
}

@media (max-width: 991px) {
    .youtube-player {
        height: 388px;
    }
}

@media (max-width: 767px) {
    .chat-head {
        width: 64px;
        height: 64px;
        bottom: 160px;
    }

    .chat-head .message {
        top: 8px;
        left: -270px;
        width: 250px;
    }

    .chat-head p {
        font-size: 14px;
    }

    .chat-head p strong {
        margin-left: 80px;
    }

    .youtube-player {
        height: 287px;
    }
}

section.testimonials .avatar {
    width: 100px;
    height: 100px;
}

section.testimonials .name {
    font-size: 18px;
}

section.testimonials .achievements {
    font-size: 12px;
}

.banner-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

.banner-bottom img {
    height: 320px;
}

.banner-bottom .material-icons.close-banner {
    position: fixed;
    bottom: 300px;
    left: 150px;
    cursor: pointer;
}
