@font-face {
    font-family: 'Desyrel';
    src: url('../fonts/DESYREL.eot');
    src: url('../fonts/DESYREL.eot?#iefix') format('embedded-opentype'), url('../fonts/DESYREL.woff2') format('woff2'), url('../fonts/DESYREL.woff') format('woff'), url('../fonts/DESYREL.ttf') format('truetype'), url('../fonts/DESYREL.svg#Desyrel') format('svg');
}


/*---------- header section start-------- */

body {
    font-family: 'Gelasio', 'Desyrel';
    color: #000000;
}

h2 {
    font-size: 65px;
    line-height: 90px;
    font-weight: 400;
}

h3 {
    font-size: 55px;
    line-height: 66px;
    font-weight: 400;
}

h4 {
    font-size: 35px;
    line-height: 42px;
    font-weight: 400;
}

p {
    font-size: 20px;
    line-height: 37px;
}

ul {
    padding-left: 0;
}

ul li {
    list-style: none;
}

.page_header_call p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.btn,
a:focus,
input:focus, textarea {
    outline: none !important;
    box-shadow: none !important;
}

a {
    text-decoration: none !important;
}


/*------- header section ----------*/

header {
    /* background: #000000; */
    font-size: 17px;
    /* padding: 8px 0;*/
}

header.navik-header {
    background: #000000;
}

header .navik-menu ul li>a,
header .navik-menu ul li.current-menu>a {
    color: #ffffff;
}

header .navik-menu ul li:hover>a,
header .navik-menu ul li.current-menu-item a,
header.sticky .navik-menu ul li:hover>a,
header.sticky .navik-menu ul li.current-menu-item a {
    color: #99843f;
}

.header_call p,
.header_call p a {
    color: #000000;
    font-size: 21px;
    line-height: 20px;
    font-weight: 300;
}

.header_call p {
    padding-right: 0px;
    margin-bottom:0;
}

.header_call p span a,
.header_call p span {
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    color: #000000;
    display: block;
    font-weight:800;
    font-style: italic;
    padding-bottom: 3px;
}

.header_call p:hover,
.header_call p:hover a,
.header_call p:hover span {
    color: #c3aa65;
}

.header_call a i {
    font-size: 20px;
    border: 3px solid;
    padding: 5px;
    border-radius: 50px;
    margin-right: 20px;
}

header .navik-menu>ul>li>a {
    padding: 24px 7px;
    position: relative;
}

header .navik-menu>ul>li:hover>a::after,
header .navik-menu>ul>li.current-menu-item>a::after {
    content: "";
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 3px;
    background: #99843f;
    z-index: 1;
}

.header_call a:hover {
    color: #ffffff;
}

.sticky .header_call a:hover {
    color: #000000;
}

header .navik-menu ul ul li>a {
    color: #000000;
}

.navik-menu.submenu-top-border li>ul {
    border: 1px solid #000000;
    border-top: 4px solid #a78018;
}

.navik-menu ul ul li>a {
    font-style: normal;
}

header.sticky .navik-menu>ul>li {
    padding: 15px 0;
}

header.navik-header.sticky {
    background: #ffffff;
}

header.sticky .navik-menu ul li>a {
    color: #000000;
}

.stick_logo,
header.sticky .main_logo {
    display: none;
}

header.sticky .stick_logo {
    display: block;
}

header nav {
    width: 100%;
    margin: auto;
    text-align: center;
}

header nav a {
    padding: 24px 0;
}



.navik-menu>ul>li:last-child {
    background: #99843f;
    border:1px solid #99843f;

}
.navik-menu>ul>li.current-menu-item>a {
    color:#ffffff !important;
}
.navik-menu>ul>li:last-child

.navik-menu>ul>li:last-child:hover {
    background: #ffffff;
    color: #000000;
    border: 1px solid #000000;
}

.navik-menu>ul>li:last-child:hover a {
    color: #000000;
}

.navik-menu>ul>li:last-child a::after {
    display: none;
}


/*----- erica -----------*/

img.main_logo {
    padding: 18px 0 17px;
}

.header_call i {
    color: #c3aa65;
    font-size: 26px;
    margin: 5px 20px 0 40px;
}
.header_call i.fa-phone-volume{
    margin-left:0;
}
.header_call p span{
    white-space:nowrap;
}
/*---------- header section end-------- */


/* banner section start */

.page_banner img {
    display: block;
}

.page_banner_content_main {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    height: 100%;
    z-index: 9;
    width: 100%;
    top: 0;
    left: 0;
}

.page_banner_search .page_banner_content_main {
    background-color: rgba(0, 0, 0, 0.4);
}

.page_banner_content {
    position: absolute;
    top: 52%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.slow_animation {
    animation-duration: 3s !important;
}

.page_banner_content {
    top: 50%;
}

.home .page_banner_content {
    top: 35%;
    transform: unset;
    min-height: 186px;
    color: #ffffff;
    max-width: 950px;
    width: 100%;
    margin: auto;
}

.page_banner h1 {
    font-size: 55px;
    line-height: 66px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom:15px !important;
}

.page_banner h1::before {
    position: absolute;
}

.page_banner p {
    font-size: 30px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 300;
}

.page_banner ul {}

.page_banner ul li {
    display: inline-block;
    margin: 20px;
}

.page_banner ul li a {
    min-width: 255px;
    height: 55px;
    font-size: 15px;
    line-height: 18px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight:500;
}

.page_banner ul li:first-child a {
    background: #ffffff;
    color: #000000;
}

.page_banner ul li:last-child a,
.page_banner ul li:first-child a:hover {
    background: #99843f;
    color: #ffffff;
}

.page_banner ul li:last-child a:hover {
    background: #ffffff;
    color: #000000;
}


/* banner section end */


/* ----video -------*/

.jquery-background-video-wrapper {
    width: 100%;
    height: 770px;
}

.jquery-background-video-wrapper {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.jquery-background-video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/**
 * Fade in videos
 * Note the .js class - so non js users still
 * see the video
 */

.js .jquery-background-video {
    opacity: 0;
    -webkit-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
}

.js .jquery-background-video.is-visible {
    opacity: 1;
}


/**
 * Pause/play button
 */

.jquery-background-video-pauseplay {
    position: absolute;
    background: transparent;
    border: none;
    box-shadow: none;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
    padding: 0;
    display: none;
    cursor: pointer;
    outline: none !important;
}

.jquery-background-video-pauseplay span {
    display: none;
}

.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.jquery-background-video-pauseplay.play:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #FFF;
}

.jquery-background-video-pauseplay.pause:before,
.jquery-background-video-pauseplay.pause:after {
    border-top: 10px solid #FFF;
    border-bottom: 10px solid #FFF;
    border-left: 5px solid #FFF;
}

.jquery-background-video-pauseplay.pause:after {
    left: 10px;
}


/*------- featured  section start----------- */

.page_featured {
    background: #f8f8f8;
    padding: 80px 0;
    background-size: cover;
}

/*.page_featured_heading {
    max-width: 340px;
    width: 100%;
}

.home_page .page_featured_heading {
    max-width: 345px;
    width: 100%;
}*/

.page_featured h2 {
    position: relative;
    line-height: 86px;
}

.page_featured h2::before {
     width: 8%;
    top: 55%;
    position: absolute;
    height: 2px;
    background: #99843f;
    content: "";
    display: block;
    left: 22%;

}
.page_featured h2::after {
     width: 8%;
    top: 55%;
    position: absolute;
    height: 2px;
    background: #99843f;
    content: "";
    display: block;
    right: 22%;

}
.page_banner .page_featured h2::before,.page_banner .page_featured h2::after  {
    display: none;
}

.page_featured_heading span {
    text-transform: uppercase;
    color:#b09a43;
}

.page_about span,
.home_page_testimonial span {
    display: block;
    font-size: 30px;
    line-height: 34px;
    color: #99843f;
    font-family: 'Desyrel';
    letter-spacing: 2px;
}
.page_about span{
    margin-bottom:40px !important;
}
.page_gallery .page_featured span {
    text-align: center !important;
}

.page_featured a {
    text-decoration: none;
    color: #000000;
    border: 1px solid #000000;
    position: relative;
    padding: 12px 28px;
    border-radius: 0;
    position: relative;
}

.featured_img a {
    border: none;
}

.page_featured a:hover {
    background: #99843f;
    /* color: #ffffff;
            border: 1px solid #ffffff; */
}

.page_featured a:hover::before {
    /* background: #ffffff; */
}

/*.page_featured a::before {
    position: absolute;
    width: 54px;
    height: 1px;
    background: #000000;
    position: relative;
    content: "";
    display: block;
    left: -72px;
    top: 13px;
}*/

.featured_img {
    overflow: hidden;
    /* transition-duration: 1s; */
    transform-origin: center;
    /* transition: all 3s ease-in; */
}

.featured_img img {
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.featured_img:hover img {
    /* transition: all 3s ease-in-out; */
    /* -webkit-transition: transform 2s ease-in-out; */
    transform: scale(1.3, 1.3);
}

.featured_img p {
    font-size: 25px;
    position: absolute;
    color: #ffffff;
    right: 15px;
    top: 7px;
}

.featured_img span {
    font-size: 17px;
    position: absolute;
    color: #ffffff;
    right: 13px;
    bottom: 7px;
}

.featured_img img {
    width: 100%;
    display: block;
}

.featured_img a {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
}

.featured_img a:hover {
    background: none;
}

.featured_img:hover .featured_img_content {
    bottom: 0px;
}

.featured_img_content {
    position: absolute;
    bottom: -65px;
    width: 100%;
    display: flex;
    border: 1px solid #000000;
    align-items: center;
    background: #000000;
    transition-duration: 1s;
}

.featured_img_content_left {
    width: 60%;
    background: #ffffff;
    color: #000000;
}

.featured_img_content_right {
    width: 40%;
    background: #000000;
    color: #ffffff;
}

.featured_img .featured_img_content_left span {
    position: unset;
    color: #000;
    padding: 10px;
    line-height: 22px;
}

.featured_img_content_right span {
    color: #ffffff;
    margin: auto;
    display: block;
    padding: 0;
    text-align: center;
    padding: 0;
    border: none;
    font-size: 14px;
    line-height: 17px;
    position: relative;
    right: unset;
    bottom: unset;
}

.featured_img_content_right a::before {
    content: none;
}


/* .featured_img_content_right:hover {
            background: #ac8603;
        }
         */

.featured_img_content_right a:hover {
    border: none;
}


/*------- about  section start----------- */

.page_about {
    background: #000000;
    color: #ffffff;
    padding: 100px 0 60px 0;
}

.page_about_content {
    padding-left: 20px;
}

.page_about p {
    line-height: 27px;
}

.page_about .page_featured {
    background: unset;
    padding: unset;
    /*max-width: 245px;*/
    width: 100%;
}

.home_page .page_about .page_featured {
    max-width: unset;
    margin: auto;
}

.page_about .page_featured h2 {
    color: #ffffff;
}

.page_about .page_featured h2::before {
    width: 8%;
    top: 55%;
    position: absolute;
    height: 2px;
    background: #99843f;
    content: "";
    display: block;
    left: 25%;
}

.page_about .page_featured h2::after {
    width: 8%;
    top: 55%;
    position: absolute;
    height: 2px;
    background: #99843f;
    content: "";
    display: block;
    right: 25%;
}

.page_about h4,
.home_page_testimonial h4,
.page_form h4,
.page_featured_heading span {
    font-size: 23px;
    line-height: 30px;
    color: #99843f;
    margin-bottom: 0;
}

.page_about h3 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 30px;
}

ul.page_list,
.inner_page .inner_about ul {
    margin: 25px 0 15px 0;
}

.page-id-133.inner_page .inner_about ul {
    margin: -5px 15px 40px;
}

.page_about .page_about_content ul li,
.inner_page .inner_about ul li {
    position: relative;
    padding: 18px;
    padding-left: 30px;
    font-size: 20px;
    line-height: 27px;
}

.page_about .page_about_content ul li::before,
.inner_page .inner_about ul li::before {
    position: absolute;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background: transparent url('../images/list-img.png') no-repeat;
    left: 0px;
    top: 23px;
}

.page_about a.btn {
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #ffffff;
    position: relative;
    padding: 12px 42px;
    border-radius: 0;
    position: relative;
}

.page_about a.btn::before {
    position: absolute;
    width: 54px;
    height: 1px;
    background: #ffffff;
    position: relative;
    content: "";
    display: block;
    left: -72px;
    top: 13px;
}

.page_about a.btn:hover {
    background: #b08b10;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.page_about a.btn:hover::before {
    background: #ffffff;
}


/*------- testimonial  section start----------- */

.home_page_testimonial {
    padding: 70px 0 95px 0;
    background: #f8f8f8;
    text-align: center;
}

.home_page_testimonial h2 {
    margin: auto;
    position: relative;
}

.home_page_testimonial h2::before {
    width: 8%;
    top: 55%;
    position: absolute;
    height: 2px;
    background: #99843f;
    content: "";
    display: block;
    left: 22%;
}

.home_page_testimonial h2::after {
    width: 8%;
    top: 55%;
    position: absolute;
    height: 2px;
    background: #99843f;
    content: "";
    display: block;
    right: 22%;
}

.home_page_testimonial #horizontalTab {
    display: flex !important;
    align-items: center;
}

