@media only screen and (max-width: 3000px) {
    .custom-container {
        padding: 0 150px;
        width: 100%;
    }
}

@media only screen and (max-width: 2500px) {
    .custom-container {
        padding: 0 100px
    }
	header.sticky .top-logo-part img {
		max-width: 160px;
	}
}

@media only screen and (max-width: 1400px) {
    
	.top-navbar li.nav-item {
        padding: 0px 4px;
    }
	.globalBtnOutline {
    padding: 8px 20px;
    color: var(--primary-background);
    background-color: transparent;
    border-radius: 40px;
    border: 1px solid var(--primary-background);
    display: inline-flex
;
    text-transform: uppercase;
		font-size: 16px;
		font-size: 14px;
		min-height: 40px;
	}
	h1 {
		font-size: 55px;
	}
	.bg-grey-light p, .bg-grey-light h3, .bg-grey-light ul {
		margin: 10px 0px;
	}
}

@media only screen and (max-width: 1199px) {
    .custom-container {
        padding: 0 50px
    }
	.footer-right {
		gap: 20px;
		margin-top: 0px;
		margin-left: 0px;
		margin-top: 30px;
		flex-wrap:wrap;
	}
	.footer-right h5 {
		margin-bottom: 12PX;
		font-size: 17px;
	}
	.ftr-social {
		gap: 18px;
	}
	.footer-right .footer-nav {
		flex: auto;
	}
	.idea-section {
		padding: 50px 20px 50px;
	}
	.section-title h1, .section-title h3 {
		font-size: 30px;
		line-height: 50px;
	}
	.help-you-tab .nav-tabs .nav-link {
    	padding: 14px;
	}
	.content-box {
		margin-bottom: 20px;
	}
	.banner-section h1 {
		font-size: 45px;
		margin-bottom: 15px;
	}
	h1 {
		font-size: 45px;
	}
	.top-logo-part img {
		max-width: 155px;
	}
	.top-navbar a.nav-link {
		font-size: 16px;
	}
	.top-navbar li.nav-item {
        padding: 0px 0px;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-collapse ul.navbar-nav {
        width: 100%;
        margin: 40px 0px !important;
        height: calc(100% - 200px);
        overflow-y: auto;
        overflow-x: hidden;
    }

    .top-navbar {
        padding: 4px 0px;
    }

    .navbar-collapse ul.navbar-nav::-webkit-scrollbar {
        width: 4px;
    }

    .top-navbar li.nav-item {
        padding: 0px 10px;
        border-right: 0px solid var(--dark-green-800);
    }

    .top-navbar ul.navbar-nav li.nav-item:first-child {
        border-left: 0px solid var(--dark-green-800);
    }

    .top-navbar ul.navbar-nav li.nav-item {
        padding: 11px 0px;
    }

    .only_mobile_view {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .dropdown-menu.show {
        border: none;
        box-shadow: none !important;
        display: block !important;
    }

    a.navbar-brand.top-logo-part img,
    .mobile_logo img {
        max-height: 45px;
    }

    .dropdown-menu.show li a {
        color: #6F6E6E;
    }

    .only_mobile_view .hamburger-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .dropdown-toggle::after {
        position: absolute;
        left: auto;
        right: 0px;
    }

    li.nav-item.dropdown:hover .dropdown-menu {
        display: none;
    }

    li.nav-item.dropdown:hover .dropdown-toggle::after {
        transform: rotate(0deg);
    }

    .dropdown-toggle.show::after {
        transform: rotate(180deg) !important;
    }

    li.nav-item.dropdown:hover .dropdown-menu {
        box-shadow: none !important;
    }

    li.nav-item.dropdown .dropdown-menu li:not(:last-child) {
        border-bottom: 0px solid #e6e6e6;
    }

    .navbar-collapse.collapse.show {
        top: 0;
        position: fixed;
        left: 0%;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        width: calc(100% - 0px);
        height: 100%;
        max-width: 100%;
        position: fixed;
        z-index: 999;
        top: 0;
        left: -100%;
        background-color: #fff;
        overflow: hidden;
        padding: 15px;
        -webkit-transition: left .4s cubic-bezier(.6, .1, .68, .53);
        transition: left .4s cubic-bezier(.6, .1, .68, .53);
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        align-content: flex-start;
        bottom: 0px;
    }

    header.sticky a.nav-link {
        color: #072c6d;
    }

    .custom-container {
        padding: 0 32px
    }


    p {
        font-size: 15px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }
	.counter-list {
		grid-template-columns: repeat(2, minmax(170px, 1fr));
	}
	.counter-list li:nth-child(2), .counter-list li:nth-child(4){
		border-right:0px;
	}
	.counter-section:after {
		width: 21%;
		clip-path: polygon(0 0, 73% 0, 0% 22%, 0% 100%);
	}
	.counter-section {
		padding: 30px 20px;
	}
	.counter-list li {
		gap: 14px;
		padding: 15px 6px;
	}
	.counter-list li:nth-child(3) {
		border-right: 1px solid var(--border-color);
	}
	header.sticky .navbar-toggler .hamburger-toggle .hamburger span {
		background-color: #000000;
	}
	h1 {
		font-size: 40px;
	}
	.banner-section h1 {
        font-size: 38px;
    }
}


@media only screen and (max-width: 767px) {
    .custom-container {
        padding: 0 16px
    }

    .navbar-toggler-icon {
        width: 30px;
    }
	.top-header{
		display:none;
	}
	.owl-nav{
		display:none;
	}
	.why-us-card {
   	 flex-direction: column;
	}
	.why-us-card .img-box {
		width: 100%;
	}
	.why-us-card .content-box {
		padding: 30px 0px 0;
	}
	.banner-section {
		padding-top: 60px;
		padding-bottom: 60px;
		min-height: 50vh;
	}
	h1 {
        font-size: 30px;
    }
	.h2, h2 {
		font-size: 23px;
	}
	.banner-section h1 {
        font-size: 35px;
    }
	.section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.get-touch-form {
		padding-left: 0px;
		margin-top: 30px;
	}
	footer.footer {
		padding: 60px 0px 30px;
	}
	.get-in-touch {
		padding: 50px 0px;
	}
	.follow-us-on h4 {
		font-weight: 600;
		font-size: 21px;
		line-height: 35px;
		margin-top: 10px;
	}
	.get-in-touch-left ul.follow-media {
		gap: 12px;
		flex-wrap: wrap;
		margin-top: 15px;
	}
	.help-you-tab .nav-tabs {
		gap: 30px;
		margin-bottom: 30px;
		padding: 12px 10px 32px;
		display: -webkit-inline-box;
	}
	.service-section .col-9 {
		width: 100%;
	}
	.service-card .content {
		height: 100%;
		padding: 20px 20px 50px 20px;
	}
	.about-count h4 {
		font-size: 28px;
	}
	.copy-right {
		margin-top: 20px;
	}
	.ftr-logo img {
		max-width: 160px;
	}
	.faq-accordion .accordion-button {
		padding: 10px 50px 10px 16px;
		font-size: 16px;
		border-radius: 15px 15px 0 0;
	}
	.section-title h1, .section-title h3 {
        font-size: 25px;
        line-height: 40px;
    }
	.counter-list h4 {
		font-size: 28px;
	}
	.counter-list li .icon-box img {
		width: 32px;
	}
	.counter-list li .icon-box {
		width: 60px;
		height: 60px;
	}
	.service-card .icon {
		width: 75px;
		height: 75px;
		bottom: 0px;
	}
}

@media only screen and (max-width: 575px) {
	.counter-list {
        grid-template-columns: repeat(1, minmax(170px, 1fr));
    }
	.counter-list li:nth-child(1), .counter-list li:nth-child(2), .counter-list li:nth-child(3), .counter-list li:nth-child(5){
		border: 0px solid var(--border-color);
	}
	.about-count {
		padding: 20px;
		top: auto;
		right: 8px;
		bottom: 10px;
	}
}