@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    overflow-x: hidden;
    font-family: "Outfit", sans-serif !important;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
}

.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body,
p,
li,
a,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

.head-left {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: end;
}

.header-area {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 10px 0;
    transition: all .5s ease-in-out;
    width: 100%;
    background: #fff;
    z-index: 1000;
}

.counter span {
    font-size: 12px;
    font-weight: 600;
    color: #666;
    padding-left: 12px;
}

.counter h3 {
    color: #171717;
    line-height: 1.2;
    font-weight: 700;
    font-size: 30px;
}

.counter {
    padding-left: 30px;
}

.head-right {
    width: 50%;
}

.head-ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.head-right .li {
    margin: 20px !important;
    list-style-type: none;
}

.head-right li a {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    text-transform: none;
    margin: 0 10px 0 0;
    padding: 0 0 0 20px;
    text-decoration: none;
    position: relative;
}

a.mail.chat {
    position: relative;
}

.head-right a.mail.chat::before {
    position: absolute;
    width: 26px;
    height: 30px;
    content: "";
    background: url(https://websitebear.com/website-maintanance-lp/assets/images/chat-bubble.png);
    background-position: center;
    background-repeat: no-repeat;
    left: -15px;
    top: -5px;
    background-size: contain;
}

.head-right .number::before {
    position: absolute;
    width: 21px;
    height: 30px;
    content: "";
    background: url(https://websitebear.com/website-maintanance-lp/assets/images/call.png);
    background-position: center;
    background-repeat: no-repeat;
    left: -9px;
    top: -5px;
    background-size: contain;
}

.btn-primary a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 180px;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
    padding: 0;
    transition: all .5s ease-in-out;
    background: #0075b8;
    background-size: 100%;
    text-decoration: none;
}

.hero-left {
    width: 50%;
}

.hero-right {
    width: 50%;
    position: relative;
}

.hero-area .main-thumb-top {
    position: absolute;
    left: 120px;
    top: 30px;
    width: 16%;
    animation: 4s updown2 linear infinite;
}

.hero-area .main-thumb {
    margin-top: 30px !important;
    width: 100%;
    height: 440px !important;
}

.hero-area .main-thumb-small {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30%;
    animation: 4s updown linear infinite;
}

.hero-area .btn-primary {
    width: fit-content;
}

.hero-area {
    position: relative;
    overflow: hidden;
    padding: 150px 0 50px;
    background-image: url('https://websitebear.com/website-maintanance-lp/assets/images/main-banner.webp');
    background-size: cover;
    background-position: center center;
}

.hero-area h1 {
    font-weight: 800;
    font-size: 35px;
    text-transform: capitalize;
    color: #0075b8;
    margin: 0 0 20px;
    line-height: 45px;
}

.hero-area p {
    font-weight: 400;
    font-size: 17px;
    color: #000;
    margin: 0 0 20px;
    padding: 0;
}

.hero-li {
    display: flex;
    justify-content: space-between;
}

.hero-li li {
    list-style-type: none;
    font-weight: 500;
    font-size: 17px;
    text-transform: capitalize;
    color: #000;
    margin: 0 0 5px;
    padding: 0 0 0 20px;
    width: 128% !important;
    position: relative;
}

.btn-wrapper {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.hero-li li::before {
    position: absolute;
    width: 25px;
    height: 22px;
    content: "";
    background: url('https://websitebear.com/website-maintanance-lp/assets/images/check 1.svg');
    background-repeat: no-repeat;
    left: -2px;
    top: 3px;
    background-size: contain;
}

@keyframes updown {
    0% {
        bottom: 0;
    }
    50% {
        bottom: 15px;
    }
    100% {
        bottom: 0;
    }
}

@keyframes updown2 {
    0% {
        top: 30px;
    }
    50% {
        top: 45px;
    }
    100% {
        top: 30px;
    }
}

.mprocess h2 {
    margin: 0 auto 20px;
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    text-align: center;
    color: #222;
}

.mprocess {
    padding: 70px 0;
    font-family: Poppins, sans-serif;
}

.image-box {
    width: 32%;
    text-align: center;
    margin-top: 40px;
}

.mprocess p {
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 17px;
    color: #000;
    width: 90%;
    margin: 0 auto 3%;
}

.image-box p {
    font-size: 17px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    width: 100%;
    margin: 20px 0 0 0;
}

.d-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}

.btn-secondary a {
    color: #0075b8;
    border: 2px solid #0075b8;
    border-radius: 8px;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-transform: capitalize;
    padding: 12px 20px;
    text-decoration: none;
    margin-left: 20px;
}

.feature-sec h4 {
    color: #0075b8;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: .1px;
    text-align: center;
    margin-bottom: 10px;
}

.feature-sec h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 20px;
    color: #222;
    text-transform: capitalize;
    text-align: center;
}

