:root {
    --font: "Nunito Sans", sans-serif;
    --liner: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --pri: #1063af;
    --sec: #729e39;
    --tri: #f35f2a;
    --text-color: #363636;
    --text-light: #5d6576;
}

html {
    overflow-x: hidden;
}

body {
    background: #fff;
    color: var(--text-color);
    font-family: var(--font);
    font-size: 15px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font);
    color: #0c0c0c;
    margin: 0 0 20px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #0c0c0c
}

p a {
    color: #363636;
    width: auto;
    display: inline;
}

.error {
    color: #ef0606;
    display: block;
    font-weight: 400;
    margin: 0;
}

p a:hover {
    text-decoration: none;
    outline: 0
}

p {
    letter-spacing: normal;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 15px;
    color: #363636;
    font-weight: 500;
    font-family: var(--font);
}

ol li,
ul li {
    font-family: var(--font);
}

a {
    color: #7f7f7f;
    text-decoration: none;
    outline: 0;
    display: block
}

a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none
}

img {
    max-width: 100%
}

iframe {
    border: 0;
    width: 100%
}

blockquote {
    padding: 0;
    border: 0
}

label {
    color: #7f7f7f;
    display: block;
    font-weight: 400;
    margin: 0
}

textarea {
    background: #fff;
    height: 100px !important;
}

select {
    background: #fff;
    border: 1px solid #ccc;
    height: 40px !important;
    line-height: 40px !important;
    box-shadow: none;
    padding: 0 10px !important;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
input,
select,
textarea {
    border: 1px solid #ccc;
    height: 40px;
    background: #fff;
    line-height: 40px;
    box-shadow: none;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: normal;
    outline: 0;
    font-family: var(--font);
    border-color: #e3e3e3;
    border-radius: 1px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
input:focus,
select:focus,
.form-control:focus,
textarea:focus {
    box-shadow: none;
}

textarea.form-control {
    border-radius: 0;
    box-shadow: none;
}

textarea.form-control:focus {
    box-shadow: none;
}

input[type="file"] {
    width: 100%;
    padding: 0;
    font-size: 12px;
    margin: 0;
}

.form-group {
    position: relative;
    margin-bottom: 15px;
}

.form-control::-moz-placeholder {
    color: #555
}

.form-control:focus::-moz-placeholder {
    color: var(--pri)
}

.form-control:focus {
    border-color: var(--pri)
}

h1 {
    font-size: 30px;
    font-weight: bold
}

h2 {
    font-size: 26px;
    font-weight: bold;
    margin: 0;
}

h3 {
    font-size: 20px;
    margin: 0;
    font-weight: bold;
}

h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 0
}

h5 {
    font-size: 18px;
    font-weight: bold;
    margin: 0
}

header {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.menubar .logo {
    max-width: 280px;
}

.top-bar {
    float: left;
    position: relative;
    z-index: 1;
    width: 100%;
    padding:5px 0px;
    /* background: var(--liner); */
    background-color: var(--sec);
}
ul.social1.m-0.d-flex.list-style-none.align-items-center.justify-content-end.h-100 {
    color: #fff;
}
ul.social1.m-0.d-flex.list-style-none.align-items-center.justify-content-end.h-100 li a {
    color: #fff;
}
.top-bar .container1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-bar .top-nav {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    gap: 25px;
    align-items: center;
}

.top-bar .top-nav svg {
    width: 15px;
    height: 15px;
    animation: tada 1.5s ease infinite;
    margin-right: 6px;
    color: white;
}

.top-bar .top-nav li a,
.top-bar .top-nav li {
    color: white;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    transition: 0.2s;
    letter-spacing: 0.3px;
}

.top-bar .top-nav li a:hover {
    color: #2a4a00;
}

.top-bar .top-nav li::before {
    content: "|";
    position: absolute;
    top: -1px;
    left: -15px;
    font-weight: 300;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
}

.top-bar .top-nav li:first-child:before {
    content: none;
}

.top-bar ul.social {
    display: flex;
}

.top-bar ul.social li {
    margin: 0;
}

.top-bar ul.social li a {
    background: #ffffff !important;
    height: 25px;
    width: 25px;
    margin: 0px 2px;
    color: #2a4a00;
}
.top-bar ul.social.mobile_hide {
    padding-left: 10px;
}
.top-bar ul.social li a svg {
    color:#719c38;
}

.top-bar ul.social li a:hover svg {
    color: #256ed8;
}

.menubar {
    float: right;
    width: 100%;
    position: relative;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
    background: #fff;
    z-index: 7;
}

.menubar.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both
}

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

    to {
        opacity: 1;
        transform: none
    }
}

.navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.navigation .nav-header {
    display: none;
    padding: 12px 20px
}

.navigation .navbar button {
    float: right;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 25px;
    border-radius: 0;
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 99;
    padding: 5px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}

.navigation .navbar button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 70%;
    background: var(--sec);
    border-radius: 9px;
    opacity: 1;
    left: 15%;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.navigation .navbar button span:nth-child(1) {
    top: 8px;
}

.navigation .navbar button span:nth-child(2),
.navigation .navbar button span:nth-child(3) {
    top: 18px;
}

.navigation .navbar button span:nth-child(4) {
    top: 28px;
}

.navigation .navbar button.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation .navbar button.open span:nth-child(2) {
    transform: rotate(45deg);
}

.navigation .navbar button.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.navigation .navbar button.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation .menu {
    display: block
}

.navigation .menu ul {
    float: right
}

.navigation .menu ul li {
    float: left;
    position: relative
}

.navigation .menu ul li a {
    padding: 22px 15px;
    display: block;
    color: #4d4d4d;
    transition: all 0.3s ease;
    font-size: 16px;
    background: transparent;
    text-transform: capitalize;
    font-weight: 600;
}

.navigation .menu ul li:last-child a {
    padding-right: 0;
}

.navigation .menu ul>li>a:hover:before,
.navigation .menu ul>li.active>a:before {
    opacity: 1;
}

.navigation .menu ul li.active a,
.navigation .menu ul li:hover a {
    color: var(--pri);
}

.navigation .menu ul li ul.cs-dropdown {
    top: 100%;
    left: 0;
    text-align: left
}

.navigation .menu ul li ul.cs-dropdown li:last-child {
    border: 0
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown {
    left: 100%;
    margin-top: -36px
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown {
    left: -100%;
    margin-top: -31px
}

.navigation .menu ul li ul.cs-dropdown {
    position: absolute;
    width: 250px;
    display: none;
    z-index: 999;
    box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
    background: #fff;
    margin: 0;
    padding: 0;
    transition: all .3s ease;
    border-radius: 0 0 5px 5px;
}

.navigation .menu ul li:hover ul.cs-dropdown {
    display: block
}

.navigation .menu ul li:hover ul.cs-dropdown li ul.cs-dropdown {
    display: none;
    transition: all .3s ease
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown {
    display: block
}

.navigation .menu ul li ul.cs-dropdown li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #f5f5f5;
    width: 100%
}

.navigation .menu ul li ul.cs-dropdown li:last-child a {
    border-bottom: 0
}

.navigation .menu ul li ul.cs-dropdown li:last-child a:after {
    display: none
}

.navigation .menu ul li ul.cs-dropdown li a:hover {
    color: #fff;
    background: var(--pri)
}

.navigation .menu ul li ul.cs-dropdown li:hover a {
    color: #fff;
    background: var(--pri)
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a {
    background: #fff;
    color: #333
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a:hover {
    color: #fff;
    background: var(--pri)
}

.navigation .menu ul li ul.cs-dropdown li a {
    color: var(--text-color);
    font-size: 14px;
    padding: 7px 15px;
    position: relative;
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    background: #f9f9f9;
    transition: all 0.3s ease;
    border-bottom: 0px solid transparent;
}

.navigation .menu ul li ul.cs-dropdown li a:before {
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 0px solid var(--sec);
}

.navigation ul li.cs-submenu a button {
    border: 0;
    background: transparent;
    outline: 0;
    padding: 0;
    margin: 0px 0 0 5px;
    color: var(--text-color);
}

.navigation ul li.cs-submenu a button svg {
    width: 9px;
    height: 9px;
    transition: 0.2s;
    margin-top: -3px;
}

.navigation ul li.cs-submenu:hover svg,
.navigation ul li.cs-submenu.active svg {
    transform: rotateZ(180deg);
    color: var(--pri);
}

.navigation ul li.cs-submenu:hover ul.cs-dropdown li.cs-submenu svg {
    color: #242424
}

.navigation ul li.cs-submenu ul.cs-dropdown li a button {
    float: right;
    color: #333;
}

.navigation ul li.cs-submenu ul.cs-dropdown li a button svg {
    transform: rotateZ(-90deg);
}

.navigation ul li.cs-submenu ul.cs-dropdown li.cs-submenu:hover svg {
    color: #fff;
}

.navigation .navbar {
    display: none;
    padding: 12px 0;
    margin: 0
}

.navigation .menu ul li.cs_mega {
    position: relative;
}

.navigation .menu ul li.cs_mega ul.cs-dropdown {
    width: 1080px;
    left: -190%;
    height: auto;
    max-height: 450px;
    overflow: hidden;
    overflow-y: scroll;
    padding: 10px;
}

.navigation .menu ul li.cs_mega ul.cs-dropdown li {
    display: grid;
    float: left;
    width: 25%;
    border: 1px solid #eee;
}

.navigation .menu ul li.cs_mega ul.cs-dropdown li a {
    display: block;
}

.header_appointment_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 220px;
    height: 45px;
    text-transform: capitalize;
    font-size: 16px;
    border-radius: 4px 4px 0 4px;
    overflow: hidden;
    background: var(--pri);
    color: #fff;
    font-family: var(--font);
    -webkit-transition: background .24s cubic-bezier(.37, .31, .31, .9), color .24s cubic-bezier(.37, .31, .31, .9);
    -o-transition: background .24s cubic-bezier(.37, .31, .31, .9), color .24s cubic-bezier(.37, .31, .31, .9);
    transition: background .24s cubic-bezier(.37, .31, .31, .9), color .24s cubic-bezier(.37, .31, .31, .9);
    position: relative;
    overflow: hidden;
    z-index: 2;
    margin-left: 15px;
}

.header_appointment_btn:before {
    content: '';
    position: absolute;
    width: calc(100%);
    height: calc(100%);
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform .24s cubic-bezier(.37, .31, .31, .9);
    transition: -webkit-transform .24s cubic-bezier(.37, .31, .31, .9);
    -o-transition: transform .24s cubic-bezier(.37, .31, .31, .9);
    transition: transform .24s cubic-bezier(.37, .31, .31, .9);
    transition: transform .24s cubic-bezier(.37, .31, .31, .9), -webkit-transform .24s cubic-bezier(.37, .31, .31, .9);
    border-radius: inherit;
    background: var(--sec);
}

.header_appointment_btn:hover {
    color: #fff;
}

.header_appointment_btn:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.header_appointment_btn svg {
    width: 25px;
    height: 25px;
    float: right;
    margin-left: 10px;
}

.webpulse-home-slider {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.home_slider {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    aspect-ratio: 64 / 25;
}

.home_slider #slider {
    overflow: hidden;
    width: 100%
}

.slide {
    position: relative;
    display: block;
    z-index: 6;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.home_slider .slide img {
    width: 100%;
    aspect-ratio: 64 / 25;
}

#slider .owl-prev,
#slider .owl-next {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: 0;
    background: var(--sec);
    border-radius: 100%;
    z-index: 9
}

#slider .owl-nav .owl-prev {
    left: 80px;
}

#slider .owl-nav .owl-next {
    right: 80px;
}

#slider .owl-prev:hover,
#slider .owl-next:hover {
    background: var(--pri);
    color: #fff;
    border-color: var(--pri)
}

#slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.home_features_section {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.padding_0 {
    padding: 0 !important;
}

.sm-height-auto {
    min-height: 180px;
    position: relative;
    text-align: center;
    transition: 0.2s;
}

.sm-height-auto:hover .text_content img {
    transform: scale(1.05);
}

.text_content {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: #fff;
    padding: 0 15px;
}

.text_content img {
    display: inline-block;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 80px;
}

.text_content .titleOne {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--font);
    line-height: 1;
}

.text_content .titleOne a {
    display: inline-block;
    color: #fff;
}

.text_content .titleOne a:hover {
    color: var(--pri);
}

.text_content p {
    color: #fff;
}

.bg-theme-colored2 {
    background: var(--liner);
    background-color: var(--sec);
}

.bg-theme-colored2:hover {
    background-color: #699333;
}

.bg-theme-colored {
    background: var(--liner);
    background-color: var(--pri);
}

.bg-theme-colored:hover {
    background-color: #2362bf;
}

.about_and_form {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
}

.find-doctro-content {
    background: #fff;
}

.find-doctro-content .title {
    font-size: 28px;
    margin-bottom: 10px;
}

.find-doctro-content {
    padding: 30px;
    box-shadow: 0 0 20px #F0F0F0;
    position: relative;
    z-index: 2;
}

.section-heading .sub-title {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--pri);
    font-weight: 600;
    margin-bottom: 21px;
    text-align: left;
    padding: 0 0 10px;
}

.input-group {
    width: 100%;
}

.input-group .input-group-addon {
    border-radius: 0;
    width: 40px;
}

.site_btn {
    background: #121d2f;
    position: relative;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    padding: 15px 36px;
    border-radius: 4px;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 0;
    font-size: 16px;
}

