html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}



body {
    font-family: "Fira Sans", sans-serif;
  font-weight: 300;
    font-size: 16px;
    color: #525151;
    line-height: 1.6;
}

body * {
    word-break: break-word;
}

body.home {
    padding-top: 0;
}

/*.before-load > * {
    width: 100%;
    overflow-x: hidden;
}*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Fira Sans", sans-serif;
    font-weight: bold;
    color: #C2462F;
    line-height: 1.3;
    margin: 0 0 15px;
}

h1 {
    font-size: 48px;
    line-height: 1.2;
    margin: 0 0 20px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

p {
    line-height: 1.8;
    margin: 0 0 20px;
}

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

a {
    color: #C2462F;
    text-decoration: none;
}

strong {
    font-weight: bold;
}

.content-width {
    max-width: 1440px;
    margin: 0 auto;
}


blockquote {
    border-left: 2px solid #C2462F;
    padding: 2px 0 2px 20px;
    margin: 30px 0 30px 30px;
}

blockquote p {
    margin: 0;
}

/*btn animation end*/

.list-section {}

.list-section ul {
    margin: 20px 0 35px 10px;
    line-height: 1.5;
}
.list-section ul li{
 margin: 8px 0 -5px 10px;	
}
.list-section li {
    position: relative;
    padding: 0 0 7px 18px;
}

