@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,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:"Poppins", Verdana, Arial, Helvetica, 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:"Poppins", Arial, Helvetica, sans-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;}
b, strong{font-size:16px; font-weight:500;}
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:1150px;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; }
#content{padding:0px 0 0px;margin:0px 0 0;min-height:350px;position:relative;z-index:99;background:#fff;}
#footer{padding:30px 0;background:#1ea94a; 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:16px;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:#1c1e21; 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:#1c1e21;line-height:0;}
.post h1{font-size:55px;line-height:1.2;margin-bottom:15px; font-weight: 700; word-wrap: break-word;}
.post h2{font-size:35px;line-height:1.3;margin-bottom:15px; font-weight: 600; word-wrap: break-word;}
.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: 170px; } 
#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; border-bottom: 1px solid #f7f7f7; }

#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: 35px 0 0; display:block; position:relative;}
.punchline ul{ list-style:none; margin:0; padding:0;}
.punchline ul li{ background:url(../images/green-check-icon.png) no-repeat 0 2px; background-size:20px; padding:0 0 2px 32px; margin-bottom: 15px; color:#fff; font-size: 15px;text-align: left;}
.punchline h1{ font-weight: 700 !important; font-size: 60px; line-height: 1.1; color:#000; letter-spacing: -0.5px; margin-bottom: 30px;}
.punchline p{color:#fff; font-size:17px; line-height: 1.5; margin-bottom: 30px;font-weight: 400;}
.punchline .btn{ margin:0; background:#1d6ae5; border-color: transparent; border-radius:0;}
.punchline .btn:hover{ background:#1555ba; border-color: transparent;}
/*.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 {position:relative;transition: all 0.5s ease; z-index:999; background:#fff; padding: 0;}
.homne-puchline { width: 100%; padding:50px 0 50px ; text-align: center; max-width: 750px; margin: 0 auto;}
.homne-puchline h1{font-size: 52px; line-height: 55px; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 15px;}
.homne-puchline .tagline-h1{ font-size: 50px; color:#24b953; line-height: 1.5;}
.header-img { position: absolute; right: 0;top: 0;}
.header-img-home { position: absolute; left: 50%; top: 0; transition: all 0.5s ease; width: 60%;}
.inner-banr-home{ position:relative; margin:0 auto; max-width: 2000px;overflow: hidden;}
.homne-puchline p, .homne-puchline ul li{ color:#000;}
.homne-puchline p { text-align:center;font-size: 22px; line-height: 1.5;}

.punchline.homne-puchline .apply-btn { margin-top: 20px; font-weight: 600;}
.tagline { color: #fff !important; font-size: 18px !important;}
.termtxt { font-size: 12px !important; margin-top: 10px !important;}

.Learn-More{ background:#12efd4; display: block; padding: 5px 30px; color:#000; font-weight: 600; border-radius:30px; font-size: 15px; text-align:center; transition: all 0.5s ease;}
.Learn-More:hover{color:#333; background:#12e4ca;}
.green{color:#24b953 !important; margin-bottom:10px !important;}



@media (max-width:900px){
.punchline h1{font-size: 40px;line-height: 1.2;}
.logo { margin-right: 63px; max-width: 153px;}
}

@media (max-width:1000px){
.homne-puchline {width: 100%;padding:40px 20px 30px 20px;}
.cont-img { padding-left: 0;}
}

@media (max-width:767px){
#top-bar .container{ padding:0;}
.logo { padding: 5px 0 0px 0px; margin-right: 0; text-align: left; width: 165px; float: none;}
.punchline h1 { font-size: 40px; line-height: 1.3; margin: 0px 0 20px; }
.punchline p { margin-bottom: 20px; font-size: 20px;}
#header .container { padding: 0;}
.wrp-box1 {padding: 0px 0 0px 0;}
#top-bar.white-bg .logo{ max-width: 150px; padding: 0 0 0 0px;}
.homne-puchline .tagline-h1{line-height: 1.3;}
}

@media (max-width:540px){
	.homne-puchline {padding: 50px 10px;}
	.homne-puchline .tagline-h1 { font-size: 35px;}
	}
	
@media (max-width:480px){
	.homne-puchline .tagline-h1 { font-size: 30px;}
  }

.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:#000; -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 { background: #1faf4c; color: #fff;}
#top-bar ul li.last-btn a {padding: 8px 30px 10px 30px; border-radius: 5px; margin: 0; position: relative; text-align: center; color: #fff !important; background: #20b44f; 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;}

.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;}
.price-block { margin-bottom: 8px; padding:16px; border-radius: 8px; background-color: #18181b; font-family: Poppins, sans-serif; color: #52525b; font-size: 30px; line-height: 45px; font-weight: 700; text-align: center;}
.price-block.is-on { background-color: #24b953 !important; color: #fff;}
.sloan-line h2 { font-size: 48px; font-weight: 700; line-height: 72px;}

@media screen and (max-width:860px) {
.nav__container{padding: 5px 20px;}
}

@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:1180px;
  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.active a{color:#1faf4c;}
 
 .nav__menu li a {
  font-size:15px; position:relative;
  color:#50px 0 50px 0 !important; font-weight: 500;
  text-decoration:none; 
 }
 .nav__menu li a:hover{color:#1faf4c !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:#1faf4c;
 }
 .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-family:Font Awesome\ 5 Free;
  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 17px !important;}
.nav__menu{ padding:10px 0 0 0;}
#top-bar ul li.last-btn{ margin-top: 10px;}
.nav__menu li.credit-check { margin-top: 20px;}
.nav__menu > li > a{ font-weight: 400; color: #000; font-size: 17px; padding: 10px 15px; transition: all 0.5s ease;}
.nav__menu > li > a:hover{ color:#20b44f; }
.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;}
.punchline ul li{ float:none; margin-bottom: 10px; width:100%;}
}

/*-- Home page accordian--*/
.apply-btn{color:#fff; background: #1faf4c; font-size: 16px; font-weight:600; display: inline-block; transition: all 0.5s ease; padding: 10px 45px; border-radius: 5px;/*box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.25);*/} 
.apply-btn:hover{background: #1ca547; color:#fff; }


#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: 700px; margin: 0 auto;}
.faqs-section .inner-box h2{ font-size: 50px; line-height:1.3; 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;}

.brand-section{ position:relative; padding:70px 0;}
.brand-section ul{ text-align:center; margin:0; padding:0; }
.brand-section ul li{ display:inline-block; margin:0 30px 20px; position:relative; text-align:center; background:none; padding:0;}
.brand-section h2{ text-align:center; margin-bottom: 15px; font-size: 35px !important; font-weight: 600;}
.brand-section .center{ margin-bottom: 50px;}

.center, .center p, .center h2, .center h3{ text-align:center !important;}
.white-section{ padding:50px 0; position:relative;}

.numicon{ background:#26bf53; width:65px; height:65px; border-radius:15px; color:#fff; font-weight: 600; text-align:center; display:inline-block; font-size: 30px; line-height: 60px; margin-bottom: 30px;}

/*---New Design --**/
.two-layoutr .box { padding:0 0 0 30px;}
.two-layoutr .box p { line-height: 1.6;}
.two-layoutr .row{ padding-top:70px; padding-bottom: 70px;}
.ctc-box{ text-align:center; padding: 50px 0; position:relative; max-width: 750px; margin:0 auto;}
.ctc-box p{ text-align:center;}
.bulbicon{ margin-bottom: 20px;}
.inner-banr-home.service-page { position: relative; padding:50px 0;}
}
/*---End --*/


/*---gigs-page ---*/
#gigs-page{ padding: 0; /*background-color: transparent; background-image: linear-gradient(180deg, #FFFFFF 0%, #C4DAFA 100%);*/ background:#fff;}
#gigs-page .inner{ color:#000;}
#gigs-page .box-white{ background:#fff; padding:30px; box-shadow: 0 1px 6px #9c9fb526; border:1px solid #9c9fb526;}
#gigs-page .inner { padding: 30px 0 0 0; position: relative;}

.image-wrapper { background-color: #f4f1ff; border-radius: 6px; justify-content: center; align-items: center; min-width: 126px; max-width: 126px; min-height: 126px; max-height: 126px; padding-left: 10px; padding-right: 10px; display: flex; margin: 0 auto;}
#gigs-page { grid-column-gap: 20px; transform-style: preserve-3d; align-items: center; padding: 0px; text-decoration: none;  transition: border-color .3s,transform .3s,color .3s; display: flex;}
.cont-box ul{ margin:0; padding:0;}
.cont-box ul li{display: inline-block; margin: 0 10px 6px 0px; padding: 0;font-size: 12px; box-shadow: 0 1px 4px 0 #14142b14; border: 1px solid #eaebf3; border-radius: 6px;
  align-items: center; padding: 5px 8px; background:#fff;}
  
.cont-box ul li img{ width:12px;}
.cont-box h4{ font-size: 13px; margin-bottom:7px; color:#a7a9b9; margin-top:5px; text-transform: uppercase;}
.cont-box h3{ font-size: 16px; font-weight:700; margin-bottom:10px; color:#222;}
.brands{grid-column-gap: 20px; transform-style: preserve-3d; align-items: center; padding: 15px 20px 15px 8px; text-decoration: none; transition: border-color .3s,transform .3s,color .3s; display: block; border-radius: 6px; box-shadow: 0 1px 6px #9c9fb526;background: #fff; width: 100%; border:1px solid transparent; cursor:pointer;}
.brands:hover{ border-color:#502486;}
.brands a{ transition: all 0.5s ease; position:relative; padding:0; margin:0; display: block;}
.brands a:hover h3{color:#2860f2;}
.brands .col-sm-8{ padding-left:0;}
.btn-square-secondary { border: .5px solid #eaebf3; box-shadow: 0 2px 5px 0 #bcbbce42; color: #484b62; border-radius: 4px; justify-content: center; align-items: center; min-width: 30px; max-width: 30px; min-height: 30px; max-height: 30px; font-size: 15px; line-height: 1em; display: flex;}
.brands a .icon1{ background:url(../images/jump-arrow.png) no-repeat 0 0; width:30px; height:30px; position:absolute; right:5px; top:10px; cursor: pointer; transition: all 0.5s ease; }
.brands .icon1:hover, .brands a:hover .icon1{ background:url(../images/jump-arrow-blue.png) no-repeat 0 0; right:0px; top:5px; }
.grey-section.gigs-wpr h2 { font-size: 22px; font-weight: 700;}
.section1{ margin-bottom: 30px; margin-top: 40px;}
.two-layout-gigpage{ position:relative; padding:70px 0;}
.two-layout-gigpage .box h2{ margin-bottom: 30px;}
.two-layout-gigpage .box{ background:#f4f5f9; padding:30px; border-radius: 15px; min-height: 510px;}
.two-layout-gigpage .box-brown{ background:#190039;}
.two-layout-gigpage .box-brown p, .two-layout-gigpage .box-brown h2{color:#fff;}

.inner-banr-home.service-page{ position:relative; padding: 50px 0; }
.h1icon { text-align: center;}

.three-pointbox { position: relative; background: #fff; padding: 50px 0;}

.three-pointbox .box { background: #ffecd1; text-align: center; border-radius: 10px; box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.07); overflow:hidden;}  
.three-pointbox .box2 { background: #fce2ef; text-align: center;}
.three-pointbox .box3 { background: #e7f3e7; text-align: center;}
.three-pointbox .box p { background: #fff; text-align: center; padding: 15px 10px 15px 10px; font-weight: 600; margin-bottom: 0;}
.star-gigspayday-rating { max-width: 130px; margin: 20px auto;}
body.service-page .container { max-width: 1170px !important;}
.more-services{ background: #f9f9f9; padding: 30px 0; position:relative;}
.more-services h2{ margin-bottom: 20px;}
.more-services ul{ padding-left:0;}
.more-services ul li{ display:inline-block; margin:0; padding:0 8px 0 0px; background:none; position:relative;}
.more-services ul li a{ display:block; color:#193c1e; padding: 10px 30px 10px 12px; background: #fff; border:1px solid #dfdfdf; font-size: 14px; border-radius:10px; position:relative; transition: all 0.5s ease;}
.more-services ul li a:hover{color:#193c1e; background:#fbfbfb;}
.more-services ul li a:after{ background:url(../images/rightarrow.svg) no-repeat 0 0; right: 10px; top: 12px; width: 18px; height: 18px; content: ""; position:absolute;}

#service-content td { color: #222; padding: 15px; margin: 0 !important; font-weight: 400; font-size: 16px;}
#service-content th{ padding: 20px; background:#50a562; color: #fff; font-weight: 700;  font-size: 17px;}
.faqs-section1{ background:#fbf4ea; padding: 30px 15px 15px; border-radius: 5px; position:relative;} 
.faqs-section1 h2{ color:#a1682a; position:relative; padding-left: 35px;}
.faqs-section1 h2:before{ background:url(../images/faq-icon.svg) no-repeat 0 0; position:absolute; left:0; top:0; content:""; width: 50px; height:50px;}

.faqs-section1 .ui-icon{ background:url(../images/plus-minus-border.png) no-repeat 0 0; width: 18px; height:18px; margin-top: 0px;}
.faqs-section1 .ui-state-active .ui-icon{background-position: 0 -30px !important;}
.faqs-section1 #accordion .accordion-wrp { border-bottom: 1px solid #ffebcc;}
.faqs-section1 #accordion h3 { font-size: 16px; padding: 17px 15px 17px 10px; font-weight: 700;}
.js-sidebar-menu.scroll-to-fixed-fixed { margin-top: 80px; transition: all 0.5s ease;}
.banr-img.banr-img-ser { padding: 60px 40px; position:relative; overflow: hidden;}
.banr-img.banr-img-ser h2, .banr-img.banr-img-ser p{ z-index: 99 !important; position: relative;}
.banr-img.banr-img-ser:after{ background:rgba(0,0,0,0.3); position:absolute; left:0; top:0; width:100%; height:100%; content:""; z-index:1; }
.chartimg { margin-bottom: 30px;}
.white-bg-page { padding: 40px 0 !important;}

@media (max-width:1000px){
.image-wrapper{ margin:0 0 15px 0;}
.brands{padding: 15px 20px 15px 20px; margin-bottom: 20px;}
.brands .col-sm-8{ padding-left:15px;}
.three-pointbox .box{ margin-bottom: 50px;}
.three-pointbox .box p{padding: 25px 10px;}
.three-pointbox{padding: 50px 0 0;}
}

@media (max-width:767px){
.brands .col-md-8 { padding-left: 15px;}
}


.lightblue{ background:#e7fffc; padding: 50px; position:relative; border-radius:30px; margin-bottom: 50px;}
.grey-section-bottom{ position:relative; padding:70px 0;}
.grey-section-bottom h2 { margin-bottom: 60px !important;}
.grey-section-bottom ul li{ display:inline-table; width:24%; margin-bottom: 30px; text-align:center; font-size: 20px; background:none; padding:0 20px; line-height: 1.3;}
.grey-section-bottom .icon{ max-width: 70px; display:block; text-align:center; margin:0 auto 30px;}
#blog-section{ position: relative; padding: 70px 0; }
#blog-section .post-box{ position: relative; padding: 0; background:#f1f1f1; border-radius: 20px; overflow:hidden;}
#blog-section h2{ font-size: 35px !important; font-weight:600;}
#blog-section .post-box .inner{ padding:20px 20px;}
#blog-section .center{ margin-bottom: 50px;}
.small { font-size: 13px !important;}

/*---About page --*/
.punchline.homne-puchline.about-puchline h1 { font-size: 18px; opacity: 0.7; color: #000;}
.punchline.homne-puchline.about-puchline h2 { color: #000;}
.punchline.homne-puchline.about-puchline p, .punchline.homne-puchline.about-puchline ul li{ color:#000;}
.owl-nav { display: none;}
.wrp-box1.wrp-box1-inner { background: #fff;}
.navy-section{ padding: 50px 0; position:relative;}
.navy-section p{color:#fff;}
.cont-img { padding-left: 50px;}
.grey-section-inner { background: #fff; position: relative;padding: 70px 0 40px;}

/*#review-slider.reviewcus{ background:#0f004c; }
#review-slider.reviewcus .center h2, #review-slider.reviewcus .center p{color:#fff;}*/
.banr-img{ background:url(../images/Need-a-gig-worker-loan.webp) no-repeat 0 0; padding: 90px 120px; border-radius:30px; text-align:center; margin: 50px 0;}
.banr-img h2, .banr-img p{color:#fff; text-align:center;}
.banr-img h2{ font-size: 40px !important; font-weight: 600; margin-bottom: 30px;}
.banr-img p{ font-size: 22px; margin-bottom: 30px;}
.banr-img .apply-btn{ background:#12efd4; color:#000; z-index: 99; position: relative;}
.banr-img .apply-btn:hover{ background:#15b19e;}

.threebox-header{ position:relative;}
.threebox-header .box{ background:#fff; padding:30px; border-radius:15px; min-height: 355px; height:100%;}
.threebox-header .box h3{color:#222; text-align:left; margin-bottom: 30px;}
.threebox-header .box p{border: 1px solid #222; padding: 13px 20px; border-radius: 50px; display: block; text-align: center; font-weight: 500;font-size: 15px;}
.threebox-header .box .icon { max-width: 70px; margin-bottom: 30px;}
.threebox-header .center h1, .threebox-header .center p{ text-align:center; color:#fff;}
.threebox-header .center p{ font-size: 20px;}
.threebox-header .center h1{ font-size: 40px; font-weight: 600; margin-bottom: 20px;}
.threebox-header .center{ padding:70px 0 50px;}
.cont-img-round { border-radius: 30px; overflow: hidden; display: block; width: 100%; padding: 0; width: 90%; margin: 0 auto;}
.list-box .apply-btn { max-width: 210px; padding: 10px 25px; margin: 0; background: #12efd4; color: #000; border-radius: 50px;}

.white-bg { position: relative; padding: 70px 0; background: #fff;}
.green-btn{background:#12efd4; color:#000; border-radius: 50px; padding: 9px 35px;}
.white-bg .lightblue p{ margin-bottom: 35px; text-align:center; line-height:1.5; font-size:18px;}
.green-btn:hover{ background:#13e4ca; color:#000;}
.white-bg .lightblue{ text-align:center;padding: 50px 120px;}
.bottom-punchline-inner{ padding:0 0 70px;}

.lightblue-calltoaction{ text-align:center; background:#26bf53; padding: 50px 150px;}
.lightblue-calltoaction p, .lightblue-calltoaction h2{ text-align:center; color:#fff; margin-bottom:30px;}
.lightblue-calltoaction p{padding:0 50px;}
.grey-section.fourbox-wpr .col-md-3 { padding: 0 8px;}
.faqs-section.faqs-section-faqpage { padding: 0;}
.sitemap-nav ul li a{color:#000; font-size: 14px;}
.wrp-box1.wrp-box1-green-light { background:#f1f8f1;}
#service-content th { padding: 20px; background: #50a562; color: #fff; font-weight: 700; font-size: 17px;}
#service-content td { color: #222; padding: 15px; margin: 0 !important; font-weight: 400; font-size: 16px;}
.wrp-box1.wrp-box1-green-light h1 { font-size: 45px;}
.grey-box { background: #f9f9f9; padding: 50px; border-radius:15px; margin:50px 0 50px; position: relative;}

.grey-section {  background:#f8f5f3; position: relative; padding:70px 0;}
.grey-section ul li{ background:none !important;}
.grey-section .box { text-align: left; background:#fff; padding:30px 27px; border-radius:15px; min-height: 420px !important;}
.numicon { background: #1ea94a; width: 65px; height: 65px; border-radius:15px; color: #fff; font-weight: 600; text-align: center; display: inline-block; font-size: 30px; line-height: 60px; margin-bottom: 30px;}
.grey-section h2 { font-weight: 600;}
.grey-section .center { margin-bottom: 70px;}
#service-content.white-bg-page { padding-bottom: 0 !important;}

.icon {  max-width: 80px; margin-bottom: 20px;}
.inner-banr-home.service-page .box { background: #fff; padding: 30px; border-radius:20px; margin-bottom: 30px; }
.inner-banr-home.service-page .box h3 { text-align: left;}
.white-bg.white-bg-page1{ padding: 70px 0 !important;}
.lightblue-center{ text-align:center;}
.lightblue-center p{ text-align:center;}
.bottom-punchline .box1 {  border: 1px solid #e5e5e5; border-radius:15px; padding:30px; position: relative;}
.bottom-punchline .box1 .border-btn:hover { background:#f4f4f4;}
.bottom-punchline .box1 .border-btn { border:1px solid #27252d; color: #27252d; display: block; padding:7px 30px; position: relative; border-radius:50px; text-align: center; transition:all 0.5s ease;}
.bottom-punchline-inner h2 { font-weight: 600; margin-bottom: 30px;}
.bottom-punchline.bottom-punchline-inner { padding:30px 0;}
.lightblue.lightblue-calltoaction .apply-btn.green-btn { background:#000; color: #fff; padding:10px 40px;}
.inner-banr-home.service-page { position: relative; padding:50px 0; text-align: center;}
 .inner-banr-home.service-page .leftbox h1 {   text-align: left !important; }
#threeicon .box { background:#f7f9f9; padding:20px 25px; border:1px solid #dfe0e4; border-radius:10px; min-height: 135px; margin-bottom: 20px;}
#threeicon .icon {  margin-bottom: 15px;  float: left;  width: 75px;}
#threeicon .box .addbox { float: right; width: 70%; padding-top: 10px;}
#threeicon .box .addbox h4 { font-weight: 700; margin-bottom: 5px;  font-size: 18px;}
.formbox { background: #0528a0; position: relative; padding:50px; margin-bottom: 80px; border-radius:10px;}
.formbox input, .formbox 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: #fff;}
.formbox label { color: #fff;  font-weight: 400;}
.formbox li { background: none !important; padding:0 !important;  display: block; width: 100%;}

.formbox .btn-submit:hover {
  background-color: #0d1155; text-decoration:none; -webkit-transform: translateY(-3px); transform: translateY(-3px);}
.formbox .btn-submit { align-items: center; background-color: #0171d3; border:1px solid #10156b; border-radius:8px; color: #fff; cursor:pointer; 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;}
.formbox ul { margin:0;}
#threeicon .box .addbox p { margin:0;}
#threeicon { position: relative; margin-bottom: 40px; margin-top: 10px;}
.grey-section.brands-page { background:#f9fafa; position: relative; padding:50px 0;}
.green-section { background:#ecfeee; padding:70px 0; position: relative; margin-bottom: 30px; margin-top: 50px; border-radius: 10px;}
.green-section .box { text-align: center;}
.green-section .box h2 { font-size: 42px; text-align: center;}
.green-section .box p { text-align: center; font-size: 20px; font-weight: 500;}
#service-content.white-bg-page .contbox, .contbox { padding:130px 20px 0 0; position: relative;}
#service-content.white-bg-page .bg-text { background:#ffe23d; color: #000; padding:7px 20px; border-radius:20px; font-size: 17px; display: inline-block; text-align: center;}
#service-content.white-bg-page .contbox h2 { margin-bottom: 30px; font-weight: 500; font-size: 40px;}
#service-content.white-bg-page .green { color: #01a872; font-weight: 700;}
#service-content.white-bg-page ul li { background:url(../images/check-icon.webp) no-repeat 0 2px;  padding:0 0 5px 30px; font-weight: 500;}
.sloan-line{ text-align:center; padding: 20px 0;}

@media (max-width:1100px){
.two-layoutr .row { padding-top: 30px; padding-bottom: 30px;}
.two-layoutr .box h2 { font-size: 32px;}
}

@media (max-width:1000px){
	.grey-section .box { min-height: 100% !important; margin-bottom: 30px;}
	.lightblue-calltoaction{ padding: 50px 80px;}
	.threebox-header .box p { padding: 15px 20px; border-radius: 20px;}
	.cont-img.cont-img-round { width: 100%;}
	.white-bg .lightblue { padding: 50px 40px;}
	.grey-section.fourbox-wpr .box .Learn-More {position: relative; bottom: 0; left: 0; margin-top: 30px; display: block;}
	.cont-img { padding-left: 0;}
	.two-layoutr .box {padding: 20px 0 0 0px;}
	.two-layoutr .row { padding-top: 50px; padding-bottom: 50px;}
	.two-layoutr h2 { font-size: 30px;}
	#accordion h3 { font-size: 17px;}
	.cont-img { margin:0 auto 30px; max-width: 640px;}
	.two-layoutr .box, .two-layoutr .box p {  text-align: center;}
	}
	
	@media (max-width:850px){
		.brand-section ul li{width: 90px;}
		.banr-img{padding: 70px 35px;}
		.banr-img h2 { font-size: 35px !important;}
		.lightblue-calltoaction{ padding: 50px 30px;}
		.lightblue-calltoaction p {padding: 0 20px;}
		#service-content.white-bg-page h2 { font-size: 30px;}
		
	}
	
@media (max-width:767px){
.grey-section h2 {font-size: 30px;}
.grey-section{padding: 50px 0;}
.brand-section ul li { margin: 0 20px 25px; width: 78px;}
.navy-section .box{margin-bottom: 30px;}
.bottom-punchline .box1{ margin-bottom: 30px;}
.lightblue { padding: 45px 30px;}
.lightblue h2 { font-size: 25px;letter-spacing: -0.5px;}
.apply-btn{padding: 13px 35px;}
.grey-section-bottom ul li { display: block; width: 99%;}
.grey-section.grey-section-bottom ul { padding: 0;}
.bottom-punchline{padding: 50px 0;}
.faqs-section .inner-box h2 {font-size: 35px;line-height: 1.1;}
.faqs-section{ padding:20px 0 50px;}
.wrp-box1.wrp-box1-inner { background: #e9f4f3;}
#top-bar.white-bg { padding: 17px 0 15px 0;}
.lightblue-calltoaction{ padding: 50px 40px;}
.threebox-header .box { min-height: auto; margin-bottom: 20px;}
.cont-img.cont-img-round { margin: 50px 0 25px; }
.white-bg { padding: 40px 0 20px;}
#service-content.white-bg-page .contbox { padding:20px 15px 0 15px;}
#service-content.white-bg-page .contbox h2{font-size: 35px;}
}

@media (max-width:480px){
.banr-img p { font-size: 18px;}
#review-slider { padding: 70px 0 50px 0;}
.grey-section-bottom .icon { max-width: 60px;}
.wrp-box1.wrp-box1-green-light h1 { font-size: 40px;}
.banr-img.banr-img-ser h2 { font-size: 30px !important;}
.banr-img.banr-img-ser { padding: 50px 30px;}
.banr-img p { font-size: 17px;}
}

#footer .container { max-width: 1000px;}
#footer nav.navigation{text-align: left; padding: 0 0 0 0px; margin: 0px 0 30px; /*border-right: 1px solid #3d3d3d; min-height: 250px; height:100%;  */background:none;}
#footer nav.navigation.last{ border-right:0;}
#footer nav.navigation ul{list-style:none;margin:0 0 15px 0;padding:0px;text-align:left;float: none;}
#footer nav.navigation ul li { display: inline-block; margin:0 10px 5px 0; position:relative;}
#footer nav.navigation ul li a{ color:#fff; font-size: 13px; font-weight:400;padding: 0; line-height:1.5; display: inline-block;}
#footer nav.navigation h3{color:#f9f9f9; font-size: 15px; font-weight: 600; text-transform:capitalize; margin-bottom: 30px; padding-top: 10px;}

.copyright{padding:0px;margin-bottom:20px; text-align:left;  }
.copyright p, .disclaimer p{color:#fff; font-size: 12px; font-weight:300; line-height:1.4; letter-spacing:0.5px; margin-bottom: 20px;}
.copyright p a{color:#f4f4f4;}
.disclaimer p strong{ font-size: 13px;font-weight: 500;}
.disclaimer { padding-top: 0px; margin: 20px auto 0;}
#scroll {position: fixed; right: 15px; bottom: 50px; background: #000; color: #fff; text-decoration: none; padding:6px 9px; z-index: 999; font-size: 22px; border-radius: 50px;}
.footlogo { max-width: 200px; margin-bottom: 10px;}
.footlogo-sec{ border-bottom: 1px solid #6387f5; padding-bottom: 20px; margin-bottom: 20px;}
.footer-nav-wpr{padding-bottom: 20px; margin-bottom: 40px; border-bottom:1px solid #60d485;}
.social-media{ position:relative;}
.social-media ul{ text-align:right;}
.social-media ul li{ display:inline-table; max-width:30px; margin:0 5px 15px 0; }
.loveusa { display: inline-block; font-size: 12px;color: #f4f4f4}
.flag { display: inline-block;}
.social-media ul li:first-child { margin-right: 0;}

@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;}
.social-media ul li{max-width: 30px;}
}
