/* General */
* {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
/* Drupal compat */
.visually-hidden{position:absolute!important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal}
.visually-hidden.focusable:active,.visually-hidden.focusable:focus{position:static!important;clip:auto;width:auto;height:auto;overflow:visible}
.form-background{overflow:hidden}

.shadow {
  -webkit-box-shadow: 0 2px 8px #0002;
  box-shadow: 0 2px 8px #0002;
}
.inner-shadow {
  -webkit-box-shadow: inset 0 2px 8px #0002;
  box-shadow: inset 0 2px 8px #0002;
}
body {
  font-family: 'Raleway', sans-serif;
}
.region {
  padding-top: 50px;
  padding-bottom: 50px;
}

.region h2 strong {
  /* border-bottom: 5px solid #e01f23; */
  padding-bottom: 5px;
  white-space: nowrap;
}
.spacer {
  clear: both;
}
input {
  max-width: 100%;
}
.block-header {
  font-size: 40px;
  color: #1a5c2e;
  margin-bottom: 40px;
}
img {
  width: 100%;
  height: auto;
}

/* Header Top Left */
/* Header Top Right */
/* Header Bottom */
#header-bottom {
  padding-bottom: 30px;
}
#header-bottom > .container > .row {
  align-items: center;
}
/* Site Branding */
#branding img {
  width: 200px;
}
/* Main menu */
#main-menu {
  padding-top: 0;
}
#main-menu nav > ul {
  padding: 0;
  list-style: none;
}
#main-menu nav > ul li {
  display: inline-flex;
  font-size: 19px;
  font-weight: bold;
}
#main-menu nav > ul li a, #main-menu nav > ul li span {
  display: block;
  padding: 0 22px;
  color: #1a5c2e;
  text-transform: uppercase;
  text-decoration: none;
}
#main-menu #block-mapfree-account-menu > ul li {
  margin-left: 20px;
}
#main-menu v#block-mapfree-account-menu > ul li a:after {
  content: ' \003E';
}
#main-menu #block-mapfree-account-menu > ul li a {
  border: 1px solid #244082;
  padding: 8px;
  border-radius: 10px;
}
#main-menu nav#block-mapfree-account-menu > ul li a:hover {
  color: #fff;
  background: #1a5c2e;
}
/* Showcase */
#showcase form {
  max-width: 100%;
  overflow: hidden;
}
/* Form */
#form-region .form-panel .container, #showcase .form-panel .container {
  background: #fffb;
  padding: 30px 60px;
  border-radius: 12px;
}
#form-region .form-panel, #showcase .form-panel {
  position: absolute;
  z-index: 100;
  top: 58%;
  width: 100%;
  transform: translateY(-50%);
}
#form-region .form-selectors {
  position: absolute;
  width: 100%;
  z-index: 100;
}
.form-selectors ul {
  padding-left: 0;
  list-style: none;
}
.form-selectors ul.row {
  margin-left: -30px!important;
  margin-right: -30px!important;
}
.form-selectors .form-selector {
  background: #244082;
  color: #fff;
  border-radius: 12px;
  padding: 10px;
  text-transform: uppercase;
  cursor: pointer;
}
.form-selector span:before {
  display: block!important;
  float:left;
  margin-right: 10px;
  margin-left: 3px;
}
.form-selectors .form-selector .btn-text {
  font-size: 13px;
}
.form-selectors .form-selector.active {
  background: #1a5c2e;
}
#form-region #formcarousel .form-item-description label, #showcase .form-item-description label {
  font-size:50px;
  text-transform:uppercase;
  line-height: 60px;
}
#form-region #formcarousel .form-item-description, #showcase .form-item-description {
  color: #1a5c2e;
  line-height: 30px;
}
#form-region #formcarousel .form-item-description .description, #showcase .form-item-description .description {
  font-weight: bold;
}
#form-region #formcarousel .form-input, #showcase .form-input {
  background: #fff;
  padding: 10px 20px;
  border-radius: 12px;
  cursor: text;
  border: 1px solid #244082aa;
  margin-bottom: 30px;
}

#form-region #formcarousel .form-input input, #showcase .form-input input {
  outline: none;
  border:none;
  text-transform:uppercase;
}
#form-region #formcarousel .form-input select{
  border: none;
  outline: none;
  width: 100%;
  -webkit-appearance: none;
  margin-top: .25rem;
  padding: 1px 2px;
  line-height: 24px;
  text-transform: uppercase;
}
#form-region #formcarousel .form-input select option {
  color: #000;
}

