body {
	overflow-x: hidden
}
a {
    cursor: pointer;
}
.d-none {
    display: none;
}
.text-black {
	color: #32363B;
}
.fs-40 {
    font-size: 40px;
}
.black {
    color: rgba(48, 52, 56);
}
.m-0 {
    margin: 0px;
}
.w-50 {
    width: 50%;
}


.alice-carousel__wrapper .alice-carousel__stage-item:hover > div {
    background: linear-gradient(180deg, #FFFFFF 76.87%, #F9F9F9 100%);
    border-radius: 8px;
}

.alice-carousel__wrapper .alice-carousel__stage-item > div label {
    color: rgba(48, 52, 56, 0.6);
    cursor: pointer;
    font-size: 18px;
    max-width: 205px;
    text-align: center;
    font-weight: 600;
}

.alice-carousel__wrapper .alice-carousel__stage-item:hover > div label {
    color: #5D70B4;
    cursor: pointer;
    font-size: 18px;
    max-width: 205px;
    text-align: center;
    font-weight: 800;
}
.alice-carousel__wrapper .alice-carousel__stage-item:hover svg circle {
    fill: #5D70B4!important
}
.alice-carousel__wrapper .alice-carousel__stage-item:hover svg path {
    fill: #5D70B4!important
}

 .pfp-steps {
    border-left: 2px solid #E8EBF4;
    padding-left: 1rem;
  }
  .pfp-step {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    font-size: 18px;
    font-weight: 500;
    color: #8A93A6;
  }
  .pfp-num {
    color: #303438;
    cursor: pointer;
    font-size: 36px;
    font-weight: 800;
    padding-left: 30px;
    padding-right: 16px;
  }
  .nav-pills .nav-link {
    background: transparent;
    border-radius: 0;
  }
  .nav-pills .nav-link.active .pfp-num {
    color: #5E6AD2; /* синий номер */
  }
  .nav-pills .nav-link.active .pfp-label {
    font-weight: 700;
    color: #000; /* чёрный текст */
  }
  .nav-pills .nav-link .pfp-label {
    color: rgba(48, 52, 56, 0.5);
    cursor: pointer;
    font-size: 30px;
    margin-top: 4px;
    font-weight: 500;
  }
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
.col-3 {
  flex: 0 0 auto;
  width: 25%; /* то же, что col-3 */
}

.col-9 {
  flex: 0 0 auto;
  width: 75%; /* то же, что col-9 */
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333%; /* то же, что col-4 */
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6667%; /* то же, что col-8 */
}

@media (max-width: 991.98px) { /* экраны < lg */
  .col-3,
  .col-9,
  .col-4,
  .col-8 {
    width: 100%; /* на маленьких экранах всё в столбик */
  }
}
.nav_sep {
    width: 20%;
    margin: 0 auto;
    border-bottom: 3px solid transparent;
}

.nav_sep.active {
    width: 20%;
    margin: 0 auto;
    border-bottom: 3px solid #D3DF4C;
}

.d-flex {
    display: flex;
}

.hdbl1 {
    display: flex;
    padding: 30px 13% 0px;
    align-items: center;
    justify-content: space-between;
    z-index: 33333;
    position: relative;
}

.hdbl2 {
    width: 100%;
    display: flex;
    z-index: 3;
    align-items: center;
    justify-content: space-between;
}

.menubl {
    display: flex;
    z-index: 3;
}

.menubl.active {
    display: block !important;
    top: 0px;
    position: absolute;
    right: 0;
    bottom: 0px;
    background: #fff;
    width: 50%;
	z-index: 333333;
}
@media(max-width: 800px) {
    .menubl .d-flex {
        display: block!important;
        padding-left: 16px;
        padding-right: 16px;
    }
    .menubl .d-flex a {
        font-size: 18px;
        color: #32363B;
        font-family: Avenir, sans-serif;
        font-weight: 500;
        line-height: 1.5;
    }
    .menubl button {
        width: 100%;
        text-align: left;
    }
    .nav_sep.active, .greenmenubtn {
        display: none!important;
    }
}

.menubl button {
    cursor: pointer;
    padding: 6px 16px;
    font-size: 0.875rem;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-family: Avenir, sans-serif;
    font-weight: 500;
    line-height: 1.75;
    border-radius: 0px;
    border: 0px !important;
    text-transform: uppercase;
    color: #303438;
    padding: 0;
    font-size: 14px;
    min-width: 120px;
    min-height: 45px;
    font-weight: 800;
    background-color: transparent;
}

.burger {
    display: none
}
.d-block {
    display: block
}
.m-block {
    display: none;
}
@media(max-width: 700px) {
    .hdbl1 {
        padding: 30px 10px 0px!important;
    }
    .burger {
        display: block!important;
        color: #000;
        margin-right: 10px;
        width: 24px;
    }

    .d-block {
        display: none!important
    }
    .m-block {
        display: block!important;
    }
}

/* Margin */
.mb-240 {
	margin-bottom: 240px;
}
.mb-60 {
	margin-bottom: 60px;
}

/* padding */
.pb-240 {
	padding-bottom: 240px;
}

.greenbtn {
    color: #303438;
    font-size: 14px;
    min-width: 147px;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 5px;
    background-color: #D3DF4C;
    line-height: 47px;
    text-align: center;
    padding: 20px;
    margin: 0 auto;
}

.greenmenubtn {
    margin-left: -60px;
    color: #303438;
    font-size: 14px;
    min-width: 147px;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 5px;
    background-color: #D3DF4C;
    line-height: 47px;
    text-align: center;
    cursor: pointer;
}

.menubtnlink  {
    color: #303438;
    padding: 0;
    font-size: 14px;
    min-width: 120px;
    min-height: 45px;
    font-weight: 800;
    background-color: transparent;
}


#footer .jss25 {
    color: #303438;
    font-size: 14px;
    min-width: 147px;
    min-height: 45px;
    font-weight: 800;
    border-radius: 5px;
    background-color: #D3DF4C;
}

