/* Common CSS Start */
:root {
    --bs-blue: #6A9FB4;
    --bs-black: #2C2C2C;
    --bs-white: #ffffff;
    --bs-grey: #2C2C2C;
    --bs-darkblack: #000000;
    --bs-lightgrey: #F6FBFB;
    --bs-purple: #62274C;
    /* 
    color: var(--bs-blue);
    color: var(--bs-black); 
    color: var(--bs-white);
    color: var(--bs-grey); 
    color: var(--bs-darkblack);
    color: var(--bs-lightgrey);
    color: var(--bs-purple);
    */
}
* {
    padding:0;
    margin:0;
    box-sizing:border-box;
}
body, html{
    height: 100%;
}
body {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    font-size: 16px;
    letter-spacing: 0px;
    color: var(--bs-grey);
    padding-top: 109px;
    font-weight: 400;
    line-height: 2;
    font-family: "Montserrat", sans-serif;
}
@keyframes zoomIn {
    0% {
        transform: scale(.5);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.zoomInEffect {
    animation: zoomIn 1s ease-out forwards;
}
::-webkit-calendar-picker-indicator {
    filter: invert(1);
    cursor: pointer;
    width: 15px;
    height: 15px;
    transform: scale(1.5);
}
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 {
    -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;
}

.bgcover{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.section-pd {
    padding: 70px 0;
}
.logged-in header#header {
    top: 28px;
}
body.logged-in {
    padding-top: 105px;
}
body.nav-open-menu{
    overflow: hidden;
}
/* btn sec */
.page-button {
    margin-top: 25px;
}
.btn {
    display: inline-block;
    position: relative;
    width: auto;
    min-width: 140px;
    text-shadow: none;
    color: var(--bs-white);
    font-size: 16px;
    line-height: 1.313;
    text-transform: uppercase;
    padding: 15px 20px;
    border: 1px solid var(--bs-blue);
    z-index: 1;
    background-color: var(--bs-blue);
    font-weight: 700;
    border-radius: 43px;
    letter-spacing: 0;
}
.btn svg {
    margin-left: 5px;
    position: relative;
    top: -2px;
}

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

.btn:hover svg {
    stroke: var(--bs-white);
    letter-spacing: 0.5s;
}
.btn:hover svg path {
    stroke: var(--bs-white);
    letter-spacing: 0.5s;
}

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

.home-banner-info .btn:hover {
    color: var(--bs-black);
    background: var(--bs-white);
    border-color: var(--bs-white);
    letter-spacing: 0.5s;
}
.home-banner-info .btn:hover svg {
    stroke: var(--bs-black);
    letter-spacing: 0.5s;
}
.home-banner-info .btn:hover svg path {
    stroke: var(--bs-black);
    letter-spacing: 0.5s;
}
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 {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 15px;
}
h2 {
    margin-bottom: 15px;
    font-size: 38px;
    line-height: 48px;
}
h3 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 15px;
}
h4 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
}
h5 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 15px;
}
h6 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px;
}
.bg-grey-section {
    background: #f9f9f9;
}
.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: 26px;
    display: inline-block;
    vertical-align: top;
    padding-right: 0;
    width: 100%;
}
.linklist ul li:after {
    position: absolute;
    left: 0;
    top: 7px;
    content: "";
    width: 15px;
    height: 14px;
    background-image: url(../img/right-small-arrow-blue.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: 0;
    line-height: 1.2;
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 700;
    color: var(--bs-black);
}
.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 {
    color: var(--bs-darkblack);
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    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-black);
    background: var(--bs-white);
    border-color: var(--bs-white);
    letter-spacing: 0.5s;
}
.white-color-sec .btn:hover svg {
    stroke: var(--bs-black);
    letter-spacing: 0.5s;
}
.white-color-sec .btn:hover svg path {
    stroke: var(--bs-black);
    letter-spacing: 0.5s;
}

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: 10px;
}
ul.menu-top li:first-child{
    margin-left: 0px;
}
ul.menu-top > li.menu-item-has-children {
    margin-right: 15px;
}
.menu-top li a {
    padding: 43px 0px;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    color: var(--bs-black);
    font-weight: 700;
    font-size: 12px;
    line-height: 23px;
}
.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: 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: #000;
    min-width: 262px;
    text-align: left;
}
ul.menu-top li .sub-menu li a {
    font-size: 15px;
    padding: 12px 15px;
    line-height: 18px;
    margin: 0;
    color: #ffffff;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    position: relative;
    text-transform: capitalize;
    font-weight: 400;
}
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: 1px;
}

