@import url(https://fonts.googleapis.com/css2?family=Assistant:wght@200;400;500;600;700&display=swap);
body {
    font-family: Assistant, sans-serif;
    padding: 0;
    margin: 0;
    background: #f1f2f6
}

body .container {
    max-width: 1100px !important;
    margin: 0 auto !important
}

.sub_header {
    background: #d5d4d0
}

.flex-content h1,
.flex-content img {
    margin-bottom: 20px
}

.sub_header p {
    text-align: center;
    padding: 6px;
    margin-bottom: 0
}

.hd-logo img {
    width: 66%;
}

.header {
    padding: 10px 0;
    background: #fff
}

.managedate {
    font-size: 20px;
    font-weight: 600;
    margin-bottom:10px !important;
}

.managedate img {
    border-radius: 50%
}

.middel-cont {
    background: #f1f2f6;
    margin-top: 30px
}

.content-full {
    background: #fff;
    padding: 30px
}

.avlr a {
     background-color: #2ab64b;
    color: #fff;
    display: block;
    padding: 12px 10px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 26px;
    margin-top: 20px;
}

.wn-blue h3,
.wn-content p {
    margin-bottom: 0
}

.wn-blue {
    background: #459ef7;
    color: #fff;
    font-weight: 800;
    padding: 15px
}

.wn-content {
    padding: 20px;
    background: #f4f4c3
}

.wn-content p {
    font-size: 18px !important;
    line-height: initial !important
}

.wn-content span {
    color: red
}

.pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}

@keyframes pulse {
    0%,
    100% {
        transform: scale(.9)
    }
    50% {
        transform: scale(1)
    }
}

@-webkit-keyframes pulse {
    0%,
    100% {
        -webkit-transform: scale(.95)
    }
    50% {
        -webkit-transform: scale(1)
    }
}

.avlr a:hover {
    background-color: #209b3d;
    color: #fff
}

.manage-images-role {
    width: 50%;
    margin: 20px auto;
    display: block
}

.reviewbox img {
    margin-bottom: 15px
}

.reviewbox {
    margin-bottom: 30px
}

.reviewbox p {
    margin-bottom: 10px;
    line-height: normal
}

.make-me-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.flex-content p {
    font-size: 22px;
    color: #000
}

.footer {
    padding: 20px 0
}

.footer li {
    display: inline-block;
    margin-right: 9px
}

.lightblue-bg {
    background: #d3f5ff;
    padding: 20px 20px 10px;
    margin-bottom: 15px;
    margin-top: 20px;
}
.lightblue-bg ul li{    font-size: 22px;}

.flex-content li{    font-size: 22px;} 

.role-drop-image-tag span {
    font-style: italic;
    font-weight: 500;
    background: #eaeaea;
    padding: 3px 5px;
    margin-top: 0px !important;}

.role-drop-image-tag img{margin-bottom: 0px;    }



.review-box {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0px 0px 7px #cccc;
    overflow: hidden;
}

.review-box .username-box .col img {
    width: 50px;
    border-radius: 50px;
    margin-bottom: 10px;
}
.review-box .username-box .us-name {
    font-size: 18px;
    font-weight: 800;
    color: #0056be;
}
.username-box p {
    margin-bottom: 0px;
}
.review-box .username-box .us-name-hr {
    font-size: 16px;
    font-weight: 600;
    margin-top: -5px;
}
.review-box .reviewpra p {
    font-size: 17px;
    line-height: normal;
    margin-bottom: 10px;
        height: 114px;
    overflow: hidden;
}
.review-image img {
    margin-bottom: 10px !important;
}

