:root {
    scroll-behavior: initial;
}
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
figure {
    margin: 0;
}
a,
button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}
body {
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}
.main-wrpper {
    height: auto;
    width: 100%;
}
.container {
    max-width: 1180px;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 0.2);
    padding: 20px 0;
    border: none;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
header.nav-new {
    padding: 10px 0;
    background: rgb(0 0 0 / 0.4);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: none;
}
header .container {
    max-width: 1360px;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    height: 61px;
}
.navbar {
    background: #fff0;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.mobile-quick {
    display: none;
}
.nav-row {
    display: flex;
    align-items: center;
    width: 100%;
}
.navbar-light .navbar-nav {
    margin: 0 auto;
}
.navbar-light .navbar-nav li {
    margin-right: 20px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link {
    padding: 10px 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    border-radius: 10px;
    color: #fff;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background: rgb(255 255 255 / 0.15);
}
ul.nav-cnt {
    display: flex;
    align-items: center;
}
ul.nav-cnt li {
    margin-right: 10px;
}
ul.nav-cnt li:last-child {
    margin: 0;
}
.btn-main {
    padding: 10px 15px;
    background: #4a90e2;
    border: 1px solid #4a90e2;
    border-radius: 50px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
}
ul.nav-cnt li a.btn-main {
    padding: 12px 15px;
}
ul.nav-cnt li a.btn-secondary figure,
ul.nav-cnt li a.btn-main figure {
    min-width: 24px;
    max-width: 24px;
    margin-right: 10px;
}
.btn-main:hover {
    background: #1f3a5c;
    border-color: #1f3a5c;
}
.btn-secondary {
    padding: 10px 15px;
    background: #fff0;
    border: 1px solid #4a90e2;
    border-radius: 50px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}
ul.nav-cnt li a.btn-secondary span b {
    display: block;
    font-weight: 400;
    font-weight: 300;
    font-style: italic;
    font-size: 10px;
}
.btn-secondary:hover {
    background: #4a90e2;
}
.navbar-light .navbar-toggler {
    background-color: #fff0;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: none;
    height: 40px;
    width: 40px;
    padding: 0;
}
.navbar-light .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}
.navbar-light .navbar-toggler .navbar-toggler-icon {
    background-image: unset;
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}
.navbar-light .navbar-toggler-icon {
    width: 30px;
    height: 18px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid #fff;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 30px;
    position: absolute;
    height: 2px;
    background-color: #fff;
    top: 0;
    right: 0;
    content: "";
    z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after {
    top: 8px;
    width: 30px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
    width: 30px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
    width: 30px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: #fff0;
}
.hero-banner {
    position: relative;
}
.hero-block {
    position: relative;
}
.hero-block:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #203a5d;
    opacity: 0.8;
    top: 0;
    left: 0;
}
.hero-block img {
    width: 100%;
    min-height: 100vh;
    height: 100vh;
    object-fit: cover;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
.hero-center {
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    z-index: 5;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.banner-data {
    max-width: 640px;
}
.banner-data h1 {
    margin: 0 0 15px;
    font-weight: 800;
    font-size: 48px;
    line-height: 59px;
    color: #fff;
}
.banner-data h1 span {
    font-weight: 500;
    color: #4a90e2;
}
.banner-data p {
    margin: 0 0 55px;
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}
.banner-data p strong {
    font-weight: 700;
}
.banner-data .btn-group {
    display: flex;
    align-items: center;
}
.banner-data .btn-group .btn-secondary,
.banner-data .btn-group .btn-main {
    margin: 0 15px 0 0;
    padding: 13px 25px;
    line-height: 17px;
}
.trusted-compnies-wrp {
    padding: 50px 0;
    background: #f4f4f4;
}
.trusted-compnies-wrp h2 {
    margin: 0 auto 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #1f3a5c;
    text-align: center;
}
.trusted-compnies-wrp ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
.trusted-compnies-wrp ul li .companies-logo {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: #fff;
}
.trusted-compnies-wrp ul li .companies-logo img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 1px solid #dedede;
    object-fit: cover;
}
.expert-care-wrp {
    padding: 100px 0 60px;
}
.titlebar {
    margin: 0 auto 40px;
    max-width: 845px;
}
.titlebar h2 {
    margin: 0 auto 8px;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    color: #1f3a5c;
}
.titlebar p {
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000;
    margin: 0;
}
.expert-care-wrp .row {
    margin: 0 -20px;
}
.expert-care-wrp .row .col-md-3 {
    padding: 0 20px;
}
.expert-care-block {
    position: relative;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    margin: 0 0 40px;
}
.expert-care-block figure img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}
.expert-care-block:after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #fff0 0%, rgb(74 144 226 / 0.8) 84.57%);
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
}
.expert-care-wrp .row .col-md-3:nth-child(even) .expert-care-block:after {
    background: linear-gradient(180deg, #fff0 0%, rgb(59 178 115 / 0.8) 84.57%);
}
.expert-care-dt {
    padding: 15px 30px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.expert-care-dt h3 {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}
.expert-care-dt p {
    margin: 0 0 15px;
    font-weight: 600;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 22px;
    color: #fff;
}
.btn-read {
    width: 60px;
    height: 45px;
    background: #fff;
    border-radius: 15px 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 auto;
}
.btn-read img {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.btn-read:hover {
    background: #3bb273;
}
.btn-read:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.what-sets-wrp {
    padding: 100px 0;
    position: relative;
    background: url(../images/what-set-back.webp) 0 0 no-repeat;
    background-size: cover;
}
.what-sets-wrp:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #203a5d;
    opacity: 0.93;
    top: 0;
    left: 0;
}
.what-sets-wrp .titlebar {
    max-width: 100%;
    margin: 0 0 40px;
    position: relative;
    z-index: 1;
}
.what-sets-wrp .titlebar h2 {
    color: #fff;
    text-align: left;
}
.what-sets-wrp .titlebar p {
    color: #fff;
    opacity: 0.7;
    text-align: left;
}
.what-sets-left {
    max-width: 530px;
    position: relative;
    z-index: 1;
}
.what-sets-left ul li {
    padding: 20px 0;
    display: flex;
}
.what-sets-left ul li .what-sets-ic {
    margin-right: 15px;
    min-width: 57px;
    width: 57px;
    height: 57px;
    border: 2px solid #3bb273;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.what-sets-data h3 {
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #3bb273;
}
.what-sets-data p {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
}
.what-sets-right {
    max-width: 565px;
    margin: 0 0 0 auto;
}
.what-sets-right ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.what-sets-right ul li {
    width: 50%;
    border-bottom: 1px solid rgb(255 255 255 / 0.3);
    border-right: 1px solid rgb(255 255 255 / 0.3);
}
.what-sets-right ul li:nth-child(even) {
    border-right: none;
}
.what-sets-right ul li:nth-child(4),
.what-sets-right ul li:nth-child(3) {
    border-bottom: none;
}
.count-box {
    padding: 40px;
}
.count-box figure {
    max-width: 75px;
    margin: 0 auto 15px;
    display: table;
}
.count-box h3 {
    margin: 0 auto 5px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #fff;
}
.count-box p {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    color: #fff;
    opacity: 0.6;
}
.our-team-wrp {
    padding: 100px 0;
}
.our-team-wrp .titlebar {
    max-width: 1000px;
}
.our-team-wrp .row {
    margin: 0 -25px;
}
.our-team-wrp .row .col-md-4 {
    padding: 0 25px;
}
.team-block {
    position: relative;
}
.team-img {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    margin: 0 0 20px;
}
.team-img img {
    width: 100%;
    object-fit: cover;
    height: 530px;
}
.team-user-data-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 30px;
    background: rgb(74 144 226 / 0.85);
}
.team-user-data-box h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin: 0;
}
.team-user-data-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin: 0 0 10px;
}
.team-user-data-box h4 {
    padding: 10px 15px;
    border-radius: 15px;
    background: rgb(0 0 0 / 0.24);
    margin: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
}
.team-data ul {
    margin: 0 0 30px;
}
.team-data ul li {
    margin: 0 0 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgb(0 0 0 / 0.6);
    position: relative;
    padding: 0 0 0 20px;
}
.team-data ul li:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #4a90e2;
    border-radius: 100%;
    top: 8px;
    left: 0;
}
.team-data .btn-secondary {
    font-weight: 600;
    color: #000;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    width: fit-content;
}
.team-data .btn-secondary figure {
    margin: 0 0 0 10px;
    min-width: 20px;
}
.team-data .btn-secondary figure img {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.team-data .btn-secondary:hover {
    background: #4a90e2;
    color: #fff;
}
.team-data .btn-secondary:hover figure img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.our-team-wrp .row .col-md-4:nth-child(even) .team-block .team-user-data-box {
    background: rgb(59 178 115 / 0.85);
}
.our-team-wrp .row .col-md-4:nth-child(even) .team-block .team-data ul li:after {
    background: #3bb273;
}
.our-team-wrp .row .col-md-4:nth-child(even) .team-block .team-data .btn-secondary {
    border-color: #3bb273;
}
.our-team-wrp .row .col-md-4:nth-child(even) .team-block .team-data .btn-secondary i {
    color: #3bb273;
}
.our-team-wrp .row .col-md-4:nth-child(even) .team-block .team-data .btn-secondary:hover {
    background: #3bb273;
    color: #fff;
}
.our-team-wrp .row .col-md-4:nth-child(even) .team-block .team-data .btn-secondary:hover i {
    color: #fff;
}
.testimonail-wrp {
    padding: 100px 0 70px;
    background: #f4f4f4;
}
.testimonail-video {
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    margin: 0 0 25px;
}
.testimonail-video:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    top: 0;
    left: 0;
}
.testimonail-video img {
    width: 100%;
}
.testimonail-video .btn-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(66 133 244 / 0.4);
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: fit-content;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: 0 auto;
    z-index: 1;
}
.testimonail-video .btn-secondary i {
    margin-right: 10px;
}
.testimonail-video .btn-secondary:hover {
    background: #4285f4;
}
.testimonail-wrp h3 {
    margin: 0 auto 40px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #1f3a5c;
    max-width: 95%;
}
.testimonail-block {
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #d6d6d6;
    display: flex;
    flex-flow: column;
    height: calc(100% - 30px);
    margin: 0 0 30px;
}
.test-raiting {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
}
.testimonail-block h4 {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000;
}
.testimonail-block p {
    margin: 0 0 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    opacity: 0.6;
    color: #333;
}
.testimonail-bottom {
    display: flex;
    align-items: center;
}
.testimonail-bottom h5 {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #333;
}
.testimonail-bottom figure {
    min-width: 30px;
    max-width: 30px;
    margin: 0 0 0 auto;
}
.book-appointment-wrp {
    padding: 100px 0;
}
.appointments-row ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.appointments-row ul li {
    width: 33.33%;
    position: relative;
}
.appointments-row ul li:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #4a90e2;
    top: 50px;
    right: 0;
}
.appointments-row ul li:first-child:after {
    width: 50%;
}
.appointments-row ul li:last-child:after {
    width: 50%;
    right: auto;
    left: 0;
}
.appointments-block {
    max-width: 350px;
    margin: 0 auto;
}
.appointments-block figure {
    width: 100px;
    height: 100px;
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    position: relative;
    z-index: 1;
}
.appointments-block h3 {
    margin: 0 auto 10px;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #4a90e2;
}
.appointments-block p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #333;
    margin: 0 auto;
}
.book-appointment-wrp .btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 100px auto 0;
}
.book-appointment-wrp .btn-group .btn-main {
    padding: 12px 25px;
    font-size: 16px;
}
.book-appointment-wrp .btn-group .btn-secondary figure,
.book-appointment-wrp .btn-group .btn-main figure {
    min-width: 24px;
    margin: 0 10px 0 0;
}
.book-appointment-wrp .btn-group .btn-secondary {
    color: #4a90e2;
    font-size: 16px;
}
.book-appointment-wrp .btn-group .btn-secondary span b {
    display: block;
    font-weight: 400;
    font-style: italic;
    font-size: 10px;
}
.book-appointment-wrp .btn-group .btn-secondary:hover {
    background: #f5f5f5;
}
footer {
    position: relative;
}
.footer-top {
    padding: 55px 0;
    background: #1f3a5c;
}
.footer-about {
    max-width: 560px;
}
.footer-about .footer-logo img {
    height: 52px;
    margin: 0 0 30px;
}
.footer-about h4 {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    color: #fff;
}
.footer-about p {
    margin: 0 0 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #fff;
}
.footer-about .btn-main {
    padding: 10px 20px;
    background: #4a90e2;
    color: #fff;
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 0 30px;
}
.footer-about .btn-main figure {
    margin-right: 10px;
    min-width: 20px;
    max-width: 20px;
}
.footer-about .btn-main span {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
}
.footer-about .btn-main span b {
    display: block;
    font-weight: 500;
    font-style: italic;
    font-size: 10px;
}
.footer-about .btn-main:hover {
    opacity: 0.85;
}
.social-bx {
    display: flex;
    align-items: center;
    gap: 20px;
}
.social-bx a {
    max-width: 48px;
}
.social-bx a img {
    width: 100%;
}
.social-bx a:hover {
    opacity: 0.7;
}
.footer-right-box {
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: space-between;
}
.footer-cnt {
    text-align: right;
}
.footer-cnt h3 {
    margin: 0 0 16px;
    font-weight: 700;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #fff;
}
.footer-cnt p {
    text-align: right;
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    color: #fff;
    display: flex;
    justify-content: flex-end;
}
.footer-cnt p a {
    font-weight: 400;
    color: #fff;
}
.footer-cnt p img {
    margin: 0 0 0 5px;
}
.quicklinks ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.quicklinks ul li {
    margin-right: 25px;
}
.quicklinks ul li:last-child {
    margin: 0;
}
.quicklinks ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
}
.quicklinks ul li a:hover {
    color: #4a90e2;
}
.copyright-wrp {
    padding: 20px 0;
    background: #193251;
}
.copyright-wrp p {
    margin: 0;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
}
.inner-banner {
    position: relative;
}
.inner-banner-back img {
    width: 100%;
    height: 515px;
    object-fit: cover;
}
.inner-banner:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #203a5d;
    opacity: 0.8;
    top: 0;
    left: 0;
}
.inner-banner-center {
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 1;
}
.inner-banner-data {
    max-width: 640px;
}
.inner-banner-data h1 {
    margin: 0 0 15px;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #fff;
}
.inner-banner-data h1 span {
    color: #4a90e2;
}
.inner-banner-data p {
    margin: 0 0 55px;
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}
.inner-banner-data .btn-main {
    display: table;
    padding: 10px 25px;
}
.quick-contact-wrp {
    padding: 30px 0;
    background: #f4f4f4;
}
.quick-contact-wrp .row {
    margin: 0;
}
.quick-contact-wrp .row .col-md-5,
.quick-contact-wrp .row .col-md-3,
.quick-contact-wrp .row .col-md-4 {
    padding: 0;
}
.quick-cnt-box {
    border-right: 1px solid #bcbcbc;
    padding: 10px 25px;
    display: flex;
    align-items: center;
}
.quick-contact-wrp .row .col-md-5 .quick-cnt-box {
    border: none;
}
.quick-cnt-box figure {
    min-width: 30px;
    max-width: 30px;
    margin-right: 15px;
}
.quickbx-dt h4 {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #1f3a5c;
}
.quickbx-dt p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin: 0;
    display: flex;
}
.quickbx-dt p strong {
    font-weight: 700;
    margin: 0 5px 0 0;
}
.quickbx-dt p strong:nth-child(2) {
    margin: 0 5px 0 10px;
}
.quickbx-dt p img {
    margin: 0 0 0 5px;
}
.contact-wrp {
    padding: 70px 0 50px;
}
.contact-left-box h2 {
    margin: 0 0 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    color: #1f3a5c;
}
.contact-left-box p {
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin: 0 0 35px;
}
.cnt-list-rw {
    margin: 0 0 35px;
}
.cnt-list-rw ul {
    margin: 0 -12px;
    display: flex;
    flex-wrap: wrap;
}
.cnt-list-rw ul li {
    padding: 0 12px;
    width: 33.33%;
}
.cnt-list-rw ul li figure {
    margin: 0 0 5px;
    max-width: 36px;
    min-height: 40px;
}
.cnt-list-rw ul li h3 {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #4a90e2;
}
.cnt-list-rw p {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #1f3a5c;
    font-style: normal;
    margin: 0;
}
.map-box {
    margin: 0 0 30px;
    border-radius: 30px;
    height: 330px;
    overflow: hidden;
}
.map-box figure {
    width: 100%;
    height: 100%;
}
.timing-wrp h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    color: #1f3a5c;
    margin: 0 0 25px;
}
.timing-wrp table {
    margin: 0 0 25px;
}
.timing-wrp table tbody tr td {
    padding: 20px 15px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #1f3a5c;
    border: none;
    border-bottom: 1px solid #e7e7e7;
}
.timing-wrp table tbody tr td:last-child {
    font-weight: 400;
    text-align: right;
}
.timing-wrp table tbody tr:last-child td {
    color: #c50048;
}
.timing-wrp h6 {
    margin: 0;
    padding: 20px;
    background: #3bb273;
    border-radius: 10px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}
