/* header */
.header-logo {
    width: 200px;
    height: 90px;
}

.logo img {
    height: 200px;
    width: 200px;
}

.main-nav {
    margin-left: 104px;
}

.main-nav a.active {
    color: #02476a;
}

.main-nav a:hover {
    color: #02476a;
}

.sticky-header-logo {
  width: 200px;
  height:90px;
  
}
.mobile-view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.mobile-view.show {
  visibility: visible;
  opacity: 1;
}

/* Backdrop */
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.backdrop.show {
  opacity: 1;
  visibility: visible;
}

/* Mobile Navigation Panel */
.mobile-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 23%;
  max-width: 100%;
  height: 100%;
  background: #fff;
  z-index: 5;
  transition: all 500ms ease 0ms;
  overflow-y: auto;
  padding:20px;
}
.mobile-view.show .mobile-nav {
  left: 0;
}

/* Close icon */
.mobile-nav .close-icon {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e4e7ee;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  color:#84888f;
}

/* Navigation items */
.mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-nav ul li {
  border-bottom: 1px solid #ddd;
  position: relative;
  
}

.mobile-nav ul li:last-child {
  border-bottom: none;
}

.mobile-nav ul li a {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  color: #282f3b;
  font-size: 16px;
  
}

/* Dropdown styles */
.mobile-nav .mobile-dropdown-content {
  display: none;
  flex-direction: column;
  background:#fff;
}

.mobile-nav .mobile-dropdown-content.show {
  display: flex;
}

.mobile-nav .mobile-dropdown-content li:last-child {
  border-bottom: none;
}

.mobile-nav .mobile-dropdown-content li a {
  /* padding: 12px 30px; */
  font-weight: 400;
  font-size: 15px;
  color: #444;
  margin-left:7px;
  border-top: 1px solid #efe7ee;
}

/* Dropdown button */
.mobile-nav .dropbtn {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #e4e7ee;
  font-size: 24px;
}

/* iPad view: mobile nav 30% width with backdrop */
@media (min-width: 768px) and (max-width: 991px) {
  .mobile-nav {
    width: 30%;
    max-width: 30%;
    left: -30%;
  }

  .mobile-view.show .mobile-nav {
    left: 0;
  }

  .backdrop {
    background: rgba(0, 0, 0, 0.5);
  }
}

/* Mobile view: full width nav without backdrop */
@media (max-width: 768px) {
  .mobile-nav {
    width: 100%;
    max-width: 100%;
    left: -100%;
  }

  .mobile-view.show .mobile-nav {
    left: 0;
  }

  .backdrop {
    display: none;
  }
}
@media only screen 
  and (min-width: 993px) 
  and (max-width: 1200px){

    .mobile-nav {
    width: 30%;
    max-width: 30%;
    left: -30%;
  }

  .mobile-view.show .mobile-nav {
    left: 0;
  }

  .backdrop {
    background: rgba(0, 0, 0, 0.5);
  }
}


/* menu */
.close-modal {
    background-color: #02476a;
}

.model-submit {
    background-color: #02476a;
}

.model-picture {
    max-width: 200px;
}


.reg-group input, .reg-group textarea{
    margin-bottom: 35px;
}

.reg-group input:focus,
.reg-group textarea:focus {
  border-color: white;
  box-shadow: 0 0 5px rgba(84, 83, 83, 0.921);
  outline: none;
}

.input-group input:focus,
.input-group textarea:focus {
  border-color: white;
  box-shadow: 0 0 5px rgba(84, 83, 83, 0.921);
  outline: none;
}

.modal-form {
    height: auto !important;  
    min-height: 400px;         
}
.model-container {
    height: auto !important;   
}

/* footer */
.footer-logo {
    width: 200px;
    background-color: whitesmoke; 
    border-radius: 100px;
}

.site-footer {
    background-color: #202020;
}

.footer-section h3::after {
    background-color: #02476a;
}

.footer-section a:hover {
    color: white;
}

.footer-section p,
.footer-section a {
    color: #90959e;
}

.footer-bottom {
    background-color: #282f3b;
}

/* home */

.about-banner .overlay {
  background-color: rgba(40, 47, 59, 0.8);
}

.hero {
    background-color: #f0f1fb;
}

.hero h3 {
    color: #4766af;
}

.enroll-btn {
    background-color: #02476a;
}

.enroll-btn:hover {
    color: white;
}

.benefits h4 {
    color: #4766af;
}

.arrow-btn {
    background-color: #4f4f4d;
}

.feature img {
    width: 80%;
}

.feature ul li::before {
    background-color: #4f4f4d;
}

.section-subtitle {
    color: #4766af;
}

.memberships-section {
    background-color: #f0f1fb;
}

.icon-circle {
    color: #02476a;
}
.icon-circle img {
    height: 50px;
    filter: brightness(0) saturate(100%) invert(22%) sepia(31%) saturate(1953%) hue-rotate(167deg) brightness(92%) contrast(95%);
}


/* about page */

.about-img{
    height: 100px;
    filter: brightness(0) saturate(100%) invert(22%) sepia(31%) saturate(1953%) hue-rotate(167deg) brightness(92%) contrast(95%);

}

.about-icon {
    color: #02476a;
}

.about-title {
    color: #282f3b;
}

