@font-face {
  font-family: 'Poppins';
  src: url("../../fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  text-rendering: optimizeLegibility;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins_Light';
  src: url("../../fonts/Poppins/Poppins-Light.ttf") format("truetype");
  text-rendering: optimizeLegibility;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins_Medium';
  src: url("../../fonts/Poppins/Poppins-Medium.ttf") format("truetype");
  text-rendering: optimizeLegibility;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins_SemiBold';
  src: url("../../fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
  text-rendering: optimizeLegibility;
  font-display: swap;
}

@font-face {
  font-family: 'ITCAvantGardeStd_Bold';
  src: url("../../fonts/AvantGarde/ITCAvantGardeStd-Bold.otf") format("truetype");
  text-rendering: optimizeLegibility;
  font-display: swap;
}

@font-face {
  font-family: 'ITCAvantGardeStd_Regular';
  src: url("../../fonts/AvantGarde/ITCAvantGardeStdBk.woff") format("truetype");
  text-rendering: optimizeLegibility;
  font-display: swap;
}

/* MIXINS */
.st0 {
  fill: #FFFFFFFF !important;
  left: -30px !important;
}

.st1 {
  font-family: 'Helvetica';
}

.st2 {
  font-size: 12px;
}

html, body {
  font-family: 'Raleway', sans-serif, Arial !important;
  font-size: 16px;
  /* for inner page sticky footer  https://philipwalton.github.io/solved-by-flexbox/demos/sticky-footer/*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* end sticky footer condition */
  overflow-x: hidden;
  margin: 0px;
  padding: 0px !important;
  position: relative;
  scroll-behavior: smooth;
}

/* 
 * Navigation
 */
.blue-font {
  color: #004ebc !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.preloader {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99999999;
  margin-top: 0px;
  top: 0px;
}

.preloader img {
  margin-top: 15%;
  margin-bottom: 15%;
}

.custom-container {
  width: 80% !important;
}

#nav-right-access li > a:focus, #nav-right-access li > a:hover, #nav-right-access li > div > a:focus, #nav-right-access li > div > a:hover {
  background-color: rgba(112, 115, 114, 0.8) !important;
}

.navbar-toggle {
  display: none;
}

.p-10 {
  padding: 10px !important;
}

.nav-resp1 {
  margin-left: 20px;
}

.d-inline-block {
  display: inline-block !important;
}

.text-hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.text-hover:hover {
  color: #51af2d;
}

#user_lang {
  width: 100%;
  border-radius: 0px;
}

#user_currency {
  border-radius: 0px;
}

.the_logo {
  /*padding-right: 50px !important;*/
  height: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 80px;
  /*position: absolute;*/
  cursor: pointer;
}

.the_logo path {
  fill: #fff;
}

.icon-hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.icon-hover:hover {
  margin-top: -15px !important;
}

.btn-blue-color {
  background: #004ebc;
  color: #fff;
}

/*
Regmodal
*/
.regmodal {
  font-family: 'Poppins',sans-serif;
}

.regmodal .side-blue .modal-body {
  content: ' ';
  background: url("../../../../images/v2/bg-login-reg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 56vh;
  padding: 0px !important;
}

.regmodal .side-blue .modal-body .blue-overlay {
  background-color: rgba(2, 93, 204, 0.698);
  height: inherit;
}

.regmodal .side-blue .modal-body .blue-overlay svg {
  width: 400px;
  padding-top: 75%;
  padding-bottom: 45%;
}

.regmodal .side-blue .modal-body .blue-overlay svg .eart, .regmodal .side-blue .modal-body .blue-overlay svg .hauz, .regmodal .side-blue .modal-body .blue-overlay svg .text {
  fill: #fff !important;
}

.regmodal .lgfont {
  font-size: 1.5em;
  color: #444444;
}

.regmodal .modal-title {
  color: #fff;
  font-size: 1.8em;
  font-weight: bold;
}

.regmodal input[type="number"], .regmodal input[type="text"], .regmodal textarea, .regmodal input[type="password"], .regmodal select {
  border-radius: 4px !important;
  background-color: transparent !important;
  border-color: #cecece;
}

.regmodal .modal-header {
  background-color: #fff;
  border-radius: 3px 3px 0 0;
  border-bottom: 0px !important;
}

.regmodal .modal-header h4 {
  color: #5e5e5e;
  font-weight: 500;
}

.regmodal .modal-body .input-group-addon {
  background-color: #fff;
}

.regmodal .modal-footer {
  background-color: #fff;
  border-radius: 0 0 3px 3px;
  border-top: 0px !important;
}

.regmodal .modal-footer p {
  color: #5e5e5e;
  font-weight: 400;
}

.regmodal .modal-footer a {
  color: #004ebc;
  font-weight: 400;
}

/* social signin buttons */
.loginBtn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  padding: 0 15px 0 15px;
  border: none;
  text-align: center;
  line-height: 25px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #FFF;
  width: 200px;
}

