div#wrapper {
    width: 100%;
    float: left;
    margin-top: 101px;
}
.personal .content, .personal .pt-footer {
    background: #0093fb;
}
.content {
    position: relative;
    color: #FEFEFE;
    padding: 20px 0 10px 0;
}
.price {
    position: relative;
    display: inline-block;
    margin-bottom: 0.625rem;
}
.hint {
    font-style: italic;
    font-size: 14px;
}
.price sup {
    font-size: 22px;
    position: absolute;
    top: 12px;
    left: -12px;
}
.price span {
    font-size: 6rem;
    font-weight: bold;
}
.features {
    list-style-type: none;
    background: #FFFFFF;
    text-align: left;
    color: #9C9C9C;
    padding: 0px 0px 0;
    font-size: 16px;
    margin-bottom: 0;
    min-height: 810px;
}
.features li:hover {
    background: #f1f1f1;
    padding: 12px 30px 12px 20px;
}

.features li:first-child {
    padding-top: 22px;
}
.features li {
    padding: 12px 30px;
    width: 100%;
    border-bottom: 1px dashed;
    transition: all ease 0.5s;
    color: #57616b;
    font-size: 16px;
}
.features li:last-child {
    border-bottom: 0;
}
.content:after, .content:before, .pt-footer:before, .pt-footer:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.pt-footer:after, .pt-footer:before {
    top: 0;
}
.pt-footer {
    font-size: 14px;
    text-transform: capitalize;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.title, .pt-footer {
    color: #FEFEFE;
    text-transform: capitalize;
    line-height: 2.5;
    position: relative;
}
.personal .title {
    background: #087dd0;
}
.professional .title {
    background: #3EC6E0;
}
.professional .content, .professional .pt-footer {
    background: #53CFE9;
}
.professional .content, .professional .pt-footer {
    background: #53CFE9;
}
.business .title {
    background: #E3536C;
}
.business .content, .business .pt-footer {
    background: #EB6379;
}
.business .content, .business .pt-footer {
    background: #EB6379;
}
h2.About-heading {
    color: #333333;
    font-size: 44px;
    margin: 0 0 22px 0;
    font-weight: 700;
    text-align: center;
    font-family: 'Poppins' !important;
    text-transform: capitalize;
}

section {
    padding: 50px 0;
}

h2.About-heading span {
    color: #0093fb;
}
section .fl {
    text-align: center;
    margin-top: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    transition: ease all 0.5s;
}
section .fl:hover {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.23);
}
section .fl h2.title {
    margin: 0;
    font-size: 20px;
    line-height: 40px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.content:after, .content:before, .pt-footer:before, .pt-footer:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.content:after, .pt-footer:after {
    border-color: rgba(136, 183, 213, 0);
    border-width: 5px;
    margin-left: -5px;
}
.personal .content:after {
    border-top-color: #0093fb;
}
.personal .pt-footer:after {
    border-top-color: #FFFFFF;
}
.professional .content:after {
    border-top-color: #53CFE9;
}
.business .content:after {
    border-top-color: #EB6379;
}
.pt-footer:after, .pt-footer:before {
    top: 0;
}
.professional .pt-footer:after {
    border-top-color: #FFFFFF;
}
.business .pt-footer:after {
    border-top-color: #FFFFFF;
}
.features li span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    color: #0093fb;
    font-size: 16px;
    line-height: 0;
    margin-top: -4px;
}
.block.professional.fl .features li span {
    color: #53CFE9;
}
.block.business.fl .features li span {
    color: #EB6379;
}
.price sub {
    font-size: 20px;
}
.pt-footer a, .pt-footer a:focus, .pt-footer a:hover {
    color: white;
    font-weight: 600;
    font-size: 18px;
}

