/*servicebanner*/
.container-fluid.service-fluid img {
    filter: hue-rotate(310deg);
}
.service-fluid{
	z-index: 1;
    position: relative;
    /*padding: 125px 0 125px;*/
	padding:0px;
 /* background: radial-gradient(circle, rgba(244,217,250,1) 0%, rgba(248,206,252,1) 58%);*/
	
}
.servicebanner .service-col{
	padding:70px 5px;
	/*margin-left: -57px;*/
}
.service-col-1{
	padding:70px!important;
}
.servicebanner{
	/*margin-top:75px;
	background-color: rgb(181 51 209 / 19%);*/

}
mark {
    padding: 0!important;
    color: rgb(181, 51, 209)!important;
	/*color: var(--bs-primary)!important;*/
    background-color: transparent!important;
}

.service-ul {
    gap: 5px;
    padding-left: 28px;
    margin-bottom: 47px;
    border-left: 1px solid rgb(181, 51, 209);
    list-style: none;
}

/* Align List Items Properly */
.service-ul > li {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    position: relative;
    margin-bottom: 10px;
	color:black;
   /* padding-left: 40px;*/
}

/* Outer Circle */
.service-ul > li::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 3px solid rgb(181, 51, 209);
    border-radius: 50%;
    background: transparent;
    position: absolute;
    left: -38px;
    top: 50%;
    transform: translateY(-50%);
}

/* Inner Circle */
.service-ul > li::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgb(181, 51, 209);
    position: absolute;
    left: -33px;
    top: 50%;
    transform: translateY(-50%);
}

/* Center Default Bullet in Circle */
.service-ul > li::marker {
    color: rgb(181, 51, 209);
    font-size: 1rem;
    position: absolute;
    left: -30px;
}
.service-list{
	margin-left:10px;
}
.service-heading{
	    text-transform: uppercase;
   
    margin-bottom: 20px;
	color:rgb(181, 51, 209);
}
.service-txt{
   font-weight:bold;
    font-size: 44px;
	color:black;
}
.banner-btn {
          background-color:rgb(181, 51, 209)!important;
        color: white!important;
        border-radius: 20px!important;
        padding: 10px 20px!important;
        }
.banner-btn:hover{
    border: 1px solid rgb(181, 51, 209)!important;
	color: rgb(181, 51, 209)!important;
    background-color: transparent!important;
}
        .contact-btn {
					color: white!important;
    background: rgb(181, 51, 209)!important;
    border: none!important;
    width: 50px!important;
    height: 50px!important;
    padding: 10px 20px!important;
    border-radius: 50px!important;
    display: inline-flex!important;
    justify-content: center!important;
    align-items: center!important;
    gap: 5px!important;
        }
.contact-btn:hover{
    border: 1px solid rgb(181, 51, 209)!important;
	color: rgb(181, 51, 209)!important;
    background-color: transparent!important;
}
 
        .contact-info {
            display: flex;
            align-items: center;
            margin-top: 0px;
        }
        .contact-info .phone-number {
            margin-left: 10px;
            font-weight: 600;
        }
.phone-number{
	display: flex;
    flex-direction: column;
}
.serviceimage {
   /* width: 500px;
    height: 500px;
    position: relative;  */
	width: 100%;
    max-width: 500px;
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: visible; /* Ensure no clipping */
}
.outer-circle, .middle-circle, .inner-circle, .innermost-circle {
   border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    animation: spin 20s linear infinite;
}
.middle-circle {
    width: 75%;
   /* height: 70%;*/
    animation: spinReverse 20s linear infinite;
}
 .outer-circle {
            width: 85%;
         padding-bottom: 10px;
    padding-right: 10px;
            border-radius: 0% !important;
        }
.inner-circle {
    width: 65%;
   /* height: 80%;*/
    animation: spinReverse 20s linear infinite;
}
.innermost-circle {
    width: 15%;
    height: 15%;
    animation: none;
}
@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}
@keyframes spinReverse {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(-360deg); }
}

@keyframes phoneRinging {
    0% { transform: rotate(0); }
    15% { transform: rotate(-15deg); }
    30% { transform: rotate(15deg); }
    45% { transform: rotate(-15deg); }
    60% { transform: rotate(15deg); }
    75% { transform: rotate(-15deg); }
    100% { transform: rotate(0); }
}