.feature-sec p {
    font-size: 17px;
    margin: 0 auto;
    text-align: center;
}

.feature-text {
    padding-bottom: 100px;
}

.feature-left h3 {
    color: #0075b8;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-weight: 500;
    text-align: left;
}

.feature-left h2 {
    margin: 0 0 20px;
    font-size: 28px;
    font-weight: 600;
    color: #222;
    text-transform: capitalize;
    text-align: left;
}

.feature-left p {
    font-size: 17px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    text-align: left;
    margin-bottom: 16px;
}

.feature-left h5 {
    font-size: 17px;
    line-height: 24px;
    color: #000;
    font-weight: 600;
}

.box-one img {
    width: 33px;
}

.feature-left {
    width: 50%;
}

.feature-right {
    width: 50%;
}

.feature-right img {
    width: 100%;
}

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

.feature-box {
    display: flex;
    padding-top: 10px;
    margin-bottom: 20px;
    gap: 40px;
}

.feature-box p {
    margin: 0 6px;
    font-size: 17px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
    display: flex;
}

.feature-two {
    display: flex;
    align-items: center;
    padding: 50px 0;
}

.feature-sec .btn-primary a {
    text-transform: uppercase;
}

.feature-three {
    padding: 0;
}

.section-heading h5 {
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #0075b8;
    text-align: center;
}

.section-heading h2 {
    font-weight: 700;
    margin: 0 auto 10px;
    line-height: 1.2;
    max-width: 70%;
    font-size: 40px;
    text-align: center;
    color: #212529;
}

.section-heading {
    padding-bottom: 40px;
}

.section-heading h6 {
    max-width: 80%;
    font-weight: 400;
    text-transform: capitalize;
    color: #000;
    margin: 0 auto;
    line-height: 30px;
    font-size: 17px;
    text-align: center;
}

.tablistul {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tablistul h5 {
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    font-family: Poppins, sans-serif;
    border: 1px solid #0376b5;
    padding: 9px 36px;
    background: #0376b5;
}

.tablistul .h5-border {
    background: transparent;
    color: #0376b5;
}

.logo-packages .row {
    justify-content: center !important;
    align-items: flex-start;
    gap: 40px;
}

.logo-packages .col-md-4 {
    flex: 0 0 auto;
    width: 22.4%;
}

.pkg_box {
    padding: 0 0 20px;
    background-color: #fff;
    box-shadow: 5px 0 32px #21584333;
    position: relative;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    transition: .5s all ease-in-out;
    margin: 15px 0;
}

.head-pkg {
    padding: 50px 0 90px;
    background: #1780ba;
    text-align: center;
    position: relative;
}

.head-pkg:before {
    content: "";
    background-image: url('https://websitebear.com/website-maintanance-lp/assets/images/pakg-pattern.png');
    position: absolute;
    bottom: 0;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    left: 0;
}

.head-pkg h4 {
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    line-height: 35px;
}

.head-pkg h4 span {
    font-size: 18px;
}

.deteals {
    padding: 0 10px;
}

.package-name {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    width: 90%;
    margin: 0 auto;
}

.tablist ul {
    margin-bottom: 30px;
}

.deteals_ul {
    height: 320px;
    overflow-y: scroll;
    margin: 0 0 20px;
}

.deteals_ul::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
}

.deteals_ul::-webkit-scrollbar-track {
    width: 3px;
    background-color: transparent;
}

.deteals_ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #1780ba;
}

.tablist ul li {
    margin: 0;
}

.deteals ul li {
    position: relative;
    font-size: 13px;
    color: #000;
    line-height: 30px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0 20px;
}

