@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    box-sizing: border-box;
    font-size: 16px;
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    color: #000;
    font-weight: 400;
    overflow-x: hidden;
}
.container-fluid {
    padding: 0 10px;
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}
.dFlx{
    display: flex;
    flex-flow: wrap;
}
.pad70{
    padding: 70px 0;
}
.padb70{
    padding-bottom: 70px;
}


h1 {
    color: #000000;
    font-weight: bold;
    font-size: 48px;
    margin-bottom: 30px;
}
h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.21;
    text-align: center;
}
h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
span.redText {
    color: #db3126;
}

/* announcement bar Starts */

.annoucement-bar {
    background: #EB1212;
}
.annoucement-bar .annoncement-text {
    padding: 10px 10px 10px;
}
.annoucement-bar .annoncement-text p {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}
.annoucement-bar .annoncement-text p a {
    background: #fff;
    color: #EB1212;
    text-decoration: none;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 4px;
    font-weight: bold;
    margin-left: 10px;
    font-size: 10px;
}
.annoucement-bar .annoncement-text p a:hover {
    background: #606060;
    color: #ffffff;
}

/* announcement bar ends */

/* navbar starts */
nav.navbar {
    padding: 12px 0;
    background: #fff;
}


a.btn.btn-primary {
    background-color: #111827;
    border-radius: 0px;
    outline: none;
    cursor: pointer;
    border: none;
}

a.btn.btn-primary {
    font-size: 16px;
    font-weight: 600;
    padding: 8px 22px;
    line-height: 1.21;
    height: fit-content;
    color: #fff;
    background: #EB1212;
    text-transform: uppercase;
    border: 2px solid #EB1212;
    border-radius: 4px;
}
.nav-actions a.btn {
    text-decoration: none !important;
}
a.btn.btn-primary:hover, a.btn.btn-primary:active, a.btn.btn-primary:focus {
    background-color: transparent;
    color: #EB1212;
}

a.btn.btn-link:hover, a.btn.btn-link:active, a.btn.btn-link:focus {
    background: #EB1212;
    color: #fff;
}

nav ul.navbar-nav {
    gap: 24px;
    margin: auto;
    /* transform: translateX(-15%); */
}

nav a.navbar-brand {
    padding: 0px;
}

a.btn.btn-link:hover {
    text-decoration: underline;
}

a.btn.btn-link {
    text-transform: uppercase;
    transition: all 0.6s ease;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #EB1212;
    padding: 8px 22px;
    border-radius: 4px;
    border: 2px solid #EB1212;
}
.nav-actions {
    gap: 26px;
}

nav a.navbar-brand img.img-fluid {
    width: 160px;
    height: 100%;
}

nav ul.navbar-nav li.nav-item a {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.21;
    text-align: left;
    color: #000000;
}
nav ul.dropdown-menu a.dropdown-item:active {
    background-color: transparent;
}
button.navbar-toggler {
    border: none;
}

button.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

nav ul.navbar-nav li.nav-item a:hover, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #eb1212;
}
/* navbar ends */
/* hero carousel start */
section.heroslider .owl-dots {
    padding-left: 7%;
}

section.heroslider .owl-nav {
    display: none;
}

section.heroslider .owl-dots {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    position: absolute;
    right: 0%;
    bottom: 10%;
    width: 100%;
}

section.heroslider .owl-dots .owl-dot {
    display: contents;
    flex: 1 1 0;
}

section.heroslider .owl-dots .owl-dot span {
    border-radius: 3px;
    height: 5px;
    background-color: #CFCCCC;
    max-width: 50px;
    width: 100%;
}

section.heroslider .owl-dots .owl-dot.active span {
    background-color: #37CFFF;
}

section.heroslider .owl-dots .owl-dot:hover span {
    background-color: #37CFFF;
}

