section {
  /* Sometimes, in mobile version, a blue border-like line appears below every section */
  margin-top: -1px;
}

/* Disable video download */
video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

/*--------------------*/
/*       Header       */
/*--------------------*/
.navbar-search{
  padding-left: 50px;
  border-style: solid;
  border-color: #D0D0D0;
  border-width: 1px;
  border-radius: 5px;
  height: 45px;
  width: 350px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  /*margin-right: 110px;*/
  margin-left: 30px;
}
.homepagenavbar {
  display: flex;
  align-items: center; /* vertical-align center */
  /*justify-content: center;*/ /* text-align center */
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  min-height: 80px;
  border-bottom: 1px solid #2E2E2E;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.homepagenavbar .container {
  padding-left: 0px;
  padding-right: 0px;
}
.navbar-search::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #D0D0D0;
}
.navbarsearchform {
  display: inline-block !important;
}
.navbar_area.homepage .navbarlist {
  padding-top: 0px;
  margin-right: 0px;
  height: 80px;
  display: flex;
  align-items: center;
}
.navbar_area.homepage .navbarlist > li > a{
  padding-bottom: 10px;
  padding-top: 10px;
  outline-color: transparent;
}
#headernetworka, #headerchata, #headernotifa {
  background-color: white !important;
  cursor: pointer;
}
.home_signup_button {
  cursor: pointer;
  background-color: #a70014;
  color: white !important;
  border-radius: 5px;
  margin-left: 10px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-weight: normal !important;
  text-align: center;
}
.home_signup_button:hover, .home_signup_button:focus {
  background-color: #a70014 !important; 
  color: white !important;
}
.navbarlist.loggedin > li {
  margin: 0px 20px;
  display: flex;
  height: 100%;
  align-items: center;
  height: 100%;
}
.navbarlist.loggedin > li > a {
  padding: 0px !important;
}
.navbarlist.loggedin > li > a > .notifnumber {
  color: white;
  float: right;
  position: absolute;
  right: -7px;
  z-index: 2;
  top: -3px;
  font-size: 12px;
  font-weight: lighter;
  min-width: 20px;
  height: 20px;
  background-color: #028DFD;
  border-radius: 10px;
  text-align: center;
}
.navbarlist.loggedin > li > a > img {
  max-height: 40px;
}
.navbarlist.loggedin > li > a > img.profpic {
  background-color: #92B5DB;
  height: 40px;
  width: 40px;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}
.navbarlist.loggedin > li > a .username {
  color: #3A76AB;
  margin: 0px 15px;
  font-weight: bold;
  display: inline-block;
  max-width: 100px;
  word-break: break-word;
  max-height: 55px;
  overflow: hidden;
}
.navbarlist.loggedin > li > a .profilecaret {
  max-height: 10px;
}
.dropdown-menu.profile {
  background-color: white;
  width: 100%;
  max-width: 200px;
  top: 150%;
  box-shadow: 3px 3px 10px rgba(0,0,0,.175);
  padding: 0px;
}
.dropdown-menu.profile > li:after {
  position: absolute;
  content: '';
  border-bottom: 1px solid #E2E2E2;
  width: 90%;
  transform: translateX(-50%);
  left: 50%;
}
.dropdown-menu.profile > li > a:hover {
  background-color: #F8F8FA !important;
}
.dropdown-menu.profile > li > a {
  padding: 15px 20px 15px 20px;
}
.dropdown-menu.profile > li.last {
  border-bottom: none;
}
.dropdown-menu.profile > li.last:after {
  border-bottom: none
}
.navigationtoggle {
  margin: 8px 10px;
}
.dropdown-menu.profile.network, .dropdown-menu.profile.chat, .dropdown-menu.profile.notif {
  left: 0;
  right: auto;
  min-width: 300px;
  max-height: 500px;
  overflow-y: auto;
}
.notifheaderdiv {
  width: 90%;
  text-align: center;
  margin: auto;
}
.notifheader {
  text-align: center;
  height: 40px;
  position: relative;
}
.notifheader>li {
  display: inline-block;
  width: 49%;
  height: 100%;
}
.notifheader>li>a {
  display: flex;
  border-radius: 0px;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.notifheader>li>a.active {
  border-bottom: 2px solid rgb(0,142,254);
}
.notifitems {
  display: flex !important;
  align-items: center;
  position: relative;
  padding: 15px 20px 15px 20px;
}
.notifitems > .leftimage {
  display: inline-block;
  width: 30%;
}
.notifitems > .rightcontent {
  display: inline-block;
  width: 70%;
  padding-left: 5px;
}
.notifitems > .leftimage > img {
  max-width: 80%;
  border-radius: 100px;
}
.notifitems > .rightcontent > h1 {
  font-size: 14px;
  line-height: 17px;
  margin-top: 0px;
  margin-bottom: 0px;
  white-space: normal;
  max-height: 30px;
}
.notifitems > .rightcontent > h2 {
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
  white-space: normal;
  max-height: 30px;
}
.notifitems > .rightcontent > span {
  text-align: right;
  font-size: 10px;
  display: inline-block;
  width: 100%;
}
.notifitems > .addfriend {
  position: absolute;
  float: right;
  right: 20px;
}
.notifitems > .addfriend > img {
  max-height: 35px;
}
.searchheaderinput {
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  height: 35px;
  width: 80%;
  margin: 15px auto;
  padding: 0px 10px;
}
.searchheaderinput::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:    #ABABAB;
}
.chattopics {
  cursor: pointer;
}
.chattopics:hover, .chattopics:focus {
  background-color: #F8F8FA !important;
  color: #000;
}
.chattopics.friendrequest {
  background-color: #F8F8FA !important ;
}

.chatroom {
  position: absolute;
  top: 0px;
  background-color: white;
  width: 100%;
}

.dropdownsublist > li:after {
  position: absolute;
  content: '';
  border-bottom: 1px solid #E2E2E2;
  width: 90%;
  transform: translateX(-50%);
  left: 50%;
}

.browserbar {
  z-index: 190; 
  position: fixed; 
  width: 100%;
  color: white;
  background-color: red;
  text-align: center;
  border-color: red;
}

.alertvisible {
  margin-top: 53px !important;
}

/* Chatroom */
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);

/* M E N U */
#chatroomcontent {
  overflow-y: hidden;
}
#chatroomcontent > .chatback {
  top: 0px;
  width: 100%;
  height: 40px;
  z-index: 100;
  font-size: 17px;
  color: #000;
  display: flex;
  align-items: center;
  padding-left: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}
#chatroomcontent > .chatback > img {
  max-width: 25px;
}
#chatroomcontent > .chatback:after {
  position: absolute;
  content: '';
  border-bottom: 1px solid #E2E2E2;
  width: 90%;
  top: 40px;
  transform: translateX(-50%);
  left: 50%;
}

/* M E S S A G E S */
#chatroomcontent > .chat {
  list-style: none;
  background: none;
  margin: 0;
  margin-top: 1px;
  padding: 10px;
  max-height: 404px;
  overflow: auto;
}
#chatroomcontent > .chat li {
  padding: 0.5rem;
  overflow: hidden;
  display: table;
  width: 100%;
  height: 100%;
}
#chatroomcontent > .chat .avatar {
  width: 20%;
  height: 100%;
  position: relative;
  display: table-cell;
  vertical-align: top;
  z-index: 2;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  background-color: rgba(255,255,255,0.9);
}
#chatroomcontent > .chat .avatar img {
  max-width: 40px;
  height: auto;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  background-color: rgba(255,255,255,0.9);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
#chatroomcontent > .chat .day {
  position: relative;
  display: block;
  text-align: center;
  color: #c0c0c0;
  height: 20px;
  text-shadow: 7px 0px 0px #e5e5e5, 6px 0px 0px #e5e5e5, 5px 0px 0px #e5e5e5, 4px 0px 0px #e5e5e5, 3px 0px 0px #e5e5e5, 2px 0px 0px #e5e5e5, 1px 0px 0px #e5e5e5, 1px 0px 0px #e5e5e5, 0px 0px 0px #e5e5e5, -1px 0px 0px #e5e5e5, -2px 0px 0px #e5e5e5, -3px 0px 0px #e5e5e5, -4px 0px 0px #e5e5e5, -5px 0px 0px #e5e5e5, -6px 0px 0px #e5e5e5, -7px 0px 0px #e5e5e5;
  box-shadow: inset 20px 0px 0px #e5e5e5, inset -20px 0px 0px #e5e5e5, inset 0px -2px 0px #d7d7d7;
  line-height: 38px;
  margin-top: 5px;
  margin-bottom: 20px;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

#chatroomcontent > .chat > .other .msg {
  order: 1;
  border-top-left-radius: 0px;
  box-shadow: none;
  background-color: rgb(247,248,249);
  margin-left: 15px;
  position: relative;
  display: table-cell;
  width: 70%;
  height: 100%;
}
#chatroomcontent > .chat > .other .msg > p {
  color: black;
  margin: 0px;
  font-size: 13px;
  padding-top: 15px;
}
#chatroomcontent > .chat > .self .msg > p {
  color: white;
  margin: 0px;
  font-size: 13px;
  padding-top: 15px;
}
#chatroomcontent .userdate {
  color: rgb(155,155,156);  
  top: 2px;
  font-size: 12px;
  /* position: relative; */
  float: left;
  position: absolute;
}
#chatroomcontent .self .userdate {
  color: rgb(156,187,213);
}

#chatroomcontent > .chat > .other > .msg:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -10px;
  width: 0px;
  height: 0px;
  border: 5px solid rgb(247,248,249);
  border-left-color: transparent;
  border-bottom-color: transparent;
}

#chatroomcontent > .chat > .self {
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
}
#chatroomcontent > .chat > .self .msg {
  order: 1;
  border-top-right-radius: 0px;
  background-color: rgb(57,118,170);
  position: relative;
  box-shadow: none;
  display: inline-block;
  text-align: left;
  max-width: 90%;
  min-width: 150px;
  margin-right: 10px;
}
#chatroomcontent > .chat > .self > .msg:after {
  content: "";
  position: absolute;
  top: 0px;
  right: -10px;
  width: 0px;
  height: 0px;
  border: 5px solid rgb(57,118,170);
  border-right-color: transparent;
  border-bottom-color: transparent;
}

#chatroomcontent .msg {
  background: white;
  min-width: 50px;
  padding: 5px;
  padding-left: 10px;
  border-radius: 2px;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.07);
}
#chatroomcontent .msg img {
  position: relative;
  display: block;
  width: 450px;
  border-radius: 5px;
  box-shadow: 0px 0px 3px #eee;
  transition: all .4s cubic-bezier(0.565, -0.260, 0.255, 1.410);
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
#chatroomcontent @media screen and (max-width: 800px) {
  .msg img {
    width: 300px;
  }
}
#chatroomcontent @media screen and (max-width: 550px) {
  .msg img {
    width: 200px;
  }
}
#chatroomcontent @-webikt-keyframes pulse {
  from { opacity: 0; }
  to { opacity: 0.5; }
}
.chatsendbutton {
  background-color: rgb(0,142,254);
  color: white;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all 0.3s;
}
.chatsendbutton:hover,.chatsendbutton:focus {
  background-color: white;
  color: rgb(0,142,254);
  border-color: rgb(0,142,254);
}

.dropdown-menu.profile.network::after, .dropdown-menu.profile.chat::after, .dropdown-menu.profile.notif::after{ content:''; clear:both; display:block;}


/* Custom Google Sign-in button */
div.g-signin2.custom {
  display: inline-block;
  width: 100%;
  height: 100%;
  box-shadow: none;
}
div.g-signin2.custom > div {
  width: 100% !important;
  height: 100% !important;
  box-shadow: none;
}
div.g-signin2.custom .abcRioButtonContentWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
div.g-signin2.custom .abcRioButtonContentWrapper > .abcRioButtonIcon{
  padding: 0px;
  padding-right: 8px;
}

#search_navbar {
  float: left !important;
}

#special_hr {
  border: none;
  border-left: 2px solid #b4b4b4;
  height: 90%;
  margin-top: 15%;
  position: absolute;
}