.site_btn:after {
    content: "";
    height: 10px;
    width: 10px;
    background: #364c70;
    right: 10px;
    bottom: 8px;
    position: absolute;
    border-radius: 50%;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.site_btn:hover,
.site_btn:focus {
    background: var(--pri);
}

.head-sec {
    margin-bottom: 27px;
    text-align: center;
}

.head-sec .head-tt {
    font-weight: 800;
    font-size: 28px;
    text-transform: capitalize;
    margin-bottom: 8px;
    color: var(--text-color);
    line-height: normal;
}

.head-sec .head-tt span {
    font-style: italic;
    color: var(--tri);
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}

.head-sec p {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
    color: #777;
    font-size: 16px;
    line-height: 25px;
}

.pro-sec-row {
    float: left;
    width: 100%;
    padding-bottom: 60px;
    padding-top: 60px;
    background: #fff;
}

.pro-sec-row.light {
    background: #f7f7f7;
}

.c_bx {
    margin-bottom: 20px;
}

.c_bx .img_bx {
    overflow: hidden;
    position: relative;
    display: block;
    aspect-ratio: 2 / 3;
}

.c_bx .img_bx img {
    width: 100%;
    transition: 0.4s ease-in-out;
    aspect-ratio: 2 / 3;
    object-fit: contain;
    object-position: center;
}

.c_bx:hover .img_bx img {
    transform: scale(1.1);
}

.c_bx .des {
    padding-top: 14px;
    /* text-align: center; */
}

.c_bx .des .tt {
    font-size: 17px;
    font-weight: 700;
    color: #282c3f;
    margin-bottom: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.c_bx.pr-bx .des .tt {
    max-height: 45px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 1.4;
    white-space: normal;
    font-size: 17px;
    color: #282c3f;
    text-align: left;
    font-weight: 600;
}

.c_bx .des:hover .tt {
    color: var(--sec);
}

.c_bx .des p {
    color: #535766;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 7px;
    margin-top: 0;
    font-weight: 500;
    display: block;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
}

.our_service_home {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #eee;
}

.box-hover-effect {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 30px;
    border: 1px solid #ddd;
}

.box-hover-effect .effect-wrapper {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}

.box-hover-effect .effect-wrapper .thumb {
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.box-hover-effect.effect-siberia .info-box .info-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 70px 15px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.box-hover-effect.effect-siberia .info-box .info-title h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
}

.box-hover-effect.effect-siberia .info-box .info-title:before {
    color: #fff;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>");
    position: absolute;
    text-align: center;
    bottom: 0;
    top: 0;
    right: 0;
    width: 54px;
    height: 54px;
    background-color: rgba(9, 9, 9, 0.3);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-hover-effect.effect-siberia .info-box .info-content {
    color: #ffffff;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    padding: 30px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    position: absolute;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-hover-effect.effect-siberia .info-box .info-content h3 {
    color: #fff;
    margin-bottom: 10px;
}

.box-hover-effect.effect-siberia .info-box .info-content p {
    color: #fff;
}

.box-hover-effect.effect-siberia .info-box .info-content .read_more_btn {
    padding: 8px 25px;
}

.box-hover-effect.effect-siberia .info-box .info-content .read_more_btn:hover {
    background: #364c70;
}

.box-hover-effect.effect-siberia:hover .info-box .info-title {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.box-hover-effect.effect-siberia:hover .info-box .info-content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

.bg_transparent {
    background-color: rgba(0, 179, 204, 0.9) !important;
}

.read_more_btn {
    padding: 12px 25px;
    color: #fff;
    background: var(--liner);
    background-color: var(--tri);
    border-radius: 2px;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    border: 0;
    outline: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px;
    transition: 0.2s;
    line-height: normal;
}

.read_more_btn svg {
    width: 16px;
    height: 16px;
}

.read_more_btn:hover,
.read_more_btn:focus {
    background-color: var(--sec);
    color: #fff;
}

.read_more_1 {
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    text-transform: capitalize;
    letter-spacing: normal;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: inline-block;
    z-index: 1;
    background-color: transparent;
    color: #FFFFFF;
    font-size: 15px;
    padding: 8px 15px;
    transition: .8s ease;
    font-family: var(--font);
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.read_more_1 svg {
    margin-top: 3px;
    margin-right: 5px;
    float: left;
}

.read_more_1:hover {
    border: solid 1px #FFFFFF;
}

.read_more_1 span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: #FFFFFF;
    transform: translateY(150%);
    border-radius: 50%;
    transition: 0.5s;
    z-index: -1;
}

.read_more_1:hover {
    color: var(--sec);
}

.read_more_1:hover span {
    transform: translateY(0) scale(3.15);
}

.read_more_1 span:nth-child(1) {
    left: calc((1 - 1) * 25%);
    transition-delay: calc((1 - 1) * 0.1s);
}

.read_more_1 span:nth-child(2) {
    left: calc((2 - 1) * 25%);
    transition-delay: calc((2 - 1) * 0.1s);
}

.read_more_1 span:nth-child(3) {
    left: calc((3 - 1) * 25%);
    transition-delay: calc((3 - 1) * 0.1s);
}

.read_more_1 span:nth-child(4) {
    left: calc((4 - 1) * 25%);
    transition-delay: calc((4 - 1) * 0.1s);
}

.read_more_1 span:nth-child(5) {
    left: calc((5 - 1) * 25%);
    transition-delay: calc((5 - 1) * 0.1s);
}

.wps_introduce {
    float: left;
    width: 100%;
    margin: 0;
    padding: 60px 0;
    background: #f9f9f9;
}

.about-right-part {
    float: right;
    max-width: 30%;
    width: 100%;
    margin: 0 0 15px 40px;
    position: relative;
}

.appointment-form {
    float: left;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 35px;
    position: relative;
}

.form-wraper .form-group {
    margin-bottom: 15px;
}

.appointment-form .title {
    margin-bottom: 15px;
    color: var(--pri);
    font-size: 24px;
    font-weight: 700;
    font-family: var(--font);
    text-transform: uppercase;
}

/* .form-wraper .form-control, .form-wraper select.form-control { border: 1px solid; border-color: #ddd; border-radius: 3px; height: 43px; font-weight: 400; font-size: 16px; color: #4d4d4d; padding: 0 15px; line-height: 45px; outline: 0; font-family: var(--font); } */
.wps_introduce #enq_pop_form2 ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.wps_introduce #enq_pop_form2 ul li {
    margin-bottom: 0px;
    font-size: 15px;
    color: #111;
    text-align: left;
}

.form-wraper select.form-control {
    border: 1px solid;
    border-color: #ddd;
    border-radius: 3px;
    height: 43px;
    font-weight: 400;
    font-size: 16px;
    color: #4d4d4d;
    padding: 0 15px;
    line-height: 45px;
    outline: 0;
    font-family: var(--font);
    vertical-align: middle;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-wraper .form-control:focus,
.form-wraper select.form-control:focus {
    box-shadow: none;
    outline: none;
}

.form-wraper .form-group .fa-calendar {
    position: absolute;
    top: 15px;
    right: 15px;
    left: auto;
}

.appointment_btn {
    padding: 12px 30px;
    font-size: 16px;
    background: #333;
    color: #fff;
    line-height: normal;
    border: 0;
    border-radius: 4px;
}

.appointment_btn:focus,
.appointment_btn:hover {
    background: var(--pri);
    color: #fff;
}

.introduce_images {
    float: left;
    max-width: calc(70% - 40px);
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    aspect-ratio: 400 / 197;
}

.introduce_images img {
    width: 100%;
    aspect-ratio: 400 / 197;
}

.wps_introduce p {
    font-size: 16px;
    color: #555;
    font-weight: 500;
    text-align: justify;
    line-height: 1.6;
    margin-bottom: 15px;
}

.wps_introduce ul {
    margin: 0;
    padding-left: 20px;
    list-style: square;
}

.wps_introduce ul li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #555;
    text-align: justify;
    list-style: square;
}

.wps_introduce .h1_title,
.wps_introduce h1,
.wps_introduce h2,
.wps_introduce h3 {
    color: var(--pri);
    margin-bottom: 8px;
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
}

.wps_introduce h2,
.wps_introduce h3 {
    font-size: 23px;
}

.bg_btn_1 {
    background: var(--liner);
    background-color: var(--tri);
    border-color: transparent;
}

.bg_btn_1:hover {
    color: var(--tri);
    border-color: var(--tri);
}

.introduce_content_style_2 p {
    color: #333;
    line-height: 24px;
    margin: 0 0 15px;
}

.webpulse_home_product {
    float: left;
    width: 100%;
    margin: 0;
    padding: 150px 0 50px;
    background: #fff;
}

.h2_title {
    font-weight: 700;
    margin-bottom: 45px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    color: var(--pri);
    font-size: 26px;
}

.h2_title:after {
    background: var(--sec);
    bottom: -13px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    width: 60px;
}

.services_margin {
    display: block;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    overflow: hidden;
    margin: 15px 0px 20px;
}

.services_block figure {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    overflow: hidden;
    position: relative;
}

.services_block figure .image {
    position: relative;
    height: 350px;
    overflow: hidden;
}

.services_block figure figcaption {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
}

.services_block figure figcaption:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    background-color: #191919;
    opacity: 0;
    border-radius: 0% 200% 0% 0%;
}

.services_block figure figcaption a {
    width: 52px;
    height: 52px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #ffffff;
    margin: -34px 0px 0px -22px;
    -webkit-transition: all 0.6s cubic-bezier(0.68, -2, 0.265, 2.10);
    -moz-transition: all 0.6s cubic-bezier(0.68, -2, 0.265, 2.10);
    -ms-transition: all 0.6s cubic-bezier(0.68, -2, 0.265, 2.10);
    -o-transition: all 0.6s cubic-bezier(0.68, -2, 0.265, 2.10);
    transition: all 0.6s cubic-bezier(0.68, -2, 0.265, 2.10);
}

.services_block figure figcaption a svg {
    width: 22px;
    height: 22px;
}

.services_block figure figcaption {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
}

.services_block:hover figure figcaption {
    opacity: 1;
}

.services_block figure figcaption:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    background-color: var(--pri);
    opacity: 0;
    border-radius: 0% 200% 0% 0%;
}

.services_block:hover figure figcaption:before {
    opacity: 0.90;
    width: 100%;
    border-radius: 0;
}

.services_block .service_info {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 30px 30px 22px 30px;
    position: relative;
    text-align: center;
}

.services_block .service_info .h2_title {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 0.8;
    font-size: 18px;
}

.services_block .service_info .h2_title a {
    color: var(--sec);
}

.services_block:hover .service_info .h2_title a {
    color: var(--pri);
}

.services_block .service_info p {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #333;
    text-align: center;
}

#popularCourse .owl-prev,
#popularCourse .owl-next {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: 0;
    background: #0e1c62;
    border-radius: 100%;
    z-index: 9
}

#popularCourse .owl-nav .owl-prev {
    left: -60px;
}

#popularCourse .owl-nav .owl-next {
    right: -60px;
}

#popularCourse .owl-prev:hover,
#popularCourse .owl-next:hover {
    background: #2d85c7;
    color: #fff;
    border-color: #2d85c7
}

#popularCourse .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.features {
    float: left;
    width: 100%;
    padding: 50px 0 0;
    margin: 0;
    position: relative;
    background-image: url("../images/1.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.features:before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    /* background: var(--sec); */
    background-image: -webkit-linear-gradient(90deg, rgba(6, 23, 51, 0) 0%, rgba(29, 42, 77, 0) 0%, var(--sec)f0 80%);
}

.features .container {
    position: relative;
}

.features .features-holder {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 25px;
}

.features .feature-panel-holder {
    padding-top: 45px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.features .feature-panel-holder .feature-panel {
    position: relative;
    padding: 23px 30px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 33px;
    border-radius: 8px 0 8px 8px;
    border: 1px solid #87dfeb;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.features .feature-panel-holder .feature-panel.feature-panel-dark {
    border-color: rgba(249, 249, 249, .15);
}

.features .feature-panel-holder .feature-panel .feature-icon {
    margin-bottom: 5px;
}

.features .feature-panel-holder .feature-panel .feature-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 10px;
}

.features .feature-panel-holder .feature-panel .feature-content .titleFact {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-transform: inherit;
    margin-bottom: 6px;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-family: var(--font);
}

.features .feature-panel-holder .feature-panel .feature-content p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    color: #ddd;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    height: 25px;
}

.features .feature-panel-holder .feature-panel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    font-size: 13px;
    color: #fff;
    margin-top: -32px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.features .feature-panel-holder:hover {
    padding-top: 0;
}

.features .feature-panel-holder:hover .feature-panel.feature-panel-dark {
    background-color: #354f8e;
}

.features .feature-panel-holder:hover .feature-panel.feature-panel-dark .feature-content .titleFact {
    color: var(--pri);
}

.features .feature-panel-holder:hover .feature-panel .feature-content p {
    visibility: visible;
    opacity: 1;
    height: 30px;
}

.features .feature-panel-holder:hover .feature-panel.feature-panel-dark a {
    border-color: var(--pri);
    margin-top: 12px;
    color: var(--pri);
}

.features .more-features {
    text-align: center;
    margin-bottom: 50px;
}

.features .more-features p {
    font-weight: 700;
    font-size: 20px;
    color: #f4f4f4;
    margin-bottom: 0;
}

.features .more-features p a {
    position: relative;
    color: var(--pri);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-transform: capitalize;
    padding-bottom: 8px;
}

.features .more-features p a:before {
    content: '';
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background-color: var(--pri);
}

.features .more-features.more-features-2 p a {
    color: var(--pri);
}

.features .more-features p a:hover {
    text-decoration: none;
}

.features .more-features p a:hover:before {
    width: 70%;
}

.features .features-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    margin-top: -100px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.features .features-card .card-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border-radius: 8px 0 8px 8px;
    padding: 30px 40px 34px;
    -webkit-box-shadow: 0 5px 83px 0 rgb(9 29 62 / 15%);
    box-shadow: 0 5px 83px 0 rgb(9 29 62 / 15%);
    position: relative;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
}

.features .features-card .card-panel:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 80px);
    background-color: #435ba1;
    height: 1px;
}

.features .features-card .card-panel.reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.features .features-card .card-panel .panel-icon {
    margin-right: 30px;
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
    display: flex;
    align-items: center;
}

.features .features-card .card-panel .panel-icon img {
    margin-left: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    min-width: 94px;
}

.features .features-card .card-panel:hover .panel-icon img {
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
}

.features .feature-panel-holder .feature-panel .feature-icon img {
    width: 75px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.features .features-card .card-panel .panel-body .titleCat {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    color: var(--pri);
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: var(--font);
}

.features .features-card .card-panel .panel-body p {
    font-size: 15px;
    line-height: 25px;
    color: #333;
    margin-bottom: 16px;
}

.features .features-card .card-panel .panel-body .btn {
    width: auto;
    height: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #333;
    border: 0;
    background-color: transparent;
}

.features .features-card .card-panel.reversed .panel-icon {
    margin-right: 0;
    margin-left: 40px;
    display: flex;
    align-items: center;
}

.features .features-card .card-panel.reversed .panel-body {
    text-align: right;
}

.service_bottom_text p {
    font-size: 20px;
    line-height: 26px;
    color: #333;
    margin-top: 20px;
    text-align: center;
}

.service_bottom_text p a {
    color: var(--pri);
    text-decoration: underline;
}

.home_why_choose {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
}

.h-100 {
    height: 100%;
    position: relative;
}

.whychooseus3 {
    position: relative;
    background-size: cover;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    height: 100% !important;
}

.whychooseus3:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 42, 92, 0.76);
    background: linear-gradient(-90deg, transparent, var(--pri) 65%);
    opacity: 0.9;
}

.padding_50 {
    padding: 70px 70px;
    position: relative;
    z-index: 99;
}

.title_style2 span {
    color: #fff;
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px;
    padding-top: 28px;
    z-index: 1;
    font-weight: 600;
}

.title_style2 span:before {
    position: absolute;
    content: '';
    background: rgba(74, 131, 253, 0.09);
    width: 50px;
    height: 50px;
    left: -25px;
    top: 8px;
    z-index: -1;
}

.title_style2 span:after {
    position: absolute;
    content: '';
    background: rgba(74, 131, 253, 0.09);
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 24px;
    height: 24px;
    left: 9px;
    top: 0px;
    z-index: -1;
}

.title_style2.white span:before,
.title_style2.white span:after {
    background: #33557d;
    border-left: 2px solid #002a5c;
    border-bottom: 2px solid #002a5c;
}

.h2_title_2 {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    margin: 0 0 10px;
    padding: 0;
}

.whychooseus3 p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

.whychooseus3 ul {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
}

.whychooseus3 ul li {
    list-style: none;
    float: left;
    width: 50%;
    color: #fff;
    margin-bottom: 5px;
    font-size: 16px;
}

.whychooseus3 ul li i {
    margin-right: 10px;
    color: #3daddf;
}

.whychooseus3 .bg_btn_1 {
    background: #3daddf;
    border-color: #3daddf;
}

.whychooseus3 .bg_btn_1:hover {
    border-color: #fff;
    color: #3daddf;
}

.home_serice_all {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #fff;
}

.service_inner_box {
    position: relative;
    padding: 0px 20px 30px;
    margin-bottom: 25px;
}

.service_inner_box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 30px;
    right: 0px;
    bottom: 0px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
}

.service_inner_box .image {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.service_inner_box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.service_inner_box .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(34, 34, 34, 0.90);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.service_inner_box .overlay-box .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 30px;
}

.service_inner_box .overlay-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.service_inner_box:hover .overlay-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.service_inner_box .overlay-box .text {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 25px;
    font-family: var(--font);
}

.service_inner_box .lower-box {
    position: relative;
    margin-top: -25px;
    padding-top: 15px;
    padding-left: 0px;
}

.service_inner_box .lower-box .box-inner {
    position: relative;
    padding: 30px 10px 0px 10px;
}

.service_inner_box .lower-box .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 34px;
    line-height: 60px;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    background-color: var(--pri);
}

