@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700");

/* Normalise */

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

/** 1. Change the default font family in all browsers (opinionated). 2. Prevent adjustments of font size after orientation changes in IE and iOS. */
html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* HTML5 display definitions ========================================================================== */

/** Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. 2. Add the correct display in IE. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    /* 1 */
    display: block;
}

/** Add the correct display in IE 9-. */
audio,
canvas,
progress,
video {
    display: inline-block;
}

/** Add the correct display in iOS 4-7. */
audio:not([controls]) {
    display: none;
    height: 0;
}

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
    vertical-align: baseline;
}

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

/* Links ========================================================================== */

/** Remove the gray background on active links in IE 10. */
a {
    background-color: transparent;
}

/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active,
a:hover {
    outline-width: 0;
    text-decoration: none;
    outline: none;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
}

/* Text-level semantics ========================================================================== */

/** 1. Remove the bottom border in Firefox 39-. 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 */
}

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b,
strong {
    font-weight: inherit;
}

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

/** Add the correct font style in Android 4.3-. */
dfn {
    font-style: italic;
}

/** Add the correct background and color in IE 9-. */
mark {
    background-color: #ff0;
    color: #000;
}

/** 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;
}

/** Hide the overflow in IE. */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content ========================================================================== */

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

/** Add the correct margin in IE 8. */
figure {
    margin: 1em 40px;
}

/** 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 */
}

/* Forms ========================================================================== */

/** Change font properties to `inherit` in all browsers (opinionated). */
button,
input,
select,
textarea {
    font: inherit;
}

/** Restore the font weight unset by the previous rule. */
optgroup {
    font-weight: bold;
}

/** Show the overflow in IE. 1. Show the overflow in Edge. 2. Show the overflow in Edge, Firefox, and IE. */
button,
input,
select {
    /* 2 */
    overflow: visible;
}

/** Remove the margin in Safari. 1. Remove the margin in Firefox and Safari. */
button,
input,
select,
textarea {
    /* 1 */
    margin: 0;
}

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button,
select {
    /* 1 */
    text-transform: none;
}

/** Change the cursor in all browsers (opinionated). */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}

/** Restore the default cursor to disabled elements unset by the previous rule. */
[disabled] {
    cursor: default;
}

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted;
}

/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/** Remove the default vertical scrollbar in IE. */
textarea {
    overflow: auto;
}

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/** Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X. */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.phonehomes-theme blockquote {
    border-left: 0.3rem solid #d1d1d1;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 1.5rem;
}

.phonehomes-theme blockquote *:last-child {
    margin: 0;
}

.phonehomes-theme form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.phonehomes-theme input[type="text"],
.phonehomes-theme input[type="email"],
.phonehomes-theme input[type="password"],
.phonehomes-theme input[type="tel"],
.phonehomes-theme input[type="url"],
.phonehomes-theme textarea,
.phonehomes-theme select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1px solid #d1d1d1;
    border-radius: 0.4rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.6rem 1rem;
    width: 100%;
}

.phonehomes-theme input[type="text"]:focus,
.phonehomes-theme input[type="email"]:focus,
.phonehomes-theme input[type="password"]:focus,
.phonehomes-theme input[type="tel"]:focus,
.phonehomes-theme input[type="url"]:focus,
.phonehomes-theme textarea:focus,
.phonehomes-theme select:focus {
    border: 1px solid #f2a1ad;
    outline: 0;
}

.phonehomes-theme textarea {
    padding-bottom: 0.6rem;
    padding-top: 0.6rem;
}

.phonehomes-theme label,
.phonehomes-theme legend {
    font-size: 16px;
    display: block;
    margin-bottom: 0.5rem;
    color: #302c2e;
}

.phonehomes-theme fieldset {
    border-width: 0;
    padding: 0;
}

.phonehomes-theme input[type="checkbox"],
.phonehomes-theme input[type="radio"] {
    display: inline;
}

.phonehomes-theme input[type="submit"]:focus {
    outline: none;
}

.phonehomes-theme input::-webkit-input-placeholder,
.phonehomes-theme select::-webkit-input-placeholder {
    color: rgba(47, 45, 45, 0.7);
}

.phonehomes-theme input::-moz-placeholder,
.phonehomes-theme select::-moz-placeholder {
    color: rgba(47, 45, 45, 0.7);
}

.phonehomes-theme input:-ms-input-placeholder,
.phonehomes-theme select:-ms-input-placeholder {
    color: rgba(47, 45, 45, 0.7);
}

.phonehomes-theme input:-moz-placeholder,
.phonehomes-theme select:-moz-placeholder {
    color: rgba(47, 45, 45, 0.7);
}

.phonehomes-theme input:focus {
    outline: none;
}

.phonehomes-theme dl,
.phonehomes-theme ol,
.phonehomes-theme ul {
    margin-top: 0;
    padding-left: 0;
}

.phonehomes-theme dl dl ul,
.phonehomes-theme dl ol,
.phonehomes-theme ol dl ul,
.phonehomes-theme ol ol,
.phonehomes-theme ul dl ul,
.phonehomes-theme ul ol {
    font-size: 90%;
    margin: 1.5rem 0 1.5rem 1rem;
}

.phonehomes-theme dl {
    list-style: none;
}

.phonehomes-theme ul {
    list-style: circle inside;
}

.phonehomes-theme ol {
    list-style: decimal inside;
}

.phonehomes-theme dt,
.phonehomes-theme dd,
.phonehomes-theme li {
    margin-bottom: 10px;
}

.phonehomes-theme hr {
    border-top: 0.1rem solid #4a4d50;
    border-width: 0;
    margin-bottom: 3.5rem;
    margin-top: 3rem;
}

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

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

input,
textarea,
select,
fieldset {
    margin-bottom: 1rem;
}

input:last-child,
textarea:last-child,
select:last-child,
fieldset:last-child {
    margin-bottom: 0;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
    margin-bottom: 1.4rem;
}

pre:last-child,
blockquote:last-child,
dl:last-child,
figure:last-child,
table:last-child,
p:last-child,
ul:last-child,
ol:last-child,
form:last-child {
    margin-bottom: 0;
}

table {
    width: 100%;
}

/* Theme */

body.phonehomes-theme {
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    background: #fff;
    font-family: "Noto Sans", sans-serif;
}

.flex,
.flex-row,
.flex-column,
.flex-start,
.flex-end,
.flex-center,
.flex-stratch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-stratch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .background-image img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        height: 100%;
    }
}

.clearfix {
    zoom: 1;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.tacenter {
    text-align: center;
}

.taright {
    text-align: right;
}

.taleft {
    text-align: left;
}

.relative {
    position: relative;
}

.phonehomes-theme h1,
.phonehomes-theme h2,
.phonehomes-theme h3,
.phonehomes-theme h4,
.phonehomes-theme h5 {
    margin: 0px;
    margin-bottom: 20px;
}

.phonehomes-theme h1 {
    font-weight: 700;
    font-size: 55px;
    line-height: 60px;
    font-family: "new-hero", sans-serif;
}

.phonehomes-theme h2 {
    font-weight: 700;
    font-size: 30px;
    font-family: "Oswald", sans-serif;
    line-height: 38px;
}

.phonehomes-theme h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
}

.phonehomes-theme h4 {
    font-size: 22px;
    line-height: 29px;
    font-family: "new-hero", sans-serif;
    font-weight: 500;
}

.phonehomes-theme h5 {
    font-size: 16px;
    line-height: 28px;
    font-family: "new-hero", sans-serif;
    font-weight: 700;
    color: #501c36;
}

