.thisToolTip{
    position: absolute;
    padding: 10px;
    max-width: 250px;
    box-shadow: 0px 1px 9px 2px #bfbebe;
    border-radius: 4px;
    width: 250px;
    z-index : 99999;
}

.preview-seal a{
    border: none;
    border-bottom: none!important;
}

.thisToolTip:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    margin-left: 18px;
    width: 0;
    height: 0;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}
.thisToolTip.CursorRight:after {
    content: '';
    position: absolute;
    top: -10px;
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: 18px;
    width: 0;
    height: 0;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}

.thisToolTip.CursorBottom:after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: auto;
    margin-left: 18px;
    margin-right: 0;
    width: 0;
    height: 0;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
    top: auto;
    border-bottom: 0;
}

.thisToolTip.CursorBottom.CursorRight:after{
    content: '';
    position: absolute;
    bottom: -10px;
    right: 0;
    left: auto;
    margin-left: 0;
    margin-right: 18px;
    width: 0;
    height: 0;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    top: auto;
    border-bottom: 0;
}

#privacy .thisToolTip{
    background: rgba(118,217,71,0.99);
    background: -moz-linear-gradient(-45deg, rgba(118,217,71,0.99) 0%, rgba(49,82,34,0.99) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(118,217,71,0.99)), color-stop(100%, rgba(49,82,34,0.99)));
    background: -webkit-linear-gradient(-45deg, rgba(118,217,71,0.99) 0%, rgba(49,82,34,0.99) 100%);
    background: -o-linear-gradient(-45deg, rgba(118,217,71,0.99) 0%, rgba(49,82,34,0.99) 100%);
    background: -ms-linear-gradient(-45deg, rgba(118,217,71,0.99) 0%, rgba(49,82,34,0.99) 100%);
    background: linear-gradient(135deg, rgba(118,217,71,0.99) 0%, rgba(49,82,34,0.99) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76d947', endColorstr='#315222', GradientType=1 );
}
#business .thisToolTip{
    background: rgba(122,125,130,0.99);
    background: -moz-linear-gradient(-45deg, rgba(122,125,130,0.99) 0%, rgba(32,51,82,0.99) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(122,125,130,0.99)), color-stop(100%, rgba(32,51,82,0.99)));
    background: -webkit-linear-gradient(-45deg, rgba(122,125,130,0.99) 0%, rgba(32,51,82,0.99) 100%);
    background: -o-linear-gradient(-45deg, rgba(122,125,130,0.99) 0%, rgba(32,51,82,0.99) 100%);
    background: -ms-linear-gradient(-45deg, rgba(122,125,130,0.99) 0%, rgba(32,51,82,0.99) 100%);
    background: linear-gradient(135deg, rgba(122,125,130,0.99) 0%, rgba(32,51,82,0.99) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a7d82', endColorstr='#203352', GradientType=1 );
}
#secure .thisToolTip{
    background: rgba(161,158,161,0.99);
    background: -moz-linear-gradient(-45deg, rgba(161,158,161,0.99) 0%, rgba(43,43,43,0.99) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(161,158,161,0.99)), color-stop(100%, rgba(43,43,43,0.99)));
    background: -webkit-linear-gradient(-45deg, rgba(161,158,161,0.99) 0%, rgba(43,43,43,0.99) 100%);
    background: -o-linear-gradient(-45deg, rgba(161,158,161,0.99) 0%, rgba(43,43,43,0.99) 100%);
    background: -ms-linear-gradient(-45deg, rgba(161,158,161,0.99) 0%, rgba(43,43,43,0.99) 100%);
    background: linear-gradient(135deg, rgba(161,158,161,0.99) 0%, rgba(43,43,43,0.99) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a19ea1', endColorstr='#2b2b2b', GradientType=1 );
}

#privacy .thisToolTip:after{
    border-bottom: solid 10px rgb(117, 206, 74);
}
#privacy .thisToolTip.CursorBottom:after{
    border-top: solid 10px rgb(117, 206, 74);
    border-bottom: none;
}


#business .thisToolTip:after{
    border-bottom: solid 10px #7a7d82;
}
#business .thisToolTip.CursorBottom:after{
    border-top: solid 10px #7a7d82;
    border-bottom: none;
}


#secure .thisToolTip:after{
    border-bottom: solid 10px #a19ea1;
}
#secure .thisToolTip.CursorBottom:after{
    border-top: solid 10px #a19ea1;
    border-bottom: none;
}

.thisToolTip{
    color: #fff;
}
.tooltipRow{
    float: left;
    width: 100%;
}
.tooltipRow .tooltipleft{
    float: left;
}
.tooltipRow .tooltipright{
    float: right;
}
.tooltiptitle{
    display: block;
    font-size: 11px;
}
.tooltipUrl{
    font-size: 18px;
    font-weight: 600;
    word-break: break-all;
}
.activeDate{
    font-size: 11px;
}

.tooltipRow p{
    padding: 4px 0;
    font-size: 12px;
    margin: 0!important;
    color: #fff!important;
}
.tooltipRow img{
    width: 14px;
    margin: 0 2px -4px 0;
}
.trustLockId{
    font-size: 12px;
    margin: 6px 0 0 0;
    display: block;
}
.sealDetailsFixed{
    margin: 8px 0;
}
.clicktoVerify{
    font-size: 12px;
    color: #f1ca44;
    text-decoration: underline;
    margin: 6px 0 0 0;
    display: block;
}
.clicktoVerify:hover{
    color: #ffffff;
}

.preview-seal img{
    max-width: 100%;
    display: table;
    height: auto!important;
    margin: 0!important;
    padding: 0!important;
}
.tooltipRow p img{
    width: 18px;
    margin: 0 5px -4px 0!important;
    display: inline-block;
}
.preview-seal .trustLockId img{
    max-width: 100%;
    display: inline-block;
}
.preview-seal{
    position: relative;
    max-width: 100%!important;
}
.preview-seal .seal_date{
    position:absolute;
    color : #4d648b;
    line-height: 1.3!important;
}
.preview-seal .link1{
    display: inline-block;
    position: relative;
}
.preview-seal{
    font-family : sans-serif
}

.seal-three.top-left{
    position: fixed!important;
    top: 0px!important;
    left: 0px!important;
    z-index: 999999;
}
.seal-three.top-right{
    position: fixed!important;
    top: 0px!important;
    right: 0px!important;
    z-index: 999999;
}
.seal-three.bottom-left{
    position: fixed!important;
    bottom: 0px!important;
    left: 0px!important;
    z-index: 999999;
}
.seal-three.bottom-right{
    position: fixed!important;
    bottom: 0px!important;
    right: 0px!important;
    z-index: 999999;
}
.seal-three.top-right .preview-seal,
.seal-three.bottom-left .preview-seal,
.seal-three.bottom-right .preview-seal,
.seal-three.top-left .preview-seal{
    display : flex!important;
}