/*
Theme Name: Hip & Knee Replacement Institute 2024
Author: Hipinspire
Author URI: https://www.hipinspire.com/
Text Domain: hip-custom-theme
Version: 1.2024
*/
.thx-section {
    padding: 0px;
}
.thx-section .full-height {
    min-height: 100vh;
}
.thx-section .section-title {
    text-align: center;
    padding: 4rem 0;
}
.thx-section .section-title img {
    margin-bottom: 16px;
}
.thx-section .section-title h1 {
    font-size: 72px;
    font-weight: 800;
    line-height: 147%;
    margin: 0px;
}
.thx-section .section-title p {
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
    margin: 0px 0px 24px;
    opacity: 0.8;
}
.thx-section .section-title .c-btn {
    min-width: 222px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #FF8E00 !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 17px 20px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.thx-section .section-title .c-btn:hover {
    text-decoration: none !important;
    background-color: #FF8E00;
    color: #FFF !important;
}

.thx-section .section-title .c-btn::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-image: url('./dist/img/icon-arrow-left.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.thx-section .section-title .c-btn:hover::before {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
@media (max-width: 768px) {
	.block_section_home-hero h1 {
		margin-right: 15px;
  		margin-left: 15px;
	}
    .thx-section .section-title h1 {
        font-size: 36px;
    }
}