/*
Default Style
============================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,500;1,600&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&amp;display=swap");

body {
    font-size: 15px;
    font-family: "Noto Sans", sans-serif;
    color: #1c1c1c;
    overflow-x: hidden;
}

a {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
    color: #1c1c1c;
}

a:hover {
    text-decoration: none;
    color: #ca1412;
}

a:focus {
    text-decoration: none;
}

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0;
}

.category {
    height: 320px;
    width: 100%;
    object-fit: contain;
}

.productimage {
    height: 408px;
    width: 100%;
    object-fit: contain;
}

.indexproduct {
    height: 324px;
    width: 100%;
    object-fit: contain;
}

button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111111;
    font-weight: 700;
    font-family: "Noto Serif", serif;
}

h2 {
    font-weight: 400;
    line-height: 46px;
}

h3 {
    font-weight: 400;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

p {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 28px;
    font-weight: 400;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.form-control {
    height: 55px;
    color: #111111;
    border: 1px solid #e5e5e5;
    background-color: rgba(241, 247, 248, 0.5);
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border-radius: 5px;
}

.form-control::-webkit-input-placeholder {
    color: #757575;
}

.form-control:-ms-input-placeholder {
    color: #757575;
}

.form-control::-ms-input-placeholder {
    color: #757575;
}

.form-control::placeholder {
    color: #757575;
}

.form-control:focus {
    color: #000000;
    background-color: #ffffff;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    outline: 0;
    border: 1px solid #ca1412;
}

.form-control:hover:focus,
.form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

textarea.form-control {
    height: auto;
}

.ptb-100 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.pt-100 {
    /* padding-top: 100px; */
    padding-top: 2px;
}

