/* custom css*/

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

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

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

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

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

body {
	font-family: 'source_sans_proregular' !important;
	background: #fff;
	color: #666666;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 360px;
}

li {
	cursor: default;
}

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

a:hover,
a:active,
a:focus {
	color: #0a58ca;
	outline: none;
	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;
}


/* width */

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


/* Track */

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


/* Handle */

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


/* Handle on hover */


/* ::-webkit-scrollbar-thumb:hover {
  background: #555; 
} */


/* Prelaoder */

#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 button */

.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 0.5s;
}

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

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

.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 #logo img {
      padding: 0;
      margin: 0;
      width: 70%;
  } */

@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 {
		/* width: 160px; */
		left: 0 !important;
		padding: 2px;
		top: 65px !important;
		transform: translate3d(0px, 0px, 0px) !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;
	}
}




/*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/

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


/* @media (min-width: 1024px) {
    #hero {
      background-attachment: fixed;
    }
  } */

#home .hero-container {
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	/* width: 65%; */
	margin: 0 auto;
	padding-top: 10em;
	padding-bottom: 5em;
}
#home .hero-container.container {
	/* display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column; */
	display:block;
}
#home p {
	color: #fff;
	font-size: 20px;
	font-family: 'source_sans_proregular';
	font-style: italic;
	margin-bottom: 15px;
}


/* #home p strong {
  font-size: 20px;
  font-family: 'source_sans_proregular';
} */


/* #home h2 {
      color: #fff;
      font-weight: bold;
      font-size: 40px;
     
  } */

#home .questions-box .top-item a {
	display: inline-block;
	font-size: 18px;
	color: black;
	/* width: 86%; */
	/* word-break: break-all; */
	font-family: 'source_sans_proregular';
	margin-left: 0px;
	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 {
	align-items: center;
	display: flex;
    flex-wrap: wrap;
}

.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 {
    background: white;
    min-width: 220px;
    float: left;
    padding: 10px 15px;
    color: #2e2e2e;
    border: 2px solid #fff;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    border-radius: 4px;
  }
  .app-btn h2 {
    font-family: 'source_sans_proregular';
    font-weight: normal;
  }
  .app-btn h2 span {
    font-size: 15px;
    font-family: 'source_sans_prolight';
      font-weight: 100;
  } */

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

/* .app-btn img {
	margin: 10px 20px 0 0;
} */

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

.app-btn strong {
	display: block
}

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

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

.iphone {
	margin-top: -230px;
}

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

.inbox {
	position: absolute;
	left: 270px;
	box-shadow: 0px 0px 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: bold;
}


/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/


/* Nav Menu Essentials */

.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:hover>ul,
.nav-menu li.sfHover>ul {
	display: block;
}

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

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


/* Nav Menu Arrows */

.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: normal;
}

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


/* Nav Meu Container */



/* Nav Meu Styling */

.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: none;
	font-family: 'source_sans_proregular';
}

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

.nav-menu>li>a:before,
.nav-menu .menu-active>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 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover>a:before,
.nav-menu .menu-active>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: 0.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 */



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


/* Mobile Nav Styling */
/* Mobile Nav body classes */

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

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

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


/*--------------------------------------------------------------
  # Sections
  --------------------------------------------------------------*/


/* Sections Header
  --------------------------------*/

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

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

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

video:focus {
	outline: none;
}


/* Services Section
  --------------------------------*/

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

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

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

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


/* :hover { */


/* box-shadow: 0px 0px 7px 2px #00000024; */


/* } */


/* .dataList .dataBox:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      box-shadow: -1px 13px 20px 0 #f0f2f4;
      -webkit-box-shadow: -1px 13px 20px 0 #f0f2f4;
      background-color: #fff;
      content: "";
      -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
      -webkit-transform: scale(0, 0);
      -moz-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      border: 1px solid #f6f6f6;
  } */


/* .dataList .dataBox:hover::before {
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
  } */

#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: 0.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 Section
  --------------------------------*/

#download {
	background: rgba(43, 63, 149, 1);
	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: white;
	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;
}


/* #download .section-header {
    margin-top: 15%;
  } */


/* Team Section
  --------------------------------*/


/* Contact Section
  --------------------------------*/

#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: 0px;
	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 {
	/* border: 1px solid red !important; */
	color: red;
}

input.error {
	color: #2e2e2e;
}

#contact-us .form #sendmessage.show,
#contact-us .form #errormessage.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: none;
	border: 0;
	padding: 22px;
	color: #414141;
	transition: 0.4s;
	width: 240px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	font-size: 14px;
	outline: none;
}

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

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

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


/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/

#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 {
	/* text-align: center; */
	background: #e9ecef;
	color: #fff;
	padding: 30px 0;
	font-size: 14px;
	float: left;
	width: 100%;
}

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

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

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

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

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

.right-item {
	float: right;
	color: black;
}


/* screenshotss css */

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

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	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;
	/*width:90%;*/
}

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

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

#screenshots .section-title {
	margin-bottom: 40px;
}
.page-head.policy, .policy b{
	margin-top: 13px;
	color: #000;
}
.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: #000;
	font-size: 25px;
	margin: 25px 0px 7px;
	text-transform: capitalize;
	font-family: 'source_sans_prosemibold';
}
.term-condition em, .term-condition b {
	font-family: 'source_sans_prosemibold';
}
.faq #accordion button.btn.btn-link.collapsed i {
	transform: rotate(180deg);
}

.faq #accordion .btn-link {
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	font-size: 20px;
	width: 100%;
	text-align: left;
	padding: 9px 0px;
	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);
	margin-bottom: 20px;
}

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


/* @media screen and (max-width: 768px) and (orientation: landscape){
  
    .stopics, .umeeting, .inbox, .download-iphone {
        display:none;
      }
     #hero {
        height: 120vh;
      }
      #hero h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 0;
    }
    #hero .hero-container {
      width: 90%;
      top: -85px;
  }
    
  } */

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

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

 :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #989b9c;
	font-weight: 200;
}

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

* {
	margin: 0;
	padding: 0;
}


/* 
  body {
    background: #2b2f6c;
    font-family: arial;
  } */


/* .wrapper .BorderTopBottom:before, .wrapper .BorderTopBottom:after, .wrapper .BorderLeftRight:before, .wrapper .BorderLeftRight:after   {
    width: 0px;
    content: "";
    position: absolute;
    height: 0px;
    background: #92c70a;
    transition: all 0.5s ease;
  } */

.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: 0px;
}

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

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

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

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

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


/* .wrapper:hover .BorderTopBottom:before,
  .wrapper:hover .BorderTopBottom:after {
    width: 184px;
    transition: all 0.5s ease;
  }
  
  .wrapper:hover .BorderLeftRight:before,
  .wrapper:hover .BorderLeftRight:after {
    height: 57px;
    transition: all 0.5s ease;
  } */


/*----Desktop App---*/

.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: 0px 38px;
}

.call-setup {
	padding: 65px 0px;
}

.screenshots-block {
	padding: 0px 0px 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: transparent;
	border-radius: 100px;
	width: 200px;
	padding: 12px;
	font-size: 20px;
	font-family: 'source_sans_prosemibold';
	border: 1.4px solid #969494;
}

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

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

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

.call-setup .btn-primary:nth-child(3) {
	margin: 0px 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,
.call-setup .btn-primary:hover .img-active {
	display: inline-block;
}

.call-setup button[type="submit"] {
	margin-top: 32px;
	position: relative;
	padding: 22px 0px 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 0px;
	width: 43%;
	margin: 0px auto;
	font-size: 30px;
	color: #000;
}

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

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

.screenshots-block ul {
	padding: 65px 210px 0px;
	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: 0px;
}

.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;
}


/*----Desktop App End---*/


/* how to work css */

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

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

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

.privacy-policy .hero-container {
	margin-top: 100px;
}
.privacy-policy .hero-container h2 {
  margin-bottom: 25px;
  margin-top: 0px;
  font-family: 'source_sans_prosemibold';
  font-size: 40px;
  color: #000;
  font-weight: normal;
}
.policy p, .term-condition p {
	text-align: left;
	font-size: 22px;
    margin: 0px auto 20px;
	color: #000;
	font-family: 'source_sans_prolight';
}
.policy b {
    color: #000;
    font-size: 20px;
  }
/* .how-it-works #home h2,
.about-us #home h2,
.privacy-policy h2,
.terms #home h2 {
	color: #000;
	font-size: 30px;
	font-weight: bold;
	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;
} */

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


/* css for steps */

.knowex-steps {
	margin: 40px 0px
}

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

.knowex-steps .tabs {
	padding-top: 0px;
	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: 0px;
	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: 0px;
}

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

.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;
}


/* new css */

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

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

#custom-search-input button {
	box-shadow: none;
	border-radius: 45px;
	color: #666666;
	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: 0px;
	border-radius: 2px;
}

.form .form-search .input-search:focus {
	outline: none;
}

.form .form-search .btn-search {
	width: auto;
	background: #d0d0d0;
	color: white;
	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;
	/* cursor: pointer; */
}

.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: 0px;
}

.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: 0.6;
}
.mobile-hidden img {
	width: 17rem;
}
/* .hero-container img {
	width: 100%;
} */
#questions #videoListing
 .section-header .section-title {
    text-align: left;
    font-size: 35px;
    margin: 39px 0px 26px;
}

/* .search-text .input-search{
	height:45px;
	width:400px;
	padding-left:20px;
    color:#333;
} 

.search-text .btn-search{
	background-color:#7dabdb;
	border:1px solid #FFF;
	color:#FFF;
  padding: 11px 22px;
  height:45px;
} */


/* .search-text  .btn-search:hover{
	background-color:#FFF;
	color:#7dabdb;
} */

.items-text {
	color: white;
	/* font-size: 18px; */
	margin-top: 40px;
	/* width: 70%;
  margin: 40px auto 0; */
	text-align: left;
}

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

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


/* .item-links {
  margin: 40px 0 0 0;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
} */


/* .item-links li {
  display: inline-block;
  margin-right: 35px;
} */


/* .item-links li a {
  color: white;
  font-size: 20px;
  display: flex;
  align-items: center;
  position: relative;
} */


/* .item-links li a::after {
  background: white;
  content: "";
  position: absolute;
  width: 2px;
  height: 15px;
  right: -16px;
} */


