@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
body {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    line-height: 27px;
    font-weight: normal;
    color: #000;
}

.navbar-brand {
    background-image: url("https://www.modernhousemaker.com/MHM/img/logo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 132px;
    height: 61px;
}

.navbar-nav .nav-item:hover {
    background-color: rgba(180, 190, 203, 0.4);
}

a {
    color: #000;
    text-decoration: none;
}

a.nav-link.active {
    font-weight: 700;
}

a.nav-link {
    color: black;
    font-weight: 700;
    padding: 0;
}

p {
    margin-bottom: 24px;
}

.bar1,
.bar2,
.bar3 {
    width: 23px;
    height: 2px;
    background-color: #f47f29;
    margin: 6px 0;
    transition: 0.4s;
    color: red;
}
.navbar-toggler:focus {
    box-shadow: 0 0 2px 0rem;
}
.change .bar1 {
    -webkit-transform: rotate(-47deg) translate(-5px, 4px);
    transform: rotate(-47deg) translate(-5px, 4px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(43deg) translate(-7px, -7px);
    transform: rotate(43deg) translate(-7px, -7px);
}

a,
button,
input[type="button"] {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.float {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 76px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 31px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float{
	margin-top:8px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: bold;
    margin-bottom: 24px;
}

h2,
.h2 {
    font-size: 33.92px;
}

h3,
.h3 {
    font-size: 30.08px;
}

h4,
.h4 {
    font-size: 25.92;
}

.rounded {
    border-radius: 100px !important;
}

.btn {
    padding: 8px 28px;
    font-size: 20px;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 12px 36px;
}
.navbar .dropdown-menu {
    min-width: 30rem;
}
.btn-primary {
    color: #f57d05;
    background-color: #fff;
    border-color: #f57d05;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #f57d05;
    border-color: #f57d05;
    color: #fff;
}

.btn-secondary {
    color: #fff;
    background-color: #f57d05;
    border-color: #f57d05;
}

.btn-secondary:hover {
    color: #f57d05;
    background-color: #fff;
    border-color: #f57d05;
}

.sec-heading h3 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 30px;
}

.sec-heading h5 {
    color: #d77427;
    text-align: center;
    margin-bottom: 5px;
}

.sec-heading-white h5 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 0px;
}

.sec-heading-white h3 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 30px;
    color: #fff;
}

 ::placeholder {
    font-size: 15px;
}

.social-m {
    position: relative;
}

#mySidenav a {
    position: fixed;
    left: -76px;
    transition: all 0.3s ease 0s;
    padding: 7px 5px 0px;
    width: 108px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 0px 5px 5px 0px;
    z-index: 77;
}

#right-sidenav a {
    position: fixed;
    right: -42px;
    transition: all 0.3s ease 0s;
    padding: 7px 5px 0px;
    width: 119px;
    height: 46px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 0px 5px 5px 0px;
    z-index: 77;
    -ms-transform: rotate(90deg);
    transform: rotate( 90deg);
}

#mySidenav a i {
    float: right;
}

#mySidenav a:hover {
    left: 0;
}

#inquiry-now {
    bottom: 262px;
    background-color: #f57d05;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: 4px double #fff;
    box-shadow: 0px 0px 7px #f57d05;
    outline: none;
    background-color: #f57d05;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
  }
  
  #myBtn:hover {
    background-color: #555;
  }
  input.form-control {
    border: 1px solid #f57d05a3;
}
/* model */
.modal-header {
    background-color: #f57d05;
    color: #fff;
    text-align: center;
}
.modal-dialog {
    max-width: 600px;
}
/* model */
/* banner */

    .mobile{
        display: none;
        }
/* banner */


/* banner form */

.banner-form {
    position: absolute;
    top: 119px;
    right: 77px;
    z-index: 1;
    width: 24%;
    background: #f37316c7;
    padding: 10px 15px;
    text-align: center;
    border-radius: 10px;
}

.banner-form h3 {
    color: #fff;
}


/* banner form */


/* features */

#features {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #010127;
}


#features h2,
h4 {
    color: #fff;
}

.features-box {
    background: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 4px 7px 22px rgb(171 171 171 / 57%);
    height: 275px;
    margin-top: 50px;
}
.features-box img{
    width: 22%;
    padding-bottom: 10px;
}



/* features */


/* About us */

#about {
    padding-top: 60px;
    padding-bottom: 60px;
}

