/* @import url("fonts.css"); */

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;
}
html {
	height:100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
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: 'Lato_Regular';
    font-size: 16px;
    color: #444444;
    line-height: 1.7;
}

.before-load>* {
    width: 100%;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato_Regular';
    font-weight: normal;
    line-height: 1.2;
    color: #122741;
    margin: 0 0 10px;
}

h1 {
    font-family: 'Prata_Regular';
    color: #B40023;
    font-size: 55px;
    line-height: 1.4;
    margin: 0 0 30px;
}

.attorney-content h1 {
    font-size: 53px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 17px;
}

p {
    margin: 0 0 25px;
}

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

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

strong {
    font-weight: bold;
}

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

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

blockquote p {
    margin: 0 0 5px;
}

.btn {
    background: #B40023;
    color: #fff;
    padding: 13px 45px 15px;
    display: inline-block;
    line-height: 1.4;
    text-align: center;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*btn animation start*/
.btn:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
}

/*btn animation end*/

.logo img {
	max-width: 218px;
}

.list-section {}

.list-section ul {
    margin: 20px 0 35px 30px;
    line-height: 1.5;
}

.list-section li {
    position: relative;
    padding: 0 0 7px 25px;
}

.list-section li:before {
    content: " ";
    width: 9px;
    height: 9px;
    background: #B40023;
    position: absolute;
    left: 0;
    top: 6px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

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

.slick-dots li {
    margin: 0 4px;
}

.slick-dots li button {
    border: none;
    padding: 0;
    font-size: 0;
    cursor: pointer;
    background: #fff;
    width: 12px;
    height: 12px;
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

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

.slick-arrow {
    font-size: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
    border: none;

    width: 36px;
    height: 132px;
    display: inline-block;
}

.slick-arrow.slick-next {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (min-width: 768px) {
    .slick-arrow {
        background: url(../images/arrow-prev.png) no-repeat;
    }
}

@media (max-width: 767px) {
    .slick-arrow {
        background: url(../images/arrows-small.png) no-repeat;
        width: 36px;
        height: 83px;
    }

    .slick-arrow.slick-next {
        background-position: right top;
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}
@media ( max-width:767px ) {
    .apexchat_bar_invitation_wrapper_custom {
        display: none !important;
    }
    .apexchat_prechat_invitation_wrapper_custom {
        bottom:35px !important;
    }

}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.row>div {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


.contact-form-wrap {
    margin-bottom: -150px;
    position: relative;
}

.contact-form {
    background: #b40023;
    padding: 12px;
}

.contact-form-inner {
    border: 1px solid #fff;
    padding: 50px 200px 15px;
}

.form-title {
    text-align: center;
    margin: 0 0 5px;
}

.form-title>span:first-child {
    display: block;
    font-size: 102px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    font-family: 'Lato_Bold';
}

.form-title>span:nth-child(2) {
    display: block;
    text-align: center;
    font-size: 56px;
    line-height: 1;
    color: #fff;
    font-family: 'Prata_Regular';
}

.form-bot {
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    font-family: 'Lato_Bold';
}

.form-bot a {
    color: #fff;
}

.location-footer-wrap {
    background: #ecedef;
    padding: 230px 0 30px;
}

.location-ft {
    font-size: 20px;
    color: #1f1f1f;
    text-align: center;
}

.location-ft>span:first-child {
    display: block;
    font-size: 28px;
    line-height: 1.2;
    min-height: 68px;
    margin: 0 0 15px;
    color: #B40023;
    font-weight: bold;
    font-family: 'Lato_Bold';
}

.location-ft p {
    margin: 0 0 5px;
}

.location-ft a {
    color: #B40023;
    font-weight: bold;
    font-size: 18px;
}

.social-section ul,
.social-section li {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

.social-section li {
    margin: 0 10px 10px;
}

.social-section li a img {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.social-section li a:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

#bh_widget_wrapper {
    display: none !important;
}

.location-ft>span:first-child a {
    font-size: 21px;
}

.location-ft p,
.location-ft>span:nth-child(2) {
    font-size: 17px;
}

/*footer start*/
.footer {
    background: #34495e;
    color: #fff;
    font-size: 10px;
    padding: 45px 0 55px;
}

.footer-section {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: flex-end;    
    align-items: flex-start;
}

.footer-left {
    width: 220px;    
    width: 400px;
    padding-top: 50px;
}

.footer-logo {
    margin: 0 0 5px;
}

.footer-mid {
    width: calc(100% - 440px);
    padding: 30px 0 25px;
    display: flex;
    flex-wrap: wrap;
    position: relative;    
    width: calc(100% - 800px);
}

.footer-mid:before {
    content: " ";
    background: #b40023;
    height: 100%;
    width: 2px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -1px;
}

.footer-mid>ul {
    width: 50%;
    padding: 0 13px;
    position: relative;
}

.footer-mid>ul:first-child {
    text-align: right;
}

.footer-mid li {
    padding: 0 0 4px;
}

.footer-mid li a {
    color: #fff;
    text-transform: uppercase;
}

.footer-right {
    width: 170px;
    padding: 0 0 15px;    
    width: 400px;
    text-align: right;
}

.footer-right p {
    margin: 0 0 5px;
    
}

/**/
.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: 1060px;
    padding: 12px;
    max-height: 100%;
    overflow-y: auto;
    transform: translate(-50%, -50%);
    background: #B40023;
    z-index: 9;
    -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: 30px;
    top: 25px;
    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: #fff;
    display: block;
    transform: rotate(45deg);
}

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

.popup-inner {
    border: 1px solid #fff;
    padding: 50px 195px 40px;
    position: relative;
}

.popup-section .contact-title {
    text-align: center;
    margin: 0 0 20px;
}

.popup-section .form-title>span:first-child {}


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

.gform_wrapper {
    margin: 0 0 5px !important;
}

.gform_fields>li {
    width: 33.33% !important;
    padding: 0 5px 2px !important;
    margin: 0 !important;
    margin: 0 !important;
    border: none !important;
}

.gform_fields>li:last-child {
    width: 100% !important;
}

.gform_wrapper .gfield.fwidth {
	width: 100% !important;
}
.gform_wrapper .submitting-text input[type="checkbox"]{
	display: inline-block;
    width: 20px !important;
}
.gform_wrapper .submitting-text .gfield_consent_label {
	color: #fff;
}
.gform_wrapper .submitting-text .gfield_consent_label a {
	color: #fff;
	text-decoration: underline;
}
.page-sidebar .gform_wrapper .submitting-text .gfield_consent_label a,
.page-sidebar .gform_wrapper .submitting-text .gfield_consent_label {
	color: #444444;
}
.gform_wrapper .submitting-text .gfield_description.gfield_consent_description {	
    overflow: hidden;
}
.gform_wrapper .submitting-text .gfield_description.gfield_consent_description a {
	color: #004987;
    font-weight: bold;
    font-size: 12px;
}
.atf-form .gform_wrapper .submitting-text .gfield_description.gfield_consent_description {
	margin-top: 0;
}

.gform_fields>li .gfield_label {
    display: none !important;
}

.gform_fields>li input,
.gform_fields>li textarea {
    color: #BABABA;
    width: 100% !important;
    font-size: 18px !important;
    padding: 15px 15px 14px !important;
    background: #fff;
    border: none;
    border: 1px solid #707070;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

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

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

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

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

.gform_wrapper .gform_footer {
    margin: 0 !important;
    padding: 0 45px 0 5px !important;
    text-align: right;
}

.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] {
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
    line-height: 1.4;
    text-align: center;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: bold;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #B40023;
    margin: 0 !important;
    width: auto !important;
    -webkit-appearance: none !important;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.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 {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.contact-form .gform_wrapper .gform_footer,
.popup-inner .gform_wrapper .gform_footer {
    text-align: center !important;
    padding: 0 !important;
}

.contact-form .gform_wrapper .gform_footer input.button,
.contact-form .gform_wrapper .gform_footer input[type=submit],
.contact-form .gform_wrapper .gform_page_footer input.button,
.contact-form .gform_wrapper .gform_page_footer input[type=submit],
.popup-inner .gform_wrapper .gform_footer input.button,
.popup-inner .gform_wrapper .gform_footer input[type=submit],
.popup-inner .gform_wrapper .gform_page_footer input.button,
.popup-inner .gform_wrapper .gform_page_footer input[type=submit] {
    background: #18355D;
    padding: 20px 25px;
    margin: 5px 0 0 !important;
}

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

.gform_confirmation_message_2.gform_confirmation_message {
    color: #fff;
    text-align: center;
    font-size: 34px;
    line-height: 1.2;
    padding: 30px 0 40px;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}

.gform_wrapper div.validation_error {
    display: none !important;
}

.gform_wrapper .field_description_below .gfield_description {
    padding: 5px 0 !important;
    border: none !important;
    background: none !important;
}

.gform_confirmation_message {
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 20px 0;
    line-height: 1.5;
}

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

/*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 {
        position: fixed;
        width: 470px;
        right: -200px;
        top: 48%;
        z-index: 9;
        height: 66px;
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        overflow: hidden;
    }

    .atf-fix-buttons ul {
        display: flex;
        justify-content: space-between;
        justify-content: center;
        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: 280px
    }

    .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: #B40023;
        text-transform: uppercase;
        line-height: 42px;
        font-size: 19px;
        text-align: center;
        color: #fff;
        letter-spacing: 1.5px;
        padding: 5px 0 20px;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .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: -10px
    }

    .location-footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .location-footer>div {
        width: 24%;
        padding: 0 10px;
        position: relative;
        margin: 0 0 45px;
    }

    .location-footer>div:before {
        content: " ";
        background: #c51230;
        width: 2px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }

    .location-footer>div:last-child:before {
        display: none;
    }
}

@media (max-width: 1279px) {
    .contact-form-inner {
        padding: 50px 100px 15px;
    }
}

@media (max-width: 1200px) {
    .content-width {
        max-width: 1000px;
    }

    .location-ft {
        font-size: 17px;
    }

    .popup-section {
        width: 900px;
    }

    .popup-inner {
        padding: 50px 100px 40px;
    }
    
}

@media (max-width: 1030px) {
    .content-width {
        max-width: 940px;
    }

    h1 {
        font-size: 40px;
    }

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

    .location-ft>span:first-child {
        font-size: 24px;
    }

    .location-ft {
        font-size: 13px;
    }

    .popup-section {
        width: 96%;
    }

    .popup-inner {
        padding: 50px 40px 40px;
    }

    .popup-inner .form-title {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .form-title>span:first-child {
        font-size: 80px;
    }

    .form-title>span:nth-child(2) {
        font-size: 40px;
    }

    .location-ft>span:first-child {
        font-size: 21px;
        min-height: 52px;
    }

    .gform_wrapper .gform_footer {
        padding: 0 15px 0 5px !important;
    }

    .footer {
        padding: 25px 50px 55px;
    }
}

@media (max-width: 767px) {
    body {
        overflow-x: hidden;
    }

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

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

    .contact-form-wrap {
        margin: 0;
    }

    .contact-form {
        padding: 50px 15px 15px;
    }

    .contact-form-inner {
        padding: 0;
        border: none;
    }

    .form-title>span:first-child {
        font-size: 54px;
    }

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

    .location-footer-wrap {
        padding: 40px 0 30px;
    }

    .location-ft {
        font-size: 19px;
        padding: 0 70px;
        margin: 0 0 20px;
    }

    .location-ft>span:first-child {
        min-height: inherit;
        font-size: 28px;
    }

    .location-footer-wrap .slick-arrow.slick-prev,
    .location-footer-wrap .slick-arrow.slick-next {
        background-position: left bottom;
        position: absolute;
        left: 15px;
        top: 50%;
        margin-top: -50px;
    }

    .location-footer-wrap .slick-arrow.slick-next {
        background-position: right bottom;
        left: auto;
        right: 15px;
    }

    .social-section li a img {
        max-width: 46px;
        max-height: 36px;
    }

    .footer {
        padding: 0 0 60px;
    }

    .footer-section {}

    .footer-left {
        width: 100%;
        text-align: center;
    }

    .footer-mid {
        width: 100%;
        order: -1;
        margin: 0 0 40px;
    }

    .footer-right {
        width: 100%;
        text-align: center;
    }

    .footer-right p {
        text-align: center;
    }

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

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

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

    .smart-nav li {
        width: 25%;
    }

    .smart-nav a {
        display: block;
        height: 43px;
        line-height: 45px;
        text-align: center;
        padding: 0;
        font-size: 15px;
        color: #efefef;
        font-weight: 500;
        text-transform: uppercase;
        border-right: 1px solid #d06376;
        border-bottom: 5px solid #861821;
    }

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

    .popup-section {
        padding: 0;
    }

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

    .popup-section .popup-close {
        right: 10px;
        top: 15px;
    }

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

    .popup-section .form-title>span:first-child {
        font-size: 48px;
    }

    .popup-section .form-title>span:nth-child(2) {
        font-size: 24px;
    }

    .popup-section .form-bot {
        font-size: 18px;
    }

    .gform_fields>li {
        width: 100% !important;
        padding: 0 0 15px !important;
    }

    .gform_confirmation_message_2.gform_confirmation_message {
        font-size: 26px;
        padding: 20px 0;
    }

    .atf-fix-buttons {
        display: none !important;
    }
}

@media (max-width: 330px) {
    .form-title>span:first-child {
        font-size: 44px;
    }

    .form-title>span:nth-child(2) {
        font-size: 24px;
    }

    .form-bot {
        font-size: 18px;
    }

    .location-ft>span:first-child {
        font-size: 24px;
    }

    .location-ft {
        font-size: 15px;
    }

    .popup-section .form-title>span:first-child {
        font-size: 42px;
    }
}



/*request code*/
.request-section {
    position: fixed;
    right: 0;
    bottom: 0;
    display: block;
    width: 182px;
    height: 182px;
    background: url(../images/request.png) no-repeat;
    background-size: 100% auto;
}

@media (max-width: 1200px) {
    .request-section {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 767px) {
    .request-section {
        display: none;
    }
}

.elementor-atf-outer .elementor-text-editor p {
    margin:0 !important;
}
.call-to-action-btn {
    max-width:300px;
    margin:0 auto;
} 
/* Code here */
.location-footer .office-label { 
    position: absolute;
    left: 0;
    right: 0;
    top: 51px; 
}
.location-footer .location-ft { 
    position:relative; 
}
@media (max-width: 991px) {
    .location-footer .office-label {
        top: 27px;
    }
}




@media screen and (max-width: 1100px) and (min-width: 768px){
    .footer-mid { width: calc(100% - 500px); }
    .footer-left { width: 250px; }
    .footer-right { width: 250px; }
}
@media screen and (max-width: 767px){
    .footer-right > p { padding: 0 20px; }
}
.survey .atf-fix-buttons{
		display:none;
	}
.downloadbook{
	display:none;
}
.survey .apexchat_prechat_invitation_wrapper_custom {
		display:none !important;
	}