.list-section ul li:before {
    content: " ";
    width: 7px;
    height: 7px;
    background: #C2462F;
    position: absolute;
    left: 0;
    top: 8px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.general-wrap .list-section ul li:before {
    content: " ";
    width: 5px;
    height: 5px;
    background: #212427;
    position: absolute;
    left: 0;
    top: 14px;
    transform: translate(0px, -50%);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.general-wrap .list-section  ul li {
    position: relative;
    padding: 0 0 0px 15px;
}
.general-wrap .list-section  ol li {
    position: relative;
    padding-left:0;
}
.general-wrap .list-section ol {
    box-sizing: border-box;
    margin-left: 25px;
}
.el_style ul li:before{
	content:none!important;
}
.el_style ul li{
	padding:0!important;
}
/* Nav start*/
/* .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    display: flex;
    flex-wrap: wrap;
    padding: 0 25px;
}

.logo {
    width: 210px;
    margin-top: 17px;
}

.logo a {
    display: block;
    width: 100%;
    background: url(../images/logo.svg) no-repeat;
    background-size: 100% auto;
    height: 36px;
}

.nav-icon {
    display: none;
}

.nav-wrap {
    width: calc(100% - 420px);
}

.nav-wrap .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.nav-wrap .menu>li {
    padding: 25px 11px 17px;
}

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

.nav-wrap .menu>li>a {
    font-family: "Fira Sans", sans-serif;
  font-weight: 400;
    display: inline-block;
    color: #525151;
    cursor: pointer;
    position: relative;
    line-height: 1.4;
}

.nav-wrap .menu>li.current-menu-item>a {
    color: #C2462F;
} */

/*.nav-wrap .menu > li > a:hover,
    .nav-wrap .menu > li.current-menu-item > a,
    .nav-wrap .menu > li:hover > a{
    }*/
/* .nav-wrap .menu>li.menu-item-has-children>a:before {
    content: " ";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 2px;
    background: #C2462F;
}

.nav-wrap .sub-menu {

    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

    max-height: 0;
    overflow: hidden;
    -moz-transition: max-height 0.45s ease-out;
    -webkit-transition: max-height 0.45s ease-out;
    transition: max-height 0.45s ease-out;
} */

/*first level dropdown*/
/* .nav-wrap .menu>li.menu-item-has-children>.sub-menu {
    position: absolute;
    left: unset;
    top: 100%;
    background: #f8f8f8;
    width: 248px;
    -moz-box-shadow: 0px 3px 6px #00000012;
    -webkit-box-shadow: 0px 3px 6px #00000012;
    box-shadow: 0px 3px 6px #00000012;
} */

/*.nav-wrap .menu > li.menu-item-has-children > .sub-menu:before{
        content: " ";
        position: absolute;
        top: -23px;
        left: 50%;
        margin-left: -21px;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 25px solid #EFEEE9;
    }*/
/* .nav-wrap .menu>li.menu-item-has-children>.sub-menu>li {
    position: relative;
    padding: 0 12px
}

.nav-wrap .menu>li.menu-item-has-children .sub-menu li a {
    display: inline-block;
    font-family: inherit;
    font-size: 16px;
    color: #525151;
    padding: 17px 0 13px;
    position: relative;
    line-height: 1.3;
}

.nav-wrap .menu>li.menu-item-has-children .sub-menu li a:before {
    content: " ";
    background: transparent;
    width: 50%;
    height: 2px;
    margin-left:0;
    position: absolute;
    left: 0;
    bottom: 7px;
}

.nav-wrap .menu>li.menu-item-has-children .sub-menu li a:hover:before {
    background: #C2462F;
}

.nav-wrap .menu>li.menu-item-has-children .sub-menu>li:last-child>a {
    border-bottom: none;
}

.nav-wrap .menu>li.menu-item-has-children>.sub-menu>li a:hover,
.nav-wrap .menu>li.menu-item-has-children>.sub-menu>li:hover>a {}

.nav-wrap .menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>a:before {
    content: " ";
    position: absolute;
    top: 17px;
    right: 10px;
    width: 0;
    height: 0;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 6px solid #B29D5E;
}

.nav-wrap .menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>a:hover:before,
.nav-wrap .menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children:hover>a:before {
    color: #fff;
}

.nav-wrap .menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children .sub-menu {
    position: absolute;
    left: calc(100% - 1px);
    top: 0;
    background: #F7F6F0;
    min-width: 210px;
    padding: 10px 0;
}

.nav-wrap .menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children .sub-menu a {
    padding: 8px 22px 7px;
    border: none;
}

.header-phone {
    width: 210px;
    text-align: center;
    line-height: 1.2;
    position: relative;
    margin-top: 27px;
}

.header-phone a {
    display: block;
    font-size: 18px;
    color: #C2462F;
    font-weight: bold;
    font-family: 'fira_sansbold';
}

.header.header-fixed {
    background: #fff;
    -moz-box-shadow: 0px 3px 6px #00000012;
    -webkit-box-shadow: 0px 3px 6px #00000012;
    box-shadow: 0px 3px 6px #00000012;
} */

/*  */
.form-section-wrap {
    padding: 100px 0 40px;
	background-color: #F5F5ED;
}

.form-section-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.form-content {
    width: 40%;
    text-align: center;
    position: relative;
    padding: 120px 0 140px;
}

.form-apricot {
    background: url(../images/apricot-lg.svg) no-repeat;
    position: absolute;
    left: -115px;
    top: 15px;
    width: 418px;
    height: 450px;
}

.form-text {
    position: relative;
}

.form-text>span:first-child {
    display: block;
    font-size: 46px;
    line-height: 1.3;
    color: #525151;
}

.form-text>strong:nth-child(2) {
    display: block;
    font-size: 48px;
    line-height: 1;
    color: #C2462F;
    font-weight: bold;
    font-family: "Fira Sans", sans-serif;
    font-weight: bold;
    margin: 0 0 15px;
}

.form-section {
    width: 50%;
    margin-left: auto;
    padding: 80px 0 0;
    position: relative;
}

.form-top {
    position: absolute;
    right: 45px;
    top: 65px;
}

.form-top>span:first-child {
    background: url(../images/footer/triangle.svg) no-repeat;
    width: 14px;
    height: 13px;
    display: block;
}

.form-bot {
    position: absolute;
    left: 35px;
    bottom: 15px;
}

.form-bot>span:nth-child(1) {
    background: url(../images/footer/big-burst.svg) no-repeat;
    width: 27px;
    height: 27px;
    display: block;
}


.shape-brust {
    background: url(../images/shapes/burst.svg) no-repeat;
    width: 28px;
    height: 28px;
    display: inline-block;
}

.shape-cross {
    background: url(../images/shapes/cross-only.svg) no-repeat;
    width: 13px;
    height: 13px;
    display: inline-block;
}

.shape-triangle {
    background: url(../images/shapes/triangle.svg) no-repeat;
    width: 13px;
    height: 12px;
    display: inline-block;
}

.shape-circle {
    background: url(../images/shapes/circle.svg) no-repeat;
    background-size: 100% auto;
    width: 17px;
    height: 17px;
    display: inline-block;
}

.spinner {
    animation-name: spin;
    animation-duration: 9000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* .header.header-squeeze {
    justify-content: space-between;
}
.header.header-squeeze.show {
    z-index: 9;
} */
@media (min-width: 992px) {
/*     .header.header-squeeze .nav-wrap {
        display: none;
    } */
}

/* footer*/
.footer {
    background: #4a4a4a;
    padding: 25px 0;
    font-family: "Fira Sans", sans-serif;
  font-weight: 400;
    font-size: 14px;
    color: #fff;
}

.footer-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer-left {
    width: 310px;
    color: #fff;
    font-size: 12px;
}

.footer-left img {
    display: none;
}

.footer-mid {
    width: calc(100% - 560px);
    text-align: center;
}

.footer p {
    margin: 0;
}

.footer-mid a {
    color: #fff;
}

.footer-right {
    width: 250px;
    margin-left: auto;
}

.social-section ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.social-section ul li {
    padding: 0 3px;
}

.social-section li a {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.footer-logo img {
    min-width: 200px;
    margin: 0 auto;
}

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

.social-section a {
    color: #fff;
}
.social-section  a {
	font-size:11px;
}

.social-section .facebook {
    background: url(../images/footer/fb.svg) no-repeat;
}

.social-section .facebook:hover {
    background: url(../images/footer/fb-hover.svg) no-repeat;
}

.social-section .linkedin {
    background: url(../images/footer/linkedin.svg) no-repeat;
}

.social-section .linkedin:hover {
    background: url(../images/footer/linkedin-hover.svg) no-repeat;
}

.social-section .twitter {
    background: url(../images/footer/twitter.svg) no-repeat;
}

.social-section .twitter:hover {
    background: url(../images/footer/twitter-hover.svg) no-repeat;
}

.social-section .youtube {
    background: url(../images/footer/youtube.svg) no-repeat;
}

.social-section .youtube:hover {
    background: url(../images/footer/youtube-hover.svg) no-repeat;
}

.subscribe-wrap {
    position: relative;
    /* left: 45px;
    bottom: 0;
    z-index: 9; */
}

.subscribe-link {
    display: none !important;
    background: transparent url(/wp-content/uploads/2020/07/envelope-thick.svg) center center no-repeat;
    background-size: 55% auto;
    width: 45px;
    height: 45px;
    line-height: 1;
    -moz-border-radius: 12px 12px 0 0;
    -webkit-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
}

.subscribe-content {
    display: block !important;
    background: transparent;
    width: 340px;
    padding: 15px 10px 20px;
    -moz-border-radius: 12px 12px 0 0;
    -webkit-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
}

.subscribe-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #fff;
}

.subscribe-content label {
    display: block;
    color: #fff;
    font-size: 14px;
    font-family: "Fira Sans", sans-serif;
  font-weight: 400;
    margin: 0 0 5px;
}

.subscribe-field-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.subscribe-field-wrap>input {
    color: #525151;
    font-size: 14px;
    padding: 7px 10px;
    border: none;
    border-top: 1px solid #8fbfcf;
    border-bottom: 1px solid #8fbfcf;
    width: calc(50% - 10px);
    margin: 0 5px;
    -moz-box-shadow: 0px 2px 3px #00000029;
    -webkit-box-shadow: 0px 2px 3px #00000029;
    box-shadow: 0px 2px 3px #00000029;
}

.subscribe-wrap .gform_wrapper {
    margin: 0 !important;
}

.subscribe-wrap .gform_fields {
    margin: 0 !important;
}

.subscribe-wrap .gform_fields>li {
    margin: 0 !important;
    padding: 0 5px !important;
}

.subscribe-wrap .gform_fields>li:first-child {
    padding-left: 0px !important;
}

.subscribe-wrap .gform_fields>li input {
    margin: 0 !important;
    height: auto;
    line-height: inherit !important;
    padding: 5px 10px !important;
}


.footer.footer-squeeze .footer-logo img {
    display: block;
    margin: 0px;
}



/**/
.smart-nav {
    display: none;
}

/* popup start*/
.popup-overlay {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9;
}

.popup-section {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 1040px;
    max-height: 100%;
    overflow-y: auto;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 10;
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
}

.popup-section .popup-close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 9;
    width: 45px;
    height: 45px;
    display: inline-block;
}

.popup-section .popup-close:before,
.popup-section .popup-close:after {
    position: absolute;
    left: 30px;
    top: 0;
    content: " ";
    height: 45px;
    width: 1px;
    background-color: #999999;
    display: block;
    transform: rotate(45deg);
}

.popup-section .popup-close:after {
    transform: rotate(-45deg);
}

.popup-inner {
    padding: 60px 50px 50px;
    position: relative;
}

.popup-section .form-title>span:first-child,
.popup-section .form-title>span:nth-child(2),
.popup-section .form-desc-bot,
.popup-section .form-desc-bot a {
    color: #003771;
}

.popup-section .gform_fields>li input,
.popup-section .gform_fields>li textarea {
    background: #F8F8F8;
}

.popup-section .gform_confirmation_message {
    color: #003771;
}


/* live chat start*/
.live-chat-popup {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -244px 0 0 -418px;
    z-index: 9;
}

.live-chat-popup:before {
    content: " ";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9;
}

.live-chat-inner {
    /*background: url(../images/live-chat-img.jpg) center top no-repeat;*/
    background-size: cover;
    width: 836px;
    height: 489px;
    text-align: center;
    position: relative;
    z-index: 99;
}

.close-chat-popup {
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 9;
    width: 56px;
    height: 56px;
    display: inline-block;
    cursor: pointer;
}

.close-chat-popup:before,
.close-chat-popup:after {
    position: absolute;
    left: 28px;
    top: 7px;
    content: " ";
    height: 42px;
    width: 1px;
    background-color: #ccc;
    display: block;
    transform: rotate(45deg);
}

.close-chat-popup:after {
    transform: rotate(-45deg);
}

.chat-content {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 20px 40px;
}

.chat-content>span {
    display: block;
    font-size: 86px;
    font-weight: 300;
    color: #fff;
    line-height: 1.3;
    margin: 0 0 5px;
}

.chat-content>span strong {
    font-weight: bold;
}

.chat-content .btn {
    font-size: 20px;
    padding: 20px 45px;
    cursor: pointer;
    margin: 0 5px;
}

.show {
    display: block !important;
}

/* live chat end*/


.form-wrap .gform_wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.gform_fields {
    display: flex !important;
    flex-wrap: wrap;
}

.gform_fields>li,
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: inherit !important;
    width: 50% !important;
    padding: 0 10px 5px !important;
    margin: 0 0 10px !important;
    background: none !important;
    border: none !important;
    position: relative;
}
.gform_legacy_markup_wrapper.sidebar_wrapper .gform_fields>li{
 width: 100% !important;
	border-radius: 8px;
}
.gform_fields>li input{
	border-radius: 8px!important;
}
.gform_fields>li .gfield_label {
    font-family: "Fira Sans", sans-serif;
    font-weight: 300!important;
    color: #525151;
    font-size: 16px !important;

    position: absolute;
    top: 24px;
    left: 23px;
    -moz-transition: .1s all linear;
    -webkit-transition: .1s all linear;
    transition: .1s all linear;
}

.gfield.active label {
    top: -10px !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 20px !important;
    font-size: 14px !important;
}

.gform_fields>li input,
.gform_fields>li textarea {
    color: #525151;
    width: 100% !important;
    font-size: 16px !important;
    padding: 15px !important;
    border: none;
    min-height: inherit !important;
    line-height: inherit !important;
    -webkit-appearance: none;
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);

}

