@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');



/* Base CSS */

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #3E3E3F;
}

body {
    color: #3E3E3F;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

a:hover {
    text-decoration: none
}

a, button, input, textarea{
    outline: none !important;
}

.section-padding{
    padding: 80px 0;
}

.container{
    max-width: 1430px;
}



/*----------- Header Area Start  ----------*/
header{
    padding: 32px 0;
}
.header-logo a {
    display: inline-block;
}

.header-logo a img {
    width: 230px;
    position: relative;
    top: -3px;
}

.header-right-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 24px;
    padding-left: 25px;
}

.mainmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mainmenu ul li {
    display: inline;
    margin-right: 35px;
}
.mainmenu ul li:last-child{
    margin-right: 0;
}

.mainmenu ul li a {
    display: inline-block;
    color: #3E3E3F;
    font-size: 16px;
    text-decoration: none;
    transition: .2s;
    font-weight: 500;
}
.mainmenu ul li a:hover{
   color: #64498D;
}
.header-btn a {
    border: 1.5px solid #64498D;
    color: #fff;
    background: #64498D;
    display: inline-block;
    text-decoration: none;
    padding: 17px 34px;
    border-radius: 40px;
    transition: .3s;
    line-height: 1;
    font-size: 16px;
    font-weight: normal;
}
.header-btn a:hover{
    background-color: transparent;
    color: #64498D;
}
.menu_x{
    display: none;
    cursor: pointer;
}

.menu_trigger{
    display: none;
   cursor: pointer;
}
.menu_trigger img{
    width: 30px;
}
/*----------- Header Area End ----------*/







/*----------- Header Area Start ----------*/
.hero-area {
    background-image: linear-gradient(to bottom, #ffffff, #fbfdff, #f5fcfe, #f0fbf8, #f2f9ef);
    padding-top: 90px;
    padding-bottom: 150px;
    position: relative;
    z-index: 1;
}
.hero-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 740px;
    z-index: -1;
}
.hero-shp {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 760px;
    z-index: -2;
}

.hero-content {
    max-width: 820px;
    position: relative;
    z-index: 2;
}
.hero-logo {
    margin-bottom: 25px;
}

.hero-logo img {
    width: 250px;
}

.hero-content h4 {
    font-size: 22px;
    font-weight: 600;
    color: #350356;
    margin-bottom: 30px;
}

.hero-content h1 {
    color: #64498D;
    font-size: 56px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 30px;
}

.hero-content h1 span {
    color: #74C056;
}

.hero-content p {
    font-size: 20px;
    line-height: 150%;
    color: #545557;
}
.hero-btn{
    margin-top: 30px;
}
.common__btn {
    background: #74C056;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    padding: 16px 30px;
    border-radius: 50px;
    border: 1.5px solid #74C056;
    font-size: 18px;
    line-height: 1;
    transition: .3s;
    text-transform: capitalize;
}

.common__btn:hover {
    background: transparent;
    color: #74C056;
}
.shp-for-sm{
    display: none;
}
/*----------- Header Area End ----------*/







/*----------- My Plans Area Start ----------*/
.my-plans-area {
    padding-bottom: 65px;
}
.myPlans-title {
    text-align: center;
    margin-bottom: 50px;
}

.myPlans-title h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
}
.myPlans-wrapper {
    background-image: linear-gradient(to right, #411e55, #4b2661, #552e6c, #5f3679, #693f85);
    padding: 50px 75px;
    border-radius: 18px;
    margin-top: -75px;
    position: relative;
    z-index: 99;
    padding-bottom: 40px;
}
.myPlans-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}
.myplan-card {
    background: #fff;
    border-radius: 16px;
    transition: .3s;
    margin-bottom: 25px;
}
.myplan-card-title {
    display: flex;
    align-items: center;
    gap: 0 25px;
    position: relative;
    cursor: pointer;
    padding: 30px 45px;
}

.myplan-card-title span {
    display: inline-flex;
    width: 90px;
    height: 90px;
    background: #F8F8F8;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
}

.myplan-card-title span img {
    max-height: 56px;
    max-width: 56px;
}
.myplan-card-title h3 {
    color: #350356;
    margin: 0;
    font-weight: 600;
    font-size: 32px;
}
.myplan-card-content {
    border-top: 1px solid #D1C5DC;
    transition: .3s;
    max-height: 100%;
    opacity: 1;
    padding: 40px 45px;
    padding-top: 30px;
}
.myplan-card-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.myplan-card-content ul li {
    display: block;
    padding-left: 22px;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 150%;
    position: relative;
    color: #3E3E3F;
}
.myplan-card-content li u {
    color: #74C056;
}
.myplan-card-content ul li:after {
    position: absolute;
    left: 0;
    top: 9px;
    content: '';
    background: #74C056;
    width: 8px;
    height: 8px;
}
.card-note p {
    color: #000000;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    line-height: 150%;
}

.card-note {
    padding: 5px 0;
}
.card-btn a {
    display: inline-flex;
    align-items: center;
    gap: 0 12px;
    color: #74C056;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1.5px solid #74C056;
    transition: .3s;
    padding: 2px 0;
}

.card-btn a img {
    transition: .3s;
    position: relative;
    margin-left: 0;
}

.card-btn a:hover img {
    margin-left: 12px;
}
.card__arrow {
    width: 26px;
    height: 13px;
    background-size: 25px;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    background-image: url(../img/angle-top.svg);
    background-position: center;
    background-color: transparent;
}
.myplan-card.active .card__arrow{
    background-image: url(../img/angle-down.svg);
    transition: .3s;
}
.myplans-bottom-wrap {
    text-align: center;
    margin-top: 25px;
}
.myplans-bottom-wrap h4 {
    color: #fff;
    opacity: .5;
    font-weight: 500;
    font-size: 20px;
}

.myplans-bottom-wrap span {
    display: block;
    text-align: center;
    color: #fff;
    opacity: .5;
    font-style: italic;
    margin-bottom: 15px;
}

.plan-btn {
    text-align: center;
    margin-top: 30px;
}
.myplans-bottom-wrap p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
}
.new-pack .star-symbol {
    position: relative;
    line-height: 1;
    top: 0px;
    left: -5px;
}
.myplan-card-title[aria-expanded='true'] .card__arrow{
    transform: rotate(180deg);
    background-image: url(../img/angle-top-green.svg);
}
/*----------- My Plans Area End ----------*/




/*----------- Testimonial Area Start ----------*/
.testimonial-area {
    padding: 70px 0;
    position: relative;
}
.area-title {
    margin-bottom: 60px;
}
.area-title h2 {
    font-size: 40px;
    color: #693F85;
    font-weight: 600;
    line-height: 110%;
}
.area-title p {
    color: #747475;
    font-size: 20px;
    line-height: 150%;
}

.testimonial-card {
    background: #FFFBF5;
    border-radius: 18px;
    padding: 40px;
    height: 100%;
}
.testimonial-card h4 {
    color: #411E55;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 22px;
}
.testimonial-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0 4px;
    margin-bottom: 20px;
}

.testimonial-card li img {
    width: 24px;
}
.testimonial-card p {
    color: #747372;
    line-height: 150%;
    font-size: 16px;
    font-weight: 500;
}
.testimonial-card p:last-child{
    margin-bottom: 0;
}
.testimonial-slider {
    padding: 0 25px;
    position: relative;
    margin-bottom: 70px;
}
.testimonial-slider .owl-stage {
    display: flex;
    align-items: center;
}
.testimonial-slider .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
    position: absolute;
    width: 100%;
    bottom: -60px;
    left: 0;
}

.testimonial-slider .owl-dots .owl-dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #D1C5DC;
    border-radius: 100%;
    transition: .3s;
}
.testimonial-slider .owl-dot.active {
    background: #64498D !important;
}
.testimonial-slider .owl-nav div {
    width: 64px;
    height: 64px;
    background: #D1C5DC;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    transition: .3s;
}
.testimonial-slider .owl-nav div:hover{
    background-color: #937CAF;
}
.testimonial-slider .owl-prev {
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
}
.testimonial-slider .owl-nav img {
    width: 13px;
}

.testimonial-slider .owl-prev img {
    left: -2px;
    position: relative;
}

