.quickContact{
    background-color: #7dafde;
    padding: 100px 0;
}
.quickContact .heading{
    font-size: 38px;
    line-height: 50px;
    font-weight: 300;
    color: #fff;
    margin-top: 50px;
}
.quickContact .text{
    color: #ffffff;
    font-size: 18px;
    margin-top: 30px;
}
.quickContactForm{
    margin: 0 0px 30px 60px;
    background-color: #fff;
    padding: 30px;
    box-shadow: 2px 2px 4px rgba(0,0,0,.1);
}
.quickContactForm p{
    font-size: 20px;
    margin-bottom: 30px;
    border-bottom: 3px solid #00aeef;
    padding-bottom: 15px;
}
.quickContactForm input::-webkit-outer-spin-button,
.quickContactForm input::-webkit-inner-spin-button {
    
    -webkit-appearance: none;
    
}
@media (max-width: 768px){
    .quickContactForm {
        margin: 60px 0px 30px 0;
    }
}
/* ========== plan & pricing ================= */
.pricingSec{
    padding: 100px 0;
    background-color: #fff;
}
.pricingSec .heading, .useTechnologies .titleArea .heading{
    text-align: center;
    margin-bottom: 80px;
    font-size: 52px;
    color: #575757;
}
.pricingSec .heading{
    font-size: 56px;
}
.pricing{
    margin-bottom: 0;
}
.pricing *{
    vertical-align: middle !important;
}
.pricing .fa-times-circle, .pricing .fa-check-circle{
    font-size: 26px;
    color: #ccc;
}
.pricing .fa-check-circle{
    color: #addb51;
}
.pricing td{
    padding: 7px 0 !important;
}


.pricing >thead>tr>th{
    font-size: 26px;
    border-width: 1px;
    font-weight: 400;
    color: #575757;
    text-align: center;
    padding: 10px 5px;
}
.pricing >thead>tr>th>span{
    display: block;
    font-size: 26px;
    color: #878787;
    padding: 3px 0 10px;
    color: #00aeef;
    font-weight: 500;
}
.pricing >thead>tr>th>span>span{
        font-size: 12px;
    display: block;
    color: #979797;
}
.pricing >thead>tr>th i{
        vertical-align: super !important;
    font-size: 18px;
}
.pricing >tbody>tr>td{
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    color: #777;
}
.packageIncluded tr{
    width: 300px;
}
.packageIncluded>thead>tr>th{
    border-width: 1px;
}
.packageIncluded tr > th {
    padding: 7px 15px !important;
    font-size: 16px;
    font-weight: 500;
}
.packageIncluded tr:not(:first-child) th{
    font-weight: 400;
    color: #878787;
}
.pricingTableCont > div{
    padding: 0;
}
.pricingTableBorder{
    pointer-events: none;
    border-radius: 6px;
    border: 2px solid #ccc;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

}
.priceHolder{
    background: #00aeef;
    position: fixed;
    z-index: 99;
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
    padding: 20px 15px;
    top: -200px;
    left: 0;
    width: 100%;
    transition: top .3s ease;
    
}
.priceHolder.show{
    
    top: 0;
}
.priceHolder.active{
    top: 116px;
}
.priceHolder [class*="col-"]{
    padding: 0;
    color: #fff;
    font-size: 26px;
}

.prices>div{
    text-align: center;
    font-weight: 400;
    font-family: "open sans";
}
.prices>div i{
    font-size: 16px;
    font-weight: 100;
        vertical-align: super !important;
}
.pricing .myBtn{
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #fff;
    color: #878787;
    border: 2px solid #4fafef;
    padding: 7px 15px;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
}
 .beneficial{
    background-color: #00aeef !important;
    color: #fff !important;
 }
 .pricingCategory{
    background-color: #878787;
    
 }
 .pricingCategory th{
    color: #fff !important;
 }
 @media (max-width: 1200px){
    .pricingTableCont div:first-child{
        width: 220px;
    }
    .pricingTableCont div:last-child{
        width: calc(100% - 220px);
    }
 }
 @media (max-width: 768px){
    .priceHolder{
        display: none!important;
    }
    .pricing{
        width: 560px;
    }
    .pricingTableCont{
        padding: 0 10px 0 0px;
    }
    .packageIncluded tr > th {
        padding: 10px 15px !important;
        font-size: 14px;
    }
    .pricing td{
        padding: 10px 5px !important;
    }
    .pricingTableCont div:first-child{
        width: 125px;
    }
    .pricingTableCont div:last-child {
        width: calc(100% - 125px);
        overflow: auto;
        border-radius: 6px;
        border: 2px solid #ccc;
    }
    .pricingTableBorder{
        display: none;
    }
    .packageIncluded tr:not(:first-child) th{
        padding: 10px !important;
    }
 }
 /* ========== end plan & pricing ================= */
 /* =======  Get Quote  ======= */
 .getaqoute{
    text-align: center;
    padding: 50px 0;
    background-color: #4fafef;
    background: linear-gradient(90deg,#4fafef,#2e92d4);
}
.getaqoute p{
    position: relative;
    font-size: 32px;
    color: #fff;
    margin-bottom: 70px;
}
.getaqoute p::after{
    content: '';
    width: 100px;
    height: 4px;
    background-color: #ccff66;
    position: absolute;
    display: block;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}
.getaqoute .call{
    color: #fff;
    display: inline-block;
}
.getaqoute a{
    font-size: 24px;
}
.getaqoute .call span{
        color: #ccff66;
}
.getaqoute .call:hover{
    text-decoration: none;
}
.getaqoute .or{
    display: inline-block;
    color: #fff;
    font-size: 17px;
    margin-bottom: 10px;
    padding: 0 10px;
}
@media (max-width: 768px){
    .getaqoute a{
        font-size: 20px;
    }
    .getaqoute .myBtn{
        padding: 10px 30px;
    }
}
@media (max-width: 580px){
    .getaqoute .or{
        display: block;
        margin-top: 10px;
    }
    .getaqoute p{
        font-size: 28px;
    }
}

 /* ======= end  Get Quote  ======= */