html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}



*,
*:before,
*:after {
  position: relative;
  box-sizing: inherit; 
}

img,
object,
embed {
  max-width: 100%;
  height: auto;  
}

.img-icon{
  max-width: 100%;
  height: auto;
  width:30px;
  border-radius: 100%;
}

.text-right {
		margin-left: auto;
	}
ol, ul {
	list-style: none;
}


blockquote, q {
  quotes:none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
 
}
 a:hover, a:focus{
    text-decoration: none;
  }

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

i,
em {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

input,
select {
  vertical-align: middle;
}



fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button {
  height: auto;
  padding: 0;
  background: transparent;
  outline: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
   color:#fff;
}


sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

mark {
  background: #ff0;
  color: #000;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}

pre,
code,
kbd,
samp {
  font-family: monospace,
  sans-serif;
}
p {
  letter-spacing: 0;
}




* {
    
    font-family: "Lato", Arial, sans-serif;
    box-sizing: border-box;
}

body {
    font-family: "Lato", Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    background: #f8f9fd;
    color: black; }



/*Header css start*/

.c-header {
    width: 100%;
}
.c-header__top {
    background-color: #f5f0ee;
    width: 100%;
    min-height: 66px;
}
.c-header__top-contnet {
    width: 100%;
    display: flex;
    position: relative;
    
}
.c-header__top-contnet .leftwrap {
    display: flex;
    align-items: center;
    height: 66px;
    gap: 18px;

}
.c-header__top-contnet .leftwrap  .u-img {
    height:48px;
    width: auto;
}

.loginsection {
    border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -ms-border-radius: 10px 10px 0px 0px;
    -o-border-radius: 10px 10px 0px 0px;
    background-color: #d6d6d6;
    
    height: 46px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-left:10px;
    padding-right:10px;
    box-sizing: border-box;
    gap: 9.52px;
   
    position: absolute;
    bottom:0;
    right:0;
    z-index: 1;
}

.loginsection .user-img {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;

}
.loginsection .user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.loginsection .user-name {
    font-size: 14px;
    color: #2f2f2f;
    display: flex;
    align-items: center;
}
.name-heading{
    font-size: 32px;
    font-weight: 700;
    color: #e99218;
    text-align: center;
}
.name-small{
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    text-align: center;
}
.name-time{
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    text-align: center;
}
.btn-secondary {
    color: #fff;
    background-color: #f5ae0c;
    border-color:white;    
}


.loginsection  .user-name .u-img {
    width: 20px;
    height: auto;
    margin-left:10px;
}

/*Header css start*/

/*Menu Section start*/
 .c-header__menu {
    width: 100%;
    background: #F58221;
 }
 .c-header__menu-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:12px 0px;
 }
 .c-header__menu-content .leftcontent {
    color: #fff;
    position: relative;
    font-size: 28.41px;
    font-weight: 700;
    
 }
 .c-header__menu-content .leftcontent span {
    font-size: 17.23px;
    text-transform: uppercase;
    font-weight: 400;
 }
/*Menu Section End */

/*search section start*/
.c-searchsection {
    background-color: #5D5C5C;
    
}
.c-searchsection .c-searchsection__content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding:8px 0px;
}
.c-searchsection .c-searchsection__content .label {
    letter-spacing: -0.02em;
    font-size: 10px;
    font-weight: 500;
    color:#fff;
}
.c-searchsection .c-searchsection__content .fieldwrap {
    display: flex;
    margin-left:15px;
    margin-right:15px;
    align-items: center;

}

.c-searchsection .c-searchsection__content .fieldwrap .text {
    font-size: 16px;
    margin-left:8px;
    border-right:2px #fff solid;
    color: #fff;
    padding-right:8px;
    margin-right:8px;
}
.c-searchsection .c-searchsection__content .fieldwrap .text {
    font-size: 16px;
    margin-left:8px;
    border-right:2px #fff solid;
    color:#fff;
    padding-right:8px;
    margin-right:8px;

}
.c-searchsection .c-searchsection__content .fieldwrap .field {
    min-height: 35px;
    background-color: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #007bff;
    outline: none;
}
.c-searchsection .c-searchsection__content .fieldwrap .field.titlesearch {
    border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    -ms-border-radius: 5px 0px 0px 5px;
    -o-border-radius: 5px 0px 0px 5px;
}
.firstfield {
    display: flex;
    align-items: center;
}
.searchicon {
    height: 37px;
    border-radius: 0px 5px 5px 0px;
    -webkit-border-radius:0px 5px 5px 0px;
    -ms-border-radius: 0px 5px 5px 0px;
    -o-border-radius: 0px 5px 5px 0px;
    border: 1px solid transparent;
    border-color: #6c757d;
    width: 46px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    outline: none;

}
.searchicon:hover, .searchicon:focus {
    outline: none;
}

