﻿/*$font1: -apple-system, BlinkMacSystemFont, "Tajawal", sans-serif;*/
@font-face {
  font-family: 'tajawal';
  src: url("../fonts/tajawal-medium-webfont.eot");
  src: url("../fonts/tajawal-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/tajawal-medium-webfont.woff2") format("woff2"), url("../fonts/tajawal-medium-webfont.woff") format("woff"), url("../fonts/tajawal-medium-webfont.ttf") format("truetype"), url("../fonts/tajawal-medium-webfont.svg#tajawalmedium") format("svg");
  font-weight: normal;
  font-style: normal; }

/*@font-face {
    font-family: 'tajawalregular';
    src: url('../fonts/tajawal-regular-webfont.eot');
    src: url('../fonts/tajawal-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/tajawal-regular-webfont.woff2') format('woff2'), url('../fonts/tajawal-regular-webfont.woff') format('woff'), url('../fonts/tajawal-regular-webfont.ttf') format('truetype'), url('../fonts/tajawal-regular-webfont.svg#tajawalregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tajawalblack';
    src: url('../fonts/tajawal-black-webfont.eot');
    src: url('../fonts/tajawal-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/tajawal-black-webfont.woff2') format('woff2'), url('../fonts/tajawal-black-webfont.woff') format('woff'), url('../fonts/tajawal-black-webfont.ttf') format('truetype'), url('../fonts/tajawal-black-webfont.svg#tajawalblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tajawalbold';
    src: url('../fonts/tajawal-bold-webfont.eot');
    src: url('../fonts/tajawal-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/tajawal-bold-webfont.woff2') format('woff2'), url('../fonts/tajawal-bold-webfont.woff') format('woff'), url('../fonts/tajawal-bold-webfont.ttf') format('truetype'), url('../fonts/tajawal-bold-webfont.svg#tajawalbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tajawalextrabold';
    src: url('../fonts/tajawal-extrabold-webfont.eot');
    src: url('../fonts/tajawal-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/tajawal-extrabold-webfont.woff2') format('woff2'), url('../fonts/tajawal-extrabold-webfont.woff') format('woff'), url('../fonts/tajawal-extrabold-webfont.ttf') format('truetype'), url('../fonts/tajawal-extrabold-webfont.svg#tajawalextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tajawalextralight';
    src: url('../fonts/tajawal-extralight-webfont.eot');
    src: url('../fonts/tajawal-extralight-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/tajawal-extralight-webfont.woff2') format('woff2'), url('../fonts/tajawal-extralight-webfont.woff') format('woff'), url('../fonts/tajawal-extralight-webfont.ttf') format('truetype'), url('../fonts/tajawal-extralight-webfont.svg#tajawalextralight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tajawallight';
    src: url('../fonts/tajawal-light-webfont.eot');
    src: url('../fonts/tajawal-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/tajawal-light-webfont.woff2') format('woff2'), url('../fonts/tajawal-light-webfont.woff') format('woff'), url('../fonts/tajawal-light-webfont.ttf') format('truetype'), url('../fonts/tajawal-light-webfont.svg#tajawallight') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
body, html {
  font-family: "tajawal";
  overflow-x: hidden;
  font-size: 1rem;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  text-decoration: none !important;
  color: #927112; }

a:focus, a:hover {
  color: #4baaa4; }

.white_clr {
  color: #ffffff !important; }

p {
  color: #000000;
  line-height: 1.5; }

p:not(#faqs .faq-list p, .vis_content p, .care_box p, .calender_icon p) {
  text-align: justify; }

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  /*  line-height:1;*/ }

.mar_top_30 {
  margin-top: 30px; }

.mar_top_50 {
  margin-top: 50px; }

.mar_bottom_50 {
  margin-bottom: 50px; }

.mar_bot_100 {
  margin-bottom: 100px !important; }

.mar_top_350 {
  margin-top: 350px; }

.pad_top_30 {
  padding-top: 30px; }

.pad_top_50 {
  padding-top: 50px; }

.pad_top_200 {
  padding-top: 200px; }

.pad_top_300 {
  padding-top: 300px; }

.pad_top_350 {
  padding-top: 350px; }

