body {
    margin: auto;
    padding: auto;
    overflow-x: hidden;
}

.body-container {
    min-height: calc(90vh);
}

.whiteBg {
    background-color: #fff;
}

.float-right {
    float: right;
}

.center {
    margin: auto;
    text-align: center;
    padding: 0;
}

.secondry-color {
    color: #f4bf4e;
}

.margin-t-5 {
    margin-top: 5px;
}

.margin-t-10 {
    margin-top: 10px;
}

.margin-t-15 {
    margin-top: 15px;
}

.active {
    color: #fff;
    background-color: #cd6688;
    border-radius: 25px;
    padding: 2px 12px;
}

.width-25 {
    width: 25% !important;
}

.main-section {
    height: 35px;
    width: 100%;
}

.size-pad {
    padding-right: 2vw;
}

.top-ribbon {
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
}

.offwhite-back {
    background-color: whitesmoke;
}

    .offwhite-back:hover {
        background-color: #d4d2d2;
    }

.lang-change {
    background-color: yellow;
    color: #000;
}

.dark-mode {
    color: #fff;
    background-color: #000;
}

.light-mode {
    color: #000;
    background-color: #fff;
}

.right-brdr-blk {
    border-right: 1px solid black;
}


.header-section {
    background-color: #461959;
    /* color: #f4bf4e; */
}

.header-logo img {
    padding-left: 10px;
}


.heading {
    margin: 1% 0px;
}

.e-panijyan-heading {
    font-size: 30px;
    font-weight: 600;
}

.main-heading {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.main-sub-heading {
    font-size: 18px;
    color: #e5e5e5;
}


.search-input {
    background-color: #461959;
    color: #F4BF4E;
    border: none;
    padding-left: 10px;
    width: 90%;
    font-size: 14px;
}

    .search-input::placeholder {
        color: #F4BF4E;
        font-size: 14px;
        font-style: italic;
    }

    .search-input:hover {
        border: none;
    }

    .search-input:focus {
        border: none;
        outline: none;
    }

.header-logo-search {
    border: 1.5px solid #F4BF4E;
    font-size: 15px;
    border-radius: 10px !important;
    max-height: 38px !important;
    margin-top: 3% !important;
    padding: 5px 9px;
}



/* .nav-section  */
.nav-bar, .citizen-nav-bar, .refund-nav-bar {
    background-color: #fff;
    color: #CD6688;
    width: 100%;
    justify-content: center;
    padding: 8px 12px;
    margin: 0;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 0.8rem;
    font-weight: 500;
    border-bottom: 2.5px solid #CD6688;
}

    .nav-bar ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        font-size: 18px;
    }

        .nav-bar ul li {
            margin-right: 10px;
            cursor: pointer;
            flex: 1 1 auto;
            text-align: center;
        }

            .nav-bar ul li:last-child {
                margin-left: auto;
                margin-right: 10px;
                flex: 0 1 auto;
            }

/* .card-section  */
.back-img {
    position: relative;
    background-image: url("img/notes.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    .back-img::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(219, 70, 219, 0.4);
        backdrop-filter: blur(2px);
        z-index: 1;
    }

    .back-img > * {
        position: relative;
        z-index: 2;
    }

.cards {
    color: #cd6688;
    width: 100%;
    justify-content: center;
    margin: 5px 0%;
    padding: 5px 3%;
    border-radius: 10px;
    text-wrap: wrap;
    word-break: keep-all;
}

.card-design {
    color: #fff;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover, 90px 90px;
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
    .count

{
    font-size: 26px;
    font-weight: 600;
}

.fy-growth {
    color: #b0ffa4;
}

}

.registrations {
    background-image: linear-gradient(to left, rgba(105, 37, 95, 0.78), rgba(179, 75, 140, 1)), url("img/registration_tile_logo.svg");
    cursor: pointer;
}


.revenue {
    background-image: linear-gradient(to left, rgba(105, 37, 95, 0.78), rgba(179, 75, 140, 1)), url("img/revenue_tile_logo.svg");
}

.rebate {
    background-image: linear-gradient(to left, rgba(105, 37, 95, 0.78), rgba(179, 75, 140, 1)), url("img/rebates_tile_logo.svg");
}

.stamp {
    background-image: linear-gradient(to left, rgba(105, 37, 95, 0.78), rgba(179, 75, 140, 1)), url("img/stamp_duty_tile_logo.svg");
}

.login {
    background-color: #cd6688;
}

.login-tile {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 5px;
    padding: 0px 2px;
    text-align: center;
    cursor: pointer;
}

.active-user {
    background-color: #fff;
    color: rgba(86, 26, 77, 0.78);
    font-weight: 600;
    /* border: 1px solid rgba(86, 26, 77, 0.78); */
}

.login-input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    height: 30px;
}

    .login-input::placeholder {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-style: italic;
    }

    .login-input:hover {
        border: none;
        border-bottom: 2px solid rgb(255, 255, 255);
    }

    .login-input:focus {
        border: none;
        border-bottom: 2px solid rgb(255, 255, 255);
        outline: none;
    }

