@font-face {
    font-family: source_sans_probold;
    src: url(../../fonts/SourceSansPro-Bold.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: source_sans_prosemibold;
    src: url(../../fonts/SourceSansPro-SemiBold.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: source_sans_prolight;
    src: url(../../fonts/SourceSansPro-Light.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: source_sans_proregular;
    src: url(../../fonts/SourceSansPro-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

html {
    height: 100%;
    width: 100%;
    overflow: scroll;
    overflow-x: hidden
}

body {
    font-family: source_sans_proregular !important;
    background: #fff;
    color: #666;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 320px;
    overflow: hidden
}

li {
    cursor: default
}

a {
    color: #2b4196;
    text-decoration: none
}

a:active,
a:focus,
a:hover {
    color: #2dca98;
    outline: 0;
    text-decoration: none
}

p {
    padding: 0;
    margin: 0 0 30px 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    background: #fff
}

::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 50px
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url(../../img/preloader.svg) no-repeat center center
}

.back-to-top {
    position: fixed;
    display: none;
    background: linear-gradient(to right, #2a4397, #27a8e1);
    color: #fff;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
    transition: background .5s
}

@media (max-width:768px) {
    .back-to-top {
        bottom: 15px
    }
}

.back-to-top:focus {
    background: linear-gradient(to right, #2a4397, #27a8e1);
    color: #fff;
    outline: 0
}

.back-to-top:hover {
    background: linear-gradient(to right, #2a4397, #27a8e1);
    color: #fff
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

#header {
    padding: 10px 0;
    height: 85px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all .5s;
    z-index: 997;
    padding-right: 17px
}

#header #logo {
    float: left
}

#header #logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 6px 0;
    line-height: 1;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase
}

#header #logo h1 a,
#header #logo h1 a:hover {
    color: #fff
}

@media (max-width:768px) {
    #header #logo h1 {
        font-size: 26px
    }

    #header #logo img {
        max-height: 40px
    }

    #mobile-nav .dropdown .dropdown-menu.show {
        display: block;
        width: 65% !important;
        margin: 0 auto
    }

    #mobile-nav .dropdown .dropdown-menu.show a.dropdown-item {
        padding: 12px;
        display: block
    }

    #mobile-nav .dropdown .dropdown-menu.show .dropdown-item img {
        margin-bottom: 0
    }

    .dropdown-menu {
        left: 0 !important;
        padding: 2px;
        top: 65px !important;
        transform: translate3d(0, 0, 0) !important;
        right: 0;
        width: 100% !important
    }

    .dropdown-menu .dropdown-item {
        padding: 5px 10px;
        display: block;
        color: #000 !important;
        text-transform: none
    }

    .blog-page .row.js-questions-list .post-img {
        width: 100% !important
    }

    .blog-page .post-info-item {
        width: 100% !important
    }
}

#header.header-fixed {
    background: linear-gradient(to right, #2a4397, #27a8e1);
    padding: 10px 0;
    padding-right: 17px;
    height: 85px;
    transition: all .5s;
    z-index: 99;
    border: none
}

#home {
    width: 100%;
    height: 510px;
    background: url(../../img/hero-bg.jpg) top center;
    background-size: cover;
    position: relative
}

#home .hero-container {
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
    padding-top: 10em;
    padding-bottom: 5em
}

#home p {
    color: #fff;
    font-size: 20px;
    font-family: source_sans_proregular;
    font-style: italic;
    margin-bottom: 15px
}

#home .questions-box .top-item a {
    display: inline-block;
    font-size: 18px;
    color: #000;
    font-family: source_sans_proregular;
    margin-left: 0;
    word-break: break-word;
    margin-top: 3px
}

.meeting-block {
    position: relative;
    background: url(../../img/Pattern1_img.png);
    background-repeat: no-repeat;
    background-position: 68% 99%
}

.app-store {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    position: relative;
    right: 19px
}

.app-store .app-btn:nth-child(2) {
    position: absolute;
    right: 55px
}

.app-store .app-btn:nth-child(3) {
    position: absolute;
    left: 373px
}

.meeting-block p {
    font-size: 13px;
    margin: 0
}

.meeting-block strong {
    color: #215898;
    display: block;
    margin: 5px 0;
    font-size: 14px
}

#custom-search-input input::placeholder {
    color: #ccc
}

.app-btn:hover img {
    color: #fff;
    transform: scale(1.1);
    transition: all ease 1s
}

.app-btn img {
    float: left;
    margin: 10px 10px 0 0
}

.app-btn h2 {
    margin: 0;
    font-size: 20px
}

.app-btn strong {
    display: block
}

.stopics {
    position: absolute;
    left: 270px;
    box-shadow: 0 0 5px 2px #00000024;
    border-radius: 5px;
    padding: 15px;
    top: 0;
    z-index: 9999;
    background: #fff;
    top: -85px
}

.inbox img,
.stopics img,
.umeeting img {
    width: 26px
}

.iphone {
    margin-top: -230px
}

.umeeting {
    box-shadow: 0 0 5px 2px #00000024;
    position: absolute;
    right: 260px;
    background: #fff;
    border-radius: 10px;
    top: 40px;
    padding: 15px
}

.inbox {
    position: absolute;
    left: 270px;
    box-shadow: 0 0 5px 2px #00000024;
    border-radius: 5px;
    padding: 15px;
    top: 0;
    z-index: 9999;
    background: #fff;
    top: 266px
}

@media (max-width:768px) {
    #home h1 {
        font-size: 28px;
        line-height: 36px
    }
}

#home h2 {
    color: #eee;
    margin-bottom: 50px;
    font-size: 62px;
    font-weight: 700
}

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99
}

.nav-menu li {
    position: relative;
    white-space: nowrap
}

.nav-menu>li {
    float: left
}

.nav-menu li.sfHover>ul,
.nav-menu li:hover>ul {
    display: block
}

.nav-menu ul ul {
    top: 0;
    left: 100%
}

.nav-menu ul li {
    min-width: 180px
}

.sf-arrows .sf-with-ul {
    padding-right: 30px
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105"
}

#nav-menu-container {
    float: right;
    margin: 0
}

@media (max-width:768px) {
    #nav-menu-container {
        display: none
    }
}

.nav-menu a {
    padding: 22px 15px 20px 15px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    outline: 0;
    font-family: source_sans_proregular
}

.nav-menu>li {
    margin-left: 10px
}

.nav-menu .menu-active>a:before,
.nav-menu>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -8px;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.nav-menu .menu-active>a:before,
.nav-menu a:hover:before,
.nav-menu li:hover>a:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.nav-menu ul {
    margin: 4px 0 0 0;
    border: 1px solid #e7e7e7
}

.nav-menu ul li {
    background: #fff
}

.nav-menu ul li:first-child {
    border-top: 0
}

.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: .3s;
    display: block;
    font-size: 13px;
    text-transform: none
}

.nav-menu ul li a:hover {
    background: #2dc997;
    color: #fff
}

.nav-menu ul ul {
    margin: 0
}

#mobile-nav-toggle {
    position: relative;
    z-index: 999;
    border: 0;
    background: 0 0;
    font-size: 24px;
    display: none;
    transition: all .4s;
    outline: 0;
    cursor: pointer;
    float: right;
    margin-right: 30px
}

#mobile-nav-toggle i {
    color: #fff
}

@media (max-width:768px) {
    #mobile-nav-toggle {
        display: inline
    }
}

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 100px;
    bottom: 0;
    z-index: 998;
    left: -100%;
    width: 100%;
    overflow-y: auto;
    transition: .4s;
    text-align: center
}

#mobile-nav img {
    margin-bottom: 40px
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none
}

#mobile-nav ul li {
    position: relative
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 20px;
    overflow: hidden;
    padding: 20px 22px 20px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: 0
}

#mobile-nav ul li a:hover {
    color: #fff
}

#mobile-nav ul li li {
    padding-left: 30px
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #2dc997
}

#mobile-nav ul .menu-item-active {
    color: #2dc997
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: #07124ad9;
    display: none
}

body.mobile-nav-active {
    overflow: hidden
}

body.mobile-nav-active #mobile-nav {
    left: 0
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff
}

.section-header .section-title {
    font-weight: 700;
    font-size: 30px;
    color: #000;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: source_sans_prosemibold
}

.section-header .section-description {
    text-align: center;
    padding-bottom: 40px;
    color: #999
}

.mobile {
    background: #fff;
    padding-bottom: 100px
}

video:focus {
    outline: 0
}

#how-it-work {
    background: #fff;
    background-size: cover;
    padding: 50px 0 30px 0;
    position: relative
}

#how-it-work .box {
    padding: 0;
    margin-bottom: 0;
    text-align: center;
    position: relative;
    letter-spacing: .5px;
    padding: 40px 40px 30px;
    border: 1px solid #80808014
}

.dataBox {
    background: #fff;
    margin-bottom: 25px;
    padding: 0;
    min-height: 300px;
    position: relative
}

.dataBox button[type=submit] {
    width: 135px;
    padding: 10px;
    font-size: 16px;
    margin-top: 30px;
    transition: all .5s ease;
    outline: 0;
    margin: 0 auto 0;
    font-family: source_sans_prosemibold
}

#how-it-work .title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: source_sans_probold
}

#how-it-work .section-header .title {
    color: #64c5f3;
    font-size: 18px;
    margin-top: 15px;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: .5px
}

#how-it-work .title {
    color: #000;
    font-size: 22px;
    margin-top: 18px;
    display: block;
    text-transform: capitalize;
    font-family: source_sans_prosemibold
}

#how-it-work .description {
    font-size: 14px;
    line-height: 21px;
    margin: 5px 0 0 0
}

#how-it-work .section-title {
    margin-bottom: 5px
}

#how-it-work .small-title {
    font-size: 22px
}

#download {
    background: #2b3f95;
    padding: 30px 0 0
}

#download .title {
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px
}

#download .section-title {
    color: #fff;
    margin-bottom: 10px;
    font-size: 30px;
    font-family: source_sans_prosemibold
}

#download h4 {
    margin: 0
}

#download h2 {
    color: #fff;
    font-size: 24px;
    margin: 0 0 14px 0
}

#download p.description {
    font-size: 18px;
    line-height: 31px;
    color: #fff;
    margin-bottom: 0;
    font-family: source_sans_prolight
}

#download .pull-left {
    margin-top: 60px
}

#contact-us {
    padding: 80px 0 80px 0;
    background: #fff
}

#contact-us .section-header {
    width: 60%;
    margin: 0 auto
}

#contact-us .info p {
    padding: 0 0 10px 50px;
    margin-bottom: 20px;
    line-height: 22px;
    font-size: 14px
}

#contact-us .contact-block {
    border: none;
    padding: 0;
    box-shadow: none;
    position: relative;
    background: #fff
}

#contact-us .contact-block strong {
    margin-bottom: 30px;
    display: block;
    font-size: 25px;
    font-weight: 600;
    color: #000
}

#contact-us .info .email p {
    padding-top: 5px
}

#contact-us .title {
    color: #64c5f3;
    font-size: 16px;
    margin-top: 15px;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px
}

#contact-us .form #sendmessage {
    color: #2dc997;
    border: 1px solid #2dc997;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px
}

#contact-us .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px
}

.error {
    color: red
}

input.error {
    color: #2e2e2e
}

#contact-us .form #errormessage.show,
#contact-us .form #sendmessage.show,
#contact-us .form .show {
    display: block
}

#contact-us .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px
}

#contact-us .form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    min-height: 120px;
    resize: none
}

#contact-us .form .form-group {
    display: inline-block
}

#contact-us .form .form-control {
    padding: 24px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1.5;
    color: #2d2d2d;
    background-color: #f4f4f4;
    background-clip: padding-box;
    border: none;
    font-size: 16px;
    font-family: source_sans_prolight;
    margin-bottom: 30px
}

#contact-us .form-control:focus {
    box-shadow: none
}

button[type=submit] {
    background: 0 0;
    border: 0;
    padding: 22px;
    color: #414141;
    transition: .4s;
    width: 240px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    outline: 0
}

button[type=submit] a {
    color: #fff
}

button[type=submit]:hover {
    background: 0 0;
    border: transparent;
    outline: 0;
    color: #2b3f95
}

button[type=submit]:hover a {
    color: #9ad00a
}

#footer .footer-info img {
    width: 60%
}

#footer .footer-info p {
    font-size: 14px;
    margin-top: 15px
}

#footer {
    background: #073362;
    padding: 30px 0;
    color: #fff;
    font-size: 14px
}

#footer .copyright {
    text-align: center
}

.footer-links ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 23px
}

.footer-links ul li a:hover {
    color: #27a8e1a1
}

.footer-links ul {
    margin: 0;
    padding: 0
}

.footer-links ul li {
    list-style: none;
    line-height: 25px
}

.Social-links ul li:hover {
    background: #27a7e0
}

.Social-links ul li a:hover {
    color: #fff
}

.footer-links h4 {
    font-size: 18px;
    margin: 0 0 10px 0
}

.Social-links ul li {
    display: inline-block;
    margin-right: 10px;
    background: #279ed938;
    width: 35px;
    height: 35px;
    vertical-align: middle;
    text-align: center;
    padding: 8px;
    border-radius: 5px;
    margin-top: 10px
}

.Social-links ul li a img {
    width: 25px
}

.copyright {
    background: #e9ecef;
    color: #fff;
    padding: 30px 0;
    font-size: 14px;
    float: left;
    width: 100%
}

.left-item {
    float: left;
    margin: 0;
    padding: 0
}

.left-item li {
    list-style: none;
    display: inline-block
}

.left-item li a {
    color: #000;
    padding-right: 10px;
    position: relative
}

.left-item li a::after {
    position: absolute;
    background: #000;
    width: 2px;
    height: 12px;
    content: "";
    right: 2px;
    top: 4px
}

.left-item li:last-child a::after {
    display: none
}

.right-item {
    float: right;
    color: #000
}

swiper-container {
    width: 100%;
    height: 400px
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

#screenshots p {
    color: #64c5f3;
    font-size: 18px;
    margin-top: 15px;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: .5px
}

#screenshots {
    padding: 80px 0 60px 0
}

#screenshots .section-title {
    margin-bottom: 40px
}

.page-head {
    margin-top: 50px;
    margin-bottom: 50px
}

.faq #home h2 {
    margin-bottom: 0
}

.policy #home .faq #home {
    height: 50vh
}

.faq #home .hero-container {
    width: 100%;
    margin: 0 auto
}

.faq #home h2 {
    margin-top: 15%;
    font-size: 40px
}

.page-head h2 {
    color: #404040;
    font-weight: 700;
    font-size: 21px;
    text-transform: capitalize
}

.faq #accordion button.btn.btn-link.collapsed i {
    transform: rotate(180deg)
}

.faq #accordion .btn-link {
    font-weight: 700;
    color: #000;
    background-color: transparent;
    font-size: 20px;
    width: 100%;
    text-align: left;
    text-decoration: none
}

.faq #accordion i {
    float: right;
    font-size: 30px;
    color: #858585
}

.faq #accordion .card-header:first-child {
    border-radius: 0
}

.faq #accordion .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.faq #accordion .card {
    border-radius: 0;
    border-left: 1px solid rgba(0, 0, 0, .125);
    border-right: 1px solid rgba(0, 0, 0, .125);
    border-right: 1px solid rgba(0, 0, 0, .125)
}

.Social-links ul li a i {
    font-size: 20px
}

video:-webkit-full-page-media {
    width: 100%
}

::-webkit-input-placeholder {
    color: #989b9c;
    font-weight: 200
}

:-ms-input-placeholder {
    color: #989b9c;
    font-weight: 200
}

#contact-us .form ::placeholder {
    color: #989b9c;
    font-weight: 200
}

* {
    margin: 0;
    padding: 0
}

.wrapper:hover {
    box-shadow: 0 -9px 22px 4px #736c6c2e;
    -webkit-box-shadow: 0 -2px 22px 4px #736c6c2e
}

.wrapper:hover .BorderTopBottom:before {
    width: 176px;
    height: 3px;
    top: -2px;
    left: 0
}

.wrapper:hover .BorderTopBottom:after {
    width: 176px;
    height: 3px;
    bottom: 0;
    right: 0
}

.wrapper:hover .BorderLeftRight:before {
    top: 0;
    left: 0;
    width: 3px;
    height: 150px
}

.wrapper:hover .BorderLeftRight:after {
    bottom: 0;
    right: 0;
    width: 3px;
    height: 150px
}

.wrapper:hover .view-detail-btn {
    display: inline-block;
    transition: all .5s ease
}

.wrapper .view-detail-btn {
    display: block
}

.download-app {
    width: 100%;
    height: 300px;
    background: url(../../img/hero-bg.jpg) top center;
    background-size: cover;
    position: relative;
    color: #fff;
    font-family: source_sans_probold;
    font-family: source_sans_prosemibold;
    text-align: center
}

.download-app h2 {
    position: absolute;
    width: 100%;
    top: 50%;
    padding: 0 38px
}

.call-setup {
    padding: 65px 0
}

.screenshots-block {
    padding: 0 0 40px
}

.call-setup small a.text-primary:hover {
    color: #9ad00a !important
}

.call-setup h2 {
    color: #000;
    margin-bottom: 35px
}

.call-setup h2 bold {
    font-family: source_sans_prosemibold
}

.call-setup .btn-primary {
    background: 0 0;
    border-radius: 100px;
    width: 200px;
    padding: 12px;
    font-size: 20px;
    font-family: source_sans_prosemibold;
    border: 1.4px solid #969494
}

.call-setup .btn-primary.active,
.call-setup .btn-primary:focus,
.call-setup .btn-primary:hover {
    background-color: #3fa8ea !important;
    border-color: #3fa8ea !important;
    outline: 0;
    box-shadow: none !important
}

.call-setup .btn-primary.active a,
.call-setup .btn-primary:focus a,
.call-setup .btn-primary:hover a {
    color: #fff
}

.call-setup .btn-primary a {
    color: #969494
}

.call-setup .btn-primary:nth-child(3) {
    margin: 0 30px
}

.call-setup p {
    width: 60%;
    margin: 35px auto 20px
}

.call-setup p b {
    font-weight: 100;
    font-family: source_sans_prosemibold
}

.call-setup small .text-primary {
    color: #27aae1 !important
}

.call-setup .btn-primary .img-active,
.call-setup .btn-primary:hover .icon {
    display: none
}

.call-setup .btn-primary:hover .img-active {
    display: inline-block
}

.call-setup button[type=submit] {
    margin-top: 32px;
    position: relative;
    padding: 22px 0 48px
}

.call-setup .text-underline {
    display: block;
    margin: 23px
}

.call-setup .text-underline a {
    text-decoration: underline
}

.screenshots-block .heading-block h3 {
    border: 1px solid #d6d6d6;
    border-radius: 50px;
    padding: 15px 0;
    width: 43%;
    margin: 0 auto;
    font-size: 30px;
    color: #000
}

.screenshots-block .heading-block .line-2 {
    position: absolute;
    border: .5px solid #d6d6d6;
    width: 15%;
    top: 50%;
    right: 14%
}

.screenshots-block .heading-block .line-1 {
    position: absolute;
    border: .5px solid #d6d6d6;
    width: 15%;
    top: 50%;
    left: 14%
}

.screenshots-block ul {
    padding: 65px 210px 0;
    list-style-type: none
}

.screenshots-block ul li h4 {
    font-size: 25px;
    color: #2e2e2e
}

.screenshots-block ul li img {
    position: relative;
    left: -15px;
    top: 1px
}

.screenshots-block ul li {
    margin-bottom: 60px
}

.screenshots-block ul li:nth-child(5) img {
    left: 0
}

.call-setup button[type=submit]:hover a::before {
    content: '';
    background-image: url(../../img/down-arrow-green.png);
    height: 24px;
    width: 24px;
    position: absolute;
    left: 28px;
    background-repeat: no-repeat
}

.call-setup button[type=submit] a::before {
    content: '';
    background-image: url(../../img/down-arrow.png);
    height: 24px;
    width: 24px;
    position: absolute;
    left: 28px;
    background-repeat: no-repeat
}

.call-setup button[type=submit] a span {
    position: absolute;
    width: 100%;
    left: 17px
}

.about-us #header,
.how-it-works #header,
.policy #header,
.terms #header {
    background: url(../../img/hero-bg.jpg) top center;
    width: 100%;
    background-size: 100%
}

.about-us #home,
.how-it-works #home,
.privacy-policy #home,
.terms #home {
    background: 0 0;
    height: auto
}

.about-us #home .hero-container,
.how-it-works #home .hero-container,
.privacy-policy .hero-container,
.terms #home .hero-container {
    top: 0;
    position: static;
    margin-top: 150px
}

.about-us #home h2,
.how-it-works #home h2,
.privacy-policy h2,
.terms #home h2 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 18px;
    font-family: source_sans_probold;
    position: relative;
    margin-bottom: 35px
}

.about-us #home h2::after {
    left: 39px;
    content: '';
    background: #99d10c;
    position: absolute;
    width: 65px;
    height: 5px;
    bottom: -15px;
    right: 0
}

.privacy-policy h2::after {
    content: '';
    background: #99d10c;
    position: absolute;
    width: 65px;
    height: 5px;
    bottom: -15px;
    left: 524px;
    right: 0
}

.terms h2::after {
    content: '';
    background: #99d10c;
    position: absolute;
    width: 65px;
    height: 5px;
    bottom: -15px;
    left: 92px;
    right: 0
}

.how-it-works #home h2:after {
    content: '';
    background: #99d10c;
    position: absolute;
    width: 65px;
    height: 5px;
    bottom: -15px;
    left: 57px;
    right: 0
}

.about-us #home p,
.how-it-works #home p {
    color: #666;
    font-size: 18px;
    margin: 0 0 30px 0
}

.knowex-steps {
    margin: 40px 0
}

.knowex-steps h1 {
    color: #000;
    font-size: 35px;
    margin: 0;
    font-family: source_sans_probold
}

.knowex-steps .tabs {
    padding-top: 0;
    padding-bottom: 30px
}

.knowex-steps .tabs .tab-pane {
    margin-left: 20px
}

.knowex-steps p {
    font-size: 20px;
    color: #616060
}

.knowex-steps .tabs h3 {
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #000
}

.knowex-steps .tabs h3 strong {
    font-family: source_sans_probold
}

.knowex-steps .tabs p {
    font-size: 18px;
    margin: 0
}

.about-us .knowex-steps .tabs p {
    text-align: justify
}

.knowex-steps .tabs .inner-block strong {
    font-family: source_sans_probold;
    font-size: 25px;
    color: #000
}

