@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

* {
    padding: 0px;
    margin: 0px;
    font-family: 'Poppins', sans-serif !important;
}

html {
    scroll-behavior: smooth;
}

/* button:hover {
    background: #E8C26F !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: all .3s linear;
} */

.select-new {
    padding: 80px;
}

.container {
    max-width: 1360px;
}

.grw-net-widget {
    margin: 0px 0px !important;
}

.grw-net-widget .grw-net-text-bold {
    font-weight: bold;
    color: #fff !important;
}


#Google_review .branding {
    color: #fff !important;
    filter: brightness(0) invert(1) !important;
    display: none !important;
    opacity: 0 !important;
}

.grw-net-widget * {
    all: unset;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff !important;
    text-align: left !important;
}

.heading-text {
    color: #6C6C6C;
}

.heading-text:hover {
    color: #6C6C6C;
}

.banner-headin {
    padding: 40px 0px 0px 40px;
}


.post-box span {
    color: #E8C26F !important;
    font-weight: 500 !important;
    font-size: 15px;
}


header {
    background: #fff;
    z-index: 150;
    top: 0;
    box-shadow: 0 4px 8px rgb(0 0 0 / 12%);
    position: sticky;
    width: 100%;
}

.ul-mobile {
    margin-left: 40px;
    margin-left: 50px;
    font-size: 14px;
}

.ul-mobile li a {
    color: #000;
}

.dropdown-menu {
    min-width: 17rem !important;
}

.dropdown-menu ul {
    margin-left: 45px;
    margin-bottom: 18px;
    list-style-type: none !important;
}

.dropdown-menu ul li a {
    color: #000;
    text-decoration: none;
    font-size: 14px;

}

.calendar a:hover {
    text-decoration: none;
}


.progress-container {
    width: 100%;
    height: 5px;
    background: #fff;
    position: fixed;
    margin-top: 10px;
    left: 0px;
    top: 67px;
    z-index: 100;
}

.progress-bar {
    height: 5px;
    background: #193F70;
    width: 0%;
}


/* .dropdown-toggle::after {
    content: "\f078" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-size: 10px !important;
    color: #7d7d7d !important;
    margin-left: 5px !important;
    display: inline-block !important;
    transition: 0.4s ease-in-out !important;
    transform: translateY(2px) !important;
    border: 0px !important;
} */

.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff !important;
    text-transform: inherit !important;
    font-size: 20px;
}

nav button {
    font-size: 20px;
    background: #7099B7;
    color: #fff;
    outline: none !important;
    padding: 13px 25px;
    border-radius: 30px;
    font-weight: 500;
    margin-left: 15px;
    border: none;
}

.img-design {
    height: 620px !important;
}

.navbar-brand {
    color: #737373;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    font-size: 24px;
}

.navbar-brand img {
    height: 54px;
}

.navbar-brand .top_logo {
    display: none;
}

/* 2025-07-17 updated by Artem */
header.desktop-header.scrolled .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Initial transparent header */
header.desktop-header {
    background: transparent;
    transition: background 0.32s cubic-bezier(.43, .27, .6, .82), box-shadow 0.32s, color 0.2s;
    box-shadow: none;
    color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 102;
    margin-top: 91px;
}



header.desktop-header .navbar,
header.desktop-header .navbar-brand,
header.desktop-header .nav-link,
header.desktop-header .dropdown-menu,
header.desktop-header .dropdown-item,
header.mobile-header .navbar,
header.mobile-header .navbar-brand,
header.mobile-header .nav-link,
header.mobile-header .dropdown-menu,
header.mobile-header .dropdown-item {
    color: #fff !important;
    background: transparent !important;
    transition: color 0.2s, background 0.32s;
}

header.mobile-header .navbar,
header.mobile-header .navbar-brand,
header.mobile-header .nav-link,
header.mobile-header .dropdown-menu,
header.mobile-header .dropdown-item {
    color: #000 !important;
}


/* When scrolled, solid bg + dark text */
header.desktop-header.scrolled,
header.mobile-header.scrolled {
    background: #fff !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.11);
    margin-top: 0px;
}

header.desktop-header.scrolled .dropdown-menu {
    top: 70px;

}

header.desktop-header.scrolled .navbar,
header.desktop-header.scrolled .navbar-brand,
header.desktop-header.scrolled .nav-link,
header.desktop-header.scrolled .dropdown-menu,
header.desktop-header.scrolled .dropdown-item,
header.mobile-header.scrolled .navbar,
header.mobile-header.scrolled .navbar-brand,
header.mobile-header.scrolled .nav-link,
header.mobile-header.scrolled .dropdown-menu,
header.mobile-header.scrolled .dropdown-item {
    color: #222 !important;
    background: #fff !important;
}

header.desktop-header.scrolled .navbar-brand img {
    filter: none !important;
    /* Remove any color inversion if present */
}

/* Optional: Invert logo when on transparent (if your logo is dark, invert for visibility) */
header.desktop-header .navbar-brand img {
    filter: drop-shadow(0 1px 8px rgba(0, 0, 0, .18));
    transition: filter 0.2s;
}

header.desktop-header.scrolled .navbar-brand img {
    filter: none;
}

.navbar-expand-lg {
    padding: 0 87px 0 77px;
}

.navbar-expand-lg .navbar-nav {
    align-items: center;
}

.consultation_btn button {
    height: 54px;
}

/*  */

.banner {
    position: relative;
    height: 550px;
    overflow: hidden;

}

