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
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

strong {
    font-weight: bold;
}

body {
    font-family: proximanova-light;
    line-height: 1
}

.container::before,
.container::after {
    display: table;
    content: "";
    clear: both;
}

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
}

@font-face {
    font-family: proximanova-extrabld;
    src: url(../fonts/ProximaNova-Extrabld.eot);
    src: url(../fonts/ProximaNova-Extrabld.eot?#iefix) format('embedded-opentype'), url(../fonts/ProximaNova-Extrabld.woff2) format('woff2'), url(../fonts/ProximaNova-Extrabld.woff) format('woff'), url(../fonts/ProximaNova-Extrabld.ttf) format('truetype'), url(../fonts/ProximaNova-Extrabld.svg#ProximaNova-Extrabld) format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: proximanova-bold;
    src: url(../fonts/ProximaNova-Bold.eot);
    src: url(../fonts/ProximaNova-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/ProximaNova-Bold.woff2) format('woff2'), url(../fonts/ProximaNova-Bold.woff) format('woff'), url(../fonts/ProximaNova-Bold.ttf) format('truetype'), url(../fonts/ProximaNova-Bold.svg#ProximaNova-Bold) format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: proximanova-light;
    src: url(../fonts/ProximaNova-Light.eot);
    src: url(../fonts/ProximaNova-Light.eot?#iefix) format('embedded-opentype'), url(../fonts/ProximaNova-Light.woff2) format('woff2'), url(../fonts/ProximaNova-Light.woff) format('woff'), url(../fonts/ProximaNova-Light.ttf) format('truetype'), url(../fonts/ProximaNova-Light.svg#ProximaNova-Light) format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: proximanova-regular;
    src: url(../fonts/ProximaNova-Regular.eot);
    src: url(../fonts/ProximaNova-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/ProximaNova-Regular.woff2) format('woff2'), url(../fonts/ProximaNova-Regular.woff) format('woff'), url(../fonts/ProximaNova-Regular.ttf) format('truetype'), url(../fonts/ProximaNova-Regular.svg#ProximaNova-Regular) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}


html {
    scroll-behavior: smooth;
  }

body {
    font-family: proximanova-regular, sans-serif
}

p {
    font-family: proximanova-regular, sans-serif
}

.container {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto
}

h1 {
    font-size: 4.5rem;
    line-height: 5.25rem;
    font-family: proximanova-bold, sans-serif
}

h2 {
    font-size: 2.5rem;
    line-height: 3.063rem;
    font-family: proximanova-bold, sans-serif
}

p {
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-family: proximanova-regular, sans-serif
}

button,
.btn-holder a {
    cursor: pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    border-radius: 3px;
}

button:hover,
.btn-holder a:hover {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    border-radius: 3px;
}

.banner {
    min-height: 500px;
    background: url(../images/banner.png) center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding-bottom: 40px;
}

.banner::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0/50%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.banner_home {
    padding-top: 140px;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 90px;
}

.header_inner ul.nav {
    display: flex;
    align-items: center
}

.header_inner ul.nav li {
    font-size: .813rem;
    line-height: 1rem;
    margin: 0 18px
}

.header_inner ul.nav li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #fff
}

.header_inner ul.nav li a:hover {
    text-decoration: underline
}

.call_btn {
    height: 35px;
    background: #e02020;
    font-size: .813rem;
    line-height: 35px;
    border-radius: 3px;
    display: block;
    font-family: proximanova-bold, sans-serif;
    text-align: center;
    border: 0;
    color: #fff;
    padding: 1px 25px;
    text-decoration: none !important
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
    clear: both
}

.banner_text h3 {
    font-size: 1rem;
    letter-spacing: 7px;
    text-transform: capitalize;
    line-height: 1.25rem;
    color: #fff;
    font-family: proximanova-regular, sans-serif
}

.banner_text h1 {
    color: #fff;
    margin: 10px 0 20px -4px;
}

.banner_text p {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin: 0 0 24px
}

.product_block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.product_block img {
    margin: 24px 0 0
}

.product_pic {
    margin-left: auto;
    margin-top: 24px
}

.shorline_logo {
    align-self: flex-end
}

.header_inner,
.banner_text_inner {
    padding-left: 12%;
    padding-right: 12%
}

.form_area {
    position: relative;
    z-index: 1
}

.form_area .inner {
    margin-top: -340px;
    margin-bottom: 36px;
    padding: 85px 125px 20px;
    border: 1px solid #979797;
    background-color: #fff
}

.form_area .inner h2 {
    text-align: center;
    position: relative;
    margin-bottom: 30px
}

.form_area .inner h2:before {
    content: '';
    position: absolute;
    width: 142px;
    height: 1px;
    background: #0091ff;
    z-index: 1;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: auto
}

.form_area .inner p {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #6d7278;
    text-align: center;
    margin: 13.5px 0 0
}

form.contact_form {
    margin: 58px 0 0
}

.form_row label {
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-family: proximanova-bold, sans-serif;
    font-weight: 600;
    color: #7f818f;
    display: block;
    margin-bottom: 10px
}

.form_row label.error {
    font-family: proximanova-light;
    color: red;
    margin-top: -21px;
    font-size: .8rem
}

.form_row label span {
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-family: proximanova-bold, sans-serif;
    font-weight: 600;
    color: #fe403f
}

.form_row input[type=text],
.form_row input[type=tel],
.form_row input[type=email],
.form_row input[type=file] {
    width: 100%;
    height: 55px;
    background: #f2f3f6;
    margin-bottom: 20px;
    border: 0;
    padding: 0 16px;
    font-size: 16px;
    box-sizing: border-box
}

.form_row input[type=file].myfile {
    padding: 16px
}

.contact_form_btn {
    display: block;
    background-color: #e02020;
    height: 60px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: none;
    padding: 0 65px;
    margin: 40px auto 20px
}

.logo_inline {
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    padding: 5px 0
}

.logo_inline ul {
    padding: 0 15px;
    font-size: 0;
    display: flex;
    justify-content: space-evenly
}

.logo_inline ul li {
    display: inline-block;
    text-align: center;
    box-sizing: border-box
}

.logo_inline ul li img {
    vertical-align: middle;
    max-width: 100%
}

.site_footer {
    margin: 65px 15px 0
}

.foo_lft {
    width: 33.33%;
    float: left
}

.foo_logo {
    margin-bottom: 30px
}

.foo_location {
    margin-bottom: 45px
}

.foo_location p {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin-bottom: 6px
}

.foo_location strong {
    font-weight: 600
}

.foo_rht {
    width: 66.67%;
    float: left
}

.foo_rht_nav {
    width: 33.33%;
    float: left
}

.foo_rht_nav h6 {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 15px
}

.foo_rht_nav ul li {
    font-weight: 400;
    font-size: 16px;
    color: rgb(0 0 0/50%);
    margin-bottom: 10px
}

.foo_rht_nav ul li a {
    font-weight: 400;
    font-size: 16px;
    color: rgb(0 0 0/50%);
    text-decoration: none;
    transition: all .3s ease
}

.foo_rht_nav ul li a:hover {
    color: #000
}

.foo_social_nav li {
    float: left;
    padding-right: 12px
}

.foo_social_nav li i {
    font-size: 24px;
    color: #ababab
}

.foo_social_nav li i:hover {
    color: #000
}

.foo_note {
    width: 100%;
    float: left;
    margin-bottom: 60px
}

.foo_note p {
    font-weight: 400;
    font-size: 10px;
    color: rgb(0 0 0/50%);
    line-height: 12px
}

.foo_icons {
    float: left;
    width: 100%;
    margin-bottom: 35px;
}

.foo_icons img {
    max-width: 100%;
}

.foo_bottom_links,
.copy_right {
    width: 50%;
    float: left;
    padding-bottom: 20px
}

.foo_bottom_links ul {
    padding: 0
}

.foo_bottom_links ul li {
    display: inline-block;
    padding-right: 35px
}

.foo_bottom_links ul li a {
    font-weight: 400;
    font-size: 14px;
    color: rgb(0 0 0/50%);
    text-decoration: none;
    transition: all .3s ease
}

.foo_bottom_links ul li a:hover {
    color: #000
}

.copy_right p {
    font-weight: 400;
    font-size: 14px;
    color: rgb(0 0 0/50%);
    text-align: right
}

.nav_btn {
    display: none
}

.faq_wrapper {
    margin-bottom: 36px
}

.faq_body {
    border: 1px solid rgb(0 0 0/10%);
    padding: 70px 50px 60px
}

.faq_body h2 {
    font-size: 40px;
    margin-bottom: 50px
}

.faq_body h6 {
    font-size: 18px;
    font-family: proximanova-bold;
    line-height: normal;
    margin-top: 40px;
    margin-bottom: 8px
}

.faq_body p {
    font-size: 18px;
    font-family: proximanova-regular;
    line-height: normal;
    margin-bottom: 10px;
    padding-left: 10px
}

.call_btn.mob_only {
    display: none
}

.page_header {
    background-color: #0091ff
}

.sticky{
    position: fixed !important;
    width: 100%;
    height: auto;
    top: 0;
    background-color: #0091ff;
    z-index: 99;
}

.page_header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 90px;
    padding: 0 12%
}

.page_heading {
    margin: 70px 0;
    text-align: center
}

.page_heading h2 {
    font-family: roboto, sans-serif;
    font-weight: 500;
    font-size: 36px;
    color: #3c4858;
    margin-bottom: 40px
}

.page_heading h2 span {
    display: block
}

.page_heading p {
    font-family: roboto, sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #999
}

.plan_wrapper {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -10px 70px;
    justify-content: center;
}

.plan_box {
    flex: 0 0 25%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 30px
}

.plan_box .inner {
    background-color: #fff;
    border-radius: 6px;
    padding: 25px 20px;
    min-height: 460px;
    border: 1px solid #f1f1f1;
    position: relative;
}

.plan_box .inner h6 {
    font-family: roboto, sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #999;
    text-align: center;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 10px;
    min-height: 55px
}

.plan_box .inner h3 {
    font-family: roboto, sans-serif;
    font-weight: 500;
    font-size: 53px;
    color: #3c4858;
    text-align: center;
    margin-bottom: 30px
}

.plan_box .inner h3 span {
    font-size: 25px;
    vertical-align: 18px;
    padding-right: 3px
}

.plan_box .inner ul li {
    font-family: roboto, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #999;
    padding: 20px 0 20px 45px;
    border-bottom: 1px solid #d8d8d8;
    display: flex;
    width: 100%;
    box-sizing: border-box;
}

.plan_box .inner ul li:last-child,
.plan_box:hover .inner ul li:last-child,
.plan_box.active .inner ul li:last-child {
    border-bottom: none
}

.plan_box .inner ul li i {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 8px
}

.plan_box .inner ul li i.fa-check {
    color: #4caf50
}

.plan_box .inner ul li i.fa-times {
    color: #f44336
}

.plan_box.active .inner,
.plan_box:hover .inner {
    background-color: #0092ff
}

.plan_box.active .inner h6,
.plan_box:hover .inner h6 {
    color: #fff
}

.plan_box.active .inner h3,
.plan_box:hover .inner h3 {
    color: #fff
}

.plan_box.active .inner ul li,
.plan_box:hover .inner ul li {
    border-bottom: 2px solid rgb(216 216 216/50%)
}

.plan_box.active .inner ul li,
.plan_box:hover .inner ul li,
.plan_box.active .inner ul li i,
.plan_box:hover .inner ul li i {
    color: #fff
}

.plan_box .plan_box_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 165px;
    height: 40px;
    background-color: #f34136;
    border: none;
    border-radius: 20px;
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 30px auto 0;
    cursor: pointer;
    text-decoration: none;
}


p.btn-holder {
    position: absolute;
    bottom: 19px;
    left: 50%;
    transform: translateX(-50%);
}

.plan_box.active .plan_box_btn,
.plan_box:hover .plan_box_btn {
    background-color: #fff;
    color: #0091ff;
    box-shadow: none
}



.plan_box_badge {
    font-family: roboto, sans-serif;
    font-weight: 400;
    color: #999;
    /* text-align: center; */
    margin: 20px 0;
    width: 100%;
    /* padding-left: 12.5%; */
    /* padding-right: 12.5%; */
    padding: 0 20%;
}

h3.thankHeader {
    font-size: 2rem;
    line-height: 2.5rem;
    font-family: proximanova-bold, sans-serif;
    text-align: center;
    margin-bottom: 30px;
    position: relative
}

h3.thankHeader:before {
    content: '';
    position: absolute;
    width: 142px;
    height: 1px;
    background: #0091ff;
    z-index: 1;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: auto
}

.thankyouBlock {
    max-width: 640px;
    margin: 0 auto;
    border: 1px solid #ddd;
    box-sizing: border-box
}

.thankyouBlock ul {
    width: 100%;
    box-sizing: border-box
}

.thankyouBlock ul li {
    display: flex;
    background: #f2f2f2;
    min-height: 40px;
    font-size: 1.25rem;
    line-height: 36px;
    color: #5e5e5e;
    text-align: left;
    padding: 15px;
    font-family: proximanova-bold, sans-serif;
    word-wrap: break-word;
    vertical-align: middle;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.thankyouBlock ul li:nth-of-type(even) {
    background: #fff
}

.thankyouBlock ul li span {
    float: right;
    font-family: proximanova-light, sans-serif;
    vertical-align: middle;
    text-align: left
}

div.error {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #c61515;
    margin-bottom: 20px;
    font-weight: 700;
    border: 1px solid red;
    background: #f6b6b6;
    padding: 20px
}

.StripeElement {
    box-sizing: border-box;
    height: 60px;
    padding: 20px 12px;
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    max-width: 600px;
    margin: 0 auto
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df
}

.StripeElement--invalid {
    border-color: #fa755a
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important
}

.payment_block {
    padding: 50px 0
}

.page_heading label {
    font-family: roboto, sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #999;
    margin-bottom: 15px;
    display: block
}

#card-errors {
    margin-top: 20px;
    color: red
}

.page_heading.payment_page_heading h2 span {
    display: block;
    background-color: #d1e7dd;
    border-color: #badbcc;
    padding: .12rem 1rem;
    font-size: 1rem;
    color: #329265;
    max-width: 600px;
    border: 1px solid #0f5132;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    margin: 20px auto
}

.page_heading p.paymentSuccessMsg {
    font-weight: 700;
    color: #20c997
}

.agi_checkbox {
    width: auto;
    display: flex;
    align-items: center
}

.container_small{
    max-width: 850px;
    margin: 0 auto 42px;
}

.disclaimer_block{
    color: #000000;
}

.disclaimer_block h3{
    font-size: 5rem;
    line-height: 5.625rem;
    font-family: proximanova-bold;
    margin: 46px 0 98px 0;
}

.disclaimer_block h4{
    font-size: 1.5rem;
    line-height: 1.813rem;
    font-family: proximanova-bold;
    margin: 0 0 30px 0;
}

.disclaimer_block h4.updated_date span{
    display: block;
    font-weight: normal;
    font-family: proximanova-regular;
}

.disclaimer_block p,
.disclaimer_block li {
    font-size: 1.5rem;
    line-height: 1.813rem;
    font-family: proximanova-regular;
    margin: 0 0 30px 0;
}

.contact_frm .inner {
    /* margin-top: -870px; */
}

.contact_frm .inner h2 {
    font-size: 80px;
    text-align: left;
    margin-bottom: 45px;
}

.contact_frm .inner h2:before {
    right: auto;
    bottom: -20px;
}

.contact_frm .inner p {
    text-align: left;
    margin-bottom: 30px;
}

.card_element {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    max-width: 600px;
    margin: 0 auto 15px;
}

.card_element img {
    margin-left: 10px;
    max-width: 100%;
}

.alert-success {
    display: block;
    background-color: #d1e7dd;
    padding: 20px 16px;
    font-size: 1rem;
    color: #329265;
    text-align: center;
    max-width: 600px;
    border: 1px solid #0f5132;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    margin: 20px auto;
}

.alert-danger {
    display: block;
    background-color: #f8d7da;
    padding: 20px 16px;
    font-size: 1rem;
    color: #721c24;
    text-align: center;
    max-width: 600px;
    border: 1px solid #721c24;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    margin: 20px auto;
}

.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100vh;
    display: flex;
    display:-ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / 50%);
    z-index: 999;
    display: none;
}
  