/* .item-links li:last-child a::after {
  display: none;
}
.item-links li  a  img {
  margin-right: 10px;
} */



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

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

.watch-button .watch-btn:hover {
	background: transparent;
	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: 0px;
	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: 0px;
}

.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;
	background-color: #eee;
}

#questions {
	padding: 180px 0 80px;
}

#questions .section-header .section-title {
	text-align: left;
	/* text-transform: capitalize; */
}

.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 {
	/* display: inline-block; */
	font-size: 18px;
	color: black;
	/* width: 86%; */
	/* word-break: break-all; */
	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: black;
}

#questions .questions-box .ans-btn:hover {
	background: #2b3f95;
	color: white;
	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: black;
	font-size: 20px;
	width: 50%;
	margin: 0 auto;
	margin-bottom: 40px;
}

#questions button.btn.btn-primary {
	background: transparent;
	border-color: rgba(43, 63, 149, 1);
	color: rgba(43, 63, 149, 1);
	padding: 8px 30px;
}

#questions button.btn.btn-primary:hover {
	background: rgba(43, 63, 149, 1);
	color: white;
}

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

.dataBox .box i {
	margin-left: 10px;
	/* font-size: 20px; */
}


/*seach List page */

.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%;
	/* margin-top: -8px; */
}


.user-basic-info #header {
	/* background: #2b3990; */
	background: linear-gradient(to right, #2a4397, #27a8e1);
}

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

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


/* .search-list .input-logo {
	margin-top: 10px;
} */


/* .status-listing-screen.search-list .input-logo {
	margin-top: 7px;
} */

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

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

.search-list .section-header .section-title {
	font-size: 35px;
	margin: 0;
}

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


/* .search-list .section-header {
	margin-bottom: 20px;
} */

.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 white;
	border-radius: 100%;
	object-fit: cover;
	margin-right: 0px;
}

.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 {
	/* width: 100%; */
	/* float: right; */
	position: absolute;
	right: 0px;
}

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

.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 black;
	content: "";
	position: absolute;
	right: 0px;
	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: 0px;
	font-size: 16px;
}

.search-list .nav-tabs>li.active>a,
.search-list .nav-tabs>li.active>a:hover,
.search-list .nav-tabs>li.active>a:focus {
	/* color: #2b3990;
  font-size: 20px;
  border-bottom: 4px solid; */
	color: #000;
	/* font-size: 20px; */
	border-bottom: transparent;
}

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

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

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

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

.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: 0px;
	/* display: contents;
    align-items: center; */
}

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

.search-list .video-box .item-right .Watch {
	background: #cb860d;
	color: white;
	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: 0px;
	display: unset;
	margin: 0px auto;
	text-align: center;
}

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


/* .search-list.video-details .left-side .video-box .item-comments , .search-list.video-details .left-side .video-box .item-questions {
  display: flex;
  align-items: center;
  justify-self: center;
} */

.search-list .left-side .video-box .item-comments:hover,
.search-list .left-side .video-box .item-questions:hover {
	opacity: 0.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: 0px;
	right: 0px;
	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: 0px;
}

.search-list .video-box .question-item .question {
	font-size: 20px;
	color: black;
	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: black;
}

.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: black;
	text-transform: capitalize;
}

.item-rating i {
	color: #fba501;
}

.item-rating .item-review {
	color: black;
	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: rgba(43, 63, 149, 1);
	border-color: rgba(43, 63, 149, 1);
	color: rgb(255 255 255);
	padding: 10px 30px;
	border-radius: 2px;
	width: 100%;
	border: 1px solid rgba(43, 63, 149, 1);
}

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

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

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

.search-list .subscribe button[type="submit"]:hover {
	background: transparent;
	border: 1px solid rgba(43, 63, 149, 1);
	color: rgba(43, 63, 149, 1);
}

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

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

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

.search-list button.btn.btn-light,
.search-list button.btn.btn-light:active, .search-list .my-profile .btn:not(:disabled):not(.disabled):active, .search-list .my-profile .btn:active {
	margin: 25px auto !important;
	color: #000 !important;
	background: transparent !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;
}


/* css of video page */

.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: 0px;
}

.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: transparent;
	font-size: 18px;
	position: absolute;
	right: 0px;
	margin: 0px;
	padding: 0px;
	top: 0px;
}

.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: white;
	text-align: center;
	display: block;
	/* width: 88%; */
	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: 0px;
}

.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;
}


/* css for accounts pages */

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

.left {
	padding-left: 35px;
	float: left;
	width: 50%;
	padding-right: 0;
	/* height: 100vh;
	overflow-y: scroll;
	overflow-x: hidden; */
	background: #5469c2;
	padding-top: 35px;
}
.acount-page .wrapper .row {
	height: 100%;
}
/* .right {
	height: 100vh;
	overflow-y: scroll;
	overflow-x: hidden;
} */
.acount-page .mobile {
	background: transparent;
	padding-bottom: 100px;
	float: left;
	width: 100%;
	padding: 30px 0 0;
}

.acount-page p {
	color: white;
	font-size: 18px;
}
body.acount-page {
	height: 100%;
}
/* .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: white;
	background-color: #007bff;
	background-image: none;
	border-color: #007bff;
	margin-bottom: 30px;
	padding: 10px;
	border-radius: 0px;
}

.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"], .acount-page button[type="button"] {
	background: rgba(43, 63, 149, 1);
	border-color: rgba(43, 63, 149, 1);
	color: rgb(255 255 255);
	padding: 10px 30px;
	border-radius: 2px;
	border: 1px solid rgba(43, 63, 149, 1);
	width: 100%;
	margin-top: 10px;
	cursor: pointer;
}
.email-verify-btn {
	margin-top: 70px !important;
}
.acount-page button[type="submit"]:hover, .acount-page button[type="button"]:hover {
	background: transparent;
	border: 1px solid rgba(43, 63, 149, 1);
	color: rgba(43, 63, 149, 1);
}

.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;
}


/* css of experties */

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

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

.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;
	/* margin-right: 10px; */
}

.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: black;
	margin-top: 5px;
	display: block;
}


/* css for profile page */

.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: 0px;
}

.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: 0px;
	color: #ffff;
}

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


/* .expertlist p {
	margin: 0 0 0 0;
} */

.expertlist .rating {
	color: #666666;
}

.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: bold;
}

.expertlist li {
	list-style: none;
}

.rating i {
	color: #fecb01;
}

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

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

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


/* .my-profile .item-left a {
	float: left;
} */

.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 0px;
	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 {
	margin: 90px 0;
} */

.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;
}


/* Hide the browser's default checkbox */

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


/* Create a custom checkbox */

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


/* On mouse-over, add a grey background color */

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


/* When the checkbox is checked, add a blue background */

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


/* Create the checkmark/indicator (hidden when not checked) */

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


/* Show the checkmark when checked */

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


/* Style the checkmark/indicator */

.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);
}


/*css of basic info */

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

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

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

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

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

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

.user-basic-info form {
	margin: 142px 0px 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(0px, 0px, 0px) !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: transparent;
	border: none;
	color: #ccc;
	width: 40%;
	text-align: center;
	border-radius: 2px;
}

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


/* css of no data */

.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;
}


/* list design */

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

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


/* .question-search-box {
	width: 75%;
	margin: 0 0 15px 0;
	display: inline-block;
	max-width: 470px;
} */

.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: 0px;
}

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


/* inner tab css */

.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 a, .inner-tab .tab-option li.active  {
	cursor: pointer;
}
.add-cursor {
	cursor: pointer;
}

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


/* .inner-tab li:not(:last-child):hover::before, .inner-tab .tab-option li:not(:last-child):hover::after {
  background: #ddd;
} */

.inner-tab .tab-option li::before,
.inner-tab .tab-option li::after {
	content: '';
	position: absolute;
	left: 0;
	height: 53%;
	width: 100%;
	background: white;
	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:hover {
  background-color: #ddd;
} */

.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: 0px;
	padding: 0px;
}

.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;
}


/*css of popup */

.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;
	/* width: 44px; */
	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: 0px;
}

.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;
}


/* latest design page css */

.lastest-searchlist .video-box {
	box-shadow: 0px 0px 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: black;
	font-family: 'source_sans_proregular';
}

.v2-related-videos-div .lastest-searchlist .video-box .question-item .question {
	font-size: 16px;
	color: black;
	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: 0px;
	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: 0px;
}

.search-list .button-boxes button.btn.btn-light,
.my-profile .btn-light:not(:disabled):not(.disabled):active,
.my-profile .btn-light:not(:disabled):not(.disabled):active,
.my-profile .btn-light:not(:disabled):not(.disabled).active {
	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;
}


/* loader css */

.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(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


/* css version 1 */

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

.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;
	/* bottom: 0; */
}

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

.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: black;
	font-family: 'source_sans_prosemibold';
	line-height: 18px;
}

.v1-right span {
	color: #000;
}

.category {
	display: block;
}

.date {
	color: #000;
}

#v1-video-detail .v1-left {

	width: 97%;
	float: left;
}
.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: 0px;
	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: transparent;
	border: 1px solid #fff;
}

.v1.video-item.v1-searchbox .form-control::-webkit-input-placeholder,
.v2.video-item.v2-searchbox .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	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: 0px;
}


/* css of video details */

#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: 45px;
}

.blog-buttons .btn-publish {

	background: transparent;
    color: #2b3990;
    border: 1px solid #2b3990;
    margin-right: 10px;
}
#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: transparent;
	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: transparent;
	color: #77ab3f;
}

.video-more {
	width: 100%
}


/* css for popup */

.share-popup .dropdown {
	display: flex;
}

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

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

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

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

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

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


/* The colour of the indicators */

.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;
}


/* #home .questions-box .check-box {
  cursor:default;
  pointer-events: none;
} */

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


/* thanks page css */

.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: 0px;
}

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

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


/* .item-thanks img {
  width: 40px;
  margin-right: 10px;
} */

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

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



.error {
	border-color: red !important;
}

.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: 0px 0px 0px 15px #f8f9fa, 0px 0px 0px 15px #f8f9fa, 0px 0px 10px 20px #2125291f;
	overflow: hidden;
}

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

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


/* .iphone-x:after {
  bottom: 7px;
  width: 140px;
  height: 4px;
  background-color: #f2f2f2;
  border-radius: 10px;
} */

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


/* .iphone-x i,
.iphone-x b,
.iphone-x s,
.iphone-x span {
  position: absolute;
  display: block;
  color: transparent;
} */


