.cc  {
	max-width: 100%!important;
	padding: 10px 100px 10px 100px;
}
.ch 
	{
		max-width: 100%!important;
		padding: 10px 73px 10px 73px;
	}
		/* Contact Header */
		.contact-header {
			background: url(../../img/franchise/contact-background.jpg) center center no-repeat;
		background-size: cover;
		height: 78%;
		background-position: center;
		}
	
		.contact-header .contact-header-content {
			padding-top: 18.5rem;
			text-align: left;
			padding-bottom: 14.5rem;
	
		}
	
		.contact-header .text-container {
			margin-top: 0;
			margin-bottom: 0;
		}
		/* end of contact-header */
		.vcn 
{
	background-color: #cccccc5c;
}
.dd 
{
	padding: 40px 0px 40px 0px;
}
.cinform 
	{
		float: right;
		border-right: 2px solid #ccc;
		padding-right: 22px;
		height: 155px;
		padding: 33px;
	}
	.loc 
	{
		margin-bottom: 1rem;
	}
	.loc i 
	{
	float: left;
    margin-right: 14px;
    margin-top: 5px;
	}
	address {
		margin-bottom: 0rem;
		font-style: italic;
		line-height: inherit;
		font-size: 13px;
		text-transform: lowercase;
		height: 70px;
	}
	a.quoise {
		text-decoration: none;
	}
/* subscription */
.home-newsletter {
	padding: 20px 0;
	width: 100%;
	}
	
	.home-newsletter .single {
	max-width: 650px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 2; }
	.home-newsletter .single h2 {
	font-size: 22px;
	color: white;
	text-transform: uppercase;
	margin-bottom: 40px; }
	.home-newsletter .single .form-control {
	height: 50px;
	background: rgba(255, 255, 255, 0.6);
	border-color: #243c4f;
	border-radius: 20px 0 0 20px; }
	.home-newsletter .single .form-control:focus {
	box-shadow: none;
	border-color: #243c4f; }
	.home-newsletter .single .btn2 {
	min-height: 50px; 
	border-radius: 0 20px 20px 0;
	background: #243c4f;
	color: #fff;    border-style: none;
    padding: 0 12px 0px 12px;
	}

/* subscription-end */

/***********************/
/*     15. Contact     */
/***********************/
.form-2 {
	padding-top: 7rem;
	padding-bottom: 6.25rem;
	/* background: url('../../img/franchise/contact-background.jpg') center center no-repeat; */
	background-size: cover; 
}

.form-2 h2 {
	margin-bottom: 1rem;
	text-align: center;
}

.form-2 .list-unstyled {
	margin-bottom: 3.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
	text-align: center;
}

.form-2 .list-unstyled .fas,
.form-2 .list-unstyled .fab {
	margin-right: 0.5rem;
	font-size: 0.875rem;
	color: #1e4169;
}

.form-2 .list-unstyled .fa-phone {
	vertical-align: 3%;
}

.form-2 .map-responsive {
	position: relative;
	overflow: hidden;
	height: 0;
	margin-bottom: 4rem;
	padding-bottom: 70%;
	border-radius: 0.25rem;
}

.form-2 .map-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none; 
}

/* form */
.form-group {
	position: relative;
	margin-bottom: 1.25rem;
}

.form-group.has-error.has-danger {
	margin-bottom: 0.625rem;
}


.form-group.has-error.has-danger .help-block.with-errors ul {
	margin-top: 0.375rem;
}


.form-control-input, .form-control-select {
    display: block;
    width: 100%;
    padding: 4px 0px 8px 0px;
    padding-left: 1.3125rem;
    border: 1px solid #c4d8dc;
    border-radius: 0.25rem;
    background-color: #fff;
    color: #626262;
    font: 400 0.875rem/1.875rem "Raleway", sans-serif;
    transition: all 0.2s;
    -webkit-appearance: none;
}

.label-control {
	position: absolute;
	top: 0.87rem;
	left: 1.375rem;
	color: #626262;
	opacity: 1;
	font: 400 0.875rem/1.375rem "Raleway", sans-serif;
	cursor: text;
	transition: all 0.2s ease;
}
.form-control-textarea {
	display: block; /* used to eliminate a bottom gap difference between Chrome and IE/FF */
	width: 100%;
	height: 8rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
	padding-top: 1.25rem;
	padding-left: 1.3125rem;
	border: 1px solid #c4d8dc;
	border-radius: 0.25rem;
	background-color: #fff;
	color: #626262;
	font: 400 0.875rem/1.75rem "Raleway", sans-serif;
	transition: all 0.2s;
}


.form-control-input:focus + .label-control, .form-control-input.notEmpty + .label-control, .form-control-textarea:focus + .label-control, .form-control-textarea.notEmpty + .label-control {
    top: 0.125rem;
    opacity: 1;
    font-size: 0.75rem;
    font-weight: 700;
    /* display: none; */
}


