/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html, body {
    height: 100%;
    font-family: "Poppins", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #111111;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
h1 {
    font-size: 70px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
p {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #707079;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 15px 0;
}
img {
    max-width: 100%;
}
input:focus, select:focus, button:focus, textarea:focus {
    outline: none;
}
a:hover, a:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
}
ul, ol {
    padding: 0;
    margin: 0;
}

a {
    color: #cc0000;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
    text-align: center;
    /* margin-bottom: 35px; */
    margin:1.5rem 0px;
}
.section-title span {
    font-size: 14px;
    color: #122a80;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.section-title h2 {
    font-size: 36px;
    color: #122a80;
    font-weight: 600;
    position: relative;
    margin-top: 15px;
    padding-bottom: 34px;
}
.section-title h2:after {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 5px;
    width: 80px;
    background: #122a80;
    content: "";
    margin: 0 auto;
}
/* .set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
} */
.spad {
    padding-top: 75px;
    padding-bottom: 75px;
}
.spad-2 {
    padding-top: 50px;
    padding-bottom: 70px;
}

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white span, .text-white li, .text-white a {
    color: #fff;
}


/* Preloder */

#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #000;
}
.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}
@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}
@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}
/*---------------------
  Header
-----------------------*/

.canvas-open {
    display: none;
}
.offcanvas-menu-wrapper {
    display: none;
}

.header-section .nav-logo {
    position: relative;
    z-index: 9;
    -webkit-box-shadow: 0 0 15px 5px rgba(44, 44, 44, 0.2);
    box-shadow: 0 0 15px 5px rgba(44, 44, 44, 0.2);
}


.header-section.header-normal .nav-logo {
    position: relative;
    z-index: 9;
    -webkit-box-shadow: 0 0 15px 5px rgba(44, 44, 44, 0.2);
    box-shadow: 0 0 15px 5px rgba(44, 44, 44, 0.2);
}


/* header logo */
.header-flex{
    display:flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding:5px 0px;
}

@media only screen and (max-width: 991px) {
    .header-flex{
        padding:8px 10px 2px 10px;
    }
}

.nav-logo .logo {
}

@media only screen and (max-width: 991px) {
    .nav-logo .logo {
        width:50%;
        max-width: 200px;
    }
}

.nav-logo .logo img{
    width:263px;
}

.nav-logo .logo a {

}

.nav-logo .nav-logo-right {

}

@media only screen and (max-width: 991px) {
    .nav-logo .nav-logo-right {

    }
}

/*info-text*/
.nav-logo .nav-logo-right ul li .info-text {
    overflow: hidden;
    text-align: left;
}
.nav-logo .nav-logo-right ul li .info-text span {
    font-size: 14px;
    color: #707079;
    line-height: 15px;
    display: inline-block;
}
.nav-logo .nav-logo-right ul li .info-text p {
    color: #19191a;
    margin-bottom: 0;
    line-height: 18px;
    margin-top: 4px;
}
.nav-logo .nav-logo-right ul li .info-text p span {
    color: #707079;
    font-size: 16px;
}

/*info-text2*/

.nav-logo .nav-logo-right .info-text2 {
    display:flex;
    align-items:center;
    height:100%;
    padding:10px;
}

.nav-logo .nav-logo-right .info-text2 i {
    margin-right:0.5rem;
}

.nav-logo .nav-logo-right .info-text2 div{
    color:#fff;
    font-weight:800;
    font-size:1.1rem;
    background:red;
    border-radius:1rem;
    padding:0.5rem 1rem;
}

@media only screen and (max-width: 991px) {
    .nav-logo .nav-logo-right .info-text2 {

    }

    .nav-logo .nav-logo-right .info-text2 div{
        font-size:0.8rem;
    }
    
}

/*---------------------
  Breadcrumb
-----------------------*/

.breadcrumb-section {
    background: #e6e6e6;
    padding: 60px 0 50px;
}
.breadcrumb-section.contact-page {
    background: #ffffff;
}
.breadcrumb-text {
    text-align: center;
}
.breadcrumb-text h1,
.breadcrumb-text h2 {
    font-size: 30px;
    color: #122a80;
    font-weight: 600;
    margin-bottom: 16px;
}
.breadcrumb-text .breadcrumb-option a {
    display: inline-block;
    font-size: 18px;
    color: #19191a;
    margin-right: 20px;
    position: relative;
}
.breadcrumb-text .breadcrumb-option a i {
    color: #CC0000;
}
.breadcrumb-text .breadcrumb-option a:after {
    position: absolute;
    right: -14px;
    top: 1px;
    content: "";
    font-family: "FontAwesome";
}
.breadcrumb-text .breadcrumb-option span {
    display: inline-block;
    font-size: 18px;
    color: #aaaab3;
}

/*---------------------
  Blog Section
-----------------------*/

