/*
Theme Name: Exam
Text Domain: Exam
Template: bootstrap-coach
Version: 1.0.0
Description: Sub theme of Bootstrap coach theme.
Author: Abhijeet S
License: GPL-2.0-or-later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Requires PHP: 5.6


*/
input[type="file"] {
  height: auto !important;
}
input[type="submit"], button[type="submit"], button[type="button"].swal2-styled{
    border-radius: 0 !important;
    padding: 12px 20px !important;
    min-width: 150px !important;
    background-color: rgba(var(--primary-color), 1) !important;
    color: rgba(var(--light-color), 1) !important;
    font-family: var(--body-font) !important;
}
.swal2-styled.swal2-confirm:focus {
  box-shadow: none !important;
}
.accounts-tab .nav-tabs .nav-item a.nav-link {
    color: inherit;
}
.g-recaptcha>div>div {
  height: 100%;
}
.captcha-wrapper label {
  display: none;
}
.top-header .social-navigation {
  display: none;
}
/* Hide top header elements */
.top-header .t-header-holder .social-navigation+a{
  border-left: none !important;
    border-right: 1px solid rgba(var(--dark-color), 1);
    padding: 0 25px 0 0 !important;
}
.header .top-header a.phone {
  margin: 11px 25px 11px 0 !important;
}
/* Page design */
.wp-block-post-excerpt__excerpt{
  display: none;  
}
.excerpt{
  font-size: 32px;
  color: white !important;
  font-weight: bold;
  max-width: 500px;
}
.excerpt p{
  color: #ffffff;
}
h1.entry-title {
  margin-bottom: 5px !important;
  font-size: 28px;
  color: white;
  font-weight: normal;
}
/* Footer bottom */
/* #menu-bottom-menu {
 display: flex; 
}
#menu-bottom-menu li {
  margin: 0 10px;
}
.copyright-section {
  text-align: left;
}
.privacy{
  position: relative;
}
.menu-bottom-menu-container{
  right: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .menu-bottom-menu-container {
    left: 2px;
  }
} */
.about-section.banner{
      box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.65);
}
/* Default page */
.default-banner-section {
  background-color: rgba(var(--primary-color), 1) !important;
}
/* Forms */
.wpcf7-not-valid-tip {
  text-align: left !important;
}