.gform_fields>li input::placeholder,
.gform_fields>li textarea::placeholder {
    color: #525151;
}

.gform_fields>li input:-ms-input-placeholder,
.gform_fields>li textarea:-ms-input-placeholder {
    color: #525151;
}

.gform_fields>li input::-ms-input-placeholder,
.gform_fields>li textarea::-ms-input-placeholder {
    color: #525151;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio],
.gform_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_safari .gfield_radio li input[type=radio] {
    background: none;
    box-shadow: none;
    -webkit-appearance: auto;
}

.gform_fields>li textarea {
    height: 150px !important;
}



#gform_wrapper_5 .gform_body {
    max-width: 265px;
}

#gform_wrapper_5 .gform_footer {
    max-width: 56px;
    position: absolute;
    right: -10px;
    display: flex;
    justify-content: flex-end;
}
.footer #gform_wrapper_5 .gform_footer{
	max-width: 48%;
    position: absolute;
    right: -70px;
    display: flex;
    justify-content: end;
    padding-top: 0!important;
    top: -8px;
	margin-top:0;
}
.footer #gform_wrapper_5 .gform_footer input {
    height: 36px;
    margin-left: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
}
#gform_7 .gform_footer {
	text-align:center;
}
#gform_submit_button_7{
	    margin: 0;
	background-color:#C2462F;
}
#gform_wrapper_5 .gform_footer input {
   height: 32px;
    margin-left: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 0!important; */
    width: 110px!important;
    padding-top: 0!important;
    padding-bottom: 0!important;

}
.footer #gform_submit_button_5{
	border-radius: 0!important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 7px;
}
/* .footer #gform_wrapper_5 .gform_footer {
    max-width: 56px;
    position: absolute;
        right: -35px;
    display: flex;
    justify-content: center;
} */
#gform_wrapper_5 form {
    display: flex;
    position: relative;
}