.dateformtoicon {
    margin-left:10px;
    margin-right: 10px;
}

.btn {
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;    
  
}
.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #ccc;
    padding: 9px;
}
.custom-button2 {
background-color: #000000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    outline: none;

}

.custom-button2:hover, .custom-button2:focus {
    background-color: #FF5C00;
    color: #fff;
    outline: none;
}
/*search section end*/


/* Training Knowledge start */

.primary-color-bg{
    background-color: #F58221;
}
.primary-color-txt{
    background-color: #F58221;
}
.primary-btn {
    background-color: #F58221;
}
.primary-btn:hover {
    background-color: #bf5f11;
     transition: color 0.7s;
}
.comment {
    font-weight: 600;
    font-size: 18px;
    color: #5f5f5f;
}

video{
width: 100%;
height: auto;
}

/* Training Knowledge end */



/*Menu section css start*/
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav ul li {
    float: left;
    position: relative;
}
nav ul li a,nav ul li a:visited {
    display: block;
    padding: 0 20px;
    line-height: 55px;
    color: #fff;
    background: #262626 ;
    text-decoration: none;
}
nav ul li a{
    background: transparent;
    color: #FFF;
}
nav ul li a:hover, nav ul li a:visited:hover {
    background: #2581DC;
    color: #ffffff;
}
.navbar-dropdown li a{
    background: #2581DC;
}
nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: ' \025BE';
}
nav ul li ul li {
    min-width: 190px;
}
nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}
.navbar-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    background: #fff;
    box-shadow: 0 0 35px 0 rgba(0,0,0,0.25);
}
/* Mobile navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    height: 55px;
    width: 70px;
}
@media only screen and (max-width:1199px) {
    .nav-list {
        display: block !important;
   }
}
@media only screen and (max-width: 991px) {
    .nav-mobile {
        display: block;
   }
    nav {
        width: 100%;
        padding: 55px 0 15px;
        position:absolute;
        width: 100%;
        left:0;
        top:20px;
        z-index: 9999;
   }
    nav ul {
        display: none;
   }
    nav ul li {
        float: none;
   }
    nav ul li a {
        padding: 15px;
        line-height: 20px;
        background: #262626;
   }
    nav ul li ul li a {
        padding-left: 30px;
   }
    .navbar-dropdown {
        position: static;
}
}

#navbar-toggle {
    position: absolute;
    left: 18px;
    top: 15px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}
#navbar-toggle span, #navbar-toggle span:before, #navbar-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 30px;
    background: #ffffff;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}
#navbar-toggle span:before {
    top: -10px;
}
#navbar-toggle span:after {
    bottom: -10px;
}
#navbar-toggle.active span {
    background-color: transparent;
}
#navbar-toggle.active span:before, #navbar-toggle.active span:after {
    top: 0;
}
#navbar-toggle.active span:before {
    transform: rotate(45deg);
}
#navbar-toggle.active span:after {
    transform: rotate(-45deg);
}

/*Banner section Start*/

.c-banner-section {
    width:100%;
}

.c-banner-section__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;

}
.c-banner-section__content .imgsection {
    width: 440px;

}
.c-banner-section__content .imgsection .u-img {
    width: 100%;
    height: auto;
}
.c-banner-section__content .questionright {
    width: calc(100% - 440px);
    padding-left:70px;
    display:flex;
    align-items: center;
    justify-content: space-between;
}


.c-questionsection {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    

}
.c-questionsection h1 {
    font-size: 18px;
    color: #bf4e9c;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
}



