.col-6 {
    font-size: 18px!important;
}
  @media only screen and (max-width: 600px) {  
   .btn-9 {border: 2px solid #f3c958;
    color: white;
    padding: 10px!important;
    border-radius: 5px;
    }
    .col-md-4{
        max-width:100%!important;
    }
  }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 46px!important;
    user-select: none;
    -webkit-user-select: none;
    padding: 10px;
}
.animate {
    visibility: visible !important;
}
.s-overlay.ds:before {
    background-color: transparent!important;
    opacity: 0.7;
    z-index: 3;
}
.page_header .row {
    min-height: 60px;
    background: white!important;
}
    .option {
        cursor: pointer;
        padding: 10px 35px;
        border: 1px solid #ccc;
        border-radius: 5px;
        display: inline-block;
        margin: 5px;
		color:black;
		
    }
    .selected {
        background-color: #e7a354;
        color: white;
    }
    
    .tick-mark {
        font-weight: bold;
        margin-left: 5px;
    }






.lsss{
	color: black;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
	
}
.pricing-plan{
    background-color:white;
    box-shadow: 0px 6px 30px rgb(172 172 172 / 24%);
    border-radius: 10px;
    padding: 40px;;
    position: relative;
    z-index: 3;
    overflow: hidden;
}
.duration {
    font-size: 18px;
    font-weight: 400;
    color:lightgray;
    margin-bottom: 0;
    position: relative;
    top: -1px;
    left: -4px;
}
.pricing-plan .plan-features:before {
    background-color: #e2e1e3;
    height: 1px;
    left: 50%;
    opacity: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}
.pricing-plan .plan-features:after {
    background-color: transparent;
}
.pricing-plan .plan-features {
    margin: 31px 0 20px;
    padding-top: 35px;
    position: relative;
}
.pricing-plan .price-wrap .plan-price {
    font-size: 45px;
    font-weight: 900;
}

/* 9 */
.btn-9 {
  border: none;
  transition: all 0.3s ease;
  overflow: hidden;
}
.btn-9:after {
    position: absolute;
    content: " ";
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    background-image: linear-gradient(315deg, #000000 0%, #e7a354 43%);
    transition: all 0.3s ease;
}
.btn-9:hover {
  background: transparent;
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
  color: #010101;
}
.btn-9:hover:after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
}
.pricing-plan .plan-button a {
    font-size: 16px;
    font-weight: 600;
    padding: 13px 31px;
}
.box-shadow:hover {
        border-top: 6px solid #e7a354;

}
/* 10 */
.btn-10 {
    background: rgb(220 160 1);
    background: linear-gradient(0deg, rgb(4 4 4) 0%, rgb(220 163 19) 70%)!important;
    color: #fff;
    border: none;
    transition: all 0.3s ease;
    overflow: hidden;
}
.btn-10:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -webkit-transform: scale(.1);
  transform: scale(.1);
}
.btn-10:hover {
      color: #000;
    border: none;
    background: #dca001;
}
.btn-10:hover:after {
  background: rgb(0,3,255);
background: linear-gradient(0deg, rgba(2,126,251,1) 0%,  rgba(0,3,255,1)100%);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.teaser-box-section {
    background: transparent;
    margin-top: 65px;
    z-index: 10;
}

.header_absolute::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 23, 0.6);
}
@media (min-width: 992px){
.page_title h1, .page_title h2 {
    font-size: 60px;
    color: #e7a354;
}
}
.page_title h1:before, .page_title h2:before {
	display:none;
}
.page_title h1:after, .page_title h2:after {
    background-color: #e7a354;
    bottom: -2px;
    height: 5px;
    width: 450px!important;
    text-align: center;
    margin-left: 314px;
}
.product{
	color:black!important;
}
.columns>p{
	color:black;
}


.page_title h1:after, .page_title h1:before, .page_title h2:after, .page_title h2:before {
  
    left: 2%!important;
   
}	


p {
    margin-bottom: 10px!important;
   
}

.cs h1, .cs h2, .cs h3, .cs h4, .cs h5, .cs h6 {
    color: #000!important;
}
    .team-member {
        transition: transform 0.3s ease;
        margin-bottom: 20px; /* Add margin to create gaps between team members */
    }

    .team-member:hover {
        transform: scale(1.05);
    }
	
h6{
margin-top:0px;
}



    .option {
        cursor: pointer;
        padding: 10px 35px;
        border: 1px solid #ccc;
        border-radius: 5px;
        display: inline-block;
        margin: 5px;
        color: black;
    }
    .selected {
        background-color: #e7a354; /* yellow color for selected option */
        color: white;
    }
    .tick-mark {
        font-weight: bold;
        margin-left: 5px;
    }
    
    
    