.home_page_testimonial .swiper-container {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    text-align: center;
    overflow: hidden;
}

.home_page_testimonial .swiper-wrapper {
    padding-bottom: 70px;
}

.view_all {
    max-width: 470px;
    text-align: center;
    margin: auto;
}

.view_all .btn {
    font-size: 16px;
    line-height: 19px;
    background: #000000;
    color: #ffffff;
    border-radius: 0;
    padding: 12px 80px;
    text-transform:uppercase;
}

.view_all .btn:hover {
    background: #99843f;
    color: #ffffff;
}

.view_all .swiper-button-next:after,
.view_all .swiper-button-prev:after {
    display: none;
}
.view_all span{
    
    position:relative;
}
.view_all .swiper-button-prev span:before{
    content: '';
    background: url('../images/left-arrow.png') no-repeat;
    position:absolute;
    top:-9px;
    left:0px;
    width:14px;
    height:16px;
    
}
    .view_all .swiper-button-next span:before{
    content: '';
    background: url('../images/right-arrow.png') no-repeat;
    position:absolute;
    top:-9px;
    right:0px;
    width:14px;
    height:16px;
    
}
.swiper-container01 p {
    font-size: 23px;
    line-height: 30px;
    font-style: italic;
    font-family: 'Gelasio';
    margin-top: 50px;
    position:relative;
    padding-left:60px;
    padding-right:60px;
}
.swiper-container01 p:before{
    font-family: "Font Awesome 6 Pro";
        font-weight: 900;
        content: "\f10d";
        color: #97823e;
    position: absolute;
    left: 2px;
    font-size: 37px;
}
.swiper-container01 p:after{
    font-family: "Font Awesome 6 Pro";
        font-weight: 900;
        content: "\f10e";
        color: #97823e;
    position: absolute;
    right: 6px;
    bottom:0;
    font-size: 37px;
}
.swiper-container01 h6 {
    font-size: 30px;
    line-height: 36px;
    font-family: 'Gelasio';
    margin-top:30px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Gelasio' !important;
    color: #000000 !important;
    opacity: 1;
}
.swiper-button-next:hover,.swiper-button-prev:hover{
    color:#99843f !important;
}
.swiper-button-next span,
.swiper-rtl .swiper-button-prev span,
.swiper-button-prev span,
.swiper-rtl .swiper-button-next span {
    font-family: 'Gelasio' !important;
    color: #000000 !important;
    padding: 0 20px;
}

.page_form {
    color: #ffffff;
}

.page_form .testimonial_img {
    min-height: 725px;
    filter: grayscale(100%);
   -webkit-filter: grayscale(100%);
    object-fit:cover;
}

.page_form .page_banner_content {
    top: 10%;
    transform: translate(0%, 0%);
}

.page_form h2 {
    position: relative;
}

.page_form h2::before {
    width: 8%;
    top: 55%;
    position: absolute;
    height: 2px;
    background: #99843f;
    content: "";
    display: block;
    left: 20%;
}

.page_form h2::after {
    width: 8%;
    top: 55%;
    position: absolute;
    height: 2px;
    background: #99843f;
    content: "";
    display: block;
    right: 20%;
}

.page_form .form {
    padding-top: 90px;
}

.page_form .form-control {
    border: none;
    background: transparent;
    border-bottom: 1px solid #ffffff;
    padding-left: 0;
    padding-bottom: 50px;
    font-size: 20px;
    line-height: 27px;
    color: #ffffff;
    border-radius: 0;
    margin-bottom: 40px;
}

.page_form .form-control::placeholder {
    padding-left: 0;
    padding-bottom: 50px;
    font-size: 20px;
    line-height: 27px;
    color: #ffffff;
}
.page_form  textarea{
    overflow:hidden;
    resize:none;
}
.page_form .form-control.btn {
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: transparent;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 280px;
    width: 100%;
    height: 55px;
    margin: auto;
    /* margin-top: 50px; */
    padding: 10px;
}

.page_form .form-control.btn:hover {
    color: #000000;
    border: 1px solid #ffffff;
    background: #ffffff;
}


/*---------- footer section start-------- */

footer {
    background: #000000;
    padding: 50px 0;
    color: #fff;
}

footer a {
    text-decoration: none;
    color: #fff;
}

footer a:hover {
    text-decoration: none;
    color: #99843f;
}

.footer_menu {
    border-bottom: 2px solid #6f6f6f;
}

footer .footer_contact p {
    padding-bottom: 0;
    margin: 0;
}

footer .footer_contact h6 {
    margin-bottom: 30px;
}

.footer_social_icon {
    margin: 50px 0;
}

.footer_social_icon a {
    font-size: 24px;
    line-height: 30px;
    margin: 13px;
}

.footer_social_icon a:hover {
    color: #99843f;
}

footer h6 {
    font-size: 25px;
    line-height: 30px;
    color: #b19b4b;
}

footer ul {
    margin: 30px 0 25px 0;
}

footer ul li {
    display: inline-block;
    margin: 22px 40px 18px 40px;
}

footer li a {
    font-size: 18px;
    line-height: 21px;
    text-transform:uppercase;
}

footer p {
    font-size: 18px;
    line-height: 26px;
    margin: 30px 0;
}
footer  p span{
    
   display: block;
}

/*-------------- inner about page style ------------*/

.inner_page_banner {
    background: unset;
    /* max-width: 460px;*/
    width: 100%;
    margin: 0 auto;
}

.inner_page_banner h2 {
    font-size: 95px;
    line-height: 100px;
    color: #ffffff;
    padding: unset;
    display: inline-block;
}

.inner_about {
    /*     background: url(../images/about-content-bg.png) no-repeat #ffffff; */
   /* background: url(../images/about-content-bg.jpg) no-repeat #f8f8f8;*/
    padding: 25px 0;
    background: #f8f8f8;
}

.inner_about p {
    font-size: 20px;
    line-height: 27px;
}

