/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: baseline;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

p {
  line-height: 25px;
}

input::ms-clear,
input[type=password]::ms-reveal {
  display: none;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 0;
}

button,
a.button,
input[type=reset],
input[type=submit],
input[type=button],
input[type=image] {
  background: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  overflow: visible;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  width: auto;
  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-family: "Poppins";
}

button,
input[type=reset],
input[type=submit],
input[type=button] {
  line-height: normal !important;
}

textarea,
select,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  background: none;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  font-family: "Poppins";
  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
textarea::-webkit-outer-spin-button, textarea::-webkit-inner-spin-button,
select::-webkit-outer-spin-button,
select::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=datetime]::-webkit-outer-spin-button,
input[type=datetime]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=email]::-webkit-outer-spin-button,
input[type=email]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=password]::-webkit-outer-spin-button,
input[type=password]::-webkit-inner-spin-button,
input[type=search]::-webkit-outer-spin-button,
input[type=search]::-webkit-inner-spin-button,
input[type=tel]::-webkit-outer-spin-button,
input[type=tel]::-webkit-inner-spin-button,
input[type=text]::-webkit-outer-spin-button,
input[type=text]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=url]::-webkit-outer-spin-button,
input[type=url]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  cursor: default;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.25;
}

textarea {
  min-height: 50px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins";
}

select::-ms-expand {
  display: none;
}

@-moz-document url-prefix() {
  input:invalid,
  button:invalid,
  select:invalid,
  textarea:invalid {
    box-shadow: none;
  }
  input::-moz-focus-inner,
  button::-moz-focus-inner,
  select::-moz-focus-inner,
  textarea::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
  }
  select option {
    font-family: Arial, Helvetica, sans-serif;
  }
}
img {
  max-width: 100%;
}

body.active {
  overflow: hidden;
}

.overlay.active {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 99;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

body {
  font-family: "Poppins", sans-serif;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header {
  padding: 15px 0;
}
.header a {
  color: #000;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.header .country {
  margin-left: 15px;
}
.header .country a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .country a::before {
  content: "";
  position: absolute;
  border-left: 1px solid #fff;
  top: -3px;
  bottom: 0;
  height: 30px;
  left: -20px;
}
.header .country img {
  vertical-align: middle;
  width: 25px;
}
.header .dwnarr {
  font-size: 20px;
  padding-left: 10px;
  color: #fb7609;
}
.header a {
  display: block;
  color: #000;
  text-transform: uppercase;
  margin-left: 30px;
  font-weight: 500;
}

.logo {
  margin-left: 0 !important;
}

.header_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
}

.header-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
}
.header-contact b {
  display: block;
  font-weight: 600;
}
.header-contact i {
  margin-right: 10px;
  background-color: #fb7609;
  padding: 8px;
  color: #fff;
  border-radius: 50px;
}

.menuicon {
  display: none;
}
.menuicon span {
  display: block;
  margin-bottom: 6.5px;
  background: #000;
  height: 3px;
  width: 30px;
}

.signin-signup {
  border: 1px solid #000;
  border-radius: 100px;
  padding: 0 8px;
  font-size: 15px;
  font-weight: 500;
  margin-left: 15px;
}
.signin-signup a {
  color: #000;
  margin: 0;
  font-size: 15px;
  display: inline-block;
  padding: 6px 2px;
  font-weight: 500;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 1024px) {
  .container {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 10px 0;
  }
  .header .country {
    margin-left: 0;
  }
  .header .country a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .logo img {
    width: 128px;
  }
  .header-contact {
    display: none;
    margin-left: 0;
    margin-right: 80px;
    border-left: 0;
  }
  .header-menus {
    position: fixed;
    z-index: 99;
    display: block;
    background: #fff;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 270px;
    padding: 0;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }
  .header-menus.active {
    left: 0;
  }
  .header-menus a {
    color: #000 !important;
    border-bottom: 1px solid #ddd;
    margin-left: 0;
    padding: 10px;
  }
  .menuicon {
    cursor: pointer;
    display: block;
  }
  .signin-signup {
    margin: 0 0 0 10px;
    font-size: 12px;
    display: none;
  }
  .signin-signup a {
    font-size: 12px;
  }
  .header .country a {
    margin: 0;
  }
}
.footer {
  background-color: #d8e7f6;
  color: #000;
  padding: 50px 0;
  position: relative;
}
.footer .heading {
  font-size: 17px;
  margin-bottom: 15px;
}
.footer a {
  color: #000;
  display: inline-block;
  margin-bottom: 10px;
}
.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
}
.footer li {
  width: 18%;
  padding: 0 10px;
}
.footer .getintouch {
  width: 35%;
}
.footer .soc-icon {
  width: 12%;
}
.footer .soc-icon i {
  font-size: 25px;
}
.footer .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.footer i {
  margin-right: 2px;
  font-size: 18px;
  color: #037ae2;
  width: 25px;
}
.footer .fa-location-dot {
  font-size: 23px;
}