.blog-section.blog-page .single-blog-item {
    margin-bottom: 40px;
}
.blog-section.blog-page .single-blog-item:hover .sb-pic {
    -webkit-box-shadow: 0 12px 43px rgba(44, 44, 44, 0.15);
    box-shadow: 0 12px 43px rgba(44, 44, 44, 0.15);
}
.single-blog-item {
    margin-bottom: 30px;
}
.single-blog-item:hover:hover .sb-pic {
    -webkit-box-shadow: 0 12px 43px rgba(44, 44, 44, 0.15);
    box-shadow: 0 12px 43px rgba(44, 44, 44, 0.15);
}
.single-blog-item:hover .sb-text h4 a {
    text-decoration: underline;
}
.single-blog-item .sb-pic {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.single-blog-item .sb-pic img {
    min-width: 100%;
}
.single-blog-item .sb-text {
    padding-top: 30px;
}
.single-blog-item .sb-text ul {
    margin-bottom: 8px;
}
.single-blog-item .sb-text ul li {
    display: inline-block;
    list-style: none;
    font-size: 14px;
    color: #707079;
    margin-right: 25px;
    position: relative;
}
.single-blog-item .sb-text ul li:after {
    position: absolute;
    right: -16px;
    top: 0;
    content: "|";
    color: #c6c6cf;
}
.single-blog-item .sb-text ul li:last-child {
    margin-right: 0;
}
.single-blog-item .sb-text ul li:last-child:after {
    display: none;
}
.single-blog-item .sb-text ul li i {
    color: #CC0000;
}
.single-blog-item .sb-text h4 a {
    font-size: 22px;
    font-weight: 600;
    color: #19191a;
    display: inline-block;
    line-height: 32px;
}
.loadmore {
    text-align: center;
}
/*---------------------
  Blog Details Hero
-----------------------*/

.blog-details-hero {
    height: 400px;
    padding-top: 95px;
}
.bd-hero-text {
    text-align: center;
}
.bd-hero-text span {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    padding: 5px 14px;
    background: #CC0000;
    color: #ffffff;
}
.bd-hero-text h2 {
    font-size: 46px;
    font-weight: 600;
    color: #ffffff;
    line-height: 60px;
    margin-top: 30px;
    margin-bottom: 18px;
}
.bd-hero-text ul li {
    display: inline-block;
    list-style: none;
    font-size: 16px;
    color: #aaaab3;
    margin-right: 25px;
    position: relative;
}
.bd-hero-text ul li:after {
    position: absolute;
    right: -16px;
    top: 0;
    content: "|";
    color: #aaaab3;
}
.bd-hero-text ul li:last-child {
    margin-right: 0;
}
.bd-hero-text ul li:last-child:after {
    display: none;
}
.bd-hero-text ul li i {
    color: #CC0000;
}


/*---------------------
  Hero
-----------------------*/

.hero-section {
    position: relative;
}
.single-hero-item {
    padding-top: 125px;
    height: 600px;
}
.single-hero-item .hero-text {
    background: rgba(28, 28, 28, 0.6);
    padding: 48px 0 44px;
    text-align: center;
}
.single-hero-item .hero-text .room-location {
    font-size: 14px;
    color: #aaaab3;
}
.single-hero-item .hero-text .room-location i {
    color: #CC0000;
}
.single-hero-item .hero-text h2 {
    font-size: 44px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
}
.single-hero-item .hero-text .room-price {
    margin-bottom: 45px;
}
.single-hero-item .hero-text .room-price span {
    font-size: 14px;
    color: #aaaab3;
    display: inline-block;
    margin-right: 10px;
}
.single-hero-item .hero-text .room-price p {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 0;
    display: inline-block;
    font-weight: 600;
}
.single-hero-item .hero-text .room-features li {
    text-align: center;
    list-style: none;
    display: inline-block;
    margin-right: 65px;
}
.single-hero-item .hero-text .room-features li:last-child {
    margin-right: 0;
}
.single-hero-item .hero-text .room-features li i {
    font-size: 24px;
    color: #CC0000;
}
.single-hero-item .hero-text .room-features li p {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 5px;
}
.thumbs {
    position: absolute;
    left: 50%;
    bottom: 70px;
    max-width: 503px;
    background: #ffffff;
    border: 3px solid #ffffff;
    height: 100px;
    -webkit-transform: translateX(-251.3px);
    -ms-transform: translateX(-251.3px);
    transform: translateX(-251.3px);
}
.thumbs .item img {
    width: auto;
    cursor: pointer;
}



@media only screen and (max-width: 991px) {
    .single-hero-item {
        padding-top: 125px;
        height: 500px;
    }
}

@media only screen and (max-width: 768px) {
    .single-hero-item {
        padding-top: 125px;
        height: 450px;
    }
}
@media only screen and (max-width: 560px) {
    .single-hero-item {
        padding-top: 125px;
        height: 400px;
    }
}


/*---------------------
  Footer
-----------------------*/

.footer-text {
    padding-top: 35px;
    padding-bottom: 35px;
}
.footer-text .footer-logo {
    margin-bottom: 30px;
}
.footer-text .footer-logo .logo {
    margin-bottom: 34px;
}
.footer-text .footer-logo .logo a {
    display: inline-block;
}
.footer-text .footer-logo p {
    margin-bottom: 25px;
}
.footer-text .footer-logo .newslatter-form {
    position: relative;
}
.footer-text .footer-logo .newslatter-form input {
    width: 100%;
    height: 46px;
    border: none;
    font-size: 16px;
    color: #aaaab3;
    background: rgba(255, 255, 255, 0.2);
    padding-left: 20px;
}
.footer-text .footer-logo .newslatter-form input::-webkit-input-placeholder {
    color: #aaaab3;
}
.footer-text .footer-logo .newslatter-form input::-moz-placeholder {
    color: #aaaab3;
}
.footer-text .footer-logo .newslatter-form input:-ms-input-placeholder {
    color: #aaaab3;
}
.footer-text .footer-logo .newslatter-form input::-ms-input-placeholder {
    color: #aaaab3;
}
.footer-text .footer-logo .newslatter-form input::placeholder {
    color: #aaaab3;
}
.footer-text .footer-logo .newslatter-form button {
    background: #CC0000;
    border: 1px solid #CC0000;
    height: 40px;
    width: 40px;
    line-height: 40px;
    position: absolute;
    right: 3px;
    top: 3px;
    display: inline-block;
}
.footer-text .footer-logo .newslatter-form button i {
    font-size: 18px;
    color: #ffffff;
}
.footer-text .footer-widget {
    margin-bottom: 30px;
    overflow: hidden;
}
.footer-text .footer-widget h4 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
}
.footer-text .footer-widget ul {
    width: 50%;
    float: left;
}
.footer-text .footer-widget ul li {
    list-style: none;
}
.footer-text .footer-widget ul li i {
    color: #CC0000;
}
.footer-text .footer-widget ul li a {
    font-size: 14px;
    color: #aaaab3;
    line-height: 36px;
}
.footer-text .footer-widget ul.social {
    width: 100%;
}
.footer-text .footer-widget ul.social li {
    position: relative;
    padding-left: 28px;
}
.footer-text .footer-widget ul.social li i {
    color: #aaaab3;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 10px;
}
.footer-text .footer-widget ul.social li a {
    line-height: 40px;
}
.footer-text .footer-widget ul.contact-option {
    width: 100%;
}
.footer-text .footer-widget ul.contact-option li {
    font-size: 14px;
    color: #aaaab3;
    line-height: 36px;
}
.footer-text .footer-widget ul.contact-option li i {
    margin-right: 4px;
}
.copyright-text {
    text-align: center;
    padding: 13px 0 15px;
    border-top: 1px solid #363636;
}
.copyright-text p {
    font-size: 14px;
    color: #707079;
    margin-bottom: 0;
}
.copyright-text p a {
    color: #CC0000;
}
.copyright-text p i {
    color: #c11;
}
/*---------------------
  Map
-----------------------*/

