body {
    max-width: 100%;
}

.map-box #matrix {
    top: 47%;
    display: none !important;
}

.calendar a:hover {
    text-decoration: none;
}

.heading-text {
    padding-left: 40px;
    padding-top: 40px;
    color: #6C6C6C;
}

#getstarted .title {
    top: 130px;
    height: 258px;
    width: 584px;
    font: normal normal bold 63px/79px Poppins;
    /* max-width: 100vw; */
}

#stats {
    top: 2406px;
    /* left: 117px; */
    width: 72%;
    height: 288px;
    background: #7E7E7E 0% 0% no-repeat padding-box;
    border-radius: 59px;
    margin: 0px;
}

#planning {
    position: absolute;
    top: 3862px;
    /* width: calc(100% - 162px); */
    width: 100%;
}


#planning .col-lg-4 {
    max-width: 30%;
}

#planning .l5 {
    text-align: center;
    margin-top: -42px;
    display: flex;
    justify-content: center;
}

#advice {
    width: 100%;
}

#advice .col-lg-4 {
    max-width: 30%;
}

#extensions,
#extensions .textl {
    height: 398px;
    width: 100%;
}

#beforeafter {
    top: 2550px;
    height: 898px;
    /* width: calc(100% - 162px); */
    background: #DEDEDE 0% 0% no-repeat padding-box;
    width: 100%;
}

#calendar {
    width: 100%;
}

#getstarted .rat {
    top: 590px;
    position: absolute;
}

#getstarted .getstarted {
    top: 640px;
    left: 71px;
}

#join {
    height: 667px;
    width: 100%;
}

#join .r2>span {
    width: 31px;
    height: 31px;
    top: -49px;
    position: relative;
    left: 415px;
}


.position-button button {
    font-size: 14px;
    background: #7099B7;
    color: #fff;
    outline: none !important;
    padding: 13px 25px;
    width: 100%;
    border-radius: 30px;
    font-weight: 500;
    margin-left: 15px;
    border: none;
}

.banner {
    position: relative;
    height: 550px;
}


.google {
    width: 20px;
}


.banner .content h1 {
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 48px;
    line-height: 66px;
    color: #435770;
}

.banner .content ul {
    display: flex;
    list-style-type: none;
}

.banner .content ul li {
    padding-right: 10px;
}

.banner .content h3 {
    font-weight: 600;
}


.banner .content p {
    color: #707070;
}

.banner .content button {
    font-size: 16px;
    background: #7099B7;
    color: #fff;
    outline: none !important;
    padding: 10px 35px;
    border-radius: 30px;
    font-weight: 500;
    margin-top: 30px;
    border: none;
}

.paralex {
    background: #D8D8D8;
    padding: 80px;
}


.paralex .content h1 {
    font-weight: 600;
    padding-bottom: 10px;
}


.paralex .content p {
    color: #707070;
    width: 73%;
    padding-top: 20px;
}

.paralex .content button {
    font-size: 16px;
    background: #000;
    color: #fff;
    outline: none !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    margin-top: 30px;
}

.slide-card {
    /* background: #fff; */
    padding: 30px;
    border-radius: 10px;
}

/* Animation */
@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px));
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px));
    }
}




/*  Styling  */
#logos-home-page .slider-new {
    height: auto;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}



#logos-home-page .slider-new:after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

#logos-home-page .slider-new:before {
    left: 0;
    top: 0;
}

#logos-home-page .slide-track {
    -webkit-animation: scroll 5s linear infinite;
    animation: scroll 5s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

#logos-home-page div.slide-new {
    padding: 0 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slide img {
    width: 300px;
    height: 300px;
    border-radius: 10px;
    margin-right: 30px;
    object-fit: cover;
    margin-top: 20px;
}

.slide img:hover {
    transform: scale(1.1);
}







@media (max-width:490px) {
    .slide-card {
        padding: 0px !important;
    }

    .features-right-2 {
        width: 100% !important;
    }
}

.text {
    color: #707070;
    padding-left: 10px;
}

.paralex-img {
    width: 90px;
    margin-top: 10px;
}

/* .paralex .content h2{
    font-size: 38px;
    line-height: 55px;
    width: 50%;
    font-weight: 600;
} */

.slide-card h3 {
    font-size: 20px;
    padding-top: 10px;
}


.slide-card p {
    color: #707070;
    padding-top: 10px;
}

.nitty {
    padding: 80px;
}

.nitty .heading {
    margin-bottom: 60px;
}

.nitty .heading h3 {
    text-align: center;
    font-weight: 600;
}

.nitty .box {
    padding: 40px;
    background: #D6D6D6;
    border-radius: 10px;
}


.nitty .box .images {
    display: flex;
    justify-content: center;
}

.nitty .box p {
    text-align: center;
    padding-top: 15px;
    font-weight: 600;
    margin-bottom: 0px;
}


.faq {
    padding: 0px 0px 80px 0px;
}

.faq .heading {
    margin-bottom: 60px;
}

.faq .heading h3 {
    text-align: center;
    font-weight: 600;
}


#accordion {
    background: #D6D6D6;
    padding: 40px;
    border-radius: 30px;
}

.btn-link img {
    width: 20px;
    padding-top: 5px;
}


.faq .card {
    background: none !important;
    border: none !important;
    /* border-top: 2px solid #004f9d !important; */
    border-bottom: 2px solid #ababab !important;
    border-radius: 0px !important;
    position: relative !important;
}

.calendar {
    background: #000;
    padding: 80px;
}

.calendar .heading {
    color: #fff;
    text-align: center;
}

.slider {
    padding: 40px 0px 0px 0px;
    width: 45%;
    margin: 0 auto;
}

.calendar {
    background: #000;
    padding: 80px;
}

.calendar .heading {
    color: #fff;
    text-align: center;
}

.calendar h3 {
    color: #E8C26F;
    text-align: center;
    font-size: 32px;
}

.slider {
    padding: 40px 0px 0px 0px;
    width: 45%;
    margin: 0 auto;
}

.calender-box {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    margin: 0 auto !important;
}

.calender-box p {
    text-align: center;
    font-weight: 500;
    margin-bottom: 0px;
    color: #435770;
}

.calender-box h4 {
    text-align: center;
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 0px;
    color: #435770;
}


.calendar .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.calendar .owl-theme .owl-nav [class*=owl-] {
    background: #000 !important;
    color: #fff0 !important;
    text-decoration: none;
    height: 30px !important;
    width: 30px !important;
    border-radius: 100% !important;
    position: relative;

}

.calendar .owl-theme .owl-prev {
    position: absolute !important;
    left: -40px;
    top: 45px;
}