.contact-form {
    padding: 25px;
    background: #ebf4ff;
    border-radius: 30px;
}
.contact-form h2 {
    margin: 0 0 35px;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    color: #4a90e2;
}
.contact-form h2 span {
    color: #1f3a5c;
}
.contact-form .row {
    margin: 0 -8px;
}
.contact-form .row .col-md-12,
.contact-form .row .col-md-6 {
    padding: 0 8px;
}
.contact-form .form-group {
    margin: 0 0 20px;
}
.contact-form .form-group label {
    margin: 0 0 10px;
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #1f3a5c;
}
.contact-form .form-group .form-control {
    padding: 15px 20px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 7px;
    width: 100%;
    height: auto;
    font-weight: 500;
    font-size: 14px;
    box-shadow: none;
    line-height: 17px;
    color: #000;
    resize: none;
}
.contact-form .form-group .form-control::placeholder {
    color: #a1a1a1;
}
.custome-chakbox {
    margin: 0 0 15px;
}
.custome-chakbox .styled-checkbox {
    position: absolute;
    opacity: 0;
}
.custome-chakbox .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #000;
}
.custome-chakbox .styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    min-width: 20px;
    left: 0;
    top: 2px; 
    width: 20px;
    height: 20px;
    background: #fff0;
    border: 2px solid #4a90e2;
}
.custome-chakbox .styled-checkbox:checked + label:after {
    content: "\2713";
    position: absolute;
    left: 10px;
    top: 12px;
    transform: translate(-50%, -50%);
    background: transparent;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
    color: #4a90e2;
    font-weight: 300;
}
.contact-form p {
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 19px;
    color: #1f3a5c;
    margin: 0 0 35px;
}
.contact-form p a {
    color: #4a90e2;
}
.contact-form .btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-form .btn-group span {
    margin: 0 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #1f3a5c;
}
.contact-form .btn-group .btn-main {
    padding: 12px 25px;
}
.contact-form .btn-group .btn-secondary {
    color: #4a90e2;
    padding: 12px 25px;
}
.contact-form .btn-group .btn-secondary:hover {
    color: #fff;
}
.contact-social-bx {
    margin: 30px 0 0;
    padding: 25px;
    background: #ebf4ff;
    border-radius: 30px;
}
.contact-social-bx h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    color: #1f3a5c;
    margin: 0;
}
.contact-social-bx p {
    margin: 0 0 35px;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}
