@media (min-width: 1280px) and (max-width: 1700px) {



}
/*------------------------------------------------- Laptop Screen ---------------------------------------------------*/
 @media (min-width: 1170px) and (max-width: 1366px) {




}
@media (max-width: 991px){

}
/* ------------------------------------------------- Old Desktop :992 ---------------------------------------------------*/
 @media (min-width: 992px) and (max-width: 1169px) {
  .section-title h1 {
    font-size: 35px;
    line-height: 48px;
  }


}
/* ------------------------------------------------- Tablet Screen : 768 ---------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
  .doroz-blog-meta-top {
    padding: 30px 4px 0px;
  }
  .post-categories li a {
    font-size: 13px;
  }
  .doroz-blog-meta-top a {
    font-size: 13px;
  }
  .doroz-blog-thumb_adn span {
    font-size: 13px;
  }
  .section-title h1 {
    font-size: 32px;
    line-height: 52px;
  }
  .prot_content p {
    line-height: 10px;
  }
  .prot_content p span {
    font-size: 14px;
    opacity: 0.8;
  }
  .prot_content h3 a {
    font-size: 17px;
  }
  .picon {
    position: relative;
    top: -5px;
  }
  .feature-box.style-five .feature-box-title h2 {
    font-size: 18px;
  }


}
/* ------------------------------------------------- Small Mobile : 320 ---------------------------------------------------*/
 @media (max-width: 767px) {



}
/* ------------------------------------------------- Large Mobile :480px. ---------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 767px) {


} 
@media only screen and (min-width: 480px) and (max-width: 767px) {


}
@media only screen and (min-width: 320px) and (max-width: 479px) {

  .section-title h1 {
    font-size: 28px;
    line-height: 35px;
  }
  .service-box.style-five .service-box-title h2 {
    font-size: 20px;
  }
  .section-title.t_center.section-title p {
    width: 100%;
    font-size: 15px;
  }
  .feature-box.style-six .feature-box-content .feature-box-title h2 {
    font-size: 16px;
  }
  .feature-box.style-six .feature-box-desc p {
    font-size: 13px;
  }
  .portfolio_nav ul li {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
  }
  .porttitle_inner {
    margin-right: 0;
    text-align: left;
  }
  .picon {
    display: none;
  }
  .prot_content p {
    line-height: 19px;
  }
  .single_testimonial {
    padding: 30px 12px;
  }
  .testi_title h2 {
    font-size: 16px;
  }
  .sthemeit-button a {
    padding: 8px 28px;
  }
  .doroz-blog-meta-top {
    display: inline-block;
  }
  .doroz-blog-meta-top a {
    display: block;
    margin-bottom: 6px;
  }
  .blog_style_two .sthemeit-blog-meta-left {
    font-size: 13px;
  }
 .my-accordion li a {
	font-size: 18px;
}
  
  
  

}


@media only screen and (max-width: 390px) {



}


/* retina query */
@media only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:991.98px),only screen and (-o-min-device-pixel-ratio:2/1) and (max-width:991.98px),only screen and (min-device-pixel-ratio:2) and (max-width:991.98px),only screen and (min-resolution:192dpi) and (max-width:991.98px),only screen and (min-resolution:2dppx) and (max-width:991.98px){

.logo a.retina-logo{
  display: inline-block;
}
}
@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){
.logo a.retina-logo {
  display: none;
}
}
 