.phonehomes-theme h6 {
    font-size: 12px;
    line-height: 16px;
    font-family: "new-hero", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.phonehomes-theme a {
    text-decoration: none;
    cursor: pointer;
    color: #151515;
}

.phonehomes-theme a:hover {
    text-decoration: none;
    outline: none;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    color: #ede7e1;
}

.phonehomes-theme p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-family: "Noto Sans", sans-serif;
    margin-top: 0;
}

.phonehomes-theme img {
    max-width: 100%;
    height: auto;
}

.tbl {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 9;
}

.tbl-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.img-responsive {
    max-width: 100%;
    display: block;
    height: auto;
    margin: 0 auto;
}

.paddingtop {
    padding: 100px 0px;
}

.inline__block {
    float: left;
    width: 100%;
    vertical-align: top;
    position: relative;
}

.gform_wrapper .ginput_container input,
.gform_wrapper .ginput_container textarea,
.gform_wrapper .ginput_container select {
    background: #ffffff;
    border: none !important;
    outline: none;
    padding: 15px 15px 12px 0px !important;
    margin-bottom: 0px;
    height: 53px;
    outline: none;
    font-size: 16px !important;
    line-height: 26px;
    color: rgba(47, 45, 45, 0.7);
    border-radius: 8px;
}

.gform_wrapper .ginput_container textarea {
    height: 135px;
    margin-top: 0px;
}

.gform_wrapper input[type="submit"] {
    background: #fd8100;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    padding: 4px 15px;
    color: #fff;
    text-align: center;
    position: relative;
    border-radius: 0;
    font-family: "Oswald", sans-serif;
    min-height: 58px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 205px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #fd8100;
    text-transform: uppercase;
}

.gform_wrapper input[type="submit"]:hover {
    background: #fff;
    color: #fd8100;
    border-color: #fd8100;
    outline: 0;
}

.gform_wrapper .validation_error {
    display: none;
}

.gform_wrapper .validation_message {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-top: 0px;
    color: #f00;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none !important;
    border: none !important;
}

.ie8 * {
    outline: none;
}

img {
    border: none;
}

body.phonehomes-theme {
    color: #000;
    overflow-x: hidden;
    position: relative;
    background: #fff;
    font-weight: 400;
    font-family: "Noto Sans", sans-serif;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
}

/*----- html5 tags ------*/
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

/*----- Wrapper Part ------*/
#wrapper {
    width: 100%;
    height: auto;
}

.phonehomes-theme .container {
    max-width: 1150px;
    height: auto;
    display: block;
    margin: 0 auto;
    clear: both;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
}

.phonehomes-theme .sub-container {
    max-width: 1180px;
    height: auto;
    display: block;
    margin: 0 auto;
    clear: both;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
}

section.phonehomes-theme {
    position: relative;
}

/*----- Wrapper Part ------*/
.phonehomes-theme .primary_btn {
    background: #fd8100;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    padding: 4px 15px;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 147px;
    text-align: center;
    position: relative;
    border-radius: 0;
    font-family: "Oswald", sans-serif;
    min-height: 58px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 205px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: inline-flex;
    color: white;
    border: 1px solid #fd8100;
    text-transform: uppercase;
}

.phonehomes-theme .primary_btn.dark_btn {
    background: #000;
    color: white;
    border: 1px solid #000;
}

.phonehomes-theme .primary_btn.dark_btn:hover {
    background: #fff;
    color: #000;
}

.buttons_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -10px;
    margin-right: -10px;
}

.phonehomes-theme .primary_btn:hover {
    background: #fff;
    color: #fd8100;
}

header .header_links ul li a:hover {
    color: #fd8100;
}

.footer_top .buttons_wrap .primary_btn.dark_btn:hover {
    background: #000;
    color: #fff;
}

footer .copyright_block a:hover {
    color: #fd8100;
}

.buttons_wrap .primary_btn {
    margin: 5px 10px;
}

.fixed_header .header {
    background: #fff;
    padding: 15px 0;
    -webkit-box-shadow: 0px 0px 10px 0px #c0c0c0;
    box-shadow: 0px 0px 10px 0px #c0c0c0;
}

header.fixed_header .header_logo a {
    max-width: 260px;
}

header .header_links ul li.current-menu-item > a {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}

header .header_links ul li.current-menu-item ul li a {
    text-decoration: none;
}

.admin-bar .header {
    top: 32px;
}

button.navbar-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: transparent;
    border: 0 !important;
    outline: 0 !important;
    cursor: pointer;
    opacity: 1;
    display: none;
    z-index: 3;
}

.navbar-toggler span {
    width: 35px;
    height: 2px;
    background: #fd8100;
    margin: 0px 0;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    margin: 4px 0;
    top: 0;
}

.open_menu button.navbar-toggler span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 8px;
}

.open_menu button.navbar-toggler span:nth-child(2) {
    opacity: 0;
}

.open_menu button.navbar-toggler span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -12px;
}

/* .text_section  */
.text_section .right_column {
    width: 204px;
}

.text_section .right_column img {
    width: 100%;
}

.text_section .left_column {
    width: 100%;
    padding-right: 0;
}

.text_section .wrapper > p {
    width: 100%;
}

.text_section .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 847px;
    margin: 0 auto;
}

.text_section {
    margin: 80px 0;
}

.text_section .left_column p {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin: 0;
    line-height: 28px;
}

.sub_title {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 6px;
    display: block;
    font-weight: 300;
}

.head h2 {
    margin: 0 0 20px;
}

.phonehomes-theme p:first-child(1) {
    margin-top: 0;
}

.phonehomes-theme span {
    color: #fd8100;
}

.two_column_section {
    margin: 80px 0;
}

.two_column_section .left_column {
    width: 50%;
    padding: 0 20px;
}

.two_column_section .right_column {
    width: 50%;
    padding: 0 20px;
}

.two_column_section .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px 100px;
}

.page-id-17 .two_column_section .wrapper {
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
}

.two_column_section .wrapper:nth-last-child(1) {
    margin-bottom: 0;
}

.two_column_section .bottom_text {
    width: 100%;
    text-align: center;
}

.bottom_text p {
    font-size: 23px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0;
}

.phone_section .text_content h3 {
    font-size: 17px;
    margin: 0 0 7px;
    line-height: 22px;
}

.phone_section .text_content li {
    margin: 0 0 20px;
    list-style: none;
    background: url(../images/check_orange.svg) no-repeat left top / 24px;
    padding-left: 40px;
}

.phone_section .text_content p {
    font-weight: 300;
}

.phone_section .head {
    margin: 0 0 30px;
}

.phone_section .head p {
    font-size: 18px;
    font-weight: 300;
}

.phone_section {
    background: url(../images/bg_grey_01.png) no-repeat center top/ cover;
}

.phone_section .bottom_text {
    margin-top: 80px;
}

.phone_section .text_content {
    max-width: 470px;
    margin-left: auto;
}

.phone_section .primary_btn {
    min-width: 270px;
}

.client_section {
    margin: 80px 0;
}

.client_section .head {
    max-width: 340px;
    text-align: center;
    margin: 0 auto 50px;
}

.client_section .video_block {
    max-width: 620px;
    margin: 0 auto;
    height: 342px;
}

.client_section .video_block iframe,
.client_section .video_block video {
    width: 100%;
    aspect-ratio: 4/2.22;
    height: auto;
}

