:root {
    --bs-orange-color: #ff9933;
    --bs-green-color: #138808;
}
* {
    margin: 0;
    padding: 0;
}
body {
    font-size: 14px;
    font-family: 'Lato','Atma', sans-serif,cursive;
    background: var(--bs-white);
}
button, a, button:hover, a:hover,button:focus,a:focus {
    cursor: pointer;
    transition: 0.3s ease all;
    text-decoration: none;
    outline: 0;
}

/*--------header-css---------*/
.header-main {
    background: var(--bs-orange-color);
    height: 80px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
}

.logo-tag{
    font-weight: 700;
    font-family: 'Atma',cursive;
}
.logo-tag:hover, .logo-tag {
    color: var(--bs-white);
}
ul.nav-list li a {
    position: relative;
    padding: 5px;
    color: var(--bs-white);
    font-size: 20px;
    letter-spacing: 0.01rem;
     font-weight: 600;
}
ul.nav-list li a:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    background: var(--bs-white);
    width: 0;
    transition: 0.3s ease all;
}
ul.nav-list li a:hover:before, ul.nav-list li a.active:before{
    width: 50%;
}
.login-btn {
    background: var(--bs-white);
    color: var(--bs-orange-color);
    padding: 10px 35px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.04rem;
}
.login-btn:hover{
    color: var(--bs-orange-color);
}

/*---footer-css----*/
.footer-main{
    background: var(--bs-green-color);
    height: 70px;
}
.footer-main p,.footer-main ul li a{
    color: var(--bs-gray-300);
    font-size: 17px;
    font-weight: 600;
}
.footer-main ul li.list-inline-item:not(:last-child){
    border-right: 1px solid rgba(255,255,255,0.2);
    padding-right: 10px;
}
.footer-main ul li a:hover{
    color: var(--bs-white);
}

/*----home-page---*/
.home-fluid-main {
    margin-top: 80px;
}
.map-details-home, .join-us-div {
    height: calc(100vh - 150px);
    padding: 0;
}
.join-us-div , .map-details-home{
    padding: 30px;
}
.map-row-main{
    border-radius: 8px;
    background-clip: padding-box;
    border: solid 5px transparent;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
}
.map-row-main iframe{
    border-radius: 8px;
}
.map-row-main:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      margin: -5px;
      border-radius: inherit;
      background: linear-gradient(to bottom, var(--bs-orange-color),var(--bs-white), var(--bs-green-color));
}
.join-us-main-row {
    background:var(--bs-white);
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
}
.heading-row-main {
    padding:15px 0 0;
}
#timedate {
    font: small-caps lighter 25px/130% "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    width: 100%;
    color: var(--bs-body-color);
    font-weight: 500;
    border-left: 3px solid var(--bs-orange-color);
    padding: 10px 15px;
    background: rgba(0,0,0,0.05);
}
.details-home-row{
    height: calc(100% - 138px);
}
a.mann-ki-bat-tag{
    color: var(--bs-body-color);
    background: linear-gradient(to bottom, var(--bs-orange-color),var(--bs-white), var(--bs-green-color));
    font-size: 32px;
    width: 100%;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 10px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}
a.mann-ki-bat-tag:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0 25px 50px -12px;
}

/*complaints-form-------*/
.home-fluid-main.complaints-fluid-main{
    padding-bottom: 90px;
    padding-top: 20px;
}
.join-us-main-row h5{
    font-weight: 700;
    padding-top: 20px;
    text-transform: capitalize;
}
.complaints-form{
    padding: 45px 0;
}
.complaints-form label{
    margin-bottom: 10px;
    font-weight: 600;
}
.complaints-form label.upload-file-tag{
    color: var(--bs-gray-600);
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    cursor: pointer;
    padding: 15px;
}
.form-group{
    margin-bottom: 25px;
}
.complaints-form .form-control {
    background: var(--bs-white);
    border-radius: 0;
    height: 50px;
    font-size: 15px;
    border-left: 3px solid var(--bs-orange-color);
    color: var(--bs-gray-600);
}
.complaints-form .form-control.textArea{
    height: 100px;
}
.text-gray-small{
    font-weight: 500;
    color: var(--bs-gray-700);
}
.upload-vdo{
    height: 32px;
}
.sub-obj-edit.btn {
    color: var(--bs-white);
    background: var(--bs-orange-color);
    border-radius: 8px;
    font-weight: 600;
    padding: 10px 30px;
    text-transform: uppercase;
}
.complaints-form-row{
    z-index: 1;
}
.complaints-form-row:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.03);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: -1;
}

