@media only screen and (min-width: 1800px){
    .container{
        max-width: 1700px;
    }
}
@media only screen and (max-width: 1799px){
    .header_logo {
        max-width: 120px;
    }
    .common_btn {
        width: 160px;
        height: 45px;
        font-size: 14px;
    }
    .common_btn_dark {
        width: 160px;
        height: 45px;
        font-size: 14px;
    }
    .common_btn_light {
        width: 160px;
        height: 45px;
        font-size: 14px;
    }
    .header_inner_flex {
        gap: 70px;
    }
    .header_nav ul {
        gap: 40px;
    }
    .header_nav ul li a {
        font-size: 14px;
    }
    .header_nav ul li a i {
        top: 8px;
        right: -14px;
        font-size: 8px;
    }
    .custom_dropdown ul {
        gap: 0;
    }
    .index_banner_wrap_text h1 {
        font-size: 70px;
    }
    .index_banner_wrap_text p {
        font-size: 18px;
        width: 90%;
    }
    .sub_heading {
        font-size: 17px;
    }
    .heading {
        font-size: 55px;
    }
    .desc {
        font-size: 14px;
    }
    .index_first_wrapper {
        padding: 80px 0px;
    }
    .index_second_wrapper {
        padding: 80px 0px;
    }
    .index_second_wrap_box_text p {
        font-size: 12px;
        height: 250px;
    }
    .index_second_wrap_heading h3 {
        height: auto;
        font-size: 16px;
    }
    .index_second_wrap_box_text ul {
        height: 270px;
        padding: 10px 0px 0px 20px;
    }
    .index_second_wrap_box_text ul li {
        font-size: 12px;
        list-style: disc;
    }
    .index_second_wrap_cr_box {
        height: 425px;
    }
    .box-h-max {
        height: 700px;
    }
    .index_third_wrapper {
        padding: 80px 0px;
    }
    .index_third_wrap_main_box {
        padding: 100px 50px;
    }
    .third_wrap_main_img {
        width: 32%;
    }
    .third_wrap_box_text p {
        font-size: 14px;
    }
    .index_third_wrap_ttext .heading {
        width: 70%;
    }
    .index_third_wrap_ttext .desc {
        width: 70%;
    }
    
    .index_fourth_wrapper {
        padding: 80px 0px;
    }
    .index_fourth_wrap_ttext {
        width: 60%;
    }
    .index_fourth_wrap_box {
        padding: 30px 25px;
        height: 340px;
    }
    .fourth_wrap_box_ttext h2 {
        font-size: 16px;
    }
    .fourth_wrap_box_ttext h3 {
        font-size: 14px;
    }
    .fourth_wrap_box_ttext h5 {
        font-size: 16px;
    }
    .fourth_wrap_box_ttext h6 {
        font-size: 16px;
    }
    .fourth_wrap_box_text p {
        font-size: 12px;
    }
    .index_fifth_wrapper {
        padding: 80px 0px;
    }
    .index_fifth_wrap_slider_box p {
        font-size: 14px;
    }
    .fifth_wrap_slider_box_img {
        width: 65px;
    }
    .index_sixth_wrapper {
        padding: 80px 0px;
    }
    .index_sixth_wrap_btn a {
        margin: 50px auto 0px auto;
    }
    .index_sixth_wrap_box {
        width: 330px;
    }
    .index_sixth_wrap_box:nth-child(2) {
        width: calc(100% - 690px);
    }
    .index_seventh_wrapper {
        padding: 80px 0px;
    }
    .index_seventh_acco .accordion-item .accordion-header .accordion-button {
        font-size: 14px;
    }
    .index_seventh_acco .accordion-body p {
        font-size: 14px;
    }
    .index_eighth_wrap_box_img {
        height: 400px;
    }
    .index_eighth_wrap_box_text h4 {
        font-size: 26px;
    }
    .index_eighth_wrap_box_text h6 {
        font-size: 35px;
    }

    .footer_top_text h6 {
        font-size: 180px;
    }
    .footer_logo {
        max-width: 140px;
    }
    .footer_text .desc {
        font-size: 14px;
    }
    .footer_social ul {
        gap: 10px;
    }
    .footer_links h6 {
        font-size: 22px;
    }
    .footer_links ul li a {
        font-size: 14px;
        margin: 0px 0px 10px 0px;
        gap: 10px;
    }
    .copyright_text p {
        font-size: 14px;
    }
    .copyright_link ul li a {
        font-size: 14px;
    }
    .index_sixth_wrap_box .sixth_wrap_box_img {
        height: 300px;
    }
    .index_sixth_wrap_box:nth-child(2) .sixth_wrap_box_img {
        height: 450px;
    }
    .sixth_wrap_box_text p {
        font-size: 14px;
    }
    .index_second_wrap_img {
        transform: translate(30px , 80px);
        width: 100%;
    }
    .box-h-max {
        height: 740px;
    }
    .blog_decs_main_img {
        height: 550px;
    }
    
}
@media only screen and (max-width: 1399px){
    .custom_dropdown ul {
        gap: 0;
    }
    .index_banner_wrap_text h1 {
        font-size: 60px;
    }
    .index_banner_wrap_text p {
        font-size: 16px;
    }
    .index_first_wrapper {
        padding: 60px 0px;
    }
    .index_second_wrap_heading h3 {
        height: 20px;
        font-size: 14px;
    }
    .index_second_wrap_box_text ul li {
        font-size: 10px;
        list-style: disc;
    }
    .index_second_wrap_box_text ul {
        height: 270px;
        padding: 10px 0px 0px 20px;
        margin: 0px 0px 10px 0px;
    }
    .sub_heading {
        font-size: 17px;
    }
    .heading {
        font-size: 50px;
    }
    .desc {
        font-size: 13px;
    }
    .index_second_wrap_box_text p {
        font-size: 10px;
        height: 180px;
    }
    .fourth_wrap_box_ttext h5 {
        font-size: 14px;
    }
    .fourth_wrap_box_ttext h6 {
        font-size: 14px;
    }
    .fourth_wrap_box_text p {
        font-size: 10px;
    }
    .index_fourth_wrap_box {
        padding: 30px 20px;
        height: 250px;
    }
    .index_sixth_wrap_ttext {
        width: 70%;
    }
    .index_sixth_wrap_box {
        width: 300px;
    }
    .index_sixth_wrap_box:nth-child(2) {
        width: calc(100% - 630px);
    }
    .sixth_wrap_box_text p {
        font-size: 14px;
    }
    .index_eighth_wrap_box_img {
        height: 350px;
    }
    .index_eighth_wrap_box_text h4 {
        font-size: 24px;
    }
    .index_eighth_wrap_box_text h6 {
        font-size: 30px;
    }
    .contact_first_wrap_ttext {
        width: 70%;
    }
    .contact_first_wrap_box_text a {
        font-size: 14px;
    }
    .contact_first_wrap_box_text ul li a i {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }
    .footer_top_text h6 {
        font-size: 160px;
        transform: translate(0px, -40px);
    }
    .index_second_wrap_cr_box {
        height: 400px;
        padding: 20px;
    }
    .box-h-max {
        height: 650px;
    }
    .fourhth_wrap_box_img {
        width: 50px;
        height: 50px;
    }
    .fourth_wrap_box_ttext h2 {
        font-size: 14px;
    }
    .fourth_wrap_box_ttext h3 {
        font-size: 12px;
    }
    .fourth_wrap_box_top {
        gap: 10px;
    }
    .testi_slider {
        height: 400px;
    }
    .blog_decs_main_img {
        height: 410px;
    }
    .blog_decs_side_item_text p {
        font-size: 12px;
    }
}
@media only screen and (max-width: 1199px){
    .header_top_info ul li a {
        font-size: 12px;
    }
    .header_logo {
        max-width: 100px;
    }
    .header_inner_flex {
        gap: 50px;
    }
    .header_nav ul {
        gap: 30px;
    }
    .header_nav ul li a {
        font-size: 12px;
    }
    .custom_dropdown ul {
        gap: 0;
    }
    .header_nav ul li a i {
        top: 6px;
        right: -14px;
        font-size: 8px;
    }
    .common_btn {
        width: 140px;
        height: 40px;
        font-size: 12px;
    }
    .common_btn_dark {
        width: 140px;
        height: 40px;
        font-size: 12px;
    }
    .common_btn_light {
        width: 140px;
        height: 40px;
        font-size: 12px;
    }
    .index_banner_wrap_text h1 {
        font-size: 45px;
    }
    .index_banner_wrap_text p {
        font-size: 13px;
    }
    .index_banner_slider ul li img {
        max-width: 70px;
    }
    .sub_heading {
        font-size: 15px;
    }
    .heading {
        font-size: 42px;
    }
    .desc {
        font-size: 11px;
    }
    .index_second_wrapper {
        padding: 60px 0px;
    }
    .index_second_wrap_box_text p {
        height: 230px;
    }
    .index_second_wrap_img {
        transform: translate(50px , 80px);
        width: 100%;
    }
    .third_wrap_box_text h6 {
        font-size: 16px;
    }
    .third_wrap_box_text p {
        font-size: 12px;
    }
    .index_third_wrapper {
        padding: 60px 0px;
    }
    .index_fourth_wrapper {
        padding: 60px 0px;
    }
    .fourth_wrap_box_ttext h5 {
        font-size: 12px;
    }
    .fourth_wrap_box_ttext h6 {
        font-size: 12px;
    }
    .index_fourth_wrap_box {
        padding: 30px 15px;
        height: 270px;
    }
    .index_fifth_wrapper {
        padding: 60px 0px;
    }
    .index_sixth_wrap_box {
        width: 250px;
    }
    .index_sixth_wrap_box:nth-child(2) {
        width: calc(100% - 530px);
    }
    .sixth_wrap_box_date h1 {
        padding: 0px 15px;
        height: 40px;
        font-size: 14px;
    }
    .sixth_wrap_box_text h6 {
        font-size: 13px;
    }
    .sixth_wrap_box_text p {
        font-size: 11px;
    }
    .index_seventh_acco .accordion-item .accordion-header .accordion-button {
        font-size: 18px;
    }
    .index_seventh_acco .accordion-body p {
        font-size: 12px;
    }
    .index_sixth_wrapper {
        padding: 60px 0px;
    }
    .index_seventh_wrapper {
        padding: 60px 0px;
    }
    .index_eighth_wrapper {
        padding: 60px 0px;
    }
    .index_eighth_wrap_box_img {
        height: 300px;
    }
    .index_eighth_wrap_box_text h4 {
        font-size: 20px;
    }
    .index_eighth_wrap_box_text h6 {
        font-size: 24px;
    }
    .contact_wrap_form_input input {
        font-size: 12px;
        height: 40px;
    }
    .contact_wrap_form_input textarea {
        font-size: 12px;
        height: 170px;
    }
    .footer_top_text h6 {
        font-size: 120px;
        transform: translate(0px, -30px);
    }
    .footer_logo {
        max-width: 120px;
    }
    .footer_text .desc {
        font-size: 11px;
    }
    .footer_social ul li a i {
        width: 35px;
        height: 35px;
        font-size: 13px;
    }
    .footer_links h6 {
        font-size: 18px;
    }
    .footer_links ul li a {
        font-size: 11px;
    }
    .copyright_text p {
        font-size: 11px;
    }
    .copyright_link ul li a {
        font-size: 11px;
    }
}
@media only screen and (max-width: 991px){
    .header_main {
        padding: 30px 10px;
        background-color: #2c3001c4;
        position: fixed;
        top: 0;
        left: 0;
        width: 80%;
        height: 100vh;
        backdrop-filter: blur(10px);
        border-radius: 0px 20px 20px 0px;
        border: 1px solid var(--dark-green);
        transition: transform .5s ease;
        transform: translateX(-100%);
    }
    .header_up {
        top: 0;
    }
    .header_active{
        transform: translateX(0%);
    }
    .header_top{
        background-color: #2c3001c4;
        padding: 20px 0px;
    }
    .header-menu {
        background: var(--white);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        width: 40px;
        color: var(--black);
        border-radius: 50px;
        font-size: 14px;
    }
    .header-menu i{
        font-size: 16px;
    }
    .header_top_flex{
        display: none;
    }
    .header_mob_flex{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header_mob_logo{
        max-width: 100px;
    }
    .header_flex {
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        gap: 50px;
        height: 100%;
    }
    .header_nav ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .header_nav ul li a {
        font-size: 16px;
    }
    .header_nav ul li a::before{
        display: none;
    }
    .header_inner_flex {
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        gap: 0;
        height: 100%;
    }
    .header_main .container {
        height: 100%;
    }
    .custom_dropdown {
        left: 60px;
        border: 1px solid transparent;
        background-color: var(--black);
    }
    .custom_dropdown ul {
        gap: 0;
    }
    .custom_dropdown ul li a {
        font-size: 14px;
    }
    .index_banner_wrapper {
        height: auto;
    }
    .index_banner_img {
        text-align: center;
        margin: 20px 0px 0px 0px;
    }
    .custom-modal-img {
        display: none;
    }
    .index-banner-ct-text h6 {
        font-size: 35px;
    }
    .index-banner-ct-text p {
        font-size: 16px;
        margin: 0px 0px 10px 0px;
    }
    .custom-modal-contact-form {
        padding: 40px 40px 40px 40px;
    }
    .index_banner_wrap_text h1 {
        font-size: 35px;
    }
    .index-banner-ct-input input {
        font-size: 12px;
        height: 30px;
    }
    .index-banner-ct-input select {
        font-size: 12px;
        height: 30px;
    }
    .index-banner-ct-input textarea {
        font-size: 12px;
        height: 40px;
        padding: 0px 0px 0px 0px;
    }
    .form-modal{
        z-index: 999999;
    }
    .modal-backdrop {
        z-index: 99999;
    }
    .modal-cont-close span {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .index_banner_slider ul li img {
        max-width: 90px;
    }
    .index_banner_slider ul {
        width: 900vw;
    }
    .common_btn.btn_lg {
        padding: 0px 10px;
    }
    .common_btn {
        height:30px;
        font-size: 10px;
    }
    .common_btn_light {
        height:30px;
        font-size: 10px;
    }
    .index_banner_wrap_text p {
        font-size: 12px;
    }
    .index_banner_img img {
        width: 65%;
    }
    .heading {
        font-size: 30px;
    }
    .sub_heading {
        font-size: 14px;
    }
    .common_btn_dark {
        width: 100px;
        height: 30px;
        font-size: 10px;
    }
    .index_second_wrap_text {
        margin: 0px 0px 30px 0px;
        width: 100%;
    }
    .index_second_wrap_num h5 {
        font-size: 50px;
        left: 10px;
        top: 0px;
    }
    .index_second_wrap_slider .swiper-pagination {
        bottom: 50px;
    }
    .index_third_wrap_ttext .heading {
        width: 100%;
        margin: 0px 0px 10px 0px;
    }
    .index_third_wrap_ttext .desc {
        width: 100%;
    }
    .third_wrap_box_text_right {
        text-align: unset;
    }
    .third_wrap_box_flex {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }
    .third_wrap_main_img {
        opacity: 0;
    }
    .index_third_wrap_box {
        margin: 0 0 20px 0;
    }
    .index_third_wrap_main_box {
        padding: 50px 30px;
    }
    .index_fourth_wrap_ttext {
        width: 100%;
    }
    .fourhth_wrap_box_img {
        width: 15%;
    }
    .fourth_wrap_box_top {
        margin: 0 0px 10px 0px;
    }
    .index_fourth_wrap_box {
        padding: 30px 20px;
        height: 220px;
        width: 100%;
        margin: 0 auto 20px auto;
    }
    .testi_slider {
        padding: 30px 30px 0px 30px;
        height: 350px;
    }
    .index_fifth_wrap_slider_box:hover {
        transform: translate(0px, -15px);
    }
    .index_fifth_wrap_ttext {
        width: 100%;
        margin: 0px 0px 30px 0px;
    }
    .index_fifth_wrap_slider_box {
        padding: 20px;
    }
    .fifth_wrap_slider_box_img {
        width: 50px;
        height: 50px;
    }
    .fifth_wrap_slider_box_author_text {
        width: calc(100% - 60px);
    }
    .index_fifth_wrap_slider_box p {
        font-size: 12px;
    }
    .index_fifth_wrap_slider_box ul li {
        font-size: 12px;
        color: #ffc107;
    }
    .index_sixth_wrap_ttext {
        width: 100%;
    }
    .index_seventh_acco .accordion-item .accordion-header .accordion-button {
        font-size: 16px;
    }
    .index_seventh_acco .icon i {
        transition: .3s ease;
        color: var(--black);
        font-size: 16px;
    }
    .index_sixth_wrap_flex {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 5px;
        flex-direction: column;
    }
    .index_sixth_wrap_box {
        width: 90%;
        margin: 0 auto 20px auto;
    }
    .index_sixth_wrap_box:nth-child(2) {
        width: calc(100% - 10%);
    }
    .sixth_wrap_box_date h1 {
        padding: 0px 10px;
        height: 30px;
        font-size: 10px;
    }
    .sixth_wrap_box_text {
        padding: 20px 15px;
    }
    .contact_first_wrap_ttext {
        width: 100%;
    }
    .contact_first_wrap_ttext {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .contact_wrap_form_input textarea {
        font-size: 12px;
        height: 120px;
    }
    .footer_top_text h6 {
        font-size: 63px;
        transform: translate(0px, -16px);
    }
    .footer_logo {
        max-width: 100px;
        margin: 0 0 20px 0;
    }
    .footer_social ul {
        gap: 5px;
        margin: 0 0 30px 0;
    }
    .footer_links h6 {
        font-size: 18px;
        margin: 0 0 20px 0;
    }
    .footer_links {
        margin: 0 0 30px 0;
    }
    .copyright_flex {
        flex-direction: column;
    }
    .index_eighth_wrap_flex {
        margin: 0px 0px 30px 0px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 15px;
    }
    .contact_first_wrapper {
        padding: 50px 0px;
    }
    .index_eighth_wrapper {
        padding: 50px 0px;
    }
    .index_sixth_wrapper {
        padding: 50px 0px;
    }
    .index_eighth_wrap_box_img {
        height: 250px;
        margin: 0 0 10px 0;
    }
    .index_eighth_wrap_box_text h4 {
        font-size: 16px;
    }
    .index_eighth_wrap_box_text h6 {
        font-size: 20px;
    }
    .index_eighth_wrap_box_text h6 svg {
        width: 40px;
        padding: 10px 10px 0 0px;
    }
    .index_second_wrap_main {
        flex-direction: column;
    }
    .index_second_wrap_inr_flex {
        width: 100%;
    }
    .index_second_wrap_num h5 {
        display: none;
    }
    .box-h-max {
        height: 300px;
    }
    .box-h-min {
        height: 300px !important;
    }
    .box-h-min .index_second_wrap_box_text {
        opacity: 1;
    }
    .index_eighth_wrapper .row .col-12:nth-child(even) {
        transform: translateY(0);
    }
    .index_eighth_wrap_box_text .desc {
        margin: 0 0 40px 0;
    }
    .index_second_wrap_cr_box {
        height: 390px;
        padding: 20px 20px;
    }
    .index_second_wrap_box_text p {
        height: 150px;
    }
    .footer_wrapper::before {
        top: -10px;
        border-radius: 30px;
    }

    .inner_banner_wrapper {
        height: 350px;
    }
    .w-50 {
        width: 100%!important;
    }
    .blog_wrap_box {
        margin: 0 0 30px 0;
    }
    .blog_wrap_box_date h1 {
        padding: 0px 10px;
        height: 40px;
        font-size: 12px;
    }
    .contact_first_wrap_box_text a {
        font-size: 12px;
        gap: 5px;
    }
    .contact_first_wrap_box_text ul li a i {
        width: 30px;
        height: 30px;
    }
    .contact_first_wrap_box_text {
        margin: 0 0 20px 0;
    }
    .index-fourth-sub-wrap {
        flex-direction: column;
        align-items: flex-start;
        padding: 25px 25px;
        transform: translateY(-100px);
        gap: 10px;
    }
    .index-fourth-wrap-headphone img {
        width: 15%;
    }
    .index-fourth-wrap-headphone p {
        font-size: 12px;
    }
    .index-fourth-wrap-headphone {
        gap: 10px;
    }
    .index-fourth-wrap-input-1 input {
        font-size: 12px;
    }
    .index-fourth-wrap-input-1 form {
        width: 320px;
        height: 50px;
    }
    .index_first_wrap_img {
        margin: 20px 0px 0px 0px;
    }
    .index_sixth_wrap_box:nth-child(2) .sixth_wrap_box_img {
        height: 300px;
    }
    .mobile_res_slider_1{
        overflow: hidden;
        padding: 20px;
    }
    .cus_blog_tabs {
        gap: 10px;
        margin: 0px 0px 30px 0px;
    }
    .cus_blog_tabs .nav-link {
        height: 40px;
        padding: 0px 15px;
        font-size: 12px;
    }







    

}
@media only screen and (max-width: 575px){
}
@media only screen and (max-width: 320px){
}