.video_play .playpause {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.video_play {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.two_column_section.services_section {
    background: #f8f9fc;
}
.two_column_section.services_section,
.two_column_section.phone_section,
.two_column_section.benefits_invest_section {
    margin: 0;
    padding: 80px 0;
}

.two_column_section.services_section .text_content ul li {
    padding: 32px 50px;
    margin: 0 0 22px;
    list-style: none;
    background: #ffe9d2;
    border-radius: 12px;
    -webkit-box-shadow: 0px 4px 4px rgba(165, 165, 165, 0.25);
    box-shadow: 0px 4px 4px rgba(165, 165, 165, 0.25);
}

.two_column_section.services_section .text_content ul li p {
    background: url(../images/check_white.svg) no-repeat top 0px left / 40px;
    padding-left: 60px;
    padding-top: 5px;
    padding-bottom: 14px;
}

.buttons_wrap .primary_btn img {
    max-height: 22px;
    margin-right: 8px;
}

.services_section .head {
    margin: 0 0 40px;
}

.services_section .text_content ul {
    margin: 0 0 40px;
}

.banner_section {
    background: url(../images/banner_img.jpg) no-repeat center / cover;
    padding-bottom: 80px;
    padding-top: 0;
    min-height: 850px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.banner_section .wrapper {
    position: relative;
}

.banner_section h1 {
    font-size: 70px;
    line-height: 82px;
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.85);
    margin: 0;
    font-family: "Oswald", sans-serif;
    margin: 0 0 30px;
}

.banner_section .wrapper ul {
    padding-left: 0;
    font-family: "Noto Sans", sans-serif;
    margin: 0 0 45px;
    padding-left: 20px;
    max-width: 540px;
}

.banner_section .wrapper ul li {
    color: #fff;
    margin: 0;
    list-style: disc;
    font-size: 20px;
    line-height: 32px;
}

.banner_section .wrapper h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    font-family: "Noto Sans", sans-serif;
    margin: 0 0 25px;
}

.benefits_section h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 22px;
    font-weight: 700;
    font-size: 22px;
    font-family: "Oswald", sans-serif;
    line-height: 38px;
}

.benefits_section ul li {
    list-style: none;
    margin: 0 0 30px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 30px;
}

.benefits_section h3 img {
    width: 52px;
    height: 42px;
    margin-right: 30px;
}

.benefits_section ul li:nth-last-child(1) {
    border-bottom: 0;
}

.benefits_section ul {
    max-width: 450px;
}

.benefits_section .left_column .image_block img {
    max-width: 100%;
    width: 470px;
    margin-bottom: 80px;
}
.benefits_section .left_column .bottom_text {
    max-width: 100%;
    width: 470px;
}

.benefits_section .head {
    margin: 0 auto 60px;
    max-width: 400px;
    text-align: center;
}

.benefits_invest_section {
    background: #f8f9fc;
}

.benefits_invest_section .head {
    margin: 0 0 60px;
    text-align: left;
}

.benefits_invest_section ul li {
    background: #f4f7ff;
    margin: 0 0 15px;
    padding: 18px 30px;
    border-radius: 20px;
    border: 0;
}

.benefits_invest_section h3 {
    margin: 0 0 15px;
}

.checklist_section .head {
    margin: 0 auto 80px;
    max-width: 518px;
    text-align: center;
}

.checklist_section {
    margin: 80px 0;
}

.two_column_section .left_column img {
    max-width: 100%;
}

.two_column_section .left_column .text_content {
    max-width: 480px;
    margin-left: auto;
}

.two_column_section .left_column .text_content img {
    border-radius: 22px;
}

.checklist_section .ul_list_block ul li {
    background: url(../images/check_orange.svg) no-repeat top 0px left / 40px;
    padding-left: 50px;
    list-style: none;
    width: 33.33%;
    margin: 0 10px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-family: "Noto Sans", sans-serif;
    margin-top: 0;
    min-height: 40px;
}

.footer_top .right_column .footer_links a:hover {
    color: #fd8100;
}

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

.checklist_section .image_block {
    width: 33.33%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    /*top: -30px;*/
}

.checklist_section .wrapper {
    position: relative;
}

.checklist_section .image_block img {
    max-width: 280px;
    width: 100%;
}

.checklist_section .buttons_wrap {
    margin-top: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
}

.story_section .head {
    max-width: 340px;
    text-align: center;
    margin: 0 auto 60px;
}

.story_section {
    padding: 80px 0px;
    background: #f8f9fc;
}

.story_section .view_row .head_title ul li img {
    width: 23px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.story_section .view_row .head_title h4 {
    font-size: 17px;
    margin: 0 0 5px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
}

.phonehomes-theme video::-webkit-media-controls-start-playback-button {
    display: none !important;
}

.story_section .view_row .head_title ul li {
    margin: 8px 0;
    list-style: none;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.story_section .view_row .head_title {
    margin: 0 0 45px;
}

.story_section .view_row .content h4 {
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 600;
}

.story_section .view_row .right_column {
    width: 50%;
    padding: 0 20px;
}

.story_section .view_row .left_column {
    width: 50%;
    padding: 0 20px;
    padding-left: 0;
}

.story_section .view_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    padding-bottom: 80px;
    margin-bottom: 80px;
}

.story_section .view_row .left_column iframe,
.story_section .view_row .left_column video {
    width: 100%;
    height: 342px;
    -o-object-fit: cover;
    object-fit: cover;
}

.story_section .view_row .right_column {
    padding-left: 60px;
}

.story_section .buttons_wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.story_section .view_row:nth-last-child(1) {
    margin-bottom: 0;
    border-bottom: 0;
}

.ready_section {
    padding: 80px 0;
    background: url(../images/Vector_02.png) no-repeat center top 60px / cover;
}

.ready_section .head {
    max-width: 360px;
    margin: 0 auto 60px;
    text-align: center;
}

.ready_section .wrapper .text_content {
    text-align: center;
    max-width: 870px;
    margin: 0 auto 80px;
}

.ready_section .buttons_wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.our_promise_section {
    background: #f8f9fc;
    padding: 80px 0;
}

.our_promise_section .left_columm {
    width: 50%;
    padding: 0 20px;
}

.our_promise_section .right_columm {
    width: 50%;
    padding: 0 20px;
}

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

.our_promise_section .team_text p {
    margin: 0 0 4px;
}

.review_section .head {
    max-width: 360px;
    margin: 0 auto 60px;
    text-align: center;
}

.review_section {
    margin: 80px 0 160px;
}

footer {
    background: #0b1b36 url(../images/footer_bg.jpg) no-repeat center / cover;
}

footer .logo_section {
    width: 407px;
    max-width: 100%;
    margin: 0 0 40px;
}

footer .logo_section img {
    width: 100%;
}

footer .newslatter {
    margin: 0 0 20px;
}

footer .logo_block {
    max-width: 423px;
}

footer .buttons_wrap {
    margin-top: 25px;
}

footer .copyright_block .right_column ul + p {
    opacity: 0.5;
}

footer .buttons_wrap .primary_btn {
    margin-bottom: 15px;
}

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

footer .copyright_block .right_column ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}

footer .copyright_block .left_column {
    width: 50%;
}

footer .copyright_block .right_column {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 460px;
    margin-left: auto;
    flex-wrap: wrap;
}

footer .copyright_block .right_column ul li {
    margin: 0 30px 0 0;
}

footer .copyright_block p,
footer .copyright_block a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

.footer_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -20px 60px;
    padding-top: 100px;
}

.footer_top .left_column {
    width: 50%;
    padding: 0 20px;
}

.footer_top .left_column .newslatter p {
    color: #fff;
    font-size: 18px;
    margin: 0 0 0;
}

.footer_top .right_column {
    padding: 0 20px;
    width: 50%;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 460px;
    margin-left: auto;
}

.footer_top .right_column .footer_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding-top: 60px;
    line-height: 22px;
}

.footer_top .right_column .footer_links .footer_link {
    width: 50%;
    padding: 0 5px;
}

.footer_top .right_column .footer_links .footer_link li {
    list-style: none;
    margin: 0 0 15px;
}

.footer_top .right_column .footer_links a,
.footer_top .right_column .footer_links p {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 7px;
}
.footer_top .right_column .footer_links a {
    overflow-wrap: anywhere;
}