/* #gform_wrapper_5  .gform_footer.top_label::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 21px;
    width: 0;
    transform: rotate(270deg);
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #fff;
} */

/* .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
    cursor: pointer;
    position: relative;
    color: #fff;
    padding: 17px 35px !important;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1.2 !important;
    text-align: center;
    font-size: 18px;
    border: none;
    background: #C2462F;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 !important;
    width: auto !important;
    -moz-border-radius: 12px !important;
    -webkit-border-radius: 12px !important;
    border-radius: 12px !important;
} */

/*.gform_wrapper .gform_footer input.button:before,
        .gform_wrapper .gform_footer input[type=submit]:before,
        .gform_wrapper .gform_page_footer input.button:before,
        .gform_wrapper .gform_page_footer input[type=submit]:before{
            content: " ";
            width: calc(100% - 3px);
            height: calc(100% - 3px);
            border: 3px solid #DDBC79;
            position: absolute;
            left: -1px;
            top: -1px;
            visibility: hidden;
            opacity: 0;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }*/
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover {
    background: #C2462F;
}

/*.gform_wrapper .gform_footer input.button:hover:before,
        .gform_wrapper .gform_footer input[type=submit]:hover:before,
        .gform_wrapper .gform_page_footer input.button:hover:before,
        .gform_wrapper .gform_page_footer input[type=submit]:hover:before{
            visibility: visible;
            opacity: 1;
        }*/
