input.wpcf7-form-control.wpcf7-not-valid{
	border: 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;
}

.contact-form .wpcf7-form, .modal-content .wpcf7-form {
    margin:70px auto;
	text-align:left;
	max-width:480px;
}

.contact-form .wpcf7-form label, .modal-content .wpcf7-form label {	
    color: #000000;
    font-family: "Montserrat", serif;
    font-size: 14px;
    font-weight: 400;
}

.form-control {	
    background-color: #FFFFFFFF !important;
    color: #000000 !important;
    border: 1px solid #000000FF !important;
    border-radius: 4px !important;
    padding: 15px 20px 15px 20px !important;
    box-shadow: 0px 0px 0px 0px #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat", serif;
    background-clip: inherit !important;
	margin:12px 0px;
}

.wpcf7-list-item {
	margin:0px;
	width:100%;
}

button.btn-default {
	margin-top:20px;
}

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

.banner {
	overflow:hidden;
	position:relative;
}

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

.banner .video-box {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	object-position:center;
}

.banner .video-box::after {
    content: '';
    background: #000;
    opacity: 0.4;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}


/**** New Homepage css ***/
.jessica-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.jessica-header .logo img {
    height: 105px;
}

.jessica-header .navbar-nav.left {
    justify-content: start;
    width: 20%;
    margin-left: 0 !important;
}

.jessica-header .navbar-nav.right {
    justify-content: end;
    width: 20%;
    margin-right: 0 !important;
}

.jessica-header .navbar-collapse {
    width: 100%;
    padding: 10px 20px;
}

.jessica-header .navbar-light .navbar-nav .lbtn>a {
    border: 1px solid #dcc367;
    line-height: 40px !important;
    border-radius: 40px;
    padding: 0px 15px !important;
    font-size: 15px;
    font-weight: 400 !important;
    background: none;
    color: #fff;
    letter-spacing: 0;
    display: inline-block;
    text-transform: capitalize;
}

.jessica-header .navbar-light .navbar-nav.right .lbtn:hover>a {
    background: #dcc367 !important;
    color: #fff !important;
    border: 1px solid #dcc367 !important;
}

.jessica-header .navbar-light .navbar-nav .lbtn>a.menu-btn {
    padding: 0px 20px 0px 5px !important;
}

.jessica-header .navbar-light .navbar-nav .nav-link {
    color: #fff;
    opacity: 1;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 29px;
    letter-spacing: 1px;
}

.jessica-header .navbar-light .navbar-nav .nav-item:hover>.nav-link {
    color: #dcc367 !important;
    color: #dcc367 !important;
}

.jessica-header ul.sub-menu {
    background-color: rgba(5, 15, 25, 0.9) !important;
    border-radius: 4px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
    padding: 7px 0;
}

.jessica-header .navbar-nav ul.sub-menu li a.nav-link {
    color: #fff !important;
    text-transform: none;
    padding: 7px 20px !important;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: inherit;
    text-transform: capitalize;
    width: 100%;
}

.jessica-header .navbar-light .navbar-nav .nav-item ul.sub-menu li:hover>a,
.jessica-header .navbar-light .navbar-nav .nav-item ul.sub-menu li.active>a {
    color: #dcc367 !important;
    background: none !important;
}

.navbar-light .navbar-nav .nav-item ul.sub-menu li:hover {
    background: none !important;
}

/* fonts */
p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0.5px;
    color: #fff;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
    color: #405861;
    font-weight: 400;
}

/* primary and secondary buttons */
.btn-default {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 41px;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
    border: 1px solid #dcc367;
    border-radius: 40px;
    background: none;
    padding: 0px 30px;
    transition: all .5s;
    overflow: hidden;
    cursor: pointer;
}

.btn-default:hover {
    background: #dcc367;
    color: #000;
}

.btn-default.white {
    background: #fff;
    border-color: #fff;
    color: #000;
}

.btn-default.white:hover {
    background: #dcc367;
    border-color: #dcc367;
    color: #fff;
}

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

.jessica-banner {
    padding: 0px 0px 00px 0px;
    position: relative;
    height: 100vh;
    overflow: hidden;
}

@media (max-width: 768px) {
    .h-100vh {
        height: 70vh;
    }

    .jessica-banner {
        height: 70vh;
    }
}

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

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

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

.jessica-banner .pbs {
    padding-top: 60px;
}

.jessica-banner h1 {
    font-family: "Poppins", sans-serif;
    font-size: 70px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.jessica-banner p {
    font-family: 'Adelia';
    font-size: 34px;
    word-spacing: 10px;
    color: #FFFFFF;
    margin: 0;
}

.banner.innerpage h1 {
    font-family: 'Adelia';
    font-size: 34px;
    color: #dcc367;
}

.jessica-banner .agency {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 9;
    max-height: 50px;
}

.jessica-newhomepage .jessica-banner .btn-default {
    margin: 5px 5px;
}

.scroll-down {
    position: absolute;
    bottom: 20px;
    left: 0;
    display: inline-block;
    width: 100%;
    z-index: 9;
    text-align: center;
}

.scroll-down a:hover {
    color: #fff;
}

.scroll-down a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 100;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
    padding-top: 80px;
    transition: 0.4s;
}

