body {
  font-family: "Roboto", sans-serif;
}

ol, ul, p, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  line-height: normal;
}

a {
  text-decoration: none;
}

.offer_v5_wrp {
  /*p{padding: 0; margin: 0; line-height: normal;}*/
}

.offer_v5_wrp ol, .offer_v5_wrp ul, .offer_v5_wrp p, .offer_v5_wrp h1, .offer_v5_wrp h2, .offer_v5_wrp h3, .offer_v5_wrp h4, .offer_v5_wrp h5, .offer_v5_wrp h6, .offer_v5_wrp a, .offer_v5_wrp span, .offer_v5_wrp li, .offer_v5_wrp td {
  font-family: "Roboto", sans-serif;
}

.offer_v5_wrp a {
  text-decoration: none;
}

.offer_v5_wrp .registraion_block .ebottom_block #form_register .signup_form_list {
  padding-left: 0;
}

.container-fluid.v2 {
  padding: 0 40px;
}

.container-fluid.v2 .row {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .container-fluid.v2 {
    padding: 0 16px;
  }
}

.offer_banner_wrp p, .offer_banner_wrp ul, .offer_banner_wrp li, .offer_banner_wrp h1, .offer_banner_wrp span {
  color: #212121;
}

.offer_banner_wrp .plr {
  padding-right: 20px;
  padding-left: 0;
}

.offer_banner_wrp .plr.scroll_hide {
  height: auto;
}

.offer_banner_wrp .pll {
  padding-left: 20px;
  padding-right: 0;
}

@media only screen and (max-width: 767px) {
  .offer_banner_wrp .plr {
    padding: 0;
  }
  .offer_banner_wrp .pll {
    padding: 0;
  }
}

.pb50 {
  padding-bottom: 50px !important;
}

.lh32 {
  line-height: 32px;
}

.blue_bg {
  background: #f1f7ff;
}

.grey-bg {
  background: #fafafa;
}

.col_green {
  color: #51b77b;
}

.fw500 {
  font-weight: 500;
}

.col_grey {
  color: #6a6a6a;
}

.col_black {
  color: #212121;
}

.col_black a {
  color: #212121;
}

.col_black a:hover {
  text-decoration: underline;
}

.col_blue {
  color: #156df6;
}

.fs10 {
  font-size: 10px;
}

.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs24 {
  font-size: 24px;
}

.fs28 {
  font-size: 28px;
}

.offer_btn {
  color: #156df6;
  border: 1px solid #156df6;
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 500;
  justify-content: center;
  height: 36px;
  margin-top: 16px;
  background: #ffffff;
  padding: 0 15px;
}

.offer_btn:hover {
  background: #156df6;
  color: #ffffff;
  text-decoration: none;
}

.offer_btn2 {
  font-size: 16px;
  color: #ffffff;
  background: #156df6;
  display: flex;
  align-items: center;
  font-weight: 500;
  justify-content: center;
  height: 48px;
  min-width: 110px;
  padding: 0 20px;
}

.offer_btn2:hover {
  color: #ffffff;
  background: #1058C4;
  text-decoration: none;
}

/* header start */
.sptr {
  height: 60px;
  display: none;
}

.offer_header {
  padding: 10px 40px;
  width: 100%;
  z-index: 4;
  position: relative;
  background: #ffffff;
  transition: all 0.3s ease;
  height: 60px;
  border-bottom: 1px solid #e0e0e0;
}

.offer_header .prelogo {
  width: auto;
  max-width: 190px;
}

.offer_header .prelogo img {
  max-width: 100%;
}

.offer_header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  padding-top: 22px;
  padding-bottom: 22px;
}

.my_ac_wrp {
  color: #6a6a6a;
  text-decoration: none;
}

.my_ac_wrp .fa-circle-user {
  font-size: 20px;
  margin-right: 5px;
}

.my_ac_wrp .my_ac_txt {
  font-size: 14px;
}

.my_ac_wrp:hover {
  color: #156df6;
}

.nav_dd {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 155px;
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #efefef;
  background-color: #fff;
  position: absolute;
  top: 53px;
  right: 0;
  padding: 20px;
  display: none;
}

