@media (max-width: 1500px) {
  .header-layout5 .sticky-wrapper.sticky {
    background: #ffff;
  }

  .breadcumb-wrapper {
    height: auto;
  }
}


@media (min-width: 768px) and (max-width: 1024px) {

  p {
    font-size: 20px !important;
  }

  .modal-dialog {
    max-width: 100% !important;
  }

  .th-menu-wrapper .th-menu-toggle {
    right: -45px;
    width: 60px;
    height: 60px;
    font-size: 30px;
    background-color: #014d47;
  }



  /* -----navbar css-------- */
  .th-menu-wrapper .mobile-logo {
    background-color: #014d47;
  }

  .header-button {
    margin: 0;
  }

  /* button.th-menu-toggle.sidebar-btn {
    width: 40px;
    height: 40px;
    background-image: url('../img/icon/menu-white.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
  }

  header.th-header.header-default.sticky button.th-menu-toggle.sidebar-btn {
    width: 40px;
    height: 40px;
    background-image: url('../img/icon/menu.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
  }

  button.th-menu-toggle.sidebar-btn .line{
    display: none;
  } */

  header.th-header.header-layout5.sticky .th-menu-toggle {
    width: 40px;
    height: 40px;
    background-image: url('../img/icon/menu.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  header.th-header.header-layout5.sticky .sidebar-btn .line {
    height: 6px;
    width: 54px;
    border-radius: 0;
    display: none;
  }

  .th-menu-wrapper .th-menu-area {
    max-width: 370px;
  }

  .mobile-logo img {
    height: 50px;
  }

  .th-mobile-menu ul li a {
    font-size: 22px;
  }

  .sub-title4 {
    font-size: 18px;
    padding: 10px 35px;
  }


  /* -----------Home Page Css--------- */
  .hero-style10 .hero-title {
    font-size: 60px;
  }

  .hero-10 .hero-bottom-wrap .hero-thumb-content p {
    padding: 52px 226px 64px 35px;
    font-size: 20px !important;
    /* text-align: justify; */
  }

  .service-card.style7 {
    border-color: #014d47;
    margin-bottom: 30px;
    height: auto;
    min-height: auto;
  }

  .section {
    flex-direction: row;
    text-align: left;
    padding: 40px 20px;
  }

  .report-left {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .report-left h2 {
    font-size: 38px;
  }

  .report-right img {
    max-height: 100%;
  }

  .image-scroll-wrapper {
    left: 0;
  }

  .report-left h2 em {
    display: inline-block;
    margin-bottom: 10px !important;
    font-size: 24px;
  }

  #destination-are .title-area {
    text-align: left !important;
  }

  #destination-are .destination-description {
    max-width: 100% !important;
    text-align: left !important;
  }

  #property-sec .title-area {
    text-align: left !important;
  }

  .portfolio-card.style2 .portfolio-title {
    margin-bottom: 18px;
    margin-top: 12px;
  }

  .Testimonail .title-area,
  #faq .title-area {
    text-align: left !important;
  }

  .footer-layout2 .newsletter-wrap {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    text-align: left;
  }

  .team-card .box-title {
    font-size: 30px;
  }

  .team-card.style4 .team-desig {
    font-size: 24px;
  }

  /* ----Services Page Css------- */
  .counter-card-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .counter-card-wrap>div {
    flex: 0 0 48%;
    margin-bottom: 20px;
  }

  .property-grid-plan .property-grid-thumb {
    width: 100%;
    padding: 0;
  }

  .download-thumb.position-relative {
    left: 0;
  }


}

/* @media screen and (min-width: 768px) and (orientation: landscape) {
  .header-logo a img {
    height: 30px;
  }
} */






/* @media (max-width: 992px) {
  
} */

.desktopView {
  display: block;
}

.mobileView {
  display: none;
}


