@font-face {
  font-family: Arial Rounded;
  src: url(../fonts/Arial_Rounded_MT.ttf);
}
@font-face {
  font-family: Arial;
  src: url(../fonts/arial.ttf);
}
h1,h2,h3,h4,h5,h6 {
  font-family: Arial, Helvetica, sans-serif !important;
}
p {
  font-family: Arial, Helvetica, sans-serif !important;
}

body {
  font-family: Arial !important;
}

.c-bg-main{
background-color:#9D2D32;
}
.mainColor {
  color:#9D2D32;
}
.secondaryColor {
  color:#FCFAA3;
}

.c-bg-secondary{
 background-color:#FCFAA3;
}

.c-product-name{
    font-size: 20px;
}

.c-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }

.plan-number{
    font-weight:800 !important;
    font-size:44px;
    color:#F8B004;
}

.plan-card-1{
    /* background-color:#FFCFCF !important; */
    /* background:url('../images/plan-bg-1.png') !important; */
    background:url('../images/plan-bg-1-new.png') !important;
    background-size:cover !important; 
    background-repeat:no-repeat !important;
}

.plan-card-dark-1{
    background-color:#FF9191 !important;
    font-size:20px!important;
    font-weight:600;
}

.plan-card-2{
    /* background-color:#C4FDCE !important; */
    /* background:url('../images/plan-bg-2.png') !important; */
    background:url('../images/plan-bg-2-new.png') !important;
    background-size:cover !important; 
    background-repeat:no-repeat !important;
}

.plan-card-dark-2{
    background-color:#95EFA4 !important;
    font-size:20px!important;
    font-weight:600;
}


.plan-card-3{
    /* background-color:#BEF9F6 !important; */
    /* background:url('../images/plan-bg-3.png') !important; */
    background:url('../images/plan-bg-3-new.png') !important;
    background-size:cover !important; 
    background-repeat:no-repeat !important;
}

.plan-card-4{
  /* background-color:#C4FDCE !important; */
  /* background:url('../images/plan-bg-4.png') !important; */
  background:url('../images/plan-bg-4-new.png') !important;
  background-size:cover !important; 
  background-repeat:no-repeat !important;
}

.plan-card-dark-3{
    background-color:#9AF9F4 !important;
    font-size:20px!important;
    font-weight:600;
}

.planCard p{
  font-size:16px;
}

.planPrice{
  font-weight: 900;
  color: black;
  font-size: 27px;
}
.custom-header{
background-color:#9D2D32;

}

.mobileIcons{
  visibility: hidden;
  font-size: 25px;
  padding: 8px;
  border-radius: 50%;
}

.onetimeReg{
  margin-top:0.5rem;
}
@media only screen and (max-width: 767px) {
  .onetimeReg{
    margin-top:0rem;
  }
  .mobileIcons{
    visibility: visible;
    font-size: 25px;
    padding: 8px;
    border-radius: 50%;
  }
    .custom-header{
        background-color:white;
        }
        /* .nav {
          border:1px solid black;
        } */
        .visionCol {
          margin-bottom: 10px;
        }
  }

  .mt-30 {
    margin-top: 50px;
  }
  
  .rounded-5 {
    border-radius: 14px;
  }

  .fa-minus {
    font-size: 14px
  }
  
  .carousel-indicators {
    bottom: 35px;
    right: 0;
    margin: 0
  }
  
  .carousel-indicators [data-bs-target] {
    height: 10px;
    border: 2px solid black;
    width: 10px;
    background-color: inherit;
    border-radius: 50%
  }
  
  .carousel-indicators .active {
    border: 2px solid #F6D23A;
    background-color: #F6D23A;
    /* height: 15px;
    width: 15px;
    border-radius: 50% */
  }
  
  @media (max-width:560px) {
    .carousel-indicators [data-bs-target] {
      height: 8px;
      border: 1px solid black;
      width: 8px;
      background-color: inherit;
      border-radius: 50%
  }
  
  .carousel-indicators .active {
      border: 1px solid #F6D23A;
      background-color: #F6D23A
  }
  }
  
  .mb-50 {
    margin-bottom: 50px !important;
  }
  
  .mb-7 {
    margin-bottom: 7rem !important;
  }
  
  .p-20 {
    padding: 20px !important;
  }
  .borderPurple {
    border: 2px solid #B191EF;
  }

  .textPurple {
    color: #B191EF;
  }
  .bgPurple {
    background-color: #B191EF;
  }
  .borderPurple:hover {
    background-color: #B191EF;
  }

  .btn-check:checked+.borderPurple, .borderPurple.active, .borderPurple.dropdown-toggle.show, .borderPurple:active {
    color: #000;
    background-color: #B191EF;
    border-color: #B191EF;
}
.btn-check:checked+.borderPurple:focus,.borderPurple:active:focus {
  box-shadow: 0 0 0 0.25rem rgbrgb(177, 145, 239 / 50%);
}
.featureProduct {
  height: 65% !important;
}
  @media only screen and (max-width: 767px) {

  .topImg {
    height: 150px !important;
  }

  .featureProduct {
    height: 50% !important;
  }
  .mobileText {
    text-align: center !important;
  }
  .title {
    line-height: 30px !important;
  }
}


