.form-label-group {
    position: relative;
    /* :active works but when replace with :focus, it doesn't work */
  }
  .form-label-group .form-control {
    height: inherit;
    border: 2px solid #d8d8d8;
  }
  
  .form-label-group .form-control:focus {
    border-color: inherit;
    box-shadow: inherit;
  }
  
  .explorer11 .form-label-group .form-control:focus ~ label,
  .explorer11 .form-label-group .form-control:valid ~ label,
  .explorer11 .form-label-group .form-control ~ label {
    display: inline-block !important;
    width: auto;
    background: #FFFFFF;
    margin-top: -12px;
    font-size: 12px;
    color: #777;
    padding: 1px 4px;
    margin-left: 7px;
    border-radius: 5px;
    transform: translate(0px, 0px) !important;
  }
  
  .explorer11 .form-label-group .form-control::-ms-clear {
    display: none;
  }
  .form-label-group > label,
.form-label-group > input {
  padding: 0.85rem 0.75rem;
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #787878;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out;
}

/* Newsroom top search Start */
.news-page .secondary-tab .container {
    position: relative;
  }
  
  .news-page .secondary-tab .container .search-box {
    position: absolute;
    right: 15px;
    top: 13px;
  }
  
  .news-page .hd7 + .search-box {
    display: none;
  }
  
  @media (max-width: 991px) {
    .news-page .secondary-tab .search-box {
      display: none;
    }
    .news-page .hd7 + .search-box {
      display: block;
      margin-top: 24px;
    }
  }
  
  /* Newsroom top search End */
.pr-page {
    padding: 50px 0 0;
}

   .pr-page, .in-the-news-article {
    background: #f3f3f3;
}

        .MT50 {
    margin-top: 50px;
}

        /* Press Release Listing card Start */
  .pr-list > li {
    margin-bottom: 10px;
  }
  
  .pr-list > li .card-bx {
    padding: 24px 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }

  .pr-list > li .card-bx p {
    margin-bottom: 0;
  }
  
  .pr-list > li .card-bx p.date {
    width: 150px;
    margin-right: 20px;
  }
  
  .pr-list > li .card-bx p.desc {
    width: 67%;
  }
  
  .pr-list > li .card-bx .links {
    margin-left: auto;
  }
  
  .pr-list > li .card-bx .links .f16b {
    color: #9D1D27;
    margin-right: 30px;
  }
  
  .pr-list.op2 > li {
    margin-bottom: 16px;
  }
  
  .pr-list.op2 .card-bx {
    padding: 24px 30px;
  }
  
  .pr-list.op2 .card-bx .txt {
    width: 80%;
  }
  
  .pr-list.op2 .card-bx .links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  
  .pr-list.op2 .card-bx .links .f16b {
    margin-right: 0;
  }
  
  .pr-list.op2 .card-bx .links .share-box {
    margin-left: 30px;
  }
  
  .pr-list.op2 .card-bx .links .icon-star,
  .pr-list.op2 .card-bx .links .icon-share {
    font-size: 20px;
  }
  
  .pr-list.op2 .share-box .share-positon-box {
    right: -24px;
  }
  
  .pr-list.op2 .f12, .pr-list.op2 .blog-detail .blog-ctnt .blog-by, .blog-detail .blog-ctnt .pr-list.op2 .blog-by {
    margin-bottom: 4px;
  }
  
  @media (max-width: 991px) {
    .pr-list.op1 li .card-bx .links {
      width: 140px;
    }
    .pr-list.op2 .share-box .share-positon-box {
      right: auto;
      left: -160px;
    }
    .pr-list.op2 .share-box .share-bubble:after {
      left: 170px;
    }
  }
  
  @media (max-width: 767px) {
    .pr-list.op1 li .card-bx .links {
      width: 100%;
    }
    .pr-list > li {
      margin-bottom: 20px;
    }
    .pr-list > li .card-bx {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start;
      padding: 20px;
    }
    .pr-list > li .card-bx p.date {
      width: 100%;
      margin: 0 0 12px 0;
    }
    .pr-list > li .card-bx .links {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      margin-top: 30px;
    }
    .pr-list.op2 .card-bx {
      padding: 20px;
    }
    .pr-list.op2 .card-bx .txt {
      width: 100%;
    }
    .pr-list.op2 .card-bx .links .f16b {
      margin-right: auto;
    }
  }
  
  /* Press Release Listing card End */

.form-label-group {
  position: relative;
  /* :active works but when replace with :focus, it doesn't work */
}

.form-label-group .dropdown .dropdown-toggle:after {
top: 12px;
}

.form-label-group .form-control {
  height: inherit;
  border: 2px solid #d8d8d8;
}

.form-label-group .form-control:focus {
  border-color: inherit;
  box-shadow: inherit;
}

.explorer11 .form-label-group .form-control:focus ~ label,
.explorer11 .form-label-group .form-control:valid ~ label,
.explorer11 .form-label-group .form-control ~ label {
  display: inline-block !important;
  width: auto;
  background: #FFFFFF;
  margin-top: -12px;
  font-size: 12px;
  color: #777;
  padding: 1px 4px;
  margin-left: 7px;
  border-radius: 5px;
  transform: translate(0px, 0px) !important;
}

.explorer11 .form-label-group .form-control::-ms-clear {
  display: none;
}