.testimonial-slider .owl-next img {
    right: -2px;
    position: relative;
}
.testimonial-slider .owl-next {
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
}
.slider-options {
    text-align: center;
    margin-top: 90px;
}

.slider-options p {
    margin-bottom: 45px;
    color: #545557;
}
/*----------- Testimonial Area End ----------*/



/*----------- RoadMap Area Start ----------*/
.roadmap-area {
    background-image: linear-gradient(to bottom, #411e55, #4b2661, #552e6c, #5f3679, #693f85);
    padding: 75px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.roadmap-area .area-title h2{
    color: #fff;
}
.roadmap-shp {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 70%;
    bottom: 0;
    z-index: -1;
    height: auto;
}
.roadmap-card {
    background: #FFFFFF;
    border-radius: 16px;
    display: flex;
    align-items: center;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.roadmap-icon {
    width: 86px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #F8F8F8;
}

.roadmap-icon img {
    width: auto;
    max-height: 52px;
}
.roadmap-text h4 {
    width: 100%;
    color: #350356;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1;
    font-size: 22px;
}

.roadmap-text p {
    font-size: 15px;
    color: #9B9B9C;
    font-weight: 500;
    margin: 0;
}
.roadmap-text {
    width: calc(100% - 86px);
    padding-left: 20px;
}
.roadmap-wrapper-sm{
    display: none;
}





/*----------- RoadMap Area End ----------*/



/*----------- FAQ Area End ----------*/
.faq-area{
    padding-top: 120px;
    padding-bottom: 80px;
}
.faq-area .area-title {
    margin-bottom: 40px;
}

.faq-thumbnail{
    padding-right: 10px;
    margin-top: 10px;
}
.faq-thumbnail img {
    width: 100%;
    border-radius: 18px;
}
.faq-wrapper {
    padding-left: 10px;
}
.accordion-button {
    width: 100%;
    padding: 20px 0;
    font-size: 20px;
    text-align: left;
    box-shadow: none;
    font-weight: 500;
    border-color: #D1C5DC;
}
.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
    background-color: transparent;
    color: #74C056;
}
.accordion-body {
    padding: 0;
    padding-bottom: 20px;
    padding-right: 35px;
}
.accordion-body p {
    color: #9B9B9C;
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
}

.accordion-body p:last-child{
    margin-bottom: 0;
}
.accordion-button::after {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background-image: url("../img/angle-down-purple.svg");
    transform: unset;
    transition: .1s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("../img/angle-top-green.svg");
    transform: unset;
}
.accordion-header button[aria-expanded="true"]{
    border-color: transparent;
    outline: 0;
    box-shadow: none;
    background-color: transparent;
    color: #74C056;
}
.accordion-header button[aria-expanded="true"]::after{
    background-image: url("../img/angle-top-green.svg");
    transform: unset;
}
.faq-btns {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 0 12px;
}
.faq-contact {
    margin-top: 25px;
}

.faq-contact p {
    margin: 0;
    font-size: 20px;
    color: #64498D;
    font-weight: 600;
}

.faq-contact p a {
    color: #64498D;
    text-decoration: none;
}
.accordion-header button {
    color: #693F85;
}

/*----------- FAQ Area End ----------*/



/*----------- Footer Area Start ----------*/
footer {
    background: #F9F8FA;
    padding-top: 40px;
}
.footer-top{
    margin-bottom: 25px;
}
.footer-logo a {
    display: inline-block;
}

.footer-logo img {
    width: 270px;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-left-content p {
    color: #727273;
    font-size: 16px;
    font-weight: normal;
    line-height: 145%;
}

.footer-left-content p span {
    color: #350356;
    font-weight: 600;
}

.social-wrap {
    display: flex;
    align-items: center;
    gap: 0 25px;
    margin-top: 20px;
}

.social-wrap h4 {
    color: #8E7AAC;
    font-size: 22px;
    margin: 0;
}

.social-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0 30px;
}

.social-wrap ul li {
    display: inline-block;
}

.social-wrap ul li a {
    display: inline-block;
    text-decoration: none;
}

.social-wrap ul li a img {
    transform: scale(1);
    transition: .3s;
    max-width: 30px;
    max-height: 30px;
}

.social-wrap ul li a:hover img {
    transform: scale(1.1);
}
.footer-widget h4 {
    font-size: 22px;
    color: #64498D;
    font-weight: 600;
    margin-bottom: 20px;
}

.useful-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.useful-links ul li {
    display: block;
    margin-bottom: 15px;
}

.useful-links ul li a {
    display: inline-block;
    text-decoration: none;
    color: #3E3E3F;
    font-weight: 500;
    transition: .3s;
    text-transform: capitalize;
}

.useful-links li a:hover {
    color: #64498D;
}

.info-item h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 8px;
    color: #3E3E3F;
}

.info-item p {
    font-size: 15px;
    color: #3E3E3F;
}

.info-item {
    margin-bottom: 20px;
}
.copyright-wrapper {
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
}

.copyright-wrapper p {
    color: #3E3E3F;
    font-size: 16px;
    margin: 0;
}
.social-sm{
    display: none;
}
/*----------- Footer Area End ----------*/







/* page loader  */
#preloader {
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	height: 100vh;
	width: 100vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.loader3 {
	width: 70px;
	height: 70px;
	display: inline-block;
	padding: 0px;
	text-align: left;
}

.loader3 span {
	position: absolute;
	display: inline-block;
	width: 70px;
	height: 70px;
	border-radius: 100%;
    background: #74C056;
	-webkit-animation: loader3 1.5s linear infinite;
	animation: loader3 1.5s linear infinite;
}

.loader3 span:last-child {
	animation-delay: -0.9s;
	-webkit-animation-delay: -0.9s;
}

@keyframes loader3 {
  	0% {
    	-webkit-transform: scale(0, 0);
    	        transform: scale(0, 0);
    	opacity: 0.8;
  	}
  	100% {
    	-webkit-transform: scale(1, 1);
    	        transform: scale(1, 1);
    	opacity: 0;
  	}
}

@-webkit-keyframes loader3 {
  	0% {
    	-webkit-transform: scale(0, 0);
    	opacity: 0.8;
  	}
  	100% {
    	-webkit-transform: scale(1, 1);
    	opacity: 0;
  	}
}







.main-section {
    position: relative;
    z-index: 1;
}
.with-background:after {
    background: rgb(116,192,86);
    background: linear-gradient(190deg, rgba(116,192,86,0.09989933473389356) 18%, rgba(116,192,86,0) 100%);
    z-index: -1;
    width: 100%;
    height: 410px;
    content: '';
    left: 0;
    top: 0;
    position: absolute;
}
.page-title-area{
    padding-top: 75px;
    padding-bottom: 50px;
}
.page-title h2{
    font-size: 42px;
    font-weight: 600;
    color: #64498D;
    line-height: 100%;
    margin-bottom: 20px;
}
.page-title p{
    font-size: 20px;
    color: #545557;
    font-weight: 400;
    line-height: 150%;
}
.page-title p:last-child{
    margin-bottom: 0;
}






/*======== Contact Page Style Start =======*/
.contact-area{
    padding-top: 25px;
    padding-bottom: 75px;
}
.contact-box {
    background: rgb(65,30,85);
    background: linear-gradient(90deg, rgba(65,30,85,1) 18%, rgba(105,63,133,1) 100%);
    border-radius: 18px;
    padding: 50px 75px;
    margin-bottom: 75px;
}
.contact-box-title {
    text-align: center;
    margin-bottom: 40px;
}

.contact-box-title h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 500;
}

.contact-box-title p {
    font-size: 20px;
    color: #fff;
}
.contact-info-card {
    background: #fff;
    border-radius: 16px;
    padding: 35px;
}

.contact-infos {
    display: flex;
    align-items: flex-start;
    gap: 0 25px;
}

.contact-card-icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    border-radius: 100%;
    background: #F8F8F8;
    justify-content: center;
    flex-shrink: 0;
}

.contact-card-icon img {
    max-width: 44px;
    max-height: 44px;
}

.contact-card-text {
    flex-shrink: 1;
}

.contact-card-text h4 {
    font-size: 28px;
    line-height: 100%;
    font-weight: 600;
    color: #350356;
    margin-bottom: 10px;
}