.page-id-133 .inner_about p {
    margin: 0px 0 40px 0;
}

.page-id-133 .inner_about ul {
    padding-left: 0;
}

.page_gallery {
    background: #000000;
    padding: 80px 0 60px 0;
}

.page_gallery .page_featured {
    padding: 0;
}

.page_gallery .container {
    max-width: 1200px;
    width: 100%;
}

.page_gallery .inner_page_banner {
    background: unset;
    /*max-width: 515px;*/
    text-align: center !important
}

.page_gallery .inner_page_banner h2 {
    font-size: 75px;
    line-height: 85px;
}

.page_gallery .gallery {
    margin-top: 40px;
}

.page_gallery img {
    margin-bottom: 25px;
}

.inner_about a.btn {
    background: #b08b10;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0;
    padding: 10px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.inner_about a {
    background: #b08b10;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0;
    padding: 15px 44px;
    text-decoration: none;
    position: relative;
    color: #000000;
}

.inner_about a.btn:hover,
.inner_about a:hover {
    background: #000000;
    color: #ffffff;
}

.inner_about a.btn::before,
.inner_about a::before {
    position: absolute;
    width: 54px;
    height: 1px;
    background: #000000;
    /* position: relative; */
    content: "";
    display: block;
    left: -30px;
    top: 21px;
}

.inner_about .panel-body.fs-12 a {
    background-color: transparent;
}

.inner_about .panel-body.fs-12 a::before {
    height: 0px;
}

.inner_about .form-group a::before {
    height: 0px;
}

.page_gallery .page_featured h2::before {
    width: 85px;
}

.inner_about a.btn:hover:before {
    background: #ffffff;
}

.inner_page_banner h2::before {
    top: -30px;
}

.inner_joinour_content {
    padding-bottom: 450px;
}

.inner_page p span {
    /* color: #ac8600;*/
}

.page-id-161.inner_page span strong,
.page-id-161.inner_page p strong {
    color: #ad8700;
}

.inner_about .inner_page_team_right a::before {
    top: 23px;
}

.page-id-161.inner_page .inner_about p {
    margin-bottom: 40px;
}

.page-id-161.inner_page .inner_about ul {
    margin: 25px 0 15px 20px;
}

.testimonials_content {
    background: #000000;
    color: #ffffff;
}

.testimonial_even {
    position: relative;
    margin-top: 60px;
}

.page_testimonials {
    padding-top: 0;
}

.page_testimonials .container {
    max-width: 1200px;
    width: 100%;
}

.page_testimonials_main {
    position: relative;
    z-index: 10;
    margin-top: -45px;
}

.testimonials_content {
    padding: 35px 45px 45px 25px;
    width: 95%;
}

.testimonials_content i {
    font-size: 30px;
    color: #ad8700;
    margin-bottom: 15px;
}

.page-id-161 .inner_page .inner_about ul li {
    padding: 15px 18px;
}


/* .page-id-161 .inner_about{
    padding-bottom:400px;
} */

.testimonials_content p {
    font-size: 22px;
    line-height: 27px;
    font-weight: 350;
    /* font-style: italic;*/
}

.testimonials_content p span {
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #ffffff;
}

.page_testimonials .testimonial_even:first-child .testimonials_content {
    margin-top: 70px;
}

.page_gallery .gallery a img {
    /* float: left; */
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
}

.sl-wrapper .sl-counter {
    display: none !important;
}

.sl-overlay {
    background: #000000;
    opacity: 0.9;
}

.sl-wrapper .sl-close,
.sl-wrapper .sl-navigation button {
    color: #ffffff;
}

.testimonials_banner .inner_page_banner {
    background: unset;
    /*max-width: 505px;*/
}

.testimonial_even {
    display: flex;
    justify-content: end;
    position: relative;
}

.testimonial_even:nth-child(1) .testimonials_content {
    position: absolute;
    right: 0;
    top: 70px;
}

.page_banner_content .ihf-row {
    max-width: 800px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px 0px;
    margin: 0 auto !important;
}

.page_banner_content .ihf-col-md-3 {
    flex: 0 0 90% !important;
    max-width: 79.5% !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-right: 5px !important;
}

.page_banner_content .ihf-row ihf-col-md-3 {}

.page_banner_content .ihf-col-md-2 {
    display: none;
}

.page_banner_content .ihf-select-input input::-webkit-input-placeholder {
    /* Edge */
    color: #878787;
    font: 17px;
}

.page_banner_content .ihf-select-input input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #878787;
    font-size: 17px;
}

.page_banner_content .ihf-select-input input::placeholder {
    color: #878787;
    font: 17px;
}

.page_banner_content label {
    margin-bottom: 0 !important;
}

.page_banner_content .ihf-select-input,
.page_banner_content input,
.page_banner_content .ihf-form-control,
.page_banner_content input {
    min-height: 50px !important;
}

.page_banner_content .ihf-select-input {
    padding: 0 !important;
}

.page_banner_content .ihf-form-control {
    border-radius: 0 !important;
}

.page_banner_content input {
    display: flex !important;
}

.inner_page_team {
    display: inline-block;
    margin-top: 20px;
}

.inner_page_team_right {
    display: inline-block;
    width: 50%;
    float: right;
    text-align: right;
    margin-top: 20px;
}

.testimonial_odd:nth-child(3) .testimonials_content {
    margin-top: -15px;
}

.testimonial_even:nth-child(4) .testimonials_content {
    margin-top: -15px;
}


/*------------------- Property page begin----->---*/

.inner_page_banner {
    background: unset;
    /*max-width: 332px;*/
}

.inner_page_banner h2 {
    text-transform: uppercase;
}

.page-parent .inner_about {
    padding: 0;
}

.page-parent.inner_page .inner_about ul li::before,
.page-parent.inner_page .inner_about a.btn::before,
.page-parent.inner_page .inner_about a::before {
    display: none;
}

.page-parent.inner_page .inner_about ul li {
    position: relative;
    padding: 10px;
    padding-left: 0px;
}

.page-parent.inner_page .inner_about .row .col-12 {
    padding-left: 0;
    padding-right: 0;
}

.page-parent .ihf-eureka.ihf-gray .ihf-bg-light {
    background: #000000 !important;
    color: #ffffff !important;
    border: none !important;
}

.page-parent .ihf-eureka .ihf-navbar-light .ihf-navbar-nav .ihf-nav-link {
    color: #ffffff !important;
}

.page-parent.inner_page .inner_about ul {
    margin-top: 0 !important;
}

.page-parent.inner_page .inner_about ul.ihf-navbar-nav.ihf-mr-auto {
    margin-left: 0px;
    margin-right: 20px;
}

.page-parent.inner_page .inner_about ul.ihf-navbar-nav.ihf-mr-auto a {
    padding: 0 15px;
    font-size: 17px;
}

.page-parent.inner_page .ihf-eureka .ihf-border {
    border: none;
}

.page-parent.inner_page .ihf-eureka.ihf-gray .ihf-btn-primary,
.page-parent.inner_page .ihf-eureka.ihf-white .ihf-btn-primary {
    background: #ad8700;
    border-radius: 0;
    font-size: 14px;
}

.page-parent.inner_page .ihf-eureka.ihf-gray .ihf-btn-primary:hover {
    background: #ffffff;
    color: #000;
    border: 1px solid #ded6d6;
}

.page-parent.inner_page .ihf-form-control {
    border-radius: 0;
}

.page-parent.inner_page .ihf-navbar-nav button.ihf-btn {
    border: 1px solid #ffffff;
}

.page-parent.inner_page .ihf-eureka.ihf-gray span button {
    border: none;
}

.page-parent.inner_page .ihf-eureka.ihf-gray span button i {
    color: #000000;
    font-size: 20px;
}

.page-parent.inner_page ul li button.ihf-btn-primary {
    width: 185px;
    height: 50px;
    color: #000;
    position: relative;
    text-transform: uppercase;
}

.page-parent.inner_page ul li button.ihf-btn-primary::before {
    position: absolute;
    width: 54px;
    height: 1px;
    background: #ffffff;
    content: "";
    display: block;
    left: -33px;
    top: 23px;
}

.page-parent .ihf-eureka.ihf-gray .ihf-bg-light.ihf-secondary {
    background: #111111 !important;
}

.page-parent .ihf-eureka.ihf-gray .ihf-bg-light.ihf-secondary ul {
    padding-left: 0;
    margin-left: 0;
}

.page-parent .ihf-eureka.ihf-gray .ihf-bg-light.ihf-secondary ul a:hover,
.page-parent.inner_page .inner_about ul.ihf-navbar-nav.ihf-mr-auto a:hover {
    background: unset;
    color: #ad8700 !important;
}

.page-parent.inner_page .ihf-listing-bottom-left a {
    padding: 0;
}

.page-parent.inner_page .ihf-listing-bottom-left a:hover {
    background: unset;
}

.ihf-eureka .ihf-navbar-light .ihf-navbar-text {
    color: #fff !important;
    font-size: 17px;
}

.page-parent.inner_page .ihf-eureka .ihf-images a {
    padding: 0;
}

.page-parent.inner_page .ihf-listing-bottom-right {
    display: none;
}

.ihf-link-back.ihf-powered-by,
.ihf-board-disclaimers {
    display: none;
}

.page-parent.inner_page ihf-pagination {
    display: none !important;
}

.ihf-search input::-webkit-input-placeholder {
    /* Edge */
    color: #333333 !important;
    font-size: 17px !important;
}

.ihf-search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333333 !important;
    font-size: 17px !important;
}

.ihf-search input::placeholder {
    color: #333333 !important;
    font-size: 17px !important;
}