/* .iphone-x i {
  top: 0px;
  left: 50%;
  transform: translate(-50%, 6px);
  height: 8px;
  width: 15%;
  background-color: #101010;
  border-radius: 8px;
  box-shadow: inset 0px -3px 3px 0px rgba(255, 255, 255, 0.2);
} */


/* .iphone-x b {
  left: 10%;
  top: 0px;
  transform: translate(180px, 4px);
  width: 12px;
  height: 12px;
  background-color: #101010;
  border-radius: 12px;
  box-shadow: inset 0px -3px 2px 0px rgba(255, 255, 255, 0.2);
} */


/* .iphone-x b:after {
  content: '';
  position: absolute;
  background-color: #2d4d76;
  width: 6px;
  height: 6px;
  top: 2px;
  left: 2px;
  top: 3px;
  left: 3px;
  display: block;
  border-radius: 4px;
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.5);
} */


/* .iphone-x s {
  top: 50px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  width: 100%;
  font-size: 70px;
  font-weight: 100;
  padding-top: 60px;
} */


/* .iphone-x span {
  bottom: 50px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  left: 30px;
} */


/* .iphone-x span + span {
  left: auto;
  right: 30px;
} */


/* experties model css */

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

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

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

	margin-top: 20px;

} */
.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: 0px;
}

.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: 0px;
}

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

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


/* error page css */

#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: #77ab3f;
	width: 135px;
	margin: 30px auto 0;
	color: #fff;
	padding: 8px;
	border-radius: 4px;
	border: 1px solid #77ab3f;
}

#error-page .error-item a:hover {
	color: #77ab3f;
	border: 1px solid #77ab3f;
	background: transparent;
}


/* .video-box .forward-btn {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 48%;
  z-index: 9;
  cursor: pointer;
  right: 35%;
} */


/* .video-box .play-btn {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 47%;
  z-index: 9;
  cursor: pointer;
  right: 45%;
} */


/* .video-box .rewind-btn {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 48%;
  z-index: 9;
  cursor: pointer;
  left: 37%;
} */

.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: 0px;
	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: 0px;
	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: 0px;
	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: 0px;
	font-size: 12px;
}

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

.search-list.video-details .video-box .flex .item-questions,
.search-list.video-details .video-box .flex .item-comments {
	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: 15px;
}

.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: 0px;
	top: 0px;
	/* margin-right: 1px;
  left: -1px; */
}

.home-steps ul {
	display: flex;
}

.home-steps ul li.btn-block {
	position: relative;
	/* top: -9px; */
}

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


/* .lastest-searchlist .text-ellipsis {
	display: inline-block;
} */

.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: 0px;
	bottom: 0;
	bottom: 0;
	margin: 0 auto;
}

.video-control-btn button {
	background: transparent;
	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;
}


/* .video-details .left-side .item-left .video-control-btn {
  width: auto;
} */

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

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

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

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

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

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

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

.v1-video .play-btn-default,
.search-list .left-side .video-box .play-btn-default {
	background: transparent;
	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: 0px;
	bottom: 0;
	margin: 0 auto;
}

.v1-video .play-btn-default img,
.search-list .left-side .video-box .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);
}


/* .v1.video-item {
  min-height: 420px;
} */


/* .lastest-searchlist .v1.video-item.v1-searchbox.green-box .box {
  text-align: center;
  margin-top: -37px;
} */


/* .lastest-searchlist .v1.video-item.v1-searchbox.green-box {
  background: #77ab3f;
  border: none;
  height: 416px;
} */

.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: 0px 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: #FFFFFF;
	border: 1px solid transparent;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	font-weight: normal;
	transition: all .2s ease-in-out;
}

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


/* .avatar-upload .avatar-edit input  + label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
} */

.avatar-preview {
	width: 192px;
	height: 192px;
	position: relative;
	border-radius: 100%;
	border: 6px solid #F8F8F8;
	box-shadow: 0px 2px 4px 0px rgba(0, 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: 0px;
	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 0px;
	color: #000;
	font-family: 'source_sans_prosemibold';
}

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

.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: 0px;
	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: 0px;
}

.search-list .status-screen .side-box.suggested ul li .btn-primary,
.likes-popup-modal ul li .pull-right .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: 0px;
}

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

.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;
}

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

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

.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: 0px;
}

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

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

.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:hover,
.status-screen .add-post .textarea:focus {
	width: 82%;
	border-color: #eee;
	resize: none;
	height: 40px;
	background: #f6f6f6;
	border-radius: 6px;
	margin-left: 62px;
	outline: none;
	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: 0px;
}

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

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

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

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

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

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

.status-screen .post-box .share:hover {
	opacity: 0.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: 0px;
}

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

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

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

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

.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: 0.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: transparent;
	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: 0.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: 0px;
}

.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 0px 1px 0px;
}

.status-listing-screen.search-list .status-screen .browse-item {
	margin: 8px 0px 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: none;
	position: relative;
	background: #f0f2f5;
	color: #2e2e2e;
	margin: 8px 0px 15px;
	margin-left: 12px;
	cursor: pointer;
}

.status-screen .post-box .comment-box .flex textarea:hover {
	background-color: #e2e4e6;
	-webkit-transition: background-color 0.1s;
	-moz-transition: background-color 0.1s;
	-o-transition: background-color 0.1s;
	transition: background-color 2.1s;
}

.status-screen .post-box .comment-box .flex .send-btn {
	position: absolute;
	border-radius: 0px;
	right: 9px;
	top: 23px;
	cursor: pointer;
	background-color: transparent;
	border: none;
	padding: 0px;
	width: auto;
}

.status-screen .post-box .comment-box .flex .send-btn img {
	height: auto;
	width: auto;
	border-radius: 0px;
}

.status-screen .post-box .comment-box .flex .send-btn:hover .sel-send-icon,
.status-screen .post-box .comment-box .flex .send-btn .send-icon,
.status-screen .post-box .comment-box .flex .send-btn .send-icon,
.status-screen .post-box .comment-box .flex .send-btn:disabled:hover .send-icon {
	display: block;
}

.status-screen .post-box .comment-box .flex .send-btn:hover .send-icon,
.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 {
	display: none;
	margin: 0px;
}

.status-screen .post-box .comment-box .flex .send-btn.btn:disabled {
	margin-top: 0px;
}

.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: 0px 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 0px 0px 16px;
	width: auto;
}

.status-screen .comment-box .msg-box p {
	margin: 0px;
	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: 0px 0px 0px 0px;
	text-transform: capitalize;
	word-break: break-word;
}

.status-screen .comment-box ul li .time-div {
	padding: 0px 0px 0px 56px;
	color: #000;
}

.status-screen .comment-box ul li .time-div .reply-icon {
	margin: 0px 7px 0px 14px;
}

.status-screen .comment-box ul li .time-div .reply {
	cursor: pointer;
}

.status-screen .comment-box ul li .time-div .reply:hover {
	opacity: 0.6;
}

.status-screen .comment-box ul li {
	margin: 1px 0px;
}

.status-screen .comment-box ul {
	margin: 5px 0px;
}

.status-screen .comment-box .view-more-btn {
	background: transparent;
	font-size: 15px;
	padding: 0px;
}

.status-screen .comment-box .view-more-btn a {
	color: #000;
	font-family: 'source_sans_prosemibold';
}

.status-screen .comment-box .btn-block {
	padding: 0px;
	margin: 0px 0px 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: 0px;
}

.status-listing-screen.search-list .status-screen .banner {
	margin: 14px 0px 11px;
}

.search-list .questions-videos .video-box .item-comments span {
	top: 0px;
}

.watch-button.mobile-btn {
	display: none;
}

.home .text-ellipsis {
	width: 550px
}

.share-post-modal .modal-header .close {
	margin: 0px;
	color: #000;
	opacity: 1;
	font-size: 41px;
	font-weight: 100;
	padding: 0px 25px 0px 0px;
}

.share-post-modal .modal-header .close:hover {
	opacity: 0.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: 0px;
	border: 1px solid #8dc73f;
	width: auto;
	background: #8dc73f;
	color: #fff;
	padding: 4px 19px;
	font-size: 18px;
}

.share-post-modal .modal-header .btn-post:disabled:hover,
.share-post-modal .modal-header .btn-post:disabled {
	background-color: #d8d8d8;
	border-color: #d8d8d8;
	color: #fff;
	margin: 0px;
}

.share-post-modal .modal-header .btn-post:hover {
	background: transparent;
	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: 0px;
	overflow: hidden;
	object-fit: cover;
	margin-right: 15px;
}

.share-post-modal .profile-info h5 {
	font-size: 18px;
	margin: 0px;
	color: #000;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}

.share-post-modal .profile-info .green-text {
	color: #8dc73f;
	font-size: 16px;
	margin: 2px 0px 8px;
	letter-spacing: 0.4px;
	cursor: pointer;
}

.share-post-modal .profile-info .green-text:hover {
	opacity: 0.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: transparent;
	border: none;
}

.share-post-modal .color-btn:hover {
	opacity: 0.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: 0.6;
}

.share-post-modal .add-status-item span.text {
	width: 154px;
	cursor: default;
	font-size: 19px;
	letter-spacing: 0.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: 0px 30px;
}

.share-post-modal .form-group.img-div {
	padding: 20px 30px 0px;
	margin-bottom: 5px;
	height: 295px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.share-post-modal .form-group.img-div ul {
	list-style: none;
	margin: 0px;
}

.share-post-modal .form-group.img-div ul li {
	width: 100%;
	height: 215px;
	overflow: hidden;
	margin-bottom: 0px;
	position: relative;
}

.share-post-modal .form-group.img-div ul li .remove-btn img {
	height: auto;
	width: auto;
	border-radius: 0px;
}

.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: transparent;
	top: 11px;
	right: 3px;
}

.share-post-modal .form-group.img-div ul .remove-btn:hover {
	opacity: 0.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: 0.6;
	width: 295px;
	height: 167px;
	cursor: pointer;
	right: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 0px;
}

.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: 0px 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;
}


/* .blog-page .space-row {
	margin-bottom: 156px;
} */

.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: 0px 8px 0px 47px;
}

.common-modal .info {
	display: flex;
	align-items: center;
}

.common-modal .left-side-content .info {
	padding: 33px 11px 0px;
}

