@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap');
body {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
    color: #000;
}

@media (min-width: 0px) {
    .container {
        max-width: 1430px;
        width: 92%;
    }
}

p {
    margin-bottom: 1.5rem;
}

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%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: bold;
    margin-bottom: 1.5rem;
}

h2,
.h2 {
    font-size: 2.12rem;
}

h3,
.h3 {
    font-size: 1.88rem;
}

h4,
.h4 {
    font-size: 1.62rem;
}

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

.btn {
    padding: 0.5rem 1.75rem;
    font-size: 1.25rem;
}

.bg-blue {
    background-color: #276ca7;
    color: #fff;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 0.75rem 2.25rem;
}

.sub .btn-primary {
    color: #fff;
    background-color: #d77427;
    border-color: #d77427;
    padding: 7px 0;
}

.sub .btn-primary:hover {
    color: #d77427;
    background-color: #fff;
    border-color: #d77427;
    padding: 7px 0;
}

.btn-primary {
    color: #fff;
    background-color: #276ca7;
    border-color: #276ca7;
}

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

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

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

.bg-orange {
    background-color: #f57d05;
    color: #fff;
}

.orange {
    color: #f57d05;
}

.blue {
    color: #276ca7;
}

#banner .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 600px;
}

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

.custom-file-label::after {
    color: #ffffff;
    background-color: #276ca7;
}

.custom-file-label::after:hover {
    color: #276ca7;
    background-color: #ffffff;
}

::-webkit-scrollbar {
    width: 10px;
    height: 7px;
}

::-webkit-scrollbar-thumb {
    background: #f57d05;
    border: 0px none #ffffff;
    border-radius: 0px;
}

::-webkit-scrollbar-track {
    background: #276ca7;
    border: 0px none #ffffff;
    border-radius: 50px;
}

.scrollToTop {
    padding: 10px;
    text-align: center;
    background: whiteSmoke;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: none;
    background: url('') no-repeat 0px 20px;
    z-index: 9999999999;
}

.scrollToTop:hover {
    text-decoration: none;
}

.scrollToTop i {
    width: 50px;
    height: 50px;
    background: #f57d05;
    color: #fff;
    line-height: 45px;
    font-size: 20px;
    border: 4px double #fff;
    box-shadow: 0px 0px 7px #f57d05;
}

.banner-text h1 {
    font-size: 70px;
    text-align: center;
    letter-spacing: 3px;
    font-family: 'Carter One', cursive;
}

.linear-merry {
    text-align: center;
    background: linear-gradient(to right, #276ca7 20%, #f57d05 80%);
    background-size: 200% auto;
    color: #000;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 10s linear infinite;
}

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


/* 
@keyframes shine {
    to {
        background-position: 200% top;
    }
}

.drop {
    position: absolute;
    top: 0;
    right: 10px;
    left: 10px;
    z-index: 1;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px #fff;
}
snow
.animate {
    animation: falling 5.5s infinite ease-in;
    overflow: hidden;
} */

.year img {
    width: 100%;
    height: 800px;
}


/* @keyframes falling {
    0% {
        top: -10px;
    }
    10% {
        transform: translateX(-5px);
    }
    20% {
        transform: translateX(5px);
    }
    30% {
        transform: translateX(-5px);
    }
    40% {
        transform: translateX(5px);
    }
    60% {
        transform: translateX(-5px);
    }
    70% {
        transform: translateX(5px);
    }
    80% {
        transform: translateX(-5px);
    }
    90% {
        transform: translateX(5px);
    }
    95% {
        opacity: 1;
    }
    100% {
        top: 95vh;
        opacity: 0;
    }
} */

.line {
    text-align: center;
}

.wp-button {
    margin-top: 14px;
}

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

.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;
}


/* banner */


/* #banner {
    background-image: url(../img/img-b.jpg);
    background-position: center;
    height: 75%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
} */

.banner-text {
    text-align: center;
    width: 49%;
    background-color: #00000082;
    color: #fff;
    border-radius: 30px 0px 30px 0;
    padding: 25px 15px 0;
    left: 424px;
    top: 377px;
    position: absolute;
    /* border-left: 10px solid #276ca7;
    border-top: 10px solid #276ca7;
    border-bottom: 10px solid #f47f29;
    border-right: 10px solid #f47f29; */
}

.banner-text h2 {
    font-size: 50px;
    color: #f57d05;
    margin: 0 auto;
}


/* about-us-home  */

#about-us-home {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url(../img/white-bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}


/*############ About sec css ##################*/

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

.fm-box {
    overflow: hidden;
    background-color: #f6f6f6;
    border: 1px solid #86b1cb;
    border-radius: 10px;
    padding: 10px;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
}

.quote-header {
    color: #276ca7;
}

.quote-body {
    background: #f8f8f8;
}

input.form-control {
    border: 1px solid #86b1cb;
    height: 30px;
}

h3.text-center.fm-title {
    font-size: 20px;
}

.form-control {
    border: 1px solid #86b1cb;
    height: 54px;
}

textarea {
    min-height: 85px;
}

.quote-body p {
    margin-bottom: 15px;
}

#about-us h1 {
    color: #000000;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 45px;
}

#content h3 {
    font-size: 30px;
    font-family: "Rubik";
    color: rgb(217, 64, 64);
    text-align: left;
    padding-bottom: 12px;
}

.service-box i {
    color: #d94040;
    font-size: 50px;
}


/*############ SERVICE ##################*/

section#services {
    padding: 60px 0;
}

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

.ser-box.one h3 {
    font-size: 36px;
    margin-bottom: 30px;
}

#services .ser-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;
}

#services a:hover .ser-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);
}

.ser-box {
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
}

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

.ser-box.one {
    color: #fff;
    background-position: center;
    background-image: url(../img/cd3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.ser-box-op {
    background-color: rgb(39 108 167 / 80%);
    color: rgb(255, 255, 255);
    align-items: center;
    padding: 20px 20px;
    height: 100%;
    display: flex;
}

.ser-box.one i {
    font-size: 40px;
    margin: 0 0 15px 14px;
}

.ser-box h4 {
    text-align: center;
    padding: 20px 0;
    color: #016099;
    font-size: 22px;
    margin: 0;
    font-weight: normal;
}


/* Offer */

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


/* provide */

section#provide {
    padding: 30px 0;
    background-color: #276ca7;
}

#provide p {
    color: #fff;
    font-size: 21px;
    line-height: 38px;
    margin-bottom: 0;
}

.contact-btn {
    text-align: center;
    padding-top: 15px;
}


/* project */

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

.pro-box {
    border: 1px solid #f57d05;
    box-shadow: 0px 0px 1px #f1edef;
    margin-bottom: 30px;
    background: #fff;
    overflow: hidden;
    position: relative;
    border-radius: 0 15px 0 15px;
}

.pro-caption {
    position: absolute;
    background-color: #276ca7d1;
    color: #fff;
    top: 244px;
    padding: 15px;
    width: 85%;
    border: 2px dotted;
    border-radius: 15px 0px 15px 0;
    left: 35px;
    height: 76px;
    overflow: hidden;
}

.pro-caption p:first-child {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin: 7px;
}

.pro-img img {
    width: 100%;
    height: 344px;
}

#project .pro-img img {
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

#project a:hover .pro-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);
}

#project a:hover .pro-caption {
    background-color: #276ca7d1;
    color: #fff;
    top: 0;
    padding: 40px 40px!important;
    height: 100%;
    width: 90%;
    left: 20px;
    text-align: center;
}

#project a:hover .pro-caption {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

#project .pro-caption {
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}


/* brand */

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


/* project */

#pas-for-ser {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pas-box {
    border: 1px solid #f57d05;
    box-shadow: 0px 0px 1px #f1edef;
    margin-bottom: 30px;
    background: #fff;
    overflow: hidden;
    position: relative;
    border-radius: 15px 15px 15px 15px;
}

.pas-caption {
    position: absolute;
    background-color: #ffffffd1;
    color: #000;
    top: 254px;
    padding: 15px;
    width: 100%;
    overflow: hidden;
}

.pas-caption p:first-child {
    font-size: 18px;
    text-align: center;
    margin: 7px;
}

