* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeSpeed;
}

body {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    font-family: "Inter", sans-serif;
    background-color: #f9fafb;
}

h1 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
    color: #000;
    font-family: "Space Grotesk", sans-serif;
}

h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 800;
    font-family: "Space Grotesk", sans-serif;
    color: #0f1d24;
}

h3 {
    font-size: 30px;
    line-height: 40px;
    color: #000;
    font-weight: 800;
    font-family: "Space Grotesk", sans-serif;
}

h3 span {
    color: #ff0000;
    font-weight: 800;
}

h4 {
    font-size: 25px;
    line-height: 30px;
    color: #000000;
    font-weight: 600;
    font-family: "Space Grotesk", sans-serif;
}

h5 {
    font-family: "Space Grotesk", sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
    font-weight: 800;
    letter-spacing: 0.5px;
}
h6 {
    color: #000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 800;
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: 0px;
}

p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
img,
.search_contain,
path {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn {
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 800;
    font-family: "Inter", sans-serif;
    border: 1px solid transparent;
    line-height: inherit;
    position: relative;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -32px;
    right: -32px;
    background: rgba(255, 255, 255, 0.3);
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn.btn-sm {
    font-size: 14px;
    padding: 7px 42px;
    font-weight: 800;
}

.btn.btn-lg {
    padding: 14px 48px;
}

.btn:focus {
    box-shadow: none !important;
}

.btn-primary {
    background-color: #1f847a;
    border-color: #1f847a;
    color: #fff;
    box-shadow: 0px 30px 50px 0px rgba(255, 0, 0, 0.07);
    -webkit-box-shadow: 0px 30px 50px 0px rgba(255, 0, 0, 0.07);
    -moz-box-shadow: 0px 30px 50px 0px rgba(255, 0, 0, 0.07);
    -ms-box-shadow: 0px 30px 50px 0px rgba(255, 0, 0, 0.07);
    -o-box-shadow: 0px 30px 50px 0px rgba(255, 0, 0, 0.07);
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: rgba(31, 132, 122, 0.9);
    border-color: rgba(31, 132, 122, 0.9);
}

/*
.btn-primary:hover:before, .btn-primary:focus:before, .btn-secondary:hover:before, .btn-secondary:focus:before{
    transform: scale(18);
}*/
.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-third {
    background-color: #f9fafb;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #dae2e7;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.btn-third:hover,
.btn-third:focus {
    background-color: #f4a425;
    border-color: #f4a425;
}

.btn-dark {
    background-color: #000000;
    border-color: #000000;
}

.btn-secondary {
    background-color: #000;
    border-color: #000;
    color: #fff;
    box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.07);
    -o-box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.07);
}

.btn-secondary:before {
    background: rgba(255, 255, 255, 0.15);
}

.btn-secondary:hover,
.btn-secondary:focus {
    background-color: #000;
    border-color: #000;
}

.green .btn-primary {
    background-color: #3cac00;
    border-color: #3cac00;
    box-shadow: 0px 30px 50px 0px rgba(60, 172, 0, 0.07);
    -webkit-box-shadow: 0px 30px 50px 0px rgba(60, 172, 0, 0.07);
    -moz-box-shadow: 0px 30px 50px 0px rgba(60, 172, 0, 0.07);
    -ms-box-shadow: 0px 30px 50px 0px rgba(60, 172, 0, 0.07);
    -o-box-shadow: 0px 30px 50px 0px rgba(60, 172, 0, 0.07);
}

.green .termite_booking h2 span {
    color: #3cac00;
}

.green .top_inform svg path,
.green .mobile_head a svg path {
    fill: #3cac00;
}

::selection {
    background: rgba(31, 132, 122, 0.4);
}

::-webkit-selection {
    background: rgba(31, 132, 122, 0.4);
}

::-moz-selection {
    background: rgba(31, 132, 122, 0.4);
}

::-ms-selection {
    background: rgba(31, 132, 122, 0.4);
}

::-o-selection {
    background: rgba(31, 132, 122, 0.4);
}

.head-bar {
    background-color: #ff0000;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 28px;
}

.header_top {
    background-color: #f7f6f6;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.top_inform {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.top_inform {
    font-size: 16px;
}

.top_info ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.top_info.top-left ul {
    justify-content: flex-start;
}

.top_info ul li {
    padding-left: 20px;
}

.top_info ul li:first-child {
    padding-left: 0px;
}

.top_info ul li img,
.top_info ul li svg {
    margin-right: 8px;
}

.top_info.top-left ul li {
    padding-left: 0px;
}

.top_info.top-left ul li:first-child {
    padding-right: 8px;
}

.top_info ul li a {
    color: #000;
    text-decoration: none;
    line-height: 30px;
}

.top_info a.btn {
    font-size: 13px;
    color: #fff;
    letter-spacing: 0.7px;
    padding: 2px 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    box-shadow: none;
    min-width: 146px;
}

.head_btns ul {
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
    border: 1px solid #fff;
    margin: 0px;
    padding: 0px;
    border-radius: 36px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
    overflow: hidden;
}

.head_btns ul li a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;
    display: block;
    padding: 3px 23px;
}

