/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  background-color: #333F48;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 3 */
}

body {
  margin: 0;
  background-color: #eef2f5;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  white-space: pre-wrap;
}

/* Text-level semantics
   ========================================================================== */
a {
  background-color: transparent;
  text-decoration: underline;
  color: var(--e-global-color-secondary);
}

a:hover, a:active {
  color: var(--e-global-color-primary);
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
}

h2, h2.elementor-widget-heading, h2.elementor-heading-title, h3, h3.elementor-widget-heading, h3.elementor-heading-title  {
  margin-top: 0;
  margin-bottom: 32px;
}

h4, h4.elementor-widget-heading, h4.elementor-heading-title, h5, h6 {
  margin-top: 0;
  margin-bottom: 16px;
}

p, dl {
  margin-top: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
}
p:not(:last-child),
dl:not(:last-child),
dt:not(:last-child),
dd:not(:last-child),
ol:not(:last-child),
ul:not(:last-child) {
  margin-bottom: 16px;
}

dd {
  font-weight: 300;
}

table {
  font-size: inherit;
  margin-bottom: 16px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table td,
table th {
  padding: 8px;
  vertical-align: top;
  border: 1px solid #333F48;
}

.table-invert td,
.table-invert th {
  border: 1px solid #fff;
}

table th {
  font-weight: bold;
  text-align: left;
}

table thead th,
table tfoot th {
  font-size: 1.1em;
}

table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 1px solid #333F48;
}

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: #eeeeee;
}

.table-invert tbody > tr:nth-child(odd) > td,
.table-invert tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}

table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: #e9e9e9;
}

.table-invert tbody tr:hover > td,
.table-invert tbody tr:hover > th {
  background-color: transparent;
}

table tbody + tbody {
  border-top: 2px solid #333F48;
}

blockquote {
  margin: 0 0 16px;
  font-style: italic;
  color: var(--e-global-color-primary);
}

blockquote cite {
  color: var(--e-global-color-text);
  font-style: normal;
}

.elementor-popup-modal .menu {
  list-style: none;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 0;
}

.elementor-popup-modal .menu  > .menu-item {
  border-top: 1px solid #333F48;

}

.elementor-popup-modal .menu a {
  font-size: 16px;
  padding: 6px 0;
  line-height: 2rem;
  color: #768692;
  font-weight: 500;
  display: block;
  font-family: "GothamSSm", sans-serif;
}

.elementor-popup-modal .menu .sub-menu {
  list-style: none;
}

.elementor-popup-modal .menu .sub-menu > .menu-item {
  border-top: 1px solid #333F48;
}

.footer .elementor-widget-text-editor {
  color: #fff;
}

.footer a {
  color: #fff;
  text-decoration: underline;
}

.footer a:hover {
  color: #fff;
}

.circle-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: var(--e-global-color-primary);
  border-radius: 50%;
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {

  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* Loan Calculator CSS for Elementor */
.loan-calculator {
  background: #FFF;
  padding: 3rem 0 3rem 0;
  float: left;
  width: 100%;
  position: relative;
  margin-right: 0;
}

.loan-calculator .lead {
  font-weight: 300;
}

.loan-calculator h2 {
  margin-bottom: 0;
}
/*
.loan-calculator h3 {
  font-size: 2.4rem;
  line-height: 1.7;
  margin-bottom: 2rem;
  font-weight: 200;
}

.loan-calculator h1,
.loan-calculator h3 {
  color: #00AD4B;
  margin: 0;
}
*/

.loan-calculator em {
  font-style: normal;
}

.loan-calculator .headline {
  padding: 0 3rem;
}

.loan-calculator .columns-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.loan-calculator div.slider-labels span {
  font-weight: 500;
}
@media screen and (max-width: 979px) {
  .loan-calculator .columns-box {
    display: block;
    float: left;
  }
}

.loan-calculator .col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  float: left;
  width: 33%;
  color: #333F48;
  padding: 3rem 3rem 4.5rem;
}

.loan-calculator .col:first-of-type,
.loan-calculator .col:last-of-type {
  border-bottom: 5px solid #00AD4B;
}

