html, body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { font-weight: normal; font-size: 21px; font-weight: 300; line-height: 39px; color: #000; padding: 0; margin: 0; text-size-adjust: none; -webkit-text-size-adjust: none; font-family: "Poppins", sans-serif; min-height: 100vh; display: flex; flex-direction: column; }
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } 
a { color: #CD9B49; text-decoration: none; -webkit-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
a:hover, a:focus { color: #000000; text-decoration: none; }
p { margin-top: 0; margin-bottom: 30px;letter-spacing: 0.01em; }
p:last-child { margin-bottom: 0; }
strong { font-weight: 700; }
img { max-width: 100%; height: auto; vertical-align: middle; }
.button { outline: none; font-family: "Poppins", sans-serif; font-size: 21px; font-weight: 700; color: #fff; border-radius: 4px; position: relative; cursor: pointer; line-height: 1.1; display: inline-flex; z-index: 1; white-space: nowrap; padding: 10px 40px 12px 40px; transition: all 0.3s ease-in; border: 0; background: #C79C65; min-width:249px; min-height: 65px; justify-content: center; align-items: center;letter-spacing: 0.1em;overflow: hidden;}
.button:before { position:absolute; left:0; right:0; bottom:0; height:4px; content:""; background:rgba(0, 0, 0, 0.4);transition: all 0.3s ease-in;}
.button:hover, .button:focus { background: #1B1B1B; color: #fff; outline: none; }
.button:hover:before, .button:focus:before {background:rgba(255, 255, 255, 0.4);}
.btn-hover-white:hover, .btn-hover-white:focus, .step-2-calculator .bottom-cta-button .button:hover, .step-2-calculator .bottom-cta-button .button:focus {background: #fff;color: #C79C65;}
.btn-hover-white:hover:before, .btn-hover-white:focus:before, .step-2-calculator .bottom-cta-button .button:hover:before, .step-2-calculator .bottom-cta-button .button:focus:before {background: rgba(0, 0, 0, 0.4);}

.mainhead{font-size: 64px;font-weight: 700;line-height: 76px;text-align: center; margin-bottom:30px; color:#fff;}
.home .mainhead strong {font-style:italic; color:#C79C65;}

.heading {font-size: 48px;font-weight: 700;line-height: 57.6px; color:#000; margin-bottom:26px; text-transform:uppercase;}


/*** 

====================================================================
  bootstrap css start here 
====================================================================

***/

.d-flex { display: -webkit-box; display: -ms-flexbox; display: flex; }
.d-wrap { -ms-flex-wrap: wrap; flex-wrap: wrap; }
.align-items-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.justify-content-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.justify-content-end { -webkit-box-pack: flex-end; -ms-flex-pack: flex-end; justify-content: flex-end; }
.justify-content-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.d-block { display: block; }
.text-center { text-align: center !important; }
.mb-0 { margin-bottom: 0 !important; }
dl, ol, ul { margin-top: 0; margin-bottom: 1rem }
.color-red { color: #F00; }
ol ol, ol ul, ul ol, ul ul { margin-bottom: 0 }
h1, h2, h3, h4, h5, h6 {font-family: "Noto Serif", serif; margin-top: 0; margin-bottom: 30px; font-weight: 700; line-height: 1.3; color: #000; }
h1 { font-size: 60px; margin-bottom: 35px;}
h2 { font-size: 48px; margin-bottom: 35px;}
h3 { font-size: 29px; }
h4 { font-size: 22px; }
h5 { font-size: 20px; }
h6 { font-size: 18px; }
.container { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto }
@media (min-width:576px) {
.container {max-width: 540px}
}
@media (min-width:768px) {
.container {max-width: 768px}
}
@media (min-width:1023px) {
.container {max-width: 960px}
}
@media (min-width:1200px) {
.container, .large-container, .many-veterans .container {max-width: 1300px}
}
@media (min-width:1520px) {
.container {max-width: 1360px}
header.cms-header .container { padding: 0 35px; max-width:1920px; }
.large-container {max-width: 1550px}
.many-veterans .container {max-width: 1450px}
}

.container-fluid { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto }
.row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px }
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 { width: 100%; min-height: 1px; padding-right: 15px; padding-left: 15px }
@media (min-width:768px) {
.col-md-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333% }
.col-md-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667% }
.col-md-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% }
.col-md-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333% }
.col-md-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667% }
.col-md-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% }
.col-md-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333% }
.col-md-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667% }
.col-md-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75% }
.col-md-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333% }
.col-md-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667% }
.col-md-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% }
}
@media (min-width:992px) {
.col-lg-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333% }
.col-lg-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667% }
.col-lg-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% }
.col-lg-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333% }
.col-lg-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667% }
.col-lg-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% }
.col-lg-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333% }
.col-lg-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667% }
.col-lg-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75% }
.col-lg-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333% }
.col-lg-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667% }
.col-lg-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% }
.offset-lg-1 { margin-left: 8.333333% }
.offset-lg-2 { margin-left: 16.666667% }
.offset-lg-3 { margin-left: 25% }
}
@media (min-width:1200px) {
.col-xl-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333% }
.col-xl-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667% }
.col-xl-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% }
.col-xl-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333% }
.col-xl-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667% }
.col-xl-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% }
.col-xl-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333% }
.col-xl-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667% }
.col-xl-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75% }
.col-xl-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333% }
.col-xl-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667% }
.col-xl-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% }
.offset-xl-1 { margin-left: 8.333333% }
.offset-xl-2 { margin-left: 16.666667% }
.offset-xl-3 { margin-left: 25% }
.offset-xl-4 { margin-left: 33.333333% }
.offset-xl-5 { margin-left: 41.666667% }
.offset-xl-6 { margin-left: 50% }
}
/*** 

====================================================================
  popup css
====================================================================

***/
.modal-body { text-align: center; }
.popUpBtn {border: none; padding: 0; margin: 0; cursor: pointer; width: 100%; }
.modal-open { overflow: hidden; padding-right: 17px; }
.modal { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(23, 23, 23, 0.85); display: none; z-index: 999; }
.modal-content { position: absolute; top: 50%; left: 50%; padding: 1rem 1rem; width: 720px; background-color: transparent; transform: translate(-50%, -50%) scale(0.5); }
.close { position: absolute; right: -15px; top: -15px; cursor: pointer; font-size: 36px; color: #fff; transition: all ease 0.5s; }
.close:hover { color: #B09952; }
.modal .btn-box { padding: 30px 0 0; display: flex; justify-content: center; }
.transform-in, .transform-out { display: block; -webkit-transition: all ease 0.5s; transition: all ease 0.5s; }
.transform-in { -webkit-transform: translate(-50%, -50%) scale(1); transform: translate(-50%, -50%) scale(1); }
.transform-out { -webkit-transform: translate(-50%, -50%) scale(0.5); transform: translate(-50%, -50%) scale(0.5); }

/* 667 */
@media only screen and (max-width: 735px) {
.modal-content {width: 100%;}
.close {right: 15px;}
}
/*** 

====================================================================
  Header start 
====================================================================

***/
header.cms-header { width: 100%; position: fixed; left: 0; top: 0; z-index: 3; }
header.cms-header .container { position:relative; }
.mobimg { display: none; }
header.cms-header .navbar-brand-wrap {position: absolute;left: 35px;top: 28px; width:232px;}
header.cms-header .navbar { padding: 0; display: flex; align-items: center;justify-content: end; }
header.cms-header .navbar-brand { padding: 0; margin: 0; display: block; }
header.cms-header .mobile-navigation { line-height: 1;margin-right: auto; }
.mobile-menu { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; }
.mobile-menu li { position: relative; margin-right:48px; }
.mobile-menu li a { position: relative; padding: 7px 0; color: #fff; font-size: 15px; font-weight: 600; text-transform: uppercase; display: flex; }
.mobile-menu li a:hover, .mobile-menu li.current_page_item>a, .mobile-menu li a:focus, .mobile-menu li.current-menu-ancestor>a { color: #C79C65; }
.mobile-menu li.current-menu-item>a, .mobile-menu li.current-menu-parent>a { color: #C79C65; }
.off-canvas-wrapper .off-canvas-inner { display: flex; align-items: end; justify-content: space-between; }
header.cms-header .header-right { margin-left: 12px; position: relative; display: flex; flex-wrap: wrap; align-items: center; }
header.cms-header .header-btn { margin-left:30px; }
header.cms-header .button { font-size:16px;height: 52px; }
header.cms-header .header-right .call-box { margin-top:8px; }
header.cms-header .header-right .call-btn { font-weight: 700; font-size: 28px; line-height: 1.1; color: #fff; display: inline-block; position:relative; padding-left:61px;}
header.cms-header .header-right .call-btn .call-icon { width: 49px; height: 51px; position:absolute; left:0; top:0; }
header.cms-header .header-right .call-btn .call-icon svg { width:100%; }
header.cms-header .header-right .call-btn .call-small-text { display:block;font-size: 14px;font-weight: 600;line-height: 14px;letter-spacing: 0.28em; text-transform:uppercase;margin-bottom: 5px;}
header.cms-header .header-right .call-btn:hover { color:#C79C65;}
.callnow {margin-left:15px;color:#fff;font-size:14px!important;font-weight: 900;text-align: center;line-height: 1;text-transform: uppercase;min-width: 80px; }
.callnow span {font-size: 14px;font-weight: 500;border-bottom: 1px solid #fff;display: block;transition: all 0.3s ease-in;}
.callnow:hover, .callnow:focus {color:#C79C65;}
.callnow:hover span, .callnow:focus span {border-color:#C79C65;}
.mobilecta {display: none;}
.sidetext {position: fixed;z-index: 5;right: -6px;top: 50%;display: flex;justify-content: center;align-items: center;column-gap: 10px;text-transform: uppercase;font-size: 19px;font-weight: 700;background: #fff;border: 2px solid #C79C65;border-radius: 5px;padding: 6px 5px 3px 10px;transform: rotate(90deg);transform-origin: top right;color: #C79C65;}
.sidetext svg path {transition: all 0.3s ease-in;fill: #C79C65;}
.sidetext:hover, .sidetext:focus { color:#000; border-color: #000;}
.sidetext:hover svg path, .sidetext:focus svg path { fill:#000;}
.btmcall {position: fixed;z-index: 3;bottom: 0;width: 340px;margin: 0 auto 10px -170px;box-shadow: 8px 8px 0 #755b38;left: 50%;padding: 10px 20px 10px;display: flex;font-weight: 700;column-gap: 10px;font-size: 16px;justify-content: center;background: #C79C65;border-radius: 30px;color: #fff;align-items: center;}
.btmcall:hover, .btmcall:focus { color:#000;}

header.cms-header .navbar-brand-wrap, header.cms-header .off-canvas-wrapper {transition: all 0.3s ease-in;}
header.cms-header.stickyon { background:#000;box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);}
header.cms-header.stickyon .navbar-brand-wrap {top: 10px;}
header.cms-header.stickyon .off-canvas-wrapper { padding-top:15px; padding-bottom:15px; }

@media(min-width:1199px) {
.navbar-expand-lg { flex-flow: row nowrap; }
.d-lg-none { display: none !important; }
header.cms-header .off-canvas-wrapper { display: flex; align-items: center;width: calc(100% - 232px); padding:33px 0 27px 68px; position:relative; }
header.cms-header .off-canvas-wrapper:before { position:absolute; left:68px; right:0; bottom:0; height:1px; content:""; background:rgba(255, 255, 255, 0.2);}
header.cms-header .off-canvas-inner-content { width: 100%; }
header.cms-header .mobile-menu ul.sub-menu { opacity: 0; visibility: hidden; position: absolute; left: 0; top: 150%; background: #C79C65; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3); border-radius: 0; padding: 5px 15px 5px; min-width: 250px; z-index: 9999; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); transition: all 0.5s ease-in-out; display: block !important; }
header.cms-header .mobile-menu li:first-child ul.sub-menu { left:0; }
header.cms-header .mobile-menu li.menu-item-has-children:hover>ul.sub-menu { top: 100%; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; visibility: visible; }
header.cms-header .mobile-menu li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children:hover ul.sub-menu { left: 100%; top: 0; }
header.cms-header .mobile-menu ul.sub-menu li.menu-item { display: block; border-bottom: solid 1px rgba(255, 255, 255, 0.3); padding: 0;margin: 0; }
header.cms-header .mobile-menu ul.sub-menu li.menu-item:last-child { border-bottom: 0; }
header.cms-header .mobile-menu ul.sub-menu li.menu-item a { display: block; font-size: 16px; color: #fff; line-height: 1.2; padding: 13px 0; margin: 0; font-weight: 600; }
header.cms-header .mobile-menu ul.sub-menu li.menu-item a:hover { color: #fff; padding-left: 5px; }
header.cms-header .mobile-menu .menu-expand { position: absolute; right:-16px;top: 11px; width: 11px; height: 7px; background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.68471 7L0.0090332 1.32432L1.33336 0L5.68471 4.35135L10.0361 0L11.3604 1.32432L5.68471 7Z' fill='%239A9A9A'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;background-position: center center; background-size:100%;}
header.cms-header .mobile-menu ul.sub-menu .sub-menu { left: 100%; }
header.cms-header .mobile-menu ul.sub-menu li.current-menu-item>a { color: #60532B; }
}

/*** 

====================================================================
  mobile menu css
====================================================================

***/

@media only screen and (max-width: 1199px) {
.fix { overflow: hidden; }
.mobile-navigation { overflow: hidden; height: calc(100% - 50px); width: 100%; margin: 0 !important; }
header.cms-header .header-right { margin-left: 0; justify-content: end; }
.off-canvas-wrapper { position: fixed; top: 0; left: 0; height: 100%; width: 300px; visibility: hidden; z-index: 9999999; padding: 20px; max-width: 100%; }
.mobile-navigation nav { height: 100%; }
.off-canvas-wrapper.open { visibility: visible; }
.off-canvas-wrapper.open .off-canvas-inner-content { left: 0px; }
.off-canvas-wrapper .off-canvas-overlay { position: fixed; left: 0; top: 0; width: 0%; height: 100%; z-index: 1; background: rgba(19, 100, 130, 0); transform: translateX(-101%); transition: all 900ms ease; -moz-transition: all 900ms ease; -webkit-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; -ms-transition-delay: 300ms; -o-transition-delay: 300ms; transition-delay: 300ms; }
.off-canvas-wrapper.open .off-canvas-overlay { opacity: 1; width: 100%; visibility: visible; transition: all 900ms ease; -moz-transition: all 900ms ease; -webkit-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; -webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); }
.off-canvas-wrapper .off-canvas-inner-content { position: absolute; left: -400px; top: 0px; width: 100%; height: 100%; max-height: 100%; background: #fff; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); padding: 20px 20px; z-index: 5; border-radius: 0px; transition: all 900ms ease; -moz-transition: all 900ms ease; -webkit-transition: all 900ms ease; transition-delay: 0s; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; }
.off-canvas-wrapper .btn-close-off-canvas { top: 0; left: 100%; width: 40px; height: 40px; background-color: #C79C65; cursor: pointer; position: absolute; }
.off-canvas-wrapper .btn-close-off-canvas .close-btn { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
.off-canvas-wrapper .btn-close-off-canvas span:nth-child(1) {width: 20px;height: 2px;background-color: #fff;transform: rotate(-45deg);display: block;position: relative;left: 10px;}
.off-canvas-wrapper .btn-close-off-canvas span:nth-child(2) {width: 20px;height: 2px;background-color: #fff;transform: rotate(45deg);display: block;position: relative;right: 10px;}
.off-canvas-wrapper .off-canvas-inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-left: auto; height: 100%; }
/*---------------------------
- Mobile Menu Css
-----------------------------*/
.mobile-menu-btn .off-canvas-btn { font-size: 17px; cursor: pointer; padding: 10px 10px; line-height: 1; border: 2px solid #fff; margin-left: 15px; }
.mobile-menu-btn .off-canvas-btn .toggle-btn { display: flex; flex-direction: column; grid-row-gap: 5px; }
.mobile-menu-btn .off-canvas-btn .toggle-btn span:nth-child(1) {width: 27px;height: 2px;background-color: #fff;}
.mobile-menu-btn .off-canvas-btn .toggle-btn span:nth-child(2) {width: 17px;height: 2px;background-color: #fff;}
.mobile-menu-btn .off-canvas-btn .toggle-btn span:nth-child(3) {width: 22px;height: 2px;background-color: #fff;}
.mobile-menu { height: 100%; overflow-x: hidden; overflow-y: auto; padding-right: 10px; margin-right: -10px; display: block; }
.mobile-menu li>a { font-size: 16px; color: #000; text-transform: capitalize; line-height: 18px; position: relative; display: flex; padding: 15px 0; }
.mobile-menu li>a:hover { color: #C79C65; }
.mobile-menu li ul li { border: none; }
.mobile-menu li ul li a { font-size: 16px; text-transform: capitalize; padding: 10px 0 10px; }
.mobile-menu .menu-item-has-children { position: relative; }
.mobile-menu .menu-item-has-children .menu-expand { line-height: 50; top: -2px; left: 95%; width: 30px; position: absolute; height: 50px; text-align: center; cursor: pointer; }
.mobile-menu .menu-item-has-children .menu-expand .menu-expand-inner { display: block; position: relative; width: 10px; margin-top: 25px; border-bottom: 2px solid #252525; -webkit-transition: all 250ms ease-out; transition: all 250ms ease-out; }
.mobile-menu .menu-item-has-children .menu-expand .menu-expand-inner:before { top: 0; width: 100%; content: ""; display: block; position: absolute; -webkit-transform: rotate(90deg); transform: rotate(90deg); border-bottom: 2px solid #252525; -webkit-transition: 0.4s; transition: 0.4s; }
.mobile-menu .menu-item-has-children.active .menu-expand .menu-expand-inner:before { -webkit-transform: rotate(0); transform: rotate(0); }
.mobile-menu ul.sub-menu { list-style: none; padding: 0; padding-left: 25px; }
}

/*** 

====================================================================
  Banner css
====================================================================

***/
html, body { overflow-x:clip;}
.cms-banner { background-repeat:no-repeat; background-position: center top; background-size:cover; position:relative; overflow:hidden; }
.cms-banner:before, .disability-calculator:before { position:absolute; left:0; bottom:0; height:60px; width:100%; content:""; background:url(../images/section-bottom-bg-white.svg) no-repeat center bottom; background-size:cover; }
.section-inner { position:relative; max-width:1920px; width:100%; margin: 0 auto; }
.section-inner .container { position:relative; z-index:1;}
.cms-banner .section-inner:after, .disability-claim .section-inner:before, .total-claims .section-inner:after, .many-veterans .section-inner:after { width:351px; height:448px; position:absolute; right:-65px; bottom:12px; content:""; background:url(../images/section-person-bg-white.png) no-repeat left bottom; background-size:100%; }
.home-banner-content {font-size: 18px;font-weight: 400;line-height: 32.4px;text-align: center; color:#fff;  max-width:940px; width:100%; margin:0 auto;margin-bottom:45px;}
.cms-banner .button {flex-direction: column;min-height:76px;margin-top: 5px; text-transform:uppercase; font-size:24px;}
.button .btn-small-text {font-size: 16px;font-weight: 400;letter-spacing: 0.1em;text-align: center; display:block;}
.banner-link-list { margin:70px 0 0 0; padding:0; list-style:none;display: flex;flex-wrap: wrap;justify-content: center;column-gap: 37px;}
.banner-link-list .banner-link-box {display: flex;align-items: center;font-size: 24px;font-weight: 400;line-height: 24px; color:#fff; border-radius:15px; background:rgba(255, 255, 255, 0.05); padding:5px 65px 5px 22px; position:relative;min-height: 90px;}
.banner-link-list .banner-link-box .box-icon { margin-right:19px; }
.banner-link-list .banner-link-box svg { position:absolute; right:27px; top:50%;transform: translateY(-50%); }
.banner-link-list a.banner-link-box:hover {background:rgba(255, 255, 255, 0.25);}
.cms-banner .section-inner {padding:176px 0 97px 0;min-height:600px;}
/*** 

====================================================================
  PRO Claims css
====================================================================

***/
.pro-claims-list { margin:0; padding:7px 0 45px 0; list-style:none;display: flex;flex-wrap: wrap;justify-content: center; border-bottom:1px solid #D9D9D9;}
.pro-claims-list li { width:30%; padding: 0 15px; }
.pro-claims-list li:not(:last-child) { border-right:1px solid #D9D9D9;}
.pro-claims-list .pro-claims-box { text-align:center; }
.pro-claims-list .pro-claims-box .box-icon { margin-bottom:20px; height:75px; }
.pro-claims-list .pro-claims-box .box-icon img { height:100%; width:auto; }
.pro-claims-list .pro-claims-box .box-title {font-size: 32px;font-weight: 600;line-height: 44.8px; color:#000000;}
.pro-claims-list .pro-claims-box p {font-size: 21px;font-weight: 300;line-height: 29.4px; color:#000000;}

/*** 

====================================================================
  Lawyers Nationwide css
====================================================================

***/
.nationwide-row {display: flex;flex-wrap: wrap;align-items: center;}
.nationwide-row .left-col, .nationwide-row .right-col { padding-bottom:95px; padding-top:95px;}
.nationwide-row .left-col { width:50%; background:url(../images/nationwide-bg.svg) no-repeat center top -1px; background-size: auto 100% }
.nationwide-row .right-col { width:50%; padding-left:65px; }
.nationwide-row .nationwide-content {font-size: 21px;font-weight: 300;line-height: 39px; color:#000; margin-bottom:50px;}
.map-area path:hover, 
.map-area circle:hover,
.map-area g:hover path {fill: #1B1B1B !important;cursor: pointer;}
.map-area svg { width:100%; height:auto;}
/*** 

====================================================================
  Home About css
====================================================================

***/
.home-about { position:relative;background: #F9F5EC; }
.home-about .section-inner {padding:107px 0 145px 0; }
.home-about:before, .our-benefits:before, .many-veterans:before { position:absolute; left:0; top:-50px; height:60px; width:100%; content:""; background:url(../images/section-bottom-bg-yellow.svg) no-repeat center bottom; background-size:cover; }
.home-about .section-inner:after, .our-benefits .section-inner:after, .many-veterans .section-inner:before { width:605px; height:344px; position:absolute; left:0; top:-30px; content:""; background:url(../images/home-about-bg.webp) no-repeat 0 0; background-size:100%; }
.home-about-row {display: flex;flex-wrap: wrap;}
.home-about-row .left-col { width:50%; }
.home-about-row .right-col { width:50%; padding-left:149px; }
.home-about-row p { margin-bottom:25px; }
.home-about-row ul { margin:0 0 25px 22px; padding:0; list-style:none; }
.home-about-row ul li { position:relative; padding-left:30px;font-weight: 600;line-height: 29.4px; }
.home-about-row ul li:before { width:13px; height:16px; position:absolute; left:0; top:7px; content:"";background-image: url("data:image/svg+xml,%3Csvg width='13' height='16' viewBox='0 0 13 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 15.4991C0 15.4268 0 15.3546 0 15.2824C0.0540525 15.0753 0.174631 14.9259 0.311841 14.7911C2.54878 12.5707 4.78157 10.3552 7.01851 8.13486C7.06009 8.09151 7.10167 8.04816 7.14741 8C7.09336 7.94702 7.05593 7.90367 7.01436 7.86514C4.78157 5.64961 2.54878 3.42926 0.311841 1.21373C0.174631 1.07405 0.0498946 0.92956 0 0.722456C0 0.650211 0 0.577965 0 0.505719C0.108105 0.130042 0.340947 0 0.66942 0C2.36168 0.00963275 3.23728 0.00481638 4.92538 0C5.12912 0 5.29544 0.0722456 5.45344 0.22637C7.88164 2.63937 10.3098 5.05238 12.7381 7.46538C13.0873 7.81216 13.0873 8.19747 12.7381 8.54425C10.3639 10.9043 7.98975 13.2595 5.61559 15.6147C5.47007 15.7592 5.30791 15.8748 5.14991 16C3.30797 16 2.27436 16 0.43242 16C0.21621 15.9181 0.0706841 15.7544 0 15.4991Z' fill='%23C79C65'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;background-position: 0 0;background-size: 100%;}
.home-about-row ul li:not(:last-child) { margin-bottom:10px; }
.home-about-row .button { margin-top:20px; }
.home-about-row .img-holder { position:relative;box-shadow: 0px 14px 30px 0px #00000024; }
.home-about-row .img-holder img { width:100%; height:auto;}
.home-about-row .img-holder:before { width:158px; height:194px; position:absolute; right:-64px; top:-70px; content:""; background:url(../images/home-about-img-bg.webp) no-repeat 0 0; background-size:100%; }

/*** 

====================================================================
  Disability Claim css
====================================================================

***/
.disability-claim { position:relative; background:url(../images/disability-claim-bg.webp) no-repeat center top; background-size:cover;}
.disability-claim:before, .total-claims:before, .home-consultation:before {position: absolute;left: 0;bottom: 100%;height: 60px;width: 100%;content: "";background: url(../images/section-bottom-bg-black.svg) no-repeat center bottom;background-size: cover;}
.disability-claim .section-inner { padding:112px 0 147px 0; }
.disability-claim .section-inner:before, .total-claims .section-inner:after{background:url(../images/section-person-bg-black.png) no-repeat left bottom; background-size:100%;}
.disability-claim .section-inner:before, .total-claims .section-inner:after, .many-veterans .section-inner:after { bottom:100%; }
.disability-claim .section-header { max-width:855px; margin: 0 auto 69px auto; width:100%; }
.disability-claim .heading, .disability-claim .section-header p { color:#fff; }
.pay-step-wrap { max-width:912px; width:100%;margin: 0 auto 75px auto; }
.pay-step-wrap .pay-heading {font-family: "Poppins", sans-serif;font-size: 32px;font-weight: 600;line-height: 32px; margin-bottom:48px; color:#C79C65; text-align:center;}
.pay-step { margin:0 -12px; padding:0; list-style:none;display: flex;flex-wrap: wrap; margin-bottom:42px; }
.pay-step li { width:33.333%; padding:12px; }
.pay-step li:nth-child(4), .pay-step li:nth-child(5) { width:50%; }
.pay-step .pay-step-box { min-height:289px; width:100%;display: flex;flex-wrap: wrap;flex-direction: column;
align-content: center;border: 2px solid #C79C65; background:#1B1B1B; border-radius:5px;justify-content: center;align-items: center; }
.pay-step .pay-step-box .pay-icon { width:75px; height:75px; margin-bottom:28px; }
.pay-step .pay-step-box .pay-icon img { width:100%; height:100%; }
.pay-step .pay-step-box .pay-link {font-size: 27px;font-weight: 600;line-height: 24px;text-align: center; color:#fff;text-decoration: underline;}
.pay-step .pay-step-box .pay-link svg { margin-left:18px;position: relative;top: 3px; }
.pay-step a.pay-step-box:hover { background:#fff; border-color:#fff; }
.pay-step a.pay-step-box:hover .pay-link { color:#C79C65; }
.pay-step .button { text-transform:uppercase; }
.pay-check-list {display: flex;flex-wrap: wrap;justify-content: center; margin:0; padding:0; list-style:none;column-gap: 41px;}
.pay-check-list li {font-size: 20px;font-weight: 700;line-height: 30px;letter-spacing: 0.01em; color:#fff;display: flex;align-items: center;flex-wrap: wrap;}
.pay-check-list li svg { margin-right:15px; }

/*** 

====================================================================
  Our Benefits css
====================================================================

***/
.our-benefits { position:relative;background: #F9F5EC; }
.our-benefits .section-inner:after { top:120px; }
.our-benefits .section-inner {padding:250px 0 129px 0; }
.our-benefits .heading { margin-bottom:59px; }
.benefits-list { margin:0 -23px; padding:0; list-style:none;display: flex; flex-wrap: wrap; margin-bottom:66px; }
.benefits-list li { padding: 0 23px; width:33.333%; }
.benefits-list .benefit-box { text-align:center; padding:20px 30px 53px 30px; background:#fff; }
.benefits-list .benefit-box .benefit-number {font-size: 182px;font-weight: 600;line-height: 200.2px; color:#C79C65;}
.benefits-list .benefit-box .benefit-title {font-size: 32px;font-weight: 600;line-height: 44.8px; color:#000000;font-family: "Poppins", sans-serif; margin-bottom:19px;}

/*** 

====================================================================
  Total Claims css
====================================================================

***/
.total-claims {background:url(../images/total-claims-bg.webp) no-repeat center top; background-size:cover; position:relative; padding-bottom:135px;}
.total-claims .section-inner { padding-top:92px; position:relative; }
.total-claims .heading { text-align:center; color:#fff; margin-bottom:60px; }
.claim-list { border-radius:15px; overflow:hidden; background:url(../images/claim-list-bg.webp) no-repeat center center; background-size:cover;display: flex;flex-wrap: wrap; padding:60px 35px; }
.claim-list .claim-col { width:20%; padding: 0 37px; }
.claim-list ul { margin:0; padding:0; list-style:none; }
.claim-list ul li:not(:last-child) { margin-bottom:22px; }
.claim-list ul li, .claim-list ul li .claim-link {font-size: 16px;font-weight: 700;line-height: 24.8px; color:#1B1B1B;}
.claim-list ul li .claim-link{box-shadow: 0 -6px 0 #C79C65 inset;}
.claim-list ul li a.claim-link:hover { color:#C79C65;box-shadow: 0 -2px 0 #C79C65 inset;}
.claims-list-wrap { position:relative;margin-bottom: 201px; }
.claims-list-wrap .center-btn { position:absolute; left:50%; bottom:-32px; transform: translateX(-50%); }
.review-box { position:relative;padding-left: 40px; }
.review-box:before { background:rgba(196, 196, 196, 0.2); position:absolute; right:-20px; bottom:-20px; top:20px; left:86px; content:"";z-index: -1; }
.review-box .review-photo { border-radius:50%; width:90px; height:90px; overflow:hidden; position:absolute; left:0; top:46px; }
.review-box .review-photo img { width:100%; height:100%;object-fit: cover;object-position: center top;}
.review-box .review-box-inner {box-shadow: 0px 4px 10px 0px #00000026; background:#fff; padding:37px 37px 37px 82px;min-height: 270px;}
.review-box .review-title {font-size: 24px;font-weight: 700;line-height: 1.1;letter-spacing: -0.02em; color:#CD9B49; margin-bottom:13px;font-family: "Poppins", sans-serif;}
.review-box .review-content {font-size: 18px;font-weight: 400;line-height: 25.2px; color:#000; margin-bottom:18px;}
.review-box .review-read-more { text-transform:uppercase;font-size: 16px;font-weight: 400;letter-spacing: 0.02em; }
.review-slider .swiper-slide { padding: 0 20px 20px 0; width:27.5vw; opacity:0.3;transition: all 0.3s ease-in; margin-right:66px;}
.review-slider .swiper-slide.swiper-slide-active, .review-slider .swiper-slide.swiper-slide-next { opacity:1;}
.review-slider .swiper-container { padding: 0 20.7vw; }
.review-slider-control {display: flex;align-items: center;justify-content: center;margin-top: 77px;}
.review-slider-prev, .review-slider-next { cursor:pointer; }
.review-slider-prev svg path, .review-slider-next svg path, .review-slider-control .swiper-pagination-bullet {transition: all 0.3s ease-in;}
.review-slider-prev:hover svg path, .review-slider-next:hover svg path {fill:#fff;}
.review-slider-control .swiper-pagination-bullet { width:24px; height:24px; border-radius:50%; border: 3px solid #C79C65; margin: 0 4px; cursor:pointer; background:none; }
.review-slider-control .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#C79C65;}
.review-slider-control .review-slider-pagination { margin: 0 55px; }

/*** 

====================================================================
  FAQs css
====================================================================

***/
.faqs { overflow:hidden; }
.faqs .section-inner{ padding:99px 0 127px 0; }
.faqs .heading { margin-bottom:31px; }
.faq-wrap-row { display: flex; flex-wrap:wrap; }
.faq-wrap-row .left-col { width:44.5%; }
.faq-wrap-row .right-col { width:55.5%; position:relative; z-index:1; }
.question-block { border-radius:5px; overflow:hidden; }
.question-item { background:#C79C65; padding:0 40px;transition: all 0.3s ease-in;}
.question-item .question {font-size: 18px;font-weight: 700;line-height: 27px; border-bottom:1px solid rgba(255, 255, 255, 0.3); padding:32px 30px 32px 0; color:#fff; position:relative; cursor:pointer;}
.question-item .question:before { width:16px; height:10px; position:absolute; right:0; top:40px; content:"";background-image: url("data:image/svg+xml,%3Csvg width='17' height='10' viewBox='0 0 17 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.78741 9.72849L15.9075 2.15369C16.0723 1.97849 16.1631 1.74462 16.1631 1.49525C16.1631 1.24588 16.0723 1.01201 15.9075 0.836816L15.3833 0.278985C15.0417 -0.0839998 14.4865 -0.0839998 14.1454 0.278985L8.1664 6.63973L2.18076 0.271927C2.01595 0.0967307 1.79624 -6.27995e-07 1.56197 -6.38235e-07C1.32743 -6.48487e-07 1.10773 0.0967307 0.942787 0.271926L0.418694 0.829758C0.253881 1.00509 0.163087 1.23882 0.163087 1.48819C0.163087 1.73757 0.253881 1.97144 0.418693 2.14663L7.54527 9.72849C7.7106 9.9041 7.93135 10.0006 8.16601 10C8.40159 10.0006 8.6222 9.9041 8.78741 9.72849Z' fill='white'/%3E%3C/svg%3E%0A");background-repeat: no-repeat;background-position: center center;
background-size: 100%; }
.question-item.opened .question:before { width:14px; height:15px; background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.70937 8.75564L13.9394 1.93832C14.0836 1.78065 14.1631 1.57016 14.1631 1.34573C14.1631 1.12129 14.0836 0.910811 13.9394 0.753134L13.4807 0.251086C13.1818 -0.0755998 12.6961 -0.0755999 12.3976 0.251086L7.16599 5.97575L1.92855 0.244734C1.78434 0.0870577 1.5921 -5.49495e-07 1.38711 -5.58456e-07C1.18189 -5.67426e-07 0.989648 0.0870576 0.845325 0.244734L0.386743 0.746782C0.242533 0.904583 0.163086 1.11494 0.163086 1.33938C0.163086 1.56381 0.242533 1.77429 0.386743 1.93197L6.6225 8.75564C6.76716 8.91369 6.96031 9.0005 7.16565 9C7.37177 9.0005 7.56481 8.91369 7.70937 8.75564Z' fill='%23CD9B49'/%3E%3Cpath d='M6.61681 6.24436L0.386743 13.0617C0.242532 13.2194 0.163086 13.4298 0.163086 13.6543C0.163086 13.8787 0.242532 14.0892 0.386743 14.2469L0.845438 14.7489C1.14433 15.0756 1.63011 15.0756 1.92855 14.7489L7.16018 9.02425L12.3976 14.7553C12.5418 14.9129 12.7341 15 12.9391 15C13.1443 15 13.3365 14.9129 13.4808 14.7553L13.9394 14.2532C14.0836 14.0954 14.1631 13.8851 14.1631 13.6606C14.1631 13.4362 14.0836 13.2257 13.9394 13.068L7.70367 6.24436C7.55901 6.08631 7.36586 5.9995 7.16052 6C6.9544 5.9995 6.76136 6.08631 6.61681 6.24436Z' fill='%23CD9B49'/%3E%3C/svg%3E%0A");background-repeat: no-repeat;background-position: center center;
background-size: 100%; }
.question-item .answer { padding-bottom:42px; }
.question-item .answer, .question-item .answer p {font-size: 18px;font-weight: 400;line-height: 28px; color:#fff;}
.question-item .answer p { margin-bottom: 23px; }
.question-item .answer ul { margin:0 0 23px 0; padding:0; list-style:none; }
.question-item .answer ul li { position:relative;font-size: 16px;font-weight: 700;line-height: 21px; color:#fff; padding-left:24px; }
.question-item .answer ul li:not(:last-child) { margin-bottom:10px; }
.question-item .answer ul li:before {background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5.81934' width='8' height='8' transform='rotate(45 5.81934 0)' fill='%23CD9B49'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;background-position: 0 0;background-size: 100%; width:10px; height:10px; position:absolute; left:0; top:6px; content:"";}
.question-item.opened { margin-bottom:8px; background:#000000; }
.question-item.opened .question { border-bottom-width:0;}
.question-item:last-child { margin-bottom:0 !important;}
.faqs .container { position:static; }
.faqs .img-holder { position:absolute; left:60px; top:0; width:48.2vw; height:1346px; }

/*** 

====================================================================
  Many Veterans css
====================================================================

***/
.many-veterans { position: relative; background: #F9F5EC; }
.many-veterans .section-inner { padding:107px 0 91px 0; }
.many-veterans .section-inner:after, .right-box-inner:after{background:url(../images/section-person-bg-yellow.png) no-repeat left bottom; background-size:100%;}
.many-veterans-row {display: flex;flex-wrap: wrap;}
.many-veterans-row .left-col { width:51%; }
.many-veterans-row .right-col { width:49%; padding-left:70px; }
.many-veterans-row .many-veterans-content { padding-right:20px; }
.many-veterans-row .large-img-holder { margin-bottom:31px; text-align:center; }
.many-veterans-row .large-img-holder img { max-width:100%; }
.many-veterans-row .team-large-name {font-size: 27px;font-weight: 600;line-height: 37.8px; color:#000; text-align:center;}
.home-team-list { margin:0 -8px; padding:0; list-style:none;display: flex;flex-wrap: wrap;justify-content: center; margin-top:71px; }
.home-team-list li { width:33.333%; padding: 0 8px; }
.home-team-list .home-team-box { display:block; }
.home-team-list .home-team-box .img-holder { width:100%; height:251px; overflow:hidden; margin-bottom:17px; border-radius:3px; }
.home-team-list .home-team-box .img-holder img { width:100%; height:100%;object-fit: cover;object-position: center top;transition: all 0.3s ease-in;}
.home-team-list .home-team-box .home-team-name {font-size: 16px;font-weight: 400;line-height: 22.4px; color:#000;transition: all 0.3s ease-in; text-align:center;}
.home-team-list .home-team-box:hover .img-holder img { transform: scale(1.1);}
.home-team-list .home-team-box:hover .home-team-name { color:#C79C65;}
.many-veterans + .pro-claims {background: #F9F5EC; padding-bottom:155px;}
.many-veterans + .pro-claims .pro-claims-list { border-bottom:0; padding-bottom:0;}

/*** 

====================================================================
  Home Consultation css
====================================================================

***/
.home-consultation { position:relative; padding:70px 0;background: #1b1b1b; }
.home-consultation-row {display: flex;flex-wrap: wrap;align-items: center;}
.home-consultation-row .left-col { width:55%; }
.home-consultation-row .right-col { width:45%; padding-left:80px; }
.home-consultation .tagline { color:#C79C65; margin-bottom:10px;font-family: "Noto Serif", serif; text-transform:uppercase; font-weight:700; }
.home-consultation .heading { text-transform:capitalize; color:#fff; margin-bottom:0;}
.home-consultation .heading strong { color:#C79C65; font-style:italic;}
.home-consultation .right-col p { color:#fff; line-height: 1.5; }
.home-consultation .right-col .img-holder { margin-bottom:30px; }
.home-consultation .right-col .img-holder img { max-width:200px; }

/*** 

====================================================================
  Footer css
====================================================================

***/
.cms-footer {background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(24,24,24,1) 100%);margin-top: auto;}
.footer-top { padding:63px 0 55px 0; }
.footer-row{display: flex;flex-wrap: wrap;justify-content: space-between;}
.footer-row .footer-col:nth-child(1) { max-width:292px; }
.footer-row .footer-col:nth-child(2) { max-width:400px; }
.footer-row .footer-col:nth-child(3) { max-width:452px; }
.footer-title {font-size: 18px;font-weight: 700;line-height: 27px;letter-spacing: 0.1em; color:#fff;font-family: "Poppins", sans-serif; margin-bottom:17px; text-transform:uppercase;}
.footer-address { position:relative;font-size: 18px;font-weight: 400;line-height: 24px; color:rgba(255, 255, 255, 0.7); margin-bottom:29px; padding-left:38px; }
.footer-address p{ margin-bottom:10px; }
.footer-address a { color:rgba(255, 255, 255, 0.7); }
.footer-address p a { color:#C79C65; text-decoration:underline; font-weight:500;}
.footer-address a:hover { color:#fff; }
.footer-address svg { position:absolute; left:0; top:3px;}
.footer-call-txt { margin-bottom:40px; }
.footer-call-txt .call-btn { font-weight: 700; font-size: 28px; line-height: 1.1; color: #fff; display: inline-block; position:relative; padding-left:61px;}
.footer-call-txt .call-btn .call-icon { width: 49px; height: 51px; position:absolute; left:0; top:0; }
.footer-call-txt .call-btn .call-small-text { display:block;font-size: 14px;font-weight: 600;line-height: 14px;letter-spacing: 0.28em; text-transform:uppercase;margin-bottom: 5px;}
.footer-call-txt .call-btn:hover { color:#C79C65;}
.footer-row .button { min-height:56px; font-size:18px; }
.footer-logo-col { display: flex;align-content: center;justify-content: center;align-items: center;flex-direction: column;height: 100%;}
.footer-logo-col .img-holder { margin-bottom:30px; }
.footer-logo-col p {font-size: 16px;font-weight: 700;line-height: 24px;letter-spacing: 0.06em; margin-bottom:0; color:#fff;}
.footer-widget {display: flex;flex-wrap: wrap;}
.footer-widget .footer-title { text-transform: capitalize;letter-spacing:0; } 
.footer-widget .footer-widget-7 { width:275px; padding-right:46px; }
.footer-widget .footer-widget-5 { width:170px; }
.footer-menu { margin:0 0 49px 0; padding:0; list-style:none; }
.footer-widget .footer-widget-7 .footer-menu { margin-bottom:0; }
.footer-menu li:not(:last-child) { margin-bottom:6px; }
.footer-menu li, .footer-menu li a {font-size: 18px;font-weight: 400;line-height: 27px; color:rgba(255, 255, 255, 0.7);}
.footer-menu li a:hover { color:#C89D65;}
.footer-social-wrap {padding:23px 30px; border-radius:10px; background:rgba(255, 255, 255, 0.05);max-width: 160px;}
.footer-social { margin:-12px -14px; padding:0; list-style:none;display: flex;flex-wrap: wrap; }
.footer-social li { width:50%; padding:12px 14px; }
.footer-social li a { display:block;height:36px; }
.footer-social li svg { width:100%; height:100%; }
.footer-social li svg path {transition: all 0.3s ease-in;}
.footer-social li a:hover svg path { fill:#fff; }

.copyright-row { background:#000000; padding: 8px 0; }
.copyright-text { margin-bottom:0;font-weight: 400;font-size: 18px;line-height: 27px; color:#fff; }
.copyright-nav { margin:0; padding:0 15px 0 0; list-style:none;display: flex;flex-wrap: wrap;align-items: center;justify-content: end;}
.copyright-nav li { padding-left:57px;line-height: 1; position:relative; }
.copyright-nav li:not(:last-child):before { height:20px; width:1px;background:rgba(255, 255, 255, 0.3); position:absolute; right:-29px; top:50%; margin-top:-10px; content:""; }
.copyright-nav li a {font-weight: 400;font-size: 18px;line-height: 27px;color:#fff;}
.copyright-nav li a:hover { color:#C89D65; }




/*** 

====================================================================
  Disability Calculator css
====================================================================

***/
.disability-calculator { padding-top:67px; background:url(../images/disability-calculator-bg.webp) no-repeat left top; background-size:cover; position:relative; }
.disability-calculator:before { bottom:100%; }


.cms-calculator { position: relative; max-width:1170px; margin: 0 auto; width:100%; z-index:1;}
.step-1-calculator { border-radius:10px 10px 0 0; background:#C79C65; padding:60px;}
.step-2-calculator { border-radius:0 0 10px 10px; background:#1B1B1B; padding:69px 108px 74px 108px; position:relative;}
.cms-calculator .section-header { padding: 0 0 30px; }
.cms-calculator .step-box { max-width: 674px; margin: 0 auto; padding: 0 0 48px; }
.cms-calculator .step-title {font-size: 36px;font-weight: 700;line-height: 36px;text-align: center; margin-bottom:11px; color:#fff; }
.cms-calculator .step-detail { max-width: 670px; margin: 0 auto; text-align: center; }
.cms-calculator .step-detail h3 {font-size: 24px;font-weight: 700;line-height: 44px;text-align: center; margin-bottom:3px; color:#fff;font-family: "Poppins", sans-serif; }
.cms-calculator .step-detail p { font-size: 18px;font-weight: 400;line-height: 28.8px;letter-spacing: 0.02em;text-align: center; color:#fff; }
/***
====================================================================
calculator middle css
====================================================================
 ***/

.disability-calculator-middle { padding-top: 12px; }
.extremities { max-width: 1030px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); grid-column-gap: 25px; grid-row-gap: 20px; padding: 0 0 25px; }
.extremities label { position: relative; font-size: 32px; font-weight: 700; color: #fff; text-transform: capitalize; line-height: 70px; text-align: center; border: 3px solid #fff; height: 75px; border-radius:3px; }
.disability-percentages { max-width: 1030px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); grid-column-gap: 25px; grid-row-gap: 15px;margin-bottom: 25px; }
.disability-percentages label { position: relative; font-size: 32px; font-weight: 500; color: #fff; height: 75px; line-height: 70px; text-align: center; border: 3px solid #fff; }
.disability-percentages label:before { content: ""; position: absolute; left: 0; top: 0; height: 100%; background-color: #fff; opacity: 0.25; }
.disability-percentages label:nth-child(1):before {
 width: 10%;
}
.disability-percentages label:nth-child(2):before {
 width: 20%;
}
.disability-percentages label:nth-child(3):before {
 width: 30%;
}
.disability-percentages label:nth-child(4):before {
 width: 40%;
}
.disability-percentages label:nth-child(5):before {
 width: 50%;
}
.disability-percentages label:nth-child(6):before {
 width: 60%;
}
.disability-percentages label:nth-child(7):before {
 width: 70%;
}
.disability-percentages label:nth-child(8):before {
 width: 80%;
}
.disability-percentages label:nth-child(9):before {
 width: 90%;
}
.disability-percentages label:nth-child(10):before {
 width: 100%;
}
.extremities input[type="radio"], .disability-percentages input[type="radio"], .marital-status input[type="radio"], .dependent-parents-input input[type="radio"], .aid-and-attendence input[type="radio"] { position: absolute; opacity: 0; }
.extremities label, .disability-percentages label, .marital-status label, .dependent-parents-input label, .aid-and-attendence-input label { transition: all ease-in-out 0.35s; cursor: pointer }
/***
====================================================================
selections-panel  css
====================================================================
 ***/

.selections-panel h4 { font-family: "Poppins", sans-serif;font-weight: 600; font-size: 24px; text-align: center; color: #fff; margin: 0; }
.percentage-entry { font-size: 24px; font-weight: 600; color: #C79C65; padding: 0 20px 0; margin: 0 5px 10px; border-radius: 150px; cursor: pointer; background-color: #fff; display: inline-block; line-height: 48px; }
.percentage-close { display: inline-block; width: 18px; margin-left: 15px; background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.835938' y='14.9864' width='20.0174' height='3.14419' rx='1.5721' transform='rotate(-45 0.835938 14.9864)' fill='%23C79C65'/%3E%3Crect width='20.0174' height='3.06677' rx='1.53338' transform='matrix(-0.707107 -0.707107 -0.707107 0.707107 17.1992 15.0137)' fill='%23C79C65'/%3E%3C/svg%3E%0A"); background-repeat: no-repeat; background-position: 0 50%; }
/***
====================================================================
middle-bottom-section  css
====================================================================
 ***/

.middle-bottom-section { max-width: 950px; margin: 0 auto; }
.info-text { font-size: 18px;font-weight: 500;line-height: 28.8px;letter-spacing: 0.02em; text-align: center; margin-bottom: 19px; color:#fff; }
.ui-front { z-index: 100; }
.ui-selectmenu-menu { padding: 0; margin: 0; position: absolute; top: 0; left: 0; display: none; }
.ui-selectmenu-open { display: block; }
.ui-selectmenu-menu .ui-menu { overflow: auto; overflow-x: hidden; padding-bottom: 1px; }
.ui-widget.ui-widget-content { border: 3px solid #C79C65; background: #ffffff; color: #C79C65; margin: -3px 0 0; padding: 0; }
.ui-menu .ui-menu-item { margin: 0; cursor: pointer; list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }
.ui-selectmenu-text { display: block; margin-right: 20px; overflow: hidden; text-overflow: ellipsis; }
.ui-menu-item-wrapper { padding: 5px 20px; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover { background: #C79C65; color: #ffffff; padding: 5px 20px; }
.ui-button { position: relative; display: inline-block; cursor: pointer; }
.mb-5 { margin-bottom: 53px; }
.dropdown-dependent .ui-selectmenu-button { background: none; color: rgba(255, 255, 255, 0.6); font-weight: 600; outline: none; font-size: 18px; max-width: 100%; width: 100%; border: none; padding: 10px 20px; border: 3px solid #C79C65; border-radius: 3px; }
.dropdown-dependent .ui-selectmenu-button span.ui-icon { position: absolute; width: 11px; height: 7px; top: 50%; right: 15px; margin-top: -4px; background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.22058 6.25115C5.82718 6.65999 5.17282 6.65999 4.77942 6.25115L0.634261 1.94338C0.0229392 1.30807 0.473177 0.25 1.35484 0.25L9.64516 0.250001C10.5268 0.250001 10.9771 1.30807 10.3657 1.94338L6.22058 6.25115Z' fill='%23C79C65'/%3E%3C/svg%3E%0A"); background-repeat: no-repeat; }
.dropdown-dependent .ui-menu .ui-menu-item { outline: none!important }
.marital-status-input, .aid-and-attendence-input { display: grid; grid-template-columns: repeat(2, 1fr); grid-column-gap: 15px; grid-row-gap: 20px; padding: 0 0 40px; }
.marital-status label, .aid-and-attendence label, .dependent-parents-input label { position: relative; font-size: 21px; font-weight: 600; color: #fff; height: 54px; line-height: 48px; border: 3px solid #C79C65; text-align: center; border-radius:3px; }
.middle-bottom-section .checked-label:before { content: ""; position: absolute; left: 15px; top: 15px; width: 20px; height: 16px; background-image: url("data:image/svg+xml,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.46313 16L0 8.58088L3.55938 5.04279L7.46313 8.9232L16.4406 0L20 3.53809L7.46313 16Z' fill='white'/%3E%3C/svg%3E%0A"); background-repeat: no-repeat; }
.dependent-parents-input { display: grid; grid-template-columns: repeat(3, 1fr); grid-column-gap: 15px; }
/***
====================================================================
bottom button section css
====================================================================
 ***/

.bcb-text { max-width: 710px; margin: 0 auto 15px auto; font-size: 32px;font-weight: 600;line-height: 41.6px;text-align: center; color:#fff; }

.extremities label:hover, .disability-percentages label:hover, label.checked-label { background-color: #000; color: #FFF; border-color:#000; }

.step-2-calculator .marital-status label:hover, .step-2-calculator .marital-status label:hover, .step-2-calculator .marital-status label.checked-label,
.step-2-calculator .dependent-parents-input label:hover, .step-2-calculator .dependent-parents-input label:hover, .step-2-calculator .dependent-parents-input label.checked-label, .aid-and-attendence-input label:hover, .aid-and-attendence-input label:hover, .aid-and-attendence-input label.checked-label { background-color: #C79C65; color: #FFF; border-color:#C79C65; }
.step-2-calculator .step-title { color:#C79C65;}
.step-2-calculator .step-detail h3 { font-weight:600; }
.step-2-calculator .bottom-cta-button .button, .bottom-display-section .button { position:absolute; left:50%; bottom:-32px;transform: translateX(-50%);text-transform: uppercase; }

/***
====================================================================
rating section css
====================================================================
 ***/
.bottom-display-section {position: relative;background: #1B1B1B;padding: 60px 60px 90px 60px;color: #FFF;text-align: center;border-radius: 10px;margin-bottom: -101px;margin-top: 82px;}
#cdr, #calculate-view {position: relative;}
.bottom-display-section h2{color: #fff;font-size: 26px;margin: 0 0 20px; font-family: "Poppins", sans-serif;}
#the-benefit-amount, #dollar-sign {color: #fff;font-size: 51px;font-weight: 700;}
#dollar-sign {font-size: 36px;}
#employment-compensation-message {color: #fff;padding: 30px 0 0;line-height: 1.5;margin: 0 auto}
.cdr{border-right: 1px solid rgba(255,255,255,0.25);}
.show-combined-disability-percentage, #show-current-disability-rating {display: flex;align-items: center;justify-content: center;width: 140px;height: 140px;text-align: center;border-radius: 84px;border: 6px solid #fff;color: #fff;font-size: 36px;font-weight: 700;margin: 0 auto;background-color: transparent;}
.the-bilateral-factor{color: #452b01;font-size: 18px}
#percent-lists { margin-top:15px; }



/*** 

====================================================================
  Landing page css
====================================================================

***/
body:not(.home):not(.page-template-landingpage):not(.page-template-profile-page):not(.page-template-contact-page):not(.page-template-locationpage) { padding-top:185px; }
body:not(.home):not(.page-template-landingpage):not(.page-template-profile-page):not(.page-template-contact-page):not(.page-template-locationpage) header.cms-header { background:#000;padding-bottom: 60px;}
body:not(.home):not(.page-template-landingpage):not(.page-template-profile-page):not(.page-template-contact-page):not(.page-template-locationpage) header.cms-header.stickyon { padding-bottom:0; }
body:not(.home) .many-veterans .section-inner::after { display:none; }


.landing-banner .section-inner:after { display:none; }
.landing-page + .disability-claim .section-inner:before { display:none; }
.main-content { padding: 110px 0;}
.main-content h2, .main-content h3, .main-content h4 { padding-top: 10px; }
.landing-page h2, .landing-page h3, .landing-page h4 { padding-top: 30px; }
.main-content ul, .cms-page-content ul { margin:0 0 40px 0; padding:0; list-style:none; }
.main-content ul ul, .cms-page-content ul ul { margin-top:20px; margin-bottom:20px; }
.main-content ul li, .cms-page-content ul li { position:relative;font-weight: 600;font-size: 21px;line-height: 1.5;color: #000; padding-left:30px; margin-bottom:11px; }
ol{ margin:0 0 40px 0; padding:0 0 0 20px;}
.main-content ul li a, .cms-page-content ul li a {color: #000;}
.main-content ul li a:hover, .cms-page-content ul li a:hover {color: #CD9B49;}
.main-content ul li:before, .cms-page-content ul li:before {position: absolute;width: 8px;height: 8px; left:0; top:11px; content:""; border-radius:50%; background:#C79C65;}
.content-img {border-radius: 6px; margin:40px 0; overflow:hidden;box-shadow: 0px 4px 36px 0px rgba(0, 0, 0, 0.15);}
.content-img img { width:100%; height:auto; }
blockquote { background:#C79C65; padding:34px; margin:40px 0; width:100%; position:relative; border-radius:10px; }
blockquote p, .main-content blockquote p {color: #fff;font-size: 22px;font-weight: 400;line-height: 1.6; margin-bottom:30px; position:relative;letter-spacing: 0.01em;}
blockquote:after { width:47px; height:41px; content:""; position:absolute; left:34px; bottom:34px;background-image: url("data:image/svg+xml,%3Csvg width='48' height='42' viewBox='0 0 48 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.7'%3E%3Cpath d='M47.408 41.224C40.5688 41.224 33.7296 41.224 26.8594 41.224C26.8594 41.0256 26.8594 40.8838 26.8594 40.7421C26.8594 33.5696 26.8594 26.4254 26.8594 19.2529C26.8594 16.1344 27.2324 13.0443 28.4137 10.0959C30.0303 6.12695 32.8592 3.15022 37.1181 1.42088C39.574 0.428636 42.1853 0.0317383 44.8899 0.0317383C44.8899 3.37702 44.8899 6.69395 44.8899 10.0392C44.3614 10.0676 43.8019 10.1243 43.2734 10.1526C41.1284 10.3511 39.7295 11.4567 38.8901 13.2144C38.3616 14.3201 38.0507 15.4824 37.9886 16.6731C37.8953 18.6009 37.8331 20.5287 37.771 22.4565C37.9575 22.4848 38.0508 22.5132 38.1751 22.5132C41.1595 22.5132 44.1749 22.5132 47.1593 22.5132C47.2215 22.5132 47.3147 22.5132 47.3769 22.4848C47.408 28.7218 47.408 34.9587 47.408 41.224Z' fill='white'/%3E%3Cpath d='M20.5175 41.1954C13.6784 41.1954 6.87026 41.1954 0 41.1954C0 41.0536 0 40.9119 0 40.7418C0 33.5126 0 26.3117 0 19.0825C0 15.9924 0.373046 12.9306 1.58545 10.0105C3.66828 4.99263 7.55418 1.76075 13.3364 0.456656C14.8597 0.144808 16.4451 -0.0252914 18.0306 0.00305847C18.0306 3.34834 18.0306 6.66527 18.0306 9.9822C17.5021 10.0105 16.9736 10.0672 16.4451 10.0956C14.269 10.294 12.8701 11.3997 12.0307 13.1857C11.3468 14.6032 11.1292 16.1058 11.0359 17.6367C10.9738 19.1675 11.0049 20.6984 11.0049 22.2293C11.0049 22.286 11.0049 22.3711 11.0359 22.4845C14.2068 22.4845 17.3466 22.4845 20.5175 22.4845C20.5175 28.7498 20.5175 34.9584 20.5175 41.1954Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
background-repeat: no-repeat;background-position: 0 0;background-size: 100%; }  
blockquote .quote-name, .main-content blockquote .quote-name {color: #fff;font-size: 21px;font-weight: 700; margin-bottom:0;padding-left: 70px;}
.landing-wrap {display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap;flex-wrap: wrap;}
.l-left-col { width:60%; padding-right:120px;min-height: 670px;}
.l-left-col h2:first-child { padding-top:0;}
.l-right-col { width:40%;position: relative;z-index: 1; }
/*** 

====================================================================
  Sidebar
====================================================================

***/
.sidebar-inner {width: 100%;height: 100%;position: relative; }
.sidebar {position: absolute;width: 100%;height: 100%;}
.sidebar-inner .right-box {position: -webkit-sticky;position: sticky;top: 170px;}
.sidebar-inner h2 { font-size: 32px; font-weight:900; line-height: 1.1; text-transform: uppercase;text-align:left; color:#fff; margin-bottom:30px;letter-spacing: 0.64px; text-align:center;padding: 0 !important;}
.sidebar-inner h2 span {color: #FBEFC3;}
.contact-block {display: flex;align-items: center; justify-content: center;white-space: nowrap;}

.right-box-inner { border-radius: 10px 10px 0 0;background: #C79C65;padding:40px 40px 60px 40px; position:relative;}
.right-box-inner:before {position: absolute;left: 0;bottom: 0;height: 60px;width: 100%;content: "";background: url(../images/section-bottom-bg-white.svg) no-repeat right bottom;background-size: auto 100%;}
.right-box-inner .contact-form{position:relative; z-index:1;}
.right-box-inner:after { position: absolute; right: 0; bottom: 18px; content: ""; width: 130px; height: 190px; opacity: 0.3; background-size:cover; }
.gform_wrapper .gfield input.large, .gform_wrapper .gfield select.large, .gform_wrapper .gfield textarea.large {width: 100%;background: #fff;border-radius: 3px;border: 0;height: 46px;padding-left: 43px;color: rgba(36, 42, 49, 0.7);font-weight: 400;font-size: 16px;font-family: "Poppins", sans-serif; box-shadow:0 4px 8px rgba(0, 0, 0, 0.12);text-align: left;}
.gform_wrapper .gfield textarea.large, .gform-theme--foundation .gfield textarea.large { height:158px !important; resize:none;line-height: 1.4;padding-top: 8px;padding-bottom: 8px;min-block-size: 158px !important; } 

.gform_wrapper .gfield input.large:focus, .gform_wrapper .gfield select.large:focus, .gform_wrapper .gfield textarea.large:focus { outline:0 none; }

::-webkit-input-placeholder {opacity: 0.7 !important;-webkit-opacity:0.7;-khtml-opacity: 0.7; color:#242A31;}
::-moz-placeholder {opacity: 0.7;color:#242A31;} 
:-ms-input-placeholder {opacity: 0.7;color:#242A31;}
:-moz-placeholder {opacity: 0.7;color:#242A31;}
.gform_wrapper .gfield select, .gform_wrapper .gfield select.large { color: rgba(36, 42, 49, 0.7); appearance: none;background-image: url("data:image/svg+xml,%3Csvg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.26835 5.93654C4.87332 6.35759 4.20481 6.35759 3.80978 5.93654L0.490015 2.39808C-0.10909 1.75951 0.343683 0.713867 1.2193 0.713867L7.85883 0.713868C8.73444 0.713868 9.18722 1.75951 8.58811 2.39808L5.26835 5.93654Z' fill='%23C79C65'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-position: center right 9px;
background-size: 13px;
  padding-right: 28px; }
.contact-form .ginput_container_text, .contact-form .ginput_container_email, .contact-form .ginput_container_phone, .contact-form .ginput_container_select, .contact-form .ginput_container_textarea { position:relative; }
.contact-form .ginput_container_text:before, .contact-form .ginput_container_email:before, .contact-form .ginput_container_phone:before, .contact-form .ginput_container_select:before, .contact-form .ginput_container_textarea:before { position:absolute; left:0; top:0; width:46px; height:46px; content:""; }
.contact-form .ginput_container_text:before { background:url(../images/user-icon.svg) no-repeat center center;}
.contact-form .ginput_container_email:before { background:url(../images/mail-icon.svg) no-repeat center center;}
.contact-form .ginput_container_phone:before { background:url(../images/call-icon.svg) no-repeat center center;}
.contact-form .ginput_container_select:before { background:url(../images/case-icon.svg) no-repeat center center;}
.contact-form .ginput_container_textarea:before { background:url(../images/message-icon.svg) no-repeat center center;}
.contact-form  select { cursor:pointer; }
.contact-form .ginput_container_select .gf_placeholder {opacity: 0.3;}

.contact-form .gform_wrapper .gform_footer { position:relative;margin:21px 0 0 0 !important;padding: 0 !important; }
.contact-form .gform-theme--foundation .gform_fields {row-gap: 15px;column-gap: 15px;} 

.contact-form .gform_wrapper .gform_footer .gform_button.button { width:100% !important; color:#C79C65 !important; background:#fff !important; border:0 !important; border-bottom: 4px solid rgb(151, 124, 88) !important;overflow: hidden; text-transform:uppercase !important;font-family: "Poppins", sans-serif !important;font-size: 21px !important; font-weight: 700 !important;display: inline-flex !important; z-index: 1; white-space: nowrap !important; padding: 10px 40px 12px 40px !important; transition: all 0.3s ease-in !important;min-height: 65px !important;justify-content: center !important; align-items: center !important;letter-spacing: 0.1em !important;overflow: hidden; }
.contact-form .gform_wrapper .gform_footer .gform_button.button:hover, .contact-form .gform_wrapper .gform_footer .gform_button.button:focus {background: #000 !important;color:#fff !important; outline: 0 none !important; box-shadow: 0 0 0 #fff !important;}
.gform_wrapper .gform_validation_errors, .gform_wrapper .instruction { display:none !important; }
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {padding: 5px 5px !important;font-size: 13px !important;margin-top: 4px !important;color: #f00 !important;}
.error404 .cms-page-content, .page-id-412 .cms-page-content {min-height: 643px;}
.right-box-inner .reviews-block { margin:0;justify-content: center; }

.right-box-inner .call-box { margin-top:30px;text-align: center; }
.right-box-inner .call-btn { font-weight: 700; font-size: 28px; line-height: 1.1; color: #fff; display: inline-block; position:relative; padding-left:61px; text-align:left;}
.right-box-inner .call-btn .call-icon { width: 49px; height: 51px; position:absolute; left:0; top:0; }
.right-box-inner .call-btn .call-icon svg { width:100%; }
.right-box-inner .call-btn .call-small-text { display:block;font-size: 14px;font-weight: 600;line-height: 14px;letter-spacing: 0.28em; text-transform:uppercase;margin-bottom: 5px;}
.right-box-inner .call-btn:hover { color:#000;}

/*** 

==================================================================
  Blog
====================================================================

***/
.error404 .cms-page-content {min-height: 643px;}
.team-profile img, .page-template-about-page .main-content img { max-width:300px; height:auto; }
.blog-row {row-gap: 30px;}
.blog-box { position: relative; height: 100%; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out;}
.blog-box .blog-img { height: 300px; overflow: hidden;border-radius: 10px;}
.blog-box .blog-img img { width: 100%; height: 100%; object-fit: cover;transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.blog-box:hover .blog-img img { transform:scale(1.1); -webkit-transform:scale(1.1);}
.blog-box .blog-content, .blog-box .recent-news-text { padding:25px 0; transition: all 0.5s ease-in-out; }
.cms-blog .blog-box h2, .cms-blog .blog-box h3 { font-size: 24px; font-weight: 700; color: #000; line-height: 1.2; margin-bottom:15px;text-transform: none; letter-spacing:0; padding-top:0; }
.blog-box .blog-content p, .blog-box .recent-news-text p { color:#000; margin-bottom:0;font-size: 18px;line-height: 1.5; }
.blog-box h2, .blog-box h3, .blog-box .blog-content p, .blog-box .recent-news-text p {transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out;}
.cms-blog .blog-box:hover h2, .cms-blog .blog-box:hover h3 {color: #CD9B49;}
.screen-reader-text {border: 0;clip: rect(1px,1px,1px,1px);-webkit-clip-path: inset(50%);clip-path: inset(50%);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;word-wrap: normal !important;}
#pagenav { position: relative; }
.navigation.pagination { display: flex; justify-content: center; margin: 40px 0 0; }
.nav-links { display: flex; column-gap: 5px; }
.page-numbers { display: inline-block; padding: 10px 14px; margin: 0 2px 0 0; border: 1px solid #eee; font-size: 16px; color: #333; line-height: 1; text-decoration: none; border-radius: 2px; font-weight: 600; background-color: #fff; }
.page-numbers.dots { background-color: #fff; }
.page-numbers.current, a.page-numbers:hover { color: #fff; background-color: #CD9B49; } 
.author-bio {padding: 25px;background: rgb(10, 70, 104, 0.05);border-radius: 10px;}
.author-bio .author-bio { padding:0; background:none; border-radius:0;}
.author-bio img { max-width:170px; }
.author-bio p:last-child { margin-bottom:0;}
.author-bio h3 {color: #3E393A;letter-spacing: 0;padding-top: 0;}
.single-post .yarpp-related { margin-bottom:25px; }
.single-post .yarpp-thumbnails-horizontal { display: flex;flex-wrap: wrap;}
.single-post .yarpp-thumbnail { width:48%; height:auto; padding:10px; margin:0 1%; border:0; display:block;background: #f2f5f7; } 
.single-post .yarpp-thumbnail > img { width: 100%;height: 300px;margin: 0 0 15px 0;object-fit: cover;  object-position: center center; }
.single-post .yarpp-related .yarpp-thumbnail-title { width:100%; display:block; }
.singlepost figure { margin: 0 0 25px 0; }
.singlepost .size-medium { display:block; margin-bottom:25px; }
.single-post .l-left-col h1 { font-size:42px; }
.single-post .l-left-col h2 { font-size:30px; text-transform:none; }
.single-post .l-left-col h3 { font-size:26px; } 

/*** 

====================================================================
  Contact page css
====================================================================

***/
.contact-banner { padding:200px 0 90px 0; }
.banner-content { color:#fff; }
.contact-banner .contact-left-col, .contact-banner .banner-content, .contact-banner .mainhead { text-align:left;}
.contact-banner .img-holder.desktop-img {border-radius: 20px; overflow:hidden; max-width:400px; background:#fff;}
.contact-banner .img-holder.desktop-img img { width:100%; height:auto;}
.contact-banner .sidebar-inner .right-box, .contact-banner .sidebar { position:static; height:auto; }
.contact-banner .right-box-inner:before { display:none; }
.contact-banner .right-box-inner { border-radius: 10px;}
.contact-banner .right-box-inner:after { bottom:0; }
.contact-banner + .pro-claims .pro-claims-list { padding-top:40px; }

/*** 

====================================================================
  profile page css
====================================================================

***/

.profile-banner { border-bottom: solid 10px #C79C65; padding-bottom: 0; padding-top:280px;background-size: cover; }
.profile-box { display: flex; margin: 0 0 -50px; }
.profile-box .mainhead { padding: 0 0 20px;color: #fff; font-size:54px;text-align: left; }
.profile-box .profile-img { max-width: 292px; flex: 0 0 292px; }
.profile-box .profile-img img { box-shadow: 0px 4px 42px rgba(0, 0, 0, 0.24); border-radius: 10px; }
.profile-box .content { padding: 30px 0 50px 50px; border-bottom: solid 6px #fff; height: fit-content;text-align: left; }
.profile-box .position { font-weight: 400; font-size: 36px; line-height: 1; text-transform: capitalize; color: #fff;text-align: left; }
.team-list-content { padding-bottom:50px; }
.team-list {padding-top: 30px;justify-content: center;}
.team-list .home-team-item {margin-bottom: 60px;}
.error404 .main-content {min-height: 500px;}
.page-template-team-page .home-team-profile .left-col { margin-top:0; }
.lawyers-nationwide + .disability-claim .section-inner:before { display:none; }

/*** 

====================================================================
  Location page css
====================================================================

***/
.location-banner .section-inner:after,
.location-banner::before { display:none; }
.banner-tagline {font-size: 32px;font-weight: 500;line-height: 1.3;letter-spacing: 0.05em;text-align: center; color:#C79C65;}
.banner-claims-list { max-width:845px; width:100%; margin:0 auto; padding:0;display: flex;align-items: center;flex-wrap: wrap; list-style:none;justify-content: center; padding-top:40px; margin-top:60px; border-top:1px solid rgba(217, 217, 217, 0.2);}
.banner-claims-list li { padding:10px 44px;}
.banner-claims-list li:first-child { padding-left:0; }
.banner-claims-list li:last-child { padding-right:0; }
.banner-claims-list li:not(:last-child){border-right:1px solid rgba(217, 217, 217, 0.2);}
.banner-claims-list .banner-claims-box {display: flex;align-items: center;flex-wrap: wrap;}
.banner-claims-list .banner-claims-box .claims-icon { width:50px; height:50px; margin-right:20px; }
.banner-claims-list .banner-claims-box .claims-icon img { width:100%; height:100%; }
.banner-claims-list .claims-right {font-size: 14.46px;font-weight: 300;line-height: 20.25px; color:#fff;}
.banner-claims-list .claims-right strong { display:block;font-size: 22.04px;font-weight: 600;line-height: 33.86px; }
.breadcrumbs {font-size: 21px;font-weight: 400;line-height: 24.42px;color: #000; margin-bottom:40px;}
.breadcrumbs a { color:#000;font-weight: 400;}
.breadcrumbs a:hover { color:#CD9B49;}
.breadcrumbs .breadcrumb_last{font-weight: 700;}
.quick-answer {border: 11px solid #000000; padding:40px; background:#F9F5EC;}
.quick-answer .quick-answer-inner { position:relative; padding-left:67px;}
.quick-answer .quick-icon { width:44px; position:absolute; left:0; top:0; }
.quick-answer .quick-answer-title {font-size: 36px;font-weight: 700;line-height: 36px;text-align: left; color:#1B1B1B; margin-bottom:10px;padding: 0; font-family: "Abhaya Libre", serif; margin-top:0;}
.quick-answer .quick-answer-content {font-size: 18px;font-weight: 300;line-height: 27px;text-align: left; color:#000000; margin-bottom:25px;}
.quick-answer .button { min-height:52px;font-size: 16px;font-weight: 700;letter-spacing: 0.1em;}

.location-page h2,
.location-page h3,
.location-page h4,
.location-page h5,
.location-page h6 {font-family: "Abhaya Libre", serif;color:#1B1B1B;margin-bottom:17px;}
.location-page h2 {font-size: 56px;font-weight: 700;line-height: 56px; text-transform:uppercase; margin-top:60px; padding-top:0;}
.location-page h2 strong {font-family: "Poppins", sans-serif;font-size: 18px;font-weight: 700;line-height: 27px; display:block; color:#C49346;margin-bottom: 9px;}
.location-page p {font-size: 18px;font-weight: 300;line-height: 28.8px; letter-spacing:0;}
.location-page h3 { padding-top:0; margin-top:33px; font-size: 36px;font-weight: 700;line-height: 36px;}

.location-schedule-box {box-shadow: 0px 8.91px 28.52px 0px #00000038; background-color:#1B1B1B; border-radius:3px; text-align:center; padding:50px;background-image: url("data:image/svg+xml,%3Csvg width='264' height='382' viewBox='0 0 264 382' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.8'%3E%3Cpath opacity='0.3' d='M59.6239 -3.99717e-09L0 0L94.4045 382L158.997 382L59.6239 -3.99717e-09Z' fill='%23C79C65'/%3E%3Cpath opacity='0.3' d='M203.72 -3.66407e-09L149.064 198.442L178.876 317.507L263.344 -7.66124e-09L203.72 -3.66407e-09Z' fill='%23F9F5EC'/%3E%3C/g%3E%3C/svg%3E%0A");
background-repeat: no-repeat;background-position: center center;background-size: auto 100%;margin-bottom: 60px;margin-top: 32px;}
.location-schedule-box .location-schedule-title {margin:0 0 32px 0;}
.location-schedule-box .location-schedule-title, .location-schedule-box .location-schedule-title strong {  color:#fff; text-transform:capitalize;font-size: 48px;font-weight: 800;line-height: 43.2px;font-family: "Abhaya Libre", serif;}
.location-schedule-box .location-schedule-title strong { display:inline-block; color:#C79C65;}
.location-schedule-box .button { text-transform:uppercase; min-width:400px; }
.location-schedule-box .call-txt { margin-top:40px; text-align:center; }
.location-schedule-box .call-btn { font-weight: 700; font-size: 28px; line-height: 1.1; color: #fff; display: inline-block; position:relative; padding-left:61px; text-align:center;}
.location-schedule-box .call-btn .call-icon { width: 49px; height: 51px; position:absolute; left:0; top:0; }
.location-schedule-box .call-btn .call-icon svg { width:100%; }
.location-schedule-box .call-btn .call-small-text { display:block;font-size: 14px;font-weight: 600;line-height: 14px;letter-spacing: 0.28em; text-transform:uppercase;margin-bottom: 5px;}
.location-schedule-box .call-btn:hover { color:#C79C65;}

.location-page ul { margin-left:35px; margin-bottom:20px; }
.location-page ul li {font-size: 20px;font-weight: 600;color:#2B2B2B;}
.location-page ul li:before { width:12px; height:12px; border-radius:0; background:#C49346;top: 9px;}
.location-page blockquote {border: 11px solid #000000; padding:40px 40px 40px 130px; background:#F9F5EC;font-size: 16px;font-weight: 400;line-height: 25.6px;text-align: left; border-radius:0; color:#1B1B1B; margin:45px 0 60px 0;}
.location-page blockquote p {font-size: 16px;font-weight: 400;line-height: 25.6px;text-align: left;color:#1B1B1B;margin-bottom: 15px;}
.location-page blockquote .blockquote-name {font-size: 24px;font-weight: 700;line-height: 38.4px;text-align: left;font-family: "Abhaya Libre", serif; color:#1B1B1B; margin:0;}
.location-page blockquote:after { width:52px; height:37px; position:absolute; left:55px; top:45px; content:"";background-image: url("data:image/svg+xml,%3Csvg width='53' height='38' viewBox='0 0 53 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 22.5717H11.2858L3.76188 37.6194H15.0477L22.5717 22.5717V0H0V22.5717Z' fill='%23C79C65'/%3E%3Cpath d='M30.0938 0V22.5717H41.3796L33.8556 37.6194H45.1415L52.6654 22.5717V0H30.0938Z' fill='%23C79C65'/%3E%3C/svg%3E%0A");background-repeat: no-repeat;background-position: center center;background-size: 100%;}

.main-content ol, .cms-page-content ol, .location-page ol {list-style: none;counter-reset: my-awesome-counter; padding:0; margin:24px 0 36px 30px;}
.main-content ol li, .cms-page-content ol li, .location-page ol li {counter-increment: my-awesome-counter; position:relative; padding-left:48px;font-size: 20px;font-weight: 600;line-height: 1.5;text-align: left; color:#2B2B2B; margin-bottom:11px; min-height:33px;}
.main-content ol li:before, .cms-page-content ol li:before, .location-page ol li:before {content: counter(my-awesome-counter) " ";width:33px; height:33px; background:#C49346;font-size: 27.72px;font-weight: 800;line-height: 33px;text-align: center; color:#fff; position:absolute; left:0; top:0;}

.location-page .question-item .answer ul li:before {width: 8px; height: 8px;}
.location-page .question-item.opened .question { color:#CD9B49;}
.location-page + .total-claims:before,
.location-page + .total-claims + .home-consultation:before,
.location-page + .total-claims .section-inner:after { display:none; }

.state-location { background:#000000; padding:11px; margin:38px 0 58px 0; position:relative; }
.state-location:before,
.state-location:after { height:107px; width:73px; content:""; position:absolute; bottom:0;background-image: url("data:image/svg+xml,%3Csvg width='74' height='107' viewBox='0 0 74 107' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.8'%3E%3Cpath opacity='0.3' d='M16.7009 -1.11963e-09L0 0L26.4432 107L44.5358 107L16.7009 -1.11963e-09Z' fill='%23C79C65'/%3E%3Cpath opacity='0.3' d='M57.0631 -1.02632e-09L41.7539 55.5844L50.1044 88.9351L73.764 -2.14595e-09L57.0631 -1.02632e-09Z' fill='%23F9F5EC'/%3E%3C/g%3E%3C/svg%3E%0A");background-repeat: no-repeat;background-position: 0 0;
background-size: auto 100%; }
.state-location:before { left:45px; }
.state-location:after { right:45px; }

.state-location-inner{background:#F9F5EC; padding:42px;}
.state-location ul, .location-page .state-location ul { padding:0; margin:0; list-style:none;display: flex;flex-wrap: wrap;row-gap: 25px;}
.state-location ul li, .location-page .state-location ul li { width:33.333%;padding: 0;margin: 0;}
.state-location ul li:before, .location-page .state-location ul li:before { display:none;}
.state-location ul li .state-location-item,
.location-page .state-location ul li .state-location-item {font-size: 16px;font-weight: 700;line-height: 20.8px;text-align: left; color:#1B1B1B; position:relative; padding:0 8px 6px 8px;display: inline-block;}
.state-location ul li .state-location-item:before,
.location-page .state-location ul li .state-location-item:before { left:0; right:0; height:4px; background:#C49346; content:""; position:absolute; bottom:0;}
.state-location ul li a.state-location-item:hover,
.location-page .state-location ul li a.state-location-item:hover { color:#C49346;}
.location-moretext {display:none;animation: fadeIn 2s ease 0s 1 normal;margin-top: 25px;}
.location-show-btn .location-readmore {position: relative;cursor: pointer;font-size: 24px;font-weight: 700;line-height: 36px;letter-spacing: 0.1em;text-transform: uppercase;transition: 0.5s;width: 245px;color: #C49346;display: flex;justify-content: end; z-index: 1;}
.location-show-btn .location-readmore::before {content: "Show More";transition: 0.5s;  position: absolute;left: 0;top: 6px;}
.location-show-btn .location-readmore.less::before{content: "Show Less";transition: 0.5s;}
.location-show-btn .location-readmore span {display: block;width: 46px;height: 47px;}
.location-show-btn .location-readmore.less span {display: block;transform: rotate(-180deg);}
.location-show-btn {position: relative;padding: 29px 0 20px;text-align: center;display: flex;align-items: center;justify-content: center;}
.location-page .right-box-inner:after,
.location-page .right-box-inner:before { display:none; }
.location-page .right-box-inner {box-shadow: 0px 8.91px 28.52px 0px #00000038; background-color:#1B1B1B;border-radius: 3px;background-image: url("data:image/svg+xml,%3Csvg width='450' height='651' viewBox='0 0 450 651' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.8'%3E%3Cpath opacity='0.3' d='M101.987 -6.81193e-09L0.376953 0L161.26 651L271.338 651L101.987 -6.81193e-09Z' fill='%23C79C65'/%3E%3Cpath opacity='0.3' d='M347.551 -6.24427e-09L254.408 338.182L305.213 541.091L449.161 -1.30562e-08L347.551 -6.24427e-09Z' fill='%23F9F5EC'/%3E%3C/g%3E%3C/svg%3E%0A");
background-repeat: no-repeat;background-position: center center;background-size: auto 100%; padding-bottom:40px;}
.location-page .right-box-inner .sidebar-title { margin:0 0 25px 0;}
.location-page .right-box-inner .sidebar-title, .location-page .right-box-inner .sidebar-title strong { color:#fff;font-size: 42px;font-weight: 800;line-height: 31px;text-align: center; text-transform:capitalize;font-family: "Abhaya Libre", serif;letter-spacing: 0; }
.location-page .right-box-inner .sidebar-title strong { text-transform:uppercase; color:#C79C65; display:inline-block; }

.location-page .contact-form .gform_wrapper .gform_footer .gform_button.button {color: #fff !important;background: #C79C65 !important;border-bottom: 4px solid rgba(0, 0, 0, 0.4) !important;}
.location-page .contact-form .gform_wrapper .gform_footer .gform_button.button:hover,
.location-page .contact-form .gform_wrapper .gform_footer .gform_button.button:focus {color: #C79C65 !important;background: #fff !important;border-bottom-color: rgba(0, 0, 0, 0.4) !important;}
.location-page .right-box-inner .call-btn:hover {color: #c79c65;}
.location-page .right-box-inner .call-btn .call-small-text { text-align:center; }