.form-label-group > label,
.form-label-group > input {
  padding: 0.85rem 0.75rem;
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #787878;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc($pad-y + $pad-y * (2 / 3));
  padding-bottom: calc($pad-y / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
  font-size: 12px;
  color: #777;
  background: #fff;
  border-radius: 0px;
  display: inline-block;
  width: auto;
  padding: 1px 4px;
  margin-left: 7px;
  margin-top: -10px;
  border-radius: 5px;
}

.form-label-group label.form-control-placeholder {
  font-size: 15px;
  color: #777;
  display: inline-block;
  width: auto;
  margin-left: 7px;
  margin-top: 0px;
  transition: all 0.3s;
}

.form-label-group label.form-control-placeholder.float {
  transform: translate(0, -1.1em);
  font-size: 75%;
  background: #fff;
  padding: 1px 4px;
  margin-left: 7px;
  transition: 0.2s ease-in-out;
}

.form-label-group label.form-control-placeholder.changefloat {
  transform: translate(0, -1.1em);
  background: #fff;
  padding: 1px 4px;
  font-size: 75%;
  margin-left: 7px;
}

.form-label-group .form-control-placeholder {
  pointer-events: none;
}

.form-label-group .dropdown-item.active,
.form-label-group .dropdown-item:active {
  background: #d8d8d8;
}

.form-label-group .bootstrap-select.show > .btn-light.dropdown-toggle {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
}

.form-label-group .bootstrap-select > .btn,
.form-label-group .bootstrap-select > .btn-light {
  padding: 0.85rem 0.75rem;
  height: 48px;
  border-radius: 4px;
  background-color: #fff;
  border: 0;
  line-height: 1.5;
  color: #495057;
}

.form-label-group .bootstrap-select > .btn-light:focus,
.form-label-group .bootstrap-select > .btn-light:hover,
.form-label-group .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none !important;
  color: #495057;
}

 /* Custom radio button */
 .custom-control.default .custom-control-label::before {
  border: solid 2px #54565B;
  border-radius: 0px;
}

.custom-control.default .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #54565B;
  background-color: #54565B;
  border-color: #54565B;
  box-shadow: inherit;
}

.custom-control.default .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #54565B;
  box-shadow: inherit;
}

.custom-control.default .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: rgba(84, 86, 91, 0.6);
  border-color: rgba(84, 86, 91, 0.6);
}

.custom-control.red .custom-control-label::before {
  border: solid 2px #9D1D27;
  border-radius: 0px;
}

.custom-control.red .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #9D1D27;
  background-color: #9D1D27;
  border-color: #9D1D27;
  box-shadow: inherit;
}

.custom-control.red .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #9D1D27;
  box-shadow: inherit;
}

.custom-control.red .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: rgba(157, 29, 39, 0.6);
  border-color: rgba(157, 29, 39, 0.6);
}

.custom-control.green .custom-control-label::before {
  border: solid 2px #d8d8d8;
  border-radius: 0px;
}

.custom-control.green .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #00a07a;
  background-color: #00a07a;
  border-color: #00a07a;
  box-shadow: inherit;
}

.custom-control.green .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #00a07a;
  box-shadow: inherit;
}

.custom-control.green .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: rgba(0, 160, 122, 0.6);
  border-color: rgba(0, 160, 122, 0.6);
}

.custom-control.custom-radio.default .custom-control-label, .custom-control.custom-radio.red .custom-control-label, .custom-control.custom-radio.green .custom-control-label {
  padding-left: 10px;
}

.custom-control.custom-radio.default .custom-control-label::before, .custom-control.custom-radio.red .custom-control-label::before, .custom-control.custom-radio.green .custom-control-label::before {
  border-radius: 50%;
  height: 28px;
  width: 28px;
  top: -4px;
}

.custom-control.custom-radio.default .custom-control-label::after, .custom-control.custom-radio.red .custom-control-label::after, .custom-control.custom-radio.green .custom-control-label::after {
  border-radius: 50%;
  height: 28px;
  width: 28px;
  top: -4px;
}

/* Newsroom page form update start */
.form1 .form-label-group label.form-control-placeholder.float,
.form1 .form-label-group label.form-control-placeholder.changefloat,
.form1 .form-label-group input:not(:placeholder-shown) ~ label {
  background: #f3f3f3;
}

.form1 .form-label-group .form-control {
  background: none;
}

.form1 .form-label-group > label {
  color: #54565B;
  font-weight: 700;
}

.form1 .form-label-group .bootstrap-select > .btn,
.form1 .form-label-group .bootstrap-select > .btn-light {
  background: none;
}

.form1 .form-label-group .icon-date {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 24px;
}

