@media (max-width: 1200px) {
    .social-type-area {
        width: 20% !important;
    }
}

@media (max-width: 767px) {

    input,
    .w60,
    .input-with-btn {
        width: 100% !important;
    }

    .w60-with-btn {
        width: auto !important;
    }

    .social-selector {
        width: 15% !important;
    }

    .social-type-area {
        width: 62% !important;
    }
}

@media (max-width: 768px) {
    .w-30 {
        width: 100% !important;
    }

    .w-50 {
        width: 100% !important;
    }

    input {
        width: 100% !important;
    }

    .input-with-btn {
        width: 100% !important;
    }

    .first-heading {
        font-size: 28px !important;
        align-items: center;
    }

    .h1-txt-mng {
        letter-spacing: 6.5px;
        font-weight: 300;
    }

    .social-selector {
        width: 30% !important;
    }

    .social-type-area {
        width: 50% !important;
    }

    label {
        font-size: 14px;
    }

    .color-scheme-model {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 32px;
    }

    .choose-scheme {
        width: 25px !important;
        height: 25px !important;
    }

    .color-scheme-model img {
        height: 150px;
    }

    .images {
        column-count: 1 !important;
    }

    .grid-2-md-input-btn {
        display: grid;
        grid-template-columns: 1fr 42px;
    }

    .social-links-add .input-group {
        display: grid;
        grid-template-columns: 34% 1fr 44px;
        row-gap: 17px;
    }

    .social-links-add .input-group .social-selector {
        width: 100% !important;
    }

    .social-links-add .input-group input {
        width: 100% !important;
        grid-column: span 2;

    }

    .social-links-add .input-group button.delete-socialLinks {
        grid-column: 3;
    }


}

@media (max-width: 320px) {
    .main-header {
        flex-direction: column;
        gap: 12px;
    }

    .social-type-area {
        width: 20% !important;
    }
}

@media (max-width: 274px) {
    .w60-with-btn {
        width: 75% !important;
    }
}