/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	.form-control-input {
		padding-top: 1.25rem;
		padding-bottom: 0.75rem;
		line-height: 1.75rem;
	}

	.form-control-select {
		padding-top: 0.875rem;
		padding-bottom: 0.75rem;
		height: 3.125rem;
		line-height: 2.125rem;
	}
}

select {
    /* you should keep these first rules in place to maintain cross-browser behavior */
    -webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url('../../img/franchise/down-arrow.png');
    background-position: 96% 50%;
    background-repeat: no-repeat;
    outline: none;
}

select::-ms-expand {
    display: none; /* removes the ugly default down arrow on select form field in IE11 */
}


.form-control-input:focus,
.form-control-select:focus,
.form-control-textarea:focus {
	border: 1px solid #a1a1a1;
	outline: none; /* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-select:hover,
.form-control-textarea:hover {
	border: 1px solid #a1a1a1;
}

.checkbox {
	font: 400 0.75rem/1.25rem "Raleway", sans-serif;
}

input[type='checkbox'] {
	vertical-align: -15%;
	margin-right: 0.375rem;
}

/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	.label-control {
		top: 0.9375rem;
	}
}

.form-control-input:focus + .label-control,
.form-control-input.notEmpty + .label-control,
.form-control-textarea:focus + .label-control,
.form-control-textarea.notEmpty + .label-control {
	top: 0.125rem;
	opacity: 1;
	font-size: 0.75rem;
    font-weight: 700;
    display:none;
}

.form-control-input,
.form-control-select {
	display: block; /* needed for proper display of the label in Firefox, IE, Edge */
	width: 100%;
	padding: 4px 0px 8px 0px;
	padding-left: 1.3125rem;
	border: 1px solid #c4d8dc;
	border-radius: 0.25rem;
	background-color: #fff;
	color: #626262;
	font: 400 0.875rem/1.875rem "Raleway", sans-serif;
	transition: all 0.2s;
	-webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
}

.form-control-select {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	height: 3rem;
}

/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	.form-control-input {
		padding-top: 1.25rem;
		padding-bottom: 0.75rem;
		line-height: 1.75rem;
	}

	.form-control-select {
		padding-top: 0.875rem;
		padding-bottom: 0.75rem;
		height: 3.125rem;
		line-height: 2.125rem;
	}
}

select {
    /* you should keep these first rules in place to maintain cross-browser behavior */
    -webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url('../../img/franchise/down-arrow.png');
    background-position: 96% 50%;
    background-repeat: no-repeat;
    outline: none;
}

select::-ms-expand {
    display: none; /* removes the ugly default down arrow on select form field in IE11 */
}

.form-control-textarea {
	display: block; /* used to eliminate a bottom gap difference between Chrome and IE/FF */
	width: 100%;
	height: 8rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
	padding-top: 1.25rem;
	padding-left: 1.3125rem;
	border: 1px solid #c4d8dc;
	border-radius: 0.25rem;
	background-color: #fff;
	color: #626262;
	font: 400 0.875rem/1.75rem "Raleway", sans-serif;
	transition: all 0.2s;
}

.form-control-input:focus,
.form-control-select:focus,
.form-control-textarea:focus {
	border: 1px solid #a1a1a1;
	outline: none; /* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-select:hover,
.form-control-textarea:hover {
	border: 1px solid #a1a1a1;
}

.checkbox {
	font: 400 0.75rem/1.25rem "Raleway", sans-serif;
}

input[type='checkbox'] {
	vertical-align: -15%;
	margin-right: 0.375rem;
}


/* IE10+ hack to raise checkbox field position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	input[type='checkbox'] {
		vertical-align: -9%;
	}
}

.form-control-submit-button {
	display: inline-block;
	width: 17%;
	height: 2.125rem;
	border: 1px solid #1e4169;
	border-radius: 1.5rem;
	background-color: #1e4169;
	color: #fff;
	font: 700 0.75rem/0 "Raleway", sans-serif;
	cursor: pointer;
	transition: all 0.2s;
	margin-top: 18px;
	text-transform:capitalize!important;
	font-size: 14px;
}

.form-control-submit-button:hover {
	background-color: transparent;
	color: #1e4169;
}

/* Form Success And Error Message Formatting */
#rmsgSubmit.h3.text-center.tada.animated,
#cmsgSubmit.h3.text-center.tada.animated,
#pmsgSubmit.h3.text-center.tada.animated,
#rmsgSubmit.h3.text-center,
#cmsgSubmit.h3.text-center,
#pmsgSubmit.h3.text-center {
	display: block;
	margin-bottom: 0;
	color: #626262;
	
}

.help-block.with-errors .list-unstyled {
	color: #626262;
	font-size: 0.75rem;
	line-height: 1.125rem;
	text-align: left;
}

