/*********************************************
input-thanks.css
*********************************************/
.org-thanks-not-st{
	display: none;
}

.org-form-b {
    margin: 0 auto;
}

.org-thanks-h2{
	font-size: 21px;
	line-height: 36px;
	color: #000;
	font-weight: 400;
	text-align: center;
	margin: 0 0 40px 0;
}

.org-tahnks-txt-b{
	margin-top: 30px;
}

.org-tahnks-txt-b p{
	font-weight: 300;
}

.org-thanks-ul{
	list-style: none;
	padding: 0;
}

.org-thanks-li{
	font-size: 14px;
	line-height: 24px;
	color: #595757;
	text-align: left;
	box-sizing: border-box;
	padding-left: 14px;
	text-indent: -14px;
	font-weight: 300;
}

.org-next-btn{
	color: #595757!important;
	text-decoration: none!important;
	box-sizing: border-box;
	padding-top: 15px;
	margin: 45px auto 0 auto;
	color: #595757;
	background: #fff;
	border: solid 1px #b4b5b5;
}

.org-next-btn2{
	color: #595757!important;
	text-decoration: none!important;
}

.org-thanks-indent{
	box-sizing: border-box;
	padding-left: 14px;
	text-indent: -14px;
}



@media (min-width: 576px){


}


@media (min-width: 768px){
.org-form-b {
    margin: 0 auto;
}

.org-thanks-not-st{
	display: block;
}

.org-thanks-st{
	display: none;
}

.org-thanks-h2{
	font-size: 21px;
	line-height: 36px;
	color: #000;
	font-weight: 400;
	text-align: center;
	margin: 0 0 40px 0;
}

.org-tahnks-txt-b{
	margin-top: 30px;
}

.org-tahnks-txt-b p{
	font-weight: 300;
}

.org-thanks-ul{
	list-style: none;
	padding: 0;
}

.org-thanks-li{
	font-size: 14px;
	line-height: 24px;
	color: #595757;
	text-align: left;
	box-sizing: border-box;
	padding-left: 14px;
	text-indent: -14px;
	font-weight: 300;
}

.org-next-btn{
	height: 48px;
	width: 280px;
	margin: 85px auto 0 auto;
	text-align: center;
	font-size: 13px;
	line-height: 14px;
	color: #595757!important;
	text-decoration: none!important;
	background: #fff;
	transition: .3s;
	display: block;
	border-radius: 5px;
	font-weight: 500;
	border: solid 1px #b4b5b5;
}

.org-next-btn:hover{
	background: #dcdddc;
}
}


@media (min-width: 992px) {

}


@media (min-width: 1025px){

}