/* single condition */
.main-container{
    width: 100%;
    max-width: 1630px;
    padding-left: 15px;
    padding-right: 15px;
    margin:0 auto;
}
.banner-section {
    width: 100%;
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.heading {
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    color: #FFFFFF !important;
    width: 100%;
    max-width: 350px; 
    line-height: normal;
    margin: 0;
	padding-bottom:20px;
	font-family:unset !important;
}
.heading-section .heading{
    color: #3375C2 !important;
}
section.section-menu {
    padding-top: 20px;
}
.banner-section .description {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    width: 100%;
    max-width: 430px;
}
.banner-section .custom-btn {
    font-size: 18px;
    padding: 18px 33px;
    background: #8bd0e4;
    border-radius: 10px;
    color: #081f57;
    text-decoration: none;
    margin-top: 20px;
    display: block;
    width: fit-content;
    transition: all 0.5s;
	font-family: 'Cottorway Pro' !important;
}
.banner-section .custom-btn:hover {
    background: #081f57;
    color: #fff;
}
ul.section-menu-item {
    margin: 0;
    padding: 0;
    text-align: center;
}
ul.section-menu-item li {
    display: inline-block;
    padding: 15px 30px;
}
ul.section-menu-item li a {
    font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
color:#929595;
text-decoration: none;
transition: all 0.5s;
	text-transform:capitalize;
}
ul.section-menu-item li a:hover , ul.section-menu-item li.active a {
    color: #0A2870;
}

.heading-list ul {
    padding-left: 0;
}
.heading-list ul li {
    list-style: none;
    padding-left: 70px;
    position: relative;
    margin: 30px 0;
}
.heading-list ul li:before{
    content: '';
    background-image: url('/wp-content/uploads/2022/12/Icon-1.png');
    position: absolute;
    height: 40px;
    width: 40px;
    background-size: contain;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.heading-list ul li strong {
    display: block;
font-style: normal;
font-weight: 500;
font-size: 24px;
color: #081F57;
padding-bottom: 10px;
}
.heading-list ul li span {
    display: block;
    font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
color: #8F8F8F;
}
.heading-section .main-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.heading-section .main-heading {
    width: 29%;
    border-right: 1px solid #3375C2;
    padding: 50px 0;
	color: #3A83A9;
}
.heading-section .heading-list {
    width: 69%;
    padding-left: 30px;
}
section.heading-section {
    padding: 100px 0;
}
section.heading-section.text-animation {
    padding: 0;
    background: rgb(234,250,255);
    background: linear-gradient(90deg, rgba(234,250,255,1) 40%, rgba(233,233,233,0) 10%);
}
section.heading-section.text-animation .main-heading{
    padding-right: 140px;
    background: #EAFAFF;
    width: 29%;
    border: none;
	padding-top:90px; 
	padding-bottom:90px;
}
section.heading-section.text-animation .heading-list h2 {
font-style: normal;
font-weight: 500;
font-size: 24px;
color: #3375C2;
	padding-bottom:40px;
}
.treating-section .heading {
    max-width: 100%;
    text-align: center;
    padding: 50px 0;
    padding-bottom: 25px;
}
.treating-section .des p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150.02%;
    text-align: center;
    color: #FFFFFF;
}
section.treating-section {
    padding: 50px 0;
    background-size: cover;
	padding-bottom:100px;
	background-color: #0A2C74;
	background-image: none;
}

.treating-section .des {
    padding-bottom: 10px;
	max-width:1100px;
	margin:0 auto;
}
.img-content {
    max-width: 1100px;
    margin: 0 auto;
}
.treat-img {
    text-align: center;
    padding: 50px;
    position: relative;
}
.treat-img img {
    width: 100%;
    z-index: 9;
    position: relative;
}
.treat-img:before {
    content: '';
    background: #fff;
    top: 30px;
    position: absolute;
    width: 350px;
    height: 250px;
    left: 30px;
    border-radius: 20px;
}
.treat-img:after {
    content: '';
    background: #3375C2;
    bottom: 30px;
    position: absolute;
    width: 350px;
    height: 250px;
    right: 30px;
    border-radius: 20px;
}
a.treat-btn {
    background: rgba(51, 117, 194, 0.1);
    border-radius: 10px;
    text-decoration: none;
    /* font-family: 'Cottorway Pro'; */
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 8px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    min-height: 93px;
}
a.treat-btn:hover{
    background-color: #3375C2;
}
.treat-div {
    margin: 20px;
}
.treating-section .main-row {
    display: flex;
    flex-wrap: wrap;
	padding-top:30px;
}
.treat-div {
    margin: 20px;
    width: 21%;
}
/* testimonal section */

.testimonial-slider button.slick-arrow {
    font-size: 0;
    padding: 0;
    border: none;
    margin: 0;
    border-radius: 0;
    width: 0;
    outline: none;
	position:absolute;
}

.testimonial-slider button.slick-prev.slick-arrow:before {
    border-style: solid;
    border-width: 0.2em 0.2em 0 0;
    content: '';
    display: inline-block;
    height: 20px;
    left: 10px;
    position: relative;
    top: 0.15em;
    transform: rotate(222deg);
    vertical-align: top;
    width: 20px;
    top: 0;
    transform: rotate(222deg);
    border-color: #3375c2;
    font-size: 20px;
}

.testimonial-slider button.slick-next.slick-arrow:before {
    content: '';
    border-style: solid;
    border-width: 0.2em 0.2em 0 0;
    content: '';
    display: inline-block;
    height: 20px;
    right:0;
    position: relative;
    top: 0.15em;
    transform: rotate(45deg);
    vertical-align: top;
    width: 20px;
    top: 0;
    transform: rotate(45deg);
    border-color: #3375c2;
    font-size: 20px;
}
.testimonial-slider .main-div .content strong {
    font-size: 16px;
    text-decoration: underline;
}
.testimonial-section{
    color: #3A83A9;
	padding:80px 0;
	background-size:cover;
}
.testimonial-section .des {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
}
.testimonial-slider {
    padding: 70px 40px;
	position:relative;
}
.testimonial-slider button.slick-prev.slick-arrow {
    left: 0;
    top: 40%;
}
.testimonial-slider button.slick-next.slick-arrow {
    right: 30px;
    top: 40%;
}
.testimonial-slider .slick-track {
    display: flex;
}
.testimonial-section .heading{
        color: #3A83A9 !important;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    text-align: center;
}
.testimonial-slider .main-div .content {
    width: 100%;
    max-width: 75%;
    padding: 0px 22px 0 22px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    color: #3A83A9;
    line-height: normal;
    text-align: center;
}
.testimonial-slider .main-div .slider-img {
    width: 100%;
    max-width: 45%;
	position: relative;
	padding-right: 20px;
    padding-bottom: 20px;
    display: none;
}
.testimonial-slider .main-div .slider-img:before {
    content: '';
    background: #3375C2;
    bottom: 0;
    position: absolute;
    width: 250px;
    height: 150px;
    right: 0;
    border-radius: 10px;
}
.testimonial-slider .main-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.testimonial-slider .main-div .slider-img img {
    width: 100%;
	position:relative;
	    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.testimonial-section .main-container {
    max-width: 1250px;
}
.testimonial-slider .slick-list {
    overflow: hidden;
}
/* testimonal section over */

/* accroding */
.accordion > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.accordion > ul li .accordionTitle {
    padding: 10px;
    margin: 0;
    font-family: 'Cottorway Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    color: #FFFFFF;
}
.accordion > ul li .accordionTitle:after {
    float: right;
    /* -webkit-transition: all 0.46s ease-in-out; */
    -moz-transition: all 0.46s ease-in-out;
    -ms-transition: all 0.46s ease-in-out;
    -o-transition: all 0.46s ease-in-out;
    /* transition: all 0.46s ease-in-out; */
    border-style: solid;
    border-width: 0.1em 0.1em 0 0;
    content: '';
    display: inline-block;
    height: 0.4em;
    left: 0.15em;
    position: relative;
    top: 0.15em;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 0.4em;
    top: 0;
    transform: rotate(135deg);
}

.accordion > ul li .accordionTitle.active:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0.15em;
    transform: rotate(-45deg);
}
.accordion > ul li{
    position: relative;
    padding-left: 70px;
}
.accordion > ul li::before{
    content: '';
    background-image: url(/wp-content/uploads/2022/12/Icon-1.png);
    position: absolute;
    height: 40px;
    width: 40px;
    background-size: contain;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    top: 10px;
}
.accordion > ul li:hover {
  cursor: pointer;
}
.accordion > ul .accordionItemContent {
  display: none;
  padding: 0 20px;
  font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 16px;
color: #FFFFFF;
}
.accordion > ul .accordionItemContent.active {
  display: block;
}
/* accroding */

/* text change */
.changebox{
   overflow: hidden;
   transition: .5s;
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    color: #081F57;
    height: 200px;
    display: flex;
    align-items: center;
}
.text-change {
	max-width: 680px;
    margin: 0;
    padding: 0 0 50px 0;
    display: flex;
    justify-content: flex-start;
    font-size: 32px;
    font-weight: bold;
	flex-wrap:wrap;
	overflow:hidden;
    position: relative;
}
.text-change p{
    margin: 0;
}
.text-change .slick-list{
    overflow: hidden;
    height: 200px !important;
}
.text-change .slick-dots{
    display: flex;
    position: absolute;
    bottom: 0;
}
.text-change .slick-dots li:before{
    display: none;
}
.text-change .slick-dots li{
    padding: 0 !important;
    margin: 0 10px 0 0;
}
.text-change .slick-dots li button{
    background-color: transparent;
    position: relative;
    text-indent: -9999px;
    border: none;
    padding: 0 10px;
    outline: none;
}
.text-change .slick-dots li button:focus{
    outline: none;
}
.text-change .slick-dots li button:before{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #ddd;
    position: absolute;
    left: 0;
    top: 0;
}
.text-change .slick-dots li.slick-active button:before{
    background-color: #0c2e78;
}

.text-change span {
    line-height: normal;
}
.worn-discs-sec .main-div{
/* 	  max-width: 70%; */
    margin: 0 auto;
}
/* .worn-discs-sec .heading-list {
    width: 60%;
}
.worn-discs-sec .main-heading  {
    width:36%;
} */
.blue-bg{
	background:#EAFAFF;
}
.heading-two {
    color: #3375C2 !important;
    font-size: 60px !important;
    font-weight: 500 !important;
    padding-bottom: 0 !important;
    line-height: 1em !important;
}
.heading-two.white-title{
	color:#fff !important;
}
.info-content p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3375C2;
}
.image-box img.d-block {
    display: block;
	width:100%;
}
.d-flex {
    display: flex;
    align-items: center;
}
.wd-40 {
    width: 40%;
}
.wd-60{
	width:60%
}
.img-info-sec .info-content {
    max-width: 41%;
    width: 100%;
    padding-left: 80px;
}

