.header .header-menu {
  background-color: #2470bd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .header-menu .mmenu .logo {
  /* background-color: #2166ac; */
  /* width: 90%; */
}

.header .header-menu .mmenu .logo .micon {
  cursor: pointer;
}

.header .header-menu .mmenu .logo .micon img {
  width: 32px;
  padding: 5px 0px;
  margin: 10px;
}

@media only screen and (max-width: 767px) {
  .header .header-menu .mmenu .logo .micon {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header .header-menu .mmenu .logo {
    border: none;
  }
}

.header .header-menu .mmenu .logo img {
  text-align: center;
  margin: 15px 14%;
}

@media only screen and (max-width: 767px) {
  .header .header-menu .mmenu .logo img {
    margin-top: 10px;
  }
}

.header .header-menu .mob-menu {
  display: none;
}

.header .header-menu .mob-menu img {
  display: none;
}

@media only screen and (max-width: 767px) {
  .header .header-menu .mob-menu {
    display: block;
  }

  .header .header-menu .mob-menu img {
    display: block;
    width: 32px;
    padding: 5px 0px;
    margin-top: 10px;
    margin-right: 10px;
  }
}

.header .header-search {
  display: none;
}

@media only screen and (max-width: 767px) {
  .header .header-search {
    display: none;
    background-color: #fff;
    width: 100%;
    position: fixed;
    z-index: 3;
    margin-right: 15px;
    -webkit-box-shadow: 0px 5px 10px #dddd;
    box-shadow: -3px 5px 8px #dddd;
    padding-top: 10px;
  }
}

.header .header-search .searchtxt {
  max-width: 300px;
  margin: auto;
}

.header .hdr-right-section {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .hdr-right-section .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
}

.header .hdr-right-section .profile select {
  width: 100px;
  height: 30px;
  margin: 5px;
  border: 0px;
  font-size: 13px;
  font-weight: 400;
  background-color: #2470bd;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .header .hdr-right-section .profile select {
    display: none;
  }
}

.header .hdr-right-section .profile .notification img {
  width: 18px;
  height: 18px;
  margin: 10px;
}

.header .hdr-right-section .profile .search-icn-mobile {
  display: none;
}

.header .hdr-right-section .profile .search-icn-mobile img {
  width: 18px;
  height: 18px;
  margin: 10px;
}

@media only screen and (max-width: 767px) {
  .header .hdr-right-section .profile .search-icn-mobile {
    display: block;
  }
}

.header .hdr-right-section .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -41px;
}

.header .hdr-right-section .search .homeicn {
  width: 18px;
  height: 18px;
  margin: 10px;
}

.header .hdr-right-section .search .searchtxt {
  width: 575px;
  height: 35px;
  background-color: #2470bd;
  border-radius: 18px;
  font-size: 13px;
  margin-left: 5%;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  border: 1px solid #2e7bc9;
  color: #f5f7f9;
}

.header .hdr-right-section .search .searchtxt::-webkit-input-placeholder {
  color: #fff;
}

.header .hdr-right-section .search .searchtxt:-ms-input-placeholder {
  color: #fff;
}

.header .hdr-right-section .search .searchtxt::-ms-input-placeholder {
  color: #fff;
}

