@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Petrona:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--primary-font: "Outfit", sans-serif;
	--secondary-font: "Petrona", serif;
	--primary-color: #193D61;
	--secondary-color: #D7C2AD;
}


body {
	font-family: var(--primary-font);
}

body h1, body h2, body h3, body h4, body h5, body h6 {
	font-family: var(--secondary-font);
}

#main-navbar .nav li a {
	font-family: var(--primary-font);
}

h1, h2, h3, h4, h5, h6, p, a, span {
	line-height: 1em;
}

#custom-banner-section .custom-container{
	height: 100vh;
	min-height: 600px;
	max-height: 1000px;
	max-width: 1400px;
	margin: auto;
	padding: 0px 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#custom-banner-section {
	background: url(https://store24-ubertor-com.s3.amazonaws.com/sidpishvaapprasial.my-ubertor.com/content/image/Frame-124_23.png) no-repeat;
	background-size: cover;
	background-position: center center;
}
.header-contact {
	display: none;
}
.banner-text-wrapper {
	text-align: center;
	color: #fff;
}

.banner-text-wrapper h1 {
	font-size: 45px;
	text-transform: uppercase;
}
.banner-text-wrapper p {
	font-size: 20px;
	max-width: 590px;
	margin: auto;
}

.theme-custom-btn {
	color: var(--primary-color);
	background: var(--secondary-color);
	display: block;
	font-size: 16px;
	margin: 40px auto 0px;
	max-width: max-content;
	padding: 14px 40px;
	border-radius: 60px;
	text-transform: uppercase;
	transition: all 0.5s ease;
	font-weight: 800;
}
.theme-custom-btn:hover {
	background: var(--primary-color);
	color: var(--secondary-color);
	text-decoration: none;
}
#main_menu {
	margin-top: 20px;
}
#main-navbar .nav li a {
	font-size: 16px;
	text-transform: uppercase;
}

#main_menu > li:last-child > a {
	color: var(--primary-color);
	background: var(--secondary-color);
	display: block;
	font-size: 16px;
	margin: 0px auto 0px;
	max-width: max-content;
	padding: 14px 40px;
	border-radius: 60px;
	text-transform: uppercase;
	transition: all 0.5s ease;
	font-weight: 800;
	margin-left: 20px;
}
#main_menu > li:last-child > a:hover {
	background: var(--primary-color);
	color: var(--secondary-color);
	text-decoration: none;
}
.header .-default .logo-container img {
	max-width: 300px;
}
.logo-wrap {
	padding-bottom: 0;
}

#tailored-appraisals-section {
	background: #f5f5f5;
	padding: 80px 24px 80px;
}
#tailored-appraisals-section .custom-container {
	max-width: 1400px;
	margin: auto;
}
.custom-container {
	text-align: center;
}
.custom-container h2 {
	color: #333;
	font-size: 30px;
}
.custom-container p {
	font-size: 20px;
	margin-bottom: 40px;
}
.grid {
	display: grid;
}
.grid-3 {
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 24px;
}
#tailored-appraisals-section .item-link {
	background: #fff;
	padding: 30px 25px;
}
#tailored-appraisals-section .item-link img {
	border-radius: 5px;
	max-width: 60px;
	margin: 0px auto 25px;
}
#tailored-appraisals-section .item-link h4 {
	color: #333;
	font-size: 25px;
}
#tailored-appraisals-section .item-link p {
	color: #747474;
	font-size: 16px;
}

