.f_footr{
    background: #f1f1f1;
}
.f_footr .card{
    background: #f1f1f1;
    border: none;
    /* border-radius: 5px;
    box-shadow: 5px 6px 6px 2px #f1f1f1; */
}
.f_footr .border-bottom {
    border-bottom: 1px solid #9e9e9e29!important;
}
.f_footr .border-right {
    border-right: 1px solid #9e9e9e29!important;
    background-color: #f5f5f5;
}
.f_footr .mr-46{
    margin-right: 44px;
}
.f_footr a{
    text-decoration: none;
    color: #000;
    font-weight: 400 !important;
}
.f_footr .item-list li{
    list-style: none;
    padding: 5px;
}
.f_footr .dots {
  height: 50px;
  width: 50px;
  background-color: #f3f7ff;
  color: #592f30;
  line-height: 37px;
  padding: 10px;
  border-radius: 50%;
  display: inline-block;
}
.f_footr .dots i{
    font-size: 25px;
    margin-left: 2px;
}
.f_footr .text-content{
    font-size: 30px;
    color: #000;
    font-weight: 500;
}
.f_footr .social-icons{
    display: inline-flex;
    margin-bottom: 0;
}
.f_footr .social-icons li{
    padding: 7px;
    list-style: none;
    padding-left: 10px;
}
.f_footr .social-icons li a>img {
    max-width: 30px;
}
.f_flag_sec {
    padding: 20px 0;
}
.f_footr .search {
     /*margin-bottom: auto;
    margin-top: auto;*/
    height: 53px;
    border:1px solid #eee;
    background-color: #f1f1f1;
    border-radius: 40px;
    padding: 2px;
 }

 .f_footr .search_input {
     color: white;
     border: 0;
     outline: 0;
     background: none;
     width: 0;

     margin-top: 2px;
     caret-color: transparent;
     line-height: 40px;
     transition: width 0.4s linear
 }

 .f_footr .search .search_input {
     padding: 0 10px;
     width: 100%;
     caret-color: red;
     transition: width 0.4s linear
 }

 .f_footr .search:hover>.search_icon {
     background: red;
     color: #000
 }

 .f_footr .search_icon {
    height: 46px;
    width: 46px;
    margin-right: 2px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: white;
    padding: 20px;
    background-color: black;
 }

 .f_footr a:link {
     text-decoration: none
 }

 .f_footr .client-slider img{
    max-width: 80px;
    box-shadow: 0px 0px 6px -2px #000;
    border-radius: 50%;
    padding: 5px;
    margin: 5px auto !important;
}
.f_footr .client-slider p{
    text-transform: uppercase;
}
.f_title{
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
}
.left_top_sec{
    padding: 75px 0px 50px 75px;
}
.copy_text a{
    font-weight: 600!important;
}
.inq_titl{
    font-weight: 600;
    font-size: 20px;
    color: #592f30;
}
.f_copyright_area{
    padding: 20px 60px 10px 75px;
}

.footer_right .contact_sec {
    padding-bottom: 92px;
}

.footer_right {
    background-color: #fff;
}
.footer_right .social {
    padding: 10px 10px 10px 30px;
}

@media only screen and (max-width: 1600px) {
    .footer_right .contact_sec .talk_text {
        display: none;
    }
}
@media only screen and (max-width: 1520px) {
    .w-counter ul li h2 {
        font-size: 80px;
    }
    .left_top_sec {
        padding: 75px 0px 36px 30px;
    }
    .f_title {
        font-size: 20px;
    }
    .f_footr .client-slider img {
        max-width: 70px;
        padding: 4px;
    }
    .f_footr .client-slider p {
        font-size: 14px;
    }
    .footer_right .contact_sec .c_detais .c_info,
    .f_footr .item-list li>a {
        font-size: 14px;
    }
    .f_copyright_area {
        padding: 20px 15px 10px 30px;
    }
    .footer_right .social {
        padding: 10px 10px 10px 20px;
    }
    .footer_right .contact_sec {
        padding-bottom: 71px;
    }
    .footer_right .contact_sec .c_detais img {
        max-width: 40px;
    }
    
}

@media only screen and (max-width: 767px) {
    .left_top_sec {
        padding: 60px 0px 20px 15px;
    }
    .left_top_sec .item-list {
        margin-bottom: 30px;
    }
    .col.color_body_sec {
        width: 100%;
    }
    .f_copyright_area {
        flex-direction: column;
        text-align: center;
        padding: 20px 15px 10px 15px;
        font-size: 12px;
    }
    .footer_right .contact_sec {
        padding-bottom: 0px;
    }
}
