@font-face {
    font-family: "Calibri Reqular";
    src: url(../fonts/Calibri-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Calibri Bold";
    src: url(../fonts/Calibri-Bold.TTF) format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Yu Gothic";
    src: url(../fonts/yu-gothi.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Calibri Reqular";
    font-size: 16px;
    color: #000000;
    line-height: 26px;
    font-weight: normal;
    font-style: normal;
    overflow-x: hidden;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
textarea {
    font-size: 16px;
    font-family: "Calibri Reqular";
}
textarea:focus,
input:focus,
.btn:focus {
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Calibri Bold";
    color: #000;
}
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover {
    text-decoration: none !important;
    color: #212c65;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
a:focus {
    outline: none;
    text-decoration: none !important;
}
.btn:focus {
    outline: none;
    color: #fff;
    box-shadow: none;
}
select:focus {
    outline: none;
}
header,
section,
footer {
    display: block;
    width: 100%;
}
p {
    margin-bottom: 0px;
}
img,
a,
input,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
/* Header Start */
.header-section {
    display: inline-block;
    width: 100%;
    /* background-color:#0046bc; */
}
.header-section1{
    background-color:#0046bc;
}
.header-top {
    background-color: #f4f9fd;
    padding: 15px 0px;
    margin-bottom: 20px;
}
.top-mail {
    color: #000;
    font-family: "Calibri Bold";
}
.top-mail:hover {
    color: #0046bc;
}
.mail-icon {
    background-color: #d2e3ff;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    color: #0046bc;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}
.mail-icon i {
    font-size: 14px;
    line-height: 30px;
}
.social-item {
    float: right;
}
.social-item li {
    display: inline-block;
}
.social-item li a {
    display: inline-block;
    background-color: #d2e3ff;
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    border-radius: 100px;
    color: #0046bc;
    text-align: center;
    margin-right: 10px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}
.social-item li a:hover {
    background-color: #0046bc;
    color: #fff;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.social-item .fab {
    line-height: 32px !important;
}
.request-btn {
    float: right;
    background-color: #d2e3ff;
    padding: 3px 15px;
    border-radius: 100px;
    color: #000;
    text-transform: uppercase;
    font-family: "Calibri Bold";
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    margin-left: 15px;
    background: linear-gradient(to right, #0046bc 50%, #d2e3ff 50%);
    background-size: 205% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-out;
}
.request-btn:hover {
    background-position: left bottom;
    color: #fff;
}
.request-btn i {
    margin-right: 5px;
    color: #0046bc;
}
.request-btn:hover i {
    color: #fff;
}
.header-btm {
    margin-bottom: 15px;
    position: relative;
    z-index: 10;
}
.header-btm1 {
    padding-bottom: 1px !important;
}
.logo img {
    width: 200px !important; 
}
/*
-----------------------------------------------------------------------
  Header CSS
-----------------------------------------------------------------------
*/


.header-area {
    padding: 50px 0;
}
.header-area.header-default {
    background-color: #fff;
    box-shadow: 0px 15px 35px 0px rgba(0, 29, 35, 0.02);
    border: 0 !important;
    padding: 15px 0;
    position: relative;
    z-index: 999;
}
@media only screen and (max-width: 767px) {
    .header-area.header-default {
        padding: 10px 0;
    }
}
@media only screen and (min-width: 1400px) {
    .header-area.header-default .container {
        max-width: 1397px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
.header-area.header-default .header-logo-area {
    top: 0;
}
@media only screen and (max-width: 991px) {
    .header-area.header-default .header-logo-area {
        padding-right: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .header-area.header-default .header-logo-area {
        padding-right: 10px;
    }
}
.header-area.header-default .header-align {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
    .header-area.header-default .header-align {
        justify-content: flex-end;
    }
}
@media only screen and (max-width: 1199px) {
    .header-area.header-default .header-align .header-navigation-area {
        display: none;
    }
}
.header-area.header-default
    .header-align
    .header-navigation-area
    .main-menu
    > li {
    margin-right: 0;
}
.header-area.header-default
    .header-align
    .header-navigation-area
    .main-menu
    > li:first-child.active
    > a:before {
    left: 30%;
}
.header-area.header-default
    .header-align
    .header-navigation-area
    .main-menu
    > li:first-child
    > a {
    padding-left: 0;
}
.header-area.header-default
    .header-align
    .header-navigation-area
    .main-menu
    > li:last-child {
    margin-right: 0;
}
.header-area.header-default
    .header-align
    .header-navigation-area
    .main-menu
    > li:last-child.active
    > a:before {
    left: 65%;
}
.header-area.header-default
    .header-align
    .header-navigation-area
    .main-menu
    > li:last-child
    > a {
    padding-right: 0;
}
.header-area.header-default
    .header-align
    .header-navigation-area
    .main-menu
    > li.active
    > a {
    color: #fff;
    position: relative;
}
.header-area.header-default
    .header-align
    .header-navigation-area
    .main-menu
    > li.active
    > a:before {
    background-image: url("../img/shape/menu-shape.png");
    background-repeat: no-repeat;
    background-position: 45% 15%;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    min-width: 118px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: -1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.header-area.header-default
    .header-align
    .header-navigation-area
    .main-menu
    > li.active.has-submenu
    > a:before {
    display: block;
}
.header-area.header-default
    .header-align
    .header-navigation-area
    .main-menu
    > li
    > a {
    padding: 7px 34px;
}
@media only screen and (max-width: 1399px) {
    .header-area.header-default
        .header-align
        .header-navigation-area
        .main-menu
        > li
        > a {
        padding: 7px 31px;
    }
}
.header-area.header-default
    .header-align
    .header-navigation-area
    .main-menu
    > li.has-submenu
    > a:before {
    display: none;
}
.header-area.header-default
    .header-align
    .header-navigation-area
    .main-menu
    > li.has-submenu
    .submenu-nav {
    background-color: #fff;
    border: none;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 20px 80px 0px rgba(171, 181, 189, 0.35);
    left: -10px;
    margin-top: 25px;
    min-width: 195px;
}
.header-area.header-default
    .header-align
    .header-navigation-area
    .main-menu
    > li.has-submenu
    .submenu-nav:before {
    height: 40px;
}
.header-area.header-default
    .header-align
    .header-navigation-area
    .main-menu
    > li.has-submenu
    .submenu-nav
    > li
    a {
    color: #0e0e0e;
}
.header-area.header-default
    .header-align
    .header-navigation-area
    .main-menu
    > li.has-submenu
    .submenu-nav
    > li
    a:hover {
    color: #797885;
}
.header-area.header-default .header-align .header-action-area {
    margin-left: 91px;
    position: relative;
    top: -0.5px;
}
@media (max-width: 1699px) {
    .header-area.header-default .header-align .header-action-area {
        margin-left: 50px;
    }
}
@media (max-width: 1599px) {
    .header-area.header-default .header-align .header-action-area {
        margin-left: 45px;
    }
}
@media only screen and (max-width: 1399px) {
    .header-area.header-default .header-align .header-action-area {
        margin-left: 40px;
    }
}
@media only screen and (max-width: 479.98px) {
    .header-area.header-default .header-align .header-action-area {
        margin-left: 0;
    }
}
.header-area.header-default .header-align .header-action-area button.btn-theme,
.header-area.header-default .header-align .header-action-area a.btn-theme {
    margin-left: 15px;
}
@media (max-width: 1599px) {
    .header-area.header-default
        .header-align
        .header-action-area
        button.btn-theme,
    .header-area.header-default .header-align .header-action-area a.btn-theme {
        min-width: 175px;
        padding: 17px 27px;
    }
}
@media only screen and (max-width: 1199px) {
    .header-area.header-default
        .header-align
        .header-action-area
        button.btn-theme,
    .header-area.header-default .header-align .header-action-area a.btn-theme {
        padding: 15px 27px;
    }
}
@media only screen and (max-width: 767px) {
    .header-area.header-default
        .header-align
        .header-action-area
        button.btn-theme,
    .header-area.header-default .header-align .header-action-area a.btn-theme {
        font-size: 14px;
        min-width: 130px;
        padding: 11px 16px;
    }
}
@media (max-width: 384px) {
    .header-area.header-default
        .header-align
        .header-action-area
        button.btn-theme,
    .header-area.header-default .header-align .header-action-area a.btn-theme {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .header-area.header-default
        .header-align
        .header-action-area
        button.btn-theme:before,
    .header-area.header-default
        .header-align
        .header-action-area
        a.btn-theme:before {
        bottom: -50px;
    }
}
@media only screen and (max-width: 767px) {
    .header-area.header-default
        .header-align
        .header-action-area
        button.btn-theme:after,
    .header-area.header-default
        .header-align
        .header-action-area
        a.btn-theme:after {
        top: -50px;
    }
}
.header-area.header-default
    .header-align
    .header-action-area
    button.btn-theme.btn-slide
    .icon.icon-img,
.header-area.header-default
    .header-align
    .header-action-area
    a.btn-theme.btn-slide
    .icon.icon-img {
    right: 28px;
}
@media only screen and (max-width: 767px) {
    .header-area.header-default
        .header-align
        .header-action-area
        button.btn-theme.btn-slide
        .icon.icon-img,
    .header-area.header-default
        .header-align
        .header-action-area
        a.btn-theme.btn-slide
        .icon.icon-img {
        right: 15px;
        width: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .header-area.header-default
        .header-align
        .header-action-area
        button.btn-theme.btn-slide:hover:before,
    .header-area.header-default
        .header-align
        .header-action-area
        a.btn-theme.btn-slide:hover:before {
        bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
    .header-area.header-default
        .header-align
        .header-action-area
        button.btn-theme.btn-slide:hover:after,
    .header-area.header-default
        .header-align
        .header-action-area
        a.btn-theme.btn-slide:hover:after {
        top: 0;
    }
}
.header-area.header-default.sticky-header.sticky {
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background-color: #fff;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    left: 0;
    top: 0;
    padding: 15px 0;
    width: 100%;
    z-index: 999;
}
@media only screen and (max-width: 767px) {
    .header-area.header-default.sticky-header.sticky {
        padding: 10px 0;
    }
}
.header-area.header-default.sticky-header.sticky .header-logo-area .logo-main {
    display: none;
}
.header-area.header-default.sticky-header.sticky .header-logo-area .logo-light {
    display: block;
}
.header-area.header-default.sticky-header.sticky
    .header-align
    .header-navigation-area
    .main-menu
    > li:after {
    top: 63px;
}
.header-area.header-default.sticky-header.sticky
    .header-align
    .header-navigation-area
    .main-menu
    > li
    > a {
    color: #001d23;
}
.header-area.header-default.sticky-header.sticky
    .header-align
    .header-navigation-area
    .main-menu
    > li
    > a:hover {
    background-color: transparent;
    color: #797885;
}
.header-area.header-default.sticky-header.sticky
    .header-align
    .header-navigation-area
    .main-menu
    > li:hover
    a {
    background-color: transparent;
}
.header-area.header-default.sticky-header.sticky
    .header-align
    .header-navigation-area
    .main-menu
    > li:hover
    a:after {
    display: none;
}
.header-area.header-default.sticky-header.sticky
    .header-align
    .header-navigation-area
    .main-menu
    > li.active
    > a {
    color: #fff;
}
.header-area.header-default.sticky-header.sticky
    .header-align
    .header-navigation-area
    .main-menu
    > li.has-submenu
    > .submenu-nav {
    margin-top: 26px;
}
.header-area.header-default.sticky-header.sticky
    .header-align
    .header-navigation-area
    .main-menu
    > li.has-submenu
    > .submenu-nav:before {
    height: 44px;
}
.header-area.header-default.sticky-header.sticky
    .header-align
    .header-action-area
    button.btn-search,
.header-area.header-default.sticky-header.sticky
    .header-align
    .header-action-area
    a.btn-search {
    color: #0e0e0e;
}
.header-area.header-default.sticky-header.sticky
    .header-align
    .header-action-area
    button.btn-search:hover,
.header-area.header-default.sticky-header.sticky
    .header-align
    .header-action-area
    a.btn-search:hover {
    background-color: transparent;
    color: #0e0e0e;
}
.header-area.header-default.sticky-header.sticky
    .header-align
    .header-action-area
    button.btn-menu
    span,
.header-area.header-default.sticky-header.sticky
    .header-align
    .header-action-area
    a.btn-menu
    span {
    background-color: #0e0e0e;
}

.btn-menu-slide-close {
    background-color: rgba(33, 35, 49, 0.8);
    height: 100vh;
    opacity: 0;
    position: fixed;
    right: -50%;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 999;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.btn-menu-slide-close .icon-menu-slide-close {
    color: #fff;
    font-size: 32px;
    position: absolute;
    right: 360px;
    top: 45px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.btn-menu-slide-close .icon-menu-slide-close:hover {
    color: #797885;
    cursor: pointer;
}
.btn-menu-slide-close.active {
    opacity: 1;
    right: 0;
    visibility: visible;
}
.btn-menu-slide-close.active .icon-menu-slide-close {
    transition-delay: 0.3s;
}

.header-action-area button,
.header-action-area a {
    vertical-align: middle;
}
.header-action-area button.btn-search,
.header-action-area a.btn-search {
    background-color: transparent;
    border: none;
    color: #0e0e0e;
    font-size: 20px;
    padding: 0;
}
.header-action-area button.btn-search .icon,
.header-action-area a.btn-search .icon {
    height: 35px;
    line-height: 38px;
    width: 35px;
}
.header-action-area button.btn-menu,
.header-action-area a.btn-menu {
    background-color: transparent;
    border: none;
    box-shadow: none;
    height: 18px;
    margin-right: 15px;
    margin-top: 0;
    position: relative;
    width: 35px;
}
.header-action-area button.btn-menu span,
.header-action-area a.btn-menu span {
    /* background-color: #797885; */
    background-color: #fff;
    border-radius: 2px;
    display: block;
    height: 3px;
    position: absolute;
    right: 0;
    transition: 0.4s;
    width: 100%;
}

.header-action-area button.btn-menu span:first-child,
.header-action-area a.btn-menu span:first-child {
    top: 0;
    width: 30px;
}
.header-action-area button.btn-menu span:nth-child(2),
.header-action-area a.btn-menu span:nth-child(2) {
    top: calc(50% - 0.3px);
    transform: translateY(-50%);
    width: 100%;
}
.header-action-area button.btn-menu span:last-child,
.header-action-area a.btn-menu span:last-child {
    bottom: 0;
    width: 25px;
}
.header-action-area button.btn-menu:hover span,
.header-action-area a.btn-menu:hover span {
    background-color: #797885;
}
.header-action-area button.btn-menu:hover span:first-child,
.header-action-area button.btn-menu:hover span:last-child,
.header-action-area a.btn-menu:hover span:first-child,
.header-action-area a.btn-menu:hover span:last-child {
    width: 100%;
}
.btn-search .icon-search {
    display: block;
}
.btn-search .icon-search-close {
    display: none;
}
.btn-search.show .icon-search {
    display: none;
}
.btn-search.show .icon-search-close {
    display: block;
}

.off-canvas-wrapper {
    position: fixed;
    /* right: -100%; */
    left: -100%;
    top: 0;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 100vh;
    width: 80%;
    z-index: 9999;
}
.off-canvas-wrapper.active {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    left: 0;
}
.off-canvas-wrapper.active .off-canvas-inner {
    transform: none;
}
.off-canvas-wrapper.active .off-canvas-inner .off-canvas-content {
    transform: none;
    /* transition-delay: 0.3s; */
}
.off-canvas-wrapper.active .btn-close {
    display: block;
}
.off-canvas-wrapper.active .off-canvas-overlay {
    opacity: 1;
    visibility: visible;
}
.off-canvas-wrapper .off-canvas-header {
    display: flex;
    justify-content: left;
    padding: 10px 0;
    float: left;
    width: 100%;
}
.close-action {
    position: absolute;
    right: 10px;
    top: 13px;
}
.off-canvas-wrapper .off-canvas-header .logo-area {
    max-width: 100px;
}
@media (max-width:768px) {
    .off-canvas-wrapper .off-canvas-header .logo-area img {
    width: 100%;
    margin-left: -60px;
    margin-right: 86px;
    }
}
.off-canvas-wrapper .off-canvas-header .logo-area img {
    width: 135px; 
    margin-left: 0px; 
    margin-right: 42px;
}
.off-canvas-wrapper .off-canvas-overlay {
     background-color: rgba(0, 0, 0, 50%); 
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    height: 100%;
    width: 127%;
    z-index: 2;
}
.off-canvas-wrapper .btn-close {
    background: none;
    border: none;
    color: #999999;
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.off-canvas-wrapper1 {
    position: fixed;
    right: -100%;
    top: 0;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 100vh;
    width: 100%;
    z-index: 9999;
}
.off-canvas-wrapper1.active {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    right: 0;
}
.off-canvas-wrapper1.active .off-canvas-inner {
    transform: none;
}
.off-canvas-wrapper1.active .off-canvas-inner .off-canvas-content {
    transform: none;
    transition-delay: 0.3s;
}
.off-canvas-wrapper1.active .btn-close {
    display: block;
}
.off-canvas-wrapper1.active .off-canvas-overlay {
    opacity: 1;
    visibility: visible;
}
.off-canvas-wrapper1 .off-canvas-header {
    display: flex;
    justify-content:left;
    padding: 10px 0;
    float:left;
    width: 100%;
}
.off-canvas-wrapper1 .off-canvas-header .logo-area {
    max-width: 100px;
}

.off-canvas-wrapper1 .off-canvas-header .logo-area img {
    width: 100px;
}
.off-canvas-wrapper1 .off-canvas-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.off-canvas-wrapper1 .btn-close {
    background: none;
    border: none;
    color: #999999;
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.off-canvas-wrapper2 {
    position: fixed;
    right: -100%;
    top: 0;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 100vh;
    width: 100%;
    z-index: 9999;
}
.off-canvas-wrapper2.active {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    right: 0;
}
.off-canvas-wrapper2.active .off-canvas-inner {
    transform: none;
}
.off-canvas-wrapper2.active .off-canvas-inner .off-canvas-content {
    transform: none;
    transition-delay: 0.3s;
}
.off-canvas-wrapper2.active .btn-close {
    display: block;
}
.off-canvas-wrapper2.active .off-canvas-overlay {
    opacity: 1;
    visibility: visible;
}
.off-canvas-wrapper2 .off-canvas-header {
    display: flex;
    justify-content:left;
    padding: 10px 0;
    float: left;
    width: 100%;
}
.off-canvas-wrapper2 .off-canvas-header .logo-area {
    max-width: 100px;
}

.off-canvas-wrapper2 .off-canvas-header .logo-area img {
    width: 100px;
}
.off-canvas-wrapper2 .off-canvas-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.off-canvas-wrapper2 .btn-close {
    background: none;
    border: none;
    color: #999999;
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.off-canvas-wrapper3 {
    position: fixed;
    right: -100%;
    top: 0;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 100vh;
    width: 100%;
    z-index: 9999;
}
.off-canvas-wrapper3.active {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    right: 0;
}
.off-canvas-wrapper3.active .off-canvas-inner {
    transform: none;
}
.off-canvas-wrapper3.active .off-canvas-inner .off-canvas-content {
    transform: none;
    transition-delay: 0.3s;
}
.off-canvas-wrapper3.active .btn-close {
    display: block;
}
.off-canvas-wrapper3.active .off-canvas-overlay {
    opacity: 1;
    visibility: visible;
}
.off-canvas-wrapper3 .off-canvas-header {
    display: flex;
    justify-content:left;
    padding: 10px 0;
    float: left;
    width: 100%;
}
.off-canvas-wrapper3 .off-canvas-header .logo-area {
    max-width: 100px;
}

.off-canvas-wrapper3 .off-canvas-header .logo-area img {
    width: 100px;
}
.off-canvas-wrapper3 .off-canvas-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.off-canvas-wrapper3 .btn-close {
    background: none;
    border: none;
    color: #999999;
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.off-canvas-wrapper4 {
    position: fixed;
    right: -100%;
    top: 0;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 100vh;
    width: 100%;
    z-index: 9999;
}
.off-canvas-wrapper4.active {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    right: 0;
}
.off-canvas-wrapper4.active .off-canvas-inner {
    transform: none;
}
.off-canvas-wrapper4.active .off-canvas-inner .off-canvas-content {
    transform: none;
    transition-delay: 0.3s;
}
.off-canvas-wrapper4.active .btn-close {
    display: block;
}
.off-canvas-wrapper4.active .off-canvas-overlay {
    opacity: 1;
    visibility: visible;
}
.off-canvas-wrapper4 .off-canvas-header {
    display: flex;
    justify-content: right;
    padding: 10px 0;
    float: right;
    width: 100%;
}
.off-canvas-wrapper4 .off-canvas-header .logo-area {
    max-width: 100px;
}

.off-canvas-wrapper4 .off-canvas-header .logo-area img {
    width: 100px;
}
.off-canvas-wrapper4 .off-canvas-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.off-canvas-wrapper4 .btn-close {
    background: none;
    border: none;
    color: #999999;
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.off-canvas-wrapper5,
.off-canvas-wrapper6,
.off-canvas-wrapper7,
.off-canvas-wrapper8 {
    position: fixed;
    right: -100%;
    top: 0;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 100vh;
    width: 100%;
    z-index: 9999;
}
.off-canvas-wrapper5.active,
.off-canvas-wrapper6.active,
.off-canvas-wrapper7.active,
.off-canvas-wrapper8.active {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    right: 0;
}
.off-canvas-wrapper5.active .off-canvas-inner,
.off-canvas-wrapper6.active .off-canvas-inner,
.off-canvas-wrapper7.active .off-canvas-inner,
.off-canvas-wrapper8.active .off-canvas-inner {
    transform: none;
}
.off-canvas-wrapper5.active .off-canvas-inner .off-canvas-content,
.off-canvas-wrapper6.active .off-canvas-inner .off-canvas-content,
.off-canvas-wrapper7.active .off-canvas-inner .off-canvas-content,
.off-canvas-wrapper8.active .off-canvas-inner .off-canvas-content {
    transform: none;
    transition-delay: 0.3s;
}
.off-canvas-wrapper5.active .btn-close,
.off-canvas-wrapper6.active .btn-close,
.off-canvas-wrapper7.active .btn-close,
.off-canvas-wrapper8.active .btn-close {
    display: block;
}
.off-canvas-wrapper5.active .off-canvas-overlay,
.off-canvas-wrapper6.active .off-canvas-overlay,
.off-canvas-wrapper7.active .off-canvas-overlay,
.off-canvas-wrapper8.active .off-canvas-overlay {
    opacity: 1;
    visibility: visible;
}
.off-canvas-wrapper5 .off-canvas-header,
.off-canvas-wrapper6 .off-canvas-header,
.off-canvas-wrapper7 .off-canvas-header,
.off-canvas-wrapper8 .off-canvas-header {
    display: flex;
    justify-content: right;
    padding: 10px 0;
    float: right;
    width: 100%;
}
.off-canvas-wrapper5 .off-canvas-header .logo-area,
.off-canvas-wrapper6 .off-canvas-header .logo-area,
.off-canvas-wrapper7 .off-canvas-header .logo-area,
.off-canvas-wrapper8 .off-canvas-header .logo-area {
    max-width: 100px;
}

.off-canvas-wrapper5 .off-canvas-header .logo-area img,
.off-canvas-wrapper6 .off-canvas-header .logo-area img,
.off-canvas-wrapper7 .off-canvas-header .logo-area img,
.off-canvas-wrapper8 .off-canvas-header .logo-area img {
    width: 100px;
}
.off-canvas-wrapper5 .off-canvas-overlay,
.off-canvas-wrapper6 .off-canvas-overlay,
.off-canvas-wrapper7 .off-canvas-overlay,
.off-canvas-wrapper8 .off-canvas-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.off-canvas-wrapper5 .btn-close,
.off-canvas-wrapper6 .btn-close,
.off-canvas-wrapper7 .btn-close,
.off-canvas-wrapper8 .btn-close {
    background: none;
    border: none;
    color: #999999;
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.off-canvas-wrapper9 {
    position: fixed;
    right: -100%;
    top: 0;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 100vh;
    width: 100%;
    z-index: 9999;
}
.off-canvas-wrapper9.active {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    right: 0;
}
.off-canvas-wrapper9.active .off-canvas-inner {
    transform: none;
}
.off-canvas-wrapper9.active .off-canvas-inner .off-canvas-content {
    transform: none;
    transition-delay: 0.3s;
}
.off-canvas-wrapper9.active .btn-close {
    display: block;
}
.off-canvas-wrapper9.active .off-canvas-overlay {
    opacity: 1;
    visibility: visible;
}
.off-canvas-wrapper9 .off-canvas-header {
    display: flex;
    justify-content:left;
    padding: 10px 0;
    float: left;
    width: 100%;
}
.off-canvas-wrapper9 .off-canvas-header .logo-area {
    max-width: 100px;
}

.off-canvas-wrapper9 .off-canvas-header .logo-area img {
    width: 100px;
}
.off-canvas-wrapper9 .off-canvas-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.off-canvas-wrapper9 .btn-close {
    background: none;
    border: none;
    color: #999999;
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

@media only screen and (max-width: 575px) {
    .off-canvas-wrapper .btn-close {
        font-size: 20px;
    }
    .off-canvas-wrapper1 .btn-close {
        font-size: 20px;
    }
    .off-canvas-wrapper2 .btn-close,
    .off-canvas-wrapper3 .btn-close,
    .off-canvas-wrapper4 .btn-close,
    .off-canvas-wrapper5 .btn-close,
    .off-canvas-wrapper6 .btn-close,
    .off-canvas-wrapper7 .btn-close,
    .off-canvas-wrapper8 .btn-close, 
    .off-canvas-wrapper9 .btn-close{ 
        font-size: 20px;
    }
}
.off-canvas-wrapper .btn-close:active,
.off-canvas-wrapper .btn-close:focus {
    border: none;
    box-shadow: none;
}
.off-canvas-wrapper .btn-close i {
    line-height: 1;
}
.off-canvas-wrapper .btn-close:hover {
    color: #0e0e0e;
}
.off-canvas-wrapper .off-canvas-inner {
    background-color: transparent;
    display: flex;
    justify-content: flex-end;
    position: relative;
    transform: translateX(0);
    transition: 0.3s;
    height: 100vh;
    width: 100%;
    z-index: 3;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content {
    background-color: #fff;
    height: 100%;
    padding: 0 15px;
    position: relative;
    overflow-y: auto;
    transition: 0.4s;
    transition-duration: 0.4s;
    /* transform: translateX(100%); */
    width: 245px;
    z-index: 9;
}

.off-canvas-wrapper1 .btn-close:active,
.off-canvas-wrapper1 .btn-close:focus {
    border: none;
    box-shadow: none;
}
.off-canvas-wrapper1 .btn-close i {
    line-height: 1;
}
.off-canvas-wrapper1 .btn-close:hover {
    color: #0e0e0e;
}
.off-canvas-wrapper1 .off-canvas-inner {
    background-color: transparent;
    display: flex;
    justify-content: flex-end;
    position: relative;
    transform: translateX(0);
    transition: 0.3s;
    height: 100vh;
    width: 100%;
    z-index: 3;
}
.off-canvas-wrapper1 .off-canvas-inner .off-canvas-content {
    background-color: #fff;
    height: 100%;
    position: relative;
    overflow-y: auto;
    transition: 0.4s;
    transition-duration: 0.4s;
    transform: translateX(100%);
    z-index: 9;
}

.off-canvas-wrapper2 .btn-close:active,
.off-canvas-wrapper2 .btn-close:focus {
    border: none;
    box-shadow: none;
}
.off-canvas-wrapper9 .btn-close:active,
.off-canvas-wrapper9 .btn-close:focus {
    border: none;
    box-shadow: none;
}
.off-canvas-wrapper2 .btn-close i {
    line-height: 1;
}
.off-canvas-wrapper9 .btn-close i {
    line-height: 1;
}
.off-canvas-wrapper2 .btn-close:hover {
    color: #0e0e0e;
}
.off-canvas-wrapper9 .btn-close:hover {
    color: #0e0e0e;
}
.off-canvas-wrapper2 .off-canvas-inner {
    background-color: transparent;
    display: flex;
    justify-content: flex-end;
    position: relative;
    transform: translateX(0);
    transition: 0.3s;
    height: 100vh;
    width: 100%;
    z-index: 3;
}
.off-canvas-wrapper9 .off-canvas-inner {
    background-color: transparent;
    display: flex;
    justify-content: flex-end;
    position: relative;
    transform: translateX(0);
    transition: 0.3s;
    height: 100vh;
    width: 100%;
    z-index: 3;
}
.off-canvas-wrapper2 .off-canvas-inner .off-canvas-content {
    background-color: #fff;
    height: 100%;
    position: relative;
    overflow-y: auto;
    transition: 0.4s;
    transition-duration: 0.4s;
    transform: translateX(100%);
    z-index: 9;
}
.off-canvas-wrapper9 .off-canvas-inner .off-canvas-content {
    background-color: #fff;
    height: 100%;
    position: relative;
    overflow-y: auto;
    transition: 0.4s;
    transition-duration: 0.4s;
    transform: translateX(100%);
    z-index: 9;
}
.off-canvas-wrapper3 .btn-close:active,
.off-canvas-wrapper3 .btn-close:focus {
    border: none;
    box-shadow: none;
}
.off-canvas-wrapper3 .btn-close i {
    line-height: 1;
}
.off-canvas-wrapper3 .btn-close:hover {
    color: #0e0e0e;
}
.off-canvas-wrapper3 .off-canvas-inner {
    background-color: transparent;
    display: flex;
    justify-content: flex-end;
    position: relative;
    transform: translateX(0);
    transition: 0.3s;
    height: 100vh;
    width: 100%;
    z-index: 3;
}
.off-canvas-wrapper3 .off-canvas-inner .off-canvas-content {
    background-color: #fff;
    height: 100%;
    position: relative;
    overflow-y: auto;
    transition: 0.4s;
    transition-duration: 0.4s;
    transform: translateX(100%);
    z-index: 9;
}

.off-canvas-wrapper4 .btn-close:active,
.off-canvas-wrapper4 .btn-close:focus {
    border: none;
    box-shadow: none;
}
.off-canvas-wrapper4 .btn-close i {
    line-height: 1;
}
.off-canvas-wrapper4 .btn-close:hover {
    color: #0e0e0e;
}
.off-canvas-wrapper4 .off-canvas-inner {
    background-color: transparent;
    display: flex;
    justify-content: flex-end;
    position: relative;
    transform: translateX(0);
    transition: 0.3s;
    height: 100vh;
    width: 100%;
    z-index: 3;
}
.off-canvas-wrapper4 .off-canvas-inner .off-canvas-content {
    background-color: #fff;
    height: 100%;
    position: relative;
    overflow-y: auto;
    transition: 0.4s;
    transition-duration: 0.4s;
    transform: translateX(100%);
    z-index: 9;
}
.off-canvas-wrapper3 {
    position: fixed;
    right: -100%;
    top: 0;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 100vh;
    width: 100%;
    z-index: 9999;
}
.off-canvas-wrapper3.active {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    right: 0;
}
.off-canvas-wrapper3.active .off-canvas-inner {
    transform: none;
}
.off-canvas-wrapper3.active .off-canvas-inner .off-canvas-content {
    transform: none;
    transition-delay: 0.3s;
}
.off-canvas-wrapper3.active .btn-close {
    display: block;
}
.off-canvas-wrapper3.active .off-canvas-overlay {
    opacity: 1;
    visibility: visible;
}
.off-canvas-wrapper3 .off-canvas-header {
    display: flex;
    justify-content: right;
    padding: 10px 0;
    float: right;
    width: 100%;
}
.off-canvas-wrapper3 .off-canvas-header .logo-area {
    max-width: 100px;
}

.off-canvas-wrapper3 .off-canvas-header .logo-area img {
    width: 100px;
}
.off-canvas-wrapper3 .off-canvas-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.off-canvas-wrapper3 .btn-close {
    background: none;
    border: none;
    color: #999999;
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.off-canvas-wrapper4 {
    position: fixed;
    right: -100%;
    top: 0;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 100vh;
    width: 100%;
    z-index: 9999;
}
.off-canvas-wrapper4.active {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    right: 0;
}
.off-canvas-wrapper4.active .off-canvas-inner {
    transform: none;
}
.off-canvas-wrapper4.active .off-canvas-inner .off-canvas-content {
    transform: none;
    transition-delay: 0.3s;
}
.off-canvas-wrapper4.active .btn-close {
    display: block;
}
.off-canvas-wrapper4.active .off-canvas-overlay {
    opacity: 1;
    visibility: visible;
}
.off-canvas-wrapper4 .off-canvas-header {
    display: flex;
    justify-content: right;
    padding: 10px 0;
    float: right;
    width: 100%;
}
.off-canvas-wrapper4 .off-canvas-header .logo-area {
    max-width: 100px;
}

.off-canvas-wrapper4 .off-canvas-header .logo-area img {
    width: 100px;
}
.off-canvas-wrapper4 .off-canvas-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.off-canvas-wrapper4 .btn-close {
    background: none;
    border: none;
    color: #999999;
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
@media only screen and (max-width: 575px) {
    .off-canvas-wrapper .off-canvas-inner .off-canvas-content {
        width: 310px;
    }
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item {
    margin-bottom: 30px;
    margin-top: 20px;
}
.off-canvas-wrapper
    .off-canvas-inner
    .off-canvas-content
    .off-canvas-item:last-child {
    margin-bottom: 0;
}
.off-canvas-wrapper.aside-menu .off-canvas-inner {
    background-color: transparent;
    transform: none;
}
.off-canvas-wrapper.aside-menu .off-canvas-inner .off-canvas-content {
    background-color: #182141;
    position: relative;
    width: 320px;
    transform: translateX(-100%);
    transition: 0.4s;
    transition-duration: 0.6s;
    z-index: 3;
}
@media only screen and (max-width: 479.98px) {
    .off-canvas-wrapper.aside-menu .off-canvas-inner .off-canvas-content {
        width: 310px;
    }
}
.off-canvas-wrapper.aside-menu
    .off-canvas-inner
    .off-canvas-content
    .close-action
    .btn-close {
    color: #fff;
}
.off-canvas-wrapper.aside-menu
    .off-canvas-inner
    .off-canvas-content
    .close-action
    .btn-close:hover {
    color: #797885;
}
.off-canvas-wrapper.aside-menu.active .off-canvas-inner .off-canvas-content {
    transform: none;
    transition-delay: 0.5s;
}
.off-canvas-wrapper .off-canvas-footer .side-footer {
    display: inline-block;
}
.off-canvas-wrapper .off-canvas-footer .side-footer .widget-social-icons {
    display: block;
}
.off-canvas-wrapper .off-canvas-footer .side-footer .widget-social-icons a {
    border: none;
    color: #000;
    font-size: 16px;
    float: left;
    margin-right: 40px;
    padding: 0;
}
@media only screen and (max-width: 575px) {
    .off-canvas-wrapper .off-canvas-footer .side-footer .widget-social-icons a {
        font-size: 13px;
        margin-right: 22px;
    }
}
.off-canvas-wrapper
    .off-canvas-footer
    .side-footer
    .widget-social-icons
    a.icon-color {
    color: #185381;
}
.off-canvas-wrapper
    .off-canvas-footer
    .side-footer
    .widget-social-icons
    a.icon-color.color-twitter {
    color: #429cd6;
}
.off-canvas-wrapper
    .off-canvas-footer
    .side-footer
    .widget-social-icons
    a.icon-color.color-instagram {
    color: #521313;
}
.off-canvas-wrapper
    .off-canvas-footer
    .side-footer
    .widget-social-icons
    a.icon-color.color-googleplus {
    color: #d62d20;
}
.off-canvas-wrapper .off-canvas-footer .side-footer .widget-copyright {
    display: block;
}
@media only screen and (max-width: 575px) {
    .off-canvas-wrapper .off-canvas-footer .side-footer .widget-copyright {
        display: inline-block;
        margin-top: 12px;
    }
}
.off-canvas-wrapper .off-canvas-footer .side-footer .widget-copyright p {
    line-height: 1.7;
}
@media only screen and (max-width: 575px) {
    .off-canvas-wrapper .off-canvas-footer .side-footer .widget-copyright p {
        font-size: 15px;
    }
}
.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content {
    background-color: #fff;
}
.off-canvas-wrapper.bg-light-canvas
    .off-canvas-inner
    .off-canvas-content
    .off-canvas-header {
    padding: 30px 0;
}
.off-canvas-wrapper.bg-light-canvas
    .off-canvas-inner
    .off-canvas-content
    .off-canvas-header
    .close-action
    button {
    position: absolute;
    right: 30px;
}
.off-canvas-wrapper.bg-light-canvas
    .off-canvas-inner
    .off-canvas-content
    .res-mobile-menu
    .slicknav_nav {
    padding-left: 10px;
}
.off-canvas-wrapper.bg-light-canvas
    .off-canvas-inner
    .off-canvas-content
    .res-mobile-menu
    .slicknav_nav
    li
    a {
    font-size: 16px;
    color: #333;
    padding-bottom: 16.5px;
    padding-top: 16.5px;
    text-transform: uppercase;
}
.off-canvas-wrapper.bg-light-canvas
    .off-canvas-inner
    .off-canvas-content
    .res-mobile-menu
    .slicknav_nav
    li
    a
    .slicknav_arrow {
    color: #999999;
    display: block;
}
.off-canvas-wrapper.bg-light-canvas
    .off-canvas-inner
    .off-canvas-content
    .res-mobile-menu
    .slicknav_nav
    li
    a:hover {
    color: #0e0e0e;
}
.off-canvas-wrapper.bg-light-canvas
    .off-canvas-inner
    .off-canvas-content
    .res-mobile-menu
    .slicknav_nav
    li
    ul
    li
    a {
    color: #797885;
    padding-bottom: 13px;
    padding-top: 13px;
    text-transform: capitalize;
}
.off-canvas-wrapper.bg-light-canvas
    .off-canvas-inner
    .off-canvas-content
    .res-mobile-menu
    .slicknav_nav
    li
    ul
    li
    a:hover {
    color: #333;
}


.off-canvas-wrapper.bg-light-canvas
    .off-canvas-inner
    .off-canvas-content
    .res-mobile-menu
    .slicknav_nav
    li
    ul
    li
    ul
    li
    a {
    color: #595959;
    font-size: 15px;
}
.off-canvas-wrapper.bg-light-canvas
    .off-canvas-inner
    .off-canvas-content
    .res-mobile-menu
    .slicknav_nav
    li
    ul
    li
    ul
    li
    a:hover {
    color: #797885;
}
.off-canvas-wrapper.bg-light-canvas
    .off-canvas-inner
    .off-canvas-content.canvas-content-style2
    .off-canvas-item {
    margin-bottom: 0;
    margin-top: 20px;
    height: calc(100% - 140px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.off-canvas-wrapper.bg-light-canvas
    .off-canvas-inner
    .off-canvas-content.canvas-content-style2
    .side-canvas-footer
    .widget-contact-info {
    margin-bottom: 0;
    padding: 0 31px;
}
.off-canvas-wrapper.bg-light-canvas
    .off-canvas-inner
    .off-canvas-content.canvas-content-style2
    .side-canvas-footer
    .widget-contact-info
    li {
    align-items: baseline;
    color: #595959;
    display: flex;
    margin-bottom: 10px;
}
.off-canvas-wrapper.bg-light-canvas
    .off-canvas-inner
    .off-canvas-content.canvas-content-style2
    .side-canvas-footer
    .widget-contact-info
    li:first-child
    i {
    width: 35px;
}
.off-canvas-wrapper.bg-light-canvas
    .off-canvas-inner
    .off-canvas-content.canvas-content-style2
    .side-canvas-footer
    .widget-contact-info
    li:last-child {
    margin-bottom: 0;
}
.off-canvas-wrapper.bg-light-canvas
    .off-canvas-inner
    .off-canvas-content.canvas-content-style2
    .side-canvas-footer
    .widget-contact-info
    li
    i {
    color: #595959;
    font-size: 14px;
    width: 27px;
}
.off-canvas-wrapper.bg-light-canvas
    .off-canvas-inner
    .off-canvas-content.canvas-content-style2
    .side-canvas-footer
    .widget-contact-info
    li
    span {
    color: #595959;
    font-size: 14px;
    line-height: 24px;
}

/* Responsive Mobile Menu */
.res-mobile-menu {
    margin: 0 -15px;
}
.res-mobile-menu .slicknav_btn {
    display: none;
}
.res-mobile-menu .slicknav_menu {
    background-color: transparent;
    padding-left: 10px !important;
    padding-top: 20px;
    margin-top: 20px;
}
.res-mobile-menu .slicknav_nav {
    display: inline-block !important;
    margin-top: 20px;
    width: 100%;
    border-top: 1px solid #efefef;
}
.res-mobile-menu .slicknav_nav li {
    border-bottom: none;
    margin-bottom: 1px;
    position: relative;
}
.res-mobile-menu .slicknav_nav li:last-child {
    border-bottom: 0;
}
.res-mobile-menu .slicknav_nav li a {
    color:#303030;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    padding: 15px 30px;
    margin: 0;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    width: 100%;
}
 .res-mobile-menu .slicknav_nav li a:hover {
    color: #0046bc;
} 
.res-mobile-menu .slicknav_nav li a:hover path
{
fill:#0046bc !important;
}
@media only screen and (max-width: 575px) {
    .res-mobile-menu .slicknav_nav li a {
        font-size: 18px;
        padding: 19px 15px;
        display: flex;
        font-weight: 600;
    }
}
@media only screen and (max-width: 820px) {
    .res-mobile-menu .slicknav_nav li a {
        font-weight: 600;
    }
}
.res-mobile-menu .slicknav_nav li a .slicknav_arrow {
    background-color: transparent;
    color: #878b93;
    font-size: 17px;
    display: block;
    text-align: center;
    margin: 0;
    position: absolute;
    right: 8px;
    top: 48%;
    transform: translateY(-50%);
    height: 35px;
    line-height: 35px;
}
.res-mobile-menu .slicknav_nav li a a {
    padding: 0;
}
/* .res-mobile-menu .slicknav_nav li
{
    display: flex !important;
} */
.res-mobile-menu .slicknav_nav li img {
    display: block;
    width: 17px;
}
.res-mobile-menu .slicknav_nav li svg:hover {
 fill: #0046bc !important;
    
}
.menuli_icon{
    width: 18px;
    display: flex;

}
.res-mobile-menu .slicknav_nav li div {
    display: none;
}

.res-mobile-menu .slicknav_nav li ul {
    margin: 0;
    padding-left: 10px;
}
.res-mobile-menu .slicknav_nav li ul li {
    padding-left: 5px;
}
@media only screen and (max-width: 575px) {
    .res-mobile-menu .slicknav_nav li ul li {
        padding-left: 15px;
    }
}
.res-mobile-menu .slicknav_nav li ul li a {
    color: #333;
    font-size: 14px;
    padding: 12px 25px;
}
@media only screen and (max-width: 575px) {
    .res-mobile-menu .slicknav_nav li ul li a {
        font-size: 14px;
        padding: 7px 15px;
    }
}
@media (max-width: 375px) {
    .res-mobile-menu .slicknav_nav li ul li a {
        padding: 10px 7px;
       
    }
    
}
@media (max-width: 320px) {
    .res-mobile-menu .slicknav_nav li ul li a {
        padding: 8px 3px;
        padding-left: 0px;
       
    }
    
}
.res-mobile-menu .menu-active-one1{
    display: none !important;

}
.res-mobile-menu .slicknav_nav li ul li a:hover {
    color: #0046bc;
}
.res-mobile-menu .slicknav_nav li ul li ul li a {
    font-size: 16px;
}
.res-mobile-menu .slicknav_nav .slicknav_open > .slicknav_item {
    position: relative;
}
.res-mobile-menu .slicknav_nav .slicknav_open > .slicknav_item .slicknav_arrow {
    color: #0046bc;
}
.logo {
    display: inline-block;
    margin-top: 2px;
}
.header-navigation-area {
    float: right;
    /* margin-right: 50px; */
}
.header-menu-right {
    float: right;
}
.main-menu li {
    display: inline-block;
    padding: 0px 20px;
}
.main-menu li a {
    color: #000;
    font-weight: bold;
    font-size: 18px;
}
.main-menu li a:hover {
    color: #245cd2;
}
.header-menu {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}
.search {
    margin-right: 20px;
}
.search i {
    color: #000;
    font-size: 20px;
}
.search i:hover,
.shopping-cart i:hover {
    color: #245cd2;
}
.shopping-cart {
    margin-right: 50px;
}
 @media (max-width: 820px) {
    .shopping-cart {
        margin-right: -25px !important;
    }
}
@media (max-width: 425px) {
    .shopping-cart {
        margin-right: 3px !important;
    }
}

.shopping-cart i {
    color: #000;
    font-size: 20px;
}
.btn .btn-block .btn-primary .transition-3d-hover .login-btn
{
    width: 100% !important;
}

.login-btn {
    float: right;
    background-color: #0046bc;
    padding: 8px 25px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Calibri Bold";
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to right, #01affa 50%, #0046bc 50%);
    background-size: 205% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-out;
    margin-top: -10px;
}
.login-btn1 {
    /* float: right; */
    /* background-color: #0046bc; */
    padding: 10px 10px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Calibri Bold";
    /* box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to right, #01affa 50%, #0046bc 50%);
    background-size: 205% 100%; */
    background-position: right bottom;
    transition: all 0.5s ease-out;
    margin-top: -10px;
    display: none;
}
.login-btn:hover {
    background-position: left bottom;
    color: #fff;
}

/* Stick Header Start */

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    padding: 5px 0 3px !important;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
}

/* Stick Header End */

/**********************/
/* Full screen search */
/**********************/
#search {
    align-items: center;
    background: rgba(0, 0, 0, 0.975);
    height: 0;
    display: flex;
    justify-content: center;
    opacity: 0;
    position: fixed;
    transition: all 0.5s;
    width: 100vw;
    will-change: transform, opacity;
    z-index: -1;
}
#search:target {
    height: 100vh !important;
    opacity: 1;
    width: 100vw !important;
    z-index: 11;
    top: 0px;
}
#search:target .close-btn {
    display: block;
}
#searchbox {
    background: transparent;
    border: none;
    color: #000;
    outline: 0;
    width: 35%;
    display: inline-block;
}
.close-btn {
    display: none;
    color: #fff;
    font-size: 2rem;
    position: absolute;
    top: 0.5rem;
    right: 2rem;
}
.search-item {
    position: relative;
    background-color: #fff;
    border-radius: 100px;
    padding: 20px;
    width: 40%;
}
.search-item i {
    color: #000;
    font-size: 20px;
}
.search-btn {
    float: right;
    position: absolute;
    right: 15px;
    top: 14px;
    border: none;
    background-color: #0046bc;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100px;
}
.search-btn i {
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 12px;
}
.category-select {
    margin-left: 10px;
    border: none;
    width: 20%;
    cursor: pointer;
}
/* Header End */

/* Slider Start */
/* .slider-section {
    position: relative;
}
.slider-caption {
    position: absolute;
    top: 30%;
    width: 50%;
    left: 100px;
}
.slider-caption h4 {
    color: #0046bc;
    font-size: 50px;
} */
/* .slider-caption h1 {
    /* color:#272727; 
    font-size:100px;
    color: #fff;
} */
.slider-caption1 {
    position: absolute;
    top: 30%;
    width: 50%;
    left: 100px;
}
.slider-caption1 h1 {
    font-size:100px;
    color: #fff;
}
.slider-caption1 .btn {
    float: left;
    background-color: #0046bc;
    padding: 15px 50px;
    border-radius: 15px;
    color: #fff;
    letter-spacing: 1px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to right, #01affa 50%, #0046bc 50%);
    background-size: 205% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-out;
    margin-top: 30px;
    font-size: 30px;
    font-weight: 600;
}
.slider-caption1 .btn:hover {
    background-position: left bottom;
    color: #fff;
}

.slider-caption2 {
    position: absolute;
    top: 30%;
    width: 50%;
    left: 92px;
}
.slider-caption2 h1 {
    font-size:100px;
    color: #fff;
}
.slider-caption2 .btn {
    float: left;
    background-color: #0046bc;
    padding: 15px 50px;
    border-radius: 15px;
    color: #fff;
    letter-spacing: 1px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to right, #01affa 50%, #0046bc 50%);
    background-size: 205% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-out;
   
    font-size: 30px;
    font-weight: 600;
}
.slider-caption2 .btn:hover {
    background-position: left bottom;
    color: #fff;
}

.slider-caption3 {
    position: absolute;
    top: 30%;
    width: 50%;
    left: 100px;
}
.slider-caption3 h1 {
    font-size:100px;
    color: #fff;
}
.slider-caption3 .btn {
    float: left;
    background-color: #0046bc;
    padding: 15px 50px;
    border-radius: 15px;
    color: #fff;
    letter-spacing: 1px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to right, #01affa 50%, #0046bc 50%);
    background-size: 205% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-out;
   
    font-size: 30px;
    font-weight: 600;
}
.slider-caption3 .btn:hover {
    background-position: left bottom;
    color: #fff;
}
.slider-caption3 h4 {
    color: #3a69c4;
    font-size: 50px;
    font-family: 'Calibri';
    font-weight: 500;
} 

.slider-caption4 {
    position: absolute;
    top: 30%;
    width: 50%;
    left: 100px;
}
.slider-caption4 h1 {
    font-size:100px;
    color: #fff;
}
.slider-caption4 .btn {
    float: left;
    background-color: #0046bc;
    padding: 15px 50px;
    border-radius: 15px;
    color: #fff;
    letter-spacing: 1px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to right, #01affa 50%, #0046bc 50%);
    background-size: 205% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-out;
   
    font-size: 30px;
    font-weight: 600;
}
.slider-caption4 .btn:hover {
    background-position: left bottom;
    color: #fff;
}
.slider-caption4 h4 {
    color: #3a69c4;
    font-size: 50px;
    font-family: 'Calibri';
    font-weight: 500;
} 

.slider-caption p {
    color: #808080;
    font-size: 20px;
    letter-spacing: 1px;
}
/* @media(min-width: 768px) and (max-width: 1024px) { */
 @media (max-width: 820px) { 
    .slider-caption1 {
    position: absolute;
    top: 30%;
    width: 50%;
    left: 30px !important;
    }
    .slider-caption1 h1 {
        font-size:43px;
        color: #fff;
    }
    .slider-caption1 .btn {
        float: left;
        background-color: #0046bc;
        padding: 7px 18px;
        border-radius: 10px;
        color: #fff;
        letter-spacing: 1px;
        box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
        background: linear-gradient(to right, #01affa 50%, #0046bc 50%);
        background-size: 205% 100%;
        background-position: right bottom;
        transition: all 0.5s ease-out;
       margin-top: 10px;
        font-size: 15px;
    
       
    }
    .slider-caption2 {
        position: absolute;
        top: 30%;
        width: 50%;
        text-align: left !important;
        left: 40px !important;
        }
        .slider-caption2 h1 {
            font-size:43px;
            color: #fff;
        }
        .slider-caption2 .btn {
            float: left;
            background-color: #0046bc;
            padding: 7px 18px;
            border-radius: 10px;
            color: #fff;
            letter-spacing: 1px;
            box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
            background: linear-gradient(to right, #01affa 50%, #0046bc 50%);
            background-size: 205% 100%;
            background-position: right bottom;
            transition: all 0.5s ease-out;
           margin-top: 10px;
            font-size: 15px;
        }
        .slider-caption3 {
            position: absolute;
            top: 30%;
            width: 50%;
            text-align: left !important;
            left:30px !important;
            }
            .slider-caption3 h1 {
                font-size:43px;
                
            }
            .slider-caption3 .btn {
                float: left;
                background-color: #0046bc;
                padding: 7px 18px;
                border-radius: 10px;
                color: #fff;
                letter-spacing: 1px;
                box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
                background: linear-gradient(to right, #01affa 50%, #0046bc 50%);
                background-size: 205% 100%;
                background-position: right bottom;
                transition: all 0.5s ease-out;
               margin-top: 10px;
                font-size: 15px;
            }
            .slider-caption3 h4 {
                color: #3a69c4;
                font-size: 20px;
                font-family: 'Calibri';
                font-weight: 500;
                line-height: 0.2em !important;
            } 
            .slider-caption4 {
                position: absolute;
                top: 30%;
                width: 50%;
                text-align: left !important;
                left: 30px !important;
                }
                .slider-caption4 h1 {
                    font-size:43px;
                   
                }
                .slider-caption4 .btn {
                    float: left;
                    background-color: #0046bc;
                    padding: 7px 18px;
                    border-radius: 10px;
                    color: #fff;
                    letter-spacing: 1px;
                    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
                    background: linear-gradient(to right, #01affa 50%, #0046bc 50%);
                    background-size: 205% 100%;
                    background-position: right bottom;
                    transition: all 0.5s ease-out;
                   margin-top: 10px;
                    font-size: 15px;
                }
                .slider-caption4 h4 {
                    color: #3a69c4;
                    font-size: 20px;
                    font-family: 'Calibri';
                    font-weight: 500;
                    line-height: 0.2em !important;
                } 
        
    
}
@media (max-width: 768px) {
    .slider-caption2 {
        position: absolute;
        top: 30%;
        width: 50%;
        text-align: left !important;
        left: 30px !important;
        }
        .slider-caption1 h1 {
            font-size:40px;
            color: #fff;
        }
}
@media (max-width: 480px) {
    .slider-caption1 {
    position: absolute;
    top: 30%;
    width: 50%;
    left: 30px !important;
    }
    .slider-caption1 h1 {
        font-size:23px;
        color: #fff;
    }
    .slider-caption1 .btn {
        float: left;
        background-color: #0046bc;
        padding: 5px 15px;
        border-radius: 7px;
        color: #fff;
        letter-spacing: 1px;
        box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
        background: linear-gradient(to right, #01affa 50%, #0046bc 50%);
        background-size: 205% 100%;
        background-position: right bottom;
        transition: all 0.5s ease-out;
       margin-top: 10px;
        font-size: 10px;
    
       
    }
    .slider-caption2 {
        position: absolute;
        top: 30%;
        width: 50%;
        text-align: left !important;
        left: 40px !important;
        }
        .slider-caption2 h1 {
            font-size:23px;
            color: #fff;
            line-height: 0.7em !important;
        }
        .slider-caption2 .btn {
            float: left;
            background-color: #0046bc;
            padding: 5px 15px;
            border-radius: 7px;
            color: #fff;
            letter-spacing: 1px;
            box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
            background: linear-gradient(to right, #01affa 50%, #0046bc 50%);
            background-size: 205% 100%;
            background-position: right bottom;
            transition: all 0.5s ease-out;
           margin-top: 10px;
            font-size: 10px;
        }
        .slider-caption3 {
            position: absolute;
            
            width: 50%;
            text-align: left !important;
            left:30px !important;
            }
            .slider-caption3 h1 {
                font-size:35px;
               line-height: 1.2em;
                
            }
            .slider-caption3 .btn {
                float: left;
                background-color: #0046bc;
                padding: 5px 15px;
                border-radius: 7px;
                color: #fff;
                letter-spacing: 1px;
                box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
                background: linear-gradient(to right, #01affa 50%, #0046bc 50%);
                background-size: 205% 100%;
                background-position: right bottom;
                transition: all 0.5s ease-out;
               margin-top: 10px;
                font-size: 10px;
            }
            .slider-caption3 h4 {
                color: #3a69c4;
                font-size: 12px;
                font-family: 'Calibri';
                   font-weight: 500;
                   line-height: 0.1em !important;
            } 
            .slider-caption4 {
                position: absolute;
                
                width: 50%;
                text-align: left !important;
                left: 30px !important;
                }
                .slider-caption4 h1 {
                    font-size:35px;
                    
                }
                .slider-caption4 .btn {
                    float: left;
                    background-color: #0046bc;
                    padding: 5px 15px;
                    border-radius: 7px;
                    color: #fff;
                    letter-spacing: 1px;
                    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
                    background: linear-gradient(to right, #01affa 50%, #0046bc 50%);
                    background-size: 205% 100%;
                    background-position: right bottom;
                    transition: all 0.5s ease-out;
                   margin-top: 10px;
                    font-size: 10px;
                }
                .slider-caption4 h4 {
                    color: #3a69c4;
                    font-size: 12px;
                    font-family: 'Calibri';
                    font-weight: 500;
                    line-height: 0.1em !important;
                } 
    
}

@media (max-width: 375px) {
    .slider-caption1 h1 {
        font-size:20px;
        color: #fff;
    }
    .slider-caption2 {
     top: 50px !important;
    }
    .slider-caption2 h1 {
        line-height: 0.7em !important;
    }
    .slider-caption3 {
        top: 40px !important;
       }
       .slider-caption4 {
        top: 40px !important;
       }
}
@media (max-width: 320px) {
    .slider-caption3 h1 {
        font-size: 30px;
    }
    .slider-caption3 h4 {
        font-size: 16px;
    }
    .slider-caption1{
        top: 50px !important;
       }
       .slider-caption2{
            top:35px !important;
       }
       .slider-caption2 h1 {
        font-size:20px;
    }

       .slider-caption3{
        top:30px !important;
   }
   .slider-caption3 h1 {
    font-size:20px;
}
   .slider-caption4{
    top:30px !important;
}
.slider-caption3 h1 {
    font-size:20px;
}
       .slider-caption1 h1 {
        font-size:17px;
    }
}
/* .slider-btn {
    float: left;
    background-color: #0046bc;
    padding: 15px 50px;
    border-radius: 15px;
    color: #fff;
    letter-spacing: 1px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to right, #01affa 50%, #0046bc 50%);
    background-size: 205% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-out;
    margin-top: 30px;
    font-size: 30px;
    font-weight: 600;
} */
/* .slider-btn:hover {
    background-position: left bottom;
    color: #fff;
} */
.owl-nav {
    display: none;
}
.owl-dots {
    display: table;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 100%;
}
.owl-dots .owl-dot span {
    background-color: #93b6ff;
    border-radius: 200px;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 8px;
}
.owl-dots .owl-dot.active span {
    background-color: #245cd2;
    width: 30px;
}
figure {
    margin-bottom: 0px;
}
/* Slider End */

/* Service Start */
.service-section {
    display: inline-block;
    width: 100%;
    background-color: #f6f6f6;
    padding:30px 0px 20px;
}
.title {
    margin-bottom: 30px;
}
.title h5 {
    margin-bottom: 0px;
    color: #0046bc;
}
.title h2 {
    color: #272727;
    font-size: 38px;
}
.service-top {
    margin-bottom: 70px;
}
.service-item {
    display: inline-block;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.service-icon i {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.1);
    width: 60px;
    height: 60px;
    border-radius: 100px;
    line-height: 65px;
    color: #000;
    font-size: 32px;
    text-align: center;
}
.service-item h3 {
    margin-top: 20px;
    font-size: 20px;
    color: #3e3e3e;
}
.service-item p {
    color: #838383;
    line-height: 20px;
}
.service-item:hover {
    background-color: #245cd2;
    box-shadow: 2px 10px 10px rgba(36, 92, 210, 0.5);
}
.service-item:hover h3,
.service-item:hover p {
    color: #fff;
}
.service-item:hover i {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
}
.appointment-pic img {
    width: 100%;
    height: auto;
    border-radius: 50px 0px 50px 0px;
    box-shadow: 8px 10px 10px rgba(0, 0, 0, 0.05);
}
.appointment-item {
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: #fff;
    display: inline-block;
    width: 100%;
}
.appointment-left-pic {
    display: inline-block;
}
.appointment-left-pic img {
    width: 170px;
    height: 170px;
    border-radius: 10px 0px 0px 10px;
}
.appointment-title {
    display: inline-block;
    padding: 30px;
    text-align: center;
    width: 68%;
}
.appointment-item:hover {
    background-color: #245cd2;
    box-shadow: 0px 10px 15px rgba(36, 92, 210, 0.5);
}
.appointment-item:hover .appointment-title h3 {
    color: #fff;
}
/* Services End */

/* Category Start */
.category-section {
    padding: 10px 0px 30px;
    /* margin-top: -30px; */
}
.category-item {
    margin-bottom: 30px;
}
.category-pic {
    margin-bottom: 0px;
}
.category-title {
    /* background-color: #245cd2;
    padding: 10px;
    border-radius: 0px 0px 10px 10px; */
    color:#de7171;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}
.category-section .owl-dots {
    display: none;
}
.category-section .owl-nav {
    display: block;
    position: absolute;
    top: 35%;
    width: 100%;
}
.category-section .owl-nav .owl-prev i,
.category-section .owl-nav .owl-next i {
    background-color: #fff;
    color: #245cd2;
    font-size: 20px;
    display: inline-block;
    border-radius: 200px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}
.category-section .owl-nav .owl-prev i:hover,
.category-section .owl-nav .owl-next i:hover {
    background-color: #245cd2;
    color: #fff;
}
.category-section .owl-nav .owl-prev {
    position: relative;
    left: -32px;
}
.category-section .owl-nav .owl-next {
    position: absolute;
    right: -32px;
}
.category-section .owl-nav .owl-prev.disabled,
.category-section .owl-nav .owl-next.disabled {
    display: none;
}
.blue-line {
    display: inline-block;
    width: 100%;
    height: 6px !important;
    margin: 40px auto auto;
    border-radius: 100px;
    background-color: #245cd2;
    position: relative;
    opacity: 1;
}
.news-section {
    padding: 60px 0px 80px;
}
/* Category End */

/* News Start */
.news-section {
    background-color: #efefef;
}
.news-container {
    width: 96%;
}
.news-item {
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}
.news-pic img {
    border-radius: 20px 20px 0px 0px;
    min-height: 265px;
    height: 280px !important;
}
.news-pic {
    margin-bottom: 0px;
}
.news-content {
    padding: 20px;
}
.date-item {
    float: right;
    margin-right: 15px;
    background-color: #245cd2;
    padding: 10px;
    width: 50px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    margin-top: -60px;
    position: relative;
}
.date-item label {
    width: 100%;
    border-bottom: 2px solid #fff;
    font-weight: bold;
}
.category-list {
    display: inline-block;
    width: 100%;
    font-weight: bold;
    color: #245cd2;
    margin-bottom: 5px;
}
.category-list-blog {
    width: 100%;
    font-weight: bold;
    color: #245cd2;
    margin-bottom: 0px;
}
.news-item-content {
    display: inline-block;
    width: 100%;
    margin-top: -20px;
}
.news-title {
    display: inline-block;
    width: 100%;
    color: #272727;
    font-weight: bold;
    font-size: 22px;
    min-height: 55px;
    overflow: hidden;
}
.read-btn i {
    display: inline-block;
    margin-right: 5px;
    width: 22px;
    height: 22px;
    color: #fff;
    border-radius: 100px;
    background-color: #245cd2;
    text-align: center;
    line-height: 22px;
    font-size: 10px;
}
.read-btn {
    font-weight: bold;
    color: #245cd2;
    font-size: 14px;
}
.read-btn:hover {
    color: #272727;
}
.read-btn:hover i {
    background-color: #272727;
}
.testimonial-section .title {
    text-align: center;
}
.testimonial-section {
    background-color: #f4f9fd;
    padding: 60px 0px 100px;
}
.testimonial-item .owl-stage-outer {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.testimonial-item .item {
    display: inline-block;
    width: 100%;
    padding: 50px;
}
.testimonial-item .item p {
    line-height: 30px;
    color: #245cd2;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
}
.testimonial-section .owl-dots {
    bottom: -55px;
}
/* News End */

/* Footer Start */
.footer-top {
    display: inline-block;
    width: 100%;
    background-color: #f8f7f4;
    border-top: 4px solid #0046bc;
    padding: 60px 0px 30px;
}
.footer-logo {
    display: inline-block;
    width: 100%;
}
.footer-logo img {
    width: 100px;
}
.footer-item .social-item {
    float: left;
    margin-top: 50px;
}
.footer-item {
    margin-bottom: 30px;
}
.footer-item h3 {
    font-size: 22px;
    color: #414141;
    margin-bottom: 20px;
    width: 100%;
}
.footer-list {
    display: inline-block;
    width: 100%;
}
.footer-list li {
    line-height: 32px;
    padding-left: 20px;
    position: relative;
}
.footer-list li::before {
    position: absolute;
    content: "\f054";
    color: #4f5463;
    font-size: 14px;
    left: 0px;
    top: 0px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.footer-list li a {
    color: #4f5463;
    font-weight: bold;
    font-size: 18px;
}
.footer-list li:hover a {
    color: #245cd2;
}
.footer-list li:hover::before {
    color: #245cd2;
}
.footer-btm {
    background-color: #0046bc;
    padding: 30px 0px;
}
.copyright {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}
.copyright a {
    color: #fff;
}
.footer-menu {
    float: right;
}
.footer-menu li {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
}
.footer-menu li:first-child {
    padding-left: 0px;
    margin-left: 0px;
}
.footer-menu li::before {
    position: absolute;
    content: "";
    right: -17px;
    top: 5px;
    background-color: #fff;
    width: 1px;
    height: 15px;
}
.footer-menu li:last-child::before {
    display: none;
}
.footer-menu li a {
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}
/* Footer End */

/* Back to Top Start */
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 60, 179, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 60, 179, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
/* Back to Top End */

.u-sidebar[aria-labelledby][role="tabpanel"] {
    opacity: 1;
}

.u-sidebar[aria-labelledby].u-unfold--css-animation,
.u-sidebar[aria-labelledby].u-unfold--jquery-slide {
    opacity: 1;
}

.u-sidebar.u-unfold--css-animation.u-unfold--hidden {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.u-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1002;
    width: 28rem;
    height: 100%;
    background-color: #fff;
    box-shadow: -13px 0 20px rgba(119, 131, 143, 0.08);
}

.u-sidebar2 {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1002;
    width: 50rem;
    height: 100%;
    background-color: #fff;
    box-shadow: -13px 0 20px rgba(119, 131, 143, 0.08);
}

.u-sidebar3, .u-sidebar4 {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1002;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: -13px 0 20px rgba(119, 131, 143, 0.08);
}

.off-canvas-wrapper3 .login-btn {
    width: 100%;
}
@media (max-width: 820px) {
    .u-sidebar2 {
        width: 100% !important;
    }
    .u-sidebar {
        width: 100% !important;
    }
}

@media (max-width: 1200px) {
    .u-sidebar4 {
        width: 100% !important;
    }
}

.u-sidebar__body,
.u-sidebar__content {
    height: 100%;
}

.u-sidebar--left {
    right: auto;
    left: 0;
    box-shadow: 13px 0 20px rgba(119, 131, 143, 0.08);
}

.u-sidebar__scroller {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.u-sidebar__container {
    position: relative;
    height: 100%;
    min-height: 100%;
}

.u-sidebar__footer {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

/*------------------------------------
  Sidebar Account
------------------------------------*/
.u-sidebar--account__footer-offset {
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 10.3125rem;
}

.u-sidebar__content--account {
    padding: 1.5rem 3rem;
}

/* Holder */
.u-sidebar--account__holder {
    background-color: #f8fafd;
    padding: 1.5rem 3rem;
}

.u-sidebar--account__holder-img {
    width: 3rem;
    border-radius: 0.3125rem;
}

.u-sidebar--account__holder-text {
    display: block;
    font-size: 0.75rem;
    color: #8c98a4;
}

/* Toggle */
.u-sidebar--account__toggle-bg {
    position: relative;
    top: 1px;
    padding: 0.25rem 0.25rem 0.25rem 0.75rem;
    background-color: rgba(254, 215, 0, 0.1);
    border-radius: 6.1875rem;
}

@media (max-width: 767.98px) {
    .u-sidebar--account__toggle-bg {
        padding-left: 0.25rem;
    }
}

.u-sidebar--account__toggle-bg:hover .u-sidebar--account__toggle-text {
    color: #fed700;
}

.u-sidebar--account__toggle-text {
    color: #333e48;
    font-size: 0.75rem;
    vertical-align: middle;
    margin-right: 0.3125rem;
}

@media (max-width: 767.98px) {
    .u-sidebar--account__toggle-text {
        display: none;
    }
}

.u-sidebar--account__toggle-img {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
}

/* List */
.u-sidebar--account__list {
    margin-bottom: 0;
}

.u-sidebar--account__list-item {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.u-sidebar--account__list-link {
    display: block;
    font-size: 0.875rem;
    color: #97a4af;
    border-radius: 0.3125rem;
    padding: 0.625rem;
    transition: 0.2s ease-in-out;
}

.u-sidebar--account__list-link.active,
.u-sidebar--account__list-link:hover {
    color: #fed700;
    background-color: rgba(254, 215, 0, 0.1);
}

.u-sidebar--account__list-link.active .u-sidebar--account__list-icon,
.u-sidebar--account__list-link:hover .u-sidebar--account__list-icon {
    color: #fed700;
}

.u-sidebar--account__list-icon {
    display: inline-block;
    text-align: center;
    width: 1.125rem;
    font-size: 0.8125rem;
    color: #8c98a4;
    transition: 0.2s ease-in-out;
}

.u-sidebar--account__list-divider {
    border-top: 1px solid #e4ecf7;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* Footer Links */
.u-sidebar__footer--account {
    padding: 0 3rem 1.5rem;
}

.u-sidebar__footer--account__text {
    position: relative;
    z-index: 1;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
}

.u-sidebar__footer--account__text:hover {
    color: #fff;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
    margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
    display: -ms-flexbox;
    display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.67rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #8c98a4;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #d5dae2;
    border-radius: 1.4rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
    height: calc(1.5em + 2.25rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
    padding: 1.125rem 1.125rem;
    font-size: 1.09375rem;
    line-height: 1.5;
    border-radius: 2rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
    height: calc(1.5em + 1.25rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    padding: 0.625rem 1.125rem;
    font-size: 0.76562rem;
    line-height: 1.5;
    border-radius: 1.3rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 2rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group
    > .input-group-append:last-child
    > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
    > .input-group-append:last-child
    > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
    > .input-group-prepend:first-child
    > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.34rem + 2px);
    padding: 0.67rem 1rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #818181;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dddddd;
    /* border-radius: 1.4rem; */
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.h6.small.bg-white.text-muted.pt-1.pl-2.pr-2 {
   position: absolute;
   left: 60px;
   margin-top: -5px;
   padding-left: 10px;
   padding-right: 10px;
}

textarea.form-control {
    height: calc(8.5em + 1.34rem + 2px) !important;
}

.close {
    float: right;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    color: #1e2022;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
    text-align: right;
    width: 100%;
}

.close:hover {
    color: #1e2022;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: 0.75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a.close.disabled {
    pointer-events: none;
}

/* .form-group {
    margin-bottom: 1rem;
} */

.link-muted {
    color: #8c98a4;
     border-bottom: 0px dashed #97a4af; 
}
/* .submit .mb-2{
    margin-bottom: 70px !important;
} */
.mb-7,
.my-7 {
    margin-bottom: 3rem !important;
}
.u-header-sidebar__content {
    padding: 1rem 2rem 2rem;
}
.input-group-prepend .form-control {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

/* facebook air */
.btn-soft-facebook {
    color: #3b5998;
    background: rgba(59, 89, 152, 0.1);
    border-color: transparent;
}

.btn-soft-facebook[href]:hover,
.btn-soft-facebook[href]:focus,
.btn-soft-facebook[href]:active,
.btn-soft-facebook[href].active,
.btn-soft-facebook[type]:hover,
.btn-soft-facebook[type]:focus,
.btn-soft-facebook[type]:active,
.btn-soft-facebook[type].active {
    color: #fff;
    background: #3b5998;
    box-shadow: 0 4px 11px rgba(59, 89, 152, 0.35);
}

.btn-soft-facebook[href].disabled,
.btn-soft-facebook[href]:disabled,
.btn-soft-facebook[type].disabled,
.btn-soft-facebook[type]:disabled {
    color: #3b5998;
    background-color: rgba(59, 89, 152, 0.1);
    box-shadow: none;
}

.btn-soft-facebook[href]:not(:disabled):not(.disabled):active,
.btn-soft-facebook[href]:not(:disabled):not(.disabled).active,
.show > .btn-soft-facebook[href].dropdown-toggle,
.btn-soft-facebook[type]:not(:disabled):not(.disabled):active,
.btn-soft-facebook[type]:not(:disabled):not(.disabled).active,
.show > .btn-soft-facebook[type].dropdown-toggle {
    color: #fff;
    background-color: #3b5998;
}

.btn.btn-soft-facebook {
    color: #3b5998;
}

/* google air */
.btn-soft-google {
    color: #d14130;
    background: rgba(209, 65, 48, 0.1);
    border-color: transparent;
}

.btn-soft-google[href]:hover,
.btn-soft-google[href]:focus,
.btn-soft-google[href]:active,
.btn-soft-google[href].active,
.btn-soft-google[type]:hover,
.btn-soft-google[type]:focus,
.btn-soft-google[type]:active,
.btn-soft-google[type].active {
    color: #fff;
    background: #d14130;
    box-shadow: 0 4px 11px rgba(209, 65, 48, 0.35);
}

.btn-soft-google[href].disabled,
.btn-soft-google[href]:disabled,
.btn-soft-google[type].disabled,
.btn-soft-google[type]:disabled {
    color: #d14130;
    background-color: rgba(209, 65, 48, 0.1);
    box-shadow: none;
}

.btn-soft-google[href]:not(:disabled):not(.disabled):active,
.btn-soft-google[href]:not(:disabled):not(.disabled).active,
.show > .btn-soft-google[href].dropdown-toggle,
.btn-soft-google[type]:not(:disabled):not(.disabled):active,
.btn-soft-google[type]:not(:disabled):not(.disabled).active,
.show > .btn-soft-google[type].dropdown-toggle {
    color: #fff;
    background-color: #d14130;
}

.btn.btn-soft-google {
    color: #d14130;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 0.625rem 1.125rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 1.3rem;
}
.sidebar-login-btn {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

/*------------------------------------
  Divider
------------------------------------*/
.u-divider {
    position: relative;
    display: inline-block;
    font-size: 1rem;
}

.u-divider::before,
.u-divider::after {
    position: absolute;
    top: 50%;
    content: "";
}

.u-divider::before {
    right: 100%;
    background-image: linear-gradient(45deg, transparent 0%, #bdc5d1 100%);
    background-repeat: repeat-x;
}

.u-divider::after {
    left: 100%;
    background-image: linear-gradient(45deg, #bdc5d1 0%, transparent 100%);
    background-repeat: repeat-x;
}

/*------------------------------------
  Divider Sizes
------------------------------------*/
.u-divider::before,
.u-divider::after {
    width: 8.75rem;
    height: 0.05469rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.u-divider::before {
    margin-right: 0.625rem;
}

.u-divider::after {
    margin-left: 0.625rem;
}

@media (max-width: 767.98px) {
    .u-divider::before,
    .u-divider::after {
        width: 3.5rem;
    }
}

.u-divider--xs {
    font-size: 0.65625rem;
}

.u-divider--xs::before,
.u-divider--xs::after {
    width: 1.75rem;
    height: 0.05469rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*------------------------------------
  Divider Styles
------------------------------------*/
/* Text */
.u-divider--text {
    color: #8c98a4;
}

/*------------------------------------
  Vertical Divider
------------------------------------*/
.u-ver-divider {
    position: relative;
}

.u-ver-divider::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-right: 1px solid #e7eaf3;
    content: "";
}

/* Breakpoint */
@media (max-width: 575.98px) {
    .u-ver-divider--none-sm::after {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .u-ver-divider--none-md::after {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .u-ver-divider--none-lg::after {
        display: none;
    }
}

/*------------------------------------
  Divider Sizes
------------------------------------*/
/* Extra Small */
.u-ver-divider--xs::after {
    top: 50%;
    height: 0.875rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Small */
.u-ver-divider--sm::after {
    top: 50%;
    height: 1.75rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Large */
.u-ver-divider--lg::after {
    top: 50%;
    height: 2.625rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Extra Large */
.u-ver-divider--xl::after {
    top: 50%;
    height: 3.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.pl-7,
.px-7 {
    padding-left: 2rem !important;
}

.pr-7,
.px-7 {
    padding-right: 2rem !important;
}

/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper.toggled {
    padding-left: 250px;
}
#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}
#page-content-wrapper {
    width: 100%;
    position: absolute;
}
#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}
/* Sidebar Styles */
#menu-toggle {
    width: 100%;
    margin-bottom: 20px;
}
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}
.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}
.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}
.sidebar-nav > .sidebar-brand a {
    color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
@media (min-width: 768px) {
    #wrapper {
        padding-left: 250px;
    }
    #wrapper.toggled {
        padding-left: 0;
    }
    #sidebar-wrapper {
        width: 250px;
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }
    #page-content-wrapper {
        position: relative;
    }
    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 220px;
}

#sidebar-wrapper {
    z-index: 1000;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #1a1a1a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}

#page-content-wrapper {
    width: 100%;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.navbar {
    padding: 0;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #1c1c1c;
    -webkit-transition: width 0.2s ease-in;
    -moz-transition: width 0.2s ease-in;
    -ms-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
}
.sidebar-nav li:first-child a {
    color: #fff;
    background-color: #1a1a1a;
}
.sidebar-nav li:nth-child(5n + 1):before {
    background-color: #ec1b5a;
}
.sidebar-nav li:nth-child(5n + 2):before {
    background-color: #79aefe;
}
.sidebar-nav li:nth-child(5n + 3):before {
    background-color: #314190;
}
.sidebar-nav li:nth-child(5n + 4):before {
    background-color: #279636;
}
.sidebar-nav li:nth-child(5n + 5):before {
    background-color: #7d5d81;
}

.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width 0.2s ease-in;
    -moz-transition: width 0.2s ease-in;
    -ms-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
}

.sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 30px;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}
.sidebar-header {
    text-align: center;
    font-size: 20px;
    position: relative;
    width: 100%;
    display: inline-block;
}
.sidebar-brand {
    height: 65px;
    position: relative;
    background: #212531;
    background: linear-gradient(to right bottom, #2f3441 50%, #212531 50%);
    padding-top: 1em;
}
.sidebar-brand a {
    color: #ddd;
}
.sidebar-brand a:hover {
    color: #fff;
    text-decoration: none;
}
.dropdown-header {
    text-align: center;
    font-size: 1em;
    color: #ddd;
    background: #212531;
    background: linear-gradient(to right bottom, #2f3441 50%, #212531 50%);
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}
.dropdown-menu.show {
    top: 0;
}
/*Fontawesome icons*/
.nav.sidebar-nav li a::before {
    font-family: fontawesome;
    content: "\f12e";
    vertical-align: baseline;
    display: inline-block;
    padding-right: 5px;
}
/* a[href*="#home"]::before {
content: "\f015" !important;
} */
a[href*="#about"]::before {
    content: "\f129" !important;
}
a[href*="#events"]::before {
    content: "\f073" !important;
}
a[href*="#events"]::before {
    content: "\f073" !important;
}
a[href*="#team"]::before {
    content: "\f0c0" !important;
}
a[href*="#works"]::before {
    content: "\f0b1" !important;
}
a[href*="#pictures"]::before {
    content: "\f03e" !important;
}
a[href*="#videos"]::before {
    content: "\f03d" !important;
}
a[href*="#books"]::before {
    content: "\f02d" !important;
}
a[href*="#art"]::before {
    content: "\f1fc" !important;
}
a[href*="#awards"]::before {
    content: "\f02e" !important;
}
a[href*="#services"]::before {
    content: "\f013" !important;
}
a[href*="#contact"]::before {
    content: "\f086" !important;
}
a[href*="#followme"]::before {
    content: "\f099" !important;
    color: #0084b4;
}
/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
    position: fixed;
    top: 20px;
    z-index: 999;
    display: block;
    width: 32px;
    height: 32px;
    margin-left: 15px;
    background: transparent;
    border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
    outline: none;
}
.hamburger.is-closed:before {
    content: "";
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 4px;
    width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
    background-color: #1a1a1a;
}
.hamburger.is-closed .hamb-top {
    top: 5px;
    -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
    bottom: 5px;
    -webkit-transition: all 0.35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
    top: 0;
    -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
    bottom: 0;
    -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    background-color: #1a1a1a;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
    top: 50%;
    margin-top: -2px;
}
.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}
.hamburger.is-open .hamb-middle {
    display: none;
}
.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}
.hamburger.is-open:before {
    content: "";
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-open:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250, 250, 250, 0.8);
    z-index: 1;
}

/*-------------------------------*/
/*            Search             */
/*-------------------------------*/

/*the container must be positioned relative:*/
.autocomplete {
    position: relative;
    display: inline-block;
    border-right: 1px solid #3e3e3e;
}
.autocomplete input {
    border: 1px solid transparent;
    background-color: #fff;
    padding-left: 10px;
    font-size: 16px;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: #0046bc !important;
    color: #ffffff;
}

/*
-----------------------------------------------------------------------
	Main Navigation CSS
-----------------------------------------------------------------------
*/
.main-menu > li:last-child {
    margin-right: 0;
}
.main-menu > li:hover > a,
.main-menu > li.active > a {
    color: #0046bc;
}
.main-menu.menu-capitalize > li > a {
    font-size: 16px;
    text-transform: capitalize;
}

.has-submenu {
    padding-right: 10px;
    position: relative;
}
.has-submenu > a {
    position: relative;
}
.has-submenu > a:before {
    content: "\f078";
    color: #3e3e3e;
    font-size: 10px;
    line-height: 30px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: -15px;
    top: -1px;
}
.has-submenu:hover > .submenu-nav {
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
}
.has-submenu:hover .menu-content .menu-content-inner h4,
.has-submenu:hover .menu-content .menu-content-inner .btn-brand {
    transform: none !important;
}
.has-submenu .submenu-nav {
    background-color: #111;
    border: none;
    border-bottom: none;
    padding: 15px 0 15px;
    position: absolute;
    left: -25px;
    top: 100%;
    transform: translateY(50px);
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    min-width: 250px;
    margin-top: 42px;
    z-index: 9999;
}
@media only screen and (max-width: 1199px) {
    .has-submenu .submenu-nav {
        min-width: 210px;
    }
}
.has-submenu .submenu-nav:before {
    content: "";
    position: absolute;
    height: 56px;
    width: 100%;
    left: 0;
    bottom: 100%;
}
.has-submenu .submenu-nav > li {
    /*padding: 9px 25px;*/
    /*width: 100%;*/
    padding: 2px 18px;
    width: max-content;
}
.has-submenu .submenu-nav > li a {
    color: #aaa;
    display: block;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: inherit;
    text-transform: capitalize;
}
.has-submenu .submenu-nav > li a:hover {
    color: #fff;
}
.has-submenu .submenu-nav > li:hover > a {
    color: #fff;
}
.has-submenu .submenu-nav > li:hover:after {
    color: #fff !important;
}
.has-submenu .submenu-nav > li.has-submenu {
    position: relative;
}
.has-submenu .submenu-nav > li.has-submenu a:before {
    display: none;
}
.has-submenu .submenu-nav > li.has-submenu:hover > .submenu-nav {
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
}
.has-submenu .submenu-nav > li.has-submenu:after {
    content: "";
    color: #595959;
    font-size: 15px;
    line-height: 1.2;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 25px;
    top: 12px;
}
.has-submenu .submenu-nav > li.has-submenu .submenu-nav {
    left: 100%;
    top: 0;
    margin-top: -15px;
}
.has-submenu .submenu-nav-mega {
    display: flex;
    padding: 40px 50px;
    width: 100%;
}
@media only screen and (max-width: 1199px) {
    .has-submenu .submenu-nav-mega {
        width: 830px;
    }
}
.has-submenu .submenu-nav-mega .mega-menu-item {
    padding: 0 !important;
    flex-basis: 25%;
}
.has-submenu .submenu-nav-mega .mega-menu-item:last-child {
    border-right: 0;
}
.has-submenu .submenu-nav-mega .mega-menu-item > a {
    color: #fff !important;
    display: block;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.has-submenu .submenu-nav-mega .mega-menu-item > a.srmenu-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    margin-left: 25px;
    padding: 10px 0;
}
.has-submenu
    .submenu-nav-mega
    .mega-menu-item
    > a.srmenu-title.srmenu-style-hide {
    display: none;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li {
    position: relative;
    padding: 10px 25px;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li a:hover {
    color: #fff;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.feature a {
    position: relative;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.feature a:before {
    content: "";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    color: #0046bc;
    right: -20px;
    top: 1px;
    font-size: 12px;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.new a {
    position: relative;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.new a:after {
    background-color: #0046bc;
    content: "New";
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 2px;
    position: absolute;
    top: 0;
    right: -38px;
    line-height: 1;
    padding: 2px 3px;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li:hover .menu-thumb {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.active a {
    color: #fff;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content {
    padding: 0 !important;
    margin: -1px;
}
.has-submenu
    .submenu-nav-mega
    .mega-menu-item.menu-content
    .menu-content-inner {
    background-size: cover;
    background-position: center center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
}
.has-submenu
    .submenu-nav-mega
    .mega-menu-item.menu-content
    .menu-content-inner
    h4,
.has-submenu
    .submenu-nav-mega
    .mega-menu-item.menu-content
    .menu-content-inner
    .btn-brand {
    color: #fff;
    transition: 0.4s;
    transition-delay: 0.3s;
}
.has-submenu
    .submenu-nav-mega
    .mega-menu-item.menu-content
    .menu-content-inner
    h4 {
    transform: translateY(-80%);
}
.has-submenu
    .submenu-nav-mega
    .mega-menu-item.menu-content
    .menu-content-inner
    h4
    span {
    color: #0046bc;
    font-style: italic;
}
.has-submenu
    .submenu-nav-mega
    .mega-menu-item.menu-content
    .menu-content-inner
    .btn-brand {
    margin-top: 30px;
    font-weight: 700;
    transform: translateY(80%);
}
.has-submenu.full-width {
    position: static;
}
.has-submenu.colunm-two {
    position: relative;
}
.has-submenu.colunm-two .submenu-nav-mega {
    left: -35px;
    width: 600px;
}
.has-submenu.colunm-two .submenu-nav-mega .mega-menu-item {
    padding: 0 !important;
    flex-basis: 50%;
}
.header-align .header-navigation-area .main-menu > li.has-submenu .submenu-nav {
    background-color: #fff;
    border: none;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 20px 80px 0px rgba(171, 181, 189, 0.35);
    left: -10px;
    margin-top: 20px;
    min-width: 195px;
}
.header-align
    .header-navigation-area
    .main-menu
    > li.has-submenu
    .submenu-nav:before {
    height: 40px;
}
.header-align
    .header-navigation-area
    .main-menu
    > li.has-submenu
    .submenu-nav
    > li
    a {
    color: #0e0e0e;
}
.header-align
    .header-navigation-area
    .main-menu
    > li.has-submenu
    .submenu-nav
    > li
    a:hover {
    color: #0046bc;
}
.slicknav_arrow .icon_minus-06,
.slicknav_arrow .icon_plus {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    font-style: normal;
}
.slicknav_arrow .icon_minus-06::before {
    color: #333;
    content: "\f068";
    color: #333;
}
.slicknav_arrow .icon_plus::before {
    color: #333;
    content: "\f067";
}
.res-mobile-menu .slicknav_nav li a:hover .slicknav_arrow .icon_plus::before {
    color: #333;
}

/*-------- Preloader Style Css --------*/
.preloader-deactive .preloader-wrap {
    display: none;
}

.preloader-wrap {
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: 99999;
    overflow: hidden;
}
.preloader-wrap .preloader {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -50px;
}
.preloader-wrap .preloader .dot {
    height: 100%;
    width: 100%;
    display: block;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    animation: la-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #0046bc;
}
@keyframes la-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
.btn-close {
    background: none;
}

/*----------  cart overlay  ----------*/
/*----------  offcanvas cart  ----------*/
.cart-overlay-content {
    position: fixed;
    z-index: 9999;
    top: 0;
    overflow: auto;
    width: 380px;
    height: 100%;
    padding: 20px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background-color: #ffffff;
}
.pincode-overlay-content {
    position: fixed;
    z-index: 9999;
    top: 0;
    overflow: auto;
    width: 380px;
    height: 100%;
    padding: 20px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background-color: #ffffff;
}
.offcanvas-cart-content-container .cart-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;

    margin-bottom: 20px;
    padding-bottom: 5px;

    color: #333333;
    border-bottom: 1px solid #eeeeee;
}

.offcanvas-cart-content-container
    .cart-product-wrapper
    .cart-product-container {
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    max-height: 330px;
}

.offcanvas-cart-content-container
    .cart-product-wrapper
    .cart-product-container {
    position: relative;
    /* overflow-y: scroll; */
    /* overflow-x: hidden; */
    width: 100%;
    /* max-height: 330px; */
}

.offcanvas-cart-content-container
    .cart-product-wrapper
    .cart-product-container
    .single-cart-product, .offcanvas-shop-cart-content-container
    .cart-product-wrapper
    .cart-product-container
    .single-cart-product {
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 10px;
    padding-bottom: 10px;

    border-bottom: 1px solid #eeeeee;
}

.offcanvas-cart-content-container
    .cart-product-wrapper
    .cart-product-container
    .single-cart-product
    .cart-close-icon, .offcanvas-shop-cart-content-container
    .cart-product-wrapper
    .cart-product-container
    .single-cart-product
    .cart-close-icon {
    line-height: 8px;

    position: absolute;
    top: 0;
    right: 15px;
}

.offcanvas-cart-content-container
    .cart-product-wrapper
    .cart-product-container
    .single-cart-product
    .cart-close-icon
    a, .offcanvas-shop-cart-content-container
    .cart-product-wrapper
    .cart-product-container
    .single-cart-product
    .cart-close-icon
    a {
    color: #333333;
}

.offcanvas-cart-content-container
    .cart-product-wrapper
    .cart-product-container
    .single-cart-product
    .cart-close-icon
    a
    i, .offcanvas-shop-cart-content-container
    .cart-product-wrapper
    .cart-product-container
    .single-cart-product
    .cart-close-icon
    a
    i {
    font-size: 8px;
}

.offcanvas-cart-content-container
    .cart-product-wrapper
    .cart-product-container
    .single-cart-product
    .cart-close-icon
    a:hover, .offcanvas-shop-cart-content-container
    .cart-product-wrapper
    .cart-product-container
    .single-cart-product
    .cart-close-icon
    a:hover {
    color: #ff0000;
}

.offcanvas-cart-content-container
    .cart-product-wrapper
    .cart-product-container
    .single-cart-product:last-child, .offcanvas-shop-cart-content-container
    .cart-product-wrapper
    .cart-product-container
    .single-cart-product:last-child {
    margin-bottom: 0;
}

.offcanvas-cart-content-container
    .cart-product-wrapper
    .cart-product-container
    .single-cart-product
    .image, .offcanvas-shop-cart-content-container
    .cart-product-wrapper
    .cart-product-container
    .single-cart-product
    .image {
    width: 100px;
    margin-right: 15px;
}

.offcanvas-cart-content-container
    .cart-product-wrapper
    .cart-product-container
    .single-cart-product
    .content, .offcanvas-shop-cart-content-container
    .cart-product-wrapper
    .cart-product-container
    .single-cart-product
    .content {
    width: calc(100% - 80px);
}

.offcanvas-cart-content-container
    .cart-product-wrapper
    .cart-product-container
    .single-cart-product
    .content
    h5, .offcanvas-shop-cart-content-container
    .cart-product-wrapper
    .cart-product-container
    .single-cart-product
    .content
    h5 {
    font-size: 15px;
    line-height: 17px;
}

.offcanvas-cart-content-container
    .cart-product-wrapper
    .cart-product-container
    .single-cart-product
    .content
    h5
    a, .offcanvas-shop-cart-content-container
    .cart-product-wrapper
    .cart-product-container
    .single-cart-product
    .content
    h5
    a {
    color: #333333;
}

.offcanvas-cart-content-container
    .cart-product-wrapper
    .cart-product-container
    .single-cart-product
    .content
    p
    .cart-count, .offcanvas-shop-cart-content-container
    .cart-product-wrapper
    .cart-product-container
    .single-cart-product
    .content
    p
    .cart-count {
    font-size: 12px;
    line-height: 22px;

    color: #7e7e7e;
}

.offcanvas-cart-content-container
    .cart-product-wrapper
    .cart-product-container
    .single-cart-product
    .content
    p
    .main-price, .offcanvas-shop-cart-content-container
    .cart-product-wrapper
    .cart-product-container
    .single-cart-product
    .content
    p
    .main-price {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;

    color: #333333;
}

.offcanvas-cart-content-container
    .cart-product-wrapper
    .cart-product-container
    .single-cart-product
    .content
    p
    .main-price.discounted, .offcanvas-shop-cart-content-container
    .cart-product-wrapper
    .cart-product-container
    .single-cart-product
    .content
    p
    .main-price.discounted {
    font-size: 12px;
    line-height: 22px;

    text-decoration: line-through;

    color: #7e7e7e;
}

.offcanvas-cart-content-container
    .cart-product-wrapper
    .cart-product-container
    .single-cart-product
    .content
    p
    .discounted-price, .offcanvas-shop-cart-content-container
    .cart-product-wrapper
    .cart-product-container
    .single-cart-product
    .content
    p
    .discounted-price {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;

    color: #333333;
}

.offcanvas-cart-content-container .cart-product-wrapper .cart-subtotal, .offcanvas-shop-cart-content-container .cart-product-wrapper .cart-subtotal {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;

    margin-top: 25px;
    padding-top: 10px;
    padding-bottom: 10px;

    color: #333333;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.offcanvas-cart-content-container
    .cart-product-wrapper
    .cart-subtotal
    .subtotal-amount, .offcanvas-shop-cart-content-container
    .cart-product-wrapper
    .cart-subtotal
    .subtotal-amount {
    float: right;
    overflow: hidden;
}

.offcanvas-cart-content-container .cart-product-wrapper .free-shipping-text, .offcanvas-shop-cart-content-container .cart-product-wrapper .free-shipping-text {
    margin-top: 25px;
}

.offcanvas-cart-content-container .cart-product-wrapper .cart-buttons, .offcanvas-shop-cart-content-container .cart-product-wrapper .cart-buttons {
    margin-top: 30px;
}

.offcanvas-cart-content-container .cart-product-wrapper .cart-buttons a, .offcanvas-shop-cart-content-container .cart-product-wrapper .cart-buttons a {
    font-size: 14px;
    font-weight: 500;

    display: block;

    margin-bottom: 15px;
    padding: 5px 10px;

    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;

    color: #ffffff;
    border: 1px solid #0046bc;
    border-radius: 0;
    background-color: #0046bc;
}

.offcanvas-cart-content-container
    .cart-product-wrapper
    .cart-buttons
    a:last-child, .offcanvas-shop-cart-content-container
    .cart-product-wrapper
    .cart-buttons
    a:last-child {
    margin-bottom: 0;
}

.offcanvas-cart-content-container .cart-product-wrapper .cart-buttons a:hover, .offcanvas-shop-cart-content-container .cart-product-wrapper .cart-buttons a:hover {
    border-color: #93b6ff;
    background-color: #93b6ff;
}

/*-------------------------------*/
/*      Appointment page Start   */
/*-------------------------------*/
.search-inner-item {
    display: flex;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    position: relative;
}
.search-section {
    background-color: #d2e3ff;
    margin-bottom: 5px;
    padding: 30px 0px;
}
.search-inner-item i {
    background-color: #0046bc;
    color: #fff;
    padding: 10px 15px;
    width: 50px;
}
.search-inner-box {
    display: inline-block;
    border: 1px solid #0046bc;
    margin-left: -3px;
    padding: 4.2px 10px 4.2px 15px;
    width: 100%;
}
#datalistOptions option {
    cursor: pointer;
}
.search-select-box {
    position: relative;
}
.drop-icon i {
    background-color: transparent;
    color: #0046bc;
    width: auto;
    padding: 0px;
}
.drop-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}
.filter-section {
    background-color: #0046bc;
    padding: 12px 0px 8px;
}
.form-filter {
    margin-bottom: 0px;
}
.filter-section .form-check {
    display: inline-block;
    cursor: pointer;
    margin-bottom: 0px;
    margin-right: 15px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 6px 15px;
    border-radius: 6px;
}
.filter-section .form-check .form-check-input {
    margin-left: 0px;
    margin-right: 10px;
    background-color: transparent;
    border: 1px solid #fff;
}
.filter-section .form-check-label {
    color: #fff;
    cursor: pointer;
}
.form-filter .dropdown {
    display: inline-flex;
    width: 200px;
    margin-right: 15px;
    position: relative;
}
.form-filter .dropdown::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 900;
    right: 12px;
    top: 8px;
    font-size: 11px;
    color: #fff;
}
.form-filter .dropdown .form-select {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.05);
    border: none;
    color: #fff;
    background-image: none;
    position: relative;
}
.form-filter .dropdown .form-select option {
    color: #000;
}
.form-select:focus {
    outline: none;
    box-shadow: none;
    border: none;
}
.form-filter .dropdown label {
    width: 70px;
    color: #fff;
    margin-top: 5px;
}
.sort-by {
    width: 250px !important;
}
.appointment-inner-section {
    background-color: #f6f6f6;
    padding-top: 40px;
    display: inline-block;
    width: 100%;
    min-height: 800px;
}
.appointment-wrapper-item {
    background-color: #fff;
    border-bottom: 8px solid #0046bc;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.appointment-item-pic {
    display: inline-block;
    vertical-align: top;
}
.appointment-item-pic img {
    width: 150px;
    /* border: 1px solid #0046bc; */
    border-radius: 6px;
    height: 175px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 90%);
}
.appointment-content {
    display: inline-block;
    width: 72%;
    margin-left: 20px;
}
.app-content-left h3 {
    font-size: 20px;
    margin-bottom: 0px;
}
.app-content-left {
    display: inline-block;
    width: 50%;
}
.app-content-right {
    display: inline-block;
    width: 44%;
    margin-left: 20px;
    margin-top: 20px;
    vertical-align: top;
}
.app-btm-content p {
    line-height: normal;
    width: 100%;
    font-size: 14px;
}
.appointment-inner-section .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
}
.appointment-btn {
    display: table;
    margin: auto;
    width: 120px;
    background-color: #0046bc;
    padding: 8px 20px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    text-transform: capitalize;
    font-family: "Calibri Bold";
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to right, #01affa 50%, #0046bc 50%);
    background-size: 205% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-out;
}
.appointment-btn:hover {
    background-position: left bottom;
    color: #fff;
}
.app-content-left p b {
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
}
.review-btn {
    display: inline-block;
    border: 1px solid #0046bc;
    border-radius: 6px;
    color: #0046bc;
    padding: 0px 15px;
    margin-top: 10px;
}
.review-btn:hover {
    background-color: #0046bc;
    color: #fff;
}
.review-list {
    display: inline-block;
    margin-left: 15px;
}
.review-list li {
    display: inline-block;
    margin-right: 0px;
}
.review-list li a i {
    font-weight: 400;
}
.review-list li a .active {
    font-weight: 900;
}
/*.review-list li:last-child a i { font-weight: 400; }*/
.app-price {
    text-align: center;
    font-weight: bold;
    color: #0046bc;
    font-size: 18px;
}
.app-content-right span {
    color: #0046bc;
    text-align: center;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    margin-bottom: 20px;
}
.app-content-right .login-btn {
    text-transform: capitalize;
    padding: 8px 20px;
    margin: auto;
    display: table;
    float: none;
}
.filter {
    display: none;
    float: right;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.05);
    border: none;
    padding: 0.375rem 0.75rem 0.375rem 0.75rem;
}
.filter .dropdown-toggle {
    display: none;
    background-color: rgba(255, 255, 255, 0.05);
    border: none;
    color: #fff;
    width: 150px;
    padding: 0.375rem 0.75rem 0.375rem 0.75rem;
    border-radius: 0.25rem;
}
.filter-btn {
    color: #fff;
    cursor: pointer;
    float: left;
    margin-right: 30px;
}
.filter-bar {
    float: right;
    width: 30px;
    margin-top: 5px;
}
.filter-bar span {
    position: relative;
}
.filter-bar span:nth-child(1n)::after {
    position: absolute;
    content: "";
    right: -15px;
    background-color: #fff;
    width: 22px;
    height: 2px;
    display: inline-block;
}
.filter-bar span:nth-child(2n)::after {
    position: absolute;
    content: "";
    right: -15px;
    top: 6px;
    background-color: #fff;
    width: 18px;
    height: 2px;
    display: inline-block;
}
.filter-bar span:nth-child(3n)::after {
    position: absolute;
    content: "";
    right: -15px;
    top: 13px;
    background-color: #fff;
    width: 14px;
    height: 2px;
    display: inline-block;
}
.dropdown-toggle {
    background-color: transparent;
    border: none;
}
.filter .filter-btn::after {
    display: none;
}
.filter.dropdown {
    display: none;
}
.filter.dropdown::after {
    display: none;
}
.filter .dropdown-toggle::after {
    display: none;
}
.filter-btn {
    width: auto !important;
    margin-top: 0px !important;
    background-color: transparent !important;
    padding: 0px !important;
}
.btn-close:focus {
    outline: none;
    box-shadow: none;
    border: none;
}
.appointment-modal .btn-close {
    color: #fff;
    position: absolute;
    top: -45px;
    right: 5px;
    font-size: 40px;
    opacity: 1;
}
.modal-dialog.appointment-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 768px) {
    .modal-dialog.appointment-dialog {
        min-height: calc(100vh - 20px);
    }
}
.appointment-modal .modal-header {
    border-bottom: none;
}
.appointment-modal .modal-title {
    text-align: center;
    width: 100%;
    letter-spacing: 1px;
}
.appointment-body .nav-tabs {
    border-bottom: none;
    width: 60%;
    margin: auto;
}
.appointment-body {
    padding: 0px 35px 35px;
}

#progressbar {
    display: inline-block;
    width: 100%;
}
#progressbar li {
    position: relative;
    display: inline-block;
    width: 33.6%;
    margin-left: -5px;
}
#progressbar li::before {
    position: absolute;
    content: "";
    left: 0px;
    width: 100%;
    background-color: #dadada;
    height: 3px;
    top: -12px;
    border-radius: 100px;
}
#progressbar li::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #dadada;
    border: 3px solid #dadada;
    top: -20px;
    left: 0px;
    right: 0px;
    margin: auto;
    border-radius: 100px;
}
#progressbar .active-item::after {
    border-color: #0046bc;
    background-color: #fff;
}
#progressbar .active-item::before {
    background-color: #0046bc;
}
#appointment {
    width: 60%;
    margin: auto;
}
#msform fieldset {
    width: 100%;
}
#msform .nav-tabs .nav-link {
    width: 33%;
    color: #0046bc;
}
#msform .nav-tabs .nav-link.active {
    font-weight: bold;
    border: none !important;
    border-bottom: 2px solid #0046bc !important;
}
#msform .nav-tabs .nav-link:hover {
    border: none !important;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}
/*inputs*/
#msform input,
#msform textarea {
    padding: 8px 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2c3e50;
    font-size: 13px;
}
/*buttons*/
#msform .action-button {
    width: 90px;
    background: #0046bc;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 4px;
    cursor: pointer;
    padding: 5px 5px;
    margin: 10px 0px 0px 20px;
    float: right;
}
#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: none;
}
.appointment-inner-item {
    border-bottom: 3px solid #0046bc;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.appointment-icon {
    display: inline-block;
    width: 10%;
    vertical-align: top;
    text-align: center;
}
.appointment-list {
    display: inline-block;
    width: 85%;
    margin-left: 20px;
}
#msform .tab-content {
    margin-top: 40px;
}
.appointment-icon i {
    color: #0046bc;
    font-size: 28px;
}
.appointment-list li {
    border: 2px solid #0046bc;
    color: #0046bc;
    border-radius: 4px;
    padding: 3px 15px;
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 15px;
}
.active-icon {
    background-color: #0046bc;
    color: #fff !important;
}
.active-icon a {
    color: #fff;
}
.deactive-icon {
    background-color: #0046bc29;
    color: #fff !important;
    border: 2px solid #0046bc80 !important;
}
.deactive-icon a {
    color: #0046bc80;
    cursor: default !important;
}
#msform fieldset {
    position: relative !important;
}
#msform .review-list {
    margin-left: 0px;
}
#msform .appointment-content {
    width: 74%;
}
#msform .appointment-wrapper-item .app-content-right {
    width: 45%;
}
#msform .appointment-wrapper-item .appointment-list li a {
    font-size: 13px;
}
#msform .appointment-wrapper-item .appointment-list {
    width: 100%;
}
.pationed-details h3 {
    color: #3e3e3e;
    font-size: 20px;
}
.appointment-success {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 100px;
}
.success-icon {
    background-color: #0046bc;
    width: 80px;
    height: 80px;
    line-height: 105px;
    border-radius: 100px;
    margin: auto auto 30px;
}
.success-icon i {
    color: #fff;
    font-size: 44px;
    line-height: 80px;
}
.appointment-success h2 {
    color: #0046bc;
}
.appointment-success p {
    color: #0046bc;
    margin-bottom: 20px;
    font-size: 24px;
}
.modal-dialog {
    margin: 3.75rem auto !important;
}
#msform fieldset .appointment-wrapper-item {
    border-bottom: 2px solid #0046bc;
}

#myModal1 .modal-header {
    border-bottom: none;
}
#myModal1 .modal-content {
    background-color: #0046bc !important;
}
#myModal1 .btn-close i {
    color: #fff;
    opacity: 1;
}
#myModal1 .form-check {
    text-align: left;
}
#myModal1 .form-check-label {
    color: #fff;
}
#myModal1 .btn-close {
    position: absolute;
    right: 0px;
    top: -30px;
}
#myModal1 .form-filter .dropdown {
    display: block;
    margin-top: 10px;
    width: 100%;
}

#myModal1 .modal-header {
    border-bottom: none;
}
#myModal1 .modal-content {
    background-color: #0046bc !important;
}
#myModal1 .btn-close i {
    color: #fff;
    opacity: 1;
}
#myModal1 .form-check {
    text-align: left;
}
#myModal1 .form-check-label {
    color: #fff;
}
#myModal1 .btn-close {
    position: absolute;
    right: 0px;
    top: -30px;
}
#myModal1 .form-filter .dropdown {
    display: block;
    margin-top: 10px;
}
#msform .owl-dots {
    display: none;
}
#msform .tab-pane.fade {
    opacity: 1;
}
#msform .item .active a {
    border-bottom: 2px solid #0046bc;
}
#msform .owl-stage .item li {
    text-align: center;
}
#msform .owl-nav {
    display: block;
    position: absolute;
    top: 8px;
    width: 100%;
}
#msform .owl-prev i,
#msform .owl-next i {
    color: #0046bc;
}
#msform .owl-nav .owl-prev {
    position: absolute;
}
#msform .owl-nav .owl-next {
    position: absolute;
    right: 0px;
}
.page-nav {
    margin: 30px auto;
    display: table;
}
#categoryDataList option {
    width: 300px;
}

