/*All-Font-include-here

font-family: 'Frank Ruhl Libre', serif;
font-family: 'Source Sans 3', sans-serif;
.row {margin: 0;}
[class*="col-"] { padding: 0; }
*/
@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300;400;500;600;700;800;900&family=Source+Sans+3:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    padding: 0;
    margin: 0;
    max-width: 100%;
    overflow-X: hidden;
    font-family: 'Source Sans 3', sans-serif;
    color: #333333;
    font-size: 18px;
    line-height: 1.7;
    font-weight: normal;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

a {
    outline: none !important;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    color: #99b522
}

a:hover,
a:focus {
    outline: none !important;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    color: #927a16
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    margin: 0px auto;
    max-height: auto;
    width: auto;
}

ul,
li,
p {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 1.7;
}

strong,
b {
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    outline: none !important;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    line-height: normal;
    font-family: 'Frank Ruhl Libre', serif;
}

input,
select,
textarea,
button,
input:hover,
select:hover,
textarea:hover,
button:hover,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
    box-shadow: none;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.container {
    width: 100%;
    max-width: 1690px;
    margin: 0 auto;
    padding: 0px 15px
}

.no-padding {
    padding: 140px 0
}

.bg {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important
}

.header-info {
    position: absolute;
    width: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    z-index: 2;
    left: 0px;
    right: 0px;
    padding: 15px 30px;
}

.header-info::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    width: 100%;
}

.header-info .logo {
    width: auto;
    float: left;
    z-index: 1;
    padding: 0px;
    padding-top: 0px;
    position: relative;
}

.header-info .logo a,
.header-info .logo a img {
    display: inline-block;
    vertical-align: middle;
}

.header-info .logo a img {
    width: auto;
}

.nav-menu-content {
    display: inline-block;
    vertical-align: middle
}

.nav-menu-content nav {
    width: 100%;
    padding: 0px
}

.nav-menu-content .sm-clean {
    float: right;
    width: 100%;
    text-align: right
}

.nav-menu-content .sm-clean li {
    margin: 0px 16px
}

.nav-menu-content .sm-clean li:first-child {
    margin-left: 0px
}

.nav-menu-content .sm-clean li:last-child {
    margin-right: 0px
}

.nav-menu-content .sm-clean ul li {
    margin: 0px;
}

.nav-menu-content .sm-clean li a {
    color: #ffffff;
    font-size: 16px;
    padding: 10px 0px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-family: 'Source Sans 3', sans-serif;
}

.nav-menu-content .sm-clean li a:hover,
.nav-menu-content .sm-clean li a:focus,
.nav-menu-content .sm-clean li a.highlighted,
.nav-menu-content .sm-clean li.current-menu-item a {
    color: #99b522
}

.nav-menu-content .sm-clean ul li a,
.nav-menu-content .sm-clean li.current-menu-item ul li a {
    padding: 0px 0px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
    position: relative;
    line-height: normal;
    border-radius: 0px !important;
    border-top: 1px solid #e7e7e7;
}

.nav-menu-content .sm-clean ul li {
    border-bottom: none;
    padding: 12px 0px;
}

.nav-menu-content .sm-clean ul li a {
    padding: 0px 30px !important;
}

.sm-clean ul li a.has-submenu::after {
    right: 30px !important;
}

.nav-menu-content .sm-clean ul li:last-child {
    border-bottom: none;
}

.nav-menu-content .sm-clean ul li a:hover,
.nav-menu-content .sm-clean ul li a:focus,
.nav-menu-content .sm-clean ul li a.highlighted,
.nav-menu-content .sm-clean ul li.current-menu-item a,
.nav-menu-content .sm-clean ul li.current-menu-ancestor a {
    color: #99b522;
}

.nav-menu-content .sm-clean ul li ul li a,
.nav-menu-content .sm-clean ul li.current-menu-item ul li a {
    color: #333;
}

.nav-menu-content .sm-clean ul li ul li a:hover,
.nav-menu-content .sm-clean ul li ul li a:focus,
.nav-menu-content .sm-clean ul li ul li a.highlighted,
.nav-menu-content .sm-clean ul li ul li.current-menu-item a,
.nav-menu-content .sm-clean ul li ul li a.disabled,
.nav-menu-content .sm-clean ul li ul li.current-menu-ancestor a {
    color: #99b522;
}

.tel-info {
    float: right;
    padding-left: 50px;
    text-align: center;
    position: relative;
}

