/* Ultra Midium Layout: 1600px. */
@media only screen and (min-width: 1368px) and (max-width: 1600px) {


}



/* Medium Layout: 1367px. */
@media only screen and (min-width: 1200px) and (max-width: 1367px) {


}



/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

   
}



/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    
}



/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

    .service-wrapper h2{
        font-size: 23px !important;
    }

    .service-wrapper h3{
        font-size: 20px !important;
    }

    .service-wrapper h4{
        font-size: 19px !important;
    }

    .hidden-xs{
        display:none !important;
    }

      .header-topbar-content .header-socials {
       border:1px solid red;
      }


    .service-item-two{
        text-align:center;
    }

    .site-logo .logo img {
        max-width:150px !important;
        width: 100%;
        position: absolute;
        top: 14px;
    }

    .slider-title span{
        font-size:25px !important;
    }
    .slider-text .desc p{
        font-size:13px !important;
    }

   .tj-slider-item .slider-content {
        padding-top: 145px !important;
    }

    .service-item-two .service-icon {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 88px;
        height: 88px;
        line-height: 1;
        font-size: 40px;
        color: var(--tj-color-theme-secondary);
        background: #fff;
        border-radius: 22px;
        -webkit-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
        margin: 0 auto;
    }

    .tj-service-details {
         padding-top: 0 !important;
        padding-bottom: 55px;
    }

}



/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 481px) and (max-width: 767px) {
   .service-wrapper h2{
        font-size: 23px !important;
    }

    .service-wrapper h3{
        font-size: 20px !important;
    }

    .service-wrapper h4{
        font-size: 19px !important;
    }

    .header-topbar-content .header-socials {
       border:1px solid red;
    }

    .hidden-xs{
        display:none;
    }


    .site-logo .logo img {
        max-width: 150px !important;
        width: 100%;
        position: absolute;
        top: 14px;
    }

    .slider-title span{
        font-size:25px !important;
    }
    .slider-text .desc p{
        font-size:13px !important;
    }

    .tj-slider-item .slider-content {
        padding-top: 145px !important;
    }

    .service-item-two .service-icon {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 88px;
        height: 88px;
        line-height: 1;
        font-size: 40px;
        color: var(--tj-color-theme-secondary);
        background: #fff;
        border-radius: 22px;
        -webkit-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
        margin: 0 auto;
    }


    .tj-service-details {
        padding-top: 0 !important;
        padding-bottom: 55px;
    }

}


/* Small Mobile Layout: 480px. */
@media only screen and (min-width: 240px) and (max-width: 480px) {



}


/*big from small mobile, small from wide mobile*/
@media only screen and (min-width: 320px) and (max-width: 480px) {


}