.nav_dd .offer_btn2 {
  width: 100%;
}

.nav_dd .ntmmbr_txt {
  font-size: 13px;
  color: #6a6a6a;
  margin: 20px auto 10px;
}

.nav_dd .offer_btn {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  /*body.fixed{position: fixed;}*/
  .sptr {
    /*height: 50px;*/
  }
  .offer_header {
    padding: 15px 16px;
    /*height: 60px;*/
  }
  .offer_header .prelogo {
    width: 200px;
  }
}

/* header end */
/* breadcrum start */
.breadcrumb_wrp {
  margin-top: 16px;
}

.breadcrumb_wrp .breadcrumbs {
  font-size: 12px;
}

.breadcrumb_wrp .breadcrumbs a {
  color: #9a9a9a;
  margin-right: 5px;
}

.breadcrumb_wrp .breadcrumbs a:hover {
  color: #212121;
}

.breadcrumb_wrp .breadcrumbs span {
  color: #6a6a6a;
}

.offer_v5_wrp .breadcrumb_wrp {
  background: transparent;
  padding: 0;
  border: none;
}

/* breadcrum End */
/* offer band start */
.offer_band {
  background: #f6f6f6;
  padding: 10px 0;
  margin-top: 16px;
}

.offer_band.v2 {
  margin: 0;
  padding: 15px;
}

.offer_band_txt {
  font-size: 20px;
  color: #6a6a6a;
  margin-left: 5px;
}

@media only screen and (max-width: 767px) {
  .offer_band_txt {
    font-size: 16px;
  }
}

/* offer band End */
/* offer banner start */
.offer_banner_wrp_sup {
  display: none;
}

.offer_banner_wrp {
  padding-top: 24px;
  transition: all 0.3s ease;
}

.offer_banner_wrp .banner_logo {
  max-width: 200px;
}

.offer_banner_wrp .banner_logo img {
  max-width: 100%;
}

.offer_banner_wrp .banner_img img {
  max-width: 100%;
  width: 100%;
}

.offer_banner_wrp .offer_banner_txt_wrp .offer_heading {
  font-size: 36px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .offer_banner_wrp .offer_banner_txt_wrp .offer_heading {
    font-size: 24px;
  }
}

.offer_banner_wrp .offer_banner_txt_wrp .green_tag_img img {
  max-width: 100%;
}

.offer_banner_wrp .offer_banner_txt_wrp .rdh {
  margin-left: 16px;
}

.offer_banner_wrp .offer_banner_txt_wrp .desc_tick .checktick_list, .offer_banner_wrp .offer_banner_txt_wrp .desc_tick ul, .offer_banner_wrp .offer_banner_txt_wrp .desc_tick ol {
  list-style: none;
}

.offer_banner_wrp .offer_banner_txt_wrp .desc_tick .checktick_list li, .offer_banner_wrp .offer_banner_txt_wrp .desc_tick ul li, .offer_banner_wrp .offer_banner_txt_wrp .desc_tick ol li {
  font-size: 20px;
  color: #212121;
  margin-top: 15px;
  position: relative;
  padding-left: 30px;
  list-style: none;
}

.offer_banner_wrp .offer_banner_txt_wrp .desc_tick .checktick_list li::before, .offer_banner_wrp .offer_banner_txt_wrp .desc_tick ul li::before, .offer_banner_wrp .offer_banner_txt_wrp .desc_tick ol li::before {
  content: "";
  background: url(./images/offers/tick.png) no-repeat;
  width: 18px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 7px;
  /*top: 50%; transform: translateY(-50%);*/
}

.offer_banner_wrp .offer_banner_txt_wrp .desc_tick p {
  font-size: 20px;
  color: #212121;
  margin-top: 8px;
  position: relative;
  line-height: 28px;
  /*&::before{content:""; background: url(./images/offers/tick.png) no-repeat; width: 18px; height: 13px; position: absolute; left: 0; top: 13px;}
                &:empty{display: none;
                    &::before{content: ""; display: none;}
                }*/
}

