#content {
    overflow: hidden;
	width: 100%;
	margin: 0px auto;
	max-width: 980px;
	min-width:320px;
}
.red-text {
    color: #b02a30;
}
.red-btn {
    background: #b02a30;
    color: #ffffff;
}
.light-red-text {
    color: #ffffff;
    background: #b12c30;
}
.btn:hover {
    color: #ffffff;
}
/* ---------------------- calculator form css : start  ----------------------*/

.cal-form-container {
    background: #9f2e33;
    color: #ffffff;
    padding: 45px 16px;
    overflow: hidden;
    width: auto;
    margin: 0 auto;
    position: relative;
    min-height: 300px;
}
.cal-form-container form {
    float: left;
    width: 100%;
}
.cal-form-container label {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    margin-bottom: 12px;
    font-family: 'ZurichCNBT';
    font-weight: normal;
}
.cal-form-container input {
      background: #9f2e33 none repeat scroll 0 0;
    border: 1px solid #e2c1c2;
    clear: both;
    color: #ffffff;
    float: left;
    font-family: 'ZurichCNBT';
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 10px;
    padding: 9px 15px;
    width: 96%;
}
.cal-form-container input:focus{
    border-color:#e2c1c2;
}
.cal-form-container button {
    background: #b05458;
    color: #ffffff;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    border: none;
    padding: 15px 0;
    font-family: 'ZurichCNBT';
    font-weight: normal;
    cursor: pointer;
}
/* ---------------------- call me button css : start  ----------------------*/

.contact-link-cont {
    background: #0b273c;
    height: 35px;
    width: 100%;
    overflow: hidden;
}
.contact-link-cont a {
    background: #154466 url("../images/sprite.png") no-repeat scroll 92px 8px;
    color: #ffffff;
    float: right;
    font-size: 11px;
    line-height: 13px;
    padding: 11px 30px 11px 10px;
}
/* ---------------------- calculator graph css : start  -----------------------*/

