/*
Theme Name: Data Cabling Guy
Author: App and Website
Description: The official consulting comapny theme by <a href="https://appandwebsite.au/"> App and Website </>
Version: 1.0.0
*/


/* ============== Pagination css starts=================== */
.pagination_main{
	width: 100%;
	display: flex;
	justify-content: center;
}
.pagination_main .page-numbers{
   margin-right: 1.2rem;
   width: 40px!important;
   height: 45px!important;
   line-height: 2.6rem!important;
   font-size: 1.3rem;
   font-weight: 600;
   text-align: center;
   border-radius: 6px;
   border: 2px solid #3333ff;
   background: #fff;
   color: #3333ff;
 }
 .pagination .page-numbers:hover{
   background: #3333ff;
   border-color: #3333ff;
   color: #fff;
 }
 .pagination .current {
    background: #3333ff;
    border-color: #3333ff;
   color: #fff;
 }
 .pagination .page-numbers:last-child{
   margin-right: 0rem;
 }
 /* ============== Pagination css ends=================== */

/* f97b26 */

.main-header .outer-box {
  padding: 0px;
}
.main-header .outer-box a{
 margin-top: 20px;
}

.banner_box{
 display: grid;
 grid-template-columns: 60% 40%;
}
.banner_box p{
 color: #eee;
 font-size: 18px;
}
.main-slider .slide {
 position: relative;
 overflow: hidden;
 padding: 100px 0px 100px;
 background-size: cover;
}

.form_box_banner{
 background: #000;
 padding: 30px 30px 0 30px;
 margin-left: 40px;
 border-radius: 4px;
}
.form_box_banner h3{
 color: #fff;
 font-weight: 500;
 font-size: 28px;
 margin-bottom: 10px;
}
.form_box_banner input{
 padding: 10px!important;
 height: 40px!important;
}
.form_box_banner input::placeholder{
 color: #ccc!important;
}
.form_box_banner textarea::placeholder{
 color: #ccc!important;
}
.form_box_banner textarea{
 height: 80px;
 padding: 10px!important;
}
.form_box_banner  .form-group {
 margin-bottom: 15px;
}
.header_top ul li a .icon{
 font-size: 22px!important;
}
.header_top .social-box a{
 font-size: 22px!important;
}
.main-header .header-top .info li .flaticon-phone{
 font-size: 28px!important;
 margin-top: -2px;
 padding-right: 10px;
}

.header_btn_main{
 color: #fff!important;
}
.header_btn_main:before {
 background-color: #3333ff;
 color: #fff!important;
}

.banner_title{
 font-size: 48px;
 font-weight: 600;
}

.crediability_section .cred_container{
 display: grid;
 grid-template-columns: auto auto auto auto;
 gap: 25px;
}
.crediability_section .cred_container li{
 background: #ededfd;
 text-align: center;
 font-weight: 600;
 font-size: 18px;
 padding: 20px;
}
.crediability_section .cred_container li .img_box img{
margin-left: 50%;
transform: translate(-36%);
}
.crediability_section .cred_container li img{
 max-height: 100px;
 filter: hue-rotate(-20deg) saturate(70%) brightness(80%);
}
.facility-block .inner-box .icon-box:hover {
 background: none;
}

.service_wrapper{
 display: grid;
 grid-template-columns: auto auto auto;
 column-gap: 30px;
}

.services_section .service-block-two .inner-box:hover h4 a, .services_section .service-block-two .inner-box:hover  .text, .services_section .service-block-two .inner-box:hover  .learn-more {
 color: inherit;
}
.services_section .service-block-two .inner-box h4 a:hover, .services_section .service-block-two .inner-box  .learn-more:hover {
 color: #3333ff;
}

.service-block-two .servimage img{
 height: 220px;
 width: 100%;
 object-fit: cover;
}

.privacy_policy_text{
 color: #fff;
 font-size: 16px;
}
.footer__area{
 background-size: cover;
 background: linear-gradient(rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.95)), url('images/img/footerbgdc.jpeg');
}
.footer__copyright-text{
 text-transform: none!important;
}
.footer__copyright-wrap {
 background-color: transparent!important;
}