.about-us .knowex-steps .tabs .inner-block strong {
    font-family: source_sans_prosemibold;
    font-size: 20px;
    color: #000
}

.how-it-works .banner img {
    width: 100%
}

.knowex-steps .tabs .left-side li {
    cursor: pointer;
    margin-bottom: 15px;
    font-size: 18px
}

.knowex-steps .left-side {
    border-right: 1px solid #ccc;
    height: 500px;
    border-bottom: 1px solid #ccc;
    padding-right: 0
}

.knowex-steps .right-side {
    padding: 0
}

.knowex-steps .tabs .left-side li.active {
    color: #2ea8d9;
    font-family: source_sans_prosemibold
}

.knowex-steps .tabs .left-side li span {
    display: block
}

.knowex-steps .img-block {
    display: inline-block
}

.knowex-steps .tab-block ul li {
    line-height: 30px;
    color: #000
}

.knowex-steps .right-side .inner-block {
    margin: 14px 40px
}

.about-us .knowex-steps .right-side .inner-block {
    margin: 0;
    float: right
}

.about-us .knowex-steps .right-side .margin-space-row .inner-block {
    float: left
}

.knowex-steps .right-side .inner-block ul {
    margin-left: 20px;
    color: #000;
    font-size: 18px;
    margin-top: 10px
}

.knowex-steps .right-side .space-row {
    clear: both;
    padding-top: 25px
}

.about-us .knowex-steps .right-side .space-row h4 {
    font-size: 18px;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 4px;
    color: #2e2e2e
}

.about-us .knowex-steps .right-side .space-row i {
    color: #2e2e2e
}

.about-us .knowex-steps .right-side .space-row .pull-left p {
    font-size: 14px;
    line-height: 20px
}

.about-us .space-row .no-padding {
    padding-left: 0
}

.about-us .space-row img {
    width: 100%;
    margin-top: 13px;
    height: 475px;
    object-fit: cover;
    padding-left: 0
}

.about-us .space-row em {
    font-size: 20px;
    line-height: 20px;
    color: #000;
    font-family: source_sans_prosemibold
}

.clear-row em {
    color: #294c9d
}

.about-us .knowex-steps .inner-block .clear-row strong {
    font-size: 25px
}

.about-us .space-row .about-permahans {
    line-height: 22px;
    margin-top: 9px
}

.about-us .space-row .about-permahans small {
    color: #000;
    font-family: source_sans_probold;
    font-size: 15px;
    display: block
}

.shri-paramhansa-img {
    float: right;
    padding-left: 30px;
    width: 40%;
    object-fit: cover;
    margin-bottom: 2px;
    margin-top: 9px
}

.clear-row {
    clear: both;
    padding-top: 25px
}

.clear-row .link {
    color: #2a489b;
    font-size: 18px
}

#custom-search-input {
    border: solid 1px #e4e4e4;
    background-color: #fff
}

#custom-search-input input {
    border: 0;
    box-shadow: none;
    font-size: 18px;
    background: 0 0
}

#custom-search-input button {
    box-shadow: none;
    border-radius: 45px;
    color: #666;
    padding: 0 8px 0 10px;
    width: 40px;
    height: 40px;
    border: none
}

#custom-search-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc
}

#custom-search-input .glyphicon-search {
    font-size: 23px
}

.form .form-search {
    text-align: left;
    background: #5a8ec0;
    padding: 15px;
    width: 620px;
    float: left;
    margin-top: 18px;
    margin-bottom: 15px
}

.status-screen .categories-responsive li.js-header-topics {
    width: 10% !important
}

.form .form-search .input-search {
    width: 80%;
    border: 1px solid #ccc;
    padding: 10px;
    margin-right: 0;
    border-radius: 2px
}

.form .form-search .input-search:focus {
    outline: 0
}

.form .form-search .btn-search {
    width: auto;
    background: #d0d0d0;
    color: #fff;
    padding: 11px 30px;
    border-radius: 2px;
    float: right;
    border: none;
    cursor: pointer
}

.form .form-search .btn-green {
    background: #92aa4c
}

.search-text {
    margin-top: 50px;
    background-color: #7dabdb;
    padding-top: 60px;
    padding-bottom: 60px
}

.home-steps {
    text-align: left
}

.home-steps ul li.active {
    background-color: #7ca8d5
}

.home-steps ul li {
    list-style: none;
    display: inline-flex;
    width: 180px;
    color: #fff;
    border: 1px solid #7ca8d5;
    border-radius: 2px;
    align-items: center;
    margin-right: 15px;
    position: relative
}

.home-steps ul li:last-child {
    margin-right: 0
}

.home-steps ul li span {
    display: flex;
    width: 85px;
    height: 65px;
    font-size: 45px;
    font-family: source_sans_prosemibold;
    text-align: center;
    align-items: center;
    justify-content: center
}

.home-steps ul li small {
    display: inline-block;
    line-height: 15px;
    font-size: 15px;
    padding: 0 10px
}

.home-steps ul li.active span {
    background: #92aa4c;
    margin-right: 5px
}

#home .questions-box {
    display: flex;
    width: 100%;
    height: 30px;
    line-height: 30px
}

#home .last-questions .top-item a {
    color: #ccc
}

#home .checkmark {
    border-radius: 0
}

.home-steps ul li img {
    width: auto;
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    bottom: -36px;
    margin: 0 auto
}

#home .last-questions {
    opacity: .6
}

.hero-container img {
    width: 315px
}

.items-text {
    color: #fff;
    margin-top: 40px;
    text-align: left
}

.items-text h3 {
    font-size: 37px;
    margin: 0;
    width: 74%;
    font-family: source_sans_proregular
}

.input-logo {
    width: 30px;
    height: 30px;
    margin-top: 0
}

.account-btn {
    background: 0 0;
    box-shadow: none;
    border: none;
    padding: 8px 10px;
    border: none;
    border-radius: 6px;
    margin-top: 9px;
    cursor: pointer
}

.account-btn .user-login {
    margin-right: 10px
}

button:focus {
    outline: 1px dotted;
    outline: 0
}

.watch-button {
    text-align: center;
    margin-top: 30px;
    width: 100%
}

.watch-button .watch-btn:hover {
    background: 0 0;
    border: 1px solid #77ab3f;
    color: #77ab3f
}

.watch-button .watch-btn {
    background: #77ab3f;
    color: #fff;
    border-radius: 5px;
    padding: 14px;
    font-size: 18px;
    border: 1px solid #77ab3f;
    display: block;
    width: 40%;
    margin: 0 auto
}

.list-users {
    display: flex;
    margin-top: 15px
}

.list-users strong {
    color: #000;
    font-size: 16px;
    font-family: source_sans_prosemibold;
    display: block;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 155px
}

.get-noticed {
    margin-left: 20px;
    margin-top: 40px
}

.get-noticed span {
    font-size: 12px;
    font-family: source_sans_prolight;
    display: block;
    width: 100%
}

.get-noticed strong {
    color: #000;
    font-size: 16px;
    font-family: source_sans_prosemibold;
    display: block
}

.list-users small {
    width: 125px;
    display: block;
    margin-top: 0;
    font-size: 12px;
    font-family: source_sans_prolight
}

.list-users li {
    list-style: none
}

.list-users li {
    list-style: none
}

.list-users li:last-child a {
    margin-right: 0
}

.list-users li a {
    width: 157px;
    height: 271px;
    display: block;
    margin-right: 30px
}

.list-users li a img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 15px
}

#questions {
    padding: 180px 0 80px
}

#questions .section-header .section-title {
    text-align: left
}

.home #questions .section-header .section-title {
    font-family: source_sans_prolight;
    font-size: 30px
}

#questions .questions-box a {
    color: #000
}

#questions .questions-box .top-item span {
    font-size: 18px;
    color: #000;
    word-break: break-word;
    font-family: source_sans_proregular;
    cursor: pointer
}

#questions .questions-box .top-item b {
    font-size: 18px;
    font-family: source_sans_prosemibold
}

#questions .questions-box .bottom-item span {
    font-size: 14px
}

#questions .questions-box .ans-btn {
    float: right;
    border: 1px solid;
    padding: 2px 10px;
    border-radius: 4px;
    color: #000
}

#questions .questions-box .ans-btn:hover {
    background: #2b3f95;
    color: #fff;
    border-color: #2b3f95
}

#questions .questions-box .ans-btn i {
    font-size: 12px;
    margin-right: 5px
}

#questions .questions-box {
    border: 1px solid #80808026;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 30px
}

#questions h4.title.text-center {
    color: #000;
    font-size: 20px;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 40px
}

#questions button.btn.btn-primary {
    background: 0 0;
    border-color: #2b3f95;
    color: #2b3f95;
    padding: 8px 30px
}

#questions button.btn.btn-primary:hover {
    background: #2b3f95;
    color: #fff
}

#questions button.btn.btn-primary i {
    margin-left: 10px
}

.dataBox .box i {
    margin-left: 10px
}

.subscribe p.description {
    font-size: 14px
}

.inner-tab .tab-option {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%
}

.search-list #questions .questions-box .top-item {
    float: left;
    width: 72%;
    display: flex
}

.search-list #questions .questions-box .bottom-item {
    float: left;
    width: 100%
}

.search-list #header,
.user-basic-info #header {
    background: linear-gradient(to right, #2a4397, #27a8e1)
}

.search-list #custom-search-input {
    height: auto;
    line-height: normal;
    margin-top: 0;
    border-radius: 5px
}

.search-list #custom-search-input .input-group {
    align-items: center
}

.search-list #main {
    margin-top: 100px;
    margin-bottom: 50px
}

.my-profile #main {
    margin-top: 12px;
    margin-bottom: 0
}

.search-list .section-header .section-title {
    text-align: left;
    font-size: 22px;
    margin: 0
}

.search-list #how-it-work .title a {
    font-size: 17px
}

.search-list .side-box .section-header .section-title {
    margin: 0 0 10px 0
}

.search-list h4 {
    font-size: 14px;
    line-height: 20px
}

.search-list .section-title span {
    font-family: source_sans_proregular
}

.search-list #questions {
    padding: 0
}

.search-list #questions .questions-box {
    border-bottom: 1px solid #80808026;
    border-top: none;
    border-left: none;
    border-right: none;
    float: left;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0
}

.search-list #questions .questions-box .avatar {
    width: 30px;
    height: 30px;
    float: left;
    margin-left: -8px;
    border: 1px solid #fff;
    border-radius: 100%;
    object-fit: cover;
    margin-right: 0
}

.search-list #questions .questions-box .avatar img {
    width: 100%;
    border-radius: 100%;
    height: 100%;
    object-fit: cover
}

.search-list #questions .questions-box .item-userlist {
    display: flex;
    align-items: center;
    align-self: center;
    margin-top: 0;
    justify-content: flex-end
}

.search-list #questions .questions-box .item-userlist.item-user-listing {
    position: absolute;
    right: 0
}

.search-list #questions .questions-box .item-userlist .qv-count {
    margin-left: 0;
    float: left;
    color: #000
}

.search-list #questions .questions-box .item-userlist .qv-count span {
    position: relative;
    padding: 0 5px;
    font-size: 14px
}

.search-list #questions .questions-box .item-userlist .qv-count span::after {
    border: 1px solid #000;
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 11px;
    top: 4px
}

.search-list #questions .questions-box .item-userlist .qv-count span:last-child::after {
    display: none
}

.search-list #how-it-work {
    padding: 0
}

.search-list .nav-tabs {
    margin-bottom: 10px;
    border-bottom: none
}

.search-list .right-box {
    width: 75%;
    float: left
}

.search-list .left-box {
    width: 25px;
    float: left
}

.search-list .nav-tabs li {
    cursor: default;
    padding-bottom: 0;
    font-size: 16px
}

.search-list .nav-tabs>li.active>a,
.search-list .nav-tabs>li.active>a:focus,
.search-list .nav-tabs>li.active>a:hover {
    color: #000;
    border-bottom: transparent
}

.search-list .nav.nav-tabs a {
    padding: 15px 0;
    color: #666;
    margin-right: 30px;
    border-bottom: 3px solid transparent
}

.search-list .nav.nav-tabs .filter-right {
    position: absolute;
    right: 15px;
    color: #000
}

.search-list .nav.nav-tabs .filter-right img {
    margin-right: 5px
}

.search-list .video-box {
    border: 1px solid #80808026;
    padding: 15px 15px 0;
    margin-top: 30px;
    float: left;
    width: 100%;
    color: #666
}

.search-list .video-box .item-left {
    float: left;
    margin-right: 15px;
    height: 180px;
    width: 200px;
    object-fit: cover;
    position: relative
}

.search-list .video-box .item-left .vido-icon img {
    width: auto;
    height: auto
}

.search-list .video-box .item-left img {
    height: 200px;
    width: 100%
}

.search-list .v2-related-videos-div .video-box .item-left img {
    height: 100%;
    width: auto
}

.search-list .left-side .video-box .tabContent .item-likes {
    width: 80%;
    float: left
}

.search-list .video-box .item-left .left-avatar img {
    height: 100%
}

.search-list .video-box .item-right .item-watch {
    margin-right: 20px;
    font-size: 16px;
    position: relative;
    border-right: 0
}

.search-list .video-box .flex .item-right .item-watch {
    font-size: 12px
}

.search-list .video-box .item-right .Watch {
    background: #cb860d;
    color: #fff;
    padding: 1px 5px;
    border-radius: 2px
}

.search-list .video-box .item-right .item-watch .count {
    padding: 0 2px;
    background: #fff;
    color: #cb860d;
    position: absolute;
    left: 50px;
    width: 20px;
    top: -1px;
    height: 22px;
    border: 1px solid #cb860d
}

.search-list .video-box .item-comments,
.search-list .video-box .item-questions {
    position: relative;
    margin-right: 10px
}

.search-list .left-side .video-box .item-comments,
.search-list .left-side .video-box .item-questions {
    cursor: pointer
}

.search-list.video-details .left-side .video-box .item-comments span {
    position: absolute;
    right: unset;
    left: 10px;
    right: unset;
    top: 0;
    display: unset;
    margin: 0 auto;
    text-align: center
}

.search-list.video-details .left-side .video-box .item-questions span {
    position: absolute;
    right: unset;
    left: 6px;
    right: unset;
    top: 0;
    display: unset;
    margin: 0 auto;
    text-align: center
}

.search-list .left-side .video-box .item-comments:hover,
.search-list .left-side .video-box .item-questions:hover {
    opacity: .7
}

.search-list .video-box .item-time {
    margin-right: 4px;
    font-size: 16px
}

.search-list .video-box .item-comments span,
.search-list .video-box .item-questions span {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center
}

.search-list .video-box .item-likes {
    float: right;
    display: flex;
    margin-top: -6px
}

.search-list .video-box .item-likes .like {
    display: flex;
    align-items: center;
    margin-right: 5px
}

.search-list .video-box .item-likes .dislike {
    display: flex;
    align-items: center
}

.search-list .video-box .item-likes img {
    vertical-align: middle;
    margin-right: 0
}

.search-list .video-box .question-item .question {
    font-size: 20px;
    color: #000;
    word-break: break-word
}

.search-list .video-box .question-item .question strong {
    font-family: source_sans_proregular;
    word-break: break-word;
    font-size: 16px
}

.comment-container .item-downlod {
    width: 70%;
    margin: 0 auto
}

.search-list .video-box .question-item .item-topics {
    display: block;
    font-size: 14px;
    word-break: break-word
}

.search-list .video-box .description p {
    margin: 0;
    word-break: break-word
}

.search-list .video-box .item-profile .avatar {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
    background: #e0dede;
    border-radius: 50%;
    border: 1px solid #e0dede
}

.search-list .video-box .item-profile .avatar img {
    width: 100%;
    border-radius: 100%;
    height: 100%;
    object-fit: cover
}

.search-list .video-box .item-profile .item-price {
    float: right;
    font-family: source_sans_prosemibold;
    font-size: 18px;
    color: #000
}

.search-list .video-box .item-profile {
    margin-top: 10px
}

.search-list .video-box .question-item {
    margin-top: 8px
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.item-rideside {
    float: right
}

.item-name {
    font-family: source_sans_prosemibold;
    font-size: 18px;
    color: #000;
    text-transform: capitalize
}

.item-rating i {
    color: #fba501
}

.item-rating .item-review {
    color: #000;
    font-size: 14px
}

.search-list .side-box {
    border: 1px solid #eee;
    padding: 30px;
    width: 100%;
    float: right;
    text-align: center;
    box-shadow: none;
    margin-top: 20px
}

.search-list #how-it-work .box {
    padding: 0;
    border: transparent;
    margin-bottom: 30px
}

.search-list .view-detail-btn i {
    margin-left: 10px
}

.search-list .side-box button[type=submit] {
    padding: 5px 0
}

.search-list .tabContent .section-header .section-title {
    text-align: left;
    font-size: 22px;
    float: left
}

.search-list .subscribe button[type=submit] {
    background: #2b3f95;
    border-color: #2b3f95;
    color: rgb(255 255 255);
    padding: 10px 30px;
    border-radius: 2px;
    width: 100%;
    border: 1px solid #2b3f95
}

.dropdown-toggle::after {
    border: none !important
}

.nav-menu-container .nav-menu a:hover {
    color: #fff
}

.dropdown-toggle {
    outline: 0 !important;
    border: none !important
}

.search-list .subscribe button[type=submit]:hover {
    background: 0 0;
    border: 1px solid #2b3f95;
    color: #2b3f95
}

.search-list .subscribe {
    margin-top: 30px
}

.search-list .subscribe .form-control {
    border-radius: 2px;
    padding: 10px
}

.search-list #how-it-work .box:last-child,
.search-list .subscribe #how-it-work .box {
    margin-bottom: 0
}

.search-list .my-profile .btn:active,
.search-list .my-profile .btn:not(:disabled):not(.disabled):active,
.search-list button.btn.btn-light,
.search-list button.btn.btn-light:active {
    margin: 25px auto !important;
    color: #000 !important;
    background: 0 0 !important;
    border: 1px solid #000 !important;
    height: 44px !important;
    padding: 7px 19px !important;
    border-radius: 5px !important;
    font-size: 17px !important;
    font-family: source_sans_proregular !important;
    width: initial
}

.ask-ouestion {
    float: right;
    color: #2b3990
}

.video-details .left-side .item-left {
    float: none;
    margin: 0 0 15px 0;
    position: relative;
    height: 350px;
    width: 100%
}

.search-list .left-side .item-left img {
    width: 100%;
    object-fit: cover;
    height: 100%
}

.search-list .left-side .section-header .section-title {
    margin: 0
}

.search-list .left-side .video-box {
    border: none;
    margin-top: 15px;
    padding: 0
}

.search-list .left-side .nav-tabs {
    margin-bottom: 10px;
    margin-top: 20px
}

.search-list .left-side .video-box .item-likes {
    float: right;
    display: flex
}

.lastest-searchlist #how-it-work .title {
    font-size: 17px
}

.search-list .left-side .item-item {
    border: 1px solid #80808085;
    float: right;
    padding: 3px 10px;
    border-radius: 4px
}

.search-list .left-side .video-box .question-item {
    margin-top: 0;
    margin-bottom: 10px;
    float: left;
    width: 100%
}

.search-list #custom-search-input button {
    background: 0 0;
    font-size: 18px;
    position: absolute;
    right: 0;
    margin: 0;
    padding: 0;
    top: 0
}

.search-list #custom-search-input button:hover {
    border-left: none
}

.search-list .left-side .item-left .app-btn img {
    width: auto;
    height: auto;
    margin-right: 25px
}

.search-list .left-side .item-left .app-btn:last-child img {
    margin-right: 0
}

.search-list .left-side .item-left .banner-text {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    bottom: 0
}

.search-list .left-side .item-left .banner-text .item-one {
    color: #fff;
    text-align: center;
    display: block;
    float: left;
    font-size: 20px
}

.search-list .left-side .item-left .banner-text span {
    display: block
}

.search-list .left-side .item-left .banner-text strong {
    font-family: source_sans_prosemibold
}

.search-list .left-side .item-left .banner-text .item-downlod {
    text-align: center;
    margin: 15px auto 0;
    display: flex;
    justify-content: center
}

.video-details .section-header .section-title {
    font-size: 30px
}

.video-details .section-header {
    margin-bottom: 15px
}

.comment-container {
    text-align: center;
    margin-top: 35px
}

.comment-container .icon-comments {
    display: block;
    margin: auto
}

.comment-container .item-downlod {
    display: flex;
    justify-content: center
}

.comment-container span {
    font-size: 24px;
    margin: 15px 0;
    display: block;
    line-height: 30px
}

.comment-container small {
    display: block;
    font-size: 20px;
    margin-bottom: 15px
}

.comment-container .app-btn {
    margin-right: 15px
}

.comment-container .app-btn:last-child {
    margin-right: 0
}