.map {
    height: 500px;
    position: relative;
}
.map iframe {
    width: 100%;
}
.map .icon-list {
    position: absolute;
    left: 0;
    top: 0;
}
.map .icon-list .icon {
    font-size: 18px;
    color: #ffffff;
    width: 34px;
    height: 34px;
    background: #CC0000;
    text-align: center;
    line-height: 34px;
    display: inline-block;
    border-radius: 50%;
    z-index: 1;
    position: relative;
}
.map .icon-list .icon.icon-2 {
    position: absolute;
    left: 185px;
    top: 145px;
}
.map .icon-list .icon.icon-1 {
    position: absolute;
    left: 425px;
    top: 225px;
}
.map .icon-list .icon.icon-3 {
    position: absolute;
    left: 670px;
    top: 145px;
}
.map .icon-list .icon.icon-4 {
    position: absolute;
    left: 550px;
    top: 355px;
}
.map .icon-list .icon.icon-5 {
    position: absolute;
    left: 900px;
    top: 335px;
}
.map .icon-list .icon:after {
    position: absolute;
    left: -3px;
    top: -3px;
    width: 40px;
    height: 40px;
    background: rgba(44, 189, 184, 0.4);
    content: "";
    z-index: -1;
    border-radius: 50%;
}



/* ------------------------------ Responsive Media Styles ------------------------------ */

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
/* Medium Device: 1200px */

