@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');

body{
  font-size:16px;
  line-height:24px;
	color: #222222;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}


img {
  max-width: 100%;
}

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

/* Header */

.logo-mid-col {
  text-align: center;
  margin-top: -60px;
}

.top-col {
  text-align: right;
  position: absolute;
  right: 0;
  top: -45px;
}
li.social-top {
  margin-left: 16px;
}
.header-bg{
  background: #24949c;
  padding: 30px 0px;
}
header .row {
  position: relative;
}

.top-col ul {
  margin: 0;
  padding: 0;
}

.top-col ul li {
  display: inline-block;
}

.top-col ul li a {
  color: #FFF;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
}
li.social-top img {
  max-width: 20px;
}
li.phone-top {
  position: relative;
  top: 3px;
}




/*Form */

.form-intro {
  background: #F5FEFF;
  border: 1px dashed #ccc;
  border-radius: 10px;
  padding: 30px;
  max-width: 780px;
  margin: 0px auto 40px;
  position: relative;
}
.form-intro:before {
  content: "";
  width: 162px;
  height: 106px;
  background: url('../images/box-bg.png') no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}
.form-intro h1 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
}
h2 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
}
main {
  padding: 50px 0px;
}
.form-meta {
  background: #24949C;
  display: inline-block;
  color: #FFF;
  padding: 6px 12px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 7px 0px 22px;
}
.form-intro p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 9px;
}

.form-intro p:last-child {
  margin: 0;
}



/* Step Form */
.form-group {
  margin-bottom: 20px;
}
.form-inner {
  max-width: 789px;
  margin: 0px auto;
}
.form-control {
  height: 50px;
}
.mark-text {
  color: red;
}
#progressbar li img {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  margin: auto;
}
.form-head {
  margin: 40px 0px 60px;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}
.form-title {
  font-size: 24px;
  color: #24949C;
  font-weight: 500;
  margin-bottom: 30px;
}
.divider {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin: 35px 0px;
}
.check-space {
  margin-bottom: 13px;
}

/*Next Buttons*/
#msform .action-button {
  width: 100px;
  background: #24949c;
  font-weight: 500;
  color: white;
  border: 0 none;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 10px 5px;
  float: left;
  min-width: 300px;
}

#msform .action-button:hover, #msform .action-button:focus {
  background-color: #126e74;
}

/*Previous Buttons*/
#msform .action-button-previous {
  float: right;
  width: 100px;
  background: #a7a7a7;
  font-weight: 500;
  color: white;
  border: 0 none;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 10px 5px;
  min-width: 300px;
}
textarea.form-control {
  min-height: 80px;
}
#msform .action-button-previous:hover, #msform .action-button-previous:focus {
  background-color: #126e74;
}

/*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: #24949c !important;
}
.upload  .form-label {
  margin: 4px 0px 10px;
}
/*Field names*/
.fieldlabels {
color: gray;
text-align: left;
}

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

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 23%;
  float: none;
  position: relative;
  font-weight: 400;
  text-align: center;
  display: inline-block;
}

#progressbar .active img {
  filter: brightness(0) invert(1);
}
/*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 li:before {
  content: "";
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
  content: '';
  width: 103%;
  height: 2px;
  border-bottom: 1px dashed #cdcaca;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

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

/*Animated Progress Bar*/
.progress {
  height: 10px;
  margin: 50px 0px 30px;
}
#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: 100px 60px;
}

.form-intro.thanks-col p {
  margin-top: 20px !important;
  line-height: 35px;
}


/*Footer */

footer {
  background: #24949C;
  padding: 60px 0px;
}

ul.add-col {
  margin: 0;
  padding: 0;
}

ul.add-col li {
  display: flex;
  color: #FFF;
}

ul.add-col li a {
  text-decoration: underline;
  color: #FFF;
}

ul.add-col li span {
  margin-right: 15px;
  max-width: 20px;
}

.footer-col h3 {
  text-transform: uppercase;
  font-weight: 700;
  color: #FFF;
  font-size: 24px;
  line-height: 30px;
  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;
}



/*Thank You */

header a.nav-link {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}

header .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    padding-right: 0;
    padding-left: 0;
}

header .navbar-expand-lg .navbar-nav .nav-link:hover,
header .navbar-expand-lg .navbar-nav .nav-link:focus{
    color: #24949c !important;
}

header  .bg-light {
    background: #FFF !important;
    box-shadow: 0px 0px 10px rgba(0,0,0,.11);
}
nav.navbar.navbar-expand-lg.navbar-light {
    box-shadow: 0px 0px 10px rgba(0,0,0,.11);
    padding: 30px 10px;
    background: #FFF;
}

a.navbar-brand {
    position: absolute;
}
main.thanks-main {
    padding: 200px 0px 150px;
}
header.fixed {
    position: fixed;
    left: 0;
    right: auto;
    top: 0;
    width: 100%;
    z-index: 99999;
}



@media (max-width:991px){
button.navbar-toggler {
    position: absolute;
    right: 20px;
}	
	
.offcanvas {
    background: #24949c !important;
    z-index: 999999;
}

header a.nav-link {
    color: #FFF;
}	
main.thanks-main {
    padding: 100px 0px 50px;
}	
	
}



@media (min-width:1200px){
  .container{
    max-width: 1140px;
  }
}

@media (min-width:992px){

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

    
}

@media (max-width:991px){

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

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

.logo-mid-col img {
    max-width: 163px;
    margin-top: 15px;
}

.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: 28px 0px 20px;
}

h2 {
    font-size: 20px;
    line-height: 20px;
}

.form-head {
    margin: 20px 0px 17px;
}

.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: 20px;
    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;
}   
#progressbar li strong {
  font-size: 12px;
  line-height: 15px; 
  min-height: 38px;
  display: block;
}

.form-wrap {
  padding: 0;
}

#progressbar {
  display: flex;
  justify-content: center;
}

#progressbar li {
  width: 30%;
}

.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: 30px;
}

.form-intro.thanks-col p {
  line-height: 24px;
}

}

 
@media (min-width:360px) and (max-width:991px){

  #progressbar li strong {
    font-size: 14px;
    line-height: 18px;
    min-height: 38px;
    display: block;
} 

}
label.error {
    font-size: 11px;
    color: #cc3300;
}