/*@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body{
  font-size:16px!important;
  line-height:24px!important;
	color: #4a4a4a;
  font-weight: 500;
/*   font-family: "Plus Jakarta Sans", sans-serif; */
	font-family: "Roboto", sans-serif!important;
}


img {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6{
  color:#1C2698;
}

h2 {
  font-size: 36px!important;
  color: #1C2698;
  line-height: 40px!important;
  margin-bottom: 20px;
  font-weight: 700;
} 



/* Header */

header {
  padding: 18px 0px;
  border-bottom: 1px solid #ccc;
  position: fixed;
  left: 0;
  right: 0;
  background: #f6f7fc;
  z-index: 999;
}
.logo-mid-col {
    text-align: left;
    max-width: 410px;
}
.logo-mid-col img {
    width: inherit;
    height: inherit;
}
/* Banner Section */

section.hero-sec {
  padding: 140px 0px 0;
  background-size: cover !important;
}
section.hero-sec  h1 {
    font-size: 40px;
    line-height: 50px;
    color: #1C2698;
    font-weight: 600;
}
.form-intro.thanks-col h1 {
  color: #222222;
}
 
ul.list-style {
  margin: 0px;
  padding: 0;
}
ul.list-style li {
  font-size: 18px;
     line-height: 25px;
  font-weight: 500;
  list-style: none;
  margin-bottom: 5px;
  position: relative;
  padding-left: 34px;
}
ul.list-style li img {
  position: absolute;
  left: 0;
  top: 4px;
}
.hero-text ul.list-style li {
  color: #1C2698; 
}
.banner-text-col {
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
section.thanks-sec {
  min-height: calc(100vh - 399px);
  display: flex;
  align-items: center;
  padding: 100px 0px;
}
.lead-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 19px 0px 20px;
}
.top-lead {
  margin-bottom: 5px;
}



/* Logo Section */
.pt-head {
  margin-bottom: 34px;
}
.logo-col ul {
  /* display: flex;
  justify-content: space-between; */
  padding: 0;
  margin: 0;
}
 
.owl-carousel .owl-stage-outer {
  padding: 0px 1px;
}
.logo-col ul li {
  list-style: none;
}

section.logo-section {
  padding: 70px 0px;
   display: none !important;
}
 
.logo-box {
  min-height: 86px;
  display: flex;
  align-items: center;
  border: 1px solid #E7E7E7;
  padding: 10px 14px;
   
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0,0,0,.07);
}
.logo-box img {
/*   width: auto !important; */
	    width: 100px !important;
}
/* Why Section */

.btn-primary {
  background: #33AA26;
  border-color: #33AA26;
}

.btn-primary:hover,.btn-primary:focus {
     background: #33aa26db !important;
    border-color: #33aa26db !important;
    box-shadow: none !important;
}
.btn {
  padding: 13px 29px;
  border-radius: 41px;
  font-weight: 600;
	font-size: 16px;
}

.why-text .btn-col {
  margin-top: 30px;
}
section.why-section {
/*   padding: 60px 0px 100px; */
	 padding: 60px 0px 60px;
  background-repeat: no-repeat !important;
  background-position: bottom left !important;
} 
.why-text h2, .sm-title {
  font-size: 30px!important;
  line-height: 36px!important;
}
.why-text ul.list-style li {
  font-size: 18px;
  padding-left: 24px;
}

.why-text ul.list-style li img {
  max-width: 12px;
  top: 10px;
}
.why-text {
  position: relative;
  background: #FFF; 
  
}
.why-row {
  padding: 2% 0;
  background-position: center top !important;
}
img.img-round {
  border-radius: 15px;
}  

/* Text Section */

.intro-text {
  text-align: center;
  max-width: 800px;
  margin: 0px auto;
}

section.text-sec {
  padding-bottom: 80px;
}
.intro-text {
  font-weight: 500;
}
.highlight {
  color: #33AA26;
}
.btn-col {
  margin-top: 30px;
  clear: both;
}
 


/* Features  Sectrion */

section.features-section {
  padding: 0px 0px 100px;
}
span.features-icon {
  width: 75px;
  height: 68px;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  line-height: 65px;
  margin-bottom: 18px;
}

.icon-bg1 {
  background: #FFD8C7;
}