.heroslider .container-fluid {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    min-height: 550px;
}
.owlCarouselItemText {
    width: 50%;
}
.owlCarouselItemImg{
    width: 50%;
}
span.greenText{
    color: #4CB849;
}
.owlCarouselItemText p {
    font-size: 20px;
}
.skyBlue {
    background: #EBEFF9;
}
.greenGradient{
    background: rgb(76,184,73);
    background: -moz-linear-gradient(0deg, rgba(76,184,73,0.64) 0%, rgba(76,184,73,0.07886904761904767) 100%);
    background: -webkit-linear-gradient(0deg, rgba(76,184,73,0.64) 0%, rgba(76,184,73,0.07886904761904767) 100%);
    background: linear-gradient(0deg, rgba(76,184,73,0.64) 0%, rgba(76,184,73,0.07886904761904767) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4cb849",endColorstr="#4cb849",GradientType=1);
}
/* hero carousel ends */

/* header cta section starts */
.rich-description p {
    line-height: 1.5;
    margin-bottom: 0px;
    margin-bottom: 35px;
}

.rich-actions .d-flex {
    gap: 23px;
}

a.btn.btn-secondary:hover {
    border-color: #1F2937;
    background-color: transparent;
    color: #1F2937;
}

a.btn.btn-secondary {
    border: 1px solid transparent;
    transition: all 0.6s ease;
    height: fit-content;
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    line-height: 1.21;
    text-align: center;
    display: flex;
    color: #fff;
    padding: 20px 43px;
    background-color: #1F2937;
    justify-content: center;
    border-radius: 10px;
}

.rich-actions .flex-button {
    flex: 1;
}
.rich-actions a.btn.btn-primary {
    transition: all 0.6s ease;
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.21;
    padding: 20px 38px;
    white-space: pre;
    height: fit-content;
    border-radius: 10px;
    background-color: #1877F2;
    display: flex;
    justify-content: center;
}

.rich-actions a.btn.btn-primary:hover {
    background-color: #1F2937;
    color: #fff;
}
.rich-text .container-xxl.text-center {
    padding: 26px 5% 54px;
}
.rich-text .dFlx {
    align-items: center;
}
 a.btn.maxwd{
    max-width: 200px;
    display: block;
}
/* header cta section end */
/* our features starts */
.featureIcon {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 25px;
    background: #fff;
    border-radius: 50%;
}
.featureIcon img{
    width: 48px !important;
    height: 48px !important;
}
img.notHover {
    display: block !important;
}
img.onHover {
    display: none !important;
}
/*.ourFeatures .col-md-3:hover .featureIcon img.notHover {
    display: none !important;
}*/
.ourFeatures .col-md-3:hover .featureIcon img.onHover {
    display: block !important;
}
.ourFeatures .col-md-3 {
    padding: 0;
}
.ourFeatures .col-md-3 a {
    padding: 40px 20px;
    text-decoration: none;
    color: unset;
    border-right: 1px solid #CECCCC;
    display: block;
    height: 100%;
    background: #fff;
    border-bottom: 1px solid #CECCCC;
}
.ourFeatures {
    background-position: top left !important;
    background-size: contain !important;
}
.ourFeatures .col-md-3:nth-of-type(4n+4) a{
    border-right: 0px;
}
.ourFeatures .col-md-3:hover a{
    background: #EB1212;
}
.ourFeatures .col-md-3:hover a {
    color: #fff;
}
.ourFeatures .col-md-3:hover a {
    color: #fff;
}
.ourFeatures h2 {
    margin-bottom: 40px;
}
.ourFeatures .row.text-center.owl-carousel {
    display: flex;
}
/* our features ends */

/* indistry relevance starts */
.col5 {
    width: 20%;
}
.industryRelevance .row {
    padding: 0;
    margin: 0;
}
.industryRelevance a.btn.btn-primary{
    position: absolute;
    left: 0;
    right: 0;
    width: max-content;
    bottom: 11px;
    margin: auto;
}
.col5 {
    width: 20%;
    background-size: cover !important;
    padding: 60px  15px;
    position: relative;
    z-index: 1;
}
.col5:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 43%);
    z-index: -1;
}
.col5 h4, .col5 p{
    color: #fff;
}
.col5:hover a {
    background: #fff !important;
    border-color: #ffffff;
    color: #EB1212;
}
.industryRelevance .justify-content-center {
    margin-bottom: 40px;
}
.col5 p{
    margin-bottom: 30px;
}
/* indistry relevance ends */

