body {
    font-family: "Poppins", sans-serif !important;
}

/*menu section*/
.o-header ul.sub-menu {
    top: 78px !important;
    left: -100px !important;
}

.o-header .c-navi.stellarnav li ul.sub-menu li a {
    font-size: 16px !important;
}

.o-header .stellarnav li li {
    padding: 0px !important;
    margin: 0px !important;
}


/*banner section*/
.mobile-banner {
    display: none;
    visibility: hidden;
}

.newbanner {
    position: relative;
}

.newbanner:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 0;
}

.newbanner.banner-default .white {
    position: relative;
    z-index: 4;
}

.newbanner p {
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    position: relative;
    z-index: 4;
}

.bright-banner-form {
    position: relative;
    z-index: 9;
    margin: 40px 0 40px 0 !important;
    width: 62%;
    float: right;

}

.brightbann {
    position: relative;
}

.banner-img-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 739px;
    height: 100%;
}

.brightbann .o-bannerItem {
    padding: 0px !important;
    position: relative;
    background: #0E5D6E;
}



.brightbann .slant-bg {
    display: none;
    visibility: hidden;
    background: url(../assets/images/slant1.webp) no-repeat -15% 100%;
    opacity: 0.8;
    background-size: 100%;
    position: absolute;
    z-index: 9;
    width: 55%;
    height: 100%;
    background-position: 100%;
}

.brightbann .o-bannerContent {
    z-index: 9999;
    padding-right: 17%;
}


.star-txt {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: flex-start;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-family: "Poppins", sans-serif !important;
    letter-spacing: 0.8px;
    gap: 10px;
}

.star-center-txt {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-family: "Poppins", sans-serif !important;
    letter-spacing: 0.8px;
    gap: 10px;
}

.start-dark-txt {
    color: #00333E;
    font-family: "Poppins", sans-serif !important;
}

.start-dark-lefttxt {
    display: flex;
    align-items: flex-start;
    text-transform: uppercase;
    justify-content: flex-start;
    color: #00333E !important;
    font-size: 16px;
    line-height: 30px;
    font-family: "Poppins", sans-serif !important;
    letter-spacing: 0.8px;
    gap: 10px;
}


.video-area {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.video-icon {
    text-align: center;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    width: 20px;
    height: 20px;
    transition: all 0.3s ease-out;
}

.video-bx {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ph-txt {
    color: #000;
    display: flex;
    gap: 10px;
    align-items: center;
}

.ph-txt a {
    color: #000 !important;
}

.video-bx a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff !important;
    font-size: 16px;
    line-height: 24px;
    gap: 10px;
}

.btn-style1 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    text-transform: capitalize;
    height: 58px;
    padding: 0 25px;
    border-radius: 30px;
    text-wrap: nowrap;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #000 !important;
    background: #EFED70;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.btn-style1 a {
    color: #fff !important;
}

.btn-style1:hover {
    background: #969414 !important;
    text-decoration: none;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25);
}



.bright-form {
    border-radius: 30px !important;
}

.bright-form .headingbanner {
    text-align: center !important;
}

.bright-form input,
.bright-form input[type=date],
.bright-form input[type=email],
.bright-form input[type=file],
.bright-form input[type=search],
.bright-form input[type=tel],
.bright-form input[type=text],
.bright-form input[type=time],
.bright-form input[type=password],
.bright-form input[type=url],
.bright-form select,
.bright-form textarea {
    background: #EEEFF2 !important;
    border-radius: 100px !important;
    border: none !important;
    padding: 15px 25px !important;
    height: 60px !important;
    font-size: 14px !important;
    color: #747474 !important;
}

::placeholder {
    color: #00333e;
    opacity: 1
}

:-ms-input-placeholder {
    color: #00333e;
    opacity: 1
}

::-ms-input-placeholder {
    color: #00333e;
    opacity: 1
}

.bright-form .home_submit {
    color: #fff !important;
}

/*About section*/
.newaboutussection {
    padding: 5rem 0;
    /*     background: url(https://yourwebsitedeveloper.com.au/brightaire/wp/wp-content/uploads/2025/10/abt-bg.svg) no-repeat right -33%;
    background-size: 30%; */
}

.newaboutussection .o-sectionInner {
    padding: 0 !important;
}


.newaboutussection .o-home-image img {
    object-fit: contain !important;
    border-radius: 30px;
}


.clean-service {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
    margin: 40px 0;
    display: none;
    visibility: hidden;
}

.holder {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.img-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 48px;
    height: 48px;
    padding: 10px;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.08);
}

.serv-desc {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px;
    line-height: 30px;
}

/*=============== Service section ===============*/
.bright-service {
    background: #F2F2F2;
    border-radius: 30px;
    padding: 5rem 0;
}

.serv-title-area {
    text-align: center;
}

.service-cards {
    display: grid;
    gap: 20px;
    grid-template-columns: 2fr 2fr 2fr;
    margin-bottom: 40px;
}

.service-holder {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.08);
    padding: 20px;
    max-width: 100%;
    text-align: left !important;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.service-holder:hover {
    background: #057690;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.service-holder:hover .holder-desc .title {
    color: #fff;
}

.service-holder:hover .holder-desc p {
    color: #fff;
}

.service-holder:hover .btn-style2 {
    color: #fff !important;
    background: url(../assets/images/btn-arrow-hover.svg) no-repeat 0 0 !important;

}

.service-holder:hover .holder-icon {
    background: #EFED70;
}

.holder-desc {
    padding: 20px 30px;
}

.holder-desc .title {
    font-size: 22px;
    font-weight: 600;
    color: #00333E;
    font-family: "Poppins", sans-serif;
    padding-bottom: 20px;
}


