@media(max-width: 1699px){
    .mica-logo img {
    width: 300px;
}
.header-bottom-inner:before {
    content: "";
    position: absolute;
    width: 90%;
    height: 1px;
    top: 0;
    right: -41px;
    background-color: #0f0f0f42;
}
.nav-menu > li {
    display: inline-block;
    float: left;
    text-align: left;
    margin-right: 38px;
}
.nav-menu > li > a {
    padding: 20px 0px 10px 0px;
    font-size: 18px;
    line-height: 38px;
}
section.main_hero_banner {
    padding: 0px 0px 0px 0px;
    height: 600px;
}
.main_hero_banner .carousel-inner {
    height: 600px;
}
.main_head {
    padding: 73px 50px;
    top: -102px;
}
.main_head h2 {
    font-size: 40px;
    line-height: 66px;
    font-weight: 900;
    color: var(--white-color);
}
.process_dev_sec {
    gap: 0px;
}
.process_box:last-child:before {
   display: none;
}

.hero_content {
    position: absolute;
    top: 25%;
    left: 10%;
}
}

@media(max-width: 1399px){
    .footer_column li {
    list-style: none;
    margin-bottom: 12px;
}
.footer_column a {
    font-size: 20px;
    font-weight: 300;
    color: var(--white-color);
}

.footer_column h4 {
    margin-bottom: 24px;
}
.footer_con_det a {
    font-size: 20px;
    line-height: 35px;
}
.footer_add {
    font-size: 20px;
    line-height: 30px;
}
}

@media(max-width: 1199px){
    .process_cont p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;  
}
.process_box .process_img {
    height: 130px;
    width: 130px;
}
.process_box:nth-child(odd):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 95%;
    border-right: 5px dotted #fff;
    transform: rotate(-45deg);
    top: 79%;
    left: -10%;
}
.process_box:nth-child(even):before {
    content: "";
    position: absolute;
    border-right: 5px dotted #fff;
    height: 81%;
    width: 100%;
    top: -68%;
    transform: rotate(40deg);
    left: 11%;
    z-index: -1;
}
.process_box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.process_box:nth-child(even) {
    position: relative;
    top: 275px;
    z-index: 1;
}
.mica-logo img {
        width: 160px;
        margin-top: -65px;
    }
    .header .row {
    align-items: end;
}
    .header-bottom-inner:before {
        width: 105%;
        right: -43px;
    }
    .hero_inner_content {
    position: relative;
    width: 80%;
}
.uniq2 {
    width: 100% !important;
}
.uniq {
    width: 100%;
}
.about_cont h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: 15px;
}
.about_cont p {
    font-size: 20px;
    line-height: 30px;
}
.about_cont .main_cta {
    margin-top: 25px;
}
.p-100 {
    padding: 65px 0px;
}
.about_cont {
    margin-left: 10px;
}
    .main_head {
        padding: 42px 80px;
        top: 0px;
    }
        .main_head h2 {
        font-size: 36px;
        line-height: 46px;
        font-weight: 900;
        color: var(--white-color);
    }
    section.main_product_solution{
        margin-top: 0px;
    }
    .product_sol_main_tabs li a {
    font-size: 25px;
    line-height: 34px;
    padding-bottom: 12px;
    padding: 0px 30px 12px 30px;
}
.pro_sol_tit h3 {
    color: var(--white-color);
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.product_sol_box {
    gap: 10px;
    text-align: center;
}
.main_product_solution .main_cta {
    margin-top: 30px;
}
.prod_sol_img {
    padding: 30px 50px;
    border-radius: 25px;
}
.main_product_sol_cont {
    margin-top: 70px;
    position: relative;
}
.main_capli h2 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 35px;
}
.capblitiz_right_cont {
    width: 70%;
    padding-left: 35px;
}
.capblit_tabs li {
    padding: 10px 15px 15px 15px;
}
.capblit_tabs li a {
    font-size: 16px;
    line-height: 28px;
}
.captiliz_cont .main_cta {
    margin-top: 20px;
}
.captiliz_cont p {
    font-size: 19px;
    line-height: 28px;
}
.captiliz_cont h3 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px;
}
.main_process_devlopment h2 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 40px;
}
.main_news h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    color: var(--black-color);
    margin-bottom: 35px;
}
.main_news_sec {
    padding: 70px 70px;
}
.main_news_sec .news_img {
    padding: 15px 15px;
}
.main_news_sec .news_img img {
    width: 330px;
}
.main_news_sec .news_cont {
    margin-left: 40px;
}
.main_news_sec .news_cont h3 {
    font-size: 32px;
    line-height: 42px;
}
.main_news_sec .news_cont p {
    margin-bottom: 15px;
    margin-top: 7px;
}

}