/* integration starts */
.integration-group {
    max-width: 450px;
    position: relative;
    height: 400px;
    margin: 0 auto;
}


.integration-group .integration-list .salesforce-logo.small-logo {
    top: 23%;
    left: 0%;
}

.integration-group .integration-list .small-logo:hover,
.integration-group .integration-list .lg-logo:hover {
    transform: translate(0, 0) rotate(0) skew(0) skewY(0) scaleX(1.25) scaleY(1.25);
}

.integration-group .integration-list .small-logo,
.integration-group .integration-list .lg-logo {
    transition: all .2s cubic-bezier(0, 0, .2, 1);

}

.integration-group .integration-list .small-logo {
    width: 50px;
    position: absolute;
    padding: 8px;
    width: 50px;
    position: absolute;
    border: 0.5px solid #ababab;
    border-radius: 100px;
}

.integration-list .lg-group {
    gap: 11px;
}

.integration-group .integration-list .zapier-logo.lg-logo {
    top: 40px;
    position: relative;
}

.integration-group .integration-list img {
    width: 100%;
}

.integration-group .integration-list .zapier-logo.lg-logo {
    width: 100px;
}

.integration-group .integration-list .make-logo.lg-logo {
    width: 90px;
}

.integration-group .integration-list .shopify-logo.small-logo {
    top: 9%;
    left: 25%;
}

.integration-group .integration-list .gmail-logo.small-logo {
    top: 17%;
    right: 17%;
}

.integration-group .integration-list .woo-logo.small-logo {
    top: 65%;
    left: 0%;
}

