:root {
    --color--black: #2C2C2C;
    --color--one: #000;
    --color--two: #2c2c2c;
    --color--three: #5e5e5e;
    --color--four: #242424;
    --color--five: #931478;
    --color--six: #fff;
    --font-family--three: 'Poppins';
}
@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Black.woff2') format('woff2'),
        url('Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Poppins';
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
    overflow-x: hidden;
    color:#171717;
    line-height: 35px;
}
body, html {
    height: 100%;
}
body.nav-open-menu {
    overflow: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
.banner-title.h1{
    color: #fff;
}
img, svg {
    vertical-align: inherit;
}
:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.site-content-wraper .container {
    position: relative;
    z-index: 1;
}
a {
    text-decoration: none
}

a, .btn, input, select, textarea, button, img {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: #64241F;
}
ol {
    padding-left: 15px
}
.content-class ul {
    padding: 0;
    margin: 0;
    margin-left: 20px!important;
}
a img {
    outline: 0
}
input, select, textarea {
    outline: 0;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
input[type="submit"] {
    cursor: pointer
}
a:hover, a:focus {
    text-decoration: none
}
p:empty {
    display: none
}
p:last-child {
    margin-bottom: 0;
}

.wpcf7 .wpcf7-form-control-wrap {
    position: relative;
    display: block;
}
.wpcf7 span[data-name="PhoneNumber"] .wpcf7-not-valid-tip {
    opacity: 0;
    display: none;
}
.wpcf7 span[data-name="EmailAddress"]  label.error {
    opacity: 0;
}
.wpcf7 span[data-name="EmailAddress"] {
    position: relative;
}
.wpcf7 span[data-name="EmailAddress"] label#EmailAddress-error {
    opacity: 1;
}
/*iframe {
    border: none;
    width: 100%;
    height: 500px;
}*/
.alignnone {
    display: block;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 25px auto;
}
.aligncenter, div.aligncenter {
    width: auto !important;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
ul {
    padding: 0;
    margin: 0;
}

/*============ Heading CSS ============*/

.h1, h1 {
    font-family: "Antic Didone";
    font-weight: 400;
    font-size: 64px;
}
.h2, h2 {
    font-size: 50px;
    line-height: 65px;
    font-family: "Antic Didone";
    font-weight: 400;
}
.h3, h3 {
    font-size: 40px;
    font-family: "Antic Didone";
    font-weight: 400;
}
.h4, h4 {
    font-size: 35px;
    font-family: "Antic Didone";
    font-weight: 400;
}
h5 {
    font-size: 25px;
    line-height: 32px;
    font-family: "Antic Didone";
    font-weight: 400;
}
.h5 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    font-family: "Antic Didone";
}
.home-banner .banner-des .h1,
.home-banner .banner-des  h1 {
    color: #fff;
    text-align: center;
    font-size: 120px;
    font-weight: 400;
}
.page-banner .h1, .page-banner h1 {
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;

}

/*============ Heading CSS END ============*/

/*==================== Common CSS ====================*/
.space-pd {
    padding: 100px 0;
}
.space-mr {
    margin: 100px 0;
}

/*==================== Common CSS END ====================*/

/*.container {
    max-width: 1280px;
}*/
.container {
    max-width: 1500px;
}
.subtitle {
    color: #1B3546;
    letter-spacing: 3px;
    line-height: 19px;
}
.theme-btn {
    background-color: rgba(106, 115, 136, 1);
    color: #ffff;
    padding: 21px 44px;
    transition: all ease .5s;
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 20px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 19.99px;
    line-height: normal;
    text-transform: uppercase;
}
.theme-btn:hover {
    background-color: transparent;
    border: 2px solid rgba(106, 115, 136, 1);
    color: rgba(106, 115, 136, 1);
}
.btn {
    color: #ffffff;
    background: rgba(106, 115, 136, 1);
    border-radius: 20px;
    padding: 20px 35px;
    font-family: 'Poppins';
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 19.99px;
}
.btn-white {
    color: #6A7388;
    background: #fff;
    border-radius: 20px;
    padding: 21px 44px;
    font-family: 'Poppins';
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #fff;
    transition: .5s;
    font-size: 19.99px;
}
.btn-white:hover {
    color: #fff;
    background: #3d4860;
    border: 1px solid #3d4860;
    transition: .5s;
}
.banner-home-section::after {
    content: '';
    position: absolute;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 46.5%, rgba(0, 0, 0, 0.8) 100%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.banner-section-col {
    z-index: 9;
    position: relative;
}
.btn-gold {
    padding: 20px 35px;
    background: #CEA434;
    border: 1px solid #cea434;
    border-radius: 50px;
    color: #fff;
    font-family: 'Poppins';
    transition: .5s;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-gold:hover {
    color: #BFA95D;
    background: transparent;
    border: 1px solid #BFA95D;
}
.btn-transparent:hover {
    background-color: #CEA434;
    color: #2C2C2C;
    transition: .5s;
}
.btn:hover {
    color: #6a7388;
    background: #fff;
    border: 1px solid #6a7388;
}
/*header css start here*/

header#header {
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
    width: 100%;
    top: 0;
    z-index: 9999;
    -webkit-box-shadow: 0 5px 8px transparent;
    box-shadow: 0 0px 5px transparent;
    position: fixed;
    top: 0;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 4%, rgba(0, 0, 0, 0.8) 61.5%);
}
header#header.small-header {
    background-image: url(/wp-content/uploads/2025/05/background.png);
    padding: 0;
    transition: all ease .4s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*.main-menu .menu-header ul .current_page_item > a {
    color: #fff!important;
}*/
.wrap-header .menu-header ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-left {
    width: 234px;
}
.header-left a {
    display: flex;
}
.header-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 17px 0 17px 0px;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
    justify-content: space-between;
}
/*.small-header .header-row {
    padding: 0 5px;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;

}*/
.wrap-header .menu-header ul li {
    padding-left: 0;
}
.wrap-header .menu-header ul li ul li {
    margin-right: 0px;
}

.wrap-header .menu-header ul li {
    position: relative;
}

.wrap-header .menu-header ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 38px;
    text-align: left;
    text-transform: capitalize!important;
    font-weight: 400;
    text-decoration: none;
    display: block;
    position: relative;
    transition: all 0.3s ease-in-out;
    padding-right: 35px;
}
.wrap-header .menu-header ul li a:hover {
    color: #32BFFF;
}
.wrap-header .menu-header ul li a:before {
    display: block;
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 0;
    background: #32BFFF;
    transition: width 0.3s ease-in-out;
}
.wrap-header .menu-header ul li a:after {
    display: block;
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 0;
    background: #32BFFF;
    transition: width 0.3s ease-in-out;
}

.wrap-header .menu-header ul li a:hover:not(.sub-menu a),
.main-menu .menu-header ul .current_page_item > a,
.main-menu .menu-header ul .current_page_ancestor > a,
.main-menu .menu-header ul .current-menu-ancestor > a,
.main-menu .menu-header ul .current_page_parent > a {
    color: #a3b9ec;
}

#mainNav li.menu-item-has-children:hover:before

.main-menu .menu-header ul li.current-menu-ancestor

.wrap-header .menu-header ul li ul li.current-menu-item {
    background: #1b3546;
    color: #ffff;
}

.wrap-header .menu-header ul li ul li.current_page_item a{
    color: #fff!important;
}
.wrap-header .menu-header ul li ul li.current_page_item {
    background: #aab6d2;
    color: #ffffff;
}

.mobile-contact-title {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    /* line-height: normal; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-contact-title svg {
    margin-right: 10px;
}
.mobile-phonenumber a.header-ph {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 2px;
    line-height: normal;
}
.mobile-phonenumber a.header-ph:hover {
    color: #a3b9ec;
}
.mobile-phonenumber img {
    margin-right: 20px;
    height: 22px;
    width: 22px;
}
.header-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}
.header-language.a {
    background: rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
    border-radius: 40px;
}
.search-icon {
    cursor: pointer;
    display: block;
    padding-top: 0px;
    position: relative;
}
/*.search-icon::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 1px;
    background: rgba(255, 255, 255, 0.5);
    left: -10px;
    top: 8px;
}*/
.search-icon svg {
    margin-top: 13px;
    width: 18px!important;
    height: 18px!important;
}
.search-icon svg {
    height: 20px;
    width: 20px;
}
.search-icon svg:hover path {
    stroke: #32BFFF;
}
.mobile-phonenumber a.header-ph svg {
    margin-right: 10px;
    width: 22px;
    height: 22px;
}
.social-media-title {
    font-size: 18px;
    letter-spacing: 2px;
    color: #fff;
    padding-right: 15px;
}
.social-media {
    display: flex;
    align-items: center;
}
.quick-links {
    padding: 0px 0px 40px;
}
.social-media a svg path {
    fill: #fff;
}
.social-media svg {
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    padding: 10px;
    transition: 0.5s;
}
.social-media svg:hover {
    background: #32BFFF;
}
.social-media a:hover svg path {
    fill: #fff;
}
.social-media .follow-title {
    font-size: 16px;
    text-transform: uppercase;
    margin-left: 20px;
}
.social-media a {
    display: flex;
    margin-right: 20px;
}
.copyright {
    color: #fff;
    padding: 6px 0;
    background-color: #43484f;
}
.header-button a.button {
    background: -o-linear-gradient(275.97deg,#1B3546 7.6%,#ceab70 34.13%,#ab8955 83.51%,#815f35 134.29%);
    background: linear-gradient(174.03deg,#1B3546 7.6%,#ceab70 34.13%,#ab8955 83.51%,#815f35 134.29%);
    padding: 12px 36px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-weight: 600;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-button a.button img {
    margin-right: 12px;
}

.header-button a.button svg {
    margin-right: 10px;
}

/*menu dropdown*/
.menu-header ul.sub-menu {
    display: none !important;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 99%;
    left: 0;
    text-align: left;
    min-width: 250px;
    background: #fff;
    z-index: 2;
    -webkit-box-shadow: 0px 17px 16px rgba(0,0,0,.15);
    box-shadow: 0px 17px 16px rgba(0,0,0,.15);
}
.menu-header ul.sub-menu li {
    border-bottom: 1px solid #000;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 0 9px !important;
    position: relative;
}
.menu-header ul.sub-menu li:hover {
    background: #aab6d2;
}
ul.sub-menu li a {
    color: black!important;
}
.menu-header ul.sub-menu li a {
    color: #000;
}
.menu-header ul.sub-menu li:hover> a {
    color: rgb(23, 163, 227);
}
#mainNav>li.menu-item-has-children {
    position: relative;
    margin-right: 15px;
}
.menu-header ul.sub-menu li:last-child {
    border: none;
}
.wrap-header .menu-header ul li a:hover::after,
.wrap-header .menu-header ul li a:hover::before{
    display: none;
}

.menu-header ul.sub-menu li {
    margin: 0;
}

#mainNav li.menu-item-has-children:hover > ul.sub-menu {
    display: block !important;
}
.menu-header ul.sub-menu ul.sub-menu {
    left: 100%;
    top: 0;
}
.menu-header ul.sub-menu li:hover > a {
    color: #fff !important;
}
#mainNav li.menu-item-has-children:before {
    content: "";
    right: 24px;
    position: absolute;
    top: 46%;
    width: 7px;
    height: 7px;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform-origin: 5px 0px;
    -ms-transform-origin: 5px 0px;
    transform-origin: 5px 0px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}
#mainNav li.menu-item-has-children:hover:before,
#mainNav li.current-menu-ancestor:before {
    -webkit-transform: rotate(225deg) translateY(-50%);
    -ms-transform: rotate(225deg) translateY(-50%);
    transform: rotate(225deg) translateY(-50%);
    border-right: 1px solid rgba(170, 182, 210, 1);
    border-bottom: 1px solid rgba(170, 182, 210, 1);
}

.main-menu .menu-header ul .current_page_parent>a #mainNav li.menu-item-has-children:before {
    border-right: 2px solid #32bfff;
    border-bottom: 2px solid #32bfff;
}
#mainNav li.menu-item-has-children ul.sub-menu>li.menu-item-has-children:before {
    -webkit-transform: rotate(225deg) translateY(-50%);
    -ms-transform: rotate(225deg) translateY(-50%);
    transform: rotate(314deg) translateY(-50%);
    border-right: 2px solid #000;
    border-bottom: 2px solid #161616;
}
#mainNav li.menu-item-has-children ul.sub-menu>li.menu-item-has-children:before {
    content: "";
    right: 12px;
    position: absolute;
    top: 20px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform-origin: 5px 0px;
    -ms-transform-origin: 5px 0px;
    transform-origin: 5px 0px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}
.menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

#mainNav li.menu-item-has-children ul.sub-menu>li.menu-item-has-children:hover:before {
    border-color: #fff;
}
header#heade a.top-logo {
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}
.small-header .social-media {
    padding: 0;
}
header#header.small-header .top-logo svg {
    height: 70px;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}
/*fixed header end css here*/

/*header search icon css start here*/

