.container {
  max-width: 1200px !important;
}
section.tab_section.general-page {
  padding: 50px;
}
.width100_per {
  width: 100%;
}
/*page banner style*/
.page-banner .page-banner-box .page-banner-title {
  font-family: Open Sans !important;
}

.page-banner {
  margin-top: 150px !important;
  padding-bottom: 100px !important;
  padding-top: 50px;
}
.inner {
  margin: unset !important;
  margin-top: 100px;
  width: 99% !important;
  max-width: unset;
}
.page-banner-content p {
  color: #ffffff;
  font-size: 20px;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 5px;
}
.page-banner-content h1 {
  font-size: 25px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
}
/**/
.halfleft p {
  font-size: 12px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.halfleft p i {
 color:#ffffff;
}

span.uicon {
  margin-right: 5px;
}

.halfright ul {
  display: flex;
  justify-content: end;
  list-style: none;
}
.halfright ul li {
  margin-right: 10px;
  color: #ffffff;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.halfright ul li img {
  margin-right: 10px;
}

.leftimg img {
  max-width: 100% !important;
  border-radius: 6px;
  margin-bottom: 25px;
}
.leftimg a {
  margin-top: 25px;
  display: inline-block;
  text-decoration: underline;
}
.leftimg a:hover {
  color: #26524d;
}
.leftimg p {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #000000;
}
.rightsection {
  padding: 25px;
  padding-left: 0;
}

/*profile section css*/

#management .row.management .download-item__title {
  color: #434343;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 43px; 
}

#management .row.management .download-item__content {
  padding-top: 20px;
  padding-bottom: 20px;
}

#management .row.management .download-item__description {
  padding-left: 40px;
}

#management .row.management img.manageimg {
  position: relative;
  top: -1px;
}
.download img.dimg {
  position: relative;
  top: 1px;
  width: 18px;
}
.row.management .download-item__content {
  border-bottom: 1px solid #d5d9d9;
}

.row.management .external_links {
  font-size: 20px;
  font-weight: 600;
  color: #26524d;
  border-bottom: 4px solid;
}
div#prosection0,
div#prosection1 {
  /* display: none; */
  background: #e4eeed;
  padding: 53px 48px 53px 48px;
  border-radius: 6px;
}

div#prosection2 h4 {
  color: #434343;
  font-size: 25px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}
ul.leftpoint {
  padding: 30px 18px 30px 60px;
  margin: 0 !important;
  margin-top: 100px !important;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 0px 54px rgb(0 0 0 / 10%);
  border-radius: 6px;
  list-style: none;
}
ul.leftpoint li::before {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  background: #c9e3df;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  text-align: center;
  color: #26524d;
  font-size: 14px;
  margin-right: 10px;
  position: absolute;
  left: 33px;
  margin-top: 2px;
}
ul.leftpoint a.active li {
  color: #26524d;
  text-decoration: underline;
  font-weight: 600 !important;
}
ul.leftpoint a.active li::before {
  background-color: #26524d;
  color: #ffffff;
}
ul.leftpoint a:hover li::before {
  background-color: #26524d;
  color: #ffffff;
}
ul.leftpoint li {
  margin: 0px 0px 15px 0 !important;
}

ul.leftpoint a:hover li {
  color: #26524d;
  text-decoration: none;
  font-weight: 600 !important;
}
ul.leftpoint a {
  color: #26524d;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 0 !important;
  background-color: transparent !important;
  margin-bottom: 50px !important;
}
section.tab_section.general-page {
  padding: 50px 0 !important;
  margin-top: -114px !important;
  position: relative !important;
}
.tab button.active {
  background: #cfdf3b !important;
}
.tab button {
  border-radius: 6px 6px 0px 0px !important;
  margin-right: 5px !important;
  padding: 20px 30px 20px 30px !important;
  background: #e4eeed !important;
  font-size: 16px;
  font-weight: 600;
}
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}
.sidebar-item {
  padding-right: 15px;
}

