@media (min-width: 768px) {
	.commodities .bread-crumb li a{
	  color: rgba(255,255,255,.6);
	}
	.commodities .bread-crumb li:before{
	  color:#fff;
	}
	.commodities .bread-crumb li:last-child a{
	  color:#fff;
	}
}
.commodities .banner-block {
  padding-bottom: 40px;
  background: #27277A;
  margin-bottom: 40px;
  overflow: hidden;
}
.commodities .banner-block .banner-description p label{
	font-weight:normal;
}
.banner-description .sub-head h1 {
    font-size: 12px;
    line-height: 19px;
    color: rgb(240 240 240 / 70%);
    letter-spacing: 3.6px;
    font-weight: 700;
    text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .commodities .banner-block .banner-img {
    height: 135px;
  }
  .commodities .banner-block .banner-img img {
/*    margin-top: -30px;*/
  }
}

@media (min-width: 768px) {
  .commodities .banner-block {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	  position:relative;
  }
  .commodities .banner-block:before {
    background: url(../images/commodities-top-bnr.png) no-repeat 0 0;
    width: 271px;
    height: 100%;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
	  bottom:0;
    background-size: 100% 100%;
    margin: 0 !important;
  }
  .commodities .banner-block .banner-img {
    display: none;
  }
}
.commodities .banner-description .sub-head{
	margin-bottom:16px;
}
.commodities .banner-description h2{
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .commodities .banner-description {
    padding: 80px 0 40px;
    width: 60%;
  }
}

.commodities .banner-description h3 {
  margin-bottom: 16px;
}

.commodities .banner-description .sub-head .icon-card {
  color: rgba(240, 240, 240, 0.7);
}

.commodities .banner-description .sub-head h1 {
  color: rgba(255, 255, 255, 0.6);
}

.commodities .banner-description .count-item span {
  color: rgba(255, 255, 255, 0.6);
}

.commodities .banner-description .count-item h5 {
  color: #9696FF;
}

.commodities .banner-description .request-form {
  margin-top: 40px;
}

@media (max-width: 575.98px) {
  .commodities .banner-description .request-form .commodities-input-block {
    max-width: 280px;
  }

  .commodities .banner-description .request-form #phonec, .commodities .banner-description .request-form #mobile_number{
    font-size:14px !important; 
  }   
} 
.intl-tel-input .flag-container {
  height:44px !important;
} 
.commodities .banner-description .request-form .button-block {
  display: inline-block;
  position: absolute;
  top: 0;
  right: -30px;
  width: 146px;
  border-radius: 0;
  z-index: 9;
}

@media (max-width: 991.98px) {
  .commodities .banner-description .request-form .button-block {
    width: 100%;  
    margin-top: 5px;
    position: static;
  }
  .commodities .banner-description .request-form .button-block .btn {
    font-size: 14px;
    border-radius: 65px !important;
    flex: 0 0 100%;
  }
}

.commodities .checkbox-field label {
  color: rgba(255, 255, 255, 0.7);
}

.commodities .intl-tel-input {
  width: 115px;
}



.commodities #demat_ac_country_code {
  border-radius: 65px 0 0 65px;
  border: none;
  padding-left: 57px !important;
  padding-right: 0 !important;
}

.commodities #demat_ac_phn_number {
  border-radius: 0px !important;
  padding-right: 15px !important;
  border-left: none;
  margin: 0;
  padding-left: 10px !important;
  border: none;
  border-left: 1px solid #f0f0f0 !important;
}

@media (max-width: 575.98px) {
  .commodities #demat_ac_phn_number {
    border: none;
    border-radius: 0 65px 65px 0 !important;
  }
}

.commodities .intl-tel-input.selected-flag {
  height: 100% !important;
}

.choose-commodities {
  padding-top: 0px;
}

.choose-commodities .img-block {
  margin-bottom: 25px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.choose-commodities h3 {
  font-size: 36px;
  line-height: 44px;
  color: #0000A0;
  font-weight: 700;
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .choose-commodities h3 {
    font-size: 32px;
    line-height: 42px;
  }
}

.choose-commodities .description label {
  font-size: 16px;
  line-height: 19px;
  color: #27277a;
  font-weight: 700;
  margin: 0;
}

.choose-commodities .trading-btn {
  margin-top: 24px;
}

.choose-commodities .trading-btn .btn {
  max-width: 323px;
  width: 100%;
  color: #fff;
  height: 43px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  background: #4c4ccc;
  padding:0 21px;
}

.choose-commodities .trading-btn .btn:hover {
  background: #27277a;
}

.choose-commodities .trading-btn .btn .icon-right-arrow:before {
  color: #fff;
  font-size: 12px;
}

.unmatched-features {
  margin-top: 64px;
}

@media (max-width: 991.98px) {
  .unmatched-features {
    margin-top: 44px;
  }
}

.unmatched-features .img-block {
  margin-right: -30px;
  max-width: 500px;
  width: 100%;
}

.unmatched-features h3 {
  font-size: 34px;
  line-height: 44px;
  color: #0000A0;
  font-weight: 700;
  margin-bottom: 65px;
}

@media (max-width: 991.98px) {
  .unmatched-features h4 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 30px;
	color: #0000A0;
  	font-weight: 700;
  }
}

