* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

.vertical-tab .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: rgb(239 255 240 / var(--tw-bg-opacity)) !important;
}

.vertical-tab .nav-pills .nav-link.active,
.nav-pills .nav-link.active>.items-center .text-dark-blue {
    color: rgb(0 194 43 / var(--tw-text-opacity)) !important;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
}

.owl-nav {
    text-align: center;
}

.owl-carousel button.owl-dot {
    display: none;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    font-size: 40px;
    margin: 0px 20px;
    color: rgb(255, 179, 0);
}

footer {
    background: linear-gradient(180deg, #1DA1E5 0%, #10597F 100%);

}

.social-icon {
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0px 4px 4px 0px #00000040 inset, 0px 4px 4px 0px #00000040;
    background: rgba(249, 249, 249, 0.7);
}

.card-news {
    border: 1px solid #FF670066;
    padding: 10px;
    border-radius: 30px 30px 30px 0px;
}

.fixed-icon {
    position: fixed;
    z-index: 2;
    bottom: 50px;
    right: 50px;
}

.navbar {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, .15);
    background-color: #fff;
}

.navbar-collapse {
    flex-grow: 0;
}

.dropdown-style {
    display: flex;
    flex-grow: 1;
}

.dropdown-toggle:hover {
    color: #fff;
}

.m-dropdown {
    display: none;
}

.navbar-nav .nav-link {
    padding: 0px 20px !important;
    color: #000;
    font-size: 18px;
}

.navbar-nav .nav-link.active {
    color: #1DA1E5;
}

.btn-style {
    padding: 15px 25px 15px 25px;
    border-radius: 5px;
    background-color: #1DA1E5;
    color: #fff !important;
    font-size: 15px !important;
}

.btn-style2 {
    background: linear-gradient(90deg, #1DA1E5 0%, #10597F 100%);
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 30px;
    padding: 10px 25px;
    font-weight: 700;
}

.btn-style2:hover {
    color: #fff;
}

.btn-style3 {
    background: #E9E9E9;
    color: #000000;
    font-size: 16px;
    border-radius: 30px;
    padding: 10px 25px;
    font-weight: 700;
}

.text-orange {
    color: #FF6700;
}

.text-blue {
    color: #054DC8;
}

li {
    list-style: none;
}

.fs-7 {
    font-size: 13px;
}

.owl-carousel .owl-stage-outer {
    padding-top: 0px;
  
  }

/* ============ nav dropdown desktop view ============ */
@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }

    .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu>li:hover {
        background-color: #f1f1f1
    }

    .dropdown-menu>li:hover>.submenu {
        display: block;
    }
}

/* ============ desktop view .end// ============ */

/* ============nav dropdown small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}

@media screen and (max-width: 550px) {
    .dropdown-menu[data-bs-popper] {
        left: -100px;
    }

    .d-dropdown {
        display: none;
    }

    .m-dropdown {
        display: block;
    }

    .mt-5,
    .mt-4 {
        margin-top: 1rem !important;
    }

    .mt-6 {
        margin-top: 70px !important;
    }
    .container {
        padding-left: 5px !important;
        padding-right: 5px !important;
      }
    
      .btn-style,
      .btn-style2,
      .btn-style3,
      .btn-style4 {
        font-size: 14px;
      }
      .gap-\[51px\] {
        gap: 1px;
    }

    #hero_sec .sm\:flex-row{
        flex-direction: column !important;
    }
}