.modify-banner {
    background-image: url("../img/banner/banner-new-250717.jpg");
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.banner .content {
    padding: 30px 20px 50px 20px;
    position: absolute;
    z-index: 100;
}

.modify-banner .content {
    max-width: 993px;
    padding: 60px 115px 85px 45px;
    position: absolute;
    z-index: 100;
    background: rgba(162, 159, 159, 0.8);
    border-radius: 30px;
    margin-top: 300px;
    margin-left: 77px;
}


.behind-img {
    height: 690px !important;
}



.ul-mobile {
    margin-left: 40px;
    margin-left: 50px;
    font-size: 14px;
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.ul-mobile li a {
    color: #000;
}


.banner .banner-img {
    width: 700px;
    height: 450px;
    position: absolute;
    top: 48px;
    border-radius: 10px 0px 0px 10px;
    /*object-fit: cover;*/
    right: 0px;
}

.banner-behind .banner-img {
    width: inherit !important;
    height: 640px !important;
    position: absolute;
    top: -90px !important;
    border-radius: 10px 0px 0px 10px;
    /* object-fit: cover; */
    right: -70px;

}

.extension-box {
    padding: 36px 16px !important;
}

.extension-box h3 {
    color: #E8C26F !important;
    font-size: 20px !important;
}

.extension-box h3 span {
    color: white !important;
    font-size: 15px !important;
    vertical-align: middle !important;
    font-weight: 300 !important;
}

.extension-box p {
    font-size: 17px !important;
}

.extension-box button {
    padding: 13px 22px !important;
}

.banner-behind-new .banner-img {
    width: inherit !important;
    height: 690px !important;
    position: absolute;
    top: -90px !important;
    border-radius: 10px 0px 0px 10px;
    /* object-fit: cover; */
    right: -90px;
}

.banner-behind-new-01 .banner-img {
    width: inherit !important;
    height: 684px !important;
    position: absolute;
    top: -90px !important;
    border-radius: 10px 0px 0px 10px;
    /* object-fit: cover; */
    right: -60px;
}

.banner-behind-new-02 .banner-img {
    width: inherit !important;
    height: 634px !important;
    position: absolute;
    top: -90px !important;
    border-radius: 10px 0px 0px 10px;
    /* object-fit: cover; */
    right: -280px;
}

.banner-behind-new-03 .banner-img {
    width: inherit !important;
    height: 634px !important;
    position: absolute;
    top: -90px !important;
    border-radius: 10px 0px 0px 10px;
    /* object-fit: cover; */
    right: -130px;
}


.modify-banner .content .banner-text {
    font-size: 80px;
    font-weight: 600;
    color: #fff;
    line-height: 90px;
    margin: 0;
    max-width: 830px;
}

.banner .content h3 {
    font-weight: 600;
    color: #435770;
}

.modify-banner .content h3 {
    font-weight: 600;
    color: #435770;
}


.modify-banner .content p {
    color: #fff;
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;
    max-width: 820px;
    margin-top: 23px;
    margin-bottom: 29px;
}

.modify-banner .content .getStartbtn,
.btn-row .sec-btn {
    font-size: 25px;
    background: #7099B7;
    padding: 14px 35px;
    color: #fff;
    outline: none !important;
    border-radius: 40px;
    font-weight: 500;
    border: none;
    text-decoration: none;
}


.btn-row {
    display: flex;
    justify-content: center;
    padding-top: 50px;
}

.modify-banner .content ul {
    display: flex;
    list-style-type: none;
}

.modify-banner .content ul li {
    padding: 0px 5px;
    color: #fff;
}

.modify-banner .content button {
    font-size: 16px;
    background: #7099B7;
    color: #fff;
    outline: none !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    margin-top: 30px;
    border: none;
}

.home-extransion {
    background: #435770;
    min-height: 317px;
}

.paralex {
    background: #435770;
    padding: 80px;
}


.paralex .content h2 {
    font-weight: 600;
    padding-bottom: 10px;
    color: #fff;
}


.paralex .content p {
    color: #fff;
    width: 73%;
    padding-top: 0px;
}

.paralex .content button {
    font-size: 16px;
    background: #7099B7;
    color: #fff;
    outline: none !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    margin-top: 30px;
    border: none;
}

.slide-card {
    /* background: #fff; */
    padding: 30px;
    border-radius: 10px;
}

.hamburger {
    top: 50%;
    left: 10%;
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    transition: 0.5s;
}

.scrolled .hamburger {
    background: #000;
}

.hamburger:before {
    top: -7px;
}

.hamburger:after {
    top: 7px;
}



/* Icon 1 */
.icon-one {
    position: absolute;
    top: 7%;
    right: 0px;
    width: 44px;
    height: 40px;
    cursor: pointer;
}

.hamburger-one:before,
.hamburger-one:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
    transition: 0.5s;
}

.scrolled .hamburger-one:before,
.scrolled .hamburger-one:after {
    background: #000;
}

.icon-one.active-one .hamburger-one {
    background: rgba(0, 0, 0, 0);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
}

.icon-one.active-one .hamburger-one:before {
    top: 0;
    transform: rotate(45deg);
}

.icon-one.active-one .hamburger-one:after {
    top: 0;
    transform: rotate(135deg);
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}


/* Animation */
@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}