.scroll-down::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 70px;
    top: -80px;
    background: rgba(210, 164, 123, 0.3);
}

.scroll-down::after {
    content: "";
    position: absolute;
    width: 1px;
    top: -80px;
    height: 0px;
    animation-name: scroll-animation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    background: rgba(210, 164, 123, 0.8);
}

@-webkit-keyframes scroll-animation{0%{height:0px}30%{height:70px}30%{top:-80px}70%{height:70px}70%{top:-80px}100%{height:0px}100%{top:-10px}}@keyframes scroll-animation{0%{height:0px}30%{height:70px}30%{top:-80px}70%{height:70px}70%{top:-80px}100%{height:0px}100%{top:-10px}}

.jessica-about .section-title h2 {
    font-family: 'Adelia';
    font-size: 60px;
    font-weight: 500;
    text-transform: none;
    color: #fff;
    margin-bottom: 40px;
}

.jessica-about.jointeam h2,
.section-title h2 {
    font-family: "Poppins", sans-serif;
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

.section-title h6 {
    font-family: 'Adelia';
    font-size: 34px;
    font-weight: 300;
    color: #dcc367;
}

.jessica-about {
    padding: 70px 0px;
	background:#272525;
    overflow: hidden;
}

@media (max-width: 768px) {
    .jessica-about {
        padding: 50px 0;
    }
}

.jessica-about blockquote, 
.jessica-about blockquote p {
	color:#dcc367;
	font-weight:bold;
	font-size:32px;
	line-height:1.2;
}

.jessica-about .section-title {
    padding: 0px 40px;
}

.jessica-about .btn-default.playbtn {
    margin-top: 40px;
    font-size: 30px !important;
    padding: 0px 0px 0px 5px !important;
    width: 80px;
    height: 80px;
    line-height: 78px !important;
}

.jessica-about .imgleft {
    border-radius: 40px 40px 40px 40px;
    opacity: .8;
}

.jessica-about .imgright {
    border-radius: 40px 0px 0px 40px;
    opacity: .8;
    height: 50vh;
    width: 100%;
    object-fit: cover;
    object-position: top;
    margin-top: -140px;
}

.big-title {
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 300px;
    line-height: 300px;
    text-transform: uppercase;
    overflow: hidden;
    font-family: "Gilda Display", serif;
    color: rgba(255, 255, 255, 0.02);
    white-space: nowrap;
    margin-bottom: -80px;
}

.jessica-properties {
	background:#fff;
    padding: 70px 0px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .jessica-properties {
        padding: 50px 0px;
    }
}

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

.jessica-properties  .section-title h2, 
.jessica-properties  .section-title p {
    color:#252022;
}

.jessica-properties .big-title {
    color: rgba(0, 0, 0, 0.02);
}

.property-box {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #CFCFCF;
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 18px;
}

.property-box .text {
    padding: 15px 20px;
    position: relative;
}

.property-box .wishlist {
    position: absolute;
    top: 10px;
    right: 14px;
    color: #252022;
    font-size: 25px;
}

.property-box .text h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    margin: 0;
    margin-bottom: 5px;
    color: #171725;
}

.property-box .text p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #171725;
    font-weight: 400;
}

.property-box .text p span {
    color: #969696;
    padding: 0px 2px;
}

.property-box .owl-theme .owl-nav {
    margin: 0;
}

.property-box .owl-theme .owl-dots {
    margin: 0;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
}

.jessica-properties .owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -15px !important;
    color: #fff !important;
    font-size: 20px;
    background: none !important;
}

.jessica-properties .owl-carousel .owl-nav button i  {
    font-size: 30px;
}

.jessica-properties .owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 8px;
}

.property-box .owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    background: #fff;
    transition: all .3s;
    margin: 5px 4px;
}

.property-box .owl-theme .owl-dots .owl-dot.active span,
.property-box  .owl-theme .owl-dots .owl-dot:hover span {
    width: 10px;
    height: 10px;
    background: #fff !important;
    margin: 3px 4px;
}


.jessica-why-choose {
    background-color: #272525;
    padding: 70px 0px 50px 0px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .jessica-why-choose {
        padding: 50px 0;
    }
}

.jessica-why-choose .section-title span div {
    display: inline-block;
}


.jessica-why-choose .section-title {
    margin-top: -100px;
    margin-bottom: 80px;
}

.jessica-why-choose .left {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin:0;
    padding: 50px 0;
    border-right:1px solid rgba(210, 164, 123, 0.25);
}

.jessica-why-choose .left h3 {
    font-size: 55px;
    font-weight: 600;
    color: #dcc367;
    letter-spacing: -2px;
    text-transform: inherit;
    margin-bottom: 0;
}

.jessica-why-choose .left h3 span {
    display: flex;
}

.jessica-why-choose .left h6::before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    background: rgba(210, 164, 123, 0.25);
    width: 50px;
    height: 1px;
    margin-right: 10px;
}

.jessica-why-choose .right h3 {
    color: #FFFFFF !important;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.jessica-why-choose hr {
    border-top:1px solid rgba(210, 164, 123, 0.25);
    opacity: 1;
    margin: 35px 0px;
}

.jessica-why-choose .bg {
	position:relative;
}