#form-region #formcarousel .form-input select option:first-child {
  color: #777;
}
#form-region #formcarousel .form-input select.empty-select {
  color: #777;
}
#form-region #formcarousel .form-submit input, #form-region #formcarousel .form-submit .btn, #showcase .form-submit input, #showcase .form-submit .btn {
  background: #244082;
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  border: none;
  outline: none;
  border-radius: 12px;
}
#form-region #formcarousel .form-submit, #showcase .form-submit {
  text-align: right;
}
#form-region #formcarousel .input-wrapper, #showcase #formcarousel .input-wrapper {
  padding-top: 10px;
  height: fit-content;
}
#form-region #formcarousel .form-actions, .product #showcase .form-actions{
  display: none;
}
/* Highlighted */
/* Featured top */
/* Top */
/* Breadcrumbs */
/* Help */
/* Content top */
/* Content */
.benefits-small > div:nth-child(even) .benefit .icon {
  background: #244082;
}
.benefits-small .benefit .icon {
  background: #1a5c2e;
  padding: 10px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.benefits-small .benefit .title {
  padding: 16px 10px;
  color: #244082;
  font-weight: bold;
}
.benefits-small .benefit .body {
  padding: 5px;
  color: #1a5c2e;
}
.benefits-small .benefit{
  border-radius: 12px;
  overflow: hidden;
  padding: 0 0 10px 0;
  text-align: center;
  margin-bottom: 20px;
  min-height: 310px;
}
.benefits-large .benefit {
  background: #1a5c2e;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 15px;
  border-radius: 12px;
}
.benefits-large .benefit .icon {
  padding: 30px 0;
}
.benefits-large .benefit .content {
  border-left: 1px solid #fff;
  padding-left: 0;
}

.benefits-large .benefit .content .title {
  border-bottom: 1px solid #fff;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 20px;
  font-size: 20px;
  font-weight: bold;
  margin-left: 0!important;
}
.benefits-large .benefit .content .body {
  padding: 15px 20px;
  font-size: 14px;
}
/* Sidebar first */
/* Sidebar second */
/* Content bottom */
#content-bottom {
  background: #f3f3f3;
}
.faq-card .image {
  background: #1a5c2e;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 10px;
}

.faq-card {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
  background: #fff;
}
.faq-card .content {
  position: relative;
  height: 100%;
  color: #1a5c2e;
}
.faq-card .content .title, .faq-card .content .body {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.faq-card .content .title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.faq-card .content .body {
  opacity: 0;
  color: #fff;
}
.faq-card:hover .content .body {
  opacity: 1;
}
.faq-card:hover .content .title {
  opacity: 0;
}
.faq .arrow-right {
  background: #244082;
  position: absolute;
  width: 43px;
  top: 40%;
  right: 0;
  padding: 5px;
  transform: translateY(-50%);
  border-radius: 7px;
}
.row.faq div:nth-child(2) .image,
.row.faq div:nth-child(3) .image{
  background: #244082;
}
.faq-card:hover {
  background: #1a5c2e;
}
.row.faq div:nth-child(2) .faq-card:hover,
.row.faq div:nth-child(3) .faq-card:hover{
  background: #244082;
}
.faq-card:hover .image{
  background: #244082;
}
.row.faq div:nth-child(2) .faq-card:hover .image,
.row.faq div:nth-child(3) .faq-card:hover .image{
  background: #1a5c2e;
}
/* Bottom */
/* Featured bottom */
#featured-bottom .nav-tabs{
  border: none;
}
#featured-bottom .nav-tabs .nav-item {
  padding: 0 5px;
}
#featured-bottom .nav .nav-item .nav-link {
  text-align: center;
  border: 1px solid #244082aa;
  border-radius: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1a5c2e;
}
#featured-bottom .nav .nav-item .nav-link:hover {
  background: #24408222;
}
#featured-bottom .nav .nav-item .nav-link.active {
  border: 1px solid #1a5c2e;
  background: #1a5c2e;
  color: #fff;
}
.service-card .body span:before {
  margin-left: 0;
  display: inline-block;
  top: 2px;
  position: relative;
}
.service-card {
  border: 1px solid #d1d9ed;
  margin-bottom: 30px;
  border-radius: 12px;
  font-family: 'Quicksand', sans-serif;
  background: #fff;
  color: #1a5c2e;
}
.service-card .image {
  width: 120px;
  height: 120px;
  border: 1px solid #d1d9ed;
  border-radius: 12px;
  padding: 20px;
}
.service-card .content {
  height: 100%;
}
.service-card .title {
  font-size: 18px;
  font-weight: bold;
}

