.faq_question,
.faq_answer,
.page-content p,
.page-content label,
.page-content ul li {
  font-size: 18px;
  font-weight: 400;
  color: rgba(65, 69, 72, 0.9);
  line-height: 25px;
  padding-top: 15px;
  font-family: "Conv_Calibre-Regular";
}
.sub_nav {
  background: #072a60;
  padding: 20px;
  border-top: 1px solid #17407e;
}
.sub_nav ul {
  display: flex;
  list-style: none;
  justify-content: center;
}

.sub_nav ul li,
.sub_nav ul li a {
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 600;
}
.sub_nav ul li a:hover,
.sub_nav ul li a.active {
  color: #ecb524;
}
.sub_nav ul li {
  padding: 0 10px;
}

.inner_search_sec {
  background-color: #072a60;
  padding: 15px;
  border-top: 1px solid #17407e;
}

.inner_search_sec .search-form {
  margin: 0 auto;
  width: 81.6%;
}

.inner_search_sec .search-form a {
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 20px;
}

.inner_search_sec .search-form input[type="text"] {
  padding: 0 100px 0 30px;
  height: 50px;
  border-radius: 4px;
}

#mySidenav .dropdown:hover > .dropdown-menu {
  display: block;
}

#mySidenav .dropdown-toggle::after {
  border: 0;
  margin: 0;
}

#mySidenav .dropdown-menu,
#mySidenav .dropdown-item.active {
  background: #072a60;
  border: 1px solid #0a2652;
  box-shadow: 0 0 5px #0a2652;
  padding: 0;
  margin: 0;
}

#mySidenav .dropdown-item:active,
#mySidenav .dropdown-item:focus {
  background: #f8f9fa;
  color: #ecb524;
}

#mySidenav ul.dropdown-menu li {
  width: 100%;
}

#mySidenav .nav-main li:hover > ul.dropdown-menu {
  display: block;
}

#mySidenav .dropdown-submenu {
  position: relative;
}

#mySidenav .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

#mySidenav .nav-main .dropdown-menu-right {
  right: 0;
  left: auto;
}

.signup_sec {
  background: #f5f4f9;
  padding: 50px 0;
}

.membership_plans {
  margin: auto;
  display: flex;
  justify-content: center;
}

.membership_title {
  text-align: center;
  padding: 20px 0;
  font-weight: bold;
}

.membership_card {
  border: 0;
  text-align: center;
  margin: 12px;
  border-radius: 10px;
  box-shadow: 0 0px 5px #e2dddd;
  background: #fff;
}

.membership_card .membership_amount {
  background: #072a60;
  color: #ca910c;
  font-size: 70px;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-family: "Conv_Calibre-Semibold";
  padding-top: 20px;
}

.membership_card h5.card-title {
  color: #32324f;
  font-size: 16px;
}

.membership_card .card-body {
  padding: 2rem 1.25rem;
}

.membership_card .card-text {
  font-size: 14px;
  color: #474658;
  padding: 0px 5px 20px 5px;
  line-height: 22px;
}

.membership_card .btn-join-now {
  background: #ebb524;
  border-color: #ebb524;
  padding: 8px 50px;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
}

.membership_card .btn-join-now:hover {
  background: #c6d9f7;
  color: #34373b;
  border-color: #c6d9f7;
}

.delete_btn {
  background: #c9910b;
  border: 0;
  padding: 10px;
  border-radius: 4px;
  color: white;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}

.btn-gold, .btn-sky {
  border: 0;
  padding: 15px 25px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  border-radius: 8px;
  margin-left: 5px;
}

.btn-gold, .btn-sky:hover {
  background: #c9910b;
  color: white;
}

.btn-sky {
  background: #c6d9f7;
  color: #000;
}

.search_result li .input_field button.btn.search_btn,
.search_result li .input_field .btn.help_btn {
  width: 40%;
  height: auto;
  line-height: 35px;
}

.custom_btn{
    background: #c9910b;
  border: 0;
  padding: 10px;
  border-radius: 4px;
  color: white;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}

.pagination ul li {
  color: #ecb524;
}

#comments-form {
  margin-top: 30px;
}

.comment-row {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
}

.mobile-menu {
  font-size: 2rem;
}

.browse_section .pagination ul li {
  padding: 0;
  line-height: 38px;
  font-family: "Roboto Condensed", sans-serif;
}

.document.douments-list {
  display: block;
  text-align: center;
}

.download-pdf-link {
  float: right;
  text-transform: unset;
}