@media screen and (min-width:200px) and (max-width:683px) {
    body {
        font-size: 90%;
    }


    .container {
        width: 85%;
    }



    ul.sub {

        padding: 0 0 0 20px;
    }

    .mobile-only {
        display: block;
        background-color: var(--text-color);
    }


    .menu-toggle {
        color: #000;
        width: 20px;
    }

    .flex {
        display: flex;
        flex-wrap: wrap
    }

    .contact-link ul li a {
        color: var(--white-color);
        font-size: 1em;
    }

    .first-accordian {
        background-attachment: scroll;
    }

    .contact-link ul li img {
        margin: 0 10px 0 0;
        border: 1px solid var(--goldcolor);
        padding: 4px;
        border-radius: 100%;
        width: 20px;
        height: 20px;
    }

    .contact-link ul {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 0;
    }

    .contact-link ul li {
        padding: 0 15px 0 0;
    }

    .logo {
        width: 50%;
    }

    .header.bgcolor .logo {
        width: 50%;
    }

    .header.bgcolor header {
        padding: 10px 0;
    }

    .flex {
        flex-wrap: wrap;
    }


    .logo img {
        max-width: 100%;
    }

    .header.bgcolor .logo img {
        max-width: 100%;
    }

    h1 {
        font-size: 3em;
    }

    .bottom-wrapper {
        margin: 40px 0 0 0;
    }

    .header-btn {
        display: none;
    }

    p {
        line-height: 1.4;
    }



    .two-sec .left {
        width: 100%;
    }

    .banner {
        margin: 108px 0 0 0;

    }

    header {
        padding: 10px 0;
    }

    h2 {
        font-size: 1.8em;
    }

    .two-sec .right {
        width: 100%;
    }

    input[type="text"],
    input[type="password"],
    input[type="date"],
    input[type="datetime"],
    input[type="email"],
    input[type="number"],
    input[type="search"],
    input[type="tel"],
    input[type="time"],
    input[type="url"],
    textarea,
    select {
        font-size: 0.9em;
    }

    .two-sec .flex {
        gap: 20px;
    }

    .two-sec {
        padding: 50px 0;
    }

    h3 {
        font-size: 2em;
    }

    .first-accordian {
        padding: 50px 0;
    }

    .accordion-content {
        line-height: 1.4;
    }

    .btn-set {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
    }

    .btn-text strong {
        font-size: 1.8em;
        text-align: center;
    }

    .accordion-heading::after {
        content: counter(accordion-heading);
        position: absolute;
        left: 16px;
        right: 0;
        width: 25px;
        height: 25px;
        background-color: #C2C2C2;
        color: var(--white-color);
        border-radius: 50%;
        font-size: 12px;
        display: flex;
        top: 18px;
        justify-content: center;
        align-items: center;
    }

    .accordion-heading::before {
        content: "+";
        vertical-align: middle;
        display: inline-block;
        float: right;
        transform: rotate(0);
        transition: all 0.5s;
        margin-top: 0;
        font-size: 1.8em;
        font-weight: 200;
        color: var(--primary-color);
        top: 10px;
        position: absolute;
        right: 10px;
    }

    .btn-set a.btn {
        margin: 0 0 10px 0;
        padding: 20px 32px;
        width: 100%;
    }

    .btn-text {
        margin: 0 0 0 0;
    }

    .icon-sec {
        padding: 50px 0;
    }
    li.mobile-no {
        display: none;
    }
    .icon-set {
        width: 100%;
    }

    .icon-block .flex {
        gap: 30px;
    }

    .icon-set img {
        width: 50px;
        height: 50px;
    }
    .other-services .flex {
        flex-wrap: wrap;
    }
    .team-sec {
        padding: 100px 0 50px 0;
    }
    .other-services .left {
        width: 100%;
    }
    .other-services .right ul li {
        font-size: 1.2em;
    }
    .other-services .right ul {
    display: flex;
    padding: 20px 0 0 0;
        align-items: center;
}
    .other-services .right {
    width: 100%;
}
    .icv-block .right {
        width: 100%;
    }

    .icv-block .flex {
        gap: 20px;
        align-items: center;
        justify-content: center;
        align-content: center;
        text-align: center;
    }

    .icv-block .right h3 {
        font-size: 2em;
    }

    .icv-block .right a.btn {
        margin: 10px 0 0 0;
        padding: 15px 30px;
    }

    .team-set {
        width: 100%;
        padding: 50px 0;
    }

    .footer .left {
        width: 100%;
        border: 0;
    }

    .footer .right {
        width: 100%;
        padding: 20px 0 0 30px;
    }

    .footer .right .flex {
        justify-content: flex-start;
        gap: 25px;
    }

    .address-set {
        width: 100%;
        padding: 0 5% 0 0;
    }

    .header-contact {
        display: none;
    }
}

@media screen and (min-width:684px) and (max-width:1024px) {
    body {
        font-size: 85%;
    }



    .container {
        width: 90%;
    }

    header {
        padding: 30px 0 0 0;
    }

    .contact-link ul li a {
        white-space: nowrap;
    }

    .header header nav li ul li a {
        padding: 0;
    }

    ul.sub {

        padding: 10px 0;
    }

    .flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    h1 {
        font-size: 4em;
    }

    .two-sec .left {
        width: 100%;
    }

    .two-sec .right {
        width: 100%;
    }

    .two-sec .flex {
        gap: 20px;
        justify-content: space-between;
    }

    .icv-block .left {
        width: 30%;
    }


}

@media screen and (min-width:1024px) and (max-width:1550px) {

    body {
        font-size: 90%;
    }
    
    .banner { 
    padding: 70px 0;
}

}