.gform_wrapper .validation_message {
    padding-top: 5px !important;
}

.gform_confirmation_message {
    text-align: center;
    color: #fff;
    padding: 25px 0 10px;
    font-size: 20px;
}

.required-text {
    text-align: center;
    color: #00244E;
    font-size: 12px;
}

.slick-dots {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.slick-dots li {
    padding: 0 5px;
}

.slick-dots button {
    width: 14px;
    height: 14px;
    background: none;
    border: 3px solid #C2462F;
    font-size: 0;
    padding: 0;
    cursor: pointer;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.slick-dots .slick-active button {
    background: #C2462F;
}

.for-mobile {
    display: none !important;
}
.contact-main-left .gform_fields .organization_field {
    width: 50% !important;
}
li#field_2_5 {
    width: 100%!important;
}
li.gchoice.gchoice_2_6_1 {
    display: flex;
    flex-direction: row-reverse;
    
    align-items: center;
}
input#choice_2_6_1 {
    height: 30px;
	position: relative;
    left: 97px
}
label#label_2_6_1 {
    width: 100%;
}
li#field_2_6 {
    width: 100%!important;
}

@media (min-width: 1000px) {
    .nav-wrap .menu li.menu-item-has-children:hover>.sub-menu {
        max-height: unset;
        -moz-transition: max-height 0.45s ease-in;
        -moz-transition: max-height 0.45s ease-in;
        transition: max-height 0.45s ease-in;
    }
}
@media (min-width: 767px) {
	    .content-width {
       padding: 0 35px;
    }
}
@media (min-width: 992px) {
	    .content-width {
       padding: 0 50px;
    }
}
@media (min-width: 1280px) {
	    .content-width {
       padding: 0 80px;
    }
}
@media (max-width: 1350px) {
    .form-apricot {
        left: -50px;
    }
}

@media (max-width: 1280px) {
    .form-apricot {
        left: 0;
    }

}

@media (max-width: 1200px) {


    .subscribe-wrap {
        left: 10px;
    }

}
@media (max-width: 1080px) {
.nav-wrap .menu>li {
    padding: 25px 5px 8px;
}	
}