.footer_top .right_column .footer_links .footer_link h3 {
    font-size: 19px;
    color: #fff;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    margin: 0 0 30px;
}

footer .bottom_text_copy p {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    line-height: 17px;
    text-align: center;
}

footer .bottom_text_copy {
    padding: 40px 0 60px;
}

.footer_top .right_column .footer_links a.call_link,
.contact_info a.call_link {
    color: #fd8100;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px;
    display: block;
}

header .header_logo a {
    width: 325px;
    max-width: 100%;
    display: block;
    -webkit-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
}

.home header .header_logo a {
    background: url(../images/logo.svg) no-repeat center top / 100%;
}

header .header_logo a img {
    width: 100%;
}

header .header_call a {
    min-width: 192px;
}

header .header_call a img {
    margin-right: 10px;
}

.primary_btn img.hover_img {
    display: none;
}

.primary_btn img {
    display: block;
}

.primary_btn:hover img {
    display: none;
}

.primary_btn:hover img.hover_img {
    display: block;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    padding: 28px 0;
    -webkit-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
    background: transparent;
    -webkit-box-shadow: 0px 0px 0px 0px #c0c0c0;
    box-shadow: 0px 0px 0px 0px #c0c0c0;
}

header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1320px;
}

.header_logo {
    max-width: 100%;
}

header .header_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

header .header_links ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px;
}

header .header_links ul li {
    list-style: none;
}

header .header_links ul li {
    margin: 0 10px;
}

header .header_links ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.home header .header_links ul li a {
    color: #fff;
}

.header_space {
    width: 100%;
    display: none;
    height: 156px;
}

.fixed_header .header_space {
    height: 156px;
}

body.home .header_space {
    display: none;
}

.inner_banner {
    background: #f2e9e1 url(../images/inner_bg.png) no-repeat center top 30px / cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 390px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 60px;
    background-position: bottom right !important;
    background-size: 90% !important;
    background-color: #f2e1d2 !important;
}

body.page-id-17 section.client_section {
    background: #f8f9fc url(../images/invest_cator_2.svg) no-repeat center top 160px / cover;
    padding-bottom: 40px;
}

.services_text .wrapper {
    max-width: 680px;
    text-align: center;
}

.services_block_section .item {
    background: #ffe9d2;
    border-radius: 18px;
    padding: 28px 21px;
    width: calc(33% - 10px);
    margin: 0 7px 16px;
    position: relative; /* min-height: 300px; */
}
/*
.services_block_section .text_content {
    padding-bottom: 120px;
}
*/
.services_block_section .container > .text_content {
    text-align: center;
    max-width: 870px;
    margin: 0 auto 80px;
    padding: 0;
}

.services_block_section .item .head_top {
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
    padding-bottom: 30px;
}
/*
.services_block_section .text_content .btn_wrapper {
    text-align: center;
    position: absolute;
    bottom: 60px;
    width: calc(100% - 42px);
}
*/
.services_block_section .text_content .btn_wrapper {
    text-align: center;
    width: 100%;
}

.services_block_section .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -10px;
    justify-content: center;
}

.services_block_section .container {
    max-width: 1310px;
}

.services_block_section .head_top h3 {
    margin: 0;
    /* min-height: 120px; */
}

.services_block_section .head {
    max-width: 390px;
    text-align: center;
    margin: 0 auto 60px;
}

.services_block_section {
    margin: 80px 0;
}

.page-id-34 .services_block_section {
    margin-top: 60px;
}

.services_block_section .accordion-wrapper h3 {
    font-size: 22px;
    margin: 0;
    font-family: "Oswald", sans-serif;
    padding: 22px 0;
    border-bottom: 1px solid #000;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.services_block_section .accordion-wrapper {
    width: 100%;
    padding-bottom: 0;
    max-width: 712px;
    margin: 0 auto;
}

.services_block_section .collepsing-div p {
    font-size: 14px;
    font-weight: 400;
}

.services_block_section .collepsing-div a {
    display: inline-block;
    border-bottom: 1px solid #000;
}
.services_block_section .collepsing-div a:hover {
    color: #fd8100;
    border-color: #fd8100;
}

.services_block_section .collepsing-div {
    padding: 20px 0;
}

.services_block_section .accordion-wrapper h3:after {
    background: url(../images/down_Arrow.svg) no-repeat top 0 right 0px / 15px;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    top: 26px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 20px;
    height: 20px;
}

.services_block_section .accordion-wrapper.active h3:after {
    -webkit-transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
    transform: rotate(-120deg);
}

.inner_banner h1 {
    font-size: 50px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    line-height: 140%;
}

.img_text_column .image_block {
    width: 100%;
    height: 352px;
}

.img_text_column .image_block img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.img_text_column .wrapper:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.img_text_column .head {
    max-width: 400px;
    text-align: center;
    margin: 0 auto 60px;
}

.img_text_column .text_content ul li {
    list-style: disc;
    margin-left: 20px;
}

.img_text_column .text_content ul li::marker {
    color: #fd8100;
}

.contact_page .contact_info ul li img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 26px;
}

.slider_section .item {
    width: 100%;
    height: 450px;
}

.slider_section .item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.slider_section .wrapper {
    max-width: 710px;
    margin: 0 auto 0px;
}

.slider_section {
    margin: 80px 0;
}

.slider_section .wrapper .owl-stage-outer {
    overflow: visible;
}

.slider_section {
    overflow: hidden;
}

.slider_section .head {
    max-width: 350px;
    text-align: center;
    margin: 0 auto 60px;
}

.slider_section .owl-dots button {
    background: #000000 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 2px;
    margin: 5px 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.slider_section .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}

.slider_section button.owl-dot.active {
    background: #bd7b2a !important;
}

.slider_section .owl-nav span {
    font-size: 50px;
    margin: 0 4px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 300;
}

.slider_section .owl-nav {
    position: absolute;
    bottom: -50px;
    right: 0;
}

/* Modal css */
.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 95%);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s 0s, -webkit-transform 0.25s;
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, -webkit-transform 0.25s;
    -o-transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s, -webkit-transform 0.25s;
    z-index: 999;
}

.modal-content {
    max-width: 600px;
    margin: 60px auto;
    padding: 60px;
    background: #fff;
    border-radius: 22px;
    -webkit-box-shadow: 0px 0px 14px 14px rgba(165, 165, 165, 0.25);
    box-shadow: 0px 0px 14px 14px rgba(165, 165, 165, 0.25);
}

/* .close-button {
  float: right;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: lightgray;
}
.close-button:hover {
  background-color: darkgray;
} */
.show-modal {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: visibility 0s linear 0s, opacity 0.25s 0s, -webkit-transform 0.25s;
    transition: visibility 0s linear 0s, opacity 0.25s 0s, -webkit-transform 0.25s;
    -o-transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s, -webkit-transform 0.25s;
    overflow: auto;
}

/* Modal css end*/
.contact_page .head p {
    font-size: 18px;
}

.contact_page .head span {
    font-size: 14px;
}

.contact_page .left_column {
    width: 50%;
    padding: 0 20px;
}

.contact_page .left_column li a:hover {
    color: #fd8100;
}

.contact_page .right_column {
    padding: 0 20px;
    width: 50%;
}