/* Style the tab content */
.tabcontent {
  display: none;
  border-top: none;
  padding-left: 15px;
  padding-right: 15px;
}
section.tab_section.general-page {
  font-family: Open Sans;
  font-family: "Open Sans", sans-serif;
}
section.tab_section.general-page ul li {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
section.tab_section.general-page .profile_title h4 {
  /* color:#26524D; */
  color: #434343;
  font-size: 24px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
.profile_title p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
section.tab_section.general-page .profile_title {
  /* margin-bottom: 18px; */
  width: 100%;
}
section.tab_section.general-page .imgdiv img {
  width: 100%;
  border-radius: 5px;
  height: 290px;
  object-fit: cover;
}
.col-sm-3.Gallerydiv {
  font-size: 18px;
  margin-bottom: 25px;
}

.imgpopup .modal-dialog.modal-dialog-centered {
  max-width: fit-content;
  position: relative;
  z-index: 1111111;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: hidden; /*hidden to hide browser scrollbar*/
}

.imgpopup .modal-body {
  background: #ddd;
  outline: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 !important;
}
.imgpopup .img-contain1 p {
  margin: 0;
}

.imgpopup div#plusminus button {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 28px;
  height: 28px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
  border: 2px solid #ccc;
  margin-bottom: 5px;
}
.imgpopup div#plusminus {
  position: absolute;
  top: 20px;
}
.imgpopup .main {
  text-align: center;
  margin: 0 auto;
}
.imgpopup .modal-footer {
  justify-content: center !important;
}
.img-contain1 p {
  margin-bottom: 5px !important;
}
.img-contain1 {
  padding: 25px 50px;
}
button.btnclose.btn-secondary {
  padding: 10px 50px;
  border: none;
  background: #cfdf3b;
  border-radius: 6px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #434343;
}
.imglink a {
  color: #26524d;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}
.imgpopup .modal {
  top: unset;
}
.imgpopup [id^="imgzoom"] {
  max-width: 100%;
}
span.title {
  font-size: 16px;
  margin-right: 15px;
  text-align: right;
  min-width: 125px;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.img-contain1 p {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

/*bottom section image*/
.bottomsection {
  background-image: url(../png/5.png);
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 750px;
  display: flex;
  align-items: center;
}
.containtext h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: #ffffff;
  margin-bottom: 25px;
  font-family: "Open Sans", sans-serif;
}
.containtext p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #f2f2f2;
  margin-bottom: 37px;
  font-family: "Open Sans", sans-serif;
}
.containtext a {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #26524d;
  text-decoration-line: underline;
  background: #cfdf3b;
  display: inline-block;
  border-radius: 100px;
  padding: 15px 25px;
}
.containtext {
  border-left: 1px solid #afafaf;
  padding-left: 25px;
}
footer {
  margin-top: 0;
}

/*galley tab style css*/

div#gallerytab figure {
  background: #ececec;
  text-align: center;
  margin: 15px auto;
}
i.external_icon {
  display: none !important;
}
a.d-block.external_links {
  background: #ececec;
  margin-bottom: 25px;
}
div#tab {
  align-items: center;
}
/*---------------------*/

/*--Literature css----*/
div#literature h3 {
  /* color: #26524D; */
  font-size: 25px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
div#literature .download h3 {
  color: #26524d;
  font-size: 25px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  line-height: 43px;
}

div#literature .download .download-item__title {
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

div#literature .download .download-item__wrapper .download-item__content {
  
  padding-bottom: 1.25rem;
   
}

div#literature .download .download-item__wrapper {
  border-bottom: 1px solid rgba(31, 147, 134, 0.30);
}

.download {
  background: #e4eeed;
  padding: 30px;
  margin-top: 55px;
}
.download ul {
  list-style: none;
  margin: 20px 0px 0px 0px !important;
}
.download ul .external_links {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #1f9386;
}
.download .download__list .download-item__other-trigger {
  margin: 0; 
}
.download .download__list .trigger {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #1f9386;
  background-color: transparent;
  border: none;
  outline: none;
  text-decoration: underline;
  font-weight: bold;
  margin: 15px 0px;
}
.download .download__list.download__list--other {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: all .25s ease-in-out;
  margin: 0 0px 0px 0px !important;
}

.download .download__list.download__list--other.active {
  opacity: 1;
  visibility: visible;
  max-height: 100%;
  margin: 0 0px 0px 0px !important;
}

.row.attachments.mb-5 {
  border-bottom: 1px solid #20453e;
  margin-bottom: 0 !important;
  padding-bottom: 20px;
  padding-top: 25px;
}
.row.link h2 {
  color: #434343;
  font-size: 25px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}
.biblisidebar {
  background: rgba(228, 238, 237, 0.5);
  border-radius: 6px;
  padding: 25px;
}
.titleUseful a {
  display: flex;
  align-items: center;
  color: #1f9386;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.titleUseful img {
  margin-left: 0px;
  margin-right: 20px;
  height: 25px;
  width: unset;
}
.Usefuldescription {
  margin-top: 25px;
  color: #434343;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
h2.text.usefullink {
  color: #26524d;
  font-size: 28px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin-top: 0;
}
.text p {
  color: #434343;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  word-wrap: break-word;
}
.attachments,
.plainText {
  color: #434343;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.plainText {
  line-height: 27px;
}

.img-contain p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
}