.pas-img img {
    width: 100%;
    height: 344px;
}

#pas-for-ser .pas-img img {
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

#pas-for-ser a:hover .pas-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);
}

#pas-for-ser a:hover .pas-caption {
    background-color: #fff;
    color: #000;
    top: 150;
    padding: 10px 10px!important;
    height: 90%;
    width: 100%;
    left: 0px;
    bottom: 0;
    text-align: center;
}

#pas-for-ser a:hover .pas-caption {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

#pas-for-ser .pas-caption {
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.pas-box-imgs img {
    width: 25%;
}


/*############ TESTIMONIAL ##################*/

#testimonial {
    background-image: url(../img/mhmt.png);
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0em;
    background-position: center center;
}

.testimonial-bg {
    background-color: rgb(245 125 5 / 89%);
    color: rgb(245 125 5 / 87%);
    padding: 3.75em 0em 2em;
}

.testimonial-box {
    width: 87%;
    text-align: center;
    margin: 0 auto;
}

.testimonial-box h5 {
    font-size: 16px;
    line-height: 32px;
}

.testimonial-img img {
    max-width: 120px;
    border-radius: 100%;
    height: 120px;
    text-align: center;
    margin: 0 auto;
}

.testimonial-text h6 {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
}


/* .icon {
    text-align: center;
    padding-top: 30px;
}

.icon i {
    color: #fff;
    background-color: #f57d05;
    padding: 15px;
    border-radius: 50%;
    margin: -22px;
    position: absolute;
} */

#owl-one .owl-dots {
    display: none;
}

#owl-one .owl-nav {
    display: block;
}

.testimonial-box p {
    margin-bottom: 15px !important;
    color: #fff;
}

#testimonial .owl-next span {
    font-size: 120px !important;
    color: #fff;
    top: 95px;
    position: absolute;
    right: 0;
}

#testimonial .owl-prev span {
    font-size: 120px !important;
    color: #fff;
    top: 95px;
    position: absolute;
    left: 0;
}


/* associates */

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

#associates h2 {
    color: #fff;
    text-align: left;
}

.associates-bg {
    background-color: #276ca7d4;
    color: #fff;
    padding: 3.75em 0em 7em;
}

.associates-box {
    display: flex;
    align-items: flex-start;
}

.associates-img {
    padding-right: 1.250em;
}

.associates-text p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
}

.associates-text h6 {
    font-size: 16px;
    color: #fff100;
    margin: 0;
}

.associates-text:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f10e";
    font-size: 1.875em;
    font-weight: 900;
    float: right;
    position: absolute;
    bottom: 1px;
    right: 0;
}

#associates .owl-carousel .owl-item img {
    width: auto;
    max-width: none;
}

#associates .owl-carousel .owl-dots {
    display: none;
}

#associates .owl-carousel .owl-nav {
    display: block;
}

#associates button.owl-prev:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f104";
    font-size: 1.875em;
    font-weight: 900;
    background: #00000082;
    padding: 0.325em 0.65em;
}

#associates button.owl-next:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    font-size: 1.875em;
    font-weight: 900;
    background: #00000082;
    padding: 0.325em 0.65em;
}

#associates button.owl-next {
    padding: 0;
    margin: 0 30px;
}

#associates button.owl-prev {
    padding: 0;
    margin: 0;
}

#associates .owl-nav {
    position: absolute;
    right: -18px;
    top: -64px;
}

.owl-prev span {
    font-size: 0;
}

.owl-next span {
    font-size: 0;
}

#modalBtn {
    width: 300px;
    padding: 10px;
    font-size: 20px;
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: 50px;
    z-index: 9999;
}

.modal-dialog {
    max-width: 786px;
}

.modal-ul {}

.modal-ul li {
    position: relative;
    list-style: none;
}

.modal-ul ul li:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f054";
    color: #f57d05;
    font-size: 20px;
    left: -27px;
    top: 0;
    font-weight: 900;
    position: absolute;
}

.modal-header {
    background-color: #276ca7;
    color: #fff;
    text-align: center;
}

.modal-title {
    font-size: 21px;
    text-align: center;
}

.modal-header button.close {
    color: #fff;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #f57d05;
}

.tab-pane h5 {
    border-bottom: 1px solid #f57d05;
    padding-bottom: 20px;
}

.modal-content a {
    color: #f57d05;
}

.modal-footer a {
    color: #fff;
}


/* counter */

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

.counter-bg {
    background-color: #276ca7eb;
    color: #fff;
    padding: 3.75em 0em 3em;
}

#counter h5 {
    font-family: 'Carter One', cursive;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 12px;
}

.counter-data p {
    font-size: 23;
}


/* #counter:before {}#counter:after {    content: "";    width: 0;    height: 0;    border: 50px solid transparent;    border-left-color: #f57d05;    position: absolute;    right: -50px;    top: 0;    border-right: hidden;} */

.counter-box {
    display: flex;
    justify-content: space-around;
    position: relative;
    overflow: hidden;
}

.counter-data {
    text-align: center;
    cursor: pointer;
}

.counter-data i {
    font-size: 40px;
    padding-bottom: 12px;
}

.city {
    position: absolute;
    top: 170px;
    width: 100%;
    overflow: scroll;
    height: 100%;
    padding: 15px;
}

.counter-box:hover .city {
    top: 0;
    background-color: #276ca7;
    overflow: scroll;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.counter-box .city li {
    line-height: 15px;
    margin-bottom: 10px;
    position: relative;
}

.counter-box .city ul li::before {
    content: "\f015";
    font-family: 'Font Awesome 5 Free';
    color: #fff;
    font-size: 18px;
    left: -25px;
    top: 0;
    font-weight: 900;
    position: absolute;
}


/* Help css start */

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

.media {
    padding: 0.938em;
    margin-bottom: 27px;
    -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;
}

#Help .media i,
#Help .media h6,
#Help .media p {
    -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;
}

.media-body {
    padding-left: 15px;
}

.media i {
    font-size: 2.250em;
    text-align: center;
    padding-right: 0.563em;
    top: 14px;
    color: #f75b2b;
    width: 77px;
}

.media p {
    margin-bottom: 0px;
    color: #000;
}

.media h6 {
    color: #000;
    font-size: 1.125em;
    margin-bottom: 10px;
    text-transform: uppercase;
}


/* Help css end */


/* my css */


/* floor plan */

.floor-plan {
    padding-bottom: 60px;
    padding-top: 60px;
}

.floor-box {
    background-color: #f5f5f5;
    display: table;
    padding: 15px 60px 14px 25px;
    border-left: 2px solid #F57D04;
    margin: 15px auto;
    -ms-transform: skewX(20deg);
    border-radius: 50px;
}

.floor-box:hover {
    -ms-transform: skewX(0deg);
    transform: skewX(0deg);
}

.floor-box p {
    margin: 0;
}

.waviy {
    position: relative;
    -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0, 0, 0, .2));
}

.waviy span {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: rgb(245, 125, 5);
    text-transform: uppercase;
    animation: waviy 1s infinite;
    animation-delay: calc(.1s * var(--i))
}

@keyframes waviy {
    0%,
    40%,
    100% {
        transform: translateY(0)
    }
    20% {
        transform: translateY(-20px)
    }
}


/* PROCEDURE */

.procedure {
    padding-bottom: 60px;
    padding-top: 60px;
    background-color: #f5f5f5;
}

.procedure-sec {
    display: flex;
    justify-content: space-around;
    margin: 47px 0;
}

.procedure-box {
    border: 1px solid #f47f29;
    padding: 41px 15px 0;
    border-radius: 100%;
    width: 15%;
    text-align: center;
    height: 146px;
    position: relative;
}

.procedure-box p {
    font-weight: bold;
}

.procedure-box:hover {
    background: #f47f2959;
}

.procedure-box {
    border: 1px solid #f47f29;
    padding: 41px 15px 0;
    border-radius: 100%;
    width: 15%;
    text-align: center;
    height: 146px;
    position: relative;
}

.procedure-box:after {
    content: "\f064";
    position: absolute;
    top: 46px;
    left: 184px;
    color: #f47f29;
    font-family: FontAwesome;
    font-size: 30px;
}

.procedure-box:after {
    display: none;
}

