.vc-why-choose-us h2 {
    font-weight: 600;
}
.vc-why-choose-us h2.mobile {
    display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-why-choose-us h2.mobile {
        display: block;
        text-align: center;
        padding: 30px 0;
    }
}
.vc-why-choose-us h2.desk {
    display: block;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-why-choose-us h2.desk {
        display: none;
    }
}
.vc-why-choose-us .white-box {
    background: #fff;
    box-shadow: 0 0 15px rgba(34, 34, 34, 0.1);
    position: relative;
    display: block;
    transition: all 0.3s;
    width: 100%;
    margin: 20px auto 90px auto;
    padding: 60px 30px;
}
.vc-why-choose-us .white-box:hover {
    box-shadow: 0 0 15px rgba(34, 34, 34, 0.2);
    transition: all 0.3s;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-why-choose-us .white-box {
        padding: 60px 15px;
    }
}
@media (max-width: 991.98px) {
    .vc-why-choose-us .white-box .col-md-4 {
        padding-left: 0;
        padding-right: 0;
    }
}
.vc-why-choose-us p.title {
    color: #3e3e3e;
    font-size: 24px;
    font-weight: 600;
    padding-top: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-why-choose-us p.title {
        font-size: 18px;
        line-height: 28px;
        padding: 40px 0 0 15px;
    }
}
.vc-why-choose-us ul {
    list-style-type: disc;
}
.vc-why-choose-us ul li {
    line-height: 26px;
    margin-bottom: 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-why-choose-us ul li {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-why-choose-us .vc-why-info {
        padding: 0;
        margin: 45px 0 0 0;
    }
}
.slider-license {
    padding-bottom: 1px;
    margin-bottom: 30px;
}
@media(max-width: 991.98px) {
    .slider-license {
        margin: 0 auto 30px;
        max-width: 520px;
    }
}
@media (max-width: 575.98px) {
    .slider-license {
        margin: 0 auto 30px;
        max-width: 300px;
        padding: 0 15px;
    }
}
.slider-license .vc-license-slider {
    position: relative;
    display: block;
}
.slider-license .vc-license-slider .img-inner {
    position: relative;
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}
@media (min-width: 575.98px) and (max-width: 991.98px) {
    .slider-license .vc-license-slider .img-inner {
        padding: 0 15px;
    }
}
.slider-license .vc-license-slider .img-inner img {
    display: block;
    margin: 0 auto;
}
.slider-license .slick-dots {
    display: block;
    position: absolute;
    bottom: -45px;
    width: 100%;
    text-align: center;
    padding: 0;
}
.slider-license .slick-dots ul {
    display: block;
    position: absolute;
    bottom: 60px;
    width: 100%;
    text-align: center;
    padding: 0;
}
.slider-license .slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #e3e3e3;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.slider-license .slick-dots li button {
    color: transparent;
    border: none;
    background: transparent;
    text-indent: -9999px;
}
.slider-license .slick-dots li:hover {
    background: rgba(227, 227, 227, 0.3) !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.slider-license .slick-dots li.slick-active {
    background: #7f7f7f !important;
    border: 1px solid #7f7f7f;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.slider-license .prev {
    cursor: pointer;
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
    z-index: 1;
    width: 12px;
    height: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
@media (min-width: 576px) and (max-width: 1199px) {
    .slider-license .prev {
        left: -15px;
    }
}
@media (min-width: 320px) and (max-width: 575px) {
    .slider-license .prev {
        left: -25px;
    }
}
.slider-license .prev:before {
    content: "";
    display: block;
    height: 2px;
    width: 15px;
    background: #ccc;
    transform: rotate(45deg);
    position: relative;
    top: 22px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.slider-license .prev:after {
    content: "";
    display: block;
    height: 2px;
    width: 15px;
    background: #ccc;
    transform: rotate(-45deg);
    position: relative;
    top: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.slider-license .prev:hover:before {
    background: #9b74e0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.slider-license .prev:hover:after {
    background: #9b74e0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.slider-license .prev:active {
    transform: scale(0.9);
}
.slider-license .next {
    cursor: pointer;
    position: absolute;
    top: calc(50% - 20px);
    right: 0;
    z-index: 1;
    width: 12px;
    height: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
@media (min-width: 576px) and (max-width: 1199px) {
    .slider-license .next {
        right: -15px;
    }
}
@media (min-width: 320px) and (max-width: 575px) {
    .slider-license .next {
        right: -25px;
    }
}
.slider-license .next:before {
    content: "";
    display: block;
    height: 2px;
    width: 15px;
    background: #ccc;
    transform: rotate(45deg);
    position: relative;
    top: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.slider-license .next:after {
    content: "";
    display: block;
    height: 2px;
    width: 15px;
    background: #ccc;
    transform: rotate(-45deg);
    position: relative;
    top: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.slider-license .next:hover:before {
    background: #9b74e0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.slider-license .next:hover:after {
    background: #9b74e0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.slider-license .next:active {
    transform: scale(0.9);
}