/* Common CSS Start */
:root {
    --bs-blue: #675eaa;
    --bs-black: #202020;
    --bs-white: #ffffff;
    --bs-grey: #5E5E5E;
    --bs-green: #FF9F9F;
    --bs-darkblack: #000000;
    --bs-lightgrey: #F6FBFB;
    --bs-yellow: #F9D71C;
    /* 
    color: var(--bs-blue);
    color: var(--bs-black); 
    color: var(--bs-white);
    color: var(--bs-grey);
    color: var(--bs-green); 
    color: var(--bs-darkblack);
    color: var(--bs-lightgrey);
    color: var(--bs-yellow);
    */
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
}

body {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    color: #666666;
    padding-top: 0px;
    font-weight: 400;
    font-size: 18px;
    /* line-height: 220.00000000000003%; */
    line-height: 145%;
    letter-spacing: 2%;
    font-family: "Open Sans", sans-serif;
    padding-top: 110px !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

.nav-link:focus,
.nav-link:hover {
    color: var(--bs-blue);
}

.hide {
    display: none;
}

:focus {
    outline: 0;
    outline: none;
}

a {
    color: var(--bs-blue);
    font-weight: 400;
    text-decoration: none;
}

a:hover {
    color: #000000;
}

p:last-child {
    margin-bottom: 0
}

a:focus {
    color: #000000;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

a,
.btn,
input,
select,
textarea,
button,
img {
    outline: 0 !important;
    box-shadow: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: var(--bs-blue);
}

select {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #000;
}

a img {
    outline: 0;
}

input[type=checkbox],
input[type=radio] {
    vertical-align: middle;
}

.fullwidth {
    position: relative;
    width: 100%;
    z-index: 1;
}

.bgcover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.section-pd {
    padding: 100px 0;
}

.logged-in header#header {
    top: 0px;
}

body.logged-in {
    padding-top: 0px;
}

body.nav-open-menu {
    overflow: hidden;
}

/* btn sec */
.page-button {
    margin-top: 25px;
}

.btn {
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    position: relative;
    width: auto;
    min-width: 202px;
    text-shadow: none;
    color: var(--bs-white);
    font-size: 20px;
    line-height: 15px;
    text-transform: uppercase;
    padding: 25px 40px;
    border: 1px solid var(--bs-blue);
    z-index: 1;
    background-color: var(--bs-blue);
    font-weight: 600;
    letter-spacing: 0.32px;
    border-radius: 0px;
    width: max-content;
}

.btn:hover {
    color: var(--bs-black);
    background: none;
    border-color: var(--bs-black);
}

.btn.focus,
.btn:focus {
    color: var(--bs-blue);
    background: none;
    border-color: var(--bs-blue);
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--bs-blue);
    background: none;
    border-color: var(--bs-blue);
}

input,
select,
textarea {
    outline: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
}

[type=submit] {
    cursor: pointer;
}

a:hover,
a:focus {
    text-decoration: none;
}

p:empty {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    position: relative;
    color: var(--bs-black);
}

h1, .h1 {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 15px;
}

h2, .h2{
    margin-bottom: 15px;
    font-size: 38px;
    line-height: 48px;
}

h3, .h3 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 15px;
}

h4, .h4 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
}

h5, .h5 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 15px;
}

h6, .h6 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px;
}

.linklist ol,
.linklist ul {
    margin-bottom: 15px;
    line-height: 28px;
}

.linklist ul li ul,
.blog-box .blog-content ol li ol,
.blog-box .blog-content ul li ul {
    margin-top: 10px;
    position: relative;
}

.linklist ol li,
.linklist ul li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 18px;
    display: inline-block;
    vertical-align: top;
    padding-right: 0;
    width: 100%;
}

.linklist ul li:after {
    position: absolute;
    left: 0;
    top: 8px;
    content: "";
    width: 9px;
    height: 14px;
    background-image: url(../img/right-small-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.linklist ol {
    padding-left: 13px;
}

.linklist ol li {
    padding-left: 10px;
    display: list-item;
}

.title,
.heading {
    margin-bottom: 20px;
    position: relative;
    display: block;
    letter-spacing: .03em;
    line-height: 100%;
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--bs-black);
    line-height: 60px;
}

.small-text {
    margin-bottom: 10px;
    color: var(--bs-blue);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.small-title {
    font-family: "Poppins", sans-serif;
    color: #666666;
    font-size: 25px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: .8px;
    margin-bottom: 15px;
}

.white-color-sec p a,
.white-color-sec .heading,
.white-color-sec p,
.white-color-sec .title,
.white-color-sec ul li,
.white-color-sec h2,
.white-color-sec h3,
.white-color-sec h4,
.white-color-sec h5,
.white-color-sec h6 {
    color: var(--bs-white);
}


.white-color-sec .btn:hover {
    color: var(--bs-white);
    background: none;
    border-color: var(--bs-white);
}

div#html5-close {
    background-image: url(../img/close.png);
    background-size: auto;
    width: 31px;
    height: 34px;
    background-repeat: no-repeat;
}

div#html5-close img {
    display: none;
}

/* Common CSS END */

/* Menu CSS Start */
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-top li a br,
.menu-top li .sub-menu li a br {
    display: none;
}

ul.menu-top li {
    display: inline-block;
    color: #fff;
    position: relative;
    margin-left: 30px;
}

ul.menu-top li:first-child {
    margin-left: 0px;
}

ul.menu-top>li.menu-item-has-children {
    margin-right: 15px;
}

.menu-top li a {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    vertical-align: middle;
    text-transform: uppercase;
    color: #1F1F1F;
}

.nav-menu .menu-top>li>a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    right: 0;
    left: 0;
    bottom: 0;
    background: var(--bs-blue);
    transition: all .3s ease-in-out;
    margin: auto;
    opacity: 1;
}

.nav-menu .menu-top>li>a:hover:before {
    width: 100%;
}

.nav-menu .menu-top>li.current-menu-ancestor a:before,
.nav-menu .menu-top>li.current-menu-item>a:before {
    width: 100%;
}

.menu-top li a:hover,
.menu-top li a:focus {
    color: var(--bs-black);
}

.nav-menu .menu-top>li.current-menu-item>a,
.nav-menu .menu-top>li.current-menu-ancestor>a {
    color: var(--bs-black);
}

.nav-menu>.menu-top>li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    right: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0;
    border-color: #fff transparent transparent;
    display: flex;
    align-items: center;
}

ul.menu-top li ul.sub-menu li.menu-item-has-children:after {
    display: none;
}

/* dropdown start here */
ul.menu-top li:hover>ul {
    display: block;
}

ul.menu-top li:hover li {
    float: none;
}

ul.menu-top li:hover li a:hover {
    background: var(--bs-blue);
    color: #fff;
}

.menu-top .sub-menu>li {
    border-bottom: none;
}

.menu-top .sub-menu>li:last-child {
    border-bottom: none;
}

.menu-top .sub-menu li.current_page_item a {
    background-color: #725cab;
}

.home-fullwidth-section.section-pd.fullwidth.tms-full-width {
    padding-bottom: 0px !important;
}

.banner-btn .btn:hover {
    color: #fff;
    background: none;
    border-color: #fff;
}

.menu-top .sub-menu li.current_page_item a:hover {
    background-color: var(--bs-blue);
    color: #fff;
}

.menu-top .sub-menu>li.current_page_item ul li a {
    background-color: rgba(0, 0, 0, 0.95);
    color: #fff;
    font-weight: 400;
}

.menu-top .sub-menu>li.current_page_item ul li a:hover,
.menu-top .sub-menu>.current_page_ancestor>a {
    background-color: var(--bs-blue);
    color: #fff;
}

.menu-top li ul li {
    border-top: 0;
    display: block;
    margin: 0;
}

/* Displays second level dropdowns to the right of the first level dropdown */
ul.menu-top ul ul {
    left: 100%;
    top: 0;
    position: absolute;
}

ul.menu-top li .sub-menu li {
    padding: 0;
    display: block;
    width: 100%;
}

.nav-menu-inner {
    width: 100%;
    margin-top: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}

.menu-top {
    position: relative;
    width: 100%;
    transition: all ease-in-out 0.2s;
    text-align: right;
}


.menu-top li:first-child {
    padding-left: 0;
}

.menu-top li:last-child {
    margin-right: 0;
    padding-right: 0px;
}

ul.menu-top li#menu-item-25 {
    display: none;
}

.sub-menu {
    background-color: #D982B5;
    min-width: 262px;
    text-align: left;
}

ul.menu-top li .sub-menu li a {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    padding: 12px 15px;
    line-height: 120%;
    margin: 0;
    color: #ffffff;
    border: none;
    border-bottom: 1px solid #fff;
    position: relative;
    text-transform: uppercase;
    text-align: left;
    background-color: #D982B5;
}