.procedure-box span {
    border: 1px solid #f47f29;
    border-radius: 50px;
    padding: 9px 12px;
    background: #f47f29;
    position: absolute;
    top: -11px;
    color: #fff;
    left: 24px;
    font-weight: bold;
}

.proced {
    display: flex;
    text-align: center;
    justify-content: space-around;
    background-color: #f57d05;
    padding: 33px 10px;
    position: relative;
    width: 85%;
    height: 100px;
    margin: 27px 0;
}

.proced p {
    color: #fff;
    font-weight: bold;
}

.proced span {
    font-size: 30px;
    font-weight: bold;
    color: #ffff;
    /* border: 1px solid; */
    border-radius: 10px;
    padding: 0 7px;
}

.procede span {
    font-size: 30px;
    font-weight: bold;
    color: #ffff;
    /* border: 1px solid; */
    border-radius: 10px;
    padding: 0 7px;
}

.proced p i {
    font-size: 40px;
    padding: 0px 8px;
}

.procede p i {
    font-size: 40px;
    padding: 0px 8px;
}

.procede {
    display: flex;
    text-align: center;
    justify-content: space-around;
    background-color: #276ca7;
    padding: 33px 10px;
    position: relative;
    width: 85%;
    height: 100px;
    margin: 27px 0;
}

.procede p {
    color: #fff;
    font-weight: bold;
}

.procede:after {
    content: "";
    width: 0;
    height: 0;
    border: 50px solid transparent;
    border-left-color: #276ca7;
    position: absolute;
    right: -50px;
    top: 0;
    border-right: hidden;
}

.proced:after {
    content: "";
    width: 0;
    height: 0;
    border: 50px solid transparent;
    border-left-color: #f57d05;
    position: absolute;
    right: -50px;
    top: 0;
    border-right: hidden;
}

#drawing {
    padding-bottom: 60px;
}

.drawing-box {
    background-color: #f57d05;
    border: 2px solid #f57d05;
    border-radius: 20px;
    overflow: hidden;
}

.drawing-box ul {
    padding: 0;
}

.drawing-box ul li {
    list-style: none;
}

.drawing-caption {
    text-align: center;
    padding: 15px 0;
    color: #fff;
}

#drawing .owl-dots {
    text-align: center;
}

#reasons {
    background: url(../img/building.png) no-repeat bottom;
    background-size: contain;
    padding-bottom: 177px;
}

.reasons {
    background-color: #fff;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
}

.reasons .media-body {
    padding: 13px 0;
    height: 132px;
}

.reasons .media i {
    padding-top: 19px;
}

.reason-h {
    background-color: #276ca7;
    padding: 11px;
    position: relative;
}

.reason-h span {
    color: #fff;
    position: absolute;
    background-color: #67b9ff;
    width: 95px;
    height: 72px;
    transform: skew(20deg);
    right: 30px;
    top: -9px;
}

.reason-h span h3 {
    transform: skew(-18deg);
    padding: 14px;
    font-size: 30px;
}

.reasons h3 {
    color: #fff;
    text-align: center;
    margin: 0;
}

.reasons h4 {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 20px;
}


/* table */

.table .thead-dark th {
    color: #fff;
    background-color: #276ca7;
    border-color: #276ca7;
}

.table-hover tbody tr:hover {
    color: #ffffff;
    background-color: #276ca7;
}

.table-bordered th {
    text-align: center;
}

.table-bordered td {
    border: 1px solid #dee2e6;
    text-align: center;
    font-size: 16px;
}

.lead-status .table-bordered td {
    font-size: 16px;
}

.lead-status .bg-blue {
    background-color: #276ca7;
    color: #fff;
}


/* pdf-table */

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


/* footer */

footer#footer h4 {
    color: rgb(245 125 5);
    font-size: 24px;
}

#footer {
    color: #696969;
    padding: 30px 0;
    font-size: 18px;
    padding-top: 65px;
    background: url(../img/white-bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.pay-logos img {
    max-width: 25%;
    margin: 5px;
    border: 1px solid #276ca7;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}

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

footer#footer li {
    line-height: 25px;
    margin-bottom: 10px;
}

#footer a {
    color: #505050;
    text-decoration: none;
    font-size: 18px;
}

#footer a:hover {
    color: #276ca7;
}

#footer ul li a {
    position: relative;
}

#footer ul li a::before {
    content: "\f1ad";
    font-family: 'Font Awesome 5 Free';
    color: #276ca7;
    font-size: 18px;
    left: -25px;
    top: 0;
    font-weight: 900;
    position: absolute
}

#footer ul li a:hover::before {
    font-size: 20px color: rgba(245, 125, 5, 1);
}

.footer-bt {
    background-color: #276ca7;
    ;
    color: #fff;
    font-size: 18px;
}

.footer-bt p {
    margin-top: 5px;
}

.footer-bt a {
    color: #fff;
}


/* footer#footer .social i {
    color: #fff;
    background-color: #276ca7;
} */

.social i {
    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 a i:hover {
    background-color: #f57d05 !important;
} */

footer p {
    line-height: 25px;
}

footer i {
    font-size: 24px;
    color: #f57d05;
    margin-right: 15px;
}

.home-newsletter {
    padding: 80px 0;
    background: #f84e77;
}

.single {
    max-width: 650px;
    margin: 20px auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.single .form-control {
    height: 50px;
    background: rgba(255, 255, 255, 0.6);
    border-color: #276ca7;
    border-radius: 20px 0 0 20px;
}

.single .form-control:focus {
    box-shadow: none;
    border-color: #276ca7;
}

.single .btn {
    min-height: 50px;
    border-radius: 0 20px 20px 0;
    background: #276ca7;
    color: #fff;
}

.mob {
    display: none;
}

.hidden {
    opacity: 0;
}

.console-container {
    font-size: 29px;
    font-weight: 800;
    line-height: 47px;
    margin-bottom: 15px;
}

.console-underscore {
    display: inline-block;
}

.associate-ul ul li {
    list-style: none;
    position: relative;
    padding-bottom: 16px;
}

.associate-ul ul li::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f1ad";
    color: #276ca7;
    font-size: 20px;
    left: -25px;
    top: -2px;
    font-weight: 900;
    position: absolute;
}

.associate-padding {
    padding-top: 30px;
}

#associate {
    padding: 60px 0;
}


/* page title */

.page-title-img {
    background-image: url(https://www.modernhousemaker.com/assets/images/3.jpg);
    background-position: center;
    padding: 11%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section.page-list {
    padding: 10px 0;
    background-color: #f57d05;
}

section.page-list ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

section.page-list ul li {
    display: inline-block;
}

section.page-list ul li a {
    color: #fff;
    text-decoration: none;
}

.gradient-text {
    /* Fallback: Set a background color. */
    background-color: red;
    /* Create the gradient. */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#276ca7+56,f57d05+67 */
    background: rgb(23, 62, 105);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(23, 62, 105, 1) 56%, rgba(245, 125, 5, 1) 67%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(23, 62, 105, 1) 56%, rgba(245, 125, 5, 1) 67%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(23, 62, 105, 1) 56%, rgba(245, 125, 5, 1) 67%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#276ca7', endColorstr='#f57d05', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    /* Set the background size and repeat properties. */
    background-size: 100%;
    background-repeat: repeat;
    /* Use the text as a mask for the background. */
    /* This will show the gradient as a text color rather than element bg. */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

section#sell {
    padding: 60px 0;
}

.as-featured {
    display: flex;
}

.as-featured span {
    padding: 0 15px;
}

#why .media-body {
    padding-left: 0;
}

#why .media-body h5 {
    margin-bottom: 0.5rem;
}

#why .media-body p {
    font-size: 15px;
    line-height: 21px;
}

.sell-img img {
    border-radius: 30px;
}

section#why {
    background: #276ca71f;
    padding-top: 60px;
    padding-bottom: 15px;
}

#sell-your-design {
    padding-top: 60px;
    padding-bottom: 60px;
}

.sell-design-box p {
    font-size: 16px;
}

.sell-design-box img {
    width: 100%;
    height: 363px;
    border-radius: 10px;
    padding: 3px;
    border: 1px solid #276ca7;
    margin-bottom: 15px;
}