.check-box {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.acount-page .wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.left {
    padding-left: 35px;
    float: left;
    width: 50%;
    padding-right: 0;
    height: 100vh;
    overflow: hidden;
    background: #5469c2;
    padding-top: 35px
}

.acount-page .mobile {
    background: 0 0;
    padding-bottom: 100px;
    float: left;
    width: 100%;
    padding: 30px 0 0
}

.acount-page p {
    color: #fff;
    font-size: 18px
}

.right {
    width: 50%;
    float: left
}

.acount-page .section-header .section-title {
    text-align: left;
    margin: 0;
    font-family: source_sans_prosemibold;
    font-size: 24px
}

.acount-page .right .btn-outline-primary {
    color: #fff;
    background-color: #007bff;
    background-image: none;
    border-color: #007bff;
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 0
}

.acount-page .item-form {
    width: 80%;
    margin: 80px auto 0
}

.acount-page .item-form .form-control {
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 20px;
    font-size: 14px
}

.acount-page .section-header {
    margin-bottom: 20px
}

.acount-page .login-small {
    display: block;
    margin-bottom: 30px
}

.acount-page .check-box {
    margin-bottom: 15px
}

.acount-page button[type=submit] {
    background: #2b3f95;
    border-color: #2b3f95;
    color: rgb(255 255 255);
    padding: 10px 30px;
    border-radius: 2px;
    border: 1px solid #2b3f95;
    width: 100%;
    margin-top: 10px
}

.acount-page button[type=submit]:hover {
    background: 0 0;
    border: 1px solid #2b3f95;
    color: #2b3f95
}

.acount-page .item-bottom .small-bold {
    display: block;
    color: #2b3f95;
    font-size: 16px;
    margin-top: 10px
}

.acount-page .item-bottom .bold {
    color: #2b3f95;
    font-family: source_sans_prosemibold
}

.acount-page .item-bottom {
    text-align: center;
    margin-top: 30px
}

.item-back {
    color: #2b3f95;
    display: block;
    margin-bottom: 100px
}

.item-back i {
    margin-right: 10px
}

.item-paragarph {
    margin-bottom: 15px;
    display: block
}

.experties-box {
    float: left;
    width: 350px;
    margin-top: 30px;
    box-shadow: 0 0 5px 1px #00000026;
    padding: 15px;
    border: 1px solid #ccc;
    margin-right: 30px
}

.experties-page .question-search-box {
    margin: 0
}

.experties-box .item-information span {
    font-size: 14px
}

.experties-box:nth-of-type(odd) {
    margin-right: 0
}

.experties-box .avatar {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 15px
}

.experties-box .avatar img {
    width: 100%;
    border-radius: 100px
}

.item-information .item-name {
    font-size: 15px
}

.experties-box .item-information {
    float: left;
    display: grid;
    align-items: center
}

.experties-box .item-calling {
    display: grid;
    justify-content: flex-end;
    float: right;
    align-items: center
}

.experties-box .icon-call {
    float: left
}

.experties-box .price-rate {
    float: left;
    line-height: 16px
}

.experties-box .price-rate small {
    display: block
}

.experties-box .price-rate strong {
    font-family: source_sans_prosemibold;
    font-size: 14px;
    color: #000;
    margin-top: 5px;
    display: block
}

.profile-header {
    text-align: center;
    padding-top: 9em;
    padding-bottom: 5em
}

.upload-image {
    position: relative
}

.upload-image .camera-icon {
    position: absolute;
    background: #2b3990;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    left: 72px;
    right: 0;
    margin: 0 auto;
    bottom: -5px;
    cursor: pointer
}

.profile-info .item-name {
    color: #fff;
    display: block;
    margin: 8px 0 0;
    font-family: source_sans_proregular;
    font-size: 25px
}

svg.bi.bi-people-fill {
    margin-right: 8px
}

.usercontry {
    color: #fff;
    font-size: 14px;
    font-family: source_sans_proregular
}

.profile-info .userDa:last-child {
    margin-right: 0
}

.profile-info .userDa:after {
    background: #fff;
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    right: -12px;
    top: 5px
}

.profile-info .userDa:last-child:after {
    display: none
}

.profile-info .userDa {
    color: #fff;
    margin-right: 20px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.profile-info .userDa strong {
    font-family: source_sans_proregular;
    font-size: 16px
}

.profile-info .userDa sub {
    font-size: 14px;
    bottom: 0;
    color: #ffff
}

.expertlist h5.sub-title {
    font-size: 12px;
    margin: 0 0 2px 0;
    font-weight: 600
}

.expertlist .rating {
    color: #666
}

.expertlist .rating img.thumbs-down {
    margin-left: 6px;
    margin-top: 0
}

.expertlist .title {
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: #000 !important;
    font-weight: 700
}

.expertlist li {
    list-style: none
}

.rating i {
    color: #fecb01
}

.followers {
    color: #fff;
    font-size: 14px;
    margin: 5px 0
}

.rating span {
    font-weight: 700;
    font-size: 13px;
    margin-left: 0
}

.rating img {
    width: 18px;
    height: 18px
}

.followed {
    margin-right: 15px
}

.rating .thumbs-up {
    margin-left: 7px;
    margin-top: 0
}

.rating {
    color: #fff
}

.profile-info .userDa img {
    margin-right: 10px;
    width: auto;
    height: auto
}

.item-left h3 {
    margin: 0 30px 0 0;
    float: left;
    color: #000;
    font-family: source_sans_prosemibold;
    float: left;
    font-size: 23px;
    margin: 15px 0;
    width: 100%
}

.item-left a {
    color: #2b4196;
    display: flex;
    align-items: center;
    margin-top: 7px;
    float: left
}

.item-left a img {
    margin-right: 10px
}

.profile-content.my-profile {
    margin: 40px 0
}

.my-profile .col-sm-12.main-item {
    margin-top: -83px
}

.item-left .list ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%
}

.list {
    margin-top: 40px;
    float: left;
    width: 100%
}

.item-left .list-right {
    margin-top: 74px
}

.item-left .list ul li {
    list-style: none;
    margin-bottom: 20px
}

.item-left .list ul li strong,
.my-profile .info-item strong {
    display: block;
    font-family: source_sans_proregular;
    font-size: 19px;
    color: #000
}

.check-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #ccc;
    border-radius: 30px
}

.check-box:hover input~.checkmark {
    background-color: #fff
}

.check-box input:checked~.checkmark {
    border: 1px solid #94b33b;
    background: #94b33b
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.check-box input:checked~.checkmark:after {
    display: block
}

.check-box .checkmark:after {
    left: 6px;
    top: 1px;
    width: 5px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.btn-css {
    padding: 7px 30px;
    border-radius: 0;
    border-radius: 2px;
    min-width: 120px;
    margin-right: 15px
}

.btn-save {
    color: #fff;
    background-color: #2b3990;
    border-color: #2b3990
}

.btn-save:focus,
.btn-save:hover {
    border-color: #2b3990;
    color: #2b3990;
    background-color: transparent;
    outline: 0;
    box-shadow: none
}

.btn-cancel {
    border-color: #2b3990;
    color: #2b3990
}

.btn-cancel:focus,
.btn-cancel:hover {
    color: #fff;
    background-color: #2b3990;
    border-color: #2b3990;
    outline: 0;
    box-shadow: none
}

.user-basic-info h3 {
    color: #000;
    font-size: 22px;
    font-family: source_sans_prosemibold
}

.user-basic-info form {
    margin: 142px 0 40px;
    float: left
}

.user-basic-info form .form-group {
    margin-bottom: 30px
}

.user-basic-info form .form-control {
    padding: 10px;
    border-radius: 2px;
    word-break: break-all
}

select.form-control:not([size]):not([multiple]) {
    height: auto;
    padding: 9px 6px;
    border-radius: 2px;
    height: auto
}

.dropdown-menu .dropdown-item {
    padding: 5px 10px;
    display: block;
    color: #000;
    text-transform: none
}

.dropdown-menu {
    width: 160px;
    left: -78px;
    padding: 2px;
    top: 65px !important;
    transform: translate3d(0, 0, 0) !important
}

.dropdown-item img {
    margin-right: 10px
}

.btn-outline-primary:focus {
    box-shadow: none !important
}

.item-popup {
    background: #000000c9;
    padding: 15px;
    width: 300px;
    position: fixed;
    z-index: 999;
    top: 70%;
    left: 25%
}

.item-popup span {
    display: block;
    color: #ccc;
    font-size: 14px;
    margin-top: 10px
}

.btn-secondary {
    width: 60%;
    background: #9ad00a;
    float: left;
    border-radius: 2px
}

.btn-cancel-seconday {
    background: 0 0;
    border: none;
    color: #ccc;
    width: 40%;
    text-align: center;
    border-radius: 2px
}

.btn-cancel-seconday:focus,
.btn-cancel-seconday:hover {
    background-color: transparent
}

.item-nodata {
    display: grid;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 100px 0;
    height: 20px
}

.item-nodata img {
    width: 90px;
    height: 90px;
    margin: 0 auto 15px
}

.item-nodata span {
    font-size: 20px;
    color: #ccc
}

.search-list .app-btn img {
    float: none;
    margin: 0
}

.btn.disabled,
.btn:disabled {
    cursor: not-allowed;
    margin-top: 25px;
    opacity: .5
}

.question-search-box form {
    width: 50%
}

.question-search-box form .form-control {
    padding: 10px
}

.step-list {
    margin: 0 0 30px 0;
    padding: 0;
    width: 100%;
    float: left
}

.step-list li {
    float: left;
    list-style: none;
    width: 30.5%;
    border: 1px solid #ccc;
    margin-right: 30px;
    border-radius: 4px;
    display: flex;
    align-items: center
}

.step-list li.active {
    background: #2b3990;
    color: #fff
}

.step-list li.active span {
    background-color: #94b33b;
    margin-right: 10px
}

.step-list li small {
    line-height: 18px;
    font-size: 18px;
    display: block;
    padding-right: 10%
}

.step-list li span {
    font-size: 46px;
    padding: 2px 15px;
    float: left;
    font-family: source_sans_prosemibold
}

.step-list li:last-child {
    margin-right: 0
}

.browse-item {
    float: left;
    width: 100%;
    margin-bottom: 10px
}

.inner-tab .tab-option li {
    display: inline-block;
    position: relative;
    margin-right: 8px;
    width: 28%;
    cursor: default;
    padding-left: 5px
}

.inner-tab .tab-option li a {
    cursor: default
}

.inner-tab .tab-option li.active,
.inner-tab .tab-option li.active a {
    cursor: pointer
}

.add-cursor {
    cursor: pointer
}

.inner-tab .tab-option li:first-child a {
    cursor: pointer
}

.inner-tab .tab-option li::after,
.inner-tab .tab-option li::before {
    content: '';
    position: absolute;
    left: 0;
    height: 53%;
    width: 100%;
    background: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    z-index: -2
}

.inner-tab .tab-option li::before {
    top: 0;
    transform: skew(30deg);
    border-top: 1px solid #ddd
}

.inner-tab .tab-option li::after {
    bottom: 0;
    transform: skew(-30deg);
    border-bottom: 1px solid #ddd
}

.inner-tab .tab-option a {
    display: inline-block;
    position: relative;
    line-height: normal;
    padding: 10px 20px;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer
}

.inner-tab .tab-option li.active:first-child {
    background: #ddd
}

.inner-tab .tab-option li:first-child {
    border-left: 1px solid #ddd;
    left: 0;
    box-sizing: content-box;
    margin-right: 15px;
    position: relative
}

.inner-tab .tab-option li:first-child::after {
    left: 7px;
    bottom: -1px;
    border-left: none
}

.inner-tab .tab-option li:first-child::before {
    left: 7px;
    top: -1px;
    border-left: none
}

.inner-tab.slide-tab .tab-option li.active:first-child {
    background: #ddd;
    width: 2%
}

.inner-tab.slide-tab .tab-option li.active:nth-child(2) {
    width: 2%
}

.inner-tab.slide-tab .tab-option li.active:nth-child(3) {
    width: 90%
}

.inner-tab.slide-tab .tab-option li.active span {
    height: 17px;
    float: left
}

.slide-tab .inner-tab-content {
    float: left;
    width: 20%;
    margin-top: 15px
}

.slide-tab .js-questions-list {
    width: 80%;
    float: left
}

.inner-tab .tab-option li.active:before {
    background: #ddd
}

.inner-tab .tab-option li.active:after {
    background: #ddd
}

.inner-tab-content {
    float: left;
    width: 30%;
    margin-top: 15px;
    overflow-y: scroll;
    height: 460px;
    padding: 0
}

.inner-tab-content ul {
    margin: 0;
    padding: 0
}

.inner-tab-content ul li {
    list-style: none
}

.inner-tab-content ul li a {
    color: #000;
    text-transform: capitalize;
    display: block;
    padding: 8px 10px
}

.inner-tab-content ul li a:hover,
.inner-tab-content ul li.active a {
    background: #ddd
}

.btn-record {
    background: #94b33b;
    color: #fff;
    border: transparent;
    width: 100%;
    float: left;
    padding: 22px 30px;
    font-size: 18px
}

.button-boxes {
    clear: both
}

.custom-popup .modal-header {
    border: transparent
}

.custom-popup form {
    width: 472px;
    margin: 0 auto;
    text-align: center;
    margin-left: 0
}

.custom-popup .form-control {
    padding: 10px 2px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px
}

.custom-popup .form-group {
    margin-bottom: 1rem;
    display: inline-flex;
    text-align: center;
    justify-content: center
}

.custom-popup span {
    margin-bottom: 15px;
    display: block;
    margin-top: 8px;
    font-size: 14px
}

.custom-popup img {
    margin-bottom: 15px
}

.custom-popup .item-bottom {
    text-align: center;
    margin-top: 0
}

.custom-popup .item-bottom span {
    margin-bottom: 0
}

.custom-popup .item-bottom .small-bold {
    font-size: 14px;
    margin-top: 3px
}

.pop-footer {
    margin-top: 15px
}

.hide {
    display: none
}

.search-list #questions .topiclist-questions .questions-box .top-item {
    float: left;
    width: 68%
}

.topiclist-questions {
    width: 80%;
    float: left;
    padding: 0 10px;
    overflow-y: scroll;
    height: 400px;
    overflow-x: hidden
}

.topic-width {
    width: 20%;
    height: 360px
}

.lastest-searchlist .video-box {
    box-shadow: 0 0 5px 1px #00000026
}

.lastest-searchlist .video-box .item-left {
    float: none;
    margin-right: 0;
    height: 190px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    background: #ddddddbd
}

.vido-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.lastest-searchlist .video-box .item-profile .item-price {
    float: left;
    margin-right: 15px
}

.lastest-searchlist .video-box .item-left .vido-icon img {
    width: auto;
    height: auto
}

.lastest-searchlist .video-box .item-name {
    font-family: source_sans_proregular;
    font-size: 14px
}

.lastest-searchlist .video-box .question-item .item-topics {
    display: block;
    font-size: 12px
}

.lastest-searchlist .video-box .question-item .question {
    font-size: 16px;
    color: #000;
    font-family: source_sans_proregular
}

.v2-related-videos-div .lastest-searchlist .video-box .question-item .question {
    font-size: 16px;
    color: #000;
    font-family: source_sans_proregular;
    min-width: 103px;
    max-width: 244px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.lastest-searchlist .video-box .question-item {
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.lastest-searchlist .video-box .item-profile .item-price {
    font-size: 15px
}

.acount-page #activateAccount button[type=submit] {
    margin-top: 0
}

.my-profile .btn-light:not(:disabled):not(.disabled).active,
.my-profile .btn-light:not(:disabled):not(.disabled):active,
.search-list .button-boxes button.btn.btn-light {
    border: transparent;
    margin: 5px 0 0 31px;
    font-size: 14px;
    color: #000;
    display: flex;
    background: #cccccc29;
    border-radius: 2px;
    align-items: center;
    padding: 6px 11px;
    line-height: normal
}

.search-list .button-boxes button.btn.btn-light i {
    font-size: 20px;
    margin-left: 5px
}

.sppiner-bg {
    background-color: #dddddd40
}

.lds-dual-ring {
    display: flex;
    width: 100%;
    height: 230px;
    align-items: center;
    justify-content: center
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 40px;
    height: 40px;
    margin: 8px;
    border-radius: 50%;
    border: 3px solid #00000040;
    border-color: #00000042 transparent #00000042 transparent;
    animation: lds-dual-ring 1.2s linear infinite
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.v1.video-item {
    border: 2px solid #ccc;
    padding: 15px 15px 9px;
    box-shadow: 0 0 5px 1px #00000026;
    float: left;
    margin-bottom: 30px;
    word-break: break-word;
    width: 100%
}

.v1-video .vido-icon img {
    height: auto;
    width: auto
}

.v1-video {
    width: 100%;
    height: 200px;
    position: relative;
    margin-bottom: 10px;
    object-fit: cover;
    overflow: hidden;
    background: #cccccc42
}

.share-icon {
    margin-right: 15px
}

.question-icon {
    position: relative
}

.v1-right .v1-count {
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    cursor: pointer
}

.v1-leftt .v1-count {
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    cursor: pointer
}

.v1-leftt .v1-count img {
    top: 5px;
    position: absolute
}

.v1-right .v1-count img {
    top: 5px;
    position: absolute
}

.v1-left strong {
    font-size: 18px;
    color: #000;
    font-family: source_sans_prosemibold;
    line-height: 18px
}

.v1-right span {
    color: #000
}

.category {
    display: block
}

.date {
    color: #000
}

.v1-left {
    width: 80%;
    float: left
}

.v1-left span {
    display: block;
    font-size: 16px
}

.v1-info {
    float: left;
    width: 100%;
    margin-top: 30px
}

.v1-name {
    color: #000;
    text-transform: capitalize
}

.v1-time {
    background: #0000009c;
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #fff;
    padding: 0 10px;
    border-radius: 2px
}

.v1-category {
    width: 100%;
    float: left;
    margin-top: 5px
}

.v1-right {
    display: flex;
    justify-content: flex-end;
    float: right
}

.v1-leftt {
    display: flex;
    justify-content: flex-end;
    float: left
}

.v1-video img {
    width: 100%;
    height: auto;
    object-fit: cover
}

.avatar {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 10px
}

.avatar img {
    width: 100%;
    border-radius: 100%;
    height: 100%
}

.left-avatar.avatar {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 70px;
    height: 70px;
    margin-right: 0
}

.v1.video-item.v1-searchbox {
    background: #4e81c2;
    color: #fff;
    border: none;
    padding: 23px 15px 53px
}

.v1.video-item.v1-searchbox h2 {
    margin: 0;
    word-break: break-word
}

.v1.video-item.v1-searchbox .form-control {
    border-radius: 0;
    font-size: 14px;
    padding: 15px 10px
}

.v1.video-item.v1-searchbox i {
    font-size: 24px;
    margin-bottom: 20px;
    display: block;
    font-family: source_sans_prolight;
    word-break: break-word
}

.v1.video-item.v1-searchbox .item-form {
    text-align: center
}

.v1.video-item.v1-searchbox .submit-btn {
    background: #77ab3f;
    color: #fff;
    font-size: 20px;
    padding: 8px 10px;
    width: 140px;
    margin: 10px auto 0;
    border: 1px solid #77ab3f;
    border-radius: 4px;
    cursor: pointer
}

.v1.video-item.v1-searchbox .submit-btn:hover {
    background: 0 0;
    border: 1px solid #fff
}

.v1.video-item.v1-searchbox .form-control::-webkit-input-placeholder,
.v2.video-item.v2-searchbox .form-control::-webkit-input-placeholder {
    color: #ccc
}

.v1.video-item.v1-searchbox.green-box {
    background: #77ab3f;
    border: none
}

.v1.video-item.v1-searchbox.green-box .box {
    text-align: center
}

.v1.video-item.v1-searchbox.green-box .box a {
    margin-bottom: 15px;
    display: block
}

.v1.video-item.v1-searchbox.green-box .box a:last-child {
    margin-bottom: 0
}

#v1-video-detail .video-item .box {
    text-align: center;
    margin-bottom: 10px
}

#v1-video-detail .v1-video {
    height: 400px
}

#v1-video-detail .v1-left strong {
    font-size: 27px;
    line-height: 30px;
    word-break: break-word
}

#v1-video-detail .v1-right span {
    font-size: 20px
}

#v1-video-detail .v1-left span {
    font-size: 20px;
    cursor: pointer
}

#v1-video-detail .date {
    font-size: 18px
}

#v1-video-detail .category {
    font-size: 18px
}

#v1-video-detail .v1-name {
    font-size: 18px
}

#v1-video-detail .v1.video-item.v1-searchbox {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    min-height: auto;
    padding: 15px
}

video {
    object-fit: cover;
    height: 100%;
    width: 100%
}

#v1-video-detail .v1.video-item.v1-searchbox .form-control {
    border: 1px solid#000
}

#v1-video-detail .v1.video-item.v1-searchbox .submit-btn:hover {
    background: 0 0;
    border: 1px solid #77ab3f;
    color: #77ab3f
}

#v1-video-detail .v1-right .v1-count img {
    top: 7px
}

#v1-video-detail .watch-btn {
    background: #77ab3f;
    color: #fff;
    font-size: 20px;
    padding: 15px 10px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #77ab3f;
    border-radius: 5px;
    margin-bottom: 30px;
    cursor: pointer
}

#v1-video-detail .watch-btn:hover {
    background: 0 0;
    color: #77ab3f
}

.video-more {
    width: 100%
}

.share-popup .dropdown {
    display: flex
}

.share-popup .dropdown-toggle {
    background: 0 0;
    border: none;
    display: block;
    cursor: pointer
}

.share-popup .dropdown-menu {
    top: 28px !important;
    left: -143px !important;
    padding: 15px 0 15px 20px;
    box-shadow: 0 0 6px 2px #00000026;
    border: none;
    border-radius: 2px
}

.share-popup .dropdown-menu ul {
    display: flex;
    margin: 0
}

.share-popup .dropdown-menu ul li {
    list-style: none;
    margin-right: 20px
}

.share-popup .dropdown-menu span {
    font-size: 14px;
    margin-bottom: 5px;
    color: #666
}

.blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px
}

.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px
}

.blog .carousel-indicators .active {
    background: #707070
}

.blog .carousel-item .col-sm-3.col-md-3 {
    width: 190px;
    height: 271px;
    object-fit: cover
}

.blog .carousel-item .col-sm-3.col-md-3 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px
}

#home .top-item a {
    cursor: default
}

.form .form-search .btn-search:hover {
    background: #92aa4c
}

.item-thanks {
    text-align: center;
    border: 1px solid #80808026;
    padding: 90px
}

.item-thanks strong {
    display: block;
    font-family: source_sans_prosemibold;
    color: #000;
    font-size: 28px
}

.item-thanks span {
    color: #000;
    font-size: 20px;
    display: block;
    width: 100%;
    margin: 5px auto 0;
    line-height: 25px
}

.item-thanks a {
    margin-right: 10px
}

.item-thanks .no-thanks a {
    color: #000
}

.item-thanks a::nth-child(2) {
    margin-right: 0
}

.item-thanks a:last-child {
    margin-right: 0
}

.item-thanks .no-thanks {
    margin-top: 25px
}

.item-thanks small {
    display: block;
    font-size: 16px;
    color: #000;
    margin-top: 40px;
    margin-bottom: 15px
}

.js-see-all-questions a {
    color: #666
}

.account-btn img.user-login {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    object-fit: cover
}

.error {
    border-color: red
}

.error-message {
    font-size: 12px;
    text-align: left;
    display: block;
    margin-top: 5px;
    color: red
}

.form-control:focus {
    box-shadow: none
}

.iphone-x {
    position: relative;
    margin: -30px auto 0;
    width: 85%;
    height: 465px;
    background: #000;
    border-radius: 40px;
    box-shadow: 0 0 0 15px #f8f9fa, 0 0 0 15px #f8f9fa, 0 0 10px 20px #2125291f;
    overflow: hidden
}

.iphone-x img {
    max-width: 100%;
    height: 100%;
    object-fit: cover
}

.iphone-x:after,
.iphone-x:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.iphone-x:before {
    top: 0;
    width: 56%;
    height: 30px;
    background-color: #1f1f1f;
    border-radius: 0 0 40px 40px
}

.expert-big-model {
    max-width: 600px
}

.experties-model {
    padding: 50px 90px
}

.experties-model .avatar {
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;
    float: none
}

