@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

.p0 {
    padding: 0px !important;
}

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

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

body {
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
}

a:hover,
a:focus,
button:hover,
button:focus,
.form-btn-st:focus {
    text-decoration: none !important;
    outline: none !important;
}

section {
    float: left;
    width: 100%;
}

/*.header-sec*/
section.header-sec {
    padding: 20px 0px;
    background-color: #fff;
    display: flex;
    align-items: center;
}

.header-btn a {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding: 0 10px 0 0;
}

a.cht-btn.chats {
    border-radius: 50px;
    padding: 12px 30px;
    color: #fff;
    background-color: #0066e4;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.header-btn a img {
    padding: 0px 15px 0px 0px;
}

.custom-btn.header-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0;
}

.header-btn a.phone-btn {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 0 10px 0 0;
    animation: blinkingText2 2s infinite;
    line-height: 18px;
}

@keyframes blinkingText2 {
    0% {
        color: #fff;
    }

    49% {
        color: #fe7917;
    }

    60% {
        color: #fff;
    }

    99% {
        color: #fe7917;
    }

    100% {
        color: #fff;
    }
}

.header-main img {
    /* filter: brightness(100); */
    width: 100%;
}

.header-btn a.phone-btn span {
    font-size: 13px;
    font-weight: 400;
}

.custom-btn.header-btn img {
    margin-right: 10px;
}

/*.header-sec*/
/*section.banner-sec*/
section.banner-sec {
    padding: 80px 0;
    background-repeat: no-repeat;
    background-image: url(../images/banner-bg.webp);
    background-position: center;
    background-size: cover;
}

.banner-sec .row {
    display: flex;
    align-items: center;
}

.banner-text h2 {
    margin: 0;
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 20px;
    color: #fff;
}

.banner-text p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding-bottom: 0;
}

.banner-text h4 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 20px 0;
}

.banner-btn a.yellow_btn {
    border-radius: 50px;
    margin: 0 10px 0 0;
    padding: 12px 30px;
    color: #fff !important;
    background-color: #012a43 !important;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    /* border: 3px solid #0066e4; */
    justify-content: space-around;
}

.banner-btn {
    display: flex;
    /* position: relative; */
    /* z-index: 1; */
    align-items: center;
    /* margin-bottom: 30px; */
}

.Rectangle_9_copy {
    opacity: 0.8;
    position: absolute;
    z-index: 208;
}