.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: 15px;
    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: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/search.svg);
    background-position: 0px 0px;
    cursor: pointer;
}
.mobile-search-bar .white-search-icon:hover {
    background-image: url(../img/search-blue.svg);
    transition: 0.5s;
}
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;
    max-width: 236px;
    height: 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: 15px;
    padding-top: 15px;
}
.header-aside-col {
    align-items: center;
    display: flex;
}
.header-top {
    padding: 0;
    width: 100%;
    position: relative;
}
.header-contact-info {
    margin-top: 0;
    position: relative;
    top: 0;
    width: auto;
    padding-left: 15px;
    display: inline-block;
    padding-right: 15px;
}
.header-contact-info a {
    margin-left: 0;
    width: auto;
    color: var(--bs-black);
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0;
    text-transform: capitalize;
    padding: 7px 0;
    padding-left: 30px;
    background-image: url(../img/phone-black.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 1px center;
    min-width: 150px;
}
.header-contact-info a span {
    display: inline-block;
    position: relative;
}
.header-contact-info a:hover {
    color: var(--bs-blue);
}
.nav-menu-inner ul > li .sub-menu *{
    transition: none;
}
header#header.small-header .nav-menu-inner {
    margin-top: 0;
}
.header-wrap {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header-btn .btn {
    min-width: 220px;
    padding: 18px 19px;
    font-size: 12px;
}
.header-btn:checked+.btn, .header-btn .btn:hover {
    color: var(--bs-white);
    border-color: var(--bs-black);
    background-color: var(--bs-black);
}
/** 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;
    transition: 0.7s;
}
.close-btn:hover:before, .close-btn:hover:after {
    opacity: 1;
    transition: 0.7s;
    background-color: #000;
}
.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: 140px;
    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: 1px;
    display: none;
    color: #fff;
    font-weight: normal;
    right: 50px;
    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 */


/* side menu logo */
.menu-logo-wrapper {
    position: absolute;
    padding: 15px;
    max-width: 236px;
    z-index: 15;
    opacity: 0;
    pointer-events: none;
}
.menu-logo-wrapper a {
    display: inline-block;
}
.menu-logo-wrapper a img {
    width: auto;
}
/* side menu logo */

/* 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;
    bottom: 0;
    z-index: 1;
    width: calc(100% + 120px);
    left: -55px;
    justify-content: space-between;
    top: 0px;
}

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

.owl-carousel .owl-nav .owl-next:hover svg path, .owl-carousel .owl-nav .owl-prev:hover svg path {
    stroke: #000;
}
/* 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 */

/* trust symbol css */
.block-trust-section {
    width: 100%;
    position: relative;
}
.block-trust-section .logos-sec {
    padding-left: 70px;
    padding-right: 70px;
    width: 100%;
    position: relative;
}
.block-trust-section .logo-item {
    height: 140px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F5F8F9;
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 10px;
    width: 100%;
}
.block-trust-section .trust-title {
    margin-bottom: 20px;
}
.block-trust-section .trust-btn {
    margin-top: 30px;
}
.block-trust-section .owl-nav {
    z-index: 1;
    width: calc(100% + 120px);
    left: -55px;
    justify-content: space-between;
    top: 0px;
}

.block-trust-section .logo-item img {
    width: auto;
    max-width: 100%;
}
/* trust symbol css */
/* Left Side image and right side content css */
.left-image-content {
    width: 100%;
    position: relative;
    z-index: 0;
}
.left-side-content {
    align-items: center;
    display: flex;
}
.left-side-image .fullwidth {
    height: 100%;
}
.left-side-image img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
    object-position: center;
    border: 1px solid #f9f9f9;
    padding: 0;
    border-right: 0px;
}
.right-side-content {
    align-items: center;
    display: flex;
}
.left-image-content .container .row .right-side-content .fullwidth {
    padding: 0;
    padding-left: 30px;
}

.left-image-content.bg-color-sec .container .row .right-side-content .fullwidth {
    padding: 50px;
}
.white-btn-sec .btn {
    color: var(--bs-black);
    background: var(--bs-white);
    border-color: var(--bs-white);
}
.white-btn-sec .btn:hover {
    color: var(--bs-white);
    background: var(--bs-black);
    border-color: var(--bs-black);
}
.white-btn-sec .btn svg, .white-btn-sec .btn svg path {
    stroke: var(--bs-black);
}
.white-btn-sec .btn:hover svg, .white-btn-sec .btn:hover svg path {
    stroke: var(--bs-white);
}
.left-outside-pattern {
    position: relative;
    z-index: 0;
}
.left-outside-pattern:before {
    content: '';
    width: calc(50vw - 240px);
    height: calc(50% + 100px);
    background-color: var(--bs-purple);
    position: absolute;
    left: 0;
    bottom: 0;
}
/* Left Side image and right side content css */

/* 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: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
div.wpcf7 .wpcf7-form .form-control, .common-form-style .form-group .form-control {
    padding: 7px 15px;
    padding-left: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
    background: none;
    height: 56px;
    font-weight: 400;
    font-size: 14.5273px;
    line-height: 22px;
    color: #fff;
    box-shadow: none;
    border: 1px solid #fff;
    border-radius: 30px;
}

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

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

.wpcf7 .wpcf7-response-output {
    font-size: 15px;
    line-height: 1.3;
    position: relative;
    left: 0;
    bottom: -15px;
    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: 260px;
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
}
.btn-wrap .fs-submit-wrapper {
    position: relative;
    width: 100%;
}
.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: 600;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 19px;
    border: 1px solid var(--bs-white);
    z-index: 1;
    background: transparent;
    text-indent: -35px;
}
.btn-wrap .fs-submit-wrapper:after {
    content: "";
    position: absolute;
    top: -2px;
    right: 0;
    pointer-events: none;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/button-arrow-white.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 0;
    background-position: center;
    border-radius: 10px;
    left: 70px;
    z-index: 2;
}
.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 {
    color: var(--bs-blue);
    background-color: transparent;
    border: 1px solid var(--bs-blue);
    text-decoration: none;
}
.sidebar div.wpcf7 form.submitting .btn-wrap input {
    color: var(--bs-white);
    background-color: transparent;
    border: 1px solid var(--bs-white);
    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: 100%;
}

.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;
}

.wpcf7 form[data-status=sent] .wpcf7-response-output.message-sent {
    opacity: 1;
    font-size: 15px;
    background: #ffffff !important;
    color: #00772c !important;
    position: relative !important;
    bottom: 0 !important;
    border-left: 5px solid #00772c !important;
    text-align: center !important;
    box-shadow: 0px 0px 11px #e2e2e2 !important;
    min-width: 411px !important;
    padding: 15px !important;
    font-weight: 600 !important;
    margin-top: 30px !important;
}
.wpcf7 form[data-status=sent] .wpcf7-response-output {
    padding: 0;
}
textarea {
    resize: none;
    height: 5rem;
}

[type=submit], [type=submit]:focus {
    cursor: pointer;
    box-shadow: none;
}
/* placeholder */
.wpcf7 ::-webkit-input-placeholder {
    color: #fff;
}

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

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