[_nghost-hoe-c34] .ihf-select-input[_ngcontent-hoe-c34] input[_ngcontent-hoe-c34]:focus,
.page-parent .ihf-eureka::focus {
    box-shadow: none !important;
    box-sizing: none !important;
    border: none !important;
}

.page-parent .ihf-eureka.ihf-gray .ihf-border-right {
    border-right: 1px solid #444444 !important;
}

.page-parent .ihf-listing-price {
    font-size: 25px !important;
}

.page-parent.inner_page .ihf-listing-bottom-left a[target=_blank] {
    font-size: 17px !important;
    line-height: 20px !important;
    display: flex;
}

.page-parent.inner_page ul.ihf-select-options {
    border: 0px !important;
}

.page-parent.inner_page .ihf-more-search-content h5 {
    font-size: 26px;
}

.page-parent.inner_page .inner_about ul li.ihf-list-group-item {
    padding-left: 10px;
}

.page-parent.inner_page .inner_about ul li.ihf-list-group-item .ihf-form-check-input {
    position: absolute;
    margin-top: 5px;
    margin-left: -21px;
}

.page-parent.inner_page .ihf-more-search-bottom button:hover {
    color: #ad8700;
    background: transparent;
}

.page-parent.inner_page .ihf-more-search-bottom button.ihf-btn-primary:hover {
    background: #000000 !important;
    color: #ffffff !important;
}

.page-parent.inner_page ul li .ihf-more-search-bottom button.ihf-btn-primary {
    width: unset;
    height: unset;
    border: 1px solid #000;
}

.page-parent.inner_page ul li .ihf-more-search-bottom button.ihf-btn-primary::before {
    background: #000;
}

.page-parent.inner_page ul li .ihf-more-search-bottom button.ihf-btn-primary::before {
    width: 35px;
    left: -28px;
    top: 15px;
}

.page_banner_content .ihf-select-options {
    border: 0px !important;
}


/*---------------------- Property dec page start-----*/

button.mam58 {
    background-color: #ad8700 !important;
}

.surao>.page-container.ui-grid-spacing-xs-2 {
    margin-top: 20px !important;
}

.page_banner_content .ihf-eureka .ihf-form-control {
    font-size: 17px !important;
}

.page_banner_content .ihf-select-available-group-header {
    font-size: 18px !important;
}

.page_banner_content .ihf-select-available-option a,
.page_banner_content .ihf-select-available-option span {
    color: #000000 !important;
}

.page_banner_content .ihf-eureka.ihf-gray .ihf-bg-light,
.page_banner_content .ihf-eureka.ihf-white .ihf-bg-light {
    background-color: transparent !important;
}

.page_banner_content .ihf-eureka.ihf-gray .ihf-border,
.page_banner_content .ihf-eureka.ihf-white .ihf-border {
    border: 0px !important;
}

.page_banner_content .ihf-eureka.ihf-gray .ihf-btn-primary:focus,
.page_banner_content .ihf-eureka.ihf-gray .ihf-btn-primary.ihf-focus,
.page_banner_content .ihf-eureka.ihf-white .ihf-btn-primary:focus,
.page_banner_content .ihf-eureka.ihf-white .ihf-btn-primary.ihf-focus {
    box-shadow: none !important;
}

.ihf-eureka,
.ihf-eureka.ihf-gray .ihf-rounded,
.ihf-eureka.ihf-white .ihf-rounded {
    background-color: transparent !important;
}

.single_property_page .inner_page_banner h2 {
    font-size: 45px;
    line-height: 50px;
}

.page-parent .single_properties_page_content {
    padding-top: 25px;
    padding-bottom: 25px;
}

.ui-button-text-primary {
    color: #000000 !important;
}

.page-parent .single_properties_page_content .zaezt {
    background-color: #000 !important;
}


/*---------------------- Property page end-----*/

.main_banner {
    min-height: 622px;
    background-size: cover;
    background-position: top center;
}

.page_banner_search {
    min-height: 300px;
    background-size: cover;
    background-position: top center;
}

.page_banner_search .page_banner_content {
    transform: inherit;
    position: initial;
}

.page_banner_search .page_banner_content {
    padding: 65px 0;
}


/*.page_banner_search .page_banner_content_main {
    position: initial;
}*/

.navik-menu.menu-caret ul li.dropdown_menu>a>span {
    display: none;
}

.navik-menu>ul>li {
    /* padding: 0 4.3%; */
    border-right: 1px solid #8f7b3a;
    width: 100%;
    display: flex;
    justify-content: center;
}

.navik-menu.submenu-scale li ul {
    margin-top: 0px;
    padding: 5px 15px;
}

.navik-menu ul ul li>a {
    padding: 15px 0px!important;
    font-size: 18px;
}

.navik-menu ul ul li>a::before {
    display: none;
}

.navik-menu ul ul li {
    border-bottom: 1px solid #ae8800;
}

.navik-menu ul ul li:last-child {
    border-bottom: 0px solid #ae8800;
}

#ihf-main-container .title-bar-1 {
    color: #ffffff;
    padding: 0px;
    text-shadow: none;
    background: rgba(205, 160, 25, 1);
    background: -moz-linear-gradient(left, rgba(205, 160, 25, 1) 0%, rgba(173, 136, 0, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(205, 160, 25, 1)), color-stop(100%, rgba(173, 136, 0, 1)));
    background: -webkit-linear-gradient(left, rgba(205, 160, 25, 1) 0%, rgba(173, 136, 0, 1) 100%);
    background: -o-linear-gradient(left, rgba(205, 160, 25, 1) 0%, rgba(173, 136, 0, 1) 100%);
    background: -ms-linear-gradient(left, rgba(205, 160, 25, 1) 0%, rgba(173, 136, 0, 1) 100%);
    background: linear-gradient(to right, rgba(205, 160, 25, 1) 0%, rgba(173, 136, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cda019', endColorstr='#ad8800', GradientType=1);
    border: 0px solid #b68e07;
    border-radius: 0px;
}

.ihf-grid-result-price span {
    font-size: 23px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 400;
}

.page_featured #ihf-main-container .ihf-grid-result-price a {
    border: 0px solid #000;
    padding: 10px;
}

.ihf-grid-result-price a:before,
.ihf-grid-result-address-container a:before {
    display: none;
}

.ihf-grid-result-address-container a,
.ihf-grid-result-photocount a {
    padding: 0;
    border: 0px solid #000000;
}

#ihf-main-container a:hover {
    text-decoration: none;
}

a span.ihf-grid-result-address {
    font-size: 25px;
    line-height: 30px;
    color: #000;
    padding-bottom: 8px;
}

.ihf-results-grid-photo a {
    border: 1px solid #cecece;
}

.ihf-results-grid-photo a:hover {
    background: unset;
}

.ihf-results-grid-photo a:before,
.ihf-grid-result-photocount a:before,
.pagination a:before {
    display: none;
}

.ihf-grid-result-basic-info-container b {
    font-size: 20px;
    line-height: 24px;
    color: #b08b10;
    font-weight: 400 !important;
}

.ihf-grid-result-basic-info-container {
    font-size: 15px;
    line-height: 18px;
    color: #b08b10;
    font-weight: 400 !important;
}

.ihf-grid-result-basic-info-container .ihf-grid-result-basic-info-item1,
.ihf-grid-result-basic-info-container .ihf-grid-result-basic-info-item2 {
    border-right: 1px solid #b08b10;
    padding: 0 10px;
}

.ihf-grid-result-basic-info-container .ihf-grid-result-basic-info-item1 {
    padding-left: 0px;
}

.ihf-grid-result-basic-info-container .ihf-grid-result-basic-info-item3 {
    border-right: 0px solid #b08b10;
    padding: 0 10px;
}

.inner_about .ihf-grid-result-address-container a,
.ihf-results-grid-photo a {
    background: unset;
}

.row.mb-5.fs-12,
#ihf-board-disclaimers {
    display: none;
}

.fs-12.ihf-grid-result-photocount.ihf-resultLink-right,
.ihf-map-icon {
    display: none;
}

#ihf-main-container .fs-11 {
    font-size: 13px;
    line-height: 16px;
    width: 100%;
    margin-top: -20px;
    color: #000 !important;
}

.ihf-grid-result-mlsnum-proptype {
    color: #000 !important;
}

#ihf-main-container .property-divider {
    background: #aaaaaa;
    margin: 12px 0 10px 0;
}

#ihf-main-container .ihf-listing-search-results .row:last-child {
    position: relative;
    justify-content: center;
}


/*.page_featured #ihf-main-container .ihf-listing-search-results .row:nth-child(2) .col-xs-6, #ihf-main-container.ihf-container.ihf-color-scheme-gray .ihf-listing-search-results .row:nth-child(5) .col-xs-6{  
    display: block !important;
    margin:20px auto !important;
    width: 100%  !important;
    text-align: center !important;
}
.inner_page #ihf-main-container .col-xs-6 {
    width: 100%;
    text-align: center;
    margin-bottom:20px
}*/

.inner_page #ihf-main-container .pagination {
    padding-bottom: 30px;
}

.ihf-listing-search-results .pagination a {
    color: #000 !important;
}

#ihf-map-canvas a {
    background: none;
    padding: 0;
}

#ihf-main-container .well {
    border-radius: 0 !important;
    padding: 19px 19px 9px 19px;
    border: 1px solid #dfdfde;
}

#ihf-main-container a:hover {
    background: unset;
}

.ihf-grid-result {
    margin-bottom: 15px;
}

.page_about .page_about_content p {
    margin-bottom: 32px;
}

header .navik-menu ul li.current-menu-item li a {
    color: #000000;
}

