@font-face {
  font-family: 'Poppins';
  font-display: swap;
}

body,html
{
    overflow-x:hidden!important;
}
.hero-banner
{
    min-height: 500px!important;
}
.header-top-bar {
    background-color: #1d469d!important;
}
.social-share li a:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white)!important;
}
@media only screen and (min-width: 765px){
.mobile_header
{
    display:none!important;
}


}
.mainmenu-nav .mainmenu li.has-droupdown>a::after
{
    display:none!important;
}
@media only screen and (max-width: 765px){
    .header-action li.icon.cart-icon {
    margin-right: 20px;
    display: none;
}
img.img-fluid.banner.w-100.h-100 {
    aspect-ratio: 3/2.75;
}
img.img-fluid.w-25.payment_img {
    margin-top: 0px!important;
    width: 100%!important;
}
.py-3.section {
    padding: 20px 0px!important;
}
.section-title .title {
    margin-bottom: 4px;
    line-height: 45px;
    font-size:30px!important;
}
.hero-banner .banner-content .title {
    margin-bottom: 18px;
    font-size: 22px;
}
.features-box.features-style-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px;
}
.hero-banner .banner-content p
{
    font-size:15px!important;
}
.hero-banner .banner-content {
    text-align: center;
    /*margin-bottom: 40px;*/
    /*margin-top: 40px;*/
}
.hero-banner .banner-thumbnail .instructor-info .inner
{
    display:none!important;
}
.card {
    margin: 10px 0px!important;
}
.rows
{
    margin-top:0px!important;
}
/*.banner*/
/*{*/
/* aspect-ratio:3/3!important;*/
/*}*/
.website-header .header-brand .logo {
    /*margin-left: -50px;*/
}
.hero-banner.hero-style-1.desktop {
    display: none!important;
}
img.logo-light
{
 margin-left:50%!important;
 margin:10px 10px 10px 10px;
 aspect-ratio:1/1!important;
}
/*html.i-amphtml-fie>body, html.i-amphtml-singledoc>body*/
/*{*/
/*    overflow-x:hidden!important;*/
/*}*/
.titles {
    font-size: 20px!important;
    font-weight: 500;
    font-family: 'Poppins', sans-serif!important;
    line-height: 30px;
}
}
footer.website-footer {
    background: #F0F4F5;
}
.copyright-area
{
    padding:15px 0px;
}
p
{
    color:black!important;
}
.mainmenu-nav .mainmenu>li>a {
    color: var(--color-heading);
    font-size: 15px;
    font-weight: 600;
    padding: 0 17px;
    display: block;
    height: 90px;
    line-height: 94px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

  .titles {
    font-size: 36px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
    line-height: 1.2;
  }
/*#loader {*/
/*  width: 50px;*/
/*  height: 50px;*/
/*  border: 6px solid #ddd;*/
/*  border-top-color: #3498db;*/
/*  border-radius: 50%;*/
/*  animation: spin 1s linear infinite;*/

  /* Center loader */
/*  position: fixed;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*}*/

/*@keyframes spin {*/
/*  to { transform: rotate(360deg); }*/
/*}*/
/* Full white background */
#loader-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 99998;
}

/* Spinner */
#loader {
    width: 50px;
    height: 50px;
    border: 6px solid #ddd;
    border-top-color: #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;

    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}
.website-blog .content.position-top
{
    margin-top:-82px!important;
}

.features-box.features-style-2 {
   
    height: 100%;
    width: 100%;
}
.section-title img.img-fluid {
  aspect-ratio: 3 / 2; /* or use actual width/height ratio */
  width: 100%;
  height: auto;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.thumbnail img {
  max-width: 100%;
  height: auto;
  display: block; /* remove extra space below image */
}