.pb-100 {
    padding-bottom: 30px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    /* padding-bottom: 70px; */
    padding-bottom: 10px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pt-50 {
    padding-top: 50px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.ml-15 {
    margin-left: 15px;
}

.mr-15 {
    margin-right: 15px;
}

/*
Bg-color Style*/
.bg-color-091c47 {
    background-color: #f32f2f;
}

.bg-color-f8f9fa {
    background-color: #f8f9fa;
}

.bg-color-0057b8 {
    background-color: #ca1412;
}

.bg-color-f1f5f8 {
    background-color: #f1f5f8;
}

/*
Default Btn Area Style*/
.default-btn {
    color: #fff;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 5px 21px;
    background-color: #f32f2f;
    border-radius: 5px;
    border: 1px solid #f32f2f;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}

.default-btn i {
    position: relative;
    top: 2px;
    margin-left: 10px;
}

.default-btn.active {
    background-color: #000;
    border-color: #000;
    color: #ffffff;
}

.default-btn.active:hover {
    background-color: #ca1412;
    border-color: #ca1412;
}

.default-btn:hover {
    color: #ffffff;
    background-color: #111111;
    border-color: #111111;
}

/*
Read More Btn Area Style*/
.read-more {
    font-size: 15px;
    color: #ca1412;
    background-color: transparent;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-weight: 500;
}

.read-more i {
    position: relative;
    top: 4px;
}

.read-more:hover {
    color: #ca1412;
}

.read-more.active {
    color: #ca1412;
}

/*
Section Title Area Style*/
.section-title {
    max-width: 700px;
    /* margin: -5px auto 17px; */
    /* text-align: center; */
    position: relative;
}

.section-title .top-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.15em;
    color: #ca1412;
    display: block;
    margin-bottom: 5px;
}

.section-title h2 {
    font-size: 25px;
    margin-bottom: 15px;
    padding-top: 10px;
    color: #3f62a2;
    font-weight: 700;
}

.rightside_content p b {
    color: #f22f2f;
}

.aboutsec p b {
    color: #f22f2f;
}

.section-title h2 span {
    color: #ca1412;
}

.section-title h2:last-child {
    margin-bottom: 0;
}

.section-title p {
    max-width: 600px;
    margin: auto;
}

.section-title p span {
    color: #ca1412;
}

.section-title.white-title span {
    color: #ca1412;
}

.section-title.white-title h2 {
    color: #ffffff;
}

.section-title.white-title p {
    color: #ffffff;
}

.section-title.left-title {
    margin-left: 0;
    text-align: left;
    max-width: 645px;
}

.section-title.left-title h2 {
    max-width: 700px;
}

.section-title.left-title p {
    margin-left: 0;
}

.section-title.left-title .default-btn {
    position: absolute;
    top: 0;
    right: 0;
}

.section-title.team-title {
    max-width: 670px;
}

.section-title.services-title {
    max-width: 555px;
}

.section-title.solution-title {
    max-width: 555px;
}

/*
Top Header Area Style
======================================================*/
.top-header-area {
    padding-top: 4px;
    padding-bottom: 4px;
}

.header-left-content {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.header-left-content li {
    color: #ffffff;
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 14px;
    font-size: 14px;
    line-height: 28px;
}

.header-left-content li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.header-left-content li span {
    color: #ffffff;
    font-weight: 600;
}

.header-left-content li a {
    color: #ffffff;
}

.header-right-content {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: right;
}

.header-right-content li {
    margin-right: 9px;
    padding-right: 9px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
    font-size: 14px;
}

.header-right-content li i {
    color: #ffffff;
    position: relative;
    top: 2px;
}

.header-right-content li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}

.header-right-content li .form-select {
    background-color: transparent;
    color: #ffffff;
    border: none;
    background-image: url(../images/icon/icon-1.svg);
    background-position: right 0px center;
    background-size: 13px 12px;
    max-width: 150px;
    cursor: pointer;
    font-size: 14px;
    padding-left: 0;
}

.header-right-content li .form-select option {
    color: #111111;
    padding-left: 15px;
}

.header-right-content li .form-select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.header-right-content li a {
    color: #ffffff;
}

/*
Navbar Area Style
======================================================*/
.navbar-area {
    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);
}

.drop_menu_auto {
    height: 500px;
}

/* width */
.drop_menu_auto::-webkit-scrollbar {
    width: 0px;
}

/* Track */
.drop_menu_auto::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
.drop_menu_auto::-webkit-scrollbar-thumb {
    background: #fff;
}

/* Handle on hover */
.drop_menu_auto::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

/**/

/**/

.navbar-area.is-sticky {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    position: -webkit-sticky;
    position: relative;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -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 !important;
}

.navbar-area .container-fluid {
    max-width: 1630px;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.navbar-area .navbar-brand {
    margin-right: 0;
}

.navbar-area .navbar-brand .main-logo {
    display: block;
    width: 220px;
}

.navbar-area .navbar-brand .white-logo {
    display: none;
}

.desktop-nav {
    position: relative;
    z-index: 2;
    padding-top: 0;
    padding-bottom: 0;
}

.desktop-nav .navbar {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: 2;
    position: unset;
    padding-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.desktop-nav .navbar ul {
    margin-bottom: 0;
    list-style-type: none;
}

.desktop-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding-bottom: 35px;
    padding-top: 35px;
    padding-right: 0;
    padding-left: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item a {
    font-size: 15px;
    color: #111111d1 !important;
    line-height: 1;
    position: relative;
    font-weight: 700;
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle {
    padding-right: 20px;
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::before {
    content: "\EA4E";
    position: absolute;
    top: 0;
    right: 0;
    font-family: remixicon !important;
    line-height: 1;
    font-size: 17px;
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::after {
    display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item a.active {
    /* font-weight: 600; */
    font-weight: 700;
}

.desktop-nav .navbar .navbar-nav .nav-item a:hover,
.desktop-nav .navbar .navbar-nav .nav-item a:focus,
.desktop-nav .navbar .navbar-nav .nav-item a.active {
    color: #ca1412 !important;
}

.desktop-nav .navbar .navbar-nav .nav-item a i {
    font-size: 18px;
    line-height: 0;
    position: relative;
    top: 4px;
}

.desktop-nav .navbar .navbar-nav .nav-item:last-child a {
    margin-right: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item:first-child a {
    margin-left: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover a,
.desktop-nav .navbar .navbar-nav .nav-item:focus a,
.desktop-nav .navbar .navbar-nav .nav-item.active a {
    color: #ca1412;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    -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);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #ffffff;
    position: absolute;
    visibility: hidden;
    border-radius: 5px;
    display: block;
    width: 600px;
    border: none;
    z-index: 99;
    opacity: 0;
    top: 80px;
    left: 0;
    padding: 0;
    transform: translateX(-37%);
    border: 1px solid gray;
    outline: 5px solid white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    padding: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    color: #111111;
    padding: 7px;
    border-bottom: 1px dashed #ededed;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    display: block;
    position: relative;
    transform: 0.4s ease-in-out;
    transition: 0.3s;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::after {
    display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::before {
    content: "\EA4E";
    position: absolute;
    top: 14px;
    right: 13px;
    font-family: remixicon !important;
    line-height: 1;
    font-size: 17px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #ca1412;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #111111;
    border-bottom: 1px dashed #ededed;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    position: relative;
    padding: 7px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::after {
    display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::before {
    content: "\EA4E";
    position: absolute;
    top: 14px;
    right: 13px;
    font-family: remixicon !important;
    line-height: 1;
    font-size: 17px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #ca1412;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #ca1412;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #ca1412;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #ca1412;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #ca1412;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #ca1412;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #ca1412;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #ca1412;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -1px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #ca1412;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    top: -1px;
    visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #ca1412;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    top: -15px;
    visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: #ca1412;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #ca1412;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
    border-bottom: none;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    top: 100%;
    opacity: 1;
    margin-top: 0;
    visibility: visible;
}

.desktop-nav .navbar .others-options {
    /*margin-left: 25px;*/
    margin-left: 0;
    position: relative;
    top: 0;
}

.desktop-nav .navbar .others-options ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.desktop-nav .navbar .others-options ul li {
    display: inline-block;
    margin-right: 30px;
}

.desktop-nav .navbar .others-options ul li:last-child {
    margin-right: 0;
}

.desktop-nav .navbar .others-options ul li .default-btn {
    display: block;
}

.desktop-nav .navbar .others-options ul li .default-btn i {
    display: none;
    font-size: 20px;
    line-height: 1;
}

.desktop-nav .navbar .others-options ul li .cart {
    font-size: 20px;
    position: relative;
    margin-right: 5px;
    top: 5px;
}

.desktop-nav .navbar .others-options ul li .cart span {
    font-size: 12px;
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background-color: #ca1412;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -5px;
}

.desktop-nav .navbar .others-options ul li .option-item {
    color: #1c1c1c;
    display: inline-block;
    line-height: 1;
    position: relative;
    top: 3px;
}

.desktop-nav .navbar .others-options ul li .option-item span {
    position: relative;
    top: -7px;
    margin-left: 5px;
    font-weight: 600;
}

.desktop-nav .navbar .others-options ul li .option-item .search-overlay {
    display: none;
}

.desktop-nav .navbar .others-options ul li .option-item .search-overlay.search-popup {
    position: absolute;
    top: 100%;
    width: 300px;
    right: 0;
    background: #ffffff;
    z-index: 2;
    padding: 20px;
    -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-top: 18px;
}

.desktop-nav .navbar .others-options ul li .option-item .search-overlay.search-popup .search-form {
    position: relative;
}

.desktop-nav .navbar .others-options ul li .option-item .search-overlay.search-popup .search-form .search-input {
    display: block;
    width: 100%;
    height: 50px;
    line-height: initial;
    border: 1px solid #eeeeee;
    color: #111111;
    outline: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 15px;
    padding-top: 4px;
    padding-left: 15px;
}

.desktop-nav .navbar .others-options ul li .option-item .search-overlay.search-popup .search-form .search-input:focus {
    border-color: #ca1412;
}

.desktop-nav .navbar .others-options ul li .option-item .search-overlay.search-popup .search-form .search-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    background: #ca1412;
    border: none;
    width: 50px;
    outline: 0;
    color: #ffffff;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    padding: 0;
}

.desktop-nav .navbar .others-options ul li .option-item .search-overlay.search-popup .search-form .search-button:hover {
    background-color: #111111;
}

.desktop-nav .navbar .others-options ul li .option-item .search-btn {
    cursor: pointer;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    color: #111111;
    text-align: center;
    font-size: 20px;
    display: inline-block;
}

.desktop-nav .navbar .others-options ul li .option-item .search-btn:hover {
    color: #ca1412;
}

.desktop-nav .navbar .others-options ul li .option-item .close-btn {
    cursor: pointer;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    color: #111111;
    text-align: center;
    display: none;
    font-size: 25px;
}

.desktop-nav .navbar .others-options ul li .option-item .close-btn:hover {
    color: #ca1412;
}

.desktop-nav .navbar .others-options ul li .option-item .close-btn.active {
    display: block;
    color: #ca1412;
}

.mobile-responsive-nav {
    display: none;
}

/*
.mobile-responsive-nav .main-logo {
  display: block;
}*/

.mobile-responsive-nav .white-logo {
    display: none;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.dark-mode-btn {
    position: fixed;
    bottom: 30px;
    right: 13px;
    z-index: 1;
}

.dark-mode-btn .dark-version {
    text-align: center;
    float: right;
    z-index: 2;
    position: relative;
}

.dark-mode-btn .dark-version .switch {
    width: 49px;
    height: 49px;
    position: relative;
    border-radius: 50%;
    margin-bottom: -19px;
}

.dark-mode-btn .dark-version .switch input {
    width: 0;
    height: 0;
    opacity: 0;
    display: block;
}

.dark-mode-btn .dark-version .slider {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    position: absolute;
    color: #ffffff;
    background-color: #2e2e2e;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.dark-mode-btn .dark-version .slider:before {
    left: 0;
    top: 50%;
    right: 0;
    content: "\f1bf";
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 22px;
    font-family: remixicon !important;
}

.dark-mode-btn .dark-version .slider.round {
    border-radius: 50%;
}

.dark-mode-btn .dark-version .slider.round:before {
    border-radius: 50%;
}

.dark-mode-btn .dark-version input:checked+.slider {
    background-color: #efefef;
}

.dark-mode-btn .dark-version input:checked+.slider:before {
    color: #111111;
    content: "\ef72";
}

/*
Others Option For Responsive Area Style
======================================================*/
.others-option-for-responsive {
    display: none !important;
}

.others-option-for-responsive .dot-menu {
    padding: 0 10px;
    height: 30px;
    cursor: pointer;
    z-index: 999;
    position: absolute;
    right: 55px;
    top: -40px;
}

.others-option-for-responsive .dot-menu .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
    height: 5px;
    width: 5px;
    border-radius: 100%;
    margin: 0 2px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    background-color: #ca1412;
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
    background-color: #ca1412;
}

.others-option-for-responsive .container {
    position: relative;
}

.others-option-for-responsive .container .container {
    position: absolute;
    right: -2px;
    top: 15px;
    max-width: 255px;
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.others-option-for-responsive .others-options {
    background-color: #ffffff;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    -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);
}

.others-option-for-responsive .others-options ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.others-option-for-responsive .others-options ul li {
    display: inline-block;
    margin-right: 10px;
}

.others-option-for-responsive .others-options ul li:last-child {
    margin-right: 0;
}

.others-option-for-responsive .others-options ul li .default-btn {
    display: block;
    margin-top: 0 !important;
}

.others-option-for-responsive .others-options ul li .cart {
    font-size: 20px;
    position: relative;
    margin-right: 5px;
    top: 5px;
}

.others-option-for-responsive .others-options ul li .cart span {
    font-size: 12px;
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background-color: #ca1412;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -5px;
}

.others-option-for-responsive .others-options ul li .option-item {
    color: #1c1c1c;
    display: inline-block;
    line-height: 1;
    position: relative;
    top: 3px;
}

.others-option-for-responsive .others-options ul li .option-item span {
    position: relative;
    top: -7px;
    margin-left: 5px;
    font-weight: 600;
}

.others-option-for-responsive .others-options ul li .option-item .search-overlay {
    display: none;
}

.others-option-for-responsive .others-options ul li .option-item .search-overlay.search-popup {
    position: absolute;
    top: 100%;
    width: 280px;
    left: -106px;
    background: #ffffff;
    z-index: 2;
    padding: 20px;
    -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-top: 18px;
}

.others-option-for-responsive .others-options ul li .option-item .search-overlay.search-popup .search-form {
    position: relative;
}

.others-option-for-responsive .others-options ul li .option-item .search-overlay.search-popup .search-form .search-input {
    display: block;
    width: 100%;
    height: 50px;
    line-height: initial;
    border: 1px solid #eeeeee;
    color: #111111;
    outline: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 15px;
    padding-top: 4px;
    padding-left: 15px;
}

.others-option-for-responsive .others-options ul li .option-item .search-overlay.search-popup .search-form .search-input:focus {
    border-color: #ca1412;
}

.others-option-for-responsive .others-options ul li .option-item .search-overlay.search-popup .search-form .search-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    background: #ca1412;
    border: none;
    width: 50px;
    outline: 0;
    color: #ffffff;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    padding: 0;
}

.others-option-for-responsive .others-options ul li .option-item .search-overlay.search-popup .search-form .search-button:hover {
    background-color: #111111;
}

.others-option-for-responsive .others-options ul li .option-item .search-btn {
    cursor: pointer;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    color: #111111;
    text-align: center;
    font-size: 20px;
    display: inline-block;
}

.others-option-for-responsive .others-options ul li .option-item .search-btn:hover {
    color: #ca1412;
}

.others-option-for-responsive .others-options ul li .option-item .close-btn {
    cursor: pointer;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    color: #111111;
    text-align: center;
    display: none;
    font-size: 20px;
}

.others-option-for-responsive .others-options ul li .option-item .close-btn:hover {
    color: #ca1412;
}

.others-option-for-responsive .others-options ul li .option-item .close-btn.active {
    display: block;
    color: #ca1412;
}

/*
Hero Area Style
======================================================*/
.hero-area {
    margin-left: 100px;

    position: relative;
}

.hero-area .pagination-btn {
    position: absolute;
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(115px);
    transform: translateY(115px);
}

.hero-area .pagination-btn::before {
    content: "";
    position: absolute;
    bottom: -225px;
    left: 28px;
    width: 1px;
    height: 200px;
    border: 1px solid rgba(9, 28, 71, 0.2);
}

.hero-area .pagination-btn::after {
    content: "";
    position: absolute;
    top: -458px;
    left: 28px;
    width: 1px;
    height: 200px;
    border: 1px solid rgba(9, 28, 71, 0.2);
}

.hero-area .pagination-btn .swiper-pagination-bullet {
    margin-bottom: 30px;
}

.hero-area .pagination-btn .swiper-pagination-bullet:last-child {
    margin-bottom: 0;
}

.hero-area .socila-link {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -70px;
    z-index: 1;
}

.hero-area .socila-link::before {
    content: "";
    position: absolute;
    bottom: -95px;
    left: 24px;
    width: 1px;
    height: 80px;
    border: 1px solid rgba(9, 28, 71, 0.2);
}

.hero-area .socila-link::after {
    content: "";
    position: absolute;
    top: -77px;
    left: 24px;
    width: 1px;
    height: 70px;
    border: 1px solid rgba(9, 28, 71, 0.2);
}

.hero-area .socila-link li {
    margin-bottom: 30px;
}

.hero-area .socila-link li:last-child {
    margin-bottom: 0;
}

.hero-area .socila-link li a {
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    background-color: #3b5998;
    border-radius: 50%;
}

.hero-area .socila-link li a:hover {
    background-color: #ca1412;
}

.hero-area .socila-link li a img {
    position: relative;
    left: -1px;
}

.hero-area .socila-link li:nth-child(2) a {
    background-color: #1da1f2;
}

.hero-area .socila-link li:nth-child(2) a:hover {
    background-color: #ca1412;
}

.hero-area .socila-link li:nth-child(2) a img {
    position: relative;
    left: 0.5px;
}

.hero-area .socila-link li:nth-child(3) a {
    background-color: #0077b5;
}

.hero-area .socila-link li:nth-child(3) a:hover {
    background-color: #ca1412;
}

.hero-area .socila-link li:nth-child(3) a img {
    position: relative;
    top: -1px;
    left: 1px;
}

.swiper-slide {
    background-image: url(../images/hero/bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 212px;
    padding-bottom: 212px;
    position: relative;
}

.swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,
            left top,
            right top,
            from(rgba(255, 255, 255, 0.9)),
            color-stop(37.5%, rgba(255, 255, 255, 0.852)),
            color-stop(67.19%, rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0.9) 0%,
            rgba(255, 255, 255, 0.852) 37.5%,
            rgba(255, 255, 255, 0) 67.19%);
    z-index: -1;
}

.swiper-slide.bg-1 {
    background-image: url(../images/hero/bg-1.jpg);
}

.swiper-slide.bg-2 {
    background-image: url(../images/hero/bg-2.jpg);
}

.swiper-slide.bg-3 {
    background-image: url(../images/hero/bg-3.jpg);
}

.swiper-pagination-bullet {
    width: 50px;
    height: 50px;
    line-height: 47px;
    text-align: center;
    color: rgba(9, 28, 71, 0.2);
    opacity: 1;
    background-color: transparent;
    border: 1px solid rgba(9, 28, 71, 0.2);
    font-family: "Noto Serif", serif;
    font-size: 25px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.swiper-pagination-bullet-active {
    color: #ffffff;
    background: #ca1412;
}

.hero-content {
    max-width: 780px;
}

.hero-content h1 {
    font-size: 80px;
    margin-bottom: 15px;
}

.hero-content p {
    max-width: 580px;
    margin-bottom: 32px;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #1c1c1c;
}

.hero-content .hero-btn .default-btn {
    margin-right: 10px;
}

.hero-content .hero-btn .default-btn:last-child {
    margin-right: 0;
}

.hero-content.width-two {
    max-width: 860px;
}

.hero-content.width-three {
    max-width: 860px;
}

/*
Futcher Area Style
======================================================*/
.single-futcher {
    background-color: #f1f5f8;
    padding: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    margin-bottom: 30px;
}

.single-futcher::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 0;
}

.single-futcher i {
    font-size: 50px;
    line-height: 1;
    color: #ca1412;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    margin-bottom: 25px;
}

.single-futcher .opacity0 {
    opacity: 0;
}

.single-futcher .opacity1 {
    opacity: 1;
}

.single-futcher h3 {
    font-size: 25px;
    margin-bottom: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    line-height: 32px;
}

.single-futcher h3.play {
    max-width: 70px;
}

.single-futcher:hover {
    background-color: #ca1412;
}

.single-futcher:hover::before {
    opacity: 1;
}

.single-futcher:hover i {
    color: #ffffff;
}

.single-futcher:hover .opacity1 {
    opacity: 0;
}

.single-futcher:hover .opacity0 {
    opacity: 1;
}

.single-futcher:hover h3 {
    color: #ffffff;
}

/*
Who We Ares Style
======================================================*/
.who-we-are-img {
    margin-bottom: 25px;
    border: 2px solid #f22f2f;
    padding: 5px;
}

.who-we-are-img-2 {
    margin-bottom: 25px;
    border: 2px solid #f22f2f;
    padding: 5px;
}

.who-we-are-img-2 h3 {
    font-size: 25px;
    margin-bottom: 38px;
    line-height: 32px;
    max-width: 215px;
    margin-top: 40px;
}

.who-we-are-img-2 h3 span {
    color: #ca1412;
}

.who-we-are-img-3 {
    margin-bottom: 30px;
}

.who-we-are-content .top-title {
    font-size: 15px;
    color: #ca1412;
    margin-bottom: 5px;
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.15em;
}

.who-we-are-content h2 {
    font-size: 30px;
    line-height: 27px;
    margin-bottom: 13px;
    margin-top: -80px;
    color: #ef2e2e;
    font-weight: 700;
}

.who-we-are-content p {
    /*margin-bottom: 40px;*/
}

.single-who-we-are {
    margin-bottom: 40px;
}

.single-who-we-are i {
    font-size: 40px;
    color: #ca1412;
    line-height: 1;
    display: block;
    margin-bottom: 5px;
}

.single-who-we-are h3 {
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 32px;
}

.mr-44 {
    margin-right: 44px;
}

.ml-44 {
    margin-left: 44px;
}

/*
Department Area Style
======================================================*/
.single-our-department {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.single-our-department::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(56.25%, rgba(17, 17, 17, 0)),
            color-stop(71.87%, rgba(17, 17, 17, 0.45)),
            to(#111111));
    background: linear-gradient(180deg,
            rgba(17, 17, 17, 0) 56.25%,
            rgba(17, 17, 17, 0.45) 71.87%,
            #111111 100%);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 1;
}

.single-our-department::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #ca1412;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 0;
}

.single-our-department .department-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    z-index: 1;
}

.single-our-department .department-content .icon {
    font-size: 100px;
    line-height: 1;
    margin-bottom: 30px;
    position: relative;
    color: #ffffff;
}

.single-our-department .department-content .icon::before {
    content: "";
    position: absolute;
    top: -70px;
    left: -70px;
    width: 200px;
    height: 200px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.single-our-department .department-content .icon i {
    position: relative;
    top: -10px;
    left: -10px;
}

.single-our-department .department-content h3 {
    font-size: 25px;
    margin-bottom: 7px;
}

.single-our-department .department-content h3 a {
    color: #ffffff;
}

.single-our-department .department-content p {
    color: #ffffff;
}

.single-our-department .department-content .read-more {
    color: #ffffff;
    margin-top: 3px;
}

.single-our-department .department-content.hover {
    background-color: #ca1412;
    opacity: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.single-our-department:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.single-our-department:hover::after {
    opacity: 1;
}

.single-our-department:hover .department-content.hover {
    opacity: 1;
}

/*
Choose Us Content Area Style
======================================================*/
.choose-us-area {
    /* background-image: url(../images/choose-us-bg.jpg);
  background-position: left top;
  background-size: 35%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden; */
    background-color: #f12f2f;
    margin-bottom: 10px;
}

.choose-us-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 37%;
    height: 100%;
    background: -webkit-gradient(linear,
            left top,
            right top,
            from(#ffffff),
            color-stop(37.5%, #ffffff),
            to(rgba(255, 255, 255, 0.5)));
    background: linear-gradient(90deg,
            #ffffff 0%,
            #ffffff 37.5%,
            rgba(255, 255, 255, 0.5) 100%);
    mix-blend-mode: normal;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: -1;
}

.choose-us-content .top-title {
    color: #fff;
    margin-bottom: 5px;
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}

.choose-us-content h2 {
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #fff;
}

.choose-us-content p {
    margin-bottom: 40px;
}

.choose-us-content ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.choose-us-content ul li {
    position: relative;
    padding-left: 100px;
    margin-bottom: 38px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.choose-us-content ul li span {
    position: absolute;
    /* top:0 */
    top: 10px;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    color: #ffffff;
    font-size: 30px;
    border-radius: 50%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-family: "Noto Serif", serif;
}

.choose-us-content ul li span::before {
    content: "";
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #ca1412;
    width: 2px;
    height: 110px;
    z-index: -1;
}

.choose-us-content ul li h3 {
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 32px;
    color: #fff;
}

.choose-us-content ul li:last-child {
    margin-bottom: 0;
}

.choose-us-content ul li:last-child span::before {
    display: none;
}

.choose-us-content ul li.active span {
    background-color: #fff;
}

.choose-us-img {
    position: relative;
}

.choose-us-img .ambulance-services {
    position: absolute;
    bottom: 13px;
    right: 0;
    background-color: #3f62a2;
    padding-top: 23px;
    padding-bottom: 23px;
    padding-left: 35px;
    padding-right: 170px;
}

.ambulance-services img {
    width: 80px;
}

.choose-us-img .ambulance-services .ambulance-info {
    margin-left: 30px;
    font-family: "Noto Serif", serif;
}

.choose-us-img .ambulance-services .ambulance-info span {
    display: block;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 8px;
    font-weight: 600;
}

.choose-us-img .ambulance-services .ambulance-info a {
    font-weight: 600;
    font-size: 25px;
    color: #f32f2f;
    line-height: 32px;
    /* font-weight: 400; */
}

.ml-86 {
    margin-left: 86px;
}

/*
Team Area Style
======================================================*/
.single-team {
    margin-bottom: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.single-team img {
    margin-bottom: 15px;
}

.single-team h3 {
    font-size: 25px;
    line-height: 32px;
}

.single-team span {
    font-size: 15px;
    line-height: 28px;
}

.single-team:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

/*
Urgent Area Style
======================================================*/
.single-urgent {
    background: #ffffff;
    /* padding: 50px 30px; */
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #e2e2e2;
    border-radius: 20px 0 20px 0;
    outline: 5px solid #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.single-urgent .icon {
    background-color: #ffffff;
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 23px;
    padding: 30px;
}

.single-urgent h3 {
    font-size: 25px;
    margin-bottom: 0;
}

.urgent-slide.owl-theme .owl-dots {
    line-height: 1;
}

.urgent-slide.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 0 4px;
    background: transparent;
    border: 1px solid #ca1412;
    border-radius: 50%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: relative;
    /*display:none;*/
}

.urgent-slide.owl-theme .owl-dots .owl-dot:hover span {
    border-color: #ca1412;
}

.urgent-slide.owl-theme .owl-dots .owl-dot:hover span::before {
    background-color: #ca1412;
}

.urgent-slide.owl-theme .owl-dots .owl-dot.active span {
    border-color: #ca1412;
    position: relative;
}

.urgent-slide.owl-theme .owl-dots .owl-dot.active span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #ca1412;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    margin: 3px;
}

/*
Urgent Area Style
======================================================*/
.appointment-area {
    position: relative;
    z-index: 1;
}

.appointment-area::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background-color: #f8f9fa;
    z-index: -1;
}

.appointment-form {
    background-color: #ca1412;
    padding: 30px 100px;
    max-width: 808px;
}

.appointment-form h2 {
    font-size: 35px;
    margin-bottom: 40px;
    color: #ffffff;
}

.appointment-form .form-group {
    margin-bottom: 20px;
}

.appointment-form .form-group label {
    color: #ffffff;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.appointment-form .form-group .form-control {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #ffffff;
    color: #ffffff;
}

.appointment-form .form-group .form-control.form-select {
    background-image: url(../images/icon/icon-1.svg);
}

.appointment-form .form-group .form-control.form-select option {
    color: #111111;
}

.appointment-form .form-group .form-control::-webkit-input-placeholder {
    color: #ffffff;
    font-size: 15px;
}

.appointment-form .form-group .form-control:-ms-input-placeholder {
    color: #ffffff;
    font-size: 15px;
}

.appointment-form .form-group .form-control::-ms-input-placeholder {
    color: #ffffff;
    font-size: 15px;
}

.appointment-form .form-group .form-control::placeholder {
    color: #ffffff;
    font-size: 15px;
}

.appointment-form .form-group ::-webkit-calendar-picker-indicator {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.appointment-form .default-btn {
    width: 100%;
    display: block;
    background-color: #fff;
    color: #252525;
}

.appointment-form .default-btn:hover {
    background-color: #ffffff;
    color: #111111;
}

.appointment-img {
    background-image: url(../images/appointment-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}

.appointment-img h3 {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 40px 50px;
    position: absolute;
    bottom: 100px;
    /* left: 130px;
  right: 130px;*/
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 0;
    text-align: center;
}

/*
Solution Area Style
======================================================*/
.single-solution {
    text-align: center;
    margin-bottom: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.single-solution .icon {
    background-color: #ffffff;
    border: 1px solid #bac3cc;
    display: inline-block;
    width: 150px;
    height: 150px;
    line-height: 163px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    margin-bottom: 23px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.single-solution .icon span {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #ca1412;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 25px;
    font-family: "Noto Serif", serif;
}

.single-solution .icon i {
    color: #ca1412;
    font-size: 70px;
}

.single-solution h3 {
    font-size: 25px;
    margin-bottom: 0;
}

.single-solution:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

/*
Client Area Style
======================================================*/
.client-area {
    position: relative;
    z-index: 1;
}

.client-area .section-title.left-title {
    max-width: 760px;
    background: #ffffff;
    margin-bottom: -1px;
    padding: 30px;
    padding-bottom: 20px;
}

.client-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #f8f9fa;
    z-index: -1;
}

.client-area.bg-2 {
    background-color: #f1f5f8;
}

.client-area.bg-3::before {
    display: none;
}

.client-area.bg-3 .single-client {
    background-color: #f5f7fa;
}

.client-area.bg-3 .single-client p {
    font-size: 18px;
}

.client-area.bg-3 .single-client .quat {
    opacity: 0.2;
    border-radius: 0;
}

.client-area.bg-3 .single-client img {
    border-radius: 50px;
}

.client-area.bg-4::before {
    display: none;
}

.client-bg {
    /* background-image: url(../product/6.png); */
    /* background-image: url(../images/client/client-bg.jpg); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-color: #f32f2f;
}

.single-client {
    max-width: 760px;
    background-color: #ffffff;
    padding: 30px;
    margin-bottom: 30px;
}

.single-client .client-info {
    margin-bottom: 20px;
}

.single-client .client-info h3 {
    font-size: 25px;
}

.single-client p {
    font-size: 18px;
    line-height: 30px;
    color: #1c1c1c;
}

.client-slide.owl-carousel .owl-item img {
    width: auto;
}

.client-slide.owl-theme .owl-nav {
    text-align: right;
    margin-top: 20px;
}

.client-slide.owl-theme .owl-nav .owl-prev,
.client-slide.owl-theme .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #f1f5f8;
    border-radius: 50%;
    color: #969696;
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.client-slide.owl-theme .owl-nav .owl-prev:hover,
.client-slide.owl-theme .owl-nav .owl-next:hover {
    background-color: #ca1412;
    color: #ffffff;
}

.ml100 {
    margin-left: 300px;
}





/*
Blog Area Style
======================================================*/
.single-blog {
    margin-bottom: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    /* border: 2px solid #f32f2f; */
    border: 1px solid #e2e2e2;
    padding: 3px;
    border-radius: 17px 0 17px 0;
    outline: 5px solid white;
}

.single-blog img {
    margin-bottom: 8px;
    border-radius: 17px 0 17px 0;
}

.single-blog .blog-content .tag {
    /* background-color: #f32f2f;
  color: #ffffff;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 50px;
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 16px;
  margin-left: 10px; */
    background-color: #ffffff;
    color: #000;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 50px;
    margin-bottom: 10px;
    font-size: 11px;
    letter-spacing: 0.08em;
    font-weight: 600;
    line-height: 16px;
    margin-left: 80px;
    outline: 2px solid #fff;
    border: 1px solid #f32f2f;
}

.single-blog .callicon .tag1 {
    background-color: #ffffff;
    color: #000;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 50px;
    margin-bottom: 10px;
    font-size: 11px;
    letter-spacing: 0.08em;
    font-weight: 600;
    line-height: 16px;
    margin-left: 22px;
    outline: 2px solid #fff;
    border: 1px solid #e2e2e2;
}

.product_name-div_div h3 {
    background-color: #f22f2f;
    padding: 5px 2px 5px 3px;
    color: #fff;
}

.single-blog .blog-content ul {
    /* padding-left: 0; */
    padding-left: 45px;
    margin-bottom: 15px;
    list-style-type: none;
}

.single-blog .blog-content ul li {
    display: inline-block;
    color: #969696;
    margin-right: 20px;
    font-size: 14px;
}

.single-blog .blog-content ul li:last-child {
    margin-right: 0;
}

.single-blog .blog-content ul li a {
    color: #1b1a1a;
    font-size: 13px;
    font-weight: 500;
}

.single-blog .blog-content ul li a:hover {
    color: #ca1412;
}

.single-blog .blog-content ul li i {
    color: #ca1412;
    position: relative;
    top: 0px;
    margin-right: 7px;
    font-weight: 500;
}

.single-blog .blog-content h3 {
    font-size: 15px;
    line-height: 15px;
    margin-top: 6px;
    margin-bottom: 6px;
    font-weight: 700;
    text-align: center;
}

.single-blog .blog-content h3 a {
    /* color: #111111; */
    color: #fff !important;
}

.single-blog:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.single-blog:hover .blog-content h3 a {
    color: #ca1412;
}

.blog-content {
    padding: 6px;
}

/*
Knock Area Style
======================================================*/
.knock-us-content {
    padding-left: 100px;
}

.knock-us-content h3 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.knock-us-btn {
    text-align: right;
    padding-right: 100px;
}

.knock-us-btn .default-btn:hover {
    background-color: #ffffff;
    color: #111111;
}

/*
Footer Area Style
======================================================*/

.footer-area {
    padding-top: 30px;
    padding-bottom: 3px;
}

.single-footer-widget {
    margin-bottom: 30px;
}

.single-footer-widget .logo {
    /*margin-bottom: 15px;*/
    margin-bottom: -7px;
    display: inline-block;
}

.single-footer-widget .logo .main-logo {
    display: block;
}

.single-footer-widget .logo .white-logo {
    display: none;
}

.single-footer-widget h4 {
    font-size: 18px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
}

.single-footer-widget h3 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 22px;
    font-weight: 700;
    color: #f12f2f;
}

.single-footer-widget .info {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 23px;
}

.single-footer-widget .info li {
    margin-bottom: 14px;
    margin-top: 3px;
    color: #000;
}

.single-footer-widget .info li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .info li span {
    color: #f12f2f;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.single-footer-widget .info li a {
    font-size: 15px;
    color: #000;
    line-height: 22px;
}

.single-footer-widget p {
    color: #000;
    font-size: 14px;
    line-height: 27px;
}

.single-footer-widget .import-link {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.single-footer-widget .import-link li {
    margin-bottom: 0;
    border-bottom: 1px dotted #c6cacd;
    padding: 7px;
}

.single-footer-widget .import-link li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .import-link li a {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.single-footer-widget .import-link li a i {
    position: relative;
    top: 2px;
}

.single-footer-widget .newsletter-form .form-control {
    border-color: #969696;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #969696;
}

.single-footer-widget .newsletter-form .form-control::-webkit-input-placeholder {
    color: rgba(28, 28, 28, 0.4);
}

.single-footer-widget .newsletter-form .form-control:-ms-input-placeholder {
    color: rgba(28, 28, 28, 0.4);
}

.single-footer-widget .newsletter-form .form-control::-ms-input-placeholder {
    color: rgba(28, 28, 28, 0.4);
}

.single-footer-widget .newsletter-form .form-control::placeholder {
    color: rgba(28, 28, 28, 0.4);
}

.single-footer-widget .newsletter-form .default-btn {
    width: 100%;
    display: block;
    margin-top: 10px;
}

.single-footer-widget .newsletter-form #validator-newsletter {
    color: #ff0000;
}

.single-footer-widget .socila-link {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 10px;
}

.single-footer-widget .socila-link li {
    margin-right: 10px;
    display: inline-block;
}

.single-footer-widget .socila-link li:last-child {
    margin-right: 0;
}

.single-footer-widget .socila-link li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    /* background-color: #3b5998; */
    background-color: #f12f2f;
    border-radius: 50%;
}

.single-footer-widget .socila-link li a:hover {
    background-color: #ca1412;
}

.single-footer-widget .socila-link li:nth-child(2) a {
    /* background-color: #1da1f2; */
    background-color: #f12f2f;
}

.single-footer-widget .socila-link li:nth-child(2) a:hover {
    background-color: #ca1412;
}

.single-footer-widget .socila-link li:nth-child(3) a {
    background-color: #0077b5;
}

.single-footer-widget .socila-link li:nth-child(3) a:hover {
    background-color: #ca1412;
}

.single-footer-widget .socila-link li:nth-child(4) a {
    background-color: #e03566;
}

.single-footer-widget .socila-link li:nth-child(4) a:hover {
    background-color: #ca1412;
}

.copy-right-area {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #f12f2f;
    color: #fff;
}

.copy-right-area p a {
    color: #fff;
}

/*
Page Banner Area Style
======================================================*/
.page-banner-area {
    /* background-image: url(../images/about/about-3.jpg); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-color: #f12f2f;
}

.page-banner-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(237, 28, 36, 0.5);
    z-index: -1;
}

.page-banner-content {
    /* background-color: rgba(255, 255, 255, 0.8);
  padding: 75px 95px;
  border-radius: 15px 15px 0 0; */
    display: inline-block;
}

.page-banner-content h2 {
    font-weight: 800;
    font-size: 44px;

    margin-bottom: 10px;
}

.page-banner-content ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.page-banner-content ul li {
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    margin-left: 30px;
    position: relative;
}

.page-banner-content ul li::before {
    content: "";
    position: absolute;
    top: 6px;
    left: -18px;
    width: 2px;
    height: 17px;
    background-color: #fff;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
}

.page-banner-content ul li:first-child {
    margin-left: 0;
}

.page-banner-content ul li:first-child::before {
    display: none;
}

.page-banner-content ul li a {
    font-weight: 700;
    font-size: 15px;
    color: #fff;
}

.page-banner-content ul li a i {
    position: relative;
    top: 2px;
}

.page-banner-content ul li span {
    font-weight: 700;
    font-size: 15px;
    line-height: 28px;
    color: #fff;
}

/*
Our Mison Area Style
======================================================*/
.our-mison-area {
    position: relative;
    z-index: 1;
}

.our-mison-area::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #f8f9fa;
    z-index: -1;
}

.single-mison {
    padding: 30px;
    background-color: #000;
}

.single-mison h3 {
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 20px;
}

.single-mison p {
    color: #ffffff;
}

.single-mison.bg-color {
    background-color: #ca1412;
}

/*
Find Area Style
======================================================*/
.find-doctor-title {
    margin-bottom: 50px;
    text-align: center;
}

.find-doctor-title h3 {
    font-size: 35px;
    margin-bottom: 5px;
}

.find-doctor-title p {
    font-size: 18px;
    color: #1c1c1c;
}

.find-doctors {
    background-color: #f5f7fa;
    padding: 107px 112px;
}

.find-doctors label {
    margin-bottom: 8px;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.find-doctors .form-group {
    margin-bottom: 30px;
    position: relative;
}

.find-doctors .form-group i {
    position: absolute;
    top: 18px;
    left: 20px;
}

.find-doctors .form-group .form-control {
    background-color: #ffffff;
}

.find-doctors .form-group .form-control.src {
    padding-left: 40px;
}

.find-doctors .default-btn {
    width: 100%;
    display: block;
}

.department-orthopedics-content {
    margin-right: 70px;
}

.department-orthopedics-content h2 {
    font-size: 35px;
    margin-bottom: 15px;
}

.department-orthopedics-content .gap-mb-30 {
    margin-bottom: 30px;
}

.department-orthopedics-content ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.department-orthopedics-content ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}

.department-orthopedics-content ul li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #ca1412;
    border-radius: 50px;
}

.department-orthopedics-content ul li:last-child {
    margin-bottom: 0;
}

.department-orthopedics-content iframe {
    width: 100%;
    height: 600px;
}

/*
Sidebar Widget Area Style
======================================================*/
.sidebar-widget {
    background-color: #f1f5f8;
    margin-bottom: 30px;
}

.sidebar-widget:last-child {
    margin-bottom: 0;
}

.sidebar-widget h3 {
    font-size: 25px;
    color: #ffffff;
    background-color: #ca1412;
    padding: 20px 30px;
    margin-bottom: 0;
}

.sidebar-widget ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    padding: 30px;
}

.sidebar-widget.departments ul li {
    margin-bottom: 15px;
}

.sidebar-widget.departments ul li:last-child {
    margin-bottom: 0;
}

.sidebar-widget.departments ul li a {
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #111111;
}

.sidebar-widget.departments ul li a i {
    float: right;
}

.sidebar-widget.appointment-time ul li {
    margin-bottom: 20px;
    display: block;
    font-weight: 600;
}

.sidebar-widget.appointment-time ul li span {
    float: right;
}

.sidebar-widget.appointment-time ul li .default-btn {
    width: 100%;
    display: block;
}

.sidebar-widget.appointment-time ul li:last-child {
    margin-bottom: 0;
}

.sidebar-widget.review .review-wrap {
    padding: 30px;
}

.sidebar-widget.review .review-wrap img {
    border-radius: 50%;
}

.sidebar-widget.review .doctor-info {
    margin-bottom: 30px;
}

.sidebar-widget.review .doctor-info h4 {
    font-size: 20px;
}

.sidebar-widget.review p {
    font-weight: 600;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    padding: 10px 20px;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
    background-color: #ffffff;
}

.sidebar-widget.review p i {
    color: #ebedf0;
    position: relative;
    top: 2px;
}

.sidebar-widget.review .form-group {
    margin-bottom: 20px;
}

.sidebar-widget.review .form-group .form-control {
    background-color: #ffffff;
}

.sidebar-widget.review .form-group .form-control.text {
    border-radius: 0 0 5px 5px;
}

.sidebar-widget.review .form-group .default-btn {
    width: 100%;
    display: block;
}

.sidebar-widget.payment ul li {
    margin-bottom: 20px;
}

.sidebar-widget.payment ul li:last-child {
    margin-bottom: 0;
}

.sidebar-widget.payment ul li span {
    font-weight: 600;
}

.sidebar-widget.invoice {
    padding: 20px;
    cursor: pointer;
}

.sidebar-widget.invoice #content {
    display: none;
}

.sidebar-widget.invoice #content h2 {
    font-size: 30px;
    font-weight: 700;
}

.sidebar-widget.invoice #content h3 {
    font-size: 25px;
    font-weight: 700;
}

.sidebar-widget.conditions .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.sidebar-widget.conditions .accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.sidebar-widget.conditions .accordion-button {
    border: none;
    background-color: transparent;
    padding: 0;
    font-weight: 600;
    font-size: 18px;
    font-family: "Noto Sans", sans-serif;
}

.sidebar-widget.conditions .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sidebar-widget.conditions .accordion-button:not(.collapsed) {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sidebar-widget.conditions .accordion-item {
    border: none;
    background-color: transparent;
    margin-bottom: 0;
}

.sidebar-widget.conditions .accordion-item:last-child {
    margin-bottom: 0;
}

.sidebar-widget.conditions .accordion {
    padding: 30px;
    background-color: #f1f5f8;
}

.sidebar-widget.conditions .accordion-body {
    padding: 0;
}

.sidebar-widget.conditions ul {
    padding: 0;
    padding-left: 20px;
    margin-top: 6px;
}

.sidebar-widget.conditions ul li {
    margin-bottom: 10px;
}

.sidebar-widget.conditions ul li a {
    font-weight: 600;
    font-size: 15px;
}

.sidebar-widget.conditions ul li a.active {
    font-weight: 600;
    color: #ca1412;
}

.sidebar-widget.recent-post .recent-post-wrap {
    padding: 30px;
}

.sidebar-widget.recent-post .item {
    position: relative;
    margin-bottom: 20px;
    padding-left: 115px;
}

.sidebar-widget.recent-post .item:last-child {
    margin-bottom: 0;
}

.sidebar-widget.recent-post .item .thumb {
    top: 0;
    left: 0;
    width: 100px;
    float: unset;
    height: 100%;
    display: block;
    position: absolute;
}

.sidebar-widget.recent-post .item .thumb .fullimage {
    width: 100px;
    height: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center center !important;
}

.sidebar-widget.recent-post .item .thumb .fullimage.bg-1 {
    background-image: url(../images/blog/blog-1.jpg);
}

.sidebar-widget.recent-post .item .thumb .fullimage.bg-2 {
    background-image: url(../images/blog/blog-2.jpg);
}

.sidebar-widget.recent-post .item .thumb .fullimage.bg-3 {
    background-image: url(../images/blog/blog-3.jpg);
}

.sidebar-widget.recent-post .item .thumb .fullimage.bg-4 {
    background-image: url(../images/blog/blog-4.jpg);
}

.sidebar-widget.recent-post .item .info .title {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 7px;
}

.sidebar-widget.recent-post .item .info .date {
    padding-left: 0;
    position: relative;
}

.sidebar-widget.recent-post .item .info .date i {
    position: relative;
    top: 2px;
}

.sidebar-widget .src-form {
    position: relative;
    padding: 30px;
}

.sidebar-widget .src-form .form-control {
    background-color: #ffffff;
}

.sidebar-widget .src-form .form-control:focus {
    border-color: #ca1412;
}

.sidebar-widget .src-form .src-btn {
    position: absolute;
    top: 42px;
    right: 48px;
    background-color: transparent;
    font-size: 20px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.sidebar-widget .src-form .src-btn:hover {
    color: #ca1412;
}

.sidebar-widget.tags ul {
    margin-bottom: -10px;
    padding: 30px;
}

.sidebar-widget.tags ul li {
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 0;
    margin-right: 10px;
}

.sidebar-widget.tags ul li:last-child {
    margin-bottom: 0;
    margin-right: 0;
}

.sidebar-widget.tags ul li::before {
    display: none;
}

.sidebar-widget.tags ul li a {
    background-color: #ffffff;
    padding: 5px 12px;
    display: inline-block;
    font-size: 14px;
}

.sidebar-widget.tags ul li a:hover {
    background-color: #ca1412;
    color: #ffffff;
    border-color: #ca1412;
}

/*
Doctor Details Area Style
======================================================*/
.doctor-details-content {
    background-color: #f5f7fa;
    position: relative;
    z-index: 1;
}

.doctor-details-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 100%;
    background-color: #ca1412;
    z-index: -1;
}

.doctor-details-content .socila-link {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
}

.doctor-details-content .socila-link li {
    margin-bottom: 30px;
    background-color: #ffffff;
    border-radius: 0 50px 50px 0;
    padding-left: 70px;
    display: table;
}

.doctor-details-content .socila-link li:last-child {
    margin-bottom: 0;
}

.doctor-details-content .socila-link li a {
    width: 50px;
    height: 50px;
    line-height: 47px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    background-color: #3b5998;
    border-radius: 50%;
    margin: 2px;
}

.doctor-details-content .socila-link li a:hover {
    background-color: #ca1412;
}

.doctor-details-content .socila-link li:nth-child(2) {
    padding-left: 130px;
}

.doctor-details-content .socila-link li:nth-child(2) a {
    background-color: #1da1f2;
}

.doctor-details-content .socila-link li:nth-child(2) a:hover {
    background-color: #ca1412;
}

.doctor-details-content .socila-link li:nth-child(3) a {
    background-color: #0077b5;
}

.doctor-details-content .socila-link li:nth-child(3) a:hover {
    background-color: #ca1412;
}

.doctor-details-wrap {
    padding: 100px 250px;
}

.doctor-content h3 {
    font-size: 25px;
}

.doctor-content .family {
    display: block;
    margin-bottom: 30px;
}

.doctor-content ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.doctor-content ul li {
    margin-bottom: 15px;
}

.doctor-content ul li:last-child {
    margin-bottom: 0;
}

.doctor-content ul li span {
    font-weight: 600;
    color: #111111;
}

.doctor-content ul li i {
    color: #f7c000;
    font-size: 18px;
    position: relative;
    top: 4px;
}

.doctor-informetion .gap-mb-50 {
    margin-bottom: 50px;
}

.doctor-informetion h2 {
    font-size: 35px;
    background-color: #f5f7fa;
    padding: 20px 30px;
    margin-bottom: 20px;
}

.doctor-informetion .education {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.doctor-informetion .education li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    color: #1c1c1c;
}

.doctor-informetion .education li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 9px;
    height: 9px;
    background-color: #ca1412;
    border-radius: 50px;
}

.doctor-informetion .education li::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 4px;
    width: 1px;
    height: 70px;
    background-color: #ca1412;
    border-radius: 50px;
}

.doctor-informetion .education li:last-child {
    margin-bottom: 0;
}

.doctor-informetion .education li:last-child::after {
    display: none;
}

.doctor-informetion .education li span {
    display: block;
}

.doctor-informetion .memberships {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.doctor-informetion .memberships li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}

.doctor-informetion .memberships li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 9px;
    height: 9px;
    background-color: #ca1412;
    border-radius: 50px;
}

.doctor-informetion .memberships li:last-child {
    margin-bottom: 0;
}

/*
Payment Area Style
======================================================*/
.payment-content .gap-mb-40 {
    margin-bottom: 40px;
}

.payment-content h2 {
    font-size: 35px;
    margin-bottom: 15px;
}

.payment-content h4 {
    font-size: 15px;
    font-family: "Noto Sans", sans-serif;
    margin-bottom: 50px;
}

.payment-content .patients {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.payment-content .patients li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}

.payment-content .patients li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 9px;
    height: 9px;
    background-color: #ca1412;
    border-radius: 50px;
}

.payment-content .patients li:last-child {
    margin-bottom: 0;
}

.payment-content .online-payment {
    background-color: #f5f7fa;
    padding: 90px 112px;
}

.payment-content .online-payment h2 {
    margin-bottom: 30px;
}

.payment-content .online-payment .form-group {
    margin-bottom: 30px;
}

.payment-content .online-payment .form-group label {
    color: #111111;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
    letter-spacing: 0.08em;
    line-height: 19px;
}

.payment-content .online-payment .form-group .form-control {
    background-color: #ffffff;
}

.payment-content .online-payment .default-btn {
    display: block;
    width: 100%;
}

/*
Appointments Area Style
======================================================*/
.appointments-conetnt h2 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 50px;
}

.appointments-conetnt .requestor {
    background-color: #f5f7fa;
    padding: 112px 100px;
}

.appointments-conetnt .requestor h3 {
    font-size: 25px;
    margin-bottom: 20px;
}

.appointments-conetnt .requestor ul {
    padding-left: 0;
    margin-bottom: 30px;
    list-style-type: none;
}

.appointments-conetnt .requestor ul li {
    display: inline-block;
    margin-right: 30px;
}

.appointments-conetnt .requestor ul li span {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.08em;
}

.appointments-conetnt .requestor ul li:last-child {
    margin-right: 0;
}

.appointments-conetnt .requestor .form-check-input {
    border-color: #bac3cc;
}

.appointments-conetnt .requestor .form-check-input:checked {
    background-color: #ca1412;
    border-color: #ca1412;
}

.appointments-conetnt .requestor .form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.appointments-conetnt .requestor .form-group label {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.08em;
}

.appointments-conetnt .requestor .form-group .form-control {
    background-color: #ffffff;
}

.appointments-form {
    background-color: #f5f7fa;
    padding: 112px 100px;
}

.appointments-form h2 {
    font-size: 35px;
    margin-bottom: 30px;
}

.appointments-form .form-group {
    margin-bottom: 30px;
}

.appointments-form .form-group label {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.appointments-form .form-group .form-control {
    background-color: #ffffff;
}

.appointments-form .form-group .form-control.form-select option {
    color: #111111;
}

.appointments-form .form-group .form-control::-webkit-input-placeholder {
    font-size: 14px;
}

.appointments-form .form-group .form-control:-ms-input-placeholder {
    font-size: 14px;
}

.appointments-form .form-group .form-control::-ms-input-placeholder {
    font-size: 14px;
}

.appointments-form .form-group .form-control::placeholder {
    font-size: 14px;
}

.appointments-form ul {
    padding-left: 0;
    margin-bottom: 30px;
    list-style-type: none;
}

.appointments-form ul li {
    display: inline-block;
    margin-right: 30px;
}

.appointments-form ul li span {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.08em;
}

.appointments-form ul li:last-child {
    margin-right: 0;
}

.appointments-form .form-check-input {
    border-color: #bac3cc;
}

.appointments-form .form-check-input:checked {
    background-color: #ca1412;
    border-color: #ca1412;
}

.appointments-form .form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.appointments-form .default-btn {
    width: 100%;
    display: block;
}

.appointments-form .default-btn:hover {
    background-color: #ffffff;
    color: #111111;
}

/*
Hospital Area Style
======================================================*/
.single-hospital .hospital-content {
    background-color: #f1f5f8;
    padding: 30px;
    margin-bottom: 30px;
}

.single-hospital .hospital-content h3 {
    font-size: 25px;
    margin-top: -5px;
    margin-bottom: 20px;
}

.single-hospital .hospital-content h3 a {
    color: #111111;
}

.single-hospital .hospital-content ul {
    margin-bottom: 20px;
    padding-left: 0;
    list-style-type: none;
}

.single-hospital .hospital-content ul li {
    margin-bottom: 15px;
}

.single-hospital .hospital-content ul li:last-child {
    margin-bottom: 0;
}

.single-hospital .hospital-content ul li span {
    font-weight: 600;
}

.single-hospital .hospital-content .default-btn {
    width: 100%;
    display: block;
}

.single-hospital:hover .hospital-content h3 a {
    color: #ca1412;
}

/*
Hospital Details Area Style
======================================================*/
.hospital-details-content h2 {
    font-size: 35px;
    margin-bottom: 15px;
}

.hospital-details-content .gap-mb-30 {
    margin-bottom: 30px;
}

.hospital-details-content ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.hospital-details-content ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}

.hospital-details-content ul li:last-child {
    margin-bottom: 0;
}

.hospital-details-content ul li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 9px;
    height: 9px;
    background-color: #ca1412;
    border-radius: 50px;
}

.hospital-location h3 {
    font-size: 35px;
    margin-bottom: 20px;
}

.hospital-location iframe {
    width: 100%;
    height: 400px;
}

/*
Health Information Area Style
======================================================*/
.health-information-content h2 {
    font-size: 35px;
    margin-bottom: 15px;
}

.health-information-content .gap-mb-30 {
    margin-bottom: 30px;
}

/*
Choose Consultation Area Style
======================================================*/
.choose-consultation-content {
    margin-bottom: 30px;
}

.choose-consultation-content h2 {
    font-size: 35px;
    margin-bottom: 15px;
}

.choose-consultation-img {
    margin-bottom: 30px;
}

.single-consult-online {
    background-color: #f1f5f8;
    padding: 30px;
    margin-bottom: 30px;
}

.single-consult-online h2 {
    font-size: 35px;
    margin-bottom: 15px;
}

.single-consult-online ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.single-consult-online ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 11px;
}

.single-consult-online ul li:last-child {
    margin-bottom: 0;
}

.single-consult-online ul li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 9px;
    height: 9px;
    background-color: #ca1412;
    border-radius: 50px;
}

/*
Hospital SRC Area Style
======================================================*/
.hospital-src {
    margin-bottom: 50px;
}

.hospital-src h2 {
    font-size: 35px;
    margin-bottom: 15px;
}

.hospital-src .form-group {
    position: relative;
}

.hospital-src .form-group .form-control {
    padding-left: 40px;
}

.hospital-src .form-group i {
    position: absolute;
    top: 18px;
    left: 20px;
}

/*
Patients & Visitors SRC Area Style
======================================================*/
.single-patients {
    background-color: #f1f5f8;
    padding: 30px;
    margin-bottom: 30px;
}

.single-patients .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 50%;
}

.single-patients .img {
    margin-bottom: 15px;
}

.single-patients h3 {
    font-size: 25px;
}

.single-patients p {
    margin-bottom: 20px;
}

.single-patients .default-btn {
    border: 1px solid #ca1412;
    background-color: transparent;
    color: #111111;
    width: 100%;
    display: block;
}

.single-patients .default-btn:hover {
    background-color: #ca1412;
    color: #ffffff;
}

.patients-visitors-content h2 {
    font-size: 35px;
    margin-bottom: 15px;
}

.patients-visitors-content .gap-mb-30 {
    margin-bottom: 30px;
}

.frequently-asked {
    margin-top: 30px;
}

.frequently-asked .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.frequently-asked .accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.frequently-asked .accordion-button {
    border: none;
    background-color: transparent;
    padding: 0;
    font-weight: 600;
    font-size: 15px;
}

.frequently-asked .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.frequently-asked .accordion-button:not(.collapsed) {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.frequently-asked .accordion-item {
    border: none;
    background-color: transparent;
    margin-bottom: 30px;
}

.frequently-asked .accordion-item:last-child {
    margin-bottom: 0;
}

.frequently-asked .accordion-body {
    padding: 0;
    padding-top: 15px;
}

.visitors-sludebar {
    background-color: #f1f5f8;
    padding: 30px;
}

.visitors-sludebar img {
    margin-bottom: 20px;
}

.visitors-sludebar h4 {
    font-size: 20px;
    border-bottom: 1px solid #bac3cc;
    margin-bottom: 10px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.visitors-sludebar p {
    font-size: 20px;
    margin-bottom: 10px;
}

.visitors-sludebar ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.visitors-sludebar ul li {
    position: relative;
    padding-left: 91px;
    margin-bottom: 20px;
}

.visitors-sludebar ul li:last-child {
    margin-bottom: 0;
}

.visitors-sludebar ul li span {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 500;
    color: #ca1412;
    letter-spacing: 0.08em;
}

.visitors-sludebar ul .call {
    font-size: 30px;
}

.visitors-sludebar ul .call a {
    color: #ca1412;
}

.visitors-sludebar .ambulance {
    margin-top: 30px;
    margin-bottom: -50px;
}

.visitors-location {
    margin-top: 30px;
}

.visitors-location h3 {
    font-size: 25px;
    margin-bottom: 15px;
}

.visitors-location iframe {
    width: 100%;
    height: 400px;
}

.login-register-form-area h2 {
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: 500;
    color: #111111;
}

.login-register-form-area .form-group {
    margin-bottom: 30px;
}

.login-register-form-area .form-group label {
    margin-bottom: 8px;
    letter-spacing: 0.08em;
    font-size: 14px;
    font-weight: 500;
    color: #111111;
}

.login-register-form-area a {
    color: #ca1412;
}

.login-register-form-area.login {
    margin-right: 100px;
}

.login-register-form-area.register {
    margin-left: 100px;
    position: relative;
}

.login-register-form-area.register::before {
    content: "";
    position: absolute;
    top: 0;
    left: -112px;
    width: 1px;
    height: 100%;
    background-color: #bac3cc;
}

/*
Patients & Visitors SRC Area Style
======================================================*/
.patient-information-content h2 {
    font-size: 35px;
    margin-bottom: 15px;
}

.patient-information-content .gap-mb-30 {
    margin-bottom: 30px;
}

.single-patient-information {
    margin-bottom: 30px;
    padding: 30px;
    background-color: #f1f5f8;
}

.single-patient-information h3 {
    font-size: 25px;
    margin-bottom: 15px;
}

/*
Product Area Style
======================================================*/
.single-product {
    margin-bottom: 30px;
}

.single-product .product-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.single-product .product-img .add-cart {
    position: absolute;
    top: 100%;
    left: 0;
    right: 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;
    background-color: rgba(0, 87, 184, 0.5);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.single-product .product-content {
    text-align: center;
}

.single-product .product-content h3 {
    font-size: 25px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 0;
}

.single-product .product-content h3 a {
    color: #111111;
}

.single-product .product-content ul {
    padding-left: 0;
    margin-bottom: 5px;
    list-style-type: none;
    text-align: center;
}

.single-product .product-content ul li {
    display: inline-block;
}

.single-product .product-content ul li i {
    color: #f7c000;
}

.single-product .product-content span {
    font-weight: 400;
    font-size: 15px;
    line-height: 36px;
}

.single-product .product-content span del {
    opacity: 0.5;
}

.single-product:hover .add-cart {
    top: 0;
}

.srarch-result {
    background-color: #f5f7fa;
    margin-bottom: 50px;
    padding: 10px 30px;
}

.srarch-result p {
    margin-bottom: 0;
}

.srarch-result .form-select {
    max-width: 200px;
    cursor: pointer;
    border: none;
}

.srarch-result .form-select:focus {
    background-color: transparent;
}

/*
Product Details Area Style
=====================================================*/
.product-details-desc h3 {
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 10px;
}

.product-details-desc p {
    margin-bottom: 0;
}

.product-details-desc .price {
    font-weight: 400;
    font-size: 15px;
    line-height: 36px;
    display: block;
    margin-bottom: 10px;
}

.product-details-desc .price span {
    padding: 0 5px;
    color: #ca1412;
}

.product-details-desc .price del {
    margin-right: 10px;
    color: #1c1c1c;
}

.product-details-desc .sku {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-top: 30px;
    margin-bottom: 30px;
}

.product-details-desc .sku li {
    margin-bottom: 20px;
    color: #111111;
    position: relative;
    font-weight: 600;
    font-size: 15px;
    color: #111111;
}

.product-details-desc .sku li span {
    color: #111111;
    font-weight: 400;
}

.product-details-desc .sku li:last-child {
    margin-bottom: 0;
}

.product-details-desc .product-add-to-cart {
    margin-bottom: 30px;
    margin-top: 30px !important;
    margin-top: 20px;
}

.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;
    color: #111111;
}

.product-details-desc .product-add-to-cart .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #111111;
    width: 40px;
    height: 100%;
    line-height: 48px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.product-details-desc .product-add-to-cart .input-counter span:hover {
    color: #ca1412;
}

.product-details-desc .product-add-to-cart .input-counter span.minus-btn {
    left: 0;
    color: #111111;
}

.product-details-desc .product-add-to-cart .input-counter span.plus-btn {
    right: 0;
    color: #111111;
}

.product-details-desc .product-add-to-cart .input-counter input {
    height: 48px;
    color: #111111;
    outline: 0;
    display: block;
    border: none;
    background-color: #f1f5f8;
    text-align: center;
    width: 100%;
    border-radius: 5px;
}

.product-details-desc .product-add-to-cart .input-counter input::-webkit-input-placeholder {
    color: #333333;
}

.product-details-desc .product-add-to-cart .input-counter input:-ms-input-placeholder {
    color: #333333;
}

.product-details-desc .product-add-to-cart .input-counter input::-ms-input-placeholder {
    color: #333333;
}

.product-details-desc .product-add-to-cart .input-counter input::placeholder {
    color: #333333;
}

.product-details-desc .socila-link {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.product-details-desc .socila-link li {
    display: inline-block;
    margin-right: 10px;
}

.product-details-desc .socila-link li:last-child {
    margin-right: 0;
}

.product-details-desc .socila-link li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #f1f5f8;
    display: inline-block;
    border-radius: 50%;
}

.product-details-desc .socila-link li a img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.product-details-desc .socila-link li a:hover {
    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);
    color: #ffffff;
}

.product-details-desc .socila-link li span {
    font-weight: 600;
}

.product-details-desc .default-btn {
    padding: 12px 50px;
}

.product-details-desc .category {
    font-size: 17px;
    font-weight: 600;
    margin-top: 15px;
}

.product-details-desc .category span {
    font-weight: normal;
}

.product-details-desc .product-review {
    position: relative;
    margin-bottom: 10px;
}

.product-details-desc .product-review .rating i {
    color: #ffba0a;
}

.product-details-desc .product-review .rating-count {
    position: absolute;
    top: 0;
    left: 110px;
}

.product-details-image {
    text-align: center;
    position: relative;
}

.overlay_eq {
    position: absolute;
    top: 30%;
    left: 1%;
}

.overlay_eq a {
    background-color: #ca1412;
    padding: 20px 5px 20px 5px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    word-spacing: 1px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    writing-mode: vertical-lr;
    color: #fff !important;
    border: 2px solid #fff;
    text-decoration: none !important;
}

.product-details-tab {
    margin-top: 50px;
    -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;
    padding: 30px;
    border-radius: 5px;
}

.product-details-tab .nav-tabs {
    display: block;
    border: none;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    text-align: center;
}

.product-details-tab .nav-tabs .nav-item {
    display: inline-block;
    margin-right: 30px;
}

.product-details-tab .nav-tabs .nav-item:last-child {
    margin-right: 0;
}

.product-details-tab .nav-tabs .nav-item .nav-link {
    padding: 0;
    border: none;
    color: #111111;
    position: relative;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    font-family: "Noto Serif", serif;
}

.product-details-tab .nav-tabs .nav-item .nav-link::before {
    content: "";
    position: absolute;
    bottom: -22px;
    right: 0;
    width: 0;
    height: 3px;
    background-color: #ca1412;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.product-details-tab .nav-tabs .nav-item .nav-link.active {
    border: none;
    color: #ca1412;
}

.product-details-tab .nav-tabs .nav-item .nav-link.active::before {
    width: 100%;
    right: auto;
    left: 0;
}

.product-details-tab .nav-tabs .nav-item .nav-link:hover {
    color: #ca1412;
}

.product-details-tab .nav-tabs .nav-item .nav-link:hover::before {
    width: 100%;
    right: auto;
    left: 0;
}

.product-details-tab .product-details-review-content p {
    margin-bottom: 20px;
}

.product-details-tab .product-details-review-content p:last-child {
    margin-bottom: 0;
}

.product-details-tab .product-details-review-content h3 {
    margin-bottom: 15px;
    font-size: 20px;
    margin-top: -5px;
}

.product-details-tab .product-details-review-content .product-review-form .review-title {
    position: relative;
}

.product-details-tab .product-details-review-content .product-review-form .review-title .rating {
    display: inline-block;
    position: relative;
    top: 1px;
}

.product-details-tab .product-details-review-content .product-review-form .review-title .rating .fas.fa-star {
    color: #ffba0a;
}

.product-details-tab .product-details-review-content .product-review-form .review-title .rating i {
    color: #ffba0a;
    font-size: 14px;
}

.product-details-tab .product-details-review-content .product-review-form .review-title p {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 5px;
    line-height: initial;
}

.product-details-tab .product-details-review-content .product-review-form .review-title .btn {
    position: absolute;
    right: 0;
    bottom: 10px;
    padding: 10px 11px;
    font-size: 11px;
}

.product-details-tab .product-details-review-content .product-review-form .review-title .btn:focus {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 4px;
    background-color: #ca1412;
}

.product-details-tab .product-details-review-content .product-review-form .review-comments {
    margin-top: 35px;
}

.product-details-tab .product-details-review-content .product-review-form .review-comments .review-item {
    margin-top: 30px;
    position: relative;
    padding-right: 200px;
    border-top: 1px dashed #eaedff;
    padding-top: 30px;
}

.product-details-tab .product-details-review-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
    color: #ffba0a;
}

.product-details-tab .product-details-review-content .product-review-form .review-comments .review-item .rating i {
    font-size: 14px;
    color: #ffba0a;
}

.product-details-tab .product-details-review-content .product-review-form .review-comments .review-item h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-details-tab .product-details-review-content .product-review-form .review-comments .review-item span {
    margin-bottom: 10px;
    font-size: 13px;
    display: block;
}

.product-details-tab .product-details-review-content .product-review-form .review-comments .review-item p {
    margin-bottom: 0;
}

.product-details-tab .product-details-review-content .product-review-form .review-comments .review-item .review-report-link {
    position: absolute;
    right: 0;
    color: #57647c;
    top: 40px;
    text-decoration: underline;
}

.product-details-tab .product-details-review-content .product-review-form .review-comments .review-item .review-report-link:hover {
    color: #ff4800;
}

.product-details-tab .product-details-review-content .product-review-form .review-form {
    margin-top: 30px;
}

.product-details-tab .product-details-review-content .product-review-form .review-form form .form-group {
    margin-bottom: 30px;
}

.product-details-tab .product-details-review-content .product-review-form .review-form form .form-group label {
    color: #444444;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 14px;
}

.product-details-tab .product-details-review-content .product-review-form .review-form form .form-group textarea {
    padding-top: 15px;
}

.product-details-tab .product-details-review-content .product-review-form .review-form form .form-group .form-control {
    font-size: 14px;
    background-color: #ffffff;
    border-color: #e5e5e5;
}

.product-details-tab .product-details-review-content .product-review-form .review-form form .form-group .form-control:focus {
    border-color: #ca1412;
}

.product-details-tab .product-details-review-content .product-review-form .review-form form .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
}

.product-details-tab .product-details-additional-content ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    text-align: left;
}