.-modules {
	display: none;	
}
#locally-tuned-section {
	background: url(https://store24-ubertor-com.s3.amazonaws.com/sidpishvaapprasial.my-ubertor.com/content/image/Frame-162_24.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 80px 24px;
}
#locally-tuned-section .text-wrapper, #locally-tuned-section .text-wrapper h2 {
	color: #fff;
}
#locally-tuned-section .text-wrapper {
	margin-bottom: 40px;
}
#locally-tuned-section .grid .grid-item {
	background: #fff;
	padding: 25px;
}
#locally-tuned-section .grid .grid-item h4 {
	color: #333;
	font-size: 20px;
}
#locally-tuned-section .grid .grid-item a {
	font-weight: 800;
	color: var(--primary-color);
}
#excel-trust-section {
	padding: 80px 24px;
}
.gold {
	color: var(--secondary-color);
}
#excel-trust-section .flex-row {
	display: grid;
	 grid-template-columns: repeat(2,1fr);
	 grid-gap: 24px;
	 text-align: left;
	 align-items: center;
	 margin-bottom: 40px;
}
#excel-trust-section .-left {
	order: 1;
}
#excel-trust-section .-right {
	order: 2;
}
#appraisals-designed-section {
	background: url(https://store24-ubertor-com.s3.amazonaws.com/sidpishvaapprasial.my-ubertor.com/content/image/Frame-138_25.png) no-repeat;
	background-size: cover;
	background-position: center center;
}
#appraisals-designed-section .custom-container {
	max-width: 1400px;
	margin: auto;
	padding: 80px 24px;
}
#appraisals-designed-section .custom-container h2 {
	max-width: 590px;
	color: var(--primary-color);
	margin: auto auto 40px;
	font-weight: 800;
}
#appraisals-designed-section .custom-container img {
	display: block;
	max-width: 1000px;
	margin: auto;
}
#get-quote-section {
	padding: 80px 24px;
	background:#f5f5f5;
}
#get-quote-section .custom-container {
	max-width: 1400px;
	margin: auto;
	text-align: left;
}
.grid-2 {
	grid-template-columns: repeat(2,1fr);
}
.flex-text {
	display: flex;
	gap: 24px;
}
.flex-text strong {
	min-width: 80px;
}
.footer {
	background: #fff;
}
.footer  .-default {
	padding: 0;
		background: #fff;
}
.footer .container {
	padding: 0;
	width: 100%;
	max-width: 100%;
}
footer .-default .-right, footer .-default .-fixed {
	display: none;
}
footer .-default .-left {
	float: none;
	width: 100%;
	padding: 0;
}
.-social-media-nav.social-media-nav  {
	display: none;
}
.uber-footer {
	display: none;
}
#appraisal-institute-section{
	padding: 80px 24px;
}
#appraisal-institute-section .custom-container {
	max-width: 1400px;
	margin: auto;
}
#appraisal-institute-section img {
	display: block;
	margin: auto;
	max-width: 660px;
}
#footer-layout-section {
	background: var(--primary-color);
	padding: 40px 24px;
}
.footer-site-logo img {
	max-width: 300px;
	margin-bottom: 40px;
}
#footer-layout-section .grid div:first-child img {
	max-width: 200px;
}
#footer-layout-section .custom-container {
	max-width: 1400px;
	margin: auto;
}
.with-borders p {
	text-align: center;
	margin: 0 auto;
	max-width: 270px;
}
#footer-layout-section .grid {
	align-items: center;
}
.with-borders {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.social-media-container ul {
	display: flex;
	justify-content: center;
	gap: 10px;
}
.bottom-footer {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.bottom-footer p {
	font-size: 12px;
}
.bottom-footer ul {
	display: flex;
	gap: 5px;
}
.bottom-footer ul li a {
	color: #fff;
}


@media screen and (max-width: 1024px) {
	.grid-2, .grid-3 {
		grid-template-columns: repeat(1, 1fr);
	}
}


#page-content .main-content ol, #page-content .main-content ul {
    margin-bottom: 1.5rem;
    line-height: 2.5rem;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0em;
    list-style: disc;
    font-size: 1.1rem;
    padding-left: 35px;
}

/*-----jx -  quote css------*/
#quote-form-container h2,
#quote-form-container label,
#quote-form-container .field-email{
    display:none;
}
#quote-form-container .from-a,
#quote-form-container .from-b{
    display: flex;
    gap: 20px; 
}
#quote-form-container .input-group{
    width:100%;
}
#quote-form-container .form-control{
    height:65px;
    border-color:transparent;
}
#quote-form-container .form-control:focus{
    border-color: var(--secondary-color);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(215 194 173);
}
#quote-form-container .form-control::placeholder{
    font-size:16px;
    font-weight:500;
    color:000;
}
#quote-form-container .field-name,
#quote-form-container .field-phone-number,
#quote-form-container .field-name-of-lender,
#quote-form-container .field-purpose-of-appraisal{
    width:50%;
}
#quote-form-container .submit{
        background: var(--secondary-color);
    padding: 10px 30px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
}
.grid.grid-3 .slick-slide{  
   padding: 0 20px;
}

.grid.grid-3 .slick-next {
    right: -10px;
}
.grid.grid-3 .slick-prev {
    left: -10px;
}
.home #page-content .breadcrumb{
 display:none;
}

#footer-layout-section .editable-img{
    text-align: left;
}
#footer-layout-section .editable-img p{
    margin-bottom:10px;
}
#footer-layout-section .editable-img a{
    color:#fff;
}
#footer-layout-section .editable-img a .fa{
    margin-right:10px;
}

.footer-site-logo.editable-img{
   display: flex;
    gap: 30px;
    align-items: center; 
}