body {
    background: #080712;
}


/* banner-section */

h1 {
    color: #F5F5F5;
    font-family: var(--fontRobotoB);
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 82px;
}


.banner-video {
    display: none;
}

.banner-video video {
    height: 750px;
    object-fit: cover;
}

.banner-video.active {
    display: block !important;

}

.banner-main .container>div {
    position: absolute;
    top: 30%;
}

.banner-slide,
.banner-video {
    position: relative;
}

.video-overlay {
    width: 100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.banner-main span {
    color: #9066F2;
    /* font-family: var(--fontRobotoSB); */
    font-family: var(--fontRobotoB);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 12px;
}

.banner-section {
    position: relative;
}

.banner-section::after {
    content: '';
    position: absolute;
    background-image: url(../images/banner-shadow.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    bottom: -19px;
}

@keyframes lineAnim {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

.banner-bottom {
    margin-top: -100px;
}

.banner-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-bottom p {
    color: #F5F5F5;
    font-family: var(--fontRoboto);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    width: 20%;
    position: relative;
	cursor: pointer;
}

.banner-bottom p.active {
    color: #9066F2;
}

.banner-bottom p::after {
    width: 100%;
    content: "";
    height: 1.5px;
    border-radius: 57px;
    top: -8px;
    background: #F5F5F5;
    position: absolute;
    left: 0px;
    opacity: 0.5;
}

.banner-bottom p.active::before {
    width: 100%;
    content: "";
    height: 1.5px;
    border-radius: 57px;
    top: -8px;
    background: #9066F2;
    position: absolute;
    animation: lineAnim 5s ease-in-out;
    z-index: 9;
}

/* banner-section */

/* counter-section */
.counter-section {
    padding: 80px 0px;
    margin-top: 100px;
}

.counter-top {
    margin-bottom: 60px;
}

.counter-top h2 {
    margin: 8px 0px 60px 0px;
}

.counter-top a {
    color: #F5F5F5;
    font-family: var(--fontRobotoMD);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    text-transform: capitalize;
}

.counter-top>div:nth-child(2) a {
    display: none;
}

.counter-top a>svg {
    margin-left: 6px;
}

.counter-top p {
    color: #B4B2B2;
    font-family: var(--fontRoboto);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.counter-top p span {
    font-family: var(--fontRobotoB);
    font-weight: 600;
}

.counter-bottom {
    justify-content: space-between;
}

.counter-bottom>div {
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    width: 32%;
}

.counter-bottom>div>span {
    color: #F5F5F5;
    font-family: var(--fontRoboto);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    position: relative;
    padding-left: 16px;
}

.counter-bottom>div>span::before {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    position: absolute;
    left: 0;
    top: 4px;
}

.counter-bottom h6 {
    color: #9066F2;
    font-family: var(--fontRobotoLight);
    font-size: 52px;
    font-style: normal;
    font-weight: 200;
    line-height: 69.6px;
}

.counter-bottom h6>span {
    color: #F5F5F5;
}

.counter-bottom p {
    color: #F5F5F5;
    font-family: var(--fontRoboto);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
}

/* counter-section */

/* award-section */
.award-section {
    padding: 80px 0px;
}

.award-main {
    margin-top: 65px;
    display: flex;
    align-items: center;
    row-gap: 48px;
    flex-wrap: wrap;
    column-gap: 34px;
}

.award-box {
    position: relative;
    width: 23%;
    transition: 0.8s ease-out;
    overflow: hidden;
    border-radius: 8px;
    border: 0.5px solid rgba(151, 151, 151, 0.70);
}
.award-section h2 {
    text-align: center;
	background:linear-gradient(90deg, #9066F2 0%, #DE4AC7 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 72px;
    line-height: 82px;
}

.award-box img {
    width: 100%;
}

.award-box h6 {
    color: #F5F5F5;
    font-family: var(--fontRobotoLight);
    font-size: 52px;
    font-style: normal;
    font-weight: 300;
    line-height: 62px;
    margin-bottom: 9px;
    position: relative;
    display: inline-block;
	transform: translateY(0px);
    transition: 0.4s ease-in-out;
}

.award-box h6::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background: #9066F2;
    bottom: 0;
    left: 0;
}

.award-box h3 {
    color: #FFF;
    font-family: var(--fontRoboto);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
	transform: translateY(0px);
    transition: 0.4s ease-in-out;
}

.award-box p {
    color: #FFF;
    font-family: var(--fontRoboto);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    display: none;
}

.award-box a {
    color: #FFF;
    font-family: var(--fontRobotoMD);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
.award-box a svg path{
	fill:#fff;
}
.award-box>div {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
}

.award-box:hover h6 {
    transform: translateY(-60px);
    transition: 0.4s ease-in-out;
    visibility: hidden;
}

.award-box:hover h3 {
    transform: translateY(-60px);
    transition: 0.4s ease-in-out;
    color: #FFF;
	

}
.award-box:hover p {
    transform: translateY(-50px);
    display: block;
    transition: 0.4s ease-in-out;
}

.award-box:hover {
    background: #fff;
}

.award-box img {
	transform: translateX(0%);
	transition: 0.4s ease-in-out;
	border-radius:10px;
}
.award-btn {
    text-align: center;
    margin-top: 50px;
}
.award-box:hover img{
	transform: translateX(100%);
	transition: 0.4s ease-in-out;
}
.award-main .award-box:first-child:hover img, .award-main .award-box:nth-child(5):hover img, .award-main .award-box:nth-child(9):hover img, .award-main .award-box:nth-child(10):hover img, .award-main .award-box:nth-child(11):hover img{
	transform: translateX(0%);
	visibility:hidden;
	transition: 0s ease-in-out;
}
.award-box>div:last-child {
    position: absolute;
    top: 91%;
    right: 20px;
    left: 64%;
	transform: translateY(60px);
    visibility: hidden;
    transition: 0.4s ease-in-out;
}

.award-box:hover>div:last-child {
    transform: translateY(0px);
    visibility: visible;
}

.award-main .award-box:first-child:hover h3, .award-main .award-box:nth-child(6):hover h3 {
    color: #9066F2;
}
.award-main .award-box:first-child:hover p ,  .award-main .award-box:nth-child(6):hover p{
   color: #39383E;
}
.award-main .award-box:first-child:hover a,  .award-main .award-box:nth-child(6):hover a {
   color:#000;
}
.award-main .award-box:first-child:hover svg path , .award-main .award-box:nth-child(6):hover svg path{
   fill:#000;
}
.award-main .award-box:nth-child(2):hover{
    background: #9066F2;
}

.award-main .award-box:nth-child(3):hover{
    background: #821232;
}
.award-main .award-box:nth-child(4):hover{
    background: #3F36A3;
}
.award-main .award-box:nth-child(5):hover{
    background: #625B73;
}
.award-main .award-box:nth-child(7):hover{
    background: #5372BA;
}
.award-main .award-box:nth-child(8):hover{
    background: #0F8488;
}
.award-main .award-box:nth-child(9):hover{
    background: #355261;
}
.award-main .award-box:nth-child(10):hover{
    background: #0C3864;
}
.award-main .award-box:nth-child(11):hover{
    background: #057E7D;
}

a#loadMore {
	display: block;
	margin:auto;
    position: relative;
    padding-right: 50px;
/* 	display: flex;
    align-items: flex-end; */
}
a#loadMore::after {
    content: url(../images/up-arrow.svg);
    position: absolute;
    height: 20px;
    width: 20px;
    right: 20px;
	bottom:14px;
}

/* award-section */
/* solution-section */
.solution-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}

.solution-main>div h2,
.solution-main>div span {
    text-align: center;
}

.solution-main>div {
    text-align: center;
}

.solution-main>div h2 {
    margin-bottom: 40px;
}

.nav-tabs {
    margin-bottom: 50px;
    border: 0px !important;
    display: flex;
    justify-content: space-between;
}

.nav-tabs button {
    margin-bottom: 50px;
}

.nav-tabs>button {
    padding: 12px 0px;
    width: 48%;
}

.nav-link {
    color: #F5F5F5;
    opacity: 0.7;
    font-family: var(--fontRobotoB);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30.8px;
    letter-spacing: 0.54px;
    border-bottom: 1px solid rgba(144, 102, 242, 0.50) !important;
    border-radius: 0px !important;
}

.nav-link:hover {
    color: #9066F2 !important;
    border: 1px solid rgba(144, 102, 242, 0.50) !important;
    background: rgba(145, 102, 242, 0.10) !important;
}

.nav-link.active {
    color: #9066F2 !important;
    font-family: var(--fontRobotoB);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30.8px;
    letter-spacing: 0.54px;
    border: 1px solid rgba(144, 102, 242, 0.50) !important;
    background: rgba(145, 102, 242, 0.10) !important;
    border-radius: 0px !important;
}

.tab-content>.active {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-link:focus {
    color: #9066F2 !important;
    border: 1px solid rgba(144, 102, 242, 0.50) !important;

}

.solution-box {
    text-align: center;
    padding: 16px;
}

.solution-box h6 {
    color: #F5F5F5;
    text-align: center;
    font-family: var(--fontRoboto);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding: 16px 0px;
    position: relative;
}
.solution-box h6:hover{
	color:#9066F2;
}
.solution-box h6::after {
    content: "";
    position: absolute;
    width: 20%;
    height: 2px;
    left: 40%;
    text-align: center;
    bottom: 0;
    background: #7900C0;
}

.solution-box p {
    color: #BDBDBD;
    text-align: center;
    font-family: var(--fontRoboto);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 16px 0px;
}

.solution-box a {
    color: #9066F2;
    font-family: var(--fontRobotoLight);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    display: inline-block;
}

.solution-box a:hover {
    text-decoration: underline;
}

.solution-box img {
    margin: auto;
}
.solution-section  button.slick-prev.slick-arrow {
    position: absolute;
    top: auto;
    left: auto;
	z-index:99;
}
.solution-section  button.slick-next.slick-arrow {
    position: absolute;
    top: auto;
    right: 0;
}

/* solution-section */

/* solution_section */
.marque-section {
    background: #24183D;
    padding: 24px 0px;
}

.slick.marquee .slick-slide h6 {
    color: #9066F2;
    text-align: center;
    font-family: var(--fontRobotoLight);
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    position: relative;
    padding-left: 12px;
}

.slick.marquee .slick-slide h6::before {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    border: 1px solid #A2A2A2;
    top: 38%;
    left: -12px;
}

.slick.marquee .slick-slide:nth-child(2n) h6 {
    color: #FBE2F8;
}

/* solution_section */

/* trusted-section */
.trusted-section {
    padding-top: 80px;
}

.trusted-main {
    margin-bottom: 60px;
}

.trusted-slider1 {
    margin-bottom: 20px;
}

.trusted-section .slick-slide {
    margin: 0 10px;
}

.trusted-main p {
    color: #B4B2B2;
    font-family: var(--fontRoboto);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/* trusted-section */

/* choose-section */
.choose-section {
    /* background: url(http://localhost:8888/atlantis/wp-content/uploads/2024/07/choose-bg-min.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0px 200px 0px;
    background-attachment: fixed;
	position:relative;
}
 .choose-section::after {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0px;
    -webkit-filter: blur(7px);
    filter: blur(0px);
    content: '';
    left: 0;
    width: 100%;
    height: 25%;
    background: linear-gradient(360deg, #080712 0%, rgba(0, 0, 0, 0.00) 100%);
}
.choose-section h2 {
    margin-bottom: 36px;
}

.choose-main ul li {
    display: flex;
    align-items: center;
}

.choose-main ul li>span {
    color: #F5F5F5;
    font-family: var(--fontRobotoLight);
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.48px;
    margin-bottom: 26px;
    display: inline-block;
}

.choose-main ul li>span svg {
    margin-right: 24px;
}

.choose-main ul li span>span {
    font-family: var(--fontRobotoMD);
    font-weight: 500;
}

/* choose-section */

/* schedule-section */
.schedule-main {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
}

.schedule-main .schedule-left p {
    color: #B4B2B2;
    font-family: var(--fontRoboto);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 24px 0px;
}

.schedule-main h6,
.schedule-main h6 a {
    color: #F5F5F5;
    font-family: var(--fontRoboto);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.schedule-main h6 {
    margin-bottom: 8px;
}

.schedule-section {
    margin-bottom: 80px;
}
.main-btn {
    background: transparent;
}

/* schedule-section */


/* global-section*/

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

.global-main h2 {
    margin-bottom: 44px;
    padding: 0px;
}

/* global-section */

/* partners-section */
.partners-main {
    padding: 64px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    justify-content: space-between;
}

.partners-main h2 {
    margin-bottom: 50px;
}

.partners-right>div {
    row-gap: 24px;
}

.partners-right a {
    display: none;
}

.partners-main a {
    color: #F5F5F5;
    font-family: var(--fontRobotoMD);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
}

/* partners-section */

/* insight-section */
.insight-section {
    padding: 80px 0px;
}

.insight-section .list-row {
    margin-bottom: 44px;
    align-items: center;
}

.insight-section .categories ul {
    margin-bottom: 0px;
}

.insight-section .categories ul {
    justify-content: end;
}

/* insight-section */

/* testimonial-section */
.testimonial-section {
    padding: 80px 0px;
}

.testimonial-slider {
    margin-top: 48px;
}

.testimonial-box {
    padding: 24px;
    border-radius: 4px;
    border: 1px solid rgba(161, 174, 191, 0.50);
    background: rgba(36, 24, 61, 0.15);
}

.testimonial-box>div,
.testimonial-box>div>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.testimonial-box>div {
    margin-bottom: 16px;
}

.testimonial-box>div>div>div {
    margin-left: 10px;
}

.testimonial-box h6 {
    color: #F5F5F5;
    font-family: var(--fontRobotoMD);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.testimonial-box span {
    color: #9B9B9B;
    font-family: var(--fontRobotoMD);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.testimonial-box p {
    color: #808080;
    font-family: var(--fontRoboto);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    min-height: 167px;
}

button.slick-next.slick-arrow {
    position: absolute;
    top: -22%;
    right: 32px;
}

button.slick-prev.slick-arrow {
    position: absolute;
    top: -22%;
    left: 92%;
}

.slick-next::before,
.slick-prev::before {
    width: 40px;
    height: 40px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(161, 174, 191, 0.50);
	font-family: 'Font Awesome 6 Free';
    font-weight: 600;
}
.slick-prev::before{
	content: '\f060';
}
.slick-next::before{
    content: '\f061';
}
.slick-dots li button::before {
/*     font-size: 40px; */
    opacity: 1;
    color: #3D2859;
}

.slick-dots li.slick-active button::before {
    color: #7900C0;
}

.slick-dots {
    bottom: -36px;
}

/* the slides */
.slick-slide {
    margin: 0 15px;
}

/* the slides */

/* testimonial-section */


@media screen and (max-width:1399px) {

    button.slick-prev.slick-arrow {
        left: 90%;
    }
	
    .award-box {
        width: 31%;
    }
}
@media screen and (max-width:1199px) {
.award-main {
    column-gap: 30px;
}
}

@media screen and (max-width:991px) {
    button.slick-prev.slick-arrow {
        left: 86%;
    }

    .insight-section .categories ul {
        justify-content: start;
    }

    .insight-section .list-row {
        margin-bottom: 24px;
        row-gap: 24px;
    }
	
    .award-box {
        width: 47%;
    }
}
@media (min-width:767px) and (max-width:991px) {
	.award-section h2 {
    	font-size: 50px;
    	line-height: 62px;
	}
	.banner-video video {
    	height: 550px;
    	object-fit: cover;
	}
	
	
}

.award-section h2 {
    text-align: center;
    background: linear-gradient(90deg, #9066F2 0%, #DE4AC7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    line-height: 62px;
}
@media screen and (max-width:767px) {
    h1 {
        font-size: 32px;
        line-height: 40px
    }

    h1 br {
        display: none;
    }

    button.slick-prev.slick-arrow {
        display: none !important;
    }

    button.slick-next.slick-arrow {
        display: none !important;
    }

    .banner-section video {
        width: 100%;
        height: 550px;
        object-fit: cover;
    }

    .banner-line {
        align-items: baseline;
        flex-direction: column;
    }

    .banner-bottom p {
        font-size: 14px;
        line-height: 22px;
        width: 80%;
        margin: 8px;
        letter-spacing: 0.40px;
    }

    .banner-main .container>div {
        top: 25%;
    }

    .banner-bottom {
        margin-top: -200px;
    }

    .banner-section::after {
        height: 133px;
        bottom: 0px;
    }

    /* counter css */
    .counter-section {
        padding: 40px 0px;
        margin-top: 10px;
    }

    .counter-top {
        margin-bottom: 16px;
    }

    .counter-top h2 {
        margin: 8px 0px 24px 0px;
    }

    .counter-top a {
        font-size: 12px;
        line-height: 12px;
    }

    .counter-top p {
        margin-bottom: 24px;
        font-size: 14px;
        line-height: 20px;
    }

    .counter-bottom>div {
        padding-top: 16px;
        padding-bottom: 8px;
    }

    .counter-top>div:nth-child(2) a {
        display: block;
    }

    .counter-top>div:nth-child(1) a {
        display: none;
    }

    .counter-bottom>div>span {
        font-size: 12px;
        line-height: 20px;
    }

    .counter-bottom p {
        font-size: 14px;
        line-height: 20px;
    }

    .counter-bottom>div {
        width: 100%;
    }

    .counter-bottom h6 {
        font-size: 32px;
        line-height: 40px;
    }

    .counter-bottom>div>span::before {
        top: 3px;
    }

	
    /* .award-section */
    .award-section {
        padding: 40px 0px;
    }

    .award-box h6 {
        font-size: 36px;
        line-height: 48px;
        margin-bottom: 9px;
    }

    .award-box h3 {
        font-size: 20px;
        line-height: 32px;
    }

    .award-box {
        width: 100%;
    }
	.award-btn {
    margin-top: 24px;
	}
	.award-main {
    margin-top: 28px;
    row-gap: 16px;
	padding: 0px 20px;
	}
	.award-box img {
    height: 400px;
    object-fit: cover;
	}
	.award-box>div:last-child {
		left: 72%;
	}
    /* .award-section */
	
    /* .solution-section */
    .solution-section {
        padding: 40px 0px;
    }

    .nav-link.active,
    .nav-link {
        font-size: 14px;
        line-height: 22px;
    }

    .solution-box h6 {
        font-size: 20px;
        line-height: 28px;
        padding: 8px 0px;
    }

    .solution-box p {
        font-size: 14px;
        line-height: 22px;
        padding: 8px 0px;
    }

    .solution-box a {
        font-size: 12px;
        line-height: 20px;
    }

    /* .solution-section */

    /* .trusted-section */
    .trusted-section {
        padding-top: 40px;
    }

    .trusted-main p {
        font-size: 14px;
        line-height: 22px;
        margin-top: 24px;
    }

    .trusted-main {
        margin-bottom: 24px;
    }

    .trusted-section .slick-slide {
        margin: 0 4px;
    }

    .trusted-slider1 {
        margin-bottom: 10px;
    }

    /* .trusted-section */

    /* .choose-section */

    .choose-section {
        padding: 40px 0px;
        background-attachment: unset;
    }
    .choose-section h2 {
        margin-bottom: 26px;
    }

    .choose-main ul li>span {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 14px;
    }

    .choose-main ul li>span svg {
        margin-right: 12px;
        width: 20px;
    }

    /* .choose-section */

    /* marquee-section */
    .slick.marquee .slick-slide h6 {
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 22px;
		padding-left:4px;
    }

    /* marquee-section */
    /* .global-section */

    .global-section {
        padding: 40px 0px;
    }

    /* .global-section */

    /* .partners-section */
    .partners-main a {
        display: none;
    }

    .partners-right a {
        display: inline-block;
        margin-top: 24px;
    }

    .partners-main {
        padding: 24px 0px;
    }

    .partners-main h2 {
        margin-bottom: 24px;
    }

    .partners-main img {
        width: 100%;
    }
	.partners-right .slick-slide {
    	margin: 0 4px;
	}
    /* .partners-section */

    /* .testimonial-section */
    .testimonial-section {
        padding: 40px 0px;
    }

    .testimonial-slider {
        margin-top: 24px;
    }

    .testimonial-box h6 {
        font-size: 16px;
        line-height: 24px;
    }

    .testimonial-box span {
        font-size: 12px;
        line-height: 20px;
    }

    .testimonial-box p {
        font-size: 14px;
        line-height: 22px;
        min-height: 150px;
    }

    .testimonial-box {
        padding: 16px;
    }

    /* .testimonial-section */


    .schedule-main {
        background: url(../images/schedule-res-bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding:24px;
        text-align: center;
		border-radius: 16px;
    }
	.schedule-main .schedule-left p {
    	margin: 16px 0px;
		
	}
    .schedule-main h6 {
        margin-bottom: 8px;
    }
	.schedule-left>div{
		display:flex;
		justify-content:space-between;
	}
	.schedule-main button.form-button.wpcf7-form-control.has-spinner.wpcf7-submit {
    	width: 100%;
	}
	.schedule-main h6, .schedule-main h6 a{
		font-size: 14px;
        line-height: 20px;
	}
    .schedule-main .schedule-left p br {
        display: none;
    }

    .schedule-left {
        margin-bottom: 20px;
    }

    section.schedule-section {
        margin-bottom: 32px;
    }
	.insight-section {
    padding: 40px 0px;
	}
}