.experties-model .profile-info {
    width: 100%;
    float: left;
    text-align: center
}

.experties-model .profile-info strong {
    display: block;
    color: #000;
    font-size: 22px;
    font-family: source_sans_prosemibold
}

.experties-model .profile-info span {
    color: #666;
    font-size: 18px;
    margin-right: 0
}

.experties-model .profile-info .item-review {
    color: #000;
    font-size: 16px
}

.experties-model .item-thanks {
    text-align: center;
    border: transparent;
    padding: 0
}

.experties-model .item-thanks strong {
    display: inline-block;
    font-size: 20px
}

.experties-model .item-thanks small {
    margin-top: 5px;
    margin-bottom: 15px
}

.experties-model .profile-price {
    float: left;
    width: 100%;
    margin: 30px 0
}

.experties-model .item-thanks .last-child {
    margin-right: 0
}

.experties-model .profile-price li {
    display: inline;
    list-style: none;
    border: 1px solid #ccc;
    padding: 10px 15px;
    margin-right: 15px;
    border-radius: 2px
}

.experties-model .profile-price li strong {
    color: #000;
    font-size: 18px;
    font-family: source_sans_prosemibold
}

.experties-model .profile-price li span {
    color: #000;
    font-size: 13px
}

.experties-model .profile-price li img {
    margin-right: 5px
}

.experties-model .profile-price li:last-child {
    margin-right: 0
}

.experties-model .item-thanks span {
    width: 85%
}

.my-video-dimensions {
    width: 100%
}

#error-page .error-item {
    width: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
    margin-top: 150px
}

#error-page .error-item h3 {
    color: #000;
    font-size: 40px;
    font-family: source_sans_prosemibold;
    margin: 30px 0 0
}

#error-page .error-item img {
    margin: 0 auto
}

#error-page .error-item small {
    color: #000;
    font-size: 18px
}

#error-page .error-item a {
    background: #FEAE3B;
    width: 135px;
    margin: 30px auto 0;
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #FEAE3B
}

#error-page .error-item a:hover {
    color: #FEAE3B;
    border: 1px solid #FEAE3B;
    background: 0 0
}

.search-list .left-side .item-left .forward-btn img,
.search-list .left-side .item-left .rewind-btn img {
    object-fit: contain;
    height: 100%;
    height: 40px;
    width: 40px
}

.v2.video-item.v2-searchbox {
    background: #fff;
    color: #000;
    border: none;
    min-height: 390px;
    padding: 40px 15px;
    border: 1px solid #000
}

.v2.video-item.v2-searchbox h2 {
    margin: 0;
    font-family: source_sans_prosemibold;
    font-size: 22px
}

.v2.video-item.v2-searchbox i {
    font-size: 24px;
    margin-bottom: 45px;
    display: block;
    font-family: source_sans_prolight;
    word-break: break-word
}

.v2.video-item.v2-searchbox j {
    font-size: 20px;
    display: block;
    font-family: source_sans_prolight;
    word-break: break-word
}

.v2.video-item.v2-searchbox .form-control {
    border: 1px solid#000 !important;
    border-radius: 0;
    font-size: 14px;
    padding: 15px 10px
}

.v2.video-item.v2-searchbox .submit-btn {
    background: #77ab3f;
    color: #fff;
    font-size: 18px;
    padding: 8px 10px;
    width: 140px;
    margin: 10px auto 0;
    border: 1px solid #77ab3f;
    border-radius: 4px;
    cursor: pointer
}

.v2.video-item.v2-searchbox {
    background: #fff;
    color: #000;
    border: 1px solid #eee;
    min-height: auto;
    padding: 15px;
    margin-top: 6px;
    box-shadow: none
}

.v2-related-videos-div .lastest-searchlist .video-box {
    box-shadow: none;
    display: flex;
    align-items: center
}

.v2-related-videos-div .lastest-searchlist .video-box .item-left {
    float: left;
    height: 134px;
    width: 153px;
    object-fit: cover;
    margin-bottom: 0;
    position: relative;
    margin-right: 15px;
    margin-top: 2px
}

.v2-related-videos-div .lastest-searchlist .video-box .item-left img {
    border-radius: 3px
}

.v2-related-videos-div .item-right {
    float: right;
    width: 245px
}

.v2-related-videos-div .item-right .flex {
    display: flex;
    align-items: center
}

.search-list .v2-related-videos-div .video-box .item-right .Watch {
    padding: 2px 2px;
    border-radius: 0;
    font-size: 12px
}

.search-list.video-details .video-box .flex .item-comments span,
.search-list.video-details .video-box .flex .item-questions span {
    position: absolute;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset
}

.search-list.video-details .video-box .flex .item-comments,
.search-list.video-details .video-box .flex .item-questions {
    display: flex;
    align-self: center;
    justify-content: center
}

.v2-related-videos-div .item-rating {
    font-size: 14px
}

.search-list .video-box .flex .item-profile {
    margin-top: 3px
}

.search-list .v2-related-videos-div .video-box .item-profile {
    margin-top: 1px
}

.v2-related-videos-div .item-rideside {
    float: right;
    display: flex;
    align-items: center;
    margin-top: 6px
}

.v2-related-videos-div .default-img-div {
    height: 135px;
    width: auto
}

.v2-related-videos-div .default-img-div .left-avatar.avatar {
    width: 40px;
    height: 40px
}

.share-modal.experties-model .avatar {
    width: 100px;
    height: 100px
}

.search-list .v2-related-videos-div .video-box .item-right .flex .item-watch {
    font-size: 12px
}

.v1-info-1.v1-info {
    float: left;
    width: 100%;
    margin-top: 5px
}

.btn-block button[type=submit] {
    color: #fff;
    background-color: #2b3990;
    border-color: #2b3990;
    padding: 13px 30px;
    border-radius: 2px;
    min-width: 120px;
    margin-right: 15px;
    width: 79px
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none
}

.home .btn-record {
    background: #94b33b;
    color: #fff;
    border: transparent;
    width: 224px;
    float: none;
    padding: 19px 34px;
    font-size: 18px;
    position: relative;
    border-radius: 0;
    top: 0
}

.home-steps ul {
    display: flex
}

.home-steps ul li.btn-block {
    position: relative
}

.search-list .video-box .item-questions span,
.search-list.lastest-searchlist .video-box .item-comments span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 14px;
    top: 0
}

.video-control-btn {
    position: absolute;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    margin-top: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    bottom: 0;
    margin: 0 auto
}

.video-control-btn button {
    background: 0 0;
    border: none;
    cursor: pointer
}

.rewind-btn {
    left: -50px;
    position: absolute
}

.forward-btn {
    position: absolute;
    right: -48px
}

.video-control-btn button img {
    width: 40px
}

.iphone-x .video-control-btn {
    width: 55%
}

.iphone-x .video-control-btn button img {
    width: auto
}

.home .list-users small {
    font-family: source_sans_prolight
}

.search-list.lastest-searchlist .video-control-btn button img {
    width: 35px;
    opacity: .4;
    height: auto
}

.left-side .video-control-btn button img:hover,
.search-list.lastest-searchlist .video-control-btn button img:hover {
    opacity: .8
}

.left-side .video-control-btn button img {
    opacity: .4;
    height: auto
}

#v1-video-detail .v1-info {
    margin-top: 11px
}

.search-list .left-side .video-box .item-left:hover .video-control-btn,
.v1-video:hover .video-control-btn {
    display: flex
}

.search-list .left-side .video-box .item-left:hover .play-btn-default,
.search-list .left-side .video-box .video-control-btn,
.v1-video .video-control-btn,
.v1-video:hover .play-btn-default {
    display: none
}

.search-list .left-side .video-box .play-btn-default,
.v1-video .play-btn-default {
    background: 0 0;
    border: none;
    cursor: pointer;
    position: absolute;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto
}

.search-list .left-side .video-box .play-btn-default img,
.v1-video .play-btn-default img {
    height: auto;
    width: 35px;
    cursor: pointer
}

.search-list.lastest-searchlist .video-control-btn #pauseVidIcon img {
    height: auto;
    width: auto;
    cursor: pointer
}

.video-control-btn button.forward-btn.click {
    transform: rotate(20deg)
}

.video-control-btn button.rewind-btn.click {
    transform: rotate(-20deg)
}

.profile-header .upload-image img.user-img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    object-fit: cover;
    background: #d8d8d8
}

.profile-header .upload-image .fa-trash {
    color: #fff;
    font-size: 18px;
    margin: 3px
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 0 auto;
    top: -53px;
    left: -33px
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px
}

.avatar-upload .avatar-edit input {
    display: none
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #fff;
    border: 1px solid transparent;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12);
    cursor: pointer;
    font-weight: 400;
    transition: all .2s ease-in-out
}

.avatar-upload .avatar-edit input+label,
.avatar-upload .avatar-edit input+label:hover {
    background: 0 0;
    border-color: transparent
}

.avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #f8f8f8;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}

.avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.status-screen .question-search-box {
    width: 70%;
    margin: 0 0 15px 0;
    display: inline-block;
    max-width: 100%
}

.search-list .status-screen #custom-search-input {
    height: 48px;
    line-height: 48px;
    margin-top: 0;
    border-radius: 2px;
    box-shadow: 12px 7px 32px #dadada59
}

.video-details .status-screen .side-box .section-header .section-title {
    font-size: 22px
}

.status-screen .subscribe p.description {
    font-size: 17px;
    color: #000;
    line-height: 22px;
    margin-bottom: 24px
}

.search-list .status-screen .side-box button[type=submit] {
    padding: 5px 0 0;
    color: #000;
    font-family: source_sans_prosemibold
}

.search-list .status-screen .side-box.suggested {
    margin-bottom: 30px;
    margin-top: 0
}

.search-list .status-screen .side-box.suggested p {
    font-size: 14px;
    text-align: left;
    margin-bottom: 18px;
    line-height: 20px
}

.search-list .status-screen .side-box.suggested ul {
    list-style: none;
    margin-bottom: 0;
    height: 358px;
    overflow: hidden;
    overflow-y: scroll;
    overflow-x: hidden
}

.search-list .status-screen .side-box.suggested.status-likes-users-modal ul {
    height: 380px
}

.status-likes-modal .likes-modal.side-box.suggested.text-center.status-likes-users-modal {
    max-height: 434px;
    padding-top: 5px
}

.search-list .status-screen .side-box.suggested ::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 50px
}

.search-list .status-screen .side-box.suggested ul li {
    text-align: left;
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 19px
}

.search-list .status-screen .side-box.suggested ul li img {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    object-fit: cover;
    border: 1px solid #eee
}

.search-list .status-screen .side-box.suggested ul li .name {
    font-family: source_sans_prosemibold;
    color: #000;
    font-size: 15px;
    text-transform: capitalize;
    margin-left: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 56%
}

.search-list .status-screen .side-box.suggested ul li span.pull-right {
    position: absolute;
    right: 0
}

.likes-popup-modal ul li .pull-right .btn-primary,
.search-list .status-screen .side-box.suggested ul li .btn-primary {
    color: #fff;
    background-color: #8dc73f;
    border-color: #8dc73f;
    padding: 4px 18px;
    font-size: 17px;
    font-weight: 200;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.likes-popup-modal ul li .pull-right {
    position: absolute;
    right: 0
}

.likes-popup-modal .likes-modal.side-box.suggested.text-center {
    max-height: unset;
    overflow: unset;
    padding: 0
}

.search-list .status-screen .side-box.suggested ul li .btn-check .btn-primary {
    color: #2e2e2e;
    background-color: transparent;
    border-color: #2e2e2e;
    padding: 4px 18px;
    font-size: 17px;
    font-weight: 200;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.search-list .status-screen .side-box.suggested ul li .btn-check .btn-primary:hover {
    color: #fff;
    background-color: #8dc73f;
    border-color: #8dc73f
}

.likes-popup-modal ul li .pull-right .btn-primary:hover,
.search-list .status-screen .side-box.suggested ul li .btn-primary:hover {
    background-color: transparent;
    border: 1px solid #8dc73f;
    color: #8dc73f
}

.search-list .status-screen .side-box.suggested button.view-all {
    background: 0 0;
    border: 1px solid #2e2e2e;
    border-radius: 2px;
    width: 130px;
    text-align: center;
    margin: 0
}

.status-screen #suggestUserUl {
    text-align: left
}

.search-list .status-screen .side-box.suggested button.view-all a {
    font-size: 16px;
    font-family: source_sans_prosemibold;
    color: #2e2e2e
}

.search-list .status-screen .side-box.suggested button.view-all i {
    font-size: 20px;
    vertical-align: text-bottom;
    margin-left: 4px
}

.search-list .status-screen .side-box.suggested button.view-all:hover a {
    color: #fff
}

.search-list .status-screen .side-box.suggested button.view-all:hover {
    background-color: #2b3990;
    border-color: #2b3990;
    color: #fff
}

.video-details .status-screen .side-box.suggested .section-header {
    margin-bottom: 0
}

.search-list .status-screen .side-box.suggested ul li:last-child {
    padding-bottom: 0
}

.search-list .status-screen .subscribe button[type=submit] {
    background: #2b3f95;
    border-color: #2b3f95;
    color: rgb(255 255 255);
    padding: 10px 30px;
    border-radius: 2px;
    border: 1px solid #2b3f95
}

.status-screen .add-post {
    border-radius: 2px;
    box-shadow: 12px 7px 32px #dadada59;
    position: relative;
    border: 1px solid #eee;
    margin-bottom: 34px;
    height: 80px;
    display: flex;
    align-items: center;
    max-width: 728px
}

.status-screen .add-post img.user-img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: absolute;
    top: 5px
}

.status-screen .add-post .textarea,
.status-screen .add-post .textarea:focus,
.status-screen .add-post .textarea:hover {
    width: 82%;
    border-color: #eee;
    resize: none;
    height: 40px;
    background: #f6f6f6;
    border-radius: 6px;
    margin-left: 62px;
    outline: 0;
    padding: 10px;
    font-size: 15px;
    margin-right: 14px;
    cursor: pointer
}

.status-screen .add-post .textarea span {
    color: #989191;
    cursor: pointer
}

.grid {
    display: grid !important
}

.status-screen .post-box .info {
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-right: 50px
}

.status-screen .post-box .info img.user-img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #eee
}

.status-screen .post-box .info h5 {
    font-size: 16px;
    color: #000;
    font-family: source_sans_prosemibold;
    text-transform: capitalize;
    margin: 0
}

.status-screen .post-box .description {
    color: #000;
    font-size: 18px;
    line-height: 25px;
    margin: 12px 0 0
}

.status-screen .post-box .comment,
.status-screen .post-box .likes {
    font-size: 14px
}

.status-screen .post-box .comment {
    margin-left: 15px;
    cursor: pointer
}

.status-screen .post-box .comment img,
.status-screen .post-box .likes img {
    cursor: pointer;
    height: 20px;
    width: auto
}

.status-screen .post-box .comment b,
.status-screen .post-box .likes b {
    color: #000;
    margin: 0 0 0 1px
}

.status-screen .post-box .share {
    cursor: pointer;
    font-size: 14px
}

.status-screen .post-box .share:hover {
    opacity: .7
}

.status-screen .post-box .share img {
    margin-right: 10px
}

.status-screen .post-box {
    box-shadow: 12px 7px 32px #dadada59;
    position: relative;
    border: 1px solid #eee;
    margin-bottom: 30px;
    padding: 0
}

.status-screen .post-box .padding-div {
    padding: 12px 0
}

.status-screen .post-row {
    margin: 30px 0
}

.status-screen .post-box .subject {
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.status-screen ul {
    list-style: none;
    margin-bottom: 0
}

.status-screen .post-box .banner ul li {
    display: inline-block;
    border-bottom: 4px solid #fff;
    position: relative
}

.status-screen .post-box .banner ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.status-screen .post-box .banner ul .img-count {
    position: absolute;
    background: #000;
    height: 192px;
    width: 334px;
    right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 4px;
    opacity: .7;
    font-size: 30px;
    font-family: source_sans_prosemibold;
    color: #fff;
    cursor: pointer
}

.status-screen .post-box .banner .description {
    color: #fff;
    padding: 60px;
    text-align: center
}

.status-screen .load-btn {
    background: 0 0;
    border: 1px solid #2e2e2e;
    border-radius: 2px;
    font-size: 17px;
    cursor: pointer;
    text-align: center
}

.status-screen .load-btn i {
    margin-left: 5px;
    vertical-align: inherit
}

.status-screen .add-post i {
    cursor: pointer
}

.status-screen .add-post i:hover {
    opacity: .6
}

.search-list .status-screen #custom-search-input button {
    float: right;
    margin: 2px -12px 0 0
}

.search-list .status-screen .app-btn img:first-child {
    margin-bottom: 10px
}

.status-listing-screen.search-list #main {
    margin-top: 140px;
    margin-bottom: 23px
}

.status-detail-screen.status-screen .post-row {
    margin: 0
}

.status-screen .post-box .banner ul li {
    display: inline-block;
    width: 100%;
    height: 300px;
    cursor: pointer
}

.status-screen .post-box .banner ul.images-2 li {
    width: 335px;
    height: 245px
}

.status-screen .post-box .banner ul.images-3 li {
    width: 335px;
    height: 195px
}

.status-screen .post-box .banner ul.images-3 li:first-child {
    width: 100%;
    height: 300px
}

.status-screen .post-box .banner ul.images-4 li {
    width: 335px;
    height: 195px
}

.status-screen.status-detail-screen .post-box .banner ul.images-4 li:first-child {
    height: 500px;
    width: 370px;
    float: left;
    border-right: 3px solid #fff
}

.status-screen.status-detail-screen .post-box .banner ul.images-4 li {
    width: 304px;
    height: 167px
}

.status-screen.status-detail-screen .post-box .banner ul .img-count {
    height: 165px;
    width: 303px
}

.status-listing-screen.search-list .status-screen .post-box .hidden-box {
    overflow: hidden
}

.side-box #how-it-work .description {
    font-size: 16px
}

.search-list .app-btn img:first-child {
    margin: 15px 0 1px 0
}

.status-listing-screen.search-list .status-screen .browse-item {
    margin: 8px 0 10px
}

.status-screen .post-box .comment-box .flex img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    object-fit: cover
}

.status-screen .post-box .comment-box .flex textarea,
.status-screen .post-box .comment-box .flex textarea:focus {
    width: 99%;
    margin-left: 13px;
    height: 45px;
    font-size: 17px;
    border-color: #f0f2f5;
    resize: none;
    padding: 9px;
    border-radius: 109px;
    outline: 0;
    position: relative;
    background: #f0f2f5;
    color: #2e2e2e;
    margin: 8px 0 15px;
    margin-left: 12px;
    cursor: pointer
}

.status-screen .post-box .comment-box .flex textarea:hover {
    background-color: #e2e4e6;
    -webkit-transition: background-color .1s;
    -moz-transition: background-color .1s;
    -o-transition: background-color .1s;
    transition: background-color 2.1s
}

.status-screen .post-box .comment-box .flex .send-btn {
    position: absolute;
    border-radius: 0;
    right: 9px;
    top: 23px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    padding: 0;
    width: auto
}

.status-screen .post-box .comment-box .flex .send-btn img {
    height: auto;
    width: auto;
    border-radius: 0
}

.status-screen .post-box .comment-box .flex .send-btn .send-icon,
.status-screen .post-box .comment-box .flex .send-btn:disabled:hover .send-icon,
.status-screen .post-box .comment-box .flex .send-btn:hover .sel-send-icon {
    display: block
}

.status-screen .post-box .comment-box .flex .send-btn .sel-send-icon,
.status-screen .post-box .comment-box .flex .send-btn:disabled .sel-send-icon,
.status-screen .post-box .comment-box .flex .send-btn:disabled:hover .sel-send-icon,
.status-screen .post-box .comment-box .flex .send-btn:hover .send-icon {
    display: none;
    margin: 0
}

.status-screen .post-box .comment-box .flex .send-btn.btn:disabled {
    margin-top: 0
}

.status-screen .post-box .comment-box .flex .send-btn:disabled,
.status-screen .post-box .comment-box .flex .send-btn:disabled:hover {
    cursor: not-allowed
}

.status-screen .post-box .comment-box .flex {
    display: flex;
    align-items: center;
    position: relative
}

.status-screen .comment-box {
    border-top: 1px solid #d4cfcf;
    padding: 0 17px
}

.status-screen .comment-box .msg-box {
    background: #f0f0f0;
    border-radius: 12px;
    font-size: 14px;
    line-height: 23px;
    color: #000;
    padding: 5px 10px;
    margin: 16px 0 0 16px;
    width: auto
}

.status-screen .comment-box .msg-box p {
    margin: 0;
    word-break: break-word
}

.status-screen .comment-box .msg-box p::first-letter {
    text-transform: capitalize
}

.status-screen .comment-box .msg-box .name {
    font-family: source_sans_prosemibold;
    font-size: 14px;
    margin: 0;
    text-transform: capitalize;
    word-break: break-word
}

.status-screen .comment-box ul li .time-div {
    padding: 0 0 0 56px;
    color: #000
}

.status-screen .comment-box ul li .time-div .reply-icon {
    margin: 0 7px 0 14px
}

.status-screen .comment-box ul li .time-div .reply {
    cursor: pointer
}

.status-screen .comment-box ul li .time-div .reply:hover {
    opacity: .6
}

.status-screen .comment-box ul li {
    margin: 1px 0
}

.status-screen .comment-box ul {
    margin: 5px 0
}

.status-screen .comment-box .view-more-btn {
    background: 0 0;
    font-size: 15px;
    padding: 0
}

.status-screen .comment-box .view-more-btn a {
    color: #000;
    font-family: source_sans_prosemibold
}

.status-screen .comment-box .btn-block {
    padding: 0;
    margin: 0 0 23px
}

.status-screen .comment-box .view-more-btn:hover a {
    color: #324591
}

.item-show {
    display: block
}

.status-listing-screen.search-list .col-md-6.js-side-box {
    width: 100%;
    flex: none;
    max-width: 100%;
    padding: 0
}

.status-listing-screen.search-list .status-screen .banner {
    margin: 14px 0 11px
}

.search-list .questions-videos .video-box .item-comments span {
    top: 0
}

.watch-button.mobile-btn {
    display: none
}

.home .text-ellipsis {
    width: 550px
}

.share-post-modal .modal-header .close {
    margin: 0;
    color: #000;
    opacity: 1;
    font-size: 41px;
    font-weight: 100;
    padding: 0 25px 0 0
}

.share-post-modal .modal-header .close:hover {
    opacity: .6
}

.share-post-modal .modal-header {
    justify-content: end;
    align-items: center;
    padding: 20px 30px
}

