-	.main-carousel .slide-item {
    width: 100%;
    height: 100%;
    background: #000;
    position: relative;
}


.main-carousel .slide-item img {
    opacity: 1;
    position: relative;
}

.main-carousel .slide-text {
    position: absolute;
    right: 110px;
    top: 50%;
    z-index: 1;
    max-width: 570px;
    text-align: left;
    /*margin-top: -160px;*/
    transform: translateY(-50%);
}

.main-carousel .slide-text h1,
.main-carousel .slide-text h4 {
    text-transform: capitalize;
    color: #fff;
}

.main-carousel .slide-text h1 {
    font-size: 36px;
    line-height: 54px;
    font-weight: 400;
}

.main-carousel .slide-text h4 {
    font-size: 22px;
    line-height: 36px;
    font-weight: 400;
}

.main-carousel .slide-text p {
    font-size: 19px;
    color: #fff;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    margin-top: 5px;
    margin-left: 2px;
    margin-bottom: 15px;
}

.main-carousel .slide-text a.btn {
    margin-top: 15px;
}

.main-carousel .owl-nav span.fa {
    font-size: 28px;
}

.main-carousel .owl-nav .owl-prev,
.main-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #afaac0;
    color: #fff !important;
    border-radius: 0;
    width: 70px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;    
    font-size: 35px !important;
    
}

.main-carousel .owl-nav .owl-prev {
    left: 0;
}

.main-carousel .owl-nav .owl-next {
    right: 0;
}

/* .main-carousel .owl-nav {
    display: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.main-carousel:hover .owl-nav  {
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
} */
.hero-teaser .home-utsav-web img{
    object-fit: none !important;
}
.hero-teaser .home-utsav{

    background:url(../img/annivesary-web-banner-SCO-1366X460.jpg);

    object-fit: none;   

    height:100vh;

    width: 100%;

    background-position: top center;

    background-repeat: no-repeat; 

}

.hero-teaser .home-utsav-web{

    background:url(../img/annivesary-web-banner-SCO-1366X460-5.jpg);

    object-fit: none;   

    height:100vh;

    width: 100%;

    background-position: top center;

    background-repeat: no-repeat; 

}

.hero-teaser .home-utsav-sco-horeca{

    background:url(../img/annivesary-web-banner-SCO-1366X460-2.jpg);

    object-fit: none;   

    height:100vh;

    width: 100%;

    background-position: top center;

    background-repeat: no-repeat; 

}

.hero-teaser .home-utsav-sco-horeca img{

    object-fit: none !important;

}

.hero-teaser .home-utsav img{

    object-fit: none !important;

}

.hero-teaser .home-utsav-sco{

    background:url(../img/annivesary-web-banner-SCO-1366X460-3.jpg);

    object-fit: none;   

    height:100vh;

    width: 100%;

    background-position: top center;

    background-repeat: no-repeat; 

}

.hero-teaser .home-utsav-sco img{

    object-fit: none !important;

}

.hero-teaser .home-utsav-sco-trader{

    background:url(../img/annivesary-web-bannerSCO-1366X460-4.jpg);

    object-fit: none;   

    height:100vh;

    width: 100%;

    background-position: top center;

    background-repeat: no-repeat; 

}

.hero-teaser .home-utsav-sco-trader img{

    object-fit: none !important;

}
/* .hero-teaser .big-Dhamaka{
    background:url(../img/beat-the-heat-banner-SCO.jpg);
    object-fit: none;    
    height:100vh;
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;  
} 
*/



.hero-teaser .big-Dhamaka img{
    object-fit: none !important;
}



 


.site-footer .footer-contact .footer-contact-content{
    margin-top: 10px;
}

.site-footer .footer-contact .link {    
    font-size: .90rem !important; display: inline !important; margin-right: 10px;
}
.site-footer .component.column-splitter>div {
    flex: 1 0 24%;
}
.site-footer .footer-contact .link .email, .site-footer .footer-contact .link .phone{
    margin-right: 5px;  

}

.thinkfresh{
    margin: 20px 0 ;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
 
}
.thinkfresh > .component{
    margin: 0 6px;
    flex: 0 1 calc(50% - 12px);
}


.buttons {
    text-align: center;
  }
  .buttons a {
    display: inline-block;
    background: #e74a54;
    color: #fff;
    padding: 10px 40px;
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
  }
  
  .overlay {
    background: #000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
  }
  .overlay.is-on {
    opacity: 1;
    visibility: visible;
  }
  .overlay.is-on .content {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
  .overlay .content {
    background: #fff;
    position: absolute;
    top: -50%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    height: 80%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  #close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 15px;
    color: #999;
    cursor: pointer;
    font-weight: bold;
  }
  .overlay-1 {
    background: #000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
  }
  .overlay-1.is-on {
    opacity: 1;
    visibility: visible;
  }
  .overlay-1.is-on .content-1 {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
  .overlay-1 .content-1 {
    background: #fff;
    position: absolute;
    top: -50%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    height: 80%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #close-1 {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 15px;
    color: #999;
    cursor: pointer;
    font-weight: bold;
  }

  @media only screen and (max-width: 700px){
    #close, #close-1{
        right: 9px;
        top: 5px;
        font-size: 12px;
    }
    .overlay .content,.overlay-1 .content-1{
    width: 100%;
    height: auto;
    background: transparent;
    }
    .thinkfresh{    flex-direction: column;}
    }
  
    /* .footer-link a {
        font-family: Lato, sans-serif;
        font-weight: 700 !important;
        font-style: normal;
        text-rendering: optimizeLegibility;
        font-size: 1.125rem;
        line-height: 1.5;
        color: #002d72 !important;
        /* text-transform: inherit; 
        text-decoration: none !important;
    } */

    .or-top{
        margin-top: 90px;
    }
    @media  screen and (max-width: 767px) {
        .or-top{
            margin-top: 0px !important;
        }
    }

    .apply-card{
        width: 90px !important;
        margin-bottom: 5px;
    }
    .qr-code{
        width: 60px !important;
    }

    /* #back-to-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background-color: #4CAF50;
        color: #fff;
        padding: 10px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        display: none;
      }
      
      #back-to-top:hover {
        background-color: #3e8e41;
      } */


#divrrl{
    margin-top: 30px;
}
.doc-list {
    list-style: none !important;
    margin: 0;
    padding: 0;
}
.doc-list ol>li, .doc-list ul>li{
padding: 0px;
}

.doc-list ol>li::before, .doc-list ul>li::before {
    content: none !important;
    position: fixed !important;
}

.pdfbox {
  display: flex;
  align-items: center;
  margin-bottom: 10px; /* optional spacing */
}

.pdfIcon img {
  width: 20px; /* adjust as needed */
  height: auto;
  margin-right: 8px;
}
.pdfbox {
    border-radius: 5px;
    border: 1px solid #bfe1ff;
    padding: 7px 0 0 7px;
    height: auto;
    overflow: hidden;
    /* margin-bottom: 20px; */
}
.linksUrl a{
    color: #333;
    text-decoration: none;
}