.wpcf7 :-moz-placeholder {
    color: #fff;
}
.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error {
    color: #fff;
    font-weight: 400;
    position: absolute;
    bottom: 1px;
    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;
}

/* Contact Form CSS END */

/* Footer CSS Start */
.main-footer {
    background: #F0F5F7;
    padding-top: 70px;
    padding-bottom: 70px;
    width: 100%;
    position: relative;
}
.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    width: auto;
    max-width: 236px;
    height: auto;
}
.footer-logo a svg {
    width: 260px;
    height: 73px;
}
.footer-wrapper {
    margin-bottom: 0;
}
.footer-title {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.copyright {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-blue);
    color: #fff;
}
.copyright p {
    font-size: 14px;
    margin: 0;
}
.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: 10px;
}

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

.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;
    color: #000;
    font-weight: 400;
}
.nap-address-info .direction-link {
    border-bottom: 1px solid var(--bs-blue);
    color: var(--bs-blue);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.nap-address-info .direction-link:hover {
    color: var(--bs-black);
    border-color: var(--bs-black);
}
.nap-contact-info .phoneno:hover {
    color:var(--bs-black);
}
.nap-contact-info .phoneno:hover span {
    color: var(--bs-black);
}
.nap-contact-info {
    width: 100%;
    margin: 20px 0px;
}
.nap-address-info .location-center {
    width: 100%;
    position: relative;
}
.nap-address-info .location-center {
    background-image: url(../img/location-icon.svg);
    background-repeat: no-repeat;
    background-position: 0 4px;
    width: 100%;
    position: relative;
    background-size: 34px;
    padding-left: 47px;
}
.nap-contact-info .phoneno {
    display: inline-block;
    padding: 10px 0;
    line-height: normal;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 34px;
    padding-left: 47px;
    background-image: url(../img/phone-icon.svg);
    color: var(--bs-blue);
    font-weight: 700;
    text-transform: uppercase;
}
.nap-contact-info .phoneno span {
    font-size: 18px;
    color: var(--bs-blue);
    font-weight: 700;
}
.nap-contact-info .phoneno:hover {
    color: var(--bs-black);
}
.nap-fax-info {
    background-image: url(../img/fax.svg);
    background-position: 0 4px;
    background-repeat: no-repeat;
    line-height: normal;
    background-size: 34px;
    padding-left: 47px;
}
.time-and-day-wrap, .time-and-day-info {
    width: 100%;
    position: relative;
}
.time-and-day-info {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 34px;
    padding-left: 47px;
    background-image: url(../img/clock-icon.svg);
    margin-top: 25px;
}
.time-and-day-info:first-child {
    margin-top: 0px;
}
.time-and-day-info .day-info {
    color: #6F6F6F;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.time-and-day-info .time-info{
    font-size: 18px;
    color: var(--bs-blue);
    font-weight: 700;
}
.footer-social-icon-wrap {
    padding-right: 30px;
}
.footer-social-sec {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}
.footer-social-sec .footer-title {
    margin-bottom: 14px;
}
.other-footer-logo {
    max-width: 201px;
}

.other-footer-logo a img {
    width: auto;
}

.other-footer-logo a {
    display: inline-block;
}
.footer-social-sec {
    margin-top: 30px;
    width: 100%;
    position: relative;
}
ul.footer-social {
    z-index: 1;
    display: flex;
    margin-top: 0
}
ul.footer-social li {
    margin: 0;
    margin-right: 20px;
}
ul.footer-social li:last-child {
    margin-right: 0
}

.footer-social li a {
    position: relative;
    height: 34px;
    width: 34px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(44, 44, 44, 0.50);
    border-radius: 0px;
}

.footer-social li a:hover {
    border-color: var(--bs-black);
}
ul.footer-social li a svg, ul.footer-social li a img {
    height: 15px;
    width: 15px;
    transition: 0.5s;
}
.footer-social li a:hover svg, .footer-social li a:hover img {
    transform: scale(1.08);
    transition: 0.5s;
}
ul.footer-social li a svg path, ul.footer-social li a svg circle, ul.footer-social li a svg rect {
    fill: var(--bs-blue);
}

ul.footer-social li a:hover svg path,ul.footer-social li a:hover svg circle,
ul.footer-social li a:hover svg rect {
    fill: var(--bs-black);
}
ul.footer-social li a:focus svg path,ul.footer-social li a:focus svg circle,
ul.footer-social li a:focus svg rect {
    fill: var(--bs-black);
}
/* 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: 70px;
}
.clientreviews div strong, .clientreviews p strong {
    color: var(--bs-blue);
    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;
    font-weight: 700;
}
.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: 70px;
    margin-top: 0px;
}

.section-pd + .site-schema .review-schema-wrapper {
    padding-top: 0;
}

.video-schema .heading {
    margin-bottom: 15px;
}
.clientreviews iframe {
    border: 1px solid #f6f6f6;
    width: 100%;
}
/*  Site Schema Styling End */

/* CTA CSS */
.cta-block-option {
    width: 100%;
    position: relative;
    z-index: 0;
}

.cta-block-option:after {
    position: absolute;
    background: #00000099;
    width: 100%;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 0;
    opacity: 0;
}
.cta-block-option .container {
    width: 100%;
    position: relative;
    z-index: 1;
}

/* CTA CSS */

/* Home Banner CSS Start */
.home-banner {
    z-index: 1;
    height: auto;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
}
.home-banner:after {
    content: "";
    position: absolute;
    height: 30%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    background-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0.78), rgba(16, 16, 16, 0.70), rgba(21, 21, 21, 0.40), rgba(26, 26, 26, 0));
}
.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: 1.3;
    text-transform: capitalize;
    font-size: 46px;
    font-weight: 700;
    color: #fff;
}
.banner-content p {
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: #fff;
    font-size: 16px;
}
.banner-wrap {
    align-items: center;
    display: flex;
}
.banner-content {
    position: relative;
    margin-top: 30px;
    margin-bottom: 40px;
}
.banner-contact-form-wrap {
    /* background: #FFFFFF1A; */
    background: #fff;
    width: 100%;
    position: relative;
    padding: 30px;
    border-radius: 29px;
    max-width: 90%;
    margin-left: auto;
}
.banner-contact-form {
    width: 100%;
    position: relative;
}
.banner-contact-form-wrap .wpcf7 {
    width: 100%;
    position: relative;
}
.banner-contact-form-wrap .banner-heading {
    line-height: 1.3;
    text-transform: capitalize;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.banner-contact-form .form-label span {
    color: #FF0000;
    margin-left: 1px;
}
.banner-contact-form .form-label {
    margin-bottom: 10px;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
    display: block;
}
.banner-contact-form-wrap .wpcf7 .wpcf7-form .form-control, .banner-contact-form .common-form-style .form-group .form-control {
    padding: 5px;
    font-size: 13px;
    text-transform: none;
    color: #fff;
    background: none;
    height: 55px;
    font-weight: 400;
    padding-left: 15px;
    border: 1px solid #F8F8F8;
    border-radius: 30px;
    padding-right: 17px;
}
.wpcf7 input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
    opacity: 0.9;
}
.banner-contact-form-wrap .wpcf7 .wpcf7-form textarea.form-control {
    padding-top: 17px;
}
.banner-contact-form .btn-wrap .wpcf7-submit {
    background: var(--bs-blue);
    border-color: var(--bs-blue);
}
.banner-contact-form .btn-wrap .wpcf7-submit:hover {
    background: var(--bs-black);
    border-color: var(--bs-black);
}
.banner-contact-form .contact-btn {
    max-width: 100%;
    width: 100%;
}
.banner-contact-form .contact-btn .fs-submit-wrapper {
    display: block;
    width: 100%;
    position: relative;
}
.banner-contact-form-wrap .wpcf7 ::-webkit-input-placeholder {
    color: #ffffff;
    font-size: 13px;
}