.tel-info::before {
    border-left: 3px solid rgba(255, 255, 255, 0.13);
    height: 75%;
    position: absolute;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "";
    left: 0px;
}

.tel-info p {
    font-size: 16px;
    color: #99b522;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 0px;
    line-height: normal;
}

.tel-info .tel-link {
    color: #ffffff;
    font-size: 40px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'Frank Ruhl Libre', serif;
}

.defualt-content-info h1,
h1 {
    font-size: 40px;
    color: #2a272b;
    margin-bottom: 20px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #657b02;
    font-size: 100%;
}

.defualt-content-info h1,
h1 {
    font-size: 60px;
    color: #0b1b26;
    margin-bottom: 15px;
}

.defualt-content-info h2,
h2 {
    font-size: 48px;
    color: #0b1b26;
    margin-bottom: 15px;
}

.defualt-content-info h3,
h3 {
    font-size: 36px;
    color: #637b15;
    margin-bottom: 15px;
    font-weight: bold;
}

.defualt-content-info h4,
h4 {
    font-size: 30px;
    color: #637b15;
    margin-bottom: 15px;
    font-weight: bold;
}

.defualt-content-info h5,
h5 {
    font-size: 24px;
    color: #637b15;
    font-weight: bold;
    margin-bottom: 15px;
    font-family: 'Source Sans 3', sans-serif;
    text-transform: uppercase;
}

.defualt-content-info h6,
h6 {
    font-size: 17px;
    color: #657b02;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: 'Source Sans 3', sans-serif;
    text-transform: uppercase;
}

.defualt-content-info img {
    margin-bottom: 40px;
}

.defualt-content-info p,
p {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 30px;
}

.defualt-content-info p a,
p a {
    color: #657b02;
    font-weight: bold;
}

.defualt-content-info p a:hover,
.defualt-content-info p a:focus,
p a:hover,
p a:focus {
    color: #927a16;
}

.defualt-content-info ul,
.defualt-content-info ol {
    margin-bottom: 35px;
}

.defualt-content-info ul li,
.defualt-content-info ol li {
    font-size: 17px;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 10px;
    padding-left: 17px;
    position: relative;
}

.defualt-content-info ul li a,
.defualt-content-info ol li a {
    color: #657b02;
    font-weight: bold;
}

.defualt-content-info ul li a:hover,
.defualt-content-info ul li a:focus,
.defualt-content-info ol li a:hover,
.defualt-content-info ol li a:focus {
    color: #927a16;
}

.defualt-content-info ul li:before {
    content: "";
    position: absolute;
    background: #99b522;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0px;
    top: 12px;
    border-radius: 0px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.defualt-content-info ol {
    padding-left: 0px;
}

.defualt-content-info ol>li::before {
    counter-increment: my;
    content: counter(my);
    position: absolute;
    left: 0px;
    top: 2px;
    position: absolute;
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    background: #99b522;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-radius: 0px;
    line-height: 24px;
}

.defualt-content-info ol {
    list-style: none;
    counter-reset: my;
}

.defualt-content-info ol ul {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.defualt-content-info ol>li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 40px;
    counter-increment: section;
    font-weight: bold;
}

/*defualt-content-info---defualt-content-info----defualt-content-info*/
/*footer---footer----footer*/
.footer-menu {
    text-align: center;
    background: #99b522;
    padding: 35px 0px;
}

.footer-menu ul li {
    display: inline-block;
    padding: 0px 15px;
}

.footer-menu ul li:first-child {
    padding-left: 0px !important;
    border: none !important;
}

.footer-menu ul li:last-child {
    padding-right: 0px !important;
}

.footer-menu ul li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Source Sans 3', sans-serif;
}

.footer-menu ul li a:hover,
.footer-menu ul li a:focus {
    color: #333333;
}

.copyright-sec {
    background: #f7f7f7;
    padding: 22px 0px;
    text-align: left;
}

.copyright-sec figure {
    margin-bottom: 0px;
    text-align: right;
}

.copyright-sec p {
    color: #333333;
    font-size: 18px;
    margin-bottom: 0px !important;
}

/*footer---footer----footer*/
/*.sticky-block {
	position: sticky;
	top: 0px;
}*/
.coman-row {
    margin: 0px -35px;
}

.coman-col {
    padding: 0px 35px;
}

.alignnone {
    margin: 0px 30px 30px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 0px auto 30px auto;
}