.contact-card-text p {
    font-size: 20px;
    color: #3E3E3F;
    line-height: 160%;
    margin: 0;
}
.contact-card-text a {
    display: block;
    color: #3E3E3F;
    text-decoration: none;
    font-weight: bold;
}
.contact-card-btn {
    margin-top: 30px;
}
.contact-card-btn a {
    background: #74C056;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    border-radius: 50px;
    text-align: center;
    line-height: 140%;
    font-size: 20px;
    border: 1.5px solid #74C056;
    transition: .3s;
}

.contact-card-btn a:hover {
    background: transparent;
    color: #74C056;
}
.contact-note p {
    color: #747475;
    font-size: 14px;
    line-height: 150%;
    font-weight: 500;
    margin-bottom: 20px;
}
.circle-main {
    position: absolute;
    width: 35%;
    right: 0;
    top: 35px;
    z-index: -1;
}

/*======== Contact Page Style End =======*/





/*======== About Page Style Start =======*/
.about-box-wrapper {
    background-color: rgb(65, 30, 85);
    background-image: url(../img/about-box-bg.jpg);
    background-position: center;
    padding: 50px 75px;background-size: cover;
    border-radius: 18px;
    margin-bottom: 75px;
}
.about-profile img {
    max-width: 250px;
    border-radius: 100%;
    object-fit: cover;
}
.about-content h2 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 30px;
    line-height: 100%;
    font-size: 600;
}
.about-content p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.profile-info {
    margin-top: 25px;
}
.profile-info span {
    color: #fff;
    display: block;
    margin-bottom: 5px;
}
.profile-info h4 {
    color: #fff;
    font-size: 18px;
    margin: 0;
    font-weight: 600;
}
.mission-wrapper h3 {
    color: #693F85;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 25px;
    line-height: 100%;
}
.mission-wrapper p {
    color: #545557;
    font-size: 18px;
    font-weight: 400;
}
.about-area {
    padding-bottom: 75px;
    padding-top: 10px;
}
.simple-note {
    background: #FFFBF4;
    padding: 50px 25px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 65px;
}
.simple-note h4 {
    font-size: 28px;
    color: #693F85;
    font-weight: 600;
    margin: 0;
}
/*======== About Page Style End =======*/



/*======== Faq Page Style Start =======*/
.faq-area-two {
    padding-bottom: 65px;
}
.faq-area-two .accordion-item {
    background-color: transparent;
}
.faq-area-two .accordion-button {
    background-color: transparent;
}
.faq-area-two .faq-wrapper {
    padding-left: 0;
}
.faq-wrapper {
    margin-bottom: 50px;
}



/*======== Faq Page Style End =======*/





/*======== How Workd Page Style Start =======*/
.how-work-area {
    padding: 65px 0;
    background: rgb(116, 192, 86);
    background: linear-gradient(190deg, rgba(116, 192, 86, 0.09989933473389356) 18%, rgba(116, 192, 86, 0) 100%);
}
.video-box {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    border: 8px solid #64498D;
}
.video-thumb {
    width: 100%;
    height: 100%;
}
.play__btn {
    display: inline-flex;
    width: 140px;
    height: 140px;
    justify-content: center;
    align-items: center;
    background: #74C056;
    border-radius: 100%;
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.play__btn img {
    width: 44px;
    position: relative;
    right: -5px;
}
.how-work-content {
    max-width: 380px;
}
.how-work-content h2 {
    color: #64498D;
    font-size: 40px;
    font-weight: 600;
}
.how-work-content p {
    color: #000000;
    font-size: 18px;
    line-height: 150%;
}
.when-happens-area {
    background: rgb(65, 30, 85);
    background: linear-gradient(90deg, rgba(65, 30, 85, 1) 18%, rgba(105, 63, 133, 1) 100%);
    padding: 50px 0;
}

.happen-wrapper h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin: 0;
}
.step-content {
    max-width: 960px;
}

.step-wrapper {
    padding: 100px 0;
    position: relative;
}
.step-content h2 {
    color: #64498D;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}
.step-content p {
    color: #545557;
    font-size: 17px;
    line-height: 145%;
    font-weight: normal;
    margin-bottom: 20px;
}
.step-content p b {
    color: #545557;
    font-weight: 600;
}
.text-purple {
    color: #64498D;
    font-weight: 600;
}
.price-package-wrap {
    background: #E9E1F1;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    gap: 0 30px;
    margin-bottom: 25px;
    margin-top: 10px;
}
.old-pack {
    background: #411E55;
    border-radius: 16px;
    padding: 18px 35px;
    display: inline-flex;
    align-items: center;
    gap: 0 15px;
    flex-shrink: 0;
    height: 100%;
}

.old-pack h4 {
    color: #fff;
    margin: 0;
    font-size: 40px;
    font-weight: 600;
}

.old-pack span {
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
}
.new-pack {
    display: flex;
    align-items: center;
    gap: 0 30px;
    padding-right: 35px;
}
.new-pack h4 {
    font-size: 36px;
    font-weight: 600;
    margin: 0;
}
.price-note p {
    font-size: 18px;
    margin: 0;
}
.step-content p a {
    color: #545557;
    text-decoration: none;
}
.single-step-wrapper {
    position: relative;
    background: rgb(243,243,243);
    background: linear-gradient(184deg, rgba(243,243,243,1) 0%, rgba(243,243,243,1) 60%);
    overflow: hidden;
    z-index: 1;
}
.step-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
    z-index: -1;
}
.step-2 {
    right: -8%;
}
.step-3 {
    width: 26%;
    right: 4%;
}
.how-works-page-note {
    padding-top: 65px;
    padding-bottom: 45px;
}
/*======== How Workd Page Style End =======*/