@media (min-width: 1px) and (max-width: 575.98px) {
    .app-content-fees {
        float: left;
    }
    #msform .appointment-wrapper-item .app-content-right {
        width: 100%;
    }
    .review-item {
        margin-top: 0px;
        position: absolute;
        left: 0px;
        top: 140px;
        width: 120px;
    }
    .app-consultation {
        display: inline-block;
        width: 100%;
    }
    .app-price {
        text-align: right;
        float: right;
    }
    .appointment-content {
        width: 60%;
        margin-left: 15px;
        margin-top: 0;
    }
    .app-content-right {
        width: 100%;
        margin-left: 0px;
        margin-top: 5px;
    }
    .review-list {
        margin:  10px auto;
        display: table;
    }
    .app-content-right .login-btn {
        font-size: 11px;
        padding: 8px 10px;
    }
    .filter-section .form-check .form-check-input {
        margin-top: 6px;
    }
    .filter-section .form-check-label {
        margin-top: 0px;
    }
    .form-filter .dropdown label {
        margin-top: 5px;
        float: left;
        text-align: left;
        width: 55px;
    }
    .appointment-item-pic {
        width: 100px;
        float: left;
    }
    #msform .review-list {
        top: -30px;
    }
    .appointment-item-pic img {
        width: 100px;
        height: 110px;
    }
    .appointment-wrapper-item {
        padding: 10px;
    }
    .app-content-left {
        width: 100%;
        min-height: 120px;
    }
    .review-list li a i {
        font-size: 10px;
        text-align: left;
    }
    .review-list li {
        margin-right: 3px;
    }
    .review-list li:last-child {
        margin-right: 0px;
    }
    .app-content-right span {
        display: none;
        font-size: 12px;
        margin-bottom: 0px;
        text-align: left;
    }
    .review-btn {
        font-size: 14px;
        padding: 0px 12px;
        margin: auto;
        display: table;
    }
    .appointment-inner-section .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    .form-filter.d-flex {
        display: inline-block !important;
        text-align: center;
        width: 100%;
    }
    .filter-section .form-check {
        margin-bottom: 8px;
        display: none;
    }
    .app-content-left p b {
        line-height: normal;
        font-size: 12px;
    }
    .search-inner-item {
        margin-bottom: 10px;
    }
    .search-section {
        padding: 20px 0px 10px;
    }
    .app-content-left h3 {
        font-size: 18px;
    }
    .form-filter .dropdown {
        display: none;
    }
    .sort-by {
        display: block !important;
        float: left;
        margin-bottom: 0px;
        width: 180px !important;
    }
    .sort-by .form-select {
        width: 110px;
    }
    .filter {
        display: block;
        float: right;
        width: 130px;
        margin-top: 0px;
    }
    .form-filter .dropdown::after {
        top: 7px;
        right: 16px;
    }
    .appointment-btn {
        float: right;
        width: 114px;
        font-size: 12px;
        padding: 4px 8px;
        vertical-align: top;
        margin-left: 10px;
    }
    .appointment-body .nav-tabs {
        width: 100%;
    }
    #msform .appointment-list {
        width: 88%;
        margin-left: 10px;
    }
    #msform .appointment-content {
        width: 74%;
        margin-top: 0px;
        float: left;
    }
    #msform .appointment-wrapper-item .app-content-right {
        text-align: center;
    }
    #msform .appointment-wrapper-item .appointment-list {
        margin-left: 0px;
        text-align: left;
        float: right;
        width: 100%;
        margin-left: 15px;
        margin-top: 0px;
    }
    #msform .appointment-wrapper-item .appointment-list li {
        margin-right: 0px;
        padding: 0px 10px;
    }
    #msform .appointment-wrapper-item {
        text-align: center;
        float: left;
    }
    #msform .app-content-left {
        text-align: left;
    }
    #msform .nav-tabs .nav-link {
        font-size: 14px;
    }
    .appointment-list li {
        font-size: 12px;
        margin-bottom: 10px;
        margin-right: 10px;
        padding: 3px 10px;
    }
    .appointment-success p {
        font-size: 20px;
    }
    .appointment-body {
        padding: 0px 20px 35px;
    }
    .filter {
        display: block;
    }
    .appointment-icon i {
        font-size: 20px;
    }
    .appointment-icon {
        width: 7%;
    }
    .app-content-left { min-height: 150px; }
}
@media (min-width: 1px) and (max-width: 399px) {  
    .appointment-content { width: 60% !important; }

}

