




 /*  */

        .top-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;

    flex-wrap: wrap;
        }


        
        .top-section .container {
 
    background-color: #1a755a;

        }
        .nav-item.dropdown .dropdown-menu {

    box-shadow: 0 0 30px 20px rgba(99, 117, 181, 0.012);
    
 
}
header .dropdown-menu .ulinner ul li a {
    transition: 0.3s 
ease-in-out;
    font-size: 13px;
    font-weight: 700;
    color: #174236 !important;
}
        .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
}

        /* Left side (info) */
        .contact-info {
            display: flex;
            gap: 30px;
            flex-wrap: wrap;
        }
        
.contact-item i {
    font-size: 24px;
    color: #a5dbf8!important;
    position: relative;
    top: -4px;
    left: -3px;
}
.contnow {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 14px 30px;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s 
ease;
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 14px 30px;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s 
ease;
    position: fixed;
    top: 38%;
    right: -45px;
    transform: translateY(-50%) rotate(90deg);
    transform-origin: center;
    background: #f16968;
    color: #ffffff;
    padding: 12px 24px;
    border: none;
    border-radius: 0px 0px 6px 6px;
    cursor: pointer;
    z-index: 1000;
    font-weight: bold;
    overflow: hidden;
    transition: background 0.3s 
ease;
}

.nav-item.dropdown .dropdown-menu {
    opacity: 0;
    transform: translateY(10px);
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: block; /* needed for hover */
}

ul.dropdown-menu.mddrop {
    overflow: hidden;
}
.nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
header ul li a {
    color: #dbfff5 !important;
    font-weight: 400!important;
    font-size: 15px;
    letter-spacing: 0.0178571429em;
    text-transform: uppercase!important;
}
header .dropdown-menu .dropdown-item {
    padding-left: 10px;
    padding-right: 10px;

}
.nav-item.dropdown:hover .dropdown-menu li {
    opacity: 0;
    transform: translateY(-10px);
   
}

.nav-item.dropdown:hover .dropdown-menu li {
    opacity: 1;
    transform: translateY(10px);

    border-bottom: 1px solid #eee;
    line-height: 42px;
}
.nav-item.dropdown .dropdown-menu li:hover a {

    background: rgb(200 255 240)!important;
    color: #174236 !important;
}
.ulinner .row {
    margin: 0px;
}
.ulinner {
  padding: 0px!important;
    padding-bottom: 10px !important;
    display: block;
}
.mthead33 ul.dropdown-menu {
    padding: 0px;
}
header .dropdown-menu .ulinner {
    padding: 0px 25px;
}
header .mt3d {
    grid-gap: 5px;
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(1, 1fr);
    list-style-type: none;
    margin: 0;
    padding: 10px;
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
}
header ul li a {
    color: #3d4250 !important;

}
header .navbar {
    padding: 10px 0px;
}
.nav-item.dropdown:hover .dropdown-menu li:last-child {
border: 0px;
}

@keyframes slideFadeInItem {
    0% { opacity: 0; transform: translateY(-10px); }
    100% { opacity: 1; transform: translateY(0); }
}

header .socialbx {
    display: flex;
    justify-content: end;
    padding-top: 0px;
}
header .socialbx li i {
    font-size: 34px;
    font-size: 24px;
    color: #a5dbf8 !important;
}
        .contact-item {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
            color: #ffffff;
        }

        .contact-item a {
            color: inherit;
            text-decoration: none;
        }


        .ctfl{

          display: flex;
    justify-content: space-between;
    align-items: center;
   
    flex-wrap: wrap;
        }
        .contact-item svg,
        .contact-item i {
            width: 16px;
            height: 16px;
            fill: #333;
        }

        /* Right side (social icons) */
        .social-icons {
            display: flex;
            gap: 15px;
        }

        .social-icons a {
            display: inline-flex;
            width: 30px;
            height: 30px;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            background-color: #e0e0e0;
            color: #000;
            text-decoration: none;
            transition: background-color 0.3s;
        }

 .social-icons a:hover {
    background-color: #ffffff;
    color: #131111 !important;
}

        .social-icons svg {
            width: 16px;
            height: 16px;
            fill: currentColor;
        }

        button.openbtn {
    display: none;
}



 @media (min-width: 1440px) {
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
}
 }

 .popup-content {
    background: #fff;
    padding: 25px 30px;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    position: relative;
    display: none;
    animation: popupFade 0.3s 
ease forwards;
    z-index: 99999;
}
        @media (max-width: 768px) {
          .contnow{
            right: -46px;
          }
          button.openbtn {
    display: block;
}
          .ctfl {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
  .contact-info {
  display: none!important;
}
            .top-section {
                flex-direction: column;
                align-items: center;
            }

            .contact-info {
                justify-content: center;
                margin-bottom: 10px;
            }

            .social-icons {
                justify-content: center;
            }
        }

      div#mobileSidebar {
    display: none;
}
.socialbx a {
    display: flex;
    align-items: center;
    justify-content: center;
}
      @media screen and (max-width:1023px) {
        div#mobileSidebar {
    display: block;
}
        .mthead33   ul.sidebar-menu li {
    display: block;
    padding: 4px 0;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid;
    border-bottom-color: #dbdde3;
} 
ul.accordion-content li {
    border: 0px !important;
}
     .mthead33  .btni{ border-bottom: 0px!important;}
  /* Sidebar */
  .mthead33 .sidebar-header {
    color: #000;
}
.mthead33 .sidebar .closebtn {
    position: absolute;
    top: 3px;
    right: 25px;
    font-size: 36px;
}
.mthead33 .sidebar-header {
    color: #000;
  
    padding: 10px;
}
.mthead33 .sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    padding: 10px;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.4s;
    padding-top: 25px;
    color: #fff;
    min-width: 80%;
}