/*  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 80s linear infinite;
    animation: scroll 80s 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:400px) {
    .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;
    color: #435770;
}

.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;
    color: #435770;
}


#accordion {
    background: #F4F4F4;
    padding: 40px;
    border-radius: 30px;
}

.btn-link {
    width: 100% !important;
    text-align: left !important;
    display: flex !important;
    justify-content: space-between !important;
    color: #435770;
    font-size: 24px;
    line-height: 53px;
    font-weight: 500;
    height: 83px;
    align-items: center;
    text-decoration: none !important;
    padding: 0;
}

.card-header {
    padding: 0 !important;
    background-color: inherit !important;
    border: none !important;
}

.card-body {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 12px 0px
}

.card-body span {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #666666;
}

.card-body a {
    color: #7099B7;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 108px;
}

.card-body a img {
    width: 36px;
    margin-left: 8px;
}

.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: #7099B7;
    padding: 80px;
}

.calendar .heading {
    color: #fff;
    text-align: center;
}

.calendar h3 {
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.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: #fff0 !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: -60px;
    top: 45px;
}


.calendar .owl-theme .owl-next {
    position: absolute !important;
    right: -50px;
    top: 45px;
}

.calendar .owl-prev::after {
    content: "" !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: 3px !important;
    background-image: url(../img/survey/arrow-circle-left.svg);
    height: 30px;
    width: 30px;
}

.calendar .owl-next::after {
    content: "" !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: 3px !important;
    background-image: url(../img/survey/arrow-circle-right.svg);
    height: 30px;
    width: 30px;
}


.blog {
    background: #F4F4F4;
    padding: 80px;
}

.blog .heading {
    margin-bottom: 40px;
}

.blog h3 {
    text-align: center;
    color: #435770;
    font-weight: 500;
}

.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;
}


footer {
    background: #435770;
    padding: 40px 0px;
}

footer h4 {
    color: #E8C26F;
    font-weight: 600;
    font-size: 17px;
}

footer ul {
    list-style-type: none;
    margin-bottom: 0px;
}

footer ul li {
    color: #fff;
    padding-top: 5px;
}

footer ul li:hover {
    color: #fff;

    text-decoration: underline;
}

footer ul li a,
footer ul li a:hover {
    color: #fff;

    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: 186px;
    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 20px;
    background: #7099B7;
    border-radius: 10px;
}

.flip-card-front p {
    text-align: center;
    padding-top: 15px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #fff;
}

.flip-card-front img {
    filter: brightness(0) invert(1);
    width: 67px;
}

.flip-card-back {
    background-color: #2980b9;
    color: white;
    transform: rotateY(180deg);
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.step-slider {
    background: #F4F4F4;
    padding: 40px 0px;
}



.step-box {
    background: #fff;
    border-radius: 15px;
    width: 245px !important;
    height: 240px;
    padding: 20px;
}

.step-slide-bg span {
    color: #E8C26F !important;
}

.step-slide-bg {
    background: #435770 !important;
}


.step-slide-bg-new {
    background: #7099B7 !important;
}

.step-slide-bg-new h4 {
    color: #fff !important;
}

.step-slide-bg-new p {
    color: #fff !important;
}

.step-slide-bg-new a {
    color: #fff !important;
}

.step-icon {
    background: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 12px;
    margin-top: 10px;
    justify-content: center;
}

.step-icon img {
    width: 37px !important;
}

.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;
    color: #435770;
}

.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: inherit !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: "" !important;
    border: 0px !important;
    position: absolute !important;
    top: 1px !important;
    left: 1px !important;
    background-image: url(../img/survey/Arrow-2.svg);
    height: 35px;
    width: 35px;
}

.step-slider .owl-next::after {
    content: "" !important;
    border: 0px !important;
    position: absolute !important;
    top: 1px !important;
    left: 1px !important;
    background-image: url(../img/survey/Arrow-1.svg);
    height: 35px;
    width: 35px;
}

.home-extention {
    padding: 80px 0px;
}

.extention {
    background: #435770;
    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;
    color: #E8C26F;
}


.home-box h3 {
    font-weight: 600;
    text-align: center;
    line-height: 35px;
    color: #435770;
}


.home-box h2 p {
    font-weight: 400;
    text-align: center;
    font-size: 23px;
    padding-left: 10px;
    padding-top: 4px;
    color: #435770;
}

.button-new {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.home-box button {
    font-size: 14px;
    background: #7099B7;
    color: #fff;
    outline: none !important;
    padding: 13px 25px;
    border-radius: 30px;
    font-weight: 500;
    border: none;
}

.front {
    background: #fff !important;
    padding: 20px !important;
}

.front p {
    font-size: 14px;
    color: #707070;
}

.front img {
    width: 40px;
    filter: none;
}

.flip-card-new {
    height: 155px !important;
    margin-bottom: 20px !important;
}

.victorian {
    padding: 0px 0px 0px 0px;
}

.victorian h3 {
    text-align: center;
    padding-bottom: 50px;
    font-weight: 600;
    color: #435770;
}

.victorian .nav-pills .nav-link {
    border-radius: 0.25rem;
    color: #000;
    font-weight: 600;
}

.victorian .nav-pills {
    width: 45%;
    justify-content: space-between !important;
}

.victorian .nav-pills .nav-link.active {
    font-size: 17px;
    background: #7099B7;
    color: #fff;
    outline: none !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    margin-left: 15px;
}


.victorian .tab-listing {
    padding: 80px 0px;
    background: #F4F4F4;
    margin-top: 40px;
}

.tab-listing .content h3 {
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 20px;
    color: #42566F;
}


.tab-listing .content h2 {
    font-weight: 600;
    padding-bottom: 10px;
    width: 70%;
    line-height: 45px;
    color: #42566F;
}


.tab-listing .content p {
    color: #707070;
    padding-top: 20px;
}

.tab-listing .content button {
    font-size: 16px;
    background: #7099B7;
    color: #fff;
    outline: none !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    margin-top: 30px;
    border: none;
}

.bth {
    background: none !important;
    border: 2px solid #7099B7 !important;
    color: #000 !important;
    font-weight: 600 !important;
    margin-left: 20px;
    border: none;
}

.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 26px;
    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: 87%;
}


.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: #F4F4F4;
    margin-bottom: 80px;

}

.mission-content h3 {
    font-weight: 600;
    padding-bottom: 15px;
    color: #435770;
}

.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: #7099B7;
    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;
    color: #435770;
}

.our-team .nav-pills .nav-link {
    border-radius: 0.25rem;
    color: #000;
    font-weight: 600;
}

.our-team .nav-pills {
    width: 25%;
    justify-content: space-between !important;
}

.team-box img {
    width: 100%;
    border-radius: 10px;
    height: 250px;
}

.team {
    padding: 20px 0px;
}

.our-team .nav-pills .nav-link.active {
    font-size: 17px;
    background: #7099B7;
    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: #7099B7;
    padding: 80px 0px;
}

.about-me p {
    color: #dcdcdc;
}

.about-me p strong {
    color: #fff !important;
}


.new-faq {
    margin-top: 80px;
}

.planing {
    background: #435770;
    padding: 80px 0px;
}

.planing .heading h2 {
    text-align: center;
    font-weight: 600;
    font-size: 48px;
    line-height: 53px;
    color: #fff;
}

.planing .heading p {
    text-align: center;
    font-weight: 400;
    padding-top: 12px;
    color: #fff;
    font-size: 24px;
}

.planing .sec-btn {
    padding: 14px 28px;
}

.pr-slide {
    background: #fff;
    width: 30%;
    border-radius: 30px;
    margin: 0 auto;
}

.pricing-slide {
    padding-top: 20px;
}

.pricing-slide .nav-pills .nav-link.active {
    font-size: 16px;
    background: #7099B7;
    color: #fff;
    outline: none !important;
    padding: 10px 29px;
    border-radius: 30px;
    font-weight: 500;
}

.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;
    color: #fff;
}

.text4 {
    font-weight: 700;
}

.plan-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    /* padding: 20px 40px; */
    border-radius: 10px;
}

.plan-header {
    padding: 30px 25px 0;
}

.plan-header h3 {
    display: flex;
    font-size: 25px;
    font-weight: 600;
    color: #7099B7;
}


.plan-header h5 {
    color: #435770;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}

.plan-header .sub-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}

.plan-header h3 p {
    font-weight: 400;
    text-align: center;
    font-size: 17px;
    padding-left: 6px;
    padding-top: 3px;
    margin-bottom: 0px;
}

.plan-body {
    padding: 16px 24px 30px 35px;
    color: #435770;
}

.plan-body ul li {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
}

.pr-slide {
    width: 31.7%;
}

.plan-footer.custom {
    padding-bottom: 10px;
}

.plan-footer.custom small {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
    color: #435770;
    font-weight: 400;
}