.offer_banner_wrp .offer_banner_txt_wrp .desc_tick p a {
  color: #00abbe;
}

.offer_banner_wrp .offer_banner_txt_wrp .desc_tick p a:hover {
  color: #0a58ca;
}

.offer_banner_wrp .offer_banner_txt_wrp .desc_tick p a span {
  color: #00abbe;
}

.offer_banner_wrp .offer_banner_txt_wrp .desc_tick p a span:hover {
  color: #0a58ca;
}

@media only screen and (max-width: 767px) {
  .offer_banner_wrp .offer_banner_txt_wrp .desc_tick p {
    font-size: 16px;
  }
}

.offer_banner_wrp .offer_banner_txt_wrp .col_black span::before {
  margin-right: 0;
}

.offer_banner_wrp .offer_banner_txt_wrp .atkt:empty, .offer_banner_wrp .offer_banner_txt_wrp p:empty, .offer_banner_wrp .offer_banner_txt_wrp div:empty {
  display: none !important;
}

.offer_banner_wrp .scroll_show {
  display: none;
}

.offer_banner_wrp.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 4;
  height: 60px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  background: #ffffff;
  z-index: 5;
}

.offer_banner_wrp.fixed .scroll_hide {
  display: none !important;
}

.offer_banner_wrp.fixed .scroll_show {
  display: block;
}

.offer_banner_wrp.fixed .lg_wrp {
  justify-content: flex-start !important;
  padding-left: 40px;
  height: 60px;
}

@media only screen and (max-width: 767px) {
  .offer_banner_wrp.fixed .lg_wrp {
    padding-left: 16px;
  }
}

.offer_banner_wrp.fixed .lg_wrp .banner_logo {
  /*max-width: 150px;*/
  margin-left: 16px;
  max-height: 56px;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .offer_banner_wrp.fixed .lg_wrp .banner_logo {
    max-width: 150px;
  }
}

.offer_banner_wrp.fixed .offer_btn2 {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .offer_banner_wrp.fixed .offer_btn2 {
    right: 16px;
  }
}

.offer_banner_wrp.fixed .col-md-6 {
  position: static;
}

.offer_banner_wrp.fixed .lg_wrp.to_hide {
  display: none !important;
}

.copy_link_wrp {
  position: relative;
  margin-left: 5px;
}

.copy_link_wrp .copy_link {
  background: transparent;
  padding: 4px;
  border-radius: 4px;
}

.copy_link_wrp .copy_tt {
  background: #333333;
  padding: 4px;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  top: -28px;
  right: 0;
  min-width: 100px;
  text-align: center;
}