.head_btns ul li.active a {
    background-color: #fff;
    color: #ff0000;
    border-radius: 36px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
}

.navbar-expand-lg .navbar-nav {
    margin-right: -26px;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    color: #67777e;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #0f1d24;
}

.navbar-light .navbar-nav .nav-item.dropdown {
    position: relative;
}

.navbar-light .navbar-nav .nav-item.dropdown .nav-link {
    padding-right: 35px;
}

.navbar-light .navbar-nav .nav-item.dropdown span.dropdown-toggle {
    position: absolute;
    top: 10px;
    right: 18px;
}

.navbar-light .navbar-nav .dropdown .dropend span.dropdown-toggle {
    width: 48px;
    height: 48px;
    top: -1px;
    right: 0;
}

.navbar-light .navbar-nav .dropdown .dropend span.dropdown-toggle:after {
    top: 20px;
}

.navbar {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: rgba(249, 250, 251, 0.8);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid #dae2e7;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #ff0000;
}

.dropdown-menu {
    border-radius: 0px;
    border: 0;
    box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.05);
    padding: 0;
    min-width: 295px;
    width: 100%;
    margin: 0px !important;
}

a.dropdown-item {
    padding: 7px 18px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #f5f4f4;
}

.dropdown-toggle::after {
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(225deg);
    border-right: 0;
}

.navbar-light .navbar-nav .nav-item.dropdown.active>span.dropdown-toggle:after,
.navbar-light .navbar-nav .nav-item.dropdown:hover>span.dropdown-toggle:after,
.navbar-light .navbar-nav .nav-item.dropdown:focus>span.dropdown-toggle:after {
    border-color: #ff0000;
}

.dropdown.dropend:hover>.dropdown-toggle::after,
.dropdown.dropend:focus>.dropdown-toggle::after,
.dropdown.dropend.active>.dropdown-toggle::after {
    border-color: #ff0000;
}

.dropend .dropdown-toggle::after {
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 0;
    position: absolute;
    right: 17px;
    top: 21px;
    transform: rotate(135deg);
    border-bottom: 0;
}

.dropend .dropdown-toggle:hover::after,
.dropend .dropdown-toggle:focus::after {
    border-color: #ff0000;
}


.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active {
    color: #492e04;
    background-color: #f4a425;
    border-color: #fff0f0;
}

.nav-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

.nav-right ul li a {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 7px 12px;
    font-weight: 500;
    font-size: 14px;
}

.nav-right ul li a.btn-link {
    color: #212529;
    text-decoration: none;
}

.nav-right ul li a.btn-link:hover,
.nav-right ul li a.btn-link:focus {
    background-color: #f4a425;
}