.product-details-tab .product-details-additional-content ul li {
    border: 1px solid #eaedff;
    border-bottom: none;
    padding: 10px 15px;
    color: #57647c;
}

.product-details-tab .product-details-additional-content ul li:last-child {
    border-bottom: 1px solid #eaedff;
}

.product-details-tab .product-details-additional-content ul li span {
    color: #111111;
}

/*
Cart Area Style
======================================================*/
.cart-controller {
    border: 1px solid #ebebeb;
    border-bottom: none;
    margin-bottom: 35px;
    border-radius: 5px;
    border-left: none;
    border-right: none;
    border-radius: 0;
    border-top: none;
}

.cart-controller .table> :not(:first-child) {
    border: none !important;
}

.cart-controller .table-bordered> :not(caption)>* {
    border-color: #dedede;
}

.cart-controller .trash {
    text-align: center !important;
}

.cart-controller .trash .remove {
    color: #111111;
    font-size: 20px;
}

.cart-controller .trash .remove:hover {
    color: #ed1d24;
}

.cart-controller .product-thumbnail {
    width: 170px;
}

.cart-controller .cart-table {
    text-align: center;
}

.cart-controller .cart-table table {
    margin-bottom: 0;
}

.cart-controller .cart-table table thead tr {
    border-style: none;
}

