body {
  font-family: Poppins;
  background-color: #ffffff !important;
}

a {
  text-decoration: none !important;
}

/* header */
.menu_mobile {
  display: none;
}

.mweb_br {
  display: none;
}

.mb {
  margin-bottom: 12px;
}

.mt-0 {
  margin-top: 0px !important;
}

.main-header {
  height: 80px;
  padding: 22px 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

.menu {
  padding: 0px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
  text-align: center;
}

.menu>li {
  margin: 0 15px;
  list-style: none;
  display: inline;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #000;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked+.menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked+.menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked+.menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

.menu a {
  font-size: 18px;
  color: #2a2a2a;
}

.buy_now_btn_1:hover {
  transition: all .5s ease;
  border: 1px solid #0d7cd6;
  color: #0d7cd6 !important;
  background-color: #fff;
  box-shadow: -6px 14px 12px 2px rgba(90, 90, 90, .12);
  text-decoration: none;
}

.buy_now_btn a:hover {
  transition: all .5s ease;
  border: 1px solid #0d7cd6;
  background-color: #fff;
  font-size: 18px;
  font-weight: 500;
  color: #0d7cd6;
  display: inline-block;
  box-shadow: -6px 14px 12px 2px rgba(90, 90, 90, .12);
  text-decoration: none;
}

.buy_now_btn a {
  border: 1px solid #0d7cd6;
  padding: 9px 30px;
  border-radius: 30px;
  background-color: #0d7cd6;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  text-decoration: none;
}

.buy_now_btn {
  float: left;
  width: 100%;
  text-align: right;
  position: relative;
  bottom: 0px;
}

/* header */

/* section 1*/

.p-0 {
  padding: 0px;
}

.banner_image img {
  max-width: 95%;
  float: right;
}

.gst-price {
  font-size: 18px;
  display: block;
  line-height: 1.5;
  font-weight: 500;
  position: relative;
  top: -10px;
  padding-left: 62px;
}

.btn_buy_now {
  float: left;
  width: 100%;
  margin-top: 14px;
}

.billed {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin-bottom: 7px;
}

.p-0 {
  padding: 0px;
}

.section_1_banner {
  background-image: url(../images/banner-bg-new.webp);
  margin-top: 80px;
  float: left;
  width: 100%;
  background-size: cover;
  position: relative;
  height: 500px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.p-absolute {
  position: absolute;
  right: 95px;
  bottom: 0px;
}

.banner_text h2 {
  font-size: 29px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 15px;
}

.banner_text_n1 {
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 20px;
  color: #fff;
  opacity: .7;
}

.banner_price del {
  font-size: 21px;
  color: rgba(255, 255, 255, 0.60);
  margin-right: 0px;
  font-weight: 400;
  position: relative;
  bottom: 16px;
  font-family: "Roboto", serif;
}

.gst_list {
  float: left;
  width: 70%;
  color: #fff;
  margin-top: 12px;
}

.banner_price {
  float: left;
  width: 28%;
  font-size: 45px;
  font-weight: 600;
  color: #fff;
  position: relative;
  margin-bottom: 10px;
}

.price_r1 {
  font-size: 25px;
  position: relative;
  bottom: 14px;
  font-family: "Roboto", serif;
  margin-left: 11px;
}

.price_r2 {
  font-size: 12px;
  font-weight: 500;
  display: block;
}

.gst_text {
  font-size: 13px;
}

.gst {
  font-size: 13px;
}

.center-br {
  padding: 0px 8px;
  font-weight: 400;
  color: #a9a9a9;
}

.per_month {
  font-size: 12px;
  font-weight: 400;
}

.section_1_banner .button-2 {
  float: left;
  width: 100%;
}

.text-2 {
  display: block;
  font-weight: 400;
  padding-top: 0px;
  font-size: 12px;
}

.buy_now_btn_1 {
  border-radius: 30px;
  background-color: #0d7cd6;
  padding: 9px 30px;
  font-size: 16px;
  font-weight: 600;
  color: #fff !important;
  margin-top: 0px;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #0d7cd6;
}


/* section 1*/

/* section_2_Benefits*/
.m_web_bn {
  display: none;
}

.section_2_benefits {
  float: left;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #f3f1f1;
}

.benefits_dv1 img {
  max-width: 100%;
}

.benefits_dv2 h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 0px;
}


.benefits_dv2 li {
  list-style: none;
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}

.bn_1 {
  width: 6%;
  float: left;
}

.bn_2 {
  float: left;
  width: 94%;
}

.benefits_dv2 ul {
  padding-left: 0px;
}

.benefits_dv2 {
  padding-left: 50px;
}

/* Billed Annua */
.section_2_benefits_plan .banner_price {
  font-size: 60px;
  font-weight: 600;
  color: #0d7cd6;
  line-height: 1.2;
}

.section_2_benefits_plan {
  background-color: transparent;
}

.section_2_benefits_plan .banner_price del {
  font-size: 25px;
  color: #7b7b7b;
}

.compare_tab {
  margin: 0px auto 30px auto;
}

.tab-box {
  width: 335px;
  margin-bottom: 30px;
  position: relative;
  background-color: #fff;
  border: 1px solid #0d7cd6;
  padding: 10px 0px;
  border-radius: 99px;
}

.pricing-tabs_ck .tab {
  text-align: center;

}

.main_tab_2 {
  width: 215px;
  padding: 5px 0px;
}

.tab-box .inner_tab {
  padding: 10px 15px;
  border: none;
  font-size: 16px;
  background: no-repeat;
}

.tab-box .main_tab::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50px;
  background-color: #e1f1ff;
  pointer-events: none;
  clip-path: var(--clip-path);
  transition: clip-path .25s ease;
}

.main_tab_2 .main_tab::before {
  height: 40px !important;
}

.main_tab_2 .tab-box .main_tab::before {
  height: 40px !important;
}

.pricing-tabs_ck .active .save_offer {
  background-color: #0358a1;
  color: #fff;
}

.save_offer {
  font-size: 14px;
  background: #ecf0f5;
  padding: 4px 10px;
  border-radius: 25px;
  color: #000000a1;
}

.tab-box button {
  font-weight: 400;
  cursor: pointer;
  color: rgba(16, 120, 209, 1);
  user-select: none;
  transition: color .25s ease;
}

.tab-box .main_tab {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}

.tab-box .active {
  color: #1078d2 !important;
  font-weight: 500;
  z-index: 99;
}

.m-right {
  margin-right: 5px;
}

.m-left {
  margin-left: 5px;
}

.section_2_benefits_plan .buy_now_btn {
  text-align: left;
  margin-top: 6px;
}

.section_2_benefits_plan .benefits_dv2 ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.prs_gst {
  font-size: 14px;
  float: right !important;
  margin-top: 15px;
  width: 100%;
  text-align: right;
}

#plans .banner_price {
  width: 37%;
}