.sell-design-box ul li {
    list-style: none;
    position: relative;
    font-size: 16px;
}

.sell-design-box ul li::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f1ad";
    color: #276ca7;
    font-size: 17px;
    left: -25px;
    top: -2px;
    font-weight: 900;
    position: absolute;
}

.what-makes-us {
    display: flex;
    text-align: center;
    align-items: center;
}

section#what-makes-us {
    background: rgb(23, 62, 105);
    background: -moz-linear-gradient(-45deg, rgba(23, 62, 105, 1) 31%, rgba(23, 62, 105, 1) 31%, rgba(245, 125, 5, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(23, 62, 105, 1) 31%, rgba(23, 62, 105, 1) 31%, rgba(245, 125, 5, 1) 100%);
    background: linear-gradient(135deg, rgba(23, 62, 105, 1) 31%, rgba(23, 62, 105, 1) 31%, rgba(245, 125, 5, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#276ca7', endColorstr='#f57d05', GradientType=1);
    padding: 60px 0;
    color: #fff;
    -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;
}

section#what-makes-us:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f57d05+1,173e69+73 */
    background: rgb(245, 125, 5);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(245, 125, 5, 1) 1%, rgba(23, 62, 105, 1) 73%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(245, 125, 5, 1) 1%, rgba(23, 62, 105, 1) 73%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(245, 125, 5, 1) 1%, rgba(23, 62, 105, 1) 73%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f57d05', endColorstr='#276ca7', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.what-makes-us-box {
    width: 100%;
    padding: 0 15px;
}

.what-makes-us-box p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
}

.what-makes-us-box i {
    font-size: 40px;
    margin-bottom: 24px;
}

#muchmoney {
    padding: 60px 0;
}

.muchmoney-table tr:nth-child(odd) {
    background-color: #f57d0547;
}

.muchmoney-table tr:nth-child(even) {
    background-color: #276ca71f;
}

#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: #673AB7;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #311B92
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #673AB7
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 50%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "1"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "2"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #673AB7
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.fancybox-img {
    margin: 0 auto;
}

.fancybox-img img {
    margin: 0 0px 30px;
    width: 400px;
    height: 350px;
}

#pricing-system {
    padding: 60px 0;
}

#showcase {
    padding: 60px 0;
}

#showcase .card {
    width: 24.5%;
    display: inline-block;
}

#showcase .card img {
    width: 100%;
    height: 350px;
}

#showcase .card-body {
    background-color: rgb(23, 62, 105);
    color: #fff;
    text-align: center;
}

.hexagon_box {
    float: left;
    /* box-shadow: 0 0px 8px rgba(0 ,0,0,0.6); */
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
    transform: scale(1);
}

.hexagon {
    position: relative;
    width: 78%;
    height: 90px;
    background: #276ca7;
    margin: 0 auto;
}

.hexagon:before {
    content: "";
    position: absolute;
    width: 68px;
    height: 68px;
    border-radius: 8px;
    background: #f57d05;
    transform: rotate(45deg);
    position: absolute;
    left: -33px;
    top: 11px;
    z-index: 1;
    box-shadow: 0px 0 8px rgba(0, 0, 0, 0.5);
}

.hexagon i {
    float: left;
    z-index: 1;
    position: relative;
    left: -22px;
    top: 29px;
    font-size: 34px;
    font-weight: 800;
    color: #fff;
}

.hexagon p {
    font-size: 21px;
    color: #fff;
    text-align: center;
    padding: 0 20px 0 55px;
    line-height: 22px;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    font-family: "Calibri";
}

.hexagon:after {
    content: "";
    position: absolute;
    width: 68px;
    height: 68px;
    background: #276ca7;
    transform: rotate(45deg);
    border-radius: 7px;
    right: -34px;
    z-index: -1;
    top: 11px;
    box-shadow: 1px -1px 8px rgba(0, 0, 0, 0.35);
}


/* offering */

#get-leads {
    padding: 60px 0;
}

.leads_section {
    background: #276ca7;
    width: 100%;
    border-radius: 14px;
    padding: 20px;
    text-align: center;
    color: #fff;
    min-height: 245px;
    position: relative;
    margin: 35px 0px 50px;
}

.leads_section:hover.leads_section i {
    background: #276ca7;
}

.leads_section:hover {
    background: #f57d05;
}

.leads_section i {
    width: 65px;
    height: 65px;
    background: #f57d05;
    border-radius: 60px;
    font-size: 33px;
    font-style: normal;
    padding: 12px 0 0 0;
    margin: 0 auto;
    display: table;
    margin-top: -60px;
    border: 6px solid #fff;
    text-align: center;
    position: unset;
    margin-bottom: 20px;
}

.leads_section p {
    margin-bottom: 0;
}

.leads_section-ul ul li {
    list-style: none;
    position: relative;
    padding-bottom: 16px;
}

.leads_section-ul ul li::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f1ad";
    color: #276ca7;
    font-size: 20px;
    left: -25px;
    top: -2px;
    font-weight: 900;
    position: absolute;
}

.Offering-box {
    background-color: #f57d05;
    color: #fff;
    padding: 15px;
    border-radius: 10px 0 10px 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 10px;
    width: 32%;
    position: relative;
}

.Offering-box:hover {
    background-color: #276ca7;
}

.Offering-box:after {
    content: "";
    position: absolute;
    border: 2px solid rgb(255 255 255);
    width: 97%;
    padding: 37px;
    border-radius: 10px 0 10px 0;
}

.Offering-box p {
    margin-bottom: 0;
}

.Offering {
    display: flex;
}

.Offering-img {
    position: relative;
}

.Offering-img img {
    position: relative;
    border-radius: 10px 0 10px 0;
}

.Offering-img:after {
    content: "";
    position: absolute;
    border: 3px solid #ffffff;
    width: 95%;
    padding: 37px;
    border-radius: 10px 0 10px 0;
    left: 7px;
    top: 7px;
    bottom: 7px;
}


/* Back to top */

.back-to-top {
    visibility: hidden;
    background-color: #444;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    position: fixed;
    bottom: 65px;
    right: 35px;
    z-index: 90;
    cursor: pointer;
    border-radius: 1px;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transition: all .6s
}

.back-to-top .fa {
    font-size: 18px;
    color: #fff;
    vertical-align: middle;
}

.back-to-top:hover {
    background-color: #fc4f3f;
    opacity: 1
}

.back-to-top.show {
    visibility: visible;
    bottom: 35px;
    opacity: 1;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #276ca7;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 62px;
    font-size: 18px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
}

#myBtn i {
    font-size: 35px;
}

#myBtn:hover {
    background-color: #f57d05;
}

.call-us {
    background-color: green;
    position: fixed;
    bottom: 115px;
    transform: rotate(90deg);
    left: -85px;
    padding: 2px 23px 0 0px;
    border-radius: 28px;
    z-index: 7777777;
}

.call-us a {
    color: #fff;
    padding: 7px;
    border-radius: 7px;
}

#business-alliance {
    padding: 60px 0;
}

#business-alliance .b-a-option {
    width: 100%;
    height: 59px;
    position: relative;
    background: rgb(23, 62, 105);
    margin: 15px auto;
}

#business-alliance .b-a-option:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 30px solid transparent;
    border-bottom: 29px solid transparent;
}

#business-alliance .b-a-option:before {
    content: "";
    position: absolute;
    right: -22px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 22px solid rgb(23, 62, 105);
    border-top: 29px solid transparent;
    border-bottom: 30px solid transparent;
}

#business-alliance .b-a-option p {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    padding: 15px;
    font-weight: 800;
    cursor: pointer;
}

#payment {
    padding: 60px 0;
}

.recent-pro {
    border-radius: 10px;
    border: 2px solid #f57d05;
    overflow: hidden;
}

.recent-pro .card-body {
    background: #276ca7;
    color: #fff;
}


/************ faq css start *******/

.faq-boxaccordion .panel-title>a {
    display: flex;
    padding: 15px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    background: #276ca7;
    border-radius: 4px;
}

.faq-boxaccordion .panel-title>a i {
    color: #f57d05;
    padding-right: 7px;
}