/*E-commerce Plans css starts*/
.e-commerce-table ul {
    display: table;
    width: 100%;
    margin: 0;
}
.e-commerce-table ul li {
    display: table-cell;
    padding: 12px;
    box-sizing: border-box;
    border-bottom: 1px solid #dbe2ea;
    vertical-align: middle;
    text-align: left;
    font-size: 16px;
}
.e-commerce-table .e-commerce-table-left {
    width: 60%;
    background: #ecf1f5;
}
.e-com-title {
    font-size: 30px;
    color: #4495d1;
    font-weight: bold;
    line-height: 34px;
}
.e-commerce-table .e-commerce-table-right {
    text-align: center;
    width: 40%;
    background: #ffffff;
    box-shadow: -6px 0 8px -1px #e6e6e6;
    -webkit-box-shadow: -6px 0 8px -1px #e6e6e6;
}
.e-commerce-table ul li.green-ecom {
    background: #6abb4f!important;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 34px;
}

.e-commerce-table {
    max-width: 1100px;
    margin: 30px auto 0;
    border: 1px solid #dbe2ea;
}
.e-com-quote.p-top40 {
    margin-top: 30px;
}

.e-com-quote.p-top40 a {
    background: #0093FB;
    color: #ffffff !important;
    width: 205px;
    height: 55px;
    border: 2px solid #0093FB;
    margin: 0 auto;
    border-radius: 100px;
    padding: 8px 18px;
    font-weight: 700;
    outline: none !important;
    text-align: left;
    transition: ease all 0.5s;
    text-transform: uppercase;
    font-size: 14px;
}

.e-com-quote.p-top40 a:hover {
    background: white;
    border-color: #0093FB;
    color: #0093FB !important;
}

.e-com-quote.p-top40 a:hover span:last-child {
    background: #0093FB;
}

.e-com-quote.p-top40 a:hover span:last-child::before {
    background-image: url(../images/home/next-2.png);
}


.e-com-quote.p-top40 a span {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: -0.5px;
    width: 74%;
}

.e-com-quote.p-top40 a span:last-child {
    width: 36px;
    height: 35px;
    background-color: #ffffff;
    border-radius: 100%;
    margin: 0 0 0 10px;
    display: inline-block;
    text-align: center;
    justify-content: center;
    padding-top: 7px;
}

.e-com-quote.p-top40 a span:last-child::before {
    content: "";
    width: 7px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/home/next.png);
    background-repeat: no-repeat;
}
/*E-commerce Plans css ends*/

/*Web Packages css starts*/
#web_packages_form {
    max-width: 400px;
    background: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    transition: ease all 0.5s;
    padding: 10px 0;
    width: 100%;
    margin: 0 auto;
}

#web_packages_form .form-group.full {
    margin-bottom: 0;
}

#web_packages_form .form-group.full select {
    border: 1px solid #ccc;
    appearance: menulist-button;
    -webkit-appearance: menulist-button;
    -moz-appearance: menulist-button;
    border-radius: 4px;
    height: auto;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
#web_packages_form .form-group.full select#packages_amount {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
#web_packages_form .form-group.full #packages_proceed_btn {
    background-color: #0093FB;
    color: white;
    border: 2px solid #ffffff;
    border-radius: 100px;
    padding: 8px 30px;
    font-weight: 700;
    outline: none !important;
    text-align: left;
    transition: ease all 0.5s;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
}
.response {
    text-align: center;
    color: green;
}
section.dedicated-staffing-packages ul.features {
    min-height: 310px;
}

section.dedicated-staffing-packages ul.features li {
    padding-left: 20px;
    padding-right: 20px;
}
/*Web Packages css ends*/

/*Dedicate packages page css starts*/
.dedicate-details p {
    font-size: 16px;
    color: #57616b;
    line-height: 26px;
    width: 100%;
    display: inline-block;
}
.dedicate-img {
    text-align: center;
}