#plans .gst_list {
  float: left;
  width: 59%;

}

#plans {
  padding-bottom: 0px;
}

.section_2_benefits .tabcontent {
  display: none;
}

.section_2_benefits_plan .price_r1 {
  font-size: 27px;
  position: relative;
  bottom: 24px;
}

.benefits_dv2 .price_r2 {
  float: left;
  width: 100%;
  position: relative;
  left: 0px;
  color: #000;
  top: 11px;
}

.highlight-cl {
  color: #0d7cd6;
}

/* Billed Annua */

/* section_2_benefits */


/* section_4_content_solution */

.content_solution_img {
  text-align: center;
}

.content_solution_img {
  display: none;
}


.section_4_content_solution {
  float: left;
  width: 100%;
  background-image: url(../images/benefit-bg.png);
  background-color: #F1FAFF;
  padding: 50px 0px;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

section.section_4_content_solution:after {
  content: "";
  border: 10px solid #009eea;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.benefit-text b {
  color: #000;
}

.content_solution-text p {
  font-size: 25px;
  color: #202020;
  font-weight: 400;
  margin-bottom: 40px;
}

.content_solution-text img {
  width: 100%;
  max-width: 540px;
  margin-bottom: 14px;
}

.section_4_content_solution .buy_now_btn_1 {
  margin-bottom: 12px;
}

.content_solution-text h2 {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.54;
  color: #202020;
  margin-top: 0px;
}

/* section_4_content_solution */


/* section_5_attributes */
.section_5_attributes .page-title p {
  font-size: 16px;
  color: #202020;
}

.section_5_attributes .banner_text_application {
  text-align: center;
  padding: 30px 25px;
  border-radius: 12px;
  border: 1px solid #DDD;
  background: #FFF;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
}

.section_5_attributes .page-title h2 {
  margin-bottom: 0px !important;
  line-height: 1.5;
  margin-top: 24px;
  font-weight: 600;
  color: #fff;
}

.rishabh-pant img {
  width: 100%;
}

.section_5_attributes {
  float: left;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 0px;
  background-image: url("../images/why-buy-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.section_5_attributes .page-title {
  margin-bottom: 24px;
  text-align: left;
}

.section_5_attributes .application_text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #282828;
  margin-top: 20px;
  margin-bottom: 12px;
}

.section_5_attributes .application_text_1 {
  color: #222;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.why-techjockey-slider {
  display: none !important;
}

/* section_5_attributes */

/* section_9_Our users */
.section_9_Our.users {
  float: left;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #F1F8FE;
}

.testimonial_box-img img {
  float: left;
  width: 18%;
}

.testimonial_box-img h2 {
  float: left;
  width: 80%;
  text-align: left;
  margin-left: 16px;
}

.testimonial {
  float: left;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}


.testimonial_box-img {
  float: left;
  width: 70%;
}

.testimonial-slider {
  margin-right: -15px;
  margin-left: -15px;
}

.testimonial-slide {
  padding-top: 50px;
}

.upper-area {
  display: flex;
  align-items: end;
  margin-top: -75px;
  margin-bottom: 20px;
  gap: 83px;
}

.testimonial_box-top {
  border: 1px solid #EDEDED;
  background-color: #fff;
  padding: 25px 30px 20px 30px;
  border-radius: 20px;
  text-align: center;
  float: left;
  height: 260px;
  width: 100%;
}

.testimonial_box-icon {
  padding: 10px 0;
}

.testimonial_box-icon i {
  font-size: 25px;
  color: #14213d;
}

.testimonial_box-text p {
  color: #222;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  margin-bottom: 20px;

}

.testimonial-slide .col-md-12 {
  padding: 0px 25px;
}

.tag_name {
  text-align: left;
  float: left;
  font-size: 13px;
  color: #505050;
}

.testimonial_box-img h4 {
  text-align: left;
  position: relative;
  font-size: 17px;
  color: #000;
  font-weight: bold;
  margin: 0px;
  line-height: normal;
}

.testimonial_box-job p {
  color: #293241;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 0;
}

.page-title {
  text-align: center;
  margin-bottom: 30px;
}

/* section_9_Our users */


/* footer */
.footer_email a img {
  margin-right: 7px;
}

.footer-lsit-dv1 {
  float: left;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #0D2C48;
}

.footer_email {
  text-align: right;
  margin-top: 7px;
}

.footer_dv1 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

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

.footer_email a {
  margin-right: 5px;
}

.footer_link li {
  list-style: none;
  display: inline-block;
  margin-right: 6px;
}

.footer_link {
  text-align: right;
  margin-top: 15px;
}

.flo_1 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  position: relative;
  top: 3px;
}

