@media (max-width: 1600px) { 
   
 }
/* // X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1400px) { 
    .img-side {right: 0;}
    .cta-dark::before{display: none;}
    .white-smoke .nav-pills .nav-link:nth-child(4) {
        border-bottom-left-radius: 0;
    }
    .white-smoke .nav-pills .nav-link:nth-child(5) {
        border-bottom-left-radius: 20px;
    }
    .cta-yellow::after{
        right: -70px;
    }
    .cta-yellow::before{
        left: -272px;
        top: 15px;
    }
    .white-third-sec::before{
        left: -190px;
    }
    .white-third-sec::before{
        display: none;
    }
 }

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1200px) { 
    .white-second-sec::before{
        bottom: -30px;
    }
    .footer_list img{
        margin-right: 0;
    }
    .footer_list a{
        font-size: 13px;
    }
    .navbar-header .nav{
        gap: 18px;
    }
    .dark-sec .content-wrapper{
        padding: 0;
    }
    .img-side{display: none;}
    .cta-dark .row{justify-content: center; text-align: center;}
    .cta-yellow::before{display: none;}
    .cta-yellow::after{display: none;}
}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
    .header_main .custom-nav-item:hover .dropdown-menu {
        display: block;
        transform: none;
        overflow: scroll;
        height: 300px;
        padding: 1rem;
    }
    .banner-heading{
        font-size: 1.875rem;
    }
    .main-heading{
        font-size: 1.875rem;
        line-height: 35px;
    }
    .banner-text{
        font-size: 1rem;
    }
    .content-para{
        font-size: 0.75rem;
        line-height: 20px;
    }
    .banner-list ul li{font-size: 0.813rem;}
    .banner-section{padding-top: 1rem;}
    .banner-section .col-md-7 {
        flex: 100%;
        width: 100%;
    }
    .banner-section .col-md-5 {
        flex: 100%;
        width: 100%;
    }
    .globe-ball .content-wrapper {
        position: relative;
        z-index: 1;
    }
    :is(.white-third-sec,.white-sec) .col-md-6 {
        flex: 100%;
        width: 100%;
    }
    .title{font-size: 18px;}
    .dark-sec .content-wrapper{
        display: block;
        text-align: center !important;
    }
    .box-heading{
        text-align: center !important;
    }
    .dark-sec .col-md-2{
        text-align: center;
        padding:1rem 0 ;
    }
    .dark-sec .content-para{text-align: center !important;}
    li:has(.factBox)::before{
        left: 0;
        top: 0;
    }
    .white-smoke .nav-pills .nav-link:nth-child(5) {
        border-bottom-left-radius: 0px;
    }
    .white-smoke .nav-pills .nav-link:first-child {
        border-top-left-radius: 0px;
    }
    .white-smoke .col-md-6 {
        flex: 100%;
        width: 100%;
    }
    .nav-pills{justify-content: center;}
 }

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .white-smoke .nav-pills .nav-link h5{
        font-size: 16px;
        padding-top: 16px;
    }
    .white-smoke .nav-pills .nav-link h5 br{
        display: none;
    }
    .white-smoke .nav-pills .nav-link img{
        width: 50px;
        height: auto;
       
    }
  }

/* // X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    
 }


@media (max-width: 375px) {
    .white-smoke .nav-pills .nav-link{
        width: 186px;
    }
    .white-smoke .nav-pills .nav-link:first-child {
        border-top-left-radius: 20px;
    }
  }






