  @media screen and (max-width: 600px) {

html {
     overflow-x: hidden;
     overflow-y: auto;
            
}
}
body{
     overflow-x: hidden;
 
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; 
       margin: 0px;
       padding: 0px;
        font-family: 'Poppins', sans-serif;
      }
      
      .top-headlines  h1{
        font-size: 15px;
        color: black;
        font-weight: 500;
      }
      .top-headlines p{
        font-size: 14px;
        color: black;
      }
      .top-headlines span{
        font-size: 15px;
      }

      .card-img-top{
        border-radius: 22px;
        height:180px;  
        width:180px;
      }
      /* .final-footer{
          background-image: url('https://b2btechnews.com/b2btechnews/assets/b2btechnews-footer-bg.png');
             height: 320px;
          width: 100%;
          background-size: 100% 100%;
      } */

      .cta{
        background-image: url('../../assets/cta-banner.png');
             height: 180px;
          width: 100%;
          background-size: 100% 100%;
          border-radius: 22px;
      }


      @media only screen and (max-width: 600px) {
        .cta{
        background-image: url('assets/cta-banner.png');
           height: 180px;
          width: 100%;
          background-size: 100% 100%;
          border-radius: 22px;
      }

      }
    


      @media only screen and (max-width: 600px){
        .cta h1{
        color: #fff;
        font-size: 10px;
        font-weight: 500;
        margin-top: 18px;
        /* width: 500px; */
        text-align: left;

      }
      .top-headlines{
                  padding-top: 20%;
              }
      }

      .cta h1{
        color: #fff;
        font-size: 13px;
        font-weight: 500;
        margin-top: 18px;
        width: 500px;

      }

     
  
        .subs h2{
            font-size: 14px;
            margin:13px;
        }

        .subs{
            border: 1px solid #e2000e;
            padding: 10px;
            margin:10px;
        }

        .subs p{
            font-size: 11px;
            margin:5px;
        }
        .subs .btn-subs{
            color: black;
            font-size: 16px;
            font-weight: bold;  
            background-color: #E3000F;
            border-radius:9px;
            width: 200px
            
        }
        .subs a{
            color: #E3000F;
            text-decoration: none;
        }


                input[type=text]{
                   
                    border: 1px solid #fff;
                    border-radius: 2px;
                    padding: 3px ;
                    width: 260px;
                    color: #fff;
                    background-color: #086bb3;
                }
                  input[type=submit]{
                    border: 1px solid #fff;
                    /* margin: 5px 150px 5px 150px ; */
                    border-radius: 4px;
                    padding: 3px;
                    font-size: 16px;
                   
                    
                    color: #fff;
                    background-color: #fe5900;
                }
                .subs input[type=submit]{
                    border: 1px solid #e2000e;
                    /* margin: 5px 150px 5px 150px ; */
                    border-radius: 4px;
                    padding: 3px;
                    font-size: 16px;
                    margin:10px;
                    
                    color: #fff;
                    background-color: #fe5900;
                }

                /* .subscriber  */
                 
                ::-webkit-input-placeholder { /* Edge */
                  color: #fff;
                  font-size: 12px;
                }
                
                :-ms-input-placeholder { /* Internet Explorer */
                  color: #fff;
                font-size: 12px;
                }
                
                ::placeholder {
                  color: rgb(8, 8, 8);
                font-size: 12px;
                  
                }
                .test::placeholder{
                    color:black;
                    font-size:12px;
                    
                }
                
                .knowledge-center h2{
                  font-size: 14px;
                  margin-top: 1em;

                }

                /* .knowledge-center{
                  
                } */

                .facts{
                  padding: 10px;
                  background-color: #E3000F;
                  margin: 10px;
                }

                .facts p{
                  font-size: 15px;
                  color:white;
                  text-align: justify;
                }
                .facts span{
                  font-size: 10px;
                   color:white;
                }
                
                .vote{
                  padding: 10px;
                  background-color: #E3000F;
                  margin: 10px;
                  
                }

                .vote-form{
                  padding: 20px;
                  /* border: 1px solid grey; */
                }
                .vote p{
                  font-size: 15px;
                   color:white;
                }
                .vote span{
                  font-size: 10px;
                   color:white;
                }



                .sub-form{
                  padding: 10px;
                   border: 1px solid grey; 
                   text-align: justify;
                }


                
                .sub-form input[type=text]{
                   
                   border: 1px solid rgb(214, 30, 30);
                   border-radius: 2px;
                   padding: 3px ;
                   font-size: 15px;
                   width: 360 px;
                   color: rgb(7, 7, 7);
                   background-color: #ffff;
               }

               .submit-sub{
                 border-radius: 22px;
               }
               
               
               .caption{
                   margin:5px;
               }
               
               
                .left-sidebar h2{
                padding: 6px 5px 5px 20px;
                font-size: 16px;
                color: #E3000F;
                background-color: #f1f1f1;
                height: 35px;
                border-radius:2px 22px 22px 2px;
              }
        
              .left-sidebar ul li a {
                list-style-type: none;
                text-decoration: none;
              }
              
              .top-headlines{
                  margin-top: 10%;
              }
              
             .content{
  display: none;
}



    
    .like__btn {
  padding: 10px 15px;
  background: white;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  border-radius: 5px;
  color: black;
  outline: none;
  border: none;
  cursor: pointer;
}



