/*
====================================
Large Screen - Others
====================================
*/

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .estate-items {
    margin: 0 15px;
  }
  .estate-area {
    margin: 0 -15px;
  }
  .featured-section {
    padding-bottom: 50px;
  }
  .featured-slider-items {
    min-height: 570px;
  }
  .journey-area {
    padding: 0;
  }
  .detail-hero-inner1 h2 {
    font-size: 29px;
  }
  .detail-hero-inner1 h1 {
    padding: 18px 0;
    font-size: 36px;
  }
  .detail-hero-inner3 > div {
    padding-bottom: 15px;
  }

}

/*
====================================
Medium Screen - Others
====================================
*/

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .estate-items {
    margin: 0 10px;
  }
  .estate-area {
    margin: 0 -10px;
  }
  .estate-right-btn a {
    padding: 15px 24px;
  }
  .estate-right p {
    padding-top: 9px;
    font-size: 13px;
  }
  .featured-section {
    margin-bottom: 0;
  }
  .featured-top-left h2 {
    font-size: 44px;
  }
  .featured-top-left p br {
    display: none;
  }
  .featured-section {
    padding-bottom: 50px;
  }
  .featured-top-left {
    max-width: 575px;
  }
  .client-section-top-left {
    max-width: 515px;
  }
  .client-section-top-left p br {
    display: none;
  }
  .client-slider-items {
    min-height: 580px;
  }
  .journey-area {
    padding: 0;
  }
  .journey-section::after {
    transform: scale(0.7);
    bottom: -55px;
    left: -85px;
  }
  .journey-section::before {
    transform: scale(0.7);
    bottom: -55px;
    right: -85px;
  }
  .dream-area-left h6 {
    font-size: 13px;
  }
  .contact-form-right input {
    margin-bottom: 15px;
  }
  .contact-form-right p {
    padding-top: 15px;
    padding-bottom: 20px;
    font-size: 15px;
  }
  .map-section iframe {
    min-height: 520px;
  }
  .detail-hero-inner1 h2 {
    font-size: 24px;
  }
  .detail-hero-inner1 h1 {
    padding: 18px 0;
    font-size: 32px;
  }
  .detail-hero-inner3 > div {
    padding-bottom: 12px;
  }
  .detail-hero-inner2 div::after {
    right: -10px;
  }
  .description-top h2 {
    font-size: 44px;
  }
  .description-top p {
    line-height: 28px;
  }
  .location-area iframe {
    min-height: 520px;
  }
  .detail-hero-lightbox img {
    max-width: 105px;
  }
  .detail-hero-lightbox {
    margin-left: 0;
    margin-right: 0;
  }
}

/*
====================================
Small Screen - Tablate
====================================
*/