header .navik-menu ul li.current-menu-item li:hover a {
    color: #af8900;
}

#ihf-main-container a {
    border: 0px solid #000000;
    padding: 0;
}

.page_featured #ihf-main-container a:before {
    width: 0;
}

#ihf-main-container a.ihf-slider-next,
#ihf-main-container a.ihf-slider-prev {
    color: #b38b04;
}

.ihf-slideshow {
    padding: 18px;
}

.page-id-0 .properties_page_content .ihf-sticky-height .ihf-search .ihf-top-nav {
    top: 99px !important;
}
/*gravity form begin*/
.form_unique .gform_wrapper.gravity-theme .gfield_label  {
    font-size: 20px;
}
.form_unique .gform_wrapper.gravity-theme .gfield textarea.small,.form_unique .gform_wrapper.gravity-theme .gfield input.large, .form_unique .gform_wrapper.gravity-theme .gfield select.large {
    border: 0px;
    background: transparent;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 0;
    color: #ffffff;
}
.form_unique  .gform_wrapper.gravity-theme .gfield.gfield--width-full {
    margin-top: 35px;
}
.form_unique .gfield_required.gfield_required_text {
    display: none !important;
}
.form_unique  .gform_button.button {
    font-size: 16px;
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-align: center;
    /* min-width: 258px; */
    height: 53px;
    text-align: center;
    margin: 0 auto;
    padding: 0 75px;
    margin-top: 25px;
}
.form_unique  .gform_button.button:hover {
    background-color: #97823e;
    border:1px solid #97823e;
}

body img.gform_ajax_spinner {
    max-height: 53px !important;
}

/* agent landing page start */
.inner_page .page_about_content ul {
	list-style:none;
	padding-left:30px;
}
.inner_page .page_about_content ul li::before {
  content: "\2022";
  color: #c6ad54;
  font-weight: bold;
  display: inline-block; 
  width: 1em; 
    margin-left: -15px;   
    height: 10px;
    font-size: 17px;
   
    line-height: 14px;
}
.inner_page .page_about_content ul li{
	padding-left:0;
}
.page-template-template-landing header{
	display:none;
}
.page-template-template-landing .page_banner_content_main{
	color:#ffffff;
}
 .page-template-template-landing .page_banner p {
    font-size: 20px;
	line-height: 33px;
}
 .page-template-template-landing .page_banner h2 {
    
	line-height: 70px;
}
.page-template-template-landing .page_banner h4 {
   margin:25px 0 0 0;
}
.page-template-template-landing .page_banner_content,.page-template-template-landing .page_banner_content_main{
	height:100%;
	/*min-height:800px;*/
	position:relative;
	transform:unset !important;
	top:unset !important;
}

.page-template-template-landing .gform_wrapper{
	background:rgba( 0, 0, 0, 0.5);
	padding:15px 15px 20px 15px;
	border: 1px solid #494646;
	border-radius:7px;
	margin-bottom:10%;	
    position: relative;
    z-index: 2;
}
.banner-right-img{
    margin-left: -97px;
    z-index: 1;
    position: relative;
}
.page-template-template-landing .gform_wrapper h6{
	font-size:35px;
	line-height:40px;
}
.page-template-template-landing h2 span{
    color: #c4ab60;
    font-family: 'Desyrel';
}
.page-template-template-landing .gform_wrapper h2{
	font-size:30px;
	line-height:36px;
}
.page-template-template-landing .gform_wrapper input{
	height:50px;
	border-radius:7px;
	width:100%;
	font-size:16px;
	padding-left:5px;
	color:#000000;
}
.page-template-template-landing .gform_wrapper textarea{
	min-height:50px;
	border-radius:7px;
	width:100%;
	font-size:16px;
	padding-left:5px;
	color:#000000;
	resize: none;
}
.page-template-template-landing .page_banner{
	background:url(https://www.pgrealtyhomes.com/wp-content/uploads/2023/04/agent_landing_banner.jpg) no-repeat;
	background-size:cover;
}.page-template-template-landing .page_banner>img{
	display:none;
}

.page-template-template-landing .gform_wrapper input::placeholder,
.page-template-template-landing .gform_wrapper textarea::placeholder{	
	padding-left:5px;
	font-size:16px;color:#000000;
}
.page-template-template-landing .gform_wrapper.gravity-theme .gform_footer{
	padding:7px 0 0 0;
}
.page-template-template-landing .gform_wrapper #gform_fields_2 .field_sublabel_below{	
	width:98%;
}
.page-template-template-landing .gform_wrapper #gform_fields_2 .field_sublabel_below:nth-child(even),.page-template-template-landing .gform_wrapper #gform_fields_2 .field_sublabel_below:nth-child(4){
	
    margin: auto 0 auto auto;
}
.page-template-template-landing .gform_wrapper ul{
	margin-bottom:7px;
}
.page-template-template-landing .gform_wrapper .button{
	text-align:center;
	background:#c4ab60;
	color:#000000;
	text-transform:uppercase;
    justify-content: center;
	font-weight:bold;
	border:none;
	margin-top:6px;
	margin-bottom:0;
}

