.footer-about {
    margin-top: 30px;
}

.footer-about p {
    color: white;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    margin-top: 12px;
    line-height: 30px;
    margin-left: 3px;
}

.need_main {
    background-color: #afd5ff;
    border-radius: 100px;
    padding:30px 20px;
    margin-top: 50px;
}
.needHelpContent {
    background: white;
    text-align: center;
    border-radius: 50px;
    padding: 8px 0;
}

.needHelpContent h5 {
    font-size: 15px;
    margin-bottom: 0;
}

.helpremoveBg {
    background: inherit;
}

.needHelpContent i {
    color: #0092ff;
}

.helpremoveBg h5 {
    text-decoration: underline;
}	

.footer-combine {
    display: flex;
}
.footer_menu:before {
    content: '';
    position: absolute;
    background-color: #036dbc;
    width: 46%;
    height: 6px;
    top: 15%;
}
.footer_ext_02
{
    display: none;
}

@media (min-width:250px) and (max-width:768px){
    .footer-border img {
        left: 7%;
    }
    .reach-details:after {
        display: none;
    }
    .reach-details h5, 
    .footer-reach-details .footer-detail-link 
    {
        font-size: 16px;
    }
    .reach-details h6,
    .footer-reach-details .footer-detail-item
    {
        margin-bottom: 0;
        font-size: 17px;
    }
    .reach-details {
        margin-top: 30px;
    }
    .richDetailsTwo, .richDetailsThree {
        margin-top: 0;
    }
    .ftAboutMenu h6,
    .ftAboutMenu p
    {
        font-size: 19px;
        line-height: 35px;
    }
    .ftAboutMenu ul li {
        display: block;
        margin: 0 7px;
    }
    .ftAboutMenu {
        margin-top: 27px;
        text-align: left;
    }
}

@media (min-width:1100px) and (max-width:1200px){

    .reach-details h5,
    .footer-reach-details .footer-detail-link 
    {
        font-size: 17px;
    }
    .footer-border img {
        left: 304px;
    }
    
}
@media (min-width:1200px) and (max-width:1350px){
    .reach-details h5,
    .footer-reach-details .footer-detail-link 
    {
        font-size: 17px;
    }
    .reach-details h6,
    .footer-reach-details .footer-detail-item
    {
        font-size: 18px;
    }
    .footer-border img {
        left: 36.5%;
    }
    .ftAboutMenu ul li {
        display: inline;
        margin: 0 12px;
    }
}
/* Responsive Issue Fixed 13 May Starts Here*/

@media (max-width:350px) {
.social-trustpilot .google-align
{
    display: none;
}
}
/* Responsive Issue Fixed 13 May Starts Here*/
