/*****Fonts***/
/*@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700;800&display=swap');
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Book.eot');
    src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Book.woff2') format('woff2'),
        url('fonts/Gotham-Book.woff') format('woff'),
        url('fonts/Gotham-Book.ttf') format('truetype'),
        url('fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.eot');
    src: url('fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Bold.woff2') format('woff2'),
        url('fonts/Gotham-Bold.woff') format('woff'),
        url('fonts/Gotham-Bold.ttf') format('truetype'),
        url('fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.eot');
    src: url('fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Medium.woff2') format('woff2'),
        url('fonts/Gotham-Medium.woff') format('woff'),
        url('fonts/Gotham-Medium.ttf') format('truetype'),
        url('fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}*/
/************/

.text-light-sg {
  color: #999fa3;
}
/* .monthly-price.monthly-last-li {
  min-height: 89.5px;
} */
.pricing-sec {
  margin: 40px auto 80px;
  max-width: 1100px;
}
.pricing-head {
  text-align: center;
  margin: 40px auto;
}
.pricing-head h5 {
  text-transform: uppercase;
  color: #c40d3c;
  font-weight: 700;
  font-size: 14px;
}
.pricing-head h2 {
  color: #323e48;
  font-weight: 700;
  font-size: 38px;
}
.pricing-head h2 span {
  font-weight: 300;
  font-family: "Goutam Light", Sans-serif;
}
.plan-price h2 span .day {
  margin-top: -3px;
  display: block;
  margin-left: 60px;
}
.pricing-table {
  display: flex;
}
.pricing-table .column_1-table {
  width: 25%;
}
.pricing-table .column_2-table {
  width: 75%;
  display: flex;
}
.col-sg{
  position: relative;
}
.pricing-table .column_2-table .col-sg-col {
  width: 33%;
}
.pricing-table ul {
  padding-left: 0px;
}
.pricing-table ul li {
  list-style: none;
  border-bottom: 2px solid #f0f0f0;
  padding: 10px 0px;
  font-size: 13px;
  color: #323e48;
  min-height: 69px;
}
.col-sg-list {
  border-top: 1px solid #f0f0f0;
}
.column_1-table .col-sg-list ul li {
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  color: #323e48;
  font-family: "Goutam", Sans-serif;
  padding-right: 30px;
  display: flex;
  align-items: center;
}
.column_1-table .col-sg {
  padding-top: 30px;
}
/* .column_2-table .col-sg-list ul li:last-child {
  min-height: 89.5px;
} */
 