.cart-controller .cart-table table thead tr th {
    border: none;
    color: #111111;
    font-size: 15px;
    font-weight: 700;
    padding: 20px 30px;
    padding-top: 0;
}

.cart-controller .cart-table table tbody tr td {
    vertical-align: middle;
    border: none;
    border-bottom: 1px solid #dedede;
    white-space: nowrap;
    padding: 40px 10px;
}

.cart-controller .cart-table table tbody tr td a {
    color: #111111;
    font-weight: 700;
    font-size: 18px;
}

.cart-controller .cart-table table tbody tr td a:hover {
    color: #ca1412;
}

.cart-controller .cart-table table tbody tr td .default-btn {
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
}

.cart-controller .cart-table table tbody tr td .default-btn:hover {
    color: #ffffff;
}

.cart-controller .cart-table table tbody tr td.product-quantity {
    width: 145px;
    padding: 0;
}

.cart-controller .cart-table table tbody tr td.product-quantity .input-counter {
    position: relative;
}

.cart-controller .cart-table table tbody tr td.product-quantity .input-counter input {
    height: 45px;
    color: #111111;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.cart-controller .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
    color: #111111;
}

.cart-controller .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
    color: #111111;
}

.cart-controller .cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
    color: #111111;
}

.cart-controller .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
    color: #111111;
}

.cart-controller .cart-table table tbody tr td.product-quantity .input-counter .minus-btn {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    cursor: pointer;
    color: #111111;
    width: 40px;
    height: 100%;
    line-height: 48px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border: 1px solid #dedede;
}

.cart-controller .cart-table table tbody tr td.product-quantity .input-counter .minus-btn i {
    font-weight: 700;
}

.cart-controller .cart-table table tbody tr td.product-quantity .input-counter .minus-btn:hover {
    color: #ffffff;
    background-color: #ca1412;
}

.cart-controller .cart-table table tbody tr td.product-quantity .input-counter .plus-btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    cursor: pointer;
    color: #111111;
    width: 40px;
    height: 100%;
    line-height: 48px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border: 1px solid #dedede;
}

.cart-controller .cart-table table tbody tr td.product-quantity .input-counter .plus-btn i {
    font-weight: 700;
}

.cart-controller .cart-table table tbody tr td.product-quantity .input-counter .plus-btn:hover {
    color: #ffffff;
    background-color: #ca1412;
}

.coupon-cart {
    padding-top: 5px;
    margin-bottom: 0;
}

.coupon-cart .form-group {
    position: relative;
}

.coupon-cart .form-group .form-control {
    border: 1px solid #dedede;
    background-color: #ffffff;
}

.coupon-cart .form-group .form-control:focus {
    border-color: #ca1412;
}

.coupon-cart .form-group .default-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 40px;
    height: 55px;
    line-height: 24px;
}

.coupon-cart .form-group .default-btn::before {
    display: none;
}

.coupon-cart .form-group .default-btn::after {
    display: none;
}

.coupon-cart .default-btn.update-cart {
    float: right;
    padding: 14px 30px;
}

.cart-totals {
    background-color: #f1f5f8;
    margin-left: 15px;
}

.cart-totals h3 {
    background-color: #ca1412;
    padding: 15px 30px;
    font-size: 25px;
    color: #ffffff;
    margin-bottom: 0;
}

.cart-totals .cart-totals-wrap {
    padding: 30px;
}

.cart-totals ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.cart-totals ul li {
    color: #1c1c1c;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dedede;
    font-size: 18px;
    font-weight: 500;
    color: #111111;
}

.cart-totals ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.cart-totals ul li span {
    float: right;
}

.cart-totals .default-btn {
    display: block;
}

/*
Checkout Area Style
=====================================================*/
.checkout-wrap .billing-details h3 {
    margin-bottom: 30px;
    position: relative;
    font-size: 25px;
    position: relative;
    font-weight: 500;
}

.checkout-wrap .billing-details .form-group {
    margin-bottom: 20px;
}

.checkout-wrap .billing-details .form-group .form-control {
    background-color: #ffffff;
    border-color: #bac3cc;
}

.checkout-wrap .billing-details .form-group .form-control::-webkit-input-placeholder {
    font-size: 15px;
}

.checkout-wrap .billing-details .form-group .form-control:-ms-input-placeholder {
    font-size: 15px;
}

.checkout-wrap .billing-details .form-group .form-control::-ms-input-placeholder {
    font-size: 15px;
}

.checkout-wrap .billing-details .form-group .form-control::placeholder {
    font-size: 15px;
}

.checkout-wrap .billing-details .form-group .form-control:focus {
    border-color: #ca1412;
}

.checkout-wrap .billing-details .form-group label {
    display: block;
    color: #111111;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.08em;
}

.checkout-wrap .billing-details .form-group label .required {
    color: #1c1c1c;
}

.checkout-wrap .billing-details .form-group textarea {
    padding-top: 13px;
}

.checkout-wrap .billing-details .form-check {
    margin-bottom: 20px;
}

.checkout-wrap .billing-details .form-check .form-check-label {
    color: #1c1c1c;
    font-weight: 600;
    font-size: 14px;
}

.checkout-wrap .billing-details .form-check label {
    position: relative;
    top: 1px;
    letter-spacing: normal;
}

.checkout-wrap .billing-details .col-lg-12:last-child .form-group {
    margin-bottom: 0;
}

.checkout-wrap .accordion {
    padding: 30px;
}

.checkout-wrap .faq-accordion {
    background-color: #f1f5f8;
    margin-left: 15px;
}

.checkout-wrap .faq-accordion h3 {
    background-color: #ca1412;
    padding: 15px 30px;
    font-size: 25px;
    color: #ffffff;
    margin-bottom: 0;
}

.checkout-wrap .faq-accordion h2 {
    line-height: normal;
}

.checkout-wrap .faq-accordion .accordion-button {
    background-color: transparent;
    font-size: 15px;
    padding-left: 20px !important;
}

.checkout-wrap .faq-accordion .accordion-button::after {
    content: "\EB7D";
    font-family: remixicon !important;
    background-image: unset;
    position: absolute;
    left: 0;
    top: 1px;
}

.checkout-wrap .faq-accordion .accordion-button:not(.collapsed)::after {
    background-image: unset;
    background-color: transparent;
    content: "\EB7C";
    font-family: remixicon !important;
    color: #ca1412;
}

.checkout-wrap .faq-accordion .accordion-button::after {
    background-color: transparent;
    color: #ca1412;
    border: none;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    left: -4px;
}

.checkout-wrap .faq-accordion .form-check {
    margin-bottom: 30px;
}

.checkout-wrap .faq-accordion .default-btn {
    width: 100%;
    display: block;
}

.checkout-wrap .faq-accordion .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.checkout-wrap .faq-accordion .accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.checkout-wrap .faq-accordion .accordion-button {
    border: none;
    background-color: transparent;
    padding: 0;
    font-weight: 600;
    font-size: 15px;
}

.checkout-wrap .faq-accordion .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.checkout-wrap .faq-accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.checkout-wrap .faq-accordion .accordion-item {
    border: none;
    background-color: transparent;
    margin-bottom: 20px;
}

.checkout-wrap .faq-accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.checkout-wrap .faq-accordion .accordion-body {
    padding: 0;
    padding-top: 15px;
}

/*
Blog Details Area Style
=====================================================*/
.blog-details-content {
    margin-right: 50px;
}

.blog-details-content .blog-post-img {
    margin-bottom: 20px;
}

.blog-details-content .tag {
    background-color: #ca1412;
    color: #ffffff;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 10px;
}

.blog-details-content ul {
    padding-left: 0;
    margin-bottom: 20px;
    list-style-type: none;
}

.blog-details-content ul li {
    display: inline-block;
    margin-right: 15px;
}

.blog-details-content ul li:last-child {
    margin-right: 0;
}

.blog-details-content ul li i {
    color: #ca1412;
    position: relative;
    top: 2px;
}

.blog-details-content ul li span {
    color: #969696;
}

.blog-details-content ul li a {
    color: #969696;
}

.blog-details-content ul li a:hover {
    color: #ca1412;
}

.blog-details-content h2 {
    font-size: 35px;
    margin-bottom: 20px;
}

.blog-details-content blockquote {
    background-color: #f5f7fa;
    padding: 30px;
    position: relative;
    padding-left: 120px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.blog-details-content blockquote img {
    position: absolute;
    top: 40px;
    left: 30px;
}

.blog-details-content blockquote p {
    font-size: 20px;
}

.blog-details-content blockquote span {
    font-weight: 600;
    position: relative;
    padding-left: 60px;
}

.blog-details-content blockquote span::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #111111;
}

.blog-details-content .tag-social {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 40px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.blog-details-content .tag-social .tags {
    margin-bottom: 0;
}

.blog-details-content .tag-social .tags li span {
    font-weight: 600;
    color: #111111;
}

.blog-details-content .tag-social .tags li a {
    color: #111111;
}

.blog-details-content .tag-social .tags li a:hover {
    color: #ca1412;
}

.blog-details-content .tag-social .socila-link {
    margin-bottom: 0;
}

.blog-details-content .tag-social .socila-link li span {
    font-weight: 600;
    color: #111111;
}

.blog-details-content .tag-social .socila-link li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    background-color: #f1f5f8;
    border-radius: 50%;
    font-size: 20px;
}

.blog-details-content .tag-social .socila-link li a img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.blog-details-content .tag-social .socila-link li a:hover {
    background-color: #ca1412;
}

.blog-details-content .tag-social .socila-link li a:hover img {
    -webkit-filter: drop-shadow(2px 4px 6px black);
    filter: drop-shadow(2px 4px 6px black);
}

.blog-details-content .prev-next a i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    background-color: #f1f5f8;
    border-radius: 50%;
    position: relative;
    top: 1px;
    font-size: 30px;
}

.blog-details-content .leave-from {
    margin-top: 50px;
}

.blog-details-content .leave-from h3 {
    font-size: 25px;
    margin-bottom: 30px;
}

.blog-details-content .leave-from .form-group {
    margin-bottom: 20px;
}

.blog-details-content .leave-from .form-group label {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.08em;
}

.blog-details-content .leave-from .form-group .from-control::-webkit-input-placeholder {
    font-size: 15px;
}

.blog-details-content .leave-from .form-group .from-control:-ms-input-placeholder {
    font-size: 15px;
}

.blog-details-content .leave-from .form-group .from-control::-ms-input-placeholder {
    font-size: 15px;
}

.blog-details-content .leave-from .form-group .from-control::placeholder {
    font-size: 15px;
}

.blog-details-content .leave-from .form-check-label {
    letter-spacing: normal !important;
}

/*
Help Area Style
=====================================================*/
.single-help-card {
    background-color: #f1f5f8;
    padding: 30px;
    text-align: center;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    margin-bottom: 30px;
    transition: all ease 0.5s;
}

.single-help-card .icon {
    width: 150px;
    height: 150px;
    line-height: 140px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 50%;
    display: inline-block;
    background-color: #ffffff;
}

.single-help-card h3 {
    font-size: 25px;
    margin-bottom: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.single-help-card:hover {
    background-color: #ca1412;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.single-help-card:hover h3 {
    color: #ffffff;
}

.frequently-askeds h2 {
    font-size: 35px;
    margin-bottom: 20px;
}

/*
Contact Area Style
=====================================================*/
.left-informetion {
    padding-right: 100px;
    position: relative;
    border: 2px solid #ef2529;
    padding: 34px;
}

.left-informetion::before {
    content: "";
    position: absolute;
    top: 0;
    right: -12px;
    width: 1px;
    height: 100%;
    background-color: #bac3cc;
}

.left-informetion h2 {
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: 500;
}

.left-informetion ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.left-informetion ul li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 35px;
    font-family: 16px;
    font-weight: 400;
    color: #000;
}

.left-informetion ul li:last-child {
    margin-bottom: 0;
}

.left-informetion ul li span {
    color: #ca1412;
    position: absolute;
    top: 5px;
    left: 0;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.08em;
}

.right-informetion {
    padding-left: 100px;
}

.right-informetion h2 {
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: 500;
}

.right-informetion ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.right-informetion ul li {
    margin-bottom: 20px;
    position: relative;
    font-size: 15px;
    color: #111111;
}

.right-informetion ul li:last-child {
    margin-bottom: 0;
}

.right-informetion ul li span {
    position: absolute;
    left: 250px;
}

.map-content iframe {
    width: 100%;
    height: 500px;
    display: block;
}

/*
Main Contact Area Style
=====================================================*/
.contact-form {
    margin: auto;
    background-color: #f5f7fa;
    padding: 30px 100px;
}

.contact-form h3 {
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: 500;
}

.contact-form .form-group {
    margin-bottom: 30px;
}

.contact-form .form-group label {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #111111;
    letter-spacing: 0.08em;
}

.contact-form .form-group .form-control {
    background: #ffffff;
    border: 1px solid #bac3cc;
}

.contact-form .form-group .form-control:focus {
    border-color: #ca1412;
}

.contact-form .form-group .form-control::-webkit-input-placeholder {
    font-size: 15px;
    color: rgba(17, 17, 17, 0.5);
}

.contact-form .form-group .form-control:-ms-input-placeholder {
    font-size: 15px;
    color: rgba(17, 17, 17, 0.5);
}

.contact-form .form-group .form-control::-ms-input-placeholder {
    font-size: 15px;
    color: rgba(17, 17, 17, 0.5);
}

.contact-form .form-group .form-control::placeholder {
    font-size: 15px;
    color: rgba(17, 17, 17, 0.5);
}

.contact-form .form-check {
    padding-left: 12px;
}

.contact-form .form-check label {
    margin-bottom: 0;
}

.contact-form a {
    color: #ca1412;
}

.contact-form .default-btn {
    width: 100%;
    display: block;
}

.contact-form .form-check-label {
    letter-spacing: normal !important;
}

.list-unstyled {
    color: #dc3545;
    margin-top: 10px;
    font-size: 14px;
}

.hidden {
    display: none;
}

#msgSubmit {
    margin-top: 30px;
    font-size: 20px;
}

/*
Main Content Text Style
=====================================================*/
.main-content-text h1,
.main-content-text h2,
.main-content-text h3,
.main-content-text h4,
.main-content-text h5,
.main-content-text h6 {
    margin-bottom: 15px;
}

.main-content-text h1 {
    font-size: 30px;
}

.main-content-text h2 {
    font-size: 26px;
}

.main-content-text h3 {
    font-size: 22px;
}

.main-content-text h4 {
    font-size: 22px;
}

.main-content-text h5 {
    font-size: 20px;
}

.main-content-text h6 {
    font-size: 18px;
}

.main-content-text .gap-20 {
    margin-bottom: 30px;
}

.main-content-text ul {
    padding: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.main-content-text ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 35px;
}

.main-content-text ul li:last-child {
    margin-bottom: 0;
}

.main-content-text ul li i {
    position: absolute;
    top: -6px;
    left: 0;
    color: #ca1412;
    font-size: 25px;
}

.main-content-text ol {
    padding-left: 18px;
}

.main-content-text ol li {
    margin-bottom: 10px;
}

.main-content-text ol li::marker {
    color: #ca1412;
}

.main-content-text ol li:last-child {
    margin-bottom: 0;
}

.main-content-text a {
    color: #ca1412;
}

.main-content-text a:hover {
    text-decoration: underline;
}

.main-content-text .content-gap-mb-20 {
    margin-bottom: 20px;
}

.main-content-text .content-gap-mb-30 {
    margin-bottom: 30px;
}

/*
Error Area CSS
=====================================================*/
.error-content {
    text-align: center;
    position: relative;
}

/*
Coming Soon Area Style
=====================================================*/
.coming-soon-area {
    height: 100vh;
}

.coming-soon-content {
    max-width: 700px;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    padding: 60px;
    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);
    margin: auto;
}

.coming-soon-content h2 {
    font-size: 40px;
    margin-top: -10px;
    margin-bottom: 0;
}

.coming-soon-content #timer {
    margin-top: 40px;
}

.coming-soon-content #timer div {
    border: 4px solid #ca1412;
    color: #ca1412;
    width: 100px;
    height: 105px;
    border-radius: 5px;
    font-size: 40px;
    font-weight: 800;
    margin-left: 10px;
    margin-right: 10px;
}

.coming-soon-content #timer div span {
    display: block;
    margin-top: -2px;
    font-size: 17px;
    font-weight: 600;
}

.coming-soon-content form {
    position: relative;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.coming-soon-content form .form-group {
    margin-bottom: 25px;
    width: 100%;
    position: relative;
}

.coming-soon-content form .form-group .label-title {
    margin-bottom: 0;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    color: #111111;
}

.coming-soon-content form .form-group .label-title i {
    position: absolute;
    left: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    top: 9px;
    font-size: 22px;
}

.coming-soon-content form .form-group .label-title::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    background: #ca1412;
}

.coming-soon-content form .form-group .input-newsletter {
    border-radius: 0;
    border: 1px solid #eeeeee;
    padding: 10px 20px;
    color: #111111;
    height: 50px;
    display: block;
    width: 100%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 15px;
    font-weight: 400;
    background-color: #ffffff;
}

.coming-soon-content form .form-group .input-newsletter::-webkit-input-placeholder {
    color: #1c1c1c;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.coming-soon-content form .form-group .input-newsletter:-ms-input-placeholder {
    color: #1c1c1c;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.coming-soon-content form .form-group .input-newsletter::-ms-input-placeholder {
    color: #1c1c1c;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.coming-soon-content form .form-group .input-newsletter::placeholder {
    color: #1c1c1c;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.coming-soon-content form .form-group .input-newsletter:focus {
    border-color: #ca1412;
    outline: 0 !important;
}

.coming-soon-content form .form-group .input-newsletter:focus::-webkit-input-placeholder {
    color: transparent;
}

.coming-soon-content form .form-group .input-newsletter:focus:-ms-input-placeholder {
    color: transparent;
}

.coming-soon-content form .form-group .input-newsletter:focus::-ms-input-placeholder {
    color: transparent;
}

.coming-soon-content form .form-group .input-newsletter:focus::placeholder {
    color: transparent;
}

.coming-soon-content form .validation-danger {
    margin-top: 15px;
    color: #ff0000;
}

.coming-soon-content form .validation-success {
    margin-top: 15px;
}

.coming-soon-content form p {
    margin-bottom: 0;
    margin-top: 20px;
}

.coming-soon-content .newsletter-form .default-btn {
    margin-top: 0;
    height: 49px;
}

/*====================================================
OTHERS STYLE AREA
=====================================================*/
/*
Preloader Area Style*/
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #ffffff;
    top: 0;
    left: 0;
    z-index: 99999;
}

.preloader .lds-ripple {
    position: absolute;
    width: 80px;
    height: 80px;
    -webkit-animation: spin-six 2.5s infinite cubic-bezier(0.17, 0.72, 0.55, 1.66);
    animation: spin-six 2.5s infinite cubic-bezier(0.17, 0.72, 0.55, 1.66);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-40px, -50px);
    transform: translate(-40px, -50px);
}

.preloader .preloader-container {
    width: 80px;
    height: 80px;
}

.preloader .petal {
    position: absolute;
    width: 30%;
    height: 50%;
    bottom: 50%;
    left: 50%;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    border-radius: 50%;
    z-index: 2;
}

.preloader .petal::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0%;
    left: 0%;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    border-radius: 50%;
    background-color: #ca1412;
    z-index: 2;
    -webkit-animation: opacity-nine 0.8s infinite linear;
    animation: opacity-nine 0.8s infinite linear;
    opacity: 1;
    border-left: 1px solid #ffffff;
}

.preloader .petal:nth-of-type(6) {
    -webkit-transform: translate(-50%, 0%) rotate(225deg);
    transform: translate(-50%, 0%) rotate(225deg);
}

