/*****Developer CSS*******/

 .navbar-light .navbar-nav .nav-link {text-transform: uppercase;}

 .navbar-light .navbar-nav .active .nav-link { background:#fff;
	 color: rgb(80,129,50);}


.page-wrapper ul
{
	display:flex;
}
 



.pagination .page-numbers {

    color: #202020;

    box-shadow: none !important;

    line-height: 0;

    border: 0;

    height: 30px;

    width: 30px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    font-size: 13px;

}



.pagination .current {

    background-color: #212121;

    border-color: #212121;

}

.pagination .current {

    z-index: 3;

    color: #fff;

    background-color: #212121;

    border-color: #212121;

}



.pagination .page-numbers.next, .pagination .page-numbers.prev{font-size: 24px;width: 15px;height: 23px;}
.process-wrapper {
    position: relative;
}
.process-line {
    position: absolute;
    border-right: 4px solid #DEBDD9;
    height: calc(100% - 50px);
    left: 24px;
    top: 40px;
}
.team-list .process-line {
    border-right: 2px dashed #508132;
}
.team-list .process-line {
    left: 100px;
}
.team-list .process-line {
    height: calc(100% - 100px);
}
.process-main {
    align-items: center;
    padding-bottom: 30px;
}
.process-main:nth-of-type(2) {
    padding-top: 20px;
}
.how-it-works-thumbs {
    position: relative;
    padding-right: 40px;
}
.tick-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    margin-top: -9px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 4px solid #DEBDD9;
}
.team-list .tick-icon {
    border: 1px solid #508132;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    width: 200px;
    height: 200px;
    overflow: hidden;
}
.team-list .tick-icon img {
    border-radius: 100%;
    border: 1px solid #ffffff;
    width: 184px;
    height: 184px;
    transition: .4s ease all;
}
.how-it-works-single {
    font-size: 16px;
    padding-left: 95px;
    color: #212121;
}
.team-list .how-it-works-single {
    padding-left: 240px;
    min-height: 250px;
}
.team-list .how-it-works-single h5 {
    color: #ffffff;
    background-color: #508132;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 0 0px 20px 0;
    border-bottom: 0;
    margin-bottom: 10px;
    font-weight: 700;
}
.team-list .how-it-works-single p {
    margin-bottom: 50px;
    /* border-bottom: 1px solid #DDDDDD; */
    padding-bottom: 40px;
}
.process-main:last-child {
    padding-bottom: 0px;
}
.dropdown-menu .nav-link{
    color: #333 !important ;
    line-height: 1.5 !important;
}
.dropdown-menu .nav-link:hover{
    color:rgb(80, 129, 50) !important;
}
.b-insurance {
    border-radius: 20px;
}
.page-wrapper{
    font-size:16px;
}
.page-wrapper ul{
    padding-left: 40px;
    display: inline-flex;
}
.page-wrapper li {
    list-style: disc;
    margin-right: 30px;
}
.page-wrapper a{
    color: #212529;
}
.mobile-plus {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: none;
    padding: 10px;
}
.nav-item:hover .mobile-plus{
    color:rgb(249,182,56) !important;
}
 .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}
.footer-title{
    color: #fff;
    margin-bottom: 10px;
}
.footer-title:after {
    content: '';
    background: #508132;
    width: 40px;
    height: 3px;
    display: block;
    position: relative;
    left: 0;
    margin-top: 10px;
}
.footer-info li{
    margin-bottom: 10px;
}
.footer-info a {
    color: #fff;
    line-height: 35px;
}
.footer-info li a span {
    background: #fff;
    width: 27px;
    height: 27px;
    border-radius: 50px;
    color: #508132;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-right: 7px;
}
footer{
    text-align: left;
}
.footer-menus li a {
    padding-left: 0;
    color: #fff;
    padding-bottom: 0;
}
.address-info {
    border-top: 1px solid #595959;
    padding: 20px 0;
    color: #fff;
}
.mr-40 {
    margin-right: 40px;
}
.download-app {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
p.contact-desc {
    margin-bottom: 10px;
}
p.contact-desc span{
    font-weight:600;
}
.footer-info li a:hover span{
    background: #508132;
    color: #fff;
}
.wsp-pages-list {
    display: block !important;
}
@media (min-width: 992px){
    #menu-main-menu .dropdown:hover .dropdown-menu {
        display: block;
    }
    .height-custom{
        height: 243px;
    }
    .mt-400{
        margin-top:400px;
    }
}


@media (max-width: 991px){
    .team-list .how-it-works-single p {
        margin-bottom: 10px;
        padding-bottom: 30px;
    }
    .mobile-plus {
        display: block;
        color: #fff;
    }
    .download-app {
        margin-top: 10px;
    }
    .responsive-center {
        text-align: center;
    }
}
@media (max-width: 767px){
    .team-list .tick-icon img {
        width: 84px;
        height: 84px;
    }
    .team-list .process-line {
        height: calc(100% - 257px);
    }
}
@media (max-width: 575px){
    .team-list .tick-icon {
        width: 70px;
        height: 70px;
    }
    .team-list .tick-icon img {
        width: 54px;
        height: 54px;
    }
    .team-list .how-it-works-single {
        padding-left: 90px;
    }
    .team-list .process-line {
        left: 35px;
    }
    .apps {
        margin-bottom: 20px !important;
        display: block;
        margin-right: 0;
    }
}