.calendar .owl-theme .owl-next {
    position: absolute !important;
    right: -40px;
    top: 45px;
}

.calendar .owl-prev::after {
    content: "\f104" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-size: 21px !important;
    color: #fff !important;
    margin-left: 5px !important;
    display: inline-block !important;
    transition: 0.4s ease-in-out !important;
    transform: translateY(-1px) !important;
    border: 0px !important;
    position: absolute !important;
    top: 1px !important;
    left: 1px !important;
}

.calendar .owl-next::after {
    content: "\f105" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-size: 21px !important;
    color: #fff !important;
    margin-left: 5px !important;
    display: inline-block !important;
    transition: 0.4s ease-in-out !important;
    transform: translateY(-1px) !important;
    border: 0px !important;
    position: absolute !important;
    top: 1px !important;
    left: 6px !important;
}



.blog {
    background: #F4F4F4;
    padding: 80px;
}

.blog .heading {
    margin-bottom: 40px;
}

.blog h3 {
    text-align: center;
    color: #435770;
    font-weight: 500;
    font-size: 32px;
}


.blog-box {
    background: #fff;
    border-radius: 25px;
    padding: 30px;
}

.blog-box .img img {
    width: 100%;
    height: 230px;
}

.blog-box .p {
    font-weight: 500;
}

.blog-box .content p {
    color: #707070;
    padding-top: 20px;
    font-weight: 500;
}


.blog-box .content a {
    color: #000;
    padding-top: 20px;
    font-weight: 500;
    text-decoration: none;
}



#advice .sa-visit {
    width: 138px;
}



footer {
    background: #435770;
    padding: 40px 0px;
}

footer h4 {
    color: #E8C26F;
    font-weight: 600;
    font-size: 17px;
}

footer ul {
    list-style-type: none;
    margin-bottom: 40px;
}

footer ul li {
    color: #fff;
    padding-top: 10px;
}

footer ul li a,
footer ul li a:hover {
    color: #fff;
    padding-top: 10px;
    display: flex;
}

footer ul li img {
    width: 22px;
}

.icon {
    height: 30px;
    width: 30px;
    background: #fff;
    border-radius: 100%;
    color: #737373;
    display: flex;
    justify-content: center;
    align-items: center;
}




.mobile {
    display: none;
}


.flip-card {
    background-color: transparent;
    perspective: 1000px;
    height: 150px;
    border-radius: 10px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    padding: 40px;
    background: #D6D6D6;
    border-radius: 10px;
}

.flip-card-front p {
    text-align: center;
    padding-top: 15px;
    font-weight: 600;
    margin-bottom: 0px;
}

.flip-card-back {
    background-color: #2980b9;
    color: white;
    transform: rotateY(180deg);
    padding: 20px;
    border-radius: 10px;
}


.step-slider {
    background: #D8D8D8;
    padding: 40px 0px;
}



.step-box {
    background: #fff;
    border-radius: 15px;
    width: 245px !important;
    height: 240px;
    padding: 20px;
}

.step-slide-bg {
    background: #6C6C6C !important;
}

.step-icon {
    background: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 12px;
    margin-top: 10px;
}

.step-box h5 {
    font-size: 17px;
    font-weight: 600;
    line-height: 27px;
    color: #fff;
    padding-top: 34px
}

.over-slide {
    display: flex;
}

.text1 {
    color: #707070 !important;
}

.step-box h4 {
    font-size: 18px;
    color: #000;
    padding-top: 10px;
    font-weight: 600;
}

.step-box a {
    color: #000;
    font-weight: 600;
}

.step-box p {
    color: #000;
    font-size: 13px;
    font-weight: 500;
}

.step-slider .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.step-slider .owl-theme .owl-nav [class*=owl-] {
    background: #ffff !important;
    color: #0000 !important;
    text-decoration: none;
    height: 30px !important;
    width: 30px !important;
    border-radius: 100% !important;
    position: relative;

}

.step-slider .owl-theme .owl-nav {
    margin-top: 10px;
    display: flex !important;
    justify-content: end !important;
}


.step-slider .owl-prev::after {
    content: "\f060" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-size: 21px !important;
    color: #000 !important;
    margin-left: 5px !important;
    display: inline-block !important;
    transition: 0.4s ease-in-out !important;
    transform: translateY(-1px) !important;
    border: 0px !important;
    position: absolute !important;
    top: 1px !important;
    left: 1px !important;
}

.step-slider .owl-next::after {
    content: "\f061" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-size: 21px !important;
    color: #000 !important;
    margin-left: 5px !important;
    display: inline-block !important;
    transition: 0.4s ease-in-out !important;
    transform: translateY(-1px) !important;
    border: 0px !important;
    position: absolute !important;
    top: 1px !important;
    left: 1px !important;
}

.home-extention {
    padding: 80px 0px;
}

.extention {
    background: #6C6C6C;
    padding: 40px;
    border-radius: 15px;
}

.home-box {
    background: #fff;
    padding: 49px 90px;
    border-radius: 10px;
}

.home-box h2 {
    font-weight: 600;
    display: flex;
    justify-content: center;
}


.home-box h3 {
    font-weight: 600;
    text-align: center;
    line-height: 35px;
}


.home-box h2 p {
    font-weight: 400;
    text-align: center;
    font-size: 23px;
    padding-left: 10px;
    padding-top: 4px;
}

