.font-domaine{
    font-family: DomaineDisplay, Georgia, Arial, sans-serif;
}
::-webkit-scrollbar {
    width: 5px !important;
}
::-webkit-scrollbar-thumb {
    background: #3a3c6f !important;
}
::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
}
.ml-a3 {
    margin: auto 0 auto 1rem !important;
}
.blog-header{
    font-weight: 400;
    font-size: 48px;
    color: #000;
    display: inline-block;
    border-top: 10px solid;
    font-family: DomaineDisplay, Georgia, Arial, sans-serif;
}
.blog-header-white{
    font-weight: 400;
    font-size: 48px;
    color: #f1f1f1;
    font-family: DomaineDisplay, Georgia, Arial, sans-serif;
}
.profile-image {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #d7d7d7;
    font-size: 20px;
    color: #8b8786;
    text-align: center;
    line-height: 45px;
}
.bebuzee-font-12{
    color: #000;
    font-weight: 700;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    margin: 0px 15px;
    margin-bottom: 4px;
    max-width: 300px;
}
.bebuzee-image-23{
    max-width: 160px;
    max-height: 130px;
    object-fit: contain;
    object-position: center;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}
.profile_page .container{     
    max-width: 740px !important;
}
.bg-profile{
    height: 35px;
    width: 35px;
    object-fit: cover;
    object-position: top;
}
.word-wrap{
    word-wrap: break-word;
    width: 100%;
}
.bg-profile-sm{
    height: 25px;
    width: 25px;
    object-fit: cover;
    object-position: top;
}
.bg-black{
    background-color: #0f0f0f !important;
}
.like-block > span > .fa-heart, .list-inline-item > span > .fa-heart, .list-inline-item > .fa-heart {
    color: #dc3545 !important;
}
.bg-black1{
    background-color: #111 !important;
}
.modal-open .modal {
    background-color: rgba(0,0,0, 0.9);
}
.video_page{
    margin-left: 80px;
    margin-right: 80px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 20px;
}
textarea::-webkit-input-placeholder {
    color: #4a4a4a;
}
textarea:-moz-placeholder {
    color: #4a4a4a;
}
textarea::-moz-placeholder {
    color: #4a4a4a;
}
textarea:-ms-input-placeholder {
    color: #4a4a4a;
}
textarea::placeholder {
    color: #4a4a4a;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.image-area {
    position: relative;
    width: 212px;
    margin: 10px 10px;
}
.remove-image {
    display: none;
    position: absolute;
    top: 0px;
    right: -20px;
    border-radius: 10em;
    padding: 2px 6px 3px;
    text-decoration: none;
    font: 700 21px/20px sans-serif;
    background: #555;
    border: 3px solid #f1f1f1;
    color: #f1f1f1;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 2px 4px rgba(0,0,0,0.3);
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}
input:checked + .slider {
    background-color: #0110ff;
}
input:focus + .slider {
    box-shadow: 0 0 1px #0110ff;
}
input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}
.color-inherit{
    color: inherit;
}
.btn-paypal {
    background-color: #fec43a;
    border-color: #fec43a;
    color: #000;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    width: 100%;
    margin-bottom: 8px;
}
.btn-paypal img {
    width: auto;
    height: 22px;
    margin-left: 10px;
}
.btn-paypal:hover {
    background-color: #fec43a;
    border-color: #fec43a;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.btn-stripe {
    background-color: #2d2e5e;
    border-color: #2d2e5e;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    width: 100%;
    margin-bottom: 8px;
}
.btn-stripe img {
    width: auto;
    height: 22px;
    margin-left: 10px;
}
.btn-stripe:hover {
    background-color: #2d2e5e;
    border-color: #2d2e5e;
    box-shadow: 0 4px 10px rgba(255, 255, 255, 0.2);
}
.divider1 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-weight: bold;
    font-size: 1rem;
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
}

.divider1::before,
.divider1::after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: #ccc;
    margin: 0 10px;
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
.scrolling{
    height: 130px;
    overflow-y: scroll;
}
.scrolling-home{
    height: 480px;
    overflow-y: scroll;
}
.scrolling-home1{
    height: 480px;
    overflow-y: scroll;
}
.modal_scrolling{
    height: 760px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.avatar-16 {
    object-fit: cover;
    object-position: top;
    height: 16px;
    width: 16px;
    min-width: 16px;
}
.buzzerfeed-B1g43ff{
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    margin-bottom: 12px;
}
.buzzerfeed-B1g43ff:hover, .buzzerfeed-B1g43ff:focus{
    background-color: rgb(239, 243, 244);
}
.gfe23D{
    color: #000;
    font-weight: 700;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 4px;
    word-break: break-word;
}
.N1hrue4{
    margin: 12px 12px 0px 12px;
}
.B1bfver{
    padding: 12px 12px 2px;
}
.B1f4i3n{
    color: rgb(83, 100, 113);
    width: 16px;
    height: 16px;    
    margin-right: 12px;
}
.B1ghif4{
    color: rgb(83, 100, 113);
    font-size: 12px;
    font-weight: 500;
}
.B1jg3f{
    margin-right: 12px;
}
.B1et43t{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-right: 2px;
}
.B1hj43t{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-right: 2px;
}
.B1h6f43{
    border-radius: 12px;
    max-height: 510px;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
}
.R0gur43{
    border-radius: 12px;
}
.B0g433{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #000;
}
.B1t43t{
    max-height: 510px;
    width: auto;
    max-width: 100%;
}
.R1t4ok{
    width: 100%;
    display: flex;
}
.R1fefw23{
    width: 50%;
}
.GHTUE45{
    min-width: 118px;
}
.R1gdfgd{
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%
}
.R1rgdfv{
    max-height: 255px;
    overflow: hidden;
}
.R1fejo4{
    border: 1px solid #ebebeb;
}
.font-family-buzz{
    text-overflow: unset;
    color: rgb(15, 20, 25);
}
.R1ht4t{
    width: 1.25em;
    font-weight: 400;
    font-size: 16px;
}
.R1hy6j{
    width: 1.65em;
    font-weight: 400;
    font-size: 20px;
    margin-right: 8px;
}
.R1grgre{
    height:18px;
}
.R1gghee{
    height:25px;
}
.blueDot{
    height: 10px;
    width: 10px;
    background-color: #0110ff;
    border-radius: 50%;
    border: 1px solid white;
    display: inline-block;
    position: relative;
    top: -14px;
    left: -14px;
}
.indigoDot{
    height: 10px;
    width: 10px;
    background-color: #3a3c6f;
    border-radius: 50%;
    border: 1px solid white;
    display: inline-block;
    position: relative;
    top: -14px;
    left: -14px;
}
.TTfwefwe{
    border: 1px solid #ebebeb;
    border-radius: 12px;
    margin: 5px;
}
.TTfwefwe:hover, .TTfwefwe:focus{
    background-color: rgb(239, 243, 244);
}
.TTScroll-fef{
    height: 210px;
    overflow: scroll;
    padding: 10px;
}
.gif_file{
    object-fit: cover;
    object-position: center;
    height: 250px;
    width: 100%;
}
.sticker_file{
    object-fit: contain;
    object-position: center;
    height: 250px;
    width: 100%;
    border: 1px solid;
}
.gif_search{
    margin-top: 15px;
    right: 15px;
    position: absolute;
}
.dropdown-toggle::after {
    display: none !important;
}
.dropdown-menu-set{
    min-width: 13rem !important;
    top :-10px !important;
    left: -160px !important;
}
.dropdown-category-set{
    left: -30px !important;
    min-height: 115px;
    max-height: 300px;
    overflow-y: scroll;
}
.dropdow-language-set{
    min-width: auto;
    padding: 0px;
    margin: 0px;
}
.dropdow-country-set{
    min-width: 120px;
    padding: 0px;
    margin: 0px;
    max-height: 250px;
    overflow-y: scroll;
}
.dropdown-menu-stream{
    min-width: 11rem !important;
    top: -10px !important;
    left: -105px !important;
}
.max-height-40 {
    max-height: 40px !important;
}
.max-height-30 {
    max-height: 30px !important;
}
.dropdown-menu-genres{
    min-width: 11rem !important;
    top: -10px !important;
    left: 30px !important;
    max-height: 230px;
    overflow: scroll;
}
.language-re4r34{
    margin: 5px 15px;
}
.mr-85{
    margin-right: 85px !important;
}
.comment-area{
    margin: 10px;
    position: relative;
}
.blog_layout{
    margin-top:110px;
    min-height:350px;
}
.buzzerfeed-area{
    margin: 10px 0px 5px;
    position: relative;  
    max-width: 100%;
}
.buzzerfeed-comment-area{
    margin: 10px 0px 5px;
    position: relative;
    max-width: 225px;
}
.r45rwu{
    bottom: 0;
    position: absolute;
}
.h4e43a{
    border: 2px solid #cfd9de;
    height: 100%;
    position: absolute;
    margin-left: -25px;
}
.h4e46a{
    border: 1.5px solid #cfd9de;
    height: 100%;
    position: absolute;
    margin-left: -17px;
}
.advertisment_heading{
    font-size: 48px;
    color: #000;
}
.contact{
    width: 76%;
    float: right;
    margin-bottom: 15px !important;
}
.contact-code{
    font-size: 12px !important;
    width: 20%;
    position: absolute;
}
.contact-code1{
    font-size: 12px !important;
    width: 10%;
    position: absolute;
}
.scrolling-post{
    max-height: 512px;
    min-height: 300px;
    overflow-y: scroll !important;
    overflow-x: hidden;
}
.scrolling-post-comment{
    max-height: 512px;
    overflow-y: scroll !important;
    overflow-x: hidden;
}
.scrolling-post1{
    max-height: 512px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.scrolling-post-reply{
    max-height: 512px;
    overflow-y: scroll !important;
    overflow-x: hidden;
}
.height-40{
    height: 40px !important;
}
.max-height-35{
    max-height: 35px !important;
}
.max-height-40{
    max-height: 40px !important;
}
.max-height-50{
    max-height: 50px !important;
}
.max-height-60{
    max-height: 50px !important;
}
.height-80{
    height: 80px !important;
}
.max-width-160{
    max-width: 160px !important;
}
.max-width-130{
    max-width: 130px !important;
}
.max-width-180{
    max-width: 180px !important;
}
.max-width-100{
    max-width: 100px !important;
}
.margin-left-50{
    margin-left: 50px;
}
.display-none{
    display: none !important;
}
.color-black{
    color: #000 !important;
}
.modal-prev{
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
}
.modal-next{
    position: absolute;
    right: -50px;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
}
.modal-loader{
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
}
.blog_category{
    background-color: #dbddff;
    /*border: 1px solid #0110ff;
    */
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.form-control1 {
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f1f1f1;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-open-design {
    width: 100%;
    color: #000;
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
    background: transparent;
}
.form-label-design{
    font-size: 13px;
    margin-bottom: 0px;
}
.display-contents{
    display: contents !important;
}
.ddf43f{
    margin-left: auto !important;
    margin-top: 5px;
}
button:disabled, button[disabled]{
    cursor: default !important;
}
.cursor-pointer{
    cursor: pointer !important;
    user-select: none;
}
.border-danger{
    border-color: #e83e8c !important;
}
.border-success{
    border-color: #3ac586 !important;
}
.accent-color{
    accent-color: #3ac586 !important;
}
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}
.overlay-white {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}
.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: left;
    margin-top: 30px;
}
.shortbuz-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: rgb(255 255 255);
    overflow-x: hidden;
    transition: 0.5s;
}
.shortbuz-overlay-content {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: left;
}
.frfr34r{
    border-top: 0!important;
    border-left: 0!important;
    border-right: 0!important;
    border-bottom: 1px solid #dee2e6!important;
}
.tagDisplay {
    position: absolute;
    background: #000;
    color: #f1f1f1;
    padding: 5px 10px;
    border-radius: 100px;
}
.tagBox{
    width: 270px;
    height: 250px;
    position: absolute;
    border-radius: 8px;
    background-color: #f1f1f1;
}
.scrolling-taglist{
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.ftrerg{
    left: 18px;
    transform: rotate(90deg);
    top: -10px;
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
    position: absolute;
    clip-path: path( 'M8 0C8 4 9.32406e-08 7.819 1.25211e-07 10.5C1.57188e-07 13.1815 8 17.0005 8 21L8 0Z' );
    height: 20px;
    width: 15px;
}
.ftrerg1{
    left: 18px;
    transform: rotate(90deg);
    top: -10px;
    background: #000;
    border: 1px solid #000;
    position: absolute;
    clip-path: path( 'M8 0C8 4 9.32406e-08 7.819 1.25211e-07 10.5C1.57188e-07 13.1815 8 17.0005 8 21L8 0Z' );
    height: 20px;
    width: 15px;
}
.overlay a {
    padding: 8px;
    text-transform: uppercase;
    font-size: 24px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
}
.overlay-white a {
    padding: 8px;
    text-transform: uppercase;
    font-size: 24px;
    color: #000;
    display: block;
    transition: 0.3s;
}
.scrolling-home a{
    text-transform: capitalize;
    font-size: 22px;
}
.scrolling-home1 a{
    text-transform: capitalize;
    font-size: 18px;
    padding-bottom: 0px;
}
.overlay a:hover, .overlay a:focus {
    color: #0110ff;
}
.overlay-white a:hover, .overlay-white a:focus {
    color: #0110ff;
}
.overlay .closebtn {
    position: absolute;
    top: 45px;
    right: 45px;
    font-size: 60px;
}
.overlay-white .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
.overlay-font{
    margin-bottom: 10px !important;
    text-transform: uppercase;
}
.overlay-font-sup{
    color: red;
    font-size: 12px;
    top: -15px;
    left: 0px;
}
.bebuzee-hr{
    border-top: 2px solid #cde9f6;
}
.border-radius-5{
    border-radius: 5px;
}
.color-bebuzee{
    color: #0110ff !important;
}
.fill-bebuzee{
    fill: #0110ff !important;
}
.color-indigo{
    color: #3a3c6f !important;
}
.fill-indigo{
    fill: #3a3c6f !important;
}
.bebuzee-btn{
    border-radius: 5px;
    background-color: #0110ff !important;
    border-color: #0110ff !important;
    color: #f1f1f1 !important;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.fd43f43{
    padding-left: 3rem !important;
    list-style: disc;
}
.fd43f43 li{
    text-align: justify;
}
.da3rfd{
    background-color: #dbddff;
    padding: 10px;
    border-radius: 5px;
}
.container-fdsr4{
    margin-bottom: 15px;
    border: 1px solid #0110ff;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.ft3g5g{
    background-color: #FFFADB !important;
}
.er45rt{
    background-color: #0110ff24;
    border: none;
    border-radius: 25px;
    height: 50px;
    padding-left: 30px;
    width: 95%;
    margin-left: 8px;
}
.fe43re{
    background-color: #d4d6f8;
    border-radius: 50%;
    font-size: 22px;
    height: 45px;
    line-height: 30px;
    position: absolute;
    margin-left: 81%;
    color: #6c757d;
}
.te43rw{
    width: 0px;
    height: 0px;
}
.travel_search ul li{
    font-size: 32px;
    width: 30%;
    text-align: center;
    border: 1px solid;
    cursor: pointer;
}
.travel_search ul li:hover{
    background-color: #0110ff;
    color: #f1f1f1;
}
.travel_search ul li p:hover{
    color: #f1f1f1;
}
.ert4et4{
    position: absolute;
    z-index: 1000;
    background-color: #fff;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    margin-top: 5px;
    width: auto;box-shadow: rgb(205, 233, 246) 0px 5px 15px;
}
.r4334f3{
    height: 55px;
    position: absolute;
}
.t45ew4{
    margin-left: 65px;
}
.about_content1{
    top: 30%;
}
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    top: 110px;
}
.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.wer34f{
    border: 1px dotted;
    background-color: #dbddff;
    min-height: 250px;
}
.img-er3r3{
    border-radius: 5px;
    width: 212px;
    margin: 10px 10px;
    border: 1px solid;
    padding: 5px;
    box-shadow: rgb(0 0 0 / 25%) 0px 54px 55px, rgb(0 0 0 / 12%) 0px -12px 30px, rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px;
}
#lightbox {
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity ease 0.4s;
}
#lightbox.show {
    visibility: visible;
    opacity: 1;
}
#lightbox img {
    width: 100%;
    height: auto;
    object-fit: none;
}
.btn-buzzerfeed{
    border-radius: 5px;
    background-color: #3a3c6f;
    border-color: #3a3c6f;
    color: #f1f1f1;
    font-size: 16px;
    font-weight: bold;
    height: 36px;
    line-height: 1.2;
}
.description{
    color: #0f0f0f;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    display: block;
    max-height: 9.8rem;
    -webkit-line-clamp: 7;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}
.ER32BG{
    width: 1.25em;
    height: 1.25em;
    fill: rgb(1, 16, 255);
    color: rgb(1, 16, 255);
    vertical-align: -webkit-baseline-middle;
}
.RTU89I{
   min-height: 36px;
   min-width: 36px;
   background-color: transparent;
   text-align: center;
}
.RTU89I:hover, .RTU89I:focus{
    transition-duration: 0.2s;
   
    background-color: rgba(1,16,255,0.10);
    cursor: pointer;
    border-radius:50%;
}
.ER32FG{
    width: 1.25em;
    height: 1.25em;
    fill: #000;
}
.ER32RG{
    width: 1.25em;
    height: 1.25em;
    fill: rgb(249, 24, 128);
}

.GH43ER{
    font-size: 14px;
    color: #000;
    margin-left: 3px;
}
.GH54ER{
    font-size: 16px;
    color: #000;
    margin-left: 3px;
}
.GH54RR{
    font-size: 16px;
    color: rgb(249, 24, 128);
    margin-left: 3px;
}
.HJ324U{
    cursor: pointer;
    display:flex;
    align-items: center;
}
.btn-buzzerfeed:hover, .btn-buzzerfeed:focus{
    background-color: #f1f1f1;
    border-color: #3a3c6f;
    color: #3a3c6f;
}