.home-banner {
    position: relative;
    overflow: hidden;
}
.home-banner .container {
    position: relative;
    padding-top: 128px;
    padding-bottom: 128px;
    z-index: 1;
}
.home-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.home-banner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(15, 29, 36, 0.68);
    z-index: 1;
}
.home-banner-content {
    max-width: 672px;
    width: 100%;
}
.home-banner-content h1 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 24px;
}
.home-banner-content span.banner-badge {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    background-color: rgba(31, 132, 122, 0.20);
    border: 1px solid rgba(31, 132, 122, 0.30);
    padding: 6px 16px;
    margin-bottom: 24px;
    display: inline-block;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.home-banner-content p {
    color: rgba(255, 255, 255, 0.70);
    max-width: 576px;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 32px;
}
.home-search {
    margin-bottom: 32px;
    display: flex;
    gap: 12px;
    flex-direction: row;
}
.home-search-input {
    position: relative;
    flex: 1 1 0%;
}
.home-search-input svg {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 12px;
    top: 16px;
}
.home-search-input .form-control {
    font-size: 14px;
    line-height: 20px;
    height: 48px;
    color: #0f1d24;
    background-color: rgba(249, 250, 251, 0.95);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border: 0;
    padding: 8px 12px 8px 40px;
}

.home-search .btn {
    padding-left: 32px;
    padding-right: 32px;
}
.banner-skill ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.banner-skill li a {
    color: rgba(255, 255, 255, 0.80);
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
    padding: 4px 12px;
    display: block;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    font-weight: 400;
}

.banner-skill li a:hover,
.banner-skill li a:focus {
    background-color: rgba(255, 255, 255, 0.2);
}

.banner-counter {
    padding-top: 64px;
}

.banner-counter ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 32px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.banner-counter .count {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    font-family: Space Grotesk, sans-serif;
}
.banner-counter li p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
}

.category {
    padding-top: 96px;
    padding-bottom: 80px;
}

.hgroup {
    margin-bottom: 64px;
}

.tracking-wider {
    color: #1f847a;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 500;
    margin-bottom: 14px;
}

.hgroup h2 {
    margin-bottom: 16px;
}

.hgroup p {
    color: #67777e;
    margin-bottom: 0px;
}
.category .row {
    margin-left: -8px;
    margin-right: -8px;
}
.category .row>* {
    padding-left: 8px;
    padding-right: 8px;
}

.card-cat {
    border: 1px solid #dae2e7;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    margin-bottom: 16px;
}

.card-cat:hover,
.card-cat:focus {
    border-color: rgba(31, 132, 122, 0.4);
}

a.card-cat {
    text-decoration: none;
}

.card-cat .card-body {
    padding: 24px;
}

