/* FONTS (via fonts.com)

font-family:'Helvetica Neue LT W01_35 Thin';
font-family:'Helvetica Neue LT W01_41488878';
font-family:'Helvetica Neue LT W01_55 Roman';
font-family:'Helvetica Neue LT W01_65 Md';
font-family:'Helvetica Neue LT W01_71488914';
font-family:'Helvetica Neue LT W01_85 Heavy';

font-family: 'gilroylight';
font-family: 'gilroyextrabold';

*/

@font-face {
    font-family: 'gilroylight';
    src: url('/fonts/gilroy-light-webfont.woff2') format('woff2'),
         url('/fonts/gilroy-light-webfont.woff') format('woff'),
         url('/fonts/gilroy-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gilroyextrabold';
    src: url('/fonts/gilroy-extrabold-webfont.woff2') format('woff2'),
         url('/fonts/gilroy-extrabold-webfont.woff') format('woff'),
         url('/fonts/gilroy-extrabold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

.fullWidth 
{
    max-width:1280px !important}

/*.tbf * { box-sizing: border-box; margin: 0; padding: 0; line-height: 1; outline: none !important; transition: all .3s ease-out;  font-family:'Helvetica Neue LT W01_41488878'; font-size: 18px; }*/
.tbf * { box-sizing: border-box; margin: 0; padding: 0; line-height: 1; outline: none !important; transition: all .3s ease-out;  }

/* HTML, BODY, CONTAINER */
html {	width: 100%; height: 100%;	background-color: #fff;  min-width: 320px; }
body {	color: #000; width: 100%; position: relative; margin: 0px auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; overflow-x: hidden; }

header.tbf, footer.tbf { width: 100%;  position: relative; margin: 0px auto; display: block; max-width: 100%}

/* LAYOUT */
footer.tbf > section  { display: block; width: 100%; margin: 0 auto; }

/*HTML ELEMENTS*/
.tbf img {border: 0px; height: auto; max-width: 100%; }
.tbf p {font-size: 1.6em;}
.tbf a {text-decoration: none; color: #000; }
.tbf a:hover { color: #666}

.tbf ul {list-style-type: none; margin: 0px; padding: 0px; }

.tbf input, .tbf textarea { -webkit-appearance: none; -webkit-border-radius: 0;}
.tbf input[type="radio"] { -webkit-appearance: inherit;} 
.tbf input[type="submit"] { cursor: pointer;}

/* GENERIC STYLES */
.tbf .center {text-align: center; }
.tbf .left {text-align: left; }
.tbf .right {text-align: right; }
.tbf .bold {font-weight: bold }
.tbf .italic {font-style: italic }
.tbf .normal {font-weight: normal }
.tbf .hidden {display: none;}
.tbf .block {display: block;}
.tbf .iblock {display: inline-block;}
.tbf .inline {display: inline;}
.tbf .relative {position: relative;}
.tbf .absolute {position: absolute;}
.tbf .invisible {opacity: 0}
.tbf .visible {opacity: 1}
.tbf .floatl { float: left;}
.tbf .floatr { float: right;}
.tbf .nofloat { float: none;}
.tbf .valign { position: relative; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);  -ms-transform: translateY(-50%);}

/* PADDING AND MARGIN OVERRIDES */
.tbf .no-padding-top {	padding-top: 0 !important; }
.tbf .no-padding-bottom {	padding-top: 0 !important; }
.tbf .no-margin-top {	padding-top: 0 !important; }
.tbf .no-margin-bottom {	padding-top: 0 !important; }

/* FORM + INPUT STYLING*/
.tbf p.inline-response { font-size: 13px; color: #000; height: 0; overflow: hidden; opacity: 0; margin: 0; padding: 0;}
.tbf form.form-done { display: none !important;}
.tbf p.reveal-response {margin: 0 auto; height: auto; opacity: 1; transition: opacity .5s}

/* PLACEHOLDER */
.tbf *::-webkit-input-placeholder { line-height: 38px; color: #435969; font-size: 14px; font-family:'Avenir LT W01 35 Light'; text-transform: uppercase;}
.tbf *.missing::-webkit-input-placeholder {  color: #ff3300 !important; }
.tbf *:-moz-placeholder { line-height: 38px; color: #435969; font-size: 14px; font-family:'Avenir LT W01 35 Light'; text-transform: uppercase; }
.tbf *.missing:-moz-placeholder {   color: #ff3300 !important;  }
.tbf *:-ms-input-placeholder { line-height: 38px; color: #435969; font-size: 14px; font-family:'Avenir LT W01 35 Light'; text-transform: uppercase; }
.tbf *.missing:-ms-input-placeholder { color: #ff3300 !important;  }

/* CUSTOM RADIO AND CHECKBOX */
.tbf div.skin-radio { display: inline;}
.tbf div.skin-radio label { display: inline-block !important; cursor: pointer; position: relative !important; left: 0 !important; top: 0 !important; padding-left: 22px; }
.tbf div.skin-radio input[type="radio"] { display: none;}
.tbf div.skin-radio label:before { content: ""; display: inline-block; width: 17px; height: 17px; position: absolute; left: 0; background-image: url(/img2/icons/radio-off.png); background-size: cover;  background-repeat: no-repeat; background-position: center center; }
.tbf div.skin-radio input[type=radio]:checked + label:before { 	 background-image: url(/img2/icons/radio-on.png); }
.tbf div.skin-checkbox { display: inline;}
.tbf div.skin-checkbox label { display: inline-block !important; cursor: pointer; position: relative !important; left: 0 !important; top: 0 !important; padding-left: 30px; line-height: 20px; }
.tbf div.skin-checkbox input[type="checkbox"] { display: none !important;}
.tbf div.skin-checkbox label:before { content: ""; display: inline-block; width: 18px; height: 16px; margin-right: 10px; position: absolute; left: 0; bottom: 1px; background-color: #fff; border: 1px solid #707170; top: 0;  padding-top: 2px; }
.tbf div.skin-checkbox input[type="checkbox"]:checked + label:before { background-image: url(/lib/img/checkmark.svg); background-size: 15px 15px; background-repeat: no-repeat; background-position: center center; font-size: 18px; color: #707170; text-align: center; line-height: 20px; }

.tbf div.skin-checkbox.missing label:before { border: 1px solid #ff3300!important}
.tbf div.skin-checkbox.missing label { color: #ff3300!important}
.tbf span.select2-container.missing .select2-selection--single { border: 1px solid #ff3300 !important}
.tbf span.select2-container.missing .select2-selection--single .select2-selection__placeholder { color: #ff3300 !important}
.tbf span.select2-container.missing .select2-selection--single .select2-selection__arrow b {border-color: #ff3300 transparent transparent transparent !important;}



/* BURGER */
div.burger { position: fixed; width: 33px; height: 20px; cursor: pointer; display: block; top: 20px; left: 30px; z-index: 100; transition: transform .2s ease-out;}
div.burger * { transition: transform .2s ease-out;}
div.burger div { display: block; width: 33px; position: absolute; top: 9px; left: 0px; background:rgba(255, 255, 255, 1); height: 0px; border: 0; }
div.burger:before { display: block; width: 33px; position: absolute; top: 9px; left: 0px; background:rgba(255, 255, 255, 1); height: 1px; border: 0; content: ""; border-bottom: 1px solid #e2e2e2}
div.burger:after { display: block; width: 33px; position: absolute; top: 9px; left: 0px; background:rgba(255, 255, 255, 1); height: 1px; border: 0; content: ""; border-bottom: 1px solid #e2e2e2}
div.burger div:before { content: ""; display: block; width: 33px; position: absolute; top: -8px; left: 0px; background:rgba(255, 255,255, 1); height: 1px; border: 0;border-bottom: 1px solid #e2e2e2} 
div.burger div:after { content: ""; display: block; width: 33px; position: absolute; top: 8px; left: 0px; background:rgba(255, 255, 255, 1); height: 1px; border: 0;border-bottom: 1px solid #e2e2e2}
div.burger.active div:before, div.burger.active div:after  { display: none; }
div.burger.active:before { transform: rotate(45deg); width: 38px}
div.burger.active:after { transform: rotate(-45deg); width: 38px}
header.home div.burger:before, header.home div.burger:after, header.home div.burger div:before, header.home div.burger div:after { border-bottom: 1px solid #252525;}


/*BASIC ELEMENTS*/

.tbf p { font-family:'Helvetica Neue LT W01_41488878'; font-size: 18px; line-height: 1.5; display: block; margin: 0 auto 40px; width: 100%; }
.tbf a.tbf-underline { text-decoration: underline }
.tbf a:hover { color: #aaa; }
.tbf b, .tbf strong { font-family:'Helvetica Neue LT W01_41488878'; font-weight: bold}
.tbf i, .tbf em { font-family:'Helvetica Neue LT W01_41488878'; font-style: italic}


div.h4 { font-family:'Helvetica Neue LT W01_35 Thin'; font-size: 80px; color: #fff}

/* Added by priya on 25-7-2019 to avoid Header section while print  */
/*.NonPrintable
    {
      display: none;
    }
*/


.tbf ul.default {width: 100%; max-width: 1140px; display: block; margin: 0 auto;}
.tbf ul.default li { display: block; width: 100%; padding: 30px 0px;}

.tbf .f-red { color: #d31145;}
.tbf .f-blue { color: #004890;}
.tbf .f-yellow { color: #fdbe55;}
.tbf .f-black { color: #000;}
.tbf .f-heavy { font-family: 'Helvetica Neue LT W01_41488878' !important;}
.tbf .b-red { background-color: #d31145;}
.tbf .b-blue { background-color: #004890;}
.tbf .b-yellow { background-color: #fdbe55;}

/*ADJUSTMENTS*/
.tbf .margin-top-50 { margin-top: 50px !important; }
.tbf .margin-top-100 { margin-top: 100px !important; }

.tbf .margin-bottom-50 { margin-bottom: 50px !important; }
.tbf .margin-bottom-100 { margin-bottom: 100px !important; }

.tbf .text-center { text-align: center !important; }
.tbf .text-left { text-align: left !important; }
.tbf .text-left-all{ text-align: left !important; }
.tbf .text-left-all > * { text-align: left !important;}
.tbf .text-right { text-align: right !important;}

.tbf .line-height-double { line-height: 2;}

.tbf .display-inline { display: inline-block !important}
.tbf .align-top { vertical-align: top !important}

.tbf .size24, .tbf h3.size24, .tbf p.size24 { font-size: 24px}
.tbf .size30, .tbf p.size30 { font-size: 30px}
.tbf .size36, .tbf p.size36 { font-size: 36px}
.tbf .size62, .tbf h3.size62, .tbf p.size62 { font-size: 62px}

.tbf .b-red *, .tbf .b-blue * { color: #fff}
/*CONTAINERS*/

.tbf div.colorbox { margin: 100px auto; max-width: 1280px; padding: 100px 20px; text-align: center;}
.tbf div.contacts { width: 100%; display: block; text-align: center;}

/*SHARED ELEMENTS*/


.tbf a.button { color: #fff; font-size: 14px;  font-family: 'gilroyextrabold'; display: table; padding: 0 20px; line-height: 30px; border-radius: 9px; background-color: #d31145; cursor: pointer;}
.tbf a.button:hover { background-color: #7a0a28;}
.tbf a.button.centered { margin: 0 auto;}


/*HEADER*/
header.tbf { font-size: 0; position: fixed; top:0;  left: 0; z-index: 3; background: #d31145; height: 80px; }
header.tbf > div { display: block; width: 100%; margin: 0 auto; font-size: 0}

div.burger { left: 20px; margin-right: 20px;}

.tbf div.tbf-logo { width: calc(100% - 350px); display: inline-block;  vertical-align: top; height: 80px;margin-left: 80px; background:  #004890;} 
.tbf div.tbf-logo a { display: block; width: 18%; }
.tbf div.tbf-logo img { height: 40px; width: auto; margin: 20px; margin-left:20px}

header.tbf div > div.tbf-contact { width: 270px;  display: inline-block; vertical-align: top; height: 80px; padding: 20px 30px 0 0;}
header.tbf div > div.tbf-contact a.tbf-phone { display: block; color: #fff; width: 100%; text-align: right; font-size: 18px; font-family: 'gilroyextrabold'; line-height: 22px; text-transform: uppercase;  transition: all .1s ease-out}
header.tbf div > div.tbf-contact a.tbf-phone:hover { color: #aaa;}
header.tbf div > div.tbf-contact a.tbf-phone span { width: 115px; text-align: left; display: inline-block;}
header.tbf div > div.tbf-contact a.tbf-phone small { font-family: 'gilroylight'; margin-right: 8px; font-size: 14px; line-height: 22px}
header.tbf div > div.tbf-contact a.button { position: absolute; right: 28px; top: 50%; margin-top: -15px}

.tbf nav { width: 480px; display: block; text-align: left; vertical-align: top; background: #d31145; padding: 100px 0px 20px; position: absolute; top: 0; left: 0; z-index: 99; min-height: 100vh; left: -480px}
.tbf nav.active { left: 0;}

.tbf nav div.h4 { font-family:'Helvetica Neue LT W01_35 Thin'; font-size: 48px; line-height: 1; padding-left: 30px; display: block; width: 100%; text-align: left;}

header.tbf nav div.tbf-contact { margin: 18px 0 38px; display: block; width: calc(100% - 30px); font-size: 0; margin-left: 30px;}
header.tbf nav div.tbf-contact a.tbf-phone { display: inline-block; color: #fff; width: 50%; text-align: left; font-size: 30px; font-family:'Helvetica Neue LT W01_35 Thin'; line-height: 1; text-transform: uppercase;  transition: all .1s ease-out}
header.tbf nav div.tbf-contact a.tbf-phone small { font-family:'Helvetica Neue LT W01_65 Md'; font-size: 12px; display: block; text-align: left; margin-bottom: 2px}

.tbf nav > ul { width: 100%; display: block; margin: 0 auto; text-align: left; margin-top: 35px}
.tbf nav > ul > li { display: block; text-align: left; position: relative;}
.tbf nav > ul > li > a { padding: 0px 30px; display: block; line-height: 40px; font-family:'Helvetica Neue LT W01_35 Thin'; font-size: 30px; color: #fff; font-weight: normal}
.tbf nav > ul > li > a:hover { background-color: #fff; color: #d31145}
.tbf nav > ul > li:hover { background-color: #52b8e8; }

.tbf ul.social { width: 140px; display: inline-block; text-align: right; padding-right: 70px; vertical-align: top; font-size: 0;}
.tbf ul.social li { display: inline-block; text-align: right; vertical-align: middle; font-size: 0; width: 50%}
.tbf ul.social li a { display: block; text-align: right; padding-left: 20px; line-height: 90px;}
.tbf ul.social li a img { display: inline-block; margin: 0 0 0 auto; vertical-align: middle; height: 14px;}
.tbf ul.social li a img:nth-child(2) { height: 16px;}
.tbf ul.social li a:hover img { filter: invert(50%)}

/* Nandhini Added 12/09/2019 - For Shop Now Features */

.mobile-shop-now-btn { display:none !important }
.article { padding-top: 80px}
/* Nandhini Added 12/09/2019 - For Shop Now Features */


/*FOOTER*/

footer.tbf  { display: block; width: 100%; margin: 0 auto; background-color: #fff; padding: 0px 0px 0px; font-size: 0; max-width: 1280px; margin: 0 auto;}
footer.tbf  section { display: block; width: 100%; margin: 0 auto; font-size: 0; max-width: 1280px; padding: 60px 70px 0px;}
footer.tbf  section > div { font-size: 0; }
.tbf a.tbf-footer-logo { display: inline-block; width: 50%; vertical-align: top}
.tbf a.tbf-footer-logo img { display: block; margin: 0 auto 0 0; }

.tbf ul.tbf-footer { display: block; width: 100%; font-size: 0; text-align: left; margin-top: 50px}
.tbf ul.tbf-footer > li { display: inline-block; vertical-align: top; font-size: 0; padding-right: 80px}
.tbf ul.tbf-footer > li  a { display: block; width: 100%; vertical-align: top; font-size: 0; text-align: left; color: #959595; font-size: 12px; font-family:'Helvetica Neue LT W01_55 Roman'; line-height: 18px; font-weight: normal}
.tbf ul.tbf-footer > li  a:hover { color: #000}
.tbf ul.tbf-footer > li  div.h6 { font-family: 'gilroyextrabold'; color: #000; font-size: 14px; margin-bottom: 10px}

.tbf ul.tbf-social-footer { display: inline-block; width: 50%; text-align: right; font-size: 0; margin: 0 auto; vertical-align: top}
.tbf ul.tbf-social-footer li { display: inline-block; text-align: center; font-size: 0; vertical-align: top; padding-top: 6px}
.tbf ul.tbf-social-footer li a { display: block; text-align: right; padding: 0px 0 0 20px; }
.tbf ul.tbf-social-footer li a img { display: block; margin: 0 auto; vertical-align: middle;}
.tbf ul.tbf-social-footer li a:hover img { filter: invert(100%)}


.tbf div.tbf-copyright { display: block; width: 100%; text-align: left; margin: 40px 0 0; padding-right: 300px; position: relative}
.tbf div.tbf-copyright p { display: block; width: 100%; text-align: left; color: #959595; font-size: 12px; font-family:'Helvetica Neue LT W01_55 Roman';}
.tbf div.tbf-copyright a { color: #959595; font-size: 12px; font-family:'Helvetica Neue LT W01_55 Roman';}
.tbf div.tbf-footer-contact { display: block; width: 250px; text-align: right; right: 0; top: 0px; position: absolute; display: block; color: #959595; font-size: 12px; font-family:'Helvetica Neue LT W01_55 Roman'; line-height: 1.5}
.tbf div.tbf-footer-contact a  { color: #959595; font-size: 12px; font-family:'Helvetica Neue LT W01_55 Roman';}

.tbf p.reveal-response { color: #000; font-size: 24px;}

/* PAGE SPECIFIC */

.tbf ul.tbf-hours { display: block; width: 100%; font-size: 0; max-width: 1280px; margin: 0 auto;}
.tbf ul.tbf-hours li { display: inline-block; width: 33.33%; height: 450px; background: url(../img/bg-hours1.jpg) no-repeat center center; background-size: cover; padding: 60px 70px; font-size: 0; vertical-align: top; }
.tbf ul.tbf-hours li:nth-child(1) { padding: 60px 20px 60px 20px}
.tbf ul.tbf-hours li:nth-child(2) { background-image: url(../img/bg-hours2.jpg)}
.tbf ul.tbf-hours li:nth-child(3) { background-image: url(../img/bg-hours3.jpg)}
.tbf ul.tbf-hours li div.h4 { color: #fff; font-size: 48px; line-height: 1; margin-bottom: 5px; min-height: 110px; font-family:'Helvetica Neue LT W01_35 Thin';}
.tbf ul.tbf-hours li p { color: #fff; font-size: 18px; line-height: 1.4; font-family:'Helvetica Neue LT W01_41488878'; display: block; text-align: left; margin: 0}
.tbf ul.tbf-hours li p.tbf-half { display: inline-block; width: 50%; vertical-align: top; text-align: left; padding-right: 15px;}

.tbf p.credit-disclaimer-links a {font-size: 12px; padding-top: 5px} 
/*	TABLET */

/* Nandhini Added 12/09/2019 - For Shop Now Features */
@media only screen and (min-width:1126px) 
{
    header div > div.contact {
    width: 315px;
	}

header div > div.textNav {
width: 52%  !important;
}
}
/* Nandhini Added 12/09/2019 - For Shop Now Features */


/* Nandhini Added 12/09/2019 - For Shop Now Features */


 @media only screen and (max-width:1500px) { 
/*.tablet-shop-now-btn {
    display: inline-block !important;
}
	.mobile-shop-now-btn {
	display:none !important; }  */
	
	.fullWidth 
{
    max-width:100% !important} 
	header div > div.textNav {display:none;}
	
	.tablet-shop-now-btn {
    display: inline-block !important;
}
.mobile-shop-now-btn {
	display:inline-block !important; } 
	/*.mobile-shop-now-btn {
	display:none !important; } */
	header div > div.contact  { display: block; width: 100%; height: auto; margin: 0;padding: 0 0px;background: #d31145;}
		 header div > div.contact a.phone { /* line-height: 24px; */ cursor: pointer; padding: 10px 0; display: inline-block;width: 33%; vertical-align: top; /* padding: 0 10px; */ margin: 0; text-align: center; /* font-size: 12px !important; */ font-family: 'Helvetica Neue LT W01_35 Thin'; } 
article {
    padding-top:125px !important;
}
	
	
}



/* Nandhini Added 12/09/2019 - For Shop Now Features */


@media only screen and (max-width:1280px) {
	header.tbf  { left: 0}  

	.tbf ul.tbf-footer > li  { margin-bottom: 30px}
}


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

		div.h4 { font-size: 40px; }
		.tbf nav div.h4 { font-size: 40px; }
		.tbf .size30, .tbf p.size30 { font-size: 24px}
		.tbf .size24, .tbf h3.size24, .tbf p.size24 { font-size: 20px}
		.tbf .size36, .tbf p.size36 { font-size: 28px}
		.tbf div.content h3.size62, .tbf .size62, .tbf h3.size62, .tbf p.size62 { font-size: 40px}
		.tbf div.contacts { font-size: 24px}

		.tbf a.button { padding: 0 16px; line-height: 26px; border-radius: 8px; }
		.tbf div.boxholder div.box > div a.button { padding: 0 16px; line-height: 26px; border-radius: 8px;  margin-top: 20px}

		.tbf ul.tbf-hours li div.h4 { font-size: 40px; min-height: 80px;}
		 .tbf ul.tbf-hours li { padding: 20px}	


}


@media only screen and (max-width:1100px) {
	.tbf ul.tbf-footer > li { min-width: 0 ; padding-right: 60px}
}

@media only screen and (max-width:900px) {
	.tbf ul.tbf-footer > li { padding-right: 40px}
}

@media only screen and (max-width:768px) {
		div.h4 { font-size: 32px; }
		.tbf nav div.h4 { font-size: 32px; }

		.tbf .size30, .tbf p.size30 { font-size: 20px}
		.tbf .size24, .tbf p.size24 { font-size: 18px}
		.tbf .size36, .tbf p.size36 { font-size: 24px}
		.tbf div.content h3.size62, .tbf .size62, .tbf h3.size62, .tbf p.size62 { font-size: 32px}
		.tbf div.contacts { font-size: 20px}
		.tbf a.button { padding: 0 16px; line-height: 24px; border-radius: 7px; font-size: 14px}
		.tbf div.boxholder div.box > div a.button { padding: 0 15px; line-height: 24px; border-radius: 7px;  margin-top: 20px}

		.tbf ul.tbf-hours li div.h4 { font-size: 32px; min-height: 0; padding-bottom: 20px}
		footer.tbf  { padding: 40px 20px 20px}
		.tbf div.tbf-copyright { padding-right: 20px}
		.tbf div.tbf-copyright p { margin-bottom: 20px}
		.tbf div.tbf-footer-contact { position: static; text-align: left; }
	
}


@media only screen and (max-width:767px) {
		header.tbf  div > div.tbf-contact { padding-right: 20px; width: 260px}
		.tbf div.tbf-logo { width: calc(100% - 340px);}
		header.tbf  div > div.tbf-contact a.button { display: none;}

		.tbf ul.tbf-hours li:nth-child(1) { width: 100%; display: block; height: auto;padding:0 20px}
		.tbf ul.tbf-hours li:nth-child(2), ul.tbf-hours li:nth-child(3) { width: 50%; }

		.tbf ul.tbf-footer { display: none;}

		.mobile-hide {display: none !important}

		/* Nandhini Added 12/09/2019 - For Shop Now Features */
		header div > div.contact {
			display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0px;
    background: #d31145;
		}
		.left-panel-logo {
	width:48% !important; padding-left:25px !important}
	.left-panel-hr {
	margin: 5px 25px 5px 25px !important; }
	
	nav > ul > li > a {
	font-size: 20px !important;
    line-height: 25px !important; }
    .tbf nav > ul > li > a {
    padding-left: 25px;
}
	header nav div.contact {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
        margin-left: 25px !important;
}

		.mobile-btn { top: -262px !important;}
		
		nav h4 
		{
		    margin-left:25px !important }
		/* Nandhini Added 12/09/2019 - For Shop Now Features */
} 


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

		div.h4 { font-size: 28px; }
div.logo img {
   margin-left: 0;
}
		.tbf .size30, .tbf p.size30 { font-size: 18px}
		.tbf .size36, .tbf p.size36 { font-size: 20px}
		.tbf div.content h3.size62, .tbf .size62, .tbf h3.size62, .tbf p.size62 { font-size: 28px}
		.tbf div.content h3.tbf-hours { font-size: 28px;     margin: 50px auto 20px;}
		.tbf a.button { padding: 0 16px; line-height: 24px; border-radius: 7px; font-size: 14px}
		.tbf div.boxholder div.box > div a.button { padding: 0 15px; line-height: 24px; border-radius: 7px;  margin-top: 20px}

		 .tbf div.tbf-logo { height: 60px; width: calc(100% - 60px); display: block; margin-left: 60px}
		 .tbf div.tbf-logo a { display: block; width: 100%; padding-top: 10px}
		 .tbf div.tbf-logo img{ margin: 0px auto; display: block}
		 header.tbf  { height: 90px; background: #004890}
		 .tbf div.burger { top: 20px; left: 14px;}
		 header.tbf  div > div.tbf-contact  { display: block; width: 100%; height: 30px; margin: 0; padding: 0 0px; background: #d31145}
		 header.tbf  div > div.tbf-contact a.tbf-phone { line-height: 30px; display: inline-block; width: 50%; vertical-align: top; padding: 0 10px; margin: 0; text-align: center; font-size: 14px; font-family:'Helvetica Neue LT W01_35 Thin';}
		 header.tbf  div > div.tbf-contact a.tbf-phone span { width: auto}
		 header.tbf  div > div.tbf-contact a.tbf-phone small { font-size: 11px}
		.tbf nav { padding-top: 60px}
		.tbf nav div.h4 { font-size: 32px;     padding-left: 20px;}
		.tbf nav > ul > li > a {font-size: 24px;}
		.tbf nav > ul { margin-top: 20px}
		header.tbf  nav div.tbf-contact { width: calc(100% - 20px); margin-left: 20px;}
		header.tbf  nav div.tbf-contact a.tbf-phone { font-size: 24px; width: auto; margin-right: 20px}

		.tbf ul.tbf-hours li:nth-child(2), .tbf ul.tbf-hours li:nth-child(3) { width: 100%; display: block; min-height: 300px; height: auto}

		
		/* Nandhini Added 12/09/2019 - For Shop Now Features */
		
		
		header div > div.contact  { display: block; width: 100%; height: auto; margin: 0;padding: 0 0px;background: #d31145; margin-top: 12px;}
	 /* header div > div.contact a.phone { line-height: 30px; display: inline-block; width: 50%; vertical-align: top; padding: 0 10px; margin: 0; text-align: center; font-size: 14px; font-family:'Helvetica Neue LT W01_35 Thin';} */
	 header div > div.contact a.phone { /* line-height: 24px; */ cursor: pointer; padding: 10px 0; display: inline-block;width: 33%; vertical-align: top; /* padding: 0 10px; */ margin: 0; text-align: center; /* font-size: 12px !important; */ font-family: 'Helvetica Neue LT W01_35 Thin'; } 

	.tablet-shop-now-btn { display:none !important}
	.mobile-shop-now-btn { display:inline-block !important;}
	.tbf nav > ul > li > a {
    font-size: 20px !important;
}	

header div > div.contact {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0px;
    background: #d31145;
    margin-top: 12px;
}
		/* Nandhini Added 12/09/2019 - For Shop Now Features */
}


/*	IPHONE 6 PLUS */

@media only screen and (max-width:437px) {
	header.tbf  div > div.tbf-contact a.tbf-phone small { margin-right: 4px}
	.tbf ul.tbf-hours li p.tbf-half { padding-right: 0; width: 100%; display: block}
	.tbf ul.tbf-hours li p { text-align: center !important;}
	.tbf ul.tbf-hours li div.h4 { text-align: center;}
	
	
	/* Nandhini Added 12/09/2019 - For Shop Now Features */
	
	.mobile-shop-now-btn { cursor: pointer;
    /* border-right: none; */
    padding-right: 0;
    background: #d31145;
    text-transform: capitalize !important;
    width: 25% !important;
    text-align: left;
    padding-left: 15px;
    height: 66px;
    float: left;
    line-height: 46px !important;}
	.article {
    padding-top: 139px !important ;
}
	
	/* Nandhini Added 12/09/2019 - For Shop Now Features */

}
/* Nandhini Added 12/09/2019 - For Shop Now Features */
@media only screen and (max-width:375px) {
	
.mobile-shop-now-btn { cursor: pointer;
    /* border-right: none; */
    padding-right: 0;
    background: #d31145;
    text-transform: capitalize !important;
    width: 25% !important;
    text-align: left;
    padding-left: 15px;
    float: left;
    line-height: 46px !important;}
 
 }
 .article { padding-top: 139px !important;}
 
 /* Nandhini Added 12/09/2019 - For Shop Now Features */
 
 
/*	IPHONE 5 */
@media only screen and (max-width:360px) {
	 /* header.tbf  div > div.tbf-contact a.tbf-phone { padding: 0; font-size: 13px}
	  */
	 
	/* Nandhini Added 12/09/2019 - For Shop Now Features */

	.mobile-shop-now-btn { cursor: pointer;
    /* border-right: none; */
    padding-right: 0;
    background:#d31145;
    text-transform: capitalize !important;
    width: 20% !important;
    text-align: left;
    padding-left: 15px;
    height: 31px;
    float: left;
    line-height: 31px !important;}
	.article { padding-top: 128px !important;}

	/* Nandhini Added 12/09/2019 - For Shop Now Features */

}


@media only screen and (min-width: 768px) {
	.desktop-hide {display: none !important}
 }

@media only screen and (min-width: 768px) and (max-width: 1024px){
	.tablet-hide {display: none !important} 
}


@media only print {
	footer.tbf { display: none;}
}

/*Below code added by Priya for New Header implementation on 04-De-2019*/
/*start*/

    div.burger.active::before, div.burger.active::after {
    width:30px !important; 
    }
    div.burger {
    top:30px !important;
    }
    nav {
    padding-top:65px !important;
    }
    nav > ul {
    margin-top: 0px !important;
    }

    header div > div.textNav {
    text-align: right !important;
    padding: 10px 0px 0 30px;
    float:left;
    width:65%;
    }
    header nav div.contact {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
    }
    .left-panel-logo {
    padding: 0px 30px;
    width: 62%;
    }
    .left-panel-hr {
    margin: 20px 30px 20px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    .show-now-img {
    padding:0px;
    width: 100%;
    margin-bottom:20px;
    }

    header div > div.textNav a.textNavLink { 
    padding-right: 2%;
    padding-left: 2%;
    margin:0 !important;
    border-right: 1px solid #fff9;
    }
    a.button.yellow {
    background:#d31145 !important
    }
    nav > ul > li > a
    {
        font-size: 25px !important;
    }
    header nav div.contact a.phone 
    {
        font-size: 25px !important;
    }
   
     div.logo 
     {
         float:left !important
     }
        
/*end*/

@media screen and (max-device-width:1896px), screen and (max-width:1920px)  {
header div > div.textNav {
width: 63%  !important;
}
}
@media screen and (max-device-width:1773px), screen and (max-width:1874px)  { 
header div > div.textNav {
width: 63%  !important;
}
}
@media screen and (max-device-width: 1126px), screen and (max-width: 1773px) {

	header div > div.contact {
    width: 315px;
	}

header div > div.textNav {
width: 53%  !important;
}
}