/********** eko CSS **********/

:root {
    --primary: #428f1c;
    --secondary: #191e32;
    --graybg: #f7f7f7;
    --gray: #747474;
    --light: #ffffff;
    --dark: #101010;
    --border: #f4f4f4;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #3d3d3d;
}

a {
    color: #428f1c;
    text-decoration: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #1C2035;
}

ol,
ul {
    padding-left: 0px;
    list-style: none;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 500;
}

.eko-btn {
    background-color: var(--primary);
    color: var(--light);
    font-size: 16px;
    padding: 14px 30px;
    border-radius: 30px;
}

.eko-btn:hover {
    background-color: var(--secondary);
    color: var(--light);
}


/*** Spinner ***/

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/

.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Topbar ***/

.top-bar {
    background-color: #191e32;
    padding: 0;
}

.top-bar ul {
    padding: 0;
}

.top-bar a {
    color: var(--light);
}

.contact-info {
    margin: 10px 0;
}

.top-bar-left ul li {
    display: inline-block;
    margin-right: 20px;
    list-style: none;
    font-size: 14px;
}

.top-bar-right {
    text-align: right;
}

.top-bar-right ul {
    margin: 0;
}

.top-bar-right ul li {
    display: inline-block;
    margin-right: 12px;
    list-style: none;
    font-size: 14px;
}

.appoint-btn-top {
    background-color: var(--primary);
    color: var(--light);
    padding: 10px 20px;
    margin-left: 10px;
    border-radius: 0;
}

.appoint-btn-top:hover {
    background-color: #54a929;
    color: var(--light);
}

.top-logo {}

.top-logo img {
    width: 220px;
    padding: 14px 0;
}

.fixed-navi .top-logo img {
    width: 200px;
    padding: 8px 0;
}


/***
=============================================
    Navigation style
=============================================
***/

.header_area {
    padding: 0;
}

.navigation {
    width: 100%;
    display: table;
    position: relative;
    font-family: inherit;
    background-color: #fff;
}

.navigation * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
    /* height: 48px; */
}

.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19998;
}

.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.align-to-right {
    float: right;
}

.nav-header {
    float: left;
}

.navigation-hidden .nav-header {
    display: none;
}

.nav-brand {
    line-height: 70px;
    padding: 0;
    color: #343a40;
    font-size: 24px;
    text-decoration: none !important;
}

.nav-brand:hover,
.nav-brand:focus {
    color: #343a40;
}

.navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 48px;
}

.nav-logo>img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left;
}

.nav-logo:focus>img {
    outline: initial;
}

.navigation-portrait .nav-logo>img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0;
}

.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 15px;
    display: none;
    cursor: pointer;
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #343a40;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #343a40, 0 1em 0 0 #343a40;
}

.navigation-portrait .nav-toggle {
    display: block;
}

.mobile-logo {
    display: none;
}

.mobile-logo img {
    width: 50px;
}

.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: var(--secondary);
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper ul li a {
    color: var(--light);
}

.navigation-portrait .nav-menus-wrapper ul li a.drop {
    /* pointer-events: none; */
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    left: auto;
    right: 0;
}

.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #aeb7bf;
    font-size: 26px;
    cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block;
}

.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0;
}

.navigation-portrait .nav-menu {
    width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered>li {
    float: none;
}

.nav-menu>li {
    display: inline-block;
    float: left;
    text-align: left;
}

.navigation-portrait .nav-menu>li {
    width: 100%;
    position: relative;
    border-top: solid 1px #2c3352;
}

.navigation-portrait .nav-menu>li:last-child {
    border-bottom: solid 1px #2c3352;
}

.nav-menu+.nav-menu>li:first-child {
    border-top: none;
}

.nav-menu>li>a {
    /* height: 70px; */
    padding: 36px 15px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #343a40;
    transition: color 0.3s, background 0.3s;
    font-size: 15px;
    font-weight: 500;
}

.nav-menu>li>a.active {
    color: var(--primary);
    position: relative;
}

.navigation-portrait .nav-menu>li>a {
    width: 100%;
    height: auto;
    padding: 12px 15px 12px 26px;
}

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
    color: #4eaf1f;
}

.nav-menu>li>a>i,
.nav-menu>li>a>[class*="ion-"] {
    width: 18px;
    height: 16px;
    line-height: 16px;
    transform: scale(1.4);
}

.nav-menu>li>a>[class*="ion-"] {
    width: 16px;
    display: inline-block;
    transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center;
}

.nav-menu.nav-menu-social>li {
    text-align: center;
    float: none;
    border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social>li {
    width: auto;
}

.nav-menu.nav-menu-social>li>a>[class*="ion-"] {
    font-size: 12px;
}

.nav-menu.nav-menu-social>li>a>.fa {
    font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social>li>a {
    padding: 15px;
}

.submenu-indicator {
    margin-left: 6px;
    margin-top: 6px;
    float: right;
    transition: all 0.2s;
}

.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 20000;
    background-color: var(--primary);
}

.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #333 #333 transparent;
    transform: rotate(45deg);
    transition: border 0.2s;
}

.navigation-portrait .nav-menus-wrapper .submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #eee #eee transparent;
    transform: rotate(45deg);
    transition: border 0.2s;
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px;
}

.nav-menu>li:hover>a .submenu-indicator-chevron,
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron {
    border-color: transparent #4eaf1f #4eaf1f transparent;
}

.navigation-portrait .nav-menus-wrapper .nav-menu>li:hover>a .submenu-indicator-chevron,
.navigation-portrait .nav-menus-wrapper .nav-menu>.active>a .submenu-indicator-chevron,
.navigation-portrait .nav-menus-wrapper .nav-menu>.focus>a .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999;
}

.navigation-portrait .nav-menus-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.navigation-portrait .nav-menus-wrapper::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.navigation-portrait .nav-menus-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #FFF;
    background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#4D9C41), to(#19911D), color-stop(.6, #54DE5D))
}

.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nav-search {
    height: 70px;
    float: right;
    z-index: 19998;
}

.navigation-portrait .nav-search {
    height: 48px;
    padding: 0 10px;
    margin-right: 52px;
}

.navigation-hidden .nav-search {
    display: none;
}

.nav-search-button {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    background-color: #fbfcfd;
}

.navigation-portrait .nav-search-button {
    width: 50px;
    height: 48px;
    line-height: 46px;
    font-size: 22px;
}

.nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 2px 8px 8px 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #343a40;
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 50%;
    transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
    content: "";
    pointer-events: none;
}

.nav-search-icon:before {
    width: 2px;
    height: 11px;
    top: 11px;
    position: absolute;
    left: 50%;
    border-radius: 0 0 1px 1px;
    box-shadow: inset 0 0 0 32px;
    transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
    color: #4eaf1f;
}

.nav-search>form {
    width: 100%;
    height: 100%;
    padding: 0 auto;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99;
}

.nav-search-inner {
    width: 70%;
    height: 70px;
    margin: auto;
    display: table;
}

.navigation-portrait .nav-search-inner {
    height: 48px;
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
    height: 70px;
    width: 100%;
    margin: 0;
    padding: 0 12px;
    font-size: 26px;
    text-align: center;
    color: #343a40;
    outline: none;
    line-height: 70px;
    border: none;
    background-color: transparent;
    transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
    height: 48px;
    font-size: 18px;
    line-height: 48px;
}

.nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: normal;
    color: #343a40;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
}

.navigation-portrait .nav-search-close-button {
    top: 10px;
    right: 14px;
}

.nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
    color: #fff;
    text-decoration: none;
}

.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px;
}

.nav-text {
    margin: 25px 15px;
    display: inline-block;
    color: #343a40;
    font-size: 14px;
}

.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0;
}

.navigation-portrait .nav-text+ul {
    margin-top: 15px;
}

.nav-dropdown {
    min-width: 180px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0;
}

.nav-dropdown .nav-dropdown {
    left: 100%;
}

.nav-menu>li>.nav-dropdown {
    border-top: solid 1px #f0f0f0;
    box-shadow: 5px 5px 13px #33333330;
    background-color: #428f1c;
}

.nav-dropdown>li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
}

.nav-dropdown>li>a {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 15px 30px;
    border-bottom: 1px solid #3c8319;
    font-size: 13px;
}
.nav-dropdown>li>a i{
    font-size: 11px;
}
.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
    color: #4eaf1f;
}

.nav-dropdown.nav-dropdown-left {
    right: 0;
}