.banner_girl_img{	
   /* max-width: 429px;*/   
	position:absolute;
	bottom:0;
	right:16%;
}
.banner_logo{
	margin-top:115px;
}
#agentSlider{
	margin-bottom:0px;
}
.page-template-template-landing .page_about .page_featured h2::before{
    left: 22%;
}
.page-template-template-landing .page_about .page_featured h2::after{
    right: 22%;
}
.page-id-691 .banner-right-img {
    margin-left: 14%;
}
.banner_logo{
	max-width:125px;
}
/* agent landing page start */
/*gravity form end*/
@media (min-width: 1400px){
	.page-template-template-landing .page_banner>img {
    max-height: 900px;
    object-fit: cover;
}
	#agentSlider{
	margin-bottom:0px;
}
}
@media (min-width: 1400px) and (max-width: 1600px) {

	.banner_girl_img {
		max-width: 429px;}
	.banner_logo {
    margin-top: 74px;
}
	#agentSlider{
	margin-bottom:0px;
}
}
@media (min-width: 1200px) and (max-width: 1400px) {
   
    .header_call a i {
        margin-right: 10px;
    }
    .page_header_call p {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    p {
        font-size: 17px;
        line-height: 27px;
    }
    .social_media {
        margin-left: 0px;
    }
    .featured_img_content {
        bottom: -103px;
    }
    .featured_img span {
        bottom: 4px;
    }
    .featured_img .featured_img_content_left span {
        padding: 10px 5px;
    }
    .home_testimonial_contant {
        max-width: 650px;
    }
    /*----------------------*/
    .page-parent.inner_page ul li button.ihf-btn-primary {
        width: 135px;
        margin-left: 30px;
    }
    .page-parent.inner_page ul li button.ihf-btn-primary::before {
        width: 35px;
        left: -17px;
    }
    .page-parent.inner_page .inner_about ul.ihf-navbar-nav.ihf-mr-auto a {
        padding: 0 10px;
        font-size: 16px;
    }
    .page-parent.inner_page .inner_about ul {
        margin: 25px 0px 0;
    }
    .page-parent.inner_page .ihf-eureka.ihf-gray .ihf-btn-primary,
    .page-parent.inner_page .ihf-eureka.ihf-white .ihf-btn-primary {
        font-size: 14px;
    }
    .page-parent.inner_page .ihf-select-input input {
        width: 100% !important;
        max-width: 200px !important;
    }
    .ihf-grid-result-basic-info-container .ihf-grid-result-basic-info-item1,
    .ihf-grid-result-basic-info-container .ihf-grid-result-basic-info-item2 {
        padding: 0 7px;
    }
    .ihf-grid-result-basic-info-container b {
        font-size: 16px;
    }
    h2 {
    font-size: 54px;
    line-height: 82px;
    }
   .header_call p span a, .header_call p span {
    font-size: 14px;
   }
   .header_call p, .header_call p a {
    font-size: 16px;
   }
	.banner_girl_img {
		max-width: 336px;}
.banner_logo {
    margin-top: 30px;
    max-width: 85px;
}
	.page-template-template-landing .page_banner p {
    font-size: 18px;
    line-height: 29px;
}.page-template-template-landing .page_banner h4 {
    margin: 5px 0 0 0;
	font-size:28px;
}
	.page-template-template-landing .gform_wrapper input {
    height: 34px !important;
		min-height:40px !important;
}
	.page-template-template-landing .page_banner h2 {
    line-height: 55px;
		font-size: 50px;
}
	#agentSlider{
	margin-bottom:0px;
}
	.page-template-template-landing .gform_wrapper h2{		
	line-height: 28px;
    font-size: 34px;
}
	.page-id-691 .banner-right-img {
    max-height: 690px;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
    .navik-menu ul ul li>a {
        font-size: 13px;
    }
    header .navik-menu>ul>li>a {       
        font-size: 13px;
    }
    .header_call p, .header_call p a {
        font-size: 10px;
        font-weight: 800;
    }
    .header_call p span a, .header_call p span {
        font-size: 10px;
    }
    .header_call a i {
        font-size: 17px;
        margin-right: 10px;
    }
    .page_header_call p {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    h2 {
    font-size: 48px;
    line-height: 80px;
    }
    p {
        font-size: 14px;
        line-height: 25px;
    }
    .page_about p {
        font-size: 20px;
    }
    .page_featured h2 {
        font-size: 50px;
        line-height: 60px;
    }
    
    .home_page .page_featured_heading {       
        width: 100%;
    }
    .page_featured a {
        padding: 12px 12px;
    }
    .page_featured a::before {
        width: 25px;
        left: -29px;
    }
    
    .featured_img span {
        font-size: 14px;
    }
    .featured_img_content_right a {
        padding: 24px 0px;
    }
    h3 {
        font-size: 33px;
        line-height: 48px;
    }
    .home_page_testimonial h3 {
        max-width: 780px;
    }
    h4 {
        font-size: 33px;
        line-height: 36px;
    }
    .home_testimonial_contant p {
        font-size: 18px;
        line-height: 24px;
    }
    #horizontalTab .resp-tabs-container {
        width: 56%;
        margin-right: 25px;
    }
    #horizontalTab .resp-tab-item.resp-tab-active img {
        width: 100px;
        height: 100px;
    }
    #horizontalTab .resp-tab-item img {
        width: 80px;
        height: 80px;
    }
        
    .page_about .page_featured span {
        display: block;
        font-size: 18px;
        line-height: 27px;
    }
    .page_banner h1 {
        font-size: 48px;
        line-height: 51px;
    }
    footer div>i {
        color: #fff;
        font-size: 44px;
        margin-right: 10px;
    }
    footer div>span a,
    footer div>span {
        font-size: 16px;
    }
    .social_media {
        margin-left: 0;
    }
    .social_media span {
        font-size: 18px;
    }
    footer h5 {
        font-size: 28px;
        line-height: 52px;
    }
    footer ul li a {
        font-size: 18px;
        line-height: 35px;
    }
    .featured_img .featured_img_content_left span {
        padding: 10px 2px;
        font-size: 14px;
    }
    .inner_page_banner {
        /* max-width: 250px;*/
    }
    .page_featured span {
        display: block;
        font-size: 20px;
        line-height: 24px;
    }
    .page_gallery .inner_page_banner h2 {
        font-size: 50px;
        line-height: 65px;
    }
    .page_gallery .inner_page_banner {
        background: unset;
        /*max-width:  345px;*/
    }
    .page_gallery .page_featured span {
        display: block;
        font-size: 18px;
        line-height: 20px;
    }
    .join-ourteam-banner .page_featured span {
        display: block;
        font-size: 15px;
        line-height: 21px;
    }
    .inner_about a.btn::before {
        top: 33px;
    }
    .testimonials_banner .inner_page_banner {
        background: unset;
        /* max-width: 270px;*/
    }
    .featured_img a {
        padding: 0;
    }
    .featured_img p {
        font-size: 20px;
    }
    .page_featured span {
        font-size: 17px;
        line-height: 24px;
    }
    .featured_img_content_right span {
        font-size: 14px;
        line-height: 14px;
    }
    .page_banner_content_main span {
        font-size: 14px;
    }
    /*----------------------*/
    .page-parent.inner_page ul li button.ihf-btn-primary {
        width: 135px;
        margin-left: 30px;
    }
    .page-parent.inner_page ul li button.ihf-btn-primary::before {
        width: 35px;
        left: -17px;
    }
    .page-parent.inner_page .inner_about ul.ihf-navbar-nav.ihf-mr-auto a {
        padding: 0 10px;
    }
    .page-parent.inner_page .inner_about ul {
        margin: 25px 0px 0;
    }
    .page-parent.inner_page .ihf-select-input input {
        width: 100% !important;
        max-width: 200px !important;
    }
    .ihf-grid-result-basic-info-container .ihf-grid-result-basic-info-item1,
    .ihf-grid-result-basic-info-container .ihf-grid-result-basic-info-item2 {
        padding: 0 7px;
    }
    .ihf-grid-result-basic-info-container b {
        font-size: 12px;
    }
    a span.ihf-grid-result-address {
        font-size: 19px;
        line-height: 24px;
    }
    .ihf-grid-result-address-container a {
        padding: 0;
    }
    footer ul li {
    margin: 22px 20px 18px 20px;
    }
	.banner_girl_img {
    max-width: 289px;
    right: 6%;
}
	.banner_logo {
    margin-top: 41px;
    width: 75px;
}
	.page-template-template-landing .page_banner h4 {
    margin: 5px 0 0 0;
}
	.page-template-template-landing .page_banner_content_main span {
    font-size: 45px;
}.page-template-template-landing .page_banner p {
    font-size: 18px;
    line-height: 28px;
}.page-template-template-landing .gform_wrapper h2 {
    font-size: 32px;
    line-height: 34px;
}
	.page-template-template-landing .gform_wrapper input {
   min-height: 35px !important;
		height:30px;
		
	}
	.page-template-template-landing .page_banner>img{ 
		min-height: 680px;
    object-fit: cover;
}
	#agentSlider{
	margin-bottom:0px;
}
	.page-template-template-landing .gform_wrapper.gravity-theme .gfield_required{
		font-size:11px;
		
	}
	.banner-right-img {
		margin-left: -70px;
	}
	.inner_page .inner_about ul li {
    padding: 5px 20px;
    padding-left: 30px;
		font-size: 15px;
	}
	
	.page-id-691 .banner-right-img {
    margin-left: 6%;
    max-height: 675px;
}
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .navik-menu ul ul li>a {
        font-size: 13px;
    }
    .navik-menu ul li>a {
        font-size: 13px;
    }
    .navik-menu li>ul {
        max-width: 190px;
    }
    header .navik-menu>ul>li>a {
        padding: 18px 3px;
    }
    h2 {
    font-size: 40px;
        line-height: 65px;
    }
    .home_page_testimonial h2::after {
    right: 18%;
    }
    .home_page_testimonial h2::before {
    left: 18%;
    }
    .swiper-container01 p {
    margin-top: 28px;
    }
    .header_call a i {
        font-size: 15px;
        margin-right: 7px;
    }
    header p {
        font-size: 10px;
        line-height: 11px;
    }
    .page_banner h1 {
        font-size: 35px;
        line-height: 42px;
    }
    .search {
        max-width: 573px;
        width: 100%;
    }
    .page_featured h2 {
        line-height: 48px;
        font-size: 44px;
    }
   
    .page_featured span {
        font-size: 21px;
        line-height: 27px;
    }
    .featured_img p {
        font-size: 20px;
        right: 10px;
        top: 10px;
    }
    .page_featured a {
        padding: 7px 10px;
    }
    .page_featured a::before {
        width: 15px;
        left: -18px;
    }
    .page_featured span {
        font-size: 16px;
        line-height: 22px;
    }
    .page_banner_content .page_featured span {
        font-size: 16px;
        line-height: 22px;
    }
    .featured_img .featured_img_content_left span {
        padding: 4px 3px;
        line-height: 22px;
    }
    .featured_img_content_right span {
        font-size: 15px;
    }
    .page_featured .featured_img_content_right a {
        padding: 15px 5px;
        font-size: 10px;
    }
    .home_page_testimonial h3 {
        font-size: 28px;
        line-height: 38px;
        /* margin-bottom: 40px; */
    }
    .home_testimonial_contant p {
        font-size: 17px;
        line-height: 22px;
    }
    #horizontalTab .resp-tab-item.resp-tab-active img {
        width: 90px;
        height: 90px;
    }
    #horizontalTab .resp-tab-item.resp-tab-active .home_testimonial_list_name {
        display: block;
        margin-left: 10px;
    }
    #horizontalTab .resp-tab-item img {
        width: 70px;
        height: 70px;
    }
    h4 {
        font-size: 25px;
        line-height: 33px;
    }
    .home_testimonial_list_name p {
        font-size: 13px;
        line-height: 22px;
    }
    .page_banner_search img {
        min-height: 175px;
    }
    .social_media {
        margin-left: 0;
        flex-direction: column;
        padding: 10px;
    }
    .social_media span {
        font-size: 16px;
        line-height: 28px;
        margin-right: 0;
    }
    footer .social_media a i {
        font-size: 24px;
        color: #000000;
        margin: 2px 4px;
    }
    footer div>span {
        font-size: 16px;
    }
    footer h5 {
        font-size: 25px;
        line-height: 46px;
    }
    footer ul li a {
        font-size: 16px;
        line-height: 34px;
    }
    .inner_page_banner {
        background: unset;
        /* max-width: 222px;*/
    }
    .page_gallery .inner_page_banner h2 {
        font-size: 60px;
        line-height: 70px;
    }
    .page_gallery .inner_page_banner {
        background: unset;
        /* max-width: 415px;*/
    }
    .page_gallery .page_featured span {
        font-size: 16px;
        line-height: 22px;
    }
    .join-ourteam-banner .page_featured span {
        font-size: 13px;
        line-height: 22px;
    }
    .inner_about a.btn::before {
        top: 33px;
    }
    .testimonials_banner .inner_page_banner {
        /*max-width: 242px;*/
    }
    .testimonials_content p,
    .testimonials_content p span {
        font-size: 18px;
        line-height: 24px;
    }
    .page_about p,
    ul.page_list li,
    .testimonials_content p span {
        font-size: 18px;
    }
    .home_testimonial_contant {
        max-width: 408px;
        padding: 75px 43px;
    }
    header img {
        width: 115px;
    }
    .page_header_call {
        display: none;
    }
    .home_page_testimonial h3::before {
        top: -20%;
    }
    /*----------------------*/
    .page-parent.inner_page ul li button.ihf-btn-primary {
        width: 88px;
        margin-left: 8px;
    }
    .page-parent.inner_page ul li button.ihf-btn-primary::before {
        width: 35px;
        left: -17px;
    }
    .page-parent.inner_page .inner_about ul.ihf-navbar-nav.ihf-mr-auto a {
        padding: 0 10px;
        font-size: 16px;
    }
    .page-parent.inner_page .ihf-select-input input {
        width: 100% !important;
        max-width: 200px !important;
    }
    .ihf-eureka .ihf-navbar-light .ihf-navbar-text {
        font-size: 16px;
    }
    .page-parent .ihf-search-bar-location .ihf-select-input {
        overflow: hidden !important;
    }
    .page-parent .ihf-eureka.ihf-gray .ihf-bg-light.ihf-secondary {
        padding: 8px 4px !important;
    }
    .page-parent .ihf-eureka.ihf-gray .ihf-bg-light.ihf-secondary a {
        padding: 0 6px !important;
    }
    .page_banner_content .ihf-row {
        flex-wrap: unset !important;
    }
    .page_banner_content .ihf-col-md-3 {
        max-width: 76.5% !important;
    }
    .ihf-grid-result-basic-info-container .ihf-grid-result-basic-info-item1,
    .ihf-grid-result-basic-info-container .ihf-grid-result-basic-info-item2 {
        padding: 0 7px;
    }
    .ihf-grid-result-basic-info-container b {
        font-size: 16px;
    }
    a span.ihf-grid-result-address {
        font-size: 19px;
        line-height: 24px;
    }
    .ihf-grid-result-address-container a {
        padding: 0;
    }
    footer ul li {
    margin: 10px;
    }
    footer ul {
    margin: 4px 0 12px 0;
    }
    .header_call p, .header_call p a{
        font-size: 12px;
        font-weight: 800;
    }
    .header_call i {
    font-size: 20px;
    margin: 0 10px;
    }
    .page_featured #ihf-main-container .col-xs-4.ihf-slider-col{
    width:50%;
    }
    .header_call p span a, .header_call p span {
        font-size: 13px;
    }
	.banner_girl_img {
    max-width: 289px;
    right: 6%;
}
	.banner_logo {
    margin-top: 41px;
    width: 75px;
}
	.page-template-template-landing .page_banner h4 {
    margin: 5px 0 0 0;
}
	.page-template-template-landing .page_banner_content_main span {
    font-size: 45px;
}.page-template-template-landing .page_banner p {
    font-size: 18px;
    line-height: 28px;
}.page-template-template-landing .gform_wrapper h2 {
    font-size: 32px;
    line-height: 34px;
}
	.page-template-template-landing .gform_wrapper input {
   min-height: 35px !important;
		height:30px;
		
	}
	.page-template-template-landing .page_banner>img{  min-height: 680px;
    object-fit: cover;
}
	.page-template-template-landing .gform_wrapper input,.page-template-template-landing .gform_wrapper input::placeholder{
		font-size:12px;
	}
	#agentSlider{
	margin-bottom:0px;
}
	#agentSlider.swiper img{
		max-height:500px;
	}
	.page-template-template-landing .page_about .page_featured h2::before{
		left:17%;
	}
	.page-template-template-landing .page_about .page_featured h2::after{
		right:17%;
	}
	.banner-right-img {
		margin-left: -60px;
	}
	.page-id-691 .banner-right-img {
    margin-left: 4%;
}
}
@media (min-width: 767.98px){

    header #menu-main-menu {
    display: flex !important;
    justify-content: space-between;
    }

}