@media (min-width: 450px) and (max-width: 520px) {  
    .appointment-content { width: 68%; }

}

@media (min-width: 520px) and (max-width: 575.98px) {  
    .appointment-content { width: 75%; }

}

@media (min-width: 576px) and (max-width: 767.98px) {
    .appointment-content {
        width: 69%;
        margin-left: 10px;
    }
    .app-content-right {
        width: 48%;
        margin-left: 10px;
    }
    .review-list {
        margin-top: 5px;
    }
    .app-content-right .login-btn {
        font-size: 11px;
        padding: 8px 10px;
    }
    .filter-section .form-check .form-check-input {
        margin-top: 6px;
    }
    .filter-section .form-check-label {
        margin-top: 0px;
    }
    .form-filter .dropdown label {
        margin-top: 3px;
    }
    .appointment-item-pic {
        width: 27%;
        float: left;
    }
    .appointment-item-pic img {
        width: 110px;
        height: 125px;
        margin: auto;
        display: table;
    }
    .appointment-wrapper-item {
        padding: 10px;
    }
    .app-content-left {
        width: 45%;
    }
    .review-list li a i {
        font-size: 12px;
    }
    .review-list li {
        margin-right: 0px;
    }
    .app-content-right span {
        font-size: 12px;
    }
    .review-btn {
        margin-top: 10px;
    }
    .appointment-section .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    .form-filter.d-flex {
        display: inline-block !important;
        text-align: center;
        width: 100%;
    }
    .filter-section .form-check {
        margin-bottom: 8px;
        display: none;
    }
    .app-content-left p b {
        line-height: normal;
        font-size: 12px;
    }
    .form-filter .dropdown {
        display: none;
    }
    .sort-by {
        display: block !important;
        float: left;
    }
    .sort-by .form-select {
        width: 175px;
    }
    .filter {
        display: block;
        float: right;
    }
    .appointment-btn {
        width: 120px;
        font-size: 12px;
        padding: 8px 10px;
    }
    .appointment-body .nav-tabs {
        width: 100%;
    }
    #msform .appointment-list {
        width: 82%;
    }
    #msform .appointment-content {
        width: 70%;
        margin-top: 0px;
    }
    #msform .appointment-wrapper-item .app-content-right {
        text-align: center;
    }
    #msform .appointment-wrapper-item .appointment-list {
        margin-left: 0px;
    }
    #msform .appointment-wrapper-item .appointment-list li {
        margin-right: 0px;
    }
    #msform .appointment-wrapper-item {
        text-align: center;
    }
    #msform .app-content-left {
        text-align: left;
    }
    .filter {
        display: block;
    }
}