.nav-dropdown>li>.nav-dropdown-left {
    left: auto;
    right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left>li>a {
    text-align: right;
}

.navigation-portrait .nav-dropdown>li>a {
    padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown>li>ul>li>a {
    padding-left: 50px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
    padding-left: 70px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
    padding-left: 90px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 10px;
    position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
    right: 0;
    top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(-45deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(45deg);
}

.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
    border-color: transparent #4eaf1f #4eaf1f transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
    left: 10px;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(135deg);
}

.nav-dropdown-horizontal {
    width: 100%;
    left: 0;
    background-color: #fdfdfd;
    border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
    width: 100%;
    top: 100%;
    left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
    border-top: none;
}

.nav-dropdown-horizontal>li {
    width: auto;
    clear: none;
    position: static;
}

.navigation-portrait .nav-dropdown-horizontal>li {
    width: 100%;
}

.nav-dropdown-horizontal>li>a {
    position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
    height: 18px;
    top: 11px;
    transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
    height: 42px;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
}

.view-all-btn a {
    background-color: var(--primary);
    padding: 6px 14px;
    color: var(--light) !important;
    text-align: center;
    font-weight: 500;
}

.megamenu-panel {
    width: 100%;
    padding: 15px;
    display: none;
    position: absolute;
    font-size: 14px;
    z-index: 98;
    text-align: left;
    color: inherit;
    border-top: solid 1px #428f1c;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
}

.navigation-portrait .nav-menus-wrapper .megamenu-panel {
    width: 100%;
    padding: 15px;
    display: none;
    position: absolute;
    font-size: 14px;
    z-index: 98;
    text-align: left;
    color: inherit;
    border-top: solid 1px #2c3352;
    background-color: #131624;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
}

.navigation-portrait .megamenu-panel {
    padding: 25px;
    position: static;
    display: block;
}

.megamenu-panel [class*="container"] {
    width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
    padding: 0;
}

.megamenu-panel-half {
    width: 50%;
}

.megamenu-panel-quarter {
    width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
    width: 100%;
}

.megamenu-panel-row {
    width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
    content: "";
    display: table;
    line-height: 0;
}

.megamenu-panel-row:after {
    clear: both;
}

.megamenu-panel-row [class*="col-"] {
    display: block;
    min-height: 20px;
    float: left;
    margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
    margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*="col-"] {
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-top: 15px;
}

.navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
    margin-top: 0;
}

.megamenu-panel-row .col-1 {
    width: 5.583333333333%;
}

.megamenu-panel-row .col-2 {
    width: 14.166666666666%;
}

.megamenu-panel-row .col-3 {
    width: 22.75%;
}

.megamenu-panel-row .col-4 {
    width: 31.333333333333%;
}

.megamenu-panel-row .col-5 {
    width: 39.916666666667%;
}

.megamenu-panel-row .col-6 {
    width: 48.5%;
}

.megamenu-panel-row .col-7 {
    width: 57.083333333333%;
}

.megamenu-panel-row .col-8 {
    width: 65.666666666667%;
}

.megamenu-panel-row .col-9 {
    width: 74.25%;
}

.megamenu-panel-row .col-10 {
    width: 82.833333333334%;
}

.megamenu-panel-row .col-11 {
    width: 91.416666666667%;
}

.megamenu-panel-row .col-12 {
    width: 100%;
}

.megamenu-tabs {
    width: 100%;
    float: left;
    display: block;
}

.megamenu-tabs-nav {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
    width: 100%;
}

.megamenu-tabs-nav>li>a {
    width: 100%;
    padding: 10px 16px;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: #343a40;
    border: solid 1px #eff0f2;
    outline: 0;
    background-color: #fff;
}

.megamenu-tabs-nav>li.active a,
.megamenu-tabs-nav>li:hover a {
    background-color: #f5f5f5;
}

.megamenu-tabs-pane {
    width: 80%;
    min-height: 30px;
    padding: 20px;
    float: right;
    display: none;
    font-size: 13px;
    color: #343a40;
    border: solid 1px #eff0f2;
    background-color: #fff;
}

.megamenu-tabs-pane.active {
    display: block;
}

.navigation-portrait .megamenu-tabs-pane {
    width: 100%;
}

.megamenu-lists {
    width: 100%;
    display: table;
}

.megamenu-list {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    display: inline-block;
    float: left;
    list-style: none;
}

.megamenu-list:last-child {
    margin: 0;
    border: none;
}

.navigation-landscape .megamenu-list {
    margin: -15px 0;
    padding: 20px 0;
    border-right: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
    border: none;
}

.megamenu-list>li>a {
    width: 100%;
    padding: 10px 15px;
    display: inline-block;
    color: #343a40;
    text-decoration: none;
    font-size: 13px;
}

.megamenu-list>li>a:hover {
    background-color: #4eaf1f;
    color: #fff;
}

.megamenu-list>li.megamenu-list-title>a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #343a40;
}

.megamenu-list>li.megamenu-list-title>a:hover {
    background-color: transparent;
}

.navigation-landscape .list-col-2 {
    width: 50%;
}

.navigation-landscape .list-col-3 {
    width: 33%;
}

.navigation-landscape .list-col-4 {
    width: 25%;
}

.navigation-landscape .list-col-5 {
    width: 20%;
}

.nav-menu>li>a {
    color: #343a40;
}

.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:focus {
    color: #fff;
    background-color: #367517;
}

.main_header_area.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.navigation-portrait .nav-menu>li>a {
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 30px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .nav-dropdown>li>a,
    .megamenu-list>li>a {
        width: 100%;
    }
    .location-subTitle {
        display: none;
    }
}


/*** Navbar ***/

.sticky-top {
    top: -100px;
    transition: .5s;
}

.fixed-navi {
    box-shadow: 0 0px 5px #3333336b;
}

.header {
    padding: 10px 0;
}


/* .main-menu{
    place-content: flex-end;
}
.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 16px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.1rem #4da92073;
}
@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
} */


/*** Header ***/

.carousel-item:before {
    position: absolute;
    content: '';
    background: #0b120a;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    opacity: 0.6;
    z-index: 1;
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 40px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}

a:hover {
    color: #68d334;
}


/* Slider */

.slider-content {
    text-align: left;
}

.slider-content .slider-title {
    font-size: 4rem;
    font-weight: 700;
    color: var(--light);
}

.slider-content .slider-des {
    font-size: 16px;
    color: var(--light);
    margin: 16px 0 40px;
}

.main-slider .carousel-control-prev {
    left: 40px;
}

.main-slider .carousel-control-next {
    right: 40px;
}

.main-slider .carousel-control-prev-icon,
.main-slider .carousel-control-next-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 3.5rem;
    background-color: transparent;
    border: none;
}

.mobail-btn {
    display: none;
}


/* Slider */

.section {
    padding: 80px 0;
}

.padding_top {
    padding-top: 80px;
}

.padding_bottom {
    padding-bottom: 80px;
}

.margin_top {
    margin-top: 80px;
}

.margin_bottom {
    margin-bottom: 80px;
}

.section-title {
    margin-bottom: 45px;
}

.section-title.center {
    text-align: center;
}

.mainTitle {
    font-size: 42px;
    color: var(--primary);
    font-weight: 700;
}

.mainTitle span {
    font-weight: 400;
    display: block;
}

.subTitle {
    font-size: 18px;
    color: var(--gray);
    font-weight: 500;
}

.review-logo {
    background-color: var(--graybg);
    padding: 30px 0;
}

.title-logos h2 {
    font-size: 32px;
    font-weight: 800;
    border-color: var(--primary);
    text-align: center;
    margin-bottom: 18px;
}

.title-logos h2 span {
    font-weight: 400;
    color: var(--primary);
}

.logo-box {
    /* display: flex; */
    align-items: center;
    position: relative;
}

.rating-logo-box {
    display: flex;
    align-items: center;
    margin-left: -8px;
    margin-right: -8px;
}

.rwLogos {
    flex: 1 1 auto;
    background-color: var(--light);
    border: 1px solid #e4e5e6;
    margin: 0 8px;
    text-align: center;
    height: 85px;
    padding: 6px;
    display: flex;
    align-items: center;
    width: 16%;
}

.rwLogos img {
    width: 100%;
}

.inner-page-logos {
    background-image: url(../img/resources/graph-paper.png);
    background-position: center center;
    background-size: 200px auto;
    position: relative;
    padding: 70px 0 0;
}

.inner-page-logos::before {
    content: "";
    background-color: transparent;
    background-image: radial-gradient(at center center, #FFFFFFBF 0%, #ffffff 85%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.inner-page-logos .rwLogos img {
    /* filter: grayscale(100%); */
}

.inner-page-logos .rwLogos:hover img {
    filter: grayscale(0%);
}

.rwLogos a {
    display: block;
    margin: 0 auto;
}


/*** Service ***/

.about-section {}

.about-img-box {
    position: relative;
}

.about-img-box::before {
    position: absolute;
    content: "";
    top: 45px;
    left: 45px;
    right: 45px;
    bottom: 45px;
    border-width: 6px;
    border-style: solid;
    border-color: rgb(241, 242, 245);
    -o-border-image: initial;
    border-image: initial;
    border-radius: 3px;
}

.about-img-one {
    position: relative;
    margin-left: 30%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
    box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
    display: inline-block;
    border-radius: 6px;
    width: 70%;
    height: 70%;
}

.about-img-one img {
    border-radius: 6px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    width: 100%;
}

.about-img-one:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.about-img-two {
    position: relative;
    margin-top: -180px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
    box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
    display: inline-block;
    border-radius: 6px;
    width: 70%;
    height: 70%;
}

.about-img-two img {
    border-radius: 6px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    width: 100%;
}

.about-img-two:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.image-box {
    overflow: hidden;
    border-radius: 6px;
}

.about-section .logo {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 130px;
    height: 130px;
    line-height: 118px;
    text-align: center;
    border-radius: 50%;
    border-width: 3px;
    border-style: dotted;
    border-color: #3f841c;
    -o-border-image: initial;
    border-image: initial;
}

.about-section .logo::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
    box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
}

.about-section .logo img {
    position: relative;
    width: 67px;
}