.header .hdr-right-section .search .searchtxt::placeholder {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .header .hdr-right-section .search .searchtxt {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header .hdr-right-section {
    margin-top: 10px;
  }
}

.W-100 {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .mmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .homeicn {
    display: none;
  }

  .notification {
    display: block;
  }

  .header {
    position: fixed;
    /* width: 100%; */
    background-color: #fff;
    z-index: 35;
    width: 100%;
    padding-left: 15px;
    padding-right: 0px;
    -webkit-box-shadow: 0px 5px 10px #dddd;
    box-shadow: 0px 5px 10px #dddd;
    margin-left: -12px;
  }

  .content {
    margin-top: 80px;
    margin-bottom: 20px;
  }

  .header .hdr-right-section .search .searchtxt {
    margin-left: 0px;
  }
}

.menu {
  height: calc(100vh - 76px);
  background-color: #f1f3f6;
  /* width: 75%; */
  list-style-type: none;
}

.menu ul {
  background-color: #f1f3f6;
  width: 100%;
  overflow-y: scroll;
  list-style-type: none;
  padding: 0px;
  height: calc(100vh  - 75px);
  padding-top: 10px;
}

.menu ul li {
  font-weight: 500;
  padding: 10px 10px;
  /* height: 3.75em; */
  height: fit-content;
  font-size: 16px;
  color: #707070;
  background-color: #f1f3f6;
  position: relative;
}

.menu ul li:hover {
  color: #2f73b2;
  background-color: #fff;
  outline: 1px solid #e1e4e7;
  border-width: 1px 0;
  cursor: pointer;
  position: relative;
}

.menu ul li:hover:after {
  content: '';
  position: absolute;
  border: 3px solid #4b95ce;
  display: block;
  width: 0;
  z-index: 2;
  top: 0px;
  height: 100%;
  left: 0px;
}

.menu ul li:hover:before {
  content: '';
  position: absolute;
  border: 2px solid #E3EFF9;
  display: block;
  width: 0;
  z-index: 1;
  top: 0px;
  height: 100%;
  right: 0px;
  float: right;
}

.menu ul li:visited {
  padding: 20px 20px;
  border-left: 3px solid #FAA619;
  border-right: 3px solid #4f9499;
  background-color: #F5F7F9;
  cursor: pointer;
}

.menu ul li span {
  margin: 15px;
}

.menu ul li span img {
  width: 15px;
  height: 15px;
  margin: 10px;
}

.menu ul li a {
  color: #707070;
  text-decoration: none;
  cursor: pointer;
}

.activemenu {
  color: #2f73b2;
  background-color: #ffffff !important;
  border: 1px solid #e1e4e7;
  border-width: 1px 0;
  cursor: pointer;
  position: relative;
}

.activemenu:after {
  content: '';
  position: absolute;
  border: 3px solid #4b95ce;
  display: block;
  width: 0;
  z-index: 2;
  top: 0;
  height: 100%;
  left: 0px;
}

.activemenu:before {
  content: '';
  position: absolute;
  border: 2px solid #E3EFF9;
  display: block;
  width: 0;
  z-index: 1;
  top: 0px;
  height: 100%;
  right: 0px;
  float: right;
}

@media only screen and (max-width: 767px) {
  .menu {
    height: auto;
    display: none;
    -webkit-box-shadow: 0px 13px 9px #dddd;
    box-shadow: 0px 13px 9px #dddd;
    position: fixed;
    z-index: 999;
    background-color: #f1f3f6;
    margin-top: -15px;
  }

  .menu ul {
    background-color: #fff;
    width: 100%;
    list-style-type: none;
    padding: 0px;
    height: auto;
  }

  .menu ul li {
    padding: 10px 20px;
    height: 60px;
    position: relative;
  }

  .menu ul li:hover {
    background-color: #F5F7F9;
    cursor: pointer;
    position: relative;
  }

  .menu ul li:hover:after {
    content: '';
    position: absolute;
    border: 2px solid #4b95ce;
    display: block;
    width: 0;
    z-index: 1;
    top: 0px;
    height: 100%;
    left: 0px;
  }

  .menu ul li:hover:before {
    content: '';
    position: absolute;
    border: 2px solid #07b9b9;
    display: block;
    width: 0;
    z-index: 1;
    top: 0px;
    height: 100%;
    right: 0px;
    float: right;
  }

  .menu ul li:visited {
    padding: 20px 20px;
    border-left: 3px solid #FAA619;
    border-right: 3px solid #4f9499;
    background-color: #F5F7F9;
    cursor: pointer;
  }

  .menu ul li span {
    margin-right: 10px;
    margin-left: 0px;
  }

  .menu ul li span img {
    width: 15px;
    height: 15px;
    margin-right: 15px;
  }
}

@media only screen and (min-device-width: 1500px) {
  .menu ul {
    /* background-color: #f1f3f6; */
    width: 100%;
    list-style-type: none;
    padding: 0px;
    height: 100vh;
    padding-top: 10px;
    overflow: auto;
    overflow-x: hidden;
    max-height: 500px;
    scrollbar-width: thin;
  }

  .menu ul::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    /* background-color: #ddd; */
  }

  .menu ul::-webkit-scrollbar-thumb {
    background-color: #837e7e87;
  }

  .header .header-menu .mmenu .logo {
    width: 75%;
  }

  .events-form {
    /* margin: 25px 2% 4% -8% !important; */
  }

  .header .hdr-right-section .search {
    margin-left: -114px;
  }
}

