body{
    /* font-family:'FranklinGothic-Book'; */
    font-size: 16px;
}
ul li, ol li{
    color: #222222;
    /* font-size: 20px;
    line-height: 30px; */
    /* font-family: 'FranklinGothic-Book'; */
}
ul {
    list-style-type: none;
   }
a:hover{
    color:#f8b534;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
header.qui_header .navbar-default{
    box-shadow: 1px 2px 8px 2px #cccccc54;
    min-height: 108px;
}
@media screen and (min-width: 1024px) and (max-width: 1394px){
header.qui_header {
    position: relative;
    display: block;
    -webkit-box-shadow: 1px 2px 8px 2px #cccccc54;
    -moz-box-shadow: 1px 2px 8px 2px #cccccc54;
    box-shadow: 1px 2px 8px 2px #cccccc54;
     transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

header.qui_header .navbar-default{
  background-color: #fff;
  margin: 0;
  border:0;
  min-height: 96px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    box-shadow: 1px 2px 8px 2px #cccccc54;
}
header.qui_header.fixed-header {
    position: fixed;
    width: 100%;
    height: 80px;
    z-index: 999;
    top:0;
    left: 0;
     transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
header.qui_header.fixed-header .navbar-default{
    min-height: 80px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
header.qui_header.fixed-header .navbar .navbar-brand{
    padding-top:0;
}
}
.container1{
  padding: 0;
  margin:0 auto;
  max-width: 1175px;
  width: 90%;
  position: relative;
  height: 100%;
}
header.qui_header .navbar .navbar-brand {
    height: 100%;
    position: relative;
    display: inline-block;
    padding: 0;
    padding-top: 8px;
}
header.qui_header .navbar-default .navbar-nav a,header.qui_header .navbar-default .navbar-nav a:hover{
  background-color: transparent;
    color:#f8b534;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
header.qui_header .navbar-default .navbar-nav a:focus{
    outline: none;
    background-color: transparent;
    color:#f8b534;
}
header.qui_header .navbar-default .navbar-nav a{
    padding-right: 25px;
    padding-top: 0;
    font-family: 'Cambria';
    font-size: 18px;
    color: #000;
    line-height: normal;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    text-transform: capitalize;
    text-decoration: none;
    float: left;
    position: relative;
    left: 263px;
    top: -7px;
}
header.qui_header .navbar-nav li.current_page_item a{
    color:#f8b534;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
header.qui_header .navbar-nav li.current-page-ancestor a{
    color:#f8b534;
}
header.qui_header .navbar-default .navbar-nav li:last-child a{
  padding-right: 0px;
}
header.qui_header .navbar-nav {
    margin-top: -46px;
}
.qui_tabs .nav-tabs{
    border-bottom: 0;
    text-align: center;
    position: relative;
}
.qui_tabs .nav-tabs::after{
    content:'';
    position: absolute;
    bottom: -1px;
    background:-webkit-linear-gradient(right, #cccccc73, #cccccc70, #cccccc73);
    background:-moz-linear-gradient(to right, #cccccc73, #cccccc70, #cccccc73);
    background:-o-linear-gradient(to right, #cccccc73, #cccccc70, #cccccc73);
    background:-ms-linear-gradient(to right, #cccccc73, #cccccc70, #cccccc73);
    background:linear-gradient(to right, #cccccc73, #cccccc70, #cccccc73);
    width:65%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
}
.qui_tabs .nav-tabs li{
    display: inline-block;
    float:none;
    min-width:250px;
}
.qui_tabs .nav-tabs li a{
    padding:20px 0px;
    /* font-family: 'Cambria'; */
    font-size:24px;
    line-height: normal;
    color:#797979;
    text-transform: uppercase;
    border:0;
}
.qui_tabs .nav-tabs li a:hover,.qui_tabs .nav-tabs li a:active{
    background-color: transparent;
}
.qui_tabs .nav-tabs li.active a{
    border:0;
    background-color: #f27709;
    color:#ffffff;
    border-radius: 30px 30px 0px 0px;
}
ul.footer_nav {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.footer_nav li a {
    color: #a9a9a9;
    font-family: 'Cambria';
    font-size:18px;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
}
ul.footer_nav li a:hover{
    color:#f8b534;
}
.footer_contact {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.footer_contact p,a.qui_email span,.copy_right p{
  font-family: 'Cambria';
  color:#efefef;
  margin: 0;
  font-size:20px;
}
.footer_div{
    position: relative;
}
.footer_div::after {
    content: '';
    position: absolute;
    right: 25px;
    top: 0;
    width: 1px;
    height: 140px;
    background: #a9a9a9;
}
ul.footer_nav li.current_page_item a{
    color:#f8b534;
}
.footer_contact p, a.qui_email span, .copy_right p {
    font-size: 18px;
    white-space: normal;
}
.footer_div::after{
    display: none;
}

.footer_contact p, a.qui_email span, .copy_right p{
    white-space: normal;
}
.footer_contact p, a.qui_email span, .copy_right p{
    white-space: normal;
}
p.siam_computing,p.siam_computing a{
    /* font-family: 'Cambria'; */
    color:#a9a9a9;
    margin: 0;
    font-size:20px;
    text-decoration: none;
  }
  .linked_in h4 a{
    text-decoration: none;
}
ul.breadcrumbs_links li a,ul.breadcrumbs_next li a{
    color:#797979;
    font-size:18px;
    /* font-family: 'FranklinGothic-Book'; */
    text-decoration: none;
}
div.bhoechie-tab-menu div.list-group>a{
    margin-bottom: 0;
    border:none;
  }
  div.bhoechie-tab-menu div.list-group>a{
    border-radius: 0;
    padding: 40px 40px;
    text-align:left;
    background-color: #80adcb;
    margin-bottom: 1px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.qui_tabs .nav-tabs li a{
    padding:20px 0px;
    /* font-family: 'Cambria'; */
    font-size:24px;
    line-height: normal;
    color:#797979;
    text-transform: uppercase;
    border:0;
}
.qui_tabs .nav-tabs li.active a{
    border:0;
    background-color: #f27709;
    color:#ffffff;
    border-radius: 30px 30px 0px 0px;
}
.tab_content a,div.bhoechie-tab-content a{
    color:#f47367;
    /* font-family: 'FranklinGothic-Book'; */
    font-size:20px;
    line-height: 32px;
    border-bottom: 1px solid #f47367;
    text-decoration: none;
}
ul.our_approach_details li a{
    position: relative;
    width:100%;
    height: 100%;
    display: inline-block;
}
footer.qui_footer {
    background-color: #0f0f0f;
    padding: 30px 0px 15px 0px;
    margin-top: 150px;
}
.footer_div {
    position: relative;
}
.col-lg-6 {
    width: 50%;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.footer_div::after {
    content: '';
    position: absolute;
    right: 25px;
    top: 0;
    width: 1px;
    height: 140px;
    background: #a9a9a9;
}
section.strategy_section{
    /* background-image: url(/wp-content/themes/quinstinct/images/custom_normal_bg.jpg); */
    background-repeat: no-repeat;
    background-size:cover;
    background-position: bottom;
    padding:50px 0px 380px 0px;
}
.strategy_content {
    display: block;
    width: 100%;
    max-width: 670px;
    margin-bottom: 80px;
}
.strategy_content  h3{
    /* font-family: 'Cambria'; */
    font-size:44px;
    color:#e4413e;
    line-height: normal;
    margin-bottom: 15px;
}
.strategy_content  p{
    color:#212020;
    /* font-family: 'FranklinGothic-Book'; */
    font-size:20px;
    line-height: 35px;
}
.siam_link {
    background-color: #000000;
    padding: 30px 0px 30px 0px;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}   
p.contact_address{
    color:#a9a9a9;
  }
  a.qui_email {
    /* font-family: 'Cambria'; */
    color: #a9a9a9;
    font-size: 20px;
    text-decoration: none;
}
.copy_right {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 144px;
}
.footer_div::after {
    content: '';
    position: absolute;
    right: 25px;
    top: 0;
    width: 1px;
    height: 140px;
    background: #a9a9a9;
}

/*Risk Profiler*/
.e-risk-profiler-form .e-risk-contact-details, .e-risk-profiler-form .e-risk-questions{
    border-radius: 8px;
    padding: 0;
    border: none!important;
    box-shadow: 0 1px 3px 0 #a2a2a21a, 0 1px 2px 0 #7d7d7d0f;
    background-color: #fff;
    padding: 20px;
  }
  .e-risk-profiler-form .e-risk-questions h6{
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    line-height: 170%;
  }
  .e-risk-profiler-form .e-risk-questions h6 font{
    display: block;
    padding: 5px 15px 6px 15px;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 600;
  }
  .e-risk-profiler-form .e-risk-questions span{
    width: 15px;
    height: 15px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
  }
  .e-risk-profiler-form .e-risk-questions input{
    position: relative;
    margin-right: 8px;
    top: 1px;
  }
  .e-risk-profiler-form .e-risk-questions label{
    display: block; 
    padding-bottom: 15px;
    cursor: pointer;
    font-weight: 400;
  }
  .e-risk-profiler-form .e-risk-questions label:hover{
    color: #000;
  }
  .e-risk-profiler-form .e-risk-question-set{
    border-bottom: 1px solid #f1f1f1;
  }
  .e-risk-profiler-form .e-risk-question-set:last-child{
    border-bottom: 0;
  }
  .e-risk-profiler-form .e-risk-question-set .e-risk-ans-set{
    padding-left: 25px;
  }
  .e-risk-contact-details .was-validated .form-control:valid, .e-risk-contact-details .form-control.is-valid, .e-risk-contact-details .form-control{
    border: 1px solid #eaeaea !important;
    background-image: none !important;
    height: 45px;
  }
  .e-risk-contact-details .was-validated .form-control:valid:focus, .e-risk-contact-details .form-control.is-valid:focus, .e-risk-contact-details .form-control:focus{
    box-shadow: none;
    border: #2e2e2e 1px solid !important;
  }
  .breadcrumb-item a {
    color: #f17115;
}
.e-main-content {
    padding: 8px 20px;
    box-shadow: 0px 4px 10px #2275d754;
    background-color: #fff5ead6;
}

.navbar-nav {
    flex-direction: row;
}

.collapse:not(.show) {
    display: block;
}

.e-p-btn {
    background: #ff8a35;
    color: #ffffff;
    font-size: 14px;
    padding: 8px 24px;
    font-weight: 400;
    border-radius: 8px;
    border: none;
    display: inline-block;
    cursor: pointer;
    text-transform: capitalize;
}
.content-header h1 {
    font-size: 1.8rem;
    color: #212529 !important;
    font-weight: bold
}
.text-dark {
    color: #212529 !important;
    
}
label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 700;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    color: #212529;
}
.header_logo {
    position: relative;
    /* top: -14px; */
    left: -65px;
}
.navbar-brand img{
    width:177px !important;
}
header.qui_header.fixed-header {
    position: fixed;
    width: 100%;
    height: 80px;
    z-index: 999;
    top:0;
    left: 0;
     transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
header.qui_header.fixed-header .navbar .navbar-brand{
    padding-top:0;
}
.container{
  padding: 0;
  margin:0 auto;
  max-width: 1175px;
  width: 90%;
  position: relative;
  height: 100%;
}
.m-0 {
    margin: 8px !important;
}

@media screen and (min-width: 1024px) and (max-width: 1270px){
header.qui_header .navbar-default .navbar-nav a {
    padding-right: 10px !important;
    padding-top: 0 !important;
    font-family: 'Cambria' !important;
    font-size: 16px !important;
    color: #000 !important;
    line-height: normal !important;
    transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    text-transform: capitalize !important;
    text-decoration: none !important;
    float: left !important;
    position: relative !important;
    left: 192px !important;
    top: -7px !important;
}
}
.content-wrapper1 {
    margin-left: 0px !important;
}

.logo_size{
    width: 160px;
}
.text-align-center {
    text-align: center;
}

.western{
    text-align: initial;
}



  .nav {
    border-bottom: 1px solid grey;
  }
  .nav__toggle {
    position: absolute;
    cursor: pointer;
    margin: 0rem 1rem;
    right: -25px;
  }
  
  .close,
  input[type="checkbox"] {
    display: none;
    font-size: 3rem;
  }
  .hamburger {
    margin-top: 0.2rem;
  }
  .nav__menu {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    font-family: 'Cambria';
    margin: 1rem;
  }
  .nav__menu li {
    list-style: none;
    display: none;
  }
  li:first-child {
    margin-right: auto;
    display: block;
  }
  .nav__menu a {
    text-decoration: none;
    color: initial;
    font-size: 1rem;
  }
  #nav__checkbox:checked ~ ul.nav__menu li {
    display: block;
    line-height: 0.5;
  }
  #nav__checkbox:checked ~ label.nav__toggle .hamburger {
    display: none;
  }
  #nav__checkbox:checked ~ label.nav__toggle .close {
    display: block;
  }
  
  @media only screen and (min-width: 768px) {
    .nav__toggle {
      display: none;
    }
    .nav__menu {
      flex-direction: row;
    }
    .nav__menu li {
      display: block;
      line-height: normal;
    }
    .nav__menu a {
        text-decoration: none;
        color: initial;
        font-size: 1.5vw;
      }
  }
  
  .valid {
    background-color: rgb(213, 246, 175) !important;
  }

  .invalid {
    background-color: rgb(237, 185, 185) !important;
  }

  .inline-error-message {
    color: red;
  }
  .hidden {
    display: none;
  }
.e-p-btn-secondary {
  background: #6c757d;
  color: #ffffff;
  font-size: 14px;
  padding: 8px 24px;
  font-weight: 400;
  border-radius: 8px;
  border: none;
  display: inline-block;
  cursor: pointer;
  text-transform: capitalize;
}
.e-risk-profiler-form .e-risk-section-indicator{
  font-weight: bolder;
}
.button-container {
  display: flex;
  justify-content: space-between; /* Align buttons with equal space between them */
}
.button-container.left-aligned {
  justify-content: flex-start; /* Align buttons to the left when needed */
}
.button-container.right-aligned {
  justify-content: flex-end; /* Align buttons to the right when needed */
}
#flash-message {
  color: red;
  border: 1px solid red;
  padding: 10px;
  margin-bottom: 10px;
  position: relative; /* Position the close button relative to the flash message */
}
.close-button {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.table-column-right-aligned {
  text-align: right;
}