.service-card .phone, .service-card .email {
  margin-right: 10px;
}
#featured-bottom #service-tabcontents {
  overflow-y: scroll;
  padding: 15px 30px 15px 15px;
  margin-right: -30px;
  background: #f3f3f3;
}
#featured-bottom #service-tabcontents::-webkit-scrollbar {
  -webkit-appearance: none;
}

#featured-bottom #service-tabcontents::-webkit-scrollbar:vertical {
  width: 11px;
}

#featured-bottom #service-tabcontents::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #fff; /* should match background, can't be transparent */
  background-color: #0007;
}
.service-card .body .links a {
  text-decoration: none;
  color: #1a5c2e;
}
#mobile-tab-selector {
  border: 1px solid #1a5c2e;
  background: #1a5c2e;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
#mobile-tab-selector span.svg-icon-b {
  margin-right: 15px;
  margin-left: 5px;
  top: 3px;
  position: relative;
}
/* Bottom Showcase */
/* Footer */
footer.region {
  background: #1a5c2e;
  color: #fff;
}
footer.region h2 {
  font-size: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff3;
  margin-bottom: 30px;
}
#block-legal > ul, #block-corporate > ul {
  list-style: none;
  padding-left: 0;
}
#block-legal > ul a, #block-corporate > ul a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 5px;
  display: block;
}