.preloader .petal:nth-of-type(6)::before {
    background-color: transparent;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.preloader .petal:nth-of-type(7) {
    -webkit-transform: translate(-50%, 0%) rotate(270deg);
    transform: translate(-50%, 0%) rotate(270deg);
}

.preloader .petal:nth-of-type(7)::before {
    background-color: transparent;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.preloader .petal:nth-of-type(8) {
    -webkit-transform: translate(-50%, 0%) rotate(315deg);
    transform: translate(-50%, 0%) rotate(315deg);
}

.preloader .petal:nth-of-type(8)::before {
    background-color: transparent;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.preloader .petal:nth-of-type(1) {
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.preloader .petal:nth-of-type(1)::before {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.preloader .petal:nth-of-type(2) {
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
    transform: translate(-50%, 0%) rotate(45deg);
}

.preloader .petal:nth-of-type(2)::before {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.preloader .petal:nth-of-type(3) {
    -webkit-transform: translate(-50%, 0%) rotate(90deg);
    transform: translate(-50%, 0%) rotate(90deg);
}

.preloader .petal:nth-of-type(3)::before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.preloader .petal:nth-of-type(4) {
    -webkit-transform: translate(-50%, 0%) rotate(135deg);
    transform: translate(-50%, 0%) rotate(135deg);
}

.preloader .petal:nth-of-type(4)::before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.preloader .petal:nth-of-type(5) {
    -webkit-transform: translate(-50%, 0%) rotate(180deg);
    transform: translate(-50%, 0%) rotate(180deg);
}

.preloader .petal:nth-of-type(5)::before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.preloader .petal-1 {
    position: absolute;
    width: 30%;
    height: 50%;
    bottom: 50%;
    left: 50%;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    border-radius: 50%;
    z-index: -1;
}

.preloader .petal-1::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0%;
    left: 0%;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    border-radius: 50%;
    background-color: #ca1412;
    z-index: 2;
    -webkit-animation: opacity-nine 0.8s infinite linear;
    animation: opacity-nine 0.8s infinite linear;
    opacity: 1;
}

.preloader .petal-1:nth-of-type(9) {
    -webkit-transform: translate(-50%, 0%) rotate(225deg);
    transform: translate(-50%, 0%) rotate(225deg);
}

.preloader .petal-1:nth-of-type(9)::before {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.preloader .petal-1:nth-of-type(10) {
    -webkit-transform: translate(-50%, 0%) rotate(270deg);
    transform: translate(-50%, 0%) rotate(270deg);
}

.preloader .petal-1:nth-of-type(10)::before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.preloader .petal-1:nth-of-type(11) {
    -webkit-transform: translate(-50%, 0%) rotate(315deg);
    transform: translate(-50%, 0%) rotate(315deg);
}

.preloader .petal-1:nth-of-type(11)::before {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.preloader .ball {
    position: absolute;
    width: 28%;
    height: 28%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid #ffffff;
    background-color: #ca1412;
    z-index: 3;
}

.preloader.preloader-deactivate {
    visibility: hidden;
}

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

    95% {
        opacity: 0.2;
    }

    100% {
        opacity: 0.2;
    }
}

@keyframes opacity-nine {
    0% {
        opacity: 1;
    }

    95% {
        opacity: 0.2;
    }

    100% {
        opacity: 0.2;
    }
}

/*
Go Top Style*/
.go-top {
    position: fixed;
    cursor: pointer;
    right: 3%;
    top: 67%;
    background-color: #ca1412;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    -webkit-transform: scale(0);
    transform: scale(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: 20px;
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #ca1412;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.go-top:hover {
    color: #ffffff;
    background-color: #ca1412;
}

.go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top:focus {
    color: #ffffff;
}

.go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 87%;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*
Video wave Style*/
.video-btn {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 0;
    color: #ca1412;
    position: relative;
    top: 3px;
    z-index: 1;
    background-color: rgba(98, 189, 94, 0.8);
    border-radius: 50%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.video-btn i {
    font-size: 42px;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 3px;
    -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: 0;
    border-radius: 50%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    background-color: rgba(98, 189, 94, 0.8);
}

.video-btn:hover {
    background-color: rgba(27, 27, 27, 0.8);
}

.video-btn:hover::before,
.video-btn:hover::after {
    background-color: rgba(27, 27, 27, 0.8);
}

@-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);
    }
}

.video-btn-2 span {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
    display: block;
    border-radius: 50%;
    width: 90px;
    height: 90px;
}

.video-btn-2 span::after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 0.1px solid #ca1412;
    -webkit-animation: videoTwo 8s linear infinite;
    animation: videoTwo 8s linear infinite;
}

.video-btn-2 span::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 0.1px solid #ca1412;
    -webkit-animation: videoTwo 8s linear infinite;
    animation: videoTwo 8s linear infinite;
}

.video-btn-2 span:nth-child(1)::after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.video-btn-2 span:nth-child(1)::before {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.video-btn-2 span:nth-child(2)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.video-btn-2 span:nth-child(2)::before {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}

.video-btn-2 span:nth-child(3)::after {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.video-btn-2 span:nth-child(3)::before {
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}

.video-btn-2 span:nth-child(4)::after {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.video-btn-2 i {
    width: 90px;
    height: 90px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background: #ffffff;
    color: #ca1412;
    border: 5px solid #ca1412;
    font-size: 60px;
}

.video-btn-2.video-btn-3 i {
    color: #111111;
    border-color: #111111;
}

.video-btn-2.video-btn-3 span::before {
    border: 0.1px solid #111111;
}

.video-btn-2.video-btn-3 span::after {
    border: 0.1px solid #111111;
}

@-webkit-keyframes videoTwo {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(5);
        transform: translate(-50%, -50%) scale(5);
        opacity: 0;
    }
}

@keyframes videoTwo {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(5);
        transform: translate(-50%, -50%) scale(5);
        opacity: 0;
    }
}

/*
Go Top Style*/
.go-top {
    position: fixed;
    cursor: pointer;
    right: 3%;
    top: 87%;
    background-color: #ca1412;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    -webkit-transform: scale(0);
    transform: scale(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: 20px;
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #ca1412;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.go-top:hover {
    color: #ffffff;
    background-color: #ca1412;
}

.go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top:focus {
    color: #ffffff;
}

.go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    /*right: 3%;*/
    right: 1%;
    top: 78%;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*
Video wave Style*/
.video-btn {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 0;
    color: #ca1412;
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.video-btn i {
    font-size: 42px;
    color: #ca1412;
    position: absolute;
    top: 0;
    left: 0px;
    -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: 0;
    border-radius: 50%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    background-color: #ffffff;
}

.video-btn span {
    position: absolute;
    top: 0;
    right: -105px;
    width: 100px;
    font-size: 15px;
}

.video-btn:hover {
    background-color: #ca1412;
}

.video-btn:hover i {
    color: #ffffff;
}

.video-btn:hover::before,
.video-btn:hover::after {
    background-color: #ca1412;
}

@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);
    }
}

/*
Page-navigation Area Style*/
.pagination-area {
    margin-top: 10px;
}

.pagination-area .page-numbers {
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #111111;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 15px;
    background-color: #f1f5f8;
    border-radius: 0;
}

.pagination-area .page-numbers:hover {
    color: #ffffff;
    background-color: #ca1412;
}

.pagination-area .page-numbers i {
    font-size: 15px;
    font-weight: normal;
}

.pagination-area .page-numbers.next {
    top: 2px;
}

.pagination-area .page-numbers.current {
    color: #ffffff;
    border-color: #ca1412;
    background-color: #ca1412;
}

/*
Animation Area Style*/
.delay-0-2s {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.delay-0-4s {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.delay-0-6s {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.delay-0-8s {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.delay-0-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.patients-visitors-area .accordion-button::after {
    background-color: #111111;
    color: #ffffff;
    content: "\EA4E";
    font-family: remixicon !important;
    font-size: 21px;
    line-height: 22px;
}

.patients-visitors-area .accordion-button:not(.collapsed)::after {
    background-color: #ca1412;
}

.patients-visitors-area .accordion-button {
    font-size: 25px;
    font-weight: 400;
}

.patients-visitors-area .accordion-button:not(.collapsed) {
    color: #111111;
}

.patient-information-area .accordion-button::after {
    background-color: #111111;
    color: #ffffff;
    content: "\EA4E";
    font-family: remixicon !important;
    font-size: 21px;
    line-height: 22px;
}

.patient-information-area .accordion-button:not(.collapsed)::after {
    background-color: #ca1412;
}

.patient-information-area .accordion-button:not(.collapsed) {
    color: #111111;
}

.patient-information-area .accordion-button {
    font-size: 25px;
    font-weight: 400;
}

.help-faq-area .accordion-button::after {
    background-color: #111111;
    color: #ffffff;
    content: "\EA4E";
    font-family: remixicon !important;
    font-size: 21px;
    line-height: 22px;
}

.help-faq-area .accordion-button:not(.collapsed)::after {
    background-color: #ca1412;
}

.help-faq-area .accordion-button:not(.collapsed) {
    color: #111111;
}

.help-faq-area .accordion-button {
    font-size: 25px;
    font-weight: 400;
}

/*# sourceMappingURL=style.css.map */

.who-we-are-area {
    padding-top: 40px;
    background-color: #ffffff;
}

.who-we-are-content p {
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.who-we-are-content ul {
    padding: 0 17px;
}

.who-we-are-content li {
    color: gray;
    line-height: 30px;
    list-style: square;
}

.knock-us-area {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #f12f2f;
}

.right_side_frm_con .modal-content {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
}

.right_side_frm_con {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 20px;
}

.right_side_frm_con h3 {
    color: #0093dd;
    margin-bottom: 15px;
    font-size: 20px;
    animation: shake 20s infinite linear;
}

.right_side_frm_con input {
    margin-bottom: 10px;
    border-radius: 0px !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    padding: 10px 0px 10px 10px;
    background-color: #e8edf0;
}

.right_side_frm_con input:focus {
    background-color: #e8edf0;
}

.right_side_frm_con textarea {
    margin-bottom: 10px;
    border-radius: 0px !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    background-color: #e8edf0;
}

.right_side_frm_con textarea:focus {
    background-color: #e8edf0;
}

.right_side_frm_con ::placeholder {
    font-size: 14px;
}

.right_side_frm_con .btn {
    background-color: #ca1412;
    border-radius: 0px !important;
    color: #fff;
    padding: 5px 14px 10px 14px;
    transition: 0.4s ease-in-out;
}

.right_side_frm_con .btn:hover {
    animation: shake 2s infinite linear;
    background-color: #252525;
    transition: 0.4s ease-in-out;
    color: #fff;
}

/**/

.product-details-area {
    padding-top: 50px;
    padding-bottom: 50px;
}

.product-details-desc h3 {
    font-size: 23px;
    text-transform: capitalize;
}

.product-details-desc b {
    text-transform: capitalize;
    font-size: 15px;
}

.product-details-desc p {
    color: gray;
}

.product-details-desc p b {
    color: #252525;
    text-transform: capitalize;
    font-size: 15px;
}

.product-details-desc ul {
    list-style: square;
    padding: 0 16px;
}

.product-details-desc li {
    color: gray;
    line-height: 30px;
}

.table_details {
    overflow-x: auto;
    padding-top: 40px;
}

.table_details h4 {
    color: #252525;
    font-size: 20px;
    text-transform: capitalize;
    padding-bottom: 6px;
}

.table_details th {
    text-transform: capitalize;
}

.table_details td {
    text-transform: capitalize;
}

/**/

.portfolio-area {
    padding-top: 50px;
    padding-bottom: 30px;
}

.single-portfolio {
    text-align: center;
    margin-bottom: 25px;
}

.single-portfolio img {
    text-align: center;
    margin: auto;
}

/**/

#phone_whatsapp {
    display: none;
}

@media (max-width: 767px) {
    #desk_whatsapp {
        display: none !important;
    }

    .desktop_whatsapp {
        display: none !important;
    }

    .mobile_whatsapp {
        display: block !important;
    }

    #phone_whatsapp {
        display: block !important;
    }

    .copy-right-area {
        padding-top: 20px;
        padding-bottom: 45px !important;
        text-align: center;
    }

    .hero-area-phone {
        display: block !important;
    }

    .hero-area {
        display: none !important;
    }
}

.hero-area-phone {
    display: none;
}

/**/
.fixed_pdf_file {
    position: fixed;
    bottom: 30%;
    right: 1%;
    z-index: 99;
}

.fixed_pdf_file a {
    background-color: #ca1412;
    padding: 30px 8px 30px 8px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    word-spacing: 1px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    writing-mode: vertical-lr;
    color: #fff !important;
    border: 2px solid #fff;
    text-decoration: none !important;
}

/*  */

.about_hed img {
    width: 210px;
    margin-bottom: 20px;
}

.blog-area {
    background-color: #8080800f;
    padding: 10px;
}

/* .single-blog a img{
  width: 40px;
} */

.choose-us-content ul li span img {
    width: 35px;
    margin-top: -5px;
}

.urgent-area {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* testimonial  */

/* testimonia;l end  */

.single-footer-widget .logo img {
    width: 272px;
    mix-blend-mode: multiply;
}

/* about sect css */

.aboutsec h3 {
    font-size: 20px;
    color: #ef2e2e;
    font-weight: 700;
}

/* aboyr sec end */

.inner_secpage {
    padding: 20px;
    background-color: #ffffff;
}

.image-leftside img {
    width: 100%;
    /*outline: 3px solid #f12f2f;*/
    border: 2px solid #c8c8c8;
}

.image-leftside {
    margin-bottom: 20px;
    text-align: center;
    background-color: var(--white-color);
    padding: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: relative;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}

.rightside_content h2 {
    font-size: 25px;
    color: #2e2e2e;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 27px;
    transition: all;
}

/*about us btn  */
.default-btn {
    color: #fff;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 5px 21px;
    background-color: #f32f2f;
    border-radius: 5px;
    border: 1px solid #f32f2f;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}

.default-btn a {
    color: #fff;
}

/* end */

.desk_banner {
    display: block;
}

.mobile_banner {
    display: none;
}

/**/

/* sitemap css start */

.sitemap_section {
    padding-top: 20px;
    padding-bottom: 50px;
}

.sitemap_ul_div ul {
    list-style: none !important;
}

.sitemap_ul_div li {
    line-height: 40px;
    border: 1px dashed lightgray;
    margin-bottom: 15px;
    padding: 7px 10px;
    border-left: 5px solid #ef2529;
    background-color: #fff;
    transition: 0.5s ease;
    display: block;
}

.sitemap_ul_div li:hover {
    line-height: 40px;
    border: 1px dashed lightgray;
    margin-bottom: 15px;
    padding: 7px 10px;
    border-left: 5px solid #212121;
    background-color: #ef2529;
    transition: 0.5s ease;
}

.sitemap_ul_div li:before {
    position: relative;
    content: "\2059";
    margin-right: 4px;
    font-weight: bold;
    color: #b56c45;
    top: -1px;
    font-size: 20px;
}

.sitemap_ul_div li:hover:before {
    position: relative;
    content: "\2059";
    margin-right: 4px;
    font-weight: bold;
    color: #fff;
    top: -1px;
    font-size: 20px;
}

.sitemap_ul_div li a {
    text-transform: capitalize;
    font-size: 13px;
    display: inline-block;
    color: #000;
}

.sitemap_ul_div li:hover a {
    text-transform: capitalize;
    font-size: 13px;
    color: #fff;
}

.one_way_taxi_inner_se {
    padding-top: 50px;
    padding-bottom: 50px;
}

.one_way_ser_div {
    margin-bottom: 20px;
}

.headti {
    text-align: center;
    margin-bottom: 25px;
}

.sitemap_head_ti {
    margin-bottom: 10px;
}

.sitemap_head_ti h2 {
    font-size: 25px;
    font-weight: 800;
    color: #3f62a2;
}

.site_map_navi {
    background-color: #fafafa;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.site_map_nav {
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
}

.site_map_nav h2 {
    font-size: 25px;
    color: #3f62a2;
    padding-bottom: 15px;
    text-transform: capitalize;
    font-weight: 900;
}

.site_map_nav a {
    background-color: #fff;
    color: #212121;
    padding: 10px 20px 10px 20px;
    text-transform: capitalize;
    border-radius: 100px;
    margin: 0px 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: 0.3s ease-in-out;
    border-left: 5px solid #eeeaea;
    border-right: 5px solid #eeeaea;
    font-size: 15px;
}

.site_map_nav a:hover {
    background-color: #f12f2f;
    color: #fff;
    padding: 10px 20px 10px 20px;
    text-transform: capitalize;
    border-radius: 100px;
    margin: 0px 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: 0.3s ease-in-out;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}

@media (max-width: 767px) {
    .site_map_nav a {
        background-color: #fff;
        color: #212121;
        padding: 6px 6px 6px 6px;
        text-transform: capitalize;
        border-radius: 100px;
        margin: 0px 3px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        transition: 0.3s ease-in-out;
        border-left: 5px solid #eeeaea;
        border-right: 5px solid #eeeaea;
        font-size: 11px;
    }

    .sitemap_ul_div li a {
        text-transform: capitalize;
        font-size: 9px;
        display: inline-block;
        color: #000;
    }

    .custome-marquee {
        width: 100%;
        height: 55px;
        overflow: hidden;
        position: relative;
    }
}

/* sitemap end */

.single-blog .blog-content .tag1 {
    background-color: #ffffff;
    color: #000;
    display: inline-block;
    padding: 5px 47px;
    border-radius: 50px;
    margin-bottom: 10px;
    font-size: 17px;
    letter-spacing: 0.08em;
    font-weight: 600;
    line-height: 16px;
    margin-left: 21px;
    outline: 2px solid #fff;
    border: 1px solid #f32f2f;
}

/* carosoul start */
.urgent-area {
    text-align: center;
}

.btn {
    cursor: pointer;
}

.btn_prev {
    cursor: pointer;
}

.btn_prev i {
    cursor: pointer;
    float: left;
    margin-left: -45px;
    margin-top: 115px;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 20px;
    padding: 10px;

    color: #3f62a2;
}

.btn_next i {
    cursor: pointer;
    float: right;
    margin-right: -45px;
    margin-top: 115px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 20px;
    padding: 10px;

    color: #3f62a2;
}

/*  carosoul end*/

/*blog css start*/

/* blog css  */

.blog-slide.owl-theme .owl-dots {
    line-height: 1;
}

.blog-slide.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 0 4px;
    background: transparent;
    border: 1px solid #ca1412;
    border-radius: 50%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: relative;
    display: none;
}

.blog-slide.owl-theme .owl-dots .owl-dot:hover span {
    border-color: #ca1412;
}

.blog-slide.owl-theme .owl-dots .owl-dot:hover span::before {
    background-color: #ca1412;
}

.blog-slide.owl-theme .owl-dots .owl-dot.active span {
    border-color: #ca1412;
    position: relative;
}

.blog-slide.owl-theme .owl-dots .owl-dot.active span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #ca1412;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    margin: 3px;
}

.blog_head a {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding: 5px 20px 5px 20px;
    background-color: #f12f2f;
}

.blog_head {
    padding-top: 10px;
    padding-bottom: 10px;
}

.blog-content1 h3 {
    font-size: 18px;
    color: #3f62a2;
    font-weight: 600;
}

.blog-content1 {
    padding: 10px;
}

.blog-content1 p {
    font-size: 14px;
    color: #000;
    line-height: 27px;
    /*text-align:justify;*/
}

/*  */
.footer_contact_details h3 {
    font-size: 15px !important;
    color: #000;
    line-height: 4px;
}

.footer_contact_details1 h3 {
    font-size: 16px;
    color: #f12f2f;
    line-height: 10px;
    font-weight: 700;
    margin-left: 33px;
}

/**/
/*whatsapp icon*/

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 13px;
    left: 18px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 37px;
    border: 2px solid #fff;
    z-index: 100;
}

.float:hover {
    color: #fff;
    background-color: #00a82d;
}

.float1 {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 135px;
    left: 30px;
    background-color: #fff;
    color: #0071bc;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    border: 2px solid #0071bc;
    z-index: 100;
}

.float1:hover {
    color: #fff;
    background-color: #0071bc;
}

.my-float {
    margin-top: 10px;
}

/**/

@media (max-width: 767px) {
    .order_1 {
        order: 1;
    }
}

@media (max-width: 767px) {
    .order_2 {
        order: 2;
    }
}

@media (max-width: 767px) {
    .order_3 {
        order: 3;
    }
}

.owl-carousel .owl-item img {
    height: 301px !important;
    object-fit: contain !important;
}

.blog_imag {
    height: 301px;
    width: 100%;
    object-fit: contain;
}

.mobile_call_whatsapp_fixed_main_div {
    position: fixed;
    bottom: 190px;
    right: 45px;
    z-index: 1;
}

.mobile_whatsapp {
    display: none;
}

.call_icon_div {
    text-align: center;
}

.call_icon_div>a {
    background-color: #dc3545;
    height: 60px;
    line-height: 57px;
    width: 60px;
    text-align: center;
    border-radius: 100px;
    animation: moveUpDown 2s ease-in-out infinite;
    display: inline-block;
    margin-bottom: 8px;
}

@keyframes moveUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
        /* Adjust the distance */
    }
}

.call_icon_div>a>img {
    width: 32px !important;
    filter: brightness(0%) invert(1);
    height: 60px;
    line-height: 60px;
    width: 60px;
    object-fit: contain;
}

.whatsapp_icon_div {
    text-align: center;
}

.whatsapp_icon_div>a {
    background-color: #008000;
    height: 60px;
    line-height: 57px;
    width: 60px;
    text-align: center;
    border-radius: 100px;
    animation: zigzag 0.5s ease-in-out infinite;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-timing-function: steps(1, end);
    position: relative;
    animation: zigzag 8s infinite;
    display: inline-block;
}

@keyframes zigzag {
    0% {
        left: 0px;
    }

    1% {
        left: -5px;
    }

    2% {
        left: 5px;
    }

    3% {
        left: -5px;
    }

    4% {
        left: 5px;
    }

    5% {
        left: 0px;
    }

    100% {
        left: 0px;
    }
}

.whatsapp_icon_div>a>img {
    width: 32px !important;
    filter: brightness(0%) invert(1);
    height: 60px;
    line-height: 60px;
    width: 60px;
    object-fit: contain;
}

.single-blog.single-urgent.blog-details-box {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}

.blog-title-text {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.calender-text {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
}

.rightside_content.blog-content-text p {
    font-size: 15px;
    text-align: justify;
    margin-bottom: 13px;
}

.rightside_content.blog-content-text h3 {
    font-size: 24px;
    margin-bottom: 14px;
    font-weight: 700;
    display: block;
}

.rightside_content.blog-content-text h4 {
    font-size: 19px;
    margin-bottom: 10px;
    font-weight: 700;
    display: block;
}

.rightside_content.product-details-table .table table {
    width: 100%;
}




/* =========================================================
   CATEGORY PAGE - PREMIUM ESCO LABS DESIGN
   ========================================================= */

/* =========================
   BREADCRUMB SECTION
   ========================= */

.breadcrumb_title_section {
    position: relative;
    padding: 70px 0 65px;
    background: linear-gradient(135deg, #f4f9fc 0%, #ffffff 60%, #eef7fb 100%);
    overflow: hidden;
}

.breadcrumb_title_section::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(0, 126, 167, 0.06);
    top: -140px;
    right: 5%;
}

.breadcrumb_title_section::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(0, 126, 167, 0.04);
    bottom: -100px;
    left: 8%;
}

.breadcrumb_data_main_div {
    position: relative;
    z-index: 2;
    text-align: center;
}

.breadcrumb_data_main_div h1 {
    margin: 0 0 18px;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    color: #123044;
    letter-spacing: -0.5px;
}

.breadcrumb_data_main_div ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.breadcrumb_data_main_div ul li {
    font-size: 15px;
    font-weight: 500;
    color: #6c7b84;
}

.breadcrumb_data_main_div ul li a {
    color: #007ea7;
    text-decoration: none;
    transition: all 0.3s ease;
}

.breadcrumb_data_main_div ul li a:hover {
    color: #005b78;
}

.breadcrumb_data_main_div ul>i {
    font-size: 13px;
    color: #007ea7;
}


/* =========================
   PRODUCTS / CATEGORY SECTION
   ========================= */

.products_section {
    padding: 90px 0;
    background: #ffffff;
}

.products_section .container {
    position: relative;
}

.products_section .row {
    align-items: center;
}


/* =========================
   CATEGORY IMAGE
   ========================= */

.product_img_div {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: #f5f9fb;
    padding: 12px;
    border: 1px solid #e6eef2;
    box-shadow: 0 15px 45px rgba(18, 48, 68, 0.08);
    transition: all 0.45s ease;
}

.product_img_div::before {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(0, 126, 167, 0.15);
    border-radius: 13px;
    pointer-events: none;
    z-index: 2;
    transition: all 0.4s ease;
}

.product_img_div img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.product_img_div:hover {
    transform: translateY(-7px);
    box-shadow: 0 25px 60px rgba(18, 48, 68, 0.13);
}

.product_img_div:hover img {
    transform: scale(1.035);
}

.product_img_div:hover::before {
    border-color: rgba(0, 126, 167, 0.3);
}


/* =========================
   CATEGORY DESCRIPTION
   ========================= */

.products_title_div {
    position: relative;
}

.products_title_div p {
    margin: 0 0 18px;
    color: #5d6b73;
    font-size: 16px;
    line-height: 1.9;
    font-weight: 400;
}

.products_title_div p:last-child {
    margin-bottom: 0;
}

.products_title_div strong {
    color: #123044;
}

.products_title_div h2,
.products_title_div h3,
.products_title_div h4 {
    color: #123044;
    font-weight: 700;
    margin-bottom: 18px;
    line-height: 1.35;
}

.products_title_div ul {
    padding-left: 20px;
}

.products_title_div li {
    margin-bottom: 10px;
    color: #5d6b73;
    line-height: 1.7;
}


/* =========================
   BOTTOM DESCRIPTION
   ========================= */

.products_section .row.mt-4 {
    margin-top: 55px !important;
}

.products_section .row.mt-4 .products_title_div {
    padding: 35px 40px;
    border-radius: 16px;
    background: linear-gradient(135deg, #f7fbfd, #ffffff);
    border: 1px solid #e5eef2;
    box-shadow: 0 10px 35px rgba(18, 48, 68, 0.05);
}

.products_section .row.mt-4 .products_title_div::before {
    content: "";
    display: block;
    width: 45px;
    height: 4px;
    border-radius: 10px;
    background: #007ea7;
    margin-bottom: 20px;
}


/* =========================
   CONTENT CATEGORY SECTION
   ========================= */

.content_category_section {
    padding: 90px 0;
    background: #f7fafc;
    position: relative;
}

.content_category_section::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(0, 126, 167, 0.035);
    top: 50px;
    left: -100px;
}

.content_category_data {
    position: relative;
    z-index: 2;
}

.content_category_data>h3 {
    position: relative;
    margin: 0 0 25px;
    padding-left: 18px;
    font-size: 28px;
    line-height: 1.35;
    font-weight: 700;
    color: #123044;
}

.content_category_data>h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 4px;
    height: 32px;
    border-radius: 10px;
    background: #f32f2f;
}

.content_category_data>h3 span {
    color: #f32f2f;
}

.content_category_data>.row {
    margin-bottom: 45px;
}

.content_category_data>.row:last-child {
    margin-bottom: 0;
}


/* =========================
   FEATURES / CONTENT BOX
   ========================= */

.sarasolution_features_list {
    padding: 30px 35px;
    border-radius: 15px;
    background: #ffffff;
    border: 1px solid #e4edf1;
    box-shadow: 0 12px 40px rgba(18, 48, 68, 0.055);
    transition: all 0.35s ease;
}

.sarasolution_features_list:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 48px rgba(18, 48, 68, 0.09);
    border-color: rgba(0, 126, 167, 0.2);
}