#footer .jss25:hover {
    color: #303438;
    background-color: #CAD643;
}

.footimg {
    top: -50px;
    right: 150px;
    position: absolute;
    border-radius: 10px;
    background-color: #D2DE4C;
}

.relative {
    position: relative;
}


.footbl {
    padding: 110px 13% 40px;
    min-height: 1060px;
    background-size: cover;
}

.jss179 {
    background-size: cover;
    background-image: url(images/vector.svg);
    background-repeat: no-repeat;
}

.footnav {
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 157px;
    padding-top: 113px;
    padding-right: 100px;
    padding-bottom: 93px;
    justify-content: space-between;
}



@media(max-width: 700px) {
    .menubl {
        display: none;
    }
    .contactfoot {
        display: none;
    }
    .footimg {
        left: 50%;
        right: 0;
        transform: translateX(-50%);width: 266px;
        height: 284px;
    }
    .footnav {
        display: block!important;
        margin: 0px;
        padding: 0px!important
    }
    .footbl {
        padding: 250px 20px 0px!important;
        min-height: auto!important;
        background-size: cover;
    }
    .nav1, .nav2 {
        float: left;
        width: 50%
    }
}

.foot_link {
    color: #FFF;
    cursor: pointer;
    opacity: 80%;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}

.foot_link:hover {
    text-decoration: underline;
}

.foot_social {
    width: auto;
    display: block;
    padding-right: 30px;
    justify-content: space-between;
}
.foot_social a {
   cursor: pointer; 
}

.copyright_bl {
    display: flex;
    justify-content: center;
}

.copyright {
    color: #FFFFFF;
    opacity: 50%;
    font-size: 12px;
    font-family: Avenir, sans-serif;
    font-weight: 400;
    line-height: 1.66;
    text-align: center;
}

.footerbl2 {
    background-size: cover;
    background-image: url(images/vector.svg);
    background-repeat: no-repeat;
}
.footerbl2::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    max-width: 795px;
    transform: translate(30%, 5%);
    background: url(/FooterEllipse.svg) no-repeat top left / contain;
}

.mw-990 {
	max-width: 990px
}

#modules .rec.rec-carousel {
    display: flex;
    flex-direction: row;
    width: 100%;
}

#modules .rec.rec-carousel-item {
	display: none
}
#modules .rec.rec-carousel-item.active {
	display: block
}

#modules .rec.rec-carousel-item .desk {
	padding-top: 90px;
}

#modules .rec-dot {
    box-sizing: border-box;
    padding: 0px;
    transition: 250ms;
    border: none;
    margin: 5px;
    background-color: transparent;
    font-size: 1.3em;
    content: "";
    height: 10px;
    width: 10px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 1px 2px;
    border-radius: 50%;
    outline: none;
    cursor: pointer
}
#modules .rec.rec-dot_active {
    background-color: #5d70b4 !important;
    border: none !important;
}
#modules .rec-carousel button {
    z-index: 9999999;
    position: relative;
    cursor: pointer;
    height: min-content;
    align-self: center;
}
#modules .rec-carousel button:hover {
    cursor: pointer;
    border: 1px solid #000!important;
}

