﻿@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

body {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    overflow-x: hidden;
    font-family: "Inter", sans-serif;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontawesome-webfont.woff2') format('woff2'),
         url('../fonts/fontawesome-webfont.woff') format('woff'),
         url('../fonts/fontawesome-webfont.ttf') format('truetype'),
         url('../fonts/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bw Beto Grande';
    src: url('../fonts/BwBetoGrande-Medium.woff2') format('woff2'),
         url('../fonts/BwBetoGrande-Medium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

a {
    transition: all ease .5s;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

button {
    transition: all ease .5s;
}

button {
    outline: 0 !important;
box-shadow: none;
    border: none;
    padding: 0
}

button:focus {
    box-shadow: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: 'Bw Beto Grande';
    font-family: "EB Garamond", serif;
}

p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.8;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.section-title h6 {
    color: #db1f26;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 1;
    position: relative;
    display: inline-block;
}

.section-title h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 0px;
    font-weight: 400;
    line-height: 1;
}

.section-title.white h2,
.section-title.white h6,
.section-title.white p {
    color: #fff;
}

.btn-default {
    max-width: 100%;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .6px;
    text-transform: uppercase;
    padding: 12px 25px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    color: #db1f26;
    border: 1px solid #db1f26;
    background: transparent;
    vertical-align: middle;
}

.btn-default:hover,
.btn-default.active {
    color: #fff;
    background: #db1f26;
    border-color: #db1f26;
}

/*** Sidemenu ***/
.menu-btn {
    color: #000 !important;
    min-width: 60px;
    min-height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
}

.menu-btn span {
    display: block;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: #000 !important;
    height: 1px;
    margin: 3px 0px;
    transition: all .3s;
    float: right;
}

.menu-btn div {
    margin-right: 16px;
    margin-left: 0px;
    position: relative;
    top: 0px;
    vertical-align: middle;
    width: 15px;
}

.side-menu {
	background:#f3ede4;
	position:fixed;
	top:0px;
	left:-600px;
    width: 340px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
	height:100%;
	z-index:9999999;
    padding: 55px 35px;
	overflow:hidden;
	overflow-y:auto;
    left: -100%;
}

.side-menu .logo img {
    max-height: 48px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.side-menu.intro {
	left:0px;
}

.side-menu ul.main-menu ul {
	padding: 0;
}

.side-menu ul.main-menu li {
	list-style:none;
	display:inline-block;
	width:100%;
}

.side-menu ul.main-menu {
	padding-left:0px;
	margin-top:50px;
}

.side-menu ul.main-menu li a {
    display: inline-block;
    width: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #D1BF91;
    color: #000;
    font-size: 17px;
    padding: 7px 0px;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
    font-weight: 500;
}

.side-menu ul.main-menu li a:hover,
.side-menu ul.main-menu li.active>a {
	background:none;
    color:#db1f26;
}

a.CloseBtn {
    float: right;
    color: #fff;
    background: #db1f26;
    font-size: 22px;
    margin: 0;
    position: relative;
    z-index: 99;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 40px;
    min-height: 40px;
    border-radius: 0px 0px 0px 5px;
}

a.CloseBtn:before,
a.CloseBtn:after {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    background-color: currentColor;
    position: absolute;
    left: 50%;
    top: 50%;
}

a.CloseBtn:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

a.CloseBtn:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.side-menu ul.main-menu.navbar-nav {
	margin-top:30px;
}

.side-menu ul.main-menu.navbar-nav li {
    margin: 0;
}

.side-menu ul.main-menu.navbar-nav li:last-child a {
    border: none;
}

.side-menu ul.main-menu.navbar-nav li a:hover {
	background:none;
    color: #db1f26;
}

.side-menu ul.main-menu.navbar-nav li .sub-menu a {
    padding: 10px 5px;
    font-size: 12px;
    background: #ebebeb;
    color: #000;
}

.side-menu .menu-item-has-children {
    cursor: pointer;
}

.side-menu .menu-item-has-children>a {
    pointer-events: none;
    cursor: pointer;
    position: relative;
}

.side-menu .menu-item-has-children:hover>a {
    color: #db1f26 !important;
}

.side-menu .menu-item-has-children>a:after {
    content: '';
    width: 25px;
    height: 25px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
}

.side-menu .menu-item-has-children>a:before {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    font-size: 27px;
    z-index: 99;
    top: 51%;
    transform: translate(0px, -50%);
    right: 6px;
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
}

.side-menu .menu-item-has-children.current>a:before {
    content: "\f068";
}

.side-menu ul.navbar-nav li a:hover {
	background:none;
    color:#000;
    border-bottom-color: rgba(11, 23, 23, .2);
}

.side-menu li.menu-item-has-children ul.sub-menu {
    opacity: 1;
    visibility: visible !important;
    position: relative !important;
    left: 0 !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    background: #ccc;
    padding: 0px 0px !important;
    display: none !important;
    top: 0 !important;
}

.side-menu ul li.current ul.sub-menu {
    display: block !important;
    pointer-events: auto;
}

.side-menu ul.navbar-nav li ul.sub-menu li {
    margin: 0;
}

.side-menu ul.navbar-nav li ul.sub-menu li:hover a,
.side-menu ul.navbar-nav li ul.sub-menu li.current_page_item>a,
.side-menu ul.navbar-nav li ul.sub-menu li.active>a {
    background: #db1f26 !important;
    color: #fff !important;
}

.side-menu ul li.current ul.sub-menu {
    display: block !important;
    pointer-events: auto;
}

.side-menu ul.main-menu.navbar-nav li {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

/*** HEADER ***/
.header {
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0px;
    z-index: 99;
    overflow: visible;
    transition: all .3s;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}

.header.fixed {
    position: fixed;
    z-index: 999;
    padding: 20px 0px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.header .logo img {
    max-height:75px;
}

.header .btn-default {
    margin-left: 20px;
}

.header a {
    margin-left: 10px;
}

.header a:hover {
    color: #db1f26;
}

/*** banner ***/
.banner {
    padding: 0px 0px 0px 0px;
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.banner::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.banner .banner-logo {
    max-height: 200px;
    filter: invert(1);
    margin-top: 80px;
}

.h-100vh {
    height: 100vh;
}

.zindex  {
    position: relative;
    z-index: 99;
}

#myVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top:57.5px;
    left: 0;
    bottom: 0;
    position: absolute;	
    right: 0;
}

#myVideo2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top:57.5px;
    left: 0;
    bottom: 0;
    position: absolute;	
    right: 0;
}

/*** ctas ***/
.ctas {
    padding: 120px 0px;
}

.ctas-link {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    color: #fff;
}

.ctas-link::before {
	content:'';
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
}

.ctas-link:hover img {
    transform: scale(1.1);
}

.ctas-link img {
    width: 100%;
    transition: all .3s;
}

.ctas-link span {
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 50px;
    left: 0;
    font-family: 'Bw Beto Grande';
    font-family: "EB Garamond", serif;
    font-size: 35px;
    font-weight: 100;
    transition: all .3s;
    text-transform: uppercase;
    padding: 0 20px;
}

.ctas-link:hover span {
    bottom: 85px;
}

/*** About ***/
.about {
    background: #f3ede4 url(../images/about.jpg) 100% 15% no-repeat;
    background-size: 50% auto;
    height: calc(100vh - 115px);
    position: relative;
    overflow: hidden;
}

.inner-about {
    position: relative;
    background: #f3ede4;
    overflow: hidden;
    height: auto;
}

.inner-about .aboutimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about.inner-about .section-title {
    max-width: 100%;
    padding: 75px;
}

.about .section-title {
    display: inline-block;
    text-align: left;
    max-width: 90%;
    padding: 0px 20px;
}

.about .section-title h2 {
    margin-bottom: 30px;
}

.about .aboutimg {
    max-height: 100%;
}
/*** properties ***/
.properties {
    padding: 140px 0px 90px 0px;
}

.properties .section-title {
    margin-bottom: 50px;
}

.property-box {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.property-box .img {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.property-box .img img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    transition: all .3s;
}

.property-box:hover .img img {
    transform: scale(1.1);
}

.property-box .text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.property-box h3 {
    flex-grow: 1;
    margin: 30px 0 10px 0;
}

.property-box .property-box-price {
    min-height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e8e8e8;
    padding-top: 10px;
}

.property-box .property-box-price p {
    font-weight: 700;
    margin: 0;
}

.property-box .property-box-price ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.property-box .property-box-price ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 0 10px;
    border-right: solid 1px #000;
}

.property-box .property-box-price ul li:last-of-type {
    border-right: none;
}

/*** testimonials ***/
.testimonials {
    padding: 80px 0px;
}

.testimonials .section-title {
    margin-bottom: 45px;
}

.testibox {
    margin-bottom: 40px;
    padding: 0px 20px;
}

.testibox .icon {
    font-size: 30px;
    color: #505050;
    margin-bottom: 30px;
}

.testibox h3 {
    font-size: 18px;
    color: #505050;
    text-transform: uppercase;
    letter-spacing: .9px;
}

.testibox p {
    font-size: 18px;
    color: #505050;
}

.testimonials .owl-nav button {
    background: #db1f26 !important;
    width: 50px;
    height: 50px;
    border-radius: 0px !important;
    color: #fff !important;
    font-size: 32px !important;
    line-height: 24px !important;
}

.testimonials .owl-nav button:hover {
    background: #000 !important;
}

/*** contact-form ***/
.contact-form {
    background: #ccc;
    background: url(../images/bg-contact.jpg) 50% 50% no-repeat;
    background-size: cover;
    padding: 150px 0px;
    position: relative;
    overflow: hidden;
}

.contact-form::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.contact-form .container {
    position: relative;
    z-index: 3;
}

.contact-form .section-title {
    background: rgba(0, 0, 0, 0.6);
    padding: 150px 30px;
}

.contact-form .section-title h2 {
    margin-bottom: 10px;
	font-size:50px;
}

.contact-form .section-title p {
    margin-top: 30px;
    letter-spacing: .5px;
    font-size: 14px;
}

.contact-form .bg {
    padding: 20px 30px;
}

.contact-form .line {
    border: 2px solid rgba(255,255,255,0.4);
    border-left: 0px;
    padding: 30px;
    /* margin: 30px 0px; */
}

.contact-form .btn-default {
    min-width: 140px;
    margin-bottom: 0px;
}

.form-control::-webkit-input-placeholder {
    color: #fff;
}

.form-control {
    background: none;
    border-radius: 0;
    height: 40px;
    margin-bottom: 30px;
    padding: 15px 0px;
    background: none !important;
    outline: none !important;
    box-shadow: none !important;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    font-size: 12px;
}

.form-control:focus {
    color: #fff;
}

textarea.form-control {
    height: 65px;
}

/*** Social-media ***/
.social-media {
    padding: 80px 0px 80px 0px;
    background: #f3ede4;
}

.socialbox {
    margin-bottom:0px;
    display: inline-block;
    width: 100%;
}

.socialbox figure {
    margin: 0px;
}

.socialbox img {
    transition: all .3s;
    aspect-ratio: 1 / 1.15;
    object-fit: cover;
    width: 100%;
}

.social-media .social {
    margin: 25px 0px;
}

.social-media .social a {
    color: #000;
    display: inline-block;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 30px;
    margin: 0 10px;
}

.social-media .social a:hover {
    color: #db1f26;
}

.social-media .eapps-facebook-feed-content {
    background: #f3ede4;
}

.social-media .eapps-facebook-feed-inner {
    border: none;
}

.social-media .eapps-facebook-feed-posts-inner {
    border: none;
}

/*** footer ***/
.footer {
    padding: 50px 0 0 0;
}

.footer .logo img {
    max-height: 70px;
}

.footer h2 {
    font-size: 28px;
    margin-top: 45px;
    margin-bottom: 30px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.33;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.footer ul li {
    display: inline-block;
    margin: 0px 5px;
}

.footer ul li a:hover {
    background: #db1f26;
    color: #fff;
}

.footer ul li a {
    display: inline-block;
    font-size: 18px;
    height: 40px;
    transition: all .2s;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    background: #e2e0d9;
    border-radius: 50%;
    color: #133e45;
}

.footer .logo-leading {
    max-height: 75px;
    margin: 25px 0px 20px 0px;
}

.footer .foot-contact-details {
    margin: 25px 0px;
}

.footer .foot-contact-details a {
    display: inline-block;
    font-size: 15px;
    margin: 0px 25px;
    opacity: 0.6;
}

.footer .foot-contact-details a:hover {
    color: #db1f26;
}

.footer p {
    font-size: 13px;
    line-height: 1.57;
    opacity: .7;
}

.footer .copy p {
    opacity: 1;
    border-top: 1px solid #e2e0d9;
    padding: 20px 0px;
    margin: 0;
    margin-top: 20px;
    font-size: 15px;
}

.footer .copy p img {
    width: 150px;
    margin-left: 4px;
    filter: invert(1);
}


/*** Page banner ***/
.page-banner {
    height: 65vh;
    position: relative;
    padding-top: 85px;
}

.page-banner .container {
    position: relative;
    z-index: 3;
}

.page-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
}

.page-banner h1 {
    margin: 0;
    color:#fff;
    font-size: 58px;
    font-weight: 300;
}

/*** about page ***/
.about .socials a {
    display: inline-block;
    margin-bottom: 15px;
}

.about p a:hover {
    color: #db1f26;
}

.about .socials a:hover {
    color: #db1f26;
}

.about .socials a i {
    display: inline-block;
    color: #fff;
    background: #db1f26;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
}


/*** properties page ***/
.properties.innerpage {
    padding: 30px 0px;
}


/*** buysellform ***/
.buysellform {
    padding: 70px 0px;
}

.buysellform .bg-form {
    background: #f3ede4;
    padding: 50px 50px;
}

.buysellform .section-title {
    margin-bottom: 40px;
}

.buysellform h4 {
    color: #000;
}

.buysellform .btn-default {
    min-width: 150px;
    margin-top: 25px;
}

.buysellform .form-control {
    color: #000 !important;
    border-color: #000 !important;
}

.buysellform .form-control::-webkit-input-placeholder {
    color: #000 !important;
    border-color: #000 !important;
}

.buysellform select.form-control {
    appearance: auto;
    padding: 0;
}

.buysellform textarea.form-control {
    height: 110px;
    resize: none;
}

/*** info-small ***/
.info-small {
    padding: 70px 0px;
    background: #f3ede4;
}

/*** contact page css ***/
.contact-form.contactpage .section-title{
    padding: 100px 60px;
}

.contact-form.contactpage .section-title .mb {
    margin-bottom: 30px;
}

.contact-form.contactpage h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 35px;
}

.contact-info {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 18px;
    color: #000;
}

.contact-info>i {
    display: inline-block;
    color: #fff;
    background: #db1f26;
    min-width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}

.contact-info a, .contact-info span {
    color: #fff;
}

.contact-info a:hover {
    color: #db1f26;
}

.contact-form ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.contact-form ul li {
    display: inline-block;
    margin: 0px 5px;
}

.contact-form ul li a:hover {
    background: #db1f26;
    color: #fff;
}

.contact-form ul li a {
    display: inline-block;
    font-size: 18px;
    height: 40px;
    transition: all .2s;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    background: #e2e0d9;
    border-radius: 50%;
    color: #133e45;
}




/*** Calculator info ***/
.calc-info {
	padding: 70px 0px;
	overflow: hidden;
	background: #fff;
}

mw-calc-panel-body, mw-calc-section {
	background:#f3ede4 !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	padding:35px 20px !important;
}

mw-calc-section {
	padding:35px 30px !important;
}

mw-calc-label {
	color: #000 !important;
	font-weight: 400 !important;
}

.mw-calc-table > tbody > tr.active > td > input[readonly], .mw-calc-table > tbody > tr.active > td > textarea[readonly] {
	color: #000 !important;
}

.mw-calc-search-input {
	border-radius: 0px !important;
}

#calculate_lt {
	color: #fff !important;
	background: #db1f26 !important;
}

#calculate_lt:hover {
	color: #fff !important;
	background: #db1f26 !important;
    opacity: .6 !important;
}

mw-calc-table {
	background: #f5f5f5;
}

.mw-calc-table > tbody > tr.active {
	border-color: #f3ede4 !important;
	color: #000 !important;
}

.mw-calc-table > tbody > tr.active > td {
	background: #f3ede4 !important;
	border-color: #f3ede4 !important;
	color: #000 !important;
}


/*** FREE HOME EVALUATION ***/
.evaluation-box {
    padding: 75px 0px;
    position: relative;
}

.evaluation-box .bg-form {
    padding:75px 50px;
    background:#f3ede4;
}

.evaluation-box .section-title {
    display: block;
    margin: 0px auto;
    margin-bottom: 30px;
}

.evaluation-box h2, .evaluation-box h6 {
    color: #000;
}

.evaluation-box label {
    font-size: 16px;
    font-weight:600;
    color: #000;
}

.evaluation-box .btn-default.bordered {
    width: 100%;
    line-height: 1.8;
    font-size: 13px;
    font-weight: bold;
    border-radius: 0px;
    padding: 17px 0px;
    font-weight: 400;
    background: none;
}

.evaluation-box .btn-default.bordered:hover, 
.evaluation-box .btn-default.bordered.active {
    background: #db1f26;
    border-color: #db1f26;
    color: #fff;
}


.evaluation-box fieldset.active {
    display: block;
}

.evaluation-box .navigate-btns {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.evaluation-box p {
    color: #000;
}

.evaluation-box {

}

.evaluation-box .form-control {
    color: #000 !important;
    border-color: #000 !important;
}

.evaluation-box .form-control::-webkit-input-placeholder {
    color: #000 !important;
    border-color: #000 !important;
}

.evaluation-box select.form-control {
    appearance: auto;
    padding: 0;
}

.evaluation-box textarea.form-control {
    height: 110px;
    resize: none;
}

fieldset#StepOne .navigate-btns {
    justify-content: end;
}

.evaluation-box .checkbox-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; /* Ensure items wrap when needed */
}

.evaluation-box .checkbox-group label {
    flex: 0 1 calc(50% - 10px); /* Each item takes 50% width minus a small margin */
    margin-bottom: 25px; /* Adds spacing between rows */
    font-weight: 400;
    font-size: 15px;
}

.evaluation-box input[type="checkbox"] {    
    width: 25px;
    height: 25px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 10px;
}

.navigate-btns .btn-default {
    background: #db1f26;
    color: #fff;
}

.navigate-btns .btn-default:hover {
    background: transparent;
    color: #db1f26;
}

.otgs-development-site-front-end {
	display:none;
}


input.wpcf7-form-control.wpcf7-not-valid{
	border-bottom: 2px solid #f00 !important;
}
span.wpcf7-not-valid-tip{
	display:none;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	display:inline-block !important; 
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
	display:inline-block !important;
}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output{
	display:none !important;
}
.wpcf7 form .wpcf7-response-output{
	display:inline-block !important;
}

.side-menu ul.main-menu.navbar-nav>li.current_page_item>a,
.side-menu ul.main-menu.navbar-nav>li.current-menu-parent>a {
    color: #db1f26;
}
 
.social-media {
    overflow: hidden;
}
 
.header .btn-default:hover {
    color: #fff;
}

.contact-form .btn-default:hover {
    color: #fff;
    background: none;
    border-color: #fff;
}
 
.evaluation-box .btn-default.bordered {
    text-overflow: ellipsis;
    text-transform: uppercase;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
 
.evaluation-box .cf7mls_next.action-button, .evaluation-box .cf7mls_back.action-button, .evaluation-box .action-button {
    margin-bottom: 5px;
    transition: all .3s;
    opacity: 1 !important;
    letter-spacing: .6px;
    border-radius: 0px;
    background: #dc1c2e;
    color: #fff;
    border: 1px solid #dc1c2e;
    outline: 0px;
    padding: 0px 24px !important;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    line-height: 38px !important;
    min-width: 100px;
    display: inline-block;
    text-align: center;
    font-family: "Inter", sans-serif;
}
 
.evaluation-box .cf7mls_next.action-button:hover, .evaluation-box .cf7mls_back.action-button:hover, .evaluation-box .action-button:hover {
    border: 1px solid #dc1c2e !important;
    background: transparent !important;
    color: #dc1c2e !important;
}
 
.evaluation-box .navigate-btns button[type="submit"] {
    margin-left: auto;
}
 
.evaluation-box .checkbox-group span.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
 
.evaluation-box .checkbox-group .wpcf7-list-item {
    flex: 0 1 calc(50% - 10px);
    margin: 0px;
    margin-bottom: 25px !important;
    font-size: 15px;
    font-weight: 400;
}
 
.evaluation-box .checkbox-group .wpcf7-list-item label {
    margin: 0;
}
 
.evaluation-box input[type="submit"].btn-default, .evaluation-box button[type="submit"].btn-default {
    margin-left: auto;
}
 
input[type="submit"], button[type="submit"] {
    transition: all .3s;
}
 
.evaluation-box input[type="checkbox"] {
    margin-right: 7px;
}

.wpml-ls-legacy-list-vertical {
    display: inline-block !important;
}
 
.wpml-ls-legacy-list-vertical a {
    margin-left: 0;
}
 
section.contact-form .wpcf7 form .wpcf7-response-output{
	color:#fff;
}