* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: Manrope; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
html {
scroll-behavior: smooth !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  background: #87AFE9;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: Manrope;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}


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

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}


input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}


fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}


legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}


textarea {
  overflow: auto;
}


optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

html {
  color: #000;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #BBD2F4;
  color: #000;
  text-shadow: none;
}
::selection {
  background: #BBD2F4;
  color: #000;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.page-content {
  padding: 0 50px;
}

.page-content .v-split-container > .v-split {
  margin: auto;
  max-width: 1400px;
  max-width: 100%;

}
html, body {
  margin: 0;
  padding: 0;
}
body {
  color: #000;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  font-family: Manrope;
}
h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: 700;
  font-family: Manrope;
}
h1, h2, h3, h4, h5, h6 {
  margin: 40px 0 20px;
  padding: 0;
}
h1{
  font-size: 50px;
  line-height: 60px;
}
h2 {
  font-size: 45px;
  line-height: 55px;
}
h3 {
  font-size: 40px;
  line-height: 50px;
}
h4 {
  font-size: 35px;
  line-height: 45px;
}
h5 {
  font-size: 30px;
  line-height:40px;
}
h6 {
  font-size: 25px;
  line-height: 35px;
}
/* Common Styles */


code, dl, dt, dd, form,
fieldset, legend, input[type="submit"], input, input[type="text"], textarea, select, input[type="password"],
address, input[type="file"], input[type="hidden"], button, input[type="image"], blockquote {
  font-size: 16px;
  color: #000;
  font-size: 16px;
}
address {
  color: #000;
  font-size: 16px;
}
p {
  padding: 0;
  margin: 0 0 20px 0;
  color: #000;
  line-height: 26px;
  font-size: 16px;
  font-weight: 400;
  font-family: Manrope;
}
a, a:link {
  text-decoration: none;
  color: #87AFE9;
}
a:hover, a:active, a:visited {
  color: #000;
  text-decoration: underline;
}
input[type=file], input[type=hidden] {
  color: #000;
  font-size: 16px;
}
input[type=image], blockquote {
  color: #000;
  font-size: 16px;
}
input[type=text], input[type=password] {
  font-family: Manrope;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 14px;
  border-color: #bbb;
  height: 44px;
  border-width: 1px;
  border-radius: 3px;
}
input[type=text].validation-error, input[type=password].validation-error {
  border: 1px solid #e64343;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-text-fill-color: #fff !important; /* set text color */
  transition: background-color 9999s ease-in-out 0s !important;
  background-color: transparent !important;
}
select {
  border-color: #bbb;
  height: 44px;
  border-width: 1px;
  font-family: Manrope;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 14px;
  border-radius: 3px;
}
textarea {
  box-sizing: border-box;
  font-family: Manrope;
  height: 120px;
  padding: 5px 15px 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  margin: 0;
  width: 100%;
  border-radius: 3px;
  background: #17244C;
    background-color: rgb(23, 36, 76);
  background-color: rgb(23, 36, 76);
  border: 1px solid #253157;
}
table {
  max-width: 100%;
  table-layout: inherit;
  margin-bottom: 20px;
}
table, th, td {
  border: 1px solid #e1e1e1;
  padding: 12px 20px;
  text-align: left;
  color: #000;
  font-size: 15px;
  font-family: Manrope;
  line-height: 25px;
  font-weight: 400;
  background: #fff;
}
table thead tr {
  background: #fff;

}
table thead th {
  font-weight: 600;
  color: #000;
  font-size: 18px;
  background: #f0efef;
}
ul li::before {
  content: "";
  background: url("../images/list-icon.svg") no-repeat;
  width: 21px;
  height: 21px;
  position: absolute;
  border-radius: 50px;
  top: 4px;
  left: 0;
}
ul li, ol li {
  position: relative;
  margin: 0;
  padding: 0 0 8px 35px;
  list-style-type: none;
  color: #000;
  line-height: 26px;
  font-size: 16px;
  font-weight: 400;
  font-family: Manrope;
}
ul li {
  margin: 0;
  padding: 0 0 10px 35px;
}
.widget ul li a, .widget ol li a {
  color: #87AFE9;
}
.widget ul li a:hover, .widget ol li a:hover {
  color: #000;
}
ol li {
  list-style-type: decimal;
  padding: 0 5px 10px;
}
ol{
  padding-left: 18px;
}
ul{
  padding-left: 0;  
}
.form-row {
  position: relative;
}
.widget.widget-snippet a:focus {
  outline: 0;
  outline: 0;
  outline-offset: 0;
  -moz-outline-style: none;
}
body.widget-snippet a:focus {
  color: #23527c;
  text-decoration: underline;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* webocommander Form css */

.message-block.error-message, .message-block.error {
background-color: #fee;
border: 0 solid #fcd2d2;
color: #f00;
margin: 0;
font-size: 12px;
}
.message-block.info-message, .message-block.success {
background-color: #d5f4d5;
border: 0 solid #c2e7c2;
color: #008000;
margin: 0;
font-size: 12px;
}

.errorlist.after {
  font-size: 13px;
  line-height: 20px;
  padding: 0;

}
.errorlist.after .message-block {
  color: #ff0000;
}

.widget-form .single-input-row .form-row {
  margin-top:0;
}
.widget-form  .form-row {
  margin: 0 0 30px;
  padding:0;
}
.widget-form .double-input-row .form-row {
padding: 0 10px;
}
.widget-form .double-input-row, .widget-form .triple-input-row {
margin: 0 -10px;
}
.widget-form input[type="text"], .widget-form textarea, .widget-form select {
  font-family: Manrope;
  height: 42px;
  padding: 5px 15px 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin: 0;
  width: 100%;
  border-radius: 4px;
  background: #FBFBFB;
    background-color: rgb(251, 251, 251);
  border: 1px solid #EAEAEA;
}
.widget-form input[type="text"], .widget-form .form-row select {
height: 47px;
}
.widget-form textarea{
  height:190px;
}
.widget.widget-form .single-input-row .form-row p {
  font-family: Manrope;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #fff;
  margin: 0;
  padding: 0 0 10px 0;
}
.form-row label {
  width: 100%;
padding: 0;
margin: 0 0 5px;
font-family: Manrope;
font-weight: 500;
font-size: 15px;
line-height: 25px;
letter-spacing: -0.01em;
color: rgba(255,2552,255,0.8);
}
/** Placeholder Start **/

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: Manrope;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: rgba(255,255,255,0.4);
  
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: Manrope;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: rgba(255,255,255,0.4);

}

