* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    -webkit-text-size-adjust: none;
}


img {
    outline: none;
    border: none;
}

@font-face {
    font-family: "OceanSansStd-Bold";
    src: url("/assets/fonts/OceanSansStd-Bold.otf");
    font-weight: 600;
}

@font-face {
    font-family: "OceanSansStd-Light";
    src: url("/assets/fonts/OceanSansStd-Light.otf");
    font-weight: 600;
}

@font-face {
    font-family: "OceanSansStd-Light";
    src: url("/assets/fonts/OceanSansStd-Semibold.otf");
    font-weight: 600;
}

@font-face {
    font-family: 'FuturaBT-EBBC';
    src: url("../fonts/FuturaBT-ExtraBlackCondensed.eot");
    src: url("../fonts/FuturaBT-ExtraBlackCondensed.eot?#iefix") format("embedded-opentype"), url("../fonts/futurabt-extrablackcondensed-webfont.woff") format("woff"), url("../fonts/FuturaBT-ExtraBlackCondensed.ttf") format("truetype"), url("../fonts/FuturaBT-ExtraBlackCondensed.svg#FuturaBT-ExtraBlackCondensed") format("svg");
    font-weight: normal;
    font-style: normal;
}

html {-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
html,
body {
    height: 100%;
}

body {
    font-family: "arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .87);
}

.logo {
    background: url(/Campaign/images/homecampaign/moblogo.png) no-repeat; height: 100px; 
    padding: 10px 0px 0px;
}

/*.bannerBG {
    background: url(../Images/Sprite_HomeCampaign.png) no-repeat 0 -31px;
   
   } */
   .bannerBG.BG1 {
    background: url(/Campaign/Images/HomeCampaign/BG.png) no-repeat center top/cover;
    height: 439px /*600px*/;
   }
.mformwrp .formmain {
      top: 28px;
      background: #fcfcfc; 
    padding: 15px 20px;
    border-radius: 5px;
}
.mformwrp .text-Head .text-red {
       color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
    font-size: 28px;
    padding: 20px;
    font-weight: bold;
    line-height: 40px;
}

.field {
    clear: both;
    display: inline-block;
    margin-bottom: 2px;
	width:100%;
}
.formmain .textfield, .formmain .selectfield {
    height: 40px;
    background: #fff;
    box-shadow: 0px 1px 6px #dcd4d4;
    line-height: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 5px;
    border: none;
    color: #6c6c6c;
}
.formmain .textfield {
   text-indent: 10px;   
}

.formmain .selectfield {
    text-indent: 6px;
  }

.formmain .submit {
  width: 100%;
    background: #e52f35;
    border: none;
    font-size: 17px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}

.formmain .formhed {
    font-size: 18px;
    color: #6c6c6c;
    margin-bottom: 10px;
}

.mformwrp .redBoxwrap .text-Head {
    background: url(/Campaign/Images/HomeCampaign/Sprite_HomeCampaign_New.png) no-repeat -801px -811px;  
    height: 119px;
    margin: 20px 0 0 0;
   }
.formmain .checkbox {
    width: 16px;
    float: left;
    margin-top: 0px;
}
.formmain input#chkCallMe {
    margin-left: 0;
}
.formmain .authorize {
    margin-left: 0px;
    width: 90%;
    float: left;
    font-size: 11px;
	color:#6c6c6c;
}
.mformwrp .formhed p {
    margin: 0;
    font-size: 16px;
}
.mformwrp .formmain .formTitle {
    font-weight: bold;
        font-size: 25px;
}

    .planwrpBG ul {
        margin: 0;
        padding: 0;
       }

        .planwrpBG ul li {
            float: left;
            width: 16.66666667%;
            list-style: none;
            color: #000;
            cursor: pointer;
            padding: 8px 0px;
            border-right: 3px solid #f2f2f2;
			height: 170px;
        }

            .planwrpBG ul li:first-child {
                border-left: 2px solid #f2f2f2;
            }
            .planwrpBG ul li .iconwrp .icon-bg {
                    background: url('/Campaign/Images/HomeCampaign/Sprite_HomeCampaign_New.png');
                    margin: 0 auto;
                    display: block;
                    width: 80px;
                    height: 80px;
                }

                .planwrpBG ul li .iconwrp .rs {
                    background-position: -118px -1107px;
                }

                .planwrpBG ul li .iconwrp .pc {
                    background-position: -332px -1107px;
                }

                .planwrpBG ul li .iconwrp .cr1 {
                    background-position: -537px -1107px;
                }

                .planwrpBG ul li .iconwrp .cr2 {
                    background-position: -749px -1108px;
                }

                .planwrpBG ul li .iconwrp .sr {
                    background-position: -956px -1107px;
                }

                .planwrpBG ul li .iconwrp .tm {
                    background-position: -1167px -1107px;
                }

            .planwrpBG ul li:hover {
                background: #fb0000;
                color: #fff;
                       }

            .planwrpBG ul li.sel .iconwrp .rs {
                background-position: -118px -1232px;
            }

            .planwrpBG ul li.sel .iconwrp .pc {
                background-position: -332px -1231px;
            }

            .planwrpBG ul li.sel .iconwrp .cr1 {
                background-position: -537px -1231px;
            }

            .planwrpBG ul li.sel .iconwrp .cr2 {
                background-position: -749px -1232px;
            }

            .planwrpBG ul li.sel .iconwrp .sr {
                background-position: -957px -1231px;
            }

            .planwrpBG ul li.sel .iconwrp .tm {
                background-position: -1167px -1231px;
            }

            /*.planwrpBG ul li.sel .iconwrp .icon-bg {
            background-position: -118px -1232px;
           }*/

            .planwrpBG ul li.sel {
                background: #e02020;
                color: #fff;
			  }

            .planwrpBG ul li .title {
                text-align: center;
                font-size: 14px;
                cursor: pointer;
                padding: 10px 0px 4px;
                font-weight: bold;
				color:#6c6c6c;
            }