.contact_page .wrapper {
    margin: 0 -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.contact_page {
    margin: 80px 0;
}

.contact_page .head {
    max-width: 490px;
    margin: 0 0 25px;
}

.contact_page .contact_info li p,
.contact_info li a {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    line-height: 22px;
}

.contact_page .buttons_wrap {
    margin-top: 30px;
}

.contact_page .contact_form {
    padding-top: 20px;
}

.contact_page .contact_info ul li {
    list-style: none;
    margin: 0 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
    position: relative;
    overflow-wrap: anywhere;
}

.contact_form .gfield_visibility_visible {
    border-bottom: 1px solid #e08b77;
}

.contact_form .gfield_visibility_visible textarea {
    height: 110px !important;
    resize: none;
}
.contact_form .gfield--type-captcha {
    border-bottom: initial;
}

.review_section .wrapper {
    margin: 0 0 50px;
}

.review_section .wpproslider_t6_DIV_3 {
    padding-top: 14px;
    padding-left: 8px;
}

.review_section .indrevdiv {
    padding: 20px 20px;
    font-size: 15px;
    font-weight: 400;
}

.review_section .indrevdiv .wpproslider_t6_DIV_3_logo {
    top: 20px;
    right: 20px;
}

.review_section .wpproslider_t6_DIV_2_top {
    margin: 0;
    padding-right: 40px;
}

.review_section .t6displayname {
    padding-right: 0;
}

.review_section .wpproslider_t6_IMG_2 {
    height: 50px;
    width: 50px;
}

.review_section .wprev_preview_tcolor2_T6 {
    font-style: normal;
}

.wprev_showdate_T6 {
    font-style: normal !important;
}

.review_section .buttons_wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner_section .banner_imgs img {
    width: auto;
    max-width: 158px;
    max-height: 58px;
    margin: 4px 8px;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner_section .banner_imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    left: auto;
    margin: 0 auto;
    padding: 0 0 0 20px;
    bottom: 0;
    flex-wrap: wrap;
}

.footer_top .ginput_container input {
    background: #1c2e50;
    width: 100%;
    height: 62px;
    border-radius: 0px;
    max-width: 350px;
    padding-left: 20px !important;
    color: #fff;
}

.footer_top .gform_footer input[type="submit"] {
    background: #1c2e50 url(../images/right_arrow_btn.svg) no-repeat center / 28px;
    border-color: #1c2e50;
    border-radius: 0;
    margin: 0 !important;
    height: 62px;
    cursor: pointer;
    width: 62px !important;
    font-size: 0px;
    padding: 0 !important;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 50px;
}

.footer_top .ginput_container ::-webkit-input-placeholder {
    color: #fff;
}

.footer_top .ginput_container ::-moz-placeholder {
    color: #fff;
}

.footer_top .ginput_container :-ms-input-placeholder {
    color: #fff;
}

.footer_top .ginput_container ::-ms-input-placeholder {
    color: #fff;
}

.footer_top .ginput_container ::placeholder {
    color: #fff;
}

.footer_top .right_column .footer_links ul li a {
    text-transform: uppercase;
}

.footer_top .gform_wrapper {
    position: relative;
    max-width: 380px;
}

.footer_top form {
    position: relative;
}

.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
    font-family: "Noto Sans", sans-serif;
}

.home header .header_logo a img {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.home .fixed_header .header_logo a {
    background: transparent;
}

.home .fixed_header .header_logo a img {
    opacity: 1;
}

header.fixed_header .header_links ul li a {
    color: #000;
}

header .header_links ul li.current-menu-item.active_sub a {
    text-decoration: underline;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pagination .page-numbers {
    font-size: 20px;
    border: 1px solid #001347;
    color: #001347;
    width: 45px;
    height: 45px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 5px;
    border-radius: 5px;
    font-weight: 600;
}

.pagination .next.page-numbers {
    min-width: 80px;
}

.pagination .page-numbers:hover {
    background: #001347;
    color: #fff;
}

.search-no-results .search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}

.search-no-results .search input {
    margin-bottom: 0;
    border: 1px solid #fd8100 !important;
    border-radius: 0 !important;
    height: 60px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 0.6rem 1rem;
    width: 100%;
}

.search-no-results .search input#searchsubmit {
    width: 160px;
    height: 60px;
    background-color: #fd8100;
    border: 0 none;
    color: #ffffff;
    border-radius: 0 !important;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.phonehomes-theme article.search-entry {
    display: block;
    background: #fff;
    -webkit-box-shadow: 0px 0px 9px rgba(15, 27, 74, 0.15);
    box-shadow: 0px 0px 9px rgba(15, 27, 74, 0.15);
    border-radius: 8px;
    margin: 10px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: calc(33.33% - 20px);
}

.phonehomes-theme article.search-entry h2 {
    font-size: 20px;
}

.phonehomes-theme article.search-entry a {
    background-color: #fff;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 22px;
    padding: 20px 30px;
    display: block;
}

.phonehomes-theme article.search-entry a:hover {
    background-color: #fd8100;
    color: #fff;
}

.phonehomes-theme article.search-entry a:hover .search-entry-type {
    color: #fff;
}

/*article.search-entry a:hover .search-entry-type {
color: #000;
}*/
.search-entry-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; /* justify-content: space-between; */
    margin: 40px -20px;
}

.default-layout h1,
.default-page h1 {
    text-align: center;
}

.footer_top .buttons_wrap .primary_btn.dark_btn {
    background: #fff;
    color: #000;
}

.footer_top .buttons_wrap .primary_btn {
    font-weight: 600 !important;
}

.search .default-layout {
    padding: 80px 0;
}
.search .header_space {
    display: block;
}

.error404 .page_not_found {
    padding: 80px 0;
}
.error404 .header_space {
    display: block;
}

.search .search-archive-main {
    text-align: center;
}

.text_section {
    text-align: center;
}

.text_section .left_column {
    width: calc(100% - 204px);
    text-align: left;
}

.modal .modal-content .ginput_container input,
.modal .modal-content .ginput_container textarea {
    border: 1px solid #fd8100 !important;
    border-radius: 0 !important;
    padding: 0 20px !important;
    width: 100% !important;
}

.gform_wrapper.gravity-theme .gfield_label {
    font-weight: 400 !important;
}

.modal .modal-content .gfield.gfield--width-half label.gfield_label,
.modal .modal-content .gfield.gfield--width-half legend {
    font-size: 12px;
    color: #c8c8c8;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
}

.gform_wrapper.gravity-theme .gfield_label .gfield_required {
    display: none;
}

.modal .modal-content .ginput_container textarea {
    max-height: 110px;
    resize: none;
}

.modal .modal-content .gfield--input-type-date,
.modal .modal-content .gfield--input-type-time {
    width: calc(50% - 5px) !important;
    position: relative;
    padding-bottom: 30px;
}

.modal .modal-content .gform_fields {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.modal .modal-content .gfield {
    width: 100%;
}

.modal .modal-content .gfield--input-type-time > .ginput_container {
    border: 1px solid #fd8100 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.modal .modal-content .gfield--input-type-time .hour_minute_colon {
    margin: 0;
}

.modal .modal-content .gfield--input-type-time > .ginput_container input {
    padding: 0 10px !important;
}

.modal .modal-content .gfield--input-type-time > .ginput_container input {
    border: 0 !important;
    width: auto !important;
}

.modal .modal-content .gfield .ginput_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

header .header_links ul li.menu-item-has-children > a:after,
header .header_links ul li.menu-item-has-children > a:before {
    content: "";
    width: 15px;
    height: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #000;
    position: absolute;
    top: 22px;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    left: auto;
    right: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

header .header_links ul li.menu-item-has-children > a:before {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    opacity: 1;
}

header .header_links ul li.menu-item-has-children.active_sub > a:before {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    opacity: 0;
}

header .header_links ul li ul.sub-menu {
    display: none;
}

.review_section .wppro_pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}

.review_section .buttons_wrap {
    margin-top: -70px;
}

.review_section div.wppro_pagination {
    position: relative;
    bottom: -130px;
}

.page-template-default.page-id-277 main#primary {
    padding: 100px 20px;
}