:-ms-input-placeholder {
  /* IE 10+ */
  font-family: Manrope;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: rgba(255,255,255,0.4);
}

:-moz-placeholder {
  /* Firefox 18- */
  font-family: Manrope;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: rgba(255,255,255,0.4);
}

textarea ::-webkit-textarea-placeholder {
  /* Chrome/Opera/Safari */
  font-family: Manrope;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: rgba(255,255,255,0.4);
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: Manrope;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: rgba(255,255,255,0.4);
}

:-ms-textarea-placeholder {
  /* IE 10+ */
  font-family: Manrope;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: rgba(255,255,255,0.4);
}

:-moz-placeholder {
  /* Firefox 18- */
  font-family: Manrope;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: rgba(255,255,255,0.4);
}

textarea::placeholder {
  font-family: Manrope;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: rgba(255,255,255,0.4);
}
::placeholder {
  font-family: Manrope;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: rgba(255,255,255,0.4);
}
/* Common Button CSS */
input.validation-error, select.validation-error,
textarea.validation-error, input[type="text"].validation-error,
input[type="password"].validation-error {
border: 1px solid #ff0000 !important;
}

input:focus, textarea:focus, select:focus {
  border-color: #87AFE9 !important;
}
input[type=submit], input[type=button] {
  margin-top: 0px;
  height: auto !important;
  color: #fff;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 35px;
  border-radius: 50px;
  /*-webkit-box-shadow: 0 3px 11px 0px rgba(100, 100, 100, 0.1), 0 9px 15px 0px rgba(100, 100, 100, 0.1);
        box-shadow: 0 3px 11px 0px rgba(100, 100, 100, 0.1), 0 9px 15px 0px rgba(100, 100, 100, 0.1);*/
  background-color: #303036;
  border: 1px solid #303036;
}
input[type=submit]:focus, input[type=submit].focus, input[type=button]:focus, input[type=button].focus {
  color: #fff;
  background-color: #525261;
  border-color: #525261;
}
input[type=submit]:hover, input[type=button]:hover {
  color: #303036;
  background-color: transparent;
  border: 1px solid #303036;
}
button, .button, a.button {
  display: inline-flex;
  padding: 13px 36px;
  justify-content: center;
  align-items: center;
  border: 0;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  min-width: 216px;
  text-align: center;
  min-height: 46px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  font-family: Manrope;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  background: #567FBB;
}
.widget-form .form-row label {
  width: 100%;
  padding: 0;
  margin: 0 0 5px;
  color: rgba(0,0,0,0.9);
  font-family: Manrope;
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
}