/*======== Network Page Style Start =======*/
.network-map-area {
    padding-top: 40px;
    padding-bottom: 65px;
    background: #fff;
}
.network-content {
    max-width: 680px;
    padding-top: 25px;
}
.network-content h2 {
    font-size: 40px;
    color: #64498D;
    font-weight: 600;
    margin-bottom: 30px;
}
.network-content p {
    color: #000000;
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
}
.network-map-wrap img {
    width: 100%;
    margin-bottom: 15px;
}
.network-map-wrap p {
    color: #693F85;
    font-size: 18px;
    text-align: center;
}
.brand-item {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand-slider {
    padding: 0 60px;
}
.brand-slider .owl-nav div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.brand-slider .owl-prev {
    left: 0;
}
.brand-slider .owl-next {
    right: 0;
}
.brand-slider .owl-nav div img{
    width: 34px;
}
.network-card-top {
    background: #F3F3F3;
    padding: 34px;
    border-radius: 16px 16px 0 0;
    text-align: center;
}

.network-card-bottom {
    background: #411E55;
    padding: 34px;
    border-radius: 0 0 16px 16px;
    min-height: 160px;
}
.network-card-top h4 {
    font-size: 28px;
    color: #350356;
    font-weight: 600;
}
.network-card-top h4 {
    font-size: 28px;
    color: #350356;
    font-weight: 600;
}
.search-network-card {
    margin-bottom: 60px;
}

.network-card-top p {
    color: #3E3E3F;
    font-size: 18px;
    margin-bottom: 25px;
}

.network-card-top p b {
    font-weight: 600;
}
.network-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.network-list ul li {
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    padding-left: 20px;
    position: relative;
}

.network-list ul li:after {
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #fff;
    content: '';
    border-radius: 100%;
}
.search-network-area .area-title {
    margin-bottom: 40px;
}
.search-network-area {
    padding: 50px 0;
}

/*======== Network Page Style End =======*/






/*======== Enroll Page Style Start =======*/
.enroll-area {
    padding: 65px 0;
    background: rgb(241,249,238);
    background: linear-gradient(180deg, rgba(241,249,238,1) 0%, rgba(255,255,255,1) 60%);
    overflow: hidden;
    z-index: 1;
}
.enroll-wrapper h2 {
    font-size: 40px;
    color: #64498D;
    font-weight: 600;
    margin-bottom: 25px;
}
.enroll-form {
    background: #fff;
    border-radius: 18px;
    padding: 35px;
    box-shadow: 4px 4px 4px rgba(116, 192, 86, 0.1);
    margin-bottom: 35px;
}
.enroll-field label {
    width: 100%;
    display: block;
    margin-bottom: 12px;
    color: #3E3E3F;
    font-size: 18px;
    font-weight: normal;
}
.enroll-field .form-select {
    height: 50px;
    width: 100%;
    box-shadow: none;
    background-color: #FAFAFA;
    border-radius: 50px;
    padding: 5px 30px;
    color: #9C9C9C;
    font-size: 18px;
    border: 1px solid #EEEEEE;
    font-weight: normal;
    background-position: right 1rem center;
    background-size: 20px 15px;
}
.enroll-field {
    margin-bottom: 25px;
}
.enroll-field input {
    height: 50px;
    width: 100%;
    padding: 5px 30px;
    border-radius: 50px;
    border: 1px solid #EEEEEE;
    font-size: 18px;
    color: #9C9C9C;
    box-shadow: none;
    background: #FAFAFA;
}
.information-box {
    padding: 35px;
    border: 1px solid #74C056;
    border-radius: 18px;
    display: flex;
    align-items: flex-start;
    gap: 0 25px;
    margin-top: 25px;
}

.info-icon {
    width: 45px;
    flex-shrink: 0;
}

.info-details {
    width: 100%;
}

.info-details p {
    font-size: 14px;
    line-height: 145%;
    color: #747475;
    font-weight: normal;
    margin-bottom: 0;
}

.info-details p b {
    font-weight: 600;
}
.enroll-thumb {
    position: relative;
    z-index: 2;
}
.enroll-thumb img {
    position: relative;
    right: -28%;
    transform: scale(1.3);
    bottom: -100px;
    z-index: -2;
}

/*======== Enroll Page Style End =======*/




/*======== Enroll Plans Page Style Start =======*/

.plan-info-top {
    margin-bottom: 35px;
    max-width: 960px;
}

.plan-info-top h2 {
    color: #64498D;
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 25px;
}
.plan-filter .form-select {
    border-radius: 100px;
    border: 1px solid #eee;
    height: 70px;
    font-size: 18px;
    width: 320px;
    background-color: #fff;
    color: #3E3E3F;
    padding: 12px 30px;
    box-shadow: none;
}
.plan-filter .form-select {
    background-position: right .95rem center;
    background-size: 30px 18px;
}
.enroll-plan-head {
    background: #411E55;
    padding: 30px;
    border-radius: 16px 16px 0 0;
    display: flex;
    align-items: center;
    gap: 0 25px;
    justify-content: space-between;
}
.enroll-plan-card {
    box-shadow: 4px 4px 4px rgba(116, 192, 86, 0.1);
    background: #fff;
    border-radius: 18px;
}

.enroll-plan-head h2 {
    margin: 0;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}

.enroll-plan-head h3 {
    color: #fff;
    display: flex;
    align-items: center;
    margin: 0;
    line-height: 1;
    font-size: 30px;
    font-weight: 600;
    gap: 0 10px;
}

.enroll-plan-head h3 sub {
    line-height: 20px;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: normal;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0px;
}
.enroll-plan-infos {
    padding: 30px;
}
.plan-detais-wrap h4 {
    color: #64498D;
    font-size: 20px;
    margin-bottom: 20px;
}
.plan-list {
    margin-bottom: 20px;
    min-height: 750px;
}
.plan-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.plan-list ul li {
    display: block;
    margin-bottom: 12px;
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    line-height: 150%;
    color: #747475;
}

.plan-list li span {
    font-weight: 600;
    color: #350356;
    display: block;
}

.plan-list ul li:after {
    position: absolute;
    left: 0;
    top: 10px;
    height: 6px;
    width: 6px;
    background: #74C056;
    content: '';
}
.plan-card-bottom{
    margin-top: 25px;
}
.enroll-plan-bottom p {
    font-size: 14px;
    color: #747475;
    line-height: 150%;
}
.plan-card-bottom a {
    width: 100%;
    text-align: center;
}
.btn-normal a {
    display: inline-flex;
    text-align: center;
    justify-content: center;
    gap: 0 15px;
    font-size: 17px;
    color: #74C056;
    font-weight: 500;
    text-decoration: none;
    padding: 2px 0;
    border-bottom: 1.5px solid #74C056;
    width: auto;
    transition: .3s;
}
.btn-normal {
    text-align: center;
    margin-top: 25px;
}
.btn-normal img{
    width: 18px !important;
}
.plan-list p {
    margin-top: 25px;
    margin-bottom: 0;
    color: #747475;
    font-size: 14px;
    font-weight: 400;
}
.plan-list p span {
    display: block;
    color: #64498D;
    font-weight: 600;
}


/*======== Enroll Plans Page Style Start =======*/




/*======== Enroll Add-Ons Page Style Start =======*/
.plan-info-top span {
    display: block;
    margin-bottom: 25px;
    color: #3E3E3F;
    font-size: 18px;
}
.plan-info-top h4 {
    font-size: 28px;
    color: #3E3E3F;
    font-weight: 600;
    margin-bottom: 25px;
}
.plan-info-top p {
    font-size: 18px;
    color: #3E3E3F;
    font-weight: 400;
    margin-bottom: 25px;
}
.plan-info-top p span {
    display: inline-block;
    color: #64498D;
    font-weight: 600;
    margin: 0;
}
.enroll-addOns-card {
    box-shadow: 4px 4px 4px rgba(116, 192, 86, 0.1);
    background: #fff;
    border-radius: 18px;
    margin-top: 35px;
}
.enroll-addons-head {
    background: #411E55;
    border-radius: 16px 16px 0 0;
    padding: 25px;
}

.addons-title h2 {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 10px;
}

.addons-title p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    opacity: .7;
    margin: 0;
}

.addond-price-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 20px;
    margin-top: 25px;
}

.addond-price-wrap h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.addond-price-wrap h3 sub {
    font-size: 18px;
    font-weight: 400;
    top: 0;
    line-height: 1;
}

.addon-select-btn {
    background: #74C056;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 60px;
    display: inline-flex;
    align-items: center;
    padding: 13px 25px;
    gap: 0 12px;
    transition: .3s;
}

.addon-select-btn img {
    width: 30px;
}
.addOns-body {
    padding: 35px;
}
.addOns-body .plan-list{
    min-height: 358px;
}
.addOns-body p {
    color: #3E3E3F;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 20px;
    margin-top: 0 !important;
}
.addons-more-btn a {
    display: inline-flex;
    align-items: center;
    gap: 0 12px;
    color: #74C056;
    text-decoration: none;
    font-weight: 500;
    padding: 2px 0;
    border-bottom: 1.5px solid #74C056;
    font-size: 16px;
}
.addons-head-two{
    background-color: #74C056;
}
.addons-head-two h2{
    margin-bottom: 0;
}
.benefit-text h4 {
    font-size: 18px;
    color: #3E3E3F;
    font-weight: normal;
    margin: 0;
}

.benefit-text span {
    color: #3E3E3F;
    font-size: 14px;
    display: block;
    opacity: .66;
}
.benefit-text h4 span {
    color: #64498D;
}
.benefit-text h4 b {
    color: #64498D;
    font-weight: 600;
}
.benefit-item {
    margin-bottom: 25px;
}
.benefit-inner {
    display: flex;
    gap: 0 20px;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}
.benefit-price span {
    font-size: 18px;
    color: #64498D;
    font-weight: 600;
}
.benefits-info {
    border-bottom: 1px solid #D1C5DC;
}
.total-benefits {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 25px 0;
    gap: 0 24px;
}
.total-benefits h4 {
    color: #64498D;
    font-size: 18px;
    margin: 0;
}
.total-benefits h4 {
    color: #64498D;
    font-size: 18px;
    margin: 0;
    margin-bottom: 5px;
}
.benefits-total-price h3 {
    font-size: 25px;
    font-weight: 600;
    margin: 0;
    line-height: 110%;
}
.benefits-total-price span {
    text-transform: uppercase;
    font-size: 16px;
    color: #3E3E3F;
    opacity: .66;
    line-height: 1;
}
.benefits-note p {
    font-size: 14px;
    color: #3E3E3F;
    opacity: .72;
    line-height: 150%;
}
.benefit-card-btn {
    text-align: center;
    margin-top: 30px;
}

.benefit-card-btn a {
    display: block;
    width: 100%;
    text-align: center;
}