.whatsapp_img {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

.whatsapp_img a img {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .offer_banner_txt_wrp {
    margin-top: 20px;
  }
  .offer_banner_wrp.fixed {
    height: 110px;
  }
  .offer_banner_wrp.fixed .offer_btn2 {
    top: inherit;
    bottom: -10px;
  }
}

/* offer banner End */
.tabs_block {
  padding: 60px 40px;
}

.tabs_block .tabCnt {
  box-shadow: none;
}

.tabs_block .tabCnt .offer_selection_list {
  display: flex;
  background: #f6f6f6;
  margin-bottom: 0;
}

.tabs_block .tabCnt .offer_selection_list li {
  width: 100%;
  margin: 0;
  max-width: 33.33%;
}

.tabs_block .tabCnt .offer_selection_list li a {
  font-size: 20px;
  color: #212121;
  font-weight: 400;
  display: flex;
  width: 100%;
  background: #f6f6f6;
  border-top: 2px solid #f6f6f6;
  padding: 10px;
  align-items: center;
  justify-content: center;
}

.tabs_block .tabCnt .offer_selection_list li a::before {
  display: none;
}

.tabs_block .tabCnt .offer_selection_list li.act a {
  background: #ffffff;
  font-weight: 500;
}

.tabs_block .tabCnt .offer_selection_list .greLine {
  display: none;
}

.tabs_block .acrdnList.offer_v5n > li {
  margin-top: 40px;
  border: none;
}

.tabs_block .acrdnList.offer_v5n > li a {
  height: auto;
  line-height: normal;
  /*margin-bottom: 24px;*/
}

.tabs_block .acrdnList.offer_v5n > li a .iconCnt {
  display: none;
}

.tabs_block .acrdnList.offer_v5n > li a .acrdnTxt {
  margin-left: 0;
  font-size: 24px;
  font-weight: 500;
  color: #212121;
  text-overflow: inherit;
  white-space: inherit;
  width: 100%;
  padding: 0;
}

.tabs_block .acrdnList.offer_v5n > li a .dwnArw {
  display: none;
}

.tabs_block .acrdnList.offer_v5n > li .proddesc_wrp {
  display: flex;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .tabs_block .acrdnList.offer_v5n > li .proddesc_wrp {
    flex-direction: row-reverse;
  }
}

.tabs_block .acrdnList.offer_v5n > li .proddesc_wrp .proddesc {
  width: 100%;
}

.tabs_block .acrdnList.offer_v5n > li .proddesc_wrp .proddesc .b, .tabs_block .acrdnList.offer_v5n > li .proddesc_wrp .proddesc strong {
  font-weight: bold;
}

.tabs_block .acrdnList.offer_v5n > li .proddesc_wrp .proddesc p {
  font-size: 16px;
  color: #212121;
  line-height: 24px;
  font-weight: 400;
}

.tabs_block .acrdnList.offer_v5n > li .proddesc_wrp .proddesc ul {
  list-style-type: disc;
}

.tabs_block .acrdnList.offer_v5n > li .proddesc_wrp .proddesc ul, .tabs_block .acrdnList.offer_v5n > li .proddesc_wrp .proddesc ol {
  padding-left: 16px;
}

.tabs_block .acrdnList.offer_v5n > li .proddesc_wrp .proddesc ul > br, .tabs_block .acrdnList.offer_v5n > li .proddesc_wrp .proddesc ol > br {
  display: none;
}

.tabs_block .acrdnList.offer_v5n > li .proddesc_wrp .proddesc ul li, .tabs_block .acrdnList.offer_v5n > li .proddesc_wrp .proddesc ol li {
  border: none;
  color: #212121;
  padding-top: 17px;
  line-height: 24px;
  font-weight: 400;
}

.tabs_block .acrdnList.offer_v5n > li .proddesc_wrp .proddesc ul li:nth-child(2), .tabs_block .acrdnList.offer_v5n > li .proddesc_wrp .proddesc ol li:nth-child(2) {
  padding-top: 0;
}

.tabs_block .acrdnList.offer_v5n > li .proddesc_wrp .contentLogo {
  width: 50%;
  padding-left: 40px;
}

.tabs_block .acrdnList.offer_v5n > li .proddesc_wrp .contentLogo img {
  width: 100%;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .tabs_block .acrdnList.offer_v5n > li .proddesc_wrp .contentLogo + .proddesc {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .tabs_block {
    padding-left: 16px;
    padding-right: 16px;
  }
  .tabs_block .acrdnList.offer_v5n li a .acrdnTxt {
    /*width: calc(100% - 60px);*/
  }
  .tabs_block .acrdnList.offer_v5n li .proddesc_wrp {
    flex-flow: column-reverse;
  }
  .tabs_block .acrdnList.offer_v5n li .proddesc_wrp .proddesc {
    width: 100%;
    padding: 0;
  }
  .tabs_block .acrdnList.offer_v5n li .proddesc_wrp .contentLogo {
    width: 100%;
    padding: 0;
    margin: 15px 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .tabs_block .tabCnt .offer_selection_list li {
    width: auto;
    max-width: inherit;
  }
  .tabs_block .tabCnt .offer_selection_list li a {
    font-size: 20px;
  }
}

/* Schedule_block start */
.Schedule_block {
  background: #fafafa;
  justify-content: space-between;
  width: 100%;
  max-width: 960px;
  /*margin: 60px auto 0;*/
  margin: 20px auto 0;
  padding: 16px;
}

.Schedule_block.empty_below {
  margin-bottom: 60px;
}

.user_block_offer .user_img_offer {
  width: 85px;
  height: 85px;
}

.user_block_offer .user_img_offer img {
  max-width: 100%;
}

.user_block_offer .user_txt_offer {
  width: calc(100% - 85px);
  padding-left: 16px;
}

.t2t_wrp {
  align-items: flex-end;
}

@media only screen and (max-width: 992px) {
  .Schedule_block {
    flex-flow: column;
  }
  .t2t_wrp {
    align-items: baseline;
    margin-top: 40px;
  }
}

/* Schedule_block End */
/* slider start */
.slider_1_wrp {
  margin-top: 60px;
}

.slider_1 {
  padding: 40px 0 65px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.slider_1 li {
  display: flex !important;
  justify-content: center;
}

.slider_1 li .slider_inner_wrp .fs20.col_black.lh32 {
  font-size: 16px;
  line-height: 28px;
}

.slider_1 li .user_block_offer {
  margin-top: 16px;
}

.slider_1 li .user_block_offer .user_img_offer {
  width: 48px;
  height: 48px;
}

.slider_1 li .user_block_offer .user_txt_offer {
  width: calc(100% - 48px);
  padding-left: 12px;
}

.slider_1 .sc_slick_arrow.v2 {
  bottom: 20px;
  /*border: none; font-size: 38px; color: #0062a8; top: 50%; transform: translateY(-50%); bottom: inherit; right: -100px; position: absolute; cursor: pointer;
        &.prev.v2{right: inherit; left: -100px;}
        &.next.v2{right: -100px; left: inherit;}*/
}

.slider_1 .sc_slick_arrow.v2:hover {
  /*background: transparent; color: #212121;*/
}

.slider_1 .sc_slick_arrow.v2.slick-disabled {
  color: #a8a9aa;
  cursor: default;
}

.slider_1 .sc_slick_arrow.v2.slick-disabled:hover {
  color: #a8a9aa;
  background: #ffffff;
}

.slider_1 .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 25px;
}

.slider_1 .slick-dots li {
  width: 8px;
  height: 5px;
  margin: 5px;
}

.slider_1 .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #9a9a9a;
}

.slider_1 .slick-dots li button::before {
  display: none;
}

.slider_1 .slick-dots li.slick-active button {
  background: #6a6a6a;
}

.slider_1.single_dot .slick-dots {
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1179px) {
  .slider_1 {
    /*.sc_slick_arrow{right: 0;
            &.prev{right: inherit; left: 0;}
        }*/
  }
}

@media only screen and (max-width: 991px) {
  .slider_1 {
    padding-bottom: 70px;
    /*.sc_slick_arrow{right: 0; top: inherit; bottom: 0;
            &.prev{right: 40px; left: inherit; bottom: 0;}
            &.next{bottom: 0;}
        }*/
  }
}

/* slider End */
/* Useful Information Start */
/*.usefull_info_wrp{max-width: 1050px; margin: 0 auto;}*/
.sc_slick_arrow.v2 {
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  color: #212121;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  background: #ffffff;
  border-radius: 100%;
  position: absolute;
  bottom: -60px;
  right: 0;
}

.sc_slick_arrow.v2:hover {
  background: #212121;
  color: #ffffff;
}

.sc_slick_arrow.v2.prev {
  right: 50px;
}

.sc_slick_arrow.v2.slick-disabled {
  color: #a8a9aa;
  cursor: default;
}

.sc_slick_arrow.v2.slick-disabled:hover {
  color: #a8a9aa;
  background: #ffffff;
}

.read_text {
  background: #f6f6f6;
  padding: 5px;
  font-size: 10px;
  color: #9a9a9a;
  border-radius: 10px;
}

.usefull_info_wrp {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .usefull_info_wrp {
    padding-bottom: 40px;
  }
  .usefull_info_wrp .sc_slick_arrow.v2 {
    bottom: -20px;
    z-index: 5;
  }
}

.sc_box_list {
  list-style: none;
  display: flex;
  /*margin-top: 20px;*/
  margin-left: -15px;
}

.sc_box_list li {
  width: calc(20% - 15px);
  position: relative;
  /*padding-bottom: 60px;*/
  padding-bottom: 30px;
  margin: 20px 0 0 15px;
  /*background: #ffffff;*/
  cursor: pointer;
  /*&:hover{background: #f3f3f3;}*/
}

.sc_box_list li .sc_box_img {
  width: 100%;
}

.sc_box_list li .sc_box_img img {
  max-width: 100%;
}

.sc_box_list li .sc_txt_wrp {
  padding: 5px 0;
}

.sc_box_list li .sc_txt_wrp.v2 {
  display: flex;
}

.sc_box_list li .sc_txt_wrp.v2 .sc_box_text {
  width: calc(100% - 60px);
  padding-left: 8px;
}

.sc_box_list li .sc_arrow_link {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.sc_box_list li .sc_pos_abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sc_box_list li .user_block_offer .user_img_offer {
  width: 30px;
  height: 30px;
}

.sc_box_list li .user_block_offer .user_txt_offer {
  width: calc(100% - 30px);
  padding-left: 8px;
}

.sc_box_list .slick-list {
  width: 100%;
}

.sc_box_list.v2 {
  padding-bottom: 0;
  margin-left: 0;
}

.sc_box_list.v2 li {
  margin-left: 0;
  margin-right: 30px;
  border: none !important;
  background: transparent !important;
}

.sc_box_list.v2 li .sc_box_hd {
  height: 81px;
  /*font-size: 14px; height: 76px; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;*/
}

.sc_box_list.v2 li .sc_box_text {
  font-size: 16px;
  min-height: 48px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sc_box_list.v2 li .sc_box_text2 {
  height: 38px;
  line-height: 19px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sc_box_list.v2 li .sc_box_text2.v2 {
  height: 60px;
  -webkit-line-clamp: 3;
}

.sc_box_list.v2 li .sc_box_img {
  /*height: 135px;*/
  max-height: 135px;
  overflow: hidden;
}

.sc_box_list.v2 li .sc_arrow_link {
  right: inherit;
  left: 20px;
}

.sc_box_list.v2 .slick-list {
  width: 100%;
}

.sc_box_list.v2.v3 li .sc_box_img {
  /*height: 150px;*/
  max-height: 150px;
}

.sc_box_list.v2.v3 li .sc_txt_wrp .olink_wrp {
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .sc_box_list {
    flex-wrap: wrap;
  }
  .sc_box_list li {
    width: 31%;
  }
}

@media only screen and (min-width: 575px) and (max-width: 767px) {
  .sc_box_list {
    flex-wrap: wrap;
  }
  .sc_box_list li {
    width: 47%;
  }
}

@media only screen and (max-width: 575px) {
  .sc_box_list {
    flex-wrap: wrap;
  }
  .sc_box_list li {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .sc_box_list {
    flex-wrap: wrap;
  }
  .sc_box_list li .sc_box_hd {
    height: 42px;
    font-weight: 500;
    color: #0062a8;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    /*font-family: "scprospersans-bold";*/
  }
  .sc_box_list.v2 li.single_li {
    display: flex;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .sc_box_list.v2 li.single_li .sc_box_img {
    max-width: 300px;
  }
  .sc_box_list.v2 li.single_li .sc_txt_wrp {
    padding: 0 0 0 16px;
    width: calc(100% - 300px);
  }
}

@media only screen and (max-width: 767px) {
  .sc_box_list li .sc_box_img img {
    width: 100%;
  }
  .sc_box_list li .sc_box_hd.sc_mbl_txt {
    font-size: 20px;
  }
  .sc_box_list.v2 li {
    margin-right: 0;
  }
  .sc_box_list.v2 li.single_li {
    max-width: 100%;
    width: 100%;
  }
}

/* Useful Information End */
/* More offers from SME Design Services start */
.offer_sme_Wrp {
  margin-top: 80px;
}

.p-40 {
  padding: 40px 0;
}

/* More offers from SME Design Services End */
/* callback overlay start */
.overlay.overlay_v3 #request_callback .overlay_wrp .top_head_wp {
  padding-left: 0;
  padding-right: 0;
}

.overlay.overlay_v3 #request_callback .overlay_wrp .top_head_wp .hd_text {
  padding: 0;
  margin: 0;
  width: 100%;
}

.overlay.overlay_v3 #request_callback .overlay_wrp .query_area {
  margin: 15px 0;
}

.overlay.overlay_v3 #request_callback .overlay_wrp .query_area .field_input {
  border-bottom: 1px solid #cccccc;
}

.overlay.overlay_v3 #request_callback .overlay_wrp .btn_submit_align .btn_v2:hover {
  color: #ffffff;
}

@media only screen and (max-width: 1023px) {
  .overlay.overlay_v3 #request_callback .overlay_wrp {
    margin-top: 0;
    padding: 30px 15px;
  }
  .overlay.overlay_v3 #request_callback .overlay_wrp .top_head_wp .hd_text {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .overlay.overlay_v3 #request_callback .overlay_wrp .top_head_wp .clsBtn_000 {
    top: -15px;
    right: 0;
  }
}

