/* banner */
.th-banner-wrap{
    position: relative;
    margin-top: 90px;
    padding: 100px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.th-banner-map {
    display: none;
}
.th-banner-form {
	background-color: #fff;
	border-radius: 5px;
	max-width: 650px;
	padding: 0 0 52px;
}
.th-banner-form h1{
margin-bottom: 30px;
padding: 15px 15px;
background-color: #e6a84c;
color: #fff;
text-align: center;
border-radius: 5px 5px 0 0;
font-size: 30px;
line-height: 44px;
}
.th-banner-form p{
    text-align: center;
    padding: 0 25px;
    margin-bottom: 10px;
}
/*
.th-banner-form ul li:first-child, .th-banner-form ul li:nth-last-child(2), .th-banner-form ul li:nth-last-child(3){
    width: 100%;
}
.th-banner-form ul li:last-child{
    width: 100%;
    margin-bottom: 0;
}
*/
.th-banner-form ul li:last-child{
    margin-bottom: 0;
}
.th-banner-form ul{
    text-align: center;
    padding: 15px 25px 0;
}
.th-banner-form ul li{
    margin-bottom: 20px;
    width: 49.6%;
    display: inline-block;
    vertical-align: top;
    padding: 0 11px;
}
.th-banner-form label{
    font-size: 16px;
font-weight: 600;
color: #444444;
margin-bottom: 10px;
font-family: 'Jost', sans-serif;
display: block;
text-align: left;
}
.th-banner-form input[type="text"], .th-banner-form input[type="email"], .th-banner-form input[type="tel"], 
.th-banner-form select, .th-banner-form .accordion-button{
    font-size: 16px;
    font-family: 'Mulish', sans-serif;
font-weight: 400;
color: #444444;
height: 57px;
outline: none;
background-color: transparent;
width: 100%;
border: 1px solid #e6a84c;
padding: 15px 15px;
}
.th-banner-form input[type="text"]::placeholder, .th-banner-form input[type="email"]::placeholder, 
.th-banner-form input[type="tel"]::placeholder{
    color: #444444;
    opacity: 1; 
}
.th-banner-form select, .th-banner-form .accordion-button {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 97% center;
	background-size: 14px;
}
.th-banner-form .th-search-btn{
    font-family: 'Mulish', sans-serif;
    font-size: 18px;
    padding: 15px 15px;
  background-color: #e6a84c;
  width: 100%;
  height: 57px;
  font-weight: 400;
  color: #fff;
  border: none;
  outline: none;
  margin-top: 20px;
}
.th-banner-form .th-search-btn:hover{
    background-color: #444444;
}
.th-banner-form .th-skp-btn {
    width : 100px;
    background-color: #444444;
}
.th-banner-form .th-skp-btn:hover {
    background-color: #e6a84c;
}
.th-banner-form .accordion-button{
    box-shadow: 0 0 0 0;
    border: none;
}
.th-banner-form .accordion-item{
    border: 1px solid #e6a84c;
}
.th-banner-form .accordion-body {
	padding: 2rem 5px 1px;
    border-top: 1px solid #e6a84c;
}
.th-banner-form .accordion-collapse{
    border: none;
}
.th-banner-form .accordion-button::after{
    display: none;
}
.th-banner-form .accordion-body ul{
    text-align: left;
    padding: 0;
}
.th-banner-form .accordion-body ul li{
   width: 32.5% !important;
   padding: 0 10px !important;
}
.th-banner-form .th-check {
	display: block;
	position: relative;
	padding-left: 29px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    font-size: 16px;
    font-family: 'Mulish', sans-serif;
 font-weight: 400;
 color: #444444;
}
.th-banner-form .th-check .checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: transparent;
	border: 1px solid #e6a84c;
}
.th-banner-form .th-check .checkmark::after {
	position: absolute;
	content: '';
	display: none;
	left: 6px;
	top: 2px;
	width: 6px;
	height: 11px;
	border: solid #e6a84c;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.th-banner-form .th-check input:checked ~ .checkmark::after {
	display: block;
}
.th-banner-form .th-check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.th-banner-form .accordion-body ul li a{
    color: #444444;
}
.th-banner-form input[type="checkbox"]{
    margin-right: 10px;
}
/* banner */

/* how it works */
.th-how-it-works{
    position: relative;
    text-align: center;
    padding: 90px 0;
}
.th-how-it-works h2{
    margin-bottom: 1px;
}
.th-how-it-works p{
    max-width: 800px;
    margin: 0 auto;
}
.th-how-it-works ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 116px;
	width: 27%;
}
.th-how-it-works ul li:last-child{
    margin-right: 0;
}
.th-how-it-works ul{
    padding-top: 30px;
}
.th-how-it-works-box {
	position: relative;
	border: 1px solid #dbe8fb;
	padding: 60px 50px 35px;
	text-align: left;
	border-radius: 0 70px;
	min-height: 300px;
}
.th-how-it-works-box::before{
    position: absolute;
    content: '';
width: 70px;
height: 24px;
background: 0 0;
right: -96px;
top: 50%;
transform: translate(0,-50%);
background-image: url(../images/orange-arrow.png);
background-repeat: no-repeat;
background-position: center;
}
.th-how-it-works ul li:nth-child(2) .th-how-it-works-box::before{
    background-image: url(../images/orange-arrow2.png);
}
.th-how-it-works ul li:last-child .th-how-it-works-box::before{
    display: none;
}
.th-how-it-works-box p{
    font-size: 14px;
    line-height: 24px;
}
.th-how-it-works-box .count {
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	width: 90px;
	height: 90px;
	background: #eef4fd;
	line-height: 90px;
	font-size: 26px;
	font-weight: 500;
	border-left: 1px solid #dbe8fb;
	border-bottom: 1px solid #dbe8fb;
	border-radius: 0 70px;
    font-family: 'Jost', sans-serif;
	color: #e6a84c;
}
.th-how-it-works-image{
    margin-bottom: 20px;
}
.th-how-it-works-image svg{
    color: #e6a84c !important;
font-size: 50px;
}
/* how it works */

