.pricingTable{
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding: 25px 0 0;
    position: relative;
    z-index: 1;
    }
    .pricingTable:before,
    .pricingTable:after{
    content: '';
    background-color: #df0e0e;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    }
    .pricingTable:after{
    background-color: #e6e6e6;
    width: auto;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    transform: translateX(0);
    left: 0;
    top: 100px;
    bottom: 0;
    right: 0;
    }
    .pricingTable .pricingTable-header{
    color: #fff;
    background: #df0e0e;
    height: 150px;
    width: 150px;
    padding: 10px 10px;
    margin: 0 auto 25px;
    border-radius: 50%;
    box-shadow: 0 -10px 50px -15px rgba(0,0,0,0.2) inset;
    border: 4px solid #fff;
    }
    .pricingTable .title{
    font-size: 25px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
    }
    .pricingTable .pricing-content{
    text-align: left;
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
    display: inline-block;
    }
    .pricingTable .pricing-content li{
    color: #666;
    font-size: 18px;
    padding: 0 0 0 30px;
    margin: 0 0 10px;
    position: relative;
    }
    .pricingTable .pricing-content li:last-child{ margin-bottom: 0; }
    .pricingTable .pricing-content li:before{
    content: "\f00c";
    color: #777;
    font-family: "Font Awesome 5 free";
    font-size: 15px;
    font-weight: 900;
    position: absolute;
    top: 4px;
    left: 0;
    }
    .pricingTable .pricing-content li.disable:before{ display: none; }
    .pricingTable .pricingTable-signup a{
    color: #fff;
    background: #df0e0e;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    text-transform: capitalize;
padding: 10px 17px;
margin: 10px 0 25px;
border-radius: 30px;
display: inline-block;
transition: all 0.3s;
    }
    .pricingTable .pricingTable-signup a:hover{
    box-shadow: 0 -10px 50px -10px rgba(0,0,0,0.2) inset;
    }
    .pricingTable .price-value{
    color: #fff;
    background: #df0e0e;
    padding: 15px 15px;
    box-shadow: 0 -10px 50px -10px rgba(0,0,0,0.2) inset;
    }
    .validiti{
        font-size: 23px;
        line-height: 40px;
    }
    .pricingTable .price-value .amount{
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    display: block;
    }
    .pricingTable .price-value .duration{
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    }
    .pricingTable.cyan:before,
    .pricingTable.cyan .pricingTable-header,
    .pricingTable.cyan .pricingTable-signup a,
    .pricingTable.cyan .price-value{
    background-color: #20b9bf;
    }
    .pricingTable.blue:before,
    .pricingTable.blue .pricingTable-header,
    .pricingTable.blue .pricingTable-signup a,
    .pricingTable.blue .price-value{
    background-color: #3ba5d6;
    }
    @media only screen and (max-width: 990px){
    .pricingTable{ margin: 0 0 40px; }
    .terms ul li a{
        font-size: 14px;
        margin: 0px 5px;
    }
    }

    /***CSS***/

.apply-now-bottom {
    font-size: 28px;
    bottom: -5px;
    width: 100%;
    text-align: center;
}

.apply-now-bottom a {
    box-shadow: 0px 0px 8px rgb(12 12 12 / 80%);
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: bold;
    width: 160px;
    text-align: center;
    display: block;
    border-radius: 5px 5px 0 0;
   background-color: #f26629;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    left: calc(50% - 80px);
    z-index: 99;
}

.blinking {
    animation: blinking 1s ease-in-out infinite;
}

@keyframes blinking {
    0% {
        background: #df0e0e;
    }
    50% {
        background: #000000;
    }
    100% {
        background: #df0e0e;
    }
}

/***End***/

    .terms ul{
        display: inline-flex;
        color: #fff;
    }

    .terms ul li a{
        color: #fff;
        margin: 0px 5px;
    }
    @media (max-width: 1200px){
     
        .float {
                   position: fixed;
                   width: 55px !important;
                   height: 55px !important;
                   bottom: 60px !important;
                   left: 7px !important;
                   
                   
                   
               }
               .float2 {
                   position: fixed;
                   width: 40px !important;
                   height: 40px !important;
                   bottom: 130px !important;
                   left: 11px !important;
                   
                   background-color: #f50606;
                   color: #FFF;
                   border-radius: 50px;
                   text-align: center;
                   font-size: 23px !important;
                   box-shadow: 5px 5px 20px 0px rgba(53, 51, 51, 0.8);
                   z-index: 100;
               }
               .my-float {
                   margin-top: 0px !important;
                   color: #fff;
                   z-index: 1;
                   width: 43px;
               }
               
               .my-float2 {
                   margin-top: 9px !important;
                   color: #fff;
               }
        
    }
    
       .float {
                   position: fixed;
                   width: 65px;
                   height: 65px;
                   bottom: 80px;
                   left: 20px;
                   z-index: 99
                   
                   
               }
               .float2 {
                   position: fixed;
                   width: 46px;
                   height: 46px;
                   bottom: 160px;
                   left: 19px;
                   
                   background-color: #ff4545;
                   color: #FFF;
                   border-radius: 50px;
                   text-align: center;
                   font-size: 23px;
                   box-shadow: 5px 5px 20px 0px rgba(53, 51, 51, 0.8);
                   z-index: 100;
               }
               
               .my-float {
                   
                   color: #fff;
               }
               .my-float2 {
                   margin-top: 12px;
                   color: #fff;
               }