/* body {font-family: "Roboto", sans-serif;}
h1, h2, h3, h4, h5, h6 {font-family: "Roboto", sans-serif;} */

body{
    padding: 0;
    margin: 0;
    font-family: 'Futura';
    position: relative;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
/* theme-color */
:root{
    --theme-color: #ED2024;
    --text-white:#ffffff;
    --text-dark-color:#000000;
    --bg-color-light:#EEEEEE;
}
/* End-color */
h2 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 500;
    color: var(--text-dark-color);
}
h3 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
    color: var(--text-dark-color);
}
h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}
h6 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin: 0px;
}
p {
    font-size: 16px;
    line-height: 24px;
    color: var(--text-dark-color);
    
}
/*================================================
Start-All-Buttons css
=================================================*/
input[type="checkbox"] {
  accent-color: var(--theme-color); /* Change to your desired color (e.g., red) */
}
a {
    text-decoration: none;
    font-weight: normal;
    color: var(--text-dark-color);
}
a:focus-visible {
    outline: none;
}
a:hover,
a:focus {
    text-decoration: none;
}
button {
    outline: 0 !important;
    border: 0;
}

textarea:focus-visible {
    outline: none;
}
a{
    text-decoration: none;
}

.section-padding {
    padding: 80px 0px;
}
.top-bar-header ul li a {
    font-weight: 500;
	display: flex;
    align-items: center;
}
.catalogue-warrper a img {
    margin-right: 10px;
}

.catalogue-warrper a {
    color: #fff;
    font-size: 16px;
}
.top-bar-header ul li a img {
    max-width: 20px;
    margin-right: 10px;
}
.right-side-screen .dimension-notice {
    width: 90%;
    margin: 30px auto 0;
}
.top-bar-header ul {
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: flex-end;
    padding: 10px 50px;
    margin-bottom: 0px;
    grid-gap: 30px;
}
.main-image-hero img {
    width: 100%;
    height: auto;
/*     border-radius: 35px; */
}
.hero-warrper {
    position: relative;
}
.overlap-hero-content {
    position: absolute;
    width: 100%;
    bottom: 35px;
    left: 0;
}
.hero-section.full-section-padding {
    padding-left: 0;
    padding-right: 0px;
}
.final-screen-section.inner-section-padding {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.hero-content-view h2 {
    font-weight: 500;
    color: var(--text-white);
    margin-bottom: 20px;
/*     padding-left: 40px; */
    font-size: 36px;
}
.hero-content-view p {
    margin-bottom: 40px;
    color: var(--text-white);
/*     padding-left: 40px; */
}
.hero-button-warrper {
    width: 72%;
}
.read-more.get-quote-hero {
    width: 100%;
    text-align: center;
    margin-top: 0px;
}
.read-more {
    padding: 11px 60px;
    background-color: var(--theme-color);
    color: #fff;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    transition: 0.5s;
}
.read-more:hover {
    background-color: #000;
    color: #fff;
}
.full-section-padding {
    padding: 15px 35px;
}
.consulation-warrper {
    padding: 40px;
    background-color: var(--bg-color-light);
    border-radius: 30px;
}
.consulation-image img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.consulation-image {
    height: 100%;
}
.consultaion-header h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 15px;
}
.consultaion-header h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}
.consultaion-header {
    padding-bottom: 25px;
}
.form-field-ui {
    margin-bottom: 15px;
}
.input-field {
    padding: 12px 16px;
    width: 100%;
    border-radius: 4px;
    border: 0.5px solid #000;
    background-color: #ffffff;
}
.form-notice-description p {
    font-size: 14px;
    color: #000000;
    opacity: .6;
    font-weight: 300;
}
.read-more.submit-btn-consult {
    border: 0px;
}
.form-field-ui-checkobox {
    margin-bottom: 10px;
}
.main-title.center-title {
    text-align: center;
    padding-bottom: 40px;
}

.main-title h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: normal;
        margin-bottom: 0px;
}
.about-item-box .row {
    align-items: center;
}
.choose-box {
    text-align: center;
    padding: 60px 20px;
    box-shadow: 0px 4px 14.8px 0px rgb(0 0 0 / 36%);
    border-radius: 7px;
    margin-bottom: 25px;
    height: calc(100% - 25px);
}
.choose-box h3 {
    font-size: 24px;
    margin: 10px 0px;
}
.choose-box p {
    margin-bottom: 0px;
}
.choose-box img {
    height: 65px;
}
.choose-box p span {
    font-weight: 300;
    font-size: 12px;
}
.koncepts-image img {
    width: 100%;
    height: auto;
}
.koncepts-content {
    padding-top: 20px;
}
.koncepts-content h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 10px;
    border-bottom: 1px solid var(--theme-color);
    display: inline-block;
}
.koncepts-content p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    letter-spacing: 5%;
    color: #000000;
}
.trust-section.section-padding {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    padding: 40px 0px 65px;
}
.trust-box-item h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 15px;
    border-bottom: 1px solid var(--theme-color);
    display: inline-block;
    padding-bottom: 10px;
        line-height: normal;
}
.trust-box-item p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #fff;
}
.trust-warrper .row {
    align-items: center;
}
.trust-box-item {
    padding: 35px 25px;
    border: 1px solid #ececec5e;
    border-radius: 70px 0px 70px 0px;
	width:100%;
    background: linear-gradient(90deg, #C4C4C41C 0%, #C4C4C41C 69%, #C4C4C41C 100%);
    backdrop-filter: blur(60px);
}
.main-title.center-title.trust-title h2 {
    color: #fff;
}
.trust-warrper .row {
    justify-content: center;
}
.trust-warrper-box .row {
    margin-bottom: 45px;
}
.trust-warrper-box .row:last-child {
    margin-bottom: 0px;
}
.trust-warrper-box {
/*     display: flex;
    flex-wrap: wrap; */
    justify-content: center;
/*     grid-gap: 20px; */
}
/* @media (min-width: 992px) {
.trust-warrper .row .col-lg-3 {
     flex: 0 0 auto;
        width: 20%;
}
} */
/* .trust-warrper .row .col-lg-3:nth-child(even) .trust-box-item {
    margin-top: -35px;
} */
.concepts-section.section-padding {
    padding-top: 0px;
}
.design-shape-ui img {
    width: 100%;
    height: auto;
}
.design-shape-ui img {
    width: 100%;
    height: auto;
    position: relative;
    left: 50%;
    bottom: -12px;
}
.bottom-side-shape img {
    position: relative;
    left: 50%;
    bottom: -10px;
}
.top-side-shape img {
    position: relative;
    left: 50%;
    top: -41px;
}
.main-title.trust-title {
    margin-bottom: 60px;
}
.main-title.trust-title h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 0px;
}
.main-title.center-title.trust-title {
    padding-bottom: 85px;
        position: relative;
}
/* .trust-section:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 31%);
    position: absolute;
    top: 0;
    left: 0;
} */
.trust-section.section-padding {
    background-color: #000000;
}
.trust-warrper {
    position: relative;
}
.counter-section.section-padding {
    background-color: var(--bg-color-light);
}
.counter-box-warrper {
display: flex;
    align-items: flex-start;
    grid-gap: 15px;
    max-width: fit-content;
    margin: 0 auto;
}
.icon-counter img {
    width: 100%;
}

