#gallery-banner {
    background-size: cover;
    padding: 100px 0;
    background-position: center;
    display: flex !important;
    align-items: center;
}

.gallery-wrap {
    margin-top: 80px;
}

.gallery-in .img-fluid {

    vertical-align: middle;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-img1,.gallery-img2 {
    width: 100%;
    margin-bottom: 30px;
}
.gallery-img1 {
    height: 626px;
}
.gallery-img2 {
    height: 483px;
}

#share-choice-modal .modal-dialog {
	width: 60%;
	max-width: 100%;
	display: flex;
	justify-content: center;
	/* align-items: center; */
	height: fit-content;
	margin: 0 auto;
}
#share-choice-modal {
	overflow: auto !important;
}

#share-choice-modal .form-control {

    padding: 26px 24px;

    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #ACACAC;
    border: 1px solid #06ACFF;
}

#share-choice-modal .btn-wrapper .secondary-btn {
    padding: 12px 54px;
}

#sap {
    opacity: 0;
    cursor: pointer;
}

.wrapper input::placeholder {
    font-weight: 500;
    font-size: 17.5855px;
    line-height: 21px;
    color: #C0C0C0;
}

#share-choice-modal form {
    padding: 0 70px 50px;
}

.image-upload {
    height: 266px;
    background: #F2F2F2;
    border: 0.628053px solid #B8B8B8;

}

.gallery-image-effect .search-icon {
    background: rgba(87, 87, 87, 0.5);
    border-radius: 34px;
    color: #F7F7F7;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    margin: 0 auto 15px;
}

.overlay_text {
    overflow: hidden;
}

.overlay_text:hover .gallery-image-effect {
    bottom: 0;
    transition: 0.5s all;
}

.gallery-image-effect {
    bottom: -100%;
    text-align: center;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    justify-content: center;
    background: #0000004f;
    transition: 0.5s all;
}


@media (max-width: 1500px) {
    #share-choice-modal .form-control {
        padding: 24px 16px;
        font-size: 18px;
    }
}

@media (max-width: 1199.98px) {
    .gallery-img1 {
        height: 500px;
    }
    .gallery-img2 {
        height: 350px;
    }
    
    #share-choice-modal form {
        padding: 0 40px 30px;
    }
}

@media (max-width: 991px) {
    .gallery-img1 {
        height: 400px;

    }

    .gallery-img2 {
        height: 250px;

    }

    #share-choice-modal form {
        padding: 0 0 0;
    }

    #share-choice-modal .form-control {
        padding: 22px 14px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    #share-choice-modal .modal-dialog {
        width: 100%;
    }
	.image-upload {
    height: 180px;

}
}

form#gallery-form input {
    color: black !important;
}

.display_image_div {
    height: 200px;
    width: 100%;
}

img#display-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}