body{
    font-family: 'Montserrat', sans-serif;
    /* background: #f9f9f9; */
    font-size: 16px;
    position: relative;
}
h1, h2, h3, h4, h5, h6{
    /* font-family: 'Tinos', serif; */
}
/* ========================================================== */
/* 			               02. MENU-NAV                       */
/* ========================================================== */
.navbar {
    height: auto;
    background-color: transparent;
    border: none;
    color: white;
    padding: 14px 0 6px;
    z-index: 100;
    margin-bottom: 0;
    -webkit-transition: background-color 1s ease 0s;
    transition: background-color 1s ease 0s;
}
.navbar-default .navbar-brand {
    margin-top: 10px;
    color: white;
}
.navbar-default .navbar-brand:hover {
    color: #C57ED3;
    border: 1px solid #C57ED3;
}
.navbar-default .navbar-nav > li > a {
    color: white;
    margin: 4px 2px 4px 2px;
    padding: 15px 12px 12px 10px;
    font-weight: 700;
}
.navbar-default .navbar-nav > li:last-child a{
    /* padding-top: 7px; */
}
.navbar-default .navbar-nav > li > a:visited {
    color: #fff;
}
.navbar-brand{
    padding:0px 10px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus {
    color: #33cc99;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #C57ED3;
}
.navbar-default .navbar-toggle {
    border-color: #C57ED3;
    border: none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #490D40;
}
.navbar-default .navbar-toggle .icon-bar {
    color: #C57ED3;
    background-color: #C57ED3;
}
.navbar-default .navbar-collapse.collapse.in ul {
    background-color: #b8bd76;
}

.logo{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 3rem;
    text-decoration: none;
}
/* Solid class attached on scroll past first section */
.navbar.solid {
    background-color: #490D40;
    -webkit-transition: background-color 1s ease 0s;
    transition: background-color 1s ease 0s;
    box-shadow: 0 0 4px grey;
}
.navbar.solid .navbar-brand {
    color: #C57ED3;
    -webkit-transition: color 1s ease 0s;
    transition: color 1s ease 0s;
}
.navbar.solid .navbar-nav > li > a {
    color: #C57ED3;
    -webkit-transition: color 1s ease 0s;
    transition: color 1s ease 0s;
}
.navbar-brand{
    height: auto;
}
@media (min-width: 768px){
    .navbar-right {background: #fff;margin-right: 0;}
    .navbar-default .navbar-nav > li > a{
        color: #222;
    }
}
@media (min-width: 320px) and (max-width:400px) {
    .navbar-brand img{
        width: 90%;
        padding: 0px 80px 0px;
    }

}

@media (min-width: 400px) and (max-width:530px) {
    .navbar-brand img{
        width: 70%;
        padding: 0px 80px 0px;
    }

}

@media (min-width: 530px) and (max-width:760px) {
    .navbar-brand img{
        width: 55%;
        padding: 0px 80px 0px;
    }

}
@media (min-width: 760px) and (max-width:776px) {
    .navbar-brand img{
        width: 100%;
        padding: 0px 80px 0px;
    }
}
@media (min-width: 776px) and (max-width:1000px) {
    .navbar-brand img{
        width: 100%;
        padding: 0px 80px 0px;
    }}
@media (min-width: 1000px) and (max-width:1200px) {
    .navbar-brand img{
        width: 83%;
        padding: 0px 80px 0px;
    }
}
@media (min-width: 1200px) {
    .navbar-brand img{
        width: 262px;
        /* padding: 0px 80px 0px; */
    }
}
/* ========================================================== */
/* 			               04. HOME                           */
/* ========================================================== */
img{max-width:100%}
.home-section {position: relative;z-index: 999;
    background-image:
    linear-gradient(to left, rgb(245 246 252 / 0%), rgb(199 199 199 / 73%)), url(../images/banner.jpg);
    background-attachment: fixed;
    /* overflow: hidden; */
    position: relative;
    padding-top: 0%;
    background-color: #141414;}
.home-section:before {
    -webkit-transform: rotate(177deg);
    background: #990fc3;
    background: -webkit-linear-gradient(135deg,#990fc3 0,#760fc3 16%,#652ec3 52%,#652ec3 52%,#0dd3c5 100%,#7db9e8 100%);
    background: -o-linear-gradient(135deg,#990fc3 0,#760fc3 16%,#652ec3 52%,#652ec3 52%,#0dd3c5 100%,#7db9e8 100%);
    background: -moz-linear-gradient(135deg,#990fc3 0,#760fc3 16%,#652ec3 52%,#652ec3 52%,#0dd3c5 100%,#7db9e8 100%);
    background: linear-gradient(135deg,#990fc3 0,#760fc3 16%,#652ec3 52%,#652ec3 52%,#0dd3c5 100%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#990fc3", endColorstr="#7db9e8", GradientType=1 );
    border-radius: 750px;
    content: "";
    height: 1250px;
    left: -400px;
    /* position: absolute; */
    top: -590px;
    transform: rotate(177deg);
    width: 2250px;
    z-index: -100;
}
.home-section-overlay {
    background: url(../images/banner.jpg) top no-repeat;
    background-size: cover;
    width: 100%;
    opacity: 0.79;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.home-section .home-section-heading-wrapper{
    padding: 10% 0 10%;
    width: 555px;
}
.home-section .home-section-heading-wrapper .home-section-heading-inner{
    /* background: #facc81; */
    /* padding: 2% 4% 3% 4%; */
    margin-bottom: 20px;
}
.home-section .home-section-heading-wrapper .home-section-heading-inner span{
    display: block;
    color:#fdcb34;
    font-weight: 600;
    font-size: 20px;
}
.home-section .home-section-heading-wrapper .home-section-heading-inner h2{
    line-height: 1.3;
    font-weight: 700;
    color: #030000;
    font-size: 40px;
    margin: 0 0 10px 0;
    text-align: center;
}
.home-section .home-section-heading-wrapper .home-section-heading-inner p{font-size: 24px;color: #040404;margin-bottom: 25px;}
.home-section .home-section-heading-wrapper a{/* background: #fdcb34; *//* float: right; *//* padding: 14px 34px 12px 34px; */color: #fccb34;font-size: 14px;font-weight: 600;transition: all 0.3s ease;/* max-width: 275px; */}
.home-section .home-section-heading-wrapper a:hover{ background: #222; text-decoration: none;}
.home-section .home-section-heading-wrapper a i{transition: all 0.3s ease;display: none;}
.home-section .home-section-heading-wrapper a:hover i{margin-left: 5px;}
.btn-primary{background: #fdcb34;font-weight: 700;border: none;font-size: 18px;/* line-height: 1; */height: auto;padding: 5px 20px 5px;}
.banner-center-box{padding: 74px 0 87px;max-height:100%;max-width:100%;width:100%;}
.banner-center-box .form-group{
    margin-bottom: 25px;
}
.banner-center-box > *{position:relative;}
input, input.form-control, button, button.form-control, textarea, textarea.form-control, select, select.form-control {
    /* width: 100%; */
    height: 58px;
    border-radius: 4px;
    color: #a79797;
}
.box-signup-form{position:relative;padding:50px;text-align:center;border-radius:10px;background: rgba(255, 255, 255, 0.35);}
.box-signup-form.bs-form-1{padding:25px 50px 20px;}
.banner-center-box h2{
    color: #125a70;
    font-size: 38px;
    font-weight: 800;
    text-align: center;
}
.box-signup-form h3{margin-bottom:0;font-size:2.2em;color: #125a70;font-weight:700;margin-bottom: 24px;/* text-transform:uppercase; */}
input[type="submit"], input[type="submit"].form-control, input[type="submit"], input[type="submit"].form-control {
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 2;
    padding: 6px 30px 1px;
    font-size: 26px;
    position: relative;
    border: none;
    color: #fff;
    background: #ff6101;
    transition: all 0.2s;
    width: 100%;
    height: auto;
    border-radius: 4px;
    border: none;
}
.two_col_desc{
    padding: 4% 0 4%;
}
.form-block__content {
    padding: 38px 40px 3px;
    /* background: #fff; */
}
input.register-input, select.register-input {
    width: 100%!important;
    height: 50px;
    padding-left: 4%!important;
    padding-right: 4%!important;
    margin-top: 7px!important;
    margin-bottom: 7px!important;
    color: #545454;
    border: 2px solid #e5e5e5!important;
    background-color: #fff!important;
    font-size: 16px!important;
    border-radius: 7px!important;
}
.home-section .home-section-heading-wrapper .home-section-heading-inner form{
    max-width: 430px;
}
.calculator-block .form-block {
    margin-bottom: 0;
}
.form-block__content {
    padding: 8px 1px 30px;
}
.calculator-block .form-block__content {
    /* padding-bottom: 55px; */
    /* background: #ffffff; */
    border-radius: 15px;
    max-width: 400px;
}
.row_no-indents {
    margin-left: 0;
    margin-right: 0;
}
.calculator-block .input-group {
    margin-bottom: 26px;
}
.input-group_row .input-group__label {
    width: 100px;
    /* background: #ddd; */
}
.input-group_row .input-group__label.btn_txt{background: #33cc99;color: #fff;border-radius: 6px;text-align: center;padding: 5px 5px 5px;margin: 21px 0 0 16px;font-weight: 600;width: 90px;height: 30px;}
.input-group__label {  font-size: 16px;  display: block;  line-height: 1.2;  padding-top: 3px;}
.input-group_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.input-group_row .input-group__input {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
}
.input-group input, .input-group textarea {
    background: #fff;  border: 1px solid rgba(255, 255, 255, 0.36);  padding: 10px 14px;  -webkit-box-shadow: inset 0 2px 6px 0 rgba(161, 179, 179, 0.35);
    box-shadow: inset 0 2px 6px 0 rgba(161, 179, 179, 0.35);  -webkit-border-radius: 8px;  border-radius: 8px;  font-size: 15px;
    color: #000;  line-height: 1.5;  width: 100%;  -webkit-transition: all .2s ease;  -o-transition: all .2s ease;
    transition: all 0.2s ease;
}
.input-group:after {
    content: attr(data-error);  position: absolute;  top: 100%;  right: 0;  padding-top: 5px;  line-height: 1.2;
    color: red;  font-size: 12px;  opacity: 0;}
.submit-btn {
    cursor: pointer;
    background: #fff;
    line-height: 1;
    color: #fff;
    background: #48a328;
    padding: 16px 50px 15px;
    margin: 17px auto 0px;
    display: block;
    width: 100%;
    max-width: 290px;
    -webkit-border-radius: 40px;
    border-radius: 10px;
    font-size: 22px;
    font-weight: 600;
    transition: all .2s ease;
    /* box-shadow: 0 2px 6px 5px rgba(204, 204, 204, 0.52); */
    border: none;
}
.submit-btn:hover{
    background: #03aa97;
}
.seperator {
    background: #48a328;
    padding: 5px;
}

form.form_slider_largeNew_main{
    background:white;
    padding:30px;
    border-radius: 15px;
    box-shadow: 16px 15px 15.6px -9.6px #0a0a0a70;
    text-align: center;
    margin: 20px auto;
}
.home-section .home-section-heading-wrapper .home-section-heading-inner p.disclaimer{
    font-size: 14px;
    margin: 10px 0 10px;
    text-align: justify;
}
.two_col_desc .two_col_desc_content{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.two_col_desc .content-figure{}
.two_col_desc .content-figure img{}
.two_col_desc .content-block{}
.two_col_desc .content-block h2{
    font-size: 3.725em;
    line-height: 1;
    color: #125a70;
    margin-bottom: 0.625em;
}
.two_col_desc .content-block h2 span{    
    display: block;
    color: #1c1c1c;
    font-size: 0.575em;}
.two_col_desc .content-block p{}
.sc_services_item_featured_left .sc_services_item_info {
    margin-left: 4.5em;
}
.what-and-why-desc .head_span{color: #fccb34;font-size: 22px;font-weight: 600;}
.what-and-why-desc h3{font-size: 40px;}
.sc_services_item_featured_left, .sc_services_item_featured_right {
    position: relative;
    overflow: hidden;
    background-color: transparent;
    margin-bottom: 20px;
}
.sc_services_item_featured_left .sc_services_item_number, .sc_services_item_featured_right .sc_services_item_number {
    font-size: 18px;
    font-weight: 600;
    line-height: calc(2.875em - 12px);
    width: 45px;
    height: 45px;
    text-align: center;
    border: 3px solid;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 5px;
}
.sc_services_item_title {
    margin-top: 0;
    font-size: 1em;
    font-weight: 700;
    
    letter-spacing: -.5px;
}
.sc_services_item_title a:hover {
    color: #fccb34;
}
.sc_services_item_featured_left .sc_services_item_number, .sc_services_item_featured_right .sc_services_item_number {
    color: #fccb34;
    border-color: #fccb34;
}
.how_it_work {
    background: linear-gradient(45deg, #1f7b00, #ddf5d5);
    /* #fcfacb); */
    padding: 0% 0 5%;
    background-position: top left;
    background-repeat: no-repeat;
}
h2.how_it_work_heading {
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 44px;
    color:white;
}
.how_it_work .sub_heading{text-align: center;display: block;margin: 30px 0  45px;font-size: 20px;color:white;}
span.highlight {
    color: #ffffff;
}
.how_it_work .step_1{}

.how_it_work .step_3{}
.how_it_work .step_all{background: #f7f7f7;}
.how_it_work .step_2.step_all{background: #e5e5e5;}
.worksboxes {
    z-index: 1;
    padding: 35px 20px;
    margin: 0 0px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #fff;
    /* box-shadow: 0 1px 6px rgba(61, 65, 84, 0.15); */
    margin-top: 40px;
    height: 326px;
    text-align: left;
    position: relative;
}
.worksboxes:hover {
    /* background-color: #f6f6f6; */
}
.how_it_work img{
    width: 70px;
    margin:0 auto;
    text-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.how_it_work .steps{
    text-align: center;
    color:white;
}
.worksboxes img{
    width: 70px;
    height: auto;
    margin-bottom: 15px;
}
.worksboxes h4{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.worksboxes p{
    font-size: 18px;
}
.worksboxes span{
    position: absolute;
    left: 11%;
    top: -6%;
    font-size: 9em;
    color: #e5e5e5;
    font-weight: 900;
    z-index: -1;
}
.how_it_work .step_2.step_all .worksboxes span{color: #f7f7f7;}
.hover-up {
    top: 0;
    position: relative;
    transition: all 0.2s ease-in-out;
}
.hover-up:hover {
    /* box-shadow: 0 20px 40px rgba(61, 65, 84, 0.15); */
    top: -2px;
}
.worksboxes:first-child{
}

.three_col_point{background: #facc81;padding: 20px 0 20px;}
.three_col_point .three_col_point_content{max-width: 894px;margin: 0 auto;}
.three_col_point .three_col_point_content img{max-width: 100%;}
.three_col_point .three_col_point_content h3{color: #1d1d1d;font-size: 26px;margin: 20px 0 2px -18px;/* vertical-align: middle; */}
.what-and-why{
    padding: 2% 0 2%;
    background: #fff;
    text-align: center;
}

.what-and-why h2{
    text-align: center;
    margin-bottom: 4%;
    font-size: 38px;
}
.what-and-why h2 b{color: #facc81;}
.what-and-why h2 span{}
.what-and-why .what-and-why-content{
    /* background: #facc81; */
    display: inline-block;
    padding: 3% 0% 3% 0%;
    position: relative;
}
.what-and-why-content img{
    max-width: 100%;
}
.what-and-why-content .what-and-why-desc{
    padding: 0px;
}
.what-and-why-content .what-and-why-desc h3{
    font-weight: 600;
    margin-bottom: 50px;
    font-size: 42px;
    text-align: center;
}
.what-and-why-content .what-and-why-desc ul{
    list-style: none;
    padding-left: 0;
}
.what-and-why-content .what-and-why-desc ul li{
    margin-bottom: 18px;
}
.what-and-why-content .what-and-why-desc ul li p{}
.what-and-why-content .what-and-why-desc .why-2-img{
    width: 153px;
    height: 170px;
    position: absolute;
    right: 0;
    bottom: -9%;
    background: url(../images/why-2.png) no-repeat center;
    background-size: contain;
}
.worksboxes {
    z-index: 1;
    padding: 48px 40px;
    margin: 0 15px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: transparent;
    /* box-shadow: 0 1px 6px rgba(61, 65, 84, 0.15); */
    margin-top: 40px;
    height: 380px;
    text-align: center;
}
.worksboxes img{
    width: 90px;
    margin: 0 auto 25px;
}
.hover-up {
    top: 0;
    position: relative;
    transition: all 0.2s ease-in-out;
}
.hover-up:hover {
    /* box-shadow: 0 20px 40px rgba(61, 65, 84, 0.15); */
    top: -2px;
}

.steps-section{
    text-align: center;
    padding: 1% 0 5%;
}
.steps-section h2{text-align: center;margin-bottom: 70px;font-size: 36px;}
.steps-section h2 b{
    color: #facc81;
}
.steps-section .col{
    padding: 0 5%;
}
.steps-section .col.border_border{
    border-left: 2px solid #facc81;
    border-right: 2px solid #facc81;
}
.steps-section .col img{
    width: 85px;
    margin-bottom: 26px;
}
.steps-section .col h3{}
.steps-section .col p{}
.rv_cta{ background: url(../images/bg2.jpg) no-repeat; padding: 5% 0 5%;}
.rv_cta .rc_cta_content{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.rv_cta .rv_cta_desc{}
.rv_cta .rv_cta_desc h3{color: #fff;font-size: 36px;}
.rv_cta .rv_cta_desc p{color:#fff;font-size: 18px;}

.rv_cta .rv_cta_btn{}

.rv_cta .rv_cta_btn a{
    background: #FF9800;
    float: right;
    padding: 16px 30px 12px 30px;
    color: #fff;
    font-size: 24px;
    transition: all 0.3s ease;
}
.rv_cta .rv_cta_btn a i{transition: all 0.3s ease; }
.rv_cta .rv_cta_btn a:hover{background: #facc81; text-decoration: none;}
.rv_cta .rv_cta_btn a:hover i{margin-left: 5px;}
.section-07 .section-block {
    font-size: 1.125em;
    padding: 4.5em 0;
}
.wbl_container{background: #6a98a5 url(../images/what_is_bg_img_1.png) top center no-repeat;background-size:cover;padding: 110px 0 62px;min-height:350px;}
.wbl_container h2{color:#fff;font-size: 36px;margin-bottom: 26px;}
.wbl_container p{color:#fff;font-size: 20px;}
.wbl_container a{
    background: #ff6100;
    /* float: right; */
    margin-top: 19px;
    display: inline-block;
    padding: 16px 30px 12px 30px;
    color: #fff;
    font-size: 24px;
    transition: all 0.3s ease;
}
.wbl_container a:hover{background:#fff;color:#444; text-decoration: none;}
.wbl_container .wbl_btn_2{color:#fff;margin-right:20px;padding:7px 20px 7px;border:1px solid #fff;font-size:15px;}
.wbl_container .wbl_btn_2:hover{background:#fff;color:#444;}
.faq_content{}
.faq_content img{width: 220px;}
.faq_content h2{color: #115a70;font-size: 42px;font-weight: 700;}
.faq_content h4{color: #135d72;font-size: 28px;font-weight: 500;}
.section-07 .accordion-item {
    background: #e2ecee;
    /* color: #ffffff; */
    margin-top: 1em;
}
.section-07 .accordion-head {
    padding: 1em 1.75em;
    cursor: pointer;
}
.section-07 .accordion-body {
    padding: 0.425em 1.75em 1.5em;
    display: none;
}
.section-07 .accordion-head {
    padding: .5em 1.75em;
    cursor: pointer;
}
.section-07 .accordion-head h3 {
    font-size: 1.15em;
    color: #222228;
    position: relative;
    padding-right: 2.5em;

}
.section-07 .accordion-head h3:before {
    content: '\f078';
    font: normal normal normal 14px/1 FontAwesome;
    /* background: url('imgs/acc-img.png') no-repeat -44px -17px; */
    width: 13px;
    height: 18px;
    font-size: 22px;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.section-07 .accordion-head.open h3:before {
    content: '\f077';
    background: url('imgs/acc-img.png') no-repeat -63px -22px;
    width: 13px;
    height: 3px;
}
.two_col_bg_container{background: #ffffff center no-repeat;/* background-attachment: fixed; */padding: 5% 0 5%;}
.two_col_bg_container .two_col_bg_content{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
margin-top:50px;}
.two_col_bg_container h2{
    font-weight: 800;
}
.two_col_bg_content .two_col_bg_content_left{}
.two_col_bg_content .two_col_bg_content_left h2{font-size: 48px;font-weight: 700;color: #fff;}
.two_col_bg_content .two_col_bg_content_left p{color: #000;font-size: 18px;margin-bottom:20px;}
.two_col_bg_content .two_col_bg_content_right{}
.two_col_bg_content .two_col_bg_content_right ul{
    list-style: none;
    margin-bottom: 0;
}
.two_col_bg_content .two_col_bg_content_right ul li{font-family: 'Tinos', serif;font-size: 20px;color: #000;margin-bottom: 15px;background: url(../images/right-check.png) left top no-repeat;padding-left: 60px;padding-bottom: 16px;}
@media (min-width: 1300px){
    .what-and-why .container {
        width: 1280px;
    }
}
/* ========================================================== */
/* 			                03. FOOTER                        */
/* ========================================================== */

/* .footer{position: relative;overflow: hidden;display: block;padding: 48px 0px 14px 0px;background-color:#86bd74;}


.footer p {font-size: 16px;margin-bottom: 30px;}

.footer p a {
    font-size: 16px;
    color: #fff;
    text-decoration:none;
}
.footer_content{
    text-align: center;
}
.footer_content ul{
    list-style: none;
    margin-bottom: 22px;
}
.footer-disclaimer{
    text-align: justify;
    font-size: 14px;
    color:#000;
    margin-top:30px;
}
.footer_content ul li{
    display: inline-block;
    text-align: right;
}
.footer_content ul li a{
    color: #222;
    font-size: 18px;
}
.footer_content ul li a::after{content:'-';margin: 6px;}
.footer_content ul li:last-child a::after{content: '';}
.footer_content .footer_logo_div{
    max-width: 750px;
    margin: 0 auto 10px;
    border-bottom: 2px solid #222;
}
.footer_content .footer_logo_div img{
    margin: 0 auto 22px;
}
.footer_content .footer_logo_div p{
    font-size: 20px;
    margin-bottom: 4px;
} */

@media (max-width: 991px){
    .navbar-default .navbar-collapse, .navbar-default .navbar-form{/* background: #e5e5e5; */}
    .navbar-default .navbar-nav > li > a{padding: 17px 6px 15px;}
    .home-section .home-section-heading-wrapper{padding:20% 0 20%;}
}
@media (max-width: 767px){
    .navbar-default .navbar-collapse, .navbar-default .navbar-form{}
    .three_col_point{
        text-align: center;
        padding-top: 12%;
    }
    .three_col_point .three_col_point_content h3{
        margin-bottom: 40px;
    }
    .three_col_point .three_col_point_content img{
        margin: auto;
        width: 100px;
    }
    .what-and-why-content .what-and-why-desc{
        padding: 0;
        text-align: center;
        margin-top: 50px;
    }
    .what-and-why-content .what-and-why-desc .why-2-img{
        /* z-index: -1; */
        opacity: .2;
    }
    .steps-section .col.border_border{
        border:none;
    }
    .steps-section .col{
        margin-bottom: 35px;
    }
    .rv_cta{
        text-align: center;
    }
    .rv_cta .rv_cta_btn a{
        float: none;
    }
    .sc_services_item_featured_left .sc_services_item_number, .sc_services_item_featured_right .sc_services_item_number{
        display: none;
    }
    .sc_services_item_featured_left .sc_services_item_info{
        margin-left: 0;
    }
    .two_col_bg_container .two_col_bg_content{
        display: block;
    }
    .two_col_bg_content .two_col_bg_content_left h2{
        font-size: 24px;
    }
    .two_col_bg_content .two_col_bg_content_right ul{
        padding-left: 0;
    }
    .two_col_bg_content .two_col_bg_content_right ul li{font-size: 20px;margin-bottom: 8px;}
    .rv_cta .rc_cta_content{
        display: block;
    }
    .rv_cta .rv_cta_desc{
        margin-bottom: 25px;
    }
}
@media (max-width: 480px){
    .home-section .home-section-heading-wrapper .home-section-heading-inner h2{font-size: 28px;}
}

/*================= FOOTER =================  */

.footer {
	background-color: #fff;
	padding: 1.5rem 0rem 0rem 0rem;
  }
  
  .footer-sealLogo {
	display: flex;
	justify-content: space-between;
	width: 100%;
  }
  
  .secure-logos img {
	width: 26%;
    margin-top: 2rem;
  }
  
  .footer-logo {
	width: 100%;
	/* margin-bottom: 2rem; */
  }
  
  .footer-logo img {
	margin-bottom: 0rem;
	width: 28%;
  }
  
  .footer ul li {
	display: inline;
	color: #243f6d;
  }
  
  .footer ul {
    margin: auto;
    text-align: center;
    margin: 2rem 0rem;
}
  
  .footer ul li a {
	color: #0f1c3f;
	font-size: 14px;
  }
  
  #copyright {
	text-align: center;
	font-size: 12px;
	margin: 2rem 0rem;
	color: #0f1c3f;
  }
  
  #footerDesc_ {
	text-align: justify;
	font-size: 12px;
	color: #0f1c3f;
  }
  @media screen and (max-width: 768px) {
  .footer-logo img {
	margin-bottom: 1rem;
	width: 45%;
  }
  }
  
  @media screen and (max-width: 425px) {
    div.footer-panel {
        display: block;
    }
    .secure-logos img {
        width: 22%;
        margin-top: 0rem;
    }
	.footer-sealLogo {
	  flex-direction: column;
	  justify-content: center;
	  width: 100%;
	}
	.secure-logos {
		display: flex;
		justify-content: center;
		margin-bottom: 1rem;
	}
	.footer-logo img {
	  margin-bottom: 0rem;
	  width: 55%;
	}
    .how-work-content h5 {
        font-family: nova-bold !important;
        color: #fff;
        font-size: 22px;
    }
	.secureLogosWidth {
		width: 50%;
		float: right;
		margin-left: 10px;
		max-height: 32px;
	}
	.secure-logos img {
	  width: 20%;
	}
	.footer ul li a {
	  color: #0f1c3f;
	  font-size: 12px;
	}
	
	.footer-logo {
	  width: 100%;
	  text-align: center;
	  margin-bottom: 1rem;
	}
	.footer ul {
	  margin: auto;
	  text-align: center;
	  padding: 0rem;
	  margin-bottom: 1rem;
	}
    .home-section .home-section-heading-wrapper{
        padding: 10% 0 10%;
        width:398px;
    }
  }
  @media screen and (max-width: 375px) {

  .home-section .home-section-heading-wrapper {
    padding: 10% 0 10%;
    width: 346px;
    }
}
@media screen and (max-width: 390px) {

    .home-section .home-section-heading-wrapper {
        padding: 10% 0 10%;
        width: 363px;
    }
}
@media screen and (max-width: 320px) {

    .home-section .home-section-heading-wrapper {
      padding: 10% 0 10%;
      width: 293px;
    }

    .logo {
      width: 65%;
    }
  }