/* UNIVERSAL CSS STARTS */
:root {
  --primary: #404b52;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", serif;
}

.container-main {
  max-width: 100%;
  width: 1440px;
  margin: auto;
  padding: 0px 20px;
}

header {
  position: sticky;
  top: 0;
  background: white;
  z-index: 99999;
  margin: 0 auto;
  /*transition: all 0.1s linear;*/
  width: 100%;
   transition: all 0.2s;
}

button {
  font-family: "Poppins", serif;
  transition: all 0.3s;
}

.form-plans-last-btn a:hover {
  transform: scale(1.05);
}

/*.form-plan-btn1:hover {*/
/*  transform: scale(1.05);*/
/*}*/

.btn-overlap:hover {
  transform: scale(1.05);
  transition: all 0.3s ease;
}

a {
  transition: all 0.3s ease;
  text-decoration: none;
}

a:hover {
  transition: scale(1.09);
}

button:hover {
  cursor: pointer;
  transition: all 0.3s ease;
}

.w-60 {
  width: 65%;
}

.w-40 {
  width: 35%;
}

.half {
  width: 50%;
}

/*==========================================
 UNIVERSAL CSS ENDS
 =========================================== */

/* ---------------chatbot */
#tidio-chat #button-body {
    background: #23c66d !important;
}


/* ===================================================
MAIN NAVIGATION CSS STARTS
===================================================== */
/* =========================HOmepage=========== */

.fixed-head {
  background: url(../images/homekpageMainbg.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 30px;
 transition: all 0.2s;
}

.nav-bar-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
 
}

.nav-bar-wrapper > a {
  width: 25%;
}

.logo-section {
  display: flex;
  gap: 10px;
  align-items: center;
}

.logo {
  font-size: 0;
  width: 100%;
}

.logo-name {
  width: 85%;
}

.nav-bar-wrapper > a .logo-section {
  width: 285px;
}

.top h2 {
  color: #124722;
}

.logo-name span {
  color: var(--primary);
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 75%;
}

.nav-items {
  display: flex;
  gap: 40px;
  margin: 0;
  padding: 0;
  float: right;
}

.navigation-wrapper {
  width: 72%;
}

.burger-dropdown-toggle .nav-items {
  display: block;
  float: none;
}

.nav-items .nav-item {
  list-style: none;
  font-size: 17px;
  padding: 10px 0;
  transition: all 0.5s;
  border-bottom: 2px solid white;
}

.nav-item a {
  text-decoration: none;
  color: #686868;
  transition: all 0.2s;
}

.nav-item a.nav-active {
  color: #23c66d !important;
}

.nav-items .nav-item:hover a {
  color: #23c66d;
  transition: all 0.2s;
}

.nav-item.nav-active:hover {
  border-bottom: 2px solid #23c66d;
}

.appoint-btn {
  width: 28%;
}

.appoint-btn a {
  float: right;
  padding: 14px 25px;
  background-color: #404b52;
  color: white;
  border-radius: 6px;
  border: none;
  transition: all 0.6s;
}

.appoint-btn a span {
  font-size: 17px;
  display: block;
}

.logo-sec-hide {
  display: none;
}

.appoint-btn a:hover {
  background: #23c66d;
  transition: all 0.3s;
}

/*=======================================================
 Burger menu css starts
 =======================================================*/

.toggle-burger i.fa.fa-bars {
  color: var(--primary);
}

.burger-wrapper {
  width: 500px;
  display: none;
}

.toggle-burger {
  float: right;
  /* padding-right: 10px; */
  font-size: 35px;
}

.burger-dropdown-toggle .flex-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--primary);
  padding-bottom: 5px;
}

.burger-dropdown-toggle {
  background: rgba(255, 255, 255, 0.98);
  width: 100%;
  height: 0;
  max-width: 100%;
  position: fixed;
  top: -1000px;
  right: 0;
  padding: 10px 20px;
  z-index: 999;
  transition: height 0.7s, top 0.9s;
  display: flex;
  flex-direction: column;
  transition: all 2s;
}

.burger-dropdown-toggle .logo-section {
  width: 50%;
}

.burger-dropdown-toggle .logo-section .logo {
  width: 12%;
}

.burger-dropdown-toggle .appoint-btn a {
  float: left;
}

.burger-dropdown-toggle .items {
  padding: 0;
  margin: 0;
  position: relative;
}

.items .item {
  list-style: none;
}

.item a {
  text-decoration: none;
  color: grey;
}

.burger-dropdown-toggle .log-sign-btns .log-sign-btn {
  padding: 10px;
}

.burger-dropdown-toggle button.cancel {
  border: none;
  background: transparent;
  font-size: 27px;
  font-weight: lighter;
  color: var(--primary);
}

.cancel i {
  font-weight: 300;
}

.burger-dropdown-toggle .appoint-btn {
  width: auto;
}

.burger-dropdown-toggle > a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--primary);
  padding-bottom: 5px;
}

.burger-dropdown-toggle button.cancel i {
  font-weight: lighter;
  font-size: 30px;
}

/*==============================================
 MAIN NAVIGATION CSS ENDS
 =============================================== */

/*================================================
 HERO BANNER CSS STARTS
 =================================================*/
/* ======For Background==== */
section.bg-wrapper {
  background: url(../images/homekpageMainbg.jpg);
  background-size: cover;
  background-position: center;
}

.blogs-empower-your-bussiness-heading-section {
  background: url(../images/bg-blogs.png);
  background-size: cover;
}

.blogs-empower-your-bussiness-banner {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  text-align: center;
  margin: 30px 0 100px;
}

/* =========For Text on BG====== */
.blogs-empower-your-bussiness-banner
  .blogs-empower-your-bussiness-main-heading-wrap {
  max-width: 100%;
  width: 1266px;
  padding: 100px 180px;
}

/* .blogs-empower-your-bussiness-main-heading-wrap {
  width: 85%;
  padding: 100px 0;
} */

.blogs-empower-your-bussiness-banner
  .blogs-empower-your-bussiness-main-heading {
  font-size: 32px;
}

.blogs-empower-your-bussiness-banner
  .blogs-empower-your-bussiness-main-heading
  h1 {
  line-height: 80px;
  margin-bottom: 15px;
  font-size: 70px;
  font-weight: 700;
  color: #404b52;
}

.blogs-empower-your-bussiness-banner .main-text {
  max-width: 607px;
  margin: auto;
  text-align: center;
  color: #c0c0c0;

  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.01em;
}

/* ------Search Bar and search icon--------- */
.blogs-search-bar-wrapper {
  max-width: 522px;
  margin: auto;
}