.holder-img {
    position: relative;
}

.holder-img img {
    border-radius: 20px;
    width: 100%;
    height: 320px;
    object-fit: cover;
}


.holder-icon {
    position: absolute;
    top: -50px;
    right: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.08);
    max-width: 100%;
    width: 100px;
    height: 100px;
}

.holder-icon img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 0px;
}

.btn-style2 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    cursor: pointer;
    color: #000 !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background: url(../assets/images/btn-arrow.svg) no-repeat 0 2px !important;
    display: block;
    padding: 0 0 0 30px;
}

.btn-style2:hover {
    background: url(../assets/images/btn-arrow-hover.svg) no-repeat 0 0 !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    padding: 0 0 0 25px;
}

/*=============== choose us section ===============*/
.chooseus {
    padding: 5rem 0;
    background: url(https://yourwebsitedeveloper.com.au/brightaire/wp/wp-content/uploads/2025/10/abt-bg.svg) no-repeat center 867%;
    background-size: 40%;
}

.chooseus-holder {
    display: grid;
    gap: 20px;
    grid-template-columns: 2fr 2fr;
}

.holder-choosebx {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    transition: transform 0.3s ease;
}

.holder-choosebx:hover {
    transform: translateY(-5px);
}

.holder-choosebx-img {
    background: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 15px;
    width: 100px;
    height: 100px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.holder-choosebx:hover .holder-choosebx-img {
    background: #057690;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.holder-choosebx-img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.holder-choosebx:hover .holder-choosebx-img img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.holder-choosebx-desc {
    width: 80%;
    font-size: 16px;
    line-height: 22px;
    font-family: "Poppins", sans-serif;
}


/*=============== contact banner section ===============*/

.banner-wrapper {
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    background: #00224d;
    transition: all 0.5s ease;
    font-family: "Poppins", sans-serif;
}


.home-banner-sec h1 {
    padding-bottom: 10px !important;
    margin: 0 !important;
}

.home-banner-sec p {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    padding: 0 30px 20px 0;
    display: block;
    font-weight: normal;
}

/* --- Left Section --- */
.banner-left {
    flex: 1;
    background-color: #077991;
    color: #fff;
    padding: 50px 100px 50px 60px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-weight: 700;
    position: relative;
    font-size: 22px;
    line-height: 26px;
    clip-path: polygon(0 0, calc(100% - 0px) 0, 90% 100%, 0% 100%);
    transition: all 0.6s ease;
    flex-direction: column;
}

.banner-left p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding: 20px 0 0 0;
}

.banner-left span {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding: 20px 0 0 0;
    display: block;
    font-weight: normal;
}

/* --- Right Section --- */
.banner-right {
    flex: 0.8;
    background-color: #00224d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    padding: 40px;
    position: relative;
    z-index: 1;
    transition: background-color 0.6s ease;
}

/* --- Phone Icon --- */
.call-icon {
    background-color: #f3e86e;
    color: #000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    animation: pulse 2s infinite;
}

/* --- Text --- */
.call-text small {
    display: block;
    font-size: 14px;
    color: #ccc;
}

.call-text p {
    margin: 0 !important;
    font-weight: 500;
    color: #fff;
}

.call-text p a {
    color: #fff !important;
}

/* --- Hover Animations --- */

.banner-wrapper:hover .banner-right {
    background-color: #00224d;
}

.divider {
    width: 3px;
    background: #fff;
    height: 80px;
}

/* --- Pulse Animation --- */
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(243, 232, 110, 0.7);
    }

    70% {
        transform: scale(1.1);
        box-shadow: 0 0 0 15px rgba(243, 232, 110, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(243, 232, 110, 0);
    }
}



/*=============== CTA section ===============*/
.brightcta-area {
    margin: 0;
    padding: 0;
    position: relative;
    font-family: "Poppins", sans-serif !important;
    overflow: hidden;
}

.cta-grp {
    position: absolute;
    bottom: -40px;
    right: 0px;
    z-index: 99;
}

.cta-grp img {
    width: 636px;
}

hr {
    background-color: transparent !important;
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.footheading-txt {
    font-size: 35px;
    line-height: 35px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 15px;
    font-family: "Poppins", sans-serif !important;
}

.footsubheading {
    font-size: 16px;
    color: #fff;
    padding-bottom: 15px font-family:"Poppins", sans-serif !important;
}

.foot-cont {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 60px;
    font-family: "Poppins", sans-serif !important;
}


.foot-bright-sec {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column
}

.ph-area {
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.ph-area a {
    color: #fff !important;
}

.ph-area img {
    width: 30px;
    height: 30px;
}

.email-area {
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.email-area img {
    width: 30px;
    height: 30px;
}

.email-area a {
    color: #fff !important;
}

.footyellow-txt {
    font-size: 30px;
    color: #EFED70;
    font-style: italic;
    font-weight: 500;
    padding-top: 5px;
    font-family: "Poppins", sans-serif !important;
}


.foot-btn1 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    text-transform: capitalize;
    height: 58px;
    padding: 0 25px;
    border-radius: 10px;
    text-wrap: nowrap;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #000 !important;
    background: #EFED70;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.foot-btn1 a {
    color: #fff !important;
}

.foot-btn1:hover {
    background: #969414 !important;
    text-decoration: none;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25);
}

/*=============== Testimonials sections ===============*/

.whitetestiground {
    background: #fff !important;
    text-align: center;
    padding: 5rem 0;
}

.test_image {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 100%;
}

.test_image img {
    object-fit: cover;
    width: 70px !important;
    height: 70px !important;
    border-radius: 100%;
}

.whitetestiground .o-testiItem .testimonials-quotes {
    display: none;
    visibility: hidden;
}

.whitetestiground .o-testiSlider.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.whitetestiground .o-testiSlider .slick-dots {
    text-align: center;
}

whitetestiground .o-testiItem p {
    font-size: 16px !important;
    line-height: 24px !important;
}

.blueareabackground {
    background: #F2F2F2 !important;
    margin-top: 5rem;
}

/*=============== Who We Help section ===============*/
.newhelparea {
    background: #057690 !important;
    border-radius: 30px;
    padding: 5rem 2rem !important;
}

.newhelparea .o-common-heading.h2 {
    color: #fff !important;
}

.newhelparea p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}