#modules .rec.review .btnrev1 {
    top: -25px;
    position: relative;
}
#modules .rec.review .btnrev2 {
    top: 300px;
    position: absolute;
}
#modules .rec.rec-carousel-wrapper  {
	padding: 0px 11%;
	display: block;
}
#modules .rec.rec-carousel-wrapper .MuiTypography-body1 {
	padding-top: 130px;
	padding-left: 40px;
}
#modules .rec.rec-carousel-wrapper img {
	width: 100%
}
@media(max-width: 800px) {
    #modules .rec.review .btnrev1, #modules .rec.review .btnrev2 {
        display: none!important;
    }
    #modules .rec.rec-carousel {
        position: relative;
        padding: 0 15px;
        box-sizing: border-box;
    }
    #modules .rec.rec-slider-container {
        margin: 0px!important
    }
	#modules .rec.rec-carousel-wrapper .MuiTypography-body1 {
		padding-top: 0px!important;
		padding-left: 0px!important;
	}
}

#modules .rec.review .desc {
    height: 120px;
    overflow: hidden;
}
#modules .rec .tabbl {
    display: flex;
    justify-content: space-between;
    padding: 0px 5%;
}
#modules .activetab {
    width: 60%;
    height: 5px;
    margin-top: 15px;
    border-radius: 15px;
    background-color: #d2de4c;
}
@media(max-width: 700px) {
	#modules .rec.rec-carousel-item .desk {
		padding-top: 0px!important;
	}
    #modules .rec .tabbl {
        display: block!important;
        padding: 0px;
		margin-bottom: 50px;
		text-align: center;
    }
    #modules .rec .tabbl .tb {
        color: #303438;
        opacity: 0.5;
        font-size: 24px;
        font-weight: 600;
        display: inline-block;
    }
    #modules .activetab {
        width: 80px;
    }
	#modules .rec .tabbl .MuiBox-root {
		width: 100%;
		text-align: center;
	}
	#modules .rec-carousel button {
		display: none
	}
}
#modules .rec .tabbl .tb {
    color: #303438;
    opacity: 0.5;
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
}
#modules .rec .tabbl .tb.active {
    opacity: 1;
    font-size: 36px;
    font-weight: 800;
    color: #303438;
}
#modules .rec .tabbl .tb.active:after {
	content: "";
	display: block;
	width: 60%;
    height: 5px;
    margin-top: 15px;
    border-radius: 15px;
    background-color: #d2de4c;
}


#modules2{
	padding: 56px;
}

#modules2 .rec.rec-carousel {
    display: flex;
    flex-direction: row;
    width: 100%;
}

#modules2 .rec.rec-carousel-item {
	display: none
}
#modules2 .rec.rec-carousel-item.active {
	display: block
}

#modules2 .rec.rec-carousel-item .desk {
	padding-top: 90px;
}

#modules2 .rec-dot {
    box-sizing: border-box;
    padding: 0px;
    transition: 250ms;
    border: none;
    margin: 5px;
    background-color: transparent;
    font-size: 1.3em;
    content: "";
    height: 10px;
    width: 10px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 1px 2px;
    border-radius: 50%;
    outline: none;
    cursor: pointer
}
#modules2 .rec.rec-dot_active {
    background-color: #5d70b4 !important;
    border: none !important;
}
#modules2 .rec-carousel button {
    display: none!important
}

#modules2 .rec.review .btnrev1 {
    top: -25px;
    position: relative;
}
#modules2 .rec.review .btnrev2 {
    top: 300px;
    position: absolute;
}
#modules2 .rec.rec-carousel-wrapper  {
	padding: 0px 11%;
	display: block;
}
#modules2 .rec.rec-carousel-wrapper .MuiTypography-body1 {
	padding-top: 130px;
	padding-left: 40px;
}
#modules2 .rec.rec-carousel-wrapper img {
	width: 110%
}
@media(max-width: 800px) {
    #modules2 .rec.review .btnrev1, #modules2 .rec.review .btnrev2 {
        display: none!important;
    }
    #modules2 .rec.rec-carousel {
        position: relative;
        padding: 0 15px;
        box-sizing: border-box;
    }
    #modules2 .rec.rec-slider-container {
        margin: 0px!important
    }
	#modules2 .rec.rec-carousel-wrapper .MuiTypography-body1 {
		padding-top: 0px!important;
		padding-left: 0px!important;
	}
}