.jessica-why-choose .bg:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
    background: url(assets/img/Background-texture-3.webp) 50% 100% no-repeat;
    background-size: cover;
    padding-bottom: 70px;
	mix-blend-mode: multiply;
	opacity: 0.9;
}

.jessica-services {
    background-color: #fff;
    padding: 0px 0px;
    overflow: hidden;
}

.jessica-services .section-title h2{
	    color: #252022 !important;
}

.jessica-services .bg {
    padding: 60px 0px;
	position:relative;
}

/**.jessica-services .bg:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
    background: url(assets/img/Background-texture.webp) 50% 100% no-repeat;
    background-size: cover;
    padding-bottom: 70px;
	mix-blend-mode: multiply;
	opacity: 0.9;
}**/


.jessica-header.fixed, .jessica-header.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #272525;
    z-index: 9;
}

 .jessica-services .section-title h2 {
    color: #fff;
}

.jessica-services .section-title {
    margin-bottom: 60px;
}

.cta-box:hover .arrow-img {
    opacity: 1;
}

.cta-box .arrow-img {
    position: absolute;
    width: 44px;
    line-height: 42px;
    top: -30px;
    right: 20px;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    border: 1px solid rgba(210, 164, 123, 0.8);
    z-index: 99;
    text-align: center;
    opacity: 0;
}

.cta-box {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.cta-box:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
}

.cta-box:hover:before {
    top: 20px;
    left: 20px;
    border: 1px solid #dcc367;
}

.cta-box .img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.cta-box .img:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: rgba(32, 51, 74, 0.3);
}

.cta-box:hover .img:before {
    background: rgba(32, 51, 74, 0.9);
}

.cta-box .text {
    display: inline-block;
    position: relative;
    padding: 40px 20px 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.cta-box h3 {
    font-size: 38px;
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: relative;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-transition-delay: 3s;
    transition-delay: .3s;
    transition: all .3s;
}

.cta-box:hover h3 {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.cta-box p {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    opacity: 0;
}

.cta-box:hover p {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    opacity: 1;
}

 .jessica-about.jointeam .section-title {
    margin-top: -70px;
}

.jessica-about.jointeam .imgleft {
    margin-top: -120px;
    width: 90%;
}

.jessica-about.jointeam .imgright {
    margin-top: -20px;
    width: 90%;
}

.jessica-about.jointeam p {
    margin-bottom: 20px;
}

.jessica-about.jointeam .btn-default {
    margin: 0px 5px;
}

.jessica-testimonials {
    background-color: #272525;
    padding: 0px 40px 60px 40px;
    overflow: hidden;
}

.jessica-testimonials .bg {
    padding: 60px 40px 30px 40px;
    border-radius: 30px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.33) 100%), url(https://jessika.mwhost.ca/wp-content/uploads/2025/04/Background-texture.webp) 50% 50% no-repeat;
    background-size: cover;
}

 .jessica-testimonials .section-title h2 {
    color: #252022;
}

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

.jessica-testimonials .btn-default {
    margin-top: 60px;
    border-color: #050F19;
    color: #050F19 !important;
}

.jessica-testimonials .btn-default:hover {
    background-color: #dcc367;
    border-color: #dcc367;
    color: #fff !important;
}

.testimonial-swiper p {
    font-size: 34px;
    line-height: 1.4;
    letter-spacing: 0px;
    color: #dcc367;
}

.testimonial-swiper .swiper-slide {
    opacity: 0.2;
}

.testimonial-swiper .swiper-slide-active {
    opacity: 1;
}

.testimonial-swiper .swiper-button-prev,
.testimonial-swiper .swiper-button-next {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #dcc367;
}

.testimonial-swiper .swiper-button-prev::after,
.testimonial-swiper .swiper-button-next::after {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

@media (max-width: 768px) {
    .testimonial-swiper .testimonial-swiper-buttons {
        display: flex;
        justify-content: end;
        gap: 15px;
    }

    .testimonial-swiper .swiper-button-prev,
    .testimonial-swiper .swiper-button-next {
        position: unset;
        width: 40px;
        height: 40px;
    }

    .testimonial-swiper .swiper-button-prev::after,
    .testimonial-swiper .swiper-button-next::after {
        font-size: 16px;
    }
}

.testi-user {
    display: flex;
    align-items: center;
}

.testi-user>img {
    width: 50px;
    height: 50px;
    margin-right: 12px;
    border-radius: 50%;
}

.testi-user h4 {
    color: #252022;
    text-decoration: none;
    font-size: 18px;
    text-transform:uppercase;
    margin-bottom: 0;
}

.testi-user .rating i {
    color: #dcc367;
}

.jessica-testimonials .owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -15px !important;
    color: #fff !important;
    font-size: 30px;
    background: none !important;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #dcc367;
    background-color: #dcc367 !important;
}

.jessica-testimonials .owl-carousel .owl-nav button i  {
    font-size: 40px;
    position: relative;
    top:2px;
}

.jessica-testimonials .owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 8px;
}


/*** jessica-contact ***/
.jessica-contact {
    overflow: hidden;
    position: relative;
    background-color: #272525;
}