@media only screen and (max-width: 767px) {
  .container-fluid {
    background-color: #F5F7F9;
  }
}

/*custome scroll bar css start*/
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: #f7f7f7;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #2470bd;
}

/*custome scroll bar end*/
.events-form {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  border-radius: 0.5rem;
  border: 1px solid #e0e5e8;
  background-color: #fff;
  /* display: none; */
  /* margin-top: 40px; */
  padding: 20px;
  /* margin: 25px 2% 4% -3%; */
  max-height: calc(100vh - 116px);
  width: 100%;
  margin-block: auto;
  /* overflow-y: scroll; */
  /* -ms-overflow-style: none; */
  /* Internet Explorer 10+ */
  /* scrollbar-width: none; */
  /* Firefox */
}

.events-form input {
  background-color: #F5F7F9;
}

.events-form textarea {
  background-color: #F5F7F9;
}

.events-form::-webkit-scrollbar {
  display: none;
}

.events-form .form-group label {
  color: #837E7E;
  font-size: 14px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .events-form {
    margin: 0px;
    max-height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .events-form .title {
    margin: 0px 10px 0px 15px;
    width: 40%;
  }
}

.events-form .title h3 {
  color: #2564a9 !important;
  font-size: 1.25em !important;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .events-form .title h3 {
    font-size: 20px;
  }
}

.events-form .eventform {
  width: 90%;
  margin: auto 10%;
}

@media only screen and (max-width: 767px) {
  .events-form .eventform {
    width: auto;
    margin: 15px;
  }
}

.events-form .eventform .btnsubmit {
  background-color: #1492E6;
  padding: 4px 140px;
  color: #fff;
  margin: 0px 17%;
  font-weight: 500;
  font-size: .9em;
}

@media only screen and (max-width: 767px) {
  .events-form .eventform .btnsubmit {
    width: 100%;
    margin: 0px;
    padding: 5px 0px;
    font-size: 16px;
  }
}

.events-form .eventform input {
  border: 1px solid #b9b9b9;
  border-radius: 3px;
}

.events-form .eventform textarea {
  border: 1px solid #b9b9b9;
  border-radius: 3px;
  height: 250px;
}

.active {
  display: block;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.activepost {
  display: block !important;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.postbtn {
  width: auto;
  margin: 15px;
}

.postbtn .button {
  background-color: #1492E6;
  font-weight: 500;
  font-size: .9em;
  padding: 5px 25px;
  color: #fff;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .postbtn .button {
    width: 100%;
    margin: 0px;
    font-size: 16px;
  }
}

.viewpostbtn {
  width: auto;
  margin: 15px;
  text-align: right;
}

.viewpostbtn .button {
  margin-top: 0px;
  background-color: #1492E6;
  font-weight: 500;
  font-size: .9em;
  padding: 5px 25px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .viewpostbtn .button {
    width: 100%;
    margin: 0px;
    font-size: 16px;
  }
}

.querysection {
  max-height: 500px;
  overflow-y: scroll;
  margin: auto 10%;
  width: 90%;
}

@media only screen and (max-width: 767px) {
  .querysection {
    margin: auto;
    width: 100%;
  }
}

.querysection .querycard {
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 10px;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  margin-right: 5px;
}

.querysection .querycard .leftimg img {
  width: 70px;
  border-radius: 50px;
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  .querysection .querycard .leftimg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.querysection .querycard .querycontent {
  width: 100%;
}

.querysection .querycard .querycontent p {
  margin: 0px;
}

.querysection .querycard .querycontent .rw-cnt {
  color: #252630;
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: 400;
}

.querysection .querycard .querycontent .address {
  color: #837E7E;
  font-size: 12px;
  font-weight: 400;
}

.querysection .querycard .querycontent .contentrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #1492E6;
  font-size: 12px;
  margin-bottom: 6px;
  font-weight: 400;
}

.querysection .querycard .querycontent .contentrow .day {
  color: #716F6F;
  font-size: 10px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .querysection {
    margin-top: 25px;
  }
}

.queryform {
  /* display: none; */
  background-color: #fff;
  padding: 10px 35px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin: 20px 0px;
  text-align: center;
}

.queryform .btnsubmit {
  background-color: #1492E6;
  color: #FFFFFF;
  padding: 5px 35px;
  margin: auto;
  text-align: center;
}

.queryform .qfcard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.queryform .qfcard .qfleftimg img {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  padding: 10px;
}

.queryform .qfcard .qfcnt {
  text-align: left;
}

.queryform .qfcard .qfcnt .name {
  margin-bottom: 0px;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
}

.queryform .qfcard .qfcnt .address {
  margin-bottom: 0px;
  color: #837E7E;
  font-size: 14px;
  font-weight: 400;
}

.queryform .txtinput-bg {
  background-color: #F3F3F3;
}

.queryform .txtarea {
  min-height: 100px;
}

.postings .eventform .dropdown button {
  width: 100%;
  background-color: #fff;
  text-align: left;
  font-size: 16px;
  color: #707070;
  background-color: #F5F7F9;
  border: 1px solid #b9b9b9;
}

.postings .eventform .dropdown .dropdown-toggle::after {
  float: right;
  margin: 12px;
}

.postings .eventform .dropdown-menu {
  width: 100%;
  background-color: #fff;
  padding: 10px;
}

.postings .eventform .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

.postings .eventform .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}

.postings .eventform .dropdown-menu .dropdown-item span {
  padding: 0px 8px 3px;
  background-color: #F5F7F9;
  border-radius: 15px;
  float: right;
  font-size: 13px;
  color: #000;
  cursor: pointer;
}

.postings .postform {
  /* display: none; */
  width: 100%;
}

.postings .postform .plpr15 {
  padding-right: 15px;
  padding-left: 60px;
}

.postings .postcard {
  width: 100%;
  /* display: none; */
}

.postings .postcard .plpr15 {
  padding-right: 15px;
  padding-left: 15px;
}

.postings .postcard .postsection {
  max-height: 500px;
  overflow-y: scroll;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .postings .postcard .postsection {
    margin: auto;
  }
}

.postings .postcard .postsection .postccard {
  border: 1px solid #707070;
  padding: 15px;
  margin-bottom: 15px;
}

.postings .postcard .postsection .postccard .postcontent .contentrow .day {
  float: right;
  color: #716F6F;
  font-size: 10px;
  margin-top: -10px;
  padding-left: 5px;
}

.postings .postcard .postsection .postccard .postcontent .rw-title {
  color: #252630;
  font-size: 16px;
  margin-bottom: 0px;
}

.postings .postcard .postsection .postccard .postcontent .rw-cnt {
  color: #837E7E;
  font-size: 12px;
  margin: 5px 0px;
}

.postings .postcard .postsection .postccard .delete {
  position: relative;
  float: right;
  display: inline;
  top: -11px;
  left: 15px;
  border: 1px solid #ddd;
}

.postings .postdetail {
  /* display: none; */
  width: 100%;
}

.postings .postdetail .plpr15 {
  padding-right: 15px;
  padding-left: 15px;
}

.postings .postdetail .postsection {
  max-height: 500px;
  overflow-y: scroll;
  margin: auto;
  width: 100%;
}

.postings .postdetail .postsection .postdetail {
  border: 1px solid #707070;
  text-align: center;
  padding: 0px 50px;
}

@media only screen and (max-width: 767px) {
  .postings .postdetail .postsection .postdetail {
    padding: 10px;
  }
}

.postings .postdetail .postsection .postdetail .date {
  display: inline;
  float: right;
  position: relative;
  color: #716F6F;
  font-size: 10px;
  right: -40px;
}

@media only screen and (max-width: 767px) {
  .postings .postdetail .postsection .postdetail .date {
    right: 0px;
  }
}

.postings .postdetail .postsection .postdetail .deletepost {
  display: inline;
  float: right;
  position: relative;
  left: 33px;
}

@media only screen and (max-width: 767px) {
  .postings .postdetail .postsection .postdetail .deletepost {
    left: 0px;
  }
}

.postings .postdetail .postsection .postdetail h4 {
  color: #252630;
  font-size: 16px;
  margin: 10px 0px;
}

.postings .postdetail .postsection .postdetail .postimg {
  width: 100%;
  padding: 25px;
}

.postings .postdetail .postsection .postdetail p {
  color: #837E7E;
  font-size: 13px;
  text-align: justify;
  text-indent: 40px;
}

.fileupload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .fileupload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.fileupload #custom-button {
  padding: 10px;
  color: #000000;
  background-color: #fff;
  border: 1px dashed #b9b9b9;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .fileupload #custom-button {
    margin-bottom: 10px;
  }
}