.likes-comments {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.emojis {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}
.image-5 {
    width: 14px;
    height: 14px;
    margin-bottom: 0px !important;
    margin-top: 3px;
}
.numcount {
    margin-left: 6px;
    color: #0d0d0d;
    font-size: 14px;
    line-height: normal;
    font-weight: 700;
}
.numcount2 {
    width: 82px;
    color: #7c7c7c;
    font-weight: 600;
}
.likers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding: 8px 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.likers img {
    margin-bottom: 0px !important;
}
.likers img {
    display: inline-block;
    max-width: 100%;
}

.review-matter {
    margin: 30px 0;
}
.review-matter {
    text-align: center;
}
.star {
    text-align: left;
    margin-bottom: 10px;
}

.review-matter .fa-star {
    color: #f5c74d;
}
.review-matter p {
    font-size: 20px;
    text-align: left;
    font-weight: 600;
    line-height: normal;
}
.review-matter .d-flex p {
    margin-bottom: 5px;
}
.review-matter h4 {
    font-weight: 700;
    font-size: 22px;
    margin: 10px 0;
    text-align: left;
}

.review-matter img {
    width: 60px;
    border-radius: 80px;
}

.manage-reviews {
    margin-bottom: 15px;
}

.manage-reviews .icon-square img {
    width: 50px;
    border-radius: 50px;
}
.round-gray {
    background: #f2f2f2;
    padding: 12px 20px;
    border-radius: 10px;
    border: 1px solid #dbdbdb;
}
.manage-reviews h4 {
    margin-bottom: 0px;
    margin-top: -6px;
    color: #000;
    font-weight: 700;
    font-size: 17px;
}
.manage-reviews p {
    margin-bottom: 0px;
}

.leftsp {
    padding-left: 10px;
    margin-top: -6px;
}
.manage-reviews-2 p {
    margin-bottom: 0px;
}
.manage-reviews-2 span {
    font-size: 16px;
}
.col-6.leftsp2 {
    text-align: right;
    padding-right: 25px;
}
.manage-reviews-2 span {
    font-size: 16px;
}
.col-6.leftsp2 img {
    margin-bottom: 0px;
}
.manage-reviews-2 img {
    width: 18px;
    margin-right: 0px;
}
.manage-reviews-leftside {
    margin-left: 80px;
}
.camment {
    font-size: 18px !important;
}

.bg-ligt-yellow {
    background: #ff0;
    padding: 20px;
    margin-bottom: 20px;
}

.bg-ligt-yellow h3 {
    margin-bottom: 0px;
    
}

.hand-larg{
    text-align: center;
    font-size: 30px;
}

@media screen and (max-width:1003px) {
.content-full     .col-md-8 {
        flex: 0 0 auto;
        width: 1000%;
    }

    .content-full     .col-md-4 {
        flex: 0 0 auto;
        width: 1000%;
    }

    .role-drop-image-tag img{width: 100%;}

}

@media screen and (max-width:988px) {
    .review-box .reviewpra p {   
    height: 128px;
    overflow: hidden;
}
}

@media screen and (max-width:904px) {
    .review-box .reviewpra p {   
    height: 150px;
    overflow: hidden;
}
}

@media screen and (max-width:767px) {

    .blosp {font-size: 51px;}
    .blosp span{display: block;}

    .hand-larg{font-size: 28px;}

    .review-matter p {
    font-size: 18px;
}

    .bg-ligt-yellow {
   
    padding: 10px;
    margin-bottom: 10px;
}

    .review-box .reviewpra p {   
    height: 100%;
    overflow: hidden;
}
    .flex-content h1 {
        margin-bottom: 5px
    }
    .managedate {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .managedate img {
        width: 22px;
        margin-left: 8px
    }
    .avlr a {
       padding: 12px 30px;
    font-size: 30px;
    line-height: normal;
}
    
    .sub_header p {
        text-align: center;
        padding: 0;
        margin-bottom: 0
    }
    .header {
        padding: 0;
        background: #fff
    }
    .header .col-9 {
        display: none !important
    }
    .header .col-3 {
        flex: 0 0 auto;
        width: 100%
    }
    .hd-logo img {
        width: 28%;
        margin: 10px auto;
        display: block
    }
    .content-full {
        background: #fff;
        padding: 10px
    }
    .middel-cont {
        background: #f1f2f6;
        margin-top: 10px
    }

    .flex-content p {
    font-size: 22px;
    color: #000;
    margin-bottom: 10px;
    line-height: normal;
}

.lightblue-bg {
  
    padding: 10px 10px 3px;
}

.likers {
    padding: 8px 0px;
    overflow: hidden;
}

.manage-reviews-leftside {
    margin-left: 10px;
}

.round-gray {
    background: #f2f2f2;
    padding: 12px 10px 8px;
    border-radius: 10px;
}

.manage-reviews h4 {
    margin-bottom: 0px;
    margin-top: -6px;
    color: #000;
    font-weight: 700;
    font-size: 15px;
}

.manage-reviews p {
    margin-bottom: 0px;
    line-height: normal !important;
}
.col-6.leftsp2 {
    text-align: right;
    padding-right: 10px;
    margin-left: 0px;
    flex: 0 0 auto;
}

.camment {
    font-size: 14px !important;
}

.manage-reviews .icon-square img {
    width: 50px;
    border-radius: 50px;
}
.manage-reviews-2 img {
    width: 14px;
    margin-right: 0px;
}

.role-drop-image-tag span {
   
    font-size: 13px;
}
}



@media screen and (max-width:577px){.blosp {font-size: 48px;}}
@media screen and (max-width:540px){.blosp {font-size: 45px;}}
@media screen and (max-width:509px){.blosp {font-size: 42px;}}
@media screen and (max-width:485px){.blosp {font-size: 40px;}}
@media screen and (max-width:459px){.blosp {font-size: 38px;}}
@media screen and (max-width:440px){.blosp {font-size: 37px;} .avlr a{font-size: 37px;}}

@media screen and (max-width:430px){.blosp {font-size: 36px;}}
@media screen and (max-width:419px){.blosp {font-size: 35px;}}
@media screen and (max-width:414px){.blosp {font-size: 34px;}}
@media screen and (max-width:400px){.blosp {font-size: 32px;} .avlr a{font-size: 34px;}}
@media screen and (max-width:375px){.avlr a{font-size: 32px;}}
@media screen and (max-width:375px){.blosp {font-size: 30px;}}

@media screen and (max-width:390px){.blosp {font-size: 31px;}}
@media screen and (max-width:370px){.blosp {font-size: 30px;}}
@media screen and (max-width:360px){.blosp {font-size: 29px;} .avlr a{font-size: 30px;}}
@media screen and (max-width:350px){.blosp {font-size: 28px;}}
@media screen and (max-width:344px){.blosp {font-size: 27px;} .avlr a{font-size: 27px;}}
@media screen and (max-width:320px){.blosp {font-size: 25px;}}


@media screen and (max-width:330px) {
.manage-reviews-2 span {
    font-size: 14px;
}
.manage-reviews-2 img {
    width: 12px;
    margin-right: 0px;
}

}