@media only screen and (max-width: 768px) {
    .pr-slide {
        width: fit-content;
    }
}

.plan-footer {
    margin-top: auto;
    padding: 10px 40px 40px 40px;
}

.plan {
    margin-top: 50px;
}

.plan-footer button {
    font-size: 16px;
    background: #7099B7;
    color: #fff;
    outline: none !important;
    padding: 10px;
    border-radius: 30px;
    font-weight: 500;
    width: 100%;
    border: none;
}

.contact {
    padding: 80px 0px;
}


.contact .content h1 {
    font-weight: 600;
    padding-bottom: 5px;
    color: #435770;
}

.contact-icon {
    background: #7099B7;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.contact-icon img {
    width: 25px;
}

.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: #7099B7;
    color: #fff;
    outline: none !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    border: none;
}

.submit:hover {
    background: #E8C26F;
    transition: all .3s linear;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.contact-icon:hover {
    background: #E8C26F;
    transition: all .3s linear;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.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;
    color: #435770;
}


.design-listing .content h2 {
    font-weight: 600;
    padding-bottom: 10px;
    width: 70%;
    line-height: 45px;
    font-size: 31px;
    color: #435770;
}


.design-listing .content p {
    color: #000;
    width: 94%;
}

.our-work {
    padding: 80px 0px;
    background: #F4F4F4;
}

.our-work .heading {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

.our-work .heading .link-btn {
    font-size: 24px;
    line-height: 53px;
    font-weight: 400;
    border-bottom: 3px solid #7099B7;
}

.our-work .heading .link-btn a {
    color: #7099B7;
    text-decoration: none;
}

.our-work .heading h3 {
    text-align: center;
    font-weight: 600;
    color: #435770;
    font-size: 48px;
    line-height: 53px;
}

.our-img img {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    object-fit: cover;
}

.design-listing .content button {
    font-size: 16px;
    background: #7099B7;
    color: #fff;
    outline: none !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    margin-top: 30px;
    border: none;
}

.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;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}


.design-listing .tab-img-box img {
    height: 424px;
    border-radius: 10px;
    width: 500px;

}

.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: 80px 0px 80px 0px;
}

.new-planing .heading h2 {
    text-align: center;
    font-weight: 600;
    color: #435770;
}

.new-planing .heading p {
    text-align: center;
    font-weight: 500;
    padding-top: 10px;
}

.new-planing .pr-slide {
    background: #F4F4F4;
    width: 23%;
    border-radius: 30px;
    margin: 0 auto;
}

.new-planing .pricing-slide {
    padding-top: 20px;
}

.new-design-list {
    background: #F4F4F4 !important;
}

