@font-face {
  font-family: "Onest";
  src:
    url("../fonts/Onest-Black.woff2") format("woff2"),
    url("../fonts/Onest-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src:
    url("../fonts/Onest-Bold.woff2") format("woff2"),
    url("../fonts/Onest-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src:
    url("../fonts/Onest-ExtraBold.woff2") format("woff2"),
    url("../fonts/Onest-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src:
    url("../fonts/Onest-Light.woff2") format("woff2"),
    url("../fonts/Onest-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src:
    url("../fonts/Onest-Medium.woff2") format("woff2"),
    url("../fonts/Onest-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src:
    url("../fonts/Onest-Regular.woff2") format("woff2"),
    url("../fonts/Onest-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*****Global CSS*****/
html {
  overflow-x: hidden;
}

body {
  color: #1f1f1e;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2941176470588236;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-family: "Onest";
}

* {
  border: none;
  margin: 0;
  outline: none !important;
  padding: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

label {
  display: block;
  font-size: 16px;
  margin: 0 0 8px;
  font-weight: 400;
  position: relative;
  z-index: 5;
}

label.inline-block {
  display: inline-block;
  margin: 5px 40px 5px 0;
}

label.inline-block:last-child {
  margin-right: 0;
}

ol,
ul {
  list-style: none;
}

a {
  color: #1b75bc;
  text-decoration: underline;
  text-underline-offset: 4px;
}

a:focus,
a:hover {
  color: #1f1f1e;
  text-decoration: none;
}

strong,
b {
  font-weight: 600;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Onest";
  font-weight: 700;
  color: #1f1f1e;
  line-height: 1.2;
  margin: 25px 0 15px;
}

h1,
.h1,
h2,
.h2 {
  font-size: 36px;
}

h3,
.h3 {
  font-size: 26px;
}

h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 22px;
}

h6,
.h6 {
  font-size: 20px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child {
  margin-top: 0;
}

.common-sizes h1,
.common-sizes .h1,
.common-sizes h2,
.common-sizes .h2 {
  font-size: 36px;
}

.common-sizes h3,
.common-sizes .h3 {
  font-size: 26px;
}

.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 50px;
}

.alignleft {
  float: left;
  margin: 5px 50px 20px 0;
}

.alignleft.shadow-none,
.alignright.shadow-none,
.aligncenter.shadow-none {
  box-shadow: none;
}

p.pn {
  padding: 0;
  margin: 0;
}

p.pn + * {
  margin-top: 0;
}

.clearfix {
  display: table;
  width: 100%;
  padding: 15px 0;
  margin: 0;
}

.clearfix + h2,
.clearfix + h3,
.clearfix + h4 {
  margin-top: 0;
}

p {
  margin: 0 0 22px;
}

p + ol,
p + ul {
  margin-top: -5px;
}

ul {
  margin: 0 0 22px;
}

ul li {
  position: relative;
  padding: 0 0 8px 31px;
  overflow: hidden;
}

ul li:before {
  content: "";
  display: inline-block;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  left: 8px;
  top: 6px;
  background-color: #545454;
  padding: 4px;
  border-radius: 8px;
}

ul.check-list li,
.check-list ul li {
  padding-left: 30px;
}

ul.check-list li:before,
.check-list ul li:before {
  content: "";
  background: url(../img/check-icon.png) center center no-repeat !important;
  font-weight: 900;
  width: 20px;
  height: 20px;
  border-radius: 30px;
  background: none;
  color: #3881c1;
  left: 1px;
  top: 0;
  font-size: 16px;
  padding: 0;
}

ul.check-list2 li,
.check-list2 ul li {
  padding-left: 30px;
}

ul.check-list2 li:before,
.check-list2 ul li:before {
  content: "\f00c";
  background: unset !important;
  font-weight: 900;
  width: 20px;
  height: 20px;
  border-radius: 30px;
  color: #3881c1;
  left: 4px;
  top: 3px;
  font-size: 19px;
  padding: 0;
}

ol {
  padding-left: 26px;
  margin: 0 0 22px;
  text-align: left;
  overflow: hidden;
}

ol li {
  list-style: decimal;
  padding-bottom: 7px;
  padding-left: 0;
}

ol li ul > li {
  padding-left: 20px;
  list-style: none;
}

ol li ul > li:before {
  display: block;
  left: 1px;
}

ul ol li {
  overflow: visible;
}

ul ol li:before {
  display: none;
  overflow: visible;
}

ol ol li {
  list-style: lower-alpha;
}

ol ol ol li {
  list-style: lower-roman;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-top: 12px;
  margin-bottom: 5px;
}

ol li:last-child,
ul li:last-child {
  padding-bottom: 0;
}

.text-center ul {
  text-align: left;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.list-none li {
  padding-left: 0;
}

.list-none li:before {
  display: none;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
ol ul:last-child,
ol:last-child,
p:last-child,
ul:last-child {
  margin-bottom: 0;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.table-responsive {
  border: none;
  margin: 20px 0;
  overflow: auto;
}

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

table tr td,
table tr th {
  padding: 9px 15px;
  vertical-align: top;
  text-align: left;
  line-height: 18px;
  border: 1px solid #dddddd;
}

table tr th {
  font-weight: 600;
}

td[align="center"],
th[align="center"] {
  text-align: center !important;
}

td[align="right"],
th[align="right"] {
  text-align: right !important;
}

.table-responsive::-webkit-scrollbar {
  width: 5px;
  height: 4px;
}

.table-responsive::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 8px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 8px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.flex-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.flex-wrap-middle {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

a[href*="mailto:"],
a[href*="tel:"] {
  display: inline-block;
  word-break: break-word;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1220px;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:after,
.row:before {
  content: "";
  clear: both;
  display: table;
}

.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33%;
  }
}

@media (min-width: 1025px) {
  .search-wrap {
    display: block !important;
    opacity: 1 !important;
    height: auto !important;
  }

  h1,
  .h1,
  h2,
  .h2 {
    font-size: 55px;
  }

  h3,
  .h3 {
    font-size: 42px;
  }

  h4,
  .h4 {
    font-size: 30px;
  }
}

.form-control,
input[type="date"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  background-color: #ffffff;
  border: none;
  border: 1px solid #4f4f4f;
  border-radius: 40px;
  color: #1f1f1e;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 12px 20px;
  position: relative;
  width: 100%;
  height: 46px;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  font-family: "Onest";
}

.form-control:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  border-color: #1b75bc;
}

.fields-type-2 .form-control,
.fields-type-2 input[type="date"],
.fields-type-2 input[type="email"],
.fields-type-2 input[type="file"],
.fields-type-2 input[type="number"],
.fields-type-2 input[type="password"],
.fields-type-2 input[type="search"],
.fields-type-2 input[type="tel"],
.fields-type-2 input[type="text"],
.fields-type-2 input[type="url"],
.fields-type-2 select,
.fields-type-2 textarea {
  border-color: #ffffff;
}

.fields-type-2 .form-control:focus,
.fields-type-2 input[type="date"]:focus,
.fields-type-2 input[type="email"]:focus,
.fields-type-2 input[type="number"]:focus,
.fields-type-2 input[type="password"]:focus,
.fields-type-2 input[type="search"]:focus,
.fields-type-2 input[type="tel"]:focus,
.fields-type-2 input[type="text"]:focus,
.fields-type-2 input[type="url"]:focus,
.fields-type-2 select:focus,
.fields-type-2 textarea:focus {
  border-color: #1b75bc;
}

.fields-type-2 .selectric {
  border-color: #ffffff;
}

.fields-type-3 .form-control,
.fields-type-3 input[type="date"],
.fields-type-3 input[type="email"],
.fields-type-3 input[type="file"],
.fields-type-3 input[type="number"],
.fields-type-3 input[type="password"],
.fields-type-3 input[type="search"],
.fields-type-3 input[type="tel"],
.fields-type-3 input[type="text"],
.fields-type-3 input[type="url"],
.fields-type-3 select,
.fields-type-3 textarea {
  border-color: #fff;
  background-color: transparent;
  color: inherit;
  height: 38px;
  border-radius: 0;
}

.fields-type-3 .form-control:focus,
.fields-type-3 input[type="date"]:focus,
.fields-type-3 input[type="email"]:focus,
.fields-type-3 input[type="number"]:focus,
.fields-type-3 input[type="password"]:focus,
.fields-type-3 input[type="search"]:focus,
.fields-type-3 input[type="tel"]:focus,
.fields-type-3 input[type="text"]:focus,
.fields-type-3 input[type="url"]:focus,
.fields-type-3 select:focus,
.fields-type-3 textarea:focus {
  border-color: #012e69;
}

.fields-type-3 .selectric {
  border-color: #fff;
  background-color: transparent;
  border-radius: 0;
}

.fields-type-3 .selectric .label,
.fields-type-3 .selectric .button:after {
  color: inherit;
}

textarea,
textarea.form-control {
  height: 158px;
  resize: none;
}

select {
  -moz-appearance: menulist-button;
  -webkit-appearance: menulist-button;
  appearance: menulist-button;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  margin-right: 5px;
  vertical-align: baseline;
}

::-webkit-input-placeholder {
  color: #1f1f1e;
  opacity: 1;
}

::-moz-placeholder {
  color: #1f1f1e;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #1f1f1e;
  opacity: 1;
}

:-moz-placeholder {
  color: #1f1f1e;
  opacity: 1;
}

.fields-type-3 ::-webkit-input-placeholder {
  color: #1b75bc;
}

.fields-type-3 ::-moz-placeholder {
  color: #1b75bc;
}

.fields-type-3 :-ms-input-placeholder {
  color: #1b75bc;
}

.fields-type-3 :-moz-placeholder {
  color: #1b75bc;
}

.field-white .form-control,
.field-white input[type="date"],
.field-white input[type="email"],
.field-white input[type="file"],
.field-white input[type="number"],
.field-white input[type="password"],
.field-white input[type="search"],
.field-white input[type="tel"],
.field-white input[type="text"],
.field-white input[type="url"],
.field-white select,
.field-white textarea {
  color: #ffffff;
  border-color: #ffffff;
}

.field-white .form-control:focus,
.field-white input[type="date"]:focus,
.field-white input[type="email"]:focus,
.field-white input[type="number"]:focus,
.field-white input[type="password"]:focus,
.field-white input[type="search"]:focus,
.field-white input[type="tel"]:focus,
.field-white input[type="text"]:focus,
.field-white input[type="url"]:focus,
.field-white select:focus,
.field-white textarea:focus,
.field-white .selectric {
  border-color: #ffffff;
}

.field-white .selectric-focus .selectric,
.field-white .selectric-hover .selectric,
.field-white .selectric-open .selectric {
  border-color: #ffffff;
}

.field-white .selectric .label,
.field-white .selectric .button:after {
  color: #ffffff;
}

.field-white ::-webkit-input-placeholder {
  color: #ffffff;
}

.field-white ::-moz-placeholder {
  color: #ffffff;
}

.field-white :-ms-input-placeholder {
  color: #ffffff;
}

.field-white :-moz-placeholder {
  color: #ffffff;
}

.field-white .icon-field i {
  color: #ffffff;
}

.field-white .csRadioElem,
.field-white .csCheckboxElem {
  border-color: #ffffff;
}

.field-white label {
  color: #ffffff;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

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

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

.selectric-wrapper {
  position: relative;
  cursor: pointer;
  padding: 0 !important;
}

.selectric-responsive {
  width: 100%;
}

.selectric-open {
  z-index: 99;
}

.selectric-open .selectric-items {
  display: block;
  border-radius: 0 0 5px 5px;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
  height: 0;
  width: 0;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  outline: 0;
  border: none;
  background: 0 0;
}

.selectric-temp-show {
  position: absolute;
  visibility: hidden;
  display: block;
}

.selectric {
  border: 1px solid #4f4f4f;
  background-color: #ffffff;
  position: relative;
  border-radius: 40px;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 40px 0 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 44px;
  color: #1f1f1e;
  height: 44px;
  padding: 0;
  text-align: left;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 35px;
  height: 30px;
  color: #1f1f1e;
  font-size: 0;
  text-align: center;
}

.selectric .button:after {
  content: "\f107";
  display: block;
  font-size: 16px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  position: relative;
  line-height: 30px;
  text-align: left;
  color: #454444;
}

.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid #f5f5f5;
  z-index: -1;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
  width: 100%;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul {
  display: block;
  padding: 0;
  background: #ffffff;
  margin: 0;
}

.selectric-items li {
  font-size: 16px;
  min-height: 20px;
  margin-bottom: 1px;
  display: block;
  padding: 6px 15px;
  color: #1f1f1e;
  line-height: normal;
  font-weight: 400;
  white-space: nowrap;
}

.selectric-items li:last-child {
  margin-bottom: 0;
  padding-bottom: 6px;
}

.selectric-items li:after,
.selectric-items li:before {
  display: none;
}

.selectric-focus .selectric,
.selectric-hover .selectric,
.selectric-open .selectric {
  border-color: #1b75bc;
}

.selectric-items li.highlighted,
.selectric-items li.selected,
.selectric-items li:hover {
  background-color: #1b75bc;
  color: #fff;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  background: 0;
  color: #666;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: 400;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: 0 0;
  color: #1f1f1e;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li.selectric-group-label {
  padding-left: 12px;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

/*****Custom Checkbox & Radio *****/
.csHiddenFile {
  width: 1px;
  height: 0;
  visibility: hidden;
  display: none;
}

.csOpaque {
  opacity: 0;
  filter: alpha(opacity=0);
}

.csFileInput {
  display: none !important;
}

/**Checkbox**/
.csRadio input[type="radio"],
.csCheckbox input[type="checkbox"] {
  position: absolute;
  color: #ffffff;
  width: 22px;
  height: 22px;
  cursor: pointer;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  margin: 0;
  border-radius: 4px;
}

.csRadio,
.csCheckbox {
  display: inline-block;
  position: relative;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  height: 22px;
  width: 22px;
}

.radio .csRadio,
.checkbox .csCheckbox {
  margin-left: -14px;
}

.csRadioElem,
.csCheckboxElem {
  display: inline-block;
  background: #ffffff;
  height: 22px;
  width: 22px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #d2d2d2;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.csRadioElem {
  border-radius: 22px;
}

.csCheckedR,
.csChecked {
  border-color: #d2d2d2;
  background: #ffffff;
}

.csCheckedR:after {
  content: "";
  background: #1f1f1e;
  padding: 6px;
  border-radius: 8px;
  width: 8px;
  line-height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.csChecked:after {
  content: "\f00c";
  font-size: 16px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: #1f1f1e;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.form-fields {
  text-align: left;
  margin-top: -20px;
}

.form-fields .row,
.row.form-fields {
  margin-left: -7px;
  margin-right: -7px;
}

.form-fields .row .row,
.row.form-fields .row {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -20px;
}

.form-fields [class*="col-"] {
  padding-right: 7px;
  padding-left: 7px;
  padding-top: 20px;
}

.form-fields [class*="col-"] [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.form-fields p {
  padding: 10px 0 0 0;
  margin: 0;
}

.form-fields [class*="col-"] p,
.form-fields [class^="col-"] p {
  position: relative;
  padding: 0;
  margin: 0;
}

.form-fields [class*="col-"] p.captcha img,
.form-fields [class^="col-"] p.captcha img {
  height: 46px;
  border-radius: 40px 0 0 40px;
}

.icon-field i {
  position: absolute;
  font-size: 20px;
  left: 25px;
  color: #000000;
  top: 16px;
  z-index: 2;
  width: 20px;
  text-align: center;
  font-weight: 900;
}

.icon-field {
  position: relative;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
}

.icon-field i + input,
.icon-field i + textarea,
.icon-field i + select {
  padding-left: 58px !important;
}

.icon-field i + .selectric-wrapper .selectric .label {
  margin-left: 30px;
}

.btn,
:after,
:before,
a,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

footer,
header,
section {
  float: left;
  width: 100%;
  position: relative;
}

.btn:before {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #012e69;
  position: absolute;
  width: 100%;
  z-index: -1;
  overflow: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: -webkit-transform 0.4s
    cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.btn:focus:before,
.btn:hover:before {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  width: 100%;
}

.btn {
  display: inline-block;
  font-family: "Onest";
  font-weight: 600;
  position: relative;
  font-size: 16px;
  border: 1px solid #1b75bc;
  border-radius: 50px;
  color: #ffffff;
  font-style: normal;
  line-height: 22px;
  padding: 11px 22px;
  text-decoration: none;
  white-space: normal;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
  background: #1b75bc;
  cursor: pointer;
  text-align: center;
  text-transform: none;
}

.btn.min-none {
  min-width: inherit !important;
}

.btn.arrow::after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin-left: 8px;
  line-height: 1;
  font-size: 80%;
}

.secondary-btn:before {
  background-color: transparent;
}

.secondary-btn {
  color: #1f1f1e;
  border-color: #ffffff;
  background: #ffffff;
}

.third-btn:before {
  background-color: #1f1f1e;
}

.third-btn {
  color: #1f1f1e;
  border-color: #1f1f1e;
  background: none;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #ffffff;
  border-color: #012e69;
  background: #012e69;
}

.secondary-btn:focus,
.secondary-btn:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}

.third-btn:focus,
.third-btn:hover {
  color: #ffffff;
  border-color: #1f1f1e;
  background-color: #1f1f1e;
}

.btn-action {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.btn-action .btn {
  margin: 0;
}

.btn:has(.fa-whatsapp) {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.btn:has(.fa-whatsapp) i {
  margin: 0;
}

.xs-btn {
  padding: 3px 22px !important;
}

.md-btn {
  padding: 7px 22px !important;
}

.min-w {
  min-width: 176px;
}

.btn i {
  margin: 0 5px 0 0;
}

/*****Global CSS End*****/
/*****Header*****/
header + * {
  margin-top: 189.7px !important;
  transition: all 0.2s linear 0s;
}

header {
  position: fixed;
  background-color: #ffffff;
  left: 0;
  right: 0;
  z-index: 999;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.header-row {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  clear: both;
  width: 100%;
  padding: 20px 0;
  transition: all 0.2s linear 0s;
}

.head-top-area {
  background: #012e69;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
  height: 40.7px;
  transition: all 0.2s linear 0s;
}

.head-top-area .container {
  display: flex;
  justify-content: space-between;
}

.head-top-area a {
  color: #ffffff;
  text-decoration: none;
}

.head-top-area p {
  margin: 0;
}

.head-top-area i {
  margin-right: 6px;
  font-size: 18px;
}

header .logo {
  position: relative;
  display: block;
}

header .logo a {
  display: block;
  margin: 0;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

header .header-left {
  min-width: 252px;
  width: 252px;
}

header .header-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

header .btn {
  display: block;
  margin-right: 5px;
}

.head-fix header {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.head-fix .head-top-area {
  height: 0;
  padding: 0;
  overflow: hidden;
}

.head-fix .header-row {
  padding: 10px 0;
}

.head-fix header + * {
  margin-top: 129px !important;
}

.search-triger {
  display: none;
}

.search-wrap {
  position: relative;
  width: 170px;
}

.search-wrap input[type="text"],
.search-wrap input[type="email"] {
  padding-right: 40px;
}

.search-wrap input[type="submit"] {
  background: url(../img/search-icon.png) left center no-repeat;
  padding: 23px 18px;
  font-size: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.nav-trigger,
.nav-wrap nav ul li:before,
.submenu-button {
  display: none;
}

.nav-wrap {
  position: relative;
  width: 100%;
  z-index: 99;
  display: flex;
  align-items: center;
  background-color: #1b75bc;
}

.nav-wrap .container {
  width: 100%;
}

.nav-wrap nav {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  display: block;
  position: relative;
}

.nav-wrap nav ul.nav {
  float: right;
  display: flex;
  width: 100%;
  margin: 0;
}

.nav-wrap nav ul.nav > li {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
  overflow: visible;
  position: relative;
}

.nav-wrap nav ul.nav > li:last-child {
  margin-right: 0;
}

.nav-wrap nav ul.nav > li > a {
  position: relative;
  display: block;
  padding: 16px 15px;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  color: #ffffff;
  white-space: nowrap;
  text-decoration: none;
  text-transform: capitalize;
}

.nav-wrap nav ul.nav > li.home-icon > a {
  font-size: 0;
  line-height: 26px;
}

.nav-wrap nav ul.nav > li.home-icon > a::after {
  content: "\f015";
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  width: auto;
  position: relative;
  top: 3px;
}

.nav-wrap nav ul.nav > li.btn-type a {
  font-weight: 400;
  position: relative;
  font-size: 15px;
  border: 2px solid #1f1f1e;
  border-radius: 40px;
  color: #1f1f1e;
  font-style: normal;
  line-height: 22px;
  padding: 5px 20px;
  text-decoration: none;
  white-space: normal;
  text-transform: capitalize;
  min-width: 113px;
  text-align: center;
}

.nav-wrap nav ul.nav > li.btn-type a::before {
  display: none;
}

.nav-wrap nav ul.nav > li.btn-type a:hover,
.nav-wrap nav ul.nav > li.current-menu-item.btn-type a {
  background-color: #1f1f1e;
  color: #ffffff;
  border-color: #1f1f1e;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
}

.nav-wrap nav ul.nav > li > a:before {
  content: "";
  background: #012e69;
  top: 0;
  left: 0;
  padding: 2px 0 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
  overflow: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: -webkit-transform 0.2s
    cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.nav-wrap nav ul.nav li.current-menu-ancestor > a:before,
.nav-wrap nav ul.nav li.current-menu-item > a:before,
.nav-wrap nav ul.nav li:hover > a:before,
.nav-wrap nav ul.nav li > a:hover:before {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  width: 100%;
}

.nav-wrap nav ul.nav li.has-sub li.has-sub > a {
  padding-right: 30px !important;
}

.nav-wrap nav ul.nav li.has-sub > a:after {
  content: "\f107";
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin-left: 2px;
  width: 10px;
  position: relative;
  top: 1px;
}

.nav-wrap nav ul.nav li.has-sub li.has-sub > a:after {
  position: absolute;
  right: 5px;
  top: 7px;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin: 0;
}

.nav-wrap nav ul.nav ul li.has-sub li.has-sub:hover > a:after {
  content: "\f104";
  color: #9a9a9a;
}

.nav-wrap nav ul.nav ul {
  position: absolute;
  border-radius: 0;
  padding: 10px 0;
  margin: 0;
  visibility: hidden;
  text-align: left;
  left: 0;
  right: auto;
  opacity: 0;
  top: 100%;
  background: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.nav-wrap nav ul.nav ul:after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ffffff;
}

.nav-wrap nav ul.nav ul ul:after {
  display: none;
}

.nav-wrap nav ul.nav ul ul {
  padding: 0;
  top: 0;
  left: 100%;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
}

.nav-wrap nav ul.nav ul li {
  float: left;
  width: 100%;
  min-width: 150px;
  padding: 1px 0;
  margin: 0;
  vertical-align: top;
  overflow: visible;
}

.nav-wrap nav ul.nav ul li a {
  display: block;
  white-space: nowrap;
  font-size: 15px;
  font-weight: normal;
  line-height: normal;
  color: #1f1f1e;
  padding: 7px 24px;
  text-decoration: none;
  text-transform: capitalize;
}

.nav-wrap nav ul.nav li:hover > ul {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.nav-wrap nav ul.nav li.current-menu-ancestor > a,
.nav-wrap nav ul.nav li.current-menu-item > a,
.nav-wrap nav ul.nav li:hover > a,
.nav-wrap nav ul.nav li > a:hover {
  color: #ffffff;
  background-color: #012e69;
}

.nav-wrap nav ul.nav ul li.current-menu-ancestor > a,
.nav-wrap nav ul.nav ul li.current-menu-item > a,
.nav-wrap nav ul.nav ul li:hover > a,
.nav-wrap nav ul.nav ul li > a:hover {
  color: #ffffff;
  background: #012e69;
}

sup {
  position: relative;
  top: -0.4em;
}

/*****Header End*****/
/*****Space Classes*****/
[class*="-wrapper"] {
  padding: 60px 0;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 10px 0 !important;
}

.m-2 {
  margin: 20px 0 !important;
}

.m-3 {
  margin: 30px 0 !important;
}

.m-4 {
  margin: 40px 0 !important;
}

.m-5 {
  margin: 50px 0 !important;
}

.m-6 {
  margin: 60px 0 !important;
}

.m-7 {
  margin: 70px 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 10px 0 !important;
}

.p-2 {
  padding: 20px 0 !important;
}

.p-3 {
  padding: 30px 0 !important;
}

.p-4 {
  padding: 40px 0 !important;
}

.p-5 {
  padding: 50px 0 !important;
}

.p-6 {
  padding: 60px 0 !important;
}

.p-7 {
  padding: 70px 0 !important;
}

.m-t0 {
  margin-top: 0 !important;
}

.m-t1 {
  margin-top: 10px !important;
}

.m-t2 {
  margin-top: 20px !important;
}

.m-t3 {
  margin-top: 30px !important;
}

.m-t4 {
  margin-top: 40px !important;
}

.m-t5 {
  margin-top: 50px !important;
}

.m-t6 {
  margin-top: 60px !important;
}

.m-t7 {
  margin-top: 70px !important;
}

.m-b0 {
  margin-bottom: 0 !important;
}

.m-b1 {
  margin-bottom: 10px !important;
}

.m-b2 {
  margin-bottom: 20px !important;
}

.m-b3 {
  margin-bottom: 30px !important;
}

.m-b4 {
  margin-bottom: 40px !important;
}

.m-b5 {
  margin-bottom: 50px !important;
}

.m-b6 {
  margin-bottom: 60px !important;
}

.m-b7 {
  margin-bottom: 70px !important;
}

.p-t0 {
  padding-top: 0 !important;
}

.p-t2 {
  padding-top: 20px !important;
}

.p-t3 {
  padding-top: 30px !important;
}

.p-t4 {
  padding-top: 40px !important;
}

.p-t5 {
  padding-top: 50px !important;
}

.p-t6 {
  padding-top: 60px !important;
}

.p-t7 {
  padding-top: 70px !important;
}

.p-b0 {
  padding-bottom: 0 !important;
}

.p-b2 {
  padding-bottom: 20px !important;
}

.p-b3 {
  padding-bottom: 30px !important;
}

.p-b4 {
  padding-bottom: 40px !important;
}

.p-b5 {
  padding-bottom: 50px !important;
}

.p-b6 {
  padding-bottom: 60px !important;
}

.p-b7 {
  padding-bottom: 70px !important;
}

.m-l2 {
  margin-left: 20px !important;
}

.p-l2 {
  padding-left: 20px !important;
}

.m-l3 {
  margin-left: 30px !important;
}

.p-l3 {
  padding-left: 30px !important;
}

.m-l4 {
  margin-left: 40px !important;
}

.p-l4 {
  padding-left: 40px !important;
}

/*****Space End*****/
/*****Fixed Size Thumbnail and Iframe*****/
.image-thumbnail {
  position: relative;
  width: 100%;
  padding-top: 66.33%;
  overflow: hidden;
}

.image-thumbnail img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition:
    opacity 0.5s ease-in,
    -webkit-transform 0.5s ease-in;
  transition:
    opacity 0.5s ease-in,
    transform 0.5s ease-in;
  transition:
    opacity 0.5s ease-in,
    transform 0.5s ease-in,
    -webkit-transform 0.5s ease-in;
}

a:hover .image-thumbnail img {
  -moz-transform: scale(1.02, 1.02);
  -webkit-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
}

.image-thumbnail:before {
  content: "";
  padding: 25px;
  background: url(../img/favicon.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.3;
}

.iframe-map {
  position: relative;
  padding-top: 42%;
}

.iframe-video {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 56%;
  margin: 0;
  background-color: #f5f5f5;
}

.iframe-map iframe,
.iframe-map img,
.iframe-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

div.breadcrumbs,
section.breadcrumbs {
  position: relative;
  display: block;
  padding: 13px 0 9px;
  border-bottom: 1px solid #dddddd;
  font-weight: 400;
  margin: 0;
  overflow: hidden;
  clear: both;
  text-align: left;
  z-index: 11;
}

ul.breadcrumbs {
  float: left;
  width: 100%;
  padding: 0;
  clear: both;
}

ul.breadcrumbs li {
  font-size: 17px;
  position: relative;
  display: inline-block;
  line-height: 1;
  vertical-align: top;
  padding: 0 12px 0 0;
  margin-right: 3px;
  color: #1f1f1e;
  font-style: normal;
  overflow: visible;
  font-weight: 400;
  text-transform: capitalize;
}

ul.breadcrumbs li:before {
  display: none;
}

ul.breadcrumbs li a {
  position: relative;
  display: inline-block;
  color: #1b75bc;
  vertical-align: top;
  text-decoration: none;
}

ul.breadcrumbs li:after {
  content: "/";
  font-weight: 400;
  position: absolute;
  color: #1f1f1e;
  right: 0;
  top: 1px;
  line-height: 1;
  font-style: normal;
  font-size: 100%;
}

ul.breadcrumbs li:last-child {
  padding: 0;
  margin: 0;
}

ul.breadcrumbs li:last-child:after {
  display: none;
}

ul.breadcrumbs li:before {
  display: none;
}

ul.breadcrumbs li a:hover {
  color: #1f1f1e;
  text-decoration: underline;
}

/*****Fixed Size Thumbnail and Iframe End*****/
/*****Flexslider*****/
.flexslider {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.flexslider:before {
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  border-width: 0.2rem;
}

.flexslider ul.slides {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}

.flexslider li {
  padding: 0;
}

.flexslider li:before {
  display: none;
}

.flexslider .slides > li {
  position: relative;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

.flexslider .flex-control-paging-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  text-align: right;
  padding-right: 10px;
  z-index: 99;
}

.flexslider .flex-control-paging {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 25px;
  margin: 0;
  display: inline-block;
  z-index: 98;
  height: auto;
  text-align: center;
  padding: 0 15px;
}

.flexslider .flex-control-paging li {
  position: static;
  display: inline-block;
  width: auto;
  margin: 2px 4px;
  height: auto;
}

.flexslider .flex-control-paging li a {
  border: 1px solid #f5f5f5;
  width: 10px;
  height: 10px;
  line-height: 10px;
  font-size: 0;
  color: #f5f5f5;
  text-align: center;
  display: block;
  position: relative;
  cursor: pointer;
  background-color: #f5f5f5;
  border-radius: 34px;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

.flexslider .flex-control-paging li .flex-active,
.flexslider .flex-control-paging li a:hover {
  background-color: #1b75bc;
  border-color: #1b75bc;
}

.flexslider .flex-control-paging li .flex-active:after,
.flexslider .flex-control-paging li a:hover:after {
  display: none;
}

.flexslider .flex-direction-nav li {
  position: static;
}

.flexslider .flex-direction-nav a {
  transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}

.flexslider .flex-direction-nav .flex-next,
.flexslider .flex-direction-nav .flex-prev {
  background: #1f1f1e;
  border: 2px solid #1f1f1e;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  z-index: 98;
  border-radius: 40px;
  display: inline-block;
  font-size: 0;
  opacity: 0;
}

.flexslider .flex-direction-nav {
  overflow: hidden;
  width: 100%;
  margin: 0;
}

.flexslider .flex-direction-nav .flex-next {
  left: auto;
  right: 10px;
}

.flexslider .flex-direction-nav .flex-next:before,
.flexslider .flex-direction-nav .flex-prev:before {
  content: "";
  line-height: 1;
  display: block;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  padding: 5px;
  margin: 0 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -moz-transform: translate(-50%, -50%) rotate(135deg);
  -ms-transform: translate(-50%, -50%) rotate(135deg);
  -o-transform: translate(-50%, -50%) rotate(135deg);
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.flexslider .flex-direction-nav .flex-next:before {
  left: auto;
  right: 52%;
  -moz-transform: translate(50%, -50%) rotate(-45deg);
  -ms-transform: translate(50%, -50%) rotate(-45deg);
  -o-transform: translate(50%, -50%) rotate(-45deg);
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  transform: translate(50%, -50%) rotate(-45deg);
}

.flexslider .flex-direction-nav .flex-next:hover,
.flexslider .flex-direction-nav .flex-prev:hover {
  background: #1f1f1e;
  border-color: #1f1f1e;
  opacity: 1;
}

.flexslider .flex-direction-nav .flex-next:hover:before,
.flexslider .flex-direction-nav .flex-prev:hover:before {
  border-color: #fff;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
}

.flexslider .flex-disabled {
  display: none !important;
}

/**Flexslider End**/
/******Banner********/
.bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.bg img {
  display: none !important;
}

.banner-wrapper {
  padding: 0;
  background-color: #012e69;
}

.banner-wrapper.flexslider .slides > li {
  overflow: visible;
}

.banner-wrapper .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.banner-wrapper .banner-img {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  float: left;
}

.banner-wrapper .banner-img::before {
  content: "";
  position: absolute;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.banner-wrapper .banner-img img {
  width: 100%;
}

.banner-wrapper .banner-text {
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(-50%);
  z-index: 11;
}

.banner-wrapper .max-width {
  max-width: 600px;
  margin-right: auto;
  width: 100%;
}

.banner-wrapper .heading {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 60px;
  color: #ffffff;
  line-height: 1.1;
  padding: 0;
  margin: 0 0 15px;
}

.banner-wrapper p {
  font-size: 17px;
  color: #ffffff;
  font-weight: 500;
  max-width: 472px;
}

.banner-wrapper a:not(.btn) {
  color: #eec876;
  display: inline-block;
}

.banner-wrapper .btn-action {
  display: flex;
  gap: 15px;
  margin: 28px 0 0;
}

.banner-wrapper .btn-action .btn {
  margin: 0;
}

.banner-wrapper.flexslider .flex-control-paging {
  display: none;
}

.banner-wrapper.layout-2 .max-width {
  max-width: 700px;
}

.type2.banner-wrapper .banner-img::before {
  display: none;
}

.banner-wrapper .max-width:has(.renew-box) {
  max-width: unset;
  display: flex;
  color: #fff;
  align-items: center;
}

.banner-wrapper .max-width:has(.renew-box) > .small-tagline,
.banner-wrapper .max-width:has(.renew-box) > .heading {
  display: none;
}

.banner-wrapper .max-width .renew-box {
  position: relative;
  border-radius: 16px;
  background: #eec876;
  padding: 40px 40px 35px;
  width: 100%;
  z-index: 11;
  max-width: 600px;
  margin: 0 0 0 auto;
  color: #22212b;
  font-size: 18px;
}

.banner-wrapper .max-width .renew-box img {
  margin: 0 0 10px;
}

.banner-wrapper .max-width .renew-box h2 {
  font-size: 32px;
  margin-top: 15px;
}

.banner-wrapper .max-width .renew-box p {
  color: inherit;
  font-size: inherit;
}

.banner-wrapper .max-width .renew-box p a {
  color: inherit;
}

.banner-wrapper .max-width .renew-box .term-note {
  font-size: 12px;
  margin-top: 40px;
}

.banner-wrapper .max-width .renew-box .btn-action .btn {
  width: 48%;
}

.banner-wrapper .max-width .renew-box .btn:not(.secondary-btn) {
  color: #fff;
}

.banner-wrapper .max-width .renew-box .btn-action {
  max-width: unset;
  margin: 50px 0 0;
}

.banner-wrapper .max-width:has(.renew-box) .text-box h2 {
  color: inherit;
}

.banner-wrapper .max-width:has(.renew-box) .text-box h2 {
  font-size: 50px;
}

.banner-wrapper .max-width:has(.renew-box) .text-box {
  font-size: 18px;
  padding: 0 30px 0 0;
}

.banner-wrapper .max-width:has(.renew-box) .text-box p {
  font-size: inherit;
}

.banner-wrapper .qr-in.renew-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  align-items: center;
  padding: 25px 30px 20px !important;
  max-width: 640px;
}

.banner-wrapper .qr-in.renew-box h4 {
  font-size: 29px;
  margin-top: 15px;
}

.banner-wrapper .qr-in.renew-box .qr-box img {
  border-radius: 10px;
  border: 2px solid #05407f;
  margin: 0 !important;
}

.banner-wrapper .qr-in.renew-box .qr-box::after {
  content: "Scan To Renew";
  display: block;
  width: fit-content;
  margin: -12px auto 0;
  background: #eec876;
  color: #05407f;
  border: 2px solid #05407f;
  padding: 4px 6px;
  border-radius: 20px;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  position: relative;
}

/*****Banner Animation****/
.banner-wrapper .heading,
.banner-wrapper p:not(:has(.btn)) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* .flex-active-slide .heading,
.flex-active-slide p:not(:has(.btn)) {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
} */

.inner-banner {
  position: relative;
  text-align: center;
  padding: 0;
}

.inner-banner .container {
  padding: 150px 15px 40px;
  overflow: hidden;
  background: url(../img/header-bg.png) top right no-repeat;
}

.inner-banner .max-width {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}

.inner-banner .banner-img {
  height: 167px;
  background: #808080;
}

.inner-banner .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.inner-banner .banner-text {
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 11;
}

.inner-banner .heading {
  position: relative;
  display: block;
  font-family: "Onest";
  font-weight: 800;
  font-size: 60px;
  color: #1f1f1e;
  line-height: 1.2413793103448276;
  padding: 0;
  margin: 0;
}

ul.breadcrumbs .small-tagline {
  font-size: 16px !important;
  color: #1f1f1e;
}

.inner-banner p {
  margin: 0;
}

.inner-banner ul.breadcrumbs {
  padding: 0;
  margin: 5px 0 0;
}

.uppercase {
  text-transform: uppercase;
}

.small-tagline {
  color: #1f1f1e;
  font-size: 17px !important;
  font-family: "Onest";
  font-weight: 500;
  margin: 0 !important;
}

.small-tagline + * {
  margin-top: 10px !important;
}

.top-text-center {
  max-width: 680px;
  margin: 0 auto 40px;
  text-align: center;
}

.top-text-center.lg {
  max-width: 680px;
}

.bg-gray {
  background-color: #eeeeee;
}

.bg-black {
  background-color: #1f1f1e;
}

.bg-black *:not(.btn) {
  color: #ffffff;
}

.center-btn {
  text-align: center;
  padding-top: 40px;
}

.text-link {
  display: inline-block;
  font-size: 17px;
  color: #1f1f1e;
  text-transform: capitalize;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 500;
  transition: all 0.3s linear 0s;
}

.text-link:hover {
  letter-spacing: 1px;
}

/******Banner End********/
.aside-inline-img {
  padding: 60px 0;
}

.aside-inline-img .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.valign-top .container {
  align-items: flex-start;
}

div.aside-inline-img {
  float: left;
  width: 100%;
}

.aside-inline-img.reverse .container {
  flex-direction: row-reverse;
}

.aside-inline-img .img-box {
  position: relative;
  float: left;
  width: 50%;
}

.aside-inline-img .img-box img {
  width: auto;
  border-radius: 16px;
}

.aside-inline-img .text-box {
  float: left;
  width: 50%;
  padding-left: 68px;
}

.aside-inline-img.reverse .text-box {
  padding-left: 0;
  padding-right: 68px;
}

.aside-img-wrapper {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.aside-img-wrapper.reverse {
  flex-direction: row-reverse;
}

.aside-inline-img.img-gap .img-box {
  padding-right: 68px;
}

.aside-inline-img.reverse.img-gap .img-box {
  padding-right: 0;
  padding-left: 68px;
}

.aside-inline-img.img-gap .text-box {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.valign-top {
  align-items: flex-start;
}

div.aside-img-wrapper {
  float: left;
  width: 100%;
}

.aside-img-wrapper .img-box {
  position: relative;
  float: left;
  width: 50%;
}

.aside-img-wrapper .img-box img {
  width: 100%;
}

.aside-img-wrapper .text-box {
  float: left;
  width: 50%;
}

.aside-img-wrapper .max-width {
  float: left;
  width: 100%;
  max-width: 610px;
  padding: 20px 15px 20px 70px;
}

.aside-img-wrapper.reverse .max-width {
  float: right;
  padding-left: 15px;
  padding-right: 70px;
}

.aside-inline-img.img-md .img-box {
  width: 46%;
}

.aside-inline-img.img-md .text-box {
  width: 54%;
}

.common-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
  column-gap: 30px;
  margin-bottom: 40px;
}

.common-grid:has(.small-tagline) .column:last-child {
  padding-top: 40px;
}

.pr-s .column:last-child {
  padding-right: 70px;
}

.protect-wrapper {
  padding: 0 0 30px;
  position: relative;
  z-index: 11;
  margin-top: -100px;
  text-align: center;
}

.protect-wrapper .container {
  max-width: 1020px;
}

.protect-wrapper .h3 {
  color: #ffffff;
}

.protect-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 28px 0 -1% -1%;
}

.protect-box {
  position: relative;
  background-color: #1b75bc;
  border: 3px solid #1b75bc;
  margin: 0 0 1% 1%;
  width: 15.66666666%;
  padding: 35px 15px 20px;
  text-decoration: none;
  border-radius: 16px;
}

.protect-box .tags {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
  background-color: #eec876;
  border-radius: 30px;
  font-size: 14px;
  color: #2b2b2b;
  display: block;
  max-width: 102px;
  width: 100%;
  padding: 5px;
}

.protect-box .image-thumbnail {
  display: block;
  padding-top: 54px;
}

.protect-box .image-thumbnail::before {
  display: none;
}

.protect-box h4 {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  margin-top: 10px;
}

.protect-box h4::after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin-left: 5px;
  line-height: 1;
  font-size: 80%;
}

.protect-box:hover {
  border-color: #439be0;
  letter-spacing: 1px;
}

.trusted-box {
  background-color: #1b75bc;
  border-radius: 16px;
  padding: 25px;
  margin-top: -148px;
  margin-right: -30px;
  position: relative;
  width: 298px;
  float: right;
}

.trusted-box p:has(img) {
  margin-bottom: 10px;
}

.trusted-box p {
  font-size: 28px;
  color: #ffffff;
  font-weight: bold;
  margin: 0;
}

.reverse .trusted-box {
  float: left;
  margin-right: 0;
  margin-left: -40px;
}

.area-serve {
  margin-bottom: 30px;
}

.area-serve p {
  font-size: 18px;
}

.area-serve ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.area-serve ul li::before {
  display: none;
}

.area-serve ul li {
  padding: 0;
}

.area-serve ul li a {
  display: block;
  background-color: #1b75bc;
  padding: 12px 24px;
  border-radius: 40px;
  font-size: 17px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
}

.area-serve ul li a:before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin-right: 7px;
  line-height: 1;
}

.area-serve ul li a:hover {
  background-color: #012e69;
}

.serive-main {
  position: relative;
  float: left;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 60px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.serive-main.layout-2 {
  padding: 40px 0 !important;
  border-radius: 0 !important;
  margin: 0 !important;
}

.serive-main.layout-2 .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.serive-main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(1, 46, 105, 0.8);
}

.serive-main .text-box {
  position: relative;
  z-index: 11;
}

.serive-main .renew-box {
  position: relative;
  border-radius: 16px;
  background: #eec876;
  padding: 23px 27px;
  float: left;
  width: 50%;
  z-index: 11;
}

.serive-main .renew-box img {
  margin: 0 0 10px;
}

.serive-main .renew-box .h4 {
  font-size: 28px;
  margin-top: 15px;
  line-height: 1.2;
}

.serive-main .term-note {
  font-size: 12px;
  margin-top: 25px;
}

.serive-main .small-tagline {
  font-size: 16px !important;
}

.serive-main .text-box {
  float: left;
  width: 50%;
  padding-right: 68px;
}

.serive-main .text-box h5 {
  font-size: 50px;
}

.serive-main .text-box *:not(.btn) {
  color: #ffffff;
}

.serive-main .text-box .btn,
.serives-box .btn {
  min-width: 174px;
}

.serives-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  clear: both;
}

.serives-box {
  position: relative;
  background-color: #1b75bc;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  padding-bottom: 120px;
  text-decoration: none;
}

.serives-box .small-tagline {
  font-size: 16px !important;
}

.serives-box *:not(.btn) {
  color: #ffffff;
}

.serives-box .image-thumbnail {
  padding-top: 32%;
}

.serives-box .image-thumbnail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(1, 46, 105, 0.5);
}

.serives-box .image-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.serives-box .text-box {
  padding: 40px 44px 0;
}

.serives-box .h3,
.serive-main .text-box .h3 {
  font-size: 50px;
  line-height: 1.2;
}

.serives-box p:last-of-type {
  margin-bottom: 0;
}

.serives-box .btn {
  position: absolute;
  bottom: 45px;
  left: 44px;
}

.cta-wrapper {
  position: relative;
  padding: 85px 0;
}

.cta-wrapper::before {
  content: "";
  position: absolute;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 5;
}

.cta-wrapper p {
  color: #ffffff;
  font-weight: 500;
}

.cta-wrapper .small-tagline {
  font-size: 16px !important;
}

.cta-wrapper h2 {
  color: #ffffff;
}

.cta-wrapper .container {
  position: relative;
  z-index: 11;
}

.cta-wrapper .form-fields {
  margin-top: -15px;
}

.cta-wrapper .form-box {
  max-width: 520px;
}

.cta-wrapper label {
  color: #ffffff;
  margin-left: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.cta-wrapper .btn {
  min-width: 180px;
}

.review-wrapper .common-grid {
  margin-bottom: 50px;
}

.review-wrapper h2,
.blog-wrapper h2,
.faq-wrapper h2 {
  font-size: 40px;
}

.review-wrapper .btn {
  min-width: 180px;
}

.review-grid {
  display: flex;
  gap: 20px;
  padding: 0 20px;
}

.review-grid:first-child {
  padding-left: 50px;
  margin-bottom: 20px;
}

.review-box {
  background-color: #eeeeee;
  padding: 20px 34px 30px;
  border-radius: 30px;
  min-width: 479px;
}

.review-wrapper .mCSB_scrollTools {
  position: relative !important;
  bottom: 0 !important;
  margin: 20px 25px 0;
}

.profile-row {
  display: block;
  grid-template-columns: 105px auto;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #ababab;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.profile-row img {
  border-radius: 100%;
}

.review-box .h3 {
  font-size: 26px;
  line-height: 1.2;
  margin: 0 0 5px;
}

.review-box p {
  font-size: 14px;
  line-height: 24px;
}

.review-box .star-icon {
  color: #fed843;
  font-size: 18px;
  letter-spacing: 2px;
}

.review-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 20px;
}

.review-box.layout-2 {
  position: relative;
  background: #eeeeee;
  min-width: inherit !important;
  width: auto !important;
  font-size: 16px;
}

.review-box.layout-2::before {
  content: "";
  position: absolute;
  right: 33px;
  bottom: 40px;
  background: url(../img/quote-bg.png) 0 0 no-repeat;
  width: 34px;
  height: 29px;
}

.review-box.layout-2 .profile-row {
  grid-template-columns: 61px auto;
  gap: 16px;
  border: none;
  padding-bottom: 0;
}

.review-box.layout-2 .h3 {
  font-size: 18px;
}

.review-box.layout-2 .star-icon {
  color: #e49600;
}

.review-box.layout-2 * {
  position: relative;
  z-index: 1;
}

.review-box.layout-2 p {
  font-size: 16px;
}

.blog-box {
  float: left;
  width: 100%;
  text-decoration: none;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  overflow: hidden;
}

.blog-box .image-thumbnail {
  padding-top: 67.33%;
}

.blog-box .image-thumbnail img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.blog-box .text-box {
  padding: 24px 30px 0;
}

.blog-box .post-date {
  font-size: 15px;
  color: #1b75bc;
  margin: 0 0 5px;
}

.blog-box h3 {
  font-size: 20px;
  color: #120d08;
  font-weight: 500;
  margin-top: 0;
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -30px -2%;
}

.blog-box.layout-2 {
  position: relative;
  width: 31.3333333333%;
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  margin: 0 0 30px 2%;
  padding: 18px 18px 80px;
}

.blog-box.w-full.layout-2 {
  padding: 0;
  border: none;
  width: 98%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}

.blog-box.w-full.layout-2 .img-box {
  width: 50%;
}

.blog-box.w-full.layout-2 .text-box {
  width: 50%;
  padding: 30px 60px;
}

.blog-box.w-full.layout-2 .read-more {
  position: relative;
  left: auto;
  bottom: auto;
  margin-top: 50px;
  display: block;
}

.blog-box.w-full.layout-2 .image-thumbnail {
  margin-bottom: 0;
}

.blog-box.w-full.layout-2 h3 {
  font-size: 30px;
  font-weight: bold;
}

.blog-box.w-full.layout-2 .post-date {
  margin-top: 0;
  color: #1b75bc;
}

.blog-box.w-full.layout-2 p {
  font-size: 17px;
  margin-top: 25px;
  color: #120d08;
}

.blog-box.layout-2 .text-box {
  padding: 0;
}

.blog-box.layout-2 h3 {
  font-size: 20px;
}

.blog-box.layout-2 .post-date {
  margin-bottom: 12px;
}

.blog-box.layout-2 .read-more {
  position: absolute;
  left: 18px;
  bottom: 30px;
  font-size: 17px;
  font-weight: 500;
  color: #1b75bc;
}

.blog-box.layout-2 .read-more:after {
  content: "\f178";
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin-left: 2px;
  width: 10px;
  position: relative;
  top: 1px;
  margin-left: 6px;
}

.blog-box.layout-2:hover {
  border-color: #1b75bc;
}

.blog-box.layout-2 .image-thumbnail {
  padding-top: 72.33%;
  margin-bottom: 35px;
  border-radius: 12px;
}

.blog-box .image-thumbnail img {
  object-fit: cover;
}

.blog-pagination {
  clear: both;
  overflow: hidden;
  margin: 50px 0 0;
}

.blog-pagination .pagination {
  width: 100%;
  text-align: center;
  margin: 0 !important;
}

.blog-pagination .pagination > li {
  display: inline-block;
  padding: 4px 0 !important;
  vertical-align: top;
}

.blog-pagination .pagination > li:before {
  display: none !important;
}

.blog-pagination .pagination > li > a,
.blog-pagination .pagination > li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  background-color: transparent;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 12px;
  width: 48px;
  height: 48px;
  text-decoration: none;
}

.blog-pagination .pagination > .active > a,
.blog-pagination .pagination > .active > a:focus,
.blog-pagination .pagination > .active > a:hover,
.blog-pagination .pagination > .active > span,
.blog-pagination .pagination > .active > span:focus,
.blog-pagination .pagination > .active > span:hover,
.blog-pagination .pagination > li > .current,
.blog-pagination .pagination > li > a:focus,
.blog-pagination .pagination > li > a:hover,
.blog-pagination .pagination > li > span:focus,
.blog-pagination .pagination > li > span:hover {
  background-color: #1b75bc;
  border-color: #1b75bc;
  color: #ffffff;
}

.blog-detail {
  padding: 45px 0 60px;
}

.blog-detail .big-column {
  float: left;
  width: 75%;
  padding-right: 60px;
}

.blog-detail .aside-column {
  float: left;
  width: 25%;
}

.blog-detail .top-text-center {
  max-width: 920px;
}

.blog-detail .top-text-center h1 {
  font-size: 48px;
}

.blog-detail .post-date {
  color: #1b75bc;
}

.blog-detail img {
  border-radius: 10px;
}

.blog-detail p:has(img) {
  margin-bottom: 30px;
}

.blog-detail h3 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 40px;
}

.blog-aside {
  margin-bottom: 40px;
}

.blog-aside:last-child {
  margin-bottom: 0;
}

.blog-aside h2 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
}

.blog-aside ul li::before {
  display: none;
}

.blog-aside ul li {
  padding: 0 0 5px;
}

.blog-aside ul li .btn {
  padding-left: 18px;
  padding-right: 18px;
}

.blog-aside ul li:has(.image-thumbnail) {
  padding-bottom: 20px;
}

.blog-aside ul li:has(.image-thumbnail) a {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  text-decoration: none;
  color: #120d08;
}

.blog-aside ul li .image-thumbnail {
  padding-top: 94px;
  width: 94px;
  min-width: 94px;
}

.blog-aside ul li .image-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-aside ul li:has(.image-thumbnail):last-child {
  padding-bottom: 0;
}

.blog-aside ul li:has(.image-thumbnail) h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  color: inherit;
}

.blog-aside ul li:has(.image-thumbnail) a:hover {
  color: #1b75bc;
}

.blog-detail .big-column .blog-aside {
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 25px;
}

.blog-detail .big-column .blog-aside ul li {
  padding: 0 0 7px 28px;
  line-height: 30px;
  font-weight: 500;
}

.blog-detail .big-column .blog-aside ul li:before {
  display: block !important;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  width: auto;
  height: auto;
  background: transparent;
  border-radius: unset;
  color: #1b75bc;
  left: 2px;
  top: 2px;
}

.blog-detail .big-column .blog-aside ul li a {
  color: inherit;
  text-decoration: unset;
}

.blog-detail .big-column .blog-aside ul li a:hover {
  text-decoration: underline;
  color: #1b75bc;
}

.blog-detail .big-column .blog-aside h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.blog-detail .big-column .blog-aside ul li:last-child {
  padding-bottom: 0;
}

/*
html:has(.blog-detail *[id^="blist"]) {
scroll-behavior: smooth;
}

.blog-detail *[id^="blist"] {
scroll-margin-top: calc(130px + 20px);
} */
.more-rel-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 20px 0;
}

.more-rel-post {
  display: block;
  border: 1px solid #e8e8e8;
  padding: 12px 15px;
  color: inherit;
  border-radius: 12px;
  line-height: 22px;
  font-size: 14px;
  width: calc(100% / 1 - 10px);
  margin: 0 10px 10px 0;
}

.more-rel-post .lazy-image {
  border-radius: 10px;
  padding-top: 45%;
  margin: 0 0 10px;
  display: block;
  position: relative;
  overflow: hidden;
}

.more-rel-post .lazy-image img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.more-rel-post h4 {
  margin: 0 0 10px;
  font-size: 20px;
}

.more-rel-post h4 a {
  color: inherit;
  text-decoration: unset;
}

.form-box.blog-aside {
  background: #1b75bc;
  padding: 35px 20px 20px;
  border-radius: 20px;
  color: #fff;
}

.form-box.blog-aside h2 {
  margin: 0;
  font-size: 25px;
}

.form-box.blog-aside .form-fields [class*="col-"] {
  padding-top: 10px;
}

.form-box.blog-aside .form-fields [class*="col-"] p.captcha img,
.form-box.blog-aside .form-fields [class^="col-"] p.captcha img {
  height: 40px;
  border-radius: 0;
}

.form-box.blog-aside .captcha input {
  padding: 12px 11px;
  font-size: 14px;
}

.form-box.blog-aside .btn {
  width: 100%;
  background: transparent;
  border-color: #fff;
}

.form-box.blog-aside .btn:hover {
  background: #fff;
  color: #1b76bc;
}

.form-box.blog-aside h2 {
  color: inherit;
}

.form-box.blog-aside .selectric-focus .selectric,
.form-box.blog-aside .selectric-hover .selectric,
.form-box.blog-aside .selectric-open .selectric {
  border-color: #fff;
}

.form-box.blog-aside input:not(.btn) {
  border-radius: 30px;
}

.form-box.blog-aside .selectric {
  border-radius: 30px;
}

.form-box.blog-aside .selectric .label {
  margin: 0 30px 0 17px;
}

.form-box.blog-aside p.captcha img {
  border-radius: 30px 0 0 30px !important;
}

.form-box.blog-aside p.captcha input {
  border-radius: 0 30px 30px 0;
  letter-spacing: 3px;
  font-weight: 600;
}

.form-box.blog-aside .wpcf7-not-valid-tip {
  background: #dc3232;
  color: #fff;
  font-size: 12px;
  padding: 3px 10px 2px;
  font-weight: 700;
  margin: 6px 0 0;
  border-radius: 20px;
  width: fit-content;
}

.faq-wrapper {
  text-align: center;
}

.all-faq {
  text-align: left;
  max-width: 1048px;
  margin: 0 auto;
}

.accordion-data {
  position: relative;
  padding: 25px 30px 25px 22px;
  margin: 0;
  cursor: pointer;
  border-bottom: 2px solid #9b9c9d;
}

.accordion-data .accordion-head::before {
  content: "Q";
  position: absolute;
  left: -20px;
  top: -1px;
}

.accordion-data.active {
  background-color: #f5f5f5;
}

.accordion-data:last-child {
  margin-bottom: 0;
}

.accordion-head {
  color: #120d08;
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  line-height: normal;
  position: relative;
  cursor: pointer;
  width: 100%;
  text-align: left;
  font-family: "Onest";
  background: transparent;
}

.accordion-data .accordion-head:after {
  content: "\f105";
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  right: -25px;
  top: 0px;
  color: #120d08;
}

.accordion-data .accordion-head.active:after {
  content: "\f106";
}

.accordion-content {
  display: none;
  padding: 20px 50px 0 0;
  position: relative;
  cursor: pointer;
  line-height: 1.5;
  margin: 0 0 0 -22px;
}

.goals-slider {
  margin-top: 30px;
}

.goals-box {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.goals-box .image-thumbnail {
  padding-top: 137%;
}

.goals-box .image-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.goals-box .image-thumbnail::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(1, 46, 105, 0.4);
}

.goals-box .overlay-text {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px;
  text-align: center;
}

.goals-box h3 {
  font-size: 26px;
  color: #ffffff;
  min-height: 94px;
}

.team-wrapper {
  text-align: center;
}

.team-row {
  display: flex;
  flex-wrap: wrap;
  margin: 35px 0 0 -2%;
  row-gap: 44px;
}

.team-box {
  float: left;
  width: 23%;
  margin: 0 0 0 2%;
  text-align: left;
}

.team-box .image-thumbnail {
  padding-top: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-bottom: 24px;
}

.team-box .image-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-box h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

.team-box .designation {
  color: #1b75bc;
  margin-bottom: 15px;
}

.team-box p {
  line-height: 1.3;
  font-size: 15px;
  margin: 3px 0;
}

.team-box p:has(i[class^="fa"]) {
  position: relative;
  padding: 0 0 0 27px;
}

.team-box p:has(i[class^="fa"]) i[class^="fa"] {
  position: absolute;
  left: 0;
  font-size: 14px;
  color: #1c75bc;
  width: 19px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.team-box a {
  text-decoration: none;
  color: inherit;
}

.team-box a:hover {
  color: #1b75bc;
}

.team-box.explore-careers {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.team-box.explore-careers img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-box.explore-careers::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(27, 117, 188, 0.9);
}

.team-box.explore-careers .overlay-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 15px;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 5;
}

.renew-wrapper {
  background-color: #eec876;
  padding: 52px 0;
}

.renew-wrapper .container {
  display: flex;
  gap: 25px;
}

.renew-wrapper .img-box {
  min-width: 193px;
}

.renew-wrapper .text-box {
  position: relative;
  padding-right: 432px;
}

.renew-wrapper .h3 {
  font-size: 24px;
  margin: 0 0 5px;
}

.renew-wrapper p {
  font-size: 16px;
  margin: 0;
}

.renew-wrapper .btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 21px 25px;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.renew-wrapper .btn::before {
  background: #012e69;
}

.renew-wrapper .btn:hover,
.renew-wrapper .btn:focus {
  color: #ffffff;
  border-color: #012e69;
  background: #012e69;
}

.sform-wrapper .text-box {
  float: left;
  width: 66%;
  padding-right: 50px;
}

.sform-wrapper .text-box .h3 {
  margin-bottom: 15px;
}

.sform-wrapper .text-box img {
  border-radius: 8px;
}

.sform-wrapper .form-box {
  float: left;
  width: 34%;
}

.sform-wrapper h2,
.sform-wrapper .h3 {
  font-size: 36px;
  margin-bottom: 3px;
  color: inherit;
}

.sform-wrapper h2 + p {
  padding: 0;
}

.sform-wrapper .form-box p {
  font-size: 17px;
}

.sform-wrapper .btn-action {
  margin-bottom: 35px;
}

.sform-wrapper .form-fields {
  background: #1b75bc;
  padding: 25px 35px 35px;
  border-radius: 15px;
  margin-top: 10px;
  color: #fff;
}

.sform-wrapper .form-fields .captcha img {
  border-color: #fff;
  height: 38px !important;
  border-radius: 0 !important;
}

.sform-wrapper .form-fields [class*="col-"] {
  padding-top: 14px;
}

.sform-wrapper .form-fields .btn {
  width: 100%;
  margin-top: 5px;
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.sform-wrapper label {
  clear: both;
}

.sform-wrapper .small-heading {
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 8px;
}

.sform-wrapper label.inputLable {
  padding: 0;
  font-weight: 500;
  color: #fff;
}

.sform-wrapper .wpcf7-list-item label {
  font-size: 15px;
}

h2 + h3,
.sform-wrapper h2 + h3,
.aside-inline-img h2 + h3 {
  color: #1f1f1e;
  font-size: 16px;
  margin: 0 0 22px;
}

.tabsType.wpcf7-radio {
  margin: 10px 0 20px !important;
  position: relative;
  padding: 0 10px !important;
  display: flex;
}

.tabsType.wpcf7-radio::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
}

.tabsType.wpcf7-radio .wpcf7-list-item {
  margin: 0 9px -1px 0;
  border: 1px solid #fff;
  background: transparent;
  padding: 10px 10px 10px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.tabsType.wpcf7-radio .wpcf7-list-item:has(.csCheckedR) {
  background: #1b76bc;
}

.tabsType.wpcf7-radio .wpcf7-list-item .csRadio {
  position: absolute !important;
  opacity: 0;
}

.tabsType.wpcf7-radio .wpcf7-list-item label {
  margin: 0;
  cursor: inherit;
}

.sform-wrapper .autoRenewForm,
.sform-wrapper .changeAutoPlan {
  display: none;
}

.sform-wrapper
  :has(.tabsType.wpcf7-radio .wpcf7-list-item.first .csCheckedR)
  .autoRenewForm {
  display: block;
}

.sform-wrapper
  :has(.tabsType.wpcf7-radio .wpcf7-list-item.last .csCheckedR)
  .changeAutoPlan {
  display: block;
}

.solution-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 65px;
  row-gap: 50px;
  margin-top: 35px;
}

.solution-box {
  position: relative;
  padding-bottom: 75px;
}

.solution-box .icon {
  height: 60px;
  display: flex;
  align-items: center;
}

.solution-box h3 {
  font-size: 24px;
}

.solution-box p {
  font-size: 17px;
  color: #626262;
  margin: 0;
}

.solution-box .btn {
  position: absolute;
  bottom: 0;
  left: 0;
}

.solution-box.img-50 {
  grid-column: 2/4;
  padding-bottom: 0 !important;
}

.solution-box.img-50 img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sform-wrapper label a {
  color: inherit;
}

.fields-type-3 .selectric .label,
.fields-type-3 .selectric .button {
  color: inherit;
}

.fields-type-3 .selectric .label {
  height: 36px;
  line-height: 38px;
  margin: 0 30px 0 10px;
}

.fields-type-3 .selectric .button {
  width: 25px;
}

.sform-wrapper .form-fields .btn:hover {
  border-color: #fff;
  background: #fff;
  color: #1b76bc;
}

.sform-wrapper .selectric-focus .selectric,
.sform-wrapper .selectric-hover .selectric,
.sform-wrapper .selectric-open .selectric {
  border-color: #fff;
}

.find-wrapper {
  text-align: center;
}

.find-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 12px;
  justify-content: center;
  margin-top: 30px;
}

.find-wrapper ul li {
  padding: 0;
}

.find-wrapper ul li::before {
  display: none;
}

.find-wrapper .btn {
  display: block;
  min-width: 230px;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: capitalize;
}

.address-info {
  float: left;
  width: 40%;
  padding-right: 30px;
}

.address-info p:has(i) {
  position: relative;
  padding: 5px 0 5px 70px;
}

.address-info p:has(i) strong {
  display: block;
}

.address-info p:has(i) i {
  display: flex;
  width: 54px;
  height: 54px;
  background-color: #1b75bc;
  border-radius: 8px;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.address-info p:has(i) a {
  color: inherit;
  text-decoration: none;
}

.address-info .btn {
  margin-top: 23px;
}

.why-row {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  padding: 40px 0;
  border-radius: 15px;
  row-gap: 40px;
  margin-top: 30px;
}

.why-box {
  float: left;
  width: 33.333333333%;
  padding: 0 40px;
}

.why-box .icon {
  display: flex;
  height: 60px;
  align-items: center;
}

.why-box .icon img {
  max-height: 100%;
}

.why-box h3 {
  font-size: 24px;
  margin-bottom: 8px;
}

.why-box p {
  color: #626262;
  font-size: 17px;
}

.clientsay-wrapper .container {
  overflow: hidden;
}

.clientsay-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 58px;
  row-gap: 58px;
  margin-top: 40px;
  margin-right: -58px;
}

.clientsay-box {
  float: left;
  width: 100%;
  border-right: 1px solid #c9c9c9;
  padding-right: 58px;
}

.clientsay-box h3 {
  font-size: 18px;
  margin: 0 0 5px;
}

.clientsay-box .star-icon {
  color: #e49600;
}

.clientsay-box p {
  color: #545454;
}

.contact-form {
  float: left;
  width: 60%;
  background: #eeeeee;
  padding: 30px 48px 48px;
  border-radius: 20px;
}

.contact-form h3 {
  font-size: 36px;
  margin-bottom: 0;
}

.contact-form h3 + p {
  margin: 10px 0 0px;
}

.contact-form label {
  font-weight: 500;
}

.contact-form input:not(.btn) {
  background-color: #dddddd;
  border-color: #dddddd;
}

.contact-form .selectric {
  background-color: #dddddd;
  border-color: #dddddd;
}

.contact-form .form-fields {
  margin: 0;
}

.captcha {
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.captcha .wpcf7-form-control-wrap {
  width: 100%;
}

.captcha img {
  background: #ffffff;
  padding: 7px 15px;
  height: 40px;
  min-width: 98px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.captcha input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.contact-form .btn {
  width: 100%;
}

.reqForm {
  margin: 0 auto;
  float: none;
}

.reqForm .form-fields {
  margin-top: 0;
}

.reqForm .form-fields + p {
  padding: 25px 0 0;
}

.fields-type-3 .captcha {
  max-width: 400px;
}

.fields-type-3 .captcha img {
  border: 1px solid #1b75bc;
  border-right: none;
}

.c-map {
  float: left;
  width: 100%;
  padding-top: 608px;
  margin-bottom: -60px;
  margin-top: 48px;
  border-radius: 8px;
  overflow: hidden;
}

/***Date Picker****/
.datetimepicker {
  background: #ffffff;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  color: #333333;
  padding: 8px;
  padding-left: 0px;
  padding-top: 2px;
  position: absolute;
  z-index: 999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.22);
  -moz-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.22);
  box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.22);
}

.datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}

/*For IE8 or lower*/
.datetimepicker button {
  border: none !important;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.noselect::selection {
  background: transparent;
}

.noselect::-moz-selection {
  background: transparent;
}

.datetimepicker.inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

.datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  font-weight: normal;
}

.datetimepicker .datepicker,
.datetimepicker .timepicker {
  display: none;
}

.datetimepicker .datepicker.active,
.datetimepicker .timepicker.active {
  display: block;
}

.datetimepicker .datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

.datetimepicker.showweeks .datepicker {
  width: 256px;
}

.datetimepicker .timepicker {
  width: 80px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0px;
}

.datetimepicker .datepicker.active + .timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

.datetimepicker .mounthpicker {
  position: relative;
  text-align: center;
}

.datetimepicker .prev,
.datetimepicker .next,
.datetimepicker .today_button {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg==");
}

.datetimepicker .prev {
  float: left;
  background-position: -20px 0px;
}

.datetimepicker .today_button {
  float: left;
  background-position: -70px 0px;
  margin-left: 5px;
}

.datetimepicker .next {
  float: right;
  background-position: 0px 0px;
}

.datetimepicker .next,
.datetimepicker .prev,
.datetimepicker .today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0px none currentColor;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  outline: medium none currentColor;
  overflow: hidden;
  padding: 0px;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
}

.datetimepicker .timepicker .prev,
.datetimepicker .timepicker .next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

.datetimepicker .timepicker .prev {
  background-position: -40px 0px;
  margin-bottom: 7px;
  margin-top: 0px;
}

.datetimepicker .timepicker .time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
}

.datetimepicker .timepicker .time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #dddddd;
  color: #666666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0px;
  height: 25px;
  line-height: 25px;
}

.datetimepicker .timepicker .time_box > div > div:first-child {
  border-top-width: 0px;
}

.datetimepicker .today_button:hover,
.datetimepicker .next:hover,
.datetimepicker .prev:hover {
  opacity: 1;
}

.datetimepicker .label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
  color: #000;
}

.datetimepicker .label:hover {
  text-decoration: underline;
}

.datetimepicker .label > .select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0px;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

.datetimepicker .label > .select.monthselect {
  right: -7px;
}

.datetimepicker .label > .select.yearselect {
  right: 2px;
}

.datetimepicker .label > .select > div > .option:hover {
  color: #fff;
  background: #1b75bc;
}

.datetimepicker .label > .select > div > .option {
  padding: 2px 10px 2px 5px;
}

.datetimepicker .label > .select > div > .option.current {
  background: #1b75bc;
  box-shadow: #1b75bc 0px 1px 3px 0px inset;
  color: #fff;
}

.datetimepicker .date.current {
  background: #1b75bc;
  box-shadow: #1b75bc 0px 1px 3px 0px inset;
  color: #fff;
}

.datetimepicker .month {
  width: 90px;
  text-align: right;
}

.datetimepicker .calendar {
  clear: both;
  margin: 0;
}

.datetimepicker .year {
  width: 56px;
}

.datetimepicker .calendar table {
  border-collapse: collapse !important;
  width: 100%;
  border: none;
}

.datetimepicker .calendar td > div {
  padding: 5px;
}

.datetimepicker .calendar th {
  height: 25px;
}

.datetimepicker .calendar td,
.datetimepicker .calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #dddddd;
  color: #666666;
  font-size: 12px;
  text-align: right;
  padding: 0px;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

.datetimepicker.showweeks .calendar td,
.datetimepicker.showweeks .calendar th {
  width: 12.5%;
}

.datetimepicker .calendar th {
  background: #f1f1f1;
}

.datetimepicker .calendar td.today {
  color: #33aaff;
}

.datetimepicker .calendar td.default,
.datetimepicker .calendar td.current,
.datetimepicker .timepicker .time_box > div > div.current {
  background: #1b75bc;
  box-shadow: #1b75bc 0px 1px 3px 0px inset;
  color: #fff !important;
}

.datetimepicker .calendar td.current > div {
  color: #fff !important;
}

.datetimepicker .calendar td.other_month,
.datetimepicker .calendar td.disabled,
.datetimepicker .time_box > div > div.disabled {
  opacity: 0.5;
}

.datetimepicker .calendar td.other_month.disabled {
  opacity: 0.2;
}

.datetimepicker .calendar td:hover,
.datetimepicker .timepicker .time_box > div > div:hover {
  color: #ffffff !important;
  background: #1b75bc !important;
  box-shadow: none !important;
}

.datetimepicker .calendar td.disabled:hover,
.datetimepicker .timepicker .time_box > div > div.disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important;
}

.datetimepicker .calendar td.disabled:hover div,
.datetimepicker .timepicker .time_box > div > div.disabled:hover div {
  color: #ffffff !important;
}

.disabled {
  cursor: not-allowed !important;
}

.datetimepicker .calendar td:hover div,
.datetimepicker .timepicker .time_box > div > div:hover div {
  color: #fff !important;
}

.datetimepicker .calendar th {
  text-align: center;
  color: #999;
  cursor: default;
}

.datetimepicker .copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

.datetimepicker .copyright a {
  color: #eee !important;
}

.datetimepicker .copyright a:hover {
  color: #aaa !important;
}

.time_box {
  position: relative;
  border: 1px solid #ccc;
}

.scrollbar > .scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

.scrollbar {
  position: absolute;
  width: 7px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  cursor: pointer;
}

.scroller_box {
  position: relative;
}

/***Date Picker End****/
/******Scroll******/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}

.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  width: 8px;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox
  + .mCSB_scrollTools
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -50px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: none !important;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden
  + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
  + .mCSB_scrollTools
  ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
  + .mCSB_scrollTools
  ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition:
    opacity 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  -moz-transition:
    opacity 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  -o-transition:
    opacity 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  transition:
    opacity 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition:
    width 0.2s ease-out 0.2s,
    height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s,
    margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s,
    margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  -moz-transition:
    width 0.2s ease-out 0.2s,
    height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s,
    margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s,
    margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  -o-transition:
    width 0.2s ease-out 0.2s,
    height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s,
    margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s,
    margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  transition:
    width 0.2s ease-out 0.2s,
    height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s,
    margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s,
    margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
}

.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar
  > .mCustomScrollBox
  > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar
  > .mCustomScrollBox
  ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(../img/mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #9f9f9f;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 6px 0;
  background-color: #dddddd;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 12px;
  margin: 4px auto;
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/******Owl Carousel*******/
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  display: flex;
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  display: flex;
  min-height: 1px;
  float: left;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #0b0b0b;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-carousel .owl-dots {
  display: flex;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  padding-top: 25px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 2px 4px;
  border: 2px solid #012e69;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border-radius: 20px;
  background-color: #012e69;
}

.owl-carousel .owl-dot span {
  display: none;
}

.owl-carousel .owl-dot.active,
.owl-carousel .owl-dot:hover {
  background-color: #1b75bc;
  border-color: #1b75bc;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  background-color: #ffffff;
  cursor: pointer;
  position: absolute;
  left: -13px;
  top: 50%;
  margin-top: -19px;
  width: 38px;
  height: 38px;
  border: #ffffff;
  border-radius: 60px;
  display: inline-block;
  font-size: 0;
  z-index: 98;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: -13px;
}

.owl-carousel .owl-nav .owl-next.disabled,
.owl-carousel .owl-nav .owl-prev.disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

.owl-carousel .owl-nav .owl-next:before,
.owl-carousel .owl-nav .owl-prev:before {
  content: "\f053";
  font-size: 18px;
  font-family: "Font Awesome 6 Pro";
  color: #1f1f1e;
  font-weight: 900;
  line-height: 1;
  display: block;
  margin: 0 2px;
  position: absolute;
  top: 50%;
  left: 42%;
  transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -moz-transform: translate(-50%, -50%) rotate(135deg);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.owl-carousel .owl-nav .owl-next:before {
  left: 46%;
  content: "\f054";
}

.owl-carousel.long-arrow .owl-nav .owl-next,
.owl-carousel.long-arrow .owl-nav .owl-prev {
  width: 80px;
  background: none !important;
}

.owl-carousel.long-arrow .owl-nav .owl-next:before,
.owl-carousel.long-arrow .owl-nav .owl-prev:before {
  color: #1f1f1e;
  font-size: 23px;
}

.owl-carousel.long-arrow .owl-nav .owl-prev:before {
  left: 2px;
}

.owl-carousel.long-arrow .owl-nav .owl-next:before {
  left: auto;
  right: 0;
}

.owl-carousel.long-arrow .owl-nav .owl-next:after,
.owl-carousel.long-arrow .owl-nav .owl-prev:after {
  content: "";
  border-bottom: 2px solid #515050;
  width: 70px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/******Owl Carousel End*******/
/******Social Icons*******/
ul.social-icon {
  display: inline-block;
  padding: 0;
  margin: 0 0 15px;
  vertical-align: middle;
}

ul.social-icon li {
  display: inline-block;
  width: auto;
  margin: 3px 10px 3px 0;
  background: 0 0;
  padding: 0;
  vertical-align: middle;
  color: #1f1f1e;
  overflow: visible;
}

ul.social-icon li:last-child {
  margin-right: 0;
}

ul.social-icon li:before {
  display: none;
}

ul.social-icon li a {
  display: inline-block;
  padding: 0;
  width: auto;
  text-decoration: none;
}

ul.social-icon li i {
  text-align: center;
  display: block;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  border: 1px solid #2862b5;
  background-color: #2862b5;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 12px;
}

ul.social-icon li a:hover i {
  color: #1f1f1e;
}

ul.social-icon li a:hover .fa-twitter,
ul.social-icon li a:hover .fa-x-twitter {
  background-color: #0eb1f2;
  border-color: #0eb1f2;
}

ul.social-icon li a:hover .fa-linkedin-in {
  background-color: #007bb6;
  border-color: #007bb6;
}

ul.social-icon li a:hover .fa-instagram {
  background-color: #d82370;
  border-color: #d82370;
}

ul.social-icon li a:hover .fa-pinterest,
ul.social-icon li a:hover .fa-pinterest-p {
  background-color: #cb2027;
  border-color: #cb2027;
}

ul.social-icon li a:hover .fa-tumblr {
  background-color: #395976;
  border-color: #395976;
}

ul.social-icon li a:hover .fa-youtube {
  background-color: red;
  border-color: red;
}

ul.social-icon li a:hover .fa-whatsapp {
  background-color: #25d366;
  border-color: #25d366;
}

ul.social-icon li a:hover .fa-tiktok {
  background-color: #ff0050;
  border-color: #ff0050;
}

ul.social-icon li a:hover .fa-facebook,
ul.social-icon li a:hover .fa-facebook-f,
ul.social-icon li a:hover .fa-facebook-square {
  background-color: #3b5998;
  border-color: #3b5998;
}

ul.social-icon li a:hover i {
  color: #ffffff;
}

/******Social Icons End*******/
/******Footer*******/
footer {
  background: #ffffff;
  padding: 10px 0 0;
}

footer .footer-row {
  display: flex;
  margin: 0 -15px;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 10px;
}

footer .footer-column {
  float: left;
  padding: 40px 15px 0;
}

footer .footer-column:first-child {
  max-width: 342px;
}

footer .footer-column:nth-child(2) {
  margin-left: auto;
}

footer img {
  margin: 0 0 10px;
}

footer ul li {
  padding: 0 0 8px 0;
  line-height: 1.4;
  font-size: 14px;
  color: #595959;
}

footer ul li a {
  font-size: inherit;
}

footer ul li:before {
  display: none;
}

footer ul li:last-child {
  padding-bottom: 0;
}

footer .h5 {
  font-size: 14px;
  color: #2f2f2f;
  font-weight: 600;
  margin: 0 0 16px;
  padding: 0;
  text-transform: uppercase;
}

footer a,
footer p {
  color: #595959;
  font-size: 13px;
  margin: 0;
  line-height: 1.4;
}

footer p:has(i) {
  position: relative;
  padding-left: 25px;
}

footer p:has(i) i {
  position: absolute;
  left: 0;
  top: 1px;
  color: #000000;
  font-size: 16px;
  font-weight: 900 !important;
}

footer ul.social-icon {
  margin: 25px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

footer ul.social-icon li {
  margin: 0;
}

footer ul.social-icon li a {
  text-decoration: none !important;
}

footer .underline a {
  text-decoration: underline;
}

footer .underline a:hover {
  text-decoration: none;
}

footer .footer-column:last-child p {
  line-height: 2;
}

footer a {
  text-decoration: none;
}

footer p + p {
  margin-top: 15px;
}

footer .copyright-block {
  padding: 24px 0;
  float: left;
  width: 100%;
  margin-top: 35px;
  background: #012e69;
}

footer .copyright-block .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

footer .copyright-block p {
  float: left;
  margin: 0;
  width: 33.33333333%;
  font-size: 13px;
  color: #ffffff;
}

footer .copyright-block p:nth-child(2) {
  text-align: center;
}

footer .copyright-block p:nth-child(3) {
  text-align: right;
}

footer .copyright-block a {
  font-size: inherit;
  color: inherit;
}

footer .current-menu-item a,
footer a:focus,
footer a:hover {
  color: #1b75bc !important;
}

footer .copyright-block a:focus,
footer .copyright-block a:hover {
  color: #ffffff !important;
  text-decoration: underline;
}

/******Footer End*******/
/******Scrollup Button*******/
.scrollup {
  position: fixed;
  right: 10px;
  bottom: -40px;
  -webkit-transition: all ease 1.5s;
  -moz-transition: all ease 1.5s;
  -ms-transition: all ease 1.5s;
  -o-transition: all ease 1.5s;
  transition: all ease 1.5s;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 150;
  display: flex;
  align-items: center;
  border-radius: 8px;
  font-size: 13px;
  font-style: normal;
  cursor: pointer;
  color: #ffffff;
}

.scrollup i {
  color: #1f1f1e;
  width: 36px;
  height: 36px;
  font-size: 16px;
  line-height: 36px;
  background: #ffffff;
  cursor: pointer;
  text-align: center;
  position: relative;
  z-index: 5;
  vertical-align: top;
  border-radius: 40px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.scrollup:hover i {
  background-color: #1f1f1e;
  color: #ffffff;
}

.scrollup.show {
  filter: alpha(opacity=100);
  opacity: 1;
  bottom: 27px;
}

/******Scrollup Button End*******/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.active.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.covered-row a[href*="tel:"] {
  text-decoration: none;
  color: inherit;
}

.covered-row a[href*="tel:"]:hover {
  color: #1b75bc;
}

.covered-row .img-box {
  width: 46%;
}

.covered-row .text-box {
  width: 54%;
}

.wpcf7-form-control-wrap:has(.wpcf7-list-item) {
  margin: 0 0 0 -1rem;
}

.wpcf7-form-control-wrap:has(.wpcf7-list-item) .wpcf7-form-control {
  overflow: hidden;
  clear: both;
  float: left;
  padding: 15px 0 0;
  margin: 0 0 0 -16px;
  width: auto;
}

.wpcf7-list-item {
  margin-bottom: 10px;
}

.wpcf7-not-valid-tip {
  clear: both;
  padding: 10px 0 0;
}

.wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 0;
}

.icbc-renewal-area {
  text-align: center;
  padding: 30px 0;
}

.icbc-renewal-box [id^="st-"] {
  display: none;
}

.icbc-renewal-box #st-1 {
  display: block;
}

.icbc-renewal-form {
  margin: 35px auto 0;
  max-width: 895px;
  width: 100%;
  background-color: #e6f4ff;
  border-radius: 20px;
  padding: 60px 108px 70px;
}

.icbc-renewal-box .form [class^="col-"],
.icbc-renewal-box .form [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 24px;
}

.icbc-renewal-box .form input:not(.btn),
.icbc-renewal-box .form textarea {
  background: transparent;
  border-color: #1b75bc;
  color: #1f1f1e;
  padding-inline: 25px;
}

.icbc-renewal-box .form .btn-area:has(.btn + .btn) {
  display: flex;
  margin: 0 -10px 0 0;
}

.icbc-renewal-box .form .btn-area:has(.btn + .btn) .btn {
  margin: 0 10px 0 0;
}

.icbc-renewal-box .form .btn-area:has(.btn + .btn) .btn:last-child {
  margin: 0;
}

.icbc-renewal-box .form input::placeholder,
.icbc-renewal-box .form textarea::placeholder {
  color: #1b75bc;
}

.icbc-renewal-box .form .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  text-align: left;
}

.icbc-renewal-box .form h3 {
  font-size: 36px;
}

.icbc-renewal-box .form > .row:first-of-type {
  margin-top: -20px;
}

.icbc-renewal-box .form .btn {
  width: 100%;
}

.icbc-renewal-box ul.form-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 0 25px;
}

.icbc-renewal-box ul.form-steps > li {
  padding: 15px 15px;
  margin: 0 12px 11px;
  font-size: 18px;
  display: block;
  color: #1b75bc;
  font-weight: 500;
  border: 1px solid #1b75bc;
  min-width: 135px;
  border-radius: 60px;
  overflow: visible;
}

.icbc-renewal-box ul.form-steps > li::before {
  display: none;
}

.icbc-renewal-box ul.form-steps > li.active {
  background: #1b75bc;
  color: #fff;
}

.icbc-renewal-box ul.form-steps > li.active:after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: #1b75bc;
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translate(50%, -50%) rotate(45deg);
}

.icbc-renewal-box .form textarea {
  border-radius: 15px;
  height: 156px;
}

.icbc-renewal-box .form .row p {
  margin: 0 0 13px;
  clear: both;
}

.icbc-renewal-box .form .csCheckboxElem {
  box-shadow: unset;
  height: 19px;
  width: 19px;
  border-color: #1b75bc;
  background: transparent;
}

.icbc-renewal-box .form .csCheckboxElem::after {
  font-size: 14px;
}

.icbc-renewal-box .form .row p:last-of-type {
  margin: 0;
}

.icbc-renewal-box .form label {
  color: #1b75bc;
}

.icbc-renewal-box .form label.inputLable {
  padding: 0 0 0 5px;
  margin: 0 0 8px !important;
}

.icbc-renewal-box .form label:last-of-type {
  margin: 0;
}

.icbc-renewal-box .form .row ul {
  margin: 20px 0 0;
}

.icbc-renewal-box .form .row ul li {
  padding: 0 0 15px 21px;
}

.icbc-renewal-box .form .row ul li::before {
  background: #1b75bc;
  left: 4px;
  top: 5px;
}

.area-serve-wrapper {
  text-align: center;
}

.area-serve-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -32px -27px 0;
  padding: 25px 0 0;
}

.area-serve-box {
  display: block;
  text-align: left;
  text-decoration: unset;
  margin: 0 32px 27px 0;
  width: calc(100% / 3 - 32px);
  overflow: hidden;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  font-size: 17px;
}

.area-serve-box .image-thumbnail {
  padding-top: 74.466%;
}

.area-serve-box .image-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.area-serve-listing .content {
  padding: 28px 20px;
}

.area-serve-listing .content h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 17px;
}

.area-serve-listing .content .more i {
  font-size: 18px;
  margin: 0 0 0 10px;
}

.area-serve-listing .content .more {
  display: flex;
  align-items: center;
}

.lnd-get-start-wrapper .btn.white-btn {
  background: #fff !important;
  border-color: #fff !important;
  color: #000000;
}

.lnd-wrap .small-tagline {
  text-transform: uppercase;
  font-size: 14px !important;
}

.lnd-wrap h2 {
  font-size: 36px;
}

.lnd-soc-proof-wrapper {
  background: #e6f4ff;
}

.lnd-soc-proof-wrapper .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}

