.terms.contact {
    /* background-color: #E6F4F8; */
}

.terms-bubbles {
    /* padding-top: 100px; */
    padding-bottom: 150px;
}

.terms.contact .contact-s1 {
    padding-top: 150px;
    padding-bottom: 300px;
    z-index: 1;
    position: relative;
}

.terms.contact .contact-s1 .opti-container-xxl {
    position: relative;
    z-index: 1;
}

.terms.contact .contact-s1::before {
    background-image: url(../../images/new/svg/terms-bubble-4.svg);
    background-size: 120%;
    background-position: top -30px left 0;
    z-index: 0;
}

.terms-footer {
    position: relative;
    z-index: 2;
}

.terms-bubbles h3 {
    text-align: right;
}



/* Bubbles container */
.bubble-container {
	position: relative;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.bubble-container h2,
.bubble-container h3 {    
	max-width: 425px;
	padding: 10px 20px;
	z-index: 1;
	margin: 0;
	font-size: 28px;
	text-align: center;
}
.bubble-container h3 {
	padding: 10px 20px;
	margin-left: auto;
	/* text-align: right; */
}
.bubble-container span {
	display: block;
}
.bubble-container h2>span:first-child,
.bubble-container h2>span:last-child,
.bubble-container h3>span:first-child,
.bubble-container h3>span:last-child {
	position: relative;
	width: 100%;
	height: 60px;
}
.bubble-container h2>span:first-child::before,
.bubble-container h3>span:first-child::before {
	content: "";
	position: absolute;
	display: block;
	bottom: -10%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.bubble-container h2>span:first-child::before {
	background-image: url(../../images/new/svg/terms/terms-small-bubble-left-header.svg);    
	background-size: calc(100% + 200px);
    background-repeat: no-repeat;
    background-position: top 0 left -51px;
}
.bubble-container h3>span:first-child::before {
	background-image: url(../../images/new/svg/terms/terms-small-bubble-right-header.svg);    
	background-size: calc(100% + 280px);
    background-repeat: no-repeat;
    background-position: top 0 left -91px;
}
.bubble-container h2>span:nth-child(2),
.bubble-container h3>span:nth-child(2) {
	background-color: #f3f9fe;
	padding: 0 20px;
	min-height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
}
.bubble-container h2>span:last-child::before,
.bubble-container h3>span:last-child::before {
	content: "";
	position: absolute;
	display: block;
	top: -20%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-image: url(../../images/new/svg/terms/terms-small-bubble-left-footer.svg);    
	background-size: calc(100% + 100px);
	background-repeat: no-repeat;
	background-position: bottom 0 left -38px;
}
.bubble-container section {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -200px;
}
.bubble-container section>div:first-child,
.bubble-container section>div:last-child {
	position: relative;
	width: 100%;
	min-height: 200px;
}
.bubble-container section>div:first-child::before {
	content: "";
	position: absolute;
	display: block;
	bottom: -30%;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: calc(100% + 60px);
	background-repeat: no-repeat;
	background-position: top 0 left -15px;
	z-index: -1;
}
.bubble-container:nth-child(odd) section>div:first-child::before {
	background-image: url(../../images/new/svg/terms/terms-big-bubble-left-header.svg);
}
.bubble-container:nth-child(even) section>div:first-child::before {
	background-image: url(../../images/new/svg/terms/terms-big-bubble-right-header.svg);
	bottom: -10%;
	background-position: top 0 left -25px;
}
.bubble-container section>div:nth-child(2) {
	background-color: #f3f9fe;
	width: calc(100% - 80px);
	padding: 0 40px;
}
.bubble-container section>div:last-child::before {
	content: "";
	position: absolute;
	display: block;
	top: -30%;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: calc(100% + 84px);
	background-repeat: no-repeat;
	background-position: bottom 0 left -30px;
	z-index: -1;
}
.bubble-container:nth-child(odd) section>div:last-child::before {
	background-image: url(../../images/new/svg/terms/terms-big-bubble-left-footer.svg);
}
.bubble-container:nth-child(even) section>div:last-child::before {
	background-image: url(../../images/new/svg/terms/terms-big-bubble-right-footer.svg);
	top: -15%;
	background-size: calc(100% + 150px);
	background-position: bottom 0 left -60px;
}

.bubble-container section ol>li {
	margin: 8px 0;
}

@media (max-width: 580px) {
	.bubble-container ol {
		padding-left: 0;
	}
	.bubble-container section>div:last-child::before {
		top: -45%;
	}
	.bubble-container section>div:first-child::before {
		bottom: -45%;
	}
	.bubble-container:nth-child(even) section>div:first-child::before {
		bottom: -35%;
	}
	.bubble-container:nth-child(even) section>div:last-child::before {
		top: -35%;
	}
	.bubble-container {
		margin-top: -150px;
	}
	.bubble-container:first-child {
		margin-top: 0;
	}
	.bubble-container section>div:first-child, 
	.bubble-container section>div:last-child {
		min-height: 180px;
	}
	.bubble-container h2>span:nth-child(2), 
	.bubble-container h3>span:nth-child(2) {
		min-height: 30px;
	}
	.bubble-container h2 {
		text-align: left;
	}
	.bubble-container h3 {
		text-align: right;
	}
	.bubble-container h2>span:nth-child(2), 
	.bubble-container h3>span:nth-child(2) {
		justify-content: flex-end;
	}
	.terms-bubble-footer {
		margin-top: -70px;
	}
	.terms-bubbles {
		padding-bottom: 40px;
	}
	.pagenotfound .header-banner-initials.medical-banner .dt-s0a.opti-container-lg {
		padding-bottom: 10px;
	}
}

@media (max-width: 380px) {
	.bubble-container h2, 
	.bubble-container h3 {
		font-size: 24px;
	}
	.bubble-container h2>span:first-child, 
	.bubble-container h2>span:last-child, 
	.bubble-container h3>span:first-child, 
	.bubble-container h3>span:last-child {
		height: 30px;
	}
	.terms-bubbles.opti-container-xxl {
		padding-left: 0;
		padding-right: 0;
	}
	.terms-bubble-footer {
		padding-left: 23px;
		padding-right: 23px;
	}
	.bubble-container ol {
		padding-left: 5px;
	}
	.bubble-container h2>span:nth-child(2), 
	.bubble-container h3>span:nth-child(2) {
		justify-content: center;
	}
	.bubble-container h2, 
	.bubble-container h3 {
		text-align: center;
	}
}





/* Terms and Conditions - bug-uri */

.termsConds .terms-bubbles.opti-container-xxl {
    padding-bottom: 0;
}

.termsConds .bubble-container section>div:last-child {
    min-height: 100px;
}

.termsConds .bubble-container:nth-child(even) section>div:last-child::before {
    top: -22%;
    background-size: calc(100% + 220px);
    background-position: bottom 0 left -115px;
}

.termsConds .bubble-container section>div:first-child {
	min-height: 150px;
}

.termsConds .bubble-container h2>span:first-child::before, .termsConds .bubble-container h3>span:first-child::before {
	bottom: -1%;
}

.termsConds .bubble-container h2>span:first-child, .termsConds .bubble-container h2>span:last-child, .termsConds .bubble-container h3>span:first-child, .termsConds .bubble-container h3>span:last-child {
	height: 50px;
}

.termsConds .bubble-container h3>span:last-child::before {
	background-position: bottom 0 left -15px;
	top: -45%;
}

.termsConds .bubble-container:nth-child(even) section>div:first-child::before {
    background-size: calc(100% + 80px);
    bottom: -13%;
    background-position: top 0 left -47px;
}

.termsConds .bubble-container:not(.termsConds .bubble-container:first-child) {
    margin-top: -50px;
}

.termsConds .bubble-container:first-child {
	margin-top: 50px;
}

.termsConds .bubble-container h2>span:last-child {
    height: 30px;
    margin-bottom: 20px;
}

.bubble-container h2>span:last-child::before {
    top: -13%;
    background-position: bottom 0 left -60px;
}

.bubble-container section>div:last-child::before {
	top: -22%;
	background-size: calc(100% + 305px);
    background-position: bottom 0 left -97px;
}

.bubble-container h3>span:nth-child(2) {
	min-height: 70px;
}

.bubble-container section>div:nth-child(2) {
	padding-bottom: 5px;
}

.termsConds .bubble-container section>div:last-child {
    min-height: 130px;
}

.bubble-container section>div:last-child::before {
    top: -16%;
}

.termsConds .bubble-container:nth-child(even) section>div:last-child::before {
    top: -7%;
}


@media (max-width: 1600px) {
	.pagenotfound .header-banner-initials.medical-banner .dt-s0a.opti-container-lg {
		padding-bottom: 100px;
	}
}

@media (max-width: 1201px) {
	.termsConds .bubble-container:nth-child(even) section>div:first-child::before {
		background-size: calc(100% + 170px);
		background-position: top 0 left -60px;
	}
	.bubble-container section>div:first-child::before {
		background-size: calc(100% + 120px);
		background-position: top 0 left -32px;
	}
	.termsConds .bubble-container:first-child {
		margin-top: 0;
	}
	.pagenotfound.termsConds .header-banner-initials.medical-banner .dt-s0a.opti-container-lg {
		padding-bottom: 50px;
	}
}

@media (max-width: 580px) {
	.termsConds .bubble-container:first-child {
		margin-top: 0;
	}
	.termsConds .bubble-container section>div:last-child {
		min-height: 75px;
	}
	.pagenotfound.termsConds .header-banner-initials.medical-banner .dt-s0a.opti-container-lg {
		padding-bottom: 0;
	}
}