.copyrighttext {
  text-align: center;
  background-color: #eee;
  padding: 10px;
}
.copyrighttext p {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.cookies_policy_popup {
  display: none;
  background: white;
  position: fixed;
  left: 10px;
  bottom: 20px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  padding: 12px 10px;
  width: 500px;
  border-radius: 5px;
  z-index: 99;
}
.cookies_policy_popup .cookie_accept_btn {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #f1f5f8;
  padding: 5px 15px;
  border-radius: 10px;
  color: #000;
  margin-top: 12px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .footer {
    padding-top: 30px;
  }
  .footer ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer li {
    width: 100%;
    border-bottom: 1px dashed #4d89c3;
    padding: 10px 0;
  }
  .footer li:last-child {
    border: 0;
  }
  .footer .getintouch {
    width: 100%;
  }
  .footer .soc-icon {
    width: 100%;
  }
  .footer a {
    margin-bottom: 5px;
  }
  .footer .heading {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
.overflowhidden {
  overflow: hidden;
}

.currencyopen {
  cursor: pointer;
}

.show_currency {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  overflow: auto;
}
.show_currency ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  max-width: 800px;
  margin: 50px auto;
  padding: 10px;
  border-radius: 10px;
}
.show_currency ul .currencysearch {
  width: 100%;
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #d6d6d6;
  font-size: 16px;
  margin: 10px 0;
}
.show_currency ul li {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 1px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  cursor: pointer;
}
.show_currency ul li:hover {
  background: #f1f5f8;
  color: #000;
}
.show_currency ul li.active {
  background: #f1f5f8;
  color: #000;
}
.show_currency ul li img {
  margin-right: 10px;
  width: 27px;
  border-radius: 2px;
}

.phone-only {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.25);
  z-index: 99;
  color: #313541;
}
.phone-only .container {
  position: relative;
}
.phone-only b {
  font-size: 20px;
  font-weight: 600;
}
.phone-only .cross-icon {
  position: absolute;
  right: 0;
  top: 1rem;
  cursor: pointer;
  font-weight: bold;
}
.phone-only a {
  font-size: 18px;
  color: #037ae2;
}

.phone-only-img {
  background: url(../images/common/ripple-animation.gif) center/100%;
  width: 90px;
  height: 65px;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -0.3rem;
}
.phone-only-img::before {
  content: "";
  position: absolute;
  width: 0.725rem;
  height: 0.725rem;
  background: #27CA20;
  border-radius: 50%;
  top: 2.5rem;
  right: 1.125rem;
}

.phone-only-agent {
  width: 3.225rem;
  border-radius: 50%;
  margin: auto;
}

.custom_modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.25);
}
.custom_modal .centerDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}
.custom_modal .contentDiv {
  background: #fff;
  width: 488px;
  margin: 0 auto;
  border-radius: 5px;
  position: relative;
}
.custom_modal small {
  display: block;
}
.custom_modal .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
}
.custom_modal .leftSide {
  width: 30%;
}
.custom_modal .leftSide img {
  width: 85px;
  border: 2px solid #037ae2;
}
.custom_modal figcaption {
  color: #27CA20;
  font-size: 12px;
  padding: 0 9px;
  border-radius: 50px;
  background: rgba(119, 222, 115, 0.1098039216);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.custom_modal .rightSide {
  width: 69%;
}
.custom_modal .bigText {
  font-size: 24px;
  color: #000;
}
.custom_modal a {
  color: #037ae2 !important;
}
.custom_modal .bottomBody {
  background: #ebecef;
  padding: 15px;
}
.custom_modal .gridDiv {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px 0;
}
.custom_modal .title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}
.custom_modal .flexDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom_modal .flexDiv img {
  width: 40px;
}
.custom_modal p {
  text-transform: capitalize;
}
.custom_modal .text {
  padding-left: 18px;
}
.custom_modal .d-block {
  display: block;
  font-weight: 500;
}
.custom_modal .cross-icon {
  position: absolute;
  right: 10px;
  top: 1rem;
  cursor: pointer;
  font-weight: bold;
}

@media (max-width: 767px) {
  .phone-only b {
    font-size: 16px;
  }
}