.ready-start-wrp {
    padding: 135px 0;
    position: relative;
    background: url(../images/contact-start-back.webp) center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.ready-start-wrp:after {
    position: absolute;
    content: "";
    background: #276e48;
    width: 100%;
    height: 100%;
    opacity: 0.72;
    top: 0;
    left: 0;
    right: 0;
}
.ready-start-wrp .container {
    position: relative;
    z-index: 1;
}
.ready-start-wrp h2 {
    margin: 0 auto 40px;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #fff;
}
.ready-start-wrp .btn-main {
    margin: 0 auto;
    width: fit-content;
    padding: 12px 30px;
    font-size: 18px;
}
.ready-start-wrp .btn-main figure {
    margin-right: 10px;
}
.ready-start-wrp .btn-main i {
    margin: 0 0 0 10px;
}
.about-pg-wrp {
    padding: 55px 0 90px;
}
.about-titlebx {
    padding: 30px 0;
    background: #f4f4f4;
    margin: 0 0 50px;
}
.ab-inner-title {
    display: flex;
    align-items: center;
}
.ab-inner-title h2 {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #1f3a5c;
}
.ab-inner-title h2 span {
    display: block;
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000;
}
.ab-inner-title figure {
    min-width: 48px;
    max-width: 48px;
    margin: 0 15px 0 0;
}
.about-pg-row {
    margin: 0 0 55px;
    background: #fff;
    border: 1px solid #f4f4f4;
    box-shadow: 0 6px 24px rgb(0 0 0 / 0.08);
    border-radius: 35px;
    padding: 30px;
}
.abt-team-img img {
    width: 100%;
    border-radius: 15px;
    height: 360px;
    object-fit: cover;
}
.abt-team-data h3 {
    margin: 0 0 25px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #1f3a5c;
}
.abt-team-data h3 span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.abt-team-data p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    opacity: 0.6;
    margin: 0 0 25px;
}
.note-bx {
    padding: 15px;
    margin: 0;
    border-radius: 15px;
    background: #ebf4ff;
    border: 1px solid #f4f4f4;
    display: flex;
}
.note-bx figure {
    min-width: 24px;
    margin-right: 20px;
    max-width: 24px;
}
.note-bx h6 {
    margin: 0;
    font-weight: 400;
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
    line-height: 23px;
    color: #000;
}
.note-bx h6 strong {
    font-weight: 700;
}
.about-pg-bottom {
    padding: 25px 0 0;
}
.about-pg-bottom h3 {
    margin: 0 0 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}
