@media only screen and (max-width: 1500px){
    .header-main-nav ul {
        gap: 50px;
    }
    .index-banner-wrap-text-heading h6 {
        font-size: 45px;
    }
    .index-banner-wrap-text-sub-heading h3 {
        font-size: 22px;
    }
    .index-banner-wrap-text-para p {
        font-size: 12px;
    }
    .index-first-wrap-bg-text h6 {
        font-size: 90px;
    }
    .index-second-wrap-bg-text h6 {
        font-size: 150px;
        top: -28%;
        left: 25%;
    }
    .index-fourth-wrap-bg-text h6 {
        font-size: 150px;
        top: -20%;
        left: 25%;
    }
    .index-first-wrap-text h5 {
        font-size: 34px;
    }
    .index-first-wrap-text h3 {
        font-size: 16px;
    }
    .index-second-wrap-text {
        width: 50%;
    }
    .index-second-wrap-text h5 {
        font-size: 35px;
    }
    .index-second-wrapper {
        padding: 100px 0px 150px 0px;
    }
    .index-fourth-wrap-box-img img {
    	width: 150px !important;
    	height: 150px;
    }
    .about-first-wrap-text {
    	width: 100%;
    }
    .about-first-wrapper h6 {
    	font-size: 35px;
    }
    .about-first-wrapper h4 {
    	font-size: 18px;
    }
    .about-first-wrapper p {
    	font-size: 14px;
    }
    .product-first-wrap-tabs ul li button {
    	font-size: 12px;
    	height: 45px;
    }
    .product-first-wrap-text h6 {
    	font-size: 35px;
    }
    .product-text a {
    	font-size: 14px;
    }
    .service-second-wrap-text h6 {
    	font-size: 14px;
    }
    .index-sixth-wrap-text-heading h3 {
    	font-size: 16px;
    }
    .index-sixth-wrap-text-heading h6 {
    	font-size: 35px;
    }
    .footer-leave-img {
        position: absolute;
        bottom: -40px;
        right: -100px;
        width: 30%;
    }
}
@media only screen and (max-width: 992px){
    .header-menu {
        background: #31539f;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        width: 40px;
        color: #fff;
        border-radius: 50px;
        font-size: 15px;
        position: absolute;
        top: 2%;
        right: 2%;
        z-index: 999999;
    }
    .header-main-wrap-flex {
        position: fixed;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        background-color: #000;
        height: 100vh;
        width: 80%;
        left: 0;
        top: 0;
        padding:  20px;
        gap: 10px;
        transform: translateX(-100%);
        transition: 0.5s;
        z-index: 9999999;
        backdrop-filter: blur(10px);
    }
    .header-active {
        transform: translateX(0%);
    }
    .header-main-wrap-searchbar-flex {
        flex-direction: column;
        padding: 20px 0px 20px 0px;
        align-items: self-start;
        gap: 20px;
    }
    .header-main-wrap-logo {
        width: 60%;
    }
   .header-main-nav ul {
        display: flex;
        gap: 20px;
        align-items: flex-start;
        flex-direction: column;
    }
    .header-main-wrap-nav-flex {
        background-color: transparent;
        display: flex;
        align-items: self-start;
        justify-content: flex-start;
        padding: 10px 0px 0px 0px;
        clip-path: none;
        margin: 10px 0px 0px 0px;
        flex-direction: column;
        gap: 30px;
    }
    .header-main-wrap-searchbar {
        display: flex;
        align-items: center;
        padding: 0px 10px 0px 10px;
        height: 40px;
        width: 100%;
        margin: 0px 0px 0px 0px;
    }
}
@media only screen and (max-width: 575px){
    .header-menu {
        background: #31539f;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        width: 40px;
        color: #fff;
        border-radius: 50px;
        font-size: 15px;
        position: absolute;
        top: 2%;
        right: 2%;
        z-index: 999999;
    }
    .header-main-wrap-flex {
        position: fixed;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        background-color: #000;
        height: 100vh;
        width: 80%;
        left: 0;
        top: 0;
        padding:  20px;
        gap: 10px;
        transform: translateX(-100%);
        transition: 0.5s;
        z-index: 9999999;
        backdrop-filter: blur(10px);
    }
    .header-active {
        transform: translateX(0%);
    }
    .header-main-wrap-searchbar-flex {
        flex-direction: column;
        padding: 20px 0px 20px 0px;
        align-items: self-start;
        gap: 20px;
    }
    .header-main-wrap-logo {
        width: 60%;
    }
   .header-main-nav ul {
        display: flex;
        gap: 20px;
        align-items: flex-start;
        flex-direction: column;
    }
    .header-main-wrap-nav-flex {
        background-color: transparent;
        display: flex;
        align-items: self-start;
        justify-content: flex-start;
        padding: 10px 0px 0px 0px;
        clip-path: none;
        margin: 10px 0px 0px 0px;
        flex-direction: column;
        gap: 30px;
    }
    .header-main-wrap-searchbar {
        display: flex;
        align-items: center;
        padding: 0px 10px 0px 10px;
        height: 40px;
        width: 100%;
        margin: 0px 0px 0px 0px;
    }
    .header-main-wrap-location-text h2 {
        font-size: 14px;
    }
    .header-main-wrap-location-text p {
        font-size: 12px;
        color: #fff;
    }
    .header-main-nav ul li a {
        font-size: 14px;
    }
    .header-main-nav ul li a::before {
        height: 2px;
        bottom: -20%;
    }
    .header-main-wrap-searchbar input {
        font-size: 14px;
    }
    .index-banner-wrap-text-heading h6 {
        font-size: 25px;
        width: 100%;
    }
    .index-banner-wrap-text-sub-heading h3 {
        font-size: 14px;
        width: 100%;
    }
    .index-banner-wrap-text-para p {
        font-size: 12px;
        width: 100%;
    }
    .index-new-img ul {
    	display: flex;
    	align-items: center;
    	gap: 40px;
    	flex-direction: column;
    	width: 50%;
    	margin: 0 auto;
    }
    .index-first-wrap-bg-text h6 {
        font-size: 60px;
        bottom: 0%;
        width: 100%;
        text-align: center;
    }
    .index-first-wrap-text h5 {
    	font-size: 22px;
    }
    .index-second-wrap-bg-text h6 {
        font-size: 60px;
        top: -18%;
        left: 10%;
        color: var(--black-);
    }
    .index-fourth-wrap-box-flex {
        flex-direction: column;
    }
    .index-fourth-wrap-bg-text h6 {
        font-size: 50px;
        top: -20%;
        left: 25%;
    }
    .index-fourth-wrapper {
    	min-height: 700px;
    }
    .index-banner-wrap-text-field {
        width: 100%;
        margin: 0;
        padding: 0px 0px 0px 20px;
    }
    .index-banner-wrap-text-field input {
        font-size: 12px;
        width: 65%;
        height: 50px;
    }
    .index-banner-wrap-text-field a {
        height: 50px;
        font-size: 12px;
        width: 30%;
    }
    .index-banner-slider .owl-nav .owl-prev {
        left: 0%;
    }
    .index-banner-slider .owl-nav .owl-prev span {
        font-size: 70px;
    }
    .index-banner-slider .owl-nav .owl-next {
        right: 0%;
    }
    .index-banner-slider .owl-nav .owl-next span {
        font-size: 70px;
    }
    .index-banner-wrap-text-para p {
        margin: 0 auto;
    }
    .index-first-wrap-text h3 {
        font-size: 14px;
    }
    .index-second-wrap-text h5 {
    	font-size: 22px;
    }
    .index-first-wrap-text {
        width: 100%;
    }
    .index-first-wrap-text p {
        font-size: 12px;
        line-height: 20px;
        margin: 10px 0px 20px 0px;
    }
    .index-first-wrap-text a {
        width: 110px;
        height: 35px;
        font-size: 14px;
        margin: 0px 0px 30px 0px;
    }
    .index-first-wrapper {
        padding: 50px 0px 100px 0px;
    }
    .index-second-wrap-text {
        width: 100%;
        margin: 0;
    }
    .index-second-wrap-text h3 {
        font-size: 14px;
        margin: 0px 0px 10px 0px;
    }
    .index-first-wrap-text h5 {
    	font-size: 22px;
    }
    .index-second-wrap-text p {
        font-size: 12px;
        line-height: 20px;
        margin: 10px 0px 30px 0px;
    }
    .index-second-wrap-card-img span {
        font-size: 14px;
        height: 35px;
    }
    .index-second-wrapper {
        padding: 50px 0px 100px 0px;
    }
    .index-third-wrap-card {
        gap: 30px;
        flex-direction: column;
        margin: 0px 0px 50px 0px;
        justify-content: center;
        align-items: center;
        
    }
    .index-third-wrap-text {
        margin: 0px 0px 0px 0px;
        width: 100%;
    }
    .index-third-wrap-text h3 {
        font-size: 14px;
    }
    .index-third-wrap-text h5 {
        font-size: 30px;
    }
    .index-third-wrap-text p {
        font-size: 12px;
        margin: 15px 0px 15px 0px;
    }
    .index-third-wrapper {
        padding: 50px 0px;
    }
    .index-third-wrap-card-img span {
        font-size: 12px;
        height: 15%;
    }
    .index-second-slider .owl-nav .owl-prev span {
        font-size: 80px;
    }
    .owl-nav .owl-next {
        top: 90%;
        right: 40%;
    }
    .index-second-slider .owl-nav .owl-next span {
        font-size: 80px;
    }
    .index-second-slider .owl-nav .owl-prev {
        top: 90%;
        left: 35%;
    }
    .index-fourth-wrapper-text h5 {
        font-size: 20px;
        margin: 0px 0px 30px 0px;
    }
    .index-fourth-wrapper-text h3 {
        font-family: var(--montserrat-semiBold);
        font-size: 15px;
        color: var(--white-);
    }
    .index-fourth-wrap-popup {
        width: 100%;
        height: 200px;
    }
    .index-fourth-wrap-popup p {
        font-size: 13px;
    }
    .index-fourth-wrap-popup::before {
    content: none;
    }
    .index-fourth-wrap-bg-text h6 {
        top: -6%;
        left: 17%;
        font-size: 70px;
    }
    .index-second-slider .owl-nav .owl-next {
        top: 90%;
        right: 36%;
    }
    .index-fifth-wrap-text h6 {
        font-size: 25px;
        margin: 0px 0px 20px 0px;
    }
    .index-fifth-wrap-tab-text-content {
        height: 60px;
    }
    .accordion-item button {
        font-size: 18px;
    }
    .index-fifth-wrapper {
        padding: 50px 0px 50px 0px;
    }
    .index-sixth-wrapper {
        padding: 50px 0px 50px 0px;
    }
    .index-sixth-wrap-text-heading h3 {
        font-size: 15px;
    }
    .index-sixth-wrap-text-heading h6 {
         font-size: 35px;
    }
    .index-sixth-wrap-text-para p {
        width: 100%;
        font-size: 12px;
    }
    .index-sixth-wrap-text-links {
        margin: 0px 0px 20px 0px;
    }
    .footer-main-wrapper {
        padding: 20px 0px 0px 0px;
    }
    .footer-main-wrap-logo-img {
        text-align: center;
    }
    .footer-links h6 {
        margin: 20px 0px 10px 0px;
    }
    .copyright-text p {
        font-size: 9px;
        font-family: var(--openSans-regular);
        color: #ffffff;
    }
    .footer-leave-img {
        bottom: -30px;
        right: -33px;
        width: 28%;
    }
    .footer-links ul li a {
        font-size: 13px;
        line-height: 1;
    }
    .index-sixth-wrap-input input {
        font-size: 12px;
    }
    .index-sixth-wrap-textarea input {
        font-size: 12px;
    }
    .about-banner-wrapper {
    	min-height: 350px;
    }
    .common-banner-wrap-text {
    	height: auto;
    	width: 80%;
    	padding: 20px;
    }
    .common-banner-wrap-text h6 {
    	font-size: 35px;
    }
    .common-banner-wrap-text ul li a {
    	font-size: 14px;
    }
    .about-first-wrapper {
    	padding: 50px 0px 0px 0px;
    }
    .about-first-wrapper h6 {
    	font-size: 22px;
    	margin: 0px 0px 10px 0px;
    }
    .about-first-wrapper h4 {
    	font-size: 14px;
    }
    .about-first-wrapper p {
    	font-size: 12px;
    	line-height: 20px;
    }
    .about-first-wrap-img {
    	margin: 0px 0px 10px 0px;
    }
    .product-first-wrap-tabs {
    	margin: 0px 0px 50px 0px;
    }
    .product-first-wrap-tabs ul#pills-tab {
    	flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    	gap: 10px;
    }
    .product-first-wrap-tabs ul li button {
        width: 180px;
    }
    .product-first-wrapper {
    	padding: 50px 0px;
    }
    .product-first-wrap-search {
    	width: 100% !important;
    }
    .product-first-wrap-text h4 {
    	font-size: 16px;
    }
    .product-first-wrap-text h6 {
    	font-size: 20px;
    }
    .product-text a {
    	font-size: 12px;
    }
    .product-title h2 {
    	font-size: 16px;
    	margin: 0px 0px 10px 0px;
    }
    .product-list {
    	height: 150px;
    }
    .blog-first-wrap-blog-text {
    	width: 100%;
    }
    .blog-first-wrap-blog-text h6 {
    	font-size: 22px;
    }
    .signin-first-wrap-inputs {
    	width: 100%;
    }
    .signin-first-wrap-main-btn button {
    	width: 100%;
    }
    .signin-first-wrapper {
    	padding: 100px 0px 0px 0px;
    }
    .signin-first-wrap-small-text p::before{
        display: none;
    }
    .signin-first-wrap-small-text p::after{
        display: none;
    }
    .signup-first-wrap-inputs {
    	width: 100%;
    }
    .signup-first-wrap-main-btn button {
    	width: 100%;
    }
    .signup-first-wrapper {
    	padding: 100px 0px 0px 0px;
    }
    .signup-first-wrap-small-text p::before{
        display: none;
    }
    .signup-first-wrap-small-text p::after{
        display: none;
    }
    .product-second-wrapper {
    	padding: 50px 0px 50px 0px;
    }
    .product-second-wrap-text h6 {
    	font-size: 35px;
    }
    .product-second-wrap-text p {
    	font-size: 14px;
    	margin: 0px 0px 20px 0px;
    }
    .service-banner-wrap-text h6 {
    	font-size: 35px;
    }
    .service-banner-wrap-text p {
    	font-size: 16px;
    	width: 100%;
    }
    .service-first-wrap-text h6 {
    	font-size: 25px;
    }
    .product-inner-wrap-text h6 {
        font-size: 30px;
    }
    .product-inner-wrap-input input {
        height: 50px;
        font-size: 16px;
    }
    .product-inner-wrap-select select {
        height: 50px;
        font-size: 16px;
    }
    .captcha-img img {
        width: 70%;
        margin: 0px 0px 10px 0px;
    }
    .product-inner-wrap-btn input {
        height: 50px;
        font-size: 16px;
    }
    .product-inner-wrapper {
        padding: 60px 0px;
    }
    .product-banner-wrapper-1 {
        min-height: 350px;
    }
    .index-new-wrapper {
        padding: 10px 0px;
    }
    .product-inner-banner-wrapper {
        min-height: 360px;
    }
    .contact-banner-wrapper{
        min-height: 360px;
    }
    .contact-first-wrapper {
        padding: 100px 0px 60px 0px;
    }
    .index-banner-wrap-text::before {
        width: 100%;
        height: 100%;
    }
    .index-new-img {
        width: 70%;
        margin: 0 auto;
    }
    .blog-first-wrapper {
        padding: 70px 0px 20px 0px;
    }
    .custom-tab .nav-link.active {
        font-size: 18px;
    }
}
@media only screen and (max-width: 425px){}
@media only screen and (max-width: 320px){}
    