*{
box-sizing: border-box;
margin: 0;
padding: 0;
}
img{max-width:100%;}
body{
	font-family: 'Poppins', sans-serif !important;
}
a,a:hover{
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.header_top {
    padding: 37px 0;
}
.header_top .header_left {
    display: flex;
    align-items: center;
}
.header_top .header_left ul {
    display: flex;
    margin: 0 0 0 43px;
}
.header_top .header_left ul li {
    display: flex;
    align-items: center;
    padding: 0 38px;
}
.header_top .header_left ul li i {
    color: #ddd;
    font-size: 43px;
    margin-right: 9px;
}
.header_top .header_left ul li .social_text h2 {
    margin: 0 0 3px;
    color: #f69323;
    font-size: 14px;
    font-weight: 400;
}
.header_top .header_left ul li .social_text h3, .header_top .header_left ul li .social_text h3 a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0;
}
.header_top .right_side {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header_top .right_side a {
    border: 2px solid #f69323;
    text-transform: uppercase;
    color: #f69323;
    font-weight: 600;
    border-radius: 2px;
    padding: 12px 14px;
    font-size: 14px;
}
.header_top .right_side a:hover {
    background: #f69323;
    color: #fff;
}
.header_top .header_left ul li .social_text h3 a:hover {
    text-decoration: none;
    color: #f69323;
}
.header_middle {
    background: #343434;
}
.header_middle nav {
    padding: 0;
}
.header_middle a.navbar-brand {
    display: none;
}
.header_middle ul.navbar-nav {
    flex: 1;
}
.header_middle ul.navbar-nav li a {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    padding: 20px 24px !important;
    border-right: 1px solid #000;
}
.header_middle ul.navbar-nav li.active a, .header_middle ul.navbar-nav li a:hover {
    background: #f69323;
}
.header_middle ul.social_icons {
    display: flex;
    align-items: center;
    margin: 0;
}
.header_middle ul.social_icons li {
    list-style: none;
    margin-left: 9px;
}
.header_middle ul.social_icons li a {
    height: 42px;
    width: 42px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    color: #f69323;
}
.header_middle ul.social_icons li a:hover {
    background: #f69323;
    color: #fff;
    border-color: #f69323;
}
.header_middle ul.navbar-nav li:last-child a {
    border-right: none;
}
.header_top .header_left ul li:first-child i {
    font-size: 36px;
}
.banner {
    position: relative;
}
.banner .carousel-item img {
    width: 100%;
    min-height: 460px;
}
.banner .carousel-item .banner_text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    color: #fff;
}
.banner .carousel-item .banner_text h2 {
    text-transform: capitalize;
    font-size: 50px;
    font-weight: bold;
    margin: 0 0 35px;
}
.banner .carousel-item .banner_text p {
    font-size: 19px;
    font-weight: 300;
    max-width: 100%;
    line-height: 30px;
    margin: 0 0 18px;
}
.banner .carousel-item .banner_text ul {
    margin: 16px 0 0;
    display: flex;
}
.banner .carousel-item .banner_text ul li {
    list-style: none;
    margin-right: 21px;
}
.banner .carousel-item .banner_text ul li a {
    background: #fff;
    color: #f69323;
    text-transform: uppercase;
    padding: 17px 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    border-radius: 2px;
}
.banner .carousel-item .banner_text ul li a:hover {
    background: #f69323;
    color: #fff;
}
.banner .carousel-item .banner_text ul li:nth-child(2) a {
    background: #f69323;
    color: #fff;
}
.banner .carousel-item .banner_text ul li:nth-child(2) a:hover {
    background: #343434;
}
.banner .carousel-control-prev, .banner .carousel-control-next {
    width: auto;
    opacity: 1;
    background: rgba(0,0,0,0.3);
    bottom: auto;
    top: 150px;
    padding: 47px 0px;
}
.banner .carousel-control-prev span, .banner .carousel-control-next span {
    width: 70px;
    height: 43px;
    font-weight: normal;
    background-size: 35% auto;
}
.banner .carousel-control-prev span {
    background-image: url(../images/right-arrow.png);
}
.banner .carousel-control-next span {
    background-image: url(../images/left-arrow.png);
}
.service_sec {
    padding: 70px 0 90px;
}
.heading_title {
    text-align: center;
}
.heading_title h2 {
    text-transform: capitalize;
    font-size: 32px;
    margin: 0 0 18px;
}
.heading_title p {
    color: #888282;
    font-size: 17px;
    max-width: 960px;
    margin: 0 auto 40px;
    line-height: 27px;
    font-weight: 300;
}
.service_sec .recovery_box {
    position: relative;
    border: 2px solid #dfdfdf;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.service_sec .recovery_box1 {
    position: relative;
    border: 6px solid #f2f2f2;
    padding: 27px 20px;
}
.service_sec .recovery_box1 i {
    color: #cccccc;
    font-size: 69px;
}
.service_sec .recovery_box1 h2 {
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin: 27px 0 23px;
}
.service_sec .recovery_box1 p {
    color: #888282;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    margin: 0;
}
.service_sec .recovery_box1 .arrow {
    position: absolute;
    right: 0;
    bottom: 0;
}
.service_sec .recovery_box1 .arrow a i {
    background: #f69324;
    color: #fff;
    font-size: 17px;
    padding: 14px;
}
.service_sec .recovery_box:hover {
    background: #f69324;
    border: 2px solid #f69324;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.service_sec .recovery_box:hover .recovery_box1 {
    border-color: #fff;
}
.service_sec .recovery_box:hover i, .service_sec .recovery_box:hover h2, .service_sec .recovery_box:hover p {
    color: #fff;
}
.recovery_sec {
    border-top: 1px solid #dfdfdf;
    padding: 40px 0 50px;
}
.recovery_sec .recover_img {
    border-bottom: 4px solid #f69323;
    text-align: center;
}
.recovery_sec .recover_img img {
    max-width: 373px;
    margin: 0 auto;
}
.recovery_sec .recover_text h2 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    margin: 35px 0 28px;
    line-height: 29px;
}
.recovery_sec .recover_text p {
    color: #888282;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 15px;
}
.recovery_sec .recover_text h3 {
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin: 28px 0;
}
.recovery_sec .recover_text ul {
    margin: 35px 0 0;
    padding: 0;
    display: flex;
}
.recovery_sec .recover_text ul li {
    list-style: none;
    margin-right: 25px;
}
.recovery_sec .recover_text ul li a {
    background: #f69323;
    border: 1px solid #f69323;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    padding: 13px 47px;
    border-radius: 90px;
    vertical-align: middle;
    display: inline-block;
}
.recovery_sec .recover_text ul li a i {
    margin-right: 4px;
}
.recovery_sec .recover_text ul li:nth-child(2) {
    background: transparent;
    border: 1px solid #f69323;
    font-size: 20px;
    padding: 3px 52px;
    border-radius: 90px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 0;
    color: #000;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
}
.recovery_sec .recover_text ul li:nth-child(2) span {
    color: #f69323;
    font-weight: 600;
    font-size: 30px;
    margin-right: 8px;
}
.recovery_sec .recover_text ul li a:hover {
    background: #343434;
    border-color: #343434;
}
.process_sec {
    background-image: url(../images/our-process-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 70px 0;
    background-position: top center;
}
.process_sec .heading_title p {
    color: #fff;
}
.process_sec .process_box h3 {
    color: #f69323;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 5px;
}
.process_sec .process_box h3 span {
    color: #fff;
    font-size: 63px;
    font-weight: bold;
}
.process_sec .process_box h3 strong {
    font-size: 25px;
    margin-left: 0;
}
.process_sec .process_box h3 strong span {
    display: block;
    font-size: 25px;
    color: #f69323;
}
.process_sec .process_box p {
    margin: 0;
    font-size: 14px;
    line-height: 23px;
}
.process_sec .row {
    padding-top: 20px;
}
.free_quote {
    padding: 60px 0;
}
.free_quote {
    padding: 60px 0;
}
.free_quote .quote_img {
    display: flex;
    justify-content: center;
}
.free_quote .quote_img img {
    max-width: 100%;
    width: 100%;
}
.free_quote .quote_box {
    padding-top: 0;
}
.free_quote .quote_box h3 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 9px;
}
.free_quote .quote_box p {
    color: #888282;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 18px;
}
.free_quote .quote_box form input, .free_quote .quote_box form textarea {
    border-color: #dfdfdf;
    border-radius: 0;
    border-width: 2px;
    height: 50px;
    font-size: 14px;
    width: 100%;
    padding: 12px;
    box-shadow: none;
}
.free_quote .quote_box form textarea {
    resize: none;
    height: 137px;
}
.free_quote .quote_box form input:focus, .free_quote .quote_box form textarea:focus {
    border-color: #dfdfdf;
    outline: none;
}
.free_quote .quote_box form .request_btn {
    text-align: right;
}
.free_quote .quote_box form .request_btn button {
    background: #f69323;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-radius: 2px;
    padding: 12px 33px;
    margin-top: 2px;
    transition: all 0.3s ease-in-out;
}
.free_quote .quote_box form .request_btn button:hover {
    background: #343434;
    transition: all 0.3s ease-in-out;
}
.statistics_sec {
    background-image: url(../images/our-statitcs-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 70px 0 90px;
    background-position: center;
}
.statistics_sec .heading_title p {
    color: #fff;
}
.statistics_sec .row {
    padding-top: 40px;
}
.statistics_sec .stats_box h3 {
    font-size: 55px;
    font-weight: bold;
    margin: 0;
}
.statistics_sec .stats_box p {
    font-size: 23px;
    text-transform: capitalize;
    font-weight: 700;
    margin: -6px 0 0;
}
.statistics_sec .stats_box p span {
    color: #f69323;
}
.client_sec {
    padding: 28px 0;
}
.client_sec .client_text {
    text-align: center;
    position: relative;
    padding-top: 0px;
}
.client_sec .client_text h2 {
    text-transform: capitalize;
    font-size: 22px;
    display: inline-block;
    color: #000;
    line-height: 32px;
    margin: 0 0 21px;
}
.client_sec .client_text h2 span {
    display: block;
}
.client_sec .client_text p {
    position: relative;
    font-size: 19px;
    font-style: italic;
    font-weight: 300;
    line-height: 32px;
    margin: 0 0 23px;
}
.client_sec .client_text h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 9px;
}
.client_sec .client_text p.grey {
    margin: 0;
    text-transform: uppercase;
    font-style: initial;
    color: #888282;
    font-size: 14px;
    line-height: initial;
}
.client_sec ul.slick-dots, .partner_sec ul.slick-dots {
    bottom: -50px;
}
.client_sec ul.slick-dots li, .partner_sec ul.slick-dots li {
    height: auto;
    width: auto;
    margin: 0 4px;
}
.client_sec ul.slick-dots li button, .partner_sec ul.slick-dots li button {
    border: 1px solid #dfdfdf;
    height: 15px;
    width: 15px;
}
.client_sec ul.slick-dots li button:before, .partner_sec ul.slick-dots li button:before {
    position: absolute;
    content: "";
    height: 9px;
    width: 9px;
    background: #f8ab54;
    opacity: 1;
    left: 3px;
    margin: 0 auto;
    top: 3px;
    opacity: 0;
}
.client_sec ul.slick-dots li.slick-active button:before, .partner_sec ul.slick-dots li.slick-active button:before {
    opacity: 1;
}
.client_sec .client_text p i {
    position: absolute;
    left: 0;
    right: 0;
    color: #eaeaea;
    font-size: 80px;
     top: 5px;
    z-index: -1;
}
.partner_sec {
    background: #f9fafb;
    padding: 70px 0 100px;
}
.partner_sec .slide_img {
    border: 1px solid #e7e7e8;
    height: 150px;
    overflow: hidden;
    padding: 27px 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.partner_sec .slide_img:hover img {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.partner_sec .slide_img img {
    height: auto;
    max-height: 100%;
    margin: 0 auto;
    opacity: 0.6;
}
.partner_sec ul.slick-dots li button {
    border-color: #c6c6c6;
}
.partner_sec .slick-slide {
    padding: 0 12px;
}
.partner_sec .partner_slider {
    padding-top: 20px;
}
.footer_top {
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 70px 0 90px;
    background-position: center;
}
.footer_top .footer_box p {
    margin: 23px 0 30px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}
.footer_top .footer_box ul.social_icons {
    margin: 0;
    display: flex;
    border-top: 1px solid #808080;
    padding-top: 22px;
}
.footer_top .footer_box ul.social_icons li {
    list-style: none;
    margin-right: 13px;
}
.footer_top .footer_info:nth-child(1) ul.social_icons li {
    margin-right: 0;
}
.footer_top .footer_box ul.social_icons li a {
    transition: all 0.3s ease-in-out;
}
.footer_top .footer_box ul.social_icons li a i {
    border: 2px solid #fff;
    color: #f69323;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}
.footer_top .footer_box ul.social_icons li a:hover i {
    background: #f69323;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.footer_top .footer_info:nth-child(2) {
    padding: 0 13px 0 57px;
}
.footer_top .footer_box h3 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
}
.footer_top .footer_box .inside_text {
    border-bottom: 1px solid #808080;
    padding: 24px 0;
}
.footer_top .footer_box .inside_text:nth-child(2) {
    padding-top: 0;
}
.footer_top .footer_box .inside_text:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.footer_top .footer_box h4 {
    display: flex;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 300;
    margin: 0;
    align-items: center;
}
.footer_top .footer_box h4 span {
    flex: 1;
    justify-content: flex-end;
    display: flex;
    font-size: 13px;
}
.footer_top .footer_box h4 a {
    color: #fff;
    text-transform: initial;
    font-size: 13px;
}
.footer_top .footer_box h4 a:hover {
    color: #f69323;
}
.footer_top .footer_box ul {
    margin: 0;
    padding: 0;
}
.footer_top .footer_box ul li {
    list-style: none;
    padding: 0px 0 7px;
}
.footer_top .footer_box ul li a {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 300;
}
.footer_top .footer_box ul li a i {
    color: #f69323;
    margin-right: 12px;
}
.footer_top .footer_box ul li a:hover {
    color: #f69323;
}
.footer_top .footer_info:nth-child(4) .footer_box p {
    margin-top: 0;
}
.footer_top .footer_box form {
    position: relative;
    display: flex;
}
.footer_top .footer_box form .form-group {
    margin: 0;
    width: 100%;
}
.footer_top .footer_box form input {
    position: relative;
    height: 45px;
    border-radius: 0;
    width: 100%;
    font-size: 14px;
    padding: 0 14px;
    border: none;
}
.footer_top .footer_box form button {
    background: #f69323;
    border: none;
    border-radius: 0;
    padding: 0 17px;
    transition: all .3s ease-in-out;
}
.footer_top .footer_box form input:focus {
    outline: none;
    box-shadow: none;
    border: none;
}
.footer_top .footer_box form button:hover {
    background: #343434;
    transition: all .3s ease-in-out;
}
.footer_bottom {
    background: #1a1a1a;
    color: #fff;
    padding: 32px 0;
}
.footer_bottom p {
    margin: 0;
    font-size: 14px;
    font-weight: 200;
}
.footer_bottom ul {
    display: flex;
    margin: 0;
    justify-content: flex-end;
}
.footer_bottom ul li {
    list-style: none;
    position: relative;
    padding: 0 19px;
}
.footer_bottom ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 200;
    text-transform: capitalize;
}
.footer_bottom ul li:before {
    position: absolute;
    content: "";
    background: #f69323;
    height: 4px;
    width: 4px;
    left: 0;
    top: 12px;
}
.footer_bottom ul li a:hover {
    color: #f69323;
}
.footer_bottom ul li:last-child {
    padding-right: 0;
}
.footer_bottom ul li:first-child:before {
    position: initial;
    height: auto;
    width: auto;
}
.gallery_sec {
    padding: 70px 0 10px;
}
.gallery_sec .container-fluid .pd_0 {
    padding: 0 4px 4px;
}
.gallery_sec .gallery_box img {
    width: 100%;
}
.form_quote {
    padding: 80px 0;
    background: #f8f8f8;
}
.form_quote .form {
    background: #fff;
    max-width: 980px;
    margin: 0 auto;
    border-radius: 0;
    box-shadow: 0 3px 15px rgba(0,0,0,0.2);
    border-top: 6px solid #f69324;
    padding: 65px 30px 38px;
}
.form_quote .form ul.nav.nav-tabs {
    border-bottom: none;
    padding: 0 0 60px;
    display: flex;
    justify-content: center;
}
.form_quote .form ul.nav.nav-tabs li {
    position: relative;
    flex: 0 0 28%;
    max-width: 28%;
}
.form_quote .form ul.nav.nav-tabs li:after {
    position: absolute;
    content: "";
    height: 0;
    width: 188px;
    border: 1px dashed #a7a7a7;
    top: 70px;
    left: 160px;
}
.form_quote .form ul.nav.nav-tabs li a .box h2 {
    text-transform: uppercase;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    margin: 0 0 8px;
}
.form_quote .form ul.nav.nav-tabs li a .box .img i {
    color: #fff;
    font-size: 35px;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 130px;
    background: #333333;
    box-shadow: 0 3px 15px rgba(0,0,0,0.2);
    position: relative;
    z-index: 1;
}
.form_quote .form ul.nav.nav-tabs li a.active .box .img i {
    background: #f69324;
    color: #fff;
}
.form_quote .form ul.nav.nav-tabs li a .box p {
    color: #f69324;
    padding-top: 12px;
    font-size: 18px;
    font-weight: 600;
}
.form_quote .form .tab-content .inside_box h2 {
    text-align: center;
    margin: 0 0 50px;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
}
.form_quote .form .tab-content .inside_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 700px;
    margin: 0 auto;
}
.form_quote .form .tab-content .inside_box ul li {
    list-style: none;
    flex: 0 0 32%;
    max-width: 32%;
    margin: 0 0 36px;
}
.form_quote .form .tab-content .inside_box ul li .img {
    border: 2px solid #d2cdc7;
    height: 100px;
    width: 120px;
    margin: 0 auto 20px;
    transition: all 0.3s ease-in-out;
}
.form_quote .form .tab-content .inside_box ul li .img1 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 6px solid #f2f2f2;
    transition: all 0.3s ease-in-out;
}
.form_quote .form .tab-content .inside_box ul li .img i {
    color: #f69324;
    font-size: 53px;
}
.form_quote .form .tab-content .inside_box ul li a:hover .img {
    background: #f69324;
    border-color: #f69324;
    transition: all 0.3s ease-in-out;
}
.form_quote .form .tab-content .inside_box ul li a:hover .img .img1 {
    border-color: #fff;
    transition: all 0.3s ease-in-out;
}
.form_quote .form .tab-content .tab-pane .inside_box ul li h3
.form_quote .form .tab-content .inside_box ul li a:hover .img .img1 i {
    color: #fff;
}
.form_quote .form .tab-content .inside_box .box h3 {
    color: #333;
    font-size: 22px;
    margin: 0 0 34px;
    font-weight: 600;
    position: relative;
    padding: 0 0 14px;
}
.form_quote .form .tab-content .inside_box .box h3:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 75px;
    background: #f69324;
    bottom: 0;
    left: 0;
}
.form_quote .form .tab-content .inside_box .box form .form-group label {
    font-size: 15px;
    font-weight: 600;
    color: #7d7a7a;
}
.form_quote h3.top {
    max-width: 690px;
    font-size: 16px;
    line-height: 29px;
    margin: 0 auto 24px;
    text-align: center;
    color: #888282;
}
.form_quote .form .tab-content .tab-pane .inside_box ul li h3 {
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.form_quote .form .tab-content .tab-pane .inside_box ul li a:hover h3 {
    color: #f69324;
    transition: all 0.3s ease-in-out;
}
.form_quote .form .tab-content .tab-pane .inside_box ul li a:hover .img .img1 i {
    color: #fff;
}
.form_quote .form p {
    color: #888282;
    font-size: 16px;
    font-weight: 300;
    line-height: 29px;
    margin: 0 0 18px;
}
.form_quote h3.top a {
    color: #f69324;
    font-weight: 600;
}
.form_quote h3.top a:hover {
    color: #333;
}
.second_boxform .form .tab-content .inside_box ul {
    max-width: 900px;
}
.second_boxform .form .tab-content .inside_box ul label.checkcontainer, .thirdform .contact label.checkcontainer {
    position: relative;
    padding-left: 28px;
    margin: 0;
}
.second_boxform .form .tab-content .inside_box ul label.checkcontainer input[type="radio"], .thirdform .contact label.checkcontainer input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: auto;
}
.second_boxform .form .tab-content .inside_box ul label.checkcontainer span.radiobtn, .thirdform .contact label.checkcontainer span.radiobtn{
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 2px solid #f69324;
}
.second_boxform .form .tab-content .inside_box ul label.checkcontainer span.radiobtn:after, .thirdform .contact label.checkcontainer span.radiobtn:after{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
    position: absolute;
    content: "";
    left: 4px;
    top: 4px;
}
.second_boxform .form .tab-content .inside_box ul label.checkcontainer input[type="radio"]:checked ~ .radiobtn, .thirdform .contact label.checkcontainer input[type="radio"]:checked ~ .radiobtn{
    background: #f69324;
}
.second_boxform .form .tab-content .inside_box ul label.checkcontainer input[type="radio"]:checked ~ .radiobtn:after, .thirdform .contact label.checkcontainer input[type="radio"]:checked ~ .radiobtn:after{
    display: block;
}
.second_boxform .form .comments textarea {
    border: 1px solid #ccc;
    resize: none;
    width: 100% !important;
    height: 150px;
    padding: 14px 21px;
    font-size: 14px;
}
.form_quote .form ul.btn {
    display: flex;
    padding: 0;
    margin: 13px 0 18px;
    justify-content: space-between;
    max-width: 300px;
}
.form_quote .form ul.btn li {
    list-style: none;
    max-width: 48%;
    flex: 0 0 48%;
}
.form_quote .form ul.btn li button {
    background: #333;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 30px;
    border: 1px solid #333;
    width: 100%;
}
.form_quote .form ul.btn li.next button {
    background: #f69324;
    border-color: #f69324;
}
.second_boxform .form .tab-content .inside_box ul li {
    font-size: 15px;
    line-height: 20px;
}
.second_boxform .form .comments {
    max-width: 870px;
    margin: 0 auto;
}
.second_boxform .form .comments p {
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px;
}
.second_boxform .form .tab-content .inside_box ul.btn {
    max-width: 300px;
    margin-top: 30px;
}
.second_boxform .form .tab-content .inside_box ul.btn li {
    flex: 0 0 48%;
    max-width: 48%;
}
.form_quote .form ul.btn li button:hover {
    background: transparent;
    color: #f69324;
    border-color: #f69324;
}
.form_quote .form ul.btn li button:focus {
    box-shadow: none;
    outline: none;
}
.second_boxform .form .comments textarea:focus {
    border-radius: 0px !important;
    border-color: #333 !important;
}