.newhelparea #servicesSlider .o-servicesTextBlock {
    padding: 0 !important;
    position: relative;
}

.newhelparea #servicesSlider .o-servicesTextBlock img {
    height: 440px;
    object-fit: cover;
}

.newhelparea .o-servicesBlock--image {
    position: absolute;
    bottom: 0;
    right: 0;
}

.newhelparea #servicesSlider .o-servicesBlock {
    background: none;
    box-shadow: none;
}

.newhelparea .o-servicesTextBlock img {
    border-radius: 30px;
    width: 100%;
    object-fit: cover;
}

.newhelparea #servicesSlider .o-servicesBlock--image {
    position: absolute !important;
    top: -40px;
    right: 20px;
    max-width: 100px;
    min-height: 100px;
    width: 100px;
    height: 100px;
    clip-path: none;
    background: #EFED70;
    position: relative;
    border-radius: 100%;
    padding: 10px;
}

.newhelparea #servicesSlider .o-servicesBlock--image img {
    margin: 0 !important;
    height: auto !important;
}

.newhelparea #servicesSlider .o-servicesTextBlock .serv-head {
    color: #fff;
    padding-top: 20px;
    width: 60%;
    font-size: 20px;
    line-height: 25px;
}

.newhelparea-heading {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-bottom: 1px solid #C1C1C1;
    padding-bottom: 20px;
    margin-bottom: 40px;
    gap: 60px;
}

/*
.newhelparea-left {
    flex: 40%;
}
*/

.newhelparea-mid {
    flex: 60%;
}

.newhelparea-right {
    flex: 10%;
}