@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900');
section {
    float: left;
    width: 100%;
	padding-bottom:3em;
}
h2 {
    color: #1a0e0e;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    line-height: normal;
	text-transform:uppercase;
}
h2 span {
    display: block;
    padding: 0;
    font-size: 18px;
    opacity: 0.7;
    margin-top: 5px;
	text-transform:uppercase;
}

#float-right{
	float:right;	
}

/* ******************************************************
	Script Top
*********************************************************/

.ScriptTop {
    background: #fff none repeat scroll 0 0;
    float: left;
    font-size: 0.69em;
    font-weight: 600;
    line-height: 2.2;
    padding: 12px 0;
    text-transform: uppercase;
    width: 100%;
}

/* To Navigation Style 1*/
.ScriptTop ul {
    margin: 24px 0;
    padding: 0;
    text-align: left;
}
.ScriptTop li{
	list-style:none;	
	display:inline-block;
}
.ScriptTop li a {
    background: #6a4aed none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 18px;
    text-decoration: none;
    text-transform: capitalize;
}
.ScriptTop li a:hover{
	background:#000;
	color:#fff;
}


/* ******************************************************
	Script Header
*********************************************************/

.ScriptHeader {
    float: left;
    width: 100%;
    padding: 2em 0;
}
.rt-heading {
    margin: 0 auto;
	text-align:center;
}
.Scriptcontent{
	line-height:28px;	
}
.ScriptHeader h1{
	font-family: "brandon-grotesque", "Brandon Grotesque", "Source Sans Pro", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
    color: #6a4aed;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    line-height: normal;

}
.ScriptHeader h2 {
    color: #312c8f;
    font-size: 20px;
    font-weight: 400;
    margin: 5px 0 0;
    line-height: normal;

}
.ScriptHeader h1 span {
    display: block;
    padding: 0;
    font-size: 22px;
    opacity: 0.7;
    margin-top: 5px;

}
.ScriptHeader span {
    display: block;
    padding: 0;
    font-size: 22px;
    opacity: 0.7;
    margin-top: 5px;
}




/* ******************************************************
	Live Demo
*********************************************************/





/* ******************************************************
	Responsive Grids
*********************************************************/

.rt-container {
	margin: 0 auto;
	padding-left:12px;
	padding-right:12px;
}
.rt-row:before, .rt-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.rt-row:after {
  clear: both;
}
[class^="col-rt-"] {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 0 15px;
  min-height: 1px;
  position: relative;
}


@media (min-width: 768px) {
  .rt-container {
    width: 750px;
  }
  [class^="col-rt-"] {
    float: left;
    width: 49.9999999999%;
  }
  .col-rt-6, .col-rt-12 {
    width: 100%;
  }
  
}