.faq-boxaccordion .panel-title>a.collapsed i {
    color: #276ca7;
    padding-right: 7px;
}

.faq-boxaccordion .panel-group .panel {
    margin-top: 0px;
    border: none;
    overflow: visible;
}

.faq-boxaccordion .panel-default>.panel-heading {
    border-radius: 4px;
    background-color: #fff;
    border-color: #fff;
}

.faq-boxaccordion .panel-title>a.collapsed {
    background: #276ca71c;
    color: #276ca7;
}

.faq-boxaccordion .panel-title>.collapsed a i.more-less.fas.fa-minus {
    color: red !important;
}

.panel-heading {
    padding: 0;
}

.faq-boxaccordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ffffff;
    background-color: #ffffff;
    padding: 20px 10px;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
}

.faq-boxaccordion .faq-padding {
    padding-bottom: 0px;
    margin: 20px 0px;
}

.faq-boxaccordion .more-less {
    float: left;
    color: #624185;
    margin: 0 15px 0 0px;
}

.faq-boxaccordion .collapsed .fa-plus {
    display: inline;
}

.faq-boxaccordion .collapsed .fa-minus {
    display: none;
}

.faq-boxaccordion .fa-plus {
    display: none;
}

.faq-boxaccordion .panel-body ul li {
    list-style: none;
    position: relative;
}

.faq-boxaccordion .panel-body ul li::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f1ad";
    color: #276ca7;
    font-size: 17px;
    left: -25px;
    top: -2px;
    font-weight: 900;
    position: absolute;
}

.faq-boxaccordion h4.panel-title {
    margin: 0;
}

#requirement {
    padding: 60px 0;
}

#requirement labal {
    color: rgb(23, 62, 105);
    font-weight: 800;
}

input[type=radio]:checked~.check {
    border: 5px solid #0DFF92;
}

input[type=radio]:checked~.check::before {
    background: #0DFF92;
}

input[type=radio]:checked~label {
    color: #0DFF92;
}


/**************** faq css end ************/


/* browse-all-designs */

#browse-all-designs {
    padding-top: 60px;
    padding-bottom: 60px;
}


/* browse-3d-elevation */

#browse-3d-elevation {
    padding-top: 60px;
    padding-bottom: 60px;
}


/* Browse Plans Search */

#browse-plans-search {
    padding-top: 60px;
    padding-bottom: 60px;
}


/************************ blog home css start ************************/


/* Blog css start*/

#blog {
    padding-top: 50px;
    padding-bottom: 50px;
}

.blog-img {
    padding: 8px;
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

#blog .blog-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;
}

#blog a:hover .blog-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);
}

#blog .blog-text .date p {
    font-size: 14px;
    font-weight: bold;
    color: #f57d05;
    padding-top: 25px;
}

#blog .blog-text h5 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

#blog .blog-text p {
    font-size: 16px;
    color: #000;
}

#blog a {
    text-decoration: none;
}

.blog-btn {
    margin: 0 auto;
    padding-top: 30px;
}


/* Blog css end*/

#blog-home {
    padding-top: 60px;
    padding-bottom: 60px;
}

#blog-home a {
    text-decoration: none;
}

.blog-img-home {
    padding: 8px;
    box-shadow: 0px 0px 19px 0px rgb(0 0 0 / 20%);
    overflow: hidden;
}

#blog-home .blog-img-home 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;
}

#blog-home a:hover .blog-img-home 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);
}

#blog-home .blog-text-home .date-home p {
    font-size: 14px;
    font-weight: bold;
    color: rgb(245, 125, 5);
    padding-top: 25px;
}

#blog-home .blog-text-home h5 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

#blog-home .blog-text-home p {
    font-size: 16px;
    color: #000;
}

#blog-home .blog-btn {
    margin: 0 auto;
    padding-top: 30px;
}

#blog-home .blog-img-home img {
    height: 267px;
    width: 100%;
}


/************************ blog home css start ************************/


/************************ blog css start ************************/



.container {
    max-width: 1300px;
    padding: 20px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#blog p {
    width: 100%;
    max-width: 700px;
    text-align: justify;
    line-height: 1.6;
    margin: 15px 0;
    word-wrap: break-word;
    hyphens: auto;
}

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

.blog-left-box {
    margin-bottom: 20px;
    border-bottom: 2px solid #e5e6ec;
    padding-bottom: 30px;
}

#blog a {
    text-decoration: none;
}

.bl-header-2 h1 a {
    font-size: 24px;
}

.bl-header-2 h2 a {
    color: #276ca7;
}

.bl-date-box p {
    margin-bottom: 30px;
}

.bl-date-box span {
    color: #f99d1b;
    font-size: 24px;
}

.bl-header-2 h2 {
    margin-bottom: 10px;
    font-size: 32px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #276ca7;
    border-color: #276ca7;
}

.blog-pg a.page-link:hover {
    background-color: #f57d05;
}

.blog-pg a.page-link {
    border-radius: 0px !important;
    margin: 0 5px;
    background-color: #444444;
    color: #fff;
    font-size: 16px;
}

.blog-left-box {
    margin-bottom: 30px;
    border-bottom: 2px solid #e5e6ec;
    padding-bottom: 30px;
}

.blog-pg a.page-link {
    border-radius: 0px !important;
    margin: 0 5px;
    background-color: #444444;
    color: #fff;
    font-size: 16px;
}


/************************ blog css end ************************/


/************************ blog-detail css start ************************/

.blog-detail-left-box h1 {
    font-size: 24px;
    
}

.blog-detail-left-box h2 {
    font-size: 20px;
    color: #276ca7;
}

.blog-detail-left-box h3 {
    font-size: 28px;
    color: #276ca7;
}

.blog-detail-left-box h4 {
    font-size: 24px;
    color: #276ca7;
}

span.star-ic {
    position: relative;
    margin-left: -20px;
    left: -15px;
    color: #f99d1b;
}


/************************ media-center css end ************************/

#media-center {
    padding-top: 60px;
    padding-bottom: 60px;
}


/************************ recent css ************************/

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

#recent .item img {
    border-right: 4px solid #f57d05;
    border-bottom: 4px solid #276ca7;
    border-radius: 0px 0 25px 0;
    height: 450px;
}

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

#recent-page img {
    width: 24%;
    height: 337px;
}


/************************ Floor plan css ************************/

#floor-plan {
    padding-top: 60px;
    padding-bottom: 60px;
}

#floorplan-gallery img {
    width: 23%;
    height: 309px;
    margin: 10px 10px;
}

.floorplan-gallery {
    position: relative;
}

.floorplan-gallery img {
    position: relative;
    border-radius: 15px 0 15px 0;
}

.floorplan-gallery a:after {
    content: "";
    position: absolute;
    border: 3px solid #ffffff;
    width: 95%;
    padding: 37px;
    border-radius: 15px 0 15px 0;
    left: 7px;
    top: 7px;
    bottom: 7px;
}

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

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

#youtube-sec iframe {
    width: 100%;
    height: 270px;
}

.youtube-op {
    background-color: #276ca7d4;
    color: #fff;
    padding: 60px 0px 60px 0;
}


/* *************************house-elevation*********************** */

#house-elevation {
    padding-top: 60px;
    padding-bottom: 60px;
}

#house-elevation-gallery img {
    width: 23%;
    height: 309px;
    margin: 10px 10px;
}


/* *************************interior-design*********************** */

#interior-design {
    padding-top: 60px;
    padding-bottom: 60px;
}

#interior-design-gallery img {
    width: 23%;
    height: 309px;
    margin: 10px 10px;
}


/************************ mhm-mart css ************************/

#mhm-mart {
    padding-top: 60px;
    padding-bottom: 60px;
}


/************************ benefits css ************************/


/* #benefits {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f57d05;
}

.benefits-d {
    display: flex;
}

.benefits-box {
    height: 0;
    width: 200px;
    border-top: 100px solid #276ca7;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
}

.benefits-boxs {
    height: 0;
    width: 200px;
    border-bottom: 100px solid #fff;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
} */

#pro-page {
    padding-top: 60px;
    padding-bottom: 60px;
}

.categories h5 {
    background: #276ca7;
    padding: 10px;
    margin: 0;
    border-radius: 15px 15px 0px 0px;
    color: #fff;
}

