@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


/*==Font-setup==*/

*,
::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #000;
    background: #fff;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin: 0;
}

/*==Basic-setup==*/
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/*==topper-section==*/
.topper-area {
  background: #000000;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.topper-main {
  max-width: 375px;
  margin: auto;
  display: grid;
  grid-template-columns:  auto 130px;
  column-gap: 15px;
}

.topper-left {
  text-align: center;
}

.topper-left h3 {
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
}

.topper-left h4 {
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
}

.timer-container {
  background: #c8202f;
  text-align: center;
  border-radius: 5px;
  padding: 5px 7px;
}

.timer-box {
  display: flex;
  justify-content: center;
  column-gap: 5px;
  align-items: center;
}

.time-number {
  font-weight: 900;
  font-size: 18px;
  color: #ffffff;
}

.time-unit span {
  display: block;
}

.time-text {
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
  line-height: 10px;
}

.time-dot {
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
}

.hidden {
  display: none !important;
}

/*==header-section==*/
.hero-area {
  background-color: #F3EDE6;
  padding-bottom: 30px;
  padding-top: 70px;
}

.hero-main {
  display: grid;
  grid-template-columns: 50% auto;
  column-gap: 40px;
  align-items: start;
}

.star-item {
  margin-top: 45px;
}

.star-item ul {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.star-item ul li a {
  font-weight: 400;
  font-size: 14px;
  color: #2B1A1A;
  text-decoration: underline;
}

.hero-hadding h1 {
  font-weight: 700;
  font-size: 36px;
  color: #000000;
  margin-top: 25px;
}

.hero-hadding ul {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 100%;
  row-gap: 10px;
}

.hero-hadding ul li {
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.hero-hadding ul li span {
  font-weight: 400;
  font-style: italic;
}

.hero-hadding ul li img {
  width: 25px;
  display: block;
}

.hero-btn a {
  font-weight: 700;
  font-size: 20px;
  background: #F7F0DD;
  box-shadow: #000000 -2.778633481835988px 2.8773592013546057px 0px 3px;
  display: block;
  color: #000;
  border-radius: 100px;
  border: 2px solid #000000;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  transition: 0.2s all ease;
}

.hero-btn a:hover {
  opacity: 0.8;
}

.grant-item {
  padding: 12px 10px 12px 20px;
  background-color: #F7F0DD;
  border-radius: 10px;
  margin-top: 20px;
}

.grant-item ul {
  display: grid;
  grid-template-columns: 35px auto;
  column-gap: 15px;
}

.grant-item ul li img {
  max-width: 40px;
  display: block;
}

.grant-item ul li {
  font-weight: 400;
  font-size: 14px;
  color: #020817;
  line-height: 20px;
}

.cheap-item {
  display: grid;
  grid-template-columns: 35px auto;
  border: 1.75px dashed #C8202F;
  padding: 12px 10px 12px 20px;
  border-radius: 10px;
  margin-top: 15px;
}

.cheap-item img {
  width: 20px;
}

.cheap-item h4 {
  font-weight: 700;
  font-size: 14px;
  color: #C8202F;
}

.cheap-item p {
  font-weight: 400;
  font-size: 13px;
  color: #C8202F;
  margin-top: 5px;
}

/*==accordion==*/
.accordion-main-wrap-cd10 {
  margin-top: 30px;
}

.ac-cd10 {
  margin-top: 15px;
}

.ac-trigger-cd10 {
  font-weight: 700;
  font-size: 16px;
  color: #303030;
  padding: 10px;
  cursor: pointer;
  position: relative;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.ac-trigger-cd10::after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.ac-cd10.is-active-cd10 .ac-trigger-cd10::after {
  content: "\f106";
}

.ac-panel-cd10 {
  overflow: hidden;
  transition: height 0.3s ease;
  height: 0;
}

.ac-panel-cnt-cd10 {
  padding: 10px 20px;
}

.ac-panel-cnt-cd10 p {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 25px;
}

.more-faq a {
  font-weight: 700;
  font-size: 16px;
  color: #F7F0DD;
  margin-top: 20px;
  display: inline-block;
  text-decoration: underline;
}

.hero-logo-wrap {
  max-width: 1160px;
  margin: auto;
  margin-top: 95px;
}

.hero-logo-topper {
  display: grid;
  grid-template-columns: 42% auto 42%;
  align-items: center;
}

.hero-logo-topper span {
  height: 1px;
  background: #000000;
  display: block;
}

.hero-logo-topper h4 {
  font-weight: 700;
  font-size: 18px;
  color: #2B1A1A;
  text-align: center;
  text-transform: uppercase;
}

.hero-logo-flex {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  margin-top: 30px;
}

.hero-logo-item1 img {
  max-width: 50px;
}

.hero-logo-item2 img {
  max-width: 91px;
}

.hero-logo-item3 img {
  max-width: 100px;
}

.hero-logo-item4 img {
  max-width: 130px;
}

.hero-logo-item5 img {
  max-width: 130px;
}

.hero-logo-item img {
  width: 100%;
  display: block;
  margin: auto;
}

/*==thumb-css==*/
.carousel-main .carousel-cell {
  width: 100%;
  overflow: hidden;
}

.carousel-main .carousel-cell img {
  width: 100%;
  display: block;
  border-radius: 12px;
}

/* .thum-img {
  aspect-ratio: 1 / 1;
  object-fit: scale-down;
} */

.carousel-nav {
  margin-top: 12px;
}

.carousel-nav .carousel-cell {
  width: 13.3%;
  height: 80px;
  margin-right: 6px;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid #E3E3E3;
  border-radius: 8px;
}

.carousel-nav .carousel-cell:last-child {
  margin-right: 0;
}

.carousel-nav .carousel-cell img {
  width: 100%;
  border-radius: 8px;
  height: 100%;
  vertical-align: bottom;
}

.carousel-nav .carousel-cell.is-selected {
  opacity: 1;
  border: 3px solid #F7F0DD;
  border-radius: 8px;
}

.flickity-button {
  color: #000;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  background: #F7F0DD;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 4px 4px;
}

.flickity-prev-next-button svg {
  display: none;
}

.flickity-prev-next-button.previous::after {
  content: "\f104";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 13px;
  display: block;
  line-height: 24px;
  text-align: center;
}

.flickity-prev-next-button.next::after {
  content: "\f105";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 13px;
  display: block;
  line-height: 24px;
  text-align: center;
}

.flickity-prev-next-button.next {
  right: -13px;
}

.flickity-prev-next-button.previous {
  left: -13px;
}

.flickity-button:hover {
  background: #F7F0DD;
}

.flickity-button:disabled {
  opacity: 1;
  cursor: default;
  background: #E3E3E3;
}

.flickity-button:active {
  opacity: 1 !important;
}

/*==shift-section==*/

.shift-area {
  background: #ffffff;
  padding: 57px 0;
}

.shift-main {
  display: grid;
  grid-template-columns: 43% auto;
  column-gap: 45px;
  align-items: center;
}

.shift-left img {
  width: 100%;
  border-radius: 20px;
}

.shift-inner h2 {
  font-weight: 700;
  font-size: 30px;
  color: #000000;
  text-transform: uppercase;
}

.shift-inner p {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin-top: 15px;
  line-height: 23px;
}

.shift-right {
  padding-right: 100px;
}

.shift-right ul {
  margin-top: 35px;
  display: grid;
  grid-template-columns: 100%;
  row-gap: 35px;
}

.shift-right ul li {
  display: grid;
  grid-template-columns: 36px auto;
  column-gap: 15px;
}

.shift-right ul li img {
  width: 35px;
}

.shift-right ul li h4 {
  font-weight: 700;
  font-size: 20px;
  color: #9f5c1b;
}

.shift-right ul li p {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin-top: 8px;
}

/*==tab-section==*/
.tab-area {
  background: #F3EDE6;
  padding: 40px 0 0 0;
}

.tab-title {
  text-align: center;
}

.tab-title h2 {
  font-weight: 700;
  font-size: 38px;
  color: #000000;
  text-transform: uppercase;
   margin-top: 20px;
}

.tab-title h4 {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.tab-title h4 span {
  font-weight: 700;
  font-size: 22px;
  color: #FFC83D;
}

.tab-main {
  max-width: 1160px;
  margin: auto;
  margin-top: 40px;
}

.tab-buttons {
  display: grid;
  grid-template-columns: 25% 25% 25% 25% auto;
  column-gap: 10px;
  align-items: center;
}

.tab-btn {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  padding: 10px 20px;
  cursor: pointer;
  text-align: center;
  border-radius: 15px;
  border: 1px solid #000000;
  transition: 0.2s all ease;
}

.tab-btn:hover {
  background: #F3EDE6;
}

.tab-btn.active {
  background: #F7F0DD;
  color: black;
}

.tab-pane {
  display: none;
  padding: 30px 0;
}

.tab-pane.active {
  display: block;
}

.tab-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 76px;
}

.tab-item {
  text-align: center;
}

.tab-item h4 {
  font-weight: 700;
  font-size: 18px;
  color: #FFC83D;
}

.tab-item p {
  font-weight: 400;
  font-size: 14px;
  color: rgb(15, 17, 17);
  line-height: 25px;
  margin-top: 10px;
}

.tab-item h6 {
  font-weight: 700;
  font-size: 12px;
  color: #000000;
  margin-top: 25px;
}

/*==tab-slider==*/
.tab-slider-area {
  background: linear-gradient(to bottom, #F3EDE6, #ffffff);
  padding-bottom: 40px;
}

.tab-slider-main {
  max-width: 1160px;
  margin: auto;
}

.tab-video-item {
  border: 1px solid #000000;
  border-radius: 20px;
  min-height: 620px;
}

.tab-video-cnt {
  padding: 16px 15px;
}

.tab-video-cnt h6 {
  font-weight: 400;
  font-size: 20px;
  color: #FAAD14;
}

.tab-video-cnt h3 {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  margin-top: 20px;
}

.tab-video-cnt p {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  margin-top: 10px;
}

.tab-video-cnt h4 {
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  margin-top: 20px;
}

.video-box {
  position: relative;
}

.video-box video {
  width: 100%;
  border-radius: 20px 20px 0 0;
  display: block;
  height: 380px;
  object-fit: cover;
}

/* PLAY OVERLAY */
.play-overlay{
  position:absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor:pointer;
  transition: .3s;
}

.play-overlay img {
  width: 61px !important;
}

.tab-slider-btm p {
  font-weight: 400;
  font-size: 8px;
  color: #000000;
  margin-top: 10px;
  text-align: center;
}
/* OWL-CAROUSEL-01 */
.main-content1 {
  position: relative;
}

.main-content1 .owl-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 1%;
  display: none;
}

.main-content1 .owl-theme .owl-dots .owl-dot span {
width: 20px;
height: 20px;
margin: 10px 7px;
background: transparent;
display: block;
-webkit-backface-visibility: visible;
transition: opacity .2s ease;
border-radius: 30px;
border: 2px solid  #5B2B81!important;
}

.main-content1 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: red;
}

.main-content1 .owl-dots button {
  border: none !important;
  outline: none !important;
}

.main-content1 .owl-nav button {
  border: none !important;
  outline: none !important;
}

.main-content1 .owl-theme .custom-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  display: none;
}

.main-content1 .owl-theme .custom-nav .owl-prev, .main-content1 .owl-theme .custom-nav .owl-next {
  position: absolute;   
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}

.main-content1 .owl-theme .custom-nav .owl-prev i, .main-content1 .owl-theme .custom-nav .owl-next i {
  font-size: 20px;
  color: #ffffff;
  background: #5B2B81;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
}

.main-content1 .owl-theme .custom-nav .owl-prev {
  left: 0;
}

.main-content1 .owl-theme .custom-nav .owl-next {
  right: 0;
}

/*==work-section==*/
.work-area {
  background-color: #F3EDE6;
  padding: 50px 0 60px 0;
}

.work-title {
  text-align: center;
}

.work-title h2 {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  text-transform: uppercase;
}

.work-title h3 {
  font-weight: 700;
  font-size: 30px;
  color: #9f5c1b;
  text-transform: uppercase;
  margin-top: 15px;
}

.work-main {
  max-width: 1058px;
  margin: auto;
  display: grid;
  grid-template-columns: 54% auto;
  margin-top: 40px;
  column-gap: 85px;
  align-items: center;
}

.work-left ul {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 30px;
}

.work-left ul li {
  display: grid;
  grid-template-columns: 66px auto;
  column-gap: 30px;
}

.work-left ul li h4 {
  font-weight: 700;
  font-size: 24px;
  color: #9f5c1b;
}

.work-left ul li p {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin-top: 10px;
  line-height: 25px;
}

.work-left ul li img {
  max-width: 65px;
}

.video-box2 video {
  border-radius: 20px;
}

.play-overlay2 img {
  width: 50px !important;
}

.main-btn-all1 {
  margin-top: 40px;
} 

.main-btn-all a {
  font-weight: 700;
  font-size: 20px;
  background: #F7F0DD;
  box-shadow: #000000 -2.778633481835988px 2.8773592013546057px 0px 3px;
  display: block;
  color: #000;
  border-radius: 100px;
  border: 2px solid #000000;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.2s all ease;
}

.main-btn-all a:hover {
  opacity: 0.8;
}

/*==how-section==*/
.how-area {
  background: #ffffff;
  padding: 50px 0;
}

.how-title {
  text-align: center;
}

.how-title h4 {
  font-weight: 400;
  font-size: 16px;
  color: #010101;
  text-transform: uppercase;
}

.how-title h2 {
  font-weight: 700;
  font-size: 40px;
  color: #000000;
  text-transform: uppercase;
  margin-top: 15px;
}

.how-title p {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin-top: 20px;
}

.how-main {
  max-width: 1178px;
  margin: auto;
  display: grid;
  margin-top: 174px;
}

.how-left {
  box-shadow: #DFDFDFFF 0px 0px 5px 0px;
  background: #ffffff;
  padding: 30px 30px 40px 30px;
  border-radius: 20px 0 0 20px;
}

.how-left ul {
  text-align: center;
  margin-top: 15px;
}

.how-left ul li {
  font-weight: 400;
  font-size: 14px;
  color: #303030;
  padding: 15px 0;
  border-bottom: 1px solid #DBDBDBFF;
}

.how-left h4 {
  font-weight: 700;
  font-size: 20px;
  color: #303030;
  text-align: center;
}

.how-right {
  display: flex !important;
  justify-content:center;
}

.how-item {
  padding: 30px 30px 40px 30px;
}

.how-img img {
  max-width: 140px;
  margin: auto;
  display: block;
  position: relative;
  margin-top: -157px;
  z-index: 2;
}

.how-item h4 {
  font-weight: 700;
  font-size: 18px;
  color: #303030;
  text-align: center;
  margin-top: 45px;
}

.how-item ul {
  margin-top: 15px;
  display: grid;
  grid-template-columns: 100%;
  row-gap: 15px;
}

.how-item ul li {
  font-weight: 700;
  font-size: 13px;
  color: #303030;
  display: grid;
  grid-template-columns: 20px auto;
  align-items: center;
  column-gap: 8px;
  background: #ffffff;
  box-shadow: #F2F2F2 0px 0px 16px 0px;
  padding: 10px;
  border-radius: 5px;
}

.how-item ul li img {
  width: 20px;
  display: block;
  
}

.how-item1 {
  background: #F3EDE6;
  position: relative;
}

.how-item1 ul li {
  background: #e4d9cc;
}

.how-item1::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50px;
  background: #F3EDE6;
  left: 0;
  top: -44px;
  border-radius: 20px 20px 0 0;
}