.spinner > div {
    width: 18px;
    height: 18px;
    margin: 0 3px;
    background-color: #0091ff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.social_popup {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    margin: auto;
    background: rgb(0 0 0 / 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.social_popup_body {
    background: #fff;
    max-width: 500px;
    width: 100%;
    padding: 20px;
}

.social_popup_header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.social_popup_header button { 
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(0);
    color: #454545;
}

.social_popup_body h6 {
    font-size: 20px;
    color: #000;
    font-family: proximanova-bold;
    margin-bottom: 20px;
}

.social_popup_body .icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0 -5px 10px;
}

.social_popup_body .icons li {
    padding: 0 5px 10px;
}

.social_popup_body .icons li a {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background: #0091ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    text-decoration: none !important;
}

.linkToCopy {
    border: 1px solid #b8b8b8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
}

.linkToCopy span {
    font-size: 20px;
    color: rgb(0 0 0/50%);
    font-family: proximanova-regular;
    font-size: 16px;    
}

.linkToCopy span.selected {
    background-color: #3297FD;
    color: #fff;
}

.linkToCopy button {
    background: transparent;
    border: none;
    outline: none;
    margin-left: 10px;
    font-family: proximanova-bold;
    font-size: 16px;
    color: #0091ff;
    padding: 0;
    text-transform: uppercase;
    transform: translateX(0px);
    letter-spacing: 0.5px;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% { 
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% { 
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

@media(max-width:1200px) {
    .plan_panel {
        max-width: 90%;
        margin: 0 auto
    }
    .container {
        max-width: 100%;
    }
    .header_inner, .banner_text_inner, .form_area, .faq_wrapper, .site_footer, .logo_inline {
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media(max-width:1024px) {
    .header_inner ul.nav li {
        margin-left: 30px
    }
    .banner_text h1 {
        font-size: 60px
    }
    .foo_bottom_links ul li {
        padding-right: 20px
    }
    .banner_text p {
        font-size: 28px;
        line-height: 38px
    }
    .foo_note {
        margin-bottom: 50px
    }
    .plan_box .inner ul li {
        padding: 20px 0 20px 10px
    }
    .plan_box .inner {
        padding: 20px 15px
    }
}

@media(max-width:991px) {
    .nav_mob {
        align-items: flex-start !important;
        flex-direction: column;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 9;
        background-color: #000;
        padding: 0 15px;
        height: 100vh;
        overflow: hidden;
        width: 50%;
        transform: translateX(-100%);
        transition: all .3s ease
    }
    .nav_mob.show {
        transform: translateX(0)
    }
    .nav_btn {
        display: block;
        display: block;
        background-color: #e02020;
        border: none;
        border-radius: 5px;
        padding: 3px 12px;
        transform: translateY(0px) !important;
    }
    .nav_btn span {
        width: 24px;
        height: 2px;
        background-color: #fff;
        display: block;
        margin: 6px 0;
        transition: all .15s ease-out
    }
    .nav_btn.clicked span.one {
        transform: rotate(45deg) translate(6px, 6px)
    }
    .nav_btn.clicked span.two {
        opacity: 0
    }
    .nav_btn.clicked span.three {
        transform: rotate(-45deg) translate(5px, -6px)
    }
    .nav_mob li {
        padding: 15px 0;
        margin-left: 0 !important
    }
    .header_inner ul.nav li:first-child {
        padding-top: 30px
    }
    .header_inner ul.nav li:last-child {
        padding-bottom: 30px
    }
    .banner_text h1 {
        font-size: 48px
    }
    img.product_pic {
        max-width: 50%
    }
    .banner {
        min-height: auto;
        padding-bottom: 50px
    }
    .form_area .inner {
        margin-top: 36px;
        padding: 50px 30px
    }
    .faq_body {
        padding: 50px 30px
    }
    .form_area .inner h2 {
        font-size: 34px;
        margin-bottom: 16px;
    }
    .contact_frm .inner h2:before {
        bottom: 0;
    }
    .foo_note {
        margin-bottom: 45px
    }
    .foo_bottom_links,
    .copy_right {
        width: 100%;
        text-align: left
    }
    .copy_right p {
        text-align: left
    }
    .call_btn {
        display: none
    }
    .call_btn.mob_only {
        display: block
    }
    .banner_text p {
        font-size: 24px;
        line-height: 34px
    }
    .plan_box {
        flex: 0 0 50%
    }
    .plan_panel {
        max-width: 75%
    }
    .plan_box_badge {
        width: 100%;
        padding: 0 2%;
    }
    .call_btn.all_show {
        display: block
    }    
    .contact_banner {
        min-height: 700px !important;
    }
    .contact_frm .inner {
        margin-top: -670px !important;
    }
    .header {
        position: fixed !important;
        width: 100%;
        height: auto;
        top: 0;
        background-color: #0091ff;
        z-index: 999999;
    }
    body {
        padding-top: 90px !important;
    }
    .form_row label {
        font-size: 16px;
        font-family: proximanova-regular;
        margin-bottom: 5px;
    }
    .form_row input[type=text], .form_row input[type=tel], .form_row input[type=email], .form_row input[type=file] {
        height: 40px;
    }
    .form_row input[type=file].myfile {
        padding: 9px 16px;
        font-size: 14px;
    }
    .contact_form_btn {
        font-weight: 400;
        height: 46px;
        margin: 0 auto 20px;
    }
    .site_footer {
        margin: 30px 0 0
    }
    .foo_lft,
    .foo_rht {
        width: 100%
    }
    .foo_logo,
    .foo_location {
        margin-bottom: 20px
    }
    .foo_location p {
        font-size: 14px;
        margin-bottom: 0
    }
    .foo_rht {
        margin: 0
    }
    .foo_note {
        margin-top: 40px;
        margin-bottom: 40px
    }
    .form_area h2 {
        font-size: 28px;
        line-height: 38px
    }
    .form_area .inner h2:before {
        display: none
    }
    .foo_rht_nav {
        width: 100%
    }
    .foo_rht_nav h6 {
        margin-top: 15px;
        margin-bottom: 15px
    }
    .foo_rht_nav ul li {
        display: inline-block;
        padding-right: 10px
    }
    .foo_rht_nav ul li a {
        font-size: 14px
    }
    .banner_home {
        padding-top: 70px;
    }
}

@media(max-width:768px) {
    .banner_text_inner h1 {
        font-size: 34px;
        line-height: normal;
        margin-top: 15px;
        margin-bottom: 20px
    }
}

@media(max-width:767px) {
    .banner_text_inner h1 {
        font-size: 34px;
        margin-bottom: 20px
    }
    .logo_inline ul li {
        width: 100%;
        margin: 5px 0
    }
    .foo_social_nav {
        margin-top: 5px
    }
    .form_area .inner h2,
    .faq_body h2 {
        font-size: 28px;
        line-height: normal
    }
    .banner_text p {
        font-size: 20px;
        line-height: 30px
    }
    .form_area .inner {
        padding: 20px 15px
    }
    .faq_body {
        padding: 20px 15px
    }
    .faq_body h2 {
        margin-bottom: 40px
    }
    .plan_panel {
        max-width: 90%
    }
    .page_heading h2 {
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 20px
    }
    .page_heading {
        margin: 35px 0 50px
    }
    .plan_box .inner h3 {
        font-size: 40px
    }
    .plan_box .inner h3 span {
        vertical-align: 10px
    }
    .plan_box .inner h6 {
        line-height: 18px
    }
    .plan_box .inner h6 {
        min-height: 45px
    }
    .plan_box .inner h3 {
        margin-bottom: 16px
    }
    .plan_box .inner ul li {
        padding: 15px 0 15px 10px
    }
    .plan_box .plan_box_btn {
        margin: 20px auto 0
    }
    .plan_box .inner {
        min-height: 385px
    }
    .page_header .inner {
        padding: 0 15px
    }
    .contact_banner {
        min-height: 600px !important;
    }
    .contact_frm .inner {
        margin-top: -585px !important;
    }
}

@media(max-width:480px) {
    .foo_bottom_links ul li {
        padding: 0 10px 10px 0
    }
    .form_area h2 {
        font-size: 18px;
        line-height: 24px
    }
    .form_area .inner h2,
    .faq_body h2 {
        font-size: 24px;
        line-height: normal
    }
    .foo_bottom_links {
        padding-bottom: 0
    }
    .form_row label {
        font-size: 16px;
        font-family: proximanova-regular;
        line-height: normal
    }
    .contact_form_btn {
        width: 100%;
        padding: 0 20px
    }
    .nav_mob {
        width: 65%
    }
    .plan_wrapper {
        margin: 0 0 35px
    }
    .plan_box {
        flex: 0 0 100%
    }
    .plan_box_badge {
        width: 100%
    }
    .page_heading {
        margin: 35px 0
    }
    .page_heading h2 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px
    }
    .plan_panel {
        max-width: 100%
    }
    .header_inner, .banner_text_inner, .form_area, .faq_wrapper, .site_footer, .logo_inline {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media(max-width:320px) {
    .banner_text p {
        font-size: 17px;
        line-height: 26px
    }
    .banner_text_inner h1 {
        font-size: 30px
    }
}

@media(-webkit-min-device-pixel-ratio:1.25),
(min-resolution:120dpi) {
    .banner {
        background: url(../images/banner@2x.png) center center no-repeat;
        background-size: cover
    }
}

@media(-webkit-min-device-pixel-ratio:1.3),
(min-resolution:124.8dpi) {
    .banner {
        background: url(../images/banner@2x.png) center center no-repeat;
        background-size: cover
    }
}

@media(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .banner {
        background: url(../images/banner@3x.png) center center no-repeat;
        background-size: cover
    }
}

@media(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .banner {
        background: url(../images/banner@3x.png) center center no-repeat;
        background-size: cover
    }
}


@media (min-width: 1200px){
    .plan_wrapper .plan_box_badge {
        padding: 0 7%;
    }
}
@media (max-width: 1025px){
    .plan_wrapper .plan_box_badge {
        padding: 0 5%;
    }
}
@media screen and (orientation:landscape) and (max-device-width: 820px){
    .plan_wrapper .plan_box_badge {
        padding: 0 13%;
    }
}
@media (max-width: 786px){
    .plan_wrapper .plan_box_badge {
        padding: 0 13%;
    }
}
@media (max-width: 786px){
    .plan_wrapper .plan_box_badge {
        padding: 0 13%;
    }
}
@media (max-width: 480px){
    .plan_wrapper .plan_box_badge {
        text-align: center;
    }
}

.inner-new{
    margin-top: 0!important;
}