 @media only screen and (min-width: 768px) and (max-width: 1024px)  {
/*        //Put your CSS here for 768px to 1024px width devices(covers all width between 768px to 1024px //   */
  }


/*For Mobile view device*/
@media only screen and (min-width: 200px) and (max-width: 520px) {
.slider_s_four .single_slider{min-height: 150px;height: 100%;background-size: contain;}
.slider_s_four .slider_area {margin-bottom: -1px;}
.ticker__breaking{min-width: 120px;max-width: 130px;}
.breaking_area .col-lg-12.col-md-12{padding-left: 0px}
.left_flex {width: 100%;}
.right_flex{width: 100%;padding-left: inherit;margin-top: 20px;}
.about_sec{background: #fff;}
.logo-new-box.mobilelogo{margin-left: auto;margin-right: auto;}
.top-logo {margin-top: 0px;padding-left: 0px;}
.top-logo h5{font-size: 14px;}
.top-logo P {font-size: 12px;line-height: 16px;}
.grid__item--1of1 .tabs label{min-width: 100%;border-bottom: 4px solid #eb8928;margin-bottom: 15px;border-left: none;}
.grid__item--1of1 .tabs label span {display: block;font-size: 1rem;font-weight: 500;}
.article-tabs{margin-top: 30px}
.usefull_heading{margin-top: 20px;}
.section-product-bx{padding-top: 30px;}
.quic_link_list ul{max-width: 95%;width: 100%;    margin-bottom: initial;}
.quic_link_list ul li{width: 100%;margin-bottom: 10px;text-align: center;display: block;}
.quic_link_list ul li a{display: block;width: 100%;}
.quic_link_list ul h4{margin-bottom: 15px;font-size: 20px;}
.footer_top{background-repeat: no-repeat;background-position: bottom;}
.bg-section{padding: 20px;background: #ffffff;}




}