.page-template-default.page-id-279 main#primary {
    padding: 100px 20px;
}

.wp-mycore p {
    margin: 0 0 20px;
}

/*.wp-mycore.container:first-child {
margin-top: 100px;
}.wp-mycore.container:last-child {
padding-bottom: 100px;
}*/
.add_calendar_icon.primary_btn.dark_btn:before {
    content: "";
    background: url(../images/call_calendar.svg);
    width: 20px;
    height: 20px;
    margin-right: 7px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.add_calendar_icon.primary_btn.dark_btn:hover:before {
    background: url(../images/Frame_18.svg);
}

.add_call_icon.primary_btn:before {
    content: "";
    background: url(../images/call_white.svg);
    width: 18px;
    height: 18px;
    margin-right: 7px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.add_call_icon.primary_btn:hover:before {
    background: url(../images/call_orange.svg);
}

.footer_links .add_calendar_icon.primary_btn.dark_btn:before {
    background: url(../images/Frame_18.svg);
}

.footer_links .add_calendar_icon.primary_btn.dark_btn:hover:before {
    background: url(../images/call_calendar.svg);
}

.gform_wrapper .gform_validation_errors {
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.gform_wrapper .gfield_validation_message {
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    color: #f00 !important;
}

.gform_wrapper .validation_message {
    border: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    color: #f00 !important;
}

.footer_top .gform_wrapper .gform_validation_errors h2 {
    color: #fff !important;
}

.gform_wrapper .gfield_error input {
    border-color: #c02b0a !important;
}

body img.gform_ajax_spinner {
    display: none !important;
}

.header .header_call .add_calendar_icon {
    display: none;
}

.services_block_section .item .head_top img {
    max-height: 30px;
    height: 30px;
}
.page-id-279 .header_space,
.page-id-277 .header_space {
    display: block;
}

@media only screen and (max-width: 1400px) {
    header .container {
        max-width: 1180px;
    }

    header .header_logo a {
        width: 280px;
    }

    .banner_section h1 {
        font-size: 62px;
        line-height: 72px;
    }

    .banner_section {
        padding-bottom: 80px;
        min-height: 780px;
    }

    .text_section {
        margin: 80px 0;
    }

    .two_column_section {
        margin: 80px 0;
    }
    .two_column_section.services_section,
    .two_column_section.phone_section,
    .two_column_section.benefits_invest_section {
        margin: 0;
        padding: 80px 0;
    }

    .benefits_section .head {
        margin: 0 auto 60px;
    }

    .story_section {
        padding: 80px 0px;
    }

    .story_section .view_row {
        padding-bottom: 60px;
        margin-bottom: 60px;
    }

    .review_section {
        margin: 80px 0 160px;
    }

    .our_promise_section {
        padding: 80px 0;
    }

    .ready_section {
        padding: 80px 0;
    }

    .footer_top {
        padding-top: 90px;
    }

    .footer_top .right_column {
        max-width: 100%;
    }

    footer .logo_section {
        width: 320px;
        max-width: 100%;
        margin: 0 0 30px;
    }

    footer .bottom_text_copy {
        padding: 30px 0 50px;
    }

    .client_section {
        margin: 80px 0;
    }

    .checklist_section {
        margin: 80px 0;
    }

    .contact_page {
        margin: 80px 0;
    }

    .services_block_section .container {
        max-width: 1180px;
    }

    .services_block_section .item .head_top {
        margin-bottom: 30px;
        padding-bottom: 20px;
    }

    .services_block_section .head_top h3 {
        font-size: 20px;
    }
    /*
    .services_block_section .text_content {
        padding-bottom: 100px;
    }
    
    .services_block_section .text_content .btn_wrapper {
        bottom: 40px;
    }
    */

    .services_block_section {
        margin: 80px 0;
    }

    .slider_section .item {
        height: 420px;
    }

    .search .default-layout {
        padding: 80px 0;
    }

    .error404 .page_not_found {
        padding: 80px 0;
    }

    .page-template-default.page-id-277 main#primary {
        padding: 80px 20px;
    }

    .page-template-default.page-id-279 main#primary {
        padding: 80px 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .text_section {
        margin: 80px 0;
    }

    .container {
        max-width: 960px;
    }

    .banner_section h1 {
        font-size: 48px;
        line-height: 56px;
        margin: 0 0 20px;
    }

    .banner_section {
        padding-bottom: 60px;
        min-height: 780px;
    }

    header .header_links ul {
        margin-right: 20px;
    }

    header .header_call a {
        min-width: 170px;
        padding: 4px 15px;
    }

    header .header_logo a {
        width: 240px;
    }

    .phone_section .bottom_text {
        margin-top: 80px;
    }

    .two_column_section.services_section .text_content ul li {
        padding: 25px 30px;
        margin: 0 0 22px;
    }

    .benefits_section ul li {
        margin: 0 0 25px;
        padding-bottom: 25px;
    }

    .bottom_text p {
        font-size: 18px;
    }

    .benefits_invest_section h3 {
        margin: 0 0 10px;
        font-size: 20px;
    }

    .benefits_section ul li {
        margin: 0 0 20px;
        padding-bottom: 18px;
    }

    .story_section .view_row .right_column {
        padding-left: 20px;
    }

    .footer_top .right_column {
        width: 55%;
        padding-left: 40px;
    }

    .footer_top .left_column {
        width: 45%;
    }

    .footer_top .right_column .footer_links {
        padding-top: 50px;
    }

    .footer_top .right_column .footer_links .footer_link:nth-child(2) {
        width: 55%;
    }

    .footer_top .right_column .footer_links .footer_link {
        width: 45%;
    }

    .footer_top {
        padding-top: 80px;
        margin: 0 0 30px;
    }

    .services_block_section {
        margin: 80px 0;
    }

    .page-id-34 .services_block_section {
        margin-top: 60px;
    }

    .inner_banner {
        min-height: 340px;
        padding-bottom: 60px;
    }

    .services_block_section .item {
        width: calc(50% - 15px);
    }

    .services_block_section .head_top h3 {
        min-height: 60px;
    }

    .slider_section .wrapper {
        max-width: 580px;
        margin: 0 auto 0px;
    }

    .slider_section .item {
        height: 360px;
    }

    .contact_page {
        margin: 80px 0;
    }

    .header_space {
        height: 131px;
    }

    .fixed_header .header_space {
        height: 106px;
    }

    .search .default-layout {
        padding: 80px 0;
    }

    .error404 .page_not_found {
        padding: 80px 0;
    }

    .page-template-default.page-id-277 main#primary {
        padding: 60px 20px;
    }

    .page-template-default.page-id-279 main#primary {
        padding: 60px 20px;
    }
}