.new-planing .pricing-slide .nav-pills .nav-link.active {
    font-size: 16px;
    background: #7099B7;
    color: #fff;
    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: #F4F4F4;
    /* 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;
    color: #7099B7;
}

.new-planing .plan-header h3 p {
    font-weight: 400;
    text-align: center;
    font-size: 17px;
    padding-left: 6px;
    padding-top: 3px;
    margin-bottom: 0px;
    color: #7099B7;
}

.new-planing .plan-header h5 {
    color: #435770;
}

.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: #7099B7;
    color: #fff;
    outline: none !important;
    padding: 10px;
    border-radius: 30px;
    font-weight: 500;
    width: 100%;
    border: none;
}

.new-tab-images-box {
    background: none !important;
    justify-content: left !important;
    height: 350px !important;
}

.new-tab-images-box img {
    height: 430px !important;
}

.new-tab-images-box-01 {
    background: none !important;
    height: auto !important;
}

.new-tab-images-box-01 img {
    height: 450px !important;
}

.portfolio {
    padding: 80px 0px 20px 0px;
}

.portfolio .heading {
    margin-bottom: 40px;
}

.portfolio h1 {
    text-align: center;
    font-weight: 600;
    color: #435770;
}

.portfolio .nav-pills .nav-link {
    border-radius: 0.25rem;
    color: #000;
    font-weight: 600;
}

.portfolio .nav-pills {
    width: 36%;
    justify-content: space-between !important;
    margin: 0 auto;
}

.portfolio .nav-pills .nav-link.active {
    font-size: 17px;
    background: #7099B7;
    color: #fff;
    outline: none !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    margin-left: 15px;
}


.portfolio-body {
    background: #F4F4F4;
    padding: 80px 0px;
}

.gallery-card {
    height: 280px;
    margin-bottom: 30px;
    position: relative;
}

.hover-effect {
    background: #0000004d;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: end;
    opacity: 0;
}

.hover-effect h3 {
    color: #fff;
    font-size: 24px;
}

.hover-effect p {
    color: #fff;
}

.gallery-card:hover .hover-effect {
    transition: all .3s linear;
    opacity: 1;
}

.galleryoffer-box {
    height: 280px;
    margin-bottom: 30px;
    background: #435770;
    border-radius: 10px;
    padding: 40px;
    position: absolute;
    top: 0px;
    display: block;

}

.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: #E8C26F;
    color: #fff;
    outline: none !important;
    padding: 10px 25px !important;
    border-radius: 30px;
    font-weight: 500;
    margin-top: 30px;
    border: none;
}


.portfolio-body .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: #7099B7;
    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;
    color: #E8C26F;
}

.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;
    color: #435770;
}

.port-icon {
    height: 30px;
    width: 30px;
    background: #7099B7;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.port-icon img {
    width: 22px;
}

.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: 11px 20px;
    border: none;
    outline: none !important;
    border-radius: 30px;
}


.search {
    position: relative;
}

.search img {
    position: absolute;
    top: 6px;
    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: #7099B7;
    color: #fff;
    outline: none !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    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 10px 0px 0px;

}



.ad-banner {
    height: auto !important;
}

.post-blog a:hover {
    text-decoration: none;
}

.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: 500;
    font-size: 16px;
    color: #435770;
}

.post-box p {
    font-weight: 500;
}

.post-box span {
    color: #6C6C6C !important;
    font-weight: 600 !important;
}



.post-box-new img {
    height: 230px;
}

.post-box-new {
    background: #fff;
    height: auto !important;
    border: 2px solid #e8e7e7;
}

.post-box-new .blog-con {
    padding: 20px;
}

.post-box-content-new {
    height: 230px;
    /*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: 13px 20px;
    border: none;
    outline: none !important;
    border-radius: 30px;
}

.subcribe .content p {
    color: #000;
    font-weight: 500;
}

.subcribe button {
    font-size: 14px;
    background: #7099B7;
    color: #fff;
    outline: none !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    margin-left: 15px;
    border: none;
}

.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;
}

.social-icon ul li img {
    width: 25px;
}

.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: #435770;
    margin-top: 30px;
    border-radius: 10px;
    padding: 40px;
}


.ditl-sticky-box h3 {
    text-align: center;
    color: #fff;
}

.ditl-sticky-box p {
    text-align: center;
    font-weight: 500;
    color: #fff;
}

.ditl-sticky-box button {
    font-size: 14px;
    background: #E8C26F;
    color: #fff;
    outline: none !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    margin-left: 15px;
    border: none;
}

.detail-sticky {
    position: sticky;
    top: 115px;
}

.we-offers .heading {
    margin-bottom: 40px;
}

.we-offers .heading h3 {
    font-weight: 600;
}

.we-offers-box {
    background: #F4F4F4;
    border-radius: 10px;
    height: 350px;
    padding: 20px;

}

.we-offers-box img {
    height: 200px;
    border-radius: 10px 10px 0px 0px;
}

.we-offers {
    padding-bottom: 80px;
}

.we-offers-box .content {
    padding: 20px 0px 0px 0px;
}

.we-offers-box p {
    margin-bottom: 0px;
    font-weight: 500;
}

.we-offers-box h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}


.modal-head {
    padding: 20px !important;
}


.model-img {
    display: flex;
    justify-content: center;
}

.model-img img {
    width: 70px;
}

.modal-con h4 {
    text-align: center;
    color: #435770;
    font-size: 24px;
    font-weight: 600;
    padding-top: 20px;
}

.modal-con p {
    text-align: center;
    color: #707070;
}

.modal-head button {
    opacity: 1 !important;
    text-shadow: none !important;
    outline: none !important;
    color: #7099B7 !important;
}

.model-body {
    padding: 30px 0px 50px 0px !important;
}

.mobel-con {
    border-radius: 20px !important;
}


.howit-work {
    padding: 80px 0px;
}

.howit-work a:hover {
    text-decoration: none;
}

.howit-work .heading h3 {
    text-align: center;
    color: #435770;
    font-weight: 600;
    font-size: 64px;
}

.howit-work .heading p {
    text-align: center;
    color: #435770;
    font-weight: 400;
    font-size: 24px;
    padding-top: 15px;

}

.howit-box {
    background: #fff;
    box-shadow: 0px 3px 6px #00000022;
    border-radius: 10px;
    padding: 40px 25px;
    min-height: 370px;
    margin-top: 40px;
}

.howit-box:hover {
    margin-top: 20px;
    transition: all 0.3s linear;
}

.howimg-box {
    display: flex;
    justify-content: center;
}

.howimg-box img {
    width: 50px;
}

.howit-content h3 {
    text-align: center;
    padding-top: 20px;
    color: #435770;
    font-size: 22px;
    font-weight: 600;
}

.howit-content p {
    text-align: center;
    padding-top: 10px;
    color: #707070;
}

.bound-img {
    width: 41px !important;
    padding-bottom: 5px;
}


.case-study {
    padding: 40px 0px;
    overflow: hidden;
}

.case-study .heading {
    margin-bottom: 40px;
}

.case-popup {
    padding-left: 40px;
}


.case-study .heading h1 {
    text-align: center;
    font-weight: 700;
    color: #435770;
    font-size: 42px;
}

.case-study .heading h2 {
    text-align: center;
    font-weight: 700;
    color: #435770;
    font-size: 42px;
}

.caseimg-box img {
    width: 100%;
    border-radius: 8px;
    height: 420px;
}

.case-popup ul {
    list-style-type: none;
    margin-bottom: 0px;
    margin-top: 8px;
}

.case-popup ul li {
    list-style-type: none;
    display: flex;
}

.case-icon {
    height: 40px;
    width: 40px;
    background: #7099B7;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7px;
}

.case-icon img {
    width: 30px;
}

.case-popup ul li p {
    padding-left: 20px;
    font-size: 15px;
    padding-top: 4px;
    font-weight: 500;
    color: #707070;
    margin-bottom: 0px;
}

.case-popup ul li h5 {
    padding-left: 20px;
    font-size: 17px;
    color: #435770;
    padding-top: 2px;
}

.case-p {
    margin-bottom: 0px;
    color: #707070;
}

.case-popup h3 {
    font-size: 20px;
    padding-top: 5px;
    width: 68%;
    font-weight: 600;
    color: #435770;
    line-height: 27px;
    margin-bottom: 10px;
}

.case-popup button {
    font-size: 14px;
    background: #7099B7;
    color: #fff;
    outline: none !important;
    padding: 13px 25px;
    border-radius: 30px;
    font-weight: 500;
    margin-top: 30px;
    border: none;
}

.introduction h3 {
    font-weight: 600;
    color: #435770;

}

.introduction {
    padding: 40px 0px;
}

.introduction p {
    color: #707070;
    padding-top: 10px;
}

.introduction img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    margin-top: 30px;
    border-radius: 8px;
}

.feature-key {
    padding: 40px 0px;
}

.key-tab h4 {
    font-size: 18px;
    color: #435770;
    font-weight: 600;

}

.key-tab {
    margin-bottom: 20px;
}

.key-tab p {
    color: #707070;
    width: 70%;

}

.feature-key img {
    width: 100%;
    border-radius: 8px;
    height: 370px;
}

.feature-key .heading h3 {
    font-weight: 600;
    color: #435770;
    margin-bottom: 40px;
}

.gallery {
    padding: 40px 0px;
}

.gallery .heading h3 {
    font-weight: 600;
    color: #435770;
    margin-bottom: 40px;
}

.gallery-img .img-first {
    height: 400px;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
    object-fit: cover;
}

.gallery-img .img-second {
    height: 250px;
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    margin-bottom: 15px;
}

.gallery-img .img-third {
    height: 330px;
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    margin-bottom: 15px;
}

.gallery-img .img-four {
    height: 320px;
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    margin-bottom: 15px;
}

.gallery-padding {
    padding-right: 0px !important;
}

.gallery-testimonial {
    padding: 40px 0px;
}

.gallery button {
    font-size: 14px;
    background: #7099B7;
    color: #fff;
    outline: none !important;
    padding: 13px 25px;
    border-radius: 30px;
    font-weight: 500;
    margin-top: 40px;
    border: none;
}

.gallery-testimonial .heading h3 {
    font-weight: 600;
    color: #435770;
    margin-bottom: 40px;
    color: #435770;
}

.p-heading {
    font-size: 60px;
    font-weight: 600;
    position: absolute;
    top: -20px;
    left: 0px;
}

.p-heading-01 {
    font-size: 60px;
    font-weight: 600;
    position: absolute;
    bottom: -60px;
    right: 0px;
}


.contnt {
    position: relative;
    padding-left: 30px;
    padding-top: 20px;

}

.case-boxes {
    border: none !important;
}

.case-boxes .blog-con {
    padding: 20px 0px;
}

.case-boxes img {
    height: 350px;
    border-radius: 10px;
}

.case-boxes h3 {
    font-weight: 600;
    font-size: 20px;
    color: #435770;
}


.case-study .nav-pills {
    justify-content: center !important;
    background: #7099B7;
}

.case-study .nav-pills .nav-link {
    border-radius: 0.25rem;
    color: #fff;
    font-weight: 400;
    outline: none !important;
    background: none;
    border: none !important;
    margin-right: 30px;
}

.case-study .nav-pills .nav-link.active {
    font-weight: 600;
}

.case-mobile {
    display: none;
}

.bugat {
    background: #7099B7;
    padding: 40px 0px;
}

.howit-a {
    display: flex;
    justify-content: center;
}

.howit-a a {
    color: #000;
    font-weight: 600;
}

.howit-a a:hover {
    text-decoration: underline;
}

.privecy-ul {
    list-style-type: disc !important;
    margin-left: 15px;
}

.privecy-ul li {
    margin-bottom: 20px;
    color: #707070;
    font-weight: 300;
    font-size: 15px;
}

.privecy-ul li a {
    color: #707070;
    font-weight: 300;
    font-size: 15px;
}


.privecy-ul li strong {
    color: #435770;
    font-weight: 600;
}

.privecy-h2 {
    font-weight: 500;
    padding-bottom: 10px;
    color: #435770;
    font-size: 30px;
    margin-bottom: 20px;
}

.privecy-h3 {
    font-weight: 400 !important;
    padding-bottom: 10px;
    color: #435770;
    margin-bottom: 10px;
}

.privecy-h4 {
    font-weight: 400 !important;
    padding-bottom: 10px;
    color: #435770;
    margin-bottom: 10px;
}

.cost {
    padding: 40px 0px;
}

.cost .heading {
    margin-bottom: 40px;
}


.cost h1 {
    text-align: center;
    font-weight: 700;
    color: #435770;
    line-height: 48px;
}


.cost-left {
    background: #F4F4F4;
    padding: 40px;
    border-radius: 8px;
}

.cost-left h3 {
    color: #435770;
    font-size: 23px;
    font-weight: 600;
}

.cost-sky-box {
    padding: 20px;
    background: #EDF1F4;
    border: #C6D6E2;
    box-shadow: 0px 3px 6px #0000001C;
    margin-top: 20px;
    border-radius: 5px;
}

.cost-white-box h5 {
    color: #7099B7;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0px;
}

.cost-white-box p {
    color: #7099B7;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0px;
}


.cost-white-box {
    padding: 20px;
    background: #fff;
    border: #C6D6E2;
    box-shadow: 0px 3px 6px #0000001C;
    margin-top: 20px;
    border-radius: 5px;
    height: 230px;
}

.cost-white-box:hover {
    background: #EDF1F4;
}


.cost-white-box.choice {
    background: #EDF1F4;
}


.type-img {
    display: flex;
    justify-content: center;
}

.cost-img img {
    width: 100%;
}

.cost-content h4 {
    color: #435770;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding-top: 10px;
}

.cost-white-box h5 {
    color: #435770;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.cost button {
    font-size: 14px;
    background: #E8C26F;
    color: #fff;
    outline: none !important;
    padding: 13px 35px;
    border-radius: 30px;
    font-weight: 500;
    margin-top: 30px;
    border: none;
    cursor: pointer;
}


.cost-button {
    font-size: 15px !important;
    background: #fff !important;
    color: #193F70 !important;
    outline: none !important;
    padding: 13px 0px !important;
    border-radius: 30px;
    font-weight: 500;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    border: none;
    border: 1px solid #d3d3d3 !important;
    width: 100% !important;
}

.submit:disabled {
    cursor: not-allowed;
}

.cost-button:hover {
    background: #fff !important;
}

.cost-sticky-box {
    background: #435770;
    border-radius: 10px;
    padding: 40px;
    position: sticky;
    top: 130px;
}

.cost-sticky-box h3 {
    text-align: center;
    color: #fff;
    font-size: 25px;
}



.cost-sticky-box p {
    text-align: center;
    font-weight: 400;
    color: #fff;
    font-size: 13px;
}

.cost-calender-box {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    margin: 0 auto !important;
}

.cost-calender-box a:hover {
    text-decoration: none;
}

.cost-calender-box p {
    color: #435770;
    margin-bottom: 0px;
    font-weight: 500;
}

.cost-calender-box h4 {
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 0px;
    color: #435770;
}

.cost .owl-prev::after {
    content: "" !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: 3px !important;
    background-image: url(../img/survey/arrow-circle-left.svg);
    height: 30px;
    width: 30px;
}

.cost .cost-sticky-box .cost-slider .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block !important;
}


#marketingBannerSlider5 .owl-nav.disabled {
    display: none !important;
}

#marketingBannerSlider4 .owl-nav.disabled {
    display: none !important;
}





.cost .owl-theme .owl-nav [class*=owl-] {
    background: #fff0 !important;
    color: #fff0 !important;
    text-decoration: none;
    height: 30px !important;
    width: 30px !important;
    border-radius: 100% !important;
    position: relative;
}

.cost .owl-next::after {
    content: "" !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: 3px !important;
    background-image: url(../img/survey/arrow-circle-right.svg);
    height: 30px;
    width: 30px;
}

.cost .owl-theme .owl-prev {
    position: absolute !important;
    left: -49px;
    top: 45px;
}

.cost .owl-theme .owl-next {
    position: absolute !important;
    right: -35px;
    top: 45px;
}


.cost-tag-box {
    padding: 20px;
    background: #fff;
    border: #C6D6E2;
    box-shadow: 0px 3px 6px #0000001C;
    margin-top: 20px;
    border-radius: 5px;
}

.cost-tag-box ul {
    display: flex;
    list-style-type: none;
}

.cost-tag-box button {
    font-size: 14px;
    background: #EDF1F4;
    color: #435770;
    outline: none !important;
    padding: 13px 35px;
    border-radius: 30px;
    font-weight: 500;
    margin-top: 10px;
    border: none;
    margin-right: 20px;
    width: 100%;
}

.cost-tag-box a {
    text-decoration: underline;
    color: #435770;
}


.cost-left .form {
    margin-top: 0px;
}

.in-label {
    width: 45%;
}

.cost-left .form .input input {
    width: 100%;
    padding: 10px 15px;
    background: #fff;
    border: none;
    border: 1px solid #d3d3d3;
    outline: none !important;
    border-radius: 30px;
    appearance: none;
}

.cost-left .form textarea {
    width: 100%;
    padding: 10px 15px;
    background: #fff;
    border: none;
    border: 1px solid #d3d3d3;
    outline: none !important;
    border-radius: 30px;
    color: #636c72;
    margin-bottom: 10px;
}

.cost-left .form select {
    width: 100%;
    padding: 10px 15px;
    background: #fff;
    border: none;
    border: 1px solid #d3d3d3;
    outline: none !important;
    border-radius: 30px;
    color: #636c72;
    margin-bottom: 10px;
}

.form label {
    color: #193F70;
}


/*.dropbtn {*/
/*  background-color: #04AA6D;*/
/*  color: white;*/
/*  padding: 16px;*/
/*  font-size: 16px;*/
/*  border: none;*/
/*}*/

.dropdown-new {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
    z-index: 1;
    padding: 10px;
    transform: translateX(236px);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown-new:hover .dropdown-content {
    display: block;
}

/*.dropdown-new:hover .dropbtn {background-color: #3e8e41;}*/

.droping-icon {
    font-size: 13px;
    padding-top: 7px;
}

.dropdown-content ul {
    margin-left: 0px;
    line-height: 10px;
}

header.desktop-header:not(.scrolled) .dropdown-content {
    background-color: transparent;

}

header.desktop-header:not(.scrolled) .dropdown-menu ul li a {
    color: #fff;
}

.main-heading {
    padding: 40px 0px;
}

.main-heading h1 {
    font-weight: 600;
    padding-bottom: 10px;
    color: #435770;
    font-size: 32px;
    line-height: 0px;
    text-align: center;
}

.landing-form {
    padding: 40px 0px;
}

.time-banner {
    background-image: linear-gradient(to right, rgb(112 153 183 / 77%), rgb(112 153 183 / 88%)),
        url(../img/survey/charlevillecircus0262364bb2d33ae.jpg);
    background-size: cover;

    background-position: center;
    padding: 60px 0px;

}

.new-join {
    background: #fff !important;
    padding: 60px 0px !important;
}

.new-join .content h2 {
    color: #435770 !important;

}

.time-banner h3 {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.time-banner p {
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.our-word {
    padding: 80px 0px;
}

.our-word .heading {
    margin-bottom: 60px;
}

.word-content {
    padding: 0px 100px !important;
}

.our-word .heading h3 {
    text-align: center;
    font-weight: 700;
    color: #435770;
}

.bth.selected {
    background-color: #56d42d;
    color: #000
}

.our-word .owl-theme .owl-nav {
    margin-top: 10px;
    display: flex !important;
    justify-content: end !important;
    position: absolute;
    bottom: -90px;
    right: 0px;

}

.footer-new {
    padding: 50px 40px;
    display: flex;
    justify-content: space-between;
}

.footer-new span {
    padding: 10px;
}

.footer-new-img {
    width: 170px;
}

.our-word .owl-theme .owl-nav [class*=owl-] {
    background: inherit !important;
    color: #0000 !important;
    text-decoration: none;
    height: 30px !important;
    width: 30px !important;
    border-radius: 100% !important;
    position: relative;
}

.our-word .owl-prev::after {
    content: "" !important;
    border: 0px !important;
    position: absolute !important;
    top: 1px !important;
    left: 1px !important;
    background-image: url(../img/survey/Arrow-2.svg);
    height: 35px;
    width: 35px;
}

.our-word .owl-next::after {
    content: "" !important;
    border: 0px !important;
    position: absolute !important;
    top: 1px !important;
    left: 1px !important;
    background-image: url(../img/survey/Arrow-1.svg);
    height: 35px;
    width: 35px;
}

.word-content {
    margin-top: 50px;
}

.form-box-button {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

@media only screen and (max-width: 1520px) {
    .navbar-brand img {
        height: 40px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
    }

    .consultation_btn button {
        height: 40px;
        font-size: 14px;
        line-height: 1;
    }


}

@media only screen and (max-width: 1200px) {
    header {
        padding: 24px 0px;
    }

    header.mobile-header.scrolled {
        background: transparent;
        transition: background 0.32s cubic-bezier(.43, .27, .6, .82), box-shadow 0.32s, color 0.2s;
        box-shadow: none;
        color: #fff;
        width: 100%;
        position: sticky;
        margin-top: 24px;
    }

    .mobile-header {
        background: transparent;
        display: block;
        position: fixed;
        box-shadow: none;
        top: 0px;
        z-index: 200;
    }

    .mobile-header .container {
        padding: 0;
    }

    .mobile-header .btn-link {
        line-height: 1;
        height: 20px;
        color: #000;
        font-size: 16px;
    }

    .mobile-header .collapse .card-body a {
        margin-bottom: 4px;
        font-size: 16px;

    }

    .desktop-header {
        display: none;
    }

    .position-button {
        width: 96%;
    }
}

@media only screen and (max-width: 768px) {

    .navbar-brand img {
        height: 40px;
    }

    .footer-new {
        display: block
    }

    .head-text {
        display: none;
    }

    .in-label {
        width: 100%;
    }

    .input {
        display: block;
    }

    .our-word .owl-theme .owl-nav {
        margin-top: 10px;
        display: flex !important;
        justify-content: end !important;
        position: absolute;
        bottom: -50px;
        right: 0px;
    }

    .main-heading h1 {
        font-weight: 700;
        line-height: 46px;
    }

    .cost-left .form {
        padding: 0px 0px;
    }

    .form-box-button {
        display: block;
    }

    .footer-new-img {
        width: 170px;
        padding-top: 30px;
    }

    .head-button {
        margin-top: 8px !important;
        padding: 13px 17px !important;
    }

    .thik-img {
        width: 113px !important;
    }


    .head-text {
        display: none;
    }


    .cost-left {
        padding: 15px;
    }

    .cost-img img {
        width: 100%;
    }

    .cost-left h3 {
        text-align: center;
    }


    .word-content {
        padding: 0px 10px !important;
        background: none !important;
    }


    .cost-sticky-box {
        margin-top: 40px;
    }

    .cost-sticky-box .owl-stage-outer {
        height: 140px !important;
    }




    .modify-banner {
        background-image: url(../img/banner/banner-new-250717.jpg);
        height: 437px !important;
        background-size: cover;
        background-position: left;
    }

    .progress-container {
        top: 56px;
    }

    .modify-banner .content ul {
        display: flex;
        list-style-type: none;
        justify-content: center;
    }

    .banner {
        padding: 10px 15px 50px 15px;
        height: auto;
    }

    .banner .content h1 {
        font-size: 30px;
        text-align: center;
    }

    .banner .content p {
        color: #707070;
        text-align: center;
    }

    .button {
        display: flex;
        justify-content: center;
    }

    .paralex {
        padding: 50px 20px;
    }

    .paralex .content h2 {
        font-size: 27px;
        text-align: center;
        line-height: 40px;
        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: #7099B7;
        padding: 50px 30px;
    }



    .mobile {
        display: block;
    }

    .slider {
        padding: 40px 0px 0px 0px;
        width: 100%;
        margin: 0 auto;
    }

    .calendar .owl-theme .owl-prev {
        left: -50px;
    }

    .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: 100% !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 0px 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 .row {
        gap: 28px;
    }

    .plan-card {
        margin-bottom: 30px;
    }

    .planing {
        padding: 60px 0px 72px 0px;
    }

    .btn-link {
        font-size: 15px !important;
    }

    .footer-responce {
        display: flex;
    }

    .footer-responce p {
        display: none;
    }

    .icon {
        margin-right: 10px;
    }

    .mark-top {
        margin-top: 40px;
    }

    .transform {
        transform: translateY(-10px);
    }

    .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: 240px !important;
        padding: 20px;
        height: 270px !important;

    }

    /*.staping-1{*/
    /*    margin-left: 40px !important;*/
    /*}*/

    .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: 260px !important;
        width: 100%;
        object-fit: cover;
    }

    .design-listing .tab-img-box {
        height: 260px;
    }

    .our-work,
    .new-planing {
        padding: 44px 0px 66px;
    }


    .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: center !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: center !important;
        font-size: 15px;
        margin-bottom: 0px !important;
    }

    .panding-0 {
        padding: 0px !important;
    }

    .advice-tab {
        background: none;
    }

    .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: #E8C26F !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;
    }

    .position-button {
        position: absolute;
        bottom: 30px;
        width: 93%;
        left: 0px;
    }

    .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 .banner-img {
        width: 100% !important;
        position: inherit;
    }

    .banner .content {
        position: inherit !important;
    }


    .banner .banner-img {
        height: 260px !important;
        border-radius: 10px;
    }


    .banner-headin {
        padding: 30px 0px 0px 0px;
        display: flex;
        justify-content: center;
    }

    .heading-text {
        padding-left: 0px;
    }


    .slide img {
        width: 220px;
        height: 220px;
    }


    .portfolio .nav-pills .nav-link.active {
        padding: 10px 14px;
        font-size: 15px;
    }

    .banner .content .banner-texth {
        font-weight: 600;
        padding-bottom: 10px;
        color: #435770;
        font-size: 34px;
        line-height: 49px;
    }


    .howit-box {
        min-height: 280px;
        margin-top: 20px;
    }


    .case-popup {
        padding-left: 10px;
        padding-top: 40px;
    }

    .introduction img {
        height: 260px;
    }

    .feature-key {
        padding: 0px 0px;
    }

    .key-tab p {
        color: #707070;
        width: 100%;
    }

    .feature-key img {
        margin-top: 20px;
        object-fit: cover;
        height: 230px;
        margin-bottom: 30px;
    }

    .gallery-padding {
        padding-right: 15px !important;
    }


    .caseimg-box img {
        width: 100%;
        border-radius: inherit;
        height: 250px;
    }


    .case-study .nav-pills .nav-link.active {
        font-weight: 600;
        background: none;
        font-size: 15px;
    }

    .case-study .heading h1 {
        font-size: 34px;
    }

    .case-study .heading h2 {
        font-size: 34px;
    }

    .case-popup h3 {
        width: 100%;
        text-align: center;
    }


    .case-tab {
        padding: 0px 15px;
    }

    .gallery-mobile {
        display: none;
    }

    .case-popup ul li h5 {
        font-size: 14px;
    }

    .case-desktop {
        display: none;
    }

    .feature-key .heading h3 {
        font-weight: 600;
        color: #435770;
        margin-bottom: 20px;
    }

    .case-study .nav-pills .nav-link {
        font-size: 15px;
    }

    .gallery-img img {
        height: 250px !important;
    }

    .case-mobile {
        display: block;
    }

    .gallery-testimonial .heading h3 {
        text-align: center;
    }

    .p-heading {
        display: none;
    }

    .p-heading-01 {
        display: none;
    }

    .contnt {
        position: relative;
        background: #F4F4F4;
        padding: 20px;
    }

    /* .owl-stage-outer {
        height: 270px !important;
    } */

    .modify-banner .content {
        margin: 105px 26px 90px;
        padding: 31px 21px 27px 23px;
    }

    .modify-banner .content .banner-text {
        font-size: 32px;
        line-height: 35px;
    }

    .modify-banner .content p {
        font-size: 16px;
        line-height: 20px;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .modify-banner .content .getStartbtn {
        font-size: 16px;
        line-height: 50px;
        padding: 8px 20px;
    }

    .btn-row .sec-btn {
        font-size: 25px;
        line-height: 50px;
        padding: 0px 20px;
    }

    .card-body {
        gap: 4px;
    }

    .card-body span {
        font-size: 18px;
    }

    .card-body a {
        font-size: 18px;
        margin-bottom: 26px;
    }

    .howit-work {
        padding: 48px 15px 93px 15px;
    }

    .howit-work .heading h3 {
        font-size: 45px;
    }

    .howit-work .heading p {
        font-size: 20px;
    }

    .btn-row {
        padding-top: 30px;
    }

    .planing .heading h2 {
        font-size: 30px;
        line-height: 1.5;
    }

    .planing .heading p {
        font-size: 24px;
    }

    .planing .sec-btn {
        font-size: 20px;
        padding: 0 44px;
    }

    .our-work .heading {
        flex-direction: column;
        align-items: center;
    }

    .our-work .heading h3 {
        font-size: 48px;
    }

    .our-work .heading .link-btn {
        font-size: 20px;
        width: fit-content;
    }

    .our-work .heading .link-btn img {
        width: 45px;
        margin-left: 45px;
    }

    .our-work .sec-btn {
        font-size: 18px;
    }

    .join {
        padding-top: 15px;
    }
}