.thirdform label {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}
.thirdform input, .thirdform select {
    height: 45px;
    border-radius: 0;
    border: 1px solid #ccc;
    width: 100%;
    padding: 0 12px;
    font-size: 14px;
}
.thirdform .checkbox {
    margin: 30px 0 40px;
}
.thirdform .checkbox label {
    margin: 0;
    font-weight: 500;
}
.thirdform .checkbox input[type="checkbox"] {
    height: auto;
    width: auto;
    border: 1px solid #ccc;
    margin-right: 10px;
}
.thirdform .form ul.btn {
    max-width: 300px !important;
}
.thirdform .form .tab-content .inside_box ul li {
    max-width: 48%;
    flex: 0 0 48%;
}
.thirdform h4 {
    font-size: 17px;
    margin: 0 0 22px;
    line-height: 25px;
}
.thirdform .contact label.checkcontainer {
    font-weight: 300;
    padding-right: 21px;
}
.thirdform input:focus, .thirdform select:focus {
    outline: none;
    box-shadow: none;
    border-color: #000;
    border-width: 2px;
}
.inside_banner {
    background: url(http://datarecoveriesuk.co.uk/public/uploads/1598269452.jpeg);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(0,0,0,0.5);
    background-blend-mode: multiply;
}
.inside_banner h2 {
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 40px;
}
.about_sec {
    padding: 80px 0;
}
.about_sec .about_box {
    position: relative;
}
.about_sec .about_box:before {
    position: absolute;
    content: "";
    height: 239px;
    width: 230px;
    background: #f69323;
    left: 0;
    z-index: -1;
    top: -10px;
}
.about_sec .about_box img {
    padding-left: 10px;
    width: 100%;
}
.about_sec .box h2 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px;
    line-height: 29px;
}
.about_sec .box h2 span {
    display: block;
}
.about_sec .box p {
    color: #888282;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 15px;
}
.about_sec .box a {
    background: #f69323;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-radius: 2px;
    padding: 12px 33px;
    transition: all 0.3s ease-in-out;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
}
.about_sec .box a:hover {
    background: #343434;
    transition: all 0.3s ease-in-out;
}
.about_sec .box p strong {
    color: #343434;
    font-weight: 600;
}
.htc_middle {
    color: #fff;
    padding: 60px 0 35px;
    background-color: #f69323;
    background-image: linear-gradient(-240deg, #f69323, #f5a44a);
    background-image: -webkit-linear-gradient(-240deg, #f69323, #f5a44a);
    background-image: -ms-linear-gradient(-240deg, #f69323, #f5a44a);
    background-image: -moz-linear-gradient(-240deg, #f69323, #f5a44a);
}
.htc_middle p {
    color: #fff;
    margin: 0 auto 20px;
}
.htc_middle ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
}
.htc_middle ul li {
    list-style: none;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 27px 0;
    border-radius: 5px;
}
.htc_middle ul li a {
    transition: all 0.3s ease-in-out;
    padding: 20px 0;
    border-radius: 4px;
    display: block;
}
.htc_middle ul li .img {
    background: #fff;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85px;
    margin: 0 auto 13px;
    border-radius: 50px;
    box-shadow: 0 8px 11px rgba(0,0,0,0.1);
    position: relative;
    transition: all 0.3s ease-in-out;
}
.htc_middle ul li .img i {
    color: #f69323;
    font-size: 33px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.htc_middle ul li h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 18px 0 9px;
}
.htc_middle ul li p {
    font-size: 13px;
    line-height: 22px;
    padding: 6px 20px 0;
    font-weight: 300;
    margin: 0;
}
.htc_middle ul li a:hover {
    background: #fff;
    box-shadow: 0 7px 7px rgba(0,0,0,0.1);
    background: #fff;
    box-shadow: 0 6px 11px rgba(0,0,0,0.1);
}
.htc_middle ul li a:hover .img {
    background: #f69323;
    transition: all 0.3s ease-in-out;
}
.htc_middle ul li a:hover .img i {
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.htc_middle ul li a:hover h2 {
    color: #f69323;
}
.htc_middle ul li a:hover p {
    color: #333;
}
.choose_sec {
    background: #f7f7f7;
}
.choose_sec .choose_box {
    max-width: 541px;
    margin-left: auto;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 20px;
}
.choose_sec .choose_box h2 {
    color: #343434;
    margin: 0 0 38px;
    text-align: left;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 37px;
}
.choose_sec .choose_box ul li {
    list-style: none;
    display: flex;
    margin: 0 0 28px;
    align-items: flex-start;
}
.choose_sec .choose_box ul li .icon {
    display: flex;
    justify-content: center;
}
.choose_sec .choose_box ul li .icon i {
    font-size: 32px;
    background: #f69323;
    height: 65px;
    width: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.choose_sec .choose_box ul li .text {
    padding-left: 24px;
}
.choose_sec .choose_box ul li .text h3 {
    text-transform: capitalize;
    font-size: 18px;
    margin: 0px 0 13px;
    font-weight: 600;
    color: #343434;
}
.choose_sec .choose_box ul li .text p {
    font-size: 13px;
    line-height: 23px;
    margin: 0;
    color: #343434;
}
.choose_sec .choose_pd {
    padding-right: 0;
}
.choose_sec .choose_img {
    height: 100%;
}
.choose_sec .choose_img img {
    width: 100%;
    height: 100%;
}
.service_box {
    padding: 70px 0 0;
    background: #f9fafb;
}
.service_box .outer {
    margin: 0 0 89px;
    padding: 0 5px;
}
.service_box .box {
    background: #fff;
    padding: 65px 21px 88px;
    border-radius: 4px;
    box-shadow: 0 6px 22px rgba(0,0,0,0.1);
    cursor: pointer;
    position: relative;
    height: 100%;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.service_box .box .icon {
    background: #343434;
    color: #ffffff;
    height: 80px;
    width: 80px;
    margin: 0 auto 25px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 31px;
    position: absolute;
    top: -41px;
    left: 0;
    right: 0;
    box-shadow: -3px 0px 10px rgba(0,0,0,0.2);
}
.service_box .box h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 7px 0 12px;
    color: #f69323;
}
.service_box .box p {
    color: #000;
    font-weight: 300;
    line-height: 25px;
    font-size: 14px;
}
.service_box .box:hover .icon {
    background: #ffffff;
    color: #f69323;
}
.service_box .box:hover h3, .service_box .box:hover p {
    color: #fff;
}
.service_box .box a {
    background: #f69323;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-radius: 2px;
    padding: 12px 6px;
    transition: all 0.3s ease-in-out;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 210px;
    margin: 0 auto;
    bottom: 30px;
}
.service_box .box:hover a {
    background: #fff;
    transition: all 0.3s ease-in-out;
    color: #f69323;
}
.service_box .box:hover {
    background: #f69323;
    transition: all 0.3s ease-in-out;
}
.service_box .heading_title p {
    margin: 0 auto 90px;
}
.inner_service {
    text-align: left;
    min-height: 530px;
}
.inner_service h2 {
    margin: 0 0 20px;
    text-align: left;
}
.inner_service p {
    max-width: 100%;
    margin: 0 0 37px;
    font-size: 15px;
    line-height: 31px;
}
.inner_service ul {
    margin: 0;
    display: flex;
}
.inner_service ul li {
    list-style: none;
    margin-right: 21px;
}
.inner_service ul li a {
    background: #fff;
    color: #f69323;
    text-transform: uppercase;
    padding: 17px 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    border-radius: 2px;
}
.inner_service ul li:nth-child(2) a {
    background: #f69323;
    color: #fff;
}
.inner_service ul li a:hover {
    background: #f69323;
    color: #fff;
}
.inner_service ul li:nth-child(2) a:hover{
background: #343434;
}
.expert_inner ul li {
    list-style: none;
    padding-left: 24px;
    font-size: 14px;
    padding: 0 0 11px 29px;
    position: relative;
    color: #888282;
    font-weight: 300;
}
.expert_inner ul li:before {
    position: absolute;
    content: "\f046";
    font-family: FontAwesome;
    color: #f69323;
    left: 0;
    font-size: 18px;
    top: -1px;
}
.inside_microbox {
    background: #f9fafb;
}
.inside_microbox .recovery_box {
    border-color: #cecdcb;
}
.inside_microbox .recovery_box, .inside_microbox .recovery_box1 {
    height: 100%;
    background: #fff;
}
.inside_microbox .recovery_box1 i {
    color: #f69324;
}
.inside_microbox .recovery_box ul {
    margin: 20px 0 0;
}
.inside_microbox .recovery_box ul li {
    list-style: none;
    padding-left: 24px;
    font-size: 14px;
    padding: 0 0 11px 29px;
    position: relative;
    color: #888282;
    font-weight: 300;
}
.inside_microbox .recovery_box ul li:before {
    position: absolute;
    content: "\f046";
    font-family: FontAwesome;
    color: #f69323;
    left: 0;
    font-size: 18px;
    top: -1px;
}
.inside_microbox .recovery_box:hover li, .inside_microbox .recovery_box:hover li:before {
    color: #fff;
}
.inside_microbox .recovery_box:hover .recovery_box1 {
    background: #f69324;
}
.inside_microbox .outer {
    margin-bottom: 0px;
    padding: 0 5px;
}
.inside_microbox .row {
    margin: 0 -5px;
}
.common_scenario {
    padding: 90px 0 70px;
    background-color: #343434;
    color: #fff;
}
.common_scenario .heading_title h2 {
    font-size: 30px;
}
.common_scenario .heading_title p {
    color: #fff;
}
.common_scenario ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}
.common_scenario ul li {
    list-style: none;
    flex: 0 0 33%;
    max-width: 33%;
    text-align: left;
    position: relative;
    padding: 0 0 23px 0;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.common_scenario ul li .icon {
    background: #fff;
    color: #f69323;
    height: 55px;
    width: 55px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    font-size: 25px;
    box-shadow: 0 3px 7px rgba(0,0,0,0.2);
}
.common_scenario ul li:nth-child(3), .common_scenario ul li:nth-child(6) {
    padding-left: 70px;
}
.inside_microbox .heading_title h2 {
    font-size: 30px;
}
.expert_inner .about_box::before {
    position: initial;
    height: auto;
    width: auto;
}
.rexcover_sec {
    padding: 80px 0 50px;
    background: transparent;
}
.rexcover_sec ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 60px auto 0;
    max-width: 900px;
}
.rexcover_sec ul li {
    list-style: none;
    flex: 0 0 20%;
    max-width: 20%;
    margin: 0 0 36px;
}
.rexcover_sec ul li a .img {
    border: 2px solid #d2cdc7;
    height: 100px;
    width: 120px;
    margin: 0 auto 20px;
    transition: all 0.3s ease-in-out;
}
.rexcover_sec ul li a .img .img1 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 6px solid #f2f2f2;
    transition: all 0.3s ease-in-out;
}
.rexcover_sec ul li a .img .img1 i {
    color: #f69324;
    font-size: 53px;
}
.rexcover_sec ul li h3 {
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.rexcover_sec ul li a:hover .img {
    background: #f69324;
    border-color: #f69324;
    transition: all 0.3s ease-in-out;
}
.rexcover_sec ul li a:hover .img .img1 {
    border-color: #fff;
    transition: all 0.3s ease-in-out;
}
.rexcover_sec ul li a:hover .img .img1 i {
    color: #fff;
}
.rexcover_sec ul li a:hover h3 {
    color: #f69324;
    transition: all 0.3s ease-in-out;
}
.devast_box .box h2 {
    line-height: 35px;
}
.devast_box .box_tt {
    margin-top: 76px;
}
.grey_box {
    background: #f9fafb;
}
.databox .stats_box h3 {
    font-size: 53px;
    height: 195px;
    width: 195px;
    margin: 0 auto 16px;
    border: 10px solid #fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.databox .stats_box h3 span {
    color: #f69323;
}
.databox .stats_box p {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}
.databox .stats_box {
    text-align: center;
}
.lastboxes {
    padding: 70px 0;
}
.exp_inn ul li {
    font-size: 14px;
    font-weight: 400;
}
.faqbox .card {
    border: 1px solid #f69323;
    border-radius: 4px;
    margin: 0 0 18px;
}
.faqbox .card-header {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 4px;
    background: transparent;
}
.faqbox .card-header a {
    display: block;
    padding: 16px 22px;
    color: #343434;
    font-weight: 500;
    font-size: 15px;
    position: relative;
}
.faqbox .card .card-body {
    font-size: 14px;
    line-height: 25px;
    color: #3e3a3a;
}
.faqbox .card-header a:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 25px;
    content: "\f106";
    background: #f69323;
    float: right;
    margin-top: 0;
    color: #fff;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 21px;
    right: 18px;
    position: absolute;
    top: 18px;
}
.faqbox .card-header a.collapsed:after {
    content: "\f107";
}
.faqbox .card-header a:hover {
    background: #f69323;
    color: #fff;
}
.faqbox .card-header a:hover:after {
    background: #fff;
    color: #f69323;
}
.free_consultation {
    padding: 70px 0;
}
.free_consultation form .d-flex {
    justify-content: space-between;
}
.free_consultation form .d-flex .form-group {
    flex: 0 0 49%;
    max-width: 49%;
}
.free_consultation form label {
    font-weight: 500;
    margin: 0 0 4px;
    font-size: 15px;
}
.free_consultation form input, .free_consultation form select {
    height: 46px;
    border-radius: 0;
    border: 1px solid #ccc;
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
}
.free_consultation form input:focus, .free_consultation form select:focus, .free_consultation form textarea:focus {
    border-color: #f69323;
    box-shadow: none;
    outline: none;
}
.free_consultation .last textarea {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    height: 110px;
    resize: none;
}
.free_consultation .form-check input {
    width: auto;
    height: auto;
}
.free_consultation button {
    background: #f69323;
    border-color: #f69323;
    font-size: 16px;
    padding: 10px 27px;
    transition: all 0.3s ease-in-out;
    margin-top: 14px;
}
.free_consultation button:hover {
    background: #343434;
    transition: all 0.3s ease-in-out;
    border-color: #343434;
}
.faqbox {
    padding: 80px 0;
}
.product_suite .box {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 20px 28px;
    text-align: center;
}
.product_suite .box h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 9px;
    color: #f69323;
}
.product_suite .box p {
    line-height: 28px;
    font-size: 15px;
}
.product_suite .box a {
    background: #f69323;
    color: #fff;
    display: inline-block;
    padding: 10px 19px;
    border-radius: 4px;
}
.product_suite {
    padding: 60px 0;
}
.product_suite .box a:hover {
    background: #343434;
}
.power_sec {
    background: #f5f5f5;
    padding: 50px 0 70px;
}
.power_sec .box {
    text-align: center;
    background: #ffffff;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 40px 20px;
}
.power_sec .box i {
    background: #f69323;
    color: #fff;
    height: 75px;
    width: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 10px 0 10px 0px;
    font-size: 35px;
    box-shadow: 0 6px 10px rgba(0,0,0,0.2);
}
.power_sec .box h3 {
    font-size: 18px;
    margin: 26px 0 9px;
    font-weight: 600;
    color: #f69323;
}
.power_sec .box p {
    margin: 0;
    font-size: 14px;
    line-height: 25px;
    color: #7b7575;
}
.program_box {
    background: #2f2d2d;
    padding: 32px 0;
    color: #fff;
}
.program_box h3 {
    margin: 0;
    font-size: 22px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.program_box h3 a {
    background: #ffffff;
    color: #f69323;
    padding: 15px 24px;
    display: inline-block;
    border-radius: 3px;
    font-size: 20px;
    margin-left: 16px;
}
.program_box h3 a:hover {
    background: #fff;
    color: #2f2d2d;
}
.inte_box{
    padding: 70px 0 0;
    background: #f9fafb;
}
.inte_box .box h3 {
    text-align: left;
    border-radius: 0 7px 0 0;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 20px;
    background: #f69323;
    color: #fff;
    margin: 0;
}
.inte_box .box {
    padding: 0;
    border-radius: 7px 0 0 7px;
}
.inte_box .box ul {
    margin: 0;
    padding: 29px 24px 18px;
}
.inte_box .box ul li {
    text-align: left;
    list-style: none;
    padding-left: 24px;
    font-size: 14px;
    padding: 0 0 11px 29px;
    position: relative;
    color: #888282;
}
.inte_box .box ul li:before {
    position: absolute;
    content: "\f046";
    font-family: FontAwesome;
    color: #f69323;
    left: 0;
    font-size: 18px;
    top: -1px;
}
.inte_box .heading_title p {
    margin: 0 auto 49px;
}
.inte_box .box h3 i {
    font-size: 33px;
    margin-right: 12px;
}
.inte_box .box:hover {
    background: transparent;
    cursor: initial;
}
.blog_sec {
    padding: 60px 0;
    background: #f9f9f9;
}
.blog_sec .outer {
    margin: 0 0 25px;
}
.blog_sec .box {
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    position: relative;
}
.blog_sec .box .text h3 {
    font-size: 17px;
    line-height: 23px;
    margin: 19px 0 10px;
    color: #f69323;
}	
.blog_sec .box .text p {
    color: #928f8f;
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 9px;
}
.blog_sec .box .text p strong {
    color: #343434;
}
.blog_sec .box .text a {
    background: #f69323;
    color: #fff;
    display: inline-block;
    padding: 9px 19px;
    font-size: 14px;
    border-radius: 3px;
    position: absolute;
    bottom: 30px;
}
.blog_sec .box .text a:hover {
    background: #343434;
}
.contact_box .main {
    background: #fff;
    padding: 42px 45px 62px;
    max-width: 870px;
    margin: 0 auto;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    border-top: 5px solid #f69323;
}
.contact_box .main h2 {
    color: #f69323;
    margin: 0 0 7px;
}
.contact_box .main p {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}
.gallery_sec .gallery_box, .gallery_sec .gallery_box img {
    height: 100%;
}
.blog_sec .box .text {
    padding: 6px 27px 94px;
}
.blog_sec .box img {
    width: 100%;
    border-radius: 3px 3px 0 0;
}
.partner_sec button.slick-arrow {
    display: none !important;
}
.blog_sec .box .text h3 a {
    background: transparent;
    position: initial;
    color: #333;
    padding: 0;
    font-size: 17px;
    margin: 0 0 4px;
    line-height: 27px;
    font-weight: 600;
}
.blog_sec .box .text h3 a:hover {
    background: transparent;
    color: #f69323;
}
h2.ttbc {
    margin: 0 0 55px;
    text-align: center;
}
.tt2 p {
    color: #888282;
    font-size: 17px;
    max-width: 960px;
    margin: 0 auto 40px;
    line-height: 27px;
    font-weight: 300;
    text-align: center;
}
.tt2 h2.ttbc {
    margin: 0 0 22px;
}
.grey_color {
    background: #f9fafb;
}
.dtc_box {
    padding: 70px 0 50px;
}
.dtc_box .heading_title p {
    margin: 0 auto 25px;
    line-height: 30px;
    max-width: 100%;
}
.inner_service ul li.tel a {
    background: transparent;
    color: #f69323;
    font-size: 20px;
    padding: 13px 0;
    display: inline-block;
    vertical-align: middle;
}
.inner_service ul li.tel a i {
    margin-right: 12px;
    font-size: 27px;
    vertical-align: middle;
}
.inner_service ul li.tel a:hover {
    color: #fff;
    background: transparent;
}
.home_service .recovery_box1 {
    padding: 27px 20px 41px;
    height: 100%;
    background: #fff;
}
.home_service .recovery_box {
    height: 100%;
}
.home_service .recovery_box:hover .recovery_box1 {
    background: transparent;
}

.header_top .header_left img {
    max-width: 200px;
}

.rec_dk .recover_text ul li a {
    padding: 11px 30px;
    font-size: 16px;
}
.rec_dk .recover_text ul li:nth-child(2) {
    padding: 0 28px;
    font-size: 16px;
}
.rec_dk .recover_text ul li:nth-child(2) span {
    font-size: 17px;
}

.rec_dk .recover_img {
    border-bottom: none;
}

.footer_top .footer_box .second h4:nth-child(1) {
    margin: 0 0 13px;
}

.header_top {
    background: #f7f7f7;
}
.footer_top .footer_box .inside_text:nth-child(2) h4 span {
    line-height: 21px;
}
.need_servcc {
    display: flex;
    align-items: center;
}
.rec_dk .recover_img img {
    max-width: 100%;
}
.rec_dk .recover_text h2 {
    margin: 0 0 16px;
}
.client_sec .row {
    align-items: center;
}
.client_img {
    display: flex;
    justify-content: center;
}
.abtoo_dr .row {
    align-items: center;
}