@media (min-width: 768px) and (max-width: 991.98px) {
    .appointment-content {
        width: 70%;
        margin-left: 10px;
    }
    .app-content-right {
        width: 48%;
        margin-left: 10px;
    }
    .review-list {
        margin-top: 5px;
    }
    .app-content-right .login-btn {
        font-size: 11px;
        padding: 8px 8px;
    }
    .filter-section .form-check .form-check-input {
        margin-top: 9px;
    }
    .filter-section .form-check-label {
        margin-top: 0px;
    }
    .form-filter .dropdown label {
        margin-top: 3px;
    }
    .appointment-item-pic {
        width: 24%;
    }
    .appointment-item-pic img {
        width: 145px;
        height: 175px;
        margin: auto;
        display: table;
    }
    .appointment-wrapper-item {
        padding: 10px;
    }
    .app-content-left {
        width: 45%;
    }
    .review-list li a i {
        font-size: 12px;
    }
    .review-list li {
        margin-right: 0px;
    }
    .app-content-right span {
        font-size: 12px;
    }
    .review-btn {
        margin-top: 10px;
    }
    .appointment-section .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    .form-filter.d-flex {
        display: inline-block !important;
        text-align: center;
        width: 100%;
    }
    .filter-section .form-check {
        margin-bottom: 8px;
        display: none;
    }
    .app-content-left p b {
        line-height: normal;
        font-size: 12px;
    }
    .form-filter .dropdown {
        display: none;
    }
    .sort-by {
        display: block !important;
        float: left;
    }
    .sort-by .form-select {
        width: 175px;
    }
    .filter {
        display: block;
        float: right;
    }
    .filter.dropdown {
        display: block;
    }
    .filter .dropdown-toggle {
        display: block;
    }
    .filter .dropdown-menu {
        width: 100%;
    }
    .dropdown-menu-dark .form-check {
        display: block;
        background-color: transparent;
    }
    .dropdown-menu-dark .dropdown {
        display: block;
        background-color: transparent;
    }
    .filter-section .form-check {
        margin-right: 0px;
    }
    .dropdown-menu-dark .form-check-label {
        width: 84% !important;
    }
    .filter .dropdown .form-select {
        background-color: transparent;
        margin-bottom: 10px;
    }
    .appointment-btn {
        width: 105px;
        font-size: 10px;
        padding: 8px 10px;
    }
    .appointment-dialog {
        max-width: 700px;
    }
    .form-filter .dropdown {
        width: auto;
    }
    #msform .appointment-content {
        width: 70%;
    }
    #msform .appointment-wrapper-item .app-content-right {
        text-align: center;
    }
    #msform .appointment-wrapper-item .appointment-list {
        margin-left: 0px;
    }
    #msform .appointment-wrapper-item .appointment-list li {
        margin-right: 0px;
    }
    .filter {
        display: block;
    }
    .app-content-left h3 {
        font-size: 16px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .appointment-content {
        width: 68%;
        margin-left: 10px;
    }
    .app-content-right {
        width: 48%;
        margin-left: 10px;
    }
    .review-list {
        margin-top: 5px;
    }
    .app-content-right .login-btn {
        font-size: 11px;
        padding: 8px 15px;
    }
    .filter-section .form-check,
    .form-filter .dropdown .form-select,
    .form-filter .dropdown label {
        font-size: 12px;
        padding: 3px 8px;
    }
    .filter-section .form-check .form-check-input {
        margin-top: 10px;
    }
    .filter-section .form-check-label {
        margin-top: 3px;
    }
    .form-filter .dropdown label {
        margin-top: 3px;
    }
    .filter-section {
        padding: 8px 0px 8px;
    }
    .appointment-item-pic {
        width: 28%;
    }
    .appointment-item-pic img {
        width: 115px;
        height: 135px;
    }
    .appointment-wrapper-item {
        padding: 10px;
    }
    .app-content-left {
        width: 45%;
        min-height: 185px;
    }
    .review-list li a i {
        font-size: 12px;
    }
    .review-list li {
        margin-right: 0px;
    }
    .app-content-right span {
        font-size: 12px;
    }
    .review-btn {
        margin-top: 10px;
    }
    .appointment-btn {
        width: 130px;
        font-size: 11px;
    }
    #msform .appointment-content {
        width: 70%;
    }
    .doctor-contact {
        min-height: 120px;
    }
    .app-content-left h3 {
        font-size: 16px;
    }
}
@media (min-width: 1200px) and (max-width: 1348.98px) {
    .appointment-content {
        width: 63%;
    }
    .app-content-right {
        width: 42%;
    }
    .review-list {
        margin-top: 10px;
    }
    .app-content-right .login-btn {
        font-size: 11px;
        padding: 8px 18px;
    }
    .appointment-btn {
        width: 130px;
        font-size: 11px;
    }
    .doctor-contact {
        min-height: 120px;
    }
}

@media (min-width: 1349px) {
    .appointment-content {
        width: 68%;
    }
    .app-content-right {
        width: 43%;
    }
    .app-content-right .login-btn {
        padding: 8px 18px;
    }
}

/*-------------------------------*/
/*      Appointment page End   */
/*-------------------------------*/

.news-slider .owl-dots {
    bottom: -25px;
}

/*-------------------------------*/
/*      Success               */
/*-------------------------------*/

.modal-confirm {
    color: #434e65;
    width: 525px;
}
.modal-confirm .modal-content {
    padding: 20px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
}
.modal-confirm .modal-header {
    background: #47c9a2;
    border-bottom: none;
    position: relative;
    text-align: center;
    margin: -20px -20px 0;
    border-radius: 5px 5px 0 0;
    padding: 35px;
    height: 135px;
}
.modal-confirm h4 {
    text-align: center;
    font-size: 36px;
    margin: 10px 0;
}
.modal-confirm .form-control,
.modal-confirm .btn {
    min-height: 40px;
    border-radius: 3px;
}
.modal-confirm .close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    text-shadow: none;
    opacity: 0.5;
}
.modal-confirm .close:hover {
    opacity: 0.8;
}
.modal-confirm .icon-box {
    color: #fff;
    width: 95px;
    height: 95px;
    display: inline-block;
    border-radius: 50%;
    z-index: 9;
    border: 5px solid #fff;
    padding: 15px;
    text-align: center;
    position: absolute;
}
.modal-confirm .icon-box i {
    font-size: 40px;
    margin: -4px 0 0 -4px;
    line-height: 65px;
}
.btn-close:focus {
    outline: none;
    box-shadow: none;
    border: none;
}
#successModal .btn-close {
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 15px;
}
.modal-confirm.modal-dialog {
    margin-top: 80px;
}
.modal-confirm .btn,
.modal-confirm .btn:active {
    color: #fff;
    border-radius: 4px;
    background: #eeb711 !important;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border-radius: 30px;
    margin-top: 10px;
    padding: 6px 20px;
    border: none;
}
.modal-confirm .btn:hover,
.modal-confirm .btn:focus {
    background: #eda645 !important;
    outline: none;
}
.modal-confirm .btn span {
    margin: 1px 3px 0;
    float: left;
}
.modal-confirm .btn i {
    margin-left: 1px;
    font-size: 20px;
    float: right;
}
.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}
.success-popup .btn-close {
    top: -45px;
    position: relative;
    right: -15px;
}
.btn-disable {
    display: none;
}
.is-invalid .input-group-prepend span {
    color: #de4437;
}
.is-invalid .input-group-text {
    border-color: #de4437;
}
.form-control:focus {
    outline: none;
    box-shadow: none;
}
.is-invalid .form-control {
    border-color: #de4437;
}
.modal-backdrop.fade.in {
    display: none;
}

/*-------------------------------*/
/*      Breadcrumb              */
/*-------------------------------*/
.breadcrumb-section {
    background-color: #d2e3ff;
    padding: 30px 0px;
}
.breadcrumb-section h2 {
    color: #0046bc;
}
.breadcrumb-section .bread-list {
    display: inline-block;
}
.breadcrumb-section ul li {
    display: inline-block;
    position: relative;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}
.breadcrumb-section ul li i {
    margin: 0px 10px;
    font-size: 10px;
    font-weight: 600;
    color: #000;
}
.breadcrumb-section ul li a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
}
.breadcrumb-section ul li a:hover {
    color: #2c2d3f;
}
.breadcrumb-section ul li.active a {
    color: #0046bc;
    display: inline-block;
}

/*=========================
	Start About Us CSS
===========================*/
.about-area {
    position: relative;
    z-index: 1;
    padding: 100px 0;
}
.about-image {
    width: 100%;
    height: 100%;
    background-image: url(../images/about-img.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.about-image img {
    display: none;
}
.about-content {
    max-width: 555px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 50px;
}
.about-content span {
    display: block;
    margin-bottom: 5px;
    color: #0046bc;
    font-size: 17px;
}
.about-content h2 {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 40px;
    font-weight: 600;
}
.about-content p {
    margin-top: 10px;
    margin-bottom: 0;
}
.about-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 25px;
    margin-bottom: 0;
}
.about-content ul li {
    margin-bottom: 16px;
    position: relative;
    padding-left: 34px;
}
.about-content ul li i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 100%;
    background-color: #0046bc2b;
    color: #0046bc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    font-size: 11px;
    position: absolute;
    left: 0;
    top: -2px;
}
.about-content ul li:hover i {
    background-color: #0046bc;
    color: #ffffff;
}
.about-content ul li:last-child {
    margin-bottom: 0;
}
.about-content .btn {
    margin-top: 30px;
}
/* Start Our Vision Area CSS */
.our-vision-area {
    position: relative;
    z-index: 1;
    padding-bottom: 70px;
}
.single-vision-box {
    margin-bottom: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
    padding: 25px 20px;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
}
.single-vision-box .icon {
    margin-bottom: 20px;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100%;
    background-color: #0046bc;
    color: #ffffff;
    font-size: 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-vision-box h3 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 0;
    position: relative;
    font-size: 20px;
    font-weight: 700;
}
.single-vision-box p {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 12px;
    margin-bottom: 0;
}
.single-vision-box::before {
    width: 0;
    height: 100%;
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #0046bc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-vision-box::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border: 10px solid #ffffff;
    left: -80px;
    bottom: -80px;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.15;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-vision-box:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
.single-vision-box:hover::before {
    width: 100%;
}
.single-vision-box:hover .icon {
    background-color: #fff;
    color: #0046bc;
}
.single-vision-box:hover h3 {
    color: #ffffff;
}
.single-vision-box:hover p {
    color: #ffffff;
}
.single-vision-box:hover::after {
    left: -50px;
    bottom: -50px;
}
/* End Our Vision CSS */

/* Our Mission Area CSS */
.our-mission-area {
    position: relative;
    z-index: 1;
}
.our-mission-image {
    width: 100%;
    height: 100%;
    background-image: url(../images/mission-img.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.our-mission-image img {
    display: none;
}
.our-mission-content {
    max-width: 555px;
    margin-left: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 50px;
}
.our-mission-content .sub-title {
    display: block;
    margin-bottom: 5px;
    color: #0046bc;
    font-size: 17px;
}
.our-mission-content h2 {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 40px;
    font-weight: 600;
}
.our-mission-content p {
    margin-top: 10px;
    margin-bottom: 0;
}
.our-mission-content ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 0;
}
.our-mission-content ul li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    color: #7d7d7d;
    font-size: 14.5px;
    line-height: 1.7;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
}
.our-mission-content ul li .icon {
    margin-bottom: 13px;
    -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.3);
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.3);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #0046bc;
    font-size: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.our-mission-content ul li span {
    display: block;
    color: #121521;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 17px;
}
.our-mission-content ul li:hover .icon {
    background-color: #0046bc;
    color: #ffffff;
    border-radius: 100%;
}
/* End Our Mission CSS */

@media only screen and (max-width: 450px) {
    .our-mission-content ul li {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 100%;
        flex: 100%;
        max-width: 100%;
        margin: 5px 0;
        padding-left: 0px;
        padding-right: 0px;
    }
    .contact-us .form .form-group.login-btn {
        padding: 8px 25px !important;
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 767px) {
    .about-image {
        height: 300px;
    }
    .about-content h2 {
        line-height: 32px;
        font-size: 25px;
    }
    .about-content {
        max-width: 100%;
        padding: 30px;
    }
    .our-mission-content {
        margin-left: 0px;
        max-width: 100%;
        padding: 30px;
    }
    .our-mission-content h2 {
        line-height: 32px;
        font-size: 25px;
    }
    .our-mission-image {
        height: 300px;
    }
    .about-area {
        padding: 70px 0px !important;
    }
    .contact-us {
        padding: 70px 0px !important;
    }
    .contact-us .form .form-group.login-btn {
        padding: 8px 25px !important;
        font-size: 14px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-image {
        height: 400px;
    }
    .about-content h2 {
        line-height: 32px;
        font-size: 25px;
    }
    .about-content {
        padding-bottom: 0;
        max-width: 95%;
    }
    .our-mission-content {
        margin-left: 50px;
        padding-top: 0px;
        max-width: 95%;
    }
    .our-mission-content h2 {
        line-height: 32px;
        font-size: 25px;
    }
    .our-mission-image {
        height: 400px;
    }
    .about-area {
        padding: 70px 0px;
    }
}

/*=========================
	End About Us CSS
===========================*/

/*=========================
   Start Contact Us CSS
===========================*/
.contact-us {
    padding: 100px 0px;
    background-color: #f6f6f6;
}
.contact-us-left iframe {
    height: 100%;
}
.login-btn button {
    background-color: transparent;
    color: #fff;
}
.contact-us .inner {
    box-shadow: 0px 0px 10px #00000024;
    border-radius: 5px;
    overflow: hidden;
}
.contact-us .contact-us-left {
    width: 100%;
    height: 100%;
}
.contact-us .contact-us-form {
    padding: 30px 15px;
}
.contact-us .contact-us-form h2 {
    position: relative;
    font-size: 32px;
    color: #333;
    font-weight: 600;
    line-height: 27px;
    text-transform: capitalize;
    margin-bottom: 12px;
    padding-bottom: 20px;
    text-align: left;
}
.contact-us .contact-us-form h2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: #0046bc;
}
.contact-us .contact-us-form p {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    text-align: left;
    margin-bottom: 10px;
}
.contact-us .form {
    margin-top: 15px;
}
.contact-us .form .form-group {
    margin-bottom: 22px;
}
.contact-us .form .form-group input {
    width: 100%;
    height: 40px;
    border: 3px solid #eee;
    text-transform: capitalize;
    padding: 0px 8px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
}
.contact-us .form .form-group textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #eee;
    text-transform: capitalize;
    padding: 18px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
}
.contact-us .form .form-group.login-btn {
    margin: 0;
}
.contact-us .form button {
    border: none;
}
.contact-us .form .btn {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    line-height: 20px;
    width: 100%;
}
.contact-us .form .btn:hover {
    background: #0046bc;
    color: #fff;
}
.contact-us .contact-us-form .checkbox {
    text-align: left;
    margin: 0;
    margin-top: 20px;
    display: inline-block;
}
.contact-us .contact-us-form .checkbox label {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    position: relative;
    padding-left: 20px;
}
.contact-us .contact-us-form .checkbox label:hover {
    cursor: pointer;
}
.contact-us .contact-us-form .checkbox label input {
    display: none;
}
.contact-us .contact-us-form .checkbox label::before {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #0046bc;
    border-radius: 100%;
}
.contact-us .contact-us-form .checkbox label::after {
    position: relative;
    content: "";
    width: 7px;
    height: 7px;
    left: -16px;
    top: -15px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
    font-size: 9px;
    background: #0046bc;
    border-radius: 100%;
}
.contact-us .contact-us-form .checkbox label.checked::after {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.contact-us .contact-info {
    margin-top: 50px;
}
.contact-us .single-info {
    background: #0046bc;
    margin-bottom: 30px;
    padding: 40px 60px;
    height: 150px;
    border-radius: 10px;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.contact-us .single-info:before {
    position: absolute;
    z-index: -1;
    content: "";
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 90%;
    background: #0046bc;
    opacity: 0;
    filter: blur(10px);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.contact-us .single-info:hover:before {
    opacity: 0.8;
}
.contact-us .single-info:hover {
    transform: translateY(-5px);
}
.contact-us .single-info i {
    font-size: 42px;
    color: #fff;
    position: absolute;
    left: 40px;
}
.contact-us .single-info .content {
    margin-left: 45px;
}
.contact-us .single-info .content h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.contact-us .single-info .content p {
    color: #fff;
    margin-top: 5px;
}
/* Google Map */
.contact-us #myMap {
    height: 100%;
    width: 100%;
}
/*=========================
   End Contact Us CSS
===========================*/

/*=======================
	Start Blog CSS
=========================*/
.blog {
    background: #f6f6f6;
}
.blog .blog-title {
    text-align: center;
}
.blog .single-news {
    background: #fff;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow: 0px 0px 10px #00000014;
    border-radius: 10px;
    border-bottom: 8px solid #0046bc;
}
.blog .single-news img {
    width: 100%;
    height: 250px;
    margin: 0;
    padding: 0;
    border-radius: 10px 10px 0 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.blog .single-news .news-head {
    position: relative;
    overflow: hidden;
}
.blog .single-news .news-content {
    text-align: left;
    background: #fff;
    z-index: 99;
    position: relative;
    padding: 10px;
    left: 0;
    z-index: 0;
}
.blog .single-news .news-content:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    background: #0046bc;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
/* .blog .single-news:hover .news-content:before{
	opacity:1;
	visibility:visible;
	width:100%;
} */
.blog .single-news .news-body h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 24px;
}
.blog .single-news .news-body h2 a {
    color: #2c2d3f;
    font-weight: 500;
}
.blog .single-news .news-body h2 a:hover {
    color: #0046bc;
}
.blog .single-news .news-content p {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 23px;
}
.blog .single-news .news-body .date {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
    background: #0046bc;
    color: #fff;
    padding: 4px 15px;
    border-radius: 3px;
    font-size: 14px;
    margin-bottom: 10px;
}
.blog.grid .single-news {
    margin-top: 30px;
}
/* Blog Sidebar */
.main-sidebar {
    background: #fff;
    margin-top: 30px;
    background: transparent;
}
.main-sidebar .single-widget {
    margin-bottom: 30px;
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.main-sidebar .single-widget .title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: block;
    background: #fff;
    padding-left: 12px;
}
.main-sidebar .single-widget .title::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    height: 100%;
    width: 3px;
    background: #0046bc;
}
.main-sidebar .single-widget:last-child {
    margin: 0;
}
.main-sidebar .search {
    position: relative;
    margin-right: 0px;
}
.main-sidebar .search input {
    width: 100%;
    height: 45px;
    box-shadow: none;
    text-shadow: none;
    font-size: 14px;
    border: none;
    color: #222;
    background: transparent;
    padding: 0 70px 0 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0;
    border: 1px solid #eee;
    border-radius: 5px;
}
.main-sidebar .search .button {
    position: absolute;
    right: 40px;
    top: 40px;
    height: 44px;
    width: 50px;
    line-height: 50px;
    box-shadow: none;
    text-shadow: none;
    text-align: center;
    border: none;
    font-size: 14px;
    color: #fff;
    background: #0046bc;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0 5px 5px 0;
}
.main-sidebar .search .button:hover {
    background: #0046bc;
    color: #fff;
}
/* Category List */
.main-sidebar .categor-list {
    margin-top: 15px;
    max-height: 300px;
    overflow: auto;
}
.main-sidebar .categor-list li {
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 5px;
}
.main-sidebar .categor-list li:last-child {
    border-bottom: none;
}
.main-sidebar .categor-list li:last-child {
    margin-bottom: 0px;
}
.main-sidebar .categor-list li a {
    display: inline-block;
    color: #333;
    font-size: 14px;
}
.main-sidebar .categor-list li a:hover {
    color: #0046bc;
    padding-left: 7px;
}
.main-sidebar .categor-list li a i {
    display: inline-block;
    margin-right: 0px;
    font-size: 9px;
    transform: translateY(-1px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.main-sidebar .categor-list li a:hover i {
    margin-right: 6px;
    opacity: 1;
    visibility: visible;
}
/* Recent Posts */
.main-sidebar .single-post {
    position: relative;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    padding: 17px 0;
}
.main-sidebar .single-post:last-child {
    padding-bottom: 0px;
    border: none;
}
.main-sidebar .single-post .image img {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 20px;
}
.main-sidebar .single-post .content {
    padding-left: 100px;
}
.main-sidebar .single-post .content h5 {
    line-height: 18px;
}
.main-sidebar .single-post .content h5 a {
    color: #2c2d3f;
    font-weight: 500;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
}
.main-sidebar .single-post .content h5 a:hover {
    color: #0046bc;
}
.main-sidebar .single-post .content .comment li {
    color: #888;
    display: inline-block;
    margin-right: 15px;
    font-weight: 400;
    font-size: 14px;
}
.main-sidebar .single-post .content .comment li:last-child {
    margin-right: 0;
}
.main-sidebar .single-post .content .comment li i {
    display: inline-block;
    margin-right: 5px;
}
/* Blog Tags */
.main-sidebar .side-tags .tag {
    margin-top: 40px;
    max-height: 300px;
    overflow: auto;
}
.main-sidebar .side-tags .tag li {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 20px;
}
.main-sidebar .side-tags .tag li a {
    background: #fff;
    color: #333;
    padding: 8px 14px;
    text-transform: capitalize;
    border-radius: 0;
    font-size: 13px;
    background: #f6f7fb;
    border-radius: 4px;
}
.main-sidebar .side-tags .tag a:hover {
    color: #fff;
    background: #0046bc;
    border-color: transparent;
}
/* News Single */
.news-single {
    padding: 60px 0 90px;
    background: #f8f8f8;
}
.news-single .single-main {
    margin-top: 30px;
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.news-single .news-head img {
    width: 100%;
    height: 500px;
}
.news-single .news-title {
    font-size: 25px;
    margin: 20px 0 0 0;
    min-height: auto;
}
.news-single .news-title a {
    color: #252525;
    font-weight: 600;
}
.news-single .news-title a:hover {
    color: #0046bc;
}
/* Blog Meta */
.news-single {
    background: #fff;
}
.news-single .meta {
    overflow: hidden;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 15px;
}
.news-single .meta span {
    margin-right: 10px;
    display: inline-block;
}
.news-single .meta span:last-child {
    margin: 0;
}
.news-single .meta span,
.news-single .meta span a {
    color: #2c2d3f;
    font-weight: 400;
}
.news-single .meta span i {
    margin-right: 5px;
    color: #979797;
}
.news-single .meta-left {
    float: left;
}
.news-single .meta-left .author img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    margin-right: 12px;
}
.news-single .meta-left .author {
    float: left;
}
.news-single .meta-left span.date {
    margin-top: 10px;
}
.news-single .meta-right {
    float: right;
    margin-top: 10px;
}
.news-single .news-content {
    margin: 20px 0;
}
.news-single .news-content p {
    margin-bottom: 10px;
}
.news-single .news-content p:last-child {
    margin: 0;
}
.news-single .news-text p {
    font-size: 14px;
    margin-bottom: 20px;
}
.news-single .meta .meta-right .views .active-blog {
    color: #0046bc;
}
/* Image Gallery */
.news-single .image-gallery {
    margin-bottom: 20px;
}
.news-single .image-gallery .single-image {
    overflow: hidden;
}
.news-single .image-gallery .single-image:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}
/* Blockqoute */
.news-single .blockquote-overlay {
    background-image: url(../images/blockqoute-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px;
    overflow: hidden;
    position: relative;
}
.news-single .blockquote-overlay::before {
    opacity: 0.9;
}
.blockquote-overlay::before {
    background: #0046bc;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
}
.news-single .news-text .blockquote-overlay p {
    color: #fff;
    margin: 0;
    line-height: 26px;
    font-size: 15px;
    position: relative;
}
.news-single .blog-bottom {
    overflow: hidden;
}
/* Social Share */
.news-single .social-share {
    float: left;
}
.news-single .social-share li {
    float: left;
}
.news-single .social-share li span {
    padding-left: 5px;
}
.news-single .social-share li.facebook a {
    background: #5d82d1;
}
.news-single .social-share li.twitter a {
    background: #40bff5;
}
.news-single .social-share li.google-plus a {
    background: #eb5e4c;
}
.news-single .social-share li.linkedin a {
    background: #238cc8;
}
.news-single .social-share li.pinterest a {
    background: #e13138;
}
.news-single .social-share li a {
    padding: 10px 20px;
    display: block;
    color: #fff;
    height: 45px;
}
.news-single .social-share li a:hover {
    background: #2b343e;
}
/* Prev Next Button */
.news-single .prev-next {
    float: right;
}
.news-single .prev-next li {
    display: inline-block;
    padding: 0;
    margin-right: 5px;
}
.news-single .prev-next li:last-child {
    border: none;
}
.news-single .prev-next li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #c4c4c4;
    color: #555;
    border-radius: 4px;
}
.news-single .prev-next li a:hover {
    color: #fff;
    background: #0046bc;
    border-color: transparent;
}
/* Blog Comments */
.news-single .blog-comments {
    margin-top: 30px;
    background: transparent;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 30px;
}
.news-single .blog-comments h2 {
    text-align: left;
    text-transform: capitalize;
    font-size: 18px;
    color: #252525;
    margin-bottom: 20px;
}
.news-single .blog-comments h4 span {
    float: right;
}
.news-single .single-comments {
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}
.news-single .single-comments.left .main {
    padding-left: 100px;
    position: relative;
}
.news-single .single-comments:last-child {
    margin: 0;
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.news-single .single-comments .main {
    overflow: hidden;
}
.news-single .single-comments .head {
    float: left;
    margin-right: 20px;
    text-align: center;
    width: 12%;
}
.news-single .head img {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 100%;
    border: 5px solid #f8f8f8;
}
.news-single .single-comments .body {
    float: left;
    width: 85%;
}
.news-single .single-comments.left .body {
    width: 80%;
}
.news-single .single-comments .comment-list {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e2e2e2;
    overflow: hidden;
}
.news-single .single-comments .comment-list .body {
    width: 78%;
}
.news-single .single-comments h4 {
    margin: 0 0 5px;
    font-size: 16px;
    text-align: left;
    font-weight: 500;
    color: #252525;
}
.news-single .single-comments .comment-meta {
    margin-bottom: 5px;
}
.news-single .single-comments .meta {
    font-size: 13px;
    color: #555;
    font-weight: 400;
    border: none;
    margin-right: 10px;
    padding: 0;
    margin: 0 10px 0 0;
}
.news-single .single-comments .meta:last-child {
    margin: 0;
}
.news-single .comment-meta span i {
    margin-right: 5px;
}
.news-single .comment-meta span:last-child {
    margin: 0;
}
.news-single .single-comments p {
    font-size: 13px;
}
.news-single .single-comments a {
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    padding: 3px 15px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 4px;
    background: #0046bc;
    color: #fff;
}
.news-single .single-comments a:hover {
    background: #2c2d3f;
    color: #fff;
}
.news-single .single-comments a i {
    margin-right: 5px;
}
.news-single .comment-list {
    padding-left: 50px;
}
.news-single .single-comments.login {
    text-align: center;
}
.news-single .single-comments.login i {
    font-size: 20px;
}
.news-single .single-comments.login a {
    text-align: center;
}
.news-single .single-comments.login a:hover {
    color: #353535;
}
.news-single .comments-form {
    margin-top: 30px;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 30px;
}
.news-single .comments-form h2 {
    text-align: left;
    font-size: 18px;
    color: #353535;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.news-single .form-group {
    position: relative;
    display: block;
    margin: 0 0 20px;
}
.news-single .form-group i {
    position: absolute;
    left: 12px;
    top: 17px;
    z-index: 1;
    color: #0046bc;
}
.news-single .form-group input {
    width: 100%;
    height: 50px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: 400;
    border-radius: 0px;
    padding-left: 34px;
    padding-right: 20px;
    border: none;
    line-height: 50px;
    font-weight: 400;
    font-size: 14px;
    color: #2c2d3f;
}
.news-single .form-group textarea {
    border: 1px solid #ddd;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow: none;
    border-radius: 0px;
    border: none;
    height: 190px;
    padding: 15px 15px 15px 35px;
    resize: none;
    font-weight: 400;
    font-size: 14px;
    color: #2c2d3f;
}
.news-single .form-group input,
.news-single .form-group textarea {
    border: 1px solid transparent;
    border: 1px solid #eee;
    border-radius: 5px;
}
.news-single .form-group.message i {
    top: 22px;
}
.news-single .form-group .button {
    padding: 10px 30px;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    border: 0px solid;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 15px 30px;
}
.news-single .form-group .button:hover {
    background: #353535;
}
.news-single .form-group .button i {
    position: relative;
    display: inline-block;
    color: #fff;
    margin-right: 10px;
    padding: 0px;
}
.news-single .form-group.button {
    margin: 0;
    text-align: left;
}
.news-single .form-group.button .btn {
    background: #fff;
    background: #0046bc;
    color: #fff;
}
.news-single .form-group.button .btn:hover {
    color: #fff;
}
.news-single .form-group.button .btn i {
    color: #fff;
    position: relative;
    top: 0;
    left: 0;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.blog {
    padding: 70px 0px;
}
.single-widget.search .button i {
    color: #fff;
    line-height: 45px;
}
/*===================
	End Blog CSS
=====================*/

/* Pagination CSS */
.pagination {
    text-align: left;
    margin: 50px 0 0 0;
    display: block;
}
.pagination.center {
    text-align: center;
}
.pagination .pagination-list li {
    margin-right: 5px;
    display: inline-block;
}
.pagination .pagination-list li:last-child {
    margin-right: 0px;
}
.pagination .pagination-list li a {
    background: #f6f7fb;
    color: #666;
    padding: 6px 18px;
    font-weight: 400;
    border: 1px solid #e1e1e1;
    font-size: 16px;
    border-radius: 4px;
}
.pagination .pagination-list li.active a,
.pagination .pagination-list li:hover a {
    background: #0046bc;
    color: #fff;
    border-color: transparent;
}
.pagination .pagination-list li a i {
    font-size: 15px;
}
.blog-grids.pagination {
    margin-top: 50px;
    text-align: center;
}

.filter-btn-item {
    background-color: #0046bc !important;
    padding: 8px 15px !important;
    border-radius: 4px;
    color: #fff;
    font-family: "Calibri Bold";
    box-shadow: 0px 1px 5px rgb(0 0 0 / 20%);
    margin-top: 15px;
}
.filter-btn-item .filter-bar {
    width: 15px;
}
.prev-next .prev a i,
.prev-next .next a i {
    line-height: 40px;
}
.social-share li a i {
    line-height: 30px;
}

/*-------- 14. Sidebar style ---------*/
.sidebar-widget.sidebar-widget-wrap {
    /* background: #0046bc; */
    background: #fff;
    /* color: #fff; */
    border-radius: 5px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.sidebar-widget.sidebar-widget-padding-1 {
    padding: 20px 20px 10px;
}

.sidebar-widget.sidebar-widget-padding-2 {
    padding: 20px 20px 10px;
}

.sidebar-widget.sidebar-widget-padding-3 {
    padding: 20px 20px 10px;
}

.sidebar-widget.sidebar-widget-padding-4 {
    padding: 20px 20px 10px;
}

.sidebar-widget.sidebar-widget-padding-5 {
    padding: 20px 20px 10px;
}

.sidebar-widget.sidebar-widget-padding-6 {
    padding: 20px 20px 10px;
}

.sidebar-widget h4.sidebar-widget-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 22px;
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar-widget h4.sidebar-widget-title {
        margin-bottom: 15px;
    }
}

.sidebar-widget h4.sidebar-widget-title.widget-title-font-dec {
    font-size: 18px;
}

.sidebar-widget .sidebar-categories-list ul li {
    padding: 5px 0 30px 15px;
    position: relative;
    /* margin-bottom: 11px; */
}

.sidebar-categories-list ul {
    max-height: 300px;
    overflow: auto;
}
.sidebar-categories-list ul li {
    margin-bottom: 5px;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
    padding-bottom: 5px;
}
.sidebar-brand-list ul {
    max-height: 300px;
    overflow: auto;
}
.sidebar-brand-list ul li {
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 5px;
}
.sidebar-widget .sidebar-categories-list ul li:last-child {
    margin-bottom: 0px;
}

.sidebar-widget .sidebar-categories-list ul li::before {
    content: "\f111";
    font-size: 4px;
    position: absolute;
    top: 2px;
    left: 0;
    font-weight: 900;
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    color: #696969;
}

.sidebar-widget .sidebar-categories-list ul li a {
    /* color: #fff; */
    color: #000;
    font-size: 15px;
}

.sidebar-widget .sidebar-categories-list ul li a span {
    color: #777;
}

.sidebar-widget .sidebar-categories-list ul li ul {
    margin-top: 8px;
}

.sidebar-widget .sidebar-categories-list ul li:hover > a {
    color: #0046bc;
}

.sidebar-widget .sidebar-brand-list ul li,
.sidebar-widget .sidebar-sort-list ul li,
.sidebar-widget .sidebar-price-filter-list ul li {
    margin-bottom: 11px;
}

.sidebar-widget .sidebar-brand-list ul li:last-child,
.sidebar-widget .sidebar-sort-list ul li:last-child,
.sidebar-widget .sidebar-price-filter-list ul li:last-child {
    margin-bottom: 0;
}

.sidebar-widget .sidebar-brand-list ul li a,
.sidebar-widget .sidebar-sort-list ul li a,
.sidebar-widget .sidebar-price-filter-list ul li a {
    color: #444;
    font-size: 15px;
}

.sidebar-widget .sidebar-brand-list ul li a span,
.sidebar-widget .sidebar-sort-list ul li a span,
.sidebar-widget .sidebar-price-filter-list ul li a span {
    color: #777;
}

.sidebar-widget .sidebar-brand-list ul li:hover > a,
.sidebar-widget .sidebar-sort-list ul li:hover > a,
.sidebar-widget .sidebar-price-filter-list ul li:hover > a {
    color: #0046bc;
}

.sidebar-widget .price-filter {
    margin-top: 15px;
}

.sidebar-widget .price-filter .price-slider-amount input {
    background: transparent;
    padding: 0;
    border: none;
    font-size: 15px;
    font-weight: 500;
}

.sidebar-widget .price-filter #slider-range {
    background: #dbdbdb none repeat scroll 0 0;
    border: medium none;
    border-radius: 0px;
    height: 5px;
    margin-bottom: 12px;
    margin-left: auto;
    margin-top: 5px;
}

.sidebar-widget .price-filter #slider-range span {
    -webkit-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}

.sidebar-widget .price-filter #slider-range .ui-slider-range {
    position: absolute;
    display: block;
    border: 0;
    background: #0046bc none repeat scroll 0 0;
    border: none;
    -webkit-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}

.sidebar-widget .price-filter #slider-range .ui-slider-handle {
    background: #0046bc none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    height: 19px;
    margin-left: 0;
    width: 19px;
    margin-top: -2px;
}

.sidebar-widget .price-filter .price-slider-amount {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 24px 0 0;
}

.sidebar-widget .price-filter .price-slider-amount .label-input input {
    color: #333;
    height: auto;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
}

.sidebar-widget .price-filter .price-slider-amount button {
    background-color: #ffffff;
    border: medium none;
    color: #0046bc;
    line-height: 1;
    padding: 10px 35px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    border-radius: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .sidebar-widget .price-filter .price-slider-amount button {
        padding: 10px 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-widget .price-filter .price-slider-amount button {
        padding: 10px 15px;
    }
}

.sidebar-widget .price-filter .price-slider-amount button:hover {
    background-color: #0046bc;
    color: #ffffff;
}

.sidebar-widget .sidebar-rating-list ul li {
    margin: 0 0 11px;
}

.sidebar-widget .sidebar-rating-list ul li:last-child {
    margin: 0 0 0px;
}

.sidebar-widget .sidebar-rating-list ul li a i {
    color: #fb0;
    font-weight: 900;
    font-size: 15px;
    margin-right: 1px;
}

.sidebar-widget .sidebar-rating-list ul li a i.gray {
    color: #ababab;
    font-weight: 400;
}

.sidebar-widget .sidebar-rating-list ul li a span {
    color: #696969;
    margin-left: 2px;
    font-size: 15px;
}

.sidebar-widget.slidebar-product-wrap-2 {
    background-position: center center;
    background-repeat: repeat;
    background-size: auto;
    background-image: url(../images/bg/bg-1.jpg);
}

.sidebar-widget.slidebar-product-wrap-2 .slidebar-product-content-2 h3 {
    font-size: 18px;
    margin: 0 0 5px;
}

.sidebar-widget.slidebar-product-wrap-2 .slidebar-product-content-2 h2 {
    font-size: 24px;
    line-height: 1.5em;
    margin: 0;
    font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-widget.slidebar-product-wrap-2 .slidebar-product-content-2 h2 {
        font-size: 22px;
        line-height: 1.3em;
    }
}

.sidebar-widget.slidebar-product-wrap-2 .slidebar-product-img-2 {
    margin: 0px 0 10px;
    position: relative;
}

.sidebar-widget.slidebar-product-wrap-2 .slidebar-product-img-2 > a {
    display: block;
}

.sidebar-widget.slidebar-product-wrap-2 .slidebar-product-img-2 > a img {
    max-width: 100%;
}

.sidebar-widget.slidebar-product-wrap-2
    .slidebar-product-img-2
    .slidebar-pro-badge {
    width: 74px;
    height: 74px;
    line-height: 74px;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffd55a;
}

@media only screen and (max-width: 767px) {
    .sidebar-widget.slidebar-product-wrap-2
        .slidebar-product-img-2
        .slidebar-pro-badge {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
}

.sidebar-widget.slidebar-product-wrap-2
    .slidebar-product-img-2
    .slidebar-pro-badge
    h3 {
    color: #333;
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.sidebar-widget.slidebar-product-wrap-2
    .slidebar-product-img-2
    .slidebar-pro-badge
    h3
    span {
    display: block;
    line-height: 1;
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 4px;
}

@media only screen and (max-width: 767px) {
    .sidebar-widget.slidebar-product-wrap-2
        .slidebar-product-img-2
        .slidebar-pro-badge
        h3
        span {
        font-size: 18px;
    }
}

.sidebar-widget.slidebar-product-wrap-2
    .slidebar-product-img-2
    .slidebar-pro-badge.slidebar-pro-badge-position1 {
    position: absolute;
    top: 10%;
    right: 8%;
}

.sidebar-widget .product-highlight ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 14px;
}

.sidebar-widget .product-highlight ul li:last-child {
    margin: 0 0 0px;
}

.sidebar-widget .product-highlight ul li input {
    width: auto;
    height: auto;
}

.sidebar-widget .product-highlight ul li span {
    color: #444;
    font-size: 15px;
    margin-left: 16px;
    display: inline-block;
}

.sidebar-widget .sidebar-tag ul li {
    display: inline-block;
    margin: 0 7px 10px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-widget .sidebar-tag ul li {
        margin: 0 5px 8px 0;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-widget .sidebar-tag ul li {
        margin: 0 5px 8px 0;
    }
}

.sidebar-widget .sidebar-tag ul li a {
    display: inline-block;
    background-color: #ffffff;
    border-radius: 26px;
    color: #666;
    padding: 4px 15px 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-widget .sidebar-tag ul li a {
        padding: 4px 13px 5px;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-widget .sidebar-tag ul li a {
        padding: 4px 13px 5px;
    }
}

.sidebar-widget .sidebar-tag ul li a:hover {
    background-color: #0046bc;
    color: #ffffff;
}

.sidebar-color-list ul,
.pro-details-color-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sidebar-color-list ul li,
.pro-details-color-list ul li {
    margin-right: 15px;
    margin-bottom: 13px;
    display: inline-block;
}

.sidebar-color-list ul li:last-child,
.pro-details-color-list ul li:last-child {
    margin-right: 0;
}

.sidebar-color-list ul li a,
.pro-details-color-list ul li a {
    width: 25px;
    height: 25px;
    font-size: 0;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #ccc;
    position: relative;
}

.sidebar-color-list ul li a.black,
.pro-details-color-list ul li a.black {
    background-color: #000000;
}

.sidebar-color-list ul li a.blue,
.pro-details-color-list ul li a.blue {
    background-color: #1e73be;
}

.sidebar-color-list ul li a.green,
.pro-details-color-list ul li a.green {
    background-color: #1ca54f;
}

.sidebar-color-list ul li a.pink,
.pro-details-color-list ul li a.pink {
    background-color: #ed9a9d;
}

.sidebar-color-list ul li a.powder-blue,
.pro-details-color-list ul li a.powder-blue {
    background-color: #94dde3;
}

.sidebar-color-list ul li a.purple,
.pro-details-color-list ul li a.purple {
    background-color: #9382dd;
}

.sidebar-color-list ul li a.red,
.pro-details-color-list ul li a.red {
    background-color: #dd3333;
}

.sidebar-color-list ul li a.transparent,
.pro-details-color-list ul li a.transparent {
    background-color: transparent;
}

.sidebar-color-list ul li a.white,
.pro-details-color-list ul li a.white {
    background-color: #fff;
}

.sidebar-color-list ul li a.yellow,
.pro-details-color-list ul li a.yellow {
    background-color: #eeee22;
}

.sidebar-color-list.pro-details-color-mrg ul li,
.pro-details-color-list.pro-details-color-mrg ul li {
    margin: 0 10px 0 0;
}

.tooltip-style-3 ul li a {
    position: relative;
}

.tooltip-style-3 ul li a:after {
    bottom: 100%;
    left: 50%;
    position: absolute;
    white-space: nowrap;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    padding: 7px 10px;
    color: #ffffff;
    background-color: #000;
    content: attr(aria-label);
    line-height: 1.3;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s ease, visibility 0.3s ease,
        transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24),
        -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(0px);
    -ms-transform: translateX(-50%) translateY(0px);
    transform: translateX(-50%) translateY(0px);
}

.tooltip-style-3 ul li a:before {
    content: "";
    position: absolute;
    left: calc(50% - 7px);
    bottom: 100%;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    border: 7px solid transparent;
    border-top-color: #000;
    z-index: 9;
    margin-bottom: -13px;
    transition-delay: 0.1s;
    transition: opacity 0.3s ease, visibility 0.3s ease,
        transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24),
        -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    opacity: 0;
    visibility: hidden;
}

.tooltip-style-3 ul li a:hover {
    background-color: #0046bc;
}

.tooltip-style-3 ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(-8px);
    -ms-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px);
}

