body {
	/* font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font-family: 'Open Sans', sans-serif;
	outline:none;
	-moz-transition: border .20s linear,color .20s linear,background-color .20s linear;
    -webkit-transition: border .20s linear,color .20s linear,background-color .20s linear;
    -o-transition: border .20s linear,color .20s linear,background-color .20s linear;
    transition: border .20s linear,color .20s linear,background-color .20s linear;
	word-break: break-word; 
	word-break: break-all;
}
a {
    text-decoration: none;
	word-break: break-word;
	overflow-wrap: break-word !important;
	word-break: break-all;	
}
p { 
    word-break: break-word; 
	overflow-wrap: break-word !important;
	word-break: break-all;
}
.form-group.tage-input-main .tagsinput {
    width: 100% !important;
    border-radius: 3px;
}
.SumoSelect.w-100.ask-qu .CaptionCont {
    position: relative;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #DBDEE1;
    border-radius: 2px;
    margin: 0px ;
    padding: 9px 12px;
}
.question-content-text.comment ul {
    padding-left: 15px;
} 
.post-wrap-content .h1, h1 {
    font-size: 1.4rem;
}
.post-wrap-content .h2, h2 {
    font-size: 1.1rem;
}
.post-wrap-content .h3, h3 {
    font-size: 1rem;
}
.post-wrap-content .h4,.h5,h4,h5 {
    font-size: 1rem;
}



.jqte {
    margin: 30px 0;
    border: #d8d8d8 1px solid;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 5px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: 0 0 3px #999;
    overflow: hidden;
    transition: box-shadow 0.4s, border 0.4s;
    -webkit-transition: -webkit-box-shadow 0.4s, border 0.4s;
    -moz-transition: -moz-box-shadow 0.4s, border 0.4s;
    -o-transition: -o-box-shadow 0.4s, border 0.4s;
	margin:2px 0px;
}
ul.question-vote.reply li.vote-count {
    position: absolute;
    left: -4px;
    font-size: 11px;
    color: #757575;
    top: 4px;
}
/* .q-heighlite { */
	/* margin-bottom: 10px; */
    /* padding: 10px; */
    /* background-color: #FFF8DC; */
    /* border-left: 2px solid #ffeb8e; */
    /* font-size: 14px; */
    /* line-height: 23px;  */
/* } */
.question-content-text blockquote {
    clear: both;
    padding: 10px;
    background-color: #FFF8DC;
    border-left: 2px solid #ffeb8e;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 0px;
}
.question-content-text blockquote>p {
    margin-bottom: 0px;
}
code {
    padding: .2rem .4rem;
    font-size: 90%;
	color: unset !important;
    background-color: #efefef;
    border-radius: .25rem;
}
span.nav-item.pull-right.ask-question-nav.d-sm-flex.d-md-none.d-none {
    font-size: 15px;
    background-color: #01a23c;
    font-weight: 600;
    border-radius: 3px;
    color: #fff !important;
    cursor: pointer;
    z-index: 999;
}
.SumoSelect.w-100.ask-qu .SumoSelect {
    width: 100%;
}
.SumoSelect.w-100.ask-qu .optWrapper {
    width: 99%;
}
span.inlinecode {
	background-color: #efefef;
    padding: 1px 4px;
    border-radius: 2px;
    font-size: 13px;
}
.cke_editor_answerEditor {
    width: 100% !important;
}
span.inlinecode code {
   display: inline-block;
   padding: 0px 2px;
}
button.btn.btn-success.img-upload-profile {
    width: 100%;
    border-radius: 4px;
    background-color: #01a23c;
    padding: 8px 12px;
	margin-top: 5px;
}
img.user-pic-nav {
    max-width: 17px;
    margin-right: 7px;
    vertical-align: baseline;
}
.jqte_focused {
	box-shadow:none !important;
	border: #d8d8d8 1px solid !important;
}
.col-md-12.px-0.banner-header-add img {
    height: 70px;
    margin-top: 13px;
}
.question-content-text img {
    max-width: 100%;
    height: auto;
}
.back-totop {
	position: fixed;
    bottom: 38px !important;
    right: 14px;
    display: none;
    width: 34px;
    height: 34px;
    background: #1976d2;
    color: #fff;
    text-align: center;
    font-size: 20px;
    z-index: 997;
    cursor: pointer;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    visibility: visible;
    border-radius: 4px;
	box-shadow: none;
    border: none;
	outline:none;
}
.back-totop:hover {
	background-color:#000;
}

/******************** custom-radio *********************/


.cuctom-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.cuctom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 9px;
    left: 0;
	height: 21px;
    width: 21px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.cuctom-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.cuctom-radio input:checked ~ .checkmark {
    background-color: #ffffff;
    border: 2px solid #007ee5;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.cuctom-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.cuctom-radio .checkmark:after {
 	top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #007ee5;
}







/* .ribbon2 { */
 /* width: 60px; */
 /* padding: 10px 0; */
 /* position: absolute; */
 /* top: -6px; */
 /* left: 25px; */
 /* text-align: center; */
 /* border-top-left-radius: 3px; */
 /* background: #F47530; */
/* } */
/* .ribbon2:before { */
 /* height: 0; */
 /* width: 0; */
 /* right: -5.5px; */
 /* top: 0.1px; */
 /* border-bottom: 6px solid #8D5A20; */
 /* border-right: 6px solid transparent; */
/* } */
/* .ribbon2:before, .ribbon2:after { */
  /* content: ""; */
  /* position: absolute; */
/* } */
/* .ribbon2:after { */
  /* height: 0; */
  /* width: 0; */
  /* bottom: -29.5px; */
  /* left: 0; */
  /* border-left: 30px solid #F47530; */
  /* border-right: 30px solid #F47530; */
  /* border-bottom: 30px solid transparent; */
/* } */










.ribbon-container {
	position: absolute;
    top: -22px;
    right: -34px;
    overflow: visible;
    font-size: 12px;
    line-height: 18px;
}
.ribbon-container:before {
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    border-top: 17px solid rgba(0, 0, 0, 0.3);
    border-bottom: 18px solid rgba(0, 0, 0, 0.3);
    border-right: 0px solid rgba(0, 0, 0, 0.3);
    border-left: 17px solid transparent;
}
.ribbon-container>span {
    display: block;
    padding: 8px;
    position: relative;
    background: #2d6ff7;
    overflow: visible;
    margin-left: 17px;
    color: #fff;
    text-decoration: none;
}
.ribbon-container:after {
    content: "";
    height: 3px;
    background: rgba(0, 0, 0, 0.3);
    display: block;
    position: absolute;
    bottom: -3px;
    left: 17px;
    right: 3px;
}
.ribbon-container>span:before {
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    top: 0;
    left: -18px;
    border-top: 17px solid #2d6ff7;
    border-bottom: 17px solid #2d6ff7;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
}
.ribbon-container>span:after {
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    bottom: -13px;
    right: 0;
    border-top: 14px solid #1851c7;
    border-right: 14px solid transparent;
}


.nav-link.custom:focus {
    text-decoration: none;
    outline: none;
}
.navbars.uppernav ul.navbar-navs.options-nav.text-center.pt-2.mb-0 li a {
    color: #151515;
}
li.nav-item.pull-right.ask-question-nav a {
    font-size: 15px;
    background-color: #01a23c;
    font-weight: 600;
    border-radius: 3px;
    color: #fff !important;
	cursor:pointer;
}
li.nav-item.dropdown.pull-right.d-flex.d-md-none.show .dropdown-item {
    color: #423f3f;
    background-color: #eef1f7;
    margin: 2px 0px;
}
li.nav-item.dropdown.pull-right.d-flex.d-md-none.show .dropdown-item:hover {
    color: #2d6ff7;;
}
ul.navbar-navs.options-nav.text-center {
    list-style: none;
    padding: 0px;
	display: inline-block;
    width: 100%;
	line-height: 33px;
}
.dropdown-menu.notification.show {
	left: auto !important;
    /* right: 0px; */
    width: 23rem;
	padding: 0pc;
	box-shadow: rgba(28, 29, 32, 0.23) 0px 6px 16px, rgba(23, 24, 27, 0.25) 0px 9px 40px;
    background-clip: padding-box;
    transition: all 0.11s ease-in 0s;
    border-radius: 0px 0px 0.25rem 0.25rem;
	transition-delay: 0s;
}
a.nav-link.dropdown-toggle.notify span.ti-bell {
    font-size: 19px;
    color: #007ee5;
    background-color: #f5f9ff;
    border-radius: 50px;
    padding: 5px 6px;
}
span.badge.badge-light.notify i {
    font-size: 8px;
}

a.nav-link.dropdown-toggle.notify {
    position: relative;
	display: list-item;
}
a.nav-link.dropdown-toggle.notify>.badge.badge-light.notify {
	position: absolute;
    top: 7%;
    background-color: #fff;
    right: 14%;
    padding: 3px 3px;
}
a.nav-link.dropdown-toggle.notify:after {
	display:none;
}
ul.navbar-navs.options-nav li ul.notify.main-list.pl-0 li {
	display: block;
    padding: 3px 15px;
    border-bottom: 1px solid #dedede;
}
.heading-notify {
    background-color: rgb(248, 249, 252);
    color: rgb(71, 73, 79);
    padding: 0.5rem 0.9rem;
}
ul.notify.main-list.pl-0 {
    max-height: 326px;
    overflow-y: auto;
}
ul.notify.main-list.pl-0 .time-notify{
    display: block;
	text-align: right;
	font-size: 12px;
}

.dropdown-menu.notification.show a.dropdown-item {
	overflow: hidden;
    width: 100%;
    font-size: 11px;
    text-align: left;
    padding: 0px 0px 4px;
    display: inline-block;
    text-overflow: ellipsis;
    vertical-align: middle;
    line-height: 19px;
}
.heading-notify-type {
    display: inline-block;
    width: 92%;
    font-weight: 600;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 21px;
}
button.btn.btn-all-notify {
    background-color: transparent;
    text-align: right;
    width: 100%;
    color: #0171cd;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 9px 15px;
}
.dropdown-menu.notification.show a.dropdown-item:hover {
	color: #0c6dcc !important;
    background-color: #fff;
}
time.time-notify {
	display: block;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #7d7d7d;
}
button.btn.btn-primary.loadmore-n-btn {
    width: 100%;
    background-color: #0888f1;
    padding: 9px 12px;
    border-radius: 3px;
}


.main-motify-all {
    background-color: #fff;
    padding: 15px 19px;
}
.date-notify {
    display: inline-block;
    padding: 4px 2px;
    text-align: center;
    width: 57px;
    background-color: #f0f0f0;
    font-size: 13px;
    border-style: dotted;
    border: none;
    border-top: 2px dotted;
    border-color: #1174d5;
	color: #8d8d8d;
}
span.notify-type {
    vertical-align: top;
    display: inline-block;
    color: gray;
    font-size: 12px;
}
.notify-allheading {
    color: #0c6dcc;
    font-weight: 600;
    font-size: 14px;
}
p.notify-description {
    font-size: 12px;
    color: #9c9c9c;
	margin: 0px;
}
li.row.inner-allnotify {
    border-bottom: 1px solid #dadfea !important;
    vertical-align: top;
    padding: 8px 0px 8px;
}
time.notify-timezone {
    font-size: 12px;
    color: #adadad;
    white-space: nowrap;
    display: inline-block;
}




.SumoSelect > .CaptionCont > label {
    margin-bottom: 1px;
}
img.img-fluid.logo {
    height: 35px;
}
ul.navbar-navs.options-nav.text-center li {
    display: inline-block;
}
.navbars.uppernav ul li i {
    color: #007ee5;
    margin-right: 3px;
    font-size: 20px;
}
.main-header-upper {
    border-bottom: #e5e5e5 1px solid;
	line-height: 14px;
}
ul.navbar-nav.options-nav.mx-auto.custom li a {
    padding: 11px 15px;
    color: #243238;
    font-family: "Open Sans";
    font-size: 15px;
    text-align: left;
    border-right: #e5e5e5 1px solid;
    line-height: 22px;
    font-weight: 400;
	position:relative;
}
ul.navbar-nav.options-nav.mx-auto.custom li a.active::before {
    border-top: 3px solid #ffca34;
    position: absolute;
    top: 0;
    left: -1px;
    content: "";
    height: 2px;
    width: 101%;
}
ul.navbar-nav.options-nav.mx-auto.custom li a span {
    padding-right: 12px;
    color: #007ee5;
    font-size: 21px;
    text-align: left;
    line-height: 22px;
    font-weight: 400;
}
.main-body {
    background-color: #eef1f7;
} 
.upper-search {
    padding: 4% 10px;
    background-attachment: fixed;
    background-repeat: repeat;
    text-align: center;
    /* background: radial-gradient(ellipse at center, rgb(54, 156, 255) 0%,rgb(25, 115, 207) 64%,rgb(9, 107, 203) 100%); */
	background-image: url(../images/bgmain.jpeg);
    background-position: 62% 92%;
	position:relative;
}
.upper-search:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #0d569e63;
    height: 100%;
    z-index: 0;
    content: "";
}
.upper-search input.col-9.col-sm-10.col-md-11.main-search {
    padding: 11px 12px;
    border: none;
    outline: none;
    box-shadow: none;
}
.upper-search .inner-search.row {
    padding: 14px 14px;
    background-color: rgba(255, 255, 255, 0.27);
    border-radius: 3px;
	position: relative;
}
.upper-search button.col-3.col-sm-2.col-md-1.btn.btn-search-upper {
    background-color: #0c6dcc;
    color: #fff;
    font-size: 27px;
    vertical-align: middle;
    padding: 4px 10px;
}
a.btn.btn-viewall-index.w-100 {
    background-color: #007ee5;
    color: #fff;
    padding: 12px 12px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-weight: 600;
}
/* badges ******************/
.mian-badges {
    background-color: #fff;
    padding: 15px 25px;
}
.points-system h3, .badges-system h3 {
    font-size: 16px;
    color: #2c3e50;
    margin-bottom: 5px;
    font-weight: 700;
}
.points-system p, .badges-system p {
    font-size: 14px;
    color: #5f6f81;
    margin-bottom: 20px;
}
.points-system ul.points-define {
     margin: 0;
	 padding:0px;
	 list-style: none;
}
.points-system ul.points-define li div {
    border: 1px solid #dadfea;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    min-height: 55px;
}
.points-define .points-count {
    line-height: 55px;
}
.question-cat .points-count {
    font-size: 13px;
    color: #3498db;
    display: inline-block;
}
span.star {
    font-size: 13px;
    line-height: 15px;
    margin-left: 5px;
    display: inline-block;
    text-align: left;
}
span.star i {
    color: #3498db;
}
.points-system, .badges-system {
    border-bottom: 1px solid #dadfea;
    min-height: 170px;
	padding: 14px 20px 1px;
}
.badge-content .col-md-4 {
    margin-top: 15px;
}
.badge-content .col-md-4 span {
    color: #2c3e50;
    font-weight: 700;
}
.badge-content p {
    margin-bottom: 5px;
    font-size: 12px;
    margin-top: 2px;
}
.badge-content i.fa-check {
    color: #45b39d;
    margin-right: 2px;
}
.badge-content .border {
    overflow: hidden;
    border: 1px solid #dadfea;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 18px;
	padding: 11px 0px 8px;
}
.badge-content .col-md-3, .badge-content .col-md-2 {
    margin-top: 30px;
}
.question-cat span.user-badge {
    padding: 2px 10px;
    color: #fff;
    margin-right: 15px;
    line-height: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #00adef;
    font-size: 13px;
	margin-bottom: 6px;
}
.badge-content .question-cat {
    margin-top: 0;
}
span.user-badge.professor {
    background: #780978;
}
span.user-badge.voice {
    background: #ffbf00;
}