@media (max-width: 1199px) {
  .headerimage {
    max-height: 42px !important;
    margin-top: 1.5px;
  }
  .navbarsearchform {
    margin-right: 15px !important;
  }
  .navbar-search {
    margin-left: 10px;
    width: 170px;
    background-position: 10px 10px !important;
    background-size: 25px 25px !important;
    padding-left: 45px;
  }
  
}
@media (max-width: 991px) {
  .headerimage {
    margin-top: 10.5px;
  }
  .headerimage {
    max-height: 40px !important;
  }
  .navbar_area.homepage .navbarlist {
    height: 45px;
  }
  .navbar-search {
    width: 230px;
    padding-left: 40px;
    background-position: 10px 11px !important;
    background-size: 22px 22px !important;
  }
  .navbarsearchform {
    margin-right: 10px !important;
    margin-top: 7.5px;
    margin-right: 10px;
  }
  .dropdown-menu.profile.notif {
    left: 70px !important;
    min-width: 250px;
    margin-bottom: 50px;
  }
  .notifitems > .rightcontent > h1 {
    font-size: 12px !important;
  }
  .notifitems > .rightcontent > h2 {
    font-size: 11px !important;
  }
  .notifitems > .addfriend > img {
    max-height: 30px;
  }
  #chatroomcontent .userdate {
    font-size: 11px;
  }
  #chatroomcontent > .chat > .other .msg > p, #chatroomcontent > .chat > .self .msg > p {
    padding-top: 13px;
    font-size: 12px;
  }
  #chatroomcontent .msg {
    padding: 5px;
  }
  #search_navbar {
    height: 60px !important;
    padding-top: 7.5px;
  }
  .navbar-default .navbar-nav > li {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .navbarlist.loggedin > li {
    margin: 0px 10px;
  }
  #headerchata {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .navbar_area.homepage .navbarlist > li > a {
    max-width: 120px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    align-items: center;
  }
  .home_signup_button {
    padding: 0px 25px !important;
    height: 100%;
  }
  .homepage.no-overflow {
    overflow: hidden;
  }
  .navbar-nav{
    margin: 7.5px 0;
  }
}
@media (max-width: 767px) {
  /* Checkpoint */
  #navbar.homepage {
    width: auto !important;
  }
  .navbarsearchform {
    float: none !important;
  }
  .navbar-toggle {
    position: absolute;
    float: left;
    left: 25px;
    top: 28px;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: white;
  }
  .container>.navbar-header {
    text-align: center;
  }
  .navbar-default .navbar-nav > li {
    padding: 0 10px;
  }
  .headerimage {
    max-height: 60px !important;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .navigationtoggle.navbarmenubutton {
    border: none;
    padding: 0;
    margin: 0;
  }
  .navbarsearchform {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    display: flex !important;
    justify-content: center;
  }
  .navbar-search {
    width: 100%;
    padding-left: 50px;
    margin-left: 0px;
    background-position: 10px 7px !important;
    background-size: 30px 30px !important;
  }
  .dropdown-menu.profile.notif {
    left: 25% !important;
    min-width: 50%;
    position: fixed;
    top: 220px;
    background-color: white;
    box-shadow: 3px 3px 10px rgba(0,0,0,.175);
    border: 1px solid rgba(0,0,0,.15);
    margin-top: 5px;
  }
  .navbar-nav .open .dropdown-menu.profile {
    position: fixed;
    background-color: white;
    top: 220px;
    left: auto;
    right: 25%;
    box-shadow: 3px 3px 10px rgba(0,0,0,.175);
    border: 1px solid rgba(0,0,0,.15);
    margin-top: 5px;
  }
  .notifitems > .rightcontent > h1 {
    font-size: 17px !important;
    line-height: 20px !important;
  }
  .notifitems > .rightcontent > h2 {
    font-size: 15px !important;
    margin-top: 10px;
  }
  .notifitems > .addfriend > img {
    max-height: 40px;
  }
  .notifitems > .leftimage {
    text-align: center;
  }
  .notifitems > .leftimage > img {
    max-width: 60%;
  }
  .notifitems > .rightcontent > span {
    font-size: 12px;
    margin-top: 10px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu.profile>li>a {
    padding: 10px 20px 10px 20px;
    font-size: 15px;
  }
  #chatroomcontent .userdate {
    font-size: 12px;
  }
  #chatroomcontent > .chat > .other .msg > p, #chatroomcontent > .chat > .self .msg > p {
    padding-top: 15px;
    font-size: 13px;
  }
  .dropdownsublist > li:last-child:after {
    position: absolute;
    content: '';
    display: none;
    border-bottom: 1px solid #E2E2E2;
  }
  #chatdiv {
    height: 455px;
  }
  #chatroomcontent > .chat {
    height: 405px;
    max-height: 405px;
  }
  #chatroomcontent > .chat li {
    height: auto; 
  }
}
@media (max-width: 600px) {
  .dropdown-menu.profile.notif {
    left: 20% !important;
    min-width: 60%;
  }
  .navbar-nav .open .dropdown-menu.profile {
    right: 20%;
  }
  .notifitems > .rightcontent > h1 {
    font-size: 15px !important;
    line-height: 17px !important;
  }
  .notifitems > .rightcontent > h2 {
    font-size: 13px !important;
    margin-top: 0px;
  }
  .notifitems > .addfriend > img {
    max-height: 35px;
  }
}
@media (max-width: 480px) {
  .headerimage {
    max-height: 50px !important;
  }
  img.headerhamburger {
    max-height: 30px !important;
  }
  #sliderSection.homepageslider {
    margin-top: 80px !important;
  }
  .navbar-toggle {
    top: 25px;
  }
  .navbar-toggle {
    top: 25px;
  }
  .dropdown-menu.profile.notif {
    left: 10% !important;
    min-width: 80%;
  }
  .navbar-nav .open .dropdown-menu.profile {
    right: 10%;
  }
}
@media (max-width: 445px) {
  .navbar_area.homepage .navbarlist > li > a {
    padding-left: 0px;
    padding-right: 0px;
  }
  .notifitems > .rightcontent > h1 {
    font-size: 14px !important;
  }
  .notifitems > .rightcontent > span {
    font-size: 10px;
    margin-top: 0px;
  }
}
@media (max-width: 425px) {
  .navbar-default .navbar-nav > li {
    padding: 0 5px;
  }
  .modal-content-small {
    width: 90% !important;
    min-width: 300px !important;    
  }
  .account-modal-content-small {
    width: 80% !important;
    min-width: 200px !important;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .accounttypedivcontents {
    width: 100% !important;
    height: auto !important;
  }
  .methodsdiv {
    width: 85% !important;
  }
  .login_email.sign, 
  .login_password.sign, 
  .signup_fullname.sign, 
  .signup_email.sign, 
  .signup_password.sign, 
  .signup_country.sign, 
  .signup_industry.sign, 
  .signup_interest.sign, 
  .signup_occupation.sign, 
  .signup_organization.sign, 
  .signup_corporate_company_name.sign, 
  .signup_corporate_company_email.sign, 
  .signup_corporate_company_phone_number.sign, 
  .signup_corporate_admin_occupation.sign {
    width: 80%;
  }
}
@media (max-width: 385px) {
  .navbar-default .navbar-nav > li {
    padding: 0 2px;
  }
}
@media (max-width: 300px) {
  img.headerhamburger {
    max-height: 25px !important;
  }
  .navbar-toggle {
    top: 27.5px;
  }
  .headerimage {
    max-height: 45px !important;
    margin-top: 17.5px;
    margin-bottom: 17.5px;
  }
}


/* Mobile device: custom height */
@media (max-width: 767px) and (max-height: 740px) {
  .dropdown-menu.profile.network, .dropdown-menu.profile.chat, .dropdown-menu.profile.notif {
    height: 50%;
  }
  .chatroomdoor {
    height: 55%;
  }
  #chatroomcontent {
    height: 100%;
  }
  #chatroomcontent > .chat {
    height: 75%;
  }
  #notifdiv {
    height: 85%;
  }
  .chatroomdoor.alerts {
    height: 100%;
  }
}
@media (max-width: 767px) and (max-height: 720px) {
  .chatroomdoor {
    height: 55%;
  }
  .chattextarea {
    position: absolute;
    bottom: 0;
    z-index: 2;
    background-color: white;
  }
}
@media (max-width: 767px) and (max-height: 700px) {
  .chatroomdoor {
    height: 50%;
  }
  #chatroomcontent > .chat {
    height: 73%;
  }
}
@media (max-width: 767px) and (max-height: 660px) {
  .chatroomdoor {
    height: 45%;
  }
}
@media (max-width: 767px) and (max-height: 620px) {
  .chatroomdoor {
    height: 43%;
  }
  #chatroomcontent > .chat {
    height: 70%;
  }
}
@media (max-width: 767px) and (max-height: 600px) {
  .chatroomdoor {
    height: 40%;
  }
}
@media (max-width: 767px) and (max-height: 560px) {
  .chatroomdoor {
    height: 35%;
  }
}
@media (max-width: 767px) and (max-height: 520px) {
  .chatroomdoor {
    height: 30%;
  }
}
/* Probably landscape layout */
@media (max-height: 480px) {
  .navbar-nav .open .dropdown-menu.profile {
    top: 15%;
    height: 70%;
    margin-top: 0;
  }
  .dropdown-menu.profile.notif {
    top: 15%;
    margin-top: 0;
    height: 70%;
  }
  .navbar-nav .open .dropdown-menu.profile.user {
    margin-top: 5px;
    top: 220px;
    height: auto;
  }
  .chatroomdoor {
    height: 48%;
  }
}
@media (max-height: 460px) {
  .chatroomdoor {
    height: 45%;
  }
}
@media (max-height: 440px) {
  .chatroomdoor {
    height: 42%;
  }
}
@media (max-height: 420px) {
  .navbar-nav .open .dropdown-menu.profile {
    top: 10%;
    height: 80%;
    margin-top: 0;
  }
  .dropdown-menu.profile.notif {
    top: 10%;
    margin-top: 0;
    height: 80%;
  }
  .navbar-nav .open .dropdown-menu.profile.user {
    margin-top: 5px;
    top: 220px;
    height: auto;
  }
  .chatroomdoor {
    height: 48%;
  }
}
@media (max-height: 400px) {
  .chatroomdoor {
    height: 44%;
  }
}
@media (max-height: 380px) {
  .chatroomdoor {
    height: 40%;
  }
}
@media (max-height: 360px) {
  .navbar-nav .open .dropdown-menu.profile {
    top: 5%;
    height: 90%;
    margin-top: 0;
  }
  .dropdown-menu.profile.notif {
    top: 5%;
    margin-top: 0;
    height: 90%;
  }
  .navbar-nav .open .dropdown-menu.profile.user {
    top: 80px;
    height: auto;
  }
  .chatroomdoor {
    height: 45%;
  }
}
@media (max-height: 340px) {
  .chatroomdoor {
    height: 40%;
  }
}
@media (max-height: 320px) {
  .chatroomdoor {
    height: 36%;
  }
}

/*--------------------*/
/*       Footer       */
/*--------------------*/
.copyright {
  color: #A27B2E;
  font-family: 'Roboto', sans-serif;  
  font-size: 11px;
  width: 100%;
  padding-top: 10px;
  font-weight: bold;
}
.single_footer_top_sublist {
  padding-top: 10px;
}
.single_footer_top_sublist > li {
  display: inline-block;
  margin: 0px 5px;
}
.single_footer_top_sublist > li > a > img {
  max-height: 30px;
}
.footer_top.poweredby {
  color: white;
  margin: 0px;
  margin-top: 10px;
}
.footer_top.poweredby > .lower img {
  max-height: 50px;
}

/* Custom Accordion Style */
.mobile_footer_accordion > .panel-default {
  border: none;
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.mobile_footer_accordion > .panel-default::after {
  position: absolute;
  content: '';
  border-bottom: 1px solid white;
  width: 120%;
  transform: translateX(-50%);
  left: 50%;
}
.mobile_footer_accordion .panel+.panel {
  margin-top: 0px;
}
.mobile_footer_accordion > .panel-default > .panel-heading {
  border: none;
  background-color: transparent;
  padding: 0;
}
.mobile_footer_accordion > .panel-default > .panel-heading+.panel-collapse>.panel-body {
  border-top-color: transparent;
}
.mobile_footer_accordion > .panel-default > .panel-heading a {
  padding: 20px 35px;
  display: inline-block;
  width: 100%;
  font-size: 20px;
  font-weight: 300;
}
.mobile_footer_accordion .featured_programs, .mobile_footer_accordion .company, .mobile_footer_accordion .support {
  color: white;
  font-size: 15px;
  font-weight: bold;
  margin-top: 0px;
}
.footer_list_items {
  padding-left: 50px;
  padding-right: 50px;
}
.footer_list_items li:first-child a {
  padding-top: 0px;
}
.footer_list_items a {
  display: inline-block;
  width: 100%;
  padding: 10px 0px;
}
.footer_list_items > ul > li {
  padding: 0;
  font-size: 14px;
}
.mobile_footer_accordion .footer_arrow {
  position: absolute;
  top: 23px;
  right: 35px;
  max-height: 15px;
}
.mobile_footer_accordion .panel-title {
  position: relative;
}
.footer_small.mobile {
  text-align: center;
}
.footer_small.mobile .ladicon{
  max-height: 75px;
}


@media (max-width: 1250px) {
  .lad_footer {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 767px) {
  .slider_caption img {
    width: 100%;
  }
  /* Checkpoint */
  #footer {
    display: none !important;
  }
  #mobile_footer {
    display: block !important;
  }

  .footer_small {
    width: 60%;
    margin: 0px auto;
  }
  .footer_left {
    padding: 0px;
  }
  .footer_column {
    padding-left: 0px !important;
    padding-right: 0px;
  }
  .footer_middle_outer {
    display: flex;
    width: 100%;
  }
  .single_footer_top {
    min-height: 0px;
  }
  .footer_column.last {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .footer_small {
    width: 90%;
  }  
}

/*--------------------*/
/*    Home Slider     */
/*--------------------*/
.slider_caption {
  left: 0;
  padding: 0 10%;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
  margin: 0px auto;
}
.slider_caption h1 {
  color: #a37a2d;
  font-size: 80px;
  font-weight: normal;
  line-height: 80px;
  text-transform: uppercase;
  font-family: 'Girassol', cursive;
  margin-bottom: 18px;
}
.slider_caption h2 span{
  font-weight: normal;
}
.slider_caption p{
  color: #c5c0c0;
  font-size: 20px;
  line-height: 22px;
  font-family: 'Roboto', sans-serif;
  margin-top: 30px;
  font-weight: normal;
}
.slider_btn { 
  background-color: #a70014;
  border-width: 0px !important;
  color: white;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  margin-top: 40px;
  padding: 10px 55px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-color: #a70014 !important;
  border-width: 1px !important;
  border-style: solid !important;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.48);
}
.slider_btn:before {
  background: white !important;
}
.slider_btn:hover,.slider_btn:focus{ 
  color: #a70014;  
  background-color: white;
  text-decoration: none;
  border-color: #a70014 !important;
  border-width: 1px !important;
  border-style: solid !important;
}

.learn-more-container .slider_btn {
  background-color: #a37a2d;
  border-color: #a37a2d !important;
}
.learn-more-container .slider_btn:hover {
  color: #a37a2d;
  border-color: #a37a2d;
}
#sliderSection.homepageslider {
  min-height: 500px;
  background-color: #2E2E2E;
  margin-top: 80px;
}
body:modal-open #sliderSection.homepageslider {
  width: 100%;
}
.homepageslidercaptions {
  display: flex;
  align-items: center;
}

@media (max-width: 1100px) {
  #sliderSection {
    height: 500px;
  }
  #sliderSection.homepageslider {
    /*min-height: 200px;    */
    min-height: 180px;    
  }
  .slideimage {
    max-height: 500px !important;
    width: auto !important;
  }
  .slider_caption h1.lad_homeslider, .slider_caption h1.lad_aboutusslider, .slider_caption h1.browsecoursessliders, .slider_caption h1.lad_achievements {
    font-size: 60px;
    line-height: 60px;
  }
  .slider_caption p.lad_homesliderquote {
    font-size: 18px;
    margin-top: 10px;
  }
  .slider_btn {
    font-size: 20px !important;
    padding-left: 45px !important;
    padding-right: 45px !important;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  #sliderSection {
    height: 400px;
  }
  .slideimage {
    max-height: 400px !important;
  }
  .slider_caption h1.lad_homeslider, .slider_caption h1.lad_aboutusslider, .slider_caption h1.browsecoursessliders, .slider_caption h1.lad_achievements {
    font-size: 55px;
    line-height: 60px;
  }
  .slider_caption p.lad_homesliderquote {
    font-weight: 300;
  }
}
@media (max-width: 767px) {
  #sliderSection {
    /*height: 350px;*/
    height: 180px;
  }
  #sliderSection.homepageslider {
    margin-top: 90px;
  }
  .slideimage {
    /*max-height: 350px !important;*/
    max-height: 180px !important;
  }
  .slider_caption h1.lad_homeslider, .slider_caption h1.lad_aboutusslider, .slider_caption h1.browsecoursessliders, .slider_caption h1.lad_achievements {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 43px;
  }
}