/* callback overlay End */
.oslist {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.oslist li {
  display: flex;
  align-items: center;
}

.oslist li .ost {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  border-radius: 100%;
  color: #9a9a9a;
  border: 1px solid #9a9a9a;
}

.oslist li .rfgt {
  width: calc(100% - 20px);
  display: flex;
  align-items: center;
}

.oslist li .itxt {
  font-size: 11px;
  color: #9a9a9a;
  margin: 0 0 0 5px;
}

.oslist li .dots {
  font-size: 9px;
  color: #9a9a9a;
  margin: 0 3px;
}

.oslist li.act .ost {
  background: #212121;
  color: #ffffff;
  border-color: #212121;
}

.oslist li.act .itxt {
  color: #212121;
  font-weight: bold;
}

.oslist li.complete::before {
  content: "";
  display: none;
}

.oslist li.complete .ost {
  background: #51b77b;
  color: #ffffff;
  border-color: #51b77b;
}

.oslist li.complete .itxt {
  color: #51b77b;
  font-weight: bold;
}

/* pre footer overwrite css start */
/* gl start */
.offer_v5_wrp #footer .container .row {
  display: flex;
}

.offer_v5_wrp #grw-bus-wrp {
  display: none;
}

/* gl End */
/* icici star */
.offer_v5_wrp .container_main.prelogin .bg_60656c .signInUp p {
  color: #ffffff;
}

