@import url('../css/fontawesome-all.min.css');
@import url('../css/date-time-picker.css');
@import url('../css/mCustomScrollbar.css');

/**** custom fonts start ****/
@font-face {
    font-family: 'Libre Franklin';
    src: url('../fonts/LibreFranklin-BlackItalic.woff2') format('woff2'),
        url('../fonts/LibreFranklin-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url('../fonts/LibreFranklin-Black.woff2') format('woff2'),
        url('../fonts/LibreFranklin-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url('../fonts/LibreFranklin-Bold.woff2') format('woff2'),
        url('../fonts/LibreFranklin-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url('../fonts/LibreFranklin-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/LibreFranklin-ExtraBoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url('../fonts/LibreFranklin-ExtraBold.woff2') format('woff2'),
        url('../fonts/LibreFranklin-ExtraBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url('../fonts/LibreFranklin-BoldItalic.woff2') format('woff2'),
        url('../fonts/LibreFranklin-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url('../fonts/LibreFranklin-Italic.woff2') format('woff2'),
        url('../fonts/LibreFranklin-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url('../fonts/LibreFranklin-ExtraLight.woff2') format('woff2'),
        url('../fonts/LibreFranklin-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url('../fonts/LibreFranklin-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/LibreFranklin-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url('../fonts/LibreFranklin-LightItalic.woff2') format('woff2'),
        url('../fonts/LibreFranklin-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url('../fonts/LibreFranklin-Light.woff2') format('woff2'),
        url('../fonts/LibreFranklin-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url('../fonts/LibreFranklin-Medium.woff2') format('woff2'),
        url('../fonts/LibreFranklin-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url('../fonts/LibreFranklin-Regular.woff2') format('woff2'),
        url('../fonts/LibreFranklin-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url('../fonts/LibreFranklin-MediumItalic.woff2') format('woff2'),
        url('../fonts/LibreFranklin-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url('../fonts/LibreFranklin-SemiBold.woff2') format('woff2'),
        url('../fonts/LibreFranklin-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url('../fonts/LibreFranklin-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/LibreFranklin-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url('../fonts/LibreFranklin-Thin.woff2') format('woff2'),
        url('../fonts/LibreFranklin-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url('../fonts/LibreFranklin-ThinItalic.woff2') format('woff2'),
        url('../fonts/LibreFranklin-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/**** custom fonts end ****/
:root {
    --logoWidth: 300px;
    --pageCenter: 1250px;
    --bodyFontFamily: "Libre Franklin", sans-serif;
    --bodyFontColor: #2f5167;
    --bodyFont: 15px;
    --bodyLineHeight: 22px;
    --linkColor: #0a4162;
    --headerSpace: 133px;
    --btnFontFamily: "Libre Franklin", sans-serif;
    --btnFont: 17px;
    --btnColor: #fff;
    --btnBg: #426e8a;
    --btnHoverBg: #fff;
    --btnHoverColor: #426e8a;
    --btnBorder: 1px solid #426e8a;
    --btnBorderRadius: 30px;
    --btnPadding: 11px 25px;
    --btnSecondaryColor: #426e8a;
    --btnSecondaryBg: #fff;
    --btnSecondaryHoverColor: #fff;
    --btnSecondaryHoverBg: #426e8a;
}

html {
    overflow-x: hidden;
    font-size: var(--bodyFont);
    line-height: var(--bodyLineHeight);
    scroll-behavior: smooth;
}

body {
    color: var(--bodyFontColor);
    font-size: 100%;
    font-family: var(--bodyFontFamily);
    font-weight: 400;
    line-height: inherit;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

* {
    border: none;
    margin: 0;
    outline: none !important;
    padding: 0;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

/* Highlighted Text */
::-moz-selection {
    color: #426e8a;
    background-color: #d0cfcf;
}

::selection {
    color: #426e8a;
    background-color: #d0cfcf;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

label {
    display: block;
    margin: 0 0 17px;
    font-weight: 500;
    color: #0a4162;
    font-size: 16px;
    line-height: 1;
}

label.auto {
    display: inline-block;
    margin: 5px 40px 5px 0
}

label.auto:last-child {
    margin-right: 0
}

ul,
ol {
    list-style: none
}

a {
    color: var(--linkColor);
    text-decoration: none
}

a:hover,
a:focus {
    color: var(--bodyFontColor);
}

img {
    display: block;
    height: auto;
    max-width: 100%;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--bodyFontFamily);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 15px;
    color: #0a4162;
    letter-spacing: -0.5px;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 25px;
    text-transform: capitalize;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: normal;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0
}

/***** wp ******/
.aligncenter {
    display: block;
    margin: 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 15px 30px;
}

.alignleft {
    float: left;
    margin: 5px 30px 15px 0;
}

.alignnone {
    margin: 10px 0;
}

.alignblock {
    margin: 10px 0;
    float: none;
    width: 100%;
    display: block;
}

.alignright.shadow {
    -webkit-box-shadow: -25px 25px 40px rgba(0, 0, 0, 0.16);
    box-shadow: -25px 25px 40px rgba(0, 0, 0, 0.16);
    margin-left: 105px;
    margin-bottom: 40px;
}

p.pn {
    padding: 0;
    margin: 0
}

p {
    margin: 0 0 15px;
}

strong {
    font-weight: 600;
}

p+ul,
p+ol {
    margin-top: -6px
}

ul {
    margin: 0 0 25px
}

ul li {
    position: relative;
    padding: 0 0 7px 22px;
    overflow: hidden;
}

ul li:before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 12px;
    color: var(--bodyFontColor);
    display: inline-block;
    line-height: 1;
    position: absolute;
    left: 2px;
    top: 7px
}

ol {
    padding-left: 26px;
    margin: 0 0 25px;
    text-align: left;
    overflow: hidden
}

ol li {
    list-style: decimal;
    padding-bottom: 7px;
    padding-left: 0;
}

ol li ul>li {
    padding-left: 20px;
    list-style: none
}

ol li ul>li:before {
    display: block;
    left: 1px
}

ul ol li {
    overflow: visible
}

ul ol li:before {
    display: none;
    overflow: visible
}

ol ol li {
    list-style: lower-alpha
}

ol ol ol li {
    list-style: lower-roman
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-top: 12px;
    margin-bottom: 5px
}

ul li:last-child,
ol li:last-child {
    padding-bottom: 0
}

ul.tickUl li:before {
    content: "\f336";
    font-size: 22px;
    color: #456994;
    font-weight: 900;
    top: 1px;
    left: 4px;
}

ul.tickUl li {
    padding: 0 0 0px 36px;
    min-height: 35px;
}

ul li span {
    color: #5696bf;
}

.text-center ul {
    text-align: left;
    display: table;
    margin-left: auto;
    margin-right: auto
}

.list-none li {
    padding-left: 0
}

.list-none li:before {
    display: none;
}

p:last-child,
ol:last-child,
ul:last-child,
ol ul:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.table-responsive {
    border: none;
    margin: 20px 0;
    overflow: auto;
}

table {
    width: 100%;
    border-spacing: 0;
    border: 1px solid #cfcdcd;
    border-collapse: collapse !important;
}

table tr td,
table tr th {
    padding: 14px 15px;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
    border: 1px solid #dddddd
}

table tr th {
    font-weight: 700;
}

th[align="center"],
td[align="center"] {
    text-align: center !important
}

th[align="right"],
td[align="right"] {
    text-align: right !important
}

.table-responsive::-webkit-scrollbar {
    width: 5px;
    height: 4px;
}

.table-responsive::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 8px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: #cccccc;
    border-radius: 8px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
    background: #cccccc
}

.common-content {
    padding: 50px 0;
}

.white-smoke-bg {
    background-color: #F5F5F5;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-wrap-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

a[href^="tel:"],
a[href^="mailto:"] {
    word-break: break-word;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: var(--pageCenter);
    clear: both;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row:before,
.row:after {
    content: "";
    clear: both;
    display: table
}

.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33%
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33%
    }
}

@media (min-width: 992px) {

    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 45px;
    }

    h3 {
        font-size: 40px;
    }

    h4 {
        font-size: 35px;
    }

    h5 {
        font-size: 25px;
    }

    h6 {
        font-size: 16px;
    }

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33%
    }
}

/******Input******/
input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="file"],
input[type="url"],
input[type="number"],
input[type="date"],
input[type="time"],
select,
textarea,
.form-control {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 10px;
    color: var(--bodyFontColor);
    display: block;
    font-size: 16px;
    font-family: var(--bodyFontFamily);
    font-weight: 400;
    line-height: 20px;
    padding: 14px 20px;
    position: relative;
    width: 100%;
    height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    margin-bottom: 20px
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
select:focus,
.h-content-form select:focus,
.content-form select:focus,
textarea:focus,
.h-content-form textarea:focus,
.content-form textarea:focus,
input[type="url"]:focus,
.form-control:focus {
    border-color: var(--bodyFontColor);
}

input:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
    color: transparent !important;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent !important;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
    color: transparent !important;
}

input:focus::placeholder,
textarea:focus::placeholder {
    color: transparent !important;
}

textarea,
textarea.form-control {
    height: 165px;
    resize: none;
}

select {
    -moz-appearance: unset;
    -webkit-appearance: unset;
    background-image: url('../img/select-down-arrow.svg');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: calc(100% - 10px) center;
    padding-right: 35px !important;
}

select option {
    font-size: 16px;
}

.input-group-btn:last-child>.btn:hover,
.input-group-btn:last-child>.btn-group:hover {
    color: #787878
}

input[type="checkbox"],
input[type="radio"] {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

::-webkit-input-placeholder {
    color: var(--bodyFontColor);
    opacity: 1.0;
}

::-moz-placeholder {
    color: var(--bodyFontColor);
    opacity: 1.0;
}

:-ms-input-placeholder {
    color: var(--bodyFontColor);
    opacity: 1.0;
}

:-moz-placeholder {
    color: var(--bodyFontColor);
    opacity: 1.0;
}

/******Browser Compatibility******/
input::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -moz-appearance: none;
    -webkit-appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield !important;
}

/******Input Ends******/
a,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

section,
header,
footer {
    float: left;
    width: 100%;
    position: relative;
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 140px;
    font-family: var(--btnFontFamily);
    font-weight: 500;
    position: relative;
    border: var(--btnBorder);
    border-radius: var(--btnBorderRadius);
    text-align: center;
    text-transform: capitalize;
    font-size: var(--btnFont);
    color: var(--btnColor);
    font-style: normal;
    line-height: normal;
    padding: var(--btnPadding);
    text-decoration: none !important;
    white-space: normal;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    background-color: var(--btnBg);
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: var(--btnHoverColor);
    background-color: var(--btnHoverBg);
}

.secondary-btn {
    color: var(--btnSecondaryColor);
    background-color: var(--btnSecondaryBg);
}

.secondary-btn:hover,
.secondary-btn:focus {
    color: var(--btnSecondaryHoverColor);
    background-color: var(--btnSecondaryHoverBg);
}

.btn.white-btn {
    border-color: #fff;
    background: #fff;
    color: var(--bodyFontColor);
}

.btn.white-btn:hover {
    color: #fff;
    background: transparent !important;
}

.btn.white-btn::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.btn.white-btn:hover::before {
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.btn-row {
    font-size: 0;
}

.btn-row .btn {
    margin: 10px 10px 0 0;
}

.btn-row .btn:last-child {
    margin-right: 0
}

.btn:not(input) {
    position: relative;
}

.btn:not(input)::before {
    content: '';
    height: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    overflow: hidden;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform .4s cubic-bezier(0.645, .045, .355, 1);
    transition: -webkit-transform .4s cubic-bezier(0.645, .045, .355, 1);
    -o-transition: transform .4s cubic-bezier(0.645, .045, .355, 1);
    transition: transform .4s cubic-bezier(0.645, .045, .355, 1);
    transition: transform .4s cubic-bezier(0.645, .045, .355, 1), -webkit-transform .4s cubic-bezier(0.645, .045, .355, 1);
    background: var(--btnHoverBg);
}

.btn:not(input):hover::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.btn:not(input):hover {
    background: inherit;
}

.btn.secondary-btn:not(input)::before {
    background: var(--btnSecondaryHoverBg);
}

.btn i {
    margin: 0 10px 0 0;
}

/******Header******/
header+div,
header+section {
    margin-top: var(--headerSpace) !important;
}

header {
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 999;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}

header .header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 21.5px 0;
}

header .header-left {
    float: left;
    width: var(--logoWidth);
    min-width: var(--logoWidth);
}

header .header-top {
    background: #426e8a;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    padding: 11px 0;
}

header .header-top p {
    margin: 0 30px 0 0;
}

header .header-top a {
    color: inherit;
}

header .header-top p i {
    margin: 0 8px 0 0;
    font-size: 20px;
    vertical-align: text-top;
}

header .header-top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .header-top ul.social-icon {
    margin: 0 0 0 auto;
}

header .logo {
    float: left;
    max-width: 100%;
    z-index: 999;
    width: 100%;
}

header .logo a {
    display: block;
    margin: 0;
    position: relative;
}

header .logo img {
    display: block;
    margin: 0;
}

header .logo img+img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

header .header-btn-wrap {
    margin: 0;
}

header .header-btn-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

header .header-btn-wrap ul li {
    padding: 0px;
    margin: 0px 0px 0px 8px;
}

header .header-btn-wrap ul li:first-child,
header .header-btn-wrap ul li:last-child {
    margin: 0px;
}

header .header-btn-wrap ul li::before {
    display: none;
}

/* header .header-btn-wrap .btn i {
	display: none;
} */

header .header-btn-wrap .btn i {
    display: block;
    font-size: 20px;
    margin: 0;
}

header .header-btn-wrap ul li .btn {
    font-size: 0;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    border-width: 2px;
}

header .header-btn-wrap ul li .btn.secondary-btn i {
    font-weight: 500;
}

.head-fix header {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 1025px) {

    /*****nav starts*****/
    .nav-trigger,
    .nav-wrap nav ul li:before,
    .submenu-button,
    .nav-trigger-wrap {
        display: none
    }

    .nav-wrap {
        position: relative;
        float: left;
        width: 100%;
        margin: 0;
        z-index: 99;
    }

    .nav-wrap nav {
        margin: 0;
        padding: 0;
        border: 0;
        list-style: none;
        display: block;
        position: relative;
    }

    .nav-wrap nav ul.nav {
        float: right;
        margin: 0
    }

    .nav-wrap nav ul.nav>li {
        float: left;
        margin: 0 15px 0 0;
        padding: 0;
        overflow: visible;
        position: relative;
    }

    .nav-wrap nav ul.nav>li:last-child {
        margin-right: 0
    }

    .nav-wrap nav ul.nav>li>a {
        display: block;
        padding: 7px 0;
        margin: 0;
        font-size: 14px;
        line-height: 26px;
        font-weight: 500;
        color: #244051;
        white-space: nowrap;
        text-decoration: none;
        text-transform: uppercase;
    }

    .nav>li>a:focus,
    .nav>li>a:hover {
        background-color: transparent
    }

    .nav-wrap nav ul.nav li:hover>a,
    .nav-wrap nav ul.nav li>a:hover,
    .nav-wrap nav ul.nav li.current-menu-item>a,
    .nav-wrap nav ul.nav li.current-menu-ancestor>a {
        color: var(--bodyFontColor);
    }

    /*.nav-wrap nav ul.nav li.has-sub li.has-sub > a { padding-right: 20px !important }*/
    .nav-wrap nav ul.nav>li.has-sub>a {
        padding-right: 15px;
    }

    .nav-wrap nav ul.nav>li.has-sub>a:after {
        display: block;
        content: "\f107";
        font-family: "Font Awesome 5 Pro";
        font-size: 19px;
        line-height: 40px;
        position: absolute;
        right: 0;
        top: 0px;
        z-index: 99;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        font-weight: 300;
    }

    .nav-wrap nav ul.nav>li.has-sub:hover>a:after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .nav-wrap nav ul.nav li.has-sub li.has-sub>a:after {
        content: "\f105";
        display: inline-block;
        font-size: 12px;
        line-height: 18px;
        font-family: Font Awesome\ 5 Pro;
        font-weight: 400;
        margin-left: 5px;
        color: inherit;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -9px;
    }

    /****sub nav menu*****/
    .nav-wrap nav ul.nav>li.has-sub>ul {
        margin-top: 26px;
    }

    .nav-wrap nav ul.nav>li.has-sub:hover>ul {
        margin-top: 12px;
        -webkit-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
    }

    .nav-wrap nav ul.nav ul {
        position: absolute;
        border-radius: 10px;
        padding: 8px;
        margin: 0;
        visibility: hidden;
        text-align: left;
        left: 0;
        right: auto;
        opacity: 0;
        top: calc(100% - 1px);
        background: #ffffff;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    }

    .nav-wrap nav ul.nav>li.has-sub>ul::before {
        content: "";
        display: block;
        padding: 10px;
        position: absolute;
        top: -20px;
        right: 0;
        left: 0;
    }

    /* .nav-wrap nav ul.nav ul:after {
	content: "";
	position: absolute;
	left: 25px;
	margin-left: -5px;
	bottom: calc(100% + 2px);
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #426e8a;
} */

    .nav-wrap nav ul.nav ul ul:after {
        display: none
    }

    .nav-wrap nav ul.nav ul ul {
        top: 20%;
        left: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .nav-wrap nav ul.nav ul li {
        float: left;
        width: 100%;
        min-width: 210px;
        padding: 0 0 3px;
        margin: 0;
        vertical-align: top;
        overflow: visible;
    }

    .nav-wrap nav ul.nav ul li:last-of-type {
        padding: 0;
    }

    .nav-wrap nav ul.nav ul li a {
        display: block;
        white-space: normal;
        text-transform: capitalize;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        color: #000;
        padding: 8px 14px;
        text-align: left;
        /* border-bottom: 1px solid rgb(66 110 138 / 15%); */
        border-radius: 10px;
    }

    .nav-wrap nav ul.nav ul li:last-of-type a {
        border-bottom: none;
    }

    .nav-wrap nav ul.nav li:hover>ul {
        display: block;
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity 0.3s linear 0s, top 0.3s linear 0s;
        -o-transition: opacity 0.3s linear 0s, top 0.3s linear 0s;
        transition: opacity 0.3s linear 0s, top 0.3s linear 0s;
    }

    .nav-wrap nav ul.nav ul>li:hover>ul {
        top: 0;
    }

    .nav-wrap nav ul.nav ul li:hover>a, .nav-wrap nav ul.nav ul li>a:hover, .nav-wrap nav ul.nav ul li.current-menu-item>a:not([href*="#"]), .nav-wrap nav ul.nav ul li.current-menu-ancestor>a, .nav-wrap nav ul.nav li.menu-type2 li.current_page_ancestor>a{
        background: var(--bodyFontColor);
        color: #fff;
    }

    .nav-wrap nav ul.nav>li>a:before {
        content: '';
        height: 2px;
        left: 0;
        bottom: 0;
        position: absolute;
        width: 100%;
        z-index: -1;
        overflow: hidden;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
        -webkit-transition: -webkit-transform .4s cubic-bezier(0.645, .045, .355, 1);
        transition: -webkit-transform .4s cubic-bezier(0.645, .045, .355, 1);
        -o-transition: transform .4s cubic-bezier(0.645, .045, .355, 1);
        transition: transform .4s cubic-bezier(0.645, .045, .355, 1);
        transition: transform .4s cubic-bezier(0.645, .045, .355, 1), -webkit-transform .4s cubic-bezier(0.645, .045, .355, 1);
        background: #426e8a;
    }

    .nav-wrap nav ul.nav>li:hover>a:before,
    .nav-wrap nav ul.nav>li>a:hover:before,
    .nav-wrap nav ul.nav>li.current-menu-item>a:before,
    .nav-wrap nav ul.nav>li.current-menu-ancestor>a:before {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        width: 100%
    }

    .nav-wrap nav ul.nav li.menu-type2>ul.sub-menu {
        transform: translateX(-45%);
        left: 50% !important;
        display: grid !important;
        grid-template-columns: repeat(5, 1fr);
    }

    .nav-wrap nav ul.nav li.menu-type2>ul.sub-menu>li a:after {
        display: none !important;
    }

    .nav-wrap nav ul.nav li.menu-type2>ul.sub-menu>li>a {
        font-weight: 600 !important;
        color: var(--linkColor) !important;
        line-height: normal !important;
        background: transparent;
    }

    .nav-wrap nav ul.nav li.menu-type2:hover>ul.sub-menu>li>ul {
        opacity: 100%;
        visibility: visible;
        position: static;
        box-shadow: none;
        padding-top: 0;
        padding-bottom: 0;
    }

    .nav-wrap nav ul.nav li.menu-type2 ul.sub-menu>li>ul li {
        float: none;
        padding: 0 !important;
    }

    .nav-wrap nav ul.nav li.menu-type2 ul.sub-menu>li>ul li a {
        background: transparent !important;
        color: inherit;
    }
    
    .nav-wrap nav ul.nav li.menu-type2 ul.sub-menu>li>ul li.current-menu-item a {
        color: #000;
        font-weight: 600;
    }
    
    .nav-wrap nav ul.nav li.menu-type2>ul.sub-menu>li>ul li a::before {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: var(--linkColor);
    }

    .nav-wrap nav ul.nav li.menu-type2>ul.sub-menu>li>ul li:last-of-type a::before {
        height: 80%;
    }

    .nav-wrap nav ul.nav li.menu-type2>ul.sub-menu>li>ul li a::after {
        content: "";
        display: block !important;
        width: 10px;
        height: 1px;
        background: var(--linkColor);
        position: absolute;
        top: calc(50% - 1px);
        left: 0;
    }

    .nav-wrap nav ul.nav li.menu-type2>ul.sub-menu>li>a:hover,
    .nav-wrap nav ul.nav li.menu-type2>ul.sub-menu>li:hover>a,
    .nav-wrap nav ul.nav li.menu-type2>ul.sub-menu ul li>a:hover{
        background: transparent !important;
        color: #000 !important;
    }

    .nav-wrap nav ul.nav > li.menu-type2 > ul.sub-menu > li.current-menu-item > a {
        background: var(--bodyFontColor) !important;
        color: #fff !important;
    }
    
    .nav-wrap nav ul.nav li.menu-type2>ul.sub-menu>li.current_page_ancestor >a {
        background: var(--bodyFontColor) !important;
        color: #fff !IMPORTANT;
    }
    /**************Nav ends**************/
}

/****Space Control Top Bottom*****/
.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: 10px 0 !important
}

.m-2 {
    margin: 20px 0 !important
}

.m-3 {
    margin: 30px 0 !important
}

.m-4 {
    margin: 40px 0 !important
}

.m-5 {
    margin: 50px 0 !important
}

.m-6 {
    margin: 60px 0 !important
}

.m-7 {
    margin: 70px 0 !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: 10px 0 !important
}

.p-2 {
    padding: 20px 0 !important
}

.p-3 {
    padding: 30px 0 !important
}

.p-4 {
    padding: 40px 0 !important
}

.p-5 {
    padding: 50px 0 !important
}

.p-6 {
    padding: 60px 0 !important
}

.p-7 {
    padding: 70px 0 !important
}

.p-h0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.p-h1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.p-h2 {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.p-h3 {
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.p-h4 {
    padding-right: 40px !important;
    padding-left: 40px !important;
}

.p-h5 {
    padding-right: 50px !important;
    padding-left: 50px !important;
}

.p-h6 {
    padding-right: 60px !important;
    padding-left: 60px !important;
}

.p-h65 {
    padding-right: 65px !important;
    padding-left: 65px !important;
}

.p-h7 {
    padding-right: 70px !important;
    padding-left: 70px !important;
}

.p-h8 {
    padding-right: 80px !important;
    padding-left: 80px !important;
}

.m-t0 {
    margin-top: 0 !important
}

.m-t1 {
    margin-top: 10px !important
}

.m-t2 {
    margin-top: 20px !important
}

.m-t3 {
    margin-top: 30px !important
}

.m-t4 {
    margin-top: 40px !important
}

.m-t5 {
    margin-top: 50px !important
}

.m-t6 {
    margin-top: 60px !important
}

.m-t7 {
    margin-top: 70px !important
}

.m-b0 {
    margin-bottom: 0 !important
}

.m-b1 {
    margin-bottom: 10px !important
}

.m-b2 {
    margin-bottom: 20px !important
}

.m-b3 {
    margin-bottom: 30px !important
}

.m-b4 {
    margin-bottom: 40px !important
}

.m-b5 {
    margin-bottom: 50px !important
}

.m-b6 {
    margin-bottom: 60px !important
}

.m-b7 {
    margin-bottom: 70px !important
}

.p-t0 {
    padding-top: 0 !important
}

.p-t2 {
    padding-top: 20px !important
}

.p-t3 {
    padding-top: 30px !important
}

.p-t4 {
    padding-top: 40px !important
}

.p-t5 {
    padding-top: 50px !important
}

.p-t6 {
    padding-top: 60px !important
}

.p-t7 {
    padding-top: 70px !important
}

.p-b0 {
    padding-bottom: 0 !important
}

.p-b2 {
    padding-bottom: 20px !important
}

.p-b3 {
    padding-bottom: 30px !important
}

.p-b4 {
    padding-bottom: 40px !important
}

.p-b5 {
    padding-bottom: 50px !important
}

.p-b6 {
    padding-bottom: 60px !important
}

.p-b7 {
    padding-bottom: 70px !important
}

.m-l2 {
    margin-left: 20px !important;
}

.p-l2 {
    padding-left: 20px !important
}

.m-l3 {
    margin-left: 30px !important;
}

.p-l3 {
    padding-left: 30px !important
}

.m-l4 {
    margin-left: 40px !important;
}

.p-l4 {
    padding-left: 40px !important
}

/****Space Control Top Bottom End*****/
/*******Lay Image*******/
.lazy-image {
    position: relative;
    width: 100%;
    padding-top: 66.33%;
    overflow: hidden;
}

.lazy-image img {
    position: absolute;
    background-color: var(--bodyFontColor);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    margin: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

a:hover .lazy-image img {
    -webkit-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
}

/******Plugin's CSS Start*********/
/******Flexslider*********/
.flexslider {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.flexslider:before {
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    border-width: 0.2rem;
}

.flexslider ul.slides {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%
}

.flexslider li {
    padding: 0;
}

.flexslider li:before {
    display: none
}

.flexslider .slides>li {
    position: relative;
    display: none;
    -webkit-backface-visibility: hidden;
}

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides>li:first-child {
    display: block;
}

.flexslider .flex-control-paging-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    text-align: right;
    padding-right: 10px;
    z-index: 99;
}

.flexslider .flex-control-paging {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 5%;
    margin: 0;
    display: inline-block;
    z-index: 98;
    height: auto;
    text-align: center;
    padding: 0 10px;
}

.flexslider .flex-control-paging li {
    position: static;
    display: inline-block;
    width: auto;
    margin: 2px 3px;
    height: auto
}

.flexslider .flex-control-paging li a {
    border: 1px solid #91989b;
    width: 12px;
    height: 12px;
    line-height: 10px;
    font-size: 0;
    color: #fff;
    text-align: center;
    display: block;
    position: relative;
    cursor: pointer;
    background-color: #91989b;
    border-radius: 34px;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.flexslider .flex-control-paging li .flex-active,
.flexslider .flex-control-paging li a:hover {
    background-color: var(--bodyFontColor);
    border-color: var(--bodyFontColor)
}

.flexslider .flex-control-paging li .flex-active:after,
.flexslider .flex-control-paging li a:hover:after {
    display: none
}

.flexslider .flex-direction-nav li {
    position: static
}

.flexslider .flex-direction-nav a {
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
}

.flexslider .flex-direction-nav .flex-prev,
.flexslider .flex-direction-nav .flex-next {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: -60px;
    top: 50%;
    margin-top: -25px;
    width: 60px;
    height: 60px;
    z-index: 98;
    border-radius: 60px;
    display: inline-block;
    font-size: 0;
}

.flexslider .flex-direction-nav {
    overflow: hidden;
    width: 100%;
    margin: 0
}

.flexslider .flex-direction-nav .flex-next {
    left: auto;
    right: -60px
}

.flexslider .flex-direction-nav .flex-prev:before,
.flexslider .flex-direction-nav .flex-next:before {
    content: '';
    line-height: 1;
    display: block;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 6px;
    margin: 0 2px;
    position: absolute;
    top: 50%;
    left: 65%;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}

.flexslider .flex-direction-nav .flex-next:before {
    left: auto;
    right: 65%;
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
    -ms-transform: translate(50%, -50%) rotate(-45deg);
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
    transform: translate(50%, -50%) rotate(-45deg);
}

.flexslider:hover .flex-direction-nav .flex-prev {
    left: -25px
}

.flexslider:hover .flex-direction-nav .flex-next {
    right: -25px
}

.flexslider .flex-direction-nav .flex-prev:hover,
.flexslider .flex-direction-nav .flex-next:hover {
    background: rgba(0, 0, 0, 1.0);
}

.flexslider .flex-direction-nav .flex-prev:hover:before,
.flexslider .flex-direction-nav .flex-next:hover:before {
    color: #fff;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1.0
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1.0
}

.flexslider .flex-disabled {
    display: none
}

.flexslider iframe,
.flexslider video {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

/******Form Style******/
.form-max-width {
    max-width: 600px;
}

.form-field {
    text-align: left;
}

.form-field input:not(.btn),
.form-field textarea,
.form-field select {
    margin: 0;
    padding: 14px 15px;
}

.form-field .row,
.row.form-field {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
}

.form-field .row .row,
.row.form-field .row {
    margin-left: -6px;
    margin-right: -6px;
    margin-top: -20px;
}

.form-field [class^="col-"],
.form-field [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 20px;
}

.form-field [class^="col-"] [class^="col-"],
.form-field [class*="col-"] [class*="col-"] {
    padding-left: 6px;
    padding-right: 6px;
}

.form-field p {
    padding: 10px 0 0 0;
    margin: 0;
}

.form-field [class^="col-"] p,
.form-field [class*="col-"] p {
    position: relative;
    padding: 0;
    margin: 0;
}

.form-field i:not(.fa-star) {
    position: absolute;
    font-size: 18px;
    right: 1px;
    color: #6f6f6f;
    top: 50%;
    z-index: 2;
    background: #fff;
    width: 40px;
    text-align: left;
    border-radius: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-field i.fa-globe-asia {
    font-weight: normal;
}

.form-icon {
    position: relative;
}

.form-field i+input,
.form-field i+textarea {
    padding-right: 40px
}

.form-field .btn {
    min-width: 124px;
}

.form-field .btn i {
    display: inline-block;
    padding: 0;
    background: none;
    position: static;
    font-size: 100%;
    color: #fff;
    font-weight: normal;
    margin: 0 5px;
    vertical-align: middle;
}

.block {
    width: 100%;
}

.form-field input[type="reset"] {
    color: #1a4450;
    border-color: transparent;
    padding: 0;
    min-width: 80px;
    background: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.form-field input[type="reset"]:hover {
    color: #1b459b;
    background-color: transparent;
}

.sm-field textarea {
    height: 90px;
}

.sm-field .selectric .label {
    height: 38px;
    line-height: 38px;
    font-size: 13px;
}

.sm-field .selectric-items li {
    font-size: 13px !important;
}

.label-right label {
    text-align: right;
    margin-top: 8px;
}

.has-radio,
.has-checkbox {
    padding-top: 10px;
    padding-bottom: 10px;
}

.has-radio label,
.has-checkbox label {
    margin-top: 0;
    margin-bottom: 0;
}

div.wpcf7 .ajax-loader {
    position: absolute;
    top: 50%;
}

div.wpcf7-response-output {
    margin: 1em 0 !important;
    clear: both;
    display: inline-block;
    width: 100%;
}

span.wpcf7-not-valid-tip {
    font-size: 0.9em;
}

.form-field .has-label label {
    text-transform: uppercase;
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28;
    /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    /* Yellow */
}

.wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7-not-valid-tip {
    background: #dc3232;
    /* Red */
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    display: block;
    font-weight: 600;
    padding-inline: 8px;
    border-radius: 5px;
    margin-top: 5px;
}

footer .right-content .box .wpcf7-response-output {
    margin-top: 0 !important;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
    content: " ";
}

.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    /* Dark Gray 800 */
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}

.wpcf7 form.submitting .ajax-loader {
    visibility: visible;
}

.wpcf7 .ajax-loader::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    /* Light Gray 100 */
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    -webkit-transform-origin: 8px 8px;
    -ms-transform-origin: 8px 8px;
    transform-origin: 8px 8px;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
    .wpcf7 .ajax-loader::before {
        -webkit-animation-name: blink;
        animation-name: blink;
        -webkit-animation-duration: 2000ms;
        animation-duration: 2000ms;
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes blink {
    from {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes blink {
    from {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.wpcf7 input[type="file"] {
    cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
    cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    direction: ltr;
}

.wpcf7-spinner {
    position: absolute;
    left: 0;
}

.custom-upload {
    position: relative;
    border: 1px solid #dddddd;
    margin: 0 !important;
    padding: 14px 20px;
    background: #fafafa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom-upload input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 0;
    -o-text-overflow: clip;
    text-overflow: clip;
    opacity: 0;
}

.upload-btn {
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-break: keep-all;
    font-size: 0.875rem;
    line-height: normal;
    margin: 0 10px 0 0;
    font-weight: 300;
}

.custom-upload i {
    font-size: 18px;
    display: block;
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
}

.custom-upload small {
    display: block;
    font-size: 12px;
    color: #acacac;
    font-style: italic;
    line-height: normal;
}

/**********Owl Carousel**********/
.owl-carousel.has-shadow {
    margin: 25px -10px 0;
    width: auto;
}

.owl-carousel.has-shadow .owl-item {
    margin: 10px 0;
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #0b0b0b;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    -o-transition: transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-carousel .owl-dots {
    display: table;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    padding-top: 25px;
    text-align: center;
}

.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-dot {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 2px 6px;
    border: 1px solid #020d0f;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    border-radius: 20px;
}

.owl-carousel .owl-dot span {
    display: none;
}

.owl-carousel .owl-dot.active,
.owl-carousel .owl-dot:hover {
    background-color: #020d0f;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    cursor: pointer;
    position: absolute;
    left: -25px;
    right: 0;
    top: 50%;
    margin-top: -11px;
    width: 25px;
    height: 40px;
    border-radius: 0;
    display: inline-block;
    font-size: 0;
    z-index: 98;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: transparent;
}

.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -25px;
}

.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
    opacity: 0.2;
    cursor: not-allowed;
}

.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:before {
    content: '';
    line-height: 1;
    display: block;
    border: solid #c4c4c4;
    border-width: 0 3px 3px 0;
    padding: 6px;
    margin: 0 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}

.owl-carousel .owl-nav .owl-next:before {
    left: auto;
    right: 50%;
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
    -ms-transform: translate(50%, -50%) rotate(-45deg);
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
    transform: translate(50%, -50%) rotate(-45deg);
}

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

.owl-carousel .owl-nav .owl-prev:hover:before,
.owl-carousel .owl-nav .owl-next:hover:before {
    color: #fff;
}

.owl-carousel.top-nav {
    margin-top: 40px;
}

.owl-carousel.top-nav .owl-nav {
    position: absolute;
    right: 0;
    bottom: 100%;
    width: 65px;
    padding: 15px 0;
    margin-bottom: 38px;
}

.owl-carousel.vertical-nav .owl-nav .owl-prev,
.owl-carousel.vertical-nav .owl-nav .owl-next {
    top: 0;
    bottom: 0;
    margin: 0;
    height: auto;
    width: 25px;
}

.owl-carousel.arrow {
    padding-left: 40px;
    padding-right: 40px;
}

.owl-carousel.arrow .owl-nav .owl-prev,
.owl-carousel.arrow .owl-nav .owl-next {
    background-color: transparent;
    margin-top: -25px;
    width: 30px;
    height: 50px;
}

.owl-carousel.arrow .owl-nav .owl-prev:before,
.owl-carousel.arrow .owl-nav .owl-next:before {
    font-size: 46px;
    line-height: 30px;
    color: #5DB733;
}

.owl-carousel.arrow .owl-nav .owl-prev:hover,
.owl-carousel.arrow .owl-nav .owl-next:hover {
    background-color: #438f9f;
}

.owl-carousel.arrow .owl-nav .owl-prev:hover:before,
.owl-carousel.arrow .owl-nav .owl-next:hover:before {
    color: #fff;
}

.bottom-arrow .owl-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 16px;
    width: 128px;
    margin: 0 auto;
}

.bottom-arrow .owl-nav .owl-next,
.bottom-arrow .owl-nav .owl-prev {
    width: 20px;
    margin: -11px 0 0;
    height: 22px;
    background: none !important;
}

.bottom-arrow .owl-nav .owl-next:before,
.bottom-arrow .owl-nav .owl-prev:before {
    color: #020d0f;
    line-height: 1;
}

.bottom-arrow .owl-nav .owl-next:hover:before,
.bottom-arrow .owl-nav .owl-prev:hover:before {
    color: #333;
}

.owl-carousel.type-2-arrow .owl-nav .owl-prev,
.owl-carousel.type-2-arrow .owl-nav .owl-next {
    width: 42px;
    height: 42px;
    background-color: transparent;
    border: 1px solid #020d0f;
    margin-top: -21px
}

.owl-carousel.type-2-arrow .owl-nav .owl-prev:before,
.owl-carousel.type-2-arrow .owl-nav .owl-next:before {
    color: #020d0f;
    font-size: 22px;
    font-weight: normal;
}

.owl-carousel.type-2-arrow .owl-nav .owl-prev:hover,
.owl-carousel.type-2-arrow .owl-nav .owl-next:hover {
    background-color: #020d0f;
}

.owl-carousel.type-2-arrow .owl-nav .owl-prev:hover:before,
.owl-carousel.type-2-arrow .owl-nav .owl-next:hover:before {
    color: #fff;
}

/***** Owl Carousel End *******/
/********** accordion css start **********/
.accordion {
    background-color: #fff;
    margin-bottom: 28px;
    text-align: left;
    border-radius: 20px;
    clear: both;
    overflow: hidden;
    border: 1px solid #e8e8e8;
}

.accordion .accordion-content {
    margin: 0 45px 30px 25px;
    display: none;
}

.accordion .accordion-head {
    margin: 0;
    line-height: normal;
    padding: 28px 95px 28px 25px;
    position: relative;
    cursor: pointer;
    font-size: 20px;
}

.accordion .accordion-head::after {
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 100;
    position: absolute;
    font-size: 29px;
    right: 35px;
    top: 19px;
    z-index: 99;
    color: #fff;
    line-height: normal;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #5696bf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.active.accordion .accordion-head::after {
    content: "\f107";
}

.all-faq {
    padding: 0;
}

.accordion:last-of-type {
    margin: 0;
}

h5:has(+ .all-faq) {
    padding: 0 0 10px;
}

/********** accordion css end **********/
/******Magnific Popup*******/
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #000000;
    opacity: .75
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 28px;
    border-radius: 30px 30px 0 0;
    position: absolute;
    right: 0;
    top: 0 !important;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0;
    color: #ffffff;
    font-style: normal;
    font-family: Arial, Baskerville, monospace;
    background: 0 0 !important
}

div.mfp-close {
    display: none !important
}

.videoFrame .mfp-close {
    top: 0 !important;
    background-color: rgba(236, 223, 223, .5) !important;
    border-radius: 0;
    opacity: 0
}

.videoFrame .mfp-iframe-scaler:hover .mfp-close {
    opacity: 1
}

.videoFrame .mfp-iframe-holder .mfp-content {
    max-width: 90%;
    max-height: 100%
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow-left {
    width: 30px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 90;
    display: inline-block;
    margin-top: -25px;
    font-size: 0;
    cursor: pointer;
    border-radius: 0 30px 30px 0
}

.mfp-arrow-left:before {
    content: '';
    height: 15px;
    width: 15px;
    display: block;
    border: 2px solid #929292;
    border-right-width: 0;
    border-bottom-width: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 15px;
    left: 8px
}

.mfp-arrow-right {
    width: 30px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 90;
    display: inline-block;
    margin-top: -25px;
    font-size: 0;
    cursor: pointer;
    border-radius: 30px 0 0 30px
}

.mfp-arrow-right:before {
    content: '';
    height: 15px;
    width: 15px;
    display: block;
    border: 2px solid #929292;
    border-left-width: 0;
    border-top-width: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 15px;
    right: 8px
}

.mfp-arrow-left:hover:before,
.mfp-arrow-right:hover:before {
    border-color: #fff
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.img-max-inherit img.mfp-img {
    max-height: inherit !important
}

.mfp-figure {
    line-height: 0;
    position: relative
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 16px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

/**
* Fade-move animation for second dialog
*/

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;

    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;

    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;

    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

@media screen and (max-width: 800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
}

@media all and (min-width: 900px) {
    .caption-frame .mfp-container {
        left: 50%;
        display: table;
        width: auto;
        padding: 0 45px;
        margin: 0 auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    button.mfp-arrow,
    button.mfp-close {
        background: rgba(255, 255, 255, .95)
    }
}

/******Magnific Popup End*******/
/************Breadcrumbs************/
div.breadcrumbs,
section.breadcrumbs {
    position: relative;
    display: block;
    font-weight: normal;
    padding: 16px 0;
    margin: 0;
    overflow: hidden;
    background: #f5f5f5;
    clear: both;
    text-align: left;
    z-index: 11;
}

ul.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    clear: both;
    margin: 0;
}

ul.breadcrumbs li {
    font-size: 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    padding: 0;
    font-weight: 400;
    margin-right: 0;
    color: #426e8a;
    font-style: normal;
    overflow: visible;
}

ul.breadcrumbs li:before {
    display: none;
}

ul.breadcrumbs li a {
    position: relative;
    color: #426e8a;
    vertical-align: top;
}

ul.breadcrumbs li:after {
    content: "/";
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 3px;
}

ul.breadcrumbs li:last-child {
    padding: 0;
    margin: 0;
}

ul.breadcrumbs li:last-child:after {
    display: none;
}

ul.breadcrumbs li:before {
    display: none;
}

ul.breadcrumbs li a:hover {
    color: #020d0f;
    text-decoration: underline;
}

/***********Breadcrumbs End***********/
/******Plugin's CSS End*********/

.bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg img {
    display: none
}

.main-banner {
    background-color: #f5f5f5;
}

.main-banner .lazy-image {
    padding-top: 38.77777777777%;
}

.main-banner .lazy-image img {
    width: 100% !important;
    max-height: inherit;
}

.main-banner img {
    width: auto;
    position: relative;
    z-index: 2;
    margin: 0 0 0 auto;
    max-height: 600px;
}

.main-banner .max-width {
    max-width: 695px;
    padding-left: 20px;
    margin: 0 0 0 auto;
}

.main-banner .caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    --paddingTop: 42px;
}

.main-banner .caption .content-box {
    width: 55%;
    padding: 15px 15px 95px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-banner .caption .img-box {
    width: 45%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.main-banner h1,
.main-banner .heading {
    font-family: var(--bodyFontFamily);
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    position: relative;
    margin: 0 0 22px;
}

.main-banner .caption .content-box .tage-line {
    background: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    color: #5696bf;
    line-height: 1;
    padding: 7px 19px 7px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    margin: 0 0 15px;
    font-weight: 500;
}

.main-banner .caption .content-box .tage-line .fa-badge-check {
    width: 30px;
    height: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f5f5f5;
    border-radius: 50%;
    font-size: 20px;
    color: #456994;
    margin: 0 7px 0 0;
}

.main-banner .btn {
    min-width: 190px;
}

.main-banner .btn+.link-btn {
    margin: 0 0 0 15px;
}

.link-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: underline;
    font-weight: 500;
    color: #426e8a;
    text-underline-offset: 3px;
}

/*****Social Icons*****/
ul.social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    vertical-align: middle
}

ul.social-icon li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin: 0px 9px 0px 0;
    background: none;
    padding: 0;
    vertical-align: middle;
    color: var(--bodyFontColor);
}

ul.social-icon li:last-child {
    margin: 0;
}

ul.social-icon li:before {
    display: none
}

ul.social-icon li a {
    display: inline-block;
    padding: 0;
    width: auto;
}

ul.social-icon li i {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    font-size: 13px;
    color: #4a7099;
    background-color: #f5f7f9;
    line-height: 1
}

ul.social-icon li i:before {
    display: inline-block;
    line-height: 24px;
    width: 24px;
}

ul.social-icon li a:hover i {
    color: #fff;
    background-color: #36586e;
}

/*****Social Icons End*****/
/******Footer*****/
.mnu-acc-trg {
    display: none;
}

.scrollup {
    position: fixed;
    width: 25px;
    height: 25px;
    background: #2f4f62;
    border: 2px solid #2f4f62;
    border-radius: 50%;
    bottom: -22px;
    right: 20px;
    z-index: 999;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.scrollup i {
    color: inherit;
    font-size: 17px;
    font-weight: 700;
}

.scrollup.in {
    opacity: 1;
    visibility: visible;
    bottom: 22px;
}

.scrollup:hover {
    background: #fff;
    color: #2f4f62;
}

footer a:hover,
footer a:focus,
footer .current-menu-item a {
    text-decoration: underline;
    text-underline-offset: 4px;
}

footer {
    /* background: #426e8a; */
    /* color: #fff; */
    font-size: 13px;
}

footer a {
    color: inherit;
}

footer h6 {
    color: inherit;
    font-size: 15px;
    font-weight: 600;
}

footer .copyright-area {
    background: #f4f4f4;
    color: #426e8a;
    font-size: 12px;
    font-weight: 400;
    padding: 6px 0;
}

footer .copyright-area p {
    margin: 0;
    padding: 0;
}

footer .copyright-area .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer ul li {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

footer ul li::before {
    display: none;
}

footer>.container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30% 70%;
    grid-template-columns: 26% 74%;
    padding-top: 50px;
    padding-bottom: 50px;
}

footer .right-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 18% 32% 20% 30%;
    grid-template-columns: 18% 32% 20% 30%;
    padding: 0 0 0 25px;
}

footer .right-content .box {
    padding: 0 20px 0 0;
}

footer .left-content {
    padding: 0px 40px 0 0;
}

.f-logo {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 24px;
    max-width: 300px;
}

footer p {
    margin: 0;
}

footer .right-content .box p:has(> i),
footer .right-content .box p a:has(> i) {
    position: relative;
    padding: 0 0 0 25px;
    min-height: 30px;
    display: inline-flex;
}

footer .right-content .box p:has(> i) i,
footer .right-content .box p a:has(> i) i {
    position: absolute;
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #4a7099;
    font-size: 10px;
}

footer p:last-of-type {
    margin: 0;
}

footer .copyright-area p a:hover {
    color: inherit;
}

footer .right-content .news-letter-box {
    padding: 0;
    position: relative;
    margin: 0 0 25px;
}

footer .right-content .news-letter-box .button {
    position: absolute;
    width: 33px;
    height: 33px;
    right: 4.5px;
    top: 4.5px;
    padding: 0;
}

footer .right-content .news-letter-box .input input {
    height: 42px;
    padding: 5px 46px 5px 45px;
}

footer .right-content .news-letter-box .input {
    width: 100%;
}

footer .right-content .news-letter-box .button .btn {
    padding: 0;
    width: 33px;
    height: 33px;
    overflow: hidden;
    min-width: unset;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 800;
}

footer .right-content .news-letter-box .input p {
    padding: 0;
}

footer .right-content .news-letter-box .input i {
    position: absolute;
    width: 33px;
    height: 33px;
    top: 4.5px;
    left: 4.5px;
    font-size: 16px;
}

/******Footer End*****/
.h-book-appointment-form {
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    background: #fff;
    padding: 25px 30px;
    position: relative;
    z-index: 10;
    margin: -80px 0 0px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.h-book-appointment-form [class^="col-"] {
    width: calc(100%/4);
    padding: 15px 40px 7px 56px;
    position: relative;
}

.h-book-appointment-form [class^="col-"]:last-of-type {
    padding: 0;
}

.h-book-appointment-form i {
    width: 45px;
    height: 45px;
    background: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: #517399;
    position: absolute;
    left: 0;
    font-size: 20px;
}


.h-book-appointment-form input:not(input[type="submit"]) {
    margin: 0;
    height: 35px;
    padding: 0;
    border: none;
    font-size: 17px;
}

.h-book-appointment-form label {
    margin: 0;
}

.h-book-appointment-form input::-webkit-input-placeholder {
    color: #5696bf;
}

.h-book-appointment-form input::-moz-placeholder {
    color: #5696bf;
}

.h-book-appointment-form input:-ms-input-placeholder {
    color: #5696bf;
}

.h-book-appointment-form input::-ms-input-placeholder {
    color: #5696bf;
}

.h-book-appointment-form input::placeholder {
    color: #5696bf;
}

.h-book-appointment-form [class^="col-"]::after {
    content: "";
    display: block;
    width: 1px;
    background: #dcdcdc;
    height: 100%;
    position: absolute;
    top: 0;
    right: 16px;
}

.h-book-appointment-form [class^="col-"]:last-of-type::after,
.h-book-appointment-form [class^="col-"]:nth-child(4)::after {
    display: none;
}

.h-book-appointment-form input[type="submit"] {
    width: 100%;
}

.two-col-two-img-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.two-col-two-img-wrapper>* {
    width: 50%;
}

.two-col-two-img-wrapper .img-box {
    --BgCircle: 235px;
    --CenterImg: 433px;
    --BotterImg: 263px;
}

.two-col-two-img-wrapper+* {
    padding-top: 30px;
}

.smallCommon-heading {
    color: #5696bf;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.smallCommon-heading+h3 {
    text-transform: capitalize;
}

.two-col-two-img-wrapper .content-box {
    padding: 20px 0 20px 30px;
}

.two-col-two-img-wrapper .content-box h5 {
    font-size: 19px;
    line-height: 1.5;
}

.two-col-two-img-wrapper .img-box figure {
    position: relative;
    margin: 0 auto;
    max-width: calc(var(--CenterImg) + 30px);
    padding: 0 0 20px 30px;
    width: 100%;
}

.two-col-two-img-wrapper .img-box figure img {
    border-radius: 50%;
}

.two-col-two-img-wrapper .img-box figure img:nth-child(1) {
    max-width: var(--CenterImg);
    max-height: var(--CenterImg);
    /* min-width: var(--CenterImg); */
    /* min-height: var(--CenterImg); */
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.two-col-two-img-wrapper .img-box figure img:nth-child(2) {
    max-width: var(--BotterImg);
    max-height: var(--BotterImg);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.two-col-two-img-wrapper .img-box figure::before {
    content: "";
    display: block;
    max-width: var(--BgCircle);
    max-height: var(--BgCircle);
    width: 100%;
    height: 100%;
    background: #426e8a;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: 25px;
    left: 0;
}

.v-center.two-col-two-img-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reverse.two-col-two-img-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.reverse.two-col-two-img-wrapper .content-box {
    padding: 20px 30px 20px 0;
}

.reverse.two-col-two-img-wrapper .img-box figure {
    padding: 0 30px 20px 0px;
}

.reverse.two-col-two-img-wrapper .img-box figure::before {
    right: 0;
    left: auto;
}

.reverse.two-col-two-img-wrapper .img-box figure img:nth-child(1) {
    margin: 0 0 0 auto;
}

.reverse.two-col-two-img-wrapper .img-box figure img:nth-child(2) {
    left: 0;
    right: auto;
}

.two-col-two-img-wrapper .img-box.type2 {
    /* --CenterImg: 500px; */
}

.two-col-two-img-wrapper .img-box.type2 figure {
    padding-bottom: 0;
    max-width: calc(var(--CenterImg) + 30px);
}

.two-col-two-img-wrapper .img-box figure.type2::before {
    right: 0;
    left: auto;
    bottom: 0;
    top: auto;
}

.two-col-two-img-wrapper .img-box.type2 figure.type2 {
    padding: 0;
}

.type2.two-col-two-img-wrapper {
    display: block;
}

.type2.two-col-two-img-wrapper .img-box {
    float: left;
    margin: 0px 50px 0px 0;
}

.type2.two-col-two-img-wrapper>* {
    width: auto;
}

.aboutPractice .two-col-two-img-wrapper .img-box.type2 {
    --CenterImg: 570px;
    padding-top: 60px;
}

.aboutPractice+.aboutPractice .two-col-two-img-wrapper .img-box.type2 {
    padding-top: 0;
}

.marquee-wrapper {
    padding: 23px 15px;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    background: #426e8a;
    display: block;
}

.marquee {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    padding-left: 101%;
}

.marquee p {
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.marquee p::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 50px;
}

@-webkit-keyframes marquee-frame {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes marquee-frame {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.h-service-section .top-content {
    padding: 0 15px;
    margin: 0 auto;
    max-width: var(--pageCenter);
}

.h-service-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: calc(100vw - ((100vw - var(--pageCenter)) /2));
    margin: 40px 0 0 auto;
    padding: 0 0 0 15px;
}

.h-service-box {
    --ItemWidth: 410px;
    display: block;
    min-width: var(--ItemWidth);
    max-width: var(--ItemWidth);
    margin: 0 30px 0 0;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
    color: inherit;
    white-space: normal;
}

.h-service-box .lazy-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.h-service-box .lazy-image {
    padding-top: 52.697%;
}

.h-service-box .content {
    padding: 50px 22px 30px 22px;
    position: relative;
}

.h-service-box .content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.h-service-box .content .icon {
    width: 95px;
    height: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: #5696bf;
    padding: 10px;
    position: absolute;
    top: 35px;
    left: 22px;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.h-service-box .content h4 {
    font-size: 30px;
    min-height: 72px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.h-service-listing .mCSB_container {
    clear: both;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.practice-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #f5f5f5;
}

.practice-section:not(.type2)>* {
    width: 50%;
}

.practice-section .max-width {
    max-width: 580px;
    margin: 0 auto 0 0;
}

.practice-section:not(.type2) .content-box {
    padding: 40px 15px 40px 0;
}

.practice-section:not(.type2) .img-box {
    padding: 0px 40px 0 0;
}

.practice-section:not(.type2) .img-box figure {
    width: 100%;
    height: 100%;
}

.practice-section:not(.type2) .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom right;
    object-position: bottom right;
    margin: 0;
    border-radius: 0;
}

.v-center.practice-section {
    align-items: center;
}

.type2.practice-section {
    display: block;
    padding: 60px 0;
    background-color: #fff;
}

.type2.practice-section .content-box {
    padding-top: 0;
}

ul.why-choose-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 3px solid #f5f5f5;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 30px;
}

ul.why-choose-info>li {
    margin: 20px 0;
    padding: 0 30px;
    min-width: 155px;
    font-size: 17px;
}

ul.why-choose-info>li::before {
    display: none;
}

ul.why-choose-info>li::after {
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    background: #f5f5f5;
    position: absolute;
    top: 0;
    right: 0;
}

ul.why-choose-info>li:last-child::after {
    display: none;
}

ul.why-choose-info>li:first-child {
    padding-left: 0;
}

ul.why-choose-info h4 {
    line-height: 1;
    margin: 0 0 10px;
}

.h-case-studies-section {
    color: #fff;
    background: #426e8a;
}

.h-case-studies-section .top-content *:not(.btn) {
    color: inherit;
}

.h-case-studies-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 35px -25px -25px 0;
}

.h-case-studie-box {
    display: block;
    width: calc(100%/2 - 25px);
    margin: 0 25px 25px 0;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    padding-top: 38.153%;
    color: #fff;
}

.h-case-studie-box .content {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 3;
    padding: 30px 110px 40px 30px;
}

.h-case-studie-box>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, transform .2s ease-in-out;
    transition: opacity .2s ease-in-out, transform .2s ease-in-out;
    transition: opacity .2s ease-in-out, transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.h-case-studie-box:hover>img {
    -webkit-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
}

.h-case-studie-box::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #000;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgb(0 0 0 / 0%)), to(rgb(0 0 0 / 75%)));
    background: -o-linear-gradient(top, rgb(0 0 0 / 0%) 40%, rgb(0 0 0 / 75%) 100%);
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 40%, rgb(0 0 0 / 75%) 100%);
}

.h-case-studie-box .content h4 {
    color: inherit;
    font-size: 30px;
    margin: 0 0 20px;
}

.h-case-studie-box .content .tags-listing span {
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    padding: 8px 30px;
    border-radius: 50px;
    margin: 0 10px 10px 0;
}

.h-case-studie-box .content .tags-listing {
    font-size: 0;
    margin: 0 -10px -10px 0;
}

.h-case-studie-box:hover,
.h-case-studie-box:active,
.h-case-studie-box:focus {
    color: #fff;
}

.h-case-studie-box .content .arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #5696bf;
    position: absolute;
    right: 30px;
    bottom: 37px;
}

.full-box.h-case-studies-listing .h-case-studie-box {
    width: calc(100% / 1 - 25px);
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
}

.full-box.h-case-studies-listing .h-case-studie-box .content {
    position: relative;
    width: calc(100%/ 2 - 25px);
    margin: 0 25px 0 0;
    border-radius: 20px;
    background: #385f77;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.full-box.h-case-studies-listing .h-case-studie-box::after {
    display: none;
}

.full-box.h-case-studies-listing .h-case-studie-box>img {
    position: relative;
    border-radius: 20px;
    width: 50%;
    transform: unset;
}

.testimonial-box {
    background: #f4f4f4;
    text-align: left;
    color: #848282;
    font-size: 13px;
    line-height: 19px;
    padding: 25px;
    border-radius: 5px;
}

.testimonial-box .author {
    display: -ms-grid;
    display: grid;
    margin: 0 0 19px;
    -ms-grid-columns: 65px calc(100% - 65px);
    grid-template-columns: 65px calc(100% - 65px);
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.testimonial-box .author>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.testimonial-box .author>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.testimonial-box .author>*:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}

.testimonial-box .author>*:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
}

.testimonial-box .rating+p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 9px;
}

.testimonial-box .rating {
    color: #f6bb06;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 15px;
}

.testimonial-box .author .img {
    border-radius: 50%;
    overflow: hidden;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    margin: 0px 18px 0 0;
}

.testimonial-box .author h6 {
    margin: 0;
    color: #000000;
    font-weight: 600;
    font-size: 17px;
    line-height: 1;
    padding: 7px 0 0;
}

.testimonial-box .author p {
    font-size: 13px;
    font-weight: 400;
}

.testimonial-slider {
    padding: 30px 0 0;
}

.testimonial-box p a {
    color: inherit;
}

.testimonial-box p a:hover {
    color: var(--linkColor);
}

.h-contact-section {
    background: #f5f5f5;
    scroll-margin-top: var(--headerSpace);
}

.h-contact-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.h-contact-section .container>* {
    width: 50%;
}

.h-contact-section .box:last-child {
    padding: 60px 0 0 100px;
}

.h-contact-section .hours-call-info {
    background: #5696bf;
    color: #fff;
    padding: 40px 40px;
    border-radius: 20px;
    margin: 30px 0 0;
    width: 100%;
}

.h-contact-section .hours-call-info * {
    color: inherit;
}

.h-contact-section .hours-call-info a:hover {
    text-underline-offset: 5px;
    text-decoration: underline;
}

.h-contact-section .hours-call-info h4 {
    font-size: 25px;
    margin: 30px 0 15px;
}

.h-contact-section .hours-call-info h4:first-of-type {
    margin-top: 0;
}

.h-contact-section .hours-call-info p i {
    font-size: 18px;
    vertical-align: text-top;
    margin: 0 8px 0 0;
}

.h-contact-section .hours-call-info p:has(i) {
    position: relative;
    padding: 0 0 0 30px;
}

.h-contact-section .hours-call-info p:has(i) i {
    position: absolute;
    left: 0;
    top: 2px;
    margin: 0;
}
.h-contact-section .hours-call-info p {
}

.h-contact-section .hours-call-info p:last-of-type {
    margin: 0;
}

.h-content-form input,
.h-content-form select,
.h-content-form textarea {
    border-color: #fff;
}

.h-content-form.form-field [class^="col-"],
.h-content-form.form-field [class*="col-"] {
    padding-top: 27px;
}

.h-faq-section {
    text-align: center;
    background-color: #f5f5f5;
}

.h-faq-section .accordion {
    border: none;
}

.h-faq-section .accordion .accordion-content {
    border-top: 2px solid #f5f5f5;
    padding: 20px 0 0;
}

.h-faq-section .accordion .accordion-head {
    font-size: 25px;
    padding: 30px 95px 30px 25px;
}

.h-faq-section .accordion .accordion-head::after {
    width: 45px;
    height: 45px;
    font-size: 35px;
    right: 35px;
    top: 22px;
    content: "\f106";
}

.h-faq-section .active.accordion .accordion-head::after {
    content: "\f107";
}

.h-faq-section .all-faq {
    padding: 15px 0 0;
}

.moreIm-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #5696bf;
    font-weight: 600;
}

.moreIm-link img {
    display: block;
    margin: 0 0 0 5px;
    width: 25px;
}

.h-blog-listing {
    display: -ms-grid;
    display: grid;
    margin: 0 -30px 0 0;
    grid-gap: 30px;
    -ms-grid-columns: calc(39.2% - 30px) 30px calc(60.8% - 30px);
    grid-template-columns: calc(39.2% - 30px) calc(60.8% - 30px);
    -ms-grid-rows: auto 30px auto;
    grid-template-rows: auto auto;
    padding: 40px 0 0;
}

.h-blog-listing>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.h-blog-listing>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.h-blog-listing>*:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.h-blog-listing>*:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.h-blog-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    color: inherit;
    border: 1px solid #e7e7e7;
    border-radius: 20px;
    overflow: hidden;
}

.h-blog-box .lazy-image {
    padding-top: 113.462%;
}

.h-blog-box .lazy-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.h-blog-box .content {
    padding: 30px 30px;
}

.h-blog-box h6 {
    font-size: 13px;
    color: #5696bf;
    font-weight: 600;
    margin: 0 0 10px;
}

.h-blog-listing .h-blog-box:first-child {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
}

.h-blog-listing .h-blog-box:first-child .lazy-image {
    padding-top: 111%;
}

.facebook-gall-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px -20px 0;
    padding: 15px 0 0;
}

.fac-gall-box {
    display: block;
    width: calc(50% - 20px);
    border-radius: 20px;
    overflow: hidden;
    margin: 0 20px 20px 0;
    padding-top: 40.323%;
}

.fac-gall-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.connect-facebook-wrapper+.news-letter-area {
    padding: 50px 0 0;
}

.news-letter-area {
    text-align: center;
}

.news-letter-box {
    max-width: 720px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0 0;
}

.news-letter-box .input {
    position: relative;
    width: 71.2%;
}

.news-letter-box .button {
    width: 28.8%;
    padding: 0 0 0 15px;
}

.news-letter-box .input input {
    border-radius: 60px;
    height: 63px;
    background: #f4f4f4;
    padding: 10px 30px 10px 70px;
    border-color: #f4f4f4;
    font-size: 14px;
    margin: 0;
}

.news-letter-box .input i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    left: 15px;
    z-index: 4;
    background: #5696bf;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
}

.news-letter-box .button .btn {
    width: 100%;
    font-size: 17px;
    padding: 20.5px 25px;
    border-radius: 70px;
}

.why-choose-wrapper {
    background: #426e8a;
    color: #fff;
}

.why-choose-wrapper * {
    color: inherit;
}

.why-choose-wrapper .box {
    width: 50%;
}

.why-choose-wrapper ul.why-choose-info {
    border-bottom: none;
    margin: 0;
}

.why-choose-wrapper ul.why-choose-info>li::after {
    background: #547c95;
}

.why-choose-wrapper .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.location-work-wrap {
    text-align: center;
    padding: 70px 0;
}

.gall-work-box {
    width: calc(100%/2 - 25px);
    margin: 0 25px 25px 0;
    position: relative;
    --position: 50%;
    overflow: hidden;
    border-radius: 20px;
}

.slider-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
}

.before-image {
    position: absolute;
    inset: 0;
    width: var(--position);
}

.slider {
    position: absolute;
    inset: 0;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.slider:focus-visible~.slider-button {
    outline: 5px solid black;
    outline-offset: 3px;
}

.slider-line {
    position: absolute;
    inset: 0;
    width: 4px;
    height: 100%;
    background-color: #fff;
    left: var(--position);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
}

.slider-button {
    position: absolute;
    color: black;
    display: -ms-grid;
    display: grid;
    place-items: center;
    top: 50%;
    left: var(--position);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    width: 47px;
    height: 47px;
}

.gall-work-box .image-box {
    position: relative;
}

.gall-work-box .image-box::before,
.gall-work-box .image-box::after {
    content: "Before";
    display: block;
    min-width: 96px;
    background: #fff;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 5;
    text-align: center;
    color: #0a4162;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    padding: 7px 10px;
    border-radius: 50px;
}

.gall-work-box .image-box::after {
    content: "After";
    right: 20px;
    left: auto;
}

.gall-work-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px -25px -13px 0;
}

.gall-work-listing h4 {
    width: 100%;
    margin: 0 0 22px;
}

.service-listing-wrap {
    grid-gap: 25px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(25% - 25px) 25px calc(25% - 25px) 25px calc(25% - 25px) 25px calc(25% - 25px);
    grid-template-columns: calc(25% - 25px) calc(25% - 25px) calc(25% - 25px) calc(25% - 25px);
    margin: 0 -25px 25px 0;
}

.serv-box {
    border: 1px solid #e8e8e8;
    border-radius: 15px;
    overflow: hidden;
    padding: 30px 30px;
}

a.serv-box {
    position: relative;
    border: none;
    padding: 0;
    padding-top: 119.476%;
}

a.serv-box img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

a.serv-box .content {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 3;
    padding: 25px 25px;
    color: #fff;
}

.serv-box h5 {
    font-size: 24px;
    margin: 0 0 7px;
}

.serv-box h5+p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

a.serv-box .content h5 {
    color: inherit;
    margin: 0;
}

a.serv-box::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: #0A4162;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(10, 65, 98, 0)), color-stop(75%, rgba(10, 65, 98, 0.7)), to(rgba(10, 65, 98, 1)));
    background: -o-linear-gradient(top, rgba(10, 65, 98, 0) 50%, rgba(10, 65, 98, 0.7) 75%, rgba(10, 65, 98, 1) 100%);
    background: linear-gradient(180deg, rgba(10, 65, 98, 0) 50%, rgba(10, 65, 98, 0.7) 75%, rgba(10, 65, 98, 1) 100%);
}

.serv-box .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background: #5696bf;
    margin: 0 0 15px;
    border-radius: 50%;
}

.serv-box p:last-child {
    margin: 0;
}

.serv-box p {
    margin: 0 0 10px;
}

.serv-box p a {
    font-size: 16px;
    color: #5696bf;
    font-weight: 600;
}

.serv-box p a:hover {
    color: var(--linkColor);
}

.itm2.service-listing-wrap {
    -ms-grid-columns: calc(50% - 25px) calc(50% - 25px);
    grid-template-columns: calc(50% - 25px) calc(50% - 25px);
}

.itm2.service-listing-wrap a.serv-box {
    padding-top: 76.486%;
}

.itmFull.service-listing-wrap {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    margin: 0 0 25px 0;
}

.itmFull.service-listing-wrap a.serv-box {
    padding-top: 37.4591%;
}

.service-listing .service-listing-wrap:first-of-type {
    padding-top: 50px;
}

.small-cta {
    text-align: center;
    color: #fff;
    background: #426e8a;
    font-size: 24px;
    font-weight: 700;
    padding: 30px 15px;
}

.small-cta * {
    color: inherit;
}

.small-cta a:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.small-cta a i {
    margin: 0 8px 0 20px;
    font-size: 20px;
}

.include-sev-listing {
    display: -ms-grid;
    display: grid;
    grid-gap: 25px;
    margin: 0 -25px 0 0;
    -ms-grid-columns: calc(50% - 25px) 25px calc(50% - 25px);
    grid-template-columns: calc(50% - 25px) calc(50% - 25px);
}

.include-sev-box {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e8e8e8;
    padding: 40px 35px;
    line-height: 26px;
}

.include-sev-box:has(.icon) {
    margin: 25px 0 0;
}

.include-sev-box h5 {
    font-size: 24px;
    margin: 0 0 12px;
}

.include-sev-box .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #5696bf;
    width: 70px;
    height: 70px;
    padding: 10px;
    margin: -65px 0 10px;
    border-radius: 50%;
}

.full-width.include-sev-box {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
}

.include-sev-box iframe {
    width: 100%;
    border-radius: 15px;
    margin: 0;
    padding: 0;
}

.relSev-listing {
    grid-gap: 25px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(33.33% - 25px) 25px calc(33.33% - 25px) 25px calc(33.33% - 25px);
    grid-template-columns: calc(33.33% - 25px) calc(33.33% - 25px) calc(33.33% - 25px);
    margin: 0 -25px 0 0;
    padding: 25px 0 0;
}

a.relSev {
    border-radius: 15px;
    overflow: hidden;
    display: block;
    position: relative;
    border: none;
    padding: 0;
    padding-top: 117.194%;
}

a.relSev img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    /*height: 100%;*/
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

a.relSev:hover img {
    -webkit-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
}

a.relSev::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: #0A4162;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(10, 65, 98, 0)), color-stop(75%, rgba(10, 65, 98, 0.7)), to(rgba(10, 65, 98, 1)));
    background: -o-linear-gradient(top, rgba(10, 65, 98, 0) 50%, rgba(10, 65, 98, 0.7) 75%, rgba(10, 65, 98, 1) 100%);
    background: linear-gradient(180deg, rgba(10, 65, 98, 0) 50%, rgba(10, 65, 98, 0.7) 75%, rgba(10, 65, 98, 1) 100%);
}

a.relSev .content {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 3;
    padding: 25px 25px;
    color: #fff;
    min-height: 114px;
}

a.relSev .content h4 {
    color: inherit;
    font-size: 27px;
}

.in-testimonial-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -25px 0 0;
    padding: 27px 0 0;
}

.in-testimonial-box {
    border: 1px solid #e8e8e8;
    background-color: #fff;
    padding: 30px 34px;
    border-radius: 20px;
    line-height: 26px;
    font-style: italic;
    width: calc(100%/3 - 25px);
    margin: 0 25px 25px 0;
    min-height: 362px;
    position: relative;
}

.in-testimonial-box a {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

.in-testimonial-box h6 {
    font-style: normal;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.in-testimonial-box .fa-quote-left {
    font-size: 24px;
    color: #5696bf;
    margin: 0 0 13px;
}

.in-testimonial-box p {
    margin: 0 0 17px;
}

.in-testimonial-box p.clamp {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.in-testimonial-box:not(.testimonialReadmore-popup):hover {
    color: #fff;
    background: #5696bf;
    border-color: #5696bf;
}

.in-testimonial-box:not(.testimonialReadmore-popup):hover * {
    color: inherit;
}

.in-testimonial-box:has(img) {
    padding: 0;
    overflow: hidden;
    border: none;
}

.in-testimonial-box:has(img) img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.in-testimonial-listing .in-testimonial-box:nth-child(1),
.in-testimonial-listing .in-testimonial-box:nth-child(2) {
    width: calc(100% / 2 - 25px);
}

.testimonialReadmore-popup.in-testimonial-box {
    margin: 30px auto;
    float: none;
    max-width: 550px;
    width: 100%;
}

.testimonialReadmore-popup .mfp-close {
    width: 50px;
    height: 50px;
}

.blog-listing {
    display: -ms-grid;
    display: grid;
    margin: 0 -25px 0 0;
    grid-gap: 25px;
    -ms-grid-columns: calc(100%/3 - 25px) 25px calc(100%/3 - 25px) 25px calc(100%/3 - 25px);
    grid-template-columns: calc(100%/3 - 25px) calc(100%/3 - 25px) calc(100%/3 - 25px);
    -ms-grid-rows: auto 25px auto;
    grid-template-rows: auto auto;
    padding: 40px 0 0;
}

.blog-listing>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.blog-listing>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.blog-listing>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.blog-listing>*:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.blog-listing>*:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.blog-listing>*:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}

.blog-box {
    color: inherit;
    border: 1px solid #e7e7e7;
    border-radius: 20px;
    overflow: hidden;
}

.blog-box .content {
    padding: 30px 22px;
}

.blog-box .content h5 {
    font-size: 22px;
}

.blog-box .lazy-image {
    padding-top: 62.595%;
}

.blog-box .lazy-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-detail-img {
    border-radius: 20px;
    overflow: hidden;
    margin: 33px 0;
}

.blog-detail-img img {
    width: 100%;
}

.blog-detail-img+.blog-detail-content {
    max-width: 950px;
    margin: 0 auto;
}

.blog-detail-content ul li:before {
    content: "\f111";
    font-weight: 800;
    font-size: 8px;
    color: #5696bf;
}

.blog-detail-content ul li {
    font-weight: 400;
}

.blog-detail-content strong {
    color: #0a4162;
    margin: 0 5px 0 0;
}

.content-info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content-info-wrap .form-box {
    background: #f5f5f5;
    border-radius: 20px;
    padding: 30px 30px;
    width: 54.7%;
    margin: 0 25px 0 0;
}

.content-info-wrap .hours-call-info {
    width: calc(45.3% - 25px);
    background: #5696bf;
    color: #fff;
    padding: 40px 40px;
    border-radius: 20px;
}

.content-info-wrap .hours-call-info * {
    color: inherit;
}

.content-info-wrap .hours-call-info h4 {
    font-size: 25px;
    margin: 30px 0 15px;
}

.content-info-wrap .hours-call-info h4:first-of-type {
    margin-top: 0;
}

.content-info-wrap .hours-call-info p i {
    font-size: 18px;
    vertical-align: text-top;
    margin: 0 8px 0 0;
}

.content-info-wrap .hours-call-info p:has(i) {
    position: relative;
    padding: 0 0 0 30px;
}

.content-info-wrap .hours-call-info p:has(i) i {
    position: absolute;
    left: 0;
    top: 2px;
    margin: 0;
}

.content-info-wrap:has(+ p) {
    padding-bottom: 50px;
}

.content-info-wrap .hours-call-info a:hover {
    text-underline-offset: 5px;
    text-decoration: underline;
}

.content-form input,
.content-form select,
.content-form textarea {
    border-color: #fff;
}

.content-form .btn {
    min-width: 225px;
}

.contact-map-wrapper {
    position: relative;
    padding-top: 41.081%;
}

.contact-map-wrapper>* {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.review-box-listing {
    display: -ms-grid;
    display: grid;
    grid-gap: 25px;
    margin: 0 -25px 0 0;
    -ms-grid-columns: calc(100%/3 - 25px) 25px calc(100%/3 - 25px) 25px calc(100%/3 - 25px);
    grid-template-columns: calc(100%/3 - 25px) calc(100%/3 - 25px) calc(100%/3 - 25px);
    padding: 25px 0 0;
}

.review-box {
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    padding: 36px 30px;
    background: #fff;
    font-size: 16px;
    font-style: italic;
    line-height: 26px;
}

.review-box h6 {
    line-height: 1;
    font-size: 20px;
    color: #0a4162;
    font-weight: 700;
    font-style: normal;
}

.review-box .date-start {
    font-size: 15px;
    font-style: normal;
    margin: 0 0 15px;
}

.review-box .date-start i.fas {
    color: #ffbd2f;
}

.review-box .date-start i.fas:last-child {
    margin: 0 7px 0 0;
}

.review-box .name {
    font-weight: 600;
    color: #5696bf;
    font-style: normal;
}

.review-box p {
    margin: 0 0 14px;
}

.review-box p:last-child {
    margin: 0;
}

.feedback-wrapper {
    background-color: #5696bf;
}

.feedback-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.feedback-box .form-box {
    padding: 40px 40px;
    width: 59.643%;
}

.feedback-box .img-box {
    width: 40.357%;
}

.feedback-box .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.feedback-form .title {
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    color: #0a4162;
}

.feedback-form .title .fa-star {
    font-weight: 500;
    color: #ffbd2f;
    margin: 0 3px;
}

.feedback-form .title .fa-star:first-of-type {
    margin: 0 0 0 15px;
}

.feedback-form input:not(.btn),
.feedback-form select,
.feedback-form textarea {
    background: #f5f5f5;
    border-color: #f5f5f5;
    font-size: 15px;
}

.feedback-form textarea {
    height: 135px;
}

.feedback-form .btn {
    min-width: 225px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 20px;
    margin: 0 13px 0 0;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch .switchSlider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f5f5f5;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.switch .switchSlider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

.switch input:checked+.switchSlider {
    background-color: #426e8a;
}

.switch input:focus+.switchSlider {
    -webkit-box-shadow: 0 0 1px #2196F3;
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked+.switchSlider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

.new-patients-steps {
    display: -ms-grid;
    display: grid;
    grid-gap: 30px;
    -ms-grid-columns: calc(100%/3 - 30px) 30px calc(100%/3 - 30px) 30px calc(100%/3 - 30px);
    grid-template-columns: calc(100%/3 - 30px) calc(100%/3 - 30px) calc(100%/3 - 30px);
    counter-set: step;
    padding-top: 40px;
    margin: 0 -30px 0 0;
}

.new-patients-steps .box {
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    padding: 35px 30px 35px;
    line-height: 24px;
}

.new-patients-steps .box h5::before {
    counter-increment: step;
    content: counter(step)".";
    width: 46px;
    height: 46px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #5696bf;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px;
}

.new-patients-steps .box h5 {
    position: relative;
    padding: 5px 0 0 60px;
    min-height: 65px;
}

.anxious-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #426e8a;
    color: #fff;
    border-radius: 20px;
    overflow: hidden;
    margin: 50px 0 0 0;
}

.anxious-box .img-box {
    width: 35%;
    position: relative;
}

.anxious-box .img-box figure {
    display: block;
    -webkit-clip-path: polygon(0% 0%, 0% 100%, calc(100% - 10px) 100%, calc(100% - 80px) 0%);
    clip-path: polygon(0% 0%, 0% 100%, calc(100% - 10px) 100%, calc(100% - 80px) 0%);
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.anxious-box .img-box figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.anxious-box .img-box::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: calc(100% - 30px);
    background: #fff;
    top: 0;
    right: 0;
    left: 0;
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, calc(100% - 80px) 0%);
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, calc(100% - 80px) 0%);
}

.anxious-box .content {
    width: 65%;
    padding: 40px 47px 40px 25px;
}

.anxious-box * {
    color: inherit;
}

.anxious-box h4 {
    font-size: 30px;
    margin: 0 0 17px;
}

.case-study-details h4 {
    font-size: 30px;
}

.case-study-details hr {
    clear: both;
    width: 100%;
    display: block;
    height: 1px;
    background: #c2cdd5;
    margin: 50px 0;
}

figure img {
    border-radius: 20px;
    margin: 0 0 15px;
}

figure figcaption {
    font-size: 16px;
    font-weight: 500;
    color: #0a4162;
    line-height: normal;
    padding: 0 10px;
}

.case-study-details figure.aligncenter,
.case-study-details figure.alignleft,
.case-study-details figure.alignright {
    margin-bottom: 30px;
    clear: both;
}

section:has(.type2.two-col-two-img-wrapper)+section:has(.connect-facebook-wrapper) {
    background-color: #F5F5F5;
}

section:has(.type2.two-col-two-img-wrapper)+section:has(.connect-facebook-wrapper)+section.p-t0 {
    padding: 50px 0 !important;
}

.gall-listing {
    display: grid;
    grid-template-columns: calc(100%/3 - 35px) calc(100%/3 - 35px) calc(100%/3 - 35px);
    grid-gap: 35px;
    margin: 22px -35px 35px 0;
}

.gall-box {
    display: block;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    padding-top: 132%;
    background: #f5f5f5;
}

.gall-box::after {
    content: "";
    display: block;
    background: url('../img/logo-icon.png') center no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 4;
}

.gall-box img {
    height: 100%;
    width: auto;
    object-fit: contain;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.gall2-listing {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -15px 0;
    clear: both;
}

.gall2-box {
    display: block;
    width: calc(100%/4 - 15px);
    margin: 0 15px 15px 0;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    padding-top: 20%;
}

.gall2-box br,
.gall2-listing br {
    display: none;
}

.gall2-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

/************Responsive Start************/
@media (min-width: 1025px) and (max-width: 1260px) {
    .nav-wrap nav ul.nav li.menu-type2>ul.sub-menu {
        transform: translateX(-40%);
    }
}

@media only screen and (max-width: 1260px) {
    :root {
        --headerSpace: 120px;
        --logoWidth: 230px;
    }

    header .header-row {
        padding: 15px 0;
    }

    .nav-wrap nav ul.nav>li {
        margin: 0 10px 0 0;
    }

    .nav-wrap nav ul.nav>li>a {
        font-size: 13px;
    }

    .nav-wrap nav ul.nav>li.has-sub>a {
        padding-right: 10px;
    }

    .nav-wrap nav ul.nav>li.has-sub>a:after {
        right: 0;
        font-size: 16px;
    }

    header .header-btn-wrap {
        margin: 0 0 0 10px;
    }

    header .header-btn-wrap ul li .btn {
        /* min-width: unset; */
        /* padding: 6px 15px; */
    }

    header .header-right {
        margin: 0 0 0 auto;
    }

}

@media only screen and (max-width: 1024px) {

    /**************/
    .nav-trigger {
        float: right;
        padding: 3px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        cursor: pointer;
        transition-property: opacity, -webkit-filter;
        -webkit-transition-property: opacity, -webkit-filter;
        -o-transition-property: opacity, filter;
        transition-property: opacity, filter;
        transition-property: opacity, filter, -webkit-filter;
        -webkit-transition-duration: .15s;
        -o-transition-duration: .15s;
        transition-duration: .15s;
        -webkit-transition-timing-function: linear;
        -o-transition-timing-function: linear;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        border: 2px solid #426e8a;
        margin: 0 0 0 8px;
        overflow: visible;
        font-size: 0;
        line-height: 0;
        border-radius: 9px;
    }

    .nav-trigger .icon {
        width: 20px;
        height: 30px;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        vertical-align: middle;
        line-height: 0;
        margin: 4px 0 0 0;
    }

    .nav-trigger .icon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 50%;
        background: #426e8a;
        opacity: 1;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .nav-trigger .icon span:nth-child(even) {
        left: 50%
    }

    .nav-trigger .icon span:nth-child(odd) {
        left: 0
    }

    .nav-trigger .icon span:nth-child(1),
    .nav-trigger .icon span:nth-child(2) {
        top: 3px
    }

    .nav-trigger .icon span:nth-child(3),
    .nav-trigger .icon span:nth-child(4) {
        top: 12px
    }

    .nav-trigger .icon span:nth-child(5),
    .nav-trigger .icon span:nth-child(6) {
        top: 21px
    }

    .closemenu.nav-trigger .icon span:nth-child(1),
    .closemenu.nav-trigger .icon span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .closemenu.nav-trigger .icon span:nth-child(2),
    .closemenu.nav-trigger .icon span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .closemenu.nav-trigger .icon span:nth-child(1) {
        left: 2px;
        top: 8px
    }

    .closemenu.nav-trigger .icon span:nth-child(2) {
        left: calc(50% - 1px);
        top: 8px
    }

    .closemenu.nav-trigger .icon span:nth-child(3) {
        left: -50%;
        opacity: 0
    }

    .closemenu.nav-trigger .icon span:nth-child(4) {
        left: 100%;
        opacity: 0
    }

    .closemenu.nav-trigger .icon span:nth-child(5) {
        left: 2px;
        top: 15px
    }

    .closemenu.nav-trigger .icon span:nth-child(6) {
        left: calc(50% - 1px);
        top: 15px
    }

    #sidebar-nav {
        right: -300px;
        top: 0;
        bottom: 0;
        position: fixed;
        width: 300px;
        overflow-x: hidden;
        overflow-y: auto;
        margin: 0;
        padding: 20px 0 30px 35px;
        transition: all 0.2s linear 0s;
        -moz-transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -ms-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
        background: #fff;
        -webkit-box-shadow: inset -30px 20px 20px rgb(255 255 255), inset -30px -20px 20px rgb(255 255 255), inset 0px 0px 20px rgb(0 0 0 / 40%);
        box-shadow: inset -30px 20px 20px rgb(255 255 255), inset -30px -20px 20px rgb(255 255 255), inset 0px 0px 20px rgb(0 0 0 / 40%);
    }

    html,
    header {
        -o-transition: all 0.2s linear 0s;
        transition: all 0.2s linear 0s;
        -moz-transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -ms-transition: all 0.2s linear 0s;
        -o-transition: all 0.3s linear 0s;
    }

    .sidebar_active {
        overflow: hidden;
        margin-left: -300px;
        margin-right: 300px;
    }

    .sidebar_active #sidebar-nav {
        display: block;
        right: 0;
        z-index: 999999;
    }

    .nav-wrap nav ul.nav>li.has-sub>a:after {
        display: none
    }

    .sidebar_active header {
        position: fixed;
        left: -300px;
        right: 300px;
    }

    .nav-wrap nav ul li::before {
        display: none;
    }

    .nav-wrap nav ul,
    nav ul ul {
        display: none;
    }

    .nav-wrap nav ul.nav {
        padding: 0;
        margin: 0;
        border: 0;
        visibility: visible;
        display: block;
        top: 0;

        color: #272422;
    }

    .nav-wrap nav ul.nav>li {
        width: 100%;
        margin: 0;
        padding: 0;
        border: 0;
    }

    .nav-wrap nav ul.nav>li>a {
        display: block;
        color: #272422;
        padding: 17px 20px 17px 5px;
        margin: 0;
        white-space: inherit;
        border-radius: 0;
        border: none;
        font-size: 21px;
        line-height: 26px;
        font-weight: 700;
        text-decoration: none;
        text-transform: capitalize;
    }

    .nav-wrap nav ul.nav>li.has-sub>a {
        padding-right: 50px;
    }

    .nav-wrap nav ul.nav ul li {
        opacity: 1.0;
        padding: 0;
    }

    .nav-wrap nav ul.nav ul {
        position: static;
        opacity: 1.0;
        visibility: visible;
        padding: 0;
        border-radius: 0;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .nav-wrap nav>ul.nav>li>ul {
        max-height: inherit;
        margin-top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: left
    }

    .nav-wrap nav ul.nav>li>ul>li {
        padding: 0;
        margin: 0;
        float: left;
        width: 100%;
        border-bottom: none;
        min-width: inherit
    }

    .nav-wrap nav ul.nav>li>ul li a {
        display: block;
        color: inherit;
        padding: 10px 40px 10px 15px;
        font-size: 17px;
        font-weight: 500;
        line-height: normal;
        white-space: inherit;
        text-align: left;
    }

    .nav-wrap nav ul.nav ul ul li {
        padding-left: 10px;
    }

    .nav-wrap nav .submenu-button {
        position: absolute;
        font-size: 0;
        background-color: transparent;
        right: 0;
        display: block;
        width: 40px;
        height: 40px;
        cursor: pointer;
        z-index: 111;
    }

    .nav-wrap nav ul.nav>li>.submenu-button {
        height: 60px;
        width: 50px;
    }

    .nav-wrap nav .submenu-button:before {
        content: "";
        position: absolute;
        right: 50%;
        top: 50%;
        margin: -4px -4px 0 0;
        border: solid #000;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .nav-wrap nav .submenu-button.submenu-opened:before {
        -ms-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        margin-top: -3px;
    }

    .sidebar_active .mega-dropdown.open,
    .sidebar_active .nav-wrap nav ul.nav ul.open {
        display: block !important;
        position: static !important;
        top: 40px;
        left: auto;
        right: 0;
        bottom: 0;
        width: 100%;
        margin: 0;
        opacity: 1.0;
        visibility: visible;
        height: 100%;
        overflow: auto;
        z-index: 99999;
    }


    .main-banner .caption .content-box,
    .main-banner .caption .img-box {
        width: 50%;
    }

    .main-banner .caption .content-box {
        padding: var(--paddingTop) 15px 90px 0;
    }

    .main-banner .caption .content-box .tage-line {
        padding: 3px 13px 3px 5px;
        font-size: 14px;
    }

    .main-banner .caption .content-box .tage-line .fa-badge-check {
        width: 20px;
        height: 20px;
        font-size: 17px;
    }

    .main-banner h1,
    .main-banner .heading {
        font-size: 31px;
    }

    .main-banner .caption {
        --paddingTop: 19px;
    }

    .main-banner .caption .content-box p {
        margin: 0 0 10px;
    }

    .main-banner .caption .content-box p:last-of-type {
        margin: 0;
    }

    .h-book-appointment-form {
        padding: 20px 20px;
        margin: -70px 0 0px 0;
    }

    .h-book-appointment-form [class^="col-"] {
        width: calc(100% / 4);
        margin: 0 0 15px;
    }

    .h-book-appointment-form [class^="col-"]:last-of-type {
        margin: 0 auto;
    }

    .owl-carousel .owl-nav .owl-next {
        right: 0;
    }

    .owl-carousel .owl-nav .owl-prev {
        left: 0;
    }

    .h-contact-section .box:last-child {
        padding: 50px 0 0 40px;
    }

    .h-contact-section .hours-call-info {
        padding: 30px 30px;
    }

    footer>.container {
        -ms-grid-columns: 25% 75%;
        grid-template-columns: 25% 75%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    footer .left-content {
        padding: 0;
    }
    
    footer .right-content .box {
        padding-top: 20px;
    }
    
    .service-listing-wrap {
        -ms-grid-columns: calc(33.33% - 25px) 25px calc(33.33% - 25px) 25px calc(33.33% - 25px);
        grid-template-columns: calc(33.33% - 25px) calc(33.33% - 25px) calc(33.33% - 25px);
    }

    a.serv-box {
        padding-top: 37.4591%;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1/4;
    }

    .itm2.service-listing-wrap a.serv-box {
        grid-column: auto;
    }
}

@media only screen and (max-width: 991px) {
    :root {
        --logoWidth: 160px;
        --headerSpace: 110px;
    }

    .alignleft,
    .alignright {
        max-width: 300px
    }

    header .logo img {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
    }

    header .logo img+img {
        opacity: 100%;
        visibility: visible;
        position: static;
    }

    header .header-row {
        padding: 10px 0;
    }

    .main-banner .caption .content-box,
    .main-banner .caption .img-box {
        width: 100%;
    }

    .main-banner .caption {
        --paddingTop: 15px;
    }

    .main-banner .caption .content-box {
        padding: var(--paddingTop) 15px 30px;
        text-align: center;
    }

    .main-banner .max-width {
        max-width: unset;
        padding: 0;
    }

    .main-banner .caption .content-box .tage-line {
        margin-inline: auto;
    }

    .main-banner .btn {
        min-width: 150px;
    }

    .h-blog-listing {
        -ms-grid-columns: calc(50% - 15px) 15px calc(50% - 15px);
        grid-template-columns: calc(50% - 15px) calc(50% - 15px);
        margin: 0 -15px 0 0;
        grid-gap: 15px;
        padding: 20px 0 0;
        justify-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .h-blog-box,
    .h-blog-listing .h-blog-box:first-child {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        grid-row: auto;
    }

    .h-blog-listing .h-blog-box:first-child .lazy-image,
    .h-blog-box .lazy-image {
        padding-top: 70%;
    }

    footer>.container {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }

    footer .left-content {
        text-align: center;
    }

    .f-logo {
        margin-inline: auto;
    }

    footer .right-content {
        padding: 0;
    }

    .service-listing-wrap {
        -ms-grid-columns: calc(50% - 25px) 25px calc(50% - 25px);
        grid-template-columns: calc(50% - 25px) calc(50% - 25px);
    }

    a.serv-box {
        grid-column: auto;
    }

    .include-sev-listing {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        margin: 0;
    }

    .full-width.include-sev-box {
        grid-column: auto;
    }

    .include-sev-box iframe {
        min-height: unset;
    }

    .include-sev-box {
        padding: 30px 20px;
    }

    .small-cta {
        line-height: normal;
    }

    .relSev-listing {
        -ms-grid-columns: calc(50% - 25px) 25px calc(50% - 25px);
        grid-template-columns: calc(50% - 25px) calc(50% - 25px);
        padding: 0;
    }

    a.relSev .content h4 {
        font-size: 22px;
    }

    .in-testimonial-box {
        width: calc(100% / 2 - 25px);
    }

    .content-info-wrap .hours-call-info {
        padding: 30px;
    }

    .review-box {
        padding: 25px 20px;
        border-radius: 15px;
    }

    .review-box-listing {
        -ms-grid-columns: calc(100% / 2 - 25px) 25px calc(100% / 2 - 25px);
        grid-template-columns: calc(100% / 2 - 25px) calc(100% / 2 - 25px);
        padding: 10px 0 0;
    }

    .two-col-two-img-wrapper .img-box>img {
        margin: 0 auto;
    }

    .new-patients-steps {
        -ms-grid-columns: calc(100% / 2 - 30px) 30px calc(100% / 2 - 30px);
        grid-template-columns: calc(100% / 2 - 30px) calc(100% / 2 - 30px);
    }

    .new-patients-steps .box {
        padding: 20px;
    }

    .case-study-details h4 {
        font-size: 25px;
    }

    .gall2-box {
        width: calc(100% / 2 - 5px);
        padding-top: 35%;
        border-radius: 15px;
        margin: 0 5px 5px 0;
    }

    .gall2-listing {
        margin: 0 -5px -5px 0;
    }
}

@media only screen and (max-width: 975px) {
    .h-book-appointment-form [class^="col-"] {
        width: calc(100% / 2);
    }

    .h-book-appointment-form [class^="col-"]:nth-child(even)::after {
        display: none;
    }

    .common-content,
    .type2.practice-section {
        padding: 25px 0;
    }

    section:has(.type2.two-col-two-img-wrapper)+section:has(.connect-facebook-wrapper)+section.p-t0 {
        padding: 25px 0 !important;
    }

    .two-col-two-img-wrapper>*,
    .aboutPractice .two-col-two-img-wrapper .img-box.type2,
    .aboutPractice .two-col-two-img-wrapper .img-box.type2+.content-box {
        width: 100%;
        padding-top: 0;
    }

    .two-col-two-img-wrapper .img-box,
    .two-col-two-img-wrapper .img-box.type2,
    .aboutPractice .two-col-two-img-wrapper .img-box.type2 {
        --BgCircle: 130px;
        --CenterImg: 290px !;
        --CenterImg: 290px;
        --BotterImg: 120px;
    }

    .two-col-two-img-wrapper .img-box figure {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    .two-col-two-img-wrapper .content-box,
    .reverse.two-col-two-img-wrapper .content-box {
        padding-inline: 0 !important;
        padding-bottom: 0 !important;
    }

    .type2.two-col-two-img-wrapper .img-box {
        float: none;
        margin-inline: auto;
        margin-bottom: 0;
        margin-top: 0;
    }

    .type2.practice-section .content-box {
        padding-top: 30px;
    }

    .top-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .top-content .box:last-child {
        padding-top: 15px;
    }

    .h-service-listing {
        margin: 20px 0 0 auto;
    }

    .h-service-box {
        --ItemWidth: 400px;
        margin: 0 15px 0 0;
    }

    .mCSB_horizontal.mCSB_inside>.mCSB_container {
        margin-bottom: 40px;
    }

    ul.why-choose-info {
        margin-inline: auto;
    }

    .two-col-two-img-wrapper .img-box figure {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    .why-choose-wrapper .box {
        width: 100%;
    }

    .why-choose-wrapper {
        text-align: center;
    }

	.why-choose-wrapper br {
		display: none;
	}
	
    .why-choose-wrapper ul.why-choose-info {
        margin-inline: auto;
		margin-bottom: -20px;
    }

    .container>.p-h5 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .container.p-h65,
    .container.p-h8 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .service-listing-wrap,
    .itm2.service-listing-wrap {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        margin-inline: 0;
    }

    a.serv-box,
    .itm2.service-listing-wrap a.serv-box,
    .itmFull.service-listing-wrap a.serv-box {
        padding-top: 70%;
    }

    .service-listing .service-listing-wrap:first-of-type {
        padding-top: 20px;
    }

    .serv-box {
        padding: 15px;
    }

    .serv-box .icon {
        width: 65px;
        height: 65px;
        padding: 19px;
    }

    .relSev-listing {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        padding: 0;
        margin: 0;
    }

    a.relSev {
        padding-top: 80%;
    }

    .in-testimonial-listing {
        margin: 0;
    }

    .in-testimonial-listing .in-testimonial-box:nth-child(1),
    .in-testimonial-listing .in-testimonial-box:nth-child(2),
    .in-testimonial-box {
        width: 100%;
        margin-inline: 0;
        padding: 20px 20px;
        min-height: unset;
    }

    .content-info-wrap .hours-call-info {
        width: 100%;
        margin-top: 30px;
    }

    .content-info-wrap .form-box {
        width: 100%;
        margin: 0;
        padding: 15px;
        border-radius: 15px;
    }

    .content-info-wrap:has(+ p) {
        padding-bottom: 30px;
    }

    .contact-map-wrapper {
        padding-top: 100%;
    }

    .content-info-wrap .hours-call-info h4 {
        font-size: 25px;
    }

    .blog-listing {
        -ms-grid-columns: calc(100% / 2 - 15px) 15px calc(100% / 2 - 15px);
        grid-template-columns: calc(100% / 2 - 15px) calc(100% / 2 - 15px);
        padding: 15px 0 0;
        margin: 0 -15px 0 0;
        grid-gap: 15px;
    }

    .gall-work-box {
        width: calc(100% / 1 - 25px);
    }

    .review-box-listing {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        margin: 0;
    }

    .feedback-box .form-box {
        width: 100%;
        padding: 26px;
    }

    .feedback-box .img-box {
        display: none;
    }

    .feedback-box {
        border-radius: 15px;
    }

    .feedback-form .btn {
        width: 100%;
    }

    .new-patients-steps {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        margin: 0;
        padding: 10px 0 0;
    }

    .anxious-box .img-box,
    .anxious-box .content {
        width: 100%;
    }

    .anxious-box .content {
        padding: 25px 25px;
    }

    .anxious-box {
        margin: 30px 0 0 0;
    }

    .case-study-details hr {
        margin: 30px 0;
    }
}

@media only screen and (max-width: 767px) {
    header .header-top a {
        font-size: 0;
        display: block;
    }

    header .header-top p {
        margin: 0 15px 0 0;
    }

    .h-book-appointment-form [class^="col-"] {
        display: block;
        width: calc(100% / 1);
        padding: 15px 15px 7px 56px;
    }

    .h-book-appointment-form [class^="col-"]::after,
    .h-book-appointment-form [class^="col-"]:nth-child(even)::after {
        display: block;
        width: 100%;
        height: 1px;
        right: 0;
        left: 0;
        top: auto;
        bottom: -10px;
    }

    .h-book-appointment-form [class^="col-"]:has(.timepicker)::after {
        display: none;
    }

    .marquee-wrapper {
        padding: 15px 15px;
        font-size: 18px;
    }

    .marquee p::after {
        width: 10px;
        height: 10px;
        margin: 0 15px;
    }

    .top-content br {
        display: none;
    }

    .h-service-box {
        --ItemWidth: 320px;
    }

    .h-service-box .lazy-image {
        padding-top: 64%;
    }

    .h-service-box .content .icon {
        width: 65px;
        height: 65px;
        top: 35px;
        left: 15px;
        padding: 15px;
    }

    .h-service-box .content {
        padding: 43px 15px 30px;
    }

    .h-service-box .content h4 {
        font-size: 23px;
        min-height: unset;
    }

    .practice-section>* {
        width: 100%;
    }

    .practice-section .img-box {
        padding-inline: 0;
    }

    .practice-section .content-box {
        padding: 30px 15px;
    }

    .practice-section .max-width {
        max-width: unset;
    }

    ul.why-choose-info>li {
        min-width: unset;
		padding: 0;
    }

    ul.why-choose-info {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    ul.why-choose-info>li:nth-child(even)::after {
        display: none;
    }

    .h-case-studie-box {
        width: calc(100% / 1 - 25px);
        padding-top: 100%;
        border-radius: 15px;
    }

    .h-case-studie-box .content {
        padding: 30px 68px 20px 15px;
    }

    .h-case-studie-box .content .arrow {
        width: 40px;
        height: 40px;
        padding: 10px;
        right: 10px;
        bottom: 17px;
    }

    .h-case-studie-box .content h4 {
        font-size: 23px;
    }

    .h-case-studie-box .content .data {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .h-case-studie-box .content .tags-listing span {
        font-size: 13px;
        padding: 8px 13px;
        font-weight: 700;
        margin: 0 5px 5px 0;
    }

    .h-case-studie-box .content .tags-listing {
        margin: 0 -5px -5px 0;
    }

    .h-case-studie-box::after {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgb(0 0 0 / 0%)), to(rgb(0 0 0 / 90%)));
        background: -o-linear-gradient(top, rgb(0 0 0 / 0%) 20%, rgb(0 0 0 / 90%) 100%);
        background: linear-gradient(180deg, rgb(0 0 0 / 0%) 20%, rgb(0 0 0 / 90%) 100%);
    }

    .full-box.h-case-studies-listing .h-case-studie-box .content {
        width: 100%;
    }

    .full-box.h-case-studies-listing .h-case-studie-box {
        flex-direction: column;
    }

    .full-box.h-case-studies-listing .h-case-studie-box>img {
        width: 100%;
        margin: 0 0 20px;
    }

    .testimonial-slider {
        padding: 0;
    }

    .h-contact-section .container>* {
        width: 100%;
    }

    .h-contact-section br {
        display: none;
    }

    .h-contact-section .box:last-child {
        padding: 30px 0 0 0;
    }

    .h-contact-section .hours-call-info {
        margin: 20px 0 0;
    }

    .h-blog-listing {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        margin: 0;
    }

    .h-blog-box .content {
        padding: 15px;
    }

    .h-blog-box,
    .h-blog-listing .h-blog-box:first-child {
        border-radius: 15px;
    }

    .h-faq-section .accordion .accordion-head::after,
    .accordion .accordion-head::after {
        width: 30px;
        height: 30px;
        font-size: 27px;
        right: 15px;
        top: 16px;
    }

    .h-faq-section .accordion .accordion-head,
    .accordion .accordion-head {
        font-size: 19px;
        padding: 20px 55px 20px 15px;
    }

    .accordion {
        border-radius: 15px;
    }

    .h-faq-section .accordion .accordion-content,
    .accordion .accordion-content {
        margin: 0 15px 15px 15px;
    }

    .fac-gall-box {
        width: calc(50% - 10px);
        border-radius: 15px;
        margin: 0 10px 10px 0;
        padding-top: 45%;
    }

    .facebook-gall-list {
        margin: 0 -10px -10px 0;
    }

    .news-letter-area h3 {
        font-size: 27px;
    }

    .news-letter-area h3 br {
        display: none;
    }

    .news-letter-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .news-letter-box .input,
    .news-letter-box .button {
        width: 100%;
        padding-inline: 0;
    }

    footer .right-content {
        -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
    }

    footer .right-content .box:nth-child(3),
    footer .right-content .box:nth-child(4) {
        grid-column: 1/ 3;
    }    
    
    footer .copyright-area .container {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .blog-listing {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        margin: 0;
    }

    .blog-box .content {
        padding: 20px 15px;
    }

    .case-study-details figure.aligncenter,
    .case-study-details figure.alignleft,
    .case-study-details figure.alignright {
        float: none;
        margin-inline: auto;
        width: fit-content;
    }

    .gall-listing {
        display: grid;
        grid-template-columns: calc(100% / 2 - 10px) calc(100% / 2 - 10px);
        grid-gap: 10px;
        margin: 10px -10px 20px 0;
    }

    .gall-box {
        border-radius: 20px;
    }
}

@media only screen and (max-width: 639px) {}

@media only screen and (max-width: 580px) {

    .alignleft,
    .alignright {
        max-width: 100%;
        margin: 10px 0;
        float: none;
        display: block
    }
}

@media only screen and (max-width: 479px) {}

@media only screen and (max-width: 420px) {}

@media only screen and (max-width: 359px) {
    .sidebar_active {
        overflow: hidden;
        margin-left: -255px;
        margin-right: 255px;
    }

    .sidebar_active header {
        position: fixed;
        left: -255px;
        right: 255px;
    }

    #sidebar-nav {
        right: -255px;
        width: 255px;
        padding-left: 20px;
    }
}

/************Responsive End************/