.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: normal;
	margin: 0px;
	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: 0px;
	height: 530px;
	border-bottom-right-radius: 7px;
}

.comment-modal .tab-content .tab-pane {
	margin: 0px;
	background: #f9f9f9;
	padding: 0px;
}

.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 0px 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: 0px;
}

.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-prev,
.carousel-control-next {
	opacity: 1;
}

.carousel-control-prev {
	left: 22px;
}

.carousel-control-next {
	right: 22px;
}

.comment-modal .carousel.slide {
	padding: 0px 16px;
}

.comment-modal .modal-content .description p {
	text-align: left;
	padding: 0px;
	color: #000;
	font-size: 16px;
	color: #545353;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 45px;
	white-space: unset;
	margin: 15px 0px 0px;
	width: 100%;
	word-break: break-all;
	clear: both;
}

.common-modal.comment-modal .modal-header {
	background: transparent;
	border-bottom: none;
	padding: 0px;
	height: 0px;
	position: absolute;
	right: 10px;
	z-index: 9;
	top: 6px;
}

.comment-modal .modal-body {
	padding: 0px;
}

.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: 0px 5px 0px 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: none;
	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 0.1s;
	-moz-transition: background-color 0.1s;
	-o-transition: background-color 0.1s;
	transition: background-color 2.1s;
}

.comment-modal .comment-box .flex .send-btn {
	position: absolute;
	border-radius: 0px;
	right: 6px;
	bottom: 7px;
	cursor: pointer;
	background-color: transparent;
	border: none;
	padding: 0px;
	min-width: 26px;
	width: auto;
}

.comment-modal .comment-box .flex .send-btn:hover .sel-send-icon,
.comment-modal .comment-box .flex .send-btn .send-icon,
.comment-modal .comment-box .flex .send-btn .send-icon,
.comment-modal .comment-box .flex .send-btn:disabled:hover .send-icon {
	display: block;
}

.comment-modal .comment-box .flex .send-btn img {
	height: auto;
	width: auto;
	border-radius: 0px;
}

.comment-modal .comment-box .flex .send-btn:hover .send-icon,
.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 {
	display: none;
	margin: 0px;
}

.comment-modal ul {
	list-style: none;
}

.comment-modal .comment-box ul {
	margin: 20px 0px;
}

.comment-modal .comment-box ul li {
	margin: 0px;
}

.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 0px 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: 0px;
	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 0px;
}

.comment-modal .comment-box .msg-box p {
	margin: 0px;
	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: 0px 1px 0px 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: 0px;
	top: 11px;
	width: 0px;
	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: 0px 0px 17px 63px;
}

.search-list .comment-modal .nav-tabs {
	border-bottom: 1px solid #dee2e6;
	padding: 20px 25px 0px;
	margin-bottom: 0px;
}

.comment-modal .tab-pane ul {
	margin: 3px 0px;
}

.comment-modal .tab-pane .sub-comment-div ul {
	margin-top: 0px;
}

.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: 0.6;
}

#recordStepTwoButton {
	margin-top: 0;
}

.blog-page .js-questions-list.topiclist-questions .no-padding {
	padding: 15px;
}


/* .blog-page .js-questions-list.topiclist-questions .post-info-item {
	width: 97%;
} */

.blog-page .js-questions-list.topiclist-questions {
	width: 80%;
	margin: 0px;
}

.blog-page .js-questions-list.topiclist-questions {
	margin: 0px auto;
	padding: 0px 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: 0px;
}


/* .search-list #questions .blog-page .questions-box {
	border: 0px;
	margin: 0px;
	padding: 25px;
} */

.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 CSS */

.loader .bar1,
.loader .bar2,
.loader .bar3,
.loader .bar4,
.loader .bar5,
.loader .bar6 {
	background-color: #565555;
}

.loader {
	margin: 0px 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%);
	/* display: none; */
	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;
}


/* button#blogSubmit {
	float: right;
	padding: 6px 20px;
	background: #2b3990;
	color: #fff;
	border: none;
	margin-bottom: 10px;
	margin: 18px auto;
	margin-right: 15px;
} */


/* button#blogPublish {
	float: right;
	padding: 6px 20px;
	background: #2b3990;
	color: #fff;
	border: none;
	margin-bottom: 10px;
	margin: 18px auto;
} */

.status-screen .post-box .banner .description.no-clr {
	text-align: left;
	padding: 0px;
	margin: -10px 0px -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;
}


/* ul#seleted-rows {
	padding-left: 20px;
}

ul#seleted-rows-first {
	padding-left: 20px;
} */

.js-after-choose .blogTitle {
	font-family: 'source_sans_prosemibold';
	color: #000;
	font-size: 17px;
}

#create-blog {
	width: 100%;
}

.like-comment-section {
	margin: 0px;
}

.status-screen .share-menu button {
	background: transparent;
	border: none;
	cursor: pointer;
}

.status-screen .share-menu .dropdown-menu li {
	display: inline-block;
	margin: 1px 5px 4px 0px;
}

.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: 0px;
}

.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: white;
	background-color: #007bff;
	background-image: none;
	border-color: #007bff;
	margin-bottom: 20px;
	padding: 10px;
	border-radius: 0px;
}

.login-modal .btn-outline-primary:hover {
	background-color: transparent;
	color: #007bff;
}

.login-modal .section-header p {
	line-height: 24px;
	margin: 10px 0px 25px;
}

.login-modal .login-small {
	display: block;
	margin-bottom: 20px;
}

.login-modal button[type="button"] {
	background: rgba(43, 63, 149, 1);
	border-color: rgba(43, 63, 149, 1);
	color: rgb(255 255 255);
	padding: 10px 30px;
	border-radius: 2px;
	border: 1px solid rgb(23, 49, 161);
	width: 100%;
	margin-top: 10px;
	cursor: pointer;
}

.login-modal button[type="button"]:disabled:hover {
	background: rgba(43, 63, 149, 1);
	border-color: rgba(43, 63, 149, 1);
	color: rgb(255 255 255);
	padding: 10px 30px;
	border-radius: 2px;
	border: 1px solid rgb(23, 49, 161);
	cursor: not-allowed;
	opacity: 0.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: 0px 0px 0px 5px;
}

.status-screen .sub-comment-div .loader {
	top: 94%;
	left: 57%;
}


/* .blog-page .added-by,
.my-profile .added-by {
	display: flex;
	align-items: center;
	float: left;
	width: 96%;
	margin-bottom: 15px;
} */


/* .my-profile .added-by {
    width: 89%;
} */


/* .blog-page .added-by img,
.my-profile .added-by img {
	height: 35px;
	width: 35px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 8px;
} */


/* .my-profile .added-by h5 {
	margin: 0px;
	color: #424141;
	text-transform: capitalize;
	font-size: 16px;
	font-family: 'source_sans_prosemibold';
} */

.blog-page .label-title {
	font-size: 15px;
	margin-bottom: 2px;
}


/* .blog-page .added-by-user,
.my-profile .added-by-user {
	margin: -13px 0px 0px;
} */


/* .blog-page .col-lg-6 {
	margin-bottom: 155px;
} */

.blog-page .question-search-box {
	width: 100%;
	margin: 0 0 15px 0;
	display: inline-block;
	max-width: 671px;
}


/* .blog-page {
	margin-top: 46px;
} */

.search-list.video-details.status-listing-screen .side-box {
	margin-top: 0px;
}

.search-list.video-details.status-listing-screen .subscribe {
	margin-top: 30px;
}

.search-list .create-blog .my-blog-title {
	padding: 0px;
	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: 0px;
	padding: 3px 6px;
	font-size: 13px;
	margin-top: 10px;
}

select {
	text-transform: none;
	outline: none;
}

.share-post-modal select {
	font-size: 15px;
}

.expert-big-model.share-post-modal .select-dropdown .btn-primary {
	background: transparent;
	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: none;
	box-shadow: none;
}

.btn .caret {
	background: url(../img/arrow_small.png) no-repeat;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 17px;
	right: 0px;
	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: 0px;
	border: none;
}

.share-post-modal .profile-info .select-dropdown span,
.add-post .select-dropdown span,
.add-post .select-dropdown .check-box {
	color: #000;
	font-size: 17px;
	margin-right: 0;
	margin-left: 5px;
}

.share-post-modal .dropdown-menu,
.add-post .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: transparent;
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	right: -12px;
	top: 8px;
}

.share-post-modal .select-dropdown:focus,
.status-screen .add-post .dropdown button,
.status-screen .add-post .dropdown button.active,
.show>.btn-primary.dropdown-toggle:focus {
	outline: none;
	box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
	background-color: transparent;
	border: none;
}

.share-post-modal .profile-info .select-dropdown li span,
.add-post .select-dropdown li span {
	margin-left: 8px;
}

.add-post .select-dropdown li span {
	margin-left: 0px;
}

.add-post .select-dropdown li img {
	margin-right: 7px;
}

.share-post-modal .profile-info .select-dropdown li,
.add-post .select-dropdown li {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 1px 0px;
}

.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: 0px;
	cursor: pointer;
}


/* .share-post-modal .profile-info .select-dropdown li:first-child,
.add-post .select-dropdown li:first-child {
	margin-bottom: 5px;
} */

.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: 0px 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: 0px 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: transparent;
	margin-right: 13px;
	padding: 0px;
	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: 0px;
}

.status-screen .add-post .dropdown {
	position: relative;
	padding: 0px;
	right: -6px;
}

.status-screen .add-post .dropdown button {
	background: transparent;
	border: none;
	padding: 0px 15px;
}

.status-likes-modal,
#suggestedUsersListModal .modal-dialog {
	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: transparent;
	border: none;
	cursor: pointer;
}

/* span.dropdown.pull-right.share-menu {
	margin-top: 0px;
	font-size: 20px;
	margin-left: 10px;
	position: absolute;
	top: 10px;
} */

.share-menu .dropdown-menu ul {
	margin-bottom: 0px;
	list-style: none;
}


/* .share-menu ul {
	list-style: none;
} */

.share-menu .dropdown-menu li {
	display: inline-block;
	margin: 1px 5px 4px 0px;
}


/* .share-menu .dropdown-menu .user-menu-login li {
	display: block;
} */

.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: 0px;
}

.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: 0px 15px;
}

.blog-list-records .load-more-div {
	text-align: center;
	width: auto;
	padding: 0px;
	margin: 0px;
}