@media(max-width: 991px){
    .header-bottom-inner:before{
    display: none;
}
.main_header_menu .top_head {
    display: none !important;
}
    .mica-logo img {
        width: 160px;
        margin-top: 0px;
    }
    .header .row {
        align-items: center;
    }
    .footer_sec {
    display: flex;
    flex-direction: row;
    gap: 30px;
    flex-wrap: wrap;
}
.footer_column {
    width: 30%;
}
    .process_dev_sec {
        gap: 0px;
        flex-wrap: wrap;
    }
    .process_box:nth-child(odd):before{
        display: none;
    }
     .process_box:nth-child(even):before{
        display: none;
    }
    .process_box:nth-child(odd) {
    flex-direction: column;
}
    .process_box:nth-child(even) {
        position: relative;
        top: 0px;
        z-index: 1;
    }
    .process_box {
    width: 33.3%;
    margin-bottom: 25px;
}
section.p-100.main_process_devlopment {
    padding-bottom: 65px;
}
    .process_box:nth-child(n+4) {
       margin-bottom: 0px;
    }
    .hero_inner_content p {
    font-size: 22px;
    padding-top: 10px;
    margin-bottom: 30px;
}
.hero_inner_content h2 {
    font-size: 56px;
    line-height: 65px;
}
.carousel-item::before{
   background-color: #00000036;
}
    .hero_inner_content {
        position: relative;
        width: 87%;
    }
        .about_cont {
        margin-left: 0px;
        margin-top: 35px;
    }
    .product_sol_main_tabs {
    padding-left: 300px;
    gap: 60px;
}
    .product_sol_main_tabs li a {
        font-size: 20px;
        line-height: 25px;
    }
        .main_head h2 {
        font-size: 30px;
        line-height: 40px;
        font-weight: 600;
        color: var(--white-color);
    }
        .main_head {
        padding: 48px 40px;
        top: 0px;
    }
        .prod_sol_img {
        padding: 30px 35px;
        border-radius: 25px;
    }
    .product_sol_box {
    margin-left: 20px;
}
.cta {
    font-size: 16px;
}
.captiliz_cont {
    padding-top: 50px;
    padding-left: 25px;
    border-left: 1px solid var(--brand-color);
    margin-top: -30px;
    padding-bottom: 10px;
}
    .capblitiz_right_cont {
        width: 60%;
        padding-left: 25px;
    }
    .capblitiz_left_tab {
    width: 40%;
}
    .main_news_sec {
        padding: 40px 40px;
    }
        .main_news_sec .news_img img {
        width: 200px;
    }
        .footer_column h4 {
        margin-bottom: 15px;
        font-size: 26px;
    }
			.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open ul#menu {
    display: block;
}
ul#menu{
    display: none;
}
}