.icon-counter {
    width: 45px;
}
.counter-item {
    width: calc(100% - 45px);
}
.red-counter {
    font-size: 36px;
    color: var(--theme-color);
    font-weight: 500;
}
.gray-counter {
    font-size: 32px;
    font-weight: 300;
}
.counter-item h2 {
    margin-bottom: 0px;
}
.main-title p {
    font-size: 16px;
    margin: 10px 0px 0px;
    font-weight: 400;
    letter-spacing: 4%;
}
.why-choose-section.section-padding {
    padding-top: 0px;
}
.section-padding.full-section-padding {
    padding: 80px 35px;
}
.project-image-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}
.project-data-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
        margin-bottom: 20px;
}
.project-content h5 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 5%;
    color: #fff;
    margin-bottom: 5px;
}
.project-content p {
    font-size: 14px;
    margin-bottom: 0px;
    color: #fff;
    letter-spacing: 5%;
}
.project-content {
    position: absolute;
    bottom: -100%;
    padding: 15px 15px 25px;
    left: 0;
    width: 85%;
    background: linear-gradient(90deg, #4d423c 0%, #8a7a71 40%, #c0ada3 100%);
    backdrop-filter: blur(42px);
    transition: 0.5s;
}
.project-data-item:hover .project-content{
    bottom: 0%;
}
.project-warrper .project-data-item:last-child {
    margin-bottom: 0px;
}
.project-warrper .project-item-box {
    display: flex;
    flex-direction: column;
	margin-bottom:25px;
}
.project-warrper .row .col-12:nth-child(even) .project-item-box {
    flex-direction: column-reverse;
}
.project-warrper .row .col-12:nth-child(even) .project-item-box .project-data-item:first-child {
    margin-top: 20px;
}
.customer-warrper .item {
    border: 1px solid #8B8B8B;
    padding: 10px 15px;
    border-radius: 9px;
    margin: 0 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}
.customer-section.section-padding.full-section-padding {
    padding-top: 0px;
}
.testimonial-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
}
.testimonials-warrper {
    padding: 40px;
    border: 1px solid #8B8B8B;
    position: relative;
    background-color: #FFFFFF;
    border-radius: 7px;
}
.testimonial-content h2 {
    font-size: 24px;
    line-height: normal;
    font-weight: 500;
    letter-spacing: 5%;
}
.testimonial-content h5 {
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 300;
}
.qoute-item {
    margin: 20px 0px 30px;
    position: relative;
    /* display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center; */
}
.testimonial-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
}
.testimonial-image-item img {
    width: 100%;
    height: auto;
}
.testimonial-content {
    text-align: center;
}
.qoute-item p img {
    max-width: 30px;
    display: inline-block !important;
}
.testimonials-warrper .owl-carousel .owl-nav button {
    border: 1px solid var(--theme-color) !important;
    border-radius: 50%;
    padding: 15px;
    width: 52px;
    height: 52px;
    background-color: #fff !important;
}
.testimonials-warrper .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.testimonials-warrper .owl-carousel .owl-nav button.owl-prev {
    margin: 0;
    position: relative;
    left: -67px;
}
.testimonials-warrper .owl-carousel .owl-nav button.owl-next {
    margin: 0;
    position: relative;
    right: -67px;
}
.testimonial-section.section-padding {
    background-color: var(--bg-color-light);
}
.booking-thumbnail img {
    width: 100%;
    height: auto;
	border-radius:10px;
}
.booking-btn-item {
    margin-top: 25px;
}
.main-footer {
    padding: 40px;
    background-color: #000;
}
.footer-navigation h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}
.footer-navigation ul a {
    border-top: 1px solid var(--theme-color);
    color: #fff;
    width: 100%;
    display: block;
    padding: 12px 0px;
    font-size: 15px;
}
.read-more.subscribe-btn:hover {
    background-color: #ffffff;
    color: #000000;
}

.footer-navigation ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}
.footer-connect-us h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}

/* New footer Design */
.contact-item-details .social-link-grid ul {
    justify-content: flex-start;
}
.footer-navigation.footer-view-two-row a {
    padding-bottom: 0px;
}
.footer-navigation.footer-view-two-row ul {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 15px;
}
.footer-bottom-side .row {
    justify-content: center;
}
.footer-navigation.footer-view-two-row ul li {
    width: 47%;
}
.footer-bottom-side {
    border-top: 1px solid #ffffff54;
    padding-top: 30px;
    margin-top: 30px;
}
.footer-connect-us {
    text-align: center;
}
.suscribe-form-ui p {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
	justify-content: space-between;
	position:relative;
}
.suscribe-form-ui p .wpcf7-form-control-wrap {
    width: 100%;
    margin-right: 10px;
}
.suscribe-form-ui .wpcf7-not-valid-tip {
    position: absolute;
}
.suscribe-form-ui .wpcf7 form .wpcf7-response-output {
    color: #fff;
}
.footer-navigation-horizontal ul li:last-child a {
    border-right: 0;
    padding-right: 0;
    margin-right: 0px;
}
.footer-navigation-horizontal {
    padding-top: 15px;
}
.footer-navigation-horizontal ul a {
    color: #fff;
    border-right: 1px solid #fff;
    margin-right: 15px;
    padding-right: 15px;
    opacity: .8;
	font-size:14px;
}
.footer-navigation.footer-view-two-row h4 {
    text-align: center;
}
.footer-navigation-horizontal ul {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0px;
    justify-content: center;
    align-items: center;
}
.suscribe-form-ui .wpcf7-spinner {
    margin: 0;
    position: absolute;
    right: -30px;
}
/* End */