/*--------------------*/
/*   Custom Slider    */
/*--------------------*/
.slides-navigation.custom {
  width: 85%;
  min-width: 900px;
  left: 7.5%;
}
.slides-navigation.custom a {
  height: 60px;
  width: 60px;
}
.slides-navigation.custom a.prev {
  background-image: url(../img/slider/left-min.png);
  background-position: left 0px center;
  background-size: 60px 60px;
  background-repeat: no-repeat;
}
.slides-navigation.custom a.next {
  background-image: url(../img/slider/right-min.png);
  background-position: left 0px center;
  background-size: 60px 60px;
  background-repeat: no-repeat;
}
.slides-navigation.custom a.prev:hover {
  background-image: url(../img/slider/left1-min.png);
}
.slides-navigation.custom a.next:hover {
  background-image: url(../img/slider/right1-min.png);
}
.slides-pagination a {
  border: none;
  border-radius: 0px;
  opacity: 0.5 !important;
  width: 20px;
  height: 20px;
  background-image: url(../img/slider/button-empty-min.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  margin: 0px 10px 20px 10px;
}
.slides-pagination a:hover {
  opacity: 1.0 !important;
}
.slides-pagination a.current {
  border: none;
  border-radius: 0px;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  background-image: url(../img/slider/button-fill-min.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
.coursesslider li .slider_caption h1 {
  color: white;
  line-height: 80px;
  letter-spacing: 2px;
}
.coursesslider li img{
  max-height: 600px !important;
  left: -390px !important;
  top: 0px !important;
  width: auto !important;
}

.lad_service_area {
  float: left;
  display: inline;
  width: 100%;
  padding: 40px 0px;
  margin: 0;
}
.home_small li{
  font-family: "Roboto",sans-serif;
  display: inline-block;
  float: left;
  text-align: center;
}
.home_small li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.home_small li a:hover {
  color: #000;
}
.home_small li img{
  max-height: 45px !important;
  width: auto !important;
  margin-top: 10px;
}
.home_small li h2{
  line-height: 25px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin-left: 10px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.home_small>li:first-child {
  text-align: left;
}
.home_small>li:last-child {
  text-align: right;
}

@media (max-width: 995px) {
  .home_small li {
    padding: 0;
    width: 33%;
  }
  .home_small li h2 {
    line-height: 15px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  /* Checkpoint */
  #service.homepagequotes {
    display: none;
  }
  .home_small li {
    width: 100%;
    display: flex;
  }
  .home_small li > a{
    min-width: 400px;
    text-align: left;
    margin: 15px auto;
  }
  .home_small li img {
    max-height: 70px !important;
  }
  .home_small li h2 {
    line-height: 25px;
    margin-left: 40px;
    font-size: 20px;
  }
  .homepageslidercaptions {
    min-width: 360px;
  }
}
@media (max-width: 500px) {
  .home_small li > a{
    min-width: 0px;
  }
  .home_small li img {
    max-height: 50px !important;
  }
  .home_small li h2 {
    line-height: 20px;
    margin-left: 20px;
    font-size: 15px;
  }
  .homepageslidercaptions {
    min-width: 270px;
  }
}

/*---------------------------*/
/* Home Training Topics Area */
/*---------------------------*/
.categorybutton {
  text-transform: uppercase;
  display: inline-block;
  margin-top: 50px;
  padding: 0 20px;
  position: relative;
  z-index: 5;
  text-align: center;
  font-weight: normal;
  font-size: 45px;
  font-family: "Roboto",sans-serif;
  
  width: 100%;
}
.categorybutton > ul {
  display: inline-block;
  width: 60%;
  min-width: 420px;
}
.leftbutton {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-width: 2px 0px 2px 2px !important;
}
.middlebutton {
  border-width: 2px !important;
}
.rightbutton {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-width: 2px 2px 2px 0px !important;
}
.categorybutton > ul > li {
  width: 33.3%;
  margin-left: 0px;
  background-color: white;
  color: #F0F0F0;
  display: inline-block;
  font-family: "Roboto",sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-color: #F0F0F0;
  border-style: solid !important;
  border-width: 2px;
}
.leftbutton > a , .middlebutton > a , .rightbutton > a  {
  color: #F0F0F0;
}
.categorybutton > ul > li.active > a, .categorybutton > ul > li.active > a:focus, .categorybutton > ul > li.active > a:hover {
  background-color: transparent;
}
.categorybutton > ul > li > a, .categorybutton > ul > li > a:focus, .categorybutton > ul > li > a:hover {
  background-color: transparent;
  color: #C5C5C5;
}
.leftbutton.active, .middlebutton.active , .rightbutton.active {
  background-color: #000;
  color: white;
  border-color: #000;
}
.leftbutton:hover,.leftbutton:focus, .middlebutton:hover,.middlebutton:focus, .rightbutton:hover,.rightbutton:focus{ 
  color: white;  
  background-color: #000;
  border-color: #000;
}
.pricearea.homepagetopics {
  padding-top: 30px;
}
.homepagelist .homepagelistimage {
  height: 165px;
}
.homepagelist .homepagelistimage>img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  max-height: 180px !important;
  min-height: 165px !important;
  width: auto;
  max-width: 100% !important;
  margin: auto !important;
  padding: 1px;
}
.homepagelist > img{
  max-height: 165px;
}
.homepagelist > a {
  display: inline-block;
  height: 100%;
  width: 100%;
}

@media (max-width: 1199px) {
  .price_nav>li {
    height: 280px;
    margin-left: 1%;
    margin-right: 1%;
  }
  .homepagelist .homepagelistimage {
    height: 165px;
  }
  .homepagelist .homepagelistimage>img {
    /*min-height: 215px !important;*/
  }
  .coursetitle {
    font-size: 110% !important;
    margin-bottom: 5px;
  }
  .courselecturer {
    font-size: 85% !important;
  }
  .courseprice {
    font-size: 175% !important;
  }
}
@media (max-width: 991px) {
  .browsemore {
    padding-right: 26% !important;
    float: left !important;
    width: 100% !important;
  }
  .client_title > h2 {
    font-size: 40px;
    padding: 0 50px;
  }
  .team_title.aboutus > h2 {
    font-size: 40px;
    padding: 0;
  }
  .price_nav>li {
    width: 32%;
    margin-left: 0.6666%;
    margin-right: 0.6666%;
  }

  .info-text-container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .price_nav>li {
    width: 48% !important;
    height: 330px;
    margin-left: 1%;
    margin-right: 1%;
  }
  .homepagelist .homepagelistimage {
    height: 220px;
  }
  .homepagelist .homepagelistimage>img {
    min-height: 220px !important;
  }
  .client_title > h2, .team_title.aboutus > h2 {
    line-height: 45px;
  }
}
@media (max-width: 550px) {
  .categorybutton > ul {
    min-width: 0px;
    width: 80%;
  }
  .categorybutton > ul > li {
    width: 100%;
  }
  .categorybutton > ul > li > a{
    width: 100%;
    font-weight: 300;
    font-size: 25px;
  }
  .leftbutton {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-width: 2px 2px 0px 2px !important;
  }
  .rightbutton {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 0px;
    border-width: 0px 2px 2px 2px !important;
  }
  .price_nav>li {
    width: 100% !important;
    max-height: none;
    margin-left: 0;
    margin-right: 0;
  }
  .homepagelist .homepagelistimage {
    height: auto;
  }
  .homepagelist .homepagelistimage>img {
    min-height: 0px !important;
    width: 100%;
    max-height: 200px !important;
  }
  .coursetitle {
    font-size: 130% !important;
    margin-bottom: 10px;
  }
  .courseprice {
    font-size: 200% !important;
  }
  .datepicker {
    left: 20px !important;
  }
  .datepicker-dropdown.datepicker-orient-right:after {
    right: 40px;
  }
  .datepicker-dropdown.datepicker-orient-right:before {
    right: 39px;
  }
}

/*--------------------------------*/
/* Home Request Customized Course */
/*--------------------------------*/
.browsemore {
  padding: 10px 50px;
  font-family: 'Roboto', sans-serif;  
  float: right;
  width: 50%;
}
.browsemore > h2 {
  color: #000;
  font-size: 35px;
  font-weight: 300;
}
.browsemore > .question {
  font-weight: 300;
  font-size: 35px;
  margin-top: 25px;
}
.browsemore > .lower {
  font-weight: 300;
  font-size: 18px;
  line-height: 170%;
  text-align: justify;
}
.browsemorebutton {
  text-transform: uppercase;
  background-color: #000;
  position: absolute;
  right: 5%;
  top: 43%;
  height: 20%;
  width: 23%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 20px;
  border-color: #000 !important;
  border-width: 1px;
  border-radius: 3px;
  border-style: solid;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.browsemorebutton:hover, .browsemorebutton:focus {
  color: #000;  
  background-color: white;
  border-color: #000 !important;
}

@media (max-width: 1199px) {
  .browsemore > h2 {
    font-size: 30px;
  }
  .browsemore > .question {
    font-size: 30px;
    margin-top: 25px;
  }
  .browsemore > .lower {
    font-weight: normal;
    font-size: 15px;
  }
  .browsemorebutton {
    right: 4%;
    height: 20%;
    width: 22%;
    min-width: 90px;
  }
}
@media (max-width: 991px) {
  .howworks_area {
    width: 90%;
    margin: 100px 5%;
  }
  .browsemore > h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .browsemore > .question {
    font-weight: 300;
    font-size: 25px;
    margin-top: 15px;
  }
  .browsemore > .lower {
    font-weight: normal;
    font-size: 13px;
  }
}
@media (max-width: 550px) {
  .browsemore {
    padding-right: 50px !important;
  }
  .browsemore > h2 {
    font-size: 30px;
  }
  .browsemore > .lower {
    font-size: 15px;
  }
  .browsemorebutton {
    position: relative;
    left: 10%;
    right: 10%;
    width: 80%;
    margin-top: 10px;
    height: 50px;
  }
}

/*------------------------------------*/
/* Home Redefining Workplace Learning */
/*------------------------------------*/
.team_title > h2.smaller {
  font-size: 40px;
}
@media (max-width: 1199px) {
  .team_content h4 {
    font-size: 22px;
    height: 44px;
  }
  .team_content p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .slick-track {
    width: 100% !important;
  }
  .team.redefining {
    margin-left: -2%;
    margin-right: -2%;
  }
  .team {
    width: 104%;
  }
  .slick-dots {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .team {
    width: 100%;
  }
  .team_content h4 {
    font-size: 24px;
    height: 26px;
  }
  .team.redefining {
    margin-left: 0;
    margin-right: 0;
  }
  .slick-slide {
    width: 100% !important;
  }
  .team_img img {
    max-height: 200px !important;
  }
}
@media (max-width: 480px) {
  .team_title > h2 {
    font-size: 35px;
    padding: 0 25px;
  }
  .team_title > h2.smaller {
    font-size: 30px;
  }
}



/*---------------------*/
/* Home Trustedby Area */
/*---------------------*/
#trustedby{ 
  float: left;
  display: inline;
  width: 100%;
  background-color: #EFEFEF;
  border-top: 2px solid #EDEDED;
  border-bottom: 2px solid #EDEDED;
}
.trustedby_area, .content_404 {
  float: left;
  display: inline;
  width: 100%;
  padding: 5% 0px;
}

.trustedby_image {
  max-height: 100px !important;
  width: auto !important;
  margin: auto !important;
  padding-left: 2% !important;
  padding-right: 2% !important;
  float: none !important;
}
.trusted_contents {
  /*margin-left: 10px;
  margin-right: auto;*/
  margin-top: 50px;
  display: block;
  float: left;
  position: relative;
  text-align: center;
  width: 100%;
}
.trustedby_image {
  filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.trustedby_image:hover, .trustedby_image:focus {
  filter: none;
  -webkit-filter: grayscale(0%);
}

@media (max-width: 1199px) {
  .trusted_contents {
    margin-top: 40px;
  }
  .trustedby_image {
    width: 20% !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
@media (max-width: 767px) {
  .home_small li.trustedby_image.achievements {
    width: 100%;
    display: inline-block;
  }
  .home_small li.trustedby_image > a {
    margin: 0;
    min-width: 100px;
  }
  .trustedby_image {
    width: 49.5% !important;
  }
  .home_small li > a {
    width: 100%;
  }
}

/*----------------------------*/
/* Home Our Knowledge Partner */
/*----------------------------*/
@media (max-width: 991px) {
  .testimonial_content_title_div {
    padding-left: 20px;
    padding-right: 20px;
  }
  .testimon_nav > ul > li {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 10px;
  }
  .testimonial_content_title_name {
    max-width: 250px;
  }
  .testimonial_content {
    max-height: none !important;
  }
}

/*----------------*/
/* Home Subscribe */
/*----------------*/
@media (max-width: 550px) {
  .subscribebutton {
    padding: 10px 35px;
  }
  .subscribe-field {
    width: 280px;
  }
}
@media (max-width: 480px) {
  .subscribe-field {
    width: 100%;
    padding-left: 60px;
    border-radius: 5px 5px 0px 0px;
  }
  .subscribebutton {
    width: 100%;
    border-radius: 0px 0px 5px 5px;
    margin-left: 0px;
  }
}


/*--------------------*/
/*    Achievements    */
/*--------------------*/
.service_area.achievements {
  width: 100%;
  margin: 0;
}

#testimonial.achievements {
  background-color: #F5F5F5;
}
.testimon_nav.achievements {
  width: 100%;
}
.testimon_nav.achievements > ul{
  display: inline-block;
}
.testimon_nav.achievements > ul > li{
  width: 100%;
  margin-left: 0px;
  display: table;
}
.testimonial_content.achievements {
  background-color: white;
  border-style: none;
  box-shadow: 15px 15px 30px #D5DDE4;
  padding: 60px 15px;
  width: 85%;
  margin: 25px auto;
  display: table;
}
.testimonial_content.achievements > .testimonial_content_title{
  background-color: white;
}
.achievements_content {
  display: table-cell;
  vertical-align: middle;
  width: 35%;
}
.achievements_content_image {
  padding-left: 50px;
}
.achievements_content_image_content > img {
  max-height: 250px;
  width: auto;
}
.achievements_content_text_div {
  display: table-cell;
  vertical-align: middle;
  width: 65%;
  padding-right: 50px;
}
.achievements_content_text_div.reversed {
  padding-left: 50px;
  padding-right: 25px;
}
.achievements_content_text_content {
  font-size: 17px;
}
.achievements_content_text_title {
  font-size: 50px;
  font-family: "Roboto",sans-serif;
  color: #0271BB;
  margin-bottom: 15px;
}
.home_small.achievements{
  width: 100%;
}
.home_small.achievements > li{
  display: table;
}
.home_small.achievements > li > div {
  display: table;
  vertical-align: middle;
}
.home_small.achievements > li h2{
  display: table-cell;
  vertical-align: middle;
}
.home_small.achievements > li img {
  max-height: 60px !important;
}
.trustedby_image.achievements > a > img {
  max-height: 100px !important;
}
.trustedby_image.achievements.thecuriouspeople > a:hover, .trustedby_image.achievements.thecuriouspeople > a:focus {
  background-color: rgba(255,255,0,0.5);
}

@media (max-width: 1199px) {
  .achievements_content_image {
    padding-left: 20px;
  }
  .achievements_content_text_div {
    padding-right: 20px;
  }
  .trustedby_image.achievements > a > img {
    max-height: 70px !important;
  }
}

@media (max-width: 991px) {
  .achievements_content_text_div {
    padding-right: 30px;
  }
  .achievements_content_image_content > img {
    max-height: 200px;
  }
  .achievements_content_text_title {
    font-size: 35px;
  }
  .achievements_content_text_content {
    font-size: 15px;
  }
  .achievements_content_image {
    padding-left: 10px;
  }
  .trustedby_image.achievements {
    width: 49% !important;
  }
.trustedby_image.achievements > a > img {
    max-height: 100px !important;
  }
}

@media (max-width: 767px) {
  .testimonial_content.achievements {
    padding: 40px 15px;
  }
  .testimonial_content.achievements.reversed {
    display: flex;
    flex-direction: column-reverse;
  }
  .home_small.achievements > li {
    display: flex;
    justify-content: center;
    margin: 10px 0px;
  }
  .home_small.achievements > li > div {
    display: flex;
    align-items: center;
    width: 485px;
  }
  .home_small.achievements > li h2 {
    font-weight: 400;
  }
  .achievements_content {
    display: flex;
    vertical-align: middle;
    justify-content: center;
    width: 100%;
  }
  .achievements_content_image {
    padding-left: 0;
  }
  .achievements_content_text_div {
    padding-right: 0;
    flex-direction: column;
    display: flex;
    width: 100%;
  }
  .achievements_content_text_div.reversed {
    padding-left: 0; 
    padding-right: 0; 
  }
  .achievements_content_text_title {
    text-align: center;
    margin-top: 10px;
  }
  .achievements_content_text_content {
    text-align: justify;
  }
  .team_title > h2 {
    font-size: 40px;
    padding: 0;
  }
  .team_title > h2.smaller {
    font-size: 35px;
    padding: 0;
  }
}
@media (max-width: 500px) {
  .trustedby_image.achievements > a > img {
    max-height: 80px !important;
  }
}

@media (max-width: 500px) {
  .home_small.achievements > li img {
    max-height: 50px !important;
  }
  .home_small.achievements > li > div {
    display: flex;
    align-items: center;
     width: 361px; 
  }
  .team_title > h2 {
    font-size: 35px;
  }
  .team_title > h2.smaller {
    font-size: 30px;
  }
}
@media (max-width: 450px) {
  .achievements_content_image_content > img {
    max-height: 150px;
  }
}
@media (max-width: 400px) {
  .home_small.achievements > li img {
    max-height: 50px !important;
  }
  .home_small.achievements > li > div {
    width: 350px; 
  }
  .home_small li.trustedby_image.achievements {
    width: 100% !important;
  }
  .trustedby_image.achievements > a > img {
    max-height: 100px !important;
  }
}


/*--------------------*/
/*    Account Info    */
/*--------------------*/
.accountinfocontents {
  box-shadow: 15px 15px 30px #D6DEE4;
  border-style: none;
  border-width: 2px;
  text-align: center;
  border-radius: 2px;
  background-color: white;
  position: relative;
  padding: 60px 0px 0px 0px;
}
.accountinfocontentstitle {
  height: 110px;
  display: table;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.accountinfocontentstitle > img {
  max-height: 200px;
}
.accountinfoli {
  width: 40% !important;
  margin: 0px 5% !important;
}
.testimonial_content_text_content_list_content.bottom {
  margin-bottom: 40px;
  border-bottom: none;
}
.moreinfo {
  text-align: left;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;  
  padding: 10px 170px;
}
.signupplanbutton {
  background-color: #000;
  text-align: center;
  display: table;
  width: 100%;
  height: 85px;
}
.signupplanbuttoncontent {
  display: table-cell;
  vertical-align: middle;
}
.signupplanbuttoncontent h2 {
  color: white;
  margin: 0px;
  text-transform: uppercase;
}
#accountinfo_signup_individual, #accountinfo_signup_corporate {
  cursor: pointer;
}

@media (max-width: 1199px) {
  .testimonial_content_text_content_list_content {
    padding-left: 35px;
  }
  .moreinfo {
    padding: 10px 100px;
  }
}
@media (max-width: 991px) {
  .accountinfoli {
    width: 45% !important;
    margin: 0px 2.5% !important;
  }
  .accountinfocontentstitle > img {
    max-height: 180px;
  }
  .testimonial_content_text_content > p {
    font-size: 32px;
  }
  .contentcontainer>p {
    font-size: 16px;
  }
  .contentcontainer>img {
    max-height: 27px;
    margin: 11px 0px;
  }
  .testimonial_content_text_content_list_content {
    padding-left: 30px;
  }
  .signupplanbutton {
    height: 65px;
  }
  .signupplanbuttoncontent h2 {
    font-size: 27px;
  }
  .moreinfo {
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .testimon_nav {
    margin-top: 0;
  }
  .testimonial_area {
    margin-bottom: 40px;
  }
  .testimon_nav > ul > li.accountinfoli {
    width: 94% !important;
    margin: 0px !important;
    margin-left: 3% !important;
    margin-bottom: 40px !important;
  }
  .testimon_nav > ul > li.accountinfoli:last-child {
    margin-bottom: 0px !important;
  }
  .accountinfocontents {
    padding-top: 40px;
  }
  .accountinfocontentstitle > img {
    max-height: 200px;
  }
  .testimonial_content_text_content > p {
    font-size: 35px;
  }
  .contentcontainer>p {
    font-size: 18px;
  }
  .contentcontainer>img {
    max-height: 30px;
    margin: 10px 0px;
  }
  .testimonial_content_text_div {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
  .testimonial_content_text_content {
    display: flex;
    flex-direction: column;
    min-width: 400px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .testimonial_content_text_content_list_content {
    padding-left: 0;
  }
  .moreinfo {
    padding: 10px 2%;
    font-size: 15px;
    text-align: justify;
  }
  .trustedby_area.accountinfo {
    padding: 50px 0px;
  }
  .trustedby_area.accountinfo .trusted_contents {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .testimonial_content_text_content {
    min-width: 300px;
  }
  .testimonial_content_text_content_list_content {
    padding-left: 50px;
  }
}
@media (max-width: 450px) {
  .accountinfocontentstitle {
    margin-bottom: 10px;
  }
  .accountinfocontentstitle > img {
    max-height: 180px;
  }
  .testimonial_content_text_content {
    min-width: 0px;
  }
  .testimonial_content_text_content_list_content {
    padding-left: 5%;
  }
}
/*--------------------*/
/*   Browse Courses   */
/*--------------------*/
.pricearea.browsecourse {
  padding-top: 25px;
}
.browsecoursesslides {
  height: 600px !important;
}
.browsecourse .price_nav > li {
  width: 23%;
  min-width: 200px;
  margin: 0px 0.5% 4.5% 0.5%;
  height: 270px;
  cursor: pointer;
}
.browsecourse .price_nav > li h3{
  font-size: 15px !important;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 0px;
}
.browsecourse .price_nav > li h2{
  font-size: 13px !important;
}
.browsecourse .price_nav > li .courseprice{
  font-size: 22px !important;
}
.browsecourse .price_nav > li > a img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  max-height: 180px !important;
  min-height: 165px !important;
  width: auto;
  max-width: 100% !important;
  margin: auto !important;
  padding: 1px;
}
.price_nav>li>a>img{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  /*max-height: 180px !important;*/
  min-height: 165px;
  width: auto;
  max-width: 100% !important;
  margin: auto !important;
  padding: 1px;
}
#country_sort select {
  border: none; 
  text-indent: 50px; 
  display: flex; 
  width: 100%; 
  height: 100%; 
  font-size: 16px; 
  color: #C6C6C6;
}
.coursetitle {
  font-size: 130%;
  font-weight: bold;
  text-align: left;
  color: black !important;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.courselecturer {
  font-size: 100% !important;
  font-weight: normal;
  text-align: left;
  color: black !important;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.courseprice {
  font-family: "Roboto",sans-serif;
  font-size: 187%;
  font-weight: bold;
  text-align: right;
  margin-bottom: 10px;
  color: #000 !important;
  padding-left: 15px;
  padding-top: 10px;
  margin-right: 10px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.coursescategorydiv {
  height: 100%;
  border: 2px solid #DFDFDF;
  box-shadow: 2px 2px 10px #DFDFDF;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
}
.coursescategorydiv:hover, .coursescategorydiv.active {
  background-color: #000;
}
.coursescategorydiv:hover h2, .coursescategorydiv.active h2{
  color: white;
}
.coursescategorydiv h2 {
  font-size: 16px;
  margin: 0px;
  padding: 20px 0px;
  color: #C6C6C6;
  cursor: pointer;
  height: 100%;
  background-color: transparent;
}
.courses_category > li {
  width: 21%;
  margin: 15px 1% 5px 0px;
  padding: 0px;
  word-break: break-word;
}

@media (max-width: 1299px) {
  .slides-navigation.custom {
    width: 90%;
    left: 5%;
    min-width: 0px;
  }
}
@media (max-width: 1199px) {
  .browsecourse .price_nav > li {
    width: 24%;
  }
}
@media (max-width: 1100px) {
  .browsecoursesslides {
    height: 500px !important;
  }
  .slider_caption {
    padding: 0 11%;
  }
  .coursesslider li img {
    max-height: 500px !important;
  }
}
@media (max-width: 991px) {
  #sliderSection.browsecourse {
    margin-top: 80px;
  }
  .browsecoursesslides {
    height: 400px !important;
  }
  .coursesslider li img {
    max-height: 400px !important;
  }
  .slides-navigation.custom a.next, .slides-navigation.custom a.prev {
    background-size: 50px 50px;
  }
  .slides-navigation.custom a {
    height: 50px;
    width: 50px;
  }
  .browsecourse .price_nav > li {
    width: 32%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media (max-width: 767px) {
  #sliderSection.browsecourse {
    margin-top: 90px;
  }
  .browsecoursesslides {
    height: 350px !important;
  }
  .coursesslider li img {
    max-height: 350px !important;
  }
  .slides-navigation.custom a.next, .slides-navigation.custom a.prev {
    background-size: 50px 50px;
  }
  .slides-navigation.custom a {
    height: 50px;
    width: 50px;
  }
  .coursesslider li .slider_caption h1 {
    line-height: 50px;
  }
  .slides-navigation.custom {
    width: 94%;
    left: 3%;
  }
  .courses_category > li {
    width: 90%;
    min-width: 0px;
    margin: 15px 0px 15px 0px;
    padding: 0px;
  }
  .browsecoursesmalldiv {
    height: 220px !important;
  }
  .browsecourse .price_nav > li {
    height: 330px;
  }
  .browsecourse .price_nav > li > a img {
     min-height: 220px !important; 
     width: auto;
     max-width: 100% !important;
  }
}
@media (max-width: 550px) {
  .browsecoursesmalldiv {
    display: block !important;
    height: auto !important;
  }
  .browsecourse .price_nav > li > a img {
    min-height: 0px !important;
    width: 100%;
    max-height: 200px !important;
  }
  .browsecourse .price_nav > li {
    max-height: none;
    margin-left: 0;
    margin-right: 0;
  }
  .browsecourse .price_nav > li h3 {
    font-size: 20px !important;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .browsecourse .price_nav > li h2 {
    font-size: 15px !important;
  }
}

/*--------------------*/
/*   Search Courses   */
/*--------------------*/
.pricearea.searchcourse {
  margin-top: 110px;
  padding-top: 50px;
}
.searchcourseheader {
	display: table;
	width: 100%;
}
.searchcourseheader > .counts {
	float: left;
	font-size: 20px;
	display: table;
	height: 40px;
}
.searchcourseheader > .counts > p{
	margin-bottom: 0px;
	display: table-cell;
	vertical-align: middle;
}
.searchcourseheader > .sort {
	font-size: 20px;
	float: right;
}
.searchcourseheader > .sort > label > p {
	display: inline;
	font-weight: normal;
	margin-right: 10px;
}
.searchcourseheader .sort .form-control {
	display: inline-block;
	width: auto;
	height: 40px;
	font-size: 20px;
	box-shadow: none;
	font-weight: normal;
}
.searchcourseheader > .sort > label {
	margin-bottom: 0px;
}
.price_nav.browsecourses > li {
	width: 100%;
	margin-right: 0px;
	display: table;
	height: 200px;
}
.price_nav.browsecourses .courseimage {
	width: 25%;
	display: table-cell;
	background-color: #EDEDED;
}
.price_nav.browsecourses .coursecontent {
	width: 75%;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.price_nav.browsecourses .courseimage > img{
	max-height: 200px !important;
	width: auto !important;
  max-width: 310px !important;
}
.searchcoursedetails {
	display: table;
	text-align: left;
	left: 330px;
	bottom: 10px;
	width: 100%;
	height: 40px;
}
.searchcoursedetails > .searchcourselectures, .searchcoursedetails > .searchcourseduration, .searchcoursedetails > .searchcourselevel {
	display: table-cell;
	vertical-align: middle;
	min-width: 130px;
  width: 20%;
}
.searchcoursetitle {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 10px;
}
.searchcourselecturer {
	font-size: 12px;
  line-height: 12px;
	margin-top: 5px;
	margin-bottom: 0px;
}
.searchcoursedescription {
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	height: 70px;
	line-height: 25px;
}
.searchcoursedetails img, .searchcoursedetails p {
	max-height: 21px !important;
	width: auto !important;
	margin-right: 10px !important;
	display: inline !important;
}
.searchcourseprice {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	margin: 0px;
    font-size: 200% !important;
    font-weight: bold;
    color: #000 !important;
}
.searchcoursepagination {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}
.searchcoursepagination > .small {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.searchcoursepagination ul {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.paginationcontent {
	border: 2px solid #F3F3F3;
	border-radius: 2px;
	display: inline-block;
	vertical-align: middle;
	height: 45px;
	width: 50px;
	text-align: center;
	margin: 0px 4px;
}
.paginationcontent > div {
	display: table;
	width: 100%;
	height: 100%;
}
.paginationcontent > div > a {
	display: table-cell;
	vertical-align: middle;
}
.paginationcontent.left, .paginationcontent.right {
	border: none;
}
.paginationcontent img {
	max-height: 15px;
}
.paginationcontent h2 {
	margin: 0px;
	font-size: 20px;
	color: #AFAFAF;
}
.paginationcontent.active {
	background-color: #000;
}
.paginationcontent.active h2 {
	background-color: #000;
	color: white;
}
.emptysearchcourse_best {
  color: #1C80C3;
  font-size: 40px;
  font-weight: 300;
  text-transform: capitalize;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid #F8F8F8;
}
@media (max-width: 1199px) {
  .searchcourseduration {
    width: 150px !important;
  }
}
@media (max-width: 991px) {
  .price_nav.browsecourses .courseimage {
    overflow: hidden;
    max-width: 180px;
    vertical-align: middle;
  }
  .price_nav.browsecourses > li {
    display: inline-block;
  }
  .price_nav.browsecourses > li > a {
    display: table;
    width: 100%;
    height: 100%;
  }
  .price_nav.browsecourses .courseimage > img {
    max-width: 100% !important;
    height: auto !important;
  }
  .searchcoursedetails img, .searchcoursedetails p {
    margin-right: 5px !important;
  }
  .searchcoursedetails > .searchcourselectures, .searchcoursedetails > .searchcourseduration, .searchcoursedetails > .searchcourselevel {
    min-width: 120px;
  }
}
@media (max-width: 767px) {
  .price_nav.browsecourses > li {
    width: 100% !important;
    min-height: 0px;
    height: auto;
    margin-bottom: 10px;
  }
  .price_nav.browsecourses .courseimage {
    width: 30%;
  }
  .price_nav.browsecourses .coursecontent {
    width: 70%;    
    padding-left: 10px;
    padding-right: 10px;
  }
  .searchcoursedescription {
    display: none;
  }
  .searchcourselecturer {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 30px;
  }
  .searchcoursedetails p {
    font-size: 13px;
  }
  .searchcoursedetails > .searchcourselectures, .searchcoursedetails > .searchcourseduration, .searchcoursedetails > .searchcourselevel {
    min-width: 110px;
  }
  .searchcoursedetails img, .searchcoursedetails p {
    margin-right: 2px !important;
  }
  .searchcourseprice {
    font-size: 25px !important;
  }
  .searchcourseheader > .counts > p {
    max-width: 330px;
  }
  .searchcourseheader > .sort > label > p {
    display: none;
  }
}
@media (max-width: 700px) {
  .searchcoursedetails {
    display: inline-block;
    text-align: left;
    width: 100%;
    height: auto;
  }
  .searchcoursedetails > .searchcourselectures, .searchcoursedetails > .searchcourseduration, .searchcoursedetails > .searchcourselevel {
    min-width: 125px;
    display: inline-block;
    width: 30% !important;
  }
  .searchcourseprice {
    font-size: 25px !important;
    display: inline-block;
    width: 100%;
    padding: 0px;
  }

}
@media (max-width: 650px) {
  .searchcoursetitle {
    font-size: 17px;
  }
  .searchcourselecturer {
    font-size: 14px;
  }
  .searchcoursedetails img, .searchcoursedetails p {
    max-height: 19px !important;
  }
  .searchcoursedetails p {
    font-size: 12px;
  }
  .searchcourseprice {
    font-size: 23px !important;
  }
  .searchcourselecturer {
    margin-bottom: 25px;
  }
  .searchcoursedetails > .searchcourselectures, .searchcoursedetails > .searchcourseduration, .searchcoursedetails > .searchcourselevel {
    min-width: 120px;
  }
}
@media (max-width: 600px) {
  .searchcoursetitle {
    font-size: 16px;
  }
  .searchcourselecturer {
    font-size: 13px;
  }
  .searchcoursedetails p {
    font-size: 11px;
  }
  .searchcourseprice {
    font-size: 20px !important;
  }
  .searchcourselecturer {
    margin-bottom: 20px;
  }
  .searchcoursedetails > .searchcourselectures, .searchcoursedetails > .searchcourseduration, .searchcoursedetails > .searchcourselevel {
    min-width: 110px;
  }
}
@media (max-width: 550px) {
  .price_nav.browsecourses .courseimage {
    display: inline-block;
    width: 100%;
    max-width: none;
  }
  .price_nav.browsecourses .coursecontent {
    display: inline-block;
    width: 100%;
  }
  .price_nav.browsecourses .courseimage > img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
  }
  .searchcoursetitle {
    font-size: 18px;
  }
  .searchcourselecturer {
    font-size: 12px;
  }
  .searchcoursedetails > .searchcourselectures, .searchcoursedetails > .searchcourseduration, .searchcoursedetails > .searchcourselevel {
    min-width: 125px;
    width: 32% !important;
  }
  .searchcoursedetails img {
    max-height: 21px !important;
    margin-right: 2px !important;
  }
  .searchcoursedetails p {
    font-size: 14px;
    margin-right: 10px !important;
  }
  .searchcourseprice {
    font-size: 28px !important;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .searchcourseheader > .counts > p {
    max-width: 300px;
  }
}
@media (max-width: 500px) {
  .price_nav.browsecourses .courseimage {
    display: inline-block;
    width: 100%;
    max-width: none;
  }
  .price_nav.browsecourses .coursecontent {
    display: inline-block;
    width: 100%;
  }
  .price_nav.browsecourses .courseimage > img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
  }
  .searchcoursetitle {
    font-size: 18px;
  }
  .searchcourselecturer {
    font-size: 12px;
  }
  .searchcoursedetails {
    padding-bottom: 40px;
  }
  .searchcoursedetails > .searchcourselectures, .searchcoursedetails > .searchcourselevel {
    min-width: 120px;
    width: 30% !important;
  }
  .searchcoursedetails > .searchcourseduration {
    min-width: 150px;
  }
  .searchcoursedetails p {
    font-size: 14px;
  }
  .searchcourseprice {
    font-size: 28px !important;
    position: absolute;
    bottom: 10px;
    right: 10px;
    margin-bottom: 0px;
  }
  .searchcourseheader > .counts > p {
    max-width: 250px;
  }
  .searchcourseheader .sort .form-control {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .searchcourseprice {
    font-size: 25px !important;
  }
  .searchcoursedetails img {
    max-height: 20px !important;
    margin-right: 0px !important;
  }
  .searchcoursedetails p {
    font-size: 12px;
    margin-right: 0px !important;
  }
  .searchcoursedetails > .searchcourselectures {
    min-width: 0px;
    width: 30% !important;
  }
  .searchcoursedetails > .searchcourseduration {
    min-width: 0px;
    width: 35% !important;
  }
  .searchcoursedetails > .searchcourselevel {
    min-width: 0px;
    width: 30% !important;
  }
  .searchcourseheader > .counts > p {
    max-width: 200px;
  }
}
@media (max-width: 400px) {
  .searchcoursedetails > .searchcourselectures {
    min-width: 100px;
    width: 100% !important;
  }
  .searchcoursedetails > .searchcourseduration {
    min-width: 115px;
    width: 100% !important;
    margin: 5px 0px;
  }
  .searchcoursedetails > .searchcourselevel {
    min-width: 100px;
    width: 100% !important;
  }
}

/*--------------------*/
/*   Course Details   */
/*--------------------*/

#service.coursedetail {
  margin-top: 80px;
}
.service_area.coursedetail {
  width: 100%;
  margin: 60px 0px 0px 0px;
  padding: 0px;
} 
.coursedetailtop {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.coursedetailtop .coursedetailvideo {
  display: inline-block;
  width: 65%;
  min-width: 360px;
  max-width: 720px;
  min-height: 462px;
  vertical-align: top;
  margin-right: 20px;
  float: left;
  left: 0px;
  background-color: #FBFBFD;
}
.coursedetailtop > .coursedetailvideo > .videoplayer {
  display: table;
  width: 100%;
}
.coursedetailtop > .coursedetailvideo > .videoplayer > video {
  display: table-cell;
  vertical-align: middle;
}
.coursedetailtop > .coursedetailvideo > .videoplayer, .coursedetailtop > .coursedetailvideo > .videoplayer > video {
  max-width: 100%;
  text-align: center;
}
.coursedetailtop .coursedetailcontents {
  display: inline-block;
  width: 32%;
  max-width: 360px;
  /*height: 400px;*/
  border: 1px solid #EDEDED;
  border-radius: 5px;
  float: right;
  right: 0px;

}
.coursedetailtop .coursedetailcontents .small{
  display: inline-block;
  width: 100%;
}
.coursedetailtop > .coursedetailcontents > .small > .list {
  height: 340px;
  overflow-y: scroll;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* Start custom scrollbar (in Chrome) */
.coursedetailtop > .coursedetailcontents > .small > .list::-webkit-scrollbar, .chatroomdoor::-webkit-scrollbar, #chatroomcontent > .chat::-webkit-scrollbar {
  width: 10px;
  background: transparent; 
  border-left: 1px solid #EDEDEC;
}
.coursedetailtop > .coursedetailcontents > .small > .list::-webkit-scrollbar-thumb, .chatroomdoor::-webkit-scrollbar-thumb, #chatroomcontent > .chat::-webkit-scrollbar-thumb {
  width: 1px;
  border-top-right-radius: 3px;
  background: rgba(232,232,232, 0.5); 
}
.coursedetailtop > .coursedetailcontents > .small > .list::-webkit-scrollbar-track-piece, .chatroomdoor::-webkit-scrollbar-track-piece, #chatroomcontent > .chat::-webkit-scrollbar-track-piece {
  background-color: transparent
  -webkit-border-radius: 6px;
}
/* End custom scrollbar */
.coursedetailtop > .coursedetailcontents > .small > .list li {
  min-height: 50px;
  height: 50px;
  display: table;
  width: 100%;
  background-color: #FBFBFD;
  border-bottom: 1px solid #EFEFF1;
}
.coursedetailtop > .coursedetailcontents > .small > .list li.active {
  background-color: #008CFB;
  color: white;
}
.coursedetailtop > .coursedetailcontents > .small > .list li > .listcontent{
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.coursedetailtop > .coursedetailcontents > .small > .list li > .listcontent > .inner {
  display: table;
  width: 100%;
}
.coursedetailtop > .coursedetailcontents > .small > .list li > .listcontent > .inner > .innerimage {
  display: table-cell;
  vertical-align: middle;
  width: 10%;
  text-align: center;
  min-width: 30px;

}
.coursedetailtop > .coursedetailcontents > .small > .list li > .listcontent > .inner img {
  max-height: 15px;
}
.coursedetailtop > .coursedetailcontents > .small > .list li > .listcontent > .inner > p {
  display: table-cell;
  margin: 0px;
  padding: 0px;
  width: 90%;
  font-size: 14px;
  letter-spacing: 1px;
  vertical-align: middle;
}
.coursedetailcontents > .small > .link {
  background-color: #F56600;
  width: 100%;
  height: 10%;
  min-height: 60px;
  height: 60px;
  display: table;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.coursedetailcontents > .small > .link > a {
  background-color: #F56600;
  width: 100%;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: white;
  font-size: 20px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.team_area.coursecontent {
  padding-top: 20px;
}
.coursedetailbottom .coursedetailtitle {
  font-size: 25px;
  margin-bottom: 20px;
  padding-left: 5px;
}
.coursedetailbottom .coursedetaildiv {
  display: inline-block;
  width: 100%;
}
.creatorimg{
  width: 130px;
  object-fit: cover;
  object-position: left;
  height: 130px;
}
.coursedetailbottom .coursedetaildiv .coursedetailoverview {
  background-color: #FBFBFD;
  border: 1px solid #EDEDED;
  border-radius: 3px;
  display: inline-block;
  width: 65%;
  min-width: 360px;
  min-height: 350px;
  max-width: 720px;
  float: left;
  left: 0px;
}
#coursedetailinfo.coursedetailinfo {
  background-color: #FBFBFD;
  border: 1px solid #EDEDED;
  border-radius: 3px;
  display: inline-block;
  width: 32%;
  max-width: 360px;
  min-height: 350px;
  float: right;
  right: 0px;
  padding: 0px 25px;
}
.coursedetailbottom .coursedetaildiv .coursedetailoverview .author {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  min-width: 140px;
  padding: 0px 10px;
  text-align: center;
}
.coursedetailbottom .coursedetaildiv .coursedetailoverview .author .arrowicon {
  float: left;
  position: relative;
  top: 20px;
  left: 6%;
}
.coursedetailbottom .coursedetaildiv .coursedetailoverview .author .arrowicon > img {
  max-width: 15px;
}
.coursedetailbottom .coursedetaildiv .coursedetailoverview .author > h2 {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1.5px;
}
.coursedetailbottom .coursedetaildiv .coursedetailoverview .author > h2 > img {
  max-width: 20px;
}
.coursedetailbottom .coursedetaildiv .coursedetailoverview .author  img {
  max-height: 130px;
  border: 1px solid #EDEDED;
  border-radius: 5px;
}
.coursedetailbottom .coursedetaildiv .coursedetailoverview .author > p {
  margin-top: 10px;
}
.coursedetailbottom .coursedetaildiv .coursedetailoverview .overview {
  display: inline-block;
  vertical-align: top;
  width: 72%;
  min-width: 500px;
  max-width: 520px;
}
.coursedetailbottom .coursedetaildiv .coursedetailoverview .overview > h2 {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1.5px;
}
.coursedetailbottom .coursedetaildiv .coursedetailoverview .overview > p {
  line-height: 23px;
  letter-spacing: 0.3px;
  margin-top: 20px;
  margin-bottom: 30px;
}
#coursedetailinfo.coursedetailinfo > h2 {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}
#coursedetailinfo.coursedetailinfo > ul.basic > li {
  margin-bottom: 15px;
}
#coursedetailinfo.coursedetailinfo > ul.basic .basicimage, #coursedetailinfo.coursedetailinfo > ul.basic p  {
  display: inline-block;
  margin: 0px;
}
#coursedetailinfo.coursedetailinfo > ul.basic p  {
  margin-left: 15px;
  font-size: 14px;
}

#coursedetailinfo.coursedetailinfo > ul.basic .basicimage > img {
  max-height: 25px;
}
.coursedetailprice {
  float: right;
  color: #000;
  font-size: 35px;
  font-weight: bold;
  position: relative;
  top: 10px;
  right: 10px;
}
#coursedetailinfo.coursedetailinfo > ul.additional {
  padding-top: 10px;
  padding: 0;
  display: table;
  width: 100%;
}
#coursedetailinfo.coursedetailinfo > ul.additional > li:before {
  content: "-";
  display: table-cell;
  text-align: right;
  padding-right: 5px;
}
#coursedetailinfo.coursedetailinfo > ul.additional > li {
  line-height: 25px;
  margin: 0;
  padding-right: 0;
  display: table-row;
}
#coursedetailinfo.coursedetailinfo > ul.additional > li > h5 {
  display: inline;
}
#coursedetailinfo.coursedetailinfo.offline {
  width: 100%;
  border: none;
  max-width: 100%;
  min-height: 340px;
}
.offlinecoursetopics {
  width: 100%;
  margin-bottom: 30px;
}
.offlinecoursetopics td {
  height: 25px;
}
.offlinecoursetopics .topicnumber{
  width: 14%;
  min-width: 50px;
  vertical-align: top;
}
.offlinecoursetopics .topicnumber::after {
  content: '-';
  margin: 0px 5px;
}
.offlinecoursetopics .topictitle{
  width: 88%;
}
.offline_course_image {
  height: 400px; 
  max-width: 720px; 
  width: auto;
}
.offline_video_empty {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 174px;
}
.pos-offline{
  position: absolute;
}
.line-clamp
{
  display            : block;
  display            : -webkit-box;
  -webkit-box-orient : vertical;
  position           : relative;

  line-height        : 1.3;
  overflow           : hidden;
  text-overflow      : ellipsis;
  /*padding            : 0 !important;*/
}
/*.line-clamp::after
{
  content: "...";
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 20px 1px 45px;
  height     : calc(1em * 1.2);
}*/
/*.line-clamp:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 1.2em;
  background: linear-gradient(to right, rgba(248, 248, 248, 0), rgba(248, 248, 248, 1) 50%);
}*/
@supports (-webkit-line-clamp: 1)
{
  .line-clamp:after
  {
    display : none !important;
  }
  .line-clamp:before
  {
    display : none !important;
  }
}
.line-clamp-1
{
  -webkit-line-clamp : 1;
  height             : calc(1em * 1.3 * 1);
}
.line-clamp-2
{
  -webkit-line-clamp : 2;
  height             : calc(1em * 1.3 * 2);
}
.line-clamp-3
{
  -webkit-line-clamp : 3;
  height             : calc(1em * 1.3 * 3);
}
.line-clamp-4
{
  -webkit-line-clamp : 4;
  height             : calc(1em * 1.3 * 4);
}
.line-clamp-5
{
  -webkit-line-clamp : 5;
  height             : calc(1em * 1.3 * 5);
}

@media (max-width: 1199px) {
  .coursedetailcontents {
    width: 30%;
  }
  .coursedetailprice {
    right: 0px;
  }
  #coursedetailinfo.coursedetailinfo {
    padding: 0px 20px;
  }
  .offline_course_image {
    height: auto;
    max-width: 590px;
    width: auto;
  }
  .coursedetailbottom .coursedetaildiv .coursedetailoverview {
    padding: 0px 20px;
  }
  .coursedetailbottom .coursedetaildiv .coursedetailoverview .author {
    width: auto;
    min-width: 0px;
    padding: 0;
  }
  .coursedetailbottom .coursedetaildiv .coursedetailoverview .author .arrowicon {
    left: 4%;
  }
  .coursedetailbottom .coursedetaildiv .coursedetailoverview .overview {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .coursedetailtop .coursedetailvideo.online {
    width: 100%;
    min-height: 0px;
    margin-right: 0; 
    margin-bottom: 15px;
  }
  .coursedetailtop .coursedetailcontents.online {
    width: 100%;
    max-width: none; 
    height: auto;
    max-height: 400px;
  }
  .coursedetailtop > .coursedetailcontents.online > .small > .list {
    height: auto;
    max-height: 200px;
    overflow-y: auto;
  }

  .offline_course_image {
    margin-top: 50px;
    max-width: 440px;
  }
  #coursedetailinfo.coursedetailinfo {
    padding: 0px 15px;
  }
  #coursedetailinfo.coursedetailinfo > h2 {
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
  .coursedetailprice {
    font-size: 30px;
  }
  .coursedetailbottom .coursedetaildiv .coursedetailoverview .overview {
    min-width: 0px;
    max-width: none;
  }
  .offlinecoursetopics td {
    vertical-align: top;
  }
  .offlinecoursetopics .topicnumber{
    width: 15%;
  }
  .offlinecoursetopics .topictitle{
    width: 85%;
  }
  .pos-offline{
    position: relative;
  }
}
@media (max-width: 767px) {
  #coursedetailinfo.coursedetailinfo.online {
    width: 100%;
    max-width: none; 
    margin-top: 35px;
  }
  .coursedetailbottom .coursedetaildiv .coursedetailoverview.online .author {
    text-align: left;
    position: relative;
  }
  .coursedetailbottom .coursedetaildiv .coursedetailoverview.online .overview > h2 {
    margin-top: 40px;
  }
  .coursedetailbottom .coursedetaildiv .coursedetailoverview.online .overview > p {
    margin-top: 0;
  }
  #coursedetailinfo.coursedetailinfo.online > h2 {
    font-size: 18px;
    font-weight: 900;
  }
  .coursedetailtop .coursedetailvideo {
    width: 100%;
    min-width: 0px;
    max-width: none;
    min-height: 0px;
    margin-right: 0px;
  }
  .offline_course_image {
    margin-top: 0px; 
    max-width: 100%;
  }
  .coursedetailtop .coursedetailcontents {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    max-width: none; 
    /*height: 400px;*/
  }
  #coursedetailinfo.coursedetailinfo {
    padding: 0px 20px;
  }
  #coursedetailinfo.coursedetailinfo > h2 {
    font-size: 30px; 
    letter-spacing: 1.5px;
    margin-bottom: 30px;
  }
  .coursedetailprice {
    font-size: 40px;
  }
  #coursedetailinfo.coursedetailinfo > ul.basic .basicimage > img {
    max-height: 30px;
  }
  #coursedetailinfo.coursedetailinfo > ul.basic p {
    font-size: 15px;
  }
  #coursedetailinfo.coursedetailinfo > ul.additional {
    margin-top: 20px;
  }
  #coursedetailinfo.coursedetailinfo > ul.additional > li:before {
    text-align: left;
    padding-right: 5px;
    width: 10px;
    font-size: 15px;
  }
  #coursedetailinfo.coursedetailinfo > ul.additional > li > h5 {
    font-size: 15px;
  }
  .coursedetailcontents > .small > .link > a {
    letter-spacing: 1.5px;
  }
  .coursedetailbottom .coursedetaildiv .coursedetailoverview {
    width: 100%;
    min-width: 0px;
    max-width: none;
  }
  .offlinecoursetopics .topicnumber {
    width: 10%;
    min-width: 0px;
  }
  .offlinecoursetopics .topictitle {
    width: 80%;
  }
  .offline_video_empty {
    margin-top: 0px;
  }
  .offline_video_empty > div {
    margin-bottom: 0px;
  }
  .coming-soon {
    padding-top: 20%;
  }
  .pos-offline{
    position: relative;
  }
}
@media (max-width: 650px) {
  #coursedetailinfo.coursedetailinfo > h2 {
    font-size: 25px;
  }
  .coursedetailprice {
    font-size: 35px;
  }
  #coursedetailinfo.coursedetailinfo > ul.basic .basicimage > img {
    max-height: 29px;
  }
  .offlinecoursetopics .topicnumber {
    width: 11%;
  }
  .coming-soon {
    padding-top: 20%;
  }
}
@media (max-width: 600px) {
  .offlinecoursetopics .topicnumber {
    width: 12%;
  }
}
@media (max-width: 550px) {
  .coursedetailbottom .coursedetaildiv .coursedetailoverview.online .author {
    width: 100%;
  }
  .coursedetailbottom .coursedetaildiv .coursedetailoverview.online .author > h2, .coursedetailbottom .coursedetaildiv .coursedetailoverview.online .overview > h2 {
    text-align: left;
    font-weight: 900;
    font-size: 18px;
  }
  .coursedetailbottom .coursedetaildiv .coursedetailoverview.online .author .arrowicon {
    float: right;
    right: 0;
    position: absolute;
    left: inherit;
  }
  .coursedetailbottom .coursedetaildiv .coursedetailoverview.online .author > p {
    margin: 0;
    display: inline-block;
    margin-left: 10px;
    font-size: 20px;
  }
  #coursedetailinfo.coursedetailinfo.online > h2 {
    font-size: 18px;
    font-weight: 900;
  }
  #coursedetailinfo.coursedetailinfo > h2 {
    font-size: 25px;
  }
  .coursedetailprice {
    font-size: 35px;
  }
  #coursedetailinfo.coursedetailinfo > ul.basic .basicimage > img {
    max-height: 29px;
  }
  .offlinecoursetopics .topicnumber {
    width: 13%;
    min-width: 70px;
  }
  .coming-soon {
    padding-top: 20%;
  }
}
@media (max-width: 450px) {
  #coursedetailinfo.coursedetailinfo > h2 {
    font-size: 20px;
  }
  .coursedetailprice {
    font-size: 30px;
  }
  #coursedetailinfo.coursedetailinfo > ul.basic .basicimage > img {
    max-height: 29px;
  }
  .offlinecoursetopics .topicnumber {
    width: 13%;
    min-width: 70px;
  }
  .coming-soon {
    padding-top: 20%;
  }
}

