﻿
/*body{ background: #0b559b}*/
.image2wise{
    display: none;
}
.abwise{
    font-size:40px;
    padding: 20px;

}
.boxa{
    float: left;
    width:50%;
    vertical-align: middle;
}
.boxb{
    float: left;
    width:40%;
    vertical-align: middle;
}
.Text1{
    font-family: Arial;
    font-size:22px;
    margin-left: 30px;
    margin-right: 30px;
    text-align: left;
    color: #1A1A1A;
    margin-top:10px;
}
.Text2{
    font-family: Arial;
    font-size:15px;
    margin-left: 30px;
    margin-right: 30px;
    text-align: left;
    color: #1A1A1A;
    margin-top:10px;
}
.Text3{
    margin-left: 30px;
    margin-right: 20px;
    margin-top: 30px;
    float: left;
    padding-right: 20px;
}
.sheight{
    height:100px;
}
.abc{
    width:20%;
    cursor: pointer;
    color:#FFFFFF;
    text-align: left;	

}
.abc:hover {
    background-color:#FFFFFF;
    color:#000000;

}
.cd{
    padding:1%;
    width:70%;
    background-color:#FFFFFF;
}
.bc{
    margin: auto;
    padding-top: 2%;
    padding-bottom: 2%;
    display: inline;

}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full width */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
    padding-top: 10px;
}
/* Modal Content/Box */
.modal-content {
    margin: 0%; /* 5% from the top, 15% from the bottom and centered */
    margin-left:350px;
    margin-top: 200px;
    border: 0px solid #888;
    width: 60%; /* Could be more or less, depending on screen size */
    float: left;
}
/* The Close Button (x) */
.close {
    position: absolute;
    right: 150px;
    top: 0px;
    color:#FFFFFF;
    font-size: 30px;
    font-weight: bold;
    background-color:#FF0004;
    padding-left: 8px;
    padding-right: 8px;
    border: 0px solid #FF0004;
    border-radius:50%;
}
.close:hover,
.close:focus {
    color: white;
    cursor: pointer;
}
/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}
@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}		 
@media only screen and (max-width: 1000px){ 
    /* The Modal (background) */
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full width */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
        padding-top: 10px;
    }
    /* Modal Content/Box */
    .modal-content {
        margin-right: auto;
        margin-left: auto;
        margin-top: 100px;
        border: 0px solid #888;
        width: 85%;
        float: right;
    }
    /* The Close Button (x) */
    .close {
        position: absolute;
        right: 150px;
        top: 0px;
        color:#FFFFFF;
        font-size: 30px;
        font-weight: bold;
        background-color:#FF0004;
        padding-left: 8px;
        padding-right: 8px;
        border: 0px solid #FF0004;
        border-radius:50%;
    }
    .close:hover,
    .close:focus {
        color: white;
        cursor: pointer;
    }
    /* Add Zoom Animation */
    .animate {
        -webkit-animation: animatezoom 0.6s;
        animation: animatezoom 0.6s
    }
    @-webkit-keyframes animatezoom {
        from {-webkit-transform: scale(0)} 
        to {-webkit-transform: scale(1)}
    }
    @keyframes animatezoom {
        from {transform: scale(0)} 
        to {transform: scale(1)}
    }		 
    .image1wise{
        display: none;
    }
    .image2wise{
        display: block;
    }
    .abwise{
        font-size:20px;
        padding: 0px;

    }
}
img.image1wise {
    position: relative;
}
img.image1wise2 {
    position: absolute;
    height: auto;
    width: initial;
    left: 8%;
}
.loading {
    font-size: 30px;
}
.loading:after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: ellipsis steps(4,end) 900ms infinite;      
    animation: ellipsis steps(4,end) 900ms infinite;
    content: "\2026"; /* ascii code for the ellipsis character */
    width: 0px;
}
@keyframes ellipsis {
    to {
        width: 1.25em;    
    }
}
@-webkit-keyframes ellipsis {
    to {
        width: 1.25em;    
    }
}
p.check-point {
    font-size: 20px;
    padding-bottom: 40px;

} 
h1.wise-heading {
    color: #fff;
    display: inline;
}

.center {
    position: absolute;
    /* right: -1px; */
    color: #fff;
    top: 247px;
    right: 0;
    float: right;
    display: inline-block;
    width: 50%;
}

.border-top {
    background-image: url(/images/wise/blue-bg.png);
    background-repeat: repeat-x;
    height: 133px;
    /* display: inline-block; */
    position: absolute;
    top: 8px;
    width: 100%;
    z-index: 2;
}
.loading {
    position: relative;
    display: inherit;
}

h1.wise-heading {
    color: #fff;
    display: inline;
    z-index: 3;
    position: relative;
}
.border-top2 {
    background-image: url(../images/wise/blue-bg.png);
    background-repeat: repeat-x;
    height: 133px;
    /* display: inline-block; */
    position: absolute;
    /* top: 19px; */
    width: 100%;
    bottom: -51px;
    z-index: 2;
}
span.mark {
    /*background-image: url(../images/wise/tickmark-gif.gif);*/
    background-image: url(../images/wise/tick-circle-green.png);
    background-repeat: repeat-x;
    height: 22px;
    display: inline-block;
    /* position: absolute; */
    /* top: 19px; */
    width: 22px;
    /* bottom: -51px; */
    z-index: 2;
    margin-right: 5px;
}
span.unmark {
    /*background-image: url(../images/wise/tickmark-gif.gif);*/
    background-image: url(../images/wise/tick-circle.png);
    background-repeat: repeat-x;
    height: 22px;
    display: inline-block;
    /* position: absolute; */
    /* top: 19px; */
    width: 22px;
    /* bottom: -51px; */
    z-index: 2;
    margin-right: 5px !important;

}
span.content {
    position: relative;
    top: -3px;

}

marquee#fade {
    margin-top: 30px;
}

.web-none {
    display: block;
}


.vessel {
    background-size: 28px 28px!important;
}


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 736px) {
    .center {
        position: absolute;
        /* right: -1px; */
        color: #fff;
        top: 330px;
        left: 15px;
        right: 0;
        float: right;
        display: inline-block;
        width: 100%;
    }
    .image2wise {
        display: block;
        padding-bottom: 237px;
    }
    h1.wise-heading {
        color: #fff;
        display: inline;
        z-index: 3;
        position: relative;
        font-size: 20px;
        width: 100%!important;
    }

    p.check-point {
        font-size: 12px;
        padding-bottom: 40px;
    }

}

/*commented by ashish Bakliwal on 04022019 because its impacted on complete portal start*/
/*.bx-wrapper{
    top: 30px !important;
}*/
/*commented by ashish Bakliwal on 04022019 because its impacted on complete portal end*/


/* below lone added for popup sidorted issue fixed.*/
.trade-entry-input-list > li > p { display:inline}
.trade-lumsetp1-re .con-1 {
    font-size: 24px !important;
}
.alert_err_lbl{
    display: contents !important;
}