.social-link-grid ul a {
    width: 40px;
    height: 40px;
    background-color: #fff;
    display: flex;
    border-radius: 50%;
    text-align: center;
    align-items: center;
	justify-content:center;
}
.social-link-grid ul a svg{
    width: 18px;
    height: 18px;
}
.contact-deatils-box .social-link-grid ul a {
    background-color: #000;
}
.contact-deatils-box .social-link-grid ul a svg{
	fill:#ffffff;
}
.social-link-grid ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 10px;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
	justify-content: center;
}
.social-link-grid img {
    max-width: 40px;
}
.suscribe-form-ui input.input-field-suscribe {
    padding: 11px;
    width: 100%;
    margin-bottom: 0px;
    border-radius: 7px;
    border: 0px;
	
}
.suscribe-form-ui {
    margin: 20px 0px;
}
.read-more.subscribe-btn {
    border: 0px;
    font-size: 16px;
    padding: 10px 31px;
    font-weight: 500;
    text-align: center;
}
@media (min-width: 992px) {
    .main-footer .row .col-lg-2 {
        flex: 0 0 auto;
        width: 14.66666667%;
    }
    .main-footer .row .col-lg-2:last-child {
        flex: 0 0 auto;
        width: 26.66666667%;
    }
}
.get-popup-modal .modal-dialog {
    max-width: 710px;
}
.get-popup-modal .modal-content {
    background-color: #EEEEEE;
    border-radius: 30px;
}
.qoute-form-body {
    padding: 50px;
}
.qoute-form-header h2 {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 1%;
}
.qoute-form-header {
    margin-bottom: 35px;
}
.read-more.submit-btn-qoute {
    border: 0px;
}
.input-field.textarea-box {
    height: 120px;
}
.custom-btn-close {
    position: absolute;
    right: 25px;
    top: 25px;
    background-color: transparent;
}
.btn-close:focus{
    box-shadow: none;
}
.booking-popup-modal .modal-dialog {
    max-width: 730px;
}
.booking-form-body {
    padding: 50px;
}
.booking-form-header h2 {
    font-size: 36px;
    font-weight: 500;
}
.booking-form-header {
    margin-bottom: 30px;
}
.screen-item.screen-otp-verify {
    text-align: center;
}
.otp-container {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
}
.otp-container .otp-input {
    max-width: 70px;
    height: 60px;
    padding: 12px 16px;
    width: 100%;
    border-radius: 4px;
    border: 0.5px solid #000;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
}
.otp-label-title {
    margin-bottom: 15px;
}
.otp-label-title span {
    font-weight: 300;
    color: #717171;
}
.resend-container {
    margin-top: 12px;
}
.resend-container p{
    color: #717171;
    font-weight: 300;
}
.resend-container .resend-btn {
    background: transparent;
    padding: 0px;
    color: #000000;
    font-weight: 400;
}
.verify-otp-warrper {
    margin-top: 35px;
}
.question-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    gap: 0.75rem;
}
.input-item {
    flex: 1 1 0%;
}
.input-item input[type="radio"] {
    display: none;
}
.radio-label {
    border: 2px solid #EAE8E4;
    transition: all 0.2s;
    display: block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 0.5rem;
    font-weight: 500;
}
.input-item input[type="radio"]:checked + .radio-label {
    border-color: #ED2024;
    background-color:#ED20243D;
    color: #000000;
}
.checkbox-custom {
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 1px solid #ED2024;
    border-radius: 3px;
    margin-right: 10px;
    position: relative;
    top: 4px;
}
.input-item input[type="radio"]:checked + .radio-label .checkbox-custom {
    background-color: #ED2024;
}
.booking-form-warrper {
    /* padding: 0 20px; */
}
.checkbox-title h5 {
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 15px;
}
.step-checkbox-item {
    margin-bottom: 25px;
}
.booking-form-warrper .step-checkbox-item:last-child {
    margin-bottom: 0px;
}
#booking-popup .step-screen-button {
    padding: 20px 20px 0px;
}

#booking-popup .screen-item.step-three  .step-screen-button {
    padding:20px 0px 0px;
}
#booking-popup .screen-item.step-three .step-screen-button .submit-finish-btn {
    border: 0px;
}
.read-more.next-btn[disabled] {
    background-color: #B7B7B7;
}
.question-grid.single-line-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.input-field:focus-visible{
    outline: none;
}
.display-area-content ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}
.display-area-content {
    padding: 12px 16px;
    width: 100%;
    border-radius: 4px;
    border: 0.5px solid #000;
}
.notice-bar {
    background-color: #DBFCE7;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    grid-gap: 5px;
    margin-top: 20px;
}
.notice-bar p {
    margin-bottom: 0px;
    color: #2D7538;
    letter-spacing: 2%;
}
.notice-bar img {
    position: relative;
    margin-top: 4px;
}
.display-area-content ul li {
    font-size: 18px;
    margin-bottom: 5px;
}
.display-area-content ul li span{
    font-weight: 300;
}
.chat-box {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 0;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    grid-gap: 15px;
    z-index: 99;
}
.chat-box img {
    max-width: 45px;
}

/* about Us start */

.breadcrumb-section img {
    width: 100%;
    height: auto;
}
.breadcrumb-section {
    position: relative;
}
.overlap-breadcrumb-content {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background-color: rgb(0 0 0 / 31%);
    display: flex;
    align-items: flex-end;
}
.breadcrumb-data-ui h2 {
    font-size: 36px;
    font-weight: 500;
    color: #ffff;
    margin-bottom: 15px;
}
.breadcrumb-data-ui p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 4%;
}
.breadcrumb-data-ui p:last-child {
    margin-bottom: 0;
}
.breadcrumb-data-ui {
    padding-bottom: 40px;
}
.about-us-company img {
    width: 100%;
    height: auto;
}
.about-us-data p {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}

.about-us-data h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 500;
}
.inner-section-padding {
    padding: 70px 0px;
}
.about-us-data p:last-child {
    margin-bottom: 0px;
}
.about-us-data {
    padding-right: 30px;
}
.about-item-box {
    margin-bottom: 40px;
}
.about-warrper-item .about-item-box:last-child {
    margin-bottom: 0px;
}
.about-warrper-item .about-item-box:nth-child(even) .row {
    flex-direction: row-reverse;
}
.about-warrper-item .about-item-box:nth-child(even) .row .about-us-data {
    padding-right: 0px;
    padding-left: 40px;
}
.vision-item {
    width: 100%;
    display: flex;
    align-items: center;
    grid-gap: 60px;
    margin-bottom: 50px;
}
.vision-title-item {
    width: 20%;
}
.vision-title-item h2 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 0px;
    font-weight: 500;
}
.vision-description-item {
    width: 50%;
}
.vision-description-item h5 {
    color: #ffffff;
    font-size: 20px;
    text-align: justify;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 0px;
}
.vision-and-mission-data .vision-item:last-child {
    margin-bottom: 0px;
    margin-left: auto;
    flex-direction: row-reverse;
}
.vision-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 45%);
}
.vision-and-mission-data {
    position: relative;
}
.vision-section {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 150px 0px;
}
.process-section.section-padding {
    background-color: var(--bg-color-light);
}
.process-box {
    text-align: center;
    padding: 60px 20px;
    box-shadow: 0px 4px 14.8px 0px rgb(0 0 0 / 36%);
    border-radius: 7px;
    margin-bottom: 25px;
    height: calc(100% - 25px);
    background-color: #ffffff;
}
.process-box h2 {
    font-size: 42px;
    margin-bottom: 0px;
    color: var(--theme-color);
    font-weight: 500;
}
.process-box h4 {
    color: #000000;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 10px;
    font-weight: 500;
}
.process-box p:last-child {
    margin-bottom: 0px;
}