.column_2-table .col-sg-list ul li {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
}
.column_2-table .col-sg-list ul li span.text-light {
  color: #999fa3 !important;
  font-weight: 700;
  font-family: "Goutam", Sans-serif;
}
.column_2-table .col-sg-list ul li i {
  font-size: 28px;
  color: #c40d3c;
}
.column_1-table .col-sg-list ul li a {
  color: #c40d3c;
}
.col-sg {
  min-height: 254px; 
  margin-bottom: 10px;
}
.col-sg.col-head {
  text-align: center;
  background: #f0f0f0;
  border-radius: 15px;
  min-height: 254px;
  margin: 0px 10px 10px;
  padding: 30px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.plan-title h4 {
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  color: #323e48;
}
.plan-price h2 {
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  color: #323e48;
  position: relative;
  margin-bottom: 0px;
/*  font-family: 'Gotham';*/
font-family: 'Figtree', sans-serif;
  line-height: 55px;
  /*margin-top: auto;
  margin-bottom: auto;*/ 
}
.plan-price h2 span, .plan-price .plan-price-mid span {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #999fa3;
  margin-left: 0px;
  line-height: 16px;
}
.plan-price .plan-price-mid span{
/*  font-family: 'Gotham';*/
font-family: 'Figtree', sans-serif;
  font-weight: 500;
  padding-left: 10px;
  max-width: 100px;
  position: relative;
  margin-top: 30px;
  text-align: left;
  min-height: 32px;
}
.plan-price .plan-price-mid span:before {
    content: '/';
    margin-right: 7px;
    position: absolute;
    left: 0;
    display: inline-block;
}
.pricing-table
  .column_2-table
  .col-sg-col:first-child
  .plan-price.yearly-price
  h2
  span {
  margin-left: 0px;
}
.plan-price h2 sup {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #323e48;
  top: 16px;
  position: absolute;
  font-family: "Gotham-light", Sans-serif;
}
.bill-month {
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  color: #999fa3;
  padding-top: 8px;
}
a.btn-theme,
.btn-theme {
  border: 1px solid #c40d3c;
  background: #c40d3c !important;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 30px !important;
  margin-top: 20px;
  font-size: 14px !important;
  text-shadow: none !important;
  display: flex;
  justify-content: center;
  margin: 10px auto 0px;
  align-items: center !important;
  line-height: inherit !important;
  font-weight: 700 !important;
  font-family: inherit !important;
  text-decoration: none;
  width: auto;
  max-width: 130px;
}
a.btn-theme:hover,
.btn-theme:hover {
  border-color: #f0f0f0;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .btn-theme {
      -webkit-box-pack: center !important;
      -webkit-align-items: center !important;
      text-align: center !important;
      padding-top: 12px !important;
    }
  }
}
.plan-price {
/*  min-height: 85px;*/
  /*margin-top: 15px;
  padding-top:18px;*/
}
.plan-price-mid{
  min-height: 85px;
  display: flex;
  align-items:center;
  justify-content: center;
  width: 100%;
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type="radio"].form-check-input {
    -webkit-appearance: inherit !important;
    -moz-appearance: inherit !important;
    position: relative;
    width: 20px !important;
    height: 20px !important;
    border: 2px solid #c40d3c !important;
    background: #fff !important;
  }
  .form-check-input:checked {
    -webkit-appearance: inherit !important;
    -moz-appearance: inherit !important;
    border: 7px solid #c40d3c !important;
    width: 20px !important;
    height: 20px !important;
  }
  input[type="radio"]:checked:after {
    opacity: 0;
    display: none;
  }
}
.col-sg .form-check-input {
  margin-top: 0.1em;
}
.col-sg .form-check-input:checked {
  background-color: #fff !important;
  border: 7px solid #c40d3c !important;
  outline: none !important;
}