.search-list .share-post-modal .modal-header h4 {
    font-family: source_sans_prosemibold;
    color: #000;
    font-size: 24px
}

.share-post-modal .modal-header .btn-post {
    position: absolute;
    right: 32px;
    padding: 0;
    border: 1px solid #8dc73f;
    width: auto;
    background: #8dc73f;
    color: #fff;
    padding: 4px 19px;
    font-size: 18px
}

.share-post-modal .modal-header .btn-post:disabled,
.share-post-modal .modal-header .btn-post:disabled:hover {
    background-color: #d8d8d8;
    border-color: #d8d8d8;
    color: #fff;
    margin: 0
}

.share-post-modal .modal-header .btn-post:hover {
    background: 0 0;
    border: 1px solid #8dc73f;
    color: #8dc73f
}

.share-post-modal.expert-big-model {
    max-width: 670px
}

.share-post-modal .experties-model {
    padding: 30px;
    text-align: left !important;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #e9ecef
}

.share-post-modal .share-modal.experties-model .avatar,
.share-post-modal .share-modal.experties-model .avatar img {
    width: 55px;
    height: 55px;
    margin: 0;
    overflow: hidden;
    object-fit: cover;
    margin-right: 15px
}

.share-post-modal .profile-info h5 {
    font-size: 18px;
    margin: 0;
    color: #000;
    float: left;
    margin-right: 15px;
    margin-top: 5px
}

.share-post-modal .profile-info .green-text {
    color: #8dc73f;
    font-size: 16px;
    margin: 2px 0 8px;
    letter-spacing: .4px;
    cursor: pointer
}

.share-post-modal .profile-info .green-text:hover {
    opacity: .6
}

.share-post-modal .experties-model .profile-info {
    width: auto;
    float: unset;
    text-align: left
}

.share-post-modal .form-control {
    display: block;
    width: 100%;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #e9ecef;
    resize: none;
    min-height: 200px;
    height: 260px;
    padding: 20px 36px
}

.share-post-modal .color-btn {
    position: absolute;
    right: 10px;
    bottom: 14px;
    background: 0 0;
    border: none
}

.share-post-modal .color-btn:hover {
    opacity: .6
}

.share-post-modal .form-group {
    position: relative
}

.share-post-modal .add-status-item input[type=file] {
    opacity: 0
}

.share-post-modal .add-status-item span {
    width: 55px;
    height: 35px
}

.share-post-modal .add-status-item span img {
    cursor: pointer
}

.share-post-modal .add-status-item span:hover {
    opacity: .6
}

.share-post-modal .add-status-item span.text {
    width: 154px;
    cursor: default;
    font-size: 19px;
    letter-spacing: .4px
}

.share-post-modal .add-status-item span.text:hover {
    opacity: 1
}

.share-post-modal .form-group.add-status-item {
    display: flex;
    align-items: center;
    padding: 0 30px
}

.share-post-modal .form-group.img-div {
    padding: 20px 30px 0;
    margin-bottom: 5px;
    height: 295px;
    overflow-x: hidden;
    overflow-y: scroll
}

.share-post-modal .form-group.img-div ul {
    list-style: none;
    margin: 0
}

.share-post-modal .form-group.img-div ul li {
    width: 100%;
    height: 215px;
    overflow: hidden;
    margin-bottom: 0;
    position: relative
}

.share-post-modal .form-group.img-div ul li .remove-btn img {
    height: auto;
    width: auto;
    border-radius: 0
}

.share-post-modal .form-group.img-div ul li img {
    height: 300px;
    width: 100%;
    object-fit: cover
}

.share-post-modal .form-group.img-div p {
    color: #000;
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 18px
}

.share-post-modal .form-group.img-div ul .remove-btn {
    position: absolute;
    background: 0 0;
    top: 11px;
    right: 3px
}

.share-post-modal .form-group.img-div ul .remove-btn:hover {
    opacity: .6
}

.share-post-modal .form-group.img-div ul.images-4 li {
    width: 299px;
    height: 165px;
    display: inline-block;
    position: relative
}

.share-post-modal .form-group.img-div ul.images-4 li img {
    margin: -4px
}

.share-post-modal .form-group.img-div ul.images-4 .img-count {
    position: absolute;
    background-color: #000;
    opacity: .6;
    width: 295px;
    height: 167px;
    cursor: pointer;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0
}

.share-post-modal .form-group.img-div ul.images-4 .img-count a {
    color: #fff
}

.share-post-modal .form-group.img-div ul.images-2 li {
    width: 299px;
    height: 165px;
    display: inline-block
}

.share-post-modal .form-group.img-div ul.images-3 li.first {
    width: 363px;
    height: 315px;
    float: left;
    margin-right: 5px
}

.share-post-modal .form-group.img-div ul.images-3 li {
    width: 235px;
    height: 148px;
    float: right;
    margin-bottom: 5px
}

.item-no-data {
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d1d1d1;
    box-shadow: none;
    width: 100%;
    border-radius: 9px
}

.item-no-data div.text {
    color: #b9b7b7;
    font-size: 25px
}

.item-no-data img {
    height: auto;
    width: auto;
    margin: 0 auto 20px
}

.item-no-data .grid {
    display: grid
}

.search-list #questions .topiclist-questions .questions-box .item-userlist.item-user-listing {
    position: static
}

.search-list .topiclist-questions .right-box {
    width: 95%
}

input[type=file] {
    opacity: 0;
    cursor: pointer;
    width: 24px;
    height: 24px;
    font-size: 0;
    position: absolute
}

.status-screen .post-box .comment-box .sub-comment-div .flex .send-btn {
    right: 8px;
    top: 22px
}

.status-screen .post-box .comment-box .sub-comment-div {
    padding: 0 8px 0 47px
}

.common-modal .info {
    display: flex;
    align-items: center
}

.common-modal .left-side-content .info {
    padding: 33px 11px 0
}

.common-modal .info img {
    height: 60px;
    width: 60px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 12px;
    box-shadow: 1px 2px 11px -5px #797676
}

.common-modal.comment-modal h4 {
    font-family: source_sans_prosemibold;
    font-weight: 400;
    margin: 0;
    font-size: 20px;
    color: #000
}

.common-modal span {
    text-transform: capitalize;
    z-index: 0
}

.comment-modal .time img {
    margin-right: 7px;
    vertical-align: bottom
}

.comment-modal .left-side-content.img-post-section .image-block {
    margin-top: 28px
}

.modal-dialog.comment-modal {
    width: 70%;
    max-width: 70%
}

.modal-dialog.comment-modal .name {
    display: grid
}

.modal-dialog.comment-modal .name .time {
    font-size: 12px
}

.carousel-control-prev-icon::before {
    content: '';
    background-image: url(../../img/left-arrow-grey.png);
    height: 24px;
    width: 24px;
    left: 15px;
    position: absolute;
    background-repeat: no-repeat
}

.carousel-control-next-icon::before {
    content: '';
    background-image: url(../../img/right-arrow-grey.png);
    height: 24px;
    width: 24px;
    left: 7px;
    position: absolute;
    background-repeat: no-repeat
}

.carousel-inner .banner-img {
    height: 348px;
    width: 100%;
    object-fit: cover
}

.common-modal.comment-modal .modal-body .col-sm-5 {
    background: #f9f9f9;
    padding: 0;
    height: 530px;
    border-bottom-right-radius: 7px
}

.comment-modal .tab-content .tab-pane {
    margin: 0;
    background: #f9f9f9;
    padding: 0
}

.comment-modal .likes-listing {
    padding: 10px 22px
}

.likes-listing {
    height: 450px;
    overflow: hidden;
    overflow-y: scroll
}

.likes-listing li {
    display: flex;
    align-items: center;
    margin: 10px 0 18px
}

.likes-listing li span {
    color: #000;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: capitalize
}

.likes-listing li img {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 16px;
    box-shadow: 1px 2px 11px -5px #797676;
    margin-left: 0
}

.common-modal .likes-listing li .info {
    display: grid
}

.likes-listing li strong {
    font-size: 16px;
    text-transform: capitalize;
    color: #222342;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.likes-listing li span {
    color: #000;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: capitalize
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-image: none;
    opacity: 1
}

.carousel-control-prev-icon {
    left: -52px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    opacity: 1;
    padding: 26px;
    border-radius: 50%
}

.carousel-control-next-icon {
    right: -54px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    opacity: 1;
    padding: 26px;
    border-radius: 50%
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1
}

.carousel-control-prev {
    left: 22px
}

.carousel-control-next {
    right: 22px
}

.comment-modal .carousel.slide {
    padding: 0 16px
}

.comment-modal .modal-content .description p {
    text-align: left;
    padding: 0;
    color: #000;
    font-size: 16px;
    color: #545353;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 45px;
    white-space: unset;
    margin: 15px 0 0;
    width: 100%;
    word-break: break-all;
    clear: both
}

.common-modal.comment-modal .modal-header {
    background: 0 0;
    border-bottom: none;
    padding: 0;
    height: 0;
    position: absolute;
    right: 10px;
    z-index: 9;
    top: 6px
}

.comment-modal .modal-body {
    padding: 0
}

.comment-modal .fade {
    opacity: 1
}

.comment-modal .nav-tabs .nav-item.show .nav-link,
.comment-modal .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #f9f9f9;
    border: none
}

.common-modal span b {
    margin: 0 5px 0 10px
}

.comment-modal .comment-box .flex {
    display: flex;
    align-items: center
}

.comment-modal .comment-box .flex img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    object-fit: cover
}

.comment-modal .comment-box textarea {
    width: 89%;
    margin-left: 14px;
    height: 37px;
    font-size: 14px;
    resize: none;
    padding: 7px;
    outline: 0;
    position: relative;
    border-color: #f0f2f5;
    background-color: #f0f2f5;
    border-radius: 50px;
    cursor: pointer
}

.comment-modal .comment-box textarea:hover {
    background-color: #e2e4e6;
    -webkit-transition: background-color .1s;
    -moz-transition: background-color .1s;
    -o-transition: background-color .1s;
    transition: background-color 2.1s
}

.comment-modal .comment-box .flex .send-btn {
    position: absolute;
    border-radius: 0;
    right: 6px;
    bottom: 7px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    padding: 0;
    min-width: 26px;
    width: auto
}

.comment-modal .comment-box .flex .send-btn .send-icon,
.comment-modal .comment-box .flex .send-btn:disabled:hover .send-icon,
.comment-modal .comment-box .flex .send-btn:hover .sel-send-icon {
    display: block
}

.comment-modal .comment-box .flex .send-btn img {
    height: auto;
    width: auto;
    border-radius: 0
}

.comment-modal .comment-box .flex .send-btn .sel-send-icon,
.comment-modal .comment-box .flex .send-btn:disabled .sel-send-icon,
.comment-modal .comment-box .flex .send-btn:disabled:hover .sel-send-icon,
.comment-modal .comment-box .flex .send-btn:hover .send-icon {
    display: none;
    margin: 0
}

.comment-modal ul {
    list-style: none
}

.comment-modal .comment-box ul {
    margin: 20px 0
}

.comment-modal .comment-box ul li {
    margin: 0
}

.comment-modal .comment-box .flex {
    display: flex;
    align-items: center;
    position: relative
}

.comment-modal .comment-box .flex img,
.likes-popup-modal ul li img {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    object-fit: cover
}

.comment-modal .comment-box .msg-box {
    background: #f0f0f0;
    border-radius: 7px;
    font-size: 17px;
    line-height: 23px;
    color: #000;
    padding: 10px;
    margin: 7px 0 4px 10px;
    width: auto
}

.comment-modal .comment-box .msg-box .name,
.likes-popup-modal ul li .name {
    font-family: source_sans_prosemibold;
    font-size: 16px;
    margin: 0;
    text-transform: capitalize;
    color: #000
}

.modal-dialog.comment-modal .likes-popup-modal ul li .name {
    display: unset;
    font-size: 14px
}

.comment-modal .likes-popup-modal {
    overflow: hidden;
    height: 444px
}

.comment-modal .comment-box .likes-popup-modal ul li {
    margin: 15px 0
}

.comment-modal .comment-box .msg-box p {
    margin: 0;
    font-size: 14px;
    word-break: break-word;
    line-height: 16px
}

.comment-modal .comment-box .msg-box p::first-letter {
    text-transform: capitalize
}

.comment-modal .comment-box ul li .time-div {
    padding-left: 52px;
    font-size: 12px;
    color: #000
}

.comment-modal .comment-box ul li .time-div .reply {
    cursor: pointer
}

.comment-modal .comment-box ul li .time-div .reply-icon {
    margin: 0 1px 0 14px
}

.comment-modal .post-box .comment-box .sub-comment-div {
    padding: 14px 8px 14px 68px
}

.comment-modal .comment-box .sub-comment-div .flex .send-btn {
    right: 0;
    top: 11px;
    width: 0;
    min-width: 30px
}

.common-modal.comment-modal .modal-body .col-sm-5 .tab-pane .scroll-div {
    height: 396px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 103%;
    padding-right: 24px
}

.comment-modal .sub-comment-div {
    padding: 0 0 17px 63px
}

.search-list .comment-modal .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    padding: 20px 25px 0;
    margin-bottom: 0
}

.comment-modal .tab-pane ul {
    margin: 3px 0
}

.comment-modal .tab-pane .sub-comment-div ul {
    margin-top: 0
}

.comment-modal .reply-div {
    padding: 7px 7px 20px
}

.comment-modal .reply-div a {
    color: #000;
    font-size: 16px;
    font-family: source_sans_prosemibold
}

.comment-modal .reply-div a:hover {
    opacity: .6
}

#recordStepTwoButton {
    margin-top: 0
}

.blog-page .js-questions-list.topiclist-questions .no-padding {
    padding: 15px
}

.blog-page .js-questions-list.topiclist-questions {
    width: 80%;
    margin: 0
}

.blog-page .js-questions-list.topiclist-questions {
    margin: 0 auto;
    padding: 0 62px
}

.blog-page .js-questions-list.topiclist-questions .load-more-div {
    width: 100%;
    height: 100%;
    position: relative
}

.blog-page .js-questions-list.topiclist-questions .load-more-div .lds-dual-ring {
    height: auto
}

.blog-page .js-questions-list.topiclist-questions .load-more-div .lds-dual-ring::after {
    position: absolute;
    top: 43%
}

.blog-page .topiclist-questions .row.js-questions-list {
    margin: 0
}

.blog-page .js-questions-list.topiclist-questions .space-row {
    margin-bottom: 125px
}

.create-blog .form-group label {
    font-family: source_sans_proregular;
    color: #484848;
    font-size: 15px
}

.create-blog .form-group .form-control {
    font-size: 16px;
    margin-bottom: 13px;
    border-radius: 4px;
    height: 50px
}

.create-blog .form-group {
    margin-bottom: 0
}

.blog-buttons {
    margin-top: 20px
}

.create-blog .inner-tab.slide-tab .tab-option li.active:nth-child(3) {
    width: 90%
}

.loader .bar1,
.loader .bar2,
.loader .bar3,
.loader .bar4,
.loader .bar5,
.loader .bar6 {
    background-color: #565555
}

.loader {
    margin: 0 auto;
    width: 60px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 74%;
    left: 50%;
    -ms-transform: translate(-50%, -9%);
    transform: translate(-50%, -9%);
    -webkit-transform: translate(-50%, -9%);
    z-index: 10;
    min-height: 100px
}

.loader div {
    height: 30px;
    width: 8px;
    float: left;
    margin-left: 2px;
    -webkit-animation: delay .9s infinite ease-in-out;
    animation: delay .9s infinite ease-in-out
}

.loader .bar2 {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.loader .bar3 {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.loader .bar4 {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.loader .bar5 {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.loader .bar6 {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

@-webkit-keyframes delay {

    0%,
    100%,
    40% {
        -webkit-transform: scaleY(.05)
    }

    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes delay {

    0%,
    100%,
    40% {
        transform: scaleY(.05);
        -webkit-transform: scaleY(.05)
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

#load {
    display: none
}

img#previewImg {
    width: 320px;
    height: 320px;
    object-fit: cover;
    border: 1px solid #eee
}

.status-screen .post-box .banner .description.no-clr {
    text-align: left;
    padding: 0;
    margin: -10px 0 -12px
}

.status-screen .post-box .banner .description::first-letter {
    text-transform: capitalize
}

.comment-modal .modal-body {
    height: 530px
}

.comment-modal .loader {
    top: 50%
}

.search-list #questions .default-question .questions-box .top-item {
    width: 100%
}

.search-list .default-question .right-box {
    width: 95%
}

.search-list #questions .topiclist-questions.inner-questions .questions-box .top-item {
    width: 100%
}

#editor {
    height: 375px
}

.question-title {
    float: left;
    font-family: source_sans_prosemibold;
    color: #000;
    font-size: 17px;
    margin-right: 4px;
    margin-top: 2px
}

.question-title1 {
    font-family: source_sans_prosemibold;
    color: #000;
    font-size: 17px
}

.add-questions {
    float: right
}

.section-headers {
    margin-bottom: 50px !important
}

.js-after-choose .blogTitle {
    font-family: source_sans_prosemibold;
    color: #000;
    font-size: 17px
}

#create-blog {
    width: 100%
}

.like-comment-section {
    margin: 0
}

.status-screen .share-menu button {
    background: 0 0;
    border: none;
    cursor: pointer
}

.status-screen .share-menu .dropdown-menu li {
    display: inline-block;
    margin: 1px 5px 4px 0
}

.status-screen .share-menu .dropdown-menu {
    padding: 10px 15px;
    width: 100px;
    min-width: 133px;
    left: -127px !important;
    top: 31px !important
}

.status-screen .share-menu .dropdown-menu ul {
    margin-bottom: 0
}

.status-screen .loader .bar1,
.status-screen .loader .bar2,
.status-screen .loader .bar3,
.status-screen .loader .bar4,
.status-screen .loader .bar5,
.status-screen .loader .bar6 {
    background-color: #ababab
}

.login-modal .section-header .section-title {
    text-align: center
}

.login-modal .btn-outline-primary {
    color: #fff;
    background-color: #007bff;
    background-image: none;
    border-color: #007bff;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 0
}

.login-modal .btn-outline-primary:hover {
    background-color: transparent;
    color: #007bff
}

.login-modal .section-header p {
    line-height: 24px;
    margin: 10px 0 25px
}

.login-modal .login-small {
    display: block;
    margin-bottom: 20px
}

.login-modal button[type=button] {
    background: #2b3f95;
    border-color: #2b3f95;
    color: rgb(255 255 255);
    padding: 10px 30px;
    border-radius: 2px;
    border: 1px solid #1731a1;
    width: 100%;
    margin-top: 10px;
    cursor: pointer
}

.login-modal button[type=button]:disabled:hover {
    background: #2b3f95;
    border-color: #2b3f95;
    color: rgb(255 255 255);
    padding: 10px 30px;
    border-radius: 2px;
    border: 1px solid #1731a1;
    cursor: not-allowed;
    opacity: .6
}

.login-modal button[type=button]:hover {
    background-color: transparent;
    color: #2b3f95
}

.login-modal .clear {
    clear: both
}

.login-modal .item-bottom {
    text-align: center;
    margin-top: 30px
}

.login-modal .item-bottom .bold {
    color: #2b3f95;
    font-family: source_sans_prosemibold
}

.login-modal .item-bottom .small-bold {
    display: block;
    color: #2b3f95;
    font-size: 16px;
    margin-top: 10px
}

.login-modal .item-form {
    padding-bottom: 17px
}

.status-screen .post-box .banner ul li .vido-icon img {
    height: auto;
    width: auto;
    cursor: pointer
}

.status-screen .post-box .comment b {
    margin: 0 0 0 5px
}

.status-screen .sub-comment-div .loader {
    top: 94%;
    left: 57%
}

.blog-page .label-title {
    font-size: 15px;
    margin-bottom: 2px
}

.blog-page .question-search-box {
    width: 100%;
    margin: 0 0 15px 0;
    display: inline-block;
    max-width: 671px
}

.search-list.video-details.status-listing-screen .side-box {
    margin-top: 0
}

.search-list.video-details.status-listing-screen .subscribe {
    margin-top: 30px
}

.search-list .create-blog .my-blog-title {
    padding: 0;
    width: 100%
}

.likes-modal.side-box.suggested {
    box-shadow: none;
    padding: 15px
}

.search-list .status-screen .likes-modal.side-box.suggested ul li .btn-primary {
    justify-content: center
}

.likes-modal.side-box.suggested.text-center {
    margin-bottom: 0;
    overflow-y: scroll;
    max-height: 480px
}

.search-list .status-screen .likes-modal.side-box.suggested ul li {
    padding-bottom: 10px
}

.userlikes-model strong {
    color: #000;
    font-family: source_sans_prosemibold;
    font-size: 18px
}

.status-likes-text {
    cursor: pointer
}

.search-list .status-screen .likes-modal.side-box.suggested ul li:last-child {
    padding-bottom: 0
}

.search-list .likes-modal.side-box.suggested button.btn.btn-light {
    margin: 0;
    padding: 3px 6px;
    font-size: 13px;
    margin-top: 10px
}

select {
    text-transform: none;
    outline: 0
}

.share-post-modal select {
    font-size: 15px
}

.expert-big-model.share-post-modal .select-dropdown .btn-primary {
    background: 0 0;
    border-color: #a09c9c;
    padding: 2px 10px;
    text-align: left;
    width: 107px;
    border-radius: 3px;
    position: relative;
    color: #484646;
    font-size: 13px
}

.share-post-modal .select-dropdown .btn-primary .caret {
    top: 11px
}

.share-post-modal .select-dropdown.dropdown.show .btn-primary .caret {
    top: 9px
}

.expert-big-model.share-post-modal .select-dropdown .btn-primary:focus {
    outline: 0;
    box-shadow: none
}

.btn .caret {
    background: url(../../img/arrow_small.png) no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 17px;
    right: 0;
    border: none
}

.select-dropdown.dropdown.show .btn-primary .caret {
    background: url(../../img/arrow_small_up.png) no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 17px;
    right: 0;
    border: none
}

.add-post .select-dropdown .check-box,
.add-post .select-dropdown span,
.share-post-modal .profile-info .select-dropdown span {
    color: #000;
    font-size: 17px;
    margin-right: 0;
    margin-left: 5px
}

.add-post .dropdown-menu,
.share-post-modal .dropdown-menu {
    background: #fff;
    border: none;
    box-shadow: 1px 1px 18px 1px #d6d1d173;
    padding: 14px 15px;
    width: 20px;
    min-width: 158px;
    top: 38px !important;
    left: -48px !important
}

.add-post .dropdown-menu {
    left: -135px !important;
    z-index: 0
}

.share-post-modal .profile-info span:after {
    background: 0 0;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: -12px;
    top: 8px
}

.share-post-modal .select-dropdown:focus,
.show>.btn-primary.dropdown-toggle:focus,
.status-screen .add-post .dropdown button,
.status-screen .add-post .dropdown button.active {
    outline: 0;
    box-shadow: none
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: transparent;
    border: none
}

.add-post .select-dropdown li span,
.share-post-modal .profile-info .select-dropdown li span {
    margin-left: 8px
}

.add-post .select-dropdown li span {
    margin-left: 0
}

.add-post .select-dropdown li img {
    margin-right: 7px
}

.add-post .select-dropdown li,
.share-post-modal .profile-info .select-dropdown li {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 1px 0
}

.share-post-modal .profile-info .select-dropdown li span.check {
    position: absolute;
    right: -15px;
    cursor: pointer
}

.add-post .select-dropdown li span.check {
    position: absolute;
    right: 0;
    cursor: pointer
}

.share-post-modal .topics-content .form-control {
    height: auto;
    min-height: auto;
    width: auto;
    padding: 7px 15px
}

.share-post-modal .topics-content .question-search-box {
    width: 100%;
    max-width: 100%;
    padding: 0 33px
}

.share-post-modal .inner-tab .tab-option a span {
    position: relative;
    z-index: 99
}

.share-post-modal .inner-tab .tab-option li::before {
    z-index: 9
}

.share-post-modal .inner-tab .tab-option li::after {
    z-index: 9
}

.share-post-modal .inner-tab {
    padding: 0 33px
}

.share-post-modal .inner-tab-content ul li a {
    padding: 3px 10px
}

.share-post-modal .inner-tab-content {
    padding-left: 10px;
    padding-bottom: 11px;
    height: 300px;
    font-size: 18px
}

.share-post-modal .topics-content .modal-header {
    border: none
}

.share-post-modal .inner-tab-content #categoriesTab ul {
    padding-left: 22px
}

.share-post-modal .back-btn {
    border: none;
    background: 0 0;
    margin-right: 13px;
    padding: 0;
    cursor: pointer
}

.user-information {
    margin-left: 10px;
    line-height: 16px
}

.user-information small {
    display: block
}

.search-list .status-screen .side-box.suggested ul li .user-information .name {
    margin-left: 0
}

.status-screen .add-post .dropdown {
    position: relative;
    padding: 0;
    right: -6px
}

.status-screen .add-post .dropdown button {
    background: 0 0;
    border: none;
    padding: 0 15px
}

#suggestedUsersListModal .modal-dialog,
.status-likes-modal {
    max-width: 460px
}

.status-likes-modal .likes-modal.side-box.suggested.text-center {
    margin-bottom: 0;
    overflow-y: scroll;
    max-height: 415px
}

.status-likes-modal .loader {
    top: 53%
}

#statusLikeModal,
#suggestedUsersModal {
    min-height: 500px
}