.banner-btn a.chat-btn {
    border-radius: 50px;
    margin: 0 15px 0 0;
    padding: 12px 30px;
    color: #012a43;
    background-color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-btn a.chat-btn p {
    font-size: 13px;
    color: #fff;
    margin: 0;
    line-height: 20px;
}

.banner-btn a.chat-btn i {
    font-size: 12px;
    height: 25px;
    width: 25px;
    border-radius: 50px;
    background-color: #012a43;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0 0 0 16px;
}

.banner-btn a.yellow_btn i {
    font-size: 14px;
    height: 25px;
    width: 25px;
    border-radius: 65px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #012a43;
    margin: 0 0 0 10px;
    padding: 0;
}

.banner-btn a.chat-btn span {
    /* font-size: 18px; */
    font-weight: 600;
}

a.chat-btn img {
    margin-right: 12px;
}

.banner-sec .logo-box ul {
    padding: 0px 0px 0px 0px;
}

.logo-box ul li {
    list-style: none;
    display: inline;
}

.logo-box ul li img {
    padding-right: 0;
    width: 95px;
}

.logo-box h6 {
    color: #fff;
    margin-bottom: 10px;
    margin-top: 30px;
    text-align: center;
}

.inner-banner-form button {
    background-color: #7721ff;
    padding: 12px 20px;
    border-radius: 60px;
    width: 100%;
    border: 0;
    color: #fff;
    font-size: 17px;
}

.banner-sec h3 {
    color: #fe7917;
}

.banner-sec .bannerList {
    margin: 20px 0;
    padding: 0;
    column-count: 2;
}

.banner-sec .bannerList li {
    list-style: none;
    padding-bottom: 10px;
    color: #fff;
    font-size: 16px;
}

.banner-sec ul li:last-child {
    padding: 0;
}

.inner-banner-form button i {
    margin-left: 8px;
    position: relative;
    top: 2px;
}

.inner-banner-form {
    padding: 30px 40px;
    border-radius: 25px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 59px 0px rgba(0, 0, 0, 0.14);
}

.inner-banner-form input {
    margin: 0 0 10px 0;
    background: none;
    border: 1px solid #cccccc;
}

.inner-banner-form textarea {
    background: none;
    border: 1px solid #cccccc;
}

.inner-banner-form span {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    padding: 0;
}

.inner-banner-form h6 {
    font-weight: 700;
    font-size: 20px;
    color: #7721ff;
    line-height: 1.4;
}

.inner-banner-form p {
    color: #000;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    line-height: 20px;
}

.inner-banner-form::before {
    position: absolute;
    content: "";
    width: 537px;
    height: 512px;
    border-radius: 25px;
    z-index: -1;
    transform: rotate(-7deg);
    right: -16px;
    bottom: -20px;
    background-image: url(../images/form-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-banner-form::after {
    position: absolute;
    content: "";
    width: 173px;
    height: 305px;
    border-radius: 25px;
    left: -134px;
    bottom: -40px;
    background-image: url(../images/form-before-1.webp);
    background-repeat: no-repeat;
    background-size: 79%;
    background-position: center;
}

.inner-banner-form-main::before {
    position: absolute;
    content: "";
    width: 173px;
    height: 305px;
    border-radius: 25px;
    left: -134px;
    bottom: -40px;
    background-image: url(../images/form-before-1.webp);
    background-repeat: no-repeat;
    background-size: 79%;
    background-position: center;
}

.inner-banner-form-main {
    position: relative;
    z-index: 1;
}

.inner-banner-form input {
    margin: 0 0 10px 0;
    background: none;
    border: 1px solid #cccccc;
}

.inner-banner-form textarea {
    background: none;
    border: 1px solid #cccccc;
}

.fld-inp input {
    width: 100%;
    height: auto;
    border-radius: 25px;
    padding: 10px 20px 10px 45px;
}

.fld-inp textarea {
    width: 100%;
    height: 100px;
    border-radius: 25px;
    resize: none;
    margin: 0 0 14px 0;
    padding: 10px 20px 10px 45px;
}

.fld-inp i {
    position: absolute;
    top: 13px;
    left: 22px;
    color: #c6c6c6;
    font-size: 17px;
}

.fld-inp {
    position: relative;
}

.banner-list ul {
    padding: 0;
    list-style: none;
    margin: 0px 0 30px 0;
}

.banner-list ul li {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 5px 0;
}

.banner-list ul li img {
    margin-right: 10px;
}

.cta-bg-box {
    background-image: url(../images/cta-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 30px 30px;
    border-radius: 8px;
    margin: 0 0 -25px 0;
    z-index: 3;
    position: relative;
}

.cta-sec .row {
    display: flex;
    align-items: center;
}

.cta-text h2 {
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    padding-bottom: 30px;
}

.cta-text p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding-bottom: 35px;
}

.custom-btn.cta-sec {
    text-align: center;
    margin: auto;
    display: table;
}

.banner-btn a.black_btn {
    border-radius: 50px;
    margin: 0 15px 0 0;
    padding: 12px 30px;
    color: #ee450b;
    font-size: 18px;
    font-weight: 500;
    font-weight: bold;
    background-color: #fff;
}

.client_logo {
    padding: 30px 0;
}

.client_logo_boxes {
    margin: 30px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.client_logo_boxes img {
    margin: 0 auto 30px;
    display: table;
}

section.footer-sec {
    padding: 50px 0px;
    background-image: url(../images/backgroung-footer.html);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.iconic-text {
    text-align: center;
    color: #fff;
}

.iconic-text h2 {
    font-size: 42px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 20px;
}

.iconic-text p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 35px;
}

.form-group .form-control {
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
}

.form-main {
    margin: auto;
    width: 80%;
    justify-content: center;
}

textarea.form-control-text {
    width: 100%;
    height: 110px;
    border-radius: 5px;
    font-size: 16px;
    color: #2d2d2d;
    padding: 15px 0 0px 15px;
}

textarea.form-control-text::placeholder {
    color: #2d2d2d !important;
}

.form-group .form-control::placeholder {
    color: #2d2d2d !important;
}

.btn_blue {
    padding: 12px 60px;
    color: #000;
    background-color: rgb(253 197 23);
    font-size: 18px;
    font-weight: bold;
    border: 0;
    border-radius: 50px;
}

.form-btn-div-st {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 10px;
}

.ftr-lst-cpy {
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
}

.privacy-terms a {
    color: #fff;
}

.privacy-terms a:nth-child(1) {
    margin-right: 15px;
}

.color-btn {
    color: #f4b117 !important;
}

.copy-right p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.privacy-terms a {
    font-size: 14px;
    color: #fff;
}

section.copyright-section {
    padding: 20px 0 60px;
    background-color: #7721ff;
    z-index: 1;
    position: relative;
    border-bottom: solid 20px #f86a14;
}

.copy-right p:hover {
    color: #ed3a0a;
}

.privacy-terms a:hover {
    color: #000;
}

section.commbo-section {
    padding: 40px 0px;
    background-image: url(../images/commbo-bg.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: c;
}

.combo-text {
    text-align: center;
    color: #fff;
}

.combo-text h2 {
    font-size: 42px;
    font-weight: bold;
    margin: 0 0 0 0;
}

.combo-text p {
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0 30px 0;
}

.combo-main-box {
    background-image: url(../images/combbo-main-bg.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 30px 30px;
    border-radius: 35px;
    position: relative;
}

.commbo-list ul li {
    font-size: 15px;
    margin-bottom: 4px;
    color: #000000;
}

.commbo-list ul li::marker {
    color: #fec513;
}

.commbo-list ul {
    padding: 0;
}

.com-ht h5 {
    font-size: 20px;
    font-weight: 500;
    color: #fdc515;
    margin: 15px 0;
}

.com-ht h1 {
    font-size: 67px;
    font-weight: 1000;
    color: #0d3893;
    margin: 0 0 15px 0;
    animation: blinkingText 2s infinite;
}

@keyframes blinkingText {
    0% {
        color: #fdc515;
    }

    49% {
        color: #0d3893;
    }

    60% {
        color: #fdc515;
    }

    99% {
        color: #0d3893;
    }

    100% {
        color: #fdc515;
    }
}

.comb-bt a.phone-btn span {
    font-size: 12px;
    font-weight: 600;
}

.comb-bt a.phone-btn img {
    margin-right: 12px;
}

.comb-bt a.phone-btn {
    font-size: 15px;
    color: #000;
    line-height: 17px;
    font-weight: 600;
    margin-left: 6px;
    margin-right: 25px;
}

.comb-bt a.chat-btn span {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.comb-bt a.chat-btn img {
    margin-right: 12px;
}

.comb-bt a.chat-btn p {
    font-size: 12px;
    color: #000;
    line-height: 17px;
    font-weight: 600;
}

.comb-bt {
    margin: 30px 0 0 -20px;
}

.combo-main-box:before {
    content: "";
    background-image: url(../images/combo-before.html);
    background-repeat: no-repeat;
    position: absolute;
    width: 150px;
    height: 150px;
    bottom: 16px;
    right: 0;
    animation: updown2 3s ease-in-out infinite;
}

@keyframes updown2 {

    0%,
    100% {
        transform: translate(0, 0);
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

    50% {
        transform: translate(0, 10px);
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }
}

section.service-section {
    padding: 50px 0px;
}

.service-box {
    text-align: center;
    transition: all 1s;
}

.service-box:hover {
    transform: translateY(-15px);
}

.service-box h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 20px 0 0 0;
}

.service-list ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.service-box img {
    animation: updown2 3s ease-in-out infinite;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.banner-btn.comb-bt.cta-bn {
    justify-content: center;
}

a.ct-border {
    border: solid 2px;
    border-radius: 50px;
    margin: 0;
    padding: 8px 20px !important;
}

.cta-bn a.chat-btn p {
    font-size: 13px;
    color: #fff;
    margin: 0;
    line-height: 20px;
}

.cta-bn a.chat-btn span {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.testi-item:hover h4 {
    background: -webkit-linear-gradient(0deg,
            rgb(241, 188, 30) 0%,
            rgb(240, 56, 0) 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.testimonial-section .slick-dots li.slick-active button {
    width: 15px;
    height: 14px;
    border: solid 1px #fff;
    background-color: transparent;
}

.testimonial-section .slick-dots li button {
    background-color: #ffff;
    border-radius: 50px;
    width: 13px;
    height: 13px;
    position: relative;
    top: 20px;
}

section.business-section {
    padding: 50px 0px;
    /* background-image: url(../images/magento-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit; */
}

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

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

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

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

.magentto-img-box img {
    width: 100%;
}

section.business-section .banner-btn a.chat-btn {
    border: solid 1px;
    border: 3px solid #0066e4;
    padding: 10px 30px;
    border-style: dotted;
}

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

.fld-inp select {
    width: 100%;
    height: auto;
    border-radius: 25px;
    padding: 10px 20px 10px 25px;
    margin: 0 0 10px 0;
    background: none;
    border: 1px solid #cccccc;
}

.form-control:focus {
    box-shadow: inherit;
    border-color: inherit;
}

.counter-box ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.nu-box {
    display: flex;
    align-items: center;
}

.counter-box ul li {
    width: 50%;
}

.nu-box h2 {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 0px 15px;
}

.counter-box {
    margin: 0 0 30px 0;
}

.counter-box p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 10px 0 0 55px;
    text-align: start;
}

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

.count-img-box img {
    margin: 0 0 -20px 0;
}

.form-section {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.form-section .footer-form .fld-inp{
    position: unset;
}

section.form-section .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-form .fld-inp input {
    border: solid 1px #0000003b;
    border-radius: 8px;
    margin: 0 0 15px 0;
    padding: 14px 20px;
    width: 98%;
}

.width-select select {
    border: none;
    box-shadow: inherit;
    background: transparent;
    padding: 0;
}

.width-select {
    border: solid 1px #0000003b;
    border-radius: 8px;
    margin: 0 0 15px 0;
    padding: 8px 20px;
    width: 99%;
    background: #fff;
}


.footer-form .fld-inp textarea {
    border-radius: 8px;
    padding: 14px 20px;
    border: solid 1px #0000003b;
    height: 125px;
    width: 99%;
}

.footer-form button {
    border-radius: 50px;
    margin: 0 10px 0 0;
    padding: 12px 30px;
    color: #fff;
    background-color: #7721ff;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    border: 0;
    width: 100%;
    justify-content: center;
}

.footer-form button i {
    margin: 0 0 0 15px;
}

.banner-btn a.yellow_btn:hover {
    background-color: #fff !important;
    color: #012a43 !important;
}

.banner-btn a.yellow_btn:hover i {
    background-color: #012a43;
    color: #fff;
}

.banner-btn a.chat-btn:hover {
    background-color: #012a43;
    color: #fff;
}

.banner-btn a.chat-btn:hover i {
    background-color: #fff;
    color: #012a43;
}

.inner-banner-form button:hover {
    background-color: #fe7917;
}

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

.portfolio-sec .hd-txt {
    padding-bottom: 30px;
}

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

.portfolio-sec .hd-txt {
    padding-bottom: 30px;
}

.portfolio-sec {
    padding: 50px 0;
    background-color: #fff;
}

.portfolio-sec h3 {
    color: #ffd000;
}

.portfolio-sec h2 {
    color: #fff;
}

.portfolio-sec p {
    color: #000;
    text-align: center;
}

.port-box {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.port-box img {
    width: 100%;
}

.box-content {
    position: absolute;
    top: 370px;
    left: -670px;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00002291;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.box-content i {
    font-size: 35px;
    color: #fff;
    transform: scale(0);
    transition: all 0.5s ease-in-out;
}

.port-box {
    margin: 5px 5px;
}

.port-box:hover .box-content {
    top: 0;
    left: 0;
}

.port-box:hover .box-content i {
    transform: scale(1);
}

section.portfolio-sec .banner-text h2 {
    text-align: center;
    color: #000;
}

section.portfolio-sec.banner-text h4 {
    text-align: center;
    color: #0000;
}

section.portfolio-sec .banner-text h4 {
    color: #000;
    text-align: center;
}

.package:hover {
    -webkit-box-shadow: 0 2px 14px 2px #8778c6;
    -moz-box-shadow: 0 2px 14px 2px #8778c6;
    box-shadow: 0 2px 14px 2px #8778c6;
}

.package h3 sub {
    font-weight: 500;
    font-size: 14px;
}

.package h3 sup {
    font-weight: 500;
    font-size: 31px;
}

.package h4 {
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    text-align: start;
}

.package h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 5px;
    margin-top: 0;
}

.package .packageFee {
    margin-bottom: 60px;
    font-weight: 400;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    display: inline-block;
}

.package h3 sub {
    font-weight: 500;
    font-size: 14px;
}

.package h3 sup {
    font-weight: 500;
    font-size: 30px;
    margin-right: 5px;
}

.mobileReview {
    display: none !important;
}

.banner-sec .logo-box {
    text-align: center;
}

.package a {
    display: inline-block;
    color: #000;
    font-size: 17px;
    font-weight: 800;
    text-transform: capitalize;
    border: 1px solid #000;
    padding: 10px;
    width: 72%;
    border-radius: 30px;
    margin: 15px 0;
}

.package p {
    color: #6a6a6a;
    font-size: 15px;
}

.package ul.pkg-list {
    color: #000;
    text-align: left;
    font-weight: 600;
    line-height: 26px;
    font-size: 13px;
    height: 406px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
    margin-bottom: 0;
}

.package ul.pkg-list li {
    margin-bottom: 5px;
    color: #333;
}

.package ul.pkg-list li i {
    padding: 0 2px;
    position: relative;
    top: 0.5px;
    color: #333;
}

.package {
    padding: 22px 25px 40px;
    margin-bottom: 30px;
    -moz-box-shadow: 0 0 7px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 7px -3px rgba(0, 0, 0, 0.75);
    position: relative;
    border-radius: 25px;
    transition: all 0.5s ease-in-out;
    position: relative;
    height: 713px;
}

.package .btn-box a:hover {
    background: #000;
    color: #fff;
    transition-delay: 0s !important;
    -webkit-transition: 0s !important;
}

.package button {
    display: inline-block;
    color: #000;
    font-size: 17px;
    font-weight: 800;
    text-transform: capitalize;
    border: 1px solid #000;
    padding: 10px;
    width: 72%;
    border-radius: 30px;
    margin: 15px 0;
    background: 0 0;
}

.package button:hover {
    background: #000;
    color: #fff;
}

.package h5 {
    background: #000;
    color: #fff;
    padding: 13px;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    border-radius: 5px;
}

.industry-section .ind-box h4 {
    color: #ff09aa;
    font-weight: 900;
    margin: 10px 0;
}

.industry-section .ind-box img {
    height: 50px;
    width: 50px;
    object-fit: contain;
    margin: 0 auto;
}

.industry-section .ind-box {
    margin-bottom: 20%;
}

.test-box p {
    color: #000;
    font-size: 17px;
    font-weight: 800;
    font-style: italic;
    line-height: 27px;
}

.test-box .flexRow {
    justify-content: center;
}

.test-box {
    background: rgba(0, 0, 0, 0) linear-gradient(281deg,
            #75e0eb 0,
            #75e0eb 85%,
            #fff 85%,
            #fff 38%,
            rgba(255, 255, 255, 0) 83%) repeat scroll 0 0;
    padding: 30px;
    position: relative;
    height: auto;
}

.test-box img.comma {
    position: relative;
    top: -15px;
    left: -10px;
}

.test-box h3 {
    color: #000;
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    font-style: italic;
    line-height: 27px;
}

.test-box h3 span {
    font-size: 10px;
    line-height: 0;
}

.test-box img {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    object-fit: contain;
    margin-left: 15px;
}

.loader {
    position: fixed;
    z-index: 99999;
    height: 100%;
    width: 100%;
    background: #f3f3fe;
}

.loader .auto-center {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.loader .bounce-conteneur {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.loader .bounce-conteneur .bounce {
    display: inline-block;
    height: 13px;
    width: 13px;
    background: #0ad0db;
    border-radius: 100%;
    margin: 2px;
}

.loader .bounce-conteneur .bounce-left {
    animation: left 1.5s ease infinite;
}

.loader .bounce-conteneur .bounce-center {
    animation: center 1.5s ease infinite;
}

.loader .bounce-conteneur .bounce-right {
    animation: right 1.5s ease infinite;
}

@keyframes left {

    0%,
    100%,
    50%,
    75% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.5);
    }
}

@keyframes center {

    0%,
    100%,
    25%,
    75% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}

@keyframes right {

    0%,
    100%,
    25%,
    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.5);
    }
}

@-webkit-keyframes left {

    0%,
    100%,
    50%,
    75% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.5);
    }
}

@-webkit-keyframes center {

    0%,
    100%,
    25%,
    75% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}

@-webkit-keyframes right {

    0%,
    100%,
    25%,
    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.5);
    }
}

.package:before {
    content: "";
    background: #012a43;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 185px;
    z-index: -1;
    border-radius: 25px 25px 0 0;
    border-bottom: 10px solid #012a43;
}

#package-div {
    padding: 50px 0;
    background-color: #f2f2f2;
}

h4.color-box {
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    margin: 0 0 0 0;
}

.offer-section .slick-dots li.slick-active button {
    width: 15px;
    height: 14px;
    border: solid 1px #012a43;
    background-color: transparent;
}

.offer-section .slick-dots li button {
    background-color: #012a43;
    border-radius: 50px;
    width: 13px;
    height: 13px;
    position: relative;
    top: 20px;
}

.cta-sec .banner-btn {
    justify-content: center;
}

a.cht-btn.chats i {
    font-size: 14px;
    height: 25px;
    width: 25px;
    border-radius: 65px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0066e4;
    margin: 0 0 0 10px;
    padding: 0;
}

section#package-div .banner-text h2 {
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

section#package-div .banner-text h4 {
    text-align: center;
    color: #000;
}

.pricing-slider .slick-prev:before,
.pricing-slider .slick-next:before {
    background-color: #012a43;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-text h6 {
    font-size: 16px;
    font-weight: 500;
    color: #7721ff;
    margin: 0 0 0 0;
}

.footer-text h2 {
    font-size: 50px;
    font-weight: 600;
    color: #010822;
    margin: 15px 0;
}

.footer-text p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin: 0 0 20px 0;
}

.col-sm-12.fld-inp.p0.with-box {
    width: 101%;
}

.mobile-nu {
    display: none;
}

.cta-btn-box {
    display: none;
}

.cta-btn-box {
    display: none;
}

.header-btn .phone-btn.cht-btn {
    border-radius: 50px;
    padding: 12px 30px;
    color: #fff;
    background-color: #7721ff;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.header-sec .phone-btn i {
    padding-right: 10px;
}

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

.testi-box {
    padding: 20px 20px;
    box-shadow: 2px 2px 9px 2px #00000014;
    background: #fff;
    margin: 0 10px;
    border-radius: 5px;
}

.testi-slider-st .slick-list.draggable {
    padding: 25px 0;
}

.testi-box h3 {
    font-size: 22px;
    font-weight: 600;
}

.testi-box p {
    font-size: 16px;
    padding: 10px 0;
    margin: 0;
    min-height: 120px;
}

.testi-box h4 {
    font-size: 20px;
    font-weight: 500;
}

.testi-sec .banner-text h2 {
    color: #000;
    text-align: center;
}

.testi-slider-st .slick-dots li.slick-active button {
    width: 15px;
    height: 14px;
    border: solid 1px #012a43;
    background-color: transparent;
}

.testi-slider-st .slick-dots li button {
    background-color: #012a43;
    border-radius: 50px;
    width: 13px;
    height: 13px;
    position: relative;
    top: 20px;
}

.mobile-testi {
    display: none;
}

.whatsapp {
    width: 50px;
    height: 51px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 34px;
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 9999;
    box-shadow: 6px 9px 30px 1pxrgba (37, 0, 22, 0.71);
    padding: 1px 0;
    animation: scrollDownAnimation 0.5s ease infinite alternate;
    -webkit-animation: scrollDownAnimation 0.5s ease infinite alternate;
    background: #00a155;
    background: -moz-linear-gradient(left, #ea018e 0%, #9b2c92 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea018e', endColorstr='#9b2c92', GradientType=1);
}

.overlay-bg-new-popup {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}

.popupform-main-new-popup .close-btn {
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: transparent;
    border: 0;
    color: #f86a14;
}

.pop-form-new-popp .submit-btn {
    font-size: 18px;
    width: 100%;
    padding: 15px 0px;
    background-color: #000000;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    border: none;
    margin-top: 15px;
    width: 100%;
    margin: 10px 0 0 0px !important;
    font-weight: 700;
}

.close-btn {
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    top: 18px;
    right: 0px;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    padding-top: 3px;
    text-align: center;
    border-radius: 50px;
    align-items: center;
    display: grid;
    z-index: 9;
}

.pop-box-2-new-pop img {
    box-shadow: 2px 2px 20px 9px #00000045;
    position: relative;
    left: 25px;
    z-index: 1;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.control-group input::placeholder {
    color: #9b7171;
}

.control-group textarea::placeholder {
    color: #9b7171;
}

.pop-form-new-popp .submit-btn {
    font-size: 18px;
    padding: 15px 0px;
    background: #fb2224;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    border: none;
    margin-top: 15px;
    width: 100%;
}

.popupform-main-new-popup.active {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.popupform-main-new-popup {
    position: fixed;
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-repeat: no-repeat;
    background-size: cover;
}

.pop-form-new-popp.ta-center-new-pop {
    background: #fff;
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    width: 400px;
    /* height: 511px; */
    border-radius: 0 23px 23px 0;
    position: relative;
}

.pop-box-2-new-pop {
    background: url("new-pop-bg-2.html");
}

.pop-box-2-new-pop span {
    color: #f9b400;
    font-size: 33px;
    font-weight: 600;
    position: relative;
    top: -11px;
}

.pop-box-2-new-pop h3 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

.pop-box-2-new-pop {
    background: transparent;
    /* height: auto; */
    /* width: auto; */
    text-align: center;
    padding: 0;
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
}

.pop-form-new-popp.ta-center-new-pop {
    padding: 25px 15px 25px 36px;
}

.pop-form-new-popp.ta-center-new-pop h3 {
    color: #2d2d2d;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    margin: 0;
}

.popupform-main-new-popup {
    align-items: center;
    justify-content: center;
}

.pop-form-new-popp.ta-center-new-pop h3 span {
    font-weight: bold;
}

.pop-form-new-popp.ta-center-new-pop h5 {
    color: #2d2d2d;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 0 10px 0;
}

.pop-form-new-popp.ta-center-new-pop input {
    width: 100%;
    border-width: 1px;
    border-color: rgb(225, 225, 225);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    height: 42px;
    margin: 0 0 20px 0;
    padding: 0 0 0 10px;
}

input {
    outline: none;
}

.pop-form-new-popp.ta-center-new-pop textarea {
    width: 100%;
    border-width: 1px;
    border-color: rgb(225, 225, 225);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    height: 100px;
    margin: 0 0 15px 0;
    padding: 10px 5px 5px 10px;
}

.pop-form-new-popp.ta-center-new-pop button {
    border-radius: 5px;
    background-color: #f86a14;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    display: table;
    margin: auto;
    padding: 9px 42px;
    width: auto;
    display: table;
}

.pop-form-new-popp.ta-center-new-pop input::placeholder {
    color: #000;
}

.pop-form-new-popp.ta-center-new-pop textarea::placeholder {
    color: #000;
}

.pop-box-2-new-pop {
    position: relative;
    margin-right: 3px;
}

.pop-form-new-popp.ta-center-new-pop h3 {
    margin: 0;
}

.popup-main-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* New CSS Start */
.banner-sec .bannerRating {
    display: flex;
    align-items: center;
}

.banner-sec .bannerRating img {
    width: 96px;
    height: 100%;
    object-fit: cover;
}

.banner-sec .bannerRating span {
    color: #fff;
    padding: 0;
    margin-left: 10px;
}

.bannerTestimonial {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 15px;
    padding: 30px 20px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    margin-top: 20px;
}

.ctaSec .bannerTestimonial {
    width: 60%;
    margin: 0 auto 20px auto;
}

.bannerTestimonial .clientAvatar {
    flex-shrink: 0;
    flex-grow: 1;
}

.bannerTestimonial .clientImg {
    width: 112px;
    height: 112px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 20px;
}

.bannerTestimonial span {
    font-size: 16px;
    color: #222;
    margin-bottom: 20px;
    display: block;
}

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

.bannerTestimonial .clientName h6 {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin: 0;
}

.bannerTestimonial .clientName .clientLogo {
    width: 120px;
    height: 100%;
    object-fit: cover;
}

@keyframes blinkingText {

    0%,
    60% {
        background: #0073e1;
        color: #fff;
    }

    100%,
    49% {
        background: #1c1673;
        color: #fff;
    }

    99% {
        background: #1c1673;
    }
}

.stickyChat {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.stickyChat .chatBtn {
    padding: 1em;
    background-color: #1c1673;
    animation: 1.2s infinite blinkingText;
}

.stickyChat a {
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
}

.stickyChat .mobileSticky {
    display: none;
}

.ctaSec {
    background-color: #f2f2f2;
    padding: 3rem 0;
}

.ctaSec.ctaSec2 {
    background-color: #fff0;
}

.ctaSec .banner-btn {
    justify-content: center;
}

.ctaSec .banner-btn .yellow_btn.mobileBtn {
    display: none;
}

.ctaSec.ctaSec2 h2 {
    text-align: center;
    margin: 0 auto 30px auto;
    width: 80%;
}

/* New CSS End */
@media(max-width:767px) {
    .width-select {
        width: 100%;

    }
}

.new-align {
    display: flex;
    align-items: center;
}

.package h3 sup del {
    font-size: 16px;
    font-weight: 400;
    margin-left: 6px;
}

.offer-section .slick-slider {
    user-select: unset !important;
}

.dmca-protection {
    display: flex;
    align-items: center;
    gap: 25px;
}

#pop-form-new-popp .form-group label {
    display: flex;
    align-items: baseline;
}

#pop-form-new-popp .form-group label input {
    height: unset;
    margin-right: 8px;
}
