.author-area h3{
    font-size: 1rem;
}
.blog_blogDetails .blog_authorDetails {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0px;
    padding: 15px;
    position: relative;
    background: #ffffff;
    margin-top: -30px;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 40px -21px #000;
    margin-bottom: 30px;
}

.blog_blogDetails .blog_authorDetails .blog_social ul {
    list-style: none;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-around;
}

.blog_blogDetails .blog_authorDetails .blog_social ul li i {
    width: 36px;
    height: 36px;
    background-color: #e1e0e0;
    text-align: center;
    line-height: 36px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.5s ease-out;
}

.blog_blogDetails .blog_authorDetails .blog_author {
    display: flex;
    align-items: center;
    width: calc(100% - 150px);
}

.blog_blogDetails .blog_authorDetails .blog_author .blog_text ul li {
    color: #000;
    padding: 0;
    line-height: 1;
    font-size: 14px;
    text-transform: capitalize;
    opacity: 0.8;
    margin-right: 15px;
}

.blog_blogDetails .blog_authorDetails .blog_author .blog_text ul {
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
}

.blog_author .blog_text h1 {
    font-size: 25px;
    max-width: 700px;
}

.blog_author .blog_text ul li i {
    margin: 0 6px 0 0px;
}
.blog_blogWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog_blogWrap .blog_blogLeft {
    width: calc(100% - 365px);
}
.blog_blogcontent p{
    margin-bottom: 14px;
}
.blog_blogcontent h2{
    clear: both;
    display: block;
    font-size: 24px;
    padding: 15px 0 0px;
}


.blog_blogWrap .blog_blogRight .blog_blogRightContent{
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.2);
}
.blog_blogWrap .blog_blogLeft {
    width: calc(100% - 365px);
}