.js-questions-list.topiclist-questions .load-more-div {
	padding: 0px;
}

.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: 0px;
	border: none;
	background: transparent;
	color: #2e2e2e;
	padding: 0px;
	font-family: 'source_sans_prosemibold';
	font-size: 18px;
	border-radius: 0px;
	cursor: pointer;
}

.item-thanks-1 .delete-video-btn {
	border: none;
	background: transparent;
	color: #2e2e2e;
	font-size: 22px;
	padding: 0px;
	position: absolute;
	right: 11px;
	cursor: pointer;
}

.item-thanks-1 .delete-video-btn.text {
	font-size: 17px;
}


/* .item-thanks-1 .record-video-btn:hover {
	border: none;
	background: transparent;
	color: #94b33b;
} */

.item-thanks-1 .delete-video-btn:hover {
	border: none;
	background: transparent;
	color: red;
}

.item-thanks-1 .button-block {
	overflow: hidden;
	padding: 20px 20px 10px;
}

.item-thanks-1.item-thanks small {
	margin-top: 19px;
	margin-bottom: 0px;
}

.common-modal .vjs-big-play-button {
	display: none !important;
}

.item-thanks-1 .play-btn {
	position: absolute;
	background: transparent;
	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;
} */

.v1-info .share-popup .dropdown-menu {
	top: 26px !important;
    left: -124px !important;
    right: auto;
    z-index: 1;
    transform: none !important;
}
/* .blog-screen .js-questions-list .load-more-div {
	margin-bottom: 0;
	width: 100%;
} */


/* .js-questions-list .load-more-div {
	margin-bottom: 143px;
	width: 100%;
} */


/* #blogs .js-questions-list .load-more-div {
	margin-bottom: 0;
	width: 100%;
} */


/* .blog-page .js-questions-list .load-more-div .post-info-item {
	width: 95%;
} */


/* .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-image: url(../img/noimage_thumbnail.png);
	width: 100%;
	height: 251px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
} */

.blog-page .post-subject,
.my-profile .post-subject {
	line-height: 17px;
	margin: 10px 0px 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: transparent;
	color: #000;
	border: 1px solid #000;
}

.btn-transparent {
	background: transparent;
	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;
}

#languageModal .btn-transparent:hover {
	color: #fff;
	background-color: #ed572a;
	border: 1px solid #ed572a;
}

#languageModal .btn btn-green:hover {
	color: #fff;
	background-color: #9ad00a;
	border: 1px solid #ed572a;
}

.delete-dialog {
	max-width: 400px;
}

.delete-dialog .delete-model h2 {
	color: black;
	font-weight: bold;
	font-size: 24px;
	margin: 0 0 10px 0;
}

.blog-url p {
	margin-bottom: 8px;
}

.blog-url span {
	font-weight: bold;
}

.blog-url {
	width: 100%;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	padding: 2px 0px 2px 10px;
	margin-bottom: 12px;
}

.upload-photo .circle img {
	height: 145px;
	width: 145px;
	/* border-radius: 50%; */
	object-fit: cover;
}

input#slug-text {
	width: 90%;
	border: none;
	height: 45px;
}

input#slug-text:focus {
	outline: none
}

.cemara {
	position: relative;
	left: 0;
	right: 0;
	/* margin: 0 auto; */
	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 {
	/* top: -18px; */
	cursor: pointer;
}

.input--file input[type="file"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

input[type="file"] {
	display: block;
}


/* .upload-photo {
	background: #ddd;
	margin-bottom: 15px;
} */

.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: 0px;
	cursor: pointer;
	position: relative;
	border-left: 5px solid #f6f6f6;
	padding: 10px 0px;
	margin-bottom: 14px;
	margin-bottom: 0px;
	border-bottom: 1px solid #e2e2e2;
	margin-right: 0px;
	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: 0px;
	border-top-right-radius: 0px;
}

.my-profile .left-section .nav-tabs li a {
	display: flex;
	align-items: center;
	padding: 12px 17px;
	color: #2e2e2e;
}


/* .my-profile .item-left a {
	float: right;
} */

.my-profile .list {
	margin-top: 24px;
}

.disable-btn {
	background: #ddd !important;
	border: #ddd;
	pointer-events: none;
	cursor: not-allowed;
}

.my-profile .tab button {
	background: transparent;
	padding: 0px 32px 16px;
	margin: 0px;
	cursor: pointer;
	border: none;
	color: #fff;
	font-size: 18px;
}

.my-profile .tab {
	width: 100%;
	margin-bottom: 30px;
}

.my-profile .tabcontent {
	width: 100%;
	padding-top: 0px;
	min-height: 600px;
}

.my-profile .basic-intro-tab.tabcontent {
	padding-top: 0px;
	padding-bottom: 20px;
}

.blogImageError {
	position: relative;
	top: -20px;
}

.my-profile .tab button.active {
	border-bottom: 0px !important;
	margin: 0px;
	color: #2e2e2e;
	height: 46px;
	background: #fff;
	padding: 0px 20px;
	font-family: 'source_sans_prosemibold';
	border-radius: 6px 6px 0px 0px;
}

.my-profile .userBlogsList {
	clear: both;
	/* padding-top: 32px; */
}

.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: 0px;
	margin: 0px;
}

.dimension {
	position: relative;
	top: -25px;
}

.required {
	color: #dc3545;
}

.language-model #languageModal .loader {
	top: 33%;
}

.language-loader-div {
	height: 100px;
}


/* .blog-page .added-by .user-data .date,
.my-profile .added-by-user .user-data .date {
	font-size: 13px;
	padding: 0px;
} */

.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: 0px;
	background-repeat: no-repeat;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	background-size: cover;
	clear: both;
}

.btn.disabled,
.btn:disabled,
.btn.disabled:hover,
.btn:disabled:hover {
	margin-top: 0px;
	background-color: #8dc73f !important;
	color: #fff !important;
}

#create_blog .js-selected-Question {
	float: left;
	width: 100%;
	padding: 0px 33px;
}
/* .user-profile-page {
    height: 360px !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;
}

.my-profile .count,
.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;
}

.my-profile .count:hover,
.blog-page .count:hover {
	text-decoration: none;
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
	background-image: none;
	text-decoration: none;
}

.my-profile .btn-link,
.blog-page .btn-link {
	min-width: 25px;
	height: 30px;
	border-radius: 4px;
	padding: 0px;
	background: transparent;
	border: 2px solid #a5a5a5;
}

.my-profile .btn-link .question-icon,
.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: 0px; */
	color: #fff;
}

.my-profile .btn-link:hover,
.my-profile .btn-link:focus,
.blog-page .btn-link:hover,
.blog-page .btn-link:focus {
	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;
}

.my-profile .item-left .img-link,
.blog-page .item-left .img-link {
	float: unset;
	display: unset;
	margin: 0px;
}

.my-profile .question-block ul li::first-letter,
.blog-page .question-block ul li::first-letter {
	text-transform: capitalize;
}

.my-profile .question-block ul,
.blog-page .question-block ul {
	padding-left: 20px;
}

.my-profile .question-block ul {
	list-style-type: decimal;
}

.my-profile .question-block ul li,
.blog-page .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: 0px;
	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;
}


/* .add-post .select-dropdown li img {
	margin-left: 15px;
} */

.search-list .status-screen #custom-search-input .form-control {
	padding: 0px 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: 0px;
}

.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: transparent;
	height: 22px;
	width: 22px;
	/* color: #eee; */
}

.status-screen .check-box {
	width: 100%;
	padding: 0px;
}

.status-screen .add-post .checkmark {
	position: absolute;
	right: 0px;
	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: none;
}

.add-post .select-dropdown .check-box {
	margin-bottom: 0px;
}

.add-post .select-dropdown li.disabled {
	opacity: 0.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: 0px;
	color: #000;
}

.share-post-modal .profile-info .select-dropdown li span {
	margin-left: 0px;
}

.comment-modal .likes-popup-modal .status-likes-users-modal #likedDetailPopUpUsersListUlLi {
	height: 394px;
	overflow: hidden;
	overflow-y: scroll;
}


/* .comment-modal .likes-popup-modal .status-likes-users-modal ul ::-webkit-scrollbar {
	background-color: transparent;
} */


/* .status-screen .post-box .comment-box .flex textarea {
	height: 40px;
    font-size: 17px;
} */

.status-screen .post-box .comment-box .sub-comment-div textarea {
	margin-bottom: 0px;
}

.status-screen .comment-box .sub-comment-div .msg-box {
	margin: 8px 0px 0px 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: 0px;
}

.comment-modal .status-text-color .banner .box .description {
	height: 378px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 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: 0px 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 0px;
}

.comment-modal .view-more-btn:hover {
	background-color: #fff;
}

.comment-modal .view-more-btn:hover a,
.comment-modal .comment-box ul li .time-div .reply:hover {
	color: #0571c6;
}


/* blog page css */

.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: rgba(43, 63, 149, 1);
	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: transparent;
	color: #2b3990;
	border: 1px solid #2b3990;
}

.btn-saving {
	background: transparent;
	color: #2b3990;
	border: 1px solid #2b3990;
	margin-right: 10px;
}

.btn-saving:hover {
	background: #2b3990;
	color: #fff;
	border: 1px solid #2b3990;
}
.btn-publish:hover {
    background: #2b3990;
    color: #fff;
    border: 1px solid #2b3990;
}

.comment-modal #comments .sub-comment-div {
	padding: 9px 0px 5px 50px;
}

.comment-modal .btn {
	min-width: auto;
}

.status-screen .btn {
	min-width: auto;
}

.userStatus .my-profile .col-sm-8 {
	margin-top: 0px;
}


/* .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%;
}

.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;
}
	
.profile-content .chosen-container .chosen-single {
	padding: 10px !important;
	border-radius: 2px;
	word-break: break-all;
	width: 140px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.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: transparent;
	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;
}


/* The colour of the indicators */

.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 .section-header h2 {
	clear: both;
	color: #000;
	font-family: 'source_sans_probold';
	line-height: 40px;
	margin: 13px 0px;
} */

.blog-page .inner-tab.js-swipe-li {
	width: 100%;
}


/* .blog-page .post-info-item,
.my-profile .post-info-item {
	background: #fff;
	box-shadow: 1px 0px 24px -2px #e8e5e5;
	width: 95%;
	position: absolute;
	bottom: -120px;
	min-height: 138px;
	padding: 0px 5px;
} */


