body a {
    text-decoration: none !important;
}

.container {
    max-width: 460px;
    background: #08242f;
}

.maineHeader {
    display: flex;
    align-items: center;
    justify-content: center;
}

.maineHeader .logo img {
    width: 200px;
    padding-top: 15px;
}

.headicon {
    color: #fff;
    font-weight: 600;
}

.headicon img {
    width: 40px;
    height: 40px;
    object-fit: none;
    border: solid 1px #fff;
    border-radius: 100%;
}

.headicon span {
    margin-left: 10px;
}

.banner {
    background: url('../img/12.png') no-repeat;
    background-size: cover;
    background-position: center center;
    height: 200px;
}

.userContent h4 {
    color: #ffc70b;
}

.userContent h1 {
    font-size: 28px;
}

header.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 460px;
    margin: auto;
}

.userImg {
    margin-top: -70px;
}

.userSection {
    border-bottom: solid 5px #ffc70b;
    padding-bottom: 15px;
}

.allIcons .icon {
    width: 20%;
    margin-bottom: 20px;
    text-align: center;
}

.allIcons .icon i {
    transition: 0.5s;
    color: #ffc70b;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #fff;
    border-radius: 100%;
    margin: auto;
}

.allIcons .icon p {
    color: #fff;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0;
}

section.iconsWrapper {
    background: #061c24;
    padding-top: 50px;
    padding-bottom: 20px;
    border-bottom: solid 5px #ffc70b;
}

section.iconsWrapper .container {
    background: transparent !important;
}

a.btn.btnWhite {
    background: #fff;
    font-weight: 500;
    padding: 10px 20px;
}

a.btn.btnWhite span {
    margin-left: 8px;
}

a.btn.btnYellow {
    font-weight: 500;
    padding: 10px 20px;
    background: #ffc70b;
}

a.btn.btnYellow span {
    margin-left: 8px;
}

.btnGroup a {
    margin: 0px 5px;
}

a.btn.btnTransp {
    background: #061c24;
    width: 100%;
    font-weight: 500;
    padding: 10px 20px;
    color: #fff;
    margin: 40px 0px;
}

a.btn.btnTransp span {
    margin-left: 7px;
}

.sliderInner ul.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.sliderInner ul.slick-dots li button {
    font-size: 0;
    padding: 0;
    width: 10px;
    height: 10px;
    border: none;
    margin: 0px 2px;
    border-radius: 100%;
    background: #838e92 !important;
}

.sliderInner ul.slick-dots li.slick-active button {
    background: #ffc70b !important;
}

.clientSlider {
    padding-bottom: 20px;
    border-bottom: solid 5px #ffc70b;
    padding-top: 50px;
    background: #061c24;
    margin-top: 50px;
}

.clientSlider .container {
    background: transparent;
}

.testimonialContent {
    border-radius: 24px;
    background-color: rgb(8, 36, 47);
    margin: 30px 30px;
    padding: 20px 10px;
    border-bottom: solid 5px #ffc70b;
}

.testimonialWrapper {
    background: #061c24;
}

.testimonialWrapper .container {
    background: transparent !important;
}

.testimonialInfoContent h4 {
    color: #ffc70b;
    font-size: 19px;
    margin: 0;
    text-align: left;
}

.testimonialInfoContent p {
    font-size: 17px;
    font-weight: 500;
    margin: 0;
}

.testimonialInfoContent {
    margin-left: 15px;
}

.testimonialInnerSlide .slick-arrow {
    position: absolute;
    z-index: 1;
    bottom: 10%;
    background: transparent;
    border: none;
}

.testimonialInnerSlide {
    position: relative;
}

.testimonialInnerSlide .slick-arrow i {
    color: #fff;
}

.testimonialInnerSlide button.rightArr {
    right: 11%;
}

.testimonialInnerSlide button.leftArr {
    left: 11%;
}

.testimonialImg img {
    margin: auto;
}

.userImg img {
    border: solid 1px #fff;
    border-radius: 100%;
}
.modal-dialog {
    max-width: 100% !important;
}
.modal-body .allIcons .icon p {
    color: #000;
}

.modal-body .allIcons .icon {
    margin: 0;
}

.modal-header button.btn-close {
    opacity: 1;
    top: 15px;
    position: relative;
    right: 15px;
    z-index: 9999;
    background-color: #ffc70b;
    padding: 10px;
    border-radius: 100%;
}

.modal-body .modal-title {
    font-size: 26px;
}

.modal-body .allIcons .icon i {
    border: none;
    background: #ffc70b;
    border-radius: 10px;
    color: #000;
}

.modal-body .allIcons {
    justify-content: space-around !important;
}
.allIcons .icon:hover i {
    border-color: transparent !important;
    background: #ffc70b;
    color: #000;
    transition: 0.5s;
}

@media screen and (max-width: 459px) and (min-width: 320px) {
    .container {
        max-width: 100% !important;
    }

    .header.header {
        width: 100% !important;
    }

    .header {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media screen and (max-width: 375px) and (min-width: 320px) {

    a.btn.btnWhite,
    .btnYellow {
        padding: 10px 12px !important;
    }

    .userContent h1 {
        font-size: 20px !important;
    }

    a.btn.btnWhite,
    .btnYellow {
        padding: 10px 12px !important;
    }

    .sliderInner .imgSlider img {
        width: 78%;
        margin: auto;
    }

    .testimonialInnerSlide .slick-arrow {
        display: none !important;
    }

    a.btn.btnWhite span,
    .btnYellow span {
        font-size: 13px;
    }

    .testimonialContent {
        margin-left: 0;
        margin-right: 0;
    }
}