*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.open{
    position: absolute !important;
    top: 0;
    right: 0;
    width: 400px;
    height: 100%;
}
/* carousel start */
.owl-carousel .owl-stage-outer{
  padding: 0 !important;
}
.owl-nav{
    margin: 0 !important;
}
.owl-carousel{
  position: relative;
  margin: 0 !important;
}
.owl-prev,
.owl-next{
    position: absolute;
    height: 50px;
    width: 50px;
    background: transparent !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 32px !important;
    color: #1E3A8A !important;
}
.owl-prev:hover{
    color: rgb(233, 238, 237);
}
.owl-next:hover{
    color: rgb(233, 238, 237);
}
.owl-prev{
    top: 48%;
    left: 10px;
}
.owl-next{
    top: 48%;
    right: 10px;
}
.hgt{
    height: 250px;
    width: 100%;
}
.box{
    position: relative;
}
.box::after{
    content: '';
    width: 0px;
    height: 0px;
    border-left: 50px solid transparent;
    border-top: 50px solid transparent;
    border-bottom: 50px solid #1E3A8A;
    position: absolute;
    bottom: 4px;
    right: 4px;
}