.contact-btn i {
    display: inline-block;
    animation: phoneRinging 1.5s infinite linear;
}


.service-fluid [class*="shape-image-"] {
    position: absolute;
}
.service-fluid .shape-image-1 {
   top: 38px;
    width: 70%;
    left: 22px;
   /* max-width: 1130px;*/
}
img:not([draggable]), embed, object, video {
    height: auto;
    max-width: 100%;
}
img {
    border: none;
    height: auto;
    max-width: 100%;
    user-select: none;
    vertical-align: middle;
}

.service-fluid .shape-image-2 {
    left: 9px;
    bottom: 20px;
   max-width: 920px;
}
.service-fluid .shape-image-3 {
  top: 48px;
    right: 13px;
    max-width: 280px;
}
.service-fluid .shape-image-4 {
     right: 13px;
    bottom: 48px;
    max-width: 270px;
}
.banner-btn1{
	display:flex;
	align-items:center;
	gap:15px;
	
}

@media(max-width:729px){
	.service-content{
		margin-left:11px;
	}
	.servicebanner .service-col {
		padding: 0px!important;
    margin-left: 0px!important;
    margin-top: 35px!important;
	}
	.service-fluid .shape-image-3{
		top: 488px;
    width: 90px;
	}
	.service-fluid .shape-image-1{
		    top: 482px;
    width: 195px;
		left:10px;
	}
	.service-txt{
		font-size:20px;
	}
	.text-banner{
		font-size:14px;
	}
	.service-ul > li{
		font-size:14px;
	}
	.banner-btn1{
		display:block;
	}
	.contact-info{
		margin-top:20px;
	}
	.service-col-1{
		padding:0px!important;
	}
	.serviceimage{
		margin-top:10px;
  
	}
	.service-fluid .shape-image-4{
		    width: 100px;
    bottom: 10px;
		right:13px;
	}
	.service-fluid .shape-image-2{
		width: 183px;
    bottom: 6px;
		left:10px!important;
	}
	.innermost-circle{
		width:10%;
	}
	.middle-circle{
		width:70%;
	}
	.outer-circle{
		width:80%;
	}
	.inner-circle{
		width:60%;
	}
}

/*frag1check*/


.title{
	font-weight:bold;
	font-size:44px;
}
.frag1-check{
	list-style:none;
}
.frag1-check {
    list-style: none;
    padding: 0;
}

.frag1-check li {
    display: flex;
    align-items: center;
    gap: 10px; 
  
}

.frag1-check i {
    color: rgb(181, 51, 209);
    font-size: 15px;
    margin-top: -16px;
}

    .frag1{
        margin-top: 75px;
    }
   /* .services-content{
       margin-top:50px;
    }*/
    .fnt30{
        font-size: 30px;
    }
    .txt01{
			color:rgb(180,51,208);
        text-transform: uppercase;
       
    }
    /*.fnt65{
        font-size: 15px;
    }*/
   .txt02{
        font-size: 14px;
    }
    .fnt15{
        font-size: 14px;
       /* max-width:380px;
			font-weight:bold;*/
    }
.ptext{
	font-size:14px;
}
    .btn-custom2 {
        background-color: rgb(181,51,209);
        color: white;
        border-radius: 20px;
        padding: 10px 20px;
    }



/*.btn-custom1{
	background-color: rgb(181,51,209);
    color: white;
    border-radius: 20px;
    padding: 10px 15px;
    font-size: 10px;
    font-weight: 500;
}*/
    .btn-custom2:hover{
      
    border: 1px solid rgb(181,51,209) ;
	color: rgb(181, 51, 209) ;
    background-color: transparent ;

    }
    .serviceimg-1 img{
        width: 100%;
        height: 470px;
        border-radius: 20px;
    object-fit: cover;
    }

@media(max-width:729px){
	.frag1{
		margin-top:30px;
	}
/*	.txt01{
		font-size:15px;
	}
	.txt02{
		font-size:10px;
	}
	.txt03{
		font-size:10px;
	}
	.btn-custom1{
		font-size:13px;
		padding: 8px 13px;
	}*/
	    .btn-custom2 {
        display: block;
        width: fit-content;
        /* margin: 20px auto; */
				font-size: 14px;
	}
	.serviceimg-1 img{
		margin-top:20px;
		
        height: auto;
  
	}
	
/*	.ptext{
		font-size:12px;
	}*/
	.title{
		font-size:20px;
	}
}