@media only screen and (min-width: 992px) and (max-width: 1119px) {
    .top-nav .main-menu ul li {
        margin-right: 40px;
    }
    .nav-logo .nav-logo-right ul li {
        margin-left: 20px;
    }
    .filter-form .first-row .nice-select {
        width: 195px;
    }
    .filter-form .second-row .nice-select {
        width: 195px;
    }
    .filter-form .second-row .price-range-wrap {
        width: 195px;
    }
    .filter-form .second-row .room-size-range {
        width: 195px;
    }
    .filter-form .second-row button.search-btn {
        width: 195px;
    }
    .filter-form .second-row .price-range-wrap .price-text input {
        width: 154px;
    }
    .filter-form .second-row .room-size-range .price-text input {
        width: 160px;
    }
    .feature-carousel .feature-item .fi-text .inside-text ul li {
        margin-right: 0px;
    }
    .feature-carousel .feature-item .fi-text .room-features li {
        margin-right: 20px;
    }
    .top-properties-carousel .single-top-properties .stp-text {
        padding-left: 0;
    }
    .top-properties-carousel .single-top-properties .stp-text .room-features li {
        margin-right: 50px;
    }
    .top-properties-carousel.owl-carousel .owl-nav {
        padding-top: 70px;
    }
    .agent-carousel.owl-carousel .owl-nav, .top-properties-carousel.owl-carousel .owl-nav {
        position: relative;
        text-align: center;
    }
    .agent-carousel.owl-carousel .owl-nav button[type=button], .top-properties-carousel.owl-carousel .owl-nav button[type=button] {
        position: relative;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        left: 0 !important;
        margin: 0 10px;
    }
    .pd-details-text .pd-details-tab .tab-content .property-more-table .left-table {
        margin-right: 28px;
    }
    .pd-details-text .pd-details-tab .tab-content .property-more-table .right-table {
        width: 48%;
    }
    .pd-details-text .pd-details-tab .tab-content .property-more-table table tbody tr td.p-value {
        padding-left: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .top-nav {
        display: none;
    }
    /* .nav-logo .nav-logo-right {
        display: none;
    } */
    .offcanvas-menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.7);
        z-index: 98;
        height: 100%;
        width: 100%;
        visibility: hidden;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .offcanvas-menu-overlay.active {
        visibility: visible;
    }
    .canvas-open {
        position: absolute;
        right: 40px;
        top: 34px;
        font-size: 22px;
        width: 30px;
        height: 30px;
        color: #19191a;
        border: 1px solid #19191a;
        border-radius: 2px;
        line-height: 33px;
        text-align: center;
        z-index: 100;
        display: block;
        cursor: pointer;
    }
    .offcanvas-menu-wrapper {
        position: fixed;
        left: -300px;
        top: 0;
        width: 300px;
        z-index: 999;
        background: #ffffff;
        text-align: center;
        overflow-y: auto;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        padding: 50px 30px 30px 30px;
        display: block;
    }
    .offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
        left: 0;
        opacity: 1;
        visibility: visible;
    }
    .offcanvas-menu-wrapper .canvas-close {
        font-size: 22px;
        width: 30px;
        height: 30px;
        border: 1px solid #19191a;
        border-radius: 50%;
        text-align: center;
        line-height: 30px;
        position: absolute;
        right: 20px;
        top: 20px;
        cursor: pointer;
    }
    .offcanvas-menu-wrapper .language-bar {
        margin-bottom: 30px;
    }
    .offcanvas-menu-wrapper .language-bar .language-option {
        display: inline-block;
        position: relative;
        cursor: pointer;
        padding: 18px 0 19px;
    }
    .offcanvas-menu-wrapper .language-bar .language-option img {
        margin-right: 2px;
    }
    .offcanvas-menu-wrapper .language-bar .language-option span {
        font-size: 14px;
        color: #19191a;
        display: inline-block;
        margin-right: 2px;
    }
    .offcanvas-menu-wrapper .language-bar .language-option i {
        color: #19191a;
        font-size: 13px;
    }
    .offcanvas-menu-wrapper .language-bar .language-option:hover .flag-dropdown {
        top: 45px;
        opacity: 1;
        visibility: visible;
    }
    .offcanvas-menu-wrapper .language-bar .language-option .flag-dropdown {
        position: absolute;
        right: 0;
        top: 65px;
        background: #ffffff;
        min-width: 130px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 0;
        visibility: hidden;
        border: 1px solid #e5e5e5;
        z-index: 99;
    }
    .offcanvas-menu-wrapper .language-bar .language-option .flag-dropdown ul li {
        list-style: none;
    }
    .offcanvas-menu-wrapper .language-bar .language-option .flag-dropdown ul li a {
        font-size: 14px;
        color: #222222;
        display: block;
        padding: 10px 15px;
        text-align: left;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .offcanvas-menu-wrapper .language-bar .language-option .flag-dropdown ul li a:hover {
        color: #CC0000;
    }
    .offcanvas-menu-wrapper .language-bar .property-btn .property-sub {
        display: inline-block;
        background: #00b900;
        font-size: 14px;
        color: #ffffff;
        padding: 12px 30px;
    }
    .offcanvas-menu-wrapper .main-menu {
        text-align: left;
    }
    .offcanvas-menu-wrapper .main-menu ul li {
        list-style: none;
        border-bottom: 1px solid #e5e5e5;
    }
    .offcanvas-menu-wrapper .main-menu ul li:last-child {
        border-bottom: none;
    }
    .offcanvas-menu-wrapper .main-menu ul li a {
        font-size: 14px;
        color: #19191a;
        font-weight: 500;
        text-transform: uppercase;
        display: block;
        padding: 6px 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .offcanvas-menu-wrapper .main-menu ul li a:hover {
        color: #122a80;
    }
    .offcanvas-menu-wrapper .nav-logo-right {
        text-align: right;
    }
    .offcanvas-menu-wrapper .nav-logo-right ul li {
        list-style: none;
        padding: 25px 0 25px;
    }
    .offcanvas-menu-wrapper .nav-logo-right ul li i {
        float: left;
        width: 50px;
        height: 50px;
        display: inline-block;
        text-align: center;
        border: 2px solid #122a80;
        line-height: 45px;
        color: #122a80;
        font-size: 20px;
        margin-right: 14px;
    }

    .offcanvas-menu-wrapper .nav-logo-right ul li .info-text {
        overflow: hidden;
        text-align: left;
    }
    .offcanvas-menu-wrapper .nav-logo-right ul li .info-text span {
        font-size: 14px;
        color: #707079;
        line-height: 15px;
        display: inline-block;
    }
    .offcanvas-menu-wrapper .nav-logo-right ul li .info-text p {
        color: #19191a;
        margin-bottom: 0;
        line-height: 18px;
        margin-top: 4px;
    }
    .offcanvas-menu-wrapper .nav-logo-right ul li .info-text p span {
        color: #707079;
        font-size: 16px;
    }


    .offcanvas-menu-wrapper .nav-logo-right ul li .info-text a{
        color: #122a80;
    }

    .filter-form .first-row .nice-select {
        width: 100%;
    }
    .filter-form .second-row .nice-select {
        width: 100%;
        margin-bottom: 25px;
    }
    .filter-form .second-row .price-range-wrap {
        width: 100%;
        margin-bottom: 30px;
    }
    .filter-form .second-row .room-size-range {
        width: 100%;
        margin-bottom: 30px;
    }
    .filter-form .second-row button.search-btn {
        width: 100%;
    }
    .pd-details-text .pd-details-social {
        position: relative;
        left: 0;
        top: 0;
        max-width: initial;
    }
    .pd-details-text .pd-details-social a {
        margin-right: 10px;
    }
    .agent-contact-form {
        padding-top: 20px;
    }
    .property-details-section .property-sidebar {
        padding-top: 30px;
    }
    .top-properties-carousel .single-top-properties .stp-text {
        padding-left: 0;
        padding-top: 10px;
    }


    .pd-details-text .pd-details-tab .tab-content .property-more-table table tbody tr td.p-value {
        padding-left: 20px;
    }
    .blog-details-social {
        padding-top: 0;
    }
    .blog-details-social .social-list a {
        margin-right: 6px;
    }
    .map .icon-list {
        display: none;
    }
}
/* Tablet Device: 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .property-sidebar {
        margin-bottom: 40px;
    }
    .pd-details-text .pd-details-tab .tab-content .property-more-table .right-table {
        width: 48%;
    }
    .comment-option .single-comment-item.first-comment .sc-text:before {
        height: 185px;
    }
    .property-list .single-property-item .property-pic img {
        height: auto;
    }
}
/* Wide Mobile: 480px */

@media only screen and (max-width: 767px) {
    .single-hero-item .hero-text .room-features li {
        margin-right: 45px;
    }
    .thumbs {
        max-width: 460px;
        height: 92px;
        -webkit-transform: translateX(-230px);
        -ms-transform: translateX(-230px);
        transform: translateX(-230px);
    }
    .top-properties-section .top-property-all {
        float: none;
        margin-top: 0px;
    }
    .properties-title {
        margin-bottom: 30px;
    }
    .top-properties-carousel .single-top-properties .stp-text .room-features li {
        margin-right: 45px;
    }
    .pd-hero-text .room-features li {
        margin-right: 45px;
    }
    .pd-details-text .pd-details-tab .tab-content .property-more-table .left-table {
        width: 100%;
    }
    .pd-details-text .pd-details-tab .tab-content .property-more-table .right-table {
        width: 100%;
    }
    .pd-details-text .pd-details-tab .tab-content .property-more-table table tbody tr:last-child {
        border-bottom: 1px solid #ebebeb;
    }
    .bd-hero-text h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .comment-option .single-comment-item.first-comment .sc-text:before {
        height: 185px;
    }
    .blog-details-pic .bd-pic-item {
        width: 100%;
    }

    .top-properties-carousel.owl-carousel .owl-nav {
        padding-top: 0px;
    }


    .top-properties-carousel .single-top-properties .stp-text P{
        margin-bottom: 20px;
    }


    .agent-carousel.owl-carousel .owl-nav, .top-properties-carousel.owl-carousel .owl-nav {
        position: relative;
        text-align: center;
    }
    .agent-carousel.owl-carousel .owl-nav button[type=button], .top-properties-carousel.owl-carousel .owl-nav button[type=button] {
        position: relative;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        left: 0 !important;
        margin: 0 10px;
    }
    .property-list .single-property-item .property-pic img {
        height: auto;
    }
    .single-property-item .property-text {
        padding-top: 30px;
    }
    .tag-share-option .tags {
        float: none;
        margin-bottom: 15px;
    }
    .tag-share-option .social-share {
        float: none;
    }


    .video-section {
        background-image: url("../img/video-bg-sp.jpg");
    }

}
/* Small Mobile: 320px */

@media only screen and (max-width: 479px) {
    .single-hero-item .hero-text .room-features li {
        margin-right: 13px;
        margin-bottom: 10px;
    }
    .thumbs {
        max-width: 300px;
        height: 89px;
        -webkit-transform: translateX(-150px);
        -ms-transform: translateX(-150px);
        transform: translateX(-150px);
    }
    .search-form {
        margin-top: 0;
    }
    .search-form-text .search-text {
        display: block;
    }
    .search-form-text .home-text {
        display: block;
        padding: 13px 30px;
    }
    .top-properties-carousel .single-top-properties .stp-text .room-features li {
        margin-right: 16px;
        margin-bottom: 10px;
    }
    .single-property-item .property-text .room-features li {
        margin-right: 16px;
        margin-bottom: 10px;
    }
    .pd-hero-text .room-features li {
        margin-right: 16px;
        margin-bottom: 10px;
    }
    .pd-hero-text h2 {
        font-size: 25px;
    }
    .pd-hero-section {
        padding-top: 70px;
    }
    .bd-hero-text h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .single-hero-item {
        padding-top: 150px;
        height: auto;
        padding-bottom: 100px;
    }
    .single-hero-item .hero-text h2 {
        font-size: 38px;
    }
    .thumbnail-pic {
        display: none;
    }
    .comment-option .single-comment-item .sc-text .comment-btn {
        margin-bottom: 5px;
    }
    .about-section .video-text {
        padding-top: 110px;
    }
    .feature-carousel .feature-item .fi-text .room-features li {
        margin-right: 15px;
    }
    .comment-option .single-comment-item .sc-author {
        float: none;
    }
    .contact-map .map-inside .inside-widget {
        width: 280px;
        padding: 23px;
    }
    .contact-map .map-inside {
        -webkit-transform: translateX(-135px);
        -ms-transform: translateX(-135px);
        transform: translateX(-135px);
    }
}

.thumbnail-pic {
    display: none;
}



/*--================================================================--
繝槭�繧ｸ繝ｳ繝ｻ繝代ョ繧｣繝ｳ繧ｰ險ｭ螳�
--================================================================--*/

/*padding*/
.p-t-0{padding-top: 0px!important;}
.p-t-5{padding-top: 5px;}
.p-t-10{padding-top: 10px;}
.p-t-15{padding-top: 15px;}
.p-t-30{padding-top: 30px;}
.p-t-45{padding-top: 45px;}
.p-t-60{padding-top: 60px;}
.p-t-90{padding-top: 90px;}

.p-b-5{padding-bottom: 5px;}
.p-b-10{padding-bottom: 10px;}
.p-b-15{padding-bottom: 15px;}
.p-b-30{padding-bottom: 30px;}
.p-b-45{padding-bottom: 45px;}
.p-b-60{padding-bottom: 60px;}
.p-b-90{padding-bottom: 90px;}

.p-l-5{padding-left: 5px;}
.p-l-10{padding-left: 10px;}
.p-l-15{padding-left: 15px;}
.p-l-30{padding-left: 30px;}
.p-l-45{padding-left: 45px;}
.p-l-60{padding-left: 60px;}
.p-l-90{padding-left: 90px;}

.p-r-5{padding-right: 5px;}
.p-r-10{padding-right: 10px;}
.p-r-15{padding-right: 15px;}
.p-r-30{padding-right: 30px;}
.p-r-45{padding-right: 45px;}
.p-r-60{padding-right: 60px;}
.p-r-90{padding-right: 90px;}

.pd15{
    padding: 15px;
}

/*margin*/
.m-t-0{margin-top: 0px!important;}
.m-t-5{margin-top: 5px;}
.m-t-10{margin-top: 10px;}
.m-t-15{margin-top: 15px;}
.m-t-30{margin-top: 30px;}
.m-t-45{margin-top: 45px;}
.m-t-60{margin-top: 60px;}
.m-t-90{margin-top: 90px;}

.m-b-0{margin-bottom: 0px!important;}
.m-b-5{margin-bottom: 5px;}
.m-b-10{margin-bottom: 10px;}
.m-b-15{margin-bottom: 15px;}
.m-b-30{margin-bottom: 30px;}
.m-b-45{margin-bottom: 45px;}
.m-b-60{margin-bottom: 60px;}
.m-b-90{margin-bottom: 90px;}

.m-l-5{margin-left: 5px;}
.m-l-10{margin-left: 10px;}
.m-l-15{margin-left: 15px;}
.m-l-30{margin-left: 30px;}
.m-l-45{margin-left: 45px;}
.m-l-60{margin-left: 60px;}
.m-l-90{margin-left: 90px;}

.m-r-5{margin-right: 5px;}
.m-r-10{margin-right: 10px;}
.m-r-15{margin-right: 15px;}
.m-r-30{margin-right: 30px;}
.m-r-45{margin-right: 45px;}
.m-r-60{margin-right: 60px;}
.m-r-90{margin-right: 90px;}

.m-t--5{margin-top: -5px;}
.m-t--10{margin-top: -10px;}
.m-t--15{margin-top: -15px;}
.m-t--30{margin-top: -30px;}
.m-t--45{margin-top: -45px;}
.m-t--60{margin-top: -60px;}
.m-t--90{margin-top: -90px;}


/*--================================================================--
繝｡繧､繝ｳ繧ｹ繝ｩ繧､繝繝ｼ
--================================================================--*/
#Slider-001{
    background-image: url("../img/hero-1pc_210727.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 991px) {
    .single-hero-item {
        padding-top: 125px;
        height: 500px;
    }
}

@media only screen and (max-width: 768px) {
    .single-hero-item {
        padding-top: 125px;
        height: 450px;
    }
}

@media only screen and (max-width: 640px) {
    #Slider-001{background-image: url("../img/hero-1sp_210727.jpg");
    }
}