ul.soc-proof-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

ul.soc-proof-list li {
  margin: 0;
  padding: 17px;
  background: #f5fbff;
  border: 1px solid #c8e0f2;
  border-radius: 10px;
  font-size: 16px;
}

ul.soc-proof-list li::before {
  display: none;
}

.lnd-location-wrapper .container {
  display: grid;
  grid-template-columns: 0.878fr 1fr;
  gap: 60px;
  align-items: center;
}

.lnd-location-wrapper .img-box {
  overflow: hidden;
  border-radius: 20px;
}

.lnd-location-wrapper .img-box img {
  width: 100%;
}

.lnd-get-start-wrapper {
  color: #fff;
  background: #1b75bc;
}

.lnd-get-start-wrapper .small-tagline,
.lnd-get-start-wrapper h2 {
  color: inherit;
}

.lnd-get-start-wrapper .btn {
  background: #012e69;
  border-color: #012e69;
  width: 100%;
}

.lnd-get-start-wrapper .btn::before {
  background: #1b75bc;
}

.lnd-get-start-wrapper .btn:hover {
  color: #fff;
  border-color: #fff !important;
}

.lnd-get-start-wrapper .container {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 0.57fr;
  gap: 75px;
}

.lnd-callback-form-wrapper .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
  align-items: center;
}