/*======== Enroll Add-Ons Page Style End =======*/



/*======== Checkout Page Style Start =======*/
.checkout-area {
    padding: 65px 0;
    background: rgb(241, 249, 238);
    background: linear-gradient(180deg, rgba(241, 249, 238, 1) 0%, rgba(255, 255, 255, 1) 60%);
    position: relative;
}
.checkout-step-wrapper {
    display: flex;
    align-items: center;
    gap: 0 45px;
    margin-bottom: 80px;
}

.single-step {
    transition: .3s;
    display: flex;
    align-items: center;
    gap: 0 15px;
}

.single-step span {
    display: inline-flex;
    background: #B9DFAA;
    border-radius: 100%;
    width: 62px;
    height: 62px;
    align-items: center;
    justify-content: center;
    transition: .3s;
    font-weight: 600;
    font-size: 25px;
    line-height: 1;
    color: #fff;
}

.single-step h4 {
    margin: 0;
    font-size: 20px;
    color: #A1A5A0;
    line-height: 1;
    transition: .3s;
}
.single-step img {
    width: 22px;
    margin-left: 25px;
}
.single-step.active span {
    background: #74C056;
}
.single-step.active h4 {
    color: #3E3E3F;
}
.checkout-form {
    background: #fff;
    border-radius: 18px;
    padding: 35px;
    box-shadow: 0 3px 10px rgba(116, 192, 86, 0.1);
    margin-bottom: 35px;
}
.hooray-password-form {
    background: #fff;
    border-radius: 18px;
    padding: 35px;
    box-shadow: 0 3px 10px rgba(116, 192, 86, 0.1);
}
.hooray-password-form h4 {
    color: #350356;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.hooray-password-form p {
    color: #3E3E3F;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 20px;
}
.with_icon {
    position: relative;
}
.form__icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.cart-deatisl-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 3px 10px rgba(116, 192, 86, 0.1);
}
.cart-header {
    background: #74C056;
    padding: 30px;
    border-radius: 16px 16px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 20px;
}
.cart-header h3 {
    color: #fff;
    margin: 0;
    font-weight: 600;
    font-size: 28px;
}
.cart-header button {
    background: transparent;
    border: none;
}

.cart-header img {
    width: 32px;
}
.cart-option button {
    background: transparent;
    border: none;
    font-weight: 500;
    color: #808080;
    padding: 0;
    text-decoration: underline;
}
button.remove-btn {
    color: #AF7C7C;
}
.cart-option {
    display: flex;
    align-items: center;
    gap: 0 15px;
}
.checkout-form.checkout-with-title {
    padding: 0;
}
.form-inner {
    padding: 30px 35px;
    padding-bottom: 10px;
}
.checkout-title {
    padding: 30px 35px;
    background: #64498D;
    border-radius: 16px 16px 0 0;
}

.checkout-title h2 {
    color: #fff;
    margin: 0;
    font-size: 28px;
    font-weight: 600;
}
.checkout-block-title {
    margin-bottom: 25px;
}

.checkout-block-title h4 {
    color: #3E3E3F;
    font-weight: 600;
    font-size: 22px;
}
.single-step span img {
    margin: 0;
}
.ack-item {
    padding: 25px 0;
    border-bottom: 1px solid #D1C5DC;
    display: flex;
    gap: 0 40px;
    justify-content: space-between;
}
.ack-item:last-child{
    border: none;
}
.ack-selector .form-select {
    height: 45px;
    background-color: #FAFAFA;
    width: 100%;
    border: 1px solid #EEEEEE;
    box-shadow: none;
    border-radius: 50px;
    font-size: 15px;
}
.ack-selector {
    width: 140px;
    flex-shrink: 0;
}
.ack-switch {
    width: 110px;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
}
.ack-item p {
    margin: 0;
    font-size: 18px;
    color: #3E3E3F;
    font-weight: normal;
    line-height: 145%;
}
.uppercase-text {
    text-transform: uppercase;
}
.form-switch .form-check-input {
    width: 56px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    height: 32px;
    background-color: #808080;
    border-color: #808080;
    box-shadow: none;
}
.form-switch .form-check-input:checked {
    background-color: #74C056;
    border-color: #74C056;
}
.location-statement {
    margin-bottom: 25px;
}
.form-check label {
    color: #3E3E3F;
    font-size: 18px;
    margin: 0;
}

.form-check-input {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #99A0A8;
    box-shadow: none !important;
    outline: none;
    margin-right: 15px;
    flex-shrink: 0;
    margin-top: 0;
}
.form-check-input:checked {
    background-color: #74C056;
    border-color: #74C056;
}
.form-check {
    display: flex;
}
.form-check label a {
    color: #74C056;
    text-decoration: none;
}
.trams-checkbox {
    margin-bottom: 25px;
   
}
.payment-method ul {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0 20px;
    list-style: none;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    padding: 0 5px;
}

.payment-method li a {display: inline-block;}
.form-check label {
    font-size: 16px;
}
.checkbox-ck .form-check-input[type=checkbox] {
    border-radius: 6px;
}


.case_study_modal .modal-dialog {
    max-width: 1440px;
}
.plan-modal-wrapper {
    padding: 25px;
}
.modal-content {
    border: none;
    border-radius: 18px;
    outline: 0;
    position: relative;
    background: #fff;
    z-index: 1;
    overflow: hidden;
}
.modal-shp {
    position: absolute;
    top: 0;
    width: auto !important;
    right: 0;
    height: 100%;
    z-index: -1;
}
.modal-victor-1 {
    position: absolute;
    bottom: 0;
    right: -4%;
    height: 95%;
    border-radius: 0 0 16px 0;
}
.case_study_modal .step-content {
    max-width: 900px;
}
.case_study_modal .step-content p {
    font-size: 16px;
    margin-bottom: 15px;
}
.modal_close {
    position: absolute;
    right: 13px;
    top: 15px;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 9;
}
.modal-victor-2 {
    position: absolute;
    right: 0;
    height: 100%;
    width: auto;
    z-index: -1;
}
.modal-victor-3 {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: auto;
    z-index: -1;
}
.network-search-wrapper {
    max-width: 680px;
    margin-bottom: 150px;
}
.networks-btns {
    display: flex;
    align-items: center;
    gap: 0 25px;
    margin-top: 25px;
}
.btn__normal {
    background: transparent;
    text-decoration: none;
    color: #74C056;
    font-weight: 500;
    display: inline-block;
    padding: 16px 30px;
    border-radius: 50px;
    border: 1.5px solid #74C056;
    font-size: 18px;
    line-height: 1;
    transition: .3s;
    text-transform: capitalize;
}
.btn__normal:hover {
    background: #74C056;
    color: #fff;
    
}
.provider-victor-3 {
    position: absolute;
    right: 2%;
    height: 100%;
    width: auto;
    z-index: -1;
}
.network-search-wrapper .enroll-field input {
    background: #fff;
}

.step-content h4 {
    color: #64498D;
    font-size: 20px;
    font-weight: 400;
}

.step-content h4 span {
    font-weight: 600;
}

.search-result-wrap {
    border: 1px solid #C1C1C1;
    width: 100%;
    margin-top: 25px;
    border-radius: 16px;
    background-color: #fff;
    overflow: hidden;
}
.search-result-table table {
    width: 100%;
}
.table>tbody {
    vertical-align: middle;
}
.search-result-table table td {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    color: #3E3E3F;
    font-size: 16px;
    background-color: #fff;
}

.search-result-table table th {
    font-size: 16px;
    font-weight: 600;
    color: #3E3E3F;
    padding: 15px 20px;
    border-bottom: 1px solid #eee !important;
    background-color: #fff;
}

.search-result-table p {
    margin: 0;
    color: #3E3E3F;
}
.text-blue{
    color: #0E6EFF !important;
}
.search-result-table td a {
    display: inline-block;
    color: #000;
    border: 1px solid #000;
    border-radius: 5px;
    text-decoration: none;
    padding: 10px 15px;
    line-height: 1;
    transition: .3s;
    font-size: 14px;
}
.search-result-table tr:last-child td{
    border: none;
}
.result-action {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 0 25px;
}
.result-action ul {
    display: flex;
    align-items: center;
    gap: 0 40px;
    margin: 0;
    padding: 0;
}

