body {
  margin: 0;
  padding: 0;
  font-family: "Jost", sans-serif;
  color: #656565;
  background: #fff;
  overflow-x: hidden;
}
body.open {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  border: none;
  outline: none;
  width: 100%;
}
a {
  text-decoration: none !important;
  font-family: "Jost", sans-serif;
}
li {
  list-style: none;
}

input,
textarea,
select {
  outline: none;
  font-family: "Jost", sans-serif;
}

p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
  color: #000;
}
button:focus {
  outline: none;
}
.scrollToTop img {
  max-width: 60px;
}

.scrollToTop {
  position: fixed;
  right: 20px;
  bottom: 0;
}
.banner_title {
  color: #ebff0a;
  font-size: 54px;
  text-transform: capitalize;
  line-height: 76px;
  margin: 0;
  font-family: "Anton", sans-serif;
}
.title {
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 14px;
  color: #a21c49;
  font-weight: 600;
}
.container {
  max-width: 1200px;
}

.more {
  font-size: 18px;
  color: #fff;
  background: #15046c;
  padding: 8px 24px;
  border: 1px solid #15046c;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
}
.more:hover {
  color: #15046c;
  background: #fff;
}

/* Global Css */

/* Header Sec */

.header_sec {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  /* background: #0000002e; */
  background: #40123d;
  border-bottom: 1px solid #844183;
}
.header_sec.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  animation: slide-down 0.7s;
  opacity: 1;
  animation-duration: 1s;
  animation-direction: normal;
  animation-delay: 0s;
  background: #40123d;
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.header_sec .top_header {
  background: #1165e2;
  padding: 10px 0;
}

.header_sec .top_header .container {
  display: flex;
  justify-content: space-between;
}

.header_sec .top_header .container .left_sec {
  display: flex;
}

.header_sec .top_header .container .left_sec a {
  display: flex;
  color: #fff;
  font-size: 18px;
  align-items: center;
  margin-right: 20px;
}

.header_sec .top_header .container .left_sec a img {
  width: 14px;
  margin-right: 10px;
}

.header_sec .top_header .social_sec {
  display: flex;
  align-items: center;
}

.header_sec .top_header .social_sec a {
  margin-left: 16px;
}
.header_sec .nav_header li.nav-item.dropdown .dropdown-menu li a:hover {
  color: #fec700;
}

/* .header_sec .nav_header {
  background: #fff;
} */
.header_sec .nav_header .logo {
  width: 138px;
}
.header_sec.sticky .nav_header .logo {
  width: 138px;
}
.header_sec .nav_header .navbar-nav {
  display: flex;
  align-items: center;
}
.header_sec .nav_header .navbar-nav li a {
  font-size: 17px;
  color: #ffffff;
  padding: 0 14px !important;
  line-height: 22px;
  font-weight: 300;
}
.header_sec .nav_header .navbar-nav li:last-child a {
  padding-right: 0 !important;
}
.header_sec .nav_header .navbar-nav li.active a,
.header_sec .nav_header .navbar-nav li a:hover {
  color: #ffffff;
  font-weight: 700;
}
.header_sec.sticky .nav_header {
  padding: 0.5rem 1rem;
}
/* Header Sec */

/***=== Home Page ===***/

/* Banner Sec */
.banner_sec {
  overflow: hidden;
  height: 700px;
  position: relative;
}