.calc-graph-container,
.cal-cont {
    background: #ffffff;
    overflow: hidden;
}
.cal-cont h2 {
    font-size: 24px;
    line-height: 20px;
    font-family: 'ZurichCNBT';
    font-weight: 700;
    color: #232323;
    text-transform: uppercase;
    margin-bottom: 17px;
    display: block;
}
.cal-cont h2 span {
    text-transform: lowercase;
    color: #666666;
    font-size: 18px;
    line-height: 17px;
    display: block;
    font-weight: 300;
}
.calc-graph-container .btn {
    border: medium none;
    border-radius: 50px;
    display: inline-block;
    font-size: 13px;
    line-height: 15px;
    padding: 8px 24px 7px;
    text-align: center;
    text-transform: uppercase;    
}
.calc-graph-container .row {
    position: relative;
}
.calc-details-cont .btn{
    margin-top: 8px;
}
.calc-graph-container .view-btn {
    position: absolute;
    right: 0px;
    bottom: 0;
    padding: 1px 8px;
    color: #000;
    font-size: 11px;
    line-height: 13px;
}
.calc-graph-container h3 {
    font-size: 13px;
    line-height: 15px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 10px;
	text-align: center;
}
.calc-graph-container h4 {
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.cal-calculated-details {
    text-align: center;
    padding: 24px 0px 16px 0px;
}
.cal-calculated-details p {
    font-size: 20px;
    line-height: 18px;
    color: #484848;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}
.cal-calculated-details label {
    font-size: 18px;
    line-height: 16px;
    text-transform: uppercase;
    color: #2c2c2c;
    display: block;
    margin-bottom: 8px;
	font-weight: bold;
	margin-top: 30px;
}
.cal-calculated-details .cal-val {
    font-size: 30px;
    line-height: 32px;
    display: block;
    margin-bottom: 15px;
	margin-top: 15px;
}
.cal-calculated-details .cal-val .rupee-icon {
    
    display: inline-block;
    font-size: 20px;
    height: 18px;
    line-height: 22px;
    margin-right: 5px;
    text-indent: -9999px;
    width: 10px;
}
.calc-details-cont {
    border-top: 3px solid #e36c25;
    padding: 10px 22px;
    background: #ececec;
    overflow: hidden;
}
.calc-details-cont .colOne {
    float: left;
    margin-right: 20px;
    width: 305px;
}
.calc-details-cont .colTwo {
    overflow: hidden;
}
.calc-details-cont .desc {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 22px;
	text-align: center;
	color: #666 !important;
}
.calc-details-cont .colOne .img-cont {
    width: 100%;
    text-align: center;
}
.calc-details-cont .img-cont img {
    width: auto;
}
.calc-sub-details-cont {
    /*overflow: hidden;*/
}
.calc-sub-details-cont ul {
    float: left;
    width: 102%;
	*width: 100%;
}
.calc-sub-details-cont > ul li {
    float: left;
    margin-right: 18px;
    width: 49%;
}
.calc-sub-details-cont ul li.last {
    margin-right: 0%;
	width: 49%;
}
.calc-sub-details-cont .img-cont {
    float: left;
    width: 140px;
    margin: 0 15px 10px 0;
}
.calc-sub-details-cont .img-cont img {
    width: 100%;
}
.calc-sub-details-cont .desc-cont p {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 6px;
}
.calc-sub-details-cont .link-cont {
    display: block;
}
.calc-sub-details-cont .link-cont ul {
    float: left;
    width: 100%;
}
.calc-sub-details-cont .link-cont ul li {
    float: left;
    width: auto;
    margin: 0;
}
.calc-sub-details-cont .link-cont ul li a {
    float: left;
    color: #626262;
    font-size: 11px;
    line-height: 12px;
    padding: 0 7px;
    border-right: 1px solid #626262;
    text-decoration: underline;
}
.calc-sub-details-cont .link-cont ul li.first a {
    padding-left: 0;
}
.calc-sub-details-cont .link-cont ul li.last a {
    border-right: none;
}
/* ---------------------- calculator css : start  -----------------------*/

.cal-cont-wrap {
    position: relative;
}
.cal-slider-wrap {
    padding: 25px 25px 35px;
    width: 435px;
    margin: 0 auto;
    text-align: center;
}
.cal-slider-wrap .btn {
    padding: 7px 34px;
    border-radius: 50px;
    color: #ffffff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    background: #a02429;
    display: inline-block;
}

/*.slider-wrap ul {
    float: left;
    width: 84%;
	margin-left: 25px;
}*/
.slider-wrap ul li {
    float: left;
    width: 100%;
    margin-bottom: 25.3px;
}
.slider-wrap label {
    color: #484848;
    display: block;
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 12px;
}

.slider-wrap .slider-min-val {
    text-transform: capitalize;
    color: #666666;
    font-size: 15px;
    line-height: 17px;
    float: left;
    font-weight: 300;
    padding: 7px 0;
    position: relative;
    top: -24px;
    left: 1px;
}
.slider-wrap .slider-max-val {
    text-transform: capitalize;
    color: #666666;
    font-size: 15px;
    line-height: 17px;
    float: left;
    font-weight: 300;
    padding: 7px 0;
    position: relative;
    top: -24px;
    right: 0px;
}
.slider-wrap .slider-max-val {
    float: right;
}
.cal-slider-wrap .view-btn {
    position: absolute;
    bottom: 6px;
    left: 22px;
    font-size: 11px;
    line-height: 12px;
    color: #f58322;
    text-decoration: underline;
    display: inline-block;
}
.ui-widget-header, .ui-slider .ui-slider-range {
    display: none;
  /*  background: transparent url("../images/result_range.png") repeat-x scroll 0px 0px;*/
  background: transparent linear-gradient(90deg, #A03535 0%, #D7793C 51%, #D77B3C 100%) 0% 0% no-repeat padding-box;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    display: none;
   background: transparent url("/content/icici-prudential-life-insurance/testing/Prajkta/comp-calc-v1.2/images/Ellipse1266.svg") no-repeat scroll 0px 0px;
    border: medium none;
    border-radius: 0;
    color: #333;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
    margin-top: -4px;
    min-width: 52px;
    padding-top: 29px;
	font-family:ZurichBT-Roman;
}
div#slider-range-min1 a{
	min-width: 18px !important;
}

div#slider-range-min2 a{
	min-width: 37px !important;
}

div#slider-range-min3 a{
	min-width: 33px !important;
}

/*------------------- colorbox styling -------------------*/

#cboxClose {
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 20px;
    text-indent: -9999px;
    top: 20px;
    visibility: visible;
    width: 20px;    
}
#colorbox .callCloseBtn
{
    background: transparent url("../images/sprite.png") no-repeat scroll center -459px;
} 
#colorbox .callCloseBtn:hover {
    background-position: center -459px;
}
#cboxContent {
    background: transparent;
}
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
    width: 0;
    height: 0;
}
#cboxLoadedContent {
    margin: 0;
}
/*------------------- popup styling -------------------*/

.popup-container {
    background: #ececec;
    text-align: center;
    padding: 25px 14px;
}
.popup-container h4 {
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.popup-container p {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 30px;
}
/*------------------------------------------- Mobile Css :- Start -------------------------------------------*/
@media (max-width:1000px ) {
	#header-wrapper{
		display:none !important;
	}
	#footer-wrapper{
		display:none !important;
	}
	#footer_links{
		display:none !important;
	}
	#breadcrumbcontent{
		display:none !important;
	}
	#feedback{
		display:none !important;
	}
	.breadcruminside{
		display:none !important;
	}
	.bottom-links{
		display:none !important;
	}
	#content-wrapper{
		height:489px !important;
	}
	.logoHeader{
		display:block !important;
	}
	.hoz-line-products{
		display:none !important;
	}
	.poc-calc{
		width: 95% !important;
	}
	.mainGraph{
		width: 95% !important;
	}
	.verLine{
		display:none !important;
	}
	text{
		font-size:9px !important;
	}
	
}