@media screen and (max-width: 979px) {
  .loan-calculator .col:first-of-type,
  .loan-calculator .col:last-of-type {
    border-bottom: none;
  }
}

@media screen and (max-width: 979px) {
  .loan-calculator .col {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}

.loan-calculator .number-box {
  display: block;
  width: 100%;
  text-align: center;
  float: left;
  position: relative;
}

.loan-calculator .number-box i {
  display: block;
  width: 4rem;
  height: 4rem;
  border: 2px solid #333F48;
  line-height: 4rem;
  font-size: 1.5rem;
  border-radius: 50%;
  margin: 0 auto 2rem;
  font-style: normal;
  font-weight: normal;
}

.loan-calculator .number-box span {
  margin-bottom: 1rem;
  display: block !important;
}

.loan-calculator .input-box {
  position: relative;
  float: left;
  width: 100%;
}

.loan-calculator .input-box span {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.loan-calculator .input-box input {
  width: 100%;
  border-radius: 0;
  border: 1px solid #333F48;
  margin: 0;
  text-align: center;
  padding-right: 4rem;
  height: auto;
  font-size: 2.4rem;
  line-height: 2.4rem;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: 300;
}

.loan-calculator .input-box input:focus,
.loan-calculator .input-box input:active,
.loan-calculator .input-box input:hover {
  border-color: #00AD4B;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.loan-calculator .summary-box {
  font-size: 1.5rem;
}

.loan-calculator .summary-box span {
  display: inline !important;
}

.loan-calculator .summary-box span.bottom-text {
  display: block;
  font-size: 1.8rem;
}


.loan-calculator .summary-button {
  color: #FFF;
  padding: 1rem 3rem;
  background-color: #00AD4B;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  margin: 0 auto;
  float: left;
  bottom: 0;
  z-index: 1;
  right: 0;
  left: 0;
  max-width: calc(30% - 30px);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  text-align: center;
  font-size: 2rem;
}

.loan-calculator .summary-button:active,
.loan-calculator .summary-button:hover,
.loan-calculator .summary-button:focus {
	background-color: #00534C;
	color: #FFFFFF;
}

.loan-calculator .summary-button:active i,
.loan-calculator .summary-button:hover i,
.loan-calculator .summary-button:focus i {
  padding-left: 1rem;
}

.loan-calculator .summary-button i {
  margin-left: 1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.loan-calculator .summary-button i:before {
  content: '';
  color: #FFF;
  border-bottom: .2rem solid #FFF;
  border-right: .2rem solid #FFF;
  display: block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  z-index: 5;
  width: 1rem;
  height: 1rem;
  top: 50%;
  left: 55%;
  margin-top: -.5rem;
  margin-left: -.8rem;
}

@media screen and (max-width: 979px) {
  .loan-calculator .summary-button {
    position: relative;
    width: 100%;
    -webkit-transform: none;
    transform: none;
    clear: both;
    float: none;
    display: block;
    margin-bottom: 3rem;
    max-width: 70%;
  }
}

.loan-calculator .slider-box {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 1.5rem;
}

.loan-calculator input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  z-index: 20;
  position: relative;
  background-color: transparent;
}

.loan-calculator input[type=range]:focus {
  outline: none;
}

.loan-calculator input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
}

.loan-calculator input[type=range]::-webkit-slider-thumb {
  height: 3rem;
  width: 3rem;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -14px;
  z-index: 7;
  position: relative;
}

.loan-calculator input[type=range]:focus::-webkit-slider-runnable-track {
  background-color: transparent;
}

.loan-calculator input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
}

.loan-calculator input[type=range]::-moz-range-thumb {
  height: 3rem;
  width: 3rem;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -14px;
  z-index: 7;
  position: relative;
  border: none;
}

.loan-calculator input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
}

.loan-calculator input[type=range]::-ms-fill-lower {
  background-color: transparent;
}

.loan-calculator input[type=range]::-ms-fill-upper {
  background-color: transparent;
}

.loan-calculator input[type=range]::-ms-thumb {
  height: 3rem;
  width: 3rem;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -14px;
  z-index: 7;
  position: relative;
}

