body{
  background: #FAFAFA;
}
#pricing_section *{
  font-family: "Nunito", sans-serif;
}
.pricing_h1{
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 36px;
  color: #000000;
  text-align: center;
}
.nav-tabs .nav-link{
  height: 42px;
  font-weight: 700;
  padding: 10px 20px;
  border: none;
  gap: 10px;
}
.nav-tabs .nav-link.active{
  color: #30619A !important;
  border-bottom: 1.5px solid #30619A;
}
.nav-tabs .nav-link img.active {
  display: none;
}
.nav-tabs .nav-link img.nonactive {
  display: inline-block;
}
.nav-tabs .nav-link.active img.active {
  display: inline-block;
}
.nav-tabs .nav-link.active img.nonactive {
  display: none;
}
.payment_card{
  background: #FFFFFF;
  padding: 20px;
  gap: 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 40px 0px #30619A1A;
}
.card_title{
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 2px solid #F5F5F5;
  gap: 20px;
}
.was_price{
  font-weight: 400;
  color: #00000066;
  font-size: 23px;
  padding: 15px 0;
}
.was_price .price{
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}
.was_price .was{
  font-style: Italic;
  font-size: 18px;
}
.now_price{
  display: flex;
  align-items: center;
  font-weight: 400;
  gap: 10px;
}
.now_price .usd, .now_price .per_month{
  font-size: 22px;
}
.now_price .price{
  font-size: 40px;
  font-weight: 700;
  color: #30619A;
}
.now_price .now{
  font-size: 18px;
  font-style: italic;
  color: #00000066;
}
.annual_price{
  display: none;
  font-weight: 400;
}
.annual_price .annual_usd{
  font-weight: 700;
}
.annual_price *{
  color: #000000;
}
.plan_options{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  border-width: 2px;
  border-radius: 10px;
  padding: 10px 15px;
  border: 2px solid #F1F1F1 !important;
  margin-top: 10px;
}
.upgrade_btn{
  background: #30619A !important;
  display: flex;
  width: 150px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 14px;
  gap: 10px;
}
.upgrade_btn .btn_text{
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
.pro_features .feature_item{
  display: flex;
  align-items: center;
  font-weight: 500;
  gap: 8px;
}
.pro_features .see_details{
  font-weight: 500;
  text-decoration: underline;
}
.pkg_time_switch {
  background-color: transparent;
  position: relative;
  width: 40px;
  height: 24px;
  padding: 3px;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 6px !important;
  border: 1px solid #00000033;
  transition: all 0.3s ease;
  cursor: pointer;
}
.pkg_time_switch::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 17px;
  height: 18px;
  background: linear-gradient(93.37deg, #30619A -43.17%, #3D8BE6 121.76%);
  border-radius: 4px;
  transition: all 0.3s ease;
}
.pkg_time_switch:checked::before {
  transform: translateX(17px);
}
.toggle_pkg{
  font-size: 20px;
}
.toggle_pkg .save, .toggle_pkg .pkg_percent{
  font-style: Italic;
}
.toggle_pkg .pkg_time{
  font-weight: 700;
}
.toggle_pkg .pkg_time.active{
  color: #30619A;
}
.toggle_pkg .save{
  font-weight: 400;
}
.toggle_pkg .pkg_percent{
  font-weight: 600;
  color: #C42126;
}
.see_details{
  color: #000;
  cursor: pointer;
}
.custom_contact{
  background: linear-gradient(90deg, #eceff6 0%, #eaf4f9 50%, #e6f8ff 100%);
  padding-top: 40px;
  padding-bottom: 40px;
}
.custom_contact_container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custom_contact .custom_h{
  font-weight: 700;
  font-size: 30px;
  color: #000000;
}
.custom_contact .custom_p{
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  color: #000000;
}
.custom_contact .custom_btn{
  display: flex;
  width: 200px;
  height: 46px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  color: #30619A;
  gap: 10px;
  padding: 10px;
  border-radius: 8px;
  border-width: 1px;
  border: 1px solid #30619A;
}
.choose_plan_container{
  display: flex;
  justify-content: space-between;
  border: 2px solid #EAEAEA;
  border-radius: 20px;
  padding: 20px;
  gap: 20px;
}
.choose_plan_container .plan_header{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.choose_plan_container .plan_header:first-child{
  align-items: start;
}
.choose_plan_container .choose_plan_h{
  font-weight: 600;
  font-size: 24px;
  color: #000000;
}
.choose_plan_container .old_price{
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #00000099;
  text-decoration: line-through;
}
.no_payment{
  text-decoration: none !important;
}
.selected-text{
  text-align: start;
}
.choose_plan_container .choose_free{
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 32px;
  color: #30619A;
  gap: 5px;
}
.choose_plan_container .usd, .choose_plan_container .per_month{
  font-size: 20px;
  color: #000000;
}
.choose_plan_container .choose_btn{
  background: #30619A;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 155px;
  height: 40px;
  gap: 10px;
  border-radius: 8px;
  padding: 14px;
  font-weight: 700;
  color: #fff;
}
.choose_plan_container .choose_btn.btn_mobile{
  width: 101px;
  height: 31px;
  padding: 10px;
}
.choose_plan_container .choose_btn.free{
  width: 110px;
}
.tool_plan_info .tool_info_row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  border-radius: 12px;
}
.tool_plan_info .tool_plan_h{
  font-weight: 700;
  font-size: 24px;
  color: #30619A;
  text-transform: capitalize;
  padding: 0 20px;
}
.tool_plan_info .tool_info_row .info_column{
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #000000;
}
.tool_plan_info .tool_info_row .info_column:first-child{
  display: flex;
  align-items: center;
  text-align: start;
  gap: 10px;
}
.tools_plan_info .tool_plan_info > .tool_info_row:nth-child(odd){
  background: #F2F2F2;
}
.tools_plan_info_mobile .tool_plan_info > .tool_plan_h + .tool_info_row{
  background: #F2F2F2;
  font-size: 14px !important;
}
.tools_plan_info_mobile .info_column{
  font-size: 14px !important;
}
.pricing_reviews{
  background: #0000000D;
  padding: 40px 0;
}
.pricing_reviews .review_h{
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  color: #000000;
}
.pricing_reviews .review_sites{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pricing_reviews .review_site{
  text-align: center;
}
.pricing_reviews .review_points{
  font-weight: 700;
  font-size: 20px;
  color: #000000;
}
#reviewCarousel .reviewer_name{
  font-weight: 700;
  font-size: 22px;
  color: #000000;
}
#reviewCarousel .reviewer_job{
  font-weight: 400;
  font-size: 20px;
  color: #A5A5A5;
}
#reviewCarousel .review{
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}
#reviewCarousel .carousel_item_inner{
  width: 50%;
  position: relative;
  text-align: center;
  border-radius: 10px;
  border: 3px solid #f1f1f1;
}
#reviewCarousel .carousel_item_inner p{
  line-height: normal;
}
#reviewCarousel .carousel_item_inner::before{
  content: url('../pricing/review_comma.png');
  position: absolute;
  top: -18px;
  right: -25px;
}
#reviewCarousel .carousel_item_inner::after{
  content: url('../pricing/review_comma1.png');
  position: absolute;
  bottom: -25px;
  left: -25px;
}
.payment_methods{
  background: #0000000D;
  padding: 40px 0;
}
.payment_methods_container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.payment_methods .methods{
  display: flex;
  align-items: center;
  gap: 120px;
}
.payment_methods .methods_h{
  font-weight: 700;
  font-size: 30px;
  color: #000000;
}
.payment_methods .methods_p{
  font-weight: 500;
  font-size: 20px;
  color: #000000;
}
.faqs_h{
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  color: #000000;
}
.faq_block{
  background: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  padding: 20px;
}
.faq_block .faq_h{
  font-weight: 400;
  font-size: 22px;
  line-height: normal;
  color: #000000;
  margin-bottom: 10px;
}
.faq_block .faq_p{
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #656565;
}
.faq_toggle{
  min-width: 5%;
  text-align: right;
}
.faq_toggle_btn{
  cursor: pointer;
}
.option-item {
  font-weight: 500;
  font-size: 15px;
  padding: 5px 0;
  cursor: pointer;
}
.option-item:hover {
  background-color: #f8f9fa;
}
.arrow {
  transition: transform 0.3s ease;
}
.arrow.rotate {
  transform: rotate(180deg);
}
.options-list{
  background: #fff;
  width: 60%;
  position: absolute;
  box-shadow: 0px 0px 24px 0px #00000040;
  border-radius: 10px;
  padding: 0 12px;
  color: #000000;
  right: 0;
  z-index: 11;
}
.option-item.active{
  font-weight: 700;
}
.fs_12_imp{
  font-size: 12px !important;
}
.fs_14_imp{
  font-size: 14px !important;
}
.fs_18_imp{
  font-size: 18px !important;
}
#nav-tab-mobile .nav-link .choose_plan_h{
  font-size: 16px;
  font-weight: 500;
}
#nav-tab-mobile .nav-link.active .choose_plan_h{
  font-weight: 700;
  color: #30619A;
}
.tools_plan_info_mobile .tool_plan_h{
  font-size: 20px;
}
.info_tooltip_container{
  position: relative;
}
.info_tooltip_container img{
  cursor: pointer;
}
.pricing_tooltip{
  display: none;
  background: #fff;
  position: absolute;
  width: 174px;
  height: 74px;
  font-size: 12px;
  font-weight: 500;
  padding: 12px;
  color: #000;
  line-height: normal;
  border-radius: 10px;
  border: 2px solid #30619A;
  box-shadow: 0px 0px 24px 0px #00000040;
  top: -72px;
  left: -79px;
}
.pricing_tooltip::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 10px;
  background: #30619A;
  clip-path: polygon(0 0, 100% 0, 50% 95%);
}
.pricing_tooltip::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 8px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 95%);
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
  max-width: 1280px !important;
}
footer .container, footer .container-lg, footer .container-md, footer .container-sm, footer .container-xl, footer .container-xxl{
  max-width: 1280px !important;
}
.viewDocLink{
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #477CB9;
  text-decoration-thickness: 0.6px;
  text-underline-offset: 1.5px;
  gap: 10px;
}
@media (max-width:1470px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    max-width: 1270px !important;
  }
  footer .container, footer .container-lg, footer .container-md, footer .container-sm, footer .container-xl, footer .container-xxl{
    max-width: 1270px !important;
  }
  .options-list{
    width: 80%;
  }
}
@media (max-width:1270px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    max-width: 100% !important;
  }
  footer .container, footer .container-lg, footer .container-md, footer .container-sm, footer .container-xl, footer .container-xxl{
    max-width: 100% !important;
  }
}
@media (max-width:991px) {
  .pricing_h1{
    font-size: 30px;
    margin-bottom: 20px;
  }
  .card_title{
    font-size: 24px;
  }
  .card_title img{
    width: 36px;
    height: 36px;
  }
  .was_price .was{
    font-size: 16px;
  }
  .was_price .price{
    font-size: 21px;
  }
  .now_price .price{
    font-size: 38px;
  }
  .now_price .usd, .now_price .per_month{
    font-size: 20px;
  }
  .now_price .now{
    font-size: 16px;
  }
  .upgrade_btn{
    width: 135px;
    height: 38px;
    padding: 14px 10px;
  }
  .upgrade_btn .btn_text{
    font-size: 14px;
  }
  .pro_features .feature_item{
    font-size: 14px;
  }
  .pro_features .see_details{
    font-size: 14px;
  }
  .custom_contact_container{
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .custom_contact .custom_h{
    font-size: 20px !important;
    text-align: center;
  }
  .custom_contact .custom_p{
    font-size: 16px !important;
    text-align: center;
  }
  .custom_contact .custom_btn{
    width: 141px;
    height: 45px;
    font-size: 18px !important;
  }
  .plan_header .choose_plan_h{
    font-size: 20px !important;
  }
  .plan_options{
    font-size: 16px !important;
  }
  .toggle_pkg{
    font-size: 16px !important;
  }
  .pricing_reviews .review_sites{
    flex-wrap: wrap;
    justify-content: center;
    gap: 70px;
  }
  .pricing_reviews .review_h{
    font-size: 24px;
  }
  .pricing_reviews .review_h img{
    width: 38px;
    height: auto;
  }
  #reviewCarousel .reviewer_name{
    font-size: 22px;
  }
  #reviewCarousel .reviewer_job{
    font-size: 20px;
  }
  #reviewCarousel .carousel_item_inner p{
    font-size: 12px;
  }
  #reviewCarousel .carousel_item_inner{
    width: 80%;
  }
  .payment_methods .methods_h{
    font-size: 26px;
  }
  .payment_methods .methods_p{
    font-size: 16px;
  }
  .payment_methods_container{
    flex-direction: column;
    gap: 40px;
  }
  .payment_methods .methods{
    flex-direction: column;
    gap: 70px;
  }
  .faq_block .faq_h{
    font-size: 18px;
  }
  .faq_block .faq_p{
    font-size: 16px;
  }
  .pricing_tooltip{
    left: -30px;
  }
  .pricing_tooltip::after, .pricing_tooltip::before{
    left: 21%;
  }
  .feature_item .pricing_tooltip{
    left: -79px;
  }
  .feature_item .pricing_tooltip::after, .feature_item .pricing_tooltip::before{
    left: 50%;
  }
}
@media (max-width:767px) {
  .options-list{
    width: 50%;
  }
}
@media (max-width:620px) {
  .options-list{
    width: 60%;
  }
}
@media (max-width:450px) {
  .options-list{
    width: 80%;
  }
}
@media (max-width:349px) {
  .payment_card{
    padding: 10px;
  }
  .feature_item .pricing_tooltip{
    left: -140px;
  }
  .feature_item .pricing_tooltip::after, .feature_item .pricing_tooltip::before{
    left: 86%;
  }
  .options-list{
    width: 90%;
  }
  .nav-tabs .nav-link{
    padding: 10px;
  }
}