@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

*, *:before, *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
::-moz-selection{background:#b3d4fc;text-shadow:none;}
::selection{background:#b3d4fc;text-shadow:none;}

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

html {
    -webkit-font-smoothing: antialiased;
}

body{font-family: "Work Sans", sans-serif; font-size:17px;font-weight:500;line-height:30px;color:#686c73; -webkit-font-smoothing: antialiased; word-wrap: break-word;}
h1, h2, h3, h4, h5, h6{font-family: "Fraunces", serif; font-weight:700;text-rendering:optimizeLegibility;margin-top:0px; color:#242a2f;}
/*h1, h2, h3, h4, h5, h6{font-family:'fs_elliot', Arial, Helvetica, sans-serif;font-weight:bold;text-rendering:optimizeLegibility;margin-top:0px;}*/
p{font-weight:normal;margin-top:0px;font-family: "Work Sans", sans-serif;}
b, strong{font-weight:700;}
a{color:#fc5353;text-decoration:none;line-height:inherit;}
a:hover{color:#fc5353;text-decoration:none;}
a:focus{color:#fc5353;outline:none;}
p a, p a:visited{line-height:inherit;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:0px 0 10px;padding:0;}
img{vertical-align:middle;max-width:100%;height:auto;-ms-interpolation-mode:bicubic;}
fieldset{border:0;margin:0;padding:0;}
textarea{resize:vertical;}
.left{float:left;}
.right{float:right;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.text-center{text-align:center;}
img.alignleft{float:left;margin:0 10px 10px 0;display:inline;}
img.alignright{float:right;margin:0 0px 10px 10px;display:inline;}
img.aligncenter{display:block;margin-left:auto;margin-right:auto;margin-bottom:10px;}
.ir{background-color:transparent;border:0;overflow:hidden;*text-indent:-9999px;}
.ir:before{content:"";display:block;width:0;height:150%;}
.hidden{display:none !important;visibility:hidden;}
.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto;}
.invisible{visibility:hidden;}
.group:after{content:"";display:table;clear:both;}
.floatbox{overflow:hidden;}
.clear{clear:both;height:1px;line-height:1px;}
.chromeframe{margin:0.2em 0;background:#ccc;color:#000;padding:0.2em 0;}

/*-- Parent Class --*/
#container{min-width:320px;overflow:hidden; position:relative;}
.container{max-width:1200px;width:100%;position:relative;z-index:9;}
#header{position:relative;transition: all 0.5s ease; z-index:999; background:#f8f4f0; }

#main-navigation{position: relative; padding: 0px 0; z-index: 999; width: 70%; float: right;}
#top-bar{ position: relative; transition: top 0.5s ease-in-out; width: 100%; padding: 18px 0; z-index:999; background:#fff; border-bottom: 1px solid #f9f9f9;}
#content{padding:0px 0 0px;margin:0px 0 0;min-height:350px;position:relative;z-index:99;background:#fff;}
#footer{padding:30px 0 0;background:#fff; position:relative; margin-top:0px;z-index: 99;}

.post dl, .post dt, .post dd, .post ul, .post ol, .post li, .post h1, .post h2, .post h3, .post h4,
.post h5, .post h6, .post pre, .post p, .post blockquote, .post th, .post td{margin:0;padding:0;font-size:15px;direction:ltr;}
.post p{font-family:inherit;font-weight:400;font-size:17px;line-height:1.5;margin-bottom:20px;color:#222222;text-align:left; word-wrap: break-word;}
.post p.lead{font-size:18px;line-height:30px;margin-bottom:25px;}
.post h1, .post h2, .post h3, .post h4, .post h5, .post h6{font-weight:normal;font-style:normal; color:#00264d; text-rendering:optimizeLegibility;line-height:1.1;margin-bottom:14px;margin-top:0px;}
.post h1 small, .post h2 small, .post h3 small, .post h4 small, .post h5 small, .post h6 small{font-size:60%;color:#00264d;line-height:0;}
.post h1{font-size:48px;line-height:1.1;margin-bottom:15px; font-weight: 700; word-wrap: break-word; color:#00264d;}
.post h2{font-size:48px;line-height:1.1;margin-bottom:15px; font-weight: 700; word-wrap: break-word;color:#00264d !important}
.post h3{font-size:20px;line-height:1.2; font-weight: 600;word-wrap: break-word;}
.post h4{font-size:16px;line-height:1.2;font-weight: 600;word-wrap: break-word;}
.post h5{font-size:14px;line-height:1.2;font-weight: 600;word-wrap: break-word;}
.post h6{font-size:12px;line-height:1.2;}
.post code{font-weight:bold;background:#111111;}
.post ul, .post ol{ padding-left: 10px;}
.post ul, .post ol, .post dl{font-size:16px;line-height:1.5;margin-bottom:20px;list-style-position:outside;}
.post ul li ul, .post ul li ol{margin-left:20px;margin-bottom:0;}
.post ul{list-style:none;}
.post ul li{margin:0 0 15px;padding:0 0 0 15px;display:block; color:#222222; background:url(../images/dot-list.png) no-repeat 0 8px;  line-height: 1.5;font-size: 16px; font-weight:400;}
.post ul li a{color:#fc5353;}
.post ul li a:hover{color:#fc5353;}
.post ol{margin-left:15px;}
.post ol li ul, .post ol li ol{margin-left:20px;margin-bottom:0;}

.post ol li {margin:0 0 15px;color:#222222; line-height: 1.6;font-size: 16px; font-weight:400;}

.logo{z-index:9999;padding:5px 0 0 0; margin-right: 90px; text-align:left; width:100%; max-width:200px; min-width: 100px;float: left; position:relative;}
  
#top-bar.white-bg .logo{ margin-top: 0px; padding-top: 0px; max-width: 200px;}
#top-bar.white-bg{position:fixed; top:0; left:0; width: 100%; min-height: 45px; display:block; z-index:9999; transition: all 0.5s ease; opacity: 1; background:#fff; padding-bottom: 12px;}

#header .apply-btn, #header1 .apply-btn{font-size:18px;line-height:20px;margin:0px auto 0;padding:13px 25px;text-align:center;background:#d21181;}
#header .apply-btn:hover, #header1 .apply-btn:hover{color:#fff; background: #ea6e6e; -webkit-box-shadow:5px 5px 5px 0px rgba(50, 50, 50, 0.50);-moz-box-shadow:5px 5px 5px 0px rgba(50, 50, 50, 0.50);box-shadow:5px 5px 5px 0px rgba(50, 50, 50, 0.50);}

.punchline { padding:135px 30px 0; display:block; position:relative;}
.punchline h1{ font-weight: 700 !important; font-size: 48px; line-height: 1.1; color:#000; letter-spacing: -0.5px; margin-bottom: 10px;}
.punchline .btn{ margin:0; background:#1d6ae5; border-color: transparent; border-radius:0;}
.punchline .btn:hover{ background:#1555ba; border-color: transparent;}
.punchline h3{color: #2886bb !important; font-size: 35px; margin-bottom: 35px;}
.punchline p{ font-size: 20px; color: #00264d !important; margin-bottom: 40px;}
/*.wrp-box1 {position:relative;transition: all 0.5s ease; z-index:999; background:#09002d url(../images/gigspayday-banner.webp) no-repeat top right; background-size:50%; padding: 120px 0;}*/
.wrp-box1.wrp-box1Home {position:relative;transition: all 0.5s ease; z-index:999; background:#fff; padding: 50px 0 0;}
.wrp-box1 {position:relative;transition: all 0.5s ease; z-index:999; background:#0528a0; padding: 0;}

.navyblue-wpr{ background:linear-gradient(to right,#2886BB, #00264D); color:#fff; padding: 15px 0;}
.navyblue-wpr p{color:#fff; font-size: 14px; margin-bottom:0; line-height:1.5; text-align:center;}
.inner-banr-home .container {/*border: 1px solid #333;*/ padding: 30px 80px 0px 80px; border-radius: 10px 10px 0 0;max-width: 1600px;}
.inner-banr-home.About-Us .container{ border:0;}
.About-image {  border-radius: 20px; overflow: hidden;}
.section1-commen { padding: 50px; border-radius: 10px; display: block; background:#2886bb;}
.whitebox-sec { background: #fff; padding: 50px; border-radius: 10px;}


@media (max-width:1500px){
.punchline { padding: 60px 30px 0;}
}

@media (max-width:1300px){
 .punchline { padding: 20px 30px 0 0;}
 .punchline h3 {font-size: 25px;}
  }

@media (max-width:1100px){  
   .punchline { padding: 20px 30px 50px 0;}
}

@media (max-width:1000px){
.punchline {padding: 35px 20px 0;}
.inner-banr-home .container { padding: 20px 30px 0px 30px;}
.header-img-home {max-width: 450px; margin: 50px auto 0;}
}

@media (max-width:380px){
.punchline { padding: 0px 0px 0;}
.header-img-home { position: relative; padding-top: 50px;}
.wrp-box1.wrp-box1Home{padding: 30px 0 0;}
}

.nav__container {-webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between; -webkit-box-align:stretch; -ms-flex-align:stretch;
 align-items:stretch; padding:20px}
 #top-bar .fade {opacity: 1 !important;}
.nav__mobile .nav__btn { display:block;margin-top: 0px; }
.nav__mobile { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between; -webkit-box-align:center; -ms-flex-align:center; align-items:center}
.nav__menu {display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; overflow:hidden;}
.showing { max-height:37rem; -webkit-transition:all .5s; transition:all .5s;}
.nav__menu li { list-style:none; position:relative; white-space:nowrap; padding:0px 0 0;}
.nav__menu li a {display:block; font-size:17px; color:#222; text-decoration:none; margin-top: 0px; font-weight:500;}

.nav-toggle { display:block; background-color:transparent; width:40px; cursor:pointer; padding:4px;}
.nav-toggle span { position:relative; display:block; height:4px; border-radius:35px; width:100%; margin-top:0; background-color:#222; -webkit-transition:all .25s; transition:all .25s;}
.nav-toggle span.mrg { margin-top:5px;}
.nav-toggle.open span:first-child { -webkit-transform:rotate(45deg) translate(6.2px,6.2px); transform:rotate(45deg) translate(6.2px,6.2px);}
.nav-toggle.open span:nth-child(2) { width:0; opacity:0;}
.nav-toggle.open span:last-child { -webkit-transform:rotate(-45deg) translate(6.2px,-6.2px); transform:rotate(-45deg) translate(6.2px,-6.2px);}
.nav__menu .dropdown ul { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; position:static; padding:0; max-height:0; overflow:hidden;
 -webkit-transition:all .4s; transition:all .4s;}
.nav__menu .dropdown ul.show { max-height:20rem; -webkit-transition:all .4s; transition:all .4s;}
.nav__menu .dropdown > li > a { display:block; font-size:15px; text-transform:capitalize; color:#fff; text-decoration:none; padding: 7px 10px; border-bottom: 1px solid #595959;}
nav__menu li a:hover { color:#0062a3}
.nav__menu .dropdown>a:after { content:"\f107"; font-family:Font Awesome\ 5 Free; font-weight:900; font-size:16px; padding-left:5px; color:#fff;}
.nav__menu .active.dropdown>a:after { content:"\f106";}
.nav__menu .dropdown .dropdown>a:after { content:"\f107"; font-family:Font Awesome\ 5 Free; font-weight:900; font-size:16px; padding-left:5px; color:#fff;}
.nav__menu .dropdown .active.dropdown>a:after { content:"\f106";}
.menu-toggle { max-height:0; overflow:hidden; }
.menu-toggle,.menu-toggle.active { -webkit-transition:all .4s ease; transition:all .4s ease;}
.menu-toggle.active { max-height:100vh;}
.resize-animation-stopper * {-webkit-transition:none!important;transition:none!important; -webkit-animation:none!important; animation:none!important}
#top-bar ul li.last-btn{ padding:0;}
#top-bar ul li.last-btn a:hover,  #top-bar ul li.last-btn.active a {opacity: .7; color: #00264d !important;}
#top-bar ul li.last-btn a {padding: 8px 30px 10px 30px; border-radius: 5px; margin: 0; position: relative; text-align: center; color: #000 !important; background: #a7ff59; transition: all 0.5s ease; font-weight: 700; border: 0;}
#top-bar ul li.last-btn a:before{ display:none;}

.nav__menu li.credit-check{ margin:0 5px 0 0; padding:0;}
.nav__menu li.credit-check a { background: #705ce6; padding: 7px 16px;border-radius: 5px; color: #de1e17 !important; letter-spacing: .3px; font-weight: 500; margin-top:0 !important; margin: 0 10px 0 0;}
.nav__menu li.credit-check a:before{ display:none;}
 .nav__menu li.active a:before{ width:100% !important; background:#7462e1;}
 #top-bar ul li.last-btn:hover{ background:#2886bb; border-radius: 10px;}

.apply-btn-content{text-align: center; max-width: 210px !important; width: 100%; position:relative;background: #7559ff; border: 1px solid #7559ff; display:inline-block; border-radius: 5px; color: #fff !important; transition: all 0.5s ease; z-index:99;padding: 16px 20px; font-weight:500; font-size: 17px;}
.apply-btn-content:hover{ color:#fff !important;}
.apply-btn-content:before{ background-color: #212529; border-radius: 5px !important; bottom: 0; content: ""; left: 0; position: absolute; right: 100%; top: 0; transition: all .35s; z-index:-1; -webkit-transition: all .35s;}
.apply-btn-content:hover:before{ bottom: -1px; left: -1px; right: -1px; top: -1px;}
.apply-btn-content .svg-image{ position: relative; top: 5px; right:-2px; transition: all 0.5s ease; font-weight:500;}
.apply-btn-content:hover svg.svg-image{ right:-10px;}


@media screen and (min-width:800px) {
 .menu-toggle { display:-webkit-box!important; display:-ms-flexbox!important; display:flex!important; max-height:100vh; overflow:visible;}
 .nav__container { width:100%; max-width:1400px; margin:auto; -webkit-box-orient:horizontal; -webkit-box-direction:normal;-ms-flex-direction:row; flex-direction:row; padding:0 20px; }
 .nav__container, .nav__mobile { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between; -webkit-box-align:center; -ms-flex-align:center; align-items:center; }
 .nav__mobile .nav__btn { display:none;}
 .nav__logo img { width:100%; max-width:58px; }
 .nav__menu { margin-bottom:0; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:horizontal; -webkit-box-direction:normal; -ms-flex-direction:row; flex-direction:row; max-height:100%; overflow:visible; }
 .nav__menu li { list-style:none; position:relative; white-space:nowrap; padding:7px 18px;}
 .nav__menu li a {font-size:15px; position:relative; color:#000 !important; font-weight: 500; text-decoration:none; }
 .nav__menu li a:hover{color:#3093ca !important;}
  .nav__menu .dropdown ul li a:hover{color:#fff !important;}
 /* .nav__menu li a:before{ width:0; height:3px; background:#fff; content:""; display:block; position:absolute; left:0; bottom:-15px; transition: all 0.5s ease;}*/
  .nav__menu li.active a:before{ width:100%;}
  .nav__menu li a:hover:before{ width:100%;}
  .nav__menu li.credit-check span img { position: relative; margin-top: -7px; display: inline-table;} 
 .nav__menu li a:hover { color:#f9f9f9;}
 .nav__menu .dropdown { position:relative; }
 .nav__menu .dropdown ul { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; position:absolute; top:100%; left:-30px; opacity:0; visibility:hidden; overflow:visible; padding:0 17px; -webkit-transition:all .4s ease; transition:all .4s ease; }
 .nav__menu .dropdown:hover>ul { top:100%; left:0; opacity:1; visibility:visible; overflow:visible; padding:0 17px;}
 .nav__menu .dropdown ul li {  padding:8px 15px; background-color:#1076c9; position:relative;}
 .nav__menu .dropdown ul li:hover { background-color:#3493e0; }
 .nav__menu .dropdown ul li a { display:block;color:#fff; text-transform:capitalize;}
 .nav__menu .dropdown ul li a:hover { display:block; color:#c7e0f5;}
 .nav__menu .dropdown>a:after { content:"\f107"; }
 .nav__menu .dropdown:hover>a:after, .nav__menu .dropdown>a:after { font-weight:900; font-size:16px; padding-left:5px; color:#7c7c7c;}
 .nav__menu .dropdown:hover>a:after { content:"\f106";}
 .nav__menu .dropdown .dropdown>a:after { content:"\f105"; }
 .nav__menu .dropdown .dropdown:hover>a:after,.nav__menu .dropdown .dropdown>a:after { font-family:Font Awesome\ 5 Free;font-weight:900; font-size:16px; padding-left:10px; color:#fff;}
 .nav__menu .dropdown .dropdown:hover>a:after { content:"\f104"; }
 .nav__menu .dropdown .dropdown:hover>ul { position:absolute;top:0; right:calc(100% - 17px); left:auto; opacity:1; visibility:visible;}
 .nav__menu .dropdown .dropdown ul { position:absolute; top:0; right:calc(100% - 17px); left:auto; opacity:0; visibility:hidden; -webkit-transition:all .4s ease-in-out; transition:all .4s ease-in-out }
}


@media (max-width:900px){
	.nav__menu li a { font-size: 15px;}
	 .nav__menu { padding-left:0;}
}

@media (max-width:780px){
.nav__container { padding:0 20px !important;}
.nav__menu{ padding:10px 0 0 0;}
#top-bar ul li.last-btn{ margin-top: 0px;}
.nav__menu li.credit-check { margin-top: 20px;}
.nav__menu > li > a{ font-weight: 400; color: #000; text-align:center; font-size: 17px; padding: 10px 15px; border-bottom: 1px solid #f1f1f1; transition: all 0.5s ease;}
.nav__menu > li > a:hover{ background:#1895f3;color: #fff;}
.nav__menu li.credit-check a{margin-right:0 !important;}
#top-bar ul li.last-btn a { padding: 10px 30px;}
}

/*-- Navigation --*/
@media (max-width:380px){
.punchline h1 { font-size: 34px; line-height: 1.2;}
.punchline ul li{ float:none; margin-bottom: 10px; width:100%;}
}

/*-- Home page accordian--*/
.apply-btn{color: #00264d !important; background:#a7ff59; font-size: 20px; max-width: 235px; text-align:center; width:100%; font-weight:700; display: inline-block; transition: all 0.5s ease; padding: 8px 35px; border-radius: 5px;/*box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.25);*/} 
.apply-btn:hover{opacity:0.7; }

#accordion h3 { font-size: 18px; font-weight:600; color:#30363d; padding: 30px 10px; margin-bottom:0; line-height: 1.2; cursor: pointer; /*box-shadow: 0px 18px 20px 1px rgba(0,0,0,0.15);border-radius: 3px;*/}
#accordion ul li{margin-bottom: 15px; font-weight: 400 !important; line-height: 21px;}
.ui-icon{width:15px;height:10px;display:inline-block;vertical-align:middle;margin-top:8px;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;float:right;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.nums{font-weight:700;color:#0c64b3;}.ui-icon,.ui-widget-content .ui-icon{background-position:0 -22px;background-image:url(../images/plu-minus.png);background-repeat:no-repeat}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background:url(../images/plu-minus.png);background-position:0 2px;background-repeat:no-repeat}.section4 #accordion h3{font-size:18px;line-height:23px;margin-bottom:0;font-weight:700;display:block;background:transparent !important;color:#171717;text-align:left;padding:20px 16px;cursor:pointer;border-bottom:1px solid rgba(0,0,0,0.12);position:relative}.section4 #accordion h3:before{background:none}.ui-accordion-content{padding:0 10px;}
.faqs-section { position: relative; background: #fff; padding: 70px 0;}
.faqs-section .inner-box { max-width: 800px; margin: 0 auto;}
.faqs-section .inner-box h2{ font-size: 50px; line-height:50px; margin-bottom: 50px; text-align:center;}
.faqs-section .applybox.applybox-bottom {text-align: center; margin: 60px auto 40px;}
.faqs-section .applybox.applybox-bottom p{ text-align:center; margin-top: 10px;}
#accordion h3:focus-visible{ outline: none;}
#accordion .accordion-wrp { border-bottom: 1px solid #d4d3d5;}


hr { background-image: linear-gradient(to right,#A7FF59, #2886BB); height: 6px; width: 100%;}
.center, .center p, .center h2, .center h3{ text-align:center;}
.article-section{ padding: 95px 0 0px; position:relative; background:#fff;}
.blue{color: #2886bb !important;}
.article-section h3{font-size: 35px;}
.section1 { position: relative; padding: 50px 0 0;}
.section1 p { font-size: 20px;padding: 0 120px;}
.section1 p.pera{color: #00264d !important;font-weight: 500;}
#sliderzone{ position: relative; margin-bottom: 50px; background: #fff; padding: 30px 50px; border-radius: 10px;}
#sliderzone .center h4{ font-size: 23px; color:#2886bb !important;}

.light-green{ background: #a7ff59; color: #00264d !important; padding: 8px 25px;font-size: 20px; display:block; max-width: 220px; margin:0 auto; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; border-radius: 5px;}

.dec-list { padding: 130px 100px; border: 10px solid #D4DCDF; border-left-width: 10px; border-left-style: solid; border-left-color: rgb(212, 220, 223); border-bottom-right-radius: 30px; border-top-right-radius: 30px; border-left: none;}
.dec-list ul li{ font-size: 23px; margin-bottom:0px;color: #00264d !important; font-weight: 500;}
.dec-list ul li:nth-child(even){color: #2886bb !important;}
.Need-help-covering-a-bill { position: relative;}

.twolayout .row{ max-width: 1200px; margin:0 auto; overflow: hidden;}
.twolayout .row .col-md-6{ position:relative; padding: 0;} 
.twolayout .row .col-md-6 .Need-help-covering-a-bill{ position:absolute; left:0; top:0;}
.twolayout .row .col-md-6 .Need-help-covering-a-bill img { display: block; object-fit: cover; vertical-align: middle; height: 100%; width: 100%;}

.twolayout { padding: 50px 0 0; position: relative;}
.twolayout .center { margin-bottom: 70px; }
.center.bottombox { padding: 40px 0 30px; position: relative;}
.center.bottombox p{ font-size: 25px; letter-spacing: -0.5px; font-weight: 400;}
.commmnt .brand { max-width: 150px; margin: 0 auto;}
.how-it-works{ position:relative; text-align:center; max-width: 1200px; margin: 0 auto;}
.how-it-works h2{ margin-bottom: 70px}
.how-it-works .box p{ text-align:center; font-size: 13px;}
.how-it-works .box span { background: #f66; color: #fff; width: 50px; height: 50px; line-height: 50px; font-weight: 700; font-size: 22px; display: inline-block; margin-bottom: 20px; border-radius: 50px;}

.requirements-wpr{ position:relative; padding: 50px 0 0; /*background: linear-gradient(to bottom right, #006AD7 0%, #57FCD7 100%) 100% no-repeat;*/ max-width: 1200px; margin:0 auto;}
.requirements-wpr .center .pera{color:#fff;}
.requirements-wpr .center h2{ color:#00264d;}
.requirements-wpr .center h5{color: #2886bb !important; font-weight: 600; font-size: 35px;}

.requirements-wpr .box{ background:#f6fbfc; padding: 25px 25px; border-radius: 10px;text-align:center; max-width: 300px; margin:0 auto 15px; height:130px; -webkit-box-shadow: 0px 2px 3px 0px rgba(227,227,227,1);
-moz-box-shadow: 0px 2px 3px 0px rgba(227,227,227,1); box-shadow: 0px 2px 3px 0px rgba(227,227,227,1); }
.requirements-wpr .box p{ font-size: 20px; font-weight: 600; color:#00264d !important; margin-bottom:0; text-align:center;line-height: 1.3;}
.requirements-wpr .center{ margin-bottom: 40px;}
.requirements-wpr .center.bottombox { margin-bottom: 0;}

.whyus{ padding: 50px 0;}
.why-choose-us { border-radius: 10px; overflow: hidden;}
.why-choose-us img{ display:block;border-radius: 10px; margin: 0 auto;}
.whyus .inner-box{ padding: 10px 0;}
.whyus .inner-box p{ font-size: 14px;color: #00264d !important;}
.whyus .inner-box p.pera{font-size: 23px;color: #2886bb !important; margin-bottom: 20px;}
.whyus .inner-box .apply-btn.light-green.light-green1{ margin:0;}
.whyus .inner-box h4{ font-size: 23px;color: #2886bb !important; margin-bottom: 20px;}
.whyus .row{ margin-bottom: 70px;}
.apply-btn.light-green.light-green1 {margin: 0; text-align: center;}
.inner-box.Mission { padding: 70px 50px 50px;}

.corevalue{ position:relative; text-align:center;}
.corevalue p{ text-align:center;}
.corevalue .center{ margin-bottom: 50px;}
.corevalue .blue-hd { position:relative; text-align:center; font-size: 20px;color: #2886bb !important; margin-bottom: 20px; font-weight: 500; line-height:1.5; }
.corevalue .num { background: #024183;  width: 50px; height: 50px; display: block; margin: 0 auto 20px; line-height: 50px; font-weight: 700; font-size: 25px; color: #fff; border-radius:10px;}
.corevalue .box{ margin-bottom: 30px; text-align:center;}
.corevalue .box p{ font-size: 14px; color: #00264d !important;}
.corevalue .box h3{ font-weight: 700; color:#00264d !important;font-family: "Work Sans", sans-serif;}

.ctcbox{ text-align:center; padding: 50px 0; position:relative;}
.ctcbox h2{ margin-bottom: 30px;}
.ctcbox p{ text-align:center; margin-bottom: 30px; font-size: 22px; color: #2886bb !important;}
.apply-btn.light-green.light-green1{ margin:0 auto;}
.contact-icon { max-width: 90px; margin: 0 auto 15px;}  
.contbox, .contbox p { text-align: center;}
.section1 h1 { margin-bottom: 50px;}
.contbox { margin-bottom: 50px;}
.contbox p{ padding:0 !important;}

.wrp-box1.app-page::after { background: #fff; position: absolute; right: 0; width: 50%; height: 100%; top: 0;}
.wrp-box1.app-page{ background:linear-gradient(to right,#2886BB, #00264D);}
.app-content h2 { color: #fff !important; margin-top: 50px;font-size: 40px;}
.app-content p {color: #fff; font-size: 22px;}
.pagelogo { max-width: 230px; margin: 40px auto 0;}

.twolayout h3{color: #2886bb !important; font-size: 36px; font-weight: 600;}
.owl-controls .owl-nav{ display:block;}
.owl-controls .owl-nav .owl-prev{ display: block !important; font-size: 0; position: relative; margin-top: -120px; margin-left: -74px;}
.owl-controls .owl-nav .owl-prev:before{ background:url(../images/prev.png) no-repeat 0 0; width:32px; height:40px; position:absolute; left:0; top:0; content:"";}
.owl-controls .owl-nav .owl-next{ display: block !important; font-size: 0; position: relative; margin-top: -30px; margin-right: -74px;}
.owl-controls .owl-nav .owl-next:before{ background:url(../images/next.png) no-repeat 0 0; width:32px; height:40px; position:absolute; right:0; top:0; content:"";}


#two-section{ position:relative; }
#two-section .container{ max-width: 93%; position:relative; background: linear-gradient(to bottom right, #006AD7 0%, #57FCD7 100%) 100% no-repeat; border-radius: 64px; padding: 80px 10px 50px 10px; margin-bottom: 50px;}
#two-section .how-it-works .box{background: #fff; border-radius: 8px; padding: 40px 12px 14px; min-height: 220px; height:100%; margin-bottom: 20px;}
#two-section .box h3{font-family: "Work Sans", sans-serif; font-size: 18px; font-weight: 700; color: #585f62 !important;}
#two-section .box p{color: #585f62 !important;font-weight: 400; font-size: 15px;}
#two-section .requirements-wpr .box p{color: #585f62 !important; font-weight: 700; font-size: 18px;}
#two-section .how-it-works h2{color: #f8f9fa !important; font-size: 40px; margin-bottom: 47px;}
#two-section .requirements-wpr h2{color: #f8f9fa !important;}
#two-section .center.bottombox p{color:#f8f9fa !important;}
.dot-line { margin: 50px 50px 10px 50px; height: 1.2rem; background: repeating-linear-gradient(to right,white 0,white 5px,transparent 5px,transparent 7px) top; background-repeat: repeat; background-size: auto;background-size: 100% 2px;background-repeat: no-repeat;}

.contact-form .btn-submit{align-items: center; background-color: #0171d3; border: 1px solid #10156b; border-radius: 8px; color: #fff; cursor: pogeograph; display: inline-flex; font-size: 18px; font-weight: 700; height: -webkit-fit-content;height: -moz-fit-content; height: fit-content; line-height: 1.65em; max-width: -webkit-fit-content; max-width: -moz-fit-content; max-width: fit-content; outline: none; padding: 12px 35px; text-align: center; transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s,-webkit-transform .3s; white-space: nowrap;}
.contact-form .btn-submit:hover{background-color: #1e4acf; text-decoration: none; -webkit-transform: translateY(-3px); transform: translateY(-3px);}
.contact-form ul li.last{ text-align:center;}
.contact-form ul li {background: none;}
.contact-form form{ margin-bottom: 50px;}

.contact-form { background: #f9f9f9; padding: 50px 50px 0px 50px; border-radius: 15px;}
.contact-form input, .contact-form textarea {
  display: block;
  width: 100%;
  padding: 7px 15px;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 2px solid #ccc;
  background: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  margin-bottom: 30px;
  color: #000;
}
p.notetext {
  padding: 0 15px !important;
  font-size: 15px !important;
}

@media (max-width:1200px){
.dec-list { padding: 100px 100px;}
}

@media (max-width:1100px){
.dec-list { padding: 70px 100px;}
}
@media (max-width:1040px){
.dec-list { padding: 50px 70px;}
.inner-box.Mission { padding-top: 0;}
.why-choose-us { margin-top: 50px;}
.apply-btn.light-green.light-green1 { margin: 50px auto 0;}
.how-it-works .box { margin-bottom: 50px;}
.requirements-wpr .box{height: 105px;}
}

@media (max-width:1000px){
.twolayout .row .col-md-6 .Need-help-covering-a-bill { position: relative;}
.Need-help-covering-a-bill { max-width: 600px; margin: 0 auto 50px; border-radius: 20px; overflow: hidden;}
.dec-list {border: 10px solid #D4DCDF;border-radius: 25px;}
.wrp-box1.app-page::after { background: transparent;}
.phone-img { max-width: 350px; margin: 0 auto;}
#two-section .how-it-works .box{min-height: 146px;}
#two-section .container{border-radius: 22px;}
}

@media (max-width:767px){
	.dec-list ul { padding-left: 0 !important;}
.dec-list { padding: 35px 25px;}
.faqs-section{padding: 0;}
.center.bottombox{margin-bottom: 0;}
.dec-list ul li { margin-bottom: 15px; line-height: 1.2;}
.section1 p { padding: 0 20px;}
  }

@media (max-width:480px){
.banr-img p { font-size: 18px;}
#review-slider { padding: 70px 0 50px 0;}
.grey-section-bottom .icon { max-width: 60px;}
.post h2 { font-size: 40px;}
.post h3 {font-size: 25px;}
.requirements-wpr .center h5{font-size: 25px;}
.owl-controls .owl-nav .owl-next{margin-right: -60px;}
.owl-controls .owl-nav .owl-prev{margin-left: -60px;}
.inner-box.Mission { padding: 20px 20px 20px;}
}

#footer ul{ text-align:left; padding: 0; margin:0 0 0px 0;}
#footer ul li{ display:inline-block; margin:0 0 10px 0;}
#footer ul li a { font-size: 15px; color: #fff !important; margin: 0 20px; font-weight: 600; text-decoration: underline;}
#footer .navigation { padding:0 0 0 20px; position:relative;}

#footer .dislarimer p{ text-align:left; font-size: 16px; color:#fff;line-height: 1.5; margin-bottom: 25px;}

.footer-container { border-radius: 30px 30px 0 0; background: #00264D; padding: 40px 35px 20px 35px; max-width: 1800px; width:100%; margin: 0 auto;}
.text-light { font-size: 16px; color: #f8f9fa !important;}


.copyright{padding:0px;margin-bottom:20px; text-align:left;  }
.copyright p, .disclaimer p{color:#000; font-size: 12px; font-weight:400; line-height:1.6; letter-spacing:0.4px; margin-bottom: 20px;}
.copyright p a{color:#000;}
.disclaimer p strong{ font-size: 13px;}
.disclaimer { padding-top: 30px; margin: 20px auto 0;}
.navyblue-wpr.disclaimer p, .navyblue-wpr.disclaimer p a { color: #fff;}
.socailmedia{ position:relative; padding: 20px 0;}
#footer .socailmedia ul { list-style: none; margin:0; padding:0 0 0 15px;}
#footer .socailmedia ul li{ margin:0 5px; display:inline-block; max-width: 40px; width:100%;padding: 0 0px;}
.footerlogo { max-width: 230px; margin-bottom: 40px;}

@media (max-width:767px){
#footer .navigation{min-height: auto;}
#footer nav.navigation{padding: 0;min-height: auto;}
#footer nav.navigation ul li{ border:0;}
.social-media ul { text-align: left; padding: 0;}
.footlogo { max-width: 180px; margin-bottom: 20px;}
.footlogo { max-width: 180px; margin-bottom: 20px;}
#footer ul { padding: 0;}
}