.c-questionsection-content {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.c-questionsection-content .counterbox{
    width:114px;
    height: 76px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    color:#fff;
    background-color: rgba(0, 0, 0, 0.1);
}
.c-questionsection-content .counterbox .text {
    font-size: 17.47px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    
}
.c-questionsection-content .counterbox  .value {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #bf4e9c;
    font-weight: 900;
   
   
}

.c-questionsection-content .counterbox.totalvalue {
    background-color: #bf4e9c;
}
.c-questionsection-content .counterbox.totalvalue .text,  .c-questionsection-content .counterbox.totalvalue  .value {
    color: #fff;
}

.c-dateslider  {
    border-radius: 27px;
    border: 1px solid #eacbe0;
    width:180px;
    height: 50px;
    margin-top: 20px;
    position: relative;
    line-height: 50px;
    font-size: 20px;
    color: #5f5f5f;
    letter-spacing: -0.02em;
    font-weight: 900;
}
.c-dateslider.hide {
    display: none;
}
.c-dateslider .owl-nav span {
    display: none;
}

.c-dateslider .owl-nav .owl-prev {
    position:absolute;
    top:50%;
    left:10px;
    margin-top: -29px;
}

.c-dateslider .owl-nav .owl-prev{
    background: url(../public/previous.svg) no-repeat !important;
    background-size: 8px 10px  !important;
    outline: none  !important;
    border:none  !important;
    font-size: 0px;
    width: 8px;
    height: 10px;
}

.c-dateslider .owl-nav .owl-next {
    position:absolute;
    top:50%;
    right:10px;
    margin-top: -29px;
}

.c-dateslider .owl-nav .owl-next{
    background: url(../public/next.svg) no-repeat  !important;
    background-size: 8px 10px  !important;
    outline: none  !important;
    border:none  !important;
    font-size: 0px;
    width: 8px;
    height: 10px;
}


.c-modallinksection {
    border-left: 1px solid #D2D2D2;
    padding-left:20px;
    display: flex;
    flex-direction: column;

}

.c-modallinksection .link {
    width: 150px;
    display: flex;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    background-color: #BF4E9C;
    color:white;
    font-size: 15px;
}
.c-modallinksection .link.post {
    margin-bottom: 15px;;
}

.c-modallinksection .link:hover {
    background: #F58221;
}



/*accordian section start*/

.c-dilse .heading{
    background: #C6C6C6;
   
}
.c-dilse .main-section{
    display: flex;
    justify-content: space-between;
   
}
.c-dilse .title{
    color: #5F5F5F;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}
/* .right {
    padding-top: 5px;
    display: flex;
    justify-content: end;
} */
.c-dilse .date{
    color: #5F5F5F;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin-right: 10px;
    padding-top: 5px;
  
}
.c-dilse .plus-icon{
    width: 40px;
    flex-direction: column;
    text-align: center;
    background: #FFF;
    color: #FF5C00;
    font-size: 18px;
    font-weight: 200;
    height: 40px;
    padding: 5px;
    border-radius: 2px;
}
.c-dilse .accordian-content{ background: #5d5c5c;
    flex-direction: row;
    display: flex;
}
.c-dilse .text-content {
    padding: 8px;
    letter-spacing: -0.02em;
    line-height: 1.4em;
    color: #ffffff;
    line-height: 1.4em;
    padding-top: 6px;
    font-size: 20px;
    width: calc(100% - 270px);
    
}
.c-dilse img.icon {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    /* object-fit: contain; */
}
.c-dilse .no {
    background: #F58221;
    padding: 5px;
    height: 35px;
    margin: 10px;
    text-align: center;
    border-radius: 1px;
    width: 30px;
}
.c-dilse .user_detail {
    height: 65px;
    border-left: 1px solid #D2D2D2;
    padding: 5px 10px;
    font-size: 13px;
    padding-left: 10px;
    margin-top: 15px;
    width: 250px;
}
.c-dilse .subhead {
    color: #FFF;
    letter-spacing: -0.02em;
}
.c-dilse .name {
    font-size: 15px;
    color: #f2cab4;
    font-weight: bold;
}  
.c-dilse .desig {
    color: #fff;
    font-style: italic;
}
.c-dilse .user_profile {
    padding: 10px;
    margin-top: 10px;
  
}
.c-dilse .box {
    border-radius: 11px;
    background-color: #fff;
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.15);
    padding: 11px 12px;
    width: 100%;
    margin-top: 20px;
}
.c-dilse .comment {
    display: flex;
}
.c-dilse .head{
    font-weight: 600;
    font-size: 14px;
    color: #5f5f5f;
}
.c-dilse .profile {
    padding: 10px;
    margin-top: 6px;
    display: flex;
    flex-direction: row;
}
.c-dilse .box p{
    font-size: 18px;
    letter-spacing: -0.02em;
    color: #b14000;
    margin-bottom: 0px;
    padding-top: 6px;

}
.c-dilse .box_desc {
    font-size: 13px;
    color: #7b7777;
    letter-spacing: -0.02em;
    padding: 10px;
    line-height: 25px;

}
.center {
  display: flex;
  justify-content: end;
  align-items: center;
  height: auto;  
}

.c-dilse .msword-icon a {
    margin: 2px;
}
.c-dilse .chat_date {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    text-align: center;
    font-size: 14px;
    margin: 10px;     
    width: 70px;
    height: 70px;
    padding: 6px;
}
.c-dilse .chat_date span {
    color: #b14000;    font-weight: 800;
}
.c-dilse .chat ul li {
    display: block;
}
.c-dilse .box1{
    border-radius: 11px;
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    padding: 6px 12px;
    margin: 20px 0px;
}
.c-dilse .right {
    display: flex;
}
/*accordian section end*/

@media (max-width: 1920px) {
.c-dilse  .chat ul li {
    display: flex;
    flex-direction: row;
}

}

/*search accordian end*/


/* Training Knowledge start */



/* Training Knowledge end */



/* ----- Modal ----- */

.right {
    display: flex;
}
.pop-heading {
    background: #000;
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.456px;
}
.right-close {
    color: #ffff;
    opacity: 1;
    font-size: 32px;
   
}
.right-close:hover {
    color: #ffff;
    opacity: 1;
    font-size: 32px;
    outline: none;
}
.modal_heading {
    background: #F58221;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
}
.modal_title {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.456px;
}

.modal_date {
    border-radius: 3px;
    background: #FFF;
    padding: 6px 11px;
    color: #2C2C2C;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.428px;

}
.modal_desc {
    padding: 20px 0px;
}

span.error {
    color: #DE2828;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.304px;
}

.modal_textarea {
    border-radius: 2px;
    border: 1px solid #9D9A9A;
    background: #F3F3F3;
    margin-top: 5px;
    width: 100%;
}
.grey{
    border-radius: 3px;
    background: #5D5C5C;
    color: #fff;
    border-color: #5D5C5C;
    padding: 6px 11px;
    line-height: 1.1;
}
.orange{
    border-radius: 3px;
    background: #F58221;
    color: #fff;
    border-color: #F58221;
    padding: 6px 11px;
    line-height: 1.1;
}
.orange:hover {
    color: #ffff;
    background: #F58221;
    outline: none;
}
.grey:hover {
    color: #ffff;
    background: #5D5C5C;
    outline: none;
}
.mr{
    margin-right:20px;
}
.modal_desc2 {
    color: #121212;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.304px;
    padding: 10px 0px;
}
.cooments{
    padding-top: 15px;

}
.modal_message {
  
}
.modal_selectbox{
    width: 100%;
    border-radius: 2px;
    border: 1px solid #9D9A9A;
    background: #F3F3F3;
    height: 33px;
    margin-top: 5px;
}
.model_choosen {
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #F3F3F3;
    padding: 5px;
}











/*Banner section End*/
@media (max-width: 1199px) { 
    .c-searchsection .c-searchsection__content .fieldwrap {
        margin-left:6px;
        margin-right:6px;
    }
    .c-banner-section__content .imgsection {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .c-banner-section__content .imgsection .u-img {
        width: 330px;
        height: auto;
    }
    .c-banner-section__content {
        flex-direction: column;
    }
    .c-banner-section__content .questionright {
        width: 100%;
        padding-left: 0px;
        justify-content: center;
    }
    .c-modallinksection {
        margin-left: 20px;
    }


    .c-dilse .box { margin-top: 20px; }
    .c-dilse .chat ul li { display: flex; flex-direction: row; }
    .c-dilse .right {
        display: flex;
        justify-content: space-between;
    }
    .c-dilse .text_content {
        width: 100%;
    }
    .c-dilse .user_detail {
        width: 316px;
    }


}

@media (max-width: 991px) {  
    .c-searchsection .c-searchsection__content {
        flex-direction: column;
    }
    .c-searchsection .c-searchsection__content .fieldwrap {
        width: 100%;
        margin-bottom: 10px;
    }
    .c-searchsection .c-searchsection__content .label {
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 700;
        padding-left:0px;
    }
    .c-searchsection .c-searchsection__content .fieldwrap .text {
        margin-left:0px;
        width: 70px;
    }
    .firstfield {
        width: calc(100% - 70px);
    }
    .c-searchsection .btnsection {
        width: 100%;
        justify-content: center;
    }
    .c-searchsection .btnsection .custom-button2  {
        min-width: 300px;
        margin-left:70px;
    }



    .c-dilse .accordian-content { flex-direction: column;}
    .c-dilse .box { margin-top: 20px; }
    .c-dilse .chat ul li { display: flex; flex-direction: column; }
    .c-dilse .right {
        display: flex;
        justify-content: space-between;
}
    .c-dilse .main-section {
        display: flex;
        /* justify-content: space-between; */
        flex-direction: column;
    }
    .c-dilse .text-content {
        width: 100%!important;
    }
    .c-dilse .user_detail {

        width: 100%;
    }

    .c-dilse .box1 {
        margin-top:0px;
        padding-top: 0px;
    }
    .c-dilse .chat_date {
        height: auto;
        padding-bottom: 0px;
    }
    .c-dilse .chat ul li {
        border-top: 1px #ccc dotted;
    }
    .c-dilse .chat ul li:first-child {
        border:none;
    }


}

@media (max-width: 767px) {  
    .c-questionsection-content {
        gap: 10px;
    }



    .c-dilse .accordian-content {

        flex-direction: column
    }
    .c-dilse .box {
        margin-top: 20px;
    }
    .c-dilse .right {
        display: flex;
        justify-content: space-between;
    }
    .c-dilse .main-section {
        display: flex;
        /* justify-content: space-between; */
        flex-direction: column;
    }
    .c-dilse .text-content {
        width: 100%!important;
    }
    .c-dilse .user_detail {

        width: 100%;
    }
    .c-dilse .chat ul li { display: flex; flex-direction: column; }


}

@media (max-width: 575px) { 
    .c-header__top, .c-header__top-contnet, .c-header__top-contnet .leftwrap {
        height: 77px;
    }
    .c-header__top-contnet {
        flex-direction: column;
    }
    .c-header__top-contnet .leftwrap {
        width: 100%;
        justify-content: space-between;
    }

    .loginsection {
        border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -ms-border-radius: 0px 0px 10px 10px;
    -o-border-radius: 0px 0px 10px 10px;
       bottom:-46px
    }
    .c-header__menu-content {
        padding:40px 0px;
        padding-bottom: 12px;
    }

    .datefieldsection {
        flex-direction: column;
    }

    nav {
        top:46px;
    }

    .c-banner-section__content .questionright {
        flex-direction: column;
    }
    .c-modallinksection {
        flex-direction: row;
        margin-left: 0;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding-left: 0;
        border: none;
        margin-top: 30px;
    }
    .c-modallinksection .link.post {
        margin-bottom: 0;
    }
    .c-modallinksection .link {
        margin-left: 5px;
        margin-right:5px;
    }



    .c-dilse .accordian-content {

        flex-direction: column!important;
    }
    .c-dilse .right {
        display: flex;
        justify-content: space-between;
    }
    .c-dilse .main-section {
        display: flex;
        /* justify-content: space-between; */
        flex-direction: column;
    }
    .c-dilse .text-content {
        width: 100%!important;
    }
    .c-dilse .user_detail {

        width: 100%;
    }
    .c-dilse .chat ul li { display: flex; flex-direction: column; }
	.btn-outline-secondary {
        width: 100%;
        color: #6c757d;
        background-color: transparent;
        background-image: none;
        border-color: #6c757d;
    }
    
    .btn {
        display: inline-block;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid transparent;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 0.25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        width: 100%;
        margin-top: 10px;
        border: 1px solid;
    }

    
}

@media (max-width: 450px) { 

}


    
/*This is called staacking*/
.red{
    /* background-color:red; */
    z-index:1; 
    padding-top: 20px;
    /*Z-INDEX work in z direction. 1 Means ,it comes to first.*/
}
.blue{
    background-color:blue;
    left:20px;
    top:20px;
}
.yellow{
    background-color:yellow;
    left:40px;
    top:40px;
    z-index:-1;
    /*-1 Means ,it comes to last*/
    /*z-index is worked only with position propaty*/
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: #141619;
}
.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: #141619;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.nav-link:focus, .nav-link:hover {
    color: rgb(214 105 5 / 75%);
}
.bg-dark-light{
    background-color: #F5F0EE;
}
.bg-dark-grey-light{
    background-color: #C6C6C6;
}
.bg-dark-grey-dark{
  background-color: #3b3b3b;
}

.bg-primary-color{
    background-color: #F58221;
}

.question-color{
    color: #BF4E9C;
}
.counter-color{
    color: #BF4E9C;
}
.counter-bg-color{
    background-color: #BF4E9C;    
}
.content-img {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .list-group-item img{
      left:-7px;
     }

  .img-rounded {
      border-radius: 68.25rem;
  }
.pargraph {
    font-size: 15px;
    text-align: left;
    flex-wrap: wrap;
    line-height: 25px;
    font-weight: 600;
}
.noumber {
    background: #F58221;
    padding: 5px;
    height: 35px;
    margin: 10px;
    text-align: center;
    border-radius: 1px;
    width: 20px;
}
.user {
    height: 65px;
    border-left: 1px solid #D2D2D2;
    padding: 5px 10px;
    font-size: 13px;
    padding-left: 10px;
    margin-top: 15px;
    width: 250px;
}
.name {
    font-size: 15px;
    color: #BF4E9C;
    font-weight: bold;
}
.icon-color{
 color: #BF4E9C;
}

.blink {
    animation: blinker 1.5s linear infinite;
    color: rgb(250, 175, 69);
    font-family: sans-serif;
    font-weight: 700;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}


a{
    text-decoration: none;
  }
  
  .main-wrap {
      background: #000;
          text-align: center;
  }
  .main-wrap h1 {
          color: #fff;
              margin-top: 50px;
      margin-bottom: 100px;
  }
  .col-md-3 {
      display: block;
      float:left;
      margin: 1% 0 1% 1.6%;
        background-color: #eee;
    padding: 50px 0;
  }
  
  .col:first-of-type {
    margin-left: 0;
  }
  
  
  /* ALL LOADERS */
  
  .loader{
    width: 100px;
    height: 60px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
  }
  
  /* LOADER 1 */
  
  #loader-1:before, #loader-1:after{
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 10px solid transparent;
    border-top-color: #3498db;
  }
  
  #loader-1:before{
    z-index: 100;
    animation: spin 1s infinite;
  }
  
  #loader-1:after{
    border: 10px solid #ccc;
  }
  
  @keyframes spin{
    0%{
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    100%{
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  /* LOADER 2 */
  
  #loader-2 span{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #F5762F;
    margin: 35px 5px;
  }
  
  #loader-2 span:nth-child(1){
    animation: bounce 1s ease-in-out infinite;
  }
  
  #loader-2 span:nth-child(2){
    animation: bounce 1s ease-in-out 0.33s infinite;
  }
  
  #loader-2 span:nth-child(3){
    animation: bounce 1s ease-in-out 0.66s infinite;
  }
  
  @keyframes bounce{
    0%, 75%, 100%{
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }
  
    25%{
      -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      -o-transform: translateY(-20px);
      transform: translateY(-20px);
    }
  }
  
  /* LOADER 3 */
  
  #loader-3:before, #loader-3:after{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: calc(50% - 10px);
    background-color: #3498db;
    animation: squaremove 1s ease-in-out infinite;
  }
  
  #loader-3:after{
    bottom: 0;
    animation-delay: 0.5s;
  }
  
  @keyframes squaremove{
    0%, 100%{
      -webkit-transform: translate(0,0) rotate(0);
      -ms-transform: translate(0,0) rotate(0);
      -o-transform: translate(0,0) rotate(0);
      transform: translate(0,0) rotate(0);
    }
  
    25%{
      -webkit-transform: translate(40px,40px) rotate(45deg);
      -ms-transform: translate(40px,40px) rotate(45deg);
      -o-transform: translate(40px,40px) rotate(45deg);
      transform: translate(40px,40px) rotate(45deg);
    }
  
    50%{
      -webkit-transform: translate(0px,80px) rotate(0deg);
      -ms-transform: translate(0px,80px) rotate(0deg);
      -o-transform: translate(0px,80px) rotate(0deg);
      transform: translate(0px,80px) rotate(0deg);
    }
  
    75%{
      -webkit-transform: translate(-40px,40px) rotate(45deg);
      -ms-transform: translate(-40px,40px) rotate(45deg);
      -o-transform: translate(-40px,40px) rotate(45deg);
      transform: translate(-40px,40px) rotate(45deg);
    }
  }
  
  /* LOADER 4 */
  
  #loader-4 span{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #3498db;
    margin: 35px 5px;
    opacity: 0;
  }
  
  #loader-4 span:nth-child(1){
    animation: opacitychange 1s ease-in-out infinite;
  }
  
  #loader-4 span:nth-child(2){
    animation: opacitychange 1s ease-in-out 0.33s infinite;
  }
  
  #loader-4 span:nth-child(3){
    animation: opacitychange 1s ease-in-out 0.66s infinite;
  }
  
  @keyframes opacitychange{
    0%, 100%{
      opacity: 0;
    }
  
    60%{
      opacity: 1;
    }
  }
  
  /* LOADER 5 */
  
  #loader-5 span{
    display: block;
    position: absolute;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    width: 20px;
    height: 20px;
    background-color: #3498db;
  }
  
  #loader-5 span:nth-child(2){
    animation: moveanimation1 1s ease-in-out infinite;
  }
  
  #loader-5 span:nth-child(3){
    animation: moveanimation2 1s ease-in-out infinite;
  }
  
  #loader-5 span:nth-child(4){
    animation: moveanimation3 1s ease-in-out infinite;
  }
  
  @keyframes moveanimation1{
    0%, 100%{
      -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      transform: translateX(0px);
    }
  
    75%{
      -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
      -o-transform: translateX(30px);
      transform: translateX(30px);
    }
  }
  
  @keyframes moveanimation2{
    0%, 100%{
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
    }
  
    75%{
      -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
      -o-transform: translateY(30px);
      transform: translateY(30px);
    }
  }
  
  @keyframes moveanimation3{
    0%, 100%{
      -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
      -o-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
    }
  
    75%{
      -webkit-transform: translate(30px, 30px);
      -ms-transform: translate(30px, 30px);
      -o-transform: translate(30px, 30px);
      transform: translate(30px, 30px);
    }
  }
  
  /* LOADER 6 */
  
  #loader-6{
    top: 40px;
    left: -2.5px;
  }
  
  #loader-6 span{
    display: inline-block;
    width: 5px;
    height: 20px;
    background-color: #3498db;
  }
  
  #loader-6 span:nth-child(1){
    animation: grow 1s ease-in-out infinite;
  }
  
  #loader-6 span:nth-child(2){
    animation: grow 1s ease-in-out 0.15s infinite;
  }
  
  #loader-6 span:nth-child(3){
    animation: grow 1s ease-in-out 0.30s infinite;
  }
  
  #loader-6 span:nth-child(4){
    animation: grow 1s ease-in-out 0.45s infinite;
  }
  
  @keyframes grow{
    0%, 100%{
      -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
      -o-transform: scaleY(1);
      transform: scaleY(1);
    }
  
    50%{
      -webkit-transform: scaleY(1.8);
      -ms-transform: scaleY(1.8);
      -o-transform: scaleY(1.8);
      transform: scaleY(1.8);
    }
  }
  
  /* LOADER */
  
  #loader-7{
    -webkit-perspective: 120px;
    -moz-perspective: 120px;
    -ms-perspective: 120px;
    perspective: 120px;
  }
  
  #loader-7:before{
    content: "";
    position: absolute;
    left: 25px;
    top: 25px;
    width: 50px;
    height: 50px;
    background-color: #3498db;
    animation: flip 1s infinite;
  }
  
  @keyframes flip {
    0% {
      transform: rotate(0);
    }
  
    50% {
      transform: rotateY(180deg);
    }
  
    100% {
      transform: rotateY(180deg)  rotateX(180deg);
    }
  }
  
  /* LOADER 8 */
  
  #loader-8:before{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: calc(50% - 10px);
    left: 0px;
    background-color: #3498db;
    animation: rotatemove 1s infinite;
  }
  
  @keyframes rotatemove{
    0%{
      -webkit-transform: scale(1) translateX(0px);
      -ms-transform: scale(1) translateX(0px);
      -o-transform: scale(1) translateX(0px);
      transform: scale(1) translateX(0px);
    }
  
    100%{
      -webkit-transform: scale(2) translateX(45px);
      -ms-transform: scale(2) translateX(45px);
      -o-transform: scale(2) translateX(45px);
      transform: scale(2) translateX(45px);
    }
  }
  
hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
  }

input:checked+.slider:after {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    /*width: 235px;*/
    padding-left: 25px;
}

input:checked+.slider:before {
    background-color: #fff;
}

input:checked+.slider:before {
    -webkit-transform: translateX(160px);
    -ms-transform: translateX(160px);
    transform: translateX(70px);
}

/* Rounded sliders */


/**
 * The switch widget!
 * Usage:
 *   <input type="checkbox" switch[="type"] id="toggleSwitch" />
 *   <label for="toggleSwitch" data-on-label="On" data-off-label="Off"></label>
 */
input[switch] {
  display: none;
}
input[switch] + label {
  font-size: 1em;
  line-height: 1;
  width: 4.7rem;
  height: 1.5rem;
  background-color: #ddd;
  background-image: none;
  border-radius: 2rem;
  padding: 0.1666666667rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  position: relative;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2) inset;
  font-family: inherit;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
input[switch] + label:before {
  /* Label */
  text-transform: uppercase;
  color: #b7b7b7;
  content: attr(data-off-label);
  display: block;
  font-family: inherit;
  font-family: FontAwesome, inherit;
  font-weight: 500;
  font-size: 0.6rem;
  line-height: 1.22rem;
  position: absolute;
  right: 0.2166666667rem;
  margin: 0.2166666667rem;
  top: 0;
  text-align: center;
  min-width: 1.6666666667rem;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
input[switch] + label:after {
  /* Slider */
  content: '';
  position: absolute;
  left: 0.1666666667rem;
  background-color: #f7f7f7;
  box-shadow: none;
  border-radius: 2rem;
  height: 1.22rem;
  width: 1.22rem;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
input[switch]:checked + label {
  background-color: lightblue;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.2));
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3) inset;
}
input[switch]:checked + label:before {
  color: #fff;
  content: attr(data-on-label);
  right: auto;
  left: 0.2166666667rem;
}
input[switch]:checked + label:after {
  left: 3.22rem;
  background-color: #f7f7f7;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3);
}

