/* Styles for Insan page written here
* Author:   Chitram Ramesh kumar
* Date:   18-03-2021
*/
:root {
    --sf-ten: calc(10px + 0vw);
    --sf-twelve: calc(10px + 0.14641288433382138vw);
    --sf-fourteen: calc(13px + 0.07320644216691069vw);
    --sf-sixteen: calc(14px + 0.14641288433382138vw);
    --sf-eighteen: calc(14px + 0.29282576866764276vw);
    --sf-twenty: calc(16px + 0.29282576866764276vw);
    --sf-twentyone: calc(16px + 0.36603221083455345vw);
    --sf-twentytwo: calc(16px + 0.43923865300146414vw);
    --sf-twentyfour: calc(14px + 0.7320644216691069vw);
    --sf-twentysix: calc(14px + 0.8784773060029283vw);
    --sf-twentyeight: calc(14px + 1.0248901903367496vw);
    --sf-thirtytwo: clamp(1rem, 2.5vw, 2rem);
    --sf-thirtyfive: calc(16px + 1.390922401171303vw);
    --sf-thirtysix: calc(16px + 1.4641288433382138vw);
    --sf-fourtytwo: calc(18px + 1.7569546120058566vw);
    --sf-fourtyfive: calc(16px + 2.12298682284041vw);
    --sf-fourtyeight: calc(16px + 2.342606149341142vw);
    --sf-fivtysix: calc(16px + 2.9282576866764276vw);
    --sf-sixtyfour: calc(16px + 3.513909224011713vw);
    --sf-eighty: calc(16px + 4.685212298682284vw);
}
@font-face {
    font-family: "TruenoBd";
    src: url("TruenoBd.otf") format("opentype");
}

@font-face {
    font-family: "TruenoSBd";
    src: url("TruenoSBd.otf") format("opentype");
}

@font-face {
    font-family: "TruenoLt";
    src: url("TruenoLt.otf") format("opentype");
}