.deteals ul li::before {
    position: absolute;
    width: 20px;
    height: 20px;
    content: "";
    background: url('https://websitebear.com/website-maintanance-lp/assets/images/check (2).png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: -5px;
    top: 5px;
}

.logo-packages .btn-primary {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.logo-packages .get_in_touch {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid rgba(0, 0, 0, .2);
    padding: 3px 0;
}

.logo-packages .get_in_touch .live_call_pkg,
.logo-packages .get_in_touch .live_chat_pkg {
    display: block;
    color: #00a3df;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: .3s;
    text-align: center;
    width: 50%;
}

.logo-packages .get_in_touch .live_call_pkg span {
    display: block;
    color: red;
}

.pkg-section .row {}

.testimonial-sec {
    padding: 0px 0 50px;
}

.testimonailtext h3 {
    margin-bottom: 15px;
    font-size: 45px;
    font-weight: 700;
    color: #212529;
    text-align: center;
}

.testimonailtext p {
    font-size: 17px;
    line-height: 1.5;
    max-width: 90%;
    margin: 0 auto 2%;
    text-align: center;
    display: table;
    color: #000;
}

.test-slides {
    margin-bottom: 30px;
}

.review-wrapper {
    display: flex;
    justify-content: space-between;
}

.review {
    width: 82%;
    padding: 8px 4% 0 0;
    line-height: 35px;
    font-size: 17px;
    color: #000;
    word-spacing: .2px;
    margin-bottom: 15px;
}

.info-wrapper {
    width: 18%;
    padding-left: 2%;
    border-left: 1px solid #e0e0e0;
}

.jet {
    margin: 0;
    position: relative;
}

.jetimg-wrapper {
    height: auto;
    margin-bottom: 20px;
    text-align: center;
}

.jetimg-wrapper img {
    margin: 0 auto;
}

.info {
    margin-left: 26px;
}

.info .name {
    font-size: 20px;
    margin-bottom: 8px;
    color: #131928;
    text-align: left;
}

.info .chairman {
    font-size: 15.5px;
    display: block;
}

.contct-sec-hme {
    padding: 50px 0;
    background: url('https://websitebear.com/website-maintanance-lp/assets/images/footer-bg.webp');
    background-size: contain;
    background-position: right;
    position: relative;
    background-repeat: no-repeat;
}

.contct-sec-hme::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #0000009e;
}

.contct-sec-hme .row {
    justify-content: left;
}

.contct-sec-hme .col-12 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-13 {
    flex: 0 0 auto;
    width: 66.66666667%;
    margin: 1px;
}

.cntct-div {
    position: relative;
    background: #fff3;
    box-shadow: 0 8px 32px #1f26875e;
    backdrop-filter: blur(15.5px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .18);
    padding: 30px;
    width: 90%;
    margin: 0 auto;
}

.hd-txt {
    text-align: center;
    padding-bottom: 0;
}

.cntct-div .hd-txt h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
}

.cntct-div .hd-txt p {
    color: #fff;
    line-height: 23px;
}

.contct-sec-hme .col-md-6 {
    flex: 0 0 auto;
    width: 49%;
}

.contct-sec-hme .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
}

.contct-sec-hme .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
}

.form-get-quote .row {
    flex-wrap: wrap;
    gap: 10px;
}