.clr_yellow {
  color: #927112; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 999;
  padding: 0em 0em 20px 0em; }
  #header .logo {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    position: relative; }
    #header .logo a {
      color: #556270; }
    #header .logo img {
      transition: 0.5s ease 0s;
      max-height: 150px; }
    #header .logo:after {
      content: "";
      background-image: url(../img/seperator.png);
      background-size: contain;
      position: absolute;
      right: -60px;
      width: 2px;
      height: 100%;
      background-repeat: no-repeat;
      z-index: 9; }
  #header.header-scrolled {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 12px 0em 20px 0em;
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0; }
    #header.header-scrolled .search_main {
      display: none; }
    #header.header-scrolled .container {
      align-items: center !important; }
    #header.header-scrolled .main_top {
      display: none; }
    #header.header-scrolled .logo_scroll {
      display: block !important; }
    #header.header-scrolled .logo {
      display: none;
      margin-top: 0 !important;
      transition: all 0.5s ease 0s; }
      #header.header-scrolled .logo img {
        transition: 0.5s ease 0s;
        max-height: 50px; }
    #header.header-scrolled .navbar a {
      color: #927112; }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.top_header {
  padding: 10px 0em 0px 0em; }
  .top_header ul {
    margin: 0;
    padding: 0; }
    .top_header ul li {
      margin: 0 1em; }
      .top_header ul li a {
        color: #000000;
        font-weight: bold; }
        .top_header ul li a.nav-link {
          padding: 0; }
        .top_header ul li a:hover {
          color: #4baaa4;
          transition: all 0.5s ease 0s; }
      .top_header ul li:last-child {
        margin-right: 0; }
  .top_header .btn_blue {
    font-size: 1rem;
    color: #ffffff; }

.navbar {
  flex-direction: column;
  padding: 0; }
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    margin-top: 1.5rem; }
    .navbar ul.top_menu_mobile {
      display: none; }
    .navbar ul li {
      position: relative; }
      .navbar ul li.activetag a {
        color: #4baaa4; }
      .navbar ul li a {
        padding: 0;
        color: #927112;
        font-weight: 600; }
        .navbar ul li a.nav-link {
          padding: 0; }
        .navbar ul li a:hover {
          transition: all 0.5s ease 0s;
          color: #4baaa4; }
      .navbar ul li.search_main i {
        font-size: 1.6rem;
        color: #927112; }
        .navbar ul li.search_main i::before {
          vertical-align: middle; }

.navbar ul li:last-child {
  margin: 0em !important; }
  .navbar ul li:last-child a:last-child {
    padding-right: 0em; }

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  font-size: 3rem;
  cursor: pointer;
  bottom: 0;
  position: relative;
  color: #04646f;
  line-height: 0;
  transition: 0.5s;
  bottom: 4px;
  right: 16px; }
  .mobile-nav-toggle .bar {
    display: flex;
    width: 32px;
    height: 3px;
    margin-bottom: 5px;
    position: relative;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }
    .mobile-nav-toggle .bar.-bar1 {
      background: #04646f; }
    .mobile-nav-toggle .bar.-bar2 {
      background: #03879a; }
    .mobile-nav-toggle .bar.-bar3 {
      background: #4baaa4; }
    .mobile-nav-toggle .bar:first-child {
      transform-origin: 0% 0%; }
    .mobile-nav-toggle .bar:nth-last-child(2) {
      transform-origin: 0% 100%; }

.mobile-nav-toggle.bi-x {
  color: #fff; }

.mobile_show {
  display: none; }

.mobile_logo {
  background: #fff;
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-top: 1em;
  padding-bottom: 1em; }

.dropdown_menu_logo {
  display: none; }

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #04646f;
  transition: 0.3s;
  z-index: 999;
  display: block; }
  .navbar-mobile .dropdown_menu_logo {
    display: block; }
  .navbar-mobile a {
    padding: 10px 20px;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400; }
  .navbar-mobile ul {
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    overflow-y: auto;
    transition: 0.3s;
    margin: 0 20px;
    position: relative;
    z-index: 1; }
    .navbar-mobile ul li {
      margin-bottom: 0; }
      .navbar-mobile ul li a {
        color: #ffffff !important;
        display: block;
        font-weight: 400;
        border-bottom: 1px solid #3f7773;
        padding: 10px 0px 10px 0px; }
    .navbar-mobile ul.top_menu_mobile {
      padding: 0;
      display: block; }
      .navbar-mobile ul.top_menu_mobile li {
        display: block; }
        .navbar-mobile ul.top_menu_mobile li .customer_portal {
          width: 100%;
          margin-top: 1em;
          border-radius: 0; }
  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 24px;
    right: 0px;
    color: #4baaa4; }
    .navbar-mobile .mobile-nav-toggle .bar {
      opacity: 1;
      transform: rotate(45deg) translate(-20px, -1px); }
      .navbar-mobile .mobile-nav-toggle .bar:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2); }
      .navbar-mobile .mobile-nav-toggle .bar:nth-last-child(2) {
        transform: rotate(-45deg) translate(-16px, -1px); }
  .navbar-mobile .mobile_show {
    display: block; }

.search-card_mobile {
  margin: 0.75rem 0;
  margin-right: 0.5rem; }
  .search-card_mobile button, .search-card_mobile a {
    background: #4baaa4;
    color: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .search-card_mobile input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.flex_btn .btn {
  margin-right: 1em !important; }

.without_arrow .btn {
  padding: 0.575rem 1.75rem; }

.btn {
  text-align: left; }

.btn_blue {
  background-color: #4baaa4 !important;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff !important;
  border-radius: 12px;
  transition: all 0.5s ease 0s;
  padding-right: 3.5em !important;
  position: relative;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url("../img/btn_arrow.png");
  background-repeat: no-repeat;
  background-position: bottom 50% right 10px;
  box-shadow: none !important; }
  .btn_blue span {
    position: absolute;
    right: 10px; }
  .btn_blue:hover {
    background-color: #347571 !important;
    transition: all 0.5s ease 0s;
    color: #fff !important; }

.btn_yellow {
  background-color: #927112 !important;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff !important;
  border-radius: 12px !important;
  transition: all 0.5s ease 0s;
  padding-right: 3.5em !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url("../img/btn_arrow.png");
  background-repeat: no-repeat;
  background-position: bottom 50% right 10px;
  box-shadow: none !important;
  /*    span {
    position: absolute;
    right: 10px;
}*/ }
  .btn_yellow:hover {
    background-color: #7b5f0f !important;
    transition: all 0.5s ease 0s;
    color: #fff; }

.padding_0 > * {
  padding: 0; }

.btn_white {
  background: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  color: #4baaa4;
  border-radius: 12px;
  transition: all 0.5s ease 0s;
  padding-right: 3.5em;
  position: relative;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url("../img/btn_arrow_blue.png");
  background-repeat: no-repeat;
  background-position: bottom 50% right 10px;
  /*span {
    position: absolute;
    right: 10px;
}*/ }
  .btn_white:hover {
    background-color: #347571;
    transition: all 0.5s ease 0s;
    color: #fff; }

.btn_rotate {
  background-image: url("../img/btn_arrow_lft.png");
  padding-left: 3.5em !important;
  /*    padding: 0.5em 1em 0.5em 3em !important;*/
  padding-right: 1em !important;
  background-position: bottom 50% left 10px; }

#headCarousel {
  width: 100%;
  background-color: rgba(63, 73, 83, 0.8);
  overflow: hidden;
  position: relative;
  padding-top: 40.36%; }
  #headCarousel .carousel-inner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    height: 100%; }
  #headCarousel .get_policy {
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    width: 260px;
    z-index: 9;
    right: var(--bs-gutter-x, 3rem);
    padding: 1em;
    text-align: center;
    border: 1px solid #927112;
    cursor: move;
    top: 23%; }
    #headCarousel .get_policy .btn {
      width: 100%; }
    #headCarousel .get_policy h3 {
      color: #04646f;
      margin-bottom: 1em;
      line-height: 1.3; }
  #headCarousel .carousel::before,
  #headCarousel .carousel-inner::before,
  #headCarousel .carousel-item::before,
  #headCarousel .carousel-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
  #headCarousel .carousel-indicators {
    padding: 0; }
  #headCarousel .carousel-item {
    background-size: contain;
    background-repeat: no-repeat;
    transition-property: opacity;
    background-position: center;
    height: 100%; }
    #headCarousel .carousel-item .carousel-background {
      width: 100%;
      height: 100%;
      background-size: 100% auto;
      background-position: top center;
      background-repeat: no-repeat; }
    #headCarousel .carousel-item .carousel-content {
      position: relative;
      top: 3em;
      left: 0em;
      padding-left: 2em; }
      #headCarousel .carousel-item .carousel-content h2 {
        color: #04646f;
        margin: 0; }
      #headCarousel .carousel-item .carousel-content h4 {
        color: #000000;
        margin: 1.1em 0; }
  #headCarousel .carousel-container {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    top: 0px;
    height: 100%; }
  #headCarousel .carousel-inner .carousel-item,
  #headCarousel .carousel-inner .active.carousel-item-left,
  #headCarousel .carousel-inner .active.carousel-item-right {
    opacity: 0; }
  #headCarousel .carousel-inner .active,
  #headCarousel .carousel-inner .carousel-item-next.carousel-item-left,
  #headCarousel .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s; }
  #headCarousel .carousel-inner .carousel-item-next,
  #headCarousel .carousel-inner .carousel-item-prev,
  #headCarousel .carousel-inner .active.carousel-item-left,
  #headCarousel .carousel-inner .active.carousel-item-right {
    left: 0;
    transform: translate3d(0, 0, 0); }
  #headCarousel .carousel-control-prev,
  #headCarousel .carousel-control-next {
    width: 10%;
    top: 112px; }
  #headCarousel .carousel-control-next-icon,
  #headCarousel .carousel-control-prev-icon {
    background: none;
    font-size: 36px;
    line-height: 1;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 10px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5); }
  #headCarousel .carousel-control-next-icon:hover,
  #headCarousel .carousel-control-prev-icon:hover {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8); }
  #headCarousel .carousel-indicators li {
    cursor: pointer;
    background: #ffffff;
    overflow: hidden;
    border: 0;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    opacity: 1;
    transition: 0.3s;
    margin: 0 5px; }
  #headCarousel .carousel-indicators li.active {
    background: #4baaa4; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  background: #04646f;
  padding: 2em 0;
  background-image: url(../img/foot_back.png);
  background-repeat: no-repeat;
  position: relative;
  background-position: right; }
  footer .container {
    position: relative; }
  footer .mobile_details i {
    font-size: 2rem; }
    footer .mobile_details i:before {
      vertical-align: middle; }
  footer .foot_flex .mobile_details span {
    margin-right: 10px; }
  footer .foot_flex .mobile_details a {
    cursor: pointer !important;
    transition: all 0.5s ease 0s; }
    footer .foot_flex .mobile_details a:hover {
      color: #927112;
      transition: all 0.5s ease 0s; }
  footer .foot_flex .foot_link h5 {
    font-weight: bold;
    color: #fff; }
    footer .foot_flex .foot_link h5 a {
      color: #fff;
      cursor: auto; }
  footer .foot_flex .foot_link ul {
    padding: 0; }
    footer .foot_flex .foot_link ul li {
      list-style: none;
      margin-bottom: 1em; }
      footer .foot_flex .foot_link ul li a {
        color: #fff;
        transition: all 0.5s ease 0s; }
        footer .foot_flex .foot_link ul li a:hover {
          color: #927112;
          transition: all 0.5s ease 0s; }
  footer .social_media {
    position: absolute;
    bottom: 5%;
    right: 5%; }
    footer .social_media ul li a i {
      color: #04646f;
      font-size: 40px;
      background: #4baaa4;
      border-radius: 10px;
      width: 45px;
      height: 45px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.5s ease 0s; }
      footer .social_media ul li a i:hover {
        background: #927112;
        color: #fff;
        transition: all 0.5s ease 0s; }

/*--------------------------------------------------------------
# Bottom Footer
--------------------------------------------------------------*/
.bottom_footer {
  background: #c5e4e2;
  padding: 20px 0; }
  .bottom_footer ul {
    margin-bottom: 0; }
  .bottom_footer .foot_logo ul {
    padding: 0; }
    .bottom_footer .foot_logo ul li {
      margin: 0 1em; }
      .bottom_footer .foot_logo ul li .logo_box {
        max-width: 112px;
        max-height: 54px; }
        .bottom_footer .foot_logo ul li .logo_box a {
          display: block; }
        .bottom_footer .foot_logo ul li .logo_box img {
          max-height: inherit; }
        .bottom_footer .foot_logo ul li .logo_box.ambest_logo {
          max-width: 132px; }

.sub_header {
  background: #4baaa4;
  padding: 3em 0; }
  .sub_header .head_details h1 {
    color: #fff;
    margin: 0; }

.main_header {
  padding: 1em 0; }
  .main_header .flex_header {
    display: flex;
    justify-content: space-between; }
    .main_header .flex_header h2 {
      color: #4baaa4; }
    .main_header .flex_header h3 {
      color: #927112; }

.pl-3 {
  padding-left: 3em; }

.insurance-sec {
  background: #4baaa4; }
  .insurance-sec .insurance_content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .insurance-sec .shadow_box {
    position: absolute;
    right: 0; }
  .insurance-sec.white_back_sec {
    background: #ffffff !important; }
  .insurance-sec .health_relative {
    position: relative; }
  .insurance-sec .motor_shadow {
    position: relative; }
    .insurance-sec .motor_shadow:after {
      content: "";
      position: absolute;
      right: 0;
      background: url("../img/motor_shadow_bg_yellow.png");
      background-position: right;
      background-repeat: no-repeat;
      background-size: contain;
      width: 250px;
      height: 80%;
      top: 10%;
      z-index: 0; }
  .insurance-sec.property_insur_sec {
    position: relative; }
    .insurance-sec.property_insur_sec .insurance_content {
      z-index: 1;
      position: relative; }
    .insurance-sec.property_insur_sec:after {
      content: "";
      position: absolute;
      right: 0;
      background: url("../img/home_desktop.png");
      background-position: right;
      background-repeat: no-repeat;
      background-size: contain;
      width: 80%;
      height: 80%;
      top: 10%;
      z-index: 0; }
  .insurance-sec .health_shadow {
    position: relative; }
    .insurance-sec .health_shadow:after {
      content: "";
      position: absolute;
      right: 0;
      background: url("../img/health_bg_yellow.png");
      background-position: right;
      background-repeat: no-repeat;
      background-size: contain;
      width: 250px;
      height: 80%;
      top: 10%;
      z-index: 0; }
  .insurance-sec h5 {
    margin: 1.2em 0;
    line-height: 1.1; }
  .insurance-sec h3 {
    margin: 1.2em 0;
    line-height: 1.1; }
  .insurance-sec .insurance_content.whit_back h2 {
    color: #927112; }
  .insurance-sec .insurance_content.whit_back h5 {
    color: #000000; }
  .insurance-sec .insurance_content.dark_back h2 {
    color: #ffffff; }
  .insurance-sec .insurance_content.dark_back h5 {
    color: #ffffff; }

.form_details label {
  font-weight: bold;
  color: #000000; }
  .form_details label span {
    color: #4baaa4; }

.form_details .form-control, .form_details input {
  width: 100%; }

.policy_list ul li a {
  background: #e1e1e1;
  border-radius: 40px;
  font-size: 1.2rem;
  text-transform: uppercase;
  display: block;
  color: #000000;
  padding: 0.6em 1em;
  font-weight: bold; }

.insurance_tab li.active a {
  background: #4baaa4;
  color: #ffffff; }

.tab-content.active {
  display: block; }

.tab-content.hide {
  display: none; }

.policy_type .btn_yellow {
  background: #927112 !important;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff !important;
  border-radius: 12px !important;
  transition: all 0.5s ease 0s;
  position: relative;
  border: 1px solid #927112 !important;
  box-shadow: none !important;
  font-size: 1.2rem !important;
  padding: 0.3rem 1.5rem !important; }
  .policy_type .btn_yellow:hover {
    background: #7b5f0f !important;
    border: 1px solid #7b5f0f !important; }

.policy_type .btn_blue {
  background: #4baaa4 !important;
  border: 1px solid #4baaa4;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff !important;
  border-radius: 12px !important;
  transition: all 0.5s ease 0s;
  padding-right: 3.5em;
  position: relative;
  border: 1px solid #4baaa4 !important;
  box-shadow: none !important;
  font-size: 1.2rem !important;
  padding: 0.3rem 1.5rem !important; }
  .policy_type .btn_blue:hover {
    background: #347571 !important;
    border: 1px soliddarken(#4baaa4, 15%) !important; }

.policy_type .btn_white {
  background: #ffffff !important;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  color: #4baaa4 !important;
  border-radius: 12px !important;
  transition: all 0.5s ease 0s;
  padding-right: 3.5em;
  position: relative;
  border: 1px solid #4baaa4 !important;
  box-shadow: none !important;
  font-size: 1.2rem !important;
  padding: 0.3rem 1.5rem !important; }
  .policy_type .btn_white:hover {
    background: #347571 !important;
    border: 1px soliddarken(#4baaa4, 15%) !important;
    color: #ffffff !important; }

.ffSelectWrapper .ffSelectMenuWrapper {
  display: none;
  left: -1px;
  max-height: 196px;
  overflow: auto;
  position: absolute;
  width: 100%; }

.pay-policy input[type="text"], .ffSelectWrapper {
  height: 60px;
  border-radius: 0 !important;
  border: 1px solid #4baaa4 !important;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background-image: none !important; }

.pay-policy.form_details label {
  color: #ffffff; }

.premium_policy.insurance-sec h3 {
  color: #ffffff; }

.premium_policy .slider-nav .menu_slide.is-active a {
  background: #ffffff;
  color: #4baaa4; }

.premium_policy .slider-nav .menu_slide a {
  background: #e1e1e1;
  border-radius: 15px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000000;
  padding: 0.3em 0.5em;
  display: inline-block;
  text-align: center; }

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 60px;
  z-index: 999;
  background: #000000;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s; }
  .back-to-top.active {
    visibility: visible;
    opacity: 1; }
  .back-to-top:hover {
    background: #4baaa4;
    color: #fff; }
  .back-to-top i {
    font-size: 28px;
    color: #ffffff;
    line-height: 0; }

.slider-nav .slick-slide {
  margin: 0 0.5em; }
  .slider-nav .slick-slide.is-active .menu_slide a {
    background: #4baaa4;
    color: #ffffff; }

.slider-single {
  margin-top: 2em; }

.gallery_box .slick-prev {
  left: 5%;
  z-index: 999;
  top: 40%; }

.gallery_box .slick-next {
  right: 5%;
  z-index: 999;
  top: 40%; }

.insurance_chart {
  padding: 2em 0; }
  .insurance_chart .about_content h2 {
    color: #927112;
    margin-bottom: 0.8em; }
  .insurance_chart .about_content p {
    margin-bottom: 1em; }

.vision .vis_content {
  text-align: center; }
  .vision .vis_content h4 {
    color: #ffffff;
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 0.5em; }
  .vision .vis_content p {
    color: #ffffff; }

.contact_box {
  background: #4baaa4;
  padding: 1.5em 0; }
  .contact_box h2 {
    color: #ffffff;
    margin: 0; }

.contact_details {
  background: #927112;
  padding: 2em 0; }
  .contact_details .cont_flex {
    display: flex;
    justify-content: center;
    align-items: center; }
    .contact_details .cont_flex .cont_box {
      margin: 0em 5em; }
  .contact_details .contact_num {
    display: flex;
    align-items: center; }
    .contact_details .contact_num img {
      margin-right: 1em; }
    .contact_details .contact_num h2 {
      color: #ffffff;
      font-weight: bold; }

.pay-policy input[type="text"] {
  height: 55px;
  border-radius: 0;
  border: 1px solid #4baaa4;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

.bg_yellow {
  background: #927112; }

.bg_green {
  background: #4baaa4; }

.chairman_msg {
  padding: 3em 0; }
  .chairman_msg .about_content h3 {
    color: #ffffff;
    margin-bottom: 1.5em; }
  .chairman_msg .about_content p {
    color: #ffffff; }
  .chairman_msg .about_content .chairman_details {
    margin-top: 2em; }
    .chairman_msg .about_content .chairman_details h4 {
      color: #ffffff;
      font-weight: bold; }
    .chairman_msg .about_content .chairman_details p {
      margin-bottom: 0; }
  .chairman_msg.bg_white_box .about_content h3 {
    color: #000000; }
  .chairman_msg.bg_white_box .about_content p {
    color: #000000; }
  .chairman_msg.bg_white_box .about_content .chairman_details h4 {
    color: #000000; }

#band-cookies {
  background: #927112 !important;
  z-index: 999; }

#band-cookies-close {
  background: #927112 !important; }

.management_team {
  padding: 2em 0; }
  .management_team .team_list {
    margin-bottom: 2em; }
    .management_team .team_list img {
      margin-bottom: 1rem; }
    .management_team .team_list h2 {
      color: #ffffff; }
  .management_team h3 {
    color: #ffffff;
    margin-bottom: 2em; }

.menu_slide {
  text-align: center; }

.pay-policy .ffSelectWrapper, .pay-policy input[type="text"] {
  background: #fff !important;
  font-size: 1rem !important; }

/*.search_main {
    width: 70px;
}*/
/*.stckyfloat-menu {
    display:none !important;
}*/
.management_team {
  padding: 5em 0; }
  .management_team h2 {
    color: #ffffff; }
  .management_team .team_list h4 {
    color: #ffffff; }

.board_directors {
  padding: 5em 0; }
  .board_directors .mar_board_bot {
    margin-bottom: 5em; }
  .board_directors .board img {
    margin-bottom: 1em; }
  .board_directors .board h3 {
    text-transform: uppercase;
    color: #927112;
    font-weight: bold; }
  .board_directors .board h4 {
    text-transform: uppercase;
    color: #000000;
    font-weight: bold; }
  .board_directors .board.board_slide {
    text-align: center; }
    .board_directors .board.board_slide img {
      display: inline; }

.sub_title {
  text-align: center;
  margin-bottom: 3em; }
  .sub_title h3 {
    color: #000000;
    text-transform: uppercase; }

.career_content {
  padding: 3em 0; }

.careers_field table {
  background: #fff;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 15px; }
  .careers_field table thead th {
    font-weight: bold;
    text-transform: uppercase;
    padding: 1em 0.5em;
    text-transform: uppercase;
    background: #4baaa4;
    color: #ffffff; }
  .careers_field table tbody td {
    background: #f4f1e7;
    padding: 1em 0.5em;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.92rem; }
    .careers_field table tbody td a {
      color: #927112; }

.careers_field h4 {
  /*        text-align: center;*/
  color: #000000;
  text-transform: uppercase; }

.inside_title h4 {
  color: #04646f;
  font-weight: 500;
  text-transform: uppercase; }

.careers {
  padding-bottom: 4em; }
  .careers label {
    display: block;
    color: #000000;
    font-weight: bold; }

.form_details .formsize .row {
  margin-bottom: 1.5rem; }

.flex_btn input {
  width: auto;
  height: 47px;
  border-radius: 6px !important;
  font-size: 1.2rem; }

.form input[type="text"], .form input[type="password"], .form select, .form textarea {
  width: 100%;
  color: #000000;
  margin-bottom: 0rem;
  padding: .25rem;
  outline: 0;
  height: 55px;
  background: #ffffff;
  padding-left: 15px;
  border: 1px solid #c5e4e2;
  border-radius: 0; }

#content_fuResume {
  height: 60px; }

.form input[type="text"], .form select, .form textarea {
  border-radius: 0px; }

.care_box {
  border: 1px solid #4baaa4;
  border-radius: 5px;
  padding: 1em; }
  .care_box .care_flex {
    display: flex; }
    .care_box .care_flex small a {
      display: inherit; }
  .care_box a {
    display: flex; }
  .care_box .care_icon {
    margin-right: 10px; }
  .care_box h2 {
    color: #927112;
    font-weight: 500; }

/*--------------------------------------------------------------
# Search in Header, starts here
--------------------------------------------------------------*/
.search-card {
  position: absolute;
  right: var(--bs-gutter-x, 3rem);
  top: 4rem;
  z-index: 99;
  border: 2px solid #03879a;
  border-radius: 0.25rem;
  display: none; }
  .search-card input {
    border: 0;
    border-radius: 0; }
  .search-card button, .search-card a {
    background: #4baaa4;
    color: #fff;
    border-radius: 0;
    padding: 0.25rem 0.75rem !important; }
    .search-card button:hover, .search-card a:hover {
      background: #927112;
      color: #fff; }
  .search-card .searchmenu {
    position: absolute;
    top: 2.2rem;
    left: 0;
    width: 100%; }
    .search-card .searchmenu ul {
      list-style: none;
      padding: 0;
      margin: 0;
      border: 1px solid #03879a;
      border-radius: 0.25rem;
      border-bottom: 0; }
      .search-card .searchmenu ul li {
        border-bottom: 1px solid #03879a;
        padding: 0.25rem 0;
        background: #fff; }
        .search-card .searchmenu ul li a {
          background: #fff;
          color: #03879a; }

/*--------------------------------------------------------------
# Search in Header, ends here
--------------------------------------------------------------*/
.policy_box {
  height: 100%;
  background-image: url(../img/policy_left.jpg);
  background-size: cover;
  background-position: center; }

.persoanl_policy_content {
  margin: 2em 0; }

.personal_insurance p {
  font-size: 1.2rem; }

.inside_title.clr_blue h3 {
  color: #4baaa4; }

.inside_title.clr_yellow h3 {
  color: #927112; }

.inside_title.clr_black h3 {
  color: #000000; }

.inside_title h3 {
  font-size: 3rem;
  color: #ffffff; }

.coverage_sec {
  padding: 3em 0;
  background-image: url("../img/back_car_motor.png");
  background-size: 20%;
  background-position: right bottom;
  background-repeat: no-repeat; }

.medical_inside_insu {
  padding: 3em 0;
  background-image: url("../img/health_insur_back.png");
  background-size: 20%;
  background-position: right bottom;
  background-repeat: no-repeat; }

.travel_sec {
  padding: 3em 0;
  background-image: url("../img/property_insur_back.png");
  background-size: 10%;
  background-position: right 10px bottom 50px;
  background-repeat: no-repeat; }
  .travel_sec .document_verify h5 {
    margin: 0.2em 0; }

.faq-list ul {
  padding: 0;
  list-style: none; }
  .faq-list ul li + li {
    margin-top: 0px; }

.faq-list li {
  padding: 18px 0px;
  position: relative;
  border-bottom: 1px solid #fff; }
  .faq-list li i {
    color: #ffffff;
    font-size: 1rem; }

.faq-list a {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 40px;
  outline: none;
  cursor: pointer;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 550;
  position: relative;
  transition: all 0.5s ease 0s;
  /* &:hover {
        color: $black;
        transition: all 0.5s ease 0s;
    }*/ }
  .faq-list a::before {
    content: "";
    background-image: url("../img/check.png");
    background-position: left;
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px; }
  .faq-list a.collapsed {
    color: #ffffff; }
    .faq-list a.collapsed .icon-show {
      display: inline-block; }
    .faq-list a.collapsed .icon-close {
      display: none; }

.faq-list .icon-help {
  font-size: 20px;
  position: absolute;
  right: 0;
  left: 0px;
  color: #ffffff; }

.faq-list .icon-show {
  font-size: 50px;
  position: absolute;
  right: 0;
  top: -15px; }

.faq-list .icon-close {
  font-size: 50px;
  position: absolute;
  right: 0;
  top: -15px; }

.faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
  color: #ffffff; }

.faq-list span {
  color: #fff !important;
  font-size: 1.05rem !important;
  font-family: "Tajawal", sans-serif !important; }

.faq-list .icon-show {
  display: none; }

.clr_white .document_verify .document_listed p {
  color: #ffffff; }

.clr_white .document_verify .document_listed .inside_title h3 {
  color: #ffffff; }

.clr_white .document_verify .document_listed .document_content h5 {
  color: #ffffff; }

.document_verify {
  padding: 4em 0; }
  .document_verify.col_2 ul {
    column-count: 2; }
  .document_verify .document_listed ul {
    padding: 0; }
    .document_verify .document_listed ul li {
      list-style: none; }
  .document_verify .document_listed .document_content {
    padding: 0.8em 0; }
    .document_verify .document_listed .document_content .icon_document {
      margin-right: 1em; }
    .document_verify .document_listed .document_content h5 {
      font-size: 1.5rem;
      font-weight: 550;
      color: #000000; }
      .document_verify .document_listed .document_content h5 span {
        font-weight: 400;
        flex: 0 0 2%;
        max-width: 2%; }

.motor_insurance {
  padding: 5em 0; }
  .motor_insurance .faq-list ul li {
    margin-bottom: 2em;
    border-bottom: 1px solid #c9b889; }
    .motor_insurance .faq-list ul li a {
      font-weight: 550;
      /* color: $green;*/ }

.more_policy_box {
  position: relative; }
  .more_policy_box:after {
    content: "";
    background: url("../img/back_shadow.png");
    position: absolute;
    left: 0;
    background-size: cover;
    background-position: bottom;
    height: 100%;
    width: 100%;
    top: 0; }
  .more_policy_box a {
    display: block; }
  .more_policy_box .policy_head {
    position: absolute;
    bottom: 3rem;
    left: 3rem;
    z-index: 99; }
    .more_policy_box .policy_head h3 {
      color: #ffffff;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 1.6rem; }

.personal_policies {
  padding-top: 5em; }

.read_more a {
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffffff; }

.motor_insurance .faq-list ul li a {
  /* &:hover {
                    color: $green;
                }*/ }
  .motor_insurance .faq-list ul li a:before {
    background: transparent; }

.motor_insurance .read_more a:hover {
  color: #4baaa4; }

/*.scrollMenuItems {

    .topMenuDesk {
        ul {
            margin-bottom: 0.5rem;
            padding: 0;
            list-style: none;
            display: flex;
            justify-content: center;

            li {
                margin: 0 4rem;

                h1, span {
                    display: none;
                }

                a {
                    color: #fff;
                    opacity: 0.4;
                    font-size: 1.2rem;
                    font-weight: bold;
                    position: relative;
                    z-index: 1;

                    &.activeMenu {
                        opacity: 1;
                    }
                }

                &:last-child {
                    margin-right: 0;
                }
            }

            .slick-track {
                text-align: center;
            }
        }
    }
}*/
.about_head {
  background: #927112;
  padding: 0.5rem 0;
  margin: 0;
  margin-bottom: 3rem;
  position: relative; }
  .about_head h3 {
    color: #ffffff; }
  .about_head h1, .about_head h2, .about_head h3 {
    margin: 0; }
  .about_head .sub_head {
    background: #4baaa4;
    padding: 2em 0; }
    .about_head .sub_head h1 {
      color: #fff;
      margin: 0; }
  .about_head:after {
    content: "";
    background: url("../img/header_shape_box.png");
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    position: absolute;
    right: 0;
    width: 250px;
    height: 100%;
    background-size: contain;
    background-position: right 20px bottom -1px;
    bottom: 0;
    background-repeat: no-repeat;
    z-index: 0; }

.scrollMenuItems {
  position: relative;
  z-index: 1; }
  .scrollMenuItems .topMenuDesk ul {
    margin-bottom: 0.5rem;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: end; }
    .scrollMenuItems .topMenuDesk ul li {
      margin: 0 2rem; }
      .scrollMenuItems .topMenuDesk ul li h1, .scrollMenuItems .topMenuDesk ul li span {
        display: none; }
      .scrollMenuItems .topMenuDesk ul li a {
        color: #fff;
        font-size: 1rem; }
        .scrollMenuItems .topMenuDesk ul li a.activeMenu {
          font-weight: bold; }
      .scrollMenuItems .topMenuDesk ul li:last-child {
        margin-right: 0; }
    .scrollMenuItems .topMenuDesk ul .slick-track {
      text-align: center; }

.table_box {
  margin: 3em 0; }

.topMenuMob {
  display: none; }

.document_verify.travel_change span {
  margin-right: 0.5em !important; }

.document_verify.auto_care_box {
  padding: 4em 0; }
  .document_verify.auto_care_box .document_listed .document_content h5 {
    font-weight: 400;
    display: flex; }

.content_third_party {
  margin-bottom: 1em; }
  .content_third_party p {
    color: #ffffff;
    font-size: 1.3rem; }

.sel-quote a {
  display: inline-block; }

.head_form {
  margin: 3rem 0; }
  .head_form h2 {
    color: #927112;
    text-transform: uppercase; }
  .head_form h5 {
    color: #927112;
    font-size: 1.5rem;
    text-transform: uppercase; }

.linking_boxes, .linking_btns {
  margin: 2em 0;
  padding: 0; }
  .linking_boxes a, .linking_btns a {
    margin: 0 0.15rem; }
  .linking_boxes .btn, .linking_btns .btn {
    display: inline-block;
    width: auto; }
    .linking_boxes .btn.btn_yellow, .linking_btns .btn.btn_yellow {
      float: right; }
    .linking_boxes .btn.btn_blue, .linking_btns .btn.btn_blue {
      float: left !important; }

@media (max-width: 767px) {
  .linking_boxes, .linking_btns {
    display: inherit; }
    .linking_boxes .btn, .linking_btns .btn {
      display: inline-block !important;
      width: 85% !important;
      margin: 0.5rem auto !important;
      /*&.btn_yellow {
                float: left !important;
            }

            &.btn_blue {
                float: left !important;
            }*/ } }

.list_claim {
  padding: 3em 0; }
  .list_claim p {
    text-align: left;
    font-size: 1.2rem; }
  .list_claim a {
    text-align: left;
    font-size: 1.2rem;
    padding: 0; }

.report_content p {
  color: #fff;
  font-size: 1.2rem; }

.bold_without ul li .document_content h5 {
  font-weight: normal !important; }

.insurance_img.persnal_back {
  height: 100%;
  background-image: url(../img/personal_banner.jpg);
  background-size: cover;
  background-position: center; }

.insurance_img.travel_back {
  height: 100%;
  background-image: url(../img/travel_insur_more.jpg);
  background-size: cover;
  background-position: center; }

.insurance_img.home_back {
  height: 100%;
  background-image: url(../img/home_insur_more.jpg);
  background-size: cover;
  background-position: top; }

.insurance_img.health_back {
  height: 100%;
  background-image: url(../img/health_insurance.jpg);
  background-size: cover;
  background-position: top; }

.personal_insurance .insurance_content {
  padding-top: 5em;
  padding-bottom: 5em; }

@media (min-width: 1330px) {
  h1 {
    font-size: 3.2rem; } }

a.btn_blue, a.btn_yellow, a.btn_white {
  /* font-size: 1rem;*/
  padding: 0.5em 3.5em 0.5em 1em; }

.val {
  color: red; }

.form_head {
  text-align: center; }
  .form_head h3 {
    font-size: 1.75rem;
    text-transform: uppercase;
    font-weight: 500; }

.form_icons .form-row .form-col {
  margin-bottom: 1em; }

.form_icons .form-holder {
  position: relative; }
  .form_icons .form-holder i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    font-size: 22px;
    color: #4baaa4; }

.form_icons .form-control {
  padding-left: 46px !important; }

.captcha a {
  color: #927112; }

.captcha img {
  min-height: 44px;
  border: 1px solid #f1f1f1; }

.travel_new .quote_box {
  text-align: center; }
  .travel_new .quote_box h3 {
    font-size: 1.6rem;
    color: #927112;
    text-transform: uppercase; }
    .travel_new .quote_box h3 span {
      color: #000000;
      font-size: 1.2rem;
      text-transform: capitalize;
      margin-top: 1em;
      margin-bottom: 2em;
      display: block; }

.travel_new ul {
  /*        column-count:2;*/ }
  .travel_new ul.boxes li {
    list-style-type: none;
    border-right: 1px solid #cbaa7f;
    border-radius: 0;
    display: inline-block;
    padding: 1rem;
    margin: 1.5% .5% 3% .5%;
    width: 48%; }
    .travel_new ul.boxes li:nth-child(2n) {
      border: none; }

.read_more_btn {
  text-align: center; }

#band-cookies p {
  color: #ffffff; }

.pay-policy input[type="text"] {
  padding: .25rem 1em; }

.medical_inside_insu .list_claim {
  padding: 1em 0; }

.travel_quote .form-group {
  margin-bottom: 1.5rem; }

.form select {
  cursor: pointer; }

#quote table tr th {
  background: #4baaa4;
  font-size: 1.1rem; }

.footerTitle > span, .cellSchemefooter span:not(.tpschememsg) {
  font-size: 1.1rem;
  color: #000000;
  font-weight: 600; }

#quote table tbody td u {
  color: #927112;
  text-decoration: none !important;
  font-weight: 550; }

#quote table tbody tr {
  border-bottom: 1px solid #4baaa4; }

#quote .online-content .data-form table td {
  font-size: 1.1rem; }

.tariff-footer tr {
  border-top: 1px solid #4baaa4; }

.covertitle {
  border-bottom: 1px solid transparent; }

.footer .displayRem {
  padding-left: 20px;
  font-weight: 550; }

#band-cookies p, #band-cookies a {
  font-size: 0.8rem; }

.form_details .form-group {
  margin-bottom: 1.5rem; }

.stckyfloat-menu {
  position: relative;
  z-index: 999; }

@media (min-width: 992px) {
  .stckyfloat-menu .mobile {
    display: none; } }

.stckyfloat-menu .mobile .mobileicon {
  text-decoration: none;
  opacity: 1;
  height: 36px;
  text-align: center;
  color: #927112;
  font-size: .8rem;
  line-height: 36px;
  width: 140px;
  position: absolute;
  background-color: transparent;
  background: url(../../img/mobile_quicklinks.png);
  z-index: 10;
  cursor: pointer;
  display: block;
  background-size: 100%;
  right: -105px; }

.stckyfloat-menu .mobile .mobilelinks {
  border: 2px solid #927112;
  width: 80%;
  margin-left: 10%;
  background-color: #fff;
  display: none;
  box-shadow: 3px 3px 5px 6px #ccc;
  border-radius: 10px;
  margin-top: -100px; }

.stckyfloat-menu .mobile .mobilelinks .table {
  display: table;
  margin: 0 auto; }

.stckyfloat-menu .mobile .mobilelinks .table ul {
  list-style-type: none;
  padding: 5px;
  margin: 0 auto;
  text-align: center; }

.stckyfloat-menu .mobile .mobilelinks .table ul li {
  margin: 5px auto;
  width: 30%;
  display: inline-block;
  text-align: center;
  vertical-align: top; }

.stckyfloat-menu .mobile .mobilelinks .table ul li a {
  text-decoration: none;
  color: #000000;
  font-size: .8rem;
  cursor: pointer;
  text-align: center; }

.stckyfloat-menu .mobile .mobilelinks .table ul li a img {
  display: block;
  margin: 0 auto;
  background: #a06c12;
  padding: 10px;
  border-radius: 5px; }

.stckyfloat-menu .web ul {
  list-style-type: none; }

.stckyfloat-menu .web li {
  list-style-type: none; }

@media (max-width: 991.98px) {
  .stckyfloat-menu .web {
    display: none; } }

.stckyfloat-menu .web a {
  text-decoration: none;
  opacity: 1;
  height: 50px;
  text-align: center;
  color: #927112;
  font-size: .8rem;
  line-height: 65px;
  width: 240px;
  position: absolute;
  background-color: transparent;
  background: url(../img/quicklinks_bg.png);
  z-index: 100;
  cursor: pointer;
  -moz-transition: right .3s ease-out,background-color .3s ease-out,opacity .3s ease-out;
  -o-transition: right .3s ease-out,background-color .3s ease-out,opacity .3s ease-out;
  -webkit-transition: right .3s ease-out,background-color .3s ease-out,opacity .3s ease-out;
  transition: right .3s ease-out,background-color .3s ease-out,opacity .3s ease-out;
  display: block; }

.icon_content p {
  font-size: 1rem; }

.stckyfloat-menu .web a span {
  margin-left: 5px; }

.stckyfloat-menu .web a:hover {
  width: 225px;
  right: 0px !important;
  text-align: center; }

.stckyfloat-menu .web a:hover a {
  opacity: 1;
  height: auto; }

.stckyfloat-menu .web a:hover img {
  left: 0; }

@media (min-width: 767px) and (max-width: 1440px) {
  .stckyfloat-menu .web a {
    text-decoration: none;
    opacity: 1;
    height: 50px;
    text-align: center;
    color: #927112;
    font-size: .8rem;
    line-height: 56px;
    width: 240px;
    position: absolute;
    background-color: transparent;
    background: url(../img/quicklinks_bg.png);
    background-size: 85%;
    z-index: 100;
    cursor: pointer;
    -moz-transition: right .3s ease-out,background-color .3s ease-out,opacity .3s ease-out;
    -o-transition: right .3s ease-out,background-color .3s ease-out,opacity .3s ease-out;
    -webkit-transition: right .3s ease-out,background-color .3s ease-out,opacity .3s ease-out;
    transition: right .3s ease-out,background-color .3s ease-out,opacity .3s ease-out;
    display: block; }
  .stckyfloat-menu .web a span {
    margin-left: 5px; }
  .stckyfloat-menu .web a:hover {
    width: 225px;
    right: 0px !important;
    text-align: center; }
  .stckyfloat-menu .web a:hover a {
    opacity: 1;
    height: auto; }
  .icon_content p {
    font-size: 0.875rem !important; } }

.stckyfloat img {
  /*left: 12px;
    position: absolute;
    top: 16px;*/
  width: 35%;
  position: relative;
  left: -2px; }

@media (min-width: 767px) and (max-width: 1440px) {
  .stckyfloat img {
    /*left: 11px;
        position: absolute;
        top: 16px;*/
    width: 35%;
    position: relative;
    left: -2px; } }

.stckyfloat-1 {
  top: 0;
  right: -197px; }

.stckyfloat-2 {
  top: 52px;
  right: -197px; }

.stckyfloat-3 {
  top: 104px;
  right: -197px; }

.stckyfloat-4 {
  top: 156px;
  right: -197px; }

.stckyfloat-5 {
  top: 208px;
  right: -197px; }

@media (max-width: 1440px) and (min-width: 767px) {
  .stckyfloat-5 {
    top: 240px; } }

.icon_box {
  background: #927112;
  display: block;
  flex: 0 0 21%;
  max-width: 21%;
  display: flex;
  justify-content: center;
  align-items: center; }

.flex_sticky {
  display: flex;
  align-items: center;
  height: 50px;
  background: #927112; }

.icon_content {
  flex: 0 0 79%;
  max-width: 79%;
  height: 50px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 5px;
  padding-left: 5px;
  border: 2px solid #d7d7d7;
  border-right: 0; }

.icon_content p {
  margin: 0;
  color: #927112;
  font-weight: 550;
  text-transform: uppercase; }

.stckyfloat-menu ul {
  margin: 0; }

@media (min-width: 1200px) and (max-width: 1700px) {
  .icon_content p {
    font-size: 0.875rem !important; } }

.more_policy_box {
  transition: transform 0.5s ease 0s;
  overflow: hidden;
  transform: scale(1); }
  .more_policy_box:hover img {
    transform: scale(1.2);
    transition: transform 0.5s ease; }
  .more_policy_box img {
    transition: transform 0.5s ease 0s; }

.main_content .news_content {
  margin-bottom: 1em;
  text-align: center; }
  .main_content .news_content h4 {
    margin-bottom: 0px;
    position: relative;
    padding-bottom: 30px;
    display: inline-block;
    padding-top: 0.5em; }
    .main_content .news_content h4 span {
      font-size: 1rem;
      text-align: center;
      font-weight: bold;
      display: block;
      position: absolute;
      bottom: 0;
      right: 0;
      margin: 0 auto;
      left: 0; }
      .main_content .news_content h4 span a {
        color: #927112; }

.cover_form.form input [type="text"] {
  height: 38px; }

ul#pager {
  display: flex;
  justify-content: center;
  list-style: none; }
  ul#pager li {
    color: #927112;
    margin: 0 1rem; }

.-txtYellow {
  color: #927112 !important; }

.ffSelectWrapper a {
  color: #555; }

.medical_insurance_box .list_claim p a::before {
  background: transparent; }

input[type="submit"] {
  height: 45px; }

.travel_quote h4 {
  border-bottom: 1px solid #ddd;
  padding-left: 0;
  padding-bottom: 6px;
  color: #927112; }

.travel_quote .head_form h5 {
  font-size: 1.1rem; }

.insured_list p {
  margin: 0;
  font-size: 1rem; }

.insured_list .head_form h5 {
  color: #000;
  font-size: 1.3rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px; }

.quote_form_box table tbody td {
  font-size: 1.1rem; }
  .quote_form_box table tbody td:first-child {
    width: 40%; }

.premheading table tbody td {
  background: #4baaa4;
  color: #ffffff; }

.premium_font table td.bold_prime {
  font-weight: 550; }

.error-text {
  color: red; }

.top_header ul li .head_welcome a {
  text-transform: capitalize;
  font-size: 0.85rem;
  font-weight: 550;
  color: #927112;
  cursor: inherit; }

.travel_quote h1.product-h2 {
  font-size: 1.1rem; }

.hideCoverTextbox input[type="text"] {
  height: 35px; }

.chkCover input[type="checkbox"] {
  width: auto; }

.hideCoverTextbox input[type="text"] {
  height: 35px; }

.gallery_list .news_gallery {
  height: 350px;
  overflow: hidden; }
  .gallery_list .news_gallery img {
    max-width: 100%;
    /*height: 100%;
                width: 100%;*/ }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  height: 675px; }

.details-img #carousel .slidesGalThumb li {
  cursor: pointer; }

@media (max-width: 767px) {
  .gallery_list .news_gallery {
    height: auto; }
  .flexslider .slides > li {
    height: auto; }
  .details-img .slider {
    max-height: 28rem; }
    .details-img .slider #slider {
      max-height: inherit; }
      .details-img .slider #slider .flex-viewport {
        max-height: inherit; }
        .details-img .slider #slider .flex-viewport ul {
          max-height: inherit; }
  .details-img #carousel {
    display: none; } }

/** -------------- POPUP CSS, start ------------------ */
.modalpopup {
  background: #fff;
  color: #7c3520;
  border: 1px solid #927112;
  border-radius: 10px;
  padding: .25rem;
  min-width: 300px;
  max-width: 500px; }

.modalpopup #btnOk, .modalpopup #content_btnOk {
  color: #927112 !important;
  background: #fff;
  cursor: pointer;
  font-size: .8rem;
  border: 2px solid #927112; }

.modalpopup #btnOk:hover, .modalpopup #content_btnOk:hover {
  opacity: .75; }

.modalpopup strong {
  display: block;
  border-bottom: 1px solid #f2d7b5;
  padding: .5rem;
  background: #927112;
  color: #fff; }

.modalpopup table {
  width: 100%; }

.modalpopup tr:first-child td span {
  font-size: 1.1rem; }

.modalpopup strong, .modalpopup span {
  font-size: .75rem; }

.modalpopup .ConfirmMsg {
  border-bottom: 1px solid #f2d7b5;
  display: block;
  width: 100%;
  text-align: center;
  color: #000;
  padding: 0 0 .5rem;
  font-size: 1.2rem; }

.modalpopup .BgMPEAddCateg {
  opacity: .75 !important;
  background: #000 !important; }

.modalpopup input[type="submit"] {
  color: #fff !important;
  border-radius: 8px !important;
  height: 40px !important;
  font-size: 1rem !important;
  text-transform: uppercase; }

/** --------------- POPUP CSS, end --------------- */
/** --------------- TOOLTIP CSS, start ------------------*/
.tooltipster-sidetip .tooltipster-box {
  border: none !important;
  border-radius: 8px !important; }
  .tooltipster-sidetip .tooltipster-box p, .tooltipster-sidetip .tooltipster-box a, .tooltipster-sidetip .tooltipster-box span {
    color: #fff !important; }
  .tooltipster-sidetip .tooltipster-box a {
    text-decoration: underline !important;
    margin-bottom: 4px; }
  .tooltipster-sidetip .tooltipster-box p {
    font-size: 1rem !important; }

/** --------------- TOOLTIP CSS, end --------------------*/
.topsocialicons {
  display: none !important; }

.table_align table tr td:first-child {
  width: 40%; }

.moreless-button::before {
  display: none; }

.read_more a.moreless-button:before {
  background: transparent; }

.tooltipster-base {
  z-index: 0 !important; }

/**
    ----------------- Quick Links Mobile, css, start ------------------
*/
.quick_mobile_links {
  display: none; }

@media (max-width: 991px) {
  .quick_mobile_links {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999; }
    .quick_mobile_links ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex; }
      .quick_mobile_links ul li {
        background: #917111;
        flex: 0 0 25%;
        padding: 1rem 0;
        text-align: center; }
        .quick_mobile_links ul li a {
          color: #fff; }
          .quick_mobile_links ul li a img {
            max-height: 1.5rem; }
  .bottom_footer {
    margin-bottom: 3.5rem;
    padding-bottom: 12px !important; } }

.stckyfloat {
  margin-top: 12rem; }

/**
    ----------------- Quick Links Mobile, css, end --------------------
*/
/**
    ----------------- Gallery slider css, start ------------------
*/
.flex-control-thumbs {
  display: flex; }
  .flex-control-thumbs li {
    max-width: 32.7%;
    flex: 0 0 32.7%; }

.flex-direction-nav a {
  top: unset !important;
  bottom: 45%; }
  .flex-direction-nav a.flex-prev {
    background-image: url("../img/btn_arrow_left.png") !important;
    height: 24px;
    width: 24px;
    background-size: contain; }
  .flex-direction-nav a.flex-next {
    background-image: url("../img/btn_arrow_blue.png") !important;
    height: 24px;
    width: 24px;
    background-size: contain; }

@media (max-width: 767px) {
  .flex-direction-nav a.flex-prev {
    height: 16px;
    width: 16px; }
  .flex-direction-nav a.flex-next {
    height: 16px;
    width: 16px; }
  .bottom_footer ul {
    padding: 0; } }

.flexslider:hover .flex-prev {
  left: 1rem !important; }

.flexslider:hover .flex-next {
  right: 1rem !important; }

.slidesGalThumb li {
  height: auto !important; }

.slider #carousel .flex-viewport {
  height: 32rem; }
  .slider #carousel .flex-viewport ul {
    height: inherit; }
    .slider #carousel .flex-viewport ul li {
      height: inherit !important;
      margin: 2px; }
      .slider #carousel .flex-viewport ul li img {
        height: 100%;
        opacity: 0.55; }
      .slider #carousel .flex-viewport ul li.flex-active-slide img {
        opacity: 1; }

/**
    ----------------- Gallery slider css, end ------------------
*/
/**
    ----------------- UI Issues v5 changes, start -------------------
*/
.header-scrolled .logo:after {
  display: none; }

@media (min-width: 1600px) {
  footer .foot_flex .foot_link ul li a {
    font-size: 1.04rem !important; }
  footer .foot_flex .foot_link .foot_logo img {
    max-width: 84px; }
  footer .social_media ul li a i {
    font-size: 28px;
    width: 36px;
    height: 36px; }
  .navbar ul li a {
    font-size: 1.28rem !important; }
  .top_header ul li a {
    font-size: 0.8rem !important; }
  .faq-list a {
    font-size: 1.2rem; }
    .faq-list a::before {
      width: 24px;
      height: 24px;
      background-size: contain; }
  .faq-list .icon-show {
    font-size: 40px;
    top: -4px; }
  .faq-list .icon-close {
    font-size: 40px;
    top: -4px; }
  .inside_title.mb-5 {
    margin-bottom: 1.25rem !important; }
  .inside_title h3 {
    font-size: 2.4rem; }
  .document_verify .document_listed .document_content h5 {
    font-size: 1.2rem; }
    .document_verify .document_listed .document_content h5 span.small_icon {
      flex: 0 0 1%;
      max-width: 1%; }
    .document_verify .document_listed .document_content h5 span.payment_icon {
      flex: 0 0 3.5%;
      max-width: 3.5%; }
  .insurance-sec h2 {
    font-size: 2rem !important; } }

@media (min-width: 1200px) and (max-width: 1699px) {
  .faq-list .icon-show {
    font-size: 40px;
    top: -4px; }
  .faq-list .icon-close {
    font-size: 40px;
    top: -4px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .document_verify .document_listed .document_content h5 span {
    flex: 0 0 3% !important;
    max-width: 3% !important; }
    .document_verify .document_listed .document_content h5 span.payment_icon {
      flex: 0 0 4% !important;
      max-width: 4% !important; }
  .faq-list .icon-show {
    font-size: 40px;
    top: -4px; } }

@media (min-width: 1200px) {
  #header.header-scrolled .logo img {
    max-height: 42px !important; } }

@media (min-width: 1025px) and (max-width: 1199px) {
  .insurance_plans .infoList ul li {
    font-size: 1rem !important; } }

/**
    ----------------- UI Issues v5 changes, end ---------------------
*/
.details-img {
  margin-bottom: 1rem; }

.cantReadTxt {
  font-size: 0.875rem; }

.quote_errorMsg {
  color: red; }

.cal .wrapper .txt {
  padding-left: 15px !important; }

#content_divUpload h4 {
  color: #927112; }

.pax {
  padding-bottom: 0.25rem !important;
  border: 1px solid #dee2e6 !important; }

.insured_list p {
  font-size: 0.75rem !important; }

@media (min-width: 1200px) and (max-width: 1700px) {
  .insured_list p {
    font-size: 0.75rem !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .head_form {
    margin: 2rem 0; }
  .insured_list p {
    font-size: 0.75rem !important; }
  /*.pax {
        padding-top: 1.5rem !important;
        img {
            max-width: 100% !important;
        }
    }*/
  .travelformsize .edit {
    margin-right: 0.875rem; } }

.moreinfo_chbx_options label {
  font-weight: 400;
  font-size: 1.1rem !important; }

.mngt_team_members {
  margin-top: 2rem; }
  .mngt_team_members .row {
    justify-content: center; }

@media (max-width: 767px) {
  .mngt_team_members .col-md-3 {
    max-width: 60%; } }

@media (max-width: 575px) {
  .mngt_team_members .col-md-3 {
    max-width: 80%; } }

.printWidth .divHeader img {
  max-width: 120px;
  margin: auto; }

.form_submit_btns .btn_blue {
  float: left; }

.form_submit_btns .btn_yellow {
  float: right; }

@media (max-width: 575px) {
  .form_submit_btns .btn_blue, .submit .btn_blue {
    float: none !important;
    width: 100%;
    margin: 0.5rem auto; }
  .form_submit_btns .btn_yellow, .submit .btn_yellow {
    float: none !important;
    width: 100%;
    margin: 0.5rem auto; } }

/** --------- table-like sections width adjustment, start ---------*/
.prem-area, .premheading, .premium_font {
  width: 78%;
  margin: auto; }

@media (max-width: 767px) {
  .prem-area, .premheading, .premium_font {
    width: 95%; }
  .basicNext {
    margin-right: 1rem; }
  .quote_btn_sec .submit .linking_boxes a#lnkbConfirm {
    display: inline-block;
    float: unset !important; } }

@media (max-width: 575px) {
  input[type="checkbox"]:checked + label:after {
    top: 18% !important; } }

/** --------- table-like sections width adjustment, end ---------*/
/** --------- Ajax calendar css, start ---------------*/
.ajax__calendar_container {
  width: 230px !important;
  height: 210px !important; }
  .ajax__calendar_container .ajax__calendar_body {
    width: 226px !important;
    height: 155px !important; }
    .ajax__calendar_container .ajax__calendar_body .ajax__calendar_days, .ajax__calendar_container .ajax__calendar_body .ajax__calendar_months, .ajax__calendar_container .ajax__calendar_body .ajax__calendar_years {
      width: 226px !important; }
      .ajax__calendar_container .ajax__calendar_body .ajax__calendar_days .ajax__calendar_container TD, .ajax__calendar_container .ajax__calendar_body .ajax__calendar_months .ajax__calendar_container TD, .ajax__calendar_container .ajax__calendar_body .ajax__calendar_years .ajax__calendar_container TD {
        font-size: 13px; }
    .ajax__calendar_container .ajax__calendar_body .ajax__calendar_day, .ajax__calendar_container .ajax__calendar_body .ajax__calendar_dayname {
      height: 22px !important;
      width: 28px !important; }

.ajax__calendar_days table tbody td {
  width: unset !important;
  font-size: unset !important; }

/** --------- Ajax calendar css, end ----------------*/
/** --------- Falcon wings mark on all parent pages css, start -------------*/
.aboutus_header {
  position: relative; }
  .aboutus_header::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("../img/header_shape_box.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right 20px bottom -1px;
    width: 250px;
    height: 100%; }

/** --------- Falcon wings mark on all parent pages css, end -------------*/
.motor-form em {
  font-size: 0.875rem !important; }

@media (max-width: 767px) {
  .linking_boxes .btn {
    float: none !important;
    margin: 0.5rem auto !important; } }

/** -------- WhatsApp icon added on top menu, 18 Jan 2024, start */
.top_menu .whatsapp_link a {
  font-size: 1.2rem !important; }

.top_menu .whatsapp_link i {
  font-size: 2rem;
  color: #25D366;
  font-weight: 600;
  margin-top: -0.8rem; }
  .top_menu .whatsapp_link i:before {
    vertical-align: middle; }

@media (min-width: 1200px) and (max-width: 1440px) {
  .top_menu .whatsapp_link a {
    font-size: 1.1rem !important; }
  .top_menu .whatsapp_link i {
    font-size: 1.9rem; }
  .top_header ul li {
    margin: 0 0.75rem; } }

@media (max-width: 1199px) {
  .top_menu .whatsapp_link a {
    font-size: 1rem !important; }
  .top_menu .whatsapp_link i {
    font-size: 1.8rem; }
  .top_header ul li {
    margin: 0 0.25rem !important; } }

/** -------- WhatsApp icon added on top menu, 18 Jan 2024, end */