.lnd-callback-form-wrapper .img-box {
  overflow: hidden;
  border-radius: 20px;
}

.lnd-callback-form-wrapper .img-box img {
  width: 100%;
}

.callback-form input:not(input[type="submit"]),
.callback-form select {
  height: 42px;
  border-radius: 10px;
  border-color: #c8e0f2;
  background: #f5fbff;
}

.callback-form .selectric {
  border: 1px solid #c8e0f2;
  background-color: #f5fbff;
  border-radius: 10px;
}

.callback-form .selectric .label {
  height: 40px;
  line-height: 40px;
}

.callback-form .selectric .button {
  width: 24px;
  color: #000;
}

.callback-form input.btn {
  width: 100%;
}

.lnd-how-work-wrapper {
  text-align: center;
}

ul.lnd-how-work-step {
  max-width: 908px;
  margin: 0 auto;
  text-align: left;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  counter-set: num;
}

ul.lnd-how-work-step li {
  padding: 30px 30px;
  background: #f5fbff;
  border: 1px solid #c8e0f2;
  border-radius: 20px;
  overflow: visible;
  margin: 46px 0 0;
}

ul.lnd-how-work-step li .count {
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 6px;
}

ul.lnd-how-work-step li .count::after {
  content: "";
  counter-increment: num;
  content: "Step " counter(num);
}