.loginBtn:before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}

.loginBtn:focus {
  outline: none;
}

.loginBtn:active {
  -webkit-box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}

.login-dialog {
  width: 750px !important;
}

.modal-header .close_login {
  right: 8px !important;
  top: 0px !important;
}

.modal-close-button {
  border: 0px;
  opacity: .9;
  color: #035ccc;
  border-radius: 100%;
  padding: 5px 9px 5px 9px;
  font-size: 14px;
  line-height: 4px;
  font-weight: 200;
  position: absolute;
  right: 5px;
  top: 4px;
  background-color: initial;
}

/* Google */
.loginBtn--google {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #fff;
  border: 1px solid;
  border-color: #cecece !important;
  color: #5f5f5f;
  margin-left: 20%;
  margin-right: 25%;
}

.loginBtn--google img {
  width: 20px;
  display: inline-block;
}

.loginBtn--google:before {
  display: none !important;
  border-right: 0px !important;
  width: 50px !important;
}

.loginBtn--google:hover,
.loginBtn--google:focus {
  background: #fff;
}

/*LOGIN MODALS AND REGISTRATION*/
#loginModal, .registration_div {
  /* .side-blue{
        display: none
    } */
}

#loginModal .modal-content, .registration_div .modal-content {
  padding-top: 0;
  overflow: hidden;
  padding-right: 20px;
}

#loginModal .login-dialog, .registration_div .login-dialog {
  /* .modal-body button{
            // border-radius: 5px;
            width: 100%;
        } */
}

#loginModal .login-dialog .loginBtn--google, .registration_div .login-dialog .loginBtn--google {
  margin-left: auto;
  margin-right: auto;
}

#loginModal #btn-register, .registration_div #btn-register {
  width: 100%;
}

.navbar-custom {
  height: 83px;
  border: 0;
  margin: 0;
  background-color: #fbfcfe;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-box-shadow: 0 10px 10px -10px #333;
  box-shadow: 0 5px 5px -10px rgba(0, 0, 0, 0.2);
}

.navbar-custom .top-header {
  font-family: 'Poppins',sans-serif;
  padding: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
}

.navbar-custom .top-header span {
  color: #fff;
  font-weight: 600;
}

.navbar-custom .top-header span.contact-number {
  padding-right: 20px;
  font-weight: 400;
}

.navbar-custom .top-header span.working_hours {
  padding-left: 20px;
  font-weight: 400;
  font-size: .875em;
}

.navbar-custom .top-header .contact-number {
  padding-left: 40px;
}

.navbar-custom .top-header .social-media-icons {
  padding-right: 10px;
}

.navbar-custom .top-header .social-media-icons a img {
  padding: 7px;
  height: 30px;
  margin-right: 10px;
}

.navbar-custom.on-scroll {
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
}

.navbar-custom.on-scroll .navbar-nav > li > a .currency_icon_mark, .navbar-custom.on-scroll .navbar-nav > li > div > a .currency_icon_mark {
  border-color: #5e5e5e;
}

.navbar-custom.on-scroll .navbar-nav > li > a:focus, .navbar-custom.on-scroll .navbar-nav > li > div > a:focus {
  color: #fff;
}