.button-new {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.home-box button {
    font-size: 14px;
    background: #000;
    color: #fff;
    outline: none !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
}

.front {
    background: #fff !important;
    padding: 20px !important;
}

.front p {
    font-size: 14px;
}

.front img {
    width: 40px;
}

.flip-card-new {
    height: 155px !important;
    margin-bottom: 20px !important;
}

.victorian {
    padding: 0px 0px 80px 0px;
}

.victorian .nav-pills .nav-link {
    border-radius: 0.25rem;
    color: #000;
    font-weight: 600;
}

.victorian .nav-pills {
    width: 56%;
    justify-content: space-between !important;
}

.victorian .nav-pills .nav-link.active {
    font-size: 17px;
    background: #000;
    color: #fff;
    outline: none !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    margin-left: 15px;
}


.tab-listing {
    padding: 40px 0px;
}

.tab-listing .content h3 {
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 20px;
}


.tab-listing .content h2 {
    font-weight: 600;
    padding-bottom: 10px;
    width: 70%;
    line-height: 45px;
}


.tab-listing .content p {
    color: #707070;
    padding-top: 20px;
}

.tab-listing .content button {
    font-size: 16px;
    background: #000;
    color: #fff;
    outline: none !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    margin-top: 30px;
}

.bth {
    background: none !important;
    border: 2px solid #000 !important;
    color: #000 !important;
    font-weight: 600 !important;
    margin-left: 20px;
}

.tab-img-box {
    background: #fff;
    height: 400px;
    border-radius: 10px;
}


.tab-img-box img {
    height: 400px;
    border-radius: 10px;
}

.mobile-nav {
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    padding: 0px 13px;
    margin-bottom: 0px;
    position: relative;
}

.mobile-nav i {
    font-size: 20px;
    padding-right: 16px;
    padding-top: 14px;
}

.mobile-header {
    display: none;
}

.side-bar {
    background: #fff;
    height: 90vh;
    width: 100%;
    z-index: 100;
    padding: 20px;
}

.sidebar-header {
    position: relative;
    border-bottom: 2px solid #000000;
    padding-bottom: 10px;
}

.new-i {
    position: absolute;
    color: #000;
    right: 20px;
    top: 12px;
}

.sidebar-body ul {
    list-style-type: none;
}

.sidebar-body ul .nav-link {
    color: #000;
    padding: 10px 0px;
    font-weight: 500;
}

.sidebar-body .nav-item {
    width: 100%;
}

.sidebar-body {
    padding: 0px 0px;
}

.sidebar-body .button {
    font-size: 14px;
    background: #000;
    color: #fff;
    outline: none !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    margin-top: 20px;
    width: 100%;
}

.position-button {
    position: absolute;
    bottom: 60px;
    width: 93%;
    left: 0px;
}


.sideber {
    display: none;
}


/* #close .click  {
    left: -350px;
  } */

.btn-01 .click {
    display: block;
}

.sideber.show {
    display: block;
    transition: all .3s linear;
}

.sideber.hide {
    display: none;
    transition: all .3s linear;
}

.sidebar-body #accordion {
    background: none;
    padding: 0px;
}

.sidebar-body #accordion .card {
    border: none;
}

.sidebar-body #accordion .card .card-header {
    padding: 10px 0px !important;
}


.sidebar-body #accordion .card .card-header .btn-link {
    font-size: 15px !important;
}


.sidebar-body #accordion-new {
    background: none;
    padding: 0px;
}

.sidebar-body #accordion-new .card {
    border: none;
}

.sidebar-body #accordion-new .card .card-header {
    padding: 10px 0px !important;
}


.sidebar-body #accordion-new .card .card-header .btn-link {
    font-size: 15px !important;
}

.faq-new {
    padding-top: 40px;
}


.our-mission {
    padding: 80px 0px;
    background: #D8D8D8;
    margin-bottom: 80px;

}

.mission-content h3 {
    font-weight: 600;
    padding-bottom: 15px;
}

.mission-content p {
    font-weight: 500;
    padding-bottom: 15px;
}

.mission-content a {
    color: #000;
    text-decoration: underline;
}

.mission-new {
    padding-left: 80px;
}

.m-icon {
    background: #000;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.m-icon img {
    width: 30px;
}

.mission-content ul {
    list-style-type: none;
    display: flex;
}


.our-team .heading {
    margin-bottom: 40px;
}

.our-team h3 {
    font-weight: 600;
}

.our-team .nav-pills .nav-link {
    border-radius: 0.25rem;
    color: #000;
    font-weight: 600;
}

.our-team .nav-pills {
    width: 45%;
    justify-content: space-between !important;
}

.team-box img {
    width: 100%;
    border-radius: 10px;
    height: 250px;
}

.team {
    padding: 40px 0px;
}

.our-team .nav-pills .nav-link.active {
    font-size: 17px;
    background: #000;
    color: #fff;
    outline: none !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
}

.our-team .content {
    padding: 25px;
}

.team-img {
    position: relative;
}

.hover-img {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}

.team-box:hover .hover-img {
    opacity: 1;
    transition: all 0.3s linear;
}


.our-team h4 {
    text-align: center;
    font-weight: 600;
    line-height: 15px;
    font-size: 21px;
}

.our-team p {
    text-align: center;
    color: #6C6C6C;
    font-size: 14px;
}


.about-me {
    background: #6A6A6A;
    padding: 80px 0px;
}

.about-me p {
    color: #dcdcdc;
}

.about-me p strong {
    color: #fff !important;
}


.new-faq {
    margin-top: 80px;
}

.testimonial-section {
    min-height: 483px;
    padding: 95px 118px 75px 90px;
    background: none;
    background: #7099B7;
    /* or #f8f8f8 if you want a light section */
}

.trusted-box {
    color: #fff;
    display: flex;
    align-items: center;
}

.trusted-content h4 {
    font-size: 48px;
    font-weight: 500;
    line-height: 50px;
    max-width: 556px;
    margin-bottom: 24px;
}

.grw-net-widget-one-type-2 .grw-net-stars {
    width: fit-content !important;
}

.grw-net-widget .grw-net-stars-star {
    width: 54px !important;
    height: 45px !important;
}

.grw-net-text {
    display: none !important;
}

.grw-net-widget-one-type-2 .grw-net-logo-l,
.grw-net-widget-one-type-4 .grw-net-logo-l {
    width: 94px !important;
    height: 72px !important;
    background-size: cover !important;
}

.testimonial-slider-col {
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 50px;
}

#testimonialCarousel blockquote {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    color: #fff;
    min-height: 120px;
    letter-spacing: 1px;
}

#testimonialCarousel .carousel-control-prev {

    margin-left: -50px;
}

#testimonialCarousel .carousel-control-next {

    margin-right: -50px;
}

#testimonialCarousel .carousel-control-prev .carousel-control-prev-icon {
    background-image: url('../img/carousel-left-icon.svg');
}

#testimonialCarousel .carousel-control-next .carousel-control-next-icon {
    background-image: url('../img/carousel-right-icon.svg');
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 16px;
    height: 40px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 38px;
}

.planing .container,
.join .container,
.blog .container,
footer .container {
    max-width: 1140px;
}

.contact-icon {
    background: #E0E0E0;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact .content ul {
    display: flex;
    list-style-type: none;
}

.contact .content ul li a {
    color: #000;
    padding-left: 15px;
    margin-bottom: 0px;
}