/* Footer Sidebar */
/* Copyright */
/* Media */
@media (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
  .service-card .links {
    display: inline;
    white-space: nowrap;
  }
  .service-card .body {
    position: absolute;
    padding-right: 48px;
    bottom: 55px;
  }
  .service-card .content {
    padding-right: 48px;
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .service-card .image {
    margin: 52px 48px;
  }
  .service-card .phone, .service-card .email {
    display: inline;
  }
}
@media (min-width: 1200px) {
  .form-selectors.nav-tabs .container{
    padding-left: 0;
    padding-right: 0;
  }
  .form-selectors.nav-tabs .container ul{
    margin-left: 0!important;
  }
  #form-region .form-selectors {
    margin-top: -30px;
  }
  #featured-bottom .nav-tabs .nav-link {
    padding: 30px 0;
    font-size: 20px;
  }
  .service-card .body {
    font-size: 14px;
  }
  #featured-bottom #service-tabcontents {
    height: 550px;
  }
  #featured-bottom .nav-tabs .nav-item{
    margin-bottom: 60px;
    margin-top: 60px;
  }
  #form-region #formcarousel .form-item-description, #showcase .form-item-description {
    padding-right: 100px;
  }
}
@media (max-width: 1499px) and (min-width: 1200px){
  #main-menu nav > ul li {
    font-size: 18px;
  }
  .form-selector span:before {
    max-width: 46px;
    height: 46px;
    margin-right: 0;
    margin-left: 0;
  }
  .form-selectors .form-selector .btn-text {
    font-size: 12px;
  }
  .form-selectors .form-selector {
    padding: 5px;
  }
  #header-bottom {
    padding-bottom: 10px;
  }
  .service-card .content {
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 220px;
  }
  .service-card .image {
    margin: 30px 20px;
  }
  .service-card .phone, .service-card .email {
    display: block;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .form-selectors.nav-tabs .container{
    padding-left: 0;
    padding-right: 0;
  }
  .form-selectors.nav-tabs .container ul{
    margin-left: 0!important;
    margin-right: -20px!important;
  }
  #branding img {
    width: 120px;
  }
  #main-menu nav > ul li {
    font-size: 16px;
  }
  #main-menu nav > ul li a {
    padding: 0 15px;
  }
  #main-menu nav#block-mapfree-account-menu > ul li {
    margin-left: 15px;
  }
  #main-menu {
    padding-top: 32px;
  }
  #formcarousel .form-selector-wrapper {
    padding-right: 5px;
    padding-left: 5px;
  }

  #formcarousel .form-selector-wrapper:first-child {
    padding-left: 15px;
  }

  #formcarousel .form-selector-wrapper:last-child {
    padding-right: 15px;
  }
  #form-region .form-selectors {
    margin-top: -35px;
  }
  #formcarousel .form-selector-wrapper .mid.svg-icon-b:before {
    max-width: 40px;
    height: 40px;
    margin-right: 0;
    margin-left: 0;
  }
  #formcarousel .form-selectors .form-selector {
    padding: 10px 4px;
  }
  #formcarousel .form-selectors .form-selector .btn-text {
    font-size: 12px;
    line-height: 16px!important;
    display: block;
  }
  #form-region {
    padding-top: 20px;
  }
  .benefits-large .benefit .content .title {
    padding-left: 15px;
    font-size: 18px;
  }
  .benefits-large .benefit .content .body {
    padding: 15px;
  }
  .benefits-small .svg-icon-b:before {
    max-width: 88px;
    height: 88px;
  }
  #featured-bottom .nav-tabs .nav-link {
    padding: 15px 0;
    font-size: 18px;
  }
  .service-card .title {
    font-size: 16px;
  }
  .service-card .body {
    font-size: 12px;
  }
  .service-card .content {
    margin-top: 15px;
    height: 160px;
    margin-right: 15px;
  }
  .service-card .image {
    margin: 15px
  }
  #featured-bottom #service-tabcontents {
    height: 445px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  #featured-bottom .nav-tabs .nav-item {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  footer.region h2 {
    min-height: 80px;
  }
  #form-region #formcarousel .form-item-description label, #showcase .form-item-description label {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  #form-region .form-panel .container, #showcase .form-panel .container {
    display: block;
  }
  #form-region .form-selectors {
    top: 0;
    height: 100%;
  }
  #form-region .form-selectors > .container {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
  }
  #form-region {
    padding-top: 0;
  }
  #header-bottom {
    padding-bottom: 10px;
  }
  #main-menu {
    padding-top: 20px;
  }
  #main-menu nav > ul li {
    font-size: 13px;
  }
  #main-menu nav > ul li > a, #main-menu nav > ul li > span  {
    padding: 0 5px;
  }
  #main-menu nav#block-mapfree-account-menu > ul li a {
    padding: 8px;
  }
  #block-socialmedia h2 {
    display: none;
  }
  #block-socialmedia {
    border-top: 1px solid #fff3;
    padding-top: 20px;
    margin-top: 10px;
  }
  div#block-footercontact {
    border-right: none;
  }
  .service-card .image {
    margin: 15px;
  }
  .form-selectors .form-selector {
    background: #fff!important;
    color: #1a5c2e;
    font-weight: bold;
    border: 1px solid #244082;
  }
  .form-selector span:before {
    margin-left: 0;
    background-color: #244082;
    border-radius: 8px;
    background-size: 80%;
    background-position: center;
  }
  .btn-return {
    font-weight: bold;
    color: #1a5c2e!important;
    font-size: 18px!important;
    text-transform: uppercase;
  }
  .btn-return span.svg-icon-b:before {
    margin-top: -5px;
    top: 5px;
    position: relative;
  }
  #featured-bottom #service-tabcontents {
    height: 580px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #branding img {
    width: 90px;
  }
  #main-menu nav#block-mapfree-account-menu > ul li {
    margin-left: 2px;
  }
  .benefits-large .benefit .icon {
    padding: 0 0 0 25px;
    margin-top: -20px;
  }
  .benefits-large .large.svg-icon-b:before {
    height: 85px;
  }
  .form-selectors .form-selector {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .service-card .content {
    padding: 15px 15px 15px 0;
  }
}
@media (max-width: 767px) {
  .benefits-large .benefit .content {
    padding-left: 15px;
  }
  #branding img {
    width: 130px;
  }
  .form-background img {
    min-height: 576px;
  }
  .form-selectors .form-selector {
    background: #1a5c2e;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 280px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
  .form-selectors .form-selector .btn-text {
    font-size: 18px;
  }
  #navbar-toggler {
    position: fixed;
    bottom: 20px;
    z-index: 200;
    text-align: center;
    padding: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  #navbar-toggler .navbar-toggler{
    background: #fff;
  }
  #branding {
    text-align: center;
    width: 100%;
  }
  #main-menu #block-mapfree-main-menu > ul li, #main-menu #block-mapfree-main-menu li.parent > span {
    border: 1px solid #244082;
    color: #1a5c2e!important;
    display: block;
    clear: both;
    width: 100%;
    font-size: 20px;
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 12px;
    -webkit-box-shadow: 0 2px 8px #0002;
    box-shadow: 0 2px 8px #0002;
  }
  #main-menu #block-mapfree-main-menu > ul li:after, #main-menu #block-mapfree-main-menu li.parent > span:after {
    content: " ";
    position: absolute;
    background-image: url("../vendor/svgicon/svg/arrow-right.svg");
    background-color: #244082;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    display: block;
    width: 24px;
    height: 24px;
    right: 30px;
    margin-top: -26px;
    z-index: 600;
    border-radius: 4px;
  }
  #main-menu #block-mapfree-main-menu > ul li a {
    color: #1a5c2e!important;
  }
  #main-menu #block-mapfree-main-menu > ul li.parent {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none!important;
  }
  #main-menu #block-mapfree-main-menu > ul li.parent:after {
    content: none!important;
  }
  #main-menu #block-mapfree-main-menu li.parent > span {
    margin-bottom: 0!important;
    margin-top: 10px;
  }
  .benefits-large > div:nth-child(even) .benefit{
    background: #244082;
  }
  #service-tabs {
    display: none;
    position: absolute;
  }
  #service-tabs.show {
    display: block;
  }
  #service-tabs.show {
    max-height: 400px;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #244082aa;
    border-radius: 12px;
  }
  #service-tabs {
    display: block;
    position: absolute;
    background: #fff;
    padding: 0 10px;
    max-height: 0;
    overflow: hidden;
    z-index: 10;
  }
  #featured-bottom .nav-tabs .nav-item {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  #header-bottom .navbar.show {
    left: 0;
  }
  .navbar.show #main-menu {
    left: 50%;
  }
  #header-bottom .navbar {
    position: fixed;
    left: -1000px;
    bottom: 0;
    top: 0;
    background: #0007;
    z-index: 300;
    width: 100%;
  }
  #main-menu {
    position: fixed;
    left: -850px;
    width: 80%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    bottom: 60px;
    top: 50px;
  }
  #main-menu-close {
    position: absolute;
    left: 50%;
    width: 90px;
    text-align: center;
    font-size: 60px;
    line-height: 40px;
    background: #1a5c2e;
    color: #fff;
    border-radius: 12px;
    padding-bottom: 10px;
    bottom: 35px;
    transform: translateX(-50%);
    cursor: pointer;
  }
  #main-menu #block-mapfree-main-menu > ul li a {
    color: #fff;
  }
  #block-mapfree-account-menu li a {
    font-size: 14px!important;
  }
  #block-mapfree-account-menu {
    bottom: 35px;
    position: absolute;
    text-align: center;
    width: 100%;
    margin-left: -20px;
  }
  #block-mapfree-main-menu {
    bottom: 110px;
    top: 70px;
    overflow-y: scroll;
    position: absolute;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
  }
  #block-mapfree-main-menu::-webkit-scrollbar {
    -webkit-appearance: none;
  }

  #block-mapfree-main-menu::-webkit-scrollbar:vertical {
    width: 11px;
  }

  #block-mapfree-main-menu::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid #fff; /* should match background, can't be transparent */
    background-color: #0007;
  }
  #main-menu li.parent {
    background: none!important;
    padding: 0!important;
  }
  #main-menu ul.dropdown {
    padding: 0 15px;
    list-style: none;
    max-height: 0px;
    overflow: hidden;
  }
  #main-menu .expand ul.dropdown {
    padding: 15px;
    max-height: 1000px;
  }

  #main-menu .dropdown a {
    font-size: 15px;
  }
  #main-menu .dropdown li {
    margin-bottom: 15px!important;
  }
  span#main-menu-title {
    background: #1a5c2e;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 18px;
  }
  #main-menu #block-mapfree-account-menu > ul li a {
    background: #1a5c2e;
    color:#fff;
  }
}
@media (min-width: 768px) {
  .benefits-large > div:nth-child(2) .benefit, .benefits-large > div:nth-child(3) .benefit {
    background: #244082;
  }
  #featured-bottom .nav-tabs .nav-item:first-child {
    padding-left: 0;
  }
  #featured-bottom .nav-tabs .nav-item:last-child {
    padding-right: 0;
  }
  #featured-bottom .nav-tabs {
    margin-right: -25px;
  }
  footer .footer > .row > div {
    border-right: 1px solid #fff3;
  }
  #main-menu nav {
    display: inline-flex;
  }
  #main-menu #block-mapfree-account-menu > ul li a {
    font-size: 0.7em;
  }
  #main-menu li.parent:hover ul.dropdown {
    max-height: 1000px;
    padding: 10px;
    border: 1px solid #244082;
  }
  #main-menu ul.dropdown {
    max-height: 0;
    position: absolute;
    overflow: hidden;
    background: #fff;
    z-index: 1000;
    border: 0px solid #244082;
    padding: 0 10px;
    border-radius: 12px;
    top: 40px;
    -webkit-box-shadow: 0 2px 8px #0002;
    box-shadow: 0 2px 8px #0002;
  }
  #main-menu ul.dropdown li {
    display: block;
    border: none!important;
  }
  #main-menu ul.dropdown li a {
    padding: 10px;
  }
  #main-menu #block-mapfree-main-menu > ul li {
    border-left: 1px solid #244082;
  }
  #main-menu #block-mapfree-main-menu > ul li:first-child {
    border-left: none;
  }
  #main-menu #block-mapfree-main-menu > ul li a:hover, #main-menu #block-mapfree-main-menu > ul li span:hover {
    color: #244082;
  }
}
@media (max-width: 575px) {
  .block-header {
    font-size: 32px;
  }
  .service-card .content {
    padding: 20px;
  }
}
.insurance .tabs .btn, .about-us .tabs .btn {
  background: #fff;
  width: 100%;
  padding: 10px;
  color: #1a5c2e;
  font-weight: bold;
  font-size: 24px;
}
.insurance .tabs {
  margin-top: -120px;
  margin-bottom: 60px;
}
.insurance .large.svg-icon-a:after, .insurance .large.svg-icon-b:before {
  max-width: 108px;
  height: 108px;
}
.insurance .benefit .title {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-top: 16px;
}