.newhelparea .slick-next {
    display: none;
    visibility: hidden;
    background: url(https://yourwebsitedeveloper.com.au/brightaire/wp/wp-content/uploads/2025/10/nxt-btn.svg) no-repeat 0 0;
    right: 0;
    width: 58px;
    height: 58px;
    z-index: 9;
}

.newhelparea .slick-next:before {
    display: none;
}

.newhelparea .slick-prev {
    display: none;
    visibility: hidden;
    background: url(https://yourwebsitedeveloper.com.au/brightaire/wp/wp-content/uploads/2025/10/prev-btn.svg) no-repeat 0 0;
    left: 0;
    width: 58px;
    height: 58px;
    z-index: 9;
}

.newhelparea .slick-prev:before {
    display: none;
}

.newhelparea .slick-dots {
    bottom: -70px;
}

.newhelparea #servicesSlider .o-servicesTextBlock .servicesTextBlock-home {
    position: relative;
}

/*=============== Giving back section ===============*/
.newcontentarea {
    background: #F2F2F2;
    border-radius: 30px;
    padding: 5rem 0;
    margin-top: 40px;
}

.newcontentarea .side-background-pattern img {
    border-radius: 30px;
}

.newcontentarea .side-background-pattern:after {
    display: none;
    visibility: hidden;
}

/*=============== FAQ section ===============*/
.newfaqsection {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    text-align: center;
}

.newfaqsection .accordion-item {
    font-size: 18px;
    text-align: left;
    /* font-weight: 600; */
    width: 100%;
    display: block;
    border: 1px solid #d0605196;
    background: transparent;
    padding: 30px 40px;
    margin-bottom: 25px;
}

.newfaqsection .accordion-item h2 {
    margin-bottom: 0 !important;
}

.newfaqsection .bright-accord h3 {
    font-weight: 600 !important;
}

.newfaqsection .accordion-button {
    font-size: 18px;
    text-align: left;
    width: 100%;
    display: block;
    background: transparent;
    padding: 0;
    font-size: 18px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.newfaqsection .accordion-button.collapsed:after {
    content: '';
    background: url(https://yourwebsitedeveloper.com.au/brightaire/wp/wp-content/uploads/2025/10/accord-arrow.svg) no-repeat right center;
    width: 20px;
    height: 20px;
    display: inline-block;
    float: right;
    transition: all 0.3s ease-out;
}

.newfaqsection .accordion-button:after {
    content: '';
    background: url(https://yourwebsitedeveloper.com.au/brightaire/wp/wp-content/uploads/2025/10/accord-arrow-open.svg) no-repeat right center;
    width: 20px;
    height: 20px;
    display: inline-block;
    float: right;
    transition: all 0.3s ease-out;
}

.newfaqsection .accordion-body {
    font-family: "Poppins", sans-serif !important;
    padding: 20px 0 0 0;
    font-size: 16px;
}


/*=============== Brightaire Property Services section ===============*/

.newmoretarea {
    padding: 0 0 5rem 0 !important;
}

.newmoretarea .newmoretarea-img img {
    border-radius: 30px;
    width: 100%;
}

.bps-bx {
    display: flex;
    justify-content: center;
    align-items: center;
}




/*=============== About Us Page ===============*/
.bright-team {
    background: #F2F2F2;
    border-radius: 30px;
    padding: 5rem 0;
}

.bright-team-title {
    text-align: center;
}

.bright-team-title .o-common-heading.h2 {
    font-family: "Poppins", sans-serif;
    font-size: 45px;
    font-weight: bold;
}

.bright-team-cards {
    display: grid;
    gap: 20px;
    grid-template-columns: 2fr 2fr;
}

.bright-team-holder {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.08);
    padding: 20px;
    max-width: 100%;
    text-align: left !important;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.bright-imgholder img {
    border-radius: 30px;
    height: 600px;
    object-fit: cover;
    width: 100%;
    object-position: top;
}

.bright-team-mem {
    padding-bottom: 5px;
}

.bright-team-mem h5 {
    font-family: "Poppins", sans-serif !important;
    text-align: left;
    font-size: 26px;
    font-weight: 600;
    margin: 0 !important;
    padding-bottom: 0 !important;
}

.bright-desc {
    padding: 20px 0 0 0;
    margin: 0;
}

.team-description-bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.team-details .fst-italic {
    font-size: 20px;
    line-height: 25px;
    font-family: "Poppins", sans-serif !important;
    font-style: italic;
    margin: 0 0 10px 0;
}

.modal-bx {
    color: #fff;
}

.modal-bx .modal-content {
    background-color: #f7f7f7 !important;
}

.modal-bx .modal-header {
    display: block;
    font-size: 25px;
    line-height: 30px;
    color: #000;
    font-family: "Poppins", sans-serif !important;
    text-align: center;
}

.modal-bx .modal-content {
    border-radius: 16px;
}


.modal-bx .modal-body {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-family: "Poppins", sans-serif !important;
    padding: 30px;
}

.modal-bx .btn-close {
    background: url(https://yourwebsitedeveloper.com.au/brightaire/wp/wp-content/uploads/2025/10/cross.svg) no-repeat right center;
    width: 20px;
    height: 20px;
    background-size: cover;
    float: right;
}

.team-social-icons {
    margin: 0;
    padding: 0;
}

.team-social-icons ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
}

.team-social-icons ul li {
    background: #057690;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-social-icons ul li svg {
    width: 15px;
    height: 15px;
    color: #fff;
}

.readmore-btn {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    text-transform: capitalize;
    height: 58px;
    padding: 0 25px;
    border-radius: 30px;
    text-wrap: nowrap;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #000 !important;
    background: #EFED70;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.readmore-btn a {
    color: #000 !important;
}

.readmore-btn:hover {
    background: #969414 !important;
    text-decoration: none;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25);
}

/*=============== Service page ===============*/
.box-blue.box a {
    font-size: 0px !important;
    line-height: 0px !important;
    padding: 0 !important;
}

.service-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 180px;
}

.service-block .service-cont {
    text-align: center;
}

.service-block p {
    text-align: center;
}

.page-id-22 .bright-service {
    margin-bottom: 40px;
}

/*=============== contact page ===============*/
.o-contactPage .o-contactPage-left .o-contactPageBox a {
    word-wrap: break-word;
}

.o-contactPage .o-contactPage-left .o-contactPageBox {
    height: 430px !important;
}


/*=============== Contact page CSS ===============*/

.o-contactPage .o-contactPage-left .o-contactPageBox {
    padding: 2rem !important;
    width: 440px !important;
}

.contactdetail-txt {
    font-size: 16px;
}

.o-contactPage .o-contactPage-left .o-contactPageBox a {
    font-size: 16px;
}

/*=============== XTRA CSS ===============*/

.nopadd {
    padding-top: 0;
}

.services-content {
    padding-left: 0;
    padding-bottom: 30px
}

.services-content ul {
    margin: 0 0 20px 0;
    padding: 0;
}

.services-content ul li {
    position: relative;
    font-size: .93333em;
    line-height: 32px;
    color: #00333E;
    font-family: "Poppins", sans-serif !important
}

.services-content ul li::before {
    content: "\2022";
    color: #2FB1CF;
    display: inline-block;
    width: 1em;
    margin-left: 0;
}

/*============================ Blog Page Starts*/
.blogtmp {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.rt-blog-grid-style {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
}

.rt-blog-grid-style .float-left {
    float: left;
}

.rt-blog-grid-style .float-right {
    float: right;
}

.rt-blog-grid-style .blog-grid-item {
    /*width: 100%;*/
    float: left;
    margin-bottom: 30px;
    border: 1px solid #c7d0e9;
    transition: .5s;
    border-radius: 0;
    padding: 15px;
    box-shadow: 0 0 8px 0 #ddd;
    flex: 1;
}

.rt-blog-grid-style .blog-grid-item > .holder {
    display: block !important;
}

.rt-blog-grid-style .blog-grid-item > .holder > .pic {
    position: relative;
    margin-bottom: 0px;
    padding-top: calc((66 / 100) * 100%);
    overflow: hidden;
    transition: all 1.5s cubic-bezier(0, 0, .2, 1);
}

.rt-blog-grid-style .blog-grid-item > .holder > .data {
    padding: 15px 0 0 0;
    z-index: 9;
    transition: all .3s ease;
    position: relative;
}

.rt-blog-grid-style .blog-grid-item > .holder:hover .data {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    transition: all .3s ease;
}


.rt-blog-grid-style .blog-grid-item > .holder:hover .data:before {
    content: "";
    display: block;
    padding-top: 0;
}


.rt-blog-grid-style .blog-grid-item > .holder > .pic > .blog-tag {
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    z-index: 999;
    width: 90%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    color: #fff !important;
    font-size: 11px;
    line-height: 24px;
    flex-direction: column;
    margin-bottom: 5px;
    display: flex;
    font-weight: 500;
    text-transform: capitalize;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.rt-blog-grid-style .blog-grid-item > .holder > .pic > .blog-tag a {
    margin-bottom: 5px;
    background: #fff;
}

.rt-blog-grid-style .blog-grid-item > .holder:hover .pic .blog-tag {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.rt-blog-grid-style .blog-grid-item > .holder:hover .pic a {
    transform: scale3d(1.1, 1.1, 1.1);
}

.rt-blog-grid-style .blog-grid-item > .holder > .pic > .pic-main {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 1px;
    left: 0;
    z-index: 1;
    background: center center no-repeat;
    background-size: cover;
    transition: all 1.5s cubic-bezier(0, 0, .2, 1)
}

.rt-blog-grid-style .blog-grid-item > .holder > .data > *:last-child {
    margin-bottom: 0 !important;
}


.rt-blog-grid-style .blog-grid-item > .holder > .data a {
    display: inline;
    padding: 0;
    background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    box-sizing: border-box;
    transition: background-size .8s cubic-bezier(.25, .8, .25, 1);
}

.rt-blog-grid-style .blog-grid-item > .holder > .data h5 {
    margin-bottom: 15px !important;
}

.rt-blog-grid-style .blog-grid-item > .holder > .data h5 a {
    text-transform: capitalize;
    line-height: 32px;
    letter-spacing: 0;
    font-weight: 700;
    font-style: normal;
    color: #00333E;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;

}

.rt-blog-grid-style .blog-grid-item > .holder > .data:hover h5 a {
    color: #057690;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.rt-blog-grid-style .blog-grid-item > .holder > .data p {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.rt-blog-grid-style .blog-grid-item > .holder > .data .blog-author-details {
    margin: 7px 0;
    overflow: hidden
}

.rt-blog-grid-style .blog-grid-item > .holder > .data .blog-author-details .blog-author-name {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000000;
    font-family: "Poppins", sans-serif;
}

.rt-blog-grid-style .blog-grid-item > .holder > .data .blog-author-details .blog-author-name span {
    font-weight: 600;
}



.rt-blog-grid-style .blog-grid-item > .holder > .data .blog-author-details .blog-author-name span a {
    position: relative;
    display: inline-block;
}

.rt-blog-grid-style .blog-grid-item > .holder > .data .blog-author-details .blog-author-name span a::after {
    content: '';
    width: 0;
    height: 1px;
    bottom: 1px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    background: #00333E;
}


.rt-blog-grid-style .blog-grid-item > .holder > .data .blog-author-details .blog-author-name span a:hover {
    color: #00333E;
}

.rt-blog-grid-style .blog-grid-item > .holder > .data .blog-author-details .blog-author-name span a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}


.rt-blog-grid-style .blog-grid-item > .holder > .data .blog-author-details .blog-post-date {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: .06em;
    margin-right: 12px;
}

.rt-blog-grid-style .blog-grid-item > .holder > .data .blog-author-details .blog-post-date a {
    position: relative;
    display: inline-block;
}

.rt-blog-grid-style .blog-grid-item > .holder > .data .blog-author-details .blog-post-date a::after {
    content: '';
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    background: #00333E;
}


.rt-blog-grid-style .blog-grid-item > .holder > .data .blog-author-details .blog-post-date a:hover {
    color: #00333E;
}

.rt-blog-grid-style .blog-grid-item > .holder > .data .blog-author-details .blog-post-date a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.rt-blog-grid-style .blog-grid-item > .holder > .data .blog-author-details .blog-comment {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: .06em
}

.rt-blog-grid-style .blog-grid-item > .holder > .data .blog-author-details .blog-comment svg {
    margin: -14px 0 0 0;
}

.rt-blog-grid-style .blog-grid-item > .holder > .data .blog-author-details .blog-comment svg {
    fill: #00333E;
}

.rt-blog-grid-style .blog-grid-item > .holder > .data .blog-categories {
    width: 100%;
    overflow: hidden;
}

.rt-blog-grid-style .blog-grid-item > .holder > .data .blog-categories a {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000000;
}

.rt-blog-grid-style .blog-grid-item > .holder > .data .blog-categories a::after {
    content: '';
    width: 0;
    height: 1px;
    bottom: 1px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    background: #00333E;
}


.rt-blog-grid-style .blog-grid-item > .holder > .data .blog-categories a:hover {
    color: #00333E;
}

.rt-blog-grid-style .blog-grid-item > .holder > .data .blog-categories a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}


a.readmore {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #057690;
    letter-spacing: .06em;
}

a.readmore::after {
    content: '';
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    background: #057690;
}


a.readmore:hover {
    color: #00333E;
}

a.readmore:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

a.readmore svg {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

a.readmore:hover svg {
    margin-left: 8px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    fill: #00333E;
}

.blog .banner-default {
    display: none;
    visibility: hidden;
}

.blog .newblogbanner {
    display: block;
    visibility: visible;
}

.single-post .banner-default {
    display: none;
    visibility: hidden;
}

.single-post .newsinglebanner {
    display: block;
    visibility: visible;
}

.category .banner-default {
    display: none;
    visibility: hidden;
}

.category .newcategorybanner {
    display: block;
    visibility: visible;
}

.idoloTopDetails {
    font-family: "Poppins", sans-serif;
}

.idoloTopDetails img {
    max-width: 100%;
    height: 400px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 15px;
    border: 5px solid #00333E;
}

.idoloTopDetails p,
.idoloTopDetails span {
    font-family: "Poppins", sans-serif;
}

.idoloTopDetails ul {
    margin-bottom: 30px;
    font-family: "Poppins", sans-serif;
}

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

.idoloTopDetails ul li::before {
    content: "*";
    font-weight: bold;
    margin-right: 10px;
}

.singleimg {
    position: relative;
}

.blog-author-details {
    position: absolute;
    bottom: 40px;
    left: -40px;
    z-index: 9;
    background: #DEF3F9;
    padding: 5px 10px;
    border-radius: 8px;
}

.blog-author-details .blog-author-name {
    margin-right: 10px;
}

.blog-author-details .blog-author-name a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #00333E;
    font-family: "Poppins", sans-serif;

}

.blog-author-details .blog-post-date a {
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #00333E;
    letter-spacing: .06em;
}

.blog .mobile_form,
.single-post .mobile_form,
.category .mobile_form {
    display: none !important;
    visibility: hidden !important;
}

/*======================== Blog sidebar*/

.blog-sidebar {
    font-family: "Poppins", sans-serif;
    /*background: #DEF3F9;
	padding: 30px;*/
}

.blog-sidebar h2 {
    font-size: 25px;
    font-weight: 600;
    border-bottom: 1px solid #246190;
    padding-bottom: 10px;
    margin-bottom: 10px !important;
    font-style: normal;
}

.blog-sidebar .widget_search {
    display: none;
    visibility: hidden;
}

.blog-sidebar .widget_block {
    margin-bottom: 20px;
    background: #DEF3F9;
    padding: 30px 20px;
}

.blog-sidebar .recentblogpost {
    margin-bottom: 20px;
    background: #DEF3F9;
    padding: 30px 20px;
}

.blog-sidebar .recentblogpost h5 {
    font-family: "Poppins", sans-serif !important;
    margin: 0 0 15px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

.blog-sidebar .recentblogpost h5 a {
    font-size: 16px;
    line-height: 24px;
    color: #057690;
    position: relative;
    display: flex;
}

.blog-sidebar .recentblogpost h5 a::before {
    content: "*";
    font-weight: bold;
    margin-right: 10px;
}

.blog-sidebar .recentblogpost h5 a:hover {
    color: #0cc4ef !important;
}

.blog-sidebar ul {
    list-style-type: none;
}

.blog-sidebar ul li {
    position: relative;
    display: flex;
    margin-bottom: 5px;
}

.blog-sidebar ul li::before {
    content: "*";
    font-weight: bold;
    margin-right: 10px;
}

.blog-sidebar ul li a {
    font-size: 16px;
    color: #057690;
}

.blog-sidebar ul li a:hover {
    color: #0cc4ef !important;
}

/*
.blog-sidebar ul li a:after {
    content: '';
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    background: currentColor;
}
.blog-sidebar ul li a:hover:after {
    width: 100%;
    left: 0;
    right: auto;
    margin: 0;
}
*/

/*============================ Blog Page Ends*/


/*============================ calculator starts*/

.calcutator-area {
    margin: 0 0 5rem 0;
    background: #F2F2F2;
    border-radius: 30px;
    padding: 5rem 0;
}

.calcutator-area h2.o-common-heading {
    text-align: center !important;
    font-size: 45px !important;
}

.form-container {
    display: block;
}


.hidden-dropdown {
    display: none;
}

.toggle-form {
    display: none;
    border: 1px solid #ccc;
    padding: 40px;
    margin-top: 40px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.08);
}

.toggle-form h3 {
    color: #333;
    margin-bottom: 10px;
    font-weight: 500;
}

#res_messageBox,
#com_messageBox {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #008000;
    width: 100%;
    margin: 20px auto 0 auto;
}

#com_messageBox {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #008000;
    width: 100%;
    margin: 20px auto 0 auto;
}

button {
    margin-top: 8px;
    padding: 6px 12px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #e7e7e7;
}

button:hover {
    background: #dcdcdc;
}

.flex-bx {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.service-withflex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.service-flexless {
    margin-bottom: 5px;
    display: block;
}

.service-flexless select {
    margin-bottom: 5px !important;
    font-size: 14px !important;
}

.interest-area {
    margin-top: 20px;
    border-top: 1px dashed #969595;
    padding-top: 20px;
}

.interest-area p {
    margin-bottom: 10px;
    font-size: 16px;
}

.interest-area label {
    margin-right: 10px;
    font-size: 16px;
}

.cal-area {
    margin: 0;
    padding: 0;
}

.cal-area input {
    background: #ebebeb !important;
    border-radius: 100px !important;
    border: 1px solid #dadada !important;
    padding: 15px 25px !important;
    font-size: 14px !important;
    color: #747474 !important;
    margin: 0 !important;
}

.cal-area label {
    font-size: 16px;
}

.calcu-bg {
    background: #004A5B;
    border-radius: 30px;
    margin-top: 40px;
}

.cal-outputbox {
    background: url(../assets/images/arrow-path.webp) no-repeat -270% center;
    border-radius: 30px;
    background-size: contain;
    padding: 2rem !important;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.cal-outputbox h3 {
    font-size: 60px;
    color: #fff;
    margin: 0 !important;
    font-weight: 800;
}

.cal-outputbox h4 {
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
}

.cal-outputbox p {
    font-size: 14px;
    color: #fff;
    margin: 0 0 10px 0;
}

.calpriceb0x {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 30px;
}

.dropdown {
    position: relative;
    display: inline-block
}

.dropdown-select {
    border: 1px solid #ccc;
    padding: 5px 10px;
    cursor: pointer;
    background: #f9f9f9;
    width: 150px
}

.dropdown-menu {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    z-index: 10
}

.dropdown.open .dropdown-menu {
    display: block
}

.dropdown-menu label {
    display: block;
    margin-bottom: 5px;
    cursor: pointer
}

.extra-field {
    font-size: 15px;
}

.extra-field input {
    width: auto !important;
}

.extra-field textarea {
    margin-top: 10px;
}

.general-btn-area {
    display: block;
    width: 100%;
    text-align: center;
}

#bookingDetailsForm label {
    font-size: 16px;
}

#bookingDetailsForm input {
    font-size: 14px !important;
}

.calculatortab {
    margin: 0 auto;
    padding: 0;
    width: 80%;
}

.calculatortab .nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.calculatortab .tab-content {
    border: 1px solid #bababa;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    /*    margin-top: -1px;*/
    background: #fff;
    padding: 30px;
}

.calculatortab .nav-tabs .nav-link {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top: 1px solid #bababa;
    border-left: 1px solid #bababa;
    border-right: 1px solid #bababa;
    border-bottom: 0px;
}

.calculatortab .nav li {
    width: 50% !important;
}

.calculatortab .nav-tabs .nav-link {
    width: 100% !important;
    background: #f1f0f0;
}

.calculatortab .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    font-weight: 600;
}

