* {
  box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-family:arial;
	background: url(../images/body.jpg);
	background-size: 100%; 
	line-height: normal;
}
a {
	color: #885baa;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
p {
	margin: 0 0 15px 0;
	font-size:17px;
}
.container {
	width: 930px;
	margin: 0 auto;
}
.header {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
.logo {
	width: auto;
	float: left;
	margin: 15px 0;
	padding: 0px;
}
.logo img {
	width: 138px;
	display: inline-block;
}
.header_right {
	width: auto;
	float: right;
	text-align: right;
	font-size: 20px;
	color: #fff;
	margin: 35px 0 0;
}
.header_right span {
	width: 100%;
	font-size: 27px;
	color: #daff00;
	display: block;
	margin: 10px 0px 0 0;
}
.header_right a {
	color: #fff;
	padding: 0px 0px;
	display: inline-block;
	font-size: 21px;
}
.header_right a:hover {
   color: #29aae2;
}
.menu {
	width: 100%;
	float: left;
	background: #fff;
	border-radius: 10px;
	margin: 10px 0 25px;
}
.menu img {
	width: 32px;
	float: left;
	margin: 0 15px 0 25px;
}
.menu ul {
	float: left;
	width: auto;
	margin:13px 0 0;
	list-style: none;
	padding: 0px;
}
.menu ul li {
	float: left;
	margin: 0px 0px;
	padding: 0px;
}
.menu ul li a {
	color: #000;
	text-decoration: none;
	padding: 28px 22px;
	border-radius: 3px;
}
.menu .active {
	color: #fff;
	background: #885baa;
}
.menu ul li a:hover {
	color: #fff;
	background: #885baa;
}
.search {
	width: 230px;
	float: right;
	background: url(../images/search_bg.png) no-repeat;
	height: 30px;
	margin: 10px 10px;
}
.search_button {
	width: 15px;
	float: left;
	background: url(../images/search_btn.png) no-repeat;
	height: 15px;
	border: 0px;
	float: right;
	margin: 7px 8px;
	cursor: pointer;
}
.search_input {
	background: none;
	border: 0px;
	padding: 5px 0 0 12px;
	color: #fff;
	font-size: 14px;
}
.banner{
	width: 100%;
	float: left;
}
#ctrl-temp {
	margin: 10px 0 0 0;
}
.box_main {
	width: 100%;
	float: left;
	margin: 30px 0 0 0;
	text-align: center;
}
.box {
	width: 210px;
	background: url(../images/pulpel_box.png) no-repeat;
	padding: 15px 15px 20px;
	border-radius: 5px;
	text-align: center;
	margin: 0 12px 15px;
	display: inline-block;
	vertical-align: top;
	height: 315px;
}
.box:first-child {
	margin-left: 0px;
}
.box:last-child {
	margin-right: 0px;
}
.box_icon {
	width: 100%;
	float: left;
}
.box p {
	width: 100%;
	    min-height: 110px;

	float: left;
	margin: 10px 0 0 0;
	color: #fff;
	font-size: 14px;
}
.testimonial {
	width: 100%;
	float: left;
	padding: 0 0 20px 0;
}
.testimonial h1 {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	margin: 0px;
	color: #fff;
	padding: 30px 0 0;
}
.testimonial h1 span{
   color:#b863ea;
}
.service {
	width: 100%;
	float: left;
	padding: 70px 0 30px;
	text-align: center;
}
.service h1 {
	width: 60%;
	text-transform: uppercase;
	margin: 0px 0 40px 0;
	color: #fff;
	padding: 0px 0 12px;
	border-bottom: 4px solid #29aae2;
	display: inline-block;
	clear: both;
}
.service h1 span{
   color:#b863ea;
}
.financial_list {
	width: 50%;
	padding: 0px 0 0 0px;
	margin: 15px 0 0 0;
	float: left;
	text-align: left;
	list-style: none;
}
.financial_list li {
	color: #fff;
	margin: 30px 0 0;
	font-weight: bold;
	font-size: 24px;
}
.financial_list li a {
	color: #fff;
	line-height: normal;
}
.financial_list_image {
	width: 47%;
	float: right;
}
.financial_list_image img {
	width: 100%;
	border-radius: 3px;
}
.footer {
	width: 100%;
	float: left;
	padding: 40px 0;
	border-top: 2px solid #fff;
}
.footer_left{
   width:260px;
   float: left;
}
.footer_left ul {
	width: 100%;
	float: left;
	padding: 0px;
	list-style: none;
	margin: 0px;
}
.footer_left ul  li {
	width: 100%;
	float: left;
	margin: 4px 0;
}
.footer_left ul  li a{
	color:#fff;
}
.footer_left ul  li a:hover,.s_icon p:hover{
	color:#29aae2;
}
.footer_left h3{
	width: 100%;
	float: left;
	text-transform: uppercase;
	font-size: 22px;
	margin: 0px 0 15px 0;
	color:#fff;
}
.footer_center {
	width: 300px;
	float: left;
}
.footer_center ul {
	width: 100%;
	float: left;
	padding: 0px;
	list-style: none;
	margin: 0px;
}
.footer_center ul li {
	width: 100%;
	float: left;
	margin: 4px 0;
	color: #fff;
}
.footer_center ul li a{  
   color:#fff;
}
.footer_center ul li .active{  
   color:#29aae2;
}
.footer_center ul li a:hover{	
  color: #29aae2;
}
.footer_center h3{
	width: 100%;
	float: left;
	text-transform: uppercase;
	font-size: 22px;
	margin: 0px 0 15px 0;
	color:#fff;
}
.s_icon h3 {
	width: 100%;
	float: left;
	text-transform: uppercase;
	font-size: 22px;
	margin: 0px 0 15px 0;
	text-align: right;
	color:#fff;
}
.logo_footer {
	width: 100%;
	float: left;
}
.s_icon {
	width: 350px;
	float: right;
}
.s_icon a {
	width: auto;
	clear: both;
	margin: 4px 0;
	color: #000;
	float: right;
}
.s_icon p {
	width: auto;
	float: left;
	margin: 2px 10px 0 0;
	font-size: 17px;
	color: #fff;
}
.copy_text {
	width: 100%;
	float: left;
	text-align: center;
	margin: 30px 0 0 auto;
	font-size: 14px;
	color: #fff;
}
.copy_text a{
	color: #fff;
}
.page_content_main {
	width: 100%;
	float: left;
	margin: 40px 0 0 0;
	color: #fff;
}
.page_content_main_cont{
	margin-top:10px;
}
.page_title {
	width: 100%;
	float: left;
	margin: 0px 0 30px 0;
	background-color: rgba(184, 99, 234, 0.5);
	text-transform: uppercase;
	color: #fff;
	padding: 14px 20px 15px;
	border: double #fff;
	border-radius: 3px;
}
.page_left_cont {
	width: 50%;
	float: left;
}
.page_right_cont {
	width: 48%;
	float: right;
}
.page_right_cont img {
	width: 100%;
	float: left;
	border-radius: 3px;
	margin: 0 0 15px 0;
}
.page_content_main  p {
	width: 100%;
	float: left;
}
.page_content_main p a{
	color:#fff;
}
.page_content_main p a:hover{
	color:#29aae2;
}
.page_content_main h3 {
	width: 100%;
	text-transform: uppercase;
	margin: 0px;
	color: #b863ea;
	font-size: 24px;
	float: left;
	font-weight: 300;
	margin: 15px 0;
}
.page_content_main ul {
	width: 100%;
	float: left;
	margin: 0px 0 10px 0;
	padding: 0px;
	list-style: inside;
}
.page_content_main ul  li {
	width: 100%;
	float: left;
	margin: 5px 0;
	font-size: 17px;
}
.page_content_main  p span{
	font-weight: bold;
	color:#b863ea;
}
.map {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}
.cont_left {
	width: 63%;
	float: left;
}
.cont_right{
	width:33%;
	float: right;
}
.form_main {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}
.form_main1 {
	float: left;
	margin: 0;
	width: 48%;
}
.form_main1:last-child {
	float: right;
}
.form_main p {
	float: left;
	margin: 0 0 8px;
	width: 100%;
	font-size: 17px;
	font-weight: 100;
}
.form_main .wpcf7-text{
	background: none 0 0 repeat scroll #FFFFFF;
	border: 0px solid #CCCCCC;
	color: #000;
	font-size: 14px;
	height: 40px;
	margin: 0;
	padding:10px 10px;
	width: 100%;
	border-radius: 3px;
}
.form_main .wpcf7-textarea {
	background: none 0 0 repeat scroll #FFFFFF;
	border: 0px solid #CCCCCC;
	color: #000;
	font-size: 14px;
	height: 150px;
	margin: 0;
	padding: 10px 10px;
	width: 100%;
	border-radius: 3px;
	font-family: arial;
}
.form_main .wpcf7-submit {
	background: #b863ea;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
	border: 0px;
	font-size: 17px;
	border-radius: 3px;
}
.form_main .wpcf7-submit:hover {
   background: #000;
}
.page_content_main .cont_right h3:first-child {
   margin-top:0px;
}
.page_content_main .cont_right h3 {
	width: 100%;
	text-transform: uppercase;
	margin: 0px;
	color: #29aae2;
	float: left;
	font-weight: 600;
	margin:15px 0 15px;
}.income_detail_main {	width: 100%;	float: left;	margin: 30px 0 40px;}.cal_form {	width: 50%;	float: left;	padding: 0 0 0 2%;}.cal_form1{   padding-left:0px;}.cal_form label {	width: 100%;	float: left;	color: #fff;	font-size: 18px;}.input_cal {	width: 100%;	float: left;	margin: 10px 0 0 0;	padding: 10px 10px;	border-radius: 5px;	border: 0px;}.btn_cal {	background: #b863ea;	color: #fff;	display: inline-block;	padding: 11px 24px 10px;	text-decoration: none;	border: 0px;	font-size: 17px;	border-radius: 3px;	cursor: pointer;}.btn_cal_main {	width: 100%;	float: left;	margin: 20px 0 0;}#can_borrow_message {	width: 100%;	float: left;}#can_borrow_message h2 {	margin: 0 0 40px 0;	color: #fff;}
.mail_foot {
	font-size: 14px !important;
}

@media (min-width:768px) and (max-width:950px) {
.container {
	width: 97%;
}
.menu ul li a {
	padding: 28px 13px;
	font-size: 14px;
}
body .carousel .item {
	height: 320px;
}
body .carousel img {
	height:320px;
}
body .carousel .carousel-control img {
	height:auto;
}
.financial_list li {
	margin: 15px 0 0;
}
#container {
	width:670px;
	margin: 0 auto;
	float: none;
} 
#slider li, #slider2 li {
	height: 400px;
	width:670px;
}
.testimonial_center_right {
	width: 100%;
}
#nextBtn{
	left: 101%;
}
#prevBtn {
	left: -6%;
}
.footer_left ,.footer_center,.s_icon{
	width: 100%;
	text-align: center;
	margin:0 0 20px 0;
}
.s_icon h3 {
	text-align: center;
}
.s_icon a {
	display: inline-block;
	float: none;
	margin: 4px 10px;
}
.page_content_main p a {
	font-size: 11px;
}
.testimonial_center_right p {
	font-size: 13px;
}
}