.loan-calculator input[type=range]:focus::-ms-fill-lower {
  background-color: transparent;
}

.loan-calculator input[type=range]:focus::-ms-fill-upper {
  background-color: transparent;
}

.loan-calculator span[class*="fake"] {
  position: absolute;
  width: 30px;
  height: 6px;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.loan-calculator span.fake-range-before {
  background-color: #00534C;
}

.loan-calculator span.fake-range-after {
  background-color: rgba(51, 63, 72, 0.5);
  right: 0;
}

.loan-calculator span.fake-button {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #00AD4B;
  z-index: 10;
  margin-left: -15px;
}

.loan-calculator span.fake-button:before {
  content: '';
  color: #FFF;
  border-bottom: .2rem solid #FFF;
  border-right: .2rem solid #FFF;
  display: block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  z-index: 5;
  width: 1rem;
  height: 1rem;
  top: 50%;
  left: 55%;
  margin-top: -.5rem;
  margin-left: -.8rem;
}

.loan-calculator span[class*="range-value"] {
  display: inline;
  width: 50%;
  float: left;
  text-align: left;
  font-size: 1.6rem;
}

.loan-calculator span[class*="range-value"]:last-of-type {
  text-align: right;
}

.loan-calculator .tooltip-trigger {
  display: none;
  width: 3rem;
  height: 3rem;
  border: none;
  background-color: #00AD4B;
  color: #FFF;
  border-radius: 50%;
}

.loan-calculator .tooltip-trigger i {
  font-size: 2rem;
  font-family: FontAwesome;
  border: none;
  text-align: center;
  display: inline;
  line-height: 3rem;
}

.loan-calculator span.tooltip-content {
  position: absolute;
  background: #00AD4B;
  padding: 1rem;
  color: #FFF;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin-top: 1rem;
  display: none;
  z-index: 10;
}

.loan-calculator span.tooltip-content.visible {
  opacity: 1;
  display: block;
}

.loan-calculator .select-area {
  position: relative;
}

.loan-calculator .select-area:after {
  width: 3.6rem;
  height: 3.7rem;
  content: '';
  display: block !important;
  background-color: #00AD4B;
  position: absolute;
  top: 0;
  right: 0;
}

.loan-calculator .select-area:before {
  content: '';
  border-bottom: 2px solid #FFF;
  border-left: 2px solid #FFF;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  z-index: 2;
  right: 1.6rem;
  -webkit-transform: rotate(-45deg) translateY(50%);
  transform: rotate(-45deg) translateY(50%);
  top: .5rem;
}

.loan-calculator .select-area label {
  position: absolute;
  width: 100%;
  height: 0rem;
  opacity: 0;
  z-index: 5;
  display: none;
}

.loan-calculator .select-area select {
  width: 100%;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #333F48;
  margin-top: 0;
  padding: 0 4rem 0 1.17rem;
  font-size: 1.8rem;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: relative;
  background: transparent;
  z-index: 3;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  line-height: 2.4rem;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 2.4rem;
  height: 3.7rem;
  font-weight: 300;
}

.loan-calculator .select-area select:focus,
.loan-calculator .select-area select:active,
.loan-calculator .select-area select:hover {
  border-color: #00AD4B;
  outline: none;
}

.loan-calculator .select-area select option {
  font-size: 1.8rem;
  padding: .5rem 1.117rem;
  background: transparent;
}

.loan-calculator .select-area select option:hover,
.loan-calculator .select-area select option:active,
.loan-calculator .select-area select option:focus {
  background-color: #00AD4B;
	color: #FFFFFF;
}

ul {
	margin-bottom: 2.1em;
}

/* Custom styling for hamburger menu */
.nav-menu-item-mobile-only {display: none !important;}
.elementor-nav-menu .sub-arrow {display: none !important;}

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

	.nav-menu-item-mobile-only {
		display: block !important;
		color: #00AD4B !important;
	}
	.nav-menu-item-mobile-only a {
		justify-content: normal;
	}
	.elementor-nav-menu .sub-arrow {
		display: block !important;
		padding: 10px 15px 10px 15px;;
	}
}