/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-specif-tab {
  background: #ffffff; }
  .cp-specif-tab .tabs {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4rem; }
  .cp-specif-tab .nav-tabs {
    border: none;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease; }
    .cp-specif-tab .nav-tabs .icon {
      font-size: 4.8rem;
      line-height: 4.8rem;
      margin-bottom: .8rem;
      display: block;
      color: #646464; }
    .cp-specif-tab .nav-tabs .tab-title {
      font-size: 2.4rem;
      line-height: 2.4rem;
      color: #646464;
      padding-bottom: .9rem;
      font-family: "Heebo-Medium";
      min-width: 13rem; }
    .cp-specif-tab .nav-tabs:hover .icon, .cp-specif-tab .nav-tabs.active .icon {
      color: #000000; }
    .cp-specif-tab .nav-tabs:hover .tab-title, .cp-specif-tab .nav-tabs.active .tab-title {
      color: #000000;
      font-family: "Heebo-black";
      border-bottom: 2px solid #0070F0; }
  .cp-specif-tab .tab_content {
    display: none; }
    .cp-specif-tab .tab_content.active {
      display: block; }
    @media only screen and (max-width: 768px) {
      .cp-specif-tab .tab_content {
        padding-left: 4.2rem;
        border-bottom: 1px solid #e2e2e2;
        padding: 1rem 0; } }
    .cp-specif-tab .tab_content .specif-list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .cp-specif-tab .tab_content .specfi-item {
      width: 47%;
      padding: 2rem 0rem;
      border-bottom: 1px solid #e2e2e2; }
      @media only screen and (max-width: 768px) {
        .cp-specif-tab .tab_content .specfi-item {
          width: 100%;
          border: none;
          padding: 0;
          margin-bottom: 1.6rem; } }
      .cp-specif-tab .tab_content .specfi-item .specif-title {
        font-size: 1.8rem;
        line-height: 1.8rem;
        margin-bottom: 1.2rem;
        color: #000000;
        font-family: "Heebo-Bold"; }
        @media only screen and (max-width: 768px) {
          .cp-specif-tab .tab_content .specfi-item .specif-title {
            font-size: 1.4rem;
            line-height: 1.8rem;
            margin-bottom: 4px; } }
      @media only screen and (max-width: 768px) {
        .cp-specif-tab .tab_content .specfi-item .desc {
          line-height: 2rem; } }
  .cp-specif-tab .tab_drawer_heading {
    display: none; }
  @media only screen and (max-width: 768px) {
    .cp-specif-tab .tabs {
      display: none; }
    .cp-specif-tab .tab_drawer_heading {
      margin: 0;
      padding: 1.6rem 1.6rem 1.6rem 0;
      display: block;
      cursor: pointer;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none;
      color: #000000;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      color: #646464;
      border-bottom: 1px solid #e2e2e2;
      position: relative; }
      .cp-specif-tab .tab_drawer_heading .icon {
        font-size: 3rem;
        line-height: 3rem;
        margin-right: 1.2rem; }
      .cp-specif-tab .tab_drawer_heading .acc-title {
        font-family: "Heebo-Medium";
        font-size: 1.8rem;
        line-height: 1.8rem;
        letter-spacing: -0.28px;
        color: #646464; }
      .cp-specif-tab .tab_drawer_heading .plus-mius {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
        .cp-specif-tab .tab_drawer_heading .plus-mius .icon {
          font-size: 1.3rem;
          color: #646464; }
        .cp-specif-tab .tab_drawer_heading .plus-mius .icon-minus {
          display: none; }
    .cp-specif-tab .d_active {
      color: #000000;
      border: none; }
      .cp-specif-tab .d_active .acc-title {
        font-family: "Heebo-black";
        color: #000000; }
      .cp-specif-tab .d_active .plus-mius {
        color: #000000; }
        .cp-specif-tab .d_active .plus-mius .icon-minus {
          display: block; }
        .cp-specif-tab .d_active .plus-mius .icon-add {
          display: none; } }
  @media only screen and (max-width: 768px) {
    .cp-specif-tab.type-adp-tab .tab_content {
      padding-left: 0rem; } }
  .cp-specif-tab.type-alp-tab {
    position: relative; }
    .cp-specif-tab.type-alp-tab.expect-nav {
      display: -ms-flexbox;
      display: flex; }
    @media only screen and (max-width: 768px) {
      .cp-specif-tab.type-alp-tab .tabs {
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto; } }
    @media only screen and (max-width: 768px) {
      .cp-specif-tab.type-alp-tab .nav-tabs {
        margin-right: 1rem; } }
    @media only screen and (max-width: 768px) {
      .cp-specif-tab.type-alp-tab .nav-tabs .tab-title {
        font-size: 1.8rem;
        line-height: 1.6rem;
        min-width: 8rem; } }
    @media only screen and (max-width: 768px) {
      .cp-specif-tab.type-alp-tab .tab_content {
        padding-left: 0; } }
  .cp-specif-tab.type-filter {
    display: -ms-flexbox;
    display: flex; }
    .cp-specif-tab.type-filter .tabs {
      -ms-flex-direction: column;
          flex-direction: column;
      padding: 2rem 3rem; }
      @media only screen and (max-width: 768px) {
        .cp-specif-tab.type-filter .tabs {
          padding: 2rem 1rem;
          display: -ms-flexbox;
          display: flex; } }
    .cp-specif-tab.type-filter .nav-tabs {
      margin-right: 1.5rem;
      text-align: left;
      border-bottom: 1px solid #e2e2e2; }
      @media only screen and (max-width: 768px) {
        .cp-specif-tab.type-filter .nav-tabs {
          margin-right: 0rem; } }
      .cp-specif-tab.type-filter .nav-tabs .tab-title {
        font-size: 1.8rem;
        color: #646464;
        padding: 2rem 0; }
      .cp-specif-tab.type-filter .nav-tabs.active .tab-title {
        color: #000000;
        border-bottom: 0; }
    .cp-specif-tab.type-filter .tab-container {
      background-image: linear-gradient(to right, #f7f7f7 -38%, #fff 50%);
      padding: 4rem 2.5rem;
      width: 350px; }
      @media only screen and (max-width: 768px) {
        .cp-specif-tab.type-filter .tab-container {
          padding: 1rem;
          width: 100%; } }
  .cp-specif-tab.expect-nav .nav-tabs {
    margin-right: 5rem; }
    .cp-specif-tab.expect-nav .nav-tabs .tab-title {
      min-width: auto; }

.cp-select .select2-container--default .select2-selection--single {
  height: 5rem;
  padding: 1rem 1.2rem;
  border-radius: 8px;
  font-size: 1.6rem;
  color: #333333;
  font-family: "Heebo-Medium";
  border: solid 1px #e2e2e2;
  background-color: #ffffff;
  outline: none; }
  .cp-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    color: #333333;
    width: 4.8rem;
    height: 4.8rem;
    padding: 1.2rem;
    border-radius: 0.8rem;
    background-image: linear-gradient(to bottom, #fff, #f7f7f7);
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translateY(-50%); }

.cp-select .select2-container {
  width: 100% !important; }

.cp-select.typ-whatexpect {
  position: absolute;
  width: 15%;
  background: #ffffff;
  z-index: 9;
  right: 0;
  top: -0.5rem; }
  @media only screen and (max-width: 768px) {
    .cp-select.typ-whatexpect {
      right: 5.5rem; } }
  @media only screen and (max-width: 576px) {
    .cp-select.typ-whatexpect {
      right: 8.5rem; } }
  .cp-select.typ-whatexpect .select2-container {
    width: 20rem !important; }
    @media only screen and (max-width: 768px) {
      .cp-select.typ-whatexpect .select2-container {
        width: 15rem !important; } }
    .cp-select.typ-whatexpect .select2-container .select2-selection--single .select2-selection__rendered {
      padding: 0; }
  .cp-select.typ-whatexpect .select2-container--default .select2-selection__rendered {
    color: #0070F0; }
  .cp-select.typ-whatexpect .select2-container--default .select2-selection--single {
    height: 3.5rem;
    color: #0080ff !important;
    background: #ffffff;
    font-size: 2.4rem;
    line-height: 2.4rem;
    padding: 0;
    font-family: "Heebo-Medium";
    border: none;
    outline: none; }
    @media only screen and (max-width: 768px) {
      .cp-select.typ-whatexpect .select2-container--default .select2-selection--single {
        font-size: 1.8rem;
        line-height: 1.6rem; } }
    .cp-select.typ-whatexpect .select2-container--default .select2-selection--single .select2-selection__arrow {
      width: 2rem;
      color: #0070F0;
      background-image: none;
      top: 43%;
      right: 25px; }
      .cp-select.typ-whatexpect .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #0070F0 transparent transparent transparent; }
  .cp-select.typ-whatexpect .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #0070F0 transparent; }

.cp-select.typ-alp {
  position: absolute;
  width: 15%;
  background: #ffffff;
  z-index: 9;
  right: 15%;
  top: -0.5rem; }
  @media only screen and (max-width: 768px) {
    .cp-select.typ-alp {
      right: 5.5rem; } }
  @media only screen and (max-width: 576px) {
    .cp-select.typ-alp {
      right: 8.5rem; } }
  .cp-select.typ-alp .select2-container {
    width: 20rem !important; }
    @media only screen and (max-width: 768px) {
      .cp-select.typ-alp .select2-container {
        width: 15rem !important; } }
    .cp-select.typ-alp .select2-container .select2-selection--single .select2-selection__rendered {
      padding: 0; }
  .cp-select.typ-alp .select2-container--default .select2-selection__rendered {
    color: #0070F0; }
  .cp-select.typ-alp .select2-container--default .select2-selection--single {
    height: 3.5rem;
    color: #0070F0;
    background: #ffffff;
    font-size: 2.4rem;
    line-height: 2.4rem;
    padding: 0;
    font-family: "Heebo-Medium";
    border: none;
    outline: none; }
    @media only screen and (max-width: 768px) {
      .cp-select.typ-alp .select2-container--default .select2-selection--single {
        font-size: 1.8rem;
        line-height: 1.6rem; } }
    .cp-select.typ-alp .select2-container--default .select2-selection--single .select2-selection__arrow {
      width: 2rem;
      color: #0070F0;
      background-image: none;
      top: 43%;
      right: 25px; }
      .cp-select.typ-alp .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #0070F0 transparent transparent transparent; }
  .cp-select.typ-alp .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #0070F0 transparent; }

.select2-dropdown {
  box-shadow: 0px 1.25px 20px 2px rgba(6, 177, 199, 0.14);
  border-radius: 0px 0px 8px 8px;
  background: #ffffff;
  border: none; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000000 transparent transparent transparent !important; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #000000 transparent !important; }

.select2-results__option {
  padding: 1.5rem 1rem;
  text-indent: 15px;
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-family: "Heebo-Medium";
  color: #333333;
  border-bottom: 1px solid #e2e2e2; }
  .select2-results__option:last-child {
    border: none; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #333333;
  background: #CDEDF4; }

.cp-select.typ-whatexpect {
  z-index: 5; }
  .cp-select.typ-whatexpect.expect-more {
    position: unset; }
    @media only screen and (max-width: 768px) {
      .cp-select.typ-whatexpect.expect-more .select2-container {
        width: 6rem !important;
        top: -0.5rem; } }
  .cp-select.typ-whatexpect .select2-container .select2-selection--single .select2-selection__rendered {
    width: auto; }

.cp-select.typ-alp {
  z-index: auto; }

.cp-select.typ-blogmore {
  z-index: 8;
  right: 10% !important; }
  @media only screen and (max-width: 768px) {
    .cp-select.typ-blogmore {
      right: 0 !important; } }
  .cp-select.typ-blogmore .select2-container {
    width: 11rem !important; }
  .cp-select.typ-blogmore .select2-container--default .select2-selection__rendered {
    padding-right: 3rem !important; }
    @media only screen and (max-width: 768px) {
      .cp-select.typ-blogmore .select2-container--default .select2-selection__rendered {
        position: relative;
        left: 2rem;
        padding-right: 2rem !important; } }
  .cp-select.typ-blogmore .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #007fff transparent transparent transparent !important; }

.cp-select.typ-alp {
  right: 27%;
  top: -0.2rem; }
  .cp-select.typ-alp.typ-plp-more {
    right: 26.5%;
    width: auto; }
    @media only screen and (max-width: 768px) {
      .cp-select.typ-alp.typ-plp-more {
        right: 0.4rem;
        top: -0.5rem; } }
  .cp-select.typ-alp .select2-container--default .select2-selection__rendered {
    position: relative;
    color: #0080ff;
    font-size: 2.4rem; }
    @media only screen and (max-width: 768px) {
      .cp-select.typ-alp .select2-container--default .select2-selection__rendered {
        font-size: 1.8rem; } }
    .cp-select.typ-alp .select2-container--default .select2-selection__rendered:after {
      content: "\E935";
      position: absolute;
      right: -1rem;
      font-size: 3rem;
      line-height: 0rem;
      font-family: "icomoon" !important;
      top: 55%; }
      @media only screen and (max-width: 768px) {
        .cp-select.typ-alp .select2-container--default .select2-selection__rendered:after {
          right: -0.5rem;
          font-size: 2rem;
          top: 50%; } }
  .cp-select.typ-alp .select2-container--default .select2-selection--single {
    font-size: 2.4rem;
    line-height: 1rem;
    text-align: right;
    height: auto;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 768px) {
      .cp-select.typ-alp .select2-container--default .select2-selection--single {
        font-size: 1.8rem;
        line-height: 0.89rem; } }
  .cp-select.typ-alp .select2-container {
    width: auto !important; }
  @media only screen and (max-width: 768px) {
    .cp-select.typ-alp {
      right: 1.5rem;
      top: -0.5rem; }
      .cp-select.typ-alp .select2-container {
        width: 8rem !important;
        text-align: right;
        padding-right: 0rem; } }

.cp-select
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
  width: 2rem;
  display: none;
  top: 43%;
  right: 25px; }

.cp-select
.select2-container
.select2-container--default
.select2-container--open {
  position: absolute;
  left: auto; }
  @media only screen and (max-width: 768px) {
    .cp-select
.select2-container
.select2-container--default
.select2-container--open {
      top: 187px;
      right: 45%; } }

.cp-select .select2-dropdown .select2-dropdown--below {
  width: 15rem; }

.cp-select .select2-selection__rendered {
  padding-right: 2rem !important; }
  @media only screen and (max-width: 768px) {
    .cp-select .select2-selection__rendered {
      padding-right: 1.5rem !important; } }

.select2-container--open .select2-dropdown,
.select2-dropdown .select2-dropdown--below {
  left: auto;
  right: -16rem;
  width: 18rem !important; }
  @media only screen and (max-width: 768px) {
    .select2-container--open .select2-dropdown,
    .select2-dropdown .select2-dropdown--below {
      right: -6rem;
      width: 14rem !important; } }

.select2-results__option {
  text-indent: 0rem;
  border-bottom: none; }

.select2-container--default .select2-results > .select2-results__options {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  max-height: 214px; }
  @media only screen and (max-width: 768px) {
    .select2-container--default .select2-results > .select2-results__options {
      max-height: 194px; } }

.cp-toggleBtn {
  box-shadow: 0 0 10px 0 #007dff;
  background: #ffffff;
  border-radius: 2rem;
  max-width: 35.8rem;
  width: 100%;
  height: 4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-bottom: 2rem; }
  .cp-toggleBtn label {
    width: 50%;
    position: relative;
    cursor: pointer;
    background: transparent;
    color: #646464;
    padding: 1.3rem;
    position: relative;
    text-align: center;
    transition: all 600ms ease;
    font-family: "Heebo-Bold";
    font-size: 1.6rem;
    line-height: 1.6rem;
    border-radius: 2rem;
    cursor: default;
    z-index: 1; }
    @media only screen and (max-width: 768px) {
      .cp-toggleBtn label {
        font-size: 1.4rem; } }
  .cp-toggleBtn .radioOne + label:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 2rem;
    z-index: -1;
    background: #0070F0;
    transition: all 0.3s ease; }
  .cp-toggleBtn .radioOne:checked + label:before {
    left: 0; }
  .cp-toggleBtn .radioOne:checked + label,
  .cp-toggleBtn .radioTwo:checked + label {
    color: #ffffff; }

.cp-toggleBtn {
  box-shadow: 0 0 10px 0 rgba(0, 125, 255, 0.3);
  border: solid 1px #cbcbcb; }
  @media only screen and (max-width: 768px) {
    .cp-toggleBtn {
      margin: 0; } }
  .cp-toggleBtn.typ-blogtoggle {
    box-shadow: unset; }
    .cp-toggleBtn.typ-blogtoggle label {
      font-size: 1.6rem; }
      @media only screen and (max-width: 768px) {
        .cp-toggleBtn.typ-blogtoggle label {
          font-size: 1.4rem; } }
    .cp-toggleBtn.typ-blogtoggle .radioOne + label:before {
      box-shadow: 0 0 10px 0 rgba(0, 125, 255, 0.3); }

.cp-blog-card {
  padding: 2rem;
  border: solid 1px #e2e2e2;
  width: 38.3rem;
  margin: 0 0.3% 4rem; }
  @media only screen and (max-width: 768px) {
    .cp-blog-card {
      width: 100%;
      margin: 0 0 2rem; } }
  .cp-blog-card .img-wrap {
    height: 19.3rem;
    margin-bottom: 2rem; }
    .cp-blog-card .img-wrap img {
      height: 100%; }
    @media only screen and (max-width: 768px) {
      .cp-blog-card .img-wrap {
        width: 100%;
        height: 17.3rem; } }
  .cp-blog-card .content-wrap {
    position: relative; }
  .cp-blog-card .icon-share {
    width: 3.6rem;
    height: 3.6rem;
    padding: 0.8rem;
    box-shadow: 0 0 5px 0 rgba(0, 125, 255, 0.3);
    background-color: #ffffff;
    font-size: 2rem;
    color: #0070F0;
    border-radius: 50%;
    font-weight: 600;
    position: absolute;
    top: -4rem;
    right: 1rem; }
  .cp-blog-card .blog-title {
    font-family: "Heebo-Medium";
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin-bottom: 2.3rem;
    text-transform: uppercase; }
    @media only screen and (max-width: 768px) {
      .cp-blog-card .blog-title {
        font-size: 1.4rem;
        margin-bottom: 1rem; } }
  .cp-blog-card .blog-desc {
    font-family: "Heebo-SemiBold";
    font-size: 2rem;
    line-height: 2.4rem;
    color: #000000; }
    @media only screen and (max-width: 768px) {
      .cp-blog-card .blog-desc {
        font-size: 1.8rem; } }
  .cp-blog-card .blog-date,
  .cp-blog-card .blogger-name {
    font-family: "Heebo-Medium";
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #333333; }
    @media only screen and (max-width: 768px) {
      .cp-blog-card .blog-date,
      .cp-blog-card .blogger-name {
        font-size: 1.4rem;
        line-height: 2rem; } }
  .cp-blog-card .bottom-sec {
    margin-top: 3.4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }

.cp-blog-card .icon-Share {
  width: 3.6rem;
  height: 3.6rem;
  padding: 0.8rem;
  box-shadow: 0 0 5px 0 rgba(0, 125, 255, 0.3);
  background-color: #ffffff;
  font-size: 2rem;
  color: #0070F0;
  border-radius: 50%;
  font-weight: 600;
  position: absolute;
  top: -4rem;
  right: 1rem; }

.cp-blog-card .content-wrap .blogger-name.typ-bloggername {
  font-family: "Heebo-Medium"; }

.cp-blog-card .content-wrap .blog-date.typ-bloggerdate {
  font-family: "Heebo-Medium"; }

.cp-blog-card .blog-title.typ-blogTitle {
  font-size: 1.4rem;
  margin-bottom: 1.8rem;
  text-transform: uppercase;
  color: #333333; }
  @media only screen and (max-width: 768px) {
    .cp-blog-card .blog-title.typ-blogTitle {
      font-size: 1.4rem;
      margin-bottom: 1.8rem;
      color: #333333; } }

.cp-shareit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.6rem 1rem 0.6rem 5rem;
  border-radius: 18px;
  background-image: linear-gradient(88deg, #fff -39%, #f7f7f7 74%);
  margin-left: -3.5rem;
  transition: all .6s ease-in;
  opacity: 0;
  position: absolute;
  left: 50%; }
  @media only screen and (max-width: 768px) {
    .cp-shareit {
      bottom: 0;
      left: unset;
      right: 50%;
      padding: 0.6rem 5rem 0.6rem 1rem;
      z-index: 2; } }
  .cp-shareit .share-item {
    padding: 0 1rem; }
  .cp-shareit .icons {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 2.4rem;
    line-height: 2.4rem; }
  .cp-shareit.active {
    opacity: 1;
    left: 100%; }
    @media only screen and (max-width: 768px) {
      .cp-shareit.active {
        right: 0;
        left: unset; } }

.cp-shareit {
  visibility: hidden; }
  @media only screen and (max-width: 768px) {
    .cp-shareit {
      right: -50%;
      left: unset;
      transition: all .6s ease-in-out; } }
  .cp-shareit.active {
    visibility: visible;
    left: 80%;
    z-index: -1; }
    @media only screen and (max-width: 768px) {
      .cp-shareit.active {
        right: 0;
        left: unset;
        z-index: 9; } }
  .cp-shareit.typ-blog-socialicons {
    padding: 0.6rem 1rem 0.6rem 1rem;
    top: -4.2rem;
    transition: all 0.5s ease-in;
    right: 0;
    left: unset;
    bottom: unset !important; }
    @media only screen and (max-width: 768px) {
      .cp-shareit.typ-blog-socialicons {
        margin-left: -5.5rem;
        height: 3.5rem; } }
    .cp-shareit.typ-blog-socialicons.active {
      top: -4.2rem;
      right: 15%;
      z-index: 9; }
      @media only screen and (max-width: 768px) {
        .cp-shareit.typ-blog-socialicons.active {
          right: 0%;
          top: -4.2rem;
          height: 3.5rem;
          margin-right: 5rem;
          z-index: 9; } }

.lyt-blog .bs-sec {
  padding: 5rem 0; }
  @media only screen and (max-width: 768px) {
    .lyt-blog .bs-sec {
      padding: 2.5rem 0; } }

.lyt-blog .blog-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5rem; }
  @media only screen and (max-width: 768px) {
    .lyt-blog .blog-wrap {
      margin-top: 1rem; } }

.lyt-blog .cp-specif-tab .tab_content {
  border: none; }

.lyt-blog .cp-specif-tab .tabs .nav-tabs {
  text-align: left; }
  .lyt-blog .cp-specif-tab .tabs .nav-tabs:first-child .tab-title {
    min-width: 10rem; }
  .lyt-blog .cp-specif-tab .tabs .nav-tabs .tab-title {
    min-width: 27rem; }
    @media only screen and (max-width: 768px) {
      .lyt-blog .cp-specif-tab .tabs .nav-tabs .tab-title {
        min-width: 20rem; } }

.lyt-blog .btn-link {
  padding-left: 2rem;
  position: relative; }
  .lyt-blog .btn-link .icon {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(180deg); }

.lyt-blog .b-detail-wrap .sec-head {
  margin: 4rem 0; }
  @media only screen and (max-width: 768px) {
    .lyt-blog .b-detail-wrap .sec-head {
      margin: 3rem 0; } }

.lyt-blog .b-detail-wrap .sec-title {
  font-family: "Heebo-Bold";
  font-size: 4rem;
  line-height: 5rem;
  letter-spacing: 0.8px;
  color: #000000; }
  @media only screen and (max-width: 768px) {
    .lyt-blog .b-detail-wrap .sec-title {
      font-size: 2.4rem;
      line-height: 2.8rem; } }

.lyt-blog .b-detail-wrap .sec-desc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: end;
      align-items: flex-end; }
  .lyt-blog .b-detail-wrap .sec-desc .icon {
    width: 3.6rem;
    height: 3.6rem;
    box-shadow: 0 0 5px 0 rgba(0, 125, 255, 0.3);
    background-color: #0070F0;
    color: #ffffff;
    font-size: 2rem;
    border-radius: 50%;
    padding: 0.8rem 1rem;
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .lyt-blog .b-detail-wrap .sec-desc .icon {
        font-size: 1.4rem;
        line-height: 2rem; } }

.lyt-blog .b-detail-wrap .b-details {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #333333;
  margin-right: 2rem;
  text-transform: uppercase; }
  @media only screen and (max-width: 768px) {
    .lyt-blog .b-detail-wrap .b-details {
      font-size: 1.4rem;
      line-height: 2rem;
      margin-right: 1rem; } }

.lyt-blog .b-detail-wrap .share-wrap {
  position: relative; }

.lyt-blog .b-detail-wrap .cp-shareit {
  bottom: 0; }

.lyt-blog .b-detail-wrap .desc {
  font-family: "Heebo-Regular";
  font-size: 1.8rem;
  line-height: 3rem;
  color: #333333;
  margin-bottom: 3rem; }
  @media only screen and (max-width: 768px) {
    .lyt-blog .b-detail-wrap .desc {
      font-size: 1.6rem;
      line-height: 2.4rem;
      margin-bottom: 1.5rem; } }

.lyt-blog .sub-title {
  margin-bottom: 2rem;
  font-family: "Heebo-Bold";
  font-size: 2.8rem;
  line-height: 3.6rem;
  color: #000000; }
  @media only screen and (max-width: 768px) {
    .lyt-blog .sub-title {
      font-size: 2rem;
      line-height: 2.4rem; } }

.lyt-blog .desc-cont {
  font-family: "Heebo-SemiBold";
  font-size: 3.6rem;
  line-height: 4.4rem;
  color: #000000; }
  @media only screen and (max-width: 768px) {
    .lyt-blog .desc-cont {
      font-size: 2.8rem;
      line-height: 3.2rem;
      padding: 0; } }

.lyt-blog .box-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 6rem; }
  @media only screen and (max-width: 768px) {
    .lyt-blog .box-wrap {
      margin-bottom: 3rem; } }
  .lyt-blog .box-wrap .lhs,
  .lyt-blog .box-wrap .rhs {
    width: 48%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column; }
    .lyt-blog .box-wrap .lhs.typ-flex-start,
    .lyt-blog .box-wrap .rhs.typ-flex-start {
      -ms-flex-pack: start;
          justify-content: flex-start; }
    @media only screen and (max-width: 768px) {
      .lyt-blog .box-wrap .lhs,
      .lyt-blog .box-wrap .rhs {
        width: 100%; } }
  @media only screen and (max-width: 768px) {
    .lyt-blog .box-wrap .lhs {
      margin-bottom: 3rem; } }

.lyt-blog .img-desc-wrap.typ-mb {
  margin-bottom: 6rem; }
  @media only screen and (max-width: 768px) {
    .lyt-blog .img-desc-wrap.typ-mb {
      margin-bottom: 3rem; } }

.lyt-blog .img-desc {
  margin-top: 2rem;
  font-family: "Heebo-Regular";
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.28px;
  text-align: center;
  color: #666666; }
  @media only screen and (max-width: 768px) {
    .lyt-blog .img-desc {
      font-size: 1.2rem;
      line-height: 1.6rem;
      letter-spacing: 0.24px; } }

.lyt-blog .b-list {
  padding-left: 2rem; }
  .lyt-blog .b-list .b-item {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #333333;
    list-style: disc; }
    .lyt-blog .b-list .b-item:last-child {
      margin-bottom: 0; }
    @media only screen and (max-width: 768px) {
      .lyt-blog .b-list .b-item {
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin-bottom: 2rem; } }

.lyt-blog .video-wrap {
  position: relative;
  margin-bottom: 3rem; }
  .lyt-blog .video-wrap .icon-Play {
    font-size: 4.8rem;
    line-height: 4.8rem;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; }
    @media only screen and (max-width: 768px) {
      .lyt-blog .video-wrap .icon-Play {
        font-size: 3rem;
        line-height: 3rem;
        margin-bottom: 1.6rem; } }
  .lyt-blog .video-wrap .img-wrap {
    height: 65.8rem; }
    @media only screen and (max-width: 768px) {
      .lyt-blog .video-wrap .img-wrap {
        height: 18.9rem; } }

.lyt-blog .bs-sec.typ-blog-main {
  padding: 20rem 0 5rem 0; }
  @media only screen and (max-width: 768px) {
    .lyt-blog .bs-sec.typ-blog-main {
      padding-top: 8rem; } }

.lyt-blog .bs-sec .shareBlogDetails .cp-shareit.typ-blog-socialicons {
  padding: 1rem 1rem 1rem 1rem;
  top: 7.1rem;
  right: unset;
  left: 18%;
  transition: all 0.5s ease-out; }
  .lyt-blog .bs-sec .shareBlogDetails .cp-shareit.typ-blog-socialicons.active {
    padding: 1rem 1rem 1rem 1rem;
    top: 7.1rem;
    right: unset;
    left: 18%;
    transition: all 0.5s ease-out; }

.lyt-blog .cp-specif-tab .tabs.lectrotabs li {
  margin-right: 5rem; }
  @media only screen and (max-width: 768px) {
    .lyt-blog .cp-specif-tab .tabs.lectrotabs li {
      margin-right: 2rem; } }

.lyt-blog .cp-specif-tab .tabs.cargotabs li {
  margin-right: 5rem; }
  @media only screen and (max-width: 768px) {
    .lyt-blog .cp-specif-tab .tabs.cargotabs li {
      margin-right: 2rem; } }

.lyt-blog .cp-specif-tab .tabs .nav-tabs:first-child .tab-title a {
  color: #000000 !important; }

.lyt-blog .cp-specif-tab .tabs .tab-title {
  min-width: auto !important; }
  @media only screen and (max-width: 768px) {
    .lyt-blog .cp-specif-tab .tabs .tab-title {
      min-width: auto !important; } }

.lyt-blog .b-detail-wrap .sec-desc .icon.blogtitleshare {
  background-color: #ffffff;
  color: #007fff; }

.lyt-blog .b-detail-wrap .b-details.typ-b-details {
  font-family: "Heebo-Regular"; }

.lyt-blog .b-detail-wrap .sec-title.typ-relatedblog {
  font-size: 6.4rem;
  line-height: 6.4rem; }
  @media only screen and (max-width: 768px) {
    .lyt-blog .b-detail-wrap .sec-title.typ-relatedblog {
      font-size: 3rem;
      line-height: 3rem; } }

.lyt-blog .sub-title {
  font-size: 2.8rem;
  line-height: 4.1rem; }
  @media only screen and (max-width: 768px) {
    .lyt-blog .sub-title {
      font-size: 2rem;
      line-height: 2.4rem; } }

.lyt-blog .box-wrap .rhs .sub-title.typ-blogsub {
  font-size: 3.6rem;
  line-height: 4.4rem; }
  @media only screen and (max-width: 768px) {
    .lyt-blog .box-wrap .rhs .sub-title.typ-blogsub {
      font-size: 2.8rem;
      line-height: 3.2rem; } }

.lyt-blog .box-wrap .lhs .sub-title.typ-blogsub {
  font-size: 2.8rem;
  line-height: 3.6rem; }
  @media only screen and (max-width: 768px) {
    .lyt-blog .box-wrap .lhs .sub-title.typ-blogsub {
      font-size: 2rem;
      line-height: 2.4rem; } }

.lyt-blog.typ-blog-v2 .bs-sec .sec-head.sec-head-blog::before {
  top: 12rem; }

@media only screen and (max-width: 768px) {
  .lyt-blog.typ-blog-v2 .bs-sec .sec-head.sec-head-blog {
    padding-top: 8rem; }
    .lyt-blog.typ-blog-v2 .bs-sec .sec-head.sec-head-blog::before {
      top: 13rem; } }