/*---------------*/
/* Employee List */
/*---------------*/
.employeecontentouterdiv {

}
.employeecontentouterdiv > .sortby {
  margin: 20px 0px;
}
.employeecontentouterdiv > .sortby > select {
  border: 1px solid #e3e3e3;
  font-size: 18px;
  min-height: 45px;
  min-width: 150px;
  display: block;
  padding: 10px 20px !important;
  max-width: 100%;
  border-radius: 3px;
  color: #444444;
  appearance: none;
  -webkit-appearance: none;
}
.employeecontent li {
  display: inline-block;
  width: 30%;
  margin: 10px 1.5%;
  background-color: white;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  padding: 20px 10px;
}
.employeecontent .upper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 15%;
}
.employeecontent .upper>.left {
  text-align: center;
  display: inline-block;
}
.employeecontent .upper>.left>img {
  max-height: 50px;
  border-radius: 50px;
}

.employeecontent .upper>.right {
  display: inline-block;
  margin-left: 15px;
}
.employeecontent .upper>.right>h2 {
  font-size: 18px;
  line-height: 18px;
  margin: 0px;
}
.employeecontent .upper>.right>h3 {
  font-size: 13px;
  line-height: 13px;
  margin: 0px;
  text-transform: uppercase;
}
.employeecontent .lower {
  height: 40px;
  display: table;
  width: 100%;
}
.employeecontent .lower .dismissbutton {
  background-color: #3A78AB;
  color: white;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
  height: 100%;
  display: table-cell;
  width: 45%;
  margin: 0px 2.5%;
}
.employeecontent .lower .removebutton {
  background-color: white;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
  height: 100%;
  display: table-cell;
  width: 45%;
  margin: 0px 2.5%;
}
.employeecontent .lower .promotebutton {
  background-color: #000;
  color: white;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
  height: 100%;
  display: table-cell;
  width: 45%;
  margin: 0px 2.5%;
}