@media (max-width: 1000px) {
/*     .popup-section {
        width: 94%;
    }

    .header {
        padding: 18px 25px 15px;
    } */

    /*.home .header{
        background: #fff;
    }*/
/*     .logo {
        margin: 0;
    }

    .header-phone {
        display: none;
    }

    .nav-icon {
        display: inline-block;
        position: fixed;
        right: 1px;
        top: 9px;
        z-index: 1;
        width: 55px;
        height: 55px;
        text-align: center;
        padding-top: 2px;
        z-index: 99999;
    }

    .nav-icon:before,
    .nav-icon:after {
        content: '';
        background-color: #C2462F;
        width: 22px;
        height: 2px;
        top: 32px;
        -webkit-transition: all ease .3s;
        -moz-transition: all ease .3s;
        -ms-transition: all ease .3s;
        -o-transition: all ease .3s;
        transition: all ease .3s;
        position: absolute;
        right: 15px;
    }

    .nav-icon:before {
        top: 16px;
    }

    .nav-icon span {
        position: absolute;
        right: 15px;
        top: 24px;
        background-color: #C2462F;
        width: 22px;
        height: 2px;
        display: inline-block;
    }

    .nav-icon.change-navicon:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 23px;
    }

    .nav-icon.change-navicon span {
        background-color: transparent !important;
    }

    .nav-icon.change-navicon:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 23px;
    }

    .nav-wrap {
        display: block;
        border: none;
        padding: 0;
        position: fixed;
        width: 0;
        height: 100%;
        height: calc(100vh + 70px);
        overflow-y: auto;
        right: -100%;
        top: 68px;
        z-index: 1;
        padding: 0 0 200px;
        border-top: 1px solid #f6f6f6;
        -webkit-transition: all ease .3s;
        -moz-transition: all ease .3s;
        -ms-transition: all ease .3s;
        -o-transition: all ease .3s;
        transition: all ease .3s;
    }

    .nav-wrap {
        width: 0;
        background: #fff;
    }

    .toggle-nav {
        right: 0;
        width: 100% !important;
    }

    .nav-wrap .menu {
        display: block;
    }

    .nav-wrap .menu>li {
        border-bottom: 1px solid #f6f6f6;
        padding: 0;
        margin: 0;
        position: relative;
    }

    .nav-wrap .menu>li>a {
        font-size: 16px;
        padding: 10px 15px;
        display: block;
        width: calc(100% - 55px);
        border-bottom: none;
        position: relative;
        z-index: 1;
    } */

    /*.nav-wrap .menu > li.menu-item-has-children > a{
        border-right: 1px solid #ccc;
    }*/
/*     .nav-wrap .menu>li.menu-item-has-children>a:before,
    .nav-wrap .menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>a:before {
        display: none;
    }

    .nav-wrap .menu>li.menu-item-has-children:after {
        content: " ";
        border: solid #b0b0b0;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        position: absolute;
        right: 23px;
        top: 20px;
        margin-top: -5px;
    }

    .header .sub-menu {
        position: static !important;
        background: none !important;
        padding: 0 !important;
        max-height: inherit;
        overflow: visible;
        display: block;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        height: 0;
        position: initial;
        top: 0;
        border-top: 1px solid #f6f6f6;
        margin: 0 !important;
    }

    .nav-wrap .menu>li.menu-item-has-children>.sub-menu:before {
        display: none;
    }

    .header li.show-submenu .sub-menu {
        height: auto;
        opacity: 1;
        visibility: visible;
        box-shadow: none !important;
    }

    .nav-wrap .menu>li.menu-item-has-children .sub-menu>li {
        padding: 0;
    }

    .nav-wrap .menu>li.menu-item-has-children .sub-menu li a {
        padding: 10px 30px;
        border-bottom: 1px solid #f6f6f6;
        font-size: 16px;
        line-height: 1.7;
        display: block;
    }

    .nav-wrap .menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children .sub-menu a {
        color: #00244E;
        padding: 10px 45px;
        border-bottom: 1px solid #ccc;
    }
 */
    .cb-open,
    .atf-fix-buttons {
        display: none !important;
    }
	input#choice_2_6_1 {
    left: 68px;
	}
}

@media (max-width: 991px) {
    .footer-left {
        width: 50%;
    }

    .footer-mid {
        width: calc(100% - 50%);

    }

    .footer-right {
        width: 100%;
    }

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

    .social-section ul {
        justify-content: center;
        margin-top: 20px;
    }



    .form-content {
        width: 50%;
    }

    .form-apricot {
        background-size: 100% auto;
        width: 350px;
        height: 400px;
    }

    .form-text>span:first-child {
        font-size: 36px;
    }

    .form-text>strong:nth-child(2) {
        font-size: 38px;
    }

    .form-bot {
        left: 0;
    }
		.nav-wrap .menu>li.menu-item-has-children>.sub-menu{
		width:100%;
	}
}