.card-cat .card-icon {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.card-cat .card-icon svg {
    width: 28px;
    height: 28px;
}
.card-cat h3 {
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    color: #0f1d24;
    margin-bottom: 4px;
}
.card-cat p {
    color: #67777e;
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 16px;
}
.card-cat span.card-link {
    color: #1f847a;
    font-weight: 500;
    font-size: 12px;
}

.bg-blue-500 {
    background-color: rgba(59, 130, 246, 0.1);
}

.card-cat:hover .bg-blue-500 {
    background-color: rgba(59, 130, 246, 0.2);
}

.bg-emerald-500 {
    background-color: rgba(16, 185, 129, 0.1);
}

.card-cat:hover .bg-emerald-500 {
    background-color: rgba(16, 185, 129, 0.2);
}

.bg-violet-500 {
    background-color: rgba(139, 92, 246, 0.1);
}

.card-cat:hover .bg-violet-500 {
    background-color: rgba(139, 92, 246, 0.2);
}

.bg-rose-500 {
    background-color: rgba(244, 63, 94, 0.1);
}

.card-cat:hover .bg-rose-500 {
    background-color: rgba(244, 63, 94, 0.2);
}

.bg-cyan-500 {
    background-color: rgba(6, 182, 212, 0.1);
}

.card-cat:hover .bg-cyan-500 {
    background-color: rgba(6, 182, 212, 0.2);
}

.bg-amber-500 {
    background-color: rgba(245, 158, 11, 0.1);
}

.card-cat:hover .bg-amber-500 {
    background-color: rgba(245, 158, 11, 0.2);
}

.bg-pink-500 {
    background-color: rgba(236, 72, 153, 0.1);
}

.card-cat:hover .bg-pink-500 {
    background-color: rgba(236, 72, 153, 0.2);
}

.bg-slate-500 {
    background-color: rgba(100, 116, 139, 0.1);
}

.card-cat:hover .bg-slate-500 {
    background-color: rgba(100, 116, 139, 0.2);
}

.bg-indigo-500 {
    background-color: rgba(99, 102, 241, 0.1);
}

.card-cat:hover .bg-indigo-500 {
    background-color: rgba(99, 102, 241, 0.2);
}

.bg-teal-500 {
    background-color: rgba(20, 184, 166, 0.1);
}

.card-cat:hover .bg-teal-500 {
    background-color: rgba(20, 184, 166, 0.2);
}

.bg-purple-500 {
    background-color: rgba(168, 85, 247, 0.1);
}

.card-cat:hover .bg-purple-500 {
    background-color: rgba(168, 85, 247, 0.2);
}

.bg-red-500 {
    background-color: rgba(239, 68, 68, 0.1);
}

.card-cat:hover .bg-red-500 {
    background-color: rgba(239, 68, 68, 0.2);
}

.bg-green-500 {
    background-color: rgba(34, 197, 94, 0.1);
}

.card-cat:hover .bg-green-500 {
    background-color: rgba(34, 197, 94, 0.2);
}

.bg-orange-500 {
    background-color: rgba(249, 115, 22, 0.1);
}

.card-cat:hover .bg-orange-500 {
    background-color: rgba(249, 115, 22, 0.2);
}

.bg-sky-500 {
    background-color: rgba(14, 165, 233, 0.1);
}

.card-cat:hover .bg-sky-500 {
    background-color: rgba(14, 165, 233, 0.2);
}

.bg-fuchsia-500 {
    background-color: rgba(217, 70, 239, 0.1);
}

.card-cat:hover .bg-fuchsia-500 {
    background-color: rgba(217, 70, 239, 0.2);
}

.consultants {
    padding-top: 96px;
    padding-bottom: 72px;
    background-color: rgba(236, 241, 244, 0.3);
}

.consultants .hgroup {
    margin-bottom: 48px;
}

.card-consult {
    border: 1px solid #dae2e7;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    margin-bottom: 24px;
    transition: all 0.3s ease;
}

.card-consult:hover,
.card-consult:focus {
    box-shadow: 0 20px 25px -5px rgba(31, 132, 122, 0.10), 0 8px 10px -6px rgba(31, 132, 122, 0.10);
    -webkit-box-shadow: 0 20px 25px -5px rgba(31, 132, 122, 0.10), 0 8px 10px -6px rgba(31, 132, 122, 0.10);
    -moz-box-shadow: 0 20px 25px -5px rgba(31, 132, 122, 0.10), 0 8px 10px -6px rgba(31, 132, 122, 0.10);
    -ms-box-shadow: 0 20px 25px -5px rgba(31, 132, 122, 0.10), 0 8px 10px -6px rgba(31, 132, 122, 0.10);
    -o-box-shadow: 0 20px 25px -5px rgba(31, 132, 122, 0.10), 0 8px 10px -6px rgba(31, 132, 122, 0.10);
    border: 1px solid rgba(31, 132, 122, 0.3);
    margin-top: -8px;
}

.card-consult:hover .btn-third,
.card-consult:focus .btn-third {
    background-color: #1f847a;
    border-color: #1f847a;
    color: #fff;
}

.card-consult .card-body {
    padding: 24px;
}

.card-consult-head {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 16px;
}
.card-consult-img {
    width: 56px;
    height: 56px;
    background-color: rgba(31, 132, 122, 0.1);
    border-radius: 56px;
    -webkit-border-radius: 56px;
    -moz-border-radius: 56px;
    -ms-border-radius: 56px;
    -o-border-radius: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f847a;
    font-size: 18px;
    font-weight: 700;
    font-family: "Space Grotesk", sans-serif;
    position: relative;
}
.card-consult-note {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(103, 119, 126, 0.4);
    border: 2px solid #fff;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
}

.card-online {
    background-color: #22c55e;
}

.card-consult-name h3 {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    margin: 0;
    color: #0f1d24;
}
.card-consult-name {
    display: flex;
    align-items: center;
    gap: 8px;
}
.card-consult-nameico svg {
    width: 16px;
    height: 16px;
}
.card-consult-pro p {
    color: #67777e;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
}
.card-consult-lo {
    display: flex;
    gap: 12px;
}
.card-consult-loc {
    color: #67777e;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 4px;
}
.card-consult-loc svg {
    width: 12px;
    height: 12px;
}
.card-consult-rat {
    color: #492e04;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 4px;
}
.card-consult-rat svg {
    width: 12px;
    height: 12px;
    fill: #f4a425;
}
.card-consult-content p {
    color: #67777e;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
}
.card-consult-skill ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.card-consult-skill ul li {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #0f1d24;
    background-color: #ecf1f4;
    padding: 2px 10px;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
}

.card-consult-skill {
    padding-bottom: 16px;
}

.card-consult-footer {
    padding-top: 16px;
    border-top: 1px solid #dae2e7;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-consult-cost {
    color: #0f1d24;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    display: flex;
    align-items: flex-end;
    font-family: "Space Grotesk", sans-serif;
}
.card-consult-time {
    color: #67777e;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

.card-consult-footer .btn-third {
    padding: 7px 12px;
}

.card-profile .card-consult-name h3 {
    font-size: 30px;
    line-height: 36px;
}
.card-profile .card-consult-img {
    width: 74px;
    height: 74px;
}

.how-work {
    padding-top: 96px;
    padding-bottom: 96px;
}

.work-card {
    position: relative;
}

.work-card:before {
    content: '';
    width: 80%;
    height: 1px;
    background-color: #dae2e7;
    position: absolute;
    top: 32px;
    left: 60%;
}

.how-work .row>*:last-child .work-card:before {
    display: none;
}

.work-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    background-color: rgba(31, 132, 122, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0px auto 16px;
}
.work-icon svg {
    width: 28px;
    height: 28px;
}
.work-count {
    background-color: #1f847a;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -8px;
    right: -8px;
}
.work-card h3 {
    color: #0f1d24;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
}
.work-card p {
    color: #67777e;
    font-size: 14px;
    line-height: 20px;
    max-width: 220px;
    width: 100%;
    margin: auto;
}
.price {
    padding-top: 96px;
    padding-bottom: 72px;
    background-color: rgba(234, 238, 240, 0.3);
}

.card-price {
    box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    display: flex;
    height: 100%;
    border-color: #dae2e7;
}
.card-price .card-body {
    padding: 32px;
    color: #0f1d24;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.card-price h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 16px;
}
.card-price-cost {
    display: flex;
    gap: 4px;
    align-items: baseline;
    margin-bottom: 12px;
}
.card-price-am {
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
}
.card-price-month {
    color: #67777e;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.card-price p {
    color: #67777e;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 32px;
}
.card-price-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.card-price-list ul li {
    font-size: 14px;
    line-height: 20px;
    gap: 12px;
    display: flex;
    align-items: flex-start;
    font-weight: 400;
    margin-bottom: 12px;
}

.card-price-list ul li:last-child {
    margin-bottom: 0px;
}

.card-price-list ul li svg {
    width: 16px;
    height: 16px;
    margin-top: 2px;
}

.card-price-list {
    margin-bottom: 32px;
    flex: 1 1 0%;
}

.card-price-primary {
    background-color: #1f847a;
}

.card-price-primary .card-body {
    color: #fff;
}

.card-price-badge {
    color: #1f847a;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    background-color: #ffff;
    align-self: flex-start;
    padding: 4px 12px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    margin-bottom: 16px;
}

.card-price-primary h3 {
    color: #fff;
}

.card-price-primary .card-price-month {
    color: rgba(255, 255, 255, 0.7);
}

.card-price-primary p {
    color: rgba(255, 255, 255, 0.8);
}

.card-price-primary .card-price-list ul li svg {
    stroke: #fff;
}

.card-price-primary .btn-third:hover,
.card-price-primary .btn-third:focus {
    background-color: rgba(236, 241, 244, 0.8);
    border-color: rgba(236, 241, 244, 0.8);
}

.expert {
    padding-top: 96px;
    padding-bottom: 96px;
    background-color: #1f847a;
}

.expert h2 {
    font-size: 48px;
    line-height: 48px;
    color: #fff;
    margin-bottom: 24px;
}
.expert p {
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 32px;
}
.expert-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    align-items: center;
}
.expert-btn .btn {
    font-size: 16px;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 11px 32px;
}
.expert-btn .btn svg {
    width: 16px;
    height: 16px;
}

.steps {
    padding-top: 110px;
    padding-bottom: 50px;
}

.steps-progress {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 32px;
    position: relative;
}

.stpes-box {
    padding: 32px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.step-circle {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    max-width: 140px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.step-number {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ecf1f4;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    margin-bottom: 6px;
    position: relative;
}

.step-text {
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
}
.step-circle.active .step-number {
    background-color: #1f847a;
    color: #fff;
}

.step-circle.active .step-text {
    color: #1f847a;
}

#progress {
    position: absolute;
    left: 0px;
    top: 16px;
    background-color: #1f847a;
    height: 1px;
}
.steps-progress:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 16px;
    background-color: #ecf1f4;
}
.steps-progress:after {
    width: 20%;
    height: 6px;
    position: absolute;
    top: 14px;
    background-color: #fff;
    right: 0;
    content: '';
}
.step-circle:nth-of-type(2):before {
    content: '';
    width: 70%;
    height: 4px;
    position: absolute;
    left: -28%;
    top: 14px;
    background-color: #fff;
}

.step-content.hidden {
    display: none;
}

.step-content h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
}