/*------------*/
/* Contact Us */
/*------------*/
.contactusslick {
  display: block;
  width: 100%;
}
.contactusslick > li {
  display: inline-block; 
  width: 23%;
  min-width: 160px;
  vertical-align: top;
  margin: 1%;
}
.contactusslick > li:first-child {
  margin-left: 0px;
}
.contactusslick > li:last-child {
  margin-right: 0px;
}
.contactus_img img {
  max-height: 150px !important;
  width: auto !important;
  margin: auto !important;
}
.contactus_content h4 {
  color: black;
  margin-bottom: 5px;
  margin-top: 18px;
  font-size: 20px !important;
}
.contactus_content p {
  line-height: 25px;
  letter-spacing: 1px;
  margin-top: 30px;
  font-size: 15px;
  display: inline-block;
  text-align: left;
}
.contactusform {
  padding-top: 70px;
}
.contactusform > .smallerdiv {
  display: inline-block;
  width: 82%;
}
.contactusform > .smallerdiv > input[tabindex='1'], 
.contactusform > .smallerdiv > input[tabindex='3'], 
.contactusform > .smallerdiv > select[tabindex='5'], 
.contactusform > .smallerdiv > input[tabindex='7'] {
  width: 40%;
  margin-right: 1%;
}

.contactusform > .smallerdiv > textarea {
  padding-top: 13px;
  height: auto;
  display: block;
  margin: auto;
  width: 82%;
}
.contactusform > .smallerdiv > input[tabindex='2'], 
.contactusform > .smallerdiv > input[tabindex='4'], 
.contactusform > .smallerdiv > input[tabindex='6'], 
.contactusform > .smallerdiv > input[tabindex='8'] {
  width: 40%;
  margin-left: 1%;
}
.submitdiv {
  margin-top: 20px;
}
.contactusaddressimage {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.contactusaddressimage > img {
  max-height: 400px;
}
.contactusaddress > span {
  width: 100%;
  display: block;
  text-align: center;
}
.connectwithustitle {
  margin-bottom: 20px;
  display: inline-block;
  margin-top: 7px;
  padding: 0 80px;
  position: relative;
  z-index: 5;
  font-weight: 300;
  font-size: 40px;
  line-height: 45px;
  font-family: "Roboto",sans-serif;
  color: #000;
}
.connectwithusdiv {
  margin-bottom: 50px;
}
.single_footer_top_sublist.connectwithus {
  text-align: center;
}
.single_footer_top_sublist.connectwithus > li {
  margin: 0px 11px;
}
.single_footer_top_sublist.connectwithus img{
  max-height: 35px;
}

@media (max-width: 1199px) {
  .contactus_content p {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .contactusslick > li {
    width: 47%;
    margin-left: 10px;
    margin-right: 10px;
  }
  .contactus_content p {
    font-size: 15px;
  }
  .team.contactus {
    width: 100%;
  }
  .contactusform input, .contactusform select {
    width: 100%;
  }
  .contactusform > .smallerdiv > input[tabindex='1'], 
  .contactusform > .smallerdiv > input[tabindex='3'], 
  .contactusform > .smallerdiv > select[tabindex='5'], 
  .contactusform > .smallerdiv > input[tabindex='7'] {
    width: 45%;
  }
  .contactusform > .smallerdiv > input[tabindex='2'], 
  .contactusform > .smallerdiv > input[tabindex='4'], 
  .contactusform > .smallerdiv > input[tabindex='6'], 
  .contactusform > .smallerdiv > input[tabindex='8'] {
    width: 45%;
  }
  .contactusaddressimage > img {
    max-height: none; 
    width: 100%;
    height: auto;
  }
}
@media (max-width: 600px) {
  .contactusslick > li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .contactus_content p {
    font-size: 15px;
  }
  .team.contactus {
    width: 100%;
  }
  .contactusform > .smallerdiv > input[tabindex='1'], 
  .contactusform > .smallerdiv > input[tabindex='3'], 
  .contactusform > .smallerdiv > select[tabindex='5'], 
  .contactusform > .smallerdiv > input[tabindex='7'] {
    width: 100%;
    margin-right: 0;
  }
  .contactusform > .smallerdiv > input[tabindex='2'], 
  .contactusform > .smallerdiv > input[tabindex='4'], 
  .contactusform > .smallerdiv > input[tabindex='6'], 
  .contactusform > .smallerdiv > input[tabindex='8'] {
    width: 100%;
    margin-left: 0;
  }
  .contactusaddress > span {
    font-size: 15px;
    text-align: center;
    padding: 0px 10px;
  }
  .trustedby_area.contactus {
    padding-bottom: 0px;
  }
  .testimonial_area.contactus {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .connectwithustitle {
    margin-bottom: 10px;
    padding: 0;
    font-size: 30px;
  }
}

/*----------*/
/* About Us */
/*----------*/
#testimonial.ourstory {
  border-top: 2px solid #EDEDED;
  border-bottom: 2px solid #EDEDED;
}
.aboutus_ourstory {
    padding: 0px 15% 0px 15%;
    font-size: 17px;
}
#testimonial.ourstory.video {
  border-top: none;
}
.aboutus_ourstory.video {
    padding: 0px 10% 0px 10%;
}
.aboutus_ourstory.video > iframe{
    width: 100%;
    height: 513px;
}
#testimonial.ourstory.video .testimonial_area {
  margin-top: 50px;
  margin-bottom: 50px;
}
.price_nav.aboutusleadershipteam {
  width: 120%;
}
.price_nav.aboutusleadershipteam > li {
  width: 18%;
  min-height: 200px;
  height: auto;
  float: left;
  display: block;
  margin-right: 1%;
  margin-bottom: 1%;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: none;
  background-color: white;
}
.price_nav.aboutusleadershipteam > li > h2{
  font-size: 17px;
  margin: 0px;
}
.price_nav.aboutusleadershipteam img {
  height: 250px;
  width: 180px;
  object-fit: cover;
  object-position: top;
  margin-bottom: 10px;
  /*box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.3);*/
}
.aboutus_partnership {
  text-align: center;
  margin-bottom: 20px;
}
.aboutus_partnership img {
  width: 40%;
}
.big_blue_button { 
  background-color: #000;
  border-width: 0px !important;
  color: white;
  display: inline-block;
  font-family: "Roboto",sans-serif;
  font-size: 25px;
  margin-top: 40px;
  padding: 10px 55px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-color: #000 !important;
  border-width: 1px !important;
  border-style: solid !important;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.48);
}
.big_blue_button:hover,.big_blue_button:focus{ 
  color: #000;  
  background-color: white;
  text-decoration: none;
  border-color: #000 !important;
  border-width: 1px !important;
  border-style: solid !important;
}