.mthead33 .sidebar a {
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.mthead33 .sidebar a:hover {
    background-color: #575757;
}


.mthead33 .sidebar-header h3{
  margin: 0px;
}
.mthead33 .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

.mthead33 .accordion-content {
    display: none;
    list-style: none;
    padding-left: 20px;
}

.mthead33 .accordion-toggle {
    cursor: pointer;
    position: relative;
}

.mthead33 .accordion-toggle .plus {
    float: right;
    transition: transform 0.3s;
}

.mthead33 .accordion-toggle.active .plus {
    transform: rotate(45deg);
}

.mthead33 .sidebar.open {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    padding: 10px;
    background-color: #fcf3f3;
    overflow-x: hidden;
    transition: 0.4s;

    color: #fff;
    min-width: 80%;
    transform: translateX(0px);
}
.mthead33 .sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    padding: 10px;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.4s;
    padding-top: 15px;
    color: #fff;
    min-width: 80%;
    transform: translateX(-510px);
}
.mthead33 nav.navbar .active {
    position: fixed;
   
    width: 100%;
    height: 100%;
    top: 0;
      display: block!important;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    transition: 0.3s;
  
}

  #overlay2 {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
    transition: 0.3s;
}
.mthead33 button.openbtn svg {
    width: 35px;
    height: 41px;
}
.mthead33 .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: transparent;
    color: #000;
    padding: 10px 15px;
    border: none;
}
.mthead33 .sidebar a:hover {
    background-color: #1a755a;
    color: #fff !important;
}

.mthead33 .accordion-content {
  
    background: #f2f6fa;
}
        
      }

  .navbar {

    background: transparent;
}
header {
    box-shadow: 0px 10px 20px 0px rgba(66.75, 66.75, 66.75, 0.05);
    position: absolute;
    top: 0px;
    z-index: 999;
    width: 1;
    margin: auto;
    display: block;
    left: 0px;
    right: 0px;
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9);
    background: #fff;
    padding: 15px;
    border-radius: 8px;
}
.top-section .container {
    background-color: #174236;
    padding: 17px;
    position: relative;
    top: -15px;
    border-radius: 0px 0px 20px 20px;
}

header ul li a {
    color: #0f131a !important;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.0178571429em;
    text-transform: capitalize;
}
.contact-item i, header .socialbx li i {

    color: #6bd6b8 !important;

}
header ul li a {
    color: #dbfff5 !important;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.0178571429em;
    text-transform: capitalize;
}
header .ctaccount {
    border: 0px solid;
    border-radius: 100px;
    padding: 10px 18px;
    color: #174236 !important;
    font-weight: bold;
    background:  rgb(200 255 240);
    font-size: 15px;
}

header .ctaccount:hover {

    background: #6bd6b8;

}

header .navbar {
    padding: 0px 0px;
}
.top-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    flex-wrap: wrap;
    padding-bottom: 0px;
}
.bnsx {
    padding: 229px 30px 80px 30px!important;}
    .ulinner ul {
    margin-top: -10px;
}
.nav-item.dropdown .dropdown-menu {

    transform: translateY(-10px);

}



@media screen and (max-width:1367px) {
  header .navbar-brand {
    width: 204px;
}
header ul li .nav-link {
  
    font-size: 14px;
}

}

@media screen and (max-width:1023px) {
  header ul li a {
    color: #0f131a !important;
  
}
  header .navbar-brand {
    width: 180px;
}
      .mthead33 button.openbtn svg {
        width: 35px;
        height: 41px;
        color: #fff;
    }
      .bannersection .carousel-control-next, .bannersection .carousel-control-prev {
        height: 84%;
    }
      header {
  
        background: transparent;
    }
    header .ctaccount {
    border: 0px solid;
    border-radius: 100px;
    padding: 10px 18px;
    color: #fff !important;
    font-weight: bold;
    background: rgb(241 105 104);
    font-size: 15px;
}
    .mthead33 .sidebar a:hover {
        background-color: #f16968;
        color: #fff !important;
    }
    .top-section {

    padding: 10px 15px!important;

}
    .mthead33 .sidebar a:hover {
        background-color: #f16968;
        color: #fff !important;
    }
    .bnsx {
    padding: 169px 19px 59px 5px;
}
  header .socialbx li {
    padding: 0px 10px;
    display: inline-flex;
}
}