@media(max-width: 575px){
        .hero_inner_content h2 {
        font-size: 24px;
        line-height: 34px;
    }
        .hero_inner_content p {
        font-size: 15px;
        padding-top: 5px;
        margin-bottom: 15px;
        line-height: 23px;
    }
        section.main_hero_banner {
        padding: 0px 0px 0px 0px;
        height: 400px;
    }
        .main_hero_banner .carousel-inner {
        height: 400px;
    }
        .cta {
        font-size: 15px;
    }
    .main_cta {
    position: relative;
    height: 40px;
}
    .about_cont p {
        font-size: 19px;
        line-height: 29px;
    }
        .about_cont h2 {
        font-size: 25px;
        line-height: 35px;
        font-weight: 700;
        color: var(--black-color);
        margin-bottom: 10px;
    }
        .main_head {
        padding: 0px;
        top: 60px;
        width: 100%;
        background: none;
    }
        .main_head h2 {
        color: var(--white-color);
        font-size: 26px;
        line-height: 46px;
        margin-bottom: 0px;
    }
        section.main_product_solution {
        margin-top: 0px;
        padding-bottom: 65px;
    }
        .product_sol_main_tabs {
        padding-left: 0px;
        gap: 0px;
        justify-content: center;
        padding: 0px 10px;
    }
        .main_product_sol_cont {
        margin-top: 40px;
        position: relative;
    }
    .product_sol_tab_con {
    flex-wrap: wrap;
    gap: 20px 0px;
}

    .product_sol_box:nth-child(3) {
    margin-left: 0px;
}
    .main_product_sol_cont .product_sol_box:last-child {
        display: block;
    }
        .pro_sol_tit h3 {
        color: var(--white-color);
        font-size: 16px;
        line-height: 23px;
        font-weight: 500;
    }
        .captiliz_cont {
        padding-top: 50px;
        padding-left: 15px;
        border-left: 1px solid var(--brand-color);
        margin-top: -30px;
        padding-bottom: 10px;
    }
        .captiliz_cont h3 {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 5px;
    }
        .process_box {
        width: 47.5%;
        margin-bottom: 10px;
    }
        .process_dev_sec {
        gap: 10px;
    }
        .process_cont p {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
    }
        .main_news_sec {
        padding: 20px 20px;
        flex-direction: column;
        border-radius: 20px;
    }
        .main_news_sec .news_cont p {
        margin-bottom: 15px;
        margin-top: 7px;
        font-size: 16px;
    }
        .main_news_sec .news_cont h3 {
        font-size: 24px;
        line-height: 34px;
    }
        .mica-logo img {
        width: 165px;
        margin-top: 0px;
        padding-left: 20px;
    }
    .nav-toggle {
    margin-top: -12px;
}
    .footer_column li {
        list-style: none;
        margin-bottom: 10px;
    }
        .footer_column a {
        font-size: 18px;
        font-weight: 300;
        color: var(--white-color);
    }
    .footer-bottom p a {
    font-size: 17px;
    line-height: 32px;
    font-weight: 500;
    color: var(--brand-color);
}
.footer-bottom p {
    font-size: 17px;
    line-height: 32px;
    font-weight: 300;
    color: var(--white-color);
}
    .footer_add {
        font-size: 18px;
        line-height: 28px;
    }
        .footer_con_det a {
        font-size: 18px;
        line-height: 30px;
    }
        .footer-bottom {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-top: 50px;
    }
    .footer-bottom img {
    width: 150px;
}
.fot_social {
    margin-top: 25px;
}
			.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open ul#menu {
    display: block;
}
ul#menu{
    display: none;
}
}



@media(max-width: 767px){
        .hero_inner_content {
        position: relative;
        width: 90%;
    }
       .hero_content {
        position: absolute;
        top: 70px;
        left: 40px;
        width: 80%;
    }
        .hero_inner_content p {
        font-size: 18px;
        padding-top: 10px;
        margin-bottom: 20px;
        line-height: 28px;
    }
    .hero_inner_content h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }
         .main_hero_banner .carousel-inner {
        height: 370px;
    }
        section.main_hero_banner {
        padding: 0px 0px 0px 0px;
         height: 370px;
    }
	.main_hero_banner .carousel-inner .carousel-item img {
    object-fit: cover;
}
	.hero_inner_content p {
    display: none;
}
        .product_sol_main_tabs li a {
        font-size: 18px;
        line-height: 25px;
        padding: 0px 10px 12px 10px;
    }
        .product_sol_main_tabs {
/*         padding-left: 200px; */
        gap: 40px;
    }
        .main_head h2 {
        font-size: 24px;
        line-height: 34px;
        font-weight: 600;
        color: var(--white-color);
    }
        .main_head {
        padding: 20px 20px;
        top: 68px;
        width: 33%;
    }
        .product_sol_box {
        margin-left: 20px;
        width: 33%;
    }

      .capblit_tabs li {
        padding: 10px 25px 10px 25px;
        min-width: max-content;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
    }
     .capblit_tabs {
        position: sticky;
        top: 140px;
        display: flex;
        flex-direction: row;
        overflow-x: scroll;
        padding-bottom: 10px;
    }