@media screen and (min-width: 1240px) and (max-width: 1601px){
	.banner-section .main-container {
    max-width: 1240px !important;
}
}
@media screen and (max-width: 1366px){
	section.heading-section.text-animation .main-heading {
    padding-right: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
}
    .changebox{
        font-size: 32px;
    }
	.banner-section {
    height: 600px;
}
	section.heading-section {
    padding: 50px 0;
}
	.worn-discs-sec .main-div {
/* 			max-width: 85%; */
	}
	.img-info-sec .info-content {
			max-width: 55%;
			padding-left:60px;
	}
}
@media screen and (max-width: 1024px){
	.treat-div {
    margin: 20px;
    width: 29%;
}
	.heading-two {
    font-size: 28px !important;
}
.banner-section {
    height: 500px;
}
	.testimonial-section{
		    padding: 30px 0;
	}
	.worn-discs-sec .main-div {
			max-width: 100%;
	}
	.info-content p{
		font-size:16px
	}
}
@media screen and (max-width: 992px){
	.treat-div {
        margin: 20px;
        width: 44%;
    }
	.treating-section .main-row {
        justify-content: space-between;
    }
    .text-change .slick-dots{
        left: calc(50% - 60px);
    }
    .text-change .slick-list{
        height: 150px !important;
    }
    .changebox{
        height: 150px;
    }
}
@media screen and (max-width: 768px){
	.heading-section .main-heading{
border-right: none;
}
.heading-section .main-div {
    display: block;
}
.heading-section .main-heading {
    width: 100%;
    border-right: none;
    padding: 0px 0;
    color: #3A83A9;
}
.heading-section .heading-list {
    width: 100%;
    padding-left: 0;
}
.heading-section .heading {
    max-width: 100%;
    text-align: center;
}
section.heading-section.text-animation .main-heading{
    width: 100%;
	background: transparent;
	
    padding-right: 0;
    padding-top: 0px;
    padding-bottom: 0px;

}
.heading-section .heading-list {
    width: 100%;
    padding-left: 0;
}
section.heading-section.text-animation{
    background: transparent;
	padding-bottom:50px;
}
	section.heading-section.text-animation .heading-list h2{
text-align: center;
		padding-bottom:0px;
}
	section.heading-section.text-animation .heading-list h2{
text-align: center;
}
.text-change {
    max-width: 100%;
    justify-content: center;
}
.changebox {
    font-size: 30px;
	text-align:center;
}
	.treating-section .heading{
		padding:20px;
	}
	.treating-section .des{
		padding-bottom:0px;
	}
	section.treating-section{
		padding-bottom:50px;
	}
	
.treat-img:before {
    width: 200px;
    height: 100px;
    border-radius: 14px;
}
.treat-img:after {
    content: '';
    background: #3375C2;
    bottom: 30px;
    position: absolute;
    width: 200px;
    height: 100px;
    right: 30px;
    border-radius: 14px;
}
.treating-section .main-row {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
}
.testimonial-slider .main-div .content {
    width: 100%;
    max-width: 100%;
    padding: 20px 0px 0 0px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    color: #3A83A9;
    line-height: normal;
    order: 2;
}
.testimonial-slider .main-div .slider-img {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding-right: 20px;
    padding-bottom: 20px;
    order: 1;
}
.testimonial-slider {
    padding: 20px 40px;
    position: relative;
}
.accordion > ul li .accordionTitle{
    padding: 10px;
    margin: 0;
    font-family: 'Cottorway Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
}
.banner-section {
    height: 360px;
}
	.info-content p {
    font-size: 16px;
}
	.img-info-sec .info-content {
    padding-left: 40px;
}
}
@media screen and (max-width: 767px){
	.treat-div {
    margin: 20px;
    width: 100%;
}
	.heading-two {
    font-size: 28px !important;
    text-align: left;
}
	.d-flex {
			flex-direction: column;
	}
	.wd-40 {
			width: 100%;
	}
	.img-info-sec .info-content {
    max-width: 100%;
    padding: 20px 15px;
}
}
@media screen and (max-width: 560px){
	.heading-two {
    font-size: 28px !important;
    text-align: center;
}
	.heading{
		font-size:30px !important;
		text-align:center;
	}
	.testimonial-slider .main-div .content{
		font-size:16px;
	}
	.banner-section .custom-btn {
    font-size: 18px;
    padding: 15px 30px;
    background: #8bd0e4;
    border-radius: 10px;
    color: #081f57;
    text-decoration: none;
    margin-top: 20px;
    display: block;
    width: fit-content;
    transition: all 0.5s;
    margin: 0 auto;
}
	.banner-section .description {
    text-align: center;
}

	.treat-div {
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
}
	
	a.treat-btn{
		padding:20px 0;
	}
	.treat-img {
    text-align: center;
    padding: 10px;
    position: relative;
}
	.treat-img:after{
		bottom: 0;
    right: 0;
	}
	.treat-img:before {
    top: 0;
    left: 0;
}
}
/* text change over */
/* single condition */