div#exampleModalCenter {
  display: none;
  padding-right: 17px;
}
/**/

.sidebar-section {
  position: absolute;
  height: 100%;
  width: 100%;
}

.sidebar-item {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.make-me-sticky {
  position: sticky;
  top: 200px;
}

div#gallerytab img {
  height: 250px;
  max-width: 100%;
}

/*Responsive css*/

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .tab button {
    margin-right: 3px !important;
    padding: 10px 5px 10px 5px !important;
    font-size: 14px;
    width: 100%;
    margin-bottom: 2px;
    border-radius: 6px !important;
  }
  section.tab_section.general-page {
    padding: 20px !important;
    margin-top: -258px !important;
  }
  .speaker {
    display: none;
  }
  .page-banner .page-banner-box .page-banner-title .left .crumbs-menu a {
    margin-top: 0px;
  }
  .crumbs-menu.rs_skip span {
    color: #cfdf3b !important;
  }
  .tabcontent {
    padding-left: 0px;
    padding-right: 0px;
  }

  .page-banner {
    padding-top: 50px !important;
  }
  .page-banner {
    margin-top: 85px !important;
    padding-bottom: 250px !important;
    padding-left: 25px;
    padding-right: 25px;
  }
  .inner {
    padding-left: 11px;
    padding-right: 11px;
  }
  header .head-box {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  span.uicon {
    margin-right: 5px;
    position: absolute;
    left: 15px;
  }
  .halfleft p {
    margin-left: 25px;
  }
  .halfright ul {
    display: unset;
  }
  .halfright ul li {
    margin-bottom: 10px;
  }
  /*----stickey sidebar*/
  .sidebar-item {
    position: unset;
    top: unset;
    left: unset;
    width: unset;
    height: unset;
    display: none;
  }
  .make-me-sticky {
    position: unset;
    top: unset;
    padding: unset;
  }
  /**/
  /*=====tab section======*/
  section.tab_section.general-page {
    padding: 20px !important;
  }

  ul.leftpoint {
    margin-top: 50px !important;
  }
  div#prosection2 {
    padding: 25px;
  }
  section.tab_section.general-page .profile_title h4 {
    font-size: 16px;
  }
  ul.leftpoint {
    margin-bottom: 25px !important;
  }
  .col-sm-3.d-img1 {
    margin-top: 15px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .page-banner {
    margin-top: 100px !important;
  }
  span.uicon {
    margin-right: 5px;
    position: absolute;
    left: 15px;
  }
  .halfleft p {
    margin-left: 25px;
  }
  .halfright ul {
    display: unset;
  }
  .halfright ul li {
    margin-bottom: 10px;
  }
  /*----stickey sidebar*/
  .sidebar-item {
    position: unset;
    top: unset;
    left: unset;
    width: unset;
    height: unset;
  }
  .make-me-sticky {
    position: unset;
    top: unset;
    padding: unset;
  }
  /**/
  /*=====tab section======*/
  section.tab_section.general-page {
    padding: 20px !important;
    margin-top: -56px !important;
  }
  .tab button {
    margin-right: 3px !important;
    padding: 10px 10px 10px 10px !important;
    font-size: 11px;
  }
  ul.leftpoint {
    margin-top: 50px !important;
  }
  div#prosection2 {
    padding: 25px;
  }
  section.tab_section.general-page .profile_title h4 {
    font-size: 16px;
  }
  ul.leftpoint {
    margin-bottom: 25px !important;
  }
  .col-sm-3.d-img1 {
    margin-top: 15px;
  }
}

/* @media screen and (min-width: 3840px) { */
@media only screen and (min-device-width: 1921px) and (max-device-width: 3840px) {
  ul.leftpoint {
    margin-top: 25px !important;
  }
}

@-moz-document url-prefix() {
  :target {
    scroll-margin-top: 80px;
  }
}

.profile_title h4 {
  margin-bottom: 25px;
}
.profile_title h5 {
  margin-bottom: 20px;
  color: #434343;
}

/*   custom weed profile css */
.download ul li {
  margin: 15px 0px;
}
.download ul li a {
  text-decoration-line: underline;
}
div#prosection0,
div#prosection1 {
  /* display: none; */
  background: #e4eeed;
  padding: 53px 48px 53px 48px;
  border-radius: 6px;
}

