@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;1,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200&display=swap");
@font-face {
    font-display: swap;
}
body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    /* font-family: "Rubik", sans-serif; */
    color: #fff;
    background-color: #000;
}
*,
a,
button {
    outline: none;
}
@media (min-width: 1200px) {
    .h2,
    h2 {
        font-size: 1.6rem !important;
    }
}
a {
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: none;
    color: #fff;
}
a:focus {
    text-decoration: none;
}
button {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    font-weight: 500;
    line-height: 1.4;
}
.owl-dots {
    display: none;
}
h3 {
    font-size: 20px;
    font-weight: 700;
}
h4 {
    font-size: 16px;
}
.d-table {
    width: 100%;
    height: 100%;
}
.d-table-cell {
    vertical-align: middle;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
    margin-bottom: 20px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #0c4da2;
}
.owl-theme .owl-dots {
    line-height: 1;
}
.owl-theme .owl-dots .owl-dot span {
    background-color: #121521;
    width: 20px;
    height: 5px;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: 0;
    margin-bottom: 0;
}
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #0c4da2;
}
.owl-theme .owl-dots .owl-dot.active span {
    background-color: #0c4da2;
    width: 30px;
}
p {
    font-size: 17px;
    margin-bottom: 14px;
    line-height: 1.8;
}
p:last-child {
    margin-bottom: 0;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.list-mark {
    margin-left: 15px;
}
.list-mark li {
    list-style-type: decimal;
    margin-bottom: 10px;
}
.block-show {
    box-shadow: 0 0 20px 3px rgba(168, 147, 147, 0.05);
    background-color: #ffffff;
}
.form-control {
    height: 50px;
    color: #fff !important;
    border: 1px solid #e8e8e8;
    background-color: transparent;
    border-radius: 0;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
    line-height: 28px;
}

.timepicker-viewport
{
  background-color: #000 !important;
}

.ui-timepicker-standard a
{
  color: #000 !important;
}

select.form-control option { color: #fff;background-color: #000;}
.form-control::-webkit-input-placeholder {
    color: #495057;
}
.form-control:-ms-input-placeholder {
    color: #495057;
}
.form-control::-ms-input-placeholder {
    color: #495057;
}
.form-control::placeholder {
    color: #495057;
}
.form-control:focus {
    color: #000000;
    background-color: transparent;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    outline: 0;
    border: 1px solid #0c4da2;
}
.form-control:hover:focus,
.form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
textarea.form-control {
    height: auto;
}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pt-70 {
    padding-top: 70px;
}
.pb-70 {
    padding-bottom: 70px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.ml-30 {
    margin-left: 30px;
}
.mt-minus100 {
    margin-top: -100px;
}
.bg-color {
    background-color: #000;
}
.blue-bg {
    background-color: #000;
    color: #fff;
}
.default-btn {
    font-size: 16px;
    color: #ffffff;
    padding: 15px 30px;
    line-height: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #ed1c24;
    border: #ed1c24 1px solid;
    font-weight: 500;
}
.default-btn::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #122738;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 4px;
}
.default-btn.active {
    margin-left: 30px;
    color: #ffffff;
    background-color: #122738;
}
.default-btn.active::before {
    background-color: #0c4da2;
}
.default-btn:hover {
    color: #ffffff;
}
.default-btn:hover::before {
    left: 0;
    right: auto;
    width: 100%;
}
.blue-btn {
    font-size: 16px;
    color: #ffffff;
    padding: 15px 30px;
    line-height: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: transparent;
    border: #fff 1px solid;
    font-weight: 500;
}
.blue-btn:hover {
    background-color: #ffffff;
    color: #000;
}
.default-outline-btn {
    font-size: 16px;
    color: #ffffff;
    padding: 15px 30px;
    line-height: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    border: #fff 1px solid;
    font-weight: 500;
}
.default-outline-btn:hover {
    color: #000;
    background-color: #fff;
}
.top-header {
    background-color: #ed1c24;
    color: #fff;
}
.t-h-c {
    display: flex;
    justify-content: space-between;
    padding: 5px;
}
.top-header p {
    margin: 0;
}
.read-more {
    line-height: 1;
    color: #0c4da2;
    font-weight: 500;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    font-size: 16px;
}
.read-more:hover {
    color: #122738;
}
.read-more:hover i {
    color: #122738;
    -webkit-animation: rotation 0.5s linear infinite;
    animation: rotation 0.5s linear infinite;
}
.header-area .top-header-area {
    background-color: #f4f9fd;
    padding-top: 15px;
    padding-bottom: 15px;
}
.header-area .heading-left-part {
    line-height: 1;
}
.header-area .heading-left-part li {
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 0 10px;
    border-right: 1px solid #545454;
    color: #121521;
    position: relative;
    top: -2px;
}
.header-area .heading-left-part li span {
    font-weight: 500;
    display: inline-block;
    margin-right: 5px;
}
.header-area .heading-left-part li:first-child {
    padding-left: 0;
}
.header-area .heading-left-part li:last-child {
    border-right: none;
    padding-right: 0;
}
.header-area .heading-left-part li a {
    color: #121521;
    font-size: 17px;
}
.header-area .heading-left-part li a:hover {
    color: #0c4da2;
}
.header-area .heading-left-part li i {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #def5ee;
    color: #0c4da2;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-right: 5px;
    position: relative;
    top: 2px;
    transition: all 0.5s;
}
.header-area .heading-left-part li:hover i {
    background-color: #0c4da2;
    color: #ffffff;
}
.header-area .heading-right-part {
    float: right;
}
.header-area .heading-right-part li {
    display: inline-block;
    color: #545454;
}
.header-area .heading-right-part li a {
    padding: 0 5px;
}
.header-area .heading-right-part li a i {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #def5ee;
    color: #0c4da2;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.header-area .heading-right-part li a:hover i {
    color: #ffffff;
    background-color: #0c4da2;
}
.header-area .heading-right-part li:first-child a {
    padding-left: 0;
}
.header-area .heading-right-part li:last-child a {
    padding-right: 0;
}
.searchDesign {
    height: 47px;
    position: relative;
    margin-right: 5px;
}
.searchDesign .form-control {
    height: 47px;
}
.searchDesign .search-button {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    color: #000;
}
.searchDesign .search-button button {
    padding: 14px 8px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 47px;
}
.navbar .megamenu {
    padding: 1rem;
}
@media all and (min-width: 992px) {
    .navbar .has-megamenu {
        position: static !important;
    }
    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }
}
.navbar-toggler {
    border: 1px solid #fff;
    color: #fff;
}
.nav-item .nav-link {
    padding: 8px 18px !important;
}
.navbar-nav a.nav-link {
    color: #ffffff;
    font-size: 18px;
}
.dropdown-menu {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border: none;
    border-radius: 0;
    padding: 0.7em;
    top: 96%;
    min-width: 7rem;
}
.dropdown-menu.show {
    display: flex;
}
.dropdown-menu ul {
    list-style: none;
    padding: 0;
}
.dropdown-menu li .dropdown-item {
    color: #fff;
    font-size: 16px;
    padding: 0.5em 1em;
}
.dropdown-menu li .dropdown-item:hover {
    background-color: #f1f1f1;
    color: #000;
}
.dropdown-menu li:first-child {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}
.dropdown-menu li a.highlight {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}
.dropdown-menu li:first-child a:hover {
    background-color: #f1f1f1;
}
@media only screen and (max-width: 992px) {
    .dropdown-menu ul {
        width: 100%;
    }
    .f-m-space {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .booknow {
        margin: 10px 0;
        width: 100%;
    }
    .nav-item .nav-link {
        padding: 16px 18px !important;
    }
}
.nav-area .navbar-area .main-nav {
    background-color: #000;
    border-bottom: 2px solid #111;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
  }
.nav-area .navbar-area .main-nav .navbar {
    padding: 0;
}
.nav-area .navbar-area .main-nav .navbar .navbar-brand {
    position: relative;
    z-index: 1;
    padding-right: 15px;
}
/* .nav-area .navbar-area .main-nav .navbar .navbar-brand::before {
    content: "";
    position: absolute;
    left: -450px;
    top: -7px;
    width: 675px;
    height: 71px;
    background-color: #fff;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
} */
.single-doctor img.w-100 {
    height: 300px;
}
.nav-area .navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    background-color: #121521;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100% !important;
}
.header-search {
    position: relative;
}
.header-search input {
    background-color: transparent;
    border-width: 0 0 1px 0;
    max-width: 300px;
    width: 100%;
    min-width: 300px;
    border-color: #fff;
}
.header-search i {
    font-size: 23px;
    position: absolute;
    color: #fff;
    z-index: 999999;
    top: -5px;
    right: 0;
}
.how-it-works {
    background-color: #e7f0fc;
    text-align: center;
}
.how-it-works .single-how {
    background-color: #e7f0fc;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border: 1px solid #fff;
    padding: 20px;
    margin-bottom: 20px;
}
.partners .owl-carousel .owl-item img {
    max-width: 180px;
    margin: 0 auto;
}
.partners .owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    height: 100px;
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: center;
    border: 1px solid #ddd;
}
.banner-area {
    background-image: url(../../assets/img/hone-one-banner/banner-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 520px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.img-border {
    border: 10px solid #fff;
}
.banner-area .col-lg-6 {
    position: relative;
}
.banner-content span {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    color: #0c4da2;
}
.banner-content h1 {
    font-size: 50px;
    margin-bottom: 20px;
}
.banner-content p {
    color: #121521;
    margin-bottom: 35px;
}
.banner-img {
    position: absolute;
    right: 0;
    top: -90px;
}
.about-content {
    margin-top: -6px;
    margin-bottom: 30px;
}
.about-content .top-title {
    color: #0c4da2;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
}
.about-content h2 {
    margin-bottom: 20px;
}
#button_share {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}
#button_share a {
    width: 36px;
    padding: 6px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    margin: 0 10px;
    color: #fff;
}
.about-content ul {
    margin-bottom: 35px;
}
.q-boxdd {
    min-height: 235px;
}
.productss-btn .nav-item .nav-link {
    padding: 11px 20px !important;
    background: #fff;
}
.productss-btn .nav-item .nav-link.active {
    background: #0c4da2;
}
/* .productss-btn #pills-tab {
    background: #fff;
} */
.small-dg.subscribe-area .single-services {
    min-height: 91px;
}
.small-dg.subscribe-area .single-services:hover::before {
    display: none;
}
.small-dg.subscribe-area .single-services:hover h3 {
    color: #000;
}
.productss-btn .single-services {
    border-radius: 23px 23px 0 0;
    overflow: hidden;
}
.productss-btn .single-services h3 {
    font-size: 20px;
    font-weight: 600 !important;
}
.about-content ul li {
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 35px;
}
.about-content ul li span {
    font-weight: 400;
    display: block;
}
.about-content ul li:last-child {
    margin-bottom: 0;
}
.about-content ul li i {
    display: inline-block;
    background-color: #def5ee;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    color: #0c4da2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    top: -3px;
    left: 0;
}
.about-content ul li:hover i {
    background-color: #0c4da2;
    color: #ffffff;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.about-area .single-features {
    min-height: 265px;
}
.subscribe-area .single-services {
    min-height: 270px;
}
.about-area-two {
    position: relative;
}
.about-content-two .top-title {
    color: #0c4da2;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
}
.about-content-two h2 {
    font-size: 40px;
    margin-bottom: 20px;
}
.about-content-two p {
    margin-bottom: 30px;
}
.about-img-two img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.about-content-two .default-btn {
    margin-top: 15px;
}
.about-video-area {
    background-image: url(../../assets/img/page-title-bg/10.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    z-index: 1;
}
.about-video-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #131313;
    opacity: 0.5;
    z-index: -1;
}
.video-section-title {
    text-align: center;
    max-width: 665px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
.video-section-title h2 {
    color: #ffffff;
    font-size: 35px;
}
.about-video-button {
    text-align: center;
    margin: auto;
}
.features-content .col-lg-6:nth-child(1) .single-features {
    border-radius: 50px 0 0 0;
}
.features-content .col-lg-6:nth-child(1) .single-features:hover {
    border-radius: 0;
}
.features-content .col-lg-6:nth-child(2) .single-features {
    border-radius: 0 50px 0 0;
}
.features-content .col-lg-6:nth-child(2) .single-features:hover {
    border-radius: 0;
}
.features-content .col-lg-6:nth-child(3) .single-features {
    border-radius: 0 0 0 50px;
}
.features-content .col-lg-6:nth-child(3) .single-features:hover {
    border-radius: 0;
}
.features-content .col-lg-6:nth-child(4) .single-features {
    border-radius: 0 0 50px 0;
}
.features-content .col-lg-6:nth-child(4) .single-features:hover {
    border-radius: 0;
}
.blog-links {
    border-left: 3px solid #0c4da2;
    padding-left: 20px;
    font-size: 20px;
    margin: 20px 0;
    display: flex;
    color: #000;
}
.subscribe-area .pro-test-d .single-services {
    min-height: auto;
}
.program-b .single-features {
    padding: 20px 20px;
    background: #eaf6fc;
    width: 100%;
}
.single-features {
    text-align: center;
    border: 1px solid #242b38;
    background-color: #161515;
    padding: 20px;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.single-features .img-block {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e7f0fc;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #0c4da2;
    margin-bottom: 16px;
    font-size: 36px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0 auto;
}
.single-features h3 {
    margin-bottom: 10px;
}
.single-features p {
    margin-bottom: 18px;
}
.single-features:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.about-img {
    background-image: url(../../assets/img/about-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}
.about-img .video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.single-services, .multi-services {
    padding: 30px;
    margin-bottom: 30px;
    background-color: #ffffff;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    border-radius: 4px;
    z-index: 1;
    width: 100%;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.single-services{
    margin-bottom: 0 !important;
}

.block-img {
    width: 100%;
    overflow: hidden;
    height: 172px;
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.about-s-content .single-features {
    min-height: 205px;
}
.about-img-block {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    /* border: 20px solid #ffff; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: -9;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.about-contentss {
    padding: 20px;
    margin-left: 25%;
    margin-top: 13%;
    border: 1px solid #242b38;
    border-radius: 5px;
    background: #161515;
  }

.fullcalcanderbtn .btn-primary{
    display: none;
}

.reset.resetmobile {
    display: none !important;
  }

  .bglight {
    background: #090808;
  }
.btn-primary, .btn-primary:hover {
    background-color: #000;
    border-color: #fff;
  }
.wrap-header{
    width: 100% !important;
    padding: 10px;
}
.single-services.bglight, .multi-services.bglight {
    padding: 30px 15px;
    min-height: 124px;
}
.single-services.bglight h3, .multi-services.bglight h3 {
    font-size: 20px;
    min-height: 58px;
}
.block-img img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
}
.single-services::before, .multi-services:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}
.single-services .img-block, .multi-services .img-block {
    font-size: 30px;
    display: inline-block;
    color: #0c4da2;
    margin-bottom: 20px;
    transition: all 0.5s;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}
.single-services h3, .multi-services h3 {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.single-services p, .multi-services p {
    margin-bottom: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.list-mark li li {
    list-style-type: disc;
}
.single-services .read-more:hover, .multi-services .read-more:hover {
    letter-spacing: 1.5px;
}
.department-wrap {
    margin-bottom: 25px;
}
.department-wrap .single-services, .department-wrap  .multi-services {
    margin-left: 10px;
    margin-right: 10px;
}
.tabs_item {
    display: none;
}
.tabs_item:first-child {
    display: block;
}
.choose-tab .tabs {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    text-align: center;
    margin-bottom: 50px;
}
.choose-tab .tabs li {
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    padding: 20px 95px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.choose-tab .tabs li:last-child {
    border-right: none;
}
.choose-tab .tabs li:hover {
    color: #0c4da2;
}
.choose-tab .tabs li.current {
    color: #0c4da2;
}
.why-choose-wrap {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    border-radius: 4px;
    padding: 30px;
}
.why-choose-wrap .why-choose-content {
    margin-bottom: 0;
}
.why-choose-wrap .why-choose-content h2 {
    font-size: 30px;
}
.why-choose-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    border-radius: 4px;
    position: relative;
}
.why-choose-img .video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.why-choose-img.bg-1 {
    background-image: url(../../assets/img/why-choose-img/1.jpg);
}
.why-choose-img.bg-2 {
    background-image: url(../../assets/img/why-choose-img/2.jpg);
}
.why-choose-img.bg-3 {
    background-image: url(../../assets/img/why-choose-img/3.jpg);
}
.single-doctor {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.single-doctor:before {
    content: "";
    position: absolute;
    left: 170%;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    -webkit-transition: 0.8s;
    transition: 0.8s;
}
.single-doctor .doctor-content {
    position: absolute;
    background: #0c4da2;
    width: 100%;
    bottom: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: perspective(300px) rotateX(90deg);
    transform: perspective(300px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    text-align: center;
    padding: 10px;
}
.single-doctor .doctor-content h3 {
    margin: 0;
    color: #ffffff;
}
.single-doctor .doctor-content span {
    color: #ffffff;
    font-size: 15px;
}
.single-doctor ul {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}
.single-doctor ul li {
    background: #0c4da2;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px solid #19345a;
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: left;
    transform-origin: left;
}
.single-doctor ul li:hover {
    background-color: #0c4da2;
    border-color: #0c4da2;
}
.single-doctor ul li a {
    color: #ffffff;
}
.single-doctor ul li:nth-child(1) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.single-doctor ul li:nth-child(2) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.single-doctor ul li:nth-child(3) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.single-doctor ul li:nth-child(4) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.single-doctor:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.single-doctor:hover:before {
    left: -170%;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.single-doctor:hover .doctor-content {
    -webkit-transform: perspective(300px) rotateX(0deg);
    transform: perspective(300px) rotateX(0deg);
}
.single-doctor:hover ul li {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.doctor-wrap .single-doctor {
    margin-left: 20px;
    margin-right: 20px;
}
.single-testimonial {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin: 30px;
    position: relative;
    -webkit-box-shadow: 0 0 14px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 14px 3px rgba(0, 0, 0, 0.05);
    margin: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.single-testimonial img {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    border: 1px solid #0c4da2;
    border-radius: 4px;
}
.single-testimonial p {
    margin-top: 20px;
}
.single-testimonial h3 {
    font-size: 20px;
}
.single-testimonial ul {
    line-height: 1;
    margin-bottom: 20px;
}
.single-testimonial ul li {
    display: inline-block;
}
.single-testimonial ul li i {
    color: #fdbf52;
}
.single-testimonial h3 {
    margin-bottom: 0;
}
.testimonial-area .owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: auto;
}
.faq-accordion h2 {
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: 600;
}
.faq-accordion h2 span {
    display: inline-block;
    color: #0c4da2;
}
.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.faq-accordion .accordion .accordion-item {
    display: block;
    background: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
}
.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}
.faq-accordion .accordion .accordion-title {
    padding: 12px 40px 10px 20px;
    color: #121521;
    position: relative;
    display: block;
    font-size: 19px;
    font-weight: 500;
}
.faq-accordion .accordion .accordion-title i {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #121521;
    font-size: 22px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.faq-accordion .accordion .accordion-title.active i::before {
    content: "\eaf8";
    color: #0c4da2;
}
.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    padding: 15px 20px;
    font-size: 17px;
    border-top: 1px solid #0c4da2;
}
.faq-accordion .accordion .accordion-content.show {
    display: block;
}
.single-blog {
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    border: 1px solid #242b38;
    background-color: #161515;
}
.event-img {
    overflow: hidden;
    width: 100%;
}
.detailtext {
    width: 100%;
    float: left;
    text-align: left;
}

.detailtext p{
    color:#fff !important
}
.detailtext .img-border {
    border: 10px solid #fff;
    float: right;
    margin: 0 0 15px 15px;
    width: 100%;
    max-width: 450px;
}
.single-blog img {
    width: 100%;
}
.owl-carousel .owl-item .single-blog img {
    display: inline-block;
}
.single-blog .blog-content {
    padding: 30px;
}
.single-blog .blog-content ul {
    line-height: 1;
    margin-bottom: 10px;
}
.single-blog .blog-content ul li {
    display: inline-block;
    color: #cecece;
    border-right: 1px solid #545454;
    line-height: 1;
    padding: 0 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 15px;
}
.single-blog .blog-content ul li:last-child {
    border-right: none;
    padding-right: 0;
}
.single-blog .blog-content ul li:first-child {
    padding-left: 0;
}
.single-blog .blog-content ul li a {
    color: #545454;
    text-transform: capitalize;
}
.single-blog .blog-content ul li a:hover {
    color: #0c4da2;
}
.single-blog .blog-content h3 {
    margin-bottom: 20px;
    transition: all 0.5s;
    line-height: 1.5;
    height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.single-blog .blog-content p {
    margin-bottom: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: -8px;
}
.single-blog:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.single-blog:hover .blog-content a h3 {
    color: #e8e8e8;
  }
.single-blog:hover .blog-content .read-more {
    color: #e8e8e8;
}
.single-blog:hover .blog-content .read-more i {
    color: #e8e8e8;
}
.blog-wrap,
.blog-sidebar-wrap {
    margin-bottom: 20px;
}
.blog-wrap .single-blog,
.blog-sidebar-wrap .single-blog {
    margin-left: 20px;
    margin-right: 20px;
}
.appointment-here-form {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
    position: relative;
    z-index: 1;
}
.appointment-here-form h2 {
    font-size: 36px;
    margin-bottom: 20px;
    text-align: center;
}
.appointment-here-form .top-title {
    text-align: center;
    display: block;
    color: #0c4da2;
    font-size: 16px;
}
.appointment-here-form .form-group {
    position: relative;
    margin-bottom: 30px;
}
.appointment-here-form .form-group i {
    position: absolute;
    top: 15px;
    left: 20px;
    line-height: 1;
    font-size: 20px;
    color: #0c4da2;
}
.appointment-here-form .form-group .form-control {
    padding: 10px 50px;
}
.appointment-here-form .default-btn {
    display: block;
    margin: 0 auto 0;
}
.appointment-here-form .nice-select {
    height: 50px;
    width: 100%;
    line-height: 48px;
    font-size: 17px;
    margin-bottom: 30px;
    padding-left: 50px;
    background-color: #f2f9fc;
}
.appointment-here-form .nice-select span {
    text-align: left;
    color: #121521;
}
.appointment-here-form .nice-select::after {
    height: 8px;
    width: 8px;
}
.appointment-here-form .nice-select.open .list {
    height: 250px;
    overflow-y: scroll;
}
.appointment-here-form .shape {
    position: absolute;
    top: -35px;
    right: -45px;
    z-index: -1;
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
}
.table-condensed {
    border-collapse: collapse;
    width: 223px;
    text-align: center;
}
.table-condensed .prev {
    background-color: #f2f9fc;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}
.table-condensed .prev:hover {
    background-color: #0c4da2;
}
.table-condensed .next {
    background-color: #f2f9fc;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}
.table-condensed .next:hover {
    background-color: #0c4da2;
}
.table-condensed .day {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 4px;
    font-size: 16px;
}
.table-condensed .day:hover {
    background-color: #0c4da2;
}
.appointment-img {
    background-image: url(../../assets/img/appointment-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.subscribe-area {
    background-color: #000;
    padding-top: 50px;
    padding-bottom: 50px;
}
.subscribe-area h2 {
    margin-top: -6px;
}
.subscribe-area .newsletter-form {
    position: relative;
}
.subscribe-area .newsletter-form .form-control {
    height: 60px;
    background-color: #ffffff;
}
.subscribe-area .newsletter-form .default-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
}
.subscribe-area #validator-newsletter {
    margin-top: 10px;
    color: #dc3545;
}
footer{
    background-color: #111;
}

.accordion-button{
    color: #fff !important;
}
.accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: #e7f1ff;
  }
.footer-top-area {
    background-color: #111;
    /* border-top: 8px solid #fff; */
  }
.footer-top-area.f-bg-2 {
    position: relative;
    z-index: 1;
}
.footer-top-area.f-bg-2 .shape-1 {
    position: absolute;
    top: 50px;
    right: 50px;
    opacity: 0.2;
    z-index: -1;
    -webkit-animation: rotation 30s linear infinite;
    animation: rotation 30s linear infinite;
}
.footer-top-area.f-bg-2 .shape-2 {
    position: absolute;
    bottom: 50px;
    left: 100px;
    opacity: 0.2;
    z-index: -1;
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
}
.footer-top-area.f-bg-2 .shape-3 {
    position: absolute;
    bottom: 50px;
    left: 100px;
    opacity: 0.2;
    z-index: -1;
    -webkit-animation: rotation 30s linear infinite;
    animation: rotation 30s linear infinite;
}
.footer-top-area.f-bg-2 .shape-4 {
    position: absolute;
    top: 50px;
    right: 50px;
    opacity: 0.2;
    z-index: -1;
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
}
.single-widget {
    margin-bottom: 30px;
}
.footer-top-area .col-lg-3.col-md-6:nth-child(2) .single-widget {
    padding-left: 50px;
}
.single-widget.open-time {
    width: 85%;
}
.single-widget h3 {
    font-size: 24px;
    margin-bottom: 30px;
    display: inline-block;
    color: #121521;
    color: #0c4da2;
}
.single-widget p {
    margin-bottom: 0;
    color: #ffffff;
}
.single-widget ul li {
    color: #ffffff;
    margin-bottom: 8px;
    font-size: 18px;
}
.single-widget ul li:last-child {
    margin-bottom: 0;
}
.single-widget ul li a {
    color: #ffffff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.single-widget ul li a i {
    display: inline-block;
    margin-right: 2px;
    font-size: 16px;
}
.text-left {
    text-align: left;
}
.single-widget ul li a:hover {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
    color: #fff;
}
.single-widget .social-area {
    margin-top: 20px;
}
.single-widget .social-area ul {
    line-height: 1;
}
.single-widget .social-area ul li {
    display: inline-block;
}
.single-widget .social-area ul li a {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    line-height: 36px;
    background-color: #0c4da2;
    border-radius: 50px;
    text-align: center;
    color: #ffffff;
}
.single-widget .social-area ul li a i {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-right: 0;
    font-size: 20px;
}
.single-widget .social-area ul li a:hover {
    border-color: #122738;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.single-widget .social-area ul li a:hover i {
    color: #ffffff;
}
.single-widget.contact ul li {
    position: relative;
    padding-left: 30px;
}
.single-widget.contact ul li a {
    position: relative;
}
.single-widget.contact ul li a i {
    position: absolute;
    top: 4px;
    left: 0;
    color: #0c4da2;
    font-size: 22px;
}
.single-widget.contact ul li a span {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}
.single-widget.contact ul li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #fff;
    font-size: 22px;
}
.single-widget.contact ul li span {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}
.single-widget.open-time li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #0c4da2;
}
.single-widget.open-time li .right {
    float: right;
}
.single-widget.open-time li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.f-logo {
    position: relative;
}
.price-block {
    border: 1px solid #ddd;
    height: 90px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    margin-bottom: 10px;
}
.footer-bottom-area {
    background-color: #000;
    padding: 10px 0;
}
.carousel-control-next,
.carousel-control-prev {
    opacity: 0.2;
}
.footer-bottom-area .copy-right p {
    text-transform: capitalize;
    margin-bottom: 0;
    color: #ffffff;
}
.footer-bottom-area .copy-right p i {
    position: relative;
    top: 1px;
}
.footer-bottom-area .copy-right p a {
    color: #fff;
}
.footer-bottom-area .copy-right p a:hover {
    color: #ffffff;
}
.gift-section {
    background-color: #000;
    background-image: url(../../assets/img/gift-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}
.gift-block {
    padding: 100px 0;
    color: #fff;
}
.hero-slider-area .slider-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}
.hero-slider-area .slider-item.slider-item-bg-1 {
    background-image: url(../img/hone-one-banner/banner-bg-1.webp);
}
.hero-slider-area .slider-item.slider-item-bg-2 {
    background-image: url(../img/hone-one-banner/banner-bg-2n.webp);
}
.hero-slider-area .slider-item.slider-item-bg-3 {
    background-image: url(../img/hone-one-banner/banner-bg-3n.webp);
}
.hero-slider-area .slider-item.slider-item-bg-4 {
    background-image: url(../img/hone-one-banner/banner-bg-4n.webp);
}
.hero-slider-area .slider-item.slider-item-bg-5 {
    background-image: url(../img/hone-one-banner/banner-bg-5n.webp);
}
.hero-slider-area .slider-item.slider-item-bg-6 {
    background-image: url(../img/hone-one-banner/banner-bg-6n.webp);
}
.hero-slider-area .slider-item.slider-item-bg-7 {
    background-image: url(../img/hone-one-banner/banner-bg-7n.webp);
}
.hero-slider-area .slider-item.slider-item-bg-8 {
    background-image: url(../img/hone-one-banner/banner-bg-8n.webp);
}
.hero-slider-area .slider-item.slider-item-bg-9 {
    background-image: url(../img/hone-one-banner/banner-bg-9n.png);
}
.hero-slider-area .slider-item.slider-item-bg-10 {
    background-image: url(../img/hone-one-banner/banner-bg-10n.png);
}
.hero-slider-area .slider-item.slider-item-bg-11 {
    background-image: url(../img/hone-one-banner/banner-bg-11n.jpg);
}
.hero-slider-area .slider-item.slider-item-bg-12 {
    background-image: url(../img/hone-one-banner/banner-bg-12n.jpg);
}

.hero-slider-area .slider-item.slider-item-bg-2 {
    background-image: url(../img/hone-one-banner/banner-bg-2n.webp);
}

.slider-item.slider-item-bg-3 .slider-text,
.slider-item.slider-item-bg-4 .slider-text,
.slider-item.slider-item-bg-6 .slider-text,
.slider-item.slider-item-bg-9 .slider-text,
.slider-item.slider-item-bg-10 .slider-text,
.slider-item.slider-item-bg-11 .slider-text {
    border-color: #fff !important;
}
.slider-item.slider-item-bg-3 .slider-text::before,
.slider-item.slider-item-bg-4 .slider-text::before,
.slider-item.slider-item-bg-6 .slider-text::before,
.slider-item.slider-item-bg-9 .slider-text::before,
.slider-item.slider-item-bg-10 .slider-text::before,
.slider-item.slider-item-bg-11 .slider-text::before  {
    border-bottom: 5px dashed #fff !important;
}
.hero-slider-area .slider-item .slider-text {
    padding: 30px;
    max-width: 650px;
    border-top: 5px dashed #0c4da2;
    border-left: 5px dashed #0c4da2;
    position: relative;
    z-index: 1;
}
.hero-slider-area .slider-item .slider-text::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    height: 10px;
    border-bottom: 5px dashed #0c4da2;
}
.hero-slider-area .slider-item .slider-text .top-title {
    margin-top: -7px;
    color: #0c4da2;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 10px;
}
.hero-slider-area .slider-item .slider-text h1 {
    font-size: 30px;
}
.hero-slider-area .slider-item .slider-text p {
    margin-bottom: 20px;
    color: #121521;
}

.hero-slider-area .slider-item.slider-item-bg-9 .slider-text ul li {
    list-style-type: disc;
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
    margin-left: 20px;
}
.hero-slider-area .owl-item.active .slider-text {
    overflow: hidden;
}
.hero-slider-area .owl-next {
    position: absolute;
    top: 50%;
    right: 60px;
    margin: 0 -15px !important;
    border-radius: 0 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.hero-slider-area .owl-next i {
    background-color: #0c4da2 !important;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 28px;
    border-radius: 4px;
    border: 1px solid #fff;
}
.hero-slider-area .owl-next i:hover {
    background-color: #062f66 !important;
}
.hero-slider-area .owl-prev {
    position: absolute;
    top: 50%;
    left: 60px;
    margin: 0 -15px !important;
    border-radius: 0 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.hero-slider-area .owl-prev i {
    background-color: #0c4da2 !important;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 28px;
    border-radius: 4px;
    border: 1px solid #ffffff;
}
.hero-slider-area .owl-prev i:hover {
    background-color: #062f66 !important;
    
}
.hero-slider-area:hover .owl-prev {
    opacity: 1;
    left: 30px;
}
.hero-slider-area:hover .owl-next {
    opacity: 1;
    right: 30px;
}
.hero-slider-area .owl-theme .owl-nav {
    margin-top: 0 !important;
}
.hero-slider-area .owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: transparent;
}
@media only screen and (min-width: 1300px) {
    .slider-item .container {
        max-width: 1230px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
    .slider-item .container {
        max-width: 1150px;
    }
}
.tagline {
    padding: 20px 0;
}
.tagline ul {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
.tagline ul li {
    width: 31%;
    margin: 10px;
    padding: 10px;
    position: relative;
  }

  .tagline ul li::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ca1212;
  } 
  .tagline ul li:nth-child(2)::before, .tagline ul li:nth-child(4)::before{
    background-color: #0c4da2;
  }


.panels-blocks {
    padding: 20px 15px;
    text-align: center;
    position: relative;
    transform: translateY(0);
    transition: transform 0.22s ease;
    border-radius: 8px;
    box-shadow: 0 3px 10px 6px rgba(40, 41, 44, 0.12);
    cursor: pointer;
    background-color: #fff;
}
.page-title-area {
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    z-index: 1;
}

.page-title-area.bg-1 {
    background-image: url(../../assets/img/home/inneheader.png);
}
.page-title-area.bg-2 {
    background-image: url(../../assets/img/page-title-bg/2.jpg);
}
.page-title-area.bg-3 {
    background-image: url(../../assets/img/page-title-bg/3.jpg);
}
.page-title-area.bg-4 {
    background-image: url(../../assets/img/page-title-bg/4.jpg);
}
.page-title-area.bg-5 {
    background-image: url(../../assets/img/page-title-bg/5.jpg);
}
.page-title-area.bg-6 {
    background-image: url(../../assets/img/contactbg.jpg);
}
.page-title-area.bg-7 {
    background-image: url(../../assets/img/page-title-bg/7.jpg);
}
.page-title-area.bg-8 {
    background-image: url(../../assets/img/page-title-bg/8.jpg);
}
.page-title-area.bg-9 {
    background-image: url(../../assets/img/page-title-bg/9.jpg);
}
.page-title-area.bg-10 {
    background-image: url(../../assets/img/home/inneheader.png);
}
.page-title-area.bg-11 {
    background-image: url(../../assets/img/page-title-bg/11.jpg);
}
.page-title-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background-color: rgba(0,0,0,0.7);
    z-index: -1;
}
.page-title-area .page-title-content {
    margin-top: -10px;
    margin-bottom: -3px;
}
.page-title-area .page-title-content h2,
.page-title-area .page-title-content h1 {
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
}
.page-title-area .page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 0;
}
.page-title-area .page-title-content ul li {
    display: inline-block;
    position: relative;
    font-size: 17px;
    font-weight: 500;
    padding-right: 15px;
    padding-left: 15px;
    color: #ffffff;
}
.page-title-area .page-title-content ul li::before {
    content: "";
    position: absolute;
    top: 7px;
    right: -7px;
    background-color: #0c4da2;
    width: 10px;
    height: 10px;
    -webkit-clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
    clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
}
.page-title-area .page-title-content ul li:last-child::before {
    display: none;
}
.page-title-area .page-title-content ul li a {
    color: #ffffff;
}
.page-title-area .page-title-content ul li a:hover {
    color: #0c4da2;
}
.page-title-area .page-title-content ul .active {
    color: #0c4da2;
}
.blog-details-left-area .blog-details-single-post {
    margin-bottom: 30px;
}
.blog-details-left-area .blog-details-single-post h3 {
    font-size: 27px;
    margin-bottom: 20px;
}
.blog-details-left-area .blog-details-single-post ul {
    margin-bottom: 10px;
    margin-left: 25px;
}
.blog-details-left-area .blog-details-single-post ul li {
    font-size: 16px;
    list-style-type: disc;
}
.blog-details-left-area .blog-details-single-post ul li i {
    color: #0c4da2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.blog-details-left-area .blog-details-single-post ul li:first-child {
    padding-left: 0;
    padding-right: 0;
}
.blog-details-left-area .blog-details-single-post ul li:last-child {
    padding-left: 0;
    padding-right: 0;
}
.blog-details-left-area .blog-details-single-post ul li a {
    color: #545454;
}
.blog-details-left-area .blog-details-single-post ul li a i {
    color: #0c4da2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.blog-details-left-area .blog-details-single-post ul li a:hover {
    color: #0c4da2;
}
.blog-details-left-area .blog-details-single-post ul li a:hover i {
    color: #0c4da2;
}
.blog-details-left-area .blog-details-single-post ul li i {
    position: relative;
    top: 1px;
    margin-right: 5px;
}
.blog-details-left-area .blog-details-single-post .blog-details-img {
    margin-bottom: 30px;
}
.blog-details-left-area .blog-details-single-post .blog-details-img img {
    width: 100%;
}
.blog-details-left-area .single-post-2 .single-post-img a {
    display: block;
}
.blog-details-left-area .single-post-2 .single-post-img a img {
    width: 100%;
}
.blog-details-left-area .blockquote {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
.blog-details-left-area .blockquote::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 30px;
    width: 100%;
    height: 100%;
    background-image: url(../../assets/img/blog-details-img/quate.png);
    background-position: top left;
    background-repeat: no-repeat;
}
.blog-details-left-area .blockquote::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #0c4da2;
}
.blog-details-left-area .blockquote p {
    font-size: 20px;
    color: #595959;
    font-style: italic;
}
.blog-details-left-area .blockquote span {
    font-size: 16px;
    color: #43bd75;
}
.blog-details-left-area .single-post-2 h3 {
    font-size: 25px;
    margin-bottom: 20px;
}
.blog-details-left-area .single-post-2 p {
    margin-bottom: 30px;
}
.blog-details-left-area .blog-details-sheare {
    margin-bottom: 35px;
}
.blog-details-left-area .blog-details-sheare .blog-sheare-tag ul li {
    display: inline-block;
    background-color: #eeeeee;
    padding: 5px 10px;
}
.blog-details-left-area .blog-details-sheare .social-icon {
    line-height: 1;
    text-align: right;
}
.blog-details-left-area .blog-details-sheare .social-icon .share {
    position: relative;
    top: -3px;
}
.blog-details-left-area .blog-details-sheare .social-icon li {
    display: inline-block;
}
.blog-details-left-area .blog-details-sheare .social-icon li a {
    padding: 0 5px;
}
.blog-details-left-area .blog-details-sheare .social-icon li a i {
    font-size: 22px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.blog-details-left-area .blog-details-sheare .social-icon li a:hover {
    color: #122738;
}
.blog-details-left-area .prev-next {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;
}
.blog-details-left-area .prev-next::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 50%;
    height: 80%;
    width: 1px;
    background-color: #eeeeee;
}
.blog-details-left-area .prev-next .prev-post {
    font-size: 20px;
}
.blog-details-left-area .prev-next .prev-post a {
    color: #545454;
}
.blog-details-left-area .prev-next .prev-post a:hover {
    color: #43bd75;
}
.blog-details-left-area .prev-next .prev-post i {
    position: relative;
    top: 1px;
    color: #43bd75;
}
.blog-details-left-area .prev-next .next-post {
    font-size:20px;
    float: right;
}
.blog-details-left-area .prev-next .next-post a {
    color: #545454;
}
.blog-details-left-area .prev-next .next-post a:hover {
    color: #43bd75;
}
.blog-details-left-area .prev-next .next-post i {
    position: relative;
    top: 1px;
    color: #43bd75;
}
.blog-details-left-area .profile {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin-top: 20px;
    position: relative;
    padding-left: 230px;
    min-height: 188px;
}
.blog-details-left-area .profile img {
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: 30px;
}
.blog-details-left-area .profile .social-icon {
    line-height: 1;
}
.blog-details-left-area .profile .social-icon .share {
    position: relative;
    top: -3px;
}
.blog-details-left-area .profile .social-icon li {
    display: inline-block;
}
.blog-details-left-area .profile .social-icon li a {
    padding: 0 5px;
}
.blog-details-left-area .profile .social-icon li a i {
    font-size: 24px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.blog-details-left-area .profile .social-icon li a:hover {
    color: #122738;
}
.blog-details-left-area .comments-wrap {
    padding-top: 30px;
}
.blog-details-left-area .comments-wrap .title {
    font-size: 25px;
    margin-bottom: 30px;
}
.blog-details-left-area .comments-wrap ul {
    margin-bottom: 30px;
}
.blog-details-left-area .comments-wrap ul li {
    position: relative;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
    padding-left: 150px;
    margin-bottom: 30px;
}
.blog-details-left-area .comments-wrap ul li:last-child {
    margin-bottom: 0;
}
.blog-details-left-area .comments-wrap ul li img {
    border-radius: 50%;
    position: absolute;
    top: 35px;
    left: 30px;
}
.blog-details-left-area .comments-wrap ul li h3 {
    margin-bottom: 0;
    font-size: 18px;
}
.blog-details-left-area .comments-wrap ul li span {
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
}
.blog-details-left-area .comments-wrap ul li p {
    margin-bottom: 0;
}
.blog-details-left-area .comments-wrap ul li a {
    position: absolute;
    top: 30px;
    right: 30px;
}
.blog-details-left-area .comments-wrap ul .ml-30 {
    margin-left: 30px;
}
.blog-details-left-area .contact-area .contact-wrap .contact-title {
    text-align: left !important;
    margin-bottom: 30px;
}
.blog-details-left-area .contact-area .contact-wrap .contact-title h2 {
    font-size: 27px;
}
.contact-wrap {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border: 1px solid #242b38;
    border-radius: 5px;
    background: #161515;
  }
.contact-wrap .contact-title {
    margin-bottom: 30px;
}
.contact-wrap .contact-title h2 {
    font-size: 22px;
}
.contact-wrap .form-group {
    margin-bottom: 30px;
}
.blog-details-right-area .blog-widget {
    margin-bottom: 35px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
}
.blog-details-right-area .blog-widget ul li a {
    font-size: 18px;
}
.blog-details-right-area .blog-widget .title {
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 25px;
    font-size: 22px;
    position: relative;
}
.blog-details-right-area .blog-widget .title::before {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 50px;
    height: 1px;
    background-color: #0c4da2;
}
.blog-details-right-area .blog-widget.search-widget .search-form {
    position: relative;
}
.blog-details-right-area .blog-widget.search-widget .search-form .form-control {
    height: 50px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 10px;
    width: 100%;
}
.blog-details-right-area .blog-widget.search-widget .search-form .form-control:focus {
    border-color: #0c4da2;
}
.blog-details-right-area .blog-widget.search-widget .search-form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    background-color: #0c4da2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.blog-details-right-area .blog-widget.search-widget .search-form button:hover {
    background-color: #122738;
}
.blog-details-right-area .blog-widget.search-widget .search-form button i {
    color: #ffffff;
    position: relative;
    top: 2px;
}
.blog-details-right-area .blog-widget.resent-post-widget ul li {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.blog-details-right-area .blog-widget.resent-post-widget ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}
.blog-details-right-area .blog-widget.resent-post-widget ul li a {
    position: relative;
    display: block;
    padding-left: 90px;
}
.blog-details-right-area .blog-widget.resent-post-widget ul li a img {
    position: absolute;
    top: 0;
    left: 0;
}
.blog-details-right-area .blog-widget.resent-post-widget ul li a span {
    display: block;
    margin-bottom: 5px;
    color: #545454;
    font-size: 16px;
}
.blog-details-right-area .blog-widget.resent-post-widget ul li a h3 {
    font-size: 17px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 500;
}
.blog-details-right-area .blog-widget.resent-post-widget ul li a h3:hover {
    color: #0c4da2;
}
.blog-details-right-area .blog-widget.archives-widget ul li {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.blog-details-right-area .blog-widget.archives-widget ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}
.blog-details-right-area .blog-widget.archives-widget ul li a {
    position: relative;
    display: block;
    color: #545454;
}
.blog-details-right-area .blog-widget.archives-widget ul li a span {
    display: block;
    margin-bottom: 5px;
    color: #545454;
    float: right;
}
.blog-details-right-area .blog-widget.archives-widget ul li a:hover {
    color: #0c4da2;
}
.blog-details-right-area .blog-widget.archives-widget ul li a:hover span {
    color: #0c4da2;
}
.blog-details-right-area .blog-widget.categories-widget ul li {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.blog-details-right-area .blog-widget.categories-widget ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}
.blog-details-right-area .blog-widget.categories-widget ul li a {
    position: relative;
    display: block;
    color: #545454;
}
.blog-details-right-area .blog-widget.categories-widget ul li a span {
    display: block;
    margin-bottom: 5px;
    color: #545454;
    float: right;
}
.blog-details-right-area .blog-widget.categories-widget ul li a:hover {
    color: #0c4da2;
}
.blog-details-right-area .blog-widget.categories-widget ul li a:hover span {
    color: #0c4da2;
}
.blog-details-right-area .blog-widget.tags-widget ul li {
    border: 1px solid #eeeeee;
    padding: 10px 8px;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.blog-details-right-area .blog-widget.tags-widget ul li a {
    position: relative;
    display: block;
    color: #545454;
}
.blog-details-right-area .blog-widget.tags-widget ul li:hover {
    background-color: #0c4da2;
}
.blog-details-right-area .blog-widget.tags-widget ul li:hover a {
    color: #ffffff;
}
.contact-info-area .single-contact-info {
    text-align: center;
    margin-bottom: 30px;
    padding: 30px;
    transition: all 0.5s;
    min-height: 242px;
    color: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border: 1px solid #242b38;
    border-radius: 5px;
    background: #161515;
    height: 100%;
  }
.contact-info-area .single-contact-info i {
    display: block;
    color: #fff;
    background-color: #111;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 27px;
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    line-height: 60px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
}
.contact-info-area .single-contact-info h3 {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 24px;
}
.contact-info-area .single-contact-info a {
    color: #545454;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    font-size: 18px;
}
.contact-info-area .single-contact-info:hover {
    background-color: #000;
    color: #fff;
}
.contact-info-area .single-contact-info:hover i {
    color: #0c4da2;
    border-color: #ffffff;
    background-color: #ffffff;
}
.contact-info-area .single-contact-info:hover h3 {
    color: #ffffff;
}
.contact-info-area .single-contact-info:hover a {
    color: #ffffff;
}
.contact-area .contact-wrap {
    padding: 50px;
}
.contact-area .contact-wrap .section-title {
    margin-bottom: 40px;
}
.contact-area .contact-wrap .default-btn {
    margin-top: 10px;
}
.list-unstyled {
    color: #dc3545;
    text-align: left;
    margin-top: 10px;
}
#msgSubmit {
    margin-top: 30px;
    font-size: 22px;
}
.hidden {
    display: none;
}
.get-in-touch {
    padding-right: 30px;
}
.get-in-touch ul li i {
    float: left;
    margin-top: 1px;
    margin-right: 10px;
    font-size: 22px;
    color: #0c4da2;
}
.get-in-touch h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}
.get-in-touch p {
    color: #323347;
    margin-bottom: 0;
}
.get-in-touch ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.get-in-touch ul li {
    margin-bottom: 25px;
}
.get-in-touch ul li span {
    font-size: 18px;
    font-weight: 600;
    color: #0c4da2;
    display: block;
    margin-bottom: 10px;
}
.get-in-touch ul li a {
    color: #121521;
}
.get-in-touch ul li a:hover {
    color: #0c4da2;
}
.contact-form h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}
.contact-form form label {
    width: 100%;
}
.contact-form-area .contact-form form input,
.contact-form-area .contact-form form textarea {
    border-radius: 0;
    height: 60px;
    border: 1px solid #ebebeb;
    background-color: #f4f9fd;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    padding: 0.5rem 1rem;
}
.contact-form-area .contact-form form input:focus,
.contact-form-area .contact-form form textarea:focus {
    outline: 0 none;
}
.contact-form-area .contact-form form input::-webkit-input-placeholder,
.contact-form-area .contact-form form textarea::-webkit-input-placeholder {
    color: #0c4da2;
}
.contact-form-area .contact-form form input::placeholder,
.contact-form-area .contact-form form textarea::placeholder {
    color: #0c4da2;
}
.contact-form-area .contact-form form input:focus,
.contact-form-area .contact-form form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #0c4da2;
}
.contact-form-area .contact-form form input[type="submit"]:focus {
    outline: none;
}
.contact-form-area .contact-form form textarea {
    height: auto;
}
.contact-form-area .contact-form form input[type="submit"] {
    display: inline-block;
    text-align: center;
    background-color: #0c4da2;
    color: #fff;
    border: 2px solid #0c4da2;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px #ebebeb;
    box-shadow: 3px 3px #ebebeb;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    font-weight: 600;
    width: inherit;
}
.contact-form-area .contact-form form input[type="submit"]::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    content: "";
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.contact-form-area .contact-form form input[type="submit"]:hover {
    color: #0c4da2;
    border: 2px solid #0c4da2;
    background-color: transparent !important;
}
.contact-form-area .contact-form form input[type="submit"]:hover::before {
    opacity: 0;
    visibility: hidden;
}
.contact-form label,
.contact-wrap label {
    margin-bottom: 10px;
    font-size: 17px;
}
.contact-form-area .contact-form .form-group {
    margin-bottom: 30px;
}
.contact-map iframe {
    width: 100%;
}
.map-area iframe {
    height: 500px;
    width: 100%;
}
.testimonial-page .section-title {
    margin-bottom: 90px;
}
.testimonial-page .single-testimonial {
    margin: 0;
    margin-bottom: 60px;
}
.testimonial-page .single-testimonial img {
    margin: auto;
}
.user-area-style {
    position: relative;
    z-index: 1;
}
.user-area-style .contact-form-action {
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 50px;
    margin: auto;
    max-width: 600px;
}
.user-area-style .contact-form-action .section-title {
    margin-bottom: 30px;
}
.user-area-style .contact-form-action .section-title h2 {
    margin-top: -14px;
}
.user-area-style .contact-form-action form .form-condition {
    margin-bottom: 20px;
}
.user-area-style .contact-form-action form .form-condition .agree-label {
    font-weight: 600;
}
.user-area-style .contact-form-action form .form-condition .agree-label a {
    color: #0c4da2;
}
.user-area-style .contact-form-action form .form-group {
    margin-bottom: 30px;
}
.user-area-style .contact-form-action form .default-btn {
    margin: auto;
    display: table;
}
.user-area-style .contact-form-action .account-desc {
    display: table;
    font-weight: 600;
}
.user-area-style .contact-form-action .account-desc a {
    color: #0c4da2;
    font-weight: 600;
}
.user-area-style .contact-form-action .forget {
    float: right;
    color: #0c4da2;
    font-weight: 600;
}
.user-area-style .contact-form-action .now-register {
    font-weight: 600;
    float: right;
    margin-bottom: 30px;
}
.user-area-style .contact-form-action .now-register a {
    color: #0c4da2;
}
.error-area {
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: #8be2e9;
}
.error-area .error-content-wrap {
    max-width: 800px;
    margin: auto;
    z-index: 1;
    position: relative;
}
.error-area .error-content-wrap h1 {
    font-size: 300px;
    line-height: 1;
    color: #0c4da2;
}
.error-area .error-content-wrap h3 {
    margin: 30px 0 0;
    position: relative;
    color: #ff0000;
    font-size: 40px;
}
.error-area .error-content-wrap p {
    margin: 20px 0 30px;
    font-size: 20px;
    color: #545454;
}
.error-area .error-content-wrap .default-btn {
    margin-bottom: -8px;
    margin-left: 0;
}
.single-shop {
    text-align: center;
    background-color: #f4faff;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.single-shop .shop-img {
    padding: 20px;
}
.single-shop .shop-img .shop-img-1 {
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}
.single-shop .shop-img .shop-img-1 .shop-img-2 {
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.single-shop .shop-content {
    padding: 0 30px 30px 30px;
}
.single-shop .shop-content .title {
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 9px;
}
.single-shop .shop-content h3 {
    font-size: 22px;
}
.single-shop .shop-content .price {
    color: #0c4da2;
    font-size: 22px;
}
.single-shop .purchase-bar {
    background-color: #f4faff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -175px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.single-shop .purchase-bar ul {
    line-height: 1;
    margin-bottom: 20px;
}
.single-shop .purchase-bar ul li {
    display: inline-block;
    padding: 0 5px;
}
.single-shop .purchase-bar ul li a i {
    font-size: 22px;
    color: #0c4da2;
    background-color: #def5ee;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.single-shop .purchase-bar ul li a:hover i {
    background-color: #0c4da2;
    color: #ffffff;
}
.single-shop:hover .purchase-bar {
    bottom: 0;
}
.single-shop:hover .shop-img .shop-img-2 {
    opacity: 0;
}
.single-shop:hover .shop-img .shop-img-2 {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.product-slider .single-shop {
    margin-left: 20px;
    margin-right: 20px;
}
.product-list .single-shop {
    margin-bottom: 30px;
    margin-left: 12px;
    margin-right: 12px;
}
.product-list .single-shop .shop-content {
    padding: 60px 0 20px;
    text-align: left;
}
.product-list .single-shop .purchase-bar {
    position: relative;
    padding: 0;
    bottom: 0;
    text-align: left;
    box-shadow: none;
}
.product-list .single-shop .purchase-bar ul li {
    text-align: center;
}
.cart-area h3 {
    font-size: 22px;
}
.cart-area .cart-table table {
    margin-bottom: 0;
}
.cart-area .cart-table table thead tr th {
    border-bottom-width: 0px;
    vertical-align: middle;
    padding: 0 0 15px;
    text-transform: uppercase;
    border: none;
    font-weight: 700;
    font-size: 18px;
}
.cart-area .cart-table table tbody tr td {
    vertical-align: middle;
    color: #666666;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    border-color: #eaedff;
    border-left: none;
    border-right: none;
}
.cart-area .cart-table table tbody tr td.product-thumbnail img {
    width: 60px;
    height: 60px;
}
.cart-area .cart-table table tbody tr td.product-thumbnail a {
    display: block;
}
.cart-area .cart-table table tbody tr td.product-name a {
    color: #666666;
    font-weight: 600;
    display: inline-block;
}
.cart-area .cart-table table tbody tr td.product-name a:hover {
    color: #121521;
}
.cart-area .cart-table table tbody tr td.product-price span {
    font-weight: 500;
}
.cart-area .cart-table table tbody tr td.product-subtotal {
    overflow: hidden;
}
.cart-area .cart-table table tbody tr td.product-subtotal .remove {
    color: #666666;
    float: right;
    position: relative;
    top: 1px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.cart-area .cart-table table tbody tr td.product-subtotal .remove i {
    font-size: 24px;
}
.cart-area .cart-table table tbody tr td.product-subtotal .remove:hover {
    color: red;
}
.cart-area .cart-table table tbody tr td.product-subtotal span {
    font-weight: 500;
}
.cart-area .cart-table table tbody tr td.product-quantity .input-counter {
    max-width: 130px;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    position: relative;
}
.cart-area .cart-table table tbody tr td.product-quantity .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #121521;
    width: 40px;
    height: 100%;
    line-height: 48px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.cart-area .cart-table table tbody tr td.product-quantity .input-counter span:hover {
    color: #0c4da2;
}
.cart-area .cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
    left: 0;
}
.cart-area .cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
    right: 0;
}
.cart-area .cart-table table tbody tr td.product-quantity .input-counter input {
    height: 45px;
    color: #121521;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 19px;
    font-weight: 600;
}
.cart-area .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
    color: #121521;
}
.cart-area .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
    color: #121521;
}
.cart-area .cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
    color: #121521;
}
.cart-area .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
    color: #121521;
}
.cart-area .cart-buttons {
    margin-top: 30px;
}
.cart-area .cart-totals {
    background: #ffffff;
    padding: 40px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    border-radius: 0;
    margin: auto;
    margin-top: 50px;
}
.cart-area .cart-totals h3 {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 22px;
}
.cart-area .cart-totals ul {
    padding: 0;
    margin: 0 0 25px;
    list-style-type: none;
}
.cart-area .cart-totals ul li {
    border: 1px solid #eaedff;
    padding: 11px 15px;
    color: #323232;
    overflow: hidden;
    font-weight: 700;
}
.cart-area .cart-totals ul li:first-child {
    border-bottom: none;
}
.cart-area .cart-totals ul li:last-child {
    border-top: none;
}
.cart-area .cart-totals ul li span {
    float: right;
    color: #666666;
    font-weight: normal;
}
.cart-area .cart-wraps {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    padding: 40px;
}
.cart-area .coupon-wrap {
    margin-top: 50px;
    background-color: #ffffff;
    padding: 40px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.cart-area .coupon-wrap .nice-select {
    background-color: #f2f9fc;
}
.cart-area .coupon-wrap .nice-select .list {
    width: 100%;
}
.cart-area .coupon-wrap .nice-select .option {
    color: #121521 !important;
}
.cart-area .coupon-wrap .nice-select .option:hover {
    color: #ffffff !important;
    background-color: #1089d4 !important;
}
.cart-area .coupon-wrap select .option.focus,
.cart-area .coupon-wrap .nice-select .option.selected.focus {
    background-color: #1089d4 !important;
    color: #ffffff !important;
}
.cart-area .coupon-wrap h3 {
    padding-bottom: 25px;
    margin-bottom: 0;
}
.cart-area .coupon-wrap .form-group {
    margin-bottom: 18px;
}
.cart-area .coupon-wrap .nice-select {
    height: 50px;
    width: 100%;
    margin-bottom: 19px;
    border-radius: 0;
}
.cart-area .coupon-wrap .nice-select .current {
    position: relative;
    top: 4px;
}
.cart-area .table-bordered > :not(caption) > * {
    border-top: none;
}
.cart-area .text-right {
    text-align: right;
}
.checkout-area .user-actions {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 18px 20px 15px;
    margin-bottom: 65px;
    border-top: 3px solid #0c4da2;
    position: relative;
    color: #0c4da2;
}
.checkout-area .user-actions::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -35px;
    width: 100%;
    height: 1px;
    background: #eeeeee;
}
.checkout-area .user-actions i {
    color: #0c4da2;
    margin-right: 2px;
    font-size: 22px;
    position: relative;
    top: 4px;
}
.checkout-area .user-actions span {
    display: inline-block;
    font-weight: 500;
    color: #121521;
}
.checkout-area .user-actions span a {
    display: inline-block;
    color: #0c4da2;
    font-size: 18px;
}
.checkout-area .user-actions span a:hover {
    color: #0c4da2;
}
.checkout-area .user-actions span a:focus {
    color: #0c4da2;
}
.checkout-area .checkout-area .title {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 700;
}
.checkout-area .billing-details {
    background-color: #ffffff;
    padding: 30px;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}
