/* Start custom CSS *//*PAGE HEADER ------- NEW GLOBAL -> MOVE ON REVIEW 2 GLOBAL SECTION*/
.model-page-header {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  justify-content: center !important;

}


.model-page-header::before {
  content: '';
  position: absolute;
  opacity: 0.9;
  background: linear-gradient(135deg, var(--dodgerdark) 30%, var(--regalblue) 100%);
}

.model-page-header .e-con-inner {
    max-width: 1380px !important;
}

.model-breadcrumb-mockup {
  position: relative;
  /*z-index: 10 !important;*/
  color: white;
}

.model-page-banner-title {
        text-wrap: nowrap !important;
  position: relative;
  font-size: 3.5rem;
  color: white;
  /*z-index: 10;*/
  margin-bottom: 20px;
}

.model-page-banner-descrip {
  position: relative;
  font-size: 1.2rem;
  /*z-index: 10;*/
  color: var(--white);
  max-width: 680px;
}

.model-page-header-left .e-con-inner {
column-gap: 10px !important;

}
.model-page-header-left * {

    z-index: 50 !important;
}

.model-page-header-right {
justify-content: center !important;


z-index: 10 !important;
margin: 0 !important;
padding: 0 !important;

}

.model-page-header-right .e-con-inner {
    justify-content: center !important;
}

.model-page-header-image img  {
width: 65% !important;
}



.spec-navbar-parent  {
    top: 0;
    position: sticky !important;
    overflow: hidden !important;
    z-index: 100 !important;

}







.section.models-section  {
    padding-left: 0px !important;
    padding-right: 0px !important;

}





/*MODEL TAB PREVIEWS*/
.whythisnotworking {
    
}

.whythisnotworking .e-n-tabs {
    gap: 0px !important;
}

.whythisnotworking .e-n-tabs-heading {
  border-bottom: 1px solid rgb(222, 226, 230);
  align-content: center !important;
  align-self: center !important;
  justify-content: center !important;
  width: 100%;
  background: var(--dividerblue);
}



.whythisnotworking .e-n-tabs-heading .e-n-tab-title {
  background: transparent;
  gap: 0px !important;
  padding: 16px 16px !important;
}

.whythisnotworking .e-n-tabs-heading .e-n-tab-title:hover {
  color: var(--dodgerblue) !important;
  background: transparent !important;
}

.whythisnotworking .e-n-tabs-heading .e-n-tab-title[aria-selected="true"]{
  color: var(--dodgerdark) !important;
  background: transparent !important;
  border-bottom: 1px solid var(--dodgerdark) !important;
}/* End custom CSS */