.input {
    position: relative;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.input input {
    width: 49%;
    padding: 10px 15px;
    background: #E0E0E0;
    border: none;
    outline: none !important;
    border-radius: 5px;
    appearance: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

form textarea {
    width: 100%;
    padding: 10px 15px;
    background: #E0E0E0;
    border: none;
    outline: none !important;
    border-radius: 5px;
    color: #636c72;
}

form p {
    color: #636c72;
}

form p a {
    color: #636c72;
}

.submit {
    font-size: 14px;
    background: #000;
    color: #fff;
    outline: none !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
}

.form {
    margin-top: 50px;
}

.new-width {
    max-width: 20% !important;
}

.new-width1 {
    max-width: 80% !important;
}

.step-slide-bg {
    width: 100% !important;
}


.design-listing {
    padding: 80px 0px;
}

.design-listing .content h3 {
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 20px;
}


.design-listing .content h2 {
    font-weight: 600;
    padding-bottom: 10px;
    width: 70%;
    line-height: 45px;
    font-size: 31px;
}


.design-listing .content p {
    color: #000;
    width: 94%;
}

.our-work {
    padding: 80px 0px;
}

.our-work .heading {
    margin-bottom: 40px;
}

.our-work .heading h3 {
    text-align: center;
    font-weight: 600;
}

.our-img img {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    object-fit: cover;
}

.design-listing .content button {
    font-size: 16px;
    background: #000;
    color: #fff;
    outline: none !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    margin-top: 30px;
}

.bth {
    background: none !important;
    border: 2px solid #000 !important;
    color: #000 !important;
    font-weight: 600 !important;
    margin-left: 20px;
}

.design-listing .tab-img-box {
    background: #fff;
    height: 484px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}


.design-listing .tab-img-box img {
    height: 484px;
    border-radius: 10px;
    width: 440px;
}

.design-listing .content ul {
    list-style-type: none;
    display: flex;
}

.design-listing .content ul li p {
    font-weight: 500;
    padding-bottom: 15px;
    width: 85%;
}


.new-planing {
    padding: 0px 0px 80px 0px;
}

.new-planing .heading h2 {
    text-align: center;
    font-weight: 600;
}

.new-planing .heading p {
    text-align: center;
    font-weight: 500;
    padding-top: 10px;
}

.new-planing .pr-slide {
    background: #D8D8D8;
    width: 23%;
    border-radius: 30px;
    margin: 0 auto;
}

.new-planing .pricing-slide {
    padding-top: 20px;
}

.new-design-list {
    background: #D8D8D8 !important;
}

.new-planing .pricing-slide .nav-pills .nav-link.active {
    font-size: 16px;
    background: #969696;
    color: #000;
    outline: none !important;
    padding: 10px 29px;
    border-radius: 30px;
    font-weight: 500;
}

.new-planing .pricing-slide .nav-pills .nav-link {
    border-radius: 0.25rem;
    color: #000;
    font-weight: 500;
    padding-top: 10px;
}

.text3 {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

.text4 {
    font-weight: 700;
}

.new-planing .plan-card {
    background: #D8D8D8;
    /* padding: 20px 40px; */
    border-radius: 10px;
}

.new-planing .plan-header {
    border-bottom: 4px solid #fff;
    padding: 20px 40px;
}

.new-planing .plan-header h3 {
    display: flex;
    font-size: 25px;
    font-weight: 600;
}

.new-planing .plan-header h3 p {
    font-weight: 400;
    text-align: center;
    font-size: 17px;
    padding-left: 6px;
    padding-top: 3px;
    margin-bottom: 0px;
}

.new-planing .plan-body {
    padding: 30px 40px 30px 60px;
}

.new-planing .plan-body ul li {
    margin-bottom: 10px;
    font-weight: 500;
}

.new-planing .plan-footer {
    padding: 10px 40px 40px 40px;
}

.new-planing .plan {
    margin-top: 50px;
}

.new-planing .plan-footer button {
    font-size: 16px;
    background: #000;
    color: #fff;
    outline: none !important;
    padding: 10px;
    border-radius: 30px;
    font-weight: 500;
    width: 100%;
}

.new-tab-images-box {
    background: none !important;
    justify-content: left !important;
    height: 350px !important;
}

.new-tab-images-box img {
    height: 350px !important;
}

.new-tab-images-box-01 {
    background: none !important;
    height: 350px !important;
}

.new-tab-images-box-01 img {
    height: 350px !important;
}

.portfolio {
    padding: 80px 0px 20px 0px;
}

.portfolio .heading {
    margin-bottom: 40px;
}

.portfolio h2 {
    text-align: center;
    font-weight: 600;
}

.portfolio .nav-pills .nav-link {
    border-radius: 0.25rem;
    color: #000;
    font-weight: 600;
}

.portfolio .nav-pills {
    width: 70%;
    justify-content: space-between !important;
    margin: 0 auto;
}

.portfolio .nav-pills .nav-link.active {
    font-size: 17px;
    background: #000;
    color: #fff;
    outline: none !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    margin-left: 15px;
}


.portfolio-body {
    background: #D8D8D8;
    padding: 80px 0px;
}

.portfolio-gallery {}

.gallery-card {
    height: 280px;
    margin-bottom: 30px;
    position: relative;
}

.galleryoffer-box {
    height: 280px;
    margin-bottom: 30px;
    background: #6A6A6A;
    border-radius: 10px;
    padding: 40px;
    position: absolute;
    top: 0px;
    display: none;
}

.gallery-card:hover .galleryoffer-box {
    display: block;
    transition: all 0.3s linear;
}

.galleryoffer-box h4 {
    text-align: center;
    color: #fff;
    line-height: 37px;
}

.galleryoffer-box button {
    font-size: 14px;
    background: #000;
    color: #fff;
    outline: none !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    margin-top: 30px;
}


.galleryoffer-box .modal-dialog {
    max-width: 850px !important;
}

.gallery-card img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.portfolio-slider .carousel-item img {
    height: 560px;
    border-radius: 5px;
    width: 100%;
    margin-top: 0px;
    border-radius: inherit;
}

.lam-header {
    padding: 10px 20px;
    border-bottom: 2px solid #D8D8D8;
}

.lam-header p {
    margin-bottom: 0px;
    color: #000;
    font-weight: 500;
}

.lam-header p span {
    margin-bottom: 0px;
    color: #000;
    font-weight: 500;
}

.lam-body {
    padding: 20px;
}

.lam-body h5 {
    font-size: 20px;
    font-weight: 600;
}

.lam-body ul {
    list-style-type: none;
    margin-bottom: 0px;
}


.lam-body ul li {
    list-style-type: none;
    display: flex;
}


.lam-body ul li p {
    padding-left: 10px;
    font-size: 14px;
    padding-top: 4px;
    font-weight: 500;
}

.port-icon {
    height: 30px;
    width: 30px;
    background: #D8D8D8;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-p {
    padding-left: 10px;
    font-size: 13px;
    padding-top: 4px;
    font-weight: 500;
    margin-bottom: 0px;
}

.modal-header button {
    opacity: 1 !important;
    text-shadow: none !important;
    outline: none !important;
    position: absolute;
    right: -15px;
    top: -15px;
    color: #fff !important;

}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1 !important;
    font-size: 22px;
}

.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    border-radius: 100% !important;
    background: none !important;
    border: 2px solid #fff !important;
    opacity: 1 !important;
}

.carousel-indicators .active {
    background: #fff !important;
}

.left-arrow {
    position: absolute;
    top: 46%;
    left: -40px;
    font-size: 30px;
    color: #fff;
}

.right-arrow {
    position: absolute;
    top: 46%;
    right: -40px;
    font-size: 30px;
    color: #fff;
}

.pading-left {
    padding-left: 0px;
}

.pading-right {
    padding-right: 0px;
}


.advice-banner {
    padding: 40px 0px !important;
}

form .search input {
    width: 100%;
    background: #F4F4F4;
    color: #000;
    padding: 6px 20px;
    border: none;
    outline: none !important;
    border-radius: 30px;
}


.search {
    position: relative;
}

.search img {
    position: absolute;
    top: 4px;
    right: 13px;
    color: #707070;
    width: 27px;
}

.advice-tablist {
    display: flex;
    justify-content: end;
}

.advice-tab .nav-pills .nav-link {
    border-radius: 0.25rem;
    color: #707070;
    font-weight: 500;
    outline: none !important;
    background: none;
    border: none !important;
    margin-right: 30px;
}

.advice-tab .nav-pills {
    justify-content: space-between !important;
}

.advice-tab .nav-pills .nav-link.active {
    font-size: 17px;
    background: #CCCCCC;
    color: #000000;
    outline: none !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
    margin-left: 15px;
}

.post-box {
    height: 300px;
    background: #000;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.post-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;

}

.post-box-content {
    position: absolute;
    width: 100%;
    height: 300px;
    top: 0px;
    background: #efefef8f;
    bottom: 0px;
    left: 0px;
    border-radius: 10px;
    display: flex;
    align-items: end;
    padding: 40px;
    transform: translateY(302px);
}

.post-box:hover .post-box-content {
    transition: all 0.3s linear;
    transform: translateY(0px);
}

.post-blog {
    padding: 20px 0px 40px 0px;
}

.post-box h3 {
    font-weight: 600;
    font-size: 23px;
}

.post-box p {
    font-weight: 500;
}

.post-box span {
    color: #6C6C6C !important;
    font-weight: 600 !important;
}

.post-box-new {
    height: 620px;
}

.post-box-content-new {
    height: 620px;
    transform: translateY(620px);
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination ul {
    list-style-type: none;
    display: flex;
}

.pagination .arrow-left {
    font-size: 12px;
    color: #D1D1D1;
}

.pagination .arrow-right {
    font-size: 12px;
    color: #000;
}



.pagination .active {
    border: 2px solid #000;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-weight: 500;
}

.mar-right {
    margin-right: 15px;
    font-weight: 600;
    color: #6C6C6C;
}

.subcribe {
    padding: 40px 0px;
}

.subcribe .content h2 {
    font-weight: 600;
    padding-bottom: 10px;
}

.search-new {
    position: relative;
}

.search-new .search-icon {
    position: absolute;
    top: 7px;
    right: 7px;
    height: 25px;
    width: 25px;
    background: #000;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    opacity: 0;
}

.search-new input {
    width: 100%;
    background: #F4F4F4;
    color: #000;
    padding: 6px 20px;
    border: none;
    outline: none !important;
    border-radius: 30px;
}

.subcribe .content p {
    color: #000;
    font-weight: 500;
}

.subcribe button {
    font-size: 14px;
    background: #000;
    color: #fff;
    outline: none !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    margin-left: 15px;
}

.blog-banner {
    padding: 40px 0px;
}

.blog-banner h1 {
    font-weight: 600;
}


.blog-banner ul {
    display: flex;
}

.blog-banner ul li {
    margin-right: 40px;
    font-weight: 500;
    margin-top: 10px;
}

.list-none {
    list-style-type: none !important;
}


.main-banner {
    height: 400px;
}

.main-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dital-img-box {
    height: 200px;
    margin: 15px 0px;
}

.dital-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.blog-details {
    padding: 80px 0px;
    position: relative;
}

.details-blog {
    padding-right: 60px;
}

.details-blog p {
    font-weight: 500;
}

.details-blog h3 {
    margin-top: 30px;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 10px;
}

.social-icon {
    border-top: 1px solid #000;
    padding: 30px 0px;
}

.social-icon ul {
    display: flex;
    list-style-type: none;
}

.social-icon ul li {
    margin-right: 15px;
}

.detail-sticky h3 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 10px;
}

.detail-sticky ul {
    list-style-type: none;
    display: flex;
    margin-top: 20px;
}

.detail-sticky ul li img {
    height: 90px;
    width: 90px;
    border-radius: 10px;
}

.detail-sticky ul li h5 {
    font-size: 17px;
    padding-left: 20px;
    font-weight: 600;
    line-height: 28px;
}

.detail-sticky ul li p {
    font-size: 14px;
    padding-left: 20px;
    color: #6C6C6C;
    margin-bottom: 0px;
}

.tag {
    border: 2px solid #000;
    border-radius: 30px;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 500;
}

.ditl-sticky-box {
    background: #D8D8D8;
    margin-top: 30px;
    border-radius: 10px;
    padding: 40px;
}


.ditl-sticky-box h3 {
    text-align: center;
}

.ditl-sticky-box p {
    text-align: center;
    font-weight: 500;
}

.ditl-sticky-box button {
    font-size: 14px;
    background: #000;
    color: #fff;
    outline: none !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    margin-left: 15px;
}

.detail-sticky {
    position: sticky;
    top: 115px;
}

.we-offers .heading {
    margin-bottom: 40px;
}

.we-offers .heading h3 {
    font-weight: 600;
}

.we-offers-box {
    background: #EAEAEA;
    border-radius: 0px 0px 10px 10px;

}

.we-offers-box img {
    height: 200px;
    border-radius: 10px 10px 0px 0px;
}

.we-offers {
    padding-bottom: 80px;
}

.we-offers-box .content {
    padding: 20px;
}

.we-offers-box p {
    margin-bottom: 0px;
    font-weight: 500;
}

.we-offers-box h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}