.about-read-more {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.admin-tag {
    display: flex;
    background-color: var(--graybg);
    width: 150px;
    flex: auto;
    border-left: 4px solid;
    border-color: var(--primary);
    padding: 8px 4px;
    align-items: center;
    margin-left: 20px;
}

.admin-pic {
    border-radius: 100%;
    height: 80px;
    width: 80px;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #e7e7e7;
}

.admin-pic img {
    width: 100%;
}

.admin-title {
    margin-left: 12px;
}

.admin-title .title {
    font-size: 18px;
    color: var(--primary);
    font-weight: 700;
    margin: 0;
}

.admin-title .catg {
    font-size: 14px;
    color: var(--gray);
    font-weight: 500;
    margin: 0;
}


/*** Service ***/

.services-section {
    background-color: #f7f7f7;
}

.service-item {
    margin: 14px 0;
}

.service-item .service-text {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    box-shadow: 1px 2px 6px rgb(0 0 0 / 18%);
    transition: .5s;
    z-index: 2;
    border-radius: 7px;
    overflow: hidden;
    text-align: center;
}

.service-image img {
    width: 100%;
}

.service-text .detail {
    padding: 28px;
}

.service-item .service-text h4 {
    color: var(--primary);
    font-weight: 600;
    font-size: 18px;
}
.service-item .service-text h5 {
    color: var(--primary);
    font-weight: 700;
}
.service-item:hover .service-text {
    top: -10px;
}

.service-item .service-text h5 {
    transition: .5s;
    font-size: 18px;
}

.service-item .service-text p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.service-item .service-btn {
    position: absolute;
    width: 80%;
    height: 3rem;
    left: 10%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
    z-index: 1;
}

.service-item:hover .service-btn {
    bottom: -1.5rem;
}

.service-read {
    color: var(--primary);
    border: 1px solid;
    border-color: var(--primary);
    padding: 10px 22px;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 12px;
    margin-top: 14px;
}

.service-read:hover {
    background-color: var(--primary);
    color: var(--light);
    border-color: var(--primary);
}

.moreServices {
    max-height: 0px;
    transition: max-height 1s ease-out;
    overflow: hidden;
    margin-bottom: 10px;
}

.moreServices.view_me {
    max-height: 500px;
    transition: max-height 1s ease-in;
}

.services-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
}

.services-carousel .owl-nav .owl-prev,
.services-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    /* box-shadow: 0 0 45px rgba(0, 0, 0, .15); */
    font-size: 25px;
    transition: .5s;
    border: 1px solid #d5d5d594;
}

.services-carousel .owl-nav .owl-prev:hover,
.services-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}


/*** Testimonial ***/

.testimonial-section {}

.testimonial-item {
    border: 1px solid #e3e3e3;
    transition: .5s;
    text-align: center;
    position: relative;
    min-height: 255px;
}
.testimonial-item p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    font-size: 14px;
}
.testimonial-section .owl-carousel .owl-item {
    margin-top: 26px;
}

.testimonial-section .owl-carousel .owl-item .testi-icon {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    padding: 10px;
    border-radius: 100%;
    position: absolute;
    width: 50px;
    height: 50px;
    top: -26px;
    left: 50%;
    margin-left: -12px;
}

.testimonial-section .owl-carousel .owl-item .testi-icon img {
    width: 100%;
}

.owl-item .testimonial-item,
.testimonial-item * {
    transition: .5s;
}

.view-all-services {
    text-align: center;
    margin-top: 50px;
}

.testi-des {
    font-size: 14px;
}

.rating img {
    width: 90px;
    margin: 0 auto;
}

.client-name {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0;
}

.testimonial-title {
    font-size: 20px;
    margin-bottom: 8px;
}

.testi-date {
    font-size: 14px;
    color: #868686;
    margin-bottom: 14px;
}

.area {
    font-size: 12px;
    color: #868686;
    margin-top: 6px;
}


/* .owl-item.center .testimonial-item,
.testimonial-item:hover {
    background: var(--primary);
}

.owl-item.center .testimonial-item *,
.testimonial-item:hover * {
    color: #FFFFFF !important;
} */

.testimonial-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}

.testimonial-section .owl-dots {
    display: block;
    text-align: center;
}

.testimonial-section .owl-dot {
    display: inline-block;
    margin: 0 4px;
}

.testimonial-section .owl-dot span {
    display: inline-block;
    background-color: #dddddd;
    width: 35px;
    height: 8px;
    border-radius: 5px;
}

.testimonial-section .owl-dot.active span {
    display: inline-block;
    background-color: #ffd013;
}

@media (max-width: 768px) {
    .testimonial-carousel .owl-nav {
        top: -70px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .testimonial-carousel .owl-nav .owl-prev,
    .testimonial-carousel .owl-nav .owl-next {
        margin: 0 7px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
    .logo-box {
        display: flex;
        align-items: center;
        flex-flow: wrap;
    }
    .rwLogos {
        margin-top: 5px;
    }
}

@media (max-width: 575px) {
    .mobail-btn {
        display: block;
        margin-top: 7px;
    }
    .top-appointment {
        margin-left: 0;
        margin-bottom: 0;
    }
    .top-appointment a.btn {
        padding: 10px 30px;
    }
    .top-logo img {
        width: 190px;
    }
    .fixed-navi .top-logo img {
        width: 165px;
        padding: 14px 0;
    }
    .top-bar {
        padding: 12px 0;
        text-align: center;
    }
    .top-social ul {
        margin: 0;
        padding-left: 0;
    }
    .appoint-btn-top {
        margin-left: 0;
        margin-top: 12px;
        border-radius: 30px;
    }
    .logo-box {
        display: block;
    }
    .about-img-two {
        display: none;
    }
    .about-img-one {
        margin-left: 0;
        box-shadow: none;
        margin-bottom: 20px;
    }
    .about-img-one {
        width: 100%;
    }
    .about-img-one img {
        width: 100%;
    }
    .about-section .logo {
        display: none;
    }
    .about-read-more {
        display: block;
    }
    .admin-tag {
        display: flex;
        background-color: var(--graybg);
        width: 100%;
        flex: auto;
        border-left: 4px solid;
        border-color: var(--primary);
        padding: 8px 4px;
        align-items: center;
        margin-left: 0;
        margin-top: 18px;
    }
    .service-image img {
        width: 100%;
    }
    .slider-content .slider-title {
        font-size: 34px;
        font-weight: 800;
        color: var(--light);
    }
    .main-slider .carousel-control-prev,
    .main-slider .carousel-control-next {
        display: none;
    }
    .title-logos h2 {
        font-size: 32px;
        font-weight: 800;
        border-right: 1px solid;
        border-color: var(--primary);
        margin-right: 0;
        padding-right: 22px;
        text-align: left;
        margin-bottom: 0;
    }
    .rwLogos {
        flex: 1 1 auto;
        background-color: var(--light);
        border: 1px solid #e4e5e6;
        margin: 7px 0;
        text-align: center;
        height: 85px;
        padding: 0;
        display: flex;
        align-items: center;
        width: 100%;
    }
    .mainTitle {
        font-size: 28px;
        color: var(--primary);
        font-weight: 700;
    }
}


/***
=============================================
    Breadcrumb area style
=============================================
***/

.breadcrumb-area {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0 100px;
    z-index: 1;
}

.breadcrumb-area::before {
    background: rgb(235 235 235 / 84%) none repeat scroll 0 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
}

.breadcrumb-area .inner-content {
    position: relative;
    display: block;
}

.breadcrumb-area .title {
    display: block;
    padding-top: 6px;
}

.breadcrumb-area .title h1 {
    color: #000;
    font-size: 45px;
    line-height: 55px;
    font-weight: 600;
    /* text-transform: capitalize; */
}

.breadcrumb-area .breadcrumb-menu {
    position: relative;
    display: none;
}

.breadcrumb-area .breadcrumb-menu ul {
    display: block;
    text-align: center;
    padding: 0;
}

.breadcrumb-area .breadcrumb-menu ul li {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Covered By Your Grace', cursive;
    transition: all 500ms ease;
    margin: 0 13px;
}

.breadcrumb-area .breadcrumb-menu ul li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -18px;
    width: 5px;
    height: 1px;
    background: #ffffff;
    content: "";
    margin: 14px 0;
}

.breadcrumb-area .breadcrumb-menu ul li:last-child:before {
    display: none;
}

.breadcrumb-area .breadcrumb-menu ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.breadcrumb-area .breadcrumb-menu ul li a {
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Covered By Your Grace', cursive;
    transition: all 500ms ease;
}

.breadcrumb-area .breadcrumb-menu ul li.active {
    color: #53b722;
}

.breadcrumb-area .breadcrumb-menu ul li a:hover {
    color: #53b722;
}


/***
=============================================
    Company Info area Style
=============================================
***/

.benefits-area {
    position: relative;
    display: block;
    background: #ffffff;
}

.benefits-image-box {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 95%;
    width: 100%;
    border-radius: 9px;
}

.benefits-image-box img {
    transform: scale(1);
    transition: all 0.5s ease 0s;
    width: 100%;
}

.benefits-image-box:hover img {
    transform: scale(1.1);
}

.benefits-text-box {
    position: relative;
    display: block;
}

.benefits-text-box .sec-title {
    padding-bottom: 43px;
}

.benefits-text-box .sec-title .title {
    font-size: 50px;
    line-height: 60px;
    margin: 5px 0 0;
}

.benefits-text-box .inner-content {
    position: relative;
    display: block;
}

.benefits-text-box .inner-content ul {
    display: block;
    padding-bottom: 45px;
    list-style: none;
    padding-left: 0;
}

.benefits-text-box .inner-content ul li {
    line-height: 40px;
}

.benefits-text-box .inner-content ul li i {
    color: #4db31b;
    font-size: 14px;
    display: inline-block;
    padding-right: 18px;
}

.certified-company {
    position: relative;
    display: block;
    overflow: hidden;
    background: #1fc6c7;
    max-width: 315px;
    width: 100%;
    padding: 30px 40px 30px;
    border-radius: 50px;
}

.certified-company .icon-holder {
    width: 40px;
}

.certified-company .icon-holder,
.certified-company .title-holder {
    display: table-cell;
    vertical-align: middle;
}

.certified-company .title-holder {
    padding-left: 20px;
}

.certified-company .title-holder h3 {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}


/***
=============================================
    Slogan Area style1 Style
=============================================
***/

.slogan-area-style2 {
    position: relative;
    display: block;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 80px 20px 0px;
    z-index: 1;
    border-radius: 12px;
}

.slogan-area-style2:before {
    background: rgb(225 229 226 / 91%) none repeat scroll 0 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    border-radius: 12px;
}

.slogan-area-style2 .title {
    position: relative;
    display: block;
    border-bottom: 1px solid #ccc;
    margin-bottom: 18px;
}

.slogan-area-style2 .title h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    line-height: 72px;
}