.main_capblitiz {
    display: flex;
    flex-direction: column;
}
    .capblitiz_left_tab {
        width: 100%;
    }
    .capblit_tabs li svg {
    display: none;
}
    .capblitiz_right_cont {
        width: 100%;
        padding-left: 0px;
        margin-top: 15px;
    }
    .capblit_tabs::-webkit-scrollbar {
    background-color: #f1f1f1;
    height: 5px;
    border-radius: 10px;
}
.capblit_tabs::-webkit-scrollbar-thumb {
    background-color: red;
}
    .main_news_sec .news_cont {
        margin-left: 0px;
        width: 100%;
        margin-top: 20px;
    }
        .main_news_sec .news_img {
        padding: 45px 15px;
        width: 100%;
    }
        .main_news_sec {
        padding: 40px 40px;
        flex-direction: column;
    }
    .process_box {
        width: 49.5%;
        margin-bottom: 10px;
    }
        .process_dev_sec {
        gap: 0px;
        flex-wrap: wrap;
        align-items: baseline;
    }
    .footer-bottom {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 60px;
}
    .footer_column {
        width: 100%;
    }
	
	
	
	
				.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open ul#menu {
    display: block;
}
ul#menu{
    display: none;
}
	.main_head_new h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 41px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
	section.main_product_solution {
		padding: 50px 0px;}
	.product_sol_main_tabs {
    overflow: auto;
    justify-content: flex-start;
}
	.product_sol_main_tabs{
		    height: auto;
    margin-top: 0;
	}
	.product_sol_box {
        width: 100%;
    }
	
	.product_sol_main_tabs li {
    min-width: 210px;
}
	.about_caharn_cont h2 {
    font-size: 30px;
		line-height: 38px;}
	.about_caharn_cont p {
    font-size: 18px !important;
}
	.about_caharn_cont ul li{
		font-size:18px;
	}
	.main_wrappper_box .row {
    row-gap: 24px;
}
	.about_manfuc h2 {
    font-size: 30px;
		line-height: 33px}
	.our_mision_head h3 {
		font-size: 30px;}
	.our_vision_head h3 {
		font-size: 30px;}
	.about_manufac_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 46%;
}
	.manfuc_icon {
    width: auto;
    padding: 40px;
    border: 3px solid var(--blue-color);
    border-radius: 50%;
}
	.about_manufac_box h4 {
    text-align: center;
		font-size: 20px;}
	.our_mission {
    margin-right: 0;
}
	.our_vision {
    margin-left: 0;
}
	.main_our_mision .row {
    row-gap: 40px;
}
	.our_vision p {
		font-size: 18px;}
	.infra_main_content p {
    font-size: 18px;
		line-height: 28px;}
	.main_mangement_team h2 {
    font-size: 30px;
		line-height: 40px;}
	.mang_img img {
    border-radius: 50%;
    /* width: 100%; */
    height: 200px;
		width: 200px;}
	.main_mangement_team .row {
    row-gap: 40px;
}
	    .popup-content {
        background-color: #fff;
        margin: auto;
        padding: 15px;
        border-radius: 10px;
        width: 90%;
        position: relative;
        margin-top: 20px;
        box-shadow: 0 0 30px rgb(0 0 0 / 31%);
    }
	.popup {
        display: none;
        position: absolute;
        z-index: 100;
        padding-top: 100px;
        left: 0;
        top: 0%;
        width: 100%;
        height: 100%;
        background: none !important;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important;
    }
	.about_manfuc .about_manfuc_sec {
    flex-wrap: wrap;
}
	.popup-content .close {
    position: absolute;
    right: 0;
		top: -13px;}
	.popup-content img {
    float: inherit;
}
	.inner_ban_cont h1 {
    font-size: 27px;
		margin: 0;
    padding: 0;
    font-weight: 600;
		line-height: 36px;}
	.breadchumb_sec {
    display: none;
}
	section.p-100.main_inner_banner.quality-banner {
    height: auto;
    /* background-color: var(--brand-color); */
		padding-bottom: 65px;}
	.infra_sub_box {
		width: 100%;margin-left:0;}
.infra-inn-cont ul li {
        min-width: 270px;
        font-size: 18px;
    }
	.child_capblitiz_box {
		width: 44%;}
	.infra-inn-cont ul {
    width: 100%;
    overflow-x: auto;
    height: 65px;
}
	.infra_main_content .row {
    justify-content: center;
}
	.infra_main_content p{
		    width: 100%;
    text-align: inherit;
	}
	.quality_content h2 {
    font-size: 30px;
		line-height: 40px;}
	.main_qulaity_page .child_capblitiz_box {
    height: auto;
    width: 100%;
		    margin-left: 0;
}
	.main_qulaity_page .child_capblitiz_box:nth-child(4) {
    margin-left: 0;
}
	.main_our_certificate h2 {
    font-size: 30px;
		line-height: 48px;}
	.our_certificates_sec .our_certificate_box {
    width: 100%;
}
	.our_certificates_sec {
    flex-wrap: wrap;
}
.con_loc_box {
    width: 100%;
}
	.main_loc_sec {
    flex-wrap: wrap;
    padding: 0 10px;
}
	.contact-card {
    background-color: white;
		padding: 40px 40px;}
	.contact-card h3{
		    width: 100%;
	}
	.form-container .row .form-group {
    width: 100%;
}
	.main_con_pag_loc h2 {
    font-size: 36px;
		line-height: 44px;}
	section.p-100.cleints_home_section h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    color: var(--black-color);
    margin-bottom: 30px;
}
}