/*fragment2*/
.frag2{
    margin-top: 75px;
}
.frag2-head{
color:rgb(181,51,209);
}
.fnt45{
    font-size: 44px;
	font-weight:bold;
}
.fnt13{
   max-width: 450px;
   font-size: 14px;
   margin-top: 20px;
}

.services-roi {
    position: relative;
    display: flex;
    align-items: center;
}
.services-roi::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 10%;
    height: 80%;
    width: 1px;
    background-color: #ddd; 
}

.checklist {
    list-style: none;
    padding: 35px;
    margin-left: 30px;
}
.checklist li {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
}
.check-text{
    margin-top: 10px;
    margin-left: 10px;
    font-size: 14px;
}
.check-icon{
    background-color: rgb(180,51,208); 
    color: white;
    border-radius: 50%; 
    font-size: 24px; 
    width: 25px; 
    height: 25px;
    display: inline-flex; 
    align-items: center; 
    justify-content: center; 
	margin-top: -10px;
}

@media(max-width:729px){
	.frag2{
		margin-top:50px;
	}
	.frag2-head{
		font-size:20px;
	}
	 .services-roi::before {
		 display:none;
       /* width: 100%;
        height: 2px;
        margin: 20px 0; */
    }
	.checklist {
		padding:0px;
		margin-left:6px;
	}
	.check-text{
		font-size:13px;
		margin-top:18px;
	}
	/*.check-icon{
		font-size: 14px;
    height: 20px;
    width: 20px;
	}*/
}

/*fragment7*/
.frag6{
    margin-top: 75px;
}
.info-box:hover {
    transform: translateY(-5px);
	cursor:pointer;
}
.info-box1:hover {
    transform: translateY(-5px);
	cursor:pointer;
}
.farg-li{
	font-size:14px;
}
.frag6-txt{
	max-width: 660px;
    text-align: center;
    margin-left: 210px;
   
    font-size: 14px;
}
.frag6-heading{
	/*max-width:600px;*/
	text-align:center;
	font-size:44px;
	font-weight:bold;
	color:rgb(181,51,209);
}
.icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #F7F7FA; 
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
   
}
.frag6-icon{
    color: rgb(181,51,209); 
    font-size: 28px; 
}

.info1-text{
    font-weight: bold;
    font-size: 16px;
	margin-top:25px;
}
/*.container {
    max-width: 1000px;
    margin: auto;
    padding: 50px 20px;
    text-align: center;
}*/
.service-menu {
    background: black;
    padding: 20px;
    border-radius: 10px;
    color: white;
}
.service-menu .active {
    background: #7b5be1;
    border-radius: 20px;
    padding: 10px;
}
.service-menu li {
    list-style: none;
    padding: 10px 0;
    cursor: pointer;
}
.content-box {
    background: white;
    padding: 30px;
    border-radius: 10px;
    text-align: left;
}
.btn-custom {
    background: black;
    color: white;
    border-radius: 25px;
    padding: 10px 20px;
    text-decoration: none;
}
.btn-custom:hover {
    background: #7b5be1;
}

.info-row {
    display: flex;
    flex-wrap: wrap; 
}

.info-box {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
    height: 100%; 
    display: flex;
    flex-direction: column; 
    justify-content: space-between; 
    min-height: 250px; 
}
.frag7-para{
	margin-top:30px;
}
.para-ul{
	margin-top:22px;
}

.info-box1 {

    padding: 20px;
   
  border-radius: 10px;
    text-align: left;
    height: 100%; 
    display: flex;
    flex-direction: column; 
    justify-content: space-between; 
    min-height: 250px; 
	/*background: radial-gradient(circle, rgb(185 17 235 / 17%) 0%, rgb(255 215 233) 100%);*/
	color: white;
    background: rgb(181, 51, 209);
}
.para{
	font-size:16px;
	font-weight:bold;
}
.para-li{
	font-size:14px;
	margin-bottom:2px;
}

