.share__icon {
    width: 32px;
    height: 32px;
    fill: #fff;
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
}
.share__icon:last-of-type{
   margin-right: 0px;
}

.share-button {
  cursor: pointer;
    display: inline-block;
    height:42px;
    position: absolute;
    top: 0%;
    /*transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
   -moz-transform: translateY(-50%) translateX(-50%);
    left: 50%;*/
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  
}

.share-button__back {
  opacity: 0;
/*  width: 45px;*/
margin-top: -10%;
/*    background-color: #e67e22;*/
    padding: 5px;
    border-radius: 20px;
  overflow: hidden;
/*  box-shadow: 0px 0px 14px rgba(0,0,0,0.1) inset;*/
}

.share-button__front {
  display: inline-flex;
    width: 100%;
/*    height: 100%;*/
    height: 150%;
    background-color: #fff;
/*    border-radius: 20px;*/
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: center top;
    -webkit-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}



.share-button__text {
    margin: 0;
    /*line-height: 42px;
    font-size: 16px;*/
    text-align: center;
/*    color: #b6b6b6;*/
}

.share__link {
    position: relative;
    top: 40px;
    display: inline-block;
    opacity: 0;
  -webkit-transition: top .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: top .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: top .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: top .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: top .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);

  }

.share-button:hover .share-button__front {
    transform: rotateX(180deg);
}

.share-button:hover .share-button__back {
  opacity: 1;
}

.share-button:hover .share__link {
    top:0;
  opacity: 1;
}

.share-button:hover .share__link:nth-of-type(1){
  transition-delay:0.1s;
}

.share-button:hover .share__link:nth-of-type(2){
  transition-delay:0.2s;
}

.share-button:hover .share__link:nth-of-type(3){
  transition-delay:0.3s;
}

.share-button:hover .share__link:nth-of-type(4){
  transition-delay:0.4s;
}


/******************************************************************************************/
.fa {
  padding: 10px;
  font-size: 15px;
  /*padding: 20px;
  font-size: 30px;*/
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-whatsapp {
  background: #25D366;
  color: white;
}


.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
/*  background: #125688;*/
  background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf) !important;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}
/*****************************************************************************************/


/***********************************************************************************/
  .scr-stly{
    height: 98vh !important; background-color: white; overflow: auto;
  }
  .brd{
    border-right: 2px solid #eee;
  }
  .cont_ht{
    margin: auto;height: 67vh; overflow: scroll;
  }
  .mdl-cnt-rw{
    padding-right: 5px;position: fixed;
  }
  .msg-sty{
    background-color: #ffffff; padding: 5%; border-radius: 5%; padding: 0 !important;
  }
  .zindx{
    z-index: 99999;
  }
  .ldr{
    display: none; z-index: 99999;
  }
  .p-cl{
    padding: 0.5px;
  }
  .galry{
    height: 98vh !important; background-color: white; overflow: auto;
  }
  .amnt-i{
    color:green; font-size:1.4em; padding-top: 5px; padding-bottom: 5px; margin-bottom: 0px; margin-top: 0px;
  }
  .img-crd-top{
    height: 15rem;
  }
  .cnt{
    margin-left: 3%;
    margin-top: -20%;
  }
  .notSaved{
    color: rgb(0, 106, 255) !important; stroke: rgb(0, 106, 255) !important; fill: currentcolor !important; margin: 0;
  }

  .saved{
    color: rgb(230 126 34) !important; stroke: rgb(230 126 34) !important; fill: currentcolor !important; margin: 0;
  }

.imgStMain{
      width: 100%;
      height: 400px;
    }
    .imgStMain1{
      width: 100%;
      height: 279px;
    }
    .imgSt{
      width: -webkit-fill-available;
      height: 200px;;
      cursor: pointer;
    }
    .modalCont{
      display: block;
      background-color: transparent;
      padding: 3%;
    }

    .carousel-inner>.item>a>img, .carousel-inner>.item>img {
        height: 300px;
    }

    .panel-title {
        font-size: 1.5em;
        font-weight: bold;
    }

    .section_title {
      color: #303030 !important;
      /*font-size: 24px !important;*/
      font-weight: 400;
      line-height: 32px;
      position: relative;
      display: inline-block;
      margin: 0;
      padding: 0;
    }

    .set {
      content: "";
      display: block;
      /* position: absolute; */
      width: 40px;
      height: 5px;
      left: 0;
      bottom: -10px;
      border-radius: 2px;
      background-clip: padding-box;
      background-color: #e67e22;
      margin-left: 0px !important;
    }

    iframe{
      width: 70px !important;
      height: 25px !important;
    }

    ._6b {
      font-size: 15px !important;
      color: rgb(0, 106, 255) !important;
    }

    .dtlIfo{
      margin-left: 10%;
    }

    /*for mobile*/
    @media (max-width: 500px) {      
      .modalCont{
        padding: 3%;
      }
    }

    /*for laptop,tabs*/
    @media (min-width: 501px) {       
      .modalCont{
        padding: 1%;
      }
      /*.col-6{
        padding: 3px;
      }*/
    }

    .lnkAct{
      border-bottom: 3px solid #bd6314;
      background-color: #e7a16494;
      color: black;
      font-weight: 600;
    }

    .imgPd{
      --bs-gutter-x: 1rem;
      --bs-gutter-y: 1rem;
    }

    .modl1{
      padding: 2px !important; 
      padding-top: 50px !important; 
      padding-bottom: 50px !important; 
      height: 75vh !important;
    }