@media only screen and (max-width: 1500px){
    .header-logo img {
        width: 70%;
    }
    .header-nav ul li a {
        font-size: 16px;
    }
    .index-banner-wrap-text h2 {
        font-size: 25px;
    }
    .index-banner-wrap-text h6 {
        font-size: 60px;
        width: 60%;
    }
    .index-banner-wrap-text p {
        font-size: 20px;
    }
    .common-btn {
        width: 160px;
        height: 50px;
        font-size: 16px;
    }
    .index-first-wrapper {
        padding: 80px 0px;
    }
    .index-first-wrap-text-bg h6 {
        font-size: 240px;
        left: 0px;
    }
    .index-first-wrap-text h2 {
        font-size: 20px;
    }
    .index-first-wrap-text h6 {
        font-size: 38px;
    }
    .index-first-wrap-text p {
        font-size: 18px;
    }
    .index-first-wrap-text ul li h3 {
        font-size: 30px;
    }
    .index-first-wrap-text ul li {
        font-size: 16px;
    }
    .index-second-wrapper {
        padding: 80px 0px;
    }
    .index-second-wrap-text-bg h6 {
        font-size: 240px;
        left: 0px;
    }
    .index-second-wrap-text h2 {
        font-size: 20px;
    }
    .index-second-wrap-text h6 {
        font-size: 40px;
    }
    .index-second-wrap-box-text h6 {
        font-size: 24px;
    }
    .index-third-wrap-text h2 {
        font-size: 20px;
    }
    .index-third-wrap-text h6 {
        font-size: 40px;
    }
    .index-third-wrap-text p {
        font-size: 18px;
    }
    .index-fourth-wrapper {
        padding: 80px 0px;
    }
    .index-fourth-wrap-text h2 {
        font-size: 20px;
    }
    .index-fourth-wrap-text h6 {
        font-size: 40px;
    }
    .footer-wrapper {
        padding: 80px 0px 0px 0px;
    }
    .footer-logo img {
        width: 45%;
    }
    .footer-logo p {
        font-size: 16px;
    }
    .footer-link h6 {
        font-size: 24px;
    }
    .footer-link ul li {
        font-size: 14px;
    }
    .footer-link ul li a {
        font-size: 14px;
    }
    .footer-social h6 {
        font-size: 24px;
    }
    .copyright-text p {
        font-size: 16px;
    }
    .r-contact-logo p {
        font-size: 14px;
        width: 100%;
        margin: 0px 0px 20px 0px;
    }
    .main-left-side {
        width: 60%;
    }
    .r-contact-logo h6 {
        font-size: 35px;
        margin: 0px 0px 10px 0px;
    }
    .checkbox-wrapper *, .checkbox-wrapper ::after, .checkbox-wrapper ::before {
        font-size: 14px;
    }
    .r-contact-box  .g-4, .r-contact-box  .gy-4 {
        --bs-gutter-y: 0.25rem !important;
    }
    .custom-s span {
        font-size: 12px;
        font-family: var(--matter-regular);
    }
    .o-cta_text {
        font-size: 3.2rem;
    }
    .main-right-side {
        width: 45%;
        padding: 10px 20px;
    }
    .o-field_label {
        font-size: 14px;
    }
    span.o-field_optional {
        font-size: 14px;
    }
    .r-contact-logo h6 a {
        font-size: 16px;
    }
    .custom-s {
        margin: 0px 0px 15px 0px;
    }
    .common-wrap-text h6 {
        font-size: 55px;
    }
    .common-wrap-text p {
        font-size: 16px;
    }
    .about-first-wrap-text p {
        font-size: 16px;
    }
    .services-wrap-mtext h5 {
        font-size: 35px;
    }
    .services-wrap-ttext p {
        font-size: 16px;
    }
    .genAccordian .accordion-button {
        font-size: 17px;
    }
    .genAccordian .accordion-body {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1300px){
}
@media only screen and (max-width: 992px){
}
@media only screen and (max-width: 575px){
    .progress-wrap {
        right: 10px;
        bottom: 10px;
    }
    .mobile-flex{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 10px;
    }
    .mobile-logo img{
        width: 60%;
    }
    .header-menu {
        background: var(--black);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        height: 40px;
        width: 40px;
        color: #fff;
        border-radius: 50px;
        font-size: 14px;
        position: relative;
        z-index: 99999;
    }
    .header-flex {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        width: 80%;
        height: 100vh;
        padding: 25px 20px;
        gap: 50px;
        background-color: #000;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999999;
        transform: translate(-700px , 0px);
        transition: .5s all;
    }
    .header-logo{
        display: none;
    }
    .header-mobile-logo{
        display: block;
    }
    .header-active {
        transform: translate(0px , 0px) !important;
    }
    .header-nav ul {
        align-items: flex-start;
        gap: 30px;
        flex-direction: column;
    }
    .header-nav ul li a {
        color: var(--white);
    }
    .header-nav ul li a::before {
        background-color: var(--white);
    }
    .index-banner-wrap-text h2 {
        font-size: 16px;
    }
    .index-banner-wrap-text h6 {
        font-size: 45px;
        width: 100%;
    }
    .index-banner-wrap-text p {
        font-size: 18px;
        width: 100%;
    }
    .common-btn {
        width: 140px;
        height: 45px;
        font-size: 14px;
    }
    .index-first-wrapper {
        padding: 50px 0px;
    }
    .index-first-wrap-text-bg h6{
        display: none;
    }
    .index-first-wrap-text h2 {
        font-size: 16px;
    }
    .index-first-wrap-text h6 {
        font-size: 30px;
        margin: 0px 0px 10px 0px;
    }
    .index-first-wrap-text p {
        font-size: 16px;
        margin: 0px 0px 10px 0px;
    }
    .index-first-wrap-text ul {
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 0px 0px 10px 0px;
    }
    .index-first-wrap-text ul li {
        font-size: 16px;
        width: 100%;
        margin: 0px 0px 20px 0px;
    }
    .index-first-wrap-img {
        position: relative;
        height: 450px;
        display: flex;
        justify-content: end;
        align-items: end;
    }
    .index-first-wrap-img::before {
        height: 430px;
        background-size: 250%;
    }
    .index-second-wrapper {
        padding: 50px 0px;
    }
    .index-second-wrap-text-bg h6{
        display: none;
    }
    .index-second-wrap-flex {
        align-items: flex-start;
        justify-content: flex-start;
        margin: 0px 0px 30px 0px;
        flex-direction: column;
        gap: 10px;
    }
    .index-second-wrap-text h2 {
        font-size: 16px;
    }
    .index-second-wrap-text h6 {
        font-size: 30px;
        width: 100%;
    }
    .index-second-wrap-box-text h6 {
        font-size: 20px;
    }
    .index-second-wrap-box {
        margin: 0px 0px 20px 0px;
    }
    .index-first-slide {
        padding: 30px 0px 0px 0px;
    }
    .index-second-slide {
        padding: 0px 0px 30px 0px;
    }
    .index-first-slide-text h6 {
        font-size: 50px;
    }
    .index-third-wrapper {
        padding: 50px 0px;
    }
    .index-third-wrap-text h2 {
        font-size: 16px;
    }
    .index-third-wrap-text h6 {
        font-size: 30px;
    }
    .index-third-wrap-text p {
        font-size: 16px;
        width: 100%;
    }
    .index-fourth-wrapper {
        padding: 50px 0px;
    }
    .index-fourth-wrap-flex {
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        gap: 10px;
    }
    .index-fourth-wrap-text h2 {
        font-size: 16px;
    }
    .index-fourth-wrap-text h6 {
        font-size: 30px;
        width: 100%;
    }
    .index-fourth-wrap-img img {
        height: 200px;
        object-fit: cover;
    }
    .index-fourth-wrap-img:hover .index-fourth-wrap-img-text {
        bottom: 20px;
        left: 20px;
    }
    .index-fourth-wrap-img-text h2 {
        font-size: 16px;
    }
    .index-fourth-wrap-img-text h6 {
        font-size: 28px;
    }
    .index-fourth-wrap-img-text a {
        font-size: 16px;
    }
    .footer-wrapper {
        padding: 50px 0px 0px 0px;
    }
    .footer-logo {
        margin: 0px 0px 20px 0px;
    }
    .footer-logo p {
        width: 100%;
    }
    .footer-link h6 {
        font-size: 22px;
        margin: 0px 0px 10px 0px;
    }
    .footer-link {
        margin: 0px 0px 20px 0px;
    }
    .footer-social h6 {
        font-size: 22px;
        margin: 0px 0px 10px 0px;
    }
    .copyright {
        margin: 50px 0px 0px 0px;
    }
    .copyright-text p {
        font-size: 14px;
        text-align: center;
    }
}
@media only screen and (max-width: 320px){
}