.jessica-contact .bg {
    background: linear-gradient(to bottom, #272525 0%, rgba(0, 0, 0, 0.7) 100%), url(/wp-content/uploads/2025/04/Background-texture.webp) 50% 100% no-repeat;
    background-size: cover;
    padding-bottom: 70px;
}

.jessica-contact .section-title {
    margin-top: -90px;
    margin-bottom: 60px;
}

.jessica-contact label {
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
}

.jessica-contact label a {
    color: #dcc367;
}

.jessica-contact .btn-default {
    margin-top: 50px;
}

.jessica-contact .form-control::-webkit-input-placeholder {
    color: #dcc367;
}

.jessica-contact .form-control {
    background: none;
    border-radius: 0;
    height: 55px;
    margin-bottom: 40px;
    padding: 10px 10px;
    background: none !important;
    border: none !important;
    border-bottom:1px solid #dcc367 !important;
    outline: none !important;
    box-shadow: none !important;
    color: #dcc367 !important;
}

.jessica-contact .form-control:focus {
    color: #dcc367;
}

.jessica-contact textarea.form-control {
    padding: 10px;
    height: 130px;
}

/*** jessica-footer ***/
.jessica-footer {
    padding: 40px 0 0;
    background-color: #272525;
}

.jessica-footer .bg {
    padding: 40px 40px 50px;
    background: linear-gradient(to bottom, #272525 0%, rgba(0, 0, 0, 0.8) 100%), url(/wp-content/uploads/2025/04/Background-texture.webp) 50% 50% no-repeat;
    background-size: cover;
}

.jessica-footer .logo {
    vertical-align: middle;
}

.jessica-footer .logo img {
    max-width: 250px;
}

.jessica-footer .remax img {
    max-height: 62px;
    margin-left: 10px;
}

.jessica-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}

.jessica-footer ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    margin-bottom: 5px;
    width: 32%;
}

.jessica-footer ul li a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: .5px;
    margin-bottom: 7px;
}

.jessica-footer ul li a:hover {
    color: #dcc367;
}

.jessica-footer .social {
    margin-top: 60px;
}

.jessica-footer .social a {
    color: #dcc367;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 30px;
    font-size: 16px;
    margin-left: 2px;
}

.jessica-footer .social a:hover {
    background: #fff;
    color: #dcc367;
    opacity: 1;
}

.jessica-footer .mb {
    margin-bottom: 50px;
}

.jessica-footer h3 {
    color: #dcc367;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.jessica-footer h3 span {
    color: #fff;
    text-transform: initial;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0px;
    font-family: "Poppins", sans-serif;
}

.jessica-footer h3 span a {
    color: #fff;
}

.jessica-footer h3 span a:hover {
    text-decoration: underline;
    color: #fff;
}

.jessica-footer hr {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    opacity: 1;
    margin: 40px 0px;
}

.jessica-footer .down p {
    color: #fff;
    font-size: 14px;
}

.jessica-footer .down p img {
    max-height: 45px;
    margin-left: 0px;
    filter: invert(1);
}

.jessica-footer .links a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    line-height: 1;
    margin-right: 15px;
    transition: all .3s;
}

.jessica-footer .links a:hover {
    color: #dcc367;
}

.jessica-newhomepage  .menu-btn div {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-right: 7px;
    position: relative;
    top: 0px;
    background: #fff;
    vertical-align: middle;
    padding: 8px 10px 0px 10px;
}
.jessica-newhomepage  .menu-btn div span:nth-child(2) {
    width: 60%;
}
.jessica-newhomepage  .menu-btn div span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 0.3s -webkit-transform ease;
    transition: 0.3s transform ease;
    margin: 3px 0px;
}

.jessica-newhomepage .jessica-about .btn-default{
	vertical-align:middle;
	margin-top: 40px;
	text-align:center;
	margin-right: 10px;
}

.jessica-newhomepage .jessica-about.jointeam{
	margin-top: 0px;
}
.jessica-newhomepage .side-menu .menu-item-has-children>a:after {
    border: none;
}
 
.jessica-newhomepage .form-control {
    background: none;
    border-radius: 0 !important;
    height: 55px;
    margin-bottom: 40px;
    padding: 10px 10px;
    background: none !important;
    border: none !important;
    border-bottom:1px solid #dcc367 !important;
    outline: none !important;
    box-shadow: none !important;
    color: #dcc367;
}
 
.jessica-newhomepage .form-control::-webkit-input-placeholder {
    color: #dcc367;
}
 
.jessica-newhomepage .form-control:focus {
    color: #dcc367;
}
 
.jessica-newhomepage textarea.form-control {
    padding: 10px;
    height: 130px;
}
.jessica-newhomepage .side-menu ul.main-menu .sub-menu li a {
    font-size: 13px !important;
    padding: 10px 15px !important;
}

.jessica-newhomepage .mission-imginfo {
    padding: 50px 0 50px 0;
}

.jessica-newhomepage .cta-box .text h3 {
    text-align: center;
}

.jessica-newhomepage .jessica-about.quote .section-title h3 {
    color: #FFFFFF;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.jessica-newhomepage .jessica-about.quote .big-title{
	margin-bottom:-280px;
}

.jessica-newhomepage .cta-box .text>div {
    margin-bottom: 70px;
}
 