.sarasolution_features_list p {
    color: #5c6b73;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 15px;
}

.sarasolution_features_list p:last-child {
    margin-bottom: 0;
}

.sarasolution_features_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sarasolution_features_list ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 13px;
    color: #53636c;
    line-height: 1.7;
}

.sarasolution_features_list ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    color: #ffffff;
    background: #f32f2f;
}


/* =========================
   FAQ SECTION
   ========================= */

.faq_section {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.faq_section::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(0, 126, 167, 0.035);
    right: -180px;
    top: -150px;
}

.faq_section .row {
    align-items: center;
}


/* =========================
   FAQ LEFT CONTENT
   ========================= */

.faq_title_div {
    position: relative;
    padding-right: 45px;
}

.faq_title_div strong {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 15px;
    border-radius: 50px;
    background: rgba(0, 126, 167, 0.09);
    color: #007ea7;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.faq_title_div h4 {
    margin: 0 0 20px;
    color: #123044;
    font-size: 38px;
    line-height: 1.25;
    font-weight: 700;
}

.faq_title_div h4 span {
    color: #007ea7;
}

.faq_title_div>p {
    margin: 0;
    color: #66757d;
    font-size: 16px;
    line-height: 1.85;
}

.faq_img_fiv {
    margin-top: 40px;
    text-align: left;
}

.faq_img_fiv img {
    width: 115px;
    height: auto;
    opacity: 0.9;
    transition: all 0.4s ease;
}

.faq_img_fiv img:hover {
    transform: translateY(-6px) rotate(3deg);
}


/* =========================
   FAQ ACCORDION
   ========================= */

.faq_main_div {
    position: relative;
}

.faq_main_div .accordion {
    border-radius: 16px;
    overflow: hidden;
}

.faq_main_div .accordion-item {
    margin-bottom: 13px;
    border: 1px solid #e4edf1 !important;
    border-radius: 12px !important;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 7px 25px rgba(18, 48, 68, 0.04);
    transition: all 0.35s ease;
}

.faq_main_div .accordion-item:hover {
    border-color: rgba(0, 126, 167, 0.25) !important;
    box-shadow: 0 12px 32px rgba(18, 48, 68, 0.08);
}

.faq_main_div .accordion-button {
    position: relative;
    padding: 22px 55px 22px 24px;
    background: #ffffff;
    color: #243f4e;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    box-shadow: none !important;
}

.faq_main_div .accordion-button:not(.collapsed) {
    color: #007ea7;
    background: #f5fafc;
}

.faq_main_div .accordion-button::after {
    display: none;
}

.faq_main_div .accordion-button i {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    color: #007ea7;
    font-size: 14px;
    transition: transform 0.35s ease;
}

.faq_main_div .accordion-button:not(.collapsed) i {
    transform: translateY(-50%) rotate(180deg);
}

.faq_main_div .accordion-body {
    padding: 0 24px 24px;
    color: #64737b;
    font-size: 15px;
    line-height: 1.85;
    background: #f5fafc;
}

.faq_main_div .accordion-body p {
    margin-bottom: 12px;
}

.faq_main_div .accordion-body p:last-child {
    margin-bottom: 0;
}

.faq_main_div .accordion-body ul {
    padding-left: 20px;
}

.faq_main_div .accordion-body li {
    margin-bottom: 8px;
}


/* =========================
   GLOBAL TEXT POLISH
   ========================= */

.products_section a,
.content_category_section a,
.faq_section a {
    transition: all 0.3s ease;
}

.products_section img,
.content_category_section img,
.faq_section img {
    max-width: 100%;
}


/* =========================
   RESPONSIVE - TABLET
   ========================= */

@media (max-width: 991px) {

    .breadcrumb_title_section {
        padding: 55px 0;
    }

    .breadcrumb_data_main_div h1 {
        font-size: 36px;
    }

    .products_section {
        padding: 70px 0;
    }

    .products_section .col-lg-5 {
        margin-bottom: 25px;
    }

    .content_category_section {
        padding: 70px 0;
    }

    .faq_section {
        padding: 75px 0;
    }

    .faq_title_div {
        padding-right: 0;
        margin-bottom: 45px;
    }

    .faq_title_div h4 {
        font-size: 34px;
    }

    .faq_img_fiv {
        margin-top: 25px;
    }
}


/* =========================
   RESPONSIVE - MOBILE
   ========================= */

@media (max-width: 767px) {

    .breadcrumb_title_section {
        padding: 45px 0;
    }

    .breadcrumb_data_main_div h1 {
        font-size: 30px;
    }

    .breadcrumb_data_main_div ul {
        gap: 8px;
    }

    .breadcrumb_data_main_div ul li {
        font-size: 14px;
    }

    .products_section {
        padding: 55px 0;
    }

    .product_img_div {
        border-radius: 14px;
    }

    .products_title_div {
        margin-top: 5px;
    }

    .products_title_div p {
        font-size: 15px;
        line-height: 1.8;
    }

    .products_section .row.mt-4 {
        margin-top: 30px !important;
    }

    .products_section .row.mt-4 .products_title_div {
        padding: 25px 22px;
    }

    .content_category_section {
        padding: 55px 0;
    }

    .content_category_data>h3 {
        font-size: 23px;
        padding-left: 15px;
    }

    .content_category_data>h3::before {
        height: 27px;
        top: 3px;
    }

    .sarasolution_features_list {
        padding: 23px 20px;
    }

    .sarasolution_features_list p {
        font-size: 15px;
        line-height: 1.8;
    }

    .faq_section {
        padding: 60px 0;
    }

    .faq_title_div {
        margin-bottom: 35px;
    }

    .faq_title_div h4 {
        font-size: 29px;
    }

    .faq_title_div>p {
        font-size: 15px;
        line-height: 1.8;
    }

    .faq_main_div .accordion-button {
        padding: 18px 48px 18px 18px;
        font-size: 15px;
    }

    .faq_main_div .accordion-button i {
        right: 17px;
    }

    .faq_main_div .accordion-body {
        padding: 0 18px 20px;
        font-size: 14px;
        line-height: 1.75;
    }
}


/* =========================
   SMALL MOBILE
   ========================= */

@media (max-width: 480px) {

    .breadcrumb_title_section {
        padding: 38px 0;
    }

    .breadcrumb_data_main_div h1 {
        font-size: 26px;
    }

    .products_section {
        padding: 45px 0;
    }

    .content_category_section {
        padding: 45px 0;
    }

    .content_category_data>h3 {
        font-size: 21px;
    }

    .faq_section {
        padding: 50px 0;
    }

    .faq_title_div h4 {
        font-size: 26px;
    }

    .faq_main_div .accordion-item {
        margin-bottom: 10px;
    }
}






/* all blogs css start */

.all_blogs_section {
    padding: 60px 0px 50px 0px;
}


.allblogs_title {
    text-align: center;
    max-width: 800px;
    margin: auto;
    margin-bottom: 40px;
}

.allblogs_title span {
    color: var(--theme-color2);
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
}

.allblogs_title>span::before {
    content: '';
    width: 60px;
    height: 1px;
    background-color: var(--theme-color2);
    position: absolute;
    top: 35px;
    left: -80px;

}


.allblogs_title>span::after {
    content: '';
    width: 60px;
    height: 1px;
    background-color: var(--theme-color2);
    position: absolute;
    top: 35px;
    right: -80px;

}

.allblogs_title h2 {
    font-size: 60px;
    font-weight: 800;
    color: var(--body-text-color);
    margin-bottom: 15px;
    text-transform: capitalize;
    line-height: 1;
}

.allblogs_title p {
    font-size: 15px;
    color: var(--body-text-color);
    line-height: 30px;
    font-weight: 500;
}

.blog_tabs .nav {
    gap: 15px;
}

.blog_tabs .nav-link {
    border: 1px solid #f2dbe2;
    border-radius: 50px;
    padding: 12px 30px;
    background: var(--color-white);
    color: var(--body-text-color);
    font-weight: 600;
    transition: .4s;
    font-size: 15px;
}

.blog_tabs .nav-link.active {
    background: var(--theme-color2);
    color: var(--color-white);
    border-color: var(--theme-color2)
}

.blog_card {
    background: var(--color-white);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #f5e4e8;
    transition: .4s;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}


.blog_img {
    overflow: hidden;
}

.blog_img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: .5s;
    object-position: left top;
}

.blog_card:hover img {
    transform: scale(1.08);
}

.blog_content {
    padding: 15px 20px;
}

.blog_meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 14px;
}

.blog_meta .category {
    background: #fff2f5;
    color: var(--theme-color2);
    padding: 6px 15px;
    border-radius: 30px;
    font-weight: 600;
}

.blog_content h3 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 12px;
    font-weight: 600;
    color: var(--color-dark);
    font-family: var(--body-font);
}

.blog_content p {
    color: var(--body-text-color);
    line-height: 1.8;
    margin-bottom: 12px;
    font-weight: 400;
}

.blog_content a {
    color: var(--color-dark);
    text-decoration: none;
    font-weight: 500;
    background: #fff2f5;
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 100px;
}

.blog_content a i {
    margin-left: 5px;
}

/* all blogs css end */

/* =========================================================
   PREMIUM BLOG DETAIL CSS START
   ========================================================= */

.blog_details_section {
    padding: 90px 0 100px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

/* Soft background decoration */
.blog_details_section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    background: rgba(202, 32, 38, 0.035);
    border-radius: 50%;
    top: -180px;
    right: -150px;
    pointer-events: none;
}

.blog_details_section::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(202, 32, 38, 0.025);
    border-radius: 50%;
    bottom: -150px;
    left: -120px;
    pointer-events: none;
}


/* =========================================================
   BLOG HEADING
   ========================================================= */

.blog_heading {
    max-width: 100%;
    margin-bottom: 40px;
    position: relative;
}

.blog_meta {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.blog_meta>span {
    background: linear-gradient(135deg,
            rgba(202, 32, 38, 0.08),
            rgba(202, 32, 38, 0.15));
    color: var(--theme-color2);
    padding: 8px 18px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
    border: 1px solid rgba(202, 32, 38, 0.12);
    transition: all 0.3s ease;
}

.blog_meta>span:hover {
    background: var(--theme-color2);
    color: var(--color-white);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(202, 32, 38, 0.18);
}


.blog_heading>h2 {
    font-size: 42px;
    line-height: 1.25;
    color: var(--body-text-color);
    font-weight: 800;
    font-family: var(--body-font);
    margin: 0 0 22px;
    letter-spacing: -0.5px;
}

.blog_heading>h2::after {
    content: "";
    display: block;
    width: 65px;
    height: 4px;
    background: var(--theme-color2);
    border-radius: 10px;
    margin-top: 18px;
}


.blog_heading>p {
    font-size: 17px;
    color: #5f6368;
    line-height: 1.9;
    font-weight: 400;
    margin-bottom: 0;
}

.blog_heading>p strong {
    color: var(--body-text-color);
    font-weight: 700;
}


/* =========================================================
   FEATURED IMAGE
   ========================================================= */

.featured_image {
    position: relative;
    margin-bottom: 45px;
    border-radius: 24px;
    overflow: hidden;
    background: #f8f8f8;
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.10);
}

.featured_image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            transparent 65%,
            rgba(0, 0, 0, 0.08));
    pointer-events: none;
}

.featured_image>img {
    width: 100%;
    height: auto;
    min-height: 350px;
    max-height: 600px;
    display: block;
    object-fit: cover;
    border-radius: 24px;
    transition: transform 0.7s ease;
}

.featured_image:hover>img {
    transform: scale(1.025);
}


/* =========================================================
   BLOG CONTENT
   ========================================================= */

.blog_content {
    margin-top: 10px;
    position: relative;
}

.blog_content>p {
    font-size: 16px;
    line-height: 1.9;
    color: #555b60;
    font-weight: 400;
    margin-bottom: 25px;
}

.blog_content>p strong {
    color: var(--body-text-color);
    font-weight: 700;
}

.blog_content>ul,
.blog_content>ol {
    margin: 20px 0 30px;
    padding-left: 25px;
}

.blog_content>ul li,
.blog_content>ol li {
    color: #555b60;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
}


/* =========================================================
   BLOG STEP / SECTION TITLE
   ========================================================= */

.blog_step {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 48px 0 22px;
    position: relative;
}

.blog_step:first-child {
    margin-top: 10px;
}

.blog_step>span {
    width: 48px;
    min-width: 48px;
    height: 48px;
    background: linear-gradient(135deg,
            var(--theme-color2),
            #a9141a);
    color: var(--color-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 800;
    box-shadow: 0 10px 25px rgba(202, 32, 38, 0.22);
    position: relative;
    z-index: 2;
    transition: all 0.35s ease;
}

.blog_step>span:hover {
    transform: translateY(-4px) rotate(5deg);
    box-shadow: 0 15px 30px rgba(202, 32, 38, 0.30);
}

.blog_step>h2 {
    margin: 0 !important;
    font-weight: 750;
    font-size: 28px;
    line-height: 1.35;
    color: var(--body-text-color);
}


/* Small line before heading */
.blog_step::after {
    content: "";
    position: absolute;
    left: 24px;
    top: 48px;
    width: 1px;
    height: 28px;
    background: rgba(202, 32, 38, 0.20);
}


/* =========================================================
   CONTENT IMAGES
   ========================================================= */

.blog_content>img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    margin: 35px 0;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.10);
    transition: all 0.5s ease;
}

.blog_content>img:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.15);
}


/* =========================================================
   QUOTE BOX
   ========================================================= */

.quote_box {
    background: linear-gradient(135deg,
            #fff7f8,
            #fff);
    border-left: 5px solid var(--theme-color2);
    padding: 25px 28px;
    margin: 30px 0;
    border-radius: 0 14px 14px 0;
    font-style: italic;
    color: #555b60;
    line-height: 1.8;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}


/* =========================================================
   TABLE OF CONTENTS
   ========================================================= */

.table_contents {
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(202, 32, 38, 0.14);
    border-radius: 24px;
    padding: 28px 24px;
    width: 100%;

    /* Sticky */
    position: -webkit-sticky;
    position: sticky;
    top: 100px;

    align-self: flex-start;

    margin-bottom: 30px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.07);
    z-index: 10;
}

.table_contents::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg,
            var(--theme-color2),
            #e76b70,
            var(--theme-color2));
}


.table_contents>h4 {
    font-size: 19px;
    font-weight: 800;
    color: var(--color-dark);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}


/* =========================================================
   TOC LIST
   ========================================================= */

.table_contents>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.table_contents>ul>li {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: var(--body-text-color);
    margin-bottom: 4px;
    line-height: 1.5;
}

.table_contents>ul>li>a {
    display: block;
    position: relative;
    padding: 12px 10px 12px 18px;
    color: #555b60;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.table_contents>ul>li>a::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    width: 5px;
    height: 5px;
    background: #cfcfcf;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.table_contents>ul>li>a:hover {
    color: var(--theme-color2);
    background: rgba(202, 32, 38, 0.055);
    padding-left: 24px;
}

.table_contents>ul>li>a:hover::before {
    background: var(--theme-color2);
    transform: translateY(-50%) scale(1.5);
}


/* =========================================================
   TAGS
   ========================================================= */

.blog_tags {
    margin-top: 45px;
    padding-top: 25px;
    border-top: 1px solid #eeeeee;
}

.blog_tags>a {
    display: inline-flex;
    align-items: center;
    padding: 9px 17px;
    background: #fff4f5;
    color: var(--theme-color2);
    border: 1px solid rgba(202, 32, 38, 0.12);
    border-radius: 50px;
    text-decoration: none;
    margin: 5px;
    font-weight: 600;
    font-size: 13px;
    transition: all 0.3s ease;
}

.blog_tags>a:hover {
    background: var(--theme-color2);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(202, 32, 38, 0.20);
}


/* =========================================================
   SHARE ICONS
   ========================================================= */

.share_icons {
    position: sticky;
    top: 120px;
}