.features-box h3 {
  font-size: 18px;
  font-weight: 600;
}

.icon-bg2 {
  background: #C5F3DA;
}

.icon-bg3 {
  background: #CBE9FF;
}

.icon-bg4 {
  background: #DAE4FF;
}

.icon-bg5 {
  background: #FEEAA9;
}

.icon-bg6 {
  background: #FFCFE9;
}
.features-col {
  border-right: 1px solid #ccc; 
}

.features-col:nth-child(3), .features-col:nth-child(6) {
  border-right: 0;
}

.features-col:nth-child(1),.features-col:nth-child(2), .features-col:nth-child(3) {
  border-bottom: 1px solid #ccc;
}

.features-box {
  padding: 40px 12px;
  max-width: 245px;
  margin: auto;
}




/* How Section */

.how-row {
  background-color: #030047 !important;
  background-repeat: no-repeat !important;
  background-position: bottom right !important;
  padding: 100px 60px;
  border-radius: 30px;
  position: relative;
}

img.img-auto {
  width: auto !important;
}
span.step-icon {
  width: 44px;
  height: 44px;
  border: 1px solid #FFF;
  display: inline-block;
  color: #FFF;
  font-size: 11px;
  text-align: center;
  line-height: 37px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.step-box h3 {
  font-size: 18px;
  line-height: 24px;
  color: #33AA26;
}

.step-box p {
  color: #FFF;
}

.how-row .btn-col {
  margin-top: 11px;
}

section.how-sec h2 {
  margin-bottom: 45px;
}

section.how-sec {
  padding: 0px 0px 100px;
  margin-bottom: 100px;
}

section.how-sec:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  background: #f5f7fd;
  bottom: 0;
}

section.how-sec {
  position: relative;
}

.think-sec {
  padding: 70px 0px 70px;
}

section.cta-sec {
  background: #1C2698;
  padding: 60px 0px;
}

section.cta-sec  h2 {
   color: #FFF;
}


/* Step Form */
.form-group {
  margin-bottom: 20px;
}
.form-inner {
  max-width: 789px;
  margin: 0px auto;
  text-align: center;
}
.form-control {
  height: 50px;
}
.mark-text {
  color: red;
}
#progressbar li img {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  margin: auto;
}
.form-head {
  margin: -29px -30px 28px;
  padding: 10px 20px;
  background: #1C2698;
  color: #FFF;
}
.form-col h2 {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 0;
  color: #FFF;
}
.form-main {
  background: #FFF;
  padding: 30px;
  border-radius: 26px;
  overflow: hidden;
  margin-bottom: 60px;
  max-width: 535px;
  margin-left: auto;
}
#progressbar li:last-child:after {
  display: none;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}
.form-title {
  font-size: 18px;
  color: #23304A;
  font-weight: 500;
  margin-bottom: 13px;
  text-align: center;
}
.divider {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin: 35px 0px;
}
.check-space {
  margin-bottom: 13px;
}
 
.four-box-col .select-item label {
  width: calc(25% - 10px);
  min-width: auto;
  display: block;
  margin: 5px;
}

.four-box-col  .select-item {
  display: inherit;
}

/*Next Buttons*/
#msform .action-button {
  background: #1C2698;
  color: white;
  font-weight: 500;
  width: auto;
  border: 0 none;
  border-radius: 100px;
  cursor: pointer;
  padding: 15px 47px;
  margin: 10px auto 10px auto;
  float: none;
  min-width: 400px;
  display: block;
  font-size: 16px;
  /* min-width: 400px; */
}
#progressbar li.active strong {
  color: #33AA26;
}
#msform .action-button:hover, #msform .action-button:focus {
  background-color: #33AA26;
}

/*Previous Buttons*/
#msform .action-button-previous {
  background: transparent;
  color:rgb(35 47 74 / 50%);
  font-weight: 500;
  width: 100px;
  border: 0 none;
  border-radius: 0;
  cursor: pointer;
  padding: 0;
  margin: 0 !important;
  float: none;
  min-width: 120px;
  text-transform: none;
  font-size: 18px;
}
textarea.form-control {
  min-height: 80px;
}
#msform .action-button-previous:hover, #msform .action-button-previous:focus {
  background: transparent;
}

/*The background card*/
.card {
  z-index: 0;
  border: none;
  position: relative;
}