.service_inner_box .lower-box h3 a {
    position: relative;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.service_inner_box:hover .lower-box h3 a {
    color: var(--pri);
}

.testimonials_four {
    float: left;
    width: 100%;
    padding: 60px 0;
    margin: 0;
    position: relative;
    background-color: #59871d;
}

.testimonials_four::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background: url(../images/shape/bg-1.webp);
    background-position: center center;
    background-repeat: repeat;
    background-size: 60% auto;
    background-attachment: fixed;
}

.single-testimonial-item-style4 {
    position: relative;
    display: block;
    margin-bottom: 40px;
    margin: 0 10px 20px;
}

.single-testimonial-item-style4 .text-holder {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 15px;
    z-index: 1;
    border-radius: 10px;
}

.single-testimonial-item-style4 .text-holder:hover {
    background: #f7f7f7;
}

.single-testimonial-item-style4 .text-holder:before {
    position: absolute;
    left: 0;
    bottom: -29px;
    right: 0;
    content: "";
    border-top: 30px solid #ffffff;
    border-right: 30px solid transparent;
    width: 60px;
    border-left: 30px solid transparent;
    margin: 0 auto;
}

.single-testimonial-item-style4 .text-holder:hover:before {
    border-top: 30px solid #f7f7f7;
}

.single-testimonial-item-style4 .text-holder .quote-icon {
    position: relative;
    display: block;
}

.single-testimonial-item-style4 .text-holder .quote-icon svg {
    color: #b5b5b5;
    width: 80px;
    height: 80px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-testimonial-item-style4:hover .text-holder .quote-icon svg {
    color: var(--sec);
}

.single-testimonial-item-style4 .text-holder .text {
    position: relative;
    display: block;
    z-index: 1;
}

.single-testimonial-item-style4 .text-holder .text p {
    line-height: 26px;
    margin: 0;
}

.single-testimonial-item-style4 .text-holder .client-info {
    position: relative;
    display: block;
    padding-top: 18px;
}

.single-testimonial-item-style4 .text-holder .client-info .name {
    margin: 0 0 2px;
    font-size: 18px;
    font-weight: 700;
    color: var(--pri);
}

.single-testimonial-item-style4 .text-holder .client-info span {
    color: var(--sec);
    font-size: 16px;
}

.single-testimonial-item-style4 .img-holder {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 40px auto 0;
    /* border: 5px solid var(--pri); */
}

.single-testimonial-item-style4 .img-holder img {
    border-radius: 50%;
}

.webpulse_home_clients {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #fff;
}

.client-img {
    /* border: 1px solid var(--red); */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px 1px;
    border-radius: 2px;
    overflow: hidden;
    margin: 3px;
}

.client-img img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: contain;
    object-position: center;
}

.faq_section {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fff;
}

.accordion-header {
    padding: 0;
}

.accordion-item {
    margin-bottom: 15px;
    border-radius: 10px !important;
    overflow: hidden;
}

.accordion-item:not(:first-of-type) {
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-button {
    padding: 12px 15px;
    font-size: 18px;
    font-weight: normal;
    text-transform: initial;
    font-family: var(--font);
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background: var(--sec);
    font-weight: normal;
}

.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
    transform: rotate(0deg);
}

.accordion-button:hover,
.accordion-button:focus {
    color: #fff;
    background: var(--sec);
}

.accordion-button:hover:after {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
    transform: rotate(-180deg);
}

.accordion-body p {
    font-size: 15px;
    line-height: 24px;
    font-family: var(--font);
}

.home_partner {
    float: left;
    width: 100%;
    padding: 80px 0;
    position: relative;
    background: var(--pri) url("../images/curve.svg") no-repeat;
    background-size: cover !important;
    background-position: center !important;
}

.home_partner .h2_title {
    color: #fff;
    margin-bottom: 35px;
    padding-bottom: 15px;
}

.home_partner .h2_title:after {
    background: #6559a6;
}

.ht-110 {
    height: 70px;
}

.pertner_flexio {
    background: #ffffff;
    border-radius: 0.2rem;
    margin: 0.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.8rem;
    height: 80px;
    position: relative;
    width: 160px;
}

.pertner_flexio img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    width: auto;
    transform: translate(-50%, -50%);
    max-height: 100%;
}

.pertner_flexio h5 {
    margin: 0;
}

.home_blog {
    float: left;
    width: 100%;
    margin: 0;
    padding: 60px 0 50px;
    background: #f7f7f7;
}

.single-post2 {
    overflow: hidden;
    margin-bottom: 15px;
}

.blog-thumb2 {
    overflow: hidden;
    width: 100%;
}

.blog-thumb2 img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.blog-content2 {
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 1;
    box-shadow: 2.5px 4.33px 15px 0px rgb(0 0 0 / 9%);
    width: 90%;
    margin: auto;
    margin-top: -50px;
    margin-bottom: 15px;
}

.blog-content2 .b-meta {
    margin-bottom: 0px;
    font-size: 15px;
}

.blog-content2 .b-meta ul {
    margin: 0;
    padding: 0;
    padding-left: 0 !important;
}

.b-meta ul li {
    display: inline-block;
    margin-right: 8px;
    border-right: 2px solid #f5f5f5;
    padding-right: 8px;
    color: var(--text-light);
}

.b-meta ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}

.blog-content2 .titleBlog a {
    font-size: 20px;
    color: var(--sec);
    font-weight: 600;
    text-transform: capitalize;
    margin: 10px 0 5px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.blog-content2:hover .titleBlog a {
    color: var(--pri);
}

.blog-content2 p {
    color: var(--text-light);
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.footer_area {
    float: left;
    width: 100%;
    position: relative;
    background: #3f6211;
    overflow: hidden;
}

.footer_area img.footer_shape {
    position: absolute;
    right: 0;
    top: 65px;
    pointer-events: none;
}

.flogo {
    height: 100%;
    background-color: #f7f7f7;
    padding: 20px;
    margin: 0 !important;
    text-align: center;
    color: #000;
    font-size: 13px;
}

.footer_area .footer_widget .footer_logo {
    margin-bottom: 23px;
    display: inline-block;
}

.footer_widget {
    padding-top: 50px;
}

.footer_area .footer_widget p {
    font-size: 15px;
    font-weight: 500;
    color: var(--text-color);
    margin-bottom: 34px;
}

.footer_area .footer_widget form .input-group {
    position: relative;
}

.footer_area .footer_widget form .input-group input {
    height: 65px;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    color: #757a84;
    padding: 15px 30px;
}

.footer_area .footer_widget form .input-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 65px;
    padding: 0;
    text-align: center;
    width: 55px;
    background: #019444;
    border: 0;
}

.general_btn:before {
    content: '';
    background: #18212E;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.footer_area .footer_widget form .input-group button:before {
    background: #019444;
}

.footer_area .footer_widget.explore_vizeon {
    padding-left: 0px;
}

.footer_area .footer_widget .widget_title {
    color: #ffffff;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 0.3px;
    margin-bottom: 15px;
}

.footer_area .footer_widget .flex_widget_links {
    display: flex;
    align-items: flex-start;
}

.footer_area .footer_widget .flex_widget_links .link {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.footer_area .footer_widget .flex_widget_links .link li {
    display: block;
    line-height: 22px;
    margin-bottom: 10px;
}

.footer_area .footer_widget .flex_widget_links .link li a {
    display: block;
    line-height: 22px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.footer_area .footer_widget .flex_widget_links .link li a:hover {
    color: #91c153;
}

.footer_area .footer_widget.question {
    padding-right: 0px;
}

.footer_area .question_bx {
    margin-bottom: 18px;
    float: left;
    width: 100%;
}

.footer_area .question_bx svg {
    color: white;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    float: left;
    min-width: 20px;
}

.footer_area .question_bx .number,
.footer_area .question_bx .email,
.footer_area .question_bx .address_place {
    line-height: 15px;
}

.footer_area .question_bx .address_place strong {
    font-size: 18px;
    color: white;
    font-weight: 700;
}

.footer_area .question_bx p,
.footer_area .question_bx p a {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    line-height: 22px;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.footer_area .question_bx p a:hover {
    color: var(--text-color);
    text-decoration: none;
}

.footer_area .question_bx h4 {
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    line-height: 30px;
    padding: 0;
    margin: 0;
    text-align: left;
}

.footer_area .question_bx span a {
    color: #fff;
    display: inline-block;
}

.footer_area .question_bx p a:hover,
.footer_area .question_bx p a:focus {
    color: #91c153;
}

.footer_area .question_bx:last-child {
    margin-bottom: 0;
}

.footer_area .copyright {
    border-top: 2px solid rgba(255, 255, 255, 0.05);
    padding: 15px 0 5px 0;
    color: #fff;
}

.footer_area .copyright a {
    color: white;
    display: inline;
}

.footer_area .copyright a:hover {
    text-decoration: underline;
    color: #91c153;
}

.footer_area .copyright p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
}

.footer_area .copyright p a {
    color: #ffffff;
}

.footer_area .copyright .footer_social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer_area .copyright .footer_social li {
    margin-left: 57px;
}

.footer_area .copyright .footer_social li:first-child {
    margin-left: 0;
}

.footer_area .copyright .footer_social li a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
}

.footer_area .footer_widget .question_bx .number,
.footer_area .footer_widget .question_bx .email,
.footer_area .footer_widget .question_bx .address_place {
    line-height: 15px;
}

.text-muted {
    color: #b3b3b3;
}

.footer_widget {
    margin-bottom: 15px;
}

.wps_copy {
    float: left;
    width: 100%;
    background: #121b33;
    line-height: 40px;
    color: #fff;
    font-family: var(--font);
}

.wps_copy a {
    color: #fff;
    display: inline-block;
}

.wps_copy a:hover {
    color: var(--pri);
}

.text-right {
    text-align: right;
}

#web-pulse-scroll-up {
    position: fixed;
    z-index: 999;
    bottom: 65px;
    right: 15px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #fff;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s;
    display: none;
    background: var(--tri);
}

#web-pulse-scroll-up svg {
    width: 24px;
    height: 24px;
}

#web-pulse-scroll-up:hover {
    background: var(--pri);
    color: #fff;
}

.whatapp_btn {
    background: #01e675;
    width: 50px;
    height: 50px;
    color: #fff;
    position: fixed;
    left: 15px;
    bottom: 105px;
    cursor: pointer;
    z-index: 999;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.whatapp_btn svg {
    width: 24px;
    height: 24px;
}

.whatapp_btn:focus,
.whatapp_btn:hover {
    background: #01e675;
    color: #fff;
}

#whatsapp .modal-dialog {
    margin-top: 12%;
}

.send_enquiry {
    background: #ffffff;
    border-radius: 40px;
    bottom: 45px;
    color: #ffffff;
    display: table;
    height: 50px;
    left: 15px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 999;
    transition: all 0.2s linear;
    background: var(--pri);
    display: flex;
    align-items: center;
    justify-content: center;
}

.send_enquiry svg {
    width: 24px;
    height: 24px;
    line-height: 50px;
}

.send_enquiry:hover {
    color: #fff;
    padding: 0 20px;
}

.send_enquiry:focus {
    color: #fff;
}

.send_enquiry span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    transition: all 0.5s;
    text-transform: uppercase;
}

.send_enquiry:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 10px;
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    padding: 0 15px;
    background: var(--pri);
    color: #fff;
    border-radius: 0;
}

.modal-header h4 {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}

.modal-header .modal-title {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    padding: 15px 0;
    text-transform: initial;
    letter-spacing: 0.2px;
}

.btn-close {
    width: 1em;
    height: 1em;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    outline: 0;
}

.close {
    float: right;
    font-size: 23px;
    font-weight: 600;
    line-height: 2;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.7;
}

.close:focus,
.close:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.9;
}

.send_p {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
}

.send_p span {
    display: block;
}

.modal-body input[type="text"],
.modal-body select,
.modal-body input[type="number"] {
    width: 100%;
    padding: 5px 12px;
}

.modal-body textarea {
    width: 100%;
    height: 120px;
    padding: 5px 12px;
    font-family: var(--font);
    border-color: #e3e3e3;
    border-radius: 0px;
}

.modal-body textarea:focus {
    box-shadow: none;
}

.modal-body select {
    width: 100%;
}

.pac-container {
    z-index: 100000;
}

.g-recaptcha {
    transform: scale(0.80);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.modal_btn {
    width: auto;
    background: #333;
    padding: 8px 25px;
    border: 0;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
}

.modal_btn:focus,
.modal_btn:hover {
    background: var(--pri);
    color: #fff;
}

.heading_banner {
    float: left;
    width: 100%;
    position: relative;
    background-size: cover;
    padding: 70px 0 70px;
    margin: 0;
    background-position: center center;
}

.heading_banner::before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    z-index: 0;
    content: '';
}

.heading_banner .container {
    position: relative;
}

.heading_banner h1 {
    margin: 0 0 10px;
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}

.heading_banner h2 {
    margin: 0;
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    color: #eee;
    text-align: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}

.heading_banner .cat_title {
    margin: 0;
    text-transform: capitalize;
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: auto;
    border-radius: 3px;
    line-height: normal;
    padding: 10px 20px;
}

.heading_banner .cat_title2 {
    margin: 0;
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    color: #eee;
    text-align: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}

.inner_breadcrumb {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    margin: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #e3e3e3;
}

.inner_breadcrumb .breadcrumb {
    background: 0;
    border-radius: 0;
    border: 0;
    list-style: none;
    padding: 0;
    float: left;
    text-transform: capitalize;
    margin: 0;
}

.inner_breadcrumb .breadcrumb li {
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
    float: left;
    line-height: 45px;
    font-size: 14px;
}

.inner_breadcrumb .breadcrumb li a {
    float: left;
    padding: 0;
    color: #666;
    letter-spacing: 0.3px;
}

.inner_breadcrumb .breadcrumb li:before {
    text-rendering: auto;
    padding: 0 14px;
    color: #fff;
    display: inline-block;
}

.inner_breadcrumb .breadcrumb li.active {
    color: var(--pri);
}

.inner_breadcrumb .breadcrumb li+li:before {
    content: "/";
    display: inline-block;
    color: #fff;
    padding: 0 14px;
}

.inner_breadcrumb .breadcrumb li+li:before {
    float: left;
    padding: 0px 10px;
    color: #bfbfbf;
}

.inner_breadcrumb .breadcrumb li a:hover {
    color: var(--pri);
}

.about_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.left_sidebar {
    float: left;
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
}

.left_sidebar .left_title {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: var(--sec);
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.left_sidebar form {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px;
}

.left_image {
    float: left;
    width: 340px;
    margin: 0px 15px 15px 0;
    text-align: center;
}

.left_image .left_centered {
    width: 100%;
    position: relative;
    padding: 0px;
    min-height: 338px;
    overflow: hidden;
    border: 1px solid #eee;
}

.left_image .left_centered .image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 338px;
    transition: transform .5s ease;
}

.left_image .left_centered .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.right_image1 {
    float: right;
    width: 340px;
    margin: 0 0 15px 15px;
    text-align: center;
}

.right_image1 .left_centered {
    width: 100%;
    position: relative;
    padding: 0;
    min-height: 340px;
    overflow: hidden;
    border: 1px solid #eee;
}

.right_image1 .left_centered .image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 340px;
    transition: transform 0.5s ease;
}

.right_image1 .left_centered .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.left_sidebar ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    background: var(--pri);
}

.left_sidebar ul li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #444;
    list-style: none;
}

.left_sidebar ul li a {
    color: #FFF;
    padding: 10px;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
}

.left_sidebar ul li a.active,
.left_sidebar ul li a:focus,
.left_sidebar ul li a:hover {
    background: var(--sec);
    color: #fff;
}

.left_sidebar ul li ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
}

.left_sidebar ul li ul li {
    border-bottom: 1px dashed #CCC;
    list-style-type: none;
    position: relative;
}

.left_sidebar ul li ul li a {
    display: block;
    font-weight: 500;
    color: #000;
    text-align: left;
    font-size: 12px;
    padding: 4px 15px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 24px;
}