.header-search-box.open-search {
    opacity: 1;
    height: 100px;
    z-index: 999999;
}
.header-search-box {
    position: fixed;
    background-color: rgba(106, 115, 136, 1);
    width: 100%;
    transition: all 0.5s ease 0s;
    top: 0;
    right: 0;
    height: 150px;
    z-index: 99999;
    transform: translateY(-100%);
}
.header-search-box .search-input-wrap .searchform {
    position: absolute;
    left: 50%;
    top: 35%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 70%;
    margin: 0 auto;
    width: 100%;
}
.header-search-box input.search {
    height: 55px;
    background: 0 0;
    color: #fff;
    padding: 8px 58px 8px 10px;
    border: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    border-radius: 0;
}
.search-input-wrap svg path {
    stroke: #fff;
}
.search-icon svg:hover path {
    stroke: #a3b9ec;
}
.search-input-wrap span.msg-side-form {
    position: absolute;
    right: 68px;
    bottom: 0px;
    color: red;
    font-weight: 14px;
}
#site-searchs {
    top: 0;
    position: absolute;
    right: 0;
    width: auto;
    height: 55px;
    border: none;
    padding: 13px 20px;
    line-height: 38px;
    cursor: pointer;
    background: 0 0;
}
#site-searchs svg:hover path {
    stroke: #fff;
    transition: 0.3s;
}
.header-search-box span.closebtn:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-search-box span.closebtn:before, .header-search-box span.closebtn:after {
    position: absolute;
    content: "";
    height: 30px;
    width: 2px;
    background-color: #fff;
}
.header-search-box span.closebtn:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.header-search-box span.closebtn:before, .header-search-box span.closebtn:after {
    position: absolute;
    content: "";
    height: 27px;
    width: 2px;
    background-color: #fff;
}
.header-search-box span.closebtn:hover:before, .header-search-box span.closebtn:hover:after {
    background-color: #fff;
}
.header-search-box span.closebtn {
    cursor: pointer;
    top: 25%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 0px;
    width: 35px;
    height: 35px;
}
.header-search-box  input.search::-webkit-input-placeholder {
    color: #fff;
}
.header-search-box  input.search::-moz-placeholder {
    color: #fff;
}
.header-search-box  input.search:-ms-input-placeholder {
    color: #fff;
}
.header-search-box  input.search::-ms-input-placeholder {
    color: #fff;
}
.header-search-box  input.search::placeholder {
    color: #fff;
}

.search-icon img.search {
    height: 20px;
    width: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    border-left: 1px solid #000;
    padding-left: 5px;
}
/*header search icon css end here*/
/*header css  end here*/
/*footer css start here*/

footer#footer {
    color: #fff;
    padding-bottom: 30px;
    padding-top: 60px;
    background-image: url(/wp-content/uploads/2025/05/footer-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
footer#footerd {
    color: #fff;
    padding-bottom: 40px;
    padding-top: 80px;
    background-image: url(/wp-content/uploads/2025/05/footer-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-heading {
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 25px;
}
.footer-content p {
    font-size: 16px;
    line-height: 30px;
}

.footer ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 8px 0;
    text-transform: uppercase;
}
.footer-content {
    padding-top: 20px;
}

.footer ul li a:hover {
    color: #cea434;
}
.footer ul .current_page_item a {
    color: #cea434;
}
ul#menu-footer-menu {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.quick-links ul li {
    padding: 0;
    list-style: none;
}
.nap-content {
    display: flex;
    justify-content: space-between;
}
.nap-content .get-direction {
    padding-left: 45px;
    padding-bottom: 15px;
}
.nap-content .location-icon,
.nap-content .call-img {
    padding-right: 20px;
}

.footer-contact .nap-contact-block a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 400;
}
.nap-address-item {
    margin-left: -13px;
}
.nap-address-item svg {
    height: 24px;
    width: 24px;
}
.footer-nap-call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
}

.footer-nap-call .call-img img {
    height: 26px;
    width: 26px;
}


.footer-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-location .location-icon img {
    padding-right: 18px;
}
.nap-address span {
    font-size: 16px;
}
.nap-address-block {
    text-transform: uppercase;
}
.get-direction a.direction-link {
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 16px;
    text-transform: uppercase;
}
.get-direction a.direction-link:hover,
.nap-address-item a:hover{
    color: #32BFFF;
    transition: 0.5s;
}


/*language translator*/
.header-language.a select {
    background: transparent;
    color: #fff;
    text-shadow: none !important;
}
.header-language.a select {
    color: #fff;
    text-shadow: none !important;
    border: none;
    text-transform: uppercase;
}

.header-language.a option {
    background-color: #1B3546 !important;
}
/*home banner*/