.cntct-div input,
.cntct-div textarea {
    padding: 12px 20px;
    margin-top: 20px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 6px 6px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.col-sm-12 .btn-primary {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.foot-end {
    background: #000;
    padding: 13px 0;
    font-size: 13px;
}

.foot-end h4 {
    padding: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.foot-right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.foot-left {
    width: 50%;
}

.foot-end li {
    color: #fff;
    list-style: none;
    font-weight: 600;
    font-size: 13px;
}

.header-area.scroll {
    box-shadow: 0 8px 13px -5px #efefef;
}

.rev-rat-col img {
    width: 70%;
    margin: 0 auto;
    height: 50px;
    object-fit: contain;
}

.rev-rat-col {
    width: 25%;
    text-align: center;
}

.rating-div {
    display: flex;
    align-items: anchor-center;
    justify-content: center;
    gap: 15px;
    padding-top: 5px;
}

.rating-div img.star-img {
    width: 29%;
    margin: 0;
    height: 100%;
}

.rev-rat-col p {
    text-align: center;
    color: #6D6E71;
    margin: 0 !important;
    width: fit-content;
    font-weight: 600;
    font-size: 19px;
}

.rev-rat-sec .row {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 10px 0px;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    align-items: center;
    margin: 30px 0 0 0;
}

.rev-rat-sec h2 {
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    color: #212529;
    text-align: center;
}

.rev-rat-sec p {
    margin: 0px 0 20px 0;
    font-size: 17px;
    text-align: center;
}

.rev-rat-sec {
    padding: 50px 0 0;
}

.pkg-section {
    padding: 70px 0;
}

.video-reviews {
    padding: 0px 0 30px 0;
}

.video-reviews h2.global-h2 {
    text-align: center;
    margin: 0 0 40px 0;
    color: #000;
    font-size: 36px;
    line-height: 45px;
}

.video-reviews .video-col {
    width: 33%;
}

.video-reviews .video-col iframe {
    width: 100%;
}

.video-reviews .row-flex.align-center {
    gap: 14px;
    margin-bottom: 30px;
}

.video-reviews button.slick-prev.slick-arrow {
    height: 26px;
    width: 26px;
    border-radius: 50px;
}

.video-reviews .slick-prev:before {
    border-radius: 80px;
    color: #000;
    font-size: 30px;
}

.video-reviews .slick-next:before {
    border-radius: 80px;
    color: #000;
    font-size: 30px;
}

.vid-rev-slider .slick-slide {
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: scale(0.90);
}

.vid-rev-slider .slick-center {
    transform: scale(1) translateY(-10px);
}

.video-reviews .btn-primary {
    text-align: center;
    margin: 0 auto;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.pkg-section .tab-buttons {
    text-align: center;
    padding: 0 0 20px 0;
}

.pkg-section button {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: Poppins, sans-serif;
    border: 1px solid #0376b5;
    padding: 8px 36px;
    background: none;
    color: #0376b5;
    margin: 0 0 0px -7px;
    cursor: pointer;
}

.pkg-section button.active {
    background: #1780ba;
    color: #fff;
}

.chaticon {
    display: flex;
    align-items: center;
    gap: 40px;
}

.chaticon p {
    text-decoration: none;
    color: #000;
    font-size: 18px;
}

.chatbtn {
    position: relative;
    padding: 15px 50px 15px 20px;
    margin: 0 0 20px 0;
    position: fixed;
    bottom: 530px;
    right: -205px;
    background: #fff;
    box-shadow: 0 0 40px #00000026 !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.chatbtn::before {
    position: absolute;
    content: '';
    background: #0075b8;
    height: 100%;
    width: 22%;
    left: 0;
    top: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
}

.chatbtn img {
    position: relative;
    width: 10%;
}

.chatbtn-2 {
    bottom: 450px;
    right: -220px;
}

.chatbtn:hover {
    right: 0;
    transition: ease-in-out 0.5s;
}

.chatbtn a {
    text-decoration: none;
}

.fixed-form-sec {
    background: #fff;
    padding: 30px;
    z-index: 9;
    border-radius: 5px 0 0 5px;
    margin: 0;
    width: 370px;
    display: inline-block;
    box-shadow: 0 0 30px #0000001f;
    position: fixed;
    right: -375px;
    bottom: 140px;
}

.fixed-form-sec h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
}

.fixed-form-sec input {
    width: 100%;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    outline: 0 !important;
    margin: 0 0 10px 0;
}

.fixed-form-sec textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 400;
    outline: 0 !important;
    margin: 0 0 10px 0;
    height: 90px;
}

.fixed-contact-fields {
    display: flex;
    gap: 15px;
}

.fixed-form-sec button.submit-btn {
    width: 100%;
    padding: 15px 0;
    border-radius: 50px;
    border: none;
    background: #0075b8;
    color: #fff;
    font-size: 16px;
}

.fixed-form-sec::before {
    position: absolute;
    content: 'Get Free Consultancy';
    background: #0075b8;
    left: -176px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 40px 16px 40px;
    transform: rotate(270deg);
    bottom: 120px;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    letter-spacing: 1px;
    border-radius: 5px 5px 0px 0px;
}

.fixed-form-sec:hover {
    right: 0;
    transition: ease-in-out 0.5s;
}

.form-check label a {
    color: #0075b8;
}

.fixed-form-sec .form-check {
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
}

.fixed-form-sec input#fixagreed {
    width: fit-content;
    height: 100%;
    margin: 0 8px 0 0px;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Popup box */

.popup-content {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    position: relative;
}

/* Close button */

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 23px;
    cursor: pointer;
    color: #fff;
    background: #0074b4;
    border-radius: 20px;
    width: 34px;
    text-align: center;
}

.popup-modal-content {
    background: #fff;
    width: 80%;
    max-width: 500px;
    padding: 60px 20px;
    border-radius: 35px;
    position: relative;
}

.popup-modal-content h2 {
    text-align: center;
    margin: 0 0 30px 0;
    color: #1780ba;
    font-size: 25px;
    line-height: 36px;
    font-weight: 800;
    padding: 0 20px;
}

.popup-modal-content p {
    text-align: center;
    padding: 0 45px;
    font-size: 18px;
    font-weight: 500 !important;
    color: #000;
    margin: 0 0 20px 0;
}

.popup-modal-content input {
    height: auto;
    width: 100%;
    border-radius: 5px;
    padding: 11px 20px;
    border: 1px solid #dee2e6;
    margin: 0 0 14px 0;
}

.popup-modal-content textarea {
    height: auto;
    width: 100%;
    border-radius: 5px;
    padding: 11px 20px;
    border: 1px solid #dee2e6;
    margin: 0 0 14px 0;
}

.popup-modal-content button.submit-btn {
    background: #0074b4;
    border: navajowhite;
    padding: 15px 20px;
    border-radius: 10px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #fff;
    font-size: 16px;
}

.popup-modal-content form.popup-form {
    text-align: center;
}

.popup-modal-content .form-check {
    display: flex;
    align-items: baseline;
}

.popup-modal-content .form-check input#popagreed {
    width: fit-content;
}