@media only screen and (max-width: 479px) {
    .hero-section .owl-dot{display: none;}
    .single-hero-item {
        padding-top: 125px;
        height: auto;
    }
}


/*===========================================================================*/
.chuui{
    text-align: center;
    padding-bottom: 15px;
}

/*=========================================================*/

.FIXmenu{
    position: fixed;
    left: 0px;
    bottom: 0;
    z-index: 80;
    text-align: center;
    font-size: 11px;
    background-color: rgba(255, 255, 255, 1);
    border-top: 1px solid #dedede;
}
.FIXmenu img{
    width: 32px;
    height: 32px;
    display: inline-block;
}
.iconBOX{
    padding-top: 10px;
    padding-bottom: 10px;
}
.FIXmenu a,
.FIXmenu a:hover{
    color:#212529;
}

@media only screen and (min-width:992px) {
    .FIXmenu-section{display: none;}
}
@media only screen and (max-width:991px) {
    .copyright-text{	margin-bottom: 70px;}
    .FIXmenu-section{display: block;}

}

/*===============================================================笆ｲ///*/


#page_top {
    position: fixed;
    bottom: 100px;
    right: 0px;
    z-index: 96;
}
#page_top a {
    background-color: #999;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 10px 15px;
}
#page_top a:hover {
    background-color: #666;
    text-decoration: none;
}