.login-arrow {
    background-color: #fff;
    padding: 0px 6px 0px;
    margin-left: 1vw;
    border-radius: 100%;
    color: #000;
    text-align: center;
    justify-content: center;
    max-width: 30px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}


/* style for hover section */

.rebates-card,
.revenue-card,
.registrtion-card,
.mutation-card {
    width: 100%;
    display: none;
    margin: 10px;
    font-size: 0.9rem;
    cursor: pointer;
}

.card-design-rebate {
    background-image: linear-gradient(to left, rgba(105, 37, 95, 0.78), rgba(179, 75, 140, 1)), url(img/rebates_tile_logo.svg);
    color: #fff;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover, 90px 90px;
    height: 175px;
    padding: 10px;
    border-radius: 10px;
}

.dashed-brdr {
    border-right: 1px dashed white;
}

.left-pad-2 {
    padding-left: 2.4vw;
}

.left-pad-1 {
    padding-left: 1vw;
}

.font-8rem {
    font-size: 0.8rem;
}

.rips-style {
    justify-content: center;
    margin-bottom: 4%;
}

.rev-style {
    justify-content: center;
    margin-bottom: 2%;
}

.para-brdr {
    border: 1.5px solid #fff;
    padding: 0.1vh 1vw;
    border-radius: 5px;
    margin: 1vh;
    font-size: 0.85rem;
}

.font-73rem {
    font-size: 0.73rem;
}

.inner-tile-color {
    color: #F4BF4E;
}

.single-tile-font {
    font-size: 1.1rem;
}

.hyphen-color {
    color: #fff;
}

.pad-left-right-zero {
    padding-right: 2px !important;
}

.justify-center {
    justify-content: center;
}

.mgbt5 {
    margin-bottom: 5%;
}

.mgt1 {
    margin-top: 1vh;
}



