.tblsty{border:1px solid #ccc;margin:0 auto;width:50%}
.tblsty td{border:1px solid #ccc;padding:10px}
.download-txt{margin-top:3px;}
.download-Arw{margin: 2px 0 0 20px;}
.download-OS{margin:2px 20px 0 0}
.rep-banner{background:#28cbd6}


/* new */

.rep-banner{background: url('../images/cyber-security-newsletter-bg.png');background-size: 100% 100%;}
.rep-banner h2 {
    margin: 0;
    padding: 75px 20px;
    font-size: 46px;
    font-family: "ZohoPuvi";
    font-weight: 500;
}

.heading-menu .container {
    max-width: 1000px;
    background: none;
}

.heading-menu {
    border: none;
    background: #f8f8f8;
}

.heading-menu .menuhead {display: none;}

.breadcrumb {
    margin-left: 0;
    font-size: 14px;
    font-family: "Zoho_puvi_Medium";
    padding-top: 18px;
}
.sec-pTB{
    margin-top: 0;
}
.head h2 {
    display: inline-block;
    font-family: Zoho_puvi_Semibold;
    font-size: 26px;
    line-height: 36px;
    margin: 30px 0;
    margin-bottom: 10px;
}

.head {
    display: table;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
}

.year-drop {
    display: inline-block;
    margin-left: 12px;
    position: relative;
    border-bottom: 1px solid #2189f4;
}

.year-drop select {
    border: none;
    background: none;
    -webkit-appearance: none;
    font-family: Zoho_puvi_Medium;
    font-size: 23px;
    line-height: 31px;
    margin-top: -8px;
    padding-right: 10px;
    color: #2189f4;
    position: relative;
    z-index: 1;
	width:75px;
}

.year-drop:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #2189f4;
    z-index: 0;
    right: 2px;
    top: 8px;
}

.newsletter-tils {
    margin-top: 45px;
    display: table;
    width: 100%;
    margin-bottom: 50px;
    
}

div#scroll {
    background: #f8f8f8;
    padding-top: 0; 
    padding-bottom: 100px;
}

.tile {
    width: 230px;
    height: auto;
    background: #fff;
    text-align: center;
    padding: 20px;
    padding-top: 25px;
    box-sizing: border-box;
    box-shadow: 0px 0px 34px #8080803b;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
}

.tile h3 {
    background: #fff4d3;
    color: #bf8a5b;
    font-size: 19px;
    font-family: "Zohopuvi";
    font-weight: 800;
    min-height: 278px;
    position: relative;
    box-sizing: border-box;
    padding-top: 23px;
    margin: 0;
}

.tile h3:after {
    content: '';
    width: 100%;
    height: 155px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../images/cyber-security-newsletter-sprite.png") no-repeat;
    background-size: 534px;
    background-position: -256px -10px;
}

span.month {
    font-size: 16px;
    font-family: "Zohopuvi";
    font-weight: 500;
    position: relative;
    top: -11px;
}

.wrap {
    display: table;
    width: 100%;
    margin-top: 30px;
}

.lhs {
    display: inline-block;
    box-sizing: border-box;
    float: left;
    width: calc(100% - 360px);
}

.rhs {
    width: 330px;
    float: right;
}

.lhs-inner {
    background: #fff;
    padding: 20px;
}

.month {
    display: inline-block;
    font-size: 22px;
    font-family: "Zohopuvi";
    font-weight: 400;
}

.top-link {
    display: inline-block;
    float: right;
}

.newsletter {
    display: table;
    width: 100%;
}

.navigations {
    margin-top: 40px;
}

.navigations a {
    font-size: 16px;
    display: block;
}

i.arr {
    font-style: normal;
    font-weight: 800;
    font-size: 25px;
    position: relative;
    top: 4px;
}

.prev .arr {
    margin-right: 7px;
}

.navigations span {
    font-size: 13px;
    font-family: "Zohopuvi";
    font-weight: 400;
}

.navigations .prev span {
    padding-left: 30px;
}

.prev,.next {
    width: 50%;
    float: left;
    padding: 20px 0px;
}

.prev {
    border-right: 1px solid #dedede;
    width: calc(50% - 1px);
}

.next {
    text-align: right;
	float:right;
}

.next .arr {
    margin-left: 7px;
}

.newsletter-links li {
    background: #fff4d3;
    margin-bottom: 15px;
    box-sizing: border-box;
    border: 6px solid white;
    padding: 10px 18px;
    box-shadow: 0px 0px 10px #0000001f;
    position: relative;
    transition: .3s ease-in;
}

.newsletter-links a {
    color: inherit;
}
.newsletter-links li:hover {
    background: #d8c99d;
}

.newsletter-links li:hover span {
    color: #000;
}

.newsletter-links span {
    display: block;
    color: #cc9f6a;
    font-size: 16px;
    line-height: 27px;
}

.newsletter-links .tit {
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
    color: black;
}

.newsletter-links a:hover {
    text-decoration: none;
}

.newsletter-links li:after {
    content: '';
    width: 112px;
    height: 100%;
    background: url("../images/cyber-security-newsletter-sprite.png") no-repeat;
    background-size: 354px;
    background-position: -6px -149px;
    position: absolute;
    right: 0;
    bottom: 0;
    filter: grayscale(0.7);
}
.navigations a:hover{
    text-decoration: none;
}
.top-link a {
    padding: 0 10px;
	    font-size: 14px;
}
#newsletter-content{
    width: 100%;
    border:none;
    overflow: hidden;
}
/* form */
.form-main {
    display: table;
    max-width: 100%;
    margin: auto;
    margin-top: 35px;
    padding: 23px;
    background: #ddf7ff;
    box-sizing: border-box;
    position: relative;
    border-radius: 4px;
    min-height: 252px;
    padding-top: 45px;
}