.col-sg .form-check-input:focus {
  border-color: #c40d3c;
  outline: 0 !important;
  box-shadow: 0 0 0 0.25rem #c40d3c24;
}
.col-sg .form-check {
  margin-top: 15px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.col-sg .form-check label {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #323e48;
  padding-left: 0px;
  margin-bottom: 0px;
  font-family: "Goutam", Sans-serif;
}
.col-sg .form-check label span {
  color: #c40d3c;
}
.yearly-price {
  display: none;
}
/***responsive style***/
.pricing-sec-mob .column_2-table .col-sg-list ul li {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
.pricing-sec-mob .column_2-table .col-sg-list ul li span:first-child {
  width: 72%;
}
.pricing-sec-mob .column_2-table .col-sg-list ul li span.yearly-price {
  width: 72%;
}
.pricing-sec-mob .column_2-table .col-sg-list ul li span:last-child {
  width: 28%;
  text-align: center;
}
.pricing-sec-mob .column_2-table .col-sg-list ul li i.fa-circle-question {
  font-size: 16px;
}
.navigation-mob {
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: 2;
  width: 95%;
  top: 300px;
}
.pricing-sec-mob .container {
  position: relative;
}
.disabled {
  opacity: 0;
  pointer-events: none; /* To disable clicking on the button */
}
.navigation-mob button {
  width: 35px;
  height: 35px;
  background: #323e48;
  color: #fff;
  border-radius: 100%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}
.col-sg-mob {
  min-height: auto;
}
.pricing-sec-mob .pricing-table .column_2-table {
  width: 100%;
  padding-top: 10px;
  flex-direction: column;
}
.pricing-sec-mob button.slick-prev.slick-arrow{
  order:1;
}
.pricing-sec-mob button.slick-next.slick-arrow{
  order:2;
}
.pricing-sec-mob .slick-list.draggable{
  order:3;
}
.pricing-sec-mob .fa-chevron-left.slick-arrow, .pricing-sec-mob .fa-chevron-right.slick-arrow {
    background: #000;
    width: 30px;
    height: 30px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 60px;
    cursor: pointer;
}
.pricing-sec-mob .fa-chevron-right.slick-arrow {    
    position: absolute;
    right: 0px;
    top: 125px;
    z-index: 9;   
}
.pricing-sec-mob .fa-chevron-left.slick-arrow{
  position: absolute;
    left: 0px;
    top: 125px;
    z-index: 9;
}
.pricing-sec-mob .slick-arrow.fa-chevron-right.slick-disabled, .pricing-sec-mob .slick-arrow.fa-chevron-left.slick-disabled{
  display: none !important;  
}
.pricing-sec-mob .pricing-table{
  position: relative;
}
.pricing-sec-mob .pricing-table .column_2-table .col-sg-col {
  width: 100%;
}

.col-sg-mob .month-radio {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  column-gap: 20px;
}
.pricing-sec-mob .pricing-head {
  margin-bottom: 20px;
}
.pricing-sec-mob .col-sg-list {
  margin: 0px 10px;
}
.pricing-sec .col-sg-col {
  transition: all 0.3s ease;
}
.pricing-sec .col-sg-col:hover {
  /*        width: 25%;*/
  box-shadow: 0px 0px 2px 1.5px #c40d3c;
  border-radius: 15px;
}
.pricing-sec-mob .ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.pricing-sec .ribbon{
  width: 130px;
  height: 130px;
  overflow: hidden;
  position: absolute;
}
.pricing-sec .ribbon::before,
.pricing-sec .ribbon::after,
.pricing-sec-mob .ribbon::before,
.pricing-sec-mob .ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: none;  
  border: 5px solid #40090d;
}
.pricing-sec .ribbon span, .pricing-sec-mob .ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 6px 0;
  background-color: #c40d3c;
  box-shadow: 0 -3px 6px rgba(0,0,0,.35);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

/* top right*/
.pricing-sec .ribbon-top-right, .pricing-sec-mob .ribbon-top-right {
  top: 0px;
  right: 0px;
}
.pricing-sec .ribbon-top-right::before,
.pricing-sec .ribbon-top-right::after,
.pricing-sec-mob .ribbon-top-right::before,
.pricing-sec-mob .ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.pricing-sec .ribbon-top-right::before, .pricing-sec-mob .ribbon-top-right::before {
  top: 0;
  left: 0;
}
.pricing-sec .ribbon-top-right::after, .pricing-sec-mob .ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.pricing-sec .ribbon-top-right span, .pricing-sec-mob .ribbon-top-right span  {
  left: -25px;
  top: 26px;
  transform: rotate(45deg);
}
p.trial-text {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 700;
}
@media screen and (min-width: 768px) {
  .pricing-sec-mob {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .pricing-table .column_1-table {
    width: 20%;
    min-width: 200px;
  }
  .pricing-table .column_2-table {
    overflow-x: scroll;
  }
  .pricing-table .column_2-table .col-sg-col {
    min-width: 259px;
  }
}
@media screen and (max-width: 767px) {
  .pricing-sec-mob .container {
    padding: 0px 10px;
    overflow: hidden;
  }
  .pricing-sec {
    display: none;
  }
  .pricing-head h2 {
    font-size: 24px;
  }
  .column_2-table .col-sg-list ul li {
    padding: 8px 0px;
  }
  .pricing-table ul li {
    font-size: 11px;
  }
  .plan-price h2 {
    font-size: 45px;
/*    font-family: "Gotham", Sans-serif;*/
  }
  .plan-price h2 span .day {
    margin-left: 80px;
  }
  .plan-title {
/*    min-height: 45px;*/
    margin-bottom: 5px;
  }
  .plan-title h4{
    margin-bottom: 0px;
  }
  .plan-price {
    min-height: auto;
    margin-top: inherit;
    padding-top: 0px;
  }
  .column_2-table .col-sg-list ul li span.text-light{
    font-size: 11px;
  }
  .plan-price h2 sup{
    top:14px;
  }
  .pricing-sec .ribbon-top-right span, .pricing-sec-mob .ribbon-top-right span{
    top:42px;
  }
  .col-sg.col-head{
    min-height: 250px;
  }
}
.mobile-card{
  min-height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
}