/*FieldSet headings*/
.fs-title {
  font-size: 25px;
  color: #673AB7;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left;
}

.purple-text {
color: #673AB7;
  font-weight: normal;
}

/*Step Count*/
.steps {
  font-size: 14px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
}
.form-label {
  font-size: 18px;
  margin: 10px 0px 20px;
  font-weight: 600;
}
label {
  font-size: 16px;
  font-weight: 500;
}
.form-check a {
  color: #24949c;
  display: inline-block;
}
.label-ctm {
  margin: 0px 0px 10px;
}
.name-col {
  margin-top: 10px;
  padding-left: 36px;
}
.upload-wrap {
  background: #f9ffff;
  padding: 40px;
  border: 1px dashed #ccc;
  border-radius: 4px;
  text-align: center;
  margin: 11px 0px 20px;
}
.fileUpload {
	background: #24949c;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 5px;
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	margin: 1.25em auto;/*20px/16px 0*/
	overflow: hidden;
	padding: 10px 10px;/*14px/16px*/
	position: relative;
	text-align: center;
	width: 120px;
	cursor: pointer;
}
.fileUpload:hover, .fileUpload:active, .fileUpload:focus {
	background: #00a2a4;
  cursor: pointer;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 148px;
    height: 46px;
  cursor: pointer;
}

input[type="file"] {
    position: fixed;
    right: 100%;
    bottom: 100%;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
.text-primary {
  color: #33AA26!important;
}
.text-default {
  color: #1C2698!important;
}
.header-btn a {
  text-decoration: none;
}
.upload  .form-label {
  margin: 4px 0px 10px;
}
/*Field names*/
.fieldlabels {
color: gray;
text-align: left;
}

/*Icon progressbar*/
#progressbar {
  margin: 0px -30px 3px;
  overflow: hidden;
  color: lightgrey;
  text-align: center;
  padding: 0;
  display: flex;
}
label {
  font-weight: 400;
}
#progressbar li strong {
  font-weight: 400;
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 20%;
  float: none;
  position: relative;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  background: transparent;
  color: #FFF;
  padding: 9px 10px;
  text-transform: uppercase;
}
#progressbar li.active {
  /* background: #33AA26 !important; */
}
#progressbar .active img {
  filter: brightness(0) invert(1);
}
#progressbar li span {
  width: 30px;
  height: 30px;
  display: block;
  border: 1px solid #1C2698;
  border-radius: 50%;
  color: #1C2698;
  margin: auto;
  position: relative;
  z-index: 1;
  background: #FFF;
}
#progressbar li.active span {
  border-color: #33AA26;
  background: #33AA26;
  color: #FFF;
}
#progressbar li strong {
  text-transform: none;
  color: #1C2698;
}
/*Icons in the ProgressBar*/
/* #progressbar #account:before {
  font-family: FontAwesome;
  content: "\f13e";
}

#progressbar #personal:before {
  font-family: FontAwesome;
  content: "\f007";
}

#progressbar #payment:before {
  font-family: FontAwesome;
  content: "\f030";
}

#progressbar #confirm:before {
  font-family: FontAwesome;
  content: "\f00c";
} */

/*Icon ProgressBar before any progress*/
 

/*ProgressBar connectors*/
#progressbar li:after {
  content: '';
  width: 103%;
  height: 2px;
  border-bottom: 1px solid #cdcaca;
  position: absolute;
  right: -49px;
  top: 25px;
  /* left: auto; */
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after {
  border-color: #33aa26;
}

/*Animated Progress Bar*/
.progress {
  height: 10px;
  margin: 50px 0px 30px;
  display: none;
}
#progressbar li.active:before {
  background: #24949C;
}
.progress-bar {
  background-color: #24949C;
}

/*Fit image in bootstrap div*/
.fit-image{
  width: 100%;
  object-fit: cover;
}
.input-group-text {
  background: #FFF;
  border-left: 0 !important;
  margin-left: 0;
  position: relative;
}
.form-check-input:checked {
  background-color: #24949c;
  border-color: #24949c;
}

.form-intro.thanks-col:before {
  display: none;
}

.form-intro.thanks-col {
  padding: 17px 60px;
}

