.qd-core-section {
    background: #fff;
    padding: 70px 0;
    overflow: hidden;
}

.qd-core-section .qd-core-cont {
    padding-top: 30px;
    padding-bottom: 30px
}

.qd-core-section .qd-core-round-sec {
    max-width: 510px;
    margin: 0 auto;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.qd-core-section .qd-core-round {
    background: #ffffff38;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 510px;
    height: 510px;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #0a8604;
}

.qd-core-section .qd-core-option {
    position: absolute;
    display: flex;
}

.qd-core-section .qd-core-round img {
    width: 380px;
}

.qd-core-option.zoom1,
.qd-core-option.zoom3,
.qd-core-option.zoom5 {
    flex-direction: row-reverse;
    text-align: end;
}

.qd-core-section .qd-core-option.zoom7 {
    width: 400px;
    margin: 0 auto
}

.qd-core-section .qd-core-option.zoom7 .qd-option-icon {
    margin: 0 auto
}

.qd-core-section .qd-core-option.zoom7 .qd-option-text {
    width: auto
}

.qd-core-section .qd-core-option .qd-option-text h4 {
    font-size: 20px;
    cursor: pointer;
    text-transform: capitalize;
    margin-left: 0;
    font-weight: 700;
    color: #0a8604;
}

.qd-core-section .qd-core-option .qd-option-text h4 font {
    font-weight: 400;
}

.qd-core-section .qd-core-option .qd-option-text p {
    font-size: 15px;
    line-height: 19px;
    position: relative;
    margin-left: 0;
    margin-top: 0;
    text-align: justify;
    color: #989a97;
    margin-bottom: 5px !important;
}

.qd-core-section .qd-core-option .qd-option-icon {
    width: 100px;
    height: 100px;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #0a8604;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px
}

.qd-core-section .qd-core-option .qd-option-text {
    width: 380px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
}

.qd-core-section .qd-core-option:hover .qd-option-icon {
    webkit-transform: scale(.93);
    -moz-transform: scale(.93);
    -ms-transform: scale(.93);
    transform: scale(.93)
}

.qd-core-section .qd-core-option .qd-option-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px #f99013;
    opacity: 0;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.qd-core-section .qd-core-option:hover .qd-option-icon:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms
}

.qd-core-section .qd-core-option svg {
    fill: #f99013
}

.qd-core-section .qd-core-option:hover .qd-option-text h4 a {
    color: #f99013
}

.zoom1 {
    top: 20px;
    left: -360px
}

.zoom2 {
    top: 20px;
    right: -358px
}

.zoom3 {
    top: 190px;
    left: -425px
}

.zoom4 {
    top: 190px;
    right: -410px
}

.zoom5 {
    top: 370px;
    left: -375px
}

.zoom6 {
    top: 370px;
    right: -375px
}

.zoom7 {
    top: 450px;
    left: 0;
    right: 0
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: .1
    }

    40% {
        opacity: .3;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #b3b3b3, 0 0 0 10px rgba(255, 255, 255, .3)
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #b3b3b3, 0 0 0 10px rgba(255, 255, 255, .3);
        -webkit-transform: scale(1.5);
        opacity: 0
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: .1
    }

    40% {
        opacity: .3;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #b3b3b3, 0 0 0 10px rgba(255, 255, 255, .3)
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #b3b3b3, 0 0 0 10px rgba(255, 255, 255, .3);
        -moz-transform: scale(1.5);
        opacity: 0
    }
}

@keyframes sonarEffect {
    0% {
        opacity: .1
    }

    40% {
        opacity: .3;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #b3b3b3, 0 0 0 10px rgba(255, 255, 255, .3)
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #b3b3b3, 0 0 0 10px rgba(255, 255, 255, .3);
        transform: scale(1.5);
        opacity: 0
    }
}