@media (min-width: 1200px) {
	.rt-container {
		width: 1170px;
	}
	.col-rt-1 {
		width:16.6%;
	}
	.col-rt-2 {
		width:30.33%;
	}
	.col-rt-3 {
		width:50%;
	}
	.col-rt-4 {
		width: 67.664%;
	}
	.col-rt-5 {
		width: 83.33%;
	}
	

}

@media only screen and (min-width:240px) and (max-width: 768px){
	 .ScriptTop h1, .ScriptTop ul {
		text-align: center;
	}
	.ScriptTop h1{
		margin-top:0;
		margin-bottom:15px;
	}
	.ScriptTop ul{
		 margin-top:12px;		
	}
	
	.ScriptHeader h1,
	.ScriptHeader h2, 
	.scriptnav ul{
		text-align:center;	
	}
	.scriptnav ul{
		 margin-top:12px;		
	}
	#float-right{
		float:none;	
	}
	
}






.container {
	max-width: 640px;
	margin: 30px auto;
	background: #fff;
	border-radius: 8px;
	padding: 20px;
}

.margin-bottom {
	150px;
}

.comment {
	display: block;
	transition: all 1s;
}

.commentClicked {
	min-height: 0px;
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 5px 10px
}

textarea {
	width: 100%;
	border: none;
	background: #E8E8E8;
	padding: 5px 10px;
	height: 50%;
	border-radius: 5px 5px 0px 0px;
	border-bottom: 2px solid #016BA8;
	transition: all 0.5s;
	margin-top: 15px;
}

button.primaryContained {
	background: #016ba8;
	color: #fff;
	padding: 10px 10px;
	border: none;
	margin-top: 0px;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 4px;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
	transition: 1s all;
	font-size: 10px;
	border-radius: 5px;
}

button.primaryContained:hover {
	background: #9201A8;
}
#myDIV{
  display: none;
}
#myDIV1{
  display: none;
}
#myDIV2{
  display: none;
}
#myDIV3{
  display: none;
}

  .news-card  img {
                      float: left;
                      margin: 0px 20px 0px 0px;
                      border-radius: 22px;
                    }


    @media only screen and (max-width: 600px) {
     .news-card  img {
                    
                      float: left;
                      width: 100%;
                      margin: 0px 20px 40px 0px;
                    }
    }
    
    
    
    
    
    
    /*sharing functionality*/
    
    
    
    
    
    #fa {
  padding: 20px;
  font-size: 50px;
  width: 30px;
  background: red;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

#fa:hover {
    opacity: 0.7;
}

#fa-facebook {
     padding: 20px;
  font-size: 50px;
  background: #3B5998;
  color: red;
}

#fa-twitter {
  background: #55ACEE;
  color: red;
}

#fa-google {
  background: #dd4b39;
  color: white;
}

#fa-linkedin {
  background: #007bb5;
  color: white;
}


#fa-instagram {
  background: #125688;
  color: white;
}



.fa-skype {
  background: #00aff0;
  color: white;
}



#share input[type=text] {
  width: 60%;
  /*padding: 12px 20px;*/
  /*margin: 8px 0;*/
  border: 2px solid #ff3542;
  box-sizing: border-box;
    color: black;
      border-radius:  2px;

}


#share input[type=submit] {
  width: 10%;
  /*padding: 12px 20px;*/
  /*margin: 8px 0;*/
  border: 2px solid #ff3542;
  box-sizing: border-box;
  border-radius: 2px;
  color: #fff;
  /*font-weight: bold;*/
}

#share .button-share{
   background-color: #ff3542;
   color: #fff;
   /*font-weight: bold;*/
   border-radius:  2px;;
}

.via{
    font-size: 20px; color: #e20110;margin-top: -6px; width:450px; font-weight: bold; text-align: center;
}
@media only screen and (max-width: 600px) {
 .modal-mob{
   height: 80%;
   width: 200px;
}
.via{
    font-size: 20px; color: #e20110;margin-top: -6px; width:290px; font-weight: bold; text-align: center;
}
}

@media only screen and (max-width: 600px) {
 .share-icon-mob .fb{
  width: 22%;
}
}