.form-intro.thanks-col p {
  margin-top: 20px !important;
  line-height: 35px;
}
.select-item label {
  width: 100%;
  float: left;
  margin-bottom: 0px;
  cursor: pointer;
  border-radius: 10px;
  position: relative;
  min-width: 128px;
  height: 62px;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-content: center;
  background: #f2f2f2;
  font-weight: 500;
  color: #000000;
  border: 1px solid transparent;
  margin-bottom: 10px;
  padding: 10px 10px;
}
.edf-img {
  height: auto;
  width: 46px !important;
}
.select-item.active_box label {
  color: #1C2698;
  border-color: #1C2698;
}
.select-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
}

 
.form-group label {
  color: #000;
  font-weight: 600;
}

.select-item {
  display: inline-block;
  width: auto;
  padding: 0px 5px;
  position: relative;
}

.radio-container {
  text-align: center;
}
span.icon-main img {
  width: 39px;
  margin-bottom: 0px;
}

span.icon-main {
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  display: block;
  width: 100%;
}
.select-item.icon-item.active_box span.icon-main {
  -webkit-filter: inherit;
  filter: inherit;
}
.icon-box .select-item label {
  height: 91px;
  display: inline-block;
  padding-top: 10px;
}
.icon-style2   .select-item label {
  display: flex;
}

.icon-style2  span.icon-main img {
  width: 113px;
}

.icon-style2  span.icon-main {
  -webkit-filter: inherit;
  filter: inherit;
  display: block;
}
h3.form-title.bottom-space {
  margin-bottom: 20px;
}

h3.form-title.title-space {
  margin-bottom: 7px;
}

.form-card h5 {
  margin-bottom: 32px;
  font-size: 18px;
  text-transform: uppercase;
}
h3.form-title.dob-head {
    margin-bottom: 8px;
    margin-top: 28px;
}

.form-select, .form-control {
  height: 54px;
  padding: 11px 20px;
  background-color: #f2f2f2;
  border: 1px solid #1C2698;
  border-radius: 10px;
}






/*Footer */

footer {
  background: #f5f7fd;
  padding: 60px 0px 15px;
  color: #4a4a4a;
}
.copy-text, .copy-text1 { 
  color: #4a4a4a;
  font-size: 12px; 
}
.copy-row {
  border-top: 1px solid #ccc;
  padding-top: 22px;
  margin-top: 30px;
}
 
.footer-col-space {
  padding-left: 103px;
}

.footer-col h3 {
  /* text-transform: uppercase; */
  font-weight: 700;
      color: #33AA26;
  font-size: 20px;
  line-height: 19px;
  margin-bottom: 24px;
}
::-webkit-input-placeholder {  
  color: #000 !important;
}
::-moz-placeholder {  
  color: #000 !important;
}
:-ms-input-placeholder { 
  color: #000 !important;
}
:-moz-placeholder { 
  color: #000 !important;
}
.page-template-template-home2 .cnt-info {
    margin-bottom: 7px;
}

.page-template-template-home2 .note-text {
    font-size: 14px;
    line-height: 20px;
    color: #33AA26;
}

/*How It Works New design */

section.work-sec {
  position: relative;
  padding: 70px 0px 100px;
}

section.work-sec:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  background: #f5f7fd;
  bottom: 0;
  left: 0;
  right: 0;
}
section.work-sec h2 {
  margin-bottom: 45px;
}
.work-icon {
  background: #ECF0FA;
  max-width: 185px;
  text-align: center;
  height: 85px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 0px auto 30px;
  border-radius: 6px;
}

.work-box {
  background: #FFF;
  height: 100%;
  text-align: center;
  padding: 21px;
  border-radius: 12px;
  max-width: 271px;
  margin: 0px auto;
}

.work-row {
  background:#1C2698;
  padding: 80px;
  border-radius: 30px;
  position: relative;
}

.work-text h3 {
  font-size: 18px;
  color: #33AA26;
}

span.work-meta {
  min-width: 50px;
  height: auto;
  border: 1px solid #1C2698;
  display: inline-block;
  padding: 3px 12px;
  border-radius: 100px;
  font-size: 12px;
  margin-bottom: 18px;
  font-weight: bold;
	color:#1C2698;
}

.work-box:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: url('../images/arrow-left.png') no-repeat;
  right: -80px;
  top: 40%;
}

.work-box {
  position: relative;
}