.left_sidebar ul li ul li a.active,
.left_sidebar ul li ul li a:focus,
.left_sidebar ul li ul li a:hover {
    background: var(--sec);
    color: #fff;
}

.left_sidebar ul li ul li a i {
    float: right;
    line-height: 24px;
}

.left_sidebar ul li ul li ul {
    display: none;
    transition: all 2s;
    position: absolute;
    left: 98%;
    top: 0;
    z-index: 200;
    background: #fff;
    width: 200px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.75);
}

.left_sidebar ul li ul li:hover ul {
    display: block;
    transition: all 2s;
}

.left_sidebar ul li ul li ul li a {
    display: block;
    font-weight: 400;
    color: #333;
    text-align: left;
    font-size: 13px;
    padding: 4px 15px;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 24px;
}

.left_sidebar ul li ul li ul li a.active,
.left_sidebar ul li ul li ul li a:focus,
.left_sidebar ul li ul li ul li a:hover {
    background: #fe0000;
    color: #fff;
}

.right_side .title_h2 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: var(--sec);
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.right_side h2 {
    padding: 0;
    margin: 20px 0 5px;
    line-height: 30px;
    font-size: 20px;
    color: #222;
    font-weight: 600;
}

.right_side h3 {
    padding: 0;
    margin: 10px 0 5px;
    line-height: 30px;
    font-size: 20px;
    color: #222;
    font-weight: 600;
}

.wps_right {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.right_side p {
    line-height: 24px;
    margin-bottom: 10px;
    text-align: justify;
    font-size: 15px;
    font-weight: normal;
}

.right_side .about_b {
    float: left;
    width: 100%;
    overflow: hidden;
    height: 230px;
    margin-bottom: 15px;
}

.right_side .about_image {
    position: relative;
    padding: 0;
    text-align: center;
    min-height: 230px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    border: 1px solid #eee;
}

.right_side .about_b:hover .about_image {
    transform: scale(1.1);
}

.right_side .about_image img {
    position: absolute;
    margin: auto;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 100%;
    max-height: 100%;
}

.right_side .factsheet .info_content h4 {
    font-size: 16px;
}

.right_side .factsheet .info_content p {
    font-size: 13px;
}

.wps_right ul {
    margin: 0 0 20px;
    padding: 0;
    display: flow-root;
}

.wps_right ul li {
    line-height: 26px;
    font-size: 16px;
    margin: 0;
    vertical-align: middle;
    text-align: justify;
    padding: 0;
    padding-left: 25px;
    color: #444;
    margin-bottom: 5px;
    position: relative;
    list-style: none;
}

.wps_right ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    color: #4e4e4e;
    font-weight: 400;
    margin-top: 3px;
    margin-right: 5px;
    float: left;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>");
}

.wps-factsheet {
    width: 100%;
    float: left;
    padding: 10px 0;
    background: #f6f6f6;
    border: 1px solid #eaeaea;
    box-shadow: 0 8px 4px -4px #555;
    margin-bottom: 15px;
}

.wps-factsheet .icon {
    height: 45px;
    float: left;
}

.wps-factsheet .icon img {
    float: left;
    width: 55px;
    padding-left: 5px;
    padding-right: 10px;
}

.wps-factsheet .info {
    padding-top: 2px;
    text-align: left;
}

.wps-factsheet .info h4 {
    margin: 0;
    padding: 2px 5px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    text-align: left;
    text-transform: inherit;
}

.wps-factsheet .info p {
    font-size: 12px;
    margin: 0;
    line-height: 18px;
    color: #666;
}

.category_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #f9f9f9;
}


.catTitle_2 {
    padding: 0 0 0px;
    font-size: 26px;
    margin: 0;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: initial;
    color: #222;
    margin-bottom: 35px;
    position: relative;
    overflow: visible;
}

.catTitle_2:after {
    background: var(--pri);
    bottom: -15px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px;
}

.category_page .product_right_image {
    max-width: 350px;
    margin-top: 10px;
}

.category_page .product_right_image .detail_image {
    aspect-ratio: 2 / 3;
    margin-bottom: 15px
}

.category_page .product_right_image .detail_image img {
    aspect-ratio: 2 / 3;
}

.category_page .wps_right ul {
    margin: 0 0 25px;
    padding: 0;
}

.category_page .wps_right ul li {
    display: block;
    list-style: none;
    line-height: 24px;
    color: var(--text-color);
    font-size: 15px;
    font-weight: normal;
}

.category_page .wps_right ul li:before {
    margin-right: 5px;
    margin-top: 0;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='13' height='13' fill='currentColor' viewBox='0 0 16 16'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>");
}

.more_images {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

#thumbs {
    padding-top: 10px;
    overflow: hidden;
    text-align: center;
}

#thumbs img,
#largeImage {
    padding: 0;
    cursor: pointer;
    border: 1px solid #eee;
}

#thumbs img {
    display: inline-block;
    margin-right: 6px;
    width: 70px;
}

#thumbs img.active {
    border-color: var(--pri);
}

.wps_right p {
    margin-bottom: 20px;
    font-size: 16px;
}

.wps_right h3,
.wps_right h4 {
    font-size: 20px;
    line-height: normal;
    text-align: left;
    margin-bottom: 7px;
    margin-top: 0;
    color: #222;
    font-weight: 700;
}

.wps_right h3 {
    font-size: 22px;
}

.wps_right .table-responsive {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.wps_right table {
    margin: 0;
}

.wps_right table tbody tr td {
    vertical-align: middle;
    padding: 6px 10px;
    font-size: 16px;
    line-height: normal;
    text-align: left;
    font-family: var(--font);
}

.wps_right table tbody tr td {
    border: 1px solid #eaeaea;
    width: 60%;
}

.wps_right table tbody tr td:first-child {
    color: var(--pri);
    width: 40%;
}

.interested_section {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0
}

.interested_section .interested_btn {
    font-size: 16px;
    color: #fff;
    background: var(--sec);
    border: 1px solid var(--sec);
    border-radius: 3px;
    padding: 12px 0;
    width: 258px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    font-family: var(--font);
}

.interested_section .interested_btn svg {
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.interested_section .interested_btn:hover {
    background: var(--pri);
    color: #fff;
    border: 1px solid var(--pri)
}

.padding0 {
    padding: 0;
}

.blue-line1 {
    width: 100%;
    display: block;
    height: 1.1px;
    background: #eee;
    position: relative;
    margin-bottom: 10px;
    padding: 0 15px;
}

.read_more_product {
    background: #333;
    padding: 8px 20px;
    font-size: 14px;
    color: #fff;
    margin: 0 0px 10px 0px;
    display: inline-block;
    width: auto;
    border-radius: 3px;
}

.read_more_product i {
    margin-left: 10px;
}

.read_more_product:hover,
.read_more_product:focus {
    color: #fff;
    background: var(--sec);
}

.product_listing:hover .right-content h3 a {
    color: var(--pri);
}

.product_listing:hover .right-content h4 a {
    color: var(--pri);
}

.right-content .table-responsive {
    float: left;
    width: 100%;
    overflow: hidden;
    max-height: 230px;
    overflow: auto;
    padding-right: 5px;
}

.right-content table tbody tr td {
    vertical-align: middle;
    padding: 6px 10px;
    font-size: 16px;
    line-height: normal;
    text-align: left;
    font-family: var(--font);
}

.right-content table tbody tr td {
    border: 1px solid #eaeaea;
    width: 60%;
}

.right-content table tbody tr td:first-child {
    color: var(--sec);
    width: 40%;
}

.product_popup {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.product_popup_image {
    border: 1px solid #e3e3e3;
    margin-bottom: 15px;
}

.product_popup_image img {
    display: block;
    aspect-ratio: 2 / 3;
    object-fit: contain;
    object-position: center;
    width: 100%;
    margin: 0 auto;
    max-height: 500px;
    display: block;
}

.product_popup .catName {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}

.product_popup .productTitle1 {
    color: var(--red);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-align: left;
    padding: 0;
}

.product_popup p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    text-align: left;
    margin-bottom: 15px;
}

.product_popup h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

#product_enquiry label.error {
    color: #fb3a3a;
    font-weight: normal;
}

.product_right_image {
    float: right;
    max-width: 450px;
    width: 100%;
    margin: 0px 0 25px 15px;
    text-align: center;
    aspect-ratio: 1 / 1;
    margin-top: 10px;    border-radius: 10px;
    overflow: hidden;
}

.product_right_image img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

.cat_info p {
    font-size: 14px;
    line-height: 24px;
    color: #423f3f;
    text-align: justify;
    margin-bottom: 15px;
}

.product_right_image .detail_enq_btn {
    width: auto;
    background: #333;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 8px 20px;
    margin: 0;
    display: inline-block !important;
    border: 0;
    border-radius: 4px;
}

.product_right_image .detail_enq_btn:focus,
.product_right_image .detail_enq_btn:hover {
    background-color: var(--pri);
    color: #fff;
}

.product_right_image:hover .detail_enq_btn {
    background-color: var(--pri) !important;
    color: #fff;
}

.product_right_image .product_dimage {
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 300px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.product_right_image .product_dimage .detail_image {
    transition: transform 0.5s ease;
    transform-origin: center center;
}

.product_right_image:hover .product_dimage .detail_image {
    transform: scale(1.2);
}

.pr-li {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px;
    transition: 0.2s;
    background: white;
}

.pr-li:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px;
}

.pr-li .img_bx {
    padding: 10px;
    border-right: 1px solid #eee;
    height: 100%;
}

.pr-li .img_bx img {
    aspect-ratio: 2 / 3;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.pr-li .g_100 .img_bx {
    border: 0;
}

.pr-li .tx-bx {
    padding: 15px;
}

.grid.pr_view .pr-li .tx-bx {
    padding-top: 0;
}

.pr-li .tx-bx .read_more_btn.mb-1 {
    background-color: var(--pri);
}

.pr-li .tx-bx .read_more_btn.mb-1:hover {
    background-color: var(--sec);
}

.pr-li .tx-bx .title {
    color: var(--pri);
    border-bottom: 1px solid #eee;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 22px;
}

.grid.pr_view .pr-li .tx-bx .title {
    text-align: center;
    border: none;
    margin: 0;
}

.grid.pr_view .pr-li .tx-bx .bt_bx {
    text-align: center;
}

.pr-li .tx-bx .title a {
    font-size: 20px;
    color: var(--text-color);
    transition: 0.4s;
}

.pr-li:hover .tx-bx .title a {
    color: var(--tri);
}

.pr-li .tx-bx .info {
    max-height: 360px;
    overflow-y: auto;
    padding-right: 10px;
    margin-bottom: 15px;
}

.grid.pr_view .pr-li .tx-bx .info {
    display: none;
}

.pr-li .tx-bx .info::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.pr-li .tx-bx .info::-webkit-scrollbar {
    width: 7px;
    background-color: #f5f5f5;
}

.pr-li .tx-bx .info::-webkit-scrollbar-thumb {
    background-color: #e3e3e3;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

.pr-li.pr-ver{
    height: 100%;
}

.pr-li.pr-ver .img_bx {
    border-right: 0;
    height: auto;
}

.pr-li.pr-ver .tx-bx {
    padding: 10px;
    padding-top: 0;
    text-align: center;
}

.pr-li.pr-ver .tx-bx .title {
    border: 0;
    margin: 0;
    text-align: center;
    color: #404040;
    font-size: 16px;
}

.pr-li.pr-ver .tx-bx .read_more_btn {
    padding: 8px 14px;
    text-transform: capitalize;
}

.multi-imgs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-top: 10px;
}

.multi-imgs .imgs {
    border: 1px solid #e3e3e3;
    width: 40px;
    height: 60px;
    cursor: pointer;
}

.multi-imgs .imgs.youTube {
    width: 60px;
    height: 60px;
    border-radius: 3px;
    overflow: hidden;
}

.multi-imgs .imgs.youTube a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: var(--liner);
    background-color: #f70000;
}

.multi-imgs .imgs.youTube a svg {
    width: 30px;
    height: 30px;
    color: white;
}

.multi-imgs .imgs.active {
    border: 1px solid var(--pri);
}

.multi-imgs .imgs img {
    object-fit: contain;
    object-position: center;
}

.you_may {
    float: left;
    width: 100%;
    padding: 7px 12px;
    margin: 0 0 10px;
    line-height: 30px;
    background: var(--liner);
    background-color: var(--pri);
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    border-radius: 1px;
}

.product_more {
    float: left;
    width: 100%;
    border: solid 1px #eee;
    max-width: 100%;
    background: #fff;
    padding-bottom: 11px;
    margin: 0 0 30px;
    text-align: center;
    z-index: 0;
}

.product_more .may_image {
    margin-bottom: 13px;
    text-align: center;
    min-height: 200px;
    overflow: hidden;
}

.product_more .may_image .image {
    transition: transform 0.5s ease;
    transform-origin: center center;
}

.product_more:hover .may_image .image {
    transform: scale(1.1);
}

.product_more .may_image .image {
    position: relative;
    padding: 10px 10px 0;
    text-align: center;
    min-height: 200px;
    overflow: hidden;
}

.product_more .may_image .image img {
    margin: 10px auto 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    max-height: 100%;
}

.product_more h4 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 10px;
    font-weight: 600;
    font-size: 18px;
    color: var(--pri);
    margin-bottom: 10px;
    text-transform: capitalize;
    line-height: 24px;
    margin: 0;
}

.product_more span {
    float: left;
    width: 100%;
    padding: 5px 0 10px;
    color: #423f3f;
    font-size: 13px;
    font-weight: 400;
}

.may_btn {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 8px 20px;
    width: auto;
    margin: auto;
    transition: 0.5s;
    border: 0;
    border-radius: 4px;
}

.may_btn:hover {
    background: var(--pri);
}

.product_more:hover .may_btn {
    background: var(--pri);
}

/* Client Page */
.client_image {
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    position: relative;
    height: 120px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.client_image .client_logo {
    overflow: hidden;
    position: relative;
    height: 100px;
    transition: transform .5s ease;
}

.client_image:hover .client_logo {
    transform: scale(1.1);
}

.client_image .client_logo img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    max-height: 100%;
    width: auto;
}

.blog_news {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.blog_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #f9f9f9;
    position: relative;
}

.blog_page .blog_left .catTitle_22 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: var(--sec);
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.blog_page .blog-content2 h5 {
    font-size: 18px;
    height: 50px;
}

