﻿*, *:before, *:after {
  box-sizing: inherit; }

*:hover, *:focus {
  box-shadow: none;
  outline: 0; }

html {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  width: 100%;
  height: 100%; }

body {
  /*overflow-x: hidden;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch; }

a {
  color: inherit;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

a,
a:before {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

img {
  vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
  margin: 0; }

button:focus {
  outline: none; }

button, fieldset, iframe {
  border: 0; }

fieldset, ul, ol, button, menu {
  padding: 0; }

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0; }

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none; }

/*****************Font******************/
/*****************Values******************/
/*****************Color******************/
/*$colordarkblue: #083a59;
$colorgray: #383838;
$colorfirst: #15234A;
$colorsecond: #004495;
$colorOrange: #FF9C2A;*/
/*****************Placeholder******************/
/*****************ScrollBar******************/
/*****************Mixin******************/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

body {
  width: 100%;
  height: 100%;
  font-family: "Barlow", sans-serif;
  font-weight: 400; }

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 30px;
  transition: 0.2s; }

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #F14464; }

a,
a:before {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.pre-loading {
  background: #021860;
  background: radial-gradient(circle, #162240 0%, #141414 95%);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999; }
  .pre-loading .load {
    position: absolute;
    height: 100%;
    width: 100%; }
    .pre-loading .load img {
      width: 250px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 768px) {
        .pre-loading .load img {
          width: 150px; } }

#royal_preloader {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  display: none; }

.load {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: -5vh;
  right: 0px;
  top: -5vh;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  width: 300px;
  height: 300px;
  display: grid;
  align-items: center; }

.load img {
  font-size: 166px;
  color: #fff;
  opacity: 0;
  position: relative;
  top: 50%;
  margin: -60px auto 0;
  display: table;
  width: 166px;
  -webkit-animation: loadanimate 1.5s ease-in-out infinite alternate;
  -moz-animation: loadanimate 1.5s ease-in-out infinite alternate;
  -o-animation: loadanimate 1.5s ease-in-out infinite alternate;
  animation: loadanimate 1.5s ease-in-out infinite alternate; }

@-webkit-keyframes loadanimate {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes loadanimate {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes loadanimate {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes loadanimate {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

header {
  position: absolute;
  width: 100%;
  z-index: 9; }
  header.fixed_menu {
    position: fixed;
    top: 0;
    background-color: rgba(21, 36, 74, 0.9);
    z-index: 955;
    width: 100%;
    padding-bottom: 10px;
    -webkit-box-shadow: 0px 1px 11px 0px rgba(21, 36, 74, 0.27);
    -moz-box-shadow: 0px 1px 11px 0px rgba(21, 36, 74, 0.27);
    box-shadow: 0px 1px 11px 0px rgba(21, 36, 74, 0.27);
    border-bottom: initial; }
    @media screen and (min-width: 1440px) {
      header.fixed_menu {
        padding-bottom: 10px; } }
    header.fixed_menu .quick-menu {
      margin: 2.375rem auto 0; }
    header.fixed_menu .navbar.head {
      left: 0;
      top: 0; }
    header.fixed_menu div div .col-lg-12 {
      position: initial; }
  header div div .col-lg-12 {
    position: relative;
    -webkit-transition: all 2s ease-out;
    transition: all 2s ease-out; }

@media screen and (min-width: 992px) {
  .navbar-nav li {
    margin-right: 3px; } }

.navbar-nav li a {
  font-size: 13px; }

@media screen and (min-width: 992px) {
  #page-slider .wow {
    margin-right: 15px; } }

.quick-menu {
  position: relative;
  z-index: 17;
  max-width: 1920px;
  margin: 4.375rem auto 0; }
  @media screen and (min-width: 320px) {
    .quick-menu {
      display: none; } }
  @media screen and (min-width: 768px) {
    .quick-menu {
      padding-right: 15px;
      display: block; } }
  @media screen and (min-width: 992px) {
    .quick-menu {
      padding-right: 15px; } }
  @media screen and (min-width: 1200px) {
    .quick-menu {
      padding-right: 2.5rem; } }
  @media screen and (min-width: 1440px) {
    .quick-menu {
      padding-right: 14.375rem;
      margin: 0.9375rem auto 0 !important; } }
  @media screen and (min-width: 1580px) {
    .quick-menu {
      padding-right: 21.875rem;
      margin: 0.9375rem auto 0 !important; } }
  @media screen and (min-width: 1675px) {
    .quick-menu {
      padding-right: 18.75rem; } }
  @media screen and (min-width: 1920px) {
    .quick-menu {
      padding-right: 25rem; } }
  .quick-menu .quick-menu-container {
    display: flex;
    color: #fff;
    justify-content: flex-end;
    align-items: center; }
    .quick-menu .quick-menu-container .select {
      position: relative;
      margin-left: 25px;
      display: flex;
      align-items: center; }
      .quick-menu .quick-menu-container .select .select-toggle .icon-world {
        margin-top: -3px; }
      .quick-menu .quick-menu-container .select .select-toggle .icon-down {
        margin-top: -3px; }
      .quick-menu .quick-menu-container .select .menu {
        display: none;
        position: absolute;
        text-align: center;
        width: 120px;
        top: 100%;
        font-size: 14px;
        font-weight: 500;
        border-radius: 20px;
        z-index: 17;
        min-width: 100%;
        background-color: white;
        color: black; }
        .quick-menu .quick-menu-container .select .menu lihover {
          background-color: rgba(241, 68, 100, 0.82);
          color: white; }
        .quick-menu .quick-menu-container .select .menu li a {
          display: block;
          padding: 10px 0;
          white-space: nowrap; }
        .quick-menu .quick-menu-container .select .menu li:last-of-type a {
          border-bottom: none; }
      .quick-menu .quick-menu-container .select.opened .icon-down {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .quick-menu .quick-menu-container .lang-select {
      margin-right: 10px;
      margin-left: 10px;
      width: 135px;
      background-color: #fff;
      padding: 7px;
      border-radius: 30px;
      display: flex;
      justify-content: center;
      justify-items: center;
      text-align: center;
      font-weight: 500; }
      .quick-menu .quick-menu-container .lang-select .select-toggle {
        display: flex;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        color: black;
        font-weight: 500; }
        .quick-menu .quick-menu-container .lang-select .select-toggle i {
          margin-right: 3px;
          margin-left: 3px;
          font-size: 16px; }
      .quick-menu .quick-menu-container .lang-select .menu lihover {
        background-color: rgba(241, 68, 100, 0.82);
        color: white; }
    .quick-menu .quick-menu-container .quote {
      margin-right: 10px;
      margin-left: 10px;
      background-color: #f14464;
      padding: 7px 15px;
      border-radius: 30px;
      display: flex;
      justify-content: center;
      justify-items: center;
      text-align: center;
      font-weight: 500; }
      .quick-menu .quick-menu-container .quote .select-toggle {
        display: flex;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        color: white;
        font-weight: 500; }
        .quick-menu .quick-menu-container .quote .select-toggle .icon-down {
          color: #15244A; }
      .quick-menu .quick-menu-container .quote .menu lihover {
        background-color: rgba(241, 68, 100, 0.82);
        color: white; }

.navbar-collapse .select .select-toggle {
  font-size: 16px;
  font-weight: 500;
  padding: 6px 30px 6px 10px;
  border-radius: 50px; }
  .navbar-collapse .select .select-toggle .icon-world {
    font-size: 15px;
    position: relative;
    margin-right: 5px;
    top: 1px; }
  .navbar-collapse .select .select-toggle .icon-down {
    font-size: 13px;
    position: absolute;
    margin-left: 9px;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    top: 15px; }

.navbar-collapse .select .menu {
  text-align: center; }

.navbar-collapse .select.opened .icon-down {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.navbar-collapse .social-buttons li {
  margin: 0; }
  .navbar-collapse .social-buttons li a {
    font-size: 20px;
    text-decoration: none; }
    .navbar-collapse .social-buttons li a:hover {
      color: deeppink !important; }
    .navbar-collapse .social-buttons li a i:hover {
      color: deeppink !important; }

.social-buttons {
  display: flex;
  width: 135px;
  justify-content: center;
  justify-items: center;
  margin-right: 10px;
  margin-left: 10px;
  padding: 7px; }
  .social-buttons li {
    margin-left: auto;
    margin-right: auto; }
    .social-buttons li a {
      font-size: 16px; }

.call {
  margin-right: 10px;
  margin-left: 10px;
  width: 135px;
  background-color: green;
  padding: 7px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  justify-items: center;
  text-align: center;
  font-weight: 500; }
  .call span {
    font-weight: 700;
    margin-right: 10px; }
  .call .select-toggle {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto; }
  .call a {
    color: white; }
    .call a .icon-phoe {
      font-size: 16px;
      margin-right: 3px;
      margin-top: -3px; }

.search-btn {
  margin-left: 12px; }
  .search-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    font-size: 13px;
    color: #F14464;
    width: 28px;
    height: 28px;
    box-shadow: 0px 0px 0px 6px rgba(112, 114, 116, 0.28);
    -webkit-box-shadow: 0px 0px 0px 6px rgba(112, 114, 116, 0.28);
    -moz-box-shadow: 0px 0px 0px 6px rgba(112, 114, 116, 0.28); }
    @media screen and (max-width: 768px) {
      .search-btn a {
        box-shadow: none; } }

.mobile-quick {
  float: right;
  display: flex;
  margin-top: 7px;
  align-items: center;
  margin-right: 20px;
  display: none; }
  @media screen and (max-width: 767px) {
    .mobile-quick {
      display: flex;
      margin-top: 20px; } }

.doctor-find {
  background-color: #1F4565;
  padding: 45px 35px 0px 35px;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 1;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden; }
  .doctor-find.opened {
    opacity: 1;
    visibility: visible; }
  .doctor-find:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    left: -367px;
    width: 367px;
    background-color: #8a2828; }
  .doctor-find form {
    width: 50%;
    position: relative; }
    @media screen and (max-width: 767px) {
      .doctor-find form {
        width: 100%; } }
    .doctor-find form input {
      background-color: transparent;
      border: initial;
      color: white;
      width: 100%;
      font-size: 30px;
      font-weight: 200;
      padding-bottom: 18px;
      border-bottom: 1px solid;
      letter-spacing: -0.020em; }
      .doctor-find form input::-moz-placeholder {
        color: white;
        font-size: 30px;
        font-weight: 200; }
      .doctor-find form input:-moz-placeholder {
        color: white;
        font-size: 30px;
        font-weight: 200; }
      .doctor-find form input:-ms-input-placeholder {
        color: white;
        font-size: 30px;
        font-weight: 200; }
      .doctor-find form input::-webkit-input-placeholder {
        color: white;
        font-size: 30px;
        font-weight: 200; }
    .doctor-find form button {
      position: absolute;
      right: 0px;
      font-size: 35px;
      top: 0px;
      color: white;
      background: none;
      outline: none;
      box-shadow: none; }
  .doctor-find .close-btn {
    color: white;
    font-size: 80px;
    font-weight: 700;
    display: inline-block;
    top: 3em;
    right: 4em;
    position: absolute; }
    @media screen and (max-width: 768px) {
      .doctor-find .close-btn {
        top: 1em;
        right: 1em;
        font-size: 50px; } }
    .doctor-find .close-btn:hover, .doctor-find .close-btn:focus {
      color: white; }

.navbar.head {
  position: relative;
  top: 15px;
  display: block;
  z-index: 16;
  border-radius: initial;
  min-height: 50px;
  margin-bottom: initial;
  border: initial;
  margin: 0 auto;
  /*    background-color: #ad2e2f;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(214,180,182,0.7);
    -moz-box-shadow: 0px 4px 0px 0px rgba(214,180,182,0.7);
    box-shadow: 0px 4px 0px 0px rgba(214,180,182,0.7);*/ }
  @media screen and (max-width: 992px) {
    .navbar.head {
      width: 100%; } }
  @media screen and (min-width: 1200px) {
    .navbar.head {
      width: 100%; } }
  @media screen and (min-width: 1440px) {
    .navbar.head {
      width: 1280px; } }
  @media screen and (min-width: 1680px) {
    .navbar.head {
      width: 1466px; } }
  .navbar.head .nav {
    position: relative; }
    @media screen and (min-width: 768px) {
      .navbar.head .nav {
        margin-top: -40px; } }
    @media screen and (min-width: 992px) {
      .navbar.head .nav {
        margin-top: 0px; } }
    .navbar.head .nav > li > a {
      line-height: 1;
      color: white;
      font-weight: 300;
      background: transparent; }
      @media screen and (min-width: 768px) {
        .navbar.head .nav > li > a {
          font-size: 11px;
          padding: 12px 7px 12px; } }
      @media screen and (min-width: 992px) {
        .navbar.head .nav > li > a {
          font-size: 11px;
          padding: 7px 5px 16px; } }
      @media screen and (min-width: 1200px) {
        .navbar.head .nav > li > a {
          padding: 24px 5px 20px;
          font-size: 14px; } }
      @media screen and (min-width: 1440px) {
        .navbar.head .nav > li > a {
          padding: 27px 5px 30px;
          font-size: 14px; } }
      @media screen and (min-width: 1680px) {
        .navbar.head .nav > li > a {
          font-size: 16px;
          padding: 27px 5px 30px; } }
      @media screen and (min-width: 1920px) {
        .navbar.head .nav > li > a {
          font-size: 16px;
          padding: 27px 5px 30px; } }
    .navbar.head .nav > li.active a,
    .navbar.head .nav > li.active a:hover,
    .navbar.head .nav > li.active a:focus {
      /*                 background-color: rgba(175,3,3,0.3);
                    -webkit-box-shadow: 0px 4px 0px 0px rgba(155,11,12,0.15);
                    -moz-box-shadow: 0px 4px 0px 0px rgba(155,11,12,0.15);
                    box-shadow: 0px 4px 0px 0px rgba(155,11,12,0.15);*/ }
  .navbar.head .navbar-brand {
    padding: 0 0 0 15px; }
    .navbar.head .navbar-brand img {
      max-width: 210px;
      position: relative;
      width: 100%; }
      @media screen and (max-width: 767px) {
        .navbar.head .navbar-brand img {
          margin-bottom: 10px;
          width: 130px; } }
      @media screen and (min-width: 768px) {
        .navbar.head .navbar-brand img {
          margin-top: -90px; } }
      @media screen and (min-width: 992px) {
        .navbar.head .navbar-brand img {
          margin-top: -60px; } }
      @media screen and (min-width: 1200px) {
        .navbar.head .navbar-brand img {
          margin-top: -40px; } }
      @media screen and (min-width: 1440px) {
        .navbar.head .navbar-brand img {
          margin-top: -19px; } }
      @media screen and (min-width: 1680px) {
        .navbar.head .navbar-brand img {
          margin-top: -26px; } }
  .navbar.head .navbar-right.mod-2 {
    margin-right: -30px; }
    .navbar.head .navbar-right.mod-2 .dropdown-menu {
      min-width: initial;
      padding: initial;
      font-size: 16px;
      text-align: center;
      background-color: initial;
      border: initial;
      border-radius: initial;
      box-shadow: initial; }
      .navbar.head .navbar-right.mod-2 .dropdown-menu a {
        padding: 30px 7.5px;
        color: white;
        background-image: url("../../Content/images/pattern_1.png"); }
        .navbar.head .navbar-right.mod-2 .dropdown-menu a:hover {
          color: white; }
    .navbar.head .navbar-right.mod-2 .online-menu {
      margin-right: -15px; }
      .navbar.head .navbar-right.mod-2 .online-menu a {
        background-color: #8a2828;
        background-image: url("../../Content/images/pattern_3.jpg");
        padding: 30px 65px 24px 20px !important;
        float: left;
        position: relative; }
        .navbar.head .navbar-right.mod-2 .online-menu a i {
          position: absolute;
          top: 30px;
          color: white;
          font-size: 16px;
          width: 30px;
          height: 32px;
          padding-left: 10px;
          padding-top: 7px;
          border-left: 1px solid white;
          margin-left: 10px; }
      .navbar.head .navbar-right.mod-2 .online-menu span {
        font-weight: 900;
        display: block;
        letter-spacing: 0.075em;
        font-size: 18px; }
      .navbar.head .navbar-right.mod-2 .online-menu .dropdown-menu {
        width: 570px;
        min-height: 422px;
        background-image: url("../../Content/images/pattern_3.jpg");
        color: white;
        border: initial;
        padding: initial;
        border-radius: initial;
        -webkit-box-shadow: 0px 4px 0px 0px rgba(155, 11, 12, 0.15);
        -moz-box-shadow: 0px 4px 0px 0px rgba(155, 11, 12, 0.15);
        box-shadow: 0px 4px 0px 0px rgba(155, 11, 12, 0.15); }
        .navbar.head .navbar-right.mod-2 .online-menu .dropdown-menu .nav-tabs-1 {
          padding-top: 2px;
          background-image: url("../../Content/images/pattern_4.jpg"); }
          .navbar.head .navbar-right.mod-2 .online-menu .dropdown-menu .nav-tabs-1 li a {
            padding: 15px 10px;
            color: white;
            background-image: url("../../Content/images/pattern_3.jpg");
            margin: 2px 1px;
            font-size: 16px;
            letter-spacing: -0.020em; }
            .navbar.head .navbar-right.mod-2 .online-menu .dropdown-menu .nav-tabs-1 li a:focus, .navbar.head .navbar-right.mod-2 .online-menu .dropdown-menu .nav-tabs-1 li a:hover {
              background-image: url("../../Content/images/pattern_6.jpg");
              box-shadow: initial; }
          .navbar.head .navbar-right.mod-2 .online-menu .dropdown-menu .nav-tabs-1 li.active a {
            background-image: url("../../Content/images/pattern_6.jpg");
            box-shadow: initial; }
        .navbar.head .navbar-right.mod-2 .online-menu .dropdown-menu .nav-tabs-2 {
          background-image: url("../../Content/images/pattern_3.jpg");
          float: left;
          width: 80px;
          border-right: 2px solid rgba(116, 34, 34, 0.2);
          text-align: center; }
          .navbar.head .navbar-right.mod-2 .online-menu .dropdown-menu .nav-tabs-2 li a {
            color: white;
            font-size: 9px;
            display: block;
            padding: 15px 0; }
            .navbar.head .navbar-right.mod-2 .online-menu .dropdown-menu .nav-tabs-2 li a i {
              font-size: 32px;
              display: block;
              line-height: 1; }
          .navbar.head .navbar-right.mod-2 .online-menu .dropdown-menu .nav-tabs-2 li > a:hover,
          .navbar.head .navbar-right.mod-2 .online-menu .dropdown-menu .nav-tabs-2 li.active > a {
            background-color: rgba(116, 34, 34, 0.4); }
          .navbar.head .navbar-right.mod-2 .online-menu .dropdown-menu .nav-tabs-2 li.disabled > a {
            cursor: no-drop;
            -webkit-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out; }
            .navbar.head .navbar-right.mod-2 .online-menu .dropdown-menu .nav-tabs-2 li.disabled > a:hover {
              background-image: url("../../Content/images/pattern_3.jpg");
              opacity: 0.5; }
        .navbar.head .navbar-right.mod-2 .online-menu .dropdown-menu .tabs-inner-head {
          background-color: rgba(116, 34, 34, 0.2);
          padding: 15px 20px;
          font-weight: 800;
          font-size: 16px; }

#quick .tab-content,
#quick2 .tab-content {
  margin-left: 80px; }

#quick2 .tab-pane,
#quick .tab-pane {
  position: relative; }

#quick2 .tab-pane ul,
#quick .tab-pane ul {
  height: 290px;
  overflow-y: scroll;
  margin-bottom: 110px; }

#quick .tab-pane ul:before,
#quick2 .tab-pane ul:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  background-color: #832626;
  z-index: -1; }

#quick .tab-pane li,
#quick2 .tab-pane li {
  padding: 10px 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300; }

#quick .tab-pane li i,
#quick2 .tab-pane li i {
  float: right; }

#quick .tab-pane li + li,
#quick2 .tab-pane li + li {
  border-top: 1px solid rgba(116, 34, 34, 0.2); }

#quick .tab-pane ul::-webkit-scrollbar-track,
#quick2 .tab-pane ul::-webkit-scrollbar-track {
  border-radius: initial;
  background-color: #832626; }

#quick .tab-pane ul::-webkit-scrollbar,
#quick2 .tab-pane ul::-webkit-scrollbar {
  width: 20px;
  background-color: #832626; }

#quick .tab-pane ul::-webkit-scrollbar-thumb,
#quick2 .tab-pane ul::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #5c0404;
  border: 7px solid #832626; }

#quick .tab-pane li span,
#quick2 .tab-pane li span {
  font-size: 14px; }