.blog_blogWrap .blog_blogRight {
    width: 350px;
}
 .blog_blogRightContent .blog_sideContent {
    margin-bottom: 10px;
}
.blog_blogRightContent .blog_sideContent a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.blog_blogRightContent .blog_sideContent a .blog_sideimg img{
    width: 100%;
}
.blog_blogRightContent .blog_sideContent a .blog_sideimg {
    width: 70px;
    height: 55px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.blog_blogRightContent .blog_sideContent a .blog_sideimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog_sideContent a .blog_sideContent {
    width: calc(100% - 80px);
    margin: 0;
}
a .blog_sideContent h4 {
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
    font-weight: normal;
}
.blog_sideContent {
    margin-bottom: 10px;
}
 .blog_blogRight .blog_blogRightContent h3{
    font-weight: normal;
    font-size: 18px;
    line-height: 1.2;
    margin: 0;
    font-weight: normal;
 }

.cap-item{
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 0 0 rgba(196,196,196,.24);
    border: 1px solid #e7edf3;
    height: 100%;
    overflow: hidden;
    transition: all .2s ease;
    position: relative;
}
.cap-details {
    padding: 15px 15px 20px;
}
.cap-img {
    width: 100%;
}
.cap-item-details .cap-details{
    padding: 0px;
}
.cap-details h2{
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 500;
}
.cap-details p {
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: normal;
}
.cap-details h3{
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.cap-item:hover {
    border-color: #208b5d;
}
.why-choose-area {
    background-image: url('../images/why-choose-bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.why-choose-area .choose-card {
    background: linear-gradient(116.81deg, #fff 0%, rgba(255, 255, 255, 0.7) 100%) padding-box, linear-gradient(-90deg, rgba(204, 244, 224, 0.1), rgba(70, 217, 147, 0.4)) border-box;
    border: 1px solid transparent;
    background-origin: padding-box, border-box;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 40px 30px;
    position: relative;
    z-index: 1;
    transition: .35s
}

@media(min-width: 992px) and (max-width:1199px) {
    .why-choose-area .choose-card {
        padding: 30px 20px
    }
}

.why-choose-area .choose-card::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 5px;
    height: 100%;
    background: linear-gradient(116.81deg, #fff 100%, white 100%) padding-box, linear-gradient(-90deg, #46d993, #46d993) border-box;
    border: 1px solid transparent;
    background-origin: padding-box, border-box;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0;
    transition: .35s
}

.why-choose-area .choose-card:hover::after {
    opacity: 1
}

.why-choose-area .choose-card .choose-top {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px
}
h4.large-heading, h5.large-heading {
    font-size: 2rem;
    line-height: 1;
}
h4.large-heading span, h5.large-heading span {
    color: var(--main-color);
}

.why-choose-area .choose-card .choose-top h5,
.why-choose-area .choose-card .choose-top h4{
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: var(--heading-color);
    margin-bottom: 0
}

.why-choose-area .choose-card .choose-top h5 span, .why-choose-area .choose-card .choose-top h4 span {
    color: var(--main-color);
}

.why-choose-area .choose-card p {
    font-family: var(--font-open-sans);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--text-color);
    margin-bottom: 0
}

.why-choose-area .choose-card .more-btn {
    padding-top: 20px
}

.why-choose-area .choose-card .more-btn a {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: var(--heading-color);
    display: flex;
    align-items: center;
    gap: 5px;
    transition: .35s
}

.why-choose-area .choose-card .more-btn a span {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background-color: var(--main-color);;
    display: flex;
    align-items: center;
    justify-content: center
}

.why-choose-area .choose-card .more-btn a span i {
    font-size: 17px;
    color: var(--heading-color)
}

.why-choose-area .choose-card .more-btn a:hover {
    color: var(--main-color);
}

.why-choose-area .our-activetis {
    padding: 40px 0;
    border-bottom: 1px solid rgba(19, 20, 26, .1);
    border-top: 1px solid rgba(19, 20, 26, .1)
}

.why-choose-area .our-activetis .single-activiti {
    display: flex;
    align-items: center;
    gap: 20px
}

.why-choose-area .our-activetis .single-activiti .content .number {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: var(--heading-color);
    margin-bottom: 4px
}

.why-choose-area .our-activetis .single-activiti .content .number h5 {
    margin-bottom: 0;
    line-height: 1
}

.why-choose-area .our-activetis .single-activiti .content p {
    margin-bottom: 0;
    color: var(--text-color);
    line-height: 22px
}

.why-choose-area .our-activetis .divider {
    position: relative
}

.why-choose-area .our-activetis .divider::after {
    height: 41px;
    width: 1px;
    background-color: rgba(19, 20, 26, .16);
    position: absolute;
    right: 0;
    top: 50%;
    left: unset;
    transform: translateY(-50%)
}

@media(max-width: 991px) {
    .why-choose-area .our-activetis .divider::after {
        display: none;
        visibility: hidden
    }
}

.why-choose-area .trustpilot-review {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 30px
}

.why-choose-area .trustpilot-review>strong {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: var(--black-color)
}

.why-choose-area .trustpilot-review p {
    font-family: var(--font-open-sans);
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: var(--text-color);
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center
}

.why-choose-area .trustpilot-review p strong {
    font-weight: 600
}

.why-choose-area .trustpilot-review p a {
    color: var(--text-color);
    text-decoration: underline
}

.why-choose-area .divider {
    position: relative;
    z-index: 1
}

.why-choose-area .divider::after {
    content: "";
    height: 1px;
    width: 80%;
    background-color: #eee;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1
}

.why-choose-area.two .rating {
    min-width: 270px
}

.why-choose-area.two .rating a {
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #eee;
    padding: 10px 20px 15px
}

.why-choose-area.two .rating a .review-top {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 8px
}

.why-choose-area.two .rating a .review-top .star ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 5px
}

.why-choose-area.two .rating a .review-top .star ul li {
    line-height: 1
}

.why-choose-area.two .rating a .review-top .star ul li i {
    font-size: 12px;
    color: #dda701
}

.why-choose-area.two .rating a .content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 18px
}

.why-choose-area.two .rating a .content ul li {
    font-family: var(--font-open-sans);
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: var(--text-color);
    position: relative
}

.why-choose-area.two .rating a .content ul li span {
    font-weight: 600
}

.why-choose-area.two .rating a .content ul li::after {
    content: "";
    height: 10px;
    width: 1px;
    background-color: var(--text-color);
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%)
}

.why-choose-area.two .rating a .content ul li:first-child::after {
    display: none;
    visibility: hidden
}

.drivco-gallery .gallery-item {
    position: relative;
    border-radius: 10px
}

.drivco-gallery .gallery-item img {
    border-radius: 10px
}

@media(max-width: 991px) {
    .drivco-gallery .gallery-item img {
        width:100%
    }
}

.drivco-gallery .gallery-item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9
}

.how-it-work-section {
    background: #faf8fb;
    padding: 90px 0
}

.how-it-work-section.style-2 {
    border-radius: 30px;
    background: #f6f6f6
}

.how-it-work-section .video-btn a {
    color: #fff;;
    font-size: 15px;
    font-family: var(--font-montserrat);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 5px;
    border: 1px solid var(--title-color);
    background: var(--title-color);
    padding: 5px 18px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all .5s ease-out 0s
}