.buyonlinewrp input {
    cursor: pointer;
    background: #fb0000;
    border: none;
    text-transform: uppercase;
    padding: 5px 20px;
    color: #fff;
    font-family: 'arial';
    font-size: 24px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}
div#BuyOnlineDivMandatory {
    background: #eaa754;
	padding:15px;
	    text-align: center;
}
.planwrpBG ul li.sel .title { color:#fff;}
#BuyOnlineDivMandatory .btn {
   background: #fff;
    color: #e02020;
    padding: 8px 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    box-shadow: none;
}
.footerwrpBG p {
    text-align: center;
    font-size: 11px;
    padding: 10px 0;
	color:#767676;
}
span.optiontext { font-weight:normal}
@media only screen and (max-width: 1024px) {
	.mformwrp .formmain {margin-right: 0;}
	.Wrapper .bannerBG .redBoxwrap {
    zoom: 0.6;
    top: 12vh;
    left: 90px;
}
.planwrpBG ul li .title {font-size: 12px;}
   
}
@media (max-width: 992px){
.Wrapper .bannerBG .formmain {     margin-top: 300px; width: 100%;}
 .Wrapper .bannerBG .wrappOuter, .Wrapper .bannerBG .wrappOuter .container-fluid { padding:0}
.planwrpBG { margin-top:20px;}
.healthContainer.container-fluid, .planwrpBG .planBox{ padding:0;}
}
@media (max-width: 768px){
	.planwrpBG ul li {    height: 190px;}
.planBox {
    margin-top: 20px;
}
.Wrapper .bannerBG .redBoxwrap {
    top: 49vh;
    left: 22vh;
}
}

@media (max-width: 767px){
	.planwrpBG {float: left; margin-top:0;
    width: 100%;}
	.planwrpBG ul li { height: 100px;}
	.mformwrp .formmain .formTitle { font-size:20px;}
	.content {display:none;
   min-height: 65px;
    padding: 10px;
    background: #eaa754;
    color: #fff;
    font-weight: bold;
}
        .content.sel {display:block !important;
        }
.planstringwrpBG .container-fluid { padding:0;}
.bannerBG.BG1 {
    background: url(/Campaign/images/HomeCampaign/FathersDayLandingMobBgImage.png) no-repeat center top;
    background-size: cover;
}
.Wrapper .bannerBG .formmain {
        margin-top: 198px;    border-radius: 0;
}
.planwrpBG ul li .title {
	    font-size: 13px;
       padding: 4px 2px;
	   display:none;
}
.planstringwrpBG .content p {font-size: 13px; color:#000;}
#BuyOnlineDivMandatory .btn, .mformwrp .formhed p { font-size:14px;}
.formmain .submit { font-size:18px;}
div#BuyOnlineDivMandatory { padding:10px; background:transparent;}
.Wrapper .bannerBG .redBoxwrap {    top: 84vh;
    left: 166vh;}
#BuyOnlineDivMandatory .btn { background:#e52f35; color:#fff;margin-top: 25px;}
	
}

@media (max-width: 640px){
.Wrapper .bannerBG .redBoxwrap {
    zoom: 0.6;
    top: 81vh;
    left: 466px;
}
}
@media (max-width: 620px) and (min-width: 479px){
.bannerBG.BG1 {
	width: 100%;
    height: 300px;
}
}
@media (max-width: 600px){
	.planwrpBG ul li {
    height: 70px;
}
.content {
   min-height: 60px;
}
	.Wrapper .bannerBG .redBoxwrap { top: 86vh;    left: 502px;}
	.logo {zoom: 0.7;}
	.planwrpBG ul li .iconwrp .icon-bg {zoom:0.6}
	.planstringwrpBG .content p {
    font-size: 12px;
}
.footerwrpBG p { font-size:11px;}
}
@media (max-width: 480px){
	.bannerBG.BG1 { background-size: contain;}
	.formmain .submit {
    font-size: 16px;
}
#BuyOnlineDivMandatory .btn, .mformwrp .formhed p {
    font-size: 13px;
}
.footerwrpBG p { font-size:10px;}
	.bannerBG { height:350px;}
	.Wrapper .bannerBG .formmain {
    margin-top: 138px;
}
.Wrapper .bannerBG .redBoxwrap{
	left: 39vh;
	    zoom: 0.5;
    top: 45vh;
}
.planwrpBG ul li {margin-top: 20px;}

}
@media (max-width: 479px){
.Wrapper .bannerBG .redBoxwrap { zoom: 0.4; top: 53vh;}
}
@media (max-width: 360px){
	.planwrpBG ul li {
    height: 50px;
}
.planwrpBG ul li .iconwrp .icon-bg {
    zoom: 0.4;
}
/*.Wrapper .bannerBG .redBoxwrap {
         top: 51vh;
}*/
}