/*===============================================================*/
.PC-view{display: block;}
.SP-view{display:none;}
.SP-view-s{display:none;}

@media only screen and (max-width: 768px) {
    .PC-view{display: none;}
    .SP-view{display:block;}
    .SP-view-s{display:none;}
}

@media only screen and (max-width: 500px) {
    .PC-view{display: none;}
    .SP-view{display:block;}
    .SP-view-s{display:block;}
}


/*===============================================================*/

.HokenBtnArea{
    padding-top: 50px;
    padding-bottom: 80px;
}
.HokenBtnArea .HokenBtn a{
}

.HokenBtn button{
    padding-top: 15px;
    padding-bottom: 15px;
}

@media only screen and (max-width:768px) {
    .HokenBtnArea{
        padding-top: 50px;
        padding-bottom:40px;
    }
}

.KasaihokenJirei-T{
    background: #abdbf1;
    height: 285px;
    position: relative;
    z-index: 10;
}

.KasaihokenJirei-T:after {
    content: "";
    position: absolute;
    top: 285px;
    left: 50%;
    margin-left: -30px;
    border: 30px solid transparent;
    border-top: 30px solid #abdbf1;
}
.KasaihokenJirei-T img{
    margin-top: -20px;
}

.KasaihokenJirei{
    background:#fdefe0;
    padding-top: 60px;
    margin-top: 0px!important;}


