* {
  box-sizing: border-box;
  margin: 0;
}

ul, li {
  list-style: none;
}

.clearfix:before, .ajax-upload-dragdrop:before {
  content: " ";
  display: table;
}

.clearfix:after, .ajax-upload-dragdrop:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.clearfix {
  display: inline-block
}

* html .clearfix {
  height: 1%
}

.clearfix {
  display: block
}

.inetrnal_banner_wrap {
  clip-path: polygon(100% 1%, 0% 100%, 100% 100%);
  background-color: #006ac5;
}

.internal_wrapper {
  width: 1060px;
  margin: 0 auto;
  color: #3c3c3c;
  padding: 30px 0;
}

.intel_light {
  font-family: 'intel_clearlight', sans-serif;
}

.intel_regular {
  font-family: 'intel_clearregular', sans-serif;
}

.intel_pro_bold {
  font-family: 'intel_clear_probold', sans-serif;
}

.intel_bold {
  font-family: 'intel_clearbold', sans-serif;
}

.frm_wrapbx {
  font-size: 15px;
  line-height: 25px;
  width: 940px;
  margin: 0 auto;
}

.frm_wrapbx>p {
  margin-bottom: 15px;
}

.title_frm {
  color: #0071c5;
  font-size: 35px;
  line-height: normal;
}

.form_wrapper {
  width: 700px;
  margin: 40px auto 0;
  font-size: 18px;
}

.form_wrapper .form-group>label {
  float: left;
  width: 220px;
  font-weight: 400;
}

.input_wrap {
  float: left;
  width: 370px;
  position: relative;
}

.astrik {
  color: #fc4c02;
}

.form_wrapper .form-control {
  border-color: #0065a9;
}

.input_wrap textarea {
  resize: none;
}

.poll_list {
  padding-left: 0px;
}

.poll_list li {
  cursor: pointer;
  float: left;
  width: 120px;
}

.poll_list li .rd_lable {
  width: 16px;
  height: 16px;
  border: 1px solid #0071c5;
  background-color: transparent;
  border-radius: 100%;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  vertical-align: sub;
}

.poll_list li .rd_lable input {
  visibility: hidden;
  width: 30px;
}

.poll_list li.checked .rd_lable:before {
  width: 6px;
  height: 6px;
  content: "";
  display: inline-block;
  background-color: #0065a1;
  position: absolute;
  border-radius: 100%;
  left: 4px;
  top: 4px;
  z-index: 0;
}

.file_uptxt {
  color: #6b6b6b;
  font-size: 12px;
  display: block;
  text-align: right;
}

.input_wrap .checkbox {
  font-size: 12px;
  font-family: 'intel_clearregular', sans-serif;
  color: #000;
  margin: 0px;
}

.input_wrap .checkbox a {
  color: #0071c5;
  text-decoration: underline;
}

.checkbox>p {
  padding-left: 20px;
}

.btn_submit {
  font-size: 35px;
  line-height: 35px;
  font-family: 'intel_clear_probold', sans-serif;
  background-color: #0071c5 !important;
  border: 0px !important;
  padding: 5px 45px;
}

.upload_filesbx {
  font-size: 15px;
  font-family: 'intel_clearregular', sans-serif;
  text-align: center;
  padding-top: 5px;
}

.upload_filesbx a {
  color: #000;
  text-decoration: underline;
}

.delete_icn {
  display: inline-block;
  background: url(../images/delete_con.gif) 0 0 no-repeat;
  width: 16px;
  height: 19px;
  vertical-align: sub;
}

.simple_selectbox_drop {
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 20px;
}

.input_wrap.selectbox:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 8px;
  border: solid #3c3c3c;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* The checkbox */

.check_wrap {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
}

/* Hide the browser's default checkbox */

.check_wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.check_wrap .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #0071c5;
  border: 1px solid #0071c5;
}

/* On mouse-over, add a grey background color */

.check_wrap:hover input~.checkmark {
  background-color: #0071c5;
}

/* When the checkbox is checked, add a blue background */

.check_wrap input:checked~.checkmark {
  background-color: #0071c5;
}

/* Create the checkmark/indicator (hidden when not checked) */