.unmatched-features .description {
  margin-top: 0;
}

@media (max-width: 991.98px) {
  .unmatched-features .description {
    margin-top: 28px;
  }
}

.unmatched-features .description p {
  font-size: 16px;
  line-height: 19px;
  color: #07075A;
  margin-bottom: 24px;
}

.unmatched-features .download-app {
  margin: 12px 0 24px;
}

.unmatched-features .download-app h5 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  color: #4c4ccc;
  margin-bottom: 18px;
}

.commodities-price {
  padding: 60px 0;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .commodities-price {
    padding: 30px 0;
  }
}

.commodities-price h3 {
  font-size: 36px;
  line-height: 44px;
  color: #27277a;
  font-weight: 700;
  margin-bottom: 15px;
}

.commodities-price span{
	font-size: 14px;
    color: #272756;
}

@media (max-width: 991.98px) {
  .commodities-price h3 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 15px;
  }
}

.commodities-price-list {
	margin-top: 15px;
  margin-bottom: 42px;
}

@media (min-width: 992px) {
  .commodities-price-list .border-lg-right {
    border-right: 1px solid #CACACA;
  }
}

.commodities-price-list .price-list-head {
  margin-bottom: 21px;
}

.commodities-price-list .price-list-head span {
  font-size: 12px;
  line-height: 14px;
  color: #07075A;
  font-weight: 600;
}

.commodities-price-list .price-list-head span.text-fade {
  color: rgba(104, 104, 117, 0.7) !important;
}

.commodities-price-list .price-list-data {
  margin-bottom: 12px;
}

@media (min-width: 992px) {
  .commodities-price-list .price-list-data:last-child {
    margin-bottom: 0;
  }
}

.commodities-price-list .price-list-data span {
  font-size: 12px;
  line-height: 14px;
  color: #07075A;
  font-weight: 600;
}

.commodities-price-list .price-list-data span.text-green {
  color: #1FB15A;
}

.commodities-price-list .price-list-data span.text-red {
  color: #E86362;
}

.commodities-price .start-trading-btn .btn {
  background: transparent;
  height: 43px;
  width: 219px;
  border: 1px solid #272756;
  color: #272756;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  padding:0 21px;
}

.commodities-price .start-trading-btn .btn span.icon-right-arrow:before {
  font-size: 11px;
}

.commodities-type {
  background: rgba(141, 221, 173, 0.57);
  padding-top: 48px;
  padding-bottom: 15px;
}

@media (max-width: 991.98px) {
  .commodities-type {
    padding-bottom: 88px;
  }
}

.commodities-type .container {
  max-width: 830px;
}

.commodities-type label {
  color: rgba(39, 39, 86, 0.7);
  letter-spacing: 3.6px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  margin-bottom: 16px;
  display:block;
}

.commodities-type h3 {
  font-size: 42px;
  line-height: 44px;
  font-weight: 700;
  color: #272756;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .commodities-type h3 {
    margin-bottom: 50px;
  }
}

@media (max-width:767.98px) {
  .commodities-type h3 {
    font-size: 32px;
    line-height: 42px;
  }
  .commodities-type-list {
    margin-right: -30px;
    margin-left:-30px;
  }
  .commodities-type-list .slick-list{
    padding:0 30px;
  } 
}

.commodities-type-list {
  margin-bottom: 50px;
}

.commodities-type-list .slick-track {
  padding: 20px 0;
}

.commodities-type .type-item {
  position: relative;
}

.commodities-type .type-item p {
  -webkit-transform: translateY(300%);
          transform: translateY(300%);
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  position: absolute;
  visibility: hidden;
  bottom: -100%;
}

.commodities-type .type-item .title {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}

.commodities-type .type-item.active .type-item-inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
	justify-content:flex-start;
}