/*------about-us-css---*/
.about-us-col h4{
    font-weight: 700;
    margin-bottom: 35px;
    font-size: 28px;
    margin-top: 35px;
}
.about-us-col p,.about-us-col ul li{
    font-size: 16px;
    color: var(--bs-gray-700);
}
.about-us-col p strong, .about-us-col ul li strong{
    color: var(--bs-body-color);
}
.about-us-col ul{
    list-style-type: disclosure-closed;
    padding-left: 25px;
}
.about-us-col ul li{
    padding: 8px 0;
}
.about-us-col ul li a, .about-us-col p a, .contact-us-col ul li a, .text-decoration-line{
    text-decoration: underline !important;
}
.about-us-col h6{
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 20px;
    margin-top: 35px;
}
.about-us-col h5{
    font-weight: 600;
    margin: 30px 0;
}
.vdo-center{
    margin: 45px 0;
}
.complaints-table{
    padding: 45px 30px;
}
.complaints-table .table>:not(:first-child){
    border-top: 0;
}
.complaints-table table thead tr th{
    text-transform: uppercase;
    background: var(--bs-orange-color);
    color: var(--bs-white);
    padding: 14px;
    font-size: 16px;
}
.complaints-table table tbody tr td{
    font-size: 15px;
    padding: 10px;
    background: var(--bs-gray-100);
}
.join-us-main-row.contact-us-card{
    padding: 30px 30px 60px;
}
.contact-us-col{
    padding-top: 30px;
}
.contact-us-col p{
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 15px;
}
.contact-us-col ul li{
    font-size: 16px;
    color: var(--bs-gray);
}
.contact-us-col ul li.list-inline-item:not(:last-child){
    font-weight: 600;
    color: var(--bs-body-color);
}
.contact-us-fluid{
    height: calc(100vh - 80px);
}
.social-button {
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    border-radius: 4px;
    padding:0 5px;
    transition: all .3s ease;
}
.icon-social-link{
    width: 35px;
}
.icon-social-link i{
    font-size: 24px;
}
.text-social{
    width: calc(100% - 35px);
}
#facebook-connect {
    border: 1px solid rgb(60, 90, 154);
    color: rgb(60, 90, 154);
}
#facebook-connect:hover{
    background: rgb(60, 90, 154);
    color: var(--bs-white);
}
.form-group ul li{
    width: 31.3%;
}
#google-connect {
    color: rgb(220, 74, 61);
    border: 1px solid rgb(220, 74, 61);
}
#google-connect:hover{
    background: rgb(220, 74, 61);
    color: var(--bs-white);
}
#twitter-connect {
    color: #1DA1f2;
    border: 1px solid #1DA1f2;
}
#twitter-connect:hover{
    background: #1DA1f2;
    color: var(--bs-white);
}
.or-tag:before, .or-tag:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 43%;
    height: 1px;
    background: var(--bs-gray-300);
    margin: auto;
}
.or-tag:before{
    left: 0;
}
.or-tag:after{
    right: 0;
}
.or-tag span{
    width: 40px;
    height: 40px;
    background: var(--bs-green-color);
    color: var(--bs-white);
    font-weight: 600;
}
.signup-fluid{
    padding-bottom: 75px;
}
.view-btn{
    width: 35px;
    height: 35px;
    border-radius: 3px;
    color: var(--bs-white);
    background: var(--bs-blue);
    font-size: 16px;
    line-height: 35px;
}
.view-btn:hover{
    color: var(--bs-white);
}
.join-us-main-row h3{
    font-weight: 600;
    padding: 15px 0 30px;
}
.maan-ki-bat-details-col{
    padding: 30px;
}
.border-right-1{
    border-right: 1px dashed var(--bs-gray-300);
}
.border-top-1{
    border-top: 1px dashed var(--bs-gray-300);
}
.border-bottom-1{
    border-bottom: 1px dashed var(--bs-gray-300);
}
.maan-ki-bat-details-col h6{
    font-weight: 600;
    font-size: 17px;
}
.maan-ki-bat-details-col p{
    color: var(--bs-gray);
    font-size: 16px;
}
.details-vdo-img-audio{
    padding: 30px 15px 0;
}
.details-vdo-img-audio img{
    border: 1px solid var(--bs-gray-300);
    border-radius: 8px;
    height: 200px;
    object-fit: cover;
    width: 100%;
}
.details-vdo-img-audio h4{
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--bs-gray-300);
}
.details-vdo-img-audio h6{
    font-weight: 600;
    padding: 20px 0 10px;
    color: var(--bs-green-color);
}
.toggle-btn-div,.sidebar-main{
    display: none;
}
.toggle-btn{
    border: 0;
    background: transparent;
    color: var(--bs-white);
    padding: 0;
    font-size: 24px;
}
.sidebar-main{
    width: 70%;
    height: 100vh;
    z-index: 9999;
    background: var(--bs-white);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
    padding: 30px 15px;
    left: -1000%;
    transition: 0.6s ease all;
}
.sidebar-main.add-toggle{
    left: 0;
}
.sidebar-main ul.nav-list li a{
    color: var(--bs-orange-color);
    width: 100%;
    padding: 10px 0;
}
.sidebar-main ul.nav-list li a:before{
    background: var(--bs-orange-color);
    left: 0;
}
.sidebar-main ul.nav-list li a:hover:before, .sidebar-main ul.nav-list li a.active:before {
    width: 100%;
}
.close-btn{
    color: var(--bs-orange-color);
    font-size: 30px;
    position: absolute;
    top: 5px;
    right: 15px;
}
.vdo-center audio{
    width: 100%;
}
.recent-tag{
    border-bottom: 1px solid var(--bs-gray-200);
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.recent-tag:before{
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 50px;
    height: 3px;
    background: var(--bs-green-color);
}
.recent-baat-list{
    padding-left: 18px;
    list-style-type: circle;
    color: var(--bs-primary);
    height: calc(100vh - 320px);
    overflow: auto;
}
.recent-baat-list li{
    border-bottom: 1px dashed var(--bs-gray-200);
    padding: 5px 0;
}
.recent-baat-list li:last-child{
    border-bottom: 0;
}
.recent-baat-list li a{
   color: var(--bs-primary);
}
.recent-baat-list li a:hover{
    color: var(--bs-body-color);
}
.blog-main-card {
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 10%);
    background: var(--bs-white);
    border-radius: 8px;
    padding: 30px 0;
    margin-bottom:30px;
    transition: 0.6s ease all;
}
.blog-main-card.sticky{
    position: sticky;
    top: 120px;
    transition: 0.6s ease all;
}
.blog-img-div.top-heading-fs {
    padding: 30px 15px 0;
}
.blog-img-div h4 {
    position: relative;
    border-bottom: 1px solid var(--bs-gray-200);
    padding-bottom: 10px;
}
.blog-comments-main .blog-img-div h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}
.blog-img-div h4:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 50px;
    height: 4px;
    background: var(--bs-green-color);
}
.comments-main-div {
    padding: 20px 15px;
    border-bottom: 1px solid var(--bs-gray-200);
}
.cmt-avatar-img {
    width: 75px;
    float: left;
}
.cmt-avatar-img span {
    width: 45px;
    height: 45px;
    border-radius: 25px;
    background: var(--bs-gray-600);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-white);
    font-size: 16px;
    font-weight: 600;
}
.cmt-details {
    float: left;
    width: calc(100% - 75px);
}
.cmt-details h5 {
    margin-bottom: 0;
}
.cmt-details small {
    color: var(--bs-gray);
    font-size: 12px;
}
.cmt-details p {
    color: var(--bs-body-color);
    margin-top: 10px;
    line-height: 23px;
}
.cmt-details button {
    border: 1px solid var(--bs-gray-600);
    background: var(--bs-gray-600);
    padding: 2px 8px;
    font-size: 15px;
    border-radius: 4px;
    color: var(--bs-white);
}
.cmt-details button.edit-btn {
    border-color: var(--bs-primary);
    background: var(--bs-primary);
    color: var(--bs-white);
}
.form-details-row {
    background-color: var(--bs-gray-200);
    padding: 45px 30px;
    box-sizing: border-box;
    border-radius: 4px;
}
.form-main label {
    font-size: 13px;
    margin-bottom: 10px;
}
.form-main label sup {
    color: var(--bs-red);
}
.form-main .form-control {
    border: 0;
    border-radius: 4px;
    height: 50px;
    font-size: 13px;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%);
    padding: 15px;
}
.form-main .form-control.textarea-custom {
    height: 100px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.popupclose {
  margin-left: 15px;
  color: darkgreen;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
