/*==================================================
=            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: 320px) and (max-width: 768px){  
    
    .res-banner{
    /*    width: 100% !important;*/
    /*height: 34vh !important;*/
    /*object-fit: cover !important;*/
    /*transform: scale(1.1, 1.2) translate(0px, 28px);*/
        width: 100% !important;
    height: 19vh !important;
    /* object-fit: cover !important; */
    transform: scale(1.1, 1.2) translate(0px, 26px);
    }
    .mainContent .inner-heading{
        display: none;
    }
    
    .header-widget-contact-info-box {
    display: block;
    position: absolute;
    z-index: 999;
    top: -18px;
    padding: -2px;
}


.goog-te-gadget-simple {
    width: 97% !important;
    border-radius: 4px;
    margin-right: 17px !important;
    border-radius: 3px;
    border: 1px solid white !important;
}
    

    
	.centre-of{

	    padding: 8px 32px !important;
		height: 50px;
}

.my{
	margin: 0;
}
.zero-l {
    padding-left: 15px;
}

}

/* 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 : 1199px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 768px) and (max-width: 991px){ 
	.centre-of-excel {
  
    height: 70px;
}

.excell-service{
	padding: 10px 13px 10px 3px;
}

.excell-service:after{
	height: 70px;
}

.centre-of{
	padding: 7px 17px;
	height: 70px;
	    line-height: 25px;
}

.centre-of:after{
	width: 38%;
}	
	
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
.excell-service{
	padding: 10px 27px 10px 46px;
}

.contactno{
    display:none;
}


.centre-of{
	//text-align: center;
	    padding: 17px;
}	
	
	.centre-of:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
	background: none;
}
.zero-r {
    padding-right: 15px;
}

}
/* 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) {
}