/* contact us page css start */
.contact-item-details h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 5px;
}
.contact-item-details p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
}
.contact-deatils-box {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--theme-color);
}
.contact-warrper-box .contact-deatils-box:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid var(--theme-color);
}
.contact-form-box {
    padding: 40px;
    background-color: var(--bg-color-light);
    border-radius: 30px;
}
.contact-form-head h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 10px;
}
.contact-form-head {
    margin-bottom: 30px;
}
.contact-form-head p {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 30px;
}
.full-section-padding.inner-section-padding {
    padding: 70px 35px;
}
.visit-warrper-box {
    padding: 40px;
    background-color: var(--bg-color-light);
    border-radius: 30px;
}
.visit-thumbnail img {
    width: 100%;
    height: auto;
}

.visit-thumbnail {
    width: 45%;
}
.visit-details {
    display: flex;
    grid-gap: 10px;
    width: 55%;
}
.item-visit h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}
.visit-warrper-box .row {
    justify-content: space-between;
}
.item-visit p {
    margin-bottom: 6px;
}
.visit-warrper {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    margin-bottom: 50px;
}
.item-visit a {
    display: inline-block;
    border-bottom: .5px solid var(--theme-color);
    color: var(--theme-color);
    font-size: 12px;
}
.visit-warrper-box .row .col-12:nth-last-child(1) .visit-warrper, .visit-warrper-box .row .col-12:nth-last-child(2) .visit-warrper{
    margin-bottom: 0px;
}
.position-item p {
    font-size: 14px;
    margin-bottom: 0px;
}
.position-item h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 25px;
    letter-spacing: 2%;
}
.position-item h4 {
    font-size: 15px;
    font-weight: 300;
    margin: 15px 0px;
}
.position-item h4 strong {
    font-weight: 500;
}
.read-more.opening-btn {
    font-size: 11px;
    padding: 7px 15px;
    border-radius: 4px;
}
.position-item {
    box-shadow: 0 4px 14.8px 0px rgb(0 0 0 / 36%);
    padding: 35px;
    border-radius: 7px;
    margin-bottom: 30px;
}
.position-warrper .position-item:last-child {
    margin-bottom: 0px;
}
.position-warrper {
    position: sticky;
    -webkit-poistion: sticky;
    top: 100px;
    margin-right: 35px;
}
.book-service-box {
    background: #D9D8D89E;
    padding: 40px;
    text-align: center;
    border-radius: 30px;
    max-width: 620px;
    margin: 0 auto;
    box-shadow: 0px 6px 6.8px rgb(0 0 0 / 28%);
}

.book-service-box h2 {
    font-size: 30px;
    margin-bottom: 15px;
}
.read-more.service-book-btn {
    margin-top: 10px;
}
.book-service-box p {
    font-size: 18px;
}
.read-more.submit-btn-apply {
    margin-top: 30px;
	border:0px;
}
.contact-form-box.career-form-design {
    box-shadow: 0px 6px 6.8px 0px rgb(0 0 0 / 29%);
}

/* contact us page css end */

/* Review page css start */

.review-data {
    padding: 30px;
    box-shadow: 0px 4px 14.8px 0px rgb(0 0 0 / 36%);
    border-radius: 7px;
    margin-bottom: 30px;
}
.review-description p {
    margin-bottom: 0px;
    color: rgb(0 0 0 / 68%);
    position: relative;
    display: inline;
}
.review-description p:before {
    content: '';
    background-image: url(../images/Quote-before.png);
    width: 20px;
    height: 17px;
    display: inline-block;
    background-size: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 6px;
    position: relative;
    top: 3px;
}
.review-rating {
    display: flex;
    align-items: flex-end;
    grid-gap: 10px;
}
.google-rating-view {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    margin-bottom: 10px;
}
.author-name p {
    margin-bottom: 0px;
    font-size: 15px;
    color: rgb(0 0 0 / 68%);
    letter-spacing: 2%;
}
.author-name span{
    margin-bottom: 0px;
    font-size: 13px;
    color: rgb(0 0 0 / 68%);
    letter-spacing: 2%;
}
.review-description {
    margin-bottom: 30px;
    min-height: 190px;
}
.review-description .more-btn {
    display: inline-block;
    background-color: transparent;
    padding: 0px;
    font-size: 15px;
    color: #337CC5;
        margin-left: 4px;
}
.author-name-first {
    background-color: #5C6BC0;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    font-size: 40px;
    font-weight: 500;
    color: #fff;
}
.authur-profile img {
    max-width: 60px;
}
.review-description p{
  display: -webkit-box;
  -webkit-line-clamp: 7; 
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review-description p.show{
  -webkit-line-clamp: unset;
}

/* Blogs page css start */


.blog-page-description h4 {
    font-size: 32px;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 0px;
}
.blog-page-description h4 strong {
    color: var(--theme-color);
}
.categorires-sidebar h2 {
    font-weight: 500;
    font-size: 36px;
    margin-bottom: 20px;
}
.categorires-sidebar ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.categorires-sidebar ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 9px 0px;
    border-bottom: 1px solid var(--theme-color);
    font-size: 20px;
    letter-spacing: 1%;
}
.blog-page-description {
    padding-right: 50px;
}
.blog-top-section .row {
    align-items: center;
}
.categorires-sidebar ul li a:hover {
    color: var(--theme-color);
}
.blog-page-description h4 strong {
    font-weight: 500;
}
.blog-thumbnail-image img {
    width: 100%;
    height: auto;
}
.blog-content-title a {
    font-size: 20px;
    color: var(--theme-color);
    display: block;
}
.post-data-ui {
    font-size: 16px;
    font-weight: 300;
    float: right;
}
.blog-content-title h3 {
    font-size: 22px;
    font-weight: 500;
}
.blog-content-title {
    padding-top: 15px;
}
.blogs-box-data {
    margin-bottom: 30px;
}
.recent-post-section .row .col-12:nth-last-child(1) .blogs-box-data, .recent-post-section .row .col-12:nth-last-child(2) .blogs-box-data {
    margin-bottom: 0px;
}
.blog-main-title {
    text-align: center;
    margin-bottom: 40px;
}
.blog-main-title h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 10px;
}
.blog-main-title h3 {
    font-weight: 400;
    font-size: 36px;
}
.blog-detail-hero img {
    width: 100%;
    height: auto;
}
.blog-full-description {
    margin: 50px 30px;
}
.blog-full-description p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}
.blog-full-description p:last-child {
    margin-bottom: 0px;
}
.extra-blog-item .row{
    align-items: center;
}
.extra-content h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: normal;
}
.extra-content p {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 0px;
}
.extra-content {
    padding-right: 40px;
}
.blog-image-item img {
    width: 100%;
    height: auto;
}
.extra-blog-content .extra-blog-item:nth-child(even) .row {
    flex-direction: row-reverse;
}
.extra-blog-content .extra-blog-item:nth-child(even) .row .extra-content {
    padding-right: 0px;
    padding-left: 40px;
}
.extra-blog-item {
    margin-bottom: 50px;
}
.extra-blog-content .extra-blog-item:last-child {
    margin-bottom: 0px;
}
.extra-blog-content {
    margin: 0 30px;
}
.blog-full-description h4 {
    font-size: 24px;
    font-weight: 500;
}
.blog-full-description ul li {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 0px;
}