.insurance-payment-form, .insurance, .insurance a {
  color: #1a5c2e;
}

.insurance .benefit .card {
  padding: 25px;
  border-radius: 12px;
  margin-bottom: 15px;
}

.insurance .benefit .body {
  padding: 10px 70px;
  text-align: center;
}
.row.section {
  margin-bottom: 80px;
}

.insurance h3 .title-brand {
  color: #244082;
  display: block;
}

.insurance h3 {
  margin-bottom: 40px;
  font-size: 38px;
}
.insurance .faq, .insurance .doc {
  margin: 10px;
  line-height: 64px;
}

.insurance .faq span, .insurance .doc span {
  top:0;
  bottom:0;
  display:inline-block;
  width:64px;
  margin-right:30px
}
.insurance .faq span:before, .insurance .doc span:before {
  position: relative;
  left: 16px;
  top: 10px;
}
.insurance .table td:first-child {
  text-align: left!important;
}
.insurance .table tr:first-child {
  font-weight: bold;
}
.insurance .table td {
  border: 1px solid #244082;
  padding: 16px;
  text-align: center;
}
.insurance .table table {
  width: 100%;
}
.history-item img {
  max-width: 100%;
  height: auto;
}

.history-item .image {
  border-radius: 12px;
  overflow: hidden;
  margin-top: 30px;
}