.form-main h3 {
    font-family: "Zohopuvi";
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    margin-bottom: 14px;
    margin-top: -8px;
}

.form-main h3 span {
    font-size: 18px;
    font-weight: 300;
    display: block;
}

.ffw-thank {
    display: none;
}

.ffw-field {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.ffw-field input {
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    font-family: "Zohopuvi";
    padding: 8px 13px;
    -webkit-appearance: none;
    height: 42px;
    border-radius: 0;
    border: 1px solid #e0e0e0;
}

.ic-count {
    border: 1px solid #e0e0e0;
    position: relative;
    border-radius: 0;
    background: white;
}

.ic-count select {
    font-size: 15px;
    border: none;
    -webkit-appearance: none;
    background: no-repeat;
    height: 42px;
    padding-left: 14px;
    z-index: 1;
    position: relative;
    width: 100%;
}

.ic-count:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #191919;
    z-index: 0;
    right: 8px;
    top: 19px;
}

.ffw-field .ffw-submit {
    background: #459857;
    border: 1px solid #459858;
    color: white;
    height: auto;
    padding: 11px 10px;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 500;
    margin-top: 7px;
    transition: .3s ease-in;
    cursor: pointer;
    border-radius: 3px;
}

.ffw-errmsg {
    display: none;
    color: #ff1212!important;
    font-size: 12px;
    float: left;
    width: 100%!important;
    height: auto!important;
}

.ffw-field .ffw-submit:hover {
    background: #277d3b;
}

div#formCTAgdpr, div#formCTAgdpr * {
    font-size: 11px;
    color: #626161;
    line-height: 17px;
}
div#formCTAgdpr a {
    color: #138cd6;
}

span.submit_text {
    font-weight: 500;
}

.form-main:before {
    content: '';
    width: 85px;
    height: 85px;
    background: url("../images/cyber-security-newsletter-sprite.png") no-repeat;
    background-size: 178px;
    background-position: 13px 12px;
    position: absolute;
    left: auto;
    top: -10px;
    right: 0;
}

div#meGDPRMessage {
    color: #444444;
    padding: 0;
    width: 100%;
}
.us-count:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #191919;
    z-index: 0;
    right: 54%;
    top: 19px;
}

.us-count select {
    width: 50%;
    height: 25px;
    margin-top: 9px;
}

.us-count {
    height: 42px;
}

.us-count  #MECountryListing {
    border-right: 1px solid #e0e0e0;
    border-radius: 0;
}
.ffw-thank p {
    font-size: 20px;
    margin-top: 66px;
}
input:focus, select:focus {
    outline: 0;
}
.form-main.fix {
    position: fixed;
    top: 70px;
    max-width: 330px;
    z-index: 1;
}
@media screen and (max-width : 767px){
    .us-count #MECountryListing {
    border-radius: 0;
    border-right: 0;
}
.us-count {
    height: auto;
}
.us-count select {
    width: 100%;
    height: 40px;
    margin: 5px 0;
}
.us-count:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #191919;
    z-index: 0;
    right: 10px;
    top: auto;
    bottom: 20px;
}
}
/* form end */

@media screen and (max-width : 992px){
    .lhs,.rhs{
        width:100%;
        float: none;
    }
    .heading-menu{
        display: none;
    }
	.rhs {
    max-width: 70%;
    margin-top: 20px;
}
div#scroll {
    padding-bottom: 30px;
}
}
@media screen and (max-width : 700px){
.rep-banner h2 {
    padding: 30px;
    margin-top: 30px;
    font-size: 26px;
}

.head h2 {
    font-size: 18px;
}

.year-drop select {
    font-size: 18px;
    width: 60px;
}
.newsletter {
    zoom: 0.5;
}
.rhs {
    max-width: 90%;
    margin-top: 20px;
}
}
@media screen and (max-width : 360px){
.newsletter {
    zoom: 0.4;
}
}
@media only screen and (max-width: 1025px){
header:not(.abheader) #header-mainsec {
    height: auto;
}
.rep-banner h2 {
    margin: 0;
    padding: 58px 20px 35px;
}
}