.integration-list {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.integration-group .integration-list .hubspot-logo.small-logo {
    bottom: 0%;
    left: 29%;
}

.integration-group .integration-list .facebook-logo.small-logo {
    top: 40%;
    right: 0%;
}

.integration-group .integration-list .slack-logo.small-logo {
    bottom: 2%;
    right: 15%;
}
/* integration ends */

/* why starts */
.whyChooseText {
    width: 190px;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #db3126;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.whyChooseText h4 {
    color: #fff;
    margin: 0;
}
.becaGrowth {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    display: block;
    -webkit-box-shadow: 7px 6px 16px -3px rgba(0,0,0,0.47);
    -moz-box-shadow: 7px 6px 16px -3px rgba(0,0,0,0.47);
    box-shadow: 7px 6px 16px -3px rgba(0,0,0,0.47);
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.becaGrowth ul li {
    position: absolute;
    width: 60px;
    border-radius: 50%;
    height: 60px;
    list-style-type: none;
    background: #fff;
}
.becaGrowth h5 {
    font-weight: bold;
}
.whychooseUs .col-md-6{
    position: relative;
    align-content: center;
}
.becaGrowth ul li:nth-child(5) {
    top: 85%;
    right: 16%;
}
.becaGrowth ul li:nth-child(4) {
    top: 68%;
    right: 0%;
}
.becaGrowth ul li:nth-child(3) {
    top: 45%;
    right: -5%;
}
.becaGrowth ul li:nth-child(2) {
    top: 21%;
    right: 0%;
}
.becaGrowth ul li:nth-child(1) {
    top: 3%;
    right: 17%;
}
.growthList li {
    list-style-type: none;
    margin-bottom: 23px;
    padding: 10px 20px;
    background: #db3126;
    border-radius: 8px;
    color: #fff;
    max-width: 80%;
    display: flex;
    justify-content: space-between;
}
.growthList li:nth-child(even) {
    margin-left: 10%;
}
.growthList li:nth-child(3) {
    margin-left: 15%;
}
 .growthList li span {
    display: none;
}
.growthList ul {
    padding-left: 0;
    display: block;
}
/* why ends */

/* Reviews starts */
section.reviews .owl-carousel .owl-stage-outer {
    width: 101%;
}
section.reviews .container-xxl {
    padding: 60px 5% 0%;
}



section.reviews .description {
    margin-top: 10px;
}

section.reviews .description p {
    margin-bottom: 0px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.21;
    text-align: left;
}

section.reviews .row.reviews {
    margin-top: 5.5%;
}

section.reviews .row.reviews .reviewImage {
    width: 368px;
}

section.reviews .row.reviews .review .reviewer .reviewer-avatar {
    height: 100%;
    width: 60px;
}

section.reviews .row.reviews .col-md-4 {
    width: 24%;
}

section.reviews .row.reviews .review .testimonial {
    width: 90%;
    margin: auto;
}

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

section.reviews .row.reviews .owl-dots {
    display: flex;
    gap: 10px;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: -15%;
    transform: translateX(-50%);
    width: 100%;
}

section.reviews .row.reviews .owl-dots .owl-dot {
    display: contents;
    flex: 1 1 0;
}

section.reviews .row.reviews .owl-dots .owl-dot span {
    border-radius: 3px;
    height: 5px;
    background-color: #CFCCCC;
    max-width: 100px;
    width: 100%;
}

section.reviews .row.reviews .owl-dots .owl-dot.active span {
    background-color: #37CFFF;
}

section.reviews .row.reviews .owl-dots .owl-dot:hover span {
    background-color: #37CFFF;
}

section.reviews .row.reviews .review {
    padding: 8% 7%;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 16px -3px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 2px 2px 16px -3px rgba(0, 0, 0, 0.47);
    box-shadow: 2px 2px 8px -3px rgba(0, 0, 0, 0.47);
    margin: 10px;
} 

section.reviews .row.reviews .review .testimonial p {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21;
    text-align: center;
}

section.reviews .row.reviews .review .reviewer {
    margin-top: 16%;
}

section.reviews .row.reviews .review .reviewer .reviewer-avatar img {
    width: 100%;
}

section.reviews .row.reviews .review .reviewer .d-flex {
    gap: 16px;
}

section.reviews .row.reviews .review .reviewer .d-flex .name span {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.21;
    text-align: left;
}

section.reviews .row.reviews .review .reviewer .d-flex p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.21;
    margin-bottom: 0px;
    text-align: left;
}

section.reviews .row.reviews .review .reviewer .d-flex .start-rating {
    margin-top: 3px;
}

section.reviews .row.reviews .review .reviewer .d-flex .start-rating span.fa.fa-star.checked {
    color: yellow;
}

section.reviews .row.reviews .review .reviewer .d-flex .start-rating span.fa.fa-star {
    font-size: 14px;
}

section.reviews .owl-item {
    margin-bottom: 10px;
}

section.reviews .owl-nav {
    position: absolute;
    top: -27%;
    right: 0%;
    display: flex;
    gap: 10px;
    align-items: center;
}

section.reviews .owl-nav button i {
    padding: 11px 12px;
    background: #db3126;
    border-radius: 100px;
    color: #fff;
}

section.reviews .owl-nav button i:hover {
    background: #000000;
}

section.reviews .owl-nav button i {
    font-size: 20px;
}
/* Reviews ends */

/* pricing Starts here */
section.pricing .container-xxl {
    padding: 90px 5% 0%;
}

.pricing-switcher .fieldset {
    display: inline-block;
    position: relative;
    padding: 2px;
    border-radius: 15px;
    border: 0.2px solid #000000;
    background: #db3126;
}

.pricing-switcher input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.pricing-switcher label {
    position: relative;
    z-index: 1;
    display: inline-block;
    line-height: 1.21;
    cursor: pointer;
    font-size: 18px;
    color: #ffffff;
    padding:12px 35px;
}

.pricing-switcher .switch {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 140px;
    width: 100%;
    max-height: 63px;
    height: 100%;
    background-color: #55afe2;
    border-radius: 15px;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: all 0.5s;
    border: 0.2px solid #000000;
}

.pricing-switcher input[type="radio"]:checked+label+.switch,
.pricing-switcher input[type="radio"]:checked+label:nth-of-type(n)+.switch {
    left: 100%;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.no-js .pricing-switcher {
    display: none;
}

section.pricing .heading h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.21;
    text-align: center;
    max-width: 550px;
    margin: auto;
}

section.pricing .heading {
    margin-bottom: 20px;
}

.plan-duration-switcher {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

section.pricing .row.pricing-table .cards.price-card {
    border-radius: 8px;
    padding: 30px 14px;
    -webkit-box-shadow: 2px 2px 16px -3px rgb(0 0 0 / 32%);
    -moz-box-shadow: 2px 2px 16px -3px rgb(0 0 0 / 32%);
    box-shadow: 2px 2px 16px -3px rgb(0 0 0 / 32%);
}

section.pricing .row.pricing-table .cards.price-card .plan-head {
    background: #db3126;
    padding: 30px 14px 14px;
    border-radius: 10px;
    color: #fff;
    margin-bottom: 40px;
}

section.pricing .row.pricing-table .price-col:nth-child(2) .cards.price-card .plan-head {
    background: #55afe2;
}

section.pricing .row.pricing-table .cards.price-card .plan-head h3.plan-heading {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.18;
    margin-bottom: 18px;
}

section.pricing .row.pricing-table .cards.price-card .plan-head .plan-price span.price {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

section.pricing .plan-features ul.included-features {
    list-style: none;
    padding-left: 12px;
}

section.pricing .plan-features ul.included-features li span {
    font-size: 16px;
    font-family: Inter;
    display: flex;
    font-weight: 400;
    line-height: 1.2;
    text-transform: capitalize;
    gap: 20px;
    align-items: center;
}

section.pricing .plan-features ul.included-features li {
    margin-bottom: 20px;
}

section.pricing .plan-features ul.included-features li span i {
    font-size: 21px;
}

section.pricing .row.custom-plan {
    border-radius: 10px;
    padding: 30px 2.5%;
    margin: 5.6% auto 0;
    -webkit-box-shadow: 2px 2px 16px -3px rgb(0 0 0 / 32%);
    -moz-box-shadow: 2px 2px 16px -3px rgb(0 0 0 / 32%);
    box-shadow: 2px 2px 16px -3px rgb(0 0 0 / 32%);
}

section.pricing .custom-plan-content h3.heading {
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.21;
    margin-bottom: 20px;
}
section.pricing .custom-plan-content 
 p.description {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 29.05px;
    color: #000;
    margin-bottom: 30px;
}
section.pricing .row.custom-plan .custom-plan-action {
    text-align: right;
}

section.pricing .row.custom-plan .custom-plan-action a.btn {
    margin-left: auto;
}
.pricing.pad70 {
    padding-bottom: 0;
}
/* pricing ends here */
/* css for demo qr starts */

/* css for demo qr ends */
/* explore starts */
.exploreSoftware h2 {
    margin-bottom: 40px;
    color: #fff;
}
.exploreSoftware {
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    z-index: 1;
}
.exploreSoftware:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(85 175 226 / 76%);
    z-index: -1;
}
.exploreSoftware h2 {
    margin-bottom: 40px;
    color: #fff;
}
/* explore ends */

/* faq starts */
section.faq .container-xxl {
    padding: 60px 5% 0px;
}

section.faq .faq-heading h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.21;
}

section.faq .searchForm {
    margin: 35px auto 0px;
}

section.faq .searchForm {
    max-width: 770px;
}

section.faq .searchForm input#search {
    width: 100%;
    padding: 9px 30px;
    font-size: 16px;
}

