.catlist {
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
	color:black;
}

.containerr {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	/*font-size: 20px;*/
	user-select: none
}

.containerr input {
	position: absolute;
	opacity: 0;
	cursor: pointer
}
.iti{width:100% !important;}
.error{border:1px solid red !important;}
.checkmarkr {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
	border-radius: 50%
}

.containerr:hover input~.checkmarkr {
	background-color: #ccc
}

.containerr input:checked~.checkmarkr {
	background-color: #1cbde7
}
.containerr input:checked~.checkmarkr.c2 {
	background-color: #eab02f !important;
}
.checkmarkr:after {
	content: "";
	position: absolute;
	display: none
}

.containerr input:checked~.checkmarkr:after {
	display: block
}

.containerr .checkmarkr:after {
	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white
}

#topleft {
	color: #1cbde7;
	font-size: 16px;
	font-weight: bold;
	width: 50%;
	float: left
}

#topright {
	color: #1cbde7;
	font-size: 16px;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	padding-left: 10px;
	width: 50%;
	float: right
}

#login-button {
	background-color: #1cbde7;
	border-radius: 8px;
	border: none;
	color: white;
	padding: 6px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	width: 150px
}

#create-account {
	background-color: transparent;
	border-radius: 8px;
	color: #1cbde7;
	border: none;
	padding: 6px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	width: 200px
}

.menu {
	margin-top: 10px;
	margin-right: 40px;
	justify-content: center
}

.menu ul {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0
}

.menu li {
	display: inline;
	justify-content: space-between;
	padding: 10px
}

.menu ul li a {
	margin-left: 10px;
	color: grey;
	text-decoration: none
}

#banner {
	background-image: url("https://i.imgur.com/VIZqkCk.png");
	background-size: cover;
	width: 100%;
	height: 200px;
	justify-content: center;
	text-align: center
}

.title {
	font-size: 30px;
	font-weight: bold;
	padding-top: 20px;
	color: white;
	margin-top: 10px
}

.row {
	width: 100%;
	height: auto;
	display: flex;
	margin: 0;
	justify-content: center
}

.text {
	font-size: 30px;
	color: #1cbde7;
	position: relative
}

.content {
	color: grey;
	font-size: 17px;
	justify-content: center;
	text-align: center;
	width: 70%
}

.yellowbtn {
	background-color: #fcd305;
	border: none;
	border-radius: 2px;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer
}

.outlinebtn {
	border: none;
	border-radius: 2px;
	color: #1cbde7;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	font-weight: bold
}

.pd100 {
	padding-top: 30px
}

.fl50 {
	display: block;
	float: left;
	width: 50%;
	height: 200px;
	background-image: url("https://images.squarespace-cdn.com/content/v1/5be4ac6f266c07e4edd988aa/1572860039648-2E8F4APZCQVLZJ321FAZ/land+surveyor+okc.jpg");
	background-size: cover
}

.fr50 {
	display: block;
	float: right;
	width: 50%;
	height: 200px
}

.intext {
	justify-content: left;
	text-align: left;
	font-size: 19px
}

.button {
	background-color: #1cbde7;
	border: none;
	color: white;
	padding: 12px 20px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer
}

.search-box {
	display: grid;
	background-color: #e8e8e8;
	color: black;
	justify-content: center;
	height: 200px;
	padding: 20px;
	width: 80%;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 60px
}

#bottom {
	height: 300px;
	background-color: #1cbde7;
	color: white
}

#footer {
	background-color: black;
	color: white;
	height: 50px
}

.footer-main {
	width: 100%;
	height: auto;
	padding: 50px 0 30px 0;
	background: #1cbde7;
	color: white
}

a {
	color: white
}

.footer-bottom {
	width: 100%;
	height: auto;
	color: white;
	background: #272828;
	padding: 15px 0
}

.top-bar {
	font-family: "Montserrat", sans-serif;
	background: #1cbde7;
	padding: 7px 0;
	transition: all 0.4s ease;
	border-bottom: 1px solid #e0e0e0
}

.top-contact {
	float: left
}

.top-contact .list {
	float: left;
	color: #fff;
	margin-right: 20px
}