.blogs-search-bar {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

/* ----------Search Input----------- */
.blogs-search-bar .input-search {
  width: 65%;
  padding: 10px 20px;
  border-radius: 5px;
  color: #404b52;
  font-size: 20px;
  font-weight: 400;
  border: 1px solid #e3e3e3;
  font-family: "Poppins";
  background-color: #f6f6f6;
}

.blogs-search-bar .input-search:focus {
  background: white;
}

.input-search::-webkit-input-placeholder {
  color: #b5b7c0;
}

.input-search::-ms-input-placeholder {
  color: #b5b7c0;
}

.input-search::-moz-placeholder {
  color: #b5b7c0;
}

.input-search:focus {
  outline: none;
}

/* --------------search button------------ */
button.btn-search {
  width: 35%;
  display: flex;
  align-items: center;
  background-color: #23c66d;
  color: white;
  border: 1px solid #0d9f50;
  padding: 10px 15px;
  border-radius: 5px;
}

.btn-search .search-text {
  font-size: 18px;
  font-weight: 500;
  width: 85%;
  letter-spacing: -0.01em;
}

.btn-search .search-svg {
  font-size: 0;
  width: 15%;
}

.search-svg svg {
  width: 100%;
}

.btn-search > span {
  padding-right: 10px;
  font-size: 20px;
}

/*======================================
 HERO BANNER CSS ENDS
 =======================================*/

/*======================================================
 BLOG CARD CSS STARTS
 ========================================================= */

section.blogs-crads-container {
  margin: 100px 0;
}

.blogs-crads-heading p {
  font-size: 40px;
  font-weight: 600;
  color: var(--primary);
  line-height: 60px;
  letter-spacing: -0.01em;
}

.blogs-crads-holder {
  display: flex;
  gap: 0;
  margin: 30px -17px;
  flex-wrap: wrap;
}

.blogs-cards-collection {
  max-width: 33.33%;
  padding: 0 17px 30px;
}

.blogs-crads-holder .main-card {
  border: 1px solid #e8e8ea;
  max-width: 100%;
  border-radius: 29px;
  height: 100%;
}

.blogs-cards-collection {
  display: none;
}

/* .blogs-crads-holder .blogs-cards-collection:nth-child(n+7) {
  display: none;
} */

.main-card a {
  padding: 19px;
  display: flex;
  flex-direction: column;
}

.main-card .card-image {
  overflow: hidden;
  border-radius: 15px;
  font-size: 0;
}

.main-card .card-image img {
  width: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.main-card:hover .card-image img {
  transform: scale(1.1);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.card-detail-wrapper {
  padding: 5px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-detail h2 {
  font-size: 22px;
  color: var(--primary);
  font-weight: 500;
  line-height: 38px;
  margin: 15px 0;
}

.card-detail h2 span {
  display: block;
}

.card-date-read-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-date {
  font-size: 18px;
  font-weight: 300;
  color: #97989f;
}

.read-more {
    display: none;
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
  font-size: 18px;
}

/* ----------Load more Button css --------------*/
.load-more-btn {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 25px;
}

.load-more-btn button {
  padding: 14px 25px;
  font-size: 17px;
  border: 1px solid #0d9f50;
  border-radius: 6px;
  background-color: #23c66d;
  color: white;
  font-weight: 500;
}

#viewLessBtn {
  display: none;
}

.load-more-btn button:hover {
  transform: scale(1.05);
}

/*=========================================================
 CARD CSS ENDS
 ======================================================= */

/*===========================================================
 CONTACT CSS STARTS
 ============================================================ */

.contact-wrapper {
  display: flex;
  gap: 60px;
  border-radius: 61px;
}

.contact-us-wrapper {
  width: 45%;
  background-image: url(../images/contact\ bg.png);
  background-position: bottom;
  background-size: cover;
  padding: 45px 45px 219px;
  border-radius: 61px;
  color: #ffffff;
  box-shadow: 0px 0px 73.09px 36.55px #00000008;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 7px;
  justify-content: center;
  padding: 21px 0 10px;
}

.contact-details .detail-list a {
  display: flex;
  gap: 30px;
  padding: 3px 0;
}

.detail-list a .img {
  width: 30px;
  font-size: 0;
}

.detail-list a span {
  width: 92%;
  color: var(--primary);
  font-size: 19px;
  font-weight: 400;
      display: flex
;
    align-items: center;
}

.contact-us .head {
  color: var(--primary);
  font-size: 46px;
  font-weight: 600;
}

.contact-us .head span {
  color: #23c66d;
}

.contact-us p {
  color: var(--primary);
  font-size: 15px;
  font-weight: 400;
}

.social-handles {
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.social-handles span {
  font-size: 0;
  display: block;
  width: 5.6%;
}

.social-handles span a {
  width: 100%;
}

/* ================GET IN TOUCH SECTION ----======= */
.get-in-touch {
  width: 55%;
  padding: 40px 50px;
  background: white;
  border-radius: 61px;
  box-shadow: 0px 0px 73.09px 36.55px #00000008;
}

.get-in-touch-head .heading {
  font-size: 46px;
  color: var(--primary);
  font-weight: 600;
  letter-spacing: -0.01em;
}

.get-in-touch-head .heading span {
  color: #23c66d;
}

.get-in-touch-head .text {
  font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
  color: var(--primary);
  letter-spacing: -0.01em;
}

.form-fill {
  padding-top: 26px;
}

.fname-lname {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 6px 0;
}

.half {
  width: 50%;
}

.msg-box {
  overflow: hidden;
  width: 100%;
}

form input {
  width: 100%;
  padding: 10px;
  border: 1px solid #cecfd4;
  border-radius: 4px;
  color: #1b2d38;
  font-size: 15px;
  font-weight: 400;
}

form label {
  font-family: Poppins;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.01em;
  margin-bottom: 5px;
  color: #404b52;
  display: block;
}

form input::placeholder {
  color: #c0c0c0;
}

.phone {
  position: relative;
}

select[id="country-code"] {
  position: absolute;
  bottom: 8px;
  left: 0px;
  width: 44px;
  border: none;
  padding: 3px 0;
  color: #686d81;
  border-right: 1px solid #cecfd4;
  background: transparent;
  outline: none;
}

input:focus {
  outline: none;
  background: none;
}

input[type="tel"] {
  padding-left: 58px;
}

input[type="tel"]::-webkit-inner-spin-button,
input[type="tel"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #b5b7c0;
  border-radius: 6px;
  padding: 10px;
  resize: none;
  color: #1b2d38;
  font-size: 15px;
}

textarea::placeholder {
  color: #c0c0c0;
}

textarea:focus {
  outline: none;
}

.sub-btn {
  background: #0561af;
  padding: 11px 21px;
  color: white;
  margin-top: 10px;
  border-radius: 5px;
  border: 1px solid #004279;
  font-size: 17px;
  font-weight: 500;
}

/*.sub-btn:hover {*/
/*  transform: scale(1.02);*/
/*}*/

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  display: none;
  z-index: 999;
}

.success_popup {
    width: 100%;
    display: inline-block;
    background: #0000006b;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 99999999;
    display: flex;
}

.submitPopup {
    width: 560px;
    max-width: 100%;
    height: 428px;
    background-image: url(../images/popup-bg-sub.png);
    background-position: center;
    background-size: cover;
    border-radius: 26px;
    margin: auto;
    display: flex;
        position: relative;
    justify-content: center;
}

.sub-btn span.gif {
    width: 100px;
    display: inline-block;
    font-size: 0;
    float: left;
}



.popuptick-wrap {
  width: 171px;
  height: 171px;
}
.thankyou-sub {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  color: #404b52;
}
.sub-popup-cross-wrap {
    width: 45px;
    height: 45px;
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
}
.subPopupTickIcon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sub-sent {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: #404b52;
  padding-top: 27px;
}

/*================================================== CONTACT CSS ENDS */

/* ==========================================CSS FOR SINGLE BLOG HTML START===================== */

/* ---------------------------------BANNER SECTION------------------------ */

.blog-wrap {
  width: 50%;
  margin: auto;
}

.single-blog-banner-image-wrap {
  position: relative;
  margin-top: 30px;
}

.single-blog-banner-image {
  width: 100%;
  margin-top: 20px;
  font-size: 0;
}

.banner-image {
  overflow: hidden;
  border-radius: 20px;
  font-size: 0;
}

.single-blog-banner-image img {
  width: 100%;
  max-height: 850px;
}

.popup-wrapper {
    position: absolute;
    right: 20px;
    box-shadow: 0px 0px 8px 0px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    top: 20px;
    z-index: 11;
    width: 40px;
    background: #222222;
    font-size: 0;
    border-radius: 5px;
    cursor: pointer;
    display: flex
;
    flex-direction: column;
    align-items: center;
}

.single-blog-image {
  padding: 9px;
}

#single-blog-options {
  display: none;
  flex-direction: column !important;
  width: 40px;
  gap: 10px;
  background: var(--primary);
  border-radius: 0px 0px 3px 3px;
  align-items: center;
  padding: 5px;
}
a#whatsapp-share {
  padding-bottom: 5px;
}

a#facebook-share,
a#twitter-share,
a#linkedin-share,
a#whatsapp-share {
  width: 100%;
  margin-top: 5px;
}

.single-blog-image img {
  width: 100%;
}

/*--------------------======================= BLOG TEXT SECTION STARTS =======================---------------------*/
.single-blog-content {
  margin: 60px 0;
}

.single-blog-content a{
    text-decoration: underline;
}

.single-blog-content h1 {
  font-size: 50px;
  color: #404b52;
  font-weight: 600;
  line-height: 75px;
  padding-bottom: 20px;
}

.single-blog-content .img {
  margin: 20px 0;
}

.single-blog-content h2 {
  font-size: 25px;
  color: var(--primary);
  font-weight: 600;
  padding: 10px 0;
}

.single-blog-content .mini-heading {
  color: var(--primary);
  font-weight: 600;
  font-size: 20px;
}
.single-blog-content .mini-heading2 {
  color: var(--primary);
  font-weight: 600;
  font-size: 18px;
}

.single-blog-content p {
  color: var(--primary);
  padding: 5px 0;
  font-size: 18px;
}

.single-blog-content ul li::marker {
  color: var(--primary);
}

.single-blog-content ol,
.single-blog-content ul {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}

.single-blog-content ul li {
  color: var(--primary);
  padding: 5px;
  font-size: 18px;
  /* text-indent: -20px; */
}

.single-blog-content ol li {
  color: var(--primary);
  font-size: 18px;
  font-weight: 400;
  padding: 5px 0;
}

.heading .para {
  color: #404b52;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
}

.points-for-blog .point {
  margin: 30px 0;
}

.single-blog-content .table {
  padding: 10px 0;
}

.table table,
th,
td {
  border: 1px solid grey;
  border-collapse: collapse;
}

.table th,
td {
  padding: 10px;
  padding-left: 10px;
  text-align: left;
}

/* -----------------NEXT & PREVIOUS BUTTONS-------------------- */