.how-item2 {
   box-shadow: #DFDFDFFF 0px 0px 5px 0px;
   background: #ffffff;
}

.how-item3 {
   box-shadow: #DFDFDFFF 0px 0px 5px 0px;
   background: #ffffff;
   border-radius: 0 20px 20px 0;
}

.how-btm-main {
  max-width: 927px;
  margin: auto;
}

.how-btm-main ul {
  display: flex;
  align-items: center;
  column-gap: 20px;
  justify-content: center;
  margin-top: 20px;
}

.how-btm-main ul li img {
  width: 30px;
  display: block;
}

.how-btm-main ul li {
  font-weight: 400;
  font-size: 16px;
  color: #303030;
}

/*==attraction-section==*/
.attraction-area {
  background-color: #F3EDE6;
  padding: 60px 0;
}

.attraction-title {
  text-align: center;
  max-width: 1063px;
  margin: auto;
}

.attraction-title h2 {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  text-transform: uppercase;
}

.attraction-title h3 {
  font-weight: 700;
  font-size: 30px;
  color: #000000;
  margin-top: 15px;
}

.attraction-title p {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin-top: 10px;
  line-height: 27px;
}

.attraction-main {
  display: grid;
  grid-template-columns: 43% auto;
  column-gap: 94px;
  margin-top: 40px;
}