@media (max-width: 1199px) {
  .aboutus_ourstory.video > iframe {
    height: 423px;
  }
}
@media (max-width: 991px) {
  .aboutus_ourstory.video {
    padding: 0px 5% 0px 5%;
  }
  .aboutus_ourstory.video > iframe {
    height: 364px;
  }
}
@media (max-width: 767px) {
  .aboutus_ourstory {
    padding: 0;
  }
  .price_nav.aboutusleadershipteam > li {
    margin-bottom: 35px;
  }
  .aboutus_ourstory.video > iframe {
    height: 369px;
  }
  .aboutus_partnership img {
    width: 100%;
}
}
@media (max-width: 550px) {
  .team_title.aboutus > h2 {
    font-size: 35px;
    padding: 0;
  }
  .aboutus_partnership img {
    width: 100%;
}
}
@media (max-width: 480px) {
  .aboutus_ourstory.video {
    padding: 0px 1% 0px 1%;
  }
  .aboutus_ourstory.video > iframe {
    height: 248px;
  }
  .aboutus_partnership img {
    width: 100%;
}
}


/*----------------*/
/* Privacy Policy */
/*----------------*/
.privacypolicy, .termsofservice {
  margin-top: 80px;
  padding-top: 50px;
  padding-bottom: 80px;
}
.privacypolicy_area .leftsection, .termsofservice_area .leftsection {
  vertical-align: top;
  display: inline-block;
  width: 33%;
  background-color: lightyellow;
  border: 2px solid #E7E7E7;
  border-radius: 5px;
  box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.3);
  position: -webkit-sticky; /* for safari */
  position: sticky;
  top: 100px;
}
.privacypolicy_area .rightsection, .termsofservice_area .rightsection {
  vertical-align: top;
  display: inline-block;
  width: 61%;
  margin-left: 5%;
  background-color: white;
}
.leftsectioncontent > ul > li {
  background-color: #F8F8F8;
  text-transform: uppercase;
  min-height: 50px;
  position: relative;
  border-bottom: 1px solid #E7E7E7;
}
.leftsectioncontent > ul > li:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.leftsectioncontent > ul > li:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom: none;
}
.leftsectioncontent > ul > li.active, .leftsectioncontent > ul > li:hover {
  background-color: #000;
}
.leftsectioncontent > ul > li > a {
  color: black;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  position: absolute;
  height: 100%;
  align-items: center;
  display: flex;
}
.leftsectioncontent > ul > li span {
  padding: 0px 20px;  
  max-height: 40px;
  overflow-y: hidden;
}
.leftsectioncontent > ul > li.active > a, .leftsectioncontent > ul > li:hover > a {
  color: white;
}
.righsectioncontent > h3 {
  font-weight: bold;
}
.righsectioncontent .unordereddisc {
  list-style-type: disc;
  padding-left: 30px;
}
.righsectioncontent .unordereddisc > li {
  margin-bottom: 5px;
}
.righsectioncontent .orderedbrackets, .righsectioncontent .orderednumbers {
  counter-reset: list;
}
.righsectioncontent .orderedbrackets > li, .righsectioncontent .orderednumbers > li{
  list-style: none;
  position: relative;
  margin-bottom: 5px;
}
.righsectioncontent .orderedbrackets > li:before {
  counter-increment: list;
  content: " (" counter(list, lower-alpha) ") ";
  position: absolute;
  left: -25px;
}
.righsectioncontent .orderednumbers > li:before {
  counter-increment: list;
  content: counter(list, decimal) ". ";
  position: absolute;
  left: -25px;
}
#animatedanchors {
  max-height: 800px;
  overflow-y: auto;
}