#about h1 {
    font-size: 60px;
}


/* About us */


/* our-services */

#our-services {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f9f9f9;
}

a,
button,
input[type="button"] {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}

.our-services-box {
    box-shadow: 0px 0px 40px rgb(0 0 0 / 20%);
    border-radius: 7px;
    overflow: hidden;
}

.our-services-box-img {
    overflow: hidden;
}
.our-services-box-img img{
    width: 100%;
    height: 297px;
}

#our-services .our-services-box-img img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.our-services-box-text {
    padding: 10px 10px;
    background-color: #fff;
    position: relative;
}
.our-services-box-text span{
    position: absolute;
    right: 15px;
    top: 14px;
    width: 12%;
}
.our-services-box-text span i {
    top: -49px;
    position: absolute;
    left: 345px;
    font-size: 37px;
}

.our-services-box-text h5 {
    font-size: 20px;
    margin-bottom: 7px;
    font-weight: 700;
    
    color: #494949;
}

#our-services a:hover.our-services-box-text p {
    transform: rotate(-13deg);
}

.our-services-box-text p {
    margin-bottom: 0px;
    font-size: 15px;
    color: #494949;
}

#our-services a:hover .our-services-box-img img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}


/* our-services */


/* trending */

#trending {
    padding-top: 60px;
    padding-bottom: 60px;
}

a,
button,
input[type="button"] {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.trending-box {
    box-shadow: 0px 0px 40px rgb(0 0 0 / 20%);
}

.trending-box-img {
    overflow: hidden;
}

#trending .trending-box-img img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    height: 327px;
}

#trending a:hover {
    text-decoration: none;
}

#trending a:hover .trending-box-img img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.trending-box h4 {
    color: #676a6c;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: normal;
}

.hd-bottom-area span i{
    font-weight: 700;
    font-size: 18px;
    color: #f57d05;

}
.hd-bottom-area .pr{
    font-weight: 700;
    font-size: 18px;
    color: #f57d05;
}


.hd-property-content {
    padding: 5px 10px 10px;
    margin-bottom: 15px;
}

.hd-design-code {
    background: #f57d05;
    padding: 10px 5px;
    display: inline-block;
    text-align: center;
    float: left;
}

.hd-design-code p {
    margin: 0;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.1;
}

.hd-design-code p span {
    font-size: 20px;
    font-weight: 600;
}

.hd-property-title {
    display: inline-block;
    margin-left: 10px;
    width: calc(100% - 93px);
}

.hd-property-title .title {
    font-size: 20px;
    font-weight: 600;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0;
    margin-bottom: 7px;
}

.hd-property-title h4 {
    font-size: 16px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.property-content .facilities-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.property-content .facilities-list li {
    width: 33%;
    float: right;
    font-size: 13px;
    line-height: 29px;
}

.property-content .facilities-list li i {
    margin-right: 3px;
    font-size: 14px;
    font-weight: 700;
    color: #f57d05;
}

.hd-bottom-area {
    display: block;
    padding-top: 15px;
}

.hd-bottom-area p {
    margin-bottom: 0;
}


/* interior-workings */

#interior-workings {
    background-image: url(../img/in-bg.jpg);
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0em;
    background-position: center;
}

.interior-workings-bg {
    background-color: #04162be3;
    padding-top: 60px;
    padding-bottom: 60px;
}

.interior-workings-box {
    align-items: center;
    display: flex!important;
    padding: 15px 0;
}

.interior-workings-img {
    padding-right: 19px;
}

.interior-workings-img {
    width: 141px;
    height: auto;
    border-radius: 5px;
}

.interior-workings-text {}

.interior-workings-text h6 {
    margin-bottom: 5px;
}


/* interior-workings */


/* OFFER */

#offer {
    padding-top: 60px;
    padding-bottom: 60px;
}



/* OFFER */


/* Plan */

#floorplan {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f9f9f9;
}
/* ga */

.home-fp {
    text-align: center;
}
.home-fp img {
    height: 288px;
    width: 24%;
}
/* .floor-plan-box {
background-color: #fff;
}

.floor-plan-box img {
width: 70%;
margin: 0 auto;
display: block;
padding: 19px;
}

.floor-plan-box h6 {
text-align: center;
color: black;
padding: 19px;
}

#achievement {
padding-top: 60px;
padding-bottom: 60px;
}

.achieve i {
color: #d77427;
font-size: 40px;
margin-bottom: 10px;
}

.achieve h3 {
font-size: 45px;
margin-bottom: 10px;
font-weight: 900;
}

.achieve P {
font-size: 16px;
color: grey;
font-weight: 700;
} */