@media(max-width:729px){
	.frag6{
		margin-top:50px;
	}
	.frag6-heading {
		font-size:20px;
	}

	.frag6-txt{
		margin-left:0px;
		font-size:14px;
		text-align:left;
	}
	.info-text {
		margin-top: 15px;
    font-size: 20px;
	}
	.icon-circle {
		    height: 40px;
    width: 40px;
	}
	.frag6-icon{
		font-size:18px;
	}
	.info-row{
		margin-top:20px !important;
	}
	#info-row1{
		margin-top:0px!important;
	}
	.info-box1{
		margin-top:20px;
		height:auto;
	}
	.para-ul, .frag7-ul{
		margin-top:5px;
		padding-left: 1rem;
	}
	.para-li{
		margin-bottom:8px;
	}
	.info-box{
		padding:17px;
	}
	.info1-text, .para{
		font-size:14px;
	}
}
	
/*fragment6*/
.frag5{
    margin-top: 75px;
}

.icon-arrow {
    font-size: 40px; 
    margin-left: auto; 
       display: none;
}
.nav-link.active .icon-arrow {
    display: inline-block; 
}
.fnt-19{
    font-size:19px;
}
.frag5-heading{
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}
.frag05-text{
   color: rgb(181, 51, 209);
    font-size: 44px;
    margin-left: 52px;
    font-weight: bold;
}
.sidebar-btn{
   height: 80px;
}
.farg5-txt{
    margin-top:10px;
    font-size:20px;
}
.sidebar .nav-item a{
	margin-left:0px!important;
}
.text01{
    max-width: 855px;
    margin-left: 125px;
    font-size: 14px;
}
.service-section {
     margin: auto;
   /* max-width: 1200px;
   
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);*/
}
.sidebar .nav-item {
    margin-bottom: 10px;
}
.sidebar {
    overflow-y:hidden;
    background: black;
    color: white;
    border-radius: 20px 0 0 20px;
	
    padding: 35px;
    width: 40%;
  /*  height:454px;*/
	height:480px;
    position:relative;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.sidebar .nav-link {
    padding: 15px 25px;
    color: white;
    border-radius: 50px;
	height: 80px;
   /* width: 230px;*/
	width:401px;
	 font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*transition: all 0.3s ease;
    padding-left: 30px;*/
}
/*.sidebar ul li i {
    display: none; 

}*/

.sidebar .nav-link.active {
    /*background: rgb(181, 51, 209);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center; 
    position: relative;
    z-index: 10;
    width: 290px;
    gap: 10px;*/
	 background: rgb(181, 51, 209);
    color: white;
    width: 401px;
    position: relative;
    z-index: 10;
}
.sidebar .nav-link.active i {
    /* background: black;
    color: white;
    padding: 8px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 40px; 
    display: flex;
    align-items: center;
    justify-content: center;*/
	background: black;
    color: white;
    padding: 8px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.content01 {
    width: 60%;
    margin-left: -30px;
    padding: 75px;
    border-radius: 35px 35px 35px 35px;
    background: white; 
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.1);
}
.content01 h2 {
    font-weight: bold;
    font-size: 40px;
}
.btn-custom2 {
   background-color: rgb(181,51,209);
    color: white;
    padding: 12px 20px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
}
 /*.btn-custom1 {
        background-color: rgb(181,51,209);
        color: white;
        border-radius: 20px;
        padding: 10px 20px;
    }*/
.btn-custom2:hover{
    border: 1px solid rgb(181,51,209) ;
    color: rgb(181, 51, 209) ;
    background-color: transparent ;
    text-decoration:none;
    }
.btn-custom2 i {
    margin-left: 5px;
}

@media(max-width:729px){
    .frag5{
        margin-top:50px;
    }
    .frag05-text, .text01 {
        margin-left:0px;
    }
    .frag05-text{
        font-size:20px;
    }
    .text01 {
        font-size:11px;
    }
    .service-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .sidebar {
        width: 100%;
        border-radius: 20px 20px 0 0;
        text-align: center;
			height: 360px;
    }

   /* .sidebar .nav-link {
        text-align: center;
        padding: 12px;
        font-size: 14px;
    }*/

    .content01 {
        width: 100%;
        margin-left: 0;
        padding: 20px;
        border-radius: 0 0 20px 20px;
        box-shadow: none;
    }

    .content01 h2 {
        font-size: 20px;
    }

    .farg5-txt {
        font-size: 14px;
    }

    .btn-custom2 {
        display: block;
        width: fit-content;
        margin: 20px auto;
        font-size: 14px;
    }
    .sidebar-btn{
       /* margin-left:-9px;*/
			height:50px;
    }
    .sidebar-frag{
        padding:0px;
    }
	.fnt-15{
		font-size:15px;
	}
	.sidebar .nav-link.active i{
		width: 30px;
    height: 30px;
    font-size: 30px;
	}
	/*.sidebar .nav-link.active {
		width: 246px;
        padding: 25px 13px;
	}*/
	.sidebar .nav-link{
		height:0px!important;
   width: 246px!important;
        padding: 25px 13px;

	}
	.fnt-19{
		font-size:14px;
	}
}

/*fragment3*/
.frag3{
    margin-top: 75px;
}
 .frag3-ul h4, .frag3-ul p {
	 display: inline;
}
/*.txt-li{
	font-size:14px;
	font-weight:bold;
}
.frag3-ul{
	list-style:none;
	padding:0px;
}
  .frag3-ul li {
    margin-bottom: 8px;
  }
  .frag3-ul h4 {
    display: inline;
  font-size:14px;
	font-weight:bold;

  }*/
.custom-text{
	font-size:14px;
}
.frag3-heading{
    text-align: center;
    text-transform: uppercase;
color:rgb(181,51,209);
	font-weight:bold;
}
.serviceimg2 img{
    border: none;
    border-radius: 20px;
    box-shadow: none;
    height: auto;
    max-width: 100%;
}
.frag3-text {
  /* max-width: 610px;
     line-height: 1.4; */
    /* word-wrap: break-word; */
    font-weight: bold;
    font-size: 44px;
    text-align: center;
	
    /*margin-left: 260px;*/
}
.frag3-text1{
	font-size: 20px;
    font-weight: bold;
}
.frag3-text2{
	font-size: 17px;
    margin-top: 15px;
}
.serviceimg2{
	padding:30px;
}
.service-text{
		padding:60px;
}
.info {
    display: flex;
    flex-wrap: wrap; 
}

.info-box2 {
    background: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
   height:100px;
    display: flex;
    flex-direction: column; 
   /* justify-content: space-between; */
    min-height: 250px; 
}
.icon-circle1 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #F7F7FA; 
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    flex-shrink: 0;
}