ul.menu-top li .sub-menu li:last-child a {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.menu-top .sub-menu li.current_page_item a:before,
.menu-top .sub-menu li a:hover:before {
    background: #fff;
}

ul.menu-top li .sub-menu li a:hover {
    background-color: var(--bs-blue);
}

.menu-header ul.sub-menu li.menu-item-has-children>a:after {
    -ms-transform: rotate(227deg);
    -webkit-transform: rotate(227deg);
    -moz-transform: rotate(227deg);
    -o-transform: rotate(227deg);
    transform: rotate(227deg);
    right: 13px;
    top: 0;
    bottom: 0;
    content: "";
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    margin: auto;
}

.menu-header>ul>li>ul {
    transform: translateY(1.250em);
    transition: all linear 0.1s;
    top: 100%;
    position: absolute;
    list-style: none;
    z-index: 1;
    margin: 0;
    padding: 0;
    transition: all linear 0.1s;
    margin-top: 0px;
}

header#header.small-header .menu-header>ul>li>ul {
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.258);
    transition: all linear 0.1s;
}

.menu-header .sub-menu {
    visibility: hidden;
}

.menu-header ul li:hover>ul {
    opacity: 1;
    transform: translateY(0);
    display: block;
    visibility: visible;
    z-index: 1;
}

.menu-top li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: 0px;
    margin: auto;
    right: -15px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-image: url(../img/down-arrow.svg);
    background-position: center;
    height: 10px;
    width: 10px;
    bottom: -6px;
}

.menu-top>li.current-menu-item:after,
.nav-menu .menu-top>li.current-menu-ancestor:after {
    background-image: url(../img/down-arrow-active.svg);
}

/* Menu CSS END */

/* Header Search */
.search-box-outer {
    width: 57%;
    margin-left: auto;
}

.search-icon {
    cursor: pointer;
    transition: all ease-in-out 0.45s;
    background-size: 18px;
    background-repeat: no-repeat;
    background-image: url(../img/search-white.png);
    background-position: 0px 0px;
    width: 19px;
    height: 19px;
    top: 5px;
    position: relative;
}

.close-search {
    cursor: pointer;
}

.search-bar {
    padding: 1px 0 10px 15px;
    margin-left: 0;
    color: #000;
    position: relative;
    width: auto;
    display: inline-block;
    margin-top: 0px;
}

.search-bar:before {
    content: "";
    background-color: #fff;
    position: absolute;
    height: 1.15em;
    left: 0;
    width: 1.5px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.search-bar-box {
    background-color: rgba(53, 163, 175, 0);
    position: relative;
    right: 0px;
    height: 3rem;
    border: 1px solid rgba(53, 163, 175, 0);
    border-bottom-color: #e9e9e9;
    z-index: 2;
    opacity: 1;
    width: calc(100% - 0em);
}

.mobile-search-bar {
    margin-left: 40px;
    height: 22px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    position: relative;
    padding-left: 0;
    margin-right: 0;
    top: 0px;
}

.mobile-search-bar .white-search-icon {
    display: block;
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-image: url(../img/search.svg);
    background-position: 0px 0px;
    cursor: pointer;
}

.mobile-search-bar:hover .white-search-icon {
    filter: brightness(0) saturate(100%) invert(43%) sepia(15%) saturate(1533%) hue-rotate(221deg) brightness(92%) contrast(88%);
}

header#header.small-header .search-bar-box {
    top: 0;
}

#SiteSearchs img {
    width: 1.5em;
}

.browser-ie .search-bar-box,
.browser-unknown .search-bar-box,
.browser-ie .search-bar-box.active-bar,
.browser-unknown .search-bar-box.active-bar {
    -webkit-transition: all ease-in-out 0s;
    -moz-transition: all ease-in-out 0s;
    -o-transition: all ease-in-out 0s;
    transition: all ease-in-out 0s;
}

.search-icon-form button.btn {
    background-color: var(--bs-blue);
    padding: 20px;
    margin-top: 0;
}

.search-icon-form button.btn:hover {
    background-color: #fff;
    color: var(--bs-blue);
    border: 1px solid #fff;
}

.search-icon-form button.btn:focus {
    background-color: var(--bs-blue);
    color: #fff;
    border: 1px solid var(--bs-blue);
}

.search-wrapper {
    flex-direction: column;
    text-align: center;
}

.search-wrapper .title {
    color: var(--bs-blue);
    margin-bottom: 50px;
}

.search-input-box .form-control {
    color: #76777a;
}

.search-form-outer {
    width: 100%
}

.search-icon-form {
    padding: 8px 15px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
}

.close-search .bar {
    background: #FFF;
    border-radius: 0;
    display: block;
    height: 2px;
    width: 45px;
}

.close-search .bar:nth-of-type(2) {
    width: 25px;
    margin-bottom: 7px;
    margin-top: 7px;
    margin-left: auto;
}

.search-input-box {
    width: 100%
}

.search-input-box input {
    border: none;
    padding-left: 0;
    padding-right: 0;
    color: #fff;
}

.search-input-box input:focus {
    outline: none !important;
    box-shadow: none !important
}

#m-SiteSearchs-form .search-input-box ::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

#m-SiteSearchs-form .search-input-box ::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

#m-SiteSearchs-form .search-input-box :-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

#m-SiteSearchs-form .search-input-box :-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

#search-icon-bar .fa-search {
    color: #fff;
    font-size: 0;
}

.top-search-wrap {
    display: inline-block;
}

.search-input-box .form-control {
    padding: 0;
    height: 2.5rem;
    background-color: transparent;
    color: #000000;
}

.search-icon-form .fa-search {
    color: #fff;
    font-size: 0;
}

/* Header Search End */

/* Header CSS Start */
.menu-wrap,
.mobile-header-sec {
    display: none;
}

.logo-wrapper {
    height: auto;
    position: relative;
    width: auto;
    top: 0;
    max-width: 100%;
}

.logo-wrapper a {
    display: flex;
    align-items: center;
}

.logo-wrapper a img {
    width: auto;
}

.top-search-bar {
    text-align: right;
    position: relative;
    width: 45px;
}

.nav-menu-wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 0;
    transition: all ease-in-out .2s;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menu-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

header#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    padding: 0;
}

header#header.small-header {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.18);
    background: #fff;
}

.header-top .header-left-logo {
    display: flex;
    align-items: center;
    /* padding-bottom: 10px; */
}

.header-aside-col {
    align-items: center;
    display: flex;
}

.header-top {
    padding: 0;
    width: 100%;
    position: relative;
    padding: 23px 0;
}

.header-contact-info {
    margin-top: 0;
    position: relative;
    top: 0;
    display: flex;
    align-items: flex-end;
    width: 304px;
    flex-direction: column;
    margin-left: 15px;
    padding-bottom: 0;
}

.header-contact-info a {
    margin-left: 0;
    /* width: auto; */
    width: max-content;
    color: #fff;
    background-color: var(--bs-blue);
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3%;
    text-transform: uppercase;
    padding: 21px 34px;
    padding-left: 43px;
    background-image: url(../img/smartphone.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 15px center;
}

.header-contact-info a span {
    display: inline-block;
    position: relative;
}

.header-contact-info a:hover {
    color: #ffffff;
    background-color: var(--bs-black);
}

.nav-menu-inner ul>li .sub-menu * {
    transition: none;
}

header#header.small-header .nav-menu-inner {
    margin-top: 0;
}

.top-left-sec {
    display: flex;
    align-items: center;
    width: 100%;
}

.header-wrap {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/** Mobile Search Bar ***/
.mobile-search-bar-box .search-input-box {
    width: 100%;
    position: relative;
}

.close-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 26px;
    height: 26px;
    opacity: 1;
    z-index: 2;
}

.close-btn:hover {
    opacity: 1;
    cursor: pointer;
}

.close-btn:before,
.close-btn:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 26px;
    width: 2px;
    background-color: #ffffff;
}

.close-btn:hover:before,
.close-btn:hover:after {
    opacity: 1;
    background-color: #ffffff;
}

.close-btn:before {
    transform: rotate(45deg);
}

.close-btn:after {
    transform: rotate(-45deg);
}

.mobile-search-bar-box {
    display: none
}

.mobile-search-bar-box {
    position: fixed;
    top: 0;
    width: 100%;
    height: 117px;
    z-index: 10000;
    background-color: var(--bs-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-100%);
    transition: all ease-in-out 0.5s;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.42);
}

.mobile-search-active .mobile-search-bar-box {
    transform: translate(0);
    z-index: 999999;
}

.mobile-search-bar-box form {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.mobile-search-bar-box .search-input-box input {
    font-size: 16px;
    border-bottom: 1px solid #dedddd;
    color: #fff;
    height: 46px;
    padding-left: 15px;
    padding-right: 50px;
}

.mobile-search-bar-box .search-icon-form img {
    width: 28px;
    max-width: 54px;
}

.search-icon-form button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 22px;
    height: 22px;
    top: 0px;
    position: relative;
    background-image: url(../img/search-white.png);
    opacity: 0.7;
}

.search-icon-form button:hover {
    opacity: 1;
}

.search-input-box .form-control:focus {
    border-bottom: 1px solid #ffffff;
    color: #fff;
}

.mobile-search-bar-box .search-input-box {
    position: relative;
}

.req-error {
    position: absolute;
    font-size: 11px;
    bottom: auto;
    display: none;
    color: #fff;
    font-weight: normal;
    right: 0;
    background-color: #b30000;
    padding: 1px 5px;
    border-radius: 4px 4px 0px 0px;
    line-height: normal;
    text-transform: capitalize;
}

.mobile-search-bar img {
    cursor: pointer;
    top: -3px;
    position: relative;
}