.star {
    display: flex;
    color: #FFDB41;
    list-style-type: none;
}

.star li {
    display: flex;
    color: #FFDB41;
    list-style-type: none;
    padding-right: 10px;
}

.join {
    background: #435770;
    padding: 80px 0px;
}

.join .map-box iframe {
    border-radius: 20px;
    width: 100%;
    height: 445px;
}

.join .content {
    padding-left: 40px;
}

.join .content h2 {
    font-size: 34px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
    margin-top: 40px;
    text-aling: center;
}

.join .search-box {
    position: relative;
}

.join .search-box input {
    width: 100%;
    background: #fff;
    color: #000;
    padding: 20px;
    border: none;
    outline: none !important;
    border-radius: 40px;
    margin-top: 30px;
    height: 60px;
}

.join .search-box i {
    position: absolute;
    top: 43px;
    right: 25px;
    font-size: 25px;
}

.join button {
    font-size: 17px;
    background: #7099B7;
    color: #fff;
    outline: none !important;
    padding: 15px 40px;
    border-radius: 30px;
    font-weight: 500;
    margin-top: 40px;
    border: none;
}

.progress-sticky {
    padding: 80px 0px 50px 0px;
}

.progress-sticky .content h3 {
    font-weight: 600;
    font-size: 48px;
    line-height: 53px;
    color: #435770;
}