.service-div {
    background-color: #FEF3EB;
    position: relative;
    background-image: url('img/reg_back_img.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}

/* Service Section */
.reg-head {
    text-align: center;
    justify-content: center;
    color: #7A316F;
    width: 100%;
}

    .reg-head h3 {
        font-size: 26px;
        font-weight: 530;
        margin: 4vh 0;
        text-align: center;
        justify-content: center;
    }

.stepsContainer {
    display: flex;
    width: 82vw;
    margin-left: 9vw;
    margin-right: 9vw;
    margin-bottom: 20px;
}

.stepCircle {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: purple;
    text-align: center;
    line-height: 40px;
    color: #000;
    font-weight: 500;
    font-family: helvetica;
    border: 1px solid #7a3165;
}

.stepCircleCompleted {
    color: #fff;
}

.stepConectorPiece {
    height: 1.2vh;
    background: transparent;
    border: 1px solid #7a3165;
    flex: 1;
    margin-top: 17px;
    border-radius: 1px;
}

.service-content {
    background-color: transparent;
    width: 96%;
    margin: 25px;
    padding: 15px;
    border-radius: 5px;
}

.container-services {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.card-services {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 20px 20px 20px 20px;
    width: 16%;
    position: relative;
    transition: all 0.3s ease;
}

    .card-services h3 {
        margin-top: 40px;
        font-size: 1rem;
        color: #461959;
        transition: color 0.3s ease;
    }

    .card-services h4 {
        font-size: 0.9rem;
        color: #461959;
        margin-bottom: 1px !important;
        transition: color 0.3s ease;
    }

.icon-services {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 8px solid #A54596;
    background-color: #461959;
}

    .icon-services img {
        width: 40px;
        height: 40px;
    }

.hover-reg-cycle-img {
    display: none;
}

.card-services:hover {
    background-color: #461959;
    color: #F4BF4E;
    padding-top: 60px;
    width: 17.6%;
    cursor: pointer;
    .service-sml-cards

{
    color: #fff;
    border: 1px solid #fff;
}

.icon-services {
    top: 20px;
    background-color: #461959;
    border: 8px solid #fff;
}

.reg-cycle-img {
    display: none;
}

.hover-reg-cycle-img {
    display: inline-block;
}

.hover-sml-tile {
    display: none;
}

.hover-white-sml-tile {
    display: inline-block;
}

.service-sml-cards {
    font-size: 0.72rem;
    ;
}

}

.content-services a {
    display: block;
    font-size: 14px;
    color: #0056b3;
    text-decoration: none;
    margin: 5px 0;
    transition: color 0.3s ease;
}

    .content-services a:hover {
        text-decoration: underline;
    }

.card-services:hover h3,
.card-services:hover h4,
.card-services:hover .content-services a {
    color: #F4BF4E;
}

.sml-pad {
    padding-bottom: 4px;
}

.service-sml-cards {
    font-size: 1rem;
    width: 44%;
    margin: 1px 4.6px;
    padding: 5px 0px !important;
    border: 1px solid;
    border-radius: 8px;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    /* height: 4.5vh; */
}

    .service-sml-cards:hover {
        color: purple !important;
        background-color: #fff;
        .hover-sml-tile

{
    display: inline-block;
}

.hover-white-sml-tile {
    display: none;
}

}

.min-cards {
    width: 70%;
    margin: auto;
    justify-content: center;
    text-align: center;
}

.service-logos {
    margin: auto;
    padding: auto;
    text-align: center;
    justify-content: center;
    width: 15%;
}

.service-logos-full {
    margin: 0;
    padding: 0;
    width: 10%;
}

.hover-white-sml-tile {
    display: none;
}


/*  Offices & Contacts Section */

.padding-left {
    padding-left: 4vw;
}

.office-section {
    margin-top: 3vh;
    background-color: #fff;
    padding-top: 3vh;
    padding-bottom: 8vh;
    width: 100%;
}

.office-head {
    font-weight: 600;
    color: #7A316F;
    font-size: 2.3rem;
}

.imp-link-head {
    padding-left: 0px;
}

.office-tagline {
    padding-left: 1vw;
    color: #9E9E9E;
    font-size: 0.9rem;
}

.location-link {
    color: #CD6688;
}

.location-logo-size {
    width: 10%;
}

a {
    cursor: pointer;
}

.office-card {
    min-height: 30vh;
    max-height: fit-content;
    box-shadow: 0 30px 20px rgba(149, 104, 149, 0.5);
    /* box-shadow: 0 30px 20px #7A316F;
        opacity: 0.2; */
    /* border-top-right-radius: 15%;
        border-bottom-left-radius: 15%; */
    border-radius: 10PX;
    color: #3d313c;
    /* width: 10% !important; */
    margin: 4vh 1.5vw 4vh 1.5vw;
    box-sizing: border-box;
    border: 2px solid #7A316F;
}

.office-card-img {
    height: 6vh;
    margin: 1.5vh 0;
}

.office-card-count {
    color: #461959;
    font-size: 30px;
    font-weight: 600;
    padding: 2px 0;
}

.office-card-content {
    padding-left: 1vw;
    color: #7A316F;
}

.office-card-content-text {
    font-weight: 500;
}

.office-card-content a {
    color: #CD6688;
}

.office-card-content-link {
    width: 63%;
    margin-left: auto;
    padding-bottom: 1vh;
    color: #CD6688;
    font-size: 0.8rem;
}

.important-links {
    background-color: #fff;
    border-radius: 8px;
    width: 85%;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 7vh 3vw 1vh 3vw;
    position: relative;
    overflow: hidden;
    height: 25vh;
    border: 2px solid #7A316F;
}

    .important-links::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle, rgba(193, 125, 125, 0.2), rgba(122, 72, 72, 0));
        z-index: 0;
    }

.marquee {
    height: 22vh;
    overflow: hidden;
    position: relative;
}

    .marquee ul {
        list-style: none;
        padding: 0;
        margin: 0;
        position: absolute;
        width: 100%;
        animation: marquee 19s linear infinite;
    }

    .marquee li {
        padding: 10px 0;
        text-align: left;
        position: relative;
        z-index: 1;
    }

    .marquee a {
        color: #7A316F;
        font-weight: 500;
        position: relative;
        text-decoration: underline;
    }

.new-flag {
    background-color: #ff0000;
    color: #fff;
    font-size: 10px;
    padding: 1px 6px;
    border-radius: 3px;
    position: absolute;
    top: 0vh;
    right: -4vw;
    transform: rotate(0deg);
    animation: zoom 1.5s infinite;
    z-index: 2;
}

@keyframes marquee {
    0% {
        top: 100%;
    }

    100% {
        top: -100%;
    }
}

@keyframes zoom {

    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

/* External Link */
.external-link-section {
    background-color: #FFF6F0;
    border-radius: 9px;
    padding: 0px 2vw;
}

.external-links-head {
    text-align: center;
    color: #7A316F;
    width: 100%;
    justify-content: center;
    box-shadow: 0 -2px 2px -2px rgba(41, 41, 41, 0.3);
}

    .external-links-head h3 {
        font-size: 30px;
        font-weight: 540;
        margin: 4vh 0;
    }

.links-cards {
    max-width: 28%;
    min-height: 34vh;
    box-sizing: border-box;
    border: 1px solid rgb(202, 201, 201);
    border-radius: 5px;
    margin: 4vh 2.5vw;
    color: #7A316F;
    padding: 10px 15px;
    box-shadow: 0 15px 40px rgba(235, 234, 235, 0.5);
}

.external-links-logo {
    /*width: 70%;*/
    padding: 3px 2px 2vh 2vw;
}

.external-links-sml-head {
    margin-bottom: 1vh;
}

.external-links-url-logo {
    width: 100%;
    margin-top: 10px;
}

.external-links-url-img {
    padding-top: 11px;
    width: 15px;
}

.external_content {
    color: gray;
    padding: 0px 2vw;
    text-align: justify;
    font-size: 0.9rem;
    height: 100px;
    overflow: auto;
}

.left-pad {
    padding-left: 2vw;
}

.external-links-url {
    padding-top: 10px;
    margin-left: -1vw;
}


/* Stamp Section Style */
.stamp-section {
    background-color: #622e79;
    color: #fff;
    /* width: 96%; */
    margin: 25px;
    padding: 10vh 3vw;
    border-radius: 13px;
}

.stamp-head {
    font-size: 40px;
    font-weight: 500;
    color: #F4BF4E;
}

.center-stamp {
    justify-content: center;
}

.stamp-links {
    border: 2px solid #fff;
    border-radius: 8px;
    box-sizing: border-box;
    margin: 4px 8px;
    padding: 4px;
    min-height: 10vh;
    text-align: center;
    min-width: 7vw;
    position: relative;
}

    .stamp-links .hover-img {
        display: none;
    }

    .stamp-links:hover {
        background-color: #fff;
        color: #781c69;
        cursor: pointer;
        .stamp-links-logo

{
    display: none;
}

.hover-img {
    display: inline-block;
    text-align: center !important;
    justify-content: center !important;
}

}

.stamp-links-logo {
    width: 35%;
}

.other-sites-head {
    font-size: 0.8rem;
    padding-top: 1vh;
}

.active-stamp {
    background-color: #ffffff;
    color: #461959;
    font-weight: 500;
}

.stamp-list-data {
    padding-top: 3vh;
}

.stamp-list li {
    padding-top: 0.2vh;
    font-size: 15px;
}

.stamp-login {
    margin-bottom: 2vh;
}

.stamp-input {
    border: 2px solid #fff;
    border-radius: 5px;
    outline: none;
    background: transparent;
    width: 30vw;
    padding: 8px 15px;
    margin-bottom: 1vh;
    color: #e1dede;
    height: 6vh;
}

    .stamp-input::placeholder {
        color: #e1dede;
    }

.btn-stamp {
    background-color: #fff;
    color: #7A316F;
    padding: 6px 20px;
    box-sizing: border-box;
    /* margin-left: 12vw; */
    border-radius: 10px;
    font-weight: 500;
}


/* About Us Section Style */
.about-section {
    padding: 5px;
}

.about-header {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    background-image: url('img/aboutUsBackLogo.svg');
    display: flex;
}

    .about-header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(71, 4, 71, 0.4);
        backdrop-filter: blur(2px);
        z-index: 1;
    }

    .about-header > * {
        position: relative;
        z-index: 2;
    }

.about-header-head {
    text-align: right;
    width: 100%;
    padding: 15px 25px;
    font-size: 35px;
    font-weight: 500;
    color: #F4BF4E;
    margin-right: 9vw;
}

.about-data {
    padding: 3vh 2vw;
}

.about-data-content {
    font-size: 0.9rem;
    text-align: justify;
    padding: 0px 3vw;
    width: 38%;
}

.about-data-content-head {
    font-size: 0.9rem;
    font-weight: 500;
    color: #7b166c;
}

.about-data-content-hin {
    font-size: 0.8rem;
    text-align: justify;
    padding: 0px 3vw;
    width: 38%;
}

.about-data-content-head-hin {
    font-size: 0.8rem;
    font-weight: 500;
    color: #7b166c;
}

.about-data-content-img {
    width: 85%;
}

.about-img {
    width: 18%;
    padding: 15px 0 0 25px;
}

.about-timeline {
    margin: 10px 0px;
}

.btn-timeline {
    margin-left: 5vw;
    color: rgb(225, 82, 111);
    border: 1px solid rgb(225, 82, 111);
    /* width: 7vw; */
    padding: 4px 15px;
    border-radius: 8px;
    font-size: 0.7rem;
}

#viewTimeLineData {
    .card

{
    background: #fef3eb;
    border: none;
    .card-body

{
    text-align: center;
    h5, h6

{
    color: #7A316F;
}

p {
    font-size: 0.9rem;
    text-align: justify;
    min-height: 80px;
}

img {
    width: 100%;
}

}
}
}