.footer__top-wrap {
 border-bottom: 1px solid #263546; }
@media (max-width: 991px) {
 .footer__top-text {
   text-align: center;
   margin-bottom: 30px; 
 } 
 .service_wrapper{
    grid-template-columns:  auto auto;
 }
 }

.footer__top-text h2 {
 color: #ffffff;
 margin-bottom: 12px;
 position: relative;
 display: inline-block; }
 .footer__top-text h2 span {
   color: #FF1749; }
.footer__top-text p {
 color: #A9A9A9; }
.footer__shape {
 position: absolute;
 top: 0;
 right: -150px; }
 @media (max-width: 1199px) {
   .footer__shape img {
     display: none; } }
.footer__subscribe {
 position: relative;
 border-radius: 4px;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 -ms-border-radius: 4px;
 -o-border-radius: 4px;
 overflow: hidden;
 margin-left: 40px; }
 @media (max-width: 1199px) {
   .footer__subscribe {
     margin-right: 0; } }
 @media (max-width: 991px) {
   .footer__subscribe {
     margin-left: 0; } }
 .footer__subscribe input {
   width: 100%;
   height: 63px;
   background-color: rgba(255, 255, 255, 0.11);
   color: #ffffff;
   padding: 20px;
   border: 0; }
 .footer__subscribe button {
   position: absolute;
   top: 0;
   right: 0;
   height: 63px;
   padding: 16px 30px; }
   .footer__subscribe button:hover {
     background-color: #FF1749; }
   @media (max-width: 767px) {
     .footer__subscribe button {
       position: relative;
       margin-top: 10px; } }
.footer__widget h3 {
 color: #ffffff;
 font-size: 24px;
 font-weight: 700;
 margin-bottom: 32px; }
.footer__widget p {
 color: #ffffff;
 font-size: 16px;
 line-height: 28px; }
.footer__widget-about {
 max-width: 320px; }
.footer__link li {
 color: #fff; }
 .footer__link li:not(:last-child) {
   margin-bottom: 9px; }
 .footer__link li a {
   color: #fff;
   position: relative; }
   .footer__link li a::before {
     content: "";
     display: block;
     position: absolute;
     z-index: 1;
     top: auto;
     bottom: -5px;
     left: 0;
     -webkit-transform: none;
     -ms-transform: none;
     transform: none;
     width: 0;
     height: 1px;
     -webkit-transition: all .3s ease;
     -ms-transition: all .3s ease;
     transition: all .3s ease;
     background-color: #ffffff; }
 .footer__link li:hover a {
   margin-left: 9px;
   color: #ffffff; }
   .footer__link li:hover a::before {
     width: 100%; }
.footer__widget-link3 {
 margin-left: -20px; }
 @media (max-width: 991px) {
   .footer__widget-link3 {
     margin-left: 0; } }
.footer__widget-post li {
 display: flex;
 align-items: center; }
 .footer__widget-post li:not(:last-child) {
   margin-bottom: 20px; }
 .footer__widget-post li .post-thumb {
   width: 73px;
   height: 70px;
   overflow: hidden;
   margin-right: 20px; }
   .footer__widget-post li .post-thumb img {
     width: 100%;
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s; }
 .footer__widget-post li:hover .post-thumb img {
   -webkit-transform: scale(1.05);
   -ms-transform: scale(1.05);
   transform: scale(1.05); }
 .footer__widget-post li:hover .border_effect a {
   background-size: 100% 100%; }
 .footer__widget-post li .border_effect a {
   background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px); }
 .footer__widget-post li .content {
   width: calc(100% - 93px); }
   .footer__widget-post li .content .date {
     font-size: 12px;
     color: #ffffff;
     display: inline-block;
     margin-bottom: 4px; }
   .footer__widget-post li .content h6 {
     font-size: 15px;
     font-weight: 400; }
     .footer__widget-post li .content h6 a {
       color: #ffffff; }
.footer__copyright-wrap {
 border-top: 1px solid #263546;
 background-color: #0E0E14; }
.footer__copyright-text {
 color: #ffffff;
 text-transform: uppercase;
 font-size: 14px;
 font-weight: 500;
 flex: 1; }
 @media (max-width: 991px) {
   .footer__copyright-text {
     text-align: right !important; } }
 @media (max-width: 767px) {
   .footer__copyright-text {
     text-align: left !important; 
    } 
    .service_wrapper{
       grid-template-columns:   auto;
    }
 }
 .footer__copyright-text a {
   color: #FF1749; }

.useful-links {
 margin-left: 10px; }
 @media (max-width: 991px) {
   .useful-links {
     margin-left: 0; } }

.open-hour__icon {
 background: #FF1749;
 width: 74px;
 height: 74px;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 -ms-border-radius: 5px;
 -o-border-radius: 5px;
 margin-right: 20px;
 font-size: 50px;
 color: #fff;
 display: flex;
 align-items: center;
 justify-content: center; }
.open-hour__text h4 {
 color: #ffffff;
 font-size: 15px;
 text-transform: uppercase;
 font-weight: 600;
 margin-bottom: 7px; }
.open-hour__text span {
 display: block;
 font-size: 15px;
 color: #A3A3A3;
 line-height: 1.7; }

/*# sourceMappingURL=style.css.map */


.why_choose_section .image-column{
margin-bottom: 0px!important;
}
.sec_title_mod{
 display: flex;
 justify-content: center;
}
.wrap_title{
 width: 70%;
}
.header_btn_main2{
 background: #000;
}
.cta_sec_home{
 margin-top: -50px;
 margin-bottom: 150px;
}
.testi_block .lower-box{
 background: url('images/background/pattern-8.png');
 background-color: #d62424;
}
.testimonial-block .lower-box .color-layer {
 background-color: transparent;
}
.quote_icon{
 font-size: 24px;
}
.testimonial-block .lower-box:before {
 position: absolute;
 content: '';
 left: 0px;
 top: 40px;
 right: 0px;
 bottom: 0px;
 opacity: 0.05;
 background-color: var(--main-color);
}
.testi_block .author-name{
 color: #fff;
 padding-top: 10px;
}
.benefit_list li{
 font-size: 18px;
}
.footer__logo{
 background: #fff;
 border-radius: 4px;
 width: fit-content;
 padding: 5px 25px;
}
.logo_box img{
 max-height:80px;
 transform: scale(1.2);
 transform-origin: left;
}
.sticky_logobox{
 padding: 10px 0px 0px 0px!important;
}
.sticky_logobox img{
 max-height:75px;
}
.facility-block .inner-box:hover .icon-box{
background: transparent;
}

.contact_details_list li{
 display: flex;
 align-items: center;
}
.blog_row{
 display: grid;
 grid-template-columns: auto auto auto;
 gap: 25px;
}
.blog_row .news-block-two{
 margin-bottom: 0;
 max-width: 400px;
}
.blog_details_main h1 a{
color: #222!important;
}
@media (min-width: 1200px) {
 .header_top .pull-left {
   margin-left: -8px;
 }
 .news-block-two .lower-content {
   position: relative;
   padding: 20px 0px 0px 0px;
}
}

@media only screen and (max-width: 1200px){
  .main-header .outer-box {
      display: none;
   }
   .main-header .inner-container .mobile-nav-toggler{
      right: 0px;
      top: 30px;
   }
   .main-header .outer-box a {
    margin-top: -20px;
    padding: 8px 15px;
 }
 .logo_box img{
    max-height:80px;
    transform: scale(1.1);
    transform: left;
    padding-left: 10px;
 }
 .sticky_logobox img{
    max-height:70px;
    transform: scale(1);
    transform: left;
    padding-bottom: 10px;
 }
}
@media only screen and (max-width: 1028px){
  .main-header .inner-container{
      display: flex;
      justify-content: space-between;
   }
}
@media only screen and (max-width: 992px){
 .banner_box{
    display: grid;
    grid-template-columns: 100%;
 }
 .form_box_banner{
    margin-left: 0px;
    margin-top: 20px;
 }
 .main-slider .slide {
    padding: 70px 0px 70px;
 }
 .footer__copyright-text{
    text-align: left!important;
 }
 .footer__top-text h2, .footer__top-text p{
    text-align: left!important;
 }
 .footer__top-text h2{
    margin-left: -80px;
 }
 .footer__top-text p{
    margin-left: 5px;
 }
 .footer__widget3, .footer__widget4{
    margin-top: 40px;
 }
 .wrap_title{
    width: 100%;
 }
 .blog_row{
    grid-template-columns: auto auto;
 }
}

@media only screen and (max-width: 768px){
   .main-header .inner-container .mobile-nav-toggler{
      top: 20px;
   }
   .header-top .info a .txtcont{
      display: none;
   }
   .main-header .header-top .info li {
     margin-right: 0;
   }
   .header- .auto-container{
      display: flex;
      justify-content: center;
   }
   .main-header .outer-box a {
    margin-top: -15px;
    padding: 6px 12px;
 }
 .banner_title{
    font-size: 32px;
    font-weight: 600;
 }
 .crediability_section .cred_container{
    grid-template-columns:  auto auto;
    gap: 20px;
 }
 .footer__top-text h2{
    margin-left: 0px;
 }
 .privacy_policy_text{
    text-align: left!important;
 }
 .footer__widget ul{
    margin-top: -20px;
 }
 .footer__widget2{
    margin-top: 20px;
 }
 .why_row{
    margin: 0 5px;
 }
 .logo_mn img{
    margin-left: -10px!important;
    transform:scale(1.2)!important;
 }
 .blog_row{
    grid-template-columns: auto;
 }
}
@media only screen and (max-width: 576px){
  .header-top .auto-container{
     display: flex;
     justify-content: center;
  }
  .header-top .auto-container .social-box{
      padding-top: 15px;
      display: flex;
      justify-content: flex-end;
  }
  .header-top .auto-container .pull-left{
      display: flex;
      justify-content: flex-start;
  }
  .banner_title{
    font-size: 28px;
    font-weight: 600;
 }
 .crediability_section .cred_container{
    gap: 15px;
 }
}


.error_sec {
 background: #0a192f;
 color: #fff;
 display: flex;
 align-items: center;
 justify-content: center;
 overflow: hidden;
 padding: 120px 0;
}

.error_sec .container {
 text-align: center;
 position: relative;
 z-index: 1;
 padding: 2rem;
}

.error_sec .error-code {
 font-size: 150px;
 font-weight: 900;
 background: linear-gradient(45deg, #00b4d8, #0077b6);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
 margin-bottom: 3rem;
 animation: float 3s ease-in-out infinite;
}

.error_sec h1 {
 font-size: 2.5rem;
 margin-bottom: 1rem;
 color: #ccd6f6;
}
.plug_icon{
 font-size: 42px;
}
.error_sec p {
 font-size: 1.2rem;
 color: #8892b0;
 margin-bottom: 2rem;
 line-height: 1.6;
 text-align: center;
}

.error_sec .cable-icon {
 font-size: 100px;
 color: #00b4d8;
 margin-bottom: 2rem;
 animation: pulse 2s infinite;
}

.error_sec .home-button {
 background: linear-gradient(45deg, #0077b6, #00b4d8);
 color: white;
 padding: 1rem 2rem;
 border: none;
 border-radius: 5px;
 font-size: 1.1rem;
 cursor: pointer;
 transition: transform 0.3s, box-shadow 0.3s;
 text-decoration: none;
 display: inline-flex;
 align-items: center;
 gap: 10px;
}

.error_sec .home-button:hover {
 transform: translateY(-3px);
 box-shadow: 0 5px 15px rgba(0, 180, 216, 0.4);
}

.error_sec .background-cables {
 position: absolute;
 width: 100%;
 height: 100%;
 opacity: 0.1;
 background-image: url('data:image/svg+xml,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path d="M0 50 Q25 30 50 50 T100 50" stroke="%2300b4d8" fill="none" stroke-width="2"/></svg>');
 background-repeat: repeat;
}

@keyframes float {
 0%, 100% { transform: translateY(0); }
 50% { transform: translateY(-20px); }
}

@keyframes pulse {
 0% { transform: scale(1); }
 50% { transform: scale(1.1); }
 100% { transform: scale(1); }
}

@media (max-width: 768px) {
 .error_sec .error-code {
     font-size: 100px;
 }
 
 .error_sec h1 {
     font-size: 2rem;
 }
 
 .error_sec p {
     font-size: 1rem;
 }
 
 .error_sec .cable-icon {
     font-size: 70px;
 }
}




.thank_you {
 background: #0a192f;
 color: #fff;
 padding: 120px 0;
 display: flex;
 align-items: center;
 justify-content: center;
 overflow: hidden;
}

.thank_you .container {
 text-align: center;
 position: relative;
 z-index: 1;
 padding: 2rem;
 max-width: 800px;
}

.thank_you .success-icon {
 font-size: 100px;
 color: #4CAF50;
 margin-bottom: 2rem;
 animation: bounce 1.5s infinite;
}

.thank_you h1 {
 font-size: 2.8rem;
 margin-bottom: 1.5rem;
 color: #ccd6f6;
 line-height: 1.2;
}

.thank_you p {
 font-size: 1.2rem;
 color: #8892b0;
 margin-bottom: 2rem;
 line-height: 1.6;
 max-width: 600px;
 margin-left: auto;
 margin-right: auto;
}

.thank_you .confirmation-box {
 background: rgba(76, 175, 80, 0.1);
 padding: 1.5rem;
 border-radius: 8px;
 margin: 2rem 0;
 border: 1px solid #4CAF50;
}

.thank_you .home-button {
 background: linear-gradient(45deg, #0077b6, #00b4d8);
 color: white;
 padding: 1rem 2rem;
 border: none;
 border-radius: 5px;
 font-size: 1.1rem;
 cursor: pointer;
 transition: transform 0.3s, box-shadow 0.3s;
 text-decoration: none;
 display: inline-flex;
 align-items: center;
 gap: 10px;
 margin-top: 1rem;
}

.thank_you .home-button:hover {
 transform: translateY(-3px);
 box-shadow: 0 5px 15px rgba(0, 180, 216, 0.4);
}

.thank_you .background-connections {
 position: absolute;
 width: 100%;
 height: 100%;
 opacity: 0.1;
 background-repeat: repeat;
}

.thank_you .social-links {
 margin-top: 3rem;
 display: flex;
 justify-content: center;
 gap: 20px;
}

.thank_you .social-links a {
 color: #8892b0;
 font-size: 24px;
 transition: color 0.3s;
}

.thank_you .social-links a:hover {
 color: #00b4d8;
}

@keyframes bounce {
 0%, 100% { transform: translateY(0); }
 50% { transform: translateY(-20px); }
}

@media (max-width: 768px) {
 .thank_you h1 {
     font-size: 2rem;
 }
 
 .thank_you p {
     font-size: 1rem;
 }
 
 .thank_you .success-icon {
     font-size: 70px;
 }
 
 .thank_you .container {
     padding: 1rem;
 }
 .benefit_section{
   padding-top: 30px;
 }
}

.benefit_section ul li{
   font-size: 17px;
   margin-bottom: 16px;
   list-style-type: disc;
   margin-left: 20px;
}

.privacy_policy_page_main ul li{
list-style-type: disc;
margin-left: 20px;
}

.contact_div h6{
   color: #eee;
   font-weight: 500;
   text-decoration: underline;
}
.contact_div a{
   color: #ddd;
}
.contact_div p{
   color: #ddd;
   font-size: 14px;
}
.footer__widget1 p{
   font-size: 14px;
}
.form_blog{
   background: #000;
   border-radius: 5px;
   padding: 20px 20px 0 20px;
}
.form_ttle h5{
   color: #fff;
   margin-bottom: 10px;
}

.blog_content ul {
   margin-bottom: 20px;
}
.blog_content ul li{
list-style-type: disc;
margin-left: 20px;
}
.blog_content h3{
   font-weight: 500;
}
.Logobtmrv{
	margin-bottom: -10px!important;
}

.recaptchadiv{
	width: 100%;
	display: flex;
	justify-content: center;
margin-bottom: 10px;
}
.benefits_sec_image img{
	max-height: 400px;
	width: 100%;
	object-fit: cover;
}
@media only screen and (max-width: 1200px) {
    .main-header .sticky-header .outer-box {
        padding: 20px 0px;
    }
}
.form_box_banner input.smbt_btn{
	height: auto!important;
}
 input.smbt_btn:hover{
	color: #ddd;
}
.form_box_banner textarea:focus {
    background: transparent;
	color: #fff;
}
.blog_details_main h2{
	font-size: 2em;
	margin-top: 25px;
}
.blog_details_main h3{
	font-size: 1.5em;
	margin-top: 25px;
}

.blog_details_main h3{
	font-size: 24px;
}
.blog_details_main h4{
	font-size: 18px;
}


.new_wrapper{
	display: grid;
    grid-template-columns: 50% 50%;
}
@media only screen and (max-width: 1200px) {
.new_wrapper{
	display: grid;
    grid-template-columns: 100%;
}
}


.dcg-cost-sec {
  padding: 70px 20px;
  background: #f8f9fb;
}
.dcg-wrap {
  max-width: 1100px;
  margin: auto;
}
.dcg-cost-sec h2 {
  margin-bottom: 20px;
  font-size: 32px;
}
.dcg-cost-sec p {
  line-height: 1.7;
}


.dcg-process-sec {
  padding: 70px 20px;
  background: #fff;
}
.dcg-process-list {
  display: grid;
  gap: 25px;
}
.dcg-step {
  padding: 20px;
  border-left: 4px solid #d71920;
  background: #f8f9fb;
  border-radius: 6px;
}
.dcg-step h3 {
  margin-bottom: 10px;
	 font-weight: 500;
	font-size: 24px;
}
.dcg-process-sec h2 {
  font-weight: 600;
	font-size: 32px;
}


.dcg-why-sec {
  padding: 70px 20px;
  background: #fff;
}
.dcg-why-sec h2 {
  margin-bottom: 20px;
}
.dcg-why-sec p {
  line-height: 1.7;
}


.dcg-trouble-sec-v2 {
  padding: 80px 20px;
  background: #f8f9fb;
  text-align: center;
}

.dcg-trouble-sec-v2 h2 {
  font-size: 32px;
  margin-bottom: 40px;
}

.dcg-trouble-grid-v2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}

.dcg-trouble-item-v2 {
  background: #fff;
  padding: 18px;
  border-radius: 8px;
  border-left: 4px solid #d71920;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
  transition: 0.3s;
  text-align: left;
}

.dcg-trouble-item-v2:hover {
  transform: translateY(-5px);
}

.dcg-trouble-cta-box {
  background: linear-gradient(135deg, #d71920, #a31218);
  color: #fff;
  padding: 40px;
  border-radius: 12px;
  max-width: 800px;
  margin: auto;
}

.dcg-trouble-cta-box h3 {
  font-size: 24px;
  margin-bottom: 15px;
	color: #fff;
}

.dcg-trouble-cta-box p {
  margin-bottom: 25px;
  line-height: 1.6;
	color: #fff;
}

.dcg-btn-primary {
  display: inline-block;
  background: #fff;
  color: #d71920;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s;
}

.dcg-btn-primary:hover {
  background: #000;
  color: #fff;
}

/* Responsive */
@media(max-width: 900px) {
  .dcg-trouble-grid-v2 {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width: 600px) {
  .dcg-trouble-grid-v2 {
    grid-template-columns: 1fr;
  }

  .dcg-trouble-cta-box {
    padding: 25px;
  }
}

.benefits_sec_image img {
    max-height:800px;
}

.blog_row .lower-content h4{
	font-size: 1.1rem;
	font-weight: 500;
}
.news-block-two h1{
	font-weight: 500!important;
	font-size: 32px;
}
.news-block-two h2{
	font-weight: 500!important;
	font-size: 30px;
}
.news-block-two h3{
	font-weight: 500!important;
	font-size: 24px;
}
 @media(max-width: 576px) {
  .news-block-two h1{
	font-size: 28px;
}
.news-block-two h2{
	font-size: 24px;
}
.news-block-two h3{
	font-size: 20px;
}
}   

.blog_details_main  table tr th{
	border: 1px solid #ccc;
	padding: 5px 10px;
}