.left_title1 {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: var(--sec);
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.right_news {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    background: #fff;
}

.right_news .image {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    position: relative;
    overflow: hidden;
    height: 180px;
}

.right_news .image img {
    position: absolute;
    max-width: 100%;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.right_news h5 {
    padding: 10px;
    line-height: 18px;
    font-size: 15px;
    margin: 0;
}

.right_news h5 a {
    color: #333;
}

.right_news:hover h5 a {
    color: var(--pri);
}

.blog_details ul {
    display: inline-block;
    margin: 0 0 20px;
    padding: 0;
}

.blog_details ul li {
    display: inline-block;
    margin-right: 15px;
    list-style: none;
}

.blog_details ul li:before {
    content: none;
    margin: 0;
}

.blog_details ul li a {
    color: #333;
    transition: all 0.5s ease-out;
}

.blog_details ul li i {
    margin-right: 5px;
}

.blog_details1 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.blog_details1 p {
    text-align: justify;
    line-height: 24px;
}

.blog_details1 .block-quote {
    padding: 30px 40px;
    margin-bottom: 20px;
    background: #eee;
    border-left: 3px solid var(--pri);
}

.blog_details1 .block-quote p {
    font-size: 15px;
    line-height: 24px;
}

.blog_details1 h3,
.blog_details1 h2 {
    margin: 0 0 5px;
    padding: 0;
    line-height: 30px;
    font-size: 20px;
}

.blog_details1 ul {
    float: left;
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
}

.blog_details1 ul li {
    width: 100%;
    display: inline-block;
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 15px;
    font-weight: normal;
}

.blog_details1 ul li::before {
    margin-right: 5px;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='gray' viewBox='0 0 16 16'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>");
}

.fb-comments {
    width: 100%;
}

/* New Blog Details Page */
.blog_details ul {
    display: inline-block;
    margin: 0 0 20px;
    padding: 0;
}

.blog_details ul li {
    display: inline-block;
    margin-right: 15px;
    list-style: none;
}

.blog_details ul li:before {
    content: none;
    margin: 0;
}

.blog_details ul li a {
    color: #333333;
    transition: all 0.5s ease-out;
}

.blog_details ul li i {
    margin-right: 5px;
}

.blog_details1 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.blog_details_img img {
    max-height: 500px;
    margin: 10px auto;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    object-position: center;
    display: block;
}

.blog_details1 p {
    text-align: justify;
    line-height: 24px;
}

.blog_details1 .block-quote {
    padding: 30px 40px;
    margin-bottom: 20px;
    background: #eee;
    border-left: 3px solid var(--sec);
}

.blog_details1 .block-quote span svg {
    width: 20px;
    height: 20px;
}

.blog_details1 .block-quote p {
    font-size: 15px;
    line-height: 24px;
}

.blog_details1 h3 {
    margin: 0 0 5px;
    padding: 0;
    line-height: 30px;
}

.blog_details1 ul {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
}

.blog_details1 ul li {
    line-height: 28px;
    font-size: 15px;
    margin: 0;
    vertical-align: middle;
    text-align: left;
    padding: 0;
    display: flex;
    align-items: center;
    color: #363636;
}

.blog_details1 ul li:before {
    width: 20px;
    height: 20px;
    color: #4e4e4e;
    font-weight: 400;
    margin-top: 0;
    margin-right: 5px;
    float: left;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='currentColor' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>");
}

.fb-comments {
    width: 100%;
}

.sidebar_post {
    float: left;
    width: 100%;
    padding: 10px 15px;
    background: #eee;
}

.sidebar_post .media {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    border-bottom: 1px solid #d6d6d6;
}

.sidebar_post .media:last-child {
    border-bottom: 0;
}

.sidebar_post .media .media-left {
    float: left;
    width: 80px;
}

.sidebar_post .media .media-left .image {
    width: 100%;
    position: relative;
    height: 60px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.sidebar_post .media .media-left .image img {
    position: absolute;
    max-width: 100%;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto;
    padding: 0;
}

.sidebar_post .media .media-body h4 {
    font-size: 15px;
    text-transform: capitalize;
    line-height: 18px;
    text-align: left;
    padding: 0;
}

.sidebar_post .media .media-body h4 a {
    color: #333;
    transition: all 0.5s ease-out;
}

.sidebar_post .media .media-body h4 a:hover {
    color: var(--pri);
}

.sidebar_post .media:hover .media-body h4 a {
    color: var(--pri);
}

.line1 {
    border-top-color: #ccc;
}

.blogdetails img {
    width: 100%;
}

.blog_news .content_details {
    float: left;
    width: 100%;
    background: #eee;
    padding: 20px;
}

.blog_news .content_details h2 {
    text-transform: capitalize;
    line-height: 30px;
    font-size: 20px;
    margin: 0 0 10px;
}

.blog_news .content_details h2 a {
    color: #333;
    transition: all 0.5s ease-out;
}

.blog_news .content_details ul {
    display: inline;
    margin: 0;
}

.blog_news .content_details ul li {
    display: inline-block;
    margin-right: 15px;
}

.blog_news .content_details ul li:before {
    content: none;
    margin: 0;
}

.blog_news .content_details ul li i {
    margin-right: 5px;
}

.blog_news .block-quote {
    padding: 30px 40px;
    margin-bottom: 20px;
    background: #fdfdfd;
    border-left: 3px solid var(--pri);
}

.blog_news .block-quote p {
    font-size: 15px;
    line-height: 24px;
}

.blog_news .content_details ol {
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
}

.blog_news .content_details ol li {
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 15px;
    font-weight: normal;
}

.blog_news .content_details ol li::before {
    content: "\f0da";
    font-family: "FontAwesome";
    margin-right: 5px;
}

.share-area {
    background: #fff;
    padding: 15px 30px;
}

.share-area .project-name li {
    display: inline-block;
    margin-right: 20px;
}

.share-area .project-name li:last-child {
    margin: 0;
}

.share-area .project-name li a {
    color: #333;
    transition: all 0.5s ease-out;
}

.share-area .project-name li a:hover {
    color: #526788;
}

.share-area .social-icon {
    display: inline;
    margin-right: 30%;
}

.share-area .social-icon:last-child {
    margin: 0;
}

.share-area .social-icon li {
    display: inline-block;
    margin: 0 !important;
}

.share-area .social-icon li h3 {
    margin: 0;
    font-size: 18px;
    color: #333;
    margin-right: 10px;
    font-weight: 500;
    line-height: 15px;
}

.share-area .social-icon li i {
    margin-right: 2px;
}

.share-area .social-icon li i:last-child {
    margin: 0;
}

.share-area .social-icon li .fa-facebook {
    color: #fff;
    background-color: #3b579d;
    padding: 11px 14px;
    border-radius: 50%;
    transition: all 0.5s ease-out;
}

.share-area .social-icon li .fa-facebook:hover {
    opacity: 0.7;
}

.share-area .social-icon li .fa-twitter {
    color: #fff;
    background-color: #1da1f2;
    padding: 11px 12px;
    border-radius: 50%;
    transition: all 0.5s ease-out;
}

.share-area .social-icon li .fa-twitter:hover {
    opacity: 0.7;
}

.share-area .social-icon li .fa-google {
    color: #fff;
    background-color: #ea4335;
    padding: 11px 13px;
    border-radius: 50%;
    transition: all 0.5s ease-out;
}

.share-area .social-icon li .fa-google:hover {
    opacity: 0.7;
}

.share-area .social-icon li .fa-linkedin {
    color: #fff;
    background-color: #0177b5;
    padding: 11px 13px;
    border-radius: 50%;
    transition: all 0.5s ease-out;
}

.share-area .social-icon li .fa-linkedin:hover {
    opacity: 0.7;
}

/*  Contact Us   */
/*  Contact Us   */
.contact_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    position: relative;
}

#contact_form label.error,
.output {
    color: #FB3A3A;
    font-weight: normal;
    margin-bottom: 15px;
}

#quick_form label.error,
.output {
    color: #FB3A3A;
    font-weight: normal;
    margin-bottom: 15px;
}

#quick_enquiry label.error,
.output {
    color: #FB3A3A;
    font-weight: normal;
    margin-bottom: 15px;
}

.pac-container {
    z-index: 100000;
}

.contact_map {
    float: left;
    width: 100%;
    height: 550px;
}

.contact_form_grid1 {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: -1px 1px 3px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 4px;
    overflow: hidden
}

.contact_details {
    background: var(--sec);
    border-radius: 4px 0 0 4px;
    padding: 40px 40px 50px 30px;
}

.contact_details .title_h2 {
    color: #ffffff;
    font-size: 20px;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.contact_details p {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 16px;
}

.contact_details .address_list {
    clear: both;
    margin: 0 0 20px;
    padding: 0;
}

.contact_details .address_list li {
    clear: both;
    list-style: none;
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
}

.contact_details .address_list li svg {
    min-width: 25px;
    height: 25px;
    margin-right: 5px;
}

.contact_details .address_list li a {
    color: #ffffff;
    display: flex;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
}

.contact_details .address_list li a span {
    font-size: 30px;
    margin-right: 13px;
}

.contact_details .address_list li:first-child {
    display: flex;
    align-items: center;
}

.contact_details .address_list li span {
    font-size: 30px;
    margin-right: 13px;
}

.contact_details .address_list li a:hover,
.contact_details .address_list li a:focus {
    color: #2a4a00;
}

.contact_form_grid .form_grid {
    background-color: #ffffff;
    padding: 30px;
}

.contact_form_grid1 .form_grid {
    background-color: #ffffff;
    padding: 30px;
}

.form_grid .title_h2 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 20px;
    padding: 0;
    color: #333;
}

ul.social {
    float: left;
    margin: 0;
    list-style: none;
    padding: 0px;
    width: auto;
}

ul.social li {
    margin: 0px;
    display: inline-block;
}

ul.social li a {
    transition: background 400ms ease-in-out;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #231573;
}

ul.social li a svg {
    color: #fff;
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
}

ul.social li.facebook a {
    background: #3C5B9B;
}

ul.social li.twitter a {
    background: var(--liner);
    background-color: #000;
}

ul.social li.linkedin a {
    background: #027ba5;
}

ul.social li.youtube a {
    background: #f70000;
}

ul.social li.instagram a {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.sitemap_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #f9f9f9;
    position: relative;
}

.sitemap_page .title_2_2 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: var(--sec);
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.sitemap {
    border-left: 1px solid #666;
    padding: 0;
}

.sitemap li {
    list-style: none !important;
    background: transparent url("../images/sitemap_hr.png") no-repeat scroll 0 9px;
    padding: 0 0 0 15px;
    margin-bottom: 5px;
}

.sitemap li ul {
    border-left: 1px solid #666;
    padding: 0;
}

.sitemap li a {
    color: #333;
    font-size: 16px;
    padding-bottom: 5px;
    display: block;
}

.sitemap li a:hover {
    color: var(--tri);
}

.market_area h3 {
    float: left;
    display: block;
    font-size: 20px;
}

.market-list {
    float: left;
    width: 100%;
    margin: 10px 0 !important;
    padding: 0;
}

.market-list li {
    list-style: none;
    padding-right: 10px;
    line-height: 20px;
    width: 25%;
    float: left;
}

.market-list li:before {
    content: none !important;
    margin-right: 0 !important;
}

.market-list li a {
    height: auto;
    padding: 10px 0 10px 12px;
    margin: 0 0 9px;
    display: block !important;
    color: #333 !important;
    font-size: 14px;
    background-color: #eee;
}

.market-list li a:hover {
    background: var(--pri);
    color: #fff !important;
}

.details_image {
    text-align: center;
}

.details_image img {
    width: auto;
}

.gallery_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #eee;
}

.title_2 {
    float: left;
    width: 100%;
    color: var(--sec);
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.title_2 span {
    color: var(--pri);
}

.title_2:before {
    content: '';
    background: var(--pri);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: -10px;
    width: 50px;
    height: 5px;
    margin: 0 auto;
}

.gallery_page .gallery_item {
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 0.98px 0.02px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}

.gallery_page .gallery_item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 2px;
}

.gallery_item_info {
    text-align: center;
    padding: 15px;
}

.gallery_item_info .title_h3 {
    font-size: 18px;
    color: #333;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.gallery_item_info p {
    font-size: 13px;
    margin: 0;
    margin-top: 4px;
    color: #333;
    max-width: 100%;
}

.hover_effect {
    display: block;
    position: relative;
    background: none;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 376px;
}

.hover_effect:after {
    color: #fff;
    position: absolute;
    font-size: 1.6em;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.hover_effect img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto;
    height: auto;
}

.hover_effect:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6;
}

.hover_effect:hover img {
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.hover_effect:hover {
    background: var(--pri);
}

.hover_effect:after {
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='white' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z'/><path d='M10.344 11.742c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1 6.538 6.538 0 0 1-1.398 1.4z'/><path fill-rule='evenodd' d='M6.5 3a.5.5 0 0 1 .5.5V6h2.5a.5.5 0 0 1 0 1H7v2.5a.5.5 0 0 1-1 0V7H3.5a.5.5 0 0 1 0-1H6V3.5a.5.5 0 0 1 .5-.5z'/></svg>");
}

.carousel-control-next,
.carousel-control-prev {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 38px;
    height: 38px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    z-index: 99;
    opacity: 1;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    height: 15px;
    width: 15px;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    background-color: var(--pri);
}

.carousel-control-prev {
    left: 30px;
}

.carousel-control-next {
    right: 30px;
}

@media (max-width:980px) {

    .carousel-control-next,
    .carousel-control-prev {
        width: 20px;
        height: 35px;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        height: 13px;
        width: 13px;
    }

    .carousel-control-prev {
        left: 0px;
        border-radius: 0 3px 3px 0;
    }

    .carousel-control-next {
        right: 0px;
        border-radius: 3px 0px 0px 3px;
    }
}

.iti {
    width: 100%;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    height: 40px;
}


@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}

.iti__divider {
    list-style: none !important;
}

.top-bar .container1 {
    height: auto;
}

.retailButton {
    border: 1px solid #729e39;
    border-radius: 5px;
    text-transform: capitalize;
    letter-spacing: normal;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: inline-block;
    z-index: 1;
    background-color: #ffffff;
    color: #729e39;
    font-size: 15px;
    padding: 5px 10px;
    font-family: var(--font);
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all .5s 
ease;
    -o-transition: all .5s ease;
    transition: all .5s 
ease;
}

.retailButton:hover {
    border: solid 1px var(--tri);
}

.retailButton span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: var(--tri);
    transform: translateY(150%);
    border-radius: 50%;
    transition: 0.5s;
    z-index: -1;
}

.retailButton:hover {
    color: #fff;
}

.retailButton:hover span {
    transform: translateY(0) scale(3.15);
}

.retailButton span:nth-child(1) {
    left: calc((1 - 1) * 25%);
    transition-delay: calc((1 - 1) * 0.1s);
}

.retailButton span:nth-child(2) {
    left: calc((2 - 1) * 25%);
    transition-delay: calc((2 - 1) * 0.1s);
}

.retailButton span:nth-child(3) {
    left: calc((3 - 1) * 25%);
    transition-delay: calc((3 - 1) * 0.1s);
}

.retailButton span:nth-child(4) {
    left: calc((4 - 1) * 25%);
    transition-delay: calc((4 - 1) * 0.1s);
}

.retailButton span:nth-child(5) {
    left: calc((5 - 1) * 25%);
    transition-delay: calc((5 - 1) * 0.1s);
}

.cate-img img {
    object-fit: contain;
    object-position: center;
    aspect-ratio: 2 / 3;
    width: 100%;
}

