*{
    padding: 0;
    margin: 0;
    outline: 0;
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,p{
    margin: 0;
}
a{
    text-decoration: none;
}
body{
    font-family: "Roboto", sans-serif;
}
.w-1200{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

/* header part start */
.header-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-text h4{
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    color: #15375f;
}
.header-text h3 a{
    font-size: 40px;
    line-height: 56px;
    font-weight: 900;
    color: #000;
}
.header-text h3 a:hover{
    text-decoration: underline;
}
/* header part end */

/* banner part start */
.banner{
    
    background-image: url("../images/banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.contact-btn-box a{
    display: inline-block;
    padding: 15px 40px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    background-color: #009b50;
    border-radius: 50px;
    border: 1px solid #009b50;
    transition: .3s all linear;
}
.contact-btn-box a:hover{
    background-color: #fff;
    color: #009b50;
}
/* banner part end */


/* banner part start */
.banner-box{
    display: grid;
    grid-template-columns: 1fr 440px;
    align-items: center;
    gap: 40px;
}
.banner-text h1{
    font-family: "Montserrat", sans-serif;
    font-size: 100px;
    line-height: 120px;
    font-weight: 900;
    color: #fff;
}
.banner-text h3{
    font-size: 48px;
    line-height: 62px;
    font-weight: 400;
    color: #93ddff;
}
.banner-text h4{
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    color: #fff;
}
.banner-form{
    padding: 20px 40px;
    background-color: #fff;
}
.banner-form h3{
    font-size: 23px;
    line-height: 32px;
    font-weight: 700;
    color: #000;
}
.banner-form h4{
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    color: #009b50;
}
.input-box label{
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #5e5e5e;
    margin-bottom: 5px;
}
.input-box input,
.input-box select,
.input-box textarea{
    font-family: "Roboto", sans-serif;
    width: 100%;
    padding: 9px 20px;
    border: 1px solid #cccccc;
    background-color: #f2f2f2;
}
.submit-btn button,
.submit-btn a{
    font-family: "Roboto", sans-serif;
    width: 100%;
    text-align: center;
    padding: 12px 24px;
    border-radius: 4px;
    background-color: #00a663;
    font-size: 22px;
    line-height: 44px;
    font-weight: 700;
    color: #fff;
    border: none;
    text-transform: uppercase;
    transition: .3s all linear;
}
.submit-btn button:hover,
.submit-btn a:hover{
    background-color: #009b50;
}
.submit-btn a{
    display: block;
    width: 100%;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    text-transform: capitalize;
}
.banner-form p{
    margin-bottom: 10px;
    font-size: 13px;
    color: #5e5e5e;
}
/* banner part end */

/* no matter part start */
.no-matter{
    background-color: #F9F9F9;
}
.no-matter-top h3{
    font-size: 24px;
    line-height: 48px;
    font-weight: 600;
    color: #15375f;
}

.no-matter-top h2,
.com-heading{
    font-size: 40px;
    line-height: 70px;
    font-weight: 700;
    color: #15375f;
    position: relative;
}
.no-matter-top h2 span,
.com-heading span{
    color: #00a663;
}
.no-matter-top h2::before{
    content: "";
    width: 280px;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.no-matter-box{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.no-matter-box{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 25px 50px;
}
.no-matter-box h4{
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 10px;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    color: #000;
    align-items: center;
}
.no-matter-box h4 i{
    font-size: 32px;
    color: #27bc09;
}
/* no matter part end */

/* sell house part start */
.com-heading{
    font-size: 54px;
}
.sell-house-box{
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 40px;
}
.single-sell-house{
    padding: 20px;
    border: 2px solid #00689f;
    border-radius: 5px;
    background-color: rgb(0 104 157 / 8%);
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 25px;
    align-items: center;
}
.single-sell-house:nth-child(2){
    border-color: #f79c00;
    background-color: rgb(247 156 0 / 9%);
}
.single-sell-house:nth-child(3){
    border-color: #5ab25e;
    background-color: rgb(90 178 94 / 9%);
}
.sell-house-icon img{
    border-radius: 50%;
}
.sell-house-text h3,
.sell-house-text h3 a{
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    color: #00689f;
}
.single-sell-house:nth-child(2) .sell-house-text h3{
    color: #ff6e00;
}
.single-sell-house:nth-child(3) .sell-house-text h3{
    color: #25a000;
}
.sell-house-text h3 a{
    font-size: 24px;
    font-weight: 700;
}
.sell-house-text h3 a:hover{
    text-decoration: underline;
}
.sell-house-text p{
    font-size: 22px;
    line-height: 35px;
    font-weight: 500;
    color: #212121;
    padding-bottom: 10px;
}
/* sell house part end */

/* selling banner part start */
.selling-banner{
    background-image: url("../images/sell-banner.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 10;
}
.selling-banner::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(0 54 104 / 77%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.selling-banner-text p{
    font-size: 24px;
    line-height: 43px;
    font-weight: 700;
    color: #fff;
}
/* selling banner part end */

/* slider part start */
.slider-box{
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.single-slider{
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 9px;
    box-shadow: 1px 1px 3px 1px #efefef;
}
.single-slider p{
    font-size: 18px;
    line-height: 29px;
    font-size: 400;
    color: #303030;
}
.single-slider a{
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    color: #005ba0;
}
.single-slider a:hover{
    text-decoration: underline;
}
.single-slider i{
    font-size: 18px;
    color: #ffab40;
}
.rating-box{
    display: flex;
    justify-content: space-between;
}
.single-slider span{
    font-size: 14px;
    line-height: 24px;
    color: #8c8c8c;
}
.single-slider h4 a{
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
}
/* slider part end */

/* discover part start */
.discover{
    background-color: #15375f;
}
.discover-top h4{
    font-size: 26px;
    line-height: 36px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    position: relative;
}
.discover-top h4::before{
    content: "";
    width: 80%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.discover-box{
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
}
.discover-box h3{
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 12px;
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    color: #fff;
}
.discover-box h3 i{
    font-size: 50px;
    color: #fff;
}
/* discover part end */

/* working part start */
.working-top,
.working-box{
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
}
.working-top h3{
    font-size: 23px;
    line-height: 32px;
    font-weight: 700;
    color: #000;
}




  .faq-item {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
  }

  .faq-question {
    background-color: #f1f1f1;
    padding: 15px 20px;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    line-height: 35px;
    font-weight: 700;
    color: #000;
  }

  .faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .faq-question.expanded::after {
    content: '-';
  }

  .faq-answer {
    padding: 0px 20px;
    font-size: 18px;
    line-height: 28px;
    color: #333;
    transition: 0.3s ease-out;
    height: 0;
    overflow: hidden;
  }
  

  .faq-answer.show-answer {
    padding: 20px;
    height: auto; 
    
  }
/* working part end */

/* buy part start */
.buy{
    background-image: url("../images/buy-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
}
.buy-bg{
    background-color: rgb(0 0 0 / 51%);
}
.buy-content h3{
    font-size: 34px;
    line-height: 34px;
    font-weight: 700;
    color: #fff;
}
.buy-content h3 span{
    color: #00d2e5;
}
.buy-content h2{
    font-size: 60px;
    line-height: 84px;
    font-weight: 900;
    color: #00d2e5;
}
/* buy part end */

/* bought part start */
.bought,
.why-choose,
.footer{
    background-color: #f1f4f7;
}
.bought-top h2{
    color: #15375f;
}
.bought-box{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 10px;
}
.bought-box img{
    border-radius: 5px;
}
.bought-box h4{
    margin-top: 10px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #111;
}
.why-choose-form .submit-btn button{
    font-size: 18px;
    line-height: 27px;
}
/* bought part end */

/* why choose part start */
.why-choose-top,
.why-choose-box{
    max-width: 1075px;
    width: 100%;
    margin: 0 auto;
}
.why-choose-top h2{
    display: inline-block;
    color: #15375f;
    border-bottom: 1px solid #d3d3d3;
    font-size: 40px;
    line-height: 56px;
}
.why-choose-box{
    display: block;
    
}
.why-choose-form h3{
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    color: #005c9e;
}
.why-choose-form h4{
    font-size: 27px;
    line-height: 27px;
    font-weight: 700;
    color: #bc6700;
}
.why-choose-text{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #5e5e5e;
}
.why-choose-text b,
.why-choose-text span{
    color: #000;
}
.question-box p{
    font-size: 28px;
    line-height: 49px;
    font-weight: 700;
    color: #008fbf;
}
.question-box p a{
    color: #000000c4;
}
/* why choose part end */

/* social part start */
.social-box{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.single-social{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #353535;
    transition: .3s all linear;
}
.single-social i{
    font-size: 25px;
    color: #fff;
}
.single-social:hover{
    background-color: #3967cc;
}
/* social part end */

/* footer part start */
.footer-text p,
.footer-text a{
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
    color: #333;
}
.footer-text a{
    font-weight: 700;
    color: #5e5e5e;
}
/* footer part end */

/* more info part start */
.more-info-box,
.more-info-top{
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
}
.more-info-box .banner-form{
    border: 1px solid #d3d3d3;
    padding-top: 40px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    border-radius: 5px;
}
.more-info-top h2{
    font-size: 65px;
    line-height: 91px;
    font-weight: 400;
    color: #606060;
}
.more-info-top p{
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
    color: #5e5e5e;
}
.form-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
/* more info part end */


/* spiner start */
.spinner {
    display: none;
    align-items: center;
    font-size: 15px;
}

.spinner::before {
    content: '';
    width: 15px;
    height: 15px;
    border: 3px solid #ccc;
    border-top-color: #004868;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-right: 10px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.success-message{
    display: none;
    padding: 5px 12px;
    background-color: #10ac84;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 12px;
    font-weight: 500;
    color: #fff;
    border-radius: 3px;
    text-align: center;
}
.success-message.active{
    display: inline-block;
}

/* spiner end */

/* top footer start */
.top-footer{
    background-color: #f1f4f7;
}
.top-footer-box{
    
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.single-top-footer h4{
    font-size: 20px;
    font-weight: 700;
    color: #5e5e5e;
}
.single-top-footer p{
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
}
/* top footer end */

/* privacy page start */
.privacy-header{
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}
.agree-lebel {
    font-size: 13px;
    font-weight: 300;
}
.agree-lebel a{
    color: #5e5e5e;
    text-decoration: underline;
}


.error-messages {
            color: red;
            font-size: 14px;
            margin-top: -5px;
            display: none;
        }
/* privacy page end */


/* contact us part start */
.contacat-us-box{
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 355px 1fr;
    gap: 30px;
}

.contact-left{
    padding: 20px;
    padding-top: 50px;
    border-right: 1px solid #d3d3d3;
}
.contact-left img{
    width: 150px;
}
.contact-left h4,
.contact-right h4{
    font-size: 22px;
    line-height: 31px;
    font-weight: 500;
    color: #101828;
}
.contact-left p,
.contact-left p i{
    color: #607179;
}
.contact-right{
    padding: 20px;
    padding-top: 50px;
}
.check-flex{
    display: flex;
    align-items: flex-start;
    gap: 3px;
}
.check-flex input{
    margin-top: 3px;
}

.contact-submit button{
    padding: 5px 24px;
}
/* contact us part end */