.banner-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-banner {
    height: 97vh;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.home-banner .container {
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-banner .banner-des {
    text-align: center;
    position: relative;
    z-index: 1;
    z-index: 99;
    padding-top: 60px;
}
.banner-des .subtitle {
    font-size: 55px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    padding-bottom: 55px;
    padding-top: 20px;
}
.banner-video {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.home-banner .contact-sec {
    position: fixed;
    z-index: 1;
    right: 30px;
    bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #1B3546;
    color: #fff;
    border-radius: 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 99;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.phone:hover {
    background-color: #242E3D;
    border-radius:30px 0px 0 30px;
    border: 1px solid #fff;
}
.phone {

    padding: 9px 15px;
    border: 1px solid transparent;
    border-right: 1px solid #fff;
}
.hover-state:hover {
    background: #242E3D;
    border: 1px solid #fff !important;

}
.home-banner .contact-sec .email.contact-links {
    border: 1px solid transparent;
    border-right: 1px solid #fff;
    padding: 7px 12px;
}
.home-banner .contact-sec .phone-number.contact-links {
    border: 1px solid transparent;
    border-right: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 12px;

}
.home-banner .contact-sec .calender-icon:hover {
    background: #242E3D;
    border: 1px solid #fff;
}
.home-banner .contact-sec .calender-icon {
    padding: 7px 12px;
    border: 1px solid transparent;
    padding-right: 8px;
    border-radius: 0 28px 28px 0;
}
.home-banner .contact-sec svg {
    margin-top: 8px;
}
.home-banner .contact-sec .calender-icon svg {
    margin-right: 10px;
}
.banner-content p {
    font-size: 25px;
    line-height: 45px;
    font-weight: 400;
}
.banner-form {
    padding: 54px 0 30px 0;
}
.scroll-img img {
    position: absolute;
    bottom: -10px;
    width: 130px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*Home page css start here*/
/*banner css end*/


.page-banner {
    height: 420px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: end;
    padding-bottom: 110px;
}
.page-banner:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    z-index: 0;
    bottom: 0;
}
.page-banner .banner-content {
    padding: 0;
}
.breadcrumbs-block {
    background-color: #f2f2f2;
    padding: 6px 0;
    display: none;
}
.heading {
    margin-bottom: 15px;
    margin-top: 13px;
}
.sub-heading {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.3em;
    margin-bottom: 30px;
}
textarea{
    resize:none;
}

.wpcf7 .wpcf7-response-output {
    display: none;
}
.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error, .wpcf7 .email-error {
    color: #fff;
    margin-bottom: 0;
    display: block;
    position: absolute;
    bottom: -16px;
    right: 0px;
    font-size: 11px;
    background-color: #c20000;
    padding: 0px 4px;
    border-radius: 0;
    height: auto;
    line-height: 16px;
    z-index: 1;
}
.wpcf7 .wpcf7-not-valid-tip {
    display: none;
}
/*==== Sidebar Form ===*/
.blog-search input {
    border: 1px solid #AAB6D2;
    padding: 20px;
    border-radius: 0;
    padding-right: 54px;
    background-color: rgba(242, 246, 255, 1);
}
.search-page em {
    word-wrap: break-word;
}
.blog-search {
    margin-bottom: 20px;
}
.prev {
    color: #54595F !important;
    width: 70px !important;
    height: 70px !important;
    background: #E2E2E2;
    border: none !important;
    padding: 0;
    border-radius: 50px!important;
}
.blog-search button {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog-sidebar {
    padding-left: 14px;
}
.sidebar-form .sidebar-heading {
    font-family: Antic Didone;
    font-weight: 400;
    font-size: 32px;
}
.sidebar-frm .wpcf7-textarea {
    height: 150px!important;
}
.footer-frm .form-control, .infusion-field input[type="text"] {
    border: none;
    border: 1px solid #FFFFFF;
    background-color: transparent;
    border-radius: 10px!important;
    padding: 15px 15px 10px;
    color: #ffffff;
    margin-bottom: 20px;
}
.footer-frm .form-control:focus {
    color: #ffffff;
    background-color: #ffffff00;
    border-color: #a3b9ec;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}
.footer-frm option {
    color: black;
}
.sidebar-form {
    background: #AAB6D2;
    padding: 40px 35px;
    color: black;
    border-radius: 20px;
}
.sidebar-form ul li {
    list-style: none;
}
.sidebar-form ul li a {
    color: black;
    transition: .5s;
}
.sidebar-form li a:hover {
    color: white;
    transition: .5s;
}
.sidebar-form .form-group {
    margin-bottom: 20px;
}
.sidebar-form .form-control {
    font-size: 16px;
    border-bottom: 1px solid #171717!important;
    font-weight: 300;
    background: no-repeat;
    padding: 12px 0;
    border-radius: 0!important;
    color: #000000;
    border: none;
}
.sidebar-form .form-control::placeholder {
    color: black!important;
}
.sidebar-form .form-control:focus{
    border-color: #fff;
    color: #fff;
}
.sidebar-form .form-control::placeholder {
    color: #fff !important;
    letter-spacing: 1px;
}
.sidebar-form .submit-btn {
    display: block;
}
.sidebar-form .submit-btn input[type="submit"] {
    background: #32BFFF;
    color: #fff;
    border-color: var(--color--gold);
    width: auto;
    text-align: center;
}
.sidebar-form .submit-btn input[type="submit"]:hover {
    border-color: #fff;
    background: none;
    color: #fff;
}
.sidebar-form .wpcf7-form ::-webkit-input-placeholder {
    color: rgba(255,255,255,0.4);
}
.sidebar-form .wpcf7-form ::-moz-placeholder {
    color: rgba(255,255,255,0.4);
}
.sidebar-form .wpcf7-form :-ms-input-placeholder {
    color: rgba(255,255,255,0.4);
}
.sidebar-form .wpcf7-form :-moz-placeholder {
    color: rgba(255,255,255,0.4);
}
.sidebar-form .theme-btn {
    background: #32BFFF;
    color: #fff;
}
.sidebar-form .theme-btn:hover {
    background: none;
    color: #fff;
    border-color: #fff;
}
.contact-us .formbox {
    margin-bottom: 30px;
}
.contact-us .formbox.message-box {
    width: 88%;
}
.contact-us .formbox input, .contact-us .formbox textarea {
    background: 0 0;
    color: #fff;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 0;
    padding: 24px 0;
}
.our-contact-form .formbox input, .our-contact-form .formbox textarea {
    color: #000;
}
.contact-us .formbox input::placeholder,
.contact-us .formbox textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}
.contact-us .formbox textarea {
    height: 85px;
}
.contact-us .form-btn {
    position: absolute;
    right: 0;
    bottom: 32px;
    padding: 0;
}

.contact-us {
    position: relative;
}
.banner-form .form-title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.about-img img {
    display: block;
}
.practice-area-list {
    height: 600px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}
.practice-area {
    overflow: hidden;
}

.practice-content {
    position: absolute;
    padding: 20px 42px 80px;
    height: 100%;
    bottom: 0;
    transition: all .9s ease;
    opacity: 1;
    display: flex;
    align-items: flex-end;
    color: #fff;
}

.practice-area-list:hover .practice-content, .practice-area-list.active .practice-content {
    bottom: 0;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: .4s;
    z-index: 2;
    transition: all ease .9s;
}
.practice-area-list.active .practice-content .prac-info {
    height: 208px;
    transition: 1s;
    opacity: 1;
}

.practice-area-list  .practice-content .prac-info {
    height: 0;
    transition: 1s;
    opacity: 0;
}
.practice-area-heading {
    font-size: 25px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 16px;
}
.practice-area-title {
    font-size: 25px;
    color: #fff;
    position: absolute;
    bottom: 12%;
    color: #fff;
    font-weight: 600;
    left: 8%;
}
.practice-area-list.active .practice-area-title {
    opacity: 0;
    transition: all ease .5s;
    bottom: 0;
}

.practice-area-list:before {
    content: '';
    background-image: url('/wp-content/uploads/2024/11/Rectangle-16.png');
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 100%;
}
.practice-area-page .practice-area-list {
    height: 680px;
}
.practice-area-heading a.button {
    text-decoration: none;
}
.practice-content-inner a {
    position: relative;
    text-decoration: none;
}
.practice-content-inner a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    background: #fff;
}
.practice-content-inner a:hover:after {
    background: #32bfff;
}
.button {
    color: #000;
    text-transform: capitalize;
    font-weight: 400;
    display: block;
    align-items: center;
    transition: 0.8s;
    text-decoration: none;
}
.testimonial-section {
    background: #F7FCFF;
    overflow: hidden;
}
.testimonial-list .slick-dots li button:before {
    font-size: 45px;
}
.testimonial-list .quote-icon {
    margin-bottom: -44px;
}
.item .testimonial-content {
    color: #464646;
}
.testimonial-list .title {
    color: #000;
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 15px;
}
.item.slick-slide {
    opacity: 50%;
}
.item.slick-active {
    opacity: 100% !important;
}
.viewall-testimonial {
    margin-top: 70px;
}
.injury-sec-video video#video {
    height: 600px;
    width: 100%;
    object-fit: cover;
}
.newsletter-sec {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 80%;

}
.newsletter .formbox input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    padding: 22px 0px;
    width: 95%;
}
.newsletter .formbox input::placeholder {
    color: #fff;
}
.newsletter-form {
    background-color: rgba(255, 255, 255, 0.35);
    padding: 80px 0;
}
.newsletter-form p {
    color: #fff;
}
.newsletter {
    padding: 0 30px;
}
.attorney-img {
    overflow: hidden;
    transition: all ease .8s;
}
.attorney-img img:hover {
    transform: scale(1.1);
    overflow: hidden;
    transition: all ease .8s;
}
.attorneys-header h2 span {
    display: block;
    color: #32BFFF;
}
.award-logos {
    border-right: 1px solid rgba(70, 70, 70, 0.2);
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 160px;
    padding: 0 15px;
}
#award-slider {
    border-top: 1px solid rgba(70, 70, 70, 0.2);
}
.content-sec {
    background-color: #1B3546;
    color: #fff;
}
.content-sec img {
    width: 100%;
}
.content-sec .image-wrap {
    padding-right: 20px;
}
.attorney-img img {
    width: 100%;
    transition: all ease .8s;
}
.footer-contact .formbox input,
.footer-contact .formbox textarea {
    padding: 20px 0px;
    border-radius: 0;
    border-bottom: 1px solid rgba(30, 30, 30, 0.5);
}
.footer-contact .formbox {
    margin-bottom: 30px;
}
.injury-sec-con {
    padding-right: 50px;
}

.footer-contact .formbox.FirstName,
.footer-contact .formbox.email {
    padding-right: 40px;
}

.hover-content {
    position: absolute;
    padding: 0 42px 0;
    height: 100%;
    top: 100%;
    transition: all .7s ease;
    opacity: 0;
    display: flex;
    align-items: center;
    color: #fff;
    background-color: rgba(27,53,70,.7);
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.team-page .attorney-card-inner:hover .hover-content {
    top: 0;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 2;
    transition: all ease .7s;
}
.team-page .attorney-img {
    position: relative;
}
.team-page .attorney-img img:hover {
    transform: unset;
}
.about-page .inner-content {
    background: #f7fcff;
    height: 100%;
    padding: 0px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-page .about-content {
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 50px;
    padding: 40px 50px;
}
.testimonial-con {
    background-color: #1B3546;
    color: #fff;
    padding: 70px 0;
    text-align: center;
}
.testimonial-con .author-name {
    font-weight: 600;
    font-size: 20px ;
}
.about-page .inner-content .social-media svg path {
    fill: #1B3546;
}
.about-page .inner-content .social-media svg {
    border: 1px solid #1B3546;
}
.about-page .inner-content .social-media svg:hover path {
    fill: #fff;
}
.about-page .inner-content .social-media a {
    margin-top: 10px;
    margin-bottom: 40px;
}
.about-edu-wrap {
    border: 1px solid #1b3546;
    border-radius: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 50px 60px;
    transition: .5s;
    height: 100%;
}
.about-edu-wrap:hover {
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.1);
    border: 1px solid transparent;
    transition: 0.5s;
}
.about-edu-wrap .title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 20px 0;
}
.about-attorney-img img {
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.about-page .inner-content p {
    line-height: 35px;
    word-spacing: 2px;
}
.loop-col {
    padding: 0px 0px 60px 0px;
    transition: 0.5s;
}
.post-content a.read-more-btn {
    font-family: Urbanist;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    text-decoration: underline;
    color: rgba(206, 164, 52, 1);
    transition: .5s;
    text-transform: uppercase;
}
.post-content a.read-more-btn:hover {
    color: rgba(25, 49, 84, 1);
    background-color: transparent;
    border: none;
    transition: 0.5s;
}
.post-content .content {
    margin-bottom: 15px;
    margin-top: 15px;
}
.post-image {
    height: 100%;
}
.post-image img.featured {
    display: block;
    object-fit: cover;
    border-radius: 20px;
}
.blog-page img {
    height: 450px;
    width: 100%;
}
span.page-numbers.current {
    background: #6A7388;
    color: #fff;
    height: 60px;
    width: 60px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    border-radius: 50%;
    margin: 0 10px;
}
a.page-numbers {
    border: 1px solid #E2E2E2;
    height: 60px;
    width: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 10px;
    color: #54595F;
    background-color: #E4E4E4;
}
a.page-numbers:hover {
    background: #6A7388;
    border: 1px solid #6A7388;
    color: #fff;
    transition: .5s;
}
a.prev:hover {
    color: #BFA95D!important;
}
a.next {
    color: #54595F!important;
    width: 60px!important;
    height: 60px!important;
    background: rgba(236, 236, 236, 1);
    border: none!important;
    padding: 0;
    border-radius: 50px;
    transform: rotate(180deg);
}
a.next svg path {
    color: #6a7388;
    fill: #6a7388;
}
a.next svg {
    transform: rotate(180deg);
    width: 20px;
    height: 20px;
}
a.prev svg {
    width: 20px;
    height: 20px;
}
a.next:hover {
    color: #cea434 !important;
}
.blog-title {
    line-height: 65px;
}
a.page-numbers:hover svg path {
    stroke: #fff;
    fill: white;
}
nav.navigation.pagination {
    justify-content: center;
    position: relative;
    /* border-top: 1px solid #D0D0D0; */
    /* padding-top: 70px; */
    margin-top: 70px;
}
nav.navigation.pagination a.next {
    right: 0;
    position: absolute;
    margin: 0;
}
nav.navigation.pagination a.prev {
    position: absolute;
    left: 0;
    margin-left: 0;
    width: 60px!important;
    height: 60px!important;
}
.single-post-detail a {
    color: #000;
    text-decoration: underline;
    transition: 0.5s;
}
.single-post-detail a:hover {
    color: #32bfff;
    text-decoration: none;
}
.single-post-detail ul {
    padding-left: 20px;
}
.modal-content {
    border: 2px solid #32bfff;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 0;
    padding: 40px 80px;
}
.btn-close {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    width: 40px;
    height: 40px;
    background-color: rgb(148 168 214);
    color: #ffffff;
    font-size: 8px;
    /* border: 1px solid rgb(55 89 133); */
    z-index: 9;
    opacity: 1;
}
.modal-body a {
    color: #32bfff;
    text-decoration: underline;
    transition: 0.5s;
}
.modal-body a:hover {
    color: #000;
    text-decoration: none;
}
button#html5-close {
    background-image: url('/wp-content/uploads/2024/12/lightbox-close.png') !important;
    background-repeat: no-repeat !important;
    height: 100%;
    width: 100%;
    background-position: top right !important;
}
.star-icon-wraper.filled {
    display: inline-block;
    background-image: url(/wp-content/uploads/2025/01/Star-3.svg);
    background-repeat: no-repeat;
    background-size: 22px;
    height: 22px;
    width: 27px;
    background-position: center;
}
.video-list {
    background-color: #F7FCFF;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 30px 20px;
}
.video-list .play-icon {
    position: absolute;
    bottom: 56%;
    left: 42%;
    /* transform: translate(-50%,-21%); */
}
.video-list img {
    display: block;
    width: 100%;
}
.video-list .play-icon:hover {
    opacity: 50%;
    transition: 0.5s;
}
.accordion-item {
    background-color: rgba(170, 182, 210, 1);
    border-radius: 0 !important;
    margin-bottom: 20px;
    padding: 0px 0 0 0;
    border: none;
}
.accordion-header button {
    background: none !important;
    box-shadow: none !important;
}
.accordion-body {
    padding: 0 20px 20px;
    font-family: Poppins;
    font-weight: 300;
    font-size: 16px;
    line-height: 35px;
    color: #fff;
    background-color: #6a7388;
}
.accordion-button::after {
    flex-shrink: 0;
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: url(/wp-content/uploads/2025/07/faq-arrow.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    transition: var(--bs-accordion-btn-icon-transition);
    margin-top: 0px;
    background-color: rgb(255 255 255);
    padding: 28px;
    width: 0%;
    border-radius: 100px;
    background-position: center;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(/wp-content/uploads/2025/05/Vector-1.svg);
    transform: var(--bs-accordion-btn-icon-transform);
    background-color: #fff;
    padding: 28px;
    width: 0%;
    border-radius: 100px;
    background-position: center;
    background-size: 16px;
}
.accordion-button {
    color: #fff;
}
.read-more a.read-btn {
    text-transform: uppercase;
    color: #32bfff;
    transition: 0.5s;
    position: relative;
}
.read-more a.read-btn:hover::after {
    background: #071620;
    transition: 0.5s;
}

.read-more a.read-btn::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #32bfff;
    left: 0;
}
.read-more a.read-btn svg {
    margin-left: 10px;
    transition: 0.5s;
}
.read-more a.read-btn svg path {
    fill: #32bfff;
}
.read-more a.read-btn:hover {
    color: #071620;
    text-decoration: none;
}

.read-more a.read-btn:hover svg path {
    fill: #071620;
}
.accordion-button:not(.collapsed) {
    color: #ffff;
    font-size: 25px;
    border-bottom: 1px solid #fff;
}
.faq-question .accordion-button[aria-expanded="false"]::after {
    background-image: url("/wp-content/uploads/2024/12/1.png");
    transition: 0.3s;
    transform: none !important;
    position: absolute;
    right: 35px;
    box-shadow: none;
    background-color: #32BFFF;
    border-radius: 50%;
    background-position: center;
    padding: 20px;
}
.faq-question .accordion-button[aria-expanded=false]:after {
    background-image: url("/wp-content/uploads/2024/12/unnamed-file.png");
    transition: .3s;
    transform: none !important;
    position: absolute;
    right: 35px;
    box-shadow: none;
    background-color: #32BFFF;
    border-radius: 50%;
    background-position: center;
    padding: 20px;
}



.faq-question .accordion-button[aria-expanded="true"]::after {
    background-image: url("/wp-content/uploads/2024/12/unnamed-file.png");
    transform: none !important;
    transition: 0.3s;
    position: absolute;
    right: 35px;
    top: 38px;
    box-shadow: none;
    background-color: #32BFFF;
    border-radius: 50%;
    background-position: center;
    padding: 20px;
    background-size: inherit;
}

.faq-question .accordion-button[aria-expanded="false"]::after {
    background-image: url("/wp-content/uploads/2024/12/1.png");
    transition: 0.3s;
    transform: none !important;
    position: absolute;
    right: 35px;
    box-shadow: none;
    background-color: #32BFFF;
    border-radius: 50%;
    background-position: center;
    padding: 20px;
    background-size: inherit;
}

/* nap new css */
.nap-address-info .location-center {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: flex;
}
.nap-postal-address-wrapper .nap-wrapper .nap-contact-info {
    width: 100%;
    display: flex;
    margin-top: 20px;
    align-items: center;
}
.nap-postal-address-wrapper .nap-wrapper .location-icon {
    display: flex;
    margin-right: 15px;
    position: relative;
    top: 5px;
}
.nap-postal-address-wrapper .nap-wrapper .nap-contact-info .call-img {
    display: flex;
    margin-right: 15px;
}
.nap-wrapper .nap-contact-info a:hover span, .nap-wrapper .nap-contact-info a:hover, .nap-address-info a.direction-link:hover {
    color: #a3b9ec;
}
.nap-address-info a.direction-link:hover {
    border-color: #fff;
    color: white;
}
.nap-address-info a.direction-link {
    font-size: 16px;
    font-weight: 600;
    color: #a3b9ec;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}

.nap-address-info .nap-contact-info a:hover span {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
}

.nap-wrapper .nap-contact-info a span, .nap-wrapper .nap-contact-info a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.nap-postal-address-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.nap-postal-address-wrapper .nap-wrapper {
    width: 100%;
}
.nap-postal-address-wrapper .nap-wrapper .nap-address-info {
    width: 100%;
    display: flex;
    flex-direction: column;
}
/* nap new css */
.post-lists .search-post-loop {
    margin-bottom: 50px;
    background: #eee;
    padding: 30px 40px;
}
.search-page .no_result a {
    color: #a3b9ec;
    text-decoration: underline;
    transition: 0.5s;
}
.search-page .no_result a:hover {
    color: #000;
    text-decoration: none;
}
/*  Guide page css */
.guide-form {
    background: rgba(255,255,255,.25);
    color: #fff;
    text-align: center;
    padding: 80px 60px;
    background-size: cover;
    background-position: 70%;
}
.guide-form .formbox input {
    background: transparent;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 40px 0;
    color: #fff;
}
.guide-form .formbox input::placeholder {
    color: #fff;
}
.guide-form .formbox.acceptance {
    text-align: left;
    padding-top: 30px;
}
.guide-form .formbox.acceptance span.wpcf7-list-item {
    margin: 0;
}
.guide-form .wpcf7 .wpcf7-acceptance  .wpcf7-list-item-label {
    display: inline-block !important;
    transition: none !important;
    margin-left: 7px;
    line-height: normal;
}
.submitting .form-btn .wpcf7-submit {
    pointer-events: none;
    opacity: 0.2;
}
.guide-form .wpcf7 .wpcf7-acceptance  .wpcf7-list-item-label * {
    transition: none;
}
div#breadcrumbs a {
    color: #000000;
    transition: 0.5s;
    font-weight: 400;
}
div#breadcrumbs a:hover {
    color: #000000c4;
}
.testimonials {
    background-color: rgba(246, 246, 246, 1);
    height: 365px;
    padding: 40px 30px;
}
.testimonial-name{
    color:rgba(70, 70, 70, 1);
    font-weight:700;
}
.testimonials .read-more a{
    color:rgba(50, 191, 255, 1);
    font-weight:600;
    transition: 0.5s;
}
.testimonials .read-more a:hover {
    color: #071620;
}
.testimonials-wrap {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.our-contact-form .footer-contact input::placeholder{
    color:grey;
    font-weight:400;
}
.our-contact-form .footer-contact textarea::placeholder{
    color:grey;
    font-weight:400;
}
.our-contact-form .footer-contact textarea{
    height:162px;
}
.office-location iframe{
    height:582px;
    margin-bottom:0;
    display: block;
}
.thankyou-page a {
    color: rgba(170, 182, 210, 1);
    transition: 0.5s;
    text-decoration: underline;
}
.thankyou-page a:hover {
    color: #000;
    text-decoration: none;
}
.review-schema-result {
    background: #eee;
}
.about-page .about-content a {
    color: #32BFFF;
    transition: 0.5s;
}
.about-page .about-content a:hover {
    color: #000;
}
.parent-pages {
    background: #ececec;
    margin-top: 30px;
    padding: 40px 30px;
}
.parent-pages .widget-title {
    font-size: 25px;
    text-transform: capitalize;
    color: rgba(44, 44, 44, 1);
    font-weight: 600;
    margin-bottom: 10px;
}
.parent-pages li {
    position: relative;
}
.parent-pages li:after {
    background-image: url(/wp-content/uploads/2025/05/Vector-1.svg);
    position: absolute;
    right: 0;
    top: 10px;
    width: 17px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    height: 14px;
}
.parent-pages li {
    list-style: none;
}
.parent-pages ul li {
    color: rgba(44, 44, 44, 1);
    padding: 10px 0;
}
.parent-pages ul li a {
    color: rgba(44, 44, 44, 1);
    transition: 0.5s;
}
.parent-pages ul li a:hover {
    color: rgba(206, 164, 52, 1);
}
.sidebar-blog-list li a:hover {
    color: rgb(106 115 136);
}
.default-page .default-content a.button {
    background: #32BFFF;
    padding: 10px 20px;
    text-decoration: none;
    transition: 0.8s;
    color: #fff;
}
.default-page .default-content a.button:hover {
    color: #000;
}
.default-page .default-content a {
    color: #6699d4;
    transition: 0.8s;
}
.page-id-493 .default-page .default-content a {
    color: #a3b9ec;
    transition: 0.8s;
    font-weight: 500;
}
.copyright-text a {
    color: #a3b9ec;
}
.copyright-text a:hover {
    color: white;
    transition: .5s;
}
.default-page .default-content a:hover {
    color: #000;
}
.default-page .default-content ul {
    padding-left: 35px;
}
.helping-injury,
.our-attorneys-sec,
.content-sec {
    overflow: hidden;
}
.privacy-policy {
    padding-left: 30px;
}
.privacy-policy a {
    color: #fff;
    transition: 0.5s;
}
.privacy-policy a:hover {
    color: #32bfff;
}
.attorneys-header a {
    color: #000;
    transition: 0.5s;
}
.attorneys-header a:hover {
    color: #32bfff;
}
.about-content .h2.text-uppercase {
    width: 60%;
}
.about-section-page {
    padding-top: 70px;
}
.author-name.attorney-bio h5:hover {
    color: #32bfff !important;
    transition: all ease .5s;
}
.author-name.attorney-bio h5 {
    font-weight: 600;
}

div#html5lightbox-watermark,
.html5-title {
    display: none !important;
}
.blog-title.h5 {
    color: rgba(44, 44, 44, 1);
    transition: .5s;
    font-weight: 600;
    font-size: 30px;
    transition: 0.5s;
    line-height: 45px;
}
.blog-title.h5:hover {
    color: #AAB6D2;
    transition: 0.5s;
}
.blog-search .input-group {
    gap: 10px;
}
.blog-search .form-control:focus {
    color: #000000;
    background-color: var(--bs-body-bg);
    border-color: #6a7388;
}
.single-post-detail .content {
    padding-top: 10px;
}
.home-form {
    background-image: url(/wp-content/uploads/2025/01/Mask-group-8.png);
    padding: 90px 0px 135px 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.home-contact-btn {
    margin-top: 40px;
}
textarea.form-control {
    height: 120px;
    padding: 25px 0px;
}
.home-contact-frm .wpcf7-text::placeholder {
    color: white;
    text-transform: uppercase;
}
.home-contact-frm .wpcf7-textarea::placeholder {
    color: white;
    text-transform: uppercase;
}
.home-contact-frm .form-control:focus{
    color: #fff;
    background-color: transparent;
    border-color: #bfa95d;
}
.team-area {
    background-color: #BFA95D;
    position: absolute;
    bottom: 0;
    right: -15px;
    padding: 20px 25px;
    width: 72%;
}
.team-area svg {
    position: absolute;
    right: 35px;
    top: 16px;
    background-color: rgb(255 255 255 / 18%);
    border-radius: 50px;
    width: 80px;
    height: 78px;
    padding: 20px;
}
.team-area .team-text {
    font-size: 30px;
    font-weight: 500;
}
.home-team-section {
    background-image: url(/wp-content/uploads/2025/01/image-4-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.content-section {
    background-image: url(/wp-content/uploads/2025/01/Mask-group-6.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.number {
    color: #BFA95D;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
.Content-boxes .title h2 {
    font-size: 25px;
    font-weight: 400;
    color: black;
}
.border-plus {
    position: relative;
}

.border-plus:after {
    height: 1px;
    width: calc(100% - 70px);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #ccc;
    content: "";
}

.border-plus:before {
    height: 100%;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #ccc;
    content: "";
}
.Content-boxes {
    padding: 25px;
}
.cta-bg-sec {
    background-color: #6A7388;
    overflow: hidden;
}
.home-section-bg-img {
    margin-bottom: -130px;
}
.trans-btn {
    margin-top: 50px;
}
.cta-area {
    z-index: 1;
}
.testimonial {
    background-image: url(/wp-content/uploads/2025/05/image-1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.double-img-section .second-img {
    position: absolute;
    top: 475px;
    right: -95px;
}
.fullimage-column img{
    display: block;
    margin: auto;
}
.phasellus-section {
    background-image: url(/wp-content/uploads/2025/01/Mask-group-7.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.amet-border-line:before {
    content: "";
    width: calc(100% - 20px);
    height: calc(100% + -155px);
    position: absolute;
    right: 45px;
    background-image: url(/wp-content/uploads/2025/01/Rectangle-20.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    z-index: -1;
    top: 70px;
}
.banner-head {
    margin-bottom: 50px;
}

.practice-pages-list {
    display: flex;
}

.star-icon {
    margin-top: 30px;
    margin-bottom: 20px;
}
.testimonial-outer svg {
    position: absolute;
    right: 80px;
}
.testimonial-svg svg {
    position: absolute;
    left: 40px;
    top: 0px;
}
.testimonial .slick-prev.slick-arrow {
    border: 1px solid rgb(255 255 255);
    border-radius: 50px;
    width: 70px;
    height: 70px;
    transition: .5s;
    z-index: 1;
    background-color: #fff;
}
.testimonial .slick-next.slick-arrow {
    border: 1px solid rgb(255 255 255);
    border-radius: 50px;
    width: 70px;
    height: 70px;
    transition: .5s;
    background-color: #fff;

}
.testimonial .slick-prev.slick-arrow:hover {
    background: rgba(106, 115, 136, 1);
    border: 1px solid rgba(106, 115, 136, 1);
    transition: .5s;
}
.testimonial .slick-next.slick-arrow:hover {
    background: rgba(106, 115, 136, 1);
    border: 1px solid rgba(106, 115, 136, 1);
    transition: .5s;
}
.testimonial .slick-prev.slick-arrow:hover svg path{
    color:white;
    fill:white;
}
.testimonial-svg {
    position: absolute;
    left: 160px;
    top: 70px;
}
.testimonial .slick-prev, .slick-next {
    top: 30%;
}
.testimonial .slick-next.slick-arrow:hover svg path{
    color:white;
    fill:white;
}
.testimonial .testimonial-inner {
    padding: 20px 320px 10px;
}
.reach-title {
    margin-bottom: 50px;
}
.reach-bg-color {
    background-color: #334155;
    padding: 113px 70px;
}
.cali-flex {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}
.office-location.text-white {
    line-height: normal;
}
.office-name.text-white {
    font-size: 25px;
    margin-bottom: 15px;
}
.form-bg-color {
    background-color: rgba(191, 169, 93, .10);
    padding: 39px 50px;
}
.contact-frm .form-control, .infusion-field input[type="text"] {
    border: none;
    border-bottom: 1px solid rgba(141, 141, 141, 1);
    background-color: transparent;
    border-radius: 0;
    padding: 25px 0px;
    color: rgba(84, 89, 95, 1);
}
.contact-frm .form-control::placeholder {
    color: rgba(84, 89, 95, 1);
    font-size: 16px;
    text-transform: uppercase;
}
.contact-frm .wpcf7-list-item-label {
    display: inline!important;
    margin: auto;
    opacity: 1!important;
    text-transform: capitalize;
}
.contact-frm label {
    display: inline-block;
    align-items: center;
    display: flex;
    gap: 9px;
}
.contact-frm .wpcf7-list-item {
    margin: 0;
    padding-top: 10px;
}
.office-location a {
    color: white;
    transition: .5s;
}
.office-location a:hover {
    color: rgba(191, 169, 93, 1);
}
.testimonial-page-inner {
    padding: 35px 35px 25px 100px;
    height: 100%;
    background-color: rgba(245, 245, 245, 1);
    transition: .5s;
}
.testimonial-page-svg svg {
    position: absolute;
    left: 40px;
    top: 40px;
}
.testimonial-content {
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    color: black;
}
.testimonial-page-inner:hover .testimonial-content {
    color: white;
}
.testimonial-title{
    font-weight: 600;
    color: rgba(61, 61, 61, 1);
    margin-top: 10px;
}
.testimonial-page-svg-second svg {
    position: absolute;
    right: 70px;
    bottom: 130px;
}
.testimonial-page-inner:hover {
    background-color: #6a7388;
    transition: .5s;
}
.testimonial-page-outer {
    height: 100%;
}
.testimonial-page-inner:hover p {
    color: white;
}
.testimonial-page-inner:hover .testimonial-title {
    color: white;
}
.testimonial-page-inner:hover svg path {
    fill: rgba(255, 255, 255, .50);
}
.about-desigination {
    color: #BFA95D;
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0px;
}
.about-bg-image:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    background: rgba(191, 169, 93, .80);
    z-index: -1;
}
.about-bg-image {
    padding: 70px 100px;
}
.content-two {
    background-color: rgba(251, 250, 245, 1);
    padding: 70px;
    margin: 60px 0;
}
.faq-title {
    margin-bottom: 45px;
}
.contact-frm input[type="checkbox"] {
    background-color: rgba(217, 217, 217, 1);
    width: 25px;
    height: 25px;
    border-radius: 5px;
}
.hover-content {
    position: absolute;
    padding: 0 42px 0;
    height: 100%;
    top: 100%;
    transition: all .7s ease;
    opacity: 0;
    display: flex;
    align-items: center;
    color: #fff;
    background-color: rgb(191 169 93 / 53%);
    flex-direction: column;
    justify-content: end;
    text-align: center;
    padding-bottom: 50px;
}
.practice-column-bottom {
    margin-bottom: 40px;
}
.practice-custom-boxes img {
    position: relative;
    display: block;
    height: 100%;
}
.practice-heading {
    color: white;
    font-weight: 500;
    font-size: 25px;
    line-height: 100%;
    margin-top: 20px;
}
.practice-custom-boxes:hover .hover-content {
    top: 0;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 2;
    transition: all ease .7s;
}
.practice-custom-boxes {
    overflow: hidden;
    margin-bottom: 20px;
}
.practice-content-sec {
    position: absolute;
    bottom: 50px;
    left: 50px;
    transition: .5s;

}
.practice-section .practice-custom-boxes .hover-content .practice-heading {
    margin: 15px 0px;
}
.practice-section .practice-custom-boxes .hover-content .practice-area-contents {
    margin-bottom: 20px;
}
.practice-custom-boxes:hover .practice-content-sec {
    opacity: 0;
    transition: .5s;
}
.practice-detail-Content-box {
    background-color: rgba(25, 49, 84, 1);
    padding: 30px;
    height: 100%;
}
.practice-detail-title h2 {
    font-size: 30px;
    margin-bottom: 0;
}
.practice-detail-column{
    margin-bottom: 25px;
}
.practice-bg-color-box {
    padding: 30px;
    height: 100%;
    background-color: rgba(191, 169, 93, 1);
}
.bg-color-repeat-title {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: normal;
}
.image-content-section.space-pd {
    background-color: rgba(251, 250, 245, 1);
}
.case-bg-color-box {
    background-color: rgba(191, 169, 93, 1);
    padding: 30px;
    height: 100%;
}


/* ================= Practice CSS ========================*/
.practice-area {
    z-index: 1;
}
.practice-area {
    height: 650px;
    width: 35%;
    transition: .5s;
    position: relative;
    transition: .7s;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.practice-area-title {
    font-size: 22px;
    color: #fff;
    width: max-content;
    transform: rotate(360deg);
    position: absolute;
    color: #fff;
    left: 26px;
}
.practice-area-title a {
    color: #fff;
}
.practice-content {
    position: absolute;
    padding: 20px 23px 42px;
    height: 100%;
    top: 100%;
    transition: all .5s ease;
    opacity: 0;
    display: flex;
    align-items: flex-end;
    color: #fff;
}
.practice-area:hover, .practice-area.active {
    width: 50%;
    transform: scale(1);
}
.practice-area:hover .practice-content, .practice-area.active .practice-content {
    top: 0;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: .5s;
    z-index: 2;
}

.practice-area.active .practice-area-title {
    opacity: 0;
}
.practice-area:before {
    content: '';
    background: #000000CC;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 90%;
    left: 0;
    top: 0;
}
.practice-area.active::before {
    content: '';
    background: #000000CC;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 70%;

}
.practice-area:hover .practice-area-title {
    transition: .5s;
    visibility: hidden;
}
/* =======================  CSS End ==========================*/


ul#menu-quick-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}
ul#menu-quick-links li a {
    padding-right: 0px;
}
ul#menu-quick-links {
    background-color: rgba(255, 255, 255, 0.20);
    padding: 20px;
}
ul.footer-social {
    text-align: center;
    display: flex;
    gap: 15px;
    justify-content: center;
}
.location-heading {
    margin-left: 100px;
}
.footer-social-icon-wrap {
    text-align: center;
}
.contact-info {
    text-align: center;
}
ul.footer-social li{
    list-style: none;
}
.footer-social a {
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.60);
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
}
.banner-heading {
    font-family: 'Antic Didone';
    font-weight: 400;
    font-size: 65px;
    line-height: normal;
}
.banner-heading span {
    color: rgba(206, 164, 52, 1);
    font-weight: 700;
}
.banner-section-content p {
    font-weight: 500;
    font-size: 35px;
    margin-top: 40px;
}
.banner-section-col {
    padding: 0;
    padding-bottom: 200px;
}
.banner-section-description {
    background: linear-gradient(270deg, rgb(0 0 0 / 44%) 62.14%, rgba(0, 0, 0, 0) 100%);
    padding: 60px 315px;
    text-align: center;
    position: absolute;
    bottom: 180px;
    font-size: 20px;
}
.titile-and-section {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.banner-section-content {
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
    margin-left: 20px;
}
.banner-home-section {
    height: 100%;
    object-fit: cover;
    display: flex;
    align-items: flex-end;
}
.about-area {
    background-image: url(/wp-content/uploads/2025/04/Mask-group-3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.about-area {
    text-align: center;
    padding: 23px 135px;
    max-width: 80%;
}
.about-title {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 35px;
    text-align: center;
    text-transform: capitalize;
    line-height: 45px;
    margin-bottom: 30px;
    color: #fff;
}
.about-area {
    position: absolute;
    bottom: 142px;
    max-width: 32%;
    left: 15%;
}
.home-team-section .btn:hover svg path {
    stroke: #BFA95D;
    color: #BFA95D;
    fill: #BFA95D;
}
.home-team-section {
    background-image: url(/wp-content/uploads/2025/04/image-2-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.right-image-column:before {
    content: "";
    width: calc(100% - 40px);
    height: calc(100% + -145px);
    position: absolute;
    background-image: url(/wp-content/uploads/2025/04/Rectangle-31.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    z-index: -1;
    top: 70px;
    left: 88%;
}
.left-bgcolor-row {
    background-color: rgba(13, 31, 51, 1);
}
.left-bgcolor-column {
    padding: 40px 40px 40px 20px;
}
.content-section {
    background-image: url(/wp-content/uploads/2025/04/Mask-group-4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -450PX;
    padding-top: 400px;
    padding-bottom: 60px;
}
.attorney-name {
    font-family: 'Antic Didone';
    font-weight: 400;
    font-size: 28.87px;
    line-height: 40px;
    text-align: center;
    color: rgba(23, 23, 23, 1);
    margin-top: 30px;
}
/*.our-team-page {
    background: linear-gradient(87deg, rgb(170 182 210 / 100%) 10%, rgba(243, 229, 216, 1) 50%, rgb(227 89 89 / 28%) 100%);
}*/
.desigination {
    font-family: Urbanist;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
    color: white;
    z-index: 9;
    position: relative;
}
.our-team .item-wrap:hover img {
    transform: scale(1.1);
}
.our-team .item-wrap{
    overflow: hidden;
}
.content-section-title h2 {
    font-weight: 400;
}
button.accordion-button.collapsed {
    font-family: Dancing Script;
    font-weight: 400;
    font-size: 28px;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 1);
    border-bottom: 1px solid rgba(106, 115, 136, 1);
    border-radius: 0!important;
    margin-bottom: 0;
}
.accordion-button:not(.collapsed) {
    color: rgb(255 255 255);
    border-bottom: 1px solid rgba(106, 115, 136, 1);
    font-family: Dancing Script;
    font-weight: 400;
    font-size: 28px;
    text-transform: capitalize;
    background-color: rgba(106, 115, 136, 1)!important;
    margin-bottom: 0;
    border-radius: 0 !important;
}
.faq-section {
    background: linear-gradient(87deg, rgb(170 182 210 / 80%) 10%, rgba(243, 229, 216, 1) 50%, rgb(227 89 89 / 28%) 100%);
}
.faq-paragraph {
    background-color: #0D1F33;
    padding: 37px;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
    margin-left: -130px;
}
.right-image-section .heading-h2 {
    font-weight: 400;
    padding-right: 30px;
}
/*.faq-section .heading-h2 {
    padding-right: 80px;
}*/
ul.footer-social a:hover {
    background-color: rgba(163, 185, 236, 1);
    border: 3px solid rgba(163, 185, 236, 1);
}
ul.footer-social svg {
    width: 17px;
    height: 17px;
}
.footer-social-icon-wrap {
    margin-bottom: 35px;
}
.title-content-section a {
    color: #CEA434;
    font-weight: 700;
}
.logo-box {
    border-right: 1px solid rgba(74, 74, 74, 0.20);
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 120px;
    padding: 0 15px;
    margin-bottom: 20px;
}
.logo-box-col:last-child .logo-box {
    border: none;
}
.logo-section{
    border-bottom: 1px solid rgba(74, 74, 74, 0.20);
}
.contact-title-area {
    align-items: center;
    display: flex;
    gap: 10px;
}
.contact-title-area a {
    color: #2c2c2c;
    font-family: Urbanist;
    font-weight: 600;
    font-size: 38.68px;
    transition: .5s;
}
.contact-title-area svg {
    margin-right: 20px;
}
.contact-title {
    font-family: Urbanist;
    font-weight: 500;
    font-size: 24.75px;
    letter-spacing: 4px;
}
.day-title {
    font-family: Urbanist;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: rgba(0, 0, 0, 1);
    margin-top: 40px;
    margin-bottom: 15px;
    letter-spacing: 3px;
}
.days-area {
    font-family: Urbanist;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 1);
}
.time-area {
    font-family: Urbanist;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
}
.time-area p {
    color: #000000;
}
.contact-desciription p {
    color: #2C2C2C;
}
.contact-main-titles {
    font-weight: 400;
}
.contact-desciription {
    margin-top: 10px;
}
.form-area {
    padding: 70px 150px;
}
.contact-title-area a:hover {
    color: #ffffff;
    transition: .5s;
}
.personal-injury-title {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 25px;
    line-height: 100%;
    text-align: center;
    padding: 0 50px;
}
.personal-injury-section{
    background: linear-gradient(0deg, rgba(217, 217, 217, 0) 9.98%, rgba(217, 217, 217, 0.3) 47.46%, #d9d9d921 100%);
}
.personal-injury-main-heading {
    margin-bottom: 50px;
}
.profile-section {
    background-image: url(/wp-content/uploads/2025/04/Group-6-1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.name-title {
    position: absolute;
    bottom: 105px;
    font-size: 230px;
    opacity: 0.1;
    font-weight: 600;
    text-align: center;
}
.slide-left img {
    position: absolute;
    bottom: 0;
}
.profile-image {
    z-index: 9;
    position: relative;
}
.profile-title {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    text-transform: capitalize;
    color: #CEA434;
    margin-bottom: 30px;
}
.profile-section .profile-img {
    position: relative;
    z-index: 9;
    margin-left: 140px;
}
.profile-content-area {
    margin-left: 140px;
    position: relative;
    z-index: 9;
    padding-right: 100px;
}
.profile-heading-content {
    padding-left: 60px;
}
.profile-section .profile-btn {
    margin-top: 40px;
}
.personal-injury-section:before {
    background-image: url(/wp-content/uploads/2025/05/Group-22.png);
    position: absolute;
    left: 0;
    bottom: -50px;
    height: 35%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    background-position: center;
}
.team-image-section{
    padding: 340px 0;
}
.our-team-content-area {
    background-color: #fff;
    padding: 60px 85px 30px;
    position: relative;
}
.slide-left {
    animation: slide 30s linear infinite;
}
.slides-section {
    overflow: hidden;
}
.slide-right img {
    margin-right: 20px;
}
.slide-left img {
    margin-right: 20px;
}
.slide-left {
    margin-bottom: 20px;
}
@keyframes slide2 {
    0% {
        transform: translateX(-80%);
    }

    100% {
        transform: translateX(0%);
    }
}
@keyframes slide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}
.team_slider ul.slick-dots {
    display: flex;
    margin: 15px 0px;
    position: relative;
}
.team_slider .slick-dots li {
    margin: 0px!important;
}
.team_slider ul.slick-dots li {
    width: 100%;
}
.team_slider ul.slick-dots li button {
    width: 100%;
    font-size: 0px;
    box-shadow: none;
    border-top: 3px solid transparent;
    border-bottom: 1px solid rgba(81, 81, 81, 0.15);
    border-left: none;
    border-right: none;
    border-radius: 0px;
}
.team_slider ul.slick-dots li.slick-active button {
    border-bottom: 5px solid #CEA434;
}
.our-team .btn {
    margin-top: 40px;
}
.footer .menu-item {
    text-align: center;
    margin: auto;
}
.image img{
    width:100%;
}
.practice-listing-new{
    position:relative;
}
.practice-listing-new .image img{
    position:absolute;
    width:60%;
    height:90%;
    bottom:0;
    z-index:1;
    object-fit:cover;
    object-position:center;
}
.practice-listing-new .tab-contents{
    position:relative;
    z-index:3;
    padding-left:60px;
}
.tab-content .tab-contents .about-title{
    color:hsla(0, 0%, 100%, 1);
    font-size:30px;
    margin-bottom:20px;
}
.tab-content .tab-contents p{
    color:#fff;
}
.practice-listing-new .tab-titles {
    padding: 10px 30px 20px 0;
}
.new-section-pd{
    padding-top:45px;
    padding-bottom:45px;
}
.practice-listing-new .tab-titles svg {
    height: 35px;
    width: 35px;
    margin-right: 18px;
    margin-bottom: -11px;
    margin-top: 10px;
}
.practice-listing-new .tab-titles  .tab-headings{
    font-size:22px;
    display:inline-block;
    color:#fff;
}
.practice-listing-new .nav-link{
    width:97%;
}
.practice-listing-new .nav-link.active {
    background-color: transparent;
    border-radius: 0;
    transition: 0.5s all;
    border-bottom: 1px solid rgba(206, 164, 52, 0.40);
}
.practice-listing-new .nav-link.active .tab-headings{
    color: #CEA434;
    font-weight:600;
}
.practice-listing-new .nav-link:hover{
    cursor:pointer;

}
.practice-listing-new .tab-heading .contents p{
    color:#fff;
}
.practice-listing-new .block{
    margin-top:20px;
}
.tab-headings svg {
    position: absolute;
    left: 440px;
    top: -10px;
}
.nav-link:hover svg {
    opacity: 1;
    transition: .5s;
}
.tab-headings svg {
    opacity: 0;
}
.practice-listing-new:after {
    background-image: url(/wp-content/uploads/2025/05/Mask-group-8.png);
    background-position: center;
    background-size: cover;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70%;
    height: 100%;
    z-index: -1;
}
.tab-content-div:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
}
a.tab-btn {
    font-family: Urbanist;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: underline;
    color: rgba(206, 164, 52, 1);
}
.about-titles{
    color: white;
    font-size: 30px;
}
.scroll-to-bottom {
    bottom: 40px;
    width: 117px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 9;
}
.mobile {
    display: none;
}
.our-team-page .item-wrap:hover img {
    transform: scale(1.1);
}
.page-banner::after {
    background: rgb(0 0 0 / 40%);
}
.team-single-title {
    color: rgba(23, 23, 23, 1);
}
.team-head {
    font-family: Urbanist;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
    color: rgba(74, 74, 74, 1);
}
.edu-service-item {
    background-image: url(/wp-content/uploads/2025/05/Group-32.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px;
}
.edu-icon-title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}
.education-title.text-white {
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
}
.team-education-section {
    padding: 60px 0;
}
.membership-inner-col {
    background-color: rgba(236, 236, 236, 1);
    padding: 100px 60px;
}
.membership-icon-title {
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: center;
}
.membership-icon-title {
    justify-content: center;
}
.membership-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
}
ul.membership-ul {
    column-count: 2;
    margin-top: 30px;
}
ul.membership-ul li:before {
    content: '';
    background: rgba(206, 164, 52, 1);
    position: absolute;
    left: -20px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    margin-top: 13px;
}
ul.membership-ul li {
    position: relative;
}
.single-logo-box {
    text-align: center;
    display: flex!important;
    justify-content: center;
}
.single-team-logo-section {
    padding: 60px 0;
}
.practice-inner-content {
    position: absolute;
    bottom: 35px;
    left: 35px;
    z-index: 9;
}
.practice-custom-boxes:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000ab 100%);
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.practice-custom-boxes:hover img {
    transform: scale(1.1);
    transition: .5s;
}
.practice-custom-boxes img{
    transition: .5s;
}
.practice-content-inners {
    font-weight: 600;
    font-size: 35px;
    line-height: 100%;
    text-align: center;
    color: rgba(44, 44, 44, 1);
    margin-top: 30px;
    margin-bottom: 15px;
}
.sidebar-form .btn {
    line-height: normal;
    margin-top: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 15px 25px;
    font-size: 16px;
}
.sidebar-form .btn:hover {
    background-color: white;
    border: 1px solid white;
}
a.read-btn {
    font-family: Urbanist;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    text-decoration: underline;
    color: rgba(206, 164, 52, 1);
    transition: .5s;
}
a.read-btn:hover {
    color: rgba(25, 49, 84, 1);
    transition: .5s;
}
.post-image:hover img {
    transform: scale(1.1);
    transition: .5s;
}
.post-image img{
    transition: .5s;
}
.post-image{
    overflow: hidden;
}
.post-blog-image {
    overflow: hidden;
    border-radius: 20px;
}
.play-btn{
    position: absolute;
    bottom: 0;
    transform: translate(-50%, -50%);
    right: 0;
    transition: .5s;
}
.number.text-white {
    background-color: rgba(206, 164, 52, 1);
    width: 65px;
    height: 65px;
    border-radius: 50px;
    padding-top: 17px;
    font-weight: 600;
    font-size: 32px;
    text-align: center;
}
.number-align {
    text-align: right;
}
.practice-detail-title{
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
}
.fullimage-column-inner {
    position: absolute;
    right: 0;
    top: 0;
    width: 652px;
    height: 100%;
}
.fullimg-section {
    position: relative;
    background-color: rgba(244, 244, 244, 1);
}
.video-page-title:hover {
    color: #CEA434;
    transition: .5s;
}
.video-page-title{
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    margin-top: 20px;
    transition: .5s;
}
.sidebar-blog-list {
    background-color: rgb(170 182 210);
    padding: 30px;
    border-radius: 20px;
}
.blog-category-title {
    font-family: Antic Didone;
    font-weight: 400;
    font-size: 32px;
}
.sidebar-blog-list li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    color: rgba(74, 74, 74, 1);
}
.sidebar-blog-list li a:after {
    background-image: url(/wp-content/uploads/2025/05/Group-1.svg);
    position: absolute;
    right: 0px;
    top: 10px;
    width: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    height: 20px;
}
.sidebar-blog-list li {
    position: relative;
    list-style: none;
}
.nav-link {
    color: transparent;
}
.nap-contact-info {
    display: none!important;
}
a.main-phone {
    color: #a3b9ec;
    margin-left: 15px;
}
a.main-phone:hover {
    color: #fff;
}
.page-id-576 .cta-bg-sec {
    display: none;
}
.map-area iframe {
    display: block;
    margin: auto;
    width: 100%;
}
.map-section .map-area iframe {
    height: 700px;
}
.error-frm .form-control:focus {
    border-color: #A3B9EC;
}
.error-frm .btn {
    margin-top: 40px;
}
.tab-contents .icon {
    display: none;
}
.tab-contents .about-titles{
    display: none;
}
.right-image-section {
    overflow: hidden;
}
.desktop {
    overflow: hidden;
}
.top-bar-call {
    display: flex;
    justify-content: end;
    align-items: center;
}
.header-main-head {
    position: relative;
    font-family: Urbanist;
    font-weight: 400;
    font-size: 16px;
}
.scroll-to-bottom svg {
    backdrop-filter: blur(16px);
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 140px;
    padding: 23px;
    width: 75px;
    height: 75px;
}
.scroll-to-bottom svg img {
    width: 95px;
    height: 95px;
}
.image:after {
    content: "";
    position: absolute;
    width: 60%;
    height: 85%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 1;
}
.post-date {
    position: absolute;
    bottom: 20px;
    right: 0;
    background-color: rgba(206, 164, 52, 1);
    padding: 10px 48px 10px 20px;
    color: white;
}
.practice-submenu .sub-menu {
    overflow-y: scroll;
    height: 520px;
}
.practice-submenu .sub-menu::-webkit-scrollbar {
    width: 10px;
}
.practice-submenu .sub-menu::-webkit-scrollbar-thumb {
    background-color: rgba(25, 49, 84, 1);
}
.practice-submenu .sub-menu::-webkit-scrollbar-track {
    border-radius: 50px;
}
.tab-titles svg path {
    color: white;
    fill: white;
}
.tab-titles:hover svg path {
    color: rgba(206, 164, 52, 1);
    fill: rgba(206, 164, 52, 1);
}
.scroll-imgages {
    position: absolute;
    bottom: -50px;
    left: 49%;
    transform: translate(-50%, -50%);
}
.scroll-imgages svg {
    animation: spin 10s linear infinite;
}
.practice-col {
    padding: 0 10px;
}
.fullimage-column .nav-link {
    padding: 0;
}
.left-bgcolor-btn {
    margin-top: 40px;
}
.page-template-default .sidebar-blog-list {
    display: none;
}
.contact-info svg {
    margin-bottom: -12px;
}
.map-section {
    overflow: hidden;
}
.practice-submenu .sub-menu {
    min-width: 330px!important;
}
.breadcrumb {
    background: #e5e5e5;
    padding: 6px 0;
    margin: 0;
}
.search .blog-search {
    display: none;
}
.search .sidebar-blog-list {
    display: none;
}
.sidebar-blog-list ul li {
    line-height: 50px;
}
.profile-section{
    padding-top: 35px;
}
.home-team-contents {
    padding-right: 80px;
}
.btn-wrap {
    position: relative;
}
.contact-frm .btn {
    margin-top: 0;
}
.wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 70px;
    margin: 0;
}
span.wpcf7-spinner {
    display: block!important;
}
.wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.blog-search svg {
    width: 21px;
    height: 25px;
}
.submitting .btn
{
    background: #b7b7b7;
}
.footer .main-phone {
    font-weight: 600;
    font-size: 30px;
}
.celebrating-section {
    background-image: url(/wp-content/uploads/2025/05/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}
.about-section {
    padding: 150px 0 380px 0;
    min-height: 100%;
    height: 100%;
}
.about-section::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 70%);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.about-column {
    position: relative;
    z-index: 9;
}
.about-subtitle {
    font-family: 'Dancing Script';
    font-size: 44px;
    color: #aab6d2;
}
.about-content{
    font-size: 17px;
    font-weight: 300;
}
.about-heading {
    margin: 35px 0 45px 0;
}
.team-inner-column{
    position: relative;
    z-index: 9;
}
.boxes-section {
    background: linear-gradient(160deg, rgb(170 182 210 / 30%) 20%, rgba(243, 229, 216, 1) 50%, rgb(227 89 89 / 28%) 100%);
}
.box-heading {
    font-family: Dancing Script;
    font-weight: 400;
    font-size: 28.87px;
    color: #4A546C;
}
.box-description p {
    font-family: Poppins;
    font-weight: 300;
    font-size: 17.77px;
    line-height: 40px;
    text-transform: capitalize;
}
.content-box {
    background: rgb(153 153 153 / 10%);
    padding: 30px;
    border-radius: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-row {
    padding: 0 240px 0 300px;
}
.boxes-section {
    margin-top: -115px;
    padding: 140px 0 80px;
}
.box-section-heading {
    font-family: Dancing Script;
    font-weight: 400;
    font-size: 55px;
    text-transform: capitalize;
    color: #4A546C;
}
.boxes-section-div {
    padding-left: 220px;
}
.left-image-section::before {
    background: linear-gradient(270deg, #A3B9EC 44%, rgba(170, 182, 210, 0) 60%);
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
}
.left-image-section::after {
    background: linear-gradient(90deg, #A6CFDE 25%, rgba(170, 182, 210, 0) 80%);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 390px;
    height: 100%;
}
.left-img-content{
    position: relative;
    z-index: 9;
}
.left-image-section .left-img {
    display: block;
}
.left-img-heading {
    font-size: 48px;
    line-height: 55px;
}
.left-image-content {
    background: #FFFFFF33;
    padding: 30px 110px 30px 30px;
    margin: 40px 0 70px;
    font-style: italic;
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
}
.left-image-section.position-relative {
    background-image: url(/wp-content/uploads/2025/07/375cbee44c405823e600a69621eab404-large.jpg);
    background-repeat: no-repeat;
    background-size: 56%!important;
    background-position: left 10% top 65%!important;
    padding: 80px 0;
}
.health-section {
    background-image: url(/wp-content/uploads/2025/05/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}
.tab-pane::after {
    background: linear-gradient(270deg, #E9EEF8 25.93%, rgba(233, 238, 248, 0) 100%);
    content: '';
    position: absolute;
    top: 0;
    left: 17%;
    width: 20%;
    height: 100%;
}
.tab-pane {
    position: relative;
}
.tab-content {
    margin-top: 5px;
}
.tab-col {
    margin: 0;
    padding: 0;
}
.tab-img img {
    display: block;
    height: 450px;
    object-fit: cover;
}
.tab-row {
    background-color: #E9EEF8;
    gap: 0;
    padding: 0;
    border: 0;
    border-radius: 20px;
}
.tab-content img {
    border-radius: 20px;
}
a.nav-link:hover {
    background-color: #6a7388;
    color: white;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #6A7388;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    width: 165px;
    height: 165px;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
}
.nav-tabs .nav-link, .nav-tabs .nav-link {
    color: #8B8B8B;
    background-color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    width: 150px;
    height: 150px;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    display: flex;
    border: none;
    text-align: center;
    line-height: 25px;
}
.tab-sction{
    background-color: #AAB6D2;
    overflow: hidden;
}
.tab-headings {
    font-weight: 400;
    font-size: 32px;
    text-transform: capitalize;
}
.tab-inner-con {
    font-weight: 300;
    font-size: 15px;
    line-height: 30px;
}
ul.nav.nav-tabs {
    border: none;
}
ul.nav.nav-tabs {
    border: none;
    z-index: 9;
    position: relative;
    gap: 5px;
    justify-content: center;
}
.tab-main-heading {
    padding: 0 0px 40px 0px;
}
.cta-map iframe {
    width: 100%;
    height: 427px;
    display: block;
}
.home-contact-btn .btn {
    background-color: #ffff;
    font-weight: 600;
    font-size: 19.99px;
    text-transform: uppercase;
    color: #5F5F5F;
    padding: 22px 44px;
}
.home-contact-btn .btn:hover {
    border: 1px solid #3d4860;
    background-color: #3d4860;
    color: #fff;
}
.footer-frm .wpcf7-select {
    background-color: transparent;
    border: 1px solid #fff;
    width: 100%;
    padding: 15px 15px 10px;
    color: white;
    border-radius: 10px;
}
.footer-frm .wpcf7-form-control::placeholder {
    color: white;
}

.address-1 .nap-address-info {
    position: absolute;
    top: 10px;
    width: 250px !important;
    right: 10px;
}
.address-1 .nap-address-info{
    background-color: #fff;
    padding: 40px;
    box-shadow: 0px 8.74px 23.3px 0px #00000040;
    border-radius: 20px;
}
.address-2 .nap-address-info {
    background-color: #fff;
    padding: 40px;
    box-shadow: 0px 8.74px 23.3px 0px #00000040;
    border-radius: 20px;
}
.address-1 .nap-address-info .location-icon svg path {
    fill: #6A7388;
    color: #6A7388;
}
.address-2 .nap-address-info .street {
    font-weight: 600;
    font-size: 17.48px;
    text-transform: uppercase;
    color: #000000;
}
.address-1 .nap-address-info .street {
    font-weight: 600;
    font-size: 17.48px;
    text-transform: uppercase;
    color: #000000;
}
.address-2 .nap-address-info .location-icon svg path {
    fill: #6A7388;
    color: #6A7388;
}
.address-1 .nap-address-info .address-wrap-item {
    color: #5F5F5F;
    line-height: 30px;
}
.address-2 .nap-address-info .address-wrap-item {
    color: #5F5F5F;
    line-height: 30px;
}
.address-1 a {
    font-size: 16px;
    font-weight: 600;
    color: #6A7388!important;
    text-transform: uppercase;
}
.address-2 a {
    font-size: 16px;
    font-weight: 600;
    color: #6A7388!important;
    text-transform: uppercase;
}
.custom-title {
    font-family: Dancing Script;
    font-weight: 700;
    font-size: 52px;
    color: #4A546C;
}
.team-page-content {
    font-weight: 300;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 40px;
    margin: 25px 0;
}
.our-team-page .box-col {
    padding: 0 70px;
}
.cta-title {
    font-weight: 600;
    font-size: 19.99px;
}
.services-img {
    background-color: rgba(106, 115, 136, 1);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    /* padding: 13px 0 7px; */
    /* text-align: center; */
    height: 230px;
    object-fit: cover;
}
/*.left-content-section {
    background: linear-gradient(87deg, rgb(170 182 210 / 80%) 10%, rgba(243, 229, 216, 1) 50%, rgb(227 89 89 / 28%) 100%);
}*/
/* .left-content-section {
    background-image: url(/wp-content/uploads/2025/07/slider13.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
} */
.services-area-title {
    background-color: white;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    padding: 21px 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    color: rgba(106, 115, 136, 1);
    transition: .5s;
}
.services-area-title:hover {
    color: rgba(163, 185, 236, 1);
    transition: .5s;
}
.left-content-box {
    background-color: white;
    padding: 137px 50px;
    height: 100%;
}
.left-column img {
    display: block;
    margin: auto;
}
.service-main-title {
    font-family: Dancing Script;
    font-weight: 700;
    color: rgba(106, 115, 136, 1);
    margin-bottom: 20px;
}
.main-content {
    padding-bottom: 50px;
}
.service-row {
    margin-top: 50px;
}
.faq-heading {
    font-family: Dancing Script;
    font-weight: 700;
    color: #4A546C;
}
.video-heading {
    font-family: Dancing Script;
    font-weight: 700;
    color: #4A546C;
}
.testimonial-heading {
    font-family: Dancing Script;
    font-weight: 700;
    color: rgba(106, 115, 136, 1);
}
.testimonial-inner-col{
    height: 100%;
}
.therapy-section {
    background-color: rgba(163, 185, 236, 1);
}
.tms-heading {
    font-family: Dancing Script;
    font-weight: 700;
}
.tms-logo-area {
    background-color: rgba(245, 245, 245, 1);
    padding: 20px;
    width: 80%;
    display: block;
    margin: 0 0 0 auto;
    border-radius: 10px;
    text-align: center;
}
.tms-content {
    font-weight: 300;
    font-size: 18px;
    text-transform: capitalize;
}
.tms-row::after {
    background: linear-gradient(280deg, rgba(106, 115, 136, 0) 0%, #6A7388 43%);
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.tms-row {
    position: relative;
    margin-top: 50px;
}
.therpay-img{
    display: block;
}
.tms-col {
    padding: 0;
}
.tms-column-area {
    position: relative;
    z-index: 9;
}
.tms-column-area {
    padding: 50px 0px 50px 50px;
}
ul.tms-list li::after {
    background-image: url(/wp-content/uploads/2025/05/check.svg);
    position: absolute;
    top: 8px;
    width: 18px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    height: 18px;
    left: 0px;
}
ul.tms-list li{
    position: relative;
    padding-left: 30px;
}
ul.tms-list {
    list-style: none;
    margin-bottom: 20px;
}
.tms-list-area {
    margin-bottom: 20px;
}
.tms-list-area {
    color: white;
}

a.btn-tms {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: underline;
    color: white;
    transition: .5s;
}
a.btn-tms:hover {
    color: rgba(163, 185, 236, 1);
    transition: .5s;
}
.tms-list-heading {
    font-family: "Antic Didone";
    font-weight: 400;
    font-size: 32px;
    color: white;
}
.work-heading {
    font-family: Poppins;
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 20px;
}
.work-title {
    font-family: Dancing Script;
    font-weight: 700;
    color: #4A546C;
    margin-bottom: 20px;
}
.why-choose-section.space-pd {
    background-image: url(/wp-content/uploads/2025/05/Rectangle-3853.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.work-content {
    margin-bottom: 40px;
    font-weight: 300;
    font-size: 16px;
}
.therapy-about-section {
    background-image: url(/wp-content/uploads/2025/05/background-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.therapy-heading {
    font-weight: 400;
    font-size: 32px;
    text-align: center;
    margin: 35px 0;
}
.bg-color-inner-area {
    background-color: rgba(106, 115, 136, 1);
    border-radius: 60px;
    margin-right: 30px;
}
.contact-social-area {
    display: flex;
    gap: 50px;
}
.contact-social-area a {
    background-color: black;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    padding: 10px;
    display: flex;
    justify-content: center;
}
.contact-social-area svg {
    width: 17px;
    height: 17px;
}
.contact-social-area a:hover {
    background-color: #a3b9ec;
}
.contact-page-area {
    padding: 40px 40px 0px;
}
.contact-page-info {
    font-family: Poppins;
    font-weight: 600;
    font-size: 32px;
    margin: 0;
    color: white;
}
.contact-desctiption {
    font-weight: 400;
    font-size: 18px;
    color: white;
    margin-bottom: 40px;
}
.contact-title-area a {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    color: white;
}
.contact-title-area {
    margin-bottom: 40px;
}
.contact-frm .wpcf7-select {
    border: none;
}
.contact-frm .wpcf7-select {
    border-bottom: 1px solid rgba(141, 141, 141, 1)!important;
    width: 100%;
    padding: 25px 0 10px;
    color: rgba(141, 141, 141, 1);
}
.contact-frm .wpcf7-form-control::placeholder {
    text-transform: capitalize;
    color: rgba(141, 141, 141, 1);
    font-weight: 400;
}
.contact-page-form {
    padding: 0 0 0 140px;
}
.contact-main-content {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 30px;
}
.contact-frm .btn {
    background-color: rgba(106, 115, 136, 1);
    font-weight: 600;
    font-size: 19.99px;
    text-transform: uppercase;
    color: #ffffff;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.12);
    width: 100%;
}
.location-bg {
    background-color: rgba(170, 182, 210, 1);
    padding: 40px 0 0;
    transition: .5s;
}
.location-bg:hover {
    background-color: #3d4860;
    transition: .5s;
}
.contact-map iframe{
    width: 100%;
    display: block;
}
.location {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
    color: white;
}
.location a {
    color: white;
}
.location a:hover {
    color: rgba(170, 182, 210, 1);
}
.header-main-icon a:hover svg path {
    fill: #a0aecb;
}
.logo-box-col-team {
    width: 12.3%;
    padding: 2px;
}
.single-featured-section .team-featured-img img {
    height: 180px;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}
.blog-title.h5 {
    color: rgba(44, 44, 44, 1);
    transition: 0.5s;
    font-family: Antic Didone;
    font-weight: 400;
    font-size: 48px;
    line-height: 35px;
    text-transform: capitalize;
    margin-top: 35px;
}
.sidebar-frm .home-contact-btn {
    margin-top: 0px;
}
.sidebar-frm .wpcf7-form-control::placeholder {
    color: black!important;
    font-weight: 400;
    font-size: 17px;
}
.sidebar-frm .wpcf7-form-control{
    color: black!important;
}
.single-post-image img {
    border-radius: 20px;
}
button.search-btn svg path {
    color: #6A7388;
    stroke: #6A7388;
}
button.search-btn {
    position: absolute;
    right: 0;
    background: transparent;
    border: none;
    z-index: 9;
}
.error-frm  .form-control {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 15px 0px;
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0;
}
.main-head-flex {
    text-align: center;
}
.mobile-footer{
    display: none;
}
.main-header-phone {
    display: flex;
    gap: 25px;
}
.testimonial-btn {
    /* display: none; */
    margin-top: 50px;
}
.header-main-icon svg img {
    border-radius: 5px;
    width: 25px;
    height: 25px;
}
.header-main-icon img {
    width: 25px;
    height: 25px;
}
.ths-therapy-faq .heading-h2 {
    padding-right: 0!important;
    margin-bottom: 40px;
}
.boxes-section-div p {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 50px;
}
.meet-title {
    font-family: Dancing Script;
    font-weight: 400;
    font-size: 45px;
    line-height: 100%;
    text-align: right;
    color: rgba(170, 182, 210, 1);
}
.search .post-content {
    margin-top: 20px;
}
.single-post-detail .blog-title{
    margin-top: 15px;
}
a.footer-logo {
    width: 195px;
}
.single-featured-section .team-featured-img img:hover {
    transform: scale(1.1);
    transition: .5s;
    filter: unset;
}
.single-featured-section .team-featured-img img {
    transition: .5s;
    border-radius: 300px!important;
    filter: grayscale(100%);
    border: 14px solid white;
}
.single-featured-section {
    margin-top: -100px;
    position: relative;
    margin-bottom: -110px;
}
.page-id-517 .default-content img {
    width: 100%;
}
.faq-section .heading-h2 {
    font-family: Dancing Script;
    font-weight: 700;
    color: #4A546C;
    margin-bottom: 10px;
}
.faq-section .tms-faqs-content {
    margin-bottom: 30px;
}
.play-btn svg {
    transition: .5s;
}
.video-page-section .video-img:hover svg {
    transform: scale(1.1);
    transition: .5s;
}
.blog-search .form-control {
    border-radius: 10px;
}
.blog-search .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control, .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select, .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.testimonial-slider-counter .current {
    color: rgba(61, 61, 61, 1);
    font-size: 20px;
    font-weight: 600;
}
.testimonial-slider-counter .total {
    color: white;
    font-size: 20px;
    font-weight: 600;
}
.therapy-column {
    border-right: 1px solid rgba(0, 0, 0, 0.20);
}
.team-details {
    background-image: url(/wp-content/uploads/2025/05/Team-page.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-box-col:nth-child(1) .content-box {
    background-size: 200% 200%;
    background-image: linear-gradient(to top, #c7957257 50%, transparent 50%) !important;
    transition: .6s;
}
.logo-box-col:nth-child(1):hover .content-box:hover {
    border-color: #a72424;
    background-image: linear-gradient(to top, #c7957257 51%, transparent 50%) !important;
    background-position: 0 100%;
    transition: .6s;
}

.logo-box-col:nth-child(2) .content-box {
    background-size: 200% 200%;
    background-image: linear-gradient(to top, rgba(227, 89, 89, 0.3) 50%, transparent 50%);
    transition: .6s;

}
.logo-box-col:nth-child(2):hover .content-box:hover {
    background-image: linear-gradient(to top, rgba(227, 89, 89, 0.3) 51%, transparent 50%);
    background-position: 0 100%;
    transition: .6s;
}

.logo-box-col:nth-child(3) .content-box {
    background-size: 200% 200%;
    background-image: linear-gradient(to top, rgb(106 115 136 / 41%) 50%, transparent 50%);
    transition: .6s;
}
.logo-box-col:nth-child(3):hover .content-box:hover {
    background-image: linear-gradient(to top, rgb(106 115 136 / 41%) 51%, transparent 50%);
    background-position: 0 100%;
    transition: .6s;
}
.contenting {
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
    font-style: normal;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}
.header-main-icon a {
    margin-left: 6px;
}
.header-main-icon svg {
    border-radius: 6px;
}
.titile-and-section img {
    width: 120px;
    height: 90px;
}
.left-bgcolor-btn {
    margin-left: 20px;
}
.tab-inner.list-new {
    position: relative;
    z-index: 9;
    margin-left: -70px;
}
.testimonial .slick-arrow svg {
    width: 20px;
    height: 20px;
}
.address-1 .nap-wrapper {
    margin-bottom: 10px;
}
.footer-logo-new {
    text-align: end;
}
.footer .address-wrap-item {
    font-size: 15px;
}
.testimonial-slider-counter {
    position: absolute;
    right: 27%;
    top: 66%;
}
.contact-frm .form-control:focus {
    border-color: #a3b9ec!important;
}
.location-bg .location a:hover {
    transition: .5s;
}
.location-bg .location a {
    transition: .5s;
}
.contact-title-area a:hover {
    color: #a3b9ec;
}
.static-img {
    width: 100%;
    height: 510px;
    object-fit: cover;
    border-radius: 20px;
}
.static-list li::after {
    background-image: url(/wp-content/uploads/2025/06/Group.svg);
    position: absolute;
    top: 10px;
    width: 22px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    height: 22px;
    left: -40px;
}
.static-list li{
    position: relative;
}
.static-list{
    list-style: none;
    margin-left: 40px;
    margin-bottom: 10px;
}
.static-page img {
    border-radius: 20px;
}
.why-choose-content {
    padding-right: 50px;
}
.repeat-btn {
    background: rgba(106, 115, 136, 1);
    border-radius: 20px;
    padding: 20px 25px;
    font-family: 'Poppins';
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 19.99px;
    text-align: center;
    transition: .5s;
    line-height: normal;
}
.repeat-btn a{
    color: #fff;
}
.repeat-btn:hover {
    background: #fff;
    transition: .5s;
}
.repeat-btn:hover a{
    color: rgba(106, 115, 136, 1);
}
.footer-frm .wpcf7-select {
    appearance: none;
}
.footer-frm .wpcf7-select {
    text-shadow: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2025/06/Vector-10.svg);
    background-size: 20px;
    background-position: calc(100% - 15px) 50%;
    line-height: normal;
}
.nav-tabs .nav-item {
    height: 146px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.default-page {
    overflow: hidden;
}
.main-menu {
    padding-right: 30px;
}
ul.footer-social svg path {
    color: #b1b5bf;
    fill: #b1b5bf;
}
ul.footer-social:hover svg path {
    fill: #ffffff;
    transition: .5s;
}
.contact-frm .wpcf7-select {
    appearance: none;
}
.contact-frm .wpcf7-select {
    text-shadow: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2025/06/Vector-1.svg);
    background-size: 15px;
    background-position: calc(100% - 15px) 63%;
    line-height: normal;
}
.address-1 {
    margin-bottom: -10px;
}
.sub-menu li a {
    padding: 10px 0;
    line-height: normal!important;
}
.faq-section a {
    color: #a3b9ec;
}
.faq-section a:hover {
    color: #fff;
}
.gray-bg {
    background: #f2f6ff;
}
.gradient-bg {
    background: linear-gradient(160deg, rgb(170 182 210 / 30%) 20%, rgba(243, 229, 216, 1) 50%, rgb(227 89 89 / 28%) 100%);
}
.tms-thumbnail {
    border-radius: 20px;
}
b, strong {
    font-weight: 700;
}
.header-main-icon svg {
    width: 30px;
    height: 30px;
}
.page-template-default .blog-search {
    display: none;
}
.our-team-page .box-col img {
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
    object-position: center top;
}
.our-team-page .box-col{
    position: relative;
    z-index: 9;
}
.our-content {
    position: relative;
    z-index: 9;
}
.services-content-div{
    z-index: 9;
}
.left-content-box {
    z-index: 9;
}
.left-column
{
    z-index: 9;
}
.services-box{
    z-index: 9;
}
.map-rows {
    flex-direction: row-reverse;
}
.ti-large-logo svg {
    width: 190px;
    height: 50px;
}
.button-section {
    padding: 40px 0 0px 0;
}
.team-inner-column {
    padding-left: 240px;
}
.team-container {
    background-color: #ffffffb0;
    padding: 50px;
}
.modal-content {
    border: 6px solid #94a8d6;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 0;
    padding: 0px 20px;
    margin-top: 100px;
    max-height: 430px;
    background-color: #e4ecff;
    overflow-y: scroll;
    overflow-x: hidden;
}
.modal-header {
    border: none;
}
button.close {
    position: absolute;
    right: 0;
    top: 10px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    font-size: 35px;
}
.sidebar-button {
    margin-top: 40px;
}
.default-page {
    background: linear-gradient(257deg, rgb(170 182 210 / 40%) 0%, rgba(243, 229, 216, 1) 50%, rgb(227 89 89 / 28%) 100%);
}
.appointment-content a {
    text-decoration: underline !important;
}
.appointment-content a:hover{
    text-decoration: none !important;
}
.contact-page-section {
    background: linear-gradient(87deg, rgb(170 182 210 / 80%) 10%, rgba(243, 229, 216, 1) 86%, rgb(227 89 89 / 20%) 100%);
}
.map-section {
    background: linear-gradient(87deg, rgb(170 182 210 / 80%) 10%, rgba(243, 229, 216, 1) 86%, rgb(227 89 89 / 20%) 100%);
}
.tms-content-image-section{
    background: linear-gradient(87deg, rgb(170 182 210 / 80%) 10%, rgba(243, 229, 216, 1) 86%, rgb(227 89 89 / 20%) 100%);
}
.tms-content-section {
    background: linear-gradient(160deg, rgb(170 182 210 / 30%) 20%, rgba(243, 229, 216, 1) 50%, rgb(227 89 89 / 28%) 100%);
}
.about-tms-section {
    background: linear-gradient(87deg, rgb(170 182 210 / 80%) 10%, rgba(243, 229, 216, 1) 50%, rgb(227 89 89 / 28%) 100%);
}
.gray-bg {
    background: linear-gradient(300deg, rgb(170 182 210 / 80%) 10%, rgba(243, 229, 216, 1) 86%, rgb(227 89 89 / 20%) 100%);
}
.left-img-content {
    padding-left: 130px;
}
.our-team-page {
    background: linear-gradient(160deg, rgb(170 182 210 / 30%) 20%, rgba(243, 229, 216, 1) 50%, rgb(227 89 89 / 28%) 100%)!important;
}
.left-content-section{
    background: linear-gradient(87deg, rgb(170 182 210 / 80%) 10%, rgba(243, 229, 216, 1) 86%, rgb(227 89 89 / 20%) 100%);
}
.page-id-697 .elementor-top-section{
    background: linear-gradient(160deg, rgb(170 182 210 / 30%) 20%, rgba(243, 229, 216, 1) 50%, rgb(227 89 89 / 28%) 100%);
}
.video-page-section {
    background: linear-gradient(87deg, rgb(170 182 210 / 80%) 10%, rgba(243, 229, 216, 1) 86%, rgb(227 89 89 / 20%) 100%);
}
.testimonial-page-sections {
    background: linear-gradient(87deg, rgb(170 182 210 / 80%) 10%, rgba(243, 229, 216, 1) 86%, rgb(227 89 89 / 20%) 100%);
}
.home-reviews-section {
    background-image: url(/wp-content/uploads/2025/05/image-1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-color-inner-area img {
    height: 380px;
    object-fit: cover;
    object-position: top;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
}
.page-id-506 .page-banner {
    background-position: top center;
}
.page-id-322 .page-banner {
    background-position: top center;
}
.about-tms-box {
    background-color: #aab6d2;
    padding: 20px;
    border-radius: 20px;
}
.about-tms-box .btn{
    margin-top: 20px;
}
.about-tms-box .btn:hover {
    color: #6a7388 !important;
}
.counter {
    font-size: 100px;
    font-weight: 700;
    font-family: 'Poppins';
    line-height: 50px;
}
.counter-percantage {
    font-size: 50px;
}
.count-title{
    font-size: 17px;
    font-weight: 600;
}
.count-section {
    background: linear-gradient(87deg, rgb(170 182 210 / 80%) 10%, rgba(243, 229, 216, 1) 50%, rgb(227 89 89 / 28%) 100%);
}
.faq-section .load-more-btn a {
    color: white;
}
.faq-section .load-more-btn a:hover {
    color: rgba(106, 115, 136, 1);
}
.modal img {
    height: 485px;
    object-fit: cover;
    object-position: center top;
}
.btn-header {
    padding: 10px;
    background-color: #a3b9ec;
    border-radius: 10px;
    color: #000;
    box-shadow: none;
    border: none;
    margin-bottom: 10px;
    transition: .5s;
    line-height: normal;
}
button.btn-header.btn-primary:hover {
    background-color: rgba(170, 182, 210, 1);
    color: #fff;
    transition: .5s;
}
.patient-frm .wpcf7-form-control {
    padding: 15px 10px;
    margin-bottom: 20px;
}
.patient-frm .wpcf7-select {
    width: 100%;
    border: 1px solid #dee2e6;
    border-radius: 5px;
}
.patient-frm .btn {
    background-color: #3d4860;
    color: white;
}
.patient-frm .btn:hover{
    background-color: transparent;
    border: 1px solid #3d4860;
    color: #3d4860;
}
.header-patient-btn {
    margin-right: 10px;
}
.ti-widget.ti-goog .ti-widget-container .ti-date {
    font-weight: 800!important;
}
.ti-profile-img {
    display: none!important;
}
.ti-name {
    display: none!important;
}
.header-patient-mobile-btn {
    display: none;
}
.btn-close {
    background-size: 20px;
}
.desigination {
    font-family: 'Antic Didone';
    font-weight: 400;
    font-size: 23px;
    text-align: center;
    color: rgba(23, 23, 23, 1);
    margin-top: 10px;
}
.modal {
    background: #00000094;
}
.logo-image-section {
    padding: 40px 0;
}
.modal-desigination {
    font-size: 25px;
    line-height: 39px;
    font-family: "Antic Didone";
    font-weight: 400;
}
.modal-title-div {
    display: flex;
    gap: 4px;
    line-height: 45px;
}
.forms-page {
    background: linear-gradient(160deg, rgb(170 182 210 / 30%) 20%, rgba(243, 229, 216, 1) 50%, rgb(227 89 89 / 28%) 100%);
}
.e-con-inner {
    max-width: 1470px!important;
}
.form-iframe {
    padding: 20px;
   /* background: linear-gradient(0deg, rgb(36 70 114 / 42%) 100%, rgba(243, 229, 216, 1) 35%, rgb(227 89 89 / 20%) 100%);*/
    background: linear-gradient(0deg, rgb(36 70 114 / 23%) 100%, rgb(243 229 216 / 9%) 65%, rgb(227 89 89 / 9%) 100%);
}
.patient-forms-color {
    background: linear-gradient(0deg, rgb(190 215 249 / 40%) 100%, rgba(243, 229, 216, 1) 65%, rgb(227 89 89 / 20%) 100%);
    padding-top: 20px;
}
.header-right img {
    width: 180px;
}
.page-id-680 .default-content{
    background: linear-gradient(0deg, rgb(190 215 249 / 40%) 100%, rgba(243, 229, 216, 1) 65%, rgb(227 89 89 / 20%) 100%);
    padding: 20px;
}
.page-id-491 .elementor-element.elementor-element-2ece76b.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    background: linear-gradient(87deg, rgb(170 182 210 / 4%) 10%, rgba(243, 229, 216, 1) 50%, rgb(227 89 89 / 28%) 100%);
}
.faq-btns a {
    color: #fff;
}
.faq-btns a:hover {
    color: rgba(106, 115, 136, 1);
}
.faq-bottom-content{
    margin-top: 40px;
}
.therapy-about-section {
    padding: 50px 0;
}
.page-id-680 .default-content a {
    font-weight: 500;
    text-decoration: underline;
}
.page-id-680 .default-content ul li::marker {
    color: #6699d4;
}
.banner-section-description {
    font-family: 'Poppins';
    font-size: 27px;
}
.banner-section-description .contenting {
    font-family: 'Antic Didone';
}
.e-n-accordion-item {
    background-color: rgba(170, 182, 210, 1);
    border-radius: 0 !important;
    margin-bottom: 20px;
    padding: 0px 0 0 0;
    border: none;
    border-bottom: 1px solid rgba(106, 115, 136, 1);
}
span.e-n-accordion-item-title-icon {
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    width: 40px !important;
    height: 40px;
    display: flex !important;
    align-items: center !important;
    justify-content: space-evenly;
}
summary.e-n-accordion-item-title {
    border: 0 !important;
}
.accordion.elementoe-accordion .e-n-accordion-item-title-text {
   font-family: Dancing Script !important;
    font-weight: 400;
    font-size: 28px !important;
    text-transform: capitalize;
}
.accordion.elementoe-accordion .e-n-accordion-item[open] .e-n-accordion-item-title .e-n-accordion-item-title-text {
    font-family: "Antic Didone" !important;
}
.read-more-btn {
    margin-left: 10px;
    color: #ffffff;
    text-decoration: none;
    transition: .3s;
    font-weight: 600;
}
.read-more-btn:hover {
    color: rgba(170, 182, 210, 1);
    text-decoration: none;
}