/* Mobile Responsive */
@media (max-width: 768px) {
  #row-direction {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .calc-box {
    margin-bottom: 20px;
  }

  .section {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
  }

  .report-left {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .report-left h2 {
    font-size: 32px;
  }

  .report-right img {
    max-height: 400px;
  }

  /* Navbar css--------- */
  .th-menu-toggle.sidebar-btn {
    width: 100%;
  }

  .sidebar-btn .line {
    margin: 0;
  }

  .th-menu-toggle {
    height: auto;
  }

  .desktopView {
    display: none;
  }

  .mobileView {
    display: block;
  }

  .hero-style10 {
    padding: 0;
    height: 100vh;
    position: relative;
  }

  .banner-content {
    position: absolute;
    top: 50%;
    width: 100%;
  }

  .hero-style10 .hero-title {
    font-size: 32px;
  }

  .mobileView .btn-wrap a {
    border: 1px solid var(--white-color);
    padding: 8px 15px;
    background: transparent;
    font-size: 12px;
  }

  .hero-10 .hero-bottom-wrap .hero-thumb-content p {
    padding: 30px 30px 220px 30px;
  }

  .header-layout5.sticky .sidebar-btn .line,
  .header-default.sticky .sidebar-btn .line {
    background: #014d47;
  }

  .th-menu-wrapper .mobile-logo {
    background-color: #014d47;
  }

  .header-logo a img {
    height: 35px;
  }

  .mobile-logo img {
    height: 50px;
  }

  .popup-overlay {
    padding-top: 100px;
  }

  .popup-content {
    flex-direction: column;
    width: 95%;
    max-height: 90vh;
    overflow-y: auto;
  }

  .popup-image,
  .popup-form {
    width: 100%;
  }

  .popup-form {
    padding: 20px;
  }

  /* -----------  Home Page Css------------- */

  .service-card.style7 .box-title a {
    font-size: 16px;
  }

  .service-card .service-card-icon img {
    width: 80px;
  }

  section.service-area-3.space.overflow-hidden {
    padding: 50px 0;
  }

  .service-area-3 .title-area .sec-title {
    font-size: 28px;
  }

  div#about-sec {
    padding: 50px 0;
  }

  div#about-sec .sec-title.text-theme {
    font-size: 28px !important;
    padding: 0;
    text-align: left;
  }

  div#about-sec .sec-text.text-theme {
    text-align: justify;
  }

  .getStarted h2 {
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
    font-family: var(--body-font);
  }

  .image-scroll-wrapper {
    left: 0;
  }

  .service-card.style7 {
    height: auto;
    min-height: auto;
    margin-bottom: 20px;
    padding: 12px 8px;
  }

  .service-card.style7 .box-title {
    margin-top: 11px;
  }

  .service-card.style7 .service-img .icon-btn {
    display: none;
  }

  .service-card.style7 .service-card-icon {
    margin: 0;
    padding: 0;
  }

  section#destination-are {
    padding: 50px 0;
  }

  section#destination-are .title-area .sec-title {
    font-size: 28px;
  }

  section#destination-are .title-area p {
    max-width: 100% !important;
    margin: auto;
    text-align: justify;
  }

  section.why-sec2.space.overflow-hidden {
    padding: 50px 0;
  }

  section.why-sec2.space.overflow-hidden .title-area .sec-title {
    font-size: 28px;
  }

  section.why-sec2.space.overflow-hidden .title-area .sec-text.text-theme {
    text-align: justify;
  }

  #service-feature p.text-theme {
    text-align: justify;
  }

  section.download-area-1.space-top.overflow-hidden.background-image {
    padding: 50px 0;
  }

  section.download-area-1.space-top.overflow-hidden.background-image .title-area .sec-title {
    font-size: 28px;
  }

  section#property-sec {
    padding: 50px 0;
  }

  section#property-sec .title-area .sec-title {
    font-size: 28px;
  }

  section#property-sec .title-area .sec-text {
    text-align: justify;
  }

  section#property-sec .sec-btn {
    display: none;
  }

  .portfolio-card .portfolio-content {
    padding-top: 14px;
    text-align: justify;
  }

  .modal-dialog {
    max-width: 100%;
  }

  .space.Testimonail {
    padding: 50px 0;
  }

  .space.Testimonail .title-area .sec-title {
    font-size: 28px;
  }

  .space.Testimonail .title-area .sec-text {
    text-align: justify;
  }

  .space.Testimonail .testi-card.style2 .testi-card_text {
    text-align: justify;
  }

  section#blog-sec {
    padding: 50px 0;
  }

  section#blog-sec .title-area .sec-title {
    font-size: 28px;
  }

  section#blog-sec .title-area .sec-text {
    text-align: justify;
  }

  section#blog-sec .th-btn.style5 {
    padding: 15px;
  }

  #faq .py-5.overflow-hidden {
    padding: 50px 0;
  }

  #faq .py-5.overflow-hidden .title-area .sec-title {
    font-size: 28px;
  }

  .accordion-card .accordion-button {
    color: #014d47;
    font-size: 14px;
  }

  div#contact-sec {
    padding: 50px 0;
  }

  .client-area-1.space {
    padding: 50px 0;
  }

  .client-area-1.space .title-area .sec-title {
    font-size: 28px;
  }

  .client-area-1.space .client-card img {
    height: 40px;
  }

  .footer-wrap.space-top {
    padding: 50px 0;
    padding-bottom: 0;
  }

  .footer-layout2 .newsletter-wrap {
    padding-bottom: 10px;
  }

  .footer-layout2 .widget-area {
    padding-top: 50px;
  }

  .report-left h2 em {
    font-size: 18px;
    display: inline-block;
  }

  .report-left h2 {
    font-size: 24px;
  }

  .report-left p {
    font-size: 16px;
    text-align: justify;
  }

  .th-menu-wrapper .mobile-logo {
    padding-bottom: 18px;
    padding-top: 14px;
  }

  .download-btn {
    padding: 12px 20px;
  }

  .service-area-3 .style5.th-btn-icon {
    background-color: #014d47;
    color: #fff;
    font-size: 14px;
    padding: 15px;
  }

  /* -------About us page ----------- */
  .header-default .th-menu-toggle {
    margin-left: auto;
    background: transparent;
  }

  .why-sec-1.overflow-hidden.space {
    padding: 50px 0;
  }

  .why-sec-1.overflow-hidden.space .title-area .sec-title {
    font-size: 28px;
  }

  .why-sec-1.overflow-hidden.space .title-area p.text-black {
    text-align: justify;
  }

  .about-card_title {
    font-size: 28px;
  }

  section#team-sec {
    padding: 50px 0;
  }

  section#team-sec .title-area .sec-title {
    font-size: 28px;
  }

  section#team-sec .title-area .sec-text {
    text-align: justify;
  }

  /* ---------All Services Page---------- */
  #our-properties .sec-title {
    font-size: 28px;
  }

  #our-properties .text-theme {
    text-align: center;
  }

  #faq {
    padding: 50px 0;
  }

  #faq .title-area .sec-title {
    font-size: 28px;
  }

  .property-grid-plan .property-grid-thumb {
    padding: 0;
    width: 100%;
  }

  #PropertyArea {
    padding: 50px 0;
  }

  .appointment-wrap.bg-white .form-title {
    font-size: 28px;
    text-align: center;
  }

  .PropertyValuation .sec-title {
    font-size: 28px;
  }

  section#service-sec {
    padding: 50px 0;
  }

  .counter-area-7.overflow-hidden.pt-80.space-bottom {
    padding: 50px 0;
  }

  .counter-card .box-number {
    font-size: 28px;
  }

  section.testi-sec-1.overflow-hidden.space.overflow-hidden {
    padding: 50px 0;
  }

  .testi-sec-1 .title-area .sec-title {
    font-size: 28px;
  }

  .valunxt-logo img {
    width: auto;
  }

  .download-thumb.position-relative {
    left: 0;
    bottom: 50px;
  }

  /* -------Career Page --------- */
  #positions .card .position-name {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: left;
  }

  #positions .card .position-name p {
    color: #666;
  }

  /* ---Calculator Css----- */
  #FAQ h1{
    font-size: 18px;
  }
  .repayment-calculator {
    margin: 0 auto;
  }

  .main-title h1 {
    font-size: 14px;
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
  }

  .main-section {
    display: flex;
    width: 100%;
    gap: 0;
    flex-direction: column;
  }

  .mortgage-calculator {
    width: 100%;
}

  .toatl-mortgage h2 {
    margin-bottom: 10px;
    font-size: 24px;
    color: #014d47;
  }

  .cal-label {
    display: flex;
    align-items: baseline;
    margin-bottom: 8px;
    gap: 0;
    flex-direction: column;
  }

  .cal-label label {
    width: 100%;
    font-weight: 600;
    color: #014d47;
    font-size: 16px;
  }

  .cal-label .form-control {
    width: 100%;
    height: 30px;
    font-size: 12px;
    border-radius: 3px;
    background-color: transparent;
  }

  .toatl-mortgage span {
    font-size: 14px;
    color: #7a7a7a;
    display: inline-block;
    margin-bottom: 7px;
  }

  .toatl-mortgage h2 {
    margin-bottom: 10px;
    font-size: 24px;
    color: #014d47;
  }
}