#modules2 .rec.review .desc {
    height: 120px;
    overflow: hidden;
}
#modules2 .rec .tabbl {
    display: flex;
    justify-content: space-between;
	margin-bottom: 50px;
}
#modules2 .activetab {
    width: 60%;
    height: 5px;
    margin-top: 15px;
    border-radius: 15px;
    background-color: #d2de4c;
}
@media(max-width: 700px) {
	#modules2 .rec.rec-carousel-item .desk {
		padding-top: 0px!important;
	}
    #modules2 .rec .tabbl {
        display: block!important;
        padding: 0px;
		margin-bottom: 50px;
		text-align: center;
    }
    #modules2 .rec .tabbl .tb {
        color: #303438;
        opacity: 0.5;
        font-size: 24px;
        font-weight: 600;
        display: inline-block;
    }
    #modules2 .activetab {
        width: 80px;
    }
	#modules2 .rec .tabbl .MuiBox-root {
		width: 100%;
		text-align: center;
	}
	#modules2 .rec-carousel button {
		display: none
	}
}
#modules2 .rec .tabbl .tb {
    color: #303438;
    opacity: 0.5;
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
}
#modules2 .rec .tabbl .tb.active {
    opacity: 1;
    font-size: 36px;
    font-weight: 800;
    color: #303438;
}
#modules2 .rec .tabbl .tb.active:after {
	content: "";
	display: block;
	width: 60%;
    height: 5px;
    margin-top: 15px;
    border-radius: 15px;
    background-color: #d2de4c;
}

.partners ul {
    padding: 0px;
}
.partners ul li {
    float: left;
    width: 16.6%
}
.partners ul li img {
	width: 100%
}
@media(max-width: 700px) {
	.partners ul li {
		float: left;
		width: 50%;
	}
}
.partners.rows2 {
	max-width: 990px;
}
.partners.rows2 ul li {
	width: 25%!important
}
@media(max-width: 700px) {
	.partners.rows2 ul li {
		width: 50%!important
	}
}

.MuiGrid-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.MuiGrid-grid-lg-4 {
    flex-grow: 0;
    max-width: 33.333333%;
    flex-basis: 33.333333%;
}
.MuiGrid-grid-xl-8 {
    flex-grow: 0;
    max-width: 66.666667%;
    flex-basis: 66.666667%;
}

@media(max-width: 700px) {
	body {
		overflow-x: hidden;
	}
	.MuiGrid-grid-lg-4, .MuiGrid-grid-xl-8 {
		flex-grow: 0;
		max-width: 100%;
		flex-basis: 100%;
	}
	.m-w-300p {
		width: 300%!important
	}
}

.text-center {
	text-align: center
}

.learn {
	color: #32363B;
    cursor: pointer;
    font-size: 16px;
    font-weight: 800;
	border-bottom: 2px solid #d2de4c;
    padding-bottom: 12px;
	display: inline-block;
}
.fv600 {
	font-weight: 600;
}

/* Reviews */
#reviews {
	background-color: #fafafa;
    background-image: url(images/Ellipse2.svg);
    background-repeat: no-repeat;
}
#reviews {
	position: relative
}
#reviews .rec.review {
    width: 70%;
    margin: 0 auto;
}

#reviews .rec-carousel-item {
	display: none;
	margin: 0 auto 0 130px;
}
#reviews .rec-carousel-item.active {
	display: block!important
}
#reviews .rec.rec-swipable {
	padding-right: 20vw;
}
#reviews .rec.rec-pagination button {
	cursor: pointer;
    box-sizing: border-box;
    padding: 0px;
    transition: 250ms;
    border: none;
    margin: 5px;
    background-color: transparent;
    font-size: 1.3em;
    content: "";
    height: 10px;
    width: 10px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 1px 2px;
    border-radius: 50%;
    outline: none;
}

#reviews .title {
	max-width: 670px;
    font-weight: 600;
	color: #303438;
    font-size: 46px;
    font-family: Avenir, sans-serif;
    line-height: 1.167;
}
#reviews .desc{
	color: rgb(33, 36, 39);
    font-size: 20px;
    max-width: 668px;
    font-weight: 400;
    margin-bottom: 50px;
}