@media(max-width:1399px) {
    .qd-core-section .qd-core-round {
        width: 380px;
        height: 380px;
    }

    .qd-core-section .qd-core-round-sec {
        max-width: 420px
    }

    .qd-core-section .qd-core-option .qd-option-text h4 {
        font-size: 17px
    }

    .qd-core-section .qd-core-option .qd-option-text p {
        font-size: 13px
    }

    .qd-core-section .qd-core-option .qd-option-text.pr20 {
        padding-right: 10px !important
    }

    .qd-core-section .qd-core-option .qd-option-text.pl20 {
        padding-left: 10px !important
    }

    .qd-core-section .qd-core-option .qd-option-icon {
        width: 80px;
        height: 80px;
        padding: 15px
    }

    .qd-core-section .qd-core-option .qd-option-text {
        width: 320px
    }

    .qd-core-section .qd-core-cont {
        padding-bottom: 0
    }

    .qd-core-section .qd-core-round img {
        width: 260px;
    }

    .zoom1 {
        left: -300px;
        top: 15px;
    }

    .zoom2 {
        right: -280px;
        top: 19px;
    }

    .zoom3 {
        left: -350px;
        top: 145px;
    }

    .zoom4 {
        right: -320px;
        top: 151px;
    }

    .zoom5 {
        left: -325px;
        top: 280px;
    }

    .zoom6 {
        right: -285px;
        top: 280px;
    }

    .zoom7 {
        top: 375px
    }
}

@media(max-width:1024px) {
    .qd-core-section .qd-core-round {
        display: none
    }

    .qd-core-section .qd-core-round-sec {
        max-width: 100%;
        text-align: center
    }

    .qd-core-section .qd-core-option.zoom7 {
        width: auto
    }

    .qd-core-section .qd-core-option {
        position: initial;
        width: 49%;
        display: inline-block
    }

    .qd-core-section .qd-core-option .qd-option-icon {
        float: none !important;
        margin: 0 auto;
        width: 90px;
        height: 90px
    }

    .qd-core-section .qd-core-option .qd-option-text {
        width: 100%;
        text-align: center !important;
        padding: 20px 10px
    }

    .qd-core-section .qd-core-option .qd-option-icon .svg-mobile {
        width: 32px
    }

    .qd-core-section .qd-core-option .qd-option-text h4 {
        font-size: 16px;
        padding-bottom: 3px
    }

    .qd-core-section .qd-core-option .qd-option-text p {
        font-size: 14px;
        line-height: 20px;
        padding-top: 5px;
        min-height: 76px
    }

    .qd-core-section {
        padding: 50px 0
    }
}

@media(max-width:767px) {
    .qd-core-section .qd-core-option .qd-option-text p {
        min-height: 125px;
        margin-bottom: 5px
    }

    .qd-core-section .qd-core-option .qd-option-text h4 {
        font-size: 15px
    }

    .qd-core-section .qd-core-option.zoom7 h4 {
        min-height: inherit !important
    }
}

@media(min-width:575px) and (max-width:695px) {

    .qd-core-section .qd-core-option.zoom4 h4,
    .qd-core-section .qd-core-option.zoom6 h4 {
        min-height: inherit !important
    }
}

@media(max-width:694px) {
    .qd-core-section .qd-core-option .qd-option-text h4 {
        min-height: 39px
    }
}

@media(max-width:575px) {
    .qd-core-section .qd-core-option .qd-option-text h4 {
        font-size: 16px;
        line-height: 18px;
        min-height: 40px
    }
}

@media(max-width:479px) {
    .qd-core-section .qd-core-option {
        width: 100%
    }

    .qd-core-section .qd-core-option .qd-option-text p,
    .qd-core-section .qd-core-option .qd-option-text h4 {
        min-height: auto
    }

    .qd-core-section .qd-core-option .qd-option-text {
        padding: 20px;
    }

    .qd-core-section .qd-core-option .qd-option-text.pl20 {
        padding-left: 20px !important;
    }
}