.share-menu button {
    background: 0 0;
    border: none;
    cursor: pointer
}

span.dropdown.pull-right.share-menu {
    margin-top: 0;
    font-size: 20px;
    margin-left: 10px;
    position: absolute;
    top: 10px
}

.share-menu .dropdown-menu ul {
    margin-bottom: 0;
    list-style: none
}

.share-menu .dropdown-menu li {
    display: inline-block;
    margin: 1px 5px 4px 0
}

.share-menu .dropdown-menu {
    padding: 10px 15px;
    width: 100px;
    min-width: 133px;
    left: -127px !important;
    top: 31px !important;
    z-index: 1
}

.status-screen .post-box .description::first-letter {
    text-transform: capitalize
}

.add-post .user-img-div {
    position: relative;
    top: -29px;
    width: 0%
}

.notification-icon.online {
    background: #8bc83d
}

.notification-icon {
    height: 13px;
    width: 13px;
    border-radius: 50%;
    position: absolute;
    right: 4px;
    top: 6px;
    z-index: 9;
    border: 2px solid #fff
}

.notification-icon.offline {
    background: #c44347
}

.add-post .notification-icon {
    left: 46px
}

.user-img-div {
    position: relative
}

.status-screen .post-box .info .user-img-div .notification-icon {
    right: 0
}

.status-likes-modal .notification-icon {
    right: -2px
}

.search-list .status-screen .side-box.suggested ul li .btn-primary.user-followed {
    color: #2e2e2e;
    background-color: transparent;
    border-color: #2e2e2e
}

.status-screen .post-box .comment-box .notification-icon {
    right: -2px
}

.load-more-div {
    padding: 0 15px
}

.blog-list-records .load-more-div {
    text-align: center;
    width: auto;
    padding: 0;
    margin: 0
}

.js-questions-list.topiclist-questions .load-more-div {
    padding: 0
}

.blog-page .js-questions-list.topiclist-questions .no-padding {
    padding-bottom: 140px
}

.search-list .status-screen .side-box.suggested ul li .user-followed:hover {
    border-color: #000
}

.search-list .status-screen .side-box.suggested ul li .user-followed:hover i {
    color: #000
}

.search-list .status-screen .side-box.suggested ul li .notification-icon {
    right: -3px;
    top: 2px
}

#suggestedUsersModal .loader {
    top: 50%
}

.item-thanks-1 {
    text-align: center;
    border: 1px solid #80808026;
    padding: 30px 50px 40px
}

.item-thanks-1 .video-block {
    height: 360px;
    margin-top: 7px
}

.item-thanks-1 .record-video-btn {
    float: left;
    padding: 0;
    border: none;
    background: 0 0;
    color: #2e2e2e;
    padding: 0;
    font-family: source_sans_prosemibold;
    font-size: 18px;
    border-radius: 0;
    cursor: pointer
}

.item-thanks-1 .delete-video-btn {
    border: none;
    background: 0 0;
    color: #2e2e2e;
    font-size: 22px;
    padding: 0;
    position: absolute;
    right: 11px;
    cursor: pointer
}

.item-thanks-1 .delete-video-btn.text {
    font-size: 17px
}

.item-thanks-1 .delete-video-btn:hover {
    border: none;
    background: 0 0;
    color: red
}

.item-thanks-1 .button-block {
    overflow: hidden;
    padding: 20px 20px 10px
}

.item-thanks-1.item-thanks small {
    margin-top: 19px;
    margin-bottom: 0
}

.common-modal .vjs-big-play-button {
    display: none !important
}

.item-thanks-1 .play-btn {
    position: absolute;
    background: 0 0;
    border: none;
    opacity: 1;
    left: 47%;
    top: 45%;
    cursor: pointer;
    z-index: 9
}

.item-thanks-1 .play-btn img {
    cursor: pointer
}

.item-thanks-1 video {
    position: relative
}

#videos .v1-info-1.v1-info .share-popup .dropdown-menu {
    left: -25px !important
}

#videos .v1-info-1.v1-info .share-popup .dropdown-menu {
    width: 176px
}

.v1-info-1.v1-info .share-popup .dropdown-menu {
    left: -130px !important
}

.v1-info .share-popup .dropdown-menu {
    top: 32px !important;
    left: -130px !important
}

.blog-page .post-subject,
.my-profile .post-subject {
    line-height: 17px;
    margin: 10px 0 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.blog-screen {
    width: 100%
}

.recording-model.delete-model {
    padding: 20px 50px
}

.btn-green {
    color: #fff;
    background-color: #9ad00a;
    border: 1px solid #9ad00a;
    width: 100%;
    height: 50px
}

.btn-green:hover {
    background: 0 0;
    color: #000;
    border: 1px solid #000
}

.btn-transparent {
    background: 0 0;
    border: 1px solid #000;
    color: #000;
    width: 100%;
    height: 50px;
    margin-top: 30px
}

.btn-transparent:hover {
    color: #fff;
    background-color: #9ad00a;
    border: 1px solid #9ad00a
}

.delete-dialog {
    max-width: 400px
}

.delete-dialog .delete-model h2 {
    color: #000;
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 10px 0
}

.blog-url p {
    margin-bottom: 8px
}

.blog-url span {
    font-weight: 700
}

.blog-url {
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: 2px 0 2px 10px;
    margin-bottom: 12px
}

.upload-photo .circle img {
    height: 145px;
    width: 145px;
    object-fit: cover
}

input#slug-text {
    width: 90%;
    border: none;
    height: 45px
}

input#slug-text:focus {
    outline: 0
}

.cemara {
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    width: 30px;
    top: -25px;
    background: #ce0320;
    color: #fff;
    font-size: 20px;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    cursor: pointer
}

#blogImg {
    cursor: pointer
}

.input--file input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

input[type=file] {
    display: block
}

.my-profile .nav-tabs .nav-item.show .nav-link,
.my-profile .nav-tabs .nav-link.active {
    border: none;
    background: #f6f6f6
}

.my-profile .left-section .nav-tabs li.active,
.my-profile .left-section .nav-tabs li:hover {
    border-left: 5px solid #293a92
}

.my-profile .left-section .nav-tabs li.active a,
.my-profile .left-section .nav-tabs li:hover a {
    color: #293a92
}

.my-profile .left-section .nav-tabs li {
    text-align: left;
    width: 100%;
    clear: both;
    margin-left: 0;
    cursor: pointer;
    position: relative;
    border-left: 5px solid #f6f6f6;
    padding: 10px 0;
    margin-bottom: 14px;
    margin-bottom: 0;
    border-bottom: 1px solid #e2e2e2;
    margin-right: 0;
    background: #f6f6f6
}

.my-profile .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: none
}

.my-profile .nav-tabs {
    border-bottom: none
}

.my-profile .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.my-profile .left-section .nav-tabs li a {
    display: flex;
    align-items: center;
    padding: 12px 17px;
    color: #2e2e2e
}

.my-profile .list {
    margin-top: 24px
}

.disable-btn {
    background: #ddd !important;
    border: #ddd;
    pointer-events: none;
    cursor: not-allowed
}

.my-profile .tab button {
    background: 0 0;
    padding: 0 32px 16px;
    margin: 0;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 18px
}

.my-profile .tab {
    width: 100%
}

.my-profile .tabcontent {
    width: 100%;
    padding-top: 0;
    min-height: 600px
}

.my-profile .basic-intro-tab.tabcontent {
    padding-top: 0;
    padding-bottom: 20px
}

.blogImageError {
    position: relative;
    top: -20px
}

.my-profile .tab button.active {
    border-bottom: 0 !important;
    margin: 0;
    color: #2e2e2e;
    height: 46px;
    background: #fff;
    padding: 0 20px;
    font-family: source_sans_prosemibold;
    border-radius: 6px 6px 0 0
}

.my-profile .userBlogsList {
    clear: both
}

.blog-page.blog-screen {
    margin-top: 10px
}

.my-profile .item-left .post-info-item a {
    float: unset;
    display: contents
}

.userBlogsList .share-menu .dropdown-menu .user-menu-login li a {
    display: block;
    color: #2e2e2e;
    font-size: 16px;
    cursor: pointer
}

.userBlogsList .share-menu .dropdown-menu .user-menu-login li a i {
    width: 24px;
    font-size: 18px
}

.userBlogsList .share-menu .dropdown-menu {
    width: 148px;
    min-width: 163px
}

.userVideoList .share-menu .dropdown-menu .user-menu-login li a {
    display: block;
    color: #2e2e2e;
    font-size: 16px;
    cursor: pointer
}

.userVideoList .share-menu .dropdown-menu .user-menu-login li a i {
    width: 24px;
    font-size: 18px
}

.userVideoList .share-menu .dropdown-menu {
    width: 148px;
    min-width: 163px
}

.userVideoList .share-menu .dropdown-menu .user-menu-login li {
    display: inline-block
}

.language-model {
    max-width: 355px
}

.language-model .modal-content {
    padding: 25px 35px 30px
}

.language-model .modal-content strong {
    font-size: 19px;
    color: #000;
    font-family: source_sans_prosemibold;
    margin-bottom: 10px
}

.language-model .item-lst {
    margin-bottom: 18px
}

.language-model .left-box {
    width: 30px;
    float: left
}

.language-model .right-box span {
    color: #000;
    margin-top: 2px;
    display: block
}

.language-model .item-button {
    margin-top: 10px
}

.language-model .item-button .btn-transparent {
    margin-top: 25px
}

.scoll-language {
    width: 100%;
    display: grid;
    max-height: 205px;
    overflow-y: scroll
}

.my-profile .js-questions-list .load-more-div {
    width: 100%;
    padding: 0;
    margin: 0
}

.dimension {
    position: relative;
    top: -25px
}

.required {
    color: #dc3545
}

.language-model #languageModal .loader {
    top: 33%
}

.language-loader-div {
    height: 100px
}

.search-list .status-screen .likes-modal.side-box.suggested ul li .user-img-div,
.search-list .status-screen .side-box.suggested ul li .user-img-div {
    content: '';
    background-image: url(../../img/male-avtar.jpg);
    position: relative;
    left: 0;
    background-repeat: no-repeat;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    background-size: cover;
    clear: both
}

.btn.disabled,
.btn.disabled:hover,
.btn:disabled,
.btn:disabled:hover {
    margin-top: 0;
    background-color: #8dc73f !important;
    color: #fff !important
}

#create_blog .js-selected-Question {
    float: left;
    width: 100%;
    padding: 0 33px
}

.user-profile-page {
    height: 566px !important
}

.likes-modal.side-box.suggested.text-center .lds-dual-ring {
    height: 33px
}

.likes-modal.side-box.suggested .lds-dual-ring:after {
    width: 23px;
    height: 23px
}

.hide-question {
    display: none
}

.question-show .hide-question {
    display: block
}

.my-profile .space-row .col-lg-6.no-padding .drafted {
    position: absolute;
    z-index: 1;
    font-size: 12px;
    background: #e89b0e;
    padding: 1px 6px;
    border-radius: 50px;
    color: #fff;
    top: 7px;
    left: 22px;
    border: 1px solid #fff
}

.search-list #questions .blog-page .questions-box .space-row {
    padding: 15px
}

.my-profile .space-row .col-lg-6.no-padding .pending {
    background-color: #27aae1;
    z-index: 9;
    position: absolute;
    font-size: 12px;
    padding: 1px 6px;
    border-radius: 50px;
    color: #fff;
    top: 7px;
    right: 22px;
    border: 1px solid #fff
}

.my-profile .space-row .col-lg-6.no-padding .live {
    position: absolute;
    z-index: 9;
    font-size: 12px;
    background: #77ab3f;
    padding: 1px 6px;
    border-radius: 50px;
    color: #fff;
    top: 7px;
    right: 22px;
    border: 1px solid #fff;
    z-index: 1
}

.my-profile .col-lg-6 .live {
    position: absolute;
    z-index: 9;
    font-size: 12px;
    background: #77ab3f;
    padding: 1px 6px;
    border-radius: 50px;
    color: #fff;
    top: 7px;
    right: 22px;
    border: 1px solid #fff
}

.my-profile .col-lg-6 .draftedd {
    position: absolute;
    z-index: 9;
    font-size: 12px;
    background: #e89b0e;
    padding: 1px 6px;
    border-radius: 50px;
    color: #fff;
    top: 7px;
    left: 22px;
    border: 1px solid #fff
}

.hided {
    display: none !important
}

.my-profile .col-lg-6 .nolive {
    position: absolute;
    z-index: 9;
    font-size: 12px;
    background: #dc3545;
    padding: 1px 6px;
    border-radius: 50px;
    color: #fff;
    top: 7px;
    right: 22px;
    border: 1px solid #fff
}

.blog-page .count,
.my-profile .count {
    left: 0;
    right: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    cursor: pointer;
    font-size: 17px;
    text-decoration: none
}

.blog-page .count:hover,
.my-profile .count:hover {
    text-decoration: none
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    background-image: none;
    text-decoration: none
}

.blog-page .btn-link,
.my-profile .btn-link {
    min-width: 25px;
    height: 30px;
    border-radius: 4px;
    padding: 0;
    background: 0 0;
    border: 2px solid #a5a5a5
}

.blog-page .btn-link .question-icon,
.my-profile .btn-link .question-icon {
    color: #fff
}

.blog-page .btn-link:focus,
.blog-page .btn-link:hover,
.my-profile .btn-link:focus,
.my-profile .btn-link:hover {
    color: #0056b3;
    text-decoration: none;
    height: auto
}

.blog-page .card {
    border: none;
    background-color: transparent;
    position: absolute;
    right: 33px;
    top: 52px
}

.blog-page .card {
    top: 9px
}

.blog-page .item-left .img-link,
.my-profile .item-left .img-link {
    float: unset;
    display: unset;
    margin: 0
}

.blog-page .question-block ul li::first-letter,
.my-profile .question-block ul li::first-letter {
    text-transform: capitalize
}

.blog-page .question-block ul,
.my-profile .question-block ul {
    padding-left: 20px
}

.my-profile .question-block ul {
    list-style-type: decimal
}

.blog-page .question-block ul li,
.my-profile .question-block ul li {
    color: #000;
    font-size: 16px;
    list-style-type: decimal
}

.my-profile .question-block {
    clear: both
}

#iphone-x-video video {
    object-fit: contain
}

.notification-icon.not-available {
    background: #ff9800
}

.blog-loader {
    height: 100%;
    width: 100%;
    background: #13010147;
    position: fixed;
    z-index: 999
}

.blog-loader .loader {
    top: 50%;
    left: 50%
}

.no-data-grid {
    height: 86vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.main-role {
    width: 100%
}

.main-role .js-side-box {
    margin-top: 46px
}

.status-screen .post-box .box {
    cursor: pointer
}

.likes-popup-modal ul li {
    position: relative;
    display: flex;
    align-items: center
}

.comment-modal .comment-box .likes-popup-modal .msg-box p {
    font-size: 16px
}

.comment-modal .comment-box .flex img,
.likes-popup-modal ul li img {
    height: 35px;
    width: 35px
}

.likes-popup-modal ul li .user-img-div .notification-icon {
    right: 2px;
    top: 2px;
    height: 10px;
    width: 10px;
    border-radius: 50%
}

.comment-modal .comment-box .flex .notification-icon {
    right: 0;
    top: 1px
}

.common-modal.comment-modal .modal-body .col-sm-5 .tab-pane .scroll-div::-webkit-scrollbar-track {
    background-color: transparent
}

.comment-modal .nav-tabs .nav-link.active,
.comment-modal .nav-tabs .nav-link:hover {
    border-bottom: 3px solid #2b3990
}

.nav-tabs .nav-link {
    border: none
}

.add-post .select-dropdown li.title {
    font-family: source_sans_prosemibold;
    font-size: 17px;
    color: #000;
    margin: 7px 1px
}

.search-list .status-screen #custom-search-input .form-control {
    padding: 0 18px;
    background-color: transparent
}

.modal-open {
    overflow: hidden;
    position: fixed
}

.add-post .select-dropdown li span.check i {
    font-size: 22px;
    cursor: pointer
}

.add-post .select-dropdown li span.check img {
    margin-right: 0
}

.share-post-modal .remove-color-btn {
    right: auto;
    left: 10px
}

.status-screen .add-post .check-box .checkmark:after {
    width: 7px;
    height: 14px;
    border: solid #8dc73f;
    left: 6px;
    top: 2px;
    border-width: 0 2px 2px 0
}

.status-screen .add-post .check-box input:checked~.checkmark {
    border: none;
    background: 0 0;
    height: 22px;
    width: 22px
}

.status-screen .check-box {
    width: 100%;
    padding: 0
}

.status-screen .add-post .checkmark {
    position: absolute;
    right: 0;
    left: auto;
    height: 22px;
    width: 22px;
    border: none
}

.status-screen .topic-name {
    font-size: 14px;
    color: #7d8084;
    line-height: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 106px
}

.status-screen .text-input,
.status-screen .text-input:focus {
    width: 20px;
    border: none;
    outline: 0
}

.add-post .select-dropdown .check-box {
    margin-bottom: 0
}

.add-post .select-dropdown li.disabled {
    opacity: .6;
    cursor: not-allowed
}

.add-post .select-dropdown li.disabled label {
    pointer-events: none
}

.share-post-modal .form-group.color-text {
    text-align: center;
    width: 100%
}

.share-post-modal .form-group.color-text textarea {
    padding: 117px;
    text-align: center
}

.share-post-modal.expert-big-model .btn-primary:not(:disabled):not(.disabled):active {
    background-color: transparent;
    border: 1px solid #a09c9c
}

.status-screen .share-modal .check-box {
    font-size: 17px;
    margin-bottom: 0;
    color: #000
}

.share-post-modal .profile-info .select-dropdown li span {
    margin-left: 0
}

.comment-modal .likes-popup-modal .status-likes-users-modal #likedDetailPopUpUsersListUlLi {
    height: 394px;
    overflow: hidden;
    overflow-y: scroll
}

.status-screen .post-box .comment-box .sub-comment-div textarea {
    margin-bottom: 0
}

.status-screen .comment-box .sub-comment-div .msg-box {
    margin: 8px 0 0 15px
}

.userProfileLoader .loader {
    top: 50%
}

.communities-no-record.item-nodata span {
    text-align: center
}

.status-screen .inner-tab .tab-option li {
    z-index: 0
}

.status-screen .add-post .dropdown-menu {
    z-index: 9
}

.share-post-modal .profile-info .select-dropdown span:first-child {
    margin-left: 0
}

.comment-modal .status-text-color .banner .box .description {
    height: 378px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    font-size: 30px
}

.comment-modal .status-text-color .banner .box .description::first-letter {
    text-transform: capitalize !important
}

.comment-modal .view-more-btn {
    text-align: center;
    border-radius: 50px;
    color: #2e2e2e;
    padding: 0 13px
}

.comment-modal .view-more-btn a {
    color: #2e2e2e;
    font-size: 13px;
    font-family: source_sans_prosemibold
}

.comment-modal .btn-block {
    padding-top: 7px
}

.comment-modal #likes .comment-box ul li {
    margin: 7px 0
}

.comment-modal .view-more-btn:hover {
    background-color: #fff
}

.comment-modal .comment-box ul li .time-div .reply:hover,
.comment-modal .view-more-btn:hover a {
    color: #0571c6
}

.Blog-form {
    float: left;
    width: 100%
}

.optional-text {
    color: #bbb;
    font-family: source_sans_prolight
}

.item-uploading {
    text-align: center;
    border: 1px solid #ccc;
    width: 50%;
    padding: 70px 0;
    border-radius: 4px
}

.item-uploading img {
    display: block;
    margin: 0 auto
}

.upload-text {
    display: block;
    margin: 2px 0
}