.cor-bebuzee{
   color: #0110ff;
   fill: #0110ff;
}
.ER39RG{
   width: 1.75em;
   height: 1.75em;
   fill: #000;
}
.ER38RG{
   width: 1.25em;
   height: 1.25em;
   fill: #000;
}
.GH59ER{
   font-size: 20px;
   color: #000;
   margin-left: 3px;
}
.btn-bebuzee2{
    border-radius: 5px;
    background-color: #FF6D38;
    border-color: #FF6D38;
    color: #f1f1f1;
    font-size: 16px;
    font-weight: bold;
    height: 45px;
    line-height: 1.2;
}
.btn-bebuzee2:hover, .btn-bebuzee2:focus{
    background-color: #f1f1f1;
    border-color: #FF6D38;
    color: #FF6D38;
}
.btn-bebuzee1{
    border-radius: 5px;
    background-color: #0110ff;
    border-color: #0110ff;
    color: #f1f1f1;
    font-size: 16px;
    font-weight: bold;
    height: 33px;
    line-height: 1;
}
.btn-bebuzee1:hover, .btn-bebuzee1:focus{
    background-color: #f1f1f1;
    border-color: #0110ff;
    color: #0110ff;
}
.btn-follow{
    border-radius: 5px;
    background-color: #0110ff;
    color: #f1f1f1 !important;
    font-size: 16px !important;
    padding: 5px 10px 5px 10px;
}
.btn-follow:hover, .btn-follow:focus{
    background-color: #f1f1f1;
    border: 1px solid #0110ff;
    color: #0110ff !important;
}
.btn-following{
    border-radius: 5px;
    background-color: #f1f1f1;
    border: 1px solid #0f0f0f;
    color: #0f0f0f !important;
    font-size: 16px !important;
    padding: 5px 10px 5px 10px;
}
.btn-following:hover, .btn-following:focus{
    background-color: #0f0f0f;
    color: #f1f1f1 !important;
}
.font-size-8{
    font-size: 8px !important;
}
.font-size-10{
    font-size: 10px !important;
}
.font-size-12{
    font-size: 12px !important;
}
.font-size-14 {
    font-size: 14px !important;
}
.font-size-16 {
    font-size: 16px !important;
}
.font-size-72 {
    font-size: 72px;
}
.font-size-22 {
    font-size: 22px;
}
.font-size-30 {
    font-size: 30px;
}
.top-30{
    top: 30px;
}
.btn-bebuzeew{
    border-radius: 5px;
    background-color: #141414;
    border-color: #f1f1f1;
    color: #f1f1f1 !important;
    font-size: 16px;
    font-weight: bold;
    height: 33px;
    line-height: 1;
}
.btn-bebuzeew:hover, .btn-bebuzeew:focus{
    background-color: #f1f1f1;
    border-color: #0110ff;
    color: #0110ff !important;
}
.bebuzee-brand{
    background-color: #3a3c6f;
    color: #f1f1f1 !important;
    font-size: 26px;
    font-weight: bold;
    padding: 5px 25px;
    line-height: 1.2;
    border-radius: 8px;
    cursor: pointer;
}
.bebuzee-brand:hover, .bebuzee-brand:focus{
    background-color: #cde9f6;
    border-color: #3a3c6f;
    color: #3a3c6f !important;
}
.font-family{
    font-family: Arial, sans-serif;
}
.blog-title-e34ew{
    font-weight: 400;
    font-size: 22px;
}
.bebuzee-font{
    font-weight: 400;
}
.bebuzee-color{
    color: #0110ff !important;
}
.content-page {
    min-height: 100%;
}
.bebuzee-link{
    color: #0110ff;
    border: 1px solid #0110ff;
    padding: 5px 10px;
    border-radius: 5px;
}
.bebuzee-link:hover, .bebuzee-link:focus{
    background-color: #0110ff;
    border-color: #0110ff;
    color: #f1f1f1;
}
.bebuzee-live-link{
    color: #d9534f;
    border: 1px solid #d9534f;
    padding: 5px 10px;
    border-radius: 5px;
}
.bebuzee-live-link:hover, .bebuzee-live-link:focus{
    background-color: #d9534f;
    border-color: #d9534f;
    color: #f1f1f1;
}
.bebuzee-link1{
    color: #0110ff;
    border-bottom: 2px solid #0110ff;
    padding: 5px 10px;
    border-radius: 5px;
}
.bebuzee-linkw{
    color: #f1f1f1;
    border-bottom: 2px solid #f1f1f1;
    padding: 5px 10px;
    border-radius: 5px;
}
.bebuzee-linkw:hover, .bebuzee-linkw:focus{
    color: #0110ff;
    border-bottom: 2px solid #0110ff;
    padding: 5px 10px;
    border-radius: 5px;
}
.btn-active{
    background-color: #0110ff;
    border-color: #0110ff;
    color: #f1f1f1;
    border-radius: 5px;
    cursor: default;
}
.btn-activew{
    background-color: #f1f1f1;
    border-color: #0110ff;
    color: #141414;
    border-radius: 5px;
    cursor: default;
    border-bottom: 2px solid #0110ff !important;
}
.btn-active:hover, .btn-active:focus{
    color: #f1f1f1 !important;
}
.bebuzee-link1:hover, .bebuzee-link1:focus{
    background-color: #0110ff;
    border-color: #0110ff;
    color: #f1f1f1;
    border-bottom: 2px solid #2d2e2f !important;
}
.bebuzee-link1:active{
    background-color: #0110ff;
    border-color: #0110ff;
    color: #f1f1f1;
    border-bottom: 2px solid #2d2e2f !important;
}
.btn-danger{
    border-radius: 5px;
    background-color: #dc3545;
    border-color: #dc3545;
    color: #f1f1f1;
    font-size: 16px;
    font-weight: bold;
    height: 35px;
    line-height: 1.2;
}
.buzzerfeed_post{
    background-color: #f1f1f1 !important;
}
.comment-block:hover{
    color: #0110ff;
}
.rebuzzer-block{
    cursor: pointer;
    color: #4a4a4a;
}
.rebuzzer-block:hover{
    color: #00BA7C;
    border-radius: 0px;
}
.rebuzzer-block:focus{
    border-radius: 0px;
    outline: 0px !important;
}
.like-block:hover{
    color: #dc3545;
}
.share-block:hover{
    color: #1D9BF0;
}
.btn-danger:hover, .btn-danger:focus{
    background-color: #f1f1f1;
    border-color: #dc3545;
    color: #dc3545;
}
.video-view{
    height: 100%;
    max-height: calc(var(--vh, 1vh) * 77) !important;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
#fullVideoPage{
    height: 100%;
    width: 100%;
}
.video-view1{
    margin-top: 15px;
    margin-bottom: 15px;
    height: 200px;
}
.re4r43 {
    position: absolute;
    bottom: 70px;
    right: 0;
    border-radius: 0;
    background-color: rgb(0, 0, 0, 0.8) !important;
    color: #f1f1f1 !important;
    font-size: 1.1rem !important;
    height: 45px;
    padding: 1px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.re4r445 {
    position: absolute;
    bottom: 70px;
    left: 5px;
    border-radius: 5px;
    background-color: rgb(0 0 0 / 70%);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    height: 45px;
    padding: 3px;
}
.imageSmallButton{
    height: 100%;
    width: 75px;
    object-fit: cover;
    object-position: top;
}
.labelSmallButton{
    padding: 3px 3px 3px 6px;
    font-size: 0.9rem;
    align-items: center;
    display: flex;
    margin-bottom: 0px;
}
.fdfwedD{
    font-size: 1rem;
    max-height: 1.1rem;
    line-height: 1.1;
    font-weight: bold;
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.fdfwedD1{
    font-size: 0.7rem;
    max-height: 0.8rem;
    line-height: 0.8;
    font-weight: 400;
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.video-strem{
    margin-top: 15px;
    margin-bottom: 5px;
    height: 165px;
}
.check_img{
    height: 18px;
}
.ad3j39{
    height: 100%;
    width: 100%;
    max-height: calc(100vh - 180px);
}
.r345we{
    position: inherit;
    width:84% !important;
}
.err34e{
    float: left;
}
.ewr34r{
    float: right;
}
.tr5t54{
    filter: drop-shadow(7px 7px 7px #666666);
    -webkit-filter: drop-shadow(7px 7px 7px #666666);
}
.video-image{
    object-fit: cover;
    object-position: top;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.font-size-12{
    font-size: 12px;
}
.video_thumb{
    height: 202px;
}
.video-cell{
    width:360px;
    height:100%;
}
.video-poster-box{
    width:100%;
    height:calc(100vw * 0.5625);
    position: relative;
}
.video-poster{
    height:202px;
    border-radius:12px;
    width:360px;
}
.cell-margin{
    margin:0px 10px;
}
.video-poster-overlay{
    background-color: rgb(1 16 255 / 40%);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 202px;
    width:360px;
}
.video-poster:hover .video-poster-overlay {
    cursor: pointer;
    opacity: 1;
}
.video_thumb_strem{
    height: 165px;
}
.video-container-box{
    margin-top:5px;
}
.video-main-box{
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}
.video-image-box{
    object-fit: cover;
    object-position:center;
    height: 100%;
    width: 100%;
    /*border-radius:12px;*/
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.playlist-overlay{
    position: absolute;
    right: 0;
    bottom: 0;
    margin-top: 0;
    margin-right: 0;
    padding: 2px 4px;
    font-weight: 500;
    font-size: 38px;
    background-color: #000;
    color: #f1f1f1 !important;
    height: 100%;
    line-height: 17px;
    opacity: .75;
    filter: alpha(opacity=75);
    display: -moz-inline-stack;
    vertical-align: top;
    display: inline-block;
    width: 140px;
    text-align: center;
}
.login_form{
    border: 1px solid #dbdbdb;
    padding: 15px !important;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.text-bebuzee{
    color: #0110FF !important;
}
.bg-bebuzee{
    background-color: #dbddff !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    color: #000;
}
.box-shadow{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.box-shadow1{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#bebuzee_app_video {
    border-radius: 25px;
    width: 100%;
    box-shadow: rgb(0 0 0 / 25%) 0px 54px 55px, rgb(0 0 0 / 12%) 0px -12px 30px, rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px;
}
.border-top-color{
    border-top: 1px solid #000;
}
.border-top-color1{
    border-top: 1px solid #f1f1f1;
}
.home-header{
    display: inline-block;
    border-top: 10px solid;
}
.coming-soon{
    position: absolute;
    height: 150px;
    margin-left: -143px;
    z-index: 1;
    margin-top: -8px;
}
.watch-now{
    width: 60%;
    filter: drop-shadow(7px 7px 7px #666666);
    -webkit-filter: drop-shadow(7px 7px 7px #666666);
}
.more-pic{
    margin-top: 15px;
    margin-bottom: 15px;
    width: 200px;
    filter: drop-shadow(7px 7px 7px #666666);
    -webkit-filter: drop-shadow(7px 7px 7px #666666);
}
.more-pic1{
    margin-top: 10px;
    width: 130px;
}
.top-30p{
    top: 30% !important;
}
.blog-list .container{
    max-width: 1560px;
}
.blog-lists .container{
    max-width: 100%;
    padding-left: 265px;
}
.footer_one .container{
    max-width: 1560px;
}
.copyright-widget{
    background-color: #121212;
}
.blog_silder {
    overflow-x: hidden;
    margin: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
}
.bebuzee-header{
    font-weight: 400;
    font-size: 48px;
    color: #0110ff;
}
.blog-text{
    font-weight: 500;
    font-size: 30px;
    color: #000;
}
.blog-text-22{
    font-weight: 500;
    font-size: 22px;
    color: #000;
}
.blog-title-desc{
    line-height: 1.6rem;
    max-height: 3.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin-bottom: 0px;
}
.fr645g{
    border: 1px solid;
    padding: 2px 10px;
    border-radius: 5px;
    cursor: pointer;
}
.scrolling-set {
    max-height: 512px;
    overflow: scroll;
}
.blog-text-details{
    font-size: 18px;
    color: rgb(0, 0, 0);
}
.blog_silder34:hover{
    cursor: pointer;
    -webkit-box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    -moz-box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    -o-box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.img-hwp {
    height: 100% !important;
}
.blo-cut{
    position: relative;
    margin-top: calc(-0.625vw - 63px);
    background-color: #ffffff;
    border: 1px solid #cde9f6;
    width: 100%;
    height: 100%;
    margin-left: 25px;
    padding-right: 25px;
    border-radius: 12px;
}
.blo-cut:hover .bebuzee-hr{
    border-top: 2px solid #3a3c6f;
}
.blo-cut1:hover .bebuzee-hr{
    border-top: 2px solid #3a3c6f;
}
.HGR78D{
    padding: 1rem 0 0 1rem;
}
.HGR79D{
    padding: 0 0 1rem 1rem;
}
.GTY432KL{
    color: #0f0f0f;
    overflow: hidden;
    display: block;
    max-height: 4.4rem;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}
.news-jg4ur{
    height: auto;
    width: 100%;
    object-fit: contain;
    object-position: center;
    background-color: #dbddff;
}
.news-ghErU3{
    max-height: calc(100vh - 220px);
    width: 100%;
}
.dsd54f{
    float: right;
    margin-right: 15px;
}
.blo-cut1{
    position: relative;
    margin-top: calc(-0.625vw - 63px);
    background-color: #f1f1f1;
    width: 100%;
    height: 150px;
    margin-left: 25px;
    padding: 10px;
    padding-right: 25px;
    border-radius: 5px;
    border-bottom: 1px solid;
}
.blog-bg{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.17) 15%, rgba(0, 0, 0, 0.6));
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
.blo-cut2{
    position: absolute;
    bottom: 3px;
    width: 100%;
    text-align: center;
    padding: 0 50px 0 0px;
}
.hover-effect:hover{
    background-image: -moz-linear-gradient( -36deg, rgb(222 141 61) 0%, rgb(94 69 201) 100%);
    background-image: -webkit-linear-gradient( -36deg, rgb(222 141 61) 0%, rgb(94 69 201) 100%);
    background-image: -ms-linear-gradient( -36deg, rgb(222 141 61) 0%, rgb(94 69 201) 100%);
    opacity: 0.9;
}
.blog_silder .overylay{
    position: absolute;
    border-radius: 12px;
    background-color: rgb(1 16 255);
    bottom: 0;
    left: 0;
    opacity: 0;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.blog_silder:hover .overylay{
    cursor: pointer;
    opacity: 0.4;
}
.img-post{
    object-fit: cover;
    object-position: top;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.svideo-post{
    background: #000;
    height: 100%;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.img-post-view{
    object-fit: contain;
    object-position: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}
.img-post-view1{
    object-fit: contain;
    object-position: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-height: calc(100vh - 130px);
}
.bg-light-blue{
    background-color: #dbddff !important;
    border-bottom: 1px solid #f1f1f1 !important;
}
.board-image-view{
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.board-container{
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
    border-radius: 5px;
    margin-top: 10px;
}
.avatar-10{
    object-fit: cover;
    object-position: top;
    height: 25px;
    width: 25px;
    min-width: 25px;
}
.avatar-20{
    object-fit: cover;
    object-position: top;
    height: 20px;
    width: 20px;
    min-width: 20px;
}
.avatar-35{
    object-fit: cover;
    object-position: top;
    height: 35px;
    width: 35px;
    min-width: 35px;
}
.avatar-75{
    object-fit: cover;
    object-position: top;
    height: 75px;
    width: 75px;
    min-width: 75px;
}
.avatar-128{
    object-fit: cover;
    object-position: top;
    height: 128px;
    width: 128px;
    min-width: 128px;
}
.avatar-55{
    object-fit: cover;
    object-position: top;
    height: 55px;
    width: 55px;
    min-width: 55px;
}
.avatar-45{
    object-fit: cover;
    object-position: top;
    height: 45px;
    width: 45px;
    min-width: 45px;
}
.avatar-100{
    object-fit: cover;
    object-position: top;
    height: 100px;
    width: 100px;
    min-width: 100px;
}
.avatar-25{
    object-fit: cover;
    object-position: top;
    height: 25px;
    width: 25px;
    min-width: 25px;
}
.avatar-25h{
    object-fit: cover;
    object-position: top;
    height: 100%;
    width: 25px;
    min-width: 25px;
}
.avatar-30{
    object-fit: cover;
    object-position: top;
    height: 30px;
    width: 30px;
    min-width: 30px;
}
.min-width-25{
    min-width: 25px;
}
.happening-img{
    object-fit: cover;
    object-position: top;
    height: 80px;
    width: 80px;
    border-radius: 5px;
    min-width: 80px;
}
.buzzerfeedList{
    height: 212px;
}
.buzzerfeedList img{
    object-fit: cover;
    object-position: center;
    height: 212px;
}
.margin-top-10{
    margin-top: -10px;
}
.margin-top-3{
    margin-top: -3px;
}
.answer_list{
    margin: 10px 40px;
}
.answer_pre{
    float: right;
}
.min-height-80{
    min-height: 80px;
}
.answer_css{
    background-color: #dbddff;
    padding: 0px 25px;
    border-radius: 20px;
    font-size: 16px;
    border: 1px solid #0110ff;
}
.border-bebuzee{
    border : 1px solid #0110ff;
}
.answer_css1{
    padding: 0px 5px;
    border-radius: 3px;
    font-size: 16px;
    border: 1px solid #d7d7d7;
}
.answer_css:hover{
    background-color: #9c9fd7;
}
.campaign-details {
    position: absolute;
    bottom: 15px;
    left: 10px;
    cursor: pointer;
    background-color: #0000007d;
    z-index: 10;
    padding: 15px;
    border-radius: 18px;
}
.campaign-ads{
    font-size: 12px;
    margin-right: 10px;
    background-color: #000;
    padding: 3px;
    border-radius: 4px;
}
.box_layout{
    background-color: #f1f1f1;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.box_layout:hover{
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(19, 19, 28, 0.12);
    -moz-box-shadow: 0px 0px 30px 0px rgba(19, 19, 28, 0.12);
    -o-box-shadow: 0px 0px 30px 0px rgba(19, 19, 28, 0.12);
    box-shadow: 0px 0px 30px 0px rgba(19, 19, 28, 0.12);
}
.box_layout .thumb{
    background-color: #1d293e;
    border-radius: 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    overflow: hidden;
    margin: 10px 10px 0 10px;
    position: relative;
}
.box_layout .thumb img{
    opacity: .6;
    object-fit: cover;
}
.box_layout .thumb .blog_tag{
    background-color: #ff5a5f;
    border-radius: 3px;
    color: rgb(254, 254, 254);
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    left: 10px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 110px;
}
.for_blog.box_layout.home7 .thumb{
    border-radius: 5px 8px 0 0;
    margin: 0;
}
.for_blog.box_layout .thumb img{
    opacity: 1;
}
.box_layout .thumb .thmb_cntnt, .properti_city.home6 .thumb .thmb_cntnt{
    bottom: 0;
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.box_layout .thumb .thmb_cntnt ul.tag, .properti_city.home6 .thumb .thmb_cntnt ul.tag{
    position: absolute;
    left: 12px;
    top: 10px;
}
.box_layout .thumb .thmb_cntnt ul.tag li, .box_layout.home8 ul.tag li, .properti_city.home6 .thumb .thmb_cntnt ul.tag li, .box_layout.list .dtls_headr ul.tag li{
    border-radius: 3px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 75px;
}
.box_layout.home8 ul.tag{
    margin-bottom: 10px;
}
.box_layout .thumb .thmb_cntnt ul.tag li:first-child, .box_layout.home8 ul.tag li:first-child, .properti_city.home6 .thumb .thmb_cntnt ul.tag li:first-child, .box_layout.list .dtls_headr ul.tag li:first-child{
    background-color: rgb(62, 76, 102);
}
.box_layout .thumb .thmb_cntnt ul.tag li:last-child, .box_layout.home8 ul.tag li:last-child, .properti_city.home6 .thumb .thmb_cntnt ul.tag li:last-child, .box_layout.list .dtls_headr ul.tag li:last-child{
    background-color: #ff5a5f;
    margin-right: 0;
}
.box_layout .thumb .thmb_cntnt ul.tag li a, .properti_city.home6 .thumb .thmb_cntnt ul.tag li a, .box_layout.home8 ul.tag li a, .box_layout.list ul.tag li a{
    font-size: 14px;
    color: #fefefe;
    line-height: 1.2;
}
.box_layout .thumb .thmb_cntnt .icon{
    bottom: 15px;
    position: absolute;
    right: 20px;
}
.box_layout .thumb .thmb_cntnt .icon li{
    border-radius: 5px;
    background-color: rgb(15, 21, 31);
    height: 35px;
    line-height: 35px;
    margin-right: 5px;
    opacity: 0.502;
    text-align: center;
    width: 35px;
}
.box_layout.home8 .icon li{
    border-radius: 5px;
    background-color: rgb(247, 247, 247);
    height: 35px;
    line-height: 35px;
    margin-right: 5px;
    opacity: 1;
    text-align: center;
    width: 35px;
}
.box_layout.home8 .icon li a{
    color: #0f0f0f;
}
.box_layout.home8 .details .tc_content{
    display: inline-block;
}
.box_layout .details .tc_content ul.icon{
    float: right;
    margin-bottom: 0;
}
.box_layout .thumb .thmb_cntnt .icon li a{
    color: #f1f1f1;
}
.box_layout .thumb .thmb_cntnt .icon li:last-child, .box_layout.home8 .icon li:last-child{
    margin-right: 0;
}
.box_layout .thumb .thmb_cntnt a.fp_price{
    bottom: 15px;
    font-size: 22px;
    color: #f1f1f1;
    font-weight: bold;
    left: 20px;
    line-height: 1.2;
    position: absolute;
}
.box_layout.home8{
    overflow: visible;
    position: relative;
}
.box_layout.list{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.box_layout.list .thumb{
    width: 20%;
    margin: 10px;
    position: relative;
}
.box_layout.list.style2 .thumb{
    height: auto;
    max-width: -webkit-fill-available;
}
.box_layout.list .details{
    width: 70%;
}
.box_layout.list .details .fp_footer{
    border: none;
    padding: 0 20px 10px;
}
.box_layout.list .details .tc_content{
    padding: 25px 20px 10px;
    position: relative;
}
.box_layout.list .dtls_headr{
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
}
.box_layout.list .dtls_headr a.fp_price{
    font-size: 22px;
    color: #0f0f0f;
    font-weight: bold;
    line-height: 1.2;
    position: absolute;
    right: 20px;
}
.box_layout.list.favorite_page{
    border: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #ebebeb;
    padding: 0 0 30px;
}
.box_layout.list.favorite_page .thumb{
    height: 126px;
    max-width: 150px;
    margin: 0;
    position: relative;
}
.box_layout.list.favorite_page .view_edit_delete_list{
    position: absolute;
    right: 0;
}
.box_layout.list.favorite_page.style2{
    border-bottom: none;
    margin: 10px 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.box_layout.list.favorite_page.style2 .details .tc_content p{
    margin-bottom: 0;
}
.box_layout.home8:before{
    background-color: rgba(255, 255, 255, .2);
    border-radius: 5px;
    bottom: -10px;
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    z-index: -1;
}
.box_layout.home8 a.fp_price{
    color: #ff5a5f;
    float: left;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 0;
    position: relative;
}
.box_layout .thumb .thmb_cntnt a.fp_price small{
    font-size: 14px;
}
.box_layout .details{
    position: relative;
}
.box_layout .details .tc_content{
    padding: 20px;
}
.box_layout .details .tc_content p{
    font-size: 14px;
    color: #0f0f0f;
    line-height: 1.2;
}
.box_layout .details .tc_content h4{
    font-size: 18px;
    color: #0f0f0f;
    font-weight: bold;
    line-height: 1.2;
}
.box_layout .details .tc_content .prop_details{
    margin-bottom: 0;
}
.box_layout.home8 .details .tc_content .prop_details{
    margin-bottom: 10px;
}
.box_layout .details .tc_content .prop_details li{
    margin-right: 30px;
}
.box_layout .details .tc_content .prop_details li a{
    font-size: 14px;
    color: #0f0f0f;
    line-height: 1.2;
}
.box_layout .details .tc_content .prop_details li:last-child{
    margin-right: 0;
}
.box_layout.home2 .details .tc_content h5{
    color: #0f0f0f;
    line-height: 1.333;
}
.box_layout .details .fp_footer {
    border-top: 1px solid #eeeeee;
    display: inline-block;
    padding: 10px;
    position: relative;
    width: 100%;
}
.box_layout .details .fp_footer .fp_meta{
    margin-bottom: 0;
}
.box_layout .details .fp_footer .fp_meta li {
    margin-right: 10px;
    vertical-align: middle;
}
.box_layout .details .fp_footer .fp_meta li:last-child{
    margin-right: 0;
}
.box_layout .details .fp_footer .fp_meta li a {
    font-size: 14px;
    color: #4a4a4a;
    line-height: 1.2;
}
.box_layout .details .fp_footer .fp_meta li:nth-child(2){
    margin-right: 10px;
}
.for_blog.box_layout .details .fp_footer .fp_meta li:nth-child(2){
    margin-right: 30px;
}
.box_layout .details .fp_footer .fp_pdate{
    font-size: 14px;
    color: #4a4a4a;
    line-height: 1.2;
    margin-top: 12px;
}
.box_layout.home2 .details .fp_footer .fp_pdate{
    color: #192675;
}
.box_layout.home8:hover .thumb .overlay:before{
    background-color: rgba(25, 38, 117, .7);
}
.box_layout.home8 .wc_age_seat li a {
    color: #7e7e7e;
    font-size: 13px;
}
.box_layout.home3{
    border: none;
}
.box_layout.home3 .thumb{
    padding: 0;
}
.box_layout.home3 .details .fp_footer{
    border-top: none;
}
.box_layout.home7{
    -webkit-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}
.box_layout.home7:hover{
    -webkit-box-shadow:0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -moz-box-shadow:0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -o-box-shadow:0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    box-shadow:0px 0px 50px 0px rgba(19, 19, 28, 0.12);
}
.box_layout.home7.style2{
    border: none;
    overflow: visible;
}
.box_layout.home7.style3{
    box-shadow: none;
}
.box_layout.home7.style2:before{
    background-color: rgba(255,255,255, 0.1);
    border-radius: 5px;
    bottom: -5px;
    content: "";
    left: -5px;
    position: absolute;
    right: -5px;
    top: -5px;
}
.box_layout.home7.style3 .details .tc_content{
    padding: 20px 0;
}
.box_layout.home7.style3 .thumb, .box_layout.home7.style4 .thumb{
    border-radius: 5px;
}
.box_layout.home7.style4 .thumb{
    margin: 10px;
    max-height: 215px;
}
.box_layout.home7.style4 .thumb .thmb_cntnt.style2{
    bottom: auto;
}
.box_layout.home7.style4 .thumb .thmb_cntnt.style3{
    top: auto;
}
.box_layout.home7 .thumb{
    border-radius: 5px 8px 0 0;
    margin: 0;
}
.box_layout.home7.agent .thumb{
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 10px;
}
.box_layout.home7.agent .thumb img{
    border-radius: 5px;
}
.box_layout.home7 .details{
    background-color: #f1f1f1;
    border-radius: 0 0 8px 8px;
}
.box_layout.agent .thumb img, .box_layout.agency .thumb img{
    opacity: 1;
    object-fit: cover;
}
.box_layout.agent .details .fp_footer .fp_pdate, .box_layout.agency .details .fp_footer .fp_pdate{
    margin-top: 6px;
}
.box_layout.agency .thumb{
    background-color: #f1f1f1;
    border-bottom: 1px solid #ebebeb;
}
.box_layout.agency .thumb img{
    margin: 0 auto;
}
.box_layout.list.agency .thumb{
    border-bottom: none;
    height: 235px;
    width: 40%;
}
.box_layout.list.agency .details{
    border-left: 1px solid #ebebeb;
    padding-left: 10px;
}
.box_layout.home7.style4:hover .fp_single_item_slider.owl-carousel.owl-theme.owl-loaded .owl-prev{
    left: 20px;
}
.box_layout.home7.style4:hover .fp_single_item_slider.owl-carousel.owl-theme.owl-loaded .owl-next{
    right: 20px;
}
.box-right-side{
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.50);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.50);
    padding: 20px;
    position: relative;
}
.box-right-side ul li a {
    font-size: 14px;
    color: #0f0f0f;
    line-height: 1.857;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sticky-div {
    min-width: 320px;
}
.h5g54{
    padding: 10px 5px 5px 5px;
    background-color: #dbddff;
}
.h5g56{
    padding: 10px 5px 5px 5px;
}
.boards_image{
    object-fit: cover;
    object-position: top;
    height: 100%;
    max-height: 256px;
    width: 100%;
    border: 1px solid #ccc;
    cursor: pointer;
    overflow: hidden;
}
.cursor-default{
    cursor: default;
    user-select: none;
}
.radius-left{
    border-radius: 5px 0 0 8px;
}
.radius-rightT{
    border-radius: 0 8px 0 0;
}
.radius-rightB{
    border-radius: 0 0 8px 0;
}
.img-profile{
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
    width: 190px;
    max-width: 190px;
    height: 190px;
    filter: drop-shadow(7px 7px 7px #666666);
    -webkit-filter: drop-shadow(7px 7px 7px #666666);
    margin-right: 30px;
}
.profile-ferf34{
    height: 1012px;
    display: flex;
    margin-top: 30px;
    border: 1px solid #0110ff;
}
.bg-ferf{
    background-color: #cccfff;
}
.cfdfsdf{
    line-height: 1.6rem;
    max-height: 1.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.cfdfsdf1{
    line-height: 1.3rem;
    max-height: 2.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.JKE43F423D{
    background-color: #0110ff33;
    padding: 5px 10px;
    border-radius: 12px;
    color: #000;
}
.profile-fewr34r{
    display: inline;
    height: 100% !important;
    border-right: 1px solid #0110ff;
    background-color: transparent !important;
    border-radius: 0px !important;
    color: #000;
    width: 25%;
    text-align: center;
}
.profile-hfy347{
    width: 100%;
    padding: 0px 10%;
}
.profile-fewr34r .nav-link.active {
    border-radius: 0px !important;
    background-color: #f7f7f7 !important;
    color: #0110ff !important;
    border-left: 5px solid #0110ff !important;
}
.profile-fewr34r .nav-link {
    color: #0f0f0f !important;
}
.frt45y{
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
    height: 92px;
    width: 162px;
    min-width: 162px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}  
.frt45re{
    border-radius: 8px;
    object-fit: contain;
    object-position: center;
    background-color: #0009;
    height: 92px;
    width: 162px;
    min-width: 162px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
} 
.frt45yp{
    object-fit: cover;
    object-position: center;
    height: 74px;
    width: 100%;
}
.single_video{
    margin-bottom: 1rem;
}
.vid_time {
    position: absolute;
    right: 2px;
    bottom: 2px;
    margin-top: 0;
    margin-right: 0;
    padding: 2px 5px;
    font-weight: 500;
    font-size: 14px;
    background-color: #000;
    color: #f1f1f1 !important;
    height: 20px;
    line-height: 17px;
    opacity: .75;
    filter: alpha(opacity=75);
    display: -moz-inline-stack;
    vertical-align: top;
    display: inline-block;
    border-radius: 8px;
}

.vid_live_time {
    position: absolute;
    right: 2px;
    bottom: 2px;
    margin-top: 0;
    margin-right: 0;
    padding: 2px 5px;
    font-weight: 500;
    font-size: 14px;
    background-color: #ff2121;
    color: #f1f1f1 !important;
    height: 20px;
    line-height: 17px;
    opacity: .9;
    filter: alpha(opacity = 75);
    display: -moz-inline-stack;
    vertical-align: top;
    display: inline-block;
    border-radius: 8px;
}

.vid_upcoming_time {
    position: absolute;
    right: 2px;
    bottom: 2px;
    margin-top: 0;
    margin-right: 0;
    padding: 2px 5px;
    font-weight: 500;
    font-size: 14px;
    background-color: #838311;
    color: #f1f1f1 !important;
    height: 20px;
    line-height: 17px;
    opacity: .9;
    filter: alpha(opacity = 75);
    display: -moz-inline-stack;
    vertical-align: top;
    display: inline-block;
    border-radius: 8px;
}

.vid_prev_time {
    position: absolute;
    right: 2px;
    bottom: 2px;
    margin-top: 0;
    margin-right: 0;
    padding: 2px 5px;
    font-weight: 500;
    font-size: 14px;
    background-color: #136813;
    color: #f1f1f1 !important;
    height: 20px;
    line-height: 17px;
    opacity: .9;
    filter: alpha(opacity = 75);
    display: -moz-inline-stack;
    vertical-align: top;
    display: inline-block;
    border-radius: 8px;
}

.vid_playlist {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-top: 0;
    margin-right: 0;
    text-align: center;
    padding: 2px 4px;
    font-weight: 500;
    font-size: 14px;
    background-color: #000;
    color: #f1f1f1 !important;
    height: 20px;
    width: 93.1%;
    line-height: 17px;
    opacity: .75;
    filter: alpha(opacity=75);
    display: -moz-inline-stack;
    vertical-align: top;
    display: inline-block;
}
.playlist {
    padding: 10px;
    border: 1px solid #f1f1f1;
    max-height: calc(var(--vh, 1vh) * 77);
    overflow-y: scroll;
    overflow-x: hidden;
}
.left0{
    left:0px !important;
}
.lf443f4{
    display: flex;
    padding: 15px;
    margin-bottom: 30px;
    width: 100%;
    padding-left: 12%;
    padding-right: 12%;
}
.profile-thumb{
    margin-right: 10%;
}
.shortcode_widget_tab{
    width: 100%;
}
.lf443f5{
    display: flex;
    background-color: #141414;
    padding: 15px;
    margin-bottom: 30px;
    width: 100%;
    margin-left: 20%;
    margin-right: 20%;
}
.posts-image {
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 15px;
    margin-bottom: 15px;
}
.posts-image .overylay{
    background-color: rgb(1 16 255 / 40%);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.posts-image:hover .overylay{
    cursor: pointer;
    opacity: 1;
}
.posts-video {
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
}
.posts-video .overylay{
    background-color: rgb(1 16 255 / 40%);
    /* border-radius: 5px; */
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.posts-video:hover .overylay{
    cursor: pointer;
    opacity: 1;
}
.height-800{
    height: 800px;
}
.video_thumb .overylay{
    background-color: rgb(1 16 255 / 40%);
    border-radius: 5px;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 15px;
    margin-bottom: 143px;
}
.video_thumb:hover .overylay{
    cursor: pointer;
    opacity: 1;
}
.video_thumb_strem .overylay{
    background-color: rgb(1 16 255 / 40%);
    border-radius: 5px;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease;
    margin: 15px;
    margin-bottom: 198px;
}
.video_thumb_strem:hover .overylay{
    cursor: pointer;
    opacity: 1;
}
.video_thumb .overylay1{
    background-color: rgb(1 16 255 / 40%);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 15px;
    height: 202px;
}
.video_thumb:hover .overylay1{
    cursor: pointer;
    opacity: 1;
}
.video_thumb .overylay2{
    background-color: rgb(1 16 255 / 40%);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 15px;
    height: 202px;
}
.video_thumb:hover .overylay2{
    cursor: pointer;
    opacity: 1;
}
 .Ln-UN {
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     color: #f1f1f1;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     font-size: 16px;
     font-weight: 600;
     height: 100%;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     width: 100%;
}
 .lnrg5t {
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: end;
     color: #f1f1f1;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     font-size: 16px;
     font-weight: 600;
     height: 100%;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     width: 100%;
}
 .fg54f4{
     -webkit-box-align: end;
     -webkit-align-items: flex-end;
     -ms-flex-align: end;
     align-items: flex-end;
     margin: 5px 0;
     pointer-events: none;
     position: absolute;
     right: 10px;
     top: 5px;
}
 .uef34f4{
    font-size: 14px;
    color: #ffffff;
    filter: drop-shadow(0 0 .75px rgba(0, 0, 0, .42)) drop-shadow(0 1px .5px rgba(0, 0, 0, .18)) drop-shadow(0 2px 3px rgba(0, 0, 0, .2));
}
 .ue5y56{
     font-size: 16px;
     color: #f1f1f1;
     border: 3px solid;
     border-radius: 50%;
     margin: 5px;
     padding: 5px 9px;
}
 .ue5y56:hover{
     color: #0110ff;
}
 .ef4t43{
     left: 2%;
     top: 50%;
     width: 96%;
     position: absolute;
     border: 1px solid;
}
 .re_quotes_box{
     margin: 15px 20px 15px 20px;
     border: 1px solid #dbddff;
     border-radius: 15px;
     overflow: hidden;
}
 .videoWrapper {
     position: relative;
     padding-bottom: 56.25%;
    /* 16:9 */
     height: 0;
}
 .videoWrapper iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
 #fullVideo {
     position: fixed;
     right: 0;
     bottom: 0;
     min-width: 100%;
     min-height: 100%;
}
 #fullVideoModal{
     border-radius: 3px 0px;
     right: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
}
 .videoContent {
     position: fixed;
     top: 40%;
     left: 5%;
     color: #f1f1f1;
     width: 40%;
}
 .selectContent {
     position: fixed;
     top: 14%;
     right: 3%;
     width: auto;
}
 .titleContent {
     position: fixed;
     top: 14%;
     left: 3%;
     width: auto;
}
 .videoContent1 {
     position: absolute;
     top: 170px;
     left: 5%;
     color: #f1f1f1;
     width: 40%;
}
 .mutedContent1 {
     position: absolute;
     top: 360px;
     right: 7%;
     font-size: 30px;
}
 .dr3e43{
     background-color: #f1f1f1 !important;
     border-radius: 50%;
     padding: 0px 5px !important;
     position: absolute;
     right: 0;
     margin: 15px;
}
 .df34rt{
     background-color: transparent;
     border: 3px solid #f1f1f1;
     color: #f1f1f1;
     font-size: 22px;
     height: 55px;
     padding: 0px 18px;
     border-radius: 50%;
     margin-right: 10px;
     cursor: pointer;
}
 .df34rt1{
     background-color: transparent;
     border: 3px solid #f1f1f1;
     color: #f1f1f1;
     font-size: 22px;
     height: 44px;
     padding: 0px 10px;
     border-radius: 50%;
     margin-right: 10px;
     cursor: pointer;
}
 .dff433{
     width: 100%;
     height: 100%;
     margin-bottom: -10px;
}
 .fg45tr{
     padding: 0px 3px !important;
     font-size: 35px;
}
 .ageContent {
     position: fixed;
     border-left: 5px solid;
     top: 70%;
     right: 0;
     background: rgba(0, 0, 0, 0.5);
     color: #f1f1f1;
     padding: 5px 20px 0px 20px;
}
 .mutedContent {
     position: fixed;
     top: 70%;
     right: 7%;
     font-size: 30px;
}
 .fg3f4g{
     border: 5px solid #f1f1f1;
     background-color: transparent;
     color: #f1f1f1;
     border-radius: 50%;
     width: 60px;
     cursor: pointer;
}
 .play-btn{
     background-color: white;
     color: black;
     margin-right: 1rem;
     margin-bottom: 1rem;
     align-items: center;
     border: 0;
     border-radius: 4px;
     cursor: pointer;
     display: flex;
     justify-content: center;
     opacity: 1;
     padding: 0.8rem 2.4rem;
     position: relative;
     user-select: none;
     will-change: background-color,color;
     word-break: break-word;
     white-space: nowrap;
}
.more-btn{
    background-color: rgba(109,109,110,0.4);
    color: white;
    margin-right: 1rem;
    margin-bottom: 1rem;
    align-items: center;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    opacity: 1;
    padding: 0.8rem 2.4rem;
    position: relative;
    user-select: none;
    will-change: background-color,color;
    word-break: break-word;
    white-space: nowrap;
}
.fewu3r2{
    margin-left: 150px !important;
}
.fevu3r2{
    margin-left: 300px !important;
    width: 680px !important;
}
.fde3g42{
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    margin: 20px 0px;
    overflow: hidden;
}
.r4it4s{
    padding: 15px 15px 15px 0px;
}
.cr645g{
    margin-top: 25px;
    letter-spacing: 5px;
}
.cr645g1{
    margin-top: 18px;
    letter-spacing: 3px;
}
.fefe43{
    font-weight: 900;
    font-size: 72px;
}
.fefe431{
    font-weight: 900;
    font-size: 38px;
}
.df4t43{
    color: #46d369;
}
.gr4f4w{
    border: 1px solid;
    padding: 1px 3px;
}
.streaming-image{
    margin-top: 15px;
    margin-bottom: 15px;
    height: 165px;
}
.streaming-thumb{
    height: 165px !important;
}
.streaming-img{
    border-radius: 3px;
    cursor: pointer;
    object-fit: cover;
    object-position: top;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.streaming-thumb .modalOverlay{
    background-color: rgb(1 16 255 / 40%);
    border-radius: 3px;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 15px;
    height: 166px;
    width: 306px;
}
.streaming-thumb:hover .modalOverlay{
    cursor: pointer;
    opacity: 1;
}
.streamingVideoList.owl-carousel.owl-theme.owl-loaded .owl-next{
    right: 0%;
}
.streamingVideoList.owl-carousel.owl-theme .owl-stage-outer{
    display: inline-block;
}
.streamingVideoList.owl-carousel.owl-theme.owl-loaded .owl-prev{
    left: 0px;
}
.streamingVideoList.owl-carousel.owl-theme.owl-loaded .owl-prev, .streamingVideoList.owl-carousel.owl-theme.owl-loaded .owl-next{
    background-color: rgb(20 20 20 / 70%) !important;
    color: #f1f1f1;
    height: 165px;
    position: absolute;
    top: 10px;
    width: 26px;
    margin-left: 0px;
    margin-right: 0px;
    box-shadow: 0px 0px 50px 0px rgb(32 32 32 / 15%);
}
.streamingVideoList.owl-carousel.owl-theme.owl-loaded .owl-prev:hover, .streamingVideoList.owl-carousel.owl-theme.owl-loaded .owl-next:hover{
    background-color: rgb(20 20 20 / 80%) !important;
    color: #dbddff;
}
.streamingVideoList.owl-carousel.owl-theme .owl-nav{
    margin: 0;
}
.dsf4f4{
    padding-top: 60px;
    font-size: 35px;
}
.ef3f34{
    background-color: #2f2f2f;
    border-radius: 5px;
}
.chat-message p{
    color: #000 !important;
}
.chat-content .chat-left .chat-message p{
    color: #4a4a4a !important;
}
.tt34f3 {
  object-fit: cover;
  object-position: center;
  height: 132px;
  width: 100%;
  max-width: 145px;
  padding-right: 0.1rem;
  padding-left: 0.1rem;
}
.userHoverModel{
    display: none;
    position: absolute;
    z-index: 10;
    border-radius: 5px;
    background-color: #f1f1f1;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    box-shadow: rgb(0 0 0 / 25%) 0px 54px 55px, rgb(0 0 0 / 12%) 0px -12px 30px, rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px;
    min-width: 280px !important;
    overflow: hidden;
}
.userHover {
    position: relative;
    display: inline-block;
}
.userHover:hover .userHoverModel {
    display: block;
}
.blog_silder .overylay-main{
    background-color: rgb(1 16 255);
    margin: 10px 25px;
    margin-bottom: 10px;
    border-radius: 12px;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.blog_silder:hover .overylay-main{
    cursor: pointer;
    opacity: 0.4;
}
.blog_silder .overylay1{
    background-color: rgb(1 16 255);
    margin: 10px 25px;
    margin-bottom: 85px;
    border-radius: 5px;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.blog_silder:hover .overylay1{
    cursor: pointer;
    opacity: 0.4;
}
.blog-main{
    object-fit: cover;
    object-position: center;
    min-height: 70vh;
    max-height: 100vh;
    min-width: 100%;
    width: auto;
    height: 100%;
    border: 1px solid #cde9f6;
    border-radius: 12px;
}
.blog-horizontal{
    object-fit: cover;
    object-position: center;
    min-height: 512px;
    max-height: calc(100vh - 256px);
    min-width: 100%;
    width: auto;
    height: 100%;
    border: 1px solid #cde9f6;
    border-radius: 12px;
}
.blog-vertical{
    object-fit: cover;
    object-position: center;
    max-height: 382px;
    min-height: 320px;
    max-width: 100%;
    width: auto;
    height: 100%;
    border: 1px solid #cde9f6;
    border-radius: 12px;
}
.blog_silder .thmb_cntnt, .properti_city.home6 .thmb_cntnt{
    bottom: 0;
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.blog_silder .thmb_cntnt ul.tag, .properti_city.home6 .thmb_cntnt ul.tag{
    position: absolute;
    left: 12px;
    top: 10px;
}
.blog_silder .thmb_cntnt ul.tag li, .blog_silder.home8 ul.tag li, .properti_city.home6 .thmb_cntnt ul.tag li, .blog_silder.list .dtls_headr ul.tag li{
    border-radius: 3px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 75px;
}
.blog_silder.home8 ul.tag{
    margin-bottom: 10px;
}
.blog_silder .thmb_cntnt ul.tag li:first-child, .blog_silder.home8 ul.tag li:first-child, .properti_city.home6 .thmb_cntnt ul.tag li:first-child, .blog_silder.list .dtls_headr ul.tag li:first-child{
    background-color: rgb(62, 76, 102);
}
.blog_silder .thmb_cntnt ul.tag li:last-child, .blog_silder.home8 ul.tag li:last-child, .properti_city.home6 .thmb_cntnt ul.tag li:last-child, .blog_silder.list .dtls_headr ul.tag li:last-child{
    background-color: #ff5a5f;
    margin-right: 0;
}
.blog_silder .thmb_cntnt ul.tag li a, .properti_city.home6 .thmb_cntnt ul.tag li a, .blog_silder.home8 ul.tag li a, .blog_silder.list ul.tag li a{
    font-size: 14px;
    color: #fefefe;
    line-height: 1.2;
}
.blog_silder .thmb_cntnt .icon{
    bottom: 15px;
    position: absolute;
    right: 20px;
}
.blog_silder .thmb_cntnt .icon li{
    border-radius: 5px;
    background-color: rgb(15, 21, 31);
    height: 35px;
    line-height: 35px;
    margin-right: 5px;
    opacity: 0.502;
    text-align: center;
    width: 35px;
}
.blog_silder.home8 .icon li{
    border-radius: 5px;
    background-color: rgb(247, 247, 247);
    height: 35px;
    line-height: 35px;
    margin-right: 5px;
    opacity: 1;
    text-align: center;
    width: 35px;
}
.blog_silder.home8 .icon li a{
    color: #0f0f0f;
}
.blog_silder.home8 .details .tc_content{
    display: inline-block;
}
.blog_silder .details .tc_content ul.icon{
    float: right;
    margin-bottom: 0;
}
.blog_silder .thumb .thmb_cntnt .icon li a{
    color: #f1f1f1;
}
.blog_silder .thmb_cntnt .icon li:last-child, .blog_silder.home8 .icon li:last-child{
    margin-right: 0;
}
.blog_silder .thmb_cntnt a.fp_price{
    bottom: 15px;
    font-size: 22px;
    color: #f1f1f1;
    font-weight: bold;
    left: 20px;
    line-height: 1.2;
    position: absolute;
}
.blog_silder.home8{
    overflow: visible;
    position: relative;
}
.blog_silder.list{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.blog_silder.list .thumb{
    width: 45%;
    margin: 10px;
    position: relative;
}
.blog_silder.list.style2 .thumb{
    height: auto;
    max-width: -webkit-fill-available;
}
.blog_silder.list .details{
    width: 70%;
}
.blog_silder.list .details .fp_footer{
    border: none;
    padding: 0 20px 10px;
}
.blog_silder.list .details .tc_content{
    padding: 25px 20px 10px;
    position: relative;
}
.blog_silder.list .dtls_headr{
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
}
.blog_silder.list .dtls_headr a.fp_price{
    font-size: 22px;
    color: #0f0f0f;
    font-weight: bold;
    line-height: 1.2;
    position: absolute;
    right: 20px;
}
.blog_silder.list.favorite_page{
    border: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #ebebeb;
    padding: 0 0 30px;
}
.blog_silder.list.favorite_page .thumb{
    height: 126px;
    max-width: 150px;
    margin: 0;
    position: relative;
}
.blog_silder.list.favorite_page .view_edit_delete_list{
    position: absolute;
    right: 0;
}
.blog_silder.list.favorite_page.style2{
    border-bottom: none;
    margin: 10px 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.blog_silder.list.favorite_page.style2 .details .tc_content p{
    margin-bottom: 0;
}
.radius-8{
    border-radius: 5px !important;
}
.blog-small{
    border-radius: 5px;
}
.blog-big{
    border-radius: 5px;
}
.dfew452{
    width: 512px;
    word-wrap: break-word;
}
.f6t3453{
    position: absolute;
    right: 72px;
    top: 26px;
}
.properbuz-footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #121212;
    color: white;
    text-align: center;
}
.dfew453{
    text-align: center;
    width: 200px;
    word-wrap: break-word;
}
.small_dropdown2 {
    border: 1px solid #ebebeb;
    border-radius: 5px;
}
.small_dropdown3 {
    border-radius: 5px;
}
.dropdown-dwq3ek {
    text-align: left;
    min-height: 112px;
    height: auto;
    max-height: 212px;
    overflow: scroll;
}
.r45f4e{
    position: absolute;
    height: 40px;
    background-color: #0110ff;
    z-index: 1;
    width: 100%;
    opacity: 0.5;
    top: -20px;
}
.sasw_list .doller_sign{
    position: relative;
}
.line-height-20{
    line-height: 20px;
}
.f34fw3{
    border: 2px solid;
    padding: 10px;
    border-radius: 50%;
}
.sasw_list .doller_sign input{
    background-color: #f1f1f1;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 5px;
    font-size: 14px;
    color: #0f0f0f;
    line-height: 1.2;
    height: 52px;
    padding-left: 45px;
}
.sasw_list .doller_sign input::placeholder{
    color: #0f0f0f;
}
.sasw_list .doller_sign input:focus{
    outline: none;
    box-shadow: none;
}
.sasw_list .doller_sign label{
    font-size: 21px;
    position: absolute;
    left: 18px;
    top: 9px;
}
.ret454{
    position: absolute !important;
    width: 50%;
}
.ert454{
    width: 30%;
    float: right;
}
.rt3463{
    width: 100%;
    display: flex;
}
.tr4654{
    width: 70%;
    text-align: left;
}
.tre345{
    width: 30%;
    text-align: right;
}
.sasw_list .check_boxes{
    position: relative;
}
.sasw_list .check_boxes input{
    background-color: #f1f1f1;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 5px;
    font-size: 14px;
    color: #0f0f0f;
    line-height: 1.2;
    height: 52px;
    padding-left: 20px;
}
.sasw_list .check_boxes input:focus{
    outline: none;
    box-shadow: none;
}
table {
    border-collapse: collapse;
    width: 100%;
}
th, td {
    text-align: left;
    padding: 8px;
}

 .sdf34f tr:nth-child(even){
    background-color: transparent;
}
 .sdf34f tr:hover {
    background-color: transparent;
}
 .sdf34f tr {
    border-bottom: 1px solid;
}
.rt5y54 {
    background-color: #0110ff;
    color: white;
}
.er34fg{
    background-color: #141414;
    border: 1px solid #f1f1f1;
    color: #f1f1f1;
    padding: 5px 10px;
}
.fdt45t{
    background-color: #141414;
    border: 1px solid #f1f1f1;
    color: #f1f1f1;
    padding: 10px 15px;
    border-radius: 5px;
}
.fdt45t:after{
    background-color: #141414;
    border: 1px solid #f1f1f1;
    color: #f1f1f1;
    padding: 10px 15px;
    border-radius: 5px;
}
.blog-list-11 {
    background: transparent;
    max-width: 80px;
    max-height: 90px;
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
    border-radius: 3px;
}
.rt45r3 {
    min-width: 34rem !important;
    top: -3px !important;
    left: -2px !important;
    padding: 0px !important;
}
.rt45r33 {
    min-width: 18rem !important;
    top: -3px !important;
    left: -70px !important;
    padding: 5px !important;
}
.td453f {
    min-width: 15rem !important;
    top: -15px !important;
    left: -100px !important;
    padding: 5px !important;
}
 .video-comment-section input{
    background-color: transparent !important;
    border: 0px;
    border-bottom: 1px solid rgb(255,255,255,0.2);
    width: 100%;
    font-size: 16px;
    margin: 0px 10px;
    color: #aaa;
}
.video-comment-section input:focus-visible {
    outline: 0px !important;
}
.thumb_image{
    width: 100%;
}
.playlist_thumb{
    margin: 15px;
}
.playlist-title{
    color: #000;
    line-height: 1.3rem;
    max-height: 1.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}
.new-btn{
    padding: 8px;
    text-transform: uppercase;
    font-size: 24px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
    background: transparent;
    border: 0;
    cursor: pointer;
}
.find_tradesmen_category_slider1.owl-carousel.owl-theme.owl-loaded .owl-prev{
    left: 5px;
}
.find_tradesmen_category_slider1.owl-carousel.owl-theme.owl-loaded .owl-next{
    right: 5px;
}
.find_tradesmen_category_slider1.owl-carousel.owl-theme.owl-loaded .owl-prev, .find_tradesmen_category_slider1.owl-carousel.owl-theme.owl-loaded .owl-next{
    background-color: #f1f1f1 !important;
    border-radius: 50%;
    color: #3c5f6e;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 40%;
    width: 40px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -o-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.find_tradesmen_category_slider1.owl-carousel.owl-theme.owl-loaded .owl-prev:hover, .find_tradesmen_category_slider1.owl-carousel.owl-theme.owl-loaded .owl-next:hover{
    background-color: #0110ff !important;
    color: #f1f1f1;
}
.find_tradesmen_category_slider1.owl-carousel.owl-theme .owl-nav{
    margin: 0;
}
.single_item_slider.owl-carousel.owl-theme.owl-loaded .owl-prev{
    left: 10px;
}
.single_item_slider.owl-carousel.owl-theme.owl-loaded .owl-next{
    right: 10px;
}
.single_item_slider.owl-carousel.owl-theme.owl-loaded .owl-prev, .single_item_slider.owl-carousel.owl-theme.owl-loaded .owl-next{
    background-color: #f1f1f1 !important;
    border-radius: 50%;
    color: #006c70;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 40%;
    width: 40px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -o-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single_item_slider.owl-carousel.owl-theme.owl-loaded .owl-prev:hover, .single_item_slider.owl-carousel.owl-theme.owl-loaded .owl-next:hover{
    background-color: #0110ff !important;
    color: #f1f1f1;
}
.single_item_slider.owl-carousel.owl-theme .owl-nav{
    margin: 0;
}
/*Market place start */
.market_slider.owl-carousel.owl-theme.owl-loaded .owl-prev{
    left: -30px;
}
.market_slider.owl-carousel.owl-theme.owl-loaded .owl-next{
    right: -30px;  
}
.market_slider.owl-carousel.owl-theme.owl-loaded .owl-prev, .market_slider.owl-carousel.owl-theme.owl-loaded .owl-next{
    background-color: #f1f1f1 !important;
    border-radius: 50%;
    color: #020202;
    height: 50px;
    line-height: 35px;
    position: absolute;
    top: 45%;
    width: 50px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -o-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.market_slider.owl-carousel.owl-theme.owl-loaded .owl-prev, .market_slider.owl-carousel.owl-theme.owl-loaded .owl-next i{
    padding-top: 10px;
}
.market_slider.owl-carousel.owl-theme.owl-loaded .owl-prev:hover, .market_slider.owl-carousel.owl-theme.owl-loaded .owl-next:hover{
    background-color: #0110ff !important;
    color: #f1f1f1;
}
.market_slider.owl-carousel.owl-theme .owl-nav{
    margin: 0;
}
.market_category_slider.owl-carousel.owl-theme.owl-loaded .owl-prev{
    left: -30px;
}
.market_category_slider.owl-carousel.owl-theme.owl-loaded .owl-next{
    right: -30px;  
}
.market_category_slider.owl-carousel.owl-theme.owl-loaded .owl-stage-outer{
    padding-top: -10px;  
}
.market_category_slider.owl-carousel.owl-theme.owl-loaded .owl-prev, .market_category_slider.owl-carousel.owl-theme.owl-loaded .owl-next{
    background-color: #f1f1f1 !important;
    border-radius: 50%;
    color: #020202;
    height: 50px;
    line-height: 35px;
    position: absolute;
    top: 45%;
    width: 50px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -o-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.market_category_slider.owl-carousel.owl-theme.owl-loaded .owl-prev, .market_category_slider.owl-carousel.owl-theme.owl-loaded .owl-next i{
    padding-top: 10px;
}
.market_category_slider.owl-carousel.owl-theme.owl-loaded .owl-prev:hover, .market_category_slider.owl-carousel.owl-theme.owl-loaded .owl-next:hover{
    background-color: #0110ff !important;
    color: #f1f1f1;
}
.market_category_slider.owl-carousel.owl-theme .owl-nav{
    margin: 0;
}
/*Market place end */
/*== Team Slider Code ==*/
.video_slider.owl-carousel.owl-theme.owl-loaded .owl-prev{
    left: 10px;
}
.video_slider.owl-carousel.owl-theme.owl-loaded .owl-next{
    right: 10px;
}
.video_slider.owl-carousel.owl-theme.owl-loaded .owl-prev, .video_slider.owl-carousel.owl-theme.owl-loaded .owl-next{
    background-color: #f1f1f1 !important;
    border-radius: 50%;
    color: #006c70;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 40%;
    width: 40px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -o-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.video_slider.owl-carousel.owl-theme.owl-loaded .owl-prev:hover, .video_slider.owl-carousel.owl-theme.owl-loaded .owl-next:hover{
    background-color: #0110ff !important;
    color: #f1f1f1;
}
.video_slider.owl-carousel.owl-theme .owl-nav{
    margin: 0;
}
.video_slide.owl-carousel.owl-theme.owl-loaded .owl-prev{
    left: 0px;
}
.video_slide.owl-carousel.owl-theme.owl-loaded .owl-next{
    right: 0px;
}
.video_slide.owl-carousel.owl-theme.owl-loaded .owl-prev, .video_slide.owl-carousel.owl-theme.owl-loaded .owl-next{
    background-color: rgb(20 20 20 / 70%) !important;
    color: #f1f1f1;
    height: 202px;
    position: absolute;
    top: 10px;
    width: 40px;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 0px;
    box-shadow: 0px 0px 50px 0px rgb(32 32 32 / 15%);
}
.video_slide.owl-carousel.owl-theme.owl-loaded .owl-prev:hover, .video_slide.owl-carousel.owl-theme.owl-loaded .owl-next:hover{
    background-color: rgb(20 20 20 / 80%) !important;
    color: #dbddff;
}
.video_slide.owl-carousel.owl-theme .owl-nav{
    margin: 0;
}
.video_owl{
    padding-top: 85px;
    font-size: 35px;
}
.feature_property_home6_slider.owl-carousel.owl-theme.owl-loaded .owl-next, .our_agents_home6_slider.owl-carousel.owl-theme.owl-loaded .owl-next{
    right: -15%;
}
.feature_property_home6_slider.owl-carousel.owl-theme .owl-stage-outer, .our_agents_home6_slider.owl-carousel.owl-theme .owl-stage-outer{
    display: inline-block;
}
.feature_post_slider .shop_grid .thumb img{
    margin: 0 auto;
    width: auto;
}
.video_slider_image{
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.video_slider_image:hover{
    cursor: pointer;
}
.video_slider_image .thumb{
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.video_slider_image .overylay{
    background-color: rgba(255, 90, 95, .8);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.video_slider_image.home4 .overylay{
    opacity: 0;
}
.video_slider_image.home4:hover .overylay{
    background-image: -moz-linear-gradient( -36deg, rgb(222 141 61) 0%, rgb(94 69 201) 100%);
    background-image: -webkit-linear-gradient( -36deg, rgb(222 141 61) 0%, rgb(94 69 201) 100%);
    background-image: -ms-linear-gradient( -36deg, rgb(222 141 61) 0%, rgb(94 69 201) 100%);
    opacity: 0.3;
}
.video_slider_image:hover .overylay{
    opacity: 1;
}
.video_slider_image .overylay .social_icon, .our_agent .overylay .social_icon{
    bottom: 15px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.video_slider_image .overylay .social_icon li, .our_agent .overylay .social_icon li{
    margin-right: 20px;
}
.video_slider_image .overylay .social_icon li:last-child, .our_agent .overylay .social_icon li:last-child{
    margin-right: 0;
}
.video_slider_image .overylay .social_icon li a i, .our_agent .overylay .social_icon li a i{
    color: #f1f1f1;
    font-size: 13px;
}
.video_slider_image .details{
    padding: 20px 0 5px;
}
.video_slider_image .details p{
    font-size: 14px;
    color: rgba(72, 72, 72, 0.8);
    line-height: 1.2;
    margin-bottom: 0;
}
.video_slider_image.style2{
    -webkit-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}
.video_slider_image.style3:hover{
    -webkit-box-shadow:0px 0px 30px 0px rgba(32, 32, 32, 0.15);
    -moz-box-shadow:0px 0px 30px 0px rgba(32, 32, 32, 0.15);
    -o-box-shadow:0px 0px 30px 0px rgba(32, 32, 32, 0.15);
    box-shadow:0px 0px 30px 0px rgba(32, 32, 32, 0.15);
}
.video_slider_image .instructor_col{
    margin-bottom: 15px;
}
.video_slider_image .instructor_col .thumb img{
    height: 120px;
    margin: 0 auto 20px;
    width: 120px;
}
.video_slider_image .instructor_col .details p{
    font-size: 15px;
}
.video_slider_image .tm_footer{
    border-top: 1px solid #eeeeee;
}
.video_slider_image .tm_footer ul{
    margin-bottom: 0;
    padding: 10px 0 10px;
}
.video_slider_image .tm_footer ul li:first-child{
    padding-right: 10px;
}
.video_slider_image .tm_footer ul li a{
    font-size: 14px;
}
.video_title{
    color: #0f0f0f;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    overflow: hidden;
    display: block;
    max-height: 4.4rem;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}
.video_title1{
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4rem;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 2.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin-bottom: 0.3rem;
}
.video-title-fe323d{
    color: #f1f1f1;
    font-size: 1.6rem;
    letter-spacing: 0.2px;
    line-height: 1.8rem;
    font-weight: 400;
}
.video_fwefwe{
    color: #aaa !important;
    font-size: 0.9rem;
    letter-spacing: 0.2px;
    line-height: 1.2rem;
    font-weight: 400;
}
.video_comment_section{
    background: rgb(0,0,0,0.1);
    margin: 1.4rem 0;
    padding: 1rem;
    border-radius: 1rem;
    font-size: 0.9rem;
    color: #606060 !important;
    font-weight: 400;
}
.video_comment_section:hover{
    background: rgb(0,0,0,0.2);
}
.video_f3fefw3{
    color: #606060 !important;
    font-weight: 400;
    font-size: 0.8rem;
    margin: 0px;
    line-height: 1rem;
    max-height: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.video_f3htfefw3 {
    color: #606060 !important;
    font-weight: 400;
    font-size: 0.8rem;
    margin: 0px;
    line-height: 1rem;
    max-height: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.video-thumb-fix{
    object-fit: cover;
    object-position: center;
    background: transparent;
    width: 120px;
    min-width: 120px;
    height: 75px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.blog-list-1{
     background: transparent;
     max-width: 120px;
     max-height: 120px;
     box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
     border-radius: 3px;
}
.shortvideo-thumb-fix{
    object-fit: cover;
    object-position: center;
    background: transparent;
    width: 110px;
    height: 180px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.image-thumb-fix{
    object-fit: cover;
    object-position: center;
    background: transparent;
    width: 120px;
    height: 130px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
 .blog-f45t5k{
     display: flex;
     align-items: flex-start;
}
 .blog-rte534{
     margin: 0 16px;
     cursor: pointer;
}
 .display-flex{
     display: flex !important;
}
 .blog-r3g555{
     margin: 5px !important;
}
 .post-r3g55{
     padding: 5px !important;
     font-size: 22px;
}
 .blog-r3g555:hover, .blog-r3g555:focus{
     color: #0110ff !important;
}
 .height-35{
     min-height: 35px;
}
 .dropdown-submenu {
     position: relative;
}
 .dropdown-submenu .dropdown-menu {
     top: 0;
     left: 5%;
     margin-top: 30px;
}
 .bgc-f89 {
     background-color: #dbddff;
}
 .margin-left-130{
     margin-left: 130px !important;
}
 .categories_slider.owl-carousel.owl-theme.owl-loaded .owl-prev{
     left: -15px;
}
 .categories_slider.owl-carousel.owl-theme.owl-loaded .owl-next{
     right: -15px;
}
 .categories_slider.owl-carousel.owl-theme.owl-loaded .owl-prev, .categories_slider.owl-carousel.owl-theme.owl-loaded .owl-next{
     background-color: #000000b3 !important;
     color: #f1f1f1;
     border-radius: 8px;
     height: 52px;
     line-height: 45px;
     position: absolute;
     top: -1px;
     width: 30px;
     transition: all 0.3s ease 0s;
}
 .categories_slider.owl-carousel.owl-theme.owl-loaded .owl-prev:hover, .categories_slider.owl-carousel.owl-theme.owl-loaded .owl-next:hover{
     background-color: #0110ff !important;
     color: #f1f1f1;
}
 .categories_slider.owl-carousel.owl-theme .owl-nav{
     margin: 0;
}
.story_slider.owl-carousel.owl-theme.owl-loaded .owl-prev, .feature_post_slider.owl-carousel.owl-theme.owl-loaded .owl-prev, .feature_property_home3_slider.owl-carousel.owl-theme.owl-loaded .owl-prev, .feature_property_home6_slider.owl-carousel.owl-theme.owl-loaded .owl-prev, .our_agents_home6_slider.owl-carousel.owl-theme.owl-loaded .owl-prev{
    left: -18px;
}
.story_slider.owl-carousel.owl-theme.owl-loaded .owl-next, .feature_post_slider.owl-carousel.owl-theme.owl-loaded .owl-next, .feature_property_home3_slider.owl-carousel.owl-theme.owl-loaded .owl-next{
    right: -18px;
}
.story_slider.owl-carousel.owl-theme.owl-loaded .owl-prev, .story_slider.owl-carousel.owl-theme.owl-loaded .owl-next, .feature_post_slider.owl-carousel.owl-theme.owl-loaded .owl-prev, .feature_post_slider.owl-carousel.owl-theme.owl-loaded .owl-next, .feature_property_home3_slider.owl-carousel.owl-theme.owl-loaded .owl-prev, .feature_property_home3_slider.owl-carousel.owl-theme.owl-loaded .owl-next, .feature_property_home6_slider.owl-carousel.owl-theme.owl-loaded .owl-prev, .feature_property_home6_slider.owl-carousel.owl-theme.owl-loaded .owl-next, .our_agents_home6_slider.owl-carousel.owl-theme.owl-loaded .owl-prev, .our_agents_home6_slider.owl-carousel.owl-theme.owl-loaded .owl-next{
    background-color: #f1f1f1 !important;
    border-radius: 50%;
    color: #006c70;
    height: 28px;
    line-height: 20px;
    position: absolute;
    top: 25%;
    width: 28px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -o-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.story_slider.owl-carousel.owl-theme.owl-loaded .owl-prev:hover, .story_slider.owl-carousel.owl-theme.owl-loaded .owl-next:hover, .feature_post_slider.owl-carousel.owl-theme.owl-loaded .owl-prev:hover, .feature_post_slider.owl-carousel.owl-theme.owl-loaded .owl-next:hover, .feature_property_home3_slider.owl-carousel.owl-theme.owl-loaded .owl-prev:hover, .feature_property_home3_slider.owl-carousel.owl-theme.owl-loaded .owl-next:hover, .feature_property_home6_slider.owl-carousel.owl-theme.owl-loaded .owl-prev:hover, .feature_property_home6_slider.owl-carousel.owl-theme.owl-loaded .owl-next:hover, .our_agents_home6_slider.owl-carousel.owl-theme.owl-loaded .owl-prev:hover, .our_agents_home6_slider.owl-carousel.owl-theme.owl-loaded .owl-next:hover{
    background-color: #0110ff !important;
    color: #f1f1f1;
}
.story_slider.owl-carousel.owl-theme .owl-nav, .feature_property_home3_slider.owl-carousel.owl-theme .owl-nav, .feature_property_home6_slider.owl-carousel.owl-theme .owl-nav, .our_agents_home6_slider.owl-carousel.owl-theme .owl-nav{
    margin: 0;
}
.tab-inner{
    background-color: #ddd5d5 !important;
}
.ui_kit_tab .nav.nav-tabs.tab-inner .nav-link.active {
    border-radius: 5px;
    border-bottom: 2px solid #0110ff !important;
}
.ui_kit_tab .nav.nav-tabs.tab-inner .nav-link {
    color: #000 !important;
}
.ui_kit_tab .nav.nav-tabs.tab-inner .nav-link:hover {
    border-bottom: 2px solid #0110ff;
    border-radius: 5px;
}
.member{
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.member:hover{
    cursor: pointer;
}
.member .thumb{
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.member .active{
    border: 2px solid #0110ff;
}
.member .thumb .overylay{
    background-color: rgba(255, 90, 95, .8);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.member.home4 .thumb .overylay{
    opacity: 0;
}
.member.home4:hover .thumb .overylay{
    background-image: -moz-linear-gradient( -36deg, rgb(222 141 61) 0%, rgb(94 69 201) 100%);
    background-image: -webkit-linear-gradient( -36deg, rgb(222 141 61) 0%, rgb(94 69 201) 100%);
    background-image: -ms-linear-gradient( -36deg, rgb(222 141 61) 0%, rgb(94 69 201) 100%);
    opacity: 0.3;
}
.member:hover .thumb .overylay{
    opacity: 1;
}
 .member-class{
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    padding: 3px;
    max-height: 66px;
}
.member .thumb .overylay .social_icon, .our_agent .thumb .overylay .social_icon{
    bottom: 15px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.member .thumb .overylay .social_icon li, .our_agent .thumb .overylay .social_icon li{
    margin-right: 20px;
}
.member .thumb .overylay .social_icon li:last-child, .our_agent .thumb .overylay .social_icon li:last-child{
    margin-right: 0;
}
.member .thumb .overylay .social_icon li a i, .our_agent .thumb .overylay .social_icon li a i{
    color: #f1f1f1;
    font-size: 13px;
}
.member .details{
    padding: 5px 0 5px;
}
.member .details p{
    font-size: 14px;
    color: rgba(72, 72, 72, 0.8);
    line-height: 1.2;
    margin-bottom: 0;
}
.member.style2{
    -webkit-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}
.member.style3:hover{
    -webkit-box-shadow:0px 0px 30px 0px rgba(32, 32, 32, 0.15);
    -moz-box-shadow:0px 0px 30px 0px rgba(32, 32, 32, 0.15);
    -o-box-shadow:0px 0px 30px 0px rgba(32, 32, 32, 0.15);
    box-shadow:0px 0px 30px 0px rgba(32, 32, 32, 0.15);
}
.member .instructor_col{
    margin-bottom: 15px;
}
.member .instructor_col .thumb img{
    height: 120px;
    margin: 0 auto 20px;
    width: 120px;
}
.member .instructor_col .details p{
    font-size: 15px;
}
.member .tm_footer{
    border-top: 1px solid #eeeeee;
}
.member .tm_footer ul{
    margin-bottom: 0;
    padding: 10px 0 10px;
}
.member .tm_footer ul li:first-child{
    padding-right: 10px;
}
.member .tm_footer ul li a{
    font-size: 14px;
}
.categories_slider .owl-carousel .owl-stage-outer {
    overflow: visible;
}
.blog_post_share li {
    background-color: #f1f1f1;
    border-radius: 8px;
    height: 45px;
    line-height: 45px;
    width: 45px;
}
.slide {
    max-width: 480px;
    min-width: 237px;
    margin: 40px auto;
    display: grid;
    box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.4);
}
.fhuj34f{
    padding: 12px 10px 0px 0px !important;
}
.padding-left-50{
    padding-left: 50px;
}
.video-dot-d-none{
    display: none;
}
.video-main-title1:hover .video-dot-d-none{
    display: block;
}
.dropdown-menu.show {
    display: block !important;
}
.video-ef43f{
    float: right;
}
 @keyframes thumb {
    to {
        transform: initial;
    }
}
 @media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }
    .overlay-white a {
        font-size: 20px
    }
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
    .overlay-white .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
 @media only screen and (max-height: 768px) {
    .video_page{
        margin-right: 0px;
        margin-left: 0px;
    }
    .blog-text-22 {
        font-size: 18px;
    }
    .blog-lists .container{
        padding-left: 95px;
    }
    .content-page .container{
        padding-left: 95px;
    }
}
 @media only screen and (max-width: 576px) {
    .video-ef43f{
        float: right;
        display: contents;
    }
}
 @media only screen and (max-width: 600px) {
    .video_page{
        margin-right: -15px;
        margin-left: -15px;
    }
    .button-mobile1 {
        width: 95px !important;
    }
    .top-30p{
        top: 0% !important;
    }
    .coming-soon {
        position: absolute;
        height: 100px;
        margin-left: -96px;
        z-index: 1;
        margin-top: -5px;
    }
    .button-mobile2 {
        width: 125px !important;
    }
    .dropdown-menu-set{
        top :-10px !important;
        left: -30px !important;
    }
    .ui_kit_tab .nav.nav-tabs {
        height: 185px;
    }
    .d35f4s{
        text-align: center;
    }
    .img-profile{
        width: 180px;
        height: 180px;
    }
    .video_page {
        margin-left: 5px;
        margin-right: 5px;
    }
    .blog-lists .container {
        padding-left: 15px;
    }
    .overlay-content {
        top: 8%;
    }
    .iq-sidebar{
        display: none;
    }
}
.video_slide .owl-carousel .owl-theme .owl-loaded .owl-prev{
    left: -25px;
}
.video_slide .owl-carousel .owl-theme .owl-loaded .owl-next{
    right: -25px;
}
.video_slide .owl-carousel .owl-theme .owl-loaded .owl-prev, .video_slide .owl-carousel .owl-theme .owl-loaded .owl-next{
    background-color: #f1f1f1 !important;
    border-radius: 50%;
    color: #006c70;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 40%;
    width: 40px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -o-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.squre_box{
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 60px 30px;
    position: relative;
    margin-left: 20px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.squre_box:hover{
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
}
.video_slide .owl-carousel .owl-theme .owl-loaded .owl-prev:hover, .video_slide .owl-carousel .owl-theme .owl-loaded .owl-next:hover{
    background-color: #ff5a5f !important;
    color: #f1f1f1;
}
.video_slide .owl-carousel .owl-theme .owl-loaded .owl-nav{
    margin: 0;
}
.video_slide .owl-nav [class*=owl-]:hover {
    background: #0110ff;
    color: #000;
    text-decoration: none;
}
.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
 .stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.mobile-header{
    display: block;
    width: 28px;
    height: 18px;
    padding: 11px;
    position: absolute;
    top: 0;
    left: 0;
}
.mobile-header:hover{
    cursor: pointer;
}
.mobile-header:before{
    content: '';
    display: block;
    background: #0f0f0f;
    height: 2px;
    width: 15px;
}
.mobile-header span{
    background: #0f0f0f;
    display: block;
    height: 2px;
    margin: 6px 0;
    width: 30px;
}
.mobile-header:after{
    content: '';
    display: block;
     background: #0f0f0f;
     height: 2px;
     width: 20px;
}
.setup-content{
    width: 100%;
}
.line-height-12{
    line-height: 1.2rem !important;
}
.video_collection{
    border-bottom: 4px solid rgb(255, 255, 255, 0.2);
    padding-bottom: 40px;
}
.newsfeed_image {
    width: auto !important;
    margin: 0 auto !important;
     display: block !important;
     max-height: 100vh;
}
.newsfeed_image1 {
    width: 100% !important;
    margin: 0 auto !important;
    display: block !important;
    max-height: calc(100vh - 130px);
}
.search_container {
    position: absolute;
    margin: auto;
    top: 36px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 550px;
    height: 60px;
}
.search_layout {
    position: absolute;
    margin: auto;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50%;
    transition: all 1s;
    z-index: 4;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
}
 .search_layout:hover {
     cursor: pointer;
}
.search_layout::before {
    content: "";
    position: absolute;
    margin: auto;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 10px;
    width: 10px;
    height: 2px;
    background: white;
    transform: rotate(45deg);
    transition: all .5s;
}
.search_layout::after {
    content: "";
    position: absolute;
    margin: auto;
    top: -5px;
    right: 0;
    bottom: 0;
    left: -5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid white;
    transition: all .5s;
}
.search_input {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 550px;
    height: 35px;
    outline: none;
    border: none;
    background: #000;
    color: white;
    text-shadow: 0 0 10px #000;
    padding: 0px 60px 0 20px;
    border-radius: 30px;
    box-shadow: 0 0 25px 0 #0110ff, 0 20px 25px 0 rgba(0, 0, 0, 0.2);
    transition: all 1s;
    opacity: 0;
    z-index: 5;
    font-weight: 400;
    letter-spacing: 0.1em;
}
.search_input:hover {
    cursor: pointer;
}
.search_input:focus {
    width: 550px;
    opacity: 1;
    cursor: text;
}
.search_input:focus ~ .search_layout {
    right: -550px;
    background: #151515;
    z-index: 6;
}
.search_input:focus ~ .search_layout::before {
    top: 0;
    left: 0;
    width: 25px;
}
.search_input:focus ~ .search_layout::after {
    top: 0;
    left: 0;
    width: 25px;
    height: 2px;
    border: none;
    background: white;
    border-radius: 0%;
    transform: rotate(-45deg);
}
.search_input::placeholder {
    color: white;
    opacity: 0.5;
    font-weight: bolder;
}
.shortbuz_video {
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    background-color: #000 !important;
    object-fit: contain;
    border-radius: 10px;
}
.shortbuz_icon{
    bottom: 0;
    display: flex;
    flex-direction: column;
}
.shortbuz_icon_row{
    bottom: 0;
    display: flex;
    flex-direction: row;
}
.video-container{
    min-width: 336px;
    height: 100%;
    width: 100%;
}
.video-containers{
    min-width: 336px;
    height: 100%;
    width: 100%;
    text-align: center;
}
.border-radius-0{
    border-radius: 0px !important;
}
.video-containers1{
    height: 100vh;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bebuzee_shortbuz{
    height: 600px;
    display: inline-flex;
    align-items: end;
    margin-left: 50px;
}
.shortbuz_embed{
    height: 500px;
    display: inline-flex;
    align-items: end;
}
.video_embed{
    height: 260px;
    display: inline-flex;
    align-items: end;
}
.video-containere{
    min-width: 280px;
    height: 100%;
    width: 100%;
}
.enbed_box{
    width: 280px;
    background-color: #f1f1f1;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 7%) 0px 1px 1px, rgb(0 0 0 / 7%) 0px 2px 2px, rgb(0 0 0 / 7%) 0px 4px 4px, rgb(0 0 0 / 7%) 0px 8px 8px, rgb(0 0 0 / 7%) 0px 16px 16px;
}
.enbed_box{
    width: 280px;
    background-color: #f1f1f1;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 7%) 0px 1px 1px, rgb(0 0 0 / 7%) 0px 2px 2px, rgb(0 0 0 / 7%) 0px 4px 4px, rgb(0 0 0 / 7%) 0px 8px 8px, rgb(0 0 0 / 7%) 0px 16px 16px;
}
.enbed_box_v{
    width: 450px;
    background-color: #f1f1f1;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 7%) 0px 1px 1px, rgb(0 0 0 / 7%) 0px 2px 2px, rgb(0 0 0 / 7%) 0px 4px 4px, rgb(0 0 0 / 7%) 0px 8px 8px, rgb(0 0 0 / 7%) 0px 16px 16px;
}
.embed_page{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.embed_watch{
    display: flex;
}
.embed_fewwe{
    max-width: 185px;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    color: #161823;
    font-size: 1.6rem;
    position: relative;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
}
.embed_ger45{
    position: relative;
    display: inline-block;
}
._gfr423{
    font-size: 12px;
    color: #0f0f0f;
    line-height: 1rem;
    max-height: 3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-transform: none;
}
.fg55sd4{
    font-size: 20px;
    font-weight: 400px;
    color: #0f0f0f;
    line-height: 1.6rem;
    max-height: 1.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-transform: none;
}
 .tr4tre{
     font-size: 14px;
     color: #0f0f0f;
     line-height: 1rem;
     max-height: 3rem;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: normal;
     text-transform: none;
}
.follow_fgby45{
    max-width:180px;
    line-height: 1.857rem;
    max-height: 1.857rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.follow_description43{
    max-width: 240px;
    line-height: 1.857rem;
    max-height: 1.857rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
._gfr458{
     font-size: 15px;
     color: #0f0f0f;
     line-height: 1.6rem;
     max-height: 1.6rem;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: normal;
     text-transform: none;
}
 ._ff3434{
     height: 420px;
     width: 100%;
     background-color: #f1f1f1;
     margin-top: 2px;
     overflow-x: scroll;
}
 .fullscreen-search{
     background-color: #f1f1f1;
     border: 0;
     border-radius: 5px !important;
     color: #262626;
     font-size: 17px;
     padding: 20px !important;
     width: 100%;
     -webkit-transition: all .3s ease-out;
     -moz-transition: all .3s ease-out;
     -ms-transition: all .3s ease-out;
     -o-transition: all .3s ease-out;
     transition: all .3s ease-out;
}
 .fullscreen-search:focus {
     border: none;
     outline: none;
}
 .fullscreen-search-icon{
     font-size: 25px;
     position: absolute;
     right: 50px;
     width: 25px;
     top: 15px;
     color: #0f0f0f;
     -webkit-transition: all .2s ease-out;
     -moz-transition: all .2s ease-out;
     -ms-transition: all .2s ease-out;
     -o-transition: all .2s ease-out;
     transition: all .2s ease-out;
}
 .video_newsfeed {
     max-height: 400px !important;
     width: 100%;
}
 .videoDescription p{
     color: white;
}
 #scroll-container {
     width:180px;
     overflow: hidden;
}
 #scroll-container1 {
     width:350px;
     overflow: hidden;
}
 #scroll-text {
    /* animation properties */
     width: 160%;
     -moz-transform: translateX(100%);
     -webkit-transform: translateX(100%);
     transform: translateX(100%);
     -moz-animation: my-animation 15s linear infinite;
     -webkit-animation: my-animation 15s linear infinite;
     animation: my-animation 15s linear infinite;
}
 @keyframes my-animation {
     from {
         -moz-transform: translateX(100%);
         -webkit-transform: translateX(100%);
         transform: translateX(100%);
    }
     to {
         -moz-transform: translateX(-100%);
         -webkit-transform: translateX(-100%);
         transform: translateX(-100%);
    }
}
 .shortbuz_newsfeed {
     top: 0;
     left: 0;
     width: 100%;
     background-color: #000 !important;
     object-fit: contain;
}

.ST54FR{
  color: #0f0f0f;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  overflow: hidden;
  max-height: 2.4rem;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}

.short_icon_background{
    background-color: rgb(0 0 0 / 15%);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    min-width: 40px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: space-around;
    -ms-flex-pack: distribute;
    cursor: pointer;
}
 .short_icon{
     font-size: 25px;
     color: #000;
     vertical-align: text-top;
     display: inline-block;
     cursor: pointer;
}
 .short_icon1{
     font-size: 22px;
     color: #f1f1f1;
     vertical-align: text-top;
     display: inline-block;
     cursor: pointer;
}
 .bebuzee_shortbuz_comment{
     flex: 1 1 896px;
     background: #000;
     position: relative;
     overflow: hidden;
     padding: 0px 80px;
}
 .bebuzee_shortbuz_54f344{
     position: absolute;
     width: 100%;
     height: 100%;
     filter: blur(2px);
     left: 0%;
     top: 0%;
     transform: scale(1.0);
     opacity: 0.3;
     background-repeat: no-repeat;
     background-size: cover;
}
 .bebuzee_343f4w{
     position: relative;
     width: 100%;
     height: 100%;
     cursor: pointer;
}
 .comment_close{
     position: absolute;
     z-index: 1;
     display: flex;
     justify-content: center;
     -webkit-box-pack: center;
     align-items: center;
     width: 40px;
     height: 40px;
     background: rgb(0 0 0 / 60%);
     border-radius: 50%;
     cursor: pointer;
     border: none;
     outline: none;
     top: 20px;
     transition: opacity 0.3s ease 0s;
     left: 40px;
}
 .comment_report{
     font-weight: 600;
     font-size: 14px;
     line-height: 20px;
     padding: 10px 16px;
     background-color: rgba(255,255,255,0.12);
     display: flex;
     -webkit-box-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     align-items: center;
     border-radius: 100px;
     position: absolute;
     top: 20px;
     cursor: pointer;
     color: rgb(255,255,255);
     right: 40px;
}
 .comment_close i{
     font-size: 20px;
     color: #f1f1f1;
}
 .like-active{
     color: #dc3545;
}
 .btn-outline-bebuzee {
     color: #0110ff;
     border-color: #0110ff;
}
 .btn-outline-bebuzee:hover {
     color: #f1f1f1;
     background-color: #0110ff;
     border-color: #0110ff;
}
 .btn-outline-bebuzee.focus, .btn-outline-bebuzee:focus {
     box-shadow: 0 0 0 0.2rem rgb(1 16 255 / 50%);
}

.btn-gradient-bebuzee {
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    color: white;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0110ff 0%, #f68939 100%);
}

.btn-gradient-bebuzee:hover {
    color: #ffffff;
    background: linear-gradient(135deg, #f68939 0%, #0110ff 100%);
    transform: scale(1.05);
}

.btn-gradient-cancel {
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    color: white;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #4e4376 0%, #2b5876 100%);
}

.btn-gradient-cancel:hover {
    color: #ffffff;
    background: linear-gradient(135deg, #2b5876 0%, #4e4376 100%);
    transform: scale(1.05);
}

.btn-block {
    width: 100%;
}

.shortbuz_scroll{
     position: sticky;
     top: 80px;
     z-index: 999;
     overflow-y: auto;
     max-height: calc(100vh - 100px);
}
 .shortbuz_video_comment {
     top: 0;
     left: 0;
     max-height: 100vh;
     width: auto;
     background-color: #000 !important;
     object-fit: contain;
}
 .min-height-200{
     min-height: 200px;
}
 .hashtag_container{
     display: flex;
     flex-direction: row;
     align-items: flex-start;
     margin-bottom: 20px;
}
 .shortbuz-fwerf34{
     position: absolute;
     z-index: 1;
     display: flex;
     justify-content: center;
     -webkit-box-pack: center;
     align-items: center;
     width: 40px;
     height: 40px;
     background: transparent;
     top: 20px;
     left: 20px;
}
 .hashtag_profile{
     position: absolute;
     display: flex;
     -webkit-box-align: center;
     align-items: center;
     overflow: hidden;
     bottom: 40px;
     width: 100%;
     height: 60px;
     color: #000;
     background: linear-gradient(rgba(18, 18, 18, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
     padding: 24px 12px 12px;
     border-bottom-left-radius: 10px;
     border-bottom-right-radius: 10px;
}
 .hashtag_sutitle{
     overflow: hidden;
     font-size: 18px;
     line-height: 22px;
     text-overflow: ellipsis;
     white-space: normal;
     max-height: 32px;
     padding-top: 10px 
}
 .hashtag_layer{
     display: flex;
     -webkit-box-pack: center;
     justify-content: center;
     -webkit-box-align: baseline;
     align-items: center;
     box-sizing: border-box;
     width: 120px;
     height: 120px;
     border-radius: 4px;
     border: 1px solid rgba(22, 24, 35,0.12);
     color: #f1f1f1;
     background: linear-gradient(172deg, rgba(1,16,255,1) 0%, rgba(245,140,11,1) 100%);
}
 .hashtag_description{
     flex: 1 1 0%;
     cursor: pointer;
     overflow: visible;
     margin-left: 20px;
}
 .hashtag_title{
     display: flex;
     font-weight: 700;
     font-size: 32px;
     line-height: 38px;
     padding-bottom: 4px;
     text-overflow: ellipsis;
     text-align: left;
}
 .hashtag_subtitle{
     color: rgba(22,54,35,0.75);
     font-weight: 500;
     font-size: 16px;
     line-height: 22px;
}
 .hashtag_shortcode{
     margin-left: 30px;
     margin-top: 4px;
}
 .hashtag_code{
     background: rgba(22, 24, 35, 0.03);
     margin: 5px;
     padding: 5px 15px;
     border: 1px solid;
     border-radius: 50px;
}
 .hash_tag_main{
     position: relative;
     height: 100%;
     width: 100%;
}
 .line-height-25{
     line-height: 25px;
}
 .line-height-30{
     line-height: 30px;
}
 .line-height-35{
     line-height: 35px;
}
 .shortbuz_page{
     padding: 30px !important;
}
 .video-containerh{
     border-radius:10px;
     height: 358px;
     width: 100%;
}
 .hashtag_video {
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
     object-fit: cover;
}
 .hashtag_main_data{
     width:20%;
     padding: 0px 10px;
}
/*shortbuz view page start*/
 .shortbuz_r4t4e3f{
     margin-right: 24px;
     margin-left: 24px;
     width: unset;
     max-width: unset;
     padding: 24px 0;
     -webkit-flex: 1 1 auto;
     -ms-flex: 1 1 auto;
     flex: 1 1 auto;
}
 ._gr4j5k{
     background-color: #0110ff;
     height: 35px;
     width: 35px;
     border-radius: 50%;
     text-align: center;
     margin-right: 10px;
     padding-top: 3px;
}
 ._tr4y64{
     line-height: 0.8rem;
}
 .notification-dot{
     height: 10px;
     width: 10px;
     background-color: #d9534f;
     border-radius: 50%;
     border: 1px solid white;
     display: inline-block;
     position: relative;
     top: -8px;
     left: -15px;
}

.notification-text{
    color: #000000;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    overflow: hidden;
    display: block;
    max-height: 4.4rem;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}
 .shortbuz_f4rfh56{
     height: 48px;
     font-size: 24px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     margin-bottom: 16px;
}
 .shortbuz_hj43i4{
     font-size: 24px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     cursor: pointer;
     -webkit-align-items: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     color: rgba(22, 24, 35, 1);
}
 .shortbuz-f34klm3{
     margin-left: 14px;
}
 .imageListBox{
     object-fit: cover;
     object-position: top;
     height: 120px;
     width: 131px;
}
 .shortbuz-gk54jio{
     margin-left: 4px;
     line-height: 48px;
     font-size: 16px;
     color: rgba(22, 24, 35, 1);
}
 .shortbuz-f4jo43{
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
}
 .shortbuz-fj3489{
     margin-right: 24px;
     -webkit-flex: 1 1 808px;
     -ms-flex: 1 1 808px;
     flex: 1 1 808px;
}
 .shortbuz-her43e{
     width: 100%;
     position: relative;
}
 .shortbuz-ht54g3{
     width: 100%;
     height: 606px;
     background: rgba(0, 0, 0, 1);
     position: relative;
     border-radius: 12px;
     margin-bottom: 24px;
}
 .shortbuz-herg4t{
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     overflow: hidden;
     border-radius: 4px;
}
 .shortbuz-gre453d{
     position: absolute;
     width: 10%;
     height: 10%;
     -webkit-filter: blur(2px);
     filter: blur(2px);
     -webkit-transform: scale(11);
     -moz-transform: scale(11);
     -ms-transform: scale(11);
     transform: scale(11);
     opacity: 0.3;
     background: center no-repeat;
     -webkit-background-size: cover;
     background-size: cover;
     left: 50%;
     top: 50%;
}
 .shortbuz-f4ji4f{
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;     
    border-radius: 12px;
    overflow: hidden;
}
 .shortbuz-divcontainer{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-color: rgba(22, 24, 35, .06);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-position: center;
    background-position: center;
}
 .shortbuz-grt4t5{
     border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
 .shortbuz-ergjnu{
     padding: 15px 0px;
     border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
 .shortbuz-gfj4i39{
     padding: 15px 0px;
     border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
 .shortbuz-fn3497h{
     color: rgb(22, 24, 35);
     font-weight: 700;
     line-height: 26px;
     font-size: 18px;
}
 .shortbuz-gr3f3{
     position: relative;
     text-align: center;
     display: flex;
     flex-direction: column;
     align-items: center;
}
 .shortbuz-fef4dfe{
     font-size: 16px;
     line-height: 22px;
}
 .shortbuz-hjgr444i{
     width: 322px;
     -webkit-flex: 0 0 322px;
     -ms-flex: 0 0 322px;
     flex: 0 0 322px;
}
 .shortbuz-fnju54{
     right: 20px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-align-items: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     position: absolute;
     bottom: 10px;
}
 .shortbuz-fe34f54{
     color: rgba(22, 24, 35, 1);
     font-weight: 600;
     text-overflow: ellipsis;
     overflow: hidden;
     white-space: nowrap;
     font-size: 18px;
     margin-bottom: 15px;
     line-height: 24px;
}
 .shortbuz-hj45iog{
     display: flex;
     -webkit-box-pack: justify;
     justify-content: space-between;
     flex-wrap: wrap;
}
 .shortbuz-gio54g{
     margin-top: 15px;
}
 .shortbuz-gfert34{
     margin-right: 0px;
     width: 147px;
     margin-bottom: 16px;
     cursor: pointer;
}
 .shortbuz-ef34fw{
     width: 100%;
     height: 202px;
     position: relative;
     border-radius: 8px;
     margin-bottom: 8px;
     overflow: hidden 
}
 .shortbuz_video_ghgfh{
     display: block;
     width: 100%;
     height: 100%;
     object-fit: contain;
}
 .shortbuz-fef34f34{
     width: 100%;
     height: 100%;
     object-fit: cover;
     background: rgba(22, 24, 35, 0.06);
}
 .shortbuz-gert34io{
     color: rgb(22, 24, 35);
     font-weight: 700;
     display: -webkit-box;
     overflow: hidden;
     text-overflow: ellipsis;
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;
     margin-bottom: 4px;
     word-break: break-word;
}
 .shortbuz-grt3hfh{
     color: rgba(22, 24, 35, 0.75);
     font-size: 12px;
     line-height: 16px;
     margin-bottom: 4px;
     display: flex;
     -webkit-box-align: center;
     align-items: center 
}
 .shortbuz-fewhej{
     display: flex;
     height: 16px;
     color: rgba(22, 24, 35, 0.75);
     -webkit-box-align: center;
     align-items: center;
     font-size: 12px;
}
 .shortbuz-feejnj4{
     margin-right: 8px;
}
 .shortbuz-fewefe{
     margin-right: 4px;
}
.scrolling-share{
     max-height: 250px;
     overflow: hidden;
     width: 220px;
}
 .comment-fgert4{
     position: absolute;
     z-index: 1;
     display: flex;
     justify-content: center;
     -webkit-box-pack: center;
     align-items: center;
     width: 40px;
     height: 40px;
     background: transparent;
     top: 20px;
     left: 100px;
}
 .shortbuz-34v4g43{
     position: absolute;
     bottom: 4px;
     right: 4px;
     background: rgba(0, 0, 0, 0.7);
     border-radius: 2px;
     padding: 2px;
     font-size: 12px;
     color: rgb(255, 255, 255);
}
 .shortbuz-fg34l{
    height: 606px;
    width: auto;
}
.gerg5te{
    object-fit: cover;
    width: 100% !important;
}
.box-layout12{
    background: #fff;
    border-radius: 8px;
    border: 1px solid #dadce0;
    margin-top: 20px;
    padding: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
/*-----------------------------------------shortbuz page end----------------------------------------------------*/
/*-----------------------------------------search page start----------------------------------------------------*/
.T5YUgr{
    display: flex;
    -webkit-box-pack: justify;
    justify-content: start;
    flex-wrap: wrap;
}
.F4RTy5{
    margin: 20px 0px;
    overflow: hidden;
}
.F4HEtr{
    margin-bottom: 30px;
}
.VuuXrf {
    color: #202124;
    font-size: 14px;
    display: block;
    line-height: 16px;
    white-space: nowrap;
}
.GvPZzd {
    font-size: 12px;
    line-height: 18px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.JO0Ijf{
    color: #0110ff;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,.1);
}
.GK9Lmn{
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    margin-top: 5px;
    overflow: hidden;
}
.TL5Yut{
    font-size: 14px;
    text-align: justify;
    color: #474747;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}
.JO0Ijf:hover {
    color: #1a0dab;
    text-decoration: underline;
}
.RH47df{
    object-fit: cover;
    object-position: top;
    height: 30px;
    width: 30px;
    min-width: 30px;
    border-radius: 5px;
}

.TY4Rfe{
    object-fit: cover;
    object-position: top;
    height: 30px;
    width: 30px;
    min-width: 30px;
    border-radius: 50%!important;
}
.Y65Rgr{
    margin-top: 10px;
    margin-right: 10px;
}
.Y66Rgr{
    position: relative;
    margin-top: 10px;
    margin-right: 10px;
}
.O9IDgh{
    object-fit: cover;
    object-position: top;
    height: 77px;
    width: 77px;
    min-width: 77px;
    border-radius: 8px;
}
.TY4Uiy{
    object-fit: cover;
    object-position: top;
    height: 77px;
    width: 137px;
    min-width: 137px;
    border-radius: 8px;
}
.K5L4gh{
    position: absolute;
    width: 30px;
    height: 30px;
    left: 53px;
    top: 23px;
    z-index: 1;
}
.K5L5gh {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 16px;
    top: 23px;
    z-index: 1;
}
.IJK1fd{
    background-color: #000;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    border-radius: 8px;
    opacity: 0.5;
}
.T65Rrr{
    fill: #fff;
    opacity: 0.8;
}
/*------------------------------------------------search page end----------------------------------------------------*/
/*------------------------------------------------video page start----------------------------------------------------*/
 .video-header{
    padding: 5px 10px 10px 30px;
    color: #000;
    cursor: pointer;
    font-size: 22px;
    height : 72px;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
.sidenav a:hover {
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
._f56g45{
    max-width: 480px;
    min-width: 380px;
    margin-left: -340px !important;
}
._f56g92{
    max-width: 480px;
    min-width: 380px;
    margin-left: -305px !important;
}
._f56g45 li{
    padding: 0 10px !important;
}
 .search {
     width: 100%;
     position: relative;
     display: flex;
}
 .searchTerm {
     width: 100%;
     border: 2px solid #2d2e2f;
     border-right: none;
     padding: 5px;
     height: 36px;
     border-radius: 5px 0 0 5px;
     outline: none;
     color: #f1f1f1;
     background-color: #2d2e2f;
     font-size: 18px;
}
 .searchTerm:focus{
     color: #00B4CC;
}
 .mediaModal{
     min-width: 425px;
     display: flex !important;
     -webkit-box-pack: justify;
     flex-wrap: wrap;
}
 .popular_blog_title{
     line-height: 1.2rem;
     max-height: 2.4rem;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: normal;
}
 .searchButton {
     width: 40px;
     height: 36px;
     border: 2px solid #2d2e2f;
     background: #000;
     text-align: center;
     color: #f1f1f1;
     border-radius: 0 5px 5px 0;
     cursor: pointer;
    font-size: 18px;
}
 .image-create-box{
     height: calc(100vh - 200px);
}
 .posts-video-box{
     height:calc(100vh - 130px);
     width:100%;
}
 .posts-image-box{
     height:calc(100vh - 130px);
     width:100%;
}
 .image-cell{
     height: calc(100vh - 200px);
     width: 800px;
}
 .creat-image-box{
     object-fit: contain;
     object-position: center;
     height: 100%;
     width: 100%;
     background-color: #000;
}
 .image_delete_ef43f34{
     font-weight: 600;
     font-size: 14px;
     line-height: 20px;
     padding: 8px 10px;
     background-color: #0110ff;
     display: flex;
     -webkit-box-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     align-items: center;
     border-radius: 50%;
     position: absolute;
     top: 20px;
     cursor: pointer;
     color: rgb(255,255,255);
     right: 40px;
}
.image_add_ef43f34{
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 10px;
    background-color: #0110ff;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    bottom: 20px;
    cursor: pointer;
    color: rgb(255,255,255);
    right: 40px;
}
.f34f344{
    object-fit: cover;
    object-position: center;
    height: 100px;
    width: 110px;
}

.RTY43H{
    margin: 0.325rem 0rem;
}
.smallBox{
    cursor: pointer;
    text-align: center;
    width: 105px;
}
.smallBox:hover{
    border: 1px solid #0110ff;
}
.scrolling-main{
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    height: calc(100vh - 260px);
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 10px 0px 0px 10px;
}
.modal-height{
    height:calc(100vh - 130px);
    width:100%;
    display: flex;
    flex-direction: column;
}
.post-modal-description{
    margin-bottom: 0px;
    max-height: calc(15vh);
    width: 100%;
    overflow-y: scroll;
}
.scrolling-post-modal{
    overflow-y: scroll !important;
    overflow-x: hidden;
    height: 100%;
}
.back-ferfs{
    background-color: #2d2e2f;
}
.cell-margin {
    margin: 0px 15px;
}
.VIT7UE{
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    overflow: hidden;
    display: block;
    max-height: 30px;
    -webkit-line-clamp: 1;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    color:#0f0f0f;
}
.FHR55U{
    margin: 10px 0px;
}
.RTI9OI{
    margin: 0 24px;
    overflow: hidden;
}
.SER5EE{
    margin: 12px 0 4px 0;
}
.GJ9OEF{
    height: 36px;
    margin-top: 12px;
    margin-right: 12px;
}

/*Resize the wrap to see the search bar change!*/
.wrap{
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*------------------------------------------------video page end----------------------------------------------------*/

/*------------------------------------------------shortvideo page start----------------------------------------------------*/
.font-size-13{
    font-size: 13px;
}
.GH45YR{
    font-size: 16px;
    margin: 3px 15px;
}
.DF5GHJ{ 
    display: none;
}
.RT7UIO:hover .DF5GHJ{
    display : block;
}
.RT7UIO:hover .SV5RT5{
    display : none;
}

.JKL6IO{
    display: flex;
    align-items: center;
}

.FHJ90JK{
    margin: 0 10px;
}
.LO0PKL{ 
    cursor: pointer;
    display: none;
}
.JKL6IO:hover .LO0PKL{
    display : block;
}


.SVT4RT{
    font-size: 13px;
    line-height: 20px;
    white-space: nowrap;
}
.SDT4ER{
    white-space: normal;
    overflow: initial;
    text-overflow: clip;
    font-weight: 600;
    font-size: 25px;
    line-height: 32px;
    flex-shrink: 1;
    left: 0;
    position: sticky;
    position: -webkit-sticky;
    white-space: nowrap;
    color: #0d0d0d;
}
.S5TGHJ{
    overflow: hidden;
    font-weight: 600;
    color: #0d0d0d;
    margin: 10px 0px;
}
.HJT56G{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    line-height: 20px;
    color: #0d0d0d;
}
.LKO6JK{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0d0d0d;
}
.SV5RT4{
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .011em;
    font-size: 12px;
    line-height: 16px;
    color: #606060;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 16px;
}
.SV5RT5, .SV5RT5 p{
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .011em;
    font-size: 12px;
    line-height: 16px;
    color: #606060;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 32px;
}
.FRG4YR{
    width: 120px;
    height: 68px;
    overflow: hidden;
    position: relative;
}
.FRG4RY{
    width: 68px;
    height: 120px;
    overflow: hidden;
    position: relative;
}
.FRG5YR{
    width: 68px;
    height: 68px;
    overflow: hidden;
    position: relative;
}
.JIK5TY{
    object-fit: cover;
    object-position: center;
    width: auto;
    height: 68px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.JIK6TY{
    object-fit: cover;
    object-position: center;
    width: 120px;
    height: 68px;
}
.JIK6YT{
    object-fit: cover;
    object-position: center;
    width: 68px;
    height: 120px;
}
.JIK7TY{
    object-fit: cover;
    object-position: center;
    width: 68px;
    height: 68px;
}
.JKL8TO{
    position: absolute;
    width: 10%;
    height: 10%;
    -webkit-filter: blur(1px);
    filter: blur(1px);
    -webkit-transform: scale(11);
    -moz-transform: scale(11);
    -ms-transform: scale(11);
    transform: scale(11);
    opacity: 0.3;
    background: center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    left: 50%;
    top: 50%;
}
.SV6TJK{
    display: flex;
    align-items: flex-start;
    overflow: hidden;
}
.RT5HJF{
    max-width: 382px;
    margin: 0 16px;
}
.GHIO67:hover {
    text-decoration: underline;
}
.FH4TU4{
    font-size: 16px;
    letter-spacing: .061em;
    font-weight: 400;
}
/*------------------------------------------------shortvideo page end----------------------------------------------------*/

/*------------------------------------------------modal start----------------------------------------------------*/
.RTU14I{
    font-size: 14px;
    color:#000;
}
.RTU13I{
    font-size: 13px;
    color:#000;
}
.RTU12I{
    font-size: 12px;
    color:#000;
}
.TRTR43{
    color: #ff3041;
    cursor: pointer;
}
.GHTU43{
    height: 33px;
    padding: 0px;
    margin-bottom: 0.325rem;
}
/*------------------------------------------------modal end----------------------------------------------------*/

/*-----------------------------------------------messaging page start----------------------------------------------------*/
._3iTtj{
    padding: 8px 20px 0px 20px;
}
._14ik1{
    min-width: auto !important;
    background-color: transparent !important;
    top: 0px !important;
    left: 0px !important;
    border: 0px !important;
    flex-direction: column-reverse;
}
._1HnQz {
    display: flex;
    flex-direction: column-reverse;
    padding: 0px;
    margin: 0px;
}
._1wMaz {
    position: relative;
}
._26nDl {
    flex: none;
    opacity: 1;
    margin-top: 5px;
}
._gri4t{
    background-color: transparent !important;
    border: 0px !important;
}
._2t8DP {
    display: block;
    height: 53px;
    opacity: 0;
    -webkit-transform: translateZ(0);
    outline: none;
    padding: 0;
    cursor: pointer;
    background: none;
    border: 0;
    opacity: 1;
    transform: translateY(0%) scaleX(1) scaleY(1);
    margin-top: 5px;
}
._2QbRL {
    position: relative;
    z-index: 200;
    display: block;
}
._hgur84d{
    max-width: 52px;
}
._rt4r3{
    margin-top: 5px;
    margin-left: -50px;
    height: 16px;
}
._rh7u5{
    margin-top: 5px;
    margin-left: -20px;
    height: 15px;
    position: absolute;
}
._gerger{
    color: #0110ff !important;
    height: 35px;
    width: 35px;
    padding: 0px !important;
}
._gergr{
    width: 16px;
    padding: 0px !important;
}
._fdf4f43{
    position: absolute;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: #000;
    color: #f1f1f1;
    margin: 5px -35px;
    opacity: 0.7;
    text-align: center;
}
._grg4sd{
    color: #ff3b30 !important;
    width: 34px;
    padding: 0px !important;
}
._ghg567g{
    line-height: 1.6rem;
    max-height: 1.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
._gdfg4{
    font-size: 18px;
    margin: 0 12px;
}
._gfg4gd{
    position: absolute;
    margin: -25px 70px;
}
.ffwe2243{
    margin-top: 30px;
    margin-left: 5px;
    border: 1px solid #0110ff;
    border-radius: 10px;
    padding: 0px 6px;
}
.fr3ih34{
    margin-top: 15px;
    margin-left: 5px;
    border: 1px solid #0110ff;
    border-radius: 10px;
    padding: 0px 6px;
}
._fhu43{
    top: 0px !important;
    left: 0px !important;
    min-width: 11rem !important;
}
._g54ojm6{
    background-color: #f1f3f4;
    border-radius: .938rem;
    border: 1px solid;
}
._g54g45{
    margin: 0 2rem 0 0 
}
._gt43r{
    opacity: 0.5;
    cursor: pointer;
    position: absolute;
}
._gy43r{
    z-index: 1;
    opacity: 0.5;
    cursor: pointer;
    position: absolute;
}
.bebuzee-toolbar-bottom-mobile{
    background: #f1f1f1;
    padding: 10px 10px 5px;
    position: fixed;
    display: none;
    bottom: 0;
    z-index: 9;
    -webkit-transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s,-webkit-transform .6s;
    width: 100%;
    -webkit-box-shadow: 0 0 9px rgba(0,0,0,.12);
    box-shadow: 0 0 9px rgba(0,0,0,.12);
}
.bebuzee-toolbar-bottom-mobile .bebuzee-toolbar-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.bebuzee-toolbar-bottom-mobile .bebuzee-toolbar-wrapper .bebuzee-toolbar-item .link {
    text-align: center;
    position: relative
}
.bebuzee-toolbar-bottom-mobile .bebuzee-toolbar-wrapper .bebuzee-toolbar-item .link svg {
    width: 30px;
    height: 30px;
    fill: #232323;
    stroke: transparent;
    padding: 2px
}
.bebuzee-toolbar-bottom-mobile .bebuzee-toolbar-wrapper .bebuzee-toolbar-item .label {
    display: block;
    font-size: 12px;
    letter-spacing: .02em;
    font-weight: 500;
    line-height: 22px;
    padding-top: 2px
}
.bebuzee-toolbar-bottom-mobile .bebuzee-toolbar-wrapper .bebuzee-toolbar-item .icon--cart .cart-count-bubble {
    position: absolute;
    right: -8px;
    top: -4px;
    margin: 0;
    background-color: #ffe5e8;
    min-width: 23px;
    min-height: 23px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px
}
.bebuzee-toolbar-bottom-mobile .bebuzee-toolbar-wrapper .bebuzee-toolbar-item{
    position: relative
}
.bebuzee-toolbar-bottom-mobile .bebuzee-toolbar-wrapper .bebuzee-toolbar-item .link.mobileSearch-toggle svg,
.bebuzee-toolbar-bottom-mobile .bebuzee-toolbar-wrapper .bebuzee-toolbar-item [data-open-auth-sidebar] svg{
    padding: 0
}
.mm-navbar{
    display: none !important;
}
.suggestedList{
    display: none;
}
.swal2-popup {
    font-size: 0.75rem;
}

/*-----------------------------------------------messaging page end----------------------------------------------------*/

/*-----------------------------------------------suggestions modal start----------------------------------------------------*/
.TQc1id {
    border: 1px solid #dadce0;
    width: calc(100% - 2px);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.I6TXqe {
    background: #fff;
    border-radius: 8px;
    padding: 0 0 16px 0;
    margin-bottom: 20px;
}
.EGJ4fe{
    padding-left: 15px;
    padding-right: 15px;
}
.HTE3ds{
    padding-top: 20px;
    padding-bottom: 10px;
}
.x3SAYd {
    position: relative;
}
.YUT3gf{
    border-bottom: 1px solid #dadce0;
}
.RT4Egt{
    padding-top: 10px;
    padding-bottom: 10px;
}
.JK5Iop{
    margin-bottom: 10px;
}
.TT4S5y{
    margin-left: 5px;
}
.WQ4Tgr{
    height: 27px;
    margin: 0px;
    align-items: baseline;
}
.YUB9Ne3{
    font-size: 13px;
    max-width: 250px;
    line-height: 1.157rem;
    max-height: 1.257rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0px;
}
.POR4fe{
    font-size: 14px;
    font-weight: 700;
    max-width: 150px;
    line-height: 1.857rem;
    max-height: 1.857rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.FV43gf{
    object-fit: cover;
    object-position: top;
    height: 77px;
    width: 53px;
    min-width: 53px;
    border-radius: 5px;
}
/*-----------------------------------------------suggestions modal end----------------------------------------------------*/

/*-----------------------------------------------common modal start----------------------------------------------------*/

/*-----------------------------------------------common modal end----------------------------------------------------*/

/*------------------------------------------------media css start----------------------------------------------------*/
@media screen and (max-height: 450px) {
    .sidenav {
       padding-top: 15px;
    }
    .sidenav a {
       font-size: 18px;
    }
}
/* Mobile Devices */
@media (max-width: 480px) {
    .shortbuz_video {
        height: auto;
    }
    .shortbuz_newsfeed {
        height: auto;
    }
    .max-width-160 {
        max-width: 130px !important;
    }
    .posts-image {
        height: 385px;
    }
    .posts-video {
        height: 778px;
    }
    .properbuzz_logo{
        width: 180px;
        margin-top: 25px;
        margin-right: 25px;
    }
    .search_container {
        width: 300px;
    }
    .search_input {
        width: 300px;
        padding: 0 10px 0 10px;
    }
    .search_input:focus {
        width: 300px;
    }
    .search_input:focus ~ .search_layout {
        right: -300px;
    }
    .blog-header {
        font-size: 34px;
    }
    .overlay a {
        font-size: 18px;
    }
    .overlay-white a {
        font-size: 18px;
    }
    #discover_photo{
        max-width: 100%;
    }
    .posts-image {
        height: 120px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .posts-video {
        height: 228px;
    }
    .col-md-4, .col-md-8, .col-md-12{
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (min-width: 360px) and (max-width: 1000px) {
    .shortbuz_scroll {
        position: initial !important;
    }
    .sticky-div {
        position: initial !important;
    }
}
/* Low resolution Tablets and iPads */
@media (min-width: 481px) and (max-width: 767px) {
    .shortbuz_newsfeed {
        height: 750px;
    }
    .max-width-160 {
        max-width: 130px !important;
    }
    .posts-image {
        height: 385px;
    }
    .posts-video {
        height: 778px;
    }
    .properbuzz_logo{
        width: 180px;
    }
    .search_container {
        width: 300px;
    }
    .search_input {
        width: 300px;
        padding: 0 10px 0 10px;
    }
    .search_input:focus {
        width: 300px;
    }
    .search_input:focus ~ .search_layout {
        right: -300px;
    }
    .blog-header {
        font-size: 34px;
    }
}
/* Tablets iPads (Portrait) */
@media (min-width: 768px) and (max-width: 1024px){
    .shortbuz_newsfeed {
        height: 650px;
    }
    .posts-image {
        height: 290px;
    }
    .posts-video {
        height: 588px;
    }
    .properbuzz_logo{
        width: 180px;
    }
    header.header-nav.menu_style_home_one .ace-responsive-menu > li > a {
        padding: 27px 8px 27px 5px;
    }
    .max-width-160 {
        max-width: 130px !important;
    }
    header.header-nav.menu_style_home_one {
        padding: 0 10px;
    }
    header.header-nav.menu_style_home_one .ace-responsive-menu > li > ul.sub-menu, header.header-nav.home2.style_one .ace-responsive-menu > li > ul.sub-menu {
        margin-left: -167px;
        top: 70px;
    }
    .mk-search-trigger.style2 {
        position: initial;
        right: auto;
        top: auto;
    }
    #mk-fullscreen-search-wrapper2{
        margin-top: 30%;
    }
    .video_thumb {
        height: 163px;
    }
    .video_thumb .overylay1 {
        height: 163px;
    }
    .video_thumb .overylay2 {
        height: 163px;
    }
    .video_slide.owl-carousel.owl-theme.owl-loaded .owl-prev, .video_slide.owl-carousel.owl-theme.owl-loaded .owl-next {
        height: 163px;
    }
    .video-view1 {
        height: 163px;
    }
    .video_owl {
        padding-top: 65px;
    }
    .posts-video {
        height: 788px;
    }
    .properbuzz_logo{
        width: 180px;
    }
}
/* Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px){
    .shortbuz_newsfeed {
        height: 750px;
    }
    .posts-image {
        height: 385px;
    }
    .posts-video {
        height: 788px;
    }
    .properbuzz_logo{
        width: 270px;
    }
    header.header-nav.menu_style_home_one .ace-responsive-menu > li > ul.sub-menu, header.header-nav.home2.style_one .ace-responsive-menu > li > ul.sub-menu {
        margin-left: -163px;
    }
    .mk-search-trigger.style2 {
        position: initial;
        right: auto;
        top: auto;
    }
    #search-button2{
        margin-right: 15px;
    }
    #mk-fullscreen-search-wrapper2{
        margin-top: 20%;
    }
}
/* Big boi Monitors */
@media (min-width: 1281px) {
     .shortbuz_newsfeed {
         height: 750px;
    }
     .posts-image {
         height: 360px;
    }
     .posts-video {
         height: 728px;
    }
     .properbuzz_logo{
         width: 270px;
    }
    .min-width-35{
        min-width: 35px !important;
    }
    header.header-nav.menu_style_home_one .ace-responsive-menu > li > ul.sub-menu, header.header-nav.home2.style_one .ace-responsive-menu > li > ul.sub-menu {
        margin-left: -182px;
    }
    .scrlling-popup{
        max-height: 168px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .mk-search-trigger.style2 {
        position: initial;
        right: auto;
        top: auto;
    }
    #search-button2{
        margin-right: 15px;
    }
    #mk-fullscreen-search-wrapper2{
        margin-top: 20%;
    }
}
@media screen and ( min-height: 480px ) {
    .bebuzee_shortbuz {
        height: 480px;
    }
    .video-container {
        min-width: 270px;
    }
    .shortbuz_newsfeed {
        max-height: 380px !important;
    }
    .posts-image-view{
        max-height: 430px !important;
    }
    #discover_photo{
        max-width: 1060px;
    }
    .posts-image {
        height: 295px;
    }
    .posts-video {
        height: 568px;
    }
}
@media screen and ( min-height: 580px ) {
    .bebuzee_shortbuz {
        height: 600px;
    }
    .video-container {
        min-width: 336px;
    }
    .shortbuz_newsfeed {
        max-height: 480px !important;
    }
    .posts-image-view{
        max-height: 530px !important;
    }
    #discover_photo{
        max-width: 1160px;
    }
    .posts-image {
        height: 325px;
    }
    .posts-video {
        height: 628px;
    }
}
@media screen and ( min-height: 680px ) {
    .bebuzee_shortbuz {
        height: 600px;
    }
    .video-container {
        min-width: 310px;
    }
    .shortbuz_newsfeed {
        max-height: 580px !important;
    }
    .posts-image-view{
        max-height: 630px !important;
    }
    #discover_photo{
        max-width: 1060px;
    }
    .posts-image {
        height: 295px;
    }
    .posts-video {
        height: 598px;
    }
}
@media screen and ( min-height: 780px ) {
    .bebuzee_shortbuz {
        height: 600px;
    }
    .video-container {
        min-width: 336px;
    }
    .shortbuz_newsfeed {
        max-height: 680px !important;
    }
    .posts-image-view{
        max-height: 730px !important;
    }
    #discover_photo{
        max-width: 1110px;
    }
    .posts-image {
        height: 310px;
    }
    .posts-video {
        height: 628px;
    }
}
@media screen and ( min-height: 880px ) {
    .bebuzee_shortbuz {
        height: 600px;
    }
    .video-container {
        min-width: 336px;
    }
    .shortbuz_newsfeed {
        max-height: 780px !important;
    }
}
@media only screen and (min-width: 1370px) and (max-width: 1605px){
    .fg-emoji-container {
        width:60% !important;
    }
} 

/*-----------------mobile device view ---------------------------*/
@media (max-width: 992px){
    body {
        font-size: 12px;
        line-height: 1.442;
    }
    .btn {
        padding: 0.275rem 0.35rem;
        font-size: 12px;
        line-height: 14px;
    }
    .scrollToHome {
        bottom: 50px !important;
        font-size: 12px;
        height: 30px;
        line-height: 24px;
        padding: 3px 8px;
        right: 10px;
        width: 30px;
    }
    .bebuzee-toolbar-bottom-mobile {
        display: block !important;
    }
    .stylehome1 .nav_logo_img {
          max-width: 75px !important;
    }
    .mobile-menu {
        display: block;
        height: 50px;
        background-color: #f1f1f1 !important;
        overflow: inherit;
    }
    ._ff3434 {
        height: 280px;
    }
    .btn {
        padding: 0.275rem 0.rem !important;
    }
    .overlay .closebtn {
        right: 0px;
    }
    .overlay-white .closebtn {
        right: 0px;
    }
    .blog-header {
        font-size: 24px !important;
        border-top: 5px solid;
    }
    .main-title {
        margin-bottom: 10px;
    }
    section {
        padding: 0px 0;
    }
    .properti_city {
        margin-bottom: 0px;
    }
    .blog-horizontal {
        min-height: 256px;
    }
    .blog-vertical {
        max-height: 192px;
        min-height: 192px;
    }
    .blog-title-e34ew {
        font-size: 16px;
    }
    .blog-title-desc {
        line-height: 1.2rem;
        max-height: 2.4em;
    }
    hr {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .mm-listitem {
        margin: 10px 0px;
    }
    .mobile-chat{
        display: none;
    }
    ._hgur84d {
        position: absolute;
        z-index: 1;
        color: #a4a4a4;
    }
    ._hgur846d{
        position: absolute;
        margin-right: 25px;
        z-index: 1;
        color: #a4a4a4;
    }
    .chat-content .chat-left .chat-message {
        min-width: 90px;
        margin: 0 0.3rem 0.3rem 0.6rem !important;
        padding: 1.45rem 0.45rem 0.45rem 0.45rem !important;
    }
    .chat-message{
        min-width: 100px;
        margin: 0 0.3rem 0.3rem 0.3rem !important;
        padding: 1.45rem 0.45rem 0.45rem 0.45rem !important;
    }
    .video-container {
        min-width: 100% !important;
        min-height: 256px;
        overflow: scroll;
    }
    .mobile-suggestion{
        display: none !important;
    }
    .mobile-d-none{
        display: none !important;
    }
    .mobile-d-block{
        display: block !important;
    }
    .suggestedList{
        display: block;
        overflow: scroll;
    }
    .lf443f4 {
        display: contents;
        margin-bottom: 20px;
        margin-left: 0%;
        margin-right: 0%;
    }
    .lf443f5{
        display: contents;
        margin-bottom: 20px;
        margin-left: 0%;
        margin-right: 0%;
    }
    .mobile-d-inline-flex{
        display: block !important;
    }
    .mobile-d-flex{
        display: flex!important;
    }
    .mobile-padding-0{
        padding: 0px !important;
    }
    .mobile-margin-0{
        margin: 0px !important;
    }
    ::-webkit-scrollbar {
          display: none;
    }
    .mobile_margin_top_10{
        margin-top: 10px !important;
    }
    .mobile_margin_bottom_10{
        margin-bottom: 10px !important;
    }
    .mobile-padding-ff745h{
        padding: 0px 20px !important;
    }
    .posts-image-box {
        height: 100%;
    }
    .mobile-width-100{
        width: 100% !important;
    }
    .ewfwe {
        top: 5px !important;
        right: 5px !important;
    }
    .uef34f4 {
        font-size: 12px;
    }
    .blog-header-white {
        font-size: 22px;
    }
    .blog_cell {
        position: inherit;
    }
    .blo-cut2 {     
        padding: 0px 41px 0 0px;
    }
    .blog-text {
        font-size: 22px;
    }
    .mobile-overflow-hidden{
        overflow: hidden;
    }
    .mobile-margin-bottom-10{
        margin-bottom: 10px !important;
    }
    .blog-lists{
        padding-bottom: 40px;
    }
    .bebuzee-image-23 {
        max-width: 112px;
        max-height: 91px;
        border-radius: 5px;
    }
    .swal2-popup {
        font-size: 0.625rem !important;
    }
    h1, .h1 {
        font-size: 20px !important;
        font-weight: 600;
    }
    h2, .h2 {
        font-size: 18px !important;
        font-weight: 600;
    }
    h3, .h3 {
        font-size: 16px !important;
        font-weight: 600;
    }
    h4, .h4 {
        font-size: 14px !important;
        font-weight: 600;
    }
    h5, .h5 {
        font-size: 12px !important;
    }
    h6, .h6 {
        font-size: 10px !important;
    }
    .ru3osdc{
        min-width: 150px;
    }
    .er54y4re{
        min-width: 250px;
    }
    p {
        font-size: 12px;
    }
    .avatar-45 {
        height: 35px;
        width: 35px;
        min-width: 35px;
    }
    .B1t43t {
        width: 100%;
    }
    .more-pic {
        width: 100px;
    }
    .answer_list {
        width:100%;
        margin: 5px 15px;
    }
    .B1h6f43 {
        overflow: scroll;
    }
    .B1bfver {
        padding: 6px 6px 2px;
    }
    .B1jg3f {
        margin-right: 6px;
    }
    .YUB9Ne3 {
        max-width: 210px;
    }
    .I6TXqe {
        padding: 0;
        margin-bottom: 0;
    }
    .mobile-RT43f4{
        border-bottom: 0;
        padding-bottom: 0;
    }
    hr > .mt-1 {
        margin-top: 0 !important;
    }
    .follow_fgby45 {
        line-height: 1.157rem;
        max-height: 1.157rem;
    }
    .SDT4ER {
        font-size: 20px;
    }
    .follow_description43 {
        line-height: 1.257rem;
        max-height: 1.257rem;
    }
    .mobile-profile {
        padding: 15px !important;
    }
    .mobile-margin-0{
        margin: 0px; 
    }
    .mobile-padding-left-5{
        padding-left: 5px !important;
    }
    .mobile-padding-left-0{
        padding-left: 0 !important;
    }
    .container, .container-full {
        margin-bottom: 30px;
    }
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-right: 5px;
        padding-left: 5px;
    }
}
/*------------------------------------------------media css end----------------------------------------------------*/
textarea, input {
    font-family: Arial, sans-serif !important;
}

.TYEU32 {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    color: #0f0f0f;
    transition: background-color 0.5s cubic-bezier(0.05, 0, 0, 1), box-shadow 0.3s ease-in-out;
}

.TYEU32:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.TYEU32:focus {
    background-color: rgba(0, 0, 0, 0.15);
    outline: none;
}
.TYEU33 {
    color: #0f0f0f;
    transition: background-color .5s cubic-bezier(.05, 0, 0, 1);
}
.deyU43I {
    padding: 11px 11px 11px 11px !important;
}
header.header-nav.menu_style_home_one .ace-responsive-menu>li>a {
    padding: 11px 18px 11px 18px;
}

header.header-nav.menu_style_home_one.style2 .ace-responsive-menu li a {
    font-size: 14px;
    color: #0f0f0f;
    line-height: 0.8;
}

.right-sidebar {
    max-width: 420px;
    position: fixed;
    height: calc(100vh - 50px);
    top: 50px;
    right: 0;
    bottom: 0;
    border-left: 1px solid #dbdbdb;
    background-color: #fff;
    z-index: 101;
    padding: 0;
    transform: translateX(101%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.4s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s;
}
.right-sidebar-active {
    transform: translateX(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.re43FGJ{
    padding-top: 30px;
}
.r1hJU4 {
    width: 1.65em;
    height: 1.65em;
    fill: #000;
}

.rewf3453 {
    width: 1.25em;
    height: 1.25em;
    fill: #000;
}

.GHye342 {
    font-size: 16px;
    color: #000;
    margin-left: 3px;
}

.ghRYoe54 {
    padding: 15px 30px;
    border-bottom: 1px solid #dbdbdb;
}

.ghRYoe54:hover span.GHye342,
.ghRYoe54:focus span.GHye342 {
    color: #3a3c6f;
}

.ghRYoe54:hover svg.r1hJU4,
.ghRYoe54:focus svg.r1hJU4 {
    fill: #3a3c6f;
}

span.GHye342,
svg.r1hJU4 {
    transition: color 0.3s ease, fill 0.3s ease;
}

.trei4od {
    height: calc(100vh - 149px);
    padding: 0;
    margin: 0;
}

.kl43oFH {
    padding: 5px 12px;
    margin: 5px;
    border-radius: 40px;
}

.kl43oFH:hover,
.kl43oFH:focus {
    background-color: #dbdbdb;
}

.TU43Gfe {
    min-width: 260px !important;
}