#reviews .author{
	color: rgb(33, 36, 39);
    font-size: 20px;
    font-weight: 700;
	font-family: Avenir, sans-serif;
	line-height: 1.5;
	margin-bottom: 70px;
}
#reviews .bubble {
	margin: -80px auto 0 130px;
	position: relative;
    z-index: 333;
}
#reviews .bubble ul {
	padding: 0px;
	margin: 0px
}
#reviews .bubble button {
	background: transparent;
    background-color: transparent !important;
    border-radius: 100%;
    box-shadow: none !important;
    border: 2px solid #fff;
	cursor: pointer
}
#reviews .bubble button.rec-dot_active {
    border: 2px solid #d2de4c!important;
}
#reviews .bubble ul li {
	float: left;
	margin-right: 30px;
}
@media(max-width: 800px) {
	#reviews .rec.review {
		width: 100%!important;
		padding: 0 15px!important;
		margin: 0px!important
	}
	#reviews .rec-carousel-item {
		margin: 0!important
	}
	#reviews .title {
		font-size: 26px!important
	}
	#reviews .desc {
		font-size: 16px!important;
		margin-bottom: 30px!important;        padding-right: 20px;
        width: 90%;
	}
	#reviews .rec.review .btnrev1, #reviews .rec.review .btnrev2 {
        display: none!important;
    }
	#reviews .bubble {
		margin: 0!important;
	}
}
#reviews .btnrev1 {
	top: 200px;
}
#reviews .btnrev2 {
	bottom: 200px;
}


.desk2 h3 {
    font-size: 40px;
    max-width: 436px;
    font-weight: 600;
    line-height: 50px;
    margin: 0px;
}
.desk2 p {
    font-size: 18px;
    max-width: 470px;
    font-weight: 400;
    margin-bottom: 40px;
    font-family: Avenir, sans-serif;
    line-height: 1.5;
}
.desk2 b {
	font-size: 20px;
    font-weight: 600;
	margin-top: 10px;
}
.bullets {
	padding: 0px;
	margin: 0px;
}
.bullets li:before {
	width: 20px;
	height: 20px;
	display: block;
	content: '';
	background: #c4cce2;
	float: left;
	border-radius: 100%;
	margin-right: 10px;
}
.bullets li:hover:before {
	background: rgb(211, 223, 76);
}
.bullets li {
	margin-right: 16px;
    margin-bottom: 32px;
    padding: 12px 16px;
    text-transform: none;
	color: #303438;
    font-size: 12px;
    background: rgba(232, 235, 244, 0.6);
    font-weight: 500;
	min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-family: Avenir, sans-serif;
    font-weight: 500;
    line-height: 1.75;
    border-radius: 4px;
	float: left;
    list-style: none;
	cursor: pointer
}
.bullets li:hover {
	text-decoration: none;
    background: #fff;
}

.opacity-50 {
    opacity: 0.5
}
.fs-20 {
    font-size: 20px
}
.fs-24 {
    font-size: 24px
}
.fs-46 {
    font-size: 46px
}
.fw-600 {
    font-weight: 600
}
.fw-800 {
    font-weight: 800
}

.tabsbl {
    padding: 60px 1% 70px 13%;
    min-height: 862px;
}
.tabsbl .nav-pills {
    padding: 0px;
    list-style: none;
    border-left: 2px solid #E8EBF4;
}
.tabsbl .nav-pills button {
    border: 0px!important;
    margin-bottom: 40px;
}
.tabsbl .nav-pills button.active {
    border-left: 6px solid #5D70B4!important;
}
.tabsbl .tab-pane {
    display: none;
}
.tabsbl .tab-pane.show {
    display: block!important;
}
.verticaltabs {
    display: flex;
    z-index: 1;
    justify-content: space-between;
}
.verticaltabs .tab {
    height: 110px;
    padding: 20px 0px 20px 40px;
    max-width: 370px;
}
 .verticaltabs .tab.active {
    background: #D3DF4C;
 }
 .verticaltabs .contenttab {
    display: flex;
    margin-left: 30px;
    margin-bottom: 90px;
    flex-direction: column;
 }

