/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
 
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

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

}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
/*  
body{
    background: blue;
  }*/
 
 
.slider-caption{
    margin-top: -7.7em;
     padding-bottom: 2em;
}

.slider-caption:before{
    display: none;
}

.navBar .navbar-brand img {
    width: 100%;
    max-width: 216px;
}

.navBar {
    width: 100%;
    position: relative;
    z-index: 99999;
    background: white;
}

.header-sec .navBar a.nav-link {
    color: #000;
    text-transform: uppercase;
    font-size: 0.9em;
    padding: 0.6em 1em;
}


.navbar-toggler-icon {
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    font-size: 2em;
    padding: 0.3em 0;
    text-align: right;
}

.service-item-sec{
    padding: 2em 0;
}

.slider-caption .caption-detail {
    padding: 4em 0;
    padding-bottom: 0;
}

.caption-detail h2 {
    padding: 0.2em 0em;
    font-size: 2.3em;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.slider-caption .caption-detail p {
    color: #fff;
    padding-bottom: 0.3em;
    font-size: 1em;
    padding-right: 0;
}

.price-box .price-footer a.price_btn{
    padding: 18px 36px;
}

ul.itemenu li {
    display: inline-block;
    width: 100%;
    max-width: 159px;
    vertical-align: text-top;
}

.content_data h2 {
    font-size: 1.5em;
    line-height: inherit;
    color: #faa71a;
    padding: 0.2em 0;
    padding-right: 0;
}

.counter_item {
    padding: 1em;
    background: #fff;
    border-radius: 6px;
    margin: 1em 0;
}

.sidebarad1 {
    background: #7168ea;
    display: none;
}

.sidebarad2.mb-4 {
    display: none;
}

.sidebarad1.sidebarad3.mb-4 {
    display: none;
}

.content_data h1 {
    font-size: 1.3em;
    font-weight: 600;
    color: #49bc85;
    text-transform: uppercase;
    line-height: inherit;
}

.breadcrumb {
    width: 100%;
    padding: 46px 0;
}

.footer_sec iframe{
    margin-top: 1em;
}

.faqs_sec{
    padding: 1em 0;
}

.affordable_services {
    padding: 3em 0;
}

.service_content h4 {
    color: #fff;
    padding-top: 23px;
}


}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

.slider-caption{
    margin-top: -7.7em;
    padding-bottom: 2em;
}

.slider-caption:before{
    display: none;
}

.navBar .navbar-brand img {
    width: 100%;
    max-width: 216px;
}

.navBar {
    width: 100%;
    position: relative;
    z-index: 99999;
    background: white;
}

.header-sec .navBar a.nav-link {
    color: #000;
    text-transform: uppercase;
    font-size: 0.9em;
    padding: 0.6em 1em;
}

.navbar-toggler-icon {
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    font-size: 2em;
    padding: 0.3em 0;
    text-align: right;
}

.service-item-sec{
    padding: 2em 0;
}

.slider-caption .caption-detail {
    padding: 4em 0;
    padding-bottom: 0;
}

.caption-detail h2 {
    padding: 0.2em 0em;
    font-size: 2.3em;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.slider-caption .caption-detail p {
    color: #fff;
    padding-bottom: 0.3em;
    font-size: 1em;
    padding-right: 0;
}

.price-box .price-footer a.price_btn{
    padding: 18px 36px;
}

ul.itemenu li {
    display: inline-block;
    width: 100%;
    max-width: 159px;
    vertical-align: text-top;
}


.content_data h2 {
    font-size: 1.5em;
    line-height: inherit;
    color: #faa71a;
    padding: 0.2em 0;
    padding-right: 0;
}
.counter_item {
    padding: 1em;
    background: #fff;
    border-radius: 6px;
    margin: 1em 0;
}

.sidebarad1 {
    background: #7168ea;
    display: none;
}

.sidebarad2.mb-4 {
    display: none;
}

.sidebarad1.sidebarad3.mb-4 {
    display: none;
}

.content_data h1 {
    font-size: 1.3em;
    font-weight: 600;
    color: #49bc85;
    text-transform: uppercase;
    line-height: inherit;
}

.breadcrumb {
    width: 100%;
    padding: 46px 0;
}

.footer_sec iframe{
    margin-top: 1em;
}


.faqs_sec{
    padding: 1em 0;
}

.affordable_services {
    padding: 3em 0;
}

.service_content h4 {
    color: #fff;
    padding-top: 23px;
}

}