.popup-modal-content label {
    text-align: left;
    margin: 0 0 20px 10px;
}

.cntct-div .form-check label {
    color: #fff;
}

.cntct-div .form-check label a {
    color: #fff;
}

.foot-end h4 a {
    color: #fff;
}

.foot-end li a {
    color: #fff;
    text-decoration: none;
}

.box-main .row {
    flex-wrap: wrap;
}

.cntct-div button.btn.btn-primary {
    background: #0075b8;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
    border: none;
    padding: 14px 20px;
    border-radius: 5px;
}

.testimonial-sec .ti-inner {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.elfsight-app-3dae9cbe-919d-45a3-bb5d-fc49ca7de2e7 {
    background: #0075b8;
    padding: 30px 25px 20px;
    border-radius: 30px;
}

.review-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    font-family: Arial, sans-serif;
}

.review-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    width: 23%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.review-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.review-header .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 18px;
    margin-right: 10px;
}

.review-header .info .name {
    font-weight: bold;
    font-size: 14px;
}

.review-header .info .time {
    font-size: 12px;
    color: gray;
}

.review-stars {
    color: #fbbc04;
    font-size: 23px;
    margin-bottom: 10px;
}

.review-text {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    min-height: 90px;
}

.review-footer {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    margin-top: auto;
}

.review-footer img {
    height: 22px;
}

.review-header .avatar img {
    width: 100%;
}

.review-text a {
    color: #999999;
}

.review-footer a {
    display: flex;
    align-items: anchor-center;
    gap: 9px;
    text-decoration: none;
    color: #197bff;
    font-size: 13px;
}

.testi-sec ul.slick-dots {
    bottom: -40px;
}

.testimonial-sec .slick-track {
    display: flex !important;
    gap: 20px;
}

.testimonial-sec .slick-dots li button::before {
    color: #0075b8 !important;
    border: 1px solid #0075b8;
    border-radius: 40px;
}