/* FAQs Section Style*/

.faq-service-content {
    background-color: #fff;
    width: 96%;
    margin: auto;
    padding: 15px;
    border-radius: 15px;
}

.faq-head {
    color: #7A316F;
    font-size: 2.3rem;
    padding-left: 2vw;
}

.faq-head-hin {
    font-size: 2rem;
}

.faq-tagline {
    padding-left: 2vw;
    color: #8C8C8C;
    font-size: 0.9rem;
}

.faq-logo-search {
    border: 1.5px solid #622e79;
    font-size: 15px;
    border-radius: 8px !important;
    height: 5.5vh !important;
    padding: 2px 9px;
    justify-content: center;
}

.search-input::placeholder {
    color: #F4BF4E;
    font-size: 14px;
    font-style: italic;
}

.search-input:hover {
    border: none;
}

.search-input:focus {
    border: none;
    outline: none;
}

.search-input-img {
    width: 8%;
}

.search-input-faq {
    background-color: transparent;
    color: #8923b5;
    border: none;
    padding-left: 10px;
    width: 89%;
    font-size: 14px;
    font-style: italic;
    outline: none;
}

    .search-input-faq::placeholder {
        color: #8923b5;
    }

.faq-container {
    width: 95%;
    margin: 0 auto;
}

details {
    background-color: rgb(224, 208, 222);
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 15px;
    position: relative;
    transition: all 0.3s ease;
}