@media all and (max-width: 650px){
	.actualAmt{
		width:75% !important;
	}
    .slider-wrap .slider-range {
      
        width: 73%;
   
        margin-top: -12px;
   
    }
}
@media all and (max-width: 840px){
	/*#content-wrapper{
		height:509px !important;
	}*/
	#content1{
		position: relative !important;
		top: -1px !important;
	}
	#content2{
		position: relative !important;
		top: -1px !important;
	}
	.slider-wrap ul li {
		margin-bottom: 18.7px !important;
	}
	.wb-main-txt{
		padding-left: 8px !important;
	}
	.wb-main-txt .spacer10{
		height:12px !important;
	}
	.main-heading-wb{
		font-size: 13px !important;
	}
	.main-heading-wb + .spacer10{
		height:7px !important;
	}
	.txt-2{
		font-size: 12px !important;
	}
	.txt-2 + .spacer10{
		height: 7px !important;
	}
	.img-buynow-gwp, .img-buynow-ca{
		width: 60% !important;
		float: left !important;
	}
	.main-heading-ca{
		font-size:13px !important;
	}
	.ca-content-txt{
		font-size:12px !important;
		text-align:left;
	}
	
	.leftArrow-img-span img{
		width: 70% !important;
	}
	.refIcon1{
		width: 11% !important;
	}
	.slider-wrap ul {
	  width: 80% !important;
	  margin: 0 auto;
	}
	.calc-sub-details-cont ul li.last{
		width:100% !important;
		float:none !important;
		display:inline-block !important;
	}
	
	.calc-sub-details-cont ul{
		text-align:center !important;
	}

	#content {
        width: 100%;
        margin: 0 auto;
    }
    /* ----------------------- calculator form css : start  ----------------------*/
    
    .cal-form-container {
        width: auto;
    }
    .cal-form-container input {
        width: 87%;
    }
    /* ---------------------- calculator graph css : start  -----------------------*/
    
    .cal-cont h2 {
        margin-bottom: 15px !important;
    }
    .cal-cont h2 span {
        font-size: 14px;
        line-height: 16px;
        margin-top: 2px;
    }
    .calc-graph-container .btn {
        font-size: 13px;
        line-height: 15px;
        padding: 8px 30px;
        text-align: center;
        border-radius: 50px;
        border: none;
        display: inline-block;
    }
    .calc-graph-container .row {
        position: relative;
    }
    .calc-graph-container .view-btn {
        right: 0px;
    }
    .calc-graph-container h3 {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 12px;
    }
    .calc-graph-container h4 {
        font-size: 12px;
        line-height: 14px;
        font-weight: 700;
        color: #000000;
        text-transform: uppercase;
        margin-bottom: 8px;
    }
    .cal-calculated-details {
        text-align: center;
        padding: 14px 8px;
    }
    .cal-calculated-details p {
        font-size: 14px;
        line-height: 16px;
        font-weight: 400;
        margin-bottom: 30px;
    }
    .cal-calculated-details label {
        margin-bottom: 44px;
		margin-top: 34px;
    }
    .cal-calculated-details .cal-val {
        font-size: 30px;
        line-height: 32px;
        display: block;
        margin-bottom: 15px;
		margin-top: 27px;
    }
    .cal-calculated-details .cal-val .rupee-icon {
        font-size: 20px;
        line-height: 22px;
        margin-right: 5px;
        display: inline-block;
    }
    .calc-details-cont {
        padding: 15px 0;
    }
    .calc-details-cont .col {
        padding: 0px 14px;
    }
    .calc-details-cont .colOne {
        margin-right: 0px;
        border-bottom: 3px solid #D4D4D4;
        float: none;
        display: block;
        width: auto;
    }
    .calc-details-cont .colTwo {
        overflow: hidden;
        display: block;
    }
    .calc-details-cont .desc {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 18px;
    }
    .calc-sub-details-cont ul {
        float: left;
        width: 100%;
    }
    .calc-sub-details-cont > ul li {
        margin-right: 4px;
        width: 451px;
        margin-bottom: 35px;
    }
    /* ---------------------- calculator css : start  -----------------------*/
    
    .cal-cont-wrap {
        position: relative;
    }
    .cal-slider-wrap {
        padding: 25px 14px;
        margin: 0 auto;
        text-align: center;
        width: auto;
        display: block;
    }
    .cal-slider-wrap .btn {
        margin-bottom: 20px;
    }
    .slider-wrap {
        margin-top: 0px;
    }
    .slider-wrap label {
    font-size: 14px;
    line-height: 16px;
    color: #484848;
    margin-bottom: 12px;
    display: block;
}
    .slider-wrap .slider-min-val,
    .slider-wrap .slider-max-val {
        font-size: 14px;
        line-height: 16px;
    }
    .cal-slider-wrap .view-btn {
        position: static;
        bottom: auto;
        left: auto;
        display: block;
    }
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        font-size: 14px;
        line-height: 16px;
        padding-top: 30px;
    }
    #cboxClose {
        top: 10px;
        right: 10px;
    }
}