.commodities-type .type-item.active .btn {
  bottom: 93%;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.commodities-type .type-item.active .img-block {
  display: none;
}

.commodities-type .type-item.active .title {
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}

.commodities-type .type-item.active p {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  margin: 15px 0 0;
  position: inherit;
  visibility: visible;
}

.commodities-type .type-item .btn {
  width: 54px;
  height: 31px;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.commodities-type .type-item .btn:focus, .commodities-type .type-item .btn:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.commodities-type .type-item .btn span:before {
  font-size: 22px;
}

.commodities-type .type-item-inner {
  background-color: #fff;
  border-radius: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 12px;
  padding: 60px 25px;
  height: 275px;
  overflow: hidden;
}

.commodities-type .type-item-inner .img-block {
  margin-bottom: 23px;
  height: 144px;
  flex: 144px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.commodities-type .type-item-inner p {
  color: rgba(39, 39, 122, 0.7);
  font-size: 16px;
  line-height: 19px;
	font-weight:600;
}

.commodities-type .type-item-inner .title label {
  margin: 0;
  font-size: 24px;
  line-height: 29px;
  color: #27277A;
  font-weight: 600;
	letter-spacing:normal;
}

@media (min-width: 992px) {
  .open-account {
    padding: 48px 0;
  }
}

@media (max-width: 1199.98px) {
  .open-account-inner {
    margin-top: -25%;
    -webkit-box-shadow: -5px -5px 0px #1FB15A;
            box-shadow: -5px -5px 0px #1FB15A;
    background: #fff;
    padding: 27px;
    border-radius: 30px;
    position: relative;
  }
}

.open-account-inner .account-btn {
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.open-account-inner .enter-mob {
  max-width: 280px;
  width: 100%;
  margin: auto;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.open-account-inner .enter-mob-form {
  display: none;
  position: relative;
}

.open-account-inner .enter-mob-form > span {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0;
  height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 15px;
  font-weight: 700;
}

.open-account-inner .enter-mob-form .form-control {
  height: 51px !important;
  max-width: 280px;
  width: 100%;
  font-size: 16px;
  border-color: #07293D;
  color: #0000A0;
  border: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-radius: 65px;
  padding-left: 45px !important;
  margin-bottom: 0px;
}

.open-account-inner .enter-mob-form .intl-tel-input .form-control {
  border-radius: 65px 0 0 65px;
  border-right: none;
  padding-left: 60px !important;
}

.open-account-inner .enter-mob #trading_ac_mobile {
  border-left: none;
  border-radius: 0 65px 65px 0;
  padding-left: 0 !important;
}

.open-account-inner .enter-mob.active .account-btn {
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-transform: none;
          transform: none;
}

.open-account-inner .enter-mob.active p {
  display: none;
}

.open-account-inner .enter-mob.active .enter-mob-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 280px;
  margin: 0 auto 10px;
}

.open-account-inner .enter-mob.active .enter-mob-form .selected-flag {
  height: 51px;
}

.open-account-inner h3 {
  color: #27277A;
  font-size: 23px;
  line-height: 29px;
  margin-bottom: 16px;
  font-weight: 700;
}

.open-account-inner p {
	font-weight:600;
  color: rgba(39, 39, 122, 0.7);
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 30px;
}

.open-account-inner .btn {
  width: 60px;
  height: 35px;
}

.open-account-inner .btn span:before {
  color: #fff;
  font-size: 11px;
}

.open-demat-account {
  background: #E8FDF1;
  border-radius: 30px;
  margin-bottom: 36px;
}

@media (min-width: 768px) {
  .open-demat-account {
    margin-bottom: 105px;
    border-radius: 30px;
  }
}

@media (min-width: 768px) {
  .open-demat-account .bnr-block {
    border-radius: 30px;
    overflow: hidden;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 570px;
            flex: 0 0 570px;
  }
}

.open-demat-account .description {
  padding: 34px 24px;
}

@media (min-width: 768px) {
  .open-demat-account .description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 56px;
	padding-right: 56px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 420px;
            flex: 0 0 420px;
  }
}

.open-demat-account .description h3 {
  font-size: 24px;
  line-height: 29px;
  color: #272756;
  margin-bottom: 21px;
  font-weight: 700;
	text-align:center
}

.open-demat-account .description p {
  font-size: 16px;
  line-height: 19px;
  color: #272756;
  margin-bottom: 21px;
	text-align:center;
}

.open-demat-account .description .demat-account-btn .btn {
  height: 43px;
	max-width:284px;
}

.open-demat-account .description .demat-account-btn .btn span {
  font-size: 16px;
  line-height: 19px;
  color: #272756;
  font-weight: 600;
}

.open-demat-account .description .demat-account-btn .btn .icon-right-arrow:before {
  font-size: 11px;
}
.nri-form label, .refer-form-block label, .contact-form label {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 20px;
    margin-top: 12px;
    padding-right: 20px;
	display:flex;
}
.pl-shorts label, .pl-blog label {
    text-transform: uppercase;
    letter-spacing: 3.6px;
    color: #F0F0F0;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
	display: flex;
    align-items: center;
}
@media (min-width: 992px) {
  .w-40 {
    width: 40%;
  }
}

@media (max-width: 1199.98px) {
  .w-xs-100 {
    width: 100% !important;
  }
}
/*# sourceMappingURL=commodities.css.map */