/*
Theme Name: Fint Child
Author: EnvyTheme
Author URI: http://envytheme.com
Description: Fint Child Theme
Version: 1.5
Template: fint
Text Domain: fint-child
*/

footer .footer-width-fixer .footer-top .footer-contact ul.social-profile {
    margin-left: 0;
}
footer .footer-width-fixer .footer-top .footer-contact ul.social-profile li a.instagram i {
    font-size: 25px;
}
footer#colophon button#backtotop {
    border: 1px solid #fff !important;
}

div#navbar nav.navbar.navbar-expand-lg a.navbar-brand img {
    max-width: 300px;
    width: 100%;
}

@media only screen and (max-width: 575px) {
	.navbar-area .navbar .navbar-brand img {
        max-width: 230px !important;
    }
}

/*@media only screen and (min-width: 576px) and (max-width: 991px) {
    .navbar-area .navbar .navbar-brand img {
        max-width: 300px !important;
    }
} */

@media only screen and (min-width: 576px) and (max-width: 1140px) {
	div#navbar nav.navbar.navbar-expand-lg a.navbar-brand img {
		max-width: 250px;
		width: 100%;
	}
}

div#navbar {
    position: sticky !important;
    top: 0;
    width: 100%;
    height: 100%;
}

.navbar-area {
    position: relative !important;
}

.banner_section_block .hero-ratings {
    display: none;
}

.custom_funfacts_under_container .counter-card-wrap {
    justify-content: center;
	gap: 20px;
	text-align: center;
}

.tax_about_module_sec .counter-card-wrap {
	justify-content: center;
}

.track_record_center_img .brand-wrap {
    justify-content: center;
}

.social_icon_option_item ul.social-profile {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.social_icon_option_item ul.social-profile li {
    font-size: 20px;
}
 
.whats_app_icon_blk {
    position: fixed;
    bottom: 0;
    z-index: 30;
}

.whats_app_icon_blk_relative {
    position: absolute;
    bottom: 80px;
    right: 25px;
}

.whats_app_icon_blk_relative svg {
    width: 45px;
    height: 45px;
}

.footer_main_section .col-lg-4.col-md-6.ps-xxl-45, 
.footer_main_section .col-lg-4.col-md-6.ps-xxl-6 {
    display: none;
}

body .services_home_page_sec_module .service-wrapper-two {
    justify-content: start !important;
}

.copyright_text_block_footer{
	padding: 26px 0;
	background-color:#FA8977;
}
.copyright_text_block_footer span{
    color: var(--orangeBlackColor) !important;
	font-weight: normal !important;
}

@media only screen and (min-width: 992px) {
	.navbar-area .container {
		max-width: 100% !important;
		padding: 0 15px !important;
		background-color: #fff;
	}
}

@media only screen and (max-width: 991px) {
	.navbar-area .container {
		max-width: 100% !important;
		padding: 0 20px !important;
		background-color: #fff;
	}
    .navbar-area.style-two .navbar {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
	div#navbarOffcanvas .offcanvas-header {
		gap: 15px !important;
	}
}