#sec-overlay {
    display: none;
    position: fixed; 
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    z-index: 99999; 
    background-color: rgba(0,0,0,0.5);
    overflow: scroll;
}

#sec-container {
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%,-50%); 
    -ms-transform: translate(-50%,-50%);
    background-color: #FFFFFF; 
    border: 1px solid gray;
    border-radius: 5px; 
}

#sec-if-container {
    font-family: arial; 
    color:#515151; 
    text-align: center; 
    width: -webkit-fill-available;
}

#sec-container .closebtn {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 20px;
}

#sec-if-container iframe {
    border: none;
    border-style: none;
}

#sec-if-container iframe.recaptcha {
    width: 350px; 
    height: 400px;
}

@media (max-width: 767px) {
    #sec-if-container iframe.recaptcha {
        width: 350px; 
        height: 300px;
    }
}   

#sec-if-container iframe.funcaptcha {
    width: 308px; 
    height:300px; 
}

#sec-if-container iframe.whiteshadow {
    width: 450px; 
    height:100px; 
}

#sec-text-container {
    text-align: left; 
    font-size: 16px; 
    margin: 0 auto 10px auto; 
    line-height: 1;
    padding: 30px 5px 0 20px;
    width: -webkit-fit-content;
    height: -webkit-fit-content;
    width: -moz-fit-content;
    height: -moz-fit-content;
}

/*  Smaller devices  */

@media (max-width: 767px) {
    #sec-text-container {
        padding: 5px 5px 0 5px;
    }
}

#sec-text-if {
    min-height: 150px;
    min-width: 800px;
}

/*  Smaller devices  */

@media (max-width: 767px) {
    #sec-text-if {
        min-width: 350px;
    }
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991px) {
    #sec-text-if {
        min-width: 650px;
    }
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199px) {
    #sec-text-if {
        min-width: 800px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    #sec-text-if {
        min-width: 800px;
    }
}

.sec-row {
    padding-right: 10px;
    padding-left: 10px;
    background-color: #FFFFFF;
    border-radius: 5px;
    display: inline-block;
    padding-bottom: 5px;
}