﻿.pos_stky {
    position: relative;
    display: inline-block;
    background: rgba(255,255,255,0.7);
    border-radius: 11px;
    padding: 25px;
    top: 110px;
}
.lineicon {
    border-right: thin solid #818181;
    height: 76px;
    margin: auto;
    width: 1px
}

.bgcolbanner {
    background: rgba(0,0,0,.1)
}
.br_bluebanner {
    border-top: 44px solid #d200ee;
    background-image: url('/assets/project/img/like-img.png') !important;
    width: 100%;
    background-size: cover !important;
    background-color: #fff !important;
    position: relative;
}

    .br_bluebanner::before {
        content: '';
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
    }
section#content {
    min-height: 560px;
}

.cenfeedback .ser_line_center {
    background-color: #E7E8EA !important;
    color: #505050 !important;
    font-size: 27px
}

.cenfeedback.cen::after {
    border-top: 1px solid #b0b0b0
}

.cenfeedback .ser_circle4, .cenfeedback .ser_circle5 {
    background: #b0b0b0;
    border-radius: 5px;
    height: 10px;
    top: 13px;
    width: 10px
}
.Thank_divdiv {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 40px;
}

.likeit, .likeit:hover {
    color: #544A4B
}

.likeit {
    border: thin solid #E7E3E2;
    display: inherit;
    border-radius: 3px;
    margin: 30px auto auto;
    padding: 10px;
    width: 100%;
    max-width: 161px;
    background-color: #F0E6E5
}

.activbtnlike {
    background-image: url(https://d1vqfl8cu8qgdj.cloudfront.net/assets/img/likebtn.png);
    background-repeat: repeat-x;
    color: #fff !important
}

.hover_imagediv img:hover {
    transform: scale(1.1)
}

.hover_imagediv img {
    transition: all 1s ease-in-out
}

@media screen and (max-width:768px) and (min-width:320px) {
    .img-centerdiv {
        margin: 20px auto auto;
        width: 234px
    }

    .cenfeedback .ser_circle4, .cenfeedback .ser_circle5 {
        display: none
    }
}