.history-item .title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #244082;
}

.history-col:nth-child(1) .history-item .title ,
.history-col:nth-child(2) .history-item .title ,
.history-col:nth-child(3) .history-item .title  {
  text-align: right;
}

.history-col:nth-child(1) .history-item,
.history-col:nth-child(2) .history-item,
.history-col:nth-child(3) .history-item {
  padding-right: 40px;
}
.history-col:nth-child(4) .history-item,
.history-col:nth-child(5) .history-item,
.history-col:nth-child(6) .history-item {
  padding-left: 40px;
}

.history-col:nth-child(4) {
  margin-top: 300px;
}
.history-item {
  margin-bottom: 50px;
}
.history.card-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.history-col.card {
  border: none;
}
.history.card-columns:before {
  content: " ";
  display: block;
  background: #244082;
  width: 2px;
  height: 100%;
  position: absolute;
  z-index: 100;
  left: 50%;
}
.history-item .title:after{
  content: " ";
  display: block;
  background: #244082;
  width: 150px;
  height: 2px;
  position: absolute;
}

.history-col:nth-child(1) .history-item .title:after,
.history-col:nth-child(2) .history-item .title:after,
.history-col:nth-child(3) .history-item .title:after {
  right: -10px;
}
.history-col:nth-child(4) .history-item .title:after,
.history-col:nth-child(5) .history-item .title:after,
.history-col:nth-child(6) .history-item .title:after {
  left: -10px;
}
.history-item .body{
  color: #1a5c2e;
}
#block-historyintro .col-md-4 {
  text-align: center;
}
#block-historyintro h4 {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
}
#block-historyintro img {
  max-width: 300px;
}
#block-historyintro {
  color: #1a5c2e;
}
#top {
  background: #244082;
  color: #fff;
}
.page-title .subtitle {
  line-height: 64px;
}
.page-title .title {
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
}
.about-us {
  color: #1a5c2e;
}
.about-us img {
  max-width: 100%;
  width: 300px;
}
.about-us .tabs {
  margin-bottom: 50px;
}
.btn-primary {
  background-color: #1a5c2e;
}
.about-us .image {
  text-align: center;
}
.section .faq .body.show {
  padding: 30px 30px 5px;
  max-height: 200px;
}
.section .faq .body {
  line-height: 28px;
  padding: 0 30px;
  max-height: 0;
  overflow: hidden;
  transition: all 400ms ease;
}
#bottom .views-element-container {
  margin-bottom: 50px;
}
.content-image img{
  max-width: 100%;
  height: auto;
}

