@charset "utf-8";
/* CSS Document */

* {
  box-sizing: border-box;
}
body{ margin:0; padding:0; overflow-x: hidden;font-family: 'Comfortaa', cursive; background-color: #001459;}

/*nevigation start*/
.logo_main{position:relative;}
.logo_inner{position:absolute;    top: -19px;    z-index: 1;}
.logo_inner img{    width: 161px;}
.logo_inner2{display:none;}
.nevigation{ 
    position: absolute;
    z-index: 999;
    width: 100%;}
.customNavigation{position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;}
.navbar {    border-radius: 0px;}
.navbar-inverse {
    background: transparent;
    border: 0;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {

    background: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {color: #03ccfe;}
.navbar-inverse {padding-top:30px; }
.navbar-brand {
    float: left;
    height: 50px;
    padding: 10px;
    font-size: 18px;
   line-height: 0px;
}

/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
 .navbar-toggle .icon-bar {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.navbar-collapse{    -webkit-box-shadow: none;
    box-shadow: none;}
/* END ANIMATED X */

.banner_left {
    background-color: #fff; border: 0; padding: 22px 26px; border-radius: 0;
}
.banner_right {
    background-color: #fff; border: 0; padding: 22px 26px; border-radius: 0;
}
.banner .owl-theme .owl-controls {
    margin-top: 10px;
    text-align: left;
    position: absolute;
    bottom: 0; left: 25px;
}
.banner .owl-pagination{ padding-bottom: 25px; }
.banner .owl-theme .owl-controls .owl-page span{/* opacity: 1 !important;*/ background-color: #fff !important; }
/*.banner_left img{width:22px;}
	.banner_right img{width:22px;}
*/

.navbar-inverse .navbar-nav > li > a { position: relative;   color: #fff; font-family: 'Comfortaa', cursive; text-transform: uppercase; font-size: 15px; line-height: 23px; letter-spacing: 2px;}

.navbar-inverse .navbar-nav > li > a:after{ content: ""; position: absolute; right: 0; width: 1px; height: 23px; background-color: #0066ff; }
.navbar-inverse .navbar-nav > li:last-child > a:after{ width: 0; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;}
	.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #03ccfe;
    
}
.navbar-collapse ul li a{font-family: 'Comfortaa', cursive; font-size:16px;}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;    color: #e9ad1b;
    background: transparent;
}
.navbar {
    
    margin-bottom: 5px;
   
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 18px;
}
.navbar-brand>img {
    display: block;
    width: 300px;
}
.navbar-nav>li>a {
    padding-top: 32px;
    padding-bottom: 32px;
}
.navbar-nav { margin-left: 70px;}

.nav .active a{ color: #03ccfe; }

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -5px;
}

/*nevigation close*/

/*banner open*/

.banner{ background-image: url(../images/topbanner.png); background-size: cover; height: auto; background-repeat: no-repeat; background-attachment: fixed;}
.banner .col-md-5{ padding-left: 0; }
.banner_text { padding-top: 150px; }
.banner_text h1{ font-family: 'Comfortaa', cursive; font-size: 36px; text-align: left; line-height: 57px;margin: 0;
    padding: 0;
    margin-bottom: 20px; letter-spacing: 4px; color: #fff; font-weight: 300;}
.banner_text h1 span{ font-family: 'Comfortaa', cursive; font-size: 46px; text-align: left; letter-spacing: 4.8px; color: #fff; font-weight: bold;}
.banner_text p{ font-family: 'Comfortaa', cursive; font-size: 14px; color: #fff; text-align: left; font-weight: 300; line-height: 30px; margin: 0; padding: 0; margin-bottom: 50px;}
.banner_text .desk_ban_para{ display:block;}
.banner_text .mob_ban_para{ display:none;}
.banner_button_mob{ display: none; }
.banner_text img{ width: 100%; }
.banner_button a{ font-family: 'Comfortaa', cursive;  text-decoration: none; display: inline-block; font-size: 15px; color: #03ccfe; border: 1px solid #0066ff; border-radius: 50px; padding: 3px 5px 3px 20px;  }
.banner_button a i{ font-size: 30px; vertical-align: middle; padding-left: 20px; color: #0066ff;}
.ht700{ min-height: 720px; }
/*banner close*/

/**********HOW IT WORKS SECTION START***********/
.how_it_works_section{ padding: 60px 0px; }
.work_process{ background-color: #fff; border: 0; border-radius: 0px 20px 20px 20px;}
.how_it_works_section .main_title h1{ font-family: 'Comfortaa', cursive; color: #fff; 
letter-spacing: 12px; font-size: 70px; margin: 0; padding: 0;
margin-bottom: -20px;
    margin-left: -6px;}

.how_it_works_section .work_process img{ width: 100%; border-radius: 0px 20px 20px 20px;}
.desk_HIW{ display: block; }
.mob_HIW{ display: none; }

.mobile-process-single-text h4{color: #1d49d2;
    font-size: 20px;
    font-weight: bold;}
.mobile-process-single-text p{    font-size: 16px;}
.mobile-arrows img{    width: 40px !important;}
.mobile-arrows{    text-align: center;}
.mobile-process-single-text{padding: 0px 20px;}
.mobile-process{    padding: 30px 0px;}
.mobile-process{display: none;}
/**********HOW IT WORKS SECTION CLOSE***********/

/**********BENEFITS SECTION START***********/
.benefits_section{ background-image: url(../images/benefits.png); background-size: cover; height: auto;
 background-repeat: no-repeat; background-attachment: fixed; padding-bottom: 70px; padding-top: 60px; }

.benefits_section .benefits_info { margin-bottom: 60px; }
.benefits_section .benefits_info h1{ font-family: 'Comfortaa', cursive; color: #03ccfe; letter-spacing: 12px; font-size: 70px; margin: 0; padding: 0; padding-bottom: 35px;}
.benefits_section .benefits_info ul{ margin: 0; padding: 0; font-family: 'Comfortaa', cursive;}
.benefits_section .benefits_info ul li{ display: table; margin: 0; padding: 0;  margin-bottom: 30px; font-family: 'Comfortaa', cursive; list-style: none;}
.benefits_section .benefits_info .choose_box_icon {
    width: 60px;
    float: left;
    display: table;
}
.benefits_section .benefits_info .choose_box_icon img {
    width: 40px;
}
.benefits_section .benefits_info .choose_box_text {
    width: calc(100% - 60px);
    float: left;
}
.benefits_section .benefits_info .choose_box_text h4{ font-family: 'Comfortaa', cursive; margin: 0; padding: 0; margin-bottom: 8px; font-weight: bold; font-size: 20px; color: #fff; line-height: 24px; }
.benefits_section .benefits_info .choose_box_text p {
    font-family: 'Comfortaa', cursive; 
    font-size: 15px; font-weight: 300;
    color: #fff;
}

.download_hotchpot ul p{ font-family: 'Comfortaa', cursive; margin: 0; padding: 0; padding-bottom: 10px; color: #fff; font-weight: 300; font-size: 16px;}
.download_hotchpot ul{ padding-left: 60px; }
.download_hotchpot ul li{ list-style: none; display: inline-block; padding-right: 15px;}
/**********BENEFITS SECTION CLOSE***********/

/**********QUOTES SECTION START***********/
.quote_section{ background-color: #03ccfe; padding: 40px 0px; }
.quote_logo{ text-align: center; border-right: 1px solid #fff; }
.quote_line p{ font-family: 'Comfortaa', cursive; margin: 0; padding: 0; font-size: 30px; letter-spacing: 1px; font-weight: bold;  line-height: 40px; color: #fff;}
.quote_main_line{ position: relative; }
.quote_invcomma .quo1{     position: absolute;
    top: -20px;
    left: -40px;
    width: 25px;
}
    .quote_invcomma .quo2{     position: absolute;
        bottom: 35px;
        width: 25px;
    right: 75px;}
    .quote_main_line h4{ text-align: right; font-family: 'Comfortaa', cursive; margin: 0; padding: 0; font-size: 25px; margin-top: 10px; font-weight: 300; color: #fff;}
/**********QUOTES SECTION CLOSE***********/

/**********FAQS SECTION START***********/
.faqs_section{ background-image: url(../images/FAQ_bg.png); background-size: cover; height: auto;
 background-repeat: no-repeat; background-attachment: fixed; padding: 60px 0px; }
.faq_title { padding-top: 82px; }
.faqs_section .faq_title h1{ font-family: 'Comfortaa', cursive; color: #0b328a; letter-spacing: 12px; font-size: 77px; margin: 0; padding: 0; padding-bottom: 0px; font-weight: bold;}
.faqs_section .faq_box_bg { background-color: #0b328a; border-radius: 0px 20px 20px 20px; display: table;
    width: 100%;padding: 50px 40px 40px 145px;}
.faqs_section .col-md-3{ width: 22%; padding-right: 0;}
.faqs_section .col-md-9{ width: 78%; padding-left: 0;}
.faqs_section .read_more_faq { text-align: right; }
.faqs_section .read_more_faq a{
    padding: 8px 25px;
    border-radius: 50px;
    margin-top: 15px;
    font-family: 'Comfortaa', cursive;
    text-decoration: none;
    /* text-align: right; */
    display: inline-block;
    border: 1px solid #03ccfe;
    color: #03ccfe;
    font-size: 16px;
}
.faqs_section .read_more_faq a:hover{ color: #fff; border-color: #fff; }
.faqs_image{ position: absolute;
    top: 21.5%;
    left: -27%; }
.faqs_image img{ width: 63%; }
.rd-mr-ls{padding: 8px 25px;
    border-radius: 50px;
    margin-top: 15px;
    font-family: 'Comfortaa', cursive;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #03ccfe;
    color: #03ccfe;
    font-size: 16px;
    background-color: #fff0;
   float: right;}
.rd-mr-ls:hover{
    color: #fff;
    border-color: #fff;
}
/**********FAQS SECTION CLOSE***********/

/**********TESTIMONIALS SECTION START***********/
.testimonials_section{ padding: 35px 0px; position: relative;background-color: #03ccfe;}
.testim_box{ width: 75%; margin: auto;}

.desk_testimonials{ display:block;}
.mob_testimonials{ display:none;}

.testim_box .cust_img {}
    .testim_box .cust_img img{ width: 85px; }
.testim_box .cust_name h4{ font-weight: 300;font-family: 'Comfortaa', cursive; color: #fff; font-size: 18px; color: #001b57;}
.testim_box .cust_post h5{font-size: 12px;
    font-weight: 300;
    text-transform: capitalize;
    color: #001b57;
    margin-top: 5px; margin: 0; padding: 0;}
    .testim_box .cust_info p{ color: #001b57;
    font-family: 'Comfortaa', cursive;
    font-size: 18px;
    font-weight: 300;margin: 0; padding: 0;line-height: 30px;}
.customNavigation2 .banner_left {
    position: absolute;
    top: 35%;
    left: 12%;
    padding: 0;background: transparent;
    border: 0;
    padding: 0px;
    border-radius: 0; box-shadow: none;
}
.customNavigation2 .banner_right {
    position: absolute;
    top: 35%;
    right: 12%;
    padding: 0;background: transparent;
    border: 0;
    padding: 0px;
    border-radius: 0; box-shadow: none;
}
.customNavigation2 i{ color: #fff; }
.customNavigation2 i:hover {
    color: #001b57;
}

.cust_info{ padding: 35px 0px; position: relative;}
.quote_invcomma_testi .quo1{ position: absolute; top: 0; left: -30px; }
.quote_invcomma_testi .quo2{ position: absolute; bottom: -25px; right: 180px; }


/**********TESTIMONIALS SECTION CLOSE***********/




/**********CMS SECTION START***********/

.inner-logo{    text-align: center;}
.inner-logo img{    width: 300px;    padding: 20px 0px;}
.cms-pages h3{    color: #fff;
    font-family: 'Comfortaa', cursive;    padding-bottom: 12px;}
.cms-pages p{    color: #fff;    font-size: 15px;
    line-height: 28px;}
.cms-pages{    margin: 35px 0px;}
.cms-pages ul li{color: #fff;
    font-size: 15px;    line-height: 26px;padding-bottom: 5px;}

/**********CMS SECTION CLOSE***********/




/***********FOOTER SECTION START*************/
.footer_section{ background-image: url(../images/footer_bg.png); background-size: cover; height: auto;
 background-repeat: no-repeat; background-attachment: fixed; padding-top: 60px; }
 .footer_section .contatc_us_box img{ width: 130px; margin-bottom: 25px;}
 .footer_section h1{ font-family: 'Comfortaa', cursive; color: #0066ff; letter-spacing: 6px; font-size: 70px; margin: 0; padding: 0; padding-bottom: 0px; font-weight: 300;}
 
 
 
.contatc_us_box .na {
    width: 100%;
    padding: 15px 0;
    background: transparent;
    font-family: 'Comfortaa', cursive; 
    font-size: 16px;
    border: 0;padding: 15px;
    border: 1px solid #03ccfe; border-radius: 5px;margin-top: 15px;
    color: #fff;
}


.contatc_us_box .na::placeholder {
  color: #03ccfe;
  opacity: 1; /* Firefox */
}

.contatc_us_box .na:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #03ccfe;
}

.contatc_us_box .na::-ms-input-placeholder { /* Microsoft Edge */
 color: #03ccfe;
}
.contatc_us_box textarea {width: 100%;
    padding: 15px 0;
    background: transparent;
    font-family: 'Comfortaa', cursive; 
    font-size: 16px;
    border: 0; border-radius: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding: 15px;
    min-height: 140px; color: #fff;
    border: 1px solid #03ccfe;
    margin-top: 15px;
}
.contatc_us_box .form_submit{text-align: right; }
.contatc_us_box button{ padding: 8px 25px; border-radius: 50px;background: transparent; margin-top: 15px; font-family: 'Comfortaa', cursive; text-decoration: none; text-align: right; display: inline-block; border: 1px solid #03ccfe; color: #03ccfe; font-size: 16px; }
.contatc_us_box button:hover{ color: #fff; border-color: #fff; }

.contact_address_info { margin-top:20px; }
.contact_address_info ul{ margin:0; padding:0;}
.contact_address_info ul li{ margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Comfortaa', cursive;
    color: #fff;
    display: inline-block;
    /* display: flex; */
    padding: 0px 12px;
    /* padding-left: 0px; */
    font-size: 13px;
    margin-bottom: 15px;
    /* align-items: center; */
    border-right: 1px solid #ccc;}
    .contact_address_info ul li a{text-decoration:none; display:inline-block; color:#fff;}
    .contact_address_info ul li i{ color: #03ccfe;}
    .contact_address_info ul li:first-child{  }
.contact_address_info ul li:last-child{ margin-bottom:0; border:0;}

.footer_right_img img{ width: 100%; padding-top: 35px; }
.footer_copyright { margin-top: 40px; }
.footer_copyright ul{ margin: 0; padding: 0; }
.footer_copyright ul li{ margin: 0; padding: 0; display: inline-block; color: #fff;
 font-family: 'Comfortaa', cursive; text-transform: uppercase; letter-spacing: 2.5px;
  font-weight: 300; font-size: 11px; padding: 0px 20px; border-right: 1px solid #0066ff;}
.footer_copyright ul li:last-child{ border-right: 0; }
.footer_copyright ul li:first-child{ padding-left: 0px; }
.footer_copyright ul li:hover{ /*font-weight: bold; */color: #03ccfe; }

.copyright {margin-top: 40px; margin-bottom: 50px;}
.copyright p{  font-family: 'Comfortaa', cursive; font-size: 12px; letter-spacing: 1px; text-align: right; color: #03ccfe; }
.footer_copyright li a{    color: #ffffff;
    text-decoration: none;}
.footer_copyright li a:hover{color:#03a9f4;}
.ds-mobile{
        display: none;
    }
    
    .footer_copyright p{font-size:12px;}
/***********FOOTER SECTION CLOSE*************/

/******************************MEDIA QUERY START HERE***********************************/


@media screen and (max-width: 1199px) {

.navbar-collapse ul li a{ font-size: 13px; }
.nav>li>a{ padding-right: 15px; padding-left: 15px; }
.navbar-nav {
    margin-left: 60px;
}
.faqs_image img{ width: 55%; }
.navbar-inverse .navbar-nav > li > a {
    position: relative;
    color: #fff;
    font-family: 'Comfortaa', cursive;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 2px;
}
.navbar-brand>img {
    display: block;
    width: 225px;
}

}

@media screen and (max-width: 1169px) {

.navbar-inverse .navbar-nav > li > a{ font-size: 12px; }

}

@media screen and (max-width: 1024px) {

    .banner_text h1{ font-size: 30px; }
    .banner_text h1 span{ font-size: 37px; }
    .ht700 { min-height: 700px;}

}


@media screen and (max-width: 1022px) {

.nevigation .navbar-toggle {
    margin-top: 27px;
    margin-bottom: 27px;
}
.navbar-inverse .navbar-toggle {
    border-color: transparent;
}
.nevigation .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #03ccfe;
}

.navbar-nav {
    margin: 0;
}
.navbar-nav li{
    border-bottom: 1px solid #ffffff4a;
}
.navbar-nav li:last-child{
    border-bottom: 1px solid transparent;
}


.navbar-nav>li>a {
    padding-top: 16px;
    padding-bottom: 16px;
}
.navbar-inverse .navbar-nav > li > a:after{ display: none; }
.banner_left{ padding: 12px 15px; }
.banner_right{ padding: 12px 15px; }

}

@media screen and (max-width: 991px) {
.desk_HIW {display: none;}
.mobile-process{display: block;}
.ht700{ display: none; }
.banner_button { display: none; }

.banner_button_mob { display: none; margin-bottom: 30px;}
.banner_button_mob a{ font-family: 'Comfortaa', cursive;  text-decoration: none; display: inline-block; font-size: 15px; color: #03ccfe; border: 1px solid #0066ff; border-radius: 50px; padding: 3px 5px 3px 20px;  }
.banner_button_mob a i{ font-size: 30px; vertical-align: middle; padding-left: 20px; color: #0066ff;}

.banner .col-md-4{ display: none; }
.banner .col-md-5{ padding-right:0px; }

.quote_logo{ border: 0; }
.benefits_section{ background-position: center; }

.footer_copyright ul li{ margin-bottom: 10px; text-align: center; display: block; border: 0;    padding: 0px 0px; }
.copyright p{ text-align: center;     padding: 0px 35px;}

.banner{ background-position: right; }

.faqs_section .col-md-3{ width: 100%; padding: 0;}
.faqs_section .col-md-9{ width: 100%; padding: 0;}
.faqs_section .faq_box_bg{ padding: 20px; }
.faqs_image{ position: static; margin-top: -18px;}
.faqs_image img{ width: 100%; }

.faqs_section .faq_title h1{ padding-left:2px;}

.customNavigation2{ position: static;
    bottom: 0;
    width: 100%;
    text-align: center; }
    .testim_box{ width: 85%; text-align: center;}
    .quote_invcomma_testi .quo1 {
    position: absolute;
    top: 0;
    left: -25px;
}
.quote_invcomma_testi .quo2 {
    position: absolute;
    bottom: -15px; 
    right: 0;
}
    .customNavigation2 .banner_left{ position: static; }
    .customNavigation2 .banner_right{ position: static;}
    .customNavigation2 i {padding:0px 30px;}


}

@media (min-width: 768px){

}
@media (max-width:768px){

}
@media screen and (max-width: 767px) {
    .banner_text .desk_ban_para{ display:none;}
.banner_text .mob_ban_para{ display:block;}
    
    .footer_logo_img{ text-align:center;}

	.desk_HIW{ display: none; }
.mob_HIW{ display: block; }

.banner_text h1 span {
    font-size: 35px; letter-spacing: 1px;
}
.navbar-toggle{
    margin-right: 0 !important;
}
.nevigation{
    padding: 0px 10px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #001459;
    background-color: #001459;    box-shadow: 0 10px 30px 11px rgb(0 0 0 / 30%);
}

.banner_text{
       padding-left: 10px;
    padding-right: 10px;
}
.how_it_works_section{
    padding: 60px 10px;
        padding-bottom: 0;
}
.faq_title{
    padding-top: 10px;
}
.faqs_section{
    padding: 60px 10px;
}

.quote_invcomma_testi-1 .test-quo-1{
    text-align: center !important;
    margin: auto 0px !important;
    left: auto !important;
    top: 0px !important;
}
.quote_invcomma_testi-1 .test-quo-2 {
    right: auto !important;
    bottom: 0px !important;
}

.quote_invcomma_test-2 .test-quo-1{
    text-align: center !important;
    margin: auto 0px !important;
    left: auto !important;
    top: 0px !important;
}

.quote_invcomma_test-2 .test-quo-2{
    right: auto !important;
    bottom: 0px !important;
}

.quote_invcomma_testi-3 .test-quo-1{
    text-align: center !important;
    margin: auto 0px !important;
    left: auto !important;
    top: 0px !important;
}
.quote_invcomma_testi-3 .test-quo-2{
     right: auto !important;
    bottom: 0px !important;
}

.desk_testimonials{ display:none;}
.mob_testimonials{ display:block;}

.testim_box .cust_info p{ position:relative;}
.testim_box .cust_info p:before{ content:""; position:absolute; top:-8px; left:-20px; background-image: url(../images/mob-left-quote-img.png);
    background-repeat: no-repeat;
    background-position: left 6px; width:25px; height:25px;}
    .testim_box .cust_info p:first-child:after{ content:""; position:absolute; bottom:0px; right:-12px; background-image: url(../images/mob-right-quote-img.png);
    background-repeat: no-repeat;
    background-position: left 6px; width:25px; height:25px;}
    
    .contact_address_info ul{ text-align:center;}
.contact_address_info ul li{ display:block; border:0; padding:0;}


}

@media screen and (max-width: 575px) {

.banner {
 background: url(../images/topbanner_mob.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%; 
}

.benefits_section {
    background-image: url(../images/benefits_mob.png);
    background-size: cover;
    height: auto;
    background-repeat: no-repeat;
    background-attachment: initial; background-position: center;
    padding-bottom: 70px;
    padding-top: 60px;
        height: 1324px;
}

}


@media screen and (max-width: 480px) {

.navbar-brand>img{ width: 205px; }
.nevigation .navbar-toggle {
    margin-top: 18px;
    margin-bottom: 18px;
}
.benefits_section .benefits_info h1{ font-size: 50px; }
.how_it_works_section .main_title h1{ font-size: 50px;    margin-bottom: -13px;
    margin-left: 0px; }

.footer_section h1 { font-size: 50px; }

.panel-title{ font-size: 18px; }

}

@media screen and (max-width: 360px) {




}