body{
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    color: #333;
    margin: 0;
    padding: 0;
}
li::after{
    opacity: 1;
    border:none;
}
.justify-content-center{
    justify-content: center;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
p{
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    color: #4C5265;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: normal;
}

h3 {
    color:  #333;
    font-family: "DM Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;

    
   
}
.ptb-0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.flex-wrap{
    flex-wrap: wrap;
}
.align-items-center{
    align-items: center;
}
.address-box-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}
@keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .animated-heading {
    opacity: 0;
    animation: fadeInUp 1s ease-out forwards;
  }

  .typing-container {
    display: flex;
    justify-content: center;
    align-items: center;
    
  }
 
  .typing-text {
    font-size: 2rem;
    color: #38bdf8;
    font-family: monospace;
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid #38bdf8;
    width: 0;
    animation: typing 4s steps(50, end) forwards, blink 0.75s step-end infinite;
  }
  .flex-wrap-d{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  @keyframes typing {
    from {
      width: 0;
    }
    to {
      width: 22ch; /* Adjust this to match character count */
    }
  }
  
  @keyframes blink {
    50% {
      border-color: transparent;
    }
  }
  .icon-scroll-pulse {
  width: 80px;
  height: 80px;
  opacity: 0;
  transform: scale(0.3);
  transition: transform 0.5s, opacity 0.5s;
}

.icon-scroll-pulse.active {
  animation: bounceIn 0.6s ease forwards, pulse 2s infinite;
}

@keyframes bounceIn {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    filter: drop-shadow(0 0 0 rgba(56, 189, 248, 0));
  }
  50% {
    transform: scale(1.05);
    filter: drop-shadow(0 0 10px rgba(56, 189, 248, 0.7));
  }
  100% {
    transform: scale(1);
    filter: drop-shadow(0 0 0 rgba(56, 189, 248, 0));
  }
}
.px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.radious-container {
    border-radius: 30px;
    width: 90%;
    padding: 90px 0;
}
h6 {
    color:  #34A853;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
}
.ptb{
    padding-top: 90px;
    padding-bottom: 90px;
}
.pb-0{
    padding-bottom: 0px !important;
}
.pt-0{
    padding-top: 0px !important;
}

.section-paragraph{
    color: #333;
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.section-title-margin{
    margin-bottom: 60px;
}
.carousel-inner ul{
    margin-top: 40px;;
}
.carousel-inner ul li{
    list-style-type: none;
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 15px;
    font-family: "Manrope", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #808080;
}

.carousel-inner .item ul li img{
    width: 15px;
    height: 15px !important;
    margin-right: 10px;
}



/********************************************* Market Place About Section Start *********************************************/

.marketplace-about{
    position: relative;
    padding: 40px 0 0px;
    
    
}
.marketplace-about h1,.marketplace-about h6{
    font-family: "DM Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #212129;
    margin-bottom: 20px;
}
.marketplace-about h6{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
    padding-left: 8px;
}
.marketplace-about ul li{
    margin-bottom: 15px;
    font-family: "Manrope", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    list-style-type: disc;
    text-align: left;
    color:#4C5265;
    display: flex;
}
.marketplace-about ul li img{
    height: 30px;
    object-fit: contain;
    margin-right: 5px;
}
.marketplace-about ul li i{
    margin: 5px 10px 0 0;
    color: #6aa5ee;
    font-weight: normal;
    font-size: 14px;
}
.d-block{
    display: block;
}
.list-contain-about{
    display: flex;
    align-items: center;
    
}
.marketplace-about .strong-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: right;
}

/* .border-right-line{
    border-right:4px solid #0e7db7;
} */
.marketplace-about p{
    font-family: "DM Sans", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    color: #4C5265;
    line-height: 28px;;
    margin-bottom: 30px;
    
    
}
.why-mat p{
    text-align: right;
}
.marketplace-about::before,
.marketplace-about::after {
    content: "";
    position: absolute;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.marketplace-about::before {
    bottom: 0;
    left: 0;
    width: 490px;
    height: 585px;
    background-image: url('../images/solutions/left-bublle.png');
    
}

.marketplace-about::after {
    bottom: 0;
    right: 0;
    width: 490px;
    height: 585px;
    background-image: url('../images/solutions/right-bublle.png');
}
.marketplace-about .row{
    border-radius: 30px;
    border: 2px solid #FFF;
    background: #fff;
    /* box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15); */
    text-align: center;
    padding:40px 50px 80px;
}

/******************************************** Real eCommerce Challenges Section Start ********************************************/

/* .onboarding-scaling {
    padding: 50px 0;
    background-color: rgba(221, 225, 251, 0.70);
} */




.onboarding-scaling .challenge-box p {
    color: #333;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
}

.challenges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.challenge-box {
    display: flex;
    align-items: center;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 20px;
    justify-content: space-between;
    
}

.challenge-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.challenge-box img {
    max-width: 40px;
   
}

/* .onboarding-scaling .col-md-12{
    margin-bottom: 40px;
} */

.babage{
    background: #FDF5FF;
    padding: 10px;
    color:  #4C5265;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* display: inline-flex;
    align-items: center; */
    margin-top: 40px;
    text-align: center;
    display: inline-block;
}
.babage i{
    margin-right: 5px;
    color:#34A853;
}
.tab-content-ins{
    display: flex;
    flex-wrap: wrap;
}
.tab-content-ins .col-md-6{
    margin-bottom: 15px;
    height: 100%;
}
.tab-content-ins .col-md-6 p{
    margin-bottom: 0 !important;
    font-weight: 500;
    
}
.tab-content-ins .challenge-box {
    padding: 10px 15px;
    border-radius:15px;
}
/******************************************* Powerful Marketplace section start  ********************************************/

.powerful-marketplace {
    padding: 60px 0;
}

.powerful-marketplace h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}



.features {
    margin-top: 30px;
}

.feature-box {
    border-radius: 10px;
    background:  #FFF;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding:20px;
}

.feature-box img {
    width: 20px;
    margin-right: 5px;
}

.feature-box h4 {
    color:  #212129;
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0px;
}

.feature-box p {
    font-size: 16px;
    color: #4C5265;
    margin-bottom: 0px;
    font-family: "Manrope", sans-serif;
}

.customize-note {
    color: #146CD8;
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    display: inline-flex;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 1px solid  #808080;
    margin-top: 10px;
    position: absolute;
    left: 31px;
    bottom: -80px;
    width: 96%;
}

