/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
 
 
/*==========  Mobile First Method  ==========*/
 
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}


/*==========  Non-Mobile First Method  ==========*/
 
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1024px) {
    section.about-section .row {
    display: flex;
}
section.about-section .imga-design {
    width: 50%;
    height: 740px;
}
section.about-section .right-side-content {
    width: 50%;
    padding: 0 0 0 30px;
}
.section-why-us-wrap .row {
    display: flex;
}
.section-why-us-wrap .img-left-side-wrap {
    width: 50%;
}
.section-why-us-wrap .right-side-content {
    width: 50%;
    padding: 0 0 0 20px;
}
.imga-design {
    height: 390px;
}
footer.footer .third {
    padding: 0 0 0 30px;
}
.font-13 {
    font-size: 11px !important;
}
.font-14 {
    font-size: 11px !important;
}
ul.tp-revslider-mainul {
    height: 360px !important;
}
section#home{
   height: 360px !important;
}
.rev_slider li.tp-revslider-slidesli{
     height: 360px !important;
}
.slotholder{
    height: 360px !important;
}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 768px) {
 section.about-section .imga-design {
    height: 450px;
}
section.about-section .row {
    display: block;
}
section.about-section .right-side-content {
    width: 100%;
    padding: 40px 0 0 0;
}
.desktop-view {
    display: none;
}
.responsive-text {
    display: block;
    text-align: center;
    margin: 0 0 30px 0;
}
section.about-section .imga-design {
    height: auto;
    width: 100%;
    max-width: 510px;
    margin: 0 auto;
}
section.our-services-section .grid-design {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px;
}
.section-why-us-wrap .row {
    display: block;
}
.section-why-us-wrap .right-side-content {
    width: 100%;
    padding: 30px 0 0 0;
}
.section-why-us-wrap .img-left-side-wrap {
    width: 100%;
}
.imga-design {
    height: 470px;
    max-width: 470px;
    margin: 0 auto;
}
section.gallery-section .row .gallery-isotope {
    grid-template-columns: repeat(2,1fr);
}
footer.footer .top-footer > .first, footer.footer .top-footer > .third {
    width: 48%;
}
footer.footer .top-footer {
    display: flex;
    flex-wrap: wrap;
}
footer.footer .top-footer > .second {
    order: 3;
    width: 100%;
}
footer.footer .top-footer .third {
    padding: 0 0 0 20px;
}
.header-middle {
    display: none;
    padding: 0;
}
.responsive-logo {
    display: block;
    margin: 0;
    padding-left: 34px;
}
.menuzord-brand img {
    max-height: unset;
    height: 70px;
}
.header-nav-wrapper .container {
    margin-right: 0;
    margin-left: auto;
}
.header-nav-wrapper .menuzord a.showhide {
    position: absolute;
    top: -50px;
    bottom: auto;
    right: 0;
    margin: auto;
    padding: 0;
}
.header-nav-wrapper {
    padding: 10px 0;
}
.menuzord-responsive .menuzord-menu.scrollable {
    margin: 30px 0 0 0;
}
.header-nav .header-nav-wrapper .menuzord {
  
    position: relative;
}
.responsive-logo a.menuzord-brand {
    margin: 0;
}
header#header .top-right ul.list-inline li {
    justify-content: center;
}
.header-top {
    padding: 10px 0;
}
.menuzord-menu > li:not(:first-child) {
    margin: 0;
}
.header-top .row {
    flex-direction: column;
}
ul.tp-revslider-mainul {
    height: 300px !important;
}
section#home{
   height: 300px !important;
}
.rev_slider li.tp-revslider-slidesli{
    height: 300px !important;
}
.slotholder{
    height: 300px !important;
}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    .imga-design {
    border: 8px solid #fff;
    border-radius: 0 55px 0 55px;
}
section > .container, section > .container-fluid {
    padding-top: 40px;
    padding-bottom: 40px;
}
section.our-services-section .grid-design {
    grid-template-columns: repeat(1,1fr);
}
section.counter-section .couter-wrraper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
}
section.counter-section .couter-wrraper::before, section.counter-section .couter-wrraper::after{
    display: none;
}
.imga-design {
    height: 270px;
}
section.contact-emergency .container {
    padding: 40px 15px !important;
}
section.contact-emergency .container .col-md-12 {
    padding: 0;
}
section.gallery-section .row .gallery-isotope {
    grid-template-columns: repeat(2,1fr);
    grid-gap: 5px;
}
footer.footer  h5.widget-title {
    line-height: 30px;
}
.widget .widget-title {
    margin-bottom: 10px;
}
footer.footer  ul.contact-details li {
    margin: 0 0 10px 0;
}
section.gallery-section .col-md-12 {
    padding: 0;
}
.widget {
    margin-bottom: 25px;
}
.top-footer {
    padding: 30px 0;
}
footer.footer .top-footer > .first, footer.footer .top-footer > .third {
    width: 100%;
    padding: 0;
}
footer.footer .top-footer .third {
    padding: 0;
}
footer.footer .top-footer > .second {
    padding: 0;
}
.responsive-logo {
    
    padding-left: 19px;
}
.menuzord-brand img {
  
    height: 50px;
}
.header-nav-wrapper .menuzord a.showhide {
    top: -39px;
}
section.gallery-section .gallery-img {
    height: 150px;
    border: none;
}
 ul.tp-revslider-mainul {
    height: 160px !important;
}
section#home{
      height: 160px !important;
}
.rev_slider li.tp-revslider-slidesli{
    height: 160px !important;
}
.slotholder{
  height: 160px !important;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px){
    section.gallery-section .row .gallery-isotope {
    grid-template-columns: repeat(2,1fr);
}
.imga-design {
    height: 290px;
}
section.our-services-section .grid-design {
    grid-template-columns: repeat(2,1fr);
}
ul.tp-revslider-mainul {
    height: 260px !important;
}
section#home{
   height: 260px !important;
}
.rev_slider li.tp-revslider-slidesli{
    height: 260px !important;
}
.slotholder{
 height: 260px !important;
}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 360px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {
}