.pro-list .card {
    background: none;
}

.pro-list .card-img {
    overflow: hidden;
    width: 100%;
    height: 350px;
    margin-top: 30px;
}

.pro-list .card-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;
}

.pro-list a:hover .card-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);
}

.pro-list .card-body {
    font-weight: 400;
    background: rgb(209 209 209 / 19%);
    color: white;
    padding: 1rem;
    border-radius: 0px 0 4px 4px;
}

.pro-list ul {
    padding-left: 0;
    list-style: none;
}

.pro-list ul li {
    position: relative;
    padding-left: 1rem;
    margin-bottom: 0.4rem;
    color: #276ca7;
}

.pro-list ul li::before {
    content: "\f1ad";
    font-family: 'Font Awesome 5 Free';
    color: #276ca7;
    font-size: 18px;
    left: -8px;
    top: 0;
    font-weight: 900;
    position: absolute;
}

.pro-list .card-img span {
    position: absolute;
    background-color: #276ca7;
    padding: 4px 10px 7px;
    right: 0;
    border-radius: 0px 0 0 11px;
    color: #fff;
    font-weight: 700;
}

.pr-line {
    background-color: #f57d05;
    color: #fff;
    padding: 10px;
    margin-bottom: 18px;
    border-radius: 5px;
}

.pr-line p {
    margin-bottom: 0;
}

#thank-you {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url(../img/white-bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.thank-box {
    background-color: #fff;
    padding: 80px 0;
    width: 65%;
    margin: 0 auto;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 20%);
    text-align: center;
    margin-top: 30px;
}

.thank-you-i {
    text-align: center;
}

.thank-you-i i {
    color: green;
    font-size: 50px;
    padding-bottom: 40px;
}


/* pdp */

.off p {
    background-color: #f57d05;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    font-weight: 600;
}

.pro-d-img {
    width: 1100px;
    height: 650px;
}

.pro-d-small-img {
    width: 70px;
    height: 70px;
}

.padding-top {
    padding-top: 140px;
}

.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: red;
}

#linkedin {
    bottom: 20px;
    background-color: #4c68d7;
}

#facebook {
    bottom: 99px;
    background-color: #4267B2;
}

#youtube {
    bottom: 138px;
    background-color: #FF0000;
}

#pinterest {
    bottom: 60px;
    background-color: #E60023;
}

#whatsapp {
    bottom: 219px;
    background-color: #25d366;
}

#instagram {
    bottom: 177px;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}


/* phone  section */

#phone-section {
    display: none;
}

#interior-page {
    margin-top: 60px;
    padding-bottom: 60px;
}


/* Interior  section

#interior-page {
    margin-top: 60px;
    padding-bottom: 60px;
}

.interior-page-img img {
    border-radius: 10px;
} */

.plan {
    padding: 15px 10;
    width: 24%;
    display: inline-block;
}

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


/* #interior-page {
    position: relative;
}

.interior-page-center-img {
    margin-top: 219px;
}

.interior-page-center-img img {
    border-radius: 100%;
    width: 300px;
    height: 300px;
    border: 4px solid black;
    margin: 0 auto;
    display: block;
}

.pos img {
    position: absolute;
    border-radius: 100%;
    height: 200px;
    width: 200px;
}

.pos-img-1 img {
    border: 4px solid red;
    left: 510px;
    top: 32%;
}


/* .pos-img-1 ol:before {
    content: "";
    background: url(../img/left.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
} */

.pos-img-1 ol {
    position: absolute;
    left: 10%;
    top: 39%;
}

.pos-img-2 img {
    border: 4px solid green;
    left: 750px;
    top: 9%;
}

.pos-img-2 ol {
    position: absolute;
    left: 21%;
    top: 12%;
}

.pos-img-3 img {
    border: 4px solid blue;
    left: 986px;
    top: 32%;
}

.pos-img-3 ol {
    position: absolute;
    right: 11%;
    top: 41%;
}


/*  
 .pos-img-3 p{
    left: 1020px;
     top: 56%;
 }
  */

.pos-img-4 img {
    border: 4px solid gray;
    left: 522px;
    top: 73%;
}

.pos-img-4 ol {
    position: absolute;
    left: 10%;
    top: 80%;
}


/* .pos-img-4 p{
    left: 595px;
     top: 87%;
 } */

.pos-img-5 img {
    border: 4px solid green;
    left: 750px;
    top: 93%;
}

.pos-img-5 ol {
    position: absolute;
    right: 21%;
    top: 109%;
}

.pos-img-6 img {
    border: 4px solid #00ffe7;
    left: 975px;
    top: 73%;
}

.pos-img-6 ol {
    position: absolute;
    right: 11%;
    top: 78%;
}

.mart-box img {
    width: 30%;
}

.mart-box .media {
    border: 2px solid #ccc;
    border-right: 4px solid rgb(23 62 105);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}

.pro-mart-box {
    margin-top: 30px;
    border-top: 4px solid #276ca7;
    padding-top: 30px;
}

.enquire-btn {
    margin: 20px 0;
}

#interior-workings {
    padding-top: 60px;
    padding-bottom: 60px;
}

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


/* new-one */

#new-one {
    padding-top: 60px;
    padding-bottom: 60px;
}

.new-one-box {
    text-align: center;
    background-color: #e8e4e4;
    padding: 30px 5px;
}

.new-one-box h5 {
    margin-bottom: 0;
}

.one-url {
    text-align: center;
    padding: 30px 0;
}

.approved img {
    border: 2px dotted #4BB543;
}

.approved-icon img {
    width: 25%;
    position: absolute;
    top: 151px;
    right: 0;
}

.one-img img {
    margin-bottom: 40px;
}


/* ###################team################### */

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

.team {
    margin: 40px;
}

.team-member {
    margin: 15px 0;
    padding: 2;
    background-color: rgb(245, 125, 5);
    color: #fff;
    text-align: center;
}

.team-member p {
    margin: 0;
    padding: 0;
}

.team-member figure {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.team-member figure img {
    min-width: 100%;
    height: 269px;
}

.team-member figcaption p {
    font-size: 16px;
}

.team-member figcaption ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.team-member figcaption ul {
    visibility: visible;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.team-member figcaption ul li {
    display: inline-block;
    padding: 10px;
}

.team-member h4 {
    margin: 0px 0 0;
    padding: 0;
    font-weight: 500;
}

.team-member figcaption {
    padding: 50px;
    color: transparent;
    background-color: transparent;
    position: absolute;
    z-index: 996;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption {
    visibility: visible;
    color: #fff;
    background: #f57d05c9;
    /* Primary color, can be changed via colors.css */
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption ul li a:hover {
    color: rgba(49, 49, 49, .97);
}

.team-member figure img {
    -webkit-transform: scale(1) rotate(0) translateY(0);
    -moz-transform: scale(1) rotate(0) translateY(0);
    -o-transform: scale(1) rotate(0) translateY(0);
    -ms-transform: scale(1) rotate(0) translateY(0);
    transform: scale(1) rotate(0) translateY(0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.team-member figure:hover img {
    -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
    -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
    -o-transform: scale(1.1) rotate(1deg) translateY(12px);
    -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
    transform: scale(1.1) rotate(1deg) translateY(12px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/* browse */

#browse-all-designs {
    padding-top: 60px;
    padding-bottom: 60px;
}

#browse-3D-Elevation {
    padding-top: 60px;
    padding-bottom: 60px;
}

#browse-designs-by-location {
    padding-top: 60px;
    padding-bottom: 60px;
}

#browse-designs-by-dimension {
    padding-top: 60px;
    padding-bottom: 60px;
}

#browse-designs-by-area {
    padding-top: 60px;
    padding-bottom: 60px;
}

#browse-designs-by-category {
    padding-top: 60px;
    padding-bottom: 60px;
}

#browse-designs-by-keywords {
    padding-top: 60px;
    padding-bottom: 60px;
}

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

#signature-plans {
    padding-top: 60px;
    padding-bottom: 60px;
}

#exclusive-designers {
    padding-top: 60px;
    padding-bottom: 60px;
}

#on-sale {
    padding-top: 60px;
    padding-bottom: 60px;
}