.arrow-hide:before{
  display: none;
}
.footer-logo img {
    width: auto;
    height: auto;
    text-align: left;
    margin-left: 0px;
    max-width: 324px;
}
 
@media (min-width:1200px) and (max-width:1300px){
  .work-row {
    padding: 80px 40px;
}  
}

@media (min-width:992px) and (max-width:1200px){

  .work-row {
    padding: 46px  10px;
}

.work-box:before {
    right: -56px;
}

}

@media (max-width:991px){
  .work-box:before {
    display: none;
}

.work-box {
    height: auto;
    margin-bottom: 11px;
}

section.work-sec {
    clear: both;
    padding: 27px 0px 50px;
}

.work-row {
    padding: 16px 3px 6px;
    margin: 0;
}

section.work-sec h2 {
    margin-bottom: 20px;
} 
.work-icon {
    margin-bottom: 5px;
}
 
.work-box {
    padding: 10px;
    max-width: 100%;
}

span.work-meta {
    margin-bottom: 7px;
}	
.work-text p {
    margin-bottom: 10px;
}	
.work-text h3 {
    margin-bottom: 4px;
}	
.work-icon img {
    max-width: 48px;
}

.work-icon {
    height: auto;
    padding: 7px;
    max-width: 129px;
    background: transparent;
}
.logo-carousel .owl-stage-outer {
    height: 98px;
}
	
	
}





/* Responsive */




@media (min-width:1300px){
  .container{
    max-width: 1280px;
  }
}


@media (min-width:992px) and (max-width:1200px){
 
h1 {
    font-size: 35px;
}  

}
@media (min-width:1200px) and (max-width:1280px){
 
  .sm-2-col {
    padding: 0;
    margin: 0;
}

.sm-2-col   .select-item label {
    min-width: 99px;
}

.sm-2-col  .select-item {
    padding: 0px 2px;
}

}



@media (min-width:992px){

  #msform .action-button,
  #msform .action-button-previous{
      margin-top: 30px;
  }

    
}

@media (max-width:991px){
	
.step-box {
    display: flex;
}
.step-text {
    flex: 1;
}
span.step-icon {
    margin-right: 17px;
}
  .header-btn a span {
    display: none;
}

.header-btn a {
    width: 37px;
    height: 37px;
    background: #F5F7FD;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
}

header {
    background: #FFF;
}

.header-btn {
    text-align: right;
}

.logo-mid-col {
    text-align: left;
}



  .header-bg {
    padding: 43px 0px;
}

.top-col {
    top: -74px;
    text-align: center !important;
    left: 0;
    right: 0;
}

.logo-col ul {
  flex-wrap: wrap;
}

.logo-col ul li {
  width: 20%;
  min-height: auto;
}

.form-intro h1 {
    font-size: 20px;
    line-height: 24px;
}

.form-meta {
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 500;
}

.form-intro p {
    font-size: 14px;
}

.form-intro:before {
    width: 90px;
    background-size: contain;
    background-position: bottom;
}

.form-intro {
    padding: 30px 30px 60px 30px;
}

main {
  padding: 73px 0px 0px;
}
section.thanks-sec .form-intro h1 {
  font-size: 27px;
  line-height: 38px;
}
.form-head {
    margin: -18px -19px 6px;
}

.footer-col {
    margin-bottom: 30px;
}

.footer-col h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 11px;
}

footer {
    padding: 40px 0px 0px;
}

.form-title {
    font-size: 18px;
    margin-bottom: 20px;
}

.steps {
    text-align: left;
    margin-bottom: 30px;
}

#msform .action-button,
#msform .action-button-previous  {
    min-width: 110px;
}
.form-check.form-group {
  margin-bottom: 10px;
}   

.form-wrap {
  padding: 0;
}

#progressbar {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    margin: 0 -2px 3px;
}

#progressbar li {
    width: 30%;
    font-size: 12px;
    padding: 9px 2px;
}

.form-intro {
  margin-bottom: 10px;
}

.progress {
  margin: 20px 0px 2px;
}
.upload-wrap {
  padding: 20px;
}