.m-close-search .bar {
    background: #FFF;
    border-radius: 0;
    display: block;
    height: 1px;
    width: 45px;
    display: none;
}

.m-close-search .bar:nth-of-type(2) {
    width: 25px;
    margin-bottom: 9px;
    margin-top: 9px;
}

.mobile-search-bar-box .search-icon-form {
    padding: 0;
    margin-left: 15px;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    position: absolute;
    right: 10px;
    bottom: 3px;
    width: 40px;
}

.mobile-search-bar-box [type='submit'],
.mobile-search-bar-box [type='submit']:focus {
    background-color: transparent
}

.nav-menu-inner .nav-menu {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    position: relative;
}

header#header.small-header .nav-menu-inner .nav-menu {
    top: 0;
}

/* Mobile Search Bar */
/* Header CSS End */

/* owl css for nav */
.owl-nav {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 10px;
    height: 25px;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 100%;
    bottom: 0;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
    height: 22px;
    width: 22px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-size: 12px;
    position: relative;
    z-index: 1;
    opacity: 1;
    border-radius: 0;
}

.owl-carousel .owl-nav .owl-prev {
    left: -50px;
    background-image: url(../img/arrow-left-blue.svg);
    background-position: center;
    transform: rotate(180deg);
}

.owl-carousel .owl-nav .owl-next {
    right: -50px;
    background-image: url(../img/arrow-left-blue.svg);
    background-position: center;
}

.owl-carousel .owl-nav .owl-next:hover:after,
.owl-carousel .owl-nav .owl-prev:hover:after {
    opacity: 0.2;
}

.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-prev:hover {
    opacity: 1;
}

/* end owl css */

/* owl dots */
.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.owl-dots .owl-dot span {
    display: block;
    background: #D9D9D9;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.owl-dots .owl-dot {
    margin: 0 5px;
    cursor: pointer;
}

.owl-dots .owl-dot.active span {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-blue);
}

/* owl dots end */


/* Contact Form CSS Start */
.wpcf7 form.spam .wpcf7-response-output {
    margin-left: auto !important;
    margin-right: auto !important;
}

.wpcf7 .wpcf7-form-control-wrap.quiz-math,
.wpcf7 .wpcf7-form-control-wrap.quiz-math label {
    width: 100%;
    margin: 0;
}