.top-contact .list i {
	margin-right: 5px
}

.top-contact .list a {
	color: #fff
}

.top-social {
	float: right
}

.top-social ul {
	float: right;
	margin-bottom: 0
}

.top-social ul li {
	list-style-type: none;
	float: left;
	margin-right: 8px
}

.top-social ul li a {
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	display: block;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	font-size: 14px
}

.top-social ul li a:hover {
	color: #2795d0;
	background: #fff
}

.mobile-container {
	max-width: 480px;
	margin: auto;
	background-color: #555;
	color: white;
	border-radius: 10px
}

.topnavs {
	overflow: hidden;
	background-color: #333;
	position: relative
}

.topnavs #myLinks {
	display: none
}

.topnavs a {
	color: white;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
	display: block
}

.topnavs a.icon {
	background: black;
	display: block;
	position: absolute;
	right: 0;
	top: 0
}

.topnavs a:hover {
	background-color: #ddd;
	color: black
}

.active {
	background-color: #04aa6d;
	color: white
}

@media only screen and (max-width: 600px) {
	.logo {
		width: 50px;
		display: none
	}
}

@media only screen and (max-width: 600px) {
	.mobile {
		display: block
	}
}


@media only screen and (max-width: 600px) {
	.row .content .fl50 {
		width: 100%
	}
}

@media only screen and (max-width: 600px) {
	.row .content .fr50 {
		width: 100%;
		text-align: left;
		margin-bottom: 50px
	}
}

@media only screen and (max-width: 600px) {
	.row .search-box {
		margin-bottom: 220px;
		font-size: 15px
	}
}

@media only screen and (max-width: 600px) {
	.search-box .search-text {
		font-size: 18px
	}
}

@media only screen and (max-width: 600px) {
	.mobile-container {
		display: block
	}
}

@media only screen and (max-width: 600px) {
	#menu {
		display: none
	}
}

.how-top-bar-container {
	background-color: #e6e6e6
}

.how-top-bar-container .contacts ul li {
	color: #1cbde7
}

.how-top-bar-container .contacts ul li a {
	color: #1cbde7
}

.how-top-bar-container .buttons button {
	color: #1cbde7
}

.how-top-bar-container .header-login-btn {
	color: white !important;
	background-color: #1cbde7 !important
}

.form-main-container {
	background-color: #e6e6e6;
	width: 45%
}

.form-header-container {
	width: 100%;
	background-color: #6f7070;
	margin: 0;
	font-weight: bold;
	color: white;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.form-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0px 4rem;
	margin-bottom: 10px
}

.form-row span {
	font-size: 20px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #6f7070
}

.form-row input {
	width: 60%;
	padding: .375rem .75rem;
	border: 1px solid #9e9e9e;
	display: block;
	border-radius: 6px;
}

.form-row div {
	width: 60%
}

.form-row div input {
	width: 100%;
	padding: 15px 10px;
	border: 1px solid #9e9e9e;
	display: block
}

.form-row div span {
	font-size: 20px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	float: left;
	text-align: left
}

.nb-text {
	font-family: "Montserrat", sans-serif;
	float: left;
	text-align: left;
	display: block;
	font-weight: 400
}

.separator {
	width: 100%;
	height: 5px;
	background-color: #6f7070
}

@media only screen and (max-width: 768px) {
	.form-row input {
		width: 100% !important;
		padding: 5px 10px
	}
	.form-row div {
		width: 100%
	}
	.form-row div input {
		padding: 5px 10px
	}
	.content {
		width: 100% !important;
	}
	.form-row {
		margin: 0px 2rem;
	}
	#mobile-left-cats{
	    padding-left: 15px !important;
	}
	#mobile-right-cats{
	    border:none !important;
	}
}

.header-container .links-container ul li {
	font-size: 18px
}
.client-form-container{
    padding:1rem;
}
.client-form-container input{
    width:100%;
    border:1px solid #CCC;
    display: block;
    width: 100%;
    height: calc(1.5em+ 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/*# sourceMappingURL=register.css.map */
#google_translate_element select{
    background-color: #e6e6e6;
    color: #1cbde7;
}