
.shareicons .tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted rgb(0, 16, 192);
}

.shareicons  .tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: rgb(0, 16, 192);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
left:-40%;
top:-100%;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.shareicons .tooltip:hover .tooltiptext {
  visibility: visible;
}
.backcontainermodel{
  display: none;
}
  .footerinmodal{
    justify-content: space-evenly;
  }
  /* .footer{
    position: absolute;
    TOP:650PX !important
  } */
  .backtextmodel{
    width: 50px !important;
    height: 50px;
    padding: 10px;
    border-radius: 50%;
    color:white;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(0, 16, 192);
    margin: auto;
    margin-top:0px
}
  *{box-sizing:border-box}
  .hidden {
    display: none!important;
}
button[disabled], html input[disabled] {
    cursor: default;
}
.pagination-number.active {
    color: #fff;
    background: rgb(33, 46, 191);
}
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */


/* Position the "next button" to the right */


/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertexttwo {
  color: #f2f2f2;
  font-size: 20px;
  padding: 8px 12px;
margin-bottom: 10px;
cursor: pointer;
font-weight: bold;
    border-bottom: 1px solid #7784e2;
    text-align: left;
    width: 100%;

}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer !important;
  height: 11px;
  width: 11px;
  margin: 0 2px;
  background-color: rgb(140, 142, 155);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: white;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
.table-circle {
  cursor:  pointer !important;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
.modalcontantsocial canvas{
  width: 800px;
  height: 400px;
}