.wpcf7 .wpcf7-spinner {
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

div.wpcf7 .wpcf7-form .form-control,
.common-form-style .form-group .form-control {
    padding: 5px;
    font-size: 16px;
    text-transform: none;
    color: #000000;
    background: none;
    height: 60px;
    font-weight: 300;
    padding-left: 6px;
    border: none;
    border-bottom: 1px solid #C4C4C4;
}

div.wpcf7 .wpcf7-form textarea.form-control,
.common-form-style .form-group textarea.form-control {
    height: 156px;
}

.form-group {
    margin-bottom: 1.5rem;
}

.wpcf7 .wpcf7-response-output {
    font-size: 12px;
    line-height: 1.3;
    position: absolute;
    left: 0;
    bottom: -40px;
    right: 0;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    border: none !important;
    margin: 0 !important;
    background: #b31517;
    max-width: 389px;
}

.form-control,
.form-control:focus {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    box-shadow: none;
    padding: .4rem 0rem;
    font-size: 0.9rem;
}

.wpcf7-form-control-wrap {
    display: inline-flex;
    width: 100%;
}

.wpcf7 .wpcf7-not-valid-tip {
    color: #fff;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: 1px;
    right: 0;
    font-size: 10px;
    background-color: #b30000;
    padding: 6px;
    border-radius: 4px 4px 0px 0px;
    line-height: 6px;
    text-transform: capitalize;
}

.form-banner-404 .wpcf7 .wpcf7-not-valid-tip {
    padding: 2px 5px;
}

.wpcf7 {
    position: relative;
}

.btn-wrap {
    padding: 0;
    display: inline-block;
    position: relative;
    width: 202px;
    margin-top: 10px;
    margin-right: 0;
    margin-left: 0;
}

.btn-wrap .wpcf7-submit {
    display: inline-block;
    position: relative;
    width: 100%;
    min-width: 100%;
    text-shadow: none;
    letter-spacing: 0px;
    color: var(--bs-white);
    font-weight: 500;
    font-size: 20px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 25px 40px;
    border: none;
    z-index: 1;
    background: var(--bs-blue);
}

.btn-wrap .wpcf7-submit:hover {
    color: var(--bs-white);
    background: var(--bs-black);
    border-color: var(--bs-black);
}

div.wpcf7 .ajax-loader {
    position: absolute;
    left: 0;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    z-index: 1;
    display: block;
}

div.wpcf7 form.submitting .btn-wrap input,
.sidebar div.wpcf7 form.submitting .btn-wrap input {
    color: var(--bs-blue);
    background-color: transparent;
    border: 1px solid var(--bs-blue);
    text-decoration: none;
}

div.wpcf7 form.submitting .btn-wrap {
    border: none;
    color: #000;
    background: none;
    border-color: #000;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    max-width: 224px;
    visibility: hidden;
    display: none !important;
}

.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok,
.wpcf7 form.sent .wpcf7-response-output,
.thank-you-message {
    color: #fff !important;
    background: #00772c !important;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    opacity: 1;
}

textarea {
    resize: none;
    height: 5rem;
}

[type=submit],
[type=submit]:focus {
    cursor: pointer;
    box-shadow: none;
}

/* placeholder */
.wpcf7 ::-webkit-input-placeholder {
    color: #373737;
}

.wpcf7 ::-moz-placeholder {
    color: #373737;
}

.wpcf7 :-ms-input-placeholder {
    color: #373737;
}

.wpcf7 :-moz-placeholder {
    color: #373737;
}

.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 label.error {
    color: #fff;
    font-weight: 400;
    position: absolute;
    bottom: -18px;
    right: 0;
    font-size: 10px;
    background-color: #b30000;
    padding: 6px;
    border-radius: 4px 4px 0 0;
    line-height: 6px;
    text-transform: capitalize;
    margin: 0;
}

.wpcf7 .wpcf7-not-valid-tip {
    font-size: 0px;
    display: none;
}

.wpcf7 .quiz-math .wpcf7-not-valid-tip {
    font-size: 10px;
    display: inline-block;
}

.brainbloom-contact-form .form-control {
    font-size: 16px !important;
    padding-left: 10px !important;
    border: 1px solid #C4C4C4 !important;
}

/* Contact Form CSS END */

.page-contact-us .footer-contact-info {
    display: none;
}

/* Footer CSS Start */
.main-footer {
    background: #FAFAFA;
    padding-top: 50px;
    padding-bottom: 0;
    overflow: hidden;
}

/* .footer-logo {
    margin-bottom: 30px;
} */
.footer-logo a svg {
    width: 260px;
    height: 73px;
}

.footer-wrapper {
    margin-bottom: 40px;
}

.footer-title {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.copyright {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 15px;
    /* border-top: 1px solid var(--bs-green); */
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright p {
    font-size: 15px;
    margin: 0;
    line-height: 30px;
}

.copyright .small-nav {
    margin-left: 5px;
    font-size: 14px;
}

.small-nav a {
    display: inline-block;
    margin-right: 6px;
    position: relative;
    padding-right: 0;
    font-weight: 400;
    color: var(--bs-blue);
    margin-left: 4px;
}

.small-nav a:hover {
    color: var(--bs-black);
}

.small-nav a:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    background: #000;
    top: 0;
    right: -8px;
    bottom: 0;
    margin: auto;
}

.small-nav a:last-child:after {
    display: none;
    opacity: 0;
}

/* .nap-postal-address-wrapper {
    margin-top: 15px;
} */
.footer-sec ul {
    column-count: 1;
}

.footer-sec ul li {
    position: relative;
    margin-bottom: 8px;
}

.footer-sec ul li a {
    padding: 0;
    display: inline-block;
    color: var(--bs-grey);
}

.footer-sec ul li a:hover {
    color: var(--bs-blue);
}

.top-doc-logo img {
    width: auto;
}

.top-doc-logo {
    position: absolute;
    bottom: 0;
    right: 15px;
}

/* nap css */
.nap-address-info,
.nap-address-info a,
.nap-address-info *,
.nap-contact-info .phoneno,
.nap-time-info {
    font-size: 16px;
    line-height: 26px;
}

.nap-address-info .direction-link {
    color: var(--bs-grey);
    border-bottom: 1px solid var(--bs-grey);
}

.nap-address-info .direction-link:hover {
    color: var(--bs-blue);
    border-color: var(--bs-blue);
}

.nap-contact-info .phoneno:hover {
    color: var(--bs-blue);
}

.nap-contact-info {
    width: 100%;
    margin: 10px 0px 8px 0px
}

.nap-address-info {
    background-image: url(../img/location.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 0 4px;
    padding-left: 25px;
    width: 100%;
    position: relative;
}

.nap-contact-info .phoneno {
    display: inline-block;
    padding: 00px 0;
    background-size: 16px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
    line-height: normal;
    background-image: url(../img/call-icon.svg);
    color: var(--bs-grey);
}

.nap-contact-info .phoneno:hover {
    color: var(--bs-blue);
}

.nap-fax-info {
    background-image: url(../img/fax.svg);
    background-size: 15px;
    background-position: 0 4px;
    background-repeat: no-repeat;
    padding-left: 25px;
    line-height: normal;
}

/* nap css */

.footer-sec ul li a br,
ul.menu-top li a br {
    display: none;
}

/* Footer CSS Start END */
/* Site Schema Styling */
.clientreviews {
    background: #f9f9f9;
    border: 1px solid #eaeaea;
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.87;
}

.page-template-template-about .site-schema {
    margin-top: 70px;
}

.clientreviews .heading {
    margin-bottom: 15px;
    position: relative;
    line-height: normal;
    font-size: 35px;
}

.review-schema-wrapper {
    padding-top: 50px;
    margin-bottom: 50px;
}

.clientreviews div strong,
.clientreviews p strong {
    color: var(--bs-green);
    letter-spacing: 1px;
}

.clientreviews p {
    color: #000;
}

.page_review_by .testimonialTitle {
    color: #000;
}

.clientreviews p strong {
    font-weight: 600;
}

.review-schema-wrapper .page_review {
    line-height: 32px;
}

.clientreviews .heading span,
.clientreviews .heading strong {
    position: relative;
}

.clientreviews.video-schema .heading:after {
    bottom: 6px;
}

.video-schema p {
    line-height: 32px;
    margin-bottom: 5px;
}

.site-schema {
    margin-top: 0px;
}

.video-schema {
    margin-bottom: 0px;
    margin-top: 0px;
}

.video-schema .heading {
    margin-bottom: 15px;
}

.clientreviews iframe {
    border: 1px solid #f6f6f6;
    width: 100%;
}

/*  Site Schema Styling End */

/* Home Banner CSS Start */
.home-banner {
    z-index: 1;
    height: calc(100% - 0px);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.home-banner:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    background: #00000054;
}

.home-banner .container {
    z-index: 2;
    padding-bottom: 0;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.home-banner-info {
    width: 100%;
    padding-right: 15px;
}

.home-banner .banner-title {
    line-height: 90px;
    text-transform: capitalize;
    font-size: 81px;
    font-weight: 700;
    color: #fff;
}

.home-banner img.home-right-img {
    position: absolute;
    right: 0;
    top: 60px;
    width: 50%;
    height: calc(100% - 150px);
    object-fit: contain;
    bottom: 0;
    margin: auto;
    object-position: center right;
    border-radius: 0 0 0 165px;
}

.banner-content p {
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 100%;
    /* letter-spacing: 0.5px; */
    color: #fff;
}

.banner-content {
    position: relative;
    margin-bottom: 46px;
    /* margin-bottom: 40px; */
}

/* Home Banner CSS END */
/* Home ABOUT CSS Start */
.home-about .about-left-image {
    position: absolute;
    left: 0;
    width: calc(50% - 40px);
    bottom: 0;
    height: calc(100% - 70px);
    object-fit: cover;
    object-position: top right;
}

.home-about .about-right-info {
    margin-left: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.about-left-info {
    padding-right: 40px;
    padding-left: 0;
}

.about-left-info .fullwidth {
    padding-left: 20px;
    padding-top: 20px;
}

.about-left-info .fullwidth:before {
    content: "";
    border-radius: 130px 0 0;
    border: 1.32px solid var(--bs-green);
    background: 0 0;
    position: absolute;
    left: 0;
    height: 450px;
    width: 350px;
    z-index: -1;
    top: 0;
}

.about-left-info .fullwidth .about-left-image {
    width: 100%;
    border-radius: 120px 0 0;
}

.about-right-info {
    display: flex;
    align-items: center;
}

/* Home ABOUT CSS END */

/* Left Right Content Section */
.home-left-right-sec:after {
    background-color: var(--bs-blue);
    position: absolute;
    left: 0;
    content: "";
    bottom: 0;
    top: 0;
    width: 65%;
}

.home-left-right-sec .small-text {
    color: #fff;
}

.home-left-right-sec .img-div {
    width: 48%;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    height: calc(100% - 140px);
    object-fit: cover;
    object-position: center;
    z-index: 1;
    margin: auto;
    align-items: center;
    display: flex;
}

.home-left-right-sec .img-div img {
    width: 100%;
    object-fit: cover;
}

.page-insurance-coverage-for-tms-therapy-in-mclean .insurance-logo-item {
    padding: 20px;
}

.wp-block-button__link {
    font-size: 20px;
    font-weight: 600;
}

/* Left Right Content Section */
/* Interview Content Section */
.home-video-wrap {
    margin-top: 80px;
}

.home-video-wrap a img {
    width: 100%;
    position: relative;
    display: block;
}

.home-video-wrap a {
    display: block;
    position: relative;
}

.home-interview-sec:after {
    background-color: #3D3D3D;
    position: absolute;
    width: 100%;
    height: calc(100% - 210px);
    content: "";
    top: 0;
    /* background-image: url(../img/pattern-bg.webp); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.html5lightbox {
    position: relative;
}

.html5lightbox .play-btn {
    background: #50b2af;
    width: 70px;
    height: 70px;
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 1;
    font-size: 0px;
    border-radius: 100%;
    right: 30px;
    bottom: 30px;
}

.html5lightbox:hover .play-btn {
    background: var(--bs-yellow);
}

.html5lightbox .play-btn:after {
    background-image: url(../img/play-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 15px;
    width: 15px
}

/* Interview Content Section */

/* Home Team Content Section */
.home-attorneys {
    padding-bottom: 30px;
}

.home-attorney-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    background: #F6FBFB;
}

.home-attorney-item {
    width: 50%;
    display: flex;
}

.home-attorney-item a {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.home-attorney-item a .home-attr-detail,
.home-attorney-item a .home-attorney-img {
    width: 50%;
    position: relative;
}

.home-attorney-item a .home-attorney-img img {
    width: 100%;
}

.home-attorney-item a .home-attr-detail {
    padding: 23px;
}

.home-attorney-item a .home-attr-detail .attorney-name {
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    text-transform: capitalize;
    color: var(--bs-darkblack);
}

.home-attorney-item a:hover .home-attr-detail .attorney-name {
    color: var(--bs-green);
}

.home-attorney-item a:hover .home-attorney-img img {
    opacity: 0.8;
}

.home-attorney-item a .home-attr-detail .attorney-designation {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
    margin-top: 10px;
    color: var(--bs-grey);
}

.home-attorney-img:after {
    width: 200px;
    height: 1px;
    background: var(--bs-green);
    position: absolute;
    content: "";
    left: -150px;
    top: 0;
    bottom: -15px;
    margin: auto;
}

.home-attorney-item.attorney-info-3 a,
.home-attorney-item.attorney-info-4 a {
    flex-direction: row-reverse;
}

.home-attorney-item.attorney-info-3 a .home-attr-detail,
.home-attorney-item.attorney-info-4 a .home-attr-detail {
    padding-left: 60px;
}

.home-attorney-item.attorney-info-3 a .home-attorney-img:after,
.home-attorney-item.attorney-info-4 a .home-attorney-img:after {
    right: -40px;
    left: inherit;
    width: 90px;
}

/* Home Team Content Section End */
/* Home Service Content Section */
.home-service-list .owl-carousel .owl-item .home-service-item {
    width: 100%;
    position: relative;
}

.home-service-list .owl-carousel .owl-item .home-service-item a {
    display: block;
}

.service-img-wrap {
    width: 100%;
    overflow: hidden;
}

.home-service-list .owl-carousel .owl-item .home-service-item a img {
    width: 100%;
    border-radius: 60px 0 0 0;
    transition: 2s;
    filter: grayscale(1);
    height: 496px;
    object-fit: cover;
}

.border-1 {
    border-radius: 60px 0 0 0;
}

.border-2 {
    border-radius: 0 0 60px 0;
}

.border-3 {
    border-radius: 0 60px 0 0;
}

.border-4 {
    border-radius: 0 0 0px 60px;
}

.team-thumb img:hover {
    filter: unset;
}

.home-service-list .owl-carousel .owl-item .home-service-item a:hover img {
    transform: scale(1.1);
}

.home-service-list .owl-carousel .owl-item.active+.owl-item.active a img {
    border-radius: 0 0 60px 0;
}

.home-service-list .owl-carousel .owl-item.active+.owl-item.active+.owl-item.active a img {
    border-radius: 0 60px 0 0;
}

.home-service-list .owl-carousel .owl-item.active+.owl-item.active+.owl-item.active+.owl-item.active a img {
    border-radius: 0 0 0px 60px;
}

.home-service-list .owl-carousel .owl-item.active+.owl-item.active,
.home-service-list .owl-carousel .owl-item.active+.owl-item.active+.owl-item.active+.owl-item.active {
    margin-top: 80px
}

.home-service-list .owl-carousel .owl-item.active+.owl-item.active+.owl-item.active {
    margin-top: 0px
}

.home-service-list .owl-carousel .owl-item .service-name {
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    margin-top: 25px;
    width: 100%;
    position: relative;
    color: #FFFFFF;
}

/* .home-service-list .owl-carousel .owl-item .home-service-item a:hover .service-name {
    color: var(--bs-green);
} */
.home-service-heading {
    /* margin-left: auto; */
    padding-left: 30px;
    position: relative;
    /* margin-bottom: -40px; */
    z-index: 2;
}

.home-service-heading .service-btn {

    position: absolute;
    right: 15px;
    top: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 110px;
    display: none;
}

.service-btn .service-next,
.service-btn .service-prev {
    font-size: 0px;
    background-image: url(../img/arrow-left-blue.svg);
    background-position: center;
    width: 50px;
    height: 50px;
    background-size: 28px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    border: 1px solid var(--bs-blue);
    background-color: transparent;
}

.service-btn .service-next {
    transform: rotate(180deg);
}

.service-btn .service-next:hover,
.service-btn .service-prev:hover {
    background-image: url(../img/arrow-left.svg);
    background-color: var(--bs-blue);
}

.home-service-list {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-image: url(../img/abstract-bg-gradient.webp); */
}

/* Home Service Content Section End */

/* Testimonial CSS */
.testimonial-section {
    width: 100%;
    overflow: hidden;
}

.testimonial-section .owl-carousel.owl-drag .owl-item {
    padding-bottom: 15px;
}

.client-name {
    font-weight: 600;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #000000;
    margin-top: 60px;
}

.review-img,
.review-img img {
    width: 100%;
}

.testimonial-item p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 60px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #1F1F1F;

}

.testimonial-item:after {
    content: "";
    width: 127px;
    height: 90px;
    position: absolute;
    background-image: url(../img/qoute.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    left: 0;
    display: inline-block;
    top: -15px;
    z-index: -1;
}

.testimonial-item {
    position: relative;
    width: 100%;
    margin-top: 80px;
}

.testimonial-section .review-img {
    padding-right: 55px;
    z-index: 1;
    position: relative;
    padding-left: 20px;
    padding-bottom: 20px;
}

.testimonial-section .review-img img {
    border-radius: 0px 0 80px 0;
}

.testimonial-top-header {
    margin-left: auto;
    margin-bottom: 10px;
    z-index: 2;
    padding-top: 30px;
}

.testimonial-btn {
    display: flex;
    width: 110px;
    justify-content: space-between;
    position: relative;
    margin-left: auto;
    margin-top: -34px;
    z-index: 1;
}

.testimonial-btn .testimonial-next,
.testimonial-btn .testimonial-prev {
    font-size: 0px;
    background-image: url(../img/arrow-left-blue.svg);
    background-position: center;
    width: 50px;
    height: 50px;
    background-size: 12px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    border: 1px solid var(--bs-blue);
    background-color: transparent;
}

.testimonial-btn .testimonial-next {
    transform: rotate(180deg);
}

.testimonial-btn .testimonial-next:hover,
.testimonial-btn .testimonial-prev:hover {
    background-image: url(../img/arrow-left-white.svg);
    background-color: var(--bs-blue);
}

.left-review-img {
    position: relative;
    z-index: 1;
}

.testimonial-top-header .fullwidth {
    padding-left: 35px;
}

.testimonial-section .left-review-img:after {
    border-radius: 0 0 90px;
    background: #FAFAFA;
    content: "";
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 89%;
    height: calc(100% + 210px);
    z-index: 0;
}

/* rating css */
.review-rating {
    margin: 0;
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 0;
}

.review-rating .star-icon {
    display: inline-block;
    background-image: url(../img/star-yellow.png);
    background-repeat: no-repeat;
    background-size: 24px;
    height: 24px;
    width: 24px;
    background-position: center;
}

.star-number {
    display: flex;
    align-items: center;
    /* height: 100px; */
}

.star-number .star-count {
    color: #725CAB;
    font-size: 45px;
    font-weight: 900;
    line-height: normal;
    text-transform: capitalize;
    background-image: url(../img/star-number.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 145px;
    width: 145px;
    justify-content: center;
    display: flex;
    align-items: center;
    text-indent: -13px;
    margin-right: 20px;
}

.footer-map iframe {
    height: 100%;
}

.wpcf7-acceptance {
    display: block !important;
}

/* contact CSS */
.contact-section-new {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

/* LEFT CARD */
.contact-section-new .contact-form-wrap {
    padding: 0px;
    position: relative;
    z-index: 2;
}

/* RIGHT CARD */
.contact-section-new .contact-address-wrap {
    background: #725CAB;
    padding: 60px 50px;
    border-radius: 0px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

/* BG EFFECT */
.contact-section-new .contact-address-wrap:before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    top: -120px;
    right: -120px;
}

/* ADDRESS ITEM */
.contact-section-new .contact-address-item {
    display: flex;
    gap: 20px;
    margin-bottom: 35px;
    position: relative;
    z-index: 2;
}

/* ICON */
.contact-section-new .contact-address-icon {
    width: 72px;
    height: 72px;
    min-width: 72px;
    padding: 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.contact-section-new .contact-address-icon img {
    width: 32px;
}

.contact-address-icon svg path {
    fill: #fff;
}

/* TITLE */
.contact-section-new .contact-address-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

/* DETAILS */
.contact-section-new .contact-address-details,
.contact-section-new .contact-address-details p,
.contact-section-new .contact-address-details a {
    color: #ffffff;
    opacity: 0.9;
    line-height: 1.7;
    margin: 0;
}

/* BUTTON */
.contact-section-new .contact-btn-wrap {
    margin-top: 0px !important;
    position: relative;
    z-index: 2;
}

.contact-section-new .contact-btn-wrap .btn {
    min-width: 220px;
    height: 58px;
    border-radius: 0px;
    background: transparent;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    transition: 0.3s ease;
    border: none;
    border: 1px solid #fff;
}

.contact-section-new .contact-btn-wrap .btn:hover {
    background: #fff;
    color: var(--bs-blue);
}

.contact-section-new .contact-btn-wrap .btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.home-header-link {
    display: none !important;
}

.faq-menu {
    text-transform: lowercase;
}

.breadcrumb {
    margin-bottom: 0px;
}


/* contact CSS */
/* rating css */
/* Testimonial CSS  end*/
/* MEDIA CSS */
@media (min-width: 1800px) {
    .home-banner img.home-right-img {
        border-radius: 0 0 0 225px;
    }
}

@media (min-width: 1599px) {

    /* .home-banner {
        padding-top: 117px;
    } */

    .consultation-section {
        margin-top: 90px;
    }

}


@media (min-width: 1199px) {

    .book-btn .btn {
        height: 64px;
    }

    .short-team-info {
        padding-left: 40px;
        align-items: center;
        display: flex;
    }

}

@media (max-width: 1199px) {

    .title,
    .heading {
        font-size: 30px;
        line-height: 40px;
    }

    .section-pd {
        padding: 50px 0;
    }

    /* home banner */

    .home-banner {
        height: 600px;
        width: 100%;
        padding-top: 120px;
    }

    .banner-wrap {
        padding-right: 20px;
    }

    .home-banner img.home-right-img {
        width: 48%;
        height: calc(100% - 150px);
        border-radius: 0 0 0 135px;
    }

    .home-banner:after {
        opacity: 1;
    }

    .banner-content p {
        font-size: 18px;
        line-height: 32px;
    }

    .home-banner .banner-title {
        line-height: 60px;
        font-size: 50px;
    }

    .banner-content {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    /* home banner */
    /* home about */
    .about-left-info .fullwidth {
        height: 100%;
    }

    .about-left-info .fullwidth .about-left-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .home-service-list .owl-carousel .owl-item .service-name {
        font-size: 18px;
    }

    .home-attorney-img:after {
        width: 100px;
        left: -50px;
    }

    .home-attorney-item a .home-attr-detail .attorney-name {
        font-size: 23px;
        line-height: 28px;
    }

    .home-banner img.home-right-img

    /* home about */
    /* home testimonial */
    .testimonial-section .row+.row .fullwidth {
        height: 100%;
    }

    .testimonial-section .review-img {
        padding-right: 20px;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .testimonial-section .row+.row .fullwidth img {
        height: 100%;
    }

    .testimonial-item p {
        font-size: 18px;
        font-weight: 400;
        line-height: 35px;
    }

    .testimonial-content-info {
        padding-top: 25px;
    }

    .testimonial-top-header .fullwidth {
        padding-left: 15px;
    }

    .testimonial-section .left-review-img:after {
        width: 93%;
    }

    body {
        line-height: 180%;
    }

    /* home testimonial */
}

/* media query 991 */
@media (max-width: 991px) {

    .home-header-link {
        display: block !important;
    }

    .copyright {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .home-banner .banner-title {
        font-size: 30px;
        line-height: 40px;
    }

    .home-banner {
               height: 440px;
        padding-top: 110px;
        padding-bottom: 50px;
    }

    .home-banner img.home-right-img {
        width: 49%;
        height: calc(100% - 80px);
        border-radius: 0 0 0 115px;
    }

    .banner-content {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .banner-content p {
        font-size: 16px;
        line-height: 26px;
    }

    /* .about-right-info {
        margin-top: 30px;
    } */
    .title,
    .heading {
        font-size: 30px;
        line-height: normal;
    }

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

    .home-left-right-sec:after {
        display: none;
    }

    .home-left-right-sec {
        background: var(--bs-blue);
    }

    .home-left-right-sec.section-pd {
        padding-bottom: 0;
    }

    .left-side-info {
        margin-bottom: 50px;
    }

    .home-left-right-sec img {
        width: 100%;
        position: relative;
        right: 0;
        bottom: 0;
        top: 0;
        height: auto;
        z-index: 1;
        margin: auto;
    }

    .home-service-heading {
        padding-left: 15px;
    }

    .home-service-heading .service-btn {
        right: 0;
        top: 40px;
    }

    .home-service-list .owl-carousel .owl-item .service-name {
        font-size: 16px;
    }

    .small-text {
        font-size: 14px;
    }

    .top-interview-sec {
        margin-bottom: 30px;
        text-align: center;
    }

    .home-attorney-item.attorney-info-3 a .home-attr-detail,
    .home-attorney-item.attorney-info-4 a .home-attr-detail {
        padding-left: 36px;
    }

    .home-attorney-item a .home-attr-detail .attorney-name {
        font-size: 20px;
        line-height: 28px;
    }

    .home-attorney-item a .home-attr-detail .attorney-designation {
        font-size: 11px;
        line-height: 16px;
        margin-top: 10px;
    }

    .home-attorney-item.attorney-info-3 a .home-attorney-img:after,
    .home-attorney-item.attorney-info-4 a .home-attorney-img:after {
        right: -30px;
        left: inherit;
        width: 60px;
    }

    .testimonial-top-header {
        margin-left: auto;
        margin-bottom: 0px;
        text-align: center;
        margin-right: auto;
    }

    .testimonial-section .review-img {
        padding-right: 0;
    }

    .testimonial-content-info {
        padding-top: 20px;
    }

    .testimonial-section .review-img {
        display: none;
    }

    .footer-contact-info .small-text {
    font-size: 28px !important;
    line-height: 140% !important;
}
}

@media (max-width: 767px) {

    /* home banner section */
    .home-banner {
        height: auto;
        padding-top: 170px;
        padding-bottom: 50px;
    }

    .home-service-list .owl-carousel .owl-item .home-service-item a img {
        filter: none;
    }

    .footer-address-new {
        margin-top: 40px;
    }

    .accepted-insurance-section .owl-stage {
        display: flex;
    }

    .accepted-insurance-section .owl-nav {
        display: none;
    }



    .about-left-info {
        padding-right: 15px;
        padding-left: 0px;
    }

    .about-left-info .fullwidth:before {
        border: none;
    }

    .btn {
        font-size: 14px;
        padding: 15px 20px;
    }

    .home-banner img.home-right-img {
        width: calc(100% - 30px);
        height: auto;
        position: relative;
        left: 0;
        right: 0;
        top: inherit;
        bottom: inherit;
        margin: auto;
        display: block;
        margin-top: 30px;
        border-radius: 0 0 0 145px;
    }

    /* home banner section */
    /* home about section */
    .about-right-info {
        margin-top: 0;
    }

    /* home about section */

    /* home service section */
    .home-service-heading {
        margin: 0;
    }

    .home-service-item {
        margin-top: 40px;
    }

    .home-service-item a img {
        width: 100%;
        border-radius: 60px 0 0;
    }

    .home-service-item .service-name {
        font-size: 22px;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
        margin-top: 20px;
        width: 100%;
        position: relative;
        color: var(--bs-darkblack);
    }

    /* home service section */

    /* home interview section */
    .home-interview-sec {
        text-align: center;
    }

    .home-interview-sec:after {
        left: 0;
        right: 0;
    }

    /* home interview section */

    /* home team section */
    .home-attorney-item {
        width: 100%;
        display: flex;
    }

    .home-attorney-item.attorney-info-2 a {
        flex-direction: row-reverse;
    }

    .home-attorney-item.attorney-info-2 a .home-attorney-img:after {
        right: -40px;
        left: inherit;
        width: 90px;
    }

    .home-attorney-item.attorney-info-2 a .home-attr-detail {
        padding-left: 60px;
    }

    .home-attorney-item.attorney-info-3 a {
        flex-direction: row;
    }

    .home-attorney-item.attorney-info-3 a .home-attorney-img:after {
        right: inherit;
        left: -40px;
        width: 90px;
    }

    .home-attorney-item.attorney-info-3 a .home-attr-detail {
        padding-left: 20px;
    }

    .m-experienced-btn {
        margin: 50px 0;
    }

    /* home team section */
    /* home testimonial section */
    .testimonial-btn {
        margin-top: -58px;
    }

    .testimonial-item:after {
        top: -22px;
    }

    .testimonial-item p {
        font-size: 16px;
        line-height: 30px;
    }

    /* home testimonial section */

}

@media (max-width: 567px) {
    .home-banner img.home-right-img {
        border-radius: 0 0 0 95px;
    }

    .home-attorney-img:after {
        width: 50px;
        left: -25px;
    }

    .home-attorney-item.attorney-info-3 a .home-attorney-img:after {
        right: inherit;
        left: -20px;
        width: 40px;
    }

    .home-attorney-item.attorney-info-2 a .home-attorney-img:after {
        right: -25px;
        left: inherit;
        width: 50px;
    }

    .home-attorney-item.attorney-info-4 a .home-attorney-img:after {
        right: -25px;
        left: inherit;
        width: 50px;
    }
}

@media (max-width: 500px) {
    .home-service-heading .service-btn {
        top: -30px;
    }
}

@media (max-width: 380px) {

    .title,
    .heading {
        font-size: 26px;
        line-height: normal;
    }
}

@media (max-width: 360px) {

    .home-attorney-item a .home-attr-detail,
    .home-attorney-item a .home-attorney-img {
        width: 100%;
    }

    .home-attorney-item a .home-attr-detail {
        padding: 23px 15px;
    }

    .home-attorney-img:after {
        display: none;
        opacity: 0;
    }

    .home-attorney-item.attorney-info-2 a .home-attr-detail,
    .home-attorney-item.attorney-info-3 a .home-attr-detail,
    .home-attorney-item.attorney-info-4 a .home-attr-detail {
        padding-left: 15px;
    }

    .home-attorney-item a,
    .home-attorney-item.attorney-info-2 a,
    .home-attorney-item.attorney-info-3 a,
    .home-attorney-item.attorney-info-4 a {
        flex-direction: column-reverse;
    }
}

@media (max-width: 300px) {
    body {
        font-size: 14px;
        line-height: 24px;
    }

    .logo-wrapper a {
        max-width: 140px;
    }

    .title,
    .heading {
        font-size: 26px;
        line-height: normal;
    }
}

/* MEDIA CSS */


/* home css */
@media (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {

    /* home banner section */
    .home-banner {
        height: auto;
        padding-top: 70px;
        padding-bottom: 50px;
    }

    .home-banner img.home-right-img {
        width: calc(100% - 30px);
        height: auto;
        position: relative;
        left: 0;
        right: 0;
        top: inherit;
        bottom: inherit;
        margin: auto;
        display: block;
        margin-top: 30px;
        border-radius: 0 0 0 145px;
    }

    /* home banner section */
    /* home about section */
    .about-right-info {
        margin-top: 0;
    }

    /* home about section */

    /* home service section */
    .home-service-heading {
        margin: 0;
    }

    .home-service-item {
        margin-top: 40px;
    }

    .home-service-item a img {
        width: 100%;
        border-radius: 60px 0 0;
    }

    .home-service-item .service-name {
        font-size: 22px;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
        margin-top: 20px;
        width: 100%;
        position: relative;
        color: var(--bs-darkblack);
    }

    /* home service section */

    /* home interview section */
    .home-interview-sec {
        text-align: center;
    }

    .home-interview-sec:after {
        left: 0;
        right: 0;
    }

    /* home interview section */

    /* home team section */
    .home-attorney-item {
        width: 100%;
        display: flex;
    }

    .home-attorney-item.attorney-info-2 a {
        flex-direction: row-reverse;
    }

    .home-attorney-item.attorney-info-2 a .home-attorney-img:after {
        right: -40px;
        left: inherit;
        width: 90px;
    }

    .home-attorney-item.attorney-info-2 a .home-attr-detail {
        padding-left: 60px;
    }

    .home-attorney-item.attorney-info-3 a {
        flex-direction: row;
    }

    .home-attorney-item.attorney-info-3 a .home-attorney-img:after {
        right: inherit;
        left: -40px;
        width: 90px;
    }

    .home-attorney-item.attorney-info-3 a .home-attr-detail {
        padding-left: 20px;
    }

    .m-experienced-btn {
        margin: 50px 0;
    }

    /* home team section */
    /* home testimonial section */
    .testimonial-btn {
        margin-top: -58px;
    }

    .testimonial-item:after {
        top: -22px;
    }

    .testimonial-item p {
        font-size: 16px;
        line-height: 30px;
    }

    /* home testimonial section */
}

/* home Page css end */


.book-btn {
    margin-left: 60px;
}

.book-btn a {
    width: max-content;
    display: inline-block;
    min-width: 164px;
    padding: 24px 20px;
}

.team-designation {
    width: 70%;
    max-width: 412px;
    line-height: normal !important;
}

html[lang="es"].translated-ltr .home-team-section .team-list-item {
    max-width: 560px;
}

html[lang="es"].translated-ltr .home-team-section .team-name {
    max-width: 285px;
}

#header {
    background: #fff;
}

.home-about-sec .fullwidth h5 {
    font-weight: 500;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #666666;
}

.home-about-sec .btn {
    padding: 25px 45px;
}

.home-service-list {
    background-color: #000000;
}

.service-img-wrap img {
    filter: brightness(0.6) sepia(0.3);
}

.home-interview-sec .small-text {
    color: #fff;
}

.home-fullwidth-section .small-text {
    color: #D982B5;
}

.home-left-right-sec .btn {
    background-color: transparent;
    border-color: #fff;
}

.home-left-right-sec .btn:hover {
    background-color: #fff;
    color: var(--bs-blue);
}

.why-choose-us-section.fullwidth.section-pd {
    background-color: #3D3D3D;
}

/* Faq Home */
.accordion-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* icon box */
.faq-icon {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    position: absolute;
    right: 0;
    background-color: #E6C57E14;
}

/* PLUS default */
.faq-icon:before {
    content: "";
    display: block;
    width: 20px;
    height: 24px;
    background-image: url("../img/faq_plus.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.faq-section .accordion-button:not(.collapsed) .faq-icon {
    background-color: #725CAB;
}

/* MINUS when open */
.faq-section .accordion-button:not(.collapsed) .faq-icon:before {
    /* background-color: #725CAB; */
    background-image: url("../img/faq_minus.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.faq-section .accordion-button::after,
.accordion-button:not(.collapsed)::after {
    display: none;
}

.faq-section .faq-question {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000000;
    max-width: 1180px;
}

.faq-section .accordion-body p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #666666;
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: unset;
    box-shadow: unset;
}

.faq-section .accordion-button:focus {
    box-shadow: unset;
}

.faq-section .accordion-button,
.faq-section .accordion-body {
    padding: 40px 60px;
}

.faq-section .accordion-body {
    padding-top: 0;
}

.faq-section .accordion-item:first-of-type,
.faq-section .accordion-item:last-of-type {
    border-radius: unset;
}

.faq-section .small-text {
    color: #D982B5;
}

/* Faq Home */

/* why choose */
.why-title {
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;

}

.why-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
}

.why-icon img,
.why-icon svg {
    margin-bottom: 27px;
    height: 100px;
    width: 100px;
}

/* why choose */

/* Footer CSS */
/* .m-footer-common-right{
    display: flex;
} */
 ul.footer-social li {
    margin-bottom: 8px;
}
.footer-social li a {
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #666666;
}


.location-center span {
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #666666;
}

.footer-left-side div {
    display: flex;
    align-items: center;
    gap: 30px;

}

.footer-left-side .footer-logo {
    margin-bottom: 30px;
}

.email-div a {
    display: inline-block;
    padding: 0px 0;
    background-size: 16px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
    line-height: normal;
    background-image: url(../img/mail_svg.svg);
    color: var(--bs-grey);
}

/* Footer CSS */
.footer-map {
    width: 100%;
    height: 100%;

}



.home-team-section {
    position: relative;
}

.home-team-section .team-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 50%;
}

.team-right {
    display: flex;
}

.team-right .team-active-img img {
    height: 100%;
    width: 100%;
}

.team-left.row .btn {
    margin-top: 40px;
}

.consultation-section {
    position: relative;
}

.consultation-section::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: calc(100% - 140px);
    width: 56%;
    background-color: #000;
    z-index: -1;
    margin: auto;
}

.consultation-section .heading {
    font-size: 48px;
}

.home-team-section {
    margin-top: 70px;
}

.home-team-section {
    display: flex;
    align-items: stretch;
    min-height: 520px;
    overflow: hidden;
    position: relative;
}

.home-team-section .container {
    /* width: 40%; */

}

.team-subheading.small-text {
    color: #D982B5;
}

.home-team-section .team-left {
    width: 100%;
}





.home-team-section .team-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.home-team-section .team-list-item {
    width: max-content;
    cursor: pointer;
    padding: 12px 15px;
    border-radius: 11px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.home-team-section .team-list-item:hover,
.home-team-section .team-list-item.active {
    background: #fff;
    /* border: 1px solid #e0e0e0; */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.home-team-section .team-list-inner {
    display: flex;
    align-items: center;
    gap: 14px;
}

.home-team-section .team-thumb img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e0e0e0;
    transition: border-color 0.3s;
    padding: 10px;
}

.team-info {
    max-width: calc(100% - 103px);
}
.team-thumb {
    width: 100px;
    height: 100px;
}

/* .home-team-section .team-list-item:hover .team-thumb img,
.home-team-section .team-list-item.active .team-thumb img {
    border-color: #7B3FA0;
} */

.home-team-section .team-name {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 19.99px;
    line-height: 125%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #666666;
    margin-bottom: 0px;

}

.home-team-section .team-designation {
    font-family: Poppins;
    font-weight: 300;
    font-size: 17.77px;
    line-height: 42.19px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #171717;
    opacity: 50%;
}

.home-team-section .team-btn-wrap {
    margin-top: 30px;
}

.home-team-section .team-btn {
    background: #7B3FA0;
    color: #fff !important;
    padding: 14px 28px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    transition: background 0.3s;
}

.home-team-section .team-btn:hover {
    background: #5e2d80;
}

/* RIGHT - full remaining width */
.home-team-section .team-right {
    flex: 1;
    display: flex;
    align-items: center;
    background: #E6E6E6;
    justify-content: center;
    /* overflow: hidden; */
}

.home-team-section .team-active-img {
    width: 50%;
    height: 75%;
    min-height: 520px;
    position: absolute;
    left: -10px;
    bottom: 0;
    /* overflow: hidden; */
}

.home-team-section .team-active-img img {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.home-team-section .team-active-info {
    width: 50%;
    /* padding: 40px 35px; */
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
}

.home-team-section .team-active-name {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;


}

.home-team-section .team-active-description p {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 17.77px;
    line-height: 42.19px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #171717;
}

.home-team-section .team-active-description li {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 17.77px;
    line-height: 42.19px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #171717;
}

.home-team-section .team-readmore-btn {
    background: #7B3FA0;
    color: #fff !important;
    padding: 15px 30px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    transition: background 0.3s;
    width: fit-content;
}

.team-active-name {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;

}

.home-team-section .team-readmore-btn:hover {
    background: #5e2d80;
}

.consultation-section {
    position: relative;
}

.consultation-left {
    /* width: 50%; */
    /* background: #111; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 60px;
    padding-left: 0;
    gap: 30px;
}



.consultation-right {
    position: absolute;
    width: 45%;
    overflow: hidden;
    right: 0;
    top: 0;
    bottom: 0;
}

.consultation-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.home-banner {
    position: relative;
    overflow: hidden;
}

.banner-video,
.banner-bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner-video {
    object-fit: cover;
}

.banner-bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-banner .container {
    position: relative;
    z-index: 2;
}

.home-banner .banner-video {
    position: absolute;
    z-index: -1;
}

.home-service-list .owl-carousel .owl-item .home-service-item:hover a img {
    filter: grayscale(0);
}

.footer-info p {
    font-weight: 400;
    font-size: 15px;
    /* line-height: 100%; */
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #666666;
}

.footer-map {
    padding-left: 70px;
}

/* .right-con .btn {
    margin-top: 60px;
} */

.bottom-left-right-row {
    margin-top: 25px;
}

.left-con ul li {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2%;
    text-transform: capitalize;
    margin-bottom: 18px;
    padding-left: 40px;
}

.left-con ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 21px;
    width: 21px;
    background-image: url(../img/tms_svg.svg);
    margin-top: 1px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* .left-right-row {
    margin-bottom: 70px;
} */

.btn-row {
    margin-top: 35px;
}

.benefits-section {
    background-color: #3D3D3D;
    margin-bottom: 70px;
}

.benefits-section .btn {
    margin-top: 40px;
}


.i-pad-m {
    display: none;
}

.footer-logo-right {
    margin-top: 40px;
    text-align: right;
}

.footer-sec ul li a {
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #666666;
}

.home-interview-sec .col-lg-8 p {
    font-size: 16px;
    line-height: 180%;
}

.consultation-section .btn:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;

}

/* .left-con ul {
    margin-top: 40px;
} */

.benefits-section .col-lg-8 p {
    font-size: 16px;
    line-height: 180%;

}

.benefits-section .row {
    align-items: center;
}

.home-about-sec .page-button {
    margin-top: 30px;
}

.small-text {
    color: #D982B5;
}

.home-service-list .heading {
    margin-bottom: 60px;
}

.home-interview-sec .page-button {
    margin-top: 50px;
}

.home-interview-sec .row {
    align-items: center;
}

.team-active-info .team-active-description:not(:empty) {
    margin-bottom: 40px;
}

.book-btn .btn {
    background-color: transparent;
    color: #725CAB;
    display: flex;
    align-items: center;
    justify-content: center;
}

.book-btn .btn:hover {
    background-color: #725CAB;
    color: #fff;
}

.home-about-sec .btn:hover {
    background-color: transparent;

}

.home-service-list .btn:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.benefits-section .btn:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.btn-translate-wrap a {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    vertical-align: middle;
    text-transform: capitalize;
    color: #1F1F1F;
}

.team-list {
    position: relative;
    margin-bottom: 30px;
}

.team-list::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;


    height: 1.1px;
    width: 62%;
    background-color: rgba(0, 0, 0, 0.1);
}

.btn-translate-wrap {
    margin-left: 25px;
}

.home-team-section .heading {
    font-weight: 500;
}

#block_0a06b664ef4c54746996c38420a55ca2 {
    padding-bottom: 0;
}

.wpcf7 input::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    color: #666666;
}

.wpcf7 input::-moz-placeholder,
.wpcf7 textarea::-moz-placeholder {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    color: #666666;
}

.wpcf7 input:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    color: #666666;
}

.why-choose-us-section .row {
    justify-content: center;
}

.mobile-view {
    display: none;
}


.loc-content-with-bg-sec {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

/* Background image - full section */
.loc-content-with-bg-sec .bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 50%;
    height: 100%;
    pointer-events: none;
}

.loc-content-with-bg-sec .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Gradient left se aata hai image tak */
.loc-content-with-bg-sec .bg-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #725CAB 50%, rgba(114, 92, 171, 0.7) 70%, transparent 100%);
    z-index: 1;
}



/* Content upar */
.loc-content-with-bg-sec .container {
    position: relative;
    z-index: 2;
}

.loc-content-with-bg-sec .heading {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    line-height: 1.2;
}

.loc-content-with-bg-sec .description {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
}

.loc-content-with-bg-sec .description p {
    color: #fff;
    margin-bottom: 15px;
}

.loc-content-with-bg-sec .description ul {
    padding-left: 20px;
    list-style: disc;
}

.single-attorney-info ul,
.team-active-description ul {
    list-style: disc;
    padding: 0;
    margin: 0;
    padding-left: 24px;
}

.loc-content-with-bg-sec .description ul li {
    color: #fff;
    margin-bottom: 8px;
}

.email-div a:hover {
    color: #725CAB;
}

.accepted-insurance-section .owl-stage {
    transition-timing-function: linear !important;
}
.video-block-heading span {
    font-size: 18px;
    display: block;
}
.video-grid-section .video-grid-wrap {
    height: auto;
}
.page-id-1828 .why-choose-us-section .heading > span {
    display: block;
    font-size: 18px;
}
.wp-form-btn .btn-wrap {
    margin-bottom: 1rem;
}
@media (max-width: 1199px) {
    .loc-content-with-bg-sec .heading {
        font-size: 38px;
    }

    .loc-content-with-bg-sec .bg-gradient-overlay {
        background: linear-gradient(to right, #725CAB 60%, rgba(114, 92, 171, 0.8) 80%, transparent 100%);
    }

    .wcb-card {
        width: 49%;
    }
}

@media (max-width: 991px) {
    .loc-content-with-bg-sec .heading {
        font-size: 30px;
    }

    .loc-content-with-bg-sec .col-lg-6 {
        width: 100%;
    }

    .loc-content-with-bg-sec .bg-gradient-overlay {
        background: #725CAB;
    }
}

@media (max-width: 767px) {
    .loc-content-with-bg-sec {
        padding: 50px 0;
    }

    .loc-content-with-bg-sec .heading {
        font-size: 26px;
    }

    .wcb-card {
        width: 100%;
    }
}

@media (min-width:1850px) {
    .home-team-section .team-list-item {
        padding: 15px 29px;
    }

    .testimonial-section .review-img {
        height: 589px;
        padding-left: 35px;
        padding-bottom: 35px;
        padding-right: 70px;
    }

    .testimonial-section .review-img img {
        height: 100%;
        width: 100%;
        object-fit: fill;
    }

    .left-review-img {
        display: flex;
        align-items: flex-end;

    }

    .header-contact-info a {
        padding-left: 55px;
    }

    .testimonial-top-header .heading {
        margin-bottom: 35px;
    }

    .home-banner .banner-title {
        margin-bottom: 35px;
    }

    .home-about-sec .page-button {
        margin-top: 46px;
    }

    .home-team-section .heading {
        margin-bottom: 55px;
        font-weight: 500;
    }

    .home-team-section .small-text {
        margin-bottom: 20px;
    }

    .home-team-section .team-active-name {
        margin-bottom: 25px;

    }

    .home-left-right-sec .page-button {
        margin-top: 35px;
    }

    .banner-content {
        margin-bottom: 55px;
    }

    .why-choose-us-section.fullwidth.section-pd {
        padding: 100px 0;
    }

    .why-choose-us-section .container .row:nth-child(2) .why-item:last-child .why-desc {
        padding: 0px 20px;
        margin: auto;
    }

    .home-service-list .owl-carousel .owl-item .service-name {
        font-size: 30px;
        line-height: 46px;
    }

    .insurance-logo-item {
        height: 140px;

    }

    .insurance-logo-item img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    .accepted-insurance-section .container {
        max-width: 1582px;
    }

    .home-interview-sec:after {
        height: calc(100% - 360px);
    }

    .home-team-section .small-text {
        margin-bottom: 25px;
    }
}

@media (min-width:1367px) {
    .faq-section .heading {
        margin-bottom: 55px;
    }

    .left-right-row .left-con {
        padding-right: 30px;
    }
}

@media (max-width: 991px) {
    .consultation-section {
        flex-direction: column;
    }

    .consultation-left {
        width: 100%;
        padding: 40px 25px;
    }

    .consultation-right {
        width: 100%;
    }

    .consultation-heading {
        font-size: 26px;
    }
}

@media (max-width: 575px) {
    .consultation-heading {
        font-size: 22px;
    }

    .consultation-left {
        padding: 30px 20px;
    }
}







@media (max-width: 991px) {
    .home-team-section {
        flex-direction: column;
    }

    .home-team-section .team-right {
        width: 100%;
        flex-direction: column;
        display: none;
    }

    .home-team-section .team-active-img {
        width: 100%;
        min-height: 300px;
    }

    .home-team-section .team-active-info {
        width: 100%;
        padding: 25px 20px;
    }

    .home-team-section .team-heading {
        font-size: 28px;
    }
}





/* Responsive */
@media (max-width: 1199px) {
    .team-heading {
        font-size: 32px;
    }

    .team-active-name {
        font-size: 24px;
    }

    .team-active-info {
        padding: 30px 25px;
    }
}

@media (max-width: 991px) {
    .home-team-section {
        flex-direction: column;
    }

    /* .team-left { width: 100%; padding: 40px 20px; } */
    .team-right {
        width: 100%;
        flex-direction: column;
        padding: 0;
    }

    .team-active-img {
        width: 100%;
        height: 350px;
    }

    .team-active-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .team-active-info {
        width: 100%;
        padding: 30px 20px;
        text-align: center;
    }

    .team-heading {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .team-heading {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .team-thumb img {
        width: 50px;
        height: 50px;
    }

    .team-name {
        font-size: 13px;
    }

    .team-active-name {
        font-size: 22px;
    }
}

.wpcf7-list-item label {
  display: flex;
    gap: 5px;
    margin-bottom: 15px;
}
.wpcf7-list-item {
    margin: 0 0 0 1em;
    margin-left: 0px !important;
}
.wpcf7-list-item label input.cf7-acceptance {
    width: 16px;
    height: 16px;
    display: block !important;
    min-width: 16px;
    margin-top: 3px;
}
span.wpcf7-list-item-label a {
    text-decoration: underline 1px solid;
}
span.wpcf7-list-item-label a:hover{
    text-decoration: none;
}
.form-bottom-links a{
    text-decoration: underline 1px solid;
}
.form-bottom-links a:hover{
    text-decoration: none;
}
.loc-content-with-bg-sec .description a {
    color: #fff;
    text-decoration: underline 1px solid;
}
.loc-content-with-bg-sec .description a:hover{  
    text-decoration: none;
}
.footer-contact-info .small-text {
    font-size: 40px;
}
.footer-contact-info .heading {
    font-size: 21px !important;
    line-height: 125%;
}



.widget.practice-sidebar {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(103, 94, 170, .08);
}

.practice-side .widget-title {
    font-size: 24px;
    font-weight: 700;
    color: #675EAA;
    margin-bottom: 20px;
}

.practice-side .menu > ul,
.practice-side .widget-menu > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
}

/* Parent Items */
.practice-side .menu > ul > li,
.practice-side .widget-menu > ul > li {
    margin: 0;
}

/* Pills */
.practice-side li > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 50px;
    background: #fff;
    border: 2px solid #675EAA;
    color: #675EAA;
    font-weight: 600;
    text-decoration: none;
    transition: .3s ease;
}

.practice-side li > a:hover {
    background: #675EAA;
    color: #fff;
    transform: translateY(-2px);
}

/* Active */
.practice-side .current_page_item > a,
.practice-side .activeChild > a {
    background: linear-gradient(135deg, #675EAA, #D982B5);
    border-color: #fff;
    color: #fff;
}

/* Child Pages */
.practice-side ul.children {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
    margin-left: 20px;
    padding: 0;
    list-style: none;
    width: 100%;
}

.practice-side ul.children a {
    font-size: 14px;
    padding: 8px 16px;
    border-color: #D982B5;
    color: #D982B5;
}

.practice-side ul.children a:hover {
    background: #D982B5;
    color: #fff;
}

ul#menu-services {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.cf7-patient-form .wpcf7-checkbox {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    margin: 10px 0px;
}

.cf7-patient-form .wpcf7-radio {
    display: flex;
    flex-direction: column;
    margin: 0px 0px;
}

.cf7-patient-form .wpcf7-radio label {
   margin-bottom: 0px;
}