.verticaltabs .contenttab .title {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 30px;
}
.verticaltabs .contenttab .desc {
    margin: 20px 0 40px;
    font-size: 18px;
    font-weight: 400;
    max-width: 771px;
}
.verticaltabs .contenttab .list {
    margin: 0;
    padding: 0;
    color: #444445;
    font-size: 18px;
    font-weight: 400;
    list-style: none;
}
.verticaltabs .contenttab .list li {
    width: 50%;
    float: left;
    margin-bottom: 20px
}
.verticaltabs .contenttab .list li:before {
    content: url(images/checkmark.svg);
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
    top: 3px;
    position: relative;
}
.verticaltabs .contenttab .list li .checkmark {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.verticaltabs .contenttab p {
    color: #444445;
    font-size: 18px;
    font-weight: 400;
}
.verticaltabs .contenttab .feature-title {
    color: #303438;
    font-size: 18px;
    font-weight: 900;
}
.verticaltabs .contenttab .pe-lg-4 {
    margin-bottom: 40px;
    padding-right: 30px;
}

.verticaltabs .tabbl {
    display: flex;
    min-width: 370px;
    flex-direction: column;
}

.col-lg-6 {
    width: 50%;
    float: left
}




.sub-menu {
    margin: 0 auto;left: 0;
    width: 100%;
    z-index: 2;
    position: absolute;
    min-width: 500px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
    min-height: 320px;
    background: #fff;
    top: 0px;
}
    
.specialties-grid {
    padding: 150px 0 50px;
    max-width: 1400px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 0 auto;
}
    
    .specialty-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 40px;
      border-left: 3px solid #fff;
    }
    .specialty-item:hover {
        box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.05);
        border-left: 3px solid #5D70B4;
    }
    .specialty-item:hover .specialty-description, .specialty-item:hover  .specialty-title{
        color: #5D70B4;
        cursor: pointer;
     }
    
    .specialty-item a {
        display: flex
    }
    .specialty-icon {
      margin-right: 15px;
      flex-shrink: 0;
    }
    
    .specialty-icon svg {
      width: 50px;
      height: 50px;
      color: #555;
    }
    
    .specialty-content {
      display: flex;
      flex-direction: column;
    }
    
    .specialty-title {
        font-size: 20px;
        font-weight: 400;
        color: #333;
        margin-bottom: 8px;
        margin-top: 0px;
    }
    
    .specialty-description {
      font-size: 14px;
      color: #666;
      line-height: 1.5;
    }
    
    @media (max-width: 992px) {
      .specialties-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }
    
    @media (max-width: 576px) {
      .specialties-grid {
        grid-template-columns: 1fr;
      }
    }







    /* Accordion */
    .accordion {
        padding: 0 11%;
    }

    .accordion-item {
        border-radius: 4px;
        overflow: hidden;
        border: 1px solid #E0E0E0;
        margin-bottom: 20px;
        padding: 20px;
    }
    .accordion-item {
        background: #fff;
        cursor: pointer
    }
    .accordion-item:not(.show) .accordion-collapse {
        display: none
    }
    .accordion-item.show .accordion-collapse {
        display: block
    }
    .accordion-item h2 {
        margin: 0px;
        line-height: 1;
        padding: 0px;
        height: auto;
        display: block;
        color: #1F2937;
        font-size: 24px;
        line-height: 24px;
        font-weight: 500;
        position: relative;
    }
    .accordion-item h2:after {
        content: '';
        background: url('images/sel.png');
        width: 16px;
        height: 16px;
        display: block;
        position: absolute;
        right: 0px;
        top: 5px;
        transition: transform 0.3s ease;
        transform: rotate(0deg);
    }
    .accordion-item.show h2:after {
        transform: rotate(180deg);
    }
    .accordion-item button {
        background-color: #fff;
        width: 100%;
        border: 0px;
        text-align: left;
        color: #1F2937;
        font-size: 24px;
        line-height: 24px;
        font-weight: 500;
        padding: 0px;
    }
    @media(max-width: 700px) {
        .accordion-item button {
            padding-right: 30px;
            font-size: 18px;
        }
    }
    .accordion-body {
        color: #32363B;
        font-size: 18px;
        font-family: Avenir, sans-serif;
        font-weight: 500;
        line-height: 1.5;
        opacity: 60%;
    }

    .accordion-item.show .accordion-body {
        margin-top: 20px
    }

    .m-11per {
        margin: 0 11%;
    }
    .p-11per {
        padding: 0 11%;
    }
    .bg-light {
        background: #F8F9FA;
        border: 1px solid #E5E7EB
    }

    .mb-200 {
        margin-bottom: 200px;
    }
    .mt-50 {
        margin-top: 50px
    }


    .p-5 {
        padding: 50px
    }

    .mb-4 {
        margin-bottom: 30px;
    }