.getintouch-sec {
    padding: 120px 0px 50px;
}
.getintouch-sec h3 {
    color: rgb(66 71 75);
	font-size: 40px;
    line-height: 48px;
    position: relative;
    font-weight: 700;
    margin-bottom: 35px;
	text-align: center;
}
.getintouch-sec h1 {
    color: rgb(66 71 75);
	font-size: 40px;
    line-height: 48px;
    position: relative;
    font-weight: 700;
    margin-bottom: 35px;
	text-align: center;
}

.getintouch-sec h1:before {
    content: '';
    width: 100px;
    height: 2px;
    background-color: rgb(240 83 35);
    display: block;
    position: absolute;
    bottom: -4px;
    left: calc(50% - 50px);
}


img.getintouch-img {
    background-color: #F8F8F8;
    max-width: 100%;
}
.content {
    padding-left: 10%;
}
.content p a {
	color: #EB3916;
	text-decoration: none;
}
.content .options-list {
    display: flex;
    justify-content: space-between;
}
.options {
    padding: 10px 0px 15px;
}
.options > label {
	margin-bottom: 5px;
}
.getintouch-form .form-control {
	font-size: 15px;
	margin-bottom: 10px;
	color: #4B5058;
}
.addfile input {
	display: none;
}
.addfile label {
	background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    width: 100%;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    color: #4B5058;
    display: flex;
    justify-content: space-between;
}
.getintouch-form .btn-submit {
	border: 1px solid #4B5058;
    color: #4B5058;
	background-color: #fff;
    padding: 10px 30px;
    font-size: 15px;
    text-decoration: none;
	cursor: pointer;
	transition: all 0.25s ease-in-out;
	border-radius: 0;
	margin-top: 20px;
}
.getintouch-form .form-check-input:checked {
    background-color: #4B5058;
	border: 2px solid #fff;
	box-shadow: 0 0 0 0.1rem rgb(75 80 88);
}
.getintouch-form .btn-submit:hover {
	background-color: #4B5058;
	color: #fff; 
}
.getintouch-form .form-check-input:checked[type=radio] {
	background-image: none;
}
.getintouch-form .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgb(75 80 88);
}
span.f-error {
    font-size: 12px;
    position: relative;
    top: -10px;
    color: #f00;
}
section.contact-us h5 {
	color: #FD5000;
	font-size: 18px;
	line-height: 24px;
	border-bottom: 1px solid #FD5000;
    width: auto;
    display: inline-block;
}
.contact-block {
	padding-right: 15%;
    margin-bottom: 30px;
}
section.contact-us p.num {
    font-weight: 500;
    color: #4B5058;
    margin-bottom: 0px;
}
section.contact-us p {
	color: #4B5058;
	font-size: 15px;
}
section.contact-us h3 {
	color: #4B5058;
	font-size: 15px;
}
section.contact-us {
	padding-bottom: 30px;
}

@media (max-width: 992px) {
	.content {
		padding-left: 0;
		margin-top: 15px;
	}
	.content .options-list {
		display: block;
	}
    .getintouch-sec h1 {
        font-size: 25px;
        line-height: 30px;       
    }
}