.help-block.with-errors ul {
	margin-bottom: 0;
}
/* end of form success and error message formatting */

/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	.label-control {
		top: 0.9375rem;
	}
}

.form-control-input:focus + .label-control,
.form-control-input.notEmpty + .label-control,
.form-control-textarea:focus + .label-control,
.form-control-textarea.notEmpty + .label-control {
	top: 0.125rem;
	opacity: 1;
	font-size: 0.75rem;
	font-weight: 700;
}

.form-control-input,
.form-control-select {
	display: block; /* needed for proper display of the label in Firefox, IE, Edge */
	width: 100%;
	padding: 4px 0px 8px 0px;
	padding-left: 1.3125rem;
	border: 1px solid #c4d8dc;
	border-radius: 0.25rem;
	background-color: #fff;
	color: #626262;
	font: 400 0.875rem/1.875rem "Raleway", sans-serif;
	transition: all 0.2s;
	-webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
}

.form-control-select {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	height: 3rem;
}
.ssd 
{
	font-style: italic;
    line-height: 33px;
    font-size: 19px;
    padding: 85px 0px 0px;
}

	/* Contact */
	.form-2 .map-responsive {
		/* max-width: 31rem; */
		margin-right: auto;
		margin-left: auto;
	}

	.form-2 #contactForm {
		max-width: 37rem;
		/* margin-right: auto;
		margin-left: auto; */
	}
	.frm {
		border: 1px solid #ccc;
    padding: 35px;
    border-radius: 5px;
	}
	.cfm 
	{
	border: 1px solid #ccc;
    padding: 35px;
    border-radius: 5px;
	}
	/* end of contact */

	@media only screen and (max-width: 768px){
		.btn{ margin-bottom: 20px; }
	
		.contact-header {
			background: url(../../img/franchise/contact-background.jpg) center center no-repeat;
			background-size: cover;
			height: 78%;
			background-position: center;
			margin-top: 58px;
		}
		.lis {
			list-style-type: none;
			margin-bottom: 0px;
			/* margin-left: -51px; */
			color: #1e4169;
			font-size: 12px;
		}
		.contact-header .contact-header-content {
				   padding-top: 60px;
					text-align: left;
					padding-bottom: 40px;
		}
		.cc {
			max-width: 100%!important;
			padding: 10px 0px 10px 0px;
		}
		.form-control-submit-button {
			display: inline-block;
			width: 45%;
			height: 2.125rem;
			border: 1px solid #1e4169;
			border-radius: 1.5rem;
			background-color: #1e4169;
			color: #fff;
			font: 700 0.75rem/0 "Raleway", sans-serif;
			cursor: pointer;
			transition: all 0.2s;
			margin-top: 18px;
			text-transform: capitalize!important;
			font-size: 14px;
		}
		.turquoise {
			color: #292B2C;
			font-size: 26px;
		}
		a.quoise {
			text-decoration: none;
		}
	}

	@media screen and (min-width:768px) and (max-width:1024px) and (orientation :landscape)
	{
		.lis {
			list-style-type: none;
			margin-bottom: 0px;
			/* margin-left: -35px; */
			color: #1e4169;
			margin-right: 0%;
		}
		.part img {
			margin: 16px 0px;
			height: 121px;
			padding: 9px 0px;
		}
		
		.contact-header .contact-header-content {
		padding-top: 6.5rem;
		text-align: left;
		padding-bottom: 11.5rem;
	}
	.turquoise {
		color: #292B2C;
		font-size: 26px;
		margin-left: 46px;
	}
	.form-2 #contactForm {
		max-width: 100%;
	}
	.form-control-submit-button {
		
		width: 16%;
		
	}
	}
	@media screen and (min-width:768px) and (max-width:1024px) and (orientation :portrait)
	{
		.lis {
			list-style-type: none;
			margin-bottom: 0px;
			/* margin-left: -35px; */
			color: #1e4169;
			margin-right: 55%;
		}
		.navbar-custom {
      
			box-shadow: none;
			background: #fff;
			
			padding:10px;
		}
		.turquoise {
			color: #292B2C;
			font-size: 26px;
			margin-left: 30px;
		}
		#services.col-lg-3 {
			flex: 0 0 50%;
			max-width: 50%;
		}
		.contact-header .contact-header-content {
			padding-top: 12.5rem;
			text-align: left;
			padding-bottom: 11.5rem;
		}
		.disabled-link 
	{
		pointer-events: none;
		cursor: default;
		text-decoration: none;
		color: black;
	}
	.form-2 #contactForm {
		max-width:100%;
	}
	}

	@media screen and (min-width:1024px) and (max-width:1366px)
{
    .lis {
        list-style-type: none;
        margin-bottom: 0px;
        /* margin-left: -35px; */
        color: #1e4169;
        margin-right: 0%;
    }
  
}