﻿.pos_stky {
    position: sticky
}

.lineicon {
    border-right: thin solid #818181;
    height: 76px;
    margin: auto;
    width: 1px
}
.br_bluebanner {
    border-top: 44px solid #ea9af5;
    background-image: url('/assets/project/img/feed.jpg') !important;
    width: 100%;
    background-size: cover !important;
    background-position: right !important;
    border-bottom: 3px solid #b5b1b1;
}
.br_bluebanner::before {
    content: '';
    background: rgba(255,255,255,0.7);
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}
.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: 28px;
    font-weight: bold;
    line-height: 34px;
    padding-top: 90px;
    text-align: center;
}

.likeit {
    border: thin solid #e7e3e2;
    display: inherit;
    border-radius: 3px;
    margin: 30px auto auto;
    padding: 10px;
    width: 100%;
    max-width: 161px;
    background-color: #ff0000;
    color: #fff;
}

.activbtnlike {
    background-repeat: repeat-x;
    color: #fff !important;
    background-color: #138c0d;
}

.hover_imagediv img:hover {
    transform: scale(1.1)
}

.hover_imagediv img {
    transition: all 1s ease-in-out
}

.font-18 {
    font-size: 18px
}

.GrandPrice, .HotelTravelCOlor, .font-b {
    font-weight: 500
}

.pr30 {
    padding-right: 30px
}

.pl30 {
    padding-left: 30px
}

section#content {
    min-height: 590px;
    padding-top: 40px;
    text-align: left;
}
header#header {
    top: 0;
    background: #9c00b1;
}
.feed-back {
    top: 170%;
}

    @media only screen and (max-width:991px) and (min-width:768px) {

        section#content {
            min-height: 505px !important;
        }
    }

    @media only screen and (max-width:767px) and (min-width:320px) {

        .Thank_divdiv {
            font-size: 18px;
            padding-top: 45px;
        }

        section#content {
            min-height: 485px;
        }
           
        .font-18 {
            font-size: 14px;
        }
        ul.feed-imog-div li {
            padding-bottom: 30px;
        }
    }
.feed-imog-div {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
ul.feed-imog-div li {
    display: inline-block;
}
  ul.feed-imog-div li img {
        width: 135px;
    }