.dedicate-details .sub-heading {
    color: #333333;
    font-size: 34px;
    margin: 0 0 20px 0;
    font-weight: 700;
    font-family: 'Poppins' !important;
    text-transform: capitalize;
    border-bottom: 2px dashed;
    display: inline-block;
    padding-bottom: 10px;
}
.dedicate-details .sub-heading span {
    color: #03a9f4;
}
.dedicate-details .button-redirect-rev {
    color: #ffffff !important;
    width: auto;
    height: 44px;
    border: 2px solid #0093FB;
    background: #0093FB;
    margin: 10px 8px 0 0;
    border-radius: 100px;
    padding: 5px 8px 5px 15px;
    font-weight: 700;
    outline: none !important;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    float: none;
    transition: ease all 0.5s;
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'Rubik';
    font-style: normal;
}

.dedicate-details .button-redirect-rev span {
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 100%;
    margin: 0 0 0 12px;
    display: inline-block;
    text-align: center;
    justify-content: center;
    vertical-align: middle;
    padding-top: 4px;
}

.dedicate-details .button-redirect-rev span::before {
    content: "";
    width: 7px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/home/next.png);
    background-repeat: no-repeat;
}
.dedicate-img img {
    max-width: 100%;
}
section .fixed-pricing {
    text-align: center;
    background: #03a9f4;
    padding: 15px;
    margin: 30px 0 0;
    border-radius: 4px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.22);
}

section .fixed-pricing p {
    color: white;
    font-size: 20px;
    margin: 0;
}

section .fixed-pricing p a, section .fixed-pricing p a:hover {
    color: white;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 24px;
    border-bottom: 2px dashed;
}
.hint b {
    font-size: 16px;
}
.hint strike {
    font-size: 22px;
}
/*Dedicate packages page css ends*/

@media (min-width:320px) and (max-width:767px) {
div#wrapper {
    margin-top: 0;
}
section .fixed-pricing p {
    font-size: 16px;
}
section .fixed-pricing p a, section .fixed-pricing p a:hover {
    font-size: 20px;
}
section {
    padding: 30px 0;
}
h2.About-heading {
    font-size: 22px;
    margin: 0 0 0px 0;
}
.features {
    min-height: auto;
}
.features li {
    font-size: 14px;
}
section .fl h2.title {
    font-size: 16px;
}
.features li {
    padding: 12px 15px;
}
section .fl {
    max-width: 400px;
    margin: 30px auto 0;
}
/*E-coomerce Plans css starts*/
.e-com-title, .e-commerce-table ul li.green-ecom {
    font-size: 17px;
    line-height: 28px;
}
.e-commerce-table ul li {
    font-size: 14px;
}

/*E-coomerce Plans css endss*/

/*Dedicate Team page css starts*/
.dedicate-details {
    text-align: center !important;
}
.dedicate-details .sub-heading {
    font-size: 22px;
    margin: 0 0 15px 0;
    padding-bottom: 6px;
}
.odd-sec .row .old-dedi-details {
    order: 2;
    margin-top: 20px;
}
.odd-sec .row {

    flex-flow: column;
    display: flex;

}
/*Dedicate Team page css ends*/


}

@media (min-width:480px) and (max-width:767px) {
div#wrapper {
    margin-top: 82px;
}
}


@media (min-width:768px) and (max-width:991px) {
section .fl {
    max-width: 500px;
    margin: 30px auto 0;
}
.features {
    min-height: auto;
}
.dedicate-details {
    text-align: center !important;
}
.dedicate-details .sub-heading {
    font-size: 26px;
    margin: 0 0 15px 0;
    padding-bottom: 8px;
}
.odd-sec .row .old-dedi-details {
    order: 2;
    margin-top: 20px;
}
.odd-sec .row {

    flex-flow: column;
    display: flex;

}

}

@media (min-width:768px) and (max-width:1023px) {
div#wrapper {
    margin-top: 85px;
}
.dedicate-details .sub-heading {
    font-size: 26px;
}
h2.About-heading {
    font-size: 32px;
    margin: 0 0 5px 0;
}
.features li {
    padding: 12px 15px;
    font-size: 15px;
}
section .fl h2.title {
    font-size: 18px;
}

}

@media (min-width:1024px) and (max-width:1249px) {
h2.About-heading {
    font-size: 38px;
}
.features li {
    padding: 12px 20px;
}

}