.jessica-newhomepage .cta-box .text {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jessica-newhomepage .jessica-about.quote{
	background:none;
	background-color: #050F19;
}
.jessica-footer{
	border-width: 1px 0px 0px 0px;
    border-color: rgba(255, 255, 255, 0.08);
    border-style: solid;
}
.jessica-contact{
	padding-bottom:25px;
}
 /*** jessica-socialmedia ***/
.jessica-socialmedia {
    background-color: #272525;
    padding: 0px 40px 60px 40px;
    overflow: hidden;
}
 
.jessica-socialmedia .bg {
    padding: 60px 40px 30px 40px;
    border-radius: 30px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.33) 100%), url(https://jessika.mwhost.ca/wp-content/uploads/2025/04/Background-texture.webp) 50% 50% no-repeat;
    background-size: cover;
}
 
 .jessica-socialmedia .section-title h2 {
    color: #252022;
}
 
.jessica-socialmedia .instabox {
    display: inline-block;
    width: 100%;
    background: #000;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}
 
.jessica-socialmedia .instabox img {
    transition: all .3s;
    aspect-ratio: 1 / 1.25;
    object-fit: cover;
    object-position: center;
}
 
.jessica-socialmedia .instabox:hover img {
    opacity: .6;
    transform: scale(1.1);
}
 
img.team-img {
    margin-bottom: 50px;
}

.cta-box:hover .img:before {
    background: rgba(220, 195, 103, .9);
}
/*** New responsive css ***/
@media only screen and (max-width:767px) {
    .side-menu {
        width: 100%;
    }
    
    .jessica-banner h1 {
        font-size: 40px;
        line-height: 1.2;
    }
    
    .jessica-banner h6 {
        font-size: 12px;
        letter-spacing: 1px;
        margin: 20px 0px;
    }
    
    .jessica-newhomepage .jessica-banner .btn-default {
        margin: 1px 5px;
    }
    
    .jessica-newhomepage .btn-default {
        min-height: inherit;
    }
    
    .jessica-banner .agency {
        display: none;
    }
    
    .big-title {
        font-size: 62px;
        line-height: 75px;
        margin-bottom: -80px;
        text-align: center;
    }
    
    .jessica-newhomepage .section-title h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .jessica-newhomepage .jessica-about .section-title {
        padding: 30px 0 0 0;
    }

    .jessica-newhomepage p {
        font-size: 16px;
    }
    
    .jessica-about .imgright {
        margin-top: 10px;
    }
    
    .property-box .text {
        padding: 15px 10px;
    }

    .jessica-newhomepage .jessica-why-choose .section-title {
        margin-top: 38px;
        margin-bottom: 40px;
    }
    
    .jessica-newhomepage .jessica-why-choose .section-title.left h2 {
        font-size: 48px;
    }
    
    .jessica-newhomepage .jessica-why-choose .section-title.left h2 span {
        font-size: 54px;
    }
    
    .jessica-why-choose .right h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .jessica-why-choose .right {
        padding: 0px 11px;
    }

    .jessica-newhomepage .jessica-why-choose .section-title.left {
        padding: 20px 0px;
        border-right:none;
        margin-bottom: 20px;
    }
    
    .jessica-services {
        padding: 40px 0px;
    }
    
    .jessica-services .bg {
        padding: 50px 0 0 0;
        border-radius: 20px;
    }
    
    .cta-box h3 {
        font-size: 21px;
    }

    .jessica-newhomepage .jessica-about.jointeam .section-title {
        margin-top: 20px;
    }

    .jessica-about.jointeam .imgleft {
        margin-top: 0px;
        width: 90%;
    }

    .jessica-about.jointeam .imgright {
        margin-top: 0px;
        width: 90%;
    }

    .jessica-testimonials {
        padding: 0px 20px;
        margin-top: -2px;
    }

    .jessica-testimonials .bg {
        padding: 50px 20px;
    }

    .jessica-testimonials .item p {
        font-size: 15px;
    }

    .jessica-newhomepage .btn-default {
        padding: 0px 15px;
    }

    .testi-user h4 {
        font-size: 15px;
    }

    .jessica-testimonials  .owl-carousel .owl-nav button {
        top: 100%;
        left: 0;
        margin-top: 15px !important;
        font-size: 10px;
        width: 40px;
        height: 40px;
    }

    .jessica-testimonials .owl-carousel .owl-nav button i {
        font-size: 28px;
        top: -1px;
    }

    .jessica-contact {
        margin-top: -2px;
    }

    .jessica-newhomepage .jessica-contact .section-title {
        margin-top: 28px;
        margin-bottom: 30px;
    }

    .form-control {
        margin-bottom: 20px;
    }

    .jessica-contact .bg,
    .jessica-why-choose .bg {
        background-size: contain;
    }

    .jessica-socialmedia {
        padding: 50px 15px 60px 15px;
    }

    .jessica-socialmedia .bg {
        padding: 60px 10px 30px 10px;
    }
    .jessica-why-choose {
        background-size: contain !important;
    }
    .banner.innerpage:after {
        background-size: 90px auto;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .jessica-banner h1 {
        font-size: 42px;
    }
    
    .jessica-banner h6 {
        font-size: 19px;
        letter-spacing: 4px;
        word-spacing: 5px;
        margin: 28px 0px;
    }
    
    .big-title {
        font-size: 170px;
        line-height: 170px;
    }
    
    .jessica-newhomepage .section-title h2 {
        font-size: 35px;
    }
    
    .jessica-newhomepage p {
        font-size: 16px;
    }
    
    .jessica-about .align-items-center {
        align-items: start !important;
    }
    
    .jessica-about .imgright {
        margin-top: -20px;
    }
    
    .jessica-newhomepage .jessica-about .section-title {
        padding: 0px 0px;
    }
    
    .jessica-newhomepage .jessica-why-choose .section-title {
        margin-top: -29px;
    }
    
    .jessica-newhomepage .jessica-why-choose .section-title.left h2 {
        font-size: 55px;
    }
    
    .jessica-why-choose .section-title.left h2 span {
        font-size: 66px;
    }
    
    .jessica-why-choose .right {
        padding-left: 24px;
        padding-right: 20px;
    }
    
    .jessica-why-choose h3 {
        font-size: 23px;
    }
    
    .cta-box h3 {
        font-size: 26px;
    }
    
    .jessica-testimonials .item p {
        font-size: 26px;
        line-height: 1.4;
        letter-spacing: 0px;
        color: #dcc367;
    }
    
    .jessica-testimonials .owl-carousel .owl-nav button {
        left: -37px;
    }
    
    .jessica-testimonials .owl-carousel .owl-nav button.owl-next {
        right:-37px;
    }
    
    .side-menu {
        width: 40%;
    }

    .jessica-socialmedia {
        padding: 50px 30px 60px 30px;
    }

    .banner.innerpage:after {
        background-size: 125px auto;
    }
}

@media only screen and (min-width:992px) and (max-width:1180px) {
    .jessica-banner h1 {
        font-size: 55px;
    }
    
    .big-title {
        font-size: 250px;
        line-height: 260px
    }

    .jessica-about .section-title {
        padding: 0px 0px;
    }
    
    .jessica-newhomepage .section-title h2 {
        font-size: 45px;
    }
    
    .jessica-newhomepage p {
        font-size: 16px;
    }
    
    .jessica-newhomepage  .jessica-why-choose .section-title.left h2 {
        font-size: 60px;
    }
    
    .cta-box h3 {
        font-size: 20px;
    }
    
    .jessica-testimonials .item p {
        font-size: 25px;
    }
    
    .jessica-testimonials .owl-carousel .owl-nav button {
        left: -30px;
    }
    
    .jessica-testimonials .owl-carousel .owl-nav button.owl-next {
        right:-30px;
    }
    .banner.innerpage:after {
        background-size: 140px auto;
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .jessica-banner h1 {
        font-size: 55px;
    }
}

@media only screen and (max-width: 1180px) {
    .jessica-newhomepage .jessica-header .logo img {
        height: 80px !important;
    }
    
    .jessica-newhomepage .jessica-header {
        padding: 10px 15px;
    }
    
    .jessica-newhomepage .navbar-light .navbar-brand {
        width: 58% !important;
        display: block !important;
    }
    
    .jessica-newhomepage .menu-btn {
        display: inline-block !important;
    }
    
    .jessica-newhomepage .side-menu .menu-item-has-children>a:after {
        border: none;
    }
    
    .jessica-newhomepage .menu-btn:hover {
        color: #fff !important;
        background: none !important;
        border-color: transparent !important;
    }
    
    .jessica-newhomepage .side-menu ul.main-menu li a {
        font-size: 18px !important;
        padding: 12px 30px 12px 0px !important;
        text-align: left !important;
    }
}

@media only screen and (min-width:1181px) and (max-width:1341px) {
	.jessica-header .navbar-light .navbar-nav .nav-link {
        color: #fff;
        opacity: 1;
        font-size: 12px;
    }
}

@media only screen and (min-width:1181px) and (max-width:1341px) {
    .jessica-newhomepage .jessica-header .navbar-light .navbar-nav .lbtn>a.menu-btn {
        padding: 0px 10px 0px 5px !important;
    }
    
    .jessica-newhomepage .jessica-header .navbar-light .navbar-nav .lbtn>a {
        padding: 0px 15px !important;
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .jessica-newhomepage .side-menu {
        width: 100% !important;
        padding: 30px 18px !important;
    }
    
    .jessica-newhomepage .side-menu ul.main-menu li a {
        font-size: 18px !important;
        padding: 12px 30px 12px 0px !important;
        text-align: left !important;
    }
    
    .jessica-newhomepage .jessica-services {
        padding: 0px 0px 40px 0px;
    }
    
    .jessica-newhomepage .jessica-footer {
        padding: 0px 0 0;
    }
    
    .jessica-newhomepage .jessica-contact .bg,
    .jessica-newhomepage .jessica-why-choose .bg {
        background-size: 100% 90%;
        background-position: bottom center;
    }
    
    .jessica-newhomepage .jessica-footer .bg {
        padding: 40px 15px 50px;
    }
    
    .jessica-newhomepage .form-control {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .jessica-newhomepage .jessica-footer .bg {
        padding: 40px 30px 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
    .jessica-newhomepage .side-menu {
        width: 40% !important;
        padding: 55px 30px !important;
    }
    
    .jessica-newhomepage .side-menu ul.main-menu li a {
        font-size: 15px !important;
        padding: 12px 26px 12px 0px !important;
        text-align: left !important;
    }
}
/*** New responsive css ***/
@media only screen and (max-width:767px) {
    .jessica-newhomepage .jessica-about .btn-default {
        vertical-align: middle;
        margin-top: 10px;
    }

    .jessica-newhomepage .jessica-footer .social {
        margin-top: 60px;
        text-align: center;
    }

    .jessica-newhomepage  section.jessica-footer {
        text-align: center;
    }

    .jessica-newhomepage .jessica-footer ul li {
        margin-bottom: 5px;
        width: 100%;
        text-align: center;
    }

    .jessica-newhomepage  .jessica-footer h3 {
        text-align: center;
    }

    .jessica-newhomepage .jessica-footer .links a {
        margin: 5px 5px;
    }

    .jessica-newhomepage .jessica-footer .down p {
        font-size: 11px;
        text-align: center;
        margin-top: 20px;
    }

    .jessica-newhomepage .jessica-footer .links {
        margin-bottom: 20px;
    }

    .jessica-newhomepage .jessica-footer ul {
        margin-bottom: 25px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .jessica-newhomepage .jessica-contact .bg {
        background-size: 100% 100%;
    }

    .jessica-newhomepage .jessica-footer .bg {
        background-size: 100% 100%;
    }

    .jessica-newhomepage .jessica-newhomepage .jessica-why-choose .bg {
        background-size: 100% 100%;
    }

    .jessica-newhomepage .jessica-testimonials .owl-carousel .owl-nav button {
        top: 30%;
    }

    .jessica-newhomepage .jessica-testimonials .owl-carousel .owl-nav button i {
        font-size: 40px;
        position: relative;
        top: -1px;
        left: -2px;
    }

    .jessica-newhomepage .jessica-testimonials .owl-carousel .owl-nav button.owl-next i {
        position: relative;
        left: 3px;
    }

    .jessica-newhomepage .jessica-footer .down p {
        color: #fff;
        font-size: 11px;
    }
}
@media only screen and (max-width:767px) {
    .jessica-newhomepage .jessica-testimonials .btn-default {
        font-size: 14px;
        line-height: 1;
        padding: 15px 10px;
    }

    .jessica-newhomepage .jessica-footer .text-end {
        text-align: center !important;
    }

    .jessica-newhomepage .jessica-footer .remax img {
        margin-top: 25px;
    }

    .jessica-newhomepage .jessica-contact .bg,
    .jessica-newhomepage .jessica-why-choose .bg,
    .jessica-newhomepage .jessica-footer .bg {
        background-size: 100% 100%;
    }

}

@media only screen and (min-width:768px) and (max-width:991px) {
    .jessica-newhomepage .jessica-why-choose .bg {
        background-size: 100% 100%;
    }

    .jessica-newhomepage .jessica-about .btn-default {
        vertical-align: middle;
        margin: 5px 5px;
        font-size: 14px;
        padding: 0px 22px;
        line-height: 44px;
        min-height: inherit;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .jessica-newhomepage .jessica-contact .bg,
    .jessica-newhomepage .jessica-why-choose .bg {
        background-size: 100% 100%;
    }
}

.banner.innerpage:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000 url(/wp-content/uploads/2025/05/image-removebg-preview.png);
    background-size: 530px auto;
    background-position: 100% 0;
    background-repeat: no-repeat;
    opacity: .8;
}

.page-template-template-team .banner.innerpage::after {
    background: #000;
}

@media (max-width: 1200px) {
    .banner.innerpage:after {
        background-size: 385px auto;
    }
}

@media (max-width: 768px) {
    .banner.innerpage:after {
        background-size: 250px auto;
        background-position: 100% 100%;
    }
}

.banner.innerpage h6 {
    font-family: "Poppins", sans-serif;
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFFFFF;
}

.homeEvalutation input[type=submit], 
.homeEvalutation input[type=button],
#multi-step-form .fw-wizard-buttons button, 
#multi-step-form .fw-wizard-buttons .fw-btn {
    vertical-align: middle!important;
    margin-top: 40px!important;
    text-align: center!important;
    margin-right: 10px!important;
    border: 1px solid #dcc367!important;
    line-height: 48px!important;
	height:49px !important;
    border-radius: 40px!important;
    padding: 0px 30px!important;
    font-size: 14px!important;
    font-weight: 400!important;
    background: none!important;
    color: #fff!important;
    letter-spacing: 0!important;
}

.homeEvalutation input[type=submit]:hover, 
.homeEvalutation input[type=button]:hover,
#multi-step-form .fw-wizard-buttons button:hover, 
#multi-step-form .fw-wizard-buttons .fw-btn:hover {
    background-color: #dcc367 !important;
    border-color: #dcc367 !important;
    color: #fff !important;
}

.homeEvalutation input[type=submit]{
	
    color: #dcc367;
    background: #dcc367;
}
#multi-step-form .fw-wizard-step-container .msf-h3{
	font-weight:400!important;
}
#multi-step-form [data-type=fw-radio] label, #multi-step-form [data-type=fw-checkbox] label {
    font-weight: 300;
}

section.alerts-section.spperinfo.alert #multi-step-form .fw-btn-submit {
    background: #dcc367 !important;
    border: 1px solid #dcc367 !important;
    line-height: 48px !important;
    padding: 0 !important;
    border-radius: 25px !important;
}


section.alerts-section.spperinfo.alert #multi-step-form .fw-btn-submit:hover {
    background: #000 !important;
    border: 1px solid #000 !important;
	color:#fff !important;
}


section.alerts-section.spperinfo.alert #multi-step-form button.fw-toggle-summary{
    background: #fff !important;
    border: 1px solid #fff !important;
	color:#000 !important;
    line-height: 48px !important;
    padding: 0 !important;
    border-radius: 25px !important;
}

