@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap);

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, #ffffff26, #fff0);
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: #212529bf;
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: #21252980;
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem #00000026;
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: #0d6efd40;
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

*,
:after,
:before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    background-color: var(--bs-body-bg);
    color: #212529;
    color: var(--bs-body-color);
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-family: var(--bs-body-font-family);
    font-size: 1rem;
    font-size: var(--bs-body-font-size);
    font-weight: 400;
    font-weight: var(--bs-body-font-weight);
    line-height: 1.5;
    line-height: var(--bs-body-line-height);
    margin: 0;
    text-align: var(--bs-body-text-align);
    height: 100%;
    /* Full height */
    width: 100%;
    /* Full width */
    overflow: hidden;
    /* Prevent horizontal and vertical overflow */
}

hr {
    border: 0;
    border-top: 1px solid;
    border-top: var(--bs-border-width) solid;
    color: inherit;
    margin: 1rem 0;
    opacity: .25
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
    color: inherit;
    color: var(--bs-heading-color);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem;
    margin-top: 0
}

.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {

    .h1,
    h1 {
        font-size: 2.5rem
    }
}

.h2,
h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {

    .h2,
    h2 {
        font-size: 2rem
    }
}

.h3,
h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

    .h3,
    h3 {
        font-size: 1.75rem
    }
}

.h4,
h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

    .h4,
    h4 {
        font-size: 1.5rem
    }
}

p {
    margin-top: 0
}

p {
    margin-bottom: 1rem
}

ol,
ul {
    padding-left: 2rem
}

ol,
ul {
    margin-bottom: 1rem;
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

strong {
    font-weight: bolder
}

.small,
small {
    font-size: .875em
}

a {
    color: #0d6efd;
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

img,
svg {
    vertical-align: middle
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important
}

[type=button],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    -webkit-appearance: button;
    font: inherit
}

iframe {
    border: 0
}

.container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1320px
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x)*-.5);
    margin-right: calc(var(--bs-gutter-x)*-.5);
    margin-top: calc(var(--bs-gutter-y)*-1)
}

.row>* {
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%
}

@media (min-width:768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }
}

@media (min-width:992px) {
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-6 {
        margin-left: 50%
    }
}

@media (min-width:1200px) {
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }
}

@media (min-width:1400px) {
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto
    }
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23052c65' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem #0d6efd40;
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle)
}

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
    display: flex;
    flex-wrap: wrap;
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x)
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x)
}

.breadcrumb-item+.breadcrumb-item:before {
    color: var(--bs-breadcrumb-divider-color);
    content: "/";
    content: var(--bs-breadcrumb-divider, "/");
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x)
}

.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color)
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.modal {
    display: none
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: var(--bs-box-shadow-sm);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    height: 100%;
    left: 0;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: var(--bs-modal-zindex)
}