.step-content label {
    font-weight: 500;
}

.form-control {
    font-size: 14px;
    line-height: 24px;
    height: 42px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.form-control:focus {
    border-color: #1f847a;
    box-shadow: 0 0 0 3px rgba(31, 132, 122, 0.24);
    -webkit-box-shadow: 0 0 0 3px rgba(31, 132, 122, 0.24);
    -moz-box-shadow: 0 0 0 3px rgba(31, 132, 122, 0.24);
    -ms-box-shadow: 0 0 0 3px rgba(31, 132, 122, 0.24);
    -o-box-shadow: 0 0 0 3px rgba(31, 132, 122, 0.24);
}

textarea.form-control {
    min-height: 100px;
}

.steps-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.step-content .btn {
    max-width: 100px;
    width: 100%;
}
.step-rating svg {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.step-rating svg.active {
    fill: #facc15;
}

.skils-box {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.skills-badge {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    background-color: #ecf1f4;
    padding: 5px 10px;
    display: block;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
}

.skills-badge button {
    background-color: transparent;
    border: 0;
    font-size: 14px;
    padding: 1px 4px;
    line-height: 14px;
}
.browse {
    padding-top: 96px;
    padding-bottom: 40px;
}

.hgroup-inner h1 {
    font-size: 30px;
    line-height: 36px;
}

.hgroup-inner {
    margin-bottom: 32px;
}

.browse-skills {
    padding-bottom: 32px;
}

.browse-skills ul {
    list-style: none;
    margin: 0px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.browse-skills ul li {
    color: #67777e;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 12px;
    border: 1px solid #dae2e7;
    background-color: #fff;
    border-radius: 34px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    -ms-border-radius: 34px;
    -o-border-radius: 34px;
    font-weight: 400;
    transition: all 0.3s ease;
    cursor: pointer;
}

.browse-skills ul li:hover,
.browse-skills ul li:focus {
    border-color: rgba(31, 132, 122, 0.40);
}

.browse-skills ul li.active {
    background-color: #1f847a;
    border-color: #1f847a;
    color: #fff;
}
.browse-search {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px;
}
.browse-search .home-search-input .form-control {
    background-color: #f9fafb;
    border: 1px solid #dae2e7;
    height: 40px;
}

.browse-search .home-search-input svg {
    top: 12px;
}

.browse-search .dropdown-toggle {
    background-color: #f9fafb;
    border: 1px solid #dae2e7;
    font-size: 14px;
    line-height: 20px;
    padding: 9px 12px;
    color: #0f1d24;
    font-weight: 400;
    display: flex;
    align-items: center;
    min-width: 192px;
    justify-content: space-between;
    box-shadow: none;
}
.browse-search .dropdown-toggle svg {
    width: 16px;
    height: 16px;
}

.browse-search .dropdown-toggle::after {
    position: relative;
    top: -3px;
    border-color: #878787;
}

.browse-search .dropdown-menu {
    min-width: 100%;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border: 1px solid #dae2e7;
    overflow: hidden;
    padding: 8px;
}
.browse-search a.dropdown-item {
    border: 0;
    padding: 8px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
}

.browse-search a.dropdown-item:hover,
.browse-search a.dropdown-item:focus {
    background-color: #f4a425;
    color: #492e04;
}

p.browse-count {
    color: #67777e;
    font-size: 14px;
    line-height: 20px;
}

.sign-in {
    padding-top: 96px;
    padding-bottom: 40px;
}

.sign-card {
    background-color: #fff;
    padding: 40px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    max-width: 390px;
    width: 100%;
    margin: auto;
}
.sign-card h2 {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 26px;
}

.profile-dropdown .dropdown-toggle {
    padding: 0px;
}

.profile-dropdown .dropdown-toggle img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.navbar-light .navbar-nav .nav-item.dropdown.profile-dropdown .dropdown-toggle {
    padding: 0px;
    color: #0f1d24;
    font-weight: 600;
    font-size: 14px;
}
.profile-dropdown .dropdown-menu {
    min-width: 190px;
    right: 0;
    padding: 8px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border: 1px solid #dae2e7;
    overflow: hidden;
}

.profile-dropdown a.dropdown-item {
    border: 0;
    font-weight: 500;
    font-size: 14px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.chat-container {
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border: 0;
    max-width: 1152px;
    width: 100%;
    margin: auto;
}
.user-list {
    border-right: 1px solid #e5e5e5;
    overflow-y: auto;
}

.user-item {
    cursor: pointer;
    transition: 0.3s;
}

.user-item:hover {
    background-color: #f1f1f1;
}

.user-item.active {
    background-color: #e9f5ff;
}

.status-dot {
    width: 10px;
    height: 10px;
    background: #28a745;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
}

.chat-messages {
    height: calc(90vh - 130px);
    overflow-y: auto;
}

.message {
    max-width: 70%;
    padding: 8px 12px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    margin-bottom: 10px;
}

.message.sent {
    background-color: #0d6efd;
    color: white;
    margin-left: auto;
}

.message.received {
    background-color: #e9ecef;
}

.chat-input {
    border-top: 1px solid #e5e5e5;
}

.card-manage .card-head:first-child {
    padding-top: 0;
}

.card-head {
    border-bottom: 1px solid #dae2e7;
    padding-bottom: 15px;
    padding-top: 15px;
}

.card-head h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
}

.card-head p {
    color: #67777e;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
}

.portfolio-profile {
    padding-top: 30px;
}

.card-profile .pagination {
    margin: 0;
}

.card-profile nav {
    padding-top: 20px;
}

.card-profile .pagination .page-item {
    padding-left: 2px;
    padding-right: 2px;
}

.card-profile .pagination .page-link {
    border: 0;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    color: #000;
}

.card-profile .pagination .page-left,
.card-profile .pagination .page-right {
    padding-left: 0;
    padding-right: 0;
    width: 33px;
}

.card-profile .pagination .page-link:hover,
.card-profile .pagination .page-link:focus,
.card-profile .pagination .page-item.active .page-link {
    background-color: #1f847a;
    color: #fff;
    box-shadow: none;
}

.card-profile .pagination .page-left.page-link:hover svg,
.card-profile .pagination .page-left.page-link:focus svg,
.card-profile .pagination .page-right.page-link:hover svg,
.card-profile .pagination .page-right.page-link:focus svg {
    fill: #fff;
}

.gallery-img {
    cursor: pointer;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.skills-modal .modal-header {
    border: 0;
}

.lightbox-carousel .carousel-inner {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.lightbox-carousel img {
    height: 500px;
    object-fit: cover;
    width: 100%;
}

.skills-modal .modal-content {
    border: 0;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.skills-modal .modal-body {
    padding: 40px;
}

.skills-modal button.btn-close {
    position: absolute;
    right: 14px;
    top: 14px;
}

.skill-modal-content {
    padding-top: 20px;
}

.skill-inner {
    padding-bottom: 15px;
    border-top: 1px solid #dae2e7;
    padding-top: 15px;
}

.skill-inner h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
}

.skill-inner p {
    color: #67777e;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.skill-modal-content .skill-inner:last-child {
    padding-bottom: 0;
}

.card-rating {
    display: flex;
    flex-wrap: wrap;
}

.card-rating svg {
    width: 25px;
}

.card-rating svg.active {
    fill: #facc15;
}

.lightbox-carousel button {
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.lightbox-carousel button span {
    width: 20px;
}

.lightbox-carousel .carousel-control-prev {
    left: 15px;
}

.lightbox-carousel .carousel-control-next {
    right: 15px;
}

.lightbox-carousel:hover button,
.lightbox-carousel:hover button {
    background-color: #1f847a;
    opacity: 1;
}

.footer {
    padding-top: 64px;
    padding-bottom: 64px;
    background-color: #0f1d24;
}

.foot-col {
    margin-bottom: 48px;
}

.footer-logo {
    margin-bottom: 16px;
}

.foot-col p {
    font-size: 14px;
    line-height: 20px;
    color: rgba(249, 250, 251, 0.6);
    margin-bottom: 0;
}
.foot-col h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 16px;
}
.foot-col ul {
    margin: 0px;
    padding: 0;
    list-style: none;
}

.foot-col li {
    margin-bottom: 8px;
}

.foot-col li:last-child {
    margin-bottom: 0px;
}

.foot-col li a {
    color: rgba(249, 250, 251, 0.6);
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.foot-col li a:hover,
.foot-col li a:focus {
    color: #fff;
}

.footer-bottom {
    padding-top: 32px;
    border-top: 1px solid rgba(249, 250, 251, 0.10);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
}

.footer-social span,
.footer-icon span {
    color: rgba(249, 250, 251, 0.60);
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

.footer-social,
.footer-icon {
    display: flex;
    gap: 12px;
    align-items: center;
}

.footer-social a,
.footer-icon a {
    width: 20px;
    height: 20px;
}

.footer-social a svg,
.footer-icon a svg {
    stroke: rgba(249, 250, 251, 0.60);
    width: 20px;
    height: 20px;
}

.footer-social a:hover svg,
.footer-social a:focus svg,
.footer-icon a:hover svg,
.footer-icon a:focus svg {
    stroke: #fff;
}

.footer-copy p {
    color: rgba(249, 250, 251, 0.40);
    font-size: 12px;
    line-height: 16px;
    margin: 0;
}