.JireiBox{text-align: center;
    margin-bottom: 30px;}
.JireiBox h3{
    line-height: 1!important;
}
.JireiBox h3 em{
    background:#CC0000;
    color: white;
    padding: 10px;
    border-radius: .25rem;
    font-style: normal;
    font-weight: normal;
    font-size: 14px!important;
    margin-right: 1em;
    display: inline-block;
}
.JireiBox h3 span{
    display: inline-block;
    vertical-align: middle;
    color: #CC0000;
    font-size: 2em!important;
    font-weight: bold;
}
.JireiBox h3 span small{
    font-size: 20px!important;
    font-weight: bold;
    display: inline-block;
    padding-left: 3px;
    padding-bottom: 5px;

}
.JireiBoxInner{
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 10px;
    background: white;
}

.JireiBoxInner img{
    display: block;
    margin-bottom: 5px;}

.JireiBoxInner .col-sm-6{
    margin-bottom: 20px;
}

.shadow2 {
    box-shadow: 0 .0 1rem rgba(0,0,0,.2) !important;
}

@media only screen and (max-width: 992px) {
    .KasaihokenJirei-T{
        height: auto;
    }
    .KasaihokenJirei-T:after {
        top: 100%;
        left: 50%;
    }
    .KasaihokenJirei-T img{margin-top: -10px;}
}

.KasaihokenNandodemo{
    padding-top: 30px;
    padding-bottom: 15px;
}

/*===============================================================笆ｼ轣ｫ轣ｽ菫晞匱縺�縺代〒縺ｯ縺ｪ縺�/*/

.KasaihokenDake{
    background: url("../img/blue-grade-bk.png") repeat-x;
}