@media (max-width: 767.98px) {
    header {
        padding: 8px 0;
    }
    .navik-menu ul ul li>a {
        padding: 0px 0px!important;
    }
    .navik-menu>ul {
    position: absolute;
    width: 100%;
    background: #000000;
    }
    .dropdown-plus::after {
        background-color: #000000;
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        content: "\f068";
        color: #fff;
        right: -12.5px;
    }
    .dropdown-plus::before {
        background-color: #000000;
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        content: "\f068";
        color: #fff;
        top: 0.5px;
        right: 12px;
    }
    .dropdown-plus {
        right: 12px;
        width: 25px;
        height: 40px;
	
    }
    header .navik-menu ul ul li>a {
        color: #ffffff;
        background-color: #000;
    }
    header .navik-menu ul ul li:hover>a {
        background-color: #000;
    }
    .page_about p,
    ul.page_list li,
    .testimonials_content p span {
        font-size: 14px;
    }
    .burger-menu {
        position: absolute;
        top: -84px;
        right: 10%;
    }
    .header_call a {
        position: absolute;
        right: 10%;
    }
    .header_call a i {
        /*margin-right: -30px;*/
    }
    .line-menu {
        background-color: #ffffff;
    }
    .navik-header {
        background: #000000;
    }
    .navik-menu ul li {
        padding: 0px 0;
        border-bottom: 1px solid #3f3c3c;
    }
    header .navik-menu>ul>li:hover>a::after, header .navik-menu>ul>li.current-menu-item>a::after{
        display:none;
    }
    .navik-menu ul li:last-child {
        border-bottom: none;
    }
    .page_banner h1 {
       font-size: 51px;
    line-height: 57px;
        margin-bottom: 10px !important;
    }
    .search input {
        padding: 6px;
    }
    .search input[type=submit],
    .search input[type=submit]:hover {
        padding: 6px 30px;
    }
    .page_banner img {
        display: block;
        min-height: 200px;
        object-fit: cover;
    }
    header p {
        font-size: 15px;
        line-height: 37px;
    }
    h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .page_featured h2 {
    line-height: 40px;
    }
    .home_page .page_featured_heading,
    .page_featured_heading {
       
        width: 100%;
    }
    .page_featured a {
        padding: 12px 7px;
    }
    .page_featured .page_featured_heading a {
        padding: 12px 14px;
    }
    .page_featured a::before {
        width: 29px;
        left: -37px;
    }
    .page_about .page_featured,
    .home_page .page_about .page_featured {
        max-width: 100%;
        margin: auto;
    }
    .page_featured span {
        font-size: 19px;
        line-height: 28px;
    }
    
    ul.page_list li {
        font-size: 18px;
        line-height: 28px;
        padding: 12px;
        padding-left: 30px;
    }
    ul.page_list li::before {
        top: 20px;
    }
    h3 {
        font-size: 30px;
        line-height: 40px;
    }
    /*-------------*/
    .home_page_testimonial #horizontalTab {
        flex-direction: column;
    }
    #horizontalTab .resp-tabs-container {
        width: 100%;
    }
    #horizontalTab h2.resp-accordion,
    #horizontalTab1 h2.resp-accordion {
        display: none;
    }
    #horizontalTab .resp-tabs-list {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 12px;
    }
    #horizontalTab .resp-tabs-list li {
        display: unset;
        padding: 0;
        position: relative;
    }
    #horizontalTab .resp-tab-item.resp-tab-active img {
        margin-top: 0px;
        max-width: 85%;
        height: auto;
        margin: 0 auto;
        display: flex;
    }
    #horizontalTab .resp-tab-item.resp-tab-active .home_testimonial_list_name {
        position: absolute;
        top: 92px;
        width: 176px;
    }
    #horizontalTab .resp-tab-item img {
        margin-left: 2%;
        max-width: 80%;
        /* width: 100%; */
        height: auto;
        margin-top: 20px;
    }
    #horizontalTab .resp-tab-item.resp-tab-active:last-child .home_testimonial_list_name {
        right: 0;
    }
    .home_page_testimonial h3 {
        margin-bottom: 30px;
    }
    .home_testimonial_contant p {
        font-size: 16px;
        line-height: 22px;
    }
    h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .home_testimonial_list_name p {
        font-size: 12px;
        line-height: 20px;
    }
    .home_testimonial_contant i.fa-quote-left {
        left: 7%;
        top: 8%;
    }
    footer div>span {
        font-size: 17px;
        line-height: 24px;
    }
    footer h5 {
        font-size: 26px;
        line-height: 50px;
    }
    footer ul li a {
        font-size: 13px;
        line-height: 15px;
    }
    .social_media {
        margin-left: 0;
        margin-top: 20px;
        flex-direction: column;
        padding: 10px 7px;
    }
    .social_media span {
        font-size: 20px;
        line-height: 24px;
        margin-right: 5px;
        padding-bottom: 10px;
        display: block;
    }
    footer .social_media a i {
        font-size: 22px;
        color: #000000;
        margin: 2px 1px;
    }
    .page_featured {
        padding: 40px 0;
    }
    .burger-menu span {
        position: relative;
    }
    .burger-menu span:after {
        display: inline-block;
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        content: "\f0c9";
        font-size: 32px;
        color: #000000;
    }
    .burger-menu span:hover:after {
        color: #ad8700;
    }
    .menu-open span:after {
        color: #b19b4b;
        content: "\f00d";
    }
    .burger-menu.menu-open {
        -webkit-transform: rotate( 0deg);
        transform: rotate( 0deg);
    }
    .inner_page_banner h2 {
        font-size: 46px;
        line-height: 50px;
    }
    .inner_page_banner {
        background: unset;
        /* max-width: 230px;*/
    }
    .inner_page_banner h2::before {
        top: -18px;
    }
    .inner_page_banner .page_featured span {
        font-size: 17px;
        line-height: 28px;
    }
    .header_call a i {
        font-size: 18px;
    }
    .inner_about p {
        font-size: 18px;
        line-height: 24px;
    }
    .inner_about {
        padding: 40px 0;
    }
    .page_gallery .inner_page_banner h2 {
        font-size: 38px;
        line-height: 50px;
    }
    .page_gallery .inner_page_banner {
        background: unset;
        /* max-width: 265px;*/
        text-align: center !important;
    }
    .page_gallery .page_featured span {
        font-size: 15px;
        line-height: 25px;
        text-align: center !important;
    }
    .join-ourteam-banner .page_featured span {
        font-size: 14px;
        line-height: 26px;
    }
    .testimonials_content {
        width: 100%;
    }
    .testimonials_content_right {
        margin-top: 0px;
    }
    .testimonials_banner .inner_page_banner {
        /* max-width: 250px;*/
    }
    .page_testimonials_main {
        margin-top: -5px;
    }
    header img {
        width: 90px;
    }
    .header_call p,.header_call i {
        display: none;
    }
    .page_banner_content_main span {
        font-size: 16px;
    }
    .featured_img_content_left span,
    .featured_img_content_right span {
        font-size: 16px;
    }
    footer {
        text-align: center;
    }
    .footer_link {
        max-width: 350px;
        text-align: left;
        margin: auto;
    }
    .featured_img .featured_img_content_left span {
        padding: 10px 5px;
    }
    .page_about_content {
        padding-left: 10px;
    }
    .home_page_testimonial h3::before {
        top: -13%;
    }
    footer img {
        width: 150px;
    }
    /* .navik-header {
        position: absolute;
        left: 0;
    }*/
    .page_gallery .inner_page_banner h2::before {
        top: -15px;
    }
    .page_gallery .gallery {
        text-align: center;
    }
    .testimonial_even {
        margin-top: 0px;
    }
    .testimonial_odd:nth-child(3) .testimonials_content,
    .testimonial_odd:nth-child(3) .testimonials_content,
    .testimonial_even:nth-child(4) .testimonials_content {
        margin-top: 0;
    }
    .testimonials_content {
        margin-bottom: 30px;
    }
    .inner_about .testimonials_content p,
    .inner_about .testimonials_content p span {
        font-size: 16px;
    }
    .page-parent.inner_page ul li button.ihf-btn-primary {
        width: auto;
        height: auto;
        padding: 10px 20px;
    }
    .page-parent.inner_page ul li button.ihf-btn-primary::before {
        display: none;
    }
    .page-parent .ihf-eureka.ihf-gray .ihf-bg-light.ihf-secondary {
        height: auto !important;
    }
    .page-parent.inner_page .ihf-listing-bottom-left a[target=_blank] {
        font-size: 13px !important;
        display: unset;
    }
    .page-parent .ihf-eureka.ihf-gray .ihf-border-right {
        border: 0px !important;
    }
    .page_banner_content .ihf-row {
        flex-wrap: unset !important;
    }
    .page_banner_content .ihf-col-md-3 {
        max-width: 76.5% !important;
    }
    .page_banner_content button {
        padding: 10px 0px !important;
        max-width: 106px !important;
        width: 100% !important;
    }
    footer p {
        font-size: 17px;
        line-height: 27px;
    }
    .main_banner {
        min-height: 350px;
    }
    .inner_about .inner_page_team_right a {
        padding: 15px 9px;
    }
    .inner_about .inner_page_team_right a::before {
        width: 38px;
        top: 23px;
    }
    .navik-menu.submenu-scale li ul {
        padding: 0px 0px;
        margin-top: 0px;
    }
    .navik-menu.submenu-scale li ul li {
        padding-left: 20px;
    }
    .navik-menu.submenu-scale li ul li:last-child {
        padding-bottom: 0;
    }
    .ihf-grid-result-basic-info-container .ihf-grid-result-basic-info-item1,
    .ihf-grid-result-basic-info-container .ihf-grid-result-basic-info-item2 {
        padding: 0 7px;
    }
    .ihf-grid-result-basic-info-container b {
        font-size: 16px;
    }
    a span.ihf-grid-result-address {
        font-size: 16px;
        line-height: 24px;
    }
    .ihf-grid-result-container.well .row.mt-10 .col-xs-8 {
        display: block;
        width: 100% !important;
    }
    #ihf-main-container .row {
        margin-left: unset;
        margin-right: unset;
    }
    #ihf-main-container .well {
        padding: 19px 4px 9px 4px;
    }
    .navik-menu.submenu-top-border li>ul {
        border-top: 1px solid #3f3c3c
    }
    .navik-menu ul ul li {
        border-bottom: 1px solid #3f3c3c;
    }
    .header_call a {
        right: 25%;
    }
    .page-id-0 .properties_page_content .ihf-sticky-height .ihf-search .ihf-top-nav {
        top: unset !important;
    }
    .home_page_testimonial h2::before,.home_page_testimonial h2::after,.page_about .page_featured h2::before,.page_about .page_featured h2::after,.page_form h2::after,.page_form h2::before{
        display:none;
    }
    footer ul{
        margin:0 0 15px 0;
    }
    footer ul li {
    display: inline-block;
    margin:0 10px;
    }
    .page_about span, .home_page_testimonial span{
        
    font-size: 19px;
    line-height: 37px;
    }
    .page_form .testimonial_img{
        object-fit:cover;
        min-height:850px;
    }
    .page_about h4, .home_page_testimonial h4, .page_form h4 {
    font-size: 18px;
    line-height: 26px;
    }
    .page_about h3 {
    font-size: 25px;
    margin-bottom: 28px;
    }
    .swiper-container01 p {
        font-size: 18px;
        line-height: 25px;
        margin-top: 20px;
    }
    .home_page_testimonial .swiper-wrapper {
    padding-bottom: 50px;
    }
    .swiper-container01 h6 {
    font-size: 24px;
        line-height: 31px;
    }
    .view_all {
    max-width: 300px;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev, .swiper-button-prev, .swiper-rtl .swiper-button-next {
    font-size: 12px;
        line-height: 12px;
    }
    .home_page_testimonial {
    padding: 60px 0 55px 0;
    }
    footer h6{
        margin-top:30px;
    }
    .page_form .form-control{
        font-size:16px;
            padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .page_form .form-control::placeholder{
        font-size:16px;
    }
    .page_form .form {
    padding-top: 50px;
    }
    .jquery-background-video-wrapper {
    width: 100%;
    height: 520px;
    }
    .home .page_banner_content {
    top: 15%;
    }   
    .swiper-container01 p:before{       
    left: 10px;
    font-size: 30px;
    }
    .swiper-container01 p:after{
    right: 15px;
    font-size: 30px;
    }
    .page_featured h2::before,.page_featured h2::after{
    display:none;
    }
      header.navik-header {
        background-color: transparent;
    }
	.navik-menu>ul>li{
		display:block;
	}
	header .navik-menu>ul li>a {		
    height: 48px;
    display: flex;
    align-items: center;
		font-size:15px;
		text-transform:uppercase;
        
	}
	  .header_call p span a, .header_call p span {
        font-size: 13px;
    }
	.banner_girl_img {
    max-width: 200px;
    right: 40%;
		
}
	.banner_logo {
   margin-top: 50px;
    width: 28%;
    max-width: 150px;
		
    min-height: unset !important;
    object-fit: unset !important;
   
}
	.page-template-template-landing .page_banner h4 {
    margin: 5px 0 0 0;
}
	.page-template-template-landing .page_banner_content_main span {
    font-size: 45px;
}.page-template-template-landing .page_banner p {
    font-size: 18px;
    line-height: 28px;
}
	.page-template-template-landing .gform_wrapper h2 {
    font-size: 32px;
    line-height: 34px;
}
	.page-template-template-landing .gform_wrapper input {
   min-height: 35px !important;
		height:30px;		
	}
	.page-template-template-landing .page_banner>img{  
		min-height: 1100px;
    object-fit: cover;
}
	.page-template-template-landing .gform_wrapper input,.page-template-template-landing .gform_wrapper input::placeholder{
		font-size:12px;
	}
	.page-template-template-landing .page_banner h2 {
    line-height: 48px;
}
	#agentSlider{
	margin-bottom:0px;
}
	.page-template-template-landing .banner-right-img {
		margin-left: 0px;		
    min-height: initial;
    object-fit: initial;
	}
	.page-template-template-landing .gform_wrapper #gform_fields_2 .field_sublabel_below {
    width: 100%;
}
	.page_about .page_about_content ul li {
    padding: 7px;
    padding-left: 5px;
    font-size: 15px;
		line-height: 22px;  }
	.inner_page .page_about_content ul li::before{
		margin-left:-7px;
		margin-top: -15px;
}
	.page-template-template-landing .page_banner_content, .page-template-template-landing .page_banner_content_main {
    height: auto;
    
    position: relative;
    transform: translateY(0%) !important;
    top: 0% !important;
}
	
}
@media (min-width: 576px) and (max-width: 767.98px) {
.page_featured #ihf-main-container .col-xs-4.ihf-slider-col{
    width:50%;
    }
    a span.ihf-grid-result-address {
    font-size: 15px;
    line-height: 24px;
}
}
@media (max-width: 600px) {
    .header_call a {
        right: 20%;
    }
}

@media (max-width: 576px) {
    .cycle-slide .ihf-slider-col {
        width: 100% !important;
    }
    .header_call a {
        right: 14%;
    }
}

@media (max-width: 500px) {
    .page_banner_content button {
        padding: 10px 0px !important;
        max-width: 106px !important;
        width: 100% !important;
    }
    .page_banner_content .ihf-col-md-3 {
        max-width: 68.5% !important;
    }
    .ihf-grid-result-address-container a {
        padding: 0;
    }
    .home .page_banner_content {
        top: 13%;
    }
    .page_banner p {
    font-size: 16px;
    line-height: 26px;
    }
    .view_all .btn {
    padding: 12px 30px;
    }
    
}

@media (max-width: 420px) {
    
    .header_call a i {
        /*  margin-right: -15px;*/
    }
    .home_page_testimonial h3::before {
        left: 33%;
    }
    .page_banner_content button {
        padding: 10px 0px !important;
        max-width: 106px !important;
        width: 100% !important;
    }
    .page_banner_content .ihf-col-md-3 {
        max-width: 68.5% !important;
    }
	.page-template-template-landing .page_banner>img {
		min-height: 1049px;}
}