div#prosection2 h4 {
  color: #434343;
  font-size: 25px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}
ul.leftpoint {
  padding: 30px 18px 30px 60px;
  margin: 0 !important;
  margin-top: 100px !important;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 0px 54px rgb(0 0 0 / 10%);
  border-radius: 6px;
  list-style: none;
}
ul.leftpoint li::before {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  background: #c9e3df;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  text-align: center;
  color: #26524d;
  font-size: 14px;
  margin-right: 10px;
  position: absolute;
  left: 33px;
  margin-top: 2px;
}
ul.leftpoint li a.active {
  color: #26524d;
  text-decoration: underline;
  font-weight: 600 !important;
}

ul.leftpoint li.active::before {
  background-color: #26524d !important;
  color: #ffffff !important;
}
ul.leftpoint li:hover::before {
  background-color: #26524d;
  color: #ffffff;
}
ul.leftpoint li {
  margin: 0px 0px 15px 0 !important;
}

ul.leftpoint li a:hover {
  color: #26524d;
  text-decoration: none;
  font-weight: 600 !important;
}
ul.leftpoint li a {
  color: #26524d;
}

[id^="zoom"] [id^="imgzoom"] {
  height: 500px !important;
}
h3.manage {
  font-size: 30px;
  font-weight: 400;
  font-family: "Open Sans";
  margin-bottom: 40px;
}
#exampleModalCenter {
  background-color: rgb(
    0 0 0 / 15%
  ) !important; /* Adjust the last value (0.85) to set the opacity */
}
.modal.fade.imgpopup.show {
  background-color: rgb(0 0 0 / 85%) !important;
}
.map-link {
  margin-top: 30px;
}
.external_links p {
  color: #1f9386;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans";
}
.modal-content .galleryfoo {
  justify-content: space-between !important;
}
.galleryimg {
  display: flex;
  flex-direction: column;
}
#gallery-container .modal-body {
  display: flex;
  flex-direction: column;
  align-items: start !important;
}
.download ul li {
  /* display: flex;
  align-items: flex-start; */
}
@media only screen and (min-width: 320px) and (max-width: 810px) {
  [id^="zoom"] [id^="imgzoom"] {
    height: 260px;
    min-width: 200px;
  }
}
.commont-text {
  margin-bottom: 50px !important;
}
.alt-cap p {
  font-size: 14px;
}

h3.manage.bibli {
  margin-bottom: unset;
  /* margin-top:55px; */
}
h2.text.usefullink {
  color: #26524d;
  font-size: 28px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin-top: 0;
  line-height: 38.13px;
}
.biblisidebar {
  padding: 30px;
}
.download {
  background: rgba(228, 238, 237, 0.5);
}
a.external_links:hover {
  color: #26524d;
}
#literature a {
  color: #1f9386;
  text-decoration-line: underline;
}
#literature a:hover {
  color: #26524d;
}
.external_links p:hover {
  color: #26524d;
}
section.tab_section.general-page .profile_title a {
  color: #1f9386;
  text-decoration-line: underline;
}
section.tab_section.general-page .profile_title a:hover {
  color: #26524d;
}
.map-link a p {
  color: #1f9386;
}
.map-link a p:hover {
  color: #26524d;
}
.profile_title ul {
  padding-left: 20px;
  margin-left: 20px;
}
div#literature .row.link .text {
  margin-top: 15px;
}
div#literature .row.link h2.text.usefullink {
  margin-top: 0px;
}
.col-sm-12.profile_title.rightsection.no-quick-fact {
  background: unset !important;
  padding: 0 !important;
}
body.profiles-template-default.single.single-profiles section#Listening {
  z-index: 1;
}

/* Few change of single profile */
.single.single-profiles .page-banner-title {
  display: flex;
}

.single.single-profiles .page-banner-title .left {
  display: flex;
  width: 50%;
  flex-grow: 1;
  margin-right: 20px;
}

.single.single-profiles .crumbs-menu {
  display: flex;
  align-items: center;
  width: 50%;
  flex-grow: 1;
}

.single.single-profiles .crumbs-menu span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: visible;
  margin-left: 0;
}
.crumbs-menu span {
  overflow: hidden !important;
  padding-left: 15px;
}
.crumbs-menu span i:after {
  left: 0;
}
.single.single-profiles .page-banner {
  margin-top: 0px !important;
}
.single.single-profiles .crumbs-menu i::after {
  position: absolute;
  font-size: 17px !important;
  top: 0px !important;
}

.single.single-profiles .crumbs-menu i {
  top: -3px !important;
  position: absolute;
}

