/* ************************************************************
:: Template Name: Digimax - SEO & Digital Marketing Agency HTML Template
:: Template URI: https://theme-land.com/digimax/
:: Template Author Name: theme_land
:: Template Author URI: hridoy1272@gmail.com
:: Version: 1.0.0
:: Created: 15 Aug 2020
************************************************************
*
*
******* :: INDEX OF RESPONSIVE CSS :: *******
:: 1.0 COMMON CSS
:: 2.0 HEADER AREA CSS
:: 3.0 WELCOME AREA CSS
:: 4.0 PROMO AREA CSS
:: 5.0 CONTENT AREA CSS
:: 6.0 SERVICE AREA CSS
:: 7.0 PRICE PLAN AREA CSS
:: 8.0 FAQ AREA CSS
:: 9.0 REVIEWS AREA CSS
:: 10.0 TEAM AREA CSS
:: 11.0 BREADCRUMB AREA CSS
:: 12.0 BLOG PAGE DETAILS AREA CSS
:: 13.0 CONTACT AREA CSS
:: 14.0 FOOTER AREA CSS
:: 15.0 ERROR AREA CSS
:: 16.0 PREVIEW AREA CSS
****************************** */

/* ******************************
:: 1.0 COMMON CSS
****************************** */
.custom-plan-button {
    padding-top: 5% !important;
}

@media (max-width: 375px) {
    .custom-plan-button {
        padding-top: 15% !important;
    }
}
@media (min-width: 768px) and (max-width: 800px) {
    .custom-plan-button {
        padding-top: 30% !important;
    }
}

@media (min-width: 576px) and (max-width: 1024px) {
    .custom-plan-title {
        padding-bottom: 2% !important;
    }
}
@media (min-width: 1025px) {
    .custom-plan-title {
        padding-bottom: 1% !important;
    }
}