.attraction-left img {
  max-width: 400px;
  display: block;
  margin: auto;
  width: 100%;
  border-radius: 20px;
}

.attraction-right h4 {
  font-weight: 700;
  font-size: 18px;
  color: #000000;
}

.accordion-container {
  margin-top: 20px;
}

.ac {
  margin-top: 10px;
}

.ac-trigger {
  font-weight: 700;
  font-size: 16px;
  color: #303030;
  background: #F5F5F7;
  padding: 15px 40px 15px 20px;
  cursor: pointer;
  position: relative;
  border-radius: 15px;
  transition: 0.2s all ease;
}

.ac-trigger:hover {
  background: #FFFFFF;
}

.ac-trigger::after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.ac.is-active .ac-trigger::after {
  content: "\f106";
}

.ac-panel {
  overflow: hidden;
  transition: height 0.3s ease;
}

.ac-panel .ac-panel-cnt {
  padding: 20px;
  color: red;
  background: #F5F5F7;
  border-top: 1px solid #000000;
  border-radius: 0 0 20px 20px;
}

.attraction-flex {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 15px;
}

.ac-panel .ac-panel-cnt p {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin-top: 30px;
  line-height: 25px;
}

.attraction-item h6 {
  font-weight: 400;
  font-size: 9px;
  color: #393939;
  margin-top: 20px;
}

