.popup-trigger {
    padding: 10px 40px;
    border: 1px solid #e11521;
    color: white;
    background-color: #e11521;
    border-radius: 5px;
    font-size: 15px;
}

.popup-trigger:hover {
    color:white;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1000;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  transition:500ms all;

}

.popup.is-visible {
  opacity: 1;
  visibility: visible;
 transition:1s all;
}

.popup-container {
  transform:translateY(-50%);
  transition:500ms all;
  position: relative;
  width: 40%;
  margin: 2em auto;
  top: 5%;
  padding:5rem;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.is-visible .popup-container {
  transform:translateY(0);
  transition:500ms all;
}

.popup-container .popup-close {
  position: absolute;
  top: 8px;
  font-size:0;
  right: 8px;
  width: 30px;
  height: 30px;
}


.popup-container .popup-close::before,
.popup-container .popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}

.popup-container .popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}

.popup-container .popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}


.popup-container .popup-close:hover:before,
.popup-container .popup-close:hover:after {
  background-color:#35a785;
  transition:300ms all;
}

    .df{
        display: inline-flex!important;
    }
#google_translate_element { 
    height: 26px !important;
}
.goog-te-gadget .goog-te-combo {
    margin: 2px 0!important;
}
   .fixed-con {
    z-index: 9724790009779558!important;
    background-color: #f7f8fc;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
  }
  .VIpgJd-ZVi9od-aZ2wEe-wOHMyf{
   z-index: 9724790009779!important;
   top:0;
   left:unset;
   right:-5px;
   display:none!important;
   border-radius:50%;
   border:2px solid gold;
  }
  .VIpgJd-ZVi9od-aZ2wEe-OiiCO{
    width:80px;
    height:80px;
  }
  /*hide google translate link | logo | banner-frame */
  .goog-logo-link,.gskiptranslate,.goog-te-gadget span,.goog-te-banner-frame,#goog-gt-tt, .goog-te-balloon-frame,div#goog-gt-{
    display: none!important;
  }
  .goog-te-gadget {
    color: transparent!important;
    font-size:0px;
  }

  .goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
  }
   
 /*google translate Dropdown */
 
 #google_translate_element select{
 background:#f6edfd;
 color:#383ffa;
 border: none;
 border-radius:3px;
 padding:6px 8px
 }
 
 h3.size{
            color: black;
            font-size: 15px;
            margin-top: 14px;
            color: #df2028;
            border: 1px solid #df2028;
            margin: 10px;
            padding: 3px;
            border-radius: 5px;
          }
          .comphoto{
        height: auto;
        max-width: 100%;
        height: auto;
        border-radius: 20px;
        max-width: 100%;
        width: 100%;
        text-align: center;
        padding: 15px !important;
        padding-bottom: 0px !important;
          }
            #gallery {
      padding-top: 40px;
    }
    @media screen and (min-width: 991px) {
      #gallery {
        padding: 60px 30px 0 30px;
      }
    }
    
    .img-wrapper {
      position: relative;
      margin-top: 15px;
    }
    .img-wrapper img {
      width: 100%;
    }
    
    .img-overlay {
      background: rgba(0, 0, 0, 0.7);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      opacity: 0;
    }
    .img-overlay i {
      color: #fff;
      font-size: 3em;
    }
    
    #overlay {
      background: rgba(0, 0, 0, 0.7);
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 999;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }
    #overlay img {
      margin: 0;
      width: 80%;
      height: auto;
      -o-object-fit: contain;
         object-fit: contain;
      padding: 5%;
    }
    @media screen and (min-width: 768px) {
      #overlay img {
        width: 60%;
      }
    }
    @media screen and (min-width: 1200px) {
      #overlay img {
        width: 50%;
      }
    }
    
    #nextButton {
      color: #fff;
      font-size: 2em;
      transition: opacity 0.8s;
    }
    #nextButton:hover {
      opacity: 0.7;
    }
    @media screen and (min-width: 768px) {
      #nextButton {
        font-size: 3em;
      }
    }
    
    #prevButton {
      color: #fff;
      font-size: 2em;
      transition: opacity 0.8s;
    }
    #prevButton:hover {
      opacity: 0.7;
    }
    @media screen and (min-width: 768px) {
      #prevButton {
        font-size: 3em;
      }
    }
    
    #exitButton {
      color: #fff;
      font-size: 2em;
      transition: opacity 0.8s;
      position: absolute;
      top: 15px;
      right: 15px;
    }
    #exitButton:hover {
      opacity: 0.7;
    }
    @media screen and (min-width: 768px) {
      #exitButton {
        font-size: 3em;
      }
    } 
     .underline-text5{
              position:relative;
              padding-bottom:5px;
              display:inline-block;
              color:#312e97;
              border-bottom:4px solid #312e97;
              font-size:30px;
              font-family: Arial;
          }
    .underline-text5::before{
       position: absolute;
       bottom:-7px;
       height:10px;
       width:10px;
       left:0;
       content:"";
      background:#ef1923;
      border-radius:50%;
    }     
    
    .underline-text5::after{
       position: absolute;
       bottom:-7px;
       height:10px;
       width:10px;
       right:0;
       content:"";
       background:#ef1923;
      border-radius:50%;
    }  
    
    
    
    
    
            h2 {
              color: #000;
              text-align: center;
              font-size: 2em;
            }
    
            .warpper {
              display: flex;
              flex-direction: column;
              align-items: center;
            }
    
            .tabs {
              background: #312e97;
              box-shadow: 0 0 25px 0 rgba(0, 0, 0, .2);
              /*border-radius: 10px 10px 0px 0px;*/
            }
    
            .tab {
              cursor: pointer;
              padding: 10px 20px;
              background:#312e97;
              display: inline-block;
              color: #fff;
              /*border-radius: 10px 10px 0px 0px;*/
            }
    
            .panels {
              background: #fff;
              width: 100%;
              border-radius: 3px;
              overflow: hidden;
              padding: 20px;
            }
    
            .panel {
              display: none;
              animation: fadein .8s;
            }
    
            @keyframes fadein {
              from {
                opacity: 0;
              }
    
              to {
                opacity: 1;
              }
            }
    
            .panel-title {
              font-size: 1.5em;
              font-weight: bold
            }
    
            .radio {
              display: none;
            }
    
            #one:checked~.panels #one-panel,
            #two:checked~.panels #two-panel,
            #three:checked~.panels #three-panel {
              display: block
            }
    
            #one:checked~.tabs #one-tab,
            #two:checked~.tabs #two-tab,
            #three:checked~.tabs #three-tab {
              background: #fffffff6;
              color: #000;
              /*border-top: 3px solid #dc1f23;*/
            }