.cate-img .img-thumbs {
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.cate-img .img-thumbs img {
    cursor: pointer;
}


.cate-tx h1,
.cate-tx h2,
.cate-tx h3,
.cate-tx .main-tt {
    font-size: 20px;
    color: #111;
    line-height: 1.3;
    margin-bottom: 10px;
    font-weight: 700;
}

.cate-tx h2,
.cate-tx h3 {
    font-size: 18px;
    font-weight: 600;
}

.cate-tx ul {
    padding-left: 18px;
    margin: 0;
    margin-bottom: 10px;
}

.cate-tx p,
.cate-tx ul li {
    color: var(--text-light);
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 10px;
    font-size: 16px;
}

.cate-tx ul li {
    margin-bottom: 2px;
}

.cate-tx table {
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%;
}

.cate-tx table tr td {
    padding: 5px 8px;
    font-weight: 500;
    border: 1px solid #E1E1E1;
    color: var(--text-color);
}

.cate-tx table tr td:first-child {
    color: #111;
}

.cate-tx .read_more_btn.mb-1 {
    background-color: var(--pri);
}
.cmTitle {
    font-size: 22px;
    font-weight: 700;
    margin: 7px 0px;
}
.category_page .wps_right h2, .category_page .wps_right h3{
    color: #1063af;margin:10px 0px;
    line-height: 24px;
}
.category_page .wps_right ul{margin:10px 0px}
.right_side h2, .right_side h3 {margin:10px 0px;}


/* search button new css add */
/* header .search {
    max-width: 300px;
    margin: 0 0px;
    padding: 0;
    position: relative;
    margin-left: auto;
    width: 300px;
}
header .search input.form-control {
    height: 32px;
    background: #ffffff;
    color: #fff;
    margin: 0px;
    border: 1px solid #ccc0;
    position: relative;
    font-size: 15px;
    border-radius: 0px 5px 5px 0px;
}
header .search_btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 15px;
    line-height: 40px;
    background: linear-gradient(180deg, #256ed8, #0067ff);
    color: #ffffff;
    border: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px 4px 4px 0;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
} */
.list-style-none li {
    list-style: none;
}
.topbar .list-style-none li a {
    color: #fff;
    letter-spacing: 0px;
    font-size: 15px;
    font-weight: 500;
    padding: 0px 8px;
}
sup.bg-white.text-dark.rounded-circle {
    height: 25px;
    padding: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
ul.social1.cart.m-0.d-flex.list-style-none.align-items-center.justify-content-end.h-100 {
    min-width: 60px;
    padding: 0px;
    max-width: 60px;
    width: 60px;
    margin: 0px 10px !important;
}
ul.social1.m-0.d-flex.list-style-none.align-items-center.justify-content-between.h-100 {
    padding: 0px 15px;
}
ul.social1.m-0.d-flex.list-style-none.align-items-center.justify-content-between.h-100 li a {color: #fff;
    padding: 10px;}
    ul.social1.m-0.d-flex.list-style-none.align-items-center.justify-content-between.h-100 li a:hover {
    color: #ffcda1;}
    .cart a {
    color: #fff;
}
.cart a:hover {
    color: #ffac8e;
}

.single-banner {
    overflow: hidden;
    border-radius: 10px;
}
.single-banner img, .single-product img {
    transform: scale(1);
    transition: all 0.5s 
ease;
}
.single-banner img:hover, .single-product:hover img {
    transform: scale(1.1);
}
.featuredProducts2 .c_bx {
    margin-bottom: 0px;
}
.featuredProducts2 .owl-dots {
    display: none;
}
section.about_page.border-0.pt-5.pb-3 .right_side h1.h1_title {
     font-size: 25px;
    color: #1768b2;
    margin: 10px 0px;
}
section.about_page.border-0.pt-5.pb-3 .scrollbars {
    max-height: 350px;
    overflow-y: auto;
    padding-right: 15px;
    margin-bottom: 15px;
}
.single-product {
    border: 1px solid #1063af1c;
    border-radius: 10px;
    overflow: hidden;
    width: 98%;
    margin: 10px auto;
    background: #ffffff;
}
.single-product .product-img {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: auto;
    aspect-ratio: 2/3;
}
.product-content {
    background: #f9f9f9;
    padding: 0px 7px 10px;
}
.main-image {
    overflow: hidden;
}
.single-product .product-img a img {
    width: 100%;
    height: auto;
    aspect-ratio: 2/3;
    object-fit: contain;
    min-width: 100%;
    min-height: 100%;
}
a.read_more_1.bg_btn_1.px-2 {
    font-size: 14px;
    text-transform: capitalize;
    padding: 7px 0px;
}
span.badge.badge-primary {
    position: absolute;
    top: -5px;
    background: #1566b1;
    width: 94px;
    height: 40px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-50deg);
    left: -35px;
    padding-top: 15px;
    border-radius: 0px;
}
.product-content .title4 {
    padding: 10px 0px 5px;
    font-size: 17px;
    font-weight: 600;
    margin: 0px;
    color: #333;
    text-transform: capitalize;
    letter-spacing: 0px;
    line-height: 18px;
}
.single-product .product-content .title4 a {
    font-size: 17px;
    font-weight: 600;
    margin: 0px;
    color: #333;
    text-transform: capitalize;
    letter-spacing: 0px;
    padding: 10px 0px 0px;
    line-height: 18px;
}
.single-product .product-content .title4 a {
     width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    font-weight: 700;
    color: #256ed8;
}
.product-price {
    display: flex;
    grid-column-gap: 7px;
}
.single-product .product-content .product-price span {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 5px 0px;
}
.single-product .product-content .product-price del {
    color: red;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin: 0px 0px;
}
.text-success {
    color: #28a745 !important;
}
.single-product .product-img a span.new {
    background-color: #e55c46;
    display: inline-block;
    font-size: 10px;
    color: #fff;
    right: 3px;
    top: 3px;
    padding: 0px 5px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    text-transform: uppercase;
    border-radius: 30px;
    height: 22px;
    line-height: 22px;
    z-index: 99;
}
a.read_more_1.bg_btn_1.addtocart.px-2 { 
    background-color: #256ed8;
}
a.read_more_1.bg_btn_1.px-2 { 
    background-color: #729e38;
}
.small-banner.section.float-start.w-100 .single-banner {
    border: 1px solid #c5e5f275;
}
.search input.form-control {
height: 40px;
    background: #ffffffd9;
    color: #000;
    margin: 0px;
    border-radius: 50px;
    border: 3px solid #ffffff;
    padding-left: 22px;
}
.search {
    max-width: 100%;
    width: 100%;
    margin: 0 0px;
    padding: 0;
    position: relative;
    margin-left: auto;
    border: 0px solid #dbdfe1;
    border-radius: 50px;
}
.search_btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0px 15px;
    line-height: 20px;
    background: #ffffff00;
    color: #000000;
    border: 0;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 8px 8px 0px;
    border-left: 1px solid #686868;
    margin: 7px 0px 0px;
}
.search_btn svg {
    width: 17px;
    height: 17px;
}
button.dropdown-toggle.p-0.border-0.bg-transparent {
    color: #fff;
}
ul.social1.m-0.d-flex.list-style-none.align-items-center.justify-content-end.h-100 { 
    padding: 0px;
}
ul.social1.m-0.d-flex.list-style-none.align-items-center.justify-content-end.h-100 li {
    margin: 0px 5px;
}
ul.social1.m-0.d-flex.list-style-none.align-items-center.justify-content-end.h-100 li a.dropdown-item {
    color: #333;
}
ul.dropdown-menu.dropdown-menu-end2 {
right: -5px;
    top: 35px;
}
.top-bar { 
    z-index: 9;}
    .dropdown-toggle2::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
/* add to cart */
table.responsive-stacked-table tr th {
    width: 40%;
    padding: 5px 15px;
}
table.responsive-stacked-table td {
    border: 1px solid #eee;
    padding: 0px 10px;
}
.cart_navigation {
    margin-top: 10px;
    float: left;
    width: 100%; 
}
.page-order .cart_navigation a.prev-btn {
    float: left;
}
.page-order .cart_navigation a {
    padding: 10px 20px;
    border: 1px solid #eaeaea;
    color: #333; 
}
.page-order .cart_navigation a.next-btn {
    float: right;
    background: #007fc2;
    color: #fff;
    border: 1px solid #007fc2;
}
button.btn.btn-link.rounded-0.rounded-start.px-2.bg-danger {
    background: #303030 ! IMPORTANT;
}
button.btn.btn-link.rounded-0.rounded-end.px-2.bg-success {
    background: #000 ! IMPORTANT;
}
input.form-control.rounded-0.border-0.form-control-sm.mb-0 {
    background: #eee;
    border: 1px solid #fff !important;
}
table.responsive-stacked-table td img {
    width: 50px;
    padding: 7px 0px;
}
p.product-name a {
    font-size: 15px;
    font-weight: 700;
}
     
input.button-plus.border.rounded-circle.quantity-right-plus.icon-shape.icon-sm.lh-0 {
    background: #079b56;
    width: 40px;
    color: #fff; 
    border: none;
    box-shadow: none;
    height: 40px;
    text-align: center;
    padding: 0px;   align-items: center;
    display: flex;
    font-size: 30px !important;
    line-height: 20px;
    justify-content: center;
}
input.button-minus.border.rounded-circle.quantity-left-minus.icon-shape.icon-sm.mx-1{
    background: #cd0505;
    width: 40px;
    color: #fff;
    box-shadow: none;
    height: 40px;
    text-align: center;
    padding: 0px;
    align-items: center;
    display: flex;
    font-size: 30px !important;
    line-height: 20px;
    justify-content: center;
}
a.theme-btn.btn-style-one.text-capitalize.moreBtn.float-end.w-auto.text-white.bg-primary {
    background-color: #256ed8 !important;
}
input.quantity.quantity-field.border-0.text-center.w-25 {
    border: 1px solid #ccc !important;
    height: 40px;
    width: 85px !important;
    margin: 0px !important;
    border-radius: 30px !important;
    margin-right: 5px !important;
}
h4.mb-3.text-dark.text-start {
    font-size: 20px;
    color: #5d8f1c !important;
    margin-bottom: 10px !important;
}
h4.d-flex.justify-content-between.px-3.py-2.fs-5.align-items-center.bg-dark.mb-0 {
    background: linear-gradient(180deg, #1063af, #256ed8);
}

li.list-group-item.d-flex.justify-content-between.lh-condensed img {
    width: 60px;
    height: 60px;
    border: 1px solid #ccc;
    max-width: 60px;
    margin-right: 15px;
    border-radius: 5px;
}
span.input-group-text {
    height: 40px;
}
.input-group .btn { 
    height: 40px;
}
.w-10{width:10%}
.w-20{width:20%}
.w-30{width:30%}
.w-40{width:40%}
.w-60{width:60%}
.w-70{width:70%}
.w-80{width:80%}
.w-90{width:90%} 
/* categorys */
.col-lg-6 .product_listing .product .image1 { 
    height: 240px; 
    margin-bottom: 0px;
}
.col-lg-6 .product_listing .product .image1 img { 
    padding: 0px;
    height: 100%;
    object-fit: cover;
}
.col-lg-6 .product_listing .right-content h3 a {
    color: #313131;
    font-size: 18px;
}
.item.col-lg-3 .serviceBox.text-center.rounded-3.overflow-hidden.border.border-muted .p-3 { 
    height: auto;
    padding: 5px 8px !important;}
.item.col-lg-3 .serviceBox.text-center.rounded-3.overflow-hidden.border.border-muted img {
    width: 100%;}
.item.col-lg-3 .serviceBox.text-center.rounded-3.overflow-hidden.border.border-muted .image {
    height: 270px;}
.item.col-lg-3 p {
    text-align: center;
    margin-bottom: 0px;
}
.item.col-lg-3 .serviceBox.text-center.rounded-3.overflow-hidden.border.border-muted .p-3 .serviceTitle.title3 {
    font-size: 16px;
}
.item.col-lg-3 .serviceBox.text-center.rounded-3.overflow-hidden.border.border-muted .image a {
    height: 100%;
}
.col-lg-6 .product_listing .right-content p { 
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.title2 {
    font-size: 25px;
    font-weight: bold;
    font-family:"Source Sans 3", sans-serif;
    color: #0c0c0c;
    margin: 0 0 20px;
    line-height: 1.2;
}
.why-choose-us .sec-title .title2 {
    font-size: 25px;
    font-weight: bold;
    font-family:"Source Sans 3", sans-serif;
    color: #0c0c0c;
    margin: 0 0 20px;
    line-height: 1.2;
}
.counter-block.bg-light.rounded.p-3.text-center.h-350.pt-4 .info{display: block;}
/* profile */
.profile-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }
  .profile-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #007bff;
  }
  .tab-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  }
  /* profile css end */
  .menubars.stricky-fixed .logo {
    width: 160px;
}
.table-wishlist {
    overflow-x: auto;
}
.category_page.bg-white.category-filter .single-product { 
    position: relative;
}
p.text-success.mb-0.ms-2.fs-6 {
    font-size: 12px !important;
    line-height: 12px;
    position: absolute;
    top: 3px;
    background: #719d38;
    left: -5px;
    color: #fff !important;
    padding: 5px;
    border-radius: 50px;
}
@media (min-width:1024px) {
    .category_page.bg-white.category-filter .single-product {
        height: 100%;
        background: #fff8f8;
        padding-bottom: 0px;
    }
    .category_page.bg-white.category-filter .product-content { 
        padding: 10px;
    }
    .relative.cursor-pointerp-4.rounded-xl.border.border-StorkGray2 p{ 
        height: 200px;
        overflow-y: auto;
    }
   
}
@media (min-width:1200px) {
  
    .container-fluid.px-5 {
        padding: 0px 50px !important;
    }
}
/* checkouts */
 .step {
        display: none;
        animation: fadeIn 0.5s ease-in-out;
    }

    .step.active {
        display: block;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(20px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .step-indicator {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .step-indicator .step-box {
        flex: 1;
        text-align: center;
        position: relative;
        color: #6f17a9;
        padding: 10px;
        border-radius: 7px;
        border: 1px solid #973bd352;
        margin: 5px;
        font-weight: bold;
    }

    .step-indicator .step-box.active {
        font-weight: bold;
        color: #ffffff;
        background: #9a3ed6;
    }

    .step-indicator .step-box::before {
        content: "";
        display: block;
        width: 25px;
        height: 25px;
        margin: 0 auto 10px;
        border-radius: 50%;
        background: #ddd;
        line-height: 25px;
    }

    .step-indicator .step-box.active::before {
        background: #ffffff;
    }

    .form-check-input[type=radio] {
        border-radius: 50%;
        width: 20px;
        height: 20px;
        max-width: 20px;
        min-width: 20px;
        padding: 0px;
        margin: 0px 8px 0px 0px;
    }

    .shippings {
        display: none
    }
    .form-control { 
    margin: 0px 0px 10px;
}
form.needs-validation .col-md-5 label, form.needs-validation .col-md-4 label, form.needs-validation .col-md-3 label {
    margin-bottom: 10px;
    font-weight: 700;
}
button.btn.btn-secondary {
    background: #729e39;
    border: none;
    margin-left: 8px;
}
li.list-group-item.d-flex.justify-content-between.lh-condensed h6.my-0 {
    font-size: 14px;
    font-weight: 600;
    color: #375d07;
}
section.contact-form-area.py-5 label { 
    font-weight: 500; 
}
.default-form-area.p-4.rounded-3.text-center.border-bottom.border-3.border-light.bg-white { border: 0px solid #eee;
    box-shadow: 0px 0px 5px 0px #ccc;
    background: #fff; } 
    .aboutTitle {
     padding-bottom: 15px;
    margin-bottom: 18px;
    position: relative;
    color: #256ed8;
    font-weight: 700;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0px;
}
.aboutTitle span {
    position: relative;
    color: #375d07;
}
#contact_form label.error, .output { 
    text-align: left;
}
.text-pink {
    color:#f35f2a;
}
button.theme-btn.btn-style-one.text-capitalize.moreBtn.border-0.mx-1.w-auto.text-white.bg-dark {
    padding: 10px 17px;
}
/* .profilesd .nav-tabs li button.active, .profilesd .nav-tabs li:hover button {
    background: #256ed8;
    color: #fff;
    border-color: transparent;
} */
/* profile */
  .profilesd .nav-tabs li button.active, .profilesd .nav-tabs li:hover button {
    background: #256ed8;
    color: #fff;
    border-color: transparent;
}
.profilesd .nav-tabs li button {
    border-radius: 10px 10px 0px 0px;
    background: #fff;
    color: #256ed8;
    padding: 10px 30px;
    font-weight: 500;margin-right: 10px;
    font-size: 16px;
    border: 1px solid #eeeeee66;
    box-shadow: 0px -2px 2px 0px #cccccc94;
}
.nav-tabs li.nav-item {
    margin-bottom: 1px;
}
.profilesd li.list-group-item {
    font-size: 16px;
    letter-spacing: 0.5px;
}
.title4 {
    font-size: 17px;
    font-weight: 600;
    margin: 0px;
    color: #333;
    text-transform: capitalize;
    letter-spacing: 0px;
    padding: 10px 0px;
    line-height: 18px;
}
button.theme-btn.btn-style-one.text-capitalize.moreBtn.border-0.mx-1.w-auto.text-white.bg-purple {
    background: #0866ed;
    padding: 10px;
}
label.form-label {
    font-weight: 600;
    color: #2b2b2b;
}
button.moreBtn.mx-1{ background: #256ed8;}
/* help css */
.brand-color {
    color: #256ed8;
  }
  .btn-brand {
    background-color: #256ed8;
    color: #fff;
  }
  .btn-brand:hover {
    background-color: #a3154d;
    color: #fff;
  }
  p.text-end.mb-0.link-secondary a {
    color: #333 !important;
}
p.text-end.mb-0.link-secondary a:hover{color: #256ed8 !important; }
section.faq_section.py-5.bg-white .accordion-button {
    padding: 12px 15px;
    font-size: 16px;
    text-transform: initial;
    font-family: var(--font);
    font-weight: 700 !important;
}
.brand-color2.fs-3.mb-3.fw-bold.text-purple {
    color: #266fd8;
    font-size: 25px !important;
    font-weight: 700 !important;
}
.mt-5.p-4.shadow.rounded.rounded-4.text-center {
    box-shadow: 0px 0px 5px 1px #729e3947 !important;
}
h2.text-center.brand-color1.mb-2.text-purple {
    color: #266fd8;
    font-size: 25px !important;
    font-weight: 700 !important;
}

/* filter css */
 
  button.btn.btn-outline-secondary.dropdown-toggle {
    background:#1063af;
    color: #fff;
    border: none;
}
p.border.border-gray.rounded-3.d-inline.px-3.py-2 {
    background: #5d8528;
    color: #fff;
    border: none !important;
}
.bg-light.p-2.border.rounded.border-gray {
background: #86ab5526 !important;
    border: 1px solid #86ab5526 !important;
    margin-bottom: 15px;
}
.pagination li.page-item.disabled a.page-link {
        background: #f35f2a17;
    color: #f35f2a;
}
.pagination .page-link { 
    color:#1063af;}
/* filter */
.category-filter .accordion-item {
    border: none;
    border-top: 1px solid #cccccc85 !important;
    border-radius: 0px;
    margin-bottom: 0px;
    padding: 0px 0px;
}
 
.category-filter .accordion-button:not(.collapsed) {
    color: #5d8528;
    background: #fff;
    font-weight: 700;
} 
.category-filter .form-check .form-check-input {
    float: left;
    margin-left: 0px;
    width: 16px;
    height: 16px;
    border-radius: 50px !important;
    padding: 0px;
    margin-right: 6px;
}
.category-filter .form-check {
    padding: 0px 0px 0px 2px;
}
 
.category-filter button.accordion-button {
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    display: block;
    padding: 10px 0px 5px;
    margin-bottom: 0px;
    cursor: pointer;
} 
.category-filter label { 
    display: flex
;height: 22px;
    align-items: center;
    justify-content: start;
}
.Red{ background: red;}
.Blue{background:blue;}
.Green{background:green;}
.Pink{background:pink;}
.Purple{background:purple;}
.yellow{background:yellow;}
.white{background:white;border: 1px solid #ccc}
.Black{background:#000;}
.Beige{background:beige;}
.Grey{background:grey;}
.Orange{background:orange;}
.Multicolor{background-color: Orange;
    background-image: conic-gradient(orange, red, purple, #00f, #09f, green, #ff0);}
.Brown{background:brown;}
.Gold{background:gold;}
.Silver{background:silver;}
.Metallic{background:#d4af37;}

.category-filter label span {
    width: 15px;
    height: 15px;
    display: inline-block;
   
    border-radius: 3px;
    margin: 0px 5px 0px 2px;
    line-height: 17px;
}
.category-filter label {
    color: #393939;
    font-weight: 500;}
    .toggle-btn {
        border-top: 1px solid #ccc;
    }
   
    .toggle-content {
        padding-bottom: 7px;
    }
    .toggle-btn span.icon {
        font-size: 25px;
        transition: transform 0.2s ease;    line-height: 14px;
      }
      .toggle-content .form-check {
        margin-bottom: 5px;
      }
      .view-more-btn {
        color:#1063af;
        cursor: pointer;
        font-weight: 700;
        display: inline-block;
        margin-top: 5px;
      }
      .filter-col-left {
        background: #f8f4fb;
        padding: 15px;
        border: 1px solid #e9daf2;
        border-radius: 5px;
    }
    .filter-col-left button.accordion-button {
        background: #ffffff00 !important;
    }
    .title1s.text-start.fw-bold.text-uppercase.fs-5 {
        margin-bottom: 7px;
        color:#1063af;
        letter-spacing: 1px;
    }
    .shop-title .aboutTitle {
        padding-bottom: 12px; 
        font-size: 23px; 
    }
/* filter end */
/* category detail start css */
.cate-img .mySwiper {
    margin-top: 0px;
    overflow-x: auto;
    max-height: 140px;
    padding-right: 5px;
}
.mySwiper .swiper-slide {
    height: 100%;
    opacity: 0.6;
}
.cate-img .mySwiper img {
    cursor: pointer;
}
.product-des {
    padding-left: 20px;
}
.cate-img img {
    aspect-ratio:20/29;
    object-fit: contain;
    object-position: center;
    width: 100%;
}
.swiper-button-next:hover, .swiper-button-prev:hover, .swiper-next:hover, .swiper-prev:hover {
    /* background: var(--sec); */
    opacity: 1;
    color: white;
}
.swiper-button-prev, .swiper-prev {
    left: -17px;
    right: auto;
}
.swiper_wrap {
    position: relative;
}
.cate-img {
    position: sticky;
    top: 100px;
}
.swiper-button-next, .swiper-button-prev, .swiper-next, .swiper-prev {
    top: 45%;
    background: #333;
    opacity: 0.5;
    color: white;
    width: 34px;
    height: 34px;
    border-radius: 100%;
}
.swiper-next, .swiper-prev {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.swiper-button-next, .swiper-next {
    right: -17px;
    left: auto;
}
.swiper-slide.swiper-slide-visible.swiper-slide-thumb-active {
    opacity: 1;
}
.mySwiper2 .swiper-slide a {
    width: 100%;
}
.mySwiper2 .swiper-slide a figure {
    width: 100%;
}
.mySwiper2 .swiper-slide a figure img.w-100 {
    max-width: 100% !important;
    aspect-ratio: 2 / 3;
    object-fit: cover;
}
.mySwiper2 .swiper-slide { 
    width: 100% !important;}
.product-des .price {
    font-size: 22px;
    color: #333;
    font-weight: 600;
    margin-top: 15px;
}
.product-des .price span {
    display: inline-block;
    color: #000000;
}
 .product-des .price s {
    color: red;
}
.text-success {
    color: #28a745 !important;
}
.product-des .short .description {
    font-size: 14px;
    color: #555555;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}
.product-des .color .title4 {
    font-size: 16px;
    font-weight: 600;
    color: #5d8528;    margin-bottom: 5px;
}
.cat {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #333;
    margin-top: 5px;
    margin-bottom: 5px;
}
.cat a {
    display: inline-block;
    margin-left: 10px;font-weight: 400;
}
.color-option.text-center {
    background: #f8f4fb;
    border: 1px solid #ece1f4;
    margin: 5px 5px 5px 0px !important;
    width: 55px; 
}
.color-option.text-center p {
    font-weight: 500;
    font-size: 13px;
}
 .availability {
    color: #333;
    font-size: 15px;
    margin-top: 0px;
    display: flex
;
    align-items: center;
    font-weight: bold;
    letter-spacing: 1px;
}
span.badge.badge-success {
    width: 25px;
    height: 25px;
    display: flex
;
    justify-content: center;
    align-items: center;
    max-width: 25px;
    margin-left: 10px;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
.col-lg-6 .color .title4 {
    font-size: 18px;
    font-weight: 600;
    color:#1063af;
    margin: 20px 0px 10px;
}
.color .text-box {
    background: #f8f4fb;
    border: 1px solid #ece1f4;
    text-align: center;
    width: 185px;
    padding: 14px 5px;
    height: 100%;
    border-radius: 10px;
}
.price-rate {
    font-size: 25px;
    font-weight: 500;
    text-align: left;
    padding: 10px 10px;
    color: #5d8528;
}
.color .text-box label.form-check-label {
    font-size: 17px;
}
.shop.single .nav-tabs li a.active, .shop.single .nav-tabs li:hover a {
    background:#1063af;
    color: #fff;
    border-color: transparent;
}
.shop.single .nav-tabs li a {
    border-radius: 10px 10px 0px 0px;
    background: #fff;
    color:#1063af;
    padding: 10px 30px;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #eeeeee66;
    box-shadow: 0px -2px 2px 0px #cccccc94;
}
.shop.single .nav-tabs li {
    margin-right: 10px;
}
.shop.single div#myTabContent {
    border: 1px solid #e1e1e136;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 2px 2px 0px #cccccc94;
    border-radius: 0px 10px 10px 10px;
    overflow: hidden;
}
.single-des h2, .single-des h3, .single-des h4, .single-des h5 {
    margin: 10px 0px;
    font-size: 20px;
    color: #5d8528;
}
.category_page ul li {    list-style: none;
    letter-spacing: 0.2px;
    margin-bottom: 6px;
    line-height: 24px;
    font-size: 16px;
    color: #363636;
    font-weight: 400; } 
    .nav-tabs li.nav-item {
        margin-bottom: 1px;
    }
    .category_page.bg-white.category-filter .single-product{width: 100%;        margin: 0px;}
    .category_page.bg-white.category-filter .single-product .product-content .title4 a {
        margin: 0px 0px 5px; 
        padding: 0px; 
    }
    .aboutTitle1.text-start {
        color:#1063af;
        font-size: 25px;
        font-weight: 600;
    }
    .aboutTitle1.text-start span {
        color: #5d8528;
    }
    .announcement-contact-list ul li{list-style: none;}
    .pincode-section .area-pincode input {
        border: 0;
        height: 40px;
        letter-spacing: 2px;
        -webkit-appearance: none;
        -moz-appearance: textfield;
        background-color: #f8f4fb;
        line-height: 18px;
        color: #a3a2a2;
        margin: 0px;
    }
    .pincode-section .area-pincode .check-pincode {
        border: none;
    font-size: 15px;
    line-height: 16px;
    color:#1063af;
    background-color: #f8f4fb;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 1px;
    }
    .pincode-section .area-pincode {
        display: -ms-grid;
        display: grid
    ;
        -ms-grid-columns: auto .5fr;
        grid-template-columns: auto .5fr;
        border: 1px solid #ece1f4;
        background: #f8f4fb;
        border-radius: 5px;
    }
    .product-usp-item svg{
        color:#1063af;
        margin-right: 10px;
    }
/* category detail end css */
.single-des ul {
    padding: 0px;
}
.ratting-main {
    margin-bottom: 10px;
}
.form-check .form-check-input { 
    padding: 0px;
}
.single-des ul li { 
    font-size: 15px;}
    button.btn.btn-outline-secondary.dropdown-toggle { 
    font-size: 15px;
}
button.btn.dropdown-toggle2.text-white.p-0.border-0.bg-transparent {
    font-size: 14px;
}
ul.social1.m-0.d-flex.list-style-none.align-items-center.justify-content-end.h-100 li a {
    color: #fff;
    font-size: 14px;
}
ul.social1.m-0.d-flex.list-style-none.align-items-center.justify-content-end.h-100 li a:hover, button.btn.dropdown-toggle2.text-white.p-0.border-0.bg-transparent:hover span{
    color: #ffd3c4;}
    ul.social1.m-0.d-flex.list-style-none.align-items-center.justify-content-end.h-100 li a.dropdown-item:hover, button.moreBtn.mx-1:hover{
    color: #ffffff !important;
    background: #729e39 !important;
}
table.responsive-stacked-table.cart-table {
    border: 1px solid #f3f3f3;
}
.checkbox.f-p a:hover, .login-sign-up-text.text-center.d-flex.align-items-center.justify-content-center a:hover{color:#729e39}
.color-box{
    display:flex;
    align-items:center;
    gap:8px;
    cursor:pointer;
    position:relative;
}
.color-box::before{
    content:"";
    width:18px;
    height:18px;
    border-radius:5px;
    display:inline-block;
}

/* COLORS */
.Red1::before{background:red;}
.Blue1::before{background:blue;}
.Green1::before{background:green;}
.Black1::before{background:black;}
.White1::before{background:#fff;border:1px solid #999;}
.Yellow1::before{background:yellow;}
.Purple1::before{background:purple;}
.Beige1::before{background:beige;}
.Grey1::before{background:grey;}
.Orange1::before{background:orange;}

/* CHECK */
.checkmark{
    position:absolute;
    left:4px;
    font-size:12px;
    font-weight:bold;
    color:#fff;
    opacity:0;margin: 0px !important;
    pointer-events:none;
}
label.form-check-label, .form-check-input {
    cursor: pointer;
}
input:checked + .checkmark{opacity:1;}
.White1 .checkmark,
.Yellow1 .checkmark{color:#000;}
.form-check.w-auto.mx-1.color-filter {
    min-width: 95px;
}
    .cart_right_title {
    background: #256ed8;
    background-color: #246ed8;
    padding: 10px 12px;
    color: #fff;
    line-height: 24px;
    font-size: 15px;
    width: 100%;
    font-weight: 600;
    display: inline-block;
}
.cart_right {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #eee;
    background: #fff;
}
.cart_right .table {
    border: 0;
    margin-bottom: 15px;
}
.order_btn {
    width: 100%;
    padding: 10px 25px;
    background: #709d36;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 15px;
    font-size: 16px;
    border: 1px solid #709d36;
    font-weight: 600;
}
.table.table-totals tr {
    border: 0;
}
.cart_page .cart_right table tr td:nth-child(1) {
    width: auto !important;
}
.cart_right .table tr th, .cart_right .table tr td {
    border: 0;
    padding: 5px 0;
    font-size: 15px;
}
.cart_right .table tfoot {
    border-top: 1px solid #ccc;
    font-size: 1.8rem;
    font-weight: 600;    font-weight: bold;
    border-bottom: 1px solid #ccc;
}
.cart_right .table tfoot tr td {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    color: #000000;    font-weight: bold;
    width: auto !important;
}
.heading-counter.bg-light.border.px-3.py-2.fs-6.fw-bold.text-start.mb-2
 {
    background: #729e39 !important;
    color: #fff;
    line-height: 30px;
}
.cart_right .safe_info {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}
.cart_right .safe_info svg {
    width: 30px;
    height: 30px;
    color: #388e3c;
    float: left;
    margin-top: 4px;
    margin-right: 5px;
}
table.responsive-stacked-table tfoot th {
    font-size: 17px;
}

/* checkout page */
/* Checkout page */
.checkout_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #eee;
    position: relative;
}

.checkout_page h1 {
    padding: 8px 15px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #246ed8;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
}

.panel-body form .radio_btn input {
    float: left;
    margin-right: 10px;
    height: 17px;
    line-height: 25px;
}

.panel-body form .radio_btn {
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
}

.panel-body form .radio_btn:hover {
    color: var(--pri);
}

.password_cont {
    display: none;
    position: relative;
}

.checkout_page .checkout-steps .panel-default {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    margin-bottom: 20px;
}

.checkout_page .checkout-steps .panel .checkout_title {
    margin: 0 !important;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    padding: 0
}

.checkout_page .checkout-steps .panel .checkout_title a {
    color: var(--text-color);
    text-transform: uppercase;
    display: block;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    border-radius: 3px
}

.checkout_page .checkout-steps .panel .checkout_title a span {
    background-color: #aaa;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    width: 26px;
    text-align: center;
    line-height: 26px;
    height: 26px;
    font-size: 13px;
    border-radius: 3px
}

.checkout_page .checkout-steps .panel .checkout_title a span svg {
    width: 20px;
    height: 20px;
}

.checkout_page .checkout-steps .panel .checkout_title>a:not(.collapsed) {
    background: #f35f2a;
    color: #fff;
    border-radius: 3px 3px 0px 0px;
}

.checkout_page .checkout-steps .panel .checkout_title>a:not(.collapsed) span {
    background: #fff;
    color: var(--pri);
}

.checkout_page .checkout-steps .checkout-step-01 form .form-group .info_title {
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 13px;
    color: var(--text-color)
}

.checkout_page .checkout-steps .checkout-step-01 form .forgot-password {
    padding-top: 14px;
    display: inline-block;
    color: var(--pri);
    position: absolute;
    top: -5px;
    right: 7px;
    z-index: 999;
}

.checkout_page .checkout-steps .checkout-step-01 form .step_login_btn {
    padding: 10px 25px;
    background: var(--text-color);
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: 15px;
    border: 0;
    z-index: 1;
}

.checkout_page .checkout-steps .checkout-step-01 form .step_login_btn:hover {
    background: var(--pri);
    color: #fff;
}

.checkout_page .radio .radio_button {
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 0;
    color: var(--text-color);
}

.radioGroup {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 15px;
}

.radioSingle [type="radio"]:checked,
.radioSingle [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.radioSingle [type="radio"]:checked+label,
.radioSingle [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    line-height: normal;
    display: flex;
    color: var(--text-color);
    align-items: center;
    font-size: 15px;
}

.radioSingle [type="radio"]:checked+label:before,
.radioSingle [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.radioSingle [type="radio"]:checked+label:after,
.radioSingle [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 18px;
    height: 18px;
    background: #F87DA9;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: var(--pri);
    border: 1px solid var(--pri);
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z'/></svg>");
}

.radioSingle [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.radioSingle [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.checkout_page .radio .radio_button input[type="radio"] {
    margin: 0 5px 0 0px;
    position: relative;
    float: left;
    line-height: 24px;
    height: 20px;
}

.checkout_page .checkout-steps .panel-body {
    padding: 20px;
    border: none
}

.checkout_page .checkout_right {
    float: left;
    width: 100%;
    padding: 15px;
    background: #eee;
}

.checkout_page .checkout_right h4 {
    text-align: left;
    margin: 0 0 10px;
    padding: 0;
    color: var(--pri);
}

.checkout_page .checkout_right ul {
    margin: 0;
    padding: 0;
}

.checkout_page .checkout_right ul li {
    font-size: 13px;
    list-style: none;
    line-height: 22px;
}

.checkout_page .checkout_right ul li:before {
    content: none;
}

.checkout_page .checkout_right ul li i.fa-check {
    background: transparent !Important;
    color: var(--pri);
}

.checkout_page .checkout_right .step_login_btn {
    padding: 8px 25px;
    background: var(--text-color);
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 15px;
    font-size: 15px;
    border: 0
}

.checkout_page .checkout_right .step_login_btn:hover {
    background: var(--pri);
    color: #fff;
}

.checkout_page .address {
    float: left;
    width: 100%;
}

.checkout_page .address h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px;
    padding: 0;
}

.checkout_page .address h5 label input {
    float: left;
    margin-right: 6px;
    height: 16px;
    line-height: 25px;
    margin-bottom: 30px;
}

.checkout_page .address h5 label span {
    font-size: 16px;
    color: var(--pri);
    margin-right: 6px;
    font-weight: 600;
}

.checkout_page .address p strong {
    margin-right: 5px;
}

.checkout_page .address h5 label {
    font-size: 14px;
    color: var(--text-color);
}

.checkout_page .address h5 .edit {
    float: right;
    font-size: 14px;
    color: var(--pri);
}

.checkout_page .address h5 .edit:hover {
    color: var(--text-color);
}

#edit_panel {
    display: none;
}

/*.cancel{ display: inline-block; padding: 10px 35px;} 
.save_btn{ padding: 10px 35px; background: #fb641b;}*/
.checkout_page .checkout-steps .panel .checkout_title5 {
    margin: 0px !important;
    font-size: 13px;
    text-align: left;
    padding: 0;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    border: 1px solid #eee;
}

.checkout_page .checkout-steps .panel .checkout_title5 a {
    color: var(--pri);
    text-transform: capitalize;
    display: block;
    background: #fff;
    font-size: 14px;
    padding: 10px;
    border-radius: 3px
}

#add_address_panel {
    display: none;
}

.change {
    float: right;
    background: transparent;
    border: 1px solid var(--pri);
    color: var(--pri);
    padding: 5px 10px;
    font-size: 14px;
    font-weight: normal;
}

.complate_bg {
    background: #388e3c !important;
    color: #fff !important;
}

.checkout_page .checkout-steps .panel .checkout_title a.complate_bg span {
    background: #fff;
    color: #388e3c;
}

.checkout_page .checkout-steps .panel .checkout_title a.complate_bg i {
    margin-top: 3px;
}

.panel-body h5 {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 10px;
    padding: 0;
}

.panel-body label.shipping {
    line-height: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}

.panel-body label.shipping input {
    float: left;
    height: 15px;
    margin-right: 10px;
}

.checkout_btn {
    padding: 10px 30px;
    background: var(--text-color);
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 15px;
    font-size: 15px;
    border: 0;
    z-index: 1;
}

.checkout_btn:hover,
.checkout_btn:focus {
    background: var(--pri);
    color: #fff;
}

.edit_address ul {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
}

.edit_address ul li {
    list-style: none;
    line-height: 24px;
    border: 1px solid #eee;
    padding: 5px 10px;
    margin-bottom: 5px;
}

.edit_address ul li label {
    margin: 0 10px 0 0px;
    padding: 0;
}

.payment_option form .radio {
    border-bottom: 1px solid #ccc;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 16px;
    padding: 5px 0 10px 30px;
    user-select: none;font-weight: 700;
}

.payment_option form .radio:last-child {
    border-bottom: 0;
}

.payment_option form .radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.payment_option form .checkround {
    position: absolute;
    top: 6px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #fff;
    border-color: var(--pri);
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
}

.payment_option form .radio input:checked~.checkround {
    background: #fff;
}

.payment_option form .checkround:after {
    content: "";
    position: absolute;
    display: none;
}

.payment_option form .radio input:checked~.checkround:after {
    display: flex;
}

.payment_option form .radio .checkround:after {
    left: 2px;
    top: 2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    line-height: 5px;
    background: var(--pri);
    border: 1px solid var(--pri);
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z'/></svg>");
}

.singleCheck {
    width: 100%;
    margin: 10px 0 0;
}

.singleCheck label {
    font-size: 13px;
    line-height: 28px;
    font-weight: normal;
    cursor: pointer;
    color: var(--text-color);
    display: block;
}

.singleCheck label:before,
.singleCheck label:after {
    content: "";
    display: table
}

.singleCheck label:after {
    clear: both
}

.singleCheck label {
    line-height: 28px;
    margin: 0
}

.singleCheck label:hover {
    color: var(--pri)
}

.singleCheck label>span {
    display: block;
    position: relative;
    padding-left: 27px;
    font-size: 15px;
    font-weight: 500;
}

.singleCheck label>span a {
    display: inline-block;
    color: var(--pri);
}

.singleCheck label>span:before {
    content: '';
    width: 18px;
    height: 18px;
    line-height: 18px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.singleCheck label input[type=checkbox] {
    visibility: hidden;
    position: absolute
}

.singleCheck label input[type=checkbox]:checked+span {
    color: var(--pri)
}

.singleCheck label input[type=checkbox]:checked+span:before {
    background: var(--pri);
    border: 1px solid var(--pri);
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z'/></svg>");
}

.confrmorder {
    padding: 12px 40px;
    background: var(--pri);
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-right: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    border: 0;
    z-index: 1;
}

.confrmorder.hover_btn:before,
.confrmorder.hover_btn:after {
    background: var(--text-color);
}

.payment_option form label {
    cursor: pointer;
}
/* Login Page */
.login_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 30px 0;
    background: #fff
}

.thumbur {
    width: 150px;
    height: 150px;
    position: relative;
    background-color: #efefef;
    background-image: linear-gradient(to right, #efefef 0, #efefef 50%, #e1e1e1 50%, #e1e1e1 100%);
    margin: auto;
    border-radius: 100%;
    text-align: center
}

.thumbur i {
    position: relative;
    font-size: 72px;
    color: var(--pri);
    margin: 25% 0
}

.panel-lite {
    float: left;
    width: 100%;
    margin: 20px auto;
    max-width: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    position: relative
}

.panel-lite h4 {
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    color: var(--pri);
    margin: 15px auto
}

.panel-lite strong a {
    color: var(--pri);
}

.title_style {
    margin-bottom: 15px;
}

.title_style h2 {
    width: auto;
    background: #fff;
    margin: 0 auto;
    display: inline-block;
    padding: 5px 20px;
    color: var(--pri);
}

.text-muted {
    color: #728096 !important;
}

.panel-lite a {
    display: inline-block;
    text-decoration: none;
    color: var(--text-color);
    font-size: 14px
}

.panel-lite a:hover {
    color: var(--pri)
}

.form-group {
    position: relative;
    font-size: 15px;
    color: #666;
    margin-bottom: 15px;
}

.form-group+.form-group {
    margin-top: 15px;
}

.form_input {
    position: relative;
    padding: 12px 15px 8px 15px;
    width: 100%;
    outline: 0;
    border: 0;
    box-shadow: 0 1px 0 0 #ccc;
    -webkit-transition: box-shadow 150ms ease-out;
    transition: box-shadow 150ms ease-out;
    font-size: 15px;
    font-weight: normal;
    background: transparent;
    z-index: 100;
    border: 1px solid #ccc;
    border-radius: 3px;
    z-index: 2;
}

input.form_input {
    height: 40px;
}

input.form_input:-webkit-autofill,
input.form_input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
    background-color: transparent !important;
}

input.form_input[data-autocompleted] {
    background-color: transparent !important;
}

input.form_input:-webkit-autofill,
input.form_input:-webkit-autofill:hover,
input.form_input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--text-color);
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

.input_label {
    position: relative;
    display: block;
    width: 100%;
}

.input_label.active .placeholder {
    font-size: 14px;
    top: -9px;
    left: 10px;
    z-index: 5;
    background: #fff;
    padding: 0 5px;
    color: #777;
}

.input_label.active .form_input:not(:focus):not(:hover)~.placeholder {
    color: #777;
}

.input_label>.form_input:-webkit-autofill~.placeholder {
    font-size: 14px;
    top: -9px;
    left: 10px;
    z-index: 5;
    background: #fff;
    padding: 0 5px;
    color: #777;
}

/*.input_label .form_input:focus, .input_label .form_input:hover { border-color: var(--text-color); } */
.form-group .placeholder {
    position: absolute;
    z-index: 1;
    left: 15px;
    top: 8px;
    transition: .3s;
    background: #fff;
    padding: 0px;
    color: #777;
    font-weight: normal;
    line-height: 20px;
    font-size: 15px;
    opacity: 1;z-index: 2;
}

.password_visable {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    width: 50px;
    cursor: pointer;
    padding: 0 10px;
    height: 40px;
    border-left: 1px solid #eee;
}

.password_visable:before {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-weight: 700;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'><path d='M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z'/><path d='M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z'/></svg>");
    font-size: 18px;
    color: var(--text-color);
    position: absolute;
    right: 0;
    top: 2px;
    text-align: center;
    line-height: 40px;
    width: 100%;
}

.eye_slash:before {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-weight: 700;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'><path d='M13.359 11.238C15.06 9.72 16 8 16 8s-3-5.5-8-5.5a7.028 7.028 0 0 0-2.79.588l.77.771A5.944 5.944 0 0 1 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.134 13.134 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755-.165.165-.337.328-.517.486l.708.709z'/><path d='M11.297 9.176a3.5 3.5 0 0 0-4.474-4.474l.823.823a2.5 2.5 0 0 1 2.829 2.829l.822.822zm-2.943 1.299.822.822a3.5 3.5 0 0 1-4.474-4.474l.823.823a2.5 2.5 0 0 0 2.829 2.829z'/><path d='M3.35 5.47c-.18.16-.353.322-.518.487A13.134 13.134 0 0 0 1.172 8l.195.288c.335.48.83 1.12 1.465 1.755C4.121 11.332 5.881 12.5 8 12.5c.716 0 1.39-.133 2.02-.36l.77.772A7.029 7.029 0 0 1 8 13.5C3 13.5 0 8 0 8s.939-1.721 2.641-3.238l.708.709zm10.296 8.884-12-12 .708-.708 12 12-.708.708z'/></svg>");
    font-size: 18px;
    color: var(--text-color);
    position: absolute;
    right: 0;
    top: 2px;
    text-align: center;
    line-height: 40px;
    width: 100%;
}

.forgotPwd {
    text-align: center;
    line-height: 22px;
    font-size: 16px;
    color: var(--text-color);
}

.forgotPwd a {
    color: var(--text-color);
    text-decoration: none;
    display: inline-block;
}

.forgotPwd a span {
    color: #0c71a2;
}

.new_user_1 {
    float: right;
}

.form-group label {
    cursor: pointer;
}

.register_btn {
    padding: 10px 50px;
    background: var(--text-color);
    color: #fff !important;
    display: block;
    text-align: center;
    border-radius: 3px;
    z-index: 1;
    width: 100%;
    font-size: 16px;
    border: 0;
    margin-bottom: 15px;
}

.register_btn:hover,
.register_btn:focus {
    background: var(--pri);
    color: #fff;
}

.textarea1 {
    height: 100px !important
}

.register .radio_button {
    min-height: 35px;
    margin-right: 10px
}

.order_confirm {
    text-align: center;
    float: none;
}

.details_qty.order_confirm input.qty {
    border: 0;
    margin: 0 auto;
}

.checkout-step-04 table tbody tr td:first-child {
    width: 60%;
}

.summary_p {
    font-size: 12px !important;
    color: var(--text-color);
}

.summary_p a {
    background: var(--text-color);
    ;
    color: #fff;
    padding: 0px 10px;
    text-decoration: none;
    border-radius: 2px;
}

.summary_p small {
    color: var(--pri);
    font-size: 12px;
}

.summary_p a:hover {
    text-decoration: none;
}

.summary_p span {
    float: right;
}

.float_r {
    float: right;
}
.cart_left table {
    border: 0px solid #ccc !important;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
.cart_left table tr {
    border: 1px solid #ddd;
    padding: 5px;
}
.cart_left table th {
    border: 0px solid #ddd;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    font-size: 14px;
    color: var(--pri);
    background: #eee;
}
.checkout-step-04 table tbody tr td:first-child {
    width: 60%;
}
.cart_left table td {
    font-size: 13px;
    border: 1px solid #ddd;
    border: 1px solid #eee;
    padding: 5px 10px;
    line-height: 1.42857143;
    vertical-align: middle;
}
.cart_image {
    width: 22%;
    float: left;
    margin-right: 2%;
    position: relative;
    height: 100px;
    border: 1px solid #eee;
}
.cart_image a img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    width: auto;
    transform: translate(-50%, -50%);
    max-height: 100%;
}
.cart_info {
    width: 100%;
}
.cart_info a {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-color);
    line-height: 22px;
}
.cart_info p {
    font-size: 13px;
    line-height: 18px;
    text-align: left;
}
.upi-pay-bx .tt {
    font-size: 16px;
    align-content: center;
    margin-bottom: 17px;
    font-weight: 600;
    line-height: 1;
}
.upi-pay-bx .tx-bx {
    width: 100%;
    padding: 15px;
    background: #ffebc3;
    border: 1px solid #f7dbc4;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 8px;
    font-weight: 400;
    text-align: center;
}
.payment_option3 form .checkround{    position: absolute;
    top: 5px;
    left: 0;
    height: 26px;
    width: 26px;
}
@media (min-width:1024px) {
    /* .single-banner { 
    height: 230px;
} */
}