ul.lnd-how-work-step li h6 {
  font-size: 18px;
}

ul.lnd-how-work-step li::after {
  content: "";
  display: block;
  width: calc(100% + 27px);
  height: 1px;
  background: #e6f4ff;
  position: absolute;
  top: -32px;
  right: 0;
  left: 0px;
}

ul.lnd-how-work-step li:first-of-type::after {
  width: calc(100% + 17px);
  right: -27px;
  left: auto;
}

ul.lnd-how-work-step li:last-of-type::after {
  width: 90%;
}

ul.lnd-how-work-step li::before {
  padding: 7.5px;
  top: -39px;
  left: 30px;
  z-index: 1;
  background: #c0d5e5;
}

ul.lnd-how-work-step li:first-of-type::before {
  background: #1b75bc;
}

.lnd-our-sev-wrapper {
  text-align: center;
  background-color: #e6f4ff;
}

ul.lnd-our-sev-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 978px;
  margin: 0 auto;
  justify-content: center;
  text-align: left;
}
ul.lnd-our-sev-list li {
  margin: 0;
  padding: 7.5px;
  width: calc(100% / 3);
}
ul.lnd-our-sev-list li a {
  display: block;
  background: #f5fbff;
  border: 1px solid #c8e0f2;
  border-radius: 6px;
  padding: 12px 43px;
  width: 100%;
  position: relative;
  color: inherit;
  text-decoration: unset;
}