.blog-full-description ul {
    padding-left: 21px;
}
.blog-image-thumbnail img {
    width: 100%;
    height: auto;
}
.blog-category-title h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 15px;
}
.blog-category-title p {
    font-size: 20px;
    line-height: 35px;
    display: inline;
    margin-bottom: 0;
}
.blog-category-title a {
    color: var(--theme-color);
    font-size: 20px;
    display: inline-block;
}
.blog-category-title {
    padding-top: 20px;
}
.blog-item {
    margin-bottom: 40px;
}
.breadcrumb-data-default-ui h2 {
    text-align: center;
    margin-bottom: 0px;
    font-size: 36px;
    font-weight: 500;
}
.default-content p {
    margin-bottom: 15px;
}
.default-content li {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 8px;
}
.default-content h2 {
    font-weight: 500;
    margin-bottom: 15px;
}
.default-content h3 {
    margin-bottom: 15px;
}
.default-data-section {
    padding-bottom: 70px;
}
.custom-faq-accordion .accordion-button {
    line-height: normal;
    font-size: 22px;
    font-weight: 400;
    padding: 15px 0px;
    border: 0px;
    box-shadow: none;
    color: #000000;
}
.custom-faq-accordion .accordion-item {
    border: 0px;
    border-bottom: 1px solid var(--theme-color);
}
.custom-faq-accordion .accordion-button:not(.collapsed){
    background-color: transparent;
    color: var(--theme-color);
}
.custom-faq-accordion .accordion-button:focus{
    box-shadow: none;
}
.custom-faq-accordion .accordion-item .accordion-body p {
    font-size: 16px;
    line-height: 30px;
}

.custom-faq-accordion .accordion-item .accordion-body {
    padding: 0rem 0px 1rem;
}
.custom-faq-accordion .accordion-button::after {
    background-image: url(../images/accordion-plus.png);
}
.custom-faq-accordion .accordion-button:not(.collapsed)::after {
    background-image: url(../images/accordion-minus.png);
}
.custom-faq-accordion .accordion-item .accordion-body p:last-child{
    margin-bottom: 0px;
}
/* partner page start css */

.partner-image img {
    width: 100%;
    height: auto;
}
.partner-content-box h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 30px;
}
.partner-content-box h4 {
    font-size: 20px;
    line-height: 28px;
    color: var(--theme-color);
    margin-bottom: 30px;
    font-style: italic;
}
.partner-content-box p{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
}
.invest-section.section-padding {
    background-color: var(--bg-color-light);
}
.invest-content-ui h2 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 500;
}

.invest-content-ui {
    text-align: center;
}
.invest-content-ui h4 {
    font-size: 24px;
    line-height: 42px;
    margin-bottom: 0px;
    color: var(--theme-color);
}
.invest-content-ui p {
    margin-bottom: 0px;
    
}
.invest-content-ui h4 {
    font-weight: 500;
}
.interior-data-ui h2 strong {
    font-size: 36px;
    color: var(--theme-color);
        font-weight: 500;
}