@media screen and (max-width:1400px){
    /* how it works */
    .th-how-it-works ul li {
        margin-right: 115px;
    }
    .th-how-it-works-box {
        padding: 60px 40px 35px;
    }
    /* how it works */
}
@media screen and (max-width:1300px){
    /* how it works */
    .th-how-it-works ul li {
        margin-right: 105px;
    }
    .th-how-it-works-box {
        padding: 36px 30px 35px;
        min-height: 260px;
    }
    /* how it works */
}
@media screen and (max-width:1200px){
    /* how it works */
    .th-how-it-works ul li {
        margin-right: 96px;
    }
    .th-how-it-works-box {
        padding: 36px 18px 35px;
    }
    .th-how-it-works-box::before {
        right: -84px;
    }
    /* how it works */
}
@media screen and (max-width:1100px){
    /* how it works */
    .th-how-it-works ul li {
        margin-right: 85px;
    }
    .th-how-it-works-box .count {
        width: 75px;
        height: 75px;
        line-height: 70px;
        font-size: 22px;
    }
    /* how it works */
}
@media screen and (max-width:991px){
    /* banner */
    .th-banner-wrap {
        margin-top: 0;
        padding: 80px 0;
    }
    .th-banner-form {
        max-width: 600px;
        margin: 0 auto;
    }
    .th-banner-form ul li {
        width: 49.5%;
    }
    .th-banner-form .th-check{
        font-size: 15px;
        padding-left: 22px;
    }
    .th-banner-form .th-check .checkmark {
        height: 15px;
        width: 15px;
    }
    .th-banner-form .th-check .checkmark::after {
        left: 5px;
        top: 1px;
        width: 4px;
        height: 9px;
    }
     /* banner */

        /* how it works */
    .th-how-it-works ul li {
        margin-right: 67px;
        width: 45%;
        margin-bottom: 40px;
    }
    .th-how-it-works ul li:nth-child(2n){
        margin-right: 0;
    }
    .th-how-it-works-box{
        min-height: auto;
    }
    .th-how-it-works {
        padding: 56px 0 25px;
    }
    .th-how-it-works ul li:nth-child(2) .th-how-it-works-box::before {
        background-image: none;
    }
    .th-how-it-works-box::before {
        right: -70px;
        width: 65px;
        height: 24px;
        background-size: 100%;
    }
    /* how it works */
}
@media screen and (max-width:767px){
    /* banner */
    .th-banner-wrap {
        padding: 70px 0;
    }
    .th-banner-form ul li {
        width: 49.5%;
    }
    .th-banner-form .accordion-body ul li {
        padding: 0 7px !important;
    }
 /* banner */

   /* how it works */
 .th-how-it-works {
	padding: 46px 0 15px;
}
.th-how-it-works ul li {
	margin-right: 51px;
}
.th-how-it-works-box::before {
	right: -54px;
	width: 52px;
}
  /* how it works */
}
@media screen and (max-width:600px){
 /* banner */
 .th-banner-form ul li {
	width: 100%;
    padding: 0;
}
.th-banner-form h1 {
	font-size: 26px;
	line-height: 40px;
}
.th-banner-form .accordion-body ul li {
	width: 49% !important;
    margin-bottom: 15px;
}
  /* banner */

    /* how it works */
  .th-how-it-works ul li {
	margin-right: 0 !important;
    width: 100%;
}
.th-how-it-works-box::before {
 display: none;
}
  /* how it works */
}
@media screen and (max-width:500px){
  /* banner */
  .th-banner-wrap {
	padding: 70px 0;
}
.th-banner-form {
	padding: 0 0 40px;
}
.th-banner-form .th-search-btn{
    margin-top: 10px;
}
.th-banner-form ul{
    padding: 15px 15px 0;
}
.th-banner-form p {
	padding: 0 15px;
    font-size: 15px;
    line-height: 24px;
}
.th-banner-form h1 {
	font-size: 21px;
	line-height: 35px;
}
.th-banner-form .th-check {
	font-size: 14px;
	padding-left: 21px;
}
.th-banner-form .accordion-body ul li {
	margin-bottom: 10px;
}
.th-banner-form .accordion-body {
	padding: 1.5rem 5px 1px;
}
    /* banner */

    /* how it works */
    .th-how-it-works ul li{
        margin-bottom: 30px;
    }
    .th-how-it-works {
        padding: 36px 0 15px;
    }
    /* how it works */
}
@media screen and (max-width:400px){
    .th-banner-form .accordion-body ul li {
        width: 100% !important;
    }
}