/* Plan */


/* portfolio */

#portfolio {
    padding-top: 60px;
    padding-bottom: 60px;
}

a,
button,
input[type="button"] {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}

.portfolio-box {
    box-shadow: 0px 5px 11px rgb(24 17 17 / 62%);
    border-radius: 7px;
    overflow: hidden;
    border: 4px solid #f57d05;
    margin: 10px;
}

.portfolio-box-img {
    overflow: hidden;
}

#portfolio .portfolio-box-img img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    height: 319px;
}

.portfolio-box-text {
    position: absolute;
    background-color: #f57d05;
    color: #fff;
    top: 284px;
    padding: 7px;
    width: 335px;
    text-align: center;
    border-radius: 15px 0px 15px 0;
    left: 35px;
    height: 77px;
    overflow: hidden;
}

#portfolio a:hover .portfolio-box-text {
    position: absolute;
    top: -10;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #f57d05c2;
    width: 25.7rem;
    left: 0;
    border-radius: 0;
    height: 277px;
    border-radius: 7px;
    padding: 30px;
    margin: 10px;
}

.portfolio-box-text i {
    font-size: 28px;
    padding-bottom: 8px;
}

.portfolio-box-text h5 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 700;
}

#portfolio a:hover.portfolio-box-text p {
    transform: rotate(-13deg);
}

.portfolio-box-text p {
    margin-bottom: 0px;
    font-size: 18px;
}

#portfolio a:hover .portfolio-box-img img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

#portfolio .owl-item.active {
    margin-bottom: 37px;
}
button.owl-next.disabled
{
    display: block;
}
#portfolio button.owl-next {
    font-size: 77px;
    color: #fff;
    background: #f57d05c9;
    position: absolute;
    width: 45px;
    height: 45px;
}
#portfolio button.owl-prev {
        font-size: 77px;
        color: #fff;
        background: #f57d05c9;
        position: absolute;
        width: 45px;
        height: 45px;
}

/* portfolio */


/* reasons */

#reasons {
    padding-top: 0px;
    padding-bottom: 60px;
}

#reasons .accordion-button {
    padding: 12px 20px;
    font-weight: 900;
}

#reasons .accordion-button:not(.collapsed) {
    color: #f57d05;
    background-color: #f57d052b;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}


/* reasons */


/* we-provide */

#we-provide {
    background-image: url(../img/in-bg.jpg);
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0em;
    background-position: center;
}

.we-provide-bg {
    background-color: #f57d05c7;
    padding-top: 60px;
    padding-bottom: 60px;
}

#we-provide h4 {
    margin-bottom: 0;
}


/* we-provide */

/* floor plan */

.floorplanimg1 img {
    width: 100%;
    height: 496px;
}

.floorplanimgss img {
    width: 100%;
    height: 160PX;
}

/* floor plan */

/* easy-procedure */

#easy-procedure {
    padding-top: 60px;
    padding-bottom: 60px;
}

#easy-procedure ul {
    list-style: none;
}

.easy-procedure-box ul li {
    font-size: 18px;
    font-weight: 700;
    padding: 7px 0px;
    position: relative;
}

.easy-procedure-box ul li::before {
    content: "\f14a";
    font-family: 'Font Awesome 6 Free';
    color: #f57d05;
    font-size: 27px;
    left: -34px;
    top: 7px;
    font-weight: 900;
    position: absolute;
}


/* easy-procedure */

#youtube {
    background-image: url(../img/in-bg.jpg);
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0em;
    background-position: center;
}

.youtube-bg {
    background-color: #04162be3;
    padding-top: 60px;
    padding-bottom: 60px;
}


/* recent */

#recent {
    padding-top: 60px;
    padding-bottom: 60px;
}

.project-box {
    background-image: url(../img/in-bg.jpg);
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0em;
    background-position: center;
    position: relative;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    margin-top: 100px;
}

.project-box p {
    font-weight: 900;
    margin-bottom: 0;
}

.project-box-bg {
    background-color: #04162be3;
    padding-top: 160px;
    padding-bottom: 10px;
    border-radius: 10px;
}