.upload-wrap .form-label {
  font-size: 15px;
  margin: 10px 0px 9px;
}
label {
  font-size: 14px;
}
.form-intro.thanks-col {
  padding: 0px 0;
}
.form-intro.thanks-col p {
  line-height: 24px;
  margin-bottom: 0;
}
section.thanks-sec {
  padding: 30px 0px 10px;
  min-height: auto;
}
.footer-col-space {
  padding-left: 0;
}

.copy-text {
  margin-top: 0;
}

.hero-text {
  margin-bottom: 0;
}
section.hero-sec {
  padding: 95px 0px 0px;
}

h1 {
  font-size: 26px;
  line-height: 33px;
}
.hero-text p {
    font-size: 13px;
    margin-bottom: 0;
}
section.hero-sec h1 {
    font-size: 28px;
    line-height: 32px;
}

p.lead-text {
    font-size: 16px;
    margin: 6px 0px 6px;
    line-height: 23px;
}
ul.list-style li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 9px;
}
.think-img {
  margin-top: 33px;
}
section.think-sec {
  padding: 30px 0px 40px;
}
section.step-section {
  padding: 40px 0px;
}
section.logo-section {
  padding: 35px 0px 20px;
  clear: both;
}

.why-text h2, .sm-title {
  font-size: 20px!important;
  line-height: 26px!important;
}
section.how-sec {
  padding: 40px 0px 40px;
  margin-bottom: 0;
}
.features-box {
  padding: 15px 0px;
  max-width: 100%;
  display: flex;
  align-items: center;
}

section.features-section .row {
  margin: 0;
}


.features-box h3 {
    margin: 0;
    padding-left: 21px;
    font-size: 16px;
    flex: 1;
}
span.features-icon {
    width: 60px;
    height: 60px;
    line-height: 55px;
}
span.features-icon {
  margin: 0;
}

.features-col {
  padding-left: 0;
  padding-right: 0;
}

.features-col {
  border-bottom: 1px solid #ccc;
  border-right: 0 !important;
}

.features-col:last-child {
  border: 0;
}

.why-col {
  margin-bottom: 25px;
}

section.features-section {
  padding: 30px 0px 30px;
  background: #f5f7fd;
}
.btn {
  padding: 17px 15px;
  font-size: 14px;
}
.how-row {
  margin: 0;
  padding: 25px 7px 356px;
  background-image: url('../images/how-bg-sm.png') !important;
  background-position: bottom right !important;
}
section.how-sec h2 {
  margin-bottom: 33px;
}
section.cta-sec {
  padding: 38px 0px;
}
.think-text {
  padding-right: 0;
}
h2, .form-col h2 {
  font-size: 24px!important;
  line-height: 33px!important;
}

section.step-section .head-col {
  margin-bottom: 20px;
}
.copy-text a {
  display: inline-block;
}
header {
  text-align: center;
}

.logo-mid-col img {
/*  max-width: 213px;*/
}
.why-row {
  background: none !important;
  padding: 0;
}

.why-text {
  padding: 0;
}
section.text-sec {
  padding-bottom: 45px;
}

section.why-section {
  padding-bottom: 48px;
  background-image: none !important;
  padding-top: 40px;
}
section.hero-sec.hero-desk {
    /* background: transparent !important; */
    padding: 0px 0px 20px;
    z-index: 2;
    padding-top: 12px;
    position: relative;
    clear: both;
    float: left;
    width: 100%;
}

.form-main {
  /* border: 2px solid #1C2698; */
  position: relative;
  /* z-index: 2; */
  /* margin-top: -43px; */
  padding: 16px;
}
.why-text ul.list-style li {
  font-size: 17px;
  line-height: 28px;
}
 
.form-select, .form-control {
  padding: 11px 7px;
  font-size: 14px;
}
.form-top-img {
  text-align: right;
  max-width: 90px;
  margin-left: auto;
  margin-top: -93px;
  margin-bottom: -6px;
}
.form-main {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
section.thanks-sec.thank-page {
  padding-top: 45px;
  padding-bottom: 45px;
}
#progressbar li strong {
    font-weight: 600;
}
#progressbar li span {
    line-height: 30px;
    font-weight: 700;
    font-size: 12px;
}
.btn-col {
    text-align: center;
}
.form-main {
    margin-top: 10px;
}
header {
    padding: 8px 0px;
    height: 73px;
    display: flex;
    align-items: center;
}
.logo-mid-col {
    margin-left: -22px;
}	
 

