@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  outline: none;
}

html {
  height: 100%;
}

body {
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  background: white;
  position: relative;
  font-family: "Inter", sans-serif;
}

a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
  color: #0C395B;
  font-family: "Pulp Display";
}

h1 {
  font-size: 48px;
  letter-spacing: -0.01em;
  font-weight: bold;
}
@media all and (max-width: 1200px) {
  h1 {
    font-size: 46px;
    line-height: 54px;
  }
}
@media all and (max-width: 991px) {
  h1 {
    font-size: 42px;
    line-height: 50px;
  }
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media all and (max-width: 575px) {
  h1 {
    font-size: 36px;
    line-height: 46px;
  }
}

h2 {
  font-size: 34px;
  line-height: 41px;
  font-weight: bold;
}
@media all and (max-width: 1200px) {
  h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media all and (max-width: 575px) {
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: -0.01em;
}
@media all and (max-width: 1200px) {
  h3 {
    line-height: 30px;
  }
}

h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}

h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

h6 {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}

p {
  margin: 0 0 20px 0;
  color: #475973;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
}

p a {
  color: #0C395B;
}
p a:hover {
  text-decoration: underline;
  color: #5BBB47;
}

.section-heading {
  max-width: 790px;
  margin: 0 0 35px 0;
  position: relative;
  text-align: left;
}
@media all and (max-width: 991px) {
  .section-heading {
    max-width: 80%;
  }
}
@media all and (max-width: 767px) {
  .section-heading {
    max-width: 90%;
  }
}
@media all and (max-width: 575px) {
  .section-heading {
    max-width: 80%;
  }
}
@media all and (max-width: 410px) {
  .section-heading {
    max-width: 90%;
  }
}
@media all and (max-width: 360px) {
  .section-heading {
    max-width: 95%;
  }
}
.section-heading h2 {
  margin-bottom: 10px;
}
@media all and (max-width: 1200px) {
  .section-heading h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media all and (max-width: 575px) {
  .section-heading h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.section-heading p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}
.section-heading.inner {
  max-width: 100%;
  margin: 0;
}
.section-heading.inner h2 {
  margin-bottom: 15px;
}

label {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: black;
}

strong {
  font-weight: 700;
}

figure {
  margin: 0;
}
figure img {
  width: 100%;
}

.btn.focus, .focus.btn-link, .focus.btn-large, .focus.btn-medium, .focus.btn-small, .focus.btn-double-arrow, .focus.btn-down-arrow,
.btn:focus,
.btn-link:focus,
.btn-large:focus,
.btn-medium:focus,
.btn-small:focus,
.btn-double-arrow:focus,
.btn-down-arrow:focus {
  outline: 0;
  box-shadow: none;
}

section {
  padding: 115px 0;
}
@media all and (max-width: 991px) {
  section {
    padding: 70px 0;
  }
}
@media all and (max-width: 767px) {
  section {
    padding: 50px 0;
  }
}

@media all and (max-width: 575px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

ol {
  margin: 10px 0 40px 20px;
}
ol li {
  position: relative;
  color: #475973;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 0 0 0 20px;
  margin: 0 0 10px 0;
  list-style: decimal;
}

ul {
  margin: 10px 0 40px;
}
ul li {
  position: relative;
  color: #475973;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 0 0 0 40px;
  margin: 0 0 10px 0;
}
ul li:last-child {
  margin: 0;
}
ul li::before {
  content: "";
  background: url(check-circle-green.svg);
  width: 16px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 4px;
}

blockquote {
  font-size: 18px;
  line-height: 32px;
  padding: 20px 65px;
  color: #475973;
  background: #F9FAFB;
  border-radius: 8px;
  margin: 50px 0;
  position: relative;
  font-weight: 400;
  font-style: italic;
}
blockquote::before {
  content: "";
  position: absolute;
  width: 5px;
  height: calc(100% - 50px);
  background: #5BBB47;
  top: 23px;
  left: 30px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  blockquote {
    margin: 30px 0;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  blockquote {
    margin: 30px 0;
  }
}
@media all and (max-width: 1200px) {
  blockquote {
    margin: 30px 0;
  }
}
@media all and (max-width: 991px) {
  blockquote {
    margin: 30px 0;
  }
}
@media all and (max-width: 767px) {
  blockquote {
    margin: 30px 0;
  }
}
@media all and (max-width: 575px) {
  blockquote {
    font-size: 16px;
    line-height: 30px;
    padding: 20px 30px 20px 65px;
    margin: 30px 0;
  }
}

div.asl_r.vertical {
  width: 350px !important;
  padding: 20px !important;
}

div.asl_r.vertical .results .item {
  padding: 10px 15px 7px !important;
  border-radius: 10px !important;
}
div.asl_r.vertical .results .item:first-child {
  border-radius: 3px !important;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  overflow: hidden;
}
@media all and (max-width: 575px) {
  .main-wrapper.wrapper-top {
    padding-top: 210px;
  }
}

.btn, .btn-link, .btn-large, .btn-medium, .btn-small, .btn-double-arrow, .btn-down-arrow {
  display: inline-block;
  transition: 0.3s;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  padding: 0px 40px 0 20px;
  font-family: "Inter", sans-serif;
  color: white;
  background: #0C395B;
  border: 1px solid #0C395B;
  letter-spacing: -0.01em;
  position: relative;
}
.btn:hover, .btn-link:hover, .btn-large:hover, .btn-medium:hover, .btn-small:hover, .btn-double-arrow:hover, .btn-down-arrow:hover {
  color: white;
}
.btn:after, .btn-link:after, .btn-large:after, .btn-medium:after, .btn-small:after, .btn-double-arrow:after, .btn-down-arrow:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 20px;
  background: url(button-arrow.svg);
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: 10px;
  width: 16px;
  height: 16px;
}
.btn-primary {
  background: #0C395B;
  border: 1px solid #0C395B;
}
.btn-primary:hover {
  background: #2C8DFF;
  border: 1px solid #2C8DFF;
}
.btn-secondary {
  background: #5BBB47;
  border: 1px solid #5BBB47;
}
.btn-secondary:hover {
  background: #489738;
  border: 1px solid #489738;
}
.btn-down-arrow:after {
  content: "";
}
.btn-double-arrow:after {
  content: "";
}
.btn-small {
  width: 145px;
}
.btn-medium {
  width: 159px;
}
.btn-large {
  width: 173px;
  display: block;
}
.btn-link {
  height: initial;
  line-height: initial;
  background: none;
  border: none;
  font-weight: 600;
  color: #0C395B;
}
.btn-link:hover {
  background: none;
  border: none;
  color: #5BBB47;
}
@media all and (max-width: 575px) {
  .btn, .btn-link, .btn-large, .btn-medium, .btn-small, .btn-double-arrow, .btn-down-arrow {
    font-size: 14px;
  }
}

input[type=submit] {
  display: inline-block;
  transition: 0.3s;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  padding: 0px 40px 0 20px;
  font-family: "Inter", sans-serif;
  color: white;
  background: #0C395B;
  border: 1px solid #0C395B;
  letter-spacing: -0.01em;
  position: relative;
}
input[type=submit]:hover {
  color: white;
}

textarea, select, input[type=week], input[type=time], input[type=month], input[type=datetime-local], input[type=datetime], input[type=date], input[type=color], input[type=url], input[type=text], input[type=tel], input[type=search], input[type=password], input[type=select], input[type=number], input[type=email] {
  width: 100%;
  height: 60px;
  border-radius: 6px;
  padding: 9px 20px;
  font-size: 16px;
  line-height: 19px;
  color: #A9A9A9;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  outline: none;
  border: 1px solid #DEE5EF;
  transition: 0.3s ease-in-out;
}

textarea:focus, select:focus, input[type=week]:focus, input[type=time]:focus, input[type=month]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=date]:focus, input[type=color]:focus, input[type=url]:focus, input[type=text]:focus, input[type=tel]:focus, input[type=search]:focus, input[type=password]:focus, input[type=select]:focus, input[type=number]:focus, input[type=email]:focus {
  color: black;
}

textarea {
  height: 172px;
  resize: none;
}
.header-top {
  padding: 36px 0 0;
  background: white;
  position: relative;
}
@media all and (max-width: 991px) {
  .header-top {
    padding: 0;
  }
}

@media all and (max-width: 991px) {
  .logo {
    height: 84px;
    padding-top: 23px;
    text-align: center;
  }
}
.logo img {
  width: 12rem;
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .logo img {
    width: 294px;
  }
}
@media all and (max-width: 1200px) {
  .logo img {
    max-width: 200px;
    margin-top: 8px;
  }
}
@media all and (max-width: 991px) {
  .logo img {
    max-width: 232px;
  }
}
@media all and (max-width: 575px) {
  .logo img {
    margin-left: -16px;
  }
}

.header-disclaimer-block {
  max-width: 290px;
  margin-left: 29px;
  color: #0C395B;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  position: relative;
  margin-top: 4px;
  padding-left: 10px;
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .header-disclaimer-block {
    max-width: 256px;
    margin-left: 0px;
  }
}
@media all and (max-width: 1200px) {
  .header-disclaimer-block {
    max-width: 235px;
    padding-left: 0;
  }
}
@media all and (max-width: 991px) {
  .header-disclaimer-block {
    max-width: 100%;
    padding-left: 0px;
    margin-left: 0px;
    text-align: center;
    background-color: #f7f7fb !important;
    border-radius: 10px;
    padding: 14px;
    margin-bottom: 20px;
  }
}
.header-disclaimer-block::before {
  content: "";
  background: #5BBB47;
  position: absolute;
  left: -10px;
  top: 5px;
  width: 2px;
  height: 42px;
}
@media all and (max-width: 1200px) {
  .header-disclaimer-block::before {
    left: -15px;
  }
}
@media all and (max-width: 991px) {
  .header-disclaimer-block::before {
    display: none;
  }
}

.header-top.fixed .header-disclaimer-block {
  display: none;
}

.component-info {
  background: #F7F7FB;
  margin-left: 3px;
  color: #0C395B;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  height: 61px;
}
@media all and (max-width: 1200px) {
  .component-info {
    font-size: 14px;
  }
}
.component-info.time {
  font-size: 16px;
  line-height: 19px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 12px;
}
.component-info.time span {
  display: block;
  color: #758EB2;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin-top: 3px;
}
@media all and (max-width: 1200px) {
  .component-info.time {
    font-size: 14px;
  }
  .component-info.time span {
    font-size: 13px;
  }
}
.component-info.phone {
  position: relative;
  padding: 19px 12px 12px 42px;
  flex-direction: column;
}
@media all and (max-width: 991px) {
  .component-info.phone {
    flex-direction: row;
  }
}
.component-info.phone .header-phone {
  position: relative;
  margin-top: -7px;
}
.component-info.phone .header-phone::before {
  content: "";
  background: #2C8DFF url(phone-icon.svg);
  /* display: inline-block; */
  background-repeat: no-repeat;
  background-position: center center;
  /* margin-right: 10px; */
  width: 22px;
  height: 22px;
  border-radius: 50%;
  top: 0;
  position: absolute;
  left: -31px;
}
@media all and (max-width: 1200px) {
  .component-info.phone .header-phone::before {
    display: none;
  }
}
@media all and (max-width: 991px) {
  .component-info.phone .header-phone::before {
    display: inline-block;
    position: relative;
    left: 0;
    top: 6px;
  }
}
@media all and (max-width: 991px) {
  .component-info.phone .header-phone span {
    margin: 0 20px;
    position: relative;
  }
  .component-info.phone .header-phone span::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    right: -11px;
    width: 2px;
    height: 15px;
    background: #C2CDD6;
  }
}
@media all and (max-width: 991px) and (max-width: 575px) {
  .component-info.phone .header-phone span::after {
    display: none;
  }
}
.component-info.phone .header-code {
  font-size: 14px;
}
@media all and (max-width: 575px) {
  .component-info.phone .header-code {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  .component-info.phone {
    padding: 20px 14px;
  }
}
.component-info.code {
  position: relative;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 20px 20px 20px 34px;
}
.component-info.code::before {
  content: "";
  background: #2C8DFF url(code-icon.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 10px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
@media all and (max-width: 1200px) {
  .component-info.code {
    padding: 20px 14px;
  }
}

.navbar-expand-lg {
  font-family: "Pulp Display";
  font-weight: 600;
  padding: 36px 0;
}
@media all and (max-width: 1200px) {
  .navbar-expand-lg {
    padding: 20px 0;
  }
}
.navbar-expand-lg .navbar-nav {
  margin: 0;
}
.navbar-expand-lg .navbar-nav li {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  position: relative;
}
.navbar-expand-lg .navbar-nav li::before {
  content: "";
  background: none;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}
.navbar-expand-lg .navbar-nav li.menu-item-has-children {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
.navbar-expand-lg .navbar-nav li.menu-item-has-children::before {
  content: "";
  background: url(select-arrow.svg) center center no-repeat;
  width: 16px;
  height: 8px;
  position: absolute;
  top: 6px;
  right: 0;
  transition: 0.3s;
  left: inherit;
  background-size: 80%;
}
@media all and (max-width: 1200px) {
  .navbar-expand-lg .navbar-nav li.menu-item-has-children::before {
    right: -5px;
    background-size: 50%;
  }
}
@media all and (max-width: 991px) {
  .navbar-expand-lg .navbar-nav li.menu-item-has-children::before {
    background-size: 100%;
  }
}
@media all and (max-width: 1200px) {
  .navbar-expand-lg .navbar-nav li.menu-item-has-children[aria-expanded=true]::before {
    transform: rotate(180deg);
  }
}
.navbar-expand-lg .navbar-nav li a {
  padding: 0 30px 47px;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: #0C395B;
}
@media all and (max-width: 1200px) {
  .navbar-expand-lg .navbar-nav li a {
    padding: 0 15px;
    font-size: 14px;
  }
}
@media all and (max-width: 991px) {
  .navbar-expand-lg .navbar-nav li a {
    padding: 0 0 20px 0;
    font-size: 20px;
    display: inline-block;
  }
}
.navbar-expand-lg .navbar-nav li a:hover {
  color: #5BBB47;
}
.navbar-expand-lg .navbar-nav li.current-menu-item a {
  color: #5BBB47;
}
.navbar-expand-lg .navbar-nav li:first-child a {
  padding-left: 0;
}

div.asl_r.vertical {
  z-index: 9 !important;
}

.nav-search {
  position: relative;
}
.nav-search div.asl_w {
  width: 300px !important;
}
@media all and (max-width: 1200px) {
  .nav-search div.asl_w {
    width: 250px !important;
  }
}
@media all and (max-width: 767px) {
  .nav-search div.asl_w {
    width: 87% !important;
    display: inline-block;
  }
}
@media all and (max-width: 575px) {
  .nav-search div.asl_w {
    width: 82% !important;
    display: inline-block;
  }
}
.nav-search input[type=search] {
  width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  padding: 0 25px 0 15px;
  background: #F7F7FB;
  border-radius: 8px;
  border: 1px solid #F7F7FB;
}
@media all and (max-width: 1200px) {
  .nav-search input[type=search] {
    width: 240px;
  }
}
.nav-search ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0C395B;
  opacity: 0.25;
}
.nav-search :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #0C395B;
}
.nav-search ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #0C395B;
}
.nav-search input[type=submit] {
  position: absolute;
  background: url(search.svg);
  background-repeat: no-repeat;
  border: 0;
  width: 18px;
  height: 18px;
  top: 0px;
  right: 0;
  padding: 20px;
  font-size: 0;
  background-position: center center;
}

.header-top.fixed {
  padding-bottom: 10px;
  padding-top: 10px;
}
@media all and (max-width: 991px) {
  .header-top.fixed {
    margin: 0;
    padding: 0;
  }
}

.header-top.fixed {
  background: white;
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 201;
  transition: 0.7s;
  box-shadow: 0 0 7px #dadada;
}

.main_nav {
  background: white;
}
@media all and (max-width: 991px) {
  .main_nav .navbar-expand-lg {
    padding: 0;
  }
}

.header-component-group {
  display: flex;
  justify-content: flex-end;
}
@media all and (max-width: 991px) {
  .header-component-group {
    justify-content: flex-start;
    border-top: 1px solid #F7F7FB;
    box-shadow: 0px 3px 5px rgba(22, 31, 69, 0.07);
    margin-top: 0px;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 12px;
    padding-right: 110px;
    padding-top: 11px;
    height: 80px;
  }
}
@media all and (max-width: 767px) {
  .header-component-group {
    padding-right: 90px;
    height: 60px;
    padding-top: 0px;
  }
}
@media all and (max-width: 575px) {
  .header-component-group {
    margin-left: -34px;
    margin-right: -34px;
    padding-right: 70px;
    padding-left: 0;
  }
}

.header-component-group .nav-search {
  display: none;
}
@media all and (max-width: 991px) {
  .header-component-group .nav-search {
    display: block;
    margin-left: auto;
  }
  .header-component-group .nav-search input[type=search] {
    width: 275px;
  }
}
@media all and (max-width: 991px) and (max-width: 767px) {
  .header-component-group .nav-search input[type=search] {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .header-component-group .nav-search {
    display: none;
  }
}

@media all and (max-width: 991px) {
  .component-info {
    background: none;
  }
}
@media all and (max-width: 991px) {
  .component-info.time {
    display: none;
  }
}

@media all and (max-width: 991px) {
  .component-info.phone {
    margin-right: 36px;
    position: relative;
  }
  .component-info.phone:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    right: -22px;
    width: 3px;
    height: 22px;
    background: #C2CDD6;
  }
}
@media all and (max-width: 991px) and (max-width: 991px) {
  .component-info.phone:after {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .component-info.phone {
    margin-right: 0;
  }
}
.component-info.phone a {
  color: #0C395B;
}

@media all and (max-width: 767px) {
  .component-info.code {
    display: none !important;
  }
}

@media all and (max-width: 991px) {
  .nav-search {
    display: none;
  }
}

.mobile_search_area {
  display: none;
}
@media all and (max-width: 767px) {
  .mobile_search_area {
    position: absolute;
    top: -110px;
    transition: 0.3s;
    transition: 0.3s;
    background: white;
    width: 100%;
    left: 0;
    right: 0;
    height: 97px;
    display: block;
  }
}
@media all and (max-width: 575px) {
  .mobile_search_area {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .mobile_search_area .nav-search {
    display: flex;
    text-align: center;
    top: 20px;
    padding: 0 20px;
    width: 100%;
  }
}
@media all and (max-width: 575px) {
  .mobile_search_area .nav-search {
    padding: 0 20px;
    display: flex;
  }
}
@media all and (max-width: 767px) {
  .mobile_search_area .nav-search form {
    width: 260px;
    position: relative;
    display: inline-block;
  }
}
@media all and (max-width: 767px) and (max-width: 767px) {
  .mobile_search_area .nav-search form {
    width: 80%;
  }
}

@media all and (max-width: 767px) {
  .mobile_search_area.mobile_search_area_show {
    position: absolute;
    top: 0px;
    transition: 0.3s;
  }
}

.mobile_search_close {
  background: #C2CDD6;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  margin-left: 20px;
}
@media all and (max-width: 575px) {
  .mobile_search_close {
    margin-left: 16px;
  }
}
.mobile_search_close i {
  color: white;
}

.mobile_search {
  background: url(search.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  border: 0;
  width: 18px;
  height: 18px;
  top: 0px;
  right: 0;
  padding: 20px;
  font-size: 0;
  background-position: center center;
  display: none;
}
@media all and (max-width: 767px) {
  .mobile_search {
    display: block;
    margin-left: auto;
    margin-top: 10px;
  }
}

@media all and (max-width: 991px) {
  .collapse-menu.navbar-collapse {
    align-items: normal;
  }
}

@media all and (max-width: 991px) {
  .hamburger-menu.hamburger-menu-icon {
    opacity: 0;
  }
}

.hamburger-menu.hamburger-menu-fixed.hamburger-menu-icon {
  top: 50px;
}

.nav_close_icon {
  width: 22px;
  position: absolute;
  top: 36px;
  right: 27.5px;
  cursor: pointer;
}
.nav_close_icon img {
  width: 100%;
}

.overflow-hidden {
  overflow: hidden !important;
}

@media all and (max-width: 991px) {
  .hamburger-menu.hamburger-menu-fixed {
    right: 38px;
    position: fixed;
    top: 124px;
  }
}
@media all and (max-width: 767px) {
  .hamburger-menu.hamburger-menu-fixed {
    right: 32px;
    top: 115px;
  }
}
@media all and (max-width: 575px) {
  .hamburger-menu.hamburger-menu-fixed {
    right: 22px;
  }
}

@media all and (max-width: 991px) {
  .hamburger-menu {
    z-index: 1055;
    right: 35px;
    bottom: 25px;
    position: absolute;
  }
  .hamburger-menu span {
    background: #C2CDD6;
    height: 2px;
    width: 31px;
    display: block;
    border-radius: 3px;
    margin-bottom: 8px;
    transition: 0.3s;
  }
  .hamburger-menu span:nth-child(2) {
    width: 23px;
    margin-left: 8px;
  }
  .hamburger-menu span:nth-child(3) {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 991px) and (max-width: 575px) {
  .hamburger-menu span {
    width: 31px;
    display: block;
    border-radius: 3px;
    transition: 0.3s;
  }
  .hamburger-menu span:nth-child(2) {
    width: 23px;
    margin-left: 8px;
  }
  .hamburger-menu span:nth-child(3) {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 991px) {
  .hamburger-menu.hamburger-menu-icon span:nth-child(1) {
    width: 15px;
    -webkit-transform: rotate(35deg) translate(22px, -10px);
    -moz-transform: rotate(35deg) translate(22px, -10px);
    -o-transform: rotate(35deg) translate(22px, -10px);
    -ms-transform: rotate(35deg) translate(22px, -10px);
    transform: rotate(35deg) translate(22px, -10px);
    transition: 0.3s;
  }
}
@media all and (max-width: 991px) {
  .hamburger-menu.hamburger-menu-icon span:nth-child(2) {
    width: 31px;
    transition: 0.3s;
  }
}
@media all and (max-width: 991px) {
  .hamburger-menu.hamburger-menu-icon span:nth-child(3) {
    width: 15px;
    -webkit-transform: rotate(-35deg) translate(22px, 10px);
    -moz-transform: rotate(-35deg) translate(22px, 10px);
    -o-transform: rotate(-35deg) translate(22px, 10px);
    -ms-transform: rotate(-35deg) translate(22px, 10px);
    transform: rotate(-35deg) translate(22px, 10px);
    transition: 0.3s;
  }
}
@media all and (max-width: 767px) {
  .hamburger-menu {
    right: 32px;
    bottom: 18px;
  }
}
@media all and (max-width: 575px) {
  .hamburger-menu {
    right: 22px;
  }
}

.logged-in .header-top.fixed {
  background: white;
  position: fixed;
  top: 32px;
}
@media all and (max-width: 767px) {
  .logged-in .header-top.fixed {
    top: 0;
  }
}

.collapse-menu {
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  flex-grow: 1;
  text-align: center;
}
@media all and (max-width: 991px) {
  .collapse-menu {
    background: white;
    position: fixed;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1050;
    transition: 0.5s;
    width: 360px;
    padding: 100px 30px 0;
    transform: translateX(360px);
    text-align: left;
    transition: 0.5s;
  }
  .collapse-menu.collapse-menu-open {
    transform: translateX(0);
    transition: 0.5s;
  }
}
@media all and (max-width: 767px) {
  .collapse-menu {
    padding: 90px 40px;
  }
}
@media all and (max-width: 575px) {
  .collapse-menu {
    width: 300px;
    padding: 90px 30px 0 35px;
  }
}

@media all and (max-width: 991px) {
  .menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
  }
}
.menu-overlay.collapse-overlay {
  opacity: 1;
  pointer-events: auto;
  transition: 0.3s;
  z-index: 5;
}

@media all and (max-width: 991px) {
  .custom_container {
    max-width: 100%;
  }
}

.main_nav .nav_close_icon {
  display: none;
}
@media all and (max-width: 991px) {
  .main_nav .nav_close_icon {
    display: block;
    left: 27.5px;
    top: 45px;
  }
}

#menu-main-menu .sub-menu {
  position: absolute;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 18px rgba(192, 206, 225, 0.19);
  border-radius: 0px;
  padding: 20px 10px 5px 25px;
  width: 200px;
  top: 58px;
  border: none;
  letter-spacing: -0.035em;
  z-index: 9;
  display: none;
}
@media all and (max-width: 1200px) {
  #menu-main-menu .sub-menu {
    top: 42px;
  }
}
@media all and (max-width: 991px) {
  #menu-main-menu .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    border: none;
    border: none;
    box-shadow: none;
    background: transparent;
    padding: 0 0 20px 20px;
  }
}
#menu-main-menu .sub-menu li {
  margin-bottom: 10px;
  padding: 0;
  text-align: left;
}
#menu-main-menu .sub-menu li::after {
  display: none;
}
#menu-main-menu .sub-menu li a {
  color: #0C395B;
  line-height: 26px;
  text-align: left;
  padding: 0 10px;
  width: 100%;
  display: inline-block;
}
@media all and (max-width: 1200px) {
  #menu-main-menu .sub-menu li a {
    font-size: 16px;
    color: #0C395B;
    padding: 0;
  }
}
#menu-main-menu .sub-menu li a:hover {
  color: #5BBB47;
}

