@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');

body {
    font-size: 16px;
    color: #686868;
    font-family: 'Poppins' !important;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
}


ul.fancy_list li {
    position: relative;
    padding-left: 18px;
    list-style: none;
    font-weight: 100;
    font-size: 16px;
    margin: 5px 0;
}

ul.fancy_list li:before {
    top: 6px;
    width: 7px;
    height: 12px;
    border: border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    content: "";
    transition: .5s ease-out;
    left: 0;
    z-index: 999;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

a:hover,
a:focus,
a:active {
    /* color: #1869f4; */
    /* text-decoration: none; */
    /* outline: 0; */
}

a:visited {
    text-decoration: none;
    outline: 0;
}

textarea {
    outline: none !important;
    height: 150px;
}

li {
    list-style: none;
}

.input {
    width: 100%;
    font-size: 14px;
    padding: 15px 15px;
    margin-bottom: 15px;
    border: none;
    border-radius: 3px;
}

.input:focus {
    border-color: var(--yellow) !important;
}

.input::placeholder {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

textarea.txt_area {
    height: 119px !important;
}


/*header */

.top-header {
    /* background: #0a2e5c; */
    /* same blue shade */
    padding: 30px 0 40px;
    color: #fff;
    z-index: 9999999;
    position: absolute;
    width: 100%;
}

.top-header .logo img {
    max-height: 40px;
}

.top-header .contact-info {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.top-header .contact-info i {
    background: #ffcc00;
    margin-right: 8px;
    display: flex;
    align-items: center;
    color: #000;
}

.top-header .live-chat-btn {
    background: #00aaff;
    color: #fff;
    padding: 7px 20px;
    border-radius: 30px;
    font-weight: 500;
    text-decoration: none;
}

.top-header .live-chat-btn:hover {
    background: #008ecc;
    color: #fff;
}

.hed-flrx-bo {
    display: flex;
    align-items: center;
}

.hed-flrx-bo strong {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

/*header */

/*banner*/

.banner-section {
    color: #fff;
    padding: 50px 0 50px;
    position: relative;
    background-image: url(../images/img/banner-bg.webp);
    min-height: 810px;
    /* position: absolute; */
    /* height: 100vh; */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.banner-section h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    margin: 0 0 0 0;
    text-transform: uppercase;
}

.banner-section ul {
    list-style: none;
    padding: 0;
}

.banner-section ul li::before {
    content: "✔";
    color: #F7DC11;
    margin-right: 10px;
}

.banner-form {
    background: #fff;
    color: #000;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    width: 80%;
    float: right;
    min-height: auto;
}

.banner-form h4 {
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
    color: #0084F1;
    font-size: 25px;
}

.btn-custom {
    background: #007bff;
    color: #fff;
    border-radius: 50px;
    padding: 10px 25px;
    margin-right: 10px;
}

.clutch-rating {
    margin-top: 25px;
}

.hed-flrx-bo i {
    height: 40px;
    width: 40px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.hed-flrx-bo span {
    line-height: 18px;
    font-size: 14px;
    color: #F7DC11;
    font-weight: 400 !important;
}

.form-control {
    height: 45px;
    font-size: 15px;
    font-weight: 300;
    margin: 0;
    border-radius: 5px;
    line-height: 19px;
}

select.form-select {
    height: 45px;
    font-size: 15px;
    font-weight: 300;
    margin: 0;
    border-radius: 5px;
    line-height: 19px;
    color: #5B5B5B;
}

textarea.form-control {
    min-height: 89px;
    font-size: 15px;
    font-weight: 300;
    margin: 0;
    border-radius: 5px;
    line-height: 19px;
    resize: none;
    min-height: 104px !important;
}

p.text-warning {
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    margin: 15px 0;
    color: #F7DC11 !important;
}

/*banner*/


/*section.cta-section*/
section.cta-section {
    padding: 50px 0;
    background-image: url(../images/img/consultation-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section.cta-section h4 {
    color: #F7DC11;
}

ul.counter-ul-box li {
    border-right: solid 1px #ffffff2e;
    padding: 0 35px 0 0;
}

/*section.cta-section*/

/*section.counter-section */

section.counter-section {
    padding: 15px 0;
    background: #1E1E1E;
}

ul.counter-ul-box {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.coun-tex-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 2px;
    line-height: 75px;
}

h3.counter-value {
    font-size: 55px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 0 0;
    text-align: start;
}

.coun-tex-flex span {
    color: #fff;
    font-size: 55px;
    font-weight: 600;
    margin: 0 0 0;
}

p.couter-pera {
    font-size: 16px;
    color: #fff;
    margin: 0 0 0 0;
    line-height: 18px;
    text-align: start;
    font-weight: 300;
}

/*section.counter-section */


/*section.footer-section*/

section.footer-section {
    padding: 50px 0 50px;
    position: relative;
    overflow: hidden;
}

section.footer-section p {
    color: #000;
    margin: 0px 0 15px 0;
    font-size: 14px;
}

section.footer-section input.input_field {
    /* border: solid 1px #012E6A; */
    padding: 12px 10px;
    height: 50px;
    width: 100%;
    border: 0 !important;
    border-bottom: solid 1px #000 !important;
    border-radius: 0 !important;
    margin: 0 0 15px 0;
    font-size: 15px;
    border-radius: 5px !important;
    color: #000;
}

section.footer-section textarea {
    width: 100%;
    /* margin: 10px 0 10px 0; */
    height: 96px;
    padding: 12px 10px;
    font-size: 16px;
    font-weight: 400;
    resize: none;
    border: 0 !important;
    border-bottom: solid 1px #000 !important;
    border-radius: 0 !important;
    margin: 15px 0 20px 0;
    color: #000 !important;
    font-size: 15px;
    border-radius: 5px !important;
}

section.footer-section textarea::placeholder {
    color: #000;
}

section.footer-section p.comp-pera {
    margin: 0 0 25px 0;
}

section.footer-section label.container {
    text-align: start;
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 15px;
}

section.footer-section button.get-btn.footr-botm-btn {
    background: #0084F1;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 60px;
    border: 0;
    width: 100%;
    border-radius: 50px;
}

section.footer-section .btn-box {
    margin: 20px 0 0 0;
}

section.footer-section h3.text-banr-bot {
    color: #000;
    font-size: 25px;
    font-weight: 500;
}

section.footer-section textarea::placeholder {
    color: #0000008a;
}

/*section.footer-section*/

section.banner-section h4.h4-text {
    font-size: 38px;
    font-weight: 500;

    color: #F43100;
    margin: 0 0 0 0;
}


/* Style the dots container */
.slick-dots {
    position: absolute;
    bottom: -50px;
    /* Position from the bottom */
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

/* Style individual dots */
.slick-dots li {
    margin: 0 2px;
    /* Spacing between dots */
}

/* Style the buttons inside the dots */
.slick-dots li button {
    width: 12px;
    /* Dot size */
    height: 12px;
    background-color: #ccc;
    /* Default dot color */
    border: none;
    border-radius: 50%;
    /* Make it circular */
    cursor: poRoboto;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

/* Hover effect for dots */
.slick-dots li button:hover {
    /* background: linear-gradient(to bottom, #bf0dec 0%, #ff0111 100%); */
    transform: scale(1.2);
    /* Slightly enlarge the dot */
}

/* Active dot styling */
.slick-dots li.slick-active button {
    /* Active dot color */
    /* transform: scale(1.4); */
    /* Larger size for active dot */
    /* background: linear-gradient(to bottom, #bf0dec 0%, #ff0111 100%); */
}


/*section.form-serction */
section.form-serction {
    padding: 50px 0 30px;
    background: #FBFBFB;
}


/*form*/
form {
    margin: 20px 0;
}

form label {
    font-size: 16px;
    font-weight: 400;
    color: #7923BD;
    margin: 0 0px 5px 20px;
}

form label span {
    color: #FF0004;
}

form input {
    /* padding: 10px 20px !important; */
    height: 59px;
    border: solid 1px #CBD6E1 !important;
    /* background: #fff; */
    /* border-radius: 5px !important; */
    margin: 0 0 20px 0;
}


form select {
    padding: 10px 20px !important;
    height: 59px;
    border: solid 1px #CBD6E1 !important;
    background: #fff;
    border-radius: 5px !important;
    margin: 0 0 20px 0;
}

form select#budget {
    color: #515151;
    font-size: 14px;
}

form select#hqState {
    font-size: 14px;
    color: #515151;
}

form select#marketRobotoest {
    font-size: 14px;
    color: #515151;
}


form textarea#additionalInfo {
    padding: 10px 20px;
    height: 213px;
    border: solid 1px #CBD6E1;
    background: #fff;
    border-radius: 5px;
    margin: 0 0 20px 0;
    resize: none;
}

button.btn.btn-primary {
    padding: 10px 30px;
    /* background: #7923BD; */
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: 0;
    border-radius: 0;
    margin: 0;
    border-radius: 50px;
    /* width: 50% !important; */
    float: right;
}

button.btn.btn-primary:hover {
    background: #000;
}

form p {
    font-size: 13px;
    margin: 0 0 0 0;
}

.chek.box.active {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.chek.box input#vehicle1 {
    margin: 0;

    line-height: 0;
}

.chek.box label {
    margin: 0 !important;
    font-size: 14px !important;
    color: #000 !important;
}

.form-control:focus {
    box-shadow: none;
}

/*form*/

.footer-before-img-box {
    position: relative;
}

img.footer-before1 {
    /* position: absolute; */
    /* bottom: -51px; */
}

img.footer-before2 {
    position: absolute;
    right: 0;
    bottom: -52px;
}

/*section.form-serction */


#main-image {
    transition: all 0.3s ease-in-out;
    display: block;
    margin: 0 auto;
}

.bring-flex-box a {
    display: block;
    margin: 10px 0;
    text-align: center;
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease-in-out;
    font-size: 20px;
}

.bring-flex-box a:hover {
    color: #007bff;
}


/* Initial state for images */
.animate-on-scroll {
    opacity: 0;
    transform: translateX(100px);
    transition: all 1s ease-in-out;
}

/* Active state when images are in view */
.animate-on-scroll.scrolled {
    opacity: 1;
    transform: translateX(0);
}


.chek.box {
    display: flex !important;
    align-items: center;
    column-gap: 10px;
}

.fooert-input-flex {
    display: flex;
    align-items: center;
    width: 100%;
    column-gap: 10px;
    width: 98%;
}

.form-bg {
    padding: 30px;
    background: #232429;
    border-radius: 15px;
    position: relative;
    z-index: 999;
}


.copyright {
    padding: 20px 0;
    background: #0084F1;
    overflow: hidden;
}

.copyright p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

.btn_set {
    /* text-align: end; */
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 15px;
}

.btn_set a {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    text-decoration: blink;
}

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


section.brand-section p {
    text-align: center;
    margin: 0 0 30px 0;
    color: #000;
}

section.brand-section:before {
    position: absolute;
    background-image: url(../images/brand-before.png);
    height: 1193px;
    width: 550px;
    /* top: 0; */
    content: "";
    border: 0;
    left: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.process-section:before {
    position: absolute;
    background-image: url(../images/creativity-before.png);
    height: 1193px;
    width: 550px;
    /* top: 0; */
    content: "";
    border: 0;
    /* left: 0; */
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


section.process-section:after {
    position: absolute;
    background-image: url(../images/cerative-bg-before.png);
    height: 294px;
    width: 100%;
    top: 0;
    content: "";
    border: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


section.process-section .col-sm-12.text-center {
    position: relative;
    z-index: 9999;
}

section.cta-section a.get-btn i {
    color: #fff;
}


section.cta-section a.get-btn:hover i {
    color: #f33100;
}

section.banner-section h1.h1-text {
    color: #000;
}

section.banner-section p.p-text {
    color: #000;
}

a.get-btn:hover i {
    color: #fff;
}

section.cta-section h2.h2-text {
    color: #fff;
}

section.cta-section a.get-btn {
    background: #fff;
}

section.cta-section a.get-btn i {
    color: #000;
}

section.cta-section a.get-btn:hover {
    background: #000;
}

section.cta-section a.get-btn:hover i {
    color: #fff;
}

section.cta-section a.chet-btn:hover {
    background: #fff;
}

section.process-section li.active h5,
section.process-section li.active p {
    color: #fff;
}

section.footer-section h2.h2-text {
    color: #000;
}

.expert-box.active p {
    min-height: 80px;
}

img.baner-loggo1 {
    filter: brightness(0);
}

section.footer-section button.get-btn.footr-botm-btn:hover {
    background: #000;
}

.expert-box.active p {
    min-height: 80px;
}

.pulse {
    animation: pulsedark 1.5s ease-in-out infinite;
    box-shadow: 0 0 0 0 rgba(230, 255, 255, 0.7);
}

@keyframes pulsedark {
    0% {
        /*transform: scale(1); */
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
    }

    70% {
        /*transform: scale(1.02); */
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        /*transform: scale(1); */
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.form-group i {
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: table;
    color: #f43100;
}


.form-group {
    position: relative;
}


section.footer-section button.get-btn.footr-botm-btn:hover {
    background: #000;
}


/*.trusted-section*/

.trusted-section {
    padding: 40px 0;
    text-align: center;
}

.trusted-section h2 {
    /* font-size: 22px; */
    /* font-weight: 600; */
    /* margin-bottom: 25px; */
}

.trusted-section h2 span {
    color: #007bff;
    /* blue highlight */
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    max-height: 60px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.swiper-slide img:hover {
    transform: scale(1.1);
}

.logo-slider img {
    width: 155px;
    height: 65px;
    object-fit: contain;
    text-align: center;
    margin: auto;
    display: table;
}

h2.h2-text {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    margin: 0 0 20px 0;
    line-height: 45px;
    /* text-transform: uppercase; */
}

/*.trusted-section*/


/*section.crisis-section*/

section.crisis-section {
    padding: 60px 0 50px;
    background-image: url(../images/img/crisis-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 759px;
    /* display: flex; */
    /* align-items: center; */
}

h4.h4-text {
    font-size: 20px;
    font-weight: 600;
    color: #0084F1;
    margin: 0 0 15px 0;
}

p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #303030;
}

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

.crisis-section ul li::before {
    content: "✔";
    color: #0084F1;
    margin-right: 10px;
}

.btn-box a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding: 6px 35px;
    background: #0084F1;
    border-radius: 30px;
}

/*section.crisis-section*/


/*section.enterprise-section*/

section.enterprise-section {
    padding: 0;
    background-image: url(../images/img/crisis-bg2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.enterprise-main {
    padding: 30px 30px;
    background: #fff;
    margin: 0 0 30px 0;
    border-radius: 5px;
    transition: all 0.4s ease-in-out;
}

h5.h5-text {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 15px 0 15px 0;
}

p.enterprise-pera {
    font-size: 16px;
    margin: 0;
    min-height: 150px;
}

section.enterprise-section h2.h2-text {
    color: #fff;
}

.crisi-icon-img {
    padding: 15px;
    border: solid 1px #0084F1;
    border-radius: 50px;
    display: inline-block;
}


/*section.enterprise-section*/


.begin-main-box {
    padding: 30px 0;
    background: #0084F1;
    border-radius: 5px;
    text-align: center;
    margin: 0;
}

.begin-main {
    padding: 20px;
    background: #fff;
}

.being-box {
    display: flex;
    align-items: center;
    justify-content: center;
    /* column-gap: 15px; */
    text-align: center;
}

.being-box .begin-main {
    display: grid;
    flex-wrap: wrap;
    align-items: center;
    width: 90%;
    margin: auto;
    display: table;
    border-radius: 5px;
}

.begin-main-box h4.h4-text {
    color: #F7DC11;
}

.being-box .begin-main h4.h4-text {
    color: #0C272E;
}

.row.mg-row2 {
    margin: 50px 0 0;
}

.begin-main-box {
    position: relative;
    margin: -160px 0 30px 0 !important;
}

section.crisis-section .row {
    display: flex;
    align-items: center;
}

.begin-main img {
    width: 60px;
    height: 60px;
    object-fit: scale-down;
    margin: 0 0 10px 0;
}

.row.mg-row4 {
    padding: 30px 0 0 30px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin: 0 0 50px 0;
    background: linear-gradient(156deg, #DAF3FF -39% -39%, #fff 100%);
    position: relative;
    top: 60px;
    --shadow: 1px 1px 1px 1px rgb(0 0 0 / 0.25);
    box-shadow: 1px 1px 15px 0px rgb(0 0 0 / 0.25);
}

.row.mg-row4 img {
    width: 100%;
    /* margin: 0 0 -30px 0; */
}

h3.h3-text {
    font-size: 25px;
    font-weight: 500;
    color: #000;
    margin: 0 0 0 0;
    line-height: 30px;
}

/*.brs__amazon__store*/

.brs__amazon__store .left__content img {
    max-width: 100%;
}

.brs__amazon__store .right__content strong {
    font-size: 16px;
    /* background: linear-gradient(
33deg, #E97224 -39%, #FECB2A 100%); */
    color: white;
    font-weight: 500;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 100px;
    background: #0084F1;
}

.brs__amazon__store .right__content h4 {
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
    letter-spacing: 0;
    padding: 20px 0;
    margin: 0;
}

.brs__amazon__store .right__content h4 span,
.brs__amazon__store .right__content p span {
    color: #e97532;
}

.brs__cta .left__content h4 span {
    background: -webkit-linear-gradient(#fbc13f, #f29a38);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.brs__amazon__store .right__content p {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 30px 0;
}

.brs__amazon__store .btnn_style_1,
.brs__cta .btnn_style_1,
.brs__store .btnn_style_1,
.brs__tabs .btnn_style_1 {
    padding: 13px 30px;
    /* margin-bottom: 20px; */
}

section.brs__amazon__store.ptop-100 {
    padding: 50px 0;
}

.brs-flex-box {
    /* margin: 0 0 96px 0 !important; */
}

section.brs__amazon__store h2.h2-text {
    margin: 0 0 30px 0;
}


.right__content {
    padding: 0 135px 0 0;
}

/*.brs__amazon__store*/


/*section.faq-section*/
section.faq-section {
    padding: 50px 0;
    background: #F5F8FF;
}

section.faq {
    padding: 50px 0 50px;
    position: relative;
    /* background-color: #000;
     */
    background-image: url(../images/faqs-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.faq_single {
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 10px;
    background: #F7F7F7;
}

.faq_single p.faq__title {
    position: relative;
    margin: 0;
    padding: 15px 40px 15px 20px;
    color: #fff;
    cursor: pointer;
    background-image: linear-gradient(to right, #aa076b, #61045f);
}

.faq_single p.faq__title:before {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    right: 20px;
    transition: .5s;
    font-size: 17px;
    top: 14px;
    background-color: #ffffff40;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
}

.faq_single h4.faq__title {
    position: relative;
    margin: 0;
    padding: 15px 40px 15px 20px;
    color: #000;
    cursor: pointer;
    font-size: 18px;
    /* background-color: #2b202012;
     */
    border-bottom: solid 1px #0000000d;
    border-radius: 0;
    /* font-family: Inter; */
    line-height: 22px;
    text-transform: capitalize;
    font-weight: bold;
    background: #fff;
    font-weight: 600;
}

.faq_single h4.faq__title:before {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    right: 20px;
    transition: .5s;
    font-size: 16px;
    top: 16px;
    background-color: #000;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
}

.faq_single .faq__text {
    padding: 25px 30px 25px 20px;
    /* background-color: #2b202012;
     */
    display: none;
    background: #fff;
}

.faq_single .faq__text p:last-child {
    margin: 0;
}

.faq_single:last-child {
    margin-bottom: 0;
}

.faq_single .open_faq:before {
    transform: rotate(180deg);
}

.faq_single .faq__text p {
    font-size: 14px;
    width: 80%;
    color: #333333;
}

.faq_wrap {
    /* margin: 30px 0 0 0; */
}

section.faq-section .faq_wrap .faq_single .firstOpen {
    display: block;
}

section.faq-section h2.h2-text span {
    color: #0084F1;
}

section.faq-section .row {
    display: flex;
    align-items: center;
}

section.faq-section img {
    text-align: center;
    margin: auto;
    display: table;
}

/*section.faq-section*/


/*section.protect-section*/
section.protect-section {
    padding: 70px 0;
}

.protect-blct-box {
    padding: 35px 20px;
    background: #151515;
    border-radius: 5px;
    margin: -40px 0 0 0;
    z-index: 9999;
    position: relative;
    right: 15px;
    transition: all 0.4s ease-in-out;
}

.protect-blct-box:hover {
    background: #0084F1;
    /* hover color */
    color: #fff;
    /* text white */
    transform: translateY(-8px);
    /* thoda upar lift effect */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.protect-blct-box:hover h2,
.protect-blct-box:hover h5,
.protect-blct-box:hover p,
.protect-blct-box:hover li {
    color: #fff;
    /* sab text white ho jaye hover pe */
}

.protect-blct-box h2.h2-text {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    margin: 0;
    font-weight: 600;
}

.protect-blct-box h5.h5-text {
    font-size: 18px;
    color: #fff;
    margin: 15px 0 15px 0;
    line-height: 22px;
    color: #F7DC11;
    font-weight: 400;
}

.protect-blct-box p {
    color: #fff;
    font-size: 12px;
}

ul.ul-box li {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    font-weight: 400;
}

section.protect-section ul li::before {
    content: "✔";
    color: #F7DC11;
    margin-right: 10px;
}

img.protect-img {
    width: 100%;
}

/*section.protect-section*/


.form-bg h4 {
    color: #fff;
}

.form-bg p {
    color: #fff !important;
}

section.footer-section input.input_field {
    /* width: auto; */
}

input.input_field {
    width: 100% !important;
}

section.crisis-section ul.ul-box li {
    color: #000;
}

img.footer-img {
    width: 200px;
    margin: 0 0 15px 0;
}

.hed-flrx-bo a {
    display: flex;
    text-decoration: blink;
}

a.popup-btn.btn.btn-custom {
    background: #fff;
    color: #000;
}

a.popup-btn.btn.btn-custom:hover {
    background: #0084F1;
    color: #fff;
}

a.chats.btn {
    background: #0084F1;
    color: #fff;
}

a.chats.btn:hover {
    background: #fff;
    color: #000;
    /* border: 0; */
}

.btn-box {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: none;
}

.clutch-rating img {
    width: 135px;
}

.enterprise-main.text-center h5.h5-text {}

.row.mg-row4 a.popup-btn.btn.btn-custom {
    background: #000;
    color: #fff;
}

.row.mg-row4 a.chats.btn {
    background: #0084F1;
    color: #fff;
}

.row.mg-row4 a.popup-btn.btn.btn-custom:hover {
    background: #0084F1;
}

.row.mg-row4 a.chats.btn:hover {
    background: #000;
}

.btn-outline-light {
    border-color: transparent;
}

.btn {
    border: 0;
}

.footer-btn {
    display: grid;
    margin: 0 0 20px 0;
}

.footer-btn a {
    font-size: 18px;
    color: #000;
    text-decoration: blink;
    font-weight: 500;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.footer-btn i {
    color: #0084F1;
}

.form-bg:before {
    position: absolute;
    content: "";
    background-image: url(../images/img/footer-img1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 378px;
    width: 387px;
    bottom: -60px;
    left: 500px;
    z-index: 0;
}

.btn_set a:hover {
    color: #fff;
}

.blink {
    animation: colorBlink 1s linear infinite;
}

@keyframes colorBlink {
    0% {
        color: red;
    }

    50% {
        color: white;
    }

    100% {
        color: red;
    }
}

.top-header .live-chat-btn:hover {
    background: #fff;
    color: #000;
}

section.banner-section .btn-box {
    margin: 20px 0 0 0 !important;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}


.enterprise-main:hover {
    background: #0084F1;
    color: #fff;
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.enterprise-main:hover:hover h5 {
    color: #fff;
}

.enterprise-main:hover:hover p {
    color: #fff;
}

/* Common arrow styles */
.brs__amazon__store .slick-prev,
.brs__amazon__store .slick-next {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    cursor: pointer;
    border: none;
    position: absolute;
    top: 95%;
    transform: translateY(-50%);
    border: solid 1px #0d6efd;
    color: #fff !important;
    background: #0d6efd;
    transition: all 0.3s ease-in-out;
    /* smooth transition */
}

/* Left Arrow */
.brs__amazon__store .slick-prev {
    left: 560px;
}

.brs__amazon__store .slick-prev::before {
    content: "\f060";
    font-size: 20px;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    /* default white */
}

/* Right Arrow */
.brs__amazon__store .slick-next {
    right: 660px;
}

.brs__amazon__store .slick-next::before {
    content: "\f061";
    font-size: 20px;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    /* default white */
}

/* 🔥 Hover effect for arrows */
.brs__amazon__store .slick-prev:hover::before,
.brs__amazon__store .slick-next:hover::before {
    color: #000;
    /* icon black on hover */
}


section.brs__amazon__store.ptop-100 a.popup-btn.btn.btn-custom {
    background: #000;
    color: #fff;
}

section.brs__amazon__store.ptop-100 a.popup-btn.btn.btn-custom:hover {
    background: #0084F1;
}

section.brs__amazon__store.ptop-100 a.chats.btn:hover {
    background: #000;
    color: #fff;
}

.banner-form h4 small {
    color: #000;
}

section.crisis-section a.popup-btn.btn.btn-custom {
    background: #0084F1;
    color: #fff;
}

section.crisis-section a.popup-btn.btn.btn-custom:hover {
    background: #000;
}

section.protect-section ul.ul-box {
    min-height: 230px;
}

button.get-btn.footr-botm-btn:hover {
    background: #fff !important;
    color: #000 !important;
}
.cris-fotr-box {
    display: flex;
    align-items: center;
    margin: 0 0 15px 0;
    column-gap: 10px;
    width: 98%;
}

.cris-fotr-box {}

.cris-fotr-box input.input_field {
    margin: 0 !important;
}

section.footer-section select.form-select {
    height: 50px;
    width: 100%;
    border: 0 !important;
    border-bottom: solid 1px #000 !important;
    border-radius: 0 !important;
    font-size: 15px;
    border-radius: 5px !important;
}

section.footer-section input.input_field::placeholder {
    color: #000;
}

section.footer-section textarea::placeholder {
    color: #000;
}

.enterprise-main:hover .crisi-icon-img {
    border-color: #fff !important;
   
}


.enterprise-main:hover .crisi-icon-img img {
    filter: invert(1);
}