.banner-contact-form-wrap .wpcf7 ::-moz-placeholder {
    color: #ffffff;
    font-size: 13px;
}

.banner-contact-form-wrap .wpcf7 :-ms-input-placeholder {
    color: #ffffff;
    font-size: 13px;
}

.banner-contact-form-wrap .wpcf7 :-moz-placeholder {
    color: #ffffff;
    font-size: 13px;
}

/* Home Banner CSS END */

/* Home ABOUT CSS Start */
.home-about-sec {
    background-color: #F0F5F7;
}
.home-about .about-right-info {
    margin-left: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.about-left-info {
    padding-right: 0px;
}
.about-left-info .fullwidth {
    padding-left: 0px;
}
.about-left-info .fullwidth .about-left-image {
    width: 100%;
}
.about-right-info {
    display: flex;
    align-items: center;
}
.about-info-wrap {
    width: 100%;
    position: relative;
    background: #f5f5f5;
    padding: 40px;
}
.about-left-info img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.white-color-sec .about-info-wrap {
    background: #62274C;
}
/* Home ABOUT CSS END */


.home-fullwidth-section, .home-about-sec, .home-left-right-sec {
    width: 100%;
    position: relative;
}

/* Home Team Content Section */
.home-attorneys-btn {
    margin-top: 50px;
    width: 100%;
    position: relative;
}
.home-attorneys {
    padding-bottom: 30px;
    width: 100%;
    position: relative;
}
.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;
    padding-left: 50px;
}
.home-attorney-item a .home-attr-detail .attorney-name {
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
    text-transform: capitalize;
    color: var(--bs-darkblack);
    max-width: 256px;
}
.home-attorney-item a:hover .home-attr-detail .attorney-name {
    color: var(--bs-blue);
}
.home-attorney-item a:hover .home-attorney-img img {
    opacity: 0.8;
}
.home-attorney-item a .home-attr-detail .attorney-designation {
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
    margin-top: 10px;
    color: #5B5B5B;
    max-width: 256px;
}
.home-attorney-img:after {
    width: 170px;
    height: 1px;
    background: var(--bs-blue);
    position: absolute;
    content: "";
    left: -90px;
    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: 100px;
}
.home-attorney-item.attorney-info-3 a .home-attorney-img:after, .home-attorney-item.attorney-info-4 a .home-attorney-img:after {
    right: -80px;
    left: inherit;
    width: 140px;
}
/* Home Team Content Section End */

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

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