.slogan-area-style2 .title h2 {
    color: var(--dark);
    font-size: 40px;
    font-weight: 600;
    margin-bottom:14px;
}
.slogan-area-style2 .title h2 span{
    font-size: 36px;
    display: block;
}
.slogan-area-style2 .phone-number a{
    color: #429d16;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
}
.slogan-area-style2 .text-number{
    color: #282828;
    font-size: 32px;
    font-weight: 700;
}
.slogan-area-style2 .email a{
    color: var(--dark);
    font-size: 20px;
    font-weight: 500;
}


.slogan-area-style2 .button {
    position: relative;
    display: block;
    padding-bottom: 115px;
    padding-top: 20px;
}

.slogan-area-style2 .icon-box {
    position: absolute;
    left: 0;
    bottom: -76px;
    right: 0px;
    width: 149px;
    height: 149px;
    margin: 0 auto;
    border-radius: 50%;
    border: 2px dashed #fff;
    text-align: center;
    padding: 15px;
    z-index: 99;
}

.slogan-area-style2 .icon-box .inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 50%;
    padding: 0;
    -webkit-box-shadow: 0px 2px 6px 1px rgb(233 233 233);
    -moz-box-shadow: 0px 2px 6px 1px rgb(233 233 233);
    box-shadow: 0px 2px 6px 1px rgb(233 233 233);
    display: flex;
    justify-content: center;
    align-items: center;
}

.slogan-area-style2 .icon-box .inner img {
    width: 60%;
}
.slogan-area-style2 .eko-btn:hover {
    background-color: var(--light);
    color: var(--dark);
}

/***
=============================================
    Customer Review
=============================================
***/

.review-info {
    position: relative;
    margin-bottom: 80px;
}

.review-info .review-content {
    padding-right: 6rem;
}

.review-banner {
    position: relative;
}

.review-banner img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center center;
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #ffffff;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}

.review-icon {
    color: var(--primary);
    font-size: 2rem;
}

.review-msg {
    position: absolute;
    top: 30%;
    background-color: #fff;
    width: 233px;
    padding: 18px;
    text-align: center;
    border-bottom: 8px solid #b6d73e;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.15);
    left: -80px;
}

.review-msg h2 {
    font-size: 20px;
    line-height: 28px;
}

.review-box {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #cfefc3;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    margin: 10px 0;
    padding: 35px 25px 25px 25px;
    border-radius: 8px 8px 20px 20px;
    background-color: #f8fbec;
    position: relative;
    min-height: 92%;
}

.review-box .testi-icon {
    padding: 10px 15px 15px 18px;
    background-color: #71bd4b;
    border-radius: 0px 8px 0px 35px;
    position: absolute;
    top: 0;
    right: 0;
}

.review-box .testi-icon img {
    width: 30px;
}

.review-box .client-name {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 6px;
}
.review-box .area{
    margin-bottom: 8px;
    font-size: 14px;
    color: #3da10b;
    font-style: italic;
}
.review-box p{
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
}
.review-box .rating {
    margin-bottom: 8px;
}

.review-box .rating .fa {
    color: #ffd013;
    font-size: 12px;
}

.star-rating .bi-star-fill {
    color: #ffd013;
}

.star-rating .bi:hover {
    color: #ffd013;
}


/***
=============================================
    Contact Info Area style
=============================================
***/

.contact-info-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
}

.contact-info-content {
    position: relative;
    display: block;
}

.contact-info-content .sec-title {
    padding-bottom: 41px;
}

.contact-info-content .inner-content {
    position: relative;
    display: block;
}

.contact-info-content .inner-content .text {
    display: block;
    padding-bottom: 36px;
}

.contact-info-content .inner-content .text p {
    margin: 0;
}

.contact-info-content .inner-content ul {
    display: block;
    padding-left: 0;
}

.contact-info-content .inner-content ul li {
    display: block;
    margin-bottom: 25px;
}

.contact-info-content .inner-content ul li:last-child {
    margin-bottom: 0;
}

.contact-info-content .inner-content ul li p {
    color: #428f1c;
    font-weight: 600;
    margin: 0 0 7px;
    line-height: 20px;
}

.contact-info-content .inner-content ul li span {
    color: #a1a4b5;
    font-size: 18px;
}

.contact-form {
    position: relative;
    display: block;
    width: 100%;
    background: #ffffff;
}

.contact-form form {
    position: relative;
    display: block;
}

.contact-form form .form-floating {
    position: relative;
    display: block;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea {
    position: relative;
    display: block;
    background: transparent;
    border: 1px solid #f0eef9;
    width: 100%;
    height: 60px;
    font-size: 16px;
    margin-bottom: 30px;
    padding-left: 45px;
    padding-right: 20px;
    border-radius: 5px;
    transition: all 500ms ease;
}

.contact-form form textarea {
    height: 110px;
    padding-left: 45px;
    padding-right: 20px;
    padding-top: 17px;
    padding-bottom: 15px;
}

.contact-form form input[type="text"]:focus {
    border-color: #1d1d1d;
    color: #222222;
}

.contact-form form input[type="email"]:focus {
    border-color: #1d1d1d;
    color: #222222;
}

.contact-form form textarea:focus {
    border-color: #1d1d1d;
    color: #222222;
}

.form-floating .icon {
    position: absolute;
    top: 0;
    left: 20px;
    margin: 16px 0 14px;
}

.form-floating .icon i {
    color: #868298;
    font-size: 16px;
    line-height: 30px;
}

.form-floating>label {
    padding: 1rem 2.75rem;
}

.form-floating>.form-control {
    padding: 1rem 2.75rem;
}

.contact-form form input[type="text"]::-webkit-input-placeholder {
    color: #868298;
}

.contact-form form input[type="text"]:-moz-placeholder {
    color: #868298;
}

.contact-form form input[type="text"]::-moz-placeholder {
    color: #868298;
}

.contact-form form input[type="text"]:-ms-input-placeholder {
    color: #868298;
}

.contact-form form input[type="email"]::-webkit-input-placeholder {
    color: #868298;
}

.contact-form form input[type="email"]:-moz-placeholder {
    color: #868298;
}

.contact-form form input[type="email"]::-moz-placeholder {
    color: #868298;
}

.contact-form form input[type="email"]:-ms-input-placeholder {
    color: #868298;
}


/***
========= Service page ==========
***/

.schedule-category {
    display: flex;
    margin: 80px 0 0px;
}

.schedule-cta {
    position: relative;
    overflow: hidden;
    transition: all .4s;
}

.schedule-cta:nth-child(1) {
    border-radius: 20px 0px 0px 20px;
}

.schedule-cta:nth-child(2) {
    border-radius: 0px 0px 0px 0px;
}

.schedule-cta:nth-child(3) {
    border-radius: 0px 20px 20px 0px;
}

.schedule-cta__bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .4s;
    width: 100%;
}

.schedule-cta__bg {
    filter: brightness(40%) contrast(100%) saturate(50%) blur(0px) hue-rotate(0deg);
    background-size: cover;
    background-position: 50%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .4s;
}

.schedule-cta:hover .schedule-cta__bg {
    filter: brightness( 40%) contrast( 100%) saturate( 100%) blur( 0px) hue-rotate( 0deg);
}

.schedule-cta__content {
    min-height: 340px;
    text-align: left;
    padding: 3em 5em 3em 3em;
    position: relative;
    z-index: 1;
    color: var(--light);
}

.schedule-cta__title {
    font-size: 30px;
    font-weight: 600;
    color: var(--light);
}

.schedule-cta__description {
    margin-bottom: 18px;
}

.schedule-cta__button {
    font-size: 16px;
    color: var(--dark);
    padding: 9px 14px;
    border: 2px solid #fff;
    border-radius: 7px;
    display: inline-block;
    background-color: var(--light);
}

.schedule-cta__button:hover {
    background-color: var(--primary);
    color: var(--light);
    border-color: var(--primary);
}


/*------------------------------------------
    Service Details Page Css
-------------------------------------------*/

.service-details-page {
    position: relative;
    display: block;
    background-color: #ffffff;
    z-index: 10;
}

.service-details-sidebar-box {
    position: relative;
    display: block;
    width: 100%;
}

.single-sidebar-box .title-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.single-sidebar-box .title-box h2 {
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize;
}

.single-sidebar-box .title-box .border-box {
    position: relative;
    display: block;
    width: 40px;
    height: 3px;
    background: #428f1c;
    margin-top: 12px;
}

.service-details_images .row {
    margin-left: -5px;
    margin-right: -5px;
}

.service-details_images .row .img_col {
    padding-left: 5px;
    padding-right: 5px;
}

.service-details_images img {
    width: 100%;
    border-radius: 5px 5px 0 0;
    height: 270px;
    object-fit: cover;
}

.service-details_images .gallery-item {
    margin: 10px 0;
    text-align: center;
}