.form1 .date-bx {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 767px) {
  .form1 .form-label-group {
    margin-bottom: 30px;
  }
  .form1 .date-bx {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .form1 .date-bx span {
    margin-bottom: 10px;
  }
}

/* Newsroom page form update End */

/*!
 * jQuery UI Datepicker 1.9.0
 * http://jqueryui.com
 *
 * Copyright 2012 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
 .ui-datepicker {
    display: none;
    padding: 90px 20px 0;
    width: 324px;
    background: #FFFFFF;
  }
  
  .ui-datepicker .ui-datepicker-header {
    padding: 4.2em 0 0 0;
    position: relative;
  }
  
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    height: 1.8em;
    position: absolute;
    top: 30px;
    width: 1.8em;
    cursor: pointer;
  }
  
  .ui-datepicker .ui-datepicker-prev {
    left: 2px;
  }
  
  .ui-datepicker .ui-datepicker-next {
    right: 2px;
  }
  
  .ui-datepicker .ui-datepicker-prev span,
  .ui-datepicker .ui-datepicker-next span {
    display: block;
    left: 50%;
    margin-left: -8px;
    margin-top: 34px;
    position: absolute;
    top: 50%;
    font-size: 0;
  }
  
  .ui-datepicker .ui-datepicker-prev span::before,
  .ui-datepicker .ui-datepicker-next span::before {
    font-family: icomoon;
    content: "\e906";
    height: auto;
    width: auto;
    right: 0;
    color: #54565B;
    top: 20px;
    font-size: 20px;
  }
  
  .ui-datepicker .ui-datepicker-prev span::before {
    content: "\e901";
  }
  
  .ui-datepicker .ui-datepicker-next span::before {
    content: "\e902";
  }
  
  .ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    margin: 0 2.3em;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
  }
  
  .ui-datepicker .ui-datepicker-title select {
    font-size: 18px;
    border-color: #d8d8d8;
    color: #54565B;
    padding: 2px 4px;
    border-radius: 3px;
  }
  
  .ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
  }
  
  .ui-datepicker select.ui-datepicker-month {
    margin-right: 2%;
  }
  
  .ui-datepicker select.ui-datepicker-month,
  .ui-datepicker select.ui-datepicker-year {
    width: 49%;
  }
  
  .ui-datepicker table {
    border-collapse: collapse;
    margin: 0 0 .4em;
    width: 100%;
  }
  
  .ui-datepicker thead {
    border-bottom: 1px solid #d8d8d8;
  }
  
  .ui-datepicker th {
    border: 0;
    font-size: 12px;
    font-weight: 400;
    padding: .7em .3em;
    text-align: center;
  }
  
  .ui-datepicker td {
    border: 0;
    padding: 1px;
  }
  
  .ui-datepicker td span,
  .ui-datepicker td a {
    display: block;
    padding: 8px 10px;
    width: 40px;
    border-radius: 50%;
    border: 2px solid transparent;
    text-align: center;
    text-decoration: none;
  }
  
  .ui-datepicker td span.ui-state-highlight.ui-state-hover,
  .ui-datepicker td a.ui-state-highlight.ui-state-hover {
    border-color: #9D1D27;
  }
  
  .ui-state-highlight,
  .ui-widget-content .ui-state-highlight,
  .ui-widget-header .ui-state-highlight {
    background: #9D1D27;
    color: #FFFFFF;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.32);
  }
  
  .ui-state-hover,
  .ui-widget-content .ui-state-hover,
  .ui-widget-header .ui-state-hover {
    border-color: #d8d8d8;
  }
  
  .ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    margin: .7em 0 0 0;
    padding: 0 .2em;
  }
  
  .ui-datepicker .ui-datepicker-buttonpane button {
    cursor: pointer;
    float: right;
    margin: .5em .2em .4em;
    overflow: visible;
    padding: .2em .6em .3em .6em;
    width: auto;
  }
  
  .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
  }
  
  /* with multiple calendars */
  .ui-datepicker.ui-datepicker-multi {
    width: auto;
  }
  
  .ui-datepicker-multi .ui-datepicker-group {
    float: left;
  }
  
  .ui-datepicker-multi .ui-datepicker-group table {
    margin: 0 auto .4em;
    width: 95%;
  }
  
  .ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
  }
  
  .ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
  }
  
  .ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
  }
  
  .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
  }
  
  .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
  }
  
  .ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
  }
  
  .ui-datepicker-row-break {
    clear: both;
    font-size: 0em;
    width: 100%;
  }
  
  /* RTL support */
  .ui-datepicker-rtl {
    direction: rtl;
  }
  
  .ui-datepicker-rtl .ui-datepicker-prev {
    left: auto;
    right: 2px;
  }
  
  .ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
  }
  
  .ui-datepicker-rtl .ui-datepicker-prev:hover {
    left: auto;
    right: 1px;
  }
  
  .ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
  }
  
  .ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
  }
  
  .ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
  }
  
  .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
  }
  
  .ui-datepicker-rtl .ui-datepicker-group {
    float: right;
  }
  
  .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0;
  }
  
  .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0;
  }
  
  /* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
  .ui-datepicker-cover {
    filter: mask();
    /*must have*/
    height: 200px;
    /*must have*/
    left: -4px;
    /*must have*/
    position: absolute;
    /*must have*/
    top: -4px;
    /*must have*/
    width: 200px;
    /*must have*/
    z-index: -1;
    /*must have*/
  }