.no-question {
    display: block;
    font-size: 14px
}

.choose-text:not([href]):not([tabindex]) {
    color: #2b3f95;
    font-family: source_sans_prosemibold
}

.Blog-form .form-group .btn {
    min-width: 120px
}

.btn-publish {
    background: #2b3990;
    color: #fff;
    margin-right: 10px
}

.btn-publish:hover {
    background: 0 0;
    color: #2b3990;
    border: 1px solid #2b3990
}

.btn-saving {
    background: 0 0;
    color: #2b3990;
    border: 1px solid #2b3990;
    margin-right: 10px
}

.btn-saving:hover {
    background: #2b3990;
    color: #fff;
    border: 1px solid #2b3990
}

.comment-modal #comments .sub-comment-div {
    padding: 9px 0 5px 50px
}

.comment-modal .btn {
    min-width: auto
}

.status-screen .btn {
    min-width: auto
}

.userStatus .my-profile .col-sm-8 {
    margin-top: 0
}

.blog-page.blog-screen .inner-tab-content .lds-dual-ring {
    height: auto
}

.blog-page.blog-screen .inner-tab-content .lds-dual-ring::after {
    position: absolute;
    top: 40%
}

.thanks-page-verified i {
    font-size: 90px;
    color: #8dc73f;
    margin-bottom: 22px
}

.item-form.thanks-page-verified {
    margin-top: 200px
}

.acount-page .thanks-page-verified button[type=submit] {
    width: 140px;
    margin: 0 auto;
    display: flex;
    justify-content: center
}

.home-link {
    background: #2b4196;
    border: 1px solid #2b4196;
    color: #fff;
    border-radius: 4px;
    display: block;
    text-align: center;
    padding: 8px 0;
    width: 25%;
    margin: 0 auto
}

.home-link:hover {
    background: 0 0;
    border: 1px solid #2b4196;
    color: #2b4196
}

.blog-page .js-questions-list.topic-blog-list .no-padding {
    padding-bottom: 0
}

.blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px
}

.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px
}

.blog .carousel-indicators .active {
    background: #707070
}

.blog .carousel-item .col-sm-3.col-md-3 {
    width: 190px;
    height: 271px;
    object-fit: cover
}

.blog .carousel-item .col-sm-3.col-md-3 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px
}

.blog-page .section-header .section-title {
    text-transform: uppercase;
    float: unset !important
}

.blog-page .inner-tab.js-swipe-li {
    width: 100%
}

.blog-page .read-more {
    position: relative;
    top: -6px
}

.blog-page .post-title h3::first-letter {
    text-transform: capitalize
}

.blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px
}

.blog-page .section-header .section-title {
    text-transform: uppercase;
    float: unset !important
}

.blog-page .section-header h2 {
    clear: both;
    color: #000;
    font-family: source_sans_probold;
    line-height: 40px;
    margin: 13px 0 23px;
    font-size: 40px
}

.blog-page .inner-tab.js-swipe-li {
    width: 100%
}

.blog-page .post-info-item,
.my-profile .post-info-item {
    background: #fff;
    box-shadow: 1px 0 24px -2px #e8e5e5;
    width: 100%;
    position: absolute;
    bottom: -120px;
    min-height: 138px;
    text-align: left;
    padding: 0 5px
}

.blog-page .row.js-questions-list {
    width: 100%;
    margin-top: 20px;
    height: 100%
}

.blog-page .row.js-questions-list .post-img,
.my-profile .row.js-questions-list .post-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #eee
}

.blog-page .post-item,
.my-profile .post-item {
    position: relative
}

.blog-page .post-item .post-category span,
.my-profile .post-item .post-category span {
    background: #191717;
    color: #fff;
    text-transform: capitalize;
    padding: 4px 10px;
    border-radius: 30px;
    box-shadow: 0 1px 0 3px #fff;
    font-size: 12px
}

.blog-page .post-category span,
.blog-page .post-subject,
.blog-page .post-title h3,
.my-profile .post-category span,
.my-profile .post-subject,
.my-profile .post-title h3 {
    position: relative;
    top: -15px;
    font-size: 15px
}

.blog-page .read-more {
    position: relative;
    top: -6px
}

.blog-page .post-title h3::first-letter {
    text-transform: capitalize
}

.my-profile .post-title h3 {
    width: 95%;
    margin-bottom: 0
}

#questions .blog-page .questions-box .read-more a {
    color: #2b3990;
    font-family: source_sans_prosemibold;
    font-size: 16px;
    cursor: pointer
}

.blog-page .read-more img {
    height: 17px;
    width: 17px;
    cursor: pointer;
    position: absolute;
    right: 15px
}

.blog-page .read-more a {
    display: flex;
    align-items: center
}

.blog-page .read-more img:hover,
.blog-page .read-more span:hover {
    opacity: .6
}

.blog-button {
    float: right;
    width: 36%;
    text-align: right;
    margin-top: 14px
}

.blog-button a {
    background: #2b3f95;
    border-color: #2b3f95;
    padding: 10px 30px;
    font-size: 20px;
    color: #fff;
    border-radius: 2px;
    border: 1px solid #2b3f95
}

.create-blog .section-header .section-title {
    width: 100%;
    margin-bottom: 10px;
    text-transform: capitalize
}

.search-list .create-blog .section-header {
    padding: 0
}

.blog-page .post-title h3,
.my-profile .post-title h3 {
    color: #000;
    font-size: 23px;
    line-height: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: source_sans_proregular;
    width: 100%;
    overflow: hidden;
    margin: 0 0 8px
}

.blog-page .read-more img {
    height: 17px;
    width: 17px;
    cursor: pointer;
    position: absolute;
    right: 15px
}

.blog-page .read-more a {
    display: flex;
    align-items: center
}

.blog-page .read-more img:hover,
.blog-page .read-more span:hover {
    opacity: .6
}

.blog-button {
    float: right;
    width: 36%;
    text-align: right;
    margin-top: 14px
}

.blog-button a {
    background: #2b3f95;
    border-color: #2b3f95;
    padding: 10px 30px;
    font-size: 20px;
    color: #fff;
    border-radius: 2px;
    border: 1px solid #2b3f95
}

.create-blog .section-header .section-title {
    width: 100%;
    margin-bottom: 10px;
    text-transform: capitalize
}

#questions .blog-page .questions-box .read-more a {
    color: #2b3990;
    font-family: source_sans_prosemibold;
    font-size: 16px;
    cursor: pointer
}

.blog-page .js-questions-list.topiclist-questions .no-padding {
    padding: 15px
}

.blog-page .js-questions-list.topiclist-questions {
    width: 80%;
    margin: 0
}

.blog-page .js-questions-list.topiclist-questions {
    margin: 0 auto;
    padding: 0 62px
}

.blog-page .js-questions-list.topiclist-questions .load-more-div {
    width: 100%;
    height: 100%;
    position: relative
}

.blog-page .js-questions-list.topiclist-questions .load-more-div .lds-dual-ring {
    height: auto
}

.blog-page .js-questions-list.topiclist-questions .load-more-div .lds-dual-ring::after {
    position: absolute;
    top: 43%
}

.blog-page .topiclist-questions .row.js-questions-list {
    margin: 0
}

.blog-page .js-questions-list.topiclist-questions .space-row {
    margin-bottom: 125px
}

.create-blog .form-group label {
    font-family: source_sans_proregular;
    color: #484848;
    font-size: 15px
}

.create-blog .form-group .form-control {
    font-size: 16px;
    margin-bottom: 13px;
    border-radius: 4px;
    height: 50px
}

.create-blog .form-group {
    margin-bottom: 0
}

.blog-buttons {
    margin-top: 20px
}

.create-blog .inner-tab.slide-tab .tab-option li.active:nth-child(3) {
    width: 90%
}

.js-after-choose .blogTitle {
    font-family: source_sans_prosemibold;
    color: #000;
    font-size: 17px
}

#create-blog {
    width: 100%
}

.blog-page .added-by,
.my-profile .added-by {
    display: flex;
    align-items: center;
    float: left;
    width: 96%;
    margin-bottom: 15px
}

.blog-page .added-by .user-img,
.my-profile .added-by .user-img img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 8px;
    background: #d8d6d9
}

.blog-page .added-by .user-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%
}

.blog-page .user-data {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%
}

.blog-page .label-title {
    font-size: 15px;
    margin-bottom: 2px
}

.blog-page .added-by-user {
    margin: -13px 0 0
}

.blog-page .col-lg-6,
.my-profile .space-row .col-lg-6.no-padding {
    margin-bottom: 153px
}

.search-list .create-blog .my-blog-title {
    padding: 0;
    width: 100%
}

.blog-page .js-questions-list.topiclist-questions .no-padding {
    padding-bottom: 140px
}

#blogs .js-questions-list .load-more-div {
    margin-bottom: 0;
    width: 100%
}

.blog-page .post-item .img-item,
.js-questions-list .load-more-div .img-item,
.my-profile .row.js-questions-list .img-item,
.my-profile .row.js-questions-list .load-more-div .img-item {
    background-color: #d8d6d9;
    width: 100%;
    height: 200px
}

.blog-page .post-subject,
.my-profile .post-subject {
    line-height: 17px;
    margin: 10px 0 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.blog-screen {
    width: 100%
}

.blog-url p {
    margin-bottom: 8px
}

.blog-url span {
    font-weight: 700
}

.blog-url {
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: 2px 0 2px 10px;
    margin-bottom: 12px
}

#blogImg {
    cursor: pointer
}

.blogImageError {
    position: relative;
    top: -20px
}

.blog-page.blog-screen {
    margin-top: 10px
}

.userBlogsList .share-menu .dropdown-menu .user-menu-login li a {
    display: block;
    color: #2e2e2e;
    font-size: 16px;
    cursor: pointer
}

.userBlogsList .share-menu .dropdown-menu .user-menu-login li a i {
    width: 24px;
    font-size: 18px
}

.blog-page .count:hover {
    text-decoration: none
}

.blog-page .btn-link {
    min-width: 25px;
    height: 30px;
    border-radius: 4px;
    padding: 0;
    background: 0 0;
    border: 2px solid #a5a5a5
}

.blog-page .btn-link .question-icon {
    min-width: 23px;
    height: 27px;
    background: #a5a5a5;
    border: none;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -3px;
    left: 0
}

.blog-page .btn-link:focus,
.blog-page .btn-link:hover {
    color: #0056b3;
    text-decoration: none
}

.blog-page .card {
    border: none;
    background-color: transparent;
    position: absolute;
    right: 33px;
    top: 9px
}

.blog-page .item-left .img-link {
    float: unset;
    display: unset;
    margin: 0
}

.blog-page .question-block ul li::first-letter {
    text-transform: capitalize
}

.blog-page .question-block ul {
    padding-left: 24px;
    max-height: 265px;
    overflow-x: hidden;
    overflow-y: scroll
}

.blog-page .question-block ul li {
    color: #000;
    font-size: 16px;
    text-align: left
}

.blog-page .question-block,
.my-profile .space-row .question-block {
    clear: both;
    position: absolute;
    top: 0;
    background: #fff;
    width: 100%;
    left: 0;
    z-index: 9;
    box-shadow: -12px 22px 28px -2px #e8e5e5;
    height: 320px;
    opacity: .9;
    padding: 22px;
    color: #000
}

.blog-page .question-block .btn-link-close {
    position: absolute;
    bottom: 21px;
    right: 37px
}

.my-profile .question-block,
.my-profile .space-row .question-block,
.my-profile .userBlogsList.user-topic-blogs .question-block {
    clear: both;
    position: absolute;
    top: 0;
    background: #fff;
    width: 100%;
    left: 0;
    z-index: 9;
    box-shadow: -12px 22px 28px -2px #e8e5e5;
    height: 320px;
    opacity: .9;
    padding: 22px;
    color: #000
}

.my-profile .space-row .col-lg-6.no-padding {
    margin-bottom: 0
}

.my-profile .space-row .post-info-item {
    position: relative;
    bottom: 0;
    z-index: 9;
    top: -21px;
    height: 10px;
    min-height: 131px
}

.blog-loader {
    height: 100%;
    width: 100%;
    background: #13010147;
    position: fixed;
    z-index: 999
}

.blog-loader .loader {
    top: 50%;
    left: 50%
}

.Blog-form {
    float: left;
    width: 100%
}

.Blog-form .form-group .btn {
    min-width: 120px
}

.blog-page.blog-screen .inner-tab-content {
    position: relative
}

.blog-page.blog-screen .inner-tab-content .lds-dual-ring {
    height: auto
}

.blog-page.blog-screen .inner-tab-content .lds-dual-ring::after {
    position: absolute;
    top: 40%
}

.blog-page .js-questions-list.topic-blog-list .no-padding {
    padding-bottom: 0
}

.blog-page .js-questions-list.topiclist-questions.topic-blog-list .load-more-div {
    height: auto
}

.userBlogsList .share-menu .dropdown-menu .user-menu-login li a {
    display: block;
    color: #2e2e2e;
    font-size: 16px;
    cursor: pointer
}

.blog-page .count {
    left: 0;
    right: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    cursor: pointer;
    font-size: 17px;
    text-decoration: none
}

.blog-page .count:hover {
    text-decoration: none
}

.userBlogsList .share-menu .dropdown-menu .user-menu-login li a i {
    width: 24px;
    font-size: 18px
}

.blog-page .added-by .user-data .date,
.my-profile .date {
    font-size: 13px;
    padding: 0;
    color: #777575;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.my-profile .added-by .user-data {
    overflow: hidden
}

.blog-page .js-questions-list.topic-blog-list .no-padding {
    padding-bottom: 0
}

.blog-page .js-questions-list.topiclist-questions.topic-blog-list .load-more-div {
    height: auto
}

.my-profile .topic-blog-list {
    height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 0 !important;
    width: 100%
}

.share-menu button {
    background: 0 0;
    border: none;
    cursor: pointer
}

.blog-page .dropdown-toggle::after {
    border: none
}

.blog-page .dropdown-toggle:focus {
    outline: 0
}

a {
    color: #2e2e2e;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

.back-to-top i {
    color: #fff
}

.blog-page .post-title h3 a,
.my-profile .post-title h3 a {
    color: #000
}

.profile-header .followers span,
.profile-header .rating span {
    font-weight: 400;
    font-size: 16px;
    margin-left: 0;
    color: #fff
}

.profile-header .rating span.like {
    margin-right: 12px;
    margin-left: 10px
}

.profile-header .rating img {
    width: 30px;
    height: 30px
}

.profile-header .rating {
    display: flex;
    align-items: center;
    justify-content: center
}

.profile-content textarea.error {
    color: #2e2e2e
}

.my-profile .expertlist .title {
    font-size: 20px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.my-profile .expertlist h5.sub-title {
    font-size: 15px;
    font-weight: 400;
    color: #2e2e2e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.my-profile .expertlist p {
    margin: 0;
    line-height: normal
}

.profile-content .category {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.profile-content .v1-video img {
    width: 100%;
    height: 100%
}

.profile-content #videos .v1-info-1.v1-info .share-popup .dropdown-menu {
    width: auto;
    min-width: auto;
    left: -16px !important;
    padding: 7px 5px 10px 12px;
    min-width: 127px
}

.profile-content #videos .v1-info-1.v1-info .share-popup .dropdown-menu li {
    margin: 0
}

.profile-content .userVideoList .share-menu .dropdown-menu {
    width: auto;
    min-width: 160px;
    padding: 7px 16px 0;
    left: auto !important;
    right: 0
}

.profile-content .share-menu .dropdown-menu .user-menu-login li a {
    margin: 0;
    line-height: 0
}

.profile-content .chosen-container .chosen-single {
    padding: 10px !important;
    border-radius: 2px;
    word-break: break-all;
    height: auto;
    line-height: 16px;
    background: 0 0;
    background-clip: padding-box;
    border: 1px solid #ced4da
}

.profile-content .chosen-container {
    background-color: transparent;
    margin-right: 19px;
    text-align: left;
    width: 32% !important
}

.profile-content .chosen-container-single .chosen-single div b {
    top: 1px;
    position: relative
}

.blog-page .user-data h5,
.my-profile .added-by h5 {
    font-size: 16px;
    font-family: source_sans_proregular;
    color: #000;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: capitalize
}

.blog-page .post-item .img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #eee
}

.search-list #questions .blog-page .questions-box {
    border-bottom: none
}

.blog-page .col-lg-6:last-child {
    margin-bottom: 0
}

.my-profile .expertlist .col-lg-6 li {
    border: 1px solid #eee;
    padding: 20px
}

.my-profile .expertlist .col-lg-6 {
    margin-bottom: 30px
}

.my-profile .expertlist p::first-letter {
    text-transform: capitalize
}

.my-profile .expertlist p i {
    font-size: 19px;
    font-style: italic;
    color: #000
}

.my-profile .expertlist p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word
}

.my-profile .rating span {
    font-weight: 400;
    font-size: 15px;
    margin-left: 0;
    color: #000;
    margin-right: 5px
}

.my-profile .rating img {
    width: auto;
    height: auto
}

.my-profile .input-logo {
    width: 23px;
    height: 23px
}

.my-profile #custom-search-input input {
    border: 0;
    box-shadow: none;
    font-size: 16px;
    background: 0 0
}

.search-list.my-profile #custom-search-input {
    height: 38px;
    line-height: 51px;
    margin-top: 0;
    border-radius: 5px;
    padding: 0 0
}

.my-profile #questions button.btn.btn-primary,
.my-profile .btn-primary,
.my-profile .btn:not(:disabled):not(.disabled).active,
.my-profile .btn:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #8ec63f;
    border: 1px solid #8ec63f;
    padding: 6px 23px;
    height: normal
}

.my-profile #questions button.btn.btn-primary:hover,
.my-profile .btn-primary:hover {
    background: 0 0;
    border-color: #8ec63f;
    color: #8ec63f
}

.my-profile .question-search-box {
    margin-bottom: 30px
}

.my-profile .load-more-row {
    width: 100%;
    margin: 0
}

.my-profile.search-list #custom-search-input button {
    float: unset;
    margin: 0;
    background: 0 0;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: -2px;
    z-index: 9
}

.my-profile.search-list .input-logo {
    margin-top: 0
}

.my-profile .v1.video-item {
    border: 1px solid #ccc;
    padding: 15px 15px 9px;
    box-shadow: none;
    min-height: 332px
}

.my-profile .v1-right {
    display: unset;
    justify-content: unset;
    float: right
}

.my-profile .v1-right img {
    cursor: pointer
}

.my-profile .v1-left span {
    color: #000;
    font-size: 16px;
    margin: 11px 0;
    line-height: 16px
}

.my-profile .v1-category {
    margin-top: -7px
}

.my-profile .browse-items button {
    border: 1px solid #ccc;
    background: 0 0;
    border-radius: 4px;
    padding: 4px;
    margin: 1px;
    font-size: 17px;
    cursor: pointer
}

.my-profile .browse-items button .fa-angle-down,
.my-profile .browse-items button.open .fa-angle-up {
    display: inline-block;
    margin-left: 4px
}

.my-profile .browse-items button .fa-angle-up,
.my-profile .browse-items button.open .fa-angle-down {
    display: none
}

.my-profile .browse-items {
    padding-left: 0
}

.user-profile-page .profile-header {
    max-width: 1140px;
    text-align: center;
    margin: auto
}

.my-profile .browse-item {
    margin-top: -13px
}

.my-profile .inner-tab .tab-option {
    margin-bottom: 25px
}

.my-profile .inner-tab .tab-option a {
    margin: 0
}

.share-menu .dropdown-menu .user-menu-login li {
    display: block;
    margin: 7px 5px 4px 0;
    clear: both;
    cursor: pointer
}

.share-menu .dropdown-menu .user-menu-login li a,
.share-menu .dropdown-menu .user-menu-login li:hover a {
    color: #2e2e2e;
    font-size: 16px
}

.blog-detail .share-menu .dropdown-menu .user-menu-login li {
    padding: 0;
    margin: 0
}

.share-menu .dropdown-menu .user-menu-login li:hover {
    opacity: .6
}

.my-profile #blogs .share-menu .dropdown-menu {
    left: -154px !important
}

.my-profile .question-block .btn-link-close {
    position: absolute;
    bottom: 28px;
    right: 33px
}

.my-profile .filter-item {
    display: flex;
    justify-content: flex-end;
    margin: 14px 0
}

.my-profile .filter-item select {
    width: 200px;
    margin-right: 16px;
    height: 41px
}

.my-profile .flex {
    display: flex;
    padding: 15px 0 0
}

.my-profile select.form-control:not([size]):not([multiple]) {
    height: 38px;
    line-height: 1px
}

.my-profile #videos .no-padding {
    padding-left: 0
}

.my-profile #basicintro .item-left h3 a {
    float: right;
    color: #2e2e2e;
    border: 1px solid #908d8d;
    padding: 2px 4px;
    border-radius: 3px;
    font-size: 16px;
    font-family: source_sans_proregular;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 11px
}

.my-profile .info-item span {
    font-size: 14px;
    color: #717070
}

.my-profile .clearfix {
    clear: both;
    border-top: 1px solid #eee;
    padding: 13px 0;
    margin: 13px 0 0
}

.my-profile .info-item {
    margin-bottom: 20px
}

.my-profile .speak-item {
    font-size: 16px;
    color: #777575;
    font-family: source_sans_proregular;
    margin-left: 5px;
    letter-spacing: .4px
}

.my-profile .language-items li {
    color: #2b3990;
    border: 1.4px solid #2b3990;
    padding: 5px 10px;
    border-radius: 20px;
    margin-right: 10px;
    font-family: source_sans_prosemibold;
    font-size: 16px;
    letter-spacing: .3px;
    display: inline-block;
    margin-bottom: 20px;
    list-style: none
}

.my-profile .basic-info-div .clearfix:first-child {
    border-top: none
}

.my-profile #basicintro .item-left a img {
    margin-right: 4px
}

.my-profile #basicintro .item-left a:hover {
    opacity: .7
}

.my-profile #blogs .js-questions-list .load-more-div {
    padding: 0;
    margin: 0
}

.my-profile .left-avatar.avatar {
    width: 50px;
    height: 50px
}

.user-profile-page .usercontry.description {
    max-width: 60%;
    text-align: center;
    margin: 0 auto
}

.my-profile .inner-tab .tab-option a {
    display: inline-block;
    position: relative;
    line-height: normal;
    padding: 10px 20px;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer
}

.my-profile .basic-info-div .clearfix {
    margin-top: 0;
    padding-top: 0
}