.result-action ul li {
    display: inline-flex;
    cursor: pointer;
    font-size: 16px;
    text-transform: capitalize;
    color: #64498D;
    font-weight: 500;
    align-items: center;
    gap: 0 10px;
}
.grid-view {
    position: relative;
    width: 20px;
    top: -1px;
}
.list-view {
    width: 21px;
}
.search-result-table table tr th {
    background: #F3F3F3;
}

.result-wrap-title h2 {
    color: #64498D;
    font-size: 36px;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 10px;
}

.result-wrap-title p {
    color: #64498D;
    font-size: 18px;
}

.result-wrap-title p span {
    color: #64498D;
    font-weight: 600;
}

.result-wrap-title {
    margin-bottom: 30px;
}
.new-pack p {
    margin-bottom: 0 !important;
}
.old-pack h4 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
}
.plan__table-title {
    background: #350356;
    text-align: center;
    padding: 15px 10px;
    border-radius: 16px 16px 0 0;
}
.pack-btn {
    margin: 25px 0;
}
.plan__table-title h4 {
    font-size: 18px;
    color: #fff;
    margin: 0;
    font-weight: 600;
}
.check-price-btn button {
    background: #74C056;
    color: #fff;
    border: 1.5px solid #74C056;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 16px;
    font-weight: 600;
    transition: .3s;
    font-size: 16px;
}
.check-price-btn {
    padding: 0 2px;
    text-align: center;
}
.compare-plan-table table th {
    padding: 5px 1.5px;
    border: none !important;
    padding-top: 0;
    border-radius: 18px 18px 0 0;
    background-color: transparent;
}
.compare__modal .modal-content {
    background: #FAFDF9;
    padding: 35px 30px;
}
.plans__info h4 {
    font-size: 17px;
    color: #64498D;
    font-weight: 600;
    line-height: 150%;
    margin: 0;
}
.modal {
    z-index: 99999999;
}

.compare-plan-table th {
    background: #fff;
    border: none;
}
.compare-plan-table td {
    background: #fff;
    padding: 15px 1.5px;
    border: none;
}
.compare-plan-table tbody tr td:first-child {
    background: #64498D;
    padding: 15px 20px;
    width: 320px;
}
.plans__info p b {
    color: #fff;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
}
.plans__info p {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
}
.compare-plan-table tbody tr:first-child td:first-child {
    background: #fff;
}
.available-pack {
    text-align: center;
}
.compare__modal .modal-dialog {
    max-width: 1540px;
}
.info-pack-text {
    text-align: center;
    padding: 10px 10px;
}

.info-pack-text p {
    margin: 0;
    color: #545557;
}

.info-pack-text p b{
    font-weight: 600;
}
.bg-none{
    background-color: #fff !important;
}
.compare-plan-table table tr:last-child td {
    border: none;
    background-color: transparent !important;
}
.first-title{
    border-top-left-radius: 18px;
}
.last-title{
    border-bottom-left-radius: 18px;
}
.last-td{
    border-bottom-right-radius: 18px;
}
.compare-plan-table tbody tr:first-child td:first-child {
    background: transparent;
    border: none;
}
.compare-plan-table table {
    border-collapse: separate;
}
.compare__modal .modal-content {
    background: rgb(255,255,255);
    background: linear-gradient(184deg, rgba(255,255,255,1) 0%, rgba(241,249,239,1) 29%);  
}
.phn-icon {
    margin-right: 10px;
    position: relative;
    top: -1px;
}
.marker {
    margin-left: 9px;
}
.search-result-table tr td:first-child {
    border-left: 8px solid #74C056;
}
.search-result-table table {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
}
.search-result-table th:first-child {
    border-left: 8px solid #f1f1f1;
}
tr.closed-day td:first-child {
    border-color: #DB3747;
    border-bottom-left-radius: 10px !important;
}


.search-result-table tr:last-child td:last-child {
    border-bottom-right-radius: 18px;
}

.search-result-table tr:last-child td:first-child {
    border-bottom-right-radius: 18px;
}





.additional-benefits {
    background: #411E55;
    padding: 34px;
    border-radius: 18px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    gap:0 25px;
}

.additional-content {
    width: 100%;
}

.additional-content h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}

.additional-content p {
    color: #fff;
    font-size: 18px;
    line-height: 150%;
    margin: 0;
}

.additional-btn {
    width: auto;
    flex-shrink: 0;
}
.benefit-note p {
    font-size: 16px;
    color: #545557;
    line-height: 150%;
}
.benefit-note p:last-child{
   margin-bottom: 0;
}
.modal-dialog {
    padding: 15px;
}
.plan__table-title span {
    display: block;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
}
td.purple-td {
    background: #937CAF !important;
}
td.gray-td {
    background: #D9D9D9 !important;
}
td.purple-td p {
    font-size: 18px;
    color: #FFFFFF;
    margin: 0;
    font-weight: 600;
}
.gray-td p {
    color: #3E3E3F;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.price-btn-long button{
    display: block;
    width: 100%;
}
td.gray-td h5 {
    color: #3E3E3F;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}
td.gray-td span {
    font-weight: 400;
    display: block;
}
.PlanDetailsModal .compare-plan-table tbody tr td:first-child {
    width: 340px;
}
.plan_modal {
    position: absolute;
    right: 0;
    top: 0;
    width: 65%;
    z-index: -1;
}
.new-pack h4 {
    color: #3E3E3F;
    font-weight: 600;
    font-size: 36px;
}
.plan__table-title span {
    display: block;
    font-weight: normal;
    font-size: 16px;
}
.checkout-wrap-title {
    margin-bottom: 35px;
}

.checkout-wrap-title h2 {
    color: #64498D;
    font-size: 36px;
    font-weight: 600;
}
/*======== Checkout Page Style End =======*/

/* Show all paragraphs by default */
.contact-note .more-content {
    display: block;
}
/* Button styling */
#read-more-btn {
    color: #545557;
    font-weight: 600;
    border: none;
    padding: 2px 2px;
    cursor: pointer;
    font-size: 14px;
    display: none; /* Hide button by default */
    border-bottom: 1.5px solid #74C056;
    background-color: transparent;
    text-align: center;
    width: auto;
    margin: 0 auto;
    
}

.step-img-sm{
    display: none;
}
.step-img-sm img {
    max-width: 250px;
    margin: 0 auto;
}
.img-box-sm{
    display: none;
}

.step-form-btn-sm{
    display: none;
}
.check-out-sm{
    display: none;
}
.header-btn-sm{
    display: none
}