.checkout-area .billing-details h3 {
    font-size: 22px;
}
.checkout-area .billing-details .form-group {
    margin-bottom: 20px;
}
.checkout-area .billing-details .form-group label {
    display: block;
    color: #121521;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}
.checkout-area .billing-details .form-group label .required {
    color: red;
}
.checkout-area .billing-details .form-group .nice-select {
    float: unset;
    line-height: 45px;
    color: #121521;
    padding-top: 0;
    padding-bottom: 0;
}
.checkout-area .billing-details .form-group .nice-select .list {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.checkout-area .billing-details .form-group .nice-select .list .option {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-left: 20px;
    padding-right: 20px;
}
.checkout-area .billing-details .form-group .nice-select .list .option:hover {
    background-color: #0c4da2 !important;
    color: #ffffff;
}
.checkout-area .billing-details .form-group .nice-select .list .option.selected {
    background-color: transparent;
}
.checkout-area .billing-details .form-group .nice-select:after {
    right: 20px;
}
.checkout-area .billing-details .form-group .nice-select .option:hover,
.checkout-area .billing-details .form-group .nice-select .option.focus,
.checkout-area .billing-details .form-group .nice-select .option.selected.focus {
    background-color: #0c4da2 !important;
    color: #ffffff !important;
}
.checkout-area .billing-details .form-group textarea {
    padding-top: 13px;
}
.checkout-area .billing-details .form-check {
    margin-bottom: 20px;
}
.checkout-area .billing-details .form-check .form-check-label {
    color: #121521;
}
.checkout-area .billing-details .form-check label {
    position: relative;
    top: 1px;
    font-size: 16px;
    font-weight: 500;
}
.checkout-area .billing-details .col-lg-12:last-child .form-group {
    margin-bottom: 0;
}
.checkout-area .order-details .order-table {
    background-color: #ffffff;
    padding: 30px;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}
.checkout-area .order-details .order-table table {
    margin-bottom: 0;
}
.checkout-area .order-details .order-table table thead tr th {
    border-bottom-width: 0;
    vertical-align: middle;
    border-color: #eaedff;
    padding-left: 20px;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    font-weight: 700;
}
.checkout-area .order-details .order-table table tbody tr td {
    vertical-align: middle;
    color: #121521;
    border-color: #eaedff;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
}
.checkout-area .order-details .order-table table tbody tr td.product-name a {
    color: #121521;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
}
.checkout-area .order-details .order-table table tbody tr td.product-name a:hover {
    color: #121521;
}
.checkout-area .order-details .order-table table tbody tr td.order-subtotal span {
    color: #121521;
    font-weight: 600;
    font-size: 16px;
}
.checkout-area .order-details .order-table table tbody tr td.order-shipping span {
    color: #121521;
    font-weight: 600;
    font-size: 16px;
}
.checkout-area .order-details .order-table table tbody tr td.total-price span {
    color: #121521;
    font-weight: 600;
    font-size: 16px;
}
.checkout-area .order-details .order-table table tbody tr td.shipping-price {
    font-weight: 600;
}
.checkout-area .order-details .order-table table tbody tr td.order-subtotal-price {
    font-weight: 600;
}
.checkout-area .order-details .order-table table tbody tr td.product-subtotal {
    font-weight: 600;
}
.checkout-area .order-details .payment-box {
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    margin-top: 30px;
    padding: 30px;
}
.checkout-area .order-details .payment-box .payment-method p [type="radio"]:checked {
    display: none;
}
.checkout-area .order-details .payment-box .payment-method p [type="radio"]:checked + label {
    padding-left: 27px;
    cursor: pointer;
    display: block;
    font-weight: 600;
    color: #0c4da2;
    position: relative;
    margin-bottom: 8px;
}
.checkout-area .order-details .payment-box .payment-method p [type="radio"]:checked + label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    background: #ffffff;
}
.checkout-area .order-details .payment-box .payment-method p [type="radio"]:checked + label::after {
    content: "";
    width: 12px;
    height: 12px;
    background: #0c4da2;
    position: absolute;
    top: 6px;
    left: 3px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.checkout-area .order-details .payment-box .payment-method p [type="radio"]:not(:checked) {
    display: none;
}
.checkout-area .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label {
    padding-left: 27px;
    cursor: pointer;
    display: block;
    font-weight: 600;
    color: #121521;
    position: relative;
    margin-bottom: 8px;
    font-size: 16px;
}
.checkout-area .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    background: #ffffff;
}
.checkout-area .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
    content: "";
    width: 12px;
    height: 12px;
    background: #0c4da2;
    position: absolute;
    top: 6px;
    left: 3px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.checkout-area .order-details .payment-box .btn.order-btn {
    display: block;
    margin-top: 25px;
}
.checkout-area .order-details .payment-box .default-btn {
    margin-top: 20px;
    display: block;
    text-align: center;
}
.shop-details-area .product-details-desc h3 {
    margin-bottom: 12px;
    font-weight: 700;
}
.shop-details-area .product-details-desc p {
    margin-bottom: 0;
}
.shop-details-area .product-details-desc .price {
    margin-bottom: 10px;
    color: #333333;
    font-weight: 700;
}
.shop-details-area .product-details-desc .price span {
    padding: 0 5px;
}
.shop-details-area .product-details-desc .price .old-price {
    text-decoration: line-through;
    color: #828893;
    font-size: 15px;
}
.shop-details-area .product-details-desc .product-review {
    margin-bottom: 15px;
}
.shop-details-area .product-details-desc .product-review .rating {
    display: inline-block;
    padding-right: 5px;
    font-size: 16px;
}
.shop-details-area .product-details-desc .product-review .rating i {
    color: #ffba0a;
}
.shop-details-area .product-details-desc .product-review .rating-count {
    display: inline-block;
    color: #333333;
    border-bottom: 1px solid #333333;
    line-height: initial;
}
.shop-details-area .product-details-desc .product-review .rating-count:hover {
    color: #0c4da2;
    border-color: #0c4da2;
}
.shop-details-area .product-details-desc .product-add-to-cart {
    margin-top: 20px;
}
.shop-details-area .product-details-desc .product-add-to-cart .input-counter {
    max-width: 130px;
    min-width: 130px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    position: relative;
}
.shop-details-area .product-details-desc .product-add-to-cart .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 40px;
    height: 100%;
    line-height: 48px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.shop-details-area .product-details-desc .product-add-to-cart .input-counter span:hover {
    color: #121521;
}
.shop-details-area .product-details-desc .product-add-to-cart .input-counter span.minus-btn {
    left: 0;
}
.shop-details-area .product-details-desc .product-add-to-cart .input-counter span.plus-btn {
    right: 0;
}
.shop-details-area .product-details-desc .product-add-to-cart .input-counter input {
    height: 45px;
    color: #333333;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 19px;
    font-weight: 600;
}
.shop-details-area .product-details-desc .product-add-to-cart .input-counter input::-webkit-input-placeholder {
    color: #333333;
}
.shop-details-area .product-details-desc .product-add-to-cart .input-counter input:-ms-input-placeholder {
    color: #333333;
}
.shop-details-area .product-details-desc .product-add-to-cart .input-counter input::-ms-input-placeholder {
    color: #333333;
}
.shop-details-area .product-details-desc .product-add-to-cart .input-counter input::placeholder {
    color: #333333;
}
.shop-details-area .product-details-desc .product-add-to-cart .default-btn {
    border: none;
    cursor: pointer;
    float: right;
}
.shop-details-area .product-details-desc .product-add-to-cart .btn {
    height: 45px;
    top: -2px;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}
.shop-details-area .product-details-desc .product-add-to-cart .btn i {
    margin-right: 2px;
}
.shop-details-area .product-details-desc .buy-checkbox-btn {
    margin-top: 20px;
}
.shop-details-area .product-details-desc .buy-checkbox-btn input {
    display: none;
}
.shop-details-area .product-details-desc .buy-checkbox-btn .cbx {
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.shop-details-area .product-details-desc .buy-checkbox-btn .cbx span {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.shop-details-area .product-details-desc .buy-checkbox-btn .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    -webkit-transform: scale(1);
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #ebebeb;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.shop-details-area .product-details-desc .buy-checkbox-btn .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.shop-details-area .product-details-desc .buy-checkbox-btn .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #333333;
    display: block;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.shop-details-area .product-details-desc .buy-checkbox-btn .cbx span:last-child {
    padding-left: 4px;
    color: #57647c;
}
.shop-details-area .product-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
    border-color: #333333;
}
.shop-details-area .product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child {
    background: #333333;
    border-color: #333333;
    -webkit-animation: wave 0.4s ease;
    animation: wave 0.4s ease;
}
.shop-details-area .product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
}
.shop-details-area .product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child:before {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.shop-details-area .product-details-desc .buy-checkbox-btn .item:not(:first-child) {
    margin-top: 15px;
}
.shop-details-area .product-details-desc .buy-checkbox-btn .btn {
    display: block;
    width: 100%;
}
.shop-details-area .product-details-desc .buy-checkbox-btn .default-btn {
    text-transform: uppercase;
    display: block;
    text-align: center;
}
.shop-details-area .product-details-desc .custom-payment-options {
    margin-top: 20px;
}
.shop-details-area .product-details-desc .custom-payment-options span {
    display: block;
    color: #57647c;
    margin-bottom: 15px;
}
.shop-details-area .product-details-desc .custom-payment-options .payment-methods a {
    display: inline-block;
    margin-right: 4px;
}
.shop-details-area .product-details-desc .custom-payment-options .payment-methods a i {
    font-size: 22px;
    background-color: #def5ee;
    color: #0c4da2;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.shop-details-area .product-details-desc .custom-payment-options .payment-methods a:hover i {
    background-color: #0c4da2;
    color: #ffffff;
}
.shop-details-area .product-details-image {
    text-align: center;
    background-color: #f7f7f7;
}
.shop-details-area .tab .tabs_item {
    display: none;
}
.shop-details-area .tab .tabs_item:first-child {
    display: block;
}
.shop-details-area .products-details-tab {
    margin-top: 50px;
}
.shop-details-area .products-details-tab .tabs {
    list-style-type: none;
    margin-bottom: -1px;
    padding-left: 0;
    text-align: center;
    margin-bottom: 30px;
}
.shop-details-area .products-details-tab .tabs li {
    display: inline-block;
    line-height: initial;
    margin-right: 5px;
}
.shop-details-area .products-details-tab .tabs li a {
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    color: #333333;
    border: 1px solid #eeeeee;
    padding: 15px 30px;
    font-weight: 600;
}
.shop-details-area .products-details-tab .tabs li a:hover {
    color: #ffffff;
    background-color: #0c4da2;
    border-color: #0c4da2;
}
.shop-details-area .products-details-tab .tabs li a:hover .dot {
    border-color: #ffffff;
}
.shop-details-area .products-details-tab .tabs li a:hover .dot::before {
    background: #ffffff;
}
.shop-details-area .products-details-tab .tabs li a:focus {
    color: #ffffff;
    background-color: #0c4da2;
    border-color: #0c4da2;
}
.shop-details-area .products-details-tab .tabs li a:focus .dot {
    border-color: #ffffff;
}
.shop-details-area .products-details-tab .tabs li a:focus .dot::before {
    background: #ffffff;
}
.shop-details-area .products-details-tab .tabs li:last-child {
    margin-right: 0;
}
.shop-details-area .products-details-tab .tabs li.current a {
    color: #ffffff;
    background-color: #0c4da2;
    border-color: #0c4da2;
}
.shop-details-area .products-details-tab .tabs li.current a .dot {
    border: 1px solid #ffffff;
}
.shop-details-area .products-details-tab .tabs li.current a .dot::before {
    background: #ffffff;
}
.shop-details-area .products-details-tab .tab_content {
    border: 1px solid #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
}
.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content p {
    margin-bottom: 20px;
}
.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content p:last-child {
    margin-bottom: 0;
}
.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    text-align: left;
}
.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li {
    border: 1px solid #eeeeee;
    border-bottom: none;
    padding: 10px 15px;
    color: #57647c;
}
.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li:last-child {
    border-bottom: 1px solid #eeeeee;
}
.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span {
    display: inline-block;
    width: 30%;
    color: #333333;
    font-size: 18px;
    font-weight: 600;
}
.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
    margin-bottom: 15px;
    font-weight: 700;
}
.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title {
    position: relative;
}
.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating {
    display: inline-block;
}
.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
    color: #ffba0a;
}
.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
    color: #ffba0a;
    font-size: 16px;
}
.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 5px;
    line-height: initial;
}
.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn {
    position: absolute;
    right: 0;
    bottom: 10px;
    padding: 10px 11px;
    font-size: 15px;
}
.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn:focus {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 4px;
    background-color: #121521;
}
.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
    margin-top: 35px;
}
.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
    margin-top: 30px;
    position: relative;
    padding-right: 200px;
    border-top: 1px dashed #eeeeee;
    padding-top: 30px;
}
.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
    color: #ffba0a;
}
.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
    font-size: 16px;
    color: #ffba0a;
}
.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
    margin-bottom: 10px;
    font-size: 15px;
    display: block;
}
.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span strong {
    font-weight: 600;
}
.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
    margin-bottom: 0;
}
.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
    position: absolute;
    right: 0;
    color: #57647c;
    top: 40px;
    text-decoration: underline;
}
.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
    color: #ff4800;
}
.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form {
    margin-top: 30px;
}
.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
    margin-bottom: 20px;
}
.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group label {
    color: #444444;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}
.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea {
    padding-top: 15px;
}
.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
    font-size: 16px;
}
.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
}
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #0c4da2;
    top: 0;
    left: 0;
    z-index: 99999;
}
.preloader .lds-ripple {
    position: relative;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.preloader .lds-ripple div {
    position: absolute;
    border: 2px solid #ffffff;
    opacity: 1;
    border-radius: 0;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.preloader .lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
@-webkit-keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}
@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}
.go-top {
    position: fixed;
    cursor: pointer;
    top: 120%;
    right: 5%;
    background-color: #0c4da2;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.9s;
    transition: 0.9s;
}
.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 22px;
}
.go-top:hover {
    color: #ffffff;
    background-color: #121521;
}
.go-top.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    right: 5%;
    top: 93%;
}
.video-btn {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 89px;
    text-align: center;
    border-radius: 50px;
    color: #0c4da2;
    position: relative;
    top: 3px;
    z-index: 1;
    background-color: rgba(25, 206, 103, 0.5);
}
.video-btn i {
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 4px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}
.video-btn::after,
.video-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50px;
    background-color: rgba(25, 206, 103, 0.5);
}
.video-btn::before {
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
}
.video-btn::after {
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
}
.video-btn:hover {
    background-color: #0c4da2;
}
.video-btn:hover i {
    color: #ffffff;
}
.video-btn:hover::after,
.video-btn:hover::before {
    background-color: #0c4da2;
}
@-webkit-keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}
@keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}
.section-title {
    /* max-width: 660px; */
    /* margin: -4px auto 60px; */
    text-align: center;
    position: relative;
}
.section-title .top-title {
    color: #0c4da2;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
}
.section-title h2 {
    font-size: 40px;
    margin-bottom: 15px;
    position: relative;
    display: block;
    text-transform: capitalize;
}
.section-title h2 span {
    color: #0c4da2;
}
.section-title h2:last-child {
    margin-bottom: 0;
}
.section-title.white-title span {
    color: #ffffff;
}
.section-title.white-title h2 {
    color: #ffffff;
}
.section-title.white-title p {
    color: #ffffff;
}
.nice-select .list {
    width: 100%;
}
.nice-select .option:hover {
    background-color: #121521;
    color: #ffffff;
}
.nice-select .option.selected.focus {
    color: #121521;
}
.pagination-area {
    text-align: center;
    margin-top: 20px;
}
.pagination-area .page-numbers {
    width: 38px;
    height: 38px;
    background-color: #0c4da2;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    line-height: 38px;
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 6px;
    font-size: 19px;
}
.pagination-area .page-numbers.active {
    color: #ffffff;
    background-color: #121521;
}
.pagination-area .page-numbers:hover {
    color: #ffffff;
    background-color: #121521;
}
.pagination-area .page-numbers i {
    position: relative;
    top: 2.2px;
}
.pagination-area .page-numbers.current {
    color: #ffffff;
    background-color: #121521;
}
@media only screen and (min-width: 992px) {
   
    .page-template-one-page-home .nav-area .navbar-area .main-nav nav .navbar-nav .nav-item:hover ul {
        opacity: 0;
        visibility: hidden;
    }
    .page-template-one-page-home .nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a::before {
        content: none;
    }
    .page-template-one-page-home .nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .nav-link i {
        display: none;
    }
    .page-template-one-page-home #about,
    .page-template-one-page-home #department,
    .page-template-one-page-home #shop,
    .page-template-one-page-home #team,
    .page-template-one-page-home #testimonial,
    .page-template-one-page-home #blog,
    .page-template-one-page-home #contact {
        padding-top: 150px;
    }
}
@media only screen and (max-width: 767px) {
    .page-template-boxed-homepage .container,
    .page-template-boxed-homepage .container-lg,
    .page-template-boxed-homepage .container-md,
    .page-template-boxed-homepage .container-sm,
    .page-template-boxed-homepage .container-xl {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-template-boxed-homepage .container,
    .page-template-boxed-homepage .container-lg,
    .page-template-boxed-homepage .container-md,
    .page-template-boxed-homepage .container-sm,
    .page-template-boxed-homepage .container-xl {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .page-template-boxed-homepage .container,
    .page-template-boxed-homepage .container-lg,
    .page-template-boxed-homepage .container-md,
    .page-template-boxed-homepage .container-sm,
    .page-template-boxed-homepage .container-xl {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
    .page-template-boxed-homepage .container,
    .page-template-boxed-homepage .container-lg,
    .page-template-boxed-homepage .container-md,
    .page-template-boxed-homepage .container-sm,
    .page-template-boxed-homepage .container-xl {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media only screen and (min-width: 1300px) {
    .page-template-boxed-homepage .container,
    .page-template-boxed-homepage .container-lg,
    .page-template-boxed-homepage .container-md,
    .page-template-boxed-homepage .container-sm,
    .page-template-boxed-homepage .container-xl {
        padding-left: 60px;
        padding-right: 60px;
    }
}
body.page-template-dark-homepage {
    background-color: #121212;
}
.page-template-dark-homepage .black-color {
    background-color: #222222;
}
.page-template-dark-homepage .nav-area .navbar-area .main-nav {
    background-color: #121212;
}
.page-template-dark-homepage .nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a {
    color: #fff;
}
.tagline .text-white {
    font-size: 20px;
    font-weight: 500;
}
.tagline .text-white-p {
    font-size: 20px;
}
@media only screen and (max-width: 991px) {
    .t-h-c {
        display: flex;
        padding: 5px;
        width: 100%;
        flex-wrap: wrap;
        text-align: center;
    }
    .single-doctor img.w-100 {
        height: auto;
    }
    .page-template-dark-homepage .mean-container .mean-bar {
        background-color: #121212;
    }
}
.page-template-dark-homepage .section-title h2 {
    color: #fff;
}
.page-template-dark-homepage .section-title p {
    color: #fff;
}
.page-template-dark-homepage .about-content h2 {
    color: #fff;
}
.page-template-dark-homepage .about-content p {
    color: #fff;
}
.page-template-dark-homepage .about-content ul li {
    color: #fff;
}
.page-template-dark-homepage .why-choose-wrap {
    background-color: #121212;
}
.page-template-dark-homepage .owl-theme .owl-dots .owl-dot span {
    background-color: white;
}
.page-template-dark-homepage .owl-theme .owl-dots .owl-dot.active span {
    background-color: #0c4da2;
}
.ltr-rtl-button {
    position: fixed;
    cursor: pointer;
    top: 50%;
    right: 3.5%;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    -webkit-transition: 0.9s;
    transition: 0.9s;
}
html[dir="rtl"] .ltr-rtl-button {
    right: 0;
}
html[dir="rtl"] .header-area .heading-right-part {
    float: left;
}
html[dir="rtl"] .header-area .heading-left-part li:first-child {
    padding-right: 0;
}
html[dir="rtl"] .header-area .heading-left-part li {
    border: 0;
    padding-left: 0;
    padding-right: 10px;
}
html[dir="rtl"] .nav-area .navbar-area .main-nav .navbar .navbar-brand {
    margin-left: 5rem;
    margin-right: 0;
}
html[dir="rtl"] .nav-area .navbar-area .main-nav .navbar .navbar-brand::before {
    right: -490px;
}
html[dir="rtl"] .nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a::before {
    right: -5px;
    left: initial;
}
.ltr-rtl-button .default-btn.active.ltr {
    margin-left: 0;
    margin-right: 0;
}
html[dir="rtl"] .about-content ul li {
    padding-right: 35px;
}
html[dir="rtl"] .about-content ul li i {
    right: 0;
}
html[dir="rtl"] .single-widget.contact ul li {
    padding-left: 0;
    padding-right: 30px;
}
html[dir="rtl"] .single-widget.contact ul li i {
    right: 0;
}
html[dir="rtl"] .single-widget ul li i,
.widget ul li i {
    margin-left: 2px;
    margin-right: 0;
}
html[dir="rtl"] .single-widget.open-time li .right {
    float: left;
}
html[dir="rtl"] .newsletter-form .default-btn {
    left: 0;
    right: initial;
}
html[dir="rtl"] .get-in-touch {
    padding-right: 0;
    padding-left: 30px;
}
html[dir="rtl"] .get-in-touch ul li i {
    float: right;
    margin-left: 10px;
    margin-right: 0;
}
html[dir="rtl"] .blog-details-right-area .blog-widget.search-widget .search-form button {
    left: 0;
    right: initial;
    margin-left: 0;
    margin-right: 0.625em;
}
html[dir="rtl"] .blog-details-left-area .blog-details-single-post ul li i {
    margin-left: 5px;
    margin-right: 0;
}
html[dir="rtl"] .blog-details-left-area .comments-wrap ul li a {
    position: relative;
    top: 10px;
    right: 0;
}
html[dir="rtl"] .shop-area .product-list .shop-content {
    text-align: right;
}
html[dir="rtl"] .shop-area .product-list .purchase-bar {
    text-align: right;
}
html[dir="rtl"] .cart-area .cart-totals ul li span {
    float: left;
}
@media only screen and (max-width: 767px) {
    .ltr-rtl-button {
        right: 7%;
    }
    html[dir="rtl"] .header-area .heading-right-part {
        float: unset;
    }
    .nav-area .navbar-area .main-nav .navbar .navbar-brand::before {
        content: "";
        position: absolute;
        left: -450px;
        top: 0px;
        width: 675px;
        height: 64px;
    }
    .hidemobile
{
    display: none;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    html[dir="rtl"] .nav-area .navbar-area .main-nav .navbar .navbar-brand::before {
        top: -14px;
    }
    html[dir="rtl"] .nav-area .navbar-area .main-nav .navbar .navbar-brand {
        margin-left: 3rem;
    }
}
.hero-slider-wrap,
.testimonial-wrap,
.department-wrap,
.blog-wrap,
.blog-sidebar-wrap,
.doctor-wrap,
.product-slider {
    direction: ltr;
}
.search:focus {
    color: #fff !important;
    border: 1px solid #fff;
    border-radius: 5px;
}
.search:focus::placeholder {
    color: #fff !important;
}
#category-tabs {
    z-index: 1000;
    display: block;
    background: #fff;
    padding: 5px;
    margin-top: 5px;
    position: absolute;
    width: 100%;
    border-radius: 5px;
    color: #000;
}
.search-highlight {
    background-color: #eef43b;
}
.heather-life {
    padding: 100px 0;
    background-color: #000;
}
.dr-anmol {
    background-color: #0c4da2;
    color: #fff;
    padding: 20px;
    border-radius: 20px 0 20px 0;
}
.gallery {
    padding: 100px 0;
}
.microban {
    background-color: #000;
    position: relative;
    z-index: 9;
    padding: 50px 0;
}
.microban::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/micro.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -9;
    opacity: 0.3;
}
.breadcrumb-bar {
    background-color: #0369b3;
    padding: 15px 0;
}
.breadcrumb-bar .breadcrumb-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 5px 0 0;
}
.page-breadcrumb ol {
    background-color: transparent;
    font-size: 14px;
    margin-bottom: 0;
    padding: 0;
}
.page-breadcrumb ol li a {
    color: #fff;
}
.page-breadcrumb ol li.active {
    color: #fff;
}
.page-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    color: #fff;
    font-size: 12px;
}
.sort-by {
    float: right;
}
.sort-title {
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}
.sortby-fliter {
    display: inline-block;
    width: 120px;
}
.cal-icon {
    position: relative;
    width: 100%;
}
.cal-icon:after {
    color: #979797;
    content: "\f073";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 400;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 10px;
}
.custom_check {
    color: #666;
    display: inline-block;
    position: relative;
    font-size: 18px;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.custom_check input:checked ~ .checkmark {
    background-color: #fff;
}
.custom_check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    border-radius: 3px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.custom_check .checkmark::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    display: none;
    left: 4px;
    top: 0;
    color: #0c4da2;
    font-size: 13px;
}
.custom_check input:checked ~ .checkmark:after {
    display: block;
}
.custom_radio {
    color: #555;
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-size: 0.9375rem;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio_input .custom_radio + .custom_radio {
    margin-left: 15px;
}
.custom_radio input {
    position: absolute;
    opacity: 0;
}
.custom_radio input:checked ~ .checkmark:after {
    opacity: 1;
}
.custom_radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
}
.custom_radio .checkmark:after {
    display: block;
    content: "";
    position: absolute;
    opacity: 0;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff9b44;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.filter-widget {
    margin-bottom: 20px;
}
.filter-widget h4 {
    font-size: 1rem;
    margin-bottom: 15px;
}
.filter-widget .custom_check {
    line-height: 18px;
}
.btn-search .btn {
    background-color: #0c4da2;
    border: 1px solid #0c4da2;
    color: #fff;
    height: 46px;
    font-weight: 500;
    font-size: 18px;
}
.doctor-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
.doc-info-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.doc-info-right {
    margin-left: auto;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
}
.doctor-img {
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    margin-right: 20px;
    width: 150px;
}
.doctor-img img {
    border-radius: 5px;
}
.doc-department {
    color: #0c4da2;
    font-size: 16px;
    margin-bottom: 8px;
}
.doc-department img {
    width: 19px;
    display: inline-block;
    margin-right: 10px;
}
.doc-location {
    color: #757575;
    font-size: 16px;
    margin-bottom: 25px;
}
.doc-location a {
    color: #0c4da2;
    font-weight: 500;
}
.doctor-widget .doc-name {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 3px;
}
.doc-speciality {
    font-size: 16px;
    color: #757575;
    margin-bottom: 15px;
}
.doctor-widget .rating i {
    font-size: 16px;
}
.doctor-widget .average-rating {
    font-size: 16px;
    font-weight: 500;
}
.clinic-details {
    margin-bottom: 15px;
}
.clinic-details h5 {
    font-weight: normal;
    color: #757575;
    margin-bottom: 25px;
}
.clinic-details ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.clinic-details ul li {
    display: inline-block;
    padding-right: 5px;
}
.clinic-details ul li:last-child {
    padding-right: 0;
}
.clinic-details ul li a {
    display: inline-block;
}
.clinic-details ul li a img {
    border-radius: 5px;
    width: 40px;
}
.clinic-services {
    color: #272b41;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0;
}
.clinic-services a {
    width: 100%;
}
.clinic-services span {
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    display: block;
    font-size: 14px;
    padding: 8px 5px;
    width: 100%;
}
.clinic-services span + span {
    margin-left: 5px;
}
.clini-infos {
    margin-bottom: 15px;
}
.clini-infos ul {
    font-size: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.clini-infos ul li {
    display: block;
    line-height: 30px;
    color: #4e4852;
}
.clini-infos ul li i {
    font-size: 17px;
    min-width: 30px;
}
.clinic-booking a + a {
    margin-top: 15px;
}
.clinic-booking a {
    background-color: #fff;
    border: 2px solid #0c4da2;
    border-radius: 4px;
    color: #0c4da2;
    display: block;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.clinic-booking a.view-pro-btn:hover,
.clinic-booking a.view-pro-btn:focus {
    background: #0c4da2;
    color: #fff;
}
.clinic-booking a.apt-btn {
    background-color: #0c4da2;
    color: #fff;
}
.clinic-booking a.apt-btn:hover,
.clinic-booking a.apt-btn:focus {
    background-color: #0369b3;
    border-color: #0369b3;
    color: #fff;
}
.load-more {
    margin-bottom: 30px;
}
.clinic-booking a.default-btn {
    font-size: 18px;
    color: #ffffff;
    padding: 15px 30px;
    line-height: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #ed1c24;
    border: #ed1c24 1px solid;
    font-weight: 500;
}
.clinic-direction {
    color: #757575;
    font-size: 16px;
    margin-bottom: 25px;
}
.clinic-direction a {
    color: #0c4da2;
    font-weight: 500;
}
.doctor-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.doctor-action a + a {
    margin-left: 8px;
}
.doctor-action .fav-btn:hover {
    background-color: #fb1612;
    border-color: #fb1612;
    color: #fff;
}
.msg-btn:hover,
.msg-btn:focus {
    background-color: #0c4da2;
    border-color: #0c4da2;
    color: #fff;
}
.call-btn:hover,
.call-btn:focus {
    background-color: #0c4da2;
    border-color: #0c4da2;
    color: #fff;
}
.user-tabs .nav-tabs > li > a {
    border: 0;
    border-bottom: 3px solid transparent;
    color: #3e3e3e;
    font-weight: 600;
    padding: 20px;
}
.user-tabs .nav-tabs.nav-tabs-bottom > li > a.active,
.user-tabs .nav-tabs.nav-tabs-bottom > li > a.active:hover,
.user-tabs .nav-tabs.nav-tabs-bottom > li > a.active:focus {
    border-bottom-width: 3px;
    color: #0c4da2;
}
.user-tabs .med-records {
    display: inline-block;
    min-width: 130px;
}
.user-tabs .nav-tabs > li > a:hover {
    background-color: unset;
    color: #0c4da2;
}
.widget {
    margin-bottom: 30px;
}
.widget-title {
    margin-bottom: 15px;
}
.experience-box {
    position: relative;
}
.experience-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.experience-list::before {
    background: #ddd;
    bottom: 0;
    content: "";
    left: 8px;
    position: absolute;
    top: 8px;
    width: 2px;
}
.experience-list > li {
    position: relative;
}
.experience-list > li:last-child .experience-content {
    margin-bottom: 0;
}
.experience-user .avatar {
    height: 32px;
    line-height: 32px;
    margin: 0;
    width: 32px;
}
.experience-list > li .experience-user {
    background: #fff;
    height: 10px;
    left: 4px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 4px;
    width: 10px;
}
.experience-list > li .experience-content {
    background-color: #fff;
    margin: 0 0 20px 40px;
    padding: 0;
    position: relative;
}
.experience-list > li .experience-content .timeline-content {
    color: #757575;
}
.experience-list > li .experience-content .timeline-content a.name {
    font-weight: 500;
}
.experience-list > li .time {
    color: #757575;
    display: block;
    font-size: 15px;
}
.before-circle {
    background-color: rgba(32, 192, 243, 0.2);
    border-radius: 50%;
    height: 12px;
    width: 12px;
    border: 2px solid #0c4da2;
}
.exp-year {
    color: #0c4da2;
    margin-bottom: 2px;
}
.exp-title {
    font-size: 18px;
}
.awards-widget .experience-list > li:last-child p {
    margin-bottom: 0;
}
.service-list {
    margin-bottom: 30px;
}
.service-list:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.service-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.service-list ul li {
    float: left;
    margin: 6px 0;
    padding-left: 25px;
    position: relative;
    width: 33%;
}
.service-list ul li::before {
    color: #ccc;
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    position: absolute;
}
.location-list {
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    padding: 20px;
}
.location-list + .location-list {
    margin-top: 20px;
}
.clinic-content .clinic-name {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 3px;
}
.clinic-content .clinic-direction a {
    display: inline-block;
    margin-top: 8px;
}
.timings-days {
    font-weight: bold;
    color: #272b41;
    margin-bottom: 5px;
}
.timings-times span {
    display: block;
}
.location-list .consult-price {
    font-size: 22px;
    font-weight: 500;
    color: #272b41;
}
.review-listing {
    border-bottom: 1px solid #f5f7fc;
    margin-top: 20px;
    padding-bottom: 30px;
}
.review-listing > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.review-listing > ul li + li {
    margin-top: 20px;
    border-top: 1px dashed #f0f0f0;
    padding-top: 20px;
}
.review-listing > ul li .comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}
.review-listing > ul li .comment:last-child {
    margin-bottom: 0;
}
.review-listing > ul li .comment .comment-body {
    margin-left: 16px;
}
.review-listing > ul li .comment .comment-body .meta-data {
    position: relative;
    margin-bottom: 10px;
}
.review-listing > ul li .comment .comment-body .meta-data span {
    display: block;
    font-size: 18px;
    color: #757575;
}
.review-listing > ul li .comment .comment-body .meta-data span.comment-author {
    font-weight: 600;
    color: #272b41;
    text-transform: capitalize;
}
.review-listing > ul li .comment .comment-body .meta-data span.comment-date {
    font-size: 16px;
}
.review-listing > ul li .comment .comment-body .meta-data .review-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 3px;
    right: 0;
    width: auto;
}
.review-listing > ul li .comment .comment-body .comment-content {
    color: #757575;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
}
.review-listing > ul li .comment .comment-body .comment-reply .comment-btn {
    color: #0c4da2;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
}
.review-listing .recommend-btn {
    float: right;
    color: #757575;
    font-size: 16px;
    padding: 5px 0;
    margin-bottom: 0;
}
.review-listing .recommend-btn a {
    border: 1px solid rgba(128, 137, 150, 0.4);
    border-radius: 4px;
    display: inline-block;
    padding: 4px 12px;
    color: #757575;
    margin-left: 3px;
    margin-right: 3px;
    transition: all 0.3s;
}
.review-listing .recommend-btn a.like-btn:hover {
    background-color: #28a745;
    border: 1px solid #28a745;
    color: #fff;
}
.review-listing .recommend-btn a.dislike-btn:hover {
    background-color: #dc3545;
    border: 1px solid #dc3545;
    color: #fff;
}
.review-listing .recommend-btn a i {
    font-size: 18px;
}
.review-listing > ul li .comments-reply {
    list-style: none;
    margin-left: 65px;
    padding: 0;
}
.recommended {
    color: #28a745;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.all-feedback {
    margin-top: 20px;
}
.star-rating {
    direction: rtl;
}
.star-rating input[type="radio"] {
    display: none;
}
.star-rating label {
    color: #bbb;
    cursor: pointer;
    font-size: 20px;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input[type="radio"]:checked ~ label {
    color: #f2b600;
}
.terms-accept a {
    color: #0c4da2;
    font-weight: 500;
}
.business-widget {
    background-color: #fcfcfc;
    border: 1px solid #f0f0f0;
    padding: 20px;
    margin-bottom: 0;
}
.listing-day {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 10px;
}
.listing-day:last-child {
    margin-bottom: 0;
}
.listing-day.current {
    border-bottom: 1px solid #ddd;
    padding-bottom: 13px;
    margin-bottom: 13px;
}
.listing-day .day {
    font-weight: 500;
}
.formobile {
    display: none;
}
.forweb {
    display: block;
}
.listing-day.current .day {
    font-weight: bold;
}
.listing-day.current .day span {
    display: block;
    font-weight: normal;
}
.time-items {
    color: #757575;
}
.time-items > span {
    display: block;
    text-align: right;
}
.time-items > span.open-status {
    margin-bottom: 3px;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
    display: none;
}
.booking-doc-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.booking-doc-info .booking-doc-img {
    width: 80px;
    margin-right: 15px;
}
.booking-doc-info .booking-doc-img img {
    border-radius: 4px;
    height: 80px;
    width: 80px;
    object-fit: cover;
}
.schedule-widget {
    border-radius: 4px;
    min-height: 100px;
}
.schedule-header h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 3px 0 0;
}
.schedule-header {
    border-bottom: 1px solid #f0f0f0;
    border-radius: 4px 4px 0 0;
    padding: 10px 20px;
}
.day-slot ul {
    float: left;
    list-style: none;
    margin-bottom: 0;
    margin-left: -5px;
    margin-right: -5px;
    padding: 0;
    position: relative;
    width: 100%;
}
.day-slot li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    width: 14.28%;
}
.day-slot li span {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
}
.day-slot li span.slot-date {
    display: block;
    color: #757575;
    font-size: 16px;
}
.day-slot li small.slot-year {
    color: #757575;
    font-size: 16px;
}
.day-slot li.left-arrow {
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 20px !important;
    transform: translateY(-50%);
}
.day-slot li.right-arrow {
    right: -11px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 20px !important;
    transform: translateY(-50%);
}
.schedule-cont {
    padding: 20px;
}
.time-slot ul {
    list-style: none;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 0;
    padding: 0;
}
.time-slot li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    width: 14.28%;
}
.time-slot li .timing {
    background-color: #e9e9e9;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    color: #757575;
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 5px 5px;
    text-align: center;
    position: relative;
    font-weight: 400 !important;
}
.time-slot li .timing:hover {
    background-color: #fff;
}
.time-slot li .timing.selected {
    background-color: #0c4da2;
    border: 1px solid #0c4da2;
    color: #fff;
}
.time-slot li .timing.selected::before {
    color: #fff;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
    position: absolute;
    right: 6px;
    top: 6px;
}
.schedule-list {
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.schedule-list:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.submit-section.proceed-btn {
    margin: 0 0 30px;
}
.info-widget {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.card-label > label {
    background-color: #fff;
    color: #959595;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin: 6px auto auto 8px;
    padding: 0 7px;
}
.card-label > input {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
    display: block;
    height: 50px;
    margin-top: -13px;
    padding: 5px 15px 0;
    transition: border-color 0.3s;
    width: 100%;
}
.exist-customer a {
    color: #0c4da2;
    font-weight: 500;
}
.payment-widget .payment-list + .payment-list {
    margin-bottom: 15px;
}
.payment-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
    color: #272b41;
    text-transform: capitalize;
}
.payment-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.payment-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 19px;
    margin: 3px 0 0 0;
    border: 2px solid #ddd;
    border-top-color: rgb(221, 221, 221);
    border-right-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-left-color: rgb(221, 221, 221);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.payment-radio input:checked ~ .checkmark {
    border-color: #0c4da2;
}
.payment-radio .checkmark::after {
    position: absolute;
    left: 3px;
    top: 3px;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #0c4da2;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.payment-radio input:checked ~ .checkmark::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.booking-date {
    padding: 0;
    list-style: none;
}
.booking-date li {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #272b41;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.booking-date li span {
    float: right;
    color: #757575;
    font-weight: 400;
    font-size: 16px;
}
.booking-fee {
    padding: 0;
    list-style: none;
}
.booking-fee li {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #272b41;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.booking-fee li span {
    float: right;
    color: #757575;
    font-weight: 400;
    font-size: 16px;
}
.booking-total {
    border-top: 1px solid #e4e4e4;
    margin-top: 20px;
    padding-top: 20px;
}
.booking-total ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.booking-total ul li span {
    font-size: 20px;
    font-weight: 600;
    color: #272b41;
}
.booking-total ul li .total-cost {
    color: #0c4da2;
    font-size: 18px;
    float: right;
}
.success-page-cont {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
}
.success-card .card-body {
    padding: 50px 20px;
}
.success-cont {
    text-align: center;
}
.success-cont i {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    width: 60px;
    height: 60px;
    border: 2px solid #0c4da2;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    font-size: 32px;
    margin-bottom: 30px;
    background-color: #0c4da2;
}
.success-cont h3 {
    font-size: 28px;
}
.success-cont p {
    margin-bottom: 30px;
}
.success-cont strong {
    font-weight: 600;
}
.view-inv-btn {
    font-size: 18px;
    font-weight: 600;
    padding: 12px 30px;
}
.invoice-content {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 30px;
}
.invoice-item .invoice-logo {
    margin-bottom: 30px;
}
.invoice-item .invoice-logo img {
    width: auto;
    max-height: 52px;
}
.invoice-item .invoice-text h2 {
    color: #272b41;
    font-size: 36px;
    font-weight: 600;
}
.invoice-item .invoice-details {
    text-align: right;
    color: #757575;
    font-weight: 500;
}
.invoice-item .invoice-details strong {
    color: #272b41;
}
.invoice-item .invoice-details-two {
    text-align: left;
}
.invoice-item .invoice-text {
    padding-top: 42px;
    padding-bottom: 36px;
}
.invoice-item .invoice-text h2 {
    font-weight: 400;
}
.invoice-info {
    margin-bottom: 30px;
}
.invoice-info p {
    margin-bottom: 0;
}
.invoice-info.invoice-info2 {
    text-align: right;
}
.invoice-item .customer-text {
    font-size: 20px;
    color: #272b41;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}
.invoice-table tr th,
.invoice-table tr td,
.invoice-table-two tr th,
.invoice-table-two tr td {
    color: #272b41;
    font-weight: 600;
    padding: 10px 20px;
    line-height: inherit;
}
.invoice-table tr td,
.invoice-table-two tr td {
    color: #757575;
    font-weight: 500;
}
.invoice-table-two {
    margin-bottom: 0;
}
.invoice-table-two tr th,
.invoice-table-two tr td {
    border-top: 0;
}
.invoice-table-two tr td {
    text-align: right;
}
.invoice-info h5 {
    font-size: 18px;
    font-weight: 500;
}
.other-info {
    margin-top: 10px;
}
@media only screen and (max-width: 990px) {
    .booking-schedule.schedule-widget {
        overflow-x: auto;
    }
    .booking-schedule .time-slot ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .booking-schedule .time-slot li {
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        width: 100px;
    }
    .booking-schedule .day-slot ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .booking-schedule .day-slot li {
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        width: 100px;
    }
    .day-slot li span {
        font-size: 18px;
        text-transform: unset;
    }
    .day-slot li.left-arrow {
        left: -10px;
    }
    .booking-schedule .day-slot li.right-arrow {
        right: -20px;
    }
    .card-body {
        padding: 1.25rem;
    }
    .doctor-widget {
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .doc-info-left {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .doctor-img {
        margin: 0 auto 20px;
    }
    .doctor-widget .doc-name {
        font-size: 20px;
    }
    .doc-speciality {
        font-size: 14px;
    }
    .doc-department {
        justify-content: center;
    }
    .clinic-services {
        display: none;
    }
    .doc-info-right {
        margin-left: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .doctor-action {
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
    }
    .nav-tabs.nav-justified {
        border-bottom: 1px solid #ddd;
    }
    .user-tabs .nav-tabs .nav-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .user-tabs .nav-tabs.nav-tabs-bottom > li > a.active,
    .user-tabs .nav-tabs.nav-tabs-bottom > li > a.active:hover,
    .user-tabs .nav-tabs.nav-tabs-bottom > li > a.active:focus {
        border-left-width: 2px;
        color: #20c0f3;
    }
    .card {
        margin-bottom: 0.9375rem;
    }
}
.btn-white {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #272b41;
}
.radio-toolbar-picktime label {
    display: inline-block;
    background-color: #e6e6e6;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    margin: 0 5px;
    color: #000;
    margin-bottom: 10px;
    width: 100%;
    cursor: pointer;
}
.radio-toolbar-picktime input[type="radio"]:checked + label {
    background-color: #333 !important;
    border: none !important;
    color: #fff !important;
}
.test-isting {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.test-isting li {
    margin: 0 5px 10px 0;
    width: 10.7%;
    padding: 8px;
    background-color: #ffff;
    border-radius: 3px;
    word-wrap: break-word;
}
@media only screen and (max-width: 990px) {
    .test-isting li {
        width: 100%;
    }
    .time-slot ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .time-slot li {
        width: 160px;
    }
}
.custom-card {
    transition: 0.5s;
}
.custom-card:hover {
    background: #f7f7f7;
}
.list-type-ul {
    list-style-type: disc;
    margin-left: 15px;
}
.list-type-ul li {
    margin-bottom: 15px;
}
.list-type-ul ul {
    list-style-type: circle;
    margin-left: 15px;
}
.white-bg {
    background-color: #fff;
    padding: 0 20px 20px;
}
.clinic-services-hover span {
    transition: 0.5s;
}
.clinic-services-hover span:hover {
    background: #0c4da2;
    color: #fff;
}
.roadmap {
    position: relative;
}
.img-bg-light {
    background: #f2f7fb;
    border-radius: 20px;
    padding: 20px;
}
.ai-ul {
    display: flex;
    width: 100%;
    flex-direction: column;
    position: relative;
    z-index: 9;
}
.ai-ul li {
    display: flex;
    align-items: flex-start;
    position: relative;
    flex-direction: row;
    padding-bottom: 30px;
}
.ai-ul::before {
    content: "";
  position: absolute;
  top: 0;
  left: 22px;
  width: 1px;
  height: 97%;
  background-color: #000;
  z-index: -9;
}
.ai-ul li img {
    margin-right: 20px;
    z-index: 9;
    border-radius: 50%;
}
.text-blue {
    color: #fff;
}
.text-red {
    color: #fff;
}
.meeta-video-content {
    background: #ffffff;
    box-shadow: 0px 0px 131px 0px rgba(0, 0, 0, 0.08);
    padding: 70px 70px;
    margin-top: 35px;
    position: relative;
    z-index: 5;
    margin-top: 18px;
    border: 1px solid #242b38;
    background-color: #161515;
}
#stressImpected img, #energyImpected img, #dehydrationImpected img, #moodImpected img{
    width: 150px;
  }
.meeta-video-content .main-title {
    font-size: 40px;
    line-height: 48px;
    font-family: "Archivo", sans-serif;
    font-weight: 700;
    color: #fff;
}
.meeta-video-content .video-info {
    margin-top: 35px;
}
.meeta-video-content .video-info .video-info-item {
    padding-right: 10px;
}
.meeta-video-content .video-info .video-info-item i {
    font-size: 26px;
    color: #579bcd;
}
.meeta-video-content .video-info .video-info-item .title {
    font-size: 20px;
    line-height: 36px;
    font-family: "Archivo", sans-serif;
    font-weight: 700;
    color: #fff;
    margin-top: 10px;
}
.meeta-video-content .video-info .video-info-item p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 5px;
}
.blog-details-img {
    margin-left: -70px;
}
.bg-lightblue {
    background: #eaf6fc;
}
.step-bg {
    position: relative;
}
.comparision ul li {
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 40px;
    color: #000;
    display: flex;
    align-items: center;
}
.flex. {{ $company_name }}s {
    margin-right: -100px;
}
.flex. {{ $company_name }}s li {
    flex-direction: row-reverse;
    text-align: end;
}
.compar-title {
    justify-content: center;
    color: #fff;
}
.compar-title span {
    background: #fff;
    margin: 0 10px;
    width: 75px;
    height: 3px;
}
.comparision ul li .fa-check {
    color: #fff;
    background: #0c4da2;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex.others {
    margin-left: -137px;
}
ul. {{ $company_name }}s li:nth-child(1) {
    margin-right: 0;
}
ul. {{ $company_name }}s li:nth-child(2) {
    margin-right: 107px;
}
ul. {{ $company_name }}s li:nth-child(3) {
    margin-right: 150px;
}
ul. {{ $company_name }}s li:nth-child(4) {
    margin-right: 107px;
}
ul. {{ $company_name }}s li:nth-child(5) {
    margin-right: 84px;
}
.comparision ul li .fa-xmark {
    color: #fff;
    background: #ed1c24;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex.others {
    margin-left: -100px;
}
ul.others li:nth-child(1) {
    margin-left: 84px;
}
ul.others li:nth-child(2) {
    margin-left: 107px;
}
ul.others li:nth-child(3) {
    margin-left: 150px;
}
ul.others li:nth-child(4) {
    margin-left: 107px;
}
ul.others li:nth-child(5) {
    margin-left: 84px;
}
.blog {
    border: 1px solid #242b38;
    background-color: #161515;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 1.5rem;
    position: relative;
}
.blog-image {
    overflow: hidden;
}
.blog-image,
.blog-image > a,
.blog-image img {
    display: block;
    position: relative;
    width: 100%;
}
.blog-image img {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.blog-image a:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}
.blog-image {
    margin-bottom: 30px;
}
.blog-content {
    position: relative;
}
.blog-title {
    font-size: 24px;
    margin: 0 0 10px;
}
.blog-title a {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 55px;
}
.blog-title a:hover {
    color: #e8e8e8;
}
.blog-content p {
    color: #666;
    font-size: 16px;
    margin: 0 0 30px;
}
.read-more {
    display: inline-block;
    font-size: 18px;
    padding: 0;
    color: #ee344e;
    text-decoration: underline;
    font-weight: bold;
}
.blog-info {
    color: #757575;
    font-size: 16px;
    margin-bottom: 15px;
}
.blog-info a {
    color: #757575;
}
.blog-info a:hover {
    color: #757575;
}
.blog-info i {
    color: #ee344e;
    font-size: 16px;
    margin-right: 5px;
}
.entry-meta {
    color: #757575;
    font-size: 16px;
    list-style: none;
    margin-bottom: 15px;
    padding: 0;
}
.entry-meta li {
    display: inline-block;
    margin-right: 15px;
}
.entry-meta li:last-child {
    margin-right: 0;
}
.blog-pagination .pagination {
    margin-bottom: 30px;
}
.blog-pagination .pagination li a {
    padding: 12px 20px;
    font-weight: 600;
    color: #2e3842;
    margin-right: 10px;
    border-radius: inherit !important;
    border-color: #f0f0f0;
}
.blog-pagination .pagination li.disabled a {
    border-color: #f0f0f0;
}
.blog-pagination .pagination li.active a {
    background: #ee344e;
    border-color: transparent;
    color: #ffffff;
}
.post-left ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.post-left ul li {
    margin-bottom: 5px;
    margin-right: 20px;
}
.post-left ul li:last-child {
    margin-right: 0;
}
.post-author a {
    display: flex;
    align-items: center;
}
.video {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
}
.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.latest-posts {
    margin: 0;
    padding: 0;
}
.latest-posts li {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
.latest-posts li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}
.post-thumb {
    border-radius: 4px;
    width: 45px;
    float: left;
    overflow: hidden;
    margin-top: 4px;
}
.post-thumb a img {
    border-radius: 4px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.post-thumb a:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}
.post-info {
    margin-left: 54px;
}
.post-info h4 {
    font-size: 16px;
    margin: 0 0 5px;
}
.post-info h4 a {
    color: #fff;
}
.post-info h4 a:hover {
    color: #e8e8e8;
}
.post-info p {
    color: #757575;
    font-size: 14px;
    margin: 0;
}
.post-info p i {
    color: #e8e8e8;
    font-size: 16px;
    margin-right: 4px;
}
.category-widget .categories {
    list-style: none;
    margin: 0;
    padding: 0;
}
.category-widget .categories li {
    margin-bottom: 20px;
}
.category-widget .categories li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.category-widget .categories li a {
    color: #2e3842;
    font-size: 16px;
    font-weight: 500;
}
.category-widget .categories li a span {
    float: right;
    color: #757575;
}
.category-widget .categories li a:hover {
    color: #ee344e;
}
.category-widget .categories > li > a > i {
    color: #ee344e;
    font-size: 20px;
    margin-right: 10px;
}
.tags-widget .card-body {
    padding-bottom: 1rem;
}
.tags {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.tags li {
    float: left;
}
.tag {
    background-color: #fff;
    border-radius: 4px;
    color: #272b41;
    padding: 5px 10px;
    position: relative;
    margin: 0 0.5rem 0.5rem 0;
    font-size: 16px;
    border: 1px solid #ccc;
    display: inline-block;
}
.tag:hover {
    background-color: #ee344e;
    border-color: #ee344e;
    color: #fff;
}
.comment-by {
    display: block;
    font-size: 16px;
    line-height: 21px;
    margin: 0 0 10px;
}
.comments-list .comment-block p {
    font-size: 16px;
    margin-bottom: 5px;
}
.blog-view .blog-title {
    font-size: 24px;
}
.blog-content p:last-child {
    margin-bottom: 0;
}
.blog-view .blog-info {
    border: 0;
    margin-bottom: 20px;
    padding: 0;
}
.social-share {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-share > li {
    display: inline-block;
    float: left;
    margin-left: 10px;
    text-align: center;
}
.social-share > li:first-child {
    margin-left: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    background-color: #fff !important;
    background: #fff;
}
.social-share > li > a {
    border: 1px solid #dfdfdf;
    color: #666;
    display: inline-block;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    width: 40px;
}
.social-share > li > a:hover {
    background-color: #ee344e;
    color: #fff;
    border-color: #ee344e;
}
.blog-reply > a {
    color: #999;
    font-size: 14px;
    font-weight: 500;
}
.blog-date {
    color: #999;
    font-size: 14px;
}
.blog-comments .comments-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.blog-comments .comments-list li {
    clear: both;
    padding-left: 80px;
}
.blog-comments .comments-list li .comment {
    margin-bottom: 20px;
}
.blog-comments .comments-list li .comment-author {
    left: 0;
    position: absolute;
}
.blog-comments .comments-list li img.avatar {
    height: 58px;
    width: 58px;
    border-radius: 58px;
}
.blog-comments .comment-btn {
    color: #ee344e;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
}
.blog-author-name {
    color: #272b41;
    font-size: 16px;
    font-weight: 600;
}
.new-comment label {
    font-weight: 500;
}
.comment-submit .btn {
    background-color: #ee344e;
    border-color: #ee344e;
    border-radius: 0;
    font-size: 18px;
    padding: 8px 26px;
    color: #fff;
}
.about-author-img {
    background-color: #fff;
    height: 100px;
    overflow: hidden;
    position: absolute;
    width: 100px;
}
.author-details {
    margin-left: 120px;
}
.about-author {
    min-height: 100px;
}
.author-details .blog-author-name {
    display: inline-block;
    margin-bottom: 10px;
}
.post-author img {
    border-radius: 100%;
    width: 28px;
    margin-right: 5px;
}
.img-block {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    border: 20px solid #ffff;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.grid-blog .blog-title {
    font-size: 18px;
    margin: 0 0 5px;
    min-height: 43px;
}
.grid-blog .blog-content p {
    margin: 0 0 15px;
}
.grid-blog .blog-info {
    margin-bottom: 15px;
}
.grid-blog .blog-image {
    margin-bottom: 20px;
    height: 300px;
}
.grid-blog .blog-image a{
    height: 100%;
}
.grid-blog .blog-image img{
    height: 100%;
    object-fit: cover;
}
.blog.grid-blog {
    padding: 20px;
}
.grid-blog .entry-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.grid-blog .entry-meta li {
    margin-bottom: 10px;
}
.grid-blog .entry-meta li:last-child {
    flex: 0 0 100px;
    max-width: 100px;
}
.grid-blog .post-author {
    width: 189px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.grid-blog .post-author a:hover {
    color: #ee344e;
}
.event-health {
    position: relative;
}
.event-1-bg {
    background-image: url(../../assets/img/gallerynew/event-1/4.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 9;
    padding: 50px 0;
}
.event-1-bg::before {
    background-color: rgba(12, 77, 122, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    z-index: -9;
}
.pan-ul {
    padding: 0;
    margin: 0;
}
.pan-ul li {
    font-size: 18px;
    padding-bottom: 20px;
}
.pan-ul li img {
    width: 20px;
}
.pan-block {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    transition: all 0.5s;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    padding-top: 20px;
}
.pan-block img {
    padding-bottom: 20px;
}
.pan-block h4 {
    font-size: 22px;
    text-align: center;
    padding: 10px 0;
    background-color: #0c4da2;
    margin-bottom: 0;
    color: #fff;
}
.faq-ul {
    margin-left: 15px;
}
.faq-ul li {
    list-style-type: circle;
    padding: 5px 0;
}
.software-bg {
    padding: 20px 20px;
    background: #eaf6fc;
    width: 100%;
    text-align: center;
}
.software-bg .img-block {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    overflow: hidden;
    display: flex;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 23px;
    justify-content: center;
    margin: 0 auto 20px;
    border: none;
}
.gmp-block .img-block {
    border-radius: 0 100px 100px 0;
    overflow: hidden;
    border-width: 8px;
}
.content-block {
    position: relative;
}
.pgaro-block .img-block {
    border-radius: 100px 0 0 100px;
    overflow: hidden;
    border-width: 8px;
}
.navbar-expand-md .loginname.navbar-nav .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
}
.navbar-expand-md .loginname.navbar-nav {
    margin-left: 10px;
}
.emr-ul li {
    margin-bottom: 15px;
    background-image: url(../../assets/img/hand-arrow.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    background-size: 4%;
    background-position: 0 4px;
}
.emr-ul li span {
    text-transform: uppercase;
    color: #000;
}
.emr-s .img-block {
    border-radius: 100px 0 0 100px;
    overflow: hidden;
    border-width: 8px;
}
.soft-h-b .p-1 {
    max-width: 22.2%;
    width: 100%;
}
.whytested {
    margin-left: 20px;
}
.whytested li {
    margin-bottom: 17px;
    background-size: 4%;
    list-style-type: disc;
    font-size: 18px;
}
.whytestedimg {
    border-radius: 100px 0 0 100px;
}
.cal-deltails-form .nav-item {
    margin: 2px;
}
.cal-deltails-form .nav-item .nav-link {
    padding: 5px 11px !important;
    background: #1a1717;
    font-size: 16px;
  }
.cal-deltails-form label {
    font-size: 16px;
}
.cal-deltails-form textarea {
    height: 100px;
}
.enviorment {
    display: flex;
    gap: 12px;
}
.enviorment li a{
    min-width: 150px;
    display: flex;
}
.enviorment li label{
    width: 100%;
    margin: 0;
}
.meal-item-img {
    height: 105px;
    margin: 15px 0;
  }
  .stol li .select-meal-now img {
    max-width: 100%;
  }
.enviorment li a .select-meal-now {
    border: 3px solid #f4f4f4;
    padding: 0 10px;
    width: 150px;
    text-align: center;
    border-radius: 5px;
}
.enviorment li input[type="radio"]{
    position: absolute;
    top: 0;
    left: -9999px;
}
.enviorment li input:checked[type="radio"] + .select-meal-now{
    border-color: #0c4da2;
}
.enviorment.stol{
    flex-wrap: wrap;
}
.exercise-list .select-meal-now .form-check{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .stol.enviorment li a {
    border: 3px solid #f4f4f4;
    padding: 0 10px;
    width: auto;
    height: auto;
  } */
.c-1 {
    background-color: #d1d1d1;
}
.c-2 {
    background-color: #d79a47;
}
.c-3 {
    background-color: #ecd12a;
}
.c-4 {
    background-color: #f05251;
}
.c-5 {
    background-color: #568040;
}
.c-6 {
    background-color: #77521e;
}
.c-7 {
    background-color: #404040;
}
.enviorment li a.select {
    border: 3px solid #14568e;
}
.enviorment li a img {
    max-width: 100%;
}
.cal-deltails-form .form-gorup, .form-gorup {
    position: relative;
}
.cal-deltails-form .form-gorup img {
    position: absolute;
    right: 7px;
    top: 47px;
}
.wrapper {
    background: transparent;
    padding: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    border: 1px solid #ddd;
}
.wrapper .section {
    height: 50px;
    width: 50px;
    overflow: hidden;
}
.wrapper .section .emojis {
    height: 500%;
    display: flex;
    flex-direction: column;
}
.wrapper .section li {
    width: 100%;
    list-style: none;
    transition: all 0.3s ease;
}
.section li img {
    height: 100%;
    width: 100%;
}
.wrapper .slider {
    margin-top: 5px;
    height: 12px;
    width: 80%;
    position: relative;
    background: #d9d9d9;
    border-radius: 50px;
}
.slider input {
    height: 100%;
    width: 100%;
    -webkit-appearance: none;
    position: absolute;
    background: none;
    outline: none;
    top: 0;
    z-index: 2;
}
.slider input::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    background: none;
    cursor: pointer;
}
.slider .progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(45deg, #fd8d58, #dc611e);
    border-radius: 50px;
    position: relative;
}
body.angry .progress-bar {
    background: linear-gradient(45deg, #fd8d58, #dc611e);
}
body.confuse .progress-bar {
    background: linear-gradient(45deg, #fea954, #da7315);
}
body.like .progress-bar {
    background: linear-gradient(45deg, #fed151, #de981f);
}
.slider .thumb {
    height: 25px;
    width: 25px;
    background: #dc611e;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    z-index: 9;
    padding: 2px;
}
body.angry .thumb {
    background: #dc611e;
}
body.confuse .thumb {
    background: #da7315;
}
body.like .thumb {
    background: #de981f;
}
.slider .thumb span {
    height: 100%;
    width: 100%;
    border: 2px solid #f6f6f6;
    border-radius: 50%;
    background: linear-gradient(#fd8d58, #dc611e);
    display: block;
}
body.angry .thumb span {
    background: linear-gradient(#fd8d58, #dc611e);
}
body.confuse .thumb span {
    background: linear-gradient(#fea954, #da7315);
}
body.like .thumb span {
    background: linear-gradient(#fed151, #de981f);
}

* {
    box-sizing: border-box;
}
.wrapper input[type="radio"] {
    display: none;
}
input[type="radio"]:checked + label span {
    transform: scale(1.25);
}

.single-features .img-block {
    border-width: 5px;
}
. {{ $company_name }}-accordion .accordion-button:not(.collapsed){
    background-color: #0c4da2;
    color: var(--bs-white);
}
. {{ $company_name }}-accordion .accordion-button:not(.collapsed)::after{
    filter: brightness(500);
}
. {{ $company_name }}-accordion .accordion-button:focus{
    box-shadow: none;
    border-color: #dfdfdf;
}
.enviorment li a img {
    max-width: 71%;
    margin: 11px 0;
}
/* input[type="radio"]:checked + label .red {
    border: 2px solid #711313;
}
input[type="radio"]:checked + label .orange {
    border: 2px solid #873a08;
}
input[type="radio"]:checked + label .yellow {
    border: 2px solid #816102;
}
input[type="radio"]:checked + label .olive {
    border: 2px solid #505a0b;
}
input[type="radio"]:checked + label .green {
    border: 2px solid #0e4e1d;
}
input[type="radio"]:checked + label .teal {
    border: 2px solid #003633;
}
input[type="radio"]:checked + label .blue {
    border: 2px solid #103f62;
}
input[type="radio"]:checked + label .violet {
    border: 2px solid #321a64;
}
input[type="radio"]:checked + label .purple {
    border: 2px solid #501962;
}
input[type="radio"]:checked + label .pink {
    border: 2px solid #851554;
} */
label {
    display: inline-block;
    width: 113px;
    margin-right: 11px;
    cursor: pointer;
    margin-top: 6px;
    margin-left: 5px;
}
label:hover span {
    transform: scale(1.25);
}
label span {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.2s ease-in-out;
    text-align: center;
}
/* label span.red {
    background: #db2828;
}
label span.orange {
    background: #f2711c;
}
label span.yellow {
    background: #fbbd08;
}
label span.olive {
    background: #b5cc18;
}
label span.green {
    background: #21ba45;
}
label span.teal {
    background: #00b5ad;
}
label span.blue {
    background: #2185d0;
}
label span.violet {
    background: #6435c9;
}
label span.purple {
    background: #a333c8;
}
label span.pink {
    background: #e03997;
} */

.flip-box {
    width: 100%;
    perspective: 1000px;
    height: 250px;
    margin-bottom: 20px;
    text-align: center;
    background: #ffffff;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
    border-radius: 12px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.35s ease-in-out;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-box-front {
    background-color: #fff;
    color: black;
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flip-box-front h3,
.flip-box-back h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
}

.flip-box-back h3 {
    color: #fff;
}

.flip-box-back {
    background: #0c4da2;
    color: #fff !important;
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.contactus-form .form-check-label{
    width: auto;
}

.contactus-form  .form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
    margin-top: 10px;
  }

  .about-area.py-5 {
    position: relative;
    background: #050505;
}



   ul.checkul li {
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 35px;
}
 ul.checkul li span {
    font-weight: 400;
    display: block;
}
 ul.checkul li:last-child {
    margin-bottom: 0;
}
 ul.checkul li i {
    display: inline-block;
    background-color: #def5ee;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    color: #0c4da2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    top: -3px;
    left: 0;
}
ul.checkul li:hover i {
    background-color: #0c4da2;
    color: #ffffff;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.open-button {
    background-color: #0c4da2;
    color: white;
    padding: 8px 15px;
    border: none;
    opacity: 0.8;
    position: fixed;
    bottom: 10%;
    right: 18px;
    width: auto;
    z-index: 99;
    border-radius: 5px;
  }
  
  
  .form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 99;
  }
  
  
  .form-container {
    max-width: 300px;
    padding: 10px;
    background-color: white;
  }

  .form-container label{
    width: auto;
  }
  
  .form-container input, .form-container input {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
  }

  .form-container input:focus, .form-container input:focus {
    background-color: #ddd;
    outline: none;
  }
  
  .form-container .cancel {
    background-color: red;
    width: auto;
    position: absolute;
    right: -12px;
    padding: 1px 4px;
    top: -15px;
    color: #fff;
  }
  
  .form-container .btn:hover, .open-button:hover {
    opacity: 1;
  }


  /* NEW HOME CSS */

  

  :root {
    --font-global: 'Plus Jakarta Sans', sans-serif;
    --font-alt: 'Plus Jakarta Sans', sans-serif;
    --section-padding-y: 130px;
    --color-dark-1: #1e2432;
    --color-dark-2: #282e3c;
    --color-dark-3: #303747;
    --color-dark-3a: #3e485e;
    --color-dark-4: #555960;
    --color-gray-1: #697582;
    --color-gray-2: #747f8c;
    --color-gray-3: #8a95a2;
    --color-primary-1: #1872e8;
    --color-primary-1-a: #2b87ff;
    --color-primary-light-1: #e3effe;
    --color-primary-light-1-a: #bcd1f1;
    --color-primary-2: #7752e7;
    --color-primary-light-2: #e7defe;
    --color-primary-3: #b947d9;
    --color-primary-light-3: #f7defe;
    --color-primary-4: #e748b1;
    --color-primary-light-4: #ffe1f5;
    --color-secondary-1: #fbe3a1;
    --color-gray-light-1: #f5f7fa;
    --color-gray-light-2: #f7f9fc;
    --color-gray-light-3: #cad0d7;
    --color-gray-light-4: #d5d7d8;
    --color-gray-light-5: #cccdcf;
    --color-gray-light-6: #bbbdbf;
    --gradient-gray-light-1: linear-gradient(0deg, #f7f9fc 0%, #fff 100%);
    --gradient-gray-light-2: linear-gradient(0deg, #fff 0%, #f7f9fc 100%);
    --border-radius-default: 10px;
    --box-shadow: 0px 5px 10px 0px rgba(30, 36, 50, 0.05),0px 1px 1px 0px rgba(30, 36, 50, 0.03),0px 3px 5px 0px rgba(30, 36, 50, 0.03);
    --box-shadow-strong: 0px 5px 10px 0px rgba(30, 36, 50, 0.08),0px 1px 1px 0px rgba(30, 36, 50, 0.06),0px 3px 5px 0px rgba(30, 36, 50, 0.06);
    --box-shadow-block: 0px 10px 30px 0px rgba(30, 36, 50, 0.07),0px 0px 1px 0px rgba(30, 36, 50, 0.1);
    --box-shadow-block-strong: 0px 15px 50px 0px rgba(30, 36, 50, 0.14),0px 0px 1px 0px rgba(30, 36, 50, 0.15);
    --gradient-primary-1: linear-gradient( 90deg, var(--color-primary-4) 0%, var(--color-primary-3) 33%, var(--color-primary-2) 67%, var(--color-primary-1) 100%);
  --gradient-primary-1-a: linear-gradient( 90deg, var(--color-primary-4) 25%, var(--color-primary-3) 40%, var(--color-primary-2) 60%, var(--color-primary-1) 75%);
  --gradient-primary-1-b: linear-gradient( 45deg, var(--color-primary-4) 0%, var(--color-primary-3) 33%, var(--color-primary-2) 67%, var(--color-primary-1) 100%);
  --gradient-primary-1-c: linear-gradient( 0deg, var(--color-primary-4) 0%, var(--color-primary-3) 33%, var(--color-primary-2) 67%, var(--color-primary-1) 100%);
  --gradient-dark-alpha-1: linear-gradient( 90deg, var(--color-dark-1) 40%, transparent 87%);
  --gradient-dark-alpha-2: linear-gradient( 90deg, transparent 13%, var(--color-dark-1) 60%);
  --gradient-primary-alpha-1: linear-gradient( 90deg, var(--color-primary-1) 40%, transparent 87%);
  --gradient-primary-alpha-2: linear-gradient( 90deg, transparent 13%, var(--color-primary-1) 60%);
  }

  #home{
    border-bottom: 1px solid #ddd;
  }

  .page-section, .small-section, .bg-image {
    width: 100%;
    display: block;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding:100px 0;
  }

  .home-section {
    width: 100%;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .bg-shape-5 {
    position: absolute;
    top: 0;
    right: 0;
    width: 34.375%;
    height: 100%;
    background: linear-gradient( 90deg, #e748b1 0%, #b947d9 33%, #7752e7 67%, #4567ed 100%);
    opacity: .15;
  }

  .bg-shape-6 {
    position: absolute;
    top: 50%;
    right: 100%;
    width: 35.325%;
    padding-top: 35.325%;
    background: linear-gradient( 90deg, #e748b1 0%, #b947d9 33%, #7752e7 67%, #4567ed 100%);
    border-radius: 100%;
    opacity: .15;
    transform: translate(9.7%,-50%) rotate(90deg);
  }

  .home-content {
    width: 100%;
    position: relative;
    text-align: center;
  }

  .hs-title-1 {
    font-size: 68px;
    font-weight: 500;
    line-height: 1.22;
    letter-spacing: -0.037em;
  }

  .composition-6 {
    position: relative;
  }

  .composition-6-decoration-1 {
    position: absolute;
    top: 0.5%;
    right: 8.887%;
    width: 23.9682%;
  }

  .composition-6-decoration-2 {
    position: absolute;
    bottom: -3.5%;
    left: 25.3968%;
    width: 23.9682%;
  }

  .composition-6-image {
    position: relative;
    overflow: hidden;
    -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCA2MzAgNjI2Ij4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTUxNC41MjUsNDkwLjEwNyBDNDE1LjI0Niw1MzEuODk2IDM0OC43NDcsNDE0Ljk1MCAyODkuMDQzLDQ5Ny43NjAgQzI0NC43NjEsNTU5LjE3NyAxNjcuOTM2LDY1OS40OTUgOTYuMDY3LDYxNC4yMjcgQy0zLjIyOCw1NTEuNjg0IC04OC4yMDUsMTE0Ljg5MSAxODMuMDg4LDE0LjQ5NiBDMjg2Ljg5MSwtMjMuOTE3IDQ5MS4zMjEsMTUuMjMxIDU4MS44ODEsMTY3LjAwMSBDNjgxLjcxNCwzMzQuMzEwIDYwNi44MTMsNDUxLjI2MCA1MTQuNTI1LDQ5MC4xMDcgWiIvPgo8L3N2Zz4=);
    -webkit-mask-type: alpha;
    -webkit-mask-size: 100% 100%;
    mask: url(data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCA2MzAgNjI2Ij4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTUxNC41MjUsNDkwLjEwNyBDNDE1LjI0Niw1MzEuODk2IDM0OC43NDcsNDE0Ljk1MCAyODkuMDQzLDQ5Ny43NjAgQzI0NC43NjEsNTU5LjE3NyAxNjcuOTM2LDY1OS40OTUgOTYuMDY3LDYxNC4yMjcgQy0zLjIyOCw1NTEuNjg0IC04OC4yMDUsMTE0Ljg5MSAxODMuMDg4LDE0LjQ5NiBDMjg2Ljg5MSwtMjMuOTE3IDQ5MS4zMjEsMTUuMjMxIDU4MS44ODEsMTY3LjAwMSBDNjgxLjcxNCwzMzQuMzEwIDYwNi44MTMsNDUxLjI2MCA1MTQuNTI1LDQ5MC4xMDcgWiIvPgo8L3N2Zz4=);
      mask-size: auto;
    mask-type: alpha;
    mask-size: 100% 100%;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .composition-5 {
    position: relative;
  }
  .composition-5-decoration {
    position: absolute;
    bottom: 9.25%;
    left: -6.8%;
    width: 39.9299%;
    opacity: .95;
    z-index: -1;
  }
  .composition-5-image-1 {
    position: relative;
    width: 91.0683%;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--color-gray-light-3);
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    isolation: isolate;
    transform: translateZ(0);
  }

  .composition-5-image-1-inner {
    overflow: hidden;
    border: 10px solid #fff;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    isolation: isolate;
    transform: translateZ(0);
  }

  .composition-5-image-2 {
    position: relative;
    width: 49.387%;
    margin-top: -24.3432%;
    margin-left: auto;
    overflow: hidden;
    border: 1px solid var(--color-gray-light-3);
    border-bottom-right-radius: 75%;
    isolation: isolate;
    transform: translateZ(0);
  }

  .composition-5-image-2-inner {
    overflow: hidden;
    border: 10px solid #fff;
    border-bottom-right-radius: 75%;
    isolation: isolate;
    transform: translateZ(0);
  }

  .section-caption-slick {
    display: inline-block;
    padding: 9px 12px;
    font-size: 13px !important;
    font-weight: 500;
    color: var(--color-primary-1);
    text-transform: uppercase;
    letter-spacing: 0.037em;
    background-image: linear-gradient( 45deg, var(--color-primary-light-1) 0%, transparent 100%);
    border-radius: 100px;
  }

  .section-title {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.25;
    text-align: left;
  }

  .features-list-icon {
    position: relative;
    top: 0.075em;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    font-size: 18px;
    color: #fff;
    background: var(--color-dark-1);
    border-radius: 50%;
  }
  .features-list-icon {
    top: 0.175em;
    color: var(--color-primary-1);
    background: var(--color-primary-light-1);
  }

  .section-caption-fancy {
    display: inline-block;
    padding: 7px 12px;
    font-size: 14px !important;
    font-weight: 500;
    color: var(--color-primary-1);
    text-transform: uppercase;
    letter-spacing: 0.037em;
    background-image: linear-gradient( 15deg, var(--color-primary-light-1) 0%, transparent 100%);
    border-radius: 100px;
  }

  .services-5-item {
    width: 100%;
    margin-top: 30px;
    padding: 30px;
    background: #fff;
    border-radius: var(--border-radius-default);
    box-shadow: var(--box-shadow-block);
    transition: all .27s var(--ease-default);
  }
  .services-5-image {
    flex-shrink: 0;
  }

  .services-5-title {
    font-weight: 700;
  }
  .services-5-title {
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.0175em;
  }

  .services-7-tabs {
    border: none;
  }
  .services-7-tabs > li {
    display: block;
    width: 100%;
  }
  .services-7-tabs > li > a.active {
    cursor: default;
  }
  .services-7-tabs > li > a {
    position: relative;
    display: block;
    padding: 26px 45px 26px 30px;
    text-decoration: none;
  }
  .services-7-tabs > li > a.active::before {
    background: var(--gradient-primary-1-b);
    opacity: 1;
  }
  .services-7-tabs > li > a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: var(--color-dark-1);
    opacity: .15;
    transition: all 0.2s var(--ease-default);
  }
  .services-7-title {
    margin-bottom: 13px;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: -0.005em;
  }
  .services-7-text {
    font-size: 16px;
    color: var(--color-gray-1);
  }
  .services-7-tabs > li > a.active .services-7-arrow {
    opacity: 1;
    transform: none;
  }
  .services-7-arrow {
    position: absolute;
    top: 25px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    opacity: 0;
    transform: translateX(-5px);
    transition: all .2s var(--ease-default);
  }
  .services-7-arrow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient-primary-1-b);
    border-radius: 100%;
    opacity: .2;
  }
  .size-24 {
    font-size: 24px !important;
  }

  .round.overflow-hidden, .round-large.overflow-hidden, .circle.overflow-hidden, .circle-large.overflow-hidden {
    isolation: isolate;
    transform: translateZ(0);
  }
  .round {
    border-radius: var(--border-radius-default) !important;
  }
  .bg-gray-light-1 {
    background-color: var(--color-gray-light-1);
  }
  .small-section {
    padding: 100px 0;
      padding-right: 0px;
      padding-left: 0px;
  }

  .decoration-12 {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -8.217%;
    margin-left: -10.4651%;
    width: 27.7519%;
    padding-top: 27.7519%;
    background: var(--color-dark-1);
    border-radius: 100%;
    opacity: .037;
    pointer-events: none;
  }
  .decoration-13 {
    position: absolute;
    bottom: 100%;
    right: 0;
    margin-bottom: -8.217%;
    margin-right: -10.4651%;
    width: 27.7519%;
    padding-top: 27.7519%;
    background: var(--color-dark-1);
    border-radius: 100%;
    opacity: .037;
    pointer-events: none;
  }
  .select-date-row {
    max-width: 540px;
  }
  .select-date .form-control {
    background-color: transparent;
    border-right: 0;
    border-left: 1px #ddd solid;
    border-bottom: 0;
    border-top: 0;
  }
.date-col {
  width: 150px;
}
.calander-col{
    width: 400px;
    background-image: url(../../assets/img/date.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    background-size: 25px;
}
  @media only screen and (max-width: 1366px) {
    .section-title-small {
      font-size: calc(1.635rem + 0.57vw);
    }
  }
  .text-gray {
    color: var(--color-gray-1);
  }
  .section-title-small {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.02em;
  }

  .btn-mod.btn-large {
    padding: 14px 36px;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
  }
  .btn-mod.btn-hover-anim {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    transform: translateZ(0);
  }
  .btn-mod.btn-circle {
    border-radius: 30px;
  }
  .btn-mod.btn-color {
    color: #fff;
    background: var(--color-primary-1);
  }
  .btn-mod.btn-large {
    height: auto;
    padding: 16px 32px 15px;
    font-size: 13px;
    letter-spacing: 0.085em;
  }

  .post-prev-3 {
    display: flex;
    align-items: stretch;
  }
.post-prev-3-container {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
  transition: var(--transition-default);
  border-radius: var(--border-radius-default);
  box-shadow: var(--box-shadow-block);
  isolation: isolate;
  transform: translateZ(0);
  transition: var(--transition-default);
}
@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important;
  }
}

.post-prev-3-img {
    flex-shrink: 0;
    position: relative;
    min-width: 39.6825%;
    overflow: hidden;
  }

  .post-prev-3-img a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 100%;
    transition: all 0.2s var(--ease-default);
  }

  .post-prev-3-intro {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 35px 40px;
  }
  .post-prev-3-title {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.476;
  }
  .post-prev-3-title a {
    color: var(--color-dark-1);
    text-decoration: none;
    transition: all 0.27s var(--ease-default);
  }

  .post-prev-3-text {
    line-height: 1.68;
  }
  .post-prev-3-text {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-gray-1);
  }

.post-prev-3-info, .post-prev-3-info a {
  font-size: 14px;

  text-decoration: none;

  color: var(--color-dark-1);

  transition: all 0.27s var(--ease-default);

}
.post-prev-3-info {
  margin-top: auto;

}

.float-start {
    float: left !important;
  }

  .post-prev-3-info, .post-prev-3-info a {
    font-size: 14px;
    text-decoration: none;
    color: var(--color-dark-1);
    transition: all 0.27s var(--ease-default);
  }

  img:not([draggable]), embed, object, video {
    max-width: 100%;
    height: auto;
  }
  .post-prev-3-author-img {
    position: relative;
    top: -0.1em;
    margin-right: 2px;
    border-radius: 50%;
  }
  .float-end {
    float: right !important;
  }

  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }

  .post-prev-3-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateZ(0.01px) rotate(0.003deg);
  transition: all .5s var(--ease-out-short);
}

.payments .iconbox:last-child .iconbox-icon-wrap:before {
  height:0
}
.payments .module-icon-1 {
  left:-7px
}
.payments .module-icon-2 {
  left:229px
}
.payments .module-icon-3 {
  left:36px
}
.payments .module-icon-4 {
  left:411px
}
.payments .module-icon-5 {
  left:180px
}
.payments .module-icon-6 {
  left:351px
}
.payments .lqd-imggrp-single[data-float] {
  --float-animate-from: 0;
  --float-animate-to: 1%;
  --float-animation-ease: ease-in-out
}
.payments .iconbox-circle:hover .iconbox-icon-container {
  color:#f2fdff;
  background-color:#00bff1
}
@media(max-width:1199px) {
  .payments {
    padding:50px 40px
  }
}
@media(max-width:767px) {
  .payments {
    padding:40px 20px
  }
}

.payments .lqd-imggrp-single[data-float] {
    --float-animate-from: 0;
    --float-animate-to: 1%;
    --float-animation-ease: ease-in-out;
  }
  .lqd-imggrp-single[data-float] {
    --float-animation-ease: ease;
    --float-animate-from: 0%;
    --float-animate-to: 3%;
    --float-delay: 0s;
    animation: lqdFIFloatOne 1s var(--float-animation-ease) infinite alternate;
    animation-delay: var(--float-delay);
  }
  .block {
    display: block;
  }

  .lqd-imggrp-img-container, .lqd-imggrp-single, .lqd-imggrp-single .lqd-imggrp-img-container, .lqd-imggrp-single figure {
    border-radius: inherit;
  }
  .lqd-imggrp-single figure {
    display: inline-block;
    margin: 0 !important;
  }
  .transform-style-3d {
    transform-style: preserve-3d;
  }
  .payments .module-icon-2 {
    left: 229px;
  }
  .w-110 {
    width: 110px;
  }
  .top-40 {
    top: 40px;
  }
  .payments .module-icon-3 {
    left: 36px;
  }
  .top-230 {
    top: 230px;
  }
  .payments .module-icon-4 {
    left: 411px;
  }
  .payments .module-icon-5 {
    left: 180px;
  }
  .z-4 {
    z-index: 4;
  }
  .w-190 {
    width: 190px;
  }
  figure {
  margin: 0 0 1rem;
    margin-bottom: 1rem;
}
  .top-180 {
    top: 180px;
  }
  .payments .module-icon-6 {
    left: 351px;
  }
  .top-20 {
    top: 20px;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .inline-flex {
    display: inline-flex;
  }
  .pos-rel, .relative {
    position: relative;
  }
  .lqd-imggrp-img-container {
    max-width: 100%;
  }
  .payments .module-icon-1 {
    left: -7px;
  }
  .top-20 {
    top: 20px;
  }
  .absolute, .pos-abs {
    position: absolute;
  }
.iconbox .iconbox-icon-container, .iconbox .iconbox-icon-wrap {
    flex-shrink: 0;
  }
  .perspective {
    perspective: 1200px;
  }
  .block {
    display: block;
  }
  .pos-rel, .relative {
    position: relative;
    z-index: 9;
  }
  .lqd-imggrp-single {
    transition: transform .65s cubic-bezier(.05, .7, .2, 1),opacity .3s;
  }
  .iconbox .iconbox-icon-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .iconbox h3 {
    display: inline-block;
  }
  .iconbox h3, .iconbox p {
    transition-duration: .3s;
    transition-timing-function: ease;
  }
  .iconbox-icon-linked .iconbox-icon-wrap::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 170%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    background-color: #e9e9e9;
  }
  .question-list ul{
    padding: 0;
    margin: 20px 0 0;
  }
  .why-choose-area h2{
    margin: 0 0 25px;
  }
  .default-btn.wht-btn::before{
    content: none;
  }
  .default-btn.wht-btn,
  .welcome-btns .btn.book-btn{
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.default-btn.wht-btn:hover,
.welcome-btns .btn.book-btn:hover{
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.welcome-btns .btn{
    margin: 0 10px;
    width: 310px;
}
.img-block img{
    width: 100%;
}
.navbar-nav .after-logg-btn{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.page-item.disabled .page-link,
.page-link{
    background-color: #161515;
    border-color: #242b38;
    color: #fff;
}
.page-item.active .page-link{
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
.blog-view .blog-content li,
.blog-view .blog-content p,
.blog-view .blog-content p *
{
  color: #fff !important;
}
.producttabs-view .nav-item .nav-link
{
  background-color: #161515;
  border: 1px solid #242b38;
}
.producttabs-view .nav-item .nav-link.active
{
  background-color: #fff;
  color: #000;
}
.producttabs-view .test-isting li
{
  background-color: transparent;
  border: 1px solid #1c1d20;
}
.producttabs-view .tab-content
{
  padding: 20px;
  background-color: #161515;
  margin: 35px 0 0;
  border-radius: 5px;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
--bs-table-accent-bg: #1c1c1c;
color: #fff;
}

.table.text-white.border.table-striped td {
    display: block;
    width: 100%;
  }

  .nutritionLabel {
    font-size: 90%;
    margin-bottom: 1.1em;
    padding: .68em;
    color: #fff !important;
    border: 2px solid #ddd !important;
  }

  .nutritionLabel .title {
    line-height: .83em;
    font-size: 22px !important;
    padding-bottom: 4px;
    font-family: 'Archivo Black';
    white-space: nowrap;
    letter-spacing: normal !important;
  }

  .form-control:disabled, .form-control[readonly] {
    background-color: transparent !important;
    opacity: 1;
  }
  .contactus-form .selection .select2-selection.select2-selection--multiple {
    padding: 12px 20px;
    border-radius: 0;
    border: 1px solid #e8e8e8;
    background-color: transparent;
  }
.contactus-form  .select2-container--default .select2-search--inline .select2-search__field{
    color: #fff;
    font-weight: 300;   
    font-family: "Rubik", sans-serif;
    margin: 0;
    line-height: 1;
    font-size: 16px;
    color: rgba(255,255,255,0.5);
  }
  .let-connect-modal .modal-content,
  .let-connect-modal .modal-header,
  .let-connect-modal .modal-footer{
    border-color: rgba(255,255,255,0.2) !important;
  }
  
  .let-connect-modal .contactus-form .selection .select2-selection.select2-selection--multiple {
    padding: 3.5px 20px;
    line-height: 1.2;
    font-size: 16px;
  }
  .select2-results__option{
    color: #333;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: rgba(0,0,0,0.5) !important;
    font-size: 14px !important;
  }    