header .logo-col {
    width: calc(100% - 65px);
}

.right-head-btn-col {
    width: 45px;
}	
	
}
/* max 991 */
 



@media (min-width:992px){
  .logo-mid-col {
    margin-left: 0px;
}  
}



@media (min-width:550px){
  .hero-text ul.list-style {
    column-count: 2;
    margin-bottom: 30px;
}


}
@media (max-width:550px){
  .form-top-img{
    display: block !important;
  }

}


@media (max-width:767px){

.copy-wrap {
    width: 100%; 
    background: #FFF;
    max-width: 100%;
}

.copy-row {
    border: 0;
}
.four-box-col .select-item label {
  width: calc(50% - 10px);
}
#progressbar li:after {
  right: -24px;
}

 
	
	
}


@media (min-width:992px){
.fill-text, .show-mob-text {
   display: none;
}
	
	
}

@media (max-width:991px){
	

.banner-text-col * {
    text-align: center;
}

.top-lead {
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    margin-bottom: 11px;
}

 .fill-text {
    text-align: center;
    line-height: 23px;
    color: #33AA26;
    
}	
#msform .action-button {
    padding: 15px 25px;
    font-weight: 700;
    font-size: 20px;
}	
	.show-mob{
		display: block;
	}	
	
.fill-text {
    display: block !important;
}	
	
.show-mob-text {
    display: block !important;
}

.hide-list-mob, .hide-lead {
    display: none !important;
}
.show-mob-text ul.list-style {
    column-count: 2;
}
	
.header-btn {
    display: none !important;
}

header .logo-col {
    width: 100% !important;
}

.logo-mid-col {
    text-align: center!important;
    margin: 0px auto;
    /* max-width: 100%; */
}	
	
	
}



@media (max-width:552px){
  .sm-2-col {
    padding: 0; 
}
.how-row {
  background-position-y: 102% !important;
}
.sm-2-col .select-item {
    padding: 0px 1px;
}  
}


@media (max-width:366px){

  #progressbar li {
      font-size: 11px;
  }
  .radio-container {
    margin: 0;
    padding: 0;
  }
  .row.dob-row .form-select {
    font-size: 12px;
}
  .select-item {
    padding: 0px 2px;
  }
  }

  @media (max-width:340px){
    #msform .action-button, #msform .action-button-previous {
      min-width: auto;
      font-size: 14px;
  } 
  }


  @media (max-width:368px){
    .form-top-img {
      display: none !important; 
  } 
  .form-main {
    margin-top: 10px;
}

  }


  @media (min-width:1200px){

.thank-page .form-intro.thanks-col {
      margin-top: 86px;
}

  }

.error {
    color: #ff0000;
    font-size: 12px;
}  .hero-text span {
    color: #33AA26;
}







@media (min-width:992px){

.list-mob , .mob-lead{
 display:none !important;
}    
}

@media (max-width:991px){
    
ul.list-style.list-desk {
    display: none;
}

.form-top-img {
    display: none !important;
}
.list-mob {
    column-count: 2;
    margin-top: 17px!important;
    margin-bottom: 0px!important;
} 

.desk-lead {
    display: none !important;
}
.mob-lead {
    margin-bottom: 0 !important;
    margin-top: 26px;
}    
}

.footer-col a
 {
        color: #4a4a4a;
    text-decoration: none;
}
.footer-col a:hover
 {
    text-decoration: underline;
}

section.suppiers-sec {
    padding: 70px 0px 70px;
    background: #f5f7fd;
}
section.features-section {
    display: none;
}
@media (max-width: 991px) {
	section.suppiers-sec {
    padding: 40px 0px 40px;
}
}

img.custom-logo {
    width: 180px;
}
.lead-text {
    color: #1C2698;
}

.header-btn img {
    filter: invert(47%) sepia(96%) saturate(456%) hue-rotate(66deg) brightness(95%) contrast(82%);
}
.select-item.active_box .icon-main {
-webkit-filter: inherit;
    filter: inherit;
}
.logo-section .text-center.pt-head {
    color: #1C2698;
}
section.cta-sec .text-primary {
    color: #fff !important;
}
/* .work-box .work-icon img {
    filter: invert(47%) sepia(96%) saturate(456%) hue-rotate(66deg) brightness(95%) contrast(82%);
} */