/* .blog-page .row.js-questions-list {
	width: 100%;
	margin-top: 20px;
} */


/* .my-profile .row.js-questions-list .post-img {
	width: 100%;
	height: 250px;
	object-fit: cover;
} */


/* .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: 0px 1px 0px 3px #fff;
} */


/* .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;
}

.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 0px 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 0px 24px -2px #e8e5e5;
	width: 100%;
	position: absolute;
	bottom: -120px;
	min-height: 138px;
	text-align: left;
	padding: 0px 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: 0px 1px 0px 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;
}


/* .blog-page .post-title h3,
.my-profile .post-title h3 {
	margin: 0px;
	color: #000;
	font-size: 22px;
	line-height: 26px;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-family: 'source_sans_prosemibold';
	width: 92%;
	overflow: hidden;
	margin: 1px 0px;
	margin: 1px 0px 8px;
} */

.my-profile .post-title h3 {
	width: 95%;
	margin-bottom: 0px;
}

#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: 0.6;
}

.blog-button {
	float: right;
	width: 36%;
	text-align: right;
	margin-top: 14px;
}

.blog-button a {
	background: rgba(43, 63, 149, 1);
	border-color: rgba(43, 63, 149, 1);
	padding: 10px 30px;
	font-size: 20px;
	color: #fff;
	border-radius: 2px;
	border: 1px solid rgba(43, 63, 149, 1);
}

.create-blog .section-header .section-title {
	width: 100%;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.search-list .create-blog .section-header {
	padding: 0px;
}

.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: 0px 0px 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: 0.6;
}

.blog-button {
	float: right;
	width: 36%;
	text-align: right;
	margin-top: 14px;
}

.blog-button a {
	background: rgba(43, 63, 149, 1);
	border-color: rgba(43, 63, 149, 1);
	padding: 10px 30px;
	font-size: 20px;
	color: #fff;
	border-radius: 2px;
	border: 1px solid rgba(43, 63, 149, 1);
}

.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;
}


/* .search-list .create-blog .section-header {
	padding: 0px;
} */

.blog-page .js-questions-list.topiclist-questions .no-padding {
	padding: 15px;
}


/* .blog-page .js-questions-list.topiclist-questions .post-info-item {
	width: 97%;
} */

.blog-page .js-questions-list.topiclist-questions {
	width: 80%;
	margin: 0px;
}

.blog-page .js-questions-list.topiclist-questions {
	margin: 0px auto;
	padding: 0px 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: 0px;
}

.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%;
}


/* .my-profile .added-by h5 {
	margin: 0px;
	color: #424141;
	text-transform: capitalize;
	font-size: 16px;
	font-family: 'source_sans_prosemibold';
} */

.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 0px 0px;
}

.blog-page .col-lg-6,
.my-profile .space-row .col-lg-6.no-padding {
	margin-bottom: 153px;
}


/* .blog-page .question-search-box {
    max-width: 96%;
	margin: 14px 0px 20px;
	display: inline-block;
} */

.search-list .create-blog .my-blog-title {
	padding: 0px;
	width: 100%;
}

.blog-page .js-questions-list.topiclist-questions .no-padding {
	padding-bottom: 140px;
}


/* .blog-screen .js-questions-list .load-more-div {
	margin-bottom: 0;
	width: 100%;
} */

#blogs .js-questions-list .load-more-div {
	margin-bottom: 0;
	width: 100%;
}


/* .blog-page .js-questions-list .load-more-div .post-info-item {
	width: 95%;
} */

.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 0px 6px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.blog-screen {
	width: 100%;
}

.blog-url p {
	margin-bottom: 8px;
}

.blog-url span {
	font-weight: bold;
}


/* .search-list #questions .blog-page .questions-box {
	border: 0px;
	margin-top: -8px;
	padding-top: 0px;
	padding-right: 25px;
} */

.blog-url {
	width: 100%;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	padding: 2px 0px 2px 10px;
	margin-bottom: 12px;
}

#blogImg {
	/* top: -18px; */
	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;
}


/* .userBlogsList .share-menu .dropdown-menu {
	width: 148px;
	min-width: 163px;
} */


/* .blog-page .added-by .user-data .date,
.my-profile .added-by-user .user-data .date {
	font-size: 13px;
	padding: 0px; */

#create_blog .js-selected-Question {
	float: left;
	width: 100%;
	padding: 0px 33px;
}

/* .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;
}
.blog-page .btn-link {
	min-width: 25px;
	height: 30px;
	border-radius: 4px;
	padding: 0px;
	background: transparent;
	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: 0px;
}
.blog-page .btn-link:hover,
.blog-page .btn-link:focus {
	color: #0056b3;
	text-decoration: none;
}
.blog-page .card {
	border: none;
	background-color: transparent;
	position: absolute;
	right: 33px;
	top: 9px;
}

/* .blog-page .card {
	top: 9px;
} */
.blog-page .item-left .img-link {
	float: unset;
	display: unset;
	margin: 0px;
}
.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: 0px;
	background: #fff;
	width: 100%;
	left: 0px;
	z-index: 9;
	box-shadow: -12px 22px 28px -2px #e8e5e5;
	height: 320px;
	opacity: 0.9;
	padding: 22px;
	color: #000;
}
.blog-page .question-block .btn-link-close {
	position: absolute;
	bottom: 29px;
	right: 38px;
}
.my-profile .space-row .question-block,
.my-profile .userBlogsList.user-topic-blogs .question-block,
.my-profile .question-block {
	clear: both;
	position: absolute;
	top: 0px;
	background: #fff;
	width: 100%;
	left: 0px;
	z-index: 9;
	box-shadow: -12px 22px 28px -2px #e8e5e5;
	height: 320px;
	opacity: 0.9;
	padding: 22px;
	color: #000;
}
.my-profile .space-row .col-lg-6.no-padding {
	margin-bottom: 0px;
}
.my-profile .space-row .post-info-item {
	position: relative;
	bottom: -0px;
	z-index: 9;
	top: -21px;
	height: 10px;
	min-height: 131px;
}

/* .blog-screen .js-questions-list .load-more-div .question-block {
	width: 320px;
} */
.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: 0px;
	color: #777575;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.my-profile .added-by .user-data {
	overflow: hidden;
}

/* .userBlogsList .share-menu .dropdown-menu {
	width: 148px;
	min-width: 163px;
} */
.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: 0px !important;
	width: 100%;
}
.share-menu button {
	background: transparent;
	border: none;
	cursor: pointer;
}

/* span.dropdown.pull-right.share-menu {
	margin-top: 10px;
} */
.blog-page .dropdown-toggle::after {
	border: none;
}
.blog-page .dropdown-toggle:focus {
	outline: none;
}
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 .rating span,
.profile-header .followers span {
	font-weight: normal;
	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: normal;
	color: #2e2e2e;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.my-profile .expertlist p {
	margin: 0 0 0 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: 0px;
}

/* .profile-content #videos .v1-info-1.v1-info .share-popup .dropdown-menu {
	left: -16px !important;
} */
.profile-content .userVideoList .share-menu .dropdown-menu {
	width: auto;
	min-width: 160px;
	padding: 7px 16px 0px;
	left: auto !important;
	right: 0px;
}
.profile-content .share-menu .dropdown-menu .user-menu-login li a {
	margin: 0px;
	line-height: 0px;
}
.profile-content .chosen-container .chosen-single {
	padding: 10px !important;
	border-radius: 2px;
	word-break: break-all;
	height: auto;
	line-height: 16px;
	background: transparent;
	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: 0px;
	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: 0px;
}
.my-profile .expertlist .tile {
    margin-bottom: 30px;
}
.my-profile .expertlist .tile .border {
	padding: 20px;
    border-radius: 3px;
    min-height: 71px;
}
.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;
	font-size: 20px;
	white-space: normal;
	margin-bottom: 0px;
}
.my-profile .rating span {
	font-weight: normal;
	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: transparent;
}
.search-list.my-profile #custom-search-input {
	height: 38px;
	line-height: 51px;
	margin-top: 0px;
	border-radius: 5px;
	padding: 0px 0px;
}
.my-profile .btn-primary,
.my-profile #questions button.btn.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 .btn-primary:hover,
.my-profile #questions button.btn.btn-primary:hover {
	background: transparent;
	border-color: #8ec63f;
	color: #8ec63f;
}
.my-profile .question-search-box {
	margin-bottom: 30px;
}
.my-profile .load-more-row {
	width: 100%;
	margin: 0px;
}
.my-profile.search-list #custom-search-input button {
	float: unset;
	margin: 0px;
	background: transparent;
	font-size: 18px;
	position: absolute;
	right: 0px;
	top: -2px;
	z-index: 9;
}
.my-profile.search-list .input-logo {
	margin-top: 0px;
}
.my-profile .v1.video-item {
	border: 1px solid #ccc;
	padding: 15px 15px 9px;
	box-shadow: none;
	min-height: 332px;
}

/* .my-profile #blogs span.dropdown.pull-right.share-menu {
	margin: 0px;
	font-size: 20px;
	position: absolute;
	right: 7px;
	bottom: 16px;
} */
.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 0px;
	line-height: 16px;
}
.my-profile .v1-category {
	margin-top: -7px;
}
.my-profile .browse-items button {
	border: 1px solid #ccc;
	background: transparent;
	border-radius: 4px;
	padding: 4px;
	margin: 1px;
	font-size: 17px;
	cursor: pointer;
}
.my-profile .browse-items button.open .fa-angle-up,
.my-profile .browse-items button .fa-angle-down {
	display: inline-block;
	margin-left: 4px;
}
.my-profile .browse-items button.open .fa-angle-down,
.my-profile .browse-items button .fa-angle-up {
	display: none;
}
.my-profile .browse-items {
	padding-left: 0px;
}
.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: 0px;
}

/* .my-profile .card {
	right: 57px;
	bottom: 18px;
	top: auto;
} */
.share-menu .dropdown-menu .user-menu-login li {
	display: block;
	margin: 7px 5px 4px 0px;
	clear: both;
	cursor: pointer;
}
.share-menu .dropdown-menu .user-menu-login li:hover a, .share-menu .dropdown-menu .user-menu-login li a {
	color: #2e2e2e;
	font-size: 16px;
}
.blog-detail .share-menu .dropdown-menu .user-menu-login li {
	padding: 0px;
	margin: 0px;
}
.share-menu .dropdown-menu .user-menu-login li:hover {
	opacity: 0.6;
}

