.searchArea {
    text-align: center;
    padding: 30px 15px;
}
.searchArea h1 {
    font-size: 30px;
    font-weight: 600;
}
input#location {
        padding: 36px 15px;
    font-size: 22px;
    width: 80%;
}
button#check_address {
    padding: 23px 35px;
    font-size: 20px;
}
.plan1 {
    border: 1px solid #d9dee4;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    /* margin: -1px 0px; */
    padding: 0;
    padding: 32px 31px;
    text-align: center;
    /* padding: 50px 25px; */
    text-align: center;
}
.plan2 {
    background: #fff;
        padding: 10px 40px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 49px;
    z-index: 1;
    margin-top: -48px;
    text-align: center;
    text-align: center;
    box-shadow: 0px 5px 5px 5px #d4d4d4;
}
.plan3 .price {

}
.price .oldPrice:before {
    position: absolute;
    content: "";
    left: 20%;
    top: 50%;
    right: 64px;
    border-top: 5px solid red;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.oldPrice {
    position: relative;
}


.packagesContentArea {
    margin: 100px 0px;
}
.plan3 {
    border: 1px solid #d9dee4;
    border-left: 0;
    border-radius: 0 5px 5px 0;
    padding: 0;
    text-align: center;
    padding: 31px 30px;
    text-align: center;
}
.planBox h1 {
    font-size: 22px;
    min-height: 47px;
}
.price {
        margin: 25px 0 25px 0;
    font-size: 42px;
    font-weight: 700;
    color: #f25648;
}
.price span {
    color: #686868;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    display: block;
}
.setup-price {
    font-size: 16px;
    margin-top: 10px;
    color: #484848;
}
.plan1 ul,
.plan2 ul,
.plan3 ul {
    font-size: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.plan1 ul li,
.plan2 ul li,
.plan3 ul li {
    padding: 0 0 10px 0;
}
.packageBg {
    background: #f5f5f5;
    /* margin: -26px 0px; */
    position: relative;
}
.btnPackage {
    border-radius: 36px;
    padding: 15px 50px;
    margin-bottom: 30px;
    font-weight: 900;
}
.btnPackage {
    border-radius: 36px;
    padding: 15px 50px;
	border-color: #f25648;
    margin-bottom: 30px;
    font-weight: 900;
}
.btnPackage:hover{
	background: #f25648;
    color: #fff;
	border-color: #ccc;
}
.recommandedArea {
    font-size: 20px;
    background: #f25648;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: relative;
    top: -49px;
    width: 126%;
    right: 40px;
}
.dataPointsTop {
    border-top: 1px solid #ccc;
    padding: 15px 0px;
    min-height: 93px;
}
.dataseprator {
    border-top: 1px solid #ccc;
    padding: 15px 0px;
}
.sucessArea {
    border: 10px solid #37cc59;
    align-items: center;
    align-self: center;
}
.sucessArea h2 {
    color: #37cc59;
}
/* Extra Small Devices,Phones */
@media only screen and (max-width:767px){
	.plan3 {
    margin-top: 540px;
}
.sucessArea.row {
    text-align: center;
}
.deleteArea.row {
    text-align: center;
}
input#location {
    width: 100%;
}
button#check_address {
    margin-top: 15px;
}
}