
.imagecarousel section{
    padding-block: 50px;
}

.imagecarousel a{
    cursor: pointer;
}

.imagecarousel .heading{
    font-size: 32px;
    margin-bottom: 26px;
    line-height: 1.2;
    font-weight: 700;
    color: #233253;
    text-align: center;
}

.imagecarousel .subheading{
    text-align: center;
    margin-bottom: 26px;
    line-height: 1.2;
}

.imagecarousel .owl-theme .owl-dots .owl-dot span{
    margin: 5px 5px;
}

.imagecarousel .d-desktop.owl-carousel div.owl-nav button.owl-next{
    right: 33%;
    z-index: 1;
}

.imagecarousel .d-desktop.owl-carousel div.owl-nav button.owl-prev{
    left: 33%;
    z-index: 1;
}

.imagecarousel .d-desktop.owl-theme .owl-dots{
    position: relative;
    top: 15px;
}

.imagecarousel .d-desktop.owl-carousel .owl-nav button{
    width: 40px;
    height: 40px;
}

.imagecarousel .d-mob.owl-carousel .owl-nav button{
    height: 30px;
    width: 30px;
    border-radius: 15px;
    bottom: -4px;
}

.imagecarousel .d-mob.owl-carousel div.owl-nav button.owl-next{
    right: 30px;
}

.imagecarousel .d-mob.owl-carousel div.owl-nav button.owl-prev{
    left: 30px;
}

.imagecarousel .d-mob.owl-theme .owl-nav{
    margin-top: 15px;
}

@media screen and (min-width:768px){

    .imagecarousel .d-mob{
        display: none !important;
    }
}

@media screen and (max-width:768px) {
    
    .imagecarousel section{
        padding-block: 25px;
    }

    .imagecarousel .heading{
        font-size: 24px;
    }

    .imagecarousel .d-desktop{
        display: none !important;
    }

}


/* OWL CAROUSEL CUSTOMIZATION START */

.imagecarousel .owl-theme .owl-dots .owl-dot.active span,.imagecarousel .owl-theme .owl-dots .owl-dot:hover span{
    background: #005e9e;
}

.imagecarousel .owl-theme .owl-dots .owl-dot span{
    background-color: white;
    border: 1px solid #005e9e;
}

.imagecarousel .owl-theme .owl-nav [class*='owl-']{
    border-radius: 20px;
}

/* OWL CAROUSEL CUSTOMIZATION END */

/* OWL CAROUSEL NAV BUTTONS CSS START */

.imagecarousel .owl-carousel .owl-nav button span {
    text-indent: -9999px;
    background: url(../../../../../content/dam/hdfclifeinsurancecompany/images/product/sprite.png) no-repeat;
    width: 14px;
    height: 12px;
    display: block;
    margin: auto;
}

.imagecarousel .owl-carousel .owl-nav button.owl-next span{
    background-position: -1px -1px;
}

.imagecarousel .owl-carousel .owl-nav button.owl-prev span{
    background-position: -1px -17px;
}

.imagecarousel .owl-carousel .owl-nav button.owl-next, .imagecarousel .owl-carousel .owl-nav button.owl-prev {
    background: #ed1c24;
    border-radius: 20px;
    position: absolute;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.imagecarousel .owl-carousel div.owl-nav button.owl-next.disabled, .imagecarousel .owl-carousel div.owl-nav button.owl-prev.disabled {
    background: #c7cacc;
    box-shadow: 0 12px 24px rgb(199 202 204 / 30%);
}

.imagecarousel .owl-theme .owl-nav [class*='owl-']:hover{
    background-color: #869791;
}

/* OWL CAROUSEL NAV BUTTONS CSS END */


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