.offer_v5_wrp .container_main.prelogin .bg_60656c .signInUp .boxBtnWp a {
  color: #ffffff;
}

/* icici End */
/* pre footer overwrite css End */
/* confirmation overlay start */
.overlay.iss_overlay .overlay_wrp {
  width: 100%;
  max-width: 600px;
}

.overlay.iss_overlay .overlay_wrp .confirmTemplate .fa-circle-check {
  font-size: 36px;
  color: #27b800;
}

.overlay.iss_overlay .overlay_wrp .confirmTemplate .iss_txt1 {
  font-size: 26px;
  color: #000000;
  font-weight: 500;
  margin-top: 8px;
}

.overlay.iss_overlay .overlay_wrp .confirmTemplate .iss_txt2 {
  font-size: 16px;
  color: #6a6a6a;
  margin-top: 16px;
}

.overlay.iss_overlay .overlay_wrp .confirmTemplate .iss_btn_wrp {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.overlay.iss_overlay .overlay_wrp .confirmTemplate .iss_btn_wrp .btn_v2 {
  float: none;
}

@media only screen and (max-width: 767px) {
  .overlay.iss_overlay .overlay_wrp {
    margin-top: 10px;
  }
}

/* confirmation overlay End */
/* brochure design start */
.tab_offer.offer_package.acrdnList .offer_packages .main_pkg_div .top_pkg_block .ofr_pkg_interaction p:empty {
  display: none;
}

/* brochure design End */
.sent_inqry_wrp {
  background: #f6f6f6;
  padding: 16px;
  display: flex;
  margin-top: 24px;
}

.sent_inqry_wrp .sent_inqry_inr {
  position: relative;
  padding-left: 35px;
}

.sent_inqry_wrp .fa-circle-check {
  font-size: 24px;
  color: #27b800;
  position: absolute;
  top: 0;
  left: 0;
}

.sent_inqry_wrp .siwtxt {
  font-size: 20px;
  color: #6a6a6a;
}

/* contact us overlay on register page start */
#contactus_overlay #contactModal #frm_contactus .row {
  display: flex;
}