.tooltip-style-3 ul li a:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.tooltip-style-4 a,
.tooltip-style-4 button {
    position: relative;
}

.tooltip-style-4 a:after,
.tooltip-style-4 button:after {
    bottom: 100%;
    left: 50%;
    position: absolute;
    white-space: nowrap;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    padding: 7px 10px;
    color: #ffffff;
    background-color: #0046bc;
    content: attr(aria-label);
    line-height: 1.3;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s ease, visibility 0.3s ease,
        transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24),
        -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(0px);
    -ms-transform: translateX(-50%) translateY(0px);
    transform: translateX(-50%) translateY(0px);
}

.tooltip-style-4 a:before,
.tooltip-style-4 button:before {
    content: "";
    position: absolute;
    left: calc(50% - 7px);
    bottom: 100%;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    border: 7px solid transparent;
    border-top-color: #0046bc;
    z-index: 9;
    margin-bottom: -13px;
    transition-delay: 0.1s;
    transition: opacity 0.3s ease, visibility 0.3s ease,
        transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24),
        -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    opacity: 0;
    visibility: hidden;
}

.tooltip-style-4 a:hover:after,
.tooltip-style-4 button:hover:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(-8px);
    -ms-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px);
}

.tooltip-style-4 a:hover:before,
.tooltip-style-4 button:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.tooltip-style-4.tooltip-style-4-black a:after,
.tooltip-style-4.tooltip-style-4-black button:after {
    background-color: #000;
    white-space: normal;
    min-width: 120px;
    padding: 7px 10px 12px;
}

.tooltip-style-4.tooltip-style-4-black a:before,
.tooltip-style-4.tooltip-style-4-black button:before {
    border-top-color: #000;
}

