a,a:hover,a:active,a:focus{text-decoration:none;}
.header-padd{padding: 5px;}
.power-link span{position: relative;color: #FC9328;font-size: 12px; float: right;outline: none;cursor: pointer;text-transform:capitalize;}
.main-popup {
    color: #0F0393;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    float: left;
    margin: 5px 0;
	font-size:18px;
}
.preview-page {
    max-width: 430px;
    position: absolute;
    bottom: 25px;
	left: 70px;
    display: none;
    z-index: 9;
    padding: 15px;
    background: #EFFCFF;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(174,174,174,1);
    -moz-box-shadow: 0px 0px 13px 0px rgba(174,174,174,1);
    box-shadow: 0px 0px 13px 0px rgba(174,174,174,1);
}
.preview-page::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 31px 20px 0 20px;
    border-color: #EFFCFF transparent transparent transparent;
    content: '';
    position: absolute;
    bottom: -25px;
    left: 200px;
}
.preview-page h4 {
    text-align: center;
    margin: 0px 0px 10px;
    text-transform: uppercase;
    color: #036AB2;
    font-size: 20px;
}
.useful-comp {
    position: relative;
}

.comp-sec .comp-img {
    float: left;
    width: 39%;
}
.comp-img img{width:100%;}
.comp-sec .comp-sec-content {
    float: left;
    width: 57%;
    padding-left: 15px;
}
.comp-sec-content h6 {
    font-size: 13px;
    color: #00303A;
}
.comp-sec-content p {
    font-size: 12px;
    color: #404142;
    margin-top: 10px !important;
    padding-right: 20px;
}
.more-popup1, .more-popup2 {
    position: relative;
    color: #FC9328;
    font-size: 12px;
    float: right;
    outline: none;
    cursor: pointer;
}
.big-popup1 {
    position: fixed;
    top: 2%;
    left: 0;
	right:0;
	margin:auto;
    display: none;
    width: 77%;
    z-index: 99;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(174,174,174,1);
    -moz-box-shadow: 0px 0px 13px 0px rgba(174,174,174,1);
    box-shadow: 0px 0px 13px 0px rgba(174,174,174,1);
    padding: 5px;
    background: #fff;
}
.big-popup1::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
    content: '';
    position: absolute;
    bottom: -15px;
    left: 425px;
}
.big-popup1 img{width:100%;}
.content-two p span {
    float: left;
    margin-right: 5px;
}

@media screen and (min-width:1024px) and (max-width:1100px)
{
	.big-popup1 {
    	width: 800px;
	}
}