section.faq .searchIcon button {
    top: 50%;
    background: transparent;
    border: none;
    right: 16px;
    position: absolute;
    transform: translateY(-50%);
}

section.faq .searchForm .searchField {
    position: relative;
}

section.faq .searchIcon button i {
    font-size: 18px;
}

section.faq .searchForm input#search:active,
section.faq .searchForm input#search:focus {
    outline: none;
}

section.faq .row.faqs .faq-image {
    max-width: 500px;
    width: 100%;
}

section.faq .row.faqs .accordion-item {
    border: none;
    border-radius: 0px !important;
    margin-bottom: 20px;
}

section.faq .row.faqs .accordion-item h2.accordion-header button.accordion-button.collapsed {
    border-radius: 0px;
    font-weight: 600;
    color: #000;
    padding: 20px 20px;
    box-shadow: none;
    line-height: 1.21;
    text-align: left;
    background-color: transparent;
    border: 0;
}

section.faq .row.faqs .accordion-item h2.accordion-header button.accordion-button {
    border: none;
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    padding: 20px 20px;
    box-shadow: none;
    line-height: 1.21;
    text-align: left;
}

section.faq .row.faqs .accordion-item .accordion-collapse {
    border: 0px;
    border-radius: 0px;
    background: #FAF8F8;
    padding: 20px;
}