.interior-data-ui h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 25px;
}
.interior-data-ui-right h3 {
    font-weight: 500;
    margin-bottom: 20px;
}
.interior-data-ui-right ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.interior-data-ui-right ul li {
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    display: flex;
}
.interior-data-ui-right ul li:before {
    width: 25px;
    height: 25px;
    content: '';
    background-image: url(../images/icon-done.png);
    display: inline-block;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    position: relative;
    top: 5px;
}
.interior-data-ui-right ul li:last-child {
    margin-bottom: 0px;
}
.interior-data-ui p {
    margin-bottom: 0px;
}
.icon-invest {
    border-bottom: 1px solid #ED2024;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.invest-box-ui {
    text-align: center;
    padding: 20px;
    box-shadow: 0px 4px 14.8px 0px rgb(0 0 0 / 36%);
    border-radius: 7px;
    margin-bottom: 25px;
    height: calc(100% - 25px);
}
.icon-invest img {
    max-width: 100px;
}
.invest-box-ui h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 0px;
}
.invest-premium-content-box ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.invest-premium-content-box ul li {
    font-size: 24px;
    margin-bottom: 10px;
    letter-spacing: 1%;
    position: relative;
    display: flex;
}
.invest-premium-content-box ul li:before {
    width: 25px;
    height: 25px;
    content: '';
    background-image: url(../images/icon-done.png);
    display: inline-block;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    position: relative;
    top: 5px;
}
.invest-premium-content-box ul li:last-child {
    margin-bottom: 0px;
}
.invest-premium-content-box p {
    margin-bottom: 0px;
}
.invest-list-point h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
}
.invest-premium-image img {
    width: 100%;
    height: auto;
}
.invest-premium-image {
    padding-right: 60px;
}
.experiment-section.inner-section-padding {
    background-color: var(--bg-color-light);
}
.experiment-box-ui {
    padding: 20px;
    box-shadow: 0px 4px 14.8px 0px rgb(0 0 0 / 36%);
    border-radius: 7px;
    margin-bottom: 0px;
    height: calc(100% - 0px);
}
.experiment-box-ui h2 {
    font-size: 36px;
    color: var(--theme-color);
    font-weight: 500;
    margin-bottom: 10px;
}
.experiment-box-ui h3 {
    font-size: 24px;
    font-weight:600;
    margin-bottom: 10px;
}
.experiment-box-ui p {
    margin-bottom: 0px;
    font-weight: 300;
}
.network-box-ui {
    text-align: center;
    padding: 20px;
    box-shadow: 0px 4px 14.8px 0px rgb(0 0 0 / 36%);
    border-radius: 7px;
    margin-bottom: 0px;
    height: calc(100% - 0px);
}
.network-box-ui h3 {
    font-weight: 500;
    font-size: 36px;
    margin: 10px 0px;
    color: var(--theme-color);
}
.network-box-ui p {
    font-weight: 300;
    margin-bottom: 0px;
}
.network-grid-ui {
    width: 85%;
    margin: 0 auto;
}
.default-content h6 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 42px;
    font-weight: 500;
    color: #000000;
}
.default-content-location p {
    font-size: 16px;
    line-height: 30px;
}
.location-gallery-warrper img {
    width: 100%;
    height: auto;
}
.location-gallery-warrper {
    margin-bottom: 25px;
}
.simple-kitchen-ui h2 {
    margin-bottom: 22px;
    font-size: 36px;
    font-weight: 500;
}
.simple-kitchen-ui {
    text-align: center;
}
.kitchen-layout-content {
    padding-top: 25px;
}
.kitchen-layout-content h4 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 15px;
}
.kitchen-layout-content a {
    color: var(--theme-color);
    font-size: 18px;
    position: relative;
}
.explore-icon-btn{
    position: relative;
}
.explore-icon-btn:after {
    content: '';
    width: 22px;
    height: 22px;
    background-image: url(../images/arrow-next.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
    display: inline-block;
    top: 6px;
    position: relative;
    margin-left: 1px;
}
.kitchen-box-warrper {
    position: relative;
}
.kitchen-box-warrper .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.kitchen-box-warrper .owl-carousel .owl-nav button {
    border: 1px solid var(--theme-color) !important;
    border-radius: 50%;
    padding: 15px;
    width: 52px;
    height: 52px;
    background-color: #fff !important;
}
.kitchen-box-warrper .owl-carousel .owl-nav button.owl-prev {
    margin: 0;
    position: relative;
    left: -25px;
}
.kitchen-box-warrper .owl-carousel .owl-nav button.owl-next {
    margin: 0;
    position: relative;
    right: -25px;
}
.material-data {
    padding-right: 50px;
}
.material-data p {
    text-align: justify;
}
.material-section .row {
    align-items: center;
}
.material-data h2 {
    text-align: center;
    margin-bottom: 30px;
}
.material-section.inner-section-padding {
    background-color: var(--bg-color-light);
}
.modular-box-warrper {
    padding-left: 7%;
}
.modular-image-thumbnail img {
    width: 100%;
    height: auto;
}
.modular-item-box {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.modular-layout-content {
    position: absolute;
    bottom: -100%;
    padding: 15px 15px 25px;
    left: 0;
    width: 85%;
    background: linear-gradient(90deg, #4d423c 0%, #8a7a71 40%, #c0ada3 100%);
    backdrop-filter: blur(42px);
    transition: 0.5s;
}
.modular-layout-content h4 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 5%;
    color: #fff;
    margin-bottom: 5px;
}
.modular-layout-content p {
    font-size: 14px;
    margin-bottom: 0px;
    color: #fff;
    letter-spacing: 5%;
}
.modular-item-box:hover .modular-layout-content {
    bottom: 0%;
}
.owl-theme .owl-dots .owl-dot span {
    background-color: #D9D9D9 !important;
}
.owl-theme .owl-dots .owl-dot.active span{
    background-color: var(--theme-color) !important;
}
.plan-budget-thumbnail {
    position: relative;
    margin-bottom: 20px;
    border-radius: 7px;
    overflow: hidden;
}
.plan-budget-thumbnail:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000000;
    opacity: .31;
}
.overlap-data-view {
    position: absolute;
    bottom: 15px;
    left: 15px;
}
.plan-budget-thumbnail img {
    width: 100%;
    height: auto;
}
.overlap-data-view h2 {
    font-weight: 500;
    color: #fff;
    font-size: 36px;
    margin-bottom: 15px;
}
.overlap-data-view p {
    margin-bottom: 0px;
    color: #fff;
}
.modular-simple-section.inner-section-padding{
    background-color: var(--bg-color-light);
}
.modular-data-content h2 {
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 30px;
}
.modular-data-content li {
    margin-bottom: 10px;
}
.modular-data-content li:last-child {
    margin-bottom: 0px;
}
.simple-section.inner-section-padding {
    padding-bottom: 0px;
}
.simple-shaped-kitchen-ui h2 {
    margin-bottom: 22px;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
}
.simple-shaped-kitchen-ui p{
    text-align: justify;
}
.simple-shaped-kitchen-ui {
    padding-right: 50px;
}
.compare-ui-box {
    padding: 50px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}
.compare-ui-box h2 {
    font-weight: 500;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
}
.compare-ui-box p {
    text-align: center;
    margin-bottom: 0px;
    font-size: 24px;
    color: #fff;
    position: relative;
}
.page-navigation-lists ul {
    margin-bottom: 0px;
    padding-left: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.page-navigation-lists.wardrobes-page-pagination ul {
    justify-content: center;
}
.page-navigation-lists ul li {
    width: 20%;
    margin-right: 15px;
}
.page-navigation-lists ul li a {
    width: 100%;
    text-align: center;
    background-color: #ffffff;
    display: inline-block;
    padding: 15px 10px;
    border-radius: 10px;
    font-size: 18px;
}
.page-navigation-lists ul li {
    width: 20%;
    margin-right: 15px;
}
.page-navigation-lists ul li:last-child{
    margin-right: 0px;
}
.page-navigation-lists {
    padding-top: 50px;
}
.page-navigation-lists ul li a.active {
    background-color: var(--theme-color);
    color: #ffffff;
}
.compare-ui-box:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 30%);
    position: absolute;
    top: 0;
    left: 0;
}
.concept-item-thumbnail img {
    width: 100%;
    height: auto;
}
.concept-item-thumbnail {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.size-box-item {
    position: absolute;
    bottom: 0;
    padding: 10px;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(145, 145, 145, 1) 0%, rgb(64 64 64 / 36%) 60%);
    backdrop-filter: blur(42px);
    transition: 0.5s;
}
.size-box-item span {
    color: #fff;
    font-size: 14px;
}
.concept-title-box {
    padding-top: 15px;
}
.concept-title-box a {
    font-size: 20px;
    color: var(--theme-color);
    display: inline-block;
}
.concept-title-box a img {
    max-width: 24px;
    position: relative;
    top: -2px;
}
.concept-box-item {
    margin-bottom: 30px;
}

.cost-step-warrper {
    padding: 40px;
    background-color: var(--bg-color-light);
    border-radius: 30px;
	position:relative;
}
.step-count span strong {
    font-weight: 500;
}