/* .my-profile span.dropdown.pull-right.share-menu {
	margin: 2px 0px 0px 10px;
} */

/* .my-profile .status-icon {
	position: absolute;
	right: 29px;
	top: 5px;
	cursor: pointer;
} */
.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 0px;
}
.my-profile .filter-item select {
	width: 200px;
	margin-right: 16px;
	height: 41px;
}
.my-profile .flex {
	display: flex;
	padding: 15px 0px 0px;
}
.my-profile select.form-control:not([size]):not([multiple]) {
	height: 38px;
	line-height: 1px;
}
.my-profile #videos .no-padding {
	padding-left: 0px;
}
.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 0px;
	margin: 13px 0px 0px;
}
.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: 0.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: 0.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: 0.7;
}
.my-profile #blogs .js-questions-list .load-more-div {
	padding: 0px;
	margin: 0px;
}
.my-profile .left-avatar.avatar {
	width: 50px;
	height: 50px;
}
.user-profile-page .usercontry.description {
	max-width: 60%;
	text-align: center;
	margin: 0px 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: 0px;
	padding-top: 0px;
}
.my-profile #userVideoList .js-ques-list {
	clear: both;
	position: absolute;
	top: 0px;
	background: #fff;
	width: 92%;
	left: auto;
	z-index: 9;
	box-shadow: -12px 22px 28px -2px #e8e5e5;
	height: 331px;
	opacity: 0.9;
	list-style-position: inside;
	list-style: disc;
	padding: 17px 41px;
	color: #000;
}
.load.userProfileLoader {
	background: transparent;
	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: 0px 6px 0px 14px;
}
.my-profile .v1.video-item span.dropdown.pull-right.share-menu {
	margin-top: 0px;
	font-size: 20px;
	margin-left: 14px;
	position: absolute;
	top: auto;
}
.my-profile .d-flex span.dropdown.pull-right.share-menu {
	margin-top: 0px;
	font-size: 20px;
	margin-left: 10px;
	position: relative;
	top: 0px;
}
.my-profile .v1-info-1.v1-info .v1-right {
	margin-right: 22px;
	position: relative;
}
.profile-modal-items .modal-header .close {
	padding: 0px;
	margin: 0px;
	color: #000;
	opacity: 1;
	position: absolute;
	right: 22px;
	top: 13px;
}
.profile-modal-items .modal-header .close:hover {
	opacity: 0.5;
}
.profile-modal-items .modal-header {
	border: none;
	padding: 0px;
}
.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 0px;
}
.profile-modal-items .modal-footer {
	border: none;
	padding-right: 0px;
}
.expertise-detail .btn-block .btn-primary {
	border: 1.4px solid #2b3990;
    padding: 9px;
    background: #2b3990;
    color: #fff;
    width: 88px;
    height: 43px;
    border-radius: 3px;
    font-family: 'source_sans_prosemibold';
    margin-left: 10px !important;
    min-width: 88px;
	margin-right: 0px;
}
.expertise-detail .btn-block .btn:not(:disabled):not(.disabled).active, .expertise-detail .btn-block .btn:not(:disabled):not(.disabled):active {
	padding: 9px;
	border: 1.4px solid #2b3990;
	background: #2b3990;
	color: #fff;
	width: 88px;
    height: 43px;
	border-radius: 1px;
	font-family: 'source_sans_prosemibold';
	margin-left: 18px !important;
}
/* .profile-modal-items .btn-primary, .expertise-detail .btn-primary, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
	padding: 9px;
	border: 1.4px solid #2b3990;
	background: #2b3990;
	color: #fff;
	width: 88px;
    height: 43px;
	border-radius: 1px;
	font-family: 'source_sans_prosemibold';
	margin-left: 18px !important;
} */
.profile-modal-items .btn-primary:hover, .profile-modal-items .btn-primary,
.profile-modal-items .btn:not(:disabled):not(.disabled).active,
.profile-modal-items .btn:not(:disabled):not(.disabled):active {
	opacity: 0.7;
	border: 1.4px solid #2b3990;
    background: #2b3990;
	color: #fff;
}
.profile-modal-items .btn-outline-primary, .expertise-detail .btn-outline-primary {
	border: 1.4px solid #2b3990;
    color: #2b3990;
    width: 88px;
    border-radius: 3px;
    font-family: 'source_sans_prosemibold';
    padding: 8px;
    min-width: 88px;
	margin-right: 12px;
}
.profile-modal-items .btn-primary:hover, .expertise-detail .btn-primary:hover {
	border: 1.4px solid #2b3990;
    color: #2b3990;
	background-color: transparent;
}
.profile-modal-items .btn-primary, .expertise-detail .btn-primary {
    color: #fff;
    background-color: #2b3990;
    width: 88px;
    border-radius: 3px;
    font-family: 'source_sans_prosemibold';
    padding: 10px;
    min-width: 88px;
}
.profile-modal-items .btn-outline-primary:hover, .expertise-detail .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: 0px;
	position: absolute;
	top: 9px;
	right: -20px;
}
.no-padding.load-more-div {
	padding: 0px;
}
.filter-row-item .no-padding {
	padding: 0px;
}
.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: 0px;
	font-size: 20px;
	right: -9px;
	position: absolute;
	top: 0px;
}
.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: 0px;
}
.how-it-works.search-list #questions {
	padding: 25px 0px;
}
.my-profile .tab button:first-child {
	padding-left: 0px;
}
.my-profile .tab button.active:first-child {
	padding: 0px 20px;
}
.my-profile #question .js-change-col {
	padding-left: 0px;
}
.my-profile .userBlogsList .js-questions-list {
	margin-bottom: 144px;
}

.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 .btn-link,
.my-profile #questions button.btn.btn-link,
.my-profile .btn-link:not(:disabled):not(.disabled):active,
.my-profile .btn-link:not(:disabled):not(.disabled).active {
	background-color: transparent;
	padding: 0px;
	border: none;
	height: auto;
}
.filter-row-item .no-padding.questions-box .space-row {
	margin: 0px;
}
.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 {
    max-width: 80%;
} */
.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: 0px;
}
.my-profile .inner-tab-content ul {
	margin: 0px;
	padding: 0px 18px;
}
.my-profile .inner-tab-content {
	margin-top: 0px;
}
.load-more-blog {
	padding-left: 0px;
}
.my-profile .d-flex span.dropdown.pull-right.share-menu button {
	height: 0px;
}
#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: transparent;
	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: 0px;
	padding: 0px;
}
.main .expertlist .topic-blog-list .questions-box {
	padding: 0px;
}
.my-profile .topic-blog-list.topiclist-questions {
	overflow: visible;
}
/* .my-profile .expertlist .status-icon {
	right: -17px;
} */
.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: 0px;
	padding: 0px;
}
.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 css start----------------------*/
.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: 0px;
}
.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: 0.4px;
    margin-bottom: 0px;
}
.rating-detail .rt-text {
	font-size: 18px;
}
.rating-detail .progress {
    height: 6px;
    border-radius: 31px;
    background: #f8f6f7;
    vertical-align: bottom;
    width: 78%;
    margin: 0px;
    position: relative;
    left: 12px;
    margin-right: 28px;
    top: 2px;
}
.rating-detail .progress .progress-bar {
	background-color: #ffcc00;
}
.rating-detail .review-rating-progress {
    font-size: 16px;
    padding-bottom: 13px;
}
.rating-detail .rating-item {
	min-height: 185px;
    margin: 30px 0px;
    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: normal;
    font-family: 'source_sans_prosemibold';
    color: #000;
    margin: 0px;
}
.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 0px 3px 0px;
}
.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: 0px 10px;
    font-size: 20px;
}
.rating-reviews {
	padding: 40px 0px;
}
.border {
	border-color:#eee;
}
.rating-detail .custom-control-label::before, .rating-detail .checkmark {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid #6d6c6c;
    border-radius: 2px;
	cursor: pointer;
}
:focus {
	outline: none !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: #ffcc00;
}
.rating-detail .right-side .rating-star  i {
	margin: 3px 5px;
}
/*-----------------Rating Detail css end----------------------*/
/*------------------------Expertise Detail css start---------------------*/
.expertise-detail .title {
	text-transform: capitalize;
    color: #000;
    font-size: 24px;
    font-family: 'source_sans_prosemibold';
    margin: 10px 0px 0px
}
.expertise-detail .subject {
	font-size: 17px;
    text-transform: capitalize;
    color: #000;
}
.expertise-detail .title-small {
	font-family: 'source_sans_prosemibold';
    color: #000;
	margin-bottom: 0px;
}
.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: normal;
    letter-spacing: 0.3px;
    font-family: 'source_sans_proregular';
}
.expertise-detail ul {
	list-style-type: none;
}
.expertise-detail li::before {
    display: inline-block;
    content: '';
    -webkit-border-radius: 0.375rem;
    border-radius: 50%;
	margin-right: 0.5rem;
    height: 7px;
    width: 8px;
    background-color: #000;
}
.search-list .expertise-detail .container .btn.btn-light, .search-list .expertise-detail .container .pull-right .btn.btn-light:active {
    margin: 0px auto !important;
    height: auto !important;
    padding: 0px !important;
    font-size: 16px !important;
	border: none !important;
    color: #9ad00a !important;
	font-family: 'source_sans_proregular';
	width: auto !important;
	background-color: transparent;
}
.search-list .expertise-detail .container button.btn.btn-light:hover {
	opacity: 0.6;
}
.expertise-detail .top-title {
	font-size: 14px;
    color: #000;
    letter-spacing: 1px;
}
.expertise-detail {
	padding: 40px 0px;
}
.bg-grey {
	background: #fcfcfc;
}
.no-record-found img {
	margin: 0px auto;
}
.no-record-found h4 {
	font-size: 18px;
    color: #aba9a9;
    margin: 15px 0px 0px;
}
.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 0px !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 button, .my-profile .expertise-detail .btn-block .btn:not(:disabled):not(.disabled):active {
    width: 111px !important;
    padding: 8px !important;
    border-radius: 4px !important;
	height: 43px !important;
	margin: 0px 0px 0px 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: 0.7;
	background: #2b3990 !important;
	border-color:#2b3990;
	color: #fff;
}
.meeting-modal .no-padding {
	padding: 0px;
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: transparent;
}
.rating-detail .checkmark:after {
	left: 7px;
    top: 3px;
    border: solid white;
    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: 0px;
}
.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: 0px;
}
.expertise-detail .ques-list li {
	position: relative;
    width: 100%;
	cursor: pointer;
}
.expertise-detail .ques-list li::after:hover {
	opacity: 0.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: 0px;
    height: 60px;
    z-index: 1;
}
.expertise-detail .load .loader {
    top: 35%;
}
.expertise-detail .ques-list li span.pull-right {
    position: absolute;
    right: 0px;
}
.add-ques-modal .modal-header h4 {
	font-size: 20px;
    color: #000;
    text-transform: capitalize;
    font-family: 'source_sans_prosemibold' !important;
    letter-spacing: 0px;
}
.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, .expertise-detail .btn.disabled:hover,
.expertise-detail .btn:disabled:hover {
    margin-top: 0px;
    background-color: #979797 !important;
    color: #fff !important;
	border-color: #979797;
}
.expertise-detail .close {
	padding: 2px 0px 10px;
    position: relative;
    left: 24px;
    opacity: 1;
}
.expertise-detail .close:hover {
	opacity: 0.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: -7px;
    top: -8px;
    height: 19px;
    border: 1px solid #eee;
    border-radius: 50%;
    padding: 4px;
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    color: #afabab;
}
.add-ques-modal .close-item  .close-icon {
	cursor: pointer;
	height: 22px;
    width: 22px;
    opacity: 0.7;
}
.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: 28px;
    color: #000;
    font-size: 17px;
	font-family: 'source_sans_prosemibold';
    right: 0px;
}
.meeting-modal .modal-body input {
	width: 90%;
	background: transparent;
}
.meeting-modal .modal-body .form-group {
	margin-bottom: 0px;
}
.meeting-modal .modal-body b {
	font-size: 17px;
	margin-right: 4px;
}