section.faq .row.faqs .accordion-item .accordion-collapse .accordion-body {
    padding: 0px 0px 13px;
}

section.faq .row.faqs .accordion {
    border-radius: 0px;
}
.faq {
    background-position: top left !important;
    background-size: contain !important;
}
/* faq ends */

/*  footer starts */
footer .logo-block .d-flex a:hover i {
    transform: translateY(-5px);
}

footer .logo-block .d-flex a i {
    transition: all 0.6s ease;
}

footer .footer-bottom ul.policy-links a:hover {
    text-decoration: underline;
}
.logo-block .footer-logo {
    width: 150px;
}

.logo-block .footer-logo img {
    width: 100%;
}

footer .logo-desc p {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.21;
    text-align: left;
    color: #fff;
}


footer {
    background: #000000;
}

footer .logo-desc {
    margin-top: 38px;
}

footer .logo-block .d-flex {
    margin-top: 23px;
    gap: 20px;
}

footer .logo-block .d-flex a {
    color: #fff;
    font-size: 24px;
}

footer .menu-block .menu-heading h4 {
    white-space: nowrap;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.21;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 28px;
}

footer .menu-block ul.footer-menu {
    display: flex;
    list-style: none;
    flex-direction: column;
    gap: 18px;
    padding: 0;
    margin-bottom: 0px;
}

footer .menu-block ul.footer-menu a {
    text-decoration: none;
}



footer .menu-block ul.footer-menu a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
}

footer .menu-block ul.footer-menu li.footer-links a {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.21;
    text-align: left;
    color: #fff;
}

footer .footer-bottom-bg {
    background-color: #db3126;
    color: #fff;
}

footer .footer-bottom.container-xxl {
    padding: 9px 5%;
}

footer .footer-bottom ul.policy-links {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 23px;
    margin-bottom: 0px;
    justify-content: center;
}

footer .footer-bottom ul.policy-links a {
    text-decoration: none;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.21;
    text-align: center;
}

footer .footer-bottom .row div {
    height: fit-content;
}

footer .footer-bottom .site-name span {
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.21;
    text-align: center;
}
.footer-top .row {
    display: flex;
    justify-content: space-between;
}
footer .footer-bottom .copyright p {
    font-family: Inter;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.21;
    text-align: center;
    margin-bottom: 0;
}

footer .logo-desc {
    width: 70%;
}


section.pricing .row.custom-plan .custom-plan-action img {
    text-align: center;
    margin: 20px auto 0;
}



/* footer ends */
@media (min-width:320px) {
    /* smartphones, iPhone, portrait 480x320 phones */
}

@media (min-width:425px) {
    .pricing-switcher label{
        padding: 13px 48px;
    }
    .pricing-switcher .switch{
        max-width: 175px;
    }
    /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
}

@media (min-width:576px) {
    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
}