.client-name {
    color: var(--bs-darkblack);
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.review-img, .review-img img {
    width: 100%;
}
.testimonial-content-info {
    padding-top: 95px;
}
.testimonial-item p {
    color: var(--bs-darkblack);
    font-size: 25px;
    font-weight: 300;
    line-height: 45px;
}
.testimonial-item:after {
    content: "";
    width: 90px;
    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: 40px;
}
.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: 28px;
    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.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: #f6fbfb;
    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: 22px;
    height: 22px;
    width: 22px;
    background-position: center;
}
.star-number {
    display: flex;
    align-items: center;
    height: 100px;
}

.star-number .star-count {
    color: var(--bs-blue);
    font-size: 45px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    background-image: url(../img/star-number.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    height: 90px;
    width: 90px;
    justify-content: center;
    display: flex;
    align-items: center;
    text-indent: -13px;
    margin-right: 20px;
}
/* rating css */
/* Testimonial CSS  end*/
/* MEDIA CSS */
@media (min-width: 1500px) {
    .banner-contact-form-wrap {
        max-width: 80%;
    }
    .home-attorney-item a .home-attr-detail .attorney-name {
        font-size: 30px;
    }
}
@media (min-width: 1600px) {
    .home-attorney-item a .home-attr-detail {
        padding-left: 70px;
    }
    .home-attorney-item.attorney-info-3 a .home-attr-detail, .home-attorney-item.attorney-info-4 a .home-attr-detail {
        padding-left: 170px;
    }
    .home-attorney-item.attorney-info-3 a .home-attorney-img:after, .home-attorney-item.attorney-info-4 a .home-attorney-img:after {
        right: -134px;
        width: 239px;
    }
}

@media (min-width: 1800px) {
    .home-banner img.home-right-img {
        border-radius: 0 0 0 225px;
    }
}

@media (max-width: 1199px) {
    .title, .heading {
        font-size: 30px;
        line-height: 40px;
    }
    .section-pd {
        padding: 50px 0;
    }
    /* home banner */
    .banner-wrap {
        padding-right: 15px;
        width: 100%;
        margin-bottom: 40px;
    }
    .banner-side-col {
        padding-right: 15px;
        width: 100%;
    }
    .banner-contact-form-wrap {
        padding: 30px;
        max-width: 100%;
    }
    .home-banner .banner-title {
        font-size: 34px;
    }
    .banner-content {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .banner-contact-form-wrap .banner-heading {
        font-size: 30px;
        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%;
    }
    /* home testimonial */

    .home-attorney-item a .home-attr-detail {
        padding-left: 30px;
    }
    .home-attorney-item.attorney-info-3 a .home-attr-detail, .home-attorney-item.attorney-info-4 a .home-attr-detail {
        padding-left: 40px;
    }
    .home-attorney-item.attorney-info-3 a .home-attorney-img:after, .home-attorney-item.attorney-info-4 a .home-attorney-img:after {
        right: -30px;
        width: 70px;
    }
    .home-attorney-item a .home-attr-detail .attorney-designation {
        font-size: 14px;
    }
}
/* media query 991 */
@media (max-width: 991px) {
    .home-attorneys {
        padding-top: 0px;
    }
    .left-outside-pattern:before {
        opacity: 0;
    }
    .left-image-content .container .row .right-side-content .fullwidth {
        padding-left: 0;
        margin-top: 40px;
    }
    .copyright {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .home-banner .banner-title {
        font-size: 30px;
        line-height: 40px;
    }

    .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: 18px;
        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: 20px;
        text-align: center;
        margin-right: auto;
    }

    .testimonial-section .review-img {
        padding-right: 0;
    }
    .testimonial-content-info {
        padding-top: 20px;
    }
}
@media (max-width: 767px) {
    /* 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 */

}

@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 */


/* google review css */
.review-section {
    background: #6A9FB4;
    width: 100%;
    position: relative;
}
.review-info-wrap {
    width: 100%;
    position: relative;
}
.review-info-wrap .heading {
    margin-bottom: 50px;
}
.review-info-wrap .page-button {
    margin-top: 50px;
}
/* google review css */

/* services css */
.services-list {
    width: 100%;
    position: relative;
}
.services-list-wrap {
    width: 100%;
    position: relative;
    margin-top: 40px;
}
.service-item {
    width: 100%;
    height: 320px;
    position: relative;
    display: flex;
}
.services-list-wrap a {
    display: block;
    border: 2px solid transparent;
    background: #F0F5F7;
    height: 100%;
    width: 100%;
    padding: 20px;
    position: relative;
}
.service-item a .img-sc img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s;
    object-fit: cover;
}
.service-item a:hover .img-sc img {
    opacity: 0.7;
}
.services-list-wrap .col-inner * {
    position: relative;
    z-index: 2;
}
.services-list-wrap .col-inner {
    padding: 0;
    position: relative;
    padding-top: 30px;
}
.service-item .service-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: var(--bs-black);
}
.service-item .content {
    color: #000000;
    font-weight: 400;
}
.services-list-wrap a:hover {
    border: 2px solid #6A9FB4;
}
.services-list-wrap a:hover .service-title {
    color: #000000;
}
.services-list-wrap a:hover .content {
    color: #000000;
}
.services-list-wrap a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    background: #ebf3f8cf;
    transition: 0.7S;
}
.services-list-wrap a:hover:before {
    opacity: 0.8;
    transition: 0.7S;
}
.services-list-wrap a:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 30px;
    width: 32px;
    height: 32px;
    background-image: url(../img/arrow-long-right-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    z-index: 1;
}
.services-list-wrap .owl-dots {
    margin-top: 55px;
}
/* services css */

.right-image-content.bg-color-sec .container .left-side-content .fullwidth {
    padding: 50px;
}