summary {
    font-weight: 600;
    font-size: 0.8rem;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    summary::marker {
        display: none;
    }

    summary::after {
        content: '+';
        font-weight: bold;
        transition: transform 0.3s ease;
        margin-left: auto;
        font-size: 1.3rem;
    }

details[open] summary::after {
    content: '-';
    transform: rotate(0);
}

details p {
    margin-top: 10px;
    font-size: 0.8rem;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



/* footer Nav Style*/
.second-nav {
    background-color: #CD6688;
    color: #fff;
    padding: 5px 3%;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 0.8rem;
    font-weight: 400;
}

    .second-nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }

        .second-nav ul li {
            margin-right: 4%;
            flex: 1 1 auto;
            text-align: center;
            cursor: pointer;
        }

            .second-nav ul li:last-child {
                margin-right: 0;
                flex: 0 1 auto;
            }


/* Footer Section Style */
.footer-div {
    background-color: #7a316f;
    color: #fff;
    padding-top: 2vh;
}

.footer-list li {
    list-style: none;
    padding: 0.8vh 0;
    font-size: 12px;
    cursor: pointer;
}

.footer-list .special-list {
    font-size: 17px;
    font-weight: 500;
}

.address-div {
    text-align: center;
    padding: 5% 0px;
    margin-bottom: 15px;
}

.footer-text {
    margin-bottom: 0px;
    line-height: 1.4;
    font-size: 12px;
}



/* Mobile devices */
@media (min-width: 300px) and (max-width: 390px) {
    .header-section {
        text-align: center;
        padding: 10px 5px;
    }

    .header-logo-search {
        width: 75%;
        margin-left: 55px;
        text-align: center;
    }

    .search-input {
        width: 80%;
    }

    /* card section */
    .card-section {
        width: auto;
    }

    .card-design {
        width: 93%;
        padding-left: 30px;
    }

    .login-tile {
        width: auto;
        padding: 5px 20px;
    }

    .login-arrow {
        margin: 10px 15px;
    }



    /* .offices-contacts-section  */
    .office-card {
        width: 90% !important;
    }

    .office-card-content {
        padding-left: 12px;
        color: #7A316F;
    }

    .new-flag {
        position: initial;
    }


    /* .external-link-section  */
    .links-cards {
        max-width: 100%;
        width: 90%;
    }

    .external-links-url-logo {
        width: 16%;
        margin-top: 10px;
    }


    /* .service-section  */
    .card-services {
        width: 100%;
        margin: 20px 0px;
    }

        .card-services:hover {
            width: 100%;
        }

    .height-40 {
        height: 40px;
    }


    .stamp-section {
        margin: 25px 0px;
    }

    .stamp-links-logo {
        width: 15%;
    }

    .stamp-input {
        width: 75%;
    }

    .btn-stamp {
        width: 75%;
    }


    .faq-logo-search {
        height: 38px !important;
        height: 38px !important;
        width: 88%;
        margin: 10px auto;
    }

    /*     .footer-nav-section { */
    .second-nav {
        padding: 5px 6%;
    }


    /* .footer-section  */
    .social-media-img {
        width: 15%;
        cursor: pointer;
    }

    .footer-list {
        text-align: center;
        padding: 0px;
    }
}

/* Mobile devices */
@media (min-width: 391px) and (max-width: 480px) {
    .header-section {
        text-align: center;
        padding: 10px 5px;
    }

    .header-logo-search {
        width: 75%;
        margin-left: 55px;
        text-align: center;
    }


    .card-section {
        width: auto;
    }

    .card-design {
        width: 93%;
        padding-left: 16px;
    }

    .login-tile {
        width: auto;
        padding: 5px 20px;
    }

    .login-arrow {
        margin: 10px 15px;
    }



    /* .offices-contacts-section { */
    .office-card {
        width: 90% !important;
    }

    .office-card-content {
        padding-left: 12px;
        color: #7A316F;
    }

    .new-flag {
        position: initial;
    }


    /* .external-link-section { */
    .links-cards {
        max-width: 100%;
        width: 90%;
    }

    .external-links-url-logo {
        width: 16%;
        margin-top: 10px;
    }

    /*     .service-section */
    .card-services {
        width: 100%;
        margin: 20px 10px;
    }

        .card-services:hover {
            width: 100%;
        }

    .height-48 {
        height: 38px;
    }


    .stamp-section {
        margin: 25px 0px;
    }

    .stamp-links-logo {
        width: 15%;
    }

    .stamp-input {
        width: 75%;
    }

    .btn-stamp {
        width: 75%;
    }


    /* .faq-section { */
    .faq-logo-search {
        height: 38px !important;
        height: 38px !important;
        width: 88%;
        margin: 10px auto;
    }


    .footer-nav-section {
        .second-nav

{
    padding: 5px 6%;
}

}

/* .footer-section { */
.social-media-img {
    width: 15%;
    cursor: pointer;
}

.footer-list {
    text-align: center;
    padding: 0px;
}

}

/* iPads, Tablets */
@media (min-width: 481px) and (max-width: 767px) {
    .header-section {
        text-align: center;
    }

    .search-input {
        width: 70%;
    }

    .header-logo-search {
        width: 70%;
        margin: auto !important;
    }


    .card-section {
        width: auto;
        margin-left: 2%;
    }

    /* .service-section { */
    .card-services {
        width: 100%;
        margin: 10px;
    }

        .card-services:hover {
            width: 100%;
        }

    .margin-bw-sec {
        margin: 1px 21.6px;
    }

    .height-48 {
        height: 48px;
    }


    /* .offices-contacts-section { */

    .new-flag {
        position: initial;
    }


    /* .external-link-section { */
    .external-links-url-logo {
        width: 100%;
        margin-top: 15px;
    }


    .stamp-section {
        margin: 25px 0px;
    }

    .stamp-links-logo {
        /* width: 15%; */
    }

    .stamp-input {
        width: 75%;
    }

    .btn-stamp {
        width: 75%;
    }

    /* 
    .faq-section { */
    .faq-logo-search {
        height: 38px !important;
        margin-top: 0vh !important;
        width: auto;
        margin: 15px 25px;
    }

    /* .footer-section { */
    .footer-div {
        text-align: center;
        .footer-list

{
    padding: 0;
}

.margin-5 {
    margin: 5px;
}

}

.social-media-img {
    width: 45%;
    cursor: pointer;
}

}

/* Small screens, laptops  */

@media (min-width: 768px) and (max-width: 1023px) {

    /* .header-section { */
    .search-input {
        width: 85%;
    }

    .header-logo-search {
        width: 70%;
        margin: auto !important;
    }


    /* .service-section { */
    .card-services {
        width: 45%;
        margin: 10px;
    }

        .card-services:hover {
            width: 45%;
        }

    .margin-l-15 {
        margin-left: 15px;
    }

    .margin-bw-sec {
        margin: 1px 12.4px;
    }

    .height-48 {
        height: 38px;
    }


    /* .faq-section { */

    .faq-logo-search {
        height: 38px !important;
        margin-top: 0vh !important;
        width: auto;
        margin: 15px 25px;
    }


    .about-section {
        & #viewTimeLineData

{
    & .card

{
    & .card-body

{
    p

{
    font-size: 0.9rem;
    text-align: justify;
    min-height: 105px;
}

}
}
}
}
}

/* Mid screens, laptops  */

@media (min-width: 1024px) and (max-width: 1201px) {
    /* .header-section { */
    .search-input {
        width: 87%;
    }


    /* .service-section { */
    .service-sml-cards {
        font-size: 1.2rem;
    }

    .margin-bw-sec {
        margin: 1px 16.6px;
    }

    .height-48 {
        height: 48px;
    }

    .card-services {
        width: 45%;
        margin: 10px;
    }

        .card-services:hover {
            width: 45%;
        }


    /* .faq-section { */

    .faq-logo-search {
        height: 38px !important;
        margin-top: 0vh !important;
        width: auto;
        margin: 15px 25px;
    }
}

/* Extra large screens, TV  */

@media (min-width: 1201px) and (max-width: 2424px) {

    /* .faq-section { */
    .faq-logo-search {
        height: 5.5vh !important;
        margin-top: 0vh !important;
        width: auto;
    }
}