/**************** loader ******************/

.pre.loader {
  max-width: 15rem;
  width: 100%;
  height: auto;
  stroke-linecap: round;
  margin-top: 11%;
}

.pre.loader circle {
  fill: none;
  stroke-width: 3.5;
  -webkit-animation-name: preloader;
          animation-name: preloader;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-transform-origin: 170px 170px;
          transform-origin: 170px 170px;
  will-change: transform;
}
.pre.loader circle:nth-of-type(1) {
  stroke-dasharray: 550;
}
.pre.loader circle:nth-of-type(2) {
  stroke-dasharray: 500;
}
.pre.loader circle:nth-of-type(3) {
  stroke-dasharray: 450;
}
.pre.loader circle:nth-of-type(4) {
  stroke-dasharray: 300;
}
.pre.loader circle:nth-of-type(1) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}
.pre.loader circle:nth-of-type(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.pre.loader circle:nth-of-type(3) {
  -webkit-animation-delay: -0.45s;
  -moz-animation-delay:  -0.45s;
          animation-delay: -0.45s;
}
.pre.loader circle:nth-of-type(4) {
  -webkit-animation-delay: -0.6s;
  -moz-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

@-webkit-keyframes preloader {
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes preloader {
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}









.containers {
    background-color: #0c0c0cd9;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    text-align: center;
}


/* Loader 5 */
.loader-5 {
	height: 32px;
	width: 32px;
	-webkit-animation: loader-5-1 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	        animation: loader-5-1 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5-1 {
	0%   { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes loader-5-1 {
	0%   { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.loader-5::before {
	content: "";
	display: block;
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: auto;
	margin: auto;
	width: 8px;
	height: 8px;
	background: #0c6dcc;
	border-radius: 50%;
	-webkit-animation: loader-5-2 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	        animation: loader-5-2 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5-2 {
	0%   { -webkit-transform: translate3d(0, 0, 0) scale(1); }
	50%  { -webkit-transform: translate3d(24px, 0, 0) scale(.5); }
	100% { -webkit-transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes loader-5-2 {
	0%   { transform: translate3d(0, 0, 0) scale(1); }
	50%  { transform: translate3d(24px, 0, 0) scale(.5); }
	100% { transform: translate3d(0, 0, 0) scale(1); }
}
.loader-5::after {
	content: "";
	display: block;
	position: absolute;
	top: 0; left: auto;
	bottom: 0; right: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	background: #0c6dcc;
	border-radius: 50%;
	-webkit-animation: loader-5-3 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	        animation: loader-5-3 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5-3 {
	0%   { -webkit-transform: translate3d(0, 0, 0) scale(1); }
	50%  { -webkit-transform: translate3d(-24px, 0, 0) scale(.5); }
	100% { -webkit-transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes loader-5-3 {
	0%   { transform: translate3d(0, 0, 0) scale(1); }
	50%  { transform: translate3d(-24px, 0, 0) scale(.5); }
	100% { transform: translate3d(0, 0, 0) scale(1); }
}
.loader-5 span {
	display: block;
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	margin: auto;
	height: 32px;
	width: 32px;
}
.loader-5 span::before {
	content: "";
	display: block;
	position: absolute;
	top: 0; left: 0;
	bottom: auto; right: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	background: #000;
	border-radius: 50%;
	-webkit-animation: loader-5-4 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	        animation: loader-5-4 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5-4 {
	0%   { -webkit-transform: translate3d(0, 0, 0) scale(1); }
	50%  { -webkit-transform: translate3d(0, 24px, 0) scale(.5); }
	100% { -webkit-transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes loader-5-4 {
	0%   { transform: translate3d(0, 0, 0) scale(1); }
	50%  { transform: translate3d(0, 24px, 0) scale(.5); }
	100% { transform: translate3d(0, 0, 0) scale(1); }
}
.loader-5 span::after {
	content: "";
	display: block;
	position: absolute;
	top: auto; left: 0;
	bottom: 0; right: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	background: #000;
	border-radius: 50%;
	-webkit-animation: loader-5-5 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	        animation: loader-5-5 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5-5 {
	0%   { -webkit-transform: translate3d(0, 0, 0) scale(1); }
	50%  { -webkit-transform: translate3d(0, -24px, 0) scale(.5); }
	100% { -webkit-transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes loader-5-5 {
	0%   { transform: translate3d(0, 0, 0) scale(1); }
	50%  { transform: translate3d(0, -24px, 0) scale(.5); }
	100% { transform: translate3d(0, 0, 0) scale(1); }
}
.loader-main-input {
    position: absolute;
    right: 12%;
    top: 27%;
	display:inline-block;
}













button.close-search { 
    position: absolute;
    right: 11%;
    top: 34.5%;
    background-color: #fff;
    border: none;
	color: #ababab;
    font-size: 19px;
}
button.close-search:hover {
    color: #3ba4fb;
    font-size: 19px; 
}   
li.not-found-search {
    padding: 12px 13px;
    color: #B4C2CE;
    text-align: center;
}
li.not-found-search span {
    border: 0px solid #b4c2ce;
    border-radius: 50%;
    padding: 3px 6px;
    color: #828282;
    font-size: 21px;
}
.upper-search h3.heading-main {
    color: #fff;
    font-weight: 600;
	font-size: 23px; 
}
.search-drpdon-main {
    background-color: #fff;
    position: absolute;
    top: 87%;
    text-align: left;
    box-shadow: 0px 0px 11px 0px #a0a0a0;
	z-index: 999;
	max-height: 225px;
    overflow-y: auto;
} 
.search-drpdon-main ul.questions-drpdwn li a {
    padding: 7px 12px;
    display: inline-block;
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
	text-decoration: none;
	color: #7d7d7d;
}
.search-drpdon-main ul.questions-drpdwn {
    list-style: none;
}
.search-drpdon-main ul.questions-drpdwn li a {
    list-style: none;
	cursor:pointer;
}
.search-drpdon-main ul.questions-drpdwn li a:hover {
    list-style: none;
    color: #0c6dcc;
    cursor: pointer;
}

p.sub-heading {
    color: #fff;
}
button.btn.btn-socila.fb {
    background-color: #4C69BA;
    color: #fff;
    font-size: 16px;
    padding: 11px 17px;
    width: 100%;
}
button.btn.btn-socila.gmail {
    color: #fff;
    font-size: 16px;
    padding: 11px 17px;
    width: 100%;
    background-color: #DD4B39;
}

button.btn.btn-socila i {
    color: white;
    font-size: 17px;
    padding-right: 5px;
}
form.sign input {
    padding: 11px 12px;
    width: 100%;
    border-radius: 3px;
    box-shadow: none;
	border: 1px solid #dcdcdc;
	position: relative;
	padding-left: 28px;
    font-size: 13px;
}
form.sign .form-group {
    position: relative;
}
form.sign .form-group span.icon-input {
	position: absolute;
    left: 10px;
	top: 51%;
    font-size: 17px;
    color: #999;
}
h2.heading-social-media {
    font-size: 13px;
    color: #999;
}
form.sign .form-group label {
    font-size: 13px;
    color: #999;
    margin-bottom: 5px;
}


.hidden.answer {
    height:0px;
       -webkit-transition:height, 0.5s linear;
    -moz-transition: height, 0.5s linear;
    -ms-transition: height, 0.5s linear;
    -o-transition: height, 0.5s linear;
    transition: height, 0.5s linear;
	opacity: 0;
}
.hidden.answer.open {
	padding:25px 0px;
	-webkit-transition:height, 0.5s linear;
    -moz-transition: height, 0.5s linear;
    -ms-transition: height, 0.5s linear;
    -o-transition: height, 0.5s linear;
    transition: height, 0.5s linear;
	opacity: 1;
}
button.btn.btn-signin {
    width: 100%;
    background-color: #1976D2 !important;
    border-color: #1976D2 !important;
    color: #ffffff;
    padding: 10px 12px;
}
a.forgetpass {
    padding: 12px 0px;
    display: inline-block;
    color: #292727;
    text-decoration: none;
    font-size: 13px;
	cursor: pointer;
}
.modal.fade.signin.show .modal-body {
    border-top: 4px solid #0485ee;
    box-shadow: none;
}
input.checkdomtick[type=radio], input.checkdomtick[type=checkbox] {
    display: none;
}
label.dom-check {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 23px;
    font-size: 14px;
    color: #1f2020;
    font-weight: 500;
    padding-top: 10px;
}
label.dom-check:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 3px;
    background-color: #fff;
    border: 1px solid #c3c3c3;
    border-radius: 2px;
}
input.checkdomtick[type=checkbox]:checked + label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #129dde;
    text-align: center;
    line-height: 15px;
}
ul.nav.nav-pills.signin.w-100.text-center a.nav-link {
	padding: 12px 12px;
    border-bottom: 3px solid #007bff;
    background-color: #f6f6f6;
    margin: 0px 11px;
    box-shadow: 1px 3px 6px 0px #aeaeae;
}
ul.nav.nav-pills.signin.w-100.text-center a.nav-link.active {
    padding: 12px 12px;
    border-bottom: 2px solid #007bff;
    background-color: #007bff;
    margin: 0px 11px;
}
ul.nav.nav-pills.signin.w-100.text-center li a i {
    color: #000;
    padding-left: 11px;
}
ul.nav.nav-pills.signin.w-100.text-center a.nav-link.active i {
	color: #fff;
}

.stats-inner li, .stats-inner li:last-child {
    float: left;
    width: 50%;
    border: 1px solid #e1e3e3;
    padding: 12px 12px;
    margin: 0;
    text-align: center;
    position: relative;
    height: 75px;
    font-size: 12px;
}
.widget li {
    list-style: none;
    border-bottom: 1px solid #e4e6e6;
    padding-bottom: 10px;
    position: relative;
    overflow: hidden;
	background-color:#fff;
}
.stats-inner li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    height: 45px;
    width: 2px;
	background-color: #2d6ff7;
}
.stats-value {
    font-size: 23px;
    font-weight: 700;
    display: block;
	color: #272930;
}
.stats-text {
    display: block;
    margin-bottom: 5px;
    color: #2d6ff7;
}
.stats-inner li:nth-child(2n+2):before {
    left: initial;
    right: 0;
}
.stats-answers .stats-text {
    color: #f05555;
}
.stats-best_answers .stats-text {
    color: #1fae5b;
}
section.widget.stats-widget {
    padding: 20px 20px 30px 18px;
    background-color: #F9F9F9;
    display: inline-block;
	width: 100%;
}
.inner-question.main {
    background-color: #fff;
    padding: 0px;
	box-shadow: 1px 1px 14px 1px #e8e8e8;
	min-height: 300px;
}
.inner-question.main.ask-question-main {
    padding: 20px 20px;
    box-shadow: 1px 1px 10px 4px #d7dce4;
}
.question-sticky-ribbon {
	width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    top: -18px;
    right: -30px;
	color:#fff;
}
.question-sticky-ribbon.all {
    top: 0;
}
.question-sticky-ribbon div {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 3px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    background-color: #f30202;
}
.col-md-6.question-image-vote.px-0.vote-bg {
    background-color: #ecf0f1;
    color: #445f7a;
}
.col-6.question-image-vote.text-center.ans-bg {
    background-color: #27ae60;
    color: #fff;
    padding: 12px 11px;
}









article.article-question.article-post.clearfix.question-type-normal {
    position: relative;
	padding: 15px 19px;
	border-bottom: 1px solid #dadfea;
}
.inner-question.main article.article-question.article-post.clearfix.question-type-normal {
	border:none;
}
article.article-question.article-post.clearfix.question-type-normal.home:nth-child(2n+1) {
    background-color: #fbfcff;
}
span.author-image-span {
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    padding:2px 3px;
}
span.counter-num {
    border-radius: 22px;
    background-color: #3498db;
    color: #fff !important;
    border: none;
    width: 46px;
    height: 46px;
    line-height: 3.0;
    margin-bottom: 7px;
    font-size: 15px !important;
}
span.author-image-span img.avatar.avatar-42.photo {
    border-radius: 50%;
}
.question-image-vote {
    padding: 2px 5px;
}
ul.question-mobile.question-vote li.active a i {
    font-size: 29px;
    color: #2d6ff7;
    line-height: 8px;
}
ul.question-mobile.question-vote li a i {
    font-size: 29px;
    color: #cee0ed; 
    line-height: 8px;
}


ul.question-mobile.question-vote.comment.comment a i.fa {
    font-size: 18px;
    color: #cee0ed;
} 
 
 
ul.question-mobile.question-vote.comment.comment li.active a i.fa {
	color: #2d6ff7;
}
.col-6.question-image-vote.vote-bg {
    background-color: #ecf0f1;
    color: #445f7a;
} 
.row.select-category.single-head {
    border-bottom: 1px solid #dadfea;
    min-height: 69px;
    padding-top: 22px;
}
span.back {
    font-size: 12px;
}
span.back a {
    outline: none;
    text-decoration: none !important;
    color: #15a4fa;
    font-size: 12px;
}
.single-head h1 {
	display: inline-block; 
	margin: 11px 0 4px 0;
}
.single-head h1 a {
    font-size: 22px;
    color: #3498db;
    word-wrap: break-word;
	font-weight: 600;
	text-decoration: none;
}
.question-content-text {
    color: #333333;
    font-size: 15px;
    font-style: normal;
    line-height: 21px;
}









li.votemain.count {
    font-size: 14px;
    background-color: #5dae2b;
    color: #fff;
    border-radius: 4px;
    padding: 5px 12px;
}
.question-vote {
    list-style: none;
    padding: 11px 0px 1px 15px;
    margin: 0;
    text-align: center;
    position: relative;
    display: inline-block;
}
.question-vote li {
    list-style: none;
   
}
.vote-count {
    display: inline-block;
}
.vote-count.text-center a {
    color: #fff;
}
.vote-count span {
    display: block;
	color: #6f7d95;
    font-size: 12px;
}
li.count-vote-mid span.vote {
    font-weight: 600;
    font-size: 27px;
    color: #333;
	line-height: 20px;
}
li.count-vote-mid {
    padding: 0px;
}
.vote-count.text.text-center {
    vertical-align: top;
    margin-top: 32px;
}
.vote-count.text.text-center span {
	font-size: 16px;
    font-weight: 600;
    color: #007ee5;
}
.vote-count span.vote {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 1px 6px;
    line-height: 23px;
    font-size: 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; 
    border-radius: 12px;
    background-color: #3397db;
}
.vote-count span.awnsersCount {
	color: #27ae60;
    font-weight: 600;
    font-size: 31px;
    display: inline-block;
    line-height: 22px;
}
.vote-count span.awnsersCount {
    background-image: url(http://www.answiz.com/images/ans-bubble.png);
    width: 41px;
    height: 42px;
    background-size: cover;
	color:#fff;
	line-height: 40px;
	font-size: 21px;
}
span.ans-text {
    display: inline-block;
	vertical-align: bottom;
}
.vote-count.ans.text-center>a {
    color: #6f7d95;
}
.vote_result {
    font-size: 20px;
    font-weight: 700;
    margin: 1px 0;
	line-height: 11px;
}
.post-author {
    float: left;
    margin-right: 15px;
}
span.post-cat a {
    margin-left: 4px;
    outline: none;
    text-decoration: none !important;
    color: #ffffff;
    background-color: #007ee5;
    padding: 0px 7px 2px;
    border-radius: 13px;
}
.question-content .badge-span {
    margin-right: 12px;
    float: left;
    margin-top: 3px;
	color:#fff;
	border-radius: 3px;
}
.badge-span {
    font-size: 11px;
    padding: 1px 4px 2px;
    line-height: 15px;
    display: inline-block;
}
.question-content .post-meta>span {
    margin-right: 15px;
    float: left;
	font-size: 11px;
}
.post-meta {
    color: #7c7f85;
    vertical-align: middle;
    line-height: 25px;
}
.post-author, .question-author-un {
	font-size: 13px;
    display: inline-block;
    font-weight: 600;
    color: #6f7d95;
    line-height: 24px;
        margin: 0px 9px 0px 0px;
}
.article-question .post-title {
	margin-bottom: 15px;
    font-size: 19px;
    line-height: 22px;
    font-weight: 600;
    clear: both;
    color: #272930;
    text-decoration: none;
    width: 100%;
    word-wrap: break-word;
}
.article-question .tagcloud {
    margin-bottom: 23px;
	overflow:hidden;
	margin-top: 12px;
}

.question-footer {
    overflow: hidden;

}
.footer-meta {
    padding: 0;
    margin: 0;
    list-style: none;
}
a.meta-answer {
	font-size: 13px;
    font-weight: 600;
    padding: 5px 12px 5px 13px;
    letter-spacing: 0.8px;
    background-color: #5dae2b;
    color: #fff !important;
    text-shadow: 1px 1px 1px #36770d;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}
a.meta-answer.dropdown.pull-right.qs-all {
    font-size: 14px;
    font-weight: 600;
    padding: 1px 10px 3px 10px;
    letter-spacing: 0.8px;
    background-color: #5dae2b;
    color: #fff !important;
    text-shadow: 1px 1px 1px #36770d;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
}
.comment-leave .jqte {
    margin: 30px 0;
    border: #dadada 1px solid;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 0 3px #999;
    overflow: hidden;
    transition: box-shadow 0.4s, border 0.4s;
    -webkit-transition: -webkit-box-shadow 0.4s, border 0.4s;
    -moz-transition: -moz-box-shadow 0.4s, border 0.4s;
    -o-transition: 
	-o-box-shadow 0.4s, border 0.4s;
    width: 100%;
	box-shadow: none;
}
button.meta-answer.comment {
    background-color: #27293000;
    color: #007ee5;
    text-shadow: none;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    padding: 5px 12px 5px 12px;
    letter-spacing: 0.8px;
    border: none; 
}
.main-comment {
    padding: 15px 0px;
    margin: 5px 0px;
    /* display: none; */
}
.main-comment.reply {
	/* display:none; */
}
.main-comment label {
    font-weight: 600;
    margin-bottom: 4px;
}
.main-comment textarea.answer.w-100 {
    text-align: left;
    padding: 12px 12px;
    color: #272930;
    border-radius: 4px;
}
button.btn.btn-postcomment.my-2 {
    background-color: #007ee5;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    padding: 7px 14px;
	min-width: 95px;
    min-height: 37px;
}
button.btn.btn-primary.loadmore-q-btn {
    background-color: #007ee5;
    color: #fff;
    padding: 12px 12px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-weight: 600;
    width: 100%;
}
a.saveReplyA.btn.btn-primary {
    background-color: #007ee5;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    padding: 7px 14px;
    margin: 11px 0px;
}
a.cancelReplyA.btn.btn-primary {
	background-color: #272930;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    padding: 7px 14px;
    margin: 0px 4px;
    border: none;
}
a.saveReplyQ.btn.btn-primary {
    background-color: #007ee5;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    padding: 7px 14px;
    margin: 11px 0px;
}
a.cancelReplyQ.btn.btn-primary {
    background-color: #272930;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    padding: 7px 14px;
    margin: 0px 4px;
    border: none;
}
button.btn.btn-cancelcomment.my-2 {
    background-color: #272930;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    padding: 7px 14px;
    margin: 0px 4px;
}
.comments ul {
	list-style-type: none;
	padding: 8px 7px; 
    font-size: 13px;
}
ul.reply-main-brd:nth-child(1) {
    border-top: 1px solid #9e9e9e;
}
ul.reply-main-brd:nth-last-child(1) {
    border-bottom: 1px solid #9e9e9e;
}
.comments {
    margin-top: 15px;
	margin-bottom: 20px;
    position: relative;
}
.edit-del-main {
    position: absolute;
    right: 0;
    top: 0;
	opacity: 0;
}
.comments ul li:hover .edit-del-main {
    position: absolute;
    right: 0;
    top: 3;
	opacity: 1;
}
.comments ul.question-vote.reply li {
    border: none;
    padding: 0px;
}
.comments ul.question-vote.reply li a i.fa.fa-caret-up {
    font-size: 17px;
}
ul.question-vote.reply {
    float: left;
    display: inline-block;
    padding: 0px 6px;
	z-index: 999;
}
.comments .send-details span.send-time {
    display: inline-block;
}
.comments .send-details span.send-time a.comment-date {
    padding: 0px;
    font-size: 10px;
    color: darkgrey;
}
.comments ul li {
    padding: 6px 0px;
    border-bottom: 1px solid #e8e8e8;
	position: relative;
}
.comments .send-details span.sender {
    color: #272930;
    font-size: 12px;
    font-weight: 600;
	padding-right: 4px;
}
.comments .comment-text {
    font-size: 12px;
    color: #272930;
    padding: 0px 0px;
	padding-left: 22px;
}
span.edit-reply {
    color: #007ee5;
    cursor: pointer;
}


.footer-meta li {
	float: left;
    margin-right: 10px;
    border: 1px solid #d9dadb;
    font-size: 12px;
    padding: 7px 12px;
    color: #7c7f85;
    background-color: white;
}

.footer-meta li i {
    font-size: 15px;
    margin-right: 10px;
	color: #677075;
}
section.trendding-tags {
	background-color: #fff;
    padding: 18px 20px 30px 18px;
    margin-bottom: 30px;
    border-bottom: 2px solid #e1e3e3;
    display: inline-block;
    width: 100%;
}
section.trendding-tags .widget-title {
    font-size: 14px;
    line-height: 23px;
    color: #26333b;
	margin-bottom: 18px;
    font-weight: 700;
}
.tagcloud a {
    margin-bottom: 6px;
    margin-right: 6px;
    display: block;
    float: left;
    border-radius: 0 10px 10px 10px;
    font-size: 12px;
	padding: 3px 13px;
    text-align: center;
    text-decoration: none;
    text-transform: lowercase;
    background-color: #CEE0ED;
    color: #272930;
    margin-left: 2px;
}
.tagcloud a:hover {
    background-color: #2d6ff7;
    color: #fff;
    text-decoration: none;
}
ul.popular-qs span.author-image-span.side-icon {
    border: none;
    box-shadow: none;
	margin-right: 5px;
}
ul.popular-qs span.author-image-span.side-icon img {
    width: 20px;
    height: 20px;
}
.questions-side h3 a {
	color: #272930;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 7px;
    text-decoration: none;
    word-wrap: normal !important;
}
.questions-side {
	position: relative;
}
span.box-count {
	display: inline-block;
    padding: 1px 3px;
    line-height: 17px;
    font-size: 13px;
    background-color: #2d6ff7;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    vertical-align: top;
    margin-top: 6px;
    width: 33px;
    text-align: center;
}
.questions-side h3 {
    white-space: normal;
    display: inline-block;
    word-wrap: normal !important;
    width: 89%;
}
a.post-meta-comment {
    font-size: 13px;
    color: #7c7f85;
	text-decoration: none;
	display: block;
}
section.trendding-tags.widget h2 i {
    color: #007ee5;
    font-size: 16px;
    padding-right: 7px;
}
ul.popular-qs.pl-0 li {
    padding: 15px 0px 12px;
	white-space: nowrap;
}

/*************** reply-vote-btn ***********/










/***************** forgetpass *************/
.header-pass-reset h3 {
    background-color: #007ee5;
    padding: 15px 12px;
    color: #fff;
    font-size: 20px;
}
.main-body-pass {
	padding: 16px 16px 24px;
}
.input-group.forget-pass {
    border: 1px solid #dadada;
    padding: 7px 10px;
}
.input-group.forget-pass input {
    border: none;
    width: 100%;
	outline: none;
}
span.icon-forgwt-pass {
    padding: 5px 11px;
    color: #d4d4d4;
    padding-left: 0px;
}
button.btn.btn-reset-pass {
    width: 100%;
    border-radius: 3px;
    background-color: #007ee5;
    color: #fff;
    font-size: 16px;
    padding: 11px 3px;
}
label.forget-pass {
    color: #727272;
    font-size: 14px;
}
.alert.alert-danger.resetmessages p {
    margin: 0px;
} 

/************* report-model ****************/

.report-heading h4 {
    background-color: #007ee5;
    padding: 12px 12px;
    text-align: center;
    color: #fff;
    font-size: 21px;
}
.main-report-model {
    padding: 7px 12px;
}

label.dom-checks {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    color: #2283AB;
    font-weight: 500;
    margin-bottom: 3px;
    vertical-align: bottom;
}
input.reportSelectedCheckboxes.d-none:checked + label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 15px;
	background-color: #007ee5;
}
label.dom-checks:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #fff;
    border: 1px solid #c3c3c3;
    border-radius: 2px;
}
p.heading-report {
    color: #007ee5;
    margin-bottom: 0px;
    font-size: 19px;
}
p.details-report-model {
    font-size: 13px;
    color: #626262;
}
button#reportAnswer {
    width: 100%;
    background-color: #272727;
    color: #fff;
    min-height: 41px;
}


.main-report {
    padding: 10px 19px 6px;
}
button.btn.btn-report.w-100 {
    background-color: #272727;
    color: #fff;
    padding: 9px 12px;
    border-radius: 2px;
}
p.description-report {
    font-size: 14px;
    color: #626262;
}















/************** answer ****************/
.answer-main-heading h3.section-title {
    font-size: 18px;
    line-height: 11px;
    padding: 12px 0px 0px;
	margin: 0px;
}
.answer-main-heading {
    padding: 10px 30px;
    background-color: #f9f9f9;
	padding: 10px 30px 0px;
}
ul.nav.nav-tabs.ans-category {
    border: none;
    display: inline-flex;
}
ul.nav.nav-tabs.ans-category li a {
    border-radius: 0px;
    color: #7c7f85;
    font-size: 13px;
	border-bottom: none;
	border-top: 2px solid transparent;
}
ul.nav.nav-tabs.ans-category li a.active {
    border-radius: 0px;
    color: #007ee5;
    font-size: 13px;
    border-bottom: none;
    font-weight: 600;
    border-top: 2px solid #007ee5;
}
a.comment-date {
    display: block;
    clear: both;
    font-size: 11px;
    color: #7c7f85;
    padding: 2px 0px 5px;
}
.question-content-text.comment p {
    font-size: 14px;
    line-height: 24px;
    color: #707885;
	margin-bottom: 7px;
}
ul.question-mobile.question-vote.comment li {
    display: inline-block;
}
ul.question-mobile.question-vote.comment li a i {
    color: #7c7f85;
    font-size: 25px;
}
ul.question-mobile.question-vote.comment {
    text-align: left;
    display: inline-block;
	padding: 7px 0px 1px 0px;
}
ul.question-mobile.question-vote.comment li a i {
    font-size: 15px;
}
ul.question-mobile.question-vote.comment li {
    font-size: 15px;
	padding:0px 2px;
}
span.reply-comment {
    padding-right: 11px;
    font-size: 12px;
    margin: 0px;
    cursor: pointer;
}
span.report-comment {
    font-size: 12px;
}
button.btn.btn-leave-comment.w-100 {
    outline: none;
    background-color: #007ee5;
    color: #fff;
    font-weight: 700;
    border-radius: 2px;
}
form.comment-leave .input-group {
    position: relative;
}
form.comment-leave label {
    margin-bottom: 3px;
    font-size: 12px;
}
form.comment-leave  span.icons-comment {
	position: absolute;
    top: 11px;
    left: 8px;
    color: #999;
}
form.comment-leave input {
    border: 1px solid #cecece;
    padding: 6px 12px;
    padding-left: 30px;
}
.main-commnet-form {
    display: none;
}
.main-commnet-form.open {
    display: block;
}


/*************** reply-coment ****************/
.replyq-heading h4 {
    background-color: #007bff;
    color: #fff;
    padding: 17px 12px;
    margin: 0px;
    font-size: 19px;
    text-align: center;
}
button.btn.btn-edit-ans {
    background-color: #007bff;
    color: #fff;
    width: 100%;
    padding: 11px 12px;
}



















/**************** profile **************/
.background-main-color {
    background-color: #007ee5;
}
.content-wrapper {
    overflow-x: hidden;
}
.content-wrapper {
    min-height: calc(100vh - 56px);
    padding-top: 1rem;
}
span.icon-upper {
    box-shadow: 0 14px 26px -12px rgba(0, 126, 229, 0.36),0 4px 23px 0px rgba(0,0,0,0.12),0 8px 10px -5px rgba(0, 126, 229, 0.3) !important;
    padding: 17px 18px;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    border-radius: 3px;
    position: absolute;
    left: 10px;
    top: -20px;
    background-color: #007ee5;
}
.d-block.profileupper-option .content .card-title.is-tile {
    font-size: 1.45rem;
    color: #444F60;
    font-weight: 500;
    margin-top: 15px;
    float: right;
    position: relative;
    top: -20px;
}
.content .card-title.is-tile .card-stat {
    font-size: 1rem;
    font-weight: 500;
    position: relative;
    margin-top: 5px;
    font-size: 20px;
}
ul.navbar-nav.nav.nav-tabs.ml-auto.profile li a.active {
    border: none;
    background-color: transparent;
    font-size: 17px;
    border-bottom: 2px solid #fff;
}
ul.navbar-nav.nav.nav-tabs.ml-auto.profile li a {
    border: none;
    background-color: transparent;
    font-size: 17px; 
	color:#fff;
	border-bottom: 2px solid #007ee5;
}
.main-profile.p-3 {
    background-color: #fff;
}
.profileupper-option {
    box-shadow: 0 3px 10px 4px rgba(0,0,0,0.04);
    border: 1px solid #e5e5e5;
    background-color: #fff;
    padding: 10px 16px;
    width: 100%;
    position: relative;
}
.content .card-title.is-tile {
        font-size: 18px;
    color: #444F60;
    font-weight: 600;
    margin-top: 15px;
    float: right;
    position: relative;
    top: -10px;
}
.content .card-title.is-tile .card-stat {
    font-size: 1rem;
    font-weight: 500;
    position: relative;
	margin-top: 7px;
    font-size: 18px;
	color: #007ee5;
}
.content .card-title.is-tile .card-stat .stat-type {
    font-size: 0.8rem !important;
    color: #444f60;
}
.profile-inner-main {
    padding: 20px 20px;
    background-color: #fff;
}
h3.name-user-profile {
    font-weight: 600;
    font-size: 19px;
    padding: 13px 0px 10px;
    margin: 0px;
}
ul.inner-profile-option {
    list-style: none;
    padding-left: 0px;
}
ul.inner-profile-option li {
    padding: 12px 1px;
    font-size: 15px;
}
ul.inner-profile-option li>span {
    font-size: 14px;
    float: right;
    background-color: #007ee5;
    padding: 5px 0px;
    width: 28px;
    text-align: center;
    border-radius: 50%;
    height: 28px;
    color: #fff;
    vertical-align: middle;
    line-height: 0px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 0px 2px #007ee5;
}
.main-inner-profiletext {
    background-color: #fff;
    padding: 20px 20px;
}
li.filters.nav-item.active {
	border-bottom: 2px solid #ffca34;
}
ul.nav.nav-tabs.d-inline-flex.profile {
    border: none;
}
ul.nav.nav-tabs.d-inline-flex.profile li a {
	padding: 2px 10px 0px 4px; 
    border-radius: 0px;
	border: none;
	margin: 0px 4px;
}
ul.nav.nav-tabs.d-inline-flex.profile li.answersTab.nav-item a.tabsp.nav-link {
    padding: 2px 5px 0px 4px;
    border-radius: 0px;
    margin-right: 10px;
}
li.answersTab.nav-item.ans-user.mr-md-1.mr-lg-2 {
    border-right: 1px solid #969696;
}
ul.nav.nav-tabs.d-inline-flex.profile li a.tabsp.nav-link.active {
    border-bottom: 2px solid #007ee5 !important;
}
 

ul.tags-profile {
    list-style: none;
    padding: 0px 3px;
}
ul.tags-profile li.main-top {
	background-color: #f7f8f8;
	padding: 7px 12px 3px;
    margin: 3px 0px;
}
.question-content-text pre.lang-cpp.prettyprint.prettyprinted {
    background-color: #f1f1f1;
    padding: 12px 12px;
}

ul.tags-profile li.main-top.parts {
    background-color: #fff;
    padding: 0px 11px;
} 
ul.tags-profile li.main-top span.tag {
    padding: 5px 10px;
    background-color: #E1ECF4;
    color: #39739d;
	font-size: 15px;
	display: inline-block;
}
.inner-tags.bg-color {
    background-color: #f7f8f8;
    padding: 5px 8px;
    min-height: 42px;
}
ul.tags-profile .score-details.text-sm-right ul li span {
    font-size: 11px;
    vertical-align: top;
    color: #9199a1;
    padding: 2px 2px;
}
ul.top-question-profile {
    padding-left: 0px;
    list-style: none;
}
a.all-tags.my-2.d-inline-block {
    font-size: 13px;
    color: #07C;
    text-decoration: none;
}
.question-content-text pre.default.prettyprint.prettyprinted {
    background-color: #efefef;
    padding: 12px 12px;
}
.question-content-text pre {
    background-color: #efefef;
    padding: 12px 12px;
}
.btn-option-profile-active {
    display: inline-block;
}
.btn-option-profile-active a.btn.btn-db-edit {
    font-size: 12px;
    color: #007ee5;
	cursor:pointer;
    padding: 1px 8px;
}
a.btn.btn-db-edit.deleteQp {
	color:#000;
}
span.votedate {
    font-size: 12px;
    color: #a7a7a7;
}






h3.heading-tags {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0px;
}
ul.top-question-profile span.vote {
    display: inline-block;
    padding: 1px 11px;
    border: 1px solid #c7c7c7;
    font-size: 12px;
}
ul.top-question-profile span.pull-right.votedate {
    font-size: 14px;
    color: #afafaf;
}
ul.top-question-profile li {
    padding: 10px 0px;
    border-top: 1px solid #eaeaea;
}
ul.top-question-profile li a.question-text {
    font-size: 13px;
    color: #07C;
    text-decoration: none;
}
ul.top-question-profile li span.icons {
    color: #c1c0c0;
    padding-right: 3px;
}
.text-right.viewall-qa {
    font-size: 13px;
}
h3.heading-tags.bordr-b {
    border-bottom: 1px solid #e4e6e8;
}
.badges-number.text-center {
    text-transform: uppercase;
    color: #999;
    font-size: 11px;
    font-weight: 700;
    padding: 14px 12px;
}
.badges-number.text-center span.number {
    font-size: 24px;
    display: block;
    margin: 0px;
    color: #000;
}








ul.tags-profile .score-details.text-sm-right ul li {
    font-size: 17px;
}
.score-details.text-sm-right ul {
    list-style: none;
}
ul.tags-profile .score-details.text-sm-right ul li {
    display: inline-block;
    padding: 0px 12px;
}
form.edit-profile-form input.input-edit {
    width: 100%;
    padding: 11px 12px;
    border: none;
    background-color: #eef1f7;
    font-size: 14px;
	outline: none;
}
form.edit-profile-form textarea.w-100.edit {
    width: 100%;
    padding: 11px 12px;
    border: none;
    background-color: #eef1f7;
    font-size: 14px;
	outline: none;
}
form.edit-profile-form h3.inner-form-heading {
    font-size: 17px;
    font-weight: 500;
    color: #212529;
    padding: 6px 0px;
}
.profile-inner-main input.edit-image {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 1;
}
.profile-inner-main .main-pic-user {
	position: relative;
    /* max-height: 244px; */
    cursor: pointer;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
   
}

.profile-inner-main .overlay.edit-img {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}
.profile-inner-main .main-pic-user:hover .overlay.edit-img {
	opacity:1;
}
.rarest {
    padding: 2px 12px;
}
ul.badges-list.list-unstyled li span.badge-date {
    font-size: 13px;
    float: right;
}
.rarest h4 {
    font-size: 16px;
    font-weight: 600;
}

ul.badges-list.list-unstyled li a.badge {
    padding: 6px 7px;
    margin: 0 3px 3px 0;
    color: #FFF;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    font-size: 11px;
    background-color: #2f3337;
    border: 1px solid transparent;
    display: inline-block;
    border-radius: 4px;
}
ul.badges-list.list-unstyled li a.badge span.badge-date {
    color: #777;
    float: right;
    font-size: 12px;
}



/***************** tags *********************/
.tags-list .wrap-tag-list {
    border-bottom: 1px solid #dadfea;
    padding: 20px 0;
}
.tags-list .wrap-tag-list:nth-child(2n+1) {
	background: #fbfcff;
}
.tags-list .wrap-tag-list {
	background: #fff;
	padding: 20px 30px;
}
.main-tag-list .character {
    font-size: 36px;
    font-weight: 700;
    color: #6f7d95;
    
}
.main-tag-list .tags-list div.tag-item {
    display: inline-block;
    font-size: 12px;
    margin-top: 10px;
	position:relative;
}
.overlay-category-text {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    display: block;
    position: absolute;
    top: auto;
    bottom: 8%;
    height: 17px;
    width: 100%;
}
.left-info.ml-0.d-block.secund {
    clear: both;
}
.main-tag-list .tags-list div.tag-item a {
    font-size: 12px;
}
.main-tag-list .tags-list div.tag-item a.q-tag {
    border: 1px solid #d9dfe9;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #f3f5f9;
    text-decoration: none;
    color: #6f7d95;
    line-height: 20px;
    display: inline-block;
    padding: 0 10px;
    margin-right: 5px;
}
.main-tag-list .tags-list div.tag-item p {
    font-size: 11px;
    line-height: 20px;
    margin-top: 5px;
	color: #6f7d95;
}
.main-tag-list .tags-list .tag-item.category p {
    font-size: 11px;
    line-height: 20px;
    margin-top: 5px;
    color: #6f7d95;
    height: 57px;
    overflow: hidden;
}
.main-tag-list.popular {
    background-color: #fff;
    padding: 17px 17px;
}
.main-heading-tags {
    background-color: #0888f1;
    padding: 12px 12px;
    color: #fff;
}
ul.nav.nav-pills.pull-right.tags li a.active {
    background-color: #fff;
    color: #0888f1;
    border-radius: 0px;
    margin: 0px 2px;
    border-bottom: 4px solid #f39c12;
}
ul.nav.nav-pills.pull-right.tags li a {
    background-color: #fff;
    color: #0888f1;
    border-radius: 0px;
    margin: 0px 2px;
}
/********************* not-found *****************/
.record-not-found i {
    position: absolute;
    left: -100px;
    top: -50px;
    font-size: 440px;
    color: #888;
    opacity: 0.05;
}
.record-not-found {
    display: inline-block;
    padding: 12% 11px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
    margin-bottom: 40px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 100%;
    min-height: 270px;
}
.record-not-found h2 {
    font-size: 53px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1;
    color: #007ee5;
}

/****************** side-search ***********************/

.inner-search.side input.col-9.col-sm-10.col-md-10.main-search {
    border: none;
    padding: 8px 12px;
    background-color: #eef1f7;
    outline: none;
}
.inner-search.side button.col-3.col-sm-2.col-md-2.btn.btn-search-upper {
    background-color: #0888f1;
    color: #fff;
    border-radius: 0px;
}

.inner-search.side {
    border: 4px solid #f9f9f9;
    box-shadow: 0px 0px 3px 0px #d6d6d6;
}



 
/********************* users **********************/
.main-user-list ul {
    padding: 20px 35px;
}
.main-user-list ul li.user-item {
    display: inline-block;
    margin-bottom: 25px;
}
.main-user-list ul li.user-item .user-auther {
    float: left;
    margin-top: 3px;
    max-width: 30px;
}
.main-user-list ul li.user-item .user-auther img, .author-avatar img, .comment-avatar img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    max-width: 100%;
    height: auto;
}
.main-user-list ul li.user-item img.avatar.users {
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}
.main-user-list ul li.user-item .user-auther.user {
    float: left;
    margin-top: 3px;
    max-width: 58px;
}
.main-user-list ul li.user-item .left-info {
    display: inline-block;
    margin-left: 12px;
    margin-bottom: 6px;
}
.main-user-list ul li.user-item .left-info .location {
    line-height: 25px;
    font-size: 12px;
    color: darkgrey;
}
.main-user-list ul li.user-item .left-info .location.users {
    line-height: 25px;
    font-size: 13px;
    color: #0888f1;
    text-transform: capitalize;
    display: block;
}
span.location.users i {
    color: #bdbdbd;
    padding-right: 5px;
}
.main-user-list ul li.user-item .left-info .question-cat {
}
.main-user-list ul li.user-item .user-badge {
    margin-left: 0;
    max-width: 70px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
    font-size: 13px;
    padding: 3px 6px;
    border-radius: 4px;
}
.question-cat span {
	display: inline-block;
    vertical-align: middle;
    color: #6f7d95;
    font-size: 13px;
}
.main-user-list {
    background-color: #fff;
}
.left-info a span.display_name {
    color: #5f5f5f;
    font-size: 15px;
}
span.user-badge.one {
    background-color: #780978;
}
span.user-badge.two {
	background-color: #ffbf00;
}
span.user-badge.three {
	background-color: #04aad4;
}


/******************* tutorials *******************/


.main-head-tutorial.text-center {
	padding: 37px 12px;
    background-image: url(../images/breadcum.jpg);
    color: #fff;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-head-tutorial.text-center h2.heading span {
    font-size: 40px;
}
.main-head-tutorial.text-center h2.heading {
    font-weight: 600;
    font-size: 35px;
}
.filter-main {
    padding: 20px 25px;
    background-color: #f2f2f2;
    color: #4a4a4a;
}
.main-inner-tutorials {
    background-color: #fff;
    padding: 15px 15px;
}
.inner-search.my-2.container-fluid {
    border: 4px solid #f9f9f9;
    margin-bottom: 16px;
    box-shadow: 0px 0px 3px 0px #d6d6d6;
}
input.col-9.col-sm-10.col-md-10.main-search-tutorial {
    border: none;
    padding: 8px 12px;
    background-color: #eef1f7;
    outline: none;
}
button.col-3.col-sm-2.col-md-2.btn.btn-search-upper.tutorial {
    background-color: #0888f1;
    color: #fff;
    border-radius: 0px;
}
.SumoSelect.w-100.filter-tutorial .SumoSelect {
    width: 100%;
}
.SumoSelect.w-100.filter-tutorial .SumoSelect > .CaptionCont {
    position: relative;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eef1f7;
    border-radius: 2px;
    margin: 0;
    margin-right: 6px;
    padding: 7px 9px;
}
.card-body.tutorial {
    position:relative;
}
.card-body.tutorial h3.card-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
}
.card-body.tutorial p.card-text {
    font-size: 14px;
    color: #7d7d7d;
    line-height: 1.5em;
}
.posts__post-author_photo {
    height: 32px;
    width: 32px;
    border-radius: 50px;
	vertical-align: baseline;
}
.posts__post-details__info {
    display: inline-block;
    padding-left: 5px;
}
.posts__post-author {
    display: block;
    font-style: normal;
    line-height: 1em;
	margin:0px;
}
.posts__post-author-link {
    display: inline-block;
    max-width: 175px;
    vertical-align: middle;
    color: #8e8e8e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size: 12px;
}
time.posts__post-publication-date {
    font-size: 11px;
    color: #8e8e8e;
}
a.posts__post-primary-category-link.topic-code {
    color: #4cc1be;
    font-size: 12px;
    font-weight: 600;
}
span.posts__post-extra-info {
    display: inline-block;
    vertical-align: middle;
    color: #8e8e8e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}
/******************** footer *****************/
footer.posts__post-details {
    position: relative;
}
.posts__post-teaser-overlay {
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    display: block;
    height: 20px;
    width: 100%;
    position: absolute;
    top: -80%;
}
footer.custom {
    background-color: #171717;
    color: #fff;
    background-image: url(https://i.imgur.com/2HeoAQ8.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: 0% 34%;
    padding: 0% 0px 0%;
    position: relative;
}
a.poweredby-foter {
    color: #3f9bd6 !important;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}
.footer-copyright.foter {
    padding: 20px 0px;
    background-color: #000;
    color: #fff;
}
ul.foter-option {
    padding-left: 0px;
    list-style: none;
	margin: 0px;
}
ul.foter-option li a.nav-link.custom {
    color: #e6e6e6;
}
.page-footer__count-item {
        display: inline-block;
    margin-right: 5px;
    float: left;
    width: 48%;
    padding: 4px 1px;
    text-align: center;
    position: relative;
    height: 57px;
    font-size: 12px;
    background-color: #ffffff0f;
    margin: 2px 2px;
}
.page-footer__count-value {
    color: white;
    display: block;
    font-weight: 600;
    font-size: 17px;
}
.page-footer__count-label {
    color: #8e8e8e;
    display: block;
	font-size: 13px;
}

li.heading-fot.nav-link {
    color: #007ee5;
    font-size: 20px;
    font-weight: 600;
}
img.img-fluid.logo.foter {
    height: 45px;
}
footer.custom:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.61);
}
.main-foter {
    padding: 2% 0px;
}
ul.inline-icon.footer li {
    display: inline-block;
    padding-right: 15px;
}
ul.inline-icon.footer {
    list-style: none;
    padding-left: 0px;
	display: inline-block;
}
ul.inline-icon.footer:nth-child(4) {
    padding-right: 0;
}
ul.inline-icon.footer li {
    display: inline-block;
    padding-right: 15px;
}




/* seperat css question */

.question-vote-up.voteQReply i {
	color: #000;
}
.question-vote-up.voteAReply i {
	color: #000;
}
.question-vote-up.voteQReply.active i {
	color: #0232ff;
}
.question-vote-up.voteAReply.active i {
	color: #0232ff;
}
.reportqr.active,.reportar.active{
	color: #0232ff;
}
span.box-cont {
    display: inline-block;
    padding: 1px 12px;
    line-height: 17px;
    font-size: 13px;
    background-color: #2d6ff7;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
	vertical-align: top;
    margin-top: 6px;
}

.deleteQuestion{
	color:red;
	cursor:pointer;
	padding-left:4px;
}
.image-upload-area {
    position: relative;
    height: 200px;
    text-align: center;
    border: 2px dashed #bdbdbd;
    margin: 12px 12px;
}
input#imageFile {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
}
span.icons-upload-img {
    color: #dedede;
    font-size: 107px;
}
p.text-upload-img-ans {
    color: #c5c5c5;
    font-size: 13px;
}
.image-upload-area .upload-info{
	font-size: 17px;
	color: #bdbdbd;
	padding: 15% 5%;
	display: inline-block;
}






@media screen and (max-width: 992px) and (min-width:768px) {

	img.img-fluid.user-picprofile {
		max-width: 140px;
	}
	.search-drpdon-main {
		width: 94%;
	}
	.container.custom {
		max-width: 830px;
	}
	.vote-count.text.text-center {
		margin-top: 0px;
	}
	ul.navbar-nav.options-nav.mx-auto.custom li a span {
		padding-right: 4px;
		color: #007ee5;
		font-family: "Open Sans";
		font-size: 21px;
		text-align: center;
		line-height: 22px;
		font-weight: 400;
		display: inline-block;
		width: 100%;
	} 
}
@media screen and (max-width: 767px) and (min-width:576px) {
	.loader-main-input {
		position: absolute;
		right: 20%;
		display:inline-block;
		top: 28%;
	}
	button.navbar-toggler.custom.collapsed {
		padding-left: 20%;
	}
	.search-drpdon-main {
		width: 94.5%;
	}
	button.close-search {
		right: 19%;
	}
	.container.custom {
		max-width: 605px;
	}
}
@media screen and (min-width: 1300px) {
	.container.custom {
		max-width: 1251px;
	}
	
}
@media screen and (max-width: 576px) {
	.search-drpdon-main {
		width: 94%;
	}
	button.close-search {
		right: 27.5%;
	}
	span.loader-main-input {
		position: absolute;
		right: 28%;
		top: 28%;
	}
	
}
@media screen and (min-width: 1024px) {
	ul.navbar-nav.options-nav.mx-auto.custom li a {
		min-width: 143px;
		text-align: center;
	}
	
}
@media screen and (min-width: 992px) {
	.modal.fade.signin.show .modal-dialog {
		max-width: 589px;
		margin: 30px auto;
	}
	.search-drpdon-main {
		width: 96%;
	}
	#mainNav.navbar-dark .navbar-collapse .navbar-sidenav {
		background: #F9F9F9;
	}
	#mainNav .navbar-collapse .navbar-sidenav {
		padding-bottom: 100px;
		position: absolute;
		top: 0;
		left: 0;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 56px;
	}
	#mainNav .navbar-collapse .navbar-sidenav > .nav-item {
		width: 230px;
		padding: 0;
	} 
}
@media screen and (max-width: 992px) {
	.col-6.question-image-vote.px-sm-0.vote-bg {
		text-align: center;
	}
	.post-meta {
		color: #7c7f85;
		vertical-align: middle;
		line-height: 25px;
		display: inline-block;
	}
}

@media screen and (min-width: 768px) {
	li.nav-item.logo-main {
		float: left;
	}
	.dropdown-menu.notification.show {
		transform: translate3d(-261px, 49px, 0px) !important;
	}
	.col-sm-4.col-md-4.px-0.bdr-badges {
		border-left: 1px solid #e0e0e0;
		border-right: 1px solid #e0e0e0;
	}
	ul.reply-main-brd {
		margin-left: 3rem!important;
	}
	 
}

@media screen and (max-width: 768px) {
	time.time-notify {
		display: inline-block;
		text-align: right;
		font-size: 14px;
		vertical-align: top;
		font-weight: 400;
		margin-top: 8px;
	}
	.dropdown-menu.notification.show a.dropdown-item {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: normal;
		height: 37px;
		display: inline-block;
		font-weight: 600 !important;
		vertical-align: middle;
		font-size: 13px !important;
	}
	.dropdown-menu.notification.show {
		width: 100%;
		padding: 0pc;
		box-shadow: rgba(28, 29, 32, 0.23) 0px 6px 16px, rgba(23, 24, 27, 0.25) 0px 9px 40px;
		background-clip: padding-box;
		transition: all 0.11s ease-in 0s;
		border-radius: 0px 0px 0.25rem 0.25rem;
		transition-delay: 0s;
	}
	ul.notify.main-list.pl-0 li {
		white-space: normal;
		max-width: 100%;
		width: 100%;
		padding: 0px 15px;
		border-bottom: 1px solid #dedede;
	}
	ul.notify.main-list.pl-0 {
		max-height: 252px;
		overflow-y: auto;
		width: 100%;
	}
	ul.navbar-nav.options-nav.mx-auto.custom li a {
		border-right: none;
	}
	ul.nav.nav-tabs.ans-category {
		border: none;
	}
	ul.nav.nav-tabs.ans-category li a {
		border-radius: 0px;
		color: #7c7f85;
		font-size: 13px;
		border-bottom: none;
		padding: 9px 13px;
	}
	
	
	ul.navbar-nav.navbar-sidenav.background-third-color li {
		color: #fff;
	}
	ul.inner-profile-option li {
		border-bottom: 2px solid #0171cc;
		padding-left: 2px;
	}
	.footer-meta li, a.meta-answer {
		padding: 6px 8px;	
	}
	.question-vote {
		list-style: none;
		margin: 0;
		text-align: center;
		position: relative;
		display: inline-block;
		padding: 0px 5px;
	}
	ul.question-mobile.question-vote li a.question_vote_up.vote_not_user i {
		font-size: 35px;
		color: #2d6ff7;
		line-height: 32px;
	}
	ul.question-mobile.question-vote li a.question_vote_down.vote_not_user i {
		font-size: 35px;
		color: #cee0ed;
		line-height: 32px;
	}
	.inner-question.main {
		background-color: #fff;
		/* padding: 18px 15px 30px; */
		box-shadow: 1px 1px 14px 1px #e8e8e8;
		position: relative;
	}
	.footer-meta {
		padding: 0;
		margin: 0;
		list-style: none;
		clear: both;
	}
	ul.question-mobile.question-vote li {
		line-height: 14px;
		display: list-item;
	}
	.author-image.text-center {
		display: inline-block;
	}
	.question-image-vote {
		display: inline-block;
	}
	.question-sticky-ribbon {
		right: -15px;
	}
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
	.stats-inner li, .widget .stats-inner li:last-child {
		width: 100%;
	}
	.container.custom {
		max-width: 1000px;
	}
}

@media screen and (max-width: 380px) {
	.question-content .post-meta>span {
		margin-right: 0px;
		float: left;
		font-size: 11px;
	}
	ul.question-mobile.question-vote li a.question_vote_down.vote_not_user i {
		font-size: 34px;
		color: #cee0ed;
		line-height: 26px;
	}
	ul.question-mobile.question-vote li a.question_vote_up.vote_not_user i {
		font-size: 34px;
		color: #2d6ff7;
		line-height: 26px;
	}
}