.navbar-custom.on-scroll .navbar-nav > li > a:focus .currency_icon_mark, .navbar-custom.on-scroll .navbar-nav > li > div > a:focus .currency_icon_mark {
  border-color: #fff;
}

.navbar-custom.on-scroll .navbar-nav > li > a:focus .language_icon, .navbar-custom.on-scroll .navbar-nav > li > div > a:focus .language_icon {
  background: url(../../../../images/v2/header_sprite.png);
  background-position-x: -24px;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: 270% 100%;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 13px;
  left: 13px;
}

.navbar-custom.on-scroll .navbar-nav > li > a:focus .header_user_icon, .navbar-custom.on-scroll .navbar-nav > li > div > a:focus .header_user_icon {
  background: url(../../../../images/v2/header_sprite.png);
  background-position-x: -52px;
  background-position-y: 3px;
  background-repeat: no-repeat;
  background-size: 260% 90%;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 9px;
  left: 13px;
}

.navbar-custom.on-scroll .navbar-nav > li > a:hover, .navbar-custom.on-scroll .navbar-nav > li > div > a:hover {
  color: #fff;
}

.navbar-custom.on-scroll .navbar-nav > li > a:hover .currency_icon_mark, .navbar-custom.on-scroll .navbar-nav > li > div > a:hover .currency_icon_mark {
  border-color: #fff;
}

.navbar-custom.on-scroll .navbar-nav > li > a:hover .language_icon, .navbar-custom.on-scroll .navbar-nav > li > div > a:hover .language_icon {
  background: url(../../../../images/v2/header_sprite.png);
  background-position-x: -24px;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: 270% 100%;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 13px;
  left: 13px;
}

.navbar-custom.on-scroll .navbar-nav > li > a:hover .header_user_icon, .navbar-custom.on-scroll .navbar-nav > li > div > a:hover .header_user_icon {
  background: url(../../../../images/v2/header_sprite.png);
  background-position-x: -52px;
  background-position-y: 3px;
  background-repeat: no-repeat;
  background-size: 260% 90%;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 9px;
  left: 13px;
}

.navbar-custom.on-scroll .top-header > span {
  color: #5e5e5e;
}

.navbar-custom.on-scroll .nav-splitter {
  border-top: 2px solid #eeeeee;
  padding-left: 0px;
  margin-left: 0px;
  padding-right: 0px;
  margin-right: 0px;
}

.navbar-custom.on-scroll .navbar-toggle .icon-bar {
  background-color: #004ebc;
}

.navbar-custom.on-scroll .language_icon {
  background: url(../../../../images/v2/header_sprite_mobile.png);
  background-position-x: -24px;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: 270% 100%;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 13px;
  left: 13px;
}

.navbar-custom.on-scroll .header_user_icon {
  background: url(../../../../images/v2/header_sprite_mobile.png);
  background-position-x: -52px;
  background-position-y: 3px;
  background-repeat: no-repeat;
  background-size: 260% 90%;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 9px;
  left: 13px;
}

.site-branding {
  /*width: 254px;*/
  overflow: visible;
}

.site-branding {
  position: relative;
  z-index: 1;
}

.site-branding a {
  /*width: 350px;*/
  display: inline-block;
  font-size: 12px;
  color: #878787;
  text-align: center;
  padding-top: 5px;
  position: relative;
}

/* for testing logo */
.site-branding a img {
  position: absolute;
}

.site-branding a #main_text {
  height: 28px;
  left: 50px;
  top: 8px;
}

.site-branding a #tag_line {
  height: 12px;
  top: 42px;
  left: 47px;
}

.site-branding a #house {
  height: 49px;
}

.site-branding a:hover, .site-branding a:focus {
  text-decoration: none;
}

#site-nav .container-fluid {
  margin-top: 30px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.navbar-custom .navbar-nav li {
  margin-top: 4px;
  margin-bottom: 0px;
  border-radius: 5px;
}