ul.lnd-our-sev-list li::before {
  display: none;
}

ul.lnd-our-sev-list li a::before {
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  font-size: 14px;
  line-height: 1;
  color: #1b75bc;
  background: transparent;
  padding: 0;
  left: 17px;
  top: 15px;
}

.lnd-why-choose-wrapper {
  text-align: center;
}

.btn.white-btn {
  background: #fff;
  color: #000000;
  border-color: #000000;
}

.btn.white-btn:hover {
  color: #ffffff;
}

.btn-row {
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  gap: 10px;
}

ul.lnd-why-choose-list {
  text-align: left;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 32px 0 40px;
}

ul.lnd-why-choose-list li {
  padding: 30px 30px;
  background: #f5fbff;
  border: 1px solid #c8e0f2;
  border-radius: 20px;
  overflow: visible;
}

ul.lnd-why-choose-list li::before {
  display: none;
}

ul.lnd-why-choose-list li h6 {
  font-size: 18px;
}

.lnd-fast-local-wrapper {
  background-color: #e6f4ff;
}

.lnd-fast-local-wrapper .container {
  display: grid;
  grid-template-columns: 1fr 0.786fr;
  gap: 75px;
  align-items: center;
}

.lnd-fast-local-wrapper .img-box {
  border-radius: 20px;
  overflow: hidden;
}

