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

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

 .navbar-light .navbar-nav .active .nav-link {color: rgb(249 182 56);}



 



.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 #912680;
}
.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 #E54438;
    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;
}

.top-center {
    transform: scale(1.05);
}

.how-it-works-single {
  	font-weight:700;
	 white-space: normal !important;
    overflow-wrap: break-word;
    word-break: break-word;
    width: 100%;
}
.team-list .how-it-works-single {
    padding-left: 220px;
    min-height: 250px;
}
.team-list .how-it-works-single h5 {
    color: #000;
    background-color: #f5b252;
    padding: 18px 20px;
    border-radius: 10px ;
    border-bottom: 0;
    margin-bottom: 10px;
    font-weight: 700;
    height: 60px;
	 white-space: normal;
    display: inline-block;
    width: auto;
    max-width: 100%;
    line-height: 1.3em;
	 word-wrap: break-word;
    overflow-wrap: break-word;
	/*align-items:center;*/
}
.team-list .how-it-works-single p {
    margin-bottom: 50px;
    /* border-bottom: 1px solid #DDDDDD; */
    padding-bottom: 40px;
	padding-left: 18px;
	font-weight:700;
}
.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(249 182 56) !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: #E54438;
    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: #000;
    width: 27px;
    height: 27px;
    border-radius: 50px;
    color: #E54438 ;
    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;
}

.footer-menus li a:hover {
    color: #f5b252;
}

.address-info {
    border-top: 1px solid #E54438;/*#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: #F9B638;
    color: #fff;
}
.wsp-pages-list{
	display:block !important;
}
@media (min-width: 992px){
	
	.team-list .how-it-works-single h5
	{
		width: 85%;
	}
	
    #menu-main-menu .dropdown:hover .dropdown-menu {
        display: block;
    }
    .height-custom{
        height: 243px;
    }
}


@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 .how-it-works-single h5
	{
		width: 100%;
	}
	
    .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;
    }
}