@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
body {
font-family: 'Roboto',sans-serif;
color: #4a4a4a;
position: relative;
}
.ts_registration_form, .ts_top_cont{
font-family: 'Roboto Condensed', sans-serif;
font-weight:400;
}
.wpcf7 form {
padding: 2em 1em 1em;
max-width: 100%;
margin: 0 auto;
}
.ts_container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
max-width:1200px;
}
.ts_registration_form h2 {
font-size: 30px;
margin: 30px 0;
color: #000;
padding: 0;
font-weight: 700;
}
.ts_registration_form_row{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.ts_registration_form_col6, .ts_registration_form_col12, 
.ts_registration_form_col3, .ts_registration_form_col3{
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.ts_registration_form_col6{
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.ts_registration_form_col12{
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.ts_registration_form_col3{
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.ts_registration_form *, ts_registration_form::after, ts_registration_form::before {
box-sizing: border-box;
}
.ts_form_field input[type="text"],
.ts_form_field input[type="email"],
.ts_form_field input[type="tel"],
.ts_form_field input[type="date"],
.ts_form_field input[type="password"]{
border:1px solid #afafaf;
height:50px;
font-size:14px;
line-height:18px;
color:#2e2e2e;
width:100%;
font-family: 'Roboto Condensed', sans-serif;
padding: 0 15px;
background:#fff;
}
div#datepicker {
width: 100%;
}
.ts_registration_form .ts_form_field {
margin-bottom: 30px;
}
.ts_registration_form select{
border:1px solid #afafaf;
height:50px;
font-size:14px;
line-height:18px;
color:#2e2e2e;
width:100%;
font-family: 'Roboto Condensed', sans-serif;
padding: 0 15px;
appearance:none;
-webkit-appearance:none;
background:url(../images/arrow_img.png) no-repeat center right #ffffff;
cursor:pointer;
}
.ts_registration_form label{
font-size:20px;
font-weight:700;
color:#2e2e2e;
display:block;
clear:both;
padding-bottom:16px;
margin-bottom:0;
}
.ts_registration_form span.ts_rqrd {
color: red;
}
.ts_registration_form small{
color:#2e2e2e;
font-size:14px;
margin-top:5px;
display: block;
}
.ts_registration_form .ts_checkbox{
margin-bottom:12px;
}
.ts_registration_form .ts_checkbox label {
font-weight: 400;
display: inline-block;
vertical-align: middle;
padding: 0;
cursor:pointer;
}
.ts_registration_form .ts_checkbox input[type="checkbox"]{
display: inline-block;
width: 30px;
height: 30px;
border-radius: 0;
vertical-align: middle;
margin-right:10px;
cursor:pointer;
margin-top:0;
}
.ts_registration_form .ts_radiobox input[type="radio"]{
display: inline-block;
width: 30px;
height: 30px;
border-radius:50%;
vertical-align: middle;
margin-right:10px;
cursor:pointer;
margin-top:0;
}
.wpcf7 p {
margin-bottom: 1em;
}
.ts_registration_form a{
color:#FF8E00;
text-decoration:none;
}
.ts_registration_form a:hover{
color:#FF8E00;
text-decoration:none;
}
.ts_registration_form .credit_total{
color:#2e2e2e;
font-size:20px;
font-weight:700;
margin:30px 0;
}
.ts_registration_form .credit_total span{
color:red;
display:block;
margin:5px 0 0 0;
}
.ts_registration_form .ts_button{
display:inline-block;
vertical-align: middle;
}
.previous {
display: inline-block;
vertical-align: middle;
margin-left:10px;
}
.previous  input.previous_btn {
background: #2d2d2d;
color: #fff;
}
.wpcf7 .ajax-loader{
margin: 20px 24px;
position: absolute;
display:block;
}
.ts_registration_form .ts_button input[type="submit"],
.ts_registration_form .ts_button input[type="button"]{
background: #ff5800;
color: #fff;
border: none;
width: auto;
text-transform: capitalize;
border-radius: 0;
font-size:20px;
padding:10px 50px;
font-weight: 700;
cursor:pointer;
font-family: 'Roboto Condensed', sans-serif;
}
.ts_registration_form .ts_button input[type="submit"]:hover,
.ts_registration_form .ts_button input[type="button"]:hover{
background: #e65102;
}
.ts_registration_form{
margin-bottom:100px;
}
.ts_addrs{
display:none;
}
.ts_registration_form .ts_checkbox, .ts_registration_form .ts_radiobox {
margin-bottom: 30px;
}
.ts_registration_form ul {
padding-top: 0;
padding-left: 0;
margin: 0;
}
.ts_registration_form .ts_checkbox ul li, .ts_registration_form .ts_radiobox ul li,
.ts_registration_form .ts_checkbox span.wpcf7-list-item, 
.ts_registration_form .ts_radiobox span.wpcf7-list-item {
padding: 0;
display: inline-block;
margin-right: 12px;
margin-left: 0;
}
.ts_registration_form .ts_checkbox ul li label, .ts_registration_form .ts_radiobox ul li label,
.ts_registration_form .ts_checkbox span.wpcf7-list-item label, 
.ts_registration_form .ts_radiobox span.wpcf7-list-item label,
.ts_registration_form .ts_checkbox span.wpcf7-list-item label span.wpcf7-list-item-label, 
.ts_registration_form .ts_radiobox span.wpcf7-list-item label span.wpcf7-list-item-label{
font-weight: 400;
display: inline-block;
vertical-align: middle;
padding: 0;
cursor: pointer;
margin-bottom: 0;
font-size: 16px;
}
.mt-5 {
margin-top: 45px;
}
#files-area {
width: 30%;
margin: 0;
}
.file-block {
border-radius: 0;
margin: 5px;
color: initial;
display: inline-flex;
border: 1px solid #afafaf;
width: 100%;
padding: 6px 10px;
}
.file-block > span.name {
padding-right: 10px;
width: max-content;
display: inline-flex;
}
.file-delete {
display: flex;
width: 24px;
color: initial;
background-color: #6eb4ff 0;
font-size: large;
justify-content: center;
margin-right: 3px;
cursor: pointer;
}
.file-delete:hover {
background-color: rgba(144, 163, 203, 0.2);
border-radius: 10px;
}
.file-delete > span {
transform: rotate(45deg);
}
.ts_top_cont {
border-bottom: 5px solid #FF8E00;
}
.ts_top_cont h2 {
font-weight: 400;
margin:0;
}
.ts_top_cont ul.ts_breadcrumb {
padding:0;
margin: 0;
text-align: right;
font-size: 14px;
}
.ts_top_cont ul.ts_breadcrumb li {
display: inline-block;
padding: 0 27px 0 0;
margin:0 12px 0 0;
background:url(../images/slash_icon.png) no-repeat right center;
}
.ts_top_cont ul.ts_breadcrumb li:last-child{
background:none;
padding-right:0;
margin-right:0;
}
.ts_top_cont ul.ts_breadcrumb li a{
color:#000;
text-decoration:none;
}
.ts_form_box ul {
padding: 0;
margin: 0;
list-style: none;
border-bottom: 4px solid #001f54;
}
.ts_form_box ul li {
display: inline-block;
padding: 15px 24px;
margin: 0;
font-size: 16px;
}
.ts_form_box ul li.active{
background: #001f54;
color:#fff;
}
.ts_form_box ul li span {
background: #FF8E00;
padding: 5px 10px;
font-size: 20px;
font-weight: 600;
color: #fff;
border-radius: 50%;
margin-right: 12px;
line-height: 20px;
display: inline-block;
vertical-align: middle;
}
.ts_form_box {
margin-bottom: 30px;
}
.ts_registration_form .btn-primary{
background:#FF8E00;
border-color: #FF8E00;
color:#ffffff;
padding:8px 15px;
}
.ts_registration_form h3{
font-weight: 400;
margin: 20px 0;
color:#001f54;
}
.ts_registration_form span.phone1,
.ts_registration_form span.phone2,
.ts_registration_form span.phone3 {
width: 60px;
display: inline-block;
margin-right: 10px;
}
a:hover, a:focus {
text-decoration: none;
}
#menu.smaller {
width: 100%;
overflow: hidden;
position: fixed;
top: 0;
left: 0;
z-index: 999;
transition: height 0.3s;
box-shadow: 0 4px 4px -4px rgb(0 0 0 / 50%);
padding: 0 .5em;
background: #fff;
}
.alert-bar.orange a:hover{
color: #4a4a4a;
text-decoration:underline;
}
p:empty{
display:none;
}
.ts_registration_form .previous_btn{
padding: 10px 25px;
font-size: 18px;
line-height: 1.5;
color: #fff;
background: #2d2d2d;
margin-left:10px;
}
.alert {
color: red;
}
div#header-left h2 {
margin: 10px 0 0 0;
font-size: 25px;
color: #001f54;
font-weight: 600;
}
div#header-left h4{
margin:10px 0 20px 0;
font-size: 20px;
color: #000000;
font-weight:600;
}
#header-left img.logo-img {
max-width: 150px;
}
.ts_top_cont ul.ts_breadcrumb li a{
text-transform: uppercase;
}
.wpcf7-spinner {
position: absolute;
bottom: -40px;
left: 0;
}
.ts_registration_form .ts_provider_sign_up_how_it_works_button{
list-style: none;
text-align:right;
margin-bottom:10px;
}
.ts_registration_form .ts_provider_sign_up_how_it_works_button li{
display: inline-block;
margin:0 0 0 8px;
}
.ts_registration_form .ts_provider_sign_up_how_it_works_button li a {
background: #FF8E00;
color: #ffffff;
padding: 6px 15px;
display: block;
font-size: 12px;
letter-spacing:1px;
font-weight: 500;
}
.ts_registration_form .ts_provider_sign_up_how_it_works_button li a:hover{
color: #000000;
}
.ts_top_cont .ts_registration_form_row{
align-items: center;
padding:15px 0;
}
.modal{
color:#000;
}
.modal-content {
border: 5px solid #FF8E00;
font-family: 'Roboto Condensed', sans-serif;
font-size: 14px;
text-align: center;
line-height: 27px;
}
.modal-content h4.modal-title {
font-family: 'Merriweather', serif !important;
font-size: 25px !important;
text-align: center;
}
.modal-header .close {
margin-top: -2px;
border:2px solid #FF8E00;
border-radius: 50%;
opacity: 1;
width: 22px;
height: 22px;
text-align: center;
line-height:19px;
}
.ts_registration_form a.ts_link {
display: inline-block;
vertical-align: middle;
text-decoration: underline;
margin-top: 10px;
margin-left: 12px;
}
#header-right img.logo-img{
max-width: 340px;
}
/****responsive*****/
@media screen and (max-width: 850px){
.ts_form_box ul li {
display: inline-block;
padding: 10px 19px;
margin: 0;
font-size: 16px;
}
#header{
justify-content: space-between;
}
.ts_top_cont ul.ts_breadcrumb li {
padding: 0 20px 0 0;
margin: 0 3px 0 0;
background: url(../images/slash_icon.png) no-repeat right top;
}
.ts_top_cont ul.ts_breadcrumb li a{
text-transform: uppercase;
font-size: 12px;
}

}
@media screen and (max-width: 767px){
.ts_top_cont .ts_registration_form_col6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
text-align: center;
}
.ts_top_cont ul.ts_breadcrumb,
.ts_registration_form .ts_provider_sign_up_how_it_works_button{
text-align: center;
}
.ts_registration_form h2{
margin-bottom:10px;
}
#header{
margin-bottom:0;
}
}
@media screen and (max-width: 600px){
.ts_registration_form_col6,
.ts_registration_form_col3{
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.ts_registration_form h2 {
font-size: 25px;
text-align: center;
}
.ts_registration_form label {
padding-bottom: 10px;
font-size: 16px;
}
.ts_registration_form .ts_checkbox ul li, 
.ts_registration_form .ts_radiobox ul li, 
.ts_registration_form .ts_checkbox span.wpcf7-list-item, 
.ts_registration_form .ts_radiobox span.wpcf7-list-item {
padding: 0;
display: block;
margin-right: 0;
margin-left: 0;
margin-bottom: 10px;
}
.mt-5 {
margin-top: 0;
}
.ts_registration_form .ts_form_field {
margin-bottom: 10px;
}
.ts_form_box ul li{
display: block;
}
.ts_top_cont ul.ts_breadcrumb {
text-align: center;
font-size: 16px;
}
.ts_top_cont, .ts_registration_form {
margin-bottom: 40px;
}
.ts_form_box ul {
border-left: 4px solid #001f54;
border-bottom: none;
}
.ts_form_box ul li span {
padding: 3px 8px;
font-size: 14px;
line-height: 16px;
}
.ts_form_box {
margin-bottom: 0;
}
.alert-bar.orange{
font-size: 12px;
}
#header {
justify-content: center;
padding-bottom:20px;
}
.ts_registration_form .ts_button{
margin-top:20px;
}
.ts_registration_form .previous{
margin-top:20px;
margin-left: 0;
}
.ts_registration_form .ts_button input[type="submit"], 
.ts_registration_form .ts_button input[type="button"]{
padding:10px 30px;
}
}