@charset "utf-8";

/* CSS Document */
:root {

	--black: #000;
	--white: #fff;
	--gray: #B8B8B8;
	--gray2: #333333;
	--gray3: #22222E;
	--gray4: #323232;
	--blue: #33D9FB;
	--pink: #E53777;
}

html {
	scroll-behavior: smooth;
}

.scf-box {
	padding: 40px;
  background: #fff;
  margin-bottom: 50px;
  box-shadow: 0px 1px 5px 3px #ecebeb;
	width: 100%;
	
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 10px;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.form-container{
    background: #6a3281;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    padding: 25px;
}
.form-container .form-control{
    border: 0;
}
.img-rounded {
    border-radius: 4px;
}
.txt-bengali{
    font-family: 'shree';
}
.filebrowse{
    display: flex;
    align-items: flex-end;

}
.filebrowse label{
    margin: 0 10px 0 0;
}
.form-container  .small{
    font-style: italic;
    color: #ffb1d9;
}
.scf-ban{
    background: #9c004c;
    height: 100%;
}
.scf-ban img{
    max-width: 100%;
    object-fit: cover;
    height: 100%;
}
.top-head{
    color: #e8088a;
    font-size: 20px;
    margin: 8px 0;
    text-align: center;
    font-weight: bold;
}
@media(max-width:560px){
   
    .scf-ban{
        height: auto;
        height: auto;
        width: 100%;
  max-width: 100%;
    }
    .scf-ban img{
        width: 100%;
  max-width: 100%;
        height: auto;
    }
    .scf-box{
        padding: 5px 20px;
    }
    .videoWrapper{
        margin-top: 20px;
    }

}

/*////////////////////////////*/

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fff5fa;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 510px;
  text-align: center;
}

.loadmodal-content {
  background-color: #fff5fa;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: auto;
  max-width: 510px;
  text-align: center;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  text-align: right;
  margin-top: -10px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-content p{
    text-align: center;
}
img.sucimg {
    width: 70px;
    margin: auto;
}