.attraction-item h6 a {
  font-weight: 400;
  font-size: 9px;
  color: #0073AA;
}

.attraction-item img {
  width: 100%;
}

/*==try-section==*/
.try-area {
  background: #FFFFFF;
  padding: 77px 0;
}

.try-main {
  max-width: 1176px;
  margin: auto;
  display: grid;
  grid-template-columns: 35% auto;
  column-gap: 88px;
}

.try-left img {
  width: 100%;
  border-radius: 20px;
}

.try-right {
  padding-right: 128px;
}

.try-right h3 {
  font-weight: 700;
  font-size: 30px;
  color: #000000;
  text-transform: uppercase;
}

.try-right p {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  margin-top: 30px;
  line-height: 27px;
}

.try-right h4 {
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  margin-top: 35px;
}

.main-btn-all2 {
  max-width: 513px;
  margin-top: 40px;
}

/*==hurry-section==*/
.hurry-area {
  background: #F3EDE6;
  padding: 30px 0;
}

.hurry-main {
  max-width: 670px;
  margin: auto;
}

.hurry-main h2 {
  font-weight: 700;
  font-size: 40px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  line-height: 38px;
}

.hurry-main h4 {
  font-weight: 400;
  font-size: 18px;
  color: #2B1A1A;
  text-align: center;
  margin-top: 10px;
}

