@media(min-width:1200px) {
	.container {
		max-width: 1200px;
		width: 100%;
	}
}
@media (max-width: 1599px) {
    .subscription-section {
        padding: 80px 0;
    }
}
@media (max-width: 1199px) {
    .subscription-title {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    :root {
        --fs-30: 28px;
    }
    .site-branding {
        max-width: 100%;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }
    .site-branding a img {
        width: 100%;
    }
    .mobile-toggle {
        display: block;
    }
    .main-navigation {
        display: none;
        width: 100%;
    }
    .header-box {
        flex-direction: column;
        align-items: start;
        gap: 24px;
    }
    .main-navigation .menu-list {
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }
    .site-header li::after {
        content: none;
    }
    .site-header .main-btn {
        margin-top: 20px;
    }
    .login-process-poup.register {
        max-width: 700px;
    }
    .login-process-poup {
        top: 20px;
        right: 20px;
    }

    .subscription-section {
        padding: 60px 0;
    }   
    .subscription-title {
        font-size: 32px;
    }
    .plan-rate {
        font-size: 32px;
    }
    .profile-section {
        padding: 60px 0;
    }
}
@media (max-width: 767px) {
    :root {
        --fs-30: 26px;
    }
    .login-process-poup.register {
        max-width: 500px;
    }
    .input-full-details {
        flex-direction: column;
        gap: 0;
    }
    .contact-wrapper {
        flex-direction: column;
    }
    .contact-form, .contact-info {
        width: 100%;
    }
    .contact-wrapper {
        padding: 25px;
    }
}
@media (max-width: 575px) {  
    :root {
        --fs-30: 24px;
    }
    .color-selector-grid input[type="button"] {
        font-size: 14px;
        padding: 4px 10px;
        height: auto;
    }
    .action-buttons input[type="button"] {
        font-size: 14px;
    }
    .panel {
        padding: 20px 10px;
    }
    .login-process-poup {
        top: 15px;
        right: 0px;
        max-width: 95%;
        left: 0px;
        margin: 0 auto;
    }
    .login-process-poup.register {
        max-width: 95%;
    }
    .login-signup {
        max-width: 95%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .subscription-title {
        font-size: 28px;
    }
    .subscription-subtitle {
        font-size: 16px;
    }

    .profile-section {
        padding: 40px 0;
    }
}
@media (max-width: 428px) {
    .hamburger {
        transform: translateY(-4px);
    }
    .hamburger, .hamburger-one:before, .hamburger-one:after {
        height: 2px;
    }
    .hamburger:before {
        top: -10px;
    }
    .hamburger:after {
        top: 10px;
    }
    .color-selector-grid input[type="button"] {
        font-size: 14px;
    }
    .panel-title {
        font-size: 16px;
    }
    #myBtn {
        right: 20px;
    }

    .subscription-title {
        font-size: 24px;
    }
}