.service-details_images .gallery-item .img-title {
    font-size: 12px;
    background-color: #f7f4f4;
    padding: 10px 0;
    border-radius: 0 0 5px 5px;
    border: 1px solid #e7e5e3;
}

.single-sidebar-box {
    position: relative;
    display: block;
    background: #f8f6f0;
    border-radius: 8px;
    padding: 42px 40px 50px;
    margin-bottom: 45px;
}

.sidebar-search-box {
    position: relative;
    display: block;
}

.sidebar-search-box form.search-form {
    position: relative;
    display: block;
    width: 100%;
}

.sidebar-search-box .search-form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 65px;
    background-color: #ffffff;
    border: 0px solid #f7f7f7;
    color: var(--thm-gray);
    font-size: 17px;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 75px;
    border-radius: 8px;
    font-family: var(--thm-font);
    transition: all 500ms ease 0s;
}

.sidebar-search-box .search-form button {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 65px;
    height: 65px;
    color: #ffffff;
    font-size: 20px;
    background: var(--primary);
    text-align: center;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 0px solid #e7e7e8;
    transition: all 500ms ease 0s;
}

.sidebar-search-box .search-form button i {
    position: relative;
    top: 0px;
}

.sidebar-search-box .search-form input[type="text"]:focus {
    color: var(--thm-black);
}

.sidebar-search-box .search-form input[type="text"]:focus+button,
.sidebar-search-box .search-form button:hover {
    color: #ffffff;
    background: var(--thm-black);
}

.sidebar-search-box .search-form input::-webkit-input-placeholder {
    color: var(--thm-gray);
}

.sidebar-search-box .search-form input:-moz-placeholder {
    color: var(--thm-gray);
}

.sidebar-search-box .search-form input::-moz-placeholder {
    color: var(--thm-gray);
}

.sidebar-search-box .search-form input:-ms-input-placeholder {
    color: var(--thm-gray);
}

.sidebar-popular-services-list {
    position: relative;
    display: block;
    padding: 0;
}

.sidebar-popular-services-list li {
    position: relative;
    display: block;
}

.sidebar-popular-services-list li+li {
    margin-top: 15px;
}

.sidebar-popular-services-list li a {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 15px 25px 15px;
    color: var(--dark);
    font-size: 15px;
    font-weight: 400;
    border-radius: 8px;
    text-transform: capitalize;
    overflow: hidden;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.sidebar-popular-services-list li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--primary);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    transform-origin: top center;
    z-index: -1;
}

.sidebar-popular-services-list li.current a::before,
.sidebar-popular-services-list li:hover a::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: bottom center;
}

.sidebar-popular-services-list li a span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    padding-right: 15px;
    top: -1px;
}

.sidebar-popular-services-list li.current a,
.sidebar-popular-services-list li:hover a {
    color: #ffffff;
    background-color: var(--primary);
}

.sidebar-download-box {
    position: relative;
    display: block;
    background: transparent;
    border-radius: 8px;
    overflow: hidden;
    z-index: 1;
}

.sidebar-download-box .title-box h2 {
    color: #ffffff;
}

.sidebar-download-box__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.sidebar-download-box__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(34, 34, 34, 0.80);
    content: "";
    z-index: -1;
}

.sidebar-download-box-btn {
    position: relative;
    display: block;
}

.sidebar-download-box-btn a {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--thm-gray);
    font-size: 17px;
    font-weight: 400;
    background: #ffffff;
    padding: 16px 25px 15px;
    border-radius: 8px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-download-box-btn a:hover {
    background: var(--primary);
    color: #ffffff;
}

.sidebar-download-box-btn a+a {
    margin-top: 15px;
}

.sidebar-download-box-btn a i:before {
    position: relative;
    display: inline-block;
    color: var(--thm-gray);
    font-size: 15px;
    line-height: 15px;
    padding-right: 15px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-download-box-btn a:hover i:before {
    color: #ffffff;
}

.sidebar-download-box-btn a span {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    color: var(--primary);
    font-size: 25px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-download-box-btn a:hover span {
    color: #ffffff;
}


/* Free Qoute */

.widget_contact {
    background-image: url(../img/resources/quote-bg.jpg);
    background-position: center;
    text-align: center;
    padding: 50px 24px;
    border-radius: 5px;
}

.widget_contact img {
    width: 55px;
}

.widget_contact h4 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 30px;
    margin-top: 18px;
}

.widget_contact .phone-number {
    position: relative;
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 16px;
}

.widget_contact .phone-number a {
    color: #fff;
}

.widget_contact .email {
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
}

.widget_contact .email a {
    color: #fff;
}


/*Service Details Page Content Css*/

.service-details-page__content {
    position: relative;
    display: block;
    /* margin-left: 30px; */
    z-index: 1;
}

.service-details-page__content::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    content: "";
    z-index: -1;
}

.service-details-page__content-img-box {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--primary);
    border-radius: 8px;
}

.service-details-page__content-img-box img {
    width: 100%;
    transition: all 700ms linear;
    transition-delay: 0.2s;
    object-fit: cover;
    max-height: 550px;
}

.service-details-page__content-img-box:hover img {
    transform: scale(1.05) rotate(0deg);
    opacity: 0.5;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.service-details-page__content-inner {
    position: relative;
    display: block;
    padding: 51px 50px 30px;
}

.service-details-page__content-text1 {
    position: relative;
    display: block;
}

.service-details-page__content-text1 h2 {
    font-size: 30px;
    line-height: 40px;
    text-transform: capitalize;
    margin-bottom: 21px;
}

.service-details-page__content-text1 p+p {
    margin-top: 20px;
}
.service-details-page__content-text1 ul{
    list-style-type: disc;
    padding-left: 18px;
    margin-bottom: 10px;
}
.service-details-page__content-text2 {
    position: relative;
    display: block;
    margin-top: 42px;
}

.service-details-page__content-text2 h2 {
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize;
    margin-bottom: 17px;
}

.service-details-page__content-text2 p+p {
    margin-top: 20px;
}

.service-details-page__content-text2 ul {
    position: relative;
    display: block;
    margin-top: 26px;
}

.service-details-page__content-text2 ul li {
    position: relative;
    display: block;
    padding-left: 40px;
    margin-bottom: 14px;
}

.service-details-page__content-text2 ul li:last-child {
    margin-bottom: 0;
}

.service-details-page__content-text2 ul li .icon-box {
    position: absolute;
    top: 4px;
    left: 0;
}

.service-details-page__content-text2 ul li .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--primary);
    font-size: 25px;
    line-height: 25px;
}

.service-details-page__content-text2 ul li p {
    margin: 0;
}

.service-details-page__content-text3 {
    position: relative;
    display: block;
    margin-top: 43px;
}

.service-details-page__content-text3 h2 {
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize;
    margin-bottom: 17px;
}

.service-details-page__content-text3 p {
    margin: 0;
}

.service-details-page__content-text3-inner {
    position: relative;
    display: block;
    margin-top: 50px;
}

.service-details-page__content-text3-inner .single-img {
    position: relative;
    display: block;
    border-radius: 8px;
    overflow: hidden;
}

.service-details-page__content-text3-inner .single-img img {
    width: 100%;
}

.service-details-carousel.owl-theme .owl-nav {
    position: absolute;
    width: 70px;
    height: 70px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin-top: 0px;
}

.service-details-carousel.owl-carousel .owl-nav button.owl-next,
.service-details-carousel.owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    border: none;
    padding: 0 !important;
    color: var(--primary);
    font-size: 18px;
    font-weight: 700;
}

.service-details-carousel.owl-carousel .owl-nav button.owl-next span,
.service-details-carousel.owl-carousel .owl-nav button.owl-prev span {
    font-weight: 700;
}


/***
=============================================
    Location Css
=============================================
***/

.detail-heading {
    font-size: 22px;
    color: var(--primary);
    font-weight: 600;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.point-box {
    display: flex;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    margin-bottom: 16px;
    align-items: center;
}

.point-box .icon {
    width: 100px;
    text-align: center;
    padding: 14px 0;
}

.point-box .icon img {
    width: 60px;
}

.point-text {
    width: 100%;
    padding: 14px 20px;
    border-left: 1px solid #cfcfcf;
}

.point-text h4 {
    font-size: 18px;
}

.point-text p {
    font-size: 14px;
}

.service-video {
    margin-top: 10px;
    margin-bottom: 20px;
}

.service-video iframe {
    width: 100%;
    border: 1px solid #ebebeb;
}

.service-details h4 {
    font-size: 18px;
    font-weight: 600;
}

.location-map {
    margin: 20px 0;
}

.appointment_contact {
    background-image: url(../img/resources/quote-bg.jpg);
    background-position: center;
    text-align: center;
    padding: 32px;
    border-radius: 5px;
    margin-top: 20px;
}

.appointment_contact h4 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}

.appointment_contact .phone-number {
    position: relative;
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 16px;
}

.appointment_contact .phone-number a {
    color: #fff;
}

.appointment_contact .email {
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
}

.appointment_contact .email a {
    color: #fff;
}


/* appointment box in detail */

.appointment-box {
    background-image: url(../img/resources/booking-bg.jpg);
    background-position: center;
    text-align: center;
    padding: 32px;
    border-radius: 5px;
    margin-top: 20px;
    background-size: cover;
    margin-bottom: 20px;
}

.appointment-box h4 {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
}

.appointment-box .phone-number {
    position: relative;
    font-size: 26px;
    color: #333;
    font-weight: 700;
    margin-bottom: 16px;
}

.appointment-box .phone-number a {
    color: #333;
}

.appointment-box .email {
    position: relative;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    margin-bottom: 30px;
}

.appointment-box .email a {
    color: #333;
}