.get_in_touch a.live_chat_pkg.chat.zendesk-btn {
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .row {
        flex-direction: column;
    }
    .fixed.btns {
        display: none;
    }
    .fixed-form-sec {
        display: none;
    }
    .feature-three {
        flex-direction: column;
    }
    .feature-two {
        padding-top: 20px;
        flex-direction: column-reverse;
        padding-bottom: 20px;
    }
    .container {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
    }
    .head-left {
        width: 100%;
        justify-content: center;
        margin: 0 0 10px 0;
    }
    .head-right {
        width: 100%;
    }
    .head-ul {
        flex-direction: column;
        gap: 15px;
    }
    .head-right .li {
        margin: 0 !important;
    }
    .head-right li a {
        font-size: 15px;
    }
    .header-area {
        position: static;
    }
    .header-area.scroll {
        box-shadow: none;
    }
    .header-area a.openPopupBtn {
        width: 100%;
    }
    .header-area .btn-primary {
        width: 60%;
    }
    .hero-area {
        padding: 25px 0 0;
    }
    .hero-left {
        width: 100%;
    }
    .hero-area h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .hero-area p {
        font-size: 16px;
        line-height: 24px;
    }
    .hero-li {
        flex-direction: column;
    }
    .hero-li li {
        font-size: 16px;
    }
    .btn-primary a {
        font-size: 14px;
        padding: 0 25px !important;
        width: fit-content;
    }
    .hero-right {
        display: none;
    }
    h2 {
        font-size: 30px !important;
        line-height: 35px !important;
    }
    .rev-rat-sec p {
        margin-top: 10px;
        font-size: 16px;
        line-height: 24px;
    }
    .rev-rat-sec .row {
        flex-wrap: wrap;
        flex-direction: row;
        margin-top: 0;
    }
    .rev-rat-col {
        width: 49%;
    }
    .rating-div {
        gap: 5px;
    }
    .rev-rat-col p {
        font-size: 14px;
    }
    .rating-div img.star-img {
        width: 40%;
    }
    .mprocess {
        padding: 50px 0;
    }
    .mprocess p {
        margin: 0;
        width: 100%;
    }
    .mprocess .row {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .box-main .image-box {
        width: 48%;
        margin: 20px 0 0 0;
    }
    .image-box p {
        font-size: 16px;
        line-height: 24px;
    }
    br {
        display: none;
    }
    .d-flex {
        padding: 30px 0 0 0;
    }
    .feature-text {
        padding-bottom: 50px;
    }
    .feature-left h2 {
        font-size: 25px !important;
        line-height: 30px !important;
        margin: 0 0 10px 0;
        text-align: center;
    }
    .feature-left h3 {
        text-align: center;
        margin: 0 0 10px 0;
    }
    .feature-left p {
        font-size: 16px;
        text-align: center;
    }
    .feature-box {
        flex-direction: column;
        width: fit-content;
        justify-content: center;
        margin: 0 auto;
        gap: 15px;
    }
    .box-one img {
        width: 25px;
    }
    .feature-left {
        width: 100%;
        text-align: center;
    }
    .feature-left .btn-primary {
        width: fit-content;
        margin: 0 auto;
        margin-top: 20px;
    }
    .feature-right {
        width: 100%;
        margin: 25px 0 0 0;
    }
    .feature-two.feature-three {
        padding: 0;
        flex-direction: column;
    }
    .pkg-section {
        padding: 50px 0;
    }
    .box-main .image-box img {
        width: 45%;
    }
    .pkg-section button {
        padding: 10px 15px;
    }
    .logo-packages .col-md-4 {
        width: 100%;
    }
    a.live_chat_pkg.chat br {
        display: block;
    }
    .get_in_touch {
        padding-top: 10px !important;
    }
    .testimonailtext h3 {
        font-size: 30px;
        line-height: 35px;
    }
    .video-reviews button.slick-arrow {
        top: auto;
        bottom: 0;
    }
    .video-reviews button.slick-prev.slick-arrow {
        left: -30px;
        right: 0;
        margin: 0 auto;
        bottom: -45px;
    }
    .video-reviews button.slick-next.slick-arrow {
        left: 0;
        right: -30px;
        margin: 0 auto;
        bottom: -36px;
    }
    .col-13 section.contct-sec-hme {
        width: 100%;
    }
    .contct-sec-hme .col-12 {
        width: 100%;
    }
    .contct-sec-hme .col-13 {
        width: 100%;
    }
    .cntct-div {
        margin: 0;
        width: 100%;
        padding: 30px 30px;
    }
    .cntct-div .hd-txt p {
        margin: 15px 0 20px 0;
    }
    .cntct-div .col-md-6 {
        width: 100%;
    }
    .cntct-div input {
        margin: 0px 0 6px 0;
    }
    .cntct-divtextarea {
        margin: 0;
    }
    .cntct-div textarea {
        margin: 0;
    }
    .cntct-div .form-check label {
        font-size: 15px;
    }
    .cntct-div .form-check {
        margin: 10px 0 0 0;
    }
    .col-sm-12 .btn-primary {
        margin: 10px 0 0 0;
    }
    .foot-left {
        width: 100%;
        text-align: center;
    }
    .foot-right {
        width: 100%;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
        margin: 10px 0 0px 0px;
    }
    .foot-end li {
        text-align: center;
        width: fit-content;
    }
    .section-heading h6 {
        max-width: 100%;
    }
    .section-heading h2 {
        max-width: 100%;
        margin: 20px 0 10px 0;
    }
    .section-heading {
        padding: 0 0 20px 0;
    }
    .popup-modal-content {
        width: 90%;
        padding: 20px 20px;
    }
    .popup-modal-content h2 {
        padding: 0 0;
        font-size: 20px !important;
        line-height: 25px !important;
        margin: 0 0 10px 0;
    }
    .popup-modal-content p {
        margin: 10px 0 10px 0;
        font-size: 16px;
        padding: 0 0 0 20px;
    }
}

.head-left img {
    width: 70%;
    margin-top: 5px;
}

a.chat {
    cursor: pointer;
}