.menu-main-menu-container {
  width: 100%;
  margin: 0 !important;
}

.logged-in header {
  top: 32px !important;
}
.logged-in header.dark {
  top: 32px !important;
}

@media all and (max-width: 767px) {
  .logged-in header {
    top: 46px !important;
    position: fixed;
    width: 100%;
    z-index: 100;
  }
  .logged-in header.dark {
    top: 46px !important;
  }
  .logged-in .main-wrapper {
    margin-top: 0;
    padding-top: 230px;
  }
}
@media all and (max-width: 601px) {
  .logged-in {
    margin-top: -46px;
  }
  .logged-in header.dark {
    top: 46px !important;
    position: absolute;
  }
  .logged-in .hero-home {
    padding-top: 46px;
  }
  .logged-in .main-wrapper {
    margin-top: 0;
    padding-top: 275px;
    overflow: hidden;
  }
  .logged-in .main-wrapper.wrapper-top {
    padding-top: 225px;
  }
}
.header-disclaimer {
  padding: 7px 0;
  background: #F7F7FB;
  font-weight: 500;
  font-size: 14px;
}

@media all and (max-width: 767px) {
  .logged-in .mobile_search_area {
    top: -122px;
  }
}
@media all and (max-width: 767px) {
  .logged-in .mobile_search_area.mobile_search_area_show {
    top: 0px;
  }
}

@media all and (max-width: 991px) {
  .main-header-hide .header-component-group .nav-search {
    display: none;
  }
}
@media all and (max-width: 991px) {
  .main-header-hide .hamburger-menu {
    display: none;
  }
}
@media all and (max-width: 991px) {
  .main-header-hide .header-component-group {
    justify-content: center;
    padding-right: 0;
    display: none;
  }
}

footer {
  overflow-x: hidden;
}

.footer-top {
  position: relative;
}
.footer-top::before {
  content: "";
  background: url(footer-top-bg.jpg) 0 0 repeat;
  height: 300px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media all and (max-width: 767px) {
  .footer-top::before {
    height: 450px;
  }
}

.get-quote {
  padding: 60px;
  background: url(quote-dots.svg) bottom left no-repeat, url(quote-dots.svg) top right no-repeat;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 45px rgba(11, 23, 52, 0.08);
  border-radius: 10px;
  position: relative;
}
@media all and (max-width: 767px) {
  .get-quote {
    padding: 30px;
  }
}
.get-quote .section-heading {
  margin: 0 auto 35px;
  text-align: center;
}
.get-quote .section-heading p {
  color: #758EB2;
}

.get-contact {
  padding: 60px 0;
  overflow-x: hidden;
}
.get-contact .footer-time {
  display: flex;
  align-items: center;
}
.get-contact .footer-time h3 {
  color: white;
  font-family: "Pulp Display";
  font-size: 22px;
  line-height: 33px;
  font-weight: 600;
  position: relative;
  padding: 5px 0 0 83px;
  margin: 0;
}
.get-contact .footer-time h3 span {
  font-size: 18px;
  line-height: 21px;
  display: block;
  font-weight: normal;
  margin-bottom: 5px;
}
.get-contact .footer-time h3::before {
  content: "";
  background: rgba(255, 255, 255, 0.2) url(code-icon.svg);
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 35px;
  width: 63px;
  height: 63px;
  border-radius: 8px;
}
@media all and (max-width: 1200px) {
  .get-contact .footer-time h3 {
    font-size: 18px;
    line-height: 30px;
  }
  .get-contact .footer-time h3 span {
    font-size: 16px;
  }
}
@media all and (max-width: 991px) {
  .get-contact .footer-time h3 {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .get-contact .footer-time {
    text-align: center;
    justify-content: space-around;
  }
  .get-contact .footer-time h3 {
    padding: 5px 0 0 0;
  }
  .get-contact .footer-time h3::before {
    display: block;
    margin: 0 auto 15px;
    position: relative;
  }
}
.get-contact .footer-number a {
  background: #23A8F3;
  width: 262px;
  height: auto;
  font-size: 20px;
  line-height: 21px;
  padding: 16px 20px;
  letter-spacing: -0.01em;
  font-weight: 600;
  position: relative;
}
.get-contact .footer-number a span {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}
.get-contact .footer-number a::after {
  background: none;
  width: 0;
  height: 0;
  margin: 0;
}
.get-contact .footer-number a:hover {
  background: #0a7ebf;
}
@media all and (max-width: 767px) {
  .get-contact .footer-number {
    text-align: center;
    margin: 20px 0 0 0;
  }
}
@media all and (max-width: 767px) {
  .get-contact {
    padding: 40px 0;
  }
}

.quote-form {
  width: 523px;
  margin: 0 auto;
}
.quote-form form {
  position: relative;
}
.quote-form form input[type=search] {
  width: 100%;
  height: 68px;
  border: 1px solid rgba(12, 57, 91, 0.15);
  border-radius: 10px;
  padding: 8px 175px 8px 25px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-family: "Pulp Display";
}
@media all and (max-width: 575px) {
  .quote-form form input[type=search] {
    font-size: 16px;
    height: 52px;
    padding: 8px 25px;
    margin-bottom: 8px;
  }
}
.quote-form form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(12, 57, 91, 0.6);
  font-size: 18px;
}
.quote-form form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(12, 57, 91, 0.6);
  font-size: 18px;
}
.quote-form form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(12, 57, 91, 0.6);
  font-size: 18px;
}
.quote-form form input[type=submit] {
  position: absolute;
  right: 8px;
  top: 8px;
  background: #5BBB47;
  border: 1px solid #5BBB47;
  height: 52px;
  width: 166px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  padding: 0 20px;
}
.quote-form form input[type=submit]:hover {
  background: #489738;
  border-color: #489738;
}
@media all and (max-width: 575px) {
  .quote-form form input[type=submit] {
    position: relative;
    right: 0;
    width: 100%;
    border-radius: 10px;
  }
}
@media all and (max-width: 767px) {
  .quote-form {
    width: 100%;
  }
}