.right-side-image .fullwidth {
    height: 100%;
}
.right-side-image img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
    object-position: center;
    border: 1px solid #f9f9f9;
    border-left: none;
}

/* default css for blocks */
.content-parent {
    width: 100%;
    padding: 70px 0px;
}

.content-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* WordPress full-width/wide aligned blocks */
.content-container .alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding-left: 0;
    padding-right: 0;
}

.content-container .alignwide {
    max-width: 1400px;
    margin-left: calc(50% - 700px);
    width: 100vw;
}

/* ACF blocks (page-banner, review-section, etc.) */
.content-container [class*="wp-block-acf-"] {
    max-width: 100vw;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding-left: 0;
    padding-right: 0;
}
/* default css for blocks */

.cta-button-section .cta-button {
    width: 100%;
    text-align: center;
}
.cta-button-section .cta-button .btn {
    margin-right: 15px;
}

/* accordiom css */
.accordion-detail .accordion-item {
    background: transparent;
    margin-top: 30px;
    width: 100%;
    position: relative;
    border: 1px solid #E5DED2;
    border-radius: 0;
}

.accordion-detail .accordion-item:not(:first-of-type) {
    border-top: 1px solid #E5DED2;
}
.accordion-detail .accordion-item:last-of-type {
    border-radius: 0px;
}
.accordion-detail .accordion-item  .accordion-header {
    margin-bottom: 0;
    background: transparent;
    border-radius: 0;
}
.accordion-detail .accordion-item .accordion-header .accordion-button {
    position: relative;
    color:  #000;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 1.3;
    background: transparent;
    box-shadow: none;
    border-radius: 0px 0px 0 0;
    padding: 20px 20px;
    outline: none !important;
}
.accordion-detail .accordion-item .accordion-body {
    background: #f9f9f9;
    border-radius: 0px;
    padding: 20px 20px;
    padding-top: 10px;
    padding-right: 50px;
}
.accordion-detail .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background: #f9f9f9;
    border-bottom: none;
    box-shadow: none;
    border-radius: 0px;
}
.accordion-detail .accordion-item .accordion-body ul {
    margin-bottom: 20px;
}

.accordion-detail .accordion-item .accordion-body ul:last-child {
    margin-bottom: 0px;
}

.accordion-detail .accordion-item .accordion-body ul li:first-child,
.accordion-detail .accordion-item .accordion-body ul ol li:first-child {
    margin-top: 0px;
}
.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
}
/* faq css */
/* Self Pay CSS */
.self-pay-rates-section {
    position: relative;
    width: 100%;
    background-attachment: fixed;
}
.self-pay-rates-section .container {
    position: relative;
    z-index: 1;
}
.self-pay-rates-section:after {
    position: absolute;
    background: #00000099;
    width: 100%;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 0;
    background-color: #d5d5d5;
    opacity: 0.88;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.self-pay-rates-section p strong {
    color: #A84E4E;
    font-weight: 600;
}
.self-pay-rates-section .pricing-item {
    display: flex;
    align-items: baseline;
    margin-top: 35px;
}

.self-pay-rates-section .pricing-item .label {
    color: #000;
    font-weight: 600;
    font-size: 17px;
    white-space: nowrap;
}

.self-pay-rates-section .pricing-item .dots {
    flex-grow: 1;
    border-bottom: 2px dotted #b5b3ad;
    margin: 0 12px;
    height: 1px;
    transform: translateY(-5px);
}

.self-pay-rates-section .pricing-item .price {
    color: #6a9fb4;
    font-weight: 700;
    font-size: 17px;
    white-space: nowrap;
}
.pricing-wrapper {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 767px) {
    .self-pay-rates-section .pricing-item .label,
    .self-pay-rates-section .pricing-item .price {
        font-size: 15px;
    }
}
/* Self Pay CSS */
.single .content-parent {
    width: 100%;
    padding: 0;
}
.single .content-parent .content-container {
    max-width: 100%;
    padding: 0;
}
.contact-iframe-wrap {
    width: 100%;
    position: relative;
}
.contact-iframe-wrap iframe {
    width: 100%;
    position: relative;
    min-height: 900px;
}
.wpcf7 form .form-group .fs-inline-error {
    left: inherit;
    right: 20px;
}
.default-parent-child-section ul li a {
    background: #fff;
    padding: 14px 20px;
    display: inline-block;
    line-height: normal;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    min-width: 200px;
}
.default-parent-child-section {
    background: var(--bs-blue);
    color: #fff;
    text-align: center;
}
.default-parent-child-section .widget-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.default-parent-child-section ul li a:hover {
    color: var(--bs-white);
    background: var(--bs-black);
}
.default-parent-child-section ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}
.list-two-col ul li {
    width: 49%;
}
.list-two-col ul.wp-block-list,
.list-two-col ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0 !important;
    gap: 2%;
}




.patient-form {
    width: 100%;
}

.patient-form {
    width: 100%;
}

.patient-form .row {
    margin-left: -12px;
    margin-right: -12px;
}

.patient-form .formbox {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 48px;
}


.patient-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.patient-form .form-control {
    width: 100% !important;
    height: 46px !important;
    padding: 0 15px !important;
    border: 0;
    border-bottom: 1px solid #777 !important;
    border-radius: 0 !important;
    background: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #222 !important;
}

.patient-form .file-field .form-control{
    border: 0 !important;
}



.patient-form .form-control::placeholder {
    color: #8a7f85 !important;
    opacity: 1;
}


