h2,
h4,
h6 {
    font-family: "Montserrat", sans-serif;
}

p {
    font-family: "Montserrat", sans-serif;
}

a {
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
}

ol,
ul {
    list-style: none
}

a {
    text-decoration: unset !important;

}

body {
    overflow-x: hidden;
}

/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

/* Smooth animation */
.dropdown-menu {
    transition: all 0.3s ease;
}

/* Services dropdown style */
.services-dropdown {
    min-width: 750px;
    padding: 15px 0;
    background-color: #9B177D;
}

/* Dropdown items */
.services-dropdown .dropdown-item {
    white-space: normal;
    padding: 6px 12px;
}

.dropdown-menu li a {
    color: #fff;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: block;
}

/* Navigation link colors */
.nav-link {
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 600;
}

.nav-link.active {
    font-weight: bold;
    color: #9B177D;
}

li.nav-item a {
    margin: 0 15px 0 15px;
}

.coloradd {
    color: #9B177D;
    font-weight: 700;
}

/*top sec end*/

/* header css start */
.header {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
}

.header1 a {
    background: linear-gradient(to right, #F4F4F4 50%, #9B177D 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    color: #fff;
    border: 2px solid #9B177D;
    font-size: 14px;
    width: 250px;
    height: auto;
    border-radius: 10px;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}

.header1 a:hover {
    background-position: left bottom;
}


a.navbar-brand img {
    width: 120px;
}

/* header css end */

/* home css start  */
.home1 {
    background-image: url(../images/pic1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 200px 0px 60px 0px;
}

.home2 h4 {
    color: #2A1357;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    line-height: 2;
}

.home2 h2 {
    color: #2A1357;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
}

.home2 p {
    color: #262626;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    width: 80%;
    margin: 0 auto;
    line-height: 2;
}

.home-form {
    background: transparent;
    padding: 20px;
    border: 3px solid #c2a9bc;
    border-radius: 10px;
    margin-top: 50px;
}

.home-form .form-control {
    background-color: #E3BFDB;
    border: none;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    height: 45px;
}

.home-form .form-control::placeholder {
    color: #2A1357;
}

/* .start-btn button {
    background-color: #9B177D;
    color: #fff;
    font-weight: 500;
    padding: 10px 30px;
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    display: flex;
    width: 100%;
    justify-content: center;
} */

.start-btn button {
    background: linear-gradient(to right, #F4F4F4 50%, #9B177D 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    color: #fff;
    border: 2px solid #9B177D;
    font-size: 18px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}

.start-btn button:hover {
    /* background-color: #7c1363; */
    background-position: left bottom;
}

.form-footer {
    align-items: center;
}

.form-check label {
    font-size: 12px;
}

.home3 {
    padding: 30px 0px;
}

.home4 {
    text-align: center;
    margin-top: 50px;
}

.home4 h4 {
    color: #2A1357;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}

.home4 p {
    color: #262626;
    font-size: 15px;
    font-weight: 400;
}

.home5 {
    padding: 60px 0px;
}

.home6 h2 {
    color: #2A1357;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
}

.home6 p {
    color: #262626;
    font-size: 16px;
    font-weight: 400;
}

.home7 {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    gap: 15px;
    margin-top: 20px;
}

.home7 li {
    flex: 1 1 calc(50% - 15px);
    font-size: 15px;
    font-weight: 600;
    color: #1E1E1E;
}

.home7 li i {
    color: #9B177D;
    border: 2px solid #9B177D;
    border-radius: 20px;
    font-size: 12px;
    padding: 2px 3px;
}

.home8 {
    background-image: url(../images/pic12.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.home9 h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 20px;
}

.home9 p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.home10 h2 {
    color: #2A1357;
    font-size: 40px;
    font-weight: 700;
    width: 75%;
    margin: 0 auto;
    text-align: center;
}

.home11 {
    margin-top: 50px;
}

.home12 {
    background-color: #F9DFF3;
    padding: 30px 20px;
    height: 200px;
    margin-bottom: 2px;
    margin-right: -8.5px;
}

.home13 h4 {
    color: #1E1E1E;
    font-size: 25px;
    font-weight: 600;
}

.home13 p {
    color: #1E1E1E;
    font-size: 14px;
    font-weight: 400;
}

.border-left {
    border-top-left-radius: 10px;
}

.border-right {
    border-top-right-radius: 10px;
}

.border-leftbottom {
    border-bottom-left-radius: 10px;
}

.border-rightbottom {
    border-bottom-right-radius: 10px;
}

.home14 {
    background-color: #F9DFF3;
    padding: 60px 0px;
}

.home14 .nav {
    justify-content: space-between;
}

.home14 .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #9B177D;
    border: 2px solid #9B177D;
    border-radius: 10px;
}

.home14 .nav-link {
    color: #c29fbe;
    border: 2px solid #c29fbe;
    border-radius: 10px;
    /* margin: 0px 10px; */
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    padding: 12px 30px;
    width: 200px;
}

.home15 h2 {
    color: #9B177D;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.home15 p {
    color: #1E1E1E;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}

.home16 h2 {
    color: #2A1357;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}

.home17 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.home18 img {
    max-width: 80px;
}

.home19 h6 {
    color: #9B177D;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0;
}

.home19 h4 {
    color: #1E1E1E;
    font-size: 14px;
    font-weight: 600;
}

.home20 {
    /* background-image: url(../images/pic40.png); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.home22 h4 {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    margin-top: 80px;
}

.home22 p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.home23 h2 {
    color: #2A1357;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 2;
}

.home23 p {
    color: #262626;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.home24 {
    background-color: #dad5e1;
    padding: 30px;
    border-radius: 10px;
    height: 180px;
}

.home24 h4 {
    color: #9B177D;
    font-size: 16px;
    font-weight: 600;
}

.home24 p {
    color: #1E1E1E;
    font-size: 12px;
    font-weight: 600;
}

.home24 img {
    width: 50px;
}

.home25 {
    color: #9B177D;
    font-size: 25px;
}

.home26 {
    background-image: url(../images/pic46.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 60px 0px;
}

.home27 h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

.home27 p {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}

.home28 {
    text-align: center;
}

.home28 button {
    background-color: #2A1357;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    transition: all 0.3s ease;
    /* Smooth transition */
}

.home28 button:hover {
    background-color: #7c1363;
    /* Darker shade on hover */
    color: #fff;
    /* Keep text white */
}

.home29 input {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
}

.home29 label {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.home29 select {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
}

.home30 {
    padding: 80px 0px 220px 0px;
}

.home30 .accordion-button {
    padding: 1rem 2.25rem;
}

.home30 .accordion-button:not(.collapsed)::after {
    background-image: url(../images/pic48.png);
}

.home30 .accordion-button:not(.collapsed) {
    color: #262626;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.home30 .accordion-item {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.home30 .accordion-button::after {
    background-image: url(../images/pic49.png);
    position: absolute;
    top: 30%;
    left: 0;
}

.home31 h4 {
    color: #262626;
    font-size: 30px;
    font-weight: 600;
    line-height: 2;
}

/* home css end  */

/* marque css start  */
.marquee {
    overflow: hidden;
    /* hide the scrolling overflow */
    width: 100%;
    -webkit-mask-image: linear-gradient(to right,
            transparent 0%,
            black 10%,
            black 90%,
            transparent 100%);
    mask-image: linear-gradient(to right,
            transparent 0%,
            black 10%,
            black 90%,
            transparent 100%);
}

.marquee__inner {
    display: flex;
    width: max-content;
    animation: marquee 15s linear infinite;
}

.marquee__group {
    display: flex;
    align-items: center;
}

.marquee__group span {
    margin: 0 1.5rem;
    white-space: nowrap;
    /* background: #000000; */
    color: white;
    padding: 4px 16px 4px 12px;
    border-radius: 6px;
    font-size: 1.2rem;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* marque css end  */

/* counter css start  */

.counter-box .counter .suffix {
    color: #9B177D;
    /* change this to your desired color */
    font-weight: bold;
}

.counter-box .counter {
    font-size: 50px;
    font-weight: 700;
    color: #262626;
    text-align: center;
}

.counter-box .label {
    margin-top: 10px;
    font-size: 22px;
    font-weight: 700;
    color: #262626;
    text-align: center;
    width: 75%;
    margin: 0 auto;
}

/* counter css end  */

/* about css start  */
.about1 {
    padding: 60px 0px;
}

.about2 h2 {
    color: #2A1357;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.about3 {
    background-color: #F4F4F4;
    /* padding: 60px 0px; */
}

.about4 {
    margin-top: 100px;
}

/* about css end  */

/* portfolio css start  */
.port1 {
    padding: 60px 0px;
}

.port2 h4 {
    color: #2A1357;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    line-height: 2;
}

.port3 {
    margin-top: 30px;
}

/* portfolio css end  */

/* contact css start  */
.cont1 {
    padding: 200px 0px 60px 0px;
}

.cont2 h2 {
    color: #2A1357;
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    line-height: 2;
}

.cont2 p {
    color: #262626;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

.cont3 {
    margin-top: 50px;
}

.cont4 {
    margin-top: 30px;
}

.cont4 p {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.cont4 a {
    color: #262626;
    font-size: 16px;
    font-weight: 700;
}

#countryCode {
    max-width: 120px;
}

/* contact css end  */

/* ghostwriting css start  */
.ghost1 {
    padding: 60px 0px;
}

.ghost2 h2 {
    color: #2A1357;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.ghost2 p {
    color: #262626;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.ghost3 {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.ghost4 a {
    background-color: #2A1357;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 30px;
    transition: all 0.3s ease;
}

.ghost4 a:hover {
    background-color: #7c1363;
    /* Darker shade on hover */
    color: #fff;
    /* Keep text white */
}

.ghost5 {
    background-color: #F4F4F4;
    padding: 60px 0px;
}

.ghost6 h4 {
    color: #2A1357;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
}

.ghost6 p {
    color: #262626;
    font-size: 15px;
    font-weight: 400;
}

.ghost7 h4 {
    color: #2A1357;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    line-height: 2;
}

.ghost7 p {
    color: #262626;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    width: 75%;
    margin: 0 auto;
}

.ghost8 {
    text-align: center;
}

/* ghostwriting css end  */

/* terms and condition css start  */
.term1 {
    padding: 60px 0px;
}

.term2 h2 {
    color: #2A1357;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.term2 p {
    color: #262626;
    font-size: 14px;
    font-weight: 500;
    width: 75%;
}

.term3 {
    padding-left: 20px;
}

.term3 li {
    list-style: square;
    color: #262626;
    font-size: 16px;
    font-weight: 500;
}

/* terms and condition css end  */

.review1 {
    padding: 50px;
}

/* loader css start  */

.loader-wrapper {
    position: fixed;
    inset: 0;
    background: #111;
    /* dark background */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    flex-direction: column;
    overflow-x: hidden;
}

/* Loader box */
.box {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.load {
    height: 1em;
    width: 1em;
    background-color: aliceblue;
    margin-right: 20px;
    animation: rotate 1s ease infinite;
    filter: drop-shadow(0 0 15px #03bcf4);
}

/* Title text */
.title {
    font-size: 2em;
    font-family: 'Poppins', sans-serif;
    color: aliceblue;
    animation: fade 3s ease 1;
    filter: drop-shadow(0 0 20px #03bcf4);
    text-align: center;
}

/* Fade-in */
@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Rotation animation */
@keyframes rotate {
    100% {
        transform: rotate(180deg);
    }
}

/* loader css end  */

/* footer css start  */
.footer1 {
    background-color: #2A1357;
    padding: 30px 0px 30px 0px;
}

.footer2 a img {
    width: 120px;
}

.footer3 {
    margin-top: 150px;
}

.footer4 h4 {
    color: #9B177D;
    font-size: 17px;
    font-weight: 500;
}

.footer5 {
    list-style: disc;
    color: #fff;
    padding-left: 20px;
}

.footer5 li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.footer4 h6 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.footer4 h2 a {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}

.footer4 h2 a:hover {
    color: #fff;
}

.footer4 p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

.footer4 p a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.footer6 h6 {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
}

.footer7 {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer7 li a {
    background-color: #9B177D;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    /* Equal width */
    height: 30px;
    /* Equal height */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    /* Same icon size */
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.footer7 li a:hover {
    background-color: #7c1363;
    /* Slightly darker on hover */
}

.footer8 {
    align-items: center;
    justify-content: space-between;
}

.footer9 {
    background-color: #9B177D;
    margin-top: -200px;
    padding: 30px 0px;
    border-radius: 20px;
    position: relative;
}

.footer9::before {
    content: "";
    background-image: url(../images/pic3.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0px;
    width: 300px;
    height: 279px;
    border-radius: 20px;
}

.footer10 h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    line-height: 2;
}

.footer10 h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.footer10 p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    line-height: 2;
}

.footer11 {
    text-align: center;
    margin-top: 20px;
}

.footer11 a {
    background-color: #2A1357;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    transition: all 0.3s ease;
    /* Smooth transition */
}

.footer11 a:hover {
    background-color: #7c1363;
    /* Darker shade on hover */
    color: #fff;
    /* Keep text white */
}

/* footer css end  */

/* scroll bar css start  */

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background: #9B177D;
}

body::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #9B177D;
}

/* scroll bar css end  */

/* scroll to top css start  */
.progress-wrap {
    position: fixed;
    bottom: 90px;
    right: 40px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 400ms linear;
    background-color: #9B177D;
    border: 1.2px solid #000;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap i {
    position: absolute;
    color: #fff;
    font-size: 16px;
    z-index: 2;
    pointer-events: none;
}

.progress-circle path {
    fill: none;
    stroke: #fff;
    stroke-width: 4;
    stroke-dasharray: 307.919, 307.919;
    stroke-dashoffset: 307.919;
    transition: stroke-dashoffset 10ms linear;
}

/* scroll to top css end  */



/*MODREN CSS end*/
@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {}

@media only screen and (min-width: 1400px) and (max-width: 1444px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    section {
        overflow-x: hidden;
    }

    .services-dropdown {
        min-width: 690px;
        padding: 15px 0;
        background-color: #9B177D;
    }

    .home1 {
        background-image: url(../images/pic1.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding: 180px 0px 60px 0px;
    }

    .home2 h4 {
        color: #2A1357;
        text-align: center;
        font-size: 20px;
        font-weight: 500;
        line-height: 2;
    }

    .home2 h2 {
        color: #2A1357;
        text-align: center;
        font-size: 20px;
        font-weight: 700;
    }

    .home2 p {
        color: #262626;
        text-align: center;
        font-size: 12px;
        font-weight: 500;
        width: 90%;
        margin: 0 auto;
        line-height: 2;
    }

    .form-check label {
        font-size: 9px;
    }

    .home4 h4 {
        color: #2A1357;
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 600;
    }

    .home4 p {
        color: #262626;
        font-size: 12px;
        font-weight: 400;
    }

    .home5 {
        padding: 30px 0px;
    }

    .home6 h2 {
        color: #2A1357;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .home6 p {
        color: #262626;
        font-size: 12px;
        font-weight: 400;
    }

    .home7 li {
        flex: 1 1 calc(50% - 15px);
        font-size: 12px;
        font-weight: 600;
        color: #1E1E1E;
    }

    .home7 {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        gap: 10px;
        margin-top: 20px;
    }

    .home5 .header1.mt-5 {
        margin-top: 15px !important;
    }

    .home9 h2 {
        color: #fff;
        font-size: 25px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .home9 p {
        color: #fff;
        font-size: 11px;
        font-weight: 400;
        margin-bottom: 0;
    }

    .home4 {
        text-align: center;
        margin-top: 25px;
    }

    .home4 img {
        width: 80px;
    }

    .home10 h2 {
        color: #2A1357;
        font-size: 25px;
        font-weight: 700;
        width: 85%;
        margin: 0 auto;
        text-align: center;
    }

    .home11 {
        margin-top: 30px;
    }

    .home12 {
        background-color: #F9DFF3;
        padding: 20px 20px;
        height: 200px;
        margin-bottom: 2px;
        margin-right: -8.5px;
    }

    .home13 p {
        color: #1E1E1E;
        font-size: 12px;
        font-weight: 400;
        overflow: auto;
        height: 120px;
    }

    .home13 h4 {
        color: #1E1E1E;
        font-size: 14px;
        font-weight: 600;
    }

    .home15 p {
        color: #1E1E1E;
        font-size: 13px;
        font-weight: 400;
        text-align: center;
    }

    .home14 .nav-link {
        color: #c29fbe;
        border: 2px solid #c29fbe;
        border-radius: 10px;
        /* margin: 0px 10px; */
        font-size: 11px;
        font-weight: 600;
        font-family: "Montserrat", sans-serif;
        padding: 12px 20px;
        width: 130px;
    }

    .home18 img {
        max-width: 45px;
    }

    .home19 h6 {
        color: #9B177D;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 0;
    }

    .home19 h4 {
        color: #1E1E1E;
        font-size: 10px;
        font-weight: 600;
    }

    .home22 h4 {
        color: #fff;
        font-size: 30px;
        font-weight: 600;
        margin-top: 80px;
    }

    .home24 p {
        color: #1E1E1E;
        font-size: 10px;
        font-weight: 600;
    }

    .home24 {
        background-color: #dad5e1;
        padding: 20px;
        border-radius: 10px;
        height: 150px;
    }

    .home25 {
        color: #9B177D;
        font-size: 18px;
    }

    .home30 .accordion-button {
        font-size: 12px;
    }

    .home30 .accordion-body p {
        font-size: 10px;
    }

    .home31 h4 {
        color: #262626;
        font-size: 18px;
        font-weight: 600;
        line-height: 1;
    }

    .home30 {
        padding: 30px 0px 30px 0px;
    }

    .footer9 {
        background-color: #9B177D;
        margin-top: 0px;
        padding: 30px 0px;
        border-radius: 20px;
        position: relative;
    }


    .footer9::before {
        content: "";
        background-image: url(../images/pic3.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 0;
        left: 0px;
        width: 200px;
        height: 237px;
        border-radius: 20px;
    }

    .footer10 h2 {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        line-height: 2;
    }

    .footer10 h6 {
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        text-align: center;
    }

    .footer10 p {
        color: #fff;
        font-size: 11px;
        font-weight: 400;
        text-align: center;
        width: 65%;
        margin: 0 auto;
        line-height: 2;
    }

    .footer5 {
        list-style: disc;
        color: #fff;
        padding-left: 10px;
    }

    .footer5 li a {
        color: #fff;
        font-size: 10px;
        font-weight: 400;
    }

    .footer4 h2 a {
        color: #fff;
        font-size: 14px;
        font-weight: 500;
    }

    .footer4 p a {
        color: #fff;
        font-size: 9px;
        font-weight: 400;
    }

    .loader-wrapper {
        overflow: hidden;
    }

    .title {
        font-size: 2em;
        font-family: 'Poppins', sans-serif;
        color: aliceblue;
        animation: fade 3s ease 1;
        filter: drop-shadow(0 0 20px #03bcf4);
        text-align: center;
    }

    .ghost2 h2 {
        color: #2A1357;
        text-align: center;
        font-size: 30px;
        font-weight: 700;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .ghost2 p {
        color: #262626;
        text-align: center;
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .ghost6 h4 {
        color: #2A1357;
        font-size: 25px;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .ghost6 p {
        color: #262626;
        font-size: 12px;
        font-weight: 400;
    }

    .ghost7 p {
        color: #262626;
        font-size: 12px;
        font-weight: 500;
        text-align: center;
        width: 85%;
        margin: 0 auto;
    }

    .home-form .form-control {
        background-color: #E3BFDB;
        border: none;
        padding: 10px 15px;
        font-size: 10px;
        font-weight: 600;
        height: 40px;
    }

    .home29 input {
        font-size: 13px;
        font-weight: 500;
        padding: 15px 20px;
    }

    .about2 h2 {
        color: #2A1357;
        font-size: 30px;
        font-weight: 700;
        text-align: center;
        width: 85%;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .about2 p {
        font-size: 12px;
        text-align: center;
        width: 85%;
        margin: 0 auto;
    }

    .counter-box .counter {
        font-size: 30px;
        font-weight: 700;
        color: #262626;
        text-align: center;
    }

    .counter-box .label {
        margin-top: 10px;
        font-size: 16px;
        font-weight: 700;
        color: #262626;
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }

    .about1 {
        padding: 30px 0px;
    }

    .about4 {
        margin-top: 50px;
    }

    .cont1 {
        padding: 130px 0px 60px 0px;
    }

    .cont2 h2 {
        color: #2A1357;
        font-size: 35px;
        font-weight: 700;
        text-align: center;
        line-height: 1.5;
    }

    #countryCode {
        max-width: 110px;
        height: 45px;
    }

    input#phone {
        height: 45px;
    }

    .cont4 {
        margin-top: 30px;
        text-align: center;
    }

    .menu-ovalay {
        display: none;
    }

    .marquee__group span img {
        width: 150px;
    }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    section {
        overflow-x: hidden;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .services-dropdown {
        min-width: 290px;
        padding: 15px 0;
        background-color: #9B177D;
    }

    .home1 {
        background-image: url(../images/pic1.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding: 140px 0px 30px 0px;
    }

    .home2 h2 {
        color: #2A1357;
        text-align: center;
        font-size: 25px;
        font-weight: 700;
    }

    .home2 h4 {
        color: #2A1357;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
    }

    .home2 p {
        color: #262626;
        text-align: center;
        font-size: 10px;
        font-weight: 500;
        width: 90%;
        margin: 0 auto;
        line-height: 2;
    }

    .form-check label {
        font-size: 10px;
    }

    .home3 {
        padding: 10px 0px;
    }

    .home4 h4 {
        color: #2A1357;
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: 600;
    }

    .home4 p {
        color: #262626;
        font-size: 12px;
        font-weight: 500;
    }

    .home5 {
        padding: 30px 0px;
    }

    .home6 {
        margin-top: 20px;
    }

    .home6 h2 {
        color: #2A1357;
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 10px;
        text-align: center;
    }

    .home6 p {
        color: #262626;
        font-size: 12px;
        font-weight: 400;
    }

    .home7 {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        gap: 10px;
        margin-top: 10px;
    }

    .home7 li {
        flex: 1 1 calc(50% - 15px);
        font-size: 10px;
        font-weight: 600;
        color: #1E1E1E;
    }

    .home7 li i {
        color: #9B177D;
        border: 2px solid #9B177D;
        border-radius: 20px;
        font-size: 10px;
        padding: 1px 2px;
    }

    .header1 {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .home8 {
        background-image: url(../images/pic12.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 30px;
    }

    .home9 h2 {
        color: #fff;
        font-size: 30px;
        font-weight: 500;
        margin-bottom: 10px;
        text-align: center;
    }

    .home9 p {
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        text-align: center;
    }

    .home-form .form-control {
        background-color: #E3BFDB;
        border: none;
        padding: 10px 15px;
        font-size: 12px;
        font-weight: 600;
        height: 45px;
    }

    .start-btn {
        margin-top: 20px;
    }

    .home4 img {
        width: 60px;
    }

    .home10 h2 {
        color: #2A1357;
        font-size: 25px;
        font-weight: 700;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .home11 {
        margin-top: 30px;
    }

    .home12 {
        background-color: #F9DFF3;
        padding: 30px 20px;
        height: 300px;
        margin-bottom: 2px;
        margin-right: -8.5px;
    }

    .home13 h4 {
        color: #1E1E1E;
        font-size: 20px;
        font-weight: 600;
    }

    .home13 p {
        color: #1E1E1E;
        font-size: 12px;
        font-weight: 400;
    }

    .home15 h2 {
        color: #9B177D;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
    }

    .home15 p {
        color: #1E1E1E;
        font-size: 12px;
        font-weight: 400;
        text-align: center;
    }

    .home14 .nav {
        justify-content: center;
        gap: 10px;
    }

    .home14 .nav-link {
        color: #c29fbe;
        border: 2px solid #c29fbe;
        border-radius: 10px;
        /* margin: 0px 10px; */
        font-size: 12px;
        font-weight: 600;
        font-family: "Montserrat", sans-serif;
        padding: 12px 30px;
        width: 170px;
    }

    .tabwidth a img {
        text-align: center;
        width: 100%;
    }

    .home16 h2 {
        color: #2A1357;
        text-align: center;
        font-size: 20px;
        font-weight: 700;
    }

    .home17 {
        display: block;
        align-items: center;
        gap: 20px;
        justify-content: space-between;
        text-align: center;
    }

    .home20 {
        /* background-image: url(../images/pic40.png); */
        background-repeat: no-repeat;
        background-size: contain;
    }

    .home22 h4 {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        margin-top: 60px;
    }

    .home30 {
        padding: 30px 0px 40px 0px;
    }

    .home30 .accordion-button {
        color: #000;
        font-size: 12px;
    }

    .home30 .accordion-body {
        padding: 1rem 1.25rem;
        font-size: 11px;
    }

    .home31 h4 {
        color: #262626;
        font-size: 20px;
        font-weight: 600;
        line-height: 2;
    }

    .footer9 {
        background-color: #9B177D;
        margin-top: -10px;
        padding: 30px 0px;
        border-radius: 20px;
        position: relative;
    }

    .footer10 h2 {
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        text-align: center;
        line-height: 2;
    }

    .footer10 h6 {
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        text-align: center;
        width: 70%;
        margin: 0 auto;
    }

    .footer10 p {
        color: #fff;
        font-size: 10px;
        font-weight: 400;
        text-align: center;
        width: 75%;
        margin: 0 auto;
        margin-top: 10px;
    }

    .footer9::before {
        content: "";
        background-image: url(../images/pic3.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 0;
        left: 0px;
        width: 217px;
        height: 279px;
        border-radius: 20px;
    }

    .footer2 {
        text-align: center;
    }

    .footer3 {
        margin-top: 50px;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer4 {
        text-align: center;
    }

    .footer5 {
        list-style: none;
        color: #fff;
        padding-left: 20px;
    }

    .footer4 h2 a {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
    }

    .footer8 {
        align-items: center;
        justify-content: space-between;
        text-align: center;
    }

    .footer7 {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        list-style: none;
        padding: 0;
        margin-top: 20px;
    }

    .footer1 {
        background-color: #2A1357;
        padding: 30px 0px 10px 0px;
    }

    .menu-ovalay {
        display: none;
    }

    .ghost1 {
        padding: 30px 10px;
    }

    .ghost2 h2 {
        color: #2A1357;
        text-align: center;
        font-size: 25px;
        font-weight: 700;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .ghost2 p {
        color: #262626;
        text-align: center;
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .ghost3 {
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .ghost4 a {
        background-color: #2A1357;
        color: #fff;
        font-size: 9px;
        font-weight: 500;
        padding: 11px 15px;
        transition: all 0.3s ease;
    }

    .header1 a {
        background: linear-gradient(to right, #F4F4F4 50%, #9B177D 50%);
        background-size: 200% 100%;
        background-position: right bottom;
        color: #fff;
        border: 2px solid #9B177D;
        font-size: 10px;
        font-weight: 600;
        width: 160px;
        height: auto;
        border-radius: 10px;
        padding: 10px 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .3s ease-in-out;
    }

    .ghost5 {
        background-color: #F4F4F4;
        padding: 30px 10px;
    }

    .ghost6 h4 {
        color: #2A1357;
        font-size: 25px;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .ghost6 p {
        color: #262626;
        font-size: 12px;
        font-weight: 400;
    }

    .ghost7 h4 {
        color: #2A1357;
        font-size: 20px;
        font-weight: 800;
        text-align: center;
        line-height: 2;
    }

    .ghost7 p {
        color: #262626;
        font-size: 10px;
        font-weight: 500;
        text-align: center;
        width: 90%;
        margin: 0 auto;
    }

    .marquee__group span img {
        width: 150px;
    }

    .home4 {
        text-align: center;
        margin-top: 30px;
    }

    .about1 {
        padding: 30px 10px;
    }

    .about2 h2 {
        color: #2A1357;
        font-size: 30px;
        font-weight: 700;
        text-align: center;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .about2 p {
        font-size: 11px;
        font-weight: 500;
        text-align: center;
    }

    .counter-box {
        margin-top: 15px;
    }

    .counter-box .counter {
        font-size: 40px;
        font-weight: 700;
        color: #262626;
        text-align: center;
    }

    .counter-box .label {
        margin-top: 10px;
        font-size: 18px;
        font-weight: 700;
        color: #262626;
        text-align: center;
        width: 95%;
        margin: 0 auto;
    }

    .about4 {
        margin-top: 0px;
    }

    .home22 p {
        display: none;
    }

    .cont1 {
        padding: 120px 10px 30px 10px;
    }

    .cont2 h2 {
        color: #2A1357;
        font-size: 30px;
        font-weight: 700;
        text-align: center;
        line-height: 1.5;
    }

    .cont2 p {
        color: #262626;
        font-size: 12px;
        font-weight: 500;
        text-align: center;
        width: 95%;
        margin: 0 auto;
    }

    .cont3 {
        margin-top: 30px;
    }

    .home29 input {
        font-size: 12px;
        font-weight: 500;
        padding: 10px 15px;
    }

    #countryCode {
        max-width: 110px;
    }

    .home29 select {
        font-size: 14px;
        font-weight: 500;
        padding: 10px 20px;
    }

    .cont4 {
        margin-top: 30px;
        text-align: center;
    }

    .term1 {
        padding: 30px 10px;
    }

    .term2 h2 {
        color: #2A1357;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .term2 p {
        color: #262626;
        font-size: 12px;
        font-weight: 500;
        width: 100%;
    }

    .term3 li {
        list-style: square;
        color: #262626;
        font-size: 12px;
        font-weight: 500;
    }

    .header {
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 999;
        background-color: #fff;
    }
}