



#pt-land{

	background-image: url();

    background-repeat: no-repeat;

    background-size: 100% 100%;

	

}


.box_two.text-white h2{    font-size: 25px;
    text-transform: uppercase;}
.contact_banner img{

	user-drag: none; 

	user-select: none;

	-moz-user-select: none;

	-webkit-user-drag: none;

	-webkit-user-select: none;

	-ms-user-select: none;

}






.box_one{

	

}



.box_two{

	

}







.box_wrapper_1{

	border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    background: #f9f9f9;
    padding: 30px;
    height: 100%;
    box-shadow: -8px -8px 17px 0 rgb(0 0 0 / 10%), 0 8px 20px 0 rgb(0 0 0 / 10%) !important;
    border: 4px solid #ffb185;
    border-right: 0px;

}



.box_wrapper_2{

	border-top-right-radius:1rem;

	border-bottom-right-radius:1rem;

	background:#f9f9f9;

	/* box-shadow: 8px -8px 17px 0 rgba(0,0,0,0.1), 8px 8px 20px 0 rgba(0,0,0,0.1) !important; */
	padding: 30px;

}





.box_wrapper_2 p{

	font-size:16px;

}





.icon_wrapper img{

	width:40px;

}



.cont_text{

	font-size:16px;

}



.contForm{

	font-size:1.25rem;

}



.contForm input{

	height: calc(2.5em + 0.75rem + 2px);

	border-radius: 0.5rem;

}



.contForm textarea{

	border-radius: 0.5rem;

	resize:none;

}





.ptMap iframe{

	width:100%;

}





@media screen and (max-width: 991px ) {

	.cont_text{

		font-size:1.2rem;

	}

	

	.contForm{

		font-size:1.2rem;

	}

	

	.box_wrapper_2 p{

		font-size:1.2rem;

	}

	

	.contForm input{

		height: calc(2em + 0.75rem + 2px);

	}

	

}







@media screen and (max-width: 767px) {

	

	.icon_wrapper img{

		width:25px;

	}

	

	.box_wrapper_1{

		border-radius:1rem;

		background:#f9f9f9;
		padding: 30px;
		box-shadow: -8px -8px 17px 0 rgba(0,0,0,0.2),0 8px 20px 0 rgba(0,0,0,0.19) !important;

	}



	.box_wrapper_2{
		padding: 0px;
	}

	.box_wrapper_2 p{

		font-size:1.1rem;

	}

	

	.cont_text{

		font-size:1.1rem;

	}

	

	.contForm{

		font-size:1.1rem;

	}

	

	.contForm input{

		height: calc(1.75em + 0.75rem + 2px);

	}

	

}

