.pricing-wrapper {
    margin-top: 75px;
    background: #f4faff;
    padding: 20px 0;
}
.pricing-inner{
}
.pricing-inner h2{
	text-align: center;
    padding-top: 30px;
    font-size: 45px;
    font-weight: 700;
    font-family: 'AvenirNextLTPro-Bold';
}
.pricing-inner h3{
	text-align: center;
    padding-top: 4px;
    font-size: 30px;
    font-weight: bold;
}

.pricing-inner h3 {
    text-align: center;
    padding-top: 4px;
    font-size: 30px;
    font-weight: bold;
}

.pricingOuter.pro {
transform: scale(1.08);
    position: relative;
    top: -2px;
}

.pricing-inner-box {
       display: flex;
    justify-content: center;
    margin-top: 0px;
    margin-bottom: 30px;
}

.pricing-inner-box .pricingOuter {
    display: flex;
    flex-direction: column;
    width: 30%;
    position: relative;
    margin: 10px;
}


.pricing-inner-box .pricingBox {
    border: 1px solid #e1ecf6;
    position: relative;
    background-color: #fff;
}
.pricingFeature {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pricingBox .pricingType {
    color: #000;
    font-size: 34px;
    height: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    flex-direction: column;
}
.pricingBox .pricingType.pro h3 {
    margin-bottom: 13px;
}
.pricingOuter.pro .pricingType{
   background: rgb(22,100,255);
background: linear-gradient(176deg, rgba(22,100,255,1) 0%, rgba(1,61,182,1) 100%);height: 221px;
}
.btn-space {
    height: 70px;
	margin-top:-20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-style{
    background: #1664ff;
    width: 135px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid #1764ff;
}

.btn-style:hover {
    background: #0a429f;
    color: #fff;
    text-decoration: none;
}

.btn-style-2{
     background: #ffffff;
    width: 135px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1764ff;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid #1764ff;
}

.btn-style-2:hover {
    background: #1764ff;
    color: #fff;
    text-decoration: none;
}



.pricingFeature h6 {
      background: #fff;
    margin: 0;
    padding: 20px;
    width: 100%;
    text-align: center;
    border-top: 1px solid #e0e0e0;
}

.pricingFeature h6:nth-child(odd){
    //background: #e8f2fa;
}
 
 .pricingType h4 span {
    position: relative;
    padding: 10px 0;
    margin: 0;
    color: black;
    font-weight: bolder;
    font-size: 25px;
}


/* .pricingType h4 span::after {
        content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-right: 20px solid #3ea7ff;
    border-bottom: 24px solid transparent;
    left: -20px;
    top: 0px;
}*/

.pricing-foot {
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.pricing-foot p{
	    font-size: 14px;
    padding-top: 17px;
    font-weight: 100;
}
.enterPlan{
	padding: 40px 0;
    text-align: center;
}
.enterPlan h2{
	    font-size: 20px;
    color: #000;
    font-weight: 700;
}
.enterPlan h2 a{
	
}
@media screen and (max-width: 767px){
	.pricing-inner-box .pricingOuter {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
        margin-bottom: 20px;
}

.trustedby .moneyBackpayment{
    border-radius: 0 !important;
}

.pricing-inner-box {
    
    flex-wrap: wrap;
        margin-bottom: 0px;
}

.pricingBox .pricingType {
    height: 100px;
}

.pricing-inner h3 {
       text-align: center;
    padding-top: 4px;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.pricingOuter.pro .pricingType {
    height: 120px;
}

.pricing-inner h4{
	font-size: 16px;
}



.pricingOuter.pro {
    transform: scale(1);
    position: relative;
    top: 0;
}

.enterPlan {
    padding: 0px 0;
    text-align: center;
    line-height: initial;
}

.enterPlan h2 {
    font-size: 17px;
    line-height: 22px !important;
}

.btn-space {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

}


@media screen and (min-width: 768px) and (max-width: 992px){
	.pricing-inner-box .pricingOuter {
    display: flex;
    flex-direction: column;
    width: 33%;
    position: relative;
}

.pricing-inner h4{
	font-size: 18px;
}

.pricingType h4 span::after {
   
    border-bottom: 18px solid transparent;
    left: -20px;
    top: 0px;
}

}


.planButton {
    padding: 20px;
    display: flex;
        margin-bottom: 20px;
}

.planButton button {
           background: #ffffff00;
    border-color: #ffffff00;
    color: #4d4e5c;
    padding: 5px 20px !important;
    font-size: 17px !important;
    border-radius: 25px !important;
}

.planTab {
    padding: 6px;
    border: 1px solid #d3e0ec;
    border-radius: 30px;
}


.planButton button.active {
       background: #4d4e5c;
    border-color: #454652;
}

.planButton button.active:hover{
         background: #4d4e5c;
    outline: 0;
}

.planButton button:hover,
.planButton button:focus,
.planButton button:active,
.planButton button:focus,
{
    background: #4d4e5c;
    outline: 0;
}

.planButton  .btn-primary:hover {
     background: #4d4e5c;
    outline: 0;
}

.planButton button:active {
    background: #4c4d5b;
     outline: 0;
}
.planButton button:focus {
    background: #4c4d5b;
     outline: 0;
}

.planButton button.active:active {
    background: #4c4d5b;
     outline: 0;
}
.planButton button.active:focus {
    background: #4c4d5b;
     outline: 0;
}



.trustedby {
    padding: 30px!important;
    border-radius: 5px;
    margin-bottom: 20px;
    border: 1px solid #fff
}

.trustedby h3 {
    font-size: 30px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 40px
}

.trustedby h3.page-title {
    color: black;
    font-weight: bold;
    line-height: inherit;
}

.trustedby .paddingr0 {
    margin-bottom: 10px;
    line-height: 1.42857143;
    padding: 0 2px
}

@media (min-width:1024px) {
    .trustedby .col-md-3 {
        width: 16.5%;
        max-width: 16%;
        margin-right: .5%;
    }
    .full_width {
        max-width: 1200px;
    }
    .offsetbottom15.white-txt {
        padding: 0 10px;
    }
}

.fs11 {
    font-size: 11px
}

.fs13 {
    font-size: 13px
}

.fs14 {
    font-size: 14px
}

.offsettop30 {
    margin-top: 30px
}

.trustedby .moneyBackpayment {
    background: #fff;
    text-align: center;
    min-height: 170px;
    padding: 15px 6px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #e1ecf6;
}

.trustedby .secureicon {
    color: #65bb60;
    font-size: 60px;
    line-height: 39px;
    margin-bottom: 5px;
    display: block
}

.offsettop10 {
    margin-top: 10px
}

.priceBackbg {
        height: 86px;
    margin: 0 auto;
    text-align: center;
    background: url(https://images.appypie.com/wp-content/uploads/2020/03/02070835/money-back-gurantee.png) top center;
    background-size: cover;
    width: 154px;
        margin-bottom: 8px;
}

.garnter {
    background: url(https://images.appypie.com/wp-content/uploads/2020/03/02070834/gartner_award.png) top center;
    background-size: cover;
    width: 80%;
    height: 125px;
    background-size: 110% 100%;
    border-radius: 21px;

}

.garnter .appy-pie {
    clear: both;
    float: left;
    font-size: 10px;
    line-height: 16px;
    width: 100%;
    padding: 0 22px
}

.garnter h5 {
        float: left;
    font-size: 19px;
    font-weight: 700;
    line-height: 12px;
    margin-top: 0;
    width: 100%;
    color: #315d9f;
}

.garnter .year {
    float: left;
    font-size: 19px;
    font-weight: 700;
    line-height: 15px;
    margin-top: 6px;
    padding: 5px 0;
    width: 100%;
    color: #315d9f
}

.moneyBackbg big {
    float: left;
    font-size: 29px;
    font-weight: 700;
    line-height: 18px;
    margin-top: 16px;
    padding: 5px 0;
    width: 100%;
    color: #fff
}

.moneyBackbg .days {
    clear: both;
    float: left;
    font-size: 16px;
    line-height: 16px;
    width: 100%;
    color: #fff
}

.moneyBackbg .moneyBack-txt {
    clear: both;
    float: left;
    font-size: 16px;
    line-height: 16px;
    width: 100%;
    margin-top: 5px
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .trustedSection {
        width: 90%;
        margin: auto
    }
    .trustedby .paddingr0 {
        padding-right: 15px
    }
}

@media (max-width: 767px) and (min-width: 481px) {
    .trustedby .col-md-3 {
        width: 50%;
        margin-bottom: 3px;
        float: left
    }
}

@media only screen and (max-width: 767px) {
    .showPriceDiv {
        position: absolute;
        background: #fff;
        color: #000;
        font-size: 25px;
        width: 40px;
        height: 40px;
        line-height: 42px;
        bottom: -8px;
        border-radius: 100%;
        right: -8px;
        cursor: pointer;
        box-shadow: 0 0 4px #989898;
        display: block;
        z-index: 9
    }
    .garnter {
        height: 140px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media screen and (max-width: 676px) {
    .trustedby .paddingr0 {
        padding-right: 5px!important
    }
    .trustedby {
        padding: 20px!important
    }
    .plan_subheading {
        line-height: 1.2;
        margin-top: 15px
    }
}

.trustedby .moneyBackpayment p {
    margin: 1px;
}