@media only screen and (max-width: 991px) {
    button.navbar-toggler {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    header .container {
        max-width: 100%;
    }

    .benefits_section .left_column .image_block img {
        width: auto;
        margin-bottom: 60px;
    }
    .benefits_section .left_column .bottom_text {
        width: auto;
    }

    .benefits_section .left_column .image_block img {
        margin-bottom: 50px;
    }

    .benefits_section .head {
        margin: 0 auto 40px;
    }

    .two_column_section {
        margin: 80px 0;
    }
    .two_column_section.services_section,
    .two_column_section.phone_section,
    .two_column_section.benefits_invest_section {
        margin: 0;
        padding: 80px 0;
    }

    .checklist_section {
        margin: 80px 0;
    }

    .home header .header_logo a img {
        opacity: 1 !important;
    }

    .home header .header_logo a {
        background: transparent;
    }

    header .header_links ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0 0 10px;
        width: 100%;
    }

    header .header_links ul li {
        margin: 8px 0;
    }

    header .header_links ul li a {
        display: block;
        padding: 4px 0;
        font-weight: 700;
        font-size: 24px;
        font-family: "Oswald", sans-serif;
        line-height: 38px;
        position: relative;
        position: relative;
        display: block;
        text-transform: none;
    }

    header .header_links {
        background: #fff;
        padding: 20px 20px;
        position: fixed;
        left: 0;
        right: 0;
        top: 130px;
        padding-top: 10px;
        -webkit-transform: translateX(110%);
        -ms-transform: translateX(110%);
        transform: translateX(110%);
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        bottom: 0;
        display: block;
        max-width: 100%;
        width: 100%;
        overflow: auto;
    }

    header.fixed_header .header_links {
        top: 105px;
    }

    header .header_logo {
        position: relative;
        z-index: 1;
    }

    body.open_menu header .header_links {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    .footer_top {
        padding-top: 60px;
    }

    .footer_top .right_column {
        width: 100%;
        padding: 0;
    }

    .footer_top .right_column .footer_links {
        padding-top: 30px;
        margin: 0;
        width: 100%;
    }

    header .header_links ul li ul.sub-menu {
        margin: 0;
    }

    header .header_links ul li ul.sub-menu a {
        font-size: 18px;
        font-family: "Noto Sans", sans-serif;
        text-transform: none;
        padding: 0;
        line-height: 26px;
        text-decoration: none;
    }

    .home header .header_links ul li a {
        color: #000;
    }

    .open_menu button.navbar-toggler {
        background: #fd8100;
        border-radius: 50%;
        width: 45px;
        height: 45px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 4px;
    }

    .open_menu button.navbar-toggler span {
        background: #fff;
        width: 25px;
    }

    .two_column_section .wrapper {
        margin: 0 -20px 80px;
    }

    .img_text_column .head {
        margin-bottom: 60px;
    }

    .slider_section .wrapper {
        max-width: 480px;
    }

    .slider_section .item {
        height: 300px;
    }

    .contact_page .left_column {
        width: 100%;
    }

    .contact_page .right_column {
        width: 100%;
    }

    .header {
        background: #fff;
    }

    body.home .header_space {
        display: block;
    }

    article.search-entry {
        width: calc(50% - 20px);
    }

    .search-entry-row {
        margin: 0;
    }

    .banner_section .banner_imgs {
        right: 0;
    }

    .banner_section .banner_imgs img {
        max-width: 100px;
    }

    .banner_section .wrapper h3 {
        font-size: 20px;
    }

    body.open_menu {
        overflow: hidden;
    }

    .modal-content {
        max-width: calc(100% - 40px);
        padding: 40px;
    }

    .page-template-default.page-id-277 main#primary {
        padding: 60px 20px;
    }

    .page-template-default.page-id-279 main#primary {
        padding: 60px 20px;
    }

    h1 {
        font-size: 36px;
        line-height: 40px;
    }

    .header_call {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    header .header_call a {
        min-width: 200px;
        padding: 4px 15px;
        margin: 0 0 10px;
    }

    .header .header_call .add_calendar_icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .modal .modal-content .gfield--input-type-date,
    .modal .modal-content .gfield--input-type-time {
        max-width: 100%;
        width: 100% !important;
    }

    .footer_top .left_column {
        width: 100%;
        padding: 0;
    }

    footer .copyright_block .right_column ul li {
        margin: 0 15px 0 0;
    }

    footer .bottom_text_copy {
        padding: 30px 0 40px;
    }
}