.step-count span {
    font-size: 18px;
}
.step-count {
    position: absolute;
    top: 15px;
    right: 25px;
}
.cost-calculator-header {
    text-align: center;
    margin-bottom: 35px;
}
.cost-calculator-header h2 {
    font-weight: 500;
}


.cost-question-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    gap: 1.25rem;
}
.cost-input-item {
    flex: 1 1 0%;
}
.cost-input-item input[type="radio"] {
    display: none;
}
.cost-input-item.multiple-checkobx-box .cost-radio-label {
    text-align: center;
}
.cost-input-item.multiple-checkobx-box {
    position: relative;
}
.first-screen-default-image {
    position: relative;
}
.cost-input-item.multiple-checkobx-box .custom-checkbox-design {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
	cursor: pointer;
}
.overlap-currently-view h6 {
    font-weight: 400;
    font-size: 13px;
    margin-left: 10px;
	margin-bottom:0px;
}
.select-layout-view {
    padding-top: 20px;
    display: flex;
    align-items: center;
    grid-gap: 15px;
}
.layout-view-heading h5 {
    margin-bottom: 0px;
}
.select-item-box {
    grid-gap: 15px;
    display: flex;
    flex-wrap: wrap;
}
.select-item-box span {
    padding: 7px 15px;
    background-color: #E2F1E0;
    border-radius: 7px;
    font-size: 14px;
}
.select-item-box span img {
    margin-right: 5px;
}
.overlap-currently-view {
    max-width: fit-content;
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #fff;
    border-radius: 7px;
    display: flex;
    align-items: center;
    padding: 3px 20px;
    box-shadow: 0px 2px 4.7px 0px rgb(0 0 0 / 28%);
}
.cost-radio-label{
    border: 0px solid #EAE8E4;
    transition: all 0.2s;
    display: block;
    width: 100%;
    cursor: pointer;
    padding: 15px 15px;
    border-radius: 7px;
    font-weight: 500;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 4.7px 0px rgb(0 0 0 / 28%);
}
.cost-input-item input[type="radio"]:checked + .cost-radio-label {
    border-color: #ED2024;
    background-color:#ED20243D;
    color: #000000;
}
.cost-input-item input[type="radio"]:checked + .cost-radio-label .checkbox-custom {
    background-color: #ED2024;
}
.cost-input-item label span {
    background-color: var(--theme-color);
    color: #fff;
    padding: 6px 15px;
    margin-left: 12px;
    border-radius: 10px;
}
.screen-first-cost {
    margin: 0rem 0px 5rem;
}
.length-warrper-box h3 {
    margin: 15px 0px;
    font-weight: 500;
    font-size: 24px;
    line-height: normal;
}
.cost-size-box {
    padding: 0 35px;
}
.dimension-notice {
    padding: 20px;
    width: 100%;
    border-radius: 7px;
    border: 1px solid rgb(0 0 0 / 28%);
    background-color: #ffffff;
    display: flex;
    align-items: center;
    grid-gap: 20px;
    margin-top: 40px;
}
.notice-title-description h3 {
    margin: 0 0px 10px;
    font-weight: 500;
    font-size: 24px;
    line-height: normal;
}
.notice-title-description p{
	margin-bottom:0px
}
.step-navigation .prev-step {
    padding: 10px 15px;
}
.cost-calculator-body {
    margin: 0px 0px 35px;
}
.kitchen-image-default {
    text-align: center;
    margin: 20px 0px;
}
.cost-radio-label img {
    display: none;
}
.plan-cost-input-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0px 4px 5.3px 0px rgb(0 0 0 / 26%);
}
.plan-grid-cost .row .col-12:nth-child(1) .plan-cost-input-item {
	background-image:url(../images/card-bg-1.jpg);
}
.plan-grid-cost .row .col-12:nth-child(2) .plan-cost-input-item {
	background-image:url(../images/card-bg-2.jpg);
}
.plan-grid-cost .row .col-12:nth-child(3) .plan-cost-input-item {
	background-image:url(../images/card-bg-3.jpg);
}
.plan-grid-cost .row .col-12:nth-child(4) .plan-cost-input-item {
	background-image:url(../images/card-bg-4.jpg);
}