/* footer */
.rat_1 {
  display: none !important;
}

.mweb_cn1 {
  display: none;
}

.exclusive_of_gst {
  font-size: 10px;
  color: #fff;
  margin-top: -18px;
  margin-left: 90px;
}

.card_exlusive {
  font-size: 10px
}

/* back to top */
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #000;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  line-height: 48px;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

/* back to top */
/* Accounting Software FAQ’s */
.faq-text .faq-text-sub {
  font-size: 20px;
  font-weight: 500;
}

.faq-text p {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.38;
  color: #222;
}

.panel-box {
  border-top: solid 1px #ccc;
  padding-top: 20px;
  padding-bottom: 20px;
}

.software-listing-faq .accordion {
  color: #222222;
  cursor: pointer;
  background: no-repeat;
  width: 96%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  transition: 0.4s;
  font-weight: 500;
}

.software-listing-faq .accordion h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 2px;
  line-height: 1.3;
}

.software-listing-faq .panel p {
  font-size: 15px;
  line-height: 1.5;
  color: #222;
  font-weight: 400;
  padding-left: 5px;
}

.software-listing-faq .panel {
  padding: 0px;
  display: none;
  background-color: white;
  overflow: hidden;
  margin-top: 3px;
  margin-bottom: 0px;
  box-shadow: none;
}