.lnd-fast-local-wrapper .img-box img {
  width: 100%;
}

ul.lnd-fast-local-list {
  text-align: left;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 30px 0 0;
}

ul.lnd-fast-local-list li {
  padding: 22px 19px;
  background: #f5fbff;
  border: 1px solid #c8e0f2;
  border-radius: 20px;
}

ul.lnd-fast-local-list li::before {
  display: none;
}

ul.lnd-fast-local-list li h6 {
  font-size: 18px;
}

.lnd-renew-icbc-wrapper .container {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 75px;
  align-items: center;
}

.lnd-renew-icbc-wrapper .box:last-child {
  background: #e6f4ff;
  padding: 40px 40px;
  border-radius: 20px;
}

.lnd-renew-icbc-wrapper .box h3 {
  font-size: 24px;
}

.lnd-renew-icbc-wrapper .box:last-child .btn {
  width: 100%;
  margin: 0 0 8px;
}

.lnd-renew-icbc-wrapper .box:last-child .btn:last-child {
  margin: 0;
}

.lnd-renew-icbc-wrapper .box:last-child img {
  margin: 0 auto;
  display: block;
  width: fit-content;
}

.lnd-renew-icbc-wrapper h2 {
  font-size: 54px;
}

ul.lnd-feat-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 8px 0 0;
}

ul.lnd-feat-list li::before {
  display: none;
}

ul.lnd-feat-list li {
  background: #f5fbff;
  border: 1px solid #c8e0f2;
  border-radius: 6px;
  padding: 12px 20px;
}

.small-tagline.tag {
  width: fit-content;
  background: #f5fbff;
  padding: 5px 10px;
  border-radius: 10px;
}

/******Responsive Start*******/
@media only screen and (max-width: 1299px) {
}

@media only screen and (max-width: 1249px) {
}

@media only screen and (max-width: 1199px) {
  .nav-wrap nav ul.nav > li {
    margin: 0 5px 0 0;
  }

  .banner-wrapper .banner-text {
    top: 50%;
  }

  .protect-wrapper {
    padding: 40px 0;
    margin: 0;
  }

  .protect-wrapper .h3 {
    color: #1f1f1e;
  }

  .serives-box .h3,
  .serive-main .text-box .h3 {
    font-size: 36px;
  }

  .serives-box {
    padding-bottom: 90px;
  }

  .serives-box .text-box {
    padding: 30px 24px 0;
  }

  .serives-box .btn {
    left: 24px;
    bottom: 30px;
  }

  .serive-main {
    padding: 30px;
    margin-bottom: 20px;
  }

  .serives-row {
    gap: 20px;
  }

  .serive-main .renew-box {
    padding: 20px;
  }

  .sform-wrapper .form-fields {
    padding: 15px 25px 25px;
  }

  .img-md h1,
  .img-md .h1,
  .img-md h2,
  .img-md .h2 {
    font-size: 40px;
  }

  .clientsay-row {
    column-gap: 30px;
    row-gap: 40px;
    margin-right: -30px;
  }

  .clientsay-box {
    padding-right: 30px;
  }

  .renew-wrapper .btn {
    max-width: 260px;
  }

  .renew-wrapper .text-box {
    padding-right: 280px;
  }

  .blog-box.w-full.layout-2 .text-box {
    padding: 30px;
  }

  footer .footer-row {
    flex-wrap: wrap;
    gap: 0;
  }

  footer .footer-column {
    width: 33.3333333%;
    max-width: 100%;
  }

  footer img {
    margin: 0 auto 10px;
  }

  footer ul.social-icon {
    justify-content: center;
  }

  footer .footer-column:nth-child(2) {
    margin-left: 0;
  }

  footer {
    padding: 0;
  }
}

