@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

/***********************************Start of Login***********************************************/
.imageBackground{
    background:linear-gradient( rgba(15, 110, 148, 0.38), rgb(51, 91, 129) ),url(../style/images/4.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.leftDivHeight{
    height: 100vh;
}

.rightDivPad{
    padding: 0;
}

.loginBtn{
	
	 width: 100%;
    background: #0f6e94;
    color: #fff;
}

.rightDivMarg{
    margin: 0;
}

.downloadDotted{
	cursor:pointer;
    display:block;
	background-image:url(../style/images/Docdownload.png);
    background-position:left center;
    background-repeat:no-repeat;
    background-size:18px;
    padding-left:26px;
    margin-top:20px;
    
}
.downloadDotted a{
	
	color:#0f6e94;
}

.documentDotted {
    border: 1px dotted #0f6e94;
    width: 100%;
    cursor: pointer;
}
.Emp-popUp {
    max-width: 276px;
    min-width: 276px;
    position: absolute;
    right: 10px;
    top: 99px;
    box-shadow: 1px 1px 3px 1px grey;
    display: none;
    z-index: 1060;
    background-color:#fff;
    -webkit-background-clip:padding-box;
    -webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);
     box-shadow:0 5px 10px rgba(0,0,0,.2);
    padding:5px;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

@media screen and (max-width: 768px) {
    .textdoc 
    {
        display: none;
    }
    .downloadDotted
    {
    cursor:pointer;
    display:block;
    background-image:url(../style/images/Docdownload.png);
    background-position:initial;
    background-repeat:no-repeat;
    background-size:18px;
    width:28px;
    height:28px;
    }

    .Emp-mobpopup 
    {
    right: 31px !important;;
    top: 51px !important;;
    }
}
@media screen and (max-width: 768px) {
    .navdoc{
        flex-wrap: unset !important;
    }
.navbar-menu {
        position: absolute;
        background-color: #fff;
        width: 90%;
        border: 1px solid red;
        top: 80px;
    }
}

.LoginPDFVideo {
float: left;
padding: 7px 10px;
}

/***********************************End of Login***********************************************/

/***********************************Start of Video Modal***************************************/

.customModalDialog {
    max-width: 800px;
    margin: 30px auto;
}

.customModalBody {
    position: relative;
    padding: 0px;
}

.customClose {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

/***********************************End of Video Modal*****************************************/
/***********************************Start of Download Modal************************************/

.customModalHeader {
    color: #000 !important;
    background: #fff !important;
}

.customModalTitle {
    font-size: 18px;
    font-weight: 400;
    padding-top: 3%;
}

/***********************************End of Download Modal**************************************/

@media (min-width: 767px) and (max-width: 1020px) {
    .imageSBCUSD{
        display: none;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .imageSBCUSD{
        display: none;
    }
}

.c-model-container1{
    max-width: 564px;
}
.c-modal-content{
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    border:none;
    border-radius: .5rem;
}
.c-model-header1{
    background: #0f6e94;
    color: #fff;
}
.c-close1{
    text-shadow: none !important;
    color: #fff !important;
}
.c-close1:hover{
    opacity: 1 !important;
}
.c-text-heading1{
    font-size: 1.125rem;
}
.c-list1 li{
    background: url(../style/images/diamond.png) no-repeat 5px 9px;
    padding: 0 0 0 20px;
    margin: 3px 10px;
}
.c-border-bottom2{
    border-bottom: 5px solid #0f6e94;
}





/**********************End Login CSS**************************/

 