.check_wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.check_wrap input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.check_wrap .checkmark:after {
  left: 4px;
  top: 0px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.thankyou_bx {
  color: #3c3c3c;
  font-size: 15px;
  font-family: 'intel_clearregular', sans-serif;
  margin-top: 40px;
  display: none;
}

.thankyou_bx .blutxt {
  color: #0071c5;
  font-size: 20px;
  font-family: 'intel_clearregular', sans-serif;
  margin-top: 20px;
}

.clickhere {
  font-size: 30px;
  padding: 7px 25px 3px;
}

.thank_title {
  color: #003c71;
  font-family: 'intel_clear_probold', sans-serif;
  font-size: 40px;
  margin-bottom: 5px;
}

/* ARTICLE PAGE */

/* INTERNAL HEADER */
.internal-hero-section {
            position: relative;
            margin-bottom: 25px;
            overflow: hidden;
        }

        .internal-hero-img {
            display: block;
        }

        .internal-hero-flap-wrap {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 46%;
            right: 0;
            z-index: 2;
            height: 60px;
			 font-family: 'intel_clear_probold', sans-serif;
        }

        .internal-hero-flap {
            background: #ffa300;
            color: #fff;
            top: 50%;
            position: absolute;
            left: 0;
            padding: 11px 60px 5px 44px;
            font-size: 40px;
            transform: translateY(-40%);
            z-index: 9;
            clip-path: polygon(12% 0, 100% 0, 88% 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: 50%;
    position: absolute;
    right: 0;
    height: 100%;
    background: #013b75;
    top: 0;
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 4.2% 100%);
    -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 4.2% 100%);
        z-index: 1;
}
        .internal-hero-content {
            width: 50%;
            position: absolute;
            right: 0;
            height: 100%;
            background: #0064c0;
            top: 0;
            clip-path: polygon(25% 0, 100% 0, 100% 100%, 6% 100%);
            z-index: 1;
        }

        .hero-img-wrapper {
            height: 245px;
            background: url(https://stat.moneycontrol.co.in/mcnews/ms/assets/images/intel-boost-your-business2/internal-hero.jpg) no-repeat;
            background-size: cover;
            background-position: top left;


        }

        .internal-hero-flap-back {
            position: absolute;

top: 52%;

transform-origin: bottom left;

transform: translateY(-50%) rotateZ(38deg);

width: 46%;

right: -2px;

z-index: 0;

height: 60px;

background: #0b223e;
        }

        canvas {
            display: block;
            vertical-align: bottom;
        }
/* END OF INTERNAL HEADER */

/* AARTICLE SECTION */

.intel-article .intel-container {
  padding: 32px 70px;
}

.intel-article-title {
  position: relative;
  color: #0071c5;
  font-size: 40px;
  margin: 0;
  font-family: 'intel_clear_probold', serif;
}

.intel-article-subtitle {
  font-size: 14px;
  line-height: 14px;
  color: #3c3c3c;
  font-family: 'intel_clearitalic', serif;
  margin: 10px 0 25px;
}

.intel-article-wrap {
  color: #232323;
  font-size: 15px;
  line-height: 25px;
  font-family: 'intel_clearregular', serif;
}
.intel-article-wrap ul{
  margin: -12px 0 -52px;
  list-style: circle inside !important;
  padding-left: 16px;
}
.intel-article-wrap ul li {
  list-style: circle !important;
}
.intel-article-wrap strong{
  font-weight: 600;
}
.intel-article-wrap iframe{
  width: 100%;
}

.intel-article-img {
  float: right;
  margin: 0 0 15px 15px;
}

.intel-article-text {}

.share-dots {
  background: url(https://stat.moneycontrol.co.in/mcnews/ms/assets/images/intel-boost-your-business2/intel_sprite.png?v=1) no-repeat;
  width: 6px;
  height: 23px;
  display: inline-block;
  background-position: -198px -96px;
  cursor: pointer;
  position: relative;
  margin-left: 6px;
}

.social_block {
  background: #fff;
  border: 1px solid #b7b7b7;
  border-radius: 6px;
  padding: 7px;
  display: none;
  width: 20px;
  height: 95px;
  position: absolute;
  right: -50px;
  top: -10px;
  box-sizing: content-box;
}

.social_block:before {
  content: "";
  border: solid #b7b7b7;
  border-width: 1px 0 0 1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  padding: 5px;
  background-color: #ffffff;
  position: absolute;
  left: -7px;
  top: 15px;
}

.fb {
  width: 20px;
  height: 20px;
  display: block;
  margin-bottom: 5px;
  background: url(https://stat.moneycontrol.co.in/mcnews/ms/assets/images/intel-boost-your-business2/intel_sprite.png) no-repeat;
  background-position: -187px -1px;
}

.tt {
  width: 20px;
  height: 20px;
  display: block;
  margin-bottom: 5px;
  background: url(https://stat.moneycontrol.co.in/mcnews/ms/assets/images/intel-boost-your-business2/intel_sprite.png) no-repeat;
  background-position: -187px -24px;
}

.linkedin {
  width: 20px;
  height: 20px;
  display: block;
  margin-bottom: 5px;
  background: url(https://stat.moneycontrol.co.in/mcnews/ms/assets/images/intel-boost-your-business2/intel_sprite.png) no-repeat;
  background-position: -187px -48px;
}

.whatsapp {
  width: 20px;
  height: 20px;
  display: block;
  margin-bottom: 5px;
  background: url(https://stat.moneycontrol.co.in/mcnews/ms/assets/images/intel-boost-your-business2/intel_sprite.png) no-repeat;
  background-position: -187px -72px;
}

/* END OF ARTICLE SECTION */

/* MORE SECTION */

.more-section {}

.more-sec-title {
  color: #0071c5;
  font-size: 40px;
  font-family: 'intel_clear_probold', serif;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 6px;
  border-bottom: 1px dashed #0071c5;
}

.more-slider-wrapper {
  padding: 30px 70px;
}

.more-item {
  font-size: 14px;
  color: #3c3c3c;
  font-family: 'intel_clearregular', serif;
  display: flex !important;
  line-height: 22px;
  padding: 10px;
  background: #fff;
  transition: 0.3s all;
  align-items: flex-start;
}

.more-item:hover {
  background: #337ab7;
  color: #fff;
}

.more-img {
  flex-basis: 40%;
  min-width: 40%;
  max-width: 40%;
}

.more-text {
  flex-basis: 60%;
  min-width: 60%;
  max-width: 60%;
  padding: 0 7px;
}

.more-next {
  top: 60px;
  right: 30px;
}

.more-prev {
  top: 60px;
  left: 30px;
}

.mi-sli-arr {
  display: block;
  height: 35px;
  width: 35px;
  position: absolute;
  background: url("../../images/intel-boost-your-business2/sme-arr.png") no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
}

.mi-sli-arr:hover {
  background: url("../../images/intel-boost-your-business2/sme-hover.png") no-repeat;
  background-size: contain;
}

.mi-next-arr {
  right: 20px;
}

.mi-prev-arr {
  transform: translateY(-50%) rotateZ(180deg);
  left: 20px;
}

.MT5 {margin-top: 5px;}

/* END OF MORE SECTION */

/* END OF ARTICLE PAGE */

@media screen and (max-width: 1279px) {
  .internal_wrapper {
    width: 1000px;
  }
  /* ARTICLE PAGE */
  .mi-prev-arr {
    width: 20px;
    height: 20px;
    top: 33%;
    left: -6px;
  }
  .mi-next-arr {
    width: 20px;
    height: 20px;
    top: 33%;
    right: -6px;
  }
  .mi-sli-arr {
    height: 25px;
    width: 25px;
    background-size: contain;
    top: 85px;
  }
  /* END OF ARTICLE PAGE */
}

@media screen and (max-width: 980px) {
	.internal-hero-section {
                display: none;
            }
  .internal_wrapper {
    width: 100%;
    padding: 15px 10px;
  }
  .form_wrapper, .frm_wrapbx {
    width: 100%;
    font-size: 16px;
  }
  .form_wrapper, .thankyou_bx{margin-top:20px;}
  .title_frm {
    font-size: 25px;
  }
  .frm_wrapbx {
    font-size: 14px;
    line-height: 20px;
  }
  .form_wrapper .form-group>label, .input_wrap {
    float: none;
    width: 100%;
  }
  .btn_submit {
    font-size: 28px;
    padding: 7px 40px 3px;
  }
  .input_wrap .checkbox {
    font-size: 10px;
  }
  .form_wrapper .form-group>label {
    margin-bottom: 2px;
  }
  .thank_title{ font-size:23px;}
.thankyou_bx{font-size:14px;}
.thankyou_bx .blutxt{font-size:18px;}
.clickhere{padding:7px 25px 3px;}
  /* ARTICLE PAGE */
  /* ARTICLE SECTION */
  .article-container {
	  padding:15px 0;
  }
  .intel-article-subtitle {
    line-height: 18px;
    margin: 10px 0 18px;
  }
  .intel-article-title {
    font-size: 30px;
  }
  .intel-article-img {
    width: 100%;
  }
  /* END OF ARTICLE SECTION */
  /* MORE ITEMS SECTION */
  .more-slider-wrapper {
    padding: 30px 15px;
  }
  /* END OF MORE ITEMS SECTION */
  /* END OF ARTICLE PAGE */
}