.hurry-main ul {
  margin-top: 25px;
  display: grid;
  grid-template-columns: 100%;
  row-gap: 25px;
}

.hurry-main ul li {
  font-weight: 400;
  font-size: 18px;
  color: #303030;
  display: grid;
  grid-template-columns: 30px auto;
  column-gap: 20px;
  align-items: center;
  line-height: 26px;
}

.hurry-main ul li img {
  width: 30px;
}

/*==claim-section==*/
.claim-area {
  background: #F3EDE6;
  padding: 30px 0;
}

.claim-main {
  display: grid;
  grid-template-columns: 50% auto;
  column-gap: 60px;
  background-color: white;
  box-shadow: #EEEEEE 0.7071067811865476px 0.7071067811865475px 5px 3px;
  border-radius: 5px;
}

.claim-left img {
  width: 100%;
  vertical-align: middle;
  height: 100%;
}

.claim-right {
  padding: 20px 60px 20px 0;
}

.option {
    border: 1px solid #C4C7D2;
    border-radius: 12px;
    margin-bottom: 15px;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.option-flex {
   display: grid;
    grid-template-columns: 70% auto;
    align-items: center;
    padding: 15px 20px;
}

.option.active {
    background: #F0FFFF;
}

.left {
    display: grid;
    grid-template-columns: 20px auto;
    align-items: center;
    column-gap: 20px;
}

.option input {
    display: none;
}

.custom-radio {
    width: 20px;
    height: 20px;
    border: 1px solid #2374FF;
    border-radius: 50%;
    position: relative;
}

.option.active .custom-radio::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    background: #2374FF;
    border-radius: 50%;
}

.step-01 ul {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.step-01 ul li {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
}

.step-01 ul li img {
  width: 56px;
}

.step-20 ul li img {
  width: 50px;
}

.price ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 10px;
}

.price ul li span {
  font-weight: 700;
  font-size: 11px;
  color: #fff;
  background: #C8202F;
  display: block;
  border-radius: 99px;
  padding: 3px 12px;
}