.patient-form .form-control:focus {
    border-color: #777 !important;
    outline: none !important;
    box-shadow: none !important;
}

/* ---------------------------------
   DATE OF BIRTH
--------------------------------- */

.patient-form .dob-field {
    margin-bottom: 38px;
}

.patient-form .dob-field .form-label {
    display: block;
    margin: 0 0 12px;
    color: #222 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.patient-form .dob-field .form-label span {
    margin-left: 2px;
}

.patient-form .dob-field .form-control {
    height: 46px;
}

/* ---------------------------------
   FILE UPLOAD
--------------------------------- */

.patient-form .file-field {
    margin-bottom: 48px;
}

.patient-form .file-field .form-control {
    height: auto;
    padding: 0;
    border: 0;
    font-size: 16px;
}

/* File button */
.patient-form .file-field input[type="file"]::file-selector-button {
    margin-right: 6px;
    padding: 5px 27px;
    border: 0;
    border-radius: 999px;
    background: var(--bs-blue);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    height: 46px;
    margin-top: 0px;
}

/* ---------------------------------
   MESSAGE
--------------------------------- */

.patient-form .message-field {
    margin-bottom: 40px;
}

.patient-form .message-field .form-control {
    height: 58px !important;
    padding: 0 15px;
    resize: none;
}
.patient-form .message-field .form-control{
        padding-top: 10px !important;
    }


/* ---------------------------------
   SUBMIT BUTTON
--------------------------------- */

.patient-form .wp-form-btn {
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 0;
}

.patient-form .contact-btn .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 152px;
    height: 54px;
    padding: 0 20px;
    border: 0;
    border-radius: 30px;
    background: var(--bs-blue);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: none;
}

/* .patient-form .contact-btn .btn:hover,
.patient-form .contact-btn .btn:focus {
    background: #fff;
    color: #000;
    box-shadow: none;
} */
.patient-form .contact-btn .btn:hover svg path,
.patient-form .contact-btn .btn:focus svg path {
    fill: #000;
}

/* ---------------------------------
   CF7 VALIDATION
--------------------------------- */

.patient-form .wpcf7-not-valid {
    border-bottom-color: #dc3232 !important;
}

.patient-form .wpcf7-not-valid-tip {
    margin-top: 5px;
    font-size: 13px;
}

/* ---------------------------------
   MOBILE
--------------------------------- */

@media (max-width: 767px) {

    .patient-form .formbox {
        margin-bottom: 30px;
    }

    .patient-form .form-control {
        font-size: 15px;
    }

    .patient-form .dob-field {
        margin-bottom: 30px;
    }

    .patient-form .file-field {
        margin-bottom: 30px;
    }

    .patient-form .message-field {
        margin-bottom: 30px;
    }

    
    .patient-form .contact-btn .btn {
        min-width: 140px;
        height: 50px;
    }
}


/* Contact Us Section */

.contact-us-section {
    width: 100%;
}

.contact-us-section .heading {
    text-align: center;
    margin-bottom: 60px;
}


.contact-us-row {
    row-gap: 24px;
}


.contact-us-col {
    display: flex;
}


.contact-us-col:nth-child(3) {
    margin-left: auto;
    margin-right: auto;
}


.contact-us-box {
    width: 100%;
    /* min-height: 302px; */
    border: 1px solid #333;
    padding: 32px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}



.contact-us-title {
    margin: 0 0 12px;
    color: var(--bs-blue);
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
}



.contact-us-content {
    width: 100%;
    max-width: 500px;
    margin-bottom: 24px;
}

.contact-us-content p {
    margin: 0;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;
    color: #111;
}


.contact-us-box .page-button {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}


/* .contact-us-box .page-button .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    white-space: nowrap;
}



.contact-us-box .page-button .btn img {
    width: 18px;
    height: auto;
} */


@media (max-width: 991px) {

    .contact-us-section .heading {
        margin-bottom: 40px;
    }

    .contact-us-box {
        /* min-height: 280px; */
    }

}


/* Mobile */
@media (max-width: 767px) {

    .contact-us-section .heading {
        margin-bottom: 30px;
    }

    .contact-us-row {
        row-gap: 20px;
    }

    .contact-us-box {
        /* min-height: 260px; */
        padding: 30px 20px;
    }

    .contact-us-title {
        font-size: 26px;
    }

    .contact-us-content p {
        font-size: 20px;
    }

}


/* =========================================
   REFERRALS MADE SIMPLE
========================================= */

.referrals-simple-section {
    width: 100%;
    padding: 65px 0 88px;
    overflow: hidden;
}


/* Main Heading */

.referrals-simple-section .heading {
    margin: 0 0 55px;
    color: #fff;
    text-align: center;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
}


/* Cards Row */

.referrals-simple-row {
    margin-left: -6px;
    margin-right: -6px;
}


/* Card Column */

.referrals-simple-col {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 12px;
    display: flex;
}


/* Card */

.referrals-simple-card {
    width: 100%;
    min-height: 253px;
    padding: 25px 25px 28px;
    background: #fff;
    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;
}


/* Icon */