.about-pg-bottom .row {
    margin: 0 -7px;
}
.about-pg-bottom .row .col-md-3,
.about-pg-bottom .row .col-md-4 {
    padding: 0 7px;
}
.abt-focus-bx {
    padding: 20px 25px;
    border-radius: 15px;
    background: #ecfef4;
    display: flex;
    align-items: center;
    height: calc(100% - 25px);
    margin: 0 0 25px;
}
.abt-focus-bx figure {
    min-width: 25px;
    margin-right: 10px;
}
.abt-focus-bx figure img {
    width: 100%;
}
.abt-focus-bx p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    line-height: 22px;
    color: #000;
}
.about-pg-bottom .btn-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.about-pg-bottom .btn-group i {
    margin: 0 0 0 10px;
}
.abt-team-list-wrp .about-pg-row:nth-child(even) .about-pg-top .row {
    flex-flow: row-reverse;
}
.abt-team-list-wrp .about-pg-row:nth-child(even) .about-pg-bottom .btn-group {
    justify-content: flex-start;
}
.support-team-row h4 {
    margin: 0 0 35px;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000;
}
.support-team-box {
    padding: 30px;
    background: #fff;
    border: 1px solid #f4f4f4;
    box-shadow: 0 6px 24px rgb(0 0 0 / 0.1);
    border-radius: 35px;
    display: flex;
    flex-flow: column;
    height: 100%;
}
.support-team-img {
    margin: 0 0 20px;
}
.support-team-img img {
    width: 100%;
    border-radius: 15px;
    height: 300px;
    object-fit: cover;
}
.support-team-title {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
}
.support-team-title h3 {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #1f3a5c;
    max-width: 80%;
    width: 100%;
}
.support-team-title h3 span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #1f3a5c;
}
.support-team-title h3 span a {
    color: #4a90e2;
    text-decoration: underline;
    font-weight: 600;
}
.social-btn {
    min-width: 48px;
    margin: 0 0 0 auto;
    max-width: 48px;
}
.social-btn img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 100%;
}
.social-btn:hover {
    opacity: 0.7;
}
.support-team-data p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    font-family: "Open Sans", sans-serif;
    color: #000;
}
.our-origins-wrp {
    padding: 100px 0;
    position: relative;
    background: url(../images/origin-back.webp) 0 0 no-repeat;
    background-size: cover;
}
.our-origins-wrp:after {
    position: absolute;
    content: "";
    background: #313131;
    opacity: 0.85;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.our-origins-wrp .container {
    position: relative;
    z-index: 1;
}
.our-origins-wrp .titlebar {
    margin: 0 0 40px;
}
.our-origins-wrp .titlebar h2 {
    color: #fff;
    text-align: left;
}
.our-origins-wrp .titlebar p {
    text-align: left;
    opacity: 0.7;
    color: #fff;
}
.origins-row-wrp ul li {
    position: relative;
    padding: 0 0 35px;
    display: flex;
    flex-wrap: wrap;
}
.origins-row-wrp ul li:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    border-right: 2px dashed #4a90e2;
    left: 50%;
    top: 0;
    margin: 0 auto;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}
