@media screen and (max-width:1024px){
.header-details .header-menu {
    display: none;
}
.button.text-end a {
    display: none;
}
.offcanvas-section {
    display:block;
}
.header-btn {
    text-align: right;
}
nav.navbar-menu ul {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.offcanvas-header .btn-close {
	background-color: #0e9fd100;
	margin-right: 2px;
	padding: 8px 13px;
	font-size: 16px;
	color: #fff;
}
.offcanvas-section button:hover {
	background-color: var(--blue);
}
.choose-us-second-column {
	display: flex;
	align-items: center;
	flex-direction: column;
}
}

@media screen and (min-width:768px) and (max-width:1024px){
section{
    padding: 60px 15px;
}
.text-center {
    text-align: center;
    padding-bottom: 10px;
}
span.sub-title {
    margin-bottom: 7px;
}
h1{
    font-size:45px;
}
h2{
    font-size:38px;
}
h3{
    font-size:32px;
}
h4{
    font-size:45px;
}
h5{
    font-size:22px;
}
h6{
    font-size:22px;
}


/*----------header section start css---------------*/
.header-details .header-logo {
    width: 25%;
    z-index: 99;
}
.header-section {
    padding-top: 35px;
}
.header-btn {
    width: 50%;
    z-index: 99;
}
/*----------header section end css----------------*/



/*offcanvas css start*/
.offcanvas-section button {
    background-color:var(--blue);
    color: #fff;
    font-size: 28px;
    padding: 4px 15px;
    border: none;
}
/*offcanvas css end*/


/*common banner start css*/
.common-banner {
    background-color: var(--gray);
    padding: 190px 20px 60px 20px;
    margin-top: -115px;
}
/*common banner end css*/



/*-----------banner section css start---------*/
.banner-section {
    padding: 100px 0px 0px 20px;
}
.banner-content .banner-info{
    max-width: 100%;
    width: 100%;
}
.banner-info p {
    margin: 20px 0px 40px 0px;
    width: 80%;
}
/*-----------banner section css end-----------*/



/*----------tabs section css start-------------*/
.info-tab .sub-icon {
     margin-left: 0px; 
}
.tab-pane.fade.active {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 21px;
}
.tab-pane .info-tab {
    border-left: 1px solid #bfd8d3;
    padding-left: 6px;
}
.tab-pane .info-tab:first-child {
    border: none;
    padding-left: 0px;
}
.nav-tabs li.nav-item {
    background-color: #fcfcfc;
}
.tabs-section {
    margin-top: -70px;
}
.tabs-section {
    margin-top: -61px;
}
/*----------tabs section css end---------------*/



.feature-item {
    width: 48%;
}
.flex-justify-content, .flex-align-center {
    flex-wrap: wrap;
}
.feature-flex {
    width: 100%;
}
.nav.nav-flex {
    justify-content: flex-start;
}
.nav.nav-flex {
    margin-top: 10px;
}
.specing-left {
    padding-left:0px; 
}
.choose-us-second-column {
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.flex-with-gap {
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
}
.list-content {
    width: 100%;
}
.six-section-detail {
    padding: 35px 35px 20px 35px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tour-content {
    position: relative;
    width: 45%;
}
.tour-img {
    width: 50%;
}
.tour-content h3 {
    padding-bottom: 12px;
    width: 100%;
    font-size: 25px;
    line-height: 32px;
    margin:0px;
}
.banner-info, .cta-info {
    max-width: 345px;
    width: 100%;
}

.cta-info a {
    margin-top: 12px;
}

.contact-info {
    padding-top: 18px;
}
.tour-img img {
    margin-bottom: -70px;
}
.tour-content img {
    width: 70px;
    right: -13px;
    bottom: -17px;
}
.footer-section {
    padding: 50px 20px;
}
.footer-logo p {
    padding: 12px 0px 10px 0px;
    width: 435px;
}
.social-icon svg, .social-icon i {
    padding: 6px;
    width: 15px;
    height: 15px;
}
.footer-logo.social-icon {
    margin-bottom: 20px;
}


/*--------single property page css start----------*/
.flex-box {
    flex-wrap: wrap;
}
.sp_left_col, .sp_right_col {
    width: 100%;
}   
/*--------single property page css end----------*/



/*--------archive property page css start----------*/
.desktop_filter .form_field {
    width: 31%;
}
.flex-box-filter {
    align-items: center;
    gap: 24px;
}
.desktop_filter .form_field_submit {
    width: 13%;
    margin-top: 20px;
}
a.clear_filter.text-danger {
    margin-top: 15px;
}
.archive-flex-properties {
    margin-top: 35px;
}
.pagination {
    margin: 0px;
}
/*--------archive property page css end----------*/




/*---------contact us page css start----------*/
.phone-info h4, .email-content h4, .map-content h4 {
    font-size: 26px;
    }
.phone-icon svg, .email-icon svg, .map-icon svg {
    font-size: 32px;
}
.contactus-form-section {
    padding-bottom: 60px;
}
/*---------contact us page css end----------*/




/*CTA section start css*/
.flex-space-between {
    align-items: end;
}
.home-owner .cta-info {
    max-width: 265px;
    width: 100%;
}
.hm-col-left {
    width: 40%;
    padding-bottom: 27px;
}
.hm-col-right {
    width: 60%;
}
.cta-img img {
    margin-top: 25px;
}
.cta-info h5 {
    font-size: 28px;
    margin-bottom: 16px;
    display: inline;
    line-height: 1em;
}
.home-owner .cta-content {
    padding-top: 14px;
}
/*CTA section end css*/



/*----why choose css start--------*/
.fourth-sec-icon-list .list-tab {
    flex-wrap: wrap;
    width: 48%;
}
/*----------why choose css end--------*/




}






@media screen and (max-width:767px){
    
h1{
    font-size:42px;
}
h2{
    font-size:35px;
}
h3{
    font-size:30px;
}
h4{
    font-size:22px;
}
h5{
    font-size:28px;
}
h6{
    font-size:20px;
}
.text-center {
    text-align: center;
    padding-bottom: 10px;
}
span.sub-title {
    margin-bottom: 6px;
}
section {
    padding: 40px 20px;
    position: relative;
}
.swiper-slider {
    padding-bottom: 50px;
}


/*----------header section start css---------------*/
.header-details .header-logo {
    width: 40%;
    z-index: 99;
}
.header-section {
    padding-top: 35px;
}
.offcanvas-section button {
    background-color:var(--blue);
    color: #fff;
    font-size: 20px;
    padding: 4px 12px;
    border: none;
}
/*----------header section end css----------------*/



/*common banner start css*/
.common-banner {
    background-color: var(--gray);
    padding: 170px 20px 48px 20px;
    margin-top: -115px;
}
/*common banner end css*/



/*-----------banner section css start---------*/
.banner-section {
    padding: 80px 0px 0px 20px;
}
.banner-content .banner-info{
    max-width: 100%;
    width: 100%;
}
.banner-info p {
    margin: 20px 0px 40px 0px;
    width: 94%;
}
.banner-info h1 {
    font-size: 40px;
    line-height: 1.2em;
}
.banner-img {
    margin-top: 45px;
}
/*-----------banner section css end-----------*/



/*-----------tab section start--------*/
.tab-pane.fade.active {
    flex-wrap: wrap;
}
.nav-tabs li.nav-item {
    background-color: #fcfcfc;
}
.tabs-section {
    margin-top: -15px;
    padding: 0px 10px 0px 10px;
}
.info-tab .sub-icon {
    margin-left: 0px;
}
div#myTabContent {
    padding: 25px 30px;
}
.tab-pane .info-tab, .tab-pane.fade.active {
    gap: 10px;
}
.tab-pane.fade.active {
    gap: 10px;
}
.tab-pane .info-tab {
    border-left: none;
}
/*----------tab section end-----------*/



/*----------archive page css start---------*/

.desktop_filter .form_field {
    width: 47%;
}
.flex-box-filter {
    gap: 15px;
    align-items: center;
}
.desktop_filter .form_field_submit {
    width: 21%;
    margin-top: 22px;
}
.feature-item {
    width: 100%;
}
/*----------archive page css end---------*/



/*--------single property page css start----------*/
 .flex-box {
    flex-wrap: wrap;
}
.sp_left_col, .sp_right_col {
    width: 100%;
}
.property_header h2 {
    font-size: 32px;
    line-height: 1.2em;
}
/*--------single property page css end----------*/




/*contact us page css start*/
.phone-number-info, .email-info {
    margin-bottom: 20px;
}
.contactus-form-section {
    padding: 0px 20px 40px 20px;
}
.contactform {
    padding: 20px 20px 40px 20px;
    margin-top: 30px;
}
/*contact us page css start*/




/*footer css start*/
    .footer-section{
        padding: 40px 20px;
    }
.footer-logo p {
    padding: 12px 0px 10px 0px;
    width: 100%;
}
.quick-links, .property-services, .footer-contact-info  {
    margin-top: 22px;
}
.quick-links h6, .property-services h6, .footer-contact-info h6  {
    margin-bottom: 10px;
}
/*footer css end*/



/*-------------cta section start css---------------*/
.hm-col-left, .hm-col-right {
    width: 100%;
}
.home-owner.flex-space-between {
    padding: 40px 20px 0px 20px;
    gap: 50px;
}
.cta-info h5 {
    font-size: 35px;
    width: 100%;
    padding-bottom: 0px;
}
.home-owner .cta-content {
    padding: 0;
}
.cta-img img {
    margin-top: 0px;
}



/*--------get the best deal css start--------*/
.six-section-detail {
    padding: 40px 30px 0px 30px;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}
.tour-content {
    position: relative;
    width: 100%;
}
.tour-content h3 {
    padding-bottom: 0px;
    width: 100%;
}
.tour-content img {
    display: none;
}
.contact-info {
    padding: 80px 0px 0px 20px;
    align-items: center;
}
.budget-section {
    padding-top: 40px;
}
/*--------get the best deal css end----------*/



/*about us section start css*/
    .about-icon-box {
    flex-wrap: wrap;
    gap: 20px;
}
.about-list-content {
    width: 100%;
}
/*about us section end css*/


/*-----------feature property section start css------------*/
.flex-justify-content {
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.nav.nav-flex {
    justify-content: flex-start;
}
.nav-tabs .nav-link.active {
    border-radius: 3px;
    padding: 4px 10px 6px 10px;
}
.nav-tabs .feature-nav-item button {
    font-size: 15px;
    padding: 7px;
}
/*-----------feature property section end css-------------*/



/*---------Your Suitable Choice start css-----------*/
.flex-align-center {
    flex-wrap: wrap;
    padding: 0px 10px;
}
.specing-left {
    padding-left: 0px;
}
.choose-us-second-column {
    margin-top: 22px;
}
.second-column .flex-with-gap {
    gap: 25px;
}
.fourth-sec-icon-list .flex-box {
    display: flex;
    gap: 10px;
}
/*---------Your Suitable Choice end css-------------*/



/*-------------error page css start----------------*/
.error-content h1 {
    font-size: 100px;
    margin: 0px;
}
.error-content h3 {
    font-size: 29px;
    padding-block-start: 15px;
    margin-bottom: 10px;
}
/*-------------error page css end----------------*/



/*-------------thank page css start----------------*/
.thankyousection {
    padding: 0px 10px;
}
.thankyou-content h1 {
    font-size: 40px;
}

/*-------------thank page css end----------------*/

}