/* Common CSS Start */
:root {
    --bs-blue: #305384;
    --bs-black: #202020;
    --bs-white: #ffffff;
    --bs-grey: #5E5E5E;
    --bs-green: #50B2AF;
    --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;
    font-size: 16px;
    letter-spacing: 0px;
    color: var(--bs-grey);
    padding-top: 0px;
    font-weight: 300;
    line-height: 2;
    font-family: 'Manrope', sans-serif;
    /* font-family: 'Roboto', 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: 70px 0;
}
.logged-in header#header {
    top: 28px;
}
body.logged-in {
    padding-top: 0px;
}
body.nav-open-menu{
    overflow: hidden;
}
/* btn sec */
.page-button {
    margin-top: 25px;
}
.btn {
    display: inline-block;
    position: relative;
    width: auto;
    min-width: 202px;
    text-shadow: none;
    color: #004d64;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 20px;
    border: 1px solid #ffb000;
    z-index: 1;
    background-color: #ffb000;
    font-weight: 900;
    letter-spacing: 0.32px;
    border-radius: 35px;
}
.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 {
    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;
}

.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: 50px;
    font-size: 38px;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--bs-black);
}
.small-text {
    margin-bottom: 10px;
    color: var(--bs-green);
    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 {
    color: #004d64;
    background: #ffb000;
    border-color: #ffb000;
    font-weight:900;
}
.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: 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: 36px 0px;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    color: var(--bs-black);
    font-weight: 300;
    font-size: 13px;
    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: 16px;
    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;
}

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: 16px;
    background-repeat: no-repeat;
    background-image: url(../img/search.svg);
    background-position: 0px 0px;
    cursor: pointer;
}
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;
}
.header-contact-info {
    margin-top: 0;
    position: relative;
    top: 0;
    display: flex;
    align-items: flex-end;
    width: 304px;
    flex-direction: column;
    padding-left: 15px;
    padding-bottom: 0;
}
.header-contact-info a {
    margin-left: 0;
    width: auto;
    color: #004d64;
    background-color: #ffb000 ;
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.96px;
    text-transform: capitalize;
    padding: 16px;
    border-radius:35px;
    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: 120px;
    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 */

/* 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: 0;
    border: none;
    border-bottom: 1px solid #b1b1b1;
}

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

.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: 20px;
    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: 14px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 20px;
    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: 0;
}

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: 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: var(--bs-lightgrey);
    padding-top: 50px;
}
.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: 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: 0px;
}
.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;
}
.nap-address-info {
    background-image: url(../img/location.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0 4px;
    padding-left: 25px;
    width: 100%;
    position: relative;
}
.nap-contact-info .phoneno {
    display: inline-block;
    padding: 10px 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: 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: 83px;
    text-transform: capitalize;
    font-size: 70px;
    font-weight: 700;
}
.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-size: 21px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.5px;
}
.banner-content {
    position: relative;
    margin-top: 30px;
    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;
}
.about-left-info .fullwidth {
    padding-left: 12px;
}
.about-left-info .fullwidth:before {
    content: "";
    border-radius: 130px 0 0;
    border: 1px solid var(--bs-green);
    background: 0 0;
    position: absolute;
    left: 0;
    height: 250px;
    width: 250px;
    z-index: -1;
    top: -10px;
}
.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: var(--bs-green);
    position: absolute;
    left: 0;
    content: "";
    bottom: 0;
    top: 0;
    width: 65%;
}
.home-left-right-sec .small-text {
    color: #fff;
}
.home-left-right-sec img {
    width: 55%;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    height: calc(100% - 140px);
    object-fit: cover;
    object-position: center;
    z-index: 1;
    margin: auto;
}
/* Left Right Content Section */
/* Interview Content Section */
.home-video-wrap {
    margin-top: 50px;
}

.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: var(--bs-blue);
    position: absolute;
    width: 100%;
    height: calc(100% - 140px);
    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;
}
.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-size: 22px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 20px;
    width: 100%;
    position: relative;
    color: var(--bs-darkblack);
}
.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;
}
.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 {
    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-green);
    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: 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 */
    .home-banner {
        height: 620px;
        width: 100%;
    }
    .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: 0;
    }
    .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%;
    }
    /* home testimonial */
}
/* media query 991 */
@media (max-width: 991px) {
    .copyright {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .home-banner .banner-title {
        font-size: 30px;
        line-height: 40px;
    }
    .home-banner {
        height: 440px;
    }
    .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-green);
    }
    .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: 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 */