.cms-bond-dop .section-one{
	/*width: 100%;*/
	float: left;
	background: #fff;
	padding: 40px 0;
}
.cms-bond-dop .left-right{
	/*width: 100%;*/
	float: left;
	background: #d93944;
	padding-bottom: 30px;
	padding-top: 30px;
	border-top-left-radius: 25px;

}

.cms-bond-dop .left-left{
	/*width: 100%;*/
	float: left;
	background: #00abb0;
	padding-bottom: 30px;
	padding-top: 30px;
	border-bottom-right-radius: 25px;
}
.cms-bond-dop h2.title {
    color: #00abb0;
    font-size: 40px;
}
.cms-bond-dop p.text {
    font-size: 17px;
    line-height: 30px;
    padding: 0 70px;
}
.cms-bond-dop p.text span {
    color: #00abb0;
}
.cms-bond-dop h2.cnt_title {
    font-size: 22px;
    margin: 30px 0 15px;
}
.cms-bond-dop .rightimg {margin: 0 10%}

.cms-bond-dop a.card-link.text-white h6 {
    color: #00abb0;
    font-size: 16px;
}


.cms-bond-dop .accordion {
    background-color: #fff;
    background-image: url(../images/airrow.png);
    color: #00abb0;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
    background-position: right;
    background-repeat: no-repeat;
}

/*.active, .accordion:hover {
  background-color: #ccc; 
}
*/
.cms-bond-dop .panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.cms-bond-dop a.btn {
    background: #00abb0;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 50px;
    margin: 150px 50px 0;
}
.cms-bond-dop a.btn.btn2 {
    background: #d93944;
    margin: 100px 50px 0;
}