/* applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 
    .ballistic-services, .bl-transformation-journey, .ballistic-exclusives,
    .bl-toolkit, .newbl-timeline {
        padding: 3rem 1.5rem;
    }
    .service-items > div {
        font-size: 22px;
    }
    .section-title, .quickstart-title {
        font-size: 32px;
    }
    .section-description {
        width: 92%;
        margin: 20px auto 35px auto;
        font-size: 18px;
    }
    /* Main Menu */
    .main-menu {
        width: 0vh;
    }
    .main-menu.toggled {
        width: 35vh;
    }
    .main-menu .menu-background-wrapper {
        width: 14vh;
    }
    .main-menu .menu-quick-options {
        width: 4vh;
    }
    .main-menu .menu-full-options {
        left: 19vh;
    }
    .socialicons-wrapper img {
        width: 36px;
    }
    .quickstart-description-left {
        width: 40%;
    }
    .quickstart-product {
        width: 60%;
    }
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
    .mergeTwoContainerLight {
        background-size: cover;
    }

    /* Main Menu */
    .main-menu {
        width: 0vh;
    }
    .main-menu.toggled {
        width: 25vh;
    }
    .main-menu .menu-background-wrapper {
        width: 10vh;
    }
    .main-menu .menu-quick-options {
        width: 3vh;
    }
    .main-menu .menu-full-options {
        left: 14vh;
    }
    .main-menu .menu-background:before {
        width: 115%;
    }
    .menuCounter img {
        width: 44px;
    }
    .menuCounter h3 {
        font-size: 20px;
    }
    .main-menu .menu-full-option img {
        width: 34px;
    }
    .main-menu .menu-full-option h3 {
        font-size: 14px;
    }
    .socialicons-wrapper img {
        width: 32px;
    }
    .scrolldown-wrapper {
        bottom: 25px;
        right: 14px;
        width: auto;
      }
    /* Ballistic Solution Start */
    .map-tab-data .services-icons {
        justify-content: center;
    }
    .tab-section-description {
        width: 86%;
    }
    .service-items > div {
        font-size: 18px;
        padding: 5px 30px;
    }

    /* Transformation Journey */
    .wave-container {
        margin-top: 13rem;
    }
    .transformation-icon {
        top: -5rem;
        width: 10rem;
        height: 10rem;
    }
    .ti-2{
        top: 3.5rem;
    }
    .ti-3{
        top: -5rem;
    }
    .ti-4{
        top: 3.5rem;
    }
    .circle-image {
        width: 4rem;
    }
    .transformation-icon-back h3 {
        line-height: normal;
        font-size: 14px;
        margin: 15px;
    }
    .outter-icons {
        top: -12.5rem;
        left: -3.75rem;
    }
    .custom-features-icon {
        bottom: -11rem;
        top: initial;
    }
    .outter-icons > div {
        width: 6rem;
    }
    .outter-icons > div:first-child {
        left: 0;
    }
    .outter-icons > div:nth-child(3) {
        right: 0;
    }
    .digital-trans-icons > div:nth-child(2) {
        left: 0;
        top: 0;
    }
    .outter-icons > div > div {
        width: 3.4rem;
        height: 3.4rem;
    }
    .outter-icons > div > div > img {
        width: 2rem;
        height: 2rem;
    }
    .outter-icons > div > h6 {
        font-size: 14px;
    }

    /* Ballistic Quick starts */
    .quickstart-description-left {
        width: 48%;
        padding: 15px 30px;
    }
    .quickstart-product {
        width: 52%;
        padding: 0 15px;
    }
    .quickstart-product .box {
        width: 400px;
        padding: 40px 20px 15px 20px;
    }
    .quickstart-product .box img {
        /* margin-bottom: 0.5rem; */
    }
    .quickstart-product .box h3 {
        font-size: 28px;
    }

    /* Ballistic Bouquet start */
    #services-filter ul {
        gap: 1.5rem;
        justify-content: space-between;
    }
    #services-infographic {
        max-width: 600px;
        max-height: 600px;
    }

    /* Ballistic Toolkit */
    .clients-marquee.toolkit-icons svg, 
    .clients-marquee.toolkit-icons img {
        width: 8rem;
    }
    .clients-marquee.toolkit-icons svg.large-logo,
    .clients-marquee.toolkit-icons img.large-logo {
        width: 10rem;
    }
    .clients-marquee.toolkit-icons svg.small-logo,
    .clients-marquee.toolkit-icons img.small-logo {
        width: 5rem;
    }
    .clients-marquee__group {
        gap: 2rem;
    }
    .clients-marquee svg, .clients-marquee img {
        width: 11rem;
    }
    .phone-us.white-text .phone-wrapper {
        flex-direction: initial;
    }   
    /* pole position tabs   */
    .iconflip-wrapper {
        width: 104px;
        height: 110px;
    }
    .flip-btn{
        padding: 4px 10px;
    }
    
  
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .bl-client-offering, .bl-quick-start, .ballistic-exclusives, .ballistic-story {
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .numberCounter {
        display: flex;
        bottom: 30px;
        left: 15px;
        transform: translate(0%, 30%);
    }
    .numberCounter > div:nth-child(1) {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
        padding-right: 10px;
        margin-right: 10px;
    }
    .numberCounter img {
        height: 38px;
    }
    .numberCounter h2 {
        font-size: 20px;
    }
    .quickstart-pin {
        flex-direction: column;
    }
    .quickstart-title {
        text-align: center;
    }
    .quickstart-description-left {
        width: 96%;
        text-align: center;
        margin: auto auto 35px;
        padding: 0;
    }
    .quickstart-product {
        width: 100%;
    }
    .section-row-icon {
        width: 60px;
        height: 60px;
    }
    img.bl-acad-logo {
        width: 102px;
    }


}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .section-description, .section-title {
        width: 96%;
    }
    .ballistic-services, .bl-transformation-journey, 
    .ballistic-exclusives, .bl-toolkit, .newbl-timeline {
        padding: 2.5rem 1rem;
    }
    .section-title, .quickstart-title {
        font-size: 28px;
    }
    .be-section-items li {
        width: 50%;
    }
    .cd-horizontal-timeline .events-content {
        margin: 1em 0;
    }
    .cd-horizontal-timeline .events-content .card-info {
        padding: 1rem;
    }
    .cd-horizontal-timeline .events-content .card-story {
        font-size: 20px;
    }
    .cd-horizontal-timeline .events-wrapper {
        margin: 0 30px;
    }
    .cd-horizontal-timeline .events a {
        font-size: calc(1.275rem + .3vw);
    }
    .bl-mapSection {
        padding: 8rem 0;
    }
    .map-box {
        min-height: auto;
    }
    .service-items > div {
        font-size: 14px;
        padding: 15px 5px;
        height: 5rem;
    }
    .service-items div:hover {
        height: auto;
    }
 
    .numberCounter {
        bottom: 20px;
    }
    .numberCounter h3 {
        font-size: 18px;
    }
    .map-tab-data {
        height: auto;
        padding: 3rem 0;
    }
    .map-tab-data .services-icons {
        gap: 1rem 3rem;
    }
    .map-tab-data .services-icons > a {
        gap: 0.5rem;
    }
    .section-row-icon {
        width: 42px;
        height: 42px;
    }
    img.bl-acad-logo {
        width: 92px;
    }
    .icon-title {
        font-size: 16px;
    }
    .line {
        width: 70%;
        margin: 2rem auto;
    }
    .tab-section-description {
        font-size: 18px;
    }
    .modal-popup {
        padding: 1rem;
    }
    .popup-header-image {
        width: 54px;
    }
    .modal-popup .line {
        margin: 1rem auto;
    }
    .modal-popup h4 {
        font-size: 18px;
    }
    .contact-form {
        width: 86%;
    }
    .contactus-icon {
        width: 100px;
        height: 100px;
    }
    .contactus-icon>img {
        width: 48px;
        height: 48px;
    }
    .contacticon-wrapper > p {
        margin-top: 10px;
        font-size: 20px;
    }
    /* Ballistic Quick starts */
    .quickstart-product .box {
        width: 430px;
    }
    .rotating-circle {
        width: 110px;
        height: 110px;
        top: 18px;
        left: 4px;
    }
    .product-wrapper , .product-wrapper > div  {
        width: 19rem;
        height: 19rem;
    }
    

    /* Ballistic Bouquet start */
    #services-filter {
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
    }
    #services-filter ul {
        gap: 1rem;
    }
    #services-infographic {
        width: 86vw;
        height: 86vw;
    }
    #services-infographic h2 {
        font-size: 0.425rem;
    }
    .icon-box {
        height: 230px;
        width: 290px;
    }
    .icon-content {
        font-size: 16px;
    }
    .exclusives-icon-title {
        bottom: 20px;
    }
    a[href="#socimedi"] {
        width: 14%;
        top: 13%;
        left: 18%;
    }
    a[href="#largstak"] {
        width: 14%;
        top: 48%;
        left: 81%;
    }
    a[href="#usercent"] {
        width: 14%;
        top: 23%;
        left: 49%;
    }
    a[href="#procmana"] {
        width: 16%;
        top: 5%;
        left: 50%;
    }

    /* Transformation Journey */
    .wave-container {
        background-image: url(../images/wave-animation-verticle.gif);
        background-size: contain;
        margin-top: 0;
        margin-bottom: 0;
        flex-direction: column;
    }
    .wave-container > div {
        width: 100%;
    }
    .transformation-icon {
        top: 0rem;
        left: 3.25rem;
        width: 8rem;
        height: 8rem;
    }
    .ti-2{
        left: -3.25rem;
    }
    .ti-3{
        top: 0rem;
    }
    .ti-4{
        left: -3.25rem;
    }
    .outter-icons {
        top: -0.85rem;
        left: 12.25rem;
        flex-direction: column;
    }
    .custom-features-icon {
        bottom: initial;
        top: -0.5rem;
        left: -12rem;
    }
    .circle-image {
        width: 3.5rem;
    }
    .outter-icons > div {
        width: 4.5rem;
    }
    .outter-icons > div:first-child {
        top: -3rem;
        left: -1rem;
    }
    .outter-icons > div:nth-child(2) {
        top: -2rem;
        right: 3rem;
    }    
    .outter-icons > div:nth-child(3) {
        top: -1rem;
        right: 1.5rem;
    }
    .digital-trans-icons > div:first-child {
        left: 1rem;
        top: -3rem;
    }
    .digital-trans-icons > div:nth-child(2) {
        left: 3rem;
    }
    .digital-trans-icons > div:nth-child(3) {
        right: -1rem;
        top: -1rem;
    }
    .outter-icons > div > div > img {
        width: 1.35rem;
        height: 1.35rem;
    }
    .outter-icons > div > h6 {
        font-size: 10px;
        margin: 0.25rem 0;
    }
    .outter-icons > div > div {
        width: 2.4rem;
        height: 2.4rem;
    }
    .transformation-icon-back h3 {
        font-size: 12px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .tabclose-btn{
        margin-right: 2rem;
        font-size: 22px;
    }      
    .tab-content {
        position: absolute;
        bottom: 10vh; 
        background: rgba(255, 255, 255, 0.91);
        padding: 2rem 0;
        z-index: 1;
        border-radius: 2rem 2rem 0rem 0rem;
        animation: slideup 0.5s ease-out forwards;
    }      
    @keyframes slideup {
    from {
        transform: translateY(100%); 
    }
    to {
        transform: translateY(0);
    }
    }      
    .bl-service-items {
        background: #ecf5fe;
    }
    .service-items {
        align-items: end;
    }
    .service-items > div.tab-open {
        font-size: 22px;
    }
    .tab-open {
        height: 12vh !important;
    }
    .map-tab {
        border: 0.35rem solid;
    }
/* ------------Close animation ---------- */
.closetab-anim {
    animation: slidedown 0.5s ease-out forwards;
}
.map-tab-data.closetab-anim{
    display: flex;
}
@keyframes slidedown {
    from {
        transform: translateY(0); 
    }
    to {
        transform: translateY(100%);
    }
    }   
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .service-items > div.tab-open {
        font-size: 24px;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .service-items > div.tab-open {
        font-size: 28px;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
    .service-items > div.tab-open {
        font-size: 30px;
    }    
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1600px) {
    .section-title, .quickstart-title {
        font-size: 46px;
    }
    .section-description {
        font-size: 22px;
    }
    .mainMenu-toggle {
        height: 52px;
        width: 52px;
    }
    .main-menu .menu-full-options {
        left: 25vh;
        gap: 7vh;
    }
    .main-menu .menu-full-option:last-of-type {
        transform: translateX(-5vh);
    }

    .wave-container {
        margin-top: 20rem;
    }
    .circle-image {
        width: 10rem;
        margin-bottom: 8rem;
    }
    .transformation-icon-back h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .transformation-icon {
        width: 20rem;
        height: 20rem;
        top: -10rem;
    }
    .ti-2 {
        top: 6rem;
    }
    .ti-3 {
        top: -10rem;
    }
    .ti-4 {
        top: 6rem;
    }
    .outter-icons {
        top: -19rem;
    }
    .outter-icons > div:first-child {
        left: -3rem;
        top: -2.5rem;
    }
    .outter-icons > div:nth-child(3) {
        right: -3rem;
        top: -2.5rem;
    }
    .digital-trans-icons > div:first-child {
        top: 3rem;
    }
    .digital-trans-icons > div:nth-child(2) {
        left: 1rem;
        top: -1rem;
    }
    .digital-trans-icons > div:nth-child(3) {
        top: 2.5rem;
        right: -3rem;
    }
    .custom-features-icon {
        bottom: -16rem;
        top: initial;
    }
    .quickstart-product .box {
        padding: 80px 30px 45px 30px;
    }
    .quickstart-description-left {
        font-size: 22px;
    }
    .tab-content {
        padding: 4rem 0;
    }
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    
}