/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #309aff; 
}

.form-options .data-list {
  height: 200px;
}

.form-options .input-data-list {
  max-height: 200px;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.currency {
	text-align: center;
}

.currency select {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

.currency select {
    background-color: white;
    border: thin solid #e7e7e7;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    margin-bottom: 0px;
    /* box-shadow: 4px 4px 14px #e7e7e7; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.price_info_two {
  box-shadow: 0px 4px 20px rgba(12, 0, 46, 0.1) !important;
  padding: 0 !important;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  border-radius: 10px;
}

@media (max-width: 991px) {
.price_info_two > div {
  width: 100% !important;
}
}

@media (min-width: 992px) {
  .price_info_two > .features:not(:first-child) {
    display: none !important;
  }
}

.form-floating button {
  cursor: pointer;
  background-color: #007bff;
  border: 1px solid #007bff;
  padding: 10px 0px;
  color: white;
}

.form-floating button:hover {
  background-color: white;
  color: #007bff;
}

.price_info_two .h5 {
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 15px 15px;
  height: 40px;
}

.price_info_two h5 {
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 10px 10px;
  height: 60px;
  font-size: 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 992px) {
  .price_info_two h5 {
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 15px 15px;
    height: 100px;
  }
}
.price_info_two label {
  display: block;
  text-align: center;
  padding: 8px 20px;
  width: 100%;
  margin: 0;
  border-right: 1px solid #e7e7e7;
}

.price_info_two label i {
  background-color: rgba(255,255,255,0);
  font-weight: bold;
  font-size: 1em;
}

.price_info_two label .fa-check-circle {
  color: #1bbf00;
}

.price_info_two label .fa-times-circle {
  color: #d60000;
}

.price_info_two label:nth-child(even) {
  background-color: #f3f3f3;
  white-space: nowrap;
}

.price_info_two label:nth-child(odd) {
  background-color: white;
  white-space: nowrap;
}

.price_info_two div {
  padding:0 !important;

}

@media (min-width: 992px) {

.price_info_two div:hover:not(:first-child) {
  transform: translateY(-5px);
  transition: transform 0.7s;
  box-shadow: 0px 4px 20px rgba(12, 0, 46, 0.3) !important;
  border-radius: 10px;
}

}

.price_info_two div:not(:first-child) {
  display: block;
}


.price_content .price_item {
  text-align: center;
  background-color: white;
  box-shadow: 0px 4px 6px 0px rgba(0, 11, 40, 0.1);
  padding: 50px 25px;
  height: 100%;
  border: 1px solid #efefef;
  position: relative;
  overflow: hidden;
  transition: all 0.2s linear;
  cursor: pointer;
  border-radius: 10px;
}

.price_content > div > div > div:not(:first-child) {
    margin-bottom: 20px;
}


.contact-btn {
  width: 90%;
  border-radius: 20px;
  color: #007bff;;
  background-color: white;
  border: 1px solid #007bff;;
  padding: 6px 6px;
  position: absolute;
  bottom: 0;
  text-align: center;
  margin: 15px auto;
  margin-left: -44.5%;
}

.contact-btn:hover {
  color: #fff;
  background-color: #007bff;;
  cursor: pointer;
}

.img-responsive {
  width: 100%;
  height: auto;
  box-shadow: 4px 4px 16px #e7e7e7;
  margin-bottom: 15px;
  border-radius: 10px;
}

.img-responsive:hover {
  box-shadow: 0px 4px 50px #c4c4c4;
}

.portfolio-image .popup {
  font-weight: bolder !important;
  font-size: 1.2em !important;
}

.client-logos img {
  margin: 20px;
  height: 40px;
  width: auto;
}

ul.bullets {
  list-style: none;
  max-width: 900px;
  margin: 0 auto;
}

.form-options {
  max-width: 900px;
  margin: 0 auto;
  line-height: 30px;
}

.form-options input {
  margin-right: 15px;
}

.form-options input[type='checkbox'] {
  width: 30px;
  height: 20px;
  margin-right: 0px !important;
}

.form-options label {
  font-size: 18px;
}

.welcome-subtext {
  font-size: 1.1rem !important;
}

.flag {
  width: 20px;
  height: 12px;
  margin-right: 12px;
}

.svg.svg-fill-primary {
  fill: #3699FF !important;
}

.svg-icon.svg-icon-primary svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #3699FF !important;
}

.svg-icon.svg-icon-danger svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #F64E60 !important;
}

.svg-icon.svg-icon-success svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #1BC5BD !important;
}

.svg-icon.svg-icon-warning svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #FFA800 !important;
}

.opacity-4 {
  opacity: 0.04 !important;
}

.position-absolute {
  position: absolute !important;
}

.submit-btns button {
  padding: 10px 30px;
  background-color: #007bff;
  color: white;
  border: 1px solid #007bff;
  border-radius: 8px;
  cursor: pointer;
}

.submit-btns button:hover {
  background-color: white;
  color: #007bff;
}

.clearfix {
  width: 100%;
  clear: both;
}

.menu_toggle .hamburger span {
  background: rgb(0, 175, 239) !important;
}

.menu_toggle .hamburger-cross span {
  background: rgb(0, 175, 239) !important;
}

input::-webkit-calendar-picker-indicator {
  opacity: 100;
}

.mb-20 {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
#about .section_title {
  margin-bottom: 40px !important;
}
}

@media (max-width: 767px) {
  .swap-div {
    flex-flow: column-reverse;
  }
}

@media (max-width: 1199px) {
  .agency_featured_content .number {
    display: none;
  }
}

.dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(255, 161, 39, 0.161);
  display: block;
  position: absolute;
  left: -23px;
  top: -5px;
  z-index: 1;
}

.features_info h3 {
  font-weight: bold !important;
  color: #00afef !important; 
}

.dot.middle_dot {
  left: 54.8%;
  transform: translateX(-50%);
  bottom: 100px;
  top: auto;
}

.agency_featured_item {
  margin-top: 100px;
}

.process_area .features_info {
  padding-bottom: 185px;
}

.features_info {
  position: relative;
  /* padding-bottom: 170px; */
}

ul.bullets li {
  display: flex;
  font-size: 18px;
  line-height: 30px;
}

ul.bullets div {
  padding-left: 15px;
  display: inline-block;
}

ul.bullets li::before {
    content: '\2022';
    background-image: linear-gradient(to right, #f9a854, #f25663 50%, #f25a89);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    display: inline-block;
    font-size: 18px;
    margin-right: 15px;
}

.section-subtitle {
  font-size: 20px !important;
  color: black !important;
  font-weight: 500 !important;
  line-height: 50px !important;
  text-align: left;
}

.app_testimonial_area {
  background: #eff2f9;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
  position: relative;
}

.owl-stage-outer i {
  color: #a6a6a6;
  font-size: 1.5em;
  display: block;
}

.owl-carousel {
  display: block !important;
}

.owl-stage-outer i.fa-quote-left {
  text-align: left;
  margin: 10px 0px;
}

.owl-stage-outer i.fa-quote-right {
  text-align: right;
  margin: 0px 0px;
}

.login-logo {
  width: 50%;
  height: auto;
}

@media (max-width: 1099px) {
  .company-copy, .login-bottom-btns {
    flex: 0 0 100% !important;
    display: flex;
    flex-basis: 100%;
  }
  .login-bottom-tags {
    display: flex;
    flex-wrap: wrap;
  }
  .login-bottom-tag {
    padding-right: 10px;
  }
}

.btn-gradient {
  background: linear-gradient(to left, #49a0f3, #0375e1);
  color: white !important;
  border-style: none !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.btn-reset {
  background: white !important;
  color: #36a7ef !important;
  border: 1px solid #36a7ef !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
}

@media (max-width: 991px) {
  .login.login-1 {
    width: 100%;
}
}

@media (min-width: 992px) {
.login.login-1 .login-aside {
    width: 100%;
    max-width: 450px;
/*  height: 100vh; */
}
.login.login-1 .login-content {
  width: 100%;
  max-width: 500px;
  /* height: 100vh; */
}
.login.login-1 .login-aside {
  width: 100%;
  max-width: 600px;
}
}

.mb-10, .my-10 {
  margin-bottom: 1.5rem !important;
}

.mr-10, .mx-10 {
  margin-right: 1rem !important;
}

.login.login-1 .login-aside .aside-img {
  min-height: auto !important;
}

@media (max-width: 991px) {
  div.aside-img {
    display: none !important;
  }
  .pt-15, .py-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1rem;
  }
  .p-7 {
    padding: 1.75rem 1.75rem 1.25rem 1.75rem !important;
}
}

@media (min-width: 992px) {
  .sign-up-mt {
    margin-top: 40px;
  }
  .sign-in-mt {
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .sign-up-mt {
    margin-top: 15px;
  }
}

.ml-5 {
  margin-left: 1.25rem !important;
}

.text-muted {
  color: #B5B5C3 !important;
}

.text-darkk {
  color: #2c2c51 !important;
}

.font-weight-bold {
  font-weight: 500 !important;
}

.mr-10 {
  margin-right: 2.5rem !important;
}

.mgr-1 {
  margin-right: 1px;
}

.py-4 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}

.py-7 {
  padding-bottom: 0rem !important;
  padding-top: 0rem !important;
}

@media (max-width: 991px) {
  .login-aside-mobile {
    margin-top: 55px !important;
  }
}

@media (min-width: 561px) {
  .login-bottom-tag  {
    padding-right: 15px;
  }
  }

.container {
    width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.result_card {
  width: 235px;
  width: inherit;
/*  height: 226px;*/
  border-radius: 16px;
  padding: 11px;
  margin-top: 20px;
}

.result_card1 {
  background-color: #fff7f8;
}

.result_card1 .img-wrapper {
  background: #db763d;
}

.result_card2 {
  background-color: #eafaf1;
}

.result_card2 .img-wrapper {
  background: #70aba2;
}

.result_card3 {
  background-color: #f3f5fe;
}

.result_card3 .img-wrapper {
  background: #926ded;
}

.result_card .img-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.result_card .result_card_text {
  margin-top: -2px;
  font-family: Arial, Helvetica, sans-serif Bold;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 15px;
  line-height: 50px;
}

.result_card .result_card_subtext {
  margin-top: -10px;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  text-align: center;
  padding: 0 14%;
}

.justify-content-center {
  justify-content: center !important;
}

.pb-5-1 {background-color: #f4f4f4 !important;
}

.bg-2 {background-color: #e5f1fd !important;
      padding-bottom: 75px;
}

.mlr-1 {
  margin-left: 7px !important;
  margin-right: 7px !important;
}
.mr-1 {
  margin-right: 7px !important;
}
.mt-22 {
  margin-top: 22px !important;
}

.mb-22 {
  margin-bottom: 22px !important;
}

.mb-125 {
  margin-bottom: 125px !important;
}

.pt-6 {
  padding-top: 8rem !important;
}

.pt-40 {
  padding-top: 30px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-1-8 {
  padding-bottom: 1.8rem !important;
}

.pb-13 {
  padding-bottom: 3.25rem !important;
}

.faq_content .tab-pane .card .card-header .btn {
  color: #00afee;
}

.footer_top {
    background-color: #007bff;
    padding: 70px 0px !important;
}

.navbar-brand img {
	/* width: 180px; */
	height: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-brand img {
    content: url(../img/logo@2x.png);
    width: 250px;
  }  
}

@media (min-width: 451px) and (max-width: 767px) {
  .navbar-brand img {
    content: url(../img/logo@2x.png);
    width: 220px;
  }  
}

@media (min-width: 300px) and (max-width: 450px) {
  .navbar-brand img {
    content: url(../img/logo@2x.png);
    width: 200px;
  }  
}

.vid-text {
  font-size: 1.2em;
  font-weight: bold;
}

.header_area {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 20;
  /* top: 0; */
  /* background-color: #fff;
  box-shadow: 0px 6px 8px 0px rgb(12 0 46 / 15%); */
}


@media (max-width: 450px) {
  .price_tab .hover_bg {
    background: #00aff0;
    opacity: 0;
  }
}

.f_size_24 {
  font-size: 24px !important;
}

.l_height32 {
  line-height: 32px !important;
}

.agency_service_area {
  padding: 150px 0px 140px !important;
}

.no_border-bottom {
  border-bottom: none !important;
}

.p-hub {
    border: 1px solid;
    border-color: #D6D6D8;
    border-radius: 10px;
    padding: 24px;
  }

  .mx-wdth {
    max-width: none !important;
  }

.txt-primary-col {
  color: #00afef;
}

/* ---------------------------- TOC Style-------------------------- */

.js-toc { position: fixed; 
  top:190px;
  z-index: 9;
  /* background-color: whitesmoke; */
  /* right: 0; */
  overflow: hidden;
}


@media (max-width: 768px) {
  .js-toc {
    display: none;
  }

  .blog-none {
    display: none;
  }
  .m-dis-non {
    display: none;
}
}

@media only screen and (max-width: 1024px) {
  .m_1024 {
    font-size: 30px !important;
}
}
.toc-t {
  position: fixed;
  top: 160px;
}


.toc{overflow-y:auto}
.toc>.toc-list{overflow:hidden;position:relative;}
.toc>.toc-list li{list-style:none;}
.toc-list{margin:0;padding:12px; line-height: 2.2rem; list-style: none; font-size: 1rem;}
a.toc-link{color:#333;height:100%}
a:hover.toc-link{color:#F48236;}
.is-collapsible{max-height:1000px;overflow:hidden;transition:all 300ms ease-in-out}
.is-collapsed{max-height:0}
.is-position-fixed{position:fixed !important;top:0;}
.is-active-link{color: #333 !important;}
.toc-link::before{content:' ';display:inline-block;height:inherit;left:0;margin-top:-1px;position:absolute;width:100%; max-width: 550px; z-index: -1; height: 45px; border-radius: 8px;}
/*.is-active-link::before{background-color:#F48236;}*/

/* ---------------------------- END OF TOC Style-------------------------- */


.hua {
  display: inline-block;
  position: relative;
}

.hua::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  color: #007bff;
  background-color: #007bff;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hua:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.blog_title:hover {
  color: #007bff !important;
}

.blog_content .learn_btn_two:hover {
  color: #007bff !important;
}

.blog_content .learn_btn_two:hover:before {
  background: #007bff !important;
}

.txt_shadow {
  text-shadow: 2px 5px 5px #000000 !important; 
}

.blog_content_center {
  display: flex;
  justify-content: center;
}

.txt_wht{
  color: #fff !important;
}

.txt_blue{
  color: #007bff !important;
}

.curve {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.blog_imgs {
  width: 300px;
  height: 300px;
  overflow: hidden;
  margin: 0 auto;
}

.blog_imgs {
  width: 100% !important;
  transition: 0.5s all ease-in-out !important;
}

.blog_imgs:hover {
  transform: scale(1.5) !important;
}

.img-box:hover {
  background-size: 110% auto;
  transition: background-size 0.6s ease-out;
}

.img-box {
  width: 100%;
  height: 205px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  transition: background-size 0.6s ease-out;
}

.img-box-1 {
  background-image: url(../img/blog/thumbnail/a-b-m.webp);
}

.img-box-2 {
  background-image: url(../img/blog/thumbnail/using-artificial-intelligence-for-your-sales-team.webp);
}

.img-box-3 {
  background-image: url(../img/blog/thumbnail/maximizing_sales_process_efficiency.webp);
}

.img-box-4 {
  background-image: url(../img/blog/thumbnail/dynamics-of-empathy-and-persistence-in-sales.webp);
}

.img-box-5 {
  background-image: url(../img/blog/thumbnail/discovering_the-art-of-crafting-email-subject-lines.webp);
}

.img-box-6 {
  background-image: url(../img/blog/thumbnail/mastering_email_engagement.webp);
}

.cb-blog-img-box-1 {
  background-image: url(../img/blog/thumbnail/ai-driven-chatbots.webp);
}

.cb-blog-img-box-2 {
  background-image: url(../img/blog/thumbnail/enhancing-human-resource.webp);
}

.cb-blog-img-box-3 {
  background-image: url(../img/blog/thumbnail/voice-bot-potential.webp);
}

.cb-blog-img-box-4 {
  background-image: url(../img/blog/thumbnail/conversational-ai.webp);
}

.cb-blog-img-box-5 {
  background-image: url(../img/blog/thumbnail/elevating-revenue.webp);
}

.cb-blog-img-box-6 {
  background-image: url(../img/blog/thumbnail/evaluating-your-chatbot.webp);
}

.imgcs-box-1 {
  background-image: url(../img/customer-stories/thumbnail/financing-solution.webp);
}

.imgcs-box-2 {
  background-image: url(../img/customer-stories/thumbnail/sales-consulting.webp);
}

.imgcs-box-3 {
  background-image: url(../img/customer-stories/thumbnail/marketing-automation.webp);
}

.imgcs-box-4 {
  background-image: url(../img/customer-stories/thumbnail/virtual-event-platform.webp);
}

.imgcs-box-5 {
  background-image: url(../img/customer-stories/thumbnail/computer-software-company.webp);
}

.imgcs-box-6 {
  background-image: url(../img/customer-stories/thumbnail/risk-management.webp);
}

.img_cb-cs-box-1 {
  background-image: url(../img/customer-stories/thumbnail/customer-engagement.webp);
}

.img_cb-cs-box-2 {
  background-image: url(../img/customer-stories/thumbnail/connectPlex_chatbot.webp);
}

.img_cb-cs-box-3 {
  background-image: url(../img/customer-stories/thumbnail/elevating-lead-generation.webp);
}

.img_cb-cs-box-4 {
  background-image: url(../img/customer-stories/thumbnail/acquisition-costs.webp);
}

.img_cb-cs-box-5 {
  background-image: url(../img/customer-stories/thumbnail/conversational-ai.webp);
}

.img_cb-cs-box-6 {
  background-image: url(../img/customer-stories/thumbnail/elevating_customer.webp);
}

.f_size_16 {
  font-size: 16px !important;
}

.f_size_14 {
  font-size: 14px !important;
}

.mb_60 {
  margin-bottom: 60px !important;
}

.blog_breadcrumb_area {
  height: 400px !important;
  background-position: 50% 50% !important;
}

.job_deatails_content ul li i {
  top: 6px !important;
  color: #00afef !important;
}

.m_2-5 {
  margin: 2.5rem !important;
}

.mlt-2rem {
  margin-left: 3rem !important;
  margin-top: 8rem !important;
}

.ml-3rem {
  margin-left: 3rem !important;
}

.l_height55 {
  line-height: 55px;
}

.l_height45 {
  line-height: 45px;
}

.f_size_55 {
  font-size: 55px;
}

.post__side-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  align-self: flex-start;
}

.btn_three-blog {
  font: 700 18px "Poppins", sans-serif;
  border-radius: 12px;
  padding: 13px 35px;
  border: 1px solid #3A0CA5;
  margin-top: 16px;
}
.btn_three-blog:hover {
  color: #3A0CA5;
  background: #e5f1fd;
}

.sign_btn_transparent-blog {
  display: inline-block;
  background: #fff;
  color: #3A0CA5;
}

.font-unset {
  font-size: unset !important;
}

.service_item {
  padding: 30px 30px 0px !important;
  cursor: move !important;
}

.blog-div1 {
  /* display: flex; */
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.blog-div2 {
  position: relative;
  min-height: 1px;
  display: flex;
}

.blog-div3 {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}

.blog-img-banner {
  vertical-align: middle;
  display: inline-block;
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.blog-bg_lable1 {
  right: 50px;
  --icon-box-icon-margin: 15px;
  width: var(--container-widget-width, 40% ) !important;
  max-width: 40% !important;
  --container-widget-width: 40% !important;
  --container-widget-flex-grow: 0;
  top: 190px !important;
  position: absolute;
}

.blog-bg_lable2 {
  padding: 10px 0px 70px 0px;
  background-color: #3A0CA5;
  background-image: url(../img/blog/about_pattern-8.png);
  background-position: top right;
  background-repeat: no-repeat;
}

@media screen and (min-width: 2560px) {
  .blog-bg_lable1 {
    right: 250px;
  }
  .blog-bg_lable2 {
    padding: 90px 0px 100px 0px !important;
  }
}

@media screen and (max-width: 2048px) {
  .blog-bg_lable1 {
    right: 50px;
  }
}

@media (max-width: 1920px) {
  .blog-bg_lable1 {
    right: 50px;
  }
}

@media screen and (max-width: 1600px) {
  .blog-bg_lable1 {
    width: var(--container-widget-width, 35% ) !important;
  max-width: 35% !important;
  --container-widget-width: 35% !important;
  top: 160px !important;
  }
}

@media screen and (max-width: 1280px) {
  .blog-bg_lable1 {
    right: unset;
    width: var(--container-widget-width, 80% ) !important;
    max-width: 80% !important;
    --container-widget-width: 80% !important;
    top: -50px !important;
    position: inherit;
    display: flex;
    margin: 0 auto;
    justify-content: center; 
  }
}

@media (max-width: 1024px) {
  .blog-bg_lable1 {
    right: unset;
    width: var(--container-widget-width, 80% ) !important;
    max-width: 80% !important;
    --container-widget-width: 80% !important;
    top: -50px !important;
    position: inherit;
    display: flex;
    margin: 0 auto;
    justify-content: center; 
  }
}

@media (max-width: 768px) {
  .blog-bg_lable1 {
    right: unset;
    width: var(--container-widget-width, 80% ) !important;
    max-width: 80% !important;
    --container-widget-width: 80% !important;
    top: -50px !important;
    position: inherit;
    display: flex;
    margin: 0 auto;
    justify-content: center; 
  }
}

@media (min-width: 300px) and (max-width: 450px) {
  .blog-bg_lable1 {
    right: unset;
    width: var(--container-widget-width, 70% ) !important;
    max-width: 70% !important;
    --container-widget-width: 70% !important;
    top: -10px !important;
    position: inherit;
    display: flex;
    margin: 0 auto;
    justify-content: center; 
  }
  .f_size_25-sm {
    font-size: 28px;
  }

  .l_height_40-sm {
    line-height: 40px;
  }

  .blog-bg_lable2 {
    padding: 0px 0px 50px 0px;
  }
  .blog-img-banner {
    max-width: 80%;
  }
}

.cs-bg_lable1 {
  right: 50px;
  --icon-box-icon-margin: 15px;
  width: var(--container-widget-width, 40% ) !important;
  max-width: 40% !important;
  --container-widget-width: 40% !important;
  --container-widget-flex-grow: 0;
  top: 190px !important;
  position: absolute;
}

@media screen and (min-width: 2560px) {
  .cs-bg_lable1 {
    right: 250px;
    top: 160px !important;
  }
  .blog-bg_lable2 {
    padding: 90px 0px 100px 0px !important;
  }
}

@media screen and (max-width: 2048px) {
  .cs-bg_lable1 {
    right: 50px;
    top: 190px !important;

  }
}

@media (max-width: 1920px) {
  .cs-bg_lable1 {
    right: 50px;
    top: 190px !important;

  }
}

@media screen and (max-width: 1600px) {
  .cs-bg_lable1 {
    width: var(--container-widget-width, 42% ) !important;
  max-width: 42% !important;
  --container-widget-width: 42% !important;
  top: 190px !important;
  }
}

@media screen and (max-width: 1366px) {
  .cs-bg_lable1 {
    width: var(--container-widget-width, 42% ) !important;
  max-width: 42% !important;
  --container-widget-width: 42% !important;
  top: 150px !important;
  }
}

@media screen and (max-width: 1280px) {
  .cs-bg_lable1 {
    right: unset;
    width: var(--container-widget-width, 80% ) !important;
    max-width: 80% !important;
    --container-widget-width: 80% !important;
    top: -50px !important;
    position: inherit;
    display: flex;
    margin: 0 auto;
    justify-content: center; 
  }
}

@media (max-width: 1024px) {
  .cs-bg_lable1 {
    right: unset;
    width: var(--container-widget-width, 80% ) !important;
    max-width: 80% !important;
    --container-widget-width: 80% !important;
    top: -50px !important;
    position: inherit;
    display: flex;
    margin: 0 auto;
    justify-content: center; 
  }
}

@media (max-width: 768px) {
  .cs-bg_lable1 {
    right: unset;
    width: var(--container-widget-width, 80% ) !important;
    max-width: 80% !important;
    --container-widget-width: 80% !important;
    top: -50px !important;
    position: inherit;
    display: flex;
    margin: 0 auto;
    justify-content: center; 
  }
}

@media (min-width: 300px) and (max-width: 450px) {
  .cs-bg_lable1 {
    right: unset;
    width: var(--container-widget-width, 70% ) !important;
    max-width: 70% !important;
    --container-widget-width: 70% !important;
    top: -10px !important;
    position: inherit;
    display: flex;
    margin: 0 auto;
    justify-content: center; 
  }
}

.bg_l-blue {
  background-color: #ECF7FC;
  margin-left: -100px;
  padding: 40px 40px 0px 100px;
}

.bg_l_blue {
  background-color: #ECF7FC;
  /* margin-left: -100px;
  margin-right: -100px; */
  padding: 40px 40px 0px 0px;
}

.bg_img_pattern {
  background-image: url(../img/blog/pattern.png);
  background-color: #F7F8FA;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: -100px;
  padding: 40px 40px 0px 100px;
}

.bg_img_pattern-1 {
  background-image: url(../img/blog/pattern.png);
  background-color: #EBF4FD;
  background-repeat: no-repeat;
  background-size: cover;
/*  padding: 40px 40px 0px 100px;*/
}

.txt_333 {
  color: #333 !important;
}

.txt_dk-blue {
  color: #051441 !important;
}

.blog_list_item_two .blog_content p {
  font-size: 18px;
}

.service_carousel {
  padding-left: unset !important;
}

.service_carousel::after {
  width: 100px;
  content: "";
  height: 100%;
  left: -25px;
  top: 0;
  position: absolute;
  background: #fbfbfb;
  filter: blur(12px);
  box-shadow: 0px 100px 40px 0px rgba(251, 251, 251, 0.1);
  z-index: 1;
}

.wd-post--multicolumn {
  overflow: hidden;
  transition: all .35s cubic-bezier(.6,-.02,.39,1.13);
}
.wd-post--multicolumn .wd-post__content {
  padding: 10px 30px 30px;
  width: 100%;
  padding-top: 0;
  margin-top: -180px;
  transform: translateY(175px);
  background-color: #f8fcff;
}

.wd-post--multicolumn:hover .wd-post__content {
  transform: translateY(0px);
  background-color: #f8fcff;
}

.wd-post__content:hover {
  box-shadow: 0 20px 60px rgba(4,75,194,.1);
  border: 1px solid rgba(88,136,247,.1);
  border-top: 3px solid #F4B844;
  transform: translateY(-7px);
}

.wd-post__content {
  padding: 35px 50px 40px;
  position: relative;
  box-shadow: 0 5px 20px rgba(64,124,191,.05);
  border: 1px solid rgba(88,136,247,.2);
  border-top: 3px solid  #F4B844;
  transition: all .3s ease;
  width: 100%;
  margin-top: -100px;
}

.service_carousel::after {
    width: 0px;
}

.service_carousel::before {
  width: 0px;
}

.blog_grid_info .blog_list_item .blog_content {
  padding-top: 20px;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
.blog_grid_info .blog_list_item .blog_content {
  padding-top: 20px;
  padding-bottom: 70px;
}
} 

@media (max-width: 768px) {
.blog_grid_info .blog_list_item .blog_content {
  padding-top: 20px;
  padding-bottom: 70px;
}
} 

@media screen and (max-width: 640px) and (min-width: 300px) { 
.blog_grid_info .blog_list_item .blog_content {
  padding-top: 20px;
  padding-bottom: 10px;
}
}
.mt-7 {
  margin-top: 7rem!important;
}

.read_more:hover {
  color: #F4B844;
}

.qutoe_post .blog_content {
  border-left: 6px solid #F58634;
}

.qutoe_post .blog_content i {
  color: #F58634;
}

.qutoe_post .blog_content:after {
  color: #f5863426 !important;
}

.h_action_promo_area {
  background: #051441;
}

.h_action_promo_area .hosting_btn {
  background: #007bff;
  color: #fff;
}

.seo_features_content h2 {
  color: #051441;
}

.new_service .new_service_content {
  padding: 30px;
}

.logo {
  padding-top: 15px;
  display: block;
  float: left;
  margin-right: 10px;
  padding-bottom: 10px;
}

.secondary-nav .custom-secondary-container {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 979px) {
.container {
    padding-left: 0;
  }
}

@media screen and (max-width: 979px) {
.secondary-nav .product-name {
    margin-left: 6px;
  }
}

@media screen and (max-width: 979px) {
.secondary-nav .features-dropdown-toggle {
    padding: 21px 0;
  }
}

@media screen and (min-width: 1600px) {
.hide-xl {
    display: none !important;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1599px) {
.hide-lg {
    display: none !important;
  }
}

@media screen and (min-width: 979.1px) and (max-width: 1299px) {
.hide-md {
    display: none !important;
  }
}

@media screen and (min-width: 979px) and (max-width: 1299px) {
.secondary-nav .secondary-nav_title .product-name {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 24px;
  }
}

@media screen and (min-width: 991px) and (max-width: 320px) {
  .secondary-nav {
    min-height: 150px;
    }
  }

.secondary-nav {
  background-color: #fff;
  min-height: 63px;
  position: absolute;
  top: 0px;
  z-index: 2;
  min-width: -webkit-fill-available;
  box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
}

.secondary-nav .product-name {
  font-weight: 600;
  font-size: 25px;
  padding-top: 25px;
  padding-left: 20px;
  color: #333;
  margin-right: 20px;
  margin-left: 20px;
  display: inline-block;
  height: 63px;
}

.secondary-nav__features .product-menu {
  position: relative;
  top: -1px
}

.secondary-nav__features .product-menu li.current-menu-item a {
  color: #004b8f;
  border-bottom: 2px solid;
  border-bottom-color: #004b8f
}

.secondary-nav__features .product-menu li a {
  font-size: 18px;
  display: inline-block;
  color: #333;
  padding: 18px 18px 18px 18px;
  margin-top: 4px
}

@media screen and (min-width: 979px) and (max-width:1300px) {
.secondary-nav__features .product-menu li a {
      padding:23px 10px 18px 10px;
      font-size: 15px;
      line-height: 21px;
      margin-top: 0
  }
}

.secondary-nav__features .product-menu li a:hover {
  color: #004b8f;
  border-bottom: 2px solid;
  border-bottom-color: #004b8f
}

.secondary-nav__features .product-menu li.custom-nested-secondary-nav>a {
  position: relative
}

.secondary-nav__features .product-menu li.custom-nested-secondary-nav>a::after {
  content: '';
  border: 1px solid;
  border-color: #333;
  border-width: 0 2px 2px 0;
  position: absolute;
  top: 24px;
  right: 0;
  padding: 3px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg)
}

.secondary-nav__features .product-menu li.custom-nested-secondary-nav>a:hover,.secondary-nav__features .product-menu li.custom-nested-secondary-nav>a.is-hover {
  border-bottom: 0
}

.secondary-nav__features .product-menu li.custom-nested-secondary-nav>a.is-hover {
  color: #004b8f
}

.secondary-nav__features .product-menu li.custom-nested-secondary-nav>a:hover::after,.secondary-nav__features .product-menu li.custom-nested-secondary-nav>a.is-hover::after {
  border-color: #004b8f
}

.secondary-nav__features .product-menu li.custom-nested-secondary-nav.is-toggle .dropdown-menu {
  display: block
}

.secondary-nav__features .product-menu li.custom-nested-secondary-nav .dropdown-menu {
  display: none;
  position: absolute;
  top: 55px;
  right: -14px;
  background-color: white;
  border-radius: 3px;
  z-index: 3;
  box-shadow: 0 4px 13px 0 rgba(0,0,0,0.3);
  border: 1px solid;
  border-color: #dedede;
  min-width: 200px;
  padding: 10px 0
}

.secondary-nav__features .product-menu li.custom-nested-secondary-nav .dropdown-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid;
  border-bottom-color: white;
  position: absolute;
  top: -6px;
  right: 10px
}

.secondary-nav__features .product-menu li.custom-nested-secondary-nav .dropdown-menu li {
  padding: 0 15px
}

.secondary-nav__features .product-menu li.custom-nested-secondary-nav .dropdown-menu li.current-menu-item a {
  border-bottom: 0;
  color: #004b8f
}

.secondary-nav__features .product-menu li.custom-nested-secondary-nav .dropdown-menu li a {
  padding: 5px 10px;
  display: block;
  font-size: 16px;
  text-align: left;
  color: #333;
  margin-top: 0
}

.secondary-nav__features .product-menu li.custom-nested-secondary-nav .dropdown-menu li a:hover {
  border-bottom: 0;
  color: #004b8f
}

.secondary-nav__features .product-menu li.custom-nested-secondary-nav .dropdown-menu li .btn-badge {
  margin-left: 7px;
  position: relative;
  top: -1px;
  line-height: 16px
}

.secondary-nav__features .product-menu li.custom-nested-secondary-nav .dropdown-menu li .btn-badge:hover {
  background-color: #0070f0
}

@media screen and (min-width: 979px) and (max-width:1300px) {
.secondary-nav__features .product-menu li.custom-nested-secondary-nav>a::after {
      top:29px;
      right: -7px
  }

.secondary-nav__features .product-menu li.custom-nested-secondary-nav .dropdown-menu {
      right: -21px;
      min-width: 180px
  }

.secondary-nav__features .product-menu li.custom-nested-secondary-nav .dropdown-menu li a {
      font-size: 15px
  }
}

.secondary-nav .primary-menu li.free-trial-link {
  margin-left: 17px;
  padding: 15px 6px 14px;
  text-transform: uppercase
}

.secondary-nav .primary-menu li.free-trial-link a {
  color: white;
  font-weight: 400;
  padding: 5px 15px
}

.secondary-nav .primary-menu li.free-trial-link a:hover {
  background-color: #0070f0;
  border-color: #0070f0
}

.secondary-nav .sec_nav_cta {
  float: right;
  opacity: 0;
  transition: opacity 250ms linear;
  /* height: 0; */
  overflow: hidden
}

.secondary-nav .sec_nav_cta.active {
  /* height: auto; */
  opacity: 1;
  display: inline-block
}

@media screen and (max-width: 991px) {
  .secondary-nav .sec_nav_cta {
    height: 0;
  }
  .secondary-nav .sec_nav_cta.active {
    height: 0;
  }
}

@media screen and (min-device-width: 320px) and (max-device-width: 991px) { 
  .secondary-nav .custom-secondary-container {
    flex-direction: column;
  }
}

.secondary-nav .custom-secondary-container {
  display: -ms-flexbox;
  display: flex;
}

.secondary-nav .secondary-nav_title {
  position: relative;
  height: 63px;
  z-index: 1
}

.secondary-nav .secondary-nav_title .sec-header-title .sec-header-logo {
  position: absolute;
  opacity: 0;
  z-index: 3;
  left: 0;
  transition: opacity 250ms linear,top 250ms linear;
  top: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.secondary-nav .secondary-nav_title .sec-header-title .sec-header-logo.active {
  top: 60%;
  opacity: 1;
  left: -12px;
}

.secondary-nav .secondary-nav_title .secondary-item-badge {
  vertical-align: middle;
  margin-left: 3px
}

.secondary-nav.secondary-nav-without-signin .sec_nav_cta {
  display: none;
}

.secondary-nav__features .custom-scrollto-section a.active-section {
  color: #004b8f;
  border-bottom: 2px solid;
  border-bottom-color: #004b8f;
}

@media screen and (min-width: 1440px) {
.secondary-nav {
      width:100%;
  }

/* .secondary-nav .row {
      max-width: 1440px;
      margin: 0 auto
  } */

.secondary-nav .sec_nav_cta {
      position: relative;
      float: right
  }
}

@media screen and (min-width: 979px) and (max-width:1299px) {
.secondary-nav .secondary-nav_title .product-name {
      margin-right:10px;
      margin-left: 10px;
      font-size: 24px;
  }

.secondary-nav .secondary-nav_title .product-name.show-logo {
      padding-left: 30px;
      font-size: 21px
  }

.secondary-nav .secondary-nav_title .product-name.custom-sec-menu-title {
      font-size: 20px;
      margin-right: 5px;
      margin-left: 5px
  }

.secondary-nav .secondary-nav__features .custom-scrollto-section a {
      font-size: 15px
  }

.sticky-header .secondary-nav_title .product-name.custom-sec-menu-title {
      font-size: 18px
  }
}

@media screen and (max-width: 979px) {
.secondary-nav .account-down-caret {
      background-position:-253px -217px;
      margin-left: 5px
  }

.secondary-nav .features-dropdown-toggle {
      padding: 21px 0
  }

.secondary-nav .features-dropdown-toggle.active .account-down-caret {
      background-position: -293px -217px
  }

.secondary-nav .product-name {
      margin-left: 6px
  }

.secondary-nav__features {
      position: absolute;
      top: 63px;
      background-color: white;
      width: 100%;
      left: 0
  }

.secondary-nav__features .product-menu li.current-menu-item a {
      border-bottom: 0
  }

.secondary-nav__features .product-menu li a {
      border-bottom: 0
  }

.secondary-nav__features .product-menu li a:hover {
      border-bottom: 0
  }

.secondary-nav__features .product-menu li.custom-nested-secondary-nav.is-toggle>a {
      color: #004b8f
  }

.secondary-nav__features .product-menu li.custom-nested-secondary-nav.is-toggle>a::after {
      top: 28px;
      -ms-transform: rotate(225deg);
      transform: rotate(225deg);
      -webkit-transform: rotate(225deg)
  }

.secondary-nav__features .product-menu li.custom-nested-secondary-nav.is-toggle .dropdown-menu {
      display: block
  }

.secondary-nav__features .product-menu li.custom-nested-secondary-nav .dropdown-menu {
      display: none;
      position: absolute;
      top: 61px;
      right: auto;
      left: 0;
      box-shadow: none;
      border: 0;
      min-width: 100%;
      width: 100%;
      padding: 0
  }

.secondary-nav__features .product-menu li.custom-nested-secondary-nav .dropdown-menu::before {
      display: none
  }

.secondary-nav__features .product-menu li.custom-nested-secondary-nav .dropdown-menu li a {
      padding: 10px 20px
  }

.secondary-nav__features.dd-toggle {
      display: none
  }

.secondary-nav__features li {
      display: block;
      border-top: 1px solid #ededed
  }

.secondary-nav__features li:nth-last-child(1) {
      border-bottom: 1px solid #ededed
  }

.secondary-nav__features li a {
      display: block
  }

.secondary-nav .secondary-nav_title.test_university {
      display: block !important
  }

.secondary-nav .secondary-nav_title.test_university .product-name {
      margin-right: 10px;
      margin-left: 10px;
      font-size: 24px
  }

.secondary-nav .secondary-nav_title.test_university .product-name.show-logo {
      font-size: 21px;
      padding-left: 30px
  }

.secondary-nav .secondary-nav_title.test_university+.features-dropdown-toggle {
      display: none !important
  }

.secondary-nav .secondary-nav__features .custom-scrollto-section a {
      display: block
  }

.secondary-nav .secondary-nav__features .custom-scrollto-section a.active-section {
      border-bottom: 0
  }

.hide-secondary-menu {
      margin-bottom: 0
  }

.hide-secondary-menu .secondary-nav {
      display: none
  }
}

@media screen and (max-width: 639px) {
  .hide-xs {
      display:none !important
  }
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .hide-sm {
      display:none !important
  }
}

@media screen and (min-width: 979.1px) and (max-width:1299px) {
  .hide-md {
      display:none !important
  }
}

@media screen and (min-width: 1300px) and (max-width:1599px) {
  .hide-lg {
      display:none !important
  }
}

@media screen and (min-width: 1600px) {
  .hide-xl {
      display:none !important
  }
}

.menu > .nav-item + .nav-item {
  margin-left: 35px;
}

.account-down-caret {
  display: inline-block;
  width: 11px;
  height: 11px;
  position: relative;
  top: 4px;
  right: -1px;
  background-position: -14px -215px
}

@media screen and (max-width: 979px) {
.account-down-caret {
      background:url("../img/general_icons@2x.webp") no-repeat
  }
}

@media(-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
.account-down-caret {
      background-size:365px 245px
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 979px), screen and (min-resolution: 192dpi) and (max-width: 979px) {
.account-down-caret {
      background-image:url("../img/general_icons@2x.webp")
  }
  .sign-btn-transparent {
    border-color: #007bff !important;
    color: #007bff !important;
  }
  .sign-btn-transparent:hover {
    background: #007dff !important;
    color: #fff !important;
  }
}

.dropdown-holder .account-down-caret {
  background-position: -54px -215px
}

.dropdown-holder.active .account-down-caret {
  background-position: -254px -135px
}

.dropdown-holder a.active .account-down-caret {
  background-position: -54px -215px
}

.sign-btn-transparent {
  display: inline-block;
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.sign-btn-transparent:hover {
  background: #007dff;
  color: #fff;
}

.price-tab {
  border-radius: 45px;
  max-width: 300px;
  background-color: white;
  box-shadow: 0px 3px 13px 0px rgba(0, 11, 40, 0.08);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  border: 0px;
  padding: 7px;
  justify-content: center;
  position: relative;
}
.price-tab .nav-item {
  padding: 0px;
  margin: 0px;
}
.price-tab .nav-item .nav-link {
  margin: 0px;
  font: 400 16px "Poppins", sans-serif;
  color: #fff;
  padding: 12px 30px;
  display: inline-block;
  border: 0px;
  border-radius: 45px;
  min-width: 193px;
  text-align: center;
  transition: color 0.3s linear;
  position: relative;
  z-index: 1;
}
.price-tab .nav-item .nav-link.active {
  border: 0px;
  border-radius: 45px;
  background: transparent;
  color: #fff;
}
.price-tab .hover_bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: calc(100% - 14px);
  border-radius: 45px;
  z-index: 0;
  transition: all 0.2s linear;
  min-width: calc(100% - 14px);
}

.price-tab_two .hover_bg {
  background: #007dff;
}

/* .header_area.navbar_fixed .w_menu .nav-item .nav-link {
  color: #fff !important;
} */

.stratup_app_screen .page-not-found {
  right: 20px;
  bottom: 300px;
}

.stratup_app-screen {
  position: absolute;
  width: 23%;
  height: 50%;
  right: 0;
  z-index: 0;
}

.developer_product_content .develor_tab {
  border-bottom: 0px !important;
}

.developer_product_content .develor_tab .nav-item .nav-link {
  font: 600 18px "Poppins", sans-serif !important;
}

.d_product_content_two .develor_tab .nav-item .nav-link.active {
  color: #007bff;
}

.d_product_content_two .develor_tab .nav-item .nav-link:before {
  background: #007bff;
}

.btn_get {
  border: 1px solid #007bff !important;
}

.b-nav-link {
  color: #051441 !important;
}

.b-nav-link:hover {
  color: #007bff !important;
}

.erp_action_area {
  padding: 30px 0px !important;
}

@media screen and (min-width: 1025px) {
.res_padding-lr {
  padding-left: 10rem;
  padding-right: 10rem;
}
}

@media screen and (max-width: 640px) and (min-width: 300px) {
.tabs-scroll {  
    overflow-x: scroll;
    white-space: nowrap;
    flex-wrap: nowrap;
    margin: 0 20px;
    overflow-y: hidden;
}

.tab-img {
  width: -webkit-fill-available !important;
}

.pt-8-sm {
  padding-top: 8rem !important;
}
}

.pricing-pointers-main {
  font: 300 13px/30px "Poppins", sans-serif;
}

@media screen and (max-width: 1300px) and (min-width: 991px) {
  .col-1024 {
    flex: 0 0 25.666667% !important;
    max-width: 25.666667% !important;
  }   
}

.chat-banner-content {
  padding-top: 80px;
}

.new_service .number {
  color: #007bff !important;
  border: 1px solid #007bff !important;
}

.new_service .saas_features_item:hover .number {
  background: #007bff !important;
  color: #fff !important;
}

.new_service .separator {
  background: var(--white);
}

.new_service .separator:before {
  background: #007dff;
}

.partners-h6-txt {
  color: #fff !important;
  font-size: 15px !important;
  font-style: italic;
  letter-spacing: 0.05rem;
}

.l_height25 {
  line-height: 25px !important;
}

.wd-post--multicolumn {
    box-shadow: 0 10px 50px rgba(4,75,194,.1);
    border: 1px solid rgba(88,136,247,.1);
    overflow: hidden;
    transition: all .35s cubic-bezier(.6,-.02,.39,1.13);
}

.blog_grid_info .blog_list_item {
    margin-bottom: 40px;
}

.job_deatails_content ul li i {
  color: #007bff !important;
}

.check-icon{
top: 6px;
position: inherit;
}

@media (max-width: 991px) {
.menu > .nav-item {
    margin-right: 0;
    border-bottom: none !important;
    text-align: unset !important;
}
}

@media (max-width: 991px) {
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item {
  padding: 10px 10px 10px 0px !important;
}

.menu > .nav-item.submenu.mega_menu > .dropdown-menu > .nav-item .dropdown-menu, .menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu > .nav-item .dropdown-menu {
  padding-top: 15px !important;
}

.menu > .nav-item.submenu .dropdown-menu .nav-item:last-child, .menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu > .nav-item:last-child {
  border: none !important;
}

.menu {
  padding: 0px !important;
}

.menu_pos .w_menu .nav-item:hover .nav-link, .w_menu .nav-item.active .nav-link {
  color: #00aff0 !important;
}
}

@media only screen and (min-width: 768px) {
.mm-mt {
    margin-top: 3rem !important;
}

.mlt-2rem {
  margin-left: 0rem !important;
}
}

.pointer {
  cursor: pointer;
}

@media (min-width: 576px){
.mt-sm-1, .my-sm-1 {
    margin-top: 1.25rem !important;
}
}

/* CSS style below added on 18/04/2024 */

.chat_features_img {
  padding-left: 30px;
  height: 680px;
}

.chat_features_img .chat_two {
  left: 13%;
  bottom: -34px;
}

.use-ai-bg {
  background-image: url("../img/use-ai-bg.jpg");
  background-size: cover;
  background-position: center;
}

.chat_features_img_three {
  background-image: -moz-linear-gradient(-140deg, #25acff 0%, #70c7fe 100%);
  background-image: -webkit-linear-gradient(-140deg, #25acff 0%, #70c7fe 100%);
  background-image: -ms-linear-gradient(-140deg, #25acff 0%, #70c7fe 100%);
}

    .chat_features_content a {
      color: #007dff;
    }

    .chat_features_content a:hover {
      color: #fff;
    }    
.ai-chatbot-bg {
  background-image: url("../img/ai-chatbot-bg.jpg");
  background-size: cover;
  background-position: center;
}

@media (max-width:1199px){
.chat_features_img_three {
    height: 660px !important;
}
}

@media (max-width:1024px){
  .chat_features_img_three {
      height: 660px !important;
  }
  }

@media (max-width:820px){
  .chat_features_img_three {
      height: 450px !important;
  }
  }

@media (max-width:520px){
  .chat_features_img_three {
      height: 700px !important;
  }
}

@media (max-width:430px){
  .chat_features_img_three {
      height: 670px !important;
  }
}

@media (max-width:420px){
  .chat_features_img_three {
      height: 640px !important;
  }
}

@media (max-width:390px){
  .chat_features_img_three {
      height: 610px !important;
  }
}

@media (max-width:375px){
  .chat_features_img_three {
      height: 600px !important;
  }
}

@media (max-width:360px){
  .chat_features_img_three {
      height: 560px !important;
  }
}

@media (max-width:320px){
  .chat_features_img_three {
      height: 500px !important;
      width: 290px;
  }
}

@media (max-width: 550px) and (min-width: 300px) {
  .px-sm-0 {
      padding-left: 0px !important;
      padding-right: 0px !important;
  }
}

@media (max-width: 991px) and (min-width: 700px) {
.chat_features_img_three .chat_two {
    margin: 0 145px !important;
  }
}

@media (max-width: 850px) and (min-width: 700px) {
.chat_features_img {
    padding: 355px !important;
  }
}

@media (max-width: 576px) {
.chat_features_img .chat_two {
    left: 15px !important;
  }
}

@media (max-width: 375px) {
  .chat_features_img .chat_two {
      left: 10px !important;
    }
}

@media (max-width: 3000px) and (min-width: 851px) {
.chat_features_img_three .chat_two {
    max-width: 100%;
    width: 360px;
  }
}

@media (max-width: 850px) and (min-width: 750px) {
  .chat_features_img_three .chat_two {
      max-width: 100%;
      width: 385px;
  }
}

@media (max-width: 450px) and (min-width: 430px) {
.chat_features_img_three .chat_two {
    max-width: 100%;
    width: 370px;
  }
}

@media (max-width: 429px) and (min-width: 400px) {
  .chat_features_img_three .chat_two {
      max-width: 100%;
      width: 350px;
    }
  }

@media (max-width: 399px) and (min-width: 361px) {
  .chat_features_img_three .chat_two {
      max-width: 100%;
      width: 325px;
  }
}

@media (max-width: 360px) and (min-width: 300px) {
  .chat_features_img_three .chat_two {
      max-width: 100%;
      width: 310px;
  }
}

@media (max-width: 325px){
.s_padding {
    padding-top: 100px !important;
  }
}

.chatbot-gif {
  min-width: inherit !important;
 }

@media (max-width: 1285px) and (min-width: 991px) {
  .chatbot-gif {
    min-width: 330px !important;
  }
}

@media (max-width: 1285px) and (min-width: 991px) {
  .chat_banner_content {
    padding-top: inherit !important;
}
}

.buy-now-btn {
  width: 75%;
  position: absolute;
  bottom: 7px;
}

@media (max-width: 768px) {
.buy-now-btn {
    width: 85% !important;
  }
}
  
@media (max-width: 576px) {
.buy-now-btn {
  width: 95% !important;
  }
}

.f_size_27 {
  font-size: 27px;
}

.f_size_26 {
  font-size: 26px;
}

.f_size_22 {
  font-size: 22px !important;
}

.m-width {
  max-width: 1160px !important;
}

@media (min-width: 1024px) {
  .menu > .nav-item + .nav-item {
    margin-left: 32px !important;
  }
  }

.faq_content .tab-pane .card .card-body {
  padding: 0px 0px 20px;
}

.faq_content .tab-pane .card .card-header .btn {
  padding: 15px 0px 15px 0px;
}

.faq_content .tab-pane .card .card-header .btn i {
  font-size: 15px;
}

.box_alert{
  padding: 20px !important;
}

.erp_features_img_two .img_icon {
  right: -40px !important;
}

.erp_item_features + .erp_item_features {
  margin-top: 90px !important;
}

.partners_h6_txt {
  color: #fff !important;
  font-size: 16px !important;
  letter-spacing: 0.05rem;
}

/* side navigation integration for page 31/07/24 */

.text_flow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.faq_content .tab-pane .card .card-header .btn {
  font: 400 15px / 26px "Poppins", sans-serif;
  padding: 10px 0px 10px 0px !important;

}

.s_integration_item {
    border: 1px solid rgb(232, 231, 228) !important;
}

.card_integration_item {
  font-size: 14px;
  line-height: 22px;
}

.ul_integration_item {
  list-style: none;
  padding-left: 12px;
  line-height: 30px;
  font-size: 16px;
}

@media (max-width: 1024px) {
  .faq_content .tab-pane .card .card-header .btn {
    font-size: 15px;
  }

  .ul_integration_item {
    font-size: 13px;
  }

  .s_integration_item {
    padding: 15px 0px;
    margin-bottom: 15px;
  }

  .card_integration_item {
    font-size: 13px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .faq_content .tab-pane .card .card-header .btn {
    font-size: 15px;
  }

  .ul_integration_item {
    font-size: 13px;
  }

  .s_integration_item {
    padding: 15px 0px;
    margin-bottom: 15px;
  }

  .card_integration_item {
    font-size: 13px;
    line-height: 20px;
  }
}

.integration_active {
  font-weight:600;
}

.btn_integration {
  border: 5px solid;
  border-color: #f0f0f0 !important;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media (max-width: 576px) {
  .d_sm-none {
      display: none !important;
  }
}

@media (min-width: 576px) {
  .d_none {
      display: none !important;
  }
}

@media (max-width: 576px) {
  .d-none-int {
      display: none !important;
  }

  #popupDialog {
    display: none;
    position: fixed;
    top: 0;
    /* left: 50%;
    transform: translate(-50%, -50%); */
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px
        rgba(0, 0, 0, 0.1);
    z-index: 1000;
    overflow-y: auto;
}

#overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.close_btn {
  background: none;
  border: none;
  font-size: 23px;
  color: #6c757d;
}

.ud_arrow {
  position: relative;
  right: 5%;
  padding-top: 3%;
  font-size: large;
  color: #939393;
}
}

/* End of side navigation integration */

/* solutions page css */

.service_details ul li i {
  color: #007bff;
}

.service_details ul {
  padding-left: 25px;
}

.menu > .nav-item.submenu.mega_menu .mega_menu_inner {
  min-width: max-content !important;
  box-shadow: -1px 4px 19px 3px rgb(14 0 40 / 8%);
}


@media screen and (min-width: 1024px) {
.v_hr {
  border-left: 1px solid rgb(214, 214, 214);
  height:auto;
  margin: 50px 0;
}
}

.solutions_heading {
  color: #051441;
  font-size: 20px;
  font-weight:500;
}

/* @media only screen and (max-width: 1024px) {
  .menu > .nav-item + .nav-item {
    margin-left: 15px !important;
}
} */

@media screen and (max-width: 400px) {
  .sm-nav-pl {
    padding-left: 1rem!important;
  }
  }

.hero {
  width: 100%;
  height: 100vh;
  background-color: #000;
  background-image: url(../img/hero-bg.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 120px 0 60px 0;
  color: rgba(255, 255, 255, 0.8);
  z-index: 0;
}

.banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (min-width: 992px) {
  .video-overlay {
      width: 800px;
      margin: 0 auto;
  }
}

.video-overlay {
  /* height: 100vh; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -20vh;
  /* min-width: -webkit-fill-available; */
  z-index: 1;
}

.video-overlay .container {
  display: contents;
}

.video-overlay h1 {
  background: none repeat scroll 0 0;
  color: #fff;
  font-size: 75px;
  font-family: var(--font-primary);
  font-weight: 600;
  margin: 0rem 0;
  padding: 5px 0px;
  text-align: center;
  z-index: 0;
}

.banner h1 {
  font-size: 50px !important;
}

.heding_txt {
  font-size: 1.3rem;
  text-shadow: 1px 1px 1px #000;
  font-weight: 500;
}

.service_details ul li {
  font: 400 18px "Poppins", sans-serif;
}

.nav-item-width {
  width: auto !important;
}

/* End of solutions css */

@media (max-width: 991px) {
.pt_sm_0 {
  padding-top: 0px !important;
}

.pl_sm_0 {
  padding-left: 0px !important;
}
}

@media (max-width: 991px) {
  .menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item:first-child {
    padding-top: 0px !important;
  }
}

@media (max-width: 991px) {
  .navbar-collapse, .menu_four .navbar-collapse {
      overflow-y: auto !important;
  }
}

.secondary-nav .product-name {
  padding-left: 10px !important;
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.hero {
  justify-content: center;
}

/* .utility_pages_1_wrap {
  padding: 80px 0 0px;
} */

.f_size_19 {
  font-size: 19px !important;
}

.form-floating button:hover {
  background-color: #007bff !important;
  color: #fff !important;
}

.chat_banner_area {
  height: auto !important;
  padding: 200px 0px 70px;
}

.text-blk {
  color: #1c1c1c !important;
}

.secondary-nav .secondary-nav_title .sec-header-title .sec-header-logo.active {
  left: -18px !important;
}

@media (max-width: 520px) {
  .width-fill {
    width: -webkit-fill-available !important;
  }
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}

.hover-underline-animation:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 0.1rem;
  bottom: 0;
  left: 0;
  background-color: #F58634;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.txt-effect {
  font-weight: 500;
  color: #333 !important;
}

@media only screen and (max-width: 600px) {
  #modal-container {
    width: 100% !important;
    background-color: #0070f0;
    left: 0px;
}
}

/* 23/12/2024 CSS Added */

.blog_title {
  line-height: 30px;
}

/* 03/01/2025 CSS Added */

@media (max-width: 991px) {
  .chat_features_img {
    max-width: unset !important; 
  }
}

.job_deatails_content ul li {
  margin-bottom: 5px !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.blog_title {
  line-height: 30px;
}

/* 29/01/2025 */

.erp_title h2 {
  font-size: 25px !important;
}

.hosting_title h2 {
  color: #051441 !important;
  margin-bottom: 10px !important;
}

.blog_content p {
  font-weight: 300 !important;
  font-size: 15px !important;
}

.f_size_15 {
  font-size: 15px !important;
}

.fw_400 {
  font-weight: 400 !important;
}

.fw_300 {
  font-weight: 300 !important;
}

.section_title li {
  font-size: 16px;
  line-height: 25px;
}

.partners_h6_txt {
  font-weight: 300 !important;
}

.hosting_title p {
  color: #333;
  font-weight: 300;
}

.box_alert {
  margin-bottom: 20px;
}

.job_deatails_content ul li {
  padding-left: 28px;
}

.payment_features_item h4 {
  font: 500 22px "Poppins", sans-serif;
}

.chat_features_content h2 {
  font-size: 40px;
}

.h_promo_content h2 {
  font-size: 35px;
}

.saas_features_item h4 {
  margin: 10px 0px 10px;
}

.f_size_30{
  font-size: 30px;
}

[class^="ti-"], [class*=" ti-"] {
	line-height: 1.4;
}

.footer_bottom .f_menu li a {
  color: #333;
}

.footer_bottom .f_menu li a:hover {
  color: #309aff;
}

@media (max-width: 460px) {
  .mm-mt {
      width: 340px !important;
  }
}