.price ul li del {
  font-weight: 400;
  font-size: 14px;
  color: #C91F3F;
}

.price h4 {
  font-weight: 700;
  font-size: 16px;
  color: #303030;
  text-align: right;
  margin-top: 10px;
}

.price h4 sub {
  font-weight: 400;
  font-size: 12px;
  color: #303030;
}

.option-inner {
  display: flex;
  justify-content: space-between;
  background: #286068;
  border-radius: 9px 9px 0 0;
  padding: 4px 12px;
}

.option-inner h4 {
  font-weight: 700;
  font-size: 12px;
  color: #ffffff;
}

.option-inner h5 {
  font-weight: 700;
  font-size: 12px;
  color: #ffffff;
}

.option-inner h5 span {
  font-weight: 700;
  font-size: 14px;
  color: #FAAD14;
}

.option2 {
  border: 2px solid #286068;
}

.claim-title h2 {
  font-weight: 700;
  font-size: 28px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
}

.claim-title h2 span {
  color: #C8202F;
}

.claim-title p {
  font-weight: 400;
  font-size: 13px;
  color: #000000;
  text-align: center;
  margin-top: 10px;
}

.pricing-container {
  margin-top: 20px;
}

.claime-inner-line {
  display: grid;
  grid-template-columns: 30% auto 30%;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 20px;
}

.claime-inner-line span {
  display: block;
  height: 1px;
  background: #000000;
}

.claime-inner-line h4 {
  font-weight: 700;
  font-size: 14px;
  color: #303030;
  text-transform: uppercase;
  text-align: center;
}

.cliem-btm-right h4 {
  font-weight: 700;
  font-size: 13px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
}

.cliem-btm-right ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #FFF6EE;
  padding: 10px;
  margin-top: 15px;
}

.cliem-btm-right ul li {
  font-weight: 400;
  font-size: 12px;
  color: #303030;
}

.cliem-btm-right ul li span {
  width: 1px;
  height: 20px;
  background: #000000;
  display: block;
}

.cliem-btm-right p {
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  text-align: center;
  margin-top: 10px;
}

.main-btn-all3 {
  margin-top: 20px;
}

/*==question-section==*/
.question-area {
  background: #ffffff;
  padding: 50px 0;
}

.question-title {
  text-align: center;
}

.question-title h2 {
  font-weight: 700;
  font-size: 15px;
  color: #9f5c1b;
  text-transform: uppercase;
}

.question-title h3 {
  font-weight: 700;
  font-size: 40px;
  color: #000000;
  margin-top: 20px;
  text-transform: uppercase;
}

.question-title p {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin-top: 20px;
}

.ac-panel-cnt-cd100 p {
  margin-top: 20px;
}

.ac-panel-cnt-cd100 p:first-child {
  margin-top: 0;
}


/* OWL-CAROUSEL-02 */

.question-main {
  margin-top: 40px;
}

.quesen-slide {
  border-radius: 20px;
  border: 1px solid #000000;
} 

.video-box3 video {
  height: 400px;
  border-radius: 20px;
}

.main-content2 {
    position: relative;
}

.main-content2 .owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 1%;
    display: none;
}

.main-content2 .owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 10px 7px;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  border: 2px solid  #5B2B81!important;
}

.main-content2 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #5B2B81;
}

.main-content2 .owl-dots button {
    border: none !important;
    outline: none !important;
}

.main-content2 .owl-nav button {
    border: none !important;
    outline: none !important;
}