.online-form {
  padding: 23px 40px 20px 20px;
  position: relative; }

.online-form.mod-2 {
  margin-top: 60px; }

.online-form .formden_header h2,
.online-form .formden_header p,
.online-form form {
  font-weight: 400;
  color: #7f7879; }

.online-form form button {
  background-color: #730505;
  font-size: 15px;
  font-weight: 800;
  color: white;
  letter-spacing: -0.020em;
  width: 125px;
  height: 35px;
  border-radius: 35px;
  border: initial;
  padding-left: 5px;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.32); }

.online-form form button i {
  margin-left: 16px;
  font-size: 13px;
  vertical-align: -1px; }

.online-form form button:hover {
  background-color: #a82c2c; }

.online-form .form-control:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.online-form .has-error .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.form-alert {
  font-size: 14px;
  color: white;
  font-weight: 300;
  background: green;
  margin: 10px 0;
  padding: 11px 18px;
  line-height: 1;
  border-radius: 4px;
  position: relative; }

.form-alert a {
  font-size: 18px;
  color: white;
  position: absolute;
  right: 15px; }

.form-alert.success {
  background-color: #e7e3c5;
  color: #6f1313; }

.form-alert.warning {
  background-color: #711313;
  color: #f2f5f6; }

.form-alert.success a {
  color: #6f1313; }

.form-success {
  text-align: center;
  position: absolute;
  background-color: #832626;
  padding-top: 50px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  display: none; }

.form-success.active {
  display: block; }

.form-success > i {
  font-size: 75px; }

.form-success .user {
  font-size: 21px;
  line-height: 1.2; }

.form-success div {
  font-size: 19px;
  border: 1px solid white;
  border-radius: 30px;
  display: inline-block;
  padding: 12px 20px;
  line-height: 1;
  margin: 10px 0; }

.form-success p:last-child {
  font-size: 21px;
  font-weight: 200;
  margin-top: 10px; }

/* ANIMATED UP ARROW */
.navbar-toggle {
  border: none;
  background: transparent !important;
  transform: scale(1.5); }
  @media (max-width: 548px) {
    .navbar-toggle {
      margin-top: 20px; } }
  .navbar-toggle:hover {
    background: transparent !important; }
  .navbar-toggle .icon-bar {
    width: 25px;
    height: 3px;
    margin-left: auto;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: white !important; }
    .navbar-toggle .icon-bar:nth-of-type(1) {
      transform: translate3d(0, 6px, 0) rotate(45deg);
      transform-origin: center center;
      width: 22px; }
    .navbar-toggle .icon-bar:nth-of-type(2) {
      transform: translate3d(0px, 0, 0) rotate(0deg);
      width: 14px;
      opacity: 0;
      visibility: hidden; }
    .navbar-toggle .icon-bar:nth-of-type(3) {
      transform: translate3d(0px, -8px, 0) rotate(-45deg);
      transform-origin: center center;
      width: 22px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  .navbar-toggle.collapsed .icon-bar:nth-of-type(1) {
    transform: translate3d(0, 0, 0) rotate(0deg);
    width: 14px; }
  .navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
    transform: translate3d(0, 0, 0) rotate(0deg);
    width: 23px;
    opacity: 1;
    visibility: visible; }
  .navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
    transform: translate3d(0, 0, 0) rotate(0deg);
    width: 20px; }

/* END ANIMATED PLUS */
@keyframes fly {
  0% {
    transform: translate(0, 0); }
  49% {
    transform: translate(200px, -30px);
    opacity: 0; }
  50% {
    transform: translate(-200px, 30px);
    opacity: 0; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }

footer {
  background: #fff;
  position: relative; }
  footer .socials {
    display: flex;
    position: relative;
    bottom: 0;
    padding-top: 0; }
    footer .socials .social {
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #1F4565;
      flex-grow: 1; }
      footer .socials .social .left {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-left: auto;
        margin-right: auto; }
        footer .socials .social .left p {
          margin: 0;
          font-weight: 400;
          text-align: left;
          display: none; }
      footer .socials .social span {
        font-weight: 400;
        display: block;
        border-radius: 50px;
        border: 1px solid #1F4565;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
        @media screen and (max-width: 560px) {
          footer .socials .social span {
            display: none; } }
        @media screen and (min-width: 320px) {
          footer .socials .social span {
            margin-left: auto;
            margin-right: auto;
            margin-top: 10px; } }
        @media screen and (min-width: 768px) {
          footer .socials .social span {
            margin-top: 0px; } }
        footer .socials .social span:after {
          content: '\e915';
          font-family: "icomoon";
          margin-left: 10px;
          position: relative;
          top: 1px; }
      footer .socials .social:hover span {
        background: #1F4565;
        color: #fff; }
      footer .socials .social:nth-child(odd) {
        background: #F7F7F7; }
      footer .socials .social:nth-child(even) {
        background: #FCFCFC; }
      @media screen and (min-width: 320px) {
        footer .socials .social {
          padding: 2.375rem 1.5625rem;
          width: auto;
          flex-direction: column;
          align-items: flex-start; } }
      @media screen and (min-width: 768px) {
        footer .socials .social {
          padding: 2.375rem 1.5625rem;
          width: 100%;
          flex-direction: column;
          align-items: flex-start; } }
      @media screen and (min-width: 992px) {
        footer .socials .social {
          padding: 2.375rem 1.5625rem;
          width: 50%;
          flex-direction: column;
          align-items: flex-start; } }
      @media screen and (min-width: 1200px) {
        footer .socials .social {
          padding: 2.375rem 1.25rem;
          width: 25%;
          flex-direction: row;
          align-items: center; } }
      @media screen and (min-width: 1440px) {
        footer .socials .social {
          padding: 2.375rem 1.5625rem; } }
    @media screen and (min-width: 320px) {
      footer .socials {
        flex-flow: wrap; }
        footer .socials i {
          font-size: 2.75rem;
          margin-right: 0.9375rem; }
        footer .socials p {
          font-size: 14px; }
        footer .socials span {
          font-size: 12px;
          border-radius: 50px;
          padding: 5px 10px;
          margin-left: 10px; } }
    @media screen and (min-width: 768px) {
      footer .socials {
        flex-flow: wrap; }
        footer .socials i {
          font-size: 2.75rem;
          margin-right: 0.9375rem; }
        footer .socials p {
          font-size: 16px; }
        footer .socials span {
          font-size: 16px;
          border-radius: 50px;
          padding: 5px 16px;
          margin-left: 15px; } }
    @media screen and (min-width: 992px) {
      footer .socials {
        flex-flow: wrap; }
        footer .socials i {
          font-size: 2.75rem;
          margin-right: 0.9375rem; }
        footer .socials p {
          font-size: 16px; }
        footer .socials span {
          font-size: 16px;
          border-radius: 50px;
          padding: 5px 16px;
          margin-left: 15px; } }
    @media screen and (min-width: 1200px) {
      footer .socials {
        flex-flow: wrap; }
        footer .socials i {
          font-size: 2.125rem;
          margin-right: 0.4375rem; }
        footer .socials p {
          font-size: 11px; }
        footer .socials span {
          font-size: 10px;
          border-radius: 50px;
          padding: 5px 10px;
          margin-left: 10px; } }
    @media screen and (min-width: 1440px) {
      footer .socials {
        flex-flow: nowrap; }
        footer .socials i {
          font-size: 2.75rem;
          margin-right: 0.625rem; }
        footer .socials p {
          font-size: 13px; }
        footer .socials span {
          font-size: 12px;
          border-radius: 50px;
          padding: 5px 14px;
          margin-left: 10px; } }
    @media screen and (min-width: 1680px) {
      footer .socials i {
        font-size: 2.75rem;
        margin-right: 0.9375rem; }
      footer .socials p {
        font-size: 13px; }
      footer .socials span {
        font-size: 13px;
        border-radius: 50px;
        padding: 5px 16px;
        margin-left: 15px; } }
    @media screen and (min-width: 1920px) {
      footer .socials i {
        font-size: 2.75rem;
        margin-right: 0.9375rem; }
      footer .socials p {
        font-size: 16px; }
      footer .socials span {
        font-size: 16px;
        border-radius: 50px;
        padding: 5px 16px;
        margin-left: 15px; } }
  footer .bulten {
    background-size: cover;
    text-align: center;
    position: relative;
    background-image: url("/Content/images/footer-bulten.jpg");
    background-repeat: no-repeat; }
    footer .bulten .bulten-inner {
      position: relative; }
      footer .bulten .bulten-inner .input-inner {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center; }
        footer .bulten .bulten-inner .input-inner p {
          color: white;
          font-weight: 400; }
          footer .bulten .bulten-inner .input-inner p b {
            display: block;
            font-weight: 700; }
        footer .bulten .bulten-inner .input-inner .form-group {
          margin-bottom: 0; }
        footer .bulten .bulten-inner .input-inner input {
          border-radius: 6px;
          border: initial;
          font-weight: 400; }
        footer .bulten .bulten-inner .input-inner .iti__flag-container {
          background-color: #fff;
          border: initial;
          border-top-left-radius: 6px;
          border-bottom-left-radius: 6px; }
        footer .bulten .bulten-inner .input-inner button {
          background-color: #254F73;
          color: #fff;
          display: block;
          border: initial;
          border-radius: 6px;
          overflow: hidden;
          font-weight: 700;
          -webkit-transition: all 0.3s ease-out;
          -moz-transition: all 0.3s ease-out;
          -ms-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }
          footer .bulten .bulten-inner .input-inner button i {
            position: relative;
            color: white; }
          footer .bulten .bulten-inner .input-inner button:hover {
            background: #F14464; }
      footer .bulten .bulten-inner label {
        cursor: pointer;
        color: #fff;
        font-weight: 400;
        font-size: 18px;
        position: relative;
        font-weight: normal;
        margin-top: 25px; }
        footer .bulten .bulten-inner label input[type=checkbox] {
          opacity: 0; }
        footer .bulten .bulten-inner label:before {
          content: '';
          width: 16px;
          height: 16px;
          border: 1px solid #fff;
          border-radius: 50%;
          display: block;
          position: absolute;
          left: -2px;
          top: 3px; }
        footer .bulten .bulten-inner label:after {
          content: '';
          width: 10px;
          height: 10px;
          background: #fff;
          border-radius: 50%;
          display: block;
          position: absolute;
          left: 1px;
          top: 6px;
          opacity: 0;
          visibility: hidden; }
        footer .bulten .bulten-inner label.checked:after {
          opacity: 1;
          visibility: visible; }
      @media screen and (min-width: 320px) {
        footer .bulten .bulten-inner {
          padding: 30px 37px 30px; }
          footer .bulten .bulten-inner .input-inner {
            flex-direction: column; }
            footer .bulten .bulten-inner .input-inner p {
              font-size: 18px;
              line-height: 18px;
              margin-right: 0px;
              margin-bottom: 10px;
              text-align: center; }
            footer .bulten .bulten-inner .input-inner .form-group {
              margin-right: 0px;
              margin-bottom: 10px;
              width: 100%; }
              footer .bulten .bulten-inner .input-inner .form-group .iti {
                width: 100%; }
            footer .bulten .bulten-inner .input-inner input {
              width: 100%;
              font-size: 18px;
              padding: 10px 20px;
              padding-left: 70px; }
            footer .bulten .bulten-inner .input-inner button {
              font-size: 16px;
              padding: 10px 20px;
              display: initial;
              width: 100%; }
              footer .bulten .bulten-inner .input-inner button i {
                margin-left: 5px; } }
      @media screen and (min-width: 768px) {
        footer .bulten .bulten-inner {
          padding: 96px 37px 67px; }
          footer .bulten .bulten-inner .input-inner {
            flex-direction: row; }
            footer .bulten .bulten-inner .input-inner p {
              font-size: 18px;
              line-height: 18px;
              margin-right: 10px;
              margin-bottom: 0px;
              text-align: left; }
            footer .bulten .bulten-inner .input-inner .form-group {
              margin-right: 10px;
              margin-bottom: 0px;
              width: auto; }
            footer .bulten .bulten-inner .input-inner input {
              width: auto;
              font-size: 18px;
              padding: 10px 20px; }
            footer .bulten .bulten-inner .input-inner button {
              font-size: 16px;
              padding: 10px 20px; } }
      @media screen and (min-width: 992px) {
        footer .bulten .bulten-inner {
          padding: 96px 37px 67px; }
          footer .bulten .bulten-inner .input-inner p {
            font-size: 22px;
            line-height: 22px;
            margin-right: 20px; }
          footer .bulten .bulten-inner .input-inner .form-group {
            margin-right: 20px; }
          footer .bulten .bulten-inner .input-inner input {
            width: auto;
            font-size: 18px;
            padding: 10px 20px; }
          footer .bulten .bulten-inner .input-inner button {
            font-size: 19px;
            padding: 10px 20px; } }
      @media screen and (min-width: 1200px) {
        footer .bulten .bulten-inner {
          padding: 96px 37px 67px; }
          footer .bulten .bulten-inner .input-inner p {
            font-size: 22px;
            line-height: 22px;
            margin-right: 50px; }
          footer .bulten .bulten-inner .input-inner .form-group {
            margin-right: 20px; }
          footer .bulten .bulten-inner .input-inner input {
            width: auto;
            font-size: 18px;
            padding: 10px 20px; }
          footer .bulten .bulten-inner .input-inner button {
            font-size: 19px;
            padding: 10px 20px;
            width: 190px; } }
      @media screen and (min-width: 1440px) {
        footer .bulten .bulten-inner {
          padding: 96px 37px 67px; }
          footer .bulten .bulten-inner .input-inner p {
            font-size: 22px;
            line-height: 22px;
            margin-right: 50px; }
          footer .bulten .bulten-inner .input-inner .form-group {
            margin-right: 20px; }
          footer .bulten .bulten-inner .input-inner input {
            width: auto;
            font-size: 18px;
            padding: 10px 20px; }
          footer .bulten .bulten-inner .input-inner button {
            font-size: 19px;
            padding: 10px 20px;
            width: 190px; } }
  footer .footer-list {
    padding: 50px 0 10px;
    font-size: 15px;
    color: #939393; }
    footer .footer-list .list {
      display: flex; }
      @media screen and (max-width: 767px) {
        footer .footer-list .list {
          display: grid;
          grid-template-columns: 1fr 1fr; } }
      footer .footer-list .list > div {
        padding: 0 15px; }
        @media screen and (max-width: 767px) {
          footer .footer-list .list > div {
            padding: 0 5px; } }
        footer .footer-list .list > div h3 {
          color: #254F73;
          font-size: 17px;
          font-weight: 700;
          margin-bottom: 10px; }
        footer .footer-list .list > div div.column-count-2 {
          column-count: 2; }
        footer .footer-list .list > div div.column-count-1 {
          column-count: 1; }
        footer .footer-list .list > div div ul {
          margin-bottom: 30px; }
          footer .footer-list .list > div div ul li.head {
            font-weight: 800;
            margin: 0px 0 30px;
            color: #67686B;
            font-size: 13px;
            font-weight: 500;
            text-transform: uppercase; }
          footer .footer-list .list > div div ul li a {
            color: #67686B;
            font-size: 13px;
            font-weight: 500;
            text-transform: uppercase; }
            footer .footer-list .list > div div ul li a:hover {
              text-decoration: underline !important; }
            footer .footer-list .list > div div ul li a span {
              color: #de5c5f; }
  footer h1 {
    font-size: 16px;
    color: #7C9194;
    font-weight: 400;
    padding: 0px; }
  footer .info {
    border-top: 1px dashed #C1CAD2;
    border-bottom: 1px dashed #C1CAD2;
    font-size: 16px;
    color: #7C9194;
    font-weight: 400;
    height: 80px;
    padding: 32px 0;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 767px) {
      footer .info {
        justify-content: center;
        flex-direction: column;
        text-align: center;
        font-size: 15px; } }
    footer .info p {
      display: inline-block; }
      footer .info p span {
        font-weight: 600; }
    footer .info a {
      text-decoration: underline !important;
      color: #254f73; }
    footer .info .rebist-info {
      font-size: 13px;
      margin-top: 15px; }

@media (max-width: 1199px) {
  .online-menu > a i {
    margin-left: 32px; } }

@media (max-width: 991px) {
  .online-menu > a {
    padding: 20px 44px 16px 13px !important; }
  .online-menu > a i {
    top: 21px;
    height: 27px;
    padding-top: 5px;
    margin-left: 42px; } }

@media (max-width: 767px) {
  .navbar.head {
    position: initial;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    background: #15244a;
    display: none; }
  .navbar-header {
    padding: 15px 0; }
    .navbar-header .navbar-brand {
      height: auto; }
  .navbar.head .nav > li > a {
    padding: 15px;
    margin: initial;
    color: #fff;
    text-align: center; }
  .navbar.head .nav > li + li > a {
    border-top: 1px dashed #fff; }
  .navbar.head .nav > li.visible-xs a {
    border: none; }
  .navbar.head .navbar-nav {
    background: rgba(21, 36, 74, 0.7); } }

@media (max-width: 480px) {
  .online-menu .nav-tabs-2 {
    float: initial;
    width: initial;
    border-right: initial;
    display: block;
    border-bottom: 2px solid rgba(116, 34, 34, 0.2); }
  .online-menu .nav-tabs-2 > li > a {
    padding: 15px 0;
    display: inline-block;
    float: left;
    width: 25%; }
  .online-menu .nav-tabs-2 > li:last-child > a {
    float: initial; }
  #quick2 .tab-content {
    margin: 0 auto; } }

.menu-top .drp-true .menu-name i {
  font-size: 12px !important;
  margin-left: 9px; }
  @media (max-width: 1280px) {
    .menu-top .drp-true .menu-name i {
      font-size: 9px !important; } }

.menu-top .drp-true .active-drp {
  background-color: rgba(22, 34, 64, 0.9) !important;
  border-radius: 10px 10px 0px 0px; }

.menu-top .dropmenu {
  position: absolute;
  text-align: center;
  line-height: 2.5;
  top: 72%;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0px;
  z-index: 17;
  min-width: 100%;
  display: none;
  transition: 0.3s;
  opacity: 0;
  width: max-content; }
  @media (max-width: 548px) {
    .menu-top .dropmenu {
      position: relative; } }
  .menu-top .dropmenu .sub-dropmenu {
    position: absolute;
    left: 100%;
    top: 0%;
    display: none;
    background-color: #162240;
    width: max-content; }
  .menu-top .dropmenu li {
    padding: 5px;
    color: black;
    position: relative;
    background-color: #162240;
    transition: all 0.6s cubic-bezier(0.05, 0.82, 0.34, 1.13) 0s;
    margin-right: 0px; }
    .menu-top .dropmenu li:hover {
      background-color: #f14465; }
    .menu-top .dropmenu li a {
      color: white !important;
      text-shadow: 0px 0px 3px black;
      display: flex;
      align-items: center; }
      @media (min-width: 768px) {
        .menu-top .dropmenu li a {
          padding: 0px 10px !important;
          font-size: 10px; } }
      @media (min-width: 992px) {
        .menu-top .dropmenu li a {
          padding: 0px 10px !important;
          font-size: 10px; } }
      @media (min-width: 1200px) {
        .menu-top .dropmenu li a {
          padding: 0px 10px !important;
          font-size: 10px; } }
      @media (min-width: 1400px) {
        .menu-top .dropmenu li a {
          padding: 3px 10px !important;
          font-size: 12px; } }
      .menu-top .dropmenu li a i {
        margin-left: 10px; }
  .menu-top .dropmenu .show-li {
    top: 0%; }

.mobile-screen {
  display: none; }
  @media (max-width: 767px) {
    .mobile-screen {
      display: block; } }

.desktop-screen {
  display: block; }
  @media (max-width: 548px) {
    .desktop-screen {
      display: none; } }

.head-items {
  display: flex;
  width: 100%;
  padding: 16px; }
  .head-items .logo {
    width: 130px;
    z-index: 99; }
    .head-items .logo img {
      width: 100%; }
  .head-items .center-probs {
    margin-left: auto;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    padding-top: 7px;
    z-index: 9999; }
  .head-items .search-btn {
    padding-right: 5px;
    padding-left: 5px;
    margin: 0px; }
    .head-items .search-btn i {
      color: #f14464;
      font-size: 16px;
      padding: 9px;
      background-color: white;
      border-radius: 50%; }
  .head-items .whatsapp-btn {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: -45px;
    margin-left: 5px; }
    .head-items .whatsapp-btn i {
      color: #86d111;
      background-color: white;
      border-radius: 50%;
      font-size: 16px;
      padding: 9px; }
  .head-items .menu-bar {
    z-index: 99;
    margin-left: auto; }

.menu-list-items {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.6s;
  display: none;
  background-image: url(/Content/images/bg1.png);
  background-size: cover;
  opacity: 0;
  backdrop-filter: blur(10px); }
  .menu-list-items .menu-list {
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 16em; }
    .menu-list-items .menu-list .item-language {
      margin-top: 10px;
      margin-bottom: 20px;
      position: absolute;
      left: 3%;
      top: 14%; }
      .menu-list-items .menu-list .item-language a {
        padding: 8px 25px 8px 25px;
        background-color: white;
        border-radius: 20px; }
    .menu-list-items .menu-list .item-getquate {
      margin-top: 10px;
      margin-bottom: 20px;
      position: absolute;
      right: 3%;
      top: 14%; }
      .menu-list-items .menu-list .item-getquate a {
        padding: 8px 25px 8px 25px;
        background-color: #f14464;
        border-radius: 20px;
        color: white; }
    .menu-list-items .menu-list .menu-names {
      transition: 0.7s; }
      .menu-list-items .menu-list .menu-names ul li {
        margin-top: 10px;
        margin-bottom: 10px;
        color: white;
        font-size: 18px;
        font-weight: bold;
        font-weight: 500;
        text-transform: uppercase; }
        .menu-list-items .menu-list .menu-names ul li i {
          font-size: 13px;
          padding-left: 6px; }
        .menu-list-items .menu-list .menu-names ul li a {
          color: white;
          font-size: 18px;
          font-weight: bold;
          font-weight: 500;
          text-transform: uppercase; }
          .menu-list-items .menu-list .menu-names ul li a i {
            font-size: 13px;
            padding-left: 6px; }
        .menu-list-items .menu-list .menu-names ul li .dropmenu-mobile {
          position: absolute;
          /*background-color: rgba(21,36,74,0);*/
          padding: 10px;
          width: 100%;
          height: 71%;
          bottom: 0;
          left: -35em;
          align-items: center;
          justify-content: center;
          transition: 0.6s; }
          .menu-list-items .menu-list .menu-names ul li .dropmenu-mobile .drp-true-sub-m .dropmenu-sub-mobile {
            /*position: absolute;*/
            /*background-color: rgba(21,36,74,0);*/
            /*padding: 10px;
                                width: 100%;
                                height: 71%;
                                bottom: 0;
                                left: -35em;
                                align-items: center;
                                justify-content: center;
                                transition: 0.6s;*/ }
          .menu-list-items .menu-list .menu-names ul li .dropmenu-mobile .drp-true-sub-m a i {
            margin-right: -13px; }
          .menu-list-items .menu-list .menu-names ul li .dropmenu-mobile h4 {
            border-bottom: solid 1px rgba(255, 255, 255, 0.55);
            padding-top: 15px;
            padding-bottom: 3px;
            margin-bottom: 15px;
            font-weight: bold;
            font-weight: 500;
            font-size: 21px;
            width: 48%;
            margin-left: auto;
            margin-right: auto; }

.show-drp {
  left: 0em !important; }

.hide-menu-list {
  margin-right: -60em !important; }

.hide-opacity-items {
  opacity: 0 !important; }

.show-opacity-items {
  opacity: 1 !important; }

.dp-block {
  display: block !important; }

.drp-back {
  color: white;
  position: absolute;
  left: 15%;
  top: 32.8%;
  transform: translate(-15%, -32.8%);
  font-size: 20px;
  padding: 5px 15px 5px 15px;
  border-radius: 15px;
  background-color: transparent;
  display: none;
  z-index: 99999;
  font-weight: 100; }

.page-dropdown {
  overflow: hidden;
  top: 70%;
  left: 50%;
  height: 68%;
  width: 100%;
  position: absolute;
  transform: translate(-50%, -70%);
  transition: 0.8s;
  padding: 20px;
  border-radius: 30px;
  display: none;
  opacity: 0;
  overflow-y: auto; }

#mainMenu {
  display: none;
  opacity: 0;
  transition: 0.8s;
  margin-left: -100%; }
  #mainMenu li a {
    font-weight: 700;
    color: white;
    font-size: 22px; }

.show-li {
  margin-left: 0% !important;
  font-size: 12px;
  margin-top: 20px; }
  .show-li li a {
    color: #e1e1e1; }

.hide-li {
  margin-left: -250%; }

.page-show {
  opacity: 1 !important;
  display: block !important;
  margin-left: 0% !important; }

.menu {
  display: none; }

.show-li {
  margin-left: 0% !important; }
  .show-li li {
    margin-bottom: 5px; }
    .show-li li a {
      font-size: 17px !important; }

.menu ul lihover {
  background-color: rgba(241, 68, 100, 0.82);
  color: white; }

.menu ul li a {
  text-transform: uppercase; }

.dropdown-link i {
  font-size: 14px;
  margin-left: 10px; }

.show-active {
  display: block; }

.hide-menu {
  display: none; }

.page-dropdown li a {
  text-transform: uppercase; }

.page-dropdown ul {
  transition: 0.8s; }

.informations {
  margin-top: 20px;
  margin-bottom: 20px;
  transition: 0.6s;
  position: absolute;
  width: 100%;
  left: 0%;
  bottom: 5%;
  text-align: center; }
  .informations a {
    color: white;
    font-size: 19px;
    font-weight: 500; }

.socials {
  transition: 1.1s;
  position: absolute;
  width: 100%;
  left: 0%;
  bottom: 1%;
  border-top: solid 1px #ffffff0d;
  padding-top: 15px; }
  .socials ul {
    display: flex;
    justify-content: center; }
    .socials ul li {
      list-style: none;
      color: white;
      margin-top: 10px;
      margin-bottom: 10px;
      padding: 5px; }
      .socials ul li a {
        font-size: 17px;
        text-transform: uppercase; }
        .socials ul li a i {
          font-size: 24px; }

.back-btn {
  text-transform: uppercase;
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 5px;
  margin-bottom: 25px;
  font-weight: 700 !important;
  color: white;
  font-size: 22px;
  /*   &:before {
        content: "\e90e";
        font-family: 'icomoon' !important;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 18%;
        top: 5.6%;
        font-size: 15px;
    }*/ }
  .back-btn i {
    font-size: 15px;
    margin-right: 3px; }

.information-form {
  position: fixed;
  bottom: 13%;
  right: 50px;
  z-index: 950;
  display: flex;
  transition: 1s;
  align-items: flex-end;
  opacity: 0;
  -webkit-backface-visibility: hidden; }
  .information-form .information-controls {
    display: flex;
    align-items: center;
    position: relative; }
    .information-form .information-controls .information-text {
      border-radius: 30px;
      padding: 5px 60px 5px 10px;
      background-color: white;
      display: flex;
      justify-content: center;
      justify-items: center;
      align-items: center;
      height: 28px;
      width: auto;
      margin-right: -88px;
      display: inherit;
      cursor: pointer;
      transition: 1s;
      z-index: 70;
      position: absolute;
      right: 40px;
      width: 100%;
      box-sizing: content-box;
      white-space: nowrap; }
      .information-form .information-controls .information-text label {
        font-size: 15px;
        font-weight: 700;
        margin: 0px;
        cursor: pointer;
        text-transform: uppercase; }
    .information-form .information-controls .information-btn {
      border-radius: 50%;
      height: 60px;
      width: 60px;
      display: flex;
      justify-content: center;
      justify-items: center;
      align-items: center;
      background-color: white;
      text-align: center;
      color: #F14464;
      box-shadow: 0px 2px 10px black;
      cursor: pointer;
      z-index: 999;
      padding-top: 4px;
      transition: 0.5s; }
      .information-form .information-controls .information-btn span {
        display: grid;
        align-items: center;
        cursor: pointer; }
        .information-form .information-controls .information-btn span i {
          font-size: 28px; }
        .information-form .information-controls .information-btn span .icon-info {
          font-size: 38px; }
  .information-form .form-information {
    height: auto;
    width: 274px;
    background-color: white;
    border-radius: 15px;
    padding: 0px 0px 30px 0px;
    overflow: hidden;
    display: none;
    margin-right: -10px;
    transition: 0.3s; }
    .information-form .form-information .body-form {
      height: 260px;
      width: 100%;
      overflow-y: auto; }
    .information-form .form-information form {
      width: 100%; }
      .information-form .form-information form .cover-capcha {
        width: 90%;
        margin-left: 15px; }
        .information-form .form-information form .cover-capcha .code-capcha {
          display: grid;
          grid-template-columns: 3fr 1fr; }
          .information-form .form-information form .cover-capcha .code-capcha .input-group-addon {
            width: 60px;
            display: grid;
            align-items: center;
            border: none;
            background-color: darkgrey;
            color: white; }
      .information-form .form-information form iframe {
        margin-top: -80px;
        width: 290px !important;
        height: 291px;
        transform: scale(0.7);
        margin-left: -30px;
        overflow-y: auto; }
      .information-form .form-information form ::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #1F4565;
        opacity: 1;
        /* Firefox */ }
      .information-form .form-information form :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #1F4565; }
      .information-form .form-information form ::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #1F4565; }
      .information-form .form-information form .banner-text {
        background-color: #F14464;
        text-align: center;
        color: white;
        padding: 8px;
        font-weight: 300;
        justify-content: center;
        justify-items: center;
        align-items: center;
        display: flex;
        width: 100%; }
      .information-form .form-information form .grp-input {
        display: flex;
        justify-content: center;
        justify-items: center;
        flex-direction: column;
        margin-left: 10px;
        margin-right: 10px;
        width: 250px; }
        .information-form .form-information form .grp-input .input-control {
          border: none;
          outline: none;
          border-bottom: solid 1px #e9e9e9;
          padding: 5px;
          margin-bottom: 5px;
          margin-top: 5px;
          font-weight: 500; }
        .information-form .form-information form .grp-input .label-control {
          font-size: 11px; }
        .information-form .form-information form .grp-input .info-submit {
          background-color: #254F73;
          color: #fff;
          display: flex;
          justify-content: center;
          justify-items: center;
          align-items: center;
          border: initial;
          border-radius: 30px;
          overflow: hidden;
          font-weight: 700;
          text-transform: uppercase;
          outline: none;
          font-size: 15px;
          width: 100%;
          height: 30px;
          margin-left: auto;
          margin-right: auto;
          margin-top: 10px; }
          .information-form .form-information form .grp-input .info-submit i {
            margin-left: 10px; }
        .information-form .form-information form .grp-input .kvk {
          display: flex;
          justify-content: center;
          justify-items: center;
          margin-bottom: 5px;
          margin-top: 5px; }
          .information-form .form-information form .grp-input .kvk label {
            margin-left: 5px; }

@media (max-width: 768px) {
  .navbar-collapse {
    height: 100vh; }
  .information-form {
    right: 10px; }
    .information-form.opened {
      top: 130%; }
  .container-fluid {
    z-index: 999; }
  .navbar-brand {
    margin-top: -22px; }
    .navbar-brand img {
      width: 84px !important;
      margin-top: 10px; }
  .fixed_menu {
    padding: 0 !important; } }

.btn-quate {
  background-color: #F14464;
  color: white !important;
  font-weight: 500;
  font-size: 18px;
  border-radius: 30px;
  width: 150px; }

.btn-languge {
  color: black;
  font-weight: 500;
  font-size: 18px;
  border-radius: 30px;
  width: 150px; }

.item-language .language-list {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  transition: 0.8s; }
  .item-language .language-list li {
    background-color: white;
    display: grid;
    align-items: center;
    height: 40px;
    margin-bottom: 2px;
    margin-top: 2px; }

/*.anchors {
    .owl-carousel {
        .disabled {
            display: inherit !important;
        }
    }
}*/
.getaquate-header-modal {
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  text-align: center;
  background-color: #F14464; }
  .getaquate-header-modal .modal-title {
    font-size: 33px;
    color: white;
    font-weight: 700; }
  @media (max-width: 1024px) {
    .getaquate-header-modal .modal-title {
      font-size: 20px; } }
  .getaquate-header-modal .close {
    margin-left: auto;
    font-size: 33px;
    color: white;
    opacity: .6; }

.inx-z {
  z-index: 900;
  position: relative; }

.page-active {
  font-weight: 700 !important; }

.open {
  display: block !important; }

.search-container {
  background-color: rgba(8, 57, 89, 0.98);
  padding: 45px 35px 0px 35px;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 1;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden; }
  .search-container.opened {
    opacity: 1;
    visibility: visible; }
  .search-container form {
    width: 50%;
    position: relative; }
    @media screen and (max-width: 767px) {
      .search-container form {
        width: 100%; } }
    .search-container form input {
      background-color: transparent;
      border: initial;
      color: white;
      width: 100%;
      font-weight: 300;
      font-size: 3.5rem;
      padding-top: 5px;
      padding-bottom: 5px;
      border: solid 1px rgba(255, 255, 255, 0.4);
      border-radius: 30px;
      letter-spacing: -0.020em;
      padding-left: 4.375rem; }
      .search-container form input::-moz-placeholder {
        color: white; }
      .search-container form input:-moz-placeholder {
        color: white; }
      .search-container form input:-ms-input-placeholder {
        color: white; }
      .search-container form input::-webkit-input-placeholder {
        color: white; }
    .search-container form button {
      position: absolute;
      right: 0;
      top: 0;
      font-size: 1.875rem;
      color: white;
      outline: none;
      font-weight: 300;
      box-shadow: none;
      background-color: #f14464;
      padding: 5px;
      border-radius: 30px;
      display: none;
      align-items: center;
      height: 45px;
      padding-left: 15px;
      padding-right: 15px; }
      .search-container form button i {
        margin-left: 8px;
        font-size: 2.8125rem; }
  .search-container .close-btn {
    background-color: transparent;
    color: white;
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    top: 15px;
    right: 15px;
    position: absolute; }
    .search-container .close-btn:hover, .search-container .close-btn:focus {
      color: white; }
  .search-container .search-show-results {
    display: none;
    flex-direction: column;
    background: #dce5f5;
    margin-top: 10px;
    border-radius: 30px; }
    .search-container .search-show-results.show {
      display: flex; }
    .search-container .search-show-results > span {
      display: block;
      padding: 15px;
      color: #fa0000;
      border-bottom: 1px solid rgba(112, 112, 112, 0.17); }
    .search-container .search-show-results > a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 15px;
      color: #000000;
      border-bottom: 1px solid rgba(112, 112, 112, 0.17);
      font-weight: 500; }
      .search-container .search-show-results > a:hover {
        background: rgba(224, 223, 224, 0.2); }
      .search-container .search-show-results > a:after {
        display: none; }
      .search-container .search-show-results > a i {
        color: #000000;
        font-size: 16px; }
        @media (min-width: 992px) {
          .search-container .search-show-results > a i {
            font-size: 25px; } }
      .search-container .search-show-results > a p {
        font-size: 14px;
        color: #000000; }
        @media (min-width: 992px) {
          .search-container .search-show-results > a p {
            font-size: 1.25rem; } }

.mr-top {
  margin-top: 25px; }

@media (max-width: 559px) {
  .icon-img {
    display: none; } }

.screen-mobile {
  display: none;
  background-color: #f9f4f4; }
  .screen-mobile .social {
    margin-left: 30px;
    display: flex;
    align-items: center; }
    .screen-mobile .social span {
      font-size: 16px; }
    .screen-mobile .social ul {
      display: flex;
      margin-bottom: 0; }
      .screen-mobile .social ul li {
        margin-left: 6px;
        margin-right: 3px; }
        .screen-mobile .social ul li a {
          font-size: 20px;
          color: black; }
  @media (max-width: 559px) {
    .screen-mobile {
      display: block; } }

.modal-group {
  width: 95%;
  display: grid;
  margin-left: auto;
  margin-right: auto;
  margin: 10px; }
  .modal-group .cover-capcha {
    width: 100%; }
  .modal-group .form-title {
    background-color: #f14464;
    padding: 10px;
    color: white;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.1; }
  .modal-group input {
    width: 100%;
    border: none;
    padding: 10px;
    border: solid 1px #e9e9e9;
    margin-bottom: 10px;
    font-weight: 300;
    border-radius: 15px; }
    .modal-group input::-moz-placeholder {
      color: #254F73; }
    .modal-group input:-moz-placeholder {
      color: #254F73; }
    .modal-group input:-ms-input-placeholder {
      color: #254F73; }
    .modal-group input::-webkit-input-placeholder {
      color: #254F73; }
  .modal-group .modal-form-btn {
    background-color: #254F73;
    color: #fff;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    border: initial;
    border-radius: 30px;
    overflow: hidden;
    font-weight: 400;
    text-transform: uppercase;
    outline: none;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 10px; }
    .modal-group .modal-form-btn i {
      margin-left: 15px; }
  .modal-group .input-checkbox {
    width: 15px; }
  .modal-group .dis-flex {
    align-items: center; }

.overflow-h {
  overflow: hidden; }

.cover-capcha {
  display: grid;
  width: 100%; }
  @media (min-width: 992px) {
    .cover-capcha {
      width: 25%; } }
  .cover-capcha .code-capcha {
    display: flex; }
    .cover-capcha .code-capcha .input-group-addon {
      width: 60px;
      display: grid;
      align-items: center;
      border: none;
      background-color: darkgrey;
      color: white; }
    .cover-capcha .code-capcha .img-responsive {
      width: 100%; }
  .cover-capcha .input-area {
    margin-top: 15px; }
    .cover-capcha .input-area input {
      border: solid 1px #e9e9e9;
      width: 100%;
      padding: 10px;
      font-size: 16px; }

.modal-quate {
  max-width: 500px; }

.page-form-contner {
  position: relative;
  width: 70%; }
  @media (max-width: 992px) {
    .page-form-contner {
      width: 85%; } }
  @media (max-width: 768px) {
    .page-form-contner {
      width: 100%; } }
  @media (max-width: 576px) {
    .page-form-contner {
      width: 100%; } }

.w-30 {
  width: 30%; }
  @media (max-width: 1930px) {
    .w-30 {
      width: 45%; } }
  @media (max-width: 1660px) {
    .w-30 {
      width: 65%; } }
  @media (max-width: 1400px) {
    .w-30 {
      width: 65%; } }
  @media (max-width: 1200px) {
    .w-30 {
      width: 70%; } }
  @media (max-width: 993px) {
    .w-30 {
      width: 100%; } }

.label-control {
  margin: 0; }
  .label-control .kvk-text {
    font-size: 14px; }

.indexModalv2 .modal-dialog {
  width: 80%; }
  @media (max-width: 1930px) {
    .indexModalv2 .modal-dialog {
      width: 75%; } }
  @media (max-width: 1660px) {
    .indexModalv2 .modal-dialog {
      width: 75%; } }
  @media (max-width: 1400px) {
    .indexModalv2 .modal-dialog {
      width: 75%; } }
  @media (max-width: 1200px) {
    .indexModalv2 .modal-dialog {
      width: 75%; } }
  @media (max-width: 993px) {
    .indexModalv2 .modal-dialog {
      width: 100%; } }

.kvk-check {
  margin: 0px 5px 0px 0px !important;
  height: 25px;
  width: 60px !important; }
  @media (max-width: 990px) {
    .kvk-check {
      height: 25px;
      width: 25px !important; } }

.dis-flex {
  display: flex; }
  .dis-flex p {
    font-size: 12px;
    font-weight: 300; }
    @media (max-width: 990px) {
      .dis-flex p {
        max-width: 350px; } }
    .dis-flex p a {
      color: #337ab7 !important; }
  .dis-flex .kvk-text {
    font-size: 18px;
    margin: 0;
    margin-left: 5px; }

.column-count-1 li.footermenutitle {
  color: #254F73;
  font-size: 17px;
  line-height: 19px;
  font-weight: 400;
  margin-bottom: 10px; }

footer .footer-list .list > div div ul li.footermenutitle a {
  color: #254F73;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 10px; }

footer .footer-list .list > div div ul li.footermenutitle a:hover {
  text-decoration: none !important; }

footer .bulten .bulten-inner .input-inner .phone-mask {
  padding-left: 70px; }