/*  gravity form btn*/

.gform_footer {
    width: fit-content !important;
    height: 88px;
    padding: 0 30px !important;
    position: relative;
    display: block;
    background: #c2462f;
    border-radius: 10px;
    margin: 15px auto 0 !important;
}
.gform_footer:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0;
    height: 100%;
    background-color: #181b2c;
    transition: all .3s ease-in-out;
    z-index: 2;
    border-radius: 10px;
}
.gform_footer input[type=submit] {
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: 14px !important;
    line-height: 55px;
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    letter-spacing: .36px;
    font-family: 'PublicSans_Bold';
    background: transparent !important;
    padding: 0;
    margin: 0 !important;
    border: 0;
}
.gform_footer:hover:before {
    width: 100%;
}
.footer #gform_wrapper_5 .gform_footer{
	    height: 37px;
}
.footer #gform_wrapper_5 .gform_footer input[type=submit]{
	   line-height: normal;
}

@media (max-width: 767px) {

	.footer #gform_wrapper_5 .gform_footer{
		position: relative;
		display: flex;
		right:0!important;		
		top:0!important;
		justify-content: center;
		width: 200px!important;
		max-width: 100%;
		margin-top:10px!important;
	}
	.footer #gform_wrapper_5 form{
		flex-direction:column;
	}
	.footer #gform_wrapper_5 .gform_footer input {
    margin-top: 2px!important;
}
    #gform_wrapper_5 .gform_body {
        max-width: 205px;
        margin: 0 auto;
    }

    #gform_wrapper_5 .gform_footer {
        right: -5px;
    }

    .subscribe-content {
        padding-bottom: 10px;
    }

    #gform_wrapper_5 .gform_footer {
        bottom: -15px;
    }

    .subscribe-wrap .gform_fields>li {
        padding-left: 0px !important;
    }

    .footer-left img {
        display: block;
        margin: 0 auto 10px;
    }

    .footer-mid img {
        display: none;
    }

    .for-desktop {
        display: none !important;
    }

    .for-mobile {
        display: block !important;
    }

    /* .subscribe-wrap{
        display: none;
    } */
    .form-section-inner {
        display: block;
    }

    .form-content {
        width: 100%;
        padding: 0 25px;
    }

    .form-text>span:first-child {
        font-size: 26px;
    }

    .form-text>strong:nth-child(2) {
        font-size: 30px;
    }

    .form-apricot {
        width: 100%;
        background-size: 110% 110%;
        background-position: -22px -29px;
        height: 500px;
        top: 75%;
    }

    .form-section {
        width: 70%;
        padding: 5px 20px 30px;
        margin: 0 auto;
    }

    .form-top {
        display: none;
    }

    .form-bot {
        display: none;
        left: 20px;
    }

    .footer {
        padding: 35px 20px 60px;
        text-align: center;
    }

    .footer-left {
        order: -1;
        margin: 0 auto;
        width: auto;
    }

    .footer-mid {
        order: 2;
        width: 100%;
    }

    .footer-right {
        order: 1;
        width: 100%;
        padding: 24px 0 20px;
    }

    .social-section ul {
        justify-content: center;
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .footer p {
        text-align: center;
    }

    .live-chat-popup {
        display: none !important;
    }

    #front-chat-container [role="button"] {
        bottom: 55px !important;
    }



    .smart-nav {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 9999;
        background-color: #2494B9;
    }

    .smart-nav ul,
    .smart-nav li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .smart-nav ul {
        display: flex;
        flex-wrap: wrap;
    }

    .smart-nav li {
        float: left;
        width: 33%;
    }
    .chat-button {
        display: none;
    }
    .smart-nav.nav-three li {
        width: 33.33%;
    }

    .smart-nav a {
        font-family: "Fira Sans", sans-serif;
  font-weight: 400;
        font-weight: normal;
        display: block;
        height: 43px;
        line-height: 45px;
        text-align: center;
        padding: 0;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        border-right: 1px solid #fff;
    }

    .smart-nav li:last-child a {
        border-right: none;
    }

    .popup-section {
        width: 94%;
    }

    .popup-inner {
        padding: 60px 20px 40px;
    }

    .popup-section .contact-top>span:first-child {
        font-size: 26px;
    }

    .popup-section .contact-top ul {
        font-size: 14px;
    }

    .popup-section .popup-close {
        width: 30px;
        height: 30px;
        top: 15px;
    }

    .popup-section .popup-close:before,
    .popup-section .popup-close:after {
        height: 40px;
        left: 20px;
    }

    .popup-section .contact-title>span:first-child,
    .popup-section .contact-title>span:nth-child(2) {
        display: none;
    }

    .popup-txt-mobile {
        display: block;
        color: #4c96d7;
        font-size: 68px;
        text-transform: uppercase;
        line-height: 1;
    }

    .popup-section .contact-title ul {
        font-size: 19px;
        color: #0D0D0D;
    }

    .popup-number {
        display: none;
    }

    .gform_fields>li,
    .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
        width: 100% !important;
        padding: 0 0 10px !important;
    }

    .gform_fields>li .gfield_label {
        left: 16px;
    }

    .form-wrap .gform_wrapper {
        padding: 20px 20px 10px;
    }

    .gform_wrapper li.hidden_label input {
        margin-top: 0 !important;
    }

    .gform_wrapper .gform_footer input.button,
    .gform_wrapper .gform_footer input[type=submit],
    .gform_wrapper .gform_page_footer input.button,
    .gform_wrapper .gform_page_footer input[type=submit] {
        padding: 17px 5px;
        width: 100% !important;
        text-align: center;
    }

   

    .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
    .gform_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox] {
        display: inline-block;
        -webkit-appearance: checkbox !important;
        border: 1px solid #ccc !important;
        padding: 8px !important;
        background: #fff !important;
    }
		li#field_2_4 {
    width: 100%!important;
}
	input#choice_2_6_1 {
    left: 85px;
}
	.footer #gform_wrapper_5 .gform_footer:hover:before {
    width: 200px;
}
	.footer #gform_wrapper_5 .gform_footer:before {
    left: 0;
    top: auto;
    width: 0;
    bottom: 0px;
    height: 37px;
}
/* 	.gform_footer {
    height: 60px;
    padding: 0px 0px !important;
} */
}
@media (max-width: 375px) {
    .form-section {
        width: 90%;
    }
}
@media (max-width: 330px) {
    .popup-section .contact-top>span:first-child {
        font-size: 22px;
    }
}