.banner_sec img {
  height: 700px;
}
.banner_sec .container {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.banner_sec .text_content {
  width: 53%;
}
.banner_sec .text_content .banner_title {
  color: #ffffff;
  font-size: 40px;
  text-transform: capitalize;
  line-height: 1.5;
  margin: 0;
  font-weight: 700;
  font-style: italic;
}
.banner_sec .text_content .banner_title span {
  display: block;
  font-size: 30px;
  font-weight: 400;
}
.banner_sec .text_content .banner_title span {
  display: block;
  font-size: 30px;
  font-weight: 400;
}

.banner_sec .text_content .one_crore {
  height: auto;
  width: 400px;
  margin-top: 30px;
}

.banner_slider {
  height: 700px;
  display: block;
  margin-top: 77px;
}
.banner_slider .slick-arrow {
  display: none !important;
}
.banner_slider .slick-dots {
  display: flex;
  margin: 0;
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: auto;
  justify-content: center;
}
.banner_slider .slick-dots li button {
  border: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #740937;
  text-indent: 20px;
  overflow: hidden;
  margin: 0 4px;
}
.banner_slider .slick-dots li.slick-active button {
  background: #da789a;
}

.banner_sec .banner_photo {
  width: 53%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.banner_sec .banner_photo img {
  height: auto;
}
/* Banner Sec */

.main_contain {
  background: url(../images/contain_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main_contain .live_draw {
  padding-top: 80px;
  background: #ffffe8;
}

/* About Sec */
.about_sec {
  padding: 180px 0;
}
.about_sec .about_photo {
  float: left;
  width: 44%;
  overflow: visible;
  margin-right: 30px;
}
.about_sec .text_content {
  overflow: hidden;
}
.result_list li .text_content {
  text-align: left;
}
.about_sec .text_content .title span {
  display: block;
  font-size: 20px;
  color: #000000;
  line-height: 1.5;
}
.about_sec .text_content .des {
  font-size: 20px;
  color: #393535;
  line-height: 32px;
}
.about_sec .text_content .more {
  margin-top: 15px;
}

/* About Sec */

/* Jeeto Sec */
.jeeto_sec .jeeto_photo {
  display: block;
  height: 400px;
}

.jeeto_sec .jeeto_photo img {
  height: 400px;
}
/* Jeeto Sec */

/* Result Sec */
.result_sec {
  /* background: url(../images/lottery_result_bg.png); */
  background-color: #ffff0017;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center 50%;
  padding: 80px 0 110px;
  margin-top: 0;
}
.result_sec .title {
  text-align: center;
}

.result_sec .des {
  text-align: center;
  margin-bottom: 50px;
}

.result_sec .result_contain {
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(21, 4, 108, 0.19);
  -moz-box-shadow: 0px 0px 30px 0px rgba(21, 4, 108, 0.19);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(21, 4, 108, 0.19);
  padding: 40px 25px 25px;
  text-align: center;
}
.result_sec .result_contain .result_btn_sec .more {
  font-size: 12px;
  padding: 0.25rem 0.5rem;
  font-weight: 400;
  color: #15046c;
  background: #fff;
}
/* .result_sec .result_contain .result_btn_sec .more.active, .result_sec .result_contain .result_btn_sec .more:hover {
  color: #fff;
  background: #15046C;
} */

.result_sec .result_contain .result_btn_sec .more:hover {
  color: #fff;
  background: #15046c;
}
.result_sec .result_contain .result_title {
  text-align: center;
  color: #5030f0;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 40px;
}
.result_list li {
  margin-bottom: 33px;
}

.result_list li .result_content {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(80, 48, 240, 0.21);
  -moz-box-shadow: 0px 0px 30px 0px rgba(80, 48, 240, 0.21);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(80, 48, 240, 0.21);
  padding: 50px 40px;
}
.result_list li .result_content:hover {
  background: #f7f5ff;
}
.result_list li .ticket_Verify {
  background: #ffff;
  box-shadow: 0px 0px 30px 0px rgba(80, 48, 240, 0.21);
  -moz-box-shadow: 0px 0px 30px 0px rgba(80, 48, 240, 0.21);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(80, 48, 240, 0.21);
}

.result_list li .result_btn a:hover {
  box-shadow: none;
  color: #fff;
  background: #5030f0;
}
.result_list li .result_btn a:hover img {
  filter: brightness(0) invert(1);
}
.result_list li .result_btn {
  display: flex;
  align-items: center;
}

.result_list li .result_btn a {
  display: flex;
  font-size: 20px;
  color: #dd6793;
  font-weight: 600;
  border: 1px solid #cecece;
  border-radius: 8px;
  padding: 4px 24px;
  box-shadow: 0px 0px 20px 0px rgb(128 128 128 / 44%);
  margin-right: 28px;
}

.result_list li .result_btn a img {
  width: 22px;
  margin-right: 6px;
}

.result_list li .row {
  align-items: center;
}

.result_list li .result_btn .verify_btn {
  margin: 0;
  color: #959595;
}

.result_list li .text_content .result_neme {
  color: #5030f0;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 8px;
}

.result_list li .text_content .time {
  color: #929292;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.result_list li .result_btn .jpg_btn {
  color: #7364c0;
}

.result_list li .ticket_Verify {
  background: #ffff;
  box-shadow: 0px 0px 30px 0px rgba(80, 48, 240, 0.21);
  -moz-box-shadow: 0px 0px 30px 0px rgba(80, 48, 240, 0.21);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(80, 48, 240, 0.21);
  margin-top: 20px;
  border-radius: 8px;
  overflow: hidden;
  display: none;
}
.result_list li.open .ticket_Verify {
  display: block;
}
.result_list li .ticket_Verify .ticket_number {
  margin: 0;
  background: #871a3b;
  color: #fff;
  padding: 15px;
  position: relative;
}

.result_list li .ticket_Verify .ticket_verify_sec {
  padding: 20px;
}

.result_list li .ticket_Verify .ticket_verify_sec .verify_from .form-group {
  margin: 0;
}

.result_list
  li
  .ticket_Verify
  .ticket_verify_sec
  .verify_from
  .form-group
  input {
  height: 44px;
  font-size: 18px;
}

.result_list
  li
  .ticket_Verify
  .ticket_verify_sec
  .verify_from
  .form-group
  input:focus {
  box-shadow: none;
  border: 1px solid #bfbfbf;
}
.result_list li .ticket_Verify .ticket_number .close_icon {
  width: 20px;
  display: block;
  position: absolute;
  right: 1%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  cursor: pointer;
}
.result_list
  li
  .ticket_Verify
  .ticket_verify_sec
  .verify_from
  .submit_btn.more {
  padding: 8px 44px;
}

.result_sec .result_contain .filter_date .input-group .input-group-prepend,
.result_sec .result_contain .filter_date .input-group .input-group-append {
  margin: 0;
}

.result_sec .result_contain .filter_date .input-group .more {
  font-size: 12px;
  display: inherit;
  padding: 8px 10px;
}
.result_sec
  .result_contain
  .filter_date
  .input-group
  .input-group-prepend
  .more
  i {
  font-weight: 600;
}

.result_sec .result_contain .filter_date .input-group .hasDatepicker {
  height: 38px;
  font-size: 16px;
}
.result_sec .result_contain .filter_date .input-group .hasDatepicker:focus {
  box-shadow: none;
  border-color: #e4e3e3;
}
.result_sec .result_contain .result_date_picker {
  width: 67%;
  margin: 0 auto 16px;
}
/* .result_list li.active {
  background: #5030F0;
}

.result_list li.active .text_content .result_neme {
  color: #fff;
}

.result_list li.active .text_content .time {
  color: #FFD345;
}

.result_list li.active .result_btn a {
  box-shadow: none;
  color: #fff;
}

.result_list li.active .result_btn a img {
  filter: brightness(0) invert(1);
} */
/* Result Sec */

/* Claim Sec */
.claim_sec {
  display: flex;
  padding-bottom: 90px;
}
.claim_sec .claim_phot {
  margin-top: 100px;
}
.claim_sec .des {
  font-weight: 300;
  margin-bottom: 30px;
}
.claim_sec .container {
  text-align: center;
}

.claim_sec .claim_contain {
  background: url(../images/claim_bg.png);
  background-repeat: no-repeat;
  padding: 12px 0;
  background-size: 100%;
}

.claim_sec .claim_contain .text_contain {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(46, 133, 91, 0.26);
  width: 854px;
  margin: auto;
  margin: 110px auto 10px;
  padding: 50px;
}

.claim_sec .claim_contain .text_contain .claim_title {
  font-size: 30px;
  color: #000;
  margin-bottom: 20px;
}

.claim_sec .claim_contain .text_contain .more {
  padding: 10px 50px;
}
/* Claim Sec */

/* Our Blog */
.our_blog {
  margin-top: 60px;
}

.our_blog .des {
  font-size: 16px;
}
.our_blog .blog_photo {
  height: 330px;
  border-radius: 20px;
}

.our_blog .blog_photo img {
  height: 330px;
}
.our_blog .text_content {
  margin: 30px auto 70px;
}
.our_blog .text_content .date {
  font-size: 16px;
  color: #000;
}

.our_blog .text_content .blog_title {
  color: #a21c49;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}

.our_blog .read_more {
  color: #15046c;
  font-size: 18px;
  font-weight: 700;
}
.our_blog .read_more img {
  width: 15px;
  margin-left: 10px;
}

.our_blog .read_more:hover {
  color: #836df4;
}
.our_blog .read_more:hover img {
  opacity: 0.5;
}
/* Our Blog */

/* Live Draw */
.live_channel {
  border-radius: 11px;
  background: #4f184c;
  box-shadow: 0px 4px 30px 0px rgba(46, 133, 91, 0.26);
  -moz-box-shadow: 0px 4px 30px 0px rgba(46, 133, 91, 0.26);
  -webkit-box-shadow: 0px 4px 30px 0px rgba(46, 133, 91, 0.26);
  margin: auto;
  padding: 15px;
  margin-bottom: 40px;
}

.our_blog.live_draw .channel_title {
  font-size: 22px;
  margin: 0;
  text-align: center;
  color: #fff;
}

.our_blog.live_draw .channel_title a {
  color: #c966c3;
}
.our_blog.live_draw .channel_title a:hover {
  color: #930d8c;
}
/* Live Draw */

/* Footer Sec */
.footer_sec {
  background: url(../images/footer_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.footer_sec:after {
  content: "";
  background: #00000066;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.footer_sec .f_nav {
  margin-top: 30px;
}
.footer_sec .footer_top {
  padding: 70px 0 60px;
}
.footer_sec .footer_top .container {
  border-top: 1px solid #9d47ab;
  border-bottom: 1px solid #9d47ab;
}

.footer_sec .footer_top .about_sec {
  padding: 0;
  border-right: 1px solid #9d47ab;
}

.footer_sec .footer_top .about_sec .logo {
  margin-bottom: 18px;
  display: block;
  width: 190px;
  padding-top: 30px;
}
.footer_sec .footer_top .about_sec:after {
  display: none;
}
.footer_sec .about_sec .f_logo {
  display: block;
  width: 200px;
  margin-bottom: 20px;
}

.footer_sec .footer_top {
  padding: 70px 0 30px;
}
.footer_sec .footer_top .des {
  color: #dfeaff;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}

.footer_sec .footer_top .f_social {
  display: flex;
  padding-bottom: 30px;
}

.footer_sec .footer_top .f_social a {
  padding: 6px 15px 0 0;
  width: auto;
}
.footer_sec .footer_top .f_social a img {
  width: 100%;
  margin: 0;
}
.footer_sec .footer_top .f_about .f_title {
  font-size: 18px;
  text-transform: none;
  margin-bottom: 20px;
}

.footer_sec .footer_top .f_about .f_title span {
  display: block;
  font-size: 16px;
  font-weight: 300;
  margin-top: 7px;
}

.footer_sec .footer_top .f_contact_sec {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 30px;
  padding-bottom: 30px;
}
.footer_sec .f_list {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer_sec .f_list li a {
  color: #fff;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  padding: 0 0 0 30px;
}
.footer_sec .f_list li a:hover {
  font-weight: 500;
}

.footer_sec .footer_top .f_contact_sec a {
  display: flex;
  color: #fff;
}
.footer_sec .footer_top .f_contact_sec .mail {
  letter-spacing: 2px;
}
.footer_sec .footer_top .f_contact_sec a img {
  margin-right: 10px;
}

.footer_sec .footer_top .f_contact_sec .contact {
  font-size: 20px;
  font-weight: 500;
  border-left: 1px solid;
  margin-left: 10px;
  padding-left: 10px;
  line-height: 28px;
}
.footer_sec .footer_top .f_contact_sec .contact img {
  width: 24px;
}
.footer_sec .footer_top .f_contact_sec .contact span {
  font-weight: 300;
}
.footer_sec .footer_top .f_address_sec {
  border-top: 1px solid #9d47ab;
}

.footer_sec .footer_top .f_address_sec a {
  display: flex;
  color: #fff;
  justify-content: center;
  margin: 20px auto;
}
.footer_sec .footer_top .f_address_sec a:hover {
  color: #b49cb2;
}
.footer_sec .footer_top .f_address_sec a:hover img {
  opacity: 0.5;
}
.footer_sec .footer_top .f_address_sec a img {
  width: 13px;
  margin-right: 10px;
}
.footer_sec .footer_bottom {
  padding-bottom: 30px;
}

.footer_sec .footer_bottom .copy_right {
  margin: 0;
  text-align: center;
  color: #fff;
  font-weight: 300;
}

/* Footer Sec */
/*****===== Home Page =====*****/

/***=== About Page ===***/
.about_sec.about_page_sec {
  padding: 210px 0 180px;
}
/***=== About Page ===***/

/***=== Live Draw Page ===***/
.our_blog.live_draw {
  margin: 180px auto 90px;
}
.our_blog.live_draw .blog_photo {
  height: 335px;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(21, 4, 108, 0.19);
  padding: 10px;
  border-radius: 5px;
}
.our_blog.live_draw .title {
  margin-bottom: 20px;
}
/***=== Live Draw Page ===***/

/***=== Claims Page ===***/
.main_contain .claim_sec.claims_page {
  padding: 0;
  margin: 200px auto 100px;
}
/***=== Claims Page ===***/

/***=== Result Page ===***/
.main_contain .result_sec.result_page {
  padding: 190px 0 120px;
}
/***=== Result Page ===***/

/***=== Draw Letter Page ===***/
.our_blog.draw_letter {
  height: calc(54vh - 13px);
}
.our_blog.draw_letter .container {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.draw_content {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(46, 133, 91, 0.26);
  -moz-box-shadow: 0px 4px 30px 0px rgba(46, 133, 91, 0.26);
  -webkit-box-shadow: 0px 4px 30px 0px rgba(46, 133, 91, 0.26);
  margin: auto;
  border: 1px solid #ffffff;
}
.draw_content:hover {
  background: #f8f7ff;
}
.draw_content a:hover {
  color: #15046c;
}
.draw_content a {
  display: block;
  text-align: center;
  font-size: 30px;
  color: #000;
  padding: 60px 30px;
}

.our_blog.live_draw .container {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
/***=== Draw Letter Page ===***/

/***=== Winners List Page ===***/
.main_contain.winners_list_page .download_draw {
  width: 100%;
  border-radius: 10px;
  padding: 30px;
}

.main_contain.winners_list_page .result_title {
  font-size: 34px;
}
.main_contain.winners_list_page .result_title {
  text-align: center;
  color: #5030f0;
  font-size: 34px;
  font-weight: 300;
  margin-bottom: 40px;
}

.main_contain.winners_list_page .our_blog.draw_letter .result_contain {
  width: 100%;
  box-shadow: 0px 4px 30px 0px rgba(46, 133, 91, 0.26);
  -moz-box-shadow: 0px 4px 30px 0px rgba(46, 133, 91, 0.26);
  -webkit-box-shadow: 0px 4px 30px 0px rgba(46, 133, 91, 0.26);
  margin-bottom: 30px;
  border-radius: 10px;
  position: relative;
}
.main_contain.winners_list_page
  .our_blog.draw_letter
  .result_contain
  .winner_icon_sec {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.main_contain.winners_list_page
  .our_blog.draw_letter
  .result_contain
  .winner_icon_sec
  .winner_icon {
  width: 40px;

  position: absolute;
  bottom: 0;
}
.main_contain.winners_list_page
  .our_blog.draw_letter
  .result_contain
  .winner_icon_sec
  .winner_icon.icon1 {
  left: 40%;
  animation: myfirst 5s 2;
  animation-direction: normal;
  opacity: 0;
}
.main_contain.winners_list_page
  .our_blog.draw_letter
  .result_contain
  .winner_icon_sec
  .winner_icon.icon2 {
  left: 50%;
  opacity: 0;
  animation: myfirst2 5s 2;
  animation-direction: normal;
}
.main_contain.winners_list_page
  .our_blog.draw_letter
  .result_contain
  .winner_icon_sec
  .winner_icon.icon3 {
  right: 30%;
  opacity: 0;
  animation: myfirst3 5s 2;
  animation-direction: normal;
}
@keyframes myfirst3 {
  0% {
    bottom: 10px;
    opacity: 0;
    width: 10px;
  }
  25% {
    bottom: 25px;
    opacity: 1;
    width: 20px;
  }
  50% {
    bottom: 50px;
    opacity: 0;
    width: 20px;
  }
}
@keyframes myfirst2 {
  25% {
    bottom: 10px;
    opacity: 0;
    width: 15px;
  }
  50% {
    bottom: 50px;
    opacity: 1;
    width: 30px;
  }
  75% {
    bottom: 90px;
    opacity: 0;
    width: 15px;
  }
}

@keyframes myfirst {
  0% {
    bottom: 10px;
    opacity: 0;
    width: 10px;
  }
  25% {
    bottom: 25px;
    opacity: 1;
    width: 20px;
  }
  50% {
    bottom: 50px;
    opacity: 0;
    width: 20px;
  }
}

.main_contain.winners_list_page
  .our_blog.draw_letter
  .result_contain
  .winner_destails {
  display: flex;
  align-items: center;
  padding: 30px;
  justify-content: space-between;
}
.main_contain.winners_list_page
  .our_blog.draw_letter
  .result_contain
  .winner_destails
  .prize {
  font-size: 24px;
  font-weight: 700;
  color: #a21c49;
  margin: 0 14px;
}

.main_contain.winners_list_page .our_blog.draw_letter .result_contain .date {
  font-weight: 400;
  font-size: 16px;
  padding: 0.25rem 0.5rem;
  color: #000;
}
.main_contain.winners_list_page .our_blog.draw_letter .accordion {
  width: 100%;
}

.main_contain.winners_list_page
  .our_blog.draw_letter
  .result_contain
  .winner_destails
  .name {
  margin: 0;
  color: #40123d;
  border-radius: 25px;
  font-size: 38px;
}

.prize_title {
  text-align: center;
  color: #40123d;
  font-size: 24px;
  margin: 25px auto 30px;
  font-weight: 700;
}

.main_contain.winners_list_page
  .our_blog.draw_letter
  .result_contain
  .winner_destails
  .winner_photo {
  width: 90px;
  height: 90px;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 17px;
  border: 2px solid #a21c49;
}
.main_contain.winners_list_page
  .our_blog.draw_letter
  .result_contain
  .winner_destails
  .winner_photo
  img {
  height: 90px;
  object-fit: cover;
}
.main_contain.winners_list_page .download_draw .winner_table {
  width: 100%;
  /* box-shadow: 0px 4px 30px 0px rgb(185 185 185 / 26%); */
  border-radius: 10px;
  /* overflow: hidden; */
  margin: 0;
}

.main_contain.winners_list_page .our_blog.draw_letter {
  height: auto;
  padding: 80px 0;
}

.main_contain.winners_list_page .our_blog.draw_letter .title {
  margin-bottom: 40px;
}

.main_contain.winners_list_page
  .our_blog.draw_letter
  .result_contain
  .winner_destails
  .logo {
  width: 90px;
}

.main_contain.winners_list_page
  .our_blog.draw_letter
  .result_contain
  .date
  span {
  display: block;
  border: 1px solid #15046c;
  padding: 0.25rem 0.5rem;
  font-size: 16px;
  border-radius: 5px;
  margin-top: 5px;
  color: #15046c;
}
.main_contain.winners_list_page
  .our_blog.draw_letter
  .result_contain
  .winner_destails
  .location {
  margin-left: auto;
  margin-bottom: 0;
  color: #020202;
  font-size: 18px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 190px;
  text-align: center;
}
.main_contain.winners_list_page
  .our_blog.draw_letter
  .result_contain
  .winner_destails
  .location
  img {
  width: auto;
  height: 34px;
  margin: 0 0 12px;
}

.main_contain.winners_list_page .download_draw .winner_table tbody {
  border: 1px solid #eaeaea;
}

.main_contain.winners_list_page .download_draw .prize_title {
  margin-top: 0;
}
.main_contain.winners_list_page .download_draw .winner_table thead tr th {
  background: #40123d;
  color: #fff;
  padding: 15px;
  font-weight: 400;
  font-size: 20px;
}

.main_contain.winners_list_page .download_draw .winner_table tbody tr td {
  background: #fdfdfd;
  padding: 15px;
  color: #000;
}

.main_contain.winners_list_page
  .download_draw
  .winner_table
  tbody
  tr:nth-child(2n + 1)
  td {
  background: #f9f9f9;
}

.main_contain.winners_list_page .download_draw .winner_table tbody tr td .logo {
  width: 80px;
}

.main_contain.winners_list_page .download_draw .winner_table tbody tr td .date {
  font-weight: 400;
  font-size: 16px;
  padding: 0.25rem 0.5rem;
  color: #000;
}
.main_contain.winners_list_page
  .download_draw
  .winner_table
  tbody
  tr
  td
  .date
  span {
  border: 1px solid #15046c;
  padding: 0.25rem 0.5rem;
  font-size: 16px;
  border-radius: 5px;
  margin-top: 5px;
  color: #15046c;
  display: block;
  width: 140px;
}
/* .main_contain.winners_list_page .download_draw .winner_table tbody{
  display:block;
  overflow:auto;
  height: 430px;
  width:100%;
} */

/* width */
.main_contain.winners_list_page
  .download_draw
  .winner_table
  tbody::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.main_contain.winners_list_page
  .download_draw
  .winner_table
  tbody::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.main_contain.winners_list_page
  .download_draw
  .winner_table
  tbody::-webkit-scrollbar-thumb {
  background: #40123d8a;
}

/* Handle on hover */
.main_contain.winners_list_page
  .download_draw
  .winner_table
  tbody::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* .main_contain.winners_list_page .download_draw .winner_table tr{
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  padding: 0;
} */
/* .main_contain.winners_list_page .download_draw .winner_table th,
.main_contain.winners_list_page .download_draw .winner_table td{
  flex: 0 0 20%;
} */

.main_contain.winners_list_page .download_draw .winner_table thead {
  /* background: black; */
  color: #fff;
}
.main_contain.winners_list_page
  .our_blog.draw_letter
  .accordion
  .accordion_winners
  .card-header {
  background: #40123d;
  padding: 20px;
  /* border-radius: 10px 10px  0 0; */
}
.accordion_winners {
  margin-bottom: 25px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 30px 0px rgba(46, 133, 91, 0.26);
}

.main_contain.winners_list_page
  .our_blog.draw_letter
  .accordion
  .accordion_winners
  .card-header
  button[aria-expanded="false"] {
  background: url(../../../../meghalayalottery.org/assets/uploads/down_arrow.png);
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: 1.5%;
}
.main_contain.winners_list_page
  .our_blog.draw_letter
  .accordion
  .accordion_winners
  .card-header
  button[aria-expanded="true"] {
  background: url(../../../../meghalayalottery.org/assets/uploads/up_arrow.png);
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: 1.5%;
}
.main_contain.winners_list_page
  .our_blog.draw_letter
  .accordion
  .accordion_winners
  .card-header
  button {
  padding: 0;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}
.main_contain.winners_list_page
  .our_blog.draw_letter
  .accordion
  .accordion_winners
  .card-header
  button:focus {
  box-shadow: none;
}
.main_contain.winners_list_page
  .our_blog.draw_letter
  .accordion
  .accordion_winners
  .card-body {
  padding: 0;
}

.main_contain.winners_list_page
  .our_blog.draw_letter
  .accordion
  .accordion_winners
  .card-body
  .download_draw {
  border-radius: 0;
}

.main_contain.winners_list_page
  .our_blog.draw_letter
  .accordion
  .accordion_winners
  .card-body
  .download_draw
  .winner_table {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.main_contain.winners_list_page
  .our_blog.draw_letter
  .accordion
  .accordion_winners
  .card-body
  .download_draw
  .winner_table
  tbody {
  overflow: hidden;
  border-radius: 0 0 10px 10px;
}
/***=== Winners List Page ===***/

/*=============== Start Responsive css ===============*/
/* 1900px */
@media screen and (max-width: 1900px) {
}
/* 1800px */
@media screen and (max-width: 1800px) {
  .banner_slider,
  .banner_sec,
  .banner_sec img {
    height: 580px;
  }
}

/* 1600px */
@media screen and (max-width: 1600px) {
  .banner_slider,
  .banner_sec,
  .banner_sec img {
    height: 510px;
  }
}

/* 1400px */
@media screen and (max-width: 1400px) {
  .container {
    max-width: 990px;
  }
  /* .header_sec {
      background: #40123d;
  } */
  .header_sec .nav_header .logo {
    width: 120px;
  }
  .header_sec.sticky .nav_header .logo {
    width: 120px;
  }
  .header_sec .nav_header .navbar-nav li a {
    padding: 0 12px !important;
  }

  .banner_slider {
    margin-top: 70px;
  }
  /* .banner_slider, .banner_sec, .banner_sec .text_content .one_crore, .banner_sec img {
        height: 630px;
    }
    .banner_sec .banner_photo {
        width: 54%;
    }

   .banner_sec .text_content .banner_title {
        font-size: 34px;
    }
    .banner_sec .text_content .one_crore {
        height: auto;
        width: 360px;
    } */

  .banner_slider,
  .banner_sec,
  .banner_sec .text_content .one_crore,
  .banner_sec img {
    height: 440px;
  }

  .about_sec {
    padding: 110px 0;
  }

  .jeeto_sec .jeeto_photo,
  .jeeto_sec .jeeto_photo img {
    height: 315px;
  }

  /* .result_sec {
        margin-top: 60px;
    } */
  .result_list li .text_content .result_neme {
    font-size: 22px;
  }
  .result_list li .result_btn a {
    font-size: 17px;
    padding: 7px 17px;
    margin-right: 10px;
  }
  .result_sec .result_contain .result_date_picker {
    width: 82%;
  }
  .our_blog .blog_photo,
  .our_blog .blog_photo img {
    height: 258px;
  }

  .footer_sec .f_list li a {
    padding: 0 0 0 22px;
    font-size: 16px;
  }

  /***=== Live Draw Page ===***/
  .our_blog.live_draw .blog_photo {
    height: 230px;
  }
  .our_blog.live_draw .blog_photo iframe {
    height: 210px;
  }
  /***=== Live Draw Page ===***/

  /***=== Winners List Page ===***/
  .main_contain.winners_list_page
    .our_blog.draw_letter
    .result_contain
    .winner_destails
    .winner_photo {
    width: 78px;
    height: 78px;
  }
  .main_contain.winners_list_page
    .our_blog.draw_letter
    .result_contain
    .winner_destails
    .winner_photo
    img {
    height: 78px;
  }
  .main_contain.winners_list_page
    .our_blog.draw_letter
    .result_contain
    .winner_destails
    .name {
    font-size: 24px;
  }
  .main_contain.winners_list_page
    .our_blog.draw_letter
    .result_contain
    .winner_destails
    .prize {
    font-size: 20px;
    margin: 0 14px;
  }
  /***=== Winners List Page ===***/
}

/* 1200px */
@media screen and (max-width: 1200px) {
  .container {
    max-width: 900px;
  }

  .title {
    font-size: 34px;
  }
  .header_sec .nav_header .logo {
    width: 96px;
  }
  .header_sec.sticky .nav_header .logo {
    width: 96px;
  }
  .header_sec .nav_header .navbar-nav li a {
    padding: 0 10px !important;
    font-size: 16px;
    line-height: 21px;
  }

  /*****===== Home Page =====*****/

  .banner_slider {
    margin-top: 62px;
  }
  .banner_slider,
  .banner_sec,
  .banner_sec img {
    height: 360px;
  }
  /* .banner_slider, .banner_sec, .banner_sec img {
        height: 560px;
    }
    .banner_sec .text_content .one_crore {
        width: 320px;
    }

    .banner_sec .text_content .banner_title {
        font-size: 28px;
    }
    .banner_sec .text_content .banner_title span {
        font-size: 24px;
    } */
  .result_sec {
    padding: 80px 0 80px;
    margin-top: 0;
  }
  .result_list li .result_btn a {
    font-size: 16px;
    padding: 7px 12px;
    margin-right: 10px;
  }
  .result_list li .result_content {
    padding: 50px 30px;
  }
  .result_sec .result_contain .result_date_picker {
    width: 91%;
  }
  .jeeto_sec .jeeto_photo,
  .jeeto_sec .jeeto_photo img {
    height: 264px;
  }

  .claim_sec .claim_contain .text_contain {
    width: 650px;
    margin: 70px auto 10px;
    padding: 50px;
  }

  .our_blog .blog_photo,
  .our_blog .blog_photo img {
    height: 230px;
  }
  .our_blog .text_content .blog_title {
    font-size: 20px;
  }
  /*****===== Home Page =====*****/

  /***=== Winners List Page ===***/
  .main_contain.winners_list_page
    .our_blog.draw_letter
    .result_contain
    .winner_destails
    .logo {
    width: 68px;
  }
  .main_contain.winners_list_page
    .our_blog.draw_letter
    .result_contain
    .winner_destails
    .winner_photo {
    width: 64px;
    height: 64px;
  }
  .main_contain.winners_list_page
    .our_blog.draw_letter
    .result_contain
    .winner_destails
    .winner_photo
    img {
    height: 64px;
  }
  .main_contain.winners_list_page
    .our_blog.draw_letter
    .result_contain
    .winner_destails
    .prize {
    font-size: 18px;
  }
  .main_contain.winners_list_page
    .our_blog.draw_letter
    .result_contain
    .winner_destails
    .name {
    font-size: 20px;
  }

  /***=== Winners List Page ===***/

  .footer_sec .f_list li a {
    padding: 0 0 0 18px;
    font-size: 15px;
  }
  .footer_sec .footer_top .f_contact_sec .contact {
    font-size: 18px;
  }
  .footer_sec .footer_top .f_contact_sec .contact img {
    width: 22px;
  }
}

/* 991px */
@media screen and (max-width: 991px) {
  .header_sec.sticky {
    padding: 0;
  }
  .header_sec .nav_header .container {
    padding: 0;
  }
  .header_sec .nav_header .logo {
    width: 77px;
  }
  .header_sec.sticky .nav_header .logo {
    width: 77px;
  }

  .header_sec .nav_header .navbar-nav li a {
    font-size: 15px;
    padding: 0 5px !important;
    line-height: 19px;
  }

  /*****===== Home Page =====*****/
  .banner_slider {
    margin-top: 59px;
  }
  .banner_slider,
  .banner_sec,
  .banner_sec img {
    height: 284px;
  }
  .banner_sec .banner_photo {
    width: 56%;
    right: 2%;
    bottom: 0px;
  }

  .banner_sec .text_content .one_crore {
    width: 250px;
  }
  .banner_sec .text_content .banner_title span {
    font-size: 20px;
  }
  .banner_sec .text_content .banner_title {
    font-size: 23px;
  }
  .about_sec {
    padding: 80px 0;
  }
  .about_sec .text_content .title {
    line-height: 1.4;
  }
  .jeeto_sec .jeeto_photo,
  .jeeto_sec .jeeto_photo img {
    height: 194px;
  }
  /* .result_sec {
        margin-top: 82px;
    }
    */
  .result_sec .result_contain {
    padding: 60px 40px;
  }

  .result_list li .text_content {
    display: flex;
    justify-content: space-between;
  }
  .result_list li .text_content .result_neme {
    font-size: 22px;
    width: 60%;
  }

  .result_list li .result_btn {
    flex-wrap: wrap;
  }

  .result_list li .result_btn .jpg_btn {
    margin-left: auto;
  }
  .result_list li .result_btn a {
    padding: 10px 12px;
    margin: 0 0 18px;
    width: 48%;
    justify-content: center;
  }
  .result_list li .result_btn .verify_btn {
    width: 100%;
  }
  .result_list
    li
    .ticket_Verify
    .ticket_verify_sec
    .verify_from
    .submit_btn.more {
    width: 100%;
    margin-top: 12px;
  }
  .result_sec .result_contain .result_date_picker {
    width: 86%;
  }
  .claim_sec .claim_contain .text_contain {
    width: 570px;
  }
  .claim_sec .claim_contain .text_contain {
    width: 500px;
    padding: 40px;
    margin: 30px auto 10px;
  }
  .claim_sec .claim_contain .text_contain .claim_title {
    font-size: 24px;
  }
  .our_blog .blog_photo,
  .our_blog .blog_photo img {
    height: 210px;
  }
  .our_blog .text_content .blog_title {
    font-size: 18px;
  }

  /*****===== Home Page =====*****/

  /***=== Live Draw Page ===***/
  .our_blog.live_draw .title {
    margin-bottom: 30px;
  }
  .our_blog.draw_letter {
    height: calc(56vh - 8px);
  }
  /***=== Live Draw Page ===***/

  /***=== Claims Page ===***/
  .main_contain .claim_sec.claims_page {
    padding: 0;
    margin: 150px auto 54px;
  }
  /***=== Claims Page ===***/

  /***=== Result Page ===***/
  .main_contain .result_sec.result_page {
    padding: 150px 0 100px;
  }
  /***=== Result Page ===***/

  /* Footer Sec */
  .footer_sec .footer_top {
    padding: 70px 30px 30px;
  }

  .footer_sec .footer_top .about_sec .logo {
    width: 100px;
  }
  .footer_sec .f_list li a {
    padding: 0 0 0 12px;
    font-size: 14px;
  }
  .footer_sec .footer_top .f_contact_sec {
    padding-bottom: 20px;
  }
  .footer_sec .footer_top .f_contact_sec .contact {
    font-size: 24px;
  }

  .footer_sec .footer_top .f_contact_sec .mail {
    letter-spacing: 1px;
    font-size: 16px;
  }
  .footer_sec .footer_top .f_contact_sec a img {
    margin-right: 10px;
  }
  .footer_sec .footer_top .f_contact_sec .contact {
    font-size: 15px;
  }
  .footer_sec .footer_top .f_contact_sec .contact img {
    width: 20px;
  }
  /* Footer Sec */
}

/* 767px */
@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }

  .title {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 34px;
  }

  /* Header Sec */
  .header_sec .nav_header .logo {
    width: 110px;
    padding: 0 !important;
  }
  .header_sec.sticky .nav_header .logo {
    width: 110px;
  }
  .header_sec .top_header .container {
    justify-content: center;
    flex-direction: column;
  }
  .header_sec .top_header .container .left_sec {
    display: flex;
    justify-content: center;
  }

  .header_sec .top_header .container .left_sec a {
    font-size: 16px;
    margin: 0 10px;
  }
  .header_sec .top_header .social_sec {
    justify-content: center;
    margin-top: 14px;
  }
  .header_sec .nav_header {
    padding: 10px 0;
  }

  .header_sec .nav_header {
    padding: 10px 15px;
  }
  .header_sec .nav_header .container-fluid {
    padding: 0;
  }

  .header_sec .nav_header button.navbar-toggler {
    border: 1px solid #ffffff;
    background: #871a3b;
    display: flex;
    flex-direction: column;
    padding: 7px;
    width: 34px;
    margin-left: auto;
    float: right;
    margin: 0;
    position: absolute;
    right: 30px;
    border-radius: 4px;
  }
  .header_sec .nav_header .nav_menu .navbar-nav {
    display: block;
    position: fixed;
    z-index: 1;
    background: #871a3b;
    height: 100vh;
    top: 0;
    width: 76%;
    right: -76%;
    transition: all 0.6s ease-in-out 0.3s;
    -webkit-transition: all 0.6s ease-in-out 0.3s;
    -moz-transition: all 0.6s ease-in-out 0.3s;
    -ms-transition: all 0.6s ease-in-out 0.3s;
    -o-transition: all 0.6s ease-in-out 0.3s;
    overflow: scroll;
  }

  .header_sec .nav_header .navbar-nav .dropdown-menu .dropdown-menu li a {
    background: #103258;
  }
  .header_sec .nav_header .nav_menu.show .navbar-nav,
  .header_sec .nav_header .nav_menu.navbar-collapse.show {
    right: 0;
  }
  .header_sec .nav_header .navbar-nav li.active a,
  .header_sec .nav_header .navbar-nav li a:hover {
    color: #ecbdcb;
  }
  .header_sec .nav_header .navbar-nav li a {
    border-right: none;
    padding: 15px !important;
    color: #fff;
    font-size: 16px;
  }

  .header_sec .nav_header button.navbar-toggler span {
    background: #fff;
    height: 1px;
    margin: 3px auto;
    width: 100%;
  }
  .header_sec .nav_header .navbar-collapse .navbar-nav {
    height: 100%;
    overflow: scroll;
    flex-direction: column;
    width: 100%;
  }
  .header_sec .nav_header .navbar-nav li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #b2355b;
  }

  .header_sec .nav_header .navbar-collapse .navbar-nav li a {
    margin: 0;
    padding: 16px !important;
    display: block;
    color: #fff;
    font-weight: 400;
    margin: 0;
    border-right: none;
    font-size: 14px;
  }
  .header_sec .nav_header .navbar-nav li a br {
    display: none;
  }

  .header_sec .nav_header .navbar-nav li a.login_btn {
    padding: 8px 12px !important;
    display: inline-block;
    margin: 10px !important;
    font-size: 16px;
  }

  .header_sec .nav_header .navbar-nav li a.order_btn {
    margin: 12px !important;
  }

  .header_sec .nav_header li.nav-item.dropdown .dropdown-menu {
    box-shadow: none;
    left: 0;
    right: 0;
    border-radius: 0;
    background: #0f51b5;
    border: none;
  }
  .header_sec .nav_header {
    padding: 10px 20px;
  }
  /* .header_sec .nav_header .navbar-nav li:last-child {
      border-bottom: 1px solid #0b4bab;
  } */
  .header_sec .nav_header .navbar-nav .dropdown-menu a.dropdown-item {
    background: #002147;
    border-bottom: none;
    padding: 15px !important;
    border-bottom: 1px solid #0e325c;
  }
  .header_sec .nav_header .navbar-nav .dropdown-menu li {
    border-top: none;
    border-bottom: 1px solid #0a2340;
  }
  /* Header Sec */

  /*****===== Home Page =====*****/
  .main_contain {
    background: #fff;
  }
  .main_contain .live_draw {
    padding-top: 30px;
    margin-bottom: 0;
  }
  .main_contain .live_draw img {
    height: 25px;
  }
  .banner_slider {
    margin-top: 58px;
  }
  .banner_slider,
  .banner_sec,
  .banner_sec img {
    height: 168px;
    /* height: auto; */
  }
  .banner_sec .container {
    flex-direction: column-reverse;
  }
  .banner_sec .text_content {
    width: 100%;
  }
  .banner_sec .text_content .banner_title span {
    font-size: 20px;
  }
  .banner_sec .text_content .banner_title {
    font-size: 24px;
    text-align: center;
  }
  .banner_sec .text_content .one_crore {
    width: 60%;
    margin: auto;
  }
  .banner_sec .banner_photo {
    width: 70%;
    right: 0;
    position: relative;
    margin: auto;
  }
  .about_sec {
    padding: 60px 0;
  }
  .about_sec .about_photo {
    float: none;
    width: 60%;
    overflow: visible;
    margin: 0 auto 40px;
  }
  .about_sec .text_content {
    text-align: center;
  }

  .jeeto_sec .jeeto_photo,
  .jeeto_sec .jeeto_photo img {
    height: 164px;
  }
  .result_sec {
    padding: 40px 0 60px;
    margin-top: 0;
  }
  .result_sec .result_contain .result_date_picker {
    width: 100%;
  }
  .result_sec .des {
    margin-bottom: 30px;
  }
  .result_sec .result_contain {
    padding: 30px;
  }
  .result_sec .result_contain .result_title {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .result_list li {
    padding: 0;
  }
  .result_list li .result_content {
    padding: 20px;
  }
  .result_list li .text_content {
    margin-bottom: 10px;
    justify-content: center;
    flex-direction: column;
  }
  .result_list li .text_content .result_neme {
    font-size: 16px;
    width: 100%;
    text-align: center;
    line-height: 24px;
  }
  .result_list li .text_content .time {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
  }

  .claim_sec .claim_phot {
    display: none;
  }
  .claim_sec .claim_contain .text_contain {
    width: 90%;
    padding: 25px;
    margin: 30px auto 10px;
  }
  .claim_sec .claim_contain .text_contain .claim_title {
    font-size: 20px;
  }
  .claim_sec .claim_contain .text_contain .more {
    padding: 10px 40px;
  }
  .jeeto_sec .jeeto_photo {
    margin-bottom: 24px;
  }

  .result_list li .ticket_Verify .ticket_number {
    padding: 12px;
    font-size: 15px;
    text-align: left;
  }
  .result_list li .ticket_Verify .ticket_number .close_icon {
    width: 16px;
    right: 3%;
    height: 16px;
  }

  .result_list li .ticket_Verify .ticket_verify_sec .submit_btn.more {
    width: 100%;
    margin-top: 15px;
  }
  .our_blog {
    margin-top: 40px;
  }

  /*****===== Home Page =====*****/

  /*****===== About Page =====*****/
  .about_sec.about_page_sec {
    padding: 120px 0 60px;
    background: #fff;
  }
  /*****===== About Page =====*****/

  /*****===== Result Page =====*****/
  .main_contain.result_page .result_sec {
    padding: 80px 0 50px;
  }
  .main_contain .result_sec.result_page {
    padding: 120px 0 80px;
    background: #fff;
  }
  .ui-datepicker {
    left: 0 !important;
    right: 0 !important;
    margin: auto;
  }
  /*****===== Result Page =====*****/

  /***=== Live Draw Page ===***/
  .our_blog.live_draw {
    margin: 0;
    background: #fff;
    padding: 110px 0 60px;
  }

  .draw_content a {
    font-size: 20px;
    padding: 30px 18px;
  }

  .our_blog.draw_letter .title {
    margin-bottom: 20px;
  }
  .live_channel {
    width: 100%;
  }
  .our_blog.live_draw .channel_title a {
    word-wrap: break-word;
    margin-top: 16px;
    display: block;
    font-size: 20px;
  }
  /***=== Live Draw Page ===***/

  /***=== Claims Page ===***/
  .main_contain .claim_sec.claims_page {
    margin: 110px auto 54px;
  }
  /***=== Claims Page ===***/

  /***=== Winners Page ===***/
  .main_contain.winners_list_page .our_blog.draw_letter .title {
    margin-bottom: 20px;
  }
  .main_contain.winners_list_page .result_title {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .main_contain.winners_list_page
    .our_blog.draw_letter
    .result_contain
    .winner_destails {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
  .main_contain.winners_list_page
    .our_blog.draw_letter
    .result_contain
    .winner_destails
    .logo {
    width: 40%;
    margin-bottom: 30px;
  }
  .main_contain.winners_list_page .our_blog.draw_letter .result_contain .date {
    text-align: center;
    margin-bottom: 20px;
  }
  .main_contain.winners_list_page
    .our_blog.draw_letter
    .result_contain
    .winner_destails
    .name {
    font-size: 18px;
    margin-top: 10px;
  }
  .main_contain.winners_list_page
    .our_blog.draw_letter
    .result_contain
    .winner_destails
    .location {
    text-align: center;
    margin: 20px auto 0;
  }
  .main_contain.winners_list_page
    .our_blog.draw_letter
    .accordion
    .accordion_winners
    .card-header
    button[aria-expanded="true"] {
    background-size: 16px;
  }
  .main_contain.winners_list_page
    .our_blog.draw_letter
    .accordion
    .accordion_winners
    .card-header
    button[aria-expanded="false"] {
    background-size: 16px;
  }

  .main_contain.winners_list_page .download_draw .winner_table thead {
    display: none;
  }

  .main_contain.winners_list_page
    .our_blog.draw_letter
    .accordion
    .accordion_winners
    .card-body
    .download_draw
    .winner_table {
    width: 100%;
  }
  .main_contain.winners_list_page
    .our_blog.draw_letter
    .accordion
    .accordion_winners
    .card-body
    .download_draw
    .winner_table
    tbody
    tr {
    flex-direction: column;
    display: flex;
    width: 100%;
  }
  .main_contain.winners_list_page .download_draw {
    width: 100%;
    border-radius: 10px;
    padding: 10px;
  }
  .main_contain.winners_list_page .download_draw .winner_table tbody tr td {
    position: relative;
    padding: 12px 10px 12px 150px;
  }
  .main_contain.winners_list_page
    .download_draw
    .winner_table
    tbody
    tr
    td:after {
    content: attr(data-title);
    font-size: 16px;
    position: absolute;
    top: 8px;
    left: 20px;
    font-weight: 700;
    padding: 4px;
  }
  /***=== Winners Page ===***/

  /* Footer Sec */

  .footer_sec .footer_top .container {
    border-top: none;
    border-bottom: 1px solid #9d47ab;
  }
  .footer_sec .footer_top .about_sec {
    border: 1px solid #9d47ab;
    padding: 30px;
  }
  .footer_sec .footer_top .about_sec .logo {
    margin: auto;
    padding: 0;
  }
  .footer_sec .footer_top .f_social {
    padding: 0;
    margin-top: 20px;
    justify-content: center;
  }

  .footer_sec .f_list {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer_sec .f_nav {
    margin-top: 0;
    border: 1px solid #9d47ab;
    border-top: none;
  }

  .footer_sec .f_list li a {
    padding: 14px 19px;
    font-size: 16px;
  }
  .footer_sec .f_list li a br {
    display: none;
  }
  .footer_sec .footer_top .f_contact_sec {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
  }
  .footer_sec .footer_top .f_contact_sec a {
    margin: 14px auto;
  }

  .footer_sec .footer_top .f_contact_sec .contact {
    border-left: none;
    padding-left: 0;
    line-height: 28px;
    border-top: none;
    padding: 8px 0;
    margin: 0;
    width: 100%;
  }
  .footer_sec .footer_top .f_contact_sec .mail {
    width: 100%;
  }
  .footer_sec .footer_top .f_contact_sec a img {
    margin-right: 10px;
    width: 20px;
  }
  .footer_sec .footer_top .f_address_sec a {
    align-items: flex-start;
  }
  .footer_sec .footer_top .f_address_sec a img {
    margin-top: 5px;
  }

  /* Footer Sec */
}