.how-it-work-section .video-btn a i {
    line-height: 1;
    color: #fff;;
    transition: all .5s ease-out 0s
}

.how-it-work-section .video-btn a::after {
    position: absolute;
    content: "";
    display: block;
    left: 8%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    border-radius: 2px;
    background-color: #fff;
    transform: skewX(45deg) scale(0,1);
    z-index: -1;
    transition: all .5s ease-out 0s
}

.how-it-work-section .video-btn a:hover {
    color: var(--title-color)
}

.how-it-work-section .video-btn a:hover i {
    color: var(--title-color)
}

.how-it-work-section .video-btn a:hover svg {
    fill: var(--title-color)
}

.how-it-work-section .video-btn a:hover::after {
    transform: skewX(45deg) scale(1,1)
}

.how-it-work-section .single-work-process {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: .35s;
    max-width: 250px;
    width: 100%;
    margin: 0 auto
}

.how-it-work-section .single-work-process .step {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 1px solid rgba(19,20,26,.5);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px
}

.how-it-work-section .single-work-process .step span {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    font-family: var(--font-montserrat);
    font-weight: 600;
    background-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center
}

.how-it-work-section .single-work-process .icon {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #fff;;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s;
    margin-bottom: 13px
}

.how-it-work-section .single-work-process .content h6 {
    color: var(--title-color);
    font-size: 18px;
    font-family: var(--font-montserrat);
    font-weight: 700;
    margin-bottom: 8px
}

.how-it-work-section .single-work-process .content p {
    color: var(--text-color);
    font-size: 16px;
    font-family: var(--font-open-sans);
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0
}

.how-it-work-section .single-work-process:hover .icon {
    background-color: var(--main-color);}

.how-it-work-section .work-process-group {
    padding-bottom: 40px;
    position: relative;
    z-index: 1
}

.how-it-work-section .work-process-group::after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #eee;
    position: absolute;
    top: 17px;
    left: 0;
    z-index: -1
}

@media(max-width: 991px) {
    .how-it-work-section .work-process-group::after {
        display:none;
        visibility: hidden
    }
}

.how-it-work-section .trustpilot-review {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 30px
}

.how-it-work-section .trustpilot-review>strong {
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: var(--black-color)
}

.how-it-work-section .trustpilot-review p {
    font-family: var(--font-open-sans);
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: var(--text-color);
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center
}

.how-it-work-section .trustpilot-review p strong {
    font-weight: 600
}

.how-it-work-section .trustpilot-review p a {
    color: var(--text-color);
    text-decoration: underline;
    transition: .35s
}

.how-it-work-section .trustpilot-review p a strong {
    transition: .35s
}

.how-it-work-section .trustpilot-review p a:hover {
    color: var(--main-color);}

.how-it-work-section.style-3 .work-process-group::after {
    display: none;
    visibility: hidden
}

.how-it-work-section.style-3 .work-process-group .single-work-process {
    position: relative
}

.how-it-work-section.style-3 .work-process-group .single-work-process .steps {
    position: absolute;
    right: -51px;
    top: 20px
}

@media(max-width: 1399px) {
    .how-it-work-section.style-3 .work-process-group .single-work-process .steps {
        right:-28px
    }
}

@media(max-width: 991px) {
    .how-it-work-section.style-3 .work-process-group .single-work-process .steps {
        position:relative;
        right: unset;
        top: unset;
        margin-bottom: 20px
    }
}

.how-it-work-section.style-3 .work-process-group .single-work-process .steps::before {
    content: "";
    position: absolute;
    right: 30px;
    width: 90px;
    height: 1px;
    background-color: rgba(29,29,29,.07);
    top: 50%;
    transform: translateY(-50%);
    z-index: -1
}

@media(max-width: 991px) {
    .how-it-work-section.style-3 .work-process-group .single-work-process .steps::before {
        display:none;
        visibility: hidden
    }
}

.how-it-work-section.style-3 .work-process-group .single-work-process .steps::after {
    content: "";
    position: absolute;
    left: 30px;
    width: 90px;
    height: 1px;
    background-color: rgba(29,29,29,.07);
    top: 50%;
    transform: translateY(-50%);
    z-index: -1
}

@media(max-width: 991px) {
    .how-it-work-section.style-3 .work-process-group .single-work-process .steps::after {
        display:none;
        visibility: hidden
    }
}

.how-it-work-section.style-3 .work-process-group .single-work-process .steps span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: var(--black-color2);
    font-size: 15px;
    font-family: var(--font-montserrat);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(29,29,29,.2)
}

.how-it-work-section.style-3 .work-process-group .single-work-process:hover .icon {
    background-color: #fff;
}