.page-title-area .page-title p {
    color: #64498D;
    font-weight: 600;
}
.faq-page-title p br{
    display: none;
}
.call-info p {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.call-info {
    text-align: right;
}
.plan-top-fullwidth{
    width: 100%;
    max-width: 100%;
}

.call-action {
    background: #fff;
    border-radius: 18px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 0 20px;
    max-width: 420px;
    float: right;
}

.call-action img {
    width: 60px;
    flex-shrink: 0;
}

.call-action span {
    width: 100%;
}

.call-action span {
    margin: 0;
    color: #64498D;
    font-weight: 600;
    line-height: 150%;
    font-size: 18px;
}

.check-price-btn span {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    background: #350356;
    color: #fff;
    padding: 15px 10px;
    text-align: center;
    font-size: 16px;
    border-radius: 0 0 18px 18px;
}
.circle-index {
    z-index: unset;
    top: 6%;
    width: 40%;
}
.addon-subtitle h5 {
    font-size: 18px;
    color: #64498D;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Ensure the text is displayed by default */
.addon-select-btn .btn-text {
    display: inline-block;
    margin-left: 5px; /* Optional: space between icon and text */
}

/* On mobile view, hide the text and only show the icon */
@media (max-width: 768px) {
    .addon-select-btn .btn-text {
        display: none;
    }
}




.swipe-wrap {
    display: none;
    justify-content: center;
    margin-bottom: 25px;
}
.swipe-wrap button {
    display: flex;
    align-items: center;
    gap: 0 15px;
    border: none;
    background: transparent;
    color: #64498D;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: normal;
}

.palnSelecTitle {
    display: none;
    justify-content: space-between;
    gap: 0 24px;
    align-items: center;
}
.planDetails-modal-top h2 {
    color: #64498D;
    font-size: 36px;
    font-weight: 600;
}

.planDetails-modal-top p {
    color: #3E3E3F;
    font-size: 18px;
}

.planDetails-modal-top p span {
    color: #64498D;
    font-weight: 600;
}
.plan-checks-wrap {
    display: flex;
    align-items: center;
    gap: 0 40px;
    margin-top: 25px;
    margin-bottom: 50px;
}

.single-plan-ck label {
    color: #3E3E3F;
    font-weight: 600 !important;
    text-transform: uppercase;
}
.filter_popup_trigger {
    margin-top: 25px;
    margin-bottom: 25px;
}
.filter_popup_trigger button {
    background: #fff;
    border: 1px solid #EEEEEE;
    border-radius: 80px;
    padding: 15px 30px;
    width: 320px;
    height: 65px;
    font-size: 18px;
    text-align: left;
    color: #3E3E3F;
    position: relative;
}
.filter_popup_trigger .dropdown-toggle::after {
    display: inline-block;
    margin-left: unset;
    vertical-align: middle;
    content: "";
    border-top: unset !important;
    border-radius: 0 !important;
    border-right: unset !important;
    border-left: 1.5px solid #3E3E3F;
    width: 12px;
    height: 12px;
    border-bottom: 1.5px solid #3E3E3F;
    transform: rotate(-45deg);
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -9px;
    z-index: 1;
}
.filter_popup_trigger .dropdown-menu {
    width: 320px;
    border-radius: 0;
    padding: 0;
}
.filter_popup_trigger .dropdown-item {
    padding: 15px 20px;
    color: #545557;
    background-color: #FAFDF9;
}
.filter_popup_trigger .dropdown-item:focus, .dropdown-item:hover {
    background-color: #fff;
}
.limitations-title {
    margin-bottom: 25px;
}

.limitations-title h4 {
    color: #64498D;
    font-size: 20px;
    font-weight: 600;
}
.pdf-box {
    width: 270px;
    height: 170px;
    background: #fff;
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    border: 1px solid #C5C5C5;
    box-shadow: 0 4px 6px #00000020;
}
.pdf-box a{
    text-decoration: none;
}
.pdf-box img {
    width: 35px;
    margin-bottom: 12px;
}

.pdf-box p {
    color: #74C056;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
}
.limitations-wrap {
    display: flex;
    gap: 0 44px;
    align-items: center;
}
.limitations-wrapper {
    margin-top: 35px;
}
.modal-documents .modal-content{
    background: #fff;
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(241,249,239,1) 90%);
}
.benefits-summary-sm{
    display: none;
}
.benefits-summary-title {
    position: relative;
    padding: 15px 20px;
    background: #64498D;
    color: #fff;
    border-radius: 18px;
    padding-right: 40px;
    cursor: pointer;
}
.benefits-summary-sm.active .benefits-summary-title {
    border-radius: 18px 18px 0 0;
}
.benefits-summary-sm.active .benefits-summary-title .arrow__icon{
    transform: rotate(136deg);
}
.benefits-summary-title h4 {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 140%;
    color: #fff;
}

.benefits-summary-title p {
    margin: 0;
    font-size: 14px;
    color: #DBD5E5;
}

.benefits-summary-title p b {
    font-weight: 600;
}
.benefits-summary-title .arrow__icon {
    width: 10px;
    height: 13px;
    border: none;
    background: transparent;
    border-left: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
    transition: .3s;
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
    position: absolute;
    right: 20px;
    margin-top: -5px;
}
.benefits-summary-details {
    background: #fff;
    padding: 5px 20px;
    border-radius: 0 0 16px 16px;
    transition: .3s;
    max-height: 0;
    opacity: 0;
    display: none;
}
.benefits-summary-sm.active .benefits-summary-details {
    display: block;
    opacity: 1;
    max-height: 100%;
}
.benefot-info h5 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #3E3E3F;
}

.benefot-info h5 span {
    color: #64498d;
    font-weight: 600;
}
.benefot-info p {
    margin: 0;
    font-size: 14px;
    color: #3E3E3F;
    opacity: .66;
}
.summary-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 15px;
    padding: 15px 0;
    border-bottom: 1px solid #EEEEEE;
    padding-left: 15px;
}
.summary-item:after {
    position: absolute;
    left: 0;
    top: 26px;
    width: 5px;
    height: 5px;
    background: #74C056;
    content: '';
}
.benefot-info h5 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #3E3E3F;
}

.benefot-info h5 span {
    color: #64498d;
    font-weight: 600;
}

.benefot-info p {
    margin: 0;
    font-size: 14px;
    color: #3E3E3F;
    opacity: .66;
}

.summary-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 15px;
}

.summary-action span {
    display: block;
    text-align: right;
    color: #64498D;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.summary-action button {
    border: none;
    background: transparent;
    text-align: right;
    padding: 0;
    margin: 0;
}
.summary-action {
    text-align: right;
    flex-shrink: 0;
}
.summary-item:last-child {
    border: none;
}
.benefits-summary-sm {
    margin-bottom: 25px;
}




/* Rx Screen Style Here */



.rxModal .modal-dialog{
    max-width: 1200px;
}
.rx-form {
    max-width: 650px;
    box-shadow: 0px 4px 20px rgba(116, 192, 86, 0.1);
    padding: 30px;
    border-radius: 16px;
    background-color: #fff;
    margin-top: 30px;
}
.rxModal .modal-content {
    background: rgb(255,255,255);
    background: linear-gradient(184deg, rgba(255,255,255,1) 0%, rgba(241,249,239,1) 29%);
}
.case_study_modal .step-content .rx-form p {
    font-size: 14px;
    margin-bottom: 25px;
}
.rx-form .form-check label {
    color: #3E3E3F;
    font-size: 14px;
}
.rx-form .form-check label  a{
    color: #3E3E3F;
    text-decoration: underline;
}
.rx-btns {
    margin-top: 25px;
    display: flex;
    align-items: center;
    gap: 0 24px;
}
.normal__btn {
    display: flex;
    align-items: center;
    gap: 0 12px;
    color: #74C056;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 1.5px solid #74C056;
    transition: .3s;
}
.normal__btn:hover{
    color: #74C056;
}
.rxModal_img {
    position: absolute;
    right: 0;
    z-index: -1;
    width: 50%;
    bottom: 0;
}
.half-circle {
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -2;
}
.saving-title {
    padding-bottom: 5px;
    border-bottom: 1px solid #CFCFCF;
    margin-bottom: 25px;
}
.saving-title h2 {
    margin-bottom: 10px;
}
.details-item {
    margin-bottom: 20px;
}

.details-item h4 {
    font-size: 20px;
    color: #64498D;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.details-item p {
    font-size: 16px !important;
    color: #3E3E3F;
}
.bottom-note {
    padding-top: 20px;
    border-top: 1px solid #CFCFCF;
}
.bottom-note p{
    font-size: 18px !important;
    color: #3E3E3F;
}
.case_study_modal.rxModal .step-content p {
    font-size: 18px;
}
.purple-text{
    color: #64498D;
}
#rxHomeModalThree .modal-content{
    background: #fff !important;
}
.step-content h4{
    font-weight: 600;
}
.congrets-wrap img {
    max-width: 250px;
}

.congrets-wrap {
    text-align: center;
}
.details-rx{
    padding-top: 30px;
    padding-bottom: 20px;
}
.health-note {
    margin-bottom: 30px;
}
.details-item h4 svg {
    width: 16px;
    transition: .3s;
    display: none;
}
.img-rx-sm{
    display: none;
}
.half-circle-sm{
    display: none;
}
/* Rx Screen Style Here */
















.btn-normal img{
    width: 16px !important;
}
.enroll-plan-card {
    margin: 30px 10px;
    margin-bottom: 30px !important;
}


.enroll-slider-wrap .owl-nav div {
    width: 50px;
    height: 50px;
    background: #D1C5DC;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    transition: .3s;
}
.enroll-slider-wrap .owl-nav div:hover{
    background-color: #937CAF;
}
.enroll-slider-wrap .owl-prev {
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}
.enroll-slider-wrap .owl-nav img {
    width: 12px;
}

.enroll-slider-wrap .owl-prev img {
    left: -2px;
    position: relative;
}