.shop-topbar-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
    .shop-topbar-wrapper {
        display: inline-block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-topbar-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width: 767px) {
    .shop-topbar-wrapper .totall-product {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-topbar-wrapper .totall-product {
        margin-bottom: 0px;
    }
}

.shop-topbar-wrapper .totall-product p {
    font-size: 15px;
    color: #444;
}

.shop-topbar-wrapper .totall-product p span {
    color: #333;
    font-weight: 500;
}

.shop-topbar-wrapper .sort-by-product-area {
    position: relative;
}

.shop-topbar-wrapper .sort-by-product-area .sort-by-product-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
    color: #777;
    padding: 11px 16px 11px 16px;
    border-radius: 26px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.shop-topbar-wrapper .sort-by-product-area .sort-by-product-wrap .sort-by {
    margin-right: 5px;
}

.shop-topbar-wrapper .sort-by-product-area .sort-by-product-wrap .sort-by i {
    margin-right: 16px;
    font-size: 16px;
    color: #ababab;
    position: relative;
    top: 2px;
}

.shop-topbar-wrapper .sort-by-product-area .sort-by-product-wrap .sort-by span {
    font-size: 15px;
    font-weight: 500;
}

.shop-topbar-wrapper
    .sort-by-product-area
    .sort-by-product-wrap
    .sort-by-dropdown-wrap
    span {
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.shop-topbar-wrapper
    .sort-by-product-area
    .sort-by-product-wrap
    .sort-by-dropdown-wrap
    span
    i {
    font-size: 18px;
    color: #333;
    margin-left: 10px;
    position: relative;
    top: 2px;
}

.shop-topbar-wrapper .sort-by-product-area:hover .sort-by-product-wrap {
    background-color: #ffffff;
    border: 1px solid #0046bc;
}

.sort-by-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    right: 0;
    padding: 16px 0 21px;
    background: #f8f8f8;
    border: 0;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    min-width: 100%;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    color: #333;
    font-weight: 500;
}

.sort-by-dropdown.show {
    opacity: 1;
    visibility: visible;
}

.sort-by-dropdown ul li {
    display: block;
}

.sort-by-dropdown ul li a {
    font-weight: 500;
    color: #333;
    font-size: 15px;
    padding: 5px 30px;
    display: block;
    position: relative;
}

.sort-by-dropdown ul li a.active::before {
    content: "\f00c";
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 12px;
    color: #0046bc;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

.sort-by-dropdown ul li a:hover {
    background-color: #0046bc;
    color: #ffffff;
}

.pro-pagination-style ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pro-pagination-style ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    border-radius: 100%;
    margin: 0 2px;
    color: #333;
}

.pro-pagination-style ul li a:hover {
    color: #0046bc;
}

.pro-pagination-style ul li a.active {
    background-color: #0046bc;
    color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pro-pagination-style.mt-55 {
        margin-top: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pro-pagination-style.mt-55 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .pro-pagination-style.mt-55 {
        margin-top: 0px;
    }
}

.sidebar-wrapper-mr1 {
    margin-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-wrapper-mr1 {
        margin-right: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-wrapper-mr1 {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-wrapper-mr1 {
        margin-right: 0px;
    }
}

.sidebar-wrapper-ml1 {
    margin-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-wrapper-ml1 {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-wrapper-ml1 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-wrapper-ml1 {
        margin-left: 0px;
    }
}

.sidebar-wrapper-ml1 {
    margin-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-wrapper-ml1 {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-wrapper-ml1 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-wrapper-ml1 {
        margin-left: 0px;
    }
}

.product-filter-wrapper {
    background: #f8f8f8;
    border-radius: 5px;
    padding: 28px 30px 25px;
    margin: 0 0 58px;
    display: none;
}

.shop-filter a {
    font-size: 15px;
    color: #ffffff;
    display: inline-block;
    background-color: #0046bc;
    position: relative;
    border-radius: 26px;
    padding: 11px 24px 10px;
}

.shop-filter a span {
    font-size: 16px;
    margin-right: 5px;
}

.shop-filter a i {
    margin-left: 14px;
}

.shop-filter a i.angle-up {
    position: absolute;
    right: 24px;
    top: 15px;
    opacity: 0;
    visibility: hidden;
}

.shop-filter a.active i.angle-down {
    opacity: 0;
    visibility: hidden;
}

.shop-filter a.active i.angle-up {
    opacity: 1;
    visibility: visible;
}

.shop-filter a:hover {
    background-color: #0046bc;
}

.widget-menu-style {
    border: 1px solid #eee;
}

.widget-menu-style nav ul li {
    border-bottom: 1px solid #eee;
    border-radius: 5px;
}

.widget-menu-style nav ul li:last-child {
    border-bottom: none;
}

.widget-menu-style nav ul li a {
    color: #444;
    font-size: 15px;
    position: relative;
    display: block;
    padding: 15px 30px;
}

.widget-menu-style nav ul li a::before {
    content: "\f111";
    font-size: 4px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 16px;
    font-family: "Font Awesome 5 Pro";
    color: #ababab;
    font-weight: 900;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.widget-menu-style nav ul li a:hover,
.widget-menu-style nav ul li a.active {
    color: #ffffff;
    background-color: #0046bc;
}

.widget-menu-style nav ul li a:hover::before,
.widget-menu-style nav ul li a.active::before {
    color: #ffffff;
}

.single-sidebar-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.single-sidebar-post:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.single-sidebar-post .sidebar-post-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    margin-right: 17px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-sidebar-post .sidebar-post-img {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 80px;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        margin-right: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .single-sidebar-post .sidebar-post-img {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 80px;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        margin-right: 12px;
    }
}

.single-sidebar-post .sidebar-post-img a {
    display: block;
}

.single-sidebar-post .sidebar-post-img a img {
    width: 100%;
}

.single-sidebar-post .sidebar-post-content h4 {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.44;
}

.single-sidebar-post .sidebar-post-content h4 a {
    color: #333;
}

.single-sidebar-post .sidebar-post-content h4 a:hover {
    color: #0046bc;
}

.single-sidebar-post .sidebar-post-content span {
    color: #444;
    margin-top: 6px;
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-wrapper {
        margin-top: 50px;
    }
    .sidebar-wrapper.sidebar-wrapper-mt-dec {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-wrapper {
        margin-top: 30px;
    }
    .sidebar-wrapper.sidebar-wrapper-mt-dec {
        margin-top: 20px;
    }
}

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

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

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

.product-area-border {
    border: 2px solid #0046bc;
    border-radius: 5px;
    padding: 0 30px;
}

@media only screen and (max-width: 767px) {
    .product-area-border {
        padding: 0 20px;
    }
}

.single-product-wrap {
    position: relative;
    padding: 10px !important;
    background-color: #fff;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    border-bottom: 8px solid #0046bc;
}

.single-product-wrap .product-img-action-wrap {
    position: relative;
}

.single-product-wrap .product-img-action-wrap .product-img {
    position: relative;
    overflow: hidden;
}

.single-product-wrap .product-img-action-wrap .product-img a img {
    width: 100%;
}

.single-product-wrap .product-img-action-wrap .product-img a img.hover-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s opacity, 0.25s visibility,
        transform 1.5s cubic-bezier(0, 0, 0.2, 1),
        -webkit-transform 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.single-product-wrap .product-img-action-wrap .product-img-zoom a img {
    -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.single-product-wrap .product-img-action-wrap .product-action-1 {
   position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, -15%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 9;
}

.heading_a{
    height:125px;
}

.single-product-wrap .product-img-action-wrap .product-action-1 button {
    border: none;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    background-color: #333;
    text-align: center;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.09);
    margin-right: 7px;
    position: relative;
}

.single-product-wrap .product-img-action-wrap .product-action-1 button:after {
    bottom: 100%;
    left: 50%;
    position: absolute;
    white-space: nowrap;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    padding: 7px 10px;
    color: #ffffff;
    background-color: #0046bc;
    content: attr(aria-label);
    line-height: 1.3;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s ease, visibility 0.3s ease,
        transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24),
        -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(0px);
    -ms-transform: translateX(-50%) translateY(0px);
    transform: translateX(-50%) translateY(0px);
}

.single-product-wrap .product-img-action-wrap .product-action-1 button:before {
    content: "";
    position: absolute;
    left: calc(50% - 7px);
    bottom: 100%;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    border: 7px solid transparent;
    border-top-color: #0046bc;
    z-index: 9;
    margin-bottom: -13px;
    transition-delay: 0.1s;
    transition: opacity 0.3s ease, visibility 0.3s ease,
        transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24),
        -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    opacity: 0;
    visibility: hidden;
}

.single-product-wrap
    .product-img-action-wrap
    .product-action-1
    button:last-child {
    margin-right: 0;
}

.single-product-wrap .product-img-action-wrap .product-action-1 button i {
    font-size: 15px;
    color: #ffffff;
}

.single-product-wrap .product-img-action-wrap .product-action-1 button:hover {
    background-color: #0046bc;
}

.single-product-wrap
    .product-img-action-wrap
    .product-action-1
    button:hover:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(-8px);
    -ms-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px);
}

.single-product-wrap
    .product-img-action-wrap
    .product-action-1
    button:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

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

.single-product-wrap .product-badges.product-badges-mrg {
    margin: 0 0 10px;
}

.single-product-wrap .product-badges.product-badges-position {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.single-product-wrap .product-badges span {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    border-radius: 2px;
    color: #ffffff;
    margin-right: 10px;
    padding: 5px 8px 6px;
}

.single-product-wrap .product-badges span:last-child {
    margin-right: 0px;
}

.single-product-wrap .product-badges span.yellow {
    background-color: #f6b500;
}

.single-product-wrap .product-badges span.blue {
    background-color: #0046bc;
}

.single-product-wrap .product-badges span.red {
    background-color: #d31129;
}

.single-product-wrap .product-content-wrap .product-category a {
    color: #555;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.single-product-wrap .product-content-wrap .product-category a:hover {
    color: #0046bc;
}

.single-product-wrap .product-content-wrap h2 {
    font-size: 17px;
    margin: 3px 0 3px;
    min-height: 40px;
}
.shop-bottom-area .mb-50 {
    margin-bottom: 30px;
}
.single-product-wrap .product-content-wrap h2 a {
    color: #333;
}

.single-product-wrap .product-content-wrap h2 a:hover {
    color: #0046bc;
}

.single-product-wrap .product-content-wrap .product-price span {
    font-size: 18px;
    font-weight: bold;
    color: #0046bc;
}

.single-product-wrap .product-content-wrap .product-price span.new-price {
    color: #0046bc;
    display: inline-block;
}

.single-product-wrap .product-content-wrap .product-price span.old-price {
    font-size: 14px;
    font-weight: 400;
    color: #444;
    margin: 0 0 0 7px;
    text-decoration: line-through;
}
.product-price {
    min-height: 30px;
}

.single-product-wrap .product-stock .status-bar {
    background-color: #ededed;
    margin: 0px 0 10px;
    border-radius: 5px;
}

.single-product-wrap .product-stock .status-bar .sold-bar {
    background-image: -webkit-linear-gradient(215deg, #0046bc 0%, #77ccfd 100%);
    background-image: -o-linear-gradient(215deg, #0046bc 0%, #77ccfd 100%);
    background-image: linear-gradient(235deg, #0046bc 0%, #77ccfd 100%);
    border-radius: 4px;
    height: 8px;
}

.single-product-wrap .product-stock .status-bar .sold-bar.sold-bar-width-33 {
    width: 33.333333333333%;
}

.single-product-wrap .product-stock .status-bar .sold-bar.sold-bar-width-10 {
    width: 10%;
}

.single-product-wrap .product-stock .status-bar .sold-bar.sold-bar-width-40 {
    width: 40%;
}

.single-product-wrap .product-stock .status-bar .sold-bar.sold-bar-width-6 {
    width: 6.6666666666667%;
}

.single-product-wrap .product-stock .status-bar .sold-bar.sold-bar-width-42 {
    width: 42.857142857143%;
}

.single-product-wrap .product-stock .product-stock-status {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-product-wrap .product-stock .product-stock-status .sold {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 20px;
}

.single-product-wrap .product-stock .product-stock-status .available {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.single-product-wrap
    .product-stock
    .product-stock-status
    .stock-status-same-style
    span {
    font-size: 15px;
}

.single-product-wrap
    .product-stock
    .product-stock-status
    .stock-status-same-style
    span.label {
    color: #444;
}

.single-product-wrap
    .product-stock
    .product-stock-status
    .stock-status-same-style
    span.value {
    font-weight: 700;
    color: #333;
}

@media only screen and (max-width: 767px) {
    .single-product-wrap.mb-50 {
        margin-bottom: 30px;
    }
}

.single-product-wrap:hover
    .product-img-action-wrap
    .product-img
    a
    img.hover-img {
    opacity: 1;
    visibility: visible;
}

.single-product-wrap:hover .product-img-action-wrap .product-action-1 {
    opacity: 1;
    visibility: visible;
}

.single-product-wrap:hover .product-img-zoom a img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
    transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}

.product-hm1-mrg {
    margin-top: 30px;
    margin-bottom: 48px;
}

@media only screen and (max-width: 767px) {
    .product-hm1-mrg {
        margin-bottom: 30px;
    }
}

.product-slider-active-1,
.categories-slider-1 {
    margin-left: -10px;
    margin-right: -10px;
}

.product-slider-active-1 .product-plr-1,
.categories-slider-1 .product-plr-1 {
    padding: 0 10px;
}

.nav-style-2 > span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -3.5%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    z-index: 99;
    width: 52px;
    height: 52px;
    border-radius: 100%;
    font-size: 28px;
    background: #ffffff;
    color: #696969;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
    opacity: 0;
    visibility: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .nav-style-2 > span {
        left: 0%;
    }
}

@media only screen and (max-width: 767px) {
    .nav-style-2 > span {
        width: 35px;
        height: 35px;
    }
}

.nav-style-2 > span i {
    line-height: 52px;
    font-weight: 300;
}

@media only screen and (max-width: 767px) {
    .nav-style-2 > span i {
        line-height: 35px;
    }
}

.nav-style-2 > span.pro-icon-1-next {
    left: auto;
    right: -3.5%;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .nav-style-2 > span.pro-icon-1-next {
        right: 0%;
    }
}

.nav-style-2 > span:hover {
    color: #0046bc;
}

.nav-style-2.nav-style-2-modify-2 > span {
    left: -3.5%;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .nav-style-2.nav-style-2-modify-2 > span {
        left: 0%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .nav-style-2.nav-style-2-modify-2 > span {
        left: 0%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-style-2.nav-style-2-modify-2 > span {
        left: 0%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-style-2.nav-style-2-modify-2 > span {
        left: 0%;
    }
}

@media only screen and (max-width: 767px) {
    .nav-style-2.nav-style-2-modify-2 > span {
        left: 0%;
    }
}

.nav-style-2.nav-style-2-modify-2 > span.pro-icon-1-next {
    left: auto;
    right: -3.5%;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .nav-style-2.nav-style-2-modify-2 > span.pro-icon-1-next {
        right: 0%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .nav-style-2.nav-style-2-modify-2 > span.pro-icon-1-next {
        right: 0%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-style-2.nav-style-2-modify-2 > span.pro-icon-1-next {
        right: 0%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-style-2.nav-style-2-modify-2 > span.pro-icon-1-next {
        right: 0%;
    }
}

@media only screen and (max-width: 767px) {
    .nav-style-2.nav-style-2-modify-2 > span.pro-icon-1-next {
        right: 0%;
    }
}

.nav-style-2.nav-style-2-modify-1 > span {
    left: 2%;
}

.nav-style-2.nav-style-2-modify-1 > span.pro-icon-1-next {
    left: auto;
    right: 2%;
}

.nav-style-2.nav-style-2-modify-3 > span {
    left: 0%;
    width: 48px;
    height: 48px;
    color: #333;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
    background-color: transparent;
}

@media only screen and (max-width: 767px) {
    .nav-style-2.nav-style-2-modify-3 > span {
        width: 38px;
        height: 38px;
    }
}

.nav-style-2.nav-style-2-modify-3 > span:hover {
    color: #ffffff;
    border: 1px solid #333;
    background-color: #333;
}

.nav-style-2.nav-style-2-modify-3 > span i {
    line-height: 46px;
}

@media only screen and (max-width: 767px) {
    .nav-style-2.nav-style-2-modify-3 > span i {
        line-height: 36px;
    }
}

.nav-style-2.nav-style-2-modify-3 > span.pro-icon-1-next {
    left: auto;
    right: 0%;
}

.nav-style-2:hover > span {
    opacity: 1;
    visibility: visible;
}

.categories-wrap {
    background: #f8f8f8;
    padding: 25px 30px 30px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .categories-wrap {
        padding: 25px 15px 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .categories-wrap {
        padding: 25px 10px 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .categories-wrap {
        padding: 25px 20px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .categories-wrap {
        padding: 25px 20px 30px;
    }
}

.categories-wrap .categories-img a {
    display: block;
}

.categories-wrap .categories-img a img {
    width: 100%;
}

.categories-wrap .categories-img-zoom {
    overflow: hidden;
}

.categories-wrap .categories-img-zoom a img {
    -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.categories-wrap .categories-content {
    margin: 13px 0 0;
}

.categories-wrap .categories-content h3 {
    font-size: 18px;
    margin: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .categories-wrap .categories-content h3 {
        font-size: 17px;
    }
}

.categories-wrap .categories-content h3 a {
    color: #333;
}

.categories-wrap .categories-content h3 a:hover {
    color: #0046bc;
}

.categories-wrap:hover .categories-img-zoom a img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.btn-style-2 a {
    font-size: 15px;
    font-weight: 700;
    color: #333;
}

.btn-style-2 a i {
    font-size: 16px;
    margin-left: 14px;
    position: relative;
    top: 2px;
    color: #0046bc;
}

.btn-style-2 a:hover {
    color: #0046bc;
}

.slidebar-product-wrap {
    padding: 38px 30px 53px;
    background-position: center center;
    background-repeat: repeat;
    background-size: auto;
    margin-right: 35px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .slidebar-product-wrap {
        padding: 38px 20px 53px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slidebar-product-wrap {
        padding: 38px 20px 53px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slidebar-product-wrap {
        padding: 38px 20px 53px;
        margin-right: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slidebar-product-wrap {
        margin-right: 0px;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .slidebar-product-wrap {
        margin-right: 0px;
        margin-bottom: 30px;
    }
}

.slidebar-product-wrap.slidebar-product-bg-1 {
    background-color: #f1f1f1;
    background-image: url(../images/bg/bg-1.jpg);
}

.slidebar-product-wrap.slidebar-product-bg-2 {
    background-color: #f6f2ed;
}

.slidebar-product-wrap.slidebar-product-bg-3 {
    background-image: -webkit-linear-gradient(220deg, #f6fafe 0%, #edeff6 82%);
    background-image: -o-linear-gradient(220deg, #f6fafe 0%, #edeff6 82%);
    background-image: linear-gradient(230deg, #f6fafe 0%, #edeff6 82%);
}

.slidebar-product-wrap .slidebar-product-content h3 {
    font-size: 18px;
    margin: 0 0 10px;
}

.slidebar-product-wrap .slidebar-product-content h2 {
    font-size: 24px;
    line-height: 1.5em;
    margin: 0;
    font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slidebar-product-wrap .slidebar-product-content h2 {
        font-size: 22px;
        line-height: 1.3em;
    }
}

.slidebar-product-wrap .slidebar-product-img {
    margin: 6px 0 55px;
}

.slidebar-product-wrap .slidebar-product-img > a {
    display: block;
}

.slidebar-product-wrap .slidebar-product-img > a img {
    max-width: 100%;
}

.slidebar-product-wrap .slidebar-product-img.slidebar-product-mrg-1 > a {
    margin: 38px 0 27px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slidebar-product-wrap .slidebar-product-details {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .slidebar-product-wrap .slidebar-product-details {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.slidebar-product-wrap .slidebar-product-details ul li {
    margin-bottom: 12px;
}

.slidebar-product-wrap .slidebar-product-details ul li:last-child {
    margin-bottom: 0;
}

.slidebar-product-wrap .slidebar-product-details ul li a {
    font-size: 16px;
    color: #444;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.slidebar-product-wrap .slidebar-product-details ul li a i {
    font-size: 14px;
    margin-right: 9px;
    position: relative;
    top: 6px;
}

.slidebar-product-wrap .slidebar-product-details ul li a:hover {
    color: #0046bc;
}

.sidebar-product-wrap .single-sidebar-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.sidebar-product-wrap .single-sidebar-product:last-child {
    margin-bottom: 0;
}

.sidebar-product-wrap .single-sidebar-product .slidebar-product-img-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    margin-right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .sidebar-product-wrap .single-sidebar-product .slidebar-product-img-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 70px;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
        max-width: 70px;
        margin-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-product-wrap .single-sidebar-product .slidebar-product-img-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 70px;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
        max-width: 70px;
        margin-right: 10px;
    }
}

.sidebar-product-wrap .single-sidebar-product .slidebar-product-img-3 a {
    display: block;
}

.sidebar-product-wrap .single-sidebar-product .slidebar-product-img-3 a img {
    width: 100%;
}

.sidebar-product-wrap .single-sidebar-product .slidebar-product-content-3 h4 {
    font-size: 15px;
    margin: 0 0 7px;
}

.sidebar-product-wrap .single-sidebar-product .slidebar-product-content-3 h4 a {
    color: #333;
}

.sidebar-product-wrap
    .single-sidebar-product
    .slidebar-product-content-3
    h4
    a:hover {
    color: #0046bc;
}

.sidebar-product-wrap
    .single-sidebar-product
    .slidebar-product-content-3
    .slidebar-pro-price
    span {
    font-size: 15px;
    font-weight: 700;
    color: #0046bc;
    display: inline-block;
}

.sidebar-product-wrap
    .single-sidebar-product
    .slidebar-product-content-3
    .slidebar-pro-price
    span.old-price {
    text-decoration: line-through;
    color: #444;
    margin: 0 0 0 7px;
    font-weight: 400;
}

.sidebar-product-wrap
    .single-sidebar-product
    .slidebar-product-content-3
    .slidebar-pro-price
    span.new-price {
    color: #0046bc;
}

.slick-current
    .single-product-wrap
    .product-img-action-wrap
    .product-action-1
    button:first-child:after {
    left: 0;
    -webkit-transform: translateX(0%) translateY(0px);
    -ms-transform: translateX(0%) translateY(0px);
    transform: translateX(0%) translateY(0px);
}

.slick-current
    .single-product-wrap
    .product-img-action-wrap
    .product-action-1
    button:hover:first-child:after {
    -webkit-transform: translateX(0%) translateY(-8px);
    -ms-transform: translateX(0%) translateY(-8px);
    transform: translateX(0%) translateY(-8px);
}

.shop-area {
    background-color: #f6f6f6;
}

@media only screen and (max-width: 767px) {
    .product-area.pt-90 {
        padding-top: 70px;
    }
    .product-area.pb-20 {
        padding-bottom: 25px;
    }
    .shop-area.pt-75 {
        padding-top: 53px;
    }
}

.mb-0 {
    margin-bottom: 0;
}

.mb-10 {
    margin-bottom: 10px;
}
.mb-8 {
    margin-bottom: 8px;
}

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

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

.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}

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

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

.mb-40 {
    margin-bottom: 40px;
}
.mb-37 {
    margin-bottom: 37px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-150 {
    margin-bottom: 150px;
}
.mb-160 {
    margin-bottom: 160px;
}
.mb-170 {
    margin-bottom: 170px;
}
.mb-180 {
    margin-bottom: 180px;
}

.sort-by-product-area label {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
.sort-by-product-area .form-select {
    float: left;
    width: auto;
}
.sort-by-product-area .form-select:focus {
    border: 1px solid #ced4da;
}

/*-------- Product details style ---------*/

.product-dec-small-style1 {
    margin: 13px auto 0;
}

.product-dec-small-style1 .product-dec-small {
    margin: 0 5px 0px 5px;
    cursor: pointer;
}

.product-dec-small-style1 .product-dec-small img {
    width: 100%;
}

.product-dec-small-style1 .product-dec-small.slick-active img {
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.product-dec-small-style1 .product-dec-small.slick-active img:hover {
    border: 1px solid #0046bc;
}

.product-dec-small-style1 .product-dec-small.slick-active.slick-current img {
    border: 1px solid #0046bc;
}

.product-dec-small-style1 .product-dec-small:last-child {
    margin: 0 0 0px;
}

.product-dec-small-style1 .slick-slide,
.product-dec-small-style2 .slick-slide {
    border: 1px solid transparent;
}

.single-big-img-style {
    position: relative;
}

.single-big-img-style .pro-details-big-img a {
    display: block;
}

.single-big-img-style .pro-details-big-img a img {
    width: 100%;
}

.single-big-img-style .pro-details-badges.product-badges-position {
    position: absolute;
    left: 0;
    top: 0;
}

.single-big-img-style .pro-details-badges span {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    border-radius: 2px;
    color: #ffffff;
    margin-right: 10px;
    padding: 5px 8px 6px;
}

.single-big-img-style .pro-details-badges span.red {
    background-color: #0046bc;
}

.product-details-content .pro-details-category ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.product-details-content .pro-details-category ul li {
    color: #444;
    margin-right: 5px;
}

.product-details-content .pro-details-category ul li:last-child {
    margin-right: 0;
}

.product-details-content .pro-details-category ul li a {
    color: #444;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product-details-content .pro-details-category ul li a:hover {
    color: #0046bc;
}

@media only screen and (max-width: 767px) {
    .product-details-content .pro-details-category ul li a {
        letter-spacing: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-content .pro-details-category ul li a {
        letter-spacing: 1px;
    }
}

.product-details-content h1 {
    font-size: 34px;
    margin: 12px 0 23px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .product-details-content h1 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-content h1 {
        font-size: 26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-content h1 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .product-details-content h1 {
        font-size: 24px;
        margin: 8px 0 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-content h1 {
        font-size: 25px;
    }
}

.product-details-content .pro-details-brand-review {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .product-details-content .pro-details-brand-review {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-content .pro-details-brand-review {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.product-details-content .pro-details-brand-review .pro-details-brand {
    margin-right: 36px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-content .pro-details-brand-review .pro-details-brand {
        margin-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-content .pro-details-brand-review .pro-details-brand {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .product-details-content .pro-details-brand-review .pro-details-brand {
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-content .pro-details-brand-review .pro-details-brand {
        margin-bottom: 0px;
    }
}

.product-details-content .pro-details-brand-review .pro-details-brand::before {
    content: "";
    position: absolute;
    right: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 21px;
    background: #eee;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-content
        .pro-details-brand-review
        .pro-details-brand::before {
        right: -8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-content
        .pro-details-brand-review
        .pro-details-brand::before {
        right: -8px;
    }
}

.product-details-content .pro-details-brand-review .pro-details-brand span {
    color: #333;
}

.product-details-content .pro-details-brand-review .pro-details-brand span a {
    color: #0046bc;
    display: inline-block;
    margin: 0 0 0 3px;
}

.product-details-content
    .pro-details-brand-review
    .pro-details-brand
    span
    a:hover {
    color: #0046bc;
}

.product-details-content .pro-details-brand-review .pro-details-rating-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-details-content
    .pro-details-brand-review
    .pro-details-rating-wrap
    span {
    color: #333;
}

.product-details-content
    .pro-details-brand-review
    .pro-details-rating-wrap
    .pro-details-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 10px 0;
}

.product-details-content
    .pro-details-brand-review
    .pro-details-rating-wrap
    .pro-details-rating
    i {
    color: #fb0;
    font-size: 15px;
}

.product-details-content
    .pro-details-brand-review
    .pro-details-rating-wrap
    .pro-details-rating
    i:hover {
        color: #212c65;
    }

.product-details-content .pro-details-brand-review .pro-details-rating-wrap a {
    display: inline-block;
    font-size: 15px;
    color: #444;
}

.product-details-content .pro-details-price-short-description {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 29px 0 24px;
    margin: 18px 0 20px;
}

.product-details-content
    .pro-details-price-short-description
    .pro-details-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-details-content
    .pro-details-price-short-description
    .pro-details-price
    span {
    font-size: 24px;
    font-weight: 700;
}

.product-details-content
    .pro-details-price-short-description
    .pro-details-price
    span.new-price {
    color: #0046bc;
}

.product-details-content
    .pro-details-price-short-description
    .pro-details-price
    span.old-price {
    color: #666;
    font-weight: 400;
    font-size: 14px;
    text-decoration: line-through;
    margin-left: 5px;
}

.product-details-content
    .pro-details-price-short-description
    .pro-details-short-description
    p {
    font-size: 15px;
    color: #444;
    margin: 15px 0 0;
}

.product-details-content .pro-details-color-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-details-content .pro-details-color-wrap span {
    font-size: 15px;
    color: #333;
    min-width: 85px;
}

@media only screen and (max-width: 767px) {
    .product-details-content .pro-details-color-wrap span {
        min-width: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-content .pro-details-color-wrap span {
        min-width: 85px;
    }
}

.product-details-content .pro-details-quality-stock-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 25px 0 23px;
}

.product-details-content .pro-details-quality-stock-area span {
    font-size: 15px;
    color: #333;
    min-width: 85px;
}

@media only screen and (max-width: 767px) {
    .product-details-content .pro-details-quality-stock-area span {
        min-width: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-content .pro-details-quality-stock-area span {
        min-width: 85px;
    }
}

.product-details-content
    .pro-details-quality-stock-area
    .pro-details-quality-stock-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-details-content
    .pro-details-quality-stock-area
    .pro-details-quality-stock-wrap
    .pro-details-stock {
    margin: 0 0 0 18px;
}

@media only screen and (max-width: 767px) {
    .product-details-content
        .pro-details-quality-stock-area
        .pro-details-quality-stock-wrap
        .pro-details-stock {
        margin: 0 0 0 12px;
    }
}

.product-details-content
    .pro-details-quality-stock-area
    .pro-details-quality-stock-wrap
    .pro-details-stock
    span {
    color: #444;
    font-size: 15px;
}

.product-details-content
    .pro-details-quality-stock-area
    .pro-details-quality-stock-wrap
    .pro-details-stock
    span
    i {
    color: #8cc63e;
    font-size: 14px;
    margin-right: 5px;
}

.product-details-content .pro-details-action-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-details-content
    .pro-details-action-wrap
    .pro-details-add-to-cart
    button {
    color: #ffffff;
    padding: 0;
    border: 0;
    font-size: 15px;
    font-weight: 700;
    border-radius: 26px;
    padding: 10px 41px 12px;
    background-color: #0046bc;
}

@media only screen and (max-width: 767px) {
    .product-details-content
        .pro-details-action-wrap
        .pro-details-add-to-cart
        button {
        padding: 10px 25px 12px;
    }
}

.product-details-content
    .pro-details-action-wrap
    .pro-details-add-to-cart
    button:hover {
    background-color: #0046bc;
}

.product-details-content .pro-details-action-wrap .pro-details-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 12px;
}

.product-details-content .pro-details-action-wrap .pro-details-action button {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.09);
    background-color: #ffffff;
    color: #333;
    border-radius: 50%;
    font-size: 14px;
    padding: 0;
    border: none;
    margin-right: 12px;
}

.product-details-content
    .pro-details-action-wrap
    .pro-details-action
    button:last-child {
    margin-right: 0;
}

.product-details-content
    .pro-details-action-wrap
    .pro-details-action
    button:hover {
    background-color: #0046bc;
    color: #ffffff;
}

.product-details-content .product-details-meta {
    border-top: 1px solid #eee;
    margin: 25px 0 22px;
    padding: 18px 0 0;
}

.product-details-content .product-details-meta ul li {
    color: #444;
    font-size: 15px;
    margin: 0 0 4px;
}

.product-details-content .product-details-meta ul li:last-child {
    margin: 0 0 0px;
}

.product-details-content .product-details-meta ul li a {
    color: #444;
    font-size: 15px;
}

.product-details-content .product-details-meta ul li a:hover {
    color: #0046bc;
}

.product-details-content .product-details-meta ul li span {
    font-size: 15px;
    min-width: 100px;
    color: #444;
    margin-right: 15px;
    display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-content .product-details-meta ul li span {
        min-width: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-content .product-details-meta ul li span {
        min-width: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .product-details-content .product-details-meta ul li span {
        min-width: 40px;
    }
}

.product-details-content .product-details-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-details-content .product-details-social a {
    font-size: 20px;
    display: inline-block;
    margin-right: 22px;
}

.product-details-content .product-details-social a:last-child {
    margin-right: 0;
}

.product-details-content .product-details-social a.facebook {
    color: #567fa9;
}

.product-details-content .product-details-social a.twitter {
    color: #26d0fe;
}

.product-details-content .product-details-social a.linkedin {
    color: #0077b5;
}

.product-details-content .product-details-social a.tumblr {
    color: #35465c;
}

.product-details-content .product-details-social a.envelope {
    color: #dd4b39;
}

.product-details-content.pro-details-content-pl {
    padding-left: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-content.pro-details-content-pl {
        padding-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-content.pro-details-content-pl {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .product-details-content.pro-details-content-pl {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .product-details-content {
        margin-top: 30px;
    }
}

.product-details-wrap-bottom {
    margin: 20px 0 0;
    background-color: #fff;
    padding: 20px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

@media only screen and (max-width: 767px) {
    .product-details-wrap-bottom {
        margin: 50px 0 0;
    }
}

.product-details-wrap-bottom .entry-product-section-heading {
    margin-bottom: 10px;
}

.product-details-wrap-bottom .entry-product-section-heading h2 {
    font-size: 28px;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 0 0 10px;
}

@media only screen and (max-width: 767px) {
    .product-details-wrap-bottom .entry-product-section-heading h2 {
        font-size: 25px;
    }
}

.product-details-description p {
    font-size: 15px;
    line-height: 1.74;
    margin: 0 0 25px;
}

@media only screen and (max-width: 767px) {
    .product-details-description p {
        margin: 0 0 20px;
    }
}

.product-details-description ul {
    padding: 0 0 24px 14px;
}

.product-details-description ul li {
    font-size: 15px;
    color: #444;
    margin: 0 0 12px;
    list-style: disc;
}

.product-details-description ul li:last-child {
    margin: 0 0 0;
}

.additional-information ul {
    padding: 0 0 0px 14px;
}

.additional-information ul li {
    color: #444;
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px;
    position: relative;
}

.additional-information ul li:before {
    position: absolute;
    left: -14px;
    top: 9px;
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 100%;
    background-color: #9b9b9b;
}

.additional-information ul li:last-child {
    margin: 0 0 0;
}

.additional-information ul li span {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 165px;
    -ms-flex: 0 0 165px;
    flex: 0 0 165px;
    color: #444;
    font-size: 15px;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .additional-information ul li span {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 135px;
        -ms-flex: 0 0 135px;
        flex: 0 0 135px;
    }
}

.pro-details-review p {
    color: #444;
    font-size: 15px;
    margin: 0 0 29px;
}

.pro-details-review p span {
    font-size: 18px;
    font-weight: 700;
    color: #0046bc;
}

.pro-details-review .single-pro-details-review {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 30px;
    padding: 0 0 26px;
    border-bottom: 1px solid #eee;
}

.pro-details-review .single-pro-details-review .review-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70px;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    margin-right: 22px;
}

@media only screen and (max-width: 767px) {
    .pro-details-review .single-pro-details-review .review-img {
        margin-right: 15px;
    }
}

.pro-details-review .single-pro-details-review .review-img img {
    width: 100%;
}

.pro-details-review
    .single-pro-details-review
    .review-content
    .review-name-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .pro-details-review
        .single-pro-details-review
        .review-content
        .review-name-rating {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pro-details-review
        .single-pro-details-review
        .review-content
        .review-name-rating {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.pro-details-review
    .single-pro-details-review
    .review-content
    .review-name-rating
    .review-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.pro-details-review
    .single-pro-details-review
    .review-content
    .review-name-rating
    .review-rating
    i {
    color: #fb0;
    font-size: 15px;
    margin-right: 1px;
}

.pro-details-review
    .single-pro-details-review
    .review-content
    .review-name-rating
    .review-name {
    margin: 0 0 0 18px;
}

@media only screen and (max-width: 767px) {
    .pro-details-review
        .single-pro-details-review
        .review-content
        .review-name-rating
        .review-name {
        margin: 5px 0 0 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pro-details-review
        .single-pro-details-review
        .review-content
        .review-name-rating
        .review-name {
        margin: 0 0 0 18px;
    }
}

.pro-details-review
    .single-pro-details-review
    .review-content
    .review-name-rating
    .review-name
    h6 {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

.pro-details-review .single-pro-details-review .review-content p {
    color: #444;
    font-size: 15px;
    margin: 14px 0 17px;
}

@media only screen and (max-width: 767px) {
    .pro-details-review .single-pro-details-review .review-content p {
        margin: 10px 0 10px;
    }
}

.pro-details-review
    .single-pro-details-review
    .review-content
    .review-date-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .pro-details-review
        .single-pro-details-review
        .review-content
        .review-date-btn {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pro-details-review
        .single-pro-details-review
        .review-content
        .review-date-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
.review-date-btn .review-btn {
    border: none;
    padding: 0px;
    margin: 0px;
}
.review-date-btn .review-btn:hover {
    color: #0046bc;
    background: none;
    border: none;
}

.pro-details-review
    .single-pro-details-review
    .review-content
    .review-date-btn
    .review-date {
    margin-right: 10px;
}

.pro-details-review
    .single-pro-details-review
    .review-content
    .review-date-btn
    .review-date
    span {
    color: #444;
    font-size: 15px;
}

.pro-details-review
    .single-pro-details-review
    .review-content
    .review-date-btn
    .review-btn
    a {
    display: inline-block;
    font-weight: 500;
    color: #333;
    font-size: 15px;
}

.pro-details-review
    .single-pro-details-review
    .review-content
    .review-date-btn
    .review-btn
    a:hover {
    color: #0046bc;
}

.pro-details-review .ratting-form-wrapper h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.pro-details-review .ratting-form-wrapper p {
    font-size: 15px;
    color: #444;
    margin: 35px 0 20px;
}

.pro-details-review .ratting-form-wrapper .comment-form-rating-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 28px;
}

.pro-details-review .ratting-form-wrapper .comment-form-rating-wrap span {
    font-size: 15px;
    color: #444;
    display: inline-block;
    margin-right: 25px;
}

.pro-details-review
    .ratting-form-wrapper
    .comment-form-rating-wrap
    .comment-form-rating
    i {
    font-weight: 400;
    font-size: 18px;
    color: #ababab;
}

.pro-details-review .ratting-form-wrapper .rating-form-style form input,
.pro-details-review .ratting-form-wrapper .rating-form-style form textarea {
    border: 1px solid #f8f8f8;
    background-color: #f8f8f8;
    padding: 3px 20px;
    height: 48px;
    padding: 3px 20px;
    border-radius: 26px;
    color: #444;
    margin-bottom: 25px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
}

.pro-details-review .ratting-form-wrapper .rating-form-style form input:focus,
.pro-details-review
    .ratting-form-wrapper
    .rating-form-style
    form
    textarea:focus {
    border: 1px solid #0046bc;
    background-color: #ffffff;
}

.pro-details-review
    .ratting-form-wrapper
    .rating-form-style
    form
    input::-webkit-input-placeholder,
.pro-details-review
    .ratting-form-wrapper
    .rating-form-style
    form
    textarea::-webkit-input-placeholder {
    color: #444;
    opacity: 1;
}

.pro-details-review
    .ratting-form-wrapper
    .rating-form-style
    form
    input::-moz-input-placeholder,
.pro-details-review
    .ratting-form-wrapper
    .rating-form-style
    form
    textarea::-moz-input-placeholder {
    color: #444;
    opacity: 1;
}

.pro-details-review .ratting-form-wrapper .rating-form-style form textarea {
    height: 140px;
    padding: 19px 20px 3px;
    border-radius: 5px;
}

.pro-details-review
    .ratting-form-wrapper
    .rating-form-style
    form
    .cookies-consent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 27px;
}

.pro-details-review
    .ratting-form-wrapper
    .rating-form-style
    form
    .cookies-consent
    input {
    width: auto;
    height: auto;
    margin: 0;
}

.pro-details-review
    .ratting-form-wrapper
    .rating-form-style
    form
    .cookies-consent
    p {
    color: #444;
    font-size: 15px;
    margin: 0 0 0 15px;
}

.pro-details-review
    .ratting-form-wrapper
    .rating-form-style
    form
    .form-submit
    input {
    width: auto;
    font-weight: 700;
    border-radius: 26px;
    height: auto;
    color: #ffffff;
    background-color: #0046bc;
    border: none;
    padding: 12px 54px 13px;
    margin: 0;
}

.pro-details-review
    .ratting-form-wrapper
    .rating-form-style
    form
    .form-submit
    input:hover {
    background-color: #0046bc;
}

.pro-details-mrg-tb {
    margin: 50px 0 50px;
}

.tab-style-1 {
    border-bottom: 1px solid #ebebeb;
}

.tab-style-1 a {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    margin-right: 45px;
    color: #696969;
    padding: 0 0 13px;
    border-bottom: 3px solid transparent;
}

@media only screen and (max-width: 767px) {
    .tab-style-1 a {
        margin: 0 15px 10px 0;
        padding: 0 0 6px;
        font-size: 16px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tab-style-1 a {
        margin: 0 30px 0px 0;
        padding: 0 0 6px;
        font-size: 18px;
    }
}

.tab-style-1 a:last-child {
    margin-right: 0px;
}

.tab-style-1 a.active {
    color: #333;
    border-bottom: 3px solid #0046bc;
}

@media only screen and (max-width: 767px) {
    .tab-style-1.mb-35 {
        margin-bottom: 25px;
    }
}

.product-quality {
    position: relative;
    width: 110px;
}

.product-quality input {
    width: 110px;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    padding: 2px 30px 2px 10px;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    text-align: center;
    border-radius: 26px;
    height: 48px;
}

.product-quality .qtybutton {
    font-size: 0;
}

.product-quality .qtybutton.dec {
    position: absolute;
    width: 30px;
    height: 15px;
    text-align: center;
    right: 0;
    bottom: 7px;
}

.product-quality .qtybutton.dec::before {
    content: "";
    position: absolute;
    right: 14px;
    bottom: 8px;
    border-top: 5px solid #696969;
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    cursor: pointer;
}

.product-quality .qtybutton.dec:hover::before {
    border-top: 5px solid #0046bc;
}

.product-quality .qtybutton.inc {
    position: absolute;
    width: 30px;
    height: 15px;
    right: 0;
    top: 9px;
}

.product-quality .qtybutton.inc::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 8px;
    border-bottom: 5px solid #696969;
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    cursor: pointer;
}

.product-quality .qtybutton.inc:hover::after {
    border-bottom: 5px solid #0046bc;
}

@media only screen and (max-width: 767px) {
    .pb-55 {
        padding-bottom: 40px;
    }
}

.insize {
    max-width: 600px;
}

.insize .owl-thumbs .owl-thumb-item {
    height: 150px;
    width: 100%;
    max-width: 150px;
    background: transparent;
    border: none;
    overflow: hidden;
}
.insize .owl-thumbs .owl-thumb-item img {
    max-width: 100%;
    height: auto;
}
.insize .owl-dots {
    position: absolute;
    bottom: 170px;
    left: 0;
    right: 0;
}

/*-------- Cart style ---------*/

.cart-area {
    background-color: #f6f6f6;
}

.cart-product-wrapper {
    background-color: #fff;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 35px;
}

.cart-table-content .table-content {
    border: 1px solid #eee;
}

.cart-table-content .table-content table {
    width: 100%;
}

.cart-table-content .table-content table thead {
    background-color: #f8f8f8;
}

.cart-table-content .table-content table thead > tr th {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    padding: 14px 15px 14px 0;
    font-weight: bold;
}

.cart-table-content .table-content table thead > tr th:first-child {
    padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-table-content .table-content table thead > tr th:first-child {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .cart-table-content .table-content table thead > tr th:first-child {
        padding-left: 20px;
    }
}

.cart-table-content .table-content table thead > tr th.width-thumbnail {
    min-width: 130px;
    font-weight: bold;
}

.cart-table-content .table-content table thead > tr th.width-name {
    min-width: 250px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cart-table-content .table-content table thead > tr th.width-name {
        min-width: 250px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-table-content .table-content table thead > tr th.width-name {
        min-width: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .cart-table-content .table-content table thead > tr th.width-name {
        min-width: 140px;
    }
}

.cart-table-content .table-content table thead > tr th.width-price {
    min-width: 118px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-table-content .table-content table thead > tr th.width-price {
        min-width: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .cart-table-content .table-content table thead > tr th.width-price {
        min-width: 100px;
    }
}

.cart-table-content .table-content table thead > tr th.width-quantity {
    min-width: 187px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-table-content .table-content table thead > tr th.width-quantity {
        min-width: 140px;
    }
}

@media only screen and (max-width: 767px) {
    .cart-table-content .table-content table thead > tr th.width-quantity {
        min-width: 140px;
    }
}

.cart-table-content .table-content table thead > tr th.width-subtotal {
    min-width: 107px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-table-content .table-content table thead > tr th.width-subtotal {
        min-width: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .cart-table-content .table-content table thead > tr th.width-subtotal {
        min-width: 100px;
    }
}

.cart-table-content .table-content table thead > tr th.width-remove {
    min-width: 101px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-table-content .table-content table thead > tr th.width-remove {
        min-width: 67px;
    }
}

@media only screen and (max-width: 767px) {
    .cart-table-content .table-content table thead > tr th.width-remove {
        min-width: 67px;
    }
}

.cart-table-content .table-content table tbody > tr {
    border-bottom: 1px solid #eee;
}

.cart-table-content .table-content table tbody > tr:last-child {
    border-bottom: none;
}

.cart-table-content .table-content table tbody > tr td {
    padding: 15px 0 15px 0;
}

.cart-table-content .table-content table tbody > tr td:first-child {
    padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-table-content .table-content table tbody > tr td:first-child {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .cart-table-content .table-content table tbody > tr td:first-child {
        padding-left: 20px;
    }
}

.cart-table-content .table-content table tbody > tr td.product-thumbnail a {
    display: block;
}

.cart-table-content .table-content table tbody > tr td.product-thumbnail a img {
    width: 80px;
    border: 1px solid #eee;
}

.cart-table-content .table-content table tbody > tr td.product-name h5 {
    display: block;
    font-size: 15px;
    color: #333;
}

.cart-table-content .table-content table tbody > tr td.product-name h5 a {
    color: #333;
}

.cart-table-content .table-content table tbody > tr td.product-name h5 a:hover {
    color: #0046bc;
}

.cart-table-content .table-content table tbody > tr td.product-price span,
.cart-table-content .table-content table tbody > tr td.product-total span {
    font-size: 15px;
    font-weight: 500;
    color: #0046bc;
}

.cart-table-content .table-content table tbody > tr td.product-remove a {
    font-size: 15px;
    font-weight: 500;
    color: #696969;
    padding: 0 0 3px;
    display: inline-block;
    border-bottom: 1px solid #eee;
}

.cart-table-content .table-content table tbody > tr td.product-remove a:hover {
    color: #0046bc;
}

.cart-shiping-update-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 75px;
    margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
    .cart-shiping-update-wrapper {
        display: block;
        padding-bottom: 40px;
        margin-bottom: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cart-shiping-update-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.cart-shiping-update-wrapper .continure-clear-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .cart-shiping-update-wrapper .continure-clear-btn {
        display: block;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cart-shiping-update-wrapper .continure-clear-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.cart-shiping-update-wrapper .continure-clear-btn .clear-btn {
    margin-left: 22px;
}

@media only screen and (max-width: 767px) {
    .cart-shiping-update-wrapper .continure-clear-btn .clear-btn {
        margin: 15px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cart-shiping-update-wrapper .continure-clear-btn .clear-btn {
        margin: 0px 0 0 12px;
    }
}

.cart-shiping-update-wrapper .continure-clear-btn .clear-btn a {
    font-size: 15px;
    font-weight: 700;
    color: #444;
    display: inline-block;
}

.cart-shiping-update-wrapper .continure-clear-btn .clear-btn a i {
    margin-right: 8px;
    color: #0046bc;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cart-shiping-update-wrapper .continure-clear-btn .clear-btn a i {
        margin-right: 4px;
    }
}

.cart-shiping-update-wrapper .continure-clear-btn .clear-btn a:hover {
    color: #0046bc;
}

.cart-shiping-update-wrapper .update-btn a {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 26px;
    padding: 13px 36px;
    background-color: #0046bc;
}

@media only screen and (max-width: 767px) {
    .cart-shiping-update-wrapper .update-btn a {
        padding: 10px 20px;
    }
}

.cart-shiping-update-wrapper .update-btn a:hover {
    background-color: #e4573d;
}

.coupon-wrap h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px;
}

.coupon-wrap .coupon-content p {
    color: #444;
    font-size: 15px;
    margin: 0;
}

.input-style.coupon-content-mrg {
    margin: 23px 0 25px;
}

@media only screen and (max-width: 767px) {
    .input-style.coupon-content-mrg {
        margin: 15px 0 20px;
    }
}

.input-style.input-style-mb {
    margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
    .input-style.input-style-mb {
        margin: 0 0 15px;
    }
}

.input-style input,
.select-active {
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
    height: 48px;
    color: #666;
    padding: 3px 20px;
    border-radius: 26px;
    font-size: 15px;
    width: 100%;
}

.input-style input::-moz-input-placeholder {
    color: #666;
    opacity: 1;
}

.input-style input::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}

.input-style input:focus {
    background-color: #ffffff;
    border: 1px solid #0046bc;
}

.cart-collaterals-wrap h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px;
}

.cart-collaterals-wrap .collaterals-content p {
    color: #444;
    font-size: 15px;
    margin: 0 0 11px;
}

.cart-collaterals-wrap .collaterals-content p span {
    font-size: 18px;
    font-weight: 700;
    color: #0046bc;
}

.select-style.select-style-mrg-1 {
    margin-bottom: 30px;
}

.select-style .select2-container--default {
    width: 100%;
    display: block;
}

.select-style .select2-container--default .select2-selection--single {
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
    height: 48px;
    color: #666;
    border-radius: 26px;
    font-size: 15px;
    padding: 0;
    -webkit-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}

.select-style
    .select2-container--default
    .select2-selection--single[aria-expanded="true"] {
    background-color: #ffffff;
    border: 1px solid #0046bc;
}

.select-style .select2-container--default .select2-selection--single span {
    height: 48px;
    line-height: 40px;
    color: #666;
    padding: 3px 20px;
    border-radius: 26px;
}

.select-style
    .select2-container--default.select2-container--above
    .select2-selection--single {
    border-top: none;
}

.select-style
    .select2-container--default.select2-container--below
    .select2-selection--single {
    border-bottom: none;
}

.select2-container .select2-dropdown {
    border: 1px solid #0046bc;
}

.select2-container .select2-dropdown.select2-dropdown--below {
    border-radius: 0px 0px 26px 26px;
    border-top: none;
}

.select2-container .select2-dropdown.select2-dropdown--above {
    border-radius: 26px 26px 0px 0px;
    border-bottom: none;
}

.select2-container
    .select2-dropdown.select2-dropdown--above
    .select2-search--dropdown {
    margin: 7px 0 7px;
}

.select2-container .select2-dropdown .select2-search--dropdown {
    padding: 0px 20px 0px;
    margin: 0 0 7px;
    position: relative;
}

.select2-container .select2-dropdown .select2-search--dropdown::after {
    content: "\f002";
    font-size: 14px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 40px;
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    cursor: pointer;
}

.select2-container .select2-dropdown .select2-search--dropdown:hover::after {
    color: #0046bc;
}

.select2-container .select2-dropdown .select2-search--dropdown > input {
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
    height: 40px;
    color: #666;
    padding: 3px 50px 3px 20px;
    border-radius: 26px;
    font-size: 15px;
}

.select2-container
    .select2-dropdown
    .select2-search--dropdown
    > input::-moz-input-placeholder {
    color: #666;
    opacity: 1;
}

.select2-container
    .select2-dropdown
    .select2-search--dropdown
    > input::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}

.select2-container .select2-dropdown .select2-search--dropdown > input:focus {
    background-color: #ffffff;
    border: 1px solid #0046bc;
}

.select2-container
    .select2-dropdown
    .select2-results
    .select2-results__options
    .select2-results__option {
    padding: 7px 20px;
    color: #333;
    font-size: 15px;
}

.select2-container
    .select2-dropdown
    .select2-results
    .select2-results__options
    .select2-results__option.select2-results__option--highlighted {
    color: #ffffff;
    background-color: #0046bc;
}

.select2-container
    .select2-dropdown
    .select2-results
    .select2-results__options
    .select2-results__option[aria-selected="true"] {
    color: #ffffff;
    background-color: #0046bc;
}

.continure-btn a,
.common-btn-style a {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 26px;
    padding: 13px 36px;
    background-color: #0046bc;
}

@media only screen and (max-width: 767px) {
    .continure-btn a,
    .common-btn-style a {
        padding: 10px 20px;
    }
}

.continure-btn a.common-btn-padding-2,
.common-btn-style a.common-btn-padding-2 {
    padding: 12px 41px;
}

.continure-btn a:hover,
.common-btn-style a:hover {
    background-color: #0046bc;
}

.grand-total-wrap {
    background: #fff;
    border-radius: 5px;
    padding: 25px 30px 40px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.grand-total-wrap ul {
    overflow: hidden;
    display: block;
}

.grand-total-wrap ul li {
    font-size: 15px;
    color: #444;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.grand-total-wrap ul li h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0046bc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

.grand-total-wrap ul li h4 span {
    margin: 0 5px 0 0;
    font-size: 15px;
    color: #444;
    font-weight: 400;
}

.grand-total-wrap .grand-total {
    padding: 25px 0 40px;
}

.grand-total-wrap .grand-total h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.grand-total-wrap .grand-total h4 span {
    float: right;
    font-size: 20px;
    color: #e4573d;
    font-weight: 700;
}

.grand-total-wrap .grand-total-btn a {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 26px;
    padding: 13px 36px;
    background-color: #0046bc;
    text-align: center;
}

.grand-total-wrap .grand-total-btn a:hover {
    background-color: #0046bc;
}

@media only screen and (max-width: 767px) {
    .cart-area.pb-35 {
        padding-bottom: 20px;
    }
}

/*-------------------------------*/
/*      MyProfile               */
/*-------------------------------*/

.section-margin {
    padding: 50px 0 50px 0;
    background-color: #f6f6f6;
}
.myaccount-tab-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
}

.myaccount-tab-menu a {
    border: 1px solid #e8e8e8;
    color: #212121;
    font-weight: 500;
    font-size: 15px;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
}
.myaccount-tab-menu a:hover,
.myaccount-tab-menu a.active {
    background-color: #0046bc;
    border-color: #0046bc;
    color: #fff;
}
.myaccount-tab-menu a i {
    font-size: 14px;
    text-align: center;
    width: 25px;
}
.me-1 {
    margin-right: 0.3125rem !important;
}
.myaccount-content {
    border: 1px solid #e8e8e8;
    padding: 30px;
}
.myaccount-content .title {
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    color: #212121;
    border-bottom: 1px dashed #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: 500;
}
.myaccount-content form .single-input-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
.mb-3 {
    margin-bottom: 0.9375rem !important;
}
.mb-1 {
    margin-bottom: 0.3125rem !important;
}
.myaccount-content form .single-input-item input {
    width: 100%;
    padding: 12px 10px;
    border: 1px solid #e8e8e8;
}

.saved-message {
    background-color: #e8e8e8;
    border-top: 3px solid #0046bc;
    border-radius: 5px 5px 0 0;
    font-weight: 600;
    font-size: 15px;
    color: #666666;
    padding: 20px;
}
.myaccount-content form .single-item-button {
    width: 200px;
}
.btn-dark {
    border-color: #212121;
    background-color: #212121;
    color: #fff;
}
.address-popup .modal-body .form-group label {
    width: 100%;
}
.address-popup .modal-body .form-group input,
.address-popup .modal-body .form-group textarea {
    width: 100%;
    padding: 12px 10px;
    border: 1px solid #e8e8e8;
}
.btn-primary {
    background-color: #0046bc !important;
}
.address-popup .modal-header .btn-close {
    margin: -10px 5px -0.5rem auto !important;
}

.product-details-wrap-top .slides li img {
    width: 100%;
    height: auto;
}

.meta {
    display: inline-block;
    width: 100%;
    height: 20px;
}
/* .news-content .meta .meta-left {
    float: left;
} */
.news-content .meta .meta-left {
    float: left;
    margin-top: 10px;
}
.news-content .meta .meta-left .comments a {
    color: #000000;
}
.news-content .meta .meta-left .views a {
    color: #000000;
}
.news-content .meta .meta-left .comments {
    margin-right: 5px;
    display: inline-block;
}
.news-content .meta .meta-left .views {
    margin-right: 5px;
    display: inline-block;
}
.news-content .meta .meta-left .comments a i {
    margin-right: 5px;
    color: #979797;
}
.news-content .meta .meta-left .views i {
    margin-right: 5px;
    color: #979797;
}
.news-content .meta .meta-left .views .active-blog {
    color: #0046bc;
}
.news-content .meta .meta-left .comments .active-blog {
    color: #0046bc;
}
.single-main .news-head {
    height: 450px;
    overflow: hidden;
}
@media only screen and (max-width: 768px) {
    .single-main .news-head {
        height: auto;
    }
}
.back-btn,
.back-btn:hover {
    color: #ffffff;
    padding: 0;
    border: 0;
    font-size: 15px;
    font-weight: 700;
    border-radius: 26px;
    padding: 10px 41px 12px;
    background-color: #0046bc;
    display: inline-block;
}

/*-------------------------------*/
/*      Responsive               */
/*-------------------------------*/

@media (min-width: 1px) and (max-width: 575.98px) {
    .slider-section .slider-pic img {
        width: 120%;
    }
    .adslider-section .slider-pic img {
        width: 100%;
        height: 140px;
    }
    .slider-caption h1 {
        font-size: 16px;
    }
    .slider-caption {
        top: 15%;
    }
    .category-section .owl-nav .owl-prev {
        left: 0px;
    }
    .category-section .owl-nav .owl-next {
        right: 0px;
    }
    .main-menu {
        display: none;
    }
    .main-menu li {
        padding: 0px 15px;
    }
    .header-navigation-area {
        margin-right: 15px;
    }
    .appointment-left-pic img {
        width: 45px;
        height: 45px;
    }
    .news-content {
        min-height: 155px;
    }
    .date-item {
        margin-right: 0px;
        width: 40px;
        font-size: 12px;
        padding: 5px 10px;
    }
    .header-action-area {
        display: inline-block;
    }
    .slider-caption {
        width: 55%;
    }
    .slider-caption p {
        display: none;
    }
    .appointment-title h3 {
        font-size: 14px;
        margin-bottom: 0px;
    }
    .appointment-title {
        padding: 6px;
        float: left;
    }
    .title h5 {
        font-size: 16px;
    }
    .title h2 {
        font-size: 24px;
    }
    .category-title {
        /*font-size: 16px;*/
        /*padding: 8px 20px;*/
        font-size: 15px;
        padding: 5px 10px;
        line-height: 23px;
    }
    .category-slider {
        /*overflow: hidden;*/
        overflow: auto;
    }
    .category-slider::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
    #category {
        width: 1000px;
    }
    .news-slider {
        overflow: hidden;
    }
    #news {
        width: 1000px;
    }
    .social-item {
        display: none;
    }
    .header-btm {
        margin-bottom: 12px;
        margin-top: 0px;
    }
    .header-btm.sticky {
        margin-top: 0px;
    }
    .slider-caption h4 {
        font-size: 12px;
    }
    .slider-btn {
        margin-top: 0px;
        padding: 4px 15px;
        font-size: 14px;
    }
    .owl-dots {
        bottom: 5px;
    }
    .service-icon {
        float: left;
    }
    .service-item {
        margin-bottom: 15px;
    }
    .service-item h3 {
        float: left;
        width: 100%;
        margin-left: 0px;
        margin-top: 5px;
        font-size: 17px;
    }
    .service-item p {
        float: left;
        width: 100%;
        margin-top: 0px;
        font-size: 15px;
    }
    .category-section .owl-nav {
        display: none;
    }
    .category-list {
        font-size: 14px;
    }
    .news-title {
        font-size: 16px;
        line-height: normal;
    }
    .testimonial-item .item p {
        font-size: 16px;
        line-height: normal;
    }
    .footer-btm {
        padding: 15px 0px;
    }
    .copyright {
        font-size: 12px;
        line-height: 20px;
    }
    .footer-menu li a {
        font-size: 12px;
    }
    .testimonial-item .item {
        padding: 30px;
    }
    .footer-top {
        border-top: none;
        background-color: #f4f9fd;
        padding: 20px 0px 20px;
    }
    .footer-item {
        background-color: #2f71e0;
        padding: 10px;
        border-radius: 4px;
        margin-bottom: 10px;
    }
    .footer-item h3 {
        color: #fff;
        margin-bottom: 0px;
        font-size: 16px;
        width: 100%;
    }
    .header-action-area button.btn-menu,
    .header-action-area a.btn-menu {
        width: 25px;
    }
    .login-btn {
        font-size: 12px;
        padding: 8px 7px;
    }
    .shopping-cart {
        margin-right: 32px;
    }
    .search {
        margin-right: 10px;
    }
    .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
    }
    .owl-dots .owl-dot.active span {
        width: 20px;
    }
    .service-top {
        margin-bottom: 0px;
    }
    .appointment-left-pic {
        float: left;
    }
    .appointment-item {
        margin-bottom: 15px;
    }
    .sm-none {
        display: none;
    }
    .service-section {
        padding: 20px 0px 18px;
    }
    .title {
        margin-bottom: 20px;
    }
    .slider-section {
        background-color: #f3f3f3;
        border-top: 6px solid #0046bc;
        padding-top: 20px;
    }
    .category-section {
        padding: 10px 0px 15px;
    }
    .blue-line {
        margin: 20px auto auto;
    }
    .news-section {
        padding: 30px 0px 10px;
    }
    .testimonial-section {
        padding: 20px 0px 50px;
    }
    .testimonial-section .owl-dots {
        bottom: -45px;
    }
    .service-top {
        margin-bottom: 25px;
    }
    .search-item {
        background-color: transparent;
        width: 90%;
        padding: 0;
    }
    .search-item i {
        margin-right: 10px;
        margin-left: 12px;
        position: relative;
        top: 35px;
        z-index: 1;
    }
    .autocomplete {
        width: 100%;
        padding: 5px;
        border-right: none;
        background-color: #fff;
    }
    .autocomplete input {
        width: 100%;
        padding-left: 30px;
    }
    .category-select {
        width: 100%;
        padding: 10px;
        margin-top: 10px;
        margin-left: 0px;
    }
    #searchbox {
        width: 100%;
        padding: 8px 60px 8px 8px;
        border-right: none;
        background-color: #fff;
        margin-top: 10px;
    }
    .search-btn {
        right: 0px;
        top: 126px;
        border-radius: 0;
        width: 42px;
        height: 42px;
    }
    .search-btn i {
        margin: 0px;
        top: 0px;
    }
    .top-mail {
        font-size: 12px;
    }
    .request-btn {
        font-size: 12px;
        padding: 3px 15px;
    }
    .news-pic img {
        min-height: auto;
        height: 160px !important;
    }
    .modal-confirm {
        width: 100%;
    }
    .login-btn {
        padding: 8px 7px;
    }
    .search-inner-item {
        margin-bottom: 20px;
    }
    .search-section {
        padding: 30px 0px 0px;
    }
    .blog {
        padding: 30px 0px 50px;
    }
    .news-single .head img {
        width: 100%;
        height: auto;
    }
    .news-single .head img {
        width: 100%;
        height: auto;
    }
    .news-single .meta-right {
        float: none;
        margin-top: -6px;
        margin-left: 56px;
        float: left;
    }
    .news-single .single-comments .body {
        width: 80%;
    }
    .news-single .single-comments.left .main {
        padding-left: 0px;
        margin-left: 0px;
    }
    .news-single .single-comments.left .body {
        margin-left: 0px;
    }
    .news-single .social-share li {
        float: left;
        margin: 5px;
    }
    .news-single .prev-next {
        float: none;
        text-align: center;
        display: inline-block;
    }
    .news-single .prev-next li {
        margin-top: 10px;
    }
    .main-sidebar {
        display: none;
    }
    .form-filter .main-sidebar {
        display: block !important;
    }
    .single-widget {
        text-align: left;
    }
    .news-single .news-head img {
        height: auto;
    }
    .filter-btn-item {
        width: 110px;
    }
    .news-single {
        padding: 30px 0 90px;
    }
    .shop-bottom-area .row {
        width: 100%;
    }
    .sidebar-wrapper {
        display: none;
    }
    .form-filter .sidebar-wrapper {
        text-align: left;
    }
    .sidebar-wrapper-mr1 {
        margin-right: 0px;
    }
    .form-filter .sidebar-wrapper {
        display: block;
    }
    .section-margin {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .single-product-wrap .product-content-wrap .product-category a {
        line-height: normal;
    }
    .product-category {
        line-height: 18px;
        min-height: 35px;
    }
    .single-product-wrap .product-content-wrap h2 {
        font-size: 16px;
    }
    .single-product-wrap {
        padding: 15px;
    }
    .blog .single-news img {
        height: auto;
    }
    .news-content .meta .meta-right {
        width: 100%;
        float: left;
    }
    .news-content .meta .meta-left {
        width: 100%;
        margin-top: -45px;
    }
    .main-sidebar .search .button {
        right: 15px;
        top: 15px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .modal-confirm {
        width: 100%;
    }
    .slider-section .slider-pic img {
        width: 120%;
    }
    .adslider-section .slider-pic img {
        width: 100%;
        height: 200px;
    }
    .slider-caption h1 {
        font-size: 20px;
    }
    .slider-caption {
        top: 15%;
    }
    .category-section .owl-nav .owl-prev {
        left: 0px;
    }
    .category-section .owl-nav .owl-next {
        right: 0px;
    }
    .main-menu {
        display: none;
    }
    .main-menu li {
        padding: 0px 15px;
    }
    .header-navigation-area {
        margin-right: 15px;
    }
    .appointment-left-pic img {
        width: 65px;
        height: 65px;
    }
    .news-content {
        min-height: 155px;
    }
    .date-item {
        margin-right: 0px;
        width: 40px;
        font-size: 12px;
        padding: 5px 10px;
    }
    .header-action-area {
        display: inline-block;
    }
    .slider-caption {
        width: 55%;
    }
    .slider-caption p {
        height: 40px;
        overflow-y: hidden;
        font-size: 16px;
        line-height: normal;
    }
    .appointment-title h3 {
        font-size: 16px;
    }
    .appointment-title {
        padding: 12px;
    }
    .title h5 {
        font-size: 16px;
    }
    .title h2 {
        font-size: 24px;
    }
    .category-title {
        font-size: 18px;
        padding: 8px 20px;
    }
    .category-slider {
        overflow: hidden;
    }
    #category {
        width: 1000px;
    }
    .news-slider {
        overflow: hidden;
    }
    #news {
        width: 1000px;
    }
    .social-item {
        display: none;
    }
    .header-btm {
        margin-bottom: 12px;
        margin-top: 15px;
    }
    .header-btm.sticky {
        margin-top: 0px;
    }
    .slider-caption h4 {
        font-size: 16px;
    }
    .slider-btn {
        margin-top: 15px;
    }
    .owl-dots {
        bottom: 15px;
    }
    .service-icon {
        float: left;
    }
    .service-item {
        margin-bottom: 15px;
    }
    .service-item h3 {
        float: left;
        width: 60%;
        margin-left: 15px;
    }
    .service-item p {
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    .category-section .owl-nav {
        display: none;
    }
    .category-list {
        font-size: 14px;
    }
    .news-title {
        font-size: 16px;
        line-height: normal;
    }
    .testimonial-item .item p {
        font-size: 16px;
        line-height: normal;
    }
    .footer-btm {
        padding: 15px 0px;
    }
    .copyright {
        font-size: 12px;
    }
    .footer-menu li a {
        font-size: 12px;
    }
    .testimonial-item .item {
        padding: 30px;
    }
    .footer-top {
        border-top: none;
        background-color: #f4f9fd;
        padding: 20px 0px 20px;
    }
    .footer-item {
        background-color: #2f71e0;
        padding: 10px;
        border-radius: 4px;
        margin-bottom: 10px;
    }
    .footer-item h3 {
        color: #fff;
        margin-bottom: 0px;
        font-size: 16px;
        width: 100%;
    }
    .sm-none {
        display: none;
    }
    .service-section {
        padding: 20px 0px 35px;
    }
    .title {
        margin-bottom: 20px;
    }
    .slider-section {
        background-color: #f3f3f3;
        border-top: 6px solid #0046bc;
        padding-top: 20px;
    }
    .category-section {
        padding: 20px 0px 30px;
    }
    .blue-line {
        margin: 20px auto auto;
    }
    .news-section {
        padding: 30px 0px 10px;
    }
    .testimonial-section {
        padding: 20px 0px 50px;
    }
    .testimonial-section .owl-dots {
        bottom: -45px;
    }
    .service-top {
        margin-bottom: 25px;
    }
    .search-item {
        background-color: transparent;
        width: 90%;
        padding: 0;
    }
    .search-item i {
        margin-right: 10px;
        margin-left: 12px;
        position: relative;
        top: 35px;
        z-index: 1;
    }
    .autocomplete {
        width: 100%;
        padding: 5px;
        border-right: none;
        background-color: #fff;
    }
    .autocomplete input {
        width: 100%;
        padding-left: 30px;
    }
    .category-select {
        width: 100%;
        padding: 10px;
        margin-top: 10px;
        margin-left: 0px;
    }
    #searchbox {
        width: 100%;
        padding: 8px 60px 8px 8px;
        border-right: none;
        background-color: #fff;
        margin-top: 10px;
    }
    .search-btn {
        right: 0px;
        top: 126px;
        border-radius: 0;
        width: 42px;
        height: 42px;
    }
    .search-btn i {
        margin: 0px;
        top: 0px;
    }
    .news-pic img {
        min-height: auto;
        height: 200px !important;
    }
    .login-btn {
        padding: 8px 15px;
    }
    .search-inner-item {
        margin-bottom: 20px;
    }
    .search-section {
        padding: 30px 0px 0px;
    }
    .blog {
        padding: 30px 0px 50px;
    }
    .news-single .head img {
        width: 100%;
        height: auto;
    }
    .news-single .meta-right {
        float: none;
        margin-top: -6px;
        margin-left: 56px;
        float: left;
    }
    .news-single .single-comments .body {
        width: 82%;
    }
    .news-single .single-comments.left .main {
        padding-left: 0px;
        margin-left: 0px;
    }
    .news-single .single-comments.left .body {
        margin-left: 0px;
    }
    .news-single .social-share li {
        float: left;
        margin: 5px;
    }
    .news-single .prev-next {
        float: none;
        text-align: center;
        display: inline-block;
    }
    .news-single .prev-next li {
        margin-top: 10px;
    }
    .main-sidebar {
        display: none;
    }
    .form-filter .main-sidebar {
        display: block !important;
    }
    .single-widget {
        text-align: left;
    }
    .news-single .news-head img {
        height: auto;
    }
    .sidebar-wrapper {
        display: none;
    }
    .form-filter .sidebar-wrapper {
        text-align: left;
    }
    .sidebar-wrapper-mr1 {
        margin-right: 0px;
    }
    .form-filter .sidebar-wrapper {
        display: block;
    }
    .section-margin {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .blog .single-news img {
        height: auto;
    }
    .main-sidebar .search .button {
        right: 15px;
        top: 15px;
    }
}
@media (min-width: 820px){
    .header-action-area {
        display: inline-block;
        margin-left: -40px !important;
    }
    .off-canvas-wrapper .off-canvas-inner {
        width: 60% !important;
    }
    .off-canvas-wrapper .off-canvas-overlay {
        width: 250% !important;
    }
}
@media (min-width: 768px){
.off-canvas-wrapper .off-canvas-inner {
    width: 60% !important;
}
.off-canvas-wrapper .off-canvas-overlay {
    width: 250% !important;
}
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .slider-caption h1 {
        font-size: 30px;
    }
    .slider-caption {
        top: 15%;
    }
    .category-section .owl-nav .owl-prev {
        left: 0px;
    }
    .category-section .owl-nav .owl-next {
        right: 0px;
    }
    .main-menu {
        display: none;
    }
    .main-menu li {
        padding: 0px 15px;
    }
    .header-navigation-area {
        margin-right: 15px;
    }
    .appointment-left-pic img {
        width: 100px;
        height: 100px;
    }
    .news-content {
        min-height: 185px;
    }
    .date-item {
        margin-right: 0px;
    }
    .header-action-area {
        display: inline-block;
        margin-left: -15px;
    }
    .slider-caption {
        width: 55%;
    }
    .slider-caption p {
        height: 55px;
        overflow-y: hidden;
    }
    .appointment-title h3 {
        font-size: 20px;
    }
    .appointment-title {
        padding: 25px;
    }
    .appointment-pic img {
        height: 375px;
    }
    .title h2 {
        font-size: 28px;
    }
    .category-title {
        font-size: 18px;
    }
    .category-slider {
        overflow: hidden;
    }
    #category {
        width: 1000px;
    }
    .news-slider {
        overflow: hidden;
    }
    #news {
        width: 1000px;
    }
    .search-item {
        width: 75%;
    }
    .news-single .single-comments .body {
        width: 82%;
    }
    .news-single .single-comments.left .main {
        padding-left: 0px;
    }
    .news-single .single-comments.left .body {
        width: 78%;
    }
    .main-sidebar {
        display: none;
    }
    .form-filter .main-sidebar {
        display: block !important;
    }
    .single-widget {
        text-align: left;
    }
    .news-single .news-head img {
        height: auto;
    }
    .sidebar-wrapper {
        display: none;
    }
    .form-filter .sidebar-wrapper {
        text-align: left;
    }
    .sidebar-wrapper-mr1 {
        margin-right: 0px;
    }
    .form-filter .sidebar-wrapper {
        display: block;
    }
    .news-content .meta .meta-right {
        width: 100%;
        float: left;
    }
    .news-content .meta .meta-left {
        width: 100%;
        margin-top: -45px;
    }
    .main-sidebar .search .button {
        right: 15px;
        top: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .slider-caption h1 {
        font-size: 42px;
    }
    .slider-caption {
        top: 15%;
    }
    .category-section .owl-nav .owl-prev {
        left: 0px;
    }
    .category-section .owl-nav .owl-next {
        right: 0px;
    }
    .header-action-area {
        display: none;
    }
    .main-menu li {
        padding: 0px 11px;
    }
    .header-navigation-area {
        margin-right: 15px;
    }
    .appointment-left-pic img {
        width: 130px;
        height: 130px;
    }
    .news-content {
        min-height: 185px;
    }
    .date-item {
        margin-right: 0px;
    }
    .search-item {
        width: 55%;
    }
    .shopping-cart {
        margin-right: 30px;
    }
    .login-btn {
        padding: 8px 20px;
    }
    .news-single .single-comments .body {
        width: 82%;
    }
    .news-single .single-comments.left .main {
        padding-left: 0px;
    }
    .news-single .single-comments.left .body {
        width: 78%;
    }
    .news-content .meta .meta-right {
        width: 100%;
        float: left;
    }
    .news-content .meta .meta-left {
        width: 100%;
        margin-top: -45px;
    }
}
@media (min-width: 1200px) and (max-width: 1348.98px) {
    .slider-caption h1 {
        font-size: 42px;
    }
    .slider-caption {
        top: 15%;
    }
    .category-section .owl-nav .owl-prev {
        left: 0px;
    }
    .category-section .owl-nav .owl-next {
        right: 0px;
    }
    .search-item {
        width: 45%;
    }
    .login-btn {
        padding: 8px 20px;
    }
    .main-menu li {
        padding: 0px 15px;
    }
    .header-navigation-area {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    /**nav-expand for footer with head and ul**/
    .nav-folderized .nav h3 {
        cursor: pointer;
    }
    .nav-folderized ul {
        max-height: 0;
        overflow: hidden;
        transition: max-height 1s ease-out;
    }
    .nav-folderized .nav h3:after {
        content: "+";
        float: right;
    }
    .nav-folderized .nav.open h3:after {
        content: "-";
    }
    .nav-folderized .nav.open ul {
        height: auto;
        max-height: 500px;
        transition: max-height 1s ease-in !important;
    }
    .footer-list li a {
        color: #fff;
        font-weight: normal;
        font-size: 14px;
    }
    .footer-list li::before {
        color: #fff;
        font-size: 11px;
        top: 1px;
    }
    .footer-list li {
        padding-left: 15px;
    }
    .footer-list li:hover a {
        color: #fff;
    }
    .footer-list li:hover::before {
        color: #fff;
    }
    /**nav-expand for footer with head and ul**/
}



.product-details-content {
    position: relative;
  }
  
  .product-details-content .pd-content-next-prev {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  @media only screen and (max-width: 767px) {
    .product-details-content .pd-content-next-prev {
      position: static;
      margin-bottom: 20px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-content .pd-content-next-prev {
      position: absolute;
      margin-bottom: 0px;
    }
  }
  
  .product-details-content .pd-content-next-prev .pd-content-icon a {
    font-size: 13px;
    color: #999;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 100%;
    text-align: center;
    background-color: #ececec;
  }
  
  .product-details-content .pd-content-next-prev .pd-content-icon.pd-content-next {
    margin-right: 10px;
  }
  
  .product-details-content .pd-content-next-prev .pd-content-icon:hover a {
    color: #ffffff;
    background-color: #900;
  }
  
  .product-details-content h2 {
    letter-spacing: -1px;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 4px;
    line-height: 1.4;
    padding-right: 70px;
  }
  
  @media only screen and (max-width: 767px) {
    .product-details-content h2 {
      padding-right: 0px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-content h2 {
      padding-right: 70px;
    }
  }
  
  .product-details-content .product-details-review-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .product-details-content .product-details-review-wrap .product-details-review {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .product-details-content .product-details-review-wrap .product-details-review .product-rating i {
    font-size: 18px;
    color: #f2b309;
  }
  
  .product-details-content .product-details-review-wrap .product-details-review .product-rating i.gray {
    color: #CCCCCC;
  }
  
  .product-details-content .product-details-review-wrap .product-details-review span {
    font-size: 13px;
    font-weight: 500;
    color: #999;
    display: inline-block;
    margin-left: 18px;
  }
  
  .product-details-content .product-details-review-wrap .write-review {
    margin-left: 25px;
    position: relative;
  }
  
  .product-details-content .product-details-review-wrap .write-review:before {
    position: absolute;
    content: "";
    left: -13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2px;
    height: 12px;
    background-color: #999;
  }
  
  .product-details-content .product-details-review-wrap .write-review a {
    color: #999;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
  }
  
  .product-details-content .product-details-review-wrap .write-review a:hover {
    color: #900;
  }
  
  .product-details-content .product-details-price {
    margin: 17px 0 30px;
  }
  
  @media only screen and (max-width: 767px) {
    .product-details-content .product-details-price {
      margin: 10px 0 15px;
    }
  }
  
  .product-details-content .product-details-price span {
    font-size: 24px;
    color: #c33;
    font-weight: 600;
  }
  
  .product-details-content .product-details-price span.old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    margin-right: 2px;
  }
  
  .product-details-content p {
    line-height: 1.6;
    margin: 0;
  }
  
  .product-details-content .pro-details-color-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 37px 0 43px;
  }
  
  @media only screen and (max-width: 767px) {
    .product-details-content .pro-details-color-wrap {
      margin: 22px 0 27px;
    }
  }
  
  .product-details-content .pro-details-color-wrap span {
    font-weight: 700;
    display: inline-block;
    min-width: 110px;
  }
  
  @media only screen and (max-width: 767px) {
    .product-details-content .pro-details-color-wrap span {
      min-width: 70px;
    }
  }
  
  .product-details-content .pro-details-color-wrap .pro-details-color-content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  
  .product-details-content .pro-details-color-wrap .pro-details-color-content ul li {
    margin-right: 16px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  
  @media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .product-details-content .pro-details-color-wrap .pro-details-color-content ul li {
      margin-right: 7px;
    }
  }
  
  @media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .product-details-content .pro-details-color-wrap .pro-details-color-content ul li {
      margin-right: 7px;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-content .pro-details-color-wrap .pro-details-color-content ul li {
      margin-right: 9px;
    }
  }
  
  .product-details-content .pro-details-color-wrap .pro-details-color-content ul li:last-child {
    margin-right: 0;
  }
  
  .product-details-content .pro-details-color-wrap .pro-details-color-content ul li a {
    width: 30px;
    height: 30px;
    font-size: 0;
    display: inline-block;
    position: relative;
    opacity: .5;
    border-radius: 50%;
  }
  
  .product-details-content .pro-details-color-wrap .pro-details-color-content ul li a.blue {
    background-color: #6699cc;
  }
  
  .product-details-content .pro-details-color-wrap .pro-details-color-content ul li a.carmine {
    background-color: #990000;
  }
  
  .product-details-content .pro-details-color-wrap .pro-details-color-content ul li a.copper {
    background-color: #cc6600;
  }
  
  .product-details-content .pro-details-color-wrap .pro-details-color-content ul li a.green {
    background-color: #99cc66;
  }
  
  .product-details-content .pro-details-color-wrap .pro-details-color-content ul li a.ocher {
    background-color: #cc9900;
  }
  
  .product-details-content .pro-details-size-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .product-details-content .pro-details-size-wrap span {
    font-weight: 700;
    display: inline-block;
    min-width: 110px;
  }
  
  @media only screen and (max-width: 767px) {
    .product-details-content .pro-details-size-wrap span {
      min-width: 70px;
    }
  }
  
  .product-details-content .pro-details-size-wrap .pro-details-size-content ul li {
    display: inline-block;
    margin-right: 13px;
  }
  
  .product-details-content .pro-details-size-wrap .pro-details-size-content ul li:last-child {
    margin-right: 0;
  }
  
  .product-details-content .pro-details-size-wrap .pro-details-size-content ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
    background-color: #f1f1f1;
    font-weight: 600;
    font-size: 12px;
    color: #999;
    text-align: center;
  }
  
  .product-details-content .pro-details-size-wrap .pro-details-size-content ul li a:hover {
    color: #ffffff;
    background-color: #900;
  }
  
  .product-details-content .affilate-wrap button {
    border: none;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #900;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-radius: 25px;
    padding: 15px 27px;
  }
  
  .product-details-content .affilate-wrap button i {
    margin-right: 8px;
  }
  
  .product-details-content .affilate-wrap button:hover {
    background-color: #333;
  }
  
  .product-details-content .out-of-stock-wrap button {
    border: none;
    color: #000000;
    background-color: #ccc;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-radius: 25px;
    padding: 12px 25px;
    opacity: 1;
  }
  
  .product-details-content .out-of-stock-wrap button:hover {
    color: #ffffff;
    background-color: #900;
  }
  
  .product-details-content .product-stock {
    margin: 33px 0 0;
  }
  
  .product-details-content .product-stock p {
    font-weight: 600;
    color: #000000;
    margin: 0;
  }
  
  .product-details-content .product-stock p span {
    color: #9c0;
    font-weight: 400;
  }
  
  .product-details-content .product-details-meta {
    margin: 40px 0 0;
  }
  
  .product-details-content .product-details-meta > ul > li {
    font-weight: 300;
    color: #999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  
  .product-details-content .product-details-meta > ul > li:last-child {
    margin-bottom: 0;
  }
  
  .product-details-content .product-details-meta > ul > li span.title {
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    color: #000000;
    margin-right: 5px;
  }
  
  .product-details-content .product-details-meta > ul > li a {
    color: #999;
  }
  
  .product-details-content .product-details-meta > ul > li a:hover {
    color: #900;
  }
  
  .product-details-content .product-details-meta > ul > li ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .product-details-content .product-details-meta > ul > li ul.tag li {
    color: #000000;
    margin-right: 3px;
  }
  
  .product-details-content .product-details-meta > ul > li ul.tag li a {
    color: #999;
    font-weight: 300;
    display: inline-block;
  }
  
  .product-details-content .product-details-meta > ul > li ul.tag li a:hover {
    color: #900;
  }
  
  .product-details-content .product-details-meta > ul > li ul.social li {
    margin-right: 10px;
  }
  
  .product-details-content .product-details-meta > ul > li ul.social li:last-child {
    margin-right: 0;
  }
  
  .product-details-content .product-details-meta > ul > li ul.social li a {
    color: #999;
    font-weight: 300;
    display: inline-block;
    font-size: 18px;
  }
  
  .product-details-content .product-details-meta > ul > li ul.social li a:hover {
    color: #900;
  }
  
  .product-details-content .product-details-content-border {
    border-top: 1px solid #e1e1e1;
    padding-top: 44px;
    margin-top: 40px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-content .product-details-content-border {
      padding-top: 30px;
      margin-top: 30px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .product-details-content .product-details-content-border {
      padding-top: 30px;
      margin-top: 30px;
    }
  }
  
  .product-details-content .product-details-quality-cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .product-details-content .product-details-quality-cart .product-details-cart {
    margin: 0 25px;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-content .product-details-quality-cart .product-details-cart {
      margin: 0 15px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-content .product-details-quality-cart .product-details-cart {
      margin: 0 10px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .product-details-content .product-details-quality-cart .product-details-cart {
      margin: 0 5px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-content .product-details-quality-cart .product-details-cart {
      margin: 0 15px;
    }
  }
  
  .product-details-content .product-details-quality-cart .product-details-cart a {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #900;
    color: #ffffff;
    padding: 15px 27px;
    border-radius: 50px;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-content .product-details-quality-cart .product-details-cart a {
      padding: 15px 20px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-content .product-details-quality-cart .product-details-cart a {
      padding: 15px 25px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .product-details-content .product-details-quality-cart .product-details-cart a {
      padding: 15px 15px;
      font-size: 13px;
    }
  }
  
  .product-details-content .product-details-quality-cart .product-details-cart a i {
    margin-right: 8px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-content .product-details-quality-cart .product-details-cart a i {
      margin-right: 4px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .product-details-content .product-details-quality-cart .product-details-cart a i {
      margin-right: 4px;
    }
  }
  
  .product-details-content .product-details-quality-cart .product-details-cart a:hover {
    background-color: #000000;
  }
  
  .product-details-content .product-details-quality-cart .product-details-wishlist a {
    width: 46px;
    height: 46px;
    display: inline-block;
    background-color: #eff1f0;
    border-radius: 50%;
    font-size: 24px;
    color: #999;
    text-align: center;
  }
  
  .product-details-content .product-details-quality-cart .product-details-wishlist a i {
    line-height: 48px;
  }
  
  .product-details-content .product-details-quality-cart .product-details-wishlist a:hover {
    color: #ffffff;
    background-color: #900;
  }
  
  .product-details-content.quickview-content {
    padding: 0 0 0 30px;
  }
  
  @media only screen and (max-width: 767px) {
    .product-details-content.quickview-content {
      padding: 25px 0 0 0px;
    }
  }
  
  .product-quality {
    width: 125px;
    overflow: hidden;
    position: relative;
  }
  
  @media only screen and (max-width: 767px) {
    .product-quality {
      width: 100px;
    }
  }
  
  .product-quality > input {
    width: 125px;
    border: none;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    background-color: #f7f7f7;
    padding: 0;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
  
  .product-quality > input::-moz-input-placeholder {
    color: #000000;
    opacity: 1;
  }
  
  .product-quality > input::-webkit-input-placeholder {
    color: #000000;
    opacity: 1;
  }
  
  @media only screen and (max-width: 767px) {
    .product-quality > input {
      width: 100px;
    }
  }
  
  .product-quality .qtybutton {
    position: absolute;
    color: #ccc;
    left: 20px;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
  }
  
  .product-quality .qtybutton.inc {
    left: auto;
    right: 20px;
    font-size: 20px;
    top: 10px;
  }
  
  .product-quality .qtybutton.dec {
    top: 6px;
    font-size: 28px;
  }
  
  .product-quality .qtybutton:hover {
    color: #000000;
  }
  
  .product-details-small-img {
    cursor: pointer;
  }
  
  .product-details-small-img img {
    width: 100%;
    border: 1px solid transparent;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
  }
  
  .product-details-small-img-slider-style {
    margin-top: 14px;
    padding-top: 1px;
  }
  
  .product-details-small-img-slider-style .swiper-slide-thumb-active .product-details-small-img img {
    border: 1px solid #999;
  }
  
  .product-details-nav-style {
    position: absolute;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.35);
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
  }
  
  .product-details-nav-style.product-details-next {
    left: auto;
    right: -20px;
  }
  
  .product-details-nav-style:hover {
    background-color: rgba(0, 0, 0, 0.55);
  }
  
  .product-details-big-img {
    position: relative;
  }
  
  .product-details-big-img img {
    width: 100%;
  }
  
  .product-details-big-img-style,
  .product-layout6-slider {
    position: relative;
  }
  
  .product-details-big-img-style:hover .product-details-nav-style,
  .product-layout6-slider:hover .product-details-nav-style {
    left: 0px;
    opacity: 1;
    visibility: visible;
  }
  
  .product-details-big-img-style:hover .product-details-nav-style.product-details-next,
  .product-layout6-slider:hover .product-details-nav-style.product-details-next {
    right: 0px;
    left: auto;
  }

  .product-details-area {
      background: #f6f6f6;
  }
  
  .easyzoom-style {
    position: relative;
  }
  
  .easyzoom-style .easyzoom {
    display: block;
  }
  
  .easyzoom-style .easyzoom > a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  
  .easyzoom-style .easyzoom > a img {
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  
  .description-review-topbar {
    margin-bottom: 40px;
    border-bottom: 1px solid #e1e1e1;
  }
  
  .description-review-topbar a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 0 15px 12px;
    color: #ccc;
    display: inline-block;
    border-bottom: 2px solid transparent;
  }
  
  .description-review-topbar a.active {
    color: #000000;
    border-bottom: 2px solid #000000;
  }
  
  @media only screen and (max-width: 767px) {
    .description-review-topbar a {
      margin: 0 0 15px;
      padding: 0 10px 12px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .description-review-topbar a {
      margin: 0 0 0px;
      padding: 0 15px 12px;
    }
  }
  
  .description-review-topbar a:first-child {
    padding: 0 15px 12px 0;
  }
  
  @media only screen and (max-width: 767px) {
    .description-review-topbar a:first-child {
      padding: 0 10px 12px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .description-review-topbar a:first-child {
      padding: 0 15px 12px 0;
    }
  }
  
  .product-description-content h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 14px;
  }
  
  .product-description-content p {
    margin: 0;
  }
  
  .product-description-content ul {
    list-style-type: square;
    margin: 18px 0 0 22px;
  }
  
  .product-description-content ul li {
    position: relative;
    font-size: 14px;
    color: #666;
    margin: 0 0 16px;
  }
  
  .product-description-content ul li:last-child {
    margin: 0 0 0;
  }
  
  .additional-information-content h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 12px;
  }
  
  .additional-information-content ul li {
    color: #666;
    font-style: italic;
    padding: 9px 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  }
  
  .additional-information-content ul li span {
    width: 150px;
    font-weight: 700;
    color: #666;
    display: inline-block;
    font-style: normal;
  }
  
  @media only screen and (max-width: 767px) {
    .additional-information-content ul li span {
      width: 80px;
    }
  }
  
  .additional-information-content ul li.gray {
    background: rgba(0, 0, 0, 0.025);
  }
  
  .additional-information-content ul li:first-child {
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
  }
  
  .ratting-form-wrapper h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
    margin: 0;
  }
  
  .ratting-form-wrapper .review-wrapper {
    margin: 30px 0 65px;
  }
  
  .ratting-form-wrapper .review-wrapper .single-review {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  
  .ratting-form-wrapper .review-wrapper .single-review:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  
  .ratting-form-wrapper .review-wrapper .single-review .review-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    margin-right: 20px;
  }
  
  .ratting-form-wrapper .review-wrapper .single-review .review-img img {
    width: 100%;
    border-radius: 100%;
  }
  
  .ratting-form-wrapper .review-wrapper .single-review .review-content-wrap {
    width: 100%;
  }
  
  .ratting-form-wrapper .review-wrapper .single-review .review-content-wrap .client-name-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  @media only screen and (max-width: 767px) {
    .ratting-form-wrapper .review-wrapper .single-review .review-content-wrap .client-name-rating {
      display: block;
      margin: 0 0 6px;
    }
  }
  
  .ratting-form-wrapper .review-wrapper .single-review .review-content-wrap .client-name-rating .client-name {
    margin: 0 0 10px;
  }
  
  @media only screen and (max-width: 767px) {
    .ratting-form-wrapper .review-wrapper .single-review .review-content-wrap .client-name-rating .client-name {
      margin: 0 0 5px;
    }
  }
  
  .ratting-form-wrapper .review-wrapper .single-review .review-content-wrap .client-name-rating .client-name > p {
    color: #000000;
    font-weight: 600;
    margin: 0;
  }
  
  .ratting-form-wrapper .review-wrapper .single-review .review-content-wrap .client-name-rating .client-name > p span {
    color: #666;
    display: inline-block;
    font-weight: 400;
  }
  
  .ratting-form-wrapper .review-wrapper .single-review .review-content-wrap .client-name-rating .client-rating i {
    color: #f2b309;
    font-size: 18px;
  }
  
  .ratting-form-wrapper .review-wrapper .single-review .review-content-wrap .client-name-rating .client-rating i.gray {
    color: #999;
  }
  
  .ratting-form-wrapper .review-wrapper .single-review .review-content-wrap p {
    margin: 0;
  }
  
  .ratting-form-wrapper .ratting-form h5 {
    font-weight: 700;
    color: #666;
    margin: 25px 0 7px;
    font-size: 14px;
  }
  
  .ratting-form-wrapper .ratting-form .client-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .ratting-form-wrapper .ratting-form .client-rating i {
    color: #f2b309;
    font-size: 16px;
    margin-right: 3px;
  }
  
  .ratting-form-wrapper .ratting-form .client-rating i.gray {
    color: #999;
  }
  
  .ratting-form-wrapper .ratting-form form {
    margin: 32px 0 0;
  }
  
  .ratting-form-wrapper .ratting-form form .rating-form-style label {
    font-weight: 500;
    display: block;
    margin: 0 0 10px;
  }
  
  .ratting-form-wrapper .ratting-form form .rating-form-style input {
    height: 54px;
    padding: 3px 15px;
  }
  
  .ratting-form-wrapper .ratting-form form .rating-form-style textarea {
    height: 75px;
    padding: 15px;
  }
  
  .ratting-form-wrapper .ratting-form form .rating-form-style textarea, .ratting-form-wrapper .ratting-form form .rating-form-style input {
    color: #000000;
    border: 1px solid transparent;
    background-color: #f1f1f1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 100%;
  }
  
  .ratting-form-wrapper .ratting-form form .rating-form-style textarea:focus, .ratting-form-wrapper .ratting-form form .rating-form-style input:focus {
    border: 1px solid #ccc;
  }
  
  .ratting-form-wrapper .ratting-form form .rating-form-style textarea::-webkit-input-placeholder, .ratting-form-wrapper .ratting-form form .rating-form-style input::-webkit-input-placeholder {
    color: #000000;
    opacity: 1;
  }
  
  .ratting-form-wrapper .ratting-form form .rating-form-style textarea::-moz-input-placeholder, .ratting-form-wrapper .ratting-form form .rating-form-style input::-moz-input-placeholder {
    color: #000000;
    opacity: 1;
  }
  
  .ratting-form-wrapper .ratting-form form .form-submit input {
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    padding: 15px 40px 14px;
    background-color: #900;
  }
  
  .ratting-form-wrapper .ratting-form form .form-submit input::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
  }
  
  .ratting-form-wrapper .ratting-form form .form-submit input::-moz-input-placeholder {
    color: #ffffff;
    opacity: 1;
  }
  
  .ratting-form-wrapper .ratting-form form .form-submit input:hover {
    background-color: #333;
  }
  
  .product-details-next i, .product-details-prev i { font-size: 16px; }
  .search-box-wrapper .drop-icon { top: 6px; }
/* Cart Start */
  .quantity-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    background: #eaeaea;
    border-radius: 5px;
    /* padding: 0.2rem 0.1rem; */
  }
  
  .quantity-btn {
    background: transparent;
    border: none;
    outline: none;
    margin: 0;
    padding: 0px 8px;
    cursor: pointer;
  }
  .quantity-btn svg {
    width: 10px;
    height: 10px;
  }
  .quantity-input {
    outline: none;
    user-select: none;
    text-align: center;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
  }
  .quantity-input::-webkit-inner-spin-button,
  .quantity-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .btn-style {
    background-color: #d2e3ff;
    padding: 3px 15px !important;
    border-radius: 20px !important;
    color: #000 !important;
    text-transform: uppercase !important;
    border: 0px !important;
    font-family: "Calibri Bold";
    box-shadow: 0px 1px 5px rgb(0 0 0 / 20%);
    margin-left: 15px;
    background: linear-gradient(to right, #0046bc 50%, #d2e3ff 50%);
    background-size: 205% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-out;
}

.btn-style:hover {
    background-position: left bottom;
    color: #fff !important;
}
  
/* Cart Start */


/*-------------------------------*/
/*           Badge               */
/*-------------------------------*/
.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.badge-success {
    color: rgb(51, 208, 103);
    background-color: rgba(51, 208, 103, 0.15);
}

.badge-primary {
    color: #0877ee;
    background-color: #c2ddfa;
}

.badge-secondary {
    color: #ffffff;
    background-color: #6c757d;
}

.badge-info {
    color: #ffffff;
    background-color: #17a2b8;
}

.badge-warning {
    color: #1F2D3D;
    background-color: #ffc107;
}

.badge-danger {
    color: rgb(233, 69, 96);
    background-color: rgb(255, 225, 230);
}

.badge-light {
    color: #1F2D3D;
    background-color: #f8f9fa;
}

.badge-dark {
    color: #ffffff;
    background-color: #343a40;
}


/************************Home page New UI Styles*************************/

section.container-fluid{
    padding: 25px 0;
}
p{
    color: #808285;
}

.our_products h2,.why_choose_us h2, .our_partners h2, .shop_by_category h2, .home_care h2{
    text-align: center;
    font-size: 40px;
    color: #02affb;
    font-weight: bold;
}
.our_products h2 >span,.why_choose_us h2> span,.our_partners h2> span, .shop_by_category h2> span, .home_care h2> span{
    color: #08347d;
}
@media (max-width: 768px) {
    h1,
    h1 > span {
     /* font-size: 35px !important; */
     /* text-align: center; */
   }
    h2,
    h2  span {
     font-size: 30px !important;
     font-weight: bold;
   }
    h3,h3 span {
     font-size: 22px !important;
   }
    h4 {
     font-size: 18px !important;
   }
    p {
     font-size: 14px !important;
   }
    span {
     font-size: 14px;
     line-height: 28px;
   }
   
 }
 @media only screen and (max-width: 480px) {
    .home_care .care_box {
        /* padding: 10px !important; */
    }
}

 @media only screen and (max-width: 480px) {
    .home_care .care_box img { 
       right:25px !important;
       width: 21% !important;
   
    }
}
@media only screen and (max-width: 480px) {
    .home_care .row {
        margin-top: -10px !important;
        
    }
}
@media only screen and (max-width: 480px) {
    .home_care .care_box {
        height: 140px !important; 
        
    }
}
@media only screen and (max-width: 480px) {
.home_care .care_box button {
    bottom: 30px !important;
    /* padding: 4px 16px !important; */
}}

@media only screen and (max-width: 480px) {
    .home_care .care_box img {
        right:25px !important;
       width: 21% !important;
    }}
@media only screen and (max-width: 375px) {
    .home_care .care_box img { 
        right:10px !important;
       width: 21% !important;
    }
}
@media only screen and (max-width: 375px) {
    .home_care .care_box {
        height: 120px !important;
        
    }
}
@media only screen and (max-width: 375px) {
.home_care .care_box h3 {
    color: #08337D;
    font-size: 19px !important;
}
}
@media only screen and (max-width: 375px) {
.home_care .care_box button {
    bottom: 20px !important;
}}
@media only screen and (max-width: 320px) {
    .home_care .care_box {
        height: 110px !important;
    }}
    
@media only screen and (max-width: 320px) {
        .home_care .care_box button {
            bottom: 20px !important;
        }}

@media only screen and (max-width: 480px) {
            .health_card_sec .box {
                margin-top: 20px !important;
            }
        }
@media only screen and (max-width: 480px) {
    .health_card_sec.mt-4 {
        margin-top: -30px !important;
    }
        }

    @media only screen and (max-width: 320px) {
        .home_care .care_box img {
            width: 22% !important;
        }}

/* OUR PRODUCTS */
.products_con{
    padding: 20px 0px 0px 20px;
    background-position: right bottom;
    background-size: 111%;
    background-repeat: no-repeat;
    border-radius: 10px;
    max-width: 330px;
    height: auto;
    margin: auto;

}
.products_con h3{
    color: #0a3575;
    font-weight: 700;
    max-width: 170px;
    font-size: 35px;
}
/* .products_con img{
   width: 100%;
} */
.products_con button{
    padding: 8px 20px;
    border-radius: 35px;
    border: transparent;
    color: #fff;
    font-weight: 600;
    margin-right: 50px;
    margin: 0px 0px;
}
.doc_product .products_con.prod1,.products_con.prod2,.products_con.prod3,.products_con.prod4{
    position: relative;
    height: 346px;
}
@media (max-width: 820px) {
    .doc_product .products_con.prod1,.products_con.prod2,.products_con.prod3,.products_con.prod4{
        height: 290px;
    }
}
@media (max-width: 480px) {
.doc_product .products_con.prod1,.products_con.prod2,.products_con.prod3,.products_con.prod4{
    position: relative;
    height: 200px;
}
}
@media (max-width: 320px) {
    .doc_product .products_con.prod1,.products_con.prod2,.products_con.prod3,.products_con.prod4{
        position: relative;
        height: 190px;
    }
    }
.products_con.prod1{
    background-color: #d8fffe;
    background-image: url('../images/home-ui//3.png');    
}
.products_con.prod2{
    background-color: #ffecec;
    background-image: url('../images/home-ui//1.png');
}
.products_con.prod3{
    background-color: #eee8ff;
    background-image: url('../images/home-ui//2.png');
}
.products_con.prod4{
    background-color: #d8fffe;
    background-image: url('../images/home-ui//3.png');    
}
.products_con.prod1 button{
    background-color: #3a88cb;
}
.products_con.prod2 button{
    background-color: #d48f8f;
}
.products_con.prod3 button{
    background-color: #907dc5;
}
.products_con.prod4 button{
    background-color: #3a88cb;
}

.products_con.prod1 img{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 90%;
}
.products_con.prod2 img{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 65%;
}
.products_con.prod3 img{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 57%;
}
.products_con.prod4 img{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 77%;
}

@media (max-width: 820px) {
    .products_con.prod1 img{
        width: 77%;
    }
}
@media (max-width: 820px) {
    .products_con.prod2 img{
        width: 54%;
    }
}
@media (max-width: 820px) {
    .products_con.prod3 img{
        width: 48%;
    }
}
@media (max-width: 820px) {
    .products_con.prod4 img{
        width: 64%;
    }
}
/* WHAT CLIENT SAYS */
.client_says{
    background-image: url('../images/home-ui//doctor_bg.png');
    background-position: center;
    background-size: cover;
    padding: 15px 0px !important;
}
@media (max-width:480px) {
    .client_says
    {
        margin-top: -26px !important;
        padding: 6px !important;
    }
}
.client_says .row{
    background-color: #08347d;
    position: relative;
    padding: 40px 30px;
    padding-top: 50px;

}
@media (max-width:480px) {
    .client_says .row
    {
        padding: 8px 30px;
        padding-top: 8px;
    }   
}
.big_top_quotes{
    top: -30px;
    position: absolute;
    height: 80px !important;
    width: 80px !important;
    padding: 0 !important;
    margin: 0 !important;
    left: 10%;
}
.client_says h2{
    color: #fff;
    max-width: 200px;
    font-size: 54px;
    font-weight: bold;
}
.client_says hr{
    width: 100px;
    border: solid 2px #02affb !important;
    opacity: 1;
}
.top_brands .testi_con{
    min-height: 120px !important;
}
.shop_by_category .testi_con{
    height: 300px !important;
}

.testi_con{
    min-height: 400px;
    background-color: #fff;
    border-radius: 0 50px 50px;
    margin: 15px 0;
}
.testi_con .testi_img{
    height: 225px;
    width: 100%;    
    object-fit: cover;
}

@media (max-width:767px)
{
    .testi_con .testi_img
    {
        display: none;
    }
    .testi_con {
        min-height: auto; 
    }
}

.testi_con > div {
    padding: 10px 20px;
}
.testi_con p{
    font-size: 14px;
}
.testi_con h4{
    color: #02affb;
    font-weight: bold;
}
.testi_con h6{
    font-weight: 600;
    color: #7C7C7C;
}
.top_quotes{
    position: absolute;
    left: 12px;
    top: -15px;
    width: 40px;
    height: 40px;
}
.testi_prev,.testi_next{
    height: 60px;
    width: 60px;
    background-position: center;
    background-size: contain;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 3;
    transition: all 0.5s;
    top: 40%;
}

.testi_prev{
    background-image: url('../images/home-ui//left_inactive.png');
    left: -7px;
}
.testi_prev:hover{
    background-image: url('../images/home-ui//left_active.png');
}
.testi_next{
    background-image: url('../images/home-ui//right_inactive.png');
    right: -15px;
}
.testi_next:hover{
    background-image: url('../images/home-ui//right_active.png');
}
.swiper-button-next, .swiper-button-prev,.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}
.swiper-pagination{
    margin-top: 20px;
}
span.swiper-pagination-bullet{
    background-color: #90a3c4 !important;
    height: 12px;
    width: 12px;
    opacity: 1 !important;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #02affb !important;
    opacity: 1 !important;
}
.mySwiper1 {
    padding-bottom: 45px !important;
}
/* WHY CHOOSE US */

.why_choose_us{
    background-image: url('../images/home-ui//y_choose_us.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.why_choose_us .row{
    padding: 20px;
    background-color: #02affb;
    color: #fff;
    border-radius: 30px;
    padding: 30px;
    max-width: 900px;
    display: block;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 15%);
}
@media (max-width:480px) {
    .why_choose_us .row
    {
        margin-top: 5px !important;
    }
}
.why_choose_us .row >div img{
    width: 40px;
    margin-bottom: 10px;
}
.why_choose_us .row >div h3{
    font-size: 42px;
    font-weight: bold;
}
.why_choose_us .row >div h4{
    font-weight: 400;
}


/* OUR ARTICLES */

.our_articles h2{
    color: #08347d;
    max-width: 200px;
    font-size: 45px;
    font-weight: bold;
    /* border-bottom: solid 2px #02affb; */
}
.our_articles hr{
    width: 100px;
    border: solid 2px #02affb;
    opacity: 1;
}
.article_swiper{
    padding-bottom: 40px !important;
}
.our_articles p b{
    color: #504D4D;
    font-weight: 600;
    margin-right: 120px;
}
@media (max-width: 820px) {
    .our_articles p b{
        
        margin-right: 89px !important;
    }}
    @media (max-width: 768px) {
        .our_articles p b{
            
            margin-right: 102px !important;
        }}
@media (max-width: 480px) {
.our_articles p b{
    
    margin-right: 170px !important;
}}
@media (max-width: 375px) {
    .our_articles p b{
        
        margin-right: 120px !important;
    }}
    @media (max-width: 320px) {
        .our_articles p b{
            
            margin-right: 65px !important;
        }}
.article_con{
    min-height: 150px;  
    /* margin: 15px; */
    padding: 30px;
    padding-bottom: 10px;
}
.arti_prev,.arti_next{
    height: 50px;
    width: 50px;
    background-position: center;
    background-size: contain;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 3;
    transition: all 0.5s;
    bottom: -10px;
    position: absolute;
}

.arti_prev{
    background-image: url('../images/home-ui//left_inactive.png');
    left: 42%;
}
.arti_prev:hover{
    background-image: url('../images/home-ui//left_active.png');
}
.arti_next{
    background-image: url('../images/home-ui//right_inactive.png');
    right:42%;
}
.arti_next:hover{
    background-image: url('../images/home-ui//right_active.png');
}

/* IOS AND ANDROID */
.ios_android{
    background-color: #e6efff;
    background-image: url('../images/home-ui//abstract.png');
    background-repeat: no-repeat;
    background-position: 104% 105%;
    background-size: 10%;
}
.ios_an_left_side img{
    width: 100%;
    max-width: 600px;
    margin: auto;
}
.ios_an_right_side{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ios_an_right_side img{
    width: 50%;
}
.ios_an_right_side h3{
    color: #02affb;
    font-size: 40px;
    font-weight: bold;
}
.ios_an_right_side h3> span{
    color: #08347d;
}

.ios_an_right_side p{
    max-width: 400px;
    margin: 15px 0;
}

/* OUR PARTNERS */
.our_partners{
    background-image: url('../images/home-ui//our_partners.png');
    background-position: center;
    background-size: cover;
}
.our_partners img{
    max-width: 990px;
    margin: auto;
}

/* RESPONSIVENESS */

@media (max-width:993px) {
    .products_con{
        margin: 10px auto;
    }
}


@media (max-width:490px){
    .big_top_quotes{
        display: none;
    }
    .arti_prev {
        left:   35%;
    }
    .arti_next{
        right: 35%;
    }
}
@media (max-width:400px){
    
    .products_con{
        padding: 10px 10px;
    }
    
}
@media (max-width:400px){
    
    .why_choose_us .row>div img{
        width:30px;
        margin-bottom:10px
    }
    .why_choose_us .row >div h4
    {
        font-size: 16px !important;
        font-weight: 400;
    }
    .why_choose_us .row 
    {
        padding: 20px 0px !important;
    }

}







/********************************* Home page new css  ***********************************/






/* header bg color  */

.header_bg
{
    background-color:#f4f9fd;
}
.header_bg1
{
    background-color:#0046bc;
}
.sticky 
{
    padding: 0px 0 3px !important;
}


/* products search css */

 
form.product_search input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid #e0ebff;
    border-right: none;
    float: left;
    width: calc(100% - 59px);
    background: #FFFFFF 0% 0% no-repeat padding-box;
  }
  
  form.product_search button {
    float: left;
    width: auto;
    padding: 10px 15px;
    background: #E0EBFF;
    color: #08337D;
    font-size: 20px;
    border: 0px solid grey;
    border-left: none;
    cursor: pointer;
  }
  
  form.product_search button:hover {
    background: #E0EBFF;
  }


  /* profile card slider */

  
.profile_card 
{
    position: relative;
    margin: 25px 0px !important;
}

#profile_card figure img
{
  border-radius: 25px 25px 0px 0px !important;
}

#profile_card .category-title {
    /* background-color: #245cd2;
    padding: 28px 10px;
    border-radius: 0px 0px 0px 0px;
    color: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 15%); */
    z-index: 100;
    position: relative;
    /* top: -60px; */
}
@media (max-width:480px)
{
    /* #profile_card .category-title
    {
        padding: 10px 10px;
        top: -45px;
    } */
    .content_area.mb-5
    {
        margin-bottom: 0.8rem!important;
    }
    .content_area.mt-5 
    {
        margin-top: 0.8rem!important;
    }

}


.rd_more h4 {
    color: #08347d;
    font-weight: 400 !important; 
    font-size: 20px;
}
.rd_more img {
    width: 23px;
}





/* shop by category slider */


.shop_by_cat 
{
  text-align: center;
}

.shop_by_cat .box 
{
    border: solid 1px #01affa;
    border-radius: 10px;
    padding-top: 0px;
    margin-bottom: 9px;
    height: 265px;
}

.shop_by_cat ul 
{
    text-align: left !important;
    padding-left: 1.5em;
}

.shop_by_cat ul li::before
{
    content: "\2022";
    color: #01affa;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    text-align: left !important;
}

.shop_by_cat img
{
  width:100%;
  padding: 10px 0px 15px 0px;
}
.shop_by_cat h6 
{
    color: #de7171;
    text-align: center;
    font-size: 18px;
    font-weight: 400 !important; 
}

.shop_by_category .testi_prev, .shop_by_category .testi_next, .shop_by_category .swiper-pagination 
{
    display: none;
}

.search_sec select 
{
    padding: 10px 20px;
    background: #E0EBFF;
    color: #08337D;
    font-size: 19px;
    font-weight: bold;
    border:none;
}
.search_sec .select 
{
    padding: 10px 20px;
    background: #E0EBFF;
    color: #08337D;
    font-size: 19px;
    font-weight: bold;
    border:none;
    display: flex;
}

.align_txt
{
   margin-top: -50px; 
   z-index: 10000;
}


.appointment-section .owl-carousel .owl-item img {
    display: block;
    width: 84%;
}

/* Symptoms CSS */

.symtomps_sec
{
    background-image: url(../images/symptomps_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    /* padding: 85px 0px; */
}

@media (max-width:480px) {
    .symtomps_sec .mt-5
    {
        margin-top:1rem!important;
    }
    .symtomps_sec .mb-5
    {
        /* margin-bottom:1rem!important ; */
        /* margin-top: -50px !important; */
    }

}

.symtomps_sec h2
{
  text-align: center;
    font-size: 40px;
    color: #02affb;
    font-weight: 700;
}

.symtomps_sec h2 span
{
  color: #08347d;
}

.symptomps_link {
    display: flex;
    flex-wrap: wrap;
   justify-content: center;
  }
  
  .symptomps_link > div {
    text-align: center;
    text-align: center;
    width: 200px;
    height: 70px;
  }
  @media (max-width:767px)
  {
     .symptomps_link > div
    {
        width: 115px;
    }
  }
 

.symptomps_link a{
    border: 1px solid #de7272;
    color: black;
    font-weight: 600;
    text-decoration: none;
    padding: 9px 18px 12px 18px;
    border-radius: 5px;
}

.symptomps_link .active
{
    background-color: #de7272;
    border: 1px solid #de7272;
    color: #fff;
}


@media (max-width:767px)

{
  .symtomps_sec
  {
      padding: 0px 0px !important;
  }
}





/* FAQ CSS start */

.faq_section
{
 background-color: #e6efff;
 padding: 20px 0px 0px 20px;
}
.faq_section .mb-5 {
    margin-bottom: 0px !important;
}
.faq_section .pb-5 {
    padding-bottom: 0px !important;

}
@media (max-width:480px) {
    .faq_section
    {
        padding: 10px 0px;
    }
    .faq_section .mb-5 
    {
        margin-bottom: 1rem!important;
    }
    .faq_section .accordion-item
    {
        margin: 15px 0px !important;
    }
    .faq_section .pb-5 
    {
        padding-bottom: 1rem!important;
    }
}
.faq_section h2{
    color: #08347d;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}

.faq_section h2 span{
 color: #02affb;   
}

.faq_section .accordion-item {
    background-color: #fff;
    border-top: 6px solid #08347c !important;
    margin: 25px 0px;
}

.faq_section .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #08347c;
    margin-top: -2px;
}

.faq_section .accordion-button:focus {
    box-shadow: none;
}
.faq_section .accordion-button::after
{
 display: none;
}

.faq_section .accordion-button
{
    font-size: 18px;
    font-weight: 600;
}

.faq_section .accordion-body
{
  text-align: justify;
}
@media only screen and (max-width: 480px) {
.faq_section h2 {
    font-size: 22px !important;
}
.faq_section span{
    font-size: 22px !important;
}
}
/* FAQ CSS End */


/* new banner sec css */
/* .banner {
    height: 397px;
    width: 100%;
    background-image: url(../images/banner.png);
    background-position: center;
    background-size: cover;
     
  } */

.homecare_banner {
    height:710px;
    width:100%;
    background-image: url('../images/DoctorCheckUp.jpg');
    background-position: center;
    background-size: cover;
     
  }
  .ecom_banner {
    height:710px;
    width:100%;
    background-image: url('../images/App\ Banner.jpg');
    background-position: center;
    background-size: cover;
     
  }
  @media only screen and (max-width: 820px) {
    .ecom_banner,.homecare_banner  {
        height: 290px !important;
    }
  }
  @media only screen and (max-width: 480px) {
    .ecom_banner,.homecare_banner  {
        height: 160px !important;
    }
  }
  @media only screen and (max-width: 375px) {
    .ecom_banner,.homecare_banner  {
        height: 140px !important;
    }
  }
  @media only screen and (max-width: 320px) {
    .ecom_banner,.homecare_banner  {
        height: 120px !important;
    }
  }
  /* @media only screen and (max-width: 480px) {
    .banner {
        height: 100px !important;
        
    }} */

  /* home_care css start  */


  .home_care .products_con.prod1
  {
    background-image:none !important;
  }
  .home_care .box
  {
    padding: 20px;
  }
  .home_care .box:first-child{
      background-color: #ffecec;   
  }
  .home_care .box:nth-child(2){
    background-color: red;   
 }
 .home_care .box:nth-child(3){
    background-color: #ffecec;   
 }
 
  .home_care .box img{
      width:100%;
  }
  @media (max-width:480px) {
    .box.box_two {
        margin-bottom: 20px !important;
    }
  }
 /* home_care css end  */



/* healthcare card css */


.home_care .care_box
{
    padding: 25px;
    height: 200px;
    max-width: 353px;
    margin: auto;
    box-shadow: 4px 6px 13px #00000012;
    border-radius: 15px;
}
.home_care .care_box h3
{
    color: #08337D;
    font-size: 24px;
}
.home_care .care_box button 
{
  border-radius: 25px;
  border: none;
  box-shadow: none;
  color: white;
  padding: 5px 25px;
  position: absolute;
    bottom: 50px;
}
.home_care .critical_care
{
    background-color: #ffecec;
}
.home_care .critical_care button
{
    background-color: #D48F8F;
}
.home_care .diabetes_care
{
    background-color: #d8fffe;
}
.home_care .diabetes_care button
{
   background-color: #5C9795;
}
.home_care .elder_care
{
    background-color: #eee8ff;
}
.home_care .elder_care button
{
   background-color: #907DC5;
}
.home_care .care_box img 
{
    position: absolute;
    bottom: 0px;
    right: 7px;
    width: 30%;
}

.home_care .box_position
{
    position: relative;
    margin: 20px 0px;
}

.health_card_sec .box
{
    border-radius: 10px;
    position: relative;
    color: white;
    padding: 20px 28px;
}
.health_card_sec .box img 
{
    width: 29% ;
    bottom: 0px;
    right: 0px;
    position: absolute;
}
.health_card_sec .box h3
{
  color: white;
  font-size: 31px;
}
.health_card_sec .box p{
  color: white;
  font-size: 21px;
    font-weight: 400;
}
.health_card_sec .box_one
{
  background:  transparent linear-gradient(180deg, #D12E2E 0%, #C95151 100%) 0% 0% no-repeat padding-box;

}

.health_card_sec .box_two
{
  background: transparent linear-gradient(180deg, #B78D00 0%, #CE8439 100%) 0% 0% no-repeat padding-box;
}

.health_card_sec .box button
{
    box-shadow: none;
    border: none;
    padding: 5px 22px;
    background-color: white;
    border-radius: 48px;
}


/*popup css starts*/


.modal-dialog .modal-content
{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 13px #00000029;
    border-radius: 15px;
}
.modal-body {
    padding: 16px 30px;
}
.modal-dialog .modal-content .modal-header
{
  background-color: #F0FAFF;
  text-align: center;
  padding: 14px 20px 0px 20px;
  border-radius: 15px 15px 0px 0px;
  display: block;
  position:relative;
}
.modal-dialog .modal-content .modal-header button 
{
    position: absolute;
    right: 25px;
    top: 10px;
}
.modal-dialog .modal-content .modal-header button img 
{
    width: 22px;
    height:22px ;
}
.modal-dialog .modal-content .modal-header img 
{
    width: 24%;
}

@media (min-width: 576px)
{
    .home_care_popup .modal-dialog {
    max-width: 552px;
   }

}

.home_care_popup .form-control 
{
    background: #F0FAFF 0% 0% no-repeat padding-box !important;
    border-radius: 0px !important;
    height: 33px;
    border-radius: 0rem;
    color: #272727;
}
.home_care_popup .input-group-text
{
    height: 33px !important;
    padding: 5px 16px;
    border-radius: 0rem 0rem !important;
    background: #A8E2FF;
    color: #272727;
}

.home_care_popup select 
{
    background: #F0FAFF 0% 0% no-repeat padding-box !important;
    border-radius: 0px !important;
    height: 40px;
    color: #272727;
    border: none;
    width: 100%;
    padding: 0px 12px !important;
}

.home_care_popup label 
{
    color: #08337D;
    font-size: 17px;
    font-weight: 600;
}
.home_care_popup .nxt_btn
{
    background-color: #DE7171;
    color: white;
    font-weight: 600;
    padding: 10px 20px;
    padding: 3px 26px 6px 26px;
    border-radius: 20px;
}
.home_care_popup .back_btn 
{
   /* font-weight: 600; */
   margin: 0px 20px;
}

    /*popup form propagation css start*/

  
      
        .home_care_popup .container .form-outer{
          width: 100%;
          overflow: hidden;
        }
        .home_care_popup .container .form-outer form{
          display: flex;
          width: 400%;
        }
        .home_care_popup .form-outer form .page{
          width: 25%;
          transition: margin-left 0.3s ease-in-out;
        }
        .home_care_popup .form-outer form .page .title{
          text-align: left;
          font-size: 25px;
          font-weight: 500;
        }
        .home_care_popup .form-outer form .page .field{
          width: auto;
          height: 45px;
          margin: 45px 0px -35px 0px;
          display: flex;
          position: relative;
        }
        @media (max-width:480px){
          .home_care_popup .form-outer form .page .field{
            margin: 45px 0px 0px 0px;
          } 
          .home_care_popup

            {

            padding: 0px 15px 0px 15px;

            }

        }
         
        .home_care_popup form .page .field .label{
          position: absolute;
          top: -30px;
          font-weight: 500;
        }
        .home_care_popup form .page .field input{
          height: 100%;
          width: 100%;
          border: 1px solid lightgrey;
          border-radius: 5px;
          padding-left: 15px;
          font-size: 18px;
        }
        .home_care_popup form .page .field select{
          width: 100%;
          padding-left: 10px;
          font-size: 17px;
          font-weight: 500;
        }
        .home_care_popup form .page .field button{
          width: 100%;
          height: calc(100% + 5px);
          border: none;
          background: #d33f8d;
          margin-top: -20px;
          border-radius: 5px;
          color: #fff;
          cursor: pointer;
          font-size: 18px;
          font-weight: 500;
          letter-spacing: 1px;
          text-transform: uppercase;
          transition: 0.5s ease;
        }
        .home_care_popup form .page .field button:hover{
          background: #000;
        }
        .home_care_popup form .page .btns button{
          margin-top: -20px!important;
        }
        .home_care_popup form .page .btns button.prev{
          margin-right: 3px;
          font-size: 17px;
        }
        .home_care_popup form .page .btns button.next{
          margin-left: 3px;
        }
        .home_care_popup .container .progress-bar{
            display: flex;
            flex-direction: row;
            margin: 14px 0px 20px 0px;
            user-select: none;
            color: #1e0303;
            background: transparent;
        }
        .home_care_popup .container .progress-bar .step{
          text-align: center;
          width: 100%;
          position: relative;
        }
        .home_care_popup .container .progress-bar .step p{
          font-weight: 500;
          font-size: 18px;
          color: #000;
          margin-bottom: 8px;
        }
        .home_care_popup .progress-bar .step .bullet{
          height: 40px;
          width: 40px;
          border: 2px solid #000;
          display: inline-block;
          border-radius: 50%;
          position: relative;
          transition: 0.2s;
          font-weight: 500;
          font-size: 23px;
          line-height: 32px;
        }
        .home_care_popup .progress-bar .step .bullet.active{
          border-color: #01affa;
          background: #01affa;
        }
        .home_care_popup .progress-bar .step .bullet span{
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
        }
        .home_care_popup .progress-bar .step .bullet.active span{
          /*display: none;*/
          color: white;
        }
        

        .home_care_popup .progress-bar .step .bullet:before,
        .home_care_popup .progress-bar .step .bullet:after{
            position: absolute;
            content: '';
            bottom: 15px;
            right: -113px;
            height: 3px;
            width: 100px;
            background: #707070;
        }

        @media (max-width:480px)
        {
            .home_care_popup .progress-bar .step .bullet:before,
            .home_care_popup .progress-bar .step .bullet:after{
              position: absolute;
              content: '';
              bottom: 15px !important;
              right: -51px !important;
              height: 3px;
              width: 44px !important;
              background: #707070;
            }
        }

        .home_care_popup .progress-bar .step .bullet.active:after{
          background: #01affa;
          transform: scaleX(0);
          transform-origin: left;
          animation: animate 0.3s linear forwards;
        }
        @keyframes animate {
          100%{
            transform: scaleX(1);
          }
        }
        .home_care_popup .progress-bar .step:last-child .bullet:before,
        .home_care_popup .progress-bar .step:last-child .bullet:after{
          display: none;
        }
        .home_care_popup .progress-bar .step p.active{
          color: #d43f8d;
          transition: 0.2s linear;
        }
        .home_care_popup .progress-bar .step .check{
          position: absolute;
          left: 50%;
          top: 70%;
          font-size: 15px;
          transform: translate(-50%, -50%);
          display: none;
        }
        .home_care_popup .progress-bar .step .check.active{
          display: block;
          color: #fff;
        }
        .home_care_popup .modal-body .submit_img img
        {
            width: 34% !important;
            margin: 20px 0px;
        }
        .home_care_popup .hidden_btns
        {
            visibility: hidden;
        }



    /*popup form propagation css end*/



/*popup css ends*/


/* ecommmerce page css starts*/

.ecom_product
{
    background-image: url(../images/symptomps_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}


/* SELLING PRODUCT */
.sell_product{
    background-image: url('../images/best_selling_bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    height: 100%;
    width:100%;
}
.sell_prd{
    padding: 25px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 10px;
    max-width: 450px;
    height: auto;
    margin: auto;
    text-align: left;
    margin-top: -15px;

}
.sell_product h2{
    color: #02affb;
    margin-bottom: 50px;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}

.sell_product h2 span{
    color: #08347d;   
}

.sell_product h3{
    color:#ff8000;
     font-size:18px;
     font-weight: 400 !important; 
      margin-left: 20px;
     margin-right: 20px;
}
.sell_product h4{
    color:#08337d;
    font-size: 18px;
    font-weight: 400 !important; 
    margin-left: 20px; 
    margin-right: 20px;
}
.sell_product h5{
    color:#BEBEBE;
    font-size:16px; 
    font-weight: 500; 
    margin-left: 20px; 
    margin-right: 20px;
    text-decoration: line-through;
}
.sell_prd img{
    
    width: 90%;   
}
.sell_prd button{
    padding: 15px 35px !important;
    border-radius: 35px;
    border: transparent;
    color: #fff;
    font-weight: 700;
    margin: 15px -13px;
}
.sell_prd.prod{

    background-image: url('../images/best_selling_card02.png'); 
    margin-top: -20px !important;
   
}

.sell_prd.prod button{
    background-color: #01affa;

}

.sell_prd.prod img{
    
}

.sell_product .testi_con 
{
    background-color: transparent;
}

.sell_product .testi_prev, .sell_product .testi_next, .sell_product .swiper-pagination 
{
    display: none;
}

@media only screen and (max-width: 480px) {
    .conter_sec .box {
        position: absolute;
        top: -85px !important;
    }
}
@media only screen and (max-width: 480px) {
    .sell_product h2 {
        margin-bottom: 10px !important;
        font-size: 25px !important;
    }
    .sell_product h2 span {
        font-size: 25px !important;
    }
}
@media only screen and (max-width: 480px) {
    .sell_prd button {
        padding: 4px 16px !important;
        margin: 3px -15px !important;
    }
    .sell_product {
    padding-top: 50px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
}
@media only screen and (max-width: 320px) {
 .sell_product {
    padding-top: 70px !important;
    
}
}
.sell_product .align_txt{
    margin-top: 10px !important;
}
@media only screen and (max-width: 768px) {
    .sell_product .align_txt{
        margin-top: -35px !important;
    } 
}
@media only screen and (max-width: 480px) {
    .sell_product .align_txt{
        margin-top: 0px !important;
    } 
}

/* top branda slider css */

/* TOP BRANDS */


.top_brands h2{
    color: #08347d;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}

.top_brands h2 span{
 color: #02affb;   
}
.top_brands h6{
    margin-top:20px ;
    color: #08337d;
    text-align: center ;
    font-size: 18px;
    font-weight: 400 !important;
}
.top_brands{
    width:100%;
}

.top_brands .rd_more h4 {
    color: #08347d;
    font-weight: 400 !important;
    font-size: 20px;
    margin-top: 0px;
}

.top.prod1{
    background-image: url('../images/top_brands_bg01.png'); 
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    padding :45px;
    width: 200px !important;
    height: 200px !important;
    padding-top: 20px !important;
    
       
}
.top.prod2{ 
    background-image: url('../images/top_brands_bg02.png'); 
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    padding :45px;
    width: 200px !important;
    height: 200px !important;
    padding-top: 20px !important;
    
       
}
.top.prod3{
    background-image: url('../images/top_brands_bg03.png'); 
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    padding :45px;
    width: 200px !important;
    height: 200px !important;
    padding-top: 20px !important;
    
       
}
.top.prod4{
    background-image: url('../images/top_brands_bg04.png'); 
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    padding :45px;
    width: 200px !important;
    height: 200px !important;
    padding-top: 20px !important;
       
}
.top.prod5{
    background-image: url('../images/top_brands_bg05.png'); 
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    padding :40px;
    width: 200px !important;
    height: 200px !important;
    padding-top: 20px !important;
       
}
.top.prod1 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}
.top.prod2 img{
    display: block;
    margin-left: -40px;
    margin-right:0;
    padding-top: 12px;
    width: 190%;
}
.top.prod3 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}
.top.prod4 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}
.top.prod5 img{
    display: block;
    margin-left: -40px;
    margin-right:0;
    padding-top: 12px;
    width: 190%;
}
.top_brands .swiper-pagination-bullet{
    display: none;
}
@media only screen and (max-width: 480px) {
    .top_brands h2 {
        margin-bottom: 0px !important;
    }
}
.top_brands .mb-3 {
    margin-top: -17px !important;
}
.top_brands .mb-5 {
    margin-bottom: 0px !important;
    margin-top: -20px !important;
}
@media only screen and (max-width: 480px) {
    .top_brands .mb-5 {
      
        margin-top: -10px !important;
    }
    .top.prod1 {
       
        width: 160px !important;
        height: 160px !important;
        padding-top: 22px !important;
        
    }
    .top.prod2 {
       
        width: 160px !important;
        height: 160px !important;
        padding-top: 22px !important;
        
    }
    .top.prod3 {
       
        width: 160px !important;
        height: 160px !important;
        padding-top: 22px !important;
      
    }
    .top.prod4 {
       
        width: 160px !important;
        height: 160px !important;
        padding-top: 22px !important;
        
    }
    .top.prod5 {
       
        width: 160px !important;
        height: 160px !important;
        padding-top: 22px !important;
    }
    .sell_product h3 {
        font-size: 17px !important;
        margin-left: 0px !important;
    margin-right: 0px !important;
    }
    }
 @media only screen and (max-width: 320px) {
.top.prod1 {
   
    width: 130px !important;
    height: 100px !important;
    padding-top: 12px !important;
}
.top.prod2 {
   
    width: 130px !important;
    height: 100px !important;
    padding-top: 12px !important;
}
.top.prod3 {
   
    width: 130px !important;
    height: 100px !important;
    padding-top: 12px !important;
}
.top.prod4 {
   
    width: 130px !important;
    height: 100px !important;
    padding-top: 12px !important;
}
.top.prod5 {
   
    width: 130px !important;
    height: 100px !important;
    padding-top: 12px !important;
}
} 

/* counter sec css start */

.conter_sec
{
    position:relative;
}
.conter_sec .box
{   
    position: absolute;
    top: -100px;
    text-align: center;
    padding: 20px;
    width: 210px;
    height: auto;
    background: #01AFFA 0% 0% no-repeat padding-box;
    color: white;
    box-shadow: 10px 10px 10px #00000029;
    border-radius: 0px 100px 100px 0px;
    opacity: 1;
}
.conter_sec .box i 
{
    font-size: 38px;
    margin-bottom: 5px;
} 
.conter_sec .box span 
{
    font-size: 24px;
}


@media (max-width: 820px) 
{
    .conter_sec .box
    {
        position: absolute;
        top: -70px;
        text-align: center;
        padding: 10px;
        width: 150px;
    }

    .conter_sec .box span {
        font-size: 19px;
    }
    .conter_sec .box i {
        font-size: 28px;
        margin-bottom: 5px;
    }
    
}

.our_combo .conter_sec .box
{
    background: #846CC8 0% 0% no-repeat padding-box !important;
}




/* COMBO OFFER */
.our_combo{
    background-image: url('../images/Path1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    height: 100%;
    width:100%;
}
.combo_off{
    padding: 25px;
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 10px;
    max-width: 450px;
height: auto;
    margin: auto;

}
.our_combo h2{
    color: #02affb;
    margin-bottom: 50px;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}

.our_combo h2 span{
    color: #08347d;   
}

.our_combo h3{
    color:#ff8000;
     font-size:18px;
    font-weight: 400 !important;
      margin-left: 20px;
     margin-right: 20px;
}
.our_combo h4{
    color:#08337d;
    font-size: 18px;
    font-weight: 400 !important;
    margin-left: 20px; 
    margin-right: 20px;
}
.our_combo h5{
    color:#BEBEBE;
    font-size:16px; 
    font-weight: 500; 
    margin-left: 20px; 
    margin-right: 20px;
    text-decoration: line-through;
}
.combo_off img{
    width: 70%;
    margin-left: 110px;
    padding: 45px 0px 15px 0px;
}
   
.category-section .rd_more h4 {
    margin-top: 20px !important;

}
@media (max-width:768px){ 
    .category-section .rd_more h4 {
        margin-top: 40px !important;
    
    }
}


.symtomps_sec .rd_more h4 {
    margin-top: -40px !important;

}
@media only screen and (max-width: 480px) {
    .category-section .rd_more h4 {
        margin-top: 30px !important;
    
    }
}
@media (max-width:320px){ 
    .category-section .rd_more h4 {
        margin-top: 30px !important;
    
    }
}

.combo_off button{
    padding: 15px 45px;
    border-radius: 35px;
    border: transparent;
    color: #fff;
    font-weight: 600;
    margin: 20px 26px;
    position: absolute;
}
.combo_off.prod{
    
    background-image: url('../images/Group3.png');    
}

.combo_off.prod button{
    background-color: #907dc5;

}

.combo_off.prod1 img{
    
}
.swiper-slide testi1_con{
    background: none;
}
.testi_prev1{
background: none;
}
.testi_next1{
    background: none;
}
.our_combo .swiper-pagination-bullet{
    display: none;
}
@media only screen and (max-width: 480px) {
    .our_combo h2 {
        margin-bottom: -10px !important;
    }
}
@media only screen and (max-width: 480px) {
    .our_combo  {
        margin-bottom: 30px !important;
    }
}
@media only screen and (max-width: 480px) {
    .combo_off button{
        padding: 5px 16px;
    }
    .combo_off img {
        width: 100% !important;
        margin-left: 0px !important;
       
    }
    .combo_off button {
        margin: 0px !important;
        }
     .our_combo h3 {
         font-size: 17px !important;
         margin-left: 0px !important;
         margin-right: 0px !important;

        }

    }
/* combo offer end */
/* doc advice */

.doc_advice{
    /* background-image: url('../images/Path1.png'); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    height: 100%;
    width:100%;
    background-color: #08337D;
}

.doc_advice h6{
    color: #585858;
   text-align: left;
   font-size: 18px;
   margin-left: 43px;
   margin-bottom: 17px !important;
 }
   
   

.doc_advicename  h4{
    color:#01AFFA;
    font-size: 17px;
   text-align: left;
   padding-left: 50px;
   font-weight: bold;
}
.doc_advicename p{
    text-align: left;
    padding-left: 50px;
    font-size: 14px;
    color: #484848 !important;
}


.doc_advice img{
width: 16%;
position: absolute;
left: 0px;
top:50px;
}

.doc_advice .prod{
    background-color: #fff;
    /* height: 300px; */
    width: 600px;
    border-radius: 30px;
    padding: 30px;
   margin-left: 43px;
    /* background-image: url('../images/Group3.png');*/
}

.doc_pra{
    padding-left: 45px; 
    text-align: left;
    line-height: 26px !important;
    font-size: 16px;
    color: #787878 !important;
    margin-bottom: 30px;

}


.doc_advice .rd_more img {
    width: 23px !important;
  position: inherit !important;
  left: 0px !important;
  top:50% !important;
  
}
.doc_advice .align_txt {
    margin-top: 50px;
    z-index: 10000;
}
@media only screen and (max-width: 480px) {
    .doc_advice .align_txt {
        margin-top: -5px !important;}
}
.doc_advice .swiper-pagination-bullet{
    display: none;
}
.boder_doc{
    border-bottom: #01AFFA 4px solid;
    width: 235px;
 display: block;
 margin:auto;
 margin-bottom: 60px !important;
 margin-top: -13px;
 height: 7px;

}
.doc_advice .testi_prev {
    left: -60px !important;
}
 .doc_advice .testi_next {
    right: -60px;
} 
@media only screen and (max-width: 480px) {
.doc_advice h6 {
    text-align: left !important;
    margin-left: 4px !important;

}
}
@media only screen and (max-width: 480px) {
.boder_doc{
    height: 10px !important;
    width: 220px !important;
    margin-bottom: 10px !important;
}}
@media only screen and (max-width: 480px) {
     .doc_advicename {
        text-align: left !important;
        margin-left: -45px !important;
    
    }
    }

@media only screen and (max-width: 480px) {
    .doc_advice .prod {
      height: auto !important;
      width: 100% !important;
      margin-left: 0px !important;

   
    }
}
@media only screen and (max-width: 480px) {
    .doc_advicename p{
        text-align: left !important;
        padding-left:50px !important;
    }
}
@media only screen and (max-width: 480px) {
.doc_advice img {
      width: 25% !important;
      position: absolute;
      left: 50% !important;  
      top: 65% !important;
     }
       
}
@media only screen and (max-width: 480px) {
    .doc_advice .testi_prev {
    left: 0px !important;
}}
@media only screen and (max-width: 480px) {
    .doc_advice .testi_next {
        right: 0px !important;
    } }
@media only screen and (max-width: 480px) {
    .doc_pra{
        padding-left:5px !important; 
        text-align:left !important;
        font-size: 12px !important;
    }
}
@media only screen and (max-width: 480px) {
    .doc_advice .rd_more img {
        display: block !important;
        margin-left: 210px;
    margin-top: -21px;}
}

@media only screen and (max-width: 425px) {
    .doc_advice .rd_more img {
        display: block !important;
        margin-left: 255px;
    margin-top: -20px;}
}
@media only screen and (max-width: 375px) {
    .doc_advice .rd_more img {
        display: block !important;
        margin-left: 230px;
    margin-top: -20px;}
}
@media only screen and (max-width: 320px) {
    .doc_advice .rd_more img {
        display: block !important;
        margin-left: 205px;
    margin-top: -20px;}
}
@media only screen and (max-width: 280px) {
    .doc_advice .rd_more img {
        display: block !important;
        margin-left: 180px;
    margin-top: -20px;}
}
@media only screen and (max-width: 375px) {
    .doc_advice img {
          width: 25% !important;
          position: absolute;
          left: 50% !important;  
          top: 70% !important;
         }
           
    }
 @media only screen and (max-width: 320px) {
        .doc_advice img {
              width: 25% !important;
              position: absolute;
              left: 60% !important;  
              top: 73% !important;
             }
               
        }
/* ecommmerce page css ends*/


/* spacing css  start */

.our_products .cstm_spacing
{
    margin-top: 25px;
}

@media (max-width:480px){ 

    .our_products .cstm_spacing
    {
        margin-top: 5px;
    }

}    

/* spacing css  Ends */


@media (max-width:768px){ 
    .mySwiper2 .testi_con > div {
        padding: 0px 10px !important;
    }  

    .align_txt
    {
    margin-top: -20px !important; 
    }
    section.container-fluid {
        padding: 10px 0;
    }
    .category-section .rd_more
    {
        margin-top: -30px;
        z-index: 1000;
    }
    .search_sec
    {
        margin-left: 8px;
    }

    .appointment-section .owl-carousel .owl-item img {
        width: 70%;
        margin-left: 25px;
    }
    
} 
@media (max-width:480px){ 
    .align_txt
    {
    margin-top: -26px !important; 
    }
}
/* @media (max-width:425px){ 
.shop_by_category  .align_txt
{
margin-top: -60px !important; 
}
}
@media (max-width:375px){ 
    .shop_by_category  .align_txt
    {
    margin-top: -75px !important; 
    }
    }
 @media (max-width:320px){ 
        .shop_by_category  .align_txt
        {
        margin-top: -40px !important; 
        }
        } */
 /*.shop_by_category .testi_con {*/

 /*           min-height: auto !important;*/
            
 /*           }*/
@media (max-width:480px){ 
        .our_labtest{
            margin-top: -22px;
        }
        }
@media (max-width:480px){ 
    .products_con button {
        padding: 1px 15px 3px 15px;
        margin: 1px 0;
    }
    .products_con {
        padding: 10px 10px !important;
    }
    .products_con img {
        width: 90%;
    }
    .appointment-section .appointment-title h3
    {
        font-size: 15px !important;
    }
    .appointment-section .appointment-item 
    {
        display: flex;
        align-items: center;
    }
    .product_search 
    {
        border-left: 1px solid #e0ebff !important;
        margin-left:7px !important;
    }
    .search_sec
    {
        margin-left: 0px;
    }
    .mobile_centered
    {
        text-align: center !important;
    }
    .our_articles h2
    {
        max-width: 100%;
    }
    .our_articles hr
    {
        margin: 1rem auto;
    }
    
    
}

@media (max-width:480px)
{
    .logo img {
        width: 200px !important;
    }
}
@media (max-width:375px)
{
    form.product_search button {
        width: 18% !important;
    }
    .logo img {
        width: 200px !important;
        margin-top: -45px;
        margin-left: 40px;
        
    }
    .products_con h3
    {
        font-size: 19px !important;
    }
    .appointment-section .owl-carousel .owl-item img {
        width: 100%;
        margin-left: 0px;
    }
    .header-menu-right {
       
        margin-top: -8px;
    }
}
/* ecom get health membership start */
.ecom_health {
    background-image: url(../images/symptomps_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -30px !important;
}
@media (max-width:768px) {
    .ecom_health {
        margin-top:0px !important;
    }
    }
.wrapper .search-input {
    background: #fff;
    width: 100%;
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 1px 5px 3px rgb(0 0 0 / 12%);
}
.search-input input {
    height: 50px;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 60px 0 50px !important;
    font-size: 18px;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 10%);
}
.search-input .icon {
    position: absolute;
    /* right: 0px; */
    left: 0px;
    top: 0px;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
    color: #6c757d !important;
    cursor: pointer;
}
.pwd.col-sm-2{
    width: 100% !important;
}
.s_form.mb-7{
    margin-bottom: 20px!important;
}
@media (max-width: 820px) {
.svg_lock{
    margin-left: 28px;
}
}
@media (max-width: 425px) {
    .svg_lock{
        margin-left: 10px;
    }
    }
    @media (max-width: 425px) {
        .s_form.h4.mb-0 {
            font-size: 23px !important;
        }
    }
    /* @media (max-width: 820px) {
        .submenu-nav{
            flex-direction: column !important;
        }
    }
      */

.home_popup .modal-body{
    padding: 5px;
}
.home_popup .modal-content{
top: 75px;
}
.modal-content .close{
    position: absolute;
    top: -30px;
    width:100%;
    left: 30px;
}
@media (max-width: 425px) {
    .modal-content .close{
        top: -30px !important;
        left: 0px !important;
    }
}
@media (max-width: 425px) {
.our_membership{
        margin-bottom: 20px;
}
.home_popup .modal.fade{

    padding-left: 20px;
    padding-right: 20px;
}
}
.ios_icon{
    display: flex;
    width: 50%;
    margin-right: -135px;
}
@media (max-width: 480px) {
    .ios_icon{
        margin-right: -80px !important;
    }
}
.read_article{
    color: #de7171;
    font-size: 18px;
    font-weight: 400 !important;
}
.reads_articles{
display: flex;
margin-top: 10px;
}
/* ecom get health membership end */


/* pincode sidebar css */

.pincode_sidebar .box
{
    background-color: #d7eff8;
    padding: 10px 20px;
    margin: 20px 0px;
    border-radius: 5px;
}
.pincode_sidebar .box:hover
{
    background-color: #fff6a4;
}
.pincode_sidebar .box p
{
    color: black;
    font-size: 18px;
    align-items: center;
    display: flex;
}
.pincode_sidebar .box a
{
    color: black;
    font-size: 18px;
    align-items: center;
    display: flex;
}
.pincode_sidebar .box img 
{
    align-items: center;
    display: flex;
}
.pincode_sidebar .img_sec
{
  display: flex;
  align-items: center; 
}

.search_select
{
    display : none;
}

#search_result
{
    background: #e0ebfff2;
    width: 81.5%;
    border: 2px solid #e0ebff;
    border-top: none;
    padding: 10px 20px;
    position: absolute;
    left: 138px;
}  
#search_result p a 
{
  color: black;
  padding: 10px 0px;  
}  
#search_result p 
{
    margin: 15px 0px;
}  

.search_sec a img 
{
    width: 17px;
    height: 12px;
    margin-left: 12px;
    margin-top: 6px;
}


.search_select_mobile
{
    display : none;
}

#search_result_mobile
{
    background: #e0ebfff2;
    width: 100%;
    border: 2px solid #e0ebff;
    border-top: none;
    padding: 10px 20px;
}  
#search_result_mobile p a 
{
  color: black;
  padding: 10px 0px;  
}  
#search_result_mobile p 
{
    margin: 15px 0px;
}  


.hm_care_btn
{
    margin-top: 14px !important;
}

@media (max-width: 768px) 
{
    .hm_care_btn
    {
        margin-top: 0px !important;
    }
}

.view-btn {
    color: #0de0fe;
    font-size: 13px;
    border: 2px solid #0de0fe;
    box-shadow: inset 0 0 0 0 #0de0fe;
    background: #fff;
    text-align: center;
    display: block;
    font-weight: 500;
	padding: 6px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.view-btn:hover, .view-btn:focus {
	background: #0de0fe;
	box-shadow: inset 0 50px 0 0 #0de0fe;
	color: #fff;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.book-btn {
	background-color: #0de0fe;
    border: 2px solid #0de0fe;
    box-shadow: inset 0 0 0 0 #fff;
    color: #fff;
    font-size: 13px;
    text-align: center;
    display: block;
    font-weight: 500;
	padding: 6px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.book-btn1{
    width:40%;
    margin:auto;
}
.book-btn-light {
	background-color: #0de0fe !important;
    border: 2px solid #0de0fe !important;
    box-shadow: inherit !important;
    color: #fff !important;
}
.book-btn:hover, .book-btn:focus {
	background-color: #fff;
	box-shadow: inset 0 50px 0 0 #fff;
	color: #0de0fe;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/************************Home page New UI Styles*************************/

.single-product-wrap .product-img.product-img-zoom{
    height:200px;
    overflow:hidden;
}
.single-product-wrap .product-img.product-img-zoom img{
    height:100%;
    object-fit:cover
}

.testi_con .box img{
   width :100%;
   height :147px;
   object-fit:cover;
}
.box-img img {
    width: 100%;
    padding: 10px 10px 15px 10px;
    height :100% !important;
    border:1px solid #ccc;
    border-radius:5px;
   object-fit:cover;
  
}
.box-img{
     width :100%;
   height :125px;
   margin:10px 0;
   overflow:hidden;
}
