
html, body {
    /* overflow: hidden; */
    font-family: -apple-system, BlinkMacSystemFont, 'Open Sans', sans-serif;
}
#backToTop{display:none;}
body{
    margin: 0;
}

.jumbotron {
    background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
    background-size:cover;
    -webkit-background-size: cover ;
    -moz-background-size: cover;
    -o-background-size: cover;
}

#logo {
    position: absolute;
    top: 20px;
    max-width: 160px;
    }


    h1 {
        font-weight: 300;
        font-size: 34px;
    }

    h2{
        font-weight: 600;
        font-size: 22px;
        margin-bottom: 10px;
        line-height: 32px;
    }

    .desc {
        font-size: 14px;
        text-align: justify;
        margin-right: 50px;
        padding-top: 15px;
        line-height: 26px;
    }

    .list{
        font-size: 14px;
        text-align: justify;
        line-height: 35px;
        margin-top: 15px;
    }

    h3 {
        font-weight: 600;
        font-size: 16px;
        padding-top: 30px;
    }

    #share {
        padding-top: 35px;
    }

    button{
        margin: 5px;
    }

    .btn {
    color: #000;
    border-color: #eee;
    padding: 15px 20px;
    font-size: 12px;
    }

    .btn-fb {
        background: rgb(90, 90, 90);
        color: #fff;
        font-weight: 600;
    }

    .btn-fb:hover{
        background: #3b5998;
    }

    .btn-tw {
        background: rgb(90, 90, 90);
        color: #fff;
        font-weight: 600;
    }
     .btn-tw:hover {
        background: #0084b4;
    }

    .btn-li {
        background: rgb(90, 90, 90);
        color: #fff;
        font-weight: 600;
    }

    .btn-li:hover {
        background: #4875B4;
    }

    .btn-gp {
        background: rgb(90, 90, 90);
        color: #fff;
        font-weight: 600;
    }

     .btn-gp:hover {
        background: #C63D2D;
    }

    .card-title {
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        padding-bottom: 10px;
    }

    label {
        font-size: 14px;
        font-weight: 600;
    }

    input{
        font-size: 16px;
    }

    .form-check {
        padding-top: 10px;
        padding-bottom: 15px;
    }

    

    #btn-submit{
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        width: 100%;
        background: #7a2c88;
    }

    button:focus{
        outline: none;
        border: none;
    }

    .success-msg {
        background: rgb(246, 255, 155);
        padding: 10px;
        text-align: center;
        color: #000;
        font-weight: 600;
        font-size: 18px;
        display: none;
        position: absolute;
        top: 0px;
        z-index: 9999;
        width: 100%;
    }
form .form-group select {
    background: #fff url(https://www.manageengine.com/events/2018/seminar/images/dropdown-arrow.png) no-repeat 95% center;
    border: 1px solid #ced4da;
    padding: 0 0 0 .75rem;
    width: 100%;
    font-size: .9em;
    height: 40px;
    color: #777;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
}
.form-group{position: relative;}
p.reg_form_errors {
                position: absolute;
                bottom: -33px;
                font-size: 13px;
                color: #ff0000;
                display: none;
            }
