
.hidden__popup{
    display: none;
}
/* 
body{
    position: relative;
} */

.my__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;

  width: 100%;
  height: 100%;
  overflow: auto;
  position: fixed;
  background: rgba(0,0,0,0.8);


}

.popUp__content{
    width: 70%;
    margin: 20px auto;
    background-color: white;
}


@media(max-width:1200px){
    .popUp__content{
        width: 80%;
    }

    .popUp__header {
        font-size: 21px;
    }

}
@media(max-width:1000px){
    .popUp__content{
        width: 97%;
    }
}

.popUp__header{
    background-color: #005464;
    padding: 15px;
    color: #fff;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    /* height: 70px; */
}

.popUp__header h4{
    font-size: 25px;
}
.popUp__header p{
    font-size: 15px;
    margin-top: 10px;
}

.popUp__btn button{
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 50px;
    right: 1px;
    top: 10px;
    color: white;
}

.popUp__body{
    padding: 0 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 35rem;
}





.arrow-1, .arrow-2{
    /* padding: 8px 8px 9px; */
    padding: 7px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 2px;
}

.arrow-1{
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
}
.arrow-2{
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}


.popUp__body--image--main{
    width: 100%;
    height: 310px;
    position: relative;
    display: flex;
    justify-content: center;
}


.popUp__body--image--main img{
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}


.popUp__body--image--add{
    padding: 0 3px;
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    /* grid-template-columns: 10px; */
    gap: 5px;
}

.popUp__body--image--add div{
    width: 19%;
    height: 60px;
    cursor: pointer;
}

@media(max-width:980px){
    .popUp__body--image--add div{
        width: 24%;
    }
}
@media(max-width:850px){
    .popUp__body--image--add div{
        width: 23%;
    }

    .popUp__header h4{
        font-size: 15px;
    }

    .popUp__body--text__list {
        gap: 100px !important;
    }


}



.popUp__body--image--add div img{
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    object-fit: fill;
}


.border--active{
    border: 2px solid #005464  !important;
}



.popUp__body--text{
    padding: 0 20px;
}


.popUp__body--text__data h3{
    font-size: 25px;
    color: #27a3bf;
}


.popUp__body--text__list{
    display: flex;
    gap: 80px;
}

@media(max-width:1200px){
    .popUp__body--text__list{
        gap: 40px;
    }
}


.popUp__body--text__list ul{
    list-style-type: none;
}

.popUp__body--text__list ul li{
    margin: 19px 0;
    font-size: 13px;
    color: #27a3bf;
}

.popUp__body--text__foot{
    border-top: 1px solid #d4e2eb;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.popUp__body--text__foot b{
    color: #27a3bf;
}
.popUp__body--text__foot span{
    color: #27a3bf;
    font-size: 13px;
    font-weight: 700;
}



@media (max-width:768px){
    .popUp__body{
        grid-template-columns: 1fr;
       
    }

    .popUp__body--image--add div {
        width: 15%;
    }

    
    .popUp__body--text{
        padding: 0px !important;
        margin-top: 20px;
    }

    .popUp__body--text__data h3{
        font-weight: 700;
        padding-bottom:10px;
        font-size: 16px!important;
        border-bottom: 1px solid #eff0f2;
    }

    .popUp__body--text__list ul li {
        margin: 13px 0;
    }

}

@media (max-width: 600px){


    .popUp__body--image--add div {
        width: 17%;
    }


    
     .popUp__body--image--main img{
        object-fit: fill;
     }

     .popUp__body--image--main{
        height: 235px;
     }

    .popUp__body--text__list {
        gap: 40px !important;
    }

}


@media (max-width: 400px){

    .popUp__body--image--add div {
        width: 22% !important;
    }

    .popUp__body--text__list {
        gap: 20px !important;
    }

}









/* 
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .mySwiper2 {
    height: 80%;
    width: 100%;
  }

  .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
  }

  .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


 */