.progress-sticky .content p {
    color: #435770;
    font-size: 32px;
    line-height: 53px;
}

.progress-sticky .content button {
    font-size: 17px;
    background: #000;
    color: #fff;
    outline: none !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    margin-top: 25px;
}

.progress-sticky .content button {
    font-size: 17px;
    background: #000;
    color: #fff;
    outline: none !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    margin-top: 25px;
}

.pg-bar .pg-button {
    height: 65px;
    width: 65px;
    border-radius: 100%;
    background: #CBDAE5;
}

.pg-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pg-button img {
    width: 40px;
}

.pg-border {
    border-left: 3px solid #CBDAE5;
    height: 165px;
    margin-left: 32px;
}

.progress-sticky .content {
    position: sticky;
    top: 120px;
}

.pg-button i {
    color: #DDDDDD;
    font-size: 25px;
}

.pg-content {
    margin-bottom: 80px;
}

.pg-content:last-child {
    margin-bottom: 0;
}

.pg-content h3 {
    font-weight: 600;
    color: #435770;
    font-size: 32px;
}

.pg-content a {
    color: #000;
    font-weight: 500;
}

.pg-bar .active .pg-button {
    background: #7099B7;
    color: #fff;
}

.pg-bar .active .pg-border {
    border-left: 3px solid #7099B7;
}

.pg-content p {
    color: #707070;
    font-size: 18px;
}

.home-extransion-card {
    padding-top: 95px;
}

.home-extransion-card h3 {
    font-size: 64px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
}

.home-extransion-card p {
    margin-top: 20px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-size: 24px;
    padding: 0 22px;
}

.before-slide {
    padding: 0px 0px 65px 0px;
}



.before-slide .title {
    font-size: 38px;
    font-weight: 600;
    line-height: 50px;
    margin: 0;
    color: #435770;
    margin-bottom: 54px;
}


#comparison {
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
}
.carousel-item figure {
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    width: 100%;
    height: 644px;
    margin: 0;
    margin: 0px !important;
}

.figure1 {
    background-image: url(../img/backup/Charleville_Circus.jpg);
}

#divisor {
    background-image: url(../img/backup/After.png);
    background-size: cover;
    position: absolute;
    width: 50%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    bottom: 0;
    height: 100%;
    border-radius: 20px 0px 0px 20px;
}


#divisor::before,
#divisor::after {
    content: "";
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 25px);
    background: white;
    z-index: 3;
}

#divisor::before {
    top: 0;
    box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, 0.3);
}

#divisor::after {
    bottom: 0;
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.3);
}

#handle {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
}

#handle::before,
#handle::after {
    content: "";
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}

#handle::before {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}

#handle::after {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}

input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    background-color: transparent;
    width: calc(100% + 50px);
    z-index: 2;
}

input[type=range]:focus,
input[type=range]:active {
    border: none;
    outline: none;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: transparent;
    border: 4px solid white;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
}

input[type=range]::-moz-range-track {
    -moz-appearance: none;
    height: 15px;
    width: 100%;
    background-color: transparent;
    position: relative;
    outline: none;
}

#comparison1 {
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
}

.figure2 {

    background-image: url("../img/backup/Therapia Rd.jpg");

}

#divisor1 {
    background-image: url("../img/backup/DSC_0004.jpg");
    background-size: cover;
    position: absolute;
    width: 50%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    bottom: 0;
    height: 100%;
    border-radius: 20px 0px 0px 20px;
}

#divisor1::before {
    content: "";
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 25px);
    background: white;
    z-index: 3;
}

#divisor1::after {
    content: "";
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 25px);
    background: white;
    z-index: 3;
    bottom: 0px;
}


#divisor1::before {
    top: 0;
    box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, 0.3);
}

#divisor::after {
    bottom: 0;
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.3);
}

#handle1 {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
}

#handle1::before,
#handle1::after {
    content: "";
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}

#handle1::before {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}

#handle1::after {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}


#comparison2 {
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
}

.figure3 {

    background-image: url("../img/backup/Thorpedale Road.jpg");

}

#divisor2 {
    background-image: url(../img/backup/before.jpeg);
    background-size: cover;
    position: absolute;
    width: 50%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    bottom: 0;
    height: 100%;
    border-radius: 20px 0px 0px 20px;
}

#divisor2::before {
    content: "";
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 25px);
    background: white;
    z-index: 3;
}

#divisor2::after {
    content: "";
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 25px);
    background: white;
    z-index: 3;
    bottom: 0px;
}


#divisor2::before {
    top: 0;
    box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, 0.3);
}

#divisor2::after {
    bottom: 0;
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.3);
}

#handle2 {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
}

#handle2::before,
#handle2::after {
    content: "";
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}

#handle2::before {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}

#handle2::after {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}


.before-slide #accordion {
    background: none;
    padding: 0px 0px 0px 34px;
    border-radius: 0px;
}

.before-slide .container {
    padding-left: 30px;
}

.before-slide #accordion .card {
    background: none !important;
    border: none !important;
    border-bottom: 3px solid #7099B7 !important;
    /* border-bottom: 2px solid #004f9d !important; */
    border-radius: inherit !important;
    position: relative !important;
}


.before-slide .carousel-indicators .active {
    background: #fff !important;
}

.before-slide .carousel-indicators li {
    border: 2px solid #fff !important;
}

.plan-new {
    padding: 40px 0px 80px 0px !important;
}


.book-appoinment {
    padding: 80px 0px 80px 0px;
    background: #A7A7A7;
}

.book-card-box {
    padding: 40px;
    border-radius: 20px;
    background: #fff;
}

.book-header h3 {
    text-align: center;
    margin-bottom: 20px;

}

.date-body {
    display: flex;
    justify-content: center;
}

.date {
    width: 40%;
    background: #193F70;
    margin: 0px 10px;
    padding: 12px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}

.arrow-new-left {
    margin-top: 8px;
    font-size: 25px;
}

.arrow-new-right {
    margin-top: 8px;
    font-size: 25px;
}