@media (max-width: 767px) {
  .privacypolicy_area .leftsection, .termsofservice_area .leftsection {
    display: none;
  }
  .privacypolicy_area .rightsection, .termsofservice_area .rightsection {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}

/*------------*/
/* Help & FAQ */
/*------------*/
.four_button_faq li{
  height: auto;
  background-color: white;
  border-radius: 5px;
  margin-left: 80px;
  margin-bottom: 2%;
  text-align: center;
  position: relative;
  overflow: hidden;
  float: left;
  display: block;
}
.four_button_faq > li > a > img{
  max-height: 120px;
  margin-bottom: 30px;
}
.four_button_faq > li >a > h2{
  color: #0171BC;
}



#contactusformsection {
  background-color: #FBFBFB;
  display: inline;
  float: left;
  padding: 60px 0;
  text-align: center;
  width: 100%;
}
#contactusformsection p{  
  font-size: 30px;
  font-style: italic;
  line-height: 48px;
}

.helpfaqcontacts li {
  height: auto;
  border: none;
  background-color: white;
}
.helpfaqcontacts > li > img {
  max-height: 120px;
  margin-bottom: 30px;
}
.helpcontacts > li > a > img{
    max-height: 120px ;
    margin-bottom: 30px;
}
.helpfaqcontacts > li > a > h2 {
  color: #0171BC;
}
.faq_content td {
  text-align: center;
  vertical-align: top;
  padding: 30px 0px;
  width: 50%;
}
.faq_content td > h2, .faq_content td > ul {
  text-align: left;
  display: inline-block;
  min-width: 300px;
}
.faq_content td > h2 {
  color: #0171BC;
  font-size: 25px;
  margin-bottom: 20px;
}
.faq_content td > ul li {
  font-size: 15px;
  line-height: 30px;
}
.howworks_area.helpfaq {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.20);
  display: table;
}
.helpfaqcontactimage {
  display: table-cell;
  width: 35%;
  text-align: center;
}
.helpfaqcontactimage img {
  max-width: 220px;
}
.helpfaqcontactcontent {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 60%;
}
.helpfaqcontactcontent h2 {
  color: #0171BC;
}
.home_signup_button.contactus {
  height: 30px;
  margin-left: 0px;
  margin-top: 10px;
  height: 40px;
  font-size: 20px;
  display: inline-block;
}
.home_signup_button.contactus > span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.helpfaq_search_nomatch {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  color: lightgray;
  letter-spacing: 1px;
}
.navbarsearchform.helpfaq {
  margin-right: auto !important;
}
.navbar-search.helpfaqsearch {
  margin-left: 0;
  padding-right: 10px;
}