.share_icons>a {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(202, 32, 38, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    color: var(--theme-color2);
    background: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.share_icons>a:hover {
    color: #ffffff;
    background: var(--theme-color2);
    border-color: var(--theme-color2);
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(202, 32, 38, 0.20);
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1199px) {

    .blog_heading>h2 {
        font-size: 36px;
    }

    .blog_step>h2 {
        font-size: 25px;
    }

    .table_contents {
        padding: 24px 18px;
    }
}


@media (max-width: 991px) {

    .blog_details_section {
        padding: 70px 0 80px;
    }

    .blog_heading {
        margin-bottom: 35px;
    }

    .blog_heading>h2 {
        font-size: 32px;
    }

    .featured_image>img {
        min-height: 280px;
    }

    .blog_content>p {
        font-size: 15px;
    }

    .blog_step {
        margin-top: 40px;
    }
}


@media (max-width: 767px) {

    .blog_details_section {
        padding: 50px 0 60px;
    }

    .blog_heading>h2 {
        font-size: 27px;
        line-height: 1.3;
    }

    .blog_heading>p {
        font-size: 15px;
        line-height: 1.8;
    }

    .blog_meta>span {
        font-size: 12px;
        padding: 7px 14px;
    }

    .featured_image {
        border-radius: 16px;
        margin-bottom: 30px;
    }

    .featured_image>img {
        min-height: 220px;
        border-radius: 16px;
    }

    .blog_step {
        gap: 12px;
        margin-top: 35px;
    }

    .blog_step>span {
        width: 42px;
        min-width: 42px;
        height: 42px;
        font-size: 14px;
    }

    .blog_step>h2 {
        font-size: 21px;
    }

    .blog_step::after {
        left: 21px;
        top: 42px;
    }

    .blog_content>p {
        font-size: 15px;
        line-height: 1.8;
    }

    .blog_content>img {
        border-radius: 15px;
        margin: 25px 0;
    }
}


@media (max-width: 480px) {

    .blog_details_section {
        padding: 40px 0 50px;
    }

    .blog_heading>h2 {
        font-size: 24px;
    }

    .blog_heading>h2::after {
        width: 50px;
        height: 3px;
    }

    .blog_step>span {
        width: 38px;
        min-width: 38px;
        height: 38px;
    }

    .blog_step>h2 {
        font-size: 19px;
    }

    .blog_content>p {
        font-size: 14px;
        line-height: 1.75;
    }

    .featured_image>img {
        min-height: 190px;
    }

    .table_contents {
        border-radius: 18px;
    }
}


/* =========================================================
   PREMIUM BLOG DETAIL CSS END
   ========================================================= */

/* =========================================================
   ALL BLOGS PAGE
========================================================= */

.all_blogs_section {
    position: relative;
    padding: 90px 0 100px;
    background: #f8fafc;
    overflow: hidden;
}

.all_blogs_section::before {
    content: "";
    position: absolute;
    top: -180px;
    right: -180px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(202, 32, 38, 0.04);
    pointer-events: none;
}

.all_blogs_section::after {
    content: "";
    position: absolute;
    bottom: -180px;
    left: -180px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(202, 32, 38, 0.035);
    pointer-events: none;
}


/* =========================================================
   BLOG HEADING
========================================================= */

.allblogs_title {
    position: relative;
    z-index: 1;
    max-width: 850px;
    margin: 0 auto 55px;
    text-align: center;
}

.allblogs_title>span {
    display: inline-block;
    position: relative;
    margin-bottom: 12px;
    padding: 7px 18px;
    border-radius: 30px;
    background: rgba(202, 32, 38, 0.08);
    color: #ca2026;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.allblogs_title>span::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 8px;
    vertical-align: middle;
    border-radius: 50%;
    background: #ca2026;
}

.allblogs_title h2 {
    margin: 0 0 18px;
    color: #172033;
    font-size: 44px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -1px;
}

.allblogs_title h2 span {
    color: #ca2026;
}

.allblogs_title p {
    max-width: 750px;
    margin: 0 auto;
    color: #687386;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   BLOG GRID
========================================================= */

.all_blogs_section .row.g-4 {
    position: relative;
    z-index: 1;
}

.all_blogs_section .col-lg-4 {
    display: flex;
}


/* =========================================================
   BLOG CARD
========================================================= */

.blog_card {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid #e7eaf0;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 8px 30px rgba(20, 30, 50, 0.06);
    transition: all 0.4s ease;
}

.blog_card:hover {
    transform: translateY(-10px);
    border-color: rgba(202, 32, 38, 0.25);
    box-shadow: 0 20px 50px rgba(20, 30, 50, 0.12);
}


/* =========================================================
   BLOG IMAGE
========================================================= */

.blog_img {
    position: relative;
    width: 100%;
    height: 245px;
    overflow: hidden;
    background: #f1f3f6;
}

.blog_img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            transparent 55%,
            rgba(0, 0, 0, 0.12));
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.blog_card:hover .blog_img::after {
    opacity: 1;
}

.blog_img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.blog_card:hover .blog_img img {
    transform: scale(1.08);
}


/* =========================================================
   BLOG CONTENT
========================================================= */

.blog_content {
    position: relative;
    padding: 25px 25px 28px;
    background: #ffffff;
}


/* =========================================================
   BLOG TITLE
========================================================= */

.blog_content h3 {
    min-height: 58px;
    margin: 0 0 13px;
    color: #172033;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 700;
    transition: color 0.3s ease;
}

.blog_card:hover .blog_content h3 {
    color: #ca2026;
}


/* =========================================================
   BLOG DESCRIPTION
========================================================= */

.blog_content p {
    display: -webkit-box;
    min-height: 52px;
    margin: 0 0 22px;
    overflow: hidden;
    color: #707989;
    font-size: 15px;
    line-height: 1.75;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* =========================================================
   READ MORE
========================================================= */

.blog_content>a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #ca2026;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog_content>a i {
    font-size: 13px;
    transition: transform 0.3s ease;
}

.blog_content>a:hover {
    color: #172033;
}

.blog_content>a:hover i {
    transform: translateX(5px);
}


/* =========================================================
   SMALL RED ACCENT
========================================================= */

.blog_content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 25px;
    width: 45px;
    height: 3px;
    border-radius: 0 0 5px 5px;
    background: #ca2026;
    transition: width 0.35s ease;
}

.blog_card:hover .blog_content::before {
    width: 75px;
}


/* =========================================================
   BREADCRUMB
========================================================= */

.breadcrumb_title_section {
    position: relative;
    padding: 70px 0;
    background: #172033;
    overflow: hidden;
}

.breadcrumb_title_section::before {
    content: "";
    position: absolute;
    top: -100px;
    right: 5%;
    width: 280px;
    height: 280px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.breadcrumb_title_section::after {
    content: "";
    position: absolute;
    bottom: -150px;
    left: 5%;
    width: 320px;
    height: 320px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;
}

.breadcrumb_data_main_div {
    position: relative;
    z-index: 1;
    text-align: center;
}

.breadcrumb_data_main_div h1 {
    margin: 0 0 15px;
    color: #ffffff;
    font-size: 44px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: capitalize;
}

.breadcrumb_data_main_div ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumb_data_main_div ul li {
    color: #d6dbe5;
    font-size: 15px;
}

.breadcrumb_data_main_div ul li a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb_data_main_div ul li a:hover {
    color: #ca2026;
}

.breadcrumb_data_main_div ul>i {
    color: #ca2026;
    font-size: 13px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .all_blogs_section {
        padding: 70px 0 80px;
    }

    .allblogs_title {
        margin-bottom: 40px;
    }

    .allblogs_title h2 {
        font-size: 36px;
    }

    .blog_img {
        height: 230px;
    }

    .breadcrumb_title_section {
        padding: 55px 0;
    }

    .breadcrumb_data_main_div h1 {
        font-size: 38px;
    }
}


@media (max-width: 767px) {

    .all_blogs_section {
        padding: 55px 0 65px;
    }

    .allblogs_title {
        margin-bottom: 35px;
    }

    .allblogs_title>span {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .allblogs_title h2 {
        font-size: 30px;
        letter-spacing: -0.5px;
    }

    .allblogs_title p {
        font-size: 14px;
        line-height: 1.7;
    }

    .blog_img {
        height: 240px;
    }

    .blog_content {
        padding: 22px 20px 25px;
    }

    .blog_content h3 {
        min-height: auto;
        font-size: 19px;
    }

    .blog_content p {
        min-height: auto;
        font-size: 14px;
    }

    .blog_content::before {
        left: 20px;
    }

    .breadcrumb_title_section {
        padding: 45px 0;
    }

    .breadcrumb_data_main_div h1 {
        font-size: 32px;
    }

    .breadcrumb_data_main_div ul li {
        font-size: 14px;
    }
}


@media (max-width: 575px) {

    .all_blogs_section {
        padding: 45px 0 55px;
    }

    .allblogs_title h2 {
        font-size: 27px;
    }

    .blog_img {
        height: 220px;
    }

    .blog_card {
        border-radius: 14px;
    }

    .blog_content {
        padding: 20px 18px 23px;
    }

    .breadcrumb_data_main_div h1 {
        font-size: 28px;
    }
}




/* =========================================================
   SITEMAP PAGE CSS START
   ========================================================= */

/* -------------------------
   Sitemap Main Section
------------------------- */

.sitemap_section {
    padding: 85px 0 70px;
    background: #ffffff;
}

.sitemap_title {
    max-width: 800px;
    margin: 0 auto 55px;
    text-align: center;
}

.sitemap_title>span {
    display: inline-block;
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
    position: relative;
    padding: 0 18px;
}

.sitemap_title>span::before,
.sitemap_title>span::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 25px;
    height: 1px;
    background: var(--theme-color2);
}

.sitemap_title>span::before {
    right: 100%;
}

.sitemap_title>span::after {
    left: 100%;
}

.sitemap_title>h2 {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 800;
    color: var(--color-dark);
    margin: 0 0 15px;
    font-family: var(--body-font);
}

.sitemap_title>p {
    max-width: 700px;
    margin: 0 auto;
    color: var(--body-text-color);
    font-size: 16px;
    line-height: 28px;
}


/* -------------------------
   Sitemap Navigation Cards
------------------------- */

.sitemap_section .row {
    position: relative;
}

.sitemap_card {
    height: 100%;
    background: #ffffff;
    border: 1px solid #e8edf2;
    border-radius: 18px;
    padding: 30px 25px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 8px 30px rgba(20, 40, 60, 0.06);
}

.sitemap_card::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    background: var(--theme-color2);
    opacity: 0.06;
    border-radius: 50%;
    top: -35px;
    right: -30px;
    transition: all 0.4s ease;
}

.sitemap_card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #f32f2f;
    transition: all 0.4s ease;
}

.sitemap_card:hover {
    transform: translateY(-8px);
    border-color: var(--theme-color2);
    box-shadow: 0 18px 45px rgba(20, 40, 60, 0.12);
}

.sitemap_card:hover::before {
    width: 140px;
    height: 140px;
    opacity: 0.10;
}

.sitemap_card:hover::after {
    width: 100%;
}

.sitemap_card>a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
    color: inherit;
    position: relative;
    z-index: 2;
}

.sitemap_card>a>i {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.035);
    color: #f32f2f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 22px;
    transition: all 0.4s ease;
}

.sitemap_card:hover>a>i {
    background: var(--theme-color2);
    color: #ffffff;
    transform: rotate(-5deg) scale(1.05);
}

.sitemap_card>a>h4 {
    color: var(--color-dark);
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    transition: all 0.3s ease;
}

.sitemap_card:hover>a>h4 {
    color: var(--theme-color2);
}

.sitemap_card>a>span {
    position: absolute;
    right: 0;
    bottom: 0;
    color: var(--theme-color2);
    font-size: 18px;
    transition: all 0.3s ease;
}

.sitemap_card:hover>a>span {
    transform: translateX(7px);
}


/* =========================================================
   SITEMAP BOTTOM SECTION
   ========================================================= */

.sitemap_bottom_section {
    padding: 0 0 90px;
    background: #ffffff;
}

.sitemap_bottom_section>.container>.row {
    align-items: stretch;
}


/* -------------------------
   Sitemap Lists
------------------------- */

.sitemap_list_div {
    height: 100%;
    background: #f8fafc;
    border: 1px solid #e9eef3;
    border-radius: 20px;
    padding: 32px 30px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.sitemap_list_div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    background: var(--theme-color2);
    transition: all 0.4s ease;
}

.sitemap_list_div:hover {
    background: #ffffff;
    border-color: rgba(0, 0, 0, 0.08);
    box-shadow: 0 15px 40px rgba(20, 40, 60, 0.08);
    transform: translateY(-4px);
}

.sitemap_list_div:hover::before {
    height: 100%;
}

.sitemap_list_div>h4 {
    color: var(--color-dark);
    font-size: 21px;
    font-weight: 800;
    margin: 0 0 25px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e9ee;
    position: relative;
}

.sitemap_list_div>h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 45px;
    height: 3px;
    background: var(--theme-color2);
    border-radius: 5px;
}

.sitemap_list_div>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sitemap_list_div>ul>li {
    margin-bottom: 13px;
}

.sitemap_list_div>ul>li:last-child {
    margin-bottom: 0;
}

.sitemap_list_div>ul>li>a {
    display: flex;
    align-items: center;
    gap: 11px;
    text-decoration: none;
    color: var(--body-text-color);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    padding: 7px 0;
    transition: all 0.3s ease;
}

.sitemap_list_div>ul>li>a>i {
    font-size: 11px;
    color: var(--theme-color2);
    transition: all 0.3s ease;
}

.sitemap_list_div>ul>li>a:hover {
    color: var(--theme-color2);
    padding-left: 7px;
}

.sitemap_list_div>ul>li>a:hover>i {
    transform: translateX(4px);
}


/* =========================================================
   CONTACT INFORMATION
   ========================================================= */

.sitemap_contact_item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 17px 0;
    border-bottom: 1px solid #e5e9ee;
}

.sitemap_contact_item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.sitemap_contact_icon {
    width: 45px;
    min-width: 45px;
    height: 45px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.035);
    color: var(--theme-color2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    transition: all 0.35s ease;
}

.sitemap_contact_item:hover .sitemap_contact_icon {
    background: var(--theme-color2);
    color: #ffffff;
    transform: translateY(-3px);
}

.sitemap_content_data {
    flex: 1;
}

.sitemap_content_data>h5 {
    font-size: 15px;
    color: var(--color-dark);
    font-weight: 700;
    margin: 0 0 6px;
}

.sitemap_content_data>p {
    margin: 0;
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.sitemap_content_data>p>a {
    color: var(--body-text-color);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.sitemap_content_data>p>a:hover {
    color: var(--theme-color2);
}


/* =========================================================
   THANK YOU BOX
   ========================================================= */

.thank_you_box {
    width: 100%;
    margin-top: 5px;
    padding: 35px 40px;
    border-radius: 22px;
    background: linear-gradient(135deg,
            #f8fafc 0%,
            #ffffff 100%);
    border: 1px solid #e5eaf0;
    display: flex;
    align-items: center;
    gap: 25px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.thank_you_box::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: var(--theme-color2);
    opacity: 0.05;
    right: -70px;
    top: -70px;
}

.thank_you_box::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: var(--theme-color2);
    opacity: 0.04;
    left: -40px;
    bottom: -50px;
}

.thank_you_box:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 45px rgba(20, 40, 60, 0.09);
    border-color: rgba(0, 0, 0, 0.08);
}

.thank_icon {
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 18px;
    background: var(--theme-color2);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    transition: all 0.4s ease;
}

.thank_you_box:hover .thank_icon {
    transform: rotate(-5deg) scale(1.05);
}

.thnk_u_div {
    position: relative;
    z-index: 2;
}

.thnk_u_div>h3 {
    margin: 0 0 8px;
    color: var(--color-dark);
    font-size: 24px;
    font-weight: 800;
}

.thnk_u_div>p {
    margin: 0 0 8px;
    color: var(--body-text-color);
    font-size: 15px;
    line-height: 25px;
    max-width: 900px;
}

.thnk_u_div>span {
    display: inline-block;
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991px) {

    .sitemap_section {
        padding: 70px 0 55px;
    }

    .sitemap_title>h2 {
        font-size: 36px;
    }

    .sitemap_bottom_section {
        padding-bottom: 70px;
    }

    .sitemap_list_div {
        padding: 28px 25px;
    }

    .thank_you_box {
        padding: 30px;
    }

}

@media (max-width: 767px) {

    .sitemap_section {
        padding: 55px 0 40px;
    }

    .sitemap_title {
        margin-bottom: 40px;
    }

    .sitemap_title>h2 {
        font-size: 30px;
    }

    .sitemap_title>p {
        font-size: 14px;
        line-height: 24px;
    }

    .sitemap_card {
        padding: 25px 22px;
    }

    .sitemap_bottom_section {
        padding-bottom: 55px;
    }

    .sitemap_list_div {
        padding: 25px 22px;
    }

    .thank_you_box {
        flex-direction: column;
        align-items: flex-start;
        padding: 28px 22px;
        gap: 18px;
    }

    .thnk_u_div>h3 {
        font-size: 21px;
    }

    .thnk_u_div>p {
        font-size: 14px;
        line-height: 23px;
    }

}

@media (max-width: 575px) {

    .sitemap_title>span {
        font-size: 12px;
        letter-spacing: 1.5px;
    }

    .sitemap_title>h2 {
        font-size: 27px;
    }

    .sitemap_card {
        border-radius: 15px;
    }

    .sitemap_card>a>i {
        width: 52px;
        height: 52px;
        font-size: 20px;
    }

    .sitemap_card>a>h4 {
        font-size: 18px;
    }

    .sitemap_list_div {
        border-radius: 16px;
    }

    .sitemap_contact_item {
        gap: 12px;
    }

    .sitemap_contact_icon {
        width: 40px;
        min-width: 40px;
        height: 40px;
        font-size: 15px;
    }

    .thank_icon {
        width: 60px;
        min-width: 60px;
        height: 60px;
        font-size: 23px;
    }

}


/* =========================================================
   SITEMAP PAGE CSS END
   ========================================================= */








/*==================================
        PRIVACY POLICY
==================================*/

.privacy_section {
    padding: 50px 0;
    background: var(--color-white);
}

.privacy_content_main_div {
    width: 100%;
}

.privacy_content_main_div>h2 {
    color: var(--color-dark);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 18px;
}

.privacy_content_main_div>h3,
.privacy_content_main_div>h4,
.privacy_content_main_div>h5 {
    color: var(--color-dark);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin: 25px 0 12px;
}

/*==================================
        PARAGRAPH
==================================*/

.privacy_content_main_div>p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: var(--body-text-color);
    text-align: justify;
    margin-bottom: 15px;
}

.privacy_content_main_div>p>strong {
    color: var(--theme-color);
    font-weight: 600;
}

.privacy_content_main_div>p>a {
    color: var(--theme-color);
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease;
}

.privacy_content_main_div>p>a:hover {
    text-decoration: underline;
}

/*==================================
        LIST
==================================*/

.privacy_content_main_div>ul,
.privacy_content_main_div>ol {
    padding-left: 22px;
    margin: 0 0 18px;
}

.privacy_content_main_div>ul>li,
.privacy_content_main_div>ol>li {
    font-size: 14px;
    font-weight: 400;
    color: var(--body-text-color);
    line-height: 26px;
    margin-bottom: 8px;
}

.privacy_content_main_div>ul {
    list-style: disc;
}

.privacy_content_main_div>ol {
    list-style: decimal;
}

/*==================================
        TABLE
==================================*/

.privacy_content_main_div table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.privacy_content_main_div table th,
.privacy_content_main_div table td {
    border: 1px solid #e5e5e5;
    padding: 10px 12px;
    font-size: 14px;
    text-align: left;
}

.privacy_content_main_div table th {
    background: #f8f8f8;
    font-weight: 600;
}

/*==================================
        IMAGE
==================================*/

.privacy_content_main_div img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 15px 0;
}

/*==================================
        HORIZONTAL LINE
==================================*/

.privacy_content_main_div hr {
    border: 0;
    border-top: 1px solid #e5e5e5;
    margin: 25px 0;
}

/*==================================
        RESPONSIVE
==================================*/

@media (max-width: 991px) {

    .privacy_section {
        padding: 40px 0;
    }

    .privacy_content_main_div>h2 {
        font-size: 26px;
    }

    .privacy_content_main_div>h3,
    .privacy_content_main_div>h4,
    .privacy_content_main_div>h5 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {

    .privacy_section {
        padding: 30px 0;
    }

    .privacy_content_main_div>h2 {
        font-size: 24px;
    }

    .privacy_content_main_div>h3,
    .privacy_content_main_div>h4,
    .privacy_content_main_div>h5 {
        font-size: 17px;
        margin: 20px 0 10px;
    }

    .privacy_content_main_div>p,
    .privacy_content_main_div>ul>li,
    .privacy_content_main_div>ol>li,
    .privacy_content_main_div table th,
    .privacy_content_main_div table td {
        font-size: 14px;
        line-height: 24px;
    }
}







/* =========================================================
   PRODUCT DETAIL PAGE - FULL PREMIUM CSS
   ========================================================= */

/* ---------------------------------------------------------
   BREADCRUMB
--------------------------------------------------------- */

.site-breadcrumb {
    position: relative;
    padding: 110px 0 90px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.site-breadcrumb::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.72);
}

.site-breadcrumb .container {
    position: relative;
    z-index: 2;
}

.breadcrumb-title {
    color: #ffffff;
    font-size: 38px;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 18px;
}

.breadcrumb-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-menu li {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.breadcrumb-menu li a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.breadcrumb-menu li a:hover {
    color: #e63946;
}

.breadcrumb-menu li.active {
    color: #e63946;
}

.breadcrumb-menu li:not(:last-child)::after {
    content: "/";
    margin-left: 10px;
    color: rgba(255, 255, 255, 0.6);
}


/* =========================================================
   PRODUCT DETAILS SECTION
========================================================= */

.product-details-sec {
    padding: 80px 0;
    background: #ffffff;
}


/* ---------------------------------------------------------
   PRODUCT IMAGE
--------------------------------------------------------- */

.product-image {
    position: relative;
    padding: 25px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s ease;
}

.product-image:hover {
    border-color: #e63946;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.08);
    transform: translateY(-3px);
}

.product-image img {
    width: 100%;
    height: 420px;
    object-fit: contain;
    display: block;
    margin: auto;
    border-radius: 10px;
    transition: transform 0.4s ease;
}

.product-image:hover img {
    transform: scale(1.03);
}


/* ---------------------------------------------------------
   ENQUIRY BUTTON
--------------------------------------------------------- */

.btn_enquiry_div {
    margin-top: 25px;
}

.btn_enquiry_div a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 160px;
    padding: 13px 25px;
    background: #e63946;
    color: #ffffff;
    border: 1px solid #e63946;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn_enquiry_div a:hover {
    background: #1f2937;
    border-color: #1f2937;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(31, 41, 55, 0.18);
}

.btn_enquiry_div a i {
    font-size: 13px;
}


/* =========================================================
   MAIN PRODUCT CONTENT
========================================================= */

.products_details_content_main_div {
    padding: 5px 0;
}

.products_details_content_main_div h4 {
    position: relative;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 22px;
    padding-bottom: 15px;
}

.products_details_content_main_div h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 3px;
    background: #e63946;
    border-radius: 10px;
}

.products_details_content_main_div h4 span {
    color: #e63946;
}

.products_details_content_main_div p {
    color: #5b6472;
    font-size: 15px;
    line-height: 1.85;
    font-weight: 400;
    margin: 0 0 16px;
    text-align: justify;
}

.products_details_content_main_div p:last-child {
    margin-bottom: 0;
}

.products_details_content_main_div strong {
    color: #333d4b;
    font-weight: 600;
}


/* ---------------------------------------------------------
   PRODUCT DESCRIPTION LISTS
--------------------------------------------------------- */

.products_details_content_main_div ul {
    padding-left: 20px;
    margin: 15px 0;
}

.products_details_content_main_div ul li {
    color: #5b6472;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 8px;
}

.products_details_content_main_div ol {
    padding-left: 20px;
}

.products_details_content_main_div ol li {
    color: #5b6472;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 8px;
}


/* ---------------------------------------------------------
   LINKS INSIDE CONTENT
--------------------------------------------------------- */

.products_details_content_main_div a {
    color: #e63946;
    text-decoration: none;
    transition: all 0.3s ease;
}

.products_details_content_main_div a:hover {
    color: #1f2937;
}


/* =========================================================
   SEO CONTENT
========================================================= */

.products_details_content_main_div h3 {
    position: relative;
    font-size: 27px;
    line-height: 1.4;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 20px;
    padding-bottom: 14px;
}

.products_details_content_main_div h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: #e63946;
    border-radius: 5px;
}

.products_details_content_main_div h3 span {
    color: #e63946;
}


/* =========================================================
   WHY CHOOSE / FEATURES / APPLICATIONS
========================================================= */

.why-choose-section {
    position: relative;
    padding: 32px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.why-choose-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #e63946;
}

.why-choose-section:hover {
    background: #ffffff;
    border-color: #d8dde5;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
    transform: translateY(-2px);
}

.why-choose-section .section-title {
    margin-bottom: 20px;
}

.why-choose-us-title {
    position: relative;
    font-size: 25px;
    line-height: 1.4;
    font-weight: 700;
    color: #1f2937;
    margin: 0 !important;
}

.why-choose-us-title span {
    color: #e63946;
}


/* ---------------------------------------------------------
   CONTENT INSIDE FEATURES
--------------------------------------------------------- */

.why-choose-points {
    color: #5b6472;
    font-size: 15px;
    line-height: 1.85;
}

.why-choose-points p {
    color: #5b6472;
    margin-bottom: 14px;
}

.why-choose-points p:last-child {
    margin-bottom: 0;
}

.why-choose-points strong {
    color: #303947;
    font-weight: 600;
}

.why-choose-points ul {
    padding-left: 0;
    margin: 15px 0;
    list-style: none;
}

.why-choose-points ul li {
    position: relative;
    padding-left: 27px;
    margin-bottom: 10px;
    color: #5b6472;
}

.why-choose-points ul li::before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 2px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #e63946;
    font-size: 12px;
}

.why-choose-points ol {
    padding-left: 22px;
}

.why-choose-points ol li {
    margin-bottom: 10px;
}


/* =========================================================
   FAQ SECTION
========================================================= */

.faq_section {
    padding: 80px 0;
    background: #f8fafc;
}


/* ---------------------------------------------------------
   FAQ LEFT SIDE
--------------------------------------------------------- */

.faq_title_div {
    padding-right: 45px;
}

.faq_title_div h4 {
    font-size: 34px;
    line-height: 1.35;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 20px;
}

.faq_title_div h4 span {
    color: #e63946;
}