.select-date {
    padding: 60px 80px;
}

.select-date ul {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #193F70;
    list-style-type: none;
}

.time {
    display: flex;
}


.time p {
    margin-right: 35px;
    padding-top: 8px;
    font-weight: 500;
    color: #193F70;
}


.time .select {
    background: #193F70;
    padding: 8px 20px;
    color: #fff;
    border-radius: 5px;
    margin-right: 35px;
}

.day {
    font-size: 20px;
    font-weight: 500;
}

.select-date button {
    font-size: 14px;
    background: #193F70;
    color: #fff;
    outline: none !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
}

.pg-bar .active {
    background-color: #7099B7 !important;
    transition: 1s ease-in-out !important;
}

.activeBorder {
    border-left: 3px solid #7099B7 !important;
    transition: all .5s ease-in-out !important;
}

.pg-content .heading1,
.pg-content .desc1,
.pg-content .heading2,
.pg-content .desc2 {
    color: #435770;
}





@media only screen and (max-width: 768px) {

    header {
        padding: 10px 0px;
    }

    .desktop-header {
        display: none;
    }

    .banner {
        padding: 10px 30px 50px 30px;
    }

    .banner .content h1 {
        font-size: 30px;
        text-align: center;
        line-height: 40px;
    }

    .banner .banner-img {
        width: 100%;
        height: 200px;
        border-radius: 10px;
    }

    .banner .content ul {
        display: flex;
        list-style-type: none;
        justify-content: center;
    }

    .banner .content p {
        color: #707070;
        text-align: center;
    }

    .button {
        display: flex;
        justify-content: center;
    }

    .paralex {
        padding: 50px 30px;
    }

    .paralex .content h2 {
        font-size: 22px;
        text-align: center;
        line-height: 0px;
        font-weight: 600;
    }

    .paralex .content p {
        width: 100%;
        text-align: center;
    }

    .slide-card {
        margin-top: 40px;
    }

    .nitty {
        padding: 50px 30px;
    }

    .nitty .box {
        margin-bottom: 20px;
    }

    #accordion {
        padding: 20px;
    }

    .faq .heading {
        margin-bottom: 30px;
    }

    .calendar {
        background: #000;
        padding: 50px 30px;
    }



    .mobile {
        display: block;
    }

    .slider {
        padding: 40px 0px 0px 0px;
        width: 100%;
        margin: 0 auto;
    }

    .calendar .owl-theme .owl-prev {
        left: -40px;
    }

    .calendar .owl-theme .owl-next {
        right: -40px;
    }

    .calender-box {
        padding: 15px;
    }

    .calendar .heading h3 {
        font-size: 28px;
    }

    .blog {
        padding: 50px 30px;
    }

    .blog-box {
        margin-bottom: 30px;
    }

    nav button {
        margin-top: 30px;
    }

    .navbar-toggler {
        color: #000 !important;
    }

    .step-box {
        width: 177px !important;
        padding: 10px;
    }

    .step-box h4 {
        font-size: 16px;
    }


    .step-slider .owl-theme .owl-next {
        right: 0px;
    }

    .home-box {
        padding: 49px 20px;
        margin-bottom: 20px;
    }

    .home-box h3 {
        font-size: 23px;
    }

    .extention {
        padding: 40px 20px;
    }

    .victorian .nav-pills {
        width: 100%;
        justify-content: left !important;
    }


    .victorian {
        padding: 0px 0px 20px 0px;
    }


    .nav-item {
        width: 50%;
    }

    .victorian .nav-pills .nav-link {
        text-align: center;
        border-radius: inherit;
        font-size: 14px;
    }

    .nav-pills .nav-link.active {
        margin-left: 0px;
        margin-left: 0px;
        border-bottom: 0px;
        background: #000;
        padding-bottom: 6px;
        font-size: 14px;
    }

    .tab-listing .content h3 {
        text-align: center;
    }

    .tab-listing .content h2 {
        width: 100%;
        text-align: center;
    }

    .tab-listing .content p {
        padding-top: 0px;
        text-align: center;
    }

    .tab-listing .content button {
        padding: 10px 14px;
    }

    .tab-img-box {
        margin-top: 40px;
    }



    .flip-card {
        margin-bottom: 20px;
    }

    .banner .content h3 {
        text-align: center;
        font-size: 24px;
    }

    .mission-new {
        padding-left: 10px;
    }

    .our-mission {
        padding: 80px 20px 40px 20px;
        margin-bottom: 40px;
    }

    .our-team .nav-pills {
        width: 100%;
        justify-content: left !important;
    }

    .nav-item {
        width: fit-content;
    }

    .team-box img {
        width: 100%;
        border-radius: 10px;
        height: 180px;
    }

    .our-team h4 {
        font-size: 15px;
    }

    .our-team p {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .pr-slide {
        width: fit-content;
    }

    .pricing-slide .nav-pills .nav-link.active {
        padding: 10px 18px;
    }

    .plan {
        margin-top: 30px;
        padding: 0px 20px;
    }

    .plan-card {
        margin-bottom: 30px;
    }

    .planing {
        padding: 80px 0px 50px 0px;
    }

    .before-slide .btn-link {
        font-size: 20px !important;
        height: 53px;
        line-height: 1.2;
        margin-top: 14px;
        margin-bottom: 18px;
    }

    .before-slide .row {
        margin: 0;
    }

    .before-slide .container {
        padding: 0;
    }

    .before-slide .left-side,
    .before-slide .right-side {
        padding: 0;
    }

    .before-slide .title {
        font-size: 30px;
        line-height: 1.5;
        padding: 20px 38px;
        margin-bottom: 0;
    }

    .footer-responce {
        display: flex;
    }

    .footer-responce p {
        display: none;
    }

    .icon {
        margin-right: 10px;
    }

    .mark-top {
        margin-top: 20px;
    }

    .transform {
        transform: translateY(-80px);
    }

    .contact .content h1 {
        font-weight: 600;
        padding-bottom: 5px;
        font-size: 30px;
        text-align: center;
    }

    .contact p br {
        display: none;
    }

    .contact p {
        text-align: center;
    }

    .contact .content ul {
        margin-left: 36px;
    }

    .form {
        margin-top: 50px;
        padding: 0px 30px;
    }

    .step-box {
        width: 162px;
        padding: 10px;
    }

    .step-slide-bg {
        width: 142px !important;
    }

    .new-width {
        max-width: 45% !important;
    }

    .pading {
        padding: 0px !important;
    }

    .step-box h5 {
        font-size: 16px;
        font-weight: 600;
        line-height: 27px;
        color: #fff;
        padding-top: 34px;
    }

    .new-width1 {
        max-width: 55% !important;
    }

    .step-box {
        width: 175px;
        padding: 10px;
    }

    .step-slider .owl-theme .owl-nav {
        margin-right: 20px;
    }

    .design-listing .content h2 {
        text-align: center;
        width: 100%;
    }

    .design-listing {
        padding: 40px 0px;
    }

    .design-listing .content p {
        color: #000;
        width: 94%;
        text-align: center;
    }

    .design-listing .content ul {
        list-style-type: none;
        display: flex;
        margin-left: 30px;
    }

    .design-listing .content ul li p {
        width: 100%;
        text-align: left;
    }

    .design-listing .tab-img-box img {
        height: 400px;
        width: 100%;
    }

    .design-listing .tab-img-box {
        height: 400px;
    }

    .our-work,
    .new-planing {
        padding: 40px 0px;
    }


    .new-planing {
        padding: 0px;
    }

    .our-img img {
        margin-bottom: 30px;
    }

    .new-planing .pr-slide {
        width: fit-content;
    }

    .design-listing .content h3 {
        text-align: center;
        padding-top: 20px;
    }


    .portfolio-slider .carousel-item img {
        height: 240px;
        border-radius: 5px 5px 0px 0px;
        width: 100%;
    }

    .left-arrow {
        display: none;
    }

    .right-arrow {
        display: none;
    }

    .pading-left {
        padding-left: 15px;
    }

    .pading-right {
        padding-right: 15px;
    }

    .modal-header button {
        opacity: 1 !important;
        text-shadow: none !important;
        outline: none !important;
        position: absolute;
        right: 20px;
        top: 20px;
        color: #fff !important;
        z-index: 100;
    }

    .portfolio .nav-pills {
        width: 100%;
        justify-content: left !important;
        margin: 0 auto;
    }

    .advice-banner .content h1 {
        font-size: 28px;
        text-align: center;
        width: 64% !important;
        margin: 0 auto !important;
        font-weight: 600;
        line-height: 42px;
    }

    .advice-banner .content p {
        color: #707070;
        text-align: center;
        width: 97% !important;
    }

    .search {
        display: none;
    }

    .advice-tab .nav-pills .nav-link.active {
        padding: 7px 13px;
        /* background: #fff; */
        font-weight: 500;

    }

    .advice-tab .nav-pills {
        justify-content: space-between !important;
        font-size: 15px;
        margin-bottom: 0px !important;
    }

    .panding-0 {
        padding: 0px !important;
    }

    .advice-tab {
        background: #CCCCCC;
    }

    .advice-tablist {
        display: block;
        margin-bottom: 0px;
        /* justify-content: end; */
    }

    .post-box {
        border-radius: inherit;
        height: auto;
        background: none;
    }

    .post-box img {
        border-radius: inherit;
        height: 200px;
    }

    .post-box-content {
        position: inherit;
        transform: translateY(0px);
        padding: 20px;
        height: auto;
    }

    .post-box h3 {
        font-weight: 600;
        font-size: 18px;
    }

    .post-box p {
        font-weight: 500;
        font-size: 14px;
    }

    .post-box span {
        color: #6C6C6C !important;
        font-weight: 500 !important;
        font-size: 15px;
    }

    .subcribe .content h2 {
        font-weight: 600;
        padding-bottom: 10px;
        text-align: center;
        font-size: 23px;
    }

    .subcribe .content p {
        color: #000;
        font-weight: 500;
        text-align: center;
    }

    .subcribe button {
        display: none;
    }

    .search-new .search-icon {
        opacity: 1;
    }

    .search-new {
        position: relative;
        padding: 0px 60px;
        right: 0px;
    }

    .search-new .search-icon {
        right: 70px;
    }

    .subcribe .content p {
        width: 97%;
    }

    .post-blog {
        padding: 20px 0px 0px 0px;
    }

    .blog-banner h1 {
        font-weight: 600;
        font-size: 32px;
        text-align: center;
    }

    .blog-banner ul li {
        margin-right: 20px;
        font-weight: 500;
        margin-top: 10px;
        font-size: 13px;
        text-align: center;
    }

    .blog-banner ul {
        display: flex;
        justify-content: center;
    }

    .blog-banner {
        padding-bottom: 20px;
    }

    .blog-details {
        padding: 50px 0px;
        position: relative;
    }

    .details-blog {
        padding-right: 20px;
        padding-left: 10px;
    }

    .we-offers {
        padding-bottom: 20px;
    }

    .new-planing .pricing-slide .nav-pills .nav-link.active {
        padding: 10px 18px;
    }

    .star {
        justify-content: center;
    }

    .join .content h2 br {
        display: none;
    }

    .join .content {
        padding-left: 10px;
    }

    .join .content h2 {
        font-size: 27px;
        line-height: 34px;
        font-weight: 600;
        padding-top: 30px;
        text-align: center;
    }

    .home-extransion-card {
        padding-top: 43px;
        padding-bottom: 57px;
    }

    .home-extransion-card .row {
        gap: 24px;
    }

    .home-extransion-card h3 {
        font-size: 48px;
    }

    .home-extransion-card p {
        font-size: 20px;
        line-height: 31px;
        margin-top: 8px;
    }

    .progress-sticky {
        padding: 30px 18px 0px 18px;
    }

    .progress-sticky .content h3 br {
        display: none;
    }

    .progress-sticky .content {
        margin-bottom: 50px;
    }

    .pg-border {
        border-left: 3px solid #DDDDDD;
        height: 150px;
        margin-left: 32px;
    }

    .before-slide {
        padding: 0;
    }


    .before-slide #accordion {
        padding: 25px;
    }

    .testimonial-section {
        padding: 67px 28px;
    }

    .accordion .btn-link {
        font-size: 25px;
    }

    .banner .banner-img {
        width: 100%;
        position: inherit;
    }

    .progress-sticky .content h3 {
        font-size: 30px !important;
        line-height: 1.5 !important;
    }

    .progress-sticky .content p {
        font-size: 20px;
        line-height: 1.3;
    }

    .pg-content h3 {
        font-size: 24px !important;
    }

    .pg-content {
        margin-bottom: 60px;
    }

    .trusted-content h4 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .grw-net-widget .grw-net-stars-star {
        width: 42px !important;
        height: 35px !important;
    }

    .grw-net-widget-one-type-2 .grw-net-logo-l,
    .grw-net-widget-one-type-4 .grw-net-logo-l {
        width: 69px !important;
        height: 52px !important;
    }

    .grw-net-widget-one {
        flex-direction: row !important;
    }

    #testimonialCarousel blockquote {
        font-size: 22px;
        line-height: 1.5
    }
    .carousel-item figure{
        height: 400px;
    }
}