/* HOME PAGE */

/* CALCULATOR SECTION */

.calc_wrap {
    background: url(https://stat.moneycontrol.co.in/mcnews/ms/assets/images/intel-boost-your-business2/calcbg.jpg) 0 0 no-repeat;
    background-size: cover;
    padding: 70px 0;
}

.calc_wrapper {
    width: 1025px;
    margin: 0 auto;
}

.calc_title {
    font-family: 'intel_clear_probold', sans-serif;
    font-size: 57px;
    line-height: 35px;
    color: #fff;
	margin:0px;
}

.calc_title_sm {
    font-size: 40px;
    color: #fff;
    line-height: 35px;
    font-family: 'intel_clear_probold', sans-serif;
    margin-top: 7px;
}

.cal_dc {
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    font-family: 'intel_clearregular', sans-serif;
    margin-top: 15px;
}

.calc_list {
    margin-top: 20px;
    padding-left: 0px;
}

.calc_list>li {
    width: 440px;
    float: left;
    position: relative;
    margin-left: 65px;
}

.calc_wrp {
    position: relative;
    border: 1px solid #ffa300;
    font: 15px/22px 'intel_clearregular', sans-serif;
}

.calc_desc {
    padding: 12px 20px 0px 20px;
    height: 108px;
    background-color: rgba(196, 214, 0, 0.9);
}

.calc_wrp img {
    width: 100%;
    height: auto;
}

.btn_calculate_now {
    border: 0px;
    color: #003c71;
    font: 31px/26px 'intel_clear_probold', sans-serif;
    background-color: #fff;
    text-decoration: none !important;
    position: absolute;
    border-radius: 5px;
    padding: 15px 15px 10px;
    transition: 0.5s all;
    left: 45%;
    margin-left: -50px;
    bottom: -18px;
}

.btn_calculate_now:hover {
    background-color: #0071c5;
    color: #fff;
}

.label_arw {
    display: inline-block;
    position: absolute;
    left: -13px;
    top: 30px;
    color: #fff;
    font: 30px/22px 'intel_clear_probold', sans-serif;
    background-color: #ffa300;
    padding: 8px 18px 5px;
}

.label_arw:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 12px;
    height: 25px;
    background: url(https://stat.moneycontrol.co.in/mcnews/ms/assets/images/intel-boost-your-business2/arw_cl.png) 0 0 no-repeat;
}

/* END OF CALCULATOR SECTION */

/* DATA SCIENCE SECTION */

.data-science-section {
    background: #f3d54e;
}

.ds-slider-wrapper {
    text-align: center;
}

.ds-item {
    display: inline-block;
    width: calc(50% - 30px);
    margin: 0 14px;
    vertical-align: top;
    transition: 0.2s all;
}


.ds-img-wrap {
    position: relative;
}
.ds-item:hover .ds-img-wrap{ box-shadow:0px 0px 13px 1px #3d3d3d;}

.ds-img {
    width: 100%;
}

.ds-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: #000000c4;
    left: 0;
    transition: 0.2s opacity;
    opacity: 0;
}

.ds-overlay-btn {
    font-family: 'intel_clear_probold', serif;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    padding: 6px 20px 4px;
    line-height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3D(-50%, -50%, 0);
}

.ds-content {
    background: #fff;
    width: 90%;
    margin: -70px 0 0 10%;
    z-index: 1;
    position: relative;
    padding: 16px 16px 19px;
    border: 1px solid #4095d4;
    transition: 0.2s all;
}

.ds-title {
    font-size: 30px;
    line-height: 30px;
    font-family: 'intel_clear_probold', serif;
    color: #0071c5;
    text-align: left;
    text-transform: uppercase;
    transition: 0.2s color;
}

.ds-content-text {
    color: #3c3c3c;
    font-family: 'intel_clearregular', serif;
    font-size: 15px;
    text-align: left;
    line-height: 21px;
    margin-top: 15px;
    transition: 0.2s color;
}

.ds-tag {
    font-family: 'intel_clearbold', serif;
    font-size: 12px;
    background: #ffa300;
    color: #fff;
    display: inline-block;
    padding: 0 4px;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.ds-item:hover .ds-overlay {
    opacity: 1;
}

.ds-item:hover .ds-content {
    background: #0071c5;
}

.ds-item:hover .ds-title {
    color: #fff;
}

.ds-item:hover .ds-content-text {
    color: #fff;
}

.ds-sli-arr {
    display: block;
    height: 35px;
    width: 35px;
    background: url(https://stat.moneycontrol.co.in/mcnews/ms/assets/images/intel-boost-your-business2/ds-arr.png) no-repeat;
    position: absolute;
    top: 33%;
    z-index: 9;
	background-size:contain;
	cursor:pointer;
}

.video-section .ds-next-arr {
    right: 25%;
}
.ds-next-arr {
    right: -30px;
}

.ds-prev-arr {
    left: -30px;
    transform: rotateZ(180deg);
}

.video-section .ds-prev-arr {
    left: 25%;
}

/* END OF DATA SCIENCE SECTION */

/* HOME PAGE - SME SECTION */

.sme-section {
    background: #f3f3f3;
}

.sme-slider-wrapper {
	display: flex;
	align-items: flex-start;
}

.sme-item {
    padding: 0 5px;
}

.sme-img {
    width: 100%;
}
.sme_block{	border:1px solid #cfcfcf; height:100%; background-color:#fff; position:relative;}

.sme-content {
    padding: 14px 14px 28px;
    transition: 0.2s all;
}

.sme-text {
    font-family: 'intel_clearregular', serif;
    font-size: 17px;
    color: #163c60;
    transition: 0.2s all;
}

.sme-read-btn {
    font-size: 14px;
    font-family: 'intel_clear_probold', serif;
    color: #fff;
    border: 1px solid #fff;
    padding: 4px 10px 2px;
    text-transform: uppercase;
    background: transparent;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.sme-item:hover .sme_block {
    background: #0071c5;
}

.sme-item:hover .sme-text {
    color: #fff;
}

.sme-sli-arr {
    display: block;
    height: 35px;
    width: 35px;
    position: absolute;
    background: url("https://stat.moneycontrol.co.in/mcnews/ms/assets/images/intel-boost-your-business2/sme-arr.png") no-repeat;
    background-size: contain;
    top: 100px;
    z-index: 9;
    cursor: pointer;
}

.sme-sli-arr:hover {
    background: url("https://stat.moneycontrol.co.in/mcnews/ms/assets/images/intel-boost-your-business2/sme-hover.png") no-repeat;
    background-size: contain;
}

.sme-next-arr {
    right: -40px;
}

.sme-prev-arr {
    transform: rotateZ(180deg);
    left: -40px;
}

/* END OF SME SECTION - HOME PAGE */

/* VIDEO SECTION START */
.video-section {
	background: #c4d600;
}

.video-slider-wrapper {}

.video-item {
	text-align: center;
	margin: 1px;
	transition: 0.3s all;
}

.slick-center .vid-overlay {
	opacity: 1;
}

.slick-center .play-btn {
	opacity: 1;
}

.slick-center .vid-out-overlay {
	opacity: 0;
}

.slick-center .vid-img {
	filter: blur(0px);
}

.slick-center .vid-title {
	opacity: 1;
}

.slick-center .vid-desc {
	opacity: 1;
}

.vid-img-wrapper {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	max-width: 775px;
}

.vid-img {
	filter: blur(5px);
	width:100%;
	height:auto;
}

.vid-out-overlay,
.vid-overlay {
	opacity: 0;
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
	width: 100%;
	transition: 0.3s all;
	padding: 10px;
}

.overlay-img {
	height: 100%;
	width: 100%; 
}

.vid-out-overlay {
	opacity: 1;
}
.slick-active .vid-out-overlay{	cursor:pointer;}

.play-btn {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0) scale(1.3);
	transition: 0.3s all;
}

.vid-title {
	margin-top: 18px;
	font-size: 40px;
	color: #fff;
	font-family: 'intel_clear_probold';
	text-align: center;
	opacity: 0;
	transition: 0.3s all;
}

.vid-desc {
	font-size: 15px;
	color: #3c3c3c;
	font-family: 'intel_clearregular';
	opacity: 0;
	transition: 0.3s all;
}/*
.video-slider-wrapper .slick-list{ padding:0 30% 0 30% !important;}*/
/* VIDEO SECTION END */


/* HERO SLIDER HEADER */

.internal-hero-section {
    position: relative;
    overflow: hidden;
}

.internal-hero-img {
    display: block;
}

.internal-hero-flap-wrap {
    position: absolute;
    top: 15%;
    transform: translateY(-50%);
    width: 49%;
    right: 0;
    z-index: 2;
    height: 60px;
}

.internal-hero-flap {
    background: #ffa300;
    color: #fff;
    top: 50%;
    position: absolute;
    left: 0;
    padding: 11px 104px 8px 44px;
    font-size: 40px;
    transform: translateY(-50%);
    z-index: 9;
    font-family: 'intel_clear_probold', sans-serif;
    clip-path: polygon(8% 0, 100% 0, 91% 100%, 0% 100%);
	-webkit-clip-path: polygon(8% 0, 100% 0, 91% 100%, 0% 100%);
}

.internal-hero-flap-wrap::before {
    height: 100%;
    background: #0b223e;
    width: 36px;
    position: absolute;
    transform: rotateZ(60deg) translate3d(18px, 0px, 10px) skew(30deg, 0);
    z-index: -1;
}
.internal-hero-border{
	    width: 60.7%;
	    position: absolute;
	    right: 0;
	    height: 100%;
	    background: #013b75;
	    top: 0;
	    clip-path: polygon(29% 0, 100% 0, 100% 100%, 1% 100%);
	    -webkit-clip-path: polygon(29% 0, 100% 0, 100% 100%, 1% 100%);
	        z-index: 1;
	 }
.internal-hero-content {
    width: 60%;
    position: absolute;
    right: 0;
    height: 100%;
    background: #0064c0;
    top: 0;
    clip-path: polygon(28% 0, 100% 0, 100% 100%, 1% 100%);
    -webkit-clip-path: polygon(28% 0, 100% 0, 100% 100%, 1% 100%);
    z-index: 1;
}

.hero-img-wrapper {
    height: 500px;
    background: url(https://stat.moneycontrol.co.in/mcnews/ms/assets/images/intel-boost-your-business2/top-slider-img1.jpg) no-repeat;
    background-size: cover;
    background-position: top left;
}

.internal-hero-flap-back {
    position: absolute;
    top: 15%;
    transform-origin: bottom left;
    transform: translateY(-50%) rotateZ(38deg);
    width: 49%;
    right: -2px;
    z-index: 0;
    height: 60px;
    background: #0b223e;
}

.hero-content-wrap {
    margin: 15% 0 0 22%;
    text-align: left;
    position: absolute;
}

.hero-content {
    font-size: 20px;
    color: #fff;
    font-family: 'intel_clearregular', sans-serif;
    width: 68%;
}

.hero-btn {
    background: #fff;
    border-radius: 6px;
    color: #003c71;
    font-family: 'intel_clear_probold', sans-serif;
    font-size: 30px;
    text-align: left;
    border: none;
    outline: none;
    padding: 8px 38px 6px;
    margin-top: 18px;
}

canvas {
    display: block;
    vertical-align: middle;
}

.hero-sli-arr {
    background: url(https://stat.moneycontrol.co.in/mcnews/ms/assets/images/intel-boost-your-business2/hero-arrow.png) no-repeat;
    background-size: contain;
    height: 130px;
    width: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
}

.hero-next-arr {
    right: 20px;
}

.hero-prev-arr {
    left: 20px;
    transform: rotateY(180deg) translateY(-50%);
}

.featured-slider .slick-dots{
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.featured-slider .slick-dots li{
    margin: 10px;
    margin: 10px;
    height: 20px;
    width: 20px;
    border: 2px solid #fff;
	cursor:pointer;
}
.featured-slider .slick-dots li >button{
    display: none;
}
.featured-slider .slick-dots .slick-active {
    border: 2px solid #ffa300 !important;
    background: #ffa300;
}
.featured-slider .slick-active>button::before {
    opacity: 0 !important;
}

/* END OF HOME PAGE */



@media screen and (max-width: 1279px) {
    /* SME SECTION */
    .sme-prev-arr {
        width: 20px;
        height: 20px;
        top: 33%;
        left: -6px;
    }
    .sme-next-arr {
        width: 20px;
        height: 20px;
        top: 33%;
        right: -6px;
    }
    .sme-sli-arr {
        height: 25px;
        width: 25px;
        background-size: contain;
        top: 85px;
    }
    /* DS SECTION */
    .ds-next-arr {
        right: 0;
    }
    .ds-prev-arr {
        left: 0;
    }
	.video-section .ds-prev-arr{left:5px;}
	.video-section .ds-next-arr{right:5px;}
    .calc_wrapper {
        width: 1000px;
    }
    .calc_list>li {
        margin-left: 55px;
    }
}

@media screen and (max-width: 980px) {
    /* HOME PAGE - CALCULATOR */
    .calc_wrap {
        padding: 20px 0;
    }
    .calc_wrapper {
        width: 100%;
        padding: 0 15px;
    }
    .calc_list>li {
        margin-left: 0px;
        margin-bottom: 40px;
        width: 100%;
    }
    .calc_title {
        font-size: 38px;
    }
    .calc_desc {
        height: auto;
        padding-bottom: 30px;
    }
    .calc_desc {
        font-size: 13px;
        line-height: 16px;
    }
    .btn_calculate_now {
        font-size: 28px;
        padding: 10px 15px 5px;
    }
    .calc_list {
        padding-left: 15px;
    }
    .calc_title_sm {
        font-size: 27px;
        line-height: 23px;
    }
    .cal_dc {
        font-size: 13px;
        line-height: 18px;
        display: none;
    }
    /* HOME PAGE - CALCULATOR END */
    /* HOME PAGE - SME SECTION */
    .sme-item {
        padding: 5px 20px;
    }
    .sme-text {
        font-size: 14px;
    }
    /* END OF SME SECTION */
    /* DATA SCIENCE SECTION */
    .ds-content {
        margin: -40px 0 0 10%;
    }
    .ds-title {
        font-size: 25px;
        line-height: 24px;
    }
    .ds-content-text {
        font-size: 14px;
        line-height: 16px;
        margin-top: 4px;
    }
    .ds-tag {
        font-size: 10px;
    }
	.ds-sli-arr{ height:25px; width:25px;}
    /* END OF DATA SCIENCE SECTION */
	
	 /* VIDEO SECTION START */
            .vid-title {
                font-size: 30px;
            }

            .vid-desc {
                font-size: 14px;
            }

            .ds-sli-arr{
                top: 27%;
            }
            /* VIDEO SECTION END */
			
	 /* HERO HEADER START */
	 .internal-hero-border{
	    width: 100%;
	    position: absolute;
	    right: 0;
	    bottom: 0;
	    height: 66%;
	    background: #013b75;
	    top: auto;
	    clip-path: polygon(14% 0, 100% 0, 100% 100%, -28% 101%);
	    -webkit-clip-path: polygon(14% 0, 100% 0, 100% 100%, -28% 101%);
	 }
.internal-hero-content {
        width: 100%;
        height: 50%;
        position: absolute;
        right: 0;
        height: 66%;
        background: #0064c0;
        top: auto;
        clip-path: polygon(14% 0, 100% 0, 100% 100%, -22% 100%);
        -webkit-clip-path: polygon(14% 0, 100% 0, 100% 100%, -22% 100%);
        z-index: 1;
        vertical-align: bottom;
        bottom: 0;
    }
    .hero-img-wrapper {
        background: url(https://stat.moneycontrol.co.in/mcnews/ms/assets/images/intel-boost-your-business2/m-top-slider-img1.jpg) no-repeat;
        background-size: cover;
    }
    .internal-hero-flap-wrap {
        top: 41%;
        width: 97%;
    }
    .internal-hero-flap-back {
        top: 40%;
        width: 97%;
        transform: translateY(-50%) rotateZ(57deg);
    }
    .hero-content-wrap {
        margin: 20% 0 0 8%;
        text-align: left;
        position: absolute;
    }
    .hero-content {
        font-size: 16px;
        color: #fff;
        font-family: 'intel_clearregular', sans-serif;
        width: 95%;
    }
    .hero-btn {
        font-size: 28px;
    }
    .hero-sli-arr {
        display: none !important;
    }
	.internal-hero-flap{font-size:30px; padding-right:50px; padding-left:30px;}
	.hero-img-wrapper{height:450px;}
    	 /* HERO HEADER END */	

         .vid-img-wrapper{ max-width: 100%;}
}















/*risk monitor css*/
 /*== popup form ==*/
.wbg {background: #fff;}
.PA15 {padding: 15px;}
.CTR {text-align: center;} 
.wd145 {width: 145px;}
.PL15 {padding-left: 15px;}
.PL15 {padding-left: 15px;}
.Ohidden {overflow: hidden;}
.MT15 {margin-top: 15px;}
.bgImage {background: url(https://images.moneycontrol.com/images/common/2015/mc_sprite.png?v=0.2) no-repeat;} 
 ul.radio_list {padding: 0;}
.ML10 {margin-left: 10px;}
.MT10 {margin-top: 10px;}
.btnBlue {background: #0071c5; color: #FFF; font: 600 14px/36px 'intel_clearregular',arial; text-align: center; border: 0px; border-radius: 5px; display: inline-block;    line-height: 36px; width: 86px; text-decoration: none !important; cursor: pointer;}
.btnBlue:hover {color: #ffffff;}
.ML5 {margin-left: 5px;} 
.MT25 {margin-top: 25px;}
.modal-dialog {width: 630px;}
.risk_monitor .modal-body {overflow: hidden;}
.risk_monitor .modal-content, .risk_monitor .modal-dialog {width: 660px;}
.risk_monitor h1 {margin-top: 0;}
.FR {float: right;}
.formError .formErrorContent {width: 100%; background: #ee0101; position: relative; color: #fff; min-width: 120px; font: 12px/16px arial; border: 2px solid #ddd; box-shadow: 0 0 6px #000; -moz-box-shadow: 0 0 6px #000; -webkit-box-shadow: 0 0 6px #000; -o-box-shadow: 0 0 6px #000; padding: 4px 10px 4px 10px; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px;}
.formError .formErrorArrow {width: 15px; margin: -2px 0 0 13px; position: relative;} 
.brdl_dtd {border-left: 1px dotted #d2dbe0;}
.PL20 {padding-left: 20px;}
.second_row {margin-top: 0px;}
.risk_monitor .modal-body {padding: 0; position: relative;}
.risk_monitor .close {position: absolute; right: 15px; z-index: 9; top: 10px; opacity: 1; font-size: 28px; border: 3px solid #000; padding: 0px 4px; border-radius: 4px; height:31px;}
.totalrevenue {width: 65px;}
 
 
@media screen and (max-width: 767px) {
.risk_monitor .modal-content, .risk_monitor .modal-dialog {width: 97.5%;}
.submaincol {width: 100%;}
.formRow td {width: 50% !important;}
.formRow td input {width: 100% !important;}
.formRow td:nth-of-type(2) {padding-right: 0;}
.mobile_view {float: left; margin-top: 20px;}
.calctype {font-size: 28px !important;}
#cash_conversion_cycle .calctype {font-size: 28px !important; line-height: 28px !important;}
.second_row {margin-top: 20px;}
.second_row .PL20 {padding-left: 0px;}
.second_row .brdl_dtd {border-left: 0;}
.date_to_date .wd50 {width: 25px; display: block; float: none; clear: both; margin-top: 0; padding-top: 10px; padding-bottom: 10px;}
}
/*== popup form ==*/
 
 
/*calculator*/
.FL{float:left;}.PR{position:relative;}.MR10{margin-right:10px;}
.calcBox{background:#eaeff2; padding:5px;}
.calcInfo_box_arrow{background-position:-151px -99px; width:35px; height:18px; position:absolute; left:35px; bottom:-18px; }
.calcIcon{width:73px; height:73px; border-radius:50%; -ms-border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; background:#eaeff2; display:none;}
.calctype{font:600 35px/50px 'intel_clearregular',arial; color:#333333; }
.ic_logistics{background-position:-94px -99px; width:54px; height:35px; display:inline-block; margin-top:20px;}
.calcInfo_box{font:15px/24px 'intel_clearregular',arial; color:#000;}
.calcInfo_box .acorbtmem{display:block; border-left:1px solid #b6b6b6; padding-left:10px;}
.caclForm_box .formRow{padding:15px 0px; border-bottom:1px dashed #d2dbe0;}
.caclForm_box .formRow label{font:15px/24px 'intel_clearregular',arial; color:#666; display:inline-block; vertical-align:middle; margin-right:7px;}
.formLabel{font:700 18px/22px 'intel_clearregular',arial; color:#333; margin-bottom:15px;}
.caclForm_box .formRow input{border:1px solid #dcdcdc; background:#fff;}
.caclForm_box .formRow input.custom:focus{box-shadow:0px 0px 3px rgba(18,197,249,1);}
.caclForm_box .formRow input.custom{padding:0px 10px; font:15px/38px 'intel_clearregular',arial; color:#333333;}
.w170{width:170px;}
.caclForm_box .formRow input.destination{background:#FFF url("https://images.moneycontrol.com/images/common/2015/mc_sprite.png?v=0.2") no-repeat scroll -570px 12px; padding-left:30px; width:150px;}
.destinationList{border:1px solid #dcdcdc; background:#fff; position:absolute; right:0px; min-width:190px; display:none;}
.destinationList a{display:block; padding:5px 10px; font:13px/16px 'intel_clearregular',arial; color:#333; border-bottom:1px solid #dcdcdc; transition:all 0.5s ease; text-decoration:none;}
.caclForm_box .formRow .radio_list li{margin-right:60px;}
.destinationList a:last-child{border-bottom:0px;}
.destinationList a:hover{background:#0f4d6b; color:#FFF;}
.Optsbox{border:1px solid #dcdcdc; border-left:0px; background:#FFF; cursor:pointer;}
.SelectedOpts{font:15px/38px 'intel_clearregular',arial; color:#666; display:inline-block; min-width:35px; padding: 0 10px; cursor:pointer;}
.Optsbox_arrow{width: 0; height: 0; border-style: solid; border-width: 6px 5px 0 5px; border-color: #515a61 transparent transparent transparent; display:inline-block; vertical-align:middle;} 
.Optsbox .optsDDl{position:absolute; top:38px; right:0px; background:#FFF; min-width:100%; z-index:999; border:1px solid #dcdcdc;  display:none;}
.Optsbox .optsDDl a{display:block; border-bottom:1px solid #dcdcdc; padding:5px 10px; font:13px/16px 'intel_clearregular',arial; color:#666; text-decoration:none; transition:all 0.5s ease;}
.Optsbox .optsDDl a:hover{background:#0f4d6b; color:#FFF;}
.calcBox .btnBlue{border-radius:4px; -moz-border-radius:4px; -ms-border-radius:4px; -webkit-border-radius:4px}
.btnReset{background: #FFF; border: 1px solid #dce4e9;border-radius:3px; -moz-border-radius:3px; -ms-border-radius:3px; -webkit-border-radius:3px; color: #666; display: inline-block; font: 600 14px/36px "intel_clearregular",arial; text-align: center; width: 86px; text-decoration:none !important;}
.calcResult_box{background:#073c56; padding:20px;}
.resultLable{font:18px/24px 'intel_clearregular',arial; color:#fff; display:inline-block; width:300px;}
.resultTxt{font:800 25px/35px 'intel_clearregular',arial;color:#fd7e3f; text-decoration:underline;}
.calcResult-top{border-bottom:1px solid #3c657a;}
.btnOrng{font:12px/26px 'intel_clearregular',arial; color:#fff; display:inline-block; background:#e9610c; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; -ms-border-radius:3px; padding:0px 12px;}
.os_wht12{font:12px/14px 'intel_clearregular',arial; color:#FFF;}
.os_wht13{font:13px/14px 'intel_clearregular',arial; color:#FFF;}
.ic_mail{background-position:-476px -48px; width:13px; height:10px; display:inline-block; vertical-align:middle; margin-right:5px;}
.ic_rupee{background-position:-492px -47px; width:10px; height:16px; display:inline-block; vertical-align:middle; margin-right:5px;}
.os_wht12_50per{color:#a5b0b7; font:12px/15px 'intel_clearregular',arial;}
.compareGraphbox{width:45%;}
.os_Orng_15_semi{font:600 15px/18px 'intel_clearregular',arial; color:#fd7e3f;}
.calcResult_box .graphBox{border:0px;}
.ic_unitCalc{background-position:-109px -140px; width:31px; height:33px; display:inline-table; margin-top:20px;}
#unitConverter{}
.w250{width:250px;} .w135{width:135px !important;} .w115{width:115px !important;}
.os_wht18{font:18px/24px "intel_clearregular",arial; color:#fff;}
.sponsorbox{position:absolute; right:0px; top:-5px; font:italic 300 12px/16px 'intel_clearregular',arial; color:#666666; text-align:left;}
#unitConverter .customDdl{padding:0px 10px; display:inline-block; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; -ms-border-radius:0px;}
#unitConverter .customDdl .selectedText{font:15px/38px "intel_clearregular",arial; padding-right:20px;}
.txt15_gry{font:15px/20px 'intel_clearregular',arial; color:#666; display:inline-block; vertical-align:middle; margin:0px 15px;}


/*csh conversion cycle start*/
.caclForm_box .formRow .rdmrlow li{margin-right:25px;}
.op_g15{color:#999; font:400 15px 'intel_clearregular',Arial, sans-serif;}
.wd50{width:50px;}
.wd250{width:250px;}

.Optsbox_arrow_dub{width:10px; height:13px; background:url(https://images.moneycontrol.com/images/common/2015/arw_upd.png) 0 0 no-repeat; display:inline-block; vertical-align:middle;} 
.Optsbox.brdl{border-left:1px solid #dcdcdc;}
.wd90{width:90px;}
.wd65{width:65px;}
.wd275{width:275px;}
.wd120{width:120px;}
.brdl_dtd{border-left:1px dotted #d2dbe0;}
.fn16{font-size:15px;}
.i_ic{display:inline-block; width:12px; height:12px; background:url(https://images.moneycontrol.com/images/common/2015/i_ic.png) 0 0 no-repeat;}
.sponbx{position:absolute; top:0; right:0; text-align:left; color:#666666; font:400 italic 12px 'intel_clearregular',Arial, sans-serif;}
.fn25{font-size:25px;}
.ic_cashcoversion{background: url(https://images.moneycontrol.com/images/common/2015/ic_cashcoversion.png) no-repeat 0 0; width:35px; height:15px; display:inline-block; margin-top:30px;}
.wdato{width:auto;}
.view_g15{font:400 15px 'intel_clearregular',Arial, sans-serif; color:#a5b0b7;}
.view_g15 span{font:700 15px 'intel_clearregular',Arial, sans-serif; color:#fff;}
.cash_convertab li{float:left; margin-right:6px;}
.cash_convertab li a{ color:#8f9da7; font:600 18px Arial, sans-serif; padding:10px 18px; border:1px solid #1d6487; display:inline-block; text-decoration:none !important; position:relative;}
.cash_convertab li.active a{color:#fff; border:3px solid #ffffff; padding:8px 16px;}
.cash_convertab li.active .cash_arwtb{position:absolute; left:50%; display:inline-block; margin-left:-5px; bottom:-7px; background:url(https://images.moneycontrol.com/images/common/2015/cash_arwtb.png) 0 0 no-repeat; width:10px; height:10px;}
.ic_arwor{display:inline-block; width:39px; height:33px; background:url(https://images.moneycontrol.com/images/common/2015/ic_arwor.png) 0 0 no-repeat; float:left;}
.viewres_cashconv .SelectedOpts{line-height:31px;}
.viewres_cashconv .Optsbox .optsDDl{top:32px; right:-1px;}
.viewres_cashconv .wd250{ width:248px;}
.viewres_cashconv .op_g15{color:#fff;}
.ic_riskmon{background: url(https://images.moneycontrol.com/images/common/2015/ic_riskmon.png) no-repeat 0 0; width:40px; height:32px; display:inline-block; margin-top:18px;}
#riskmon .caclForm_box .formRow .rdmrlow li{margin-right:18px;}
.risktbl tr th, .risktbl tr td{padding:0px 15px 10px 0px;} 
.risktbl tr th{color:#333333; font:700 18px 'intel_clearregular',Arial, sans-serif;}
.revrisktxbx{height:40px; padding:0px 12px; font:15px/38px 'intel_clearregular',Arial, sans-serif; color:#333333; border:1px solid #dcdcdc;}
.shw15op{color:#666666; font:600 15px/38px 'intel_clearregular',Arial, sans-serif;}
.ic_plus{width:13px; height:13px; display:inline-block; vertical-align:baseline; background:url(https://images.moneycontrol.com/images/common/2015/mc_sprite.png?v=0.2) no-repeat -370px -120px;}
.shw20wht{color:#ececf5; font:600 20px/20px 'intel_clearregular',Arial, sans-serif;}
.resultTxt_grn{font:800 25px/35px 'intel_clearregular',arial;color:#09b83a; text-decoration:underline;}
.datatopc{padding-bottom:15px; border-bottom:1px solid #ebebeb; margin-bottom:10px;}
.or20eb{font:800 20px/25px 'intel_clearregular',arial;color:#e9610c;}
.dataarwf{width:8px; height:27px; display:inline-block; background:url(https://images.moneycontrol.com/images/common/2015/mc_sprite.png?v=0.2) no-repeat -350px -140px; float:left; margin:0px 12px 0px 10px;}
.or20regc{font:400 20px/25px 'intel_clearregular',arial;color:#e9610c;}
.dattpul ul li a{background:#f4f7f9; border-bottom:2px solid #f4f7f9; width:100px; height:33px; float:left; text-align:center; font:400 13px/33px 'intel_clearregular',arial;color:#0f4d6b; margin-right:2px;}
.dattpul ul li a.active{color:#333333; font-weight:600; border-bottom:2px solid #094c6c;}
.grpdataln a{font:400 13px/13px 'intel_clearregular',arial;color:#0f4d6b;float:left; border-right:1px solid #666666; padding-right:12px; margin-right:12px;}
.grpdataln a.last{border:0px;}
.adprod{color:#999999; font:400 13px/13px 'intel_clearregular',arial;}
.ic_inven{background: url(https://images.moneycontrol.com/images/common/2015/mc_sprite.png?v=0.2) no-repeat -110px -180px; width:33px; height:33px; display:inline-block; margin-top:20px;}
.formRow .nes_bse li{text-transform:capitalize;}
#datedrp .Optsbox{padding:0px 7px;}
#datedrp .SelectedOpts{min-width:12px;}
#datedrp .Optsbox_arrow_dub{width:9px; height:4px; background:url(https://images.moneycontrol.com/images/common/2015/mc_sprite.png?v=0.2) -350px -120px no-repeat; display:inline-block; vertical-align:middle;}
#datedrp .miht .optsDDl{height:324px; overflow-y:auto;}
.op12blv{color:#333333;font:400 12px/12px 'intel_clearregular',arial;}
.w146{width:146px;}
.invmodrht{border-right:1px solid #3e738d; margin-right:8px; padding-right:5px;}
.w120{width:120px;}
.bln12blv{color:#ccd2d6;font:600 15px 'intel_clearregular',arial;}
.invmodrht .customDdl .selectedText{width:88px;}
.w432{width:430px;}
#newdaf .wd250{width:198px;}
#newdaf .wd90{width:83px;}
#newdaf .Optsbox{padding:0px 5px;}
.yearbx .wd65{width:42px;}
#newdaf .SelectedOpts{line-height:31px;}
#newdaf .optsDDl{top:31px;}
.brdinstat{margin-bottom:26px; padding-top:38px; border-bottom:1px solid #eaeff2; position:relative;}
.avtsts{position:absolute; z-index:1; left:150px; top:22px; color:#ececf5; font:800 18px/30px 'intel_clearregular',arial; padding:0px 10px; background:#073c56;}
.tblinven tr th{border-left:1px solid #40697d; background:#052a3c; padding:10px 0px; color:#a9b0b4; font:800 13px 'intel_clearregular',arial;}
.tblinven tr td{border-left:1px solid #40697d; padding:8px 0px; color:#fff; font:600 13px 'intel_clearregular',arial;}
.tblinven tr th.last, .tblinven tr td.last{border-right:1px solid #40697d;}
.linnbl{color:#376177; margin:0px 5px;}
.tblinven tr.odd{ background-color:#14465f;}
.tblinven tr td.btmrow{background:#205067; border-bottom:1px solid #578083; border-top:1px solid #578083;}
.persts .avtsts{left:215px;}
.perstsq .avtsts{left:245px;}
.proinvdrp{margin-left:55px;}
.proinvdrp .w115{width:100px !important;}
.tblinven tr th.nfds{font:400 13px 'intel_clearregular',arial; border-top:1px solid #40697d; padding:5px 0px;}
.btndwnload{width:101px; height:28px; position:absolute; z-index:1; right:0px; top:24px; background:url(https://images.moneycontrol.com/images/common/2015/mc_sprite.png?v=0.2) no-repeat -110px -220px;}
.tblinven tr td a{color:#ececf5; text-decoration:underline;}
.LedgerTbl{border-bottom:1px solid #578083; border-right:1px solid #578083;}
.LC li{text-transform:capitalize;}
.gldp-el{visibility:hidden;}
.output input {width:273px;}
.dnone{display:none;}
#invcalncx .customDdl .selectedText {color: #666; display: inline-block; font: 15px/28px "intel_clearregular",arial; width: 220px;}
.uanbrd{border-bottom:1px solid #396378; padding-bottom:25px;}
.w260{width:260px;}
.w95{width:95px;}
.w270{width:270px;}
#yoancx .customDdl .selectedText{font:13px/13px 'intel_clearregular',arial; color:#666; width:145px; display:inline-block;}
.proinvdrp .customDdl .selectedText{font:13px/20px 'intel_clearregular',arial; color:#666; width:250px; display:inline-block;}

.bgdvrpne{ display:block; width:268px; background:#fff; border:1px solid #dcdcdc; font:300 15px/21px 'intel_clearregular', sans-serif; color:#333; text-decoration:none; cursor:pointer; padding:9px 10px;}
.bgdvrpnesa{ display:block; width:268px; background:#fff; border:1px solid #dcdcdc; font:300 15px/21px 'intel_clearregular', sans-serif; color:#333; text-decoration:none; cursor:pointer; padding:9px 10px;}
.bgdvrpnesa input{border:0px; font:300 15px/21px 'intel_clearregular', sans-serif; color:#333;}

.bgdviponame{ display:block; width:262px; background:#fff; border:1px solid #dcdcdc; font:300 15px/21px 'intel_clearregular', sans-serif; color:#333; text-decoration:none; cursor:pointer; padding:9px 10px;}
.bgdviponame input{border:0px; font:300 15px/21px 'intel_clearregular', sans-serif; color:#333;}