#contactus_overlay #contactModal #frm_contactus .row .add_mobile_number_bizoffers {
  position: relative;
}

#contactus_overlay #contactModal #frm_contactus .row .add_mobile_number_bizoffers .intl-tel-input.allow-dropdown {
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  padding: 3px 5px;
}

#contactus_overlay #contactModal #frm_contactus .row .add_mobile_number_bizoffers .intl-tel-input.allow-dropdown .flag-container {
  border-right: 1px solid #cdcdcd;
}

#contactus_overlay #contactModal #frm_contactus .row .add_mobile_number_bizoffers .intl-tel-input.allow-dropdown .flag-container .selected-flag {
  padding-top: 12px;
}

#contactus_overlay #contactModal #frm_contactus .row .add_mobile_number_bizoffers .intl-tel-input.allow-dropdown .form_inp {
  width: calc(100% - 70px);
  height: 40px;
  padding-left: 10px;
  font-size: 13px;
  color: #212121;
}

#contactus_overlay #contactModal #frm_contactus .row .add_mobile_number_bizoffers .intl-tel-input.iti-container {
  top: 7px !important;
  left: 0 !important;
  width: 100% !important;
  padding: 0;
  border: 0;
}

#contactus_overlay #contactModal #frm_contactus .row .add_mobile_number_bizoffers .intl-tel-input.iti-container .country-list li.divider {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  #contactus_overlay #contactModal #frm_contactus .row .add_mobile_number_bizoffers .intl-tel-input.iti-container .country-list {
    top: 0;
  }
}