.origins-row-wrp ul li:last-child:after {
    display: none;
}
.origins-box {
    width: 50%;
}
.origins-icon {
    width: 55px;
    height: 55px;
    background: #4a90e2;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 auto;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    z-index: 1;
}
.origins-box {
    margin: 0 0 0 auto;
    padding: 0 0 0 50px;
}
.origins-box h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #4a90e2;
    margin: 0 0 5px;
}
.origins-box p {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
}
.origins-row-wrp ul li:nth-child(even) .origins-box {
    margin: 0 auto 0 0;
    padding: 0 50px 0 0;
    text-align: right;
}
.expertise-recognition-wrp {
    padding: 100px 0;
}
.expertise-recognition-wrp h3 {
    margin: 0 0 25px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #1f3a5c;
}
.expertise-recognition-wrp .row {
    margin: 0 -20px;
}
.expertise-recognition-wrp .row .col-md-4,
.expertise-recognition-wrp .row .col-md-3 {
    padding: 0 20px;
}
.specialisations-block {
    padding: 30px;
    background: #e9f1fa;
    border-radius: 35px;
    display: flex;
    flex-flow: column;
    height: calc(100% - 40px);
    margin: 0 0 40px;
}
.specialisations-img {
    margin: 0 0 10px;
}
.specialisations-img img {
    width: 95px;
    height: 95px;
    border-radius: 100%;
    border: 4px solid #4a90e2;
    object-fit: cover;
}
.specialisations-data {
    margin: auto 0 0 0;
}
.specialisations-data h4 {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #4a90e2;
}
.specialisations-data p {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    font-family: "Open Sans", sans-serif;
    color: #000;
    opacity: 0.6;
}
.expertise-recognition-wrp .row .col-md-4:nth-child(even) .specialisations-block,
.expertise-recognition-wrp .row .col-md-3:nth-child(even) .specialisations-block {
    background: #eaf5ef;
}
.expertise-recognition-wrp .row .col-md-4:nth-child(even) .specialisations-block .specialisations-img img,
.expertise-recognition-wrp .row .col-md-3:nth-child(even) .specialisations-block .specialisations-img img {
    border-color: #3bb273;
}
.expertise-recognition-wrp .row .col-md-4:nth-child(even) .specialisations-block .specialisations-data h4,
.expertise-recognition-wrp .row .col-md-3:nth-child(even) .specialisations-block .specialisations-data h4 {
    color: #3bb273;
}
.trusted-wrp {
    padding: 10px 0 0;
}
.trusted-row {
    padding: 50px;
    background: #1f3a5c;
    border-radius: 30px;
}
.trusted-row .row {
    align-items: center;
}
.trusted-img ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.trusted-img ul li {
    margin-right: 20px;
}
.trusted-img ul li:last-child {
    margin: 0;
}
.trusted-img ul li img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 1px solid #dedede;
    object-fit: cover;
}
.trusted-points ul li {
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    font-family: "Open Sans", sans-serif;
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #f4f4f4;
}
.trusted-points ul li:last-child {
    margin: 0;
}
.trusted-points ul li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #4a90e2;
    border-radius: 100%;
    top: 8px;
    left: 0;
}
.news-wrp {
    padding: 100px 0;
    position: relative;
    background: #f4f4f4;
}
.news-wrp .titlebar {
    max-width: 870px;
}
.news-slider .slick-slide {
    margin: 0 15px;
}
.news-slider .slick-list {
    margin: 0 -15px;
}
.news-block {
    padding: 30px;
    background: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 20px;
}
.news-img img {
    width: 100%;
    border-radius: 10px;
    height: 260px;
    margin: 0 0 15px;
}
.news-data {
    display: flex;
    flex-flow: column;
}
.news-data h3 {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 19px;
    line-height: 23px;
    color: #1f3a5c;
}
.news-data p {
    font-weight: 400;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    line-height: 25px;
    color: #333;
    margin: 0 0 15px;
}
.news-data .btn-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: auto 0 0 0;
}
.news-data .btn-group a {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    width: fit-content;
}
.news-data .btn-group a figure {
    margin: 0 0 0 10px;
    min-width: 20px;
    color: #3bb273;
}
.news-data .btn-group a:hover {
    color: #3bb273;
}
.news-slider .slick-track {
    display: flex !important;
}
.news-slider .slick-slide {
    height: inherit !important;
}
.news-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto 0;
}
.news-slider .slick-dots li {
    line-height: 0;
    margin-right: 10px;
}
.news-slider .slick-dots li:last-child {
    margin: 0;
}
.news-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    border: none;
    font-size: 0;
    background: #dcdcdc;
    border-radius: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.news-slider .slick-dots li.slick-active button {
    background: #4a90e2;
}
.events-wrp {
    padding: 100px 0;
}
.event-imgbox img {
    width: 100%;
    border-radius: 30px;
}
.beyond-wrp {
    padding: 100px 0 60px;
    background: #f4f4f4;
}
.beyond-wrp .row {
    margin: 0 -20px;
}
.beyond-wrp .row .col-md-6 {
    padding: 0 20px;
}
.beyond-box {
    position: relative;
    margin: 0 0 40px;
    overflow: hidden;
    border-radius: 30px;
}
.beyond-box img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}
.beyond-box:after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #fff0 0%, rgb(0 0 0 / 0.8) 84.57%);
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
}
.beyond-data {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 30px;
}
.beyond-data h3 {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}
.beyond-data p {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    font-family: "Open Sans", sans-serif;
    color: rgb(255 255 255 / 0.7);
}
.performance-wrp {
    background-image: url(../images/perform-back.webp);
}
.performance-wrp h2 {
    margin: 0 auto 15px;
}
.performance-wrp p {
    margin: 0 auto 25px;
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    opacity: 0.7;
    text-align: center;
}
.core-services-wrp {
    padding: 100px 0;
}
.core-services-wrp .row {
    margin: 0 -20px;
}
.core-services-wrp .row .col-md-4 {
    padding: 0 20px;
}
.core-services-box {
    margin: 0 0 40px;
    display: flex;
    flex-flow: column;
    height: calc(100% - 40px);
    background: #fff;
    border: 1px solid #f4f4f4;
    box-shadow: 0 6px 24px rgb(0 0 0 / 0.1);
    border-radius: 35px;
    overflow: hidden;
}
.core-service-img img {
    width: 100%;
    border-radius: 30px;
    height: 330px;
    object-fit: cover;
}
.core-service-data {
    padding: 25px;
    display: flex;
    flex-flow: column;
    height: 100%;
}
.core-dt-top h3 {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #1f3a5c;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.core-dt-top a h3:hover {
    color: #4a90e2;
}
.core-dt-top p {
    margin: 0 0 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    font-family: "Open Sans", sans-serif;
    color: #000;
}
.core-dt-bottom {
    padding: 15px 0 0;
    border-top: 1px solid #3bb273;
    display: flex;
    align-items: center;
}
.core-dt-bottom {
    margin: auto 0 0 0;
}
.core-dt-bottom p {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    max-width: 85%;
}
.core-dt-bottom p strong {
    font-weight: 700;
}
.core-dt-bottom a {
    color: #3bb273;
    margin: 0 0 0 auto;
    font-size: 18px;
}
.core-dt-bottom a:hover {
    color: #4a90e2;
}
.rescue-event-wrp {
    padding: 100px 0;
    position: relative;
    background: url(../images/rescue-back.webp) center center no-repeat;
    background-size: cover;
}
.rescue-event-wrp .container {
    position: relative;
    z-index: 1;
}
.rescue-event-wrp .titlebar {
    margin: 0 0 40px;
}
.rescue-event-wrp .titlebar h2 {
    text-align: left;
    color: #fff;
}
.rescue-event-wrp .titlebar p {
    color: #fff;
    text-align: left;
    opacity: 0.7;
}
.rescue-event-wrp ul {
    margin: 0 0 45px;
}
.rescue-event-wrp ul li {
    margin: 0 0 20px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    line-height: 27px;
    color: #f4f4f4;
    position: relative;
    padding: 0 0 0 20px;
}
.rescue-event-wrp ul li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #4a90e2;
    border-radius: 100%;
    top: 9px;
    left: 0;
}
.rescue-box {
    margin: 0 0 40px;
    background: rgb(255 255 255 / 0.1);
    border: 1px solid #4a90e2;
    border-radius: 15px;
    padding: 15px;
    min-height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rescue-box p {
    margin: 0;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fff;
}
.rescue-event-wrp h5 {
    margin: 0;
    padding: 15px;
    background: rgb(0 0 0 / 0.25);
    border-radius: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}
.choose-our-care {
    padding: 100px 0;
}
.choose-our-care h2 {
    margin: 0 auto 50px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #1f3a5c;
}
.choose-block {
    border-radius: 35px;
    background: #e9f1fa;
    padding: 30px;
    display: flex;
    flex-flow: column;
    height: 100%;
}
.choose-block figure {
    max-width: 75px;
    margin: 0 auto 30px;
}
.choose-block p {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #4a90e2;
}
.choose-our-care .row .col-md-4:nth-child(even) .choose-block {
    background: #eaf5ef;
}
.choose-our-care .row .col-md-4:nth-child(even) .choose-block p {
    color: #3bb273;
}
.services-details-top {
    padding: 30px 0 70px;
}
.btn-back {
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 10px 25px;
    margin: 0 0 25px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #4a90e2;
}
.btn-back figure {
    margin-right: 10px;
    min-width: 20px;
}
.btn-back:hover {
    color: #1f3a5c;
}
.services-small-details-box {
    padding: 30px;
    background: #fff;
    border: 1px solid #f4f4f4;
    box-shadow: 0 6px 24px rgb(0 0 0 / 0.08);
    border-radius: 35px;
}
.services-small-details-box .row {
    align-items: center;
}
.services-small-img img {
    width: 100%;
    border-radius: 15px;
}
.services-small-data {
    padding: 20px;
}
.services-small-data figure {
    margin: 0 0 20px;
}
.services-small-data h3 {
    margin: 0 0 25px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #1f3a5c;
}
.services-small-data h3 span {
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #1f3a5c;
}
.services-small-data p {
    font-weight: 400;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    line-height: 27px;
    color: #000;
    opacity: 0.6;
    margin: 0 0 20px;
}
.services-small-data p:last-child {
    margin: 0;
}
.why-choose-inner-service-wrp {
    padding: 100px 0 70px;
    background: #f4f4f4;
}
.why-choose-list-wrp ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.why-choose-list-wrp ul li {
    width: 20%;
    padding: 0 15px;
}
.why-choose-list-wrp ul li:nth-child(even) .why-choose-list-block {
    background: #3bb273;
}
.why-choose-list-wrp ul.why-threebox li {
    width: 33.33%;
}
.why-choose-list-wrp ul.why-fourbox li {
    width: 25%;
}
.why-choose-list-block {
    background: #4a90e2;
    padding: 30px;
    border-radius: 35px;
    display: flex;
    flex-flow: column;
    height: calc(100% - 30px);
    margin: 0 0 30px;
}
.why-choose-list-block figure {
    margin: 0 0 25px;
    max-width: 70px;
}
.why-choose-list-block figure img {
    width: 100%;
}
.why-choose-list-block h3 {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}
.why-choose-list-block p {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    line-height: 25px;
    color: #fff;
}
.are-right-wrp {
    padding: 100px 0;
}
.are-right-wrp .titlebar {
    margin: 0 auto 50px;
}
.are-right-wrp ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.are-right-wrp ul li {
    width: 20%;
    margin: 100px -10px 0;
}
.are-right-wrp ul li:nth-child(even) {
    margin: 0 -10px;
}
.are-right-wrp ul.massage-three-rw li {
    width: 33.33%;
}
.chiropractic-menipulation-box {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    border: 3px solid #4a90e2;
    min-width: 254px;
    box-shadow: 0 14px 14px rgb(0 0 0 / 0.12);
}
.are-right-wrp ul li:nth-child(even) .chiropractic-menipulation-box {
    border-color: #3bb273;
}
.chiropractic-menipulation-img {
    position: relative;
}
.chiropractic-menipulation-img img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.chiropractic-menipulation-img:after {
    position: absolute;
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    top: 0;
    left: 0;
}
.chiropractic-menipulation-inbox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 30px;
}
.chiropractic-menipulation-inbox figure {
    max-width: 75px;
    margin: 0 0 25px;
}
.chiropractic-menipulation-inbox figure img {
    width: 100%;
}
.chiropractic-menipulation-inbox h3 {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    max-width: 80%;
}
.chiropractic-menipulation-inbox p {
    margin: 5px 0 0;
    max-width: 80%;
    font-weight: 400;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    line-height: 25px;
    color: #fff;
}
.are-right-wrp ul.massage-three-rw li .chiropractic-menipulation-inbox p,
.are-right-wrp ul.massage-three-rw li .chiropractic-menipulation-inbox h3 {
    max-width: 100%;
}
.service-expect-wrp {
    background: #f4f4f4;
}
.service-expect-wrp .appointments-row {
    margin: 0 0 30px;
}
.service-expect-wrp .appointments-block {
    max-width: 300px;
}
.service-expect-wrp .appointments-block figure {
    background: #f4f4f4;
}
.service-expect-wrp .appointments-block h3 {
    font-size: 18px;
}
.service-expect-wrp .appointments-block p {
    font-family: "Open Sans", sans-serif;
    color: #333;
    font-size: 18px;
}
.service-expect-wrp h5 {
    text-align: center;
    margin: 0 auto;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #1f3a5c;
}
.service-expect-wrp h5 strong {
    font-weight: 700;
}
.service-why-trust-wrp {
    padding: 100px 0;
}
.service-why-trust-wrp .titlebar {
    margin: 0 auto 50px;
}
.service-why-trust-wrp .row {
    align-items: center;
}
.service-why-trust-wrp .row .col-md-8 {
    width: 75%;
}
.service-why-trust-wrp .row .col-md-4 {
    width: 25%;
}
.servic-trust-dt ul li {
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    line-height: 27px;
    color: #000;
    position: relative;
    padding: 0 0 0 25px;
}
.servic-trust-dt ul li:last-child {
    margin: 0;
}
.servic-trust-dt ul li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #4a90e2;
    border-radius: 100%;
    top: 10px;
    left: 0;
}
.plan-we-accept-wrp {
    padding: 50px 0;
    background: #f4f4f4;
}
.plan-we-accept-wrp h2 {
    margin: 0 auto 35px;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    color: #1f3a5c;
    text-align: center;
}
.plan-we-accept-wrp ul {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}
.plan-we-accept-wrp ul li {
    padding: 0 10px;
    width: 20%;
}
.in-plan-box {
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    padding: 5px;
}
.in-plan-box img {
    width: 100%;
}
.plan-we-accept-wrp h6 {
    margin: 40px auto;
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000;
}
.plan-we-accept-wrp h6 strong {
    color: #3bb273;
}
.plan-we-accept-wrp .btn-main {
    margin: 0 auto;
    display: table;
    padding: 12px 25px;
}
.case-pricing-wrp {
    padding: 100px 0;
    background: #1f3a5c;
}
.case-pricing-wrp h2 {
    margin: 0 auto 50px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #fff;
}
.case-pricing-block {
    margin: 0 0 40px;
    border-radius: 35px;
    background: #e9f1fa;
    padding: 30px;
    display: flex;
    flex-flow: column;
    align-items: center;
    height: calc(100% - 40px);
}
.accept-insu {
    justify-content: center;
}
.case-pricing-block figure {
    max-width: 85px;
    margin: 0 auto 15px;
}
.case-pricing-block h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #4a90e2;
    text-align: center;
    margin: 0 auto;
}
.case-pricing-block h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #4a90e2;
    margin: 0 auto 15px;
}
.case-pricing-block p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #000;
    margin: 0 auto;
}
.case-pricing-wrp .col-md-3:nth-child(even) .case-pricing-block {
    background: #eaf5ef;
}
.case-pricing-wrp .col-md-3:nth-child(even) .case-pricing-block h4,
.case-pricing-wrp .col-md-3:nth-child(even) .case-pricing-block h3 {
    color: #3bb273;
}
.case-pricing-block ul {
    margin: 15px 0 15px;
}
.case-pricing-block ul li {
    margin: 0 0 5px;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #3bb273;
    position: relative;
    padding: 0 0 0 20px;
}
.case-pricing-block ul li:last-child {
    margin: 0;
}
.case-pricing-block ul li:before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background: #3bb273;
    border-radius: 100%;
    top: 10px;
    left: 0;
}
.case-pricing-block ul li span {
    font-weight: 700;
}
.accept-insuranc-bx {
    padding: 15px;
    border-radius: 15px;
    background: rgb(255 255 255 / 0.2);
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 0 20px;
}
.discount-bx {
    padding: 15px;
    border-radius: 15px;
    background: rgb(0 0 0 / 0.2);
    display: flex;
    align-items: center;
    width: 100%;
}
.accept-insuranc-bx figure,
.discount-bx figure {
    min-width: 30px;
    max-width: 30px;
    margin-right: 10px;
}
.accept-insuranc-bx p,
.discount-bx p {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}
.faq-wrp {
    padding: 100px 0;
}
.faq-wrp .accordion .accordion-item {
    margin: 0 0 15px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 30px;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.faq-wrp .accordion .accordion-item:last-child {
    margin: 0;
}
.faq-wrp .accordion .accordion-item .accordion-button {
    padding: 30px 50px 30px 30px;
    font-size: 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #1f3a5c;
    background-color: #fff0;
    position: relative;
    width: 100%;
    border: none;
    text-align: left;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.faq-wrp .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: #fff0;
    box-shadow: none;
    padding: 30px 50px 0 30px;
}
.faq-wrp .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.faq-wrp .accordion .accordion-item .accordion-button::after {
    display: none;
}
.faq-wrp .accordion .accordion-item .accordion-button:before {
    position: absolute;
    content: "";
    right: 25px;
    top: 30px;
    font-size: 14px;
    background: #4a90e2;
    color: #fff;
    height: 24px;
    width: 24px;
    border: none;
    background: url(../images/minus-ic.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    font-weight: 700;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.faq-wrp .accordion .accordion-item .accordion-button.collapsed:before {
    background: url(../images/plus-ic.svg) 0 0 no-repeat;
    background-size: 100% 100%;
}
.faq-wrp .accordion .accordion-body {
    padding: 15px 30px 30px;
}
.faq-wrp .accordion .accordion-body p {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    font-family: "Open Sans", sans-serif;
    opacity: 0.6;
}
.faq-wrp .accordion-item.active {
    box-shadow: 0 6px 24px rgb(0 0 0 / 0.08);
}
.medical-coverge-wrp {
    padding: 70px 0;
    background: #f4f4f4;
}
.medical-coverge-row {
    padding: 30px;
    background: #fff;
    border: 1px solid #f4f4f4;
    box-shadow: 0 6px 24px rgb(0 0 0 / 0.08);
    border-radius: 35px;
}
.medical-coverge-img {
    height: 100%;
}
.medical-coverge-img img {
    width: 100%;
    border-radius: 15px;
    height: 100%;
    object-fit: cover;
}
.medical-coverge-data {
    max-width: 665px;
}
.medical-coverge-data h3 {
    margin: 0 0 25px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #1f3a5c;
}
.medical-coverge-data h3 span {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #1f3a5c;
}
.medical-coverge-data p {
    margin: 0 0 25px;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    font-family: "Open Sans", sans-serif;
    color: #000;
    opacity: 0.6;
}
.medical-coverge-data p:last-child {
    margin: 0;
}
.medical-coverge-data h4 {
    margin: 0 0 25px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #1f3a5c;
}
.medical-coverge-data ul {
    margin: 0 0 25px;
}
.medical-coverge-data ul li {
    margin: 0 0 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    padding: 0 0 0 20px;
    position: relative;
}
.medical-coverge-data ul li strong {
    display: block;
    font-weight: 700;
}
.medical-coverge-data ul li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #4a90e2;
    border-radius: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.medicine-meet-wrp {
    padding: 70px 0;
}
.care-media-wrp {
    padding: 50px 0 20px;
    background: #f4f4f4;
}
.care-media-wrp .btn-group {
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 15px;
    margin: 0 auto 50px;
}
.care-media-wrp .btn-group .btn-main {
    padding: 12px 25px;
}
.care-media-wrp .btn-group .btn-main figure {
    margin-right: 10px;
}
.care-media-wrp .btn-group .btn-main:last-child {
    background: #3bb273;
    border-color: #3bb273;
}
.care-media-wrp .btn-group .btn-main:last-child:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}
.media-block {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    margin: 0 0 30px;
}
.media-block img {
    width: 100%;
    height: 370px;
    object-fit: cover;
}
.media-block:after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #fff0 0%, rgb(0 0 0 / 0.75) 100%);
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}
.media-data-rw {
    padding: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.media-data-rw h3 {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}
.media-data-rw p {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    line-height: 25px;
    color: #fff;
}
.proven-exp-wrp {
    padding: 100px 0 90px;
}
.proven-list ul {
    display: flex;
    flex-wrap: wrap;
}
.proven-list ul li {
    width: 50%;
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #000;
}
.proven-list ul li strong {
    font-weight: 700;
}
.proven-list ul li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #4a90e2;
    border-radius: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.privacy-policy-wrp {
    padding: 100px 0;
}
.privacy-policy-wrp p {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin: 0 0 25px;
}
.privacy-policy-wrp h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 25px;
    color: #000;
}
.privacy-policy-wrp ul {
    margin: 0 0 25px;
}
.privacy-policy-wrp ul li {
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}
.privacy-policy-wrp ul li strong {
    font-weight: 700;
}
.privacy-policy-wrp ul li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #4a90e2;
    border-radius: 100%;
    top: 9px;
    left: 0;
}
.privacy-policy-wrp ul li ul.sublist {
    padding: 15px 0;
    margin: 0;
}
.privacy-policy-wrp ul li ul.sublist li {
    font-size: 16px;
    font-weight: 400;
}
.privacy-policy-wrp ul li ul.sublist li:before {
    display: none;
}