@import url('https://fonts.googleapis.com/css?family=Barlow:300,300i,400,700|Roboto');

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
/*--login start here--*/
 body{
   font-size: 100%;
   /*background:#364C86;*/
   font-family: 'Roboto', sans-serif;

}
a {
  text-decoration: none;
}
a:hover {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
/*--elemt style strat here--*/
h1 {
    font-size: 2.5em;
    color:#FFFFFF;
    text-align: center;
    margin-top: 1em;
    font-weight: 600;
}
.news-block {
    width: 50%;
    margin: 3em auto 0em;
}
.news-left {
    float: left;
    width: 49%;
    border: 1px solid #ccc;
    padding:1em 1.5em;
    background: #fff;
}
.reaches {
    float: right;
    width: 50%;
    text-align: right;
}
.news-text1 {
    float: left;
    width: 49%;
}
.news-text2{
	float: left;
    width: 49%;
}
.new-right {
    float: right;
    width: 35%;
    border: 1px solid #ccc;
    padding: 1em 1.5em;
    background: #fff;
}
.news-1 {
    /* border-bottom: 1px solid #ccc; */
    /*margin-bottom: 1em;*/
    padding: 1em 1.5em;
}
.news-2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.1em;
    margin-bottom: 1em;
}
.news-text1 h2 {
    font-size: 1.6em;
    color:#F19E35;
    font-weight: 600;
}
.news-btn-1 a {
    font-size: 1em;
    color: #fff;
    background:#00a1f1;
    padding: 0.5em 1em;
    display: inline-block;
    margin-top:1.4em;
}
.news-btn-1 a:hover{
    background:#F19E35;
}
.news-left h3 {
    font-size: 1.4em;
}
.news-left h3 a{
	color: #000;
}
.reaches h6 {
    font-size: 1em;
    color: #B3812A;
}
.news-left p {
    font-size: 0.95em;
    color: #777;
    line-height: 1.8em;
}
.main-text{
	color: #FFFFFF;
	font-family: 'Barlow', sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	line-height: 28px;
	margin-top: 0px;
	margin-bottom:10px;
}
.email-field{
    height: 35px;
    display: block;
}
.email-box-col{
    width: -webkit-calc(100% - 35px);
    width:    -moz-calc(100% - 35px);
    width:         calc(100% - 35px);
    height: 35px;
    display: inline-block;
    float:left;
}
.button-col{
 width: 35px;
    height: 35px;
    display: inline-block;
    float:left;
}
.email-box{
    height: 35px;
    width: 100%;
    border: 0.5px solid #F8008E;
    background-color: #FFFFFF;
    padding-left: 10px;
    -webkit-appearance: none;
    border-radius: 0;
    float:left;
}
.email-box::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #1C2129;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    opacity: .6;
}
.privacy-text{
	color: #FFFFFF;	
	font-family: Roboto;
	font-size: 10px;
	line-height: 11px;
	margin-top: 10px;
}
.buzz-newsh3 {
    font-size: 1.4em;
    color: #0A0909;
}
.buzz-newsh3 p {
    font-size: 0.95em;
    color: #777;
    line-height: 1.8em;
}
/*--news-right--*/
.news-text2 h4 {
    font-size: 1.5em;
    color: #ff0000;
}
.news-btn-2 a {
    font-size: 1em;
    color: #fff;
    background:#ffbb00;
    padding: 0.5em 1em;
    display: inline-block;
    margin-top: 1em;
}
.news-btn-2 a:hover{
    background:#F19E35;
}
.news-btn-3 a {
    font-size: 1em;
    color: #fff;
    background:#7cbb00;
    padding: 0.5em 1em;
    display: inline-block;
    margin-top: 1em;
}
.news-btn-3 a:hover{
    background:#F19E35;
}
.news-block-bottom {
    /*border: 1px solid #ccc;*/
    background: #000000;
    max-height: 192px;
    background:url('../img/background_abacus.png') center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.submit_btn {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 20px;
    background: #F8008E;
    padding: 10px 10px 12px 10px;
    border: 0.5px solid #F8008E;
    text-decoration: none;
    height: 35px;
    margin-left: -5px;
    cursor:pointer;
    float:left;
}
.error-box{
 background-color:#F8008E;
 color:#FFFFFF;
 height:35px;
 max-width:370px;
 width:100%;
 
}
.error-text{
     padding-top: 0.5rem;
    padding-left: 1rem;
}
.submit_btn:hover {
  background: #3cb0fd;
  border: 0.5px solid #3cb0fd;

  text-decoration: none;
}
.buzz-news {
    float: left;
    width: 18%;
    padding-left: 1.5em;
}
.buzz-img {
    width: 65%;
    max-width: 377px;
    float: left;
    margin-left: 20px;
}
.img-responsive{
  width:100%;
  max-width:270px;
  min-width:70px;
}
.img-logo{

height: 22px;	
width: 113px;
}
.img-arrow{
height: 8.62px;	
width: 8.62px;
}
.privacy-href{
 color:#FFFFFF;
 text-decoration: underline;
}
.thankyou-text{
 color:#F8008E;
 padding-top: 10px;
}
.visit-text{
 color:#FFFFFF;
}
.buzz-news h3 {
    font-size: 1.4em;
    margin-bottom: 0.2em;
}
.buzz-news h3 a{
	 color: #182F50;
}
.buzz-news p {
    font-size:0.9em;
    color: #777;
    line-height: 1.8em;
}

/*--news-right--*/
.clear{
  clear:both;
}
/*--media quries start here--*/
@media only screen and (max-width:1440px){
.news-btn-1 a {
    font-size: 1em;
    color: #fff;
    background: #00a1f1;
    padding: 0.5em 1em;
    display: inline-block;
    margin-top: 0.7em;
}	
}
@media only screen and (max-width:1366px){
.news-block {
    width: 52%;
    margin: 3em auto 0em;
}	
}
@media only screen and (max-width:1280px){
.news-block {
    width: 57%;	
}
}
@media only screen and (max-width:1024px){
.news-block {
    width:69%;
}	
.news-block-bottom {
    /*margin-top: 2em;*/
}
}
@media only screen and (max-width:800px){
.news-block {
    width: 91%;
}	
}
@media only screen and (max-width:736px){
.news-left p {
    font-size: 0.88em;	
}
.news-btn-1 a {
    font-size: 0.8em;
}
.news-btn-2 a {
    font-size: 0.8em;
}
.buzz-news p {
    font-size: 0.8em;
    line-height: 1.6em;
}
.news-btn-3 a {
    font-size: 0.8em;
}
}
@media only screen and (max-width:667px){
.news-left p {
    font-size: 0.8em;	
}
.news-left {
    padding: 1em 1em;
}
}
@media only screen and (max-width:640px){

}
@media only screen and (max-width:480px){
.thankyou-text{
 padding-top: 0px;
}
.news-block-bottom{
    max-height: 270px;
    padding-bottom: 20px;
}
.buzz-news{
  width:24%;
}
.buzz-img{
  width:60%;
  margin-left: 12px;
}
.email-box-col,.email-box{
 max-width: 165px;
}
.error-box{
 max-width: 195px;
}
.email-box::placeholder {
  
  font-size:14px;

}
.main-text{
  font-size:21px;
      margin-bottom: 20px;
}
.error-text{
 padding-top: 0.5rem;
 padding-left: 0.5rem;
 font-size:14px;
}
@media only screen and (max-width:331px){
.email-box-col,.email-box {
    max-width: 140px;
}
.error-box{
 max-width: 180px;
}
}
@media only screen and (max-width:320px){
.email-box-col,.email-box {
    max-width: 130px;
}
.error-box{
 max-width: 170px;
}
h1 {
    font-size: 1.5em;	
}
.news-left {
    padding: 1em;
}
.news-block {
    width: 95%;
    margin: 1em auto 0em;
}
.new-right {
    float: none;
    width: 88%;
    border: 1px solid #ccc;
    padding: 1em;
}
.news-left h3 {
    font-size: 1em;
}
.news-left p {
    font-size: 0.8em;
    line-height: 1.6em;
}
.news-block-bottom {
    /*padding: 1em;*/
}
.buzz-news h3 {
    font-size: 1em;
}
.buzz-news p {
    font-size: 0.8em;
    line-height: 1.6em;
}

}