.alignright {
    float: right;
    margin: 0px 0 30px 30px;
}

.alignleft {
    float: left;
    margin: 5px 30px 30px 0;
}

a img.alignright {
    float: right;
    margin: 0px 0 30px 20px;
}

a img.alignnone {
    margin: 0px 30px 30px 0;
}

a img.alignleft {
    float: left;
    margin: 0px 30px 30px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption.alignnone {
    margin: 0px 30px 30px 0;
}

.wp-caption.alignleft {
    margin: 0px 30px 30px 0;
}

.wp-caption.alignright {
    margin: 0px 0 30px 30px;
}

/*.coman-side-bar{
	position: sticky;
	top: 0px;
}*/
.deskop-img {
    display: block !important;
}

.tablet-img {
    display: none !important;
}

.mobile-img {
    display: none !important;
}

.wp-block-table-of-contents-block-table-of-contents-block {
    margin: 40px 0px;
    background: #fff;
    border: 2px solid #4f68b1;
    border-radius: 6px;
    padding: 25px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.02);
    overflow: visible;
    max-width: 100%;
}

.wp-block-table-of-contents-block-table-of-contents-block:first-child {
    margin-top: 0px !important;
}

.wp-block-table-of-contents-block-table-of-contents-block:last-child {
    margin-bottom: 0px !important;
}

.wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container {
    max-width: 100%;
    background-color: transparent;
    margin: 0px !important;
}

.wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container .eb-toc__list-wrap ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: left;
}

.wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container .eb-toc__list-wrap ul>li::before {
    content: "";
    position: absolute;
    background: url("../images/left-arrow-2.png");
    width: 7px;
    height: 12px;
    position: absolute;
    left: 0px;
    top: 12px;
    border-radius: 0px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container .eb-toc__list-wrap ul>li {
    padding-left: 17px;
    position: relative;
    padding-bottom: 0px !important;
    margin-bottom: 10px !important;
    color: #2a272b;
    font-size: 21px !important;
    padding-top: 0px !important;
}

.wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container .eb-toc__list-wrap ul li a {
    color: #2a272b;
}

.wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container .eb-toc__list-wrap ul li a:hover,
.wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container .eb-toc__list-wrap ul>li a:focus {
    color: #4f68b1;
}

.wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container .eb-toc__list-wrap ul ul {
    padding-left: 20px;
    margin: 0px 0px;
}

.wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container .eb-toc__list-wrap ul ul li::before {
    content: "";
    position: absolute;
    background: #4f68b1;
    background-repeat: repeat;
    background-size: auto;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0px;
    top: 14px;
    border-radius: 24px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container .eb-toc__list-wrap ul ul li {
    position: relative;
    padding-left: 17px;
}

.wp-block-table-of-contents-block-table-of-contents-block .eb-toc-title {
    padding: 0px !important;
    border-bottom: 2px solid #edeff3 !important;
    font-weight: bold !important;
    font-size: 30px !important;
    color: #01101b !important;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 20px;
    padding-bottom: 15px !important;
}

.wp-block-table-of-contents-block-table-of-contents-block .eb-toc__list-wrap ol {
    counter-reset: item;
    margin: 0px !important;
    padding: 0px !important;
}

.wp-block-table-of-contents-block-table-of-contents-block .eb-toc__list-wrap ol li {
    color: #2a272b;
    font-size: 21px;
    padding: 0px !important;
    margin: 0px !important;
    margin-bottom: 10px !important;
}

.wp-block-table-of-contents-block-table-of-contents-block .eb-toc__list-wrap ol li::before {
    left: 0px !important;
    top: auto !important;
    position: relative !important;
    height: auto !important;
    width: auto !important;
    text-align: center !important;
    line-height: normal !important;
    font-size: 21px !important;
    background: transparent !important;
    font-weight: 700 !important;
    text-align: center !important;
    border-radius: 0 !important;
    color: #2a272b !important;
}

.wp-block-table-of-contents-block-table-of-contents-block .eb-toc__list-wrap ol ol {
    padding-left: 20px !important;
    margin: 10px 0px !important;
}

.wp-block-table-of-contents-block-table-of-contents-block .eb-toc__list-wrap ol li a {
    color: #2a272b !important;
}

.wp-block-table-of-contents-block-table-of-contents-block .eb-toc__list-wrap ol li a:hover,
.wp-block-table-of-contents-block-table-of-contents-block .eb-toc__list-wrap ol li a:focus {
    color: #4f68b1 !important;
}

.eb-toc__list-wrap ol li::before {
    content: counters(item, ".") "." !important;
    counter-increment: item !important;
    padding-right: 5px !important;
}

blockquote:last-child {
    margin-bottom: 0px;
}

blockquote {
    border-left: 2px solid #927a16;
    margin-bottom: 50px;
    padding-left: 40px;
    display: inline-block;
    width: 100%;
}

.defualt-content-info blockquote h2,
.defualt-content-info blockquote h3,
.defualt-content-info blockquote h4 {
    color: #131f37;
    font-weight: normal;
    line-height: 1.6;
}

.deafult-content-user-img {
    width: 84px;
    height: 84px;
    border-radius: 84px;
    float: left;
    border: 2px solid #927a16;
    padding: 3px;
}

.deafult-content-user-img img {
    width: 75px;
    height: auto;
    border-radius: 70px;
}

.deafult-content-user-inn {
    overflow: hidden;
    padding-left: 18px;
    padding-top: 10px;
}

.deafult-content-user-inn h5 {
    color: #0b1b26;
    font-weight: bold;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: normal;
}

.deafult-content-user-inn p {
    color: #657b02;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.coman-btn {
    width: 250px;
    height: 50px;
    line-height: 50px;
    background: #99b522;
    color: #fff !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    text-align: center;
}

.coman-btn:hover,
.coman-btn:focus {
    background: #927a16 !important;
    color: #fff !important;
}

.coman-title small {
    color: #657b02;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 167px;
    position: relative;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}

.coman-title small:before {
    background: url("../images/title-icon-left.png");
    width: 132px;
    height: 13px;
    position: absolute;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0px;
    content: "";
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
}

.coman-title small:after {
    background: url("../images/title-icon-right.png");
    width: 132px;
    height: 13px;
    position: absolute;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0px;
    content: "";
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
}

.coman-title p:first-child {
    margin-bottom: 0px;
    text-align: left !important;
}

.coman-title.text-center p:first-child {
    margin-bottom: 0px;
    text-align: center !important;
}

.coman-title h2 {
    margin-bottom: 10px;
}

.coman-title.text-center {
    max-width: 706px;
    margin: auto;
    margin-bottom: 10px;
}

.loaction-info iframe {
    border: 0;
    width: 100%;
    height: 300px;
    margin-bottom: 15px;
}

.loaction-info p {
    color: #333333;
    font-size: 18px;
    margin-bottom: 20px;
}

.loaction-info p i {
    padding-right: 8px;
    color: #657b02;
}

.loaction-info .coman-btn {
    width: 160px;
    height: 35px;
    line-height: 35px;
    background: #657b02;
    font-size: 14px;
}

.footer-info {
    padding: 90px 0px 78px 0px;
}

.footer-link h2 {
    font-size: 30px;
    margin-bottom: 15px;
}

.footer-link ul li,
.footer-link ul {
    display: inline-block;
    width: 100%;
}

.footer-link ul li a {
    font-size: 16px;
    color: #0b1b26;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

.footer-link ul li a:hover,
.footer-link ul li a:focus {
    color: #927a16;
}

.footer-logo {
    text-align: center;
    margin-bottom: 40px;
}

.footer-call-info {
    position: relative;
    max-width: 370px;
    margin: auto;
}

.footer-info-det {
    padding-left: 80px;
    text-align: left;
}

.footer-call-info figure {
    position: absolute;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0px;
}

.footer-info-det p {
    font-size: 16px;
    color: #657b02;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: normal;
    text-align: left;
}

.footer-info-det .tel-link {
    color: #333333;
    font-size: 48px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'Frank Ruhl Libre', serif;
    text-align: left;
    display: inline-block;
}

.social-block {
    max-width: 300px;
    padding: 20px 0px;
    border-bottom: 1px solid #dbdddf;
    border-top: 1px solid #dbdddf;
    text-align: center;
    margin: auto;
    margin-top: 34px;
}

.social-block ul li a {
    font-size: 28px;
    color: #0b1b26;
    display: inline-block;
    vertical-align: middle;
}

.social-block ul li a:hover,
.social-block ul li a:focus,
.footer-info-det .tel-link:hover,
.footer-info-det .tel-link:focus {
    color: #927a16 !important;
}

.social-block ul li:first-child {
    padding-left: 0px !important;
}

.social-block ul li:last-child {
    padding-right: 0px !important;
}

.social-block ul li {
    display: inline-block;
    padding: 0px 19px;
    line-height: normal;
}

.inner-benner-sec {
    padding: 190px 0px 60px 0px;
    text-align: center;
    color: #fff;
}

.inner-benner-sec.bg {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.inner-benner-sec h2 {
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Source Sans 3', sans-serif;
    color: #fff;
    margin-bottom: 5px;
}

.inner-benner-sec h1 {
    font-size: 60px;
    font-weight: normal;
    text-transform: capitalize;
    color: #fff;
    margin: 0px;
}

.user-info-block {
    background: #0b1b26;
    padding: 55px;
    border-bottom: 3px solid #99b522;
    margin-bottom: 50px;
}

.user-info-block:last-child {
    margin-bottom: 0px !important;
}

.user-info-block h1,
.user-info-block h2,
.user-info-block h3,
.user-info-block h4,
.user-info-block h5,
.user-info-block h6 {
    color: #99b522;
}

.user-info-block ul li,
.user-info-block ol li,
.user-info-block p {
    color: #fff;
}

.user-info-block p:last-child {
    margin-bottom: 0px;
}

.user-info-block figure {
    text-align: center;
    border-radius: 50%;
    /* width: 291px;
    height: 291px; */
    border: 6px solid #435058;
    float: right;
}

.user-info-block figure img {
    border-radius: 50%;
    width: 291px;
    height: auto !important;
    margin-bottom: 0px;
}

.free-consultation-shortcode {
    background: #0b1b26;
    padding: 40px;
    margin: 40px 0px;
    border-radius: 0px;
}

.free-consultation-shortcode h1,
.free-consultation-shortcode h2,
.free-consultation-shortcode h3,
.free-consultation-shortcode h4,
.free-consultation-shortcode h5,
.free-consultation-shortcode h6,
.free-consultation-shortcode p {
    color: #fff;
    margin-bottom: 0px;
}

.free-consultation-shortcode h1 b,
.free-consultation-shortcode h2 b,
.free-consultation-shortcode h3 b,
.free-consultation-shortcode h4 b,
.free-consultation-shortcode h5 b,
.free-consultation-shortcode h6 b {
    color: #99b522;
}

.coman-btn-btn {
    text-align: right !important;
}

.coman-btn-btn .coman-btn {
    width: 250px;
    margin-bottom: 0px !important;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin: 0px 5px;
}

.coman-btn-btn .coman-btn.coman-btn-2 {
    background: #927a16;
}

.coman-btn-btn .coman-btn.coman-btn-2:hover,
.coman-btn-btn .coman-btn.coman-btn-2:focus {
    background: #99b522 !important;
}

.coman-btn-btn .coman-btn:first-child {
    margin-left: 0px !important;
}

.coman-btn-btn .coman-btn:last-child {
    margin-right: 0px !important;
}

.call-info-shortcode {
    width: 500px;
    background: #0b1b26;
    text-align: center;
    margin: 0px 40px 40px 0px;
    float: left;
}

.call-info-shortcode figure,
.call-info-shortcode figure img {
    margin-bottom: 0px;
    width: 100%;
}

.call-info-shortcode .call-info-shortcode-det {
    padding: 40px 30px;
}

.call-info-shortcode .call-info-shortcode-det img {
    margin-bottom: 20px;
    display: block;
}

.call-info-shortcode .call-info-shortcode-det .tel-link {
    color: #fff;
    font-size: 48px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 7px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 350px;
    margin: auto;
    display: block;
    line-height: 1.1;
    font-family: 'Frank Ruhl Libre', serif;
}

.call-info-shortcode .call-info-shortcode-det .tel-link:hover,
.call-info-shortcode .call-info-shortcode-det .tel-link:focus {
    color: #927a16 !important;
}

.call-info-shortcode.call-info-shortcode-second {
    text-align: center;
    padding: 40px 100px;
    border-radius: 0px;
    width: 100% !important;
    margin: 10px 0px 50px 0px;
    border-bottom: 3px solid #99b522;
}

.call-info-shortcode.call-info-shortcode-second h1,
.call-info-shortcode.call-info-shortcode-second h2,
.call-info-shortcode.call-info-shortcode-second h3,
.call-info-shortcode.call-info-shortcode-second h4,
.call-info-shortcode.call-info-shortcode-second h5,
.call-info-shortcode.call-info-shortcode-second h6,
.call-info-shortcode.call-info-shortcode-second p {
    margin-bottom: 10px;
    color: #fff;
}

.call-info-shortcode.call-info-shortcode-second p {
    margin-bottom: 20px;
}

.call-info-shortcode.call-info-shortcode-second .coman-btn-btn {
    text-align: center !important;
}

.call-info-shortcode.call-info-shortcode-second .coman-btn {
    width: 250px;
}

.client-reviews-sec .coman-title p {
    margin-bottom: 0px !important;
}

.client-reviews-sec .coman-title small {
    padding-left: 0px !important;
}

.client-reviews-sec .coman-title small::before {
    display: none;
}

.client-reviews-sec {
    max-width: 100%;
}

.client-reviews-sec h2 {
    margin-bottom: 20px !important;
    color: #0b1b26;
}

.client-reviews-sec {
    margin: 10px 0px 80px 0px;
    display: inline-block;
    width: 100%;
}

.client-reviews-block {
    background: #f1f1f1;
    padding: 36px 46px;
    margin-bottom: 20px;
    border-radius: 0px;
}

.client-reviews-block img {
    margin-bottom: 0px !important;
}

.client-reviews-block h4 {
    color: #333333;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.1;
    font-family: 'Source Sans 3', sans-serif;
}

.rating-img small {
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    vertical-align: middle;
    display: inline-block;
}

.rating-img img {
    margin-right: 10px;
    margin-bottom: 0px !important;
    width: 150px;
}

.client-reviews-block p {
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0px;
    margin-top: 18px;
    line-height: 1.8;
}

.google-map-link {
    color: #333333;
    font-size: 18px;
}

.google-map-link a {
    color: #99b522 !important;
    font-weight: bold;
}

.google-map-link a:hover,
.google-map-link a:focus {
    color: #927a16 !important;
}

.review-quiet-img {
    text-align: right;
}

.faq-block .coman-title h2 {
    margin-bottom: 20px;
}

.faq-block .coman-title p {
    margin-bottom: 0px !important;
}

.faq-block .coman-title small {
    padding-left: 0px !important;
}

.faq-block .coman-title small::before {
    display: none;
}

.coman-accordion {
    position: relative;
    margin-bottom: 35px;
}

.coman-accordion .accordion-item {
    background-color: #fff;
    border: none;
    border-radius: 0px !important;
    padding: 0px;
    margin-bottom: 20px;
    border: none;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    border-radius: 0px !important;
}

.coman-accordion .accordion-item .accordion-button {
    padding: 28px 48px;
    box-shadow: none;
    background: #fff;
    color: #0b1b26;
    font-size: 24px;
    border-radius: 0px;
    outline: none;
    border: 2px solid traperent;
    border-bottom: none;
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: normal;
    padding-right: 70px !important;
    padding-left: 65px !important;
}

.coman-accordion .accordion-item .accordion-button .fa-solid.fa-question {
    width: 28px;
    height: 28px;
    position: absolute;
    left: 24px;
    background: #657b02;
    border-radius: 50px;
    text-align: center;
    line-height: 28px;
    font-size: 18px;
    position: absolute;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
}

.coman-accordion .accordion-item .accordion-button:after {
    width: 20px;
    height: 20px;
    background: none !important;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    transform: none !important;
    position: absolute;
    right: 32px;
}

.coman-accordion .accordion-item .accordion-button[aria-expanded="false"]:after {
    content: "\f0d7";
    color: #0b1b26;
}

.coman-accordion .accordion-item .accordion-button[aria-expanded="true"]::after {
    content: "\f0d8";
    color: #657b02;
}

.coman-accordion .accordion-item .accordion-button:not(.collapsed) {
    background: none;
    color: #657b02;
    border: 2px solid #657b02;
    border-bottom: none;
}

.coman-accordion .accordion-item .accordion-button[aria-expanded="true"] {
    border: 2px solid #657b02;
    border-bottom: none;
}

.coman-accordion .accordion-body {
    padding: 34px 48px;
    padding-top: 0px !important;
    border: 2px solid #657b02;
    border-top: none;
    margin-top: -10px;
    padding-left: 65px !important;
}

.accordion-header {
    margin-bottom: 0px !important;
}

.google-map-link p {
    margin-bottom:
        0px !important;
}