@media only screen and (min-width: 1200px) and (max-width: 1367px) {
    .elementor-custom-container .elementor-container {
      max-width: 1140px !important;
    }
}
  
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .elementor-custom-container .elementor-container {
      max-width: 960px !important;
    }
}
  
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .elementor-custom-container .elementor-container {
      max-width: 720px !important;
    }
}
  
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .elementor-custom-container .elementor-container {
      max-width: 540px !important;
    }
}

@media (max-width: 1199px) {
    .step-shape {
        display: none;
    }
    .single-step-item h4 {
        font-size: 20px;
        margin-bottom: 0;
    }

    .header-area {
        display: none;
    }
    .mobile-header {
        display: block;
    }
    .navbar-toggler {
        border: none;
        border-radius: 0px;
        padding: 0px;
        cursor: pointer;
        background: #0B47A9;
        padding: 15px 12px;
        border-radius: 5px;
        margin-left: 15px;
    }
    .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }
    .navbar-toggler span {
        display: block;
        width: 25px;
        height: 3px;
        background: #fff;
        margin: auto;
        margin-bottom: 4px;
        transition: all 400ms linear;
        cursor: pointer;
    }
    .navbar-toggler span:last-child {
        margin-bottom: 0;
    }
    .navbar-toggler span:nth-child(2) {
        opacity: 1; 
    }
    .navbar-toggler.active span:nth-child(2) {
        opacity: 0;
    }
    .navbar-toggler.active span:first-child {
        transform: rotate(-45deg);
        position: relative;
        top: 7.5px;
    }
    .navbar-toggler.active span:last-child {
        transform: rotate(45deg);
        bottom: 6px;
        position: relative;
    }
	.elementor-8 .elementor-element.elementor-element-9b3814b .elementor-icon-list-text {
    overflow-wrap: anywhere;
}
}