@media (max-width: 767px) {
.container {
	width: 92%;
}
.footer_left ,.footer_center,.s_icon{
	width: 100%;
	text-align: center;
	margin:0 0 20px 0;
}
.s_icon h3 {
	text-align: center;
}
.s_icon a {
	display: inline-block;
	float: none;
}
.menu {
	text-align: center;
}
.menu ul li {
	float: none;
	display: inline-block;
	width: 100%;
}
.menu img {
    float:none;
	margin: 0 15px 0 0px;
}
.menu ul {
	margin: 0px 0 0;
}
.menu ul li a {
	padding: 3px 15px;
	display: inline-block;
}
.cont_left,.cont_right  {
	width: 100%;
}
.page_content_main p a {
	font-size: 14px;
}
}
@media (min-width:640px) and (max-width:767px) {
body .carousel .item {
	height: 250px;
}
body .carousel img {
	height: 250px;
}
body .carousel .carousel-control img {
	height:auto;
}
.box_main {
	text-align: center;
}
.box {
	margin: 0 4px 15px;
}
.service h1 {
	width: 100%;
	font-size: 34px;
	margin: 0px;
}
.financial_list {
	width: 100%;
	text-align: center;
}
.financial_list_image {
	width: 100%;
	margin: 40px 0 0 0;
}
#container {
	width:500px;
	margin: 0 auto;
	float: none;
} 
#slider li, #slider2 li {
	height: 450px;
	width:500px;
}
.testimonial_center_right {
	width: 100%;
}
#nextBtn{
	left: 101%;
}
#prevBtn {
	left: -8%;
}
.testimonial_center_right p {
	font-size: 13px;
}
}
@media (min-width:480px) and (max-width:639px) {
body .carousel .item {
	height: 250px;
}
body .carousel img {
	height: 250px;
}
body .carousel .carousel-control img {
	height:auto;
}
.box_main {
	text-align: center;
}
.box {
	margin: 0 4px 15px;
}
.service h1 {
	width: 100%;
	font-size: 34px;
	margin: 0px;
}
.financial_list {
	width: 100%;
	text-align: center;
}
.financial_list_image {
	width: 100%;
	margin: 40px 0 0 0;
}
#container {
	width:410px;
	margin: 0 auto;
	float: none;
} 
#slider li, #slider2 li {
	height:520px;
	width:410px;
}
.testimonial_center_right {
	width: 100%;
}
#nextBtn{
	left: 101%;
}
#prevBtn {
	left: -8%;
}
.testimonial_center_right p {
	font-size: 13px;
}
.page_right_cont,.page_left_cont {
	width: 100%;
}
.cal_form {
	width: 100%;
	padding: 0px 0 15px 0%;
}
.page_title {
	font-size: 30px;
	text-align: center;
}
}