/*responsive start*/
@media (min-width: 768px) {
/*     .header-fixed .header-main {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #e5e5e9;
        -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    } */

    @keyframes bounceTop {

        0%,
        20%,
        50%,
        80%,
        100% {
            top: 10px
        }

        60% {
            top: -10px
        }
    }

    .atf-fix-buttons {
        display: none;
        position: fixed;
        width: 470px;
        right: -200px;
        top: 47%;
        z-index: 9;
        height: 43px;
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .atf-fix-buttons ul {
        display: flex;
        margin: 0
    }

    .atf-fix-buttons ul li {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 190px;
        margin: 0 10px;
    }

    /*.atf-fix-buttons ul li:last-child {
        width: 340px
    }*/
    .atf-fix-buttons ul li:before {
        display: none
    }

    .atf-fix-buttons ul li a {
        cursor: pointer;
        position: relative;
        display: flex;
        justify-content: center;
        width: 100%;
        background: #003771;
        text-transform: uppercase;
        line-height: 42px;
        font-size: 18px;
        text-align: center;
        color: #fff;
        letter-spacing: 1.5px;
        padding: 5px 0 20px;
        position: relative;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        margin-bottom: 15px;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    /*.atf-fix-buttons ul li a:hover{
        background:#D9B875;
        background-image: linear-gradient(to right, #D9B875 , #F4D28B);
    }*/
    .atf-fix-buttons ul li:nth-child(2) {
        width: 250px;
    }

    .atf-fix-buttons ul li a:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #D9B875;
        background-image: linear-gradient(to right, #D9B875, #F4D28B);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .atf-fix-buttons ul li a:hover:before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    .atf-fix-buttons ul li a:not(:hover) {
        -webkit-animation: bounceTop 8s infinite;
        -moz-animation: bounceTop 8s infinite;
        animation: bounceTop 8s infinite
    }

    .atf-fix-buttons ul li:last-child a:not(:hover) {
        animation-delay: 2s
    }

    .atf-fix-buttons ul li a:hover {
        margin-top: -20px
    }
}

.chat-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;

}