@media screen and (min-width: 768px) and (max-width: 991px) {
  .header-area-inner2 h2 {
    font-size: 46px;
  }
  .header-area-inner2 p {
    font-size: 18px;
  }
  .header-area-inner2 ul {
    padding-top: 38px;
  }
  .header-area-inner2 ul li a {
    padding: 15px 22px;
  }
  .estate-right p {
    font-size: 13px;
  }
  .estate-right-btn a {
    padding: 15px 24px;
  }
  .estate-right {
    margin-top: 28px;
  }
  .featured-top-left h2 {
    font-size: 38px;
  }
  .featured-top-left p br {
    display: none;
  }
  .featured-section {
    padding-bottom: 50px;
  }
  .featured-top-left {
    max-width: 475px;
  }
  .featured-slider-items {
    min-height: 577px;
    padding: 20px 12px;
  }
  .featured-slider-inner div h6 {
    font-size: 18px;
  }
  .exp-area-right {
    padding-top: 30px;
  }
  .teammate-left {
    padding-top: 30px;
  }
  .client-section-top-left {
    max-width: 450px;
  }
  .client-section-top-left p br {
    display: none;
  }
  .client-slider-items {
    min-height: 480px;
  }
  .journey-area {
    padding: 0;
  }
  .journey-section::after {
    transform: scale(0.7);
    bottom: -55px;
    left: -85px;
  }
  .journey-section::before {
    transform: scale(0.7);
    bottom: -55px;
    right: -85px;
  }
  .journey-area-right {
    padding-top: 35px;
    text-align: start !important;
  }
  .journey-section {
    padding: 70px 0;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .footer-bottom-right {
    padding-top: 9px;
  }
  .dream-area-left {
    padding-top: 22px;
  }
  .contact-form-left img {
    width: 100%;
  }
  .contact-form-right {
    margin-top: 50px;
  }
  .contact-form-section {
    padding: 90px 0;
  }
  .map-section iframe {
    min-height: 400px;
  }
  .detail-hero-inner2 div::after {
    right: -70px;
  }
  .detail-hero-right {
    margin-top: 55px;
    padding-bottom: 15px;
  }
  .detail-hero-inner1 h1 {
    font-size: 30px;
  }
  .detail-hero-inner3 > div {
    padding-bottom: 10px;
  }
  .description-top h2 {
    font-size: 40px;
  }
  .description-top p {
    line-height: 28px;
  }
  .location-area iframe {
    min-height: 400px;
  }
  .detail-hero-left {
    text-align: center;
  }
  .detail-hero-lightbox {
    margin-top: 20px;
    margin-left: 25px;
    margin-right: 25px;
  }

}

/*
====================================
Xtra Small Screen - Small Mobile
====================================
*/

@media screen and (min-width: 576px) and (max-width: 767px) {
  .heading-title {
    font-size: 28px !important;
  }
  .custom-btn a {
    padding: 14px 22px !important;
    font-size: 16px !important;
  }
  .header-area {
    padding-top: 90px;
    padding-bottom: 155px;
  }
  .header-area-inner2 h2 {
    font-size: 38px;
  }
  .header-area-inner2 p {
    font-size: 16px;
  }
  .header-area-inner2 ul {
    padding-top: 38px;
  }
  .header-area-inner2 ul li a {
    padding: 15px 22px;
    font-size: 16px;
  }
  .header-area-inner2 ul li:first-child a {
    margin-right: 12px;
  }
  .estate-right {
    margin-top: 20px;
  }
  .estate-right p {
    font-size: 12px;
  }
  .estate-section {
    padding: 75px 0;
  }
  .featured-top {
    flex-direction: column;
  }
  .featured-top-left h2 {
    font-size: 34px;
  }
  .featured-top-left p {
    padding-top: 10px;
    font-size: 15px;
  }
  .featured-top-left p br {
    display: none;
  }
  .featured-top-right {
    margin-right: auto;
    padding-top: 20px;
  }
  .featured-slider {
    margin-top: 35px;
  }
  .featured-slider-items h4 {
    padding-top: 22px;
    padding-bottom: 7px;
    font-size: 22px;
  }
  .featured-section {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .featured-slider .owl-nav .owl-next,
  .featured-slider .owl-nav .owl-prev {
    height: 45px;
    width: 45px;
    line-height: 47px !important;
  }
  .featured-slider .owl-nav .owl-next i,
  .featured-slider .owl-nav .owl-prev i {
    font-size: 18px;
  }
  .exp-area-right {
    padding-top: 22px;
  }
  .teammate-left {
    padding-top: 22px;
  }
  .featured-slider-page p {
    padding-top: 50px;
  }
  .client-section-top-left p br {
    display: none;
  }
  .client-section-top-right {
    padding-top: 18px;
  }
  .client-slider-items {
    padding: 35px 20px;
    min-height: 510px;
  }
  .client-slider .owl-nav .owl-next,
  .client-slider .owl-nav .owl-prev {
    height: 45px;
    width: 45px;
    line-height: 47px !important;
  }
  .client-slider .owl-nav .owl-next i,
  .client-slider .owl-nav .owl-prev i {
    font-size: 18px;
  }
  .journey-area {
    padding: 0;
  }
  .journey-section::after {
    transform: scale(0.7);
    bottom: -55px;
    left: -85px;
  }
  .journey-section::before {
    display: none;
  }
  .journey-area-right {
    padding-top: 22px;
    text-align: start !important;
  }
  .journey-section {
    padding: 60px 0;
  }
  .journey-area-left p {
    font-size: 16px;
  }
  .footer-items {
    padding-top: 22px;
  }
  .footer-items-2nd h6 {
    padding-bottom: 18px;
  }
  .footer-items-2nd ul li a {
    padding-bottom: 9px;
  }
  .footer-items-3rd h6 {
    padding-bottom: 18px;
  }
  .footer-items-3rd ul li {
    padding-bottom: 15px;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .footer-bottom-right {
    padding-top: 9px;
  }
  .dream-area-left {
    padding-top: 22px;
  }
  .dream-area {
    padding: 50px 35px;
  }
  .contact-form-right {
    margin-top: 42px;
  }
  .contact-form-section {
    padding: 70px 0;
  }
  .map-section iframe {
    min-height: 400px;
  }
  .detail-hero-inner2 div::after {
    right: -25px;
  }
  .detail-hero-right {
    margin-top: 35px;
    padding-bottom: 15px;
  }
  .detail-hero-inner1 h1 {
    font-size: 28px;
  }
  .detail-hero-inner3 > div {
    padding-bottom: 10px;
  }
  .detail-hero-area .clearfix {
    padding: 0 20px;
  }
  .description-top h2 {
    font-size: 36px;
  }
  .description-top p {
    line-height: 24px;
  }
  .description-box-items {
    padding-top: 25px;
  }
  .description-box-items ul li {
    margin-top: 15px;
  }
  .location-area iframe {
    min-height: 400px;
  }
  .detail-hero-lightbox img {
    max-width: 118px;
  }

}

/*
====================================
Xtra Small Screen - Small Mobile
====================================
*/

@media screen and (max-width: 575px) {
  .heading-title {
    font-size: 26px !important;
  }
  .custom-btn a {
    padding: 15px 22px !important;
    font-size: 15px !important;
    width: 100% !important;
    text-align: center !important;
  }
  .header-area {
    padding-top: 90px;
    padding-bottom: 155px;
  }
  .header-area-inner2 h2 {
    font-size: 31px;
  }
  .header-area-inner2 p {
    font-size: 14px;
  }
  .header-area-inner2 ul {
    padding-top: 30px;
  }
  .header-area-inner2 ul li a {
    padding: 15px 22px;
    font-size: 15px;
    width: 270px;
  }
  .header-area-inner2 ul li:last-child a {
    margin-top: 18px;
  }
  .estate-right {
    margin-top: 20px;
  }
  .estate-right p {
    font-size: 12px;
    padding-top: 7px;
  }
  .estate-section {
    padding: 55px 0;
  }
  .estate-right-btn a {
    margin-top: 25px;
  }
  .featured-top {
    flex-direction: column;
  }
  .featured-top-left h2 {
    font-size: 30px;
  }
  .featured-top-left p {
    padding-top: 9px;
    font-size: 14px;
  }
  .featured-top-left p br {
    display: none;
  }
  .featured-top-right {
    margin-right: auto;
    padding-top: 15px;
  }
  .featured-slider {
    margin-top: 35px;
  }
  .featured-slider-items h4 {
    padding-top: 20px;
    padding-bottom: 7px;
    font-size: 20px;
  }
  .featured-section {
    padding-top: 55px;
    padding-bottom: 50px;
  }
  .featured-slider .owl-nav .owl-next,
  .featured-slider .owl-nav .owl-prev {
    height: 38px;
    width: 38px;
    line-height: 35px !important;
  }
  .featured-slider .owl-nav .owl-next i,
  .featured-slider .owl-nav .owl-prev i {
    font-size: 14px;
  }
  .featured-slider-items {
    min-height: 540px;
  }
  .featured-slider-inner div h6 {
    font-size: 18px;
  }
  .featured-slider-inner div span {
    font-size: 16px;
    padding-right: 15px;
  }
  .featured-slider-inner div span::after {
    display: none;
  }
  .featured-slider-page p {
    padding-top: 40px;
    font-size: 18px;
  }
  .exp-area-right {
    padding-top: 18px;
  }
  .teammate-left {
    padding-top: 18px;
  }
  .teammate-left p {
    padding-top: 7px;
    font-size: 13px;
  }
  .client-section-top-left p br {
    display: none;
  }
  .client-section-top-right {
    padding-top: 18px;
  }
  .client-slider-items {
    padding: 35px 12px;
    min-height: 550px;
  }
  .client-slider .owl-nav .owl-next,
  .client-slider .owl-nav .owl-prev {
    height: 38px;
    width: 38px;
    line-height: 35px !important;
  }
  .client-slider .owl-nav .owl-next i,
  .client-slider .owl-nav .owl-prev i {
    font-size: 14px;
  }
  .client-section-top-left p {
    padding-top: 10px;
  }
  .client-slider-items ul li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    margin: 0 5px;
  }
  .client-slider-items h4 {
    padding-top: 30px;
    font-size: 20px;
  }
  .client-slider-items p {
    padding-top: 10px;
    font-size: 13px;
  }
  .journey-area {
    padding: 0;
  }
  .journey-section::after {
    transform: scale(0.5);
    bottom: -85px;
    left: -137px;
  }
  .journey-section::before {
    display: none;
  }
  .journey-area-right {
    padding-top: 22px;
    text-align: start !important;
  }
  .journey-section {
    padding: 60px 0;
    padding-bottom: 50px;
  }
  .journey-area-left p {
    font-size: 15px;
  }
  .footer-items {
    padding-top: 22px;
  }
  .footer-items-2nd h6 {
    padding-bottom: 18px;
  }
  .footer-items-2nd ul li a {
    padding-bottom: 9px;
  }
  .footer-items-3rd h6 {
    padding-bottom: 18px;
  }
  .footer-items-3rd ul li {
    padding-bottom: 15px;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  .footer-bottom-right {
    padding-top: 7px;
  }
  .dream-area-left {
    padding-top: 15px;
  }
  .dream-area {
    padding: 30px 25px;
  }
  .dream-area-inner1 {
    padding-bottom: 9px;
  }
  .dream-area-left h6 {
    padding-top: 15px;
    font-size: 13px;
  }
  .list-menu-area {
    padding: 30px 0;
  }
  .pagination-area {
    flex-direction: column;
  }
  .pagination-area-right {
    padding-top: 15px;
  }
  .pagination-area {
    padding-top: 35px;
  }
  .list-slider-section {
    padding-top: 45px;
    padding-bottom: 55px;
  }
  .dream-area-left h2 br {
    display: none;
  }
  .contact-form-right {
    margin-top: 30px;
  }
  .contact-form-section {
    padding: 50px 0;
  }
  .contact-form-right {
    padding: 25px 15px;
  }
  .contact-form-right p {
    padding-top: 12px;
    padding-bottom: 18px;
    font-size: 14px;
  }
  .contact-form-right label {
    font-size: 15px;
    padding-bottom: 7px;
  }
  .contact-form-right input {
    margin-bottom: 20px;
    padding: 15px 17px;
    font-size: 14px;
  }
  .contact-form-right textarea {
    margin-bottom: 20px;
    padding: 15px 17px;
    font-size: 14px;
  }
  .map-section iframe {
    min-height: 350px;
  }
  .detail-hero-inner2 div::after {
    display: none;
  }
  .detail-hero-right {
    margin-top: 20px;
    padding: 12px;
  }
  .detail-hero-inner1 h1 {
    font-size: 26px;
  }
  .detail-hero-inner3 > div {
    padding-bottom: 7px;
  }
  .detail-hero-inner2 {
    border-radius: 6px;
    padding: 12px;
  }
  .detail-hero-inner3 {
    padding-top: 22px;
  }
  .detail-hero-inner3 p {
    font-size: 18px;
  }
  .detail-hero-inner3 span {
    font-size: 18px;
  }
  .detail-hero-area .clearfix {
    padding: 0 7px;
  }
  .description-top h2 {
    font-size: 30px;
  }
  .description-top p {
    line-height: 24px;
    font-size: 15px;
  }
  .description-box-items {
    padding-top: 25px;
  }
  .description-box-items ul li {
    margin-top: 15px;
  }
  .description-box {
    margin-top: 35px;
    padding: 25px 20px;
  }
  .location-area iframe {
    min-height: 350px;
  }
  .location-section {
    padding-bottom: 50px;
  }
  .footer-items-1st a img {
    max-width: 200px;
  }
  .footer-items-2nd h6 {
    font-size: 20px;
  }
  .footer-items-3rd h6 {
    font-size: 20px;
  }
  .detail-hero-lightbox {
    margin-left: 0;
    margin-right: 0;
  }
}