@media only screen and (max-width: 767px) {
    .contact_page {
        margin: 40px 0;
    }

    .two_column_section .right_column {
        width: 100%;
    }

    .img_text_column .head {
        margin-bottom: 40px;
    }

    .benefits_section h3 {
        margin: 0 0 15px;
    }

    .benefits_section ul {
        max-width: 100%;
    }

    .benefits_section h3 img {
        margin-right: 20px;
    }

    .two_column_section .left_column .text_content {
        max-width: 480px;
    }

    .phone_section .text_content {
        max-width: 100%;
        margin-left: auto;
        width: 100%;
    }

    .banner_section {
        padding-bottom: 30px;
        min-height: auto;
        padding-top: 60px;
        background-position: left 30% top !important;
    }

    .text_section {
        margin: 40px 0;
    }

    .text_section .left_column {
        width: 100%;
        padding-right: 0;
        margin: 30px 0 0;
    }

    .text_section .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .two_column_section {
        margin: 40px 0;
    }
    .two_column_section.services_section,
    .two_column_section.phone_section,
    .two_column_section.benefits_invest_section {
        margin: 0;
        padding: 40px 0;
    }

    .two_column_section .left_column {
        width: 100%;
        margin-bottom: 40px;
    }

    .phone_section .image_block {
        max-width: 350px;
        margin: 0 auto;
    }

    .phone_section .bottom_text {
        margin-top: 40px;
    }

    .client_section {
        margin: 80px 0;
    }

    .client_section .head {
        max-width: 80%;
        text-align: center;
        margin: 0 auto 40px;
    }

    .client_section .video_block {
        max-width: 620px;
        margin: 0 auto;
        height: auto;
    }

    .client_section .video_block iframe {
        width: 100%;
        aspect-ratio: 4/2.5;
        height: auto;
    }

    .two_column_section.services_section .text_content ul li {
        padding: 20px 15px;
        margin: 0 0 20px;
    }

    .services_section .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .client_section {
        margin: 40px 0;
    }

    .benefits_section .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .benefits_invest_section .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer_top .left_column {
        width: 100%;
        padding: 0;
    }

    footer .logo_section {
        width: 280px;
        max-width: 100%;
        margin: 0 0 20px;
    }

    .footer_top .right_column {
        width: 100%;
    }

    .footer_top .right_column .footer_links {
        margin: 0;
        padding-top: 30px;
    }

    .footer_top {
        margin-bottom: 20px;
        padding-top: 40px;
    }

    footer .copyright_block .left_column {
        width: 100%;
    }

    footer .copyright_block .right_column {
        width: 100%;
        max-width: 100%;
        margin-top: 10px;
    }

    footer .bottom_text_copy {
        padding: 20px 0 20px;
    }

    .ready_section {
        padding: 40px 0;
    }

    .ready_section .head {
        max-width: 100%;
        margin: 0 auto 40px;
        text-align: center;
    }

    .our_promise_section .left_columm {
        width: 100%;
        padding: 0 20px;
    }

    .services_block_section {
        margin: 40px 0;
    }

    .page-id-34 .services_block_section {
        margin-top: 40px;
    }

    .our_promise_section .image {
        text-align: center;
        margin: 0 0 30px;
    }

    .our_promise_section .image img {
        width: 100%;
        max-width: 320px;
    }

    .our_promise_section {
        padding: 40px 0;
    }

    .our_promise_section .right_columm {
        width: 100%;
        padding: 0;
    }

    .story_section .view_row .right_column {
        width: 100%;
        padding: 0 !important;
    }

    .story_section .view_row .left_column {
        width: 100%;
        padding: 0;
        padding-left: 0;
        margin: 0 0 20px;
    }

    .story_section .view_row {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .review_section {
        margin: 40px 0;
    }

    .review_section div.wppro_pagination {
        bottom: 0;
    }

    .review_section .buttons_wrap {
        margin-top: 0;
    }

    .checklist_section {
        margin: 40px 0;
    }

    .checklist_section .image_block {
        position: relative;
        text-align: center;
        top: -30px;
        width: 100%;
    }

    .checklist_section .ul_list_block ul li {
        width: calc(50% - 10px) !important;
        margin: 0 0 30px;
    }

    .checklist_section .buttons_wrap {
        margin-top: 40px;
        margin-left: 0;
        margin-right: 0;
    }

    .story_section .view_row .head_title {
        margin: 0 0 20px;
    }

    .story_section .head {
        max-width: 80%;
        text-align: center;
        margin: 0 auto 40px;
    }

    .benefits_section .head {
        margin: 0 auto 40px;
        max-width: 100%;
        width: 100%;
    }

    .benefits_section .text_content {
        max-width: 100%;
        margin: 0 auto;
    }

    .benefits_section .left_column .image_block img {
        margin-bottom: 20px;
    }

    .ready_section .wrapper .text_content {
        margin: 0 auto 40px;
    }
    .services_block_section .container > .text_content {
        margin: 0 auto 40px;
    }

    .story_section {
        padding: 40px 0px;
    }

    .benefits_invest_section ul li {
        padding: 18px 15px;
    }

    .footer_top .right_column .footer_links .footer_link:nth-child(2) {
        width: 100%;
    }

    .banner_section h1 {
        font-size: 32px;
        line-height: 46px;
        margin: 0 0 20px;
    }

    .services_block_section .wrapper {
        margin: 00;
    }

    .services_block_section .item {
        width: 100%;
        margin: 0 0 30px;
    }

    .services_block_section .text_content .btn_wrapper {
        position: static;
        margin-top: 20px;
        transform: initial;
        width: 100%;
    }

    .services_block_section .text_content {
        padding-bottom: 0;
    }

    .services_block_section .head_top h3 {
        min-height: auto;
    }

    .services_block_section .item .head_top {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .services_block_section .head {
        margin: 0 auto 40px;
    }

    .two_column_section .wrapper {
        margin: 0 -20px 60px;
    }

    .slider_section .wrapper {
        max-width: 80%;
    }

    .slider_section .head {
        margin-bottom: 40px;
    }

    .inner_banner h1 {
        font-size: 32px;
        line-height: 48px;
    }

    article.search-entry {
        width: calc(100% - 20px);
    }

    .search .default-layout {
        padding: 40px 0;
    }

    .error404 .page_not_found {
        padding: 40px 0;
    }

    .banner_section .banner_imgs {
        position: static;
        margin-top: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .text_section .left_column {
        width: 100%;
        text-align: center;
        order: 2;
    }
    .text_section .right_column {
        order: 3;
    }
    .text_section .wrapper > p {
        order: 1;
    }

    .two_column_section .left_column .image_block {
        text-align: center;
    }

    .modal-content {
        padding: 30px 20px;
    }

    header .header_links {
        top: 120px;
    }

    header.fixed_header .header_links {
        top: 92px;
    }

    header .header_links ul li ul.sub-menu a {
        font-size: 16px;
        line-height: 24px;
    }

    .page-template-default.page-id-277 main#primary {
        padding: 40px 20px;
    }

    .page-template-default.page-id-279 main#primary {
        padding: 40px 20px;
    }

    header .header_links ul li {
        margin: 4px 0;
    }
}

@media only screen and (max-width: 575px) {
    .checklist_section .ul_list_block ul li {
        width: 100% !important;
        margin: 0 0 20px;
    }

    .footer_top .right_column .footer_links .footer_link {
        width: 100%;
        padding: 0 5px;
    }

    .primary_btn {
        font-size: 16px;
        min-width: 120px;
        width: 100%;
    }

    .benefits_section h3 img {
        margin-right: 10px;
    }

    .two_column_section .bottom_text {
        padding: 0 20px;
    }

    .banner_section .wrapper h3 {
        font-size: 18px;
        margin: 0 0 15px;
        line-height: 26px;
    }

    .banner_section .wrapper ul li {
        font-size: 16px;
        line-height: 26px;
    }

    .banner_section .wrapper ul {
        margin: 0 0 25px;
        padding-left: 20px;
    }

    .buttons_wrap .primary_btn {
        margin: 0 5px;
        width: calc(50% - 10px);
    }

    .two_column_section.services_section .text_content ul li p {
        background: url(../images/check_white.svg) no-repeat top 0px left / 30px;
        padding-left: 45px;
    }

    .two_column_section .wrapper {
        margin: 0 -20px 40px;
    }

    .header_space {
        height: 120px;
    }

    .fixed_header .header_space {
        height: 106px;
    }

    /*.wp-mycore.container:first-child {
    margin-top: 40px;
    }.wp-mycore.container:last-child {
    padding-bottom: 40px;
    }*/
    header .header_links ul li {
        margin: 4px 0;
    }
}

@media only screen and (max-width: 575px) {
    .buttons_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
    }

    .buttons_wrap .primary_btn {
        width: 100%;
        margin: 0 0 15px;
    }

    header .header_logo a {
        width: 200px;
    }
}

@media only screen and (max-width: 400px) {
    footer .copyright_block p,
    footer .copyright_block a {
        font-size: 10px;
        line-height: 15px;
    }

    footer .copyright_block .right_column ul li {
        margin: 0 10px 0 0;
        line-height: 15px;
    }
}

.phonehomes-theme .social-icons {
    gap: 10px;
    display: flex;
    align-items: center;
}

.phonehomes-theme .social-icons a,
.phonehomes-theme .social-icons div,
.phonehomes-theme .social-icons svg {
    margin: 0;
    display: block;
}

.phonehomes-theme .social-icons svg {
    width: 22px;
    height: 22px;
    color: #0b1b36;
    transition: 0.3s ease all;
}

.phonehomes-theme .social-icons a:hover svg,
.phonehomes-theme .social-icons div:hover svg {
    color: #fd8100;
}

.inner_banner.blog_banner {
    text-align: left;
    min-height: auto;
    padding: 220px 0 0;
}

.inner_banner.blog_banner .container {
    display: flex;
    align-items: flex-end;
}

.inner_banner.blog_banner .title {
    flex: 1;
    padding: 50px 0;
}

.blog_banner img.post_img {
    width: 45%;
    margin-right: 45px;
    aspect-ratio: 4 / 3;
    margin-bottom: -60px;
}

.blog_content {
    padding: 150px 0 80px;
}

.blog_content .post-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
    margin-top: 40px;
    border-top: #d1d1d1 solid 1px;
}

.blog_content .post-footer a {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: underline;
}

.blog_content .post-footer a:hover {
    color: #fd8100;
}

.blog_feed {
    padding: 80px 0;
}

.blog_feed .listing-categories {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
}

.blog_feed .listing-categories a {
    background: white;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    padding: 8px 15px;
    color: #fd8100;
    text-align: center;
    font-family: "Oswald", sans-serif;
    border: 1px solid #fd8100;
    text-transform: uppercase;
}

.blog_feed .listing-categories a:hover,
.blog_feed .listing-categories a.is-current {
    background: #fd8100;
    color: white;
}

.blog_feed .listing-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.blog_feed .entry-post {
    transition: none;
}

.blog_feed .entry-post img {
    display: block;
    aspect-ratio: 4 / 3;
    min-height: 200px;
    object-fit: cover;
    margin-bottom: 12px;
}

.blog_feed .entry-post h4 {
    font-size: 26px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    line-height: 130%;
    transition: 0.3s ease all;
}

.blog_feed .entry-post p {
    font-size: 14px;
    margin: 0 0 10px;
}

.blog_feed .entry-post:hover h4 {
    color: #fd8100;
}

@media (max-width: 991px) {
    .inner_banner.blog_banner {
        padding: 180px 0 40px;
    }
    .inner_banner.blog_banner .container {
        flex-direction: column;
    }

    .blog_banner .title {
        order: 1;
        text-align: center;
    }

    .blog_banner .social-icons {
        justify-content: center;
    }

    .blog_banner .title,
    .blog_banner img.post_img {
        width: 100%;
    }

    .blog_banner img.post_img {
        margin: 0;
        order: 9;
    }

    .blog_content {
        padding: 70px 0;
    }
}