.widget.widget-form .form-row.btn-row button {
  margin: 10px 0 0;
  min-width: 216px;
  cursor: pointer;
}
.widget-form .form-row.btn-row {
margin: 0;
padding: 0;
}
.widget-form select {
appearance: none;
background: rgb(23, 36, 76) url(../images/select-arrow.svg) no-repeat right;
background-repeat: no-repeat;
background-size: auto;
background-size: 10px;
background-position: calc(100% - 13px);
padding-right: 38px;
text-overflow: ellipsis;
overflow: hidden;
white-space: inherit;
}
.widget-form select option {
background: rgb(23, 36, 76);
}
@-moz-document url-prefix() {
select, option {
  font-family: Manrope !important;
}
}
select option:hover,
select option:focus {
background: #007bff;    /* desired hover BG */
color: white;           /* desired hover text */
}
button:focus, button.focus, .button:focus, .button.focus, a.button:focus, a.button.focus {
  color: #fff;
  background-color: #87AFE9;
}
button:hover, .button:hover, a.button:hover {
  background: #3E74C4;
  color: #ffffff;
}
input[type=submit]:hover, input[type=button]:hover {
  background: #fff;
  color: #303036;
}
button.Zebra_DatePicker_Icon {
  background-position: right center;
}
/* Disable Button */
input[type=submit][disabled], input[type=button][disabled] {
  color: #e6e6e6;
  background-color: #6c757d;
  border: 1px solid #6c757d;
  text-shadow: none;
  opacity: 0.7;
}
input[type=submit][disabled]:focus, input[type=submit][disabled].focus, input[type=button][disabled]:focus, input[type=button][disabled].focus {
  color: #e6e6e6;
  background-color: #545b62;
  border-color: #545b62;
}
input[type=submit][disabled]:hover, input[type=button][disabled]:hover {
  color: #fff;
  background-color: #6c757d;
  border: 1px solid #6c757d;
}
button[disabled], .button.disabled, a.button.disabled {
  color: #fcf9f9;
  background-color: #c0c0c0;
  border: 1px solid #c0c0c0;
  text-shadow: none;
  /*! opacity: 0.7; */
}
button[disabled]:focus, button[disabled].focus, .button.disabled:focus, .button.disabled.focus, a.button.disabled:focus, a.button.disabled.focus {
  color: #fcf9f9;
  background-color: #c0c0c0;
  border: 1px solid #c0c0c0;
}
button[disabled]:hover, .button.disabled:hover, a.button.disabled:hover {
  color: #fcf9f9;
  background-color: #c0c0c0;
  border: 1px solid #c0c0c0;
}
input[type="reset"] {
  color: #e6e6e6;
  background-color: #6c757d;
  border: 1px solid #6c757d;
  text-shadow: none;
  opacity: 0.7;
  opacity: 1;
}
input[type="reset"]:focus, input[type="reset"].focus {
  color: #e6e6e6;
  background-color: #545b62;
  border-color: #545b62;
}
input[type="reset"]:hover {
  color: #fff;
  background-color: #6c757d;
  border: 1px solid #6c757d;
}
.reset-button {
  color: #e6e6e6;
  background-color: #6c757d;
  border: 1px solid #6c757d;
  text-shadow: none;
  opacity: 0.7;
  opacity: 1;
}
.reset-button:focus, .reset-button.focus {
  color: #e6e6e6;
  background-color: #545b62;
  border-color: #545b62;
}
.reset-button:hover {
  color: #fff;
  background-color: #6c757d;
  border: 1px solid #6c757d;
}
.button.cancel-button {
  color: #303036;
  background-color: #fff;
  border: 1px solid #303036;
  text-shadow: none;
  opacity: 0.7;
  opacity: 1;
}
.button.cancel-button:focus, .button.cancel-button.focus {
  color: #e6e6e6;
  background-color: #545b62;
  border-color: #545b62;
}
.button.cancel-button:hover {
  color: #fff;
  background-color: #303036;
}
.page-heading:before,
.widget-pageHeading:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/page-heading-gradient.png') no-repeat;
  background-size: cover;
}
.page-heading, .widget-pageHeading {
  padding: 0;
  text-align: left;
  margin: 0 -50px 140px;
}
.widget-pageHeading.blog-heading {
  margin: 0 -50px 100px;
}
.widget-pageHeading.inner-page-heading{
 margin-left:0;
 margin-right:0;
}
.page-heading h1, .widget.widget-pageHeading h1, .widget.widget-pageHeading h2 {
  color: #fff !important;
  width: 1500px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  font-family: Manrope;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -0.02em;
  padding: 0 50px;
}
#wi-8D09534E-B0F9-44B7-A577-BE5959C8AC47 .page-heading-wrapper .heading-tag {
  color: #fff;
}
.widget-pageHeading .page-heading-wrapper .heading-content-wrapper {
  min-height: auto;
}
.widget-pageHeading .page-heading-wrapper {
  min-height: auto;
 padding: 210px 0 85px;
  margin-top: -140px;
  align-items: start;
  justify-content: start;
  background-position: right;
}
.widget-pageHeading  .widget-title-wrapper {
  position: absolute;
  content: "";
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
}
.widget-pageHeading  .widget-title-wrapper p {
  padding: 0;
  color: #fff;
  width: 1400px;
  margin: 0;
  font-family: Manrope;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
}
/*========= main menu ========= */
body > .header {
z-index: 1;
background: transparent;
}
body.page-blog-post > .header {
  background: linear-gradient(94.76deg, rgba(79, 89, 102, 0) 20.5%, #4F5966 64.94%),
  linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
  linear-gradient(185.26deg, rgba(86, 127, 187, 0) 69.11%, #567FBB 110.73%),
  linear-gradient(17.71deg, rgba(0, 0, 0, 0) 75.3%, #000000 143.53%);
  
}
body > .body {
margin-top: -140px;
padding: 140px 0 120px;
}
body.page-home > .body {
  padding-bottom: 0px;
  margin-top: -280px;
}
body > div.body{
  position:relative;
}
body > div.body::before {
    position: absolute;
    content: "";
    right: 0px;
    top:375px;
    max-width:1056px;
    width:100%;
    height:532px;
    background: url("/template/2fcf5207/images/body-shape.png") no-repeat;
}

.header > .widget-container {
  max-width: 2020px;
  width: 100%;
}
.footer > .widget-container {
  max-width: 1500px;
  width: 100%;
}

/*========= main menu ========= */
.widget-navigation.main-menu {
  text-align: right;
}
.widget-navigation.main-menu .navigation-item.has-child {
position: relative;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a span {
position: relative;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child:hover > a span::after {
color: #567FBB;
content: '\f106';
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child:hover > a{
color:#567FBB;
}
.widget-navigation.main-menu .navigation-item {
padding: 0 20px;
}
.widget-navigation.main-menu .navigation-item a {
  text-transform: capitalize;
  padding: 0 5px 15px;
  text-decoration: none;
  position: relative;
  font-family: Manrope;
  font-weight: 500;
  font-size: 15.5px;
  line-height: 100%;
  letter-spacing: 0;
  color: #fff;
}

.widget-navigation.main-menu .navigation-item a span {
position: relative;
}

.widget-navigation.main-menu .navigation-item a:hover span::before {
height: 5px;
}
.widget-navigation.main-menu .navigation-item.has-child a span::before {
display: none;
}
.widget-navigation.main-menu .navigation-item.has-child a:hover,
.widget-navigation.main-menu .navigation-item a:hover{
color: #fff;
}
.widget-navigation .navigation-item.active a,
 .widget-navigation .navigation-item a:focus {
color: #fff;
}
.widget-navigation.main-menu .navigation-item-child-container .navigation-item.last a,
.widget-navigation.main-menu .navigation-item-child-container .navigation-item.last a:hover {
background-color: transparent;
border-radius: 0;
margin: 0;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a span::after {
content: '\f107';
display: inline-block;
color: #ffffff;
font-size: 14px;
font-family: "FontAwesome";
right: 0;
margin-left: 7px;
font-weight: normal;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child.active > a span::after ,
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a:hover span::after {
color: #567FBB;
}
.widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item a:before {
content: "";
position: absolute;
left: 50%;
right: 50%;
bottom: 0;
height: 2px;
-webkit-transition-property: left, right;
transition-property: left, right;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
background: #567FBB;
}
.widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item.active>a:before,
.widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item:focus>a:before,
.widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item:hover>a:before {
left: 0;
right: 0;
}
.widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item.has-child a:before {
display: none
}
/** Sub Menu **/
.widget-navigation.main-menu .horizontal > .has-child > .navigation-item-child-container {
width: 280px;
text-align: left;
padding: 0;
transform: translateX(-50%);
margin: 0;
left: 50%;
top: 43px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 0 0 2px 0 #aeadad;
box-shadow: 0 0 2px 0 #aeadad;
}
.widget-navigation.main-menu .navigation-item .navigation-item-child-container::before {
content: "";
position: absolute;
top: -10px;
left: 50%;
width: 0px;
height: 0px;
border-color: transparent transparent #e7e7e7;
border-style: solid;
border-width: 0px 10px 10px 10px;
border-style: solid;
z-index: 1;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
margin-right: 0;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
margin: 0;
text-align: center;
padding: 15px 10px;
text-transform: capitalize;
background: #fff;
font-family: Manrope;
font-weight: 400;
font-size: 18px;
line-height: 100%;
letter-spacing: -0.01em;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover {
color: #567FBB;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:focus::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.active a::after {
display: none;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
padding: 0px;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
display: block;
position: relative;
border-bottom: 1px solid rgb(245, 245, 245);
color: #000;
}
/*end:menu*/


/*Start Footer*/

/* Footer Navigation Start */
body > .footer {
  background: #1D2734 url('/template/2fcf5207/images/footer-bg.png') no-repeat;
  position: relative;
  background-position: right;
  background-size: cover;
}
body > .footer::before {
  background: #3A434E;
  width: 100%;
  height: 1px;
  top: 162px;
  left: 0;
  content: '';
  position: absolute;
}
body > .footer::after {
  background: #3A434E;
  width: 100%;
  height: 1px;
  top: 540px;
  left: 0;
  content: '';
  position: absolute;
}
.footer .widget-title {
  margin: 0 0 20px;
  padding: 0;
  text-align: left;
  color: #fff;
  font-family: Manrope;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
}

.footer .widget-navigation.footer-menu {
  text-align: left;
}
.footer .widget-navigation.footer-menu .navigation-item {
  padding: 0;
}
.footer .widget-navigation.footer-menu .navigation-item a {
  font-style: normal;
  color: rgba(255,255,255,0.76);
  text-decoration: none;
  border: 0;
  display: block;
  text-transform: capitalize;
  padding: 0 0 20px 0;
  letter-spacing: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  font-family: Manrope;
  font-weight: 400;
  font-size: 15px;
  line-height:25px;
}
.footer .widget-navigation .navigation-item a:hover {
  color: #87AFE9;
}
.footer .widget-article.footer-location p {
  padding: 0;
  margin: 0;
  color: rgba(255,255,255,0.78);
  font-family: Manrope;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
}
.footer .widget-article.footer-location p a {
  font-family: Manrope;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 10px;
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: block;
  width: 100%;
}

.footer .widget-article.footer-location p a:hover{
  color: #87AFE9;
}
.footer .widget-article.footer-opening-hour p {
  padding: 0;
  margin: 0;
  color: rgba(255,255,255,0.78);
  font-family: Manrope;
  font-weight: 400;
  font-size: 15px;
  line-height: 29px;
  letter-spacing: 0;
}

.widget-newsletter.footer-newsletter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  padding: 0;
  margin: 0 auto;
  border-top: 1px solid #212A45;
  border-bottom: 1px solid #212A45;
  gap: 0 20px;
}
.footer .widget-newsletter.footer-newsletter .widget-title {
  margin: 0;
  padding: 0;
  text-align: left;
  color: #fff;
  letter-spacing: 0;
  font-family: Manrope;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
}
.widget-newsletter.footer-newsletter .newsletter.inplace.valid-verify-form .form-row label{
  display: none;
}
.widget-newsletter.footer-newsletter .newsletter.inplace.valid-verify-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  margin: 0;
  gap: 0 20px;
  position: relative;
}
.widget-newsletter.footer-newsletter .widget-title-wrapper {
  width: 40%;
}
.widget-newsletter.footer-newsletter .form-row.mandatory {
  width: 40%;
}
.widget-newsletter.footer-newsletter .form-row.button-container {
  width: 20%;
}
.widget-newsletter.footer-newsletter .newsletter.inplace.valid-verify-form input[type="text"]{
  font-family: Manrope;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 23px 10px;
  border-color: #28304B;
  height: 37px;
  border-width: 1px;
  border-radius: 50px;
  background: #151E3B;
  width: 100%;
  margin: 0;
  font-size: 15px;
  line-height: 25px;
  color: #fff !important;
}
.widget-newsletter.footer-newsletter .newsletter.inplace.valid-verify-form input:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
}
.widget-newsletter.footer-newsletter .message-block {
  width: 100%;
}
.widget-newsletter.footer-newsletter .form-row .errorlist.after .message-block {
  top: 9px;
  left: unset;
  right: 15px;
  display: inline-flex;
  width: auto;
  color: #ff0000;
  position: absolute;
}
.widget-newsletter.footer-newsletter .message-block {
  margin: 0 auto;
  width: 100%;
  position: absolute;
  left: 0;
  top: -30px;
  padding: 0;
  font-size: 13px;
  background: transparent;
}
.widget-newsletter.footer-newsletter .form-row {
  margin: 0;
}
.widget-newsletter.footer-newsletter button{
  width: 155px;
  display: inline-flex;
  align-items: center;
  padding: 4px 20px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  letter-spacing: 0;
  text-decoration: none;
  border-radius: 37px;
  text-align: center;
  min-height: 37px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  font-family: Manrope;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  justify-content: center;
  margin: 0;
  min-width: auto;
}
.widget-newsletter.footer-newsletter button:hover{
  border-color: #fff;
  color:#000000;
  background: #fff;
}
.footer .widget-article.footer-copyright p {
  padding: 0;
  margin: 0;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0;
  font-family: Manrope;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}
.footer .widget-article.footer-copyright p a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.footer .widget-article.footer-copyright p a:hover{
  color: #87AFE9;
}
.footer .widget-article.footer-copyright p b{
  font-weight: 400;
  margin: 0 8px;
}
.footer .widget-article.footer-back-to-top p {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  padding: 0;
  margin: 0;
  letter-spacing: 0;
  color: rgba(255,255,255,0.6);
  cursor: pointer;
  font-family: Manrope;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  text-align: right;
}
.footer .widget-article.footer-back-to-top p span b{
font-weight: 400;
}
.footer .widget-article.footer-back-to-top p span{
  color: rgba(255,255,255,0.6);
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 0 10px;
}
.footer .widget-article.footer-back-to-top p:hover span{
  color: #87AFE9;
}
.footer .widget-article.footer-back-to-top p:hover svg circle{
  fill: #87AFE9;
  fill-opacity: 1;
}
.footer .widget-article.footer-back-to-top p:hover svg path{
  fill: #fff;
  fill-opacity: 1;
}
.widget-article.footer-abn-details .article-content {
  display: flex;
  align-items: center;
}
.widget-article.footer-abn-details p{
  display: flex;
  margin: 0;
  padding: 0;
  font-family: Manrope;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0;
  color: rgba(255,255,255,0.8);
  gap: 0 20px;
}
.widget-article.footer-abn-details p:last-of-type{
  padding: 0;
}
.widget-article.footer-abn-details strong {
  margin: 0 10px;
  padding: 0;
  font-family: Manrope;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing:0;
  color: rgba(255,255,255,0.8);
}
.widget-article.footer-abn-details p b {
  font-weight: 400;
  position: relative;
}
.widget-article.footer-abn-details p b:first-of-type:after {
  position: absolute;
  content: "";
  top: 12px;
  right: -11px;
  width: 4px;
  height: 4px;
  background: rgba(255,255,255,0.8);
  border-radius: 100%;
}
.widget-article.footer-abn-details p:last-of-type b:first-of-type:after{
  display: none;
}
/* Footer Navigation End */

/* Blog */
.widget-blogPost {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1400px;
}
.widget-blogPost .blog-post-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: start;
  padding: 0;
  gap: 60px 40px;
}
.blog-post-item {
  min-height: 330px;
  width: calc(100% / 3 - 27px);
  margin: 0;
  padding-bottom: 0;
  border-bottom: 0;
  position: relative;
  overflow: hidden;
  background: transparent;
}
.post.post-list-view-width, .category.post-list-view-width {
  overflow: hidden;
  width: 100%;
  padding: 0;
  height: auto;
  border-radius: 16px;
}
.post.post-list-view-width img,
.category.post-list-view img {
  width: 100%;
  object-fit: cover;
  padding-bottom: 0;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  max-width: 100%;
  object-position: top;
  border-radius: 16px;
  height: 305px;
}

.blog-post-item:hover .post.post-list-view-width img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.blog-post-item .post-description {
  padding: 0;
  display: flex;
  flex-direction: column-reverse;
  background: transparent;
}
.blog-post-item .post-description .blog-post-info {
  padding: 0;
  margin: 0;
  text-align: left;
}
.blog-post-item .post-description .title {
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 28px;
}
.blog-post-item .post-description .title a {
  text-align: left;
  color: #000000;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  padding: 0;
  font-family: Manrope;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
}
.blog-post-item .post-description .blog-post-info span.date {
  color: #567FBB;
  padding: 0;
  margin: 25px 0 10px;
  text-align: left;
  border: none;
  display: block;
  font-family: Manrope;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  background: none;
}
.blog-post-item:hover .post-description .title a {
  color: #567FBB;
}
.blog-post-item:hover .post-description .blog-post-info span.date{
  color: #000;
}

.widget-blogPost .blog-post-content .footer,
.blog-posts .footer {
  width: 100%;
  text-align: center;
  margin: 10px 0 50px;
}
.widget-blogPost .blog-post-content .footer .pagination,
.blog-posts .footer .pagination {
  float: unset;
  display: block;
  margin: 0 auto 80px;
}

.blog-post-details .post-description {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.blog-post-details {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 120px;
}
.blog-post-details .title {
  display: block;
  text-align: left;
  max-width: 900px;
  order: 1;
  padding: 0;
  margin: 0 auto;
  font-family: Manrope;
  font-weight: 700;
  font-size: 45px;
  line-height: 55px;
  letter-spacing: -0.02em;
  width: 100%;
}
.blog-post-details .blog-details-banner-image-wrapper {
  order: 3;
  height: auto;
  max-height: 500px;
  border-radius: 16px;
  overflow: hidden;
}
.blog-post-details .blog-post-details-banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.blog-post-details .blog-post-info {
  max-width: 900px;
  margin: 30px auto 40px;
  order: 2;
  width: 100%;
}
.blog-post-details .blog-post-info span.date {
  color: #567FBB;
  padding: 0;
  margin: 0;
  text-align: left;
  border: none;
  display: block;
  font-family: Manrope;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  background: none;
}
.blog-post-details .image {
  padding-bottom: 0;
  width: 100%;
  height: auto;
  position: relative;
  top: unset;
  transition: unset;
  text-align: center;
  margin-bottom: 50px;
}
.blog-post-details .image img {
  width: 80%;
  object-fit: cover;
  border-radius: 10px;
}
.blog-post-details .content {
  padding-bottom: 0;
  max-width: 900px;
  margin: 0 auto;
  order: 4;
}
.blog-post-details .content p {
  padding: 0;
  margin: 0 0 20px 0;
  color: #000000;
  text-align: left;
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0;
}
.blog-post-details .content ul li,
.blog-post-details .content ol li {
  font-weight: 400;
  color: #000000;
  line-height:27px;
  font-size: 15px;
}
.blog-post-details .content ol {
  padding: 0 0 0 18px;
  margin: 0 0 20px;
}
.blog-post-details .content ul {
  margin: 0 0 20px;
}

.blog-post-details .content h1,
.blog-post-details .content h2,
.blog-post-details .content h3,
.blog-post-details .content h4,
.blog-post-details .content h5,
.blog-post-details .content h6 {
  color: #000000;
  font-family: Manrope;
  font-weight: 700;
  margin: 40px 0 10px;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.02em;
}
.blog-post-details .content h1 {
  font-size: 35px;
  line-height: 45px;
}
.blog-post-details .content h2 {
  font-size: 30px;
  line-height: 40px;
}
.blog-post-details .content h3 {
  font-size: 28px;
  line-height: 38px;
}
.blog-post-details .content h4 {
  font-size: 25px;
  line-height: 40px;
}
.blog-post-details .content h5 {
  font-size: 24px;
  line-height: 43px;
}
.blog-post-details .content h6 {
  font-size: 22px;
  line-height: 41px;
}
.blog-post-details .content p b,
.blog-post-details .content p strong {
  font-weight: 600;
  letter-spacing: 3%;
}
.blog-post-details .social-media-share-bar .social-media-share {
  margin: 0 12px 0 0;
  vertical-align: middle;
  display: inline-block;
}
.blog-post-details .social-media-share a.facebook-share-icon::after {
  margin-top: 1px;
}


.blog-post-details .social-media-share > a span.at-icon-wrapper {
  position: relative;
}
.blog-post-details .social-media-share a.facebook-share-icon {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}
.blog-post-details .social-media-share a.facebook-share-icon::after {
  color: #ffffff;
}
.blog-post-details .social-media-share a.twitter-share-icon {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}


.blog-post-details .social-media-share > a span.at-icon-wrapper svg.at-icon {
  fill: #fff !important;
}
.blog-post-details .social-media-share a.facebook-share-icon:hover,
.blog-post-details .social-media-share a.twitter-share-icon:hover {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.blog-post-details .social-media-share > a:hover span.at-icon-wrapper svg.at-icon {
  fill: #fff !important;
}
.blog-post-details .social-media-share-link-wrapper{
  	order: 5;
}
.blog-post-details .social-media-share-bar {
  max-width: 900px;
  margin: 90px auto 0;
  text-align: left;
  width: 100%;
  padding: 0;
  position: relative;
  display: block;
}

.blog-post-details .social-media-share-bar::after {
  content: "Like this?";
  position: absolute;
  left: 0;
  top: -52px;
  color: #000000;
  text-align: left;
  font-family: Manrope;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: -0.02em;
}
.blog-post-details .social-media-share a.facebook-share-icon:after {
  font-size: 15px;
}
.blog-post-details figure {
  margin: 30px 0;
}
.blog-post-details figure img {
  width: 100%;
  border-radius: 16px;
  height: 100%;
  object-fit: cover;
}
.blog-post-details table {
  margin: 30px 0 0;
}
.widget-html.blog-page a {
  position: relative;
  padding-left: 25px;
  text-decoration: none;
  cursor: pointer;
  color: #000000;
}

.widget-html.blog-page a:hover {
  color: #008df2;
}
.widget-html.blog-page a:hover:after {
  background-position-x: 21px;
}
.widget-html.blog-page {
  max-width: 770px;
  margin: 65px auto 35px;
}
div.widget.widget-blogPost .widget-title {
  margin: 0;
}
div.widget.widget-blogPost .widget-title-wrapper {
  margin: 0 0 45px;
}
div.widget.widget-blogPost .widget-title {
  margin: 0;
  font-family: Manrope;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.02em;
  padding: 0;
  color: #000;
  text-align: center;
}

.widget.widget-article.blog-button {
  max-width: 900px;
  margin: 80px auto 30px;
}
.widget.widget-article.blog-button a {
  position: relative;
  font-family: Manrope;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-decoration: none;
  color: #000;
  padding: 0 0 0 20px;
}
.widget.widget-article.blog-button a:hover{
  color:#567fbb;
}
.widget.widget-article.blog-button a::before {
  content: '';
  left: 0;
  top: 5px;
  background: url(../images/blog-arrow.svg) no-repeat;
  width: 9px;
  height: 19px;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  background-size: 9px;
}
/* Blog End */
/*---------- Pagination Start------------*/

.product-view .footer,
.category-view .footer,
.entire-search .footer,
.product-search .footer {
  background-color: transparent;
  padding: 0 0 80px;
  margin: 0;
    margin-bottom: 0px;
}
.product-view .footer {
  border-bottom: 0;
  margin-bottom: 0;
}
.product-view .footer .chosen-container-single.per-page-count {
  min-width: 88px;
}
.pagination {
  float: unset;
  margin-top: -5px;
}
span.pagination-literal-status {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 32px;
  color: #000000;
}
.pagination span {
  border: none;
  cursor: pointer;
  margin: 0 8px;
  width: 36px;
  box-shadow: none;
  display: inline-block;
  color: #000000;
  background: transparent;
  border-radius: 3px;
  height: 36px;
  padding: 0 14px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  font-family: Manrope;
  font-weight: 700;
  font-size: 16px;
  line-height: 38px;
  letter-spacing: -0.01em;
}
.pagination span.page-number.current {
  color: #567fbb;
  border: 0;
  font-weight: 700;
  text-decoration: none;
  line-height: 38px;
  background: #E7EDF6;
}
.pagination span.first,
.pagination span.last {
  display: none;
}
.pagination span.next {
  position: relative;
  margin: 0 0 0 10px;
  padding: 0;
  background: transparent;
  height: 25px;
  width: 38px;
}
.pagination span.prev {
  position: relative;
  margin: 0 4px 0 0;
  padding: 0;
  background: transparent;
  height: 25px;
  width: 38px;
  color: #000000;
}
.page-search-result .page-content .footer select.per-page-count {
  margin: 0;
  height: 35px;
}
.pagination span:hover {
  color: #567fbb;
  border: 0;
  font-weight: 700;
  text-decoration: none;
  line-height: 38px;
  background: #E7EDF6;
}
.pagination span.prev,
.pagination span.next {
  background: transparent;
}
.pagination span.prev.disabled:before,
.pagination span.next.disabled:before {
  color: #a1a1a1;
}
.chosen-container .chosen-results .chosen-result {
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.review-show-panel .pagination {
  width: auto;
  float: right;
  margin-top: 14px;
}
.pagination span.disabled:hover,
.pagination span.disabled {
  cursor: default;
  opacity: 0.5;
  color: inherit;
  text-decoration: none;
}

/*---------- Pagination End ------------*/
.widget-snippet.expert-insurance-sec {
  margin: 0 0 -140px;
}
#spltr-2990F694-B8BB-4015-8BB3-02D89C8CBC78,
#spltr-3AE997A3-379D-4D0B-AD92-2A56D1E67B66 {
  max-width: 1400px;
}
.widget-form.inner-form {
  background: #fff;
  padding: 57px 65px 68px;
  border: 1px solid #E5E5E5;
  border-radius: 16px;
  margin: 0 0 160px;
}
.widget-form.inner-form .form-row.text.top-text p {
  font-family: Manrope;
  font-weight: 700;
  font-size: 19px;
  line-height: 100%;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  color: #000;
}
/* Front End Editor Start */

.page-content > .v-split-container > .v-split.fee-fixed-width-content,
.widget-container > .v-split-container .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split-container > .v-split.fee-fixed-width-content {
  width: auto;
}
.fee-fixed-width-content {
  padding-left: calc(50% - 700px) !important;
  padding-right: calc(50% - 700px) !important;
}



.fee-widget-editable .gallery-section .explore-our-menu-box {
  max-width: 250px;
  height:40px;
  width: 100%;
  background-image: none;

}
.fee-widget-editable .gallery-section .gallery-image-row .image-item {
  padding: 10px 10px;
}
.fee-widget-editable .gallery-section:after,
.fee-widget-editable .gallery-section:before {
 display:none;
}
.fee-widget-editable .gallery-section .gallery-image-row .gallery-container {
  gap: 24px 10px;
}
.fee .page-content{
  padding:0;
}
body.fee > .header {
  z-index: 999999;
}

.fee .page-heading, .fee .widget-pageHeading {
  margin: 0 0 140px;
}
/* Front End Editor End */

.fee .business-card-section .full-content .business-items .single-item:before{
	display:none;
}
.widget-snippet .expert-insurance-section .expert-insurance-container .about-description p {
  display: none;
}
@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 991px) {

}


@media screen and (max-width: 767px) {

}


@media screen and (max-width: 320px) {

}