.main-content2 .owl-theme .custom-nav {
    position: absolute;
    top: 27%;
    left: 0;
    right: 0;
}
.main-content2 .owl-theme .custom-nav .owl-prev, .main-content2 .owl-theme .custom-nav .owl-next {
    position: absolute;   
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.main-content2 .owl-theme .custom-nav .owl-prev i, .main-content2 .owl-theme .custom-nav .owl-next i {
    font-size: 20px;
    color: #000;
    background: #F7F0DD;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
}

.main-content2 .owl-theme .custom-nav .owl-prev {
    left: 0;
}

.main-content2 .owl-theme .custom-nav .owl-next {
    right: 0;
}

/*==choice-section==*/
.choice-area {
  background-color: #F3EDE6;
  padding: 60px 0 150px 0;
}

.choice-title {
  text-align: center;
}

.choice-title h2 {
  font-weight: 700;
  font-size: 15px;
  color: #F7F0DD;
}

.choice-title h3 {
  font-weight: 700;
  font-size: 38px;
  color: #000000;
  text-transform: uppercase;
   margin-top: 15px;
}

.choice-item-wrap1 {
  display: grid;
  grid-template-columns: 332px auto;
  column-gap: 20px;
  margin-top: 40px;
}

.choice1-left {
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
}

.choice1-left h3 {
  font-weight: 700;
  font-size: 22px;
  color: #000000;
}

.choice1-left img {
  max-width: 100px;
  margin-top: 5px;
}

.choice1-left p {
  font-weight: 400;
  font-size: 12px;
  color: #565959;
  margin-top: 5px;
}

.choice1-inner {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  align-items: center;
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 10px;
}

.choice1-inne-left h4 {
  font-weight: 700;
  font-size: 12px;
  color: #000000;
}

.choice1-right {
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
}

.choice1-inne-right ul {
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: flex-end;
}

.choice1-inne-right ul li img {
  width: 100px;
}

.choice1-inne-right ul li {
  font-weight: 700;
  font-size: 12px;
  color: #3C404B;
}

.review-box-wrap {
  display: grid;
  grid-template-columns: 30% auto;
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  margin-top: 30px;
}

.review-box-left ul {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.review-box-left ul li {
  font-weight: 700;
  font-size: 14px;
  color: #303030;
}

.review-box-left ul li img {
  width: 15px;
}

.review-box-left p {
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  margin-top: 10px;
}

.review-box-right ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.review-box-right ul li:nth-of-type(1) {
  font-weight: 700;
  font-size: 18px;
  color: #FFC83D;
}

.review-box-right ul li:nth-of-type(2) {
  font-weight: 400;
  font-size: 12px;
  color: #303030;
}

.review-box-right p {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  margin-top: 10px;
  line-height: 25px;
}

.review-img-main img {
  max-width: 250px;
  margin-top: 10px;
}

/*==footer-section==*/

.footer-main {
  text-align: center;
}

.footer-cnt img {
  width: 120px;
}

.footer-cnt h4 {
  font-weight: 700;
  font-size: 13px;
  color: #303030;
  margin-top: 15px;
}

.footer-cnt p {
  font-weight: 400;
  font-size: 13px;
  color: #303030;
  margin-top: 5px;
}

.footer-cnt p a {
  text-decoration: underline;
  color: #303030;
}

.footer-main ul {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 40px;
  margin-top: 10px;
}

.footer-main ul li a {
  font-weight: 400;
  font-size: 12px;
  color: #000000;
}

.footer-main h6 {
  font-weight: 400;
  font-size: 12px;
  color: #000;
  margin-top: 10px;
}

.copyright p {
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  margin-top: 15px;
}

.copy-inner p {
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  border: 1px solid #000;
  padding: 5px;
  margin-top: 10px;
}

.footer-area {
  border-top: 1px solid #000000;
  margin-top: 40px;
  padding-top: 20px;
  padding: ;
}

#bottom-section {
  position:fixed;
  left:0;
  bottom:-100px;
  width:100%;
  background:#ffffff;
  color:#fff;
  padding:20px;
  transition:.3s ease;
  z-index:999;
}

#bottom-section.show {
  bottom:0;
}

.bottom-left ul {
  display: flex;
  align-items: center;
  column-gap: 30px;
}

.bottom-left ul li img {
  max-width: 75px;
  display: block;
}

.bottom-left ul li {
  font-weight: 700;
  font-size: 18px;
  color: #000000;
}

.bottom-main {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  align-items: center;
}

.bottom-max {
  max-width: 385px;
  margin-left: auto;
}

.pulse-circle{
  width:10px;
  height:10px;
  background: #2ABB48;
  border-radius:50%;
  box-shadow: 0 0 0 rgba(0,255,204,.7);
  animation:pulse 1.5s ease-out infinite;
  }

@keyframes pulse{
0%{
  transform:scale(1);
  box-shadow: 0 0 0 0 rgba(42, 187, 72,.7);
}
70%{
  
  transform:scale(1.25);
  box-shadow: 0 0 0 8px rgba(42, 187, 72,0);
}
100%{
  transform:scale(1);
  box-shadow: 0 0 0 0 rgba(42, 187, 72,0);
  }
}

.bottom-right ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  column-gap: 15px;
}

.bottom-right ul li {
  font-weight: 700;
  font-size: 11px;
  color: #2ABB48;
  text-transform: uppercase;
}