@media only screen and (max-width: 1240px) {
    .container {
        width: 100%;
   }
   .dtle-data-table-wrap {
    display: block;
    width: 100%;
    overflow-x: auto;
}
	
	
}

@media only screen and (max-width: 992px) {
	.main-banner .bannerSlider>div .banner-slider-img{
		    height: 440px;
	}
	.main-banner .bannerSlider>div .caption-cont h2 {
		font-size: 40px;
	}
    .menu-btn{
        display: block;
    }
    .top-header .row-flex-wrap .navigation-search .top-menus > ul > li.has-sub-menu > ul{
        position: static;
        display: none;
        transform: initial;
        transition: initial;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
    
    .top-header .row-flex-wrap .navigation-search .top-menus > ul > li.menu-item-has-children > ul li.menu-item-has-children:before{
        display: none;
    }
    .top-header .row-flex-wrap .navigation-search .top-menus > ul > li.has-sub-menu > ul .sub-sub-menu{
        position: static;
        display: none;
        transform: initial;
        transition: initial;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
    .top-header .row-flex-wrap .navigation-search .top-menus > ul > li.menu-item-has-children{
        padding-right: 0;
    }
    .top-header .row-flex-wrap .navigation-search .top-menus > ul > li.has-sub-menu > ul > li a{
        padding-left: 40px;
    }
    .navigation-search{
        position: fixed;
        left: -300px;
        width: 300px;
        background: #fff;
        top: 0;
        height: 100%;
        transition-duration: 0.5s;
        z-index: 999;
    }
    .navigation-search.show-srchbar{
        left: 0;
    }
    .navigation-search .top-menus{
        display: block;
    }
    #myDivId{
        display: block;
    }
    .top-header .row-flex-wrap .navigation-search .top-menus > ul > li > a{
        font-size: 16px;
        padding: 10px 20px;
    }
    .top-header .row-flex-wrap .navigation-search .top-menus > ul > li.has-sub-menu::before{
        display: none;
    }
    .top-header .row-flex-wrap .navigation-search .top-menus>ul>li.menu-item-has-children::before{
        display: none;
    }
    .top-header .row-flex-wrap .navigation-search .top-menus>ul>li.menu-item-has-children>ul{
        position: static;
        display: none;
        transform: initial;
        transition: initial;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
    .top-header .row-flex-wrap .navigation-search .top-menus>ul>li.menu-item-has-children>ul .sub-menu{
        position: static;
        display: none;
        transform: initial;
        transition: initial;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
    .top-header .row-flex-wrap .navigation-search .top-menus > ul > li.menu-item-has-children > ul > li a{
        padding-left: 40px;
        white-space: normal;
    }
    .top-header .row-flex-wrap .navigation-search .top-menus > ul > li.menu-item-has-children > ul > li ul li a{
        padding-left: 60px;
    }
    .sub-toggle{
        width: 30px;
        height: 40px;
        background: transparent;
        position: absolute;
        top: 0;
        right: 0;
    }
    .sub-sub-toggle{
        width: 30px;
        height: 40px;
        background: transparent;
        position: absolute;
        top: 0;
        right: 0;
    }
    .top-header .row-flex-wrap .navigation-search .top-menus > ul > li.has-sub-menu > ul > li.has-has-sub-menu::before{
        display: none;
    }
    .sub-toggle::before{
        border-style: solid;
        border-width: 2px 2px 0 0;
        content: " ";
        display: inline-block;
        position: absolute;
        height: 8px;
        right: 14px;
        top: 14px;
        transition: 0.35s ease-in-out;
        vertical-align: top;
        width: 8px;
        transform: rotate(45deg);
        transition: 0.25s ease-in-out;
        cursor: pointer;
        border-color: #00718f;
    }
    .sub-toggle.expanded::before{
        transform: rotate(225deg);
    }
    .sub-sub-toggle.expanded::before{
        transform: rotate(-45deg);
    }
    .sub-sub-toggle::before{
        border-style: solid;
        border-width: 2px 2px 0 0;
        content: " ";
        display: inline-block;
        position: absolute;
        height: 8px;
        right: 14px;
        top: 14px;
        transition: 0.35s ease-in-out;
        vertical-align: top;
        width: 8px;
        transform: rotate(135deg);
        transition: 0.25s ease-in-out;
        cursor: pointer;
        border-color: #00718f;
    }
    
    
    .features-teams .main-cont-card .featu-list{
        row-gap: 20px;
    }
    .features-teams .main-cont-card .featu-list .itm-bx{
        width: 67%;
    }
    .features-teams .main-cont-card .team-list .team-itm {
        width: 47%;
    }
    .list-of-works .flex-itms .box-md {
        width: 48.33%;
    }
    .main-footer .common-form{
        column-gap: 0;
    }
    .our-advantages .last-footer{
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .our-advantages .last-footer .contact-details{
        width: 100%;
        padding-left: 0;
    }
    .our-expertise .exprt-list .exp-itm {
        width: 32%;
    }
    .our-advantages .last-footer .social-links {
        display: flex;
        flex-direction: row;
        column-gap: 20px;
    }
    .ttl-mm {
        font-size: 48px;
    }
    .list-of-works .flex-itms .box-md .caption h3{
        font-size: 20px;
    }
    .about-banner .abt-flex .lft-cont{
        width: 100%;
        padding-right: 0;
        margin-bottom: 50px;
    }
    .about-banner .expert-bottom .right-img {
        width: 100%;
    }
    .about-banner .abt-flex .right-img::after{
        display: none;
    }
    .about-banner .abt-flex{
        justify-content: center;
    }
    .top-header .row-flex-wrap .navigation-search .top-menus > ul > li.has-sub-menu {
        position: relative;
        padding-right: 0;
    }
    .top-header .row-flex-wrap .navigation-search .top-menus > ul > li.menu-item-has-children > ul .sub-menu{
        position: static;
        display: none;
        opacity: 1;
        visibility: visible;
        transition: initial;
    }
    .top-header .row-flex-wrap .navigation-search .top-menus > ul > li.menu-item-has-children > ul .sub-menu li a{
        padding-left: 60px;
        white-space: normal;
    }
    .training-banner .caption-cont h2{
        font-size: 45px;
    }
    .training-banner .banner-slider-img{
        height: 400px;
    }
    .checklist-box h4{
        top: -17px;
        font-size: 20px;
    }
    .about-training .training-list .training-items .cont-tr{
        width: 100%;
    }
    .about-training .training-list .training-items .tr-img{
        width: 100%;
        padding:0 20px;
        margin-top: 15px;
    }
    .about-training .training-list .training-items::before{
        width: 100%;
    }
    .about-training .training-list .training-items .cont-tr .ttl-mm{
        font-size: 25px;
    }
    .ttl-mm::after{
        width: 190px;
    }
    .testimonial-itm{
        width: 100%;
    }
    .news-updates-main .box-md {
        width: 48.33%;
    }
	.ttl-mm::before {
    width: 169px;
		height: 47px;
	}
    .footer-botom{
        text-align: center;
    }
    .footer-links{
        justify-content: center;
        margin-top: 10px;
    }
}


@media only screen and (max-width: 767px) {
    .techno-expert .tp-head h3{
        font-size: 20px;
    }
    .main-banner .bannerSlider > div .caption-cont h2 {
        font-size: 25px;
    }
    p{
        font-size: 15px;
    }
    ul li {
        font-size: 15px;
    }
    .main-banner .bannerSlider > div .banner-slider-img {
        height: 220px;
        object-position: right;
    }
    .about-banner .abt-flex .lft-cont h4 {
        font-size: 20px;
    }
    .main-banner .bannerSlider > div .caption-cont{
        top: 40px;
    }
    .ttl-mm {
        font-size: 28px;
    }
    .ttl-mm::before {
        content: '';
        width: 129px;
        height: 37px;
    }
    .features-teams .main-cont-card .featu-list .itm-bx {
        width: 100%;
        padding: 10px;
    }
    .features-teams .main-cont-card .featu-list .itm-bx h4{
        font-size: 16px;
    }
    .features-teams .main-cont-card .featu-list .itm-bx img {
        width: 60px;
    }
    .features-teams .main-cont-card .team-list .team-itm{
        width: 100%;
    }
    .features-teams .main-cont-card .team-list{
        row-gap: 30px;
    }
    .list-of-works .flex-itms .box-md {
        width: 100%;
    }
    .testimonial .ttl-mm {
        padding-bottom: 30px;
        padding-top: 0;
        text-align: center;
    }
    .testimonial .ttl-mm::after{
        display: none;
    }
    .main-footer .common-form{
        flex-wrap: wrap;
        justify-content: center;
        padding: 25px 20px;
    }
    .main-footer .common-form .form-footer{
        width: 100%;
    }
    .main-footer .common-form .ttl-mm {
        max-width: inherit;
        text-align: center;
    }
    .main-footer .common-form .form-footer .form-group .field{
        padding: 10px 15px;
    }
    .our-expertise .exprt-list .exp-itm {
        width: 49%;
    }
    .our-expertise .exprt-list .exp-itm h4 {
        font-size: 15px;
    }
    .our-advantages .last-footer .contact-details a{
        font-size: 16px;
    }
    .our-advantages .last-footer .contact-details p{
        font-size: 16px;
    }
    .top-header-bar .tp-flex{
        flex-wrap: wrap;
        column-gap: 10px;
    }
    .our-mission .main-cont-card .misn-img{
        margin-top: 50px;
    }
    .top-header-bar .tp-flex a{
        font-size: 11px;
    }
    .top-header-bar .tp-flex a .fa {
        width: 16px;
    }
    .logo img{
        width: 130px;
    }
    .wrapper{
        overflow: hidden;
    }
    .features-teams .main-cont-card .team-list .team-itm .cont-ppl h4 {
        font-size: 25px;
    }
    .features-teams .main-cont-card .team-list .team-itm .cont-ppl h5 {
        font-size: 16px;
    }
    .features-teams .main-cont-card .team-list .team-itm .cont-ppl a{
        margin-top: 10px;
    }
    .main-banner .bannerSlider > div .caption-cont .btn-list .btn-m{
        font-size: 12px;
    }
    .frame-wrapper iframe{
        height: 300px;
    }
    .testimonial .offer-cont {
        padding-left: 0;
    }
    .training-banner .caption-cont h2{
        font-size: 30px;
    }
    .training-banner .banner-slider-img{
        height: 230px;
    }
    .checklist-box{
        margin: 10px 0 !important;
        padding: 10px 20px;
        border-radius: 16px;
    }
    .checklist-box.mb-5{
        margin-top: 40px !important;
    }
    .checklist-box h4{
        font-size: 12px;
        padding: 7px 16px;
    }
    .checklist-box .tag-dn span{
        font-size: 12px;
    }
    .accordion{
        width: 100%;
    }
    .logo-frame img{
        max-width: 180px;
    }
    .logo-frame h3 {
        font-size: 20px;
    }
    .accordion >li:last-child{
        margin-bottom: 0;
    }
    .accordion >li a.toggle{
        padding: 5px 20px;
        font-size: 13px;
    }
    .about-banner .expert-bottom .lft-cont .tag{
        width: 100%;
        min-width: initial;
    }
    .about-banner .more-tags .lists-tags .itms-tag{
        width: 100%;
    }
    .news-updates-main .box-md {
        width: 100%;
    }
    .about-home {
        padding: 30px 0 80px 0;
    }
	.contact-des h4 {
		font-size: 20px;
	}
	.contact-des h3 {
    font-size: 31px;
    color: #fff;
		margin-top: 30px;
	}
	.inner-form .form-group{
		width:100%;
	}
	.inner-form .form-group-submit{
		flex-wrap:wrap;
	}
	.elementor-widget-container:has(.dtle-data-table-wrap){
		    max-width: 400px;
			margin: 0 auto;
			display: block;
			padding: 0 20px;
	}
	.main-banner .bannerSlider > div .caption-cont {
        position: relative;
        background: #3bc8de;
        top: 0;
        padding: 30px 0 70px 0;
    }
    .top-header-bar .tp-flex >div{
        column-gap: 12px;
    }
    .footer-links >li a{
        font-size: 13px;
    }
	 .top-header.fixed .logo img {
        width: 130px;
    }
	   .inner-form .group-checkbox label{
        font-size: 14px;
    }
    .inner-form .form-group-submit p{
        font-size: 14px;
    }
}