.navbar-custom .navbar-nav > li > a, .navbar-custom .navbar-nav > li > div > a {
  color: black;
  font-size: .9em;
  font-weight: 400;
  font-family: 'Poppins',sans-serif;
  border-bottom: 4px solid transparent;
  -webkit-transition: border-color 0.2s ease-in;
  transition: border-color 0.2s ease-in;
}

.navbar-custom #navbar-left > li > a, .navbar-custom #navbar-left > li > div > a {
  padding-bottom: 7px !important;
  letter-spacing: 2px;
  padding-left: 25px;
  padding-right: 25px;
}

.navbar-custom #navbar-left > li > a:focus, .navbar-custom #navbar-left > li > div > a:focus, .navbar-custom #navbar-left > li > a:hover, .navbar-custom #navbar-left > li > div > a:hover {
  color: black;
}

.b-green:focus, .b-green:hover, .navbar-custom #navbar-left > .active > .b-green {
  color: #51af2d !important;
  border-color: #51af2d !important;
}

.navbar-custom #navbar-left > .active > a {
  border-color: #004ebc;
  border-width: 4px;
  color: #004ebc;
}

/* for smaller viewport align the currency link left */
.nav a.preferred-currency {
  text-align: left;
  margin-left: 15px;
}

.nav a.preferred-currency:hover, .nav a.preferred-currency:focus {
  background-color: #eee !important;
}

.nav a.preferred-currency + ul li {
  margin-left: 15px;
}

.navbar-custom li.opt-in {
  background-color: #004ebc;
  border-radius: 5px;
}

.navbar-custom li.opt-in a {
  padding: 14px 10px;
  margin-top: 0px;
  color: white;
}

.navbar-toggle {
  border: 0;
  border-radius: 0;
  margin-top: 2px;
  z-index: 1 !important;
}

.navbar-toggle .icon-bar {
  background-color: #004ebc;
}

.navbar-solid {
  background-color: rgba(0, 0, 0, 0.7) !important;
  padding: 0 !important;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.navbar-btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none !important;
  border: none;
}

#navbar-left {
  float: right;
  /*margin-left: 100px;*/
}

#navbar-left li div.nav-seo-dropdown {
  font-family: 'Poppins',sans-serif;
  position: absolute;
  top: 120%;
  left: -15px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 220px;
  padding: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #f6f6f6;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

#navbar-left li div.nav-seo-dropdown ul.nav li {
  font-size: 1.125em;
}

#navbar-left li div.nav-seo-dropdown ul.nav li .li_location:hover {
  color: #004ebc;
}

#navbar-left li div.nav-seo-dropdown ul.nav li a {
  padding-left: 15px !important;
}

#navbar-left li div.nav-seo-dropdown ul.nav li.active {
  background-color: transparent !important;
  border: 0px;
  padding-top: 0px !important;
}

#navbar-left li div.nav-seo-dropdown ul.nav li.active a {
  background-color: rgba(246, 246, 246, 0.855);
  color: #51af2d;
  border: 0px;
  padding-left: 15px !important;
}

#navbar-left li div.nav-seo-dropdown .tab-content {
  background-color: #fff;
}

#navbar-left li div.nav-seo-dropdown::before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #f6f6f6 transparent;
  top: -15px;
  left: 40px;
}

#navbar-left li ul.location_items li {
  list-style: none;
}

#navbar-left li.enable-dropdown:hover div.nav-seo-dropdown {
  display: block;
}

#navbar-left .mobile-menu {
  display: none;
}

/* 
    CONTACT
*/
.top_contact_section {
  font-family: 'Poppins', sans-serif;
  background-color: #282b30;
  z-index: 98;
}

.top_contact_section .footer-img {
  width: 160px;
  padding: 30px;
}

.top_contact_section .footer-img path {
  fill: #9fa3a7;
}

.top_contact_section p {
  color: #9fa3a7;
  margin-left: 15%;
  margin-right: 15%;
}

/* 
    Footer
*/
.contact_us_section {
  font-family: 'Poppins',sans-serif;
  background-color: #1b1f22;
  background-size: cover;
  background-position: top;
  padding-top: 60px;
  padding-bottom: 60px;
}