@media (min-width:768px) {
    section.pricing .container-xxl {
        padding: 60px 5% 0%;
    }
    footer .logo-desc p,.pricing-switcher label {
        font-size: 20px;
    }

    footer .logo-block .d-flex a {
        font-size: 36px;
    }

    .template-action a.btn.btn-secondary {
        font-size: 20px;
    }

    section.trial .action-item button.btn.btn-outline,
    section.trial .action-item button.btn.btn-gradient {
        font-size: 16px;
    }

    footer .footer-bottom .copyright p {
        font-size: 12px;
    }

    footer .footer-bottom ul.policy-links a {
        font-size: 12px;
    }
    section.pricing .row.pricing-table .cards.price-card .plan-head h3.plan-heading,section.pricing .custom-plan-content h3.heading{
        font-size: 24px;
    }
    section.pricing .custom-plan-content 
    p.description,section.pricing .plan-features ul.included-features li span{
        font-size: 18px;
    }
    section.pricing .row.pricing-table .cards.price-card .plan-head .plan-price span.price{
        font-size: 18px;
    }
    a.btn.btn-secondary,
    .rich-actions a.btn.btn-primary,section.pricing .row.custom-plan .custom-plan-action a.btn {
        font-size: 20px;
    }

    .annoucement-bar .annoncement-text p {
        font-size: 16px;
    }

   /* nav ul.navbar-nav li.nav-item a,
    nav a.btn.btn-link,
    nav a.btn.btn-primary {
        font-size: 18px;
    }*/

    .rich-Heading h1 {
        font-size: 41px;
    }

    section.text-image .text-block.text-center .text-description {
        width: 60%;
    }

    section.faq .row.faqs .accordion-item h2.accordion-header button.accordion-button {
        font-size: 20px;
    }

    section.trial .row.trail-box .trial-description p {
        font-size: 16px;
    }

    section.pricing .heading h3,section.template-card .template-heading h2,
    section.why-beca .heading-circle .heading h3,
    section.reviews .heading h3,
    section.trial .row.trail-box .trial-heading h3,
    section.logo-slider .heading h3,
    section.text-image .text-heading h3,
    section.faq .faq-heading h3 {
        font-size: 32px;
    }
}