.footer-main {
  background: #061027;
  padding: 90px 0 80px;
}

.container-fluid {
  padding: 0px 2rem 0px;
}
.footer-logo-area figure {
  margin: 0 0 30px 0;
  overflow: hidden;
}
.footer-logo-area figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 1200px) {
  .footer-logo-area p {
    font-size: 14px;
    line-height: 24px;
  }
}

.footer-element {
  padding: 0 0 0 40px;
  margin: 20px 0 30px;
}
@media all and (max-width: 1200px) {
  .footer-element {
    padding: 0 0 0 10px;
  }
}
@media all and (max-width: 991px) {
  .footer-element {
    margin: 12px 0 0 0;
  }
}
.footer-element h4 {
  font-size: 18px;
  line-height: 22px;
  color: white;
  margin: 0 0 30px 0;
  font-family: "Pulp Display";
  font-weight: 600;
  pointer-events: none;
}
@media all and (max-width: 991px) {
  .footer-element h4 {
    line-height: 26px;
    margin: 15px 0 5px 0;
    padding-bottom: 15px;
    pointer-events: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.footer-element ul {
  margin: 0;
  padding: 0;
}
.footer-element ul li {
  margin: 0 0 16px 0;
  position: relative;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  padding: 0;
}
.footer-element ul li::before {
  content: "";
  background: none;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}
.footer-element ul li a {
  font-size: 16px;
  line-height: 19px;
  color: #4E6079;
  font-weight: 500;
}
.footer-element ul li a:hover {
  color: #7086a3;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .footer-element ul li {
    margin: 0 0 10px 0;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .footer-element ul li {
    margin: 0 0 10px 0;
  }
}
@media all and (max-width: 1200px) {
  .footer-element ul li {
    margin: 0 0 5px 0;
  }
  .footer-element ul li a {
    font-size: 14px;
  }
}
.footer-element ul.footer-social li {
  padding: 0 0 0 35px;
}
.footer-element ul.footer-social li::before {
  position: absolute;
  left: 0;
  color: white;
  font-family: "Font Awesome 5 Brands";
}
.footer-element ul.footer-social li:nth-child(1)::before {
  content: "";
}
.footer-element ul.footer-social li:nth-child(2)::before {
  content: "";
}
.footer-element ul.footer-social li:nth-child(3)::before {
  content: "";
}
.footer-element ul.footer-social li:nth-child(4)::before {
  content: "";
}
.footer-element ul.footer-content li {
  padding: 0 0 0 35px;
}
.footer-element ul.footer-content li::before {
  position: absolute;
  left: 0;
  color: white;
}
.footer-element ul.footer-content li:nth-child(1)::before {
  content: "";
  background: url(envelop-icon.svg) 0 0 no-repeat;
  width: 16px;
  height: 18px;
  top: 7px;
}
.footer-element ul.footer-content li:nth-child(2)::before {
  content: "";
  background: url(phone-icon.svg) 0 0 no-repeat;
  width: 12px;
  height: 12px;
  top: 7px;
}
.footer-element ul.footer-content li:nth-child(3)::before {
  content: "";
  background: url(map-maker-icon.svg) 0 0 no-repeat;
  width: 10px;
  height: 24px;
  top: 7px;
}

.footer-paragraph {
  padding: 40px 55px 40px 50px;
  background: rgba(28, 39, 64, 0.35);
  border-radius: 15px;
  position: relative;
  margin: 80px 0 0 0;
}
.footer-paragraph a {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media all and (max-width: 575px) {
  .footer-paragraph a {
    top: 10px;
    right: 10px;
  }
}
.footer-paragraph .footer-paragraph-content p {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  color: #4E6079;
}
.footer-paragraph .footer-paragraph-content p:last-child {
  margin: 0;
}
@media all and (max-width: 575px) {
  .footer-paragraph {
    padding: 40px 35px;
  }
}

.footer-bottom {
  background: #131e36;
  padding: 36px 0;
}
@media all and (max-width: 991px) {
  .footer-bottom {
    padding: 25px 0;
  }
}

@media all and (max-width: 991px) {
  .footer-main h4[aria-expanded=false]:after {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    right: 0;
    top: 6px;
    background: url(white_plus_icon.svg) no-repeat;
    background-size: contain;
  }

  .footer-main h4[aria-expanded=true]:after {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    right: 0;
    top: 6px;
    background: url(white_minus_icon.svg) no-repeat;
    background-size: contain;
  }
}
@media all and (max-width: 991px) {
  .copy_right {
    text-align: center;
  }
}
.copy_right p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
  color: #4E6079;
}
.copy_right p a {
  text-decoration: none;
  transition: 0.3s;
  color: #4E6079;
}
.copy_right p a:hover {
  color: #7086a3;
}
@media all and (max-width: 1200px) {
  .copy_right p {
    font-size: 14px;
  }
}

.design_by {
  text-align: right;
}
@media all and (max-width: 991px) {
  .design_by {
    text-align: center;
    margin-top: 15px;
  }
}

.help-button {
  position: fixed;
  top: 50%;
  transform: translateY(-50%) rotate(270deg);
  right: -63px;
  z-index: 5;
}
.help-button a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media all and (max-width: 991px) {
  .help-button {
    bottom: 0;
    top: inherit;
    transform: none;
    left: 0;
    right: 0;
    width: 100%;
  }
  .help-button a {
    margin: 0 auto;
  }
}

.hero-home {
  background: radial-gradient(76.99% 708.33% at 76.25% 52%, rgba(241, 241, 255, 0.59) 0%, rgba(188, 203, 233, 0.59) 100%);
  height: 633px;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1200px) {
  .hero-home {
    height: 500px;
  }
}
@media all and (max-width: 991px) {
  .hero-home {
    height: 380px;
  }
}
@media all and (max-width: 767px) {
  .hero-home {
    height: auto;
  }
}
.hero-home::before {
  content: "";
  background: url(hero-dot1.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 40px;
  top: 0;
  z-index: 2;
  width: 152px;
  height: 183px;
  opacity: 0.28;
}
@media all and (max-width: 991px) {
  .hero-home::before {
    left: -65px;
  }
}
.hero-home::after {
  content: "";
  background: url(hero-dot2.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 70px;
  bottom: 150px;
  z-index: 2;
  width: 148px;
  height: 148px;
  opacity: 0.9;
}
@media all and (max-width: 991px) {
  .hero-home::after {
    right: 120px;
    bottom: 30px;
  }
}
@media all and (max-width: 575px) {
  .hero-home::after {
    right: 30px;
    bottom: 95px;
  }
}
.hero-home .hero-content {
  max-width: 800px;
  position: relative;
  z-index: 4;
}
.hero-home .hero-content h1 {
  margin-bottom: 10px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .hero-home .hero-content h1 {
    font-size: 42px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .hero-home .hero-content h1 {
    font-size: 38px;
  }
}
@media all and (max-width: 1200px) {
  .hero-home .hero-content h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media all and (max-width: 575px) {
  .hero-home .hero-content h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
.hero-home .hero-content p {
  margin-bottom: 50px;
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .hero-home .hero-content p {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1200px) {
  .hero-home .hero-content p {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 991px) {
  .hero-home .hero-content p {
    margin-bottom: 20px;
  }
}
.hero-home .hero-content .quote-form {
  margin: 0 0 60px 0;
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .hero-home .hero-content .quote-form {
    margin: 0 0 40px 0;
  }
}
@media all and (max-width: 1200px) {
  .hero-home .hero-content .quote-form {
    width: 100%;
  }
}
@media all and (max-width: 991px) {
  .hero-home .hero-content .quote-form {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 575px) {
  .hero-home .hero-content .quote-form {
    margin-bottom: 45px;
  }
}
.hero-home .hero-content .hero-logo img {
  margin: 0 40px 0 0;
  max-width: 155px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .hero-home .hero-content .hero-logo img {
    margin: 0 35px 0 0;
    max-width: 125px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .hero-home .hero-content .hero-logo img {
    margin: 0 25px 0 0;
    max-width: 120px;
  }
}
@media all and (max-width: 1200px) {
  .hero-home .hero-content .hero-logo img {
    margin: 0 20px 0 0;
    max-width: 100px;
  }
}
@media all and (max-width: 767px) {
  .hero-home .hero-content .hero-logo img {
    margin: 0 10px 20px;
    max-width: 120px;
  }
}
@media all and (max-width: 575px) {
  .hero-home .hero-content .hero-logo img {
    margin: 0 10px 20px 10px;
    max-width: 125px;
  }
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .hero-home .hero-content {
    max-width: 55%;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .hero-home .hero-content {
    max-width: 50%;
  }
}
@media all and (max-width: 1200px) {
  .hero-home .hero-content {
    max-width: 50%;
  }
}
@media all and (max-width: 991px) {
  .hero-home .hero-content {
    max-width: 100%;
    padding: 50px 65px;
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  .hero-home .hero-content {
    padding: 50px 20px;
  }
}
@media all and (max-width: 575px) {
  .hero-home .hero-content {
    padding: 50px 0;
  }
}
.hero-home .hero-image {
  position: absolute;
  bottom: 0;
  right: 5%;
  z-index: 4;
}
.hero-home .hero-image figure {
  width: 554px;
  height: 543px;
  overflow: hidden;
}
.hero-home .hero-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 575px) {
  .hero-home .hero-image figure img {
    width: 80%;
    height: 100%;
    object-fit: contain;
  }
}
@media all and (max-width: 1200px) {
  .hero-home .hero-image figure {
    width: 432px;
    height: 422px;
  }
}
@media all and (max-width: 991px) {
  .hero-home .hero-image figure {
    width: 360px;
    height: 350px;
    margin: 0 auto;
  }
}
@media all and (max-width: 991px) {
  .hero-home .hero-image {
    position: absolute;
    bottom: -65px;
    right: 0;
    left: 0;
    text-align: center;
    display: none;
  }
}
@media all and (max-width: 767px) {
  .hero-home .hero-image {
    bottom: -115px;
    display: none;
  }
}
@media all and (max-width: 575px) {
  .hero-home .hero-image {
    bottom: -60px;
    display: none;
  }
}
.hero-home .circle-bg-1 {
  position: absolute;
  height: 416px;
  width: 416px;
  z-index: 3;
  right: 265px;
  bottom: 192px;
}
@media all and (max-width: 1200px) {
  .hero-home .circle-bg-1 {
    height: 316px;
    width: 316px;
    right: 195px;
    bottom: 165px;
  }
}
@media all and (max-width: 991px) {
  .hero-home .circle-bg-1 {
    right: 50%;
    bottom: 50px;
    transform: translateX(50%);
  }
}
@media all and (max-width: 575px) {
  .hero-home .circle-bg-1 {
    height: 200px;
    width: 200px;
    bottom: 250px;
  }
}
.hero-home .circle-bg-1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero-home .circle-bg-2 {
  position: absolute;
  height: 416px;
  width: 416px;
  z-index: 3;
  left: -180px;
  bottom: -235px;
}
@media all and (max-width: 991px) {
  .hero-home .circle-bg-2 {
    height: 216px;
    width: 216px;
    left: -120px;
    bottom: -120px;
  }
}
@media all and (max-width: 575px) {
  .hero-home .circle-bg-2 {
    height: 200px;
    width: 200px;
    left: -110px;
    bottom: -110px;
  }
}
.hero-home .circle-bg-2 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero-home .circle-bg-3 {
  position: absolute;
  height: 204px;
  width: 204px;
  z-index: 3;
  top: -70px;
  right: -70px;
}
@media all and (max-width: 991px) {
  .hero-home .circle-bg-3 {
    height: 104px;
    width: 104px;
    top: -40px;
    right: -40px;
  }
}
@media all and (max-width: 575px) {
  .hero-home .circle-bg-3 {
    height: 104px;
    width: 104px;
  }
}
.hero-home .circle-bg-3 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media all and (max-width: 1200px) {
  .home-feature .home-feature-heading .section-heading {
    width: 70%;
  }
}
@media all and (max-width: 767px) {
  .home-feature .home-feature-heading .section-heading {
    width: 100%;
    text-align: center;
    margin: 0 auto 35px;
  }
}
@media all and (max-width: 767px) {
  .home-feature .home-feature-heading a.btn, .home-feature .home-feature-heading a.btn-down-arrow, .home-feature .home-feature-heading a.btn-double-arrow, .home-feature .home-feature-heading a.btn-small, .home-feature .home-feature-heading a.btn-medium, .home-feature .home-feature-heading a.btn-large, .home-feature .home-feature-heading a.btn-link {
    margin: 0 auto 45px;
    display: block;
  }
}

.feature {
  text-align: center;
  max-width: 300px;
  margin: 45px auto 0;
}
@media all and (max-width: 991px) {
  .feature {
    max-width: 365px;
    margin: 45px auto 40px;
  }
}
.feature figure {
  max-width: 135px;
  max-height: 120px;
  margin: 0 auto 30px;
  position: relative;
}
.feature figure::after {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  line-height: 44px;
  font-weight: 600;
  color: white;
  width: 44px;
  height: 44px;
  text-align: center;
  border-radius: 50%;
}
.feature figure.serial1::after {
  content: "01";
  background: #A585FF;
}
.feature figure.serial2::after {
  content: "02";
  background: #58E0AF;
}
.feature figure.serial3::after {
  content: "03";
  background: #FF6FAB;
}
.feature figure img {
  width: 100%;
}
.feature h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 8px;
}
.feature p {
  margin-bottom: 30px;
}

.cta-section-common .get-contact {
  background: #0C395B;
  padding: 25px;
  border-radius: 10px;
}
.cta-section-common .get-contact .footer-time h3 {
  padding: 0;
}
.cta-section-common .get-contact .footer-time h3::before {
  background: none;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}

.article-get-contact {
  background: #0C395B;
  padding: 25px;
  border-radius: 10px;
  margin: 20px 0;
}
.article-get-contact.cta-padding {
  margin: 90px 0;
}
@media all and (max-width: 767px) {
  .article-get-contact {
    text-align: center;
  }
}
.article-get-contact .footer-time h3 {
  color: white;
  font-size: 22px;
  line-height: 33px;
  font-weight: 600;
  position: relative;
  padding: 0;
  margin: 0;
  text-transform: initial;
}
@media all and (max-width: 1200px) {
  .article-get-contact .footer-time h3 {
    font-size: 18px;
    line-height: 30px;
  }
}
@media all and (max-width: 991px) {
  .article-get-contact .footer-time h3 {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .article-get-contact .footer-time h3 {
    margin-top: 0 !important;
  }
}
.article-get-contact .footer-time h3::before {
  background: none;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
.article-get-contact .btn, .article-get-contact .btn-down-arrow, .article-get-contact .btn-double-arrow, .article-get-contact .btn-small, .article-get-contact .btn-medium, .article-get-contact .btn-large, .article-get-contact .btn-link {
  background: #23A8F3;
  width: 240px;
  height: 54px;
  font-size: 16px;
  line-height: 21px;
  padding: 16px 20px 16px 30px;
  letter-spacing: -0.01em;
  font-weight: 600;
  position: relative;
  border: 1px solid #23A8F3;
}
@media all and (max-width: 1200px) {
  .article-get-contact .btn, .article-get-contact .btn-down-arrow, .article-get-contact .btn-double-arrow, .article-get-contact .btn-small, .article-get-contact .btn-medium, .article-get-contact .btn-large, .article-get-contact .btn-link {
    width: 224px;
    padding: 16px 6px 16px 30px;
  }
}
.article-get-contact .btn:hover, .article-get-contact .btn-down-arrow:hover, .article-get-contact .btn-double-arrow:hover, .article-get-contact .btn-small:hover, .article-get-contact .btn-medium:hover, .article-get-contact .btn-large:hover, .article-get-contact .btn-link:hover {
  background: #0a7ebf;
}
.article-get-contact .btn::before, .article-get-contact .btn-down-arrow::before, .article-get-contact .btn-double-arrow::before, .article-get-contact .btn-small::before, .article-get-contact .btn-medium::before, .article-get-contact .btn-large::before, .article-get-contact .btn-link::before {
  content: "";
  background: url(phone-icon.svg);
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 10px;
  width: 22px;
  height: 22px;
  left: 16px;
  background-size: 18px;
}
.article-get-contact .btn::after, .article-get-contact .btn-down-arrow::after, .article-get-contact .btn-double-arrow::after, .article-get-contact .btn-small::after, .article-get-contact .btn-medium::after, .article-get-contact .btn-large::after, .article-get-contact .btn-link::after {
  background: none;
}

.dynamic-number-button-container {
  background: #23A8F3;
  border-color: #23A8F3;
  margin: 30px 0 0 0;
}

.dynamic-number-button-container .dynamic-number-button {
  background: transparent;
  border: none;
  color: white;
}
.dynamic-number-button-container .dynamic-number-button span {
  content: "";
  background-image: url('phone-icon.svg');
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  /* margin-right: 10px; */
  width: 22px;
  height: 22px;
  top: .45rem;
  position: relative;
}
.dynamic-number-button-container:hover {
  background: #489738 !important;
  border-color: #489738 !important;
}

.hero-inner {
  background: radial-gradient(76.99% 708.33% at 76.25% 52%, rgba(241, 241, 255, 0.59) 0%, rgba(188, 203, 233, 0.59) 100%);
  height: 372px;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 991px) {
  .hero-inner {
    height: auto;
  }
}
@media all and (max-width: 575px) {
  .hero-inner {
    height: auto;
  }
}
.hero-inner::before {
  content: "";
  background: url(hero-dot1.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 25px;
  top: 0;
  z-index: 2;
  width: 152px;
  height: 183px;
  opacity: 0.28;
}
@media all and (max-width: 991px) {
  .hero-inner::before {
    left: -65px;
  }
}
.hero-inner::after {
  content: "";
  background: url(hero-dot2.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 92px;
  bottom: -50px;
  z-index: 2;
  width: 148px;
  height: 148px;
  opacity: 0.9;
}
@media all and (max-width: 991px) {
  .hero-inner::after {
    right: 30px;
    bottom: -35px;
  }
}
@media all and (max-width: 575px) {
  .hero-inner::after {
    right: 5px;
    bottom: -25px;
  }
}
.hero-inner .hero-content {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}
.hero-inner .hero-content h1 {
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 48px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .hero-inner .hero-content h1 {
    font-size: 40px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .hero-inner .hero-content h1 {
    font-size: 38px;
  }
}
@media all and (max-width: 1200px) {
  .hero-inner .hero-content h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media all and (max-width: 575px) {
  .hero-inner .hero-content h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
.hero-inner .hero-content p {
  margin-bottom: 30px;
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .hero-inner .hero-content p {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1200px) {
  .hero-inner .hero-content p {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 991px) {
  .hero-inner .hero-content p {
    margin-bottom: 20px;
  }
}
.hero-inner .hero-content .quote-form {
  margin: 0 auto;
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .hero-inner .hero-content .quote-form {
    margin: 0 auto;
  }
}
@media all and (max-width: 1200px) {
  .hero-inner .hero-content .quote-form {
    width: 100%;
  }
}
@media all and (max-width: 991px) {
  .hero-inner .hero-content .quote-form {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 575px) {
  .hero-inner .hero-content .quote-form {
    margin-bottom: 45px;
  }
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .hero-inner .hero-content {
    max-width: 55%;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .hero-inner .hero-content {
    max-width: 50%;
  }
}
@media all and (max-width: 1200px) {
  .hero-inner .hero-content {
    max-width: 50%;
  }
}
@media all and (max-width: 991px) {
  .hero-inner .hero-content {
    max-width: 100%;
    padding: 50px 65px;
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  .hero-inner .hero-content {
    padding: 50px 20px;
  }
}
@media all and (max-width: 575px) {
  .hero-inner .hero-content {
    padding: 50px 0;
  }
}
.hero-inner .circle-bg-1 {
  position: absolute;
  height: 416px;
  width: 416px;
  z-index: 3;
  left: 50%;
  top: -135px;
  transform: translateX(-50%);
}
@media all and (max-width: 991px) {
  .hero-inner .circle-bg-1 {
    height: 316px;
    width: 316px;
    top: -35px;
  }
}
@media all and (max-width: 575px) {
  .hero-inner .circle-bg-1 {
    height: 200px;
    width: 200px;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.hero-inner .circle-bg-1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero-inner .circle-bg-2 {
  position: absolute;
  height: 416px;
  width: 416px;
  z-index: 3;
  left: -270px;
  bottom: -270px;
}
@media all and (max-width: 991px) {
  .hero-inner .circle-bg-2 {
    height: 316px;
    width: 316px;
    left: -170px;
    bottom: -170px;
  }
}
@media all and (max-width: 575px) {
  .hero-inner .circle-bg-2 {
    height: 200px;
    width: 200px;
    left: -110px;
    bottom: -110px;
  }
}
.hero-inner .circle-bg-2 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero-inner .circle-bg-3 {
  position: absolute;
  height: 204px;
  width: 204px;
  z-index: 3;
  top: -70px;
  right: -70px;
}
@media all and (max-width: 991px) {
  .hero-inner .circle-bg-3 {
    height: 104px;
    width: 104px;
    top: -40px;
    right: -40px;
  }
}
@media all and (max-width: 575px) {
  .hero-inner .circle-bg-3 {
    height: 104px;
    width: 104px;
  }
}
.hero-inner .circle-bg-3 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.text-based-feature {
  max-width: 540px;
}
.text-based-feature figure {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 12px;
  margin: 40px 0 30px;
  text-align: center;
}
.text-based-feature figure img {
  width: 42px;
  height: 42px;
}
.text-based-feature figure.color1 {
  background: #7AEFC5;
}
.text-based-feature figure.color2 {
  background: #FFA9CD;
}
.text-based-feature figure.color3 {
  background: #BFA9FF;
}
.text-based-feature figure.color4 {
  background: #FFCDA9;
}
@media all and (max-width: 767px) {
  .text-based-feature figure {
    margin: 25px 0 15px;
  }
}
.text-based-feature h3 {
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 12px;
  line-height: 114%;
}
.text-based-feature p {
  font-weight: 400;
}

.highlight-section {
  padding-bottom: 75px;
}
.highlight-section .highlight-section-content {
  background: #F7F7FB;
  padding: 42px 50px;
  border-radius: 24px;
}
@media all and (max-width: 575px) {
  .highlight-section .highlight-section-content {
    padding: 42px 30px;
  }
}
.highlight-section ul {
  margin: 0 0 15px;
}
.highlight-section ul li {
  position: relative;
  color: #5E6E85;
  font-size: 16px;
  line-height: 35px;
  font-weight: 500;
  padding: 0 0 0 30px;
  margin: 10px 0;
}
@media all and (max-width: 991px) {
  .highlight-section ul li {
    line-height: 30px;
  }
}
@media all and (max-width: 767px) {
  .highlight-section ul li {
    line-height: 30px;
  }
}
@media all and (max-width: 575px) {
  .highlight-section ul li {
    line-height: 30px;
  }
}
.highlight-section ul li::before {
  content: "";
  background: url(about/blue-arrow.svg);
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 8px;
}

.team-group {
  margin: 40px 0 0 0;
  display: inline-block;
}

.team-member {
  padding: 40px 0 20px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0px 10px 30px rgba(45, 59, 80, 0.09);
  border-radius: 10px;
  margin: 0 0 25px 0;
  text-align: center;
}
.team-member figure {
  width: 135px;
  height: 135px;
  overflow: hidden;
  margin: 0 auto 30px;
}
.team-member figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-member h3 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.01em;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.team-member p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 15px;
}
.team-member ul {
  margin: 0;
  padding: 0;
}
.team-member ul li {
  display: inline-block;
  margin: 0 8px;
  padding: 0;
}
.team-member ul li::before {
  background: none;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}
.team-member ul li a {
  font-size: 16px;
  color: #BBC2CC;
}
.team-member ul li a:hover {
  color: #5BBB47;
}

.hero-inner .hero-content {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}

.hero-inner .hero-content .hero-heading {
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  font-family: "Pulp Display", sans-serif;
  color: #0C395B;
}
@media all and (max-width: 575px) {
  .hero-inner .hero-content .hero-heading {
    font-size: 30px;
    line-height: 35px;
  }
}

.video-section {
  padding: 0;
}
@media all and (max-width: 1200px) {
  .video-section iframe {
    height: 300px;
    max-width: 100%;
  }
}
@media all and (max-width: 991px) {
  .video-section iframe {
    height: 388px;
    max-width: 100%;
  }
}
@media all and (max-width: 767px) {
  .video-section iframe {
    height: 285px;
    max-width: 100%;
  }
}
@media all and (max-width: 575px) {
  .video-section iframe {
    max-height: 188px;
    max-width: 100%;
  }
}

.common-block-content {
  padding: 0 0 0 25px;
}
.common-block-content h3 {
  margin: 0 0 10px 0;
}
.common-block-content p {
  margin: 0 0 30px 0;
}
@media all and (max-width: 991px) {
  .common-block-content {
    padding: 0;
    margin: 35px 0 0 0;
  }
}

.local-content-section {
  padding: 80px 0;
}
@media all and (max-width: 991px) {
  .local-content-section {
    padding: 70px 0;
  }
}
@media all and (max-width: 767px) {
  .local-content-section {
    padding: 60px 0;
  }
}
@media all and (max-width: 575px) {
  .local-content-section {
    padding: 50px 0;
  }
}
.local-content-section .common-block-content {
  padding: 0;
}

.green-ckeck-list {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 18px rgba(192, 206, 225, 0.19);
  border-radius: 16px;
  padding: 35px 70px 40px 40px;
  margin: 0 0 0 70px;
}
.green-ckeck-list ul {
  margin: 0 0 15px;
}
.green-ckeck-list ul li {
  position: relative;
  color: #475973;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 0 0 0 56px;
  margin: 0 0 30px 0;
}
.green-ckeck-list ul li:last-child {
  margin: 0;
}
.green-ckeck-list ul li::before {
  content: "";
  background: url(green-check.svg);
  width: 27px;
  height: 27px;
  position: absolute;
  left: 0;
  top: 8px;
}
@media all and (max-width: 1200px) {
  .green-ckeck-list {
    margin: 0 0 0 25px;
    padding: 35px;
  }
  .green-ckeck-list ul li {
    margin: 0 0 20px 0;
  }
}
@media all and (max-width: 991px) {
  .green-ckeck-list {
    margin: 35px 0 0 0;
  }
}

.map-section .common-block-content {
  padding: 0;
}

.map-area {
  margin: 0 0 0 70px;
}
@media all and (max-width: 1200px) {
  .map-area {
    margin: 0 0 0 25px;
  }
}
@media all and (max-width: 991px) {
  .map-area {
    margin: 0;
  }
}

.insurance-list a {
  background: #0C395B;
  font-family: "Pulp Display";
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  height: 53px;
  padding: 16px 26px;
  display: inline-block;
  width: 100%;
  border-radius: 6px;
  color: white;
  position: relative;
  margin: 20px 0 10px;
  transition: all 0.3s ease;
}
.insurance-list a::after {
  content: "";
  background: url(green-arrow.svg) 0 0 no-repeat;
  display: inline-block;
  margin-left: 12px;
  width: 12px;
  height: 12px;
  transition: all 0.3s ease;
}
.insurance-list a:hover {
  background: #5BBB47;
  transition: all 0.3s ease;
}
.insurance-list a:hover::after {
  background: url(white-arrow.svg) 0 0 no-repeat;
  margin-left: 17px;
  transition: all 0.3s ease;
}

.service-list {
  padding: 50px 0;
}

.single-service {
  margin: 0 0 140px 0;
  display: inline-block;
  width: 100%;
}
.single-service:first-child {
  margin: 15px 0 140px 0;
}
.single-service:last-child {
  margin: 0;
}
.single-service .text-based-feature {
  max-width: 100%;
}
@media all and (max-width: 1200px) {
  .single-service {
    margin: 0 0 100px 0;
    padding: 0 100px;
  }
  .single-service:first-child {
    margin: 50px 0 100px 0;
  }
}
@media all and (max-width: 767px) {
  .single-service {
    padding: 0;
  }
}

.single-service figure.service-img {
  width: 430px;
  height: 430px;
  margin: 30px 0 0 30px;
  position: relative;
}
@media all and (max-width: 1200px) {
  .single-service figure.service-img {
    margin: 20px auto 30px;
  }
}
@media all and (max-width: 991px) {
  .single-service figure.service-img {
    margin: 20px auto 55px;
  }
}
@media all and (max-width: 767px) {
  .single-service figure.service-img {
    margin: 20px auto 55px;
  }
}
@media all and (max-width: 575px) {
  .single-service figure.service-img {
    width: 85%;
    height: 260px;
    margin: 20px auto 45px;
  }
}
.single-service figure.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.single-service figure.service-img::before {
  content: "";
  width: 229px;
  height: 229px;
  position: absolute;
  left: -30px;
  top: -30px;
  border-radius: 20px;
  z-index: -1;
}
.single-service figure.service-img::after {
  content: "";
  width: 229px;
  height: 229px;
  position: absolute;
  right: -30px;
  bottom: -30px;
  border-radius: 20px;
  z-index: -1;
}
.single-service.theme-2 .service-img, .single-service.theme-4 .service-img {
  float: right;
}
@media all and (max-width: 1200px) {
  .single-service.theme-2 .service-img, .single-service.theme-4 .service-img {
    float: none;
  }
}

.single-service .text-based-feature h3 {
  font-weight: bold;
  font-size: 26px;
  line-height: 42px;
}
.single-service .text-based-feature p {
  margin: 0 0 40px 0;
}

.single-service.theme-1 figure.service-img::before, .single-service.theme-1 figure.service-img::after {
  background: rgba(122, 239, 197, 0.1);
}
.single-service.theme-2 figure.service-img::before, .single-service.theme-2 figure.service-img::after {
  background: rgba(255, 169, 205, 0.1);
}
.single-service.theme-3 figure.service-img::before, .single-service.theme-3 figure.service-img::after {
  background: rgba(191, 169, 255, 0.1);
}
.single-service.theme-4 figure.service-img::before, .single-service.theme-4 figure.service-img::after {
  background: rgba(255, 205, 169, 0.1);
}
.single-service.theme-5 figure.service-img::before, .single-service.theme-5 figure.service-img::after {
  background: rgba(153, 225, 0, 0.1);
}
.single-service.theme-6 figure.service-img::before, .single-service.theme-6 figure.service-img::after {
  background: rgba(2, 58, 255, 0.1);
}
.single-service.theme-7 figure.service-img::before, .single-service.theme-7 figure.service-img::after {
  background: rgba(255, 56, 56, 0.1);
}
.single-service.theme-8 figure.service-img::before, .single-service.theme-8 figure.service-img::after {
  background: rgba(0, 219, 219, 0.1);
}
.single-service.theme-9 figure.service-img::before, .single-service.theme-9 figure.service-img::after {
  background: rgba(0, 192, 54, 0.1);
}
.single-service.theme-10 figure.service-img::before, .single-service.theme-10 figure.service-img::after {
  background: rgba(255, 153, 0, 0.1);
}
.single-service.theme-11 figure.service-img::before, .single-service.theme-11 figure.service-img::after {
  background: rgba(122, 239, 197, 0.1);
}
.single-service.theme-12 figure.service-img::before, .single-service.theme-12 figure.service-img::after {
  background: rgba(255, 169, 205, 0.1);
}
.single-service.theme-13 figure.service-img::before, .single-service.theme-13 figure.service-img::after {
  background: rgba(191, 169, 255, 0.1);
}
.single-service.theme-14 figure.service-img::before, .single-service.theme-14 figure.service-img::after {
  background: rgba(255, 205, 169, 0.1);
}
.single-service.theme-15 figure.service-img::before, .single-service.theme-15 figure.service-img::after {
  background: rgba(153, 225, 0, 0.1);
}
.single-service.theme-16 figure.service-img::before, .single-service.theme-16 figure.service-img::after {
  background: rgba(2, 58, 255, 0.1);
}
.single-service.theme-17 figure.service-img::before, .single-service.theme-17 figure.service-img::after {
  background: rgba(255, 56, 56, 0.1);
}
.single-service.theme-18 figure.service-img::before, .single-service.theme-18 figure.service-img::after {
  background: rgba(0, 219, 219, 0.1);
}
.single-service.theme-19 figure.service-img::before, .single-service.theme-19 figure.service-img::after {
  background: rgba(0, 192, 54, 0.1);
}
.single-service.theme-20 figure.service-img::before, .single-service.theme-20 figure.service-img::after {
  background: rgba(255, 153, 0, 0.1);
}
.single-service.theme-21 figure.service-img::before, .single-service.theme-21 figure.service-img::after {
  background: rgba(122, 239, 197, 0.1);
}
.single-service.theme-22 figure.service-img::before, .single-service.theme-22 figure.service-img::after {
  background: rgba(255, 169, 205, 0.1);
}
.single-service.theme-23 figure.service-img::before, .single-service.theme-23 figure.service-img::after {
  background: rgba(191, 169, 255, 0.1);
}
.single-service.theme-24 figure.service-img::before, .single-service.theme-24 figure.service-img::after {
  background: rgba(255, 205, 169, 0.1);
}
.single-service.theme-25 figure.service-img::before, .single-service.theme-25 figure.service-img::after {
  background: rgba(153, 225, 0, 0.1);
}
.single-service.theme-26 figure.service-img::before, .single-service.theme-26 figure.service-img::after {
  background: rgba(2, 58, 255, 0.1);
}
.single-service.theme-27 figure.service-img::before, .single-service.theme-27 figure.service-img::after {
  background: rgba(255, 56, 56, 0.1);
}
.single-service.theme-28 figure.service-img::before, .single-service.theme-28 figure.service-img::after {
  background: rgba(0, 219, 219, 0.1);
}
.single-service.theme-29 figure.service-img::before, .single-service.theme-29 figure.service-img::after {
  background: rgba(0, 192, 54, 0.1);
}
.single-service.theme-30 figure.service-img::before, .single-service.theme-30 figure.service-img::after {
  background: rgba(255, 153, 0, 0.1);
}

.text-based .text-block {
  margin-bottom: 90px;
}
.text-based .text-block figure {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}
.text-based .video-play {
  display: inline-block;
  width: 100%;
}
.text-based .video-play iframe {
  min-width: 100%;
  min-height: 565px;
}
@media all and (max-width: 991px) {
  .text-based .video-play iframe {
    min-height: 400px;
    max-width: 100%;
  }
}
@media all and (max-width: 767px) {
  .text-based .video-play iframe {
    min-height: 300px;
    max-width: 100%;
  }
}
@media all and (max-width: 575px) {
  .text-based .video-play iframe {
    min-height: 188px;
    max-width: 100%;
  }
}
.text-based.pattern2 .common-block-content {
  padding: 0 0 0 65px;
}
@media all and (max-width: 1200px) {
  .text-based.pattern2 .common-block-content {
    padding: 0 0 0 25px;
  }
}
@media all and (max-width: 991px) {
  .text-based.pattern2 .common-block-content {
    padding: 0;
  }
}
.text-based.pattern3 h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 42px;
  margin: 0 0 15px 0;
}
.text-based.pattern3 ul {
  margin: 0 0 60px 0;
}
.text-based.pattern3 ul li {
  padding: 0 0 0 25px;
  margin: 0 0 25px 0;
}
@media all and (max-width: 1200px) {
  .text-based.pattern3 ul li {
    margin: 0 0 15px 0;
  }
}
.text-based.pattern3 ul li::before {
  content: "";
  background: #3E9DE4;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 10px;
  border-radius: 50%;
}

.blue-box {
  padding: 90px 0;
}
.blue-box .blue-box-container {
  padding: 50px;
  background: #0C395B;
  border-radius: 14px;
}
.blue-box .blue-box-container .common-block-content h2, .blue-box .blue-box-container .common-block-content p {
  color: white;
}
.blue-box .blue-box-container .common-block-content p {
  margin: 0 0 50px 0;
}
.blue-box .blue-box-container figure {
  border-radius: 15px;
  overflow: hidden;
  max-width: 460px;
  float: right;
}
@media all and (max-width: 991px) {
  .blue-box {
    padding: 50px 0;
  }
  .blue-box .blue-box-container figure {
    max-width: 100%;
    float: none;
    width: 100%;
  }
}
@media all and (max-width: 575px) {
  .blue-box .blue-box-container {
    padding: 30px;
  }
}

.information-video-content {
  padding: 70px 0;
  border-bottom: 1px solid #DEE5EF;
}
.information-video-content iframe {
  border-radius: 15px;
  min-width: 100%;
}
.information-video-content .common-block-content {
  margin: 0 0 0 70px;
  padding: 0;
}
@media all and (max-width: 991px) {
  .information-video-content .common-block-content {
    margin: 50px 0 0 0;
  }
}
.information-video-content .common-block-content.pad-right {
  margin: 0 70px 0 0;
  padding: 0;
}
@media all and (max-width: 991px) {
  .information-video-content .common-block-content.pad-right {
    margin: 50px 0 0 0;
  }
}

.image-collage {
  display: flex;
  flex-wrap: wrap;
}
.image-collage figure {
  margin: 0 0 18px 0;
}
.image-collage figure img {
  border-radius: 8px;
}
.image-collage figure.img1 {
  width: 570px;
  height: 220px;
  overflow: hidden;
}
@media all and (max-width: 991px) {
  .image-collage figure.img1 {
    width: 100%;
    height: 335px;
  }
}
@media all and (max-width: 767px) {
  .image-collage figure.img1 {
    height: 245px;
  }
}
@media all and (max-width: 575px) {
  .image-collage figure.img1 {
    width: 100%;
    height: auto;
  }
}
.image-collage figure.img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-collage figure.img2 {
  width: 275px;
  height: 220px;
  overflow: hidden;
  margin: 0 20px 0 0;
}
@media all and (max-width: 1200px) {
  .image-collage figure.img2 {
    width: 215px;
    height: 215px;
  }
}
@media all and (max-width: 991px) {
  .image-collage figure.img2 {
    width: 335px;
    height: 335px;
  }
}
@media all and (max-width: 767px) {
  .image-collage figure.img2 {
    width: 245px;
    height: 245px;
  }
}
@media all and (max-width: 575px) {
  .image-collage figure.img2 {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
  }
}
.image-collage figure.img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-collage figure.img3 {
  width: 275px;
  height: 220px;
  overflow: hidden;
}
@media all and (max-width: 1200px) {
  .image-collage figure.img3 {
    width: 215px;
    height: 215px;
  }
}
@media all and (max-width: 991px) {
  .image-collage figure.img3 {
    width: 335px;
    height: 335px;
  }
}
@media all and (max-width: 767px) {
  .image-collage figure.img3 {
    width: 245px;
    height: 245px;
  }
}
@media all and (max-width: 575px) {
  .image-collage figure.img3 {
    width: 100%;
    height: auto;
  }
}
.image-collage figure.img3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.padd-left {
  padding: 0 0 0 45px;
}
@media all and (max-width: 767px) {
  .padd-left {
    padding: 0 15px;
  }
}

section.pattern3 {
  padding-top: 0;
}

.faq-section-header {
  display: flex;
  margin-bottom: 53px;
}
@media all and (max-width: 767px) {
  .faq-section-header {
    display: block;
  }
}
.faq-section-header .section-heading {
  width: 100%;
  margin: 0;
  align-self: center;
}

.faq-section-search {
  width: 427px;
  height: 60px;
  position: relative;
  align-self: center;
}
@media all and (max-width: 767px) {
  .faq-section-search {
    width: 100%;
    margin-top: 50px;
  }
}
.faq-section-search input[type=search] {
  border-radius: 10px;
}
.faq-section-search input[type=submit] {
  position: absolute;
  background: url(faq-search-icon.svg) no-repeat center;
  border: 0;
  width: 60px;
  height: 100%;
  top: 0px;
  right: 0;
  padding: 0px;
  font-size: 0;
  background-position: center center;
}

div.asl_r.vertical {
  width: 545px;
  background: #FFFFFF;
  border: 1px solid rgba(12, 57, 91, 0.2) !important;
  box-shadow: 0px 4px 45px rgba(11, 23, 52, 0.15) !important;
  border-radius: 15px !important;
  padding: 20px !important;
  position: absolute;
  z-index: 3;
  right: 0;
  top: calc(100% + 30px);
  display: none;
}
@media all and (max-width: 767px) {
  div.asl_r.vertical {
    width: 100%;
  }
}
@media all and (max-width: 575px) {
  div.asl_r.vertical {
    padding: 0;
  }
}
div.asl_r.vertical.search-result {
  display: block;
}

div.asl_r .results .item::-webkit-scrollbar {
  width: 6px;
  border-radius: 6px;
}
@media all and (max-width: 575px) {
  div.asl_r .results .item::-webkit-scrollbar {
    width: 0px;
  }
}

div.asl_r .results .item::-moz-scrollbar {
  width: 6px;
  border-radius: 6px;
}
@media all and (max-width: 575px) {
  div.asl_r .results .item::-moz-scrollbar {
    width: 0px;
  }
}

div.asl_r .results .item::-webkit-scrollbar-thumb {
  border-radius: 6px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: #DEE5EF;
}
@media all and (max-width: 575px) {
  div.asl_r .results .item::-webkit-scrollbar-thumb {
    width: 0px;
  }
}

div.asl_r .results .item {
  padding: 20px !important;
  border-radius: 10px;
  border: 0 !important;
}

div.asl_r.asl_w.vertical .results .item::after {
  height: 0 !important;
  width: 0 !important;
  background: none !important;
}

div.asl_r .results .item .asl_content h3,
div.asl_r .results .item .asl_content h3 a {
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 600 !important;
  font-family: "Inter", sans-serif !important;
  letter-spacing: -0.02em !important;
  color: #475973 !important;
  margin-bottom: 10px !important;
}

div[id*=ajaxsearchliteres].wpdreams_asl_results .results div.asl_image {
  width: 40px;
  height: 40px;
  margin: 6px 10px 0 0;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 4px #dadada;
  display: none;
}

.orig {
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
}

.search-list {
  height: 396px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  -moz-overflow-style: none;
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
}
.search-list li {
  padding: 20px;
  border-radius: 10px;
  transition: 0.3s;
  margin: 0;
}
.search-list li a {
  display: block;
}
.search-list li a h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.02em;
  color: #475973;
  margin-bottom: 10px;
}
.search-list li a h5 span {
  display: block;
  font-size: 14px;
  line-height: 17px;
  color: #2C8DFF;
  margin-bottom: 10px;
}
.search-list li a p {
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.02em;
  color: #475973;
  margin: 0;
}
.search-list li:hover {
  background: rgba(222, 229, 239, 0.2);
  transition: 0.3s;
}
.search-list li::before {
  display: none;
}

.search-list {
  height: 396px;
  margin: 0;
  overflow-y: scroll;
  -ms-overflow-style: none;
  -moz-overflow-style: none;
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
}
.search-list li {
  padding: 20px;
  border-radius: 10px;
  transition: 0.3s;
  margin: 0;
}
.search-list li a {
  display: block;
}
.search-list li a h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.02em;
  color: #475973;
  margin-bottom: 10px;
}
.search-list li a h5 span {
  display: block;
  line-height: 17px;
  color: #2C8DFF;
  margin-bottom: 10px;
}
.search-list li a p {
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.02em;
  color: #475973;
  margin: 0;
}
.search-list li:hover {
  background: rgba(222, 229, 239, 0.2);
  transition: 0.3s;
}
.search-list li::before {
  display: none;
}

.faq-card {
  width: 50%;
  float: left;
  margin-bottom: 68px;
}
@media all and (max-width: 1200px) {
  .faq-card {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .faq-card {
    margin-bottom: 50px;
  }
}
.faq-card:nth-child(even) {
  padding-left: 22.5px;
}
@media all and (max-width: 1200px) {
  .faq-card:nth-child(even) {
    padding: 0;
  }
}
@media all and (max-width: 1200px) {
  .faq-card:nth-child(odd) {
    padding: 0;
  }
}
.faq-card:last-child {
  margin-bottom: 0;
}

.faq-card-inner {
  background: #FFFFFF;
  border: 1px solid #DEE5EF;
  filter: drop-shadow(0px 4px 10px rgba(138, 150, 164, 0.1));
  border-radius: 7px;
}

.faq-card-header {
  display: flex;
  border-bottom: 1px solid #DEE5EF;
  padding: 28px 30px;
}
@media all and (max-width: 575px) {
  .faq-card-header {
    padding: 20px;
  }
}
.faq-card-header h3 {
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
  font-family: "Pulp Display";
  width: 100%;
  align-self: center;
  margin: 0;
  padding-left: 41px;
  padding-right: 25px;
  background: url(book-icon.svg) no-repeat 0px 2px;
  background-size: 24px;
}
@media all and (max-width: 575px) {
  .faq-card-header h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.faq-card-header .question-no {
  height: 30px;
  width: 30px;
  background: #DEE5EF;
  border-radius: 50%;
  flex: none;
  align-self: center;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}

.faq-card-body {
  padding: 28px 30px;
}
@media all and (max-width: 575px) {
  .faq-card-body {
    padding: 20px;
  }
}

.question-list {
  margin-top: 0;
  margin-bottom: 37px;
}
@media all and (max-width: 575px) {
  .question-list {
    margin-bottom: 25px;
  }
}
.question-list li {
  margin-bottom: 20px;
  padding-left: 0px;
}
.question-list li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.02em;
  color: #475973;
  display: block;
  padding-left: 39px;
  position: relative;
  transition: 0.3s;
}
@media all and (max-width: 575px) {
  .question-list li a {
    padding-left: 30px;
    background-size: 18px;
  }
}
.question-list li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  height: 22px;
  width: 22px;
  background: url(right-arrow-sprite.svg) no-repeat;
  background-position: 0 -27px;
  transition: 0.3s;
}
.question-list li:hover a {
  color: #2C8DFF;
  transition: 0.3s;
}
.question-list li:hover a::after {
  background-position: 0px 0px;
  transition: 0.3s;
}
.question-list li.active a {
  color: #2C8DFF;
}
.question-list li.active a::after {
  background-position: 0px 0px;
  transition: 0.3s;
}
.question-list li:last-child {
  margin-bottom: 0;
}
.question-list li::before {
  display: none;
}

.category-card {
  background: #FFFFFF;
  border: 1px solid rgba(12, 57, 91, 0.1);
  box-shadow: 0px 6px 24px rgba(12, 57, 91, 0.04);
  border-radius: 6px;
  padding: 30px;
  margin-bottom: 30px;
}
@media all and (max-width: 575px) {
  .category-card {
    padding: 20px;
  }
}
.category-card h3 {
  font-size: 20px;
  line-height: 114%;
  font-weight: 600;
  font-family: "Pulp Display";
  color: #0C395B;
  margin-bottom: 18px;
}
.category-card p {
  font-size: 15px;
  line-height: 26px;
  font-weight: normal;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.02em;
  color: #475973;
  margin-bottom: 18px;
}
.category-card .btn-link {
  font-size: 15px;
  line-height: 15px;
  letter-spacing: -0.02em;
  text-decoration-line: underline;
  color: #2C8DFF;
  padding: 0;
}
.category-card .btn-link:hover {
  color: #5BBB47;
}
.category-card:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 1200px) {
  .article-wrapper {
    display: block;
  }
}

.article-accordian {
  width: 100%;
  border-right: 1px solid #DEE5EF;
}
@media all and (max-width: 1200px) {
  .article-accordian {
    width: 100%;
    border: 0;
  }
}
.article-accordian h2 {
  margin-bottom: 41px;
}
@media all and (max-width: 575px) {
  .article-accordian h2 {
    margin-bottom: 20px;
  }
}
.article-accordian ul {
  margin: 0;
}
.article-accordian ul li {
  padding: 26px 0;
  border-top: 1px solid #DEE5EF;
  margin: 0;
}
@media all and (max-width: 1200px) {
  .article-accordian ul li {
    padding: 20px 0;
  }
}
@media all and (max-width: 575px) {
  .article-accordian ul li {
    padding: 20px 0;
  }
}
.article-accordian ul li:last-child {
  border-bottom: 1px solid #DEE5EF;
}
.article-accordian ul li::before {
  display: none;
}
.article-accordian ul li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #0C395B;
  padding: 0 26px 0 36px;
  display: block;
  position: relative;
  transition: 0.3s;
}
@media all and (max-width: 1200px) {
  .article-accordian ul li a {
    font-size: 14px;
    line-height: 30px;
  }
}
@media all and (max-width: 1200px) {
  .article-accordian ul li a {
    font-size: 14px;
    line-height: 26px;
  }
}
@media all and (max-width: 575px) {
  .article-accordian ul li a {
    padding: 0 0 0 36px;
    line-height: 24px;
  }
}
.article-accordian ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  height: 22px;
  width: 22px;
  background: url(right-arrow-sprite.svg) no-repeat;
  background-position: 0 -27px;
  transition: 0.3s;
}
.article-accordian ul li:hover a {
  color: #2C8DFF;
  transition: 0.3s;
}
.article-accordian ul li:hover a::after {
  background-position: 0px 0px;
  transition: 0.3s;
}
.article-accordian ul li.active a {
  color: #2C8DFF;
  transition: 0.3s;
}
.article-accordian ul li.active a::after {
  background-position: 0px 0px;
  transition: 0.3s;
}

.article-details {
  min-height: 1500px;
}
.article-details figure {
  height: 350px;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .article-details figure {
    height: 240px;
  }
}
@media all and (max-width: 575px) {
  .article-details figure {
    height: 160px;
    margin-bottom: 25px;
  }
}
.article-details figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.article-details h3 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  font-family: "Pulp Display";
  color: #0C395B;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  margin-bottom: 30px;
}
@media all and (max-width: 575px) {
  .article-details h3 {
    margin-bottom: 20px;
  }
}
.article-details p {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.02em;
  color: #475973;
  margin-bottom: 35px;
}
@media all and (max-width: 575px) {
  .article-details p {
    margin-bottom: 20px;
  }
}
.article-details p:last-child {
  margin-bottom: 0;
}
.article-details p a {
  color: #5BBB47;
  font-style: italic;
}
.article-details .green-ckeck-list {
  padding: 30px 35px;
  margin: 0 0 40px 0;
}
@media all and (max-width: 575px) {
  .article-details .green-ckeck-list {
    margin-bottom: 20px;
  }
}
.article-details .green-ckeck-list ul li {
  padding: 0 0 0 44px;
}
.article-details .green-ckeck-list ul li::before {
  width: 22px;
  height: 22px;
  background-size: 100%;
  top: 2px;
}
.article-details .green-ckeck-list h3 {
  margin-bottom: 30px;
}
.article-details .blockquote {
  padding: 20px 68px 20px 65px;
  background: #F9FAFB;
  margin-bottom: 45px;
  border-radius: 8px;
  font-size: 18px;
  line-height: 32px;
  font-weight: normal;
  font-family: "Inter", sans-serif;
  color: #475973;
  margin-bottom: 30px;
}
.article-details .blockquote::before {
  content: "";
  position: absolute;
  width: 5px;
  height: calc(100% - 50px);
  background: #5BBB47;
  top: 23px;
  left: 30px;
}
.article-details .reference-list ul {
  margin: 0;
}
.article-details .reference-list ul li {
  padding: 0;
  border-top: 1px solid #DEE5EF;
  margin: 0;
}
@media all and (max-width: 575px) {
  .article-details .reference-list ul li {
    padding: 20px 0;
  }
}
.article-details .reference-list ul li:last-child {
  border-bottom: 1px solid #DEE5EF;
}
.article-details .reference-list ul li::before {
  display: none;
}
.article-details .reference-list ul li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #2C8DFF;
  padding: 23px 0 23px 32px;
  display: block;
  position: relative;
  transition: 0.3s;
}
.article-details .reference-list ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 26px;
  height: 22px;
  width: 22px;
  background: url(reference-link-icon.svg) no-repeat 7px 3px;
  transition: all 0.3s ease;
}
.article-details .reference-list ul li a:hover {
  background: #F7F7FB;
  color: #0C395B;
}
.article-details .reference-list ul li a:hover::after {
  left: 5px;
  transition: all 0.3s ease;
  background: url(reference-link-icon-dark.svg) no-repeat 7px 3px;
}
@media all and (max-width: 1200px) {
  .article-details {
    padding-left: 0;
    margin-bottom: 60px;
  }
}
@media all and (max-width: 991px) {
  .article-details {
    min-height: auto;
  }
}

.article-accordian.sticky {
  max-width: 360px;
  width: 100%;
  margin-top: 100px;
  transition: 0.3s;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  position: fixed;
  top: 0;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .article-accordian.sticky {
    max-width: 370px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .article-accordian.sticky {
    max-width: 370px;
  }
}
@media all and (max-width: 1200px) {
  .article-accordian.sticky {
    max-width: 290px;
  }
}

.article-accordian.sticky.not_fixed {
  position: absolute;
  top: inherit;
  bottom: 0;
}

.pagination {
  margin: 25px 0;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.pagination .page-numbers {
  min-width: 50px;
  height: 50px;
  display: inline-block;
  box-shadow: 0px 15px 55px #F3F6FF;
  border-radius: 6px;
  font-size: 15px;
  line-height: 46px;
  letter-spacing: 0.005em;
  color: #4F4F4F;
  font-weight: 500;
  text-align: center;
  margin: 0 7px 15px;
  border: 1px solid #dee2e6;
}
.pagination .page-numbers.current {
  background-color: #0C395B;
  border-color: #0C395B;
  color: white;
}
.pagination .page-numbers:hover {
  background-color: #0C395B;
  border-color: #0C395B;
  color: white;
}
.pagination .current.page-numbers {
  background-color: #0C395B;
  border-color: #0C395B;
  color: white;
}
.pagination .next {
  padding: 0px 18px;
}
.pagination .prev {
  padding: 0px 18px;
}

.contact-wrapper {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 45px rgba(108, 118, 141, 0.08);
  border-radius: 10px;
  padding: 40px 40px;
  margin-bottom: 100px;
}
@media all and (max-width: 575px) {
  .contact-wrapper {
    padding: 20px;
    margin-bottom: 50px;
  }
}
.contact-wrapper .row {
  margin-left: -20px;
  margin-right: -20px;
}
.contact-wrapper [class*=col-] {
  padding: 0 20px;
}
.contact-wrapper input[type=submit] {
  padding: 0 20px;
}
.contact-wrapper input[type=submit]:hover {
  background: #2C8DFF;
  border: 1px solid #2C8DFF;
}

.contact-details {
  display: flex;
}
@media all and (max-width: 991px) {
  .contact-details {
    display: block;
  }
}

.contact-map {
  flex: none;
  font-size: 0;
  width: 598px;
  background: #F7F7FB;
  border-radius: 12px;
  padding: 7px 10px;
  height: 338px;
}
@media all and (max-width: 1200px) {
  .contact-map {
    width: 450px;
  }
}
@media all and (max-width: 991px) {
  .contact-map {
    width: 100%;
    height: 300px;
    margin-bottom: 60px;
  }
}
@media all and (max-width: 575px) {
  .contact-map {
    height: 200px;
    margin-bottom: 50px;
  }
}

.contact-social {
  padding-left: 72px;
}
@media all and (max-width: 1200px) {
  .contact-social {
    padding-left: 55px;
  }
}
@media all and (max-width: 991px) {
  .contact-social {
    padding-left: 0;
  }
}
.contact-social ul {
  margin: 0;
}
.contact-social ul li {
  margin: 0 0 40px 0;
  line-height: 26px;
  padding: 0;
}
.contact-social ul li::before {
  background: none;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}
.contact-social ul li:last-child {
  margin-bottom: 0;
}

.social-single {
  display: flex;
}
.social-single figure {
  width: 89px;
  height: 89px;
  flex: none;
  line-height: 89px;
  overflow: hidden;
  border-radius: 12px;
  text-align: center;
  align-self: center;
}
@media all and (max-width: 1200px) {
  .social-single figure {
    width: 75px;
    height: 75px;
    line-height: 75px;
  }
}
@media all and (max-width: 575px) {
  .social-single figure {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
}
.social-single figure img {
  width: 48px;
  height: 48px;
}
@media all and (max-width: 1200px) {
  .social-single figure img {
    width: 35px;
    height: 35px;
  }
}
@media all and (max-width: 575px) {
  .social-single figure img {
    width: 28px;
    height: 28px;
  }
}
.social-single figure.color7 {
  background: #A585FF;
}
.social-single figure.color8 {
  background: #58E0AF;
}
.social-single figure.color9 {
  background: #FF6EAB;
}

.social-details {
  padding-left: 30px;
  align-self: center;
}
@media all and (max-width: 575px) {
  .social-details {
    padding-left: 25px;
  }
}
.social-details h4 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  font-family: "Pulp Display";
  color: #0C395B;
  margin-bottom: 12px;
}
@media all and (max-width: 575px) {
  .social-details h4 {
    margin-bottom: 4px;
  }
}
.social-details address {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  font-family: "Inter", sans-serif;
  color: #475973;
  max-width: 275px;
  margin: 0;
}
.social-details a {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  font-family: "Inter", sans-serif;
  color: #475973;
  display: block;
}

.input-wrapper {
  font-size: 0;
  margin-bottom: 20px;
}
.input-wrapper label {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.02em;
  color: #0C395B;
  text-transform: capitalize;
  margin-bottom: 14px;
}
.input-wrapper label sup {
  color: red;
  top: -0.1em;
  font-size: 100%;
}

::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #A9A9A9;
}

:-ms-input-placeholder {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #A9A9A9;
}

::placeholder {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #A9A9A9;
}

select {
  appearance: none;
  -webkit-appearance: none;
  background: url(select-arrow.svg) no-repeat 96% center;
}

.contact-wrapper .gform_wrapper .top_label li.gfield.gf_left_half::before {
  background: none;
  width: 0;
  height: 0;
  top: 0;
  position: inherit;
}

.contact-wrapper .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
.contact-wrapper .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last,
.contact-wrapper .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
  padding: 0;
  margin: 0;
}

.contact-wrapper .gform_wrapper .top_label li.gfield.gf_left_half,
.contact-wrapper .gform_wrapper .top_label li.gfield.gf_right_half {
  padding: 0 20px;
}

.contact-wrapper .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 5px 20px;
}

.contact-wrapper .gform_wrapper.gf_browser_chrome select {
  padding: 5px 20px;
}

.contact-wrapper .gform_wrapper textarea {
  padding: 15px 20px;
}
.contact-wrapper .gform_wrapper ul.gform_fields li.gfield {
  padding: 5px 20px;
}
.contact-wrapper .gform_wrapper ul li.gfield {
  padding: 5px 20px;
}

.contact-wrapper .section-heading {
  margin: 0 0 35px 0;
  padding: 0 20px;
}

.contact-wrapper .gform_wrapper .gform_footer {
  padding: 16px 20px 10px;
}

.contact-wrapper .gform_wrapper .gfield_error .gfield_label {
  color: #ff4949 !important;
}

.contact-wrapper .gform_wrapper li.gfield.gfield_error {
  background-color: transparent !important;
  border-top: none !important;
  border-bottom: none !important;
}

.contact-wrapper .gform_wrapper .validation_message {
  color: #ff4949 !important;
  font-weight: normal !important;
  letter-spacing: normal;
}

.contact-wrapper .gform_wrapper .validation_error {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #FF4949 !important;
  border: none !important;
  background: rgba(255, 73, 73, 0.08) !important;
  padding: 16px !important;
  text-align: center !important;
  margin: 0 !important;
}

.contact-wrapper .gform_wrapper .gform_body .gfield label.gfield_label .gfield_required {
  color: #ff4949 !important;
}

.contact-wrapper .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .contact-wrapper .gform_wrapper li.gfield_error textarea {
  border: 1px solid #ff4949 !important;
}

.standard-page {
  padding: 100px 0;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .standard-page {
    padding: 70px 0;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .standard-page {
    padding: 70px 0;
  }
}
@media all and (max-width: 1200px) {
  .standard-page {
    padding: 50px 0;
  }
}

.standard-content {
  border-radius: 0;
  width: 100%;
  margin: 0 auto;
}
.standard-content hr {
  margin: 30px 0 60px;
  display: inline-block;
  width: 100%;
}
@media all and (max-width: 1200px) {
  .standard-content {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .standard-content {
    margin: 0 auto;
  }
}
@media all and (max-width: 575px) {
  .standard-content {
    padding: 0px;
  }
}

.standard-content h1 {
  margin-bottom: 30px;
}
@media all and (max-width: 1200px) {
  .standard-content h1 {
    font-size: 34px;
    line-height: 46px;
  }
}
@media all and (max-width: 991px) {
  .standard-content h1 {
    font-size: 28px;
  }
}
@media all and (max-width: 767px) {
  .standard-content h1 {
    font-size: 28px;
    line-height: 35px;
  }
}
@media all and (max-width: 360px) {
  .standard-content h1 {
    font-size: 28px;
  }
}
.standard-content h2 {
  margin-bottom: 10px;
}
@media all and (max-width: 1200px) {
  .standard-content h2 {
    font-size: 30px;
    line-height: 46px;
  }
}
@media all and (max-width: 991px) {
  .standard-content h2 {
    font-size: 24px;
  }
}
@media all and (max-width: 767px) {
  .standard-content h2 {
    font-size: 24px;
  }
}
@media all and (max-width: 360px) {
  .standard-content h2 {
    font-size: 22px;
  }
}
.standard-content h3 {
  margin-bottom: 10px;
}
@media all and (max-width: 991px) {
  .standard-content h3 {
    font-size: 20px;
  }
}
@media all and (max-width: 360px) {
  .standard-content h3 {
    font-size: 14px;
  }
}
.standard-content h4 {
  margin-bottom: 10px;
  font-weight: bold;
}
@media all and (max-width: 991px) {
  .standard-content h4 {
    font-size: 18px;
  }
}
.standard-content h5 {
  font-weight: bold;
}
.standard-content h6 {
  font-weight: bold;
}

.custom-page-spacing {
  padding-top: 138px;
}
@media all and (max-width: 991px) {
  .custom-page-spacing {
    padding-top: 105px;
  }
}

@media all and (max-width: 991px) {
  .logged-in .custom-page-spacing {
    padding-top: 110px;
  }
}
@media all and (max-width: 767px) {
  .logged-in .custom-page-spacing {
    padding-top: 320px;
  }
}
@media all and (max-width: 575px) {
  .logged-in .custom-page-spacing {
    padding-top: 334px;
  }
}

.blog-card {
  margin: 0 0 40px 0;
}
.blog-card figure {
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
}
.blog-card .blog-content {
  border: 1px solid #DEE5EF;
  background: white;
  border-radius: 0px 0px 8px 8px;
  padding: 20px;
}
.blog-card .blog-content h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 114%;
  margin: 0 0 12px 0;
}
.blog-card .blog-content h3 a {
  color: #0C395B;
}
.blog-card .blog-content h3 a:hover {
  color: #5BBB47;
}
.blog-card .blog-content p {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: -0.02em;
  border-bottom: 1px solid #DEE5EF;
  padding: 0 0 20px 0;
}
.blog-card .blog-content p a {
  color: #23A8F3;
  text-decoration: underline;
}
.blog-card .blog-content .blog-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 1200px) {
  .blog-card .blog-content .blog-card-footer {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .blog-card .blog-content .blog-card-footer {
    display: flex;
  }
}
.blog-card .blog-content .blog-card-footer .card-by {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -0.02em;
  color: #0C395B;
}
.blog-card .blog-content .blog-card-footer .card-by span {
  font-weight: 500;
}
.blog-card .blog-content .blog-card-footer .card-by span a {
  color: #475973;
}
.blog-card .blog-content .blog-card-footer .card-by img {
  width: 25px;
  height: 25px;
  margin: 0 13px 0 0;
  border-radius: 50%;
}
.blog-card .blog-content .blog-card-footer time {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -0.02em;
  color: #475973;
  font-weight: 500;
}
@media all and (max-width: 1200px) {
  .blog-card .blog-content .blog-card-footer time {
    margin: 0 0 0 37px;
  }
}
@media all and (max-width: 767px) {
  .blog-card .blog-content .blog-card-footer time {
    margin: 0;
  }
}

.blog-pagination.pagination {
  text-align: center;
  margin: 20px 0 0 0;
}
@media all and (max-width: 1200px) {
  .blog-pagination.pagination {
    margin-top: 25px;
  }
}
@media all and (max-width: 575px) {
  .blog-pagination.pagination {
    margin-top: 5px;
    display: inline-block;
    width: 100%;
    padding: 0 20px;
  }
}
.blog-pagination.pagination ul {
  margin: 0 0 20px 0;
}
.blog-pagination.pagination li {
  display: inline-block;
  padding: 0;
}
.blog-pagination.pagination li::before {
  background: none;
  width: 0;
  height: 0;
}
@media all and (max-width: 575px) {
  .blog-pagination.pagination li {
    margin-bottom: 14px;
  }
}
.blog-pagination.pagination .page-link {
  min-width: 50px;
  height: 48px;
  line-height: 48px;
  background: #F7F7FB;
  border: 1px solid #E1E1F0;
  box-sizing: border-box;
  border-radius: 6px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #656565;
  text-align: center;
  margin: 0 7.5px;
  transition: 0.3s;
  padding: 0;
}
.blog-pagination.pagination .page-link:hover {
  background: #0C395B;
  border: 1px solid #0C395B;
  color: white;
  transition: 0.3s;
}
.blog-pagination.pagination .active .page-link {
  background: #0C395B;
  border: #0C395B;
  color: white;
}
.blog-pagination.pagination .next .page-link {
  padding: 0px 30px;
  background: #0C395B;
  color: white;
  border-radius: 6px;
  font-weight: 400;
}
@media all and (max-width: 991px) {
  .blog-pagination.pagination .next .page-link {
    padding: 0 15px;
  }
}
.blog-pagination.pagination .prev .page-link {
  padding: 0px 30px;
  color: #656565;
  background: #F6F6F7;
  font-weight: 400;
}
.blog-pagination.pagination .prev .page-link:hover {
  background: #0C395B;
  border: 1px solid #0C395B;
  color: white;
}
@media all and (max-width: 991px) {
  .blog-pagination.pagination .prev .page-link {
    padding: 0 15px;
  }
}
.blog-pagination.pagination .previous.page-numbers {
  padding: 0px 30px;
}

/* ============= Author Section ============ */
.authers-profile-card {
  padding-top: 70px;
}
.authers-profile-card .authers-profile-figure {
  padding: 10px;
  border: 1px solid #E4E4E4;
  border-radius: 8px;
  max-width: 270px;
}
@media all and (max-width: 1200px) {
  .authers-profile-card .authers-profile-figure {
    padding: 14px;
  }
}
@media all and (max-width: 767px) {
  .authers-profile-card .authers-profile-figure {
    margin-bottom: 20px;
  }
}
.authers-profile-card .authers-profile-figure img {
  height: auto;
  width: 100%;
  border-radius: 8px;
}
.authers-profile-card .authers-profile-details h1 {
  font-size: 32px;
  line-height: 114%;
  letter-spacing: -0.02em;
  color: black;
  margin-bottom: 12px;
  font-family: "Pulp Display";
}
@media all and (max-width: 1200px) {
  .authers-profile-card .authers-profile-details h1 {
    font-size: 26px;
    line-height: 32px;
  }
}
.authers-profile-card .authers-profile-details h2 {
  font-size: 20px;
  line-height: 23px;
  color: #5BBB47;
}
.authers-profile-card .authers-profile-details h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}
.authers-profile-card .authers-profile-details p {
  margin-bottom: 10px;
}
.authers-profile-card .authers-profile-details p:last-child {
  margin-bottom: 0;
}
.authers-profile-card .authers-profile-details .authers-profile-post {
  margin-bottom: 10px;
}
.authers-profile-card .authers-profile-details .authers-profile-post ul {
  margin: 0px;
}
.authers-profile-card .authers-profile-details .authers-profile-post ul li {
  display: inline-block;
  position: relative;
  margin-right: 24px;
  font-size: 16px;
  line-height: 28px;
  color: #475973;
  padding: 0;
}
.authers-profile-card .authers-profile-details .authers-profile-post ul li.email::before {
  content: "";
  background: url(mail-icon.svg) center center no-repeat;
  display: inline-block;
  margin-right: 14px;
  width: 16px;
  height: 16px;
  position: relative;
  top: 4px;
  background-size: 16px;
}
.authers-profile-card .authers-profile-details .authers-profile-post ul li.website::before {
  content: "";
  background: url(website-icon.svg) center center no-repeat;
  display: inline-block;
  margin-right: 14px;
  width: 16px;
  height: 16px;
  position: relative;
  top: 4px;
  background-size: 16px;
}
.authers-profile-card .authers-profile-details .authers-profile-post ul li:last-child {
  margin-right: 0;
}
.authers-profile-card .authers-profile-details .authers-profile-post ul li a {
  color: #475973;
}
.authers-profile-card .authers-profile-details .authers-profile-post ul li a:hover {
  color: #0C395B;
}

.article-outer-wrapper .article-inner-wrapper {
  padding-top: 65px;
  display: flex;
  margin-bottom: 90px;
}
@media all and (max-width: 991px) {
  .article-outer-wrapper .article-inner-wrapper {
    display: block;
    margin-bottom: 0px;
  }
}
.article-outer-wrapper .article-inner-wrapper .article-left-card {
  width: 768px;
  flex: none;
}
@media all and (max-width: 1200px) {
  .article-outer-wrapper .article-inner-wrapper .article-left-card {
    width: 600px;
  }
}
@media all and (max-width: 991px) {
  .article-outer-wrapper .article-inner-wrapper .article-left-card {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media all and (max-width: 575px) {
  .article-outer-wrapper .article-inner-wrapper .article-left-card {
    margin-bottom: 0;
  }
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .post-details-card h1 {
  text-align: left;
  font-size: 40px;
  line-height: 46px;
}
@media all and (max-width: 1200px) {
  .article-outer-wrapper .article-inner-wrapper .article-left-card .post-details-card h1 {
    font-size: 36px;
    line-height: 36px;
  }
}
@media all and (max-width: 991px) {
  .article-outer-wrapper .article-inner-wrapper .article-left-card .post-details-card h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .post-details-card figure {
  margin-bottom: 40px;
  border-radius: 6px;
  overflow: hidden;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .post-details-card figure img {
  width: 100%;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .post-details-card .post {
  display: flex;
  margin: 0 0 34px 0;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .post-details-card .post p {
  margin-bottom: 0px;
  color: #1E306E;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .post-details-card .post p img {
  padding: 0px 8px 0px 15px;
}
@media all and (max-width: 575px) {
  .article-outer-wrapper .article-inner-wrapper .article-left-card .post-details-card .post p img {
    padding-left: 0px;
  }
}
@media all and (max-width: 575px) {
  .article-outer-wrapper .article-inner-wrapper .article-left-card .post-details-card .post {
    display: block;
  }
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-article h3 {
  margin-bottom: 20px;
  line-height: 24px;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-article .arrow-list {
  margin: 0 0 30px 0;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-article .arrow-list ul {
  list-style-type: none;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-article .arrow-list ul li {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  margin: 0;
  color: #0C395B;
  position: relative;
  padding: 22px 0 22px 20px;
  border-bottom: 1px solid #E7E7E7;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-article .arrow-list ul li:last-child {
  border: 0;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-article .arrow-list ul li a {
  color: #0C395B;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-article .arrow-list ul li:before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(blog/list-arrow-icon.svg) no-repeat center center;
  left: 0;
  top: 30px;
  height: 10px;
  width: 7px;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-article ul {
  margin: 0;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-article ul li {
  position: relative;
  padding: 0 0 0 21px;
  margin: 0 0 22px 0;
  position: relative;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-article ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #3E9DE4;
  border-radius: 50%;
  position: absolute;
  top: 9px;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-article figure {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 30px;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-article figure img {
  height: auto;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-article p {
  font-weight: 400;
  margin: 0 0 30px 0;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-article p a {
  color: #5BBB47;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .share-card {
  border-top: 1px solid #E1E1F0;
  border-bottom: 1px solid #E1E1F0;
  padding: 26px 0px;
  display: flex;
  justify-content: space-between;
  margin: 30px 0px;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .share-card h3 {
  margin-bottom: 0px;
  width: 200px;
  flex: none;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .share-card .social-icon {
  display: flex;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .share-card .social-icon .social-icon-box {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #08B087;
  margin-right: 17px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .share-card .social-icon .social-icon-box i {
  font-size: 14px;
  color: white;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .share-card .social-icon .social-icon-box:nth-last-child(1) {
  margin-right: 0px;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .author-area {
  border-bottom: 1px solid #E1E1F0;
  padding-bottom: 10px;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .author-area h3 {
  margin-bottom: 20px;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .comment-card,
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-comment {
  padding: 25px;
  background: white;
  border: 1px solid #DEE5EF;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 20px;
  display: flex;
}
@media all and (max-width: 575px) {
  .article-outer-wrapper .article-inner-wrapper .article-left-card .comment-card,
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-comment {
    display: block;
  }
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .comment-card .comment-group,
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-comment .comment-group {
  display: flex;
}
@media all and (max-width: 575px) {
  .article-outer-wrapper .article-inner-wrapper .article-left-card .comment-card .comment-group,
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-comment .comment-group {
    display: block;
  }
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .comment-card.author-card,
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-comment.author-card {
  background: #FBFBFF;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
@media all and (max-width: 575px) {
  .article-outer-wrapper .article-inner-wrapper .article-left-card .comment-card.author-card .comment-content,
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-comment.author-card .comment-content {
    text-align: center;
  }
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .comment-card.author-card .comment-content p,
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-comment.author-card .comment-content p {
  color: #475973;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .comment-card .comment-img,
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-comment .comment-img {
  height: 50px;
  width: 50px;
  flex: none;
  border-radius: 50%;
  margin-right: 30px;
  overflow: hidden;
}
@media all and (max-width: 1200px) {
  .article-outer-wrapper .article-inner-wrapper .article-left-card .comment-card .comment-img,
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-comment .comment-img {
    margin-right: 15px;
  }
}
@media all and (max-width: 575px) {
  .article-outer-wrapper .article-inner-wrapper .article-left-card .comment-card .comment-img,
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-comment .comment-img {
    margin-right: 0px;
    margin: 0 auto;
  }
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .comment-card .comment-img img,
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-comment .comment-img img {
  width: 100%;
  height: auto;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .comment-card .comment-content,
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-comment .comment-content {
  width: 100%;
}
@media all and (max-width: 575px) {
  .article-outer-wrapper .article-inner-wrapper .article-left-card .comment-card .comment-content,
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-comment .comment-content {
    margin-top: 15px;
    text-align: center;
  }
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .comment-card .comment-content p,
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-comment .comment-content p {
  line-height: 28px;
  margin: 0;
  color: #4A497D;
  font-weight: 400;
}
@media all and (max-width: 575px) {
  .article-outer-wrapper .article-inner-wrapper .article-left-card .comment-card .comment-content p,
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-comment .comment-content p {
    text-align: center;
  }
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .comment-card .comment-content h4,
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-comment .comment-content h4 {
  font-size: 18px;
  color: #0C395B;
  margin-bottom: 5px;
  font-weight: 600;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .comment-card .comment-content h4 span,
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-comment .comment-content h4 span {
  display: block;
  font-size: 14px;
  color: rgba(71, 89, 115, 0.6);
  line-height: 17px;
  margin: 5px 0 0 0;
}
@media all and (max-width: 575px) {
  .article-outer-wrapper .article-inner-wrapper .article-left-card .comment-card .comment-content h4,
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-comment .comment-content h4 {
    text-align: center;
  }
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .comment-card .comment-content h4 a,
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-comment .comment-content h4 a {
  color: #0C395B;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .comment-card .comment-content ul.list-inline,
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-comment .comment-content ul.list-inline {
  margin: 20px 0 0;
}
@media all and (max-width: 575px) {
  .article-outer-wrapper .article-inner-wrapper .article-left-card .comment-card .comment-content ul.list-inline,
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-comment .comment-content ul.list-inline {
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
  }
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .comment-card .comment-content ul.list-inline li,
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-comment .comment-content ul.list-inline li {
  padding: 0;
  margin: 0 10px 0 0;
  float: left;
}
@media all and (max-width: 575px) {
  .article-outer-wrapper .article-inner-wrapper .article-left-card .comment-card .comment-content ul.list-inline li,
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-comment .comment-content ul.list-inline li {
    float: none;
  }
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .comment-card .comment-content ul.list-inline li:before,
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-comment .comment-content ul.list-inline li:before {
  display: none;
  background: none;
  width: 0;
  height: 0;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .comment-card .comment-content ul.list-inline .comment-edit-link,
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-comment .comment-content ul.list-inline .comment-edit-link {
  display: inline-block;
  transition: 0.3s;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  padding: 0px 40px 0 20px;
  font-family: "Inter", sans-serif;
  color: white;
  background: #0C395B;
  border: 1px solid #0C395B;
  letter-spacing: -0.01em;
  position: relative;
  background: #5BBB47;
  border: 1px solid #5BBB47;
  padding: 0 20px;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .comment-card .comment-content ul.list-inline .comment-reply-link,
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-comment .comment-content ul.list-inline .comment-reply-link {
  padding: 0 20px;
  font-size: 14px;
  height: 35px;
  line-height: 33px;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .comment-card .comment-content ul.list-inline .comment-reply-link:after,
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-comment .comment-content ul.list-inline .comment-reply-link:after {
  display: none;
  background: none;
  width: 0;
  height: 0;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .comment-card .depth-2,
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-comment .depth-2 {
  padding-left: 110px;
  border: 0;
  border-top: 1px solid #DEE5EF;
  margin: 30px 0 0 0;
}
@media all and (max-width: 767px) {
  .article-outer-wrapper .article-inner-wrapper .article-left-card .comment-card .depth-2,
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-comment .depth-2 {
    padding-left: 70px;
    padding-right: 0;
  }
}
@media all and (max-width: 575px) {
  .article-outer-wrapper .article-inner-wrapper .article-left-card .comment-card .depth-2,
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-comment .depth-2 {
    padding-left: 0;
    padding-right: 0;
  }
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .single-comment.has-children {
  display: block;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .comments {
  padding: 30px 0px 10px 0px;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .comments h3 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 114%;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .leave-reply {
  padding: 0 0 20px 0px;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .leave-reply h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 114%;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .leave-reply .form-area .input-wrapper label {
  color: #0C395B;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  margin: 0 0 14px 0;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .leave-reply .form-area .input-wrapper label span {
  color: red;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .leave-reply .form-area .input-wrapper input[type=text] {
  background: #F9F9FC;
  border: 1px solid rgba(30, 48, 110, 0.1);
  box-sizing: border-box;
  border-radius: 6px;
  color: #A9A9A9;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .leave-reply .form-area .input-wrapper textarea {
  background: #F9F9FC;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .leave-reply .form-area .comment-form input[type=submit] {
  padding: 0 20px;
}
.article-outer-wrapper .article-inner-wrapper .article-left-card .leave-reply .form-area .comment-form input[type=submit]::after {
  display: none;
  background: none;
  width: 0;
  height: 0;
}
.article-outer-wrapper .article-inner-wrapper .article-right-card {
  padding-left: 60px;
  height: 100%;
  overflow: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 100%;
}
@media all and (max-width: 1200px) {
  .article-outer-wrapper .article-inner-wrapper .article-right-card {
    padding-left: 40px;
    height: 100%;
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
  }
}
@media all and (max-width: 991px) {
  .article-outer-wrapper .article-inner-wrapper .article-right-card {
    margin: 0 0 40px 0;
    position: relative;
  }
}
@media all and (max-width: 991px) {
  .article-outer-wrapper .article-inner-wrapper .article-right-card {
    padding-left: 0px;
  }
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  background: url(breedcumb-arrow.svg) no-repeat 0px 5px;
  height: 16px;
  width: 20px;
}

.related-articles {
  padding-top: 50px;
}
@media all and (max-width: 991px) {
  .related-articles {
    padding-top: 60px;
  }
}
.related-articles .spacing {
  margin-top: 40px;
  margin-bottom: 60px;
}
.related-articles h2 {
  text-align: center;
}

aside .widget {
  margin-bottom: 30px;
}
aside .widget:nth-last-child(1) {
  margin-bottom: 0px;
}
aside .widget form {
  display: flex;
}
aside .widget form input[type=search] {
  background: #FCFDFF;
  border: 1px solid #E1E1F0;
  box-sizing: border-box;
  border-radius: 6px 0px 0px 8px;
  height: 50px;
}
aside .widget form input[type=submit] {
  background: #5BBB47;
  width: 106px;
  border-radius: 0px 6px 6px 0px;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: white;
  border: none;
  height: 50px;
}
aside .widget .form-bg {
  background: linear-gradient(112.01deg, rgba(241, 241, 255, 0.59) -1.68%, rgba(188, 203, 233, 0.59) 100%);
  border: 1px solid #DEE5EF;
  border-radius: 6px;
  padding: 26px;
}
aside .widget .form-bg h3 {
  line-height: 24px;
}
aside .widget .form-bg .form-field {
  padding: 0px;
}
aside .widget .form-bg .form-field form {
  display: block;
}
aside .widget .form-bg .form-field form .input-wrapper {
  margin-bottom: 15px;
}
aside .widget .form-bg .form-field form .input-wrapper input[type=text] {
  height: 54px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.01em;
  color: rgba(12, 57, 91, 0.4);
}
aside .widget .form-bg .form-field form .input-wrapper button[type=submit] {
  width: 100%;
  background: #5BBB47;
  border: 1px solid #5BBB47;
  padding: 0 25px;
  height: 52px;
  line-height: 52px;
  font-size: 18px;
}
aside .widget .form-bg .form-field form .input-wrapper button[type=submit]::after {
  position: relative;
  top: 2px;
  right: 0;
  display: inline-block;
}
aside .widget .stories {
  padding: 26px;
  background: white;
  border: 1px solid #DEE5EF;
  box-sizing: border-box;
  border-radius: 10px;
}
aside .widget .stories h3 {
  margin-bottom: 25px;
  line-height: 24px;
}
aside .widget .stories .stories-card-area .stories-card {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
}
aside .widget .stories .stories-card-area .stories-card:nth-last-child(1) {
  margin-bottom: 0px;
}
aside .widget .stories .stories-card-area .stories-card .stories-card-img {
  width: 80px;
  border-radius: 6px;
  margin-right: 15px;
  flex: none;
}
aside .widget .stories .stories-card-area .stories-card .stories-card-item {
  width: 100%;
}
aside .widget .stories .stories-card-area .stories-card .stories-card-item h4 {
  line-height: 20px;
  margin-bottom: 0px;
}
aside .widget .stories .stories-card-area .stories-card .stories-card-item h4 a {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #475973;
  margin-bottom: 0px;
}
@media all and (max-width: 1200px) {
  aside .widget .stories .stories-card-area .stories-card .stories-card-item h4 a {
    font-size: 16px;
    line-height: 16px;
  }
}
aside .widget .stories .stories-card-area .stories-card .stories-card-item h4 a:hover {
  color: #5BBB47;
}
aside .widget .categories {
  padding: 26px 26px 14px 26px;
  background: white;
  border: 1px solid #DEE5EF;
  box-sizing: border-box;
  border-radius: 10px;
}
aside .widget .categories h3 {
  margin-bottom: 0px;
  line-height: 24px;
}
aside .widget .categories ul {
  list-style-type: none;
  display: block;
  margin: 0;
}
aside .widget .categories ul li {
  border-bottom: 1px solid #E1E1F0;
  padding: 20px 0;
  margin: 0;
}
aside .widget .categories ul li::before {
  background: none;
  width: 0;
  height: 0;
}
aside .widget .categories ul li:nth-last-child(1) {
  border: none;
}
aside .widget .categories ul li a {
  display: flex;
  align-items: center;
  height: 100%;
}
aside .widget .categories ul li a p {
  margin-bottom: 0px;
  font-weight: 500;
  color: #475973;
}
aside .widget .categories ul li a p:last-child {
  color: #2C8DFF;
}

input[type=submit],
button[type=submit] {
  display: inline-block;
  transition: 0.3s;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  padding: 0px 40px 0 20px;
  font-family: "Inter", sans-serif;
  color: white;
  background: #0C395B;
  border: 1px solid #0C395B;
  letter-spacing: -0.01em;
  position: relative;
  padding: 0px 48px 0 20px;
}
input[type=submit]:after,
button[type=submit]:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 20px;
  background: url(button-arrow.svg);
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: 10px;
  width: 16px;
  height: 16px;
}
input[type=submit]:focus,
button[type=submit]:focus {
  outline: none;
}
input[type=submit]:hover,
button[type=submit]:hover {
  color: white;
}

/* 22.09.2021 staging */
.video-section {
  padding-top: 50px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

aside .widget .form-bg .form-field form .input-wrapper input[type=text] {
  height: 54px;
  font-weight: 500;
  font-size: 18px;
  line-height: 54px;
  text-align: left;
  letter-spacing: -0.01em;
  color: rgba(12, 57, 91, 0.4);
}

/* 22.09.2021 live */
.blue-box .blue-box-container .common-block-content p {
  margin: 0 0 10px !important;
}

.quote-form form input[type=search] {
  height: 60px;
}

.dynamic-number-button-container {
  background: #23a8f3;
  margin-top: 15px;
  border-width: 0px;
}

.quote-form form input[type=submit] {
  right: 4px;
  top: 4px !important;
}

.video-section {
  padding-top: 50px;
}

.embed-container {
  margin-bottom: 50px !important;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sub-menu li a {
  padding: 0px !important;
}

.compare-disclaimer-text {
  margin: 0 0 35px 0;
  padding: 0 20px;
  width: 100%;
}

.page-template-compare-plans .navbar {
  display: none !important;
}

.page-template-compare-plans header {
  min-height: 150px;
}

@media (min-width: 992px) {
  .page-template-compare-plans .text-based {
    padding: 0px !important;
  }
}
@media (max-width: 991px) {
  .page-template-compare-plans .header-component-group {
    display: none;
  }

  .page-template-compare-plans header {
    min-height: 110px !important;
  }

  .page-template-compare-plans .text-based {
    padding: 0px !important;
  }
}
@media (max-width: 767px) {
  .page-template-compare-plans header {
    min-height: 70px !important;
  }

  .page-template-compare-plans .text-based {
    padding: 0px !important;
  }

  .page-template-compare-plans .main-wrapper {
    padding-top: 20px;
  }
}
@media (max-width: 601px) {
  .page-template-compare-plans header {
    min-height: 70px !important;
  }

  .page-template-compare-plans .text-based {
    padding: 0px !important;
  }

  .page-template-compare-plans .main-wrapper {
    padding-top: 20px;
  }

  .quote-form form input[type=text] {
    height: 68px !important;
    border-radius: 8px !important;
  }
}
@media (max-width: 575px) {
  .contact-wrapper {
    padding: 20px 0px 40px 0px;
  }

  .contact-map {
    height: auto;
  }
}
