/* FOR Tablet Landscape */
@media (max-width: 1199px) and (min-width: 992px){

	
}/* END FOR Tablet Landscape */

/* FOR Tablet Potrait */
@media (max-width:991px) and (min-width:768px){
	
	
	
}/* END FOR Tablet Potrait */

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
  /* CSS */
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
    .elementor-element.mastahead_section {
        padding:40px 20px 0px 20px !important;
    }

    .elementor-element.mastahead_section2 {
        padding:0px 20px 0px 20px !important;
    }

    .box_imp_pricing {
	    min-height: 630px;
	    height: 630px;
  	}

    .elementor-section.home-adjust {
      height: 850px !important;
      /*padding-top: 35px !important;*/
    }


  
}


/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
    .elementor-element.mastahead_section {
        padding:40px 20px 0px 20px !important;
    }

    .elementor-element.mastahead_section2 {
        padding:0px 20px 0px 20px !important;
    }

    .box_imp_pricing {
		min-height: 715px;
 	   height: 715px;
  	}

  	.sec_support_col .h500 {
  		height:500px;
  	}
  	.sec_support_col .h620 {
  		height: 620px;
  	}

    .elementor-section.home-adjust {
      height: 700px !important;
      padding-top: 35px !important;
    }

  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

/* ----------- Non-Retina Screens ----------- */
@media screen 
  and (min-device-width: 1300px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
    .elementor-section.home-adjust {
       height: 850px !important;
      padding-top: 35px !important;*/
    }
    .elementor-element.home-vid-main {
      padding-top: 4em !important;
     }

}


/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {



}