.contact_us_section #footer_logo {
  height: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  cursor: pointer;
}

.contact_us_section #footer_logo .eart {
  fill: #51af2d;
}

.contact_us_section #footer_logo .hauz {
  fill: #004ebc;
}

.contact_us_section #footer_logo .text {
  fill: #fff;
}

.contact_us_section h3 {
  color: #51af2d;
  padding-bottom: 10px;
}

.contact_us_section .contact-info {
  padding-top: 8px;
  margin-top: -20px;
  background-color: transparent;
  font-size: .9em;
  border-radius: 10px;
}

.contact_us_section .contact-info .ci-icon {
  width: 76px;
  opacity: 0.8;
}

.contact_us_section .contact-info .ci-icon:hover {
  opacity: 1;
}

.contact_us_section .contact-info {
  padding-left: 10px;
}

.contact_us_section .greenicon {
  font-size: 1em;
}

.contact_us_section .contact-info h4 {
  margin-top: 0;
}

.contact_us_section .p-4 {
  padding: 10px;
  padding-right: 10px;
}

.contact_us_section label {
  color: #fff;
}

.contact_us_section .btn-submit {
  height: 45px;
  width: 100%;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #fff;
  color: #51af2d;
  font-weight: bold;
  text-transform: uppercase;
}

.contact_us_section .contact_group_home {
  padding: 0 10px;
}

.contact_us_section .contact_group {
  padding: 0 10px;
}

.contact_us_section .form_contact_fields {
  padding-left: 10px;
  padding-right: 10px;
}

.contact_us_section .menu_links {
  list-style: none;
}

.contact_us_section .menu_links li {
  display: inline;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 2px solid #fff;
}

.contact_us_section .menu_links li:last-child {
  border-right: 0px;
}

.contact_us_section .menu_links li > a {
  color: #fff;
}

.contact_us_section .contact_info {
  color: #fff;
}

.contact_us_section .contact_info p, .contact_us_section .contact_info ul {
  font-weight: 100;
  font-size: .75em;
}

.contact_us_section .contact_info i {
  position: absolute;
  top: 20px;
  right: 10px;
}

@media (max-width: 767px) {
  .contact_us_section .contact_info .p-4 {
    padding: 0px !important;
    padding-right: 3px !important;
    padding-left: 20px !important;
  }
  .contact_us_section .contact_info .col-xs-12 {
    width: 80% !important;
  }
  .contact_us_section .contact_info .footer-icon {
    width: 10% !important;
  }
}

.site-branding #logo {
  margin-top: 12px;
}

.site-branding #logo .hauz {
  fill: #004ebc !important;
}

.site-branding #logo .eart {
  fill: #51af2d !important;
}

.site-branding #logo .text {
  fill: #fff !important;
}

.on-scroll .site-branding #logo .st0 {
  fill: #707372 !important;
}

footer ul.links li {
  border-right: 1px solid #fff;
  line-height: 1em;
  padding-left: .8em;
  padding-right: 1em;
}

footer ul.links li:last-child {
  border: none;
}

footer ul.links a {
  font-weight: 500;
}

footer ul.links a:hover {
  opacity: 0.5;
  text-decoration: none;
}

.site-footer {
  background-color: #407fcf !important;
  color: #fff;
  text-align: center;
  width: 100%;
  z-index: 98;
}

.first-row img {
  width: 210px;
}

.second-row {
  height: 50px;
}

.second-row a {
  font-family: 'Poppins',sans-serif;
  font-size: 15px;
}

.third-row {
  background-color: #0053bb !important;
  height: 50px;
  padding-top: 16px;
}

.site-footer .site-info {
  font-weight: 400;
  /*margin-bottom: 10px;*/
}

.site-footer .site-info a {
  color: #fff;
}

.site-footer .social-block li a {
  color: #fff;
}

.site-footer .social-block li a:hover, .site-footer .social-block li a:focus {
  opacity: 0.8;
}

.font-smaller {
  font-family: 'Poppins',sans-serif;
  font-size: .9em !important;
  font-weight: 100;
  color: white;
}