@media (min-width:992px) {
    .reasons.content .reason:first-child {
        margin-left: -15% !important;
    }

    .reasons.content .reason:last-child {
        margin-left: -15% !important;
    }

    section.why-beca .circle-icons {
        margin-left: auto;
        margin-right: 0;
    }

    section.why-beca .circle-icons .center-circle .center-content {
        width: 40%;
    }

    section.why-beca .circle-icons .center-circle .center-content h4 {
        font-size: 24px;
    }

    section.why-beca .circle-icons .center-circle {
        width: 500px;
        height: 500px;
        background-color: #FFF8F8;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 5px 4px 4px 4px #00000040;
    }

    section.why-beca .heading-circle .heading h3 {
        font-weight: 500;
    }

    section.why-beca .heading-circle .heading {
        width: 200px;
        height: 200px;
        position: absolute;
        left: -18%;
        top: 50%;
        transform: translateY(-50%);
        background: linear-gradient(90deg, #37CFFF 25%, #49F45A 78.5%);
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    section.why-beca .heading-circle .heading h3 {
        color: #fff;
    }

    nav ul.navbar-nav {
        gap: 42px;
    }

    .reasons.content .reason:nth-child(2) {
        margin-top: 24% !important;
    }

    .reasons.content .reason:nth-child(3) {
        margin-top: 18% !important;
    }

    .reasons.content .reason:last-child {
        margin-top: 11% !important;
    }
}

@media (min-width:1200px) {
    /* big landscape tablets, laptops, and desktops */
}

@media (min-width:1400px) {
    /* hi-res laptops and desktops */
}

@media (max-width:1280px) {
    .container-fluid {
        max-width: 95%;
    }
}


@media (max-width:1024px) {
    .becaGrowth {
        width: 400px;
        height: 400px;
    }
    .whyChooseText {
        width: 150px;
        height: 150px;
    }
}
@media (max-width:991px) {
    .ourFeatures .col-md-3 {
        width: 100%;
    }
    .col5 {
        width: 100%;
        padding: 40px 15px;
    }
    h1 {
        font-size: 38px;
    }
    h2 {
        font-size: 30px;
    }
    h4 {
        font-size: 18px;
    }
    .becaGrowth h5 {
        width: 35%;
    }
    .ourFeatures .row.text-center.owl-carousel, 
    .industryRelevance .owl-carousel, 
    .growthList .owl-carousel {
        margin: 0;
    }
    .ourFeatures .owl-carousel .owl-stage-outer, 
    .industryRelevance .owl-carousel .owl-stage-outer, 
    .growthList .owl-carousel .owl-stage-outer {
        padding: 0;
    }
    section.reviews .owl-nav {
        top: -14%;
    }

}


@media (max-width:767px) {
    .growthList li span {
        width: 40px;
        height: 40px;
        display: inline-block;
        background: #fff;
        border-radius: 50%;
    }
    .growthList li p {
        width: calc(100% - 60px);
        display: inline-block;
    }
    .becaGrowth {
        width: unset;
        height: unset;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        display: block;
        border-radius: 0;
    }
    .becaGrowth ul {
        display: none;
    }
    .growthList li {
        max-width: 85%;
    }
    .becaGrowth h5 {
        margin-bottom: 20px;
        width: 100%;
    }
    .becaGrowth h5 br {
        display: none;
    }
    .whyChooseText {
        border-radius: 50%;
        position: relative;
        top: unset;
        left: unset;
        transform: translateY(0%);
        margin: 0 auto 30px;
    }
    .growthList ul li p {
        margin: 0;
    }
    .integration-group {
        max-width: 400px;
        height: 300px;
    }
    .rich-text .rich-description {
        text-align: center;
    }
    .rich-text a.btn {
        margin: 0 auto;
    }
    .integration .rich-description {
        text-align: center;
    }
    .ourFeatures .col-md-3 a {
        border: 0px;
    }
    section.reviews .owl-nav {
        top: unset;
        position: relative;
        right: unset;
        margin: 0 auto;
        justify-content: center;
    }
    #reviewSlider {
        margin-top: 0 !important;
    }
    .growthList li {
        max-width: 100%;
        margin-bottom: 0;
        padding: 30px 20px;
    }
    .whychooseUs {
        background: #f7f7f7;
        margin: 50px 0;
    }
    .whychooseUs .col-md-6 {
        padding: 0;
        margin: 0;
    }
    section.pricing .row.custom-plan .custom-plan-action a.btn {
        margin: auto;
    }
    section.faq .row.faqs .faq-image {
        margin: 0 auto;
    }
    .featureIcon {
        border: 2px solid #f3f3f3;
    }

    footer .container-fluid, footer .menu-block .menu-heading h4 {
        text-align: center;
    }
    .footer-logo {
        margin: 0 auto;
    }
    footer .logo-block .d-flex {
        justify-content: center;
    }
    
}
@media (max-width:680px) {
    .owlCarouselItemText, .owlCarouselItemImg {
        width: 100%;
    }
    .owlCarouselItemText {
        padding-top: 40px;
    }
    .pad70 {
        padding: 50px 0;
    }
    .padb70 {
        padding-bottom: 50px;
    }
    .industryRelevance .justify-content-center {
        margin-bottom: 20px;
    }
}

@media (max-width:500px) {
    .growthList li {
        max-width: 100%;
        padding: 10px;
    }
    .growthList li:nth-child(even), .growthList li:nth-child(3) {
        margin-left: 0;
    }
    .growthList li p {
        width: calc(100% - 50px);
    }
}

@media (max-width: 480px) {
    a.btn.maxwd {
        max-width: 100%;
        display: block;
        margin-bottom: 10px;
    }
    .exploreSoftware .dFlx.justify-content-between {
        flex-flow: column-reverse;
    }
}