.hero-section{
}

.hero-section .sec-content{
width: 70%;
    padding-left: 20%;
    background: white;
    border-radius: 0px 10px 10px 0px;
    height: 50%;
    overflow: hidden;
    position: relative;
    margin-left: -20%;
    margin-top: 1%;
}

.hero-section .sec-img img{max-width: 110%;
    width: 110%;}

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

.input-button-container {
    display: flex;
    align-items: center; 
}

.email-input {
    flex: 1; 
    margin-right: 10px; 
    width: 100%; 
}

.for-now{
    border-radius: 30px;
    border-color: #9B51E0;
    padding: 5px;
}

.for-now::placeholder {
    text-indent: 10px;
    color: #9B51E0;
    font-weight: bold;
    font-size: 13px;
}

.for-now-button{
    border-radius: 30px;
    padding: 6px 15px 6px 15px;
    border: 2px solid #FFD80F;
    background-color: #FFE458;
    color: #9B51E0;
    margin-left: -40px;
    font-size: 1em;
    z-index: 2;
}

.slick-arrow{
    background-color: #9B51E0;
    opacity: 1 !important;
}


@media (max-width: 991px) {
    .hero-section .sec-content {
        width: 100%;
        padding-left: 0px;
        border-radius: 10px 10px 10px 10px;
        height: 100%;
        overflow: hidden;
        position: relative;
        margin-left: 0px;
        margin-top: 0px;
        margin-left: 30px;
        margin-right: 30px;
      }
  }

.navbar-nav .menu-item-27 span a{
    background-color: #9B51E0;
    color: white !important;
    border-radius: 80px !important;
  }

.the-purple-color{
	color:#9B51E0;
}
  

  /* service caro*/

.cust-service-caro .wppb-flipbox-panel {
    min-height: 490px;
	border-radius: 40px;
}

.cust-service-caro .wppb-flipbox-front::before {
    display: none;
}

.cust-service-caro .wppb-flipbox-front .flip-box-inner {
    vertical-align: bottom;
    text-align: left;
    padding-left: 0;
}

.cust-service-caro .wppb-flip-box-addon:hover .wppb-flipbox-front .flip-box-inner {
    display: none;
}

.services .owl-nav {
    display: block !important;

}

/* Owl carousel*/

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    display: inline-block;
    margin: 8px;
    color: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 100% !important;
    text-decoration: none !important;
    padding: 0;
    background: #FFE458 !important;
    font-size: 2em !important;
    font-weight: 900;
    line-height: 40px !important;
    text-align: center;
    position: absolute;
    top: 40%;
}

.owl-carousel .owl-prev {
    left: 0;
	display: none;
	
}

.owl-carousel .owl-next {
    right: 0;
	display: none;
}

.the-yellow{
	color: #FFD80F;
	font-weight: 500;
}

.wppb-flipbox-back.flip-box:before, .threeD-flip-back:before {
    background: rgba(255,228,88,0.8);
}

.back-title-carousel{
	color: #7E43BE;
	font-size: 1.6em;
	font-weight: 500;
}

.back-content-carousel{
	color: #393E46;
	font-weight: 500;
}


/* Change the color of "Today" */
.my-calendar-today .mc-active {
    color: #9B51E0; 
	font-weight: 500 !important;
}

/* Change the color of "List" */
.mc-format .list {
    color: #9B51E0; 
	font-weight: 500 !important;
}

/* Change the color of all months in the drop-down */
.mc-date-switcher select#mc-54b04c5a87d8f50b403399865a3b21c8-month {
    color: #9B51E0; 
	font-weight: 500 !important;
}

/* Change the color of all years in the drop-down */
.mc-date-switcher select#mc-54b04c5a87d8f50b403399865a3b21c8-year {
    color: #9B51E0; 
	font-weight: 500 !important;
}

/* Change the color of "Print" */
.mc-print a#mc_print-mc-54b04c5a87d8f50b403399865a3b21c8 {
    color: #9B51E0; 
	font-weight: 500 !important;
}

/* Change the color of "Month" */
.mc-time span#mc_month-mc-54b04c5a87d8f50b403399865a3b21c8.month {
    color: #9B51E0; 
	font-weight: 500 !important;
}

/* Change the color of "Week" */
.mc-time a#mc_week-mc-54b04c5a87d8f50b403399865a3b21c8.week {
    color: #9B51E0; 
	font-weight: 500 !important;
}

/* Change the color of "Day" */
.mc-time a#mc_day-mc-54b04c5a87d8f50b403399865a3b21c8.day {
    color: #9B51E0; 
	font-weight: 500 !important;
}

/* Style the previous and next arrows */
.my-calendar-prev a, .my-calendar-next a {
  color: #9B51E0; 
}

/* Style the "Go" button */
.mc-date-switcher .button {
  background-color: transparent; 
  color: #9B51E0; 
  margin-left: 8px !important;
  border-radius: 10px !important;
}

.my-calendar-date-switcher .mc-date-switcher div select#mc-54b04c5a87d8f50b403399865a3b21c8-year{
	margin-left: 8px !important;
	border-radius: 0px !important;
}

.mc-content .mc-list li div .details .sharing p {
    display: none;
}


nav[aria-label="Calendar (top)"] {
    background-color: white;
    margin-bottom: 5px;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
	padding-left: 15px;
}

.form-control {
	border-radius: 1.1rem !important;
	border: 3px solid #FFD80F !important;
	font-weight: 600 !important;
}

.form-control::placeholder{
	color: #7B44BB !important;
}

.form-button-main{
 background-color: #7B44BB;
 border-radius: 35px;
 border: 5px solid #FFD80F !important;
 color: white;
 padding: 11px 40px 11px 40px !important;
 font-weight: 600 !important;
}

.form-button-main:hover{
 background-color: #7B44BB !important;
 color: white;
}

.custom-design .fields .p-1 p span {
    width: 100%
}

.slick-slide .slick-slide-item .wppb-carousel-content-wrap .wppb-container .wppb-carousel-media img {
 border-radius: 30px;
}


/* CSS to style the form */
.wpcf7-form p {
    display: flex;
    align-items: center;
}

form .wpcf7-spinner:after {
    content: "";
    display: block;
    background-image: url(/wp-content/uploads/2023/12/Double-Ring.gif);
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    max-width: 200px;
    margin: auto;
}

.wpcf7-spinner::before {
	display: none !important;
}