.KasaihokenDake p{
    text-align: center;
}
.KasaihokenDake small{
    text-align: center;
    display: inline-block;
    margin-top: 10px;
}
.KasaihokenDakeImg{
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.KasaihokenDakeImg img{
    display: block;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 767.98px) {
    .KasaihokenDakeImg{
        width: 100%;
    }
}

/*===============================================================笆ｼ轣ｫ轣ｽ菫晞匱縺ｮ荳榊ｮ�/*/

.KasaihokenFuan{
    background: url("/img/back_faq.jpg");
}

.KasaihokenFuan p{
    text-align: center;
}
.KasaihokenFuan small{
    text-align: center;
    display: inline-block;
    margin-top: 10px;
}
.KasaihokenFuanImg{
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.KasaihokenFuanImg img{
    display: block;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}
.qaa .ques {
    color: #003366;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 0.5em;
}
.qaa .ans b {
    color: #ff7e00;
    font-size: 1.1em;
    display: block;
}

/*===============================================================笆ｼ逕ｳ隲九�豬√ｌ/*/

.KasaihokenShinsei{}

.KasaihokenShinsei p{
    text-align: center;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

/*===============================================================笆ｼ縺雁撫蜷医○繝懊ち繝ｳ/*/
.ToiawaseBtn button{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 24px;
}
.ToiawaseBtn button span{
    display: block;
    color: yellow;
    font-size: 18px;
}





/*===============================================================笆ｼ蝨ｰ髴�ｿ晞匱/*/
#JISHINHOKEN{
    padding-top: 75px;
}
.JishinhokenOwabi{
    border: 1px solid #000;
    text-align: center;
    max-width: 1040px;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
}


.JishinhokenJirei-T{
    background: #f4aeb1;
    height: 285px;
    position: relative;
    z-index: 10;
}
.JishinhokenJirei-T:after {
    content: "";
    position: absolute;
    top: 285px;
    left: 50%;
    margin-left: -30px;
    border: 30px solid transparent;
    border-top: 30px solid #f4aeb1;
}
.JishinhokenJirei-T img{margin-top: -20px;}


.JishinhokenJirei{}

@media only screen and (max-width: 992px) {
    .JishinhokenOwabi{
        margin: 10px 15px 0;
        padding: 15px 15px 0px;
    }
    .JishinhokenJirei-T{
        height: auto;
    }
    .JishinhokenJirei-T:after {
        top: 100%;
        left: 50%;
    }
    .JishinhokenJirei-T img{margin-top: -10px;}
}


.SeikoHoushu{}

@media only screen and (max-width: 768px) {
    .JishinhokenOwabi h3{
        font-size: 22px;}
    .JishinhokenOwabi p{
        text-align: left;
    }
}
/*===============================================================笆ｼ縺雁撫蜷医○繝輔か繝ｼ繝�繧ｨ繝ｪ繧｢/*/
#ContactFormArea{}
.ContactFormArea{
    background: #ededed;
}
.ContactFormArea2{
    position: relative;
    width: 100%;
}

.ToiawaseText{
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.orderform {
    border: solid 1em #efefef;
    padding: 5%;
    margin-bottom: 3em;
    border-radius: 1em;
    width: 100%;
    line-height: 1.8;
}

.orderform input.wpcf7-text,
.orderform textarea{
    width: 100%;
}


.SOUSHIN{

    padding-top: 15px!important;
    padding-bottom: 15px!important;
}

span.hissu {
    background: #ff9900;
    color: #fff;
    font-weight: normal;
    padding: 0.1em 0.8em;
    font-size: 0.7em;
    border-radius: 0.5em;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}


.footer-section{
    background: url("/img/back_area.jpg");
}


@media only screen and (max-width: 560px) {
    .copyright-text{
        padding-bottom: 90px;
    }
}


/*===============================================================笆ｼ繝励Λ繧､繝舌す繝ｼ繝ｻ繝昴Μ繧ｷ繝ｼ/*/

.privacyAREA{
    margin-top: 30px!important;
}

.privacyAREA dt h3.subcon_ttl {
    color: #122a80!important;
    font-size: 24px!important;
    margin-bottom: 10px!important;
}

.privacyAREA dd {
    margin-bottom: 30px!important;
    color: #707079!important;
    padding-left: 10px;
}

/*===============================================================笆ｼ莨夂､ｾ讎りｦ�*/

section table   { width: 100%; }
section th, section td  { padding: 10px; border: 1px solid #ddd; }
section th  { background: #f4f2e6; }

/*----------------------------------------------------
    .demo01
----------------------------------------------------*/
.demo01{
    margin-bottom: 60px;
}
.demo01 th  { width: 30%; text-align: left; }

@media handheld, only screen and (max-width:767.99px) {
    .demo01 { margin: 0; }
    .demo01 th,
    .demo01 td{
        width: 100%;
        display: block;
        border-top: none;
    }
    .demo01 tr:first-child th   { border-top: 1px solid #ddd; }

}







/*add 210719*/
@media only screen and (max-width: 560px) {
    .width50{
        width:50%;
    }
}

.formButton{
    background: rgb(29,209,0);
    background: linear-gradient(0deg, rgba(29,209,0,1) 0%, rgba(26,190,0,1) 3%, rgba(26,190,0,1) 45%, rgba(26,190,0,1) 97%, rgba(237,255,236,1) 99%);
    border-radius:12px;
    border-bottom: 5px solid rgb(0, 146, 19);
    padding:0.8rem 0;
    font-size:1.3rem;
    font-weight:800;
    color:#fff;
}


.FIXmenu{
    background-color: transparent;
    border-style:none;
    bottom: 0.5rem;
}

.footerRed{
    background: rgb(29,209,0);
    background: linear-gradient(0deg, rgba(29,209,0,1) 0%, rgba(26,190,0,1) 3%, rgba(26,190,0,1) 45%, rgba(26,190,0,1) 97%, rgba(237,255,236,1) 99%);
    box-shadow: 0px 15px 8px -10px rgba(0,0,0,0.6);
    border-radius:12px;
    border:1px solid rgb(0, 146, 19);
    border-bottom: 5px solid rgb(0, 146, 19);
    padding:0.8rem 0;
    display:flex;
    justify-content: center;
    align-items: center;
}

.footerRed-title{
    font-size:1.3rem;
    font-weight:800;
    color:#fff;
    line-height:1.1;
    margin-right:0.5rem;
    text-align:left;
}

.footerRed-img{
}

.cv_btn{
    animation: anime1 0.9s ease 0s infinite alternate;
    transform-origin:center;
  }
  @keyframes anime1 {
    from {
      transform: scale(0.9,0.9);
    }
    to {
      transform: scale(1,1);
    }
  }

.commentRed{
    color:red;
    font-size:0.9rem;
    line-height:1.2;
    margin-top:-0.5rem;
}

.btn-primary{
    border:1px solid rgb(0, 146, 19);
}

.btn-primary:hover{
    border:1px solid rgb(0, 146, 19);
}