.project-box-img img {
    border: 4px solid #fff;
    border-radius: 100%;
    width: 235px !important;
    height: 235px;
    position: absolute;
    top: -97px;
    left: 88px;
}


/* recent */


/* testimonial */

#testimonial {
    background-image: url(../img/testimonial-bg.jpg);
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0em;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

#testimonial h5 {
    margin-bottom: 10px;
}

.testimonial-box {
    padding: 30px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 20%);
}


/* testimonial */


/* footer */

#footer {
    background-image: url(../img/footer-bg.jpg);
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0em;
    background-position: center;
    color: #fff;
}

.footer-bg {
    background-color: #04162be3;
    padding-top: 60px;
}

.copy-right {
    text-align: center;
    color: #ffff;
}

.copy-right p {
    margin-bottom: 0;
    padding-bottom: 10px;
}

#footer ul li {
    list-style: none;
    font-size: 16px;
    margin-bottom: 2px;
}

#footer ul li a {
    color: #fff;
}

#footer p a {
    color: #fff;
    font-size: 16px;
}

#footer i {
    font-size: 22px;
    margin-right: 15px;
}



#brand {
    padding-top: 60px;
    padding-bottom: 60px;
}

.security-logos img {
    max-width: 30%;
}
/* footer */

#floorplan .owl-carousel .owl-dots, #recent .owl-carousel .owl-dots, #youtube .owl-carousel .owl-dots, #portfolio .owl-carousel .owl-dots, #brand .owl-carousel .owl-dots{
    display: block;
    text-align: center;
}
button.owl-dot.active {
    background-color: #d77427 !important;
    width: 22px;
    height: 22px;
    border-radius: 50px;
}
button.owl-dot {
    background-color: #ffffff !important;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    margin: 15px 4px 0px;
    border:2px solid #d77427 !important;
}
.pay-logos img {
    max-width: 25%;
    margin: 5px;
    border: 1px solid #276ca7;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 10%);
}
.linkedin {
    background-color: #4c68d7;
    border-radius: 50%;
    color: #FFE;
    font-size: 20px;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
}

.facebook {
    background-color: #4267B2;
    border-radius: 50%;
    color: #FFE;
    font-size: 20px;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
}

.youtube {
    background-color: #FF0000;
    border-radius: 50%;
    color: #FFE;
    font-size: 20px;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
}

.pinterest {
    background-color: #E60023;
    border-radius: 50%;
    color: #FFE;
    font-size: 20px;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
}

.whatsapp {
    background-color: #25d366;
    border-radius: 50%;
    color: #FFE;
    font-size: 20px;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
}

.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    border-radius: 50%;
    color: #FFE;
    font-size: 20px;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
}
.social-media i{
    padding: 9px 9px;
}

@media screen and (max-width:1440px) {}