@font-face {
    font-family: "TruenoRg";
    src: url("TruenoRg.otf") format("opentype");
}
.container-fluid{
  max-width: 1224px;
}
/* header Banner styles starts here */
.header-banner{
  background: #ff1659;
  position: relative;
}
.header-banner a{
  text-decoration: none;
  color: #ffffff;
}
.header-banner::before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgb(0, 0, 0);
  opacity: 0.4;
}
.header-banner > .w-14-8{
  padding: 64px 64px 64px 64px;
  position: relative;
  z-index: 1;
  min-height: 250px;
  background-color: #FF1659;
}
.header-banner{
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.header-banner .w-14-8 .title {
    font-family: TruenoSBd;
    font-size: var(--sf-thirtysix);
    font-weight: 600;
    line-height: 1.25;
}
.header-banner .w-14-8 .description {
    max-width: 540px;
    margin: 12px 0 0;
    font-family: TruenoLt;
    font-size: var(--sf-twenty);
    line-height: var(--sf-thirtytwo);
    overflow: hidden;
    float: left;
}
/* header Banner styles Ends here */


/* Tabs starts here*/
.custom-tab .nav-tabs{
    display: flex;
    flex-wrap: nowrap;
    border-bottom:none;
    position: relative;
}
.custom-tab .nav-tabs::after{
  content: "";
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: -1px;
  height: 3px;
  background: #e9e9e9;
  z-index: -1;
}
.custom-tab .nav-tabs .nav-item{
    font-size: 13px;
}
.custom-tab .nav-tabs .nav-item .nav-link{
    border-color: transparent;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    text-align: center;
}

.custom-tab .nav-tabs .nav-item.show .nav-link, .custom-tab .nav-tabs .nav-link.active {
    color: #ED205C;
    background-color: transparent;
   border:none;
   border-bottom: 4px solid;
}

.custom-tab .tab-pane{
	background-color: transparent;
}
.custom-tab .nav-tabs .nav-item .nav-link{
    text-align: center;
    color: #555555;
}
.custom-tab .nav-tabs .nav-item .nav-link:hover{
    color:#262626;
}
.custom-tab .nav-tabs .nav-item .nav-link.active{
    color:#ff1659;
}

.custom-tab .nav-tabs .nav-item .nav-link{
    font-family: TruenoSBd;
    font-size: 24px;
    padding: 10px 48px 20px 48px;
}
.custom-tab .nav-tabs .nav-item .nav-link i{
    margin-bottom:11.7px
}
.custom-tab .nav-tabs .nav-item .nav-link span{
    display:block;
}
/* Tabs Ends here */
h1.entry-title {
    margin: 0 auto;
    font-size: var(--sf-thirtysix);
    font-family: TruenoSBd;
    padding-top: 52px;
    padding-bottom: 50px;
    text-align: center;
    color:#555555;
}

/* Cards start here  */
.insan-product-card {
  letter-spacing: normal;
  text-align: left;
  font-stretch: normal;
  font-style: normal;
  padding-bottom: 24px;
}
.insan-product-card .card-header a{
    font-family: 'TruenoSBd';
    font-size: var(--sf-twenty);
    font-weight: 600;
    line-height: 1.25;
    color:#262626;
    text-decoration: none;
}
.insan-product-card .card-body .pro-disc {
    font-family: 'TruenoLt';
    font-size: var(--sf-fourteen);
    font-weight: 300;
    line-height: 1.57;
    color: #555555;
    margin-bottom: 17px;
    min-height: 60px;
    overflow: hidden;
}
.insan-product-card .btn-primary{
  padding: 8px 12px;
  font-family: TruenoSBd;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.37px;
  text-align: center;
  color: #ffffff;
  background-color:#ff1659;
  border-radius: 0px;
  border: none;
}
.insan-product-card .card-footer .qty {
    font-family: 'TruenoLt';
    font-size: var(--sf-fourteen);
    font-weight: 300;
    line-height: 1.21;
    color: #555555;
}
.insan-product-card .card-footer .price {
    font-family: 'TruenoSBd';
    font-size: var(--sf-twenty);
    font-weight: bold;
    line-height: 1.25;
    color: #ff1659;
}
.btn-primary:hover {
    background: #ff3d71;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #ff3d71 !important;
    border-color: #ff3d71 !important;
    box-shadow: 0 0 0 0.2rem #ffbccd !important;
}
a.card-title:hover {
    text-decoration: none;
    color: #ff1659;
}
/* Cards Ends Here */

.insan-product-card .card-body span img {
    width: 20px;
}
.insan-product-card .card-body ul li .content {
    display: inline-grid;
    margin-left: 5px;
    width: 86%;
    height: 60px;
}
.product-card .card-body ul li {
    font-family: 'TruenoSBd';
    font-size: var(--sf-sixteen);
    font-weight: 600;
    line-height: 1.5;
    color: #262626;
    margin-bottom: 6px;
}
.insan-product-card .card-body ul li p {
    margin: 1px 0 0 0px;
    font-family: 'TruenoLt';
    font-size: var(--sf-fourteen);
    font-weight: 300;
    line-height: 1.21;
    color: #555555;
    word-break: break-word;
}
@media (max-width: 768px){
  .header-banner{
    margin-left: -16px;
    margin-right: -16px;
  }
  .header-banner > .w-14-8{
      padding: 64px 16px 64px 16px;
  }
  .header-banner .w-14-8 .description {
    font-size: var(--sf-sixteen);
    line-height: var(--sf-twentysix);
    height:auto;
  }
  h1.entry-title{
    padding-top: 32px;
  }
  .custom-tab .nav-tabs{
    overflow-x: scroll;
  }
  .custom-tab .nav-tabs .nav-item .nav-link{
        font-size: 16px;
  }
  .custom-tab .nav-tabs .nav-item .nav-link{
    padding:16px 16px;
  }
}

.no_padding {
  padding: 0;
}