@media (max-width: 991px) {
  .navbar-search.helpfaqsearch {
    width: 400px !important;
    padding-left: 50px !important;
  }
  .price_nav.helpfaqcontacts>li {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .helpfaqcontacts > li > img {
    max-height: 100px;
    margin-bottom: 25px;
  }
  .helpfaqcontacts > li > h2 {
    font-size: 27px;
  }
  .helpfaqcontactimage img {
    max-width: 170px;
  }
  .helpfaqcontactcontent > h2 {
    font-weight: 300;
    font-size: 25px;
    line-height: 25px;
    padding-right: 10px;
  }
  .home_signup_button.contactus {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .navbar-search.helpfaqsearch {
    width: 100% !important;
    padding-left: 55px !important;
  }
  #priceSection.helpfaq {
    display: none;
  }
  .faq_content>table {
    display: none;
  }
  .helpfaq_accordion {
    display: block !important;
    color: black;
  }
  .helpfaq_accordion .panel-default {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none; 
  } 
  .helpfaq_accordion.panel {
    -webkit-box-shadow: none;
    box-shadow: none; 
  }
  .panel-default>.panel-heading {
    background-color: white;
    padding: 0;
  }
  .helpfaq_accordion .helpfaq_contents {
    color: #000;
    font-size: 25px;
    font-weight: 300;
    padding: 30px 15px;
    display: inline-block;
    width: 100%;
    position: relative;
  }
  .faq_arrow {
    position: absolute;
    right: 15px;
    max-height: 10px;
    top: 38px;
  }
  .faq_list_items {
    padding-left: 30px;
    padding-right: 30px;
    color: black;
  }
  .faq_list_items > ul {
    padding-bottom: 10px;
  }
  .faq_list_items .faq_anchor {
    display: inline-block;
    width: 100%;
    padding: 10px 5px;
  }
  .helpfaq_accordion > .panel-default::after {
    position: absolute;
    content: '';
    border-bottom: 1px solid #EDEDED;
    width: 120%;
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (max-width: 700px) {
  .helpfaqcontactimage {
    vertical-align: middle;
  }
  .helpfaqcontactimage img {
    max-width: 80%;
  }
  .helpfaqcontactcontent > h2 {
    font-size: 23px;
    margin-top: 0px;
  }
  .home_signup_button.contactus {
    font-size: 15px;
  }
} 
@media (max-width: 450px) {
  .helpfaq_accordion .helpfaq_contents {
    font-size: 21px;
    padding: 25px 15px;
  }
  .faq_arrow {
    top: 32px;
  }
  .faq_list_items {
    padding-left: 20px;
    padding-right: 20px;
  }
  .helpfaqcontactcontent > h2 {
    font-size: 20px;
  }
  .home_signup_button.contactus {
    font-size: 15px;
  }
  .home_signup_button {
    padding: 0px 15px !important;
  }
  .home_signup_button.contactus {
    margin-top: 0; 
    height: 35px;
  }
}
@media (max-width: 360px) {
  .slider_caption.helpfaq {
    top: 0 !important;
  }
  .navbar-search.helpfaqsearch {
    background-position: 5px 9px !important;
    padding-left: 40px !important;
  }
}

/*----------*/
/* 404 page */
/*----------*/
.content_404 > .team_title {
  margin-top: 10%;
}
.content_404 > .team_title > img {
  max-width: 100%;
  height: auto;
}
.content_404_info {
  margin-top: 50px;
  display: block;
  float: left;
  position: relative;
  text-align: center;
  width: 100%;
  color: #0271BB;
}
.search404 {
  border: 1px solid #0271BB;
  border-radius: 5px;
  margin-top: 100px;
  display: inline-block;
  background-color: #0271BB;
}
.search404 span {
  display: inline-block;
}
.search404 img {
  max-height: 40px;
  margin: auto 0px auto 5px;
}
.search404 > .navbarsearchform > input {
  margin-left: 0px !important;
  min-height: 50px;
  min-width: 400px;
  padding-left: 20px;
  padding-right: 20px
  border-style: none;
  border-radius: 0px;
  color: black;
}
.search404 > .navbarsearchform > input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #0271BB;
}
.content_404_info > h1 {
  text-transform: uppercase;
  font-size: 90px;
  font-weight: 400;
}
.content_404_info > h2 {
  font-size: 55px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .navbarsearchform.not_found {
    margin-right: 0px !important;
  }
  .navbarsearchform.not_found > input {
    min-width: 350px;
  }
  .content_404_info > h1 {
    font-size: 80px;
  }
  .content_404_info > h2 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .navbarsearchform.not_found {
    margin-top: 0px;
  }
  .content_404_info > h1 {
    font-size: 75px;
  }
  .content_404_info > h2 {
    font-size: 47px;
  }
}
@media (max-width: 767px) {
  .content_404_info {
    margin-top: 10px;
  }
  .content_404_info > h1 {
    font-size: 65px;
  }
  .content_404_info > h2 {
    font-size: 40px;
  }
  .search404 {
    width: 100%;
    text-align: left;
    margin-top: 50px;
    display: table;
  }
  .search404 > span {
    display: table-cell;
    width: 7%;
    text-align: center;
  }
  .search404 img {
    margin: auto 5px;
  }
  .navbarsearchform.not_found {
    margin-top: 0px;
    margin-bottom: 0px; 
    width: 93%;
    display: table-cell !important; 
  }
  .navbarsearchform.not_found > input {
    width: 100%;
    min-width: 0px;
  }
}
@media (max-width: 699px) {
  .content_404_info > h1 {
    font-size: 60px;
  }
  .content_404_info > h2 {
    font-size: 38px;
  }
}
@media (max-width: 599px) {
  .content_404_info > h1 {
    font-size: 55px;
  }
  .content_404_info > h2 {
    font-size: 34px;
  }
}
@media (max-width: 499px) {
  .content_404_info > h1 {
    font-size: 50px;
  }
  .content_404_info > h2 {
    font-size: 30px;
  }
}


/*-----------------*/
/* Custom checkbox */
/*-----------------*/
#tellus-modal .checkbox, #adminfeatured .checkbox, #adminsfc .checkbox {
  padding-left: 20px; }
  #tellus-modal .checkbox label, #adminfeatured .checkbox label, #adminsfc .checkbox label {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-left: 15px; }
    #tellus-modal .checkbox label::before, #adminfeatured .checkbox label::before, #adminsfc .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 20px;
      height: 20px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    #tellus-modal .checkbox label::after, #adminfeatured .checkbox label::after, #adminsfc .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 20px;
      height: 20px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 13px;
      color: #555555; }
  #tellus-modal .checkbox input[type="checkbox"], #adminfeatured .checkbox input[type="checkbox"], #adminsfc .checkbox input[type="checkbox"] {
    opacity: 0; outline: none;}
    #tellus-modal .checkbox input[type="checkbox"]:focus + label::before, #adminfeatured .checkbox input[type="checkbox"]:focus + label::before, #adminsfc .checkbox input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; 
      outline-color: transparent; }
    #tellus-modal .checkbox input[type="checkbox"]:checked + label::after, #adminfeatured .checkbox input[type="checkbox"]:checked + label::after, #adminsfc .checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c"; }
    #tellus-modal .checkbox input[type="checkbox"]:disabled + label, #adminfeatured .checkbox input[type="checkbox"]:disabled + label, #adminsfc .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      #tellus-modal .checkbox input[type="checkbox"]:disabled + label::before, #adminfeatured .checkbox input[type="checkbox"]:disabled + label::before, #adminsfc .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  #tellus-modal .checkbox.checkbox-circle label::before, #adminfeatured .checkbox.checkbox-circle label::before, #adminsfc .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  #tellus-modal .checkbox.checkbox-inline, #adminfeatured .checkbox.checkbox-inline, #adminsfc .checkbox.checkbox-inline {
    margin-top: 0; }

#tellus-modal .checkbox-primary input[type="checkbox"]:checked + label::before, #adminfeatured .checkbox-primary input[type="checkbox"]:checked + label::before, #adminsfc .checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca; }
#tellus-modal .checkbox-primary input[type="checkbox"]:checked + label::after, #adminfeatured .checkbox-primary input[type="checkbox"]:checked + label::after, #adminsfc .checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

#tellus-modal .checkbox-danger input[type="checkbox"]:checked + label::before, #adminfeatured .checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
#tellus-modal .checkbox-danger input[type="checkbox"]:checked + label::after, #adminfeatured .checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

#tellus-modal .checkbox-info input[type="checkbox"]:checked + label::before, #adminfeatured .checkbox-info input[type="checkbox"]:checked + label::before, #adminsfc .checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #000;
  border-color: #000; 
  outline-color: transparent; }
#tellus-modal .checkbox-info input[type="checkbox"]:checked + label::after, #adminfeatured .checkbox-info input[type="checkbox"]:checked + label::after, #adminsfc .checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

#tellus-modal .checkbox-warning input[type="checkbox"]:checked + label::before, #adminfeatured .checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
#tellus-modal .checkbox-warning input[type="checkbox"]:checked + label::after, #adminfeatured .checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

#tellus-modal .checkbox-success input[type="checkbox"]:checked + label::before, #adminfeatured .checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
#tellus-modal .checkbox-success input[type="checkbox"]:checked + label::after, #adminfeatured .checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }

/*--------------*/
/* Network Page */
/*--------------*/

/* Carousel */
.network_requests.media-carousel 
{
  margin-bottom: 0;
  padding: 0 80px 0 80px;
  margin-bottom: 50px;
}
/* Previous button  */
.network_requests.media-carousel .carousel-control.left 
{
  background-position: left 0px center;
  background-size: 50px 50px;
  background-repeat: no-repeat;
}
/* Next button  */
.network_requests.media-carousel .carousel-control.right 
{
  background-position: right 0px center;
  background-size: 50px 50px;
  background-repeat: no-repeat;
}
/* Changes the position of the indicators */
.network_requests.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.network_requests.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.network_requests.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
/* End carousel */

#networkpagesearchfriends {
  background-color: white;
  padding-top: 50px;
  margin-top: 79px;
}
.networkpagesearchcontent {
  text-align: center;
}
.networkpagesearchcontent > .search_title, .carousel_title {
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 30px;
  line-height: 45px;
  font-family: "Roboto",sans-serif;
  color: #000;
}
#networkpagesearchfriends:after, #networkpagecarousel:after {
  position: absolute;
  content: '';
  border-bottom: 1px solid #E2E2E2;
  width: 1170px;
  transform: translateX(-50%);
  left: 50%;
}
#networkpagecarousel {
  background-color: white;
}
.carousel_title {
  margin-top: 25px;
  margin-bottom: 25px;
}
.carousel-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 2px solid #F8F8F8;
}
.carousel-contents {
  text-align: center;
}
.carousel-contents img {
  display: block;
  width: 100%;
  height: 80px;
  width: 80px;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
  margin-top: 35px;
}
.carousel-contents .content_name {
  display: block;
  width: 100%;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.carousel-contents .content_occupation {
  display: block;
  width: 100%;
  font-size: 13px;
  text-transform: uppercase;
}
.carousel-contents .content_viewprofile {
  color: #000;
  margin-top: 30px;
  margin-bottom: 20px;
  cursor: pointer;
}
.blue-top {
  background-color: #000;
  height: 8px;
  width: calc(100% - 30px);
  z-index: -1;
  border-bottom: 2px solid #F8F8F8;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.searchresultdiv {
  display: inline-block;
  width: 100%;
  padding: 0 50px;
}
.categorybutton.networkpage {
  margin-top: 0;
}
.categorybutton.networkpage li {
  width: 50%;
  font-weight: 300;
}
.network_lower_section {
  margin-bottom: 10px;
}
.sortby {
  margin-top: 30px;
  margin-bottom: 30px;
}
.sortingcourses{
  margin-left: 100px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.networksearchsortby {
  font-size: 17px;
  font-weight: 500;
}
#networkpagesortby {
  display: inline-block;
  width: 150px;
  text-transform: uppercase;
  font-size: 15px;
}
.networklower {
  margin-bottom: 50px;
}
.carousel-contents.bottom {
  margin-bottom: 20px;
}
.network_search_empty {
  font-size: 15px;
  letter-spacing: 1.2px;
}
.network-friend-small {
  background-color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 2px solid #F8F8F8;
  position: relative;
  padding: 0 30px;
  min-height: 500px;
}
.blue-top.details {
  z-index: 1;
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#closenetworkdetails.closebutton {
  position: absolute;
  right: -12.5px;
  top: -12.5px;
  z-index: 2;
  cursor: pointer;
}
#closenetworkdetails.closebutton > img {
  height: 25px;
  width: 25px;
}
.network_details {
  text-align: center;
}
.network_details > .detailsimage {
  height: 90px;
  width: 90px;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
  margin-top: 35px;
}
.networkdetailsreputationimage{
  display: block;
  text-align: center;
  margin: auto;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 5px;
}
#networkdetailsreputationtext {
  color: #3A76AB;
  font-weight: 600;  
}
.detailsname {
  display: block;
  text-align: left;
  font-size: 17px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}
.network_table{
  width: 100%;
  margin-bottom: 30px;
}
.network_table td {
  width: 50%;
  text-align: left;
  padding-top: 10px;
}
#networkdetailsdescription {
  text-align: left;
  line-height: 20px;
  white-space: pre-wrap;
}
.white-space-pre-wrap{
  white-space: pre-wrap;
}
.network_buttons {
  text-align: center;
}
.network_buttons .closemodal {
  display: inline-block;
  color: #000;
  margin-top: 20px;
  margin-bottom: 30px;
  cursor: pointer;
}
#networkdetailsbutton {
  padding-left: 10px;
  padding-right: 10px;
}

/*ENROLL PAGE*/
.enroll_content{
  color: #000;
}

.enroll_content h1{
  text-transform: uppercase;
  font-weight: bold;
}

.enroll-input{
  display: table-cell;
  align-items: center;
  width: 50%;
  margin-top: 30px;
}

.enroll-button{
  margin-top: 80px;
}

.enroll-form-container{
  margin-top: 100px;
  text-align: center;
}

.enroll-select:invalid{
  color: #A599A5 !important;
}
.videobar{
    margin-top: 10%;
    text-align: center;
}
.toggle_video_button{
    position: fixed;
    text-align: center;
    /*margin-top: 57px;*/
    width: 100%;
}
#videocontainer {
  margin-top: 80px;
  background-color: #000;
  position: fixed;
  width: 100%;
  text-align: center;
  z-index: 9;
}
#videocontent{
  position: absolute;
  background-color: #000;
  width: 100%;
  /*border-bottom: 1px solid #000;*/
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
#videocontent iframe {
  width: 658px;
  min-height: 370px;
}
#seehowitworkslabel{
  position: absolute;
  margin-left: 85px;
  font-size: 1.3em;
  margin-top: 3px;
  color: white;
}
#seehowitworksimg{
  position: absolute;
  margin-left: 52px;
  margin-top: 3px;
}
.close_video_button{
    z-index: 9;
    position: absolute;
    text-align: center;
    margin-top: 32.5%;
    width: 100%;
}
.top_button{
      margin-top: -3.1%;
}

@media only screen and (max-height: 800px) {  
  .modal-content-small {
    min-width: 0px !important;
  }
  .signmodal {
    max-height: 500px;
    overflow-y: auto;
  }
}

/*TIMELINE CSS*/
section#timeline {
  float: left;
  display: inline;
  width: 100%;
  background-color: #353535;
  padding-top: 5%;
  padding-bottom: 5%;
}
section#timeline .line:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  margin: 0 0 0 -1px;
  width: 2px;
  height: 97%;
  background: rgba(255, 255, 255, 0.2);
}
section#timeline article {
  width: 100%;
  margin: 0 0 20px 0;
  position: relative;
}
section#timeline article:after {
  content: "";
  display: block;
  clear: both;
}
section#timeline article div.inner {
  width: 40%;
  float: left;
  margin: 5px 0 0 0;
  border-radius: 6px;
}
@media (max-width: 991px) {
  section#timeline article div.inner {
    width: 100%;
  }
}
section#timeline article div.inner span.date {
  display: block;
  width: 60px;
  height: 50px;
  padding: 10px 0;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -32px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  background: #25303b;
  color: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 7px #25303b;
}
section#timeline article div.inner span.date span {
  display: block;
  text-align: center;
}
section#timeline article div.inner span.date span.day {
  font-size: 10px;
}
section#timeline article div.inner span.date span.month {
  font-size: 18px;
}
section#timeline article div.inner span.date span.year {
  font-size: 10px;
}
section#timeline article div.inner h2 {
  padding: 15px;
  margin: 0;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: -1px;
  border-radius: 6px 6px 0 0;
  position: relative;
}
section#timeline article div.inner h2:after {
  content: "";
  position: absolute;
  top: 20px;
  right: -5px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
}
@media (max-width: 991px) {
  section#timeline article div.inner h2 {
    margin-top: 75px;
  }
  section#timeline article div.inner h2:after, section#timeline article:nth-child(2n + 2) div.inner h2:after {
    left: 48.6% !important;
    top: -5px;
    right: 0px;
  }
}
section#timeline article div.inner p {
  padding: 15px;
  margin: 0;
  font-size: 16px;
  background: #fff;
  color: #656565;
  border-radius: 0 0 6px 6px;
  letter-spacing: 0.4px;
}
section#timeline article:nth-child(2n + 2) div.inner {
  float: right;
}
section#timeline article:nth-child(2n + 2) div.inner h2:after {
  left: -5px;
}
section#timeline article:nth-child(odd) div.inner h2 {
  background: #A37A2D;
  letter-spacing: 0.5px;
  font-weight: 400;
}
section#timeline article:nth-child(odd) div.inner h2:after {
  background: #A37A2D;
}
section#timeline article:nth-child(even) div.inner h2 {
  background: #A70014;
  letter-spacing: 0.5px;
  font-weight: 400;
}
section#timeline article:nth-child(even) div.inner h2:after {
  background: #A70014;
}

.upload-btn-container {
  width: 82%;
  margin: 2% auto;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 1% 1%;
}

.upload-btn-wrapper .btn {
  border: 2px solid gray;
  color: gray;
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