.abourt-org-name-p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3;
    color: #333;
    margin-top: 15px;
    padding: 0px 58px;
}

/* Student Membership */

.line-img {
    padding-top: 5px;
    height: 40px;
    filter: brightness(0) invert(1);
}

.student-img {
    height: 40px;
    filter: brightness(0) saturate(100%) invert(11%) sepia(50%) saturate(3263%) hue-rotate(229deg) brightness(91%) contrast(95%);

}
.membership-sections {
    background-color: #064b6d;
}

.membership-sections h3 {
    color: white;
}

.membership-sections h1 {
    color: white;
}

.membership-sections p {
    color: white;
}

.student-bar {
    background-color: #282f3b;
    margin-top: auto;
}

.form-container {
    width: 85%;
}

.button {
    background-color: #4f4f4d;
}

.button:hover {
    background-color: #4f4f4d;
}

/* Individual css  */
.individual-bar {
    background-color: #282f3b;
    margin-top: auto;
}

/* Institutional */
.institutional-nav {
    background-color: #282f3b;
    margin-top: auto;

}

.add-member-btn {
    background-color: #4f4f4d;
}

.add-member-btn:hover {
    background-color: #064b6d;
}

/* membership benfits */

.padai-membership-benefits-section {
    background-color: #f8f5ef;
}

.membership-sections p {
    max-width: 1162px;
}

.padai-icon {
    color: #50504e;
}

.padai-hover-content {
    background-color: #50504e;
}

.padai-membership-benefits-container::before {
    top: 345px;
    bottom: -965px;
}

.arrow-img {
    height: 120px;
    margin-left: -20px;
    filter: brightness(0) saturate(100%) invert(34%) sepia(6%) saturate(53%) hue-rotate(24deg) brightness(93%) contrast(89%);
}


/* contact-us */

.contact-img {
    height: 40px;
    filter: brightness(0) saturate(100%) invert(22%) sepia(31%) saturate(1953%) hue-rotate(167deg) brightness(92%) contrast(95%);

}

.contact-imgs {
    height: 40px;
    filter: brightness(0) invert(1);

}
.contact-form{
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.button-submit {
    background-color: #02476a;
}

.button-submit:hover {
    background-color: #02476a;

}

.input-group .contact-icon {
    color: #02476a;
}

.contact-subtitle {
    color: #02476a;
}

.info-img {
    background-color: #02476a;
}
.error {
    margin-top: -30px;
    margin-bottom: 30px;
    color: red;
}


/* Honer wall */
.search:focus {
  outline: none;
  border-color: white;
  box-shadow: 0 0 5px rgba(84, 83, 83, 0.921);
}

@media (min-width: 320px) and (max-width: 480px) {
    .input {
        margin-bottom: 0px;
    }

    .error-message {
        margin-bottom: 15px;
    }
}

.honor-wall-header-text p {
    font-size: 14px;
}

.contact-title {
    font-size: 26px;
}
@media (max-width: 768px) {
      .student-img {
        height: 30px;
    filter: brightness(0) saturate(100%) invert(11%) sepia(50%) saturate(3263%) hue-rotate(229deg) brightness(91%) contrast(95%);

    }
    .top-bar {
        background-color: #282f3b;
    }

    .header-logo {
        width: 180px;
    }
       .sticky-header-logo {
  width: 150px;
}

    .contact-btn {
        background-color: #4f4f4d;
    }

    .logo img {
        width: 143px;
    }

    .honor-wall-header-text p {
        font-size: 16px;
    }
    .contact-img {
        height: 30px;
    filter: brightness(0) saturate(100%) invert(22%) sepia(31%) saturate(1953%) hue-rotate(167deg) brightness(92%) contrast(95%);

    }

    .contact-imgs {
        height: 30px;
        filter: brightness(0) invert(1);

    }
    .abourt-org-name-p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3;
    color: #333;
    margin-top: 15px;
    padding: 0px 10px;
}
}



@media only screen and (min-width: 768px) and (max-width: 992px) {


      .student-img {
        height: 35px;
    filter: brightness(0) saturate(100%) invert(11%) sepia(50%) saturate(3263%) hue-rotate(229deg) brightness(91%) contrast(95%);

    }
    .input {
        margin-bottom: 0px;
    }

    .error-message {
        margin-bottom: 15px;
    }

    .header-logo {
        width: 180px;
       

    }
    
    .sticky-header-logo {
  width: 180px;
}

    .logo img {
        width: 160px;
        height: 200px;
    }

    .form-container {
        width: 90%;
    }

    .contact-btn {
        background-color: #4f4f4d;
    }
.contact-img {
        height: 38px;
    filter: brightness(0) saturate(100%) invert(22%) sepia(31%) saturate(1953%) hue-rotate(167deg) brightness(92%) contrast(95%);

    }

    .contact-imgs {
        height: 38px;
        filter: brightness(0) invert(1);

    }
     .padai-membership-benefits-container::before {
        top: 411px;
        bottom: -1150px;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {

    .header-logo {
        width: 180px;
    }

    .logo img {
        width: 160px;
    }

    .form-container {
        width: 97%;
    }

    .contact-btn {
        background-color: #4f4f4d;
    }

    .padai-membership-benefits-container::before {
        top: 322px;
        bottom: -845px;
    }

}