/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/

.page-business .image-modernize { 
    background-image: url("/in/retail/business/images/modernize_large.jpg")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .page-business .image-modernize {
        background-image: url("/in/retail/business/images/modernize_large_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    .page-business .image-modernize { 
        background-image: url("/in/retail/business/images/modernize_medium.jpg")
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .page-business .image-modernize {
        background-image: url("/in/retail/business/images/modernize_medium_2x.jpg")
    }
}

@media only screen and (max-width: 735px) {
    .page-business .image-modernize { 
        background-image: url("/in/retail/business/images/modernize_small.jpg")
    }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
    .page-business .image-modernize {
        background-image: url("/in/retail/business/images/modernize_small_2x.jpg")
    }
}

 

/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/


	
#ac-globalfooter .ac-gf-buystrip-info-icon-retail {
  
    background-image: url("https://www.apple.com/ac/globalfooter/7/en_IN/assets/ac-buystrip/retail/icon_large.svg")
}
.ac-theme-dark #ac-globalfooter .ac-gf-buystrip-info-icon-retail,
#ac-globalfooter.ac-globalfooter-dark .ac-gf-buystrip-info-icon-retail {
 
    background-image: url("https://www.apple.com/ac/globalfooter/7/en_IN/assets/ac-buystrip/retail/icon_dark_large.svg")
}


/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/


@media only screen and (min-width: 736px) {
	.page-business .section-services .service-financing h5 { margin-top: 6px; }
}

.page-business .modal .contact-modal .select-store {
        margin-left: 0
}


.page-business .modal .contact-modal .select-style {
    width: 304px;
}

@media only screen and (max-width: 1068px) {
    .page-business .modal .contact-modal .select-style {
        width: 304px
    }
}

@media only screen and (max-width: 735px) {
    .page-business .modal .contact-modal .select-style {
        width: 100%;
    }
}@media only screen and (max-width: 1068px) {
	.card-grid .card .card-text .typography-aaw-card-cta {
		white-space: normal;
	}
}

@media only screen and (max-width: 735px) {
	.card-grid .card .card-text .typography-aaw-card-cta {
		white-space: nowrap;
	}
}

 

@media only screen and (max-width: 1068px) {
	.section.section-products-and-services .image-business-smart-tools-devices {
		background-position: right bottom;
	}
}

@media only screen and (max-width: 735px) {
	.section.section-products-and-services .image-business-smart-tools-devices {
		background-position: right bottom;
	}
}

/* RETAIL RIBBON CSS */
.section-retail-ribbon {
	background-color: #f4f4f4 !important;
	padding-top: 0px !important;
}
/* RETAIL RIBBON CSS */

.products-and-services-grid .products-main p:nth-of-type(2) {
	margin-top: 37px;
}
/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/

.typography-content{
    min-height: 427px;
}

@media only screen and (max-width: 1068px) {

    .typography-content{
        min-height: 163px;
    }
}

@media only screen and (max-width: 735px) {
    .typography-content{
        min-height: 176;
    }
}

.section-page-headline a{
    padding-left: 0;
}
.products-and-services-grid a.footnote{
    display: inline;
    color: #333;
}
 