/* contact us overlay on register page End */
#contactus_overlay .overlay.contactus_success .overlay_wrp .overlayHeader .clsBtn_000.verification_allow {
  top: 0;
  right: 0;
}

.epre_inr_wrp .offer_banner_wrp .offer_banner_txt_wrp .offer_heading {
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .offer_banner_txt_wrp .fs28.dfg {
    font-size: 20px;
  }
  .offer_banner_txt_wrp .atkt {
    flex-flow: column;
    align-items: baseline !important;
  }
  .offer_banner_txt_wrp .atkt .rdh {
    /*margin: 15px 0 0 0;*/
  }
  .offer_banner_txt_wrp .fs28.gwt {
    font-size: 20px;
  }
}

/* only for fieo offer page start */
.fieo_assist {
  padding: 60px 0 24px;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.fieo_assist .pf1 {
  font-size: 16px;
  color: #6a6a6a;
}

.fieo_assist .pf2 {
  font-size: 16px;
  font-weight: 500px;
  color: #212121;
  margin-top: 5px;
}

.fieo_assist .pf2 a {
  color: #212121;
}

.fieo_assist .pf2 a:hover {
  text-decoration: underline;
}

/* only for fieo offer page End */
/* badge start */
.offer_badge_wrp {
  padding-bottom: 12px;
}

.offer_badge_wrp .offer_badge_wrp_cont {
  margin-left: 16px;
  display: flex;
  position: relative;
}

.offer_badge_wrp .offer_badge_wrp_cont .offer_badge_leftimg {
  width: 11px;
  height: 29px;
}

.offer_badge_wrp .offer_badge_wrp_cont .offer_badge_rightimg {
  width: 30px;
  height: 41px;
  position: absolute;
  top: 0;
  right: 0;
}

.offer_badge_wrp .offer_badge_wrp_cont .offer_badge_txt {
  height: 29px;
  display: flex;
  align-items: center;
  padding: 0 8px;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  background-image: linear-gradient(to left, #69b11a, #408932);
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .offer_badge_wrp {
    flex-flow: column;
    align-items: baseline !important;
  }
  .offer_badge_wrp .offer_badge_wrp_cont {
    margin: 15px 0 0 0;
  }
}

/* badge End */
