/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body{ margin:0; padding:0; line-height:20px; font-family: 'Source Sans Pro', sans-serif; font-size:14px; color:#000;}
*{ box-sizing:border-box;}
.width100Per{ float:left; width:100%;}
header{ float:left; width:100%; position:relative; z-index:8;}
.container{ max-width:1140px; margin:0 auto; display:block; width:100%;}
.container.homePage{ overflow:hidden;}
section{ float:left; width:99.7%;}
.headerOne{ float:left; width:100%; background:#f3f3f3; padding:12px 0;}
.headerOne .logo{ float:left; width:auto; position:absolute; left:2%; top:0;}
.headerOne .logo a{ text-decoration:none; outline:none;}
.rel{ position:relative;}
.headerOne .tallfree{ float:right; width:auto; margin-right:20%; color:#2d3e50; font-size:14px; margin-top:5px; position:absolute; left:0; right:0; margin:0 auto; text-align:center; top:5px;}
.headerOne .login{ display:inline-block; color:#2d3e50; font-size:15px; font-weight:500; margin-top:1px; position:relative; z-index:1;}
.headerOne .login a.login{ text-decoration:none; outline:none; color:#fff; background:#2b3740; border-top-left-radius: 15px; border-bottom-left-radius: 15px; padding:0 10px 0 15px; line-height:27px; height:27px;}
.headerOne .login a.register{ text-decoration:none; outline:none; color:#fff; background:#ffa800; border-top-right-radius: 15px; border-bottom-right-radius: 15px; padding:0 15px 0 10px; line-height:27px; height:27px; display:inline-block;}
.headerOne .login a:hover{ text-decoration:underline;}
.headerOne .login span{ margin:0 5px;}
.headerOne .rightPart{ float:right; width:auto; margin:0;}
.headerOne .rightPart .btn{ float:left; width:auto;}
.headerOne .rightPart .btn a{ font-size:12px; color:#4f4f4f; padding:0 20px; border:1px solid #d7d7d7; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; outline: none; text-decoration:none; line-height:30px; height:30px; display:block;}
.headerOne .rightPart .btn a:hover{ background:#ffc728; color:#fff; border:1px solid #fff;}
.headerOne .rightPart .search{ float:right; width:auto; margin-left:20px; position:relative;}
.headerOne .rightPart .search input[type="search"] {font-size:12px; color:#2d3e50; outline:none; padding:0 55px 0 10px; border:1px solid #2d3e50; line-height:30px; height:30px; display:block; background:transparent;border-radius:20px; position:relative; z-index:1;}
.headerOne .rightPart .search input[type="button"] { position:absolute; outline:none; background:url(../img/search.png) center 5px no-repeat; width:50px; height:30px; border:none; right:0; top:0; z-index:3;}
.firstNav{ float:left; width:100%; margin:30px 0 50px; position:relative; z-index:4;}
.firstNav > ul{ list-style:none; margin:0; padding:0; float:right; width:auto;}
.firstNav > ul > li{ float:left; width:auto;font-size:16px; color:#525e6b; font-weight:500; border-right:1px solid #525e6b; position:relative; line-height:15px;}
.firstNav > ul > li a{ text-decoration:none; outline:none; color:#525e6b; padding:15px 20px; border-top:3px solid #fff;}
.firstNav > ul > li .sub-menu{ display:none; position:absolute; top:100%; margin:15px 0 0;}
.firstNav > ul > li:hover .sub-menu{ display:block; width:315px; background:#fff;}
.firstNav > ul > li:hover a{border-top:3px solid #fda700; background:#fff; color:#fda700; border-left:1px solid #d4d4d4; border-right:1px solid #d4d4d4; border-bottom:1px solid #d4d4d4}
.firstNav > ul > li:hover { border-right:none;}
.firstNav > ul > li:hover li a{ color:#999999; border:none;}
.firstNav > ul > li:hover{-ms-transform: scale(1); /* IE 9 */-webkit-transform: scale(1); /* Safari */ transform: scale(1);}
.firstNav > ul > li > ul > li a{ background:none; padding:5px 0; display:block; color:#999999; font-size:16px;}
.firstNav > ul > li > ul > li:hover{ padding-left:10px;}
.firstNav > ul > li > ul > li:hover a{ color:#fda700;}
.firstNav > ul > li > ul > li{ margin:5px 0; width:100%; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;}
.firstNav > ul > li > ul > li p{ color:#999999; margin:0; padding:0; font-size:11px; font-style:italic; line-height:15px;}
.firstNav > ul > li > ul > li:hover p{ color:#2a3740;}
.firstNav > ul > li:hover ul li a{border-top:none;}
.firstNav > ul > li ul{ list-style:none; margin:0; padding:0 20px; border:1px solid #d4d4d4;}
.firstNav > ul > li:last-child{ border-right:none;}
.firstNav > ul > li:last-child .sub-menu{ left:auto; right:0;}
.headerTwo{ float:left; width:100%; position:relative; background:#2a3740; z-index:3}
.headerTwo .left-part{ float:left; width:42%; text-align:center; margin:0 4%;}
.headerTwo .mainHeading{ float:left; width:50%; text-align:center; font-weight:900; font-size:18px; color:#fff; margin:-13px 25% 10px; line-height:29px; background:#2b3740; border-radius:20px; border:2px solid #ffa800;}
.headerTwo .secondaryNav{ float:left; width:100%; margin-bottom:10px;}
.headerTwo .secondaryNav > ul{ list-style:none; margin:0; padding:0 10px; display:block; width:auto;}
.headerTwo .left-part .secondaryNav > ul{ float:none; display:inline-block;}
.headerTwo .secondaryNav > ul > li{ float:left; width:auto; margin:0 5px; padding:0 0; font-size:15px; position:relative;}
.headerTwo .secondaryNav > ul > li a{ padding:3px 15px; display:block; outline:none; text-decoration:none; color:#2a3740; border-radius:15px; background:#ffa800; font-weight:600; -webkit-box-shadow: -2px 2px 15px -1px rgba(0,0,0,0.29);
-moz-box-shadow: -2px 2px 15px -1px rgba(0,0,0,0.29);
box-shadow: -2px 2px 15px -1px rgba(0,0,0,0.29);}
.headerTwo .secondaryNav > ul > li:last-child a{border:none;}
.headerTwo .right-part{float:left; width:42%; text-align:center; margin:0 4%;}
.headerTwo .right-part .secondaryNav > ul{ float:none; display:inline-block;}
.headerTwo .secondaryNav > ul .sub-menu{ display: none;position: absolute;top: 100%;width: 360px;left:0;background:transparent;z-index:2; margin:-4px 0 0 -55px;}
.headerTwo .secondaryNav > ul li:hover > .sub-menu{ display:block; top:100%; position:absolute; left:0; padding:19px 0 0;}
.headerTwo .secondaryNav > ul li:hover a{ background:#fff; color:#2a3740;}
.headerTwo .secondaryNav > ul .sub-menu li{ border:none; color:#000; text-align:left; font-size:18px; font-weight:600;}
.headerTwo .secondaryNav > ul .sub-menu li a{ color:#ffa800; border:none; background:none; box-shadow:none;}
.headerTwo .secondaryNav > ul .sub-menu li p{ margin:0 0 10px; padding:0; font-size:14px; font-weight:300; line-height:18px; padding:0 15px; color:#2a3740;}
.headerTwo .secondaryNav > ul .sub-menu .sub-child{position: relative;background: #fff; border: 1px solid #cdcdcd; margin:0; padding:20px 50px; list-style:none;-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.46);
-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.46);
box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.46);}
.headerTwo .secondaryNav > ul .sub-menu .sub-child:after, .headerTwo .secondaryNav > ul .sub-menu .sub-child:before {bottom: 100%;left: 30%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;}
.headerTwo .secondaryNav > ul .sub-menu .sub-child:after {border-color: rgba(255, 255, 255, 0);border-bottom-color: #fff;border-width: 10px;margin-left: -10px;}
.headerTwo .secondaryNav > ul .sub-menu .sub-child:before {border-color: rgba(205, 205, 205, 0);border-bottom-color: #cdcdcd;border-width: 11px;margin-left: -11px;}
.headerTwo .right-part .secondaryNav > ul li:last-child .sub-menu{ left:auto; right:0;}
.headerTwo .right-part .secondaryNav > ul li:last-child .sub-menu .sub-child::after, .headerTwo .right-part .secondaryNav > ul li:last-child .sub-menu .sub-child::before{ left:auto; right:10%;}
.strip{ float:left; width:100%; text-align:center; font-size:12px; background:#fff; padding:5px 0; color:#666666; margin:0;-webkit-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.18);
box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.18);}
.headerTwo .secondaryNav > ul .sub-menu .sub-child .sub-child:after{ border:none;}
.headerTwo .secondaryNav > ul .sub-menu .sub-child .sub-child:before{ border:none;}
.headerTwo .secondaryNav > ul .sub-menu .sub-child .sub-child{ box-shadow:none; padding:0px 15px; border:none;}
.headerTwo .secondaryNav > ul .sub-menu .sub-child .sub-child a{ color:#2a3740; font-size:14px; padding:0 15px;}
.noDisplay{ display:none;}
.plansLifestageMain{ float:left; width:100%;}
.planHeading{ float:left; width:100%; background:#2a3740; color:#fff; font-size:24px; font-weight:600; padding:12px 38px;}
.planHeading h2{font-size:24px; font-weight:600; margin:0; padding:0;line-height:30px;}
.plansLifestageMain .tabber{ float:left; width:100%; padding:20px 20px 20px 40px; background:#f9f9f9; -moz-box-shadow: 0px 6px 5px 2px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0px 6px 5px 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 6px 5px 2px rgba(0, 0, 0, 0.1) inset;}
.plansLifestageMain .tabber ul{ list-style:none; margin:0; padding:0;}
.plansLifestageMain .tabber ul li{ float:left; width:25%; margin-right:0; position:relative;}
.plansLifestageMain .tabber ul li:last-child{ margin-right:0;}
.plansLifestageMain .tabber ul li a{ text-decoration:none; outline:none; border:1px solid #f9f9f9; border-radius:20px; display:block; padding:12px 10px 45px; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out;}
.plansLifestageMain .tabber ul li a .radioBtn{ position:relative; top:4px; left:0; border:1px solid #fc9300; width:22px; height:22px; border-radius:100%; display:inline-block; background:#fff; margin-right:10px;}
.plansLifestageMain .tabber ul li a.active .radioBtn::after{ content:"."; position:absolute; right:1px; bottom:19px; font-size:65px; color:#2b3740;}
.plansLifestageMain .tabber ul li a.active { border:1px solid #fc9300; background:#ffa800;}
.plansLifestageMain .tabber ul li a.active .thumb{border:1px solid #fc9300;}
.plansLifestageMain .tabber ul li .thumb{ display:block; width:98%; margin:0 1%; border-radius:20px; overflow:hidden;border:1px solid #999999;}
.plansLifestageMain .tabber ul li .thumb img{ width:100%; height:100%;}
.plansLifestageMain .tabContent{ float:left; width:100%;}
.plansLifestageMain .tabContent [type="radio"]:checked,
.plansLifestageMain .tabContent [type="radio"]:not(:checked) {position: absolute;left: -9999px;}
.plansLifestageMain .tabContent [type="radio"]:checked + label,
.plansLifestageMain .tabContent [type="radio"]:not(:checked) + label{position: relative; padding-left: 30px; cursor: pointer; line-height: 20px; display: inline-block;color:#000; margin-right:20px}
.plansLifestageMain .tabContent [type="radio"]:checked + label:before,
.plansLifestageMain .tabContent [type="radio"]:not(:checked) + label:before { content: '';position: absolute;left: 0; top: 0; border-radius:100%;width:16px;height: 16px;border: 1px solid #fc9300;background: #fff; box-shadow:0 4px 7px rgba(0, 0, 0, 0.1) inset;}
.plansLifestageMain .tabContent [type="radio"]:checked + label:after,
.plansLifestageMain .tabContent [type="radio"]:not(:checked) + label:after {content: '';width: 8px;height: 8px; border-radius:100%; background:#ffa800;position: absolute;top: 5px;left: 5px;-webkit-transition: all 0.2s ease; transition: all 0.2s ease;}
.plansLifestageMain .tabContent [type="radio"]:not(:checked) + label:after {opacity: 0;-webkit-transform: scale(0);transform: scale(0);}
.plansLifestageMain .tabContent [type="radio"]:checked + label:after {opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
.plansLifestageMain .tabContent .chooseOptions{ display:inline-block; margin-left:30px;}
.plansLifestageMain .tabContent .objects{ float:left; width:100%; background:#e4e4e4; padding:15px 40px; font-size:18px; font-weight:300; color:#000;}
.plansWrapper{ float:left; width:100%; margin:0;}
.plansWrapper .plans{ float:left; width:100%; position:relative; background:#f9f9f9; padding:40px 3% 40px;}
.plansWrapper .plans .plan{ float:left; width:90%; text-align:center; padding:10px; margin:0 5%; border:1px solid #ffa800; border-radius:15px; background:#fff; min-height:220px;}
.plansWrapper .plans .plan h2{ font-weight:900; font-size:22px; color:#2b3740; padding:20px 0; border-bottom:1px solid #e5e5e5; margin:0; line-height:20px;}
.plansWrapper .plans .plan p{ margin:10px 0; line-height:15px; color:#2b3740;}
.plansWrapper .know-btn{ display:block; margin:10px 0; line-height:25px; position:absolute; left:0; right:0; margin:0 auto; bottom:8%;}
.plansWrapper .know-btn a{ text-decoration:none; outline:none; color:#2a3740; display:inline-block; padding:0 20px; font-size:13px;background:#ffa800; font-weight:600; border-radius:15px; -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.33);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.33);
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.33);}
.plansWrapper .slick-prev { background: url(../img/prev.png) no-repeat scroll left top; height: 78px;left:-2%;top: 55%; width: 36px;z-index:6;}
.plansWrapper .slick-next { background: url(../img/next.png) no-repeat scroll left top;height: 78px; right: -3.5%; top: 55%; width: 36px;z-index:6;}
.plansWrapper .plans .slick-prev.slick-arrow.slick-disabled, .plansWrapper .plans .slick-next.slick-arrow.slick-disabled{ opacity:0.3;}
.plansLifestageMain .objects ul{ list-style:none; margin:0; padding:0;}
.plansLifestageMain .objects ul li{ margin:0; padding:0; display:inline-block;font-size:14px;}
.show-search{ width:0px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;}
.show-search.serchwidth{ width:170px;}
.spotlightBanner{ float:left; width:100%; background:url(../img/spotlight-1.jpg) center top no-repeat; height:508px;}
.formMain{ float:left; width:280px; margin:30px 20px; padding:0; background:#2a3740; border-radius:20px; padding:10px; box-sizing:border-box; position:absolute; left:0; top:0; z-index:2;-webkit-box-shadow: 3px 6px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 3px 6px 5px 0px rgba(0,0,0,0.3);
box-shadow: 3px 6px 5px 0px rgba(0,0,0,0.3);}
.formMain h2{ font-size:15px; color:#fff; margin:10px 0; font-weight:600; text-transform:uppercase; padding-left:10px;}
.formMain input[type="text"], .formMain select{ color:#aaaeb2; outline:none; font-size:12px; margin:5px 0; padding:0 20px; border-radius:20px; border:1px solid #607285; -moz-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1) inset;     -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1) inset;     box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1) inset; line-height:35px; height:35px; display:block; width:100%; }
.formMain select{ appearance:none; -webkit-appearance: none; -moz-appearance: none; background:#fff url(../img/down-arrow.png) no-repeat right 10px center;}
.formMain select:focus::-ms-value {background-color: transparent; color:#aaaeb2;}

.formMain textarea{ font-size:12px;outline:none; resize:none; height:52px; color:#787777; background:#dbd9d9;-moz-box-shadow: 2px 4px 5px 2px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 2px 4px 5px 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 2px 4px 5px 2px rgba(0, 0, 0, 0.1) inset; padding:0 20px;margin:5px 0; line-height:35px; border:none; width:100%; display:block; border-radius:20px;}	
.formMain .captchaMain{ display:block; width:100%; margin:10px 0; float:left;}	
.formMain .captchaMain .cap-text{ float:left; width:auto; font-size:13px; color:#fff; padding:5px 0 0;}
.formMain .captchaMain .cap-img{ float:left; width:59px; height:31px; margin:0 10px;}
.formMain .captchaMain .repeat{ float:left; width:auto; padding:5px 0 0;}
.formMain .captchaMain .cap-value{ float:left; width:105px; margin:0 0 0 10px;}
.formMain .captchaMain input[type="text"]{ margin:0; line-height:30px; height:30px;}
.formMain .agree{ float:left; width:100%; display:table; margin:10px 0;}
.formMain .agree span{ padding:0 0 0 10px; display:table-cell; vertical-align:top; color:#fff; font-size:11px; line-height:14px; font-weight:300;}
.formMain .submit{ float:left; width:100%; text-align:center; margin-bottom:10px;}
.formMain .submit a{ text-decoration:none; display:inline-block; outline:none; border-radius:20px; background:#f0f1f2; color:#2f4053; text-transform:uppercase; font-size:14px; font-weight:600; padding:0 30px; line-height:30px; height:30px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;}
.formMain .submit a:hover{ background:#ffa800; color:#fff;}
.home-main-banner{ float:left; width:100%; position:relative; min-height:508px; overflow:hidden;}
.home-main-banner img{ max-width:100%;}
.home-main-banner .slick-dots{ bottom:2%;}
.home-main-banner .slick-dotted.slick-slider{ margin-bottom:0;}
.home-main-banner .slick-dots li button::before{ font-size:70px;}
.how-much{ float:left; width:100%;}
.how-much .find-out{ float:left; width:100%; background:#2a3740; font-size:24px; font-weight:400; padding:10px 38px; line-height:30px; color:#fff;}
.how-much .find-out h1{ margin:0; padding:0;font-size:24px; font-weight:400; line-height:30px;}
.how-much .calculation-main{ float:left; width:100%; background:#ffa800;-moz-box-shadow: 2px 6px 5px 2px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 2px 6px 5px 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 2px 6px 5px 2px rgba(0, 0, 0, 0.1) inset; display:table;}
.calculation-main .calculate{ float:left; width:100%; padding:0 10px;}
.calculation-main .calc-left{ float:left; width:72%; vertical-align:middle; padding-top:10px;}
.calculation-main .calc-right{ float:left;width:26%; vertical-align:middle;}
.calculation-main .calculate .category{ float:left; width:20%; color:#000; font-size:14px; padding:10px 0px 10px 30px;}	
.calculation-main .calculate .cal-rang{ float:left; width:57%; margin:15px 0; padding:0 30px 0 10px}	
.calculation-main .calculate .cal-amount{ float:left; width:20%; -moz-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1) inset; line-height:35px; height:35px; display:block; font-size:18px; margin:5px 0; background:#fff; border-radius:20px; padding:0 20px; margin:7px 10px;}	
.calculation-main .ui-widget.ui-widget-content{ border:none; background:#fff; border-radius:20px;}
.calculation-main .ui-slider-range.ui-corner-all.ui-widget-header.ui-slider-range-max{ border-radius:20px; background:#fff;}
.calculation-main .ui-slider-handle.ui-corner-all.ui-state-default{ background:#fff; outline:none; color:#2a3740; min-width:50px; font-size:32px; font-weight:600; border-radius:21px;height: 1.6em;top: 50%;margin-top: -.8em;text-align: center;line-height: 1.6em; padding:0 6px; width:auto;-webkit-box-shadow: 3px 6px 5px 0px rgba(0,0,0,0.3); -moz-box-shadow: 3px 6px 5px 0px rgba(0,0,0,0.3); box-shadow: 3px 6px 5px 0px rgba(0,0,0,0.3);}
.calculation-main .calculate .left{ float:left; width:auto; margin:5px 0; padding:0; font-size:12px; position:relative;}
.calculation-main .calculate .right{ float:right; width:auto; margin:5px 0; padding:0;font-size:12px;}
.calculation-main .calculate [type="radio"]:checked,
.calculation-main .calculate [type="radio"]:not(:checked) {position: absolute;left: -9999px;}
.calculation-main .calculate [type="radio"]:checked + label,
.calculation-main .calculate [type="radio"]:not(:checked) + label{position: relative; margin-right:15px;padding-left: 27px;cursor: pointer;line-height: 20px;display: inline-block;color: #000;}
.calculation-main .calculate [type="radio"]:checked + label:before,
.calculation-main .calculate [type="radio"]:not(:checked) + label:before {content: ''; position: absolute; left: 0; top: 0;width: 16px;height: 16px;border-radius: 100%; background: #fff;}
.calculation-main .calculate [type="radio"]:checked + label:after,
.calculation-main .calculate [type="radio"]:not(:checked) + label:after { content: '';width: 8px; height: 8px;background: #2a3740; position: absolute;top: 4px;left: 4px;border-radius: 100%;-webkit-transition: all 0.2s ease;transition: all 0.2s ease;}
.calculation-main .calculate [type="radio"]:not(:checked) + label:after {opacity: 0;-webkit-transform: scale(0); transform: scale(0);}
.calculation-main .calculate [type="radio"]:checked + label:after {opacity: 1; -webkit-transform: scale(1); transform: scale(1);}
.calcSpace{ margin-top:20px !important;}
.calculation-main .result-amt{ float:left; width:100%; background:#fff; padding:35px 25px;}
.calculation-main .result-amt h2{ font-weight:300; font-size:24px; line-height:26px; margin:20px 0 10px;}
.calculation-main .result-amt .amount{ font-size:42px; font-weight:600; margin:20px 0;}
.calculation-main .result-amt i{ font-size:38px; font-weight:300;}
.calculation-main .result-amt .btn{ display:block; margin:20px 0;}
.calculation-main .result-amt .btn a{ text-decoration:none; outline:none; color:#000; background:#ffa800; font-size:18px; font-weight:600; padding:0 40px; line-height:40px; height:40px; display:inline-block; border-radius:15px;-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.33);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.33);
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.33);}
.plansLifestageMain .plan-for{ float:left; width:100%; margin:10px 0; padding:0; position:relative; padding:0 0 0 20px;}
.plansLifestageMain a{ text-decoration:none; color:#000; font-size:18px; font-weight:600;}
footer{ float:left; width:100%;}
footer .container{ position:relative; z-index:6;}
.footerMain{ float:left; width:100%;}
.footer-section-one{float:left; width:100%; background:#2a3740; color:#fff; padding:25px 15px;}
.footer-section-one .box{ float:left; width:37%; border-right:1px solid #959ba0; margin-right:5%; min-height:190px;}
.footer-section-one .box.box1{ width:16%; border-right:none; margin-right:0;}
.footer-section-one .box ul{ list-style:none; margin:10px 0 0 5px; padding:0; float:left; width:45%;}
.footer-section-one .box ul li{ display:block; font-size:12px; font-weight:300; line-height:20px;}
.footer-section-one .box ul li a{ text-decoration:none; outline:none; color:#fff;}
.footer-section-one .box ul li a:hover{ text-decoration:underline;}
.footer-section-one .box.box1 ul{ width:100%;}
.footer-section-one .box h2{ text-transform:uppercase; font-weight:600; font-size:17px; margin:0;}
.footer-section-two{float:left; width:100%; padding:25px 20px;}
.footer-section-two .foot-address{ float:left; width:55%; font-size:12px; line-height:18px; color:#000;}
.footer-section-two .foot-address a{ text-decoration:none; outline:none; color:#000;}
.footer-section-two .foot-address a:hover{ text-decoration:underline;}
.footer-section-two .socialIcons{ float:right; width:auto;}
.footer-section-two .socialIcons h2{text-transform:uppercase; font-weight:600; font-size:16px; margin:0 0 5px 0;}
.footer-section-two .socialIcons a{ text-decoration:none; outline:none; font-size:30px; display:inline-block; margin:0 15px 0 0; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; position:relative; top:0;}
.footer-section-two .socialIcons a:hover{ top:-4px;}
.footer-section-three{ float:left; width:100%; font-size:12px; color:#000; background:#e6e7e9; padding:20px;}
.footer-section-three p{ margin:5px 0; padding:0;}
.footer-section-three ul{ margin:0 0 0 7px; padding:0; list-style:none;}
.copy-rt{ float:left; width:100%; text-align:center; font-size:12px; margin:10px 0 20px; color:#000;}
.right-sticky{ position:fixed; right:2px; top:45%; max-width:220px; width:100%; z-index:5;}
.right-sticky ul{ list-style:none; margin:0; padding:0;}
.right-sticky ul li{ font-size:16px; font-weight:600; color:#2a3740; margin:6px 0; float:left; width:100%; position:relative;}
.right-sticky ul li a{ background:#2a3740; display:block; float:right; width:43px; overflow:hidden; border-radius:15px; text-decoration:none; outline:none; color:#fff; line-height:43px; height:43px; padding:0; text-transform:uppercase; font-weight:600; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;}
.right-sticky ul li span{ padding:0 20px;}
.right-sticky ul li a div.icon1{ float:right; width:43px; height:43px; background:url(../img/icon-1.png) center 10px no-repeat;}
.right-sticky ul li a div.icon2{ float:right; width:43px; height:43px; background:url(../img/icon-2.png) center 10px no-repeat;}
.right-sticky ul li a div.icon3{ float:right; width:43px; height:43px; background:url(../img/icon-3.png) center 10px no-repeat;}
.right-sticky ul li a div.icon4{ float:right; width:43px; height:43px; background:url(../img/icon-4.png) center 7px no-repeat;}
.right-sticky ul li a:hover{ background:#ffa800; color:#2a3740; width:100%;}
.right-sticky ul li a:hover div.icon1{ background-position:center -23px;}
.right-sticky ul li a:hover div.icon2{ background-position:center -27px;}
.right-sticky ul li a:hover div.icon3{ background-position:center -25px;}
.right-sticky ul li a:hover div.icon4{ background-position:center -34px;}

.right-sticky ul li.share-row{ background:#2a3740; display:block; float:right; width:43px; overflow:hidden; border-radius:15px; text-decoration:none; outline:none; color:#fff; line-height:43px; height:43px; padding:0; text-transform:uppercase; font-weight:600; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;}
.right-sticky ul li.share-row a{ background:none;}
.right-sticky ul li.share-row a div.icon1 { width:40px;}
.right-sticky ul li.share-row:hover{ background:#ffa800; color:#2a3740; width:100%;}
.right-sticky ul li.share-row .share-icon a { background:none; width: 40px; height:43px; line-height:43px; padding:0 10px; transition:none; border-radius:0; display:inline-block;}
.right-sticky ul li.share-row a:hover div.icon1 { width:40px;}
.right-sticky ul li.share-row a:hover { width:auto;}
.right-sticky ul li.share-row .share-icon a img { max-width:100%;}
.right-sticky ul li.share-row .share-icon { float: left; width: 80%; padding:0; opacity:0; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;}
.right-sticky ul li.share-row:hover .share-icon { opacity:1; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;}
.right-sticky ul li.share-row .share-icon a { width:42px;}


.left-sticky{position:fixed; left:2px; top:48%; max-width:190px; width:100%; z-index:5;}
.left-sticky ul{ list-style:none; margin:0; padding:0;}
.left-sticky ul li{ font-size:16px; font-weight:600; color:#2a3740; margin:6px 0; float:left; width:100%; position:relative;}
.left-sticky ul li a{ background:#2a3740; display:block; float:left; width:43px; overflow:hidden; border-radius:15px; text-decoration:none; outline:none; color:#fff; line-height:43px; height:43px; padding:0; text-transform:uppercase; font-weight:600; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;}
.left-sticky ul li span{ padding:0 10px;}
.left-sticky ul li a div.icon1{ float:left; width:43px; height:43px; background:url(../img/icon-5.png) center 14px no-repeat;}
.left-sticky ul li a div.icon2{ float:left; width:43px; height:43px; background:url(../img/icon-6.png) center 6px no-repeat;}
.left-sticky ul li a div.icon3{ float:left; width:43px; height:43px; background:url(../img/icon-7.png) center 10px no-repeat;}
.left-sticky ul li a:hover{ background:#ffa800; color:#2a3740; width:100%;}
.left-sticky ul li a:hover div.icon1{ background-position:center -21px;}
.left-sticky ul li a:hover div.icon2{ background-position:center -27px;}
.left-sticky ul li a:hover div.icon3{ background-position:center -26px;}
.menu-link, .closeBtn{ display:none;}
.get-a-call, .close{ display:none;}
.mob-foot-links{ display:none;}
/**** Plan Listing Page ******/
.plan-wrapper{ float:left; width:100%;}
.head-content{ float:left; width:66%; text-align:center; margin:20px 17%;}
.head-content h2, .head-content h1{ font-size:56px; color:#ffa800; line-height:100%; margin:10px 0; font-weight:300; padding:20px 0; border-bottom:2px solid #ffa800;}
.head-content h2 span, .head-content h1 span{ font-size:24px; color:#2a3740; display:block; font-weight:400; line-height:28px;}
.head-content p{ font-size:16px; color:#666666; line-height:27px; padding:0; margin:10px 0;}
.plansListMain{float:left; width:100%;-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.47); -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.47); box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.47); margin-bottom:30px;}
.fl-right{ float:right;}
.fl-left{ float:left;}
.discpBox{ padding:4% 5% 0 4%; display:block; width:35%;}
.discpBox .thumbImage{ float:left; width:100%; margin:0 0 20px; padding:0 0 0 10px;}
.discpBox h3, .discpBox h2{ font-size:30px; color:#2a3740; border-bottom:2px solid #ffa800; font-weight:500; padding:0 0 10px 10px; margin:10px 0; line-height:100%;}
.discpBox p{ font-size:16px; color:#2a3740; padding:0 0 0 10px; margin:10px 0; line-height:22px;}
.plan-wrapper .btn{ display:block; width:100%; margin:20px 0; padding:0 10px;}
.plan-wrapper .btn a{ text-transform:uppercase; text-decoration:none; outline:none; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; color:#000; background:#ffa800; line-height:32px; height:32px; padding:0 35px; display:inline-block; border-radius:10px; font-size:16px; font-weight:600; -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.15);box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.15);}
.plan-wrapper .btn a:hover{ color:#fff;}
.imageBox{ padding:0; display:block; width:65%;}
.plan-wrapper img{ max-width:100%;}
.planList{ float:left; width:100%; border:1px solid #d8d8d8; margin-bottom:25px;}
.planList:last-child{ margin-bottom:0;}
/**** End Plan Listing Page ******/

/****  Product  Page ******/
.parametersMain{ float:left; width:100%; background:#f9f9f9;}
.parametersMain .resp-tabs-list{ float:left; width:40%; background:#fff; border-radius:15px; -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2); -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2); box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);}
.parametersMain .resp-tabs-container{ border:none; float:left; width:62%; background:#fff; border-radius:15px; margin-left:3%; -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2); -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2); box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);}
.parametersMain .parameterTab{ float:left; width:90%; margin:30px 5%;}
.parametersMain  ul.resp-tabs-list{ list-style:none; margin:0; padding:20px 35px 10px;}
.parametersMain ul.resp-tabs-list li{ float:left; width:100%; border-bottom:1px solid #ffa800; font-size:20px; line-height:18px; padding-top:10px; padding-bottom:10px; font-weight:400;}
.parametersMain ul.resp-tabs-list li span{ display:block; width:100%; font-size:13px;}
.parametersMain ul.resp-tabs-list li:last-child{ border-bottom:none;}
.parametersMain ul.resp-tabs-list li a{ text-decoration:none; outline:none; color:#2b3740; display:block; padding:20px 20px 20px 70px; border-radius:15px;}
.parametersMain ul.resp-tabs-list li.resp-tab-active a{ color:#fff;}
.parametersMain ul.resp-tabs-list li a.icon-image1{ background:url(../img/parameter-icon-1.png) 10px 9px no-repeat;}
.parametersMain ul.resp-tabs-list li a.icon-image2{ background:url(../img/parameter-icon-2.png) 10px 9px no-repeat;}
.parametersMain ul.resp-tabs-list li a.icon-image3{ background:url(../img/parameter-icon-3.png) 10px 14px no-repeat;}
.parametersMain ul.resp-tabs-list li a.icon-image4{ background:url(../img/parameter-icon-4.png) 10px 17px no-repeat;}
.parametersMain ul.resp-tabs-list li a.icon-image5{ background:url(../img/parameter-icon-5.png) 10px 18px no-repeat;}
.parametersMain ul.resp-tabs-list li a.icon-image6{ background:url(../img/parameter-icon-6.png) 10px 13px no-repeat;}
.parametersMain ul.resp-tabs-list li a.icon-image7{ background:url(../img/parameter-icon-7.png) 10px 15px no-repeat;}
.parametersMain ul.resp-tabs-list li a.icon-image8{ background:url(../img/parameter-icon-8.png) 10px 13px no-repeat;}
.parametersMain ul.resp-tabs-list li a.icon-image9{ background:url(../img/parameter-icon-9.png) 10px 15px no-repeat;}
.parametersMain ul.resp-tabs-list li a.icon-image10{ background:url(../img/parameter-icon-10.png) 10px 15px no-repeat;}
.parametersMain ul.resp-tabs-list li a.icon-image11{ background:url(../img/parameter-icon-11.png) 10px 15px no-repeat;}
.parametersMain ul.resp-tabs-list li a.icon-image12{ background:url(../img/parameter-icon-12.png) 10px 15px no-repeat;}
.parametersMain ul.resp-tabs-list li a.icon-image13{ background:url(../img/parameter-icon-13.png) 10px 15px no-repeat;}
.parametersMain ul.resp-tabs-list li.resp-tab-active a.icon-image1{ background-position:10px -53px; background-color:#2b3740;}
.parametersMain ul.resp-tabs-list li.resp-tab-active a.icon-image2{ background-position:10px -53px; background-color:#2b3740;}
.parametersMain ul.resp-tabs-list li.resp-tab-active a.icon-image3{ background-position:10px -44px; background-color:#2b3740;}
.parametersMain ul.resp-tabs-list li.resp-tab-active a.icon-image4{ background-position:10px -45px; background-color:#2b3740;}
.parametersMain ul.resp-tabs-list li.resp-tab-active a.icon-image5{ background-position:10px -45px; background-color:#2b3740;}
.parametersMain ul.resp-tabs-list li.resp-tab-active a.icon-image6{ background-position:10px -50px; background-color:#2b3740;}
.parametersMain ul.resp-tabs-list li.resp-tab-active a.icon-image7{ background-position:10px -43px; background-color:#2b3740;}
.parametersMain ul.resp-tabs-list li.resp-tab-active a.icon-image8{ background-position:10px -50px; background-color:#2b3740;}
.parametersMain ul.resp-tabs-list li.resp-tab-active a.icon-image9{ background-position:10px -48px; background-color:#2b3740;}
.parametersMain ul.resp-tabs-list li.resp-tab-active a.icon-image10{ background-position:10px -86px; background-color:#2b3740;}
.parametersMain ul.resp-tabs-list li.resp-tab-active a.icon-image11{ background-position:10px -48px; background-color:#2b3740;}
.parametersMain ul.resp-tabs-list li.resp-tab-active a.icon-image12{ background-position:10px -48px; background-color:#2b3740;}
.parametersMain ul.resp-tabs-list li.resp-tab-active a.icon-image13{ background-position:10px -48px; background-color:#2b3740;}
.parametersMain ul.resp-tabs-list li.resp-tab-active{ border-top:none; border-left:none; border-right:none;}
.parametersMain .resp-vtabs ul.resp-tabs-list{ width:35%;}
.parametersMain .resp-vtabs .resp-tabs-container{ min-height:480px; padding:0% 3%; color:#2b3740;}
.parametersMain .mainHeading{ font-size:52px; font-weight:300; margin:30px 0 10px; padding:0 5%; color:#2b3740;}
.parametersMain .parameters{ float:left; width:100%;}
.parametersMain .parameters .heading{ display:inline-block; font-size:34px; font-weight:400; border-bottom:3px solid #ffa800; padding:10px 0; clear:both; color:#2b3740;}
.parameters .heading h3{ margin:0; padding:0;display:inline-block; font-size:30px; font-weight:400; line-height: 1; vertical-align: middle;}
.parametersMain .parameters .heading span{ margin-right:20px; vertical-align: middle;}
.parametersMain .parameters ul{ margin:20px 0 0; padding:0; list-style:none;}
.parametersMain .parameters ul li{ display:block; background:url(../img/yellow-dot.png) left 5px no-repeat; padding-left:20px; margin:10px 0; font-size:18px; font-weight:400; color:#2b3740; float:left; width:100%; border-bottom:1px solid #ffa800; padding-bottom:20px;}
.parametersMain .parameters ul li:last-child{ border-bottom:none;}
.parametersMain .parameters ul li p{font-size: 15px; margin: 10px 0 0;padding: 0;padding-left: 0px;line-height: 16px;}
.parametersMain .parameters h4{ font-size:18px;}
.parametersMain .parameters .years{ float:left; width:45%; margin:20px 0 0 0;}
.parametersMain .parameters .years p, .parametersMain .parameters .years .year-rang span{ font-size:15px; margin:0; padding:0; line-height:14px;}
.parametersMain .parameters .years p{ padding-left:0; font-size:16px;}
.parametersMain .parameters .years .year-rang{ margin:0; padding:0; color:#ffa800; font-weight:900; float:left; width:auto; font-size:24px; line-height:40px;}
.parametersMain .parameters .years .year-rang span{ display:block; color:#2b3740; font-weight:400; text-align:left; font-size: 13px;}
.parametersMain .parameters .yearBig{padding:0; color:#ffa800; font-weight:900; float:left; width:100%; font-size:24px; line-height:35px; margin:10px 0 10px 0;}
.parametersMain .parameters .yearBig span{ font-size:16px; display:block; color:#2b3740; font-weight:400; line-height: 20px;}
.parametersMain .parameters .years .year-rang.big{ font-size:100px; line-height:100px;}
.parametersMain .parameters ul.main-li{ display:block; width:100%;}
.featuredMain{ float:left; width:100%; margin:30px 0; -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2); -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2); box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);}
.featuredMain .tabber{ float:left; width:90%; margin:0 5%;}
.featuredMain .tabber ul{ list-style:none; margin:20px 0; padding:0 0 30px; border-bottom:1px solid #d7d7d7; float:left; width:100%;}
.featuredMain .tabber ul li{ float:left; width:30%; font-size:38px; border-right:1px solid #d7d7d7; margin:0 1.5%; padding:20px 0; text-align:center;}
.featuredMain .tabber ul li:last-child{ border-right:none;}
.featuredMain .tabber ul li a{ text-decoration:none; outline:none; color:#2b3740; padding:5px 25px; border-bottom:2px solid #2b3740; position:relative; font-weight:300;}
.featuredMain .tabber ul li a.active{border-bottom:2px solid #ffa800;font-weight:400; color:#ffa800;}
.featuredMain .tabber ul li a.active:after{top: 100%;left: 50%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-color: rgba(255, 168, 0, 0);border-top-color: #ffa800;
border-width: 10px;margin-left: -10px;}
.featuredMain .tabContent{ float:left; width:100%;}
.featuredMain .tabContent .content-detail{ float:left; width:90%; margin:0 5%; color:#666666; padding-bottom:20px;}
.featuredMain .tabContent .content-detail p{ font-size:16px;}
.featuredMain .tabContent .content-detail .why-buy-main{ float:left; width:100%; margin:10px 0 20px;}
.featuredMain .tabContent .content-detail .why-buy-main .why-buy{ float:left; width:33%; padding-right:7%;}
.featuredMain .tabContent .content-detail .why-buy-main .why-buy h2, .featuredMain .tabContent .content-detail .why-buy-main .why-buy .why-sub-head{ display:block; width:100%; font-size:18px; font-weight:400; padding:0 0 10px; border-bottom:1px solid #ffa800; color:#2b3740; margin:10px 0;}
.featuredMain .tabContent .content-detail .why-buy-main .why-buy p{ font-size:16px; font-weight:400; color:#2b3740; }
.featuredMain .tabContent .content-detail .discp{ float:left; width:100%; margin:0%;}
.featuredMain .tabContent .content-detail .discp p{ margin-bottom:20px; font-size:16px;}
.featuredMain .tabContent .benifitsMain{ float:left; width:100%; margin-bottom:30px;}
.featuredMain .tabContent .benifitsMain .heading{ float:left; width:100%; margin:10px 0;  color:#2b3740; font-size:20px; font-weight:600;}
.featuredMain .tabContent .benifitsMain .heading span{ display:inline-block; border-bottom:3px solid #ffa800; padding:0 0 10px 0; min-width:210px;}
.featuredMain .tabContent .benifitsMain ul.criteria{ float:left; width:100%; margin:20px 0%; list-style:none; padding:0;}
.featuredMain .tabContent .benifitsMain ul.criteria li{ float:left; width:21%; margin:0 2%; padding:1% 2%; text-align:center; font-size:14px; border-radius:15px; border:2px solid #ffa800; min-height:225px;}
.featuredMain .tabContent .benifitsMain ul.criteria li h2, .featuredMain .tabContent .benifitsMain ul.criteria li .c-head{ display:block; width:100%; font-size:16px; color:#2b3740; font-weight:600; min-height:72px; border-bottom:2px solid #ffa800; padding-bottom:10px; text-transform:uppercase;}
.featuredMain .tabContent .benifitsMain ul.criteria li p{ font-size:14px; color:#2b3740; font-weight:400;}
.featuredMain .tabContent .benifitsMain .b-content{ display:block; float:left; width:100%; margin:5px 0;}
.featuredMain .tabContent .benifitsMain .b-content h2{font-size:18px; color:#2b3740; font-weight:600;}
.featuredMain .tabContent .benifitsMain .b-content p{ font-size:16px; color:#2b3740; font-weight:400; padding-left:0;}
.featuredMain .tabContent .tax-ben{ font-style:italic; margin:30px 0 0; display:block; float:left; width:100%;}
.featuredMain .tabContent .how-works-breif{ float:left; width:100%; text-align:center; margin:30px 0 20px; padding:2% 3%; background:#f9f9f9; font-size:20px; color:#2b3740; line-height:30px; font-weight:400;}
.featuredMain .tabContent .how-works-breif p{ margin:10px 0 20px;}
.featuredMain .tabContent .note{ float:left; width:100%; border-top:3px solid #ffa800; padding:20px 0; font-size:14px;}
.featuredMain .tabContent .note p{ margin-bottom:20px;}
.downloads-brouch{ float:left; width:94%; margin:30px 3%; padding:0;}
.downloads-brouch h2{ font-size:40px; color:#2b3740; font-weight:400; margin:20px 0; padding:0;}
.downloads-brouch  ul{ list-style:none; margin:20px 0 0; padding:0; display:block; width:100%; float:left;}
.downloads-brouch  ul li{ float:left; width:30%; margin-right:3%; margin-bottom:3%; -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2); -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2); box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2); padding:2%;}
.downloads-brouch  ul li a{ text-decoration:none; outline:none; display:table; float:left; width:100%;}
.downloads-brouch  ul li img{ max-width:100%;}
.downloads-brouch  ul li .icon{ display:table-cell; width:25%;}
.downloads-brouch  ul li .title{ display:table-cell; width:85%;}
.downloads-brouch  ul li .title h3, .downloads-brouch  ul li .title .download-Head{ font-size:21px; font-weight:400; margin:0 0 7px 0; padding:0;color:#2b3740; display:block; width:100%;}
.downloads-brouch  ul li .title p{ font-size:16px; font-weight:400; margin:0; padding:0;color:#a3a6a9;}
.clear{ clear:both;}
.breadcrumb{ float:left; width:100%;font-size:13px; background:#fff; padding:6px 0; color:#666666; margin:0;-webkit-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.18);
box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.18); text-transform:capitalize; position:relative; z-index:7;}
.breadcrumb a{ text-decoration:none; outline:none; color:#2b3740; margin-right:20px; position:relative;}
.breadcrumb a:hover{ text-decoration:underline;}
.breadcrumb a:after{ content:">"; position:absolute; right:-15px; top:0; color:#666666;}
.plansListMain.funds-Nav .discpBox h3, .plansListMain.funds-Nav .discpBox h2{ font-size:26px;}
.plansListMain.funds-Nav .discpBox.upAlign{ padding:2% 5% 0 4%;}
.inner-main-banner{float:left; width:100%; position:relative;}
.innerBanner{ float:left; width:100%;}
.innerBanner img{ max-width:100%;}
.innerBanner .bannerContent{ position:absolute; width:40%; right:0; top:200px; padding:0 3%;}
.innerBanner .bannerContent h2{ text-align:center; font-weight:300; font-size:34px; color:#252626; line-height:100%; margin:0; padding:0;}
.innerBanner .bannerContent p{ font-weight:300; font-size:16px; color:#252626; line-height:100%; margin:0; padding:0;}
.innerBanner .bannerContent .btn{ display:block; font-size:21px; color:#2b3740; font-weight:600; text-align:center; margin:50px 0 20px;}
.innerBanner .bannerContent .btn a{ text-decoration:none; outline:none;-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; color:#000; background:#ffa800; line-height:40px; height:40px; padding:0 60px; display:inline-block; border-radius:10px; font-size:21px; font-weight:600; -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.15);box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.15); text-transform:uppercase;}
.innerBanner .bannerContent .btn a:hover{ color:#fff;}
/**** End Product Page ******/

/****** About Us ***********/
.aboutListMain{ float:left; width:100%; -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.47); -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.47); box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.47); margin-bottom:30px;}
.aboutListMain .aboutList{ float:left; width:100%; border-top:1px solid #d7d7d7;}
.aboutListMain .aboutList .imageBox{ width:39%;}
.aboutListMain .aboutList .discpBox{ width:61%; min-height:394px; position:relative; color:#697075;}
.aboutListMain .aboutList .discpBox p{color:#697075; padding-right:15%;}
.aboutListMain .aboutList h2{ font-size:46px; color:#ffa800; font-weight:300; margin:0; padding:0 0 0 10px; border-bottom:none; line-height:100%;}
.aboutListMain .aboutList h3{ font-size:20px; margin-right:20%; line-height:24px; padding:0 0 15px 10px;}
.aboutListMain .aboutList .btn a{ font-size:15px; height:25px; line-height:25px; padding:0 25px; text-transform:capitalize;}
.aboutListMain .aboutList .btn{ text-align:right; position:absolute; right:5%; bottom:2%;}
.aboutListMain .aboutList .tabber{ float:left; width:100%;}
.aboutListMain .aboutList .tabber ul{ list-style:none; margin:10px 0 0; padding:0;}
.aboutListMain .aboutList .tabber ul li{ float:left; width:33%; margin:0; border-right:1px solid #d7d7d7;}
.aboutListMain .aboutList .tabber ul li:last-child{ border-right:none;}
.aboutListMain .aboutList .tabber ul li a{ text-decoration:none; outline:none; display:inline-block; border-bottom:2px solid #2a3740; margin:0 20px; position: relative;}
.aboutListMain .aboutList .tabber ul li:first-child a{ margin-left:0px;}
.aboutListMain .aboutList .tabber ul li a.active{border-bottom:2px solid #ffa800;}
.aboutListMain .aboutList .tabber ul li a.active:after {top: 100%;left: 50%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-color: rgba(255, 168, 0, 0);border-top-color: #ffa800;border-width: 9px;margin-left: -9px;}
.aboutListMain .aboutList  .tabContent{ float:left; width:100%;}
.aboutListMain .aboutList .bankDiscp{float:left; width:100%; margin:20px 0;}
.aboutListMain .aboutList .bankDiscp h4{ font-size:15px; font-weight:700; margin:5px 0; padding:0;}
.aboutListMain .aboutList ul.common{ margin:10px 0; padding:0; list-style:none; float:left;  width:100%;}
.aboutListMain .aboutList  ul.common li{ display:block; background:url(../img/dot.png) left 5px no-repeat; width:100%; padding:0 0 0 20px; font-size:13px; border:none;}
.aboutListMain .aboutList .bankDiscp p{font-size:13px;}
.aboutListMain .aboutList .bankDiscp a{ text-decoration:none; outline:none; color:#697075;}
.aboutListMain .aboutList .bankDiscp a:hover{ text-decoration:underline;}
.aboutListMain .guiding-principle{ float:left; width:100%; margin:10px 0;}
.aboutListMain .guiding-principle ul{ margin:0; padding:0; list-style:none;}
.aboutListMain .guiding-principle ul li{ float:left; width:50%; margin:15px 0; font-size:20px; color:#2a3740;}
.aboutListMain .guiding-principle ul li span{ margin-right:20px;}
.aboutListMain .aboutList .imageBox img{-webkit-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.26); -moz-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.26); box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.26);}
.aboutListMain .our-team{ float:left; width:100%; position:relative;}
.aboutListMain .our-team .team-disp{ float:left; width:60%; position:absolute; left:0; top:0; padding:4% 5% 0 4%;}
.aboutListMain .our-team .team-head{ float:left; width:100%;}
.aboutListMain .our-team .team-head .discpBox{ margin:120px 0 0; min-height:280px;}
.aboutListMain .our-team .team-members{ float:left; width:100%; text-align:center; margin:30px 0 70px; padding:0 2%;}
.aboutListMain .our-team .team-disp h3{ margin:5px 0; font-weight:400; border-bottom:2px solid #ffa800; color:#2a3740;}
.aboutListMain .our-team .team-head h3{ border-bottom:none; margin:0; padding:0 0 0 10px; font-size:20px; color:#2a3740;}
.aboutListMain .our-team .team-head h4{ border-bottom:none; margin:0; padding:0 0 0 10px; font-size:18px; font-weight:400; color:#2a3740;}
.aboutListMain .aboutList .team-members h2{ font-size:24px; font-weight:600; color:#2a3740; margin:5px 0; padding:0;}
.aboutListMain .aboutList .team-members p{ color:#2a3740; font-size:16px; margin:0; padding:0;}
.aboutListMain .aboutList .team-members .thumb{ float:left; width:100%; margin-bottom:20px;}
.aboutListMain .aboutList .team-members .thumb img{ max-width:100%;-webkit-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.26); -moz-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.26); box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.26);border-radius:50%;}
.aboutListMain .aboutList .team-members .slick-slide{ cursor:pointer;}
.aboutListMain .aboutList .team-members .slick-current.slick-active .thumb img{ border:2px solid #ffa800;}
.aboutListMain .aboutList .team-members .slick-current.slick-active h2{ color:#ffa800;}
.aboutListMain .aboutList .team-members .slick-prev { background: url(../img/prev.png) no-repeat scroll left top; height: 78px;left:2%;top: 55%; width: 36px;z-index:4;}
.aboutListMain .aboutList .team-members .slick-next { background: url(../img/next.png) no-repeat scroll left top;height: 78px; right: 1%; top: 55%; width: 36px;z-index:4;}
.aboutListMain .aboutList .team-members .slick-prev.slick-arrow.slick-disabled, .aboutListMain .aboutList .team-members .slick-next.slick-arrow.slick-disabled{ opacity:0.3;}
.aboutListMain .aboutList .team-members .discp{ float:left; width:100%;}
.aboutListMain .aboutList .align{ display:block; padding-left:10px;}
.aboutListMain .aboutList .align h4{ font-size:20px; font-weight:600; margin:20px 0 5px; padding:0;}
.our-team-mob{ display:none;}
/****** End About Us *******/
.shield-benifits{ float:left; width:80%; margin:20px 10%;}
.shield-benifits .thumb-image{ float:left; width:25%;}
.shield-benifits .thumb-image img{ max-width:100%}
.shield-benifits .benifits{ float:left; width:70%; margin:0 0 0 20px;} 
.shield-benifits .benifits table{ text-align:left; margin:20px 0 0;}
.shield-benifits .benifits table th{ padding:5px; font-size:18px;}


/**** geetika css starts ******/
.year-main { float: left; width: 100%;}
.parametersMain.dream-main .parameters .years .year-rang, .parametersMain.dream-main .parameters .yearBig { font-size: 24px; line-height:33px; margin-left:0;}
.parametersMain.dream-main .parameters.sum-assure ul li { background: none; padding: 0 0 20px; margin: 10px 0; float: left;  width: 50%; border-bottom: none;	margin: 10px 0 0 0;}
.parametersMain.dream-main .parameters.sum-assure .yearBig span { font-size: 16px; color: #253038; line-height: 24px; padding: 5px 0;}
.parametersMain.dream-main .parameters .rup-icn { padding-right: 5px;}
.parametersMain.dream-main .parameters .years p { line-height:20px;}
.parametersMain.dream-main .resp-vtabs ul.resp-tabs-list { min-height: 430px;}
.parametersMain.dream-main .resp-vtabs .resp-tabs-container { min-height: 430px;}
.parametersMain .plan-desc { float: left; width: 100%; font-size: 16px; color: #666666; line-height: 28px; text-align: center; padding: 0px 50px 40px;}
.parametersMain .plan-desc a { font-size: 18px; color: #ffa800; line-height: 28px; text-decoration:underline; padding:0 5px; display:inline-block; }
.featuredMain .tabContent .benifitsMain ul.death-benefits { margin: 5px 0 10px 0; padding: 0; list-style: none; float:left; width:100%;}
.featuredMain .tabContent .benifitsMain ul.death-benefits li { display: block; background: url(../img/yellow-dot.png) left 5px no-repeat; padding-left: 20px; margin: 5px 0; font-size: 16px;	line-height:20px; font-weight: 400; color: #2b3740; float: left; width: 100%; }
.featuredMain .tabContent .benifitsMain p {font-size: 16px; display:block; font-weight: 400;color: #2b3740; float:left; width:100%; padding-bottom:10px; }
.common-table {margin:10px 0;}
.common-table, .common-table td {border-color:#ffa800; font-family: 'Source Sans Pro', sans-serif; font-size:16px; line-height:20px; color:#2b3740; background:#fff; text-align:left;}
.common-table, .common-table td p {  font-size:16px; line-height:20px; color:#2b3740; margin:10px 0;}
.common-table td  { padding:5px;} 
.common-table th { color:#ffa800; font-size:16px; line-height:30px; padding:0 7px;}
.featuredMain .tabContent .how-works-breif { font-size: 18px; line-height: 28px;}
.parametersMain.dream-main .parameters ul.main-li.sum .years .year-rang, .parametersMain.dream-main .parameters ul.main-li.sum .yearBig{ line-height:22px;}
.parametersMain.dream-main .parameters .years{ width:50%; margin:10px 0;}
.parametersMain.dream-main .parameters li p{ font-size:16px;}
.premium{ float:left; width:100%;}
.premium tr td{ font-size:16px; line-height:24px;}
.premium tr td strong{ font-weight:900; color:#ffa800; font-size:22px;}
.premium tr td span{ display:block; font-size:12px; line-height:13px;}
.note{ font-size:10px; float:left; margin:5px 0 0; line-height:18px;}
.nice{ float:left; width:100%; height:300px; overflow:auto; padding:0 20px 0 0;}
.featuredMain ul.common{ margin:10px 0 20px 0; padding:0; list-style:none; float:left;  width:100%;}
.featuredMain ul.common li{ display:block; background:url(../img/dot.png) left 5px no-repeat; width:100%; padding:0 0 0 20px; font-size:16px; border:none;}
.ctable{ float:left; width:100%; margin:10px 0;}

.why-buy-head { float: left; width: 100%;}
.why-buy-head h3 { font-size:20px; line-height:30px; color:#2b3740; text-transform:capitalize; margin:5px 0 0;}
.policy-desc { float: left; width: 100%; font-size:16px; line-height:22px; color:#2b3740;}
.common-benefits td { font-size:14px; line-height:22px; color:#2b3740;}
.common-table.colored strong{ color:#ffa800; font-weight:900; font-size:24px;}
.common-table.colored tr td{ text-align:center;}
.benefits-invest { float: left; width: 100%;}
.b-left, .b-right  { float:left; width:50%;}
.b-right { text-align:center;}
.parametersMain .parameters.sum .years .year-rang, .parametersMain .parameters.sum .yearBig { font-size: 20px; line-height: 24px;}	
.parametersMain .parameters.sum .years { float: left; width: 100%;}
.parametersMain .parameters.sum ul li { padding: 0 0 10px; width: 100%; border-bottom: none; margin: 0;}	
.parametersMain .parameters.sum .years .year-rang, .parametersMain .parameters.sum .yearBig { font-size: 24px; line-height:33px; margin-left:0;}
.parametersMain .parameters.sum ul li { background: none; padding: 0 0 20px; margin: 10px 0; float: left;  width: 50%; border-bottom: none;	margin: 10px 0 0 0;}
.parametersMain .parameters.sum .yearBig span { font-size: 16px; color: #253038; line-height: 24px; padding: 5px 0;}
.b-option { float: left; width: 100%; padding: 0;}
.featuredMain .tabContent .benifitsMain .b-option .heading {font-size: 20px;}
.parametersMain .parameters .years.seventy{ width:64%;}
.parametersMain .parameters .years.thirty{ width:27%;}
.parametersMain .parameters .years.seventy td{ font-weight:400;}
.how-works-breif .common-table { float:left;}
.work-scene { display:table; width:100%;}
.scene-left, .scene-right { display:table-cell; vertical-align:middle; width:50%;}
.head-wrap { float:left; width:100%; background:#f9f9f9; padding:40px 50px; margin-bottom:40px;} 
.head-wrap .heading { float: left; width: 100%; margin: 10px 0; color: #666666; font-size: 24px; font-weight: 600; text-align:left;}
.head-wrap .heading span { display: inline-block; border-bottom: 3px solid #ffa800; padding: 0 0 10px 0; min-width: 175px;}
.head-wrap ul { float: left; width: 100%; text-align: left; padding-left: 25px;}
.head-wrap ul li { color:#666666; display: block;  background: url(../img/yellow-dot.png) left 5px no-repeat; padding-left: 20px; margin: 10px 0; font-size: 16px; font-weight: 400;    float: left; width: 100%;}
.head-wrap .qrops-quote { font-size:16px; color:#666666; float:left; width:100%; padding:20px 0; text-align:left;}
.head-wrap .qrops-quote span { font-size:14px; display:block; padding:15px 0 0;}
.product-step p { font-size: 16px; color: #666;font-weight: 400; margin:10px 0 0; float:left;}
.product-step p a { font-weight:600px; color:#666; text-decoration:underline;}
.product-step p a:hover { color:#2b3740;}
.premium-payment { margin:20px 0 0; }
.premium-payment td { padding:5px 0;}
.premium-payment td strong { color: #ffa800; font-weight: 900; font-size: 24px;}
.premium-payment td span { font-size:12px; display:block; padding:20px 0 0; color:#2b3740;}
.min-pre li .year-rang strong{ color: #ffa800; font-weight: 900; font-size: 24px; line-height: 33px; padding-left: 10px;}
.min-pre li .year-rang i { font-size: 24px; line-height: 33px; color: #ffa800; padding-left:10px; }
.parametersMain .parameters ul.min-pre li { background: url(../img/yellow-dot.png) left 10px no-repeat; font-size: 18px; line-height: 26px; border-bottom:none;}
.parametersMain .parameters ul.min-pre li .annual-years { font-size:16px; line-height:24px; padding:0 0 5px 0; border-bottom:1px solid #ffa800; margin-top:5px;}
.parametersMain .parameters ul.min-pre li .annual-years:last-child { border-bottom:none;}
.parametersMain .parameters ul.min-pre li .annual-years span { font-size:16px; line-height:20px;}
.parametersMain .parameters ul.min-pre li .annual-years span i { font-size:16px; line-height:20px; color:#2b3740; padding:0 2px;}
.parametersMain.group .parameters .years .year-rang span{ text-align:left; display:inline-block; font-size:16px;}
.tabber.groupTab{ text-align:center;}
.tabber.groupTab ul li{ display:inline-block; float:none;}
.jevan-scenraio { float: left; width: 100%;}
.jevan-scenraio h4 { font-size:20px; line-height:24px; color:#2b3740; margin-bottom:10px; display:block;}
.jevan-scenraio p strong { font-size:16px; line-height:21px; color:#2b3740; display:block; margin:5px 0;}
.jevan-scenraio .jevan-fig { float: left; width: 100%; text-align: center; margin: 25px 0;}
.home-main-banner .owl-carousel.owl-drag .owl-item{ overflow:hidden;}
.home-main-banner .owl-dots{ float:left; width:100%; text-align:center; position:absolute; bottom:0; max-width:1140px;}
.home-main-banner .owl-carousel .owl-dot, .home-main-banner .owl-carousel .owl-nav .owl-next, .home-main-banner .owl-carousel .owl-nav .owl-prev{display: inline-block;}
.home-main-banner .owl-dot.active span{background:#3d3d3d;}
.home-main-banner .owl-dots span {background: none repeat scroll 0 0 #b7b8b9;border-radius: 20px;display: block;height: 15px;margin: 5px 7px; width: 15px;}
.container.first-nav, .headerOne .container, .headerTwo .container{ overflow:visible;}
.chatBox-main{ float:left; width:100%; background:#2b3740; padding:30px 20px;}
.chatBox-main h2{ font-weight:400; font-size:24px; color:#fff; margin:5px 0; padding:0 0 0 10px; line-height:25px;}
.chatBox-main .chat-fields{ float:left; width:100%; margin:5px 0;}
.chatBox-main .chat-fields input[type="text"]{ color:#2b3740; outline:none; font-size:12px; margin:5px 0; padding:0 20px; border-radius:20px; border:1px solid #607285; -moz-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1) inset; line-height:35px; height:35px; display:block; width:90%;}
.chatBox-main .chat-fields ul{ list-style:none; margin:13px 0 0; padding:0;}
.chatBox-main .chat-fields ul li{ float:left; width:50%; font-size:11px;}
.chatBox-main .btn{ display:block; width:100%; margin:20px 0; padding:0 10px; text-align:center; float:left;}
.chatBox-main .btn a{ text-transform:uppercase; display:inline-block; text-decoration:none; outline:none; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; color:#000; background:#ffa800; line-height:32px; height:32px; padding:0 35px; display:inline-block; border-radius:10px; font-size:16px; font-weight:600; -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.15);box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.15);}
.chatBox-main .btn a:hover{ color:#fff;}
.chatBox-main .chat-fields [type="radio"]:checked,
.chatBox-main .chat-fields [type="radio"]:not(:checked) {position: absolute;left: -9999px;}
.chatBox-main .chat-fields [type="radio"]:checked + label,
.chatBox-main .chat-fields [type="radio"]:not(:checked) + label{position: relative; padding-left: 30px; cursor: pointer; line-height: 20px; display: inline-block;color:#fff; margin-right:20px}
.chatBox-main .chat-fields [type="radio"]:checked + label:before,
.chatBox-main .chat-fields [type="radio"]:not(:checked) + label:before { content: '';position: absolute;left: 0; top: 0; border-radius:100%;width:16px;height: 16px;border: 1px solid #fff;background: #fff; box-shadow:0 4px 7px rgba(0, 0, 0, 0.1) inset;}
.chatBox-main .chat-fields [type="radio"]:checked + label:after,
.chatBox-main .chat-fields [type="radio"]:not(:checked) + label:after {content: '';width: 8px;height: 8px; border-radius:100%; background:#ffa800;position: absolute;top: 5px;left: 5px;-webkit-transition: all 0.2s ease; transition: all 0.2s ease;}
.chatBox-main .chat-fields [type="radio"]:not(:checked) + label:after {opacity: 0;-webkit-transform: scale(0);transform: scale(0);}
.chatBox-main .chat-fields [type="radio"]:checked + label:after {opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
.chatBox-main .chat-fields .field{ float:left; width:50%;}
body.blue{ background:#2b3740;}
.parametersMain .parameters .main-li.new .years .year-rang span{ text-align:left; margin:5px 0; font-size:14px;}

.parametersMain.dream-main .resp-vtabs .resp-tabs-container.fivetab  { min-height: 496px;}
.parametersMain.dream-main .resp-vtabs .resp-tabs-container.fiveshort { min-height: 479px;}
/**** geetika css ends ******/
.head-banner{ float:left; width:100%; background:#f5f5f5; margin-bottom:20px; -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.23); -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.23); box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.23); }
.head-banner .banner-content{ float:right; width:45%; height:296px; display:table; padding:20px 30px;}
.head-banner .banner-content h1{ font-size:50px; color:#2b3740; margin:0; padding:0; line-height:100%; font-weight:300;}
.head-banner .banner-content h1 span{ display:inline-block; min-width:70%; border-bottom:2px solid #ffa800; padding-bottom:10px;}
.head-banner .banner-content p{ font-size:14px; color:#2b3740; margin:5px 0; padding:0;}
.head-banner .banner-content .banner-discp{ display:table-cell; width:100%; vertical-align:middle;}
.head-banner .banner-image{ float:right; width:55%; text-align:right;}
.head-banner .banner-image img{ max-width:100%;}
.our-team-main{ float:left; width:100%;-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.23); -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.23); box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.23); margin-bottom:20px;}
.our-team-main .members-main, .our-team-main .teammain{ float:left; width:100%;}
.our-team-main .members-main .member-heading { float:left; width:100%; position:relative; margin-bottom:6px;}
.our-team-main .members-main .member-heading h2{ font-size:34px; color:#2a3740; margin:0; padding:0; line-height:100%;font-weight:400;}
.our-team-main .members-main .member-heading p{ font-size:16px; color:#2a3740; margin:5px 0; padding:0;}
.our-team-main .members-main .mamber-name{ float:left; width:80%; border-bottom:3px solid #ffa800;}
.our-team-main .members-main .accordDetailBox{float:left; width:100%;}
.our-team-main .members-main .accordDetailBox .member-image, .our-team-main .teammain .member-image{ float:right; width:42%; padding:2% 2% 0;}
.our-team-main .members-main .accordDetailBox .member-image img, .our-team-main .teammain .member-image img{ width:100%;}
.our-team-main .members-main .accordDetailBox .detailBoxWrap, .our-team-main .teammain .detailBoxWrap { float:right; width:58%; padding:30px; padding-right:5%;}
.our-team-main .members-main .accordDetailBox .detailBoxWrap h2, .our-team-main .members-main .detailBoxWrap h2{color:#ffa800; font-size:48px; margin:0; padding:0; line-height:100%;font-weight:400;}
.our-team-main .members-main .accordDetailBox .detailBoxWrap p, .our-team-main .members-main .detailBoxWrap p{ color:#666666;margin:10px 0; padding:0; font-size:14px;}
.our-team-main .members-main .accordDetailBox .detailBoxWrap .detail, .our-team-main .members-main .detailBoxWrap .detail{ float:left; width:100%;}
.our-team-main .members-main .member-heading a.AccActive h2, .our-team-main .members-main .member-heading a.AccActive p{ display:none;}
.our-team-main .members-main .member-heading a{ display:block; width:100%; float:right; background: url(../img/ac-arrow.png) 96.8% 35px no-repeat; text-decoration:none; outline:none;padding:20px 30px; background-color:#ffd686;}
.our-team-main .members-main .member-heading a.AccActive{ display:inline-block; width:50px; height:50px; background-position:left -70px; padding:0; background-color:transparent; position:absolute; right:1%; top:25px;}
.innerMain{ float:left; width:100%; position:relative; z-index:6;}
.mainContent{ float:left; width:97%; margin:20px 1.5%;}
.mainContent h2{ font-size:24px; color:#ffa800; line-height:100%; margin:10px 0; padding:0;}
.mainContent p{ font-size:14px; color:#2b3740; margin:10px 0; padding:0;}
.mainContent ul.bullet{ margin:10px 0; padding:0; list-style:none; float:left;  width:100%;}
.mainContent ul.bullet li{ display:block; background:url(../img/dot.png) left 5px no-repeat; width:100%; padding:0 0 0 20px; font-size:13px; border:none;}
.mainContent h3{ font-size:16px; color:#2b3740; line-height:100%; margin:5px 0; padding:0;}
.width75per{ float:left; width:75%;}
.width25per{ float:left; width:25%; text-align:right;}
.mainContent a{ text-decoration:none; outline:none; color:#2b3740;}
.mainContent a:hover{ text-decoration:underline;}
.mainContent img{ max-width:100%;}
.mainContent .years{ float:left; width:100%;}
.mainContent .years ul{ list-style:none; margin:20px 0 10px; padding:0 0 20px; border-bottom:2px solid #ffa800;}
.mainContent .years ul li{ display:inline-block; margin:0 15px; padding:0; font-size:21px;}
.mainContent .years ul li a{ border-radius:15px; text-decoration:none; outline:none; color:#2a3740; padding:2px 25px; background:#e5e5e5;-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;font-weight:600; -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.0);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.0);box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.0);}
.mainContent .years ul li a:hover, .mainContent .years ul li a.active{ color:#fff; background:#ffa800; -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.15);box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.15);}
.aw-content{ float:left; width:100%;}
.aw-content .ac-heading{ float:left; width:100%; padding-right:50px;background: url(../img/ac-arrow.png) 96.8% 23px no-repeat; padding:18px 25px; background-color:#f5f5f5; margin:6px 0 0; cursor:pointer; font-size:21px; color:#2a3740; font-weight:400;}
.aw-content .ac-heading.active{ background-position:96.8% -62px;background-color:#ffd686;}
.aw-content .ac-heading h3{ margin:0; padding:0; font-size:21px; color:#2a3740; font-weight:400;}
.aw-content .accordDetail{ float:left; width:100%; margin:0; background:#f5f5f5;}
.aw-content .accordDetail .aw-image{ float:left; width:50%;}
.aw-content .accordDetail .aw-image img{ width:100%;}
.aw-content .accordDetail .aw-discp{ float:left; width:50%; padding:20px 15% 20px 20px;}
.aw-content .accordDetail .aw-discp p{ margin:20px 0; font-size:16px; color:#2a3740; line-height:22px;}



/* about-csr-starts*/

.head-banner .head-info { float: left; width: 100%; text-align: center; background: #fff;}
.head-banner .head-info h3 { font-size:22px; font-weight:600; color:#2a3740; line-height:30px; margin:20px 0; padding:0;}
.head-banner .head-info p { font-size:18px; line-height:28px; color:#2a3740; margin:20px 0; }
.head-banner .head-info p  a { font-weight:bold; text-decoration:underline; padding:0 15px; color:#2a3740; position:relative;}
.head-banner .head-info p  a::after { position:absolute; content:"|"; font-size:14px; line-height:24px; font-weight:bold; right:-1px;} 
.head-banner .head-info p  a:last-child::after{ display:none;}
.head-banner .head-about { width:81%; margin:0 auto;}
.csrmain .tabber { float: left; width: 97%; margin: 0 1.8%;}
.csrmain .tabber ul { list-style: none; margin: 20px 0; padding: 0 0 30px; border-bottom: 1px solid #d7d7d7; float: left; width: 100%;}
.csrmain .tabber ul li{ float: left; width: 24%; font-size: 24px; border-right: 1px solid #d7d7d7; margin: 0 0.5%; padding: 20px 0; text-align: center;}
.csrmain .tabber ul li a { text-decoration: none; outline: none; color: #2b3740; padding: 5px 15px; border-bottom: 2px solid #2b3740; position: relative;font-weight: 300;}
.csrmain .tabber ul li:last-child { border-right: none;}
.csrmain .tabber ul li a.active { border-bottom: 2px solid #ffa800; font-weight: 400; color: #ffa800;}
.csrmain .tabber ul li a.active:after { top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(255, 168, 0, 0); border-top-color: #ffa800; border-width: 10px; margin-left: -10px;}
.csrmain .tabContent { float: left; width: 100%; padding: 0 50px;}
.csrmain .tabContent .csrwrap { float: left; width: 94%;  margin: 20px 3%; color: #666666; padding-bottom: 20px;}
.csrmain .tabContent .csrwrap p { color:#2a3740; font-size:18px; line-height:24px; }
.csrmain .csrrow { float: left; width: 100%; margin-bottom: 30px; border-bottom:2px solid #ffa800; padding-bottom:30px; display:table;}
.csrmain .csrrow:last-child { border-bottom:none; }
.csrmain .imagestyle { display:table-cell; width: 15%; text-align: center; vertical-align:middle;}
.csrmain .csr-right { display:table-cell; width:85%; padding-top: 15px; vertical-align:middle;}
.csrmain .csr-right h5 { font-size:20px; line-height:23px; color:#2a3740; font-weight:bold; margin:0 0 5px;}
.csrmain .csr-right p { font-size:16px; line-height:23px; color:#2a3740; margin:0 0 15px;}

.csrwrap ul { list-style: none; margin: 20px 0 0 3%; padding: 0; display: block; width: 97%; float: left;}
.csrwrap ul li { float: left; width: 30%; margin-right: 3%;  margin-bottom: 3%;  -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);  -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2); padding: 1% 2%;}
.csrwrap ul li a { text-decoration: none; outline: none; display: table; float: left; width: 100%;}
.csrwrap ul li a:hover { text-decoration:none;}
.csrwrap ul li .icon { display: table-cell; width: 11%; vertical-align: middle;}
.csrwrap ul li .title { display: table-cell; width: 89%; vertical-align: middle; padding-left:10px;}
.csrwrap ul li .title h3 { font-size: 15px; font-weight: 400; margin: 0 ; padding: 0; color: #2b3740; line-height:21px;}
.csrwrap ul li .title h3 span { display: block; font-size: 13px; line-height: 16px;}
.csrwrap .csrpartbox ul li { display: block; background: url(../img/dot.png) left 5px no-repeat; width: 100%; padding: 0 0 0 20px; font-size: 18px; border: none; box-shadow: none; margin: 0 0 15px; color:#2a3740; font-weight:600; min-height: inherit;}

.ac-heading { float: left; width: 100%;  padding-right: 50px; background: url(../img/ac-arrow.png) 96.8% 23px no-repeat;  background-color: rgba(0, 0, 0, 0); padding: 18px 25px;    background-color: #f5f5f5; margin: 6px 0 0;  cursor: pointer;}
.ac-heading.active { background-position: 96.8% -62px;  background-color: #ffd686;}
.ac-heading h3 {  margin: 0; padding: 0; font-size: 21px; color: #2a3740; font-weight: 400;}
.ac-heading h3 span { font-size: 18px; padding: 0 10px; line-height: 22px;}
.accordDetail { float: left; width: 100%;}
.csrwrap h6 {background: url(../img/dot.png) left 5px no-repeat; width: 100%; padding: 0 0 0 20px; font-size: 18px; line-height: 24px;  color: #2a3740;  margin: 10px 0; font-weight:600;}
.csrwrap .csrpartbox { float: left; width: 100%; margin: 0 0 20px;}
.csrmain .tabContent .csrwrap .accordDetail{  margin: 20px 3% 0; color: #666666; padding-bottom: 0;}
.csrmain .csrwrap .accordDetail.csr-pdf ul li { margin-bottom: 0;}
.csrmain .nice { height:650px;}
.csrmain .csr-pdf .nice { height:450px;}
.csr-content { float:left; width:100%; padding:0 30px;}
.accbox { float: left; width: 96%; margin: 20px 2%;}
.fundsmain .fund-detail { width:94%; margin:20px 3%; float:left;}
.fundsmain .funds-left { float:right; width:20%; padding: 20px 0;}
.fundsmain .funds-right { float:left; width:80%;}
.fundsmain .fund-detail p { font-size:16px; line-height:20px; margin: 10px 0;}
.fundsmain .fund-detail a { background:#ffa800; color:#2a3740; font-size:20px; line-height:20px; padding:12px 20px; display:inline-block; margin:15px 0; text-decoration:none; }
.funds-disc { float:left; width: 96%; margin: 10px 2%;}
.funds-disc h4 { font-size: 20px; color: #ffa800; line-height: 100%; margin: 10px 0;  padding: 0;}
.funds-disc ul { margin:10px 0; padding:0; float: left; width: 100%;}
.funds-disc ul li { display: block;  background: url(../img/dot.png) left 5px no-repeat; width: 100%; padding: 0 0 0 20px; font-size: 16px; border: none; box-shadow: none; margin: 0 0 15px;  color: #2a3740;  font-weight: 600;}
.mainContent h4 { font-size: 22px; color: #2a3740; line-height: 100%;  margin: 10px 0;  padding: 0; float: left; width: 100%;}
.thumblft { float: left;  width: auto;}
.csrwrap { float: left; width: 100%;  margin: 15px 0;}
.csrwrap ul.thumb-top { float: left;  width: 80%; padding-left: 20px;}
.fund-table { margin:10px 30px;}
.fund-table .bg td { background: #ffa800; font-size:18px; font-weight:600; color:#2a3740;  }
.fund-table td { padding: 5px 15px; color:#2a3740; font-size:16px; }
.fund-link a { display:inline-block; font-size:20px; font-weight:bold; text-decoration:underline; margin:15px 0; color:#ffa800;}

.head-banner .banner-content h1 span strong { font-size: 20px; display: block; line-height: 22px; color: #2a3740;}
.hide { display: none;}
.fundsmain select.fund-toggle { background: #f5f5f5 url(../img/select-down.png) no-repeat right top; appearance: none; -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; border: none; width: 280px; height: 45px; box-shadow: inset 1px 2px 4px -2px #000000; border-radius: 16px; padding:5px 10px 5px 10px; font-size:15px; color:#6f6f6f; margin:15px 0 0;}
select::-ms-expand { display: none;}
select:focus::-ms-value {background-color: transparent; color:#6f6f6f;}

.fundsmain .my-info-1 { margin: 30px 0; float: left; width: 100%;}
.fundsmain .fund-desc { float: left; width: 96%; font-size: 23px;  line-height: 35px;  color: #2a3740; margin: 20px 2% 40px;}
.fundsmain .sfncode { float: left; width: 96%; font-size: 18px; font-weight: 600;  color: #2a3740; margin: 0 2%;}
.fundsmain .disclaim{ float: left; width: 96%; margin: 0 2% 20px; }
.fundsmain .teammain.members-main { padding: 20px 0;}

.datebox { float:left; width:100%; list-style:none; padding:0 0 20px; margin:20px 0;} 
.datebox li { float:left; padding-right:40px;}
.datebox input.dateshow { background: #f5f5f5 url(../img/datepicker.png) no-repeat right top; appearance: none; -webkit-appearance: none; -moz-appearance: none; border: none; width: 100%; height: 45px; box-shadow: inset 1px 2px 4px -2px #000000; border-radius: 16px; padding:5px 10px 5px 10px; font-size:15px; color:#6f6f6f; margin:15px 0 0;}
.select-date span { display: block; padding: 20px 0 0; text-transform: uppercase; font-weight: 600; font-size: 22px; line-height: 24px;}
.btn-box .clearTxt { background: #f0f1f2; border: none; text-transform: uppercase; font-weight: bold; color: #3e5369; font-family: 'Source Sans Pro', sans-serif; padding: 10px 20px;  border-radius: 15px; box-shadow: 1px 1px 4px -2px #333; font-size: 18px;}
.btn-box .submit {background: #ffa800; border: none; text-transform: uppercase; font-weight: bold; color: #2a3740; font-family: 'Source Sans Pro', sans-serif; padding: 10px 30px;  border-radius: 15px; box-shadow: 1px 1px 4px -2px #333; font-size: 18px; margin:0;}
.btn-box { float: left; width: 100%; margin: 10px 0;}
.btn-box input { margin:0 10px;}
.btn-box a.cancel { background: #ffa800; border: none; text-transform: uppercase; font-weight: bold; color: #2a3740; font-family: 'Source Sans Pro', sans-serif; padding: 10px 30px; border-radius: 15px; box-shadow: 1px 1px 4px -2px #333; font-size: 18px; margin: 0; text-decoration:none; display:inline-block;}

.fund-list li [type="checkbox"]:not(:checked), .fund-list li [type="checkbox"]:checked {position: absolute; left: -9999px;}
.fund-list li [type="checkbox"]:not(:checked) + label, .fund-list li [type="checkbox"]:checked + label { position: relative; padding: 0px 0 0 43px; cursor: pointer; font-size: 15px;  line-height: 30px; font-family: 'Source Sans Pro', sans-serif; display: inline-block;  color: #2a3740;}
.fund-list li [type="checkbox"]:not(:checked) + label:before, .fund-list li [type="checkbox"]:checked + label:before {  content: '';position: absolute;left: 0; top: 0; width: 25px; height: 25px;border: 2px solid #ffa800; background: #fff; box-shadow: 4px 2px 3px #d6d6d6;}
/* checked mark aspect */
.fund-list li [type="checkbox"]:not(:checked) + label:after, .fund-list li [type="checkbox"]:checked + label:after {content: "✔"; position: absolute;top: 5px;	left: 5px;	font-size: 1.4em;line-height: 0.8; color: #2a3740;transition: all .2s;}
/* checked mark aspect changes */
.fund-list li [type="checkbox"]:not(:checked) + label:after { opacity: 0;  transform: scale(0);}
.fund-list li [type="checkbox"]:checked + label:after { opacity: 1;  transform: scale(1);}
/* disabled checkbox */
.fund-list li [type="checkbox"]:disabled:not(:checked) + label:before, .fund-list li [type="checkbox"]:disabled:checked + label:before {box-shadow: none; border-color: #bbb;  background-color: #ddd;}
.fund-list li [type="checkbox"]:disabled:checked + label:after { color: #999;}
.fund-list li [type="checkbox"]:disabled + label { color: #aaa;}
.fund-pro-list { float: left; width: 100%;}
.fund-pro-list  .fund-list { margin:10px 0 20px; float:left; width:100%; padding:0; list-style:none;}
.fund-pro-list  .fund-list li { width:25%; float:left; padding:20px 0;}
.fundsmain .select-date { float: left; width: 100%;}
/* editbox-starts*/

.fundsmain .edit-box { float:left; width:100%; padding: 20px 15px;}
.fundsmain .edit-title { float: left; width: 100%; padding-right: 50px; background: url(../img/ac-arrow.png) 96.8% 23px no-repeat; background-color: rgba(0, 0, 0, 0); background-position-x: 96.8%;  background-position-y: 23px; background-color: rgba(0, 0, 0, 0); padding: 18px 25px; background-color: #f5f5f5; margin: 6px 0 0; cursor: pointer;}
.fundsmain .edit-title.active { background-position: 96.8% -62px; background-color: #ffd686;}
.fundsmain .edit-data { float:left; width:100%; margin: 20px 0 20px; padding:0;}
.fundsmain .edit-data ul { background: #f5f5f5; list-style: none; margin: 0;  padding: 0; float: left; width: 100%; }
.fundsmain .edit-data ul li a { color:#2a3740; text-decoration:none; display:block; float:left; width:20%; font-size:20px; padding:15px 0; text-align:center;}
.fundsmain .edit-data ul li a.active { background:#ffa800; text-decoration:none;}
.history-view, .histort-graph { display:none; float:left; width:100%;}
.selectbox { float:left; width:100%;}
.showdata .history-view, .showdata .histort-graph { display:block;}
.showdata .selectbox { display:none;}



/* editbox-ends*/



/* about-csr-ends*/
.download-buttons{ float:left; width:100%; text-align:center;}
.download-buttons a.btn{ margin:10px;text-decoration:none; outline:none; color:#000; background:#ffa800; font-size:16px; font-weight:600; padding:10px 40px; line-height:100%; display:inline-block; border-radius:15px;-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.33);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.33);
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.33);}
.download-buttons a.btn:hover{ color:#fff;}
.aw-content.guide .accordDetail{ padding:2% 2.5%;}
.mainContent a.underline{ text-decoration:underline;}
.c-abb{ float:left; width:100%;}
.c-abb .tabber{float:left; width:100%; margin:5px 0;}
.c-abb .tabber ul{ list-style:none; margin:0 0 10px; padding:0 0 20px; border-bottom:2px solid #ffa800;}
.c-abb .tabber ul li{ display:inline-block; margin:10px; padding:0; font-size:18px;}
.c-abb .tabber ul li a{ border-radius:15px; text-decoration:none; outline:none; color:#2a3740; padding:2px 15px; background:#e5e5e5;-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;font-weight:600; -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.0);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.0);box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.0);}
.c-abb .tabber ul li a:hover, .c-abb .tabber ul li a.active{ color:#fff; background:#ffa800; -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.15);box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.15);}
.e-insure{ list-style:none; margin:0; padding:0;}
ol.ordered{ margin:0 0 0 15px; padding:0;}
.nri-main{ float:left; width:100%; margin-bottom:20px; -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.23); -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.23); box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.23); color:#2a3740; padding:0 1%;}
.mainContent .left-section{ float:left; width:65%; margin:1% 0% 1% 0%; border-right:1px solid #d7d7d7;padding:0 2.5% 0 0;}
.mainContent .right-section{ float:right; width:33%; margin:1% 0% 1% 0%;}
.nri-main .nri-greybox{ float:left; width:100%; background:#f5f5f5; padding:2% 5%;}
.nri-main .nri-greybox .nri-faq{float:left; width:100%;}
.nri-main .nri-greybox .nri-faq .nri-heading{ float:left; width:100%; cursor:pointer;}
.nri-main .nri-greybox .nri-faq .nri-heading h2{ font-size:24px; color:#ffa800; font-weight:900;}
.nri-main .nri-greybox .nri-faq .faq-discp{float:left; width:100%; display:none;}
.nri-main .product-offering{float:left; width:100%;}
.nri-main .product-offering .p-left{float:left; width:48%; margin-right:5%;}
.nri-main .product-offering .p-right{float:left; width:47%;}
.nri-main .product-offering .p-content{float:left;width:100%; background:#f5f5f5; padding:2% 4%; min-height:250px;}
.nri-main .product-offering .know{ font-weight:900; text-decoration:underline; color:#2a3740; font-size:16px; text-align:right;}
.nri-main .product-offering .p-right ul{ list-style:none; margin:7px 0; padding:0;}
.nri-main .product-offering .p-right ul li{ padding:3px 0 10px 40px; margin-bottom:10px;}
.nri-main .product-offering .p-right ul li.contact{ background:url(../img/contact.png) left 5px no-repeat;}
.nri-main .product-offering .p-right ul li.email{ background:url(../img/email.png) left 5px no-repeat;}
.nri-main .product-offering .p-right ul li.locate{ background:url(../img/locate.png) left 5px no-repeat;}
.nri-main .product-offering .p-right ul li a{ text-decoration:underline; color:#2a3740;}
.nri-main .left-section h2{color:#2a3740; font-size:22px; font-weight:600; margin-top:20px;}
.nri-main .bullet ul{ padding:0;}
.rightAlign{ text-align:right;}
.nri-main .right-section .accordDetail{ float:left; width:100%; position:relative; padding:0 7%; background:#f5f5f5;}
.nri-main .right-section .accordDetail .formMain{ position:relative; margin:20px 0; width:100%;}
.nri-main .right-section .ac-heading{ font-size:18px;}
.nri-main .right-section .accordDetail .formMain h3{ color:#fff; margin:10px;}
.nri-main .right-section .accordDetail .bullet span{ display:block;}
.nri-main .right-section .accordDetail .bullet li{ font-size:16px; margin:5px 0;}
.nri-main .right-section .accordDetail .linkBtn{ display:block; margin:20px 0;}
.nri-main .right-section .accordDetail .linkBtn a{ text-decoration:none; outline:none; color:#000; background:#ffa800; font-size:18px; font-weight:600; padding:0 35px; line-height:35px; height:35px; display:inline-block; border-radius:15px;-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.33);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.33);
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.33);}
.nri-main .right-section .accordDetail .linkBtn a:hover{ color:#fff;}
.nri-main .choose-plan{ float:left; width:100%; background:#f5f5f5; margin:20px 0; padding:2% 5% 0;}
.nri-main .choose-plan h2{ text-transform:uppercase; cursor:pointer;}
.nri-main .choose-plan .lifeStage{ display:block; text-align:center; margin:20px 0 0;}
.nri-main .latet-blog{float:left; width:100%; margin:0 0;}
.nri-main .latet-blog h2{ color:#2a3740; font-weight:600;}
.nri-main .l-blog{float:left; width:100%; background:#f5f5f5; margin:5px 0; padding:2% 5% 0;}
.nri-main .latet-blog .l-blog h2{ color:#ffa800; font-weight:900; text-transform:uppercase;}
.nri-main .blog-discp{ float:left; width:100%; display:table; margin:10px 0;}
.nri-main .blog-discp .b-thumb{ display:table-cell; width:10%;}
.nri-main .blog-discp .b-discp{display:table-cell; width:70%;}
.nri-main .read{ font-weight:900; text-decoration:underline; color:#2a3740; font-size:16px; text-align:right;}

.mainContent .btn{display:block;}
.mainContent .btn a{ text-decoration:none; outline:none; color:#000; background:#ffa800; font-size:18px; font-weight:600; padding:0 35px; line-height:35px; height:35px; display:inline-block; border-radius:15px;-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.33);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.33);
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.33);}
.mainContent .btn a:hover{ color:#fff;}
.login-main{float:left; width:100%; margin-bottom:20px; -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.23); -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.23); box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.23); color:#2a3740; padding:0 1%;}
.login-main .loginLeft{ float:left; width:50%; border-right:1px solid #d7d7d7; padding:0 7%;}
.login-main .loginRight{ float:left; width:50%; padding:0 7%;}
.login-main .loginLeft h3, .login-main .loginRight h3{ font-size:21px; line-height:100%; font-weight:600; margin:20px 0;}
.login-main .loginLeft .btn{ display:block; margin:20px 3%;}
.login-main .loginLeft .btn a{ text-decoration:none; outline:none; color:#000; background:#ffa800; font-size:18px; font-weight:600; padding:0 35px; line-height:35px; height:35px; display:inline-block; border-radius:15px;-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.33);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.33);
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.33);}
.login-main .loginLeft .btn a:hover{ color:#fff;}
.login-main .loginLeft .forgot-pw{ display:block; margin:0 0 35px 3%;}
.login-main .loginLeft .forgot-pw a{ text-decoration:underline;}
.mainContent .loginRight ul.bullet li{ font-size:16px; line-height:24px;}
.faq .ac-heading h3{ padding:0 25px 0 0;}
.faq .accordDetail{ padding:2% 3%;}
.btn.pay{ margin:20px 0;}
.detail-sms{ float:left; width:100%;-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.23); -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.23); box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.23); color:#2a3740; padding:1% 3%; margin:0px 0 30px}
.detail-sms ul{ list-style:none; margin:0; padding:0;}
.detail-sms ul li{ float:left; width:33%; padding:2% 4% 2% 0;}
.detail-sms ul li:nth-child(3n+1){ clear:both;}
.detail-sms ul li .title{ display:block; width:100%; font-size:21px; line-height:25px; border-bottom:2px solid #ffa800; padding-bottom:20px;}
.detail-sms ul li .title span{ margin-right:20px; float:left; width:20%;}
.detail-sms ul li p{ font-size:14px; padding:10px;}
.policyOnCall{ float:left; width:100%;}
.policyOnCall .p-numbers{float:left; width:100%; margin:20px 0;}
.policyOnCall .p-numbers span{ float:left; width:20%;}
.policyOnCall .p-numbers .innerDetails{ float:left; width:70%;}


/* claims-starts*/

.head-banner .banner-content .banner-btn { color: #2a3740; text-decoration: none; font-size: 20px; background: #ffa800; border-radius: 15px; display: inline-block; padding: 12px 30px; margin: 20px 0; box-shadow: -1px 4px 6px #c2c2c2; font-weight:bold;}
.head-banner .banner-content .star { display:block; font-size:12px; color:#2a3740;}
.claimbar  h4 { font-size: 22px; font-weight: 600; line-height: 30px; margin: 20px 0 0; padding: 0 30px;}
.claimbar .tabber { width:94%; margin:0 3%;}
.claimbar .tabber ul li span { display: block; font-size: 16px; line-height: 22px; color: #2a3740;}
.claimbar .tabber ul li {  font-size: 25px; line-height: 26px;}
.claimbar .tabber ul li a { display: inline-block;}
.claimbar .claimwrap { width: 94%; margin: 0 3% 30px; background: #f5f5f5; float: left;}
.claimbar .claimwrap .setpDetail { list-style:none; margin:0; padding:40px 25px 30px; float:left; width:100%;}
.claimbar .claimwrap .setpDetail li { border-bottom:1px solid #d7d7d7; font-size:18px; line-height:22px; color:#2a3740; float:left; width:100%; padding-bottom: 20px; margin-bottom: 20px;}
.claimbar .claimwrap .setpDetail li:last-child { border-bottom:none; margin-bottom:0;}
.claimbar .claimwrap .seq { float: left; width: 3%;  padding: 0px;  font-size: 16px;}
.claimbar .claimwrap ul.setpDetail li .cont { float: left; width: 97%;}
.claimbar .claimwrap ul.setpDetail li .cont p { margin:0 0 10px; color:#2a3740;}
.claimbar .claimwrap .portal_link { color: #2a3740; text-decoration: none; font-size: 17px; background: #ffa800; border-radius: 20px; display: inline-block; padding: 12px 30px; margin: 10px 0 20px; box-shadow: -1px 4px 6px #c2c2c2; font-weight: 600;}
.claimbar .claimwrap .setpDetail li ul { float:left; width:100%; margin:0; padding:0 0 0 30px;}
.claimbar .claimwrap .setpDetail li ul li { display: block; background: url(../img/dot.png) left 5px no-repeat; width: 100%; padding: 0 0 0 20px; font-size: 16px; border: none; margin: 8px 0;}

.claimbar .assureMain { float: left; width: 94%; margin: 0 3%;}
.claimbar .assureUL { list-style:none; margin: 0; padding: 0; float:left; width:100%; margin:30px 0;}
.claimbar .assureUL li { width: 33.3%; float: left; padding: 0 35px; border-right: 1px solid #2a3740; min-height: 350px;}
.claimbar .assureUL li:first-child { padding-left:0;}
.claimbar .assureUL li:last-child { padding-right:0; border-right:none;}
.claimbar .imgTitleWrap { float: left; width: 100%; margin-bottom: 10px;}
.claimbar .imgTitleWrap .img { float:left;}
.claimbar .assureUL li h3.title { color: #ffa800; font-size: 28px; font-weight: bolder; text-align: left; float: left; padding: 0px 0 0 20px;  margin: 0; line-height: 28px;}
.claimbar .text { float:left; width:100%;}
.claimbar .text.dot { float: left; width: 100%; background: url(../img/dot.png) left 5px no-repeat; padding: 0 0 0 20px;}
.claimbar .text.dot p { margin: 0 0 5px;}
.claimbar .text p { font-size:16px; color:#2a3740; line-height:24px; margin:10px 0; text-align: justify;}
.claimbar .text p strong { text-align:left;}
.claimbar .text p a { text-decoration:none; color:#2a3740; border-bottom:1px solid #9ea2a5; display:inline-block;}

.claim-row { float:left; width:94%; margin: 20px 3%;}
.datebox input { background: #f5f5f5; border: none; width: 100%; height: 45px; box-shadow: inset 1px 2px 4px -2px #000000; border-radius: 16px; padding: 5px 10px 5px 10px; font-size: 15px; color: #6f6f6f; margin: 15px 0 0;}
.datebox li { float: left; padding-right: 40px;  width: 33.3%; position:relative;}
.select-date { float: left; width: 100%;}
.datebox li.heading { width: 100%;}
.datebox li.heading h3 { font-size: 22px; color: #ffa800; margin: 0; padding: 0; line-height: 100%; font-weight: 600; border-bottom:1px solid #e4e4e4; padding-bottom: 5px;}
.datebox li span.mandatory { position: absolute; color: red; padding-left: 0px; line-height: 1; top: 13px;}
.claim-row .allReq { text-align:right; margin:0; font-size:13px; line-height:17px; color:#2b3740;}
.claim-row .allReq span { color:red;}
.claim-row .errorMsg { position: absolute; left: 10px; bottom: -20px; font-size: 10px; color: red; z-index: 1;}
.datebox li.txtArea { width: 66.66%;}
.datebox textarea { background: #f5f5f5; border: none; width: 100%; box-shadow: inset 1px 2px 4px -2px #000000; border-radius: 16px; padding: 10px 15px 5px 15px; font-size: 15px; color: #6f6f6f; margin: 25px 0 0; resize:none; height:111px;}
.datebox li.captcha { margin:25px 0 0;}
.datebox li img#captchImage { width: 80%; height: 48px; padding-right: 10px;}
.claim-row p {font-size: 14px;color: #2b3740;margin: 10px 0;padding: 0;}
.claim-row ul.blackBullet { margin: 10px 0; padding: 0; float: left; width: 100%;}
.claim-row ul.blackBullet li { display: block; background: url(../img/dot.png) left 5px no-repeat; width: 100%; padding: 0 0 0 20px; font-size: 15px; border: none; box-shadow: none; margin: 0;   color: #2a3740; margin: 7px 0; }
.claim-row ul.blackBullet li ul {margin: 0 0 10px 10px; padding: 0; float: left; width: 100%;}
.claim-row p a {color: #2b3740;}
.askForm .datebox { padding: 0 0 10px; margin: 20px 0;}
.unclaimMain .datebox li.captcha { margin: 15px 0 0;}
.claim-forms { float: left; width: 100%;}
.claimMain .csrwrap { float: left; width: 100%; margin: 0; padding: 15px 0; background: #f5f5f5;}
.claimMain .csrwrap ul { width: 96%; margin: 10px 2% 0;}
.claimMain .csrwrap ul li { background:#fff;}
.mainContent h4 { font-weight: 600;}
.claim-forms label { font-size:20px; color: #2a3740; line-height: 100%; margin: 10px 0; padding-right:10px; display: inline-block; }
.claim-forms .selectlang { float:left; width:100%; text-align:right;}

/* claims-ends*/


/* policy-starts*/

.datebox select { background: #f5f5f5 url(../img/select-down.png) no-repeat right top; appearance: none; -webkit-appearance: none;  -moz-appearance: none; border: none; width: 100%;  height: 45px; box-shadow: inset 1px 2px 4px 0 #000000; border-radius: 16px; padding: 5px 10px 5px 10px; font-size: 15px;  color: #6f6f6f;  margin: 15px 0 0;}
.newsMain .selectlang { float: right; width: 15%; text-align: right;}
.newsMain .selectlang select { background: #f5f5f5 url(../img/select-down.png) no-repeat right top; appearance: none; -webkit-appearance: none; -moz-appearance: none; border: none; width: 100%;  height: 45px;  box-shadow: inset 1px 2px 4px -2px #000000;  border-radius: 16px;  padding: 5px 10px 5px 10px; font-size: 15px; color: #6f6f6f; margin: 15px 0 0;}
.newsMain .tabber { float: left; width: 85%;}
.newsMain .tabber ul { list-style:none; margin:0; padding:0;}
.newsMain .tabber ul li { float:left; width:auto; border-right: 1px solid #d7d7d7;margin: 0;padding: 5px 30px;}
.newsMain .tabber ul li:last-child { border-right:none; padding-right:0;}
.newsMain .tabber ul li a { font-size:22px; line-height:30px; color:#2a3740; font-weight:600; text-decoration:none;}
.newsMain .tabber ul li a.active { font-weight:bold; text-decoration:underline; color:#ffa800;}
.newsMain .tabContent { float: left; width: 100%; border-top: 1px solid #d7d7d7; padding-top: 25px; margin-top: 10px;}
.newsMain .mediaBox-wrapper { width: 100%; display: table; background: #f5f5f5; margin: 15px 0 10px; float:left; padding:20px;}
.newsMain .thumb-box { display: table-cell; width: 15%; vertical-align: top; }
.newsMain .mediabox-detail { display: table-cell; vertical-align: top; padding-left:10px; }
.newsMain .mediabox-detail h3 { font-size: 20px; font-weight: bold; color: #2a3740; margin: 0 0 10px;}
.newsMain .mediabox-detail p { font-size:16px; color:#2a3740; line-height:22px; margin:5px 0;}
.newsMain .textlink {display: inline-block;  color: #ffa800; font-size: 18px; text-decoration: none; margin: 15px 10px; font-weight:600; border-bottom:1px solid #ffa800; position:relative;}
.newsMain .textlink::before { content: ">>"; font-size: 11px; left: -14px; position: absolute; line-height: 22px;}
.tag-line { float: left; width: 100%; font-size: 14px; line-height: 22px; color: #2a3740; font-weight:300; margin-bottom:20px; border-bottom:1px solid #e4e4e4; padding-bottom:5px;}
.uploadResumeWrap { width: 100%; background-color: #f5f5f5; border:1px solid #e7e7e7; box-sizing: border-box; padding: 35px 30px; float: left; margin: 40px 0 0 0;}
.uploadResumeWrap p { font-size: 25px; font-weight: 600; color: #2a3740; padding: 10px 30px 8px 0px; margin: 0; text-transform: uppercase; float: left; text-transform:capitalize;}
.uploadResumeWrap .btn-box { float:left; width:auto; margin:0;}
.datebox li input[type="file"] { padding: 0px 20px 0px; font-size: 12px;}
.datebox .txtArea textarea {margin: 15px 0 0;}
.agreebox { margin: 0; padding: 0; float: left; width: 100%; list-style: none;}
.agreebox li [type="checkbox"]:not(:checked) + label, .agreebox li [type="checkbox"]:checked + label { padding: 0px 0 30px 40px; font-size: 13px; line-height: 18px;}
.login-main a { text-decoration: underline;}
.contactMain .tabber ul { padding: 0 0 20px;}
.contactMain .tabber ul li { width: 47%; font-size: 25px;}
form.askForm { float: left; width: 100%;}
.contactMain .smallWid { float: left; width: 60%; font-size: 16px;line-height: 20px; color: #2a3740;}
.contactMain .accordDetail { float: left; width: 100%; background: #f5f5f5;  padding: 20px;}
.contactMain .toggleBox { width: 36%; float: right; margin: 0 0 40px;}
.contactMain .toggleBox ul { list-style: none; margin:0; padding: 0; border-bottom: none; float: left; width: 100%;}
.contactMain .toggleBox ul li { float: left; width: 50%; border-right: none; font-weight:bold; font-size:16px;  margin: 0; padding: 0; text-align: center; text-decoration:none; text-align: center;  border-bottom:none; display: block; padding: 10px 0; -webkit-box-shadow: inset 1px 2px 4px -2px #000000; -moz-box-shadow: inset 1px 2px 4px -2px #000000; box-shadow: inset 1px 2px 4px -2px #000000; border-radius: 15px; background: #f5f5f5; color: #979b9e; position: relative; cursor:pointer; }
.contactMain .toggleBox ul li:first-child { margin: 0 -15px 0 0;}
.contactMain .toggleBox ul li.current { color: #2a3740; z-index: 1;  background: #ffa800;}
.tab-content, .tabnew-content {display: none; float: left; width: 100%;}
.tab-content.current, .tabnew-content.show {display: block;}
.resp-tabs-container .common-table.colored tr td{ text-align:left;}

.feedbackMain .formWrap { padding: 0 30px 30px; float: left; width: 100%;}
.feedbackMain .formWrap p { font-size: 14px; color: #2b3740; margin: 10px 0; padding: 0;}
span.red { color:red;}
.feedbackMain .tabs, .feedbackMain .tabs-new { padding: 0; margin: 10px 0; list-style: none;  float: left; width: 100%;}
.feedbackMain .tabs li, .feedbackMain .tabs-new li { width:33.3%; float:left;}
.feedbackMain .tabber ul li {  font-size: 25px;}

.feedbackMain .tab-link [type="radio"]:checked,
.feedbackMain .tab-link [type="radio"]:not(:checked) {position: absolute;left: -9999px;}
.feedbackMain .tab-link [type="radio"]:checked + label,
.feedbackMain .tab-link [type="radio"]:not(:checked) + label{position: relative; padding-left: 30px; cursor: pointer; line-height: 20px; display: inline-block;color:#000; margin-right:20px}
.feedbackMain .tab-link [type="radio"]:checked + label:before,
.feedbackMain .tab-link [type="radio"]:not(:checked) + label:before { content: '';position: absolute;left: 0; top: 0; border-radius:100%;width:16px;height: 16px;border: 1px solid #fc9300;background: #fff; box-shadow:0 4px 7px rgba(0, 0, 0, 0.1) inset;}
.feedbackMain .tab-link [type="radio"]:checked + label:after,
.feedbackMain .tab-link [type="radio"]:not(:checked) + label:after {content: '';width: 8px;height: 8px; border-radius:100%; background:#ffa800;position: absolute;top: 5px;left: 5px;-webkit-transition: all 0.2s ease; transition: all 0.2s ease;}
.feedbackMain .tab-link [type="radio"]:not(:checked) + label:after {opacity: 0;-webkit-transform: scale(0);transform: scale(0);}
.feedbackMain .tab-link [type="radio"]:checked + label:after {opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
.feedbackMain .formWrap p.discp { font-size: 12px;}
.feedbackMain .askForm .datebox { padding: 0 0 10px;  margin: 10px 0 10px;}
.feedbackMain .datebox .txtArea textarea, .feedbackMain .datebox li.captcha { margin: 0;}
.locationMain .fund-list li [type="radio"]:not(:checked) + label::before, .locationMain .fund-list li [type="radio"]:checked + label::before { top: 20px;}
.locationMain .fund-list li [type="radio"]:not(:checked) + label::after, .locationMain .fund-list li [type="radio"]:checked + label::after { top: 25px;}

.locationMain .tabs-new { list-style: none; margin: 0 0 40px; padding: 0 0 40px; float: left; width: 100%;  border-bottom: 1px solid #d7d7d7;}
.locationMain .tabs-new li { width:25%; float:left;}
.locationMain .tabs-new [type="radio"]:checked,
.locationMain .tabs-new [type="radio"]:not(:checked) {position: absolute;left: -9999px;}
.locationMain .tabs-new [type="radio"]:checked + label,
.locationMain .tabs-new [type="radio"]:not(:checked) + label{position: relative; padding-left: 30px; cursor: pointer; line-height: 20px; display: inline-block;color:#000; margin-right:20px}
.locationMain .tabs-new [type="radio"]:checked + label:before,
.locationMain .tabs-new [type="radio"]:not(:checked) + label:before { content: '';position: absolute;left: 0; top: 24px; border-radius:0; width:20px;height: 20px;border: 1px solid #fc9300;background: #fff; box-shadow:0 4px 7px rgba(0, 0, 0, 0.1) inset;}
.locationMain .tabs-new [type="radio"]:checked + label::after, .locationMain .tabs-new [type="radio"]:not(:checked) + label::after {
    content: "✔"; width: auto; height: auto; border-radius: 0; background: transparent; position: absolute; top: 25px; left: 3px; -webkit-transition: all 0.2s ease; transition: all 0.2s ease;    color: #ffa800;  font-weight: bold;  font-size: 20px;}
.locationMain .tabs-new [type="radio"]:not(:checked) + label:after {opacity: 0;-webkit-transform: scale(0);transform: scale(0);}
.locationMain .tabs-new [type="radio"]:checked + label:after {opacity: 1;-webkit-transform: scale(1);transform: scale(1);}


.branchMain { float: left; width: 100%; display: none; padding: 20px 15px;}
.branchMain ul { width: 100%; float: left; margin:0 0 10px; padding:0; list-style:none; border-bottom:1px solid #d5d8dc;}
.branchMain .distributors ul { border-bottom:none;}
.branchMain ul li { width: 100%; float: left; margin:0; padding:0 0 10px; list-style:none;}
.branchMain p { font-size:14px; color:#2b3740; margin:0;}
.selectMain { width: 28%; float: left;}
.selectMain .selectedvalue { color: #6f6f6f; background: #f5f5f5 url(../img/select-down.png) no-repeat scroll right center; border-radius: 16px; height:48px; line-height:48px; font-size: 15px;font-family: sans-serif;}
.selectMain .selectbg { border: none; box-shadow: inset 1px 2px 4px -2px #000000; height:48px; line-height:48px; border-radius: 16px; margin: 15px 0 0;}
.fundsmain .selectMain select.fund-toggle { margin:0; height:48px; width:100%;}
.selectedvalue { padding: 0; position: absolute;  width: 100%; font-size: 12px; color: #aaaeb2; overflow: hidden; height: 35px;  line-height: 35px; text-align: left; padding: 0 45px 0 20px;   box-sizing: border-box;}
.selectbg { float: left; height: 35px; position: relative;  background: #fff; width: 100%; border-radius: 20px; border: 1px solid #607285; -moz-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1) inset;  -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1) inset; box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1) inset; line-height: 35px; height: 35px; margin-bottom: 5px;}
.selectbg select { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; cursor: pointer; width: 100%;  height: 40px; left: 0; line-height: 35px; position: absolute; top: 0; z-index: 5;  apperance: none;}


.select-date span { float: left;  width: 100%;}
.selectlang .selectMain { float: right;}
.claim-forms label { margin: 30px 10px 0 0;}
.newsMain .selectMain { width: 100%;}
.newsMain .selectlang select { margin:0; height:48px;}
.datebox li .selectMain { width: 100%;}
.datebox select, .selectbg select { height:48px; line-height:48px; margin:0;}
.datebox li .selectMain span.mandatory { top: -3px; right: -5px;}
.claimMain .serviceMain .csrwrap ul li { background: none; box-shadow: none; width: 100%; display: block; margin: 0 0 5px; background: url(../img/dot.png) left 5px no-repeat; padding: 0 0 0 20px;}
.serviceMain .csrwrap .linkBtn { display: inline-block; background: #ffa800; border: none; text-transform: uppercase; font-weight: bold; color: #2a3740;font-family: 'Source Sans Pro', sans-serif;  padding: 10px 30px; box-shadow: 1px 1px 4px -2px #333; font-size: 18px;  margin: 20px 0 10px 30px;}
.claimMain .csrwrap.pdfmain ul li {  min-height: 100px;}
.claimMain .question-pdf .csrwrap ul li { min-height: 75px;}

/* policy-ends*/
/********** Start Select Box *********/
.formMain .selectWrap { width: 100%; float: left;}
.formMain .selectbg { float: left; height: 35px; position: relative; background:#fff; width: 100%;  border-radius:20px; border:1px solid #607285; -moz-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1) inset; line-height:35px; height:35px; margin-bottom:5px;}
.formMain .selectedvalue { padding: 0; position: absolute; width: 100%; font-size: 12px; color: #aaaeb2; overflow: hidden; height: 35px; background: url(../img/down-arrow.png) no-repeat scroll right 10px center; line-height: 35px; text-align: left; padding: 0 45px 0 20px; box-sizing: border-box;}
.formMain .selectbg select { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; cursor: pointer; width: 100%; height: 35px; left: 0; line-height: 35px; position: absolute; top: 0; z-index: 5; apperance: none; margin:0;}
/********** End Select Box *********/
.heading-section{ float:left; width:100%; border-bottom:2px solid #ffa800; margin:10px 0; padding-bottom:15px;}
.heading-section .head-1{ font-size:16px; font-weight:600; text-transform:uppercase; color:#2a3740; margin-bottom:10px;}
.heading-section p{ font-size:18px; font-weight:600; color:#2a3740; margin:0;}
.head-content .heading-section h2, .head-content .heading-section h1{ border-bottom:none; padding:0; margin:0;}
.common-table tr td strong, .common-table tr.hd td{ color:#ffa800; font-weight:bold;}
.common-table td h5{ font-size:16px;}
.parametersMain ul.resp-tabs-list li a.icon-image2.purchase{ background:url(../img/parameter-icon-2.png) 10px 15px no-repeat;}
.parametersMain ul.resp-tabs-list li.resp-tab-active a.icon-image2.purchase{ background-position:10px -48px; background-color:#2b3740;}
.uin-num{ float:left; width:80%; margin:0 0 0 80px;}
.uin-num p{ color:#666666; font-size:16px; margin:0; padding:0;}
.pay-premium{ margin:20px 0;}
.pay-premium .ac-heading{ font-size:21px; font-weight:400; color:#2a3740;}
.pay-premium .accordDetail {padding: 2% 3%;}
.pay-premium .accordDetail p, .pay-premium .accordDetail ul li{ font-size:16px;}
.pay .thumb{ width:100%; text-align:center;}
.sitemap-main{ float:left; width:100%;}
.sitemap-main .sitemap{float:left; width:100%; border-bottom:1px solid #d7d7d7; padding-bottom:10px; margin:0 0 10px 0;}
.sitemap-main .sitemap ul.site{ float:left; width:100%; list-style:none; margin:0; padding:0;}
.sitemap-main .sitemap ul.site li{ float:left; width:33.33%; padding:0 3%; border-right:1px solid #d7d7d7; margin-bottom:30px;}
.sitemap-main .sitemap ul.site li:last-child{ border-right:none;}
.sitemap-main .site-heading-main{ float:left; width:100%; font-size:21px; font-weight:600; line-height:25px; margin:10px 0; padding:0; color:#2a3740;}
.sitemap-main .sitemap .sub-head{float:left; width:100%; padding:10px 15px; background:#2a3740; color:#ffa800; font-weight:600; font-size:21px; line-height:100%;}
.sitemap-main .sitemap .sub-head a{color:#ffa800; text-decoration:none; outline:none;}
.sitemap-main .sitemap .sub-head a:hover{ text-decoration:underline;}
.sitemap-main .sitemap ul.site li ul{ list-style:none; background:#f5f5f5; float:left; width:99.5%; padding:10px 15px 15px; margin:0;}
.sitemap-main .sitemap ul.site li ul li{ width:100%; border-right:none; margin:3px 0; padding:0 0 0 20px; font-size:16px; color:#2a3740; background:url(../img/dot.png) left 5px no-repeat;}
.sitemap-main .sitemap ul.site li ul li a{ outline:none;color:#2a3740;}
.sitemap-main .sitemap .site-heading-main{ padding-left:35px;}
.sitemap-main .sitemap ul.site li .site-heading-main{ padding-left:0;}
.sitemap-main .sitemap ul.site li ul li ul{ min-height:20px; padding:5px 0;-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.0);
-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.0);
box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.0);}
.sitemap-main .sitemap ul.site li ul li ul li{ background:url(../img/left-arrow.png) left 5px no-repeat;}
.sitemap-main .sitemap .equalHeight{ min-height:360px;}
.sitemap-main .sitemap .equalHeight2{ min-height:205px;}
.sitemap-main .sitemap .equalHeight3{ min-height:290px;}
.noborderBottom{ border-bottom:none !important;}
.sitemap-main .sitemap ul.site li > ul{-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.26);
-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.26);
box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.26);}
.divBox-border{ display:block; width:100%; border:1px solid #d4d4d4; margin:10px 0; padding:0 20px;}
.chatBox-main .chat-logo{ float:left; width:100%; text-align:right; margin:0;}
.chatBox-main .chat-discp{ font-size:11px; color:#fff; margin:0; padding:0; float:left; width:100%; line-height:13px;}


	/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 959px) {
body{background:#fff;	position:relative;height:100%;width:100%;}	
body::after {opacity: 0.5;transition: visibility 0s linear 0s, opacity 0.25s ease-in 0.25s; visibility: visible;}
body::after {background: #000 none repeat scroll 0 0;box-sizing: border-box;content: " "; display: block;opacity: 0;transition: visibility 0s linear 0.5s, opacity 0.5s ease-out 0s;visibility: hidden;z-index: 110;bottom: 0;left: 0;position: fixed;right: 0;top: 0;}	
.menu-link{ position:relative; float:left; width:30px; outline:none; text-decoration:none; display:block; top:15px;}
.menu-link ul{ list-style:none; margin:0; padding:0;}
.menu-link ul li{ float:left; width:100%; height:3px; background:#2a3740; margin:1px 0;}
.headerOne .logo{ width:100px; position:relative;}
.headerOne .logo img{ max-width:100%;}
.headerOne .tallfree{ position:relative; font-size:9px;width:80%; text-align:right;}
header{ padding:0 2%;}
.headerOne .login a.login, .headerOne .login a.register{ height:22px; line-height:22px;}
.headerOne .login{ font-size:12px;}
.headerOne .rightPart .search{ margin-left:5px; width:35px;}
.headerOne .rightPart .search input[type="button"]{ width:35px;}
.headerOne .rightPart .search input[type="search"]{ padding:0 10px; position:absolute; right:0; top:41px; background:#fff; z-index:5; line-height:30px; height:30px; color:#90a1a9;}
.headerOne .rightPart .search input[type="search"].show-search{ display:none;}
.headerOne .rightPart .search input[type="search"].show-search.serchwidth{ display:block;}
.headerOne .rightPart{ margin:5px 0 0;}
.headerOne .login a.login{ padding-left:10px;}
.headerOne .login a.register{ padding-right:10px;}
.headerTwo{ position:absolute; width:80%;height:640px;overflow:auto; left:-80%; z-index: 6;-webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out;}
.headerTwo.open{ left:0; z-index:105;}
.firstNav > ul > li:hover .sub-menu{ width:100%;}
.headerTwo .left-part, .headerTwo .right-part{ width:100%; margin:0;}
.headerTwo .mainHeading{ border:none; border-radius:0px; font-size:16px; margin:0; width:100%; text-align:left; border-bottom:1px solid #c0c2c4; font-weight:600; padding:0 20px; line-height:35px; position:relative;}
.headerTwo .secondaryNav > ul .sub-menu, .firstNav > ul .sub-menu{ position:relative; width:100%; display:none; margin:0;}
.headerTwo .secondaryNav > ul > li a{ background:#666666; color:#fff; border-radius:0px; box-shadow:none; text-align:left; position:relative;}
.headerTwo .secondaryNav > ul .sub-menu .sub-child::before, .firstNav > ul .sub-menu .sub-child::before{ border-width:0px;margin-left: 0px;}
.headerTwo .secondaryNav > ul .sub-menu .sub-child::after, .firstNav > ul .sub-menu .sub-child::after{ border-width:0px;margin-left: 0px;}
.headerTwo .secondaryNav > ul > li:hover a, .firstNav > ul > li:hover a{ background:transparent; color:#fff;}
.headerTwo .secondaryNav > ul li:hover > .sub-menu, .firstNav > ul li:hover > .sub-menu{ position:relative; text-align:left; padding:0; display:none;}
.headerTwo .secondaryNav > ul > li > ul > li a, .firstNav > ul > li > ul > li a{ color:#2a3740;}
.headerTwo .secondaryNav > ul > li:hover a{ background:#666666; color:#fff}
.headerTwo .secondaryNav > ul .sub-menu .sub-child, .firstNav > ul .sub-menu .sub-child{ background:#fff; border:none; padding:0; box-shadow:none;}
.headerTwo .left-part .secondaryNav > ul, .firstNav > ul{ padding:0; float:left; width:100%;}
.headerTwo .secondaryNav > ul > li, .firstNav > ul > li{ width:100%; margin:0;}
.headerTwo .secondaryNav > ul > li a{ padding-left:40px; border-bottom:1px solid #d1d1d1; line-height:35px;}
.headerTwo .secondaryNav > ul .sub-menu li a, .firstNav > ul .sub-menu li a, .headerTwo .secondaryNav > ul .sub-menu li a:hover, .firstNav > ul .sub-menu li a:hover{ color:#2a3740; font-size:14px; background:#fff;}
.headerTwo .secondaryNav > ul .sub-menu li, .firstNav > ul .sub-menu li{ border-bottom:1px solid #efefef;}
.headerTwo .secondaryNav > ul > li > ul.sub-child > li a:hover, .firstNav > ul > li > ul.sub-child > li a:hover{ background:#fff;}
.headerTwo .secondaryNav > ul .sub-menu li p, .firstNav > ul .sub-menu li p{ display:none;}
.headerTwo .right-part .secondaryNav > ul{ padding:0; float:left; width:100%;}
.headerTwo .secondaryNav > ul .sub-menu .sub-child .sub-child, .firstNav > ul .sub-menu .sub-child .sub-child{ margin-left:15px;}
.headerTwo .secondaryNav > ul > li a.active{ background:#fc9200; display:block;}
.headerTwo .secondaryNav{ margin-bottom:0; display:none;}
.headerTwo .secondaryNav.open{ display:block;}
.headerTwo .mainHeading:after{border: solid white;border-width: 0 2px 2px 0;display: inline-block;padding: 3px; position:absolute; right:20px; top:13px;transform: rotate(45deg); -webkit-transform: rotate(45deg); content:"";}
.headerTwo .mainHeading.active:after{transform: rotate(-135deg); -webkit-transform: rotate(-135deg); top:15px;}
.headerTwo .secondaryNav > ul > li.has-submenu a:after, .firstNav > ul > li.has-submenu a:after{border: solid white;border-width: 0 2px 2px 0;display: inline-block;padding: 3px; position:absolute; right:20px; top:13px;transform: rotate(45deg); -webkit-transform: rotate(45deg); content:"";}
.headerTwo .secondaryNav > ul > li.has-submenu a.active:after, .firstNav > ul > li.has-submenu a.active:after{transform: rotate(-135deg); -webkit-transform: rotate(-135deg); top:15px;}
.firstNav > ul > li .sub-menu{ position:relative; float:left; width:100%; margin:0; padding:0; border:none;}
.firstNav > ul > li:hover .sub-menu{ display:none;}
.firstNav > ul > li:hover a{ border-top:none;border-left:none;border-right:none; border-bottom:1px solid #ededed;}
.firstNav > ul > li a{ display:block; border-bottom:1px solid #fff; border-top:none;}
.firstNav > ul > li > ul > li:hover{ padding-left:0px;}
.firstNav > ul > li a{ background:transparent; color:#fff; border-radius:0px; box-shadow:none; text-align:left; position:relative;}
.firstNav > ul > li a{ border-bottom:1px solid #d1d1d1;}
.firstNav > ul > li .sub-menu a:hover{ color:#2a3740;}
.firstNav{ margin:0; padding:0;}
.firstNav > ul > li .sub-menu a{ font-size:14px;}
.firstNav > ul > li:hover{-ms-transform: scale(1); /* IE 9 */-webkit-transform: scale(1); /* Safari */ transform: scale(1); border:none;}
.firstNav > ul > li ul.sub-menu li{ border:none; margin:0; background:#fff; padding:0;}
.firstNav > ul > li .sub-menu li a{padding-left:40px; line-height:30px;}
.firstNav > ul > li:hover .sub-menu li a{ color:#2a3740; display:block; border-bottom:1px solid #ededed;}
.firstNav > ul > li{ border-right:none; font-weight:600;}
.fade { position: absolute;width: 100%;height: 100vh; top: 0;left: 0;background: #000;background: rgba(0, 0, 0, 0.8);z-index: 102;display: none;}
.closeBtn{ position:absolute; right:5%; top:2%; z-index:105;}
.closeBtn a{ text-decoration:none; outline:none;}
.left-sticky ul li a:hover, .right-sticky ul li a:hover{ width:40px;}
.right-sticky{ top:28%; z-index:7; width:auto; max-width:40px;}
.left-sticky{ top:auto; bottom:2%; right:0; left:auto; width:auto;z-index:7;}
.left-sticky ul li{ width:auto; margin:0 3px;}
.right-sticky ul li{ margin:3px 0;}
.get-a-call{ display:block;z-index:7; position:fixed; bottom:2%; left:2%; background:#2a3740; font-size:14px; color:#fff; padding:0 10px; border-radius:15px; line-height:40px; display:inline-block; outline:none; text-decoration:none;}
.get-a-call i{ margin:0 5px;}
.right-sticky ul li a, .left-sticky ul li a, .right-sticky ul li a div.icon1, .right-sticky ul li a div.icon2, .right-sticky ul li a div.icon3, .right-sticky ul li a div.icon4, .left-sticky ul li a div.icon1, .left-sticky ul li a div.icon2, .left-sticky ul li a div.icon3{ height:40px; width:40px; line-height:40px; border-radius:50%;}
.right-sticky ul li.share-row { height:40px; width:40px; line-height:40px; border-radius:50%;}
.formMain{ border:2px solid #6e6e6e; left:0; right:0; margin:5% auto auto auto; top:0; height:400px; bottom:0; overflow:auto; width:260px;}
.close{ display:block; position:absolute; right:5%; top:10px; outline:none; width:15px;}
.close img{ max-width:100%;}
.formMain h2{ margin:0 0 10px;}
.formMain input[type="text"], .formMain select, .formMain .captchaMain input[type="text"]{ line-height:28px; height:28px;}
.formMain textarea{ height:45px;}
.formMain .agree span{ font-size:10px; line-height:12px;}
.formMain .captchaMain .cap-value{ width:75px;}
.formWrapper{ display:none;}
.formWrapper.fade{ display:block; z-index:105; position:fixed;}
.spotlightBanner{ float:left; width:100%; background:url(../img/spotlight-1-mob.jpg) center top no-repeat; height:410px;}
.home-main-banner{ min-height:110px;}
.how-much .find-out{ font-size:16px; line-height:20px; text-align:center; padding:7px 10px;}
.how-much .find-out h1{ margin:0; padding:0;font-size:16px; line-height:20px;}
.calculation-main .calc-left, .calculation-main .calc-right{ width:100%;}
.calculation-main .ui-slider-handle.ui-corner-all.ui-state-default{ font-size:21px; min-width:25px;}
.calculation-main .calculate .category{ padding:0; width:100%; text-align:center; font-size:14px; margin:0 0 5px;}
.calculation-main .calculate .cal-rang{ width:94%; padding:0 3%; margin:10px 0 0;}
.calculation-main .calculate .cal-amount{ width:46%; text-align:center; font-size:14px; margin:0 27% 10px;}
.how-much .calculation-main{ display:block;}
.calculation-main .calc-left{ padding-top:0px;}
.calculation-main .calculate{ margin-bottom:10px;}
.calculation-main .result-amt h2{ font-size:16px; margin:0 0 10px;}
.calculation-main .result-amt .amount{ font-size:30px; margin:10px 0;}
.calculation-main .result-amt i{ font-size:26px;}
.calculation-main .result-amt .btn a{ font-size:16px; line-height:35px; height:35px;}
.calculation-main .result-amt .btn{ margin:5px 0;}
.calculation-main .result-amt{ padding:20px; text-align:center;}
.planHeading{ font-size:16px;line-height:20px; text-align:center; padding:7px 10px;}
.planHeading h2{font-size:16px;line-height:20px;}
.plansLifestageMain .tabber ul li{ width:50%;}
.plansLifestageMain .tabber{ padding:5%;}
.plansLifestageMain .plan-for{ padding:0; text-align:center; margin:5px 0 10px;}
.plansLifestageMain .tabber ul li a .radioBtn{ margin-right:5px; top:6px;}
.plansLifestageMain .tabber ul li a.active .radioBtn::after{ bottom:21px;}
.plansLifestageMain .tabContent .objects{ font-size:14px;}
.plansLifestageMain .objects ul li{ font-size:12px;}
.plansLifestageMain .tabContent .objects{ padding:10px 5%;}
.plansLifestageMain .tabContent .chooseOptions{ margin-left:0; margin-top:5px;}
.plansLifestageMain .tabContent [type="radio"]:checked + label, .plansLifestageMain .tabContent [type="radio"]:not(:checked) + label{ margin-right:5px;}
.mob-foot-links{ display:block;}
.footer-section-one{ background:#fff;}
.footer-section-one .box{ width:100%; margin-right:0; min-height:10px;}
.footer-section-one{ padding:0; margin:10px 0;}
.footer-section-one .box h2{ padding:7px 15px; position:relative; cursor:pointer; margin:3px 0; background:#2a3740; text-transform:capitalize;}
.footer-section-one .box h2:after{ content:"+"; position:absolute; right:2%; top:0%; padding:0.5em;}
.footer-section-one .box h2.active:after{ content:"-"; top:-10%;}
.footer-section-one .box ul{ display:none; width:100%; margin:0; padding:10px 0 10px 15px; background:#fff;}
.footer-section-one .box ul li a{ color:#2a3740;}
.footer-section-one .box ul li{ line-height:22px;}
.footer-section-one .box.box1{ width:100%;}
.calculation-main .calc-left{ height:150px; overflow:hidden; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out;}
.calculation-main .calc-right{ height:0px; overflow:hidden; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out;}
.plansLifestageMain .objects ul li{ margin-bottom:5px;}
header{ background:#f3f3f3;}
.home-main-banner .slick-dots li button::before{ font-size:50px;}
.plansWrapper .plans{ width:99%;}
.copy-rt{ margin-bottom:60px; font-size:12px;}
.home-main-banner .slick-slide{ overflow:hidden;}
.home-main-banner a{ display:block;}
.home-main-banner img{ width:130%; margin-left:-30%; max-width:130%;}
/**** Plan Listing Page ******/
.head-content{ width:76%; margin:20px 12%;}
.plansListMain{ width:94%; margin:0 3% 20px;}
.head-content h2, .head-content h1{ font-size:40px; padding:10px 0;}
.head-content p{ font-size:13px; line-height:16px;}
.discpBox h3, .discpBox h2{ font-size:18px; margin:5px 0;}
.discpBox p, .plan-wrapper .btn a{ font-size:13px;}
.plan-wrapper .btn a{ padding:0 20px;}
.discpBox .thumbImage img{ width:70px;}
.discpBox .thumbImage{ margin:0 0 5px;}
.plan-wrapper .btn{ margin:15px 0;}
.discpBox{ padding:2% 1% 0 2%;}
.discpBox p{ line-height:15px;}
/**** End Plan Listing Page ******/
/****  Product Page ******/
.parametersMain .mainHeading{ font-size:24px;}
.parametersMain .mainHeading img{ width:70px;}
.parametersMain .parameterTab{ width:94%; margin:20px 0%;}
.parametersMain .resp-tabs-container { background:#f1f1f1}
.parametersMain .resp-vtabs .resp-tabs-container, .parametersMain.dream-main .resp-vtabs .resp-tabs-container{ width:100%; padding:0; border-radius:0; min-height:120px;}
.parametersMain .resp-tab-content{ background:#fff;}
.parametersMain .resp-accordion{ float:left; width:100%; font-size:18px; line-height:18px; padding:0 !important; font-weight:400; margin:5px 0; background:#fff; border:none;}
.parametersMain h2.resp-tab-active span.resp-arrow{border-bottom: 8px solid #fff; margin:27px 9% 0%;}
.parametersMain .resp-arrow{ margin:27px 9% 0%;border-top: 8px solid #ffa800;}
.parametersMain h2.resp-tab-active{ background:none !important;}
.parametersMain .resp-accordion:last-child{ border-bottom:none;}
.parametersMain .resp-accordion a{ text-decoration:none; outline:none; color:#2b3740; display:block; padding:20px 20px 20px 70px;}
.parametersMain .resp-accordion.resp-tab-active a{ color:#fff;}
.parametersMain .resp-accordion a.icon-image1{ background:url(../img/parameter-icon-1.png) 10px 9px no-repeat;}
.parametersMain .resp-accordion a.icon-image2{ background:url(../img/parameter-icon-2.png) 10px 9px no-repeat;}
.parametersMain .resp-accordion a.icon-image3{ background:url(../img/parameter-icon-3.png) 10px 8px no-repeat;}
.parametersMain .resp-accordion a.icon-image4{ background:url(../img/parameter-icon-4.png) 10px 17px no-repeat;}
.parametersMain .resp-accordion a.icon-image5{ background:url(../img/parameter-icon-5.png) 10px 18px no-repeat;}
.parametersMain .resp-accordion a.icon-image6{ background:url(../img/parameter-icon-6.png) 10px 13px no-repeat;}
.parametersMain .resp-accordion a.icon-image7{ background:url(../img/parameter-icon-7.png) 10px 13px no-repeat;}
.parametersMain .resp-accordion a.icon-image8{ background:url(../img/parameter-icon-8.png) 10px 13px no-repeat;}
.parametersMain .resp-accordion a.icon-image9{ background:url(../img/parameter-icon-9.png) 10px 15px no-repeat;}
.parametersMain .resp-accordion a.icon-image10{ background:url(../img/parameter-icon-10.png) 10px 6px no-repeat;}
.parametersMain .resp-accordion a.icon-image11{ background:url(../img/parameter-icon-11.png) 10px 15px no-repeat;}
.parametersMain .resp-accordion a.icon-image12{ background:url(../img/parameter-icon-12.png) 10px 15px no-repeat;}
.parametersMain .resp-accordion a.icon-image13{ background:url(../img/parameter-icon-13.png) 10px 20px no-repeat;}
.parametersMain .resp-accordion.resp-tab-active a.icon-image1{ background-position:10px -53px; background-color:#2b3740;}
.parametersMain .resp-accordion.resp-tab-active a.icon-image2{ background-position:10px -53px; background-color:#2b3740;}
.parametersMain .resp-accordion.resp-tab-active a.icon-image3{ background-position:10px -52px; background-color:#2b3740;}
.parametersMain .resp-accordion.resp-tab-active a.icon-image4{ background-position:10px -45px; background-color:#2b3740;}
.parametersMain .resp-accordion.resp-tab-active a.icon-image5{ background-position:10px -45px; background-color:#2b3740;}
.parametersMain .resp-accordion.resp-tab-active a.icon-image6{ background-position:10px -50px; background-color:#2b3740;}
.parametersMain .resp-accordion.resp-tab-active a.icon-image7{ background-position:10px -43px; background-color:#2b3740;}
.parametersMain .resp-accordion.resp-tab-active a.icon-image8{ background-position:10px -50px; background-color:#2b3740;}
.parametersMain .resp-accordion.resp-tab-active a.icon-image9{ background-position:10px -48px; background-color:#2b3740;}
.parametersMain .resp-accordion.resp-tab-active a.icon-image10{ background-position:10px -94px; background-color:#2b3740;}
.parametersMain .resp-accordion.resp-tab-active a.icon-image11{ background-position:10px -48px; background-color:#2b3740;}
.parametersMain .resp-accordion.resp-tab-active a.icon-image12{ background-position:10px -48px; background-color:#2b3740;}
.parametersMain .resp-accordion.resp-tab-active a.icon-image13{ background-position:10px -42px; background-color:#2b3740;}
.parametersMain .parameters .heading{ display:none;}
.parametersMain .parameters ul li{ font-size:14px;}
.parametersMain .parameters .years p, .parametersMain .parameters .years .year-rang span{ font-size:12px;}
.parametersMain .parameters .years{ margin:0 0 0 10px;}
.parametersMain .parameters .yearBig span{ line-height:20px;}
.parametersMain .parameters .years .year-rang.big{ font-size:54px; line-height:55px;}
.parametersMain .resp-accordion a span{ display:none;}
.parametersMain .parameters ul{ margin:0;}
.parametersMain .parameters .yearBig, .parametersMain .parameters .years .year-rang{ font-size:20px; line-height:25px;}
.parametersMain .parameters .yearBig{ margin:10px 0 0 10px}
.parametersMain .parameters .years p{ padding-left:0;}
.featuredMain .tabber ul li{ font-size:15px; padding:8px 0; width:32%; margin:0 0.5%;}
.featuredMain .tabber{ width:94%; margin: 0 3%;}
.featuredMain .tabber ul li a{ padding:5px;}
.featuredMain .tabContent .content-detail .discp p{ font-size:13px; line-height:18px;}
.featuredMain{ width:94%; margin:0 3%;}
.featuredMain .tabContent .content-detail .why-buy-main .why-buy h2, .featuredMain .tabContent .content-detail .why-buy-main .why-buy .why-sub-head{ background: #ffa800; font-size:15px; padding:5px 20px; margin:0 0 10px}
.featuredMain .tabContent .content-detail .why-buy-main .why-buy p{ font-size:14px; line-height:18px; padding:0 10px 10px 20px;}
.featuredMain .tabContent .content-detail .why-buy-main .why-buy{ width:100%; background:#f4f4f4; padding-right:0;}
.featuredMain .tabContent .content-detail .discp{ width:100%; text-align:center; border-bottom:2px solid #ffa800; margin:0 0 10px;}
.featuredMain .tabContent .content-detail .why-buy-main{ margin:0}
.featuredMain .tabContent .content-detail .why-buy-main .why-buy{ margin:5px 0;}
.downloads-brouch h2{ font-size:24px; text-align:center;}
.downloads-brouch h2 span{ display:inline-block; padding:10px 5px; border-bottom:1px solid #ffa800;}
.downloads-brouch ul li{ width:47%; margin-bottom:15px;}
.downloads-brouch ul li .title h3, .downloads-brouch  ul li .title .download-Head{ font-size:11px; margin:0;}
.downloads-brouch ul li .title p{ font-size:10px; margin:0; line-height:14px;}
.downloads-brouch ul li .icon{ width:22%;}
.downloads-brouch ul li .title{ width:78%;}
.downloads-brouch ul{ margin:10px 0 0;}
.featuredMain .tabber ul li a.active{ font-weight:300;}
.featuredMain .tabContent .benifitsMain .heading{background: #ffa800; font-size:15px; padding:5px 20px; margin:0 0 10px; border:none;}
.featuredMain .tabContent .benifitsMain .heading span{ border:none; padding:0;}
.featuredMain .tabContent .benifitsMain ul.criteria li{ width:46%; min-height:200px; margin-bottom:15px;}
.featuredMain .tabContent .benifitsMain ul.criteria li h2, .featuredMain .tabContent .benifitsMain ul.criteria li .c-head{ font-size:13px; line-height:16px; min-height:60px;}
.featuredMain .tabContent .benifitsMain ul.criteria li p{ font-size:11px; line-height:14px;}
.featuredMain .tabContent .benifitsMain .b-content h2{ font-size:14px; padding:0 0 0 10px;}
.featuredMain .tabContent .benifitsMain .b-content p, .featuredMain .tabContent .tax-ben, .featuredMain .tabContent .note{ font-size:12px; line-height:16px;}
.featuredMain .tabContent .how-works-breif p{ font-size:14px; line-height:20px;}
.featuredMain .tabContent .content-detail .discp p{ font-size:14px;}
.breadcrumb { width:100%; margin:0%; padding:6px 2%;}
.plansListMain.funds-Nav .discpBox h3, .plansListMain.funds-Nav .discpBox h2{ font-size:16px;}
.plansListMain.funds-Nav .btn{ margin:5px 0;}
.innerBanner .bannerContent{ top:95px;}
.innerBanner .bannerContent h2{ font-size:24px;}
.innerBanner .bannerContent .btn a{ font-size:13px; line-height:30px; height:30px; padding:0 25px;}
.innerBanner .bannerContent .btn{ margin:20px 0;}
.aboutListMain{ width:96%; margin:0 2%; text-align:left;}
.aboutListMain .aboutList h2{ font-size:32px; padding:0 0 0 10px; margin:0;}
.aboutListMain .aboutList .discpBox{ min-height:280px;}
.aboutListMain .guiding-principle ul li{ margin:0;}
/**** End Product Page ******/

/**** geetika css starts ******/
.parametersMain.dream-main .parameters .years .year-rang, .parametersMain.dream-main .parameters .yearBig { font-size: 20px; line-height: 24px;}	
.parametersMain.dream-main .parameters .years { float: left; width: 100%;}
.parametersMain.dream-main .parameters.sum-assure ul li { padding: 0 0 10px; width: 100%; border-bottom: none; margin: 0;}	
.parametersMain.dream-main .parameters.sum-assure ul li:first-child {border-bottom:1px solid #ffa800; margin-bottom:10px;}
.parametersMain .plan-desc { font-size: 16px; line-height: 24px; padding: 0px 15px 40px;}
.featuredMain .tabContent .benifitsMain ul.death-benefits { margin: 10px 0 10px 10px;}
.featuredMain .tabContent .benifitsMain ul.death-benefits li {font-size: 14px; line-height: 18px;}
.common-table th { font-size: 16px; line-height: 22px; padding: 0 5px;}
.common-table, .common-table td { font-size: 14px; line-height: 18px;}
.nice{ height:auto;}
.featuredMain ul.common li{ font-size:13px; text-align:left;}
.parametersMain .parameters .years.seventy, .parametersMain .parameters .years.thirty{ width:100%;}
.parametersMain .parameters .yearBig, .parametersMain .parameters .years .year-rang{ width:100%;}
.featuredMain .tabContent .benifitsMain .b-option .heading { font-size: 14px;}
.b-option { float: left; width: 100%; padding: 0 10px 0;}
.b-left, .b-right { width: 100%;}
.b-option { padding: 10px 10px 0;}
.scene-left, .scene-right { display: block; vertical-align: middle; width: 100%;}
.why-buy-head h3 { font-size: 18px; line-height: 20px;  margin: 5px 0 5px;}
.featuredMain ul.common { margin: 10px 0 20px 0px; padding: 0;}
.head-wrap { padding:20px; margin-bottom:20px;} 
.head-wrap .heading { font-size: 16px; }
.head-wrap .heading span { min-width: 135px;}
.head-wrap ul { padding-left: 0;}
.head-wrap ul li { font-size: 14px;}
.head-wrap .qrops-quote { font-size:14px;}
.head-wrap .qrops-quote span { font-size:12px; }
.product-step p { font-size: 14px; }
.premium-payment td strong { font-size: 20px;}
.parametersMain .parameters ul.min-pre li { font-size: 20px; line-height: 24px;}
.parametersMain .parameters ul.min-pre li .annual-years { font-size: 16px; line-height: 20px; padding: 0 0 5px 0px;}
.jevan-scenraio h4 { font-size: 17px; line-height: 21px; margin-bottom: 5px;}
.home-main-banner .owl-dots{max-width:800px;}
.min-pre li .year-rang strong { font-size: 20px; line-height: 26px; padding-left: 10px;}
.parametersMain.dream-main .resp-vtabs .resp-tabs-container.fivetab  { min-height: 100%;}
.parametersMain.dream-main .resp-vtabs .resp-tabs-container.fiveshort { min-height: 100%;}
.innerBanner img{ max-width:130%; margin-left:-30%;}
/****  geetika css ends  ******/
.head-banner .banner-image, .head-banner .banner-content{ width:100%; height:auto;}
.our-team-main{ width:94%; margin:0 3%;}
.our-team-main .members-main .accordDetailBox .member-image, .our-team-main .teammain .member-image{ width:100%; padding:0;}
.our-team-main .members-main .accordDetailBox .detailBoxWrap, .our-team-main .members-main .detailBoxWrap {width:100%;}
.innerMain{ z-index:5;}
.our-team-main .members-main .member-heading a{ background-position:95.8% 35px;}
.head-banner .banner-image img{ width:100%;}
.mainContent{ width:94%; margin:0px 3% 20px;}

.our-team-main { width: 100%; margin: 0;}
.csrmain .tabber ul li { font-size: 15px; padding: 8px 0;  margin: 0 0.5%;}
.csrmain .tabContent .csrwrap p { font-size: 14px; line-height: 19px;}
.csrmain .csr-right { padding-left: 20px;}
.csrmain .csr-right h5 { font-size: 18px; line-height: 21px;}
.csrmain .csrwrap ul li .title h3 { font-size: 14px;}
.ac-heading h3 { font-size: 18px;}
.csrmain .csrwrap ul { margin: 10px 0 0 0px;}
.csrwrap .csrpartbox ul li { font-size:16px;}
.head-banner .head-info p { font-size: 15px; line-height: 23px; }
.csrmain .csrwrap ul li .icon { width: 22%;}
.csrmain .csrwrap ul li .icon img { max-width: 100%;}
.csrmain .csrwrap ul li .title {  width: 78%;}
.accbox, .funds-disc { width: 100%;  margin: 20px 0%;}
.csrwrap ul li .icon {  width: 15%;}
.csrwrap ul li .title { padding-left: 10px;}
.fund-pro-list .fund-list li { width: 50%;}
.nri-main{ width:94%; margin:0 3% 20px;}
.nri-main .right-section .accordDetail .formWrapper{ display:block;}
.nri-main .right-section .accordDetail .formWrapper .formMain{ height:auto;}
.mainContent .left-section{ width:100%; border-right:none; padding:0;}
.mainContent .right-section{ width:100%; padding:0;}
.nri-main .product-offering .p-left, .nri-main .product-offering .p-right{ width:100%; margin-right:0;}
.nri-main .left-section h2{ font-size:18px;}
.nri-main .right-section .ac-heading{ font-size:16px;}
.nri-main .right-section .accordDetail .bullet li{ font-size:14px;}
.nri-main .blog-discp .b-discp{ padding:0 3%;}
.login-main, .detail-sms{width:94%; margin:0 3% 20px;}
.detail-sms ul li .title{ font-size:16px;}

/* claims-starts*/

.claimbar .claimwrap .setpDetail li { font-size: 14px; line-height: 20px; }
.claimbar .claimwrap .portal_link { font-size: 15px; padding: 10px 25px; padding-bottom: 10px; margin-bottom: 20px;}
.claimbar .claimwrap .setpDetail li ul { padding: 0 0 0 20px;}
.claimbar .assureUL li h3.title { font-size: 20px; line-height: 22px;}
.claimbar .text p { font-size: 14px; line-height: 22px; text-align: left;}
.claimbar .assureUL li { padding:0 20px;}
.claimbar .claimwrap .seq { width: 6%; font-size: 14px;}
.claimbar .claimwrap ul.setpDetail li .cont { float: left; width: 94%;}
.datebox input, .datebox input.dateshow {  width: 100%; font-size: 14px;}
.datebox li { padding-right: 20px;}
.datebox li.heading h3 { font-size: 18px;}

/* claims-ends*/
.work-scene{ float:left; display:block;}
.claimMain .csrwrap.pdfmain ul li {  min-height: 120px;}
.pay-premium .ac-heading{ font-size:16px;}
.pay-premium .accordDetail p, .pay-premium .accordDetail ul li{ font-size:14px;}
.sitemap-main .site-heading-main{ font-size:18px;}
.sitemap-main .sitemap .sub-head{ font-size:16px;}
.sitemap-main .sitemap ul.site li ul li{ font-size:14px;}
}

@media only screen and (max-width: 767px) {
.headerOne .tallfree{ position:relative; font-size:9px;width:55%; text-align:right;}
.plansWrapper{ padding:20px 0%; background:#f9f9f9;}
.plansWrapper .plans{ width:70%; margin:0px 15%;}
.plansWrapper .plans .plan{ width:100%; margin:0; min-height:100px; padding:5px;}
.plans .slick-slide{ opacity:0.5;-ms-transform: scale(0.8); /* IE 9 */-webkit-transform: scale(0.8); /* Safari */ transform: scale(0.8); -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;}
.plans .slick-slide.slick-current.slick-center{-ms-transform: scale(1.5); /* IE 9 */-webkit-transform: scale(1.5); /* Safari */ transform: scale(1.5); z-index:5;opacity:1;}
.plans .slick-list{ overflow:visible;}
.plansWrapper .plans .plan h2{ font-size:14px; line-height:14px; padding:10px 0;}
.plansWrapper .plans .plan p{ font-size:9px; line-height:10px; margin:5px 0;}
.plansWrapper .know-btn a{ font-size:10px; padding:0 12px;}
.plansWrapper .know-btn{ position:relative; bottom:0;}
.plansWrapper .slick-prev{ background:none; left:-28%; width:40%; top:38%; height:100%;}
.plansWrapper .slick-next{ background:none; right:-28%; width:40%; top:38%; height:100%;}
.plansWrapper .container{ width:96%; margin:0 2%; overflow:hidden;}
.plansLifestageMain a{ font-size:12px; line-height:15px;}
.footer-section-two .foot-address{ width:100%; font-size:11px; line-height:15px;border-bottom:1px solid #ececec; padding-bottom:15px;}
.footer-section-two .socialIcons{ width:100%; text-align:center; margin:20px 0;}
.footer-section-three{ font-size:12px; line-height:15px; padding:10px 15px;}
.copy-rt{ font-size:11px; text-align:center; margin-bottom:55px;}
/**** Plan Listing Page ******/
.head-content{ width:76%; margin:20px 12%;}
.plansListMain{ width:90%; margin:0 5% 20px; box-shadow:none;}
.head-content h2, .head-content h1{ font-size:22px; padding:10px 0;}
.head-content p{ font-size:14px; line-height:20px;}
.imageBox, .discpBox{ width:100%; text-align:center;}
.discpBox h3, .discpBox h2{ font-size:22px;}
.discpBox p, .plan-wrapper .btn a{ font-size:14px;}
.plan-wrapper .btn a{ padding:0 20px;}
.planList, .aboutListMain .aboutList{-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.47); -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.47); box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.47);}
.plansListMain.funds-Nav .btn{ margin:15px 0;}
.plansListMain.funds-Nav .discpBox, .plansListMain.funds-Nav .discpBox.upAlign{ padding:2% 15% 0 15%;}
.innerBanner .bannerContent{ top:95px;}
.innerBanner .bannerContent h2{ font-size:16px;}
.innerBanner .bannerContent .btn a{ font-size:12px; line-height:27px; height:27px; padding:0 20px;}
.innerBanner .bannerContent .btn{ margin:10px 0;}
.formMain.focused{ height:350px;}
.aboutListMain .aboutList .imageBox, .aboutListMain .aboutList .discpBox{ width:100%;}
.aboutListMain .aboutList h3{ margin-right:0;}
.aboutListMain .aboutList .imageBox, .aboutListMain .aboutList .discpBox{ text-align:left;}
.aboutListMain .aboutList h2{ font-size:22px; margin:20px 0 0; padding:0 0 0 10px;}
.aboutListMain .aboutList h3{ font-size:14px; line-height:18px; margin:5px 0; padding:0 0 10px 10px;}
.discpBox p, .plan-wrapper .btn a{ font-size:12px;}
.aboutListMain .aboutList .discpBox p{ padding-right:0;}
.aboutListMain .aboutList .discpBox{ min-height:295px;}
.aboutListMain .aboutList .btn{ position:relative; float:left; width:100%;}
.aboutListMain .aboutList{ margin-bottom:20px; overflow:hidden;}
.aboutListMain{ box-shadow:none;}
.aboutListMain .guiding-principle ul li img{ width:40px;}
.aboutListMain .guiding-principle ul li span{ margin-right:10px;}
.aboutListMain .guiding-principle ul li{ font-size:14px; margin:5px 0;}
.our-team-mob{ display:block;}
.aboutListMain .our-team .team-disp{ width:100%;}
.team-members .slick-slide{ opacity:0.5;-ms-transform: scale(0.8); /* IE 9 */-webkit-transform: scale(0.8); /* Safari */ transform: scale(0.8); -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;}
.team-members .slick-slide.slick-current.slick-center{-ms-transform: scale(1.5); /* IE 9 */-webkit-transform: scale(1.5); /* Safari */ transform: scale(1.5); z-index:5;opacity:1;}
.team-members .slick-list{ overflow:visible;}
.aboutListMain .our-team .team-members{ width:54%; margin:0px 24%;}
.aboutListMain .aboutList .team-members h2{ font-size:14px; margin:0; padding:0; line-height:18px;}
.aboutListMain .aboutList .team-members p{ font-size:10px; line-height:15px;}
.aboutListMain .aboutList .team-members .slick-prev, .aboutListMain .aboutList .team-members .slick-next{ display:none !important;}
.aboutListMain .our-team .team-head{ margin:100px 0 0;}
.aboutListMain .our-team .team-head .discpBox{ margin:20px 0 0; min-height:240px;}
.aboutListMain .our-team .team-head h3{ font-size:16px;}
.aboutListMain .our-team .team-head h4{ font-size:14px;}
.aboutListMain .aboutList .team-members .thumb{ width:80%; margin:0 10%;}
.aboutListMain .our-team{ margin-bottom:65px;}
.aboutListMain .aboutList .imageBox img{ width:100%;}
.head-content h2 span, .head-content h1 span{ font-size:14px; line-height:20px;}
.parametersMain .parameters ul li:last-child { padding-bottom: 0;}
/**** End Plan Listing Page ******/
.shield-benifits .thumb-image{ width:100%; text-align:center;}
.shield-benifits .benifits{ width:100%; margin:0;}
.premium tr td strong{ font-size:20px;}
.premium tr td, .featuredMain ul.common li, .featuredMain .tabContent .content-detail p{ font-size:14px;}
.note{ line-height:12px;}
.parametersMain .parameters.sum ul li{ width:100%; padding:0;}
.parametersMain .parameters.sum .yearBig span{ font-size:14px; line-height:20px;}
.parametersMain .resp-accordion a.icon-image7 { background: url(../img/parameter-icon-7.png) 10px 7px no-repeat;}
.parametersMain .resp-accordion.resp-tab-active a.icon-image7 { background-position: 10px -50px;}
.parametersMain .parameters ul.min-pre li { font-size: 16px; line-height: 20px;}
.home-main-banner .owl-dots span {height: 11px;margin: 3px 4px; width: 11px;}
.home-main-banner .owl-dots{max-width:600px;}
.right-sticky, .left-sticky { z-index:8;}
.head-banner .banner-content{ padding:20px 2%;}
.head-banner .banner-content h1{ font-size:36px; line-height:40px;}
.our-team-main .members-main .accordDetailBox .detailBoxWrap h2, .our-team-main .members-main .detailBoxWrap h2{ font-size:28px;}
.our-team-main .members-main .member-heading h2{ font-size:26px;}
.our-team-main .members-main .member-heading p{ font-size:14px;}
.our-team-main .members-main .member-heading a{ padding:10px 30px;}
.our-team-main .members-main .member-heading a{ background-position:94.8% 35px;}
.mainContent h2{ font-size:18px;}
.mainContent .years ul li{ width:22%; margin:10px; font-size:16px;}
.aw-content .ac-heading h3, .aw-content .ac-heading{ font-size:15px;}
.aw-content .accordDetail .aw-image, .aw-content .accordDetail .aw-discp{ width:100%;}
.aw-content .accordDetail .aw-discp p{ font-size:14px;}

.head-banner .head-info h3 { font-size: 19px;}
.head-banner .head-about { width: 100%; padding: 0 15px;}
.head-banner .head-info p { font-size: 13px; line-height: 20px; margin: 10px 0;}
.csrmain .tabContent {  padding: 0 15px;}
.csrmain .tabber ul li { font-size: 11px; padding: 8px 0; margin: 0; width: 25%;}
.csrmain .tabber ul li a { padding:5px 0;}
.csrmain .tabber ul { padding: 0 0 15px;}
.csrmain .csrwrap ul li { float: left; width: 47%; margin: 0 3px;}
.csrmain  .csrwrap .csrpartbox ul li { width: 100%; display: block;}
.csrwrap h6 { font-size: 15px; line-height: 20px;}
.fundsmain .fund-detail a { font-size: 18px;  line-height: 18px;  padding: 10px 20px; margin: 10px 0;}
.funds-disc ul li { font-size:14px;}
.ac-heading h3 span { font-size: 11px; padding: 3px 0 0; line-height: 15px;  display: block;}
.fundsmain .fund-detail p { font-size: 14px; line-height: 19px;}
.fundsmain .fund-detail a { font-size: 16px; line-height: 16px;  padding: 8px 20px; margin: 5px 0;}
.csrwrap ul li {  width: 48%; margin-right:2%; min-height: 60px; margin-bottom: 15px;}
.csrwrap ul li .title h3 { font-size: 11px; line-height:18px;}
.csrwrap ul li .title h3 span { font-size: 10px; line-height: 14px;}
.csrwrap ul { margin: 20px 0 10px 0px; width: 100%;}
.csrwrap ul.thumb-top li { width:auto;}
.csrwrap ul.thumb-top { width: 70%;}
.fund-table .bg td { font-size: 16px;}
.fund-table td { padding: 5px 10px; font-size: 14px;}
.fund-table { margin: 10px 0;}
.fundsmain .fund-desc { width: 100%; font-size: 15px; line-height: 22px;  margin: 20px 0%; font-weight:600;}
.fundsmain .sfncode {  width: 100%; font-size: 16px; margin: 0; line-height:20px;}
.fundsmain .disclaim { width: 100%; margin: 0 0 20px;}
.our-team-main .teammain.members-main .detailBoxWrap{ padding:15px;}
.our-team-main .teammain.members-main .mamber-name { width:100%;}
.mainContent h4 { font-size: 17px; line-height: 22px;}
.csr-content { padding: 0 30px 0 0px;}
.csr-content .csrwrap ul li { min-height: 40px; }
.login-main .loginLeft, .login-main .loginRight{ width:100%; border-right:none;}
.login-main .loginLeft h3, .login-main .loginRight h3{ font-size:18px;}
.login-main .loginLeft .btn{ margin:10px 3%;}
.login-main .loginLeft .btn a{ font-size:16px;}
.mainContent .loginRight ul.bullet li{ font-size:14px;}
.mainContent .loginRight ul.bullet{ margin:0;}
.detail-sms ul li .title{ font-size:16px;}
.detail-sms ul li{ width:50%;}
.detail-sms ul li:nth-child(3n+1){ clear:none;}
.detail-sms ul li:nth-child(2n+1){ clear:both;}

/* claims-starts*/

.claimbar .assureUL li {  width: 100%; border-right: none; min-height: auto;  border-bottom: 1px solid #2a3740; padding: 0 0 20px; margin-bottom: 20px;}
.claimbar .assureUL li:last-child { border:none;}
.claimbar h4 { font-size: 18px; line-height: 24px; margin: 20px 0 0;  padding: 0 15px;}
.claimbar .claimwrap .setpDetail {  padding: 20px 15px 20px;}
.claimbar .claimwrap .setpDetail li { padding-bottom:10px; margin-bottom:10px;}
.featuredMain.claimbar .tabber { width: 94%; margin: 0 3%;}
.claimbar .assureUL li h3.title { font-size: 17px; line-height: 20px;}
.head-banner .banner-content .banner-btn { font-size: 16px;  margin: 15px 0;}
.datebox li img#captchImage { width: 59%;}
.datebox li.captcha { padding: 0;}
.claim-forms .selectlang { text-align:left;}
.claim-forms label { font-size: 14px; margin: 10px 0 0; padding-right: 0;}

/* claims-ends*/
.parametersMain.dream-main .parameters .years p, .policy-desc, .parametersMain.dream-main .parameters.sum-assure .yearBig span, .featuredMain .tabContent .benifitsMain p{ font-size:14px;}
.parametersMain .parameters h4{ font-size:16px;}
.heading-section .head-1{ font-size:12px; line-height:18px;}
.uin-num{ margin:0 0 0 30px;}
.uin-num p{ font-size:14px;}
.claimMain .csrwrap.pdfmain ul li {  min-height: 110px;}
.sitemap-main .sitemap ul.site li{ width:100%;}
.sitemap-main .sitemap .equalHeight, .sitemap-main .sitemap .equalHeight2, .sitemap-main .sitemap .equalHeight3{ min-height:100px;}
.sitemap-main .sitemap .site-heading-main{ padding-left:10px;}
.sitemap-main .sitemap{ margin:0; padding:0;}
}

@media only screen and (max-width: 480px) {
.innerBanner .bannerContent{ top:28px;}	
.aboutListMain .our-team .team-members{ width:70%; margin:0px 15%;}
.aboutListMain .our-team{ margin-bottom:45px;}
.common-table th { font-size: 14px; line-height: 18px; padding: 0 2px;}	
.common-table, .common-table td {font-size: 12px; line-height: 18px; padding: 4px 2px;}	
.ctable{ overflow:auto;}
.ctable table{ width:600px;}
.home-main-banner .owl-dots{max-width:375px;}
.our-team-main .members-main .member-heading a{ background-position:90.8% 35px;}
.width75per, .width25per{width:100%; text-align:left;}

.csrmain .tabber ul li { font-size: 7px;}
.csrmain .tabContent .csrwrap { width: 100%; margin: 0;  padding-bottom: 20px;}
.csrmain .csrwrap ul li .title h3 { font-size: 11px;}
.csrmain .csr-right { padding-left: 0; display: block; width: 100%; float:left;}
.csrmain .imagestyle { display: block;  width: 100%; text-align: center;  vertical-align: middle;}
.ac-heading { padding:12px 15px; background-position:  96.8% 10px; }
.ac-heading.active { background-position: 96.8% -72px;}
.ac-heading h3 { font-size: 15px;}
.fundsmain .funds-left { width: 100%; padding: 20px 0; text-align: center;}
.fundsmain .funds-right {  width: 100%;}
.accbox, .funds-disc {  margin: 10px 0;}
.csrwrap ul.thumb-top { width: 100%;  padding: 0;}
.fund-pro-list .fund-list li { width: 100%; padding:10px 0;}
.btn-box .clearTxt { padding: 10px 18px; font-size: 14px;}
.btn-box .submit { font-size:15px;}
.datebox li { padding-right: 10px;}
.detail-sms ul li{ width:100%; padding:20px 0;}

/* claims-starts*/

.featuredMain.claimbar .tabber ul li { font-size: 10px; padding: 8px 0; margin: 0 0.5%; line-height: 16px;}
.datebox li { padding-right: 0; width: 100%;}
.datebox textarea, .datebox li.captcha { margin: 15px 0 0;}
.datebox li.txtArea {  width: 100%;}
.unclaimMain .datebox {  padding: 0;  margin: 10px 0 10px;}
.btn-box a.cancel { padding: 10px 20px; font-size: 15px;}
.btn-box input { margin: 0 3px;}
/* claims-ends*/
.heading-section .btn a{ height:auto; line-height:15px; padding-top:7px; padding-bottom:7px;}

}
















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


.chatBox-main .btn .submit-button{ border: none;text-transform:uppercase; display:inline-block; text-decoration:none; outline:none; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; color:#000; background:#ffa800; line-height:32px; height:32px; padding:0 35px; display:inline-block; border-radius:10px; font-size:16px; font-weight:600; -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.15);box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.15);}
.chatBox-main .btn .submit-button:hover{ color:#fff;}
.chatBox-main .chat-fields input[type=number]::-webkit-inner-spin-button, 
.chatBox-main .chat-fields input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.chatBox-main .chat-fields input[type="number"]{ color:#2b3740; outline:none; font-size:12px; margin:5px 0; padding:0 20px; border-radius:20px; border:1px solid #607285; -moz-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1) inset; line-height:35px; height:35px; display:block; width:90%;}
.chatBox-main h4{ font-weight:400; color:#fff; margin:5px 0; padding:0 0 0 10px; line-height:25px;}