@media only screen and (max-width: 1099px) {
  .nav-wrap nav ul.nav > li {
    margin: 0 1px 0 0;
  }

  .nav-wrap nav ul.nav > li > a {
    padding: 16px 10px;
  }

  .team-box {
    width: 31.33333%;
  }
}

@media only screen and (max-width: 1024px) {
  .nav-trigger {
    padding: 19px;
    border-radius: 40px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition-property:
      opacity,
      -webkit-filter;
    transition-property: opacity, filter;
    transition-property:
      opacity,
      filter,
      -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    margin: 0;
    overflow: visible;
    font-size: 0;
    background: #012e69;
    order: 3;
  }

  .nav-trigger span {
    display: block;
    top: 50%;
    margin-top: -1px;
    right: 11px;
  }

  .nav-trigger span,
  .nav-trigger span::after,
  .nav-trigger span::before {
    width: 16px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }

  .nav-trigger span::after,
  .nav-trigger span::before {
    content: "";
    display: block;
  }

  .nav-trigger span::before {
    top: -7px;
  }

  .nav-trigger span::after {
    bottom: -7px;
  }

  .nav-trigger.closemenu span {
    top: auto;
    bottom: 6px;
    transition-duration: 0.15s;
    transition-delay: 0.15s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .nav-trigger.closemenu span::after {
    top: -20px;
    transition:
      top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
      opacity 0.1s linear;
  }

  .nav-trigger.closemenu span::before {
    transition:
      top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
      transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .nav-trigger.closemenu span {
    transform: translate3d(0, -12px, 0) rotate(-45deg);
    transition-delay: 0.32s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .nav-trigger.closemenu span::after {
    top: 0;
    opacity: 0;
    transition:
      top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
      opacity 0.1s 0.27s linear;
  }

  .nav-trigger.closemenu span::before {
    top: 0;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition:
      top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
      transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  #sidebar-nav {
    right: -320px;
    top: 0;
    bottom: 0;
    position: fixed;
    width: 320px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 20px 0 30px 20px;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    background: #ffffff;
    -webkit-box-shadow:
      inset -30px 20px 20px rgb(255 255 255),
      inset -30px -20px 20px rgb(255 255 255),
      inset 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow:
      inset -30px 20px 20px rgb(255 255 255),
      inset -30px -20px 20px rgb(255 255 255),
      inset 0px 0px 20px rgba(0, 0, 0, 0.1);
  }

  header,
  html {
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.2s linear 0s;
  }

  .sidebar_active {
    overflow: hidden;
    margin-left: -320px;
    margin-right: 320px;
  }

  .sidebar_active #sidebar-nav {
    display: block;
    right: 0;
    z-index: 999999;
  }

  .nav-wrap nav ul.nav > li.has-sub > a:after {
    display: none;
  }

  .sidebar_active header {
    position: fixed;
    left: -320px;
    right: 320px;
  }

  .nav-wrap nav ul,
  nav ul ul {
    display: none;
  }

  .nav-wrap nav ul.nav {
    padding: 0;
    margin: 0;
    border: 0;
    visibility: visible;
    display: block;
    top: 0;
  }

  .nav-wrap nav ul.nav > li {
    width: 100%;
    margin: 0;
    padding: 8px 0;
    border: 0;
    /* border-bottom: 1px solid rgba(0,0,0,.12)*/
  }

  .nav-wrap nav ul.nav > li > a {
    font-size: 18px;
    color: #1f1f1e;
    padding: 7px 20px 7px 16px;
    margin: 0;
    white-space: inherit;
    border-radius: 0;
    border: none;
    font-weight: 500;
  }

  .nav-wrap nav ul.nav > li.has-sub > a {
    padding-right: 30px;
  }

  .nav-wrap nav ul.nav > li:last-child {
    border-bottom: none;
  }

  .nav-wrap nav ul.nav ul li {
    opacity: 1;
  }

  .nav-wrap nav ul.nav ul {
    position: static;
    opacity: 1;
    visibility: visible;
    padding: 0;
    border-radius: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .nav-wrap nav > ul.nav > li > ul {
    max-height: inherit;
    margin-top: 0;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    text-align: left;
  }

  .nav-wrap nav ul.nav > li > ul > li {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    border-bottom: none;
    min-width: inherit;
  }

  .nav-wrap nav ul.nav > li > ul li a {
    font-size: 15px;
    font-weight: 500;
    color: #1f1f1e;
    padding: 11px 20px 11px 30px;
    white-space: inherit;
    text-align: left;
    /*border-top: 1px solid rgba(0,0,0,.12)*/
  }

  .sidebar_active .nav-wrap nav ul.nav ul.open {
    display: block !important;
    position: static !important;
    top: 40px;
    left: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    opacity: 1;
    visibility: visible;
    height: 100%;
    overflow: auto;
    z-index: 99999;
    background: #ffffff;
  }

  .nav-wrap nav ul.nav ul:after,
  .nav-wrap nav ul.nav li.has-sub li.has-sub > a:after,
  .nav-wrap nav ul.nav > li > a:before {
    display: none;
  }

  .nav-wrap nav ul.nav li.current-menu-ancestor > a,
  .nav-wrap nav ul.nav li.current-menu-item > a,
  .nav-wrap nav ul.nav li:hover > a,
  .nav-wrap nav ul.nav li > a:hover {
    background-color: transparent !important;
    color: #1f1f1e !important;
  }

  .nav-wrap nav .submenu-button {
    position: absolute;
    right: 5px;
    display: block;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    cursor: pointer;
    top: 8px;
    border-radius: 30px;
    font-size: 0 !important;
  }

  .nav-wrap nav .submenu-button:before {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    color: #1f1f1e;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    margin-top: -14px;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    border-radius: 0;
  }

  .nav-wrap nav .submenu-button.submenu-opened:before {
    content: "\f106";
  }

  .nav-wrap nav ul.nav ul li.has-sub:after,
  .nav-wrap nav ul.nav ul ul,
  .nav-wrap nav ul.nav > li > a:after,
  .nav-wrap nav ul.nav > li:before,
  .nav-wrap nav ul.nav li.has-sub li.has-sub > a:after,
  .nav-wrap nav ul.nav > li.has-sub > a:after {
    display: none !important;
  }

  .nav-wrap nav ul.nav ul ul.open {
    display: block !important;
  }

  .nav-wrap nav ul.nav li.has-sub li.has-sub > a {
    padding-right: 45px !important;
  }

  .nav-wrap nav ul.nav > li {
    display: block;
  }

  .nav-wrap nav ul.nav > li.has-sub > a br {
    display: none;
  }

  .nav-wrap nav ul.nav > li > a {
    z-index: 111 !important;
  }

  .nav-wrap nav ul.nav > li > .submenu-button {
    z-index: 1111 !important;
  }

  .nav-wrap nav ul.nav .parent-active {
    z-index: 9999 !important;
  }

  .nav-wrap {
    margin: 0;
    flex-direction: row;
    width: auto;
  }

  .alignleft,
  .alignright {
    max-width: 500px;
  }

  .head-top-area {
    padding: 5px 0;
    height: 30.69px;
  }

  .header-row {
    padding: 10px 0;
  }

  header + * {
    margin-top: 109.69px !important;
  }

  .head-fix header + * {
    margin-top: 79px !important;
  }

  .head-column:nth-child(2) {
    order: 3;
  }

  .head-column:nth-child(1) {
    order: 2;
  }

  .search-triger {
    display: block;
    font-size: 20px;
  }

  .search-wrap {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: auto;
    background: #ffffff;
    padding: 10px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
  }

  .search-wrap input[type="submit"] {
    right: 11px;
    top: 10px;
  }

  .review-wrapper h2,
  .blog-wrapper h2,
  .faq-wrapper h2 {
    font-size: 36px;
  }

  .blog-box .text-box {
    padding: 24px 0 0;
  }
}

@media only screen and (max-width: 991px) {
  .alignleft,
  .alignright {
    max-width: 300px;
  }

  .aside-inline-img {
    padding: 30px 0;
    text-align: center;
  }

  .aside-inline-img .img-box img {
    margin: 0 auto;
  }

  .aside-inline-img.lg-text-overlap {
    text-align: left;
  }

  .aside-inline-img .img-box {
    width: 100%;
  }

  .aside-inline-img .text-box,
  .aside-inline-img.reverse .text-box {
    width: 100%;
    padding: 25px 0 0;
  }

  .aside-inline-img ul {
    text-align: left;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .aside-img-wrapper {
    text-align: center;
  }

  .aside-img-wrapper .img-box {
    padding: 0 15px;
  }

  .aside-img-wrapper .img-box img {
    margin: 0 auto;
    border-radius: 20px;
    width: auto;
  }

  .aside-img-wrapper .img-box {
    width: 100%;
  }

  .aside-img-wrapper .text-box,
  .aside-img-wrapper.reverse .text-box {
    width: 100%;
    padding: 25px 0 0;
  }

  .aside-img-wrapper ul {
    text-align: left;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .aside-img-wrapper .max-width {
    float: none !important;
    padding: 0 15px !important;
    margin: 0 auto !important;
    max-width: 100% !important;
  }

  .aside-inline-img .btn-action {
    justify-content: center;
  }

  .aside-inline-img .btn-action .btn {
    min-width: 210px;
  }

  .aside-inline-img.img-gap .img-box {
    padding-right: 0;
  }

  .aside-inline-img.reverse.img-gap .img-box {
    padding-right: 0;
    padding-left: 0;
  }

  .banner-wrapper {
    padding: 0 !important;
  }

  .banner-wrapper .banner-img {
    width: 100%;
  }

  .banner-wrapper .banner-img img {
    margin: 0 auto;
  }

  .banner-wrapper .banner-text {
    width: 100%;
    text-align: center;
    padding: 0;
    position: relative;
    transform: none;
  }

  .banner-wrapper .max-width {
    padding: 40px 0 60px;
    max-width: 100%;
  }

  .banner-wrapper .btn-action {
    justify-content: center;
    flex-wrap: wrap;
  }

  .banner-wrapper .btn-action .btn {
    min-width: 238px;
  }

  .banner-wrapper.flexslider .flex-control-paging {
    bottom: 15px;
  }

  .banner-wrapper.flexslider .flex-direction-nav {
    display: none;
  }

  .banner-wrapper.layout-2 .max-width {
    max-width: 100%;
  }

  .banner-wrapper .max-width .renew-box,
  .banner-wrapper .qr-in.renew-box {
    max-width: unset;
    padding: 20px 20px !important;
    font-size: 16px;
  }

  .banner-wrapper .max-width .renew-box img {
    margin-inline: auto;
  }

  .banner-wrapper .max-width .renew-box h2 {
    font-size: 26px;
  }

  .banner-wrapper .max-width .renew-box .btn-action {
    margin: 27px 0 0;
  }

  .banner-wrapper .max-width .renew-box .btn-action .btn {
    width: 100%;
  }

  .banner-wrapper .max-width .renew-box .term-note {
    margin-top: 20px;
  }

  .banner-wrapper .max-width:has(.renew-box) {
    display: block;
  }

  .banner-wrapper .max-width:has(.renew-box) .text-box p {
    max-width: unset;
  }

  .banner-wrapper .max-width:has(.renew-box) .text-box {
    padding: 0 0 20px;
    font-size: 16px;
  }

  .banner-wrapper .max-width:has(.renew-box) .text-box h2 {
    font-size: 35px;
  }

  .banner-wrapper .qr-in.renew-box {
    grid-template-columns: 1fr;
  }

  .banner-wrapper .qr-in.renew-box .qr-box {
    margin: 5px auto 0;
  }

  [class*="-wrapper"] {
    padding: 30px 0;
  }

  .common-grid {
    grid-template-columns: 1fr;
    text-align: center;
    margin-bottom: 20px;
  }

  .common-grid:has(.small-tagline) .column:last-child {
    padding-top: 0;
  }

  .common-grid .btn-action {
    justify-content: center;
  }

  header .btn {
    font-size: 0;
    line-height: normal;
    padding: 10px;
    width: 38px;
    height: 38px;
    margin-right: 0;
  }

  header .btn i {
    font-size: 16px;
    margin: 0;
  }

  .banner-wrapper .heading {
    font-size: 40px;
  }

  .banner-wrapper p {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .banner-wrapper .max-width {
    padding: 30px 0;
  }

  .banner-wrapper .btn-action .btn::before {
    background-color: #ffffff;
  }

  .banner-wrapper .btn-action .btn:hover,
  .banner-wrapper .btn-action .btn:focus,
  .banner-wrapper .max-width .renew-box .btn:not(.secondary-btn):hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #1b75bc;
  }

  .protect-box {
    width: 32.3333333333%;
  }

  .trusted-box {
    margin-right: 0;
    margin-top: -80px;
    width: 100%;
    max-width: 298px;
  }

  .trusted-box p {
    font-size: 20px;
  }

  .area-serve {
    text-align: center;
  }

  .area-serve ul {
    justify-content: center;
  }

  .area-serve ul li a {
    min-width: 160px;
  }

  .serive-main {
    text-align: center;
  }

  .serive-main .text-box {
    width: 100%;
    padding-right: 0;
  }

  .serive-main .renew-box {
    width: 100%;
    margin-top: 30px;
  }

  .serive-main .renew-box img {
    margin: 0 auto;
  }

  .serive-main .btn-action {
    justify-content: center;
  }

  .serive-main .btn-action .btn {
    min-width: 196px;
  }

  .solution-box.img-50 {
    grid-column: 1/3;
  }

  .cta-wrapper {
    padding: 50px 0;
    text-align: center;
  }

  .cta-wrapper::before {
    background: linear-gradient(
      135deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0.5) 100%
    );
  }

  .cta-wrapper .form-box {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .cta-wrapper .form-fields [class*="col-"]:has(.btn) {
    text-align: center;
  }

  .cta-wrapper label {
    margin-bottom: 8px;
  }

  .review-grid:first-child {
    padding-left: 20px;
  }

  .review-box .h3 {
    font-size: 22px;
  }

  .review-box .star-icon {
    font-size: 16px;
  }

  .profile-row {
    grid-template-columns: 70px auto;
  }

  .center-btn {
    padding: 25px 0 0;
  }

  .review-box {
    padding: 20px;
  }

  .review-box {
    min-width: 280px;
    width: 280px;
  }

  .reverse .trusted-box {
    margin-left: 0;
  }

  .review-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 0;
  }

  .common-grid:has(.small-tagline) .column:last-child {
    padding-right: 0;
  }

  .goals-box h3 {
    min-height: inherit;
    font-size: 20px;
  }

  .team-row {
    margin: 25px auto 0;
    max-width: 600px;
  }

  .team-box {
    width: 48%;
    margin: 0 1%;
  }

  .address-info {
    width: 100%;
    padding-right: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }

  .contact-form {
    width: 100%;
    padding: 30px;
    margin-top: 30px;
  }

  .contact-form h3 {
    font-size: 30px;
    margin-bottom: 5px;
  }

  .c-map {
    margin-top: 30px;
    padding-top: 300p;
    margin-bottom: -30px;
  }

  .sform-wrapper {
    text-align: center;
  }

  .sform-wrapper .btn-action {
    justify-content: center;
  }

  .sform-wrapper .text-box {
    width: 100%;
    padding-right: 0;
  }

  .sform-wrapper .text-box img {
    width: 100%;
  }

  .sform-wrapper .form-box {
    width: 100%;
    padding-top: 40px;
  }

  .sform-wrapper .form-box .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .sform-wrapper .form-box .row::before {
    display: none;
  }

  .sform-wrapper .form-box .row .col-sm-12:has(.small-heading) {
    grid-column: 1/3;
  }

  .sform-wrapper h2,
  .sform-wrapper .h3 {
    font-size: 30px;
  }

  .sform-wrapper .btn-action {
    margin-bottom: 25px;
  }

  .sform-wrapper .text-box .btn {
    min-width: 210px;
  }

  .form-fields [class*="col-"]:has(.btn) {
    grid-column: 1/3;
  }

  .form-fields [class*="col-"]:has(.btn) .btn {
    display: flex;
    max-width: 300px;
    margin: 10px auto 0;
  }

  .why-wrapper {
    text-align: center;
  }

  .why-row {
    padding: 35px 0;
    row-gap: 30px;
  }

  .why-box {
    padding: 0 20px;
    width: 100%;
  }

  .why-box img {
    margin: 0 auto;
  }

  .aside-inline-img.img-md .img-box {
    width: 100%;
  }

  .solution-wrapper {
    text-align: center;
  }

  .solution-row {
    text-align: left;
    column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .img-md h1,
  .img-md .h1,
  .img-md h2,
  .img-md .h2 {
    font-size: 36px;
  }

  .renew-wrapper {
    text-align: center;
  }

  .renew-wrapper .container {
    flex-wrap: wrap;
  }

  .renew-wrapper .img-box {
    width: 100%;
  }

  .renew-wrapper .img-box img {
    margin: 0 auto;
  }

  .renew-wrapper .text-box {
    padding-right: 0;
    width: 100%;
  }

  .renew-wrapper .btn {
    max-width: 100%;
    padding: 15px 30px;
    position: relative;
    right: auto;
    top: auto;
    margin-top: 20px;
  }

  .blog-box.w-full.layout-2 .img-box {
    width: 100%;
  }

  .blog-box.w-full.layout-2 .text-box {
    width: 100%;
    padding: 30px 0 0;
  }

  .blog-box.w-full.layout-2 .read-more {
    margin-top: 20px;
  }

  .blog-box.layout-2 {
    width: 48%;
    padding-bottom: 50px;
  }

  .blog-box.layout-2 .read-more {
    bottom: 20px;
  }

  .blog-box.layout-2 .image-thumbnail {
    margin-bottom: 20px;
  }

  .blog-pagination {
    margin-top: 25px;
  }

  .blog-pagination .pagination > li > a,
  .blog-pagination .pagination > li > span {
    width: 38px;
    height: 38px;
  }

  .blog-detail .top-text-center h1 {
    font-size: 34px;
  }

  .blog-aside h2,
  .blog-detail .big-column .blog-aside h2 {
    font-size: 24px;
  }

  .blog-detail .big-column {
    width: 100%;
    padding: 0;
  }

  .blog-detail .aside-column {
    width: 100%;
    padding: 40px 0 0;
  }

  .blog-aside {
    margin-bottom: 20px;
  }

  .blog-aside ul:has(.btn) {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .blog-aside ul:has(.btn) li {
    padding: 0;
  }

  .blog-aside ul li:has(.image-thumbnail) a {
    align-items: center;
  }

  footer .copyright-block {
    padding: 15px 0;
  }

  footer .copyright-block p {
    width: 100%;
    text-align: center !important;
  }

  .icbc-renewal-form {
    padding: 30px 15px;
  }

  .icbc-renewal-box ul.form-steps > li {
    min-width: 100px;
    padding: 10px 10px;
    margin: 0 4px 11px;
    font-size: 15px;
  }

  .icbc-renewal-box ul.form-steps {
    padding: 0 0 10px;
    margin: 0 -4px;
  }

  .icbc-renewal-box .form h3 {
    font-size: 33px;
  }

  .icbc-renewal-box .form [class^="col-"],
  .icbc-renewal-box .form [class*="col-"] {
    padding-top: 10px;
  }

  .icbc-renewal-box .form > .row:first-of-type {
    margin-top: -18px;
  }

  .area-serve-listing {
    margin: 0 -15px -15px 0;
    padding: 0;
  }

  .area-serve-box {
    width: calc(100% / 3 - 15px);
    margin: 0 15px 15px 0;
  }
  .lnd-renew-icbc-wrapper .container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .lnd-fast-local-wrapper .container {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }

  ul.lnd-why-choose-list {
    grid-template-columns: repeat(2, 1fr);
  }

  ul.lnd-our-sev-list li {
    width: calc(100% / 2);
  }

  .lnd-get-start-wrapper .container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 20px;
  }

  .lnd-callback-form-wrapper .container {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }

  .lnd-soc-proof-wrapper .container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 15px;
  }

  .lnd-location-wrapper .container {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }

  .lnd-wrap h2 {
    font-size: 27px;
  }

  ul.lnd-how-work-step {
    grid-template-columns: 1fr;
  }

  ul.lnd-our-sev-list li {
    width: 100%;
  }

  ul.lnd-why-choose-list {
    grid-template-columns: 1fr;
    margin: 20px 0 20px;
  }

  ul.lnd-why-choose-list li {
    padding: 15px;
    border-radius: 15px;
  }

  ul.lnd-fast-local-list {
    grid-template-columns: 1fr;
    margin: 20px 0 0;
  }

  ul.lnd-fast-local-list li {
    border-radius: 15px;
    padding: 15px;
  }
  ul.lnd-how-work-step li {
    border-radius: 10px;
    padding: 15px 15px;
    margin: 0 0 0 35px;
  }

  ul.lnd-how-work-step li::after,
  ul.lnd-how-work-step li:first-of-type::after {
    left: -21px;
    width: 1px !important;
    height: calc(100% + 59px);
    top: 0;
  }

  ul.lnd-how-work-step li::before {
    top: 18px;
    left: -26px;
    padding: 6px;
  }

  ul.lnd-how-work-step li:first-of-type::after {
    top: 24px;
  }

  ul.lnd-how-work-step li:last-of-type::after {
    top: 0;
    height: 25px !important;
  }

  ul.lnd-how-work-step li .count {
    padding: 0;
  }
  .lnd-renew-icbc-wrapper .box:last-child {
    padding: 30px;
  }

  ul.lnd-feat-list li {
    padding: 12px 15px;
  }

  ul.lnd-feat-list {
    grid-template-columns: 1fr;
  }

  .btn-row {
    width: 100%;
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .accordion-data {
    padding: 15px 30px 15px 22px;
  }

  .accordion-content {
    padding-right: 0;
    padding-top: 10px;
  }

  .clientsay-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .area-serve-box {
    width: calc(100% / 2 - 15px);
    margin: 0 15px 15px 0;
    font-size: 13px;
  }

  .area-serve-listing .content {
    padding: 10px 10px;
  }

  .area-serve-listing .content h3 {
    font-size: 17px;
    margin: 0 0 5px;
  }
}

@media only screen and (max-width: 639px) {
  header .header-right {
    gap: 5px;
  }

  .search-triger {
    margin: 0 5px;
  }

  .serives-row {
    grid-template-columns: 1fr;
  }

  .serives-box {
    text-align: center;
  }

  .serives-box .btn {
    left: 50%;
    transform: translateX(-50%);
  }

  .sform-wrapper .form-box .row {
    grid-template-columns: 1fr;
  }

  .sform-wrapper .form-box .row .col-sm-12:has(.small-heading) {
    grid-column: inherit;
  }

  .form-fields [class*="col-"]:has(.btn) {
    grid-column: inherit;
  }

  .form-fields [class*="col-"]:has(.btn) .btn {
    max-width: 100%;
  }

  footer .footer-column {
    width: 50%;
  }
}

@media only screen and (max-width: 580px) {
  .alignleft,
  .alignright {
    max-width: 100%;
    margin: 10px auto 30px;
    float: none;
    display: block;
  }

  header .header-left {
    min-width: 182px;
    width: 182px;
  }

  .head-column:nth-child(3) {
    display: none;
  }

  .head-top-area p:first-child {
    font-size: 0;
    line-height: 1;
    margin-left: 10px;
  }

  .head-top-area p:first-child a {
    height: 22px;
    display: block;
  }

  .head-top-area p:first-child a i {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }

  .head-fix .head-top-area {
    padding: 5px 0;
    height: 30.69px;
  }

  header + *,
  .head-fix header + * {
    margin-top: 93.45px !important;
  }

  .banner-wrapper .heading {
    font-size: 36px;
  }

  .trusted-box {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .area-serve ul li a {
    min-width: 136px;
    font-size: 15px;
    padding: 12px 15px;
  }

  .reverse .trusted-box {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .team-row {
    max-width: 280px;
  }

  .team-box {
    width: 98%;
    text-align: center;
  }

  .address-info {
    grid-template-columns: 1fr;
  }

  .review-list {
    grid-template-columns: 1fr;
  }

  .solution-row {
    grid-template-columns: 1fr;
    text-align: center;
    row-gap: 30px;
  }

  .solution-box {
    padding-bottom: 0;
  }

  .solution-box img {
    margin: 0 auto;
  }

  .solution-box .btn {
    position: relative;
    left: auto;
    margin-top: 20px;
  }

  .solution-box.img-50 {
    grid-column: inherit;
  }
}

@media only screen and (max-width: 479px) {
  header .container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .protect-box {
    width: 49%;
  }

  .serive-main .renew-box {
    width: auto;
    margin: 25px -30px -30px;
    border-radius: 0;
  }

  .serive-main.layout-2 .renew-box {
    margin: 25px 0 0 !important;
  }

  .serive-main .renew-box .h4 {
    font-size: 26px;
  }

  .serives-box .text-box {
    padding: 20px 20px 0;
  }

  .contact-form {
    padding: 20px;
  }

  .sform-wrapper .form-fields {
    padding: 15px 15px 25px;
  }

  .form-fields [class*="col-"]:has(.btn) .btn {
    margin-top: 0;
  }

  .clientsay-wrapper {
    text-align: center;
  }

  .clientsay-row {
    grid-template-columns: 1fr;
  }

  .blog-box.layout-2 {
    width: 98%;
  }

  footer .footer-column {
    width: 100%;
    text-align: center;
  }

  footer .footer-column:first-child {
    max-width: 100%;
  }

  footer p:has(i) {
    width: 185px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 420px) {
  #sidebar-nav {
    right: -260px;
    width: 260px;
    padding: 20px 0 20px 10px;
  }

  .sidebar_active {
    overflow: hidden;
    margin-left: -260px;
    margin-right: 260px;
  }

  .sidebar_active header {
    left: -260px;
    right: 260px;
  }
}

@media only screen and (max-width: 359px) {
  ul.bg-box-list li a {
    font-size: 16px;
  }

  .connect-grid ul:not(.social-icon) li {
    font-size: 18px;
  }
}

/******Responsive End*******/
/******Magnific Popup*******/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #1f1f1e;
  opacity: 0.65;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 28px;
  border-radius: 30px 30px 0 0;
  position: absolute;
  right: 0;
  top: 0 !important;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0;
  color: #ffffff;
  font-style: normal;
  font-family: Arial, Baskerville, monospace;
  background: 0 0 !important;
}

div.mfp-close {
  display: none !important;
}

.videoFrame .mfp-close {
  top: 0 !important;
  background-color: rgba(236, 223, 223, 0.5) !important;
  border-radius: 0;
  opacity: 0;
}

.videoFrame .mfp-iframe-scaler:hover .mfp-close {
  opacity: 1;
}

.videoFrame .mfp-iframe-holder .mfp-content {
  max-width: 90%;
  max-height: 100%;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #334543;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow-left {
  width: 30px;
  height: 50px;
  position: absolute;
  left: 10px;
  top: 50%;
  z-index: 90;
  display: inline-block;
  margin-top: -25px;
  font-size: 0;
  cursor: pointer;
  border-radius: 0 30px 30px 0;
}

.mfp-arrow-left:before {
  content: "";
  height: 15px;
  width: 15px;
  display: block;
  border: 2px solid #929292;
  border-right-width: 0;
  border-bottom-width: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 15px;
  left: 8px;
}

.mfp-arrow-right {
  width: 30px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 90;
  display: inline-block;
  margin-top: -25px;
  font-size: 0;
  cursor: pointer;
  border-radius: 30px 0 0 30px;
}

.mfp-arrow-right:before {
  content: "";
  height: 15px;
  width: 15px;
  display: block;
  border: 2px solid #929292;
  border-left-width: 0;
  border-top-width: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 15px;
  right: 8px;
}

.mfp-arrow-left:hover:before,
.mfp-arrow-right:hover:before {
  border-color: #fff;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #1f1f1e;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.img-max-inherit img.mfp-img {
  max-height: inherit !important;
}

.mfp-figure {
  line-height: 0;
  position: relative;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 16px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
}

@media all and (min-width: 900px) {
  .caption-frame .mfp-container {
    left: 50%;
    display: table;
    width: auto;
    padding: 0 45px;
    margin: 0 auto;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }

  button.mfp-arrow,
  button.mfp-close {
    background: rgba(255, 255, 255, 0.95);
  }
}

/******Magnific Popup End*******/
.search-title {
  font-size: 36px;
}

.search-results-list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 30px;
}

.search-results-list .search-thumb {
  float: left;
  margin: 0 20px 5px 0;
  max-width: 150px;
  min-width: 150px;
}

.search-results-list .search-thumb img {
  width: auto;
  border-radius: 10px;
}

.search-results-list .search-content {
  overflow: hidden;
}

.search-result-item {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 30px;
}

.search-result-item:last-child {
  border-bottom: none;
}

.search-results-list .search-result-title {
  font-size: 22px !important;
}

.search-results-list a {
  text-decoration: none;
}

@media only screen and (max-width: 479px) {
  .search-results-list .search-thumb {
    float: none;
    margin-inline: auto;
  }
}

ul.simple-sitemap-page {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 !important;
  gap: 20px;
  padding: 10px 0 0 !important;
}

.simple-sitemap-container ul > li {
  padding: 0;
}

.simple-sitemap-container ul > li::before {
  display: none;
}

.simple-sitemap-container ul li a {
  text-decoration: none;
  color: inherit;
  font-size: 18px;
  display: block;
  padding: 0 0 8px;
  width: 100%;
}

ul.simple-sitemap-page > li {
  border: 1px solid #1b76bc;
  padding: 15px 20px;
  border-radius: 5px;
}

ul.simple-sitemap-page > li:last-of-type > a {
  padding: 0;
}

.simple-sitemap-container ul li a:hover {
  text-decoration: underline;
}

ul.simple-sitemap-page ul {
  margin: 17px 0 10px;
  padding: 0 0 0 22px;
  position: relative;
}

ul.simple-sitemap-page ul::after {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% + 0px);
  background: #1b76bc;
  position: absolute;
  top: -10px;
  left: 5px;
  bottom: 0;
}

.simple-sitemap-container ul li a:has(+ ul) {
  padding: 0;
}

ul.simple-sitemap-page > li > a {
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
}

ul.simple-sitemap-page ul li:last-of-type a {
  padding: 0;
}

ul.simple-sitemap-page ul li::after {
  content: "";
  display: block;
  width: 7px;
  height: 2px;
  background: #1b76bc;
  position: absolute;
  top: 11px;
  left: -15px;
}

ul.simple-sitemap-page ul li {
  overflow: visible;
}

@media only screen and (max-width: 767px) {
  ul.simple-sitemap-page {
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
  }

  ul.simple-sitemap-page > li {
    padding: 10px 15px;
  }
}
