.title-change {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.main-change .condition {
    padding-right: 30px;
}

.main-change .condition .ul-condition {
    list-style: none;
    font-size: 18px;
    position: relative;
    z-index: 0;
}

.main-change .condition .ul-condition:before {
    content: '';
    position: absolute;
    width: 1.5px;
    height: calc(100% - 30px);
    background: #d7d7d7;
    top: 10px;
    left: 17px;
    z-index: -1;
}

.main-change .condition .ul-condition .item span:first-child {
    background: #EC6320;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    padding: 5px 0;
    margin-right: 10px;
}

.main-change .condition .ul-condition .item span:last-child {
    width: calc(100% - 35px);
    padding-left: 20px;
    display: block;
}

.main-change .condition .ul-condition .item {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    align-items: center;
}

.main-change .condition .ul-condition .item:last-child {
    margin-bottom: 0;
}

.main-change .condition .ul-condition .item .numb {
    background: #ec6320;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    padding: 5px 0;
}

.main-change .condition .ul-condition .item .cond {
    width: calc(100% - 35px);
    padding-left: 20px;
    display: block;
}

.main-change .condition .video_sim a {
    display: block;
    width: 100%;
    height: 130px;
    border-radius: 8px;
    line-height: 130px;
    font-size: 38px;
    margin-bottom: 50px;
    text-transform: uppercase;
    background: linear-gradient(to right, #ec6220, #f9af36);
}

.main-change .condition .link-cond {
    margin-top: 35px;
    display: flex;
    align-items: center;
}

.main-change .condition .link-cond a {
    background: #ffd34d;
    font-size: 16px;
    border-radius: 20px;
    display: inline-block;
    height: 42px;
    text-align: center;
    line-height: 42px;
    padding: 0 30px;
}

.main-change .condition .link-cond a:hover, .main-change .condition .link-cond a:focus {
    background: #fec20c;
}

.main-change .condition .link-cond a span {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 15px solid #fff;
    display: inline-block;
    margin-right: 10px;
    vertical-align: -2px;
}

.main-change .condition .link-change {
    display: block;
    width: 270px;
    text-align: center;
    background: linear-gradient(to right, #ec6220, #f9af36);
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 20px;
    height: 42px;
    line-height: 42px;
    margin-top: 20px;
    position: relative;
}

.main-change .condition .link-change:hover {
    background: linear-gradient(to right, #f9ae36, #f9ae36);
}

.main-change .condition .link-change:before {
    content: '';
    top: 15.5px;
    width: 10px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    position: absolute;
    right: 20px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.main-change .faq-change .title {
    padding-top: 3px;
    font-size: 20px;
    margin-bottom: 15px;
}

.main-change .faq-change .item-slide .item-list {
    background-color: #f2f2f2;
    margin-bottom: 15px;
    padding: 20px 30px;
}

.main-change .faq-change .item-slide .item-list .show-list {
    display: flex;
    position: relative;
    font-size: 18px;
    text-decoration: none;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s;
    color: #212529;
}

.main-change .faq-change .item-slide .item-list .show-list .cl {
    position: relative;
    height: 100%;
    width: 16px;
    margin-left: 50px;
}

.main-change .faq-change .item-slide .item-list .show-list .cl .cl1 {
    background: #848484;
    height: 2px;
    width: 16px;
    transform: rotate(90deg);
    transition: all 0.5s;
    position: absolute;
    right: 0;
}

.main-change .faq-change .item-slide .item-list .show-list .cl .cl2 {
    background: #848484;
    height: 2px;
    width: 16px;
    position: absolute;
    right: 0;
    transition: all 0.5s;
}

.main-change .faq-change .item-slide .item-list .show-list[aria-expanded=true] {
    color: #ec6320;
}

.main-change .faq-change .item-slide .item-list .show-list[aria-expanded=true] .cl .cl1 {
    transform: rotate(180deg);
    transition: all 0.5s;
}

.main-change .faq-change .item-slide .item-list .collapse-body {
    padding-top: 20px;
    font-size: 15px;
}

.main-change .faq-change #change-network .owl-nav {
    display: block;
    position: absolute;
    right: 0;
    margin: 0 0 0 0;
    bottom: 0;
}

.main-change .faq-change #change-network .owl-nav button {
    outline: none;
    padding: 0;
    height: 21px;
    width: 13px;
    background: none;
    border: none;
    margin: 0;
}

.main-change .faq-change #change-network .owl-nav button:hover span[aria-label] .icon .arrow, .main-change .faq-change #change-network .owl-nav button:focus span[aria-label] .icon .arrow {
    border-color: #f9af36;
}

.main-change .faq-change #change-network .owl-nav button span[aria-label] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-change .faq-change #change-network .owl-nav button span[aria-label] .icon {
    display: block;
    position: relative;
    height: 24px;
    width: 15px;
}

.main-change .faq-change #change-network .owl-nav button span[aria-label] .icon .arrow {
    top: 5.5px;
    width: 15px;
    height: 15px;
    border: solid #999;
    border-width: 0 3px 3px 0;
    position: absolute;
}

.main-change .faq-change #change-network .owl-nav .owl-prev span[aria-label] .icon .arrow {
    left: 4px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.main-change .faq-change #change-network .owl-nav .owl-next {
    margin: 0 0 0 40px;
}

.main-change .faq-change #change-network .owl-nav .owl-next span[aria-label] .icon .arrow {
    right: 4px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.main-change .faq-change #change-network .owl-dots {
    display: block;
    position: absolute;
    margin: 10px 0 0 0;
    left: 0;
    bottom: 0;
}

.main-change .faq-change #change-network .owl-dots button {
    border: none;
    outline: none;
    background: none;
    padding: 0;
}

.main-change .faq-change #change-network .owl-dots button span {
    transition: all 0.3s ease-in-out !important;
}

.main-change .faq-change #change-network .owl-dots .active span {
    width: 32px;
    border-radius: 5px;
    background: #f9af36;
}