.enroll-slider-wrap .owl-next img {
    right: -2px;
    position: relative;
}
.enroll-slider-wrap .owl-next {
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
}

.enroll-slider-wrap  .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 0 15px;
    margin-top: 20px;
}

.enroll-slider-wrap  .owl-dots .owl-dot {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #D1C5DC;
    border-radius: 100%;
    transition: .3s;
}
.enroll-slider-wrap  .owl-dot.active {
    background: #64498D !important;
}
















.enroll-version-two {
    background: linear-gradient(180deg, rgba(241,249,238,1) 50%, rgba(255,255,255,1) 90%);
}
.same-height {
    height: 90px;
    margin-bottom: 2px;
}

.table-benefits-single{
    width: 12.33%;
}
.table-benefits-single:first-child{
    width: 26%;
}
.title-details {
    background: #64498D;
    display: flex;
    align-items: center;
    padding: 5px 20px;
    width: 100%;
}
.bg__none{
    background: transparent;
}
.title-details p {
    color: #fff;
    font-size: 16px;
    line-height: 130%;
    margin: 0;
    font-weight: normal;
}

.title-details p b {
    font-weight: 600;
}
.radius-left-top{
    border-top-left-radius: 18px;
}
.radius-left-bottom{
    border-bottom-left-radius: 18px;
}
.benefits__table__box {
    display: flex;
    gap: 0 2px;
}
.pack-title {
    height: 100%;
    background: #350356;
    border-radius: 16px 16px 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.pack-title h4 {
    font-size: 17px;
    color: #fff;
    line-height: 1;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    text-align: center;
}
.pack-title span {
    margin: 0;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}
.pack-choose-btn {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    padding: 0 12px;
}
.pack-choose-btn button {
    background: #74C056;
    color: #fff;
    border: none;
    font-weight: 500;
    width: 100%;
    padding: 12px;
    border-radius: 30px;
}
.pack-info {
    padding: 5px 10px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.pack-info p {
    margin: 0;
    font-size: 16px;
    color: #545557;
}
.pack-info p b {
    display: block;
}
.pack-price-bottom {
    background: #350356;
    padding: 20px 10px;
    text-align: center;
    border-radius: 0 0 18px 18px;
}

.pack-price-bottom p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.form-start {
    align-items: flex-start;
    margin-top: -10px;
}
.table-benefits-single .same-height:first-child {
    height: 80px;
}
.table-benefits-single .same-height:nth-child(2) {
    height: 74px;
}
.table-benefits-single .same-height:last-child{
    height: 70px;
}

.question-txt p {
    font-size: 18px;
    color: #64498D;
    margin: 0;
    font-weight: 600;
}
.compare-plans-wrapper .pack-title h4 {
    margin: 0;
}
.compare-plans-wrapper .table-benefits-single .same-height:first-child {
    height: 60px;
}
.form-start {
    align-items: flex-start;
    margin-top: 20px;
}
.table-benefits-single .same-height:nth-child(16) {
    height: 65px;
}





.enroll-version-two {
    background: linear-gradient(180deg, rgba(241,249,238,1) 50%, rgba(255,255,255,1) 90%);
}
.same-height {
    height: 90px;
    margin-bottom: 2px;
}

.table-benefits-single{
    width: 12.33%;
}
.table-benefits-single:first-child{
    width: 26%;
}
.title-details {
    background: #64498D;
    display: flex;
    align-items: center;
    padding: 5px 20px;
    width: 100%;
}
.bg__none{
    background: transparent;
}
.title-details p {
    color: #fff;
    font-size: 16px;
    line-height: 130%;
    margin: 0;
    font-weight: normal;
}

.title-details p b {
    font-weight: 600;
}
.radius-left-top{
    border-top-left-radius: 18px;
}
.radius-left-bottom{
    border-bottom-left-radius: 18px;
}
.benefits__table__box {
    display: flex;
    gap: 0 2px;
}
.pack-title {
    height: 100%;
    background: #350356;
    border-radius: 16px 16px 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.pack-title h4 {
    font-size: 17px;
    color: #fff;
    line-height: 1;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    text-align: center;
}
.pack-title span {
    margin: 0;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}
.pack-choose-btn {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    padding: 0 12px;
}
.pack-choose-btn button {
    background: #74C056;
    color: #fff;
    border: none;
    font-weight: 500;
    width: 100%;
    padding: 12px;
    border-radius: 30px;
}
.pack-info {
    padding: 5px 10px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.pack-info p {
    margin: 0;
    font-size: 16px;
    color: #545557;
}
.pack-info p b {
    display: block;
}
.pack-price-bottom {
    background: #350356;
    padding: 20px 10px;
    text-align: center;
    border-radius: 0 0 18px 18px;
}

.pack-price-bottom p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.form-start {
    align-items: flex-start;
    margin-top: -10px;
}
.table-benefits-single .same-height:first-child {
    height: 80px;
}
.table-benefits-single .same-height:nth-child(2) {
    height: 74px;
}
.table-benefits-single .same-height:last-child{
    height: 70px;
}

.question-txt p {
    font-size: 18px;
    color: #64498D;
    margin: 0;
    font-weight: 600;
}
.compare-plans-wrapper .pack-title h4 {
    margin: 0;
}
.compare-plans-wrapper .table-benefits-single .same-height:first-child {
    height: 60px;
}
.form-start {
    align-items: flex-start;
    margin-top: 20px;
}
.table-benefits-single .same-height:nth-child(16) {
    height: 65px;
}











/*=============================== New Style Start Here =================================*/
.benefits-summary-title .arrow__icon {
    transform: translateY(0) rotate(136deg);
    margin-top: 25px;
    top: 0;
}
.benefits-summary-sm.active .benefits-summary-title .arrow__icon {
    transform: rotate(-45deg);
    margin-top: 20px;
}
.modal_close img {
    width: 28px;
    height: 28px;
}

.mainmenu ul li {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    gap: 0 10px !important;
}
.mainmenu ul li img{
    width: 15px;
    margin-left: 5px;
    transition: .3s;
    transform: rotate(0);
}
.mainmenu ul li ul {
    position: absolute;
    top: 100%;
    margin-top: 15px;
    background: #64498D;
    left: 0;
    width: 230px;
    transition: .3s;
    display: block;
    z-index: 9999 !important;
    opacity: 0;
    visibility: hidden;
}
.mainmenu ul li:hover ul{
    margin-top: 8px;
    opacity: 1;
    visibility: visible;
}
.mainmenu ul li:focus ul{
    margin-top: 8px;
    opacity: 1;
    visibility: visible;
}
.mainmenu ul li:active ul{
    margin-top: 8px;
    opacity: 1;
    visibility: visible;
}
.mainmenu ul li ul li {
    display: block !important;
    margin-right: 0 !important;
}

.mainmenu li ul li a {
    padding: 10px 15px;
    display: block;
    width: 100%;
    transition: .3s;
    font-size: 14px;
    color: #fff;
}
.mainmenu li ul li a:hover {
    background: #937CAF;
    color: #fff;
}
.mainmenu ul li:hover img {
    transform: rotate(-180deg);
    transition: .3s;
}







@media (min-width: 992px) and (max-width: 1199px) {
    .mainmenu ul li img {
        width: 13px;
    }
    .mainmenu ul li {
        margin-right: 12px !important;
    }
    .mainmenu ul li a {
        font-size: 13px !important;
    }
}



@media only screen and (max-width: 991px) {
    .mainmenu ul li {
        display: flex !important;
        margin-right: 0 !important;
        width: 100%;
        flex-wrap: wrap;
    }
    .mainmenu ul li a{
        margin-right: 0 !important;
        width: 100%;
    }
    .mainmenu ul li ul{
        width: 100%;
    }
    .mainmenu li ul li a:hover {
        background: #937CAF;
        color: #fff;
    }
    .mainmenu li ul li a:focus {
        background: #937CAF;
        color: #fff;
    }
    .mainmenu li ul li a:active {
        background: #937CAF;
        color: #fff;
    }
    .mainmenu li ul li a {
        border-color: #eee !important;
    }
  
   
}




@media only screen and (max-width: 767px) {
    .modal_close img {
        width: 26px;
        height: 26px;
    }
}





/*=============================== New Style Start Here =================================*/