section.alerts-section.spperinfo.alert #multi-step-form button.fw-toggle-summary:hover {
    background: #dcc367 !important;
    border: 1px solid #dcc367 !important;
	color:#fff !important;
}


/*** ***/
button.search-btn-default.black:hover {
    background: #fff !important;
    color: #dcc367 !important;
}
 
button.search-btn-default.black {
    background: #dcc367 !important;
    border-radius: 30px;
}
.side-menu ul.main-menu>li>a:hover, .side-menu ul.main-menu>li.current_page_item>a,
 .side-menu ul.main-menu>li.current-menu-parent>a {
    background: none !important;
    color: #dcc367 !important;
}
 
.jessica-newhomepage .side-menu ul.main-menu .sub-menu li a:hover,
.jessica-newhomepage .side-menu ul.main-menu .sub-menu li.current_page_item>a {
    background: #dcc367 !important;
    color: #000 !important;
}
 
.side-menu .menu-item-has-children>a:after {
    background: #dcc367 !important;
}
 
.side-menu .menu-item-has-children>a:before {
    color: #000 !important;
}
.jessica-newhomepage .side-menu ul.main-menu .sub-menu li a:hover,
.jessica-newhomepage .side-menu ul.main-menu .sub-menu li.current_page_item>a,
.jessica-newhomepage .side-menu ul.main-menu .sub-menu li.current-menu-item>a {
    background: #dcc367 !important;
    color: #000 !important;
}
  

 
@media only screen and (max-width:767px) {
    .homeEvalutation input[type=submit], .homeEvalutation input[type=button], #multi-step-form .fw-wizard-buttons button, #multi-step-form .fw-wizard-buttons .fw-btn {
        padding: 0px 15px !important;
        width: 120px !important;
    }
    
    .home-evaluation-section .bg {
        padding: 50px 20px;
    }
	
    .btn-default {
        line-height: 41px;
        padding: 0px 15px;
        font-size: 14px;
        min-height: inherit;
    }
	
	#multi-step-form span.msf-h3 {
        font-size: 20px !important;
	}
	
	#multi-step-form .fw-wizard-step-header p, #multi-step-form [data-type=fw-radio] label, #multi-step-form [data-type=fw-checkbox] label, .fw-paragraph-container {
        font-size: 14px !important;
    }
	
	.banner.innerpage h6 {
        font-size: 12px;
        letter-spacing: 3px;
	}

	section.alerts-section.spperinfo.alert #multi-step-form .fw-wizard-buttons button {
        width: 190px !important;
    }

    .search-title-ctn h3 {
        font-size: 17px;
    }
	
	#my-prop-search label {
        color: #fff;
        font-size: 13px;
    }
	
    .teamdetails-info .section-title h6{
        text-transform: uppercase;
        font-size: 13px;
    }

    .jessica-about blockquote, 
    .jessica-about blockquote p {
        font-size: 14px;
    }

    section.banner.innerpage.blogdetails h6 {
        padding: 0px 10px;
    }

    h2 {
        font-size: 28px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
	
	.banner.innerpage h6 {
        font-size: 13px;
        letter-spacing: 3px;
	}

	.home-evaluation-section .bg {
        padding: 50px 20px;
    }
.homeEvalutation .single-s {
    padding: 25px 8px;
    font-size: 14px;
}

.jessica-about blockquote, 
.jessica-about blockquote p {
    font-size: 14px;
}

.banner.innerpage h6 {
    font-size: 20px;
    letter-spacing: 5px;
}
 
.btn-default {
    min-height: inherit;
}
h2 {
    font-size: 28px;
}
}
 
@media only screen and (min-width:992px) and (max-width:1199px) {
	
	.banner.innerpage h6 {
        font-size: 14px;
        letter-spacing: 4px;
	}

	.section-title h2 {
        font-size: 45px;
	}
    
    .jessica-about blockquote,  
    .jessica-about blockquote p {
        font-size: 18px;
    }

.banner.innerpage h6 {
    font-size: 20px;
}
 
.section-title h2 {
    font-size: 60px;
}
 
.btn-default {
    min-height: inherit;
}
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
.section-title h2 {
    font-size: 58px;
}
 
 .jessica-about blockquote,  .jessica-about blockquote p {
    font-size: 18px;
}
.buysell-about .section-title {
    padding: 20px 25px;
}
 
}
 