.my-profile #userVideoList .js-ques-list {
    clear: both;
    position: absolute;
    top: 0;
    background: #fff;
    width: 92%;
    left: auto;
    z-index: 9;
    box-shadow: -12px 22px 28px -2px #e8e5e5;
    height: 331px;
    opacity: .9;
    list-style-position: inside;
    list-style: disc;
    padding: 17px 41px;
    color: #000
}

.load.userProfileLoader {
    background: 0 0;
    height: 100%;
    width: 100%
}

.my-profile #blogs .share-menu .dropdown-menu span {
    font-family: source_sans_prosemibold
}

.share-menu .dropdown-menu ul.user-menu-login {
    margin-bottom: 14px
}

.my-profile .d-flex {
    align-items: center;
    justify-content: flex-end
}

.status-icon {
    cursor: pointer;
    position: relative;
    right: -9px;
    margin-right: 8px
}

.my-profile .card {
    border: none
}

.my-profile .row-item {
    position: relative;
    top: -16px;
    padding: 0 6px 0 14px
}

.my-profile .v1.video-item span.dropdown.pull-right.share-menu {
    margin-top: 0;
    font-size: 20px;
    margin-left: 14px;
    position: absolute;
    top: auto
}

.my-profile .d-flex span.dropdown.pull-right.share-menu {
    margin-top: 0;
    font-size: 20px;
    margin-left: 10px;
    position: relative;
    top: 0
}

.my-profile .v1-info-1.v1-info .v1-right {
    margin-right: 22px;
    position: relative
}

.profile-modal-items .modal-header .close {
    padding: 0;
    margin: 0;
    color: #000;
    opacity: 1;
    position: absolute;
    right: 22px;
    top: 13px
}

.profile-modal-items .modal-header .close:hover {
    opacity: .5
}

.profile-modal-items .modal-header {
    border: none;
    padding: 0
}

.profile-modal-items .modal-header .modal-title {
    margin-top: 5px
}

.profile-modal-items .modal-content {
    padding: 24px 40px
}

.profile-modal-items .modal-content input {
    font-size: 16px;
    color: #000
}

.profile-modal-items .modal-content label {
    color: #2e2e2e;
    font-size: 15px
}

.profile-modal-items .modal-body {
    padding: 17px 0
}

.profile-modal-items .modal-footer {
    border: none;
    padding-right: 0
}

.profile-modal-items .btn-primary:hover,
.profile-modal-items .btn:not(:disabled):not(.disabled).active,
.profile-modal-items .btn:not(:disabled):not(.disabled):active {
    opacity: .7;
    border: 1.4px solid #2b3990;
    background: #2b3990;
    color: #fff
}

.expertise-detail .btn-outline-primary,
.profile-modal-items .btn-outline-primary {
    border: 1.4px solid #2b3990;
    color: #2b3990;
    width: 88px;
    border-radius: 1px;
    font-family: source_sans_prosemibold;
    padding: 8px
}

.expertise-detail .btn-outline-primary:hover,
.profile-modal-items .btn-outline-primary:hover {
    border: 1.4px solid #dadbdf;
    background: #dadbdf;
    color: #494444
}

.profile-modal-items.modal-dialog {
    max-width: 600px;
    margin: 4.75rem auto
}

.share-menu .dropdown-menu span {
    font-family: source_sans_prosemibold
}

.blog-detail.related-post-items .dropdown.pull-right.share-menu {
    margin-top: 0;
    position: absolute;
    top: 9px;
    right: -20px
}

.no-padding.load-more-div {
    padding: 0
}

.filter-row-item .no-padding {
    padding: 0
}

.blog-detail .questions-list ul::-webkit-scrollbar-track {
    background: #fff
}

.blog-detail .questions-list ul::-webkit-scrollbar-thumb {
    background: #d8d8d8
}

.blog-detail .questions-list ul::-webkit-scrollbar-thumb:hover {
    background: #d8d8d8
}

.blog-detail.related-post-items .post-info-item {
    overflow: visible
}

.blog-detail span.dropdown.pull-right.share-menu {
    margin-top: 0;
    font-size: 20px;
    right: -9px;
    position: absolute;
    top: 0
}

.blog-detail .flex .dropdown img {
    height: auto;
    width: auto
}

.blog-detail .share-menu .dropdown-menu {
    padding: 10px 15px;
    width: 100px !important;
    min-width: 162px;
    z-index: 1 !important;
    left: -155px !important;
    top: 33px !important
}

.my-profile .item-left a {
    color: unset;
    display: unset;
    align-items: unset;
    float: unset;
    margin: 0
}

.how-it-works.search-list #questions {
    padding: 25px 0
}

.my-profile .tab button:first-child {
    padding-left: 0
}

.my-profile .tab button.active:first-child {
    padding: 0 20px
}

.my-profile #question .js-change-col {
    padding-left: 0
}

.my-profile .userBlogsList .js-questions-list {
    margin-bottom: 144px
}

#header button {
    padding-right: 0;
    margin-right: -8px
}

.my-profile .clearfix h3 {
    margin: 15px 12px
}

.my-profile .item-left .inner-tab-content a {
    color: inherit;
    display: unset;
    align-items: center;
    float: unset;
    margin: auto;
    color: #000;
    text-transform: capitalize;
    display: block;
    padding: 8px 10px
}

.my-profile #questions button.btn.btn-link,
.my-profile .btn-link,
.my-profile .btn-link:not(:disabled):not(.disabled).active,
.my-profile .btn-link:not(:disabled):not(.disabled):active {
    background-color: transparent;
    padding: 0;
    border: none;
    height: auto
}

.filter-row-item .no-padding.questions-box .space-row {
    margin: 0
}

.filter-row-item .no-padding.questions-box .space-row .col-lg-4 {
    margin-bottom: 9px
}

.language-model .item-button button.btn.btn-green {
    margin-bottom: 15px !important
}

.download-app-block #appButtonsDiv button#deleteAns,
.download-app-block #appButtonsDiv button#recordAgain {
    margin-bottom: 25px
}

.modal-body {
    padding: 1rem 0
}

.my-profile .userBlogsList.user-topic-blogs .blog-record-item {
    max-width: 50%;
    flex: unset
}

.my-profile .userBlogsList.user-topic-blogs .js-questions-list {
    width: 100%
}

.my-profile .userBlogsList.user-topic-blogs .col-lg-4 .post-item {
    margin-bottom: 153px
}

.my-profile .userBlogsList.user-topic-blogs .js-questions-list {
    margin-bottom: 0
}

.my-profile .inner-tab-content ul {
    margin: 0;
    padding: 0 18px
}

.my-profile .inner-tab-content {
    margin-top: 0
}

.load-more-blog {
    padding-left: 0
}

.my-profile .d-flex span.dropdown.pull-right.share-menu button {
    height: 0
}

#blog-cat-com-tab {
    overflow: hidden;
    width: 100%;
    padding-top: 7px
}

.blog-page .btn-link:hover {
    height: 30px
}

.chosen-container {
    width: 100% !important
}

.chosen-container .chosen-single {
    height: 38px;
    line-height: 36px;
    font-size: 16px;
    color: #2e2e2e;
    box-shadow: none;
    background: 0 0;
    border-radius: 5px;
    border: 1px solid #ced4da
}

.chosen-container .chosen-drop {
    margin-top: -22px;
    border-color: #ced4da
}

.chosen-container .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../img/arrow_small.png) no-repeat 1px 15px
}

.chosen-container-single.chosen-with-drop .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../img/arrow_small_up.png) no-repeat 1px 15px !important
}

.profile-content .tabcontent .chosen-container {
    width: 144px !important;
    border-radius: 5px !important;
    margin-right: 14px
}

.profile-content .tabcontent .chosen-container-single .chosen-single span {
    margin-left: -4px;
    margin-right: 20px;
    text-align: left
}

.profile-content .tabcontent .chosen-container.chosen-with-drop .chosen-drop {
    text-align: left;
    margin-top: -32px;
    width: 148px
}

.profile-content .tabcontent .chosen-container a {
    display: inline-block;
    width: 148px
}

.my-profile #videos .question-block .btn-link-close {
    position: absolute;
    bottom: 9px;
    left: 67px
}

.blog-record-item {
    overflow: hidden;
    height: 348px
}

#imageLoader .loader {
    top: 50%
}

.question-search-box {
    margin-bottom: 20px
}

.search-list .v2-related-videos-div .video-box .item-right .item-watch .count {
    padding: 0 2px;
    background: #fff;
    color: #cb860d;
    position: absolute;
    left: 34px;
    width: 20px;
    top: -1px;
    height: 19px;
    border: 1px solid #cb860d
}

.my-profile .tabcontent.topic-related-blogs {
    max-width: 80%;
    float: right
}

.my-profile .blog-record-item {
    overflow: visible
}

.my-profile .main-item {
    margin-bottom: 138px
}

.my-profile #tabContent2 .question-block {
    height: 333px
}

.my-profile #tabContent2 .question-block .btn-link-close {
    left: 81px;
    bottom: 13px
}

.search-list .button-boxes button.btn.btn-light,
.search-list .button-boxes button.btn.btn-light:active {
    margin: 7px 26px !important;
    background: #e2e6ea !important;
    border-color: #e2e6ea !important;
    padding: 7px 12px !important;
    height: auto !important;
    float: left
}

.main .expertlist .space-row,
.main .expertlist .topic-blog-list {
    margin: 0;
    padding: 0
}

.main .expertlist .topic-blog-list .questions-box {
    padding: 0
}

.my-profile .topic-blog-list.topiclist-questions {
    overflow: visible
}

.my-profile .topic-blog-list .questions-box {
    overflow: hidden;
    overflow-y: scroll;
    height: 116vh
}

.my-profile #tabContent2 .topic-blog-list.topiclist-questions {
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.my-profile #tabContent2 .js-questions-list {
    margin-left: -30px;
    margin-right: -30px
}

.inner-tab .tab-option li.active {
    cursor: pointer
}

.question-icon img {
    height: 25px;
    width: 25px
}

.v1-right .dropdown-toggle img {
    top: -3px;
    position: relative
}

#billboard1-sticky-dynamic_4-0 {
    box-shadow: none !important
}

.topic-blog-list .lds-dual-ring {
    top: 60px;
    position: relative
}

.rating-detail .title {
    text-transform: capitalize;
    font-size: 27px;
    margin-bottom: 30px;
    font-family: source_sans_prosemibold
}

.rating-detail .title .text-light {
    font-family: source_sans_proregular;
    font-size: 20px;
    color: #000 !important
}

.rating-detail .no-padding {
    padding: 0
}

.rating-detail .bg-rating {
    background-image: url(../../img/big_star.png);
    height: 116px;
    width: 116px;
    background-repeat: no-repeat;
    color: #fff;
    font-family: source_sans_prosemibold;
    font-size: 22px;
    align-items: center;
    justify-content: center
}

.rating-detail .rating-box {
    box-shadow: 1px 2px 19px #00000014;
    height: 227px;
    border-radius: 4px
}

.rating-detail .grid {
    display: grid;
    align-items: center;
    align-self: center;
    justify-content: center;
    text-align: center
}

.rating-detail .avg-text {
    font-family: source_sans_prosemibold;
    color: #000;
    font-size: 17px;
    letter-spacing: .4px;
    margin-bottom: 0
}

.rating-detail .rt-text {
    font-size: 18px
}

.rating-detail .progress {
    height: 6px;
    border-radius: 31px;
    background: #f8f6f7;
    vertical-align: bottom;
    width: 78%;
    margin: 0;
    position: relative;
    left: 12px;
    margin-right: 28px;
    top: 2px
}

.rating-detail .progress .progress-bar {
    background-color: #fc0
}

.rating-detail .review-rating-progress {
    font-size: 16px;
    padding-bottom: 13px
}

.rating-detail .rating-item {
    min-height: 185px;
    margin: 30px 0;
    padding: 22px
}

.rating-detail .rating-item img.user-img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin-right: 10px
}

.rating-detail .rating-item strong {
    font-size: 20px;
    font-weight: 400;
    font-family: source_sans_prosemibold;
    color: #000;
    margin: 0
}

.rating-detail .date {
    color: #8e8c8c;
    font-size: 14px
}

.rating-detail .ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.rating-detail .rating-item .ques-title {
    font-size: 22px;
    color: #000;
    margin: 10px 0 3px 0
}

.rating-detail .rating-item .ques-title::first-letter {
    text-transform: capitalize
}

.rating-detail .rating-item .ques-subject {
    color: #3e3d3d;
    margin-bottom: 7px;
    text-transform: capitalize
}

.rating-detail .rating-item .date.date-item {
    margin-left: 8px
}

.rating-detail .rating-star i {
    margin: 0 10px;
    font-size: 20px
}

.rating-reviews {
    padding: 40px 0
}

.border {
    border-color: #eee
}

.rating-detail .checkmark,
.rating-detail .custom-control-label::before {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid #6d6c6c;
    border-radius: 2px;
    cursor: pointer
}

:focus {
    outline: 0 !important
}

.rating-detail .custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.rating-detail .right-side .sort-by-filter input:checked~.checkmark {
    background-color: #8cc63e;
    box-shadow: none;
    border-color: #8cc63e
}

.rating-detail .custom-checkbox .custom-control-input:checked~.custom-control-label::after,
.rating-detail .custom-control-label::before {
    box-shadow: none
}

.rating-detail .custom-control-label::after {
    top: 3px;
    width: 23px;
    height: 22px
}

.rating-detail .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none
}

.rating-detail .custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: transparent
}

.rating-detail .right-side .title {
    margin-bottom: 10px;
    font-size: 18px;
    color: #000
}

.rating-detail .right-side label {
    color: #000;
    font-size: 16px;
    margin-left: 8px;
    vertical-align: middle
}

.rating-detail .rating-star {
    color: #fc0
}

.rating-detail .right-side .rating-star i {
    margin: 3px 5px
}

.expertise-detail .title {
    text-transform: capitalize;
    color: #000;
    font-size: 24px;
    font-family: source_sans_prosemibold;
    margin: 10px 0 0
}

.expertise-detail .subject {
    font-size: 17px;
    text-transform: capitalize;
    color: #000
}

.expertise-detail .title-small {
    font-family: source_sans_prosemibold;
    color: #000;
    margin-bottom: 0
}

.expertise-detail textarea {
    width: 100%;
    font-size: 16px;
    border-color: #eee;
    border-radius: 4px;
    min-height: 110px;
    resize: none
}

.expertise-detail .block {
    display: block;
    color: #8e8e8e;
    font-weight: 400;
    letter-spacing: .3px;
    font-family: source_sans_proregular
}

.expertise-detail ul {
    list-style-type: none
}

.expertise-detail li::before {
    display: inline-block;
    content: '';
    -webkit-border-radius: .375rem;
    border-radius: 50%;
    margin-right: .5rem;
    height: 7px;
    width: 8px;
    background-color: #000
}

.search-list .expertise-detail .container .btn.btn-light:active,
.search-list .expertise-detail .container button.btn.btn-light {
    margin: 0 auto !important;
    height: auto !important;
    padding: 0 !important;
    font-size: 16px !important;
    border: none !important;
    color: #9ad00a !important;
    font-family: source_sans_proregular;
    width: auto !important
}

.search-list .expertise-detail .container button.btn.btn-light:hover {
    opacity: .6
}

.expertise-detail .top-title {
    font-size: 14px;
    color: #000;
    letter-spacing: 1px
}

.expertise-detail {
    padding: 40px 0
}

.bg-grey {
    background: #fcfcfc
}

.no-record-found img {
    margin: 0 auto
}

.no-record-found h4 {
    font-size: 18px;
    color: #aba9a9;
    margin: 15px 0 0
}

.expertise-detail .no-record-found .btn-transparent,
.expertise-detail .no-record-found .btn:not(:disabled):not(.disabled):active {
    color: #9ad00a;
    background-color: transparent;
    border: 1px solid #9ad00a;
    width: 152px !important;
    padding: 7px !important;
    height: auto;
    margin: 21px auto 0 !important;
    font-family: source_sans_proregular
}

.expertise-detail .no-record-found .btn-transparent:hover,
.expertise-detail .no-record-found .btn:not(:disabled):not(.disabled):active {
    background-color: #9ad00a;
    color: #fff;
    width: 152px !important;
    border-radius: 4px
}

.my-profile .expertise-detail .btn-block .btn:not(:disabled):not(.disabled):active,
.my-profile .expertise-detail .btn-block button {
    width: 111px !important;
    padding: 8px !important;
    border-radius: 4px !important;
    height: 43px !important;
    margin: 0 0 0 10px !important;
    font-family: source_sans_prosemibold !important
}

.my-profile .expertise-detail .btn-block .btn-primary.btn:not(:disabled):not(.disabled):active {
    background: #2b3990 !important
}

.my-profile .expertise-detail .btn-primary:hover {
    opacity: .7;
    background: #2b3990 !important;
    border-color: #2b3990;
    color: #fff
}

.meeting-modal .no-padding {
    padding: 0
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: transparent
}

.rating-detail .checkmark:after {
    left: 7px;
    top: 3px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 7px;
    height: 10px;
    border-radius: 2px
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.rating-detail input:checked~.checkmark:after {
    display: block
}

.rating-detail .right-side .sort-by-filter label {
    position: relative;
    width: 100%
}

.rating-detail input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.rating-detail .custom-radio-btn .text {
    position: relative;
    left: 29px;
    vertical-align: middle;
    top: -4px
}

.rating-detail .right-side .sort-by-filter label:first-child {
    margin-bottom: 8px
}

.rating-detail .right-side .sort-by-filter label {
    margin: 0
}

.rating-detail .custom-control-label {
    cursor: pointer
}

.expertise-detail .ques-list li::before {
    content: '';
    background-image: url(../../img/drag_drop_icon.svg);
    height: 24px;
    width: 24px;
    position: absolute;
    top: 4px;
    background-repeat: no-repeat;
    background-color: transparent;
    border-radius: 0
}

.expertise-detail .ques-list li {
    position: relative;
    width: 100%
}

.expertise-detail .ques-list li::after:hover {
    opacity: .6
}

.clearfix {
    clear: both
}

.expertise-detail .like-dislike img {
    height: 30px;
    width: auto
}

.expertise-detail .ques-list li h4 {
    font-size: 17px;
    color: #000;
    width: 90%;
    float: left
}

.expertise-detail .ques-list li .close-icon {
    cursor: pointer
}

.expertise-detail .ques-list li h4::first-letter {
    text-transform: capitalize
}

.expertise-detail .ques-list li .w-100 {
    margin-left: 2rem !important
}

.expertise-detail .d-inline {
    color: #757474;
    font-size: 18px
}

.expertise-detail .load {
    background: #e0e0e0;
    width: 100%;
    position: absolute;
    top: 0;
    height: 60px;
    z-index: 1
}

.expertise-detail .load .loader {
    top: 35%
}

.expertise-detail .ques-list li span.pull-right {
    position: absolute;
    right: 0
}

.add-ques-modal .modal-header h4 {
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
    font-family: source_sans_prosemibold !important;
    letter-spacing: 0
}

.expertise-detail .add-ques-modal .modal-header .subject {
    color: #5d5b5b
}

.expertise-detail .add-ques-modal .modal-dialog {
    max-width: 650px
}

.search-list .expertise-detail .add-ques-modal .modal-dialog .btn-light.text-light {
    color: #7a7b79 !important
}

.alert-secondary {
    background-color: #f9f9f7;
    border-color: #f9f9f7;
    color: #2e2e2e
}

.expertise-detail .btn.disabled,
.expertise-detail .btn.disabled:hover,
.expertise-detail .btn:disabled,
.expertise-detail .btn:disabled:hover {
    margin-top: 0;
    background-color: #979797 !important;
    color: #fff !important;
    border-color: #979797
}

.expertise-detail .close {
    padding: 2px 0 10px;
    position: relative;
    left: 24px;
    opacity: 1
}

.expertise-detail .close:hover {
    opacity: .6
}

.rating-detail .expertise-detail .custom-control-label {
    color: #000;
    font-size: 17px
}

.rating-detail .expertise-detail .custom-control-label::first-letter {
    text-transform: capitalize
}

.expertise-detail .custom-control-label::before {
    top: 2px
}

.rating-detail .expertise-detail .custom-control-label::after {
    top: 1px
}

.expertise-detail .choose-ques-modal .modal-body {
    height: 245px;
    overflow: hidden;
    overflow-y: scroll
}

.expertise-detail .choose-ques-modal ::-webkit-scrollbar-thumb {
    background: #404040;
    border-radius: 50px
}

.expertise-detail .choose-ques-modal ::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    border-radius: 50px
}

.expertise-detail .choose-ques-modal ::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 50px
}

.expertise-detail .ques-list li.hide {
    display: none !important
}

.add-ques-modal .close-item {
    position: absolute;
    right: -9px;
    top: -11px;
    height: 23px;
    border: 1px solid #eee;
    border-radius: 50%;
    padding: 4px;
    width: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    color: #afabab
}

.meeting-modal.add-ques-modal .modal-header h4 {
    margin-bottom: 5px
}

.meeting-modal.add-ques-modal .modal-header .price-item {
    color: #000;
    font-size: 18px;
    font-family: source_sans_prosemibold
}

.meeting-modal .modal-body .price {
    position: absolute;
    top: 22px;
    color: #000;
    font-size: 17px;
    left: 9px
}

.meeting-modal .modal-body .time {
    position: absolute;
    top: 22px;
    color: #000;
    font-size: 17px;
    font-family: source_sans_prosemibold;
    right: 0
}

.meeting-modal .modal-body input {
    width: 90%
}

.meeting-modal .modal-body b {
    font-size: 17px;
    margin-right: 4px
}

.switch input {
    display: none
}

.switch {
    display: inline-block;
    width: 60px;
    height: 30px;
    margin: 8px;
    transform: translateY(50%);
    position: relative
}

.slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    box-shadow: none;
    cursor: pointer;
    border: none;
    overflow: hidden;
    transition: .4s;
    background: #e8e8e8
}

.slider:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 30px;
    transform: translateX(-30px);
    transition: .4s;
    top: 2px;
    left: 34px;
    box-shadow: 0 1px 9px 4px #bcb8b8
}

input:checked+.slider:before {
    transform: translateX(-2px);
    background: #fff;
    box-shadow: none
}

input:checked+.slider {
    box-shadow: none;
    background: #8bc34a
}

.switch.flat .slider {
    box-shadow: none
}

.switch.flat .slider:before {
    background: #fff
}

.switch.flat input:checked+.slider:before {
    background: #fff
}

.switch.flat input:checked+.slider {
    background: #32cd32
}

.meeting-modal .modal-body .text {
    font-size: 20px;
    color: #000;
    font-family: source_sans_prosemibold
}