@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.navbar-brand img {
    width: 60%;
}
.nav-link {
    color: #ffffff;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;

}
.swiper-button-next{
    color: #d8d8d8 !important;
   
}
.swiper-button-prev{
    color: #d8d8d8 !important;
   
}
.mobileShow {
    display: none !important;
}

.mobileHide {
    display: block !important;
}

.main-header {
    background: #084b60;
    z-index: 999;
    padding: 20px 0;
}

.nav-link:hover {
    color: #fff;
}
.account a:hover{
    background: #084b60;
    border-color: #084b60;
    color: #fff;
}
.account a{
    background: #fff ;
    border:1px solid #084b60 !important;
    color: #084b60;
}


@media only screen and (max-width: 600px) {

   
    .mobileShow {
        display: block !important;
    }

    .mobileHide {
        display: none !important;
    }

    .main-header {
        background: #ffffff;
        z-index: 999;
        padding: 20px 20px;
    }

    .nav-link {
        color: #000;
    }

    .nav-item {
        margin-left: 15px;
    }

    .nav-link:hover {
        color: #082f49;
    }

    iframe {
        height: 220px !important;
    }
}
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .swiper-slide p{
    text-align: center;
    font-size: 15px;
    color: #084b60;
    font-weight: 600;
  }
  .swiper-slide small{
    text-align: center;
    font-size: 10px;
    color: #000;
    font-weight: 400;
  }

  

/* navbar end  */