@media screen and (max-width:641px) {
    :root {
        --primarycolorfg: black;
        --primarycolorbg: #ddd;

        --primarycolorfghover: white;
        --primarycolorbghover: rgb(47 132 206);

        --dropdowncontenttop: 75px;

    }
    .main_contactus .form button {
        padding: 0px;
        width: 50% !important;
        position: relative !important;
        left: 25% !important;
    }
    .responsive-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main-header {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 80px;
        /* background: #ddd; */
        z-index: 2;
    }

    .justify-content-end {
        display: flex;
        justify-content: flex-end;
    }

    .footer-innercircle {
        position: relative !important;
        border: 6px solid blue !important;
        border-radius: 76% !important;
        width: 362px !important;
        height: 143px !important;
        left: 3px !important;
        top: 2px !important;
    }

    .small_img {
        max-width: 95% !important;
        height: 73px !important;
        margin-bottom: 14px;
    }

    .large_img {
        max-width: 170% !important;
        height: 71px !important;
        margin-bottom: 20px !important;
        margin-left: 0px !important;
    }

    .header_strip {
        top: 7px !important;
        left: 5px !important;
    }

    .text-footercircle {
        color: red;
        font-size: 12px !important;
        font-weight: 700;
    }

    header {
        height: 63px;
        background: var(--primarycolorbg);
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 2;
    }

    .strip-loginbtn {
        position: relative;
        right: 15px;
        display: inline-block;
        font-weight: 400;
        line-height: 1.5;

        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;

        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-size: 1rem;
        border-radius: 2.25rem;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    }

    .dropdown_grid {
        display: flex;
        justify-content: space-between;
        background-color: #5270b4;
        position: inherit;
    }

    .vertical-tripledot,
    .hidden-buttons {
        display: none !important;
    }

    .circular-image {
        --s: 0px !important;
        --b: 0px !important;
        --g: 0px !important;
        /* --c: #4ECDC4; */
        /* width: var(--s); */
        /* aspect-ratio: 1; */
        /* outline: calc(var(--s)/2) solid #0009; */
        /* outline-offset: calc(var(--s)/-2); */
        cursor: pointer;
        transition: 0s !important;
    }

    ul {
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
    }

    .navbar {
        display: flex !important;
        justify-content: space-between !important;
        background-color: #f1f1f1 !important;
        padding-right: 0px !important;
        flex-direction: column !important;
    }
    .waviy span{
        animation: none !important;
       
    }
    /* Default styles for desktop */
    .arrow.left-button {
        background-color: aqua;
        position: absolute;
        left: 13%;
        display: none;
    }

    .arrow.right-button {
        background-color: aqua;
        position: absolute;
        right: 13%;
        display: none;
    }
    .dropdown-content {
        display: none;
        position: absolute;
        right: 0px;
        top: var(--dropdowncontenttop);
        width: 100%;
        padding: 8px;
        background-color: #f9f9f9;
        box-shadow: 0 2px 5px rgb(141 29 29 / 15%);
        z-index: 1;
    }


    .dropbtn {
        /* background-color: #04AA6D; */
        color: #686868;
        background: none;
        padding: 7px;
        font-size: 18px;
        border: none;
    }


    .dropdown_grid.active .dropdown-content {
        display: block;
    }

    .dropdown {
        display: block;
        /* padding: 5px 0; */
    }

    .arrow.left {
        display: none;
    }

    .arrow.right {
        display: none;
    }

    .hamburger-icon {
        width: 19px;
        height: 16px;
        background-color: #5270B4;
        position: relative;
        top: -7px;
        cursor: pointer;
    }

    .hamburger-icon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #fff;
        transition: background 0.3s ease;
    }

    .hamburger-icon span:nth-child(2) {
        top: calc(50% - 1px);
        /* Adjusted to vertically center the second line */
    }

    .hamburger-icon span:nth-child(3) {
        bottom: 0;
    }

    .dropdown_grid.active .hamburger-icon span:nth-child(1) {
        transform: rotate(45deg) translateY(-50%);
        /* Added translateY to center the first line */
        top: 50%;
    }

    .dropdown_grid.active .hamburger-icon span:nth-child(2) {
        background: transparent;
    }

    .dropdown_grid.active .hamburger-icon span:nth-child(3) {
        transform: rotate(-45deg) translateY(50%);
        /* Added translateY to center the third line */
        bottom: 50%;
    }

    button {
        background-color: var(--primarycolorbg);
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        display: block;
        width: 100%;

    }

    button:hover {
        color: var(--primarycolorfghover);
        background-color: var(--primarycolorbghover);
    }




    /* .sub_header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px;
    } */

    .headerlogo {
        height: 50px;
        width: 100px;
    }

    /* css from main */

    :root {
        --bodyfontsize: 1rem;
        --bodycolor: #212529;
    }

    html {
        font-family: sans-serif;
        line-height: 1.15;
        /* -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: transparent; */
    }

    .container-fluid {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .container {
        width: 98%;
        margin-left: auto;
        margin-right: auto;
    }


    body {
        margin: 2px;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: var(--bodyfontsize);
        font-weight: 400;
        line-height: 1.5;
        color: var(--bodycolor);
        text-align: left;
        background-color: #fff;
    }

    /* .row::after {
        content: "";
        width: 100%;
        clear: both;
        display: table;
    } */

    .banner_grid1 {
        height: 45px;
        line-height: 45px;
        padding: 0px 20px;
        border-radius: 7px;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align: center;
        background: #bd1e2c;
        border: 1px solid #bd1e2c;
        color: #fff;
        margin-bottom: 4px;
    }

    [type=button],
    [type=reset],
    [type=submit],
    button {
        -webkit-appearance: button;
    }

    button,
    input {
        overflow: visible;
    }


    .img-fluid {
        max-width: 100%;
        height: auto;
    }

    /* 
    .main {
        margin-top: 78px;
    } */

    /* css from footer */


    .footericons>i {
        padding-left: 10px;
    }

    .footerlogo {
        height: 40px;
        width: 60px;
    }

    .col-inline {
        display: flex;
        flex-direction: column;

    }

    .copyright {
        font-size: 0.8rem;
    }

    .copyright>p>span {
        color: maroon;
    }

    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;

    }

    /* css for candidate & employer */
    .justify-content-center {
        justify-content: center !important;
    }

    .col {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }

    /* .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    } */

    .row {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        /* margin-top: calc(var(--bs-gutter-y) * -1);
            margin-right: calc(var(--bs-gutter-x) * -.5);
            margin-left: calc(var(--bs-gutter-x) * -.5); */
    }

    .form-group {
        margin-bottom: 1rem;
    }

    .form-control {
        display: block;
        width: 100%;
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    button,
    input,
    optgroup,
    select,
    textarea {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }

    *,
    ::after,
    ::before {
        box-sizing: border-box;
    }

    p {
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    }

    .custom-input {
        background-color: #ddd;
    }

    .btn {
        display: inline-block;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-size: 1rem;
        border-radius: .25rem;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    .btn-primary {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    [type=button],
    [type=reset],
    [type=submit],
    button {
        -webkit-appearance: button;
    }

    button,
    select {
        text-transform: none;
    }

    .form-inline .form-group {
        /* display: inline-block; */
        /* margin-bottom: 0; */
        vertical-align: middle;
    }

}