.plan-body-view h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 15px;
}
.plan-body-view p {
    border-bottom: 1px solid var(--theme-color);
    padding-bottom: 10px;
}
.plan-body-view ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.plan-body-view ul li {
    margin-bottom: 10px;
    position: relative;
    display: flex;
}
.plan-body-view ul li:before {
    width: 25px;
    height: 25px;
    content: '';
    background-image: url(../images/icon-done.png);
    display: inline-block;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    position: relative;
    top: 5px;
}
.read-more.plan-select {
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--theme-color);
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .5px;
    text-align: center;
}
.plan-cost-input-item input[type="radio"]:checked + .plan-cost-radio-label .read-more.plan-select {
    background-color: var(--theme-color);
}
.plan-cost-input-item input[type="radio"] {
    display: none;
}
.select-btn-ui {
    margin-top: 50px;
}
.plan-body-view {
    height: calc(100% - 50px);
}
.plan-box-ui {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
        padding: 25px;
}
.plan-cost-input-item label {
    height: 100%;
}
.plan-grid-cost .row .col-12:last-child .plan-body-view {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.plan-cost-radio-label{
    cursor: pointer;
}
.plan-grid-cost .row .col-12:last-child .plan-body-view p {
    border-bottom: 0px;
    padding-bottom: 0px;
}
.cost-calculator-footer .step-navigation {
    text-align: center;
}
.cost-calculator-footer {
    margin-top: 60px;
}
.enquiry-form-box {
    width: 70%;
    margin: 0 auto;
}
.cost-calculator-footer.last-screen-active{
    display: none;
}
.how-it-warrper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    position: relative;
}
.how-it-warrper:before {
    content: '';
    width: 83%;
    position: absolute;
    height: 2px;
    background-color: var(--theme-color);
    top: 40px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: -1;
}
.how-it-step h4 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 0px;
        font-weight: 400;
}
.how-it-step {
    text-align: center;
    position: relative;
}
.how-it-step img {
    height: 75px;
    position: relative;
    
}
.icon-how-image{
    position: relative;
}
.icon-how-image {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 10px;
}
.icon-how-image:before {
    content: '';
    width: 7px;
    height: 7px;
    background-color: var(--theme-color);
    position: absolute;
    left: 0;
    top: 38px;
    border-radius: 50%;
}
.icon-how-image:after {
    content: '';
    width: 7px;
    height: 7px;
    background-color: var(--theme-color);
    position: absolute;
    right: 0;
    top: 38px;
    border-radius: 50%;
}
.how-it-warrper .how-it-step:first-child .icon-how-image:before, .how-it-warrper .how-it-step:last-child .icon-how-image:after{
    display: none;
}
.cost-calculator-header.text-align-text {
    text-align: left;
    margin-bottom: 25px;
        padding-left: 30px;
}
.custom-cost-image img {
    width: 100%;
    height: auto;
}
.kitchen-image-default.custom-cost-image {
    margin: 0;
}
.active-lists-item ul {
    display: flex;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    grid-gap: 25px;
}
.active-lists-item ul li {
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    color: #717171;
    padding-bottom: 5px;
}
.active-lists-item ul li.active {
    font-weight: 500;
    border-bottom: 1px solid var(--theme-color);
    color: #000000;
}
.active-lists-item {
    margin-bottom: 25px;
        padding-left: 30px;
}
.right-side-screen {
    border-left: 1px solid var(--theme-color);
    height: 100%;
}
.right-side-screen .cost-calculator-footer .step-navigation {
    text-align: left;
}
.custom-cost-section {
    padding: 0 30px 70px;
}
.total-costom-item h2 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 0px;
}
.right-side-screen .cost-calculator-footer {
    box-shadow: 0px -5px 9.7px 0px rgb(0 0 0 / 9%);
    padding: 30px;
}
.right-side-screen .cost-question-grid {
    padding-left: 30px;
}
.step-navigation .prev-step {
    padding: 10px 40px;
    background-color: transparent;
    font-size: 18px;
    font-weight: 500;
}
.total-costom-item {
    margin-bottom: 30px;
}
.custom-question-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    display: grid;
    gap: 1.1rem;
    padding-left: 30px;
    max-height: 370px;
    overflow-x: hidden;
    overflow-y: auto;
}
.shaded-title h4 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
}
.shaded-title h5 {
    margin-bottom: 0px;
    font-size: 15px;
    letter-spacing: 1px;
}
.shaded-title h5 span {
    margin-right: 2px;
}
.shaded-title span img {
    max-width: 18px;
}
.custom-input-item {
    position: relative;
}
.custom-input-item input[type="radio"] {
    position: absolute;
    left: 20px;
    top: 20px;
    display: none;
}
.shaded-title {
    padding: 0 15px;
}
.custom-input-item .cost-custom-radio-label img {
    width: 100%;
    height: auto;
}
.custom-input-item label {
    width: 100%;
    height: auto;
}
.custom-cost-warrper .row {
    align-items: center;
}
.final-screen-title h2 {
    color: #fff;
}
.final-screen-title p {
    color: #fff;
}
.final-consulation-warrper {
    padding: 40px;
    background-color: var(--bg-color-light);
    border-radius: 30px;
    max-width: 610px;
    margin: 0 auto;
}
.custom-input-item label.cost-custom-radio-label:before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    top: 16px;
    left: 20px;
    border: 1px solid var(--theme-color);
    border-radius: 2px;
}
.custom-input-item label.cost-custom-radio-label {
    position: relative;
    cursor: pointer;
}
.custom-input-item input[type="radio"]:checked + label.cost-custom-radio-label:before {
    background-color: var(--theme-color);
    background-image: url(../images/white-done.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
}
.location-bread-section.inner-section-padding {
    padding-bottom: 0px;
}
.location-gallery {
    padding-top: 70px;
}
.consultation-section.inner-section-padding.tv-unit-section {
    padding-top: 0px;
}
.form-field-ui-checkobox .wpcf7-list-item {
    margin-left: 0px;
}
.step-checkbox-item .input-item p {
    margin-bottom: 0px;
}

.project-image img {
    width: 100%;
    height: auto;
}
.project-content-item h2 {
    font-size: 30px;
    margin-bottom: 15px;
}
.project-content-item h4 {
    font-size: 24px;
    margin-bottom: 20px;
}
.project-content-item p {
    margin-bottom: 20px;
	font-size: 20px;
	    line-height: 30px;
}
.project-content-item p strong{
    font-weight: 500;
}
.project-content-item {
    padding-top: 20px;
}
.project-warrper-data .project-item:nth-child(even) .row {
    flex-direction: row-reverse;
}
.project-warrper-data .project-item{
    padding-bottom:50px;
}
.project-warrper-data .project-item:last-child{
    padding-bottom:0px;
}
.project-gallery-item img {
    width: 100%;
    height: auto;
}
.project-gallery-item{
	margin-bottom:25px;
}
.highlight-section.section-padding {
    padding-top: 0px;
}

.project-box-inner {
    box-shadow: 0 4px 14.8px 0 rgb(0 0 0 / 36%);
	border-radius: 5px;
}
.project-thumbnail-image {
    padding: 10px;
    border-radius: 5px;
}
.project-thumbnail-image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.project-item-data h3 {
    font-size: 24px;
    margin: 0 0 10px;
	line-height: normal;
}
.project-item-data h6 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
}
.project-item-data {
    padding: 10px 20px 20px;
}
.project-item-box-full {
    margin-bottom: 25px;
}
.quantity-box {
    display: flex;
    align-items: center;
    gap: 2px;
    position: absolute;
    right: 5px;
    bottom: 10px;
}
.quantity-box button {
    width: 25px;
    height: 25px;
    border: none;
    background: #222222;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    border-radius: 6px;
}
.quantity-box input:focus {
    outline: none;
}
/* Number input arrows hide */

.quantity-box input[type="number"]::-webkit-inner-spin-button,
.quantity-box input[type="number"]::-webkit-outer-spin-button{
    -webkit-appearance: none;
    margin: 0;
}

.quantity-box input[type="number"]{
    -moz-appearance: textfield;
    appearance: textfield;
}

.quantity-box input {
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
}
.cost-input-item.multiple-checkobx-box.quantity-box-item .cost-radio-label {
    padding-right: 95px;
}
.custom-input-item label.cost-custom-radio-label img.multiple-label-image {
    display: none;
}
.kitchen-image-default.custom-cost-image img {
    border-radius: 10px;
}



/*Fixed_calulator Css start*/

.fixed-kitchen-image-default img {
    width: 100%;
    height: auto;
}
.fixed-kitchen-image-default {
    position: relative;
    height: auto;
}
.overlay_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    pointer-events: none;
}

.inner-screen-item-module {
    display: none;
}
.inner-screen-item-module.counter-top-module {
    display: block;
}
.project-image video {
    width: 100%;
    height: auto;
}
.irex-logo-view {
    text-align: center;
    padding-bottom: 30px;
}
.irex-logo-view h2 {
    margin: 25px 0px 0px;
}
.contact-form-box.online-form-box {
    max-width: 740px;
    margin: 0 auto;
}
.online-field-warrper {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}
.form-btn-centre {
    text-align: center;
    padding-top: 20px;
}
.input-lebal-heading label {
    font-size: 18px;
}
.online-field-ui {
    width: calc(100% - 250px);
    margin-left: auto;
}