@media screen and (min-width: 1199px ) and (max-width: 1399px) {
    .ProfessionalButton button {
        border: 1px solid #3C3C3C;
        padding: 8px 47px;
        font-size: 12px;
        font-weight: 700;
        border-radius: 11px;
        background: #000000;
        color: #FFFFFF;
    }
}
@media screen and (min-width: 992px ) and (max-width: 1199px) {
    .ProfessionalButton button {
        padding: 8px 47px;
    }
    .foreverfreeButton button {
        padding: 8px 46px;
    }
}

@media screen and (min-width: 768px ) and (max-width: 991px) {
    .ProfessionalButton button {
        padding: 8px 14px;
    }
    .foreverfreeButton button {
        padding: 8px 14px;
    }
    .Professionaltools ul li p {
        font-size: 10px;
       
    }
    .tools ul li p {
        font-size: 10px;
       
    }
    .Professionalintegration ul li p {
        font-size: 11px;
    }
    .integration ul li p {
        font-size: 11px;
    }
    .fastEmailCheckerHeader h2 {
        font-size: 25px;
    }
    label.accordion-label span {
        padding: 29px 30px;
    }
    .testomonial_header h2 {
        padding: 80px 27px;
    }
    .formheader h1 {
        font-size: 30px;
       
    }
    .whatvalidHeader h2 {
        font-size: 30px;
    }
    .emailverificationisnothardHeader h2 {
        font-size: 30px;
        
    }
    .frequentlyAskedQuestionHeader h2 {
        font-size: 30px;
    }
    .accordion-label {
        font-size: 14px;
    }
    .newslaterHeader h2 {
        font-size: 30px;
        padding: 0px;
    }
    .newslaterinputWrapper {
        padding: 47px 9px 0px 72px;
    }
    .subsCribeInput input {
        width: 100%;
        height: 55px;
        border-radius: 11px;
        padding: 10px 132px 10px 9px;
    }
    .footerDetails p {
        font-size: 14px;
        font-family: 'Roboto';
        font-weight: 500;
        line-height: 20px;
        padding-top: 0px;
        color: #606060;
    }
}
@media screen and (min-width: 300px ) and (max-width: 576px) {
    .foreverfree {
        margin-top: 16px;
    }
    .Professional {
       margin-top: 10px;
    }
}

@media screen and (min-width: 300px ) and (max-width: 767px) {
    .banner{
        margin-top: 110px;
    }
    .logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header h3 {
        text-align: center;
    }
    ul.footerItem {
        text-align: center;
    }
    .formheader h1 {
        font-size: 30px;
    }
    .bannerForm {
        position: relative;
        margin-bottom: 20px;
    }
    .whatvalidHeader h2 {
        font-size: 30px;
        text-align: center;
    }
    .whatvalidSubheader p {
        font-size: 14px;
        text-align: center;
    }
    .viewPlan {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
    }
    .fastEmailCheckerHeader h2 {
        font-size: 25px;
        font-family: 'Roboto';
        font-weight: 900;
        margin-bottom: 26px;
        text-align: center;
    }
    .fastEmailCheckerSubheader p {
        font-size: 16px;
        font-family: 'Roboto';
        font-weight: 400;
        color: #606060;
        line-height: 25px;
        text-align: center;
    }
    .emailverificationisnothardHeader h2 {
        text-align: center;
        font-size: 30px;
        font-family: 'Roboto';
        font-weight: 900;
    }
    .frequentlyAskedQuestionHeader h2 {
        text-align: center;
        font-family: 'Roboto';
        font-weight: 900;
        font-size: 30px;
    }
    .accordion-label {
        -webkit-box-pack: justify;
        justify-content: space-between;
        font-weight: bold;
        cursor: pointer;
        font-size: 13px;
        display: flex;
        align-items: center;
        color: rgb(0, 0, 0);
        padding-left: 21px;
        border: 1px solid rgb(141, 199, 63);
        border-radius: 11px 0px 0px 11px;
    }
    .accordion-content p {
        margin: 0;
        color: #3C3C3C;
        font-size: 15px;
    }
    .testomonial_header h2 {
        text-align: center;
        padding: 80px 20px;
        font-size: 22px;
    }
    .newslaterHeader h2 {
        color: #ffff;
        font-size: 30px;
        font-family: roboto;
        font-weight: 900;
    }
    .subsCribeInput input {
        width: 100%;
        height: 55px;
        border-radius: 11px;
        padding: 10px 132px 10px 10px;
    }
    .newslaterinputWrapper {
        padding: 21px 9px 0px 3px;
    }
    .bannerbg {
        background-image: url(../images/bannerbgimage.png);
        display: flex;
        padding-left: 10px;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: contain;
    }
}