.prev-next-wrapper {
  margin-top: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.prev-next-wrapper .btn {
  padding: 12px 20px;
  border: 1px solid #586268;
  border-radius: 5px;
  color: var(--primary);
  background: white;
  font-size: 18px;
  font-weight: 500;
}

.prev-next-wrapper .prev span {
  padding-right: 6px;
}

.prev-next-wrapper .next {
  margin-left: 15px;
}

.prev-next-wrapper .next span {
  padding-left: 6px;
}

.nav-btns-style {
  background: #23c66d !important;
  color: white !important;
  border: 2px solid #0d9f50 !important;
}

/*===================================== BLOG TEXT ENDS========================= */

/*========================= COMMENT-SECTION STARTS ==================================*/
.comment-wrapper {
  width: 100%;
  margin: 100px 0;
}

.comment-section {
  width: 50%;
  margin: auto;
}

.comment-section .leave-a-reply h2 {
  font-size: 38px;
  color: #404b52;
  font-weight: 600;
}

.reply-form form {
  padding-top: 12px;
}

/* ============================================COMMENT-SECTION ENDS==================================== */
/* ============================================Terms & Condition starts ================================= */
.terms-and-conditions-wrapper {
  margin-top: 40px;
}

.terms-and-conditions-wrapper .terms-and-conditions-heading {
  text-align: center;
  line-height: 2;
}

.terms-and-conditions-wrapper .terms-and-conditions-heading h1 {
  font-size: 50px;
  font-weight: 600;
  color: var(--primary);
}
.terms-and-conditions-wrapper .terms-and-conditions-heading p {
 
  color: var(--primary);
}
.pr-policy-and-tr-conditions-content  h2 {
  font-weight: 500;
  font-size: 38px;
  color: var(--primary);
}
.pr-policy-and-tr-conditions-content > h3{
 font-size: clamp(20px, 2vw, 20px);
}

.pr-policy-and-tr-conditions-content > h3,
.pr-policy-and-tr-conditions-content li,
.pr-policy-and-tr-conditions-content > h2,
.pr-policy-and-tr-conditions-content > p {
  padding: 10px 0 !important;
  color: var(--primary);
}

.pr-policy-and-tr-conditions-content {
  margin: 20px 0;
}

.pr-policy-and-tr-conditions-content ul {
  padding-left: 20px;
}

.pr-policy-and-tr-conditions-content span {
  font-weight: 600;
  color: var(--primary);
}
.sev-waiver{
  font-size: clamp(9px, 2vw, 16px);
}
h3.f-size16 {
    font-size: clamp(17px, 2vw, 17px);
}
/* ================================================ Terms & Conditions ends================================= */

/* =================================================Privacy Policy starts======================================= */
.privacy-policy-wrapper {
  margin-top: 40px;
}

.bold-txt{
    font-weight: 500;
    font-size: 20px;
    
}

.privacy-policy-heading-and-description h1 {
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  color: var(--primary);
}

.privacy-policy-heading-and-description h2,
.privacy-policy-heading-and-description p {
  padding: 10px 0;
  color: var(--primary);
  text-align: justify;
}
.privacy-policy-heading-and-description h2{
    font-size: 38px;
    font-weight: 500;
}

/* 
.f-size16 {
  font-size: 16px !important;
  color: var(--primary);
} */
.pr-policy-and-tr-conditions-content  h3{
    font-size: 28px;
    font-weight: 500;
}

/* ===============================================Privacy Policy ends============================================= */

/* ================================================================
HOMEPAGE CSS STARTS
====================================================================*/
/* --------HOMEPAGE BG STARTS------------ */
section.tabber {
  background-image: url(../images/homekpageMainbg.jpg);
  background-position: center;
  background-size: cover;
}

.main-bg {
  padding: 150px 0 200px;
  border-radius: 20px;
  position: relative;
}

.main-bg .main-content .btns .green .txt {
  width: 84%;
  font-size: 18px;
  text-align: center;
}

.main-bg .main-content {
  width: 53%;
  margin: auto;
  position: relative;
}

.main-bg .heading {
  margin-bottom: 40px;
}

.main-bg .heading h1 {
  font-size: 70px;
  color: #23c66d;
  font-weight: 700;
  text-align: center;
}

.main-bg .heading .subheading {
  font-weight: 500;
  font-size: 44px;
  line-height: 65px;
  color: var(--primary);
  text-align: center;
}

.main-bg .heading .description {
  font-size: 14px;
  font-weight: 400;
  color: var(--primary);
  text-align: center;
  max-width: 87%;
  margin: auto;
  padding-top: 30px;
}

.main-bg .main-content .btns .green .img {
  width: 26%;
  font-size: 0;
}

.float-img .firstN {
  position: absolute;
  top: 19%;
  left: 26px;
  width: 16%;
}

.float-img .date {
  position: absolute;
  bottom: 16%;
  right: 126px;
  width: 15%;
}

.float-img .dragdrop {
  position: absolute;
  top: 18%;
  right: 0%;
  width: 22%;
}

.float-img .choosefile {
  position: absolute;
  top: 58%;
  left: 49px;
  width: 19%;
  transform: rotate(-18deg);
}

.main-bg .btns {
  display: flex;
  justify-content: center;
}

.main-bg .btns a .green {
  padding: 16px 44px;
  background-color: #23c66d;
  border: none;
  color: white;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
}

.main-bg .btns a .green::before {
  content: "";
  background: url(../images/home-arrowww.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 47%;
  left: 200px;
  height: 210px;
  width: 85px;
  cursor: default;
}

.main-bg .btns div a .img img {
  width: 100%;
}

.main-bg .btns div a {
  color: #23c66d;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

/* --------------------------------------------tabber-css- homepage----------------------------- */
.tabber .main-tabs .heading {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.tabber .main-tabs .heading .tab {
  padding: 10px 20px;
  border: 2px solid #e4e4e4 !important;
  border-radius: 6px;
  text-align: center;
  background: white;
  cursor: pointer;
  width: 270px;
}

.tabber .main-tabs .heading .tab.tab-active {
  border: 2px solid #0d9f50 !important;
}

.tabber .main-tabs .heading .tab.tab-active span {
  color: #0d9f50 !important;
  display: block;
}

.tabber .main-tabs .heading .tab span {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -1%;
  display: block;
  color: #e4e4e4 !important;
}

.onlybg {
  background: url(../images/enableusers.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 258px;
  margin-top: -265px;
}

.tabber .main-tabs .main-content .content {
  display: none;
  font-size: 0;
  border-radius: 19px;
  overflow: hidden;
}

.tabber .main-tabs .main-content .content.content-active {
  display: block;
  box-shadow: 0px 0px 40px 0px #00000033;
}

.tabber .main-tabs .main-content {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

/* ==================================================LOGO SWIPER=================================== */
.logo-swiper {
  background: url(../images/enableusers.jpg);

  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.logo-swiper .descriptive p {
  text-align: center;
  color: #50555b;
  font-size: 20px;
  font-weight: 300;
}

.slider {
  background-color: transparent !important;
}


.slick-initialized .slick-slide {
  display: block;
  padding: 0 55px;
}
.logo-slider .slider {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.logo-slider .slick-initialized {
    visibility: visible;
    opacity: 1;
}


/*.logo-swiper .slider::before {*/
/*  display: none;*/
/*}*/

/* ----------Homepage bg ended ---------------*/

/* ----------------Form Section Starts-------------- */
.form-home {
  background: #f0f0f0;
  border-radius: 20px;
  max-width: 1134px;
  margin: auto;
  position: relative;
  top: -167px;
}

.form-home .heading h3 {
  font-size: 24px;
  font-weight: 500;
  color: #404b52;
}

.form-home .wrapper {
  padding: 21px 40px;
}

.form-name {
  margin-top: 13px;
}

.form-name > input {
  width: 246px;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #b5b7c0;
}

.form-home .wrapper .main-form {
  background: #f6f6f6;
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  border-radius: 20px;
}

.main-form .side-form {
  background: #ffffff;
}

.main-form .mid-form-wrapper {
  width: 50%;
  padding: 35px 55px;
}

.mid-form {
  border-radius: 20px;

  background-color: white;
}

.red-txt {
  color: #df0404;
}

.red-border {
  border: 1px solid #df0404;
}

.red-border::placeholder {
  color: #df0404;
}

.mid-form-inner {
  padding: 13px 21px;
}

.location {
  position: relative;
}

.location span {
  width: 4%;
  display: block;
  position: absolute;
  top: 33px;
  left: 4px;
}

.location input {
  padding-left: 24px !important;
}

.mid-form-inner .sub-btn {
  width: auto;
  border-radius: 4px;
  padding: 7px 17px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
}

.left-form .menu .sub-menu {
  border-bottom: 1px solid #eeeeee;
  padding: 14px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.left-form .menu .sub-menu span {
  font-size: 0;
}

.menu .sub-menu .text a {
  font-size: 14px;
  font-weight: 500;
  color: #404b52;
}

.side-form h3 {
  font-weight: 500;
  font-size: 18px;
  padding: 16px 25px;
  color: #404b52;
  border-bottom: 1px solid #eeeeee;
}

.left-form {
  border-radius: 20px 0 0 20px;
  width: 20%;
}

.right-form form input {
  min-height: auto;
  padding: 5px;
}

.right-form {
  border-radius: 0px 20px 20px 0px;
  width: 30%;
}

.field-setting {
  display: flex;
  justify-content: space-around;
  padding: 15px 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 16px;
  font-weight: 600;
  color: #404b52;
}

.right-f {
  padding: 16px 25px;
}

.mid-form-inner .heading {
  padding-bottom: 20px;
}

.mid-form-inner form input {
  min-height: auto;
  padding: 5px;
}

.mid-form-inner form .phone {
  position: relative;
}

.mid-form-inner form .phone select {
  position: absolute;
  top: 33px;
  border: none;
  border-right: 1px solid #b5b7c0;
  background: transparent;
  color: #b5b7c0;
}

.mid-form-inner form .phone input {
  padding-left: 60px;
}

.mid-form-inner .heading h3 {
  color: #404b52;
  font-size: 18px;
  font-weight: 500;
}

.mid-form-inner .heading p {
  font-size: 13px;
  font-weight: 400;
  color: #404b52;
}

.mid-form-inner form > div {
  margin-bottom: 15px;
}

.right-f form > div {
  margin-bottom: 20px;
}

.form-home .cancel-save {
  text-align: right;
  padding: 30px 40px 40px;
}

.form-home > .cancel-save .btn {
  color: #efefef;
  padding: 5px 10px;
  width: 8% !important;
  border-radius: 4px;
}

.form-home > .cancel-save .cancel {
  background: #df0404;
  border: 1px solid #df0404;
  margin-right: 20px;
}

.form-home .cancel-save .save {
  background: #45a7f6;

  border: 1px solid #45a7f6;
}

/* ----------------------------------------form image css ---------------------------------- */
.main-form-img .form-img {
  padding: 20px;
  font-size: 0;
  max-width: 90%;
  margin: auto;
  margin-top: -178px;
  margin-bottom: 100px;
}

/* -----------------Form section ends--------------------- */

/* ---------------------------FLOAT SECTION STARTS----------------------------- */
.design-ideal {
  padding: 180px 0 0 0;
  overflow: hidden;
  width: 1440px;
  margin: auto;
  max-width: 100%;
}

.design-ideal .center-text {
  text-align: center;
  width: 49%;
  margin: auto;
  padding-bottom: 29px;
}

.center-text h2 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  color: #23c66d;
}

.center-text h2 span {
  color: var(--primary);
}

.center-text p {
  font-size: 16px;
  font-weight: 400;
  color: var(--primary);
}

.design-ideal .img-flex {
  display: flex;
  justify-content: center;
  position: relative;
}

.message-bottom480 {
  display: none;
}

.leftmid {
  position: absolute;
  bottom: 155px;
  left: 0;
  font-size: 0;
  width: 302px;
}

img {
  width: 100%;
}

.righttop {
  position: absolute;
  bottom: 100px;
  right: 0;
  font-size: 0;
  width: 302px;
}

.message-bottom {
  width: 700px;
  font-size: 0;
  z-index: -1111;
}

/* ------------------------------FLOAT SECTION ENDS---------------------------- */

/* -======================================ADVANCE FROM START=====================================================- */
.advance-form-container {
  background: url(../images/enableusers.jpg);
  /* box-shadow: 0px -5px 5px 0px #0000001A; */
  background-repeat: no-repeat;
  background-size: cover;
}

.advance-form-wrapper {
  overflow: hidden;
}

.white-bg {
  background-color: #f0f0f0;
}

.white-bg .advance-form-flex .advance-form .heading h2,
.white-bg .advance-form-flex .advance-form .heading p {
  color: #404b52 !important;
}

.advance-form-flex {
  display: flex;
  justify-content: space-between;
  gap: 170px;
  align-items: center;
  padding: 100px 30px 0;
}

.advance-form-flex .advance-form {
  width: 49%;
  padding-bottom: 75px;
}

.advance-form-img {
  width: 59%;
  font-size: 0;
  box-shadow: 0px 0px 29.24px 0px #0000000d;
  border-radius: 25px 25px 0 0;
}

.advance-form-img2 {
  width: 50%;
  margin-bottom: -107px;
}

.advance-form .heading h2 {
  color: #23c66d;
  line-height: 50px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
  width: 95%;
}

.advance-form .heading h2 span {
  color: var(--primary);
}

.advance-form .heading p {
  color: var(--primary);
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: left;
}

.advance-form .btns {
  color: var(--primary);
  width: 100%;
}

.advance-form .btns .btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 0 10px 0;
}

.feature-flex {
  display: flex;
}

.feature-flex .btns .btn .txt {
  font-size: 20px;
  font-weight: 400;
}

.btns .btn .img {
  font-size: 0;
  width: 15px;
}

.contact-sec {
  padding: 100px 0;
}

/* ================================================ ADVANCE FORM ENDS===================================================== */

/* ============================================INTEGRATE APP STARTS======================================================== */
.integrate-app .wrapper-main {
  padding: 100px 0;
}

.integrate-app .heading {
  text-align: center;
  max-width: 90%;
  margin: auto;
}

.integrate-app .heading h2 {
  padding-bottom: 30px;
  font-size: 40px;
  font-weight: 600;
  color: var(--primary);
  line-height: 50px;
  letter-spacing: -0.01em;
}

.integrate-app .heading p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--primary);
  letter-spacing: -0.01em;
}

.integrate-app .wrapper-main .item-boxes {
  padding-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.integrate-app .wrapper-main .item-boxes .item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.integrate-app .wrapper-main .item-boxes .item .item-img {
  box-shadow: 0px 0px 10px 0px #00000026;
  font-size: 0;
  border-radius: 12px 12px 0 0;
}

/* 
.integrate-app .wrapper-main .item-boxes .item1 {
  font-size: 0;
} */

.integrate-app .wrapper-main .item-boxes .item .txt p {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #404b52;
}

/* ========================================================INTEGRATE APP ENDS====================================================== */

/* ------------------------------------------------CUSTOM FROM STARTS-------------------------------------------------------------- */

.custom-form {
  background: url(../images/Backgoundimage-used-by-companies.png);
  background-size: cover;
}

.custom-form .main-flex {
  display: flex;
  gap: 130px;
  align-items: center;
  padding: 100px 0;
}

.custom-form .main-flex .flexed-itm .advance-form {
  width: auto;
}

.custom-form .main-flex .flexed-img {
  font-size: 0;
  box-shadow: 0px 0px 10px 0px #0000001a;
  border-radius: 10px;
}

.flexed-itm .advance-form .heading h2 {
  color: #404b52;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -0.01em;
  margin-bottom: 30px;
}

.flexed-itm .advance-form .heading h2 span {
  color: #23c66d;
}

.flexed-itm .advance-form .heading p {
  color: #404b52;
}

.flexed-itm .advance-form .btns .btn .img {
  font-size: 0;
}

/* ------------------------------------------------CUSTOM FORM ENDS-------------------------------------------------------------- */

/* ------------------------------------------------POWERFUL-FEATURES STARTS-------------------------------------------------------------- */
.powerful-features {
  background: url(../images/bglll.png);
  background-size: cover;
  background-position: center;
}

.powerful-features .container-main {
  padding: 100px 0;
}

.powerful-features .heading h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -0.01em;
  color: #404b52;
  text-align: center;
}

.powerful-features .heading span {
  color: #23c66d;
}

.powerful-features .btn {
  display: flex;
  justify-content: center;
}

.powerful-features .btn span {
  padding: 14px 25px;
  border: 1px solid #1b2d38;
  border-radius: 6px;

  font-size: 18px;
  font-weight: 500;
  line-height: 27px;

  background: #404b52;
  color: white;
}

ul.features-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(7, auto);
  column-gap: 85px;
  row-gap: 45px;
}

span.features-img {
  width: 40px;
}

li.features-list-li {
  display: flex;
  align-items: center;

  width: 100%;
  /* max-width: 271px; */
}

span.features-name {
  font-size: 22px;
  padding: 0px 0px 0px 10px;
  color: #404b52;
}

/* vvvvvvvvvvvvvv */

.feature-collection {
  padding: 50px 20px 0;
}

.feature-collection .features {
  display: flex;

  gap: 40px;
  align-items: center;
  max-width: 100%;
}

.feature-collection .features .feature {
  width: 25%;
  display: flex;
  border-radius: 7px;
  align-items: center;
  background: #f0f0f0;
  margin-bottom: 40px;
}

.feature-collection .features .feature .icn {
  max-width: 20%;
  display: inline-block;
  font-size: 0;
}

.feature-collection .features .feature .icn img {
  width: 100%;
}

.feature-collection .features .feature .txt {
  max-width: 80%;
  display: inline-block;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: -0.01em;
  padding: 10px;
}

/* ------------------------------------------------POWERFUL FEATURES ENDS-------------------------------------------------------------- */

/* -------------------------------------------------FORM-B-efficency STARTS---------------------------------------------------------- */
.form-b-efficency {
  background: url(../images/bg33.png);
}

.form-b-efficency .main-flex {
  display: flex;
  gap: 50px;
  align-items: center;
  padding: 100px 0;
}

.form-b-efficency .main-flex .features {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.form-b-efficency .main-flex .features .feature-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}

.form-b-efficency .main-flex .features .feature-wrapper .feature .btn-like {
  padding: 14px 18px;
  border-radius: 7px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.btn-like .icn {
  font-size: 0;
}

.bg-c1 {
  background-color: #ff9c06;
  border: 1px solid #df8600;
}

.bg-c2 {
  background: #106ac2;
  border: 1px solid #0555a3;
}

.bg-c3 {
  background-color: #45a7f6;
  border: 1px solid #2d90e0;
}

.bg-c4 {
  background: #df0404;
  border: 1px solid #cc0101;
}

.form-b-efficency .main-flex .features .feature-wrapper .feature p {
  color: white;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.feature-wrapper .feature .btn-like .txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.01em;
  color: white;
}

.form-b-efficency .main-flex .heading {
  padding: 0 80px;
}

.form-b-efficency .main-flex .heading h2 {
  color: white;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -0.01em;
  padding-bottom: 30px;
}

.form-b-efficency .main-flex .heading h2 > span {
  color: #23c66d;
}

.form-b-efficency .main-flex .heading p {
  color: white;
}

/* -------------------------------------------------FORM-B-efficency ENDS---------------------------------------------------------- */

/* HOME PAGE */

/* 1111111111111111111111111111111111111 */
section.the-features {
  padding: 100px 0px;
}

.feature-heading h2 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  color: #404b52;
}

span.features-span {
  color: #23c66d;
}

.features-wrap {
  width: 100%;
  color: #404b52;
  display: flex;
}

.features-grid-wrap {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  padding: 45px 0px 0px;
}

.inner-features-grid-wrap {
  width: 90%;
}

.feature-icon {
  width: 50px;
  display: flex;
}

.feature-list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0px 10px 0px;
}

.feature-name {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0px 0px 0px 10px;
}

.feature-name p {
  font-size: 17px;
  width: 100%;
}

/* 222222222222222222222222222222222 */
section.form-dev-efficiency {
  padding: 100px 0;
  background: url(../images/Backgoundimage-used-by-companies.png);
  background-size: cover;
}

.form-dev-efficiency-wrap {
  padding: 25px 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-dev-efficiency-first-half {
  width: 50%;
}

.form-dev-efficiency-first-half-wrap {
  width: 90%;
}

.form-dev-efficiency-first-half-wrap h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  color: #404b52;
  padding: 0px 0px 25px 0px;
}

span.form-dev-efficiency-span {
  color: #23c66d;
}

.form-dev-efficiency-first-half {
  width: 43%;
}

.form-dev-efficiency-first-half-wrap p {
  font-size: 16px;
  font-weight: 400;
  color: #404b52;
}

.form-dev-efficiency-second-half {
  width: 57%;
}

.form-advantages-outer-wrap {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.form-advantages-wrap {
  display: flex;
  gap: 25px;
}

.form-advantages {
  display: flex;
  width: 50%;
}

.form-dev-efficiency-second-half {
  display: flex;
  align-items: center;
  color: #404b52;
}

.advantage-icon {
  width: 20px;
  height: 23px;
  display: flex;
  align-items: self-end;
}

.advantage-icon-wrap {
  padding: 5px 10px 0px 0px;
}

.advantage-heading-para p {
  font-size: 12px;
  font-weight: 400;
}

.advantage-heading-para {
  padding: 0px 0px 10px 0px;
}

.advantage-heading-para h3 {
  font-size: 26px;
  font-weight: 400;
  padding-bottom: 10px;
}

/* 33333333333333333333333333333333333333 */
section.form-plans {
  padding: 100px 0;
}

.form-plans-to-choose-annual {
  display: none;
  width: 100%;
}

.form-plan-heading-btn-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 30px;
}

.form-plan-heading p {
  font-size: 60px;
  font-weight: 600;
  width: 100%;
  color: #404b52;
}

.choose-your-plans-block p {
  line-height: 60px;
  color: #404b52;
  font-size: 50px;
  font-weight: 600;
}

.form-plan-btns {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}

button.form-plan-btn1 {
  background-color: #404b52;
  border: 1px solid #1b2d38;
  color: #ffff;
  border-radius: 6px;
  padding: 10px 25px;
  font-size: 21px;
  font-weight: 500;
}

.btn-overlap {
  display: flex;
  transition: all 0.3s ease;
}

button.form-plan-btn2 {
  color: #838383;
  background-color: #ffff;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  z-index: 999;
  transform: translateX(15px);
  font-size: 21px;
  font-weight: 500;
  padding: 10px 25px;
}

button.form-plan-btn3 {
  background-color: #45a7f6;
  color: #ffff;
  border: 1px solid #2d90e0;
  border-radius: 6px;
  font-size: 15px;
  padding: 3px 26px;
  font-weight: 500;
}

button.form-btn2 {
  display: none;
}

.choose-your-plans-block {
  height: 340px;
  width: 31.25%;
  border: 2px solid #eeeeee;
  display: flex;
  align-items: center;
  border-radius: 6px 0px 0px 6px;
  padding-left: 2.5%;
}

.freeplan-block {
  height: 340px;
  width: 22.92%;
  background-color: #ececec;
  color: #838383;
  border: 1px solid #eeeeee;
  border-left: none;
}

.proplan-block {
  height: 340px;
  width: 22.92%;
  background-color: #23c66d;
  color: #ffff;
  border: 1px solid #eeeeee;
  border-left: none;
  border-right: none;
}

.proplan-block .active-plan-image {
  visibility: hidden;
}

.proplan-block .plan-btn-wrap span {
  background: white;
  color: #23c66d;
}

.proplusplan-block {
  height: 340px;
  width: 22.92%;
  background-color: #404b52;
  color: #ffff;
  border: 1px solid #eeeeee;
  border-left: none;
  border-radius: 0px 6px 6px 0px;
}

.proplusplan-block .plan-btn-wrap span {
  background: white;
  color: var(--primary);
}

.form-plans-to-choose-wrap {
  display: flex;
  width: 100%;
}

.form-plans-to-choose {
  display: flex;
}

.plan-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.active-plan-image {
  display: flex;
  width: 60%;
  margin-top: 40px;
}

.plan-inner-wrap .price-des {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  word-spacing: -10px;
}

.plan-p {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  word-spacing: -10px;
  padding-bottom: 30px;
}

span.plans-lowercase {
  font-size: 18px;
  font-weight: 500;
}

span.plans-btn-inblock.proplus {
  margin: 25px 0px 0px 0px;
}

span.plans-btn-inblock {
  background-color: #c1c1c1;
  border-radius: 6px;
  color: #ffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 30px 0px 0px 0px;
  padding: 14px 0px;
  width: 227px;
  cursor: pointer;
}

.form-plans-last-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0px 0px;
}

.form-plans-last-btn a {
    display: block;
  background-color: #404b52;
  color: #ffff;
  border-radius: 6px;
  border: 1px solid #1b2d38;
  padding: 14px 26px;
  font-size: 18px;
  font-weight: 500;
}

/* 4444444444444444444444444444444444444444444444 */
section.form-install {
  padding: 50px 0;
}

.form-install-wrap {
  background-image: url(../images/bg-gears.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 60px 0;
}

.form-install-heading {
  font-size: clamp(18px, 3vw, 60px);
  white-space: nowrap;
  color: #ffff;
}

.form-install-btn button {
  width: clamp(180px, 16vw, 240px);
  height: clamp(45px, 6vh, 55px);
  background-color: #ffff;
  color: #23c66d;
  border: none;
  border-radius: 6px;
}

.form-install-btn {
  padding: 20px 0px 0px 0px;
}

/* plans css starts here */
section.plans {
  padding: 100px 0;
}

.plans-upperpart {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0px 0px 20px 0px;
}

.plans-heading h2 {
  font-size: 59px;
  font-weight: 600;
  color: #404b52;
}

.plans-upperpart-btns {
  display: flex;
  align-items: center;
}

.plans-btns {
  display: flex;
  font-weight: 500;
  font-size: 20.54px;
}

.plans-btn1 {
  background-color: #404b52;
  width: 191px;
  height: 51.36px;
  border-radius: 6px;
  border: 1.47px solid #1b2d38;
  color: #ffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 7px 0px 0px;
}

.plans-btn2 {
  margin: 0px 0px 0px 7px;
}

span.plans-btn2-span {
  display: flex;
  justify-content: center;
  align-items: center;
}

p.plans-btn2-span-p1 {
  color: #838383;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  width: 126.19px;
  height: 51.36px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  margin-right: -8px;
  background-color: #ffff;
}

p.plans-btn2-span-p2 {
  width: 126.19px;
  height: 51.36px;
  border-radius: 6px;
  background-color: #45a7f6;
  border: 1px solid #2d90e0;
  color: #ffff;
  font-size: 14.67px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.the-plans {
  display: flex;
  width: 100%;
}

.Choose-plans {
  width: 31.25%;
}

.Choose-plans-inner-wrap {
  width: 100%;
}

.Choose-plans-head-wrap {
  width: 100%;
  height: 340px;
  border: 1px solid #eeeeee;
  border-right: none;
  border-bottom: none;
  border-radius: 6px 0px 0px 0px;
  display: flex;
  align-items: center;
  padding-left: 15%;
}

.choose-plans-heading {
  font-size: clamp(20px, 4vw, 49.5px);
  line-height: 58.69px;

  height: 118px;
  color: #404b52;
}

.Choose-plans-block {
  border: 1px solid#EEEEEE;
  border-right: none;
  border-bottom: none;
  height: 70px;
  font-size: 21.47px;
  display: flex;
  align-items: center;
  padding-left: 15%;
  color: #404b52;
}

.Choose-plans-block.leftedge {
  border-radius: 0px 0px 0px 6px;
  border-bottom: 2px solid #eeeeee;
}

.free-plan {
  width: 22.92%;
}

.free-plan-main-block {
  height: 340px;
  border: 1px solid#EEEEEE;
  border-right: none;
  border-bottom: none;
  width: 100%;
  display: flex;
  justify-content: center;
  background-image: url("../images/bg-gray.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.free-plan-block.mid {
  border-bottom: 2px solid #eeeeee;
}

.free-plan-main-block-wrap {
  width: 78.79%;
  padding: 15px 0px 15px 0px;
  line-height: 1.4;
}

.free-plan-img img {
  width: 100%;
  padding: 0px 6.33% 0px 6.33%;
}

.free-plan-heading {
  font-size: 28.29px;
  font-weight: 500;
  color: #838383;
  display: flex;
  align-items: center;
  justify-content: center;
}

.free-plan-price {
  font-size: clamp(20px, 4vw, 49.5px);
  color: #838383;
  word-spacing: -12px;
  display: flex;
  justify-content: center;
}

.free-plan-btn-wrap {
  padding: 20px 6.33% 0px 6.33%;
}

span.plan-lowercase {
  font-size: 17.61px;
}

.pro-plan-oldprice {
  font-size: 30px;
  font-weight: 500;
  color: #ffff;
  display: flex;
  justify-content: center;
}

span.per-month {
  font-size: 15px;
}

span.free-plan-btn {
  background-color: #c1c1c1;
  color: #ffff;
  border-radius: 6px;
  font-size: clamp(12px, 2vw, 17.61px);
  display: flex;
  justify-content: center;
  padding: 14px 0px;
  margin-top: 21%;
}

.free-plan-block {
  border: 1px solid#EEEEEE;
  border-right: none;
  border-bottom: none;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.free-plan-block img {
  width: 29.35px;
  height: 29.35px;
}

.pro-plan {
  width: 22.92%;
}

.pro-plan-inner-wrap {
  width: 100%;
}

.pro-plan-main-block {
  height: 340px;
  border: 1px solid #eeeeee;
  border-left: none;
  border-right: none;
  border-bottom: none;
  width: 100%;
  display: flex;
  justify-content: center;
  background-image: url("../images/bg-blue.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.pro-plan-block.mid {
  border-bottom: 2px solid #eeeeee;
}

.pro-plan-main-block-wrap {
  width: 78.79%;
  padding: 15px 0px 15px 0px;
  line-height: 1.4;
}

.pro-plan-img img {
  width: 100%;
  padding: 0px 6.33% 0px 6.33%;
}

.pro-plan-heading {
  font-size: 28.29px;
  font-weight: 500;
  color: #ffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro-plan-price {
  font-size: clamp(20px, 4vw, 49.5px);
  color: #ffff;
  word-spacing: -12px;
  display: flex;
  justify-content: center;
}

.pro-plus-plan-oldprice {
  font-size: 30px;
  font-weight: 500;
  color: #ffff;
  display: flex;
  justify-content: center;
}

.pro-plan-btn-wrap {
  padding: 20px 6.33% 0px 6.33%;
}

span.pro-plan-btn {
  background-color: #ffff;
  color: #33aade;
  border-radius: 6px;
  font-size: clamp(12px, 2vw, 17.61px);
  display: flex;
  justify-content: center;
  padding: 14px 0px;
}

.pro-plan-block {
  border: 1px solid #eeeeee;
  border-right: none;
  border-bottom: none;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro-plan-block img {
  width: 29.35px;
  height: 29.35px;
}

.pro-plus-plan {
  width: 22.92%;
}

.pro-plus-plan-inner-wrap {
  width: 100%;
}

.pro-plus-plan-main-block {
  height: 340px;
  border: 1px solid #eeeeee;
  border-left: none;
  border-bottom: none;
  width: 100%;
  display: flex;
  justify-content: center;
  border-radius: 0px 6px 0px 0px;
  background-image: url("../images/bg-orange.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* extra padding as there is no image on top */
.pro-plus-plan-img {
  padding: 9% 0px 0px 0px;
}

.pro-plus-plan-block.rightedge {
  border-radius: 0px 0px 6px 0px;
  border-bottom: 2px solid #eeeeee;
}

.pro-plus-plan-main-block-wrap {
  width: 78.79%;
  padding: 15px 0px 15px 0px;
  line-height: 1.4;
}

.pro-plus-plan-img img {
  width: 100%;
}

.pro-plus-plan-heading {
  font-size: 28.29px;
  font-weight: 500;
  color: #ffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro-plus-plan-price {
  font-size: clamp(20px, 4vw, 49.5px);
  color: #ffff;
  word-spacing: -12px;
  display: flex;
  justify-content: center;
}

.pro-plus-plan-btn-wrap {
  padding: 20px 6.33% 0px 6.33%;
}

span.pro-plus-plan-btn {
  background-color: #ffff;
  color: #ee8208;
  border-radius: 6px;
  font-size: clamp(12px, 2vw, 17.61px);
  display: flex;
  justify-content: center;
  padding: 14px 0px;
}

.pro-plus-plan-block {
  border: 1px solid #eeeeee;
  border-bottom: none;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro-plus-plan-block img {
  width: 29.35px;
  height: 29.35px;
}

/* --------------------------------------------------Install app------------------------------------- */
.app-install {
  background: url(../images/bg-gears.jpg);
  background-size: cover;
}

.app-install .heading {
  max-width: 90%;
  text-align: center;
  margin: auto;
  padding: 100px 0;
}

.app-install .heading h2 {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-align: center;
  padding-bottom: 30px;
  color: white;
}

.app-install .heading p > a {
  color: #23c66d;
  margin: auto;
  border-radius: 6px;
  padding: 14px 33px;
  font-size: 18px;
  background: white;
  font-weight: 500;
  display: inline-block;
}

.app-install .heading p > a:hover {
  transform: scale(1.03);
}

/* ----------------------------------------------------TESTIMONIAL STARTS------------------------------------------------ */
.testimonial {
  background: url(../images/Backgoundimage-used-by-companies.png);
  background-size: cover;
}

.testimonial .heading p {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -0.01em;
  text-align: center;
  color: var(--primary);
  padding-bottom: 25px;
}

.testimonial .wrapper-main {
  padding: 100px 0px;
}

/* 
.testimonial .slick-list.draggable {
  width: 90%;
  margin: auto;
} */

.testimonial .profile {
  display: flex;
  gap: 5px;
}

.prof-wrap {
  display: flex;
  justify-content: space-between;
}

.testimonial .profile .img {
  font-size: 0;
}

.testimonial .profile .name {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0%;
  color: var(--primary);
}

.testimonial .profile .user-time {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: var(--primary);
}

.speed-plus-first-slide .rating {
  width: 111px;
  padding-bottom: 16px;
}

.testimonial .slick-prev,
.testimonial .slick-next {
  position: absolute;
  z-index: 99;
}

.testimonial .slick-prev {
  left: -95px;
  width: 36px;
  height: 36px;
  background: #23c66d;
  border-radius: 6px;
}

.testimonial .slick-initialized .slick-slide {
  padding: 0 20px;
}

.testimonial .slick-next {
  right: -95px;
  width: 36px;
  height: 36px;
  background: #23c66d;
  border-radius: 6px;
}

.review-logo img {
  width: 100%;
}

.review {
  background: white;
  padding: 35px 20px;
  border-radius: 6px;
  width: 100%;
  box-shadow: 0px 28.93px 61.56px 0px #f0f0f0;
}

.speed-plus-first-slide .review .txt {
  height: 140px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  color: var(--primary);
}

.testimonial .slick-dots li button:before {
  font-size: 15px;
  background: var(--primary);
  color: transparent;
  border-radius: 21px;
  height: 6px;
  width: 24px;
}

.testimonial .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}

.testimonial .slick-dots {
  bottom: -40px;
}

.testimonial .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: transparent;
}

.testimonial .slick-prev:before {
  content: url("../images/left.png") !important;
  display: block;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #23c66d;
}

.testimonial .slick-next:before {
  content: url("../images/right.png") !important;
  display: block;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #23c66d;
}

/* ----------------------------------------------------------Contact section------------------------- */
.homepage .contact-wrapper {
  padding: 100px 13px 13px;
}

/* -----------------------------------------faq-heading-section starts----------------------------------------------- */

.faq-heading-section .heading h1 {
  font-size: 40px;
  font-weight: 600;
  color: #49545a;
  margin: 50px 0;
}

.questions {
  margin-bottom: 65px;
}

.questions .qna {
  margin-bottom: 20px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.r180 {
  transform: rotate(180deg);
  color: white !important;
  transition: all 0.4s;
}

.bg-active {
  background: #23c66d !important;
  transition: all 0.4s;
}

.color-click {
  color: white !important;
  transition: all 0.4s;
}

.faq-heading-section .questions .question {
  border: 1px solid #aaeac7;
  background-color: #ecfff5;
  padding: 20px;
  border-radius: 15px;
  display: flex !important;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}

.questions .question h2 {
  font-weight: 600;
  font-size:20px;
  color: #49545a;
}

.questions .question span i {
  font-size: 30px;
  color: #49545a;
  transition: all 0.4s;
}

/* -----------------------main thing to learn-------------------- */

.questions .answer {
  padding: 0 10px;
  color: #8c9296;
  max-height: 0;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  opacity: 0;
  z-index: -111;
}

.questions .answer.active {
  max-height: 200px;
  padding: 10px;
  opacity: 1;
}

.mr-btm {
  margin-bottom: 50px;
}

/* --------------------------------------------------------------------------- */

/* ===============================================================Contact Page========================================== */
.contact-us-heading-section {
  padding: 50px 0 0;
  background-image: url("../images/Background\ image\ \(Open-source\).jpg");
  background-position: center;
  background-size: cover;
}

.contact-us-heading-section .heading {
  text-align: center;
  color: #404b52;
}

.contact-us-heading-section .heading h1 {
  font-size: 55px;
  margin: auto;
  width: 80%;
  font-weight: 600;
}

.contact-us-heading-section .heading p {
  font-size: 18px;
  margin: auto;
  width: 36%;
  font-weight: 400;
}

.contact-us-heading-section .heading h1 > span {
  color: #23c66d;
}

.map-section {
  font-size: 0;
}

.map-section iframe {
  height: 500px !important;
}

.container-main .map-section {
  display: none;
}

.diff-bg {
  background: url(../images/installappbg.png);
  background-size: cover;
}

.contact-page {
  margin: 70px 0 0;
}

.diff-bg .heading h2 {
  color: #404b52;
}

.diff-bg .heading h2 span {
  color: #23c66d;
}

.diff-bg .heading p a {
  background: #404b52;
  color: white;
}

.copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.copyright .social-handle {
  width: 50%;
  width: 50%;
  display: flex;
  justify-content: end;
}

.copyright .social-handle span {
  max-width: 30px;
  margin-left: 20px;
}

/* =====================================================================
PRICING PAGE STARTS
========================================================================*/

.price-plans {
  background-color: #f0f0f0;
  text-align: center;
  padding: 100px 0px 200px 0px;
  position: relative;
}

.price-plans .mini-heading h1 {
  color: var(--primary);
  font-weight: 400;
  font-size: 30px;
}

.price-plans .heading p {
  font-weight: 600;
  font-size: 60px;
  line-height: 88px;
  letter-spacing: -1%;
  color: var(--primary);
}

.price-plans .subheading {
  padding-top: 15px;
}

/* ------------------------toggle switch---------------------------------- */
.price-plans .subheading p,
.toggle-m-y {
  font-weight: 500;
  font-size: 33px;
  color: #707679;
}

.toggle-m-y p {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}

.switch {
  position: relative;
    width: 87px;
    height: 45px;
}

.switch input:checked + .slider::before {
  transform: translateX(40px);
}

.switch input:checked + .slider {
  background: var(--primary) !important;
}

.switch input {
  opacity: 0;
  height: 0;
  width: 0;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #23c66d !important;
  transition: 0.4s;
  border-radius: 34px;
}

.switch .slider::before {
  content: "";
  position: absolute;
     height: 39px;
    width: 39px;
  left: 4px;
  top: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.price-plans .subheading {
  position: relative;
}

.price-plans .subheading .pos-arrow {
  width: 4%;
  position: absolute;
  right: 35%;
  top: -38%;

}

.grey-bg {
  background: #f0f0f0;
}

.green-bg {
  background: #23c66d;
}

.dark-bg {
  background-color: #404b52;
}

.plan-description.plan-col-grey {
  color: #c1c1c1;
}

.plan-description.plan-col-dark-grey {
  color: #404b52;
}

.plan-info .grey-bg {
  color: #838383;
  border-radius: 6px 0px 0px 0px;
}

.plan-info .green-bg {
  color: white;
}

.plan-info .dark-bg {
  color: white;
  border-radius: 0px 6px 0px 0px;
}

.plan-info .plan-price .value {
  font-size: 50px;
  font-weight: 700;
  word-spacing: -13px;
}

.plan-info .plan-price .value span {
  font-size: 17px;
  font-weight: 500;
}

section.price-blocks {
  padding: 0px 0px 100px 0px;
}

section.price-blocks-annual {
  padding: 0px 0px 100px 0px;
}

.blocks-wrapper {
  width: 100%;
  margin: auto;
  position: relative;

  margin-top: -125px;
}

.blocks-wrapper .main-price-block {
  display: flex;
  justify-content: space-between;
  border-radius: 6px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4), 0px 1px 3px rgba(0, 0, 0, 0.05);
}

.blocks-wrapper .main-price-block .plan-info {
  text-align: center;
  width: 33.33%;
}

.plan-info .plan-description .list {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 0px 15px 3%;
  justify-content: start;
  font-size: 22px;
  font-weight: 500;
}

.plan-description .list span.img {
  font-size: 0;
}

.plan-info .plan-description .list .txt.white a {
  color: white;
}

.swiper-slideee {
  width: 200px !important;
}

.plan-info .plan-price {
  padding: 70px 0;
}

.plan-price .price {
  font-size: 28px;
  font-weight: 500;
}

.plan-price .value {
  padding-bottom: 65px;
}

.plan-info .plan-price.green-bg .try-free span {
  background: white;
  color: #23c66d;
}

.plan-info .plan-price.dark-bg .try-free span {
  background: white;
  color: #404b52;
}

.plan-info .try-free span {
  background: #c1c1c1;
  padding: 18px 105px;
  border-radius: 6px;
  color: #ffff;
  font-size: 18px;
  cursor: pointer;
}

.try-free {
  font-weight: 500;
}

.active-plan-tag {
  width: 50%;
  margin: auto;
}

.not-active {
  visibility: hidden;
}

.align-lft {
  display: flex;

  justify-content: start;
}

.plan-description.grey {
  color: #c1c1c1;
}

span.txt.grey a {
  color: #c1c1c1;
  font-weight: 600;
}

span.txt.darkgrey a {
  color: #404b52;
  font-weight: 600;
}

span.txt.white a {
  color: #ffff;
  font-weight: 600;
}

.heading-and-picture {
  text-align: center;
  font-size: 30px;
}

.feature-heading-pricing h2 {
  font-weight: 600;
  color: #404b52;
}

.feature-picture-pricing {
  height: 116px;
  width: 13px;
}

.feature-picture-pricing-wrap {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 50px;
}

.price-div {
  display: flex;
  width: 100%;
  background-color: #f8f8f8;
}

.blank-div {
  width: 31.25%;
  height: 160px;
  /* border: 2px solid #eeeeee; */
}

.price1,
.price2,
.price3 {
  width: 22.92%;
  height: 160px;
  border-left: 2px solid #eeeeee;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.price1 {
  color: #838383;
}

.price2 {
  color: #23c66d;
}

.price3 {
  color: #404b52;
}

.price1 h3,
.price2 h3,
.price3 h3 {
  font-size: 29px;
  font-weight: 500;
}

.price1 p,
.price2 p,
.price3 p {
  font-size: 50px;
  font-weight: 700;
  white-space: nowrap;
  word-spacing: -5px;
}

.lifetime {
  font-size: 17px;
  font-weight: 500;
}

.forms-h h2 {
  padding: 10px 0px 10px;
  font-size: 40px;
  background-color: #ececec;
  font-weight: 600;
  color: #404b52;
}

.features-and-ticks-wrap {
  display: flex;
  width: 100%;
}

.unlimited-forms-wrap {
  width: 31.25%;
}

.price-tick-image {
  width: 30px;
  height: 30px;
}

.ticks-free-wrap,
.ticks-pro-wrap,
.ticks-pro-plus-wrap {
  width: 22.92%;
}

.pricing-last3btns {
  width: 100%;
}

button.pricing-btn1 {
  width: 250px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffff;
  background-color: #c1c1c1;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
  transform: scale(1.03);
}

button.pricing-btn2 {
  width: 250px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffff;
  background-color: #23c66d;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
  transform: scale(1.03);
}

button.pricing-btn3 {
  width: 250px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffff;
  background-color: #404b52;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
  transform: scale(1.03);
}

section.all-features {
  background-color: #f8f8f8;
  padding: 100px 0px 50px;
  margin-bottom: 100px;
}

.price-and-features {
  border: 1px solid #eeeeee;
  border-radius: 6px;
  background-color: #ffff;
}

/* annual pricing */
section.price-blocks-annual {
  display: none;
}

section.all-features-annual {
  background-color: #f8f8f8;
  display: none;
  padding: 100px 0px 50px 0;
  margin-bottom: 100px;
}

/*  */
.heading-and-picture {
  text-align: center;
  font-size: 30px;
}

.feature-heading-pricing h3 {
  font-weight: 600;
  color: #404b52;
}

.feature-picture-pricing {
  height: 116px;
  width: 13px;
}

.feature-picture-pricing-wrap {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 25px 0px 0px 0px;
}

.price-div {
  display: flex;
  width: 100%;
}

.blank-div {
  width: 31.25%;
  height: 160px;
  /* border: 2px solid #eeeeee; */
}

.price1,
.price2,
.price3 {
  width: 22.92%;
  height: 160px;
  border-left: 2px solid #eeeeee;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.price1 {
  color: #838383;
}

.price2 {
  color: #23c66d;
}

.price1 h4,
.price2 h4,
.price3 h4 {
  font-size: 29px;
  font-weight: 500;
}

.price1 p,
.price2 p,
.price3 p {
  font-size: 50px;
  font-weight: 700;
  white-space: nowrap;
  word-spacing: -5px;
}

.lifetime {
  font-size: 17px;
  font-weight: 500;
}

.forms-h {
  padding: 10px 0px 10px 5%;
  font-size: 40px;
  background-color: #ececec;
}

.forms-h h3 {
  font-weight: 600;
  color: #404b52;
}

.features-and-ticks-wrap {
  display: flex;
  width: 100%;
}

.unlimited-forms-wrap {
  width: 31.25%;
}

.price-tick-image {
  width: 30px;
  height: 30px;
}

.unlimited-forms-blocks {
  width: 100%;
  border-top: 2px solid #eeeeee;
  height: 100px;
  display: flex;
  align-items: center;
  padding: 0px 0px 0px 16%;
  font-size: 22px;
  font-weight: 500;
  color: #404b52;
  background-color: #f8f8f8;
}

.ticks-free-wrap,
.ticks-pro-wrap,
.ticks-pro-plus-wrap {
  width: 22.92%;
}

.free-ticks-blocks,
.pro-ticks-blocks,
.pro-plus-ticks-blocks {
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f8f8;
}

.pricing-last3btns {
  width: 100%;
}

.pricing-last3btns-wrap {
        padding: 20px 2.5% 50px 2.5%;
    display: flex
;
    justify-content: end;
    gap: 73px;
    border-top: 2px solid #eeeeee;
    background-color: #f8f8f8;
}
.pricing-last3btns-wrap button {
  cursor: pointer;
}
button.pricing-btn1 {
  width: 250px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffff;
  background-color: #c1c1c1;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
}

button.pricing-btn2 {
  width: 250px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffff;
  background-color: #23c66d;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
}

button.pricing-btn3 {
  width: 250px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffff;
  background-color: #404b52;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
}

.price-and-features {
  border: 1px solid #eeeeee;
  border-radius: 6px;
}

.price-and-features-wrap {
  padding: 50px 0;
}

.price-tick-image.p {
  width: 100%;
  text-align: center;
  color: #838383;
}

.plan-info .plan-description {
  padding: 46px 15px 46px 50px;
  margin: 1px 0 0 0;
}

/* //////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////// */

/* 
/* aboutuspage............................................. */
/* lalit */
section.aboutus-heading-section {
  margin-top: 50px;
}

h1.aboutus-heading {
  text-align: center;
  font-weight: 600;
  font-size: 45px;
  line-height: 50px;
}

.baneer-heading {
  text-align: center;
  padding: 100px 0;
  background-image: url(../images/Enable\ users\ to\ create\ advanced\ forms\ within\ Your\ Application.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  color: #404b52;
}

.span-aboutus-headiing {
  color: #23c66d;
}

/* section2 /////////////////////////////////////*/

.aboutus-how-we-started-inner-wrap {
  width: 45%;
  display: flex;
  align-items: center;
}

.pic-item2,
.pic-item4 {
  transform: translateX(-45px);
}

.aboutus-how-we-started-inner-wrap-res {
  display: none;
}

.aboutus-how-we-started-content {
  width: 55%;
  color: #404b52;
}

.aboutus-how-we-started-content h2 {
  font-size: 40px;
  padding: 0px 0px 15px 0px;
  font-weight: 600;
}

.aboutus-how-we-started-content-para {
  width: 100%;
  font-size: 18px;
}

.aboutus-how-we-started-content-para p {
  padding: 5px 0px 10px 0px;
  width: 90%;
}

/* section3////////////////////// */
.aboutus-blocks-wrap {
  padding: 50px 0px;
  color: #404b52;
}

.aboutus-blocks-heading-wrap {
  text-align: center;
  padding: 0px 0px 20px 0px;
}

.aboutus-blocks-heading-wrap h2 {
  font-weight: 600;
  font-size: 40px;
}

.sec3img img {
  width: 100px;
  height: 100px;
  padding: 15px;
}

.sec3-block-1 p,
.sec3-block-2 p,
.sec3-block-3 p,
.sec3-block-4 p {
  padding: 15px 0px;
  overflow: hidden;
}

.sec3-block-1 h2,
.sec3-block-2 h2,
.sec3-block-3 h2,
.sec3-block-4 h2 {
  font-weight: 600;
}

.sec3-block-1,
.sec3-block-2,
.sec3-block-3,
.sec3-block-4 {
  background-color: #ecfff5;
  display: block;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
}

.sec3-block-1:hover,
.sec3-block-2:hover,
.sec3-block-3:hover,
.sec3-block-4:hover {
  background-color: #baf2d4;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  transition: background-color 0.4s ease-in-out;
}

/* section 4 */

.aboutus-what-makes-us-unique-picture-wrap {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aboutus-what-makes-us-unique-picture-wrap-div2 {
  display: none;
}

.aboutus-what-makesus-unique-content-wrap {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.aboutus-what-makesus-unique-content-wrap h2 {
  font-size: 40px;
  font-weight: 600;
  padding: 0px 0px 10px 0px;
}

span.span-unique {
  color: #23c66d;
}

.aboutus-what-makesus-unique-content-wrap p {
  padding: 10px 0px 10px 0px;
  font-size: 18px;
}

/* secton 5................................. */
section.aboutus-install-app-section {
  padding: 20px 0;
  background-image: url(../images/Install\ the\ app\ for\ a\ better\ experience!.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 35px 0px 100px 0px;
}

.aboutus-install-app-wrap h2 {
  font-size: 60px;
  color: #fff;
  padding: 0px 0px 30px 0px;
  font-weight: 600;
}

.aboutus-install-app-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0px;
}

footer.footer-copyright-wrapper {
  margin-bottom: 30px;
}

/* ========================================About us page ended================================= */

/* section1/////////////////// */

section.aboutus-heading-section {
  margin-top: 50px;
}

h3.aboutus-heading {
  text-align: center;
}

.banner-h3 {
  text-align: center;
  padding: 60px 0;
  font-size: clamp(30px, 9vw, 45px);
  background-color: #f7f7f7;
  color: #404b52;
}

.span-aboutus-headiing {
  color: #23c66d;
}

/* section2 /////////////////////////////////////*/
.aboutus-how-we-started-wrap {
  display: flex;
  width: 100%;
  padding: 60px 0;
}

.aboutus-how-we-started-pic {
  width: 50%;
  display: flex;
  flex-direction: column;
  font-size: 0;
}

.aboutus-how-we-started-inner-wrap {
  width: 45%;
  display: flex;
  align-items: center;
}

.aboutus-how-we-started-inner-wrap2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pic-item1,
.pic-item2,
.pic-item3,
.pic-item4 {
  padding: 15px 0px 15px 0px;
  z-index: 111;
  max-width: 270px;
}

.pic-item1,
.pic-item3 {
  transform: translateX(70px);
}

.pic-item2,
.pic-item4 {
  transform: translateX(-45px);
}

.aboutus-how-we-started-inner-wrap-res {
  display: none;
}

.aboutus-how-we-started-content {
  width: 55%;
  color: #404b52;
}

.aboutus-how-we-started-content h3 {
  font-size: clamp(30px, 8vw, 40px);
  padding: 0px 0px 25px 0px;
}

/* section3////////////////////// */
.aboutus-blocks-wrap {
  padding: 60px 0;
  color: #404b52;
}

.aboutus-blocks-heading-wrap {
  font-size: clamp(30px, 8vw, 40px);
  text-align: center;
  padding: 0px 0px 40px 0px;
}

.aboutus-blocks-inner-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 50px;
  padding: 25px 0px 0px 0px;
}

.aboutus-block1-img img,
.aboutus-block2-img img,
.aboutus-block3-img img,
.aboutus-block4-img img {
  width: 80px;

  padding: 10px;
}

.aboutus-block1-img h3,
.aboutus-block2-img h3,
.aboutus-block3-img h3,
.aboutus-block4-img h3 {
  font-size: 25px;
  font-weight: 500;
  padding: 10px 0px 0px 0px;
}

.aboutus-block1-img p,
.aboutus-block2-img p,
.aboutus-block3-img p,
.aboutus-block4-img p {
  overflow: hidden;
  padding-top: 10px;
}

.aboutus-block1-img,
.aboutus-block2-img,
.aboutus-block3-img,
.aboutus-block4-img {
  background-color: #ecfff5;
  display: block;

  padding: 40px 15px 40px 15px;
  border-radius: 25px;
  text-align: center;
  font-size: clamp(15px, 2vw, 17px);
   transition: background-color 0.3s ease-in-out;
}

.aboutus-block1-img:hover,
.aboutus-block2-img:hover,
.aboutus-block3-img:hover,
.aboutus-block4-img:hover {
  background-color: #baf2d4;
  transition: background-color 0.3s ease-in-out;
}

/* section 4 */
.aboutus-what-makes-us-unique-wrap {
  display: flex;
  width: 100%;
  padding: 60px 0;
  color: #404b52;
}

.aboutus-what-makes-us-unique-picture-inner-wrap {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}

.aboutus-what-makes-us-unique-picture-wrap {
  width: 50%;
}

.aboutus-what-makes-us-unique-picture-wrap-div2 {
  display: none;
}

.aboutus-what-makes-us-unique-picture {
  width: 80%;
  transform: translateX(-10px);
  margin: 0px;
  display: flex;
}

.aboutus-what-makesus-unique-content-wrap2 {
  width: 80%;
  margin: 0px 15px 0px 0px;
}

span.span-unique {
  color: #23c66d;
}

/* secton 5................................. */

.aboutus-install-app-wrap h3 {
  font-size: clamp(30px, 8vw, 40px);
  color: #fff;
  padding: 0px 0px 15px 0px;
}

.aboutus-install-app-wrap button {
  width: clamp(100px, 30vw, 220px);
  height: 50px;
  font-size: clamp(13px, 2vw, 16px);
  font-weight: 500;
  color: #23c66d;
  background-color: #fff;
  border: none;
  border-radius: 6px;

  transform: all 0.3s;
}

.aboutus-install-app-wrap button:hover {
  transform: scale(1.03);
  transform: all 0.3s;
}

/* ========================================About us page ended================================= */

/*========================================================
 FOOTER CSS STARTS
 =========================================================== */

footer.footer-copyright-wrapper {
  margin-bottom: 20px;
}

.form-copyright-main-bg {
  border-radius: 40px;
  background: #23c66d;
}

.form-copyright-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 51px;
}

.form-builder {
  display: flex;
  align-items: center;
  gap: 15px;
}

.form-builder .txt {
  color: white;
  font-size: 18px;
  font-weight: 400;
}

.term-support-wrap span {
  border-right: 2px solid white;
  padding: 0 15px;
}

.term-support-wrap span a {
  color: white;
  font-size: 18px;
  font-weight: 400;
  transition: all 1s ease;
}

.term-support-wrap span a:hover {
  border-bottom: 1px solid white;
  transition: all 4s ease;
}

.no-border {
  border: none !important;
  border-bottom: 1px solid #23c66d;
}

.at480 {
  display: none;
}

.at480 .form-builder .txt {
  padding: 8px 0;
  color: var(--primary);
  font-size: 14px;
}

.at480 .form-copyright-flex {
  border-radius: 0;
}

.fname-lname .phone input#phone {
    padding: 10px 10px 10px 50px;
}

.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}

/*=========================================================== FOOTER CSS ENDS */