@media (min-width:360px) and (max-width:479px) {
.logo {
	width: 100%;
	text-align: center;
}
.header_right {
	width: 100%;
	text-align: center;
	margin: 0px 0 0;
}
body .carousel .item {
	height: 180px;
}
body .carousel img {
	height: 180px;
}
body .carousel .carousel-control img {
	height:auto;
}
.box_main{
	text-align: center;
}
.box {
	margin: 0 0px 10px 0px;
}
.service h1 {
	width: 100%;
	font-size: 34px;
	margin: 0px;
}
.financial_list {
	width: 100%;
	text-align: center;
}
.financial_list_image {
	width: 100%;
	margin: 40px 0 0 0;
}
#container {
	width:280px;
	margin: 0 auto;
	float: none;
} 
#slider li, #slider2 li {
	height: 740px;
	width:280px;
}
.testimonial_center_right p {
	font-size: 13px;
}
.testimonial_center_right {
	width: 100%;
}
#nextBtn{
	left: 103%;
}
#prevBtn {
	left: -13%;
}
.page_right_cont,.page_left_cont {
	width: 100%;
}
.cal_form {
	width: 100%;
	padding: 0px 0 15px 0%;
}
.page_title {
	font-size: 30px;
	text-align: center;
}
}

@media (min-width:100px) and (max-width:359px) {
.logo {
	width: 100%;
	text-align: center;
}
.header_right {
	width: 100%;
	text-align: center;
	margin: 0px 0 0;
}
#container {
	width: 255px;
	margin: 0 auto;
	float: none;
}
body .carousel .item {
	height: 180px;
}
body .carousel img {
	height: 180px;
}
body .carousel .carousel-control img {
	height:auto;
}
.box_main{
	text-align: center;
}
.box {
	margin: 0 0px 10px 0px;
}
.service h1 {
	width: 100%;
	font-size: 34px;
	margin: 0px;
}
.financial_list {
	width: 100%;
	text-align: center;
}
.financial_list_image {
	width: 100%;
	margin: 40px 0 0 0;
}
.testimonial_center_right p {
	font-size: 13px;
} 
#slider li, #slider2 li {
	height: 750px;
	width: 255px;
}
.testimonial_center_right p {
	font-size: 13px;
}
.testimonial_center_right {
	width: 100%;
}
#nextBtn{
	left:101%;
}
#prevBtn {
	left: -12%;
}
.page_right_cont,.page_left_cont {
	width: 100%;
}
.cal_form {
	width: 100%;
	padding: 0px 0 15px 0%;
}
.page_title {
	font-size: 30px;
	text-align: center;
}
}