.feature-box-heading{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.power-img{
    height: 100%;
    object-fit: cover;
    margin-left: auto;
    display: flex;
    width: 100%;
}

/******************************************* Idiosys Clone Script section start  ********************************************/
.clone-script-tabs ul{
    display: flex;
    align-items: center;
    margin-top: 60px;
    border:none;
    margin-bottom: 30px;
   
}
.clone-script-tabs ul li{
    width: auto;
    margin-right: 10px;
}
.clone-script-tabs ul li a{
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background-color:  #E1F8FF;
    color:  #4C5265;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 100%;
    height: 100%;
}
.clone-script-tabs ul li.active a{
    background-color:  #146CD8;
    color:  #FFF;
}

.inside-list li a{
    display: block;
    display: flex;
    padding: 5px 20px;
    align-items: center;
    color:  #4C5265;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.inside-list li.active a{
    display: block;
    display: flex;
    padding: 15px 20px;
    align-items: center;
    color:#212129;
    border-radius: 6px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
    position: relative;
    transition: all 0.3s ease;
}
.inside-list li.active a::after{
    content: "";
    position: absolute;
    left: 4px;
    top: 2px;
    width: 3px;
    height: 46px;
    background-color: #146CD8;
    opacity: 1;
    border: none;
}
.tab-pane {
    position: relative;
    padding-top: 0;
}
.title-tab{
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #212129;
    margin-bottom: 15px;
}
.tab-pane p{
    color:  #4C5265;
    margin-bottom: 35px;
}

.clone-script-section .tab-pane .img-fluid {
    margin: 0 auto;
    display: flex;
    height: 300px;
    margin-top: 30px;
}

.tab-content-ins .challenge-box img {
    max-width: 30px;
}

/****************************************************** Scroll Ber Design Start*******************************************************/

/* ul.inside-list {
    max-height: 500px;
    overflow-y: scroll;
    scrollbar-width: thin; 
    scrollbar-color: #888 transparent; 
}


ul.inside-list::-webkit-scrollbar {
    width: 8px;
}

ul.inside-list::-webkit-scrollbar-track {
    background: transparent; 
    border-radius: 10px;
}

ul.inside-list::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 10px;
}

ul.inside-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}


ul.inside-list::-webkit-scrollbar-button:single-button {
    display: none;
    width: 0;
    height: 0;
} */

/****************************************************** Scroll Ber Design End*******************************************************/


/******************************************* Addons section start  ********************************************/
/* .addone-section{
    background-color: #ECFAF6;
} */
.addone-section .row {
    display: flex;
    flex-wrap: wrap;
}
.addone-section .row:last-child{
    margin-top: 40px;
}
.addone-section .col-lg-3{
    margin-bottom: 30px;
}
.addone-box{
    display: flex;
    align-items: center;
    border-radius: 20px;
    background-color: #f6ebf9;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 20px;
    position: relative;
    border: 2px solid #FFF;
    flex-direction: column;
    height: 100%;
}
.addone-box img{
    width: 40px;
    height: 40px;
    /* margin-bottom: 20px; */
}
.addone-box h4{
    color:  #333;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* margin-bottom: 10px; */
    text-align: center;
}
.addone-box p{
    text-align: center;
}

.why-mat{
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
    height: 100%;
    /* padding: 25px 30px; */
    padding: 20px 15px 10px;
    border-left: 6px solid #0e7db7;
}
/******************************************* Insights Clone Script section start  ********************************************/
.insights{
    background-position: right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 50%;
    position: relative;
}
.insights .container{
    z-index: 5;
    position: relative;
}
.insights::after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(1turn, transparent 100.16%, rgb(0 0 0 / 0%) 95.17%, rgb(0 0 0 / 0%)), linear-gradient(59deg, rgb(0 0 0 / 0%) 10.49%, #2389ba75 32.94%, transparent 83.8%);
    z-index: 2;
}
.insights .row:last-child{
    margin-top: 70px;
}
.insights ul li{
    list-style-type: none;
    display: flex;
    align-items: center;
    font-family: "Manrope", sans-serif;
    position: relative;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 36px;
    color:#333;
}
.insights ul li::after{
    content: "";
    height: 40px;
    width: 40px;
    z-index: -1;
    background-color: #a9cedf;
    position: absolute;
    left: -18px;
    top: -10px;
    border-radius: 50%;
   
}

.babage-two{
    border-radius: 6px;
    border: 1px solid  #05CCC2;
    background: #05CCC2;
    display: inline-flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
    margin-top: 20px;
}
.insight-button{
    display: inline-flex;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    color:  #333;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 6px;
    border: 1px solid  #333;
    position: relative;
    overflow: hidden;
    transition: color 0.5s ease-in-out, border-color 0.5s ease-in-out;
    
}


.insight-button::before {
    content: "";
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0e7db7; /* Hover background color */
    transition: bottom 0.5s ease-in-out;
    z-index: 0;
}

.insight-button:hover::before {
    bottom: 0;
}

.insight-button:hover {
    color: #fff; /* Text color on hover */
    border-color: #0e7db7;
}

.insight-button span {
    position: relative;
    z-index: 1;
}
/******************************************* Security section start  ********************************************/
/* .addone-section.security{
    background-color: #f7f7f7;
    
} */
/* .addone-section.security .addone-box {
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
    background-image: linear-gradient(44deg, #f0fcff 47%, rgba(244, 243, 248, 0.00) 100%);
    background-color: #fdebd0;
    box-shadow: none;
} */
.addone-box{
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
/* .addone-section.security .addone-box{
    box-shadow: none;
} */
 
.addone-box::before {
    content: "";
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2cabed;
    transition: bottom 0.5s ease-in-out;
    z-index: 0;
}

.addone-box:hover::before {
    bottom: 0;
}

.addone-box  {
    position: relative;
    z-index: 1;
    transition: color 0.5s ease-in-out;
}

.addone-box:hover h4,
.addone-box:hover p {
    color: #fff;
    z-index: 5;
}

/******************************************* Offer section start  ********************************************/
.row-two {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    
}
.offer-section .container{
    border-radius: 30px;
    background: #ECFAF6;
    width: 90%;
    padding: 90px 0;
}

.offer-panel-body{
    border-radius: 20px;
    border: 2px solid #FFF;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 25px;
    height: 100%;
    position: relative;
    
}
.babage-three{
    position: absolute;
    right: 25px;
    top: 10px;
    border-radius: 6px;
    border: 1px solid #D4D4D4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 6px;
}
.babage-three.mandatory{
    color: #E52421;
}
.babage-three.standard{
    color: #EA8600;
}
.babage-three.advance{
    color: #34A853;
}
.title-tab{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.icon-bg{
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 50%;
    background:  #4C5265;
    margin-right: 15px;
}
.tab-pane .icon-bg .img-fluid{
    width: 30px;
    height: 30px;
}

.title-tab span{
    color:  #333;
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.flex-row{
    display: flex;
    flex-wrap: wrap;
}

.offer-section .clone-script-tabs {
    display: flex;
    justify-content: center;
}
.offer-section .clone-script-tabs ul li a{
    background-color: #fff;
}

.offer-section .clone-script-tabs ul li.active a {
    background-color: #146CD8;
    color: #FFF;
}

.offer-section .tab-pane p {
    color: #4C5265;
    margin-bottom: 0;
}

/******************************************* Client Feedback section start  ********************************************/
.feeback-box{
    border-radius: 10px;
    background:  #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 25px 20px;
    display: flex;
    margin-bottom: 30px;
    width: 80%;
}
.feeback-box:last-child{
    margin-bottom: 0;
}

.feeback-box:nth-child(2){
   margin-left: 50px;
}
.feeback-box:nth-child(3){
    margin-left: 100px;
 }
.feeback-box img{
    margin-right: 10px;
    height: 20px;
    width: 20px !important;
}
.feeback-box span{
    color:  #212129;
    font-family: "Manrope", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.feedback-image .img-fluid{
    width: 100%;
    height: 400px;
    object-fit: contain;
}
/* .clients-feedback .row:last-child{
    margin-top: 40px;
} */

.clients-feedback .item {
    padding: 20px;
}
.clients-feedback .owl-dots{
    display: none;
}
.d-flex{
    display: flex;
}
.test-babage{
    margin-top: 15px;
    border-radius: 6px;
    border: 1px solid #808080;
    background:  #F3F3F3;
    display: inline-flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    color:  #146CD8;
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: auto;
    
}
.text-hover-effect{
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out, border 0.3s ease-in-out;
}
.text-hover-effect:hover {
    background-color: #ECFAF6; /* New background color */
    border: 1px solid #ECFAF6 ; /* Remove border */
    
}
.text-hover-effect span{
    transition:  transform 0.3s ease-in-out;
   
 }
 .text-hover-effect:hover span{
   transform: translateY(-3px); /* Move text slightly up */
}
.clients-feedback{
    padding-top: 0px !important;
}




/******************************************* Sucess Stories section start  ********************************************/
.sucess-stories .container {
    border-radius: 30px;
    /* background: #ECFAF6; */
    width: 90%;
    padding: 90px 0;
}
.sucess-stories.home .row {
    height: 100%;
    display: block;
    align-items: center;
}
.sucess-stories.home .language_image {
    justify-content: center;
}
.sucess-stories.home .success_card {
    padding: 20px 0px 20px;
    margin-bottom: 0px;
}
.sucess-stories.home .success_card .success_card_body a, .sucess-stories.home .success_card .success_card_body p ,.sucess-stories.home .gray_babge{
    font-family: "DM Sans", sans-serif;
}
.sucess-stories.home .gray_babge{
    background: #D5F0FB;
}
.row-margin{
    margin-top: 40px;
}
.onboarding-scaling .row-margin{
    margin-top: -65px;
    
}
/* .sucess-stories.home{
    padding-top: 0px !important;
} */
.sucess-stories.home .insight-button {
    border-radius: 6px;
    border: 1px solid  #05CCC2;
    color:  #212129;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin-top: 40px;
}
.sucess-stories.home .insight-button:hover {
    color: #fff;
}
.sucess-stories.home .insight-button::before {
    background-color: #05CCC2;
}

/******************************************* Marketplace Application section start  ********************************************/
.application-download{
    padding-top: 0px;
}

.guide-section img {
    width: 100%;
    border-radius: 10px;
}
.guide-content {
    padding: 20px;
}
.guide-section p{
    margin-bottom: 20px;
}

.email-form {
    display: flex;
    align-items: center;
    gap: 10px;
}
.email-input {
    flex: 1;
    border-radius: 10px;
    border: 1px solid #C6E1EC;
    background:  #FFF;
    height: 50px;
    padding: 20px;
    color:  #4C5265;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.btn-download {
    background: #34A853;
    color: #fff;
    padding: 10px 20px;
    margin: 0px;
    height: 48px;
    border: none;
    border-radius: 10px;
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
   transition: all 0.3s ease-in-out;
}
.btn-download:hover {
    background: #10a31c;
    color: #fff;
}

/******************************************* Pricing section start  ********************************************/

.pricingot-home .pricing-box{
    border-radius: 10px;
    background:  #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 100%;
    justify-content: space-around;
}
.pricingot-home .pricing-box .img-fluid{
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 10px;
}
.pricingot-home .plan-name{
    color:  #146CD8;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    display: inline-flex;
}
.pricingot-home .plan-name::after{
    content: "";
    position: absolute;
    bottom: -14px;
    left: -50px;
    width: 200px;
    height: 2px;
    background-color: #82DDDE;
}
.pricingot-home .price{
    color:  #212129;
    font-family: "DM Sans", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 12px;
    text-align: center;
}
.contact-btnnn{
    display: inline-flex;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 1px solid  #05CCC2;
    background:  #333;
    color: var(--White, #FFF);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin:20px 0 ;
    transition: all 0.3s ease-in-out;
}
.contact-btnnn:hover,.contact-btnnn:focus{
    background: #05CCC2;
    color: #fff;
}
.pricingot-home .plandes{
    color: #808080;
}

.pricingot-home .pricing-box p{
    text-align: center;
}

.pricing-fix {
    position: fixed;
    top: 65%;
    right: 40px;
    transform: rotate(90deg) translateY(-50%);
    transform-origin: right center;
    background-color: #146CD8;
    color: #fff;
    padding: 5px 12px;
    text-decoration: none;
    z-index: 9999;
    font-size: 14px;
    border-radius: 7px;
    transition: all 0.6s ease;
  }
  .pricing-fix:hover,.pricing-fix:focus {
    background-color: #0555b7;
    color: #fff;
  }

/******************************************* FAQ section start  ********************************************/
.pb-50{
    padding-bottom: 50px;
}
.faq-item{
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    background:  #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}
.faq-item .faq-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 15px 20px;
}
.faq-item .faq-title h4{
    color:  #333;
    font-family: "DM Sans", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

.faq-title i {
    transition: transform 0.3s ease-in-out;
}
/* .faq-item .collapse{
    padding: 15px 20px;
    transition: transform 0.3s ease-in-out;
} */

.faq-content {
    overflow: hidden;
    transition: height 0.3s ease-in-out;
}
.faq-content p {
    padding:0px 25px 20px 20px;
    margin: 0;
    color: #767a85;
}

/******************************************* Quick Contact section start  ********************************************/
.quick-contact-two{
    /* background-color: #ECFAF6; */
    padding: 70px 0;
}
/* .quick-contact-two .col-md-4:nth-child(2) {
    margin-top: 50px;
} */
.quick-contact-two .card {
    padding: 25px 15px;
    text-align: left;
    display: flex;
   transition: all 0.3s ease-in-out;
    height: 100%;
    border-radius: 10px;
    border: 2px solid #F1FAFA;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}
.quick-contact-two .card-content ul{
    display: flex;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.quick-contact-two .card-content ul li a{
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    color: #4C5265;
    font-weight: 400;
}
.quick-contact-two .card-content ul li a:hover{
    color: #146CD8;
}
.quick-contact-two .card-content ul li i{
    margin-right: 6px;
    color: #27ae61;
}
.quick-contact-two .card img{
    height: 30px;
    object-fit: cover;
    margin-right: 5px;
}
.quick-contact-two .card:hover {
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
}
.quick-contact-two .icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quick-contact-two .card-content {
    flex-grow: 1;
}
.quick-contact-two .card-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
    color:  #212129;
    font-family: "DM Sans", sans-serif;
}



/* .onboarding-scaling .radious-container {
  background: rgba(221, 225, 251, 0.70);
} */
.power-mp .radious-container {
    background-color: #ECFAF6;
  }
  .addone-section .radious-container {
    background-color: #FDF5FF;
  }
  .security .radious-container {
    background-color: #fff;
  }
/* .clients-feedback .radious-container {
    background-color: #E8EAFD;
  } */

  /******************************************* Exprience section start  ********************************************/
  /* .exprience .radious-container{
    background-color: #E8EAFD;
  } */
  .exprience-box{
    min-height: 170px;
    /* background: #ecfaf6; */
    padding: 15px;
    border-radius: 12px;
    text-align: center;
    background-image: linear-gradient(44deg, #f0fcff 47%, rgba(244, 243, 248, 0.00) 100%);
    background-color: #fdebd0;
  }
  /* .exprience .col-lg-3{
    border-right: 1px solid #C4C4C4;
  } */
   .exprience-box p{
    font-weight: 500;
   }
  .exprience .col-lg-3:last-child{
    border-right: none;
    
  }
  .exprience-box img{
    width: 40px !important;
    height: 40px !important;
    object-fit: cover;
    margin: 0 auto 15px;
   
  }

  /********************************************* Testimonial Two Section Start *********************************************/

  .testimonial-card {
    display: flex;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
    flex-wrap: wrap;
    height: 100%;
}

.testimonial-content {
    flex: 1;
    padding-top:0px;
    float: left;
    width: 100%;
    position: relative;
}
.testimonial-content h5 {
    color:  #212129;
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.testimonial-content small{
    color: #808080;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}
.testimonial-content p {
    font-size: 16px;
    color: #4C5265;
    display: block !important;
}
.rating {
    border-radius: 10px;
    background:  #05CCC2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 36px;
    text-align: center;
    color: #FFF;
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.rating i {
    color: #FFF;
    margin-right: 5px;
}
                                   
.client-image-two {
    width: 150px !important;
    height: 200px;
    border-radius: 15px;
    object-fit: cover;
    margin-right: 20px;
    object-fit: cover;
}
.quote-left,.quote-right{
    width: 40px !important;
    height: 25px;
    object-fit: contain;
    margin: 10px 0;
}
.quote-right{
   float: right;
   margin: 0px;
   position: absolute;
   right: -60px;
   bottom: 0;
}

.clients-feedback .owl-dots ,.sucess-stories-owl .owl-dots,.price-owl .owl-dots,.s-story-owl .owl-dots,.challange-owl .owl-dots{
    display: flex !important;
    gap: 8px !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 10px !important;
}
.s-story-owl .owl-dots,.price-owl .owl-dots,.challange-owl .owl-dots{
    display: none !important;
}
.clients-feedback .owl-dot,.sucess-stories-owl .owl-dot,.price-owl .owl-dot,.s-story-owl .owl-dot,.challange-owl .owl-dot
 {
    width: 16px !important;
    height: 16px !important;
    border-radius: 50% !important;
    background-color: #fff !important;
    cursor: pointer !important;
    transition: background-color 0.3s, box-shadow 0.3s !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #D4D4D4 !important;
    margin: 0px;
}
.clients-feedback .owl-dot.active,.sucess-stories-owl .owl-dot.active,.price-owl .owl-dot.active,.s-story-owl .owl-dot.active,.challange-owl .owl-dot.active {
    background-color: #fff !important;
    border: 2px solid #0057ff !important;
    
}
.clients-feedback .owl-dot.active::after,.sucess-stories-owl .owl-dot.active::after,.price-owl .owl-dot.active::after,.s-story-owl .owl-dot.active::after ,.challange-owl .owl-dot.active::after {
    content: "" !important;
    width: 6px !important;
    height: 6px !important;
    background: #0057ff !important;
    border-radius: 50% !important;
}
.owl-stage-outer .item {
    padding: 10px 10px;
}
.clients-feedback .owl-nav,.sucess-stories-owl .owl-nav,.price-owl .owl-nav,.s-story-owl .owl-nav,.challange-owl .owl-nav {
    display: none !important;
}

/********************************************* New Addons Section Start *********************************************/
.addons .radious-container{
    background-color: #ECFAF6;
}
.intrigation-list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}
.intrigation-list li{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    padding:5px 20px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.intrigation-list li img{
    width: 80px;
    height: 38px;
    object-fit: contain;
}
.inside-list li.active a{
    background-color: #fff;
}
.addons .babage{
    width: 100%;
    background-color: #fff;
}

/* .application-download .radious-container{
    background-color: #FFF9F9;
} */

.pricingot-home .radious-container{
    background-color: #E8EAFD;
}

/********************************************* Blog Section Start *********************************************/
.blog-section-two .radious-container{
    background-color: #E8EAFD;
}
.blog-box{
    border-radius: 10px;
    background: #FAF8FB;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}
.blog-content-two{
    padding: 20px;
}
.blog-content-two .date{
    color: #4C5265;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
    letter-spacing: 0.32px;
}
.blog-content-two .blog-title{
    color: #212129;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
    letter-spacing: 0.4px;
    display: block;
    transition: all 0.6s ease-in-out;
}
.blog-content-two .blog-title:hover{
    color: #146CD8;
    text-decoration: none;
}
.blog-content-two p{
    letter-spacing: 0.34px;
    margin-bottom: 15px;
}
.blog-content-two .read-more-two{
    color: #808080;
    text-align: justify;
    font-family: "DM Sans", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.34px;
    display: block;
    transition: all 0.6s ease-in-out;
}
.blog-content-two .read-more-two:hover{
    color: #146CD8;
    text-decoration: none;
}
.blog-content-two .read-more-two i{
    margin-right: 6px;
}
.blog-content-two .date i{
    margin-right: 6px;
}
.blog-box .img-fluid{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
/************************************************************** Brand Carasol Css Start ******************************************************************/
.owl-carousel.brand-carousel-owl .owl-item img {
    display: block;
    height: 50px;
    object-fit: contain;
    width: 130px;
}

.owl-carousel.brand-carousel-owl .owl-dots{
    display: none;
}
.b-l-bold{
    border-left:4px solid  #146CD8;
    padding-left: 10px;
    /* box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1); */
    padding: 12px 10px;
    font-size: 25px;
    display: flex
;
    justify-content: space-between;
    align-items: center;
}

.brand-carousel{
    padding: 50px 0;
    /* -webkit-box-shadow: 1px 5px 15px -4px rgba(0,0,0,0.16);
    -moz-box-shadow: 1px 5px 15px -4px rgba(0,0,0,0.16);
    box-shadow: 1px 5px 15px -4px rgba(0,0,0,0.16); */
    /* background-color: #ecfaf6; */
}
.h-arrow-r{
    height: 40px;
    margin-left: 10px;
}


.hover-image-wrapper {
    position: relative;
    width: 100%;
}
.ch-box{
    position: relative;
}
.hover-image-box {
    position: absolute;
    left: 336px; /* adjust based on layout */
    top: -50px;
    display: none;
    width: 300px;
    z-index: 99;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 10px;
    border-radius: 6px;
}

.hover-image-box img {
    width: 100%;
    display: block;
}

.arrow-left {
    position: absolute;
    top: 10%; /* Center vertically */
    left: -10px; /* Adjust to position on the left side */
    transform: translateY(-50%); /* Center the arrow */
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff; /* Arrow pointing left */
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.1));
}

.image-section h6{
    font-size: 25px;
}

.image-section h3{
    font-size: 55px;
}
.info-grap-image{
    width: 100%;
    height: 450px;
    object-fit: contain;
}
.mb-60{
    margin-bottom: 60px;
}
.mt-60{
    margin-top: 60px;
}



/* .list-tab-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
} */

.list-tab-content li{
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
    display: flex;
    margin-bottom: 20px;
    font-weight: 500;
   
}
.list-tab-content li .img-responsive{
    height: 22px !important;
    object-fit: contain;
    margin-right: 10px;
   
}
.w-full{
    width: 100%;
}
.radious-container p{
    display: none;
}
.exprience .radious-container p,.onboarding-scaling .radious-container p{
    display: block;
}
.sucess-stories p{
    display: block;
}
/* .power-mp .addone-box{
    background-color: #d0f5eb;
} */
.power-mp .babage {
    background: #d0f5eb;
}
.pt-30{
    padding-top: 30px !important;
}
.pt-50e{
    padding-top: 50px !important;
}
.faq-section{
background-color: #E8EAFD;
padding: 90px 0;
}


/****************************************************** Tooltip styles Start ******************************************************/

.tooltip-custom {
    position: absolute;
    display: inline-block;
    top: 2px;
    right: 28px;
    z-index: 5;
  }
  .tooltip-custom img{
    height: 15px;
    object-fit: contain;
    cursor: pointer;
  }
  .tooltip-custom .tooltip-box {
    visibility: hidden;
    background-color: #358bf4;
    color: #fff;
    text-align: center;
    padding: 8px 12px;
    border-radius: 4px;
    position: absolute;
    z-index: 1;
    bottom: 125%; /* Position above the icon */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.5s ease;
    min-width: 300px;
  }

  .tooltip-custom .tooltip-box::after {
    content: "";
    position: absolute;
    top: 100%; /* Arrow on the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #358bf4 transparent transparent transparent;
  }

  .tooltip-custom:hover .tooltip-box {
    visibility: visible;
    opacity: 1;
  }

  .info-icon {
    font-size: 20px;
    cursor: pointer;
    color: #337ab7;
  }
  .ptb-50-30{
    padding: 90px 0px 90px;
  }
  .offer-section{
    margin-top: 90px;
  }

  .sucess-stories {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #E8EAFD;
    margin-top: 90px;
 }
 .clients-feedback .radious-container{
    background-color: #ECFAF6;
    padding: 90px 0;
    }
    

    /******************************************************** Contact Section Start *************************************************/
    .justify-content-between{
        justify-content: space-between;
    }
    
      .contact-section .radious-container{
        background-color: #ECFAF6;
        
      }
      .contact-section .radious-container p{
        display: block;
        }
    .contact-section .flex-row {
        justify-content: space-between;
        align-items: center;
      }
      .contact-title {
        margin-bottom: 30px;
        font-weight: 600;
        font-size: 28px;
        color: #333;
      }
  
      .form-control.custom-input {
        border: none;
        border-bottom: 2px solid #ccc;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        transition: all 0.3s ease;
      }
  
      .form-control.custom-input:focus {
        border-bottom: 2px solid #3498db;
        outline: none;
      }
  
      .package-select {
        position: relative;
      }
  
      .package-select select {
        border: none;
        border-bottom: 2px solid #ccc;
        background: transparent;
        width: 100%;
        padding: 0px 12px;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        transition: all 0.3s ease;
        box-shadow: none;
        border-radius: 0;
        color: #999999 !important;
      }
      .form-control {
        
        color: #505050;
        font-size: 16px;
      }
      select.form-control:invalid {
        color: #999 !important;
      }
      
    .contact-field-bg{
        background-color: #edfaf6;
        padding: 20px 0;
    }
      .package-select select:focus {
        border-bottom: 2px solid #3498db;
        outline: none;
      }
      .form-group {
        margin-bottom: 30px;
        float: left;
        width: 100%;
    }
  
      .package-select::after {
        content: "\f0d7";
        font-family: FontAwesome;
        position: absolute;
        right: 10px;
        top: 10px;
        pointer-events: none;
        color: #aaa;
      }
  
      .quick-contact-box {
        
        padding: 30px;
        border-radius: 8px;
        text-align: left;
        background-image: linear-gradient(44deg, #E8EAFD 47%, rgba(244, 243, 248, 0.00) 100%);
        background-color: #fdebd0;
      }
  
      .quick-contact-box h4 {
        color: #333;
        font-family: "DM Sans";
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 20px;
      }
    .p-width{
        width: 50%;
        margin: 10px auto 0px;
    }
    .mb-30{
        margin-bottom: 30px;
    }
      .quick-contact-box p {
        margin-bottom: 20px;
        font-size: 18px
      }
  
      .quick-contact-box i {
        margin-right: 10px;
      }
  
      .country-code {
        display: flex;
        align-items: center;
      }
  
      .country-flag {
        width: 72px;
        margin-right: 0;
        border-radius: 0;
        border: none;
        box-shadow: none;
        padding: 6px 0px;
        background-color: transparent;
      }
  
      .form-group .captcha-box {
        border: 1px solid #ccc;
        padding: 10px;
      }
      .captcha-box .form-control{
            background-color: transparent;
            border-radius: 0px;
        }
      .contact-field-bg .btn-primary {
        color: #fff;
        background-color: #146cd8;
        border-color: #146cd8;
        padding: 10px 0;
    }

    .tooltip-custom .fa{
        color: #b7b7b7;
        font-size: 15px;
        cursor: pointer;
    }
    
    .tooltip-custom .fa:hover{
        color: #146cd8;
        
    }

    .support {
        position: fixed;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        background-color: #fff; /* Change to your preferred background color */
        border-radius: 50%;
        padding: 10px;
        z-index: 9999;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        border: 2px solid #146cd8;
        
      }
      
      .support img {
        width: 30px; /* Adjust size as needed */
        height: 30px;
      }

      .support.hide {
        opacity: 0;
        pointer-events: none;
      }
      .all-address{
        display: flex;
        flex-wrap: wrap;
       position: relative;
    }
    .all-address::after{
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        background-color: #b9bddf;
        left: 50%;
        top: 0;
    }
    .all-address .address-boxes{
        width: 50%;
        padding: 20px;
        border-bottom: 1px solid #b9bddf;
        display: flex;
        flex-direction: column;
        gap: 15px;
        text-align: center;
        min-height: 294px;
        justify-content: space-around;
    }
    .all-address .address-boxes:last-child,.all-address .address-boxes:nth-child(3){
        border-bottom: none;
    }
    .address-boxes img{
        width: 40px;
        height: 40px;
        border-radius: 50%;
        object-fit: cover;
    }
    .address-boxes img.visible-lg {
        width: 40px;
        height: 56px;
        
    }
    .contact-list li{
        display: block;
        width: 100%;
        margin-bottom: 13px;
        display: flex;
        align-items: center;

    }
    .contact-list li i{
        margin-right: 8px;
        
    }

    .address-boxes h5 {
        font-size: 20px;
        text-align: center;
        width: 100%;
    }
    .flex-arrow{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .angle{
        font-size: 24px;
        display: none;
    }
    .address-boxes ul.contact-list {
        margin-top: auto;
    }

    .country-code {
        display: flex;
        
        
      }
      
      .select2-container--default .select2-selection--single .select2-selection__clear {
        
        display: none;
    }
      
      /* .select2-container {
        width: 95px !important;
    } */
.contact-section .radious-container{
    padding: 30px 0;
}
.contact-section{
    margin-top: 20px;
}
.select2-container .select2-selection--multiple {
    
    min-height: 35px !important;
   
}
.select2-container--default .select2-selection--multiple {
    padding-bottom: 0 !important;
    
}
.select2-container .select2-search--inline .select2-search__field {
    
    height: 28px !important;
    
}
.exprience {
    background-color: #fafafa;
}
    .select2-container--default .select2-selection--single,.select2-container--default .select2-selection--multiple {
        background-color: transparent !important;
        border: none !important;
        border-radius: 0 !important;
        border-bottom: 2px solid #ccc !important;
    }

    
    /* .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        color: #000 !important;
        font-style: italic;
    } */
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #505050 !important;
       
    }
    .select2-container--default .select2-selection--multiple {
        position: relative;
        padding-right: 30px; /* Space for arrow */
        cursor: pointer;
      }
      
      .select2-container--default .select2-selection--multiple::after {
        content: "\f0d7"; /* Downward arrow */
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        font-size: 16px;
        color: #aaa;
        pointer-events: none;
        cursor: pointer;
        font-family: FontAwesome;
      }
      .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        
        border-right: none !important;
        left: 2px !important;
        top: -6px !important;
        box-shadow: none;
    }
    span.select2-search.select2-search--inline {
        font-size: 13px;
        
        line-height: 24px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 2px !important; 
    }
    .select2-container .select2-selection--single {
       height: 34px !important;
        
    }

    .power-mp .addone-box,.security .addone-box{
        display: flex;
        align-items: center;
        border-radius: 20px;
        background-color: transparent;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        padding: 0px;
        position: relative;
        border: none;
        height: 100%;
    }

    .power-mp .addone-box img {
        width: 40px;
        height: 60px;
        border-radius: 0;
        object-fit: contain;
        margin-right: 6px;
    }
    .security .addone-box{
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #c4c0c0;
    border-radius: 0px;
    
    }
    .box-icon{
        border-right: 1px solid #c4c0c0;
        padding: 15px;
    }
    .security .addone-box img {
        width: 50px;
        height: 50px;
        border-radius: 0;
        object-fit: contain;
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
        padding: 8px;
    }
    .security .addone-box h4 {
        font-size: 16px;
        font-weight: 500;
        color: #333;
        
    }
    .security .addone-box::before {
       background-color: #1c1d1d;
        content: none;
    }
    .security .flex-row{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        /* gap: 40px; */
    }
    .power-mp .addone-box::before {
        content: none;
        
    }

    .power-mp .addone-box:hover h4{
        color: #333;
    }
    .power-mp small {
        transition: color 0.3s ease;
        text-transform: capitalize;
    }
    .power-mp small:hover {
        color: #34A853;
        
    }
    .power-mp .col-md-6.col-lg-3 {
        border-right: 1px solid #ccc;
    }
    .power-mp .col-md-6.col-lg-3:last-child {
        border-right: none;
    }
    .power-mp .tooltip-custom {
        bottom: 0;
        top: auto;
      }
    .onboarding-scaling .radious-container {
       padding: 30px 0 90px;
    }
    
/************************************* Responsive  Css Start*************************************************************************/

    @media (min-width: 1400px) {
        .container {
            width: 90%;
        }
    }
    @media (min-width: 1600px) {
        .row-margin {
           padding: 0 30px;
        }
        .all-address .address-boxes {
           min-height: 285px;
            
        }
    }
    
 
    @media (min-width: 1400px) {
    .marketplace-about .container {
        width: 75%;
    }
    }
    @media (max-width: 1400px) {
        .col-lg-10 {
            width: 95%;
        }
        
    }
    @media (max-width: 1300px) {


        .radious-container {
            
            width: 100%;
            padding: 90px 0px;
            overflow: hidden;
            border-radius: 30px;
        }
        /* .offer-section .container {
           
            width: 100%;
            padding: 50px 15px;
        } */
        .onboarding-scaling .radious-container {
            padding: 30px 15px 15px;
        }


        .onboarding-scaling .row-margin {
            margin-top: 0;
        }
        .pos-abb, #myCarousel {
            height: 510px !important;
        }
        #myCarousel .item .content h2 {
            font-size: 34px;
        }
        .carousel-indicators {
            bottom: 14%;
        }
    }
    @media (max-width: 1100px) {
        .main-menu ul li a {
            font-size: 12px;
        }
        .challenge-box {
           margin-bottom: 20px;
        }
        .marketplace-about .row {
            padding: 20px;
        }
        ul.inside-list {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 15px;
        }
        .clone-script-section .inside-list li a {
            width: 100% !important;
        }
        .clone-script-tabs ul {
            justify-content: center;
        }
        .b-l-bold {
           font-size: 20px;
        }
        .owl-carousel.brand-carousel-owl .owl-item img {
            height: 40px;
            width: 80px;
        }
        .offer-section .flex-row {
            justify-content: center;
            gap: 30px 0;
        }
        .pricingot-home .price {
           font-size: 25px;
        }
        .sucess-stories.home .success_card {
            margin-bottom: 20px;
        }
        .col-lg-10 {
            width: 100%;
        }
        .exprience .flex-row {
            gap: 20px 0;
        }
        .radious-container,.ptb-50,.faq-section,.sucess-stories .container,.offer-section .container,.clients-feedback .radious-container,.ptb-50-30,.ptb {
            padding: 50px 15px;
        }
        .sucess-stories,.offer-section{
            margin-top: 50px;
        }
        .mb-50{
            margin-bottom: 50px;
        }
        .marketplace-about {
            padding: 50px 15px 0px 15px;
        }
        .offer-section .container {
            width: 100%;
            
        }
    }
    @media (max-width: 768px) {
        .quick-contact-two .card {
            text-align: center;
            flex-direction: column;
            margin-bottom: 20px;
        }
        .quick-contact-two .col-md-4:last-child .card{
            margin-bottom: 0;
        }
        .quick-contact-two .icon {
            margin-bottom: 10px;
            position: absolute;
            top: 22px;
        }
        .quick-contact-two .card-content ul {
            margin-top: 20px;
        }
        .item {
            height: 100%;
        }
        .d-flex {
            flex-wrap: wrap;
        }
        .list-contain-about {
            flex-wrap: wrap;
         }
         .marketplace-about::before,.marketplace-about::after {
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: none;
            
            content: none;
        }
        .d-flex,.addone-section .row,.security .flex-row,.list-contain-about,.flex-row{
            display: block !important;
        }
        .h-arrow-r {
           display: none;
        }
        .b-l-bold {
            margin-bottom: 20px;
        }
        .pricingot-home .pricing-box {
            padding: 20px 20px;
        }
        .pricingot-home .price {
            font-size: 18px;
        }
        .contact-btnnn {
           padding: 12px 15px;
           font-size: 14px;
           font-weight: normal;
        }
        .s-story-owl .owl-dots,.price-owl .owl-dots ,.challange-owl .owl-dots{
            display: flex !important;
        }
        
    }

    @media (max-width: 500px) {
        .marketplace-about .row {
            padding: 0;
        }
        .marketplace-about h1{
             font-size: 20px;
        }
        .marketplace-about h6 {
            font-size: 18px;
        }
        .list-contain-about .col-md-6{
            padding-left: 0px;
            padding-right: 0px;
        }
        .why-mat {
            margin-top: 25px;
        }
        .row-two {
            justify-content: flex-start;
            gap: 15px 0;
        }
        .row-margin {
            margin-top: 20px;
        }
        .power-mp .tooltip-custom {
            bottom: 0;
            top: 7px;
            right: -2px;
        }
        .power-mp .babage {
            background: #d0f5eb;
            display: none;
        }
        h3 {
            font-size: 20px;
        }
        h6 {
            font-size: 16px;
        }
        p{
            font-size: 15px;
        }
        .clone-script-tabs ul {
            margin-top: 30px;
        }
        ul.inside-list {
            overflow: scroll;
            width: 500px;
            justify-content: flex-start;
        }
        .clone-script-section .tab-content .col-lg-4 {
            overflow: scroll;
        }
        .bg-blue {
             padding: 30px 15px;
            
        }
        .tab-content-ins {
            height: 200px;
            overflow: hidden;
            overflow-y: scroll;
        }
        .addone-section .flex-row {
            height: 314px;
            overflow: hidden;
            overflow-y: scroll;
        }
        .addons .flex-row .col-md-4 {
            overflow: scroll;
            
        }
        .addons ul.inside-list {
            overflow: scroll;
            width: 692px;
            justify-content: flex-start;
            flex-wrap: nowrap;
        }
        .intrigation-list {
           justify-content: space-around;
        }
        .intrigation-list li {
           width: 46%;
        }
        .addons .tab-content {
            margin-top: 20px;
        }
        .all-address .address-boxes {
            width: 100%;
            padding: 20px 0;
           
        }
        .all-address::after {
            content: none;
        }
        .contact-field-bg {
           
            padding: 0;
        }
        .p-width {
            width: 100%;
            
        }
        .testimonial-card .client-image-two{
            width: 100% !important;
            height: 160px !important;
            margin-bottom: 16px;
            margin-right: 0;
            object-fit: contain;
        }
         
        .pricingot-home .pricing-box,.offer-panel-body ,.exprience-box{
            margin-bottom: 20px;
        }
        .babage {
           margin-top: 20px;
           font-size: 15px;
           display: none;
        }
        .sucess-stories .container {
            padding: 20px 0 50px;
        }
        .pos-abb, #myCarousel {
            height: 100vh !important;
        }
        #myCarousel .item .content{
            top: 74px;
        }
        #myCarousel .item .content h2 {
            font-size: 30px;
            line-height: normal;
        }
        .carousel-inner ul li{
            color: #fff;
        }
        .mobile-logo {
            /* width: 96% !important; */
            left: 6px !important;
            
        }
        .addons .babage {
            margin-top: 30px;
            display: none;
        }
        /* .inside-list li a {
            white-space: nowrap;
        } */
         .all-address .address-boxes:nth-child(3) {
            border-bottom: 1px solid #b9bddf;
        }
        .addone-section .col-lg-3:last-child {
            margin-bottom: 0px;
        }
        .testimonial-content h5 {
            font-size: 20px;
        }
        .offer-section .col-lg-4:last-child .offer-panel-body {
            margin-bottom: 0px;
        }
        .contact-section .col-lg-6{
            padding-left: 0px;
            padding-right: 0px;
        }
        .all-address {
             margin-top: 20px;
        }
        .exprience-box {
            padding: 30px;
        }
        .faq-item .faq-title h4 {
            font-size: 17px;
            font-weight: normal;
            
        }
        footer .bottom__area ul {
            display: flex !important;
        }
        footer .bottom__area p{
            display: none !important;
          }
          #myCarousel .item::after {
            content: "";
            top: 0;
            left: 0;
            z-index: 2;
            width: 100%;
            height: 100%;
            position: absolute;
            background: linear-gradient(1turn, transparent 77.16%, rgba(0, 0, 0, .6) 95.17%, rgba(0, 0, 0, .8)), linear-gradient(0deg, rgba(0, 0, 0, .9) 10.49%, #000 29.94%, transparent 86.8%);
        }
        .carousel-indicators {
            bottom: 10%;
        }
        .inside-list li a {
            font-size: 14px;
        }
        .clone-script-tabs ul li a{
            font-size: 14px;
            font-weight: 500;
        }
        .title-tab {
            font-size: 20px;
        }
        .addone-box {
            padding: 15px 15px;
        }
        .addone-box img {
            width: 20px;
            height: 20px;
            
        }
        .addone-section .col-lg-3 {
            margin-bottom: 10px;
        }
        .addone-box h4 {
            font-size: 16px;
        }
        .addone-section .row:last-child {
            margin-top: 20px;
        }
        
        .list-tab-content li {
           font-size: 15px;
        }
        .marketplace-about ul li {
            font-size: 15px;
        }
        .marketplace-about h6 {
            font-size: 16px;
            margin-bottom: 0px;
        }
        .why-mat{
            padding: 10px;
        }
        .marketplace-about .why-mat ul {
            margin-top: 20px;
        } h6 {
            font-size: 17px;
            margin-bottom: 0px;
        }
        /* .marketplace-about .col-md-12{
            padding-left: 0px;
            padding-right: 0px;
        } */
        .box-icon {
            padding: 10px;
        }
        .title-tab span {
            font-size: 18px;
        }
        .tab-pane .icon-bg .img-fluid {
            width: 20px;
            height: 20px;
        }
        .babage-three{
            font-size: 13px; 
        }
        .address-box-content {
            display: none;
        }
        .angle{
            
            display: block;
        }
        .all-address .address-boxes{
            gap: 10px;
            min-height: 100%;
        }
        .address-boxes img {
            width: 30px;
            height: 30px;
        }
        
        .contact-section .radious-container{
            padding: 50px 15px 30px;
        }
        .address-boxes ul.contact-list {
            margin-top: 20px;
        }
        .offer-panel-body .title-tab span {
            font-size: 15px;
        }
        .offer-panel-body .icon-bg {
            width: 30px;
            height: 30px;
        }
        .offer-panel-body{
            padding: 10px;
            border-radius: 10px;
        }
        .offer-section .tab-pane p {
            display: none;
        }
        .tab-pane .icon-bg .img-fluid {
            width: 14px;
            height: 14px;
        }
        .offer-section .title-tab {
            margin-bottom: 0px;
        }
        .babage-three {
            font-size: 10px;
            font-weight: normal;
            position: absolute;
            top: 15px;
            padding: 5px;
        }
        .offer-section .row-two {
            justify-content: center;
           
        }
        .sucess-stories .row-margin {
            margin-top: 0;
        }
        .clone-script-section p{
            display: none;
        }
        .bg-blue {
            padding: 15px !important;
        }
        .clone-script-section .title-tab {
           margin-bottom: 25px;
        }
        .list-tab-content li .img-responsive {
            height: 15px !important;
            
        }
        .brand-carousel {
            padding: 30px 0;
            
        }
        .exprience .radious-container p {
            display: none;
        }
        .exprience .radious-container .row-two p{
            display: block;
        }
        .col-md-12 p{
            display: none;
        }
        .col-md-12 .faq-content p{
            display: block;
        }
        .marketplace-about .col-md-12 p{
            display: block;
        }
        .address-boxes h5 {
            font-size: 18px;
            
        }
        .security .addone-box img {
            width: 30px;
            height: 30px;
            padding: 0;
        }
        .support img {
            width: 24px;
            height: 22px;
            object-fit: contain;
        }
        .marketplace-about {
            padding: 30px 15px 0px 15px;
        }
        .pricingot-home .pricing-box {
            padding: 10px 10px;
            flex-direction: row;
            align-items: center;
            justify-content: start;
            gap: 0 15px;
            
        }
        .pricingot-home .plan-name{
            margin-bottom: 0px;
            font-weight: 600;
            font-size: 15px;
        }
        .pricingot-home .price {
            font-size: 14px;
            margin-bottom: 0px;
            margin-left: auto;
        }
        .pricingot-home .pricing-box .contact-btnnn {
            display: none;
        }
        .pricingot-home .pricing-box .img-fluid {
            width: 20px;
            height: 20px;
            object-fit: contain;
            margin-bottom: 0;
        }
        .pricingot-home .plan-name::after {
            bottom: -10px;
            left: 0;
            width: 100%;
        }
        .pricingot-home .col-lg-12 .contact-btnnn {
            margin: 0 auto;
            text-align: center;
            display: flex;
        }
        .input-field .select2-container {
           width: 100% !important;
        }
        .contact-field-bg .form-group .col-md-6,.contact-field-bg .form-group .col-lg-5,.contact-field-bg .form-group .col-md-12 {
            float: left;
            width: 100%;
            margin-bottom: 30px;
            padding: 0px;
        }
        .contact-section .form-group {
            margin-bottom: 0px;
            
        }
    }
    
    @media (max-width: 380px) {
        #myCarousel .item .content h2 {
            font-size: 24px;
        }
    }


     /* Mega menu container */
     .mega-menu {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        background: #fff;
        padding:30px 40px 40px 40px;
        border-radius: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-20px);
        transition: all 0.4s ease;
        z-index: 1000;
        text-align: left;
        border: 1px solid rgb(187, 245, 187);
      }
  
      .main-menu li:hover .mega-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
      }
      .mega-menu .col-sm-3,.m-mb-50 {
        margin-bottom: 40px;
      }
  
      .mega-menu h4 {
        color: #34A853;
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 20px;
        text-align: left;
        text-transform: none;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        position: relative;
      }
      .m-mt-30{
        margin-top: 20px;
        float: left;
        width: 100%;
      }
      .mega-hover-img-1,
.mega-hover-img-2 {
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
}
      .mega-menu h4::after {
        position: absolute;
        content: "";
        width: 30px;
        height: 2px;
        background-color: rgb(90, 203, 90);
        bottom: -4px;
        left: 0;
      }
  
      .mega-menu .col-sm-3 ul {
        display: flex;
        flex-direction: column;
        gap: 12px 10px;
      }
  
      .mega-menu .col-sm-3 ul li {
        list-style-type: none;
        margin: 0px;
        text-align: left;
        display: list-item;
        position: relative;
        padding-left: 0px;
        transition: all 0.3s ease-in-out;
        margin-bottom: 0px;
      }
      
      .mega-menu .col-sm-3 ul li a {
        font-family: 'DM Sans', sans-serif;
        font-size: 16px;
        color: #333;
        line-height: normal;
        padding: 0px;
        text-align: left;
        display: inline;
        font-weight: normal;
        position: relative;
      }
      .mega-menu .col-sm-3 ul li a::after{
        content: none;
        position: absolute;
        left: 0px;
        top: 10px;
        width: 10px;
        height: 1px;
        background-color: #34A853;
      } 
      .mega-menu .col-sm-3 ul li a:hover {
        color: #34A853;
        padding-left: 15px;
      }

      .mega-menu .col-sm-3 ul li:hover a::after {
        content: "";
        
      }
      .mega-menu .col-sm-3 ul li a:hover {
        color: #34A853;
      }
      .main-menu ul li.dropdown {
        position: initial;
    }
    .mega-menu .col-sm-3 {
        position: relative;
    }
    .mega-menu .col-sm-3::after {
        content: "";
        position: absolute;
        right: 24px;
        top: 6px;
        width: 1px;
        height: 100%;
        background: rgb(243 243 243);
      }
      .mega-menu .col-sm-3:last-child::after {
        content: none;
    }
      .mega-menu .col-sm-3 ul li a {
        font-family: 'DM Sans', sans-serif;
        font-size: 15px;
        color: #7f7f7f;
        text-transform: capitalize;
    }
    .mega-menu-p{
        padding: 15px;
        background: #ecfaf6;
        border-radius: 10px;
        color: #555555;
        font-weight: normal;
        font-size: 15px;
        margin-bottom: 20px;
    }
    .mega-menu .img-responsive{
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 10px;
        margin-bottom: 20px;
    }
    .mega-menu .col-sm-6.col-lg-6 {
        /* margin-bottom: 40px; */
        min-height: 130px;
    }
      /* Responsive fallback */
      @media (max-width: 768px) {
        .mega-menu {
          width: 90%;
          position: static;
        }
      }
      