.MTB50 {
    margin: 50px 0;
}

 /* In the news Video section Start */
  .video-gallery {
    background: #FFFFFF;
  }
  
  .video-gallery .col-md-6 {
    margin-top: 30px;
  }
  
  .video-gallery .media-card {
    height: 100%;
  }
  
  /* In the news Video section End */

 /* In the news Card End */
  /* Gallery Card Start */
  .media-card .card-link {
    position: absolute;
    width: 92%;
    height: 100%;
    z-index: 1;
  }
  
  .media-card figure {
    margin-bottom: 0;
    position: relative;
  }
  
  .media-card figure img {
    width: 100%;
    border-radius: 5px 5px 0 0;
  }
  
  .media-card figure .play {
    font-size: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -khtml-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
  }
  
  .media-card figure .top-links {
    font-size: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
  }
  
  .media-card figure .top-links .icon-share:before,
  .media-card figure .top-links .icon-star:before {
    color: #FFFFFF;
  }
  
  .media-card figure .top-links .share-box {
    margin-left: 0;
  }
  
  .media-card figure .top-links .share-box .share-positon-box {
    right: -24px;
  }
  
  .media-card .mcard-body {
    padding: 30px;
  }
  
  .media-card .mcard-body .hd3b {
    min-height: 165px;
    margin-bottom: 10px;
    font-weight: 400;
  }
  
  .media-card .mcard-body .hd3b + p {
    margin-bottom: 0;
  }
  
  .media-card.op1 {
    height: 100%;
  }
  
  .media-card.op1 figure {
    position: relative;
    height: 100%;
  }
  
  .media-card.op1 figure.icon {
    text-align: center;
  }
  
  .media-card.op1 figure.icon img {
    width: auto;
    margin-top: 60px;
  }
  
  .media-card.op1 figure.icon figcaption .hd2,
  .media-card.op1 figure.icon figcaption .hd7 {
    color: #54565B;
    text-align: left;
  }
  
  .media-card.op1 figure img {
    border-radius: 5px;
  }
  
  .media-card.op1 figure figcaption {
    padding: 34px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end;
  }
  
  .media-card.op1 figure figcaption .arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -ms-flex: 0 0 40px;
        flex: 0 0 40px;
    margin-left: 12px;
  }
  
  .media-card.op1 figure figcaption .arrow span {
    font-size: 20px;
  }
  
  .media-card.op1 figure .hd7 {
    color: #FFFFFF;
  }
  
  .media-card.op1 figure .hd2 {
    margin-bottom: 0;
  }
  
  @media (min-width: 768px) and (max-width: 992px) {
    .media-card.hor {
      display: -ms-flexbox;
      display: flex;
    }
    .media-card.hor .card-link {
      width: 96%;
      height: 92%;
    }
    .media-card.hor figure {
      border-radius: 5px 0 0 5px;
    }
    .media-card.hor .mcard-body {
      width: 50%;
      padding: 20px 30px;
    }
    .media-card.hor .mcard-body .hd3b {
      min-height: inherit;
    }
  }
  
  @media (max-width: 1024px) {
    .media-card.op1 figure.icon img {
      margin-top: 30px;
    }
  }
  
  @media (max-width: 991px) {
    .media-card .share-box .share-positon-box {
      right: auto;
      left: -160px;
    }
    .media-card .share-box .share-bubble:after {
      left: 170px;
    }
    .media-card.op1 figure.icon img {
      height: 50px;
    }
    .media-card.op1 figure figcaption {
      padding: 20px;
    }
    .media-card.op1 figure .hd2 {
      font-size: 16px;
    }
    .media-card.op1 figure .hd7 {
      font-size: 24px;
    }
  }
  
  @media (max-width: 767px) {
    .media-card .mcard-body {
      padding: 20px;
    }
    .media-card.op1 {
      min-height: 158px;
    }
  }
  
  /* Gallery Card End */