#Publish-houseplans {
    padding-top: 60px;
    padding-bottom: 60px;
}

#advertise-with-us {
    padding-top: 60px;
    padding-bottom: 60px;
}

#builder-advantage {
    padding-top: 60px;
    padding-bottom: 60px;
}

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

#order p span {
    float: right;
}

.order-box {
    padding: 10px 20px;
    color: #fff;
    border-radius: 15px;
    margin-bottom: 10px;
}

.bg-green {
    background-color: green;
}

.bg-orange {
    background-color: #f57d05;
}

.bg-light-red {
    background-color: rgb(255, 53, 53);
}

.bg-red {
    background-color: red;
}

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

@media screen and (max-width:1366px) {
    .banner-text {
        width: 55%;
        left: 354px;
        top: 200px;
    }
}

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

@media screen and (max-width:1200px) {
    .banner-text {
        width: 62%;
        left: 265px;
        top: 371px;
    }
}

@media screen and (max-width:1050px) {
    #banner {
        height: 25%;
    }
    .banner-text {
        width: 100%;
        position: unset;
    }
    #banner .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        height: 300px;
    }
    .reasons .media-body {
        height: auto;
    }
    .pro-caption {
        position: absolute;
        background-color: #276ca7d1;
        color: #fff;
        top: 178px;
        padding: 10px;
        width: 95%;
        border: 2px dotted;
        font-size: 14px;
        line-height: 20px;
    }
    #project a:hover .pro-caption {
        background-color: #276ca7d1;
        color: #fff;
        top: 0;
        padding: 10px 5px!important;
        height: 25%;
        width: 100%;
        left: 20px;
        text-align: center;
    }
    #project a:hover .pro-caption {
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.modal-dialog {
    max-width: 650px;
}


}
@media screen and (max-width:800px) {}
@media screen and (max-width:799px) {}
@media screen and (max-width:767px) {
    .desk {
        display: none
    }
    
    .mob {
        display: block;
    }
    
    .pro-caption-mob {
        background-color: #276ca7;
        color: #fff;
        top: 244px;
        padding: 15px;
        width: 100%;
        border: 2px dotted;
    }
    
    .pro-img img {
        width: 100%;
        height: auto;
    }
    /* phone  section */
    
    #phone-section {
        display: block;
    }
    
    .phone-box {
        text-align: center;
    }
    
    .phone-box img {
        width: 100%;
        height: 96px;
        border: 1px solid #f57d05;
        border-radius: 7px;
    }
    
    .phone-box p {
        font-size: 10px;
        padding: 5px 0;
    }
    
    #banner img {
        height: 90%;
    }
}
@media screen and (max-width:480px) {
    body {
        font-size: 14px;
        line-height: 22px;
    }
    
    .btn {
        padding: 0.3rem 1rem;
        font-size: 1rem;
    }
    
    .console-container {
        height: 172px;
    }
    
    footer i {
        margin-right: 9px;
    }
    
    .nav-link {
        padding: 0.5rem 0.3rem;
    }
    
    .banner-text {
        text-align: center;
        width: 100%;
        color: #fff;
        border-radius: 30px 0px 30px 0;
        padding: 10px 0;
        left: 0px;
        top: 86%;
        position: absolute;
        display: none;
    }
    
    .banner-text h2 {
        font-size: 40px;
    }
    
    .banner-text p,
    .banner-text hr {
        display: none;
    }
    
    .ser-box {
        margin-bottom: 20px;
    }
    
    .offer-img {
        margin-bottom: 20px;
    }
    
    .counter-box {
        display: block;
    }
    
    .pro-caption-mob {
        display: none;
    }
    
    .pro-img img {
        width: 100%;
        height: 115px;
        border: 1px solid;
    }
    
    .floor-box {
        padding: 15px 15px 13px 15px;
        margin: 10px auto;
    }
    
    .associates-box {
        display: block;
    }
    
    #associates .owl-carousel .owl-item img {
        margin: 0 auto;
    }
    
    .associates-box {
        display: block;
        align-items: flex-start;
        text-align: center;
    }
    
    #associates .owl-nav {
        position: absolute;
        right: 26px;
        bottom: -90px!important;
        top: unset;
    }
    
    #owl-two .owl-dots {
        display: block;
        text-align: center;
        padding-top: 10px;
    }
    
    .testimonial-box {
        width: 90%;
    }
    
    #testimonial .owl-next span {
        font-size: 70px !important;
        color: #fff;
        top: 95px;
        position: absolute;
        right: -19;
    }
    
    #testimonial .owl-prev span {
        font-size: 70px !important;
        color: #fff;
        top: 95px;
        position: absolute;
        left: -19;
    }
    
    .testimonial-box h5 {
        font-size: 16px;
        line-height: 22px;
    }
    
    .sec-heading h3 {
        text-align: center;
        font-size: 21px;
        margin-bottom: 20px;
    }
    
    .navbar-toggler {
        padding: 0px 9px;
        background-color: #f57d0552;
        border: 2px solid #f57d05;
        border-radius: 0.25rem;
        position: absolute;
        top: 18px;
        right: 14px;
        z-index: 77;
    }
    
    .navbar-toggler-icon {
        display: inline-block;
        width: 1em;
        height: 1.2em;
        vertical-align: middle;
        content: "";
        background: no-repeat center center;
        background-size: 100% 100%;
        padding: 2px 0;
        color: #f57d05;
    }
    
    #owl-five .owl-nav {
        display: none;
    }
    
    .owl-dots {
        text-align: center;
    }
    
    .pro-caption {
        position: unset;
        background-color: rgb(39 108 167 / 0%);
        color: rgb(0 0 0);
        top: 244px;
        padding: 2px;
        width: 100%;
        border: none;
        border-radius: 0px;
        height: 34px;
    }
    
    .pro-caption p:first-child {
        font-size: 13px;
        margin: 5px;
    }
    
    .procede {
        display: flex;
        text-align: center;
        justify-content: space-around;
        background-color: #276ca7;
        padding: 18px 10px;
        position: relative;
        width: 85%;
        height: 100px;
        margin: 27px 0;
    }
    
    .proced {
        display: flex;
        text-align: center;
        justify-content: space-around;
        background-color: #f57d05;
        padding: 18px 10px;
        position: relative;
        width: 85%;
        height: 100px;
        margin: 5px 0;
    }
    
    #about-us-home h1 {
        font-size: 34px;
    }
    
    .ser-box.one h3 {
        font-size: 27px;
        margin-bottom: 15px;
    }
    
    .procede p {
        color: #fff;
        font-weight: bold;
        font-size: 14px;
    }
    
    .proced p {
        color: #fff;
        font-weight: bold;
        font-size: 14px;
    }
    
    .proced span {
        font-size: 29px;
    }
    
    .procede span {
        font-size: 29px;
    }
    
    #reasons {
        padding-bottom: 44px;
    }
    
    .reasons .media p {
        word-break: break-word;
    }
    
    .reasons .media-body {
        padding: 13px 0;
        height: auto;
    }
    
    .reason-h span h3 {
        transform: skew(-18deg);
        padding: 5px;
        font-size: 29px;
    }
    
    .reason-h span {
        color: #fff;
        position: absolute;
        background-color: #67b9ff;
        width: 44px;
        height: 38px;
        transform: skew(20deg);
        top: 35px;
        left: -13px;
    }
    
    .media i {
        width: 49px;
    }
    
    .reasons h4 {
        font-size: 18px;
    }
    
    #phone-section {
        display: block !important;
    }
    
    .testimonial-box h5 {
        font-size: 16px;
        line-height: 22px;
    }
    
    #about-us-home {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    section#services {
        padding: 30px 0;
    }
    
    #offer {
        display: none;
    }
    
    #provide p {
        font-size: 19px;
        line-height: 28px;
    }
    
    section#provide {
        padding: 30px 0;
    }
    
    #project {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    #drawing {
        padding-bottom: 30px;
    }
    
    #counter {
        padding-bottom: 0px;
        padding-top: 0px;
    }
    
    #Help {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    #Help .media {
        padding: 0;
    }
    
    .procedure {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    
    .floor-plan {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    
    .associates-bg {
        padding: 1.5em 0em 7em;
    }
    
    #brand {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    footer#footer h4 {
        font-size: 21px;
    }
    
    #footer a {
        font-size: 14px;
    }
    
    #footer {
        font-size: 14px;
    }
    
    .security-logos img {
        max-width: 30%;
    }
    
    .counter-data p {
        font-size: 18px;
    }
    
    #counter h5 {
        font-size: 30px;
    }
    
    .footer-bt {
        font-size: 14px;
    }
    /* sell-your-design */
    
    section#sell {
        padding: 30px 0;
    }
    
    .as-featured {
        display: block;
    }
    
    .as-featured span {
        padding: 0;
    }
    
    .as-featured span img {
        margin-bottom: 20;
    }
    
    .what-makes-us {
        display: block;
    }
    
    .what-makes-us-box {
        width: 100%;
        padding: 20px 10px;
    }
    
    #pricing-system {
        padding: 30px 0;
    }
    
    .top-div {
        display: none;
    }
    
    .navbar-brand img {
        width: 67%;
    }
    
    #banner {
        height: 50%;
        margin-top: 4px;
    }
    
    ul.navbar-nav {
        margin-top: 68px;
    }
    /* #banner {
        height: 19%;
        margin-top: 0;
    } */
    
    .page-title-img {
        background-image: url(https://www.modernhousemaker.com/assets/images/3.jpg);
        background-position: center;
        padding: 25%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    
    #about-us h1 {
        margin-bottom: 20px;
    }
    
    #showcase .card {
        width: 100%;
        display: inline-block;
    }
    
    #showcase .card img {
        width: 100%;
        height: 237px;
    }
    
    #showcase {
        padding: 30px 0;
    }
    
    .hexagon p {
        font-size: 16px;
        line-height: 16px;
    }
    
    #offering {
        padding: 30px 0;
    }
    
    .leads_section {
        margin: 35px 0px 20px;
        min-height: 157px;
    }
    
    .Offering-box:after {
        content: "";
        position: absolute;
        border: 2px solid rgb(255 255 255);
        width: 97%;
        padding: 31px;
        border-radius: 10px 0 10px 0;
    }
    
    .Offering-box {
        background-color: #f57d05;
        color: #fff;
        padding: 15px;
        border-radius: 10px 0 10px 0;
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 10px 1px;
        width: 100%;
        position: relative;
        min-height: 73px;
    }
    
    .Offering {
        display: block;
    }
    
    #footer ul li a::before {
        font-size: 15px;
        top: -2px;
    }
    
    footer#footer li {
        margin-bottom: 5px;
    }
    
    #myBtn {
        padding: 6px;
        bottom: 15px;
        right: 15px;
    }
    
    #myBtn i {
        font-size: 25px;
    }
    
    .scrollToTop i {
        width: 35px;
        height: 35px;
        background: #f57d05;
        color: #fff;
        line-height: 27px;
        font-size: 20px;
        border: 4px double #fff;
        box-shadow: 0px 0px 7px #f57d05;
    }
    
    .scrollToTop {
        bottom: 0px;
        right: 0;
        display: none;
    }
    
    .call-us {
        padding: 0 9px 0 0;
        left: -72px;
    }
    /* .drop {
        position: absolute;
        top: 0;
        right: 10px;
        left: 10px;
        z-index: 1;
        border-radius: 100%;
        background-color: #fff;
        box-shadow: 0 0 10px #fff;
    }
    snow
    .animate {
        animation: falling 5.5s infinite ease-in;
        overflow: hidden;
    } */
    
    .banner-text h1 {
        font-size: 30px;
        margin: 0;
    }
    
    .year img {
        width: 100%;
        height: 300px;
    }
    
    .dropdown-menu {
        min-width: 7rem;
    }
    
    .city {
        position: absolute;
        top: 700px;
        width: 100%;
        overflow: scroll;
    }
    
    #floorplan-gallery img {
        width: 100%;
        height: 235px;
        margin: 10px 0;
    }
    
    #recent-page img {
        width: 100%;
        height: 235px;
        margin: 10px 0;
    }
    
    #interior-design img {
        width: 100%;
        height: 235px;
        margin: 10px 0;
    }
    
    #house-elevation img {
        width: 100%;
        height: 235px;
        margin: 10px 0;
    }
    
    .float {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 62px;
        right: 7px;
        background-color: rgb(37, 211, 102);
        color: rgb(255, 255, 255);
        border-radius: 50px;
        text-align: center;
        font-size: 35px;
        box-shadow: rgb(153 153 153) 2px 2px 3px;
        z-index: 100;
    }
    
    .pro-list {
        margin: 20px 0;
    }
    
    #pro-page {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .pro-d-img {
        width: 1100px;
        height: 302px;
    }
    
    .padding-top {
        padding-top: 50px;
    }
    
    .border-d {
        margin-top: 124px;
    }
    
    .pro-d-small-img {
        max-width: 45px !important;
        height: 70px;
    }
    
    #mySidenav a {
        padding: 3px 6px 2px;
    }
    
    #right-sidenav a {
        position: fixed;
        right: -42px;
        transition: all 0.3s ease 0s;
        padding: 30px 2px 0px;
        width: 80px;
        height: 57px;
        text-decoration: none;
        font-size: 14px;
        color: white;
        border-radius: 5px 5px 5px 5px;
        z-index: 77;
        -ms-transform: rotate(90deg);
        transform: rotate( 90deg);
    }
    
    #linkedin {
        bottom: 20px;
        background-color: #4c68d7;
    }
    
    #facebook {
        bottom: 49px;
        background-color: #4267B2;
    }
    
    #youtube {
        bottom: 78px;
        background-color: #FF0000;
    }
    
    #pinterest {
        bottom: 107px;
        background-color: #E60023;
    }
    
    #whatsapp {
        bottom: 166px;
        background-color: #25d366;
    }
    
    #instagram {
        bottom: 137px;
        background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    }
    
    #call {
        bottom: 177px;
        background-color: GREEN;
    }
    
    #blog-home .blog-img-home img {
        height: 186px;
        width: 100%;
    }
    
    .plan {
        padding: 15px 0;
        width: 100%;
    }
    
    #gallery {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    #recent {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    #banner .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        height: 200px;
        margin-top: 61px;
    }
    /* #banner .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        height: 193px;
        margin-top: 0px;
    } */
    
    #paytm {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    #interior-workings {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .thank-box {
        background-color: rgb(255, 255, 255);
        padding: 40px 0px;
        width: 100%;
        margin: 30px auto 0px;
        box-shadow: rgb(0 0 0 / 20%) 0px 0px 40px;
        text-align: center;
    }
    
    #youtube-sec iframe {
        width: 100%;
        height: 200px;
        margin-bottom: 20px;
    }
    
    .youtube-op {
        padding: 30px 0px 30px 0;
    }
    
    #blog-home {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .sarti1:last-of-type span {
        margin-left: -355px;
        animation: slidein 7s infinite;
        font-size: 19px;
        color: rgb(245, 125, 5);
    }
    
    @keyframes slidein {
        0% {
            margin-left: -800px;
        }
        20% {
            margin-left: -1800px;
        }
        35% {
            margin-left: 0px;
        }
        100% {
            margin-left: 15px;
        }
    }
    
    .sarti {
        display: inline-block;
        /* overflow:hidden; */
        white-space: nowrap;
        font-size: 19px;
        color: rgb(245, 125, 5);
        font-weight: 700;
    }
    
    #browse-all-designs {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    #browse-3D-Elevation {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    #browse-designs-by-location {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    #browse-designs-by-dimension {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    #browse-designs-by-area {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    #browse-designs-by-category {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    #browse-designs-by-keywords {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    #search {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    #signature-plans {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    #exclusive-designers {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    #on-sale {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    #Publish-houseplans {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    #advertise-with-us {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    #builder-advantage {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    #contact {
        padding: 0px 0 20px;
    }
    
    #order p {
        margin-bottom: 0;
    }
    
    #order hr {
        margin-top: 4px;
        margin-bottom: 4px;
        border-top: 1px solid rgb(255 255 255);
    }
    
    #order .sec-heading h3 {
        text-align: center;
        font-size: 19px;
        margin-bottom: 2px;
    }
  
}