.location-jobs {
    border: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 5px;
}

.job-image img {
    width: 100%;
    object-fit: cover;
    height: 215px;
}

.job-description {
    padding: 20px;
}

.job-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.location-jobs p {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
}


/***
=============================================
    Blog Page Css
=============================================
***/

.blog-page {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0px 80px;
    z-index: 1;
}

.blog-page__content {
    position: relative;
    display: block;
    margin-right: 30px;
}

.blog-page__single {
    position: relative;
    display: block;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: box-shadow 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.blog-page__single:hover {
    box-shadow: 0px 4px 51px 0px rgba(0, 0, 0, 0.10);
}

.blog-page__single::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #dedede;
    border-radius: 8px;
    content: "";
    z-index: -1;
    transition: all 400ms linear;
    transition-delay: 0.1s;
}

.blog-page__single:hover::before {
    border: 1px solid #ffffff;
}

.blog-page__single-img {
    position: relative;
    display: block;
    background-color: #000000;
    border-radius: 8px;
    overflow: hidden;
}

.blog-page__single-img img {
    width: 100%;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.blog-page__single:hover .blog-page__single-img img {
    transform: scale(1.05) rotate(0deg);
    opacity: 0.3;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.blog-page__single-content {
    position: relative;
    display: block;
    padding: 40px 50px 50px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-page__single-content .meta-info {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.blog-page__single-content .meta-info li {
    position: relative;
    display: block;
    float: left;
    margin-right: 10px;
}

.blog-page__single-content .meta-info li:last-child {
    margin-right: 0px;
}

.blog-page__single-content .meta-info li a {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--thm-gray);
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
    background: #f8f6f0;
    border-radius: 5px;
    padding: 9px 20px 9px;
}

.blog-page__single-content .meta-info li a span {
    position: relative;
    display: inline-block;
    color: var(--primary);
    font-size: 17px;
    line-height: 17px;
    padding-right: 9px;
    top: -2px;
}

.blog-page__single-content h2 {
    font-size: 30px;
    line-height: 40px;
    text-transform: capitalize;
    margin-bottom: 22px;
}

.blog-page__single-content h2 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-page__single-content h2 a:hover {
    color: var(--primary);
}

.blog-page__single-content h3 {
    font-size: 22px;
}

.blog-page__single-content p {}

.blog-page__single-content ul li {
    margin-bottom: 8px;
}

.blog-page__single-content ul li a {
    color: var(--primary);
}

.tag-social-share-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
    border-top: 1px solid #d9d9d9;
    margin-top: 40px;
    padding-top: 42px;
}

.tag-social-share-box .tag-box {
    position: relative;
    display: block;
}

.tag-social-share-box .tag-box .tag-list {
    position: relative;
    display: block;
}

.tag-social-share-box .tag-box .tag-list li {
    position: relative;
    display: block;
    margin-right: 10px;
    float: left;
    line-height: 40px;
}

.tag-social-share-box .tag-box .tag-list li:last-child {
    margin-right: 0;
}

.tag-social-share-box .tag-box .tag-list li a {
    position: relative;
    display: block;
    color: var(--thm-gray);
    font-size: 12px;
    line-height: 40px;
    font-weight: 500;
    text-transform: uppercase;
    background: #f9f6f1;
    border-radius: 8px;
    padding: 0px 20px 0px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.tag-social-share-box .tag-box .tag-list li a:hover {
    color: #ffffff;
    background: var(--secondary);
}

.post-social-share {
    position: relative;
    display: block;
}

.post-social-share-links {
    position: relative;
    display: block;
}

.post-social-share-links .share-btn {
    position: relative;
    display: block;
}

.post-social-share-links .share-btn a {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    background: var(--primary);
    border-radius: 8px;
    padding: 9px 15px 7px;
}

.post-social-share-links .share-btn a span {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    line-height: 15px;
    top: 1px;
    padding-left: 9px;
}

.post-social-share-links ul {
    position: absolute;
    top: -140px;
    right: 5px;
    line-height: 0;
    transform: scaleY(0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    transform-origin: bottom center;
    z-index: 1;
}

.post-social-share-links:hover ul {
    transform: scaleY(1.0);
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}

.post-social-share-links ul li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.post-social-share-links ul li:last-child {
    margin-bottom: 0px;
}

.post-social-share-links ul li a {
    position: relative;
    display: block;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: var(--primary);
    border-radius: 5px;
    z-index: 1;
}

.post-social-share-links ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--primary);
    border-radius: 5px;
    transform: scale(0.5);
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: -1;
}

.post-social-share-links ul li a:hover::before {
    transform: scale(1.0);
    opacity: 1;
}

.post-social-share-links ul li a i {
    position: relative;
    display: block;
}

.post-social-share-links ul li a i::before {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.post-social-share-links ul li a:hover i::before {
    color: #ffffff;
}

.blog-page__single-content .btn-box {
    position: relative;
    display: block;
    margin-top: 35px;
}

.blog-page__single-content .btn-box .btn-one {
    color: #0099ff;
}

.blog-page__single-content .btn-box .btn-one:hover {
    color: #ffffff;
}

.blog-page__single-content .btn-box a:after {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
}

.blog-page__single-content .btn-box a::before {
    background: #0099ff;
}

.blog-page__single-content .btn-box .btn-one i::before {
    position: relative;
    display: inline-block;
    color: var(--primary);
    font-size: 13px;
    font-weight: 700;
    top: -1px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 5;
}

.blog-page__single-content .btn-box .btn-one:hover i::before {
    color: #ffffff;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #428f1c;
    border-color: #428f1c;
}
.page-link {
    color: #428f1c;
}
.sidebar-blog-post-box {
    position: relative;
    display: block;
}

.sidebar-blog-post {
    position: relative;
    display: block;
}

.sidebar-blog-post ul {
    position: relative;
    display: block;
}

.sidebar-blog-post ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.sidebar-blog-post ul li:last-child {
    border-bottom: none;
    padding: 0;
    margin-bottom: 0;
}

.sidebar-blog-post ul li .inner {
    position: relative;
    display: block;
    padding-left: 80px;
}

.sidebar-blog-post ul li .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 8px;
}

.sidebar-blog-post ul li .img-box img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.sidebar-blog-post ul li .img-box .overlay-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(var(--thm-base-rgb), .80);
    border-radius: 0%;
    opacity: 0;
    transform: perspective(0px) scale(0);
    transform-origin: center;
    transition: all 0.5s ease-in-out 0s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.sidebar-blog-post ul li:hover .img-box .overlay-content {
    opacity: 1;
    transform: perspective(400px) scale(1.0);
    transition: all 0.3s ease-in-out 0.3s;
}

.sidebar-blog-post ul li .img-box .overlay-content a {
    color: #ffffff;
    font-size: 14px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-blog-post ul li .title-box {
    position: relative;
    display: block;
    padding-left: 20px;
    min-height: 80px;
    margin: 0;
}

.sidebar-blog-post ul li .title-box h4 {
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--thm-font);
    margin: 9px 0 0px;
}

.sidebar-blog-post ul li .title-box h4 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-blog-post ul li .title-box h4 a:hover {
    color: var(--primary);
}

.sidebar-blog-post ul li .title-box .meta-box {
    position: relative;
    display: flex;
    align-items: center;
}

.sidebar-blog-post ul li .title-box .meta-box p {
    color: #515151;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.sidebar-blog-post ul li .title-box .meta-box p+p {
    margin-left: 20px;
}

.sidebar-blog-post ul li .title-box .meta-box p a {
    color: #515151;
}


/*== Styled Pagination Css ======*/

.styled-pagination {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 20px;
}

.styled-pagination.pdtop0 {
    padding-top: 0;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.styled-pagination li:last-child {
    margin-right: 0;
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 50px;
    border-radius: 3px;
    background: #ffffff;
    border: 1px solid #D9D9D9;
    color: var(--dark);
    font-size: 20px;
    line-height: 48px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    transition: all 500ms ease;
    z-index: 1;
}

.styled-pagination li a span:before {
    position: relative;
    top: 0px;
    font-size: 18px;
}

.styled-pagination li.prev a span:before {
    position: relative;
    display: inline-block;
    padding-right: 8px;
}

.styled-pagination li.next a span:before {
    position: relative;
    display: inline-block;
    padding-left: 8px;
}

.styled-pagination li:hover a,
.styled-pagination li.active a {
    color: #ffffff;
    border-color: var(--primary);
    background: var(--primary);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
    width: 70px;
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
    color: #ffffff;
}

/* Locations Page */
.locations-page{
    background-color: #f6f7f6;
    padding: 80px 0;
}
.location-box{
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    text-align: center;
    background: rgb(255, 255, 255);
    margin: 12px 0;
    overflow: hidden;
    transition: all .3s ease;
}
.location-box:hover{
    box-shadow: 1px 2px 12px rgb(0 0 0 / 18%);
    transform: scale(1.0);
}
.location-box:hover .read-more a{
    box-shadow: 1px 2px 12px rgb(0 0 0 / 18%);
    transform: scale(1.0);
}
.location-content{
    padding: 50px 30px;
}
.location-title{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--primary);
    font-family: "Roboto", sans-serif;
}

.location-box .phone{
    margin-bottom: 12px;
}
.location-box .phone a{
    color: var(--dark);
    font-size: 26px;
    font-weight: 600;
}
.location-box .phone i {
    margin-right: 8px;
    color: var(--primary);
    font-size: 22px;
}
.location-box .address {
    display: flex;
    justify-content: center;
    color: var(--dark);
}
.location-box .address i{
    margin-right: 8px;
    color: var(--primary);
}
.location-box .read-more a{
    border: 1px solid #19911D;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 30px;
    margin-top: 25px;
    color: var(--primary);
}
.location-box .read-more a:hover {
    border: 1px solid #19911D;
    background-color: var(--primary);
    color: var(--light);
}
.location-icon {
    background-color: #f4f7f4;
    padding: 40px 0;
}
.location-icon svg{
    width: 100px;
    stroke-width: 0.4px;
    color: #2a2a2a;
}

/***
========= Footer ==========
***/
.product-section{

}
.product-box{
    position: relative;
    background: #FFFFFF;
    box-shadow: 1px 2px 6px rgb(0 0 0 / 18%);
    transition: .5s;
    z-index: 2;
    border-radius: 7px;
    overflow: hidden;
    text-align: center;
    margin: 12px 0;
}
.product-image{
    background-color: #f7f7f7;
    padding: 20px 0;
}
.product-content{
    padding: 27px 20px;
}
.product-content h3 {
    transition: .5s;
    font-size: 16px;
    color: var(--primary);
    font-weight: 600;
    margin: 0;
}
.product-content p{

}

/***
========= Footer ==========
***/

.maintenance-page {
    background-color: #E8EAEA;
    background-image: url(../img/resources/ptn-bg.jpg);
}

.maintenance-content {
    text-align: center;
}

.construction-img img {
    width: 200px;
}


/*** Appointment ***/

.appointment-section {
    margin-top: 0;
    background-color: #f4f5f4;
    padding: 110px 0 80px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    background-image: url(../img/icon/drop-arrow.svg);
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 50%;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    padding: 1rem;
    padding-right: 2rem !important;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #444444;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #e5e5e5;
    appearance: none;
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 47px;
    margin-bottom: 4px;
}
textarea.form-control{
    height: 80px;
}
.form-control:focus {
    color: #555;
    background-color: #fff;
    border-color: #e98f79;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(143 28 28 / 13%);
}
.appointment-form .control-label {
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
    display: block;
}
.form-error{
    border-left: 3px solid #f70d0d;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 1px 1px 4px #cdcdcd;
    color: #ff0a0a;
}
.appointment-form .category-label {
    margin-bottom: 8px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.form-check-label {
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
    margin-left: 8px;
}

.appointment-form {
    border: 1px solid #e5e2e2;
    padding: 30px 36px;
    background-color: #fff;
}
.form-check-input:checked {
    background-color: #428f1c;
    border-color: #428f1c;
}
.form-check-input {
    width: 1.5em;
    height: 1.5em;
    margin-top: 0;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,0.25);
    appearance: none;
    color-adjust: exact;
}
.form-check-input:focus {
    border-color: #428f1c;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(66 143 28 / 20%);
}

.free-quote {
    /* border: 1px solid #f1f1f1; */
    padding: 30px 40px;
    background-color: var(--primary);
    position: -webkit-sticky;
    position: sticky;
    top: 108px;
    color: #fff;
    /* background: #30b298; */
}

.free-quote h3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    font-size: 24px;
    font-weight: 600;
    color: var(--light);
    margin-bottom: 22px;
}

.quote-box {}

.quote-head {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}

.quote-head .name {
    font-size: 16px;
    font-weight: 600;
}

.quote-head .quote {
    font-size: 16px;
    font-weight: 600;
}

.quote-detail {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
}

.quote-detail:last-child {
    border: none;
    padding-bottom: 0;
}

.quote-detail .service-name {}

.quote-detail .divid {
    flex-grow: 8;
    border-bottom: 2px dotted #ccc;
    margin: 0 10px;
}

.quote-detail .serv-quote {
    flex-grow: 1;
    flex: none;
}

.quote-detail .serv-quote input {
    width: 50px;
    text-align: center;
    border: 1px solid #367615;
    height: 36px;
    background-color: #fff;
}
.service-price{
    width: 50px;
    text-align: center;
    border: 1px solid #337412;
    height: 36px;
    background-color: #fff;
    color: #333;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}
.service-total-price{
    width: 90px;
    text-align: center;
    border: 1px solid #337412;
    height: 36px;
    background-color: #fff;
    color: #333;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}
.total-quote-detail {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.total-quote-detail .serv-quote input {
    width: 100px;
    text-align: center;
    border: 1px solid #3b8119;
    height: 36px;
    background-color: #fff;
}

.total-quote-detail .divid {
    flex-grow: 8;
    border-bottom: 2px dotted #ccc;
    margin: 0 10px;
}

.total-quote-detail .serv-quote {
    flex-grow: 1;
    flex: none;
    font-weight: 600;
    font-family: sans-serif;
}

.total-quote span {
    display: block;
    font-size: 10px;
    font-style: italic;
}

.quote-note p {
    background-color: #fff;
    padding: 18px 26px;
    margin-top: 24px;
    color: #dd4141;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
}

.appointment-title-area {
    background-color: var(--primary);
    position: relative;
    padding: 60px 0 90px;
    background-repeat: no-repeat;
    background-size: cover;
}

.appointment-title-area::before {
    background: #3f841cf0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
}

.appointment-title-area .inner-content {
    position: relative;
    display: block;
}

.appointment-title-area h1 {
    color: #fff;
    font-size: 2rem;
}

.appointment-title-area .icon-box {
    position: absolute;
    left: 0;
    bottom: -70px;
    right: 0px;
    width: 130px;
    height: 130px;
    margin: 0 auto;
    border-radius: 50%;
    border: 2px dashed #fff;
    text-align: center;
    padding: 15px;
    z-index: 99;
}

.appointment-title-area .icon-box .inner {
    position: relative;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 50%;
    padding: 0;
    -webkit-box-shadow: 0px 2px 6px 1px rgb(233 233 233);
    -moz-box-shadow: 0px 2px 6px 1px rgb(233 233 233);
    box-shadow: 0px 2px 6px 1px rgb(233 233 233);
    display: flex;
    justify-content: center;
    align-items: center;
}

.appointment-title-area .icon-box .inner img {
    width: 60%;
}

.form-title {
    margin-bottom: 40px;
}

.form-title h2 {
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
    color: var(--primary);
}

.form-title h2 span {
    font-weight: 600;
    font-size: 2rem;
    color: var(--dark);
}

.form-section-title {
    background-color: #428f1c;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 18px;
    margin: 18px 0;
    border-radius: 3px;
}

.form-group {
    margin-bottom: 12px;
}

.submission-message{
    text-align: center;
    background-color: #fff;
    max-width: 600px;
    width: 100%;
    padding: 50px;
    margin: 0 auto;
}
.submission-message{
    margin-bottom: 8px;
}
.submission-message .icon svg{
    width: 105px;
    color: var(--primary);
    stroke-width: 0.5px;
    margin: 0 auto;
}
.form-message{

}
.form-message h3{

}
.form-message p{

}


/* packages */

.packages {
    margin: 22px 0;
}

.card-deck {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
}

.package-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--primary);
    margin: 4px 2px;
}

.package-title span {
    font-size: 14px;
    /* display: block; */
    font-style: italic;
    color: #505050;
    font-weight: 400;
}

.card-deck .card li {
    font-size: 14px;
}

.packages .card-body {
    flex: 1 1 auto;
    padding: 0;
    padding-bottom: 18px;
}

.packages .card-deck .card li {
    font-size: 13px;
    padding: 6px 2px;
    border-bottom: 1px solid #eee;
    color: #333;
    position: relative;
    text-align: left;
    display: flex;
    align-items: center;
}

.packages .card-deck .card i {
    color: #419717;
    font-size: 18px;
    margin-right: 2px;
}

.package-btn {
    border: 1px solid;
    border-color: var(--primary);
    margin-bottom: 8px;
    font-size: 14px;
    color: var(--primary);
    padding: 8px 22px;
    width: 140px;
}

.package-btn:hover,
.package-btn.active {
    background-color: var(--primary);
    color: var(--light);
}

.package-check {
    opacity: 0;
    width: 0;
    height: 0;
}

.call-for-price p {
    background-color: #f5f2f2;
    padding: 12px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #eee;
    color: var(--dark);
}

.call-for-price p a {
    color: var(--dark);
}

.table-title {
    background-color: #eee;
    font-weight: 600;
    padding-left: 10px !important;
    color: #3c8717 !important;
    font-size: 14px !important;
}

.table-title::before {
    display: none;
}

.service-box-vs_price {
    padding: 6px 0;
    font-size: 14px;
}

.input-vs-price input {
    display: inline-block;
    width: 80%;
}

.inside-title {
    font-size: 16px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 12px;
}

.fiel-box {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
}

.fiel-box .name {}

.insert-ro {}

.insert-ro input {
    width: 60px;
    height: 36px;
    display: inline-block;
}

.show-price {
    margin-right: 10px;
    display: inline-block;
}


/*** Footer ***/

.footer {
    background-color: #0e111c;
    color: #e1e1e1;
    font-weight: 300;
    padding: 35px 0 25px;
}
.footer strong{
    font-weight: 500;
}
.footer-logo img {
    width: 215px;
    margin-bottom: 20px;
}

.ft-about p {
    font-size: 15px;
}
.ft-widget p a{
    color: #fff;
}
.ft-readmore {
    color: #4fb71c;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #e1e1e1;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    font-weight: 300;
}

/* .footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
} */

.footer .btn.btn-link:hover {
    color: #4fb71c;
    letter-spacing: 0.2px;
    box-shadow: none;
}

.footer-social {
    display: flex;
    margin-top: 22px;
}

.footer-social a {
    color: var(--light);
    border: 1px solid;
    border-color: var(--light);
    margin-right: 14px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    padding: 0;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-social a:hover{
    color: #4fb71c;
    border-color: #4fb71c;
}
.copyright {
    color: #B0B9AE;
}

.copyright {
    background: #0e111c;
    border-top: 1px solid #191e31;
}
.copyright p{
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
}

.copyright a:hover {
    color: var(--primary) !important;
}

@media only screen and (min-width: 982px) and (max-width: 1199px) {
    .eko-btn {
        background-color: var(--primary);
        color: var(--light);
        font-size: 14px;
        padding: 12px 20px;
        border-radius: 30px;
    }
    .top-bar-left ul li {
        margin-right: 14px;
    }
    .nav-menu>li>a {
        /* height: 70px; */
        padding: 38px 10px;
        display: inline-block;
        text-decoration: none;
        font-size: 14px;
        color: #343a40;
        transition: color 0.3s, background 0.3s;
        font-size: 14px;
        font-weight: 500;
    }
    .top-logo img {
        width: 200px;
    }
    .top-appointment {
        margin-left: 36px;
        margin-top: 26px;
        margin-bottom: 20px;
    }
    .category-services .col-lg-4 {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .rating-logo-box {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .rwLogos {
        flex: 1 1 auto;
        background-color: var(--light);
        border: 1px solid #e4e5e6;
        margin: 5px 8px;
        text-align: center;
        height: 85px;
        padding: 6px;
        display: flex;
        align-items: center;
        width: 22%;
    }
    .mobile-logo {
        display: block;
        background-color: #fff;
        padding: 18px 0;
        width: 80px;
        height: 63px;
        text-align: center;
    }
    .schedule-category {
        display: flex;
        margin: 80px 0 0px;
        flex-flow: wrap;
    }
    .schedule-cta {
        position: relative;
        overflow: hidden;
        transition: all .4s;
        width: 50%;
    }
    .schedule-cta:nth-child(1) {
        border-radius: 20px 20px 0px 0px;
        width: 100%;
    }
    .schedule-cta:nth-child(2) {
        border-radius: 0px 0px 0px 20px;
    }
    .schedule-cta:nth-child(3) {
        border-radius: 0px 0px 20px 0px;
    }
    .review-banner img {
        width: 80%;
        height: 380px;
        object-fit: cover;
        object-position: center center;
        margin-left: 6rem;
    }
    .review-msg {
        position: absolute;
        top: 30%;
        background-color: #fff;
        width: 233px;
        left: 0;
    }
    .review-info .review-content {
        padding-right: 0;
        text-align: center;
        padding-bottom: 3rem;
    }
    .category-services {
        padding-top: 2rem;
    }
}

@media (max-width: 768px) {
    .benefits-image-box {
        position: relative;
        display: block;
        overflow: hidden;
        max-width: 100%;
        width: 100%;
        border-radius: 9px;
        margin-bottom: 18px;
    }
    .slogan-area-style2 .title h1 br {
        display: none;
    }
    .breadcrumb-area {
        position: relative;
        display: block;
        background-attachment: scroll;
        background-size: auto;
        background-position: center top;
        background-repeat: no-repeat;
        padding: 50px 0 50px;
        z-index: 1;
    }
    .breadcrumb-area::before {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        content: "";
        z-index: -1;
    }
    .breadcrumb-area .title h1 {
        font-size: 28px;
        line-height: 36px;
        font-weight: 600;
        /* text-transform: capitalize; */
    }
    .breadcrumb-area .breadcrumb-menu ul {
        display: block;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .breadcrumb-area .breadcrumb-menu ul li {
        font-size: 16px;
    }
    .footer-widget {
        margin: 20px 0;
    }
    .schedule-cta {
        position: relative;
        overflow: hidden;
        transition: all .4s;
        width: 100%;
    }
    .schedule-cta:nth-child(1) {
        border-radius: 20px 20px 0px 0px;
        width: 100%;
    }
    .schedule-cta:nth-child(2) {
        border-radius: 0px 0px 0px 0px;
    }
    .schedule-cta:nth-child(3) {
        border-radius: 0px 0px 20px 20px;
    }
}

@media (max-width: 767px) {
    p{
        font-size: 14px;
    }
    .top-appointment {
        display: none;
    }
    .mobail-btn {
        display: block;
        margin: 10px 0px 0;
    }
    .single-sidebar-box{
        display: none;
    }
    .sidebar-widget{
        margin-bottom: 16px;
    }
    .appointment-title-area h1 {
        color: #fff;
        font-size: 1.5rem;
    }
    .blog-page__content {
        position: relative;
        display: block;
        margin-right: 0;
    }
    .blog-page__single-content {
        position: relative;
        display: block;
        padding: 40px 22px 30px;
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }
    .blog-page__single-content h2 {
        font-size: 22px;
        line-height: 26px;
        text-transform: capitalize;
        margin-bottom: 22px;
        font-weight: 600;
    }
    .top-bar {
        background-color: #191e32;
        padding: 12px 0;
        text-align: center;
    }
    .construction-img img {
        width: 100%;
    }
    .top-bar-right {
        text-align: center;
    }
    .contact-info {
        margin: 0 0 10px;
    }
    .carpet-selection .col{
        flex: auto;
        width: 33%;
    }
    .appointment-form {
        border: 1px solid #e5e2e2;
        padding: 30px 20px;
        background-color: #fff;
    }
    .inside-title {
        margin-top: 22px;
    }
    .free-quote {
        position: -webkit-sticky;
        position: sticky;
        top: 108px;
        color: #fff;
        position: relative;
        z-index: 999;
        top: 0;
    }
    .insert-ro input {
        width: 50px;
        height: 36px;
        display: inline-block;
    }
    .appointment-form .form-control {
        padding: 0.375rem 0.3rem;
        height: 40px;
    }
    .eko-btn {
        background-color: var(--primary);
        color: var(--light);
        font-size: 14px;
        padding: 12px 18px;
        border-radius: 30px;
    }
    .service-details-page__content {
        margin-left: 0;
    }
    .service-details-page__content-inner {
        position: relative;
        display: block;
        padding: 40px 22px 30px;
    }
    .point-box {
        display: flex;
        border: 1px solid #cfcfcf;
        border-radius: 5px;
        margin-bottom: 16px;
        align-items: center;
        flex-flow: column;
    }
    .point-text {
        width: 100%;
        padding: 14px 20px;
        border-left: none;
        border-top: 1px solid #cfcfcf;
    }
    .service-details h4 {
        font-size: 16px;
        font-weight: 600;
    }
    .card-deck {
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -10px;
        margin-left: -10px;
        flex-direction: column;
    }
    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 10px;
        margin-bottom: 22px;
        margin-left: 10px;
    }
    .slogan-area-style2 .title h2 {
        font-size: 24px;
        line-height: 34px;
        font-weight: 600;
        margin: 12px 0 12px;
    }
    .slogan-area-style2 .title h2 span {
        font-size: inherit;
        display: inline-block;
    }
    .slogan-area-style2 .phone-number a {
        color: #51bb1d;
        font-size: 30px;
        font-weight: 700;
    }
    .slogan-area-style2 .email a {
        /* font-size: 17px;
        font-weight: 300; */
    }
    .slogan-area-style2 .text-number {
        font-size: 25px;
    }
    .slogan-area-style2 .icon-box {
        position: absolute;
        left: 0;
        bottom: -60px;
        right: 0px;
        width: 120px;
        height: 120px;
        margin: 0 auto;
        border-radius: 50%;
        border: 2px dashed #fff;
        text-align: center;
        padding: 12px;
        z-index: 99;
    }
    .slogan-area-style2 .icon-box .inner {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        background: #ffffff;
        border-radius: 50%;
        padding: 0;
        -webkit-box-shadow: 0px 2px 6px 1px rgb(233 233 233);
        -moz-box-shadow: 0px 2px 6px 1px rgb(233 233 233);
        box-shadow: 0px 2px 6px 1px rgb(233 233 233);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .appointment-form{
        margin-bottom: 16px;
    }
    .form-title h2 span {
        font-weight: 600;
        font-size: 1.5rem;
    }
    .footer {
        padding: 35px 0 0px;
    }
    .ft-widget{
        margin-bottom: 40px;
    }
    .fiel-box {
        font-size: 13px;
    }
    .blog-page__single {
        margin-bottom: 40px;
    }
    .blog-page {
        padding: 100px 0px 60px;
    }
    .submission-message {
        padding: 50px 20px;
    }
}

@media (max-width: 575px) {
    .top-bar-left ul li {
        display: inline-block;
        margin-right: 0;
        list-style: none;
        font-size: 15px;
        width: 100%;
        margin-bottom: 4px;
        border-bottom: 1px solid #282f4a;
        padding-bottom: 4px;
    }
    .top-bar-left ul li:last-child {
        margin-bottom: 0px;
    }
    .top-bar-left ul li i{
        margin-right: 6px;
    }
    .top-bar-right ul li.top-booking-btn{
        margin-right: 0;
        display: block;
    }
    .slogan-area-style2 .title h1 {
        color: #ffffff;
        font-size: 34px;
        font-weight: 600;
        line-height: 38px;
    }
    .slogan-area-style2 .title h1 br {
        display: none;
    }
    .review-banner img {
        width: 100%;
        height: 280px;
        object-fit: cover;
        object-position: left center;
        margin-left: 0;
    }
    .review-msg {
        display: none;
        position: absolute;
        top: -30px;
        background-color: #fff;
        width: 209px;
        left: 25%;
    }
    .review-icon {
        color: var(--primary);
        font-size: 1rem;
    }
    .review-msg h2 {
        font-size: 16px;
        line-height: 22px;
    }
}