#contact-message-agency-request-form .js-form-type-textfield input,
#contact-message-agency-request-form .form-item select,
#contact-message-agency-request-form .js-form-type-email input,
#contact-message-agency-request-form .js-form-type-tel input,
#contact-message-agency-request-form .js-form-type-number input,
#contact-message-agency-request-form .js-form-type-textarea textarea,
#contact-message-agency-request-form .js-form-type-date input,
#user-register-form .js-form-type-textfield input,
#user-register-form .form-item select,
#user-register-form .js-form-type-email input,
#user-register-form .js-form-type-tel input,
#user-register-form .js-form-type-number input,
#user-register-form .js-form-type-textarea textarea,
#user-register-form .js-form-type-date input{
  width: 90%;
  height: 40px;
  border: none;
  box-shadow: 0 0 10px #ccc;
  padding: 0 10px;
}
#contact-message-agency-request-form .form-item label,
#user-register-form .form-item label{
  display: block;
  font-weight: bold;
  margin-top: 20px;
  font-size: 14px;
}
header#header {
  padding-top: 20px;
}
.agency .info-panel,
.user-register .info-panel {
  background: #1a5c2e;
  color: #fff;
  padding: 40px 25px;
  border-radius: 20px;
}
.agency .info-panel .info-text,
.user-register .info-panel .info-text {
  margin-top: 30px;
}

element.style {
}
.ajax-progress.ajax-progress-throbber {
  background: #fffa;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding-top: 25%;
  text-align: center;
}
.ajax-progress.ajax-progress-throbber .message {
  display: none;
}
.ajax-progress.ajax-progress-throbber .throbber {
  background-image: url(../img/throbber.gif);
  background-position: center;
  background-repeat: no-repeat;
  width: 260px;
  height: 40px!important;
  display: inline-block;
}
#formcarousel {
  position: relative;
}
#formcarousel .nav-tabs {
  border: none;
}
@media (max-width: 991px) and (min-width: 768px) {
  .form-background img {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .form-background img {
    height: 900px;
  }
}

/* Insurance Categories Grid - 5 columns */
.insurance-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
.insurance-categories .col-ins {
  flex: 0 0 calc(20% - 15px);
  max-width: calc(20% - 15px);
  margin-bottom: 0;
}
.insurance-categories .col-ins .ins-cat {
  height: 100%;
}
@media (max-width: 992px) {
  .insurance-categories .col-ins {
    flex: 0 0 calc(33.333% - 15px);
    max-width: calc(33.333% - 15px);
  }
}
@media (max-width: 576px) {
  .insurance-categories .col-ins {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}

/* Montserrat Turkish Font Override - Batch 2 */
body, h1, h2, h3, h4, h5, h6, .btn, input, select, textarea, label, p, span, a, button {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}