.img {
    align-items: stretch;
    display: flex;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
}
.pics,  .pics1 {
    background:url(../images/banner/meet.jpg) no-repeat;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    background-size: cover;
    min-height: 650px;
}
.pics1 {background:url(../images/banner/meeting.jpg) no-repeat;}
.top-content { padding: 40px 0 170px 0; }

.top-content .text { color: #fff; }
.top-content .text h1 { color: #fff; }
.top-content .description { margin: 20px 0 10px 0; }
.top-content .description p { opacity: 0.8; }
.top-content .description a { color: #fff; }
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.mid{padding: 120px 0px;}
.mainform{ background:url(../images/banner/meet.jpg) no-repeat; background-position:left;}
.f1 {
	padding: 25px; background: #fff;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.f1 h3 { margin-top: 0; margin-bottom: 5px; text-transform: uppercase; }

.f1-steps { overflow: hidden; position: relative; margin-top: 20px; }

.f1-progress {position: absolute;top: 24px;left: 0;width: 100%;height: 1px;background: #ddd;}
.f1-progress-line { position: absolute; top: 0; left: 0; height: 1px; background: #f35b3f; }

.f1-step {position: relative;float: left;width: 10%;padding: 0 5px;height: 3px;background: #ffffff;margin: 0;}

.f1-step-icon {
	display: inline-block; width: 40px; height: 40px; margin-top: 4px; background: #ddd;
	font-size: 16px; color: #fff; line-height: 40px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}
.f1-step.activated .f1-step-icon {
	background: #fff; border: 1px solid #f35b3f; color: #f35b3f; line-height: 38px;
}
.f1-step.active .f1-step-icon {
	width: 48px; height: 48px; margin-top: 0; background: #f35b3f; font-size: 22px; line-height: 48px;
}

.f1-step p { color: #ccc; }
.f1-step.activated p { color: #f35b3f; }
.f1-step.active p { color: #f35b3f; }

.f1 fieldset { display: none; text-align: left; }

.f1-buttons {text-align: center;margin-top: 10px;}

.f1 .input-error { border-color: #f35b3f; }

.shadow {
    box-shadow: #ddd 0 0 30px;
    background: #fff;
}

section.wizardform {
    position: relative;
}
.activated {
    background: #41ade4;
}
section.wizardform::before {content: "";position: absolute;left: 0;width: 40%;background: #41ade4;height: 100%;}

.form-box {
    background: #fff;
    display: table;
    height: 100%;
    min-height: 650px;
}

.form-box form {
    padding: 40px 60px;
    text-align: center;
    width: 100%;
    vertical-align: middle;
}
.f1-step.active {
    background: #41ade4;
}
.form-box form fieldset {
    width: 100%;
    margin: 50px 0px;
    text-align: center; border:0px
}

.form-box form fieldset input[type="text"], .form-box form fieldset input[type="email"], .form-box form fieldset input[type="text"], .form-box form fieldset select, .form-box form fieldset input[type="password"] {
    width: 100%;
    border: #ddd 1px solid;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 17px;
}

.form-box form fieldset i {
    font-size: 55px;
    color: #d0d0d0;
}

.icongol {
    margin: auto auto 15px;
    height: 90px;
    width: 90px;
    border: #ddd 1px dashed;
    border-radius: 50%;
    text-align: center;
}

.icongol img {
    margin: 18px auto;
    width: 50px;
    opacity: 0.5;
}
.circleicon img {
    margin: 24px auto 10px;
    width: 50px;
    opacity: 0.7;
}



.rdio {
    position: relative;
  }
  .rdio input[type="radio"] {
    opacity: 0;
  }
  .rdio label {
    padding-left: 15px;
    cursor: pointer;
    margin-bottom: 7px !important;
  }
  .rdio label:before {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 1px;
    left: 0;
    content: '';
    display: inline-block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #41ade4;
    background: #fff;
  }
  .rdio input[type="radio"] {
    margin: 0px;
  }
  .rdio input[type="radio"]:disabled + label {
    color: #999;
  }
  .rdio input[type="radio"]:disabled + label:before {
    background-color: #fbc52d;
  }
  .rdio input[type="radio"]:checked + label::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 4px;
    display: inline-block;
    font-size: 11px;
    width: 10px;
    height: 10px;
    background-color: #41ade4;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
  }
  
  .rdio-default input[type="radio"]:checked + label:before {
    border-color: #fbc52d;
  }
  
  .rdio-primary input[type="radio"]:checked + label:before {
    border-color: #41ade4;
  }
  .rdio-primary input[type="radio"]:checked + label::after {
    background-color: #41ade4;
  }
  
  .custom-checkbox > [type="checkbox"], .custom-checkbox label {
    /*margin-bottom:0px !important;*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .custom-checkbox > [type="checkbox"]:not(:checked), .custom-checkbox > [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
  }
  .custom-checkbox > [type="checkbox"]:not(:checked) + label, .custom-checkbox > [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    font-size: 15px;
  }
  .custom-checkbox > [type="checkbox"]:not(:checked) + label:before, .custom-checkbox > [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    width: 17px;
    height: 17px;
    border: 1px solid #41ade4;
    background: #ffffff;
    border-radius: 2px;
  }
  .custom-checkbox > [type="checkbox"]:not(:checked) + label:after, .custom-checkbox > [type="checkbox"]:checked + label:after {
    font: normal normal normal 12px/1 'Glyphicons Halflings';
    content: '\e013';
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 2px;
    color: #41ade4;
    xtransition: all .2s;
  }
  .custom-checkbox > [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
  }
  .custom-checkbox > [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
  }
  .custom-checkbox > [type="checkbox"][data-indeterminate] + label:after {
    content: '\2212';
    left: 2px;
    opacity: 1;
    transform: scale(1);
  }
  .custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:before {
    box-shadow: none;
    background-color: #eeeeee;
    border-color: #eeeeee;
    cursor: not-allowed;
    opacity: 1;
    color: #dadada;
  }
  .custom-checkbox > [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    background-color: #eeeeee;
    border-color: #eeeeee;
    cursor: not-allowed;
    opacity: 1;
    color: #fbc52d;
  }
  .custom-checkbox > [type="checkbox"]:disabled:checked + label:after {
    color: #fbc52d;
    cursor: not-allowed;
  }
  .custom-checkbox > [type="checkbox"]:disabled + label {
    color: #aaa;
    cursor: not-allowed;
  }
  .custom-checkbox > [type="checkbox"]:checked:focus + label:before, .custom-checkbox > [type="checkbox"]:not(:checked):focus + label:before {
    border: 1px solid #fbc52d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  }
  .custom-checkbox label:hover:before {
    border: 1px solid #fbc52d !important;
  }
  .custom-checkbox [type="checkbox"]:disabled:not(:checked) + label:hover:before, .custom-checkbox [type="checkbox"]:disabled:checked + label:hover:before {
    border: 1px solid #fbc52d !important;
  }
  .custom-checkbox {
    text-align: left;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    font-family: Poppins;
    font-weight: 300;
    font-size: 16px;
    color: #333333;
}

p.boldfont {
    font-weight: 600;
    padding: 0px 20px;
}

p.colorchange {
    font-size: 18px;
    color: #41ade4;
    margin-bottom: 20px;
    display: inline-block;
    text-align: left;
    width: 100%;
}

.rdio.rdio-primary.radio-inline {
    text-align: left;
    margin-bottom: 20px;
}
.logoform {
    margin: 40px auto 0;
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
}

.logoform img {
    margin: auto;
}

.form-box .mainformright  form fieldset {
    margin-top: 0px;
}
.form-box .mainformright form fieldset h4 {
    margin-bottom: 20px;
}