input[switch="bool"] + label {
  background-color: #454444;
}
input[switch="bool"] + label:before {
  color: #fff !important;
}
input[switch="bool"]:checked + label {
  background-color: #59AB40;
}
input[switch="bool"]:checked + label:before {
  color: #fff !important;
}

input[switch="default"]:checked + label {
  background-color: #a2a2a2;
}
input[switch="default"]:checked + label:before {
  color: #fff !important;
}

input[switch="success"]:checked + label {
  background-color: #BCE954;
}
input[switch="success"]:checked + label:before {
  color: #fff !important;
}

input[switch="warning"]:checked + label {
  background-color: gold;
}
input[switch="warning"]:checked + label:before {
  color: #fff !important;
}





/*swich button close*/

.background-img {
    background-image:url(img/bg-q.png); 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.img-awtar {
    border-radius: 50%;
    margin-left: 5px;
  }

.icon-a {
    color: #525150;
    font-size: 0.9em;
}
.icon-b {
    color: #000;
}
.fa-logout{
    color: rgb(56, 55, 55);     
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: #a6a1a1;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

  .b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }

  .b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
  }

  .bi {
    vertical-align: -.125em;
    fill: currentColor;
  }

  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }

  .nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .btn-outline-danger {
    color: #353434;
    background-color: transparent;
    background-image: none;
    border-color: #353434;
}

/*dropdown on mobile*/
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 5px;
    font-size: 10px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
  
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    
  }
  
  .dropdown-content a {
    color: rgb(92, 91, 90);
    padding: 5px 5px;
    text-decoration: none;
    display: block;    
  }
  
  .dropdown-content a:hover {background-color: #a8a6a6}
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  .dropdown:hover .dropbtn {
    background-color: #3e8e41;
  }
  .dropdown-ineer{
    font-size: 10px;
  }
  
  @media (max-width: 450px) { 
    .dropdown-content a:hover {background-color: #f1f1f1}

    .dropdown:hover .dropdown-content {
      display: block;
    }
    
    .dropdown:hover .dropbtn {
      background-color: #3e8e41;
    }
    .dropbtn {
        background-color: #4CAF50;
        color: white;
        padding: 5px;
        font-size: 10px;
        border: none;
        cursor: pointer;
      }
      
      .dropdown {
        position: relative;
        display: inline-block;
      }
      
      .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
      }
      
      .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
      }
      .dropdown-ineer{
    	font-size: 10px;
    	
  }
}

.desktop {display: block;}
.mobile {display: none;}

@media screen and (max-width: 768px) {

.desktop {display: none;}
.mobile {display: block;}

}

/*video gallery*/











