@media (min-width: 992px) and (max-width: 1199px) {
    .button-modal {
        width: 375px;
    }
}
@media (min-width: 992px) {
    #guidelpm .modal-dialog {
        width: 800px;
        margin: 130px auto;
    }
    .form-control {
        height: 52px;
    }
    #guidelpm .guidelpm-submit {
        width: 100%;
        height: 52px;
        margin-top: 15px;
        margin-left: 0;
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .form-control {
        height: 52px;
    }
    #guidelpm .guidelpm-submit {
        width: 100%;
        height: 52px;
        margin-top: 15px;
        margin-left: 0;
        margin-bottom: 40px;
    }
    .button-modal {
        width: 375px;
    }
    .powerful-guide .container::before {
        right: -235px;
        height: 385px;
    }
    .powerful-guide.guidelpm2 .container::before {
        right: -230px;
        height: 400px;
    }
    .guidelpm .container::before,
    .guidelpm1 .container::before {
        height: 330px;
    }
    .guidelpm .container::before,
    .guidelpm1 .container::before,
    .guidelpm2 .container::before {
        top: 173px;
    }

    .powerful-guide ul {
        margin-left: 40px;
    }

}

@media (max-width: 991px) {
    .powerful h1 br {
        display: none;
    }
}

@media (max-width: 767px) {
    .powerful h1 {
        font-size: 20px;
        text-align: center;
    }
    .powerful-guide .text-large {
        font-size: 18px;
    }
    .stats-guide b {
        font-size: 16px;
    }
    .stats-guide {
        font-size: 14px;
    }
    .modal-header {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .modal-header h4.modal-title {
        font-size: 18px;
        text-align: center;
    }
    .modal-body h4 {
        font-size: 16px;
        text-align: center;
        margin-bottom: 25px;
        line-height: 24px;
    }
    .form-control {
        height: 46px;
    }
    #guidelpm .guidelpm-submit {
        width: 100%;
        height: 46px;
        margin-top: 15px;
        margin-left: 0;
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 40px;
    }
    .button-modal {
        font-size: 16px;
        width: 100%;
    }
	
	.flex_footer_bottom {
		justify-content: center;
	}
    .powerful-guide .container::before {
        display: none;
    }
    .you-ready .btns-plate .btn-large {
        font-size: 16px;
    }
    .reviews .card-columns .card:nth-child(5),
    .reviews .card-columns .card:nth-child(6) {
        display: none;
    }
}

@media (max-width: 575px) {
    .reviews .card-columns .card:nth-child(4) {
        display: none;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .modal-dialog {
        max-width: 80%;
        margin: auto;
    }
}