.percentage {
    color: rgb(181, 51, 209); 
    font-size: 20px; 
    margin: 0;
}

.info-text{
	font-size: 20px;
    font-weight: bold;
	margin-top:20px;
}
.txt{
	font-size:14px;
}
.info-box2:hover{
	transform: translateY(-5px);
}

@media(max-width:729px){
	.frag3{
		margin-top:50px;
	}
	.frag3-text{
		margin-left:0px;
		font-size: 20px;
	}
	.serviceimg2, .service-text{
		padding:0px;
	}
	.serviceimg2 img {
		border-radius:20px;
	}
	.frag3-text1{
		font-size: 20px;
    margin-top: 25px;
	}
	.frag3-text2 {
		font-size:14px;
	}
	.info-box2{
		margin-bottom:20px;
	  min-height: 200px;
	}
	.fnt18{
		
	 font-size:14px;
	}
	.card-container{
		padding:0px!important;
	}
	/*.info-icon i{
		margin-left:40px;
	}
	*/
}
.info-header {
    display: flex;
   /* align-items: center; */
    justify-content: space-between; 
    gap: 145px; 
}
.info-icon i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #F7F7FA;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: rgb(181,51,209); 
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); 
    font-size: 20px; 
}
.info-percentage {
    font-size: 20px;
    font-weight: bold;
    color: rgb(181, 51, 209);
	
}