.fileupload #custom-button .fileupload {
  text-align: left;
  display: block;
  color: #837E7E;
}

.fileupload #custom-button .fileupload strong {
  color: #000;
}

.fileupload #custom-button .uploadicn img {
  padding: 5px;
}

.fileupload #custom-button:focus {
  outline: none;
}

.fileupload #custom-button:hover {
  background-color: #fff;
}

.fileupload #custom-text {
  margin-left: 10px;
  /* font-family: sans-serif; */
  color: #837E7E;
  font-size: 13px;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #b9b9b9;
  border-radius: 3px;
  height: 40px;
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .fileupload #custom-text {
    margin-bottom: 10px;
    width: 100%;
    margin-left: 0px;
  }
}

.fileupload #custom-text .uploadedimg img {
  margin: -5px;
  padding: 0px 15px 0px 0px;
}

.fileupload .delete {
  padding: 3px;
  background: #fff;
  margin: 0px 10px;
  border: 1px solid #f5f7f9;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .fileupload .delete {
    margin: 0px;
    text-align: center;
    color: #837E7E;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .header .header-menu .mmenu .logo img {
    text-align: center;
    margin: 15px 4%;
  }

  .efmar {
    margin: 25px 5% !important;
  }

  .menu ul li span {
    margin: 8px !important;
  }

  .querysection .querycard .leftimg img {
    width: 70px;
    border-radius: 50px;
    padding: 5px;
  }

  .events-form {
    /* display: none; */
    margin-top: 40px;
    background-color: #fff;
    padding: 20px;
    /* margin: 25px 2% 4% -8%; */
    -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
    max-height: 80vh;
    /* overflow-y: scroll; */
  }

  .querysection .querycard {
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 5px;
    background-color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }

  .querysection .querycard .leftimg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .events-form .title h3 {
    color: #004349;
    font-size: 14px;
    font-weight: 400;
  }

  .header .hdr-right-section .search .searchtxt {
    width: 350px;
    margin-left: 0px;
  }

  .postbtn .button {
    background-color: #1492E6;
    font-size: 16px;
    padding: 8px 15px;
    color: #fff;
    margin-top: 20px;
  }

  .menu ul li {
    padding: 10px 0px;
    height: 50px;
  }

  .menu ul li span {
    margin: auto;
  }

  .menu ul li:hover:before {
    content: '';
    position: absolute;
    border: 2px solid #E3EFF9;
    display: block;
    width: 0;
    z-index: 1;
    top: 0px;
    height: 100%;
    right: 0px;
    float: right;
  }

  .menu ul li:hover:after {
    content: '';
    position: absolute;
    border: 2px solid #3C90D6;
    display: block;
    width: 0;
    z-index: 1;
    top: 0px;
    height: 100%;
    left: 0px;
  }

  .container-fluid {
    padding: 0px;
    margin: 0px;
  }

  .events-form .eventform .btnsubmit {
    background-color: #1492E6;
    font-size: 18px;
    padding: 4px 140px;
    color: #fff;
    margin: auto;
    width: 100%;
  }

  .header .hdr-right-section .search .form-group {
    margin-bottom: 0px;
  }

  .fileupload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .fileupload #custom-text {
    margin-bottom: 10px;
    width: 100%;
    margin-left: 0px;
  }

  .fileupload #custom-button {
    margin-bottom: 10px;
  }

  .fileupload .delete {
    margin: 0px;
    text-align: center;
    color: #837E7E;
  }
}