.new-sitemap {
  background-color: #282b30;
  z-index: 98;
  font-family: 'Poppins',sans-serif !important;
}

.new-sitemap h3 {
  color: #51af2d;
  font-size: 20px !important;
}

.new-sitemap ul li {
  position: relative;
  padding-bottom: 10px;
}

.new-sitemap ul {
  list-style: none;
  color: #fff;
  font-size: 15px !important;
}

.new-sitemap ul li:before {
  content: '';
  position: absolute;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 5px;
  height: 5px;
  top: calc(50% - 4px);
  left: -15px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.navbar-covid {
  height: 85px;
  background-color: black !important;
}

.btn_covid_page_basic {
  position: relative;
  top: 380px;
  left: 90px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #e5e5e5;
  color: #888888;
  border: 0px;
  padding: 10px 40px 10px 40px;
  border-radius: 40px;
  font-weight: 900;
}

.btn_covid_page {
  position: relative;
  top: 380px;
  left: 90px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #319de1;
  color: #fff;
  border: 0px;
  padding: 10px 40px 10px 40px;
  border-radius: 40px;
  font-weight: 900;
}

.div_covid_basic {
  background: url(../../../../images/v2/covid_basic.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  -webkit-box-shadow: 0px 9px 11px #c7c7c761;
          box-shadow: 0px 9px 11px #c7c7c761;
  height: 450px;
  width: 400px;
  margin-right: 15px;
  margin-left: 15px;
}

.div_covid_prime {
  background: url(../../../../images/v2/covid_prime.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  -webkit-box-shadow: 0px 9px 11px #c7c7c761;
          box-shadow: 0px 9px 11px #c7c7c761;
  height: 450px;
  width: 400px;
  margin-right: 15px;
  margin-left: 15px;
}

.section_covid_page {
  background: url(../../../../images/v2/covid_img.png);
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.covid_container {
  width: 910px !important;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 30px !important;
  overflow: auto;
}

@media (max-width: 1200px) {
  .covid_container {
    width: 910px !important;
  }
}

@media (max-width: 992px) {
  .covid_container {
    width: 860px !important;
  }
}

@media (max-width: 768px) {
  .covid_container {
    width: 100%  !important;
  }
}

@media (max-width: 768px) {
  .div_contain {
    min-height: 1100px !important;
  }
}

.innerpage.navbar-fixed-top {
  height: 75px;
}

@media (max-width: 1100px) {
  .nav-seo-dropdown, .featured-section, .agents-section, .testimonial_section, .news-blog-section {
    display: none !important;
  }
}

.loginBtn {
  margin: .2em;
}

input[type="text"], input[type="password"] {
  border-radius: 10px;
  background-color: #f7f7f7;
  border: 0;
  height: 43px;
}

textarea {
  border-radius: 10px !important;
  background-color: #f7f7f7 !important;
  border: 0 !important;
  resize: none;
}

input[type="button"] {
  border-radius: 10px;
  border: 0;
  height: 43px;
}

input[type="submit"] {
  border-radius: 10px;
  border: 0;
  height: 43px;
}

button[type="button"]:not(.modal-header .close) {
  border-radius: 10px;
  border: 0;
  height: 43px;
}

input[type="number"] {
  height: 43px;
  border-radius: 10px;
  background-color: #f7f7f7;
  border: 0;
}

.chevron-container {
  position: absolute;
  border-color: #51af2d !important;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  width: 30px;
  height: 30px;
  border-radius: 7px;
  top: 7px;
  right: 25px;
  padding-top: 4px;
}

.chevron-container i {
  font-size: 12px;
  font-weight: 600;
  color: #51af2d;
}

.custom-multiselect {
  position: absolute;
  right: 22px;
  top: -19px;
}

.custom-multiselect .multiselect-wrapper {
  width: 280px;
}

.custom-multiselect .multiselect-wrapper .multiselect-input-div {
  z-index: 4;
  position: relative;
}

.custom-multiselect .multiselect-wrapper .multiselect-input-div input {
  margin: 0;
}

.custom-multiselect .multiselect-wrapper .multiselect-input {
  width: 280px;
  border-color: #51af2d !important;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  height: 30px;
  border-radius: 7px;
  padding-top: 4px;
  color: #f0f8ff00;
}

.custom-multiselect .multiselect-wrapper .multiselect-input:focus {
  outline: none !important;
}

.custom-multiselect .multiselect-wrapper .multiselect-dropdown-arrow {
  opacity: 0;
}

.custom-multiselect .multiselect-wrapper .multiselect-count {
  visibility: hidden !important;
}

.custom-multiselect .multiselect-wrapper .multiselect-list {
  z-index: 3;
  width: 296px;
  margin-top: -40px;
  right: -7px;
  border-radius: 7px;
  padding-top: 43px;
  font-family: poppins;
}

.custom-multiselect .multiselect-wrapper .multiselect-list span:first-child {
  display: none !important;
}

.custom-multiselect .multiselect-wrapper .multiselect-list hr {
  display: none !important;
}

.custom-multiselect .multiselect-wrapper .multiselect-list ul li.active {
  background-color: transparent !important;
  color: black;
}

.custom-multiselect .multiselect-wrapper .multiselect-list ul li:hover {
  background-color: #0000000a;
  color: black;
}

.custom-multiselect .fa-chevron-down {
  z-index: 5;
  color: #51af2d;
  position: relative;
  right: -275px;
  bottom: -3px;
  position: relative;
}

.selected-items {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #f7f7f7;
}

.selected-items .green-box {
  background-color: #51af2d;
  color: white;
  border-radius: 7px;
  height: 30px;
  padding: 5px;
  display: inline-block;
  margin-left: 8px;
  margin-top: 9px;
}

.selected-items .green-box i {
  padding-left: 5px;
}

select.chevron-container {
  padding-top: 0;
}

.chevron-container.with-label {
  top: 33px !important;
}

.modal-dialog .modal-content {
  border-radius: 22px;
  border: 0;
  padding-top: 15px;
}

.number-input-with-buttons .minus {
  padding-right: 0;
}

.number-input-with-buttons .minus button {
  background-color: #f7f7f7;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px #00000014;
          box-shadow: inset 0 1px 1px #00000014;
}

.number-input-with-buttons .input {
  padding-left: 0;
  padding-right: 0;
}

.number-input-with-buttons .input input {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  text-indent: 5px;
}

.number-input-with-buttons .plus {
  padding-left: 0;
}

.number-input-with-buttons .plus button {
  background-color: #f7f7f7;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px #00000014;
          box-shadow: inset 0 1px 1px #00000014;
}

.number-input-with-buttons .plus button .glyphicon-plus {
  color: #51af2d;
}

form .multi-ph {
  margin-top: 4px;
  margin-left: 11px;
  z-index: 9999;
  color: #21ab00;
  font-size: 15px;
  position: relative;
  bottom: 10px;
  left: 20px;
}

form .multi-ph-ah {
  top: 4px;
  left: 13px;
  position: absolute;
  z-index: 9999;
  color: #21ab00;
  font-size: 15px;
}

form label {
  font-size: 16px;
  color: #2a2a2a;
  font-weight: 700;
}

form label .asterisk {
  color: red;
  font-size: 14px;
  font-weight: 500;
}

form .slt {
  font-size: 11px;
  color: #5e5e5e;
}

form .farte {
  font-size: 15px;
  color: #939393;
}

form .sleft {
  padding-left: 12px !important;
}

form .furn-label {
  font-size: 15px;
  color: #939393;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.input-bottom-border {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  -webkit-box-shadow: initial;
}

.custom-select2 .select2-container {
  width: 100% !important;
}

.custom-select2 .select2-container .select2-selection {
  border-radius: 10px;
  background-color: #f7f7f7;
  border: 0;
  height: 43px !important;
}

.custom-select2 .select2-container .select2-selection .select2-selection__rendered {
  padding-top: 7px;
}

.custom-select2 .select2-container .select2-selection .select2-selection__rendered .select2-selection__choice {
  display: none;
}

.custom-select2 .select2-container .select2-selection .select2-selection__rendered .select2-selection__clear {
  display: none;
}

.select2-dropdown {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.navbar .navbar-nav .navigation_e.mobile {
  display: none;
}

.navbar .navbar-nav .dropdown-menu {
  position: initial;
  float: right;
}

.modal.alertModal .modal-content {
  padding: 15px;
}

.modal-footer .btn-default {
  color: white;
  background-color: #d3d3d3;
}

.btn-custom {
  color: white;
  background-color: #51af2d;
}

.custom-check {
  -webkit-appearance: none;
  /*hides the default checkbox*/
  height: 14px;
  width: 14px;
  position: relative;
  top: 2px;
  -webkit-transition: 0.10s;
  transition: 0.10s;
  border: solid 1px #51af2d;
  text-align: center;
  font-weight: 600;
  color: white;
  border-radius: 3px;
  outline: none;
}

.custom-check:checked {
  background-color: #51af2d;
}

.custom-check:hover {
  cursor: pointer;
  opacity: 0.8;
}

.custom-check:focus {
  outline: none !important;
}

.fa-chevron-down.up {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.select2-results {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.select2-results ::-webkit-scrollbar {
  width: 1px;
}

.select2-results ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.select2-results ::-webkit-scrollbar-thumb {
  background: #939393;
}

.select2-results ::-webkit-scrollbar-thumb:hover {
  background: #939393;
}

section.earthauz-info-section {
  background-color: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 50px;
}

section.earthauz-info-section .sfont {
  width: 375px;
  position: absolute;
  left: -25px;
}

section.earthauz-info-section .custom-container {
  width: 60% !important;
}

section.earthauz-info-section .info-container {
  margin: auto;
  text-align: center;
  width: 300px;
}

section.earthauz-info-section .info-container .green {
  color: #51af2d;
}

section.earthauz-info-section .info-container h3 {
  font-size: 15px;
}

section.earthauz-info-section .info-container h3 .sfont {
  font-size: 12px !important;
}

section.earthauz-info-section .info-container img {
  width: 40px;
}

#account_settings_modal .modal-dialog {
  width: 700px;
  margin: 122px auto;
}

#account_settings_modal .modal-dialog .modal-content .btn-custom[type="submit"] {
  float: right;
}

#account_settings_modal .modal-dialog .modal-content .newsletter {
  font-weight: 500;
}

#account_settings_modal .modal-dialog .modal-content form label {
  font-size: 11px;
}

.custom-pagination .dataTables_paginate {
  text-align: right;
}

.custom-pagination .dataTables_paginate .pagination {
  margin: 0;
}

.custom-pagination .dataTables_paginate .pagination a {
  border-radius: 10px;
  border: 0;
  height: 43px;
  width: 43px;
  text-align: center;
  padding-top: 11px;
  margin-left: 4px;
  color: #333;
}

.custom-pagination .dataTables_paginate .pagination .paginate_button.previous a {
  background-color: #d3d3d3;
  color: white !important;
}

.custom-pagination .dataTables_paginate .pagination .paginate_button.next a {
  background-color: #d3d3d3;
  color: white !important;
}

.custom-pagination .dataTables_paginate .pagination .paginate_button.active a {
  background-color: #4284d8;
  color: white !important;
}

.custom-modal .modal-dialog .modal-content {
  padding: 35px;
}

.custom-modal .modal-dialog .modal-content .modal-header {
  text-align: center;
}

.custom-modal .modal-dialog .modal-content .modal-header .modal-title {
  border-bottom: solid 3px #c1c1c1;
  margin: auto;
  padding-bottom: 14px;
}

.custom-modal .modal-dialog .modal-content .modal-header .close {
  color: #004ebc;
  opacity: 1;
  font-size: 36px;
  font-weight: 100;
  position: absolute;
  right: 37px;
  top: 32px;
}

.custom-modal .modal-dialog input[type="text"] {
  color: #ababab;
}

.custom-modal .modal-dialog label {
  font-size: 12px;
}
/*# sourceMappingURL=nav-contact-footer.css.map */