@media screen and (max-width:1366px) {}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1200px) {}
@media screen and (max-width:800px) {}
@media screen and (max-width:799px) {}
@media screen and (max-width:767px) {}
@media screen and (max-width:480px) {
    body {
        font-family: 'Noto Sans', sans-serif;
        font-size: 12px;
        line-height: 22px;
        font-weight: normal;
        color: #000;
    }
    p {
        margin-bottom: 19px;
    }
    .navbar-toggler {
        background-color: #ffffff00;
        border: 1px solid #d77427;
    }
    .btn {
        padding: 5px 20px;
        font-size: 20px;
    }
    .banner-form {
        position: inherit;
        top: 0;
        background: #f37316de;
        padding: 10px 15px;
        text-align: center;
        border-radius: 0;
        width: auto;
    }
    .desktop{
        display: none;
        }
        .mobile{
            display: block;
            }
    .sec-heading h3 {
        text-align: center;
        font-size: 24px;
        margin-bottom: 15px;
    }
    #about h1 {
        font-size: 40px;
    }
    .our-services-box-text h5 {
        font-size: 19px;
        margin-bottom: 7px;
        font-weight: 700;
    }
    .our-services-box-text p {
        margin-bottom: 0px;
        font-size: 14px;
        color: #494949;
    }
    .our-services-box-text span i {
        top: -49px;
        position: absolute;
        left: 233px;
        font-size: 37px;
    }
    .project-box-img img {
        border: 4px solid #fff;
        border-radius: 100%;
        width: 170px !important;
        height: 170px;
        position: absolute;
        top: -97px;
        left: 65px;
    }
    .portfolio-box-text {
        position: absolute;
        background-color: #f57d05;
        color: #fff;
        top: 202px;
        padding: 2px;
        width: 248px;
        text-align: center;
        border-radius: 15px 0px 15px 0;
        left: 25px;
        height: 51px;
        overflow: hidden;
    }
    .portfolio-box-text i {
        font-size: 20px;
        padding-bottom: 3px;
    }
    .portfolio-box-text h5 {
        font-size: 17px;
        margin-bottom: 10px;
        font-weight: 700;
    }
    #portfolio .portfolio-box-img img {
        width: 100%;
        height: 219px;
    }
    .banner-form h3 {
        color: #fff;
        margin-bottom: 10px;
        font-size: 25px;
    }
    #features {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #features h2 {
        color: #fff;
        margin-bottom: 15px;
        font-size: 25px;
    }
    #features h4 {
        color: #fff;
        margin-bottom: 15px;
        font-size: 20px;
    }
    .features-box {
        background: #fff;
        padding: 0 10px;
        border-radius: 10px;
        text-align: center;
        box-shadow: 4px 7px 22px rgb(171 171 171 / 57%);
        height: auto;
        margin-top: 16px;
    }
    .features-box h5{
        margin-bottom: 10px;
    }
    .features-box i {
        font-size: 44px;
        padding: 10px;
    }
    #about {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    #our-services {
        padding-top: 30px;
        padding-bottom: 30px;
        background-color: #f9f9f9;
    }
    #trending {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .hd-property-title .title {
        font-size: 18px;
        font-weight: 600;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 0;
        margin-bottom: 4px;
    }
    .hd-property-title h4 {
        font-size: 14px;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .btn-lg, .btn-group-lg>.btn {
        padding: 6px 20px;
    }
    .our-services-box-text {
        padding: 10px 10px;
        background-color: #fff;
        margin-bottom: 20px;
    }
    #offer img{
        margin-bottom: 15px;
    }
    #achievement {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #achievement img{
        margin-top: 15px;
    }
    #portfolio {
        padding-top: 30px;
        padding-bottom: 0px;
    }
    #reasons {
        padding-top: 0px;
        padding-bottom: 30px;
    }
    #reasons img{
        margin-bottom: 15px;
    }
    #we-provide h4{
        margin-bottom: 15px;
        font-weight: 400;
    }
    .we-provide-bg {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #easy-procedure {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .youtube-bg {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #youtube iframe{
        margin-bottom: 15px;
    }
    #recent {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .project-box-bg {
        background-color: #04162be3;
        padding-top: 85px;
        padding-bottom: 10px;
        border-radius: 10px;
    }
    #testimonial {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #floorplan{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .achieve h3 {
        font-size: 35px;
    }
    .achieve i {
        font-size: 35px;
    }
    #brand{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #banner img{
        width: 100%;
        height: 250px;
    }
    .banner-form {
        position: absolute;
        top: 119px;
        right: 77px;
        z-index: 111111;
        width: 24%;
        background: #f37316c7;
        padding: 10px 15px;
        text-align: center;
        border-radius: 10px;
        display: none;
    }
    .social-media i{
        padding: 9px 9px;
    }
    #myBtn {
        display: none;
        position: fixed;
        bottom: 15;
        right: 15px;
        z-index: 99;
        font-size: 14px;
        border: 4px double #fff;
        box-shadow: 0px 0px 7px #f57d05;
        outline: none;
        background-color: #f57d05;
        color: white;
        cursor: pointer;
        padding: 7px 9px;
        border-radius: 4px;
    }
    #right-sidenav a {
        position: fixed;
        right: -45px;
        transition: all 0.3s ease 0s;
        padding: 19px 0px 0px;
        width: 95px;
        height: 46px;
        text-decoration: none;
        font-size: 15px;
        color: white;
        border-radius: 5px 5px 5px 5px;
        z-index: 77;
        -ms-transform: rotate(90deg);
        transform: rotate( 90deg);
    }
    .float {
        position: fixed;
        width: 30px;
        height: 30px;
        bottom: 59px;
        right: 22px;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 21px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
    }
    .my-float{
        margin-top:4px;
    }
    .floorplanimg1 img {
        width: 100%;
        height: 235px;
    }
    .floorplanimgss img {
        width: 100%;
        height: 119PX;
        margin-top: 15px;
    }
}