.menuspan {
  margin: auto !important;
}

.efmar {
  margin: 25px 10%;
}

.mhoverwid {
  width: 90%;
}

/*container width for 1920x1080*/
@media only screen and (min-device-width: 1500px) {
  .container-fluid {
    max-width: 100%;
  }

  .header .hdr-right-section .profile {
    padding-right: 20px;
  }

  .mhoverwid {
    width: 75%;
  }

  .efmar {
    margin: 25px 0% !important;
  }
}

/*menu slide css starrt*/
/*evets date and venue add 12/5/2022*/
.ddlvenue {
  width: 100%;
  background-color: #fff;
  text-align: left;
  font-size: 16px;
  color: #707070;
  background-color: #F5F7F9;
  border: 1px solid #b9b9b9;
}

.ddlvenue:after {
  float: right;
  margin: 12px;
}

.paginationstyle {
  padding: 10px 0px;
}

.paginationstyle .pagination {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.paginationstyle .pagination li {
  border: 1px solid #ddd;
  padding: 3px 10px;
  margin: 5px;
  color: #ddd;
}

.paginationstyle .pagination li a {
  color: #1492e6;
  text-decoration: none;
  background-color: transparent;
}

.paginationstyle .pagination li:hover {
  background-color: #F5F7F9;
  cursor: pointer;
}

.paginationstyle .pagination li:hover a {
  font-weight: bold;
}

.paginationstyle .pagination .active-pagination {
  background-color: #1492e6;
}

.paginationstyle .pagination .active-pagination a {
  color: #fff;
}

.login .login-header .logo {
  padding: 10px;
  margin: auto 5%;
  padding-top: 50px;
}

@media only screen and (max-width: 767px) {
  .login .login-header .logo {
    text-align: center;
    padding-top: 20px;
  }
}

.login .login-header .logo img {
  padding: 20px;
  background-color: #fff;
}

.login .loginform .loginbox {
  max-width: 400px;
  margin: 4% auto;
  padding: 25px;
  -webkit-box-shadow: 0px 3px 20px #00000012;
  box-shadow: 0px 3px 20px #00000012;
  background-color: #fff;
}

.login .loginform .loginbox .form-group label {
  color: #837E7E;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}

.login .loginform .loginbox .forgotpass {
  display: block;
  position: relative;
  width: 100%;
  text-align: right;
  color: #1492E6;
  font-size: 14px;
  font-weight: 400;
}

.login .loginform .loginbox h3 {
  color: #1492E6;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}

.login .loginform .form-btn-signin {
  background-color: #1492E6;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-bottom: 30px;
  text-decoration: none;
  border-radius: 3px;
  margin-top: 40px;
}

.login .loginform .form-btn-account {
  background-color: #fff;
  color: #1492E6;
  font-size: 16px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  border: 1px solid #1492E6;
  text-decoration: none;
  border-radius: 3px;
}

.login-bg {
  background-image: url("..//images/Image/loginbg.png");
  background-size: cover;
}

.dashboard .form-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media only screen and (max-width: 767px) {
  .dashboard .form-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.dashboard .form-input .txt-input {
  margin: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dashboard .form-input .txt-input input {
  background-color: #F5F7F9;
  color: #707070;
}

@media only screen and (max-width: 767px) {
  .dashboard .form-input .txt-input .form-group {
    width: 100%;
  }
}

.dashboard .form-input .va-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.dashboard .form-input .btn-download {
  background-color: #1492E6;
  color: #fff;
  padding: 10px 15px;
  top: -8px;
  position: relative;
  border-radius: 4px;
}

@media only screen and (max-width: 767px) {
  .dashboard .form-input .btn-download {
    top: 10px;
    width: 100%;
    display: block;
    text-align: center;
  }
}

.datatable {
  padding: 0px;
}

@media only screen and (max-width: 767px) {
  .datatable {
    padding: 10px;
    padding-bottom: 20px;
  }
}

.datatable table {
  margin-bottom: 0px;
}

.datatable table thead th {
  border-bottom: 1px solid #1492E6;
  color: #1492E6;
  font-size: 15px;
  font-weight: 400;
}

.datatable table tbody tr:nth-child(even) {
  background-color: #fff;
}

.datatable table tbody tr {
  background-color: #F1F7FC;
  font-size: 14px;
}

.datatable table tbody tr th {
  color: #707070;
  font-size: 12px;
  font-weight: 400;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .events-form {
    /* margin: 25px 2% 4% -5%; */
  }

  .dashboard .form-input .txt-input {
    margin: 0px 5px;
  }
}

.container-fluid {
  padding: 0px;
  overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
  .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .container-fluid {
    padding: 0px;
    overflow-x: hidden;
  }
}

.error {
  color: red;
}

.content {
  background-color: #fff;
}

.m0 {
  margin: 0px;
}

.p0 {
  padding: 0px;
}

.action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 10px;
}

a.edit {
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.edit img {
  width: 18px;
  vertical-align: middle;
}

.fileupload {
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 5px;
}

#image_preview {
  width: 100%;
  display: flex;
  column-gap: 15px;
}

.dropzone .dz-preview .dz-image img {
  display: block;
  width: 120px;
  height: 120px;
}

body {
  font-family: 'Lato', sans-serif;
}

.events-form .form-group .error {
  color: red !important;
}

/*# sourceMappingURL=style.css.map */
.accordion {
  width: 100%;
  display: inline-block;
  position: relative;
}

.activemenu .accordion.show {
  display: inline-block !important;
  /* transform: rotate(180deg); */
}
.accordion .downArrow{
  margin-left: auto;
  display: block;
  position: absolute;
  top: 14px;
  right: 10px;
  transition: all 0.4s ease-in-out;
}
.accordion.show .downArrow{
  transform: rotate(180deg);
}
.panel {
  display: none;
}

.panel p {
  padding: 0 65px;
  margin-top: 1rem;
}

.table tbody tr td:last-child {
  display: flex;
  gap: 4px;
} 

.add {
  margin: unset;
  position: relative;
    right: 80px;
    bottom: 59px;
}

.delete {
  margin: unset;
  margin-left: auto;
}
.parent-head{
  display: grid;
  grid-template-columns: repeat(2,max-content);
}

/* Table style */
.table td, .table th {
  padding: 0.75rem;
  vertical-align: top;
  font-size: 14px;
  border-top: 1px solid #dee2e6;
}
.events-form {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  border-radius: 0.5rem;
  border: 1px solid #e0e5e8;
  background-color: #fff;
  padding: 50px;
  max-height: calc(100vh - 116px);
  width: 100%;
  margin-block: auto;
  overflow-x: scroll;
}
.flex-center {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 15px;
}
.content-center {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: -30px;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table-height {
  overflow-x: scroll;
  overflow-y: scroll;
  display: block;
  /* height: calc(100vh - 420px); */
  height: 400px;
}
.text-end {
  text-align: end;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px
}

::-webkit-scrollbar-thumb {
  background-color: #bebebe;
  border-radius: 20px;
  border: 3px solid var(--scroll-bar-bg-color)
}
@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
  .events-form .form-group label {
    font-size: 11px;
  }
}