.video-gallery .media-card {
    height: 100%;
}
/* Media Kit Start */
  .media-kit {
    padding: 70px 0 110px;
  }
  
  .media-kit .mk-left {
    padding: 44px 0 44px 60px;
    margin-right: 40px;
  }
  
  .media-kit .mk-left.white {
    background: #FFFFFF;
  }
  
  .media-kit .mk-left p.clr-grey {
    min-height: 80px;
    margin-top: 12px;
  }
  
  .media-kit .media-list {
    margin: 0 -40px -110px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  
  .media-kit .media-list .card-media {
    width: 180px;
    height: 180px;
    text-align: center;
    padding: 24px 30px 0;
    margin-bottom: 28px;
  }
  
  .media-kit .media-list .card-media > a {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  
  .media-kit .media-list .card-media figure {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 10px;
  }
  
  .media-kit .media-right .hd2 {
    margin: 44px 0 20px;
  }
  
  .media-kit .media-right .list-item li {
    margin-bottom: 24px;
  }
  
  .media-kit .media-right.white .list-item.opt1 li span {
    background: #FFFFFF;
  }
  
  @media (max-width: 991px) {
    .media-kit {
      padding: 40px 0;
    }
    .media-kit .mk-left {
      margin-right: 0;
      padding-left: 20px;
      padding-right: 20px;
    }
    .media-kit .media-list {
      margin-right: 0;
    }
    .media-kit .media-list .card-media {
      width: 135px;
      height: 135px;
      padding: 20px 10px 0;
    }
    .media-kit .media-list .card-media figure {
      width: 60px;
      height: 60px;
    }
    .media-kit .media-list .card-media figure img.jpg {
      width: 100%;
    }
    .media-kit .media-list .card-media figure img.svg {
      height: 40px;
      width: auto;
    }
    .media-kit .media-right .list-item {
      display: -ms-flexbox;
      display: flex;
    }
    .media-kit .media-right .list-item li {
      width: 30%;
      margin-right: 5%;
    }
    .media-kit .media-right .list-item li:last-child {
      margin-right: 0;
    }
  }
  
  @media (max-width: 767px) {
    .media-kit .media-list {
      margin-top: 30px;
    }
    .media-kit .media-right {
      padding: 30px 20px 0;
    }
    .media-kit .media-right .list-item {
      -ms-flex-direction: column;
          flex-direction: column;
    }
    .media-kit .media-right .list-item li {
      width: 100%;
    }
  }

.media-kit .media-right .hd2 {
    margin: 44px 0 20px;
}
  
  /* Media Kit end */

/* circle type list start */
.list-item {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 16px;
}

.list-item.with-arw li {
  position: relative;
  padding-right: 20px;
}

.list-item.with-arw li a {
  width: 100%;
}

.list-item.with-arw li::before {
  position: absolute;
  width: 15px;
  height: 15px;
  font-family: icomoon;
  content: "\e902";
  right: 0;
  top: 24px;
  color: #787878;
}

.list-item.op1 li a {
  color: #FFFFFF;
}

.list-item.op1 li span {
  background: #FFFFFF;
}

.list-item.op1 li span img {
  width: 24px;
  height: 24px;
}

@media (max-width: 991px) {
  .list-item.op1 li a {
    color: #54565B;
  }
}

.list-item.op2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 0;
}

.list-item.op2 li {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
}

@media (max-width: 767px) {
  .list-item.op2 li {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
}

.list-item.op2 li span {
  background: #FFFFFF;
}

.list-item.op2 li span img {
  width: 24px;
  height: 24px;
}

.list-item.op2 li .img-ctr {
  width: 80%;
  /*whatsapp banking*/
  /*whatsapp banking end*/
}

.list-item.op2 li .img-ctr.w60 {
  width: 60%;
}

.list-item.opt1 li:last-child {
  margin-bottom: 0;
}

.list-item.opt1 li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.list-item.opt1 li span {
  background: #f3f3f3;
}

.list-item li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 36px;
}

.list-item li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.list-item li span {
  width: 70px;
  height: 70px;
  background: #FFCB05;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  margin-right: 15px;
}

.list-item li span.opt1 {
  background: #FFFFFF;
}

@media (max-width: 1024px) {
  .list-item li {
    margin-bottom: 24px;
  }
  .list-item li span {
    width: 60px;
    height: 60px;
    -ms-flex: 0 0 60px;
        flex: 0 0 60px;
  }
}

/*  End  */


.csr-banner.webm figure img {
    width: 100%;
}

.csr-banner.webm .f14 {
    color: #FFFFFF;
    margin-top: 20px;
    line-height: 20px;
}

.csr-banner.webm .f14 strong {
    font-weight: 600;
}

.csr-banner.webm .btn-box .btn-white {
    background: #FFFFFF;
    border-color: #FFFFFF;
}

@media (max-width: 991px) {
    .csr-banner.webm .banner-wrapper .banner-ctnt {
        top: 45px;
    }

    .csr-banner.webm .banner-wrapper .banner-ctnt .hd48 {
        font-size: 36px;
    }

    .csr-banner.webm .banner-wrapper .banner-ctnt .hd48+.f14 br {
        display: none;
    }
}

@media (max-width: 767px) {
    .csr-banner.webm .banner-wrapper .banner-ctnt {
        top: 30px;
    }
}

.f16 {
    font-size: 16px;
    line-height: 22px;
}

.hd48l {
    font-weight: 200;
    font-size: 48px;
    color: #54565B;
    letter-spacing: -0.75px;
}

.media-kit.webm .media-list .card-media {
    padding: 14px 10px 0;
}

.media-kit.webm .media-list .card-media figure {
    margin-bottom: 0;
}

.media-kit.webm .media-list .card-media figure+p {
    font-size: 16px;
    letter-spacing: -0.33px;
}

.media-kit.webm .media-list .card-media figure+p strong {
    font-size: 21px;
    font-weight: 600;
}

.media-kit.webm .media-right {
    margin: 30px 0 0 30px;
}

.media-kit.webm .media-right figure {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
    display: inline-block;
    margin: 30px 0 0;
}

@media (max-width: 1024px) {
    .media-kit.webm .media-right {
        margin-left: 0;
    }

    .media-kit.webm .media-right .hd48l {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .media-kit.webm .media-list .card-media figure img.svg {
        height: auto;
    }

    .media-kit.webm .media-list .card-media figure+p {
        font-size: 14px;
    }

    .media-kit.webm .media-list .card-media figure+p strong {
        font-size: 18px;
    }

    .media-kit.webm .media-right {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 50px;
    }

    .media-kit.webm .media-right .hd48l {
        margin-right: 30px;
    }
}

@media (max-width: 767px) {
    .media-kit.webm .media-right {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .media-kit.webm .media-right .hd48l {
        margin-right: 0;
        text-align: center;
    }
}

.app-usps {
    padding-bottom: 50px;
}

.app-usps .uspsIn {
    background: url(../../../content/dam/idfcfirstbank/images/webmigration/key-uspBg.jpg) no-repeat center center/cover;
    box-shadow: 0 4px 8px 0 rgba(37, 36, 59, 0.1);
    border-radius: 20px;
    padding: 30px 120px;
}

.app-usps .uspsIn .hdr {
    color: #FFFFFF;
    text-align: center;
    font-weight: 500;
    letter-spacing: -1.5px;
}

.app-usps .uspsIn .usp-bx {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #FFFFFF;
}

.app-usps .uspsIn .usp-bx img {
    margin-top: 4px;
}

.app-usps .uspsIn .usp-bx .hd5 {
    letter-spacing: -1px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 1;
}

.app-usps .uspsIn .usp-bx .hd5+p {
    font-size: 14px;
    line-height: 20px;
}

.app-usps .uspsIn .btn-box .btn-white {
    background: #FFFFFF;
    border-color: #FFFFFF;
    color: #25243B;
}

@media (max-width: 1024px) {
    .app-usps .uspsIn {
        padding: 30px 40px;
    }
}

@media (max-width: 767px) {
    .app-usps .uspsIn {
        padding: 30px;
    }

    .app-usps .uspsIn .usp-bx span {
        -ms-flex: 0 0 48px;
        flex: 0 0 48px;
    }
}

.new-comp.webm {
    padding: 50px 0;
}

.new-comp.webm .hd5 {
    font-weight: 500;
    margin-bottom: 30px;
}

.new-comp.webm .whiteBx .ltCol .nav li a {
    font-weight: 600;
}

.new-comp.webm .whiteBx .ltCol .nav li a.active {
    letter-spacing: -0.5px;
}

.new-comp.webm .sec-ctnt .seclt {
    color: #54565B;
}

.new-comp.webm .sec-ctnt .seclt .hdr {
    letter-spacing: -0.6px;
}

@media (max-width: 991px) {
    .new-comp.webm .sec-ctnt .seclt .btn-box .btn-white {
        line-height: 1.5;
    }

    .new-comp.webm .btn-box .btn-red {
        height: 50px;
    }
}

.earn-points.webm {
    background: #FFFFFF;
}

.earn-points.webm .media-card .mcard-body h3+p {
    margin-top: 12px;
    min-height: 60px;
}

@media (max-width: 991px) {
    .earn-points.webm .media-card .mcard-body h3 {
        font-size: 18px;
    }
}

.customer-speak.webm .container.shape {
    background: url(../components/content/news-media/media-kit-box/clientlibs/images/webm/comma.svg) no-repeat 10px 0;
}

.customer-speak.webm .container.shape .hd {
    color: #54565B;
}

.customer-speak.webm .white-box,
.customer-speak.webm .search-bxIn .search-ad .ad-card,
.search-bxIn .search-ad .customer-speak.webm .ad-card,
.customer-speak.webm .accordian .trgr,
.accordian .customer-speak.webm .trgr,
.customer-speak.webm .accordian .tog_cont,
.accordian .customer-speak.webm .tog_cont,
.customer-speak.webm .card-look,
.customer-speak.webm .media-card,
.customer-speak.webm .pr-list>li .card-bx,
.pr-list>li .customer-speak.webm .card-bx,
.customer-speak.webm .trgr1,
.customer-speak.webm .trgr2,
.customer-speak.webm .trgr3,
.customer-speak.webm .tog_cont1,
.customer-speak.webm .tog_cont2,
.customer-speak.webm .tog_cont3,
.customer-speak.webm .mf-invest .start-box,
.mf-invest .customer-speak.webm .start-box,
.customer-speak.webm .more-box,
.customer-speak.webm .media-kit .media-list .card-media,
.media-kit .media-list .customer-speak.webm .card-media,
.customer-speak.webm .ebc-loan-banner .lawbx,
.ebc-loan-banner .customer-speak.webm .lawbx {
    min-height: inherit;
}

.customer-speak.webm .white-box .f16,
.customer-speak.webm .search-bxIn .search-ad .ad-card .f16,
.search-bxIn .search-ad .customer-speak.webm .ad-card .f16,
.customer-speak.webm .accordian .trgr .f16,
.accordian .customer-speak.webm .trgr .f16,
.customer-speak.webm .accordian .tog_cont .f16,
.accordian .customer-speak.webm .tog_cont .f16,
.customer-speak.webm .card-look .f16,
.customer-speak.webm .media-card .f16,
.customer-speak.webm .pr-list>li .card-bx .f16,
.pr-list>li .customer-speak.webm .card-bx .f16,
.customer-speak.webm .trgr1 .f16,
.customer-speak.webm .trgr2 .f16,
.customer-speak.webm .trgr3 .f16,
.customer-speak.webm .tog_cont1 .f16,
.customer-speak.webm .tog_cont2 .f16,
.customer-speak.webm .tog_cont3 .f16,
.customer-speak.webm .mf-invest .start-box .f16,
.mf-invest .customer-speak.webm .start-box .f16,
.customer-speak.webm .more-box .f16,
.customer-speak.webm .media-kit .media-list .card-media .f16,
.media-kit .media-list .customer-speak.webm .card-media .f16,
.customer-speak.webm .ebc-loan-banner .lawbx .f16,
.ebc-loan-banner .customer-speak.webm .lawbx .f16 {
    color: #54565B;
    margin-bottom: 4px;
    line-height: 1;
}

.customer-speak.webm .white-box .f12,
.customer-speak.webm .search-bxIn .search-ad .ad-card .f12,
.search-bxIn .search-ad .customer-speak.webm .ad-card .f12,
.customer-speak.webm .accordian .trgr .f12,
.accordian .customer-speak.webm .trgr .f12,
.customer-speak.webm .accordian .tog_cont .f12,
.accordian .customer-speak.webm .tog_cont .f12,
.customer-speak.webm .card-look .f12,
.customer-speak.webm .media-card .f12,
.customer-speak.webm .pr-list>li .card-bx .f12,
.pr-list>li .customer-speak.webm .card-bx .f12,
.customer-speak.webm .trgr1 .f12,
.customer-speak.webm .trgr2 .f12,
.customer-speak.webm .trgr3 .f12,
.customer-speak.webm .tog_cont1 .f12,
.customer-speak.webm .tog_cont2 .f12,
.customer-speak.webm .tog_cont3 .f12,
.customer-speak.webm .mf-invest .start-box .f12,
.mf-invest .customer-speak.webm .start-box .f12,
.customer-speak.webm .more-box .f12,
.customer-speak.webm .media-kit .media-list .card-media .f12,
.media-kit .media-list .customer-speak.webm .card-media .f12,
.customer-speak.webm .ebc-loan-banner .lawbx .f12,
.ebc-loan-banner .customer-speak.webm .lawbx .f12,
.customer-speak.webm .white-box .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .white-box .blog-by,
.customer-speak.webm .search-bxIn .search-ad .ad-card .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .search-bxIn .search-ad .ad-card .blog-by,
.search-bxIn .search-ad .customer-speak.webm .ad-card .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .search-bxIn .search-ad .customer-speak.webm .ad-card .blog-by,
.customer-speak.webm .accordian .trgr .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .accordian .trgr .blog-by,
.accordian .customer-speak.webm .trgr .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .accordian .customer-speak.webm .trgr .blog-by,
.customer-speak.webm .accordian .tog_cont .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .accordian .tog_cont .blog-by,
.accordian .customer-speak.webm .tog_cont .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .accordian .customer-speak.webm .tog_cont .blog-by,
.customer-speak.webm .card-look .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .card-look .blog-by,
.customer-speak.webm .media-card .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .media-card .blog-by,
.customer-speak.webm .pr-list>li .card-bx .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .pr-list>li .card-bx .blog-by,
.pr-list>li .customer-speak.webm .card-bx .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .pr-list>li .customer-speak.webm .card-bx .blog-by,
.customer-speak.webm .trgr1 .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .trgr1 .blog-by,
.customer-speak.webm .trgr2 .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .trgr2 .blog-by,
.customer-speak.webm .trgr3 .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .trgr3 .blog-by,
.customer-speak.webm .tog_cont1 .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .tog_cont1 .blog-by,
.customer-speak.webm .tog_cont2 .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .tog_cont2 .blog-by,
.customer-speak.webm .tog_cont3 .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .tog_cont3 .blog-by,
.customer-speak.webm .mf-invest .start-box .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .mf-invest .start-box .blog-by,
.mf-invest .customer-speak.webm .start-box .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .mf-invest .customer-speak.webm .start-box .blog-by,
.customer-speak.webm .more-box .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .more-box .blog-by,
.customer-speak.webm .media-kit .media-list .card-media .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .media-kit .media-list .card-media .blog-by,
.media-kit .media-list .customer-speak.webm .card-media .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .media-kit .media-list .customer-speak.webm .card-media .blog-by,
.customer-speak.webm .ebc-loan-banner .lawbx .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .ebc-loan-banner .lawbx .blog-by,
.ebc-loan-banner .customer-speak.webm .lawbx .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .ebc-loan-banner .customer-speak.webm .lawbx .blog-by {
    margin-bottom: 0;
}

.customer-speak.webm .customer-speak-carousel .owl-nav {
    top: 120px;
}

.faqs-bx {
    background: #f3f3f3;
    padding-top: 50px;
    color: #54565B;
}

.accordian.opn1 {
    font-size: 16px;
}

.accordian.opn1 .trgr.act::before {
    content: "\e905";
    color: #787878;
}

.accordian.opn1 .trgr::before {
    content: "\e906";
    font-size: 20px;
}

.accordian.opn1 .tog_cont {
    background: #F5F5F5;
    border-top-width: 2px;
}
.grey-bg, .banner2 .banner-wrapper.grey-btm, .code-pol, .related-product, .blog-tab.fastag, .bod-page, .media-kit .mk-left, .trending, .pr-page {
    background: #f3f3f3;
}



/* Media Contact Start */
.media-contact .card-look.full.opt1 {
  background: none;
}

.media-contact .card-look.full.opt1 .f12,
.media-contact .card-look.full.opt1 .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .media-contact .card-look.full.opt1 .blog-by {
  color: #737373;
}

.media-contact .card-look.full.opt1 div {
  width: 32%;
  padding: 0;
  padding-left: 40px;
}

.media-contact .card-look.full.opt1 div.btn-box {
  padding: 0;
}

.media-contact .card-look.full.opt1 div.btn-box .btn-white {
  min-width: inherit;
  color: #54565B;
}

.media-contact .card-look.full.opt1 figure img {
  width: 300px;
}

@media (max-width: 1024px) {
  .media-contact .card-look.full.opt1 div:first-child {
    padding-left: 20px;
  }

  .media-contact .card-look.full.opt1 figure {
    margin: 0 12px 0 0;
  }
}

@media (max-width: 991px) {
  .media-contact .card-look.full.opt1 div {
    width: 100%;
  }

  .media-contact .card-look.full.opt1 div:first-child {
    padding: 0 0 30px 0;
  }

  .media-contact .card-look.full.opt1 div.btn-box {
    width: 50%;
    margin-left: 0;
  }

  .media-contact .card-look.full.opt1 figure {
    margin: -110px 0 0 auto;
  }
}

@media (max-width: 767px) {
  .media-contact .card-look.full.opt1 {
    padding: 30px 20px 0;
  }

  .media-contact .card-look.full.opt1 div.btn-box {
    margin-bottom: 15px;
  }

  .media-contact .card-look.full.opt1 div.btn-box .btn-white {
    padding: 0 20px;
  }

  .media-contact .card-look.full.opt1 figure {
    margin: 0 auto;
  }

  .media-contact .card-look.full.opt1 figure img {
    width: 100%;
  }
}

/* Media Contact End */

.card-look.full figure {
    margin: 0 36px;
  }
  
  .card-look.full figure img {
    width: 146px;
    height: auto;
  }
  
  .card-look.full figcaption,
  .card-look.full div {
    width: 35%;
  }
  
  .card-look.full .btn-box {
    width: 35%;
    margin-left: auto;
  }
  
  .card-look.full.opt1 {
    width: 100%;
    border: 2px solid #9d1d27;
  }
  
  .card-look.full.opt1 figure img {
    width: 432px;
  }
  
  @media (max-width: 767px) {
    .card-look.full.opt1 figure {
      margin: 0 -30px;
    }
    .card-look.full.opt1 figure img {
      width: 100%;
    }
  }
  
  .card-look.full.opt1 figcaption,
  .card-look.full.opt1 div {
    padding: 50px;
    width: 65%;
  }
  
  @media (max-width: 1024px) {
    .card-look.full.opt1 figcaption,
    .card-look.full.opt1 div {
      padding: 30px;
    }
    .card-look.full.opt1 figcaption .hd,
    .card-look.full.opt1 div .hd {
      font-size: 30px;
    }
  }
  
  @media (max-width: 991px) {
    .card-look.full.opt1 figcaption,
    .card-look.full.opt1 div {
      width: 100%;
    }
  }
  
  @media (max-width: 767px) {
    .card-look.full.opt1 figcaption,
    .card-look.full.opt1 div {
      padding: 0;
      margin: 0;
    }
  }
  
  .card-look > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 20px;
  }
  
  .card-look figure {
    margin: 0 20px 0 0;
  }
  
  .card-look figure img {
    width: 32px;
    height: 32px;
  }
  
  .card-look .title {
    color: #54565B;
    margin-bottom: 5px;
  }
  
  .card-look p {
    font-size: 12px;
    line-height: 16px;
    color: #A6A6A6;
    margin-bottom: 0;
  }
  
  @media (max-width: 991px) {
    .card-look.full {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start;
      padding: 36px 30px 0;
    }
    .card-look.full figure {
      -ms-flex-order: 1;
          order: 1;
      margin: -80px 0 auto auto;
    }
    .card-look.full figure img {
      width: 175px;
    }
    .card-look.full figcaption,
    .card-look.full div {
      width: 100%;
      text-align: left;
    }
    .card-look.full figcaption p,
    .card-look.full div p {
      display: block;
      margin: 8px 0 20px;
    }
    .card-look.full .btn-box {
      width: 100%;
    }
    .card-look > a {
      min-height: 100px;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
    }
    .card-look > a.see-more figure img, .card-look > a.see-less figure img {
      height: auto;
    }
    .card-look p {
      display: none;
    }
    .card-look figure {
      margin: 0 0 16px;
    }
    .card-look figcaption,
    .card-look div {
      text-align: center;
    }
    .card-look figcaption .title,
    .card-look div .title {
      margin-bottom: 0;
    }
  }



@media (max-width: 767px) {
    .card-look.full figure {
      margin-top: 10px;
    }
    .card-look > a {
      min-height: 150px;
    }
  }

.card-look.full {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 97%;
    margin: 0 auto;
}
@media (max-width: 991px) {
  .card-look.full {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 36px 30px 0;
  }

  .card-look.full figure {
    -ms-flex-order: 1;
    order: 1;
    margin: -80px 0 auto auto;
  }

  .card-look.full figure img {
    width: 175px;
  }

  .card-look.full figcaption,
  .card-look.full div {
    width: 100%;
    text-align: left;
  }

  .card-look.full figcaption p,
  .card-look.full div p {
    display: block;
    margin: 8px 0 20px;
  }

  .card-look.full .btn-box {
    width: 100%;
  }

  .card-look>a {
    min-height: 100px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .card-look>a.see-more figure img,
  .card-look>a.see-less figure img {
    height: auto;
  }

  .card-look p {
    display: none;
  }

  .card-look figure {
    margin: 0 0 16px;
  }

  .card-look figcaption,
  .card-look div {
    text-align: center;
  }

  .card-look figcaption .title,
  .card-look div .title {
    margin-bottom: 0;
  }
}