.referrals-simple-icon {
    width: 65px;
    height: 65px;
    margin-bottom: 8px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.referrals-simple-icon img {
    display: block;
    width: auto;
    max-width: 60px;
    height: auto;
    max-height: 60px;
}


/* Card Heading */

.referrals-simple-title {
    margin: 0 0 12px;
    color: #111;
    font-size: 21px;
    line-height: 1.25;
    font-weight: 700;
}


/* Card Content */

.referrals-simple-content {
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
}

.referrals-simple-content p {
    margin: 0;
    color: #333;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 400;
}


/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1400px) {

    .referrals-simple-section {
        padding-top: 70px;
        padding-bottom: 88px;
    }

    .referrals-simple-section .heading {
        font-size: 42px;
        margin-bottom: 55px;
    }

    .referrals-simple-card {
        min-height: 253px;
        padding-left: 28px;
        padding-right: 28px;
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1199px) {

    .referrals-simple-section {
        padding: 55px 0 65px;
    }

    .referrals-simple-section .heading {
        font-size: 38px;
        margin-bottom: 40px;
    }

    .referrals-simple-card {
        min-height: 250px;
        padding: 25px 20px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 991px) {

    .referrals-simple-section {
        padding: 50px 0 55px;
    }

    .referrals-simple-section .heading {
        font-size: 34px;
        margin-bottom: 35px;
    }

    .referrals-simple-col {
        margin-bottom: 20px;
    }

    .referrals-simple-card {
        min-height: 0;
        padding: 30px 25px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 575px) {

    .referrals-simple-section {
        padding: 40px 0 45px;
    }

    .referrals-simple-section .heading {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .referrals-simple-card {
        padding: 28px 20px;
    }

    .referrals-simple-icon {
        width: 60px;
        height: 60px;
    }

    .referrals-simple-title {
        font-size: 20px;
    }

    .referrals-simple-content p {
        font-size: 15px;
        line-height: 1.6;
    }

}


/* =========================================
   COMPREHENSIVE PSYCHIATRIC CARE
========================================= */

.comprehensive-care-section {
    width: 100%;
    padding: 92px 0 100px;
    overflow: hidden;
}


/* Main Row */

.comprehensive-care-row {
    align-items: flex-start;
}


/* =========================================
   LEFT CONTENT
========================================= */

.comprehensive-care-content-col {
    padding-right: 45px;
}

.comprehensive-care-content {
    padding-top: 2px;
}


.comprehensive-care-heading {
    margin: 0 0 20px;
    color: #fff;
    font-size: 42px;
    line-height: 1.32;
    font-weight: 700;
}


.comprehensive-care-description {
    max-width: 520px;
    color: #fff;
}


.comprehensive-care-description p {
    margin: 0 0 12px;
    color: #fff;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
}

.comprehensive-care-description p:last-child {
    margin-bottom: 0;
}


/* =========================================
   RIGHT CONDITION LIST
========================================= */

.comprehensive-care-list-col {
    padding-left: 15px;
}


.comprehensive-care-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 13px;
}


/* Individual Condition */

.comprehensive-care-item {
    width: 100%;
}


.comprehensive-care-item-inner {
    min-height: 86px;

    padding: 17px 17px 20px;

    display: flex;
    align-items: center;

    background: #fff;

    border-radius: 20px;

    /* Green bottom shadow */
    box-shadow: 0 6px 0 #7fbd32;
}


.comprehensive-care-item-text {
    display: block;
    width: 100%;

    color: #111;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 400;
}


/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1400px) {

    .comprehensive-care-section {
        padding-top: 92px;
        padding-bottom: 100px;
    }

    .comprehensive-care-content-col {
        padding-right: 55px;
    }

    .comprehensive-care-heading {
        font-size: 42px;
    }

    .comprehensive-care-description {
        max-width: 510px;
    }

    .comprehensive-care-list {
        gap: 18px 13px;
    }

    .comprehensive-care-item-inner {
        min-height: 86px;
        padding-left: 17px;
        padding-right: 17px;
    }

}


/* =========================================
   TABLET / LAPTOP
========================================= */

@media (max-width: 1199px) {

    .comprehensive-care-section {
        padding: 70px 0 75px;
    }

    .comprehensive-care-content-col {
        padding-right: 25px;
    }

    .comprehensive-care-heading {
        font-size: 36px;
    }

    .comprehensive-care-description p {
        font-size: 14px;
    }

    .comprehensive-care-item-inner {
        min-height: 82px;
        border-radius: 18px;
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .comprehensive-care-section {
        padding: 60px 0 65px;
    }


    .comprehensive-care-content-col {
        padding-right: 15px;
        margin-bottom: 40px;
    }


    .comprehensive-care-content {
        text-align: center;
    }


    .comprehensive-care-heading {
        font-size: 34px;
        line-height: 1.25;
    }


    .comprehensive-care-description {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }


    .comprehensive-care-list-col {
        padding-left: 15px;
        padding-right: 15px;
    }


    .comprehensive-care-list {
        gap: 18px 15px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .comprehensive-care-section {
        padding: 50px 0 55px;
    }


    .comprehensive-care-content-col {
        margin-bottom: 30px;
    }


    .comprehensive-care-heading {
        font-size: 30px;
        margin-bottom: 18px;
    }


    .comprehensive-care-description p {
        font-size: 15px;
        line-height: 1.65;
    }


    .comprehensive-care-list {
        grid-template-columns: 1fr;
        gap: 16px;
    }


    .comprehensive-care-item-inner {
        min-height: 75px;
        padding: 17px 20px;
        border-radius: 17px;
        /* box-shadow: 0 5px 0 #7fbd32; */
    }


    .comprehensive-care-item-text {
        font-size: 15px;
        line-height: 1.55;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 575px) {

    .comprehensive-care-section {
        padding: 42px 0 48px;
    }


    .comprehensive-care-heading {
        font-size: 28px;
    }


    .comprehensive-care-list {
        gap: 15px;
    }


    .comprehensive-care-item-inner {
        min-height: 70px;
        padding: 15px 18px;
    }

}