/*============================ calculator Ends*/

/*============================ Google Review starts*/
.greyareabackground {
    background: #F2F2F2 !important;
    margin-top: 0 !important;
}

.greybg {
    background: #F2F2F2;
    border-radius: 30px;
    margin-top: 5rem;
}

/*============================ Google Review Ends*/

/*============================ footer starts*/
.footer-links {
    color: #acc0dc !important;
}
.o-footer .o-footerBottom p{
    color: #acc0dc !important;
}
/*============================ footer ends*/

/*============================ Responsive Part*/
/*=============== Responsive ===============*/
@media (max-width: 992px) {
    .banner-wrapper {
        flex-direction: column;
    }

    .banner-left {
        clip-path: none;
        text-align: center;
        padding: 40px 20px;
    }

    .banner-right {
        flex-direction: column;
        padding: 30px 20px;
    }

    .bright-banner-form {
        margin: 40px 0 40px 0 !important;
        width: 100%;
    }

    .banner-img-area {
        width: 100%;
        height: 100%;
        filter: brightness(40%);
        background-size: 100vh 100vh !important;
    }

    .clean-service,
    .video-area {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .clean-service {
        display: none;
        visibility: hidden;
    }

    .chooseus-holder {
        display: grid;
        gap: 20px;
        grid-template-columns: 2fr 2fr;
    }

    .holder-choosebx-img img {
        width: auto;
    }

    .holder-desc {
        padding: 0 0 20px 0;
    }

    .holder-icon {
        top: -30px;
        right: 10px;
        width: 60px;
        height: 60px;
    }

    .holder-icon img {
        width: 40px;
        height: 40px;
        object-fit: contain;
        border-radius: 0px;
    }

    .holder-choosebx-img {
        width: 40%;
    }

    .holder-choosebx-desc {
        width: 60%;
    }

    .banner-right .divider {
        display: none;
        visibility: hidden;
    }

    .call-text small {
        text-align: center;
    }

    .bright-imgholder img {
        height: 350px;
    }

    .brightcta-area.pt-5 {
        padding-bottom: 0 !important;
    }

    .col-md-6.o-home-image {
        width: 100%;
    }

    .col-md-6.proff-clean {
        width: 100%;
        padding-top: 20px;
    }

    .cta-grp {
        position: relative;
        height: auto;
    }

    .cta-grp img {
        width: 100%;
        height: 100%;
    }

    .cal-outputbox {
        margin-top: 30px;
    }

    .whitetestiground.greyareabackground {
        padding: 2rem 0;
        background: transparent !important;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {

    .blog .mobile_form,
    .single-post .mobile_form,
    .category .mobile_form {
        display: none !important;
        visibility: hidden !important;
    }

    .whitetestiground.greyareabackground {
        padding: 2rem 0;
        background: transparent !important;
    }

    .calculatortab {
        width: 90%;
    }

    .cal-outputbox {
        background: none;
    }

    .cal-outputbox h3 {
        font-size: 40px;
    }

    .brightbann .o-bannerContent {
        padding-right: 0;
    }

}

@media (max-width: 767px) {

    .blog .mobile_form,
    .single-post .mobile_form,
    .category .mobile_form {
        display: none !important;
        visibility: hidden !important;
    }

    .rt-blog-grid-style {
        flex-direction: column;
    }

    .rt-blog-grid-style .blog-grid-item {
        width: 100%;
        min-height: auto;
        margin-bottom: 0;
    }

    .blog-author-details {
        position: absolute;
        bottom: 40px;
        left: 0;
        right: 0;
        z-index: 9;
        background: #DEF3F9;
        padding: 5px 10px;
        border-radius: 8px;
        margin: 0 15px;
    }

    .idoloTopDetails p,
    .idoloTopDetails span {
        font-family: "Poppins", sans-serif;
        font-size: 14px;
    }

    .idoloTopDetails ul li {
        font-size: 14px;
    }


    .blog-sidebar {
        margin-top: 2rem;
    }


    .o-header ul.sub-menu {
        top: 0 !important;
        left: 0 !important;
    }

    h1.o-common-heading.o-banner-heading {
        line-height: 35px !important;
    }

    .slant-bg {
        /* display: none; */
        /* visibility: hidden; */
        background-size: cover !important;
        width: 100% !important;
        background-position: center !important;
    }

    .bright-banner-form {
        margin: 20px auto 40px auto !important;
    }

    .brightbann .o-bannerItem {
        padding: 40px 0 20px 0 !important;
    }

    .home-banner-sec p {
        padding: 0 0 20px 0;
    }

    .o-banner-form.bright-banner-form {
        position: relative;
        z-index: 99;
    }

    .clean-service {
        display: flex;
        align-items: flex-start;
        justify-content: space-around;
        flex-direction: column;
        margin: 20px 0;
        display: none;
        visibility: hidden;
    }

    .video-area {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 20px;
        flex-direction: column;
    }

    .video-icon {
        text-align: center;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        width: 20px;
        height: 20px;
        transition: all 0.3s ease-out;
    }

    .brightbann .o-bannerContent {
        padding-right: 0;
    }

    .brightbann .slant-bg {
        top: 0;
    }

    .newaboutussection {
        padding: 2rem 0;
    }

    .service-cards {
        grid-template-columns: 1fr;
    }

    .chooseus-holder {
        grid-template-columns: 1fr;
    }

    .holder-choosebx-img {
        width: 80px;
    }

    .banner-right .divider {
        display: none;
        visibility: hidden;
    }

    .call-text small {
        text-align: center;
    }

    .newhelparea {
        padding: 2rem 1rem !important;
    }

    .newhelparea-heading {
        flex-direction: column;
        gap: 10px;
        padding: 0;
    }

    .newhelparea-mid {
        text-align: center;
    }

    .newhelparea #servicesSlider .o-servicesTextBlock .serv-head {
        font-size: 22px !important;
        width: 100%;
    }

    .newhelparea #servicesSlider .o-servicesBlock {
        margin: 0;
    }

    .newhelparea #servicesSlider .o-servicesBlock--image {
        top: -110px;
        right: 10px;
    }

    .newhelparea #servicesSlider .o-servicesTextBlock img {
        height: 300px;
    }

    .start-dark-txt {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .holder-desc {
        padding: 20px 0;
    }

    .holder-icon {
        width: 80px;
        height: 80px;
        right: 10px;
    }

    .holder-icon img {
        object-fit: contain;
    }

    .newmoretarea {
        padding: 0 0 2rem 0 !important;
    }


    .newhelparea .slick-dots {
        bottom: -40px;
    }

    .newfaqsection {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .chooseus {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .bright-service {
        padding: 3rem 0;
    }

    .bright-service .start-dark-txt {
        padding-top: 0;
    }

    .newfaqsection .accordion-button {
        font-size: 16px;
    }

    .newfaqsection .accordion-button:after {
        background-size: 13px 12px !important;
    }

    .newfaqsection .accordion-button.collapsed:after {
        position: relative;
        background-size: 13px 12px !important;
    }

    .foot-cont {
        flex-direction: column;
        gap: 10px;
    }

    .cta-grp {
        position: relative;
        height: auto;
    }

    .cta-grp img {
        width: 100%;
        height: 100%;
    }

    .brightcta-area {
        text-align: center;
    }

    .brightcta-area.pt-5 {
        padding-bottom: 0 !important;
    }

    .whitetestiground {
        padding: 2rem 0 4rem 0;
    }

    .page-template-conversion-with-inner-page .services-content h1 {
        font-size: 30px;
    }

    .serv-title-area .o-common-heading,
    .whitetestiground .o-common-heading,
    .newfaqsection .o-common-heading,
    .bright-team-title .o-common-heading.h2 {
        font-size: 28px !important;
    }

    .newfaqsection .accordion-item {
        padding: 20px 15px;
    }

    .home-banner-sec h1

    /*    About Page*/
    .bright-team-cards {
        grid-template-columns: 1fr;
    }

    .bright-imgholder img {
        height: 280px
    }

    .team-description-bx {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }

    .team-social-icons {
        margin: 0 0 10px 0;
        padding: 0;
    }

    /*contact us*/
    .o-contactPage .o-contactPage-left {
        margin: 0px !important;
        padding: 20px !important;
    }

    .o-contactPage .o-contactPage-left .o-contactPageBox {
        padding: 20px !important;
        height: auto !important;
    }

    .o-contactPage .o-contactPage-right {
        margin: 0px !important;
    }

    .ph-area,
    .email-area {
        font-size: 20px;
        line-height: 30px;
    }

    .ph-area img,
    .email-area img {
        height: 20px !important;
        width: 20px !important;
    }

    /*Service*/
    .service-block {
        padding-right: calc(var(--bs-gutter-x) / 2);
        padding-left: calc(var(--bs-gutter-x) / 2);
    }

    .o-sectionInner.bg-blueseventh .community-sec {
        margin-top: 20px;
    }

    .footyellow-txt {
        font-size: 25px;
        text-align: center;
        padding-top: 20px;
    }

    .ph-area img {
        height: 40px;
        width: 40px;
    }

    .footheading-txt {
        font-size: 28px;
        line-height: 34px;
    }

    .calcutator-area {
        padding: 2rem 0;
    }

    .calcutator-area h2.o-common-heading {
        font-size: 28px !important;
    }

    .calculatortab .tab-content {
        padding: 15px;
    }

    .cal-outputbox {
        margin-top: 30px;
        flex-direction: column;
        padding: 1rem !important;
    }

    .calpriceb0x {
        flex-direction: column;
        gap: 10px;
    }

    .calculatortab {
        width: 90%;
    }

    .cal-outputbox h3 {
        font-size: 40px;
    }

    .calculatortab .nav-tabs .nav-link {
        font-size: 16px;
    }

    .toggle-form {
        padding: 15px;
    }

    .toggle-form .btn-style1 {
        font-size: 13px;
        font-weight: 600;
    }

    .toggle-form h3 {
        font-size: 25px !important;
    }

    .whitetestiground.greyareabackground {
        padding: 20px;
        background: transparent !important;
    }

    .greybg {
        margin-top: 3rem !important;
    }

    .bright-team-cards {
        grid-template-columns: 1fr;
    }

    .cal-outputbox {
        background: none;
    }

    .aqqmountprice {
        text-align: center;
    }

    .holder-img img {
        height: auto;
    }

}