/* Basic Rules */
.switch input { 
    display:none;
}
.switch {
    display:inline-block;
    width:60px;
    height:30px;
    margin:8px;
    transform:translateY(50%);
    position:relative;
}
/* Style Wired */
.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: 0px 1px 9px 4px #bcb8b8
}

input:checked + .slider:before {
    transform:translateX(-2px);
    background:#fff;
	box-shadow: none;
}
input:checked + .slider {
	box-shadow: none;
    background: #8bc34a;
}

/* Style Flat */
.switch.flat .slider {
 box-shadow:none;
}
.switch.flat .slider:before {
  background:#FFF;
}
.switch.flat input:checked + .slider:before {
 background:white;
}
.switch.flat input:checked + .slider {
  background:limeGreen;
}
.meeting-modal .modal-body .text {
	font-size: 20px;
    color: #000;
	font-family: 'source_sans_prosemibold';
}
.expertise-detail .add-skills .close-btn {
	position: absolute;
    right: -10px;
    top: -14px;
	cursor: pointer;
}
.meeting-modal .price-item img {
	margin-right: 8px;
}
.expertise-detail .add-skills li {
	position: relative;
}
.rating-detail .custom-checkbox.disabled .custom-control-input:checked~.custom-control-label::before {
	background-color: #bbbcb9;
    box-shadow: none;
    border-color: #bbbcb9;
    cursor: not-allowed;
}
.rating-detail .custom-checkbox.disabled .custom-control-input:checked~.custom-control-label::after, .rating-detail .custom-checkbox.disabled .custom-control-label::before {
	cursor: not-allowed;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.error-div {
    background: #FF0000;
    padding: 5px 14px;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 3px;
}
.error-div .error-msg {
    padding: 0px;
}
.acount-page button.close-popup-btn[type="button"] {
	background: transparent;
	border: none;
	color: #000;
	opacity: 1;
	text-align: right;
	float: right;
}
.acount-page button.close-popup-btn[type="button"]:hover {
	border: none;
}
.verify-error-div {
    background: #FF0000;
    padding: 5px 14px;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 3px;
    margin: 15px 25px 36px;
    width: 90%;
}
/* .user-profile-page .user-img-icon {
	position: absolute;
    bottom: 0px;
    right: 39px;
} */
.user-profile-page .profile-info {
	color: #fff;
}
.user-profile-page .profile-info .name {
	font-size: 23px;
}
.user-profile-page  .no-padding, .my-profile .no-padding {
	padding: 0px;
}
.my-profile .expertlist .tile strong {
    font-size: 20px;
    color: #000;
	font-family: 'source_sans_prosemibold';
}
.my-profile .expertlist .tile span.text-fade {
	color: #bcbbbd;
    margin-left: 8px;
}
.my-profile .expert-price-tile .text-right img {
	cursor: pointer;
}
.my-profile .expert-price-tile .expanded-div .price-div .price {
	font-size: 18px;
    color: #000;
}
.my-profile .expert-price-tile  .expanded-div .price-div {
	line-height: 17px;
	margin-top: 6px;
}
.my-profile .expert-price-tile  .expanded-div .price-div small {
	letter-spacing: 0px;
	display: block;
}
.my-profile .expert-price-tile  .expanded-div {
	padding: 7px 0px 2px;
}
.my-profile .expert-price-tile  .expanded-div .radio-group span {
	margin-right: 30px;
}
.my-profile .expert-price-tile  .rank {
	/* background: rgb(238,212,45);
    background: linear-gradient(90deg, rgba(238,212,45,1) 0%, rgba(216,169,20,1) 100%); */
    padding: 2px 15px;
    border-radius: 50px;
    color: #fff;
    font-size: 17px;
	cursor: pointer;
	margin-right: 10px;
}
.expert-price-tile .expanded-div hr {
	border-top: 1px solid #979797;
	width: 100%;
	position: relative;
}

.my-profile .expert-price-tile .icons-div.icon-lift .dollar-icon, .my-profile .expert-price-tile .icons-div.icon-lift .arrow-icon {
	display: none;
}
.expert-price-tile .expanded-div .close-icon {
	cursor: pointer;
	position: absolute;
    right: 44px;
}
.my-profile .expert-price-tile .icons-div.icon-lift .rank {
	float: right;
	position: relative;
}
.expert-price-tile .custom-progress-bar {
	padding: 20px 15px;
	clear: both;
}
.expert-price-tile .custom-progress-bar div {
    color: #fff;
    width: 43px;
    display: inline-block;
    text-align: center;
    margin-right: 0px;
    border-left: 1.5px solid #fff;
}
.expert-price-tile .grey a, .expert-price-tile .custom-progress-bar span.grey, .expert-price-tile .custom-progress-bar div.grey, .expert-price-tile .rank.grey {
    background: rgb(126,125,125) !important;
    background: linear-gradient(0deg, rgba(126,125,125,1) 0%, rgba(210,209,209,1) 100%) !important;
}
.expert-price-tile .yellow a, .expert-price-tile .custom-progress-bar span.yellow, .expert-price-tile .custom-progress-bar div.yellow, .expert-price-tile .rank.yellow{
    background: rgb(216,169,20)!important;
    background: linear-gradient(0deg, rgba(216,169,20,1) 0%, rgba(253,187,45,1) 100%)!important;
}
.expert-price-tile .brown a, .expert-price-tile  .custom-progress-bar span.brown,.expert-price-tile  .custom-progress-bar div.brown, .expert-price-tile .rank.brown {
    background: rgb(138,95,54)!important;
    background: linear-gradient(0deg, rgba(138,95,54,1) 0%, rgba(178,144,101,1) 100%)!important;
}
.rank::after {
    content: '';
    top: 10px;
    left: 0px;
    position: absolute;
    background-image: url(/admin/theme/images/arrowhead.png);
    height: 37px;
    width: 40px;
    z-index: 99;
    background-repeat: no-repeat;
}
.clear {
	clear: both;
}
input[type="radio"] + label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 30px;
	margin-right: 15px;
	font-size: 16px;
}
input[type="radio"] +label:before {
	content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    position: absolute;
    top: 3px;
    left: 2px;
    border: 1px solid #aaa;
    background-color: #fff;
    border-radius: 50%;
}
  
input[type="radio"] {
	display: none !important;
	display: inline;
} 
input[type="radio"]:checked + label:after {
	content: "";
    display: block;
    position: absolute;
    border-radius: 0px;
    background: transparent;
	left: 9px;
    top: 5px;
    width: 7px;
    height: 13px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
 }
 input[type="radio"]:checked + label:before {
	border: 1px solid #8ec63f;
	background-color: #8ec63f;
 }

.video-js .vjs-big-play-button {
	top: 13rem !important;
 	left: 11rem !important;
}
.video-loader {
	position: absolute;
	background: #c9c2c2;
	height: 100%;
	width: 100%;
	justify-content: center;
	z-index: 1;
	display: flex;
	align-items: center;
 }
 
 .loader-wheel {
   animation: spin 1s infinite linear;
   border: 2px solid rgba(30, 30, 30, 0.5);
   border-left: 4px solid #fff;
   border-radius: 50%;
   height: 50px;
   margin-bottom: 10px;
   width: 50px;
 }
 
 .loader-text {
   color: #fff;
   font-family: arial, sans-serif;
 }
 
 .loader-text:after {
   content: 'Loading';
   animation: load 2s linear infinite;
 }
 @keyframes spin {
   0% {
	 transform: rotate(0deg);
   }
   100% {
	 transform: rotate(360deg);
   }
 }
 
 @keyframes load {
   0% {
	 content: 'Loading';
   }
   33% {
	 content: 'Loading.';
   }
   67% {
	 content: 'Loading..';
   }
   100% {
	 content: 'Loading...';
   }
 }
.errorImgDiv{
	object-fit: cover;
	height: 100%;
	width: 100%;
	border-radius: 15px;
	background-color: #dadada;
}
.mainerrorTitle{
	object-fit: cover;
	height: 15px;
	width: 178px;
	border-radius: 15px;
	margin-top: 10px;
	background-color: #dadada;
}
.errorTitle{
	object-fit: cover;
	height: 15px;
	width: 150px;
	border-radius: 15px;
	margin-top: 10px;
	background-color: #dadada;
}

.errorTitleOne{
	object-fit: cover;
	height: 5%;
	width: 65%;
	border-radius: 15px;
	margin-top: 10px;
	background-color: #dadada;
}


.menu-how-it-works .main-content-div{
	margin-top: 100px;
}