@media (min-width:576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: var(--bs-box-shadow)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.placeholder {
    background-color: currentcolor;
    cursor: wait;
    display: inline-block;
    min-height: 1em;
    opacity: .5;
    vertical-align: middle
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

.overflow-hidden {
    overflow: hidden !important
}

.d-block {
    display: block !important
}

.position-relative {
    position: relative !important
}

.w-100 {
    width: 100% !important
}

.align-items-end {
    align-items: flex-end !important
}

.m-0 {
    margin: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.text-center {
    text-align: center !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.rounded-circle {
    border-radius: 50% !important
}

body,
html {
    color: #27476085;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625em;
    overflow-x: hidden !important
}

h1,
h2,
h3,
h4 {
    clear: both;
    color: #274760;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 20px;
    padding: 0
}

.cs_btn,
h1,
h2,
h3,
h4 {
    font-family: Figtree, sans-serif
}

h1 {
    font-size: 56px
}

h2 {
    font-size: 42px
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 24px
}

p {
    margin-bottom: 15px
}

ul {
    list-style: square none outside;
    margin: 0 0 25px
}

ol,
ul {
    padding-left: 20px
}

ol {
    margin-bottom: 25px
}

i {
    font-style: italic
}

img {
    border: 0;
    height: auto;
    max-width: 100%
}

a {
    text-decoration: none
}

a,
button {
    color: inherit;
    transition: all .3s ease
}

a:hover {
    color: #307bc4;
    text-decoration: none
}

strong {
    font-weight: 700
}

@media screen and (max-width:991px) {

    body,
    html {
        font-size: 16px;
        line-height: 1.6em
    }

    h2 {
        font-size: 36px;
        margin-bottom: 10px
    }
}

input {
    color: #274760
}

@keyframes spark {
    0% {
        max-width: 0
    }

    to {
        max-width: 100%
    }
}

.cs_height_5 {
    height: 5px
}

.cs_height_12 {
    height: 12px
}

.cs_height_15 {
    height: 15px
}

.cs_height_22 {
    height: 22px
}

.cs_height_30 {
    height: 30px
}

.cs_height_32 {
    height: 32px
}

.cs_height_35 {
    height: 35px
}

.cs_height_42 {
    height: 42px
}

.cs_height_55 {
    height: 55px
}

.cs_height_57 {
    height: 57px
}

.cs_height_60 {
    height: 60px
}

.cs_height_65 {
    height: 65px
}

.cs_height_66 {
    height: 66px
}

.cs_height_70 {
    height: 70px
}

.cs_height_72 {
    height: 72px
}

.cs_height_85 {
    height: 85px
}

.cs_height_90 {
    height: 90px
}

.cs_height_94 {
    height: 94px
}

.cs_height_105 {
    height: 105px
}

.cs_height_120 {
    height: 120px
}

.cs_height_125 {
    height: 125px
}

.cs_height_132 {
    height: 132px
}

.cs_height_170 {
    height: 170px
}

.cs_height_185 {
    height: 185px
}

.cs_height_190 {
    height: 190px
}

.cs_height_200 {
    height: 200px
}

@media screen and (max-width:1700px) {
    .cs_height_xl_25 {
        height: 25px
    }

    .cs_height_xl_30 {
        height: 30px
    }

    .cs_height_xl_35 {
        height: 35px
    }

    .cs_height_xl_40 {
        height: 40px
    }

    .cs_height_xl_50 {
        height: 50px
    }

    .cs_height_xl_60 {
        height: 60px
    }

    .cs_height_xl_85 {
        height: 85px
    }

    .cs_height_xl_100 {
        height: 100px
    }

    .cs_height_xl_105 {
        height: 105px
    }

    .cs_height_xl_110 {
        height: 110px
    }

    .cs_height_xl_150 {
        height: 150px
    }

    .cs_height_xl_170 {
        height: 170px
    }
}

@media screen and (max-width:991px) {
    .cs_height_lg_0 {
        height: 0
    }

    .cs_height_lg_30 {
        height: 30px
    }

    .cs_height_lg_35 {
        height: 35px
    }

    .cs_height_lg_50 {
        height: 50px
    }

    .cs_height_lg_60 {
        height: 60px
    }

    .cs_height_lg_80 {
        height: 80px
    }

    .cs_height_lg_105 {
        height: 105px
    }

    .cs_height_lg_125 {
        height: 125px
    }

    .cs_height_lg_140 {
        height: 140px
    }

    .cs_height_lg_145 {
        height: 145px
    }

    .cs_height_lg_150 {
        height: 150px
    }

    .cs_height_lg_170 {
        height: 170px
    }
}

.cs_gap_y_24 {
    gap: 24px 0
}

.cs_gap_y_50 {
    gap: 50px 0
}

.cs_fs_84 {
    font-size: 84px;
    line-height: 1.12em
}

@media(max-width:1700px) {
    .cs_fs_84 {
        font-size: 68px
    }
}

@media(max-width:767px) {
    .cs_fs_84 {
        font-size: 56px
    }
}

@media(max-width:400px) {
    .cs_fs_84 {
        font-size: 48px
    }
}

.cs_fs_72 {
    font-size: 72px;
    line-height: 1.14em
}

@media(max-width:1700px) {
    .cs_fs_72 {
        font-size: 56px
    }
}

@media(max-width:991px) {
    .cs_fs_72 {
        font-size: 50px
    }
}

@media(max-width:575px) {
    .cs_fs_72 {
        font-size: 48px
    }
}

@media(max-width:350px) {
    .cs_fs_72 {
        font-size: 42px
    }
}

.cs_fs_48 {
    font-size: 48px;
    line-height: 1.04em
}

@media(max-width:1700px) {
    .cs_fs_48 {
        font-size: 36px
    }
}

@media(max-width:991px) {
    .cs_fs_48 {
        font-size: 26px
    }
}

.cs_fs_32 {
    font-size: 32px;
    line-height: 1.31em
}

@media(max-width:1700px) {
    .cs_fs_32 {
        font-size: 26px
    }
}

@media(max-width:991px) {
    .cs_fs_32 {
        font-size: 24px
    }
}

@media(max-width:350px) {
    .cs_fs_32 {
        font-size: 21px
    }
}

.cs_fs_24 {
    font-size: 24px;
    line-height: 1.41em
}

@media(max-width:1700px) {
    .cs_fs_24 {
        font-size: 22px
    }
}

.cs_fs_20 {
    font-size: 20px;
    line-height: 1.5em
}

@media(max-width:991px) {
    .cs_fs_20 {
        font-size: 18px
    }
}

.cs_medium {
    font-weight: 500
}

.cs_semibold {
    font-weight: 600
}

.cs_radius_15 {
    border-radius: 15px
}

.cs_radius_20 {
    border-radius: 20px
}

.cs_radius_25 {
    border-radius: 25px
}

.cs_radius_30 {
    border-radius: 30px
}

.cs_mp0 {
    list-style: none;
    padding: 0
}

.cs_mp0,
hr {
    margin: 0
}

hr {
    border: none;
    border-top: 1px solid #bcbcbc;
    opacity: 1;
    padding: 0
}

.cs_center {
    align-items: center;
    display: flex;
    justify-content: center
}

.cs_bg_filed {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.cs_heading_color {
    color: #274760
}

.cs_accent_color {
    color: #307bc4
}

.cs_white_color {
    color: #fff
}

.cs_white_bg {
    background-color: #fff
}

.cs_accent_bg {
    background-color: #307bc4
}

@media(min-width:1701px) {
    .container {
        max-width: 1650px
    }
}

.cs_btn.cs_style_1 {
    align-items: center;
    background: #0000;
    border: none;
    border-radius: 24px;
    box-shadow: 0 4px 20px 0 #2747602b;
    color: #fff;
    display: inline-flex;
    font-weight: 500;
    gap: 8px;
    justify-content: center;
    outline: none;
    padding: 12px 40px;
    position: relative
}

@media(max-width:991px) {
    .cs_btn.cs_style_1 {
        padding: 12px 30px
    }
}

.cs_btn.cs_style_1 i,
.cs_btn.cs_style_1 span {
    position: relative;
    z-index: 2
}

.cs_btn.cs_style_1 i {
    display: inline-block;
    height: 11px;
    overflow: hidden;
    transition: all .4s ease-in-out;
    width: 15px
}

.cs_btn.cs_style_1 img {
    filter: brightness(0) invert(1);
    height: inherit;
    position: absolute;
    top: 0;
    transition: all .4s ease-in-out;
    width: inherit
}

.cs_btn.cs_style_1 img:first-child {
    left: -20px
}

.cs_btn.cs_style_1 img:last-child {
    left: 0
}

.cs_btn.cs_style_1:after,
.cs_btn.cs_style_1:before {
    border-radius: inherit;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .4s ease-in-out;
    width: 100%
}

.cs_btn.cs_style_1:before {
    background-image: linear-gradient(134deg, #307bc4, #274760)
}

.cs_btn.cs_style_1:after {
    background-image: linear-gradient(270deg, #307bc4, #274760);
    opacity: 0
}

.cs_btn.cs_style_1:hover:after,
.cs_btn.cs_style_1:hover:before {
    opacity: 1
}

.cs_btn.cs_style_1:hover img:first-child {
    left: 0
}

.cs_btn.cs_style_1:hover img:last-child {
    left: 20px
}

.cs_text_btn {
    display: inline-flex;
    padding-bottom: 5px;
    position: relative
}

.cs_text_btn:before {
    background-color: currentColor;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    transition: all .4s ease;
    width: 100%
}

.cs_text_btn:hover {
    color: #fff
}

.cs_text_btn:hover:before {
    width: 60%
}

.cs_text_btn_2 {
    align-items: center;
    display: inline-flex;
    gap: 14px
}

.cs_text_btn_2 .cs_text_btn_text {
    display: inline-block;
    position: relative
}

.cs_text_btn_2 .cs_text_btn_text:before {
    background-color: currentColor;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-duration: .6s;
    transition-property: transform;
    transition-timing-function: ease-out;
    width: 100%
}

.cs_text_btn_2 .cs_text_btn_icon {
    transition: all .4s ease-in-out
}

.cs_text_btn_2:hover .cs_text_btn_text:before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.cs_text_btn_2:hover .cs_text_btn_icon {
    transform: scale(1.1)
}

.cs_input_label {
    margin-bottom: 12px
}

@media(max-width:1700px) {
    .cs_input_label {
        margin-bottom: 10px
    }
}

.cs_form_field,
.react-datepicker-wrapper input {
    background-color: #0000;
    border: 1px solid #307bc480;
    border-radius: 30px;
    display: block;
    outline: none;
    padding: 26px 30px;
    transition: all .3s ease;
    width: 100%
}

.cs_form_field:focus,
.react-datepicker-wrapper input:focus {
    border-color: #307bc4
}

@media(max-width:1700px) {

    .cs_form_field,
    .react-datepicker-wrapper input {
        border-radius: 15px;
        padding: 16px 20px
    }
}

.cs_form_field::-moz-placeholder,
input::-moz-placeholder {
    color: #27476085
}

.cs_form_field::placeholder,
input::placeholder {
    color: #27476085
}

.cs_form_field:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #27476085
}

.cs_form_field::-ms-input-placeholder,
input::-ms-input-placeholder {
    color: #27476085
}

.cs_with_icon_input {
    position: relative
}

.cs_with_icon_input i {
    color: #307bc4;
    display: flex;
    font-size: 20px;
    left: 30px;
    pointer-events: none;
    position: absolute;
    top: 30px
}

@media(max-width:1700px) {
    .cs_with_icon_input i {
        left: 20px;
        top: 20px
    }
}

.cs_with_icon_input .cs_form_field,
.cs_with_icon_input .react-datepicker-wrapper input {
    padding-left: 60px
}

@media(max-width:1700px) {

    .cs_with_icon_input .cs_form_field,
    .cs_with_icon_input .react-datepicker-wrapper input {
        padding-left: 50px
    }
}

.cs_rating {
    font-size: 16px;
    position: relative;
    width: 99px
}

.cs_radio_wrap {
    position: relative
}

.cs_radio_wrap .cs_radio_input {
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

.cs_radio_wrap .cs_radio_input:checked+.cs_radio_label:after {
    transform: scale(1)
}

.cs_radio_wrap .cs_radio_label {
    display: block;
    padding-left: 32px
}

.cs_radio_wrap .cs_radio_label:before {
    border: 1px solid #307bc4;
    border-radius: 50%;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 20px
}

.cs_radio_wrap .cs_radio_label:after {
    background-color: #307bc4;
    border-radius: 50%;
    content: "";
    height: 14px;
    left: 3px;
    position: absolute;
    top: 6px;
    transform: scale(0);
    transition: all .3s ease;
    width: 14px
}

.cs_radio_group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 42px
}

@media(max-width:1700px) {
    .cs_radio_group {
        gap: 10px 30px
    }
}

.cs_shape_wrap {
    position: relative
}

.cs_shape_wrap .cs_shape_1 {
    background: radial-gradient(42.35% 42.35% at 50% 50%, #86bbf161 0, #86bbf100 100%);
    border-radius: 50%;
    height: 1884px;
    opacity: .6;
    position: absolute;
    right: -37%;
    top: 31%;
    width: 1884px;
    z-index: -1
}

.cs_shape_wrap .cs_shape_1.cs_position_2 {
    right: 38%;
    top: 39%
}

.cs_shape_wrap .cs_shape_3 {
    position: absolute;
    right: 0;
    top: -41%;
    z-index: -1
}

.cs_appointment_section_1 .container {
    position: relative
}

.cs_appointment_section_1 .cs_appointment_img {
    bottom: 0;
    left: -9.5%;
    position: absolute;
    width: 55%
}

@media(max-width:1400px) {
    .cs_appointment_section_1 .cs_appointment_img {
        left: -16%;
        width: 63%
    }
}

@media(max-width:1199px) {
    .cs_appointment_section_1 .cs_appointment_img {
        left: -24%;
        width: 72%
    }
}

@media(max-width:991px) {
    .cs_appointment_section_1 .cs_appointment_img {
        display: none
    }
}

.cs_pagination_box {
    align-items: center;
    display: flex;
    gap: 25px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}

@media(max-width:991px) {
    .cs_pagination_box {
        gap: 15px
    }
}

.cs_pagination_box .cs_pagination_item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px 0 #15204612;
    color: #274760;
    height: 45px;
    width: 45px
}

.cs_pagination_box .cs_pagination_item.active {
    background-color: #307bc4;
    color: #fff;
    pointer-events: none
}

.cs_pagination_box a.cs_pagination_item:hover {
    background-color: #307bc4;
    color: #fff
}

.cs_pagination_box .cs_pagination_arrow {
    transition: all .4s ease
}

.cs_pagination_box .cs_pagination_arrow img {
    width: 16px
}

.cs_pagination_box .cs_pagination_arrow:hover {
    transform: scale(1.2)
}

.cs_page_heading {
    background: #fff;
    box-shadow: 0 4px 21px 1px #307bc41a
}

.cs_page_heading_in {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    padding: 25px 0
}

.breadcrumb {
    font-size: 20px;
    margin: 0
}

.breadcrumb-item.active {
    color: #b7b7b7
}

.breadcrumb-item+.breadcrumb-item:before {
    color: #27476085
}

.cs_search_form {
    max-width: 360px;
    position: relative;
    width: 100%
}

.cs_search_form input {
    border: 1px solid #307bc4;
    border-radius: 20px;
    height: 50px;
    outline: none;
    padding: 5px 20px;
    width: 100%
}

.cs_search_form .cs_search_btn {
    align-items: center;
    background-color: #0000;
    border: none;
    color: #274760;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px
}

.cs_search_form .cs_search_btn:hover {
    color: #307bc4
}

.cs_single_doctor {
    box-shadow: 0 4px 21px 1px #307bc41a
}

.cs_single_doctor h3 {
    margin-top: -35px;
    padding: 23px 15px;
    position: relative;
    z-index: 1
}

.cs_list.cs_style_1 .cs_list_title,
.cs_list.cs_style_2 .cs_list_title,
.cs_list.cs_style_3 .cs_list_title {
    margin-bottom: 25px;
    padding-left: 50px;
    position: relative
}

.cs_list.cs_style_1 .cs_list_title img,
.cs_list.cs_style_1 .cs_list_title svg,
.cs_list.cs_style_2 .cs_list_title img,
.cs_list.cs_style_2 .cs_list_title svg,
.cs_list.cs_style_3 .cs_list_title img,
.cs_list.cs_style_3 .cs_list_title svg {
    left: 0;
    position: absolute;
    top: 4px
}

.cs_list.cs_style_1 p+p {
    margin-top: 4px
}

.cs_list.cs_style_1 ul {
    list-style: none;
    margin: 0;
    padding-left: 50px
}

.cs_list.cs_style_1 ul li {
    padding-left: 28px;
    position: relative
}

.cs_list.cs_style_1 ul li:before {
    background-color: #307bc4;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 10px
}

.cs_list.cs_style_1 ul li:not(:last-child) {
    margin-bottom: 24px
}

.cs_list.cs_style_2 ul li {
    padding-left: 22px;
    position: relative
}

.cs_list.cs_style_2 ul li img,
.cs_list.cs_style_2 ul li svg {
    left: 0;
    position: absolute;
    top: 8px
}

.cs_list.cs_style_2 ul li:not(:last-child) {
    margin-bottom: 20px
}

.cs_list.cs_style_3 ul {
    box-shadow: 0 4px 21px 1px #307bc41a;
    max-width: 454px;
    padding: 35px 45px
}

.cs_list.cs_style_3 ul li {
    display: flex;
    justify-content: space-between
}

.cs_list.cs_style_3 ul li:not(:last-child) {
    margin-bottom: 24px
}

.cs_list.cs_style_3 ul li span {
    align-items: center;
    display: flex;
    gap: 8px;
    min-width: 120px
}

.cs_list.cs_style_3 ul li span i {
    color: #307bc4
}

.cs_doctor_details {
    position: relative
}

.cs_doctor_details .cs_doctor_details_bg {
    align-items: flex-end;
    display: flex;
    height: 490px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

@media(max-width:1700px) {
    .cs_doctor_details .cs_doctor_details_bg {
        height: 420px
    }
}

@media(max-width:1199px) {
    .cs_doctor_details .cs_doctor_details_bg {
        height: 467px
    }
}

@media(max-width:575px) {
    .cs_doctor_details .cs_doctor_details_bg {
        height: 280px
    }
}

.cs_doctor_details .cs_social_links {
    display: inline-flex;
    padding: 23px 40px;
    position: absolute;
    right: 12px;
    top: 368px;
    z-index: 2
}

@media(max-width:1700px) {
    .cs_doctor_details .cs_social_links {
        top: 298px
    }
}

@media(max-width:1199px) {
    .cs_doctor_details .cs_social_links {
        top: 342px
    }
}

@media(max-width:991px) {
    .cs_doctor_details .cs_social_links {
        margin-top: 35px;
        padding: 15px 30px;
        position: static
    }
}

.cs_doctor_details .cs_social_links a {
    background-color: #fff;
    color: #307bc4;
    font-size: 16px;
    height: 30px;
    width: 30px
}

.cs_timetable {
    height: 1950px;
    margin-top: 15px;
    padding-left: 110px;
    padding-right: 10px;
    position: relative
}

.cs_timetable:after,
.cs_timetable:before {
    background-color: #fff;
    content: "";
    height: calc(100% - 40px);
    position: absolute;
    top: 20px;
    width: 10px;
    z-index: 2
}

.cs_timetable:before {
    left: 100px
}

.cs_timetable:after {
    height: 100%;
    left: 100%;
    top: 0;
    width: 15vw
}

@media(max-width:1199px) {
    .cs_timetable {
        width: 1230px
    }
}

.cs_timetable_vertical {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    left: 0;
    position: absolute
}

.cs_timetable_vertical>div {
    position: relative
}

.cs_timetable_vertical>div:before {
    background-color: #307bc480;
    content: "";
    height: 1px;
    left: 100px;
    position: absolute;
    top: 12px;
    width: 100vw
}

.cs_timetable_vertical>div:first-child:before,
.cs_timetable_vertical>div:last-child:before {
    background-color: #307bc4
}

.cs_timetable_in {
    border: 1px solid #307bc4;
    border-bottom: none;
    border-top: none;
    display: flex;
    height: 100%;
    width: 100%
}

.cs_timetable_in:after,
.cs_timetable_in:before {
    background-color: #fff;
    content: "";
    height: 12px;
    position: absolute;
    right: 14px;
    width: calc(100% - 130px);
    z-index: 1
}

.cs_timetable_in:before {
    top: 0
}

.cs_timetable_in:after {
    bottom: 0;
    height: 13px
}

.cs_timetable_in>div {
    border-right: 1px solid #307bc480;
    flex: 1 1;
    padding: 12px 0;
    position: relative
}

.cs_timetable_in>div:last-child {
    border-right: 0
}

.cs_timetable_in>div>div {
    padding: 8px
}

.cs_timetable_in>div .cs_timetable_date {
    padding: 0 !important;
    position: absolute;
    text-align: center;
    top: -20px;
    width: 100%;
    z-index: 1
}

.cs_hour_1 {
    height: 148px !important
}

.cs_hour_2 {
    height: 296px !important
}

.cs_hour_3 {
    height: 444px !important
}

.cs_hour_4 {
    height: 592px !important
}

.cs_table_doctor {
    background-color: #d2eaef;
    border: 1.5px solid #307bc4;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 28px 20px
}

.cs_table_doctor p {
    margin-bottom: 0
}

.cs_table_doctor p:not(:last-child) {
    border-bottom: 1px solid #307bc4;
    margin-bottom: 10px;
    padding-bottom: 10px
}

@media(max-width:1700px) {
    .cs_table_doctor {
        padding: 15px 12px
    }
}

.cs_newsletter.cs_style_1 .cs_newsletter_title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 11px
}

@media(max-width:1700px) {
    .cs_newsletter.cs_style_1 .cs_newsletter_title {
        font-size: 34px
    }
}

@media(max-width:991px) {
    .cs_newsletter.cs_style_1 .cs_newsletter_title {
        font-size: 30px
    }
}

.cs_newsletter.cs_style_1 .cs_newsletter_form {
    margin-top: 25px;
    position: relative
}

.cs_newsletter.cs_style_1 .cs_btn.cs_style_1 {
    position: absolute;
    right: 15px;
    top: 15px
}

@media(max-width:1700px) {
    .cs_newsletter.cs_style_1 .cs_btn.cs_style_1 {
        right: 10px;
        top: 10px
    }
}

.cs_newsletter.cs_style_5 {
    text-align: center
}

.cs_newsletter.cs_style_5 .cs_newsletter_title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 30px
}

@media(max-width:1700px) {
    .cs_newsletter.cs_style_5 .cs_newsletter_title {
        font-size: 24px
    }
}

.cs_newsletter.cs_style_5 .cs_form_field {
    border-color: #636363;
    border-radius: 7px;
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 28px;
    padding: 19px 25px
}

@media(max-width:1700px) {
    .cs_newsletter.cs_style_5 .cs_form_field {
        font-size: 18px;
        margin-bottom: 20px;
        padding: 13px 20px
    }
}

.url {
    color: #274760;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5em
}

@media(max-width:1700px) {
    .url {
        font-size: 18px
    }
}

@keyframes particalAnimation {

    0%,
    to {
        transform: translate(0)
    }

    20% {
        transform: translate(80px, -10px)
    }

    40% {
        transform: translate(140px, 70px)
    }

    60% {
        transform: translate(90px, 130px)
    }

    80% {
        transform: translate(-40px, 80px)
    }

    to {
        transform: translate(0)
    }
}

@keyframes animo-x {
    50% {
        animation-timing-function: cubic-bezier(.4, 0, .2, 1);
        transform: translateX(44px)
    }
}

@keyframes anim-y {
    50% {
        animation-timing-function: cubic-bezier(.55, 0, .2, 1);
        transform: translateY(-25px)
    }
}

@keyframes rotate-anim {
    to {
        transform: rotate(1turn)
    }
}

@keyframes semi-rotate-anim {
    50% {
        animation-timing-function: cubic-bezier(.4, 0, .2, 1);
        transform: translateY(25px) rotate(-53deg)
    }
}

@keyframes up-down-anim {
    40% {
        animation-timing-function: cubic-bezier(.4, 0, .2, 1);
        transform: translateY(40px) rotate(-1deg)
    }
}

@keyframes swing-anim {
    65% {
        animation-timing-function: cubic-bezier(.4, 0, .2, 1);
        transform: translateY(-48px) rotate(-75deg)
    }
}

@keyframes zoom-anim {
    50% {
        transform: scale(.7)
    }
}

@media(max-width:991px) {
    .cs_section_heading.cs_style_1 .cs_section_title br {
        display: none
    }
}

.cs_video_popup {
    height: 100%;
    left: -100%;
    position: fixed;
    top: 0;
    transition-delay: .3s;
    width: 100%;
    z-index: 1000
}

.cs_video_popup.active {
    left: 0;
    transition-delay: 0s
}

.cs_video_popup_overlay {
    background: #000;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all .4s ease-out
}

.cs_video_popup.active .cs_video_popup_overlay {
    background: #00000080;
    height: 100%;
    opacity: .8
}

.cs_video_popup_content {
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    font-size: 0;
    left: 0;
    opacity: 0;
    overflow: auto;
    padding: 15px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transform: translateY(100px);
    transition: all .4s ease-out;
    visibility: hidden
}

.cs_video_popup.active .cs_video_popup_content {
    opacity: 1;
    transform: translateY(0);
    visibility: visible
}

.cs_video_popup_content:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.cs_video_popup_container {
    background: #fff;
    display: inline-block;
    max-width: 1380px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: 100%
}

.cs_video_popup_container .embed-responsive {
    width: 100%
}

.embed-responsive {
    display: block;
    height: 0;
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: relative
}

.embed-responsive-16by9:before {
    content: "";
    display: block;
    padding-top: 56.25%
}

.embed-responsive iframe,
.embed-responsive video {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.cs_video_popup_close {
    background: #d90d0d;
    cursor: pointer;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .4s ease-in-out;
    width: 40px
}

.cs_video_popup iframe {
    height: 100%;
    position: absolute;
    width: 100%
}

.cs_video_popup_close:before {
    transform: rotate(-45deg)
}

.cs_video_popup_close:after,
.cs_video_popup_close:before {
    background: #fff;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: 50%;
    transition: all .4s ease-in-out;
    width: 20px
}

.cs_video_popup_close:after {
    transform: rotate(45deg)
}

.cs_video_popup_close:hover:after,
.cs_video_popup_close:hover:before {
    background: #000
}

.cs_video_popup_layer {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0
}

.cs_video_popup_align {
    overflow: hidden
}

.cs_site_header {
    left: 0;
    position: relative;
    position: absolute;
    top: 0;
    transition: all .4s ease;
    width: 100%;
    z-index: 101
}

.cs_toolbox {
    display: flex;
    gap: 45px
}

.cs_toolbox .cs_toolbox_btn {
    background-color: #0000;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    transition: all .4s ease
}

.cs_toolbox .cs_toolbox_btn:hover {
    color: #307bc4
}

.cs_site_header.cs_style1 .cs_main_header_in {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 100px;
    justify-content: space-between;
    position: relative
}

.cs_site_header.cs_style1 .cs_main_header_right {
    align-items: center;
    display: flex;
    height: 100%
}

.cs_site_header.cs_style1.cs_white_color .cs_toolbox {
    color: #274760
}

@media(max-width:1199px) {
    .cs_site_header.cs_style1.cs_white_color .cs_nav .cs_nav_list {
        background-color: #274760;
        color: #fff
    }
}

.cs_sidenav {
    display: flex;
    height: 100vh;
    justify-content: flex-end;
    opacity: 0;
    position: fixed;
    transition: all .4s ease;
    visibility: hidden;
    width: 100%;
    z-index: 1111
}

.cs_sidenav.active {
    opacity: 1;
    visibility: visible
}

.cs_sidenav_overlay {
    background-color: #0b0b0b80;
    cursor: zoom-out;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.cs_sidenav_in {
    background-color: #fff;
    max-width: 620px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 60px 80px;
    position: relative;
    width: 100%;
    z-index: 2
}

.cs_sidenav_in hr {
    width: calc(100% + 80px)
}

.cs_sidenav_in .cs_newsletter.cs_style1 .cs_newsletter_title {
    font-size: 28px;
    line-height: 1.35em;
    margin-bottom: 9px
}

.cs_sidenav_in .cs_social_links a {
    background-color: #274760;
    color: #fff;
    font-size: 14px;
    height: 30px;
    width: 30px
}

.cs_sidenav_in .cs_social_links a:hover {
    background-color: #307bc4
}

.cs_sidenav_in .cs_close {
    margin-bottom: 52px
}

.cs_close {
    background-color: #0000;
    border: none;
    cursor: pointer;
    outline: none;
    transition: all .4s ease
}

.cs_close:hover {
    transform: rotate(90deg)
}

.cs_header_search {
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all .4s ease;
    visibility: hidden;
    width: 100%;
    z-index: 999
}

.cs_header_search.active {
    opacity: 1;
    visibility: visible
}

.cs_header_search_in {
    background-color: #fff;
    padding: 50px 0;
    position: relative;
    z-index: 1
}

.cs_header_search_in .cs_search_form {
    max-width: 100%
}

.cs_header_search_in .cs_search_form input {
    border-radius: 40px;
    font-size: 20px;
    height: 80px;
    padding: 10px 90px 10px 35px
}

@media(max-width:575px) {
    .cs_header_search_in .cs_search_form input {
        font-size: 18px;
        height: 66px;
        padding: 10px 65px 10px 20px
    }
}

.cs_header_search_in .cs_search_form .cs_search_btn {
    width: 80px
}

@media(max-width:575px) {
    .cs_header_search_in .cs_search_form .cs_search_btn {
        width: 60px
    }
}

.cs_header_search_in .cs_search_form .cs_search_btn svg {
    height: 28px;
    width: 28px
}

@media(max-width:575px) {
    .cs_header_search_in .cs_search_form .cs_search_btn svg {
        height: 24px;
        width: 24px
    }
}

.cs_header_search_box {
    align-items: center;
    display: flex;
    gap: 0 30px
}

@media(max-width:991px) {
    .cs_header_search_box {
        gap: 0 15px
    }
}

@media screen and (max-width:1199px) {
    .cs_main_header .container {
        max-width: 100%
    }

    .cs_site_header.cs_style1 .cs_nav {
        display: flex
    }
}

.cs_nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.cs_sticky_header {
    position: fixed !important;
    width: 100%;
    z-index: 999
}

.cs_site_branding {
    display: inline-block
}

@media screen and (min-width:1200px) {
    .cs_site_header.cs_style1.cs_white_color .menu-item-has-children ul {
        color: #274760
    }

    .cs_main_header {
        position: relative
    }

    .cs_site_header.cs_style1 .cs_main_header_left {
        align-items: center;
        display: flex;
        gap: 20px 124px;
        height: 100%;
        justify-content: center
    }

    .cs_nav {
        align-items: center;
        display: flex;
        height: 100%;
        line-height: 1.6em
    }

    .cs_nav .cs_nav_list {
        display: flex !important;
        flex-wrap: wrap;
        height: inherit
    }

    .cs_nav .cs_nav_list>li {
        height: inherit;
        margin-right: 50px
    }

    .cs_nav .cs_nav_list>li:last-child {
        margin-right: 0
    }

    .cs_nav .cs_nav_list>li>a {
        align-items: center;
        display: inline-flex;
        height: inherit;
        padding: 10px 0;
        position: relative
    }

    .cs_nav .cs_nav_list>li>ul {
        left: 0;
        top: calc(100% + 15px)
    }

    .cs_nav .cs_nav_list>li:hover>ul {
        opacity: 1;
        top: 100%;
        transition: all .4s ease;
        visibility: visible
    }

    .cs_nav .cs_nav_list>li.menu-item-has-children>a {
        position: relative
    }

    .cs_nav .cs_nav_list>li.menu-item-has-children>a:after {
        border: 2px solid;
        border-left: 0;
        border-radius: 0 0 2px 0;
        border-top: 0;
        content: "";
        display: inline-block;
        height: 6px;
        margin-left: 6px;
        position: relative;
        top: -1px;
        transform: rotate(45deg);
        width: 6px
    }

    .cs_nav .cs_nav_list li:not(.cs_mega_menu) {
        position: relative
    }

    .cs_nav .cs_nav_list ul {
        background-color: #fff;
        border-radius: 15px;
        box-shadow: 0 1px 2px 0 #0200b51a;
        box-shadow: 0 4px 21px 1px #307bc41a;
        display: block !important;
        opacity: 0;
        padding: 10px 0;
        position: absolute;
        transition: all .1s ease;
        visibility: hidden;
        width: 260px;
        z-index: 100
    }

    .cs_nav .cs_nav_list ul li:hover ul {
        top: 0
    }

    .cs_nav .cs_nav_list ul li:hover>ul {
        opacity: 1;
        transition: all .4s ease;
        visibility: visible
    }

    .cs_nav .cs_nav_list ul a {
        display: block;
        line-height: inherit;
        padding: 10px 20px
    }

    .cs_nav .cs_nav_list ul ul {
        left: 100%;
        top: 15px
    }

    .cs_menu_toggle,
    .cs_munu_dropdown_toggle {
        display: none
    }

    .cs_nav .cs_nav_list>li ul:not(.cs_mega_wrapper) .menu-item-has-children>a {
        position: relative
    }
}

@media screen and (max-width:1199px) {
    .cs_toolbox .cs_sidebar_toggle_btn {
        display: none
    }

    .cs_site_header.cs_style1 .cs_main_header_right {
        padding-right: 50px
    }

    .cs_toolbox .cs_toolbox_btn {
        max-width: 26px
    }

    .cs_munu_dropdown_toggle {
        align-items: center;
        cursor: pointer;
        display: flex;
        height: 40px;
        justify-content: flex-end;
        left: 0;
        padding: 28px 18px;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 3
    }

    .cs_munu_dropdown_toggle span {
        display: block;
        height: 10px;
        line-height: 1.2em;
        position: relative;
        width: 10px
    }

    .cs_munu_dropdown_toggle span:after,
    .cs_munu_dropdown_toggle span:before {
        background-color: currentColor;
        content: "";
        display: block;
        height: 2px;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: all .3s ease;
        width: 10px
    }

    .cs_munu_dropdown_toggle span:before {
        transform: translate(-50%, -50%) rotate(90deg)
    }

    .cs_munu_dropdown_toggle.active span:before {
        transform: translate(-50%, -50%) rotate(0deg)
    }

    .menu-item-has-children .menu-item-has-children .cs_munu_dropdown_toggle {
        padding: 20px 18px
    }

    .cs_site_branding {
        position: relative;
        z-index: 101
    }

    .cs_nav .cs_nav_list {
        background-color: #fff;
        color: #274760;
        height: calc(100vh - 80px);
        left: -100vw;
        line-height: 1.6em;
        overflow: auto;
        padding: 10px 0;
        position: fixed;
        top: 80px;
        transition: all .4s ease;
        width: 100vw
    }

    .cs_nav .cs_nav_list ul {
        display: none;
        padding-left: 15px
    }

    .cs_nav .cs_nav_list a {
        display: block;
        line-height: 16px;
        padding: 12px 15px
    }

    .cs_nav .cs_nav_list>li>a {
        font-size: 18px;
        line-height: 1.4em
    }

    .cs_nav .menu-item-has-children {
        position: relative
    }

    .cs_menu_toggle {
        color: #274760;
        cursor: pointer;
        display: inline-block;
        height: 27px;
        position: absolute;
        right: 30px;
        top: 27px;
        width: 30px
    }

    .cs_menu_toggle span,
    .cs_menu_toggle span:after,
    .cs_menu_toggle span:before {
        background-color: currentColor;
        border-radius: 5px;
        display: block;
        height: 3px;
        width: 100%
    }

    .cs_menu_toggle span {
        margin: 0 auto;
        position: relative;
        top: 12px;
        transition-delay: .2s;
        transition-duration: 0s
    }

    .cs_menu_toggle span:before {
        margin-top: -9px
    }

    .cs_menu_toggle span:after,
    .cs_menu_toggle span:before {
        content: "";
        position: absolute;
        transition-delay: .2s, 0s;
        transition-duration: .2s;
        transition-property: margin, transform
    }

    .cs_menu_toggle span:after {
        margin-top: 9px
    }

    .cs_site_header.cs_style1 .cs_menu_toggle {
        margin-top: -13px;
        right: 0;
        top: 50%
    }

    .cs_nav .cs_nav_list a {
        position: relative
    }

    .cs_site_header.cs_style1 .cs_main_header_in {
        height: 80px
    }

    .cs_site_header.cs_style1 {
        top: 0
    }
}

@media screen and (max-width:991px) {
    .cs_site_header .container {
        max-width: 100%
    }
}

.cs_newsletter_1_wrap {
    position: relative
}

.cs_newsletter_1_wrap:before {
    background-color: #fff;
    content: "";
    height: 70%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.cs_newsletter.cs_style_2 {
    align-items: center;
    background: #fff;
    border-radius: 20px;
    box-shadow: 6px 4px 70px 8px #307bc417;
    display: flex;
    gap: 40px 40px;
    justify-content: space-between;
    padding: 107px 135px;
    position: relative;
    z-index: 1
}

@media(max-width:1400px) {
    .cs_newsletter.cs_style_2 {
        padding: 80px 100px
    }
}

@media(max-width:1199px) {
    .cs_newsletter.cs_style_2 {
        padding: 70px
    }
}

@media(max-width:575px) {
    .cs_newsletter.cs_style_2 {
        padding: 50px 25px
    }

    .cs_newsletter.cs_style_2 br {
        display: none
    }
}

@media(max-width:991px) {
    .cs_newsletter.cs_style_2 {
        align-items: flex-start;
        flex-direction: column
    }

    .cs_newsletter.cs_style_2 .cs_newsletter_title br {
        display: none
    }
}

.cs_newsletter.cs_style_2 .cs_newsletter_title {
    font-size: 42px;
    line-height: 1.23em
}

.cs_newsletter.cs_style_2 p {
    color: #274760;
    margin: 0
}

.cs_newsletter.cs_style_2 .cs_newsletter_right {
    min-width: 500px
}

.cs_newsletter.cs_style_2 .cs_newsletter_right p {
    margin-bottom: 12px
}

@media(max-width:1400px) {
    .cs_newsletter.cs_style_2 .cs_newsletter_right {
        min-width: 400px
    }
}

@media(max-width:575px) {
    .cs_newsletter.cs_style_2 .cs_newsletter_right {
        min-width: 100%
    }
}

.cs_newsletter.cs_style_1 .cs_newsletter_form,
.cs_newsletter.cs_style_2 .cs_newsletter_form,
.cs_newsletter.cs_style_3 .cs_newsletter_form,
.cs_newsletter.cs_style_4 .cs_newsletter_form {
    position: relative
}

.cs_newsletter.cs_style_1 .cs_btn.cs_style_1,
.cs_newsletter.cs_style_2 .cs_btn.cs_style_1,
.cs_newsletter.cs_style_3 .cs_btn.cs_style_1,
.cs_newsletter.cs_style_4 .cs_btn.cs_style_1 {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

@media(max-width:1700px) {

    .cs_newsletter.cs_style_1 .cs_btn.cs_style_1,
    .cs_newsletter.cs_style_2 .cs_btn.cs_style_1,
    .cs_newsletter.cs_style_3 .cs_btn.cs_style_1,
    .cs_newsletter.cs_style_4 .cs_btn.cs_style_1 {
        right: 5px
    }
}

.cs_newsletter.cs_style_1 .cs_form_field,
.cs_newsletter.cs_style_2 .cs_form_field,
.cs_newsletter.cs_style_3 .cs_form_field,
.cs_newsletter.cs_style_4 .cs_form_field {
    padding-right: 180px
}

@media(max-width:1700px) {

    .cs_newsletter.cs_style_1 .cs_form_field,
    .cs_newsletter.cs_style_2 .cs_form_field,
    .cs_newsletter.cs_style_3 .cs_form_field,
    .cs_newsletter.cs_style_4 .cs_form_field {
        padding-right: 165px
    }
}

@media(max-width:575px) {

    .cs_newsletter.cs_style_1 .cs_form_field,
    .cs_newsletter.cs_style_2 .cs_form_field,
    .cs_newsletter.cs_style_3 .cs_form_field,
    .cs_newsletter.cs_style_4 .cs_form_field {
        padding-left: 15px;
        padding-right: 135px
    }
}

@media(max-width:350px) {

    .cs_newsletter.cs_style_1 .cs_form_field,
    .cs_newsletter.cs_style_2 .cs_form_field,
    .cs_newsletter.cs_style_3 .cs_form_field,
    .cs_newsletter.cs_style_4 .cs_form_field {
        padding-right: 120px
    }
}

@media(max-width:1700px) {

    .cs_newsletter.cs_style_1 .cs_form_field,
    .cs_newsletter.cs_style_2 .cs_form_field,
    .cs_newsletter.cs_style_3 .cs_form_field,
    .cs_newsletter.cs_style_4 .cs_form_field {
        border-radius: 30px
    }
}

@media(max-width:575px) {

    .cs_newsletter.cs_style_1 .cs_btn.cs_style_1,
    .cs_newsletter.cs_style_2 .cs_btn.cs_style_1,
    .cs_newsletter.cs_style_3 .cs_btn.cs_style_1,
    .cs_newsletter.cs_style_4 .cs_btn.cs_style_1 {
        padding: 12px 25px
    }
}

@media(max-width:350px) {

    .cs_newsletter.cs_style_1 .cs_btn.cs_style_1,
    .cs_newsletter.cs_style_2 .cs_btn.cs_style_1,
    .cs_newsletter.cs_style_3 .cs_btn.cs_style_1,
    .cs_newsletter.cs_style_4 .cs_btn.cs_style_1 {
        padding: 12px 18px
    }
}

.cs_newsletter.cs_style_1 .cs_form_field {
    border-radius: 2.4em
}

.cs_newsletter.cs_style_3 {
    background: linear-gradient(154deg, #d2eaef, #86bbf1);
    border-radius: 20px;
    box-shadow: 6px 4px 70px 8px #307bc417;
    margin-top: 240px;
    position: relative;
    z-index: 2
}

@media(max-width:991px) {
    .cs_newsletter.cs_style_3 {
        margin-top: 0
    }
}

.cs_newsletter.cs_style_3 .cs_newsletter_form {
    max-width: 560px
}

.cs_newsletter.cs_style_3 .cs_newsletter_title {
    margin-bottom: 50px
}

@media(max-width:575px) {
    .cs_newsletter.cs_style_3 .cs_newsletter_title {
        margin-bottom: 30px
    }
}

.cs_newsletter.cs_style_3 .cs_newsletter_subtitle {
    margin-bottom: 13px
}

.cs_newsletter.cs_style_4 {
    align-items: center;
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    padding: 40px 0
}

@media(max-width:991px) {
    .cs_newsletter.cs_style_4 {
        align-items: flex-start;
        flex-direction: column;
        gap: 35px
    }
}

@media(max-width:380px) {
    .cs_newsletter.cs_style_4 br {
        display: none
    }
}

.cs_newsletter.cs_style_4 .cs_newsletter_right {
    max-width: 500px;
    width: 100%
}

.cs_newsletter.cs_style_4 .cs_form_field {
    border-color: #ffffff80;
    color: #fff
}

.cs_newsletter.cs_style_4 .cs_form_field:focus {
    border-color: #fffc
}

.cs_newsletter.cs_style_4 .cs_form_field::-moz-placeholder {
    color: #fff9
}

.cs_newsletter.cs_style_4 .cs_form_field::placeholder {
    color: #fff9
}

.cs_newsletter.cs_style_4 .cs_form_field::-ms-input-placeholder {
    color: #fff9
}

.cs_newsletter.cs_style_4 .cs_btn.cs_style_1 {
    color: #307bc4
}

.cs_newsletter.cs_style_4 .cs_btn.cs_style_1:after,
.cs_newsletter.cs_style_4 .cs_btn.cs_style_1:before {
    background: #fff
}

.cs_newsletter.cs_style_4 .cs_btn.cs_style_1 img {
    filter: none
}

.cs_newsletter.cs_style_4 .cs_newsletter_title {
    font-size: 42px;
    margin-bottom: 0
}

@media(max-width:1199px) {
    .cs_newsletter.cs_style_4 .cs_newsletter_title {
        font-size: 36px
    }
}

.cs_newsletter.cs_style_4 .cs_newsletter_left {
    align-items: center;
    display: flex;
    gap: 35px
}

@media(max-width:1400px) {
    .cs_newsletter.cs_style_4 .cs_newsletter_left {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px
    }
}

.cs_social_links_wrap {
    align-items: center;
    display: flex;
    gap: 20px 30px
}

.cs_social_links_wrap h2 {
    font-size: 16px;
    font-weight: 400;
    margin: 0
}

.cs_social_links {
    display: flex;
    flex-wrap: wrap;
    gap: 15px
}

.cs_social_links a {
    align-items: center;
    background-color: #ffffff80;
    border-radius: 50%;
    color: #307bc4;
    display: flex;
    flex: none;
    font-size: 12px;
    height: 20px;
    justify-content: center;
    width: 20px
}

.cs_social_links a:hover {
    background-color: #fff;
    transform: scale(1.2)
}

.cs_footer_bottom_in {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
    justify-content: space-between;
    padding: 37px 0
}

@media(max-width:575px) {
    .cs_footer_bottom_in {
        flex-direction: column;
        text-align: center
    }
}

.cs_copyright {
    color: #ffffff80
}

.cs_footer.cs_style_1 {
    margin-top: 305px;
    position: relative
}

@media(max-width:991px) {
    .cs_footer.cs_style_1 {
        margin-top: 200px
    }
}

.cs_footer.cs_style_1 .cs_footer_logo_wrap {
    background-position: top;
    background-size: cover;
    bottom: 0;
    height: calc(100% + 200px);
    left: 0;
    position: absolute;
    width: 100%
}

@media(max-width:991px) {
    .cs_footer.cs_style_1 .cs_footer_logo_wrap {
        height: calc(100% + 120px)
    }
}

.cs_footer.cs_style_1 .cs_footer_brand {
    align-items: center;
    background-position: 6px 0;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    height: 448px;
    justify-content: center;
    left: 50%;
    margin-left: 6px;
    position: absolute;
    top: -180px;
    transform: translateX(-50%);
    width: 426px
}

.cs_footer.cs_style_1 .cs_footer_brand img {
    animation: spinAnimaiton 6s linear infinite
}

@media(max-width:991px) {
    .cs_footer.cs_style_1 .cs_footer_brand {
        height: 360px;
        top: -140px;
        width: 360px
    }
}

.cs_footer.cs_style_1 .cs_footer_brand_text {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    margin: 5px 0 0
}

@media(max-width:991px) {
    .cs_footer.cs_style_1 .cs_footer_brand_text {
        font-size: 32px
    }
}

.cs_footer.cs_style_1 .cs_text_widget+.cs_contact_widget {
    margin-top: 62px
}

.cs_footer.cs_style_1 .cs_footer_main {
    padding: 70px 0
}

.cs_footer.cs_style_1 .cs_newsletter.cs_style_2 .cs_form_field {
    border-radius: 2.4em
}

.cs_footer_margin_0+.cs_footer.cs_style_1 {
    margin-top: 0
}

.cs_footer.cs_style_2 .cs_footer_in {
    display: flex;
    gap: 40px 30px;
    justify-content: space-between;
    padding: 40px 0 50px
}

@media(max-width:991px) {
    .cs_footer.cs_style_2 .cs_footer_in {
        flex-direction: column;
        gap: 0
    }
}

.cs_footer.cs_style_2 .cs_footer_bottom {
    border-top: 1px solid #fff3;
    padding: 30px 0;
    text-align: center
}

.cs_footer.cs_style_2 .cs_social_links_wrap {
    align-items: flex-start;
    flex-direction: column
}

.cs_footer.cs_style_2 .cs_contact_widget i {
    background-color: #fff;
    color: #307bc4
}

.cs_footer.cs_style_2 .cs_text_widget img+p {
    margin-top: 50px
}

.cs_footer.cs_style_2 .cs_text_widget+.cs_contact_widget {
    margin-top: 20px
}

.cs_footer.cs_style_2 .cs_menu_widget+.cs_social_links_wrap {
    margin-top: 80px
}

.cs_footer.cs_style_2 .cs_menu_widget a:hover {
    color: #fff;
    opacity: .6
}

.cs_footer_bottom,
.cs_footer_main {
    position: relative;
    z-index: 2
}

.cs_text_widget {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em
}

.cs_text_widget p {
    margin: 0
}

.cs_contact_widget {
    list-style: none;
    margin: 0;
    padding: 0
}

.cs_contact_widget li {
    align-items: flex-start;
    display: flex
}

.cs_contact_widget li:not(:last-child) {
    margin-bottom: 13px
}

.cs_contact_widget i {
    align-items: center;
    border-radius: 50%;
    display: flex;
    flex: none;
    justify-content: center;
    margin-right: 19px;
    margin-top: 5px;
    text-align: center
}

.cs_menu_widget li:not(:last-child) {
    margin-bottom: 17px
}

.cs_footer_item {
    padding: 30px 0
}

@media(max-width:575px) {
    .cs_footer_item {
        padding: 20px 0
    }
}

@keyframes spinAnimaiton {
    0% {
        transform: rotateX(-20deg) rotateY(0deg)
    }

    75% {
        transform: rotateX(-20deg) rotateY(1turn)
    }

    to {
        transform: rotateX(-20deg) rotateY(1turn)
    }
}

.cs_footer.cs_style_2.cs_type_1 .cs_footer_bottom {
    background: linear-gradient(119deg, #d2eaef 17.16%, #86bbf1 89.78%);
    border: none;
    padding: 16px 0
}

.cs_footer.cs_style_2.cs_type_1 .cs_copyright {
    color: #274760
}

.cs_isotop_filter.cs_style1 {
    align-items: center;
    display: flex;
    gap: 20px 80px
}

@media(max-width:1700px) {
    .cs_isotop_filter.cs_style1 {
        gap: 20px 30px
    }
}

@media(max-width:991px) {
    .cs_isotop_filter.cs_style1 {
        align-items: flex-start;
        flex-direction: column
    }
}

.cs_isotop_filter.cs_style1 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 36px
}

@media(max-width:1700px) {
    .cs_isotop_filter.cs_style1 ul {
        gap: 20px
    }
}

@media(max-width:991px) {
    .cs_isotop_filter.cs_style1 ul {
        gap: 15px
    }
}

.cs_isotop_filter.cs_style1 ul a,
.cs_isotop_filter.cs_style1 ul span {
    border: 1px solid #307bc4;
    border-radius: 20px;
    color: #274760;
    cursor: pointer;
    display: inline-block;
    padding: 11px 26px;
    transition: all .3s ease
}

@media(max-width:991px) {

    .cs_isotop_filter.cs_style1 ul a,
    .cs_isotop_filter.cs_style1 ul span {
        padding: 7px 20px
    }
}

.cs_isotop_filter.cs_style1 ul a:hover,
.cs_isotop_filter.cs_style1 ul span:hover {
    background-color: #307bc426;
    color: #307bc4
}

.cs_isotop_filter.cs_style1 ul .active a,
.cs_isotop_filter.cs_style1 ul .active span {
    background-color: #307bc4;
    color: #fff
}

.cs_view_box {
    align-items: center;
    display: flex;
    gap: 30px
}

.cs_view_box_in {
    display: flex;
    gap: 15px
}

.cs_view_box_in button {
    background-color: #0000;
    border: none;
    opacity: .5;
    padding: 0;
    transition: all .3s ease
}

.cs_view_box_in button:hover {
    opacity: 1
}

.cs_view_box_in button.active {
    color: #307bc4;
    opacity: 1
}

.cs_doctors_heading {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between
}

.cs_hero.cs_style_1 {
    height: 1200px;
    padding-bottom: 110px;
    position: relative
}

@media(max-width:1700px) {
    .cs_hero.cs_style_1 {
        height: 1075px
    }
}

@media(max-width:1480px) {
    .cs_hero.cs_style_1 {
        height: 1115px
    }
}

@media(max-width:1380px) {
    .cs_hero.cs_style_1 {
        height: 980px
    }
}

@media(max-width:1300px) {
    .cs_hero.cs_style_1 {
        height: 1010px
    }
}

@media(max-width:991px) {
    .cs_hero.cs_style_1 {
        height: auto
    }
}

.cs_hero.cs_style_1 .cs_hero_text {
    position: relative;
    z-index: 1
}

.cs_hero.cs_style_1 .cs_hero_title {
    margin-bottom: 29px;
    max-width: 900px
}

@media(max-width:1700px) {
    .cs_hero.cs_style_1 .cs_hero_title {
        max-width: 710px
    }
}

@media(max-width:1199px) {
    .cs_hero.cs_style_1 .cs_hero_title {
        margin-bottom: 20px;
        max-width: 580px
    }
}

.cs_hero.cs_style_1 .cs_hero_subtitle {
    margin-bottom: 110px;
    max-width: 700px
}

@media(max-width:1700px) {
    .cs_hero.cs_style_1 .cs_hero_subtitle {
        max-width: 600px
    }
}

@media(max-width:1199px) {
    .cs_hero.cs_style_1 .cs_hero_subtitle {
        max-width: 580px
    }
}

@media(max-width:991px) {
    .cs_hero.cs_style_1 .cs_hero_subtitle {
        margin-bottom: 35px
    }
}

.cs_hero.cs_style_1 .cs_hero_patents {
    left: 39.3%;
    position: absolute;
    top: 58.5%
}

@media(max-width:1700px) {
    .cs_hero.cs_style_1 .cs_hero_patents {
        left: 33%
    }
}

.cs_hero.cs_style_2 {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-between;
    max-height: 1080px;
    min-height: 750px;
    padding: 218px 0 0;
    position: relative
}

@media(max-width:1700px) {
    .cs_hero.cs_style_2 {
        padding: 190px 0 0
    }
}

@media(max-width:1380px) {
    .cs_hero.cs_style_2 {
        padding-top: 170px
    }
}

@media(max-width:1199px) {
    .cs_hero.cs_style_2 {
        height: auto;
        max-height: none;
        min-height: 0;
        min-height: auto;
        padding-top: 150px
    }
}

.cs_hero.cs_style_2 .cs_hero_text {
    position: relative;
    z-index: 2
}

@media(max-width:1199px) {
    .cs_hero.cs_style_2 .cs_hero_text {
        margin-bottom: 60px
    }
}

@media(max-width:767px) {
    .cs_hero.cs_style_2 .cs_hero_text {
        margin-bottom: 40px
    }
}

.cs_hero.cs_style_2 .container:first-child {
    flex: 1 1;
    position: relative
}

.cs_hero.cs_style_2 .cs_hero_bottom {
    display: flex;
    gap: 0 50px;
    min-height: 100px
}

@media(max-width:1380px) {
    .cs_hero.cs_style_2 .cs_hero_bottom {
        flex-direction: column;
        gap: 40px 0
    }
}

.cs_hero.cs_style_2 .cs_hero_bottom_left {
    flex: none;
    width: 350px
}

@media(max-width:1700px) {
    .cs_hero.cs_style_2 .cs_hero_bottom_left {
        width: 280px
    }
}

.cs_hero.cs_style_2 .cs_hero_title {
    margin-bottom: 82px;
    max-width: 900px
}

@media(max-width:1380px) {
    .cs_hero.cs_style_2 .cs_hero_title {
        margin-bottom: 50px
    }
}

@media(max-width:767px) {
    .cs_hero.cs_style_2 .cs_hero_title {
        margin-bottom: 20px
    }
}

.cs_hero.cs_style_2 .cs_hero_text_in {
    display: flex;
    gap: 30px 75px
}

@media(max-width:767px) {
    .cs_hero.cs_style_2 .cs_hero_text_in {
        flex-direction: column-reverse
    }
}

.cs_hero.cs_style_2 .cs_hero_subtitle {
    margin: 0;
    max-width: 500px
}

.cs_hero.cs_style_2 .cs_hero_patents {
    animation: anim-y 5s cubic-bezier(.4, 0, .2, 1) infinite;
    position: absolute;
    right: 0;
    top: -75px
}

@media(max-width:1380px) {
    .cs_hero.cs_style_2 .cs_hero_patents {
        top: -40px
    }
}

@media(max-width:991px) {
    .cs_hero.cs_style_2 .cs_hero_patents {
        display: none
    }
}

.cs_hero.cs_style_2 .cs_hero_funfact {
    display: flex;
    gap: 0 97px;
    justify-content: space-between;
    margin-left: auto;
    max-width: 1210px;
    padding: 57px 0 73px 73px;
    position: relative
}

@media(max-width:1700px) {
    .cs_hero.cs_style_2 .cs_hero_funfact {
        gap: 0 30px;
        padding: 30px 0 50px 40px
    }
}

@media(max-width:991px) {
    .cs_hero.cs_style_2 .cs_hero_funfact {
        flex-wrap: wrap;
        gap: 30px 0;
        padding: 30px 0 35px 30px
    }
}

@media(max-width:575px) {
    .cs_hero.cs_style_2 .cs_hero_funfact {
        padding-left: 0
    }
}

.cs_hero.cs_style_2 .cs_hero_funfact:before {
    -webkit-backdrop-filter: blur(21.5px);
    backdrop-filter: blur(21.5px);
    background: #ffffff1a;
    border-radius: 25px 0 0 0;
    box-shadow: 0 0 0 1px #fff6;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100vw
}

.cs_hero.cs_style_2 .cs_hero_funfact h3 {
    margin-bottom: 8px
}

.cs_hero.cs_style_2 .cs_hero_funfact .cs_hero_funfact_col {
    position: relative;
    z-index: 2
}

@media(max-width:991px) {
    .cs_hero.cs_style_2 .cs_hero_funfact .cs_hero_funfact_col {
        padding: 0 10px;
        width: 50%
    }
}

@media(max-width:450px) {
    .cs_hero.cs_style_2 .cs_hero_funfact .cs_hero_funfact_col h3 {
        font-size: 36px
    }
}

.cs_hero.cs_style_2 .cs_text_btn_2:hover {
    color: #fff
}

.cs_hero.cs_style_3 {
    height: calc(100vh + 235px);
    max-height: 1350px;
    min-height: 1050px;
    overflow: hidden;
    padding-top: 240px;
    position: relative
}

@media(max-width:1380px) {
    .cs_hero.cs_style_3 {
        padding-top: 200px
    }
}

@media(max-width:991px) {
    .cs_hero.cs_style_3 {
        align-items: center;
        display: flex;
        height: auto;
        max-height: none;
        min-height: calc(100vh + 210px);
        padding-bottom: 400px;
        padding-top: 160px
    }
}

@media(max-width:575px) {
    .cs_hero.cs_style_3 {
        height: auto;
        max-height: none;
        min-height: 0;
        min-height: auto;
        padding-top: 140px
    }

    .cs_hero.cs_style_3 .cs_fs_20 {
        font-size: 16px
    }
}

.cs_hero.cs_style_3>.container {
    position: relative;
    z-index: 2
}

.cs_hero.cs_style_3 .cs_hero_title {
    margin-bottom: 52px;
    max-width: 1000px
}

@media(max-width:1700px) {
    .cs_hero.cs_style_3 .cs_hero_title {
        max-width: 750px
    }
}

@media(max-width:1199px) {
    .cs_hero.cs_style_3 .cs_hero_title {
        max-width: 550px
    }
}

@media(max-width:991px) {
    .cs_hero.cs_style_3 .cs_hero_title {
        margin-bottom: 20px
    }
}

.cs_hero.cs_style_3 .cs_hero_subtitle {
    max-width: 540px
}

.cs_hero.cs_style_3.cs_type_1 {
    height: 100vh;
    max-height: 1050px;
    min-height: 0;
    min-height: auto
}

@media(max-width:991px) {
    .cs_hero.cs_style_3.cs_type_1 {
        padding: 150px 0 110px
    }
}

.cs_hero.cs_style_4 {
    min-height: 750px;
    padding: 210px 0 0;
    position: relative
}

@media(max-width:1700px) {
    .cs_hero.cs_style_4 {
        padding: 190px 0 0
    }
}

@media(max-width:1199px) {
    .cs_hero.cs_style_4 {
        padding: 150px 0 0
    }
}

.cs_hero.cs_style_4 .cs_hero_text {
    max-width: 920px;
    position: relative;
    z-index: 2
}

.cs_hero.cs_style_4 .cs_hero_title {
    margin-bottom: 40px
}

@media(max-width:1199px) {
    .cs_hero.cs_style_4 .cs_hero_title {
        margin-bottom: 20px
    }
}

.cs_hero.cs_style_4 .cs_hero_subtitle {
    margin-bottom: 110px;
    max-width: 700px
}

@media(max-width:1700px) {
    .cs_hero.cs_style_4 .cs_hero_subtitle {
        margin-bottom: 60px
    }
}

.cs_iconbox.cs_style_1 {
    height: 100%;
    padding: 25px 30px 40px
}

@media(max-width:1700px) {
    .cs_iconbox.cs_style_1 {
        padding: 25px 20px 30px
    }
}

@media(max-width:1280px) {
    .cs_iconbox.cs_style_1 {
        padding: 25px 25px 30px
    }
}

@media(max-width:991px) {
    .cs_iconbox.cs_style_1 .cs_fs_20 {
        font-size: 20px
    }
}

@media(max-width:340px) {
    .cs_iconbox.cs_style_1 .cs_fs_20 {
        font-size: 18px
    }
}

.cs_iconbox.cs_style_1 .cs_iconbox_icon {
    flex: none;
    height: 120px;
    overflow: hidden;
    padding: 25px;
    position: relative;
    width: 120px
}

@media(max-width:1700px) {
    .cs_iconbox.cs_style_1 .cs_iconbox_icon {
        height: 90px;
        padding: 15px;
        width: 90px
    }
}

.cs_iconbox.cs_style_1 .cs_iconbox_icon img {
    max-height: 100%
}

.cs_iconbox.cs_style_1 .cs_iconbox_icon:before {
    background: linear-gradient(90deg, #0000, #ffffff21);
    content: "";
    height: 100%;
    left: -80%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
    z-index: 1
}

.cs_iconbox.cs_style_1:hover .cs_iconbox_icon:before {
    animation: shine 1.3s
}

@keyframes shine {
    to {
        left: 125%
    }
}

.cs_iconbox.cs_style_2 {
    align-items: center;
    border: 1px solid #307bc4;
    border-radius: 20px;
    display: flex;
    gap: 60px;
    margin-bottom: 60px;
    min-height: 250px;
    padding: 40px 70px;
    transition: all .4s ease
}

@media(max-width:1700px) {
    .cs_iconbox.cs_style_2 {
        gap: 30px;
        margin-bottom: 25px;
        min-height: 220px;
        min-height: 200px;
        padding: 40px
    }
}

@media(max-width:450px) {
    .cs_iconbox.cs_style_2 {
        gap: 25px;
        min-height: 150px;
        padding: 35px
    }
}

.cs_iconbox.cs_style_2 .cs_iconbox_title {
    transition: all .4s ease
}

.cs_iconbox.cs_style_2 img {
    color: #307bc4;
    transition: all .4s ease
}

@media(max-width:350px) {
    .cs_iconbox.cs_style_2 img {
        max-width: 65px
    }
}

.cs_iconbox.cs_style_2 .cs_iconbox_icon {
    flex: none
}

.cs_iconbox.cs_style_2:hover {
    background-color: #307bc4;
    box-shadow: 6px 4px 70px 8px #307bc417
}

.cs_iconbox.cs_style_2:hover .cs_iconbox_title {
    color: #fff
}

.cs_iconbox.cs_style_2:hover img {
    filter: brightness(0) invert(1)
}

.cs_iconbox.cs_style_3 {
    display: flex;
    position: relative
}

@media(max-width:991px) {
    .cs_iconbox.cs_style_3 {
        gap: 0 20px
    }
}

@media(max-width:420px) {
    .cs_iconbox.cs_style_3 {
        flex-direction: column
    }
}

.cs_iconbox.cs_style_3:before {
    background-color: #307bc4;
    content: "";
    height: calc(100% + 50px);
    left: 50%;
    margin-left: -4px;
    margin-top: -25px;
    opacity: 0;
    position: absolute;
    transition: all .4s ease;
    width: 9px
}

@media(max-width:991px) {
    .cs_iconbox.cs_style_3:before {
        display: none
    }
}

.cs_iconbox.cs_style_3 .cs_iconbox_left,
.cs_iconbox.cs_style_3 .cs_iconbox_right {
    flex: none;
    width: 50%
}

@media(max-width:991px) {

    .cs_iconbox.cs_style_3 .cs_iconbox_left,
    .cs_iconbox.cs_style_3 .cs_iconbox_right {
        flex: initial;
        width: auto
    }
}

.cs_iconbox.cs_style_3 .cs_iconbox_left {
    padding-right: 120px
}

@media(max-width:991px) {
    .cs_iconbox.cs_style_3 .cs_iconbox_left {
        padding-right: 0;
        padding-top: 10px
    }
}

.cs_iconbox.cs_style_3 .cs_iconbox_right {
    padding-left: 200px;
    position: relative
}

@media(max-width:1400px) {
    .cs_iconbox.cs_style_3 .cs_iconbox_right br {
        display: none
    }
}

@media(max-width:991px) {
    .cs_iconbox.cs_style_3 .cs_iconbox_right {
        padding-left: 0
    }
}

.cs_iconbox.cs_style_3 .cs_iconbox_number {
    color: #307bc414;
    font-size: 72px;
    left: 84px;
    line-height: 1.14;
    position: absolute;
    top: -20px
}

@media(max-width:991px) {
    .cs_iconbox.cs_style_3 .cs_iconbox_number {
        font-size: 56px;
        margin-bottom: 10px;
        position: static
    }
}

@media(max-width:420px) {
    .cs_iconbox.cs_style_3 .cs_iconbox_number {
        display: none
    }
}

.cs_iconbox.cs_style_3 .cs_iconbox_icon {
    background: #307bc42b;
    height: 136px;
    margin-left: auto;
    padding: 25px;
    transition: all .4s ease;
    width: 136px
}

@media(max-width:991px) {
    .cs_iconbox.cs_style_3 .cs_iconbox_icon {
        height: 100px;
        width: 100px
    }
}

@media(max-width:420px) {
    .cs_iconbox.cs_style_3 .cs_iconbox_icon {
        height: 80px;
        margin-bottom: 20px;
        margin-left: 0;
        padding: 20px;
        width: 80px
    }
}

.cs_iconbox.cs_style_3 .cs_iconbox_title {
    margin-bottom: 20px
}

@media(max-width:420px) {
    .cs_iconbox.cs_style_3 .cs_iconbox_title {
        margin-bottom: 10px
    }
}

.cs_iconbox.cs_style_3:hover:before {
    opacity: 1
}

.cs_iconbox.cs_style_3:hover .cs_iconbox_icon {
    background-color: #307bc4
}

.cs_iconbox_3_wrap {
    position: relative
}

.cs_iconbox_3_wrap:before {
    background-color: #274760;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px
}

@media(max-width:991px) {
    .cs_iconbox_3_wrap:before {
        display: none
    }
}

.cs_iconbox_3_wrap .cs_iconbox.cs_style_3:not(:last-child) {
    margin-bottom: 146px
}

@media(max-width:991px) {
    .cs_iconbox_3_wrap .cs_iconbox.cs_style_3:not(:last-child) {
        margin-bottom: 50px
    }
}

.cs_iconbox_3_wrap .cs_iconbox.cs_style_3:nth-child(2n) {
    flex-direction: row-reverse
}

@media(max-width:991px) {
    .cs_iconbox_3_wrap .cs_iconbox.cs_style_3:nth-child(2n) {
        flex-direction: row
    }
}

@media(max-width:420px) {
    .cs_iconbox_3_wrap .cs_iconbox.cs_style_3:nth-child(2n) {
        flex-direction: column
    }
}

.cs_iconbox_3_wrap .cs_iconbox.cs_style_3:nth-child(2n) .cs_iconbox_left {
    padding-left: 120px;
    padding-right: 0
}

@media(max-width:991px) {
    .cs_iconbox_3_wrap .cs_iconbox.cs_style_3:nth-child(2n) .cs_iconbox_left {
        padding-left: 0
    }
}

.cs_iconbox_3_wrap .cs_iconbox.cs_style_3:nth-child(2n) .cs_iconbox_right {
    padding-left: 0;
    padding-right: 200px;
    text-align: right
}

@media(max-width:991px) {
    .cs_iconbox_3_wrap .cs_iconbox.cs_style_3:nth-child(2n) .cs_iconbox_right {
        padding-right: 0;
        text-align: left
    }
}

.cs_iconbox_3_wrap .cs_iconbox.cs_style_3:nth-child(2n) .cs_iconbox_icon {
    margin-left: 0
}

.cs_iconbox_3_wrap .cs_iconbox.cs_style_3:nth-child(2n) .cs_iconbox_number {
    left: auto;
    right: 84px
}

.cs_iconbox.cs_style_4 {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 21px 1px #307bc41a;
    position: relative;
    transition: all .4s ease
}

.cs_iconbox.cs_style_4 {
    margin-bottom: 20px;
    padding: 30px 110px 32px 40px
}

@media(max-width:1700px) {
    .cs_iconbox.cs_style_4 {
        padding: 30px 90px 50px 25px
    }
}

@media(max-width:1400px) {
    .cs_iconbox.cs_style_4 {
        padding: 30px 35px 50px 25px
    }
}

@media(max-width:991px) {
    .cs_iconbox.cs_style_4 {
        padding: 30px 25px 70px
    }
}

.cs_iconbox.cs_style_4 .cs_iconbox_title {
    margin-bottom: 12px;
    min-height: 83px
}

@media(max-width:1700px) {
    .cs_iconbox.cs_style_4 .cs_iconbox_title {
        min-height: 0;
        min-height: auto
    }
}

@media(min-width:1701px) {
    .cs_iconbox.cs_style_4 .cs_iconbox_subtitle {
        padding-right: 20%
    }
}

.cs_iconbox.cs_style_4 .cs_iconbox_icon {
    height: 40px;
    margin-bottom: 21px;
    width: 40px
}

.cs_iconbox.cs_style_5 {
    align-items: center;
    box-shadow: 0 4px 21px 1px #307bc41a;
    display: flex;
    gap: 25px;
    padding: 25px 30px
}

@media(max-width:1700px) {
    .cs_iconbox.cs_style_5 {
        gap: 15px;
        padding: 20px
    }

    .cs_iconbox.cs_style_5 .cs_iconbox_title {
        line-height: 1.3em
    }
}

.cs_iconbox.cs_style_5 .cs_iconbox_icon {
    flex: none;
    height: 120px;
    overflow: hidden;
    padding: 18px;
    position: relative;
    width: 120px
}

@media(max-width:1700px) {
    .cs_iconbox.cs_style_5 .cs_iconbox_icon {
        height: 80px;
        padding: 20px;
        width: 80px
    }
}

.cs_iconbox.cs_style_5 .cs_iconbox_icon:before {
    background: linear-gradient(90deg, #0000, #ffffff21);
    content: "";
    height: 100%;
    left: -80%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
    z-index: 1
}

.cs_iconbox.cs_style_5:hover .cs_iconbox_icon:before {
    animation: shine 1.3s
}

.cs_iconbox.cs_style_9 {
    align-items: center;
    background: linear-gradient(154deg, #d2eaef, #86bbf1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 24px;
    min-height: 290px;
    padding: 40px 25px;
    transition: all .4s ease
}

@media(max-width:1700px) {
    .cs_iconbox.cs_style_9 {
        min-height: 250px;
        padding: 25px 15px
    }
}

@media(max-width:991px) {
    .cs_iconbox.cs_style_9 {
        min-height: 250px;
        padding: 25px
    }
}

.cs_iconbox.cs_style_9:hover {
    transform: scale(1.04)
}

.cs_iconbox.cs_style_9 .cs_iconbox_title {
    margin-top: 20px
}

.cs_iconbox.cs_style_11 {
    align-items: center;
    background-color: #d2eaef80;
    display: flex;
    gap: 30px;
    padding: 38px 54px
}

@media(max-width:1700px) {
    .cs_iconbox.cs_style_11 {
        gap: 20px;
        padding: 30px
    }
}

@media(max-width:380px) {
    .cs_iconbox.cs_style_11 {
        gap: 15px;
        padding: 25px 20px
    }
}

@media(max-width:330px) {
    .cs_iconbox.cs_style_11 {
        gap: 10px;
        padding: 20px
    }
}

.cs_iconbox.cs_style_11 .cs_iconbox_icon {
    flex: none
}

@media(max-width:1700px) {
    .cs_iconbox.cs_style_11 .cs_iconbox_icon {
        max-width: 60px
    }
}

@media(max-width:380px) {
    .cs_iconbox.cs_style_11 .cs_iconbox_icon {
        max-width: 40px
    }
}

@media(max-width:330px) {
    .cs_iconbox.cs_style_11 .cs_iconbox_icon {
        max-width: 35px
    }
}

.cs_iconbox.cs_style_11 .cs_iconbox_right {
    flex: 1 1
}

.cs_post.cs_style_1 {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 21px 1px #307bc41a;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    transition: all .4s ease
}

.cs_post.cs_style_1:hover {
    box-shadow: 6px 4px 70px 8px #307bc417;
    transform: translateY(-20px)
}

.cs_post.cs_style_1 .cs_post_thumb {
    display: block;
    width: 100%
}

.cs_post.cs_style_1 .cs_post_thumb img {
    border-radius: 20px;
    width: 100%
}

.cs_post.cs_style_1 .cs_post_info {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 40px 40px
}

@media(max-width:991px) {
    .cs_post.cs_style_1 .cs_post_info {
        padding: 30px 25px
    }
}

.cs_post.cs_style_1 .cs_post_meta {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px
}

.cs_post.cs_style_1 .cs_post_title {
    margin-bottom: 18px
}

.cs_post.cs_style_1.cs_type_1 {
    padding: 28px 28px 0
}

@media(max-width:1400px) {
    .cs_post.cs_style_1.cs_type_1 {
        padding: 15px 15px 0
    }
}

.cs_post.cs_style_1.cs_type_1 .cs_post_title {
    margin: 0
}

.cs_post.cs_style_1.cs_type_1 .cs_post_info {
    padding: 25px 15px 56px
}

@media(max-width:1400px) {
    .cs_post.cs_style_1.cs_type_1 .cs_post_info {
        padding: 25px 0 30px 10px
    }
}

.cs_post.cs_style_1.cs_type_2 {
    display: block;
    height: auto
}

.cs_post.cs_style_1.cs_type_2 .cs_post_thumb img {
    border-radius: 20px 20px 0 0
}

.cs_post.cs_style_1.cs_type_2 .cs_post_title {
    margin-bottom: 20px
}

.cs_post.cs_style_1.cs_type_2 .cs_post_info {
    padding: 45px 40px
}

.cs_post.cs_style_1.cs_type_2 .cs_post_info>div {
    display: flex;
    flex-direction: column-reverse
}

@media(max-width:480px) {
    .cs_post.cs_style_1.cs_type_2 .cs_post_info {
        padding: 30px 25px
    }
}

.cs_post.cs_style_1.cs_type_2 .cs_post_meta {
    margin-bottom: 0
}

.cs_post.cs_style_1.cs_type_2 .cs_post_thumb {
    height: 381px
}

@media(max-width:1700px) {
    .cs_post.cs_style_1.cs_type_2 .cs_post_thumb {
        height: 396px
    }
}

@media(max-width:991px) {
    .cs_post.cs_style_1.cs_type_2 .cs_post_thumb {
        height: auto
    }
}

.cs_post.cs_style_1.cs_type_2 .cs_post_thumb img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.cs_post.cs_style_2 {
    box-shadow: 0 4px 21px 1px #307bc41a;
    display: flex;
    transition: all .5s ease
}

.cs_post.cs_style_2:hover {
    transform: scale(1.03)
}

@media(max-width:380px) {
    .cs_post.cs_style_2 {
        flex-direction: column
    }
}

.cs_post.cs_style_2 .cs_post_title {
    margin-bottom: 12px
}

.cs_post.cs_style_2 .cs_post_info {
    align-items: center;
    display: flex;
    padding: 15px 15px 15px 60px
}

@media(max-width:1700px) {
    .cs_post.cs_style_2 .cs_post_info {
        padding-left: 30px
    }
}

@media(max-width:575px) {
    .cs_post.cs_style_2 .cs_post_info {
        padding-left: 20px
    }
}

.cs_post.cs_style_2 .cs_post_thumb {
    flex: none;
    min-height: 188px;
    width: 190px
}

.cs_post.cs_style_2 .cs_post_thumb img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media(max-width:575px) {
    .cs_post.cs_style_2 .cs_post_thumb {
        min-height: 150px;
        width: 150px
    }
}

@media(max-width:380px) {
    .cs_post.cs_style_2 .cs_post_thumb {
        border-radius: 0 0 20px 0;
        height: 180px;
        overflow: hidden;
        width: 180px
    }
}

.cs_post.cs_style_3 {
    transition: all .4s ease
}

.cs_post.cs_style_3:hover {
    box-shadow: 0 4px 21px 1px #307bc41a
}

.cs_post.cs_style_3 .cs_post_thumb {
    display: block
}

.cs_post.cs_style_3 .cs_post_title {
    margin-bottom: 18px
}

.cs_post.cs_style_3 .cs_posted_by {
    align-items: center;
    color: #274760;
    display: flex;
    gap: 12px
}

.cs_post.cs_style_3 .cs_posted_by i {
    color: #307bc4;
    display: flex;
    font-size: 18px
}

.cs_post.cs_style_3 .cs_post_info {
    padding: 35px 40px
}

@media(max-width:1700px) {
    .cs_post.cs_style_3 .cs_post_info {
        padding: 25px 24px
    }
}

.cs_banner.cs_style_1 {
    border-radius: 25px;
    margin-top: 165px;
    padding: 100px 90px;
    position: relative
}

@media(max-width:1700px) {
    .cs_banner.cs_style_1 {
        margin-top: 85px
    }
}

@media(max-width:1199px) {
    .cs_banner.cs_style_1 {
        margin-top: 0
    }
}

@media(max-width:991px) {
    .cs_banner.cs_style_1 {
        padding: 70px 30px
    }
}

.cs_banner.cs_style_1 .cs_banner_title {
    margin-bottom: 24px;
    max-width: 800px;
    position: relative;
    z-index: 1
}

@media(max-width:1700px) {
    .cs_banner.cs_style_1 .cs_banner_title {
        max-width: 650px
    }
}

.cs_banner.cs_style_1 .cs_banner_subtitle {
    max-width: 500px;
    position: relative;
    z-index: 1
}

.cs_banner.cs_style_1 .cs_banner_img {
    bottom: -30px;
    position: absolute;
    right: -15px
}

@media(max-width:1700px) {
    .cs_banner.cs_style_1 .cs_banner_img {
        max-width: 535px
    }
}

@media(max-width:1199px) {
    .cs_banner.cs_style_1 .cs_banner_img {
        bottom: 0;
        max-height: 100%
    }
}

@media(max-width:991px) {
    .cs_banner.cs_style_1 .cs_banner_img {
        display: none
    }
}

.cs_banner.cs_style_2 {
    padding: 200px 9% 200px 43%
}

@media(max-width:1700px) {
    .cs_banner.cs_style_2 {
        padding: 150px 9% 150px 43%
    }
}

@media(max-width:1400px) {
    .cs_banner.cs_style_2 {
        padding: 150px 5% 150px 40%
    }
}

@media(max-width:1199px) {
    .cs_banner.cs_style_2 {
        padding: 120px 4% 120px 36%
    }
}

@media(max-width:991px) {
    .cs_banner.cs_style_2 {
        padding: 80px 30px 80px 25%
    }
}

@media(max-width:767px) {
    .cs_banner.cs_style_2 {
        background-position: 100%;
        padding: 80px 30px
    }

    .cs_banner.cs_style_2 br {
        display: none
    }
}

.cs_banner.cs_style_3,
.cs_banner.cs_style_5 {
    min-height: 700px;
    padding: 225px 0 155px;
    position: relative
}

@media(max-width:1700px) {

    .cs_banner.cs_style_3,
    .cs_banner.cs_style_5 {
        min-height: 600px
    }
}

@media(max-width:1199px) {

    .cs_banner.cs_style_3,
    .cs_banner.cs_style_5 {
        min-height: 500px;
        padding: 160px 0 125px
    }

    .cs_banner.cs_style_3 .container,
    .cs_banner.cs_style_5 .container {
        max-width: 100%
    }
}

@media(max-width:991px) {

    .cs_banner.cs_style_3,
    .cs_banner.cs_style_5 {
        align-items: center;
        display: flex;
        justify-content: center;
        padding: 155px 0 100px;
        text-align: center
    }

    .cs_banner.cs_style_3 .container,
    .cs_banner.cs_style_5 .container {
        max-width: 720px
    }
}

@media(max-width:767px) {

    .cs_banner.cs_style_3 .container,
    .cs_banner.cs_style_5 .container {
        max-width: 540px
    }
}

.cs_banner.cs_style_3 .cs_banner_title,
.cs_banner.cs_style_5 .cs_banner_title {
    margin-bottom: 25px
}

@media(max-width:1199px) {

    .cs_banner.cs_style_3 .cs_banner_title,
    .cs_banner.cs_style_5 .cs_banner_title {
        font-size: 50px
    }
}

@media(max-width:575px) {

    .cs_banner.cs_style_3 .cs_banner_title,
    .cs_banner.cs_style_5 .cs_banner_title {
        font-size: 48px
    }
}

.cs_banner.cs_style_3 .cs_banner_img,
.cs_banner.cs_style_5 .cs_banner_img {
    align-items: flex-end;
    bottom: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    padding-top: 110px;
    position: absolute
}

.cs_banner.cs_style_3 .cs_banner_img img,
.cs_banner.cs_style_5 .cs_banner_img img {
    max-height: 100%
}

@media(max-width:991px) {

    .cs_banner.cs_style_3 .cs_banner_img,
    .cs_banner.cs_style_5 .cs_banner_img {
        display: none
    }
}

.cs_banner.cs_style_3 .cs_banner_text,
.cs_banner.cs_style_5 .cs_banner_text {
    position: relative;
    width: 50%;
    z-index: 1
}

@media(max-width:991px) {

    .cs_banner.cs_style_3 .cs_banner_text,
    .cs_banner.cs_style_5 .cs_banner_text {
        width: 100%
    }
}

@media(max-width:1400px) {

    .cs_banner.cs_style_3 .cs_fs_20,
    .cs_banner.cs_style_5 .cs_fs_20 {
        font-size: 18px
    }
}

@media(max-width:991px) {

    .cs_banner.cs_style_3 .cs_fs_20,
    .cs_banner.cs_style_5 .cs_fs_20 {
        font-size: 16px
    }
}

@media(max-width:575px) {

    .cs_banner.cs_style_3 br,
    .cs_banner.cs_style_5 br {
        display: none
    }
}

.cs_banner.cs_style_3 .cs_banner_img {
    left: 0;
    padding-left: 6%;
    padding-right: 12px;
    width: 50%
}

@media(max-width:1700px) {
    .cs_banner.cs_style_3 .cs_banner_img {
        padding-left: 12px
    }
}

.cs_banner.cs_style_3 .cs_banner_subtitle {
    max-width: 550px
}

@media(max-width:991px) {
    .cs_banner.cs_style_3 .cs_banner_subtitle {
        margin-left: auto;
        margin-right: auto
    }
}

@media(min-width:991px) {
    .cs_banner.cs_style_3 .cs_banner_text {
        margin-left: auto
    }
}

.cs_banner.cs_style_4 {
    border-radius: 30px 30px 0 0;
    box-shadow: 6px 4px 70px 8px #307bc417;
    padding: 280px 130px 340px;
    position: relative
}

@media(max-width:1700px) {
    .cs_banner.cs_style_4 {
        padding: 140px 130px 340px
    }
}

@media(max-width:991px) {
    .cs_banner.cs_style_4 {
        padding: 120px 30px 250px
    }
}

@media(max-width:767px) {
    .cs_banner.cs_style_4 br {
        display: none
    }
}

.cs_banner.cs_style_4>* {
    position: relative;
    z-index: 2
}

.cs_banner.cs_style_4 .cs_banner_title {
    margin-bottom: 12px
}

.cs_banner.cs_style_5 .cs_banner_img {
    padding-left: 12px;
    padding-right: 5%;
    right: 0;
    width: 50%
}

@media(max-width:1700px) {
    .cs_banner.cs_style_5 .cs_banner_img {
        padding-right: 12px
    }
}

@media(max-width:1199px) {
    .cs_banner.cs_style_5 .cs_banner_img {
        width: 56%
    }
}

.cs_banner.cs_style_9 {
    box-shadow: 6px 4px 70px 8px #307bc417;
    margin-top: 130px;
    padding: 183px 0 382px 130px;
    position: relative
}

@media(max-width:1700px) {
    .cs_banner.cs_style_9 {
        margin-top: 80px;
        padding: 140px 0 350px 110px
    }
}

@media(max-width:1199px) {
    .cs_banner.cs_style_9 {
        margin-top: 0;
        padding: 100px 0 350px 50px
    }
}

@media(max-width:991px) {
    .cs_banner.cs_style_9 {
        padding: 100px 0 250px 30px
    }
}

@media(max-width:767px) {
    .cs_banner.cs_style_9 br {
        display: none
    }
}

.cs_banner.cs_style_9 .cs_banner_img {
    bottom: 0;
    position: absolute;
    right: 0
}

@media(max-width:1700px) {
    .cs_banner.cs_style_9 .cs_banner_img {
        max-width: 500px
    }
}

@media(max-width:1199px) {
    .cs_banner.cs_style_9 .cs_banner_img {
        max-width: 400px
    }
}

@media(max-width:991px) {
    .cs_banner.cs_style_9 .cs_banner_img {
        display: none
    }
}

.cs_banner.cs_style_9 .cs_banner_title {
    margin-bottom: 22px
}

.cs_banner.cs_style_9.cs_type_1 {
    margin: 0;
    padding: 150px 60px 340px 50%
}

@media(max-width:1199px) {
    .cs_banner.cs_style_9.cs_type_1 {
        padding: 90px 60px 340px 50%
    }
}

@media(max-width:991px) {
    .cs_banner.cs_style_9.cs_type_1 {
        padding: 90px 30px 240px
    }
}

.cs_banner.cs_style_9.cs_type_1 .cs_banner_img {
    left: 0;
    max-width: 48%;
    right: auto
}

.cs_testimonial.cs_style_1 {
    line-height: 1.87em;
    position: relative
}

.cs_testimonial.cs_style_1>img {
    left: -88px;
    position: absolute;
    top: -37px
}

@media(max-width:991px) {
    .cs_testimonial.cs_style_1>img {
        left: -75px;
        top: -15px
    }
}

.cs_testimonial.cs_style_1>p {
    margin-bottom: 30px
}

.cs_testimonial.cs_style_2 .cs_testimonial_text {
    margin-bottom: 35px;
    padding: 80px 80px 80px 144px;
    position: relative
}

@media(max-width:1700px) {
    .cs_testimonial.cs_style_2 .cs_testimonial_text {
        padding: 60px 60px 60px 124px
    }
}

@media(max-width:575px) {
    .cs_testimonial.cs_style_2 .cs_testimonial_text {
        padding: 80px 25px 50px 45px
    }
}

.cs_testimonial.cs_style_2 .cs_testimonial_text p {
    margin-bottom: 32px
}

.cs_testimonial.cs_style_2 .cs_quote_icon {
    left: 60px;
    position: absolute;
    top: 70px
}

@media(max-width:1700px) {
    .cs_testimonial.cs_style_2 .cs_quote_icon {
        left: 40px
    }
}

@media(max-width:575px) {
    .cs_testimonial.cs_style_2 .cs_quote_icon {
        left: 25px;
        top: 30px
    }
}

.cs_testimonial.cs_style_2 .cs_testimonial_meta {
    align-items: center;
    display: flex;
    gap: 25px 40px
}

@media(max-width:575px) {
    .cs_testimonial.cs_style_2 .cs_testimonial_meta {
        gap: 20px
    }
}

.cs_testimonial.cs_style_2 .cs_testimonial_avatar {
    border-radius: 50%;
    height: 96px;
    width: 96px
}

.cs_testimonial.cs_style_2 .cs_testimonial_avatar img {
    border-radius: inherit;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.cs_testimonial.cs_style_3 {
    margin-top: 75px;
    padding: 1px 82px 42px
}

@media(max-width:575px) {
    .cs_testimonial.cs_style_3 {
        padding: 1px 20px 30px
    }
}

.cs_testimonial.cs_style_3 .cs_testimonial_avatar {
    margin-bottom: 10px
}

.cs_testimonial.cs_style_3 .cs_testimonial_text {
    margin-top: 42px
}

.cs_testimonial.cs_style_3 .cs_rating {
    margin-left: auto;
    margin-right: auto
}

.cs_testimonial.cs_style_4 {
    background-color: #fff;
    box-shadow: 0 4px 21px 1px #307bc41a;
    padding: 40px 20px
}

.cs_testimonial.cs_style_4 .cs_testimonial_meta {
    align-items: center;
    display: flex;
    gap: 25px
}

.cs_testimonial.cs_style_4 .cs_testimonial_avatar {
    border-radius: 50%;
    flex: none;
    height: 80px;
    overflow: hidden;
    width: 80px
}

.cs_testimonial.cs_style_4 .cs_testimonial_avatar img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.cs_testimonial.cs_style_4 .cs_testimonial_meta {
    margin-bottom: 32px
}

.cs_testimonial.cs_style_4 .cs_rating {
    margin-top: 32px
}

.cs_accordians.cs_style1 .cs_accordian {
    background: #27476000;
    border: 1px solid #d2eaef;
    border-radius: 25px;
    transition: all .4s ease;
    width: 100%
}

@media(max-width:1700px) {
    .cs_accordians.cs_style1 .cs_accordian {
        border-radius: 15px
    }
}

.cs_accordians.cs_style1 .cs_accordian:not(:last-child) {
    margin-bottom: 20px
}

.cs_accordians.cs_style1 .cs_accordian.active {
    background-color: #d2eaef;
    margin-left: 50px
}

@media(max-width:991px) {
    .cs_accordians.cs_style1 .cs_accordian.active {
        margin-left: 0
    }
}

.cs_accordians.cs_style1 .cs_accordian.active .cs_accordian_arrow {
    transform: rotate(180deg)
}

.cs_accordians.cs_style1 .cs_accordian_arrow {
    align-items: center;
    display: flex;
    height: 28px;
    justify-content: center;
    position: absolute;
    right: 44px;
    top: 25px;
    transition: all .3s ease;
    width: 28px
}

@media(max-width:1700px) {
    .cs_accordians.cs_style1 .cs_accordian_arrow {
        right: 30px;
        top: 18px
    }
}

@media(max-width:991px) {
    .cs_accordians.cs_style1 .cs_accordian_arrow {
        right: 20px;
        top: 15px
    }
}

.cs_accordians.cs_style1 .cs_accordian_head {
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6em;
    margin: 0;
    padding: 23px 62px 23px 40px;
    position: relative
}

@media(max-width:1700px) {
    .cs_accordians.cs_style1 .cs_accordian_head {
        padding: 16px 62px 16px 30px
    }
}

@media(max-width:991px) {
    .cs_accordians.cs_style1 .cs_accordian_head {
        font-size: 18px;
        padding: 14px 55px 14px 20px
    }
}

.cs_accordians.cs_style1 .cs_accordian_body {
    padding: 0 40px 38px
}

@media(max-width:1700px) {
    .cs_accordians.cs_style1 .cs_accordian_body {
        padding: 0 30px 28px
    }
}

@media(max-width:991px) {
    .cs_accordians.cs_style1 .cs_accordian_body {
        padding: 0 20px 20px
    }
}

.cs_accordians.cs_style1 .cs_accordian_body p {
    margin: 0
}

.cs_accordians.cs_style1.cs_type_1 .cs_accordian {
    background-color: #fff;
    border-color: #0000;
    box-shadow: 0 4px 21px 1px #307bc41a
}

.cs_accordians.cs_style1.cs_type_1 .cs_accordian.active {
    margin-left: -50px
}

@media(max-width:1400px) {
    .cs_accordians.cs_style1.cs_type_1 .cs_accordian.active {
        margin-left: 0
    }
}

.cs_accordians.cs_style1.cs_type_1 .cs_accordian.active .cs_accordian {
    background-color: #fff;
    box-shadow: 6px 4px 70px 8px #307bc417
}

.cs_accordians.cs_style1.cs_type_2 .cs_accordian {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    border-color: #307bc4;
    margin-bottom: -1px
}

.cs_accordians.cs_style1.cs_type_2 .cs_accordian.active {
    background-color: #0000;
    margin-left: 0
}

.cs_accordians.cs_style1.cs_type_2 .cs_accordian .cs_accordian_arrow {
    left: 20px;
    right: auto;
    top: 32px
}

.cs_accordians.cs_style1.cs_type_2 .cs_accordian_head {
    padding: 30px 20px 30px 85px
}

.cs_accordians.cs_style1.cs_type_2 .cs_accordian_body {
    padding: 0 20px 38px 85px
}

.cs_about.cs_style_1 .cs_about_img {
    position: relative
}

@media(min-width:992px) {
    .cs_about.cs_style_1 .cs_about_img {
        padding-right: 70px
    }
}

@media(max-width:1400px) {
    .cs_about.cs_style_1.cs_type_1 br {
        display: none
    }
}

.cs_about.cs_style_1.cs_type_2 {
    padding-left: 102px
}

@media(max-width:1700px) {
    .cs_about.cs_style_1.cs_type_2 {
        padding-left: 50px
    }
}

@media(max-width:1400px) {
    .cs_about.cs_style_1.cs_type_2 {
        padding-left: 0
    }
}

.cs_about.cs_style_1.cs_type_2 .cs_about_img {
    padding-right: 0;
    position: relative
}

@keyframes rotate360 {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.cs_about.cs_style_2 .cs_about_img {
    padding-left: 80px
}

@media(max-width:1700px) {
    .cs_about.cs_style_2 .cs_about_img {
        padding-left: 0
    }
}

.cs_about.cs_style_2 .cs_section_heading.cs_style_1 p {
    max-width: 580px
}

.cs_about.cs_style_3 {
    background: linear-gradient(119deg, #d2eaef 17.16%, #86bbf1 89.78%)
}

.cs_about.cs_style_3 .cs_section_heading.cs_style_1 {
    padding: 145px 80px
}

@media(max-width:1400px) {
    .cs_about.cs_style_3 .cs_section_heading.cs_style_1 {
        padding: 145px 30px 145px 50px
    }
}

@media(max-width:1199px) {
    .cs_about.cs_style_3 .cs_section_heading.cs_style_1 {
        padding: 50px
    }
}

@media(max-width:767px) {
    .cs_about.cs_style_3 .cs_section_heading.cs_style_1 {
        padding: 35px 24px
    }
}

.cs_about.cs_style_3 .cs_about_img {
    height: 100%
}

.cs_about.cs_style_3 .cs_about_img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.cs_team.cs_style_1 {
    background: linear-gradient(154deg, #d2eaef45, #86bbf145);
    border-radius: 20px;
    box-shadow: none;
    transition: all .4s ease
}

.cs_team.cs_style_1:hover {
    box-shadow: 6px 4px 70px 8px #307bc417
}

.cs_team.cs_style_1 .cs_team_meta {
    padding: 32px 40px
}

@media(max-width:1400px) {
    .cs_team.cs_style_1 .cs_team_meta {
        padding: 32px 20px
    }
}

.cs_team.cs_style_1 .cs_member_name {
    margin-bottom: 7px
}

.cs_team.cs_style_1 .cs_member_designation {
    margin-bottom: 9px
}

.cs_team.cs_style_1 .cs_member_description {
    margin-bottom: 32px
}

.cs_team.cs_style_1 .cs_social_links {
    justify-content: center
}

.cs_team.cs_style_1 .cs_social_links a {
    background-color: #307bc499;
    color: #fff;
    font-size: 18px;
    height: 40px;
    transform: none;
    width: 40px
}

.cs_team.cs_style_1 .cs_social_links a:hover {
    background-color: #307bc4
}

.cs_team.cs_style_1 .cs_label {
    border-radius: 20px 20px 0 0;
    bottom: 0;
    left: 50%;
    min-width: 292px;
    padding: 12px 30px;
    position: absolute;
    text-align: center;
    transform: translateX(-50%)
}

.cs_team.cs_style_1.cs_type_1 {
    background: #fff;
    height: auto;
    margin-top: 115px;
    padding-top: 1px
}

.cs_team.cs_style_1.cs_type_1 .cs_member_img {
    margin-top: -115px
}

.cs_team.cs_style_1.cs_type_2 {
    box-shadow: 0 4px 21px 1px #307bc41a;
    margin-bottom: 0
}

.cs_team.cs_style_1.cs_type_2 .cs_member_img {
    position: relative
}

.cs_team.cs_style_1.cs_type_2 .cs_member_name {
    margin-bottom: 5px
}

.cs_team.cs_style_1.cs_type_2 .cs_member_description,
.cs_team.cs_style_1.cs_type_2 .cs_member_designation {
    margin-bottom: 28px
}

.cs_team.cs_style_1.cs_type_2 .cs_team_meta {
    padding: 36px 50px 34px
}

@media(max-width:1600px) {
    .cs_team.cs_style_1.cs_type_2 .cs_team_meta {
        padding: 36px 40px 34px
    }
}

@media(max-width:1400px) {
    .cs_team.cs_style_1.cs_type_2 .cs_team_meta {
        padding: 30px 25px 34px
    }
}

.cs_site_header.cs_style1.cs_active_sticky {
    background-color: #fff
}

.cs_site_header.cs_style1.cs_white_color.cs_active_sticky {
    background-color: #274760
}

.cs_accent_bg .cs_social_links_wrap h2,
.cs_site_header.cs_style1.cs_white_color.cs_active_sticky .cs_toolbox {
    color: #fff
}

.cs_contact_widget i {
    color: #fff;
    height: 20px;
    margin-top: 2px;
    padding: 4px;
    width: 20px
}

.cs_video_open {
    cursor: pointer
}

.cs_hero.cs_style_1 .cs_hero_subtitle,
.cs_hero.cs_style_1 .cs_hero_title,
.cs_hero.cs_style_1 .cs_text_btn_2 {
    position: relative;
    z-index: 1
}

.cs_hero.cs_style_1 .cs_hero_text {
    position: static;
    z-index: auto
}

.cs_accordian_body_wrap {
    overflow: hidden;
    transition: all .4s ease
}

.cs_rating i {
    display: flex
}

.cs_team_grid {
    grid-gap: 50px 25px;
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

@media(max-width:991px) {
    .cs_team_grid {
        grid-gap: 40px 25px;
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:767px) {
    .cs_team_grid {
        grid-gap: 40px 25px;
        grid-template-columns: repeat(1, 1fr)
    }
}

.cs_team_grid.cs_grid_view_wrap .cs_team.cs_style_1.cs_type_2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.cs_isotop_filter.cs_style1 {
    text-transform: capitalize
}

.cs_pagination_box .cs_pagination_arrow,
.cs_pagination_box .cs_pagination_item {
    border: none
}

.cs_pagination_box .cs_pagination_arrow:hover,
.cs_pagination_box .cs_pagination_item:hover {
    color: #307bc4
}

.cs_pagination_box .cs_pagination_arrow {
    background-color: #0000
}

.react-datepicker-wrapper {
    display: block
}

.cs_nav .cs_nav_list .cs_munu_dropdown_toggle.active+ul {
    display: block
}




/* html,
body {
    margin: 0;
    font-family: "Karla";
    color: #546e7a;
}

* {
    box-sizing: border-box;
} */

.timetable {
    display: grid;
    grid-template-areas:
        ". week"
        "time content";
    grid-template-columns: 120px auto;
    /* Ensure proper width */
    grid-template-rows: 60px auto;
    width: 100%;
    height: 100%;
    /* Set to viewport height to avoid scrolling */
    overflow: hidden;
    /* Prevent overflow */
}

.timetable .accent-pink-gradient {
    display: flex;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ee8ebc, #eea08e);
    transition: 0.2s ease box-shadow, 0.2s ease transform;
}

.timetable .accent-pink-gradient:hover {
    box-shadow: 0 20px 30px 0 rgba(238, 142, 188, 0.3);
    transform: scale(1.05);
}

.timetable .accent-orange-gradient {
    display: flex;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #eec08e, #dcee8e);
    transition: 0.2s ease box-shadow, 0.2s ease transform;
}

.timetable .accent-orange-gradient:hover {
    box-shadow: 0 20px 30px 0 rgba(238, 192, 142, 0.3);
    transform: scale(1.05);
}

.timetable .accent-green-gradient {
    display: flex;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #bcee8e, #8eeea0);
    transition: 0.2s ease box-shadow, 0.2s ease transform;
}

.timetable .accent-green-gradient:hover {
    box-shadow: 0 20px 30px 0 rgba(188, 238, 142, 0.3);
    transform: scale(1.05);
}

.timetable .accent-cyan-gradient {
    display: flex;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #8eeec0, #8edcee);
    transition: 0.2s ease box-shadow, 0.2s ease transform;
}

.timetable .accent-cyan-gradient:hover {
    box-shadow: 0 20px 30px 0 rgba(142, 238, 192, 0.3);
    transform: scale(1.05);
}

.timetable .accent-blue-gradient {
    display: flex;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #8ebcee, #a08eee);
    transition: 0.2s ease box-shadow, 0.2s ease transform;
}

.timetable .accent-blue-gradient:hover {
    box-shadow: 0 20px 30px 0 rgba(142, 188, 238, 0.3);
    transform: scale(1.05);
}

.timetable .accent-purple-gradient {
    display: flex;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #c08eee, #ee8edc);
    transition: 0.2s ease box-shadow, 0.2s ease transform;
}

.timetable .accent-purple-gradient:hover {
    box-shadow: 0 20px 30px 0 rgba(192, 142, 238, 0.3);
    transform: scale(1.05);
}

.timetable .weekend {
    background: #fbfbfc;
    color: #87a1ad;
}

.timetable .week-names {
    grid-area: week;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
}

.timetable .week-names>div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    box-shadow: inset 1px 0 0 #eceff1;
}

.timetable .time-interval {
    grid-area: time;
    display: grid;
    grid-template-rows: repeat(15, 1fr);
    font-size: 14px;
}

.timetable .time-interval>div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 1px 0 0 #eceff1;
}

.timetable .content {
    grid-area: content;
    display: grid;
    grid-template-rows: repeat(15, 1fr);
    grid-template-columns: repeat(7, 1fr);
    text-align: center;

}

.timetable .content>div {
    box-shadow: inset 1px 0 0 #eceff1, inset 0 1px 0 0 #eceff1;
}

/* Base styles for doctor info */
.doctor-info {
    display: flex;
    flex-direction: column;
    /* padding-right: 15px; */
    /* Adjust padding to suit */
    /* background: linear-gradient(135deg, #34495e, #ecf0f1); */
    background: linear-gradient(135deg, #ecf0f1, white);
    /* Accent color background */
    color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 10px 0;

    /* Center horizontally and align to the right */
    margin-left: auto;
    /* This ensures right alignment */
    margin-right: 0;
    /* Optional: to remove margin from the right */
}

/* Optional: Center and add spacing within the content */
.doctor-info .doctor-details {
    padding: 15px;
    /* Internal padding for content */
}

/* Each doctor details block */
.doctor-details {
    margin-bottom: 15px;
}

/* Doctor name (large, prominent) */
.doctor-details h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

/* Specialization description */
.doctor-details p {
    margin: 5px 0;
    font-size: 14px;
    color: Black;
}

/* Time slot styling */
.doctor-time {
    font-size: 14px;
    font-weight: bold;
    color: Black;
    /* Highlight the time */
}

/* Horizontal line between doctors */
hr {
    border: 0;
    border-top: 2px solid #ffffff;
    margin: 15px 0;
}

/* Hover effect */
.doctor-info:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}

/* Timetable grid container */
.timetable {
    display: grid;
    grid-template-areas:
        ". week"
        "time content";
    grid-template-columns: 120px auto;
    /* Ensure proper width */
    grid-template-rows: 60px auto;
    width: 100%;

    overflow: hidden;
    /* Prevent overflow */
}

/* Ensure grid inside timetable doesn't overflow */
.timetable .week-names,
.timetable .time-interval,
.timetable .content {
    overflow: hidden;
    /* Prevent unnecessary scrollbars */
}

/* Week names and days grid */
.week-names {
    grid-area: week;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    /* 7 columns for each day */
    text-transform: uppercase;
    font-size: 12px;
    overflow: hidden;
    /* Ensure no horizontal overflow */
    position: sticky;
    top: 0;
    /* Stick the header to the top */
    background-color: white;
    /* Ensure background color is set so it's visible */
    z-index: 10;
    /* Ensure it's above the content when scrolling */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.week-names>div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    box-shadow: inset 1px 0 0 #eceff1;
}

/* Time intervals grid */
.time-interval {
    grid-area: time;
    display: grid;
    grid-template-rows: repeat(6, 1fr);
    /* 6 time intervals */
    font-size: 14px;
    overflow: hidden;
    /* Prevent overflow */
}

.time-interval>div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    box-shadow: inset 0 1px 0 0 #ECEFF1;
}

/* Content area grid */
.content {
    grid-area: content;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    /* 7 columns for each day */
    grid-template-rows: repeat(6, 1fr);
    /* 6 rows for time intervals */
    overflow-y: auto;
    /* Allow vertical scrolling for content if needed */
}