/*================= s_pricing_area css ===============*/
 .s_pricing-item {
   text-align: center;
   background: #f6f7fa;
   border: 1px solid #f6f7fa;
   padding: 55px;
   cursor: pointer;
   transition: all 0.2s linear;
   margin-bottom: 30px;
   position: relative;
}
 .s_pricing-item .tag_label {
   font: 400 16px/22px 'inherit', sans-serif;
   color: #fff;
   background: #efa927;
   transform: rotate(90deg);
   position: absolute;
   top: 36px;
   right: 0;
   padding: 9px 26px;
   border: 0px;
   display: block;
}
 .s_pricing-item .tag_label:before {
   content: "";
   border-top: 20px solid #efa927;
   border-bottom: 20px solid #efa927;
   border-right: 11px solid transparent;
   border-left: 11px solid transparent;
   position: absolute;
   right: -11px;
   top: 0;
}
 .s_pricing-item .tag_label.blue_bg {
   background: #19cce6;
}
 .s_pricing-item .tag_label.blue_bg:before {
   border-top: 20px solid #19cce6;
   border-bottom: 20px solid #19cce6;
}
 .s_pricing-item .shape_img {
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
}
 .s_pricing-item .s_price_icon {
   width: 110px;
   height: 110px;
   text-align: center;
   line-height: 110px;
   background: #f0f2f8;
   border-radius: 50%;
   margin: 0 auto;
   position: relative;
   transition: all 0.2s linear;
}
 .s_pricing-item .s_price_icon i:before {
   font-size: 48px;
}
 .s_pricing-item .s_price_icon.p_icon1 {
   color: #7fcb11;
}
 .s_pricing-item .s_price_icon.p_icon2 {
   color: #6754e2;
}
 .s_pricing-item .s_price_icon.p_icon3 {
   color: #e92460;
}
 .s_pricing-item p {
   color: #677294;
}
 .s_pricing-item .price {
   color: #051441;
   padding: 24px 0px 40px;
   border-bottom: 1px solid #e9e9f4;
}
 .s_pricing-item .price sub {
   color: #677294;
   bottom: 0;
}
 .s_pricing-item ul li {
   line-height: 40px;
   color: #505975;
   font-weight: 300;
}
 .s_pricing-item:hover {
   border-color: #f2f2f8;
   background-color: #fff;
   box-shadow: 0px 30px 60px 0px rgba(0, 11, 40, 0.14);
}
 .s_pricing-item:hover .s_price_icon {
   background: #faf9fa;
}
/*=========== s_subscribe_area css ============*/
 .s_subscribe_area {
   position: relative;
   z-index: 1;
   background: #f9fafd;
   padding: 120px 0px 130px;
   overflow: hidden;
}
 .s_subscribe_area:before {
   content: "";
   width: 100%;
   height: 100%;
   background: url("../img/saas/map.png") no-repeat scroll center 0;
   position: absolute;
   top: 0;
   left: 0;
   z-index: -1;
}
 .s_subscribe_area .mchimp-errmessage, .s_subscribe_area .mchimp-sucmessage {
   text-align: center;
}
 .right_shape, .bottom_shape {
   position: absolute;
   width: 700px;
   height: 600px;
}
 .right_shape path, .bottom_shape path {
   opacity: 0.03;
}
 .right_shape {
   right: -450px;
   top: -102px;
}
 .bottom_shape {
   left: 130px;
   top: 280px;
}
 .s_subcribes {
   max-width: 970px;
   margin: 0 auto;
   position: relative;
}
 .s_subcribes .form-control {
   font: 300 16px/100px 'inherit', sans-serif;
   color: #9ea4b7;
   height: 100px;
   padding: 0px 0px 0px 50px;
   background-color: #fff;
   box-shadow: 0px 30px 60px 0px rgba(8, 0, 63, 0.14);
   border: 0px;
   border-radius: 0px;
   border-left-width: 10px;
   border-style: solid;
   z-index: 0;
}
 .s_subcribes .form-control.placeholder {
   color: #9ea4b7;
}
 .s_subcribes .form-control:-moz-placeholder {
   color: #9ea4b7;
}
 .s_subcribes .form-control::-moz-placeholder {
   color: #9ea4b7;
}
 .s_subcribes .form-control::-webkit-input-placeholder {
   color: #9ea4b7;
}
 .s_subcribes .btn-submit {
   position: absolute;
   background: transparent;
   color: #6754e2;
   right: 40px;
   line-height: 100px;
   padding: 0px;
   font-size: 30px;
   z-index: 3;
}
/*================= pricing_area css ==============*/
 .pricing_area {
   background: #fbfbfd;
}
 .price_tab {
   border-radius: 45px;
   max-width: 600px;
   background-color: #fff;
   box-shadow: 0px 3px 13px 0px rgba(0, 11, 40, 0.08);
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 60px;
   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;
   color: #677294;
   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;
}
 .price_tab_two .hover_bg {
   background: #efa927;
}
 .price_content .fade {
   transform: translateY(10px);
   transition: all 0.3s linear;
}
 .price_content .fade.show {
   transform: translateY(0px);
}
 .price_content .price_item {
   text-align: center;
   background-color: #fff;
   box-shadow: 0px 4px 6px 0px rgba(0, 11, 40, 0.1);
   padding: 50px 50px 40px;
   border: 1px solid #fff;
   position: relative;
   overflow: hidden;
   transition: all 0.2s linear;
   cursor: pointer;
       -webkit-box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
}
 .price_content .price_item .tag {
   position: absolute;
   font: 400 14px 'inherit', sans-serif;
   color: #fff;
   background: #efa927;
   padding: 19px 32px;
   top: -10px;
   left: -39px;
   transform: rotate(-45deg);
}
 .price_content .price_item .tag span {
   position: relative;
   top: 11px;
}
 .price_content .price_item p {
   font-size: 16px;
   line-height: 22px;
   color: #677294;
   font-weight: 300;
   margin-bottom: 0px;
}
 .price_content .price_item .price {
   line-height: 40px;
   border-bottom: 1px solid #e9e9f4;
   padding: 33px 0px 30px;
}
 .price_content .price_item .price sub {
   color: #677294;
   bottom: 0;
}
 .price_content .price_item .p_list {
   padding: 30px 0px 20px;
}
 .price_content .price_item .p_list li {
   font: 300 16px/40px 'inherit', sans-serif;
   color: #505975;
}
 .price_content .price_item .p_list li i {
   padding-right: 10px;
}
 .price_content .price_item .p_list li .ti-check {
   color: #efa927;
}
 .price_content .price_item .p_list li .ti-close {
   color: #f0002d;
}
 .price_content .price_item .price_btn {
   border-radius: 45px;
   color: #efa927;
   border-color: #efa927;
   padding: 0px 36px;
}
 .price_content .price_item .price_btn:hover {
   color: #fff;
   background: #efa927;
}
 .price_content .price_item:hover {
   border-color: #c9ebfa;
   box-shadow: 0px 30px 60px 0px rgba(0, 11, 40, 0.14);
}
/*=================== pricing_area_two css ===============*/
 .pricing_area_two {
   background: #f6f7fa;
}
 .price_content_two .price_item .tag {
   background: #efa927;
}
 .price_content_two .price_item .p_list li .ti-check {
   color: #efa927;
}
 .price_content_two .price_item .price_btn {
   border-color: #efa927;
   color: #efa927;
   background: transparent;
}
 .price_content_two .price_item .price_btn:hover {
   background: #efa927;
   color: #fff;
}
 .price_content_two .price_item:hover {
   border-color: #dad1f8;
}
 .price_content_three .price_item .tag {
   background: #5f51fb;
}
 .price_content_three .price_item .p_list li .ti-check {
   color: #5f51fb;
}
 .price_content_three .price_item .price_btn {
   border-color: #5f51fb;
   color: #5f51fb;
   background: transparent;
}
 .price_content_three .price_item .price_btn:hover {
   background: #5f51fb;
   color: #fff;
}
 .price_content_three .price_item:hover {
   border-color: #dfdcfe;
}
/*================== call_action_area css ================*/
 .call_action_area {
   min-height: 900px;
   position: relative;
   background-image: linear-gradient(180deg, #1786d8 0%, #efa927 100%);
   z-index: 1;
   padding-top: 250px;
   position: relative;
   overflow: hidden;
}
 .call_action_area:before {
   content: "";
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   position: absolute;
   background: url("../img/home2/action_bg.png") no-repeat scroll center 0;
}
 .call_action_area .action_one {
   left: -240px;
   bottom: 0;
   height: 100%;
   z-index: -1;
}
 .call_action_area .action_two {
   right: 0;
   background-position: 50% 50%;
   z-index: -1;
   top: 0;
}
 .call_action_area .action_content {
   max-width: 570px;
   margin: 0 auto;
   position: relative;
   z-index: 1;
}
 .call_action_area .action_content h2 {
   margin-bottom: 15px;
   color: #fff;
}
 .call_action_area .action_content p {
   font-weight: 300;
   color: #fff;
}
 .call_action_area .action_content .action_btn {
   min-width: 180px;
   line-height: 55px;
   border-radius: 45px;
   box-shadow: 0px 20px 40px 0px rgba(0, 11, 40, 0.2);
   background: #fff;
   color: #efa927;
}
 .call_action_area .action_content .action_btn:hover {
   box-shadow: none;
}
/*============= design_tab_area css ============*/
 .design_tab_area {
   background: #fbfbfd;
}
 .design_tab {
   border: 0px;
}
 .design_tab .nav-item {
   width: 100%;
   margin-bottom: 30px;
}
 .design_tab .nav-item .nav-link {
   background-color: #fff;
   box-shadow: 0px 2px 3px 0px rgba(12, 0, 46, 0.04);
   border: 0px;
   border-radius: 0px;
   padding: 25px 50px;
   transition: background 0.5s ease 0s;
}
 .design_tab .nav-item .nav-link h5 {
   font-size: 17px;
   line-height: 26px;
   font-weight: 500;
   color: #222d39;
   transition: color 0.5s ease 0s;
}
 .design_tab .nav-item .nav-link p {
   margin-bottom: 0px;
   font-size: 15px;
   font-weight: 300;
   color: #677294;
   transition: color 0.5s ease 0s;
}
 .design_tab .nav-item .nav-link.active {
   background-color: #7444fd;
}
 .design_tab .nav-item .nav-link.active h5, .design_tab .nav-item .nav-link.active p {
   color: #fff;
}
 .tab-content .tab-pane .tab_img img {
   transform: translateX(20px);
   transition: all 0.3s linear;
   max-width: 100%;
}
 .tab-content .tab-pane.show .tab_img img {
   transform: translateX(0);
}
 .tab-content .tab_img {
   margin-right: -160px;
   padding-left: 120px;
   max-width: 100%;
}
/*============= action_area_two css =============*/
 .action_area_two {
   background: #f6f6fa;
   padding-bottom: 40px;
}
 .action_content {
   margin-top: 25px;
}
 .action_content .btn_three {
   margin-top: 40px;
   box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
}
 .action_content .btn_three:hover {
   box-shadow: none;
}
 .action_img {
   margin-right: -160px;
   margin-top: -50px;
}
 .action_img img {
   max-width: 100%;
}
/*================= action area three css =================*/
 .action_area_three {
   background-image: linear-gradient(0deg, #5e2ced 0%, #6c3cf4 100%);
   position: relative;
   z-index: 1;
}
 .action_area_three:before {
   content: "";
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   position: absolute;
   z-index: -1;
}
 .action_area_three .curved {
   position: absolute;
   width: 100%;
   height: 100px;
   left: 0;
   z-index: -1;
   background: url("../img/home4/action_shap.png") no-repeat scroll center top;
   top: 0;
   background-size: contain;
}
 .action_area_three .action_content h2 {
   color: #fff;
}
 .action_area_three .action_content .about_btn {
   background: transparent;
   border: 1px solid #fff;
   color: #fff;
}
 .action_area_three .action_content .about_btn:hover {
   box-shadow: none;
   color: #5e2ced;
   background: #fff;
}
 .action_area_three .action_content .white_btn {
   color: #5e2ced;
   box-shadow: none;
   background: #fff;
   margin-right: 25px;
}
 .action_area_three .action_content .white_btn:hover {
   box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
   color: #fff;
   background: #5e2ced;
}
/*=========== payment_priceing_area css ===========*/
 .payment_priceing_area {
   padding: 120px 0px 90px;
   position: relative;
   z-index: 1;
}
 .payment_priceing_area:before {
   content: "";
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   background: url("../img/new/price_bg.png") no-repeat scroll center;
   position: absolute;
   z-index: -1;
}
 .payment_priceing_area .payment_price_info {
   display: block;
   overflow: hidden;
   padding: 30px 0px;
}
 .payment_priceing_area .sec_title h2 {
   font-size: 35px;
   font-weight: 500;
   line-height: 45px;
}
 .payment_price_item {
   text-align: center;
   background: #fbfbfd;
   padding: 50px 40px 55px;
   border: 1px solid #f1f3f8;
   border-radius: 4px;
   position: relative;
   z-index: 1;
   width: calc(100% / 3);
   float: left;
   transition: all 0.2s linear;
}
 .payment_price_item:before {
   content: "";
   width: 100%;
   height: 100%;
   background-image: linear-gradient(-140deg, #fdabe7 0%, #bd8ef2 36%, #7d71fd 100%);
   box-shadow: 0px 30px 60px 0px rgba(0, 11, 40, 0.1);
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0;
   z-index: -1;
   border-radius: 4px;
   transition: opacity 0.4s linear;
}
 .payment_price_item h2 {
   font-size: 40px;
   font-weight: 600;
   color: #051441;
}
 .payment_price_item h6 {
   font-size: 18px;
   color: #051441;
   font-weight: 400;
   margin-bottom: 30px;
}
 .payment_price_item p {
   line-height: 30px;
   margin-bottom: 50px;
}
 .payment_price_item .payment_price_btn {
   font-size: 15px;
   font-family: 'inherit', sans-serif;
   font-weight: 500;
   border-radius: 45px;
   background: rgba(253, 83, 135, 0.1);
   display: inline-block;
   padding: 10px 42px;
   color: #fd5387;
   transition: all 0.3s linear;
}
 .payment_price_item .payment_price_btn i {
   font-size: 12px;
   padding-left: 5px;
}
 .payment_price_item:nth-child(3) .payment_price_btn {
   background: rgba(95, 81, 251, 0.1);
   color: #5f51fb;
}
 .payment_price_item.center {
   border: 0px;
   border-radius: 4px;
   padding: 80px 40px 86px;
   transform: translateY(-30px);
   transition: all 0.4s linear;
}
 .payment_price_item.center:before {
   opacity: 1;
}
 .payment_price_item.center h2, .payment_price_item.center h6, .payment_price_item.center p {
   color: #fff;
}
 .payment_price_item.center .payment_price_btn {
   background: rgba(255, 255, 255, 0.1);
   color: #fff;
}
 .payment_price_item:hover {
   border-radius: 4px;
   border-color: #bd8ef2;
   transition: all 0.4s linear;
   box-shadow: none;
}
 .payment_price_item:hover:before {
   opacity: 1;
}
 .payment_price_item:hover h2, .payment_price_item:hover h6, .payment_price_item:hover p {
   color: #fff;
}
 .payment_price_item:hover .payment_price_btn {
   background: rgba(255, 255, 255, 0.1);
   color: #fff;
}
/*============== priceing_area_four css ============*/
 .pricing_area_four .sec_title {
   margin-bottom: 50px;
}
 .pricing_area_four .sec_title h2 {
   margin-bottom: 0px;
}
 .pricing_area_four .sec_title p {
   font-style: italic;
}
 .price_info_two {
   box-shadow: 0px 4px 5px 0px rgba(12, 0, 46, 0.05);
}
 .price_info_two .price_head {
   display: table;
   width: 100%;
}
 .price_info_two .price_head .p_head {
   width: calc(100% / 4);
   text-align: center;
   color: #fff;
   vertical-align: middle;
   display: table-cell;
   padding: 31px 0px;
}
 .price_info_two .price_head .p_head h4 {
   color: #222d39;
   font-size: 20px;
}
 .price_info_two .price_head .p_head h4, .price_info_two .price_head .p_head h5 {
   margin-bottom: 0px;
}
 .price_info_two .price_head .p_head p {
   margin-bottom: 0;
   font-size: 14px;
   font-weight: 400;
   color: #fff;
}
 .price_info_two .price_head .p_head:nth-child(2) {
   background: #0ed1b3;
}
 .price_info_two .price_head .p_head:nth-child(3) {
   background: #6c84ee;
}
 .price_info_two .price_head .p_head:nth-child(4) {
   background: #ee6cda;
}
 .price_info_two .price_head .p_head h5 {
   font-size: 20px;
   font-weight: 600;
   color: #fff;
}
 .price_info_two .price_item {
   width: calc(100% / 4);
   text-align: center;
   vertical-align: middle;
   display: table-cell;
   cursor: pointer;
   padding: 15px 0px;
}
 .price_info_two .price_item:nth-child(odd) {
   background: #f8f8fa;
}
 .price_info_two .price_item:first-child {
   text-align: left;
   padding-left: 30px;
}
 .price_info_two .price_item h5 {
   margin-bottom: 0;
   font-size: 16px;
   font-weight: 500;
   color: #222d39;
}
 .price_info_two .price_item h5 i {
   font-size: 20px;
}
 .price_info_two .price_item .pr_title {
   position: relative;
   display: inline-block;
   padding-left: 30px;
}
 .price_info_two .price_item .pr_title:before {
   content: "\70";
   position: absolute;
   left: 0;
   top: 0;
   font-family: eleganticons;
   color: #afb5c7;
   transition: color 0s linear;
}
 .price_info_two .price_item .pr_title:hover:before {
   color: #5e2ced;
}
 .price_info_two .price_item .check {
   color: #0ed1b3;
}
 .price_info_two .price_item .cros {
   color: #afb5c7;
}
 .price_info_two .pr_list {
   display: table;
   width: 100%;
}
 .price_info_two .price_btn {
   border-radius: 45px;
   color: #677294;
   border-color: #dfe3ed;
   padding: 0px 32px;
   line-height: 46px;
   margin: 40px 0px;
   transition: all 0.2s linear;
}
 .price_info_two .price_btn:hover {
   background: #5e2ced;
   border-color: #5e2ced;
   color: #fff;
}
 .tooltip .tooltip-inner {
   background-color: #fff !important;
   opacity: 1;
   color: #111 !important;
   opacity: 1;
   box-shadow: 0px 20px 40px 0px rgba(12, 0, 46, 0.14);
   font-size: 'inherit', sans-serif;
   font-size: 16px;
   color: #677294;
   line-height: 26px;
   width: 100%;
}
 .tooltip.bs-tooltip-top .arrow:before {
   border-top-color: #fff;
}
 .tooltip.bs-tooltip-bottom .arrow:before {
   border-bottom-color: #fff;
}
 .tooltip.show {
   opacity: 1;
}
 .price_info_three .price_head .p_head:nth-child(2) {
   background: #fba820;
}
 .price_info_three .price_head .p_head:nth-child(3) {
   background: #e63779;
}
 .price_info_three .price_head .p_head:nth-child(4) {
   background: #0e79de;
}
 .price_info_three .price_item h5 {
   color: #2c2c51;
}
 .price_info_three .price_item .pr_title:hover:before {
   color: #26da15;
}
 .price_info_three .price_item .check {
   color: #0e79de;
}
 .price_info_three .price_item .cros {
   color: #fc3f48;
}
 .price_info_three .price_btn:hover {
   background: #0e79de;
   border-color: #0e79de;
}
/*PRICEING AREA CSS */
 .pricing_area_five {
   padding: 110px 0px;
   background: #f9f9fd;
}
 .pricing_area_five .title-four {
   margin-bottom: 60px;
}
 .price_box_two {
   border: 1px solid #f0f3fa;
   border-radius: 5px;
   background-color: #fcfcff;
   padding: 40px 40px 55px;
   transition: all 0.3s linear;
   cursor: pointer;
}
 .price_box_two h5 {
   font-size: 20px;
   line-height: 28px;
   color: #282835;
   font-family: "inherit", sans-serif;
}
 .price_box_two p {
   font-size: 14px;
   line-height: 28px;
   color: #8b8b99;
   font-family: "inherit", sans-serif;
}
 .price_box_two .price_icon {
   margin-top: 24px;
}
 .price_box_two .price_icon img {
   max-width: 100%;
}
 .price_box_two .rate {
   font-size: 40px;
   font-family: "inherit", sans-serif;
   font-weight: 600;
   color: #282835;
   border-bottom: 1px solid #e8e8f0;
   padding: 25px 0px 17px;
   transition: all 0.3s linear;
}
 .price_box_two ul {
   padding: 23px 0px 30px;
}
 .price_box_two ul li {
   font-size: 14px;
   line-height: 34px;
   color: #727988;
   font-family: "inherit", sans-serif;
}
 .price_box_two .purchase_btn_two {
   font-size: 14px;
   line-height: 30px;
   color: #5e2ced;
   border: 1px solid #a485fd;
   border-radius: 3px;
   display: inline-block;
   padding: 9px 35px;
   text-align: center;
   font-family: "inherit", sans-serif;
   font-weight: 600;
   transition: all 0.3s linear;
   position: relative;
   z-index: 1;
}
 .price_box_two .purchase_btn_two:before {
   content: "";
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   opacity: 0;
   position: absolute;
   background-image: linear-gradient(90deg, #a485fd 0%, #5e2ced 100%);
   transition: all 0.4s linear;
   z-index: -1;
}
 .price_box_two .purchase_btn_two:hover {
   box-shadow: 0px 20px 30px 0px rgba(0, 0, 29, 0.14);
   color: #fff;
}
 .price_box_two .purchase_btn_two:hover:before {
   opacity: 1;
}
 .price_box_two:hover {
   border-color: #f0f3fa;
   background: #fff;
   box-shadow: 0px 30px 50px 0px rgba(0, 0, 29, 0.1);
}
 .price_box_two:hover .rate {
   color: #5e2ced;
}


.header_area.navbar_fixed .menu_two .nav_right_btn .login_btn.active:hover,
 .slider_btn:hover, .price_tab .hover_bg, .f_widget.about-widget .f_list li a:before {
    background: #efa927;
}
.price_btn {
    font: 500 15px/53px "inherit", sans-serif;
    color: #6754e2;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    padding: 0px 25px;
    display: inline-block;
    -webkit-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}


.price_content .price_item .p_list li .close {
    color: #f0002d;
}


.price_content.detail .price_item .p_list {

    column-count:3;
}
.price_content .price_item .p_list li{
  text-align:right;
}
.price_content .price_item .p_list li .fa{
  margin-left:10px;
}

@media(max-width:600px){
   .price_content.detail .price_item .p_list {

    column-count:1;
}

}