/*testimonial*/
.frag-testimonial{
	margin-top:75px;
}
.testimonial-section {
    background-color: #f8f9fa;
    border-radius: 15px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.testimonial-text {
    flex: 1;
    padding-right: 20px;
}
.testimonial-text blockquote {
    font-style: italic;
    color: #333;
	font-size:24px;
}
.testimonial-text .quote-icon {
    color: rgb(181,51,209);
    font-size: 25px;
}
.testimonial-author {
    font-weight: bold;
    margin-top: 10px;
	font-size:15px;
}
.testimonial-image {
    flex: 1;
    border-radius: 15px;
    overflow: hidden;
}
.testimonial-image img {
    width: 100%;
    border-radius: 15px;
}
.reviews-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 550px;
    background: white;
 
   position: relative;
    z-index: 1;
    margin-top: -55px;
    border-radius: 50px 0px 0px 0px;
   margin-bottom: 0px;
    padding: 30px 60px 10px 60px;
    
}
.reviews-section .stars {
    color: #f5c518;
    font-size: 15px;
}
.reviews-section a {
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

@media(max-width:729px){
	.frag-testimonial{
		margin-top:50px!important;
	}
	.testimonial-text blockquote{
		font-size:17px!important;
	}
	.testimonial-author {
		font-size:13px!important;
	}
	.testimonial-image{
		margin-top:20px!important;
		padding: 0px!important;
    margin-left: 11px;
	}
	.reviews-section{
		margin-left: -10px !important;
        margin-top: -25px;
        padding: 10px;
        /*width: 305px;*/
    }
	.reviews-section .stars {
    font-size: 9px;
    margin-left: 15px;
    margin-top: 10px;
	}
}
	.testimonial-section {
		padding:0px!important;
	}
	.reviews-section a{
		font-size:10px;
	}

/*fragment9*/

/*.faq-fluid{
	background: radial-gradient(circle, rgb(185 17 235 / 0%) 0%, rgba(255, 215, 233, 1) 100%);
}*/
.frag-faq{
    margin-top: 75px;
}
.faq{
	text-align:center;
	color:rgb(181,51,209);
    font-weight: bold;
}
.faq-heading{
   font-size: 44px;
    
    text-align: center;
    font-weight: bold;
    
}
.content-p{
    text-align: center;
	font-size:12px;
}
   /* h1 {
        text-align: center;
        margin: 30px 0;
        font-weight: bold;
        color: #286963;
        border-bottom: 1px solid #286963;
        padding-bottom: 10px;
    }*/
   /* .custom-accordion-button {
        width: 100%;
        border-radius: 40px;
        font-weight: bold;
        color: #286963;
        background-color: #bde0de;
        border: 1px solid #286963;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
        font-size: 18px;
        cursor: pointer;
    }*/
   /* .custom-accordion-button:not(.collapsed) {
        background-color: #286963;
        color: #ffffff;
    }*/
   /* .accordion-body {
        background-color: #e3f6f5;
        border: 1px solid #286963;
        border-radius: 5px;
        padding: 15px;
    }*/
    .custom-accordion-button:focus {
        box-shadow: none;
    }
   /* .accordion-item {
        border: none;
    }*/

/* Accordion Custom Button */
.frag-faq .custom-accordion-button {
    width: 100%;
    border-radius: 40px;
    font-weight: bold;
    color: rgb(181,51,209);
    background-color: transparent;
    border: none;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    font-size: 18px;
    cursor: pointer;
	border: 1px solid #d5d8dc;
}

/* Active Accordion Button */
.frag-faq .custom-accordion-button:not(.collapsed) {
    background-color: rgb(181,51,209);
    color: white;
	border: 1px solid black;
    border-radius: 50px;
}

/* Accordion Body */
.frag-faq .accordion-body {
   /* background-color: #e3f6f5;*/
    border: none;
    border-radius: 5px;
    padding: 15px;
	
}

/* Remove Focus Shadow */
.frag-faq .custom-accordion-button:focus {
    box-shadow: none;
}

/* Remove Accordion Item Border */
.frag-faq .accordion-item {
    border: none;
	background-color:transparent;
}
.frag-faq .accordion-collapse.show .accordion-body {
    border-left: 1px solid rgb(181,51,209);
    border-right: 1px solid rgb(181,51,209);
   
    border-radius: 0px;
    padding: 15px;
}
.frag-faq .accordion-item:nth-child(1){
	margin-top:-9px!important;
}
.frag-faq .accordion-item:nth-child(2){
	margin-top:-9px!important;
	margin-bottom:0px;
}
.frag-faq .accordion-item:nth-child(3){
	margin-top:-9px!important;
}
.frag-faq .accordion-item:nth-child(4){
	margin-top:-9px!important;
}
@media(max-width:729px){
	.frag-faq .custom-accordion-button:not(.collapsed) {
		font-size: 12px;
	}
	.frag-faq .accordion-collapse.show .accordion-body{
		font-size:12px;
	}
	.frag-faq .accordion-body{
			font-size:12px!important;
	}
	.frag-faq .custom-accordion-button{
		font-size: 14px;
		text-align:left;
	}
	.frag-faq{
		margin-top:50px;
	}
	.faq-heading {
		font-size:20px;
	}
	.content-p{
		margin-top:10px;
		
	}
	
}