.slider li a {
  display: block;
}
.slider li img {
  width: 100%;
  float: right;
}
.slider .slick-prev {
  position: absolute;
  top: -4%;
  /* top:103px; */
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: none;
  background-color: #9D2D32;
  color: white;
  border-radius: 50px;
  padding: 0;
  text-align: center;
  z-index: 2;
}
.slider .slick-next {
  position: absolute;
  /* top: -4%; */
  top:104%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: none;
  background-color: #9D2D32;
  color: white;
  border-radius: 50px;
  padding: 0;
  text-align: center;
  z-index: 2;
}
.slider .slick-arrow i {
  font-size: 16px;
  line-height: 30px;
}
.slider .slick-arrow.slick-prev {
  left: 37px;
}
.slider .slick-arrow.slick-next {
  right: 37px;
}
.fs-16 {
  font-size: 16px;;
}

.cursor {
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
.slider .slick-arrow.slick-prev {
  display: none !important;
}
.slider .slick-arrow.slick-next {
  display: none !important;
}
.slider li img {
  width: 94%;
  float:none;
}
.slider {
  margin-top: 0px;
}
}

.topCaption {
  text-align: center;
        position: absolute;
        top: 50%;
            left: 50%;
  transform: translate(-50%, -50%);
}

.parentDiv {
  position: relative;
}

.mainHr {
  width:100%;
  height:3px !important;
  opacity:1;
}
.product-img {
  height: 85%;
}
.floatButton{
  position:fixed;
  width:60px;
  height:60px;
  bottom:100px;
  right:30px;
  /* background-color:#0C9; */
  /* color:#FFF; */
  border-radius:50px;
  text-align:center;
  /* box-shadow: 2px 2px 3px #999; */
}
.floatButtonCall{
  position:fixed;
  width:60px;
  height:60px;
  bottom:156px;
  right:25px;
  /* background-color:#0C9; */
  /* color:#FFF; */
  border-radius:50px;
  text-align:center;
  /* box-shadow: 2px 2px 3px #999; */
}
@media only screen and (max-width: 767px) {
  .product-img {
    height: 100%;
  }
  .floatButton{
   
    bottom:40px;
    
  }
  
  .floatButtonCall{
   
    bottom:95px;
    
  }
  .floatIcon{
    margin-top:22px;
  }
}

.aboutCardContent{
  font-size: 17px;
}

.aboutContent{
  font-size: 18px;
    line-height: 27px;
}

.aboutContentSmall{
  font-size: 16px;
  line-height: 27px;
}

.slider li img {
  width: 100%;
  float: right;
}



/* .caption{
  position: absolute;
  bottom: 13px;
  left: 32px;
}

@media only screen and (max-width: 767px) {
 
.caption{
  position: static;
  
}
} */