.software-listing-faq .faq-section {
  padding-bottom: 40px;
  float: left;
  width: 100%;
}

.faq-section {
  float: left;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.software-listing-faq .accordion::after {
  content: url(../images/icon_drop_down.svg);
  float: right;
  margin-left: 5px;
  position: absolute;
  right: 0px;
  margin-top: -21px;
}

.software-listing-faq .accordion.active::after {
  content: url(../images/icon_drop_up.svg) !important;
}

.software-listing-faq {
  position: relative;
}

.see-more-btn button {
  padding: 12px 30px 12px;
  border-radius: 30px;
  background-color: #f7f7f7;
  font-size: 16px;
  color: #222;
  border: 1px solid #f7f7f7;
  font-weight: 500;
  margin-bottom: 18px;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
}

.see-more-btn {
  text-align: center;
  margin-top: 31px;
  float: left;
  width: 100%;
}

.see-more-btn img {
  position: relative;
  top: 5px;
}

/* Accounting Software FAQ’s */

.section_8_price_plan {
  background-color: #F1F8FE;
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.section_8_price_plan .banner_price {
  text-align: center;
  color: #0078d4;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
}

.service_compare-1 {
  padding-bottom: 82px !important;
}

.service_compare-2 {
  padding-bottom: 103px !important;
}

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

.plan_tabel_list {
  border-radius: 20px;
  background-color: #fff;
  color: #000;
  max-height: 1078px;
  position: relative;
  box-shadow: 0 .1875rem .4375rem 0 rgba(0, 0, 0, .13), 0 .0625rem .125rem 0 rgba(0, 0, 0, .11);
}

.plan_tabel_list .banner_price del {
  margin-right: 0px;
}

.plan_tabel_list h2 {
  margin-top: 0px;
  font-size: 25px;
  font-weight: 600;
  color: #000;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 2px;
}

.no-team {
  font-size: 14px;
  font-weight: 600;
  position: relative;
  top: -2px;
}

/* .sku-title{    font-weight: 300;
    font-size: 20px;} */
.plan_list_ul {
  padding: 28px 25px 0px 18.9px;
  height: 420px;
  float: left;
  width: 100%;
}

.services-icons {
  text-align: center;
  margin-bottom: 10px;
  min-height: 82px;
}

.service_compare {
  padding: 0px 25px 88px 18.9px;
}

.plan_list_ul li {
  color: #fff;
  list-style: none;
  margin-bottom: 14px;
}

.service_compare h2 {
  color: #000 !important;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
  display: block;
}

.plan_i1 {
  width: 10%;
  float: left;
}

.plan_i2 {
  width: 90%;
  display: inline-block;
  font-size: 12px;
  color: #000;
}

.plan_tabel_list .buy_now_btn_1 {
  color: #fff;
  background-color: #0078d4;
  padding: 12px 20px;
  text-decoration: none;
  font-weight: 600;
  width: 60%;
  line-height: 1.4;
  text-align: center;
}

.price_text_1 {
  font-size: 35px;
  font-weight: 600;
  color: #282828;
  line-height: 1.4;
  margin-top: 83px;
  margin-bottom: 2px;
}

.price_text_2 {
  font-size: 26px;
  color: #676767;
  font-weight: normal;
}

.new_bc {
  background: #000 !important;
}

.sku-header {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px 20px 0px 0px;
  color: #fff;
  /* height: 158px; */
  float: left;
  width: 100%;
  margin-bottom: 0px;
}

.sku_text {
  width: 100%;
  float: left;
  position: relative;
  top: 14px;
}

.compare_img {
  /* width: 30%;
  float: right; */
  display: none;
}

.sku-header img {
  max-width: 102px;
  position: relative;
  top: -45px;
}

.sku-header p {
  font-size: 1rem;
}

.sku-header img {
  max-width: 102px;
}

.month_user {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

.user_plan {
  padding: 0px 1.5rem;
  margin-bottom: 15px;
}

.annual_text {
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
}

.tax_disclaimer {
  font-size: 16px;
  text-align: center;
}

.small {
  display: block;
  margin-top: 22px;
  font-size: .875rem;
}

.serv_icon {
  font-size: 10px;
  color: #036abd;
  font-weight: 500;
}

.serv_icon_one {
  color: #474fba !important;
}

.serv_icon_3 {
  color: #038589 !important;
}

.serv_icon_4 {
  color: #176187 !important;
}

.serv_icon_5 {
  color: #185abd !important;
}

.serv_icon_6 {
  color: #0e793e !important;
}

.serv_icon_7 {
  color: #c43e1c !important;
}

.serv_icon_8 {
  color: #025fac !important;
}

.serv_icon_9 {
  color: #533bf3 !important;
}

.serv_icon_10 {
  color: #9237e3 !important;
}

.serv_icon_11 {
  color: #074793 !important;
}

.serv_icon_12 {
  color: #187bc9 !important;
}

.serv_icon_13 {
  color: #0177d7 !important;
}

.serv_icon_14 {
  color: #1983db !important;
}

.p_tx4 {
  padding: 4px 15px;
  border-radius: 4px;
  border: solid 1px #cbd8e8;
  background-color: #fafbfd;
  font-size: 14px;
  height: 35px;
  color: #000;
}

.buy_n1 {
  padding: 0px 16px;
  text-align: center;
}

.select_price_all {
  float: left;
  margin-bottom: 14px;
  width: 100%;
  /* position: absolute;
    top: 9%;
    left: 25px;
    width: 93%; */
}

.tabs__btn.active {
  color: #fff;
  font-weight: 400;
  background-color: #c8c8c8;
}

.select_price_all h2 {
  font-size: 32px;
  margin-bottom: 0px;
  font-family: "Roboto";
  color: #0078d4;
  font-weight: 600;
}

.select_price_all del {
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", serif;
  color: #22222296;
  margin-right: 4px;
  position: relative;
  bottom: 5px;
}

.prs_gst_two {
  font-size: 11px;
  color: #000;
  font-weight: 600;
  display: block;
  text-align: center;
}

.tabs__btn:hover {
  color: grey;
  font-weight: 500;
}

.page-title h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 0px;
}

/* .tabs__btn:hover.active {
  color: red;
  font-weight: 500;
  } */
/* .tabs__content {
  margin-top: 15px;
  } */
.tabs__body {
  display: none;
  font-size: 18px;
}

.tabs__body.active {
  display: block;
}

.tabs__body_sub {
  display: none;
  font-size: 18px;
}

.tabs__body_sub.active {
  display: block;
}

.tabs__btn-sub .active {
  color: #fff;
  font-weight: 400;
  background-color: #c8c8c8;
}

.tabs__btn-sub :hover {
  color: grey;
  font-weight: 500;
}

.tab-container {
  float: left;
  width: 100%;
}

.tab_main {
  text-align: center;
  margin-bottom: 50px;
}

.tab_main {
  padding: 8px;
  border-radius: 79.3px;
  border: solid 1px #baddf9;
  background-color: #fff;
  width: 270px;
  margin: auto;
  margin-bottom: 30px;
}

.tab_main .tabs-plan {
  padding: 10px 15px;
  border: none;
  font-size: 16px;
  background: no-repeat;
}

.tab_main .active {
  border-radius: 54.5px;
  background-color: #0d7cd6;
  color: #fff;
}

.select_price_all small {
  color: #000;
  font-size: 16px;
}

/* trusted_wrap */

.trusted_wrap {
  float: left;
  width: 100%;
  padding: 40px 0px;
}

.trusted_wrap .row .col-md-3 {
  width: 20%;
}

.trusted_wrap .page-title {
  margin-bottom: 20px;
}

.trusted_icon {
  box-shadow: 0px 0px 3px #d3d3d396;
  padding: 10px;
  border-radius: 8px;
  margin-top: 20px;
  border: 2px solid transparent;
  transition: 0.5s ease;

}

.trusted_icon img {
  width: 100%;
  transition: 0.5s ease;
}

.trusted_icon:hover img {
  transform: scale(1.1);
}

.m_web_business {
  display: none;
}

.button-2 a {
  background: #fff;
  font-size: 17px;
  padding: 9px 30px;
  border-radius: 100px;
  color: #0f7cd6;
  font-weight: 600;
  text-decoration: none;
  margin-top: 5px;
  display: inline-block;
}

.button-2 a:hover {
  background: #0f7cd6;
  color: #fff;
  transition: all .5s ease;
}

/* button hover */
/* .button-2{
  position: absolute;
  display: inline-block;
  width: 126px;
  height: 41px;
  background: #FFF;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  border-radius: 100px;
  font-weight: 500;
}
.button-2 a{
  font-size:18px;
  color:#0D7CD6;
  line-height:40px;
  transition:all .5s ease;
  z-index:2;
  position:relative;
  text-decoration: none;
}
.eff-2{
  width:0px;
  height:50px;
  right:-50px;
  
  border: 1px solid #0D7CD6;
  background:#0D7CD6;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
} 
.button-2 a:hover{ color: #fff !important;}
.button-2:hover .eff-2{
  left:0;
  width: 100%;
}
.center{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
}
.up-down {
  animation: ghost-hover 1s linear alternate infinite;
}
@keyframes ghost-hover{
  0% {
    transform: translate(0%, 2%);
}

100% {
    transform: translate(0%, 0%);
}
}
*/

.up-down {
  animation: ghost-hover 1s linear alternate infinite;
}

@keyframes ghost-hover {
  0% {
    transform: translate(0%, 2%);
  }

  100% {
    transform: translate(0%, 0%);
  }
}

.p-left {
  padding-left: 50px;
}

.section_2_benefits_plan .benefits_dv2 {
  padding-left: 0px;
}

.mt-2 {
  margin-top: 20px;
}

.sl_2 {
  text-align: center;
}

.sl_2 .mt-2 {
  margin-top: 0px !important;
}

.sl_2 .button-2 {
  width: 100%;
  float: left;
  margin-bottom: 0px;
}

.sl_2 .button-2 a {
  line-height: 48px;
}

.section_2_benefits_plan .button-2 a {
  background: #0f7cd6;
  font-size: 17px;
  padding: 9px 30px;
  border-radius: 100px;
  border: 1px solid #2E64FF;
  color: #FFF;
  font-weight: 600;
  text-decoration: none;
  margin-top: 12px;
  display: inline-block;
}

.section_2_benefits_plan .button-2 a:hover {
  color: #2E64FF;
  border: 1px solid #2E64FF;
  background: none;
  position: relative;
  top: 0px;
  box-shadow: -6px 14px 12px 2px rgba(90, 90, 90, .12);
}

.section_8_price_plan .button-2 a {
  background: #0f7cd6;
  font-size: 17px;
  padding: 9px 30px;
  border-radius: 100px;
  color: #FFF;
  font-weight: 600;
  text-decoration: none;
  margin-top: 4px;
  display: inline-block;
  line-height: 1.4;
  border: 1px solid #2E64FF;
}

.section_8_price_plan .button-2 a:hover {
  color: #2E64FF;
  border: 1px solid #2E64FF;
  background: none;
  position: relative;
  top: 0px;
  box-shadow: -6px 14px 12px 2px rgba(90, 90, 90, .12);
}

#plans .button-2.mt-2 {
  float: left;
  width: 100%;
  margin-top: 0px;
}

.bn_p1 {
  width: 39% !important;
}

.bn_p2 {
  margin-top: 28px !important;
}