body {
  position: relative;
}

.container {
  position: relative;
}

#scrollTopBtn {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 12px;
  border-radius: 30px;
}
#scrollTopBtn:hover {
  background-color: #4ba7a2;
}
@media only screen and (max-width: 767px) {
  #scrollTopBtn {
    bottom: 15px;
    right: 0px;
    padding: 7px;
    font-size: 14px;
  }
}

.primary_header {
  background-color: #4ba7a2;
}
.primary_header .title4.title3 {
  font-size: 20px;
  font-weight: normal;
}
.primary_header .title4.title3 a {
  color: #fff;
  text-decoration: underline;
}

.secondary_header {
  padding-left: 0;
  margin-bottom: 0;
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  .secondary_header:not(.footer) {
    display: flex;
  }
}
.secondary_header .outer-header {
  width: 16.66667% !important;
  list-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #363636;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .secondary_header .outer-header {
    width: 100% !important;
    border-bottom: 1px solid #fff;
  }
  .secondary_header .outer-header:last-child {
    border-bottom: 0;
  }
}
.secondary_header .outer-header > a {
  color: #fff;
}
.secondary_header .outer-header > a:hover {
  color: #fff;
  cursor: pointer;
}
.secondary_header .outer-header :last-child {
  content: '';
  float: none;
  clear: both;
}

.clearFloat {
  float: none;
  clear: both;
}

.left_article p:last-child {
  text-align: center;
}

.hidden_article {
  display: none;
}

article[class*='article'] button {
  border-radius: 8px;
  padding: 5px 25px;
  outline: none;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .right_article .row:nth-child(2) {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .right_article .row:nth-child(2) .thumbnail_align img {
    max-width: 100px;
  }
}
.right_article .row:last-child {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.right_article .row:nth-child(3) .columns {
  width: 30%;
}
.right_article .row:nth-child(3) .columns p {
  padding-left: 0;
  padding-right: 0;
}
.right_article .row:nth-child(3) .thumbnail_align img {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .right_article .row:nth-child(3) .thumbnail_align img {
    max-width: 120px;
  }
}
.right_article h5 {
  text-align: center;
}
.right_article .centerAlign {
  display: flex;
  align-items: center;
  justify-content: center;
}
.right_article .centerAlign .columns {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.copyright a {
  color: #fff;
  text-decoration: underline;
}

.body-content {
  padding-top: 20px;
}

.body-content.attendees .row {
  display: flex;
}
.body-content.attendees .row .leftphoto {
  width: 100%;
}
.body-content.attendees .row .leftphoto img {
  width: 100%;
  height: 100%;
  max-width: 160px;
  max-height: 160px;
  margin-top: 8px;
}
.body-content.attendees .row .rightdata .position, .body-content.attendees .row .rightdata .affiliation, .body-content.attendees .row .rightdata .emailid {
  font-size: 13px !important;
}
.body-content.attendees .row .rightdata .description, .body-content.attendees .row .rightdata .row {
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .body-content.attendees .row .col-2 {
    max-width: 100%;
    flex: 100%;
  }
  .body-content.attendees .row .col-2 .leftphoto {
    text-align: center;
  }
  .body-content.attendees .row .col-2 .leftphoto img {
    margin-bottom: 5px;
  }
  .body-content.attendees .row .col-10 {
    max-width: 100%;
    flex: 100%;
  }
  .body-content.attendees .row .col-10 .rightdata {
    font-size: 13px;
  }
  .body-content.attendees .row .col-10 .rightdata > div:first-child, .body-content.attendees .row .col-10 .rightdata > .position, .body-content.attendees .row .col-10 .rightdata > .affiliation, .body-content.attendees .row .col-10 .rightdata > .emailid {
    text-align: center;
  }
}

.session_list_outer {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .session_list_outer:hover .sessions_list {
    display: block;
  }
  .session_list_outer:hover .sessions_list li {
    border: 1px solid gray;
  }
}
.session_list_outer .sessions_list {
  display: none;
  position: absolute;
  top: 43px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  background-color: #fff;
  border: 1px solid gray;
  padding-bottom: 0 !important;
}
.session_list_outer .sessions_list li {
  float: none;
  display: block;
  width: 100%;
  color: #000;
  padding: 5px;
  border-bottom: 1px solid gray;
}
.session_list_outer .sessions_list li:last-child {
  border-bottom: 0;
}
.session_list_outer .sessions_list li:hover {
  background-color: #4ba7a2;
}
.session_list_outer .sessions_list li a {
  color: #000;
}

.schedule .row {
  display: flex;
}
.schedule .row:first-child {
  font-weight: bold;
}
.schedule .row [class^="col-"] {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
.schedule .row .col-sm-3 {
  font-weight: bold;
}
.schedule .row.even {
  background-color: #bee5eb;
}

.sessions .container-box {
  padding-top: 1px;
  padding-bottom: 20px;
  /* &:nth-child(even){
     background-color: #b8dcdc29;
     .container{
        background-color: #b8dcdc00;
     }
  } */
}
.sessions .container-box .container h2, .sessions .container-box .container h3 {
  text-align: center;
}
.sessions .container-box .container .row {
  margin-top: 5px;
}

#org_cmt {
  display: none;
}

.org_cmt_data {
  margin-top: 20px;
  width: 95%;
}
.org_cmt_data #label_org {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.org_cmt_data #label_org h6 {
  text-align: center;
}
.org_cmt_data #data_table {
  margin-top: 10px;
  margin-bottom: 20px;
}
.org_cmt_data #data_table .row {
  display: flex;
}
.org_cmt_data #data_table .row:first-child {
  font-weight: bold;
}
.org_cmt_data #data_table .row [class^="col-"] {
  padding: 7px 2px;
  text-align: center;
}
.org_cmt_data #data_table .row:nth-child(even) {
  background-color: #5f97c754;
}
.org_cmt_data .row:last-child {
  text-align: center;
}

.contactus > .row {
  display: flex;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .contactus > .row .col-2 {
    flex: 100%;
    max-width: 100%;
  }
  .contactus > .row .col-2 .leftPhoto {
    text-align: center;
  }
  .contactus > .row .col-2 .leftPhoto img {
    max-width: 160px;
  }
}
.contactus > .row .col-2 img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .contactus > .row .col-10 {
    flex: 100%;
    max-width: 100%;
  }
  .contactus > .row .col-10 .rightData {
    margin-left: auto;
    margin-right: auto;
    max-width: 278px;
    margin-top: 10px;
  }
  .contactus > .row .col-10 .rightData > h4 {
    text-align: center;
  }
}