.faq_title_div p {
    color: #667085;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}


/* ---------------------------------------------------------
   FAQ RIGHT SIDE
--------------------------------------------------------- */

.faq_main_div {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 8px;
    box-shadow: 0 8px 25px rgba(15, 23, 42, 0.04);
}


/* ---------------------------------------------------------
   ACCORDION ITEM
--------------------------------------------------------- */

.accordion-item {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #e8ebef;
}

.accordion-item:last-child {
    border-bottom: 0;
}


/* ---------------------------------------------------------
   ACCORDION BUTTON
--------------------------------------------------------- */

.accordion-button {
    position: relative;
    padding: 20px 18px;
    background: #ffffff;
    color: #1f2937;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    box-shadow: none !important;
    border-radius: 8px !important;
    transition: all 0.3s ease;
}

.accordion-button:hover {
    color: #e63946;
    background: #fff8f9;
}

.accordion-button:not(.collapsed) {
    color: #e63946;
    background: #fff8f9;
}


/* Remove Bootstrap default arrow */

.accordion-button::after {
    display: none;
}


/* Custom FAQ icon */

.accordion-button i {
    margin-left: auto;
    min-width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f2937;
    background: #f3f4f6;
    border-radius: 50%;
    font-size: 12px;
    transition: all 0.3s ease;
}

.accordion-button:hover i {
    background: #e63946;
    color: #ffffff;
}

.accordion-button:not(.collapsed) i {
    background: #e63946;
    color: #ffffff;
    transform: rotate(180deg);
}


/* ---------------------------------------------------------
   ACCORDION BODY
--------------------------------------------------------- */

.accordion-body {
    padding: 0 20px 20px;
    color: #667085;
    font-size: 14px;
    line-height: 1.8;
}

.accordion-body p {
    margin-bottom: 10px;
}

.accordion-body p:last-child {
    margin-bottom: 0;
}

.accordion-body strong {
    color: #303947;
}


/* =========================================================
   GENERAL PRODUCT TYPOGRAPHY
========================================================= */

.product-details-sec h1,
.product-details-sec h2,
.product-details-sec h3,
.product-details-sec h4,
.product-details-sec h5,
.product-details-sec h6 {
    font-family: inherit;
}

.product-details-sec img {
    max-width: 100%;
}


/* =========================================================
   SPACING IMPROVEMENTS
========================================================= */

.product-details-sec .row.mt-4 {
    margin-top: 35px !important;
}

.product-details-sec .row:first-child {
    align-items: center;
}


/* =========================================================
   TABLES INSIDE PRODUCT CONTENT
========================================================= */

.products_details_content_main_div table,
.why-choose-points table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: #ffffff;
}

.products_details_content_main_div table th,
.products_details_content_main_div table td,
.why-choose-points table th,
.why-choose-points table td {
    padding: 12px 15px;
    border: 1px solid #e5e7eb;
    text-align: left;
    font-size: 14px;
}

.products_details_content_main_div table th,
.why-choose-points table th {
    background: #f8fafc;
    color: #1f2937;
    font-weight: 600;
}


/* =========================================================
   BLOCKQUOTE
========================================================= */

.products_details_content_main_div blockquote,
.why-choose-points blockquote {
    margin: 20px 0;
    padding: 18px 22px;
    background: #f8fafc;
    border-left: 4px solid #e63946;
    color: #5b6472;
    border-radius: 5px;
}


/* =========================================================
   FAQ / SECTION SMOOTH EFFECT
========================================================= */

.product-details-sec,
.faq_section {
    overflow: hidden;
}


/* =========================================================
   RESPONSIVE - LARGE TABLETS
========================================================= */

@media (max-width: 1199px) {

    .product-details-sec {
        padding: 70px 0;
    }

    .product-image img {
        height: 370px;
    }

    .products_details_content_main_div h4 {
        font-size: 29px;
    }

    .faq_title_div h4 {
        font-size: 31px;
    }
}


/* =========================================================
   RESPONSIVE - TABLETS
========================================================= */

@media (max-width: 991px) {

    .site-breadcrumb {
        padding: 90px 0 70px;
    }

    .breadcrumb-title {
        font-size: 32px;
    }

    .product-details-sec {
        padding: 60px 0;
    }

    .product-image {
        margin-bottom: 30px;
    }

    .product-image img {
        height: 350px;
    }

    .products_details_content_main_div {
        margin-top: 0;
    }

    .products_details_content_main_div h4 {
        font-size: 28px;
    }

    .products_details_content_main_div h3 {
        font-size: 25px;
    }

    .why-choose-section {
        padding: 28px;
    }

    .faq_section {
        padding: 65px 0;
    }

    .faq_title_div {
        padding-right: 0;
        margin-bottom: 35px;
    }

    .faq_title_div h4 {
        font-size: 30px;
    }
}


/* =========================================================
   RESPONSIVE - MOBILE
========================================================= */

@media (max-width: 767px) {

    .site-breadcrumb {
        padding: 75px 0 55px;
    }

    .breadcrumb-title {
        font-size: 27px;
        margin-bottom: 15px;
    }

    .breadcrumb-menu {
        gap: 6px;
    }

    .breadcrumb-menu li {
        font-size: 13px;
    }

    .breadcrumb-menu li:not(:last-child)::after {
        margin-left: 6px;
    }

    .product-details-sec {
        padding: 45px 0;
    }

    .product-image {
        padding: 15px;
        border-radius: 12px;
    }

    .product-image img {
        height: 300px;
    }

    .btn_enquiry_div {
        margin-top: 20px;
    }

    .btn_enquiry_div a {
        width: 100%;
        padding: 12px 20px;
    }

    .products_details_content_main_div {
        margin-top: 25px;
    }

    .products_details_content_main_div h4 {
        font-size: 25px;
        margin-bottom: 18px;
    }

    .products_details_content_main_div h3 {
        font-size: 23px;
    }

    .products_details_content_main_div p {
        font-size: 14px;
        line-height: 1.75;
    }

    .product-details-sec .row.mt-4 {
        margin-top: 25px !important;
    }

    .why-choose-section {
        padding: 22px 20px;
        border-radius: 10px;
    }

    .why-choose-us-title {
        font-size: 21px;
    }

    .why-choose-points {
        font-size: 14px;
        line-height: 1.75;
    }

    .faq_section {
        padding: 50px 0;
    }

    .faq_title_div {
        margin-bottom: 25px;
    }

    .faq_title_div h4 {
        font-size: 26px;
    }

    .faq_title_div p {
        font-size: 14px;
    }

    .faq_main_div {
        padding: 5px;
        border-radius: 10px;
    }

    .accordion-button {
        padding: 16px 14px;
        font-size: 14px;
    }

    .accordion-button i {
        min-width: 28px;
        height: 28px;
        font-size: 10px;
    }

    .accordion-body {
        padding: 0 15px 16px;
        font-size: 13px;
    }

    .products_details_content_main_div table,
    .why-choose-points table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}


/* =========================================================
   RESPONSIVE - SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .site-breadcrumb {
        padding: 60px 0 45px;
    }

    .breadcrumb-title {
        font-size: 24px;
    }

    .product-details-sec {
        padding: 35px 0;
    }

    .product-image img {
        height: 250px;
    }

    .products_details_content_main_div h4 {
        font-size: 23px;
    }

    .products_details_content_main_div h3 {
        font-size: 21px;
    }

    .why-choose-section {
        padding: 20px 17px;
    }

    .why-choose-us-title {
        font-size: 19px;
    }

    .faq_title_div h4 {
        font-size: 23px;
    }

    .accordion-button {
        padding: 14px 12px;
    }
}


/* =========================================================
   ACCESSIBILITY / FOCUS
========================================================= */

.btn_enquiry_div a:focus,
.breadcrumb-menu a:focus,
.accordion-button:focus {
    outline: 2px solid #e63946;
    outline-offset: 3px;
}


/* =========================================================
   END PRODUCT DETAIL CSS
========================================================= */







/* =========================================================
   PRODUCTS PAGE - PREMIUM CSS
========================================================= */


/* =========================================================
   PAGE TITLE / BREADCRUMB
========================================================= */

.page_title_ppcare_section {
    position: relative;
    min-height: 260px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(135deg, rgba(10, 20, 35, 0.96), rgba(30, 45, 65, 0.88)),
        url('../images/page-title-bg.jpg') center center / cover no-repeat;
    overflow: hidden;
}

.page_title_ppcare_section::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    top: -150px;
    right: 8%;
    animation: productTitleFloat 8s ease-in-out infinite;
}

.page_title_ppcare_section::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    bottom: -100px;
    left: 10%;
}

.page_ti_overly_ppcare_div {
    width: 100%;
    position: relative;
    z-index: 2;
}

.page_title_tax_ppcare_main_div {
    width: 100%;
}

.page_title_tax_ppcare_div ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.page_title_tax_ppcare_div ul li {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.page_title_tax_ppcare_div ul li a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    transition: all 0.3s ease;
}

.page_title_tax_ppcare_div ul li a:hover {
    color: #ffffff;
}

.page_title_tax_ppcare_div ul i {
    color: rgba(255, 255, 255, 0.45);
    font-size: 12px;
}


/* =========================================================
   PAGE TITLE ANIMATION
========================================================= */

@keyframes productTitleFloat {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(20px) rotate(8deg);
    }

    100% {
        transform: translateY(0) rotate(0deg);
    }
}


/* =========================================================
   PRODUCT CONTENT SECTION
========================================================= */

.product_content_section {
    position: relative;
    padding: 80px 0;
    background: #ffffff;
}

.product_content_block {
    position: relative;
    max-width: 1100px;
    margin: 0 auto 45px;
}

.product_content_block:last-child {
    margin-bottom: 0;
}

.product_content_text {
    color: #555f6d;
    font-size: 16px;
    line-height: 1.9;
    font-weight: 400;
}

.product_content_text p {
    margin: 0 0 18px;
}

.product_content_text p:last-child {
    margin-bottom: 0;
}

.product_content_text strong {
    color: #1c2733;
    font-weight: 700;
}

.product_content_text a {
    color: #1c5d91;
    text-decoration: none;
    transition: all 0.3s ease;
}

.product_content_text a:hover {
    text-decoration: underline;
}


/* =========================================================
   CONTENT HEADINGS
========================================================= */

.product_content_heading {
    position: relative;
    margin-bottom: 25px;
    padding-left: 20px;
}

.product_content_heading::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 4px;
    height: 34px;
    border-radius: 10px;
    background: #1c5d91;
}

.product_content_heading h2 {
    margin: 0;
    color: #172330;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -0.4px;
}


/* =========================================================
   PRODUCTS SECTION
========================================================= */

.inner_equipment_section {
    position: relative;
    padding: 80px 0;
    background: #f6f8fb;
    overflow: hidden;
}

.inner_equipment_section::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(28, 93, 145, 0.035);
    top: -180px;
    right: -100px;
}

.inner_equipment_section::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(28, 93, 145, 0.025);
    bottom: -150px;
    left: -100px;
}

.inner_equipment_section .container {
    position: relative;
    z-index: 2;
}


/* =========================================================
   PRODUCT CARD
========================================================= */

.inner_equipment_main_div {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #e8edf2;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(20, 35, 50, 0.06);
    transition:
        transform 0.45s ease,
        box-shadow 0.45s ease,
        border-color 0.45s ease;
}

.inner_equipment_main_div:hover {
    transform: translateY(-10px);
    border-color: rgba(28, 93, 145, 0.25);
    box-shadow: 0 22px 55px rgba(20, 35, 50, 0.13);
}


/* =========================================================
   PRODUCT IMAGE
========================================================= */

.inner_equipment_image_div {
    position: relative;
    height: 245px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f7f9;
    overflow: hidden;
}

.inner_equipment_image_div::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            transparent 55%,
            rgba(0, 0, 0, 0.04));
    pointer-events: none;
}

.inner_equipment_image_div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.inner_equipment_main_div:hover .inner_equipment_image_div img {
    transform: scale(1.07);
}


/* =========================================================
   PRODUCT CONTENT
========================================================= */

.inner_equipment_content_main_div {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 25px 24px 24px;
}

.inner_equipment_content_main_div h3 {
    margin: 0 0 12px;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 700;
}

.inner_equipment_content_main_div h3 a {
    color: #182633;
    text-decoration: none;
    transition: color 0.3s ease;
}

.inner_equipment_content_main_div h3 a:hover {
    color: #1c5d91;
}

.inner_equipment_content_main_div p {
    margin: 0;
    color: #697582;
    font-size: 14px;
    line-height: 1.75;
}


/* =========================================================
   VIEW DETAILS BUTTON
========================================================= */

.inner_btn_div_equipment {
    margin-top: auto;
    padding-top: 22px;
}

.inner_btn_div_equipment a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #1c5d91;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.35s ease;
}

.inner_btn_div_equipment a i {
    font-size: 13px;
    transition: transform 0.35s ease;
}

.inner_btn_div_equipment a:hover {
    color: #123d61;
}

.inner_btn_div_equipment a:hover i {
    transform: translate(4px, -4px);
}


/* =========================================================
   CONTENT DIVIDERS
========================================================= */

.product_content_section+.product_content_section {
    padding-top: 20px;
}

.product_content_block+.product_content_block {
    padding-top: 40px;
    border-top: 1px solid #edf0f3;
}


/* =========================================================
   FAQ SECTION
========================================================= */

.product_faq_section {
    position: relative;
    padding: 90px 0;
    background: #f6f8fb;
    overflow: hidden;
}

.product_faq_section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    border: 1px solid rgba(28, 93, 145, 0.08);
    top: -220px;
    left: -160px;
}

.product_faq_section::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    border: 1px solid rgba(28, 93, 145, 0.06);
    bottom: -160px;
    right: -80px;
}

.product_faq_section .container {
    position: relative;
    z-index: 2;
}


/* =========================================================
   FAQ HEADING
========================================================= */

.product_faq_heading {
    max-width: 750px;
    margin: 0 auto 45px;
    text-align: center;
}

.product_faq_heading h2 {
    position: relative;
    display: inline-block;
    margin: 0 0 16px;
    color: #172330;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
}

.product_faq_heading h2::after {
    content: "";
    display: block;
    width: 55px;
    height: 3px;
    margin: 15px auto 0;
    border-radius: 10px;
    background: #1c5d91;
}

.product_faq_heading p {
    margin: 0;
    color: #697582;
    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   FAQ MAIN
========================================================= */

.product_faq_main_div {
    max-width: 950px;
    margin: 0 auto;
}


/* =========================================================
   FAQ ITEM
========================================================= */

.product_faq_item {
    margin-bottom: 15px;
    background: #ffffff;
    border: 1px solid #e4e9ee;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(20, 35, 50, 0.035);
    transition: all 0.35s ease;
}

.product_faq_item:hover {
    border-color: rgba(28, 93, 145, 0.22);
    box-shadow: 0 10px 30px rgba(20, 35, 50, 0.07);
}


/* =========================================================
   FAQ QUESTION
========================================================= */

.product_faq_question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 24px;
    border: 0;
    outline: none;
    background: transparent;
    color: #1a2734;
    text-align: left;
    font-size: 16px;
    font-weight: 650;
    line-height: 1.5;
    cursor: pointer;
    transition: all 0.35s ease;
}

.product_faq_question:hover {
    color: #1c5d91;
}

.product_faq_question span {
    flex: 1;
}

.product_faq_question i {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f0f4f7;
    color: #1c5d91;
    font-size: 12px;
    transition: all 0.35s ease;
}


/* =========================================================
   ACTIVE FAQ
========================================================= */

.product_faq_question.active {
    color: #1c5d91;
    background: #fbfcfd;
}

.product_faq_question.active i {
    background: #1c5d91;
    color: #ffffff;
    transform: rotate(45deg);
}


/* =========================================================
   FAQ ANSWER
========================================================= */

.product_faq_answer {
    padding: 0 24px 23px;
    color: #687581;
    font-size: 15px;
    line-height: 1.85;
}

.product_faq_answer p {
    margin: 0 0 12px;
}

.product_faq_answer p:last-child {
    margin-bottom: 0;
}

.product_faq_answer strong {
    color: #1c2733;
}


/* =========================================================
   RESPONSIVE - TABLET
========================================================= */

@media (max-width: 991px) {

    .page_title_ppcare_section {
        min-height: 220px;
    }

    .product_content_section {
        padding: 65px 0;
    }

    .inner_equipment_section {
        padding: 65px 0;
    }

    .product_faq_section {
        padding: 70px 0;
    }

    .product_content_heading h2 {
        font-size: 28px;
    }

    .product_faq_heading h2 {
        font-size: 30px;
    }

    .inner_equipment_image_div {
        height: 220px;
    }

}


/* =========================================================
   RESPONSIVE - MOBILE
========================================================= */

@media (max-width: 767px) {

    .page_title_ppcare_section {
        min-height: 190px;
    }

    .page_title_tax_ppcare_div ul {
        gap: 10px;
    }

    .page_title_tax_ppcare_div ul li {
        font-size: 14px;
    }

    .product_content_section {
        padding: 50px 0;
    }

    .product_content_block {
        margin-bottom: 35px;
    }

    .product_content_text {
        font-size: 15px;
        line-height: 1.8;
    }

    .product_content_heading {
        margin-bottom: 20px;
        padding-left: 15px;
    }

    .product_content_heading::before {
        width: 3px;
        height: 29px;
    }

    .product_content_heading h2 {
        font-size: 25px;
    }

    .inner_equipment_section {
        padding: 50px 0;
    }

    .inner_equipment_image_div {
        height: 230px;
    }

    .inner_equipment_content_main_div {
        padding: 22px 20px 21px;
    }

    .inner_equipment_content_main_div h3 {
        font-size: 19px;
    }

    .product_faq_section {
        padding: 55px 0;
    }

    .product_faq_heading {
        margin-bottom: 32px;
    }

    .product_faq_heading h2 {
        font-size: 26px;
    }

    .product_faq_heading p {
        font-size: 14px;
    }

    .product_faq_question {
        padding: 18px 18px;
        font-size: 15px;
    }

    .product_faq_question i {
        width: 29px;
        height: 29px;
        flex-basis: 29px;
    }

    .product_faq_answer {
        padding: 0 18px 19px;
        font-size: 14px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .page_title_ppcare_section {
        min-height: 165px;
    }

    .inner_equipment_image_div {
        height: 210px;
    }

    .product_content_heading h2 {
        font-size: 23px;
    }

    .product_faq_heading h2 {
        font-size: 23px;
    }

    .product_faq_question {
        gap: 12px;
    }

    .product_faq_question span {
        line-height: 1.45;
    }

}











/* =========================================================
   EXPLORE MORE - PAGE TITLE / BREADCRUMB
========================================================= */

.page_title_ppcare_section {
    position: relative;
    min-height: 260px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(120deg,
            rgba(10, 25, 40, 0.96),
            rgba(25, 70, 100, 0.88));
    overflow: hidden;
}


/* Decorative Circle */

.page_title_ppcare_section::before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 50%;
    top: -190px;
    right: 8%;
    animation: breadcrumbCircle 8s ease-in-out infinite;
}


/* Second Decorative Circle */

.page_title_ppcare_section::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 50%;
    bottom: -140px;
    left: 8%;
}


/* =========================================================
   OVERLAY
========================================================= */

.page_ti_overly_ppcare_div {
    width: 100%;
    position: relative;
    z-index: 2;
}


/* =========================================================
   CONTAINER
========================================================= */

.page_title_ppcare_section .container {
    position: relative;
    z-index: 3;
}


/* =========================================================
   MAIN BREADCRUMB DIV
========================================================= */

.page_title_tax_ppcare_main_div {
    width: 100%;
}

.page_title_tax_ppcare_div {
    width: 100%;
}


/* =========================================================
   BREADCRUMB LIST
========================================================= */

.page_title_tax_ppcare_div ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;

    margin: 0;
    padding: 0;

    list-style: none;
}


/* =========================================================
   BREADCRUMB ITEMS
========================================================= */

.page_title_tax_ppcare_div ul li {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.2px;
}


/* =========================================================
   HOME LINK
========================================================= */

.page_title_tax_ppcare_div ul li a {
    color: rgba(255, 255, 255, 0.70);
    text-decoration: none;

    transition:
        color 0.3s ease,
        transform 0.3s ease;
}

.page_title_tax_ppcare_div ul li a:hover {
    color: #ffffff;
}


/* =========================================================
   CHEVRON
========================================================= */

.page_title_tax_ppcare_div ul>i {
    display: flex;
    align-items: center;
    justify-content: center;

    color: rgba(255, 255, 255, 0.45);

    font-size: 11px;
}


/* =========================================================
   ACTIVE PAGE
========================================================= */

.page_title_tax_ppcare_div ul li:last-child {
    color: #ffffff;
    font-weight: 600;
}


/* =========================================================
   SMALL ACTIVE UNDERLINE
========================================================= */

.page_title_tax_ppcare_div ul li:last-child::after {
    content: "";

    display: block;

    width: 28px;
    height: 2px;

    margin-top: 6px;

    border-radius: 10px;

    background: #ffffff;
}


/* =========================================================
   ANIMATION
========================================================= */

@keyframes breadcrumbCircle {

    0% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(18px) rotate(6deg);
    }

    100% {
        transform: translateY(0) rotate(0deg);
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .page_title_ppcare_section {
        min-height: 220px;
    }

    .page_title_tax_ppcare_div ul {
        gap: 12px;
    }

    .page_title_tax_ppcare_div ul li {
        font-size: 15px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .page_title_ppcare_section {
        min-height: 190px;
    }

    .page_title_tax_ppcare_div ul {
        gap: 10px;
    }

    .page_title_tax_ppcare_div ul li {
        font-size: 14px;
    }

    .page_title_tax_ppcare_div ul>i {
        font-size: 9px;
    }

    .page_title_ppcare_section::before {
        width: 260px;
        height: 260px;
        top: -150px;
        right: -80px;
    }

    .page_title_ppcare_section::after {
        width: 160px;
        height: 160px;
        bottom: -100px;
        left: -70px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .page_title_ppcare_section {
        min-height: 165px;
    }

    .page_title_tax_ppcare_div ul {
        gap: 8px;
    }

    .page_title_tax_ppcare_div ul li {
        font-size: 13px;
    }

}





/* ==========================
sidebar recent posts
========================== */

.blog-sidebar {
    position: sticky;
    top: 100px;
}

.recent-post-widget {
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
    position: sticky;
    top: 100px;
}

.widget-title {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 30px;
    color: var(--color-dark);
    position: relative;
    padding-bottom: 14px;
}

.widget-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 3px;
    border-radius: 20px;
    background: var(--theme-color);
}

/* recent post item */

.recent-post-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #ececec;
}

.recent-post-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/* image */

.recent-post-img {
    width: 110px;
    min-width: 110px;
    height: 85px;
    overflow: hidden;
    border-radius: 12px;
}

.recent-post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}

.recent-post-item:hover .recent-post-img img {
    transform: scale(1.08);
}

/* content */

.recent-post-info h5 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}

.recent-post-info h5 a {
    color: var(--color-dark);
    transition: 0.4s ease;
}

.recent-post-info h5 a:hover {
    color: var(--theme-color);
}

.recent-post-info span {
    font-size: 14px;
    color: #777;
    display: flex;
    align-items: center;
    gap: 6px;
}

.recent-post-info span i {
    color: var(--theme-color);
}

/* responsive */

@media(max-width:991px) {

    .blog-single {
        padding: 40px 0;
    }

    .recent-post-widget {
        margin-top: 40px;
        position: relative;
        top: 0;
    }

    .blog-details h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .blog-thumb-img {
        height: 280px;
    }
}

@media(max-width:767px) {

    .blog-details h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .blog-thumb-img {
        height: 220px;
    }

    .blog-single .blockqoute {
        padding: 25px;
    }

    .recent-post-item {
        align-items: flex-start;
    }

    .recent-post-img {
        width: 90px;
        min-width: 90px;
        height: 70px;
    }

    .recent-post-info h5 {
        font-size: 15px;
        line-height: 22px;
    }
}