.form_subscribecheck label{font-weight: 100; font-size: 12px;}
.datasecurity-ebookbanner img{width:70%;}
.datasecurity-ebookbanner h4{color: #fff;font-size: 24px;font-weight: 400; margin:20px 0 20px 0;}
		.datasecurity-ebookbanner p{font-size: 0.9em;color: #cdfcfa;line-height: 1.8em;}
.datasecurity-ebookform .card{top:-340px;}
footer div{background: #dbdbdb;color: #000;font-size: 12px;}
#meGDPRMessage .checkmarkgdpr.enableCheckgdpr::before, #meGDPRMessage .checkmarkgdpr.enableCheckgdpr::before, #meGDPRMessage .checkmarkgdpr{box-sizing: initial !important;}
#country_state,#ukcountry_region{margin-top:5px;}
@media (max-width: 1980px) {
	footer div{width:100%; position: fixed; bottom:0;}
}
@media (min-width: 1200px) {
    .card {
        background: #f5f5f5;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        border-radius: 10px;
        /* position: absolute; */
        top: -120px;
        left: 50px;
        width: 25rem;
    }
	
}

@media (min-width: 992px) and (max-width: 1199.98px) { 
    .card {
        background: #f5f5f5;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        border-radius: 10px;
        /* position: absolute; */
        /* top: -120px; */
        /* left: 50px; */
        width: 25rem;
    }
	.datasecurity-ebookform .card{top:0px !important;}
	.datasecurity-ebookbanner h4, .datasecurity-ebookbanner p{width:60%; text-align: center; margin: 3% auto; display: block;}
}

@media (min-width: 768px) and (max-width: 991.98px) { 
    .isVisible {
        display: inline;
    }

    .elA{
        order: 2;
    }
     .elA{
        order: 1;
    }

    h2{
        font-weight: 600;
        font-size: 22px !important;
        /* text-align: center; */
    }

    .desc {
        font-size: 16px !important;
        margin-right: auto !important;
    }

    .list{
        font-size: 16px !important;
    }

    .btn-toolbar{
        margin: 0 auto;
        justify-content: center;
    }

    .card {
        background: #f5f5f5;
        border-radius: 10px;
        margin: 0 auto;
        max-width: 100%;
        margin-bottom: 30px;
        border: none;
    }

    .card-body{
        max-width: 80%;
        margin: 0 auto;
    }

    #btn-submit{
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        width: 100%;
        background: #c3007a;
    }
	.datasecurity-ebookform .card{top:0px !important;}

}

@media (min-width: 576px) and (max-width: 767.98px) { 
.datasecurityebook-header img{width:100%;margin:0 auto; display:block;}
	.datasecurityebook-header p{text-align: center !important; margin-top:20px; font-size: 13px;}	
	.datasecurity-ebookbanner h4{margin: 0 0 10px 0;}
    .isVisible {
        display: inline;
    }

    .elA{
        order: 2;
    }
     .elA{
        order: 1;
    }


    h2{
        font-weight: 600;
        font-size: 22px !important;
        text-align: center !important;
    }

    .desc {
        font-size: 16px !important;
        margin-right: auto !important;
    }

    .list{
        font-size: 16px !important;
    }

    .btn-toolbar{
        margin: 0 auto;
        justify-content: center;
    }


    .card {
        background: #f5f5f5;
        /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
        border-radius: 10px;
        margin: 0 auto;
        /* max-width: 30rem; */
        /* min-width: 28rem; */
        width: auto;;
        margin-bottom: 30px;
        border: none !important;
    }

    .card-body{
        max-width: 90%;
        margin: 0 auto;
    }
	
	.datasecurity-ebookform .card{top:0px !important;}
}

@media (max-width: 575.98px) { 
	.datasecurity-ebookbanner .col-3{display:none;}
	.datasecurityebook-header img{width:100%;margin:0 auto; display:block;}
	.datasecurityebook-header p{text-align: center !important; margin-top:20px; font-size: 13px;}
	.datasecurity-ebookbanner h4{text-align: center; font-weight: 100;margin: 0 0 10px 0;}
	.datasecurity-ebookbanner p{text-align: center;  width:80%; display: block; margin: 0 auto;}
	
     .isVisible {
        display: inline;
    }

    .elA{
        order: 2;
        /* width: 100%; */
    }
     .elA{
        order: 1;
        width: 100%;
        display: block !important;
        min-width: 95%;;
    }

    .jumbotron{
        margin-bottom: 0 !important;
    }

    h1 {
        font-size: 22px !important;
        margin-top: 20px;
        line-height: 34px;
    }

    h2{
        font-weight: 600;
        font-size: 22px !important;
        text-align: center !important;
    }

    .desc {
        font-size: 16px !important;
        margin-right: auto;
        padding-top: 40px;
    }

    .list{
        font-size: 16px !important;
        line-height: 32px !important;
    }

    h3 {
        text-align: center;
    }

    .btn-toolbar{
        margin: 0 auto;
        justify-content: center;
    }

    .card {
        background: #f5f5f5;
        border: none;
        border-radius: 5px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .card-body{
        max-width: 90%;
        margin: 0 auto;
    }

    .col-sm-12 {
        display: block;
    }

    #btn-submit{
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        width: 100%;
        background: darkblue;
    }
	.datasecurity-ebookform .card{top:0px !important;}
}

