/* @import url("https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap"); */
html,
body {
    margin: 0px;
    padding: 0px !important;
    overflow-x: hidden;
    /* font-family: "Roboto", sans-serif; */
    box-sizing: border-box;
    text-decoration: none;
    font-family: "Work Sans", sans-serif;
    background-color: #fff;
}

/* country code input field  */
.iti {
    width: 100%;
}

/* CKEDITOR CSS  */
.code {
    color: #000000 !important;
}

ul {
    list-style-type: none;
}

.loader {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid blue;
    border-right: 3px solid green;
    border-bottom: 3px solid red;
    width: 25px;
    height: 25px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    display: flex;
    justify-content: end;
}

.checkoutBtnBox {
    display: flex;
    justify-content: end;
}

/* *********************** CHECKOUT PAGE CSS  **************  */

.registerFormBox,
.changeBtn {
    display: none;
}

.optionHeading {
    color: #777;
}

.loadingwait {
    border: 1px solid red;
    height: 65px;
    width: 220px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    z-index: 9999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loadingwait .mainwt {
    display: flex;
}

/* .mainloginwt {
    display: block;
    margin: auto;
} */

/* .stickyBilling {
    position: fixed;
    top: 48px;
    z-index: 9999;

    width: 31%;
    animation-name: slideIn;
    animation-duration: 4s;
    animation-delay: -2s;
} */

/* LOGIN FORM ****************   */
#loginForm input {
    margin: 5px;
}

.billing-mobile-view .heading h2 {
    font-size: var(--font-sz23);
}

#loginForm .text-danger {
    margin-left: 10px;
}

#loginForm .heading h2 {
    font-size: var(--font-sz23);
    font-weight: 500;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

a,
a:hover {
    text-decoration: none;
}

:root {
    --black: #000000;
    --fadeblue: #18254a;
    --red: red;
    --wihite: #fff;
    --deepwhite: #ffffff;
    --cyano: #007a9f;
    --blue: #002259;
    --body-back-color-1: #007a9f0a;
    --body-back-color-2: #00225912;
    --body-back-color-3: rgb(240 242 255);

    --sans-serif: Arial, Helvetica, sans-serif;
    /* --font-family-1: popins;
    --font-family-2: roboto; */

    --font-sz22: 22px;
    --font-sz21: 21px;
    --font-sz23: 23px;
    --font-sz15: 15px;
    --font-sz16: 16px;
    --font-sz17: 17px;
    --font-sz18: 18px;
    --font-sz19: 19px;
    --font-sz20: 20px;
    --font-sz13: 13px;
    --font-sz35: 35px;
}

/* BODY SCROLLEBAR CUSTOMIZE ********************  */

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--blue);
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--cyano);
}

/* HEADER CSS START  ********************* */

#header {
    padding: 0px 32px;
    box-sizing: content-box;
    border-top: 1px solid var(--cyano);

    /* visibility: visible;
    opacity: 1; */
}

.sticky {
    position: fixed;
    top: 0;
    /* left: 0; */
    z-index: 9999;
    background-color: var(--white);
    width: 100%;
}

#mobile_header {
    padding: 14px;
    background: var(--deepwhite);
    border-bottom: 2px solid #0db9ed;
    width: 100%;
    position: sticky;
    z-index: 9999;
    top: 0;
}

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

.mobile_bar #bar {
    /* font-size: 38px;
    color: #007a9f; */
}

.navbar_top_header li {
    list-style: none;
    padding: 0px 15px;
    position: relative;
}

#navbar li a {
    text-decoration: none;
    font-size: var(--font-sz15);
    color: var(--deepwhite) !important;
    transition: 0.3s ease;
    font-weight: 400;
}

#navbar {
    background-color: rgb(0 34 89);
    color: var(--deepwhite);
    /* height: 100vh;
    width: 70%; */
}

#navbar li a:hover,
#navbar li a.active {
    /* color:rgb(37, 208, 217); */
    color: #00c4ff !important;
}

.bottom_header {
    margin: 0;
    padding: 10px;
}

.inner-header {
    list-style: none;
    position: relative;
    top: 9px;
}

.inner-header li {
    display: inline-block;
    /* padding-right: 10px; */
}

.inner-header .header-btn {
    padding: 0 7px;
    font-size: var(--font-sz13);
    border-radius: 3px;
    display: block;
    font-weight: 600;
    line-height: 28px;
    border: 1px solid var(--fadeblue);
}

.topheadericon {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.topheadericon input[type="search"] {
    border-radius: 25px 0 0 25px;
}

.topheadericon .mainseacrh-box {
    position: relative;
}

.searchbox .mainseacrh-box button {
    position: absolute;
    width: 50px;
    height: 37.99px;
    border-radius: 0 25px 25px 0;
    right: -35px;
    border: 0;
    /* border-left: 1px solid #002259; */
}

.searchbox .search-result {
    border: 1px solid red;
    max-height: 480px;
    width: 100%;
    background-color: var(--deepwhite);
    position: absolute;
    z-index: 9999;
    top: 50px;
    border-radius: 15px;
    display: none;
}

.search-result .w-10 {
    width: 10%;
}

.search-result .w-70 {
    width: 70%;
}

.table th,
.table td {
    border: 0 !important;
    padding: 0.85rem;
}

.table {
    margin-bottom: 0 !important;
}

.search-result .table .removeBtn {
    font-size: 14px;
}

.inner-header .registerBtn {
    background-color: var(--blue);
    color: var(--wihite);
    transition: background-color 3s;
}

.inner-header .registerBtn:hover {
    background-color: var(--wihite);
    color: var(--fadeblue);
}

.inner-header .loginBtn {
    color: var(--fadeblue);
}

.inner-header .loginBtn:hover {
    background-color: var(--fadeblue);
    color: var(--wihite);
    transition: background-color 3s;
}

.bg_search {
    border: none;
    background-color: var(--cyano) !important;
    /* height: 38px !important; */
}

#close {
    display: none;
}

.e_cart {
    position: relative;
    top: 5px;
    font-size: var(--font-sz19);
}

.user_profile {
    overflow: hidden;
    background-color: #007a9f2b;
    color: #00546d !important;
    padding: 8px;
    border-radius: 50%;
}

#navbar-profile .profile {
    border: 1px solid red;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-origin: content-box;
}

#navbar-profile .edit-img-btn {
    position: relative;
    top: 70px;
    left: 74px;
}

/* HEADER CSS END ********************** */

/* LETTER CLASS IS USE TO COMMON EVERY HEADING CLASS */




/* PRICE CARD CSS START ********************** */

.pricing .plan {
    background-color: #fff;
    padding: 18px;
    border-radius: 5px;
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pricing .plan h2 {
    font-size: 22px;
    margin-bottom: 12px;
}

.pricing .plan .price {
    margin-bottom: 1rem;
    font-size: 30px;
}

.pricing .plan ul.features {
    list-style-type: none;
    text-align: left;
    padding-left: 0;
    max-height: 210px;
    overflow-y: scroll;
}

.pricing .plan ul.features li {
    margin: 8px;
}

.pricing .plan ul.features li .fas {
    margin-right: 4px;
}

.pricing .plan ul.features li .fa-check-circle {
    color: var(--blue);
}

.pricing .plan ul.features li .fa-times-circle {
    color: #eb4d4b;
}

.pricing .plan button {
    border: none;
    width: 100%;
    padding: 10px 16px;
    margin-top: 1rem;
    background-color: var(--blue);
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-size: 18px;
}
.pricing .plan button  i{
    font-size: 23px;
}

.pricing .plan.popular {
    border: 2px solid var(--blue);
    /* position: relative; */
    /* transform: scale(1.08); */
}

.pricing .plan.popular span {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--blue);
    color: #fff;
    padding: 4px 20px;
    font-size: 18px;
    border-radius: 5px;
}

.pricing .plan:hover {
    box-shadow: 5px 7px 67px -28px rgba(0, 0, 0, 0.37);
    -webkit-transform: translateY(-2%);
    transform: translateY(-2%);
}

/* PRICE CARD CSS END ********************** */





/* Counter CSS START ********************** */

.counter {
    color: var(--blue);
    font-family: "Raleway", sans-serif;
    text-align: center;
    width: 190px;
    height: 175px;
    padding: 18px 10px 30px 20px;
    margin: 48px 0px 0px 0px;
    border: 2px solid var(--blue);
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-left: 0px;
    margin-right: 15px;
}

.larg-res {
    /* border: 3px solid red; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter:before,
.counter:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    z-index: -1;
}

.counter:before {
    background: var(--blue);
    top: -20px;
    right: -20px;
}

.counter:after {
    background: var(--white);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    top: -10px;
    right: -10px;
}

.counter .counter-icon {
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 18px;
}

.counter h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 5px;
}

.counter .counter-value {
    font-size: 32px;
    font-weight: 600;
    display: block;
}

.counter .counting-no {
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter .counting-no i {
    font-size: 22px;
    font-weight: 600;
    margin-left: 4px;
}

/* Counter CSS END ********************** */

/* About CSS START ********************** */
#about_section .content-heading h2 {
    font-weight: 600;
    font-size: 30px;
    color: var(--blue);
    /* font-family: serif; */
}

#about_section p {
    font-size: var(--font-sz14);
    font-weight: 400;
    /* text-align: justify; */
    margin-top: 20px;
    /* text-indent: 40px; */
    color: var(--fadeblue);
}

.icon-check span {
    font-size: var(--font-sz14);
    color: var(--fadeblue);
    font-weight: bold;
}

.icon-check i.fas.fa-check {
    display: inline !important;
    /* border: 1px solid; */
    padding: 4px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    background: var(--fadeblue);
    color: var(--deepwhite);
}

/* #about .icon {
    color: var(--cyano);
    font-size: 19px;
    font-weight: 600;
}

#about ul {
    list-style: none;
    padding-left: 0px;
} */

/* About CSS END ********************** */

/* Custom-btn CSS START ********************** */

.button {
    display: block;
    padding: 10px 22px;
    border: none;
    background: none;
    color: inherit;
    position: relative;
    z-index: 1;
    -moz-osx-font-smoothing: grayscale;
}

.button:focus {
    outline: none;
}

.button>span {
    vertical-align: middle;
}

.button--border-thick {
    border: 2px solid;
}

.button--winona {
    overflow: hidden;
    padding: 0;
    -webkit-transition: border-color 0.3s, background-color 0.3s;
    transition: border-color 0.3s, background-color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    border-color: var(--blue);
    color: var(--blue);
}

.button--winona::after {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    color: var(--cyano);
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
}

.button--winona>span {
    display: block;
}

.button--winona.button--inverted {
    color: var(--cyano);
}

.button--winona.button--inverted:after {
    color: var(--white);
}

.button--winona::after,
.button--winona>span {
    padding: 8px 35px;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button--winona:hover {
    border-color: var(--cyano);
    background-color: rgba(21, 112, 137, 0.219);
}

.button--winona.button--inverted:hover {
    border-color: var(--cyano);
    background-color: var(--cyano);
}

.button--winona:hover::after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.button--winona:hover>span {
    opacity: 0;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
}

.button--round-l {
    border-radius: 40px;
}

.button--text-thick {
    font-weight: 600;
}

/* .text-center {
    display: flex;
    align-items: center;
    justify-content: center;
} */

.clamped-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamped-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* font-family: var(--sans-serif); */
}

.main-heading h2 {
    color: var(--blue);
    text-align: center;
    font-weight: 600;
    font-family: serif;
}

.main-para {
    font-size: var(--font-sz14);
    font-weight: 400;
    color: var(--fadeblue);
    text-align: justify;
}

/* Custom-btn CSS END ********************** */

/* set-up CSS START ********************** */

.set-up .card {
    border: none;
    border-radius: 15px;
    background: var(--wihite);
    color: var(--blue);
    box-shadow: 2px 2px 8px var(--blue);
    position: relative;
    z-index: 1;
    transition: 0.6s all;
}

.set-up .card::before {
    content: "";
    width: 0px;
    height: 100%;
    border-radius: 15px;
    background-color: var(--cyano);
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.6s all;
    position: absolute;
}

.set-up .card:hover::before {
    width: 100%;
}

.set-up .card:hover {
    /* background: var(--dark); */
    background-color: var(--cyano);
}

.set-up .card:hover .box .content .main-para {
    color: var(--white) !important;
}

.set-up .card .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.set-up .card .box .icon {
    font-size: 32px;
    margin-right: 16px;
}

.set-up .card .box .content h5 {
    color: var(--blue);
    font-weight: 600;
    /* font-family: serif; */
}

/* set-up CSS END ********************** */

/* Price Section CSS Start ********************** */

#price {
    background: #a9a8ae2b;
    /* background: #a9a8ae2b; */
}

.pricingTable {
    color: var(--blue);
    background: var(--wihite);
    /* font-family: "Source Sans Pro", sans-serif; */
    text-align: center;
    padding: 20px 25px;
    border-radius: 20px;
    position: relative;
}

.pricingTable:before {
    content: "";
    background: linear-gradient(#f0f0f1, #1751af00);
    border-radius: 30% 30% 0 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 260px;
    bottom: 0;
}

.pricingTable .pricingTable-header {
    margin: 0 0 16px;
}

.pricingTable .title {
    font-size: var(--font-sz18);
    font-weight: 600;
    text-transform: capitalize;
}

.pricingTable .timing h3 {
    color: var(--cyano);
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 14px;
    font-size: var(--font-sz20);
}

.pricingTable .price-value {
    padding: 25px 10px;
    margin: 0 auto 25px;
    border-radius: 50%;
    border: 2px solid var(--blue);
    border-left-color: transparent;
    position: relative;
    z-index: 1;
}

.pricingTable .price-value .discount-tag {
    font-weight: 500;
    font-size: 24px;
    color: var(--red);
}

.pricingTable .price-value:before {
    content: "";
    background: linear-gradient(to top, #ffffffae, transparent);
    border-radius: 50%;
    border: 2px solid var(--blue);
    border-right-color: transparent;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    z-index: -1;
}

.pricingTable .price-value .amount {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    margin: 15px 0 5px;
    display: block;
}

.pricingTable .price-value .duration {
    font-size: 20px;
    line-height: 16px;
    font-weight: 500;
    display: block;
    margin: 15px 0 5px;
}

.pricingTable .pricing-content {
    text-align: left;
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
    display: inline-block;
}

.pricingTable .pricing-content li {
    font-size: var(--font-sz17);
    /* font-weight: 500; */
    line-height: 25px;
    padding: 0;
    margin: 0 0 13px;
    position: relative;
}

.pricingTable .pricing-content li:last-child {
    margin-bottom: 0;
}

.pricingTable .pricing-content li i {
    margin-right: 5px;
}

.pricingTable .pricingTable-signup button {
    color: var(--white);
    background-color: var(--blue);
    font-size: 16px;
    text-transform: capitalize;
    padding: 6px 20px;
    margin: 0 auto;
    border: none;
    border-radius: 20px;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease 0s;
}

.pricingTable .pricingTable-signup a:hover {
    color: var(--white);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    text-decoration: none;
}

.pricingTable .pricingTable-signup a:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    height: 100%;
    width: 0;
    border-radius: 20px;
    transform: scale(0.9, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease 0s;
}

.pricingTable .pricingTable-signup a:hover:before {
    width: 100%;
}

/* Price Section CSS END ********************** */

/* smart bussiness Section CSS Start ********************** */

.smarter-bussiness i {
    color: var(--cyano);
    font-size: 32px;
    height: 60px;
    width: 60px;
    border: 2px solid var(--blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.smarter-bussiness h3 {
    color: var(--blue);
    font-weight: 500;
    font-size: var(--font-sz18);
}

.smarter-bussiness p {
    font-size: var(--font-sz16);
    margin-bottom: 0px;
    font-weight: 400;
}

.smarter-bussiness hr {
    background: var(--cyano);
}

/* smart Bussiness  END ********************** */

/* product Section CSS Start ********************** */
.product {
    background-color: #dfdfdf57;
}

.prod-box {
    background: var(--deepwhite);
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
    border: 1px solid var(--cyano);
}

.prod-box p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.prod-box .prod-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -15px 15px 8px 15px;
    margin-left: -10px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

.prod-box .prod-image img {
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
}

.prod-box:hover .prod-image img {
    transform: scale(1.1, 1.1);
}

.prod-box .prod-text {
    background: #fff;
    padding: 2px 20px 4px;
    border-radius: 15px;
}

.prod-box .prod-text h4 {
    color: var(--blue);
    font-weight: 600;
}

#our-product .item {
    animation: animate__slideInDown ease 1s !important;
}

#our-product .content-heading h2 {
    font-weight: 600;
    font-size: var(--font-sz18);
    color: var(--blue);
    /* font-family: serif; */
    line-height: 1.4;
}

/* PRODUCT RECOMMANDED SECTION *************   */
#recommanded-product-Main .recommande-box {
    position: absolute;
    border: 1px solid var(--cyano);
    right: 0;
    padding: 5px;
    border-radius: 15px 0 0 15px;
    background-color: var(--blue);
    color: var(--deepwhite);
}

#recommanded-product-Main .recommande-box:hover {
    position: absolute;
    border: 1px solid var(--red);
    right: 0;
    padding: 6px;
    border-radius: 15px 0 0 15px;
    background-color: var(--body-back-color-3);
    color: var(--black);
}

/* PRODUCT PAGE CSS  */
#product .content-heading h2 {
    font-weight: 600;
    font-size: var(--font-sz18);
    color: var(--blue);
    /* font-family: serif; */
    line-height: 1.4;
}

#product .product-addtocart {
    padding: 7px;
    /* border: 1px solid; */
}

#product .product-addtocart:hover {
    background-color: var(--cyano);
    cursor: pointer;
}

#product .product-addtocart i {
    font-size: var(--font-sz21);
}

#product .main-para {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: var(--fadeblue);
}

#product .card .card-body p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* product Section CSS END ********************** */

/* ********** WHY US CSS START ************** */
#webszetWhyus-main {
    background-image: url("/user_regiester/image/whyus/whywebszet-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 60px;
    padding: 5rem 0;
}

#webszetWhyus-main .whyus-heading {
    font-size: var(--font-sz35);
    font-weight: 600;
}

#webszetWhyus-main .whywebszet-right .title-underline {
    width: 120px;
    border: 1px solid var(--blue);
    height: 0;
}

#webszetWhyus-main .whywebszet-right {
    position: relative;
}

#webszetWhyus-main .whywebszet-right .whyusdesc-heading {
    font-size: var(--font-sz23);
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 16px;
}

#webszetWhyus-main .whywebszet-right .whyusdesc-paragraph {
    font-size: var(--font-sz14);
    font-size: 400;
    margin-bottom: 0;
    margin-top: 16px;
    color: var(--fadeblue);
}

#webszetWhyus-main .whywebszet-left .whyusdesc-paragraph {
    font-size: var(--font-sz14);
    font-size: 400;
    color: var(--fadeblue);
}

#webszetWhyus-main .whywebszet-right .read-morebtn {
    color: var(--cyano);
    font-weight: 500;
    cursor: pointer;
}

#webszetWhyus-main .whyusHeading {
    color: var(--blue);
    font-weight: 500;
    margin-bottom: 10px;
}

#webszetWhyus-main .whyusHeading:after {
    width: 81px;
    border-top: 2px solid var(--cyano);
    content: "";
    position: absolute;
    /* right: 214px; */
    top: 111px;
    right: 200px;
}

#webszetWhyus-main .whywebszet-right .card {
    border-bottom: 7px solid var(--cyano);
}

#webszetWhyus-main .whywebszet-right .card:hover {
    background-color: var(--blue) !important;
}

#webszetWhyus-main .whywebszet-right .card:hover .whyusdesc-heading,
#webszetWhyus-main .whywebszet-right .card:hover .whyusdesc-paragraph {
    color: var(--deepwhite);
}

#webszetWhyus-main .whywebszet-right .card:hover .read-morebtn {
    color: var(--red);
}

#webszetWhyus-main .whywebszet-right .whywebszet-right-desktop {
    position: absolute;
    top: 32px;
}

#webszetWhyus-main .whywebszet-left {
    padding: 100px 0;
}

#webszetWhyus-main .whywebszet-right .empty-block {
    height: 85px;
    width: 28px;
    background: #f4f4f4;
    right: -1px;
    top: 36px;
}

/* ********** WHY US CSS END ************** */

/* ADD TO CART CSS SECTION  start*/
.img-center {
    display: block;
    margin: auto;
}

#addtocartSection .productName {
    font-size: var(--font-sz17);
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 5px;
}

#addtocartSection .price {
    font-size: var(--font-sz19);
    font-weight: bolder !important;
    color: var(--blue) !important;
    font-family: var(--sans-serif);
}

#addtocartSection .yealyPrice {
    font-size: var(--font-sz13);
    font-weight: bolder !important;
    font-family: var(--sans-serif);
}

#addtocartSection .offerPrice {
    font-size: var(--font-sz19);
    font-weight: bolder !important;
    font-family: var(--sans-serif);
    color: var(--red);
}

#addtocartSection .productScrollDiv {
    /* border: 1px solid red; */
    height: 370px;
    overflow-y: auto;
    overflow-x: hidden;
    /* padding: 10px; */
}

/* #cartPriceDetails{

} */

/* ADD TO CART CSS SECTION  END*/

#testimonial {
    background: #00225917;
}

#testimonial .main-heading {
    font-style: italic;
}

.testimonial {
    padding: 20px 15px 50px;
}

.testimonial .description {
    background: #e6e6e6;
    border-radius: 6px;
    color: #333333;
    font-size: 14px;
    font-style: italic;
    padding: 45px 35px;
    position: relative;
}

.testimonial .description p {
    font-size: var(--font-sz16);
}

.testimonial .description:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: -17px;
    font-size: 30px;
    color: #2c97de;
}

.testimonial .description:after {
    content: "";
    width: 27px;
    position: absolute;
    bottom: -12px;
    border-top: 13px solid #ececec;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
}

.testimonial-review {
    padding-top: 32px;
}

.testimonial-review img {
    border-radius: 50%;
    float: left;
    margin-left: 25px;
    margin-right: 20px;
}

.testimonial-review .testimonial-title {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
    float: left;
    text-transform: capitalize;
}

.testimonial-title small {
    display: block;
    color: #999;
    font-size: 12px;
    margin-top: 3px;
}

.testimonial .rating {
    padding: 0;
    list-style: none;
    text-align: right;
}

.rating li {
    display: inline-block;
    color: #2c97de;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #2c97de;
}

.owl-theme .owl-controls .owl-page span {
    background: #333;
    opacity: 1;
}

/* FAQ SECTION START ****************  */
/* #faq-section */
#faq-section .myaccordion {
    width: 100%;
    margin-right: auto;
    margin-top: 20px;
    background-color: white;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    padding: 10px 10px 10px 10px;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 433px;
}

/* #faq-section .myaccordion .card-header {
    background: transparent;
} */

#faq-section .myaccordion .fa-stack {
    font-size: var(--font-sz13);
}

#faq-section .myaccordion .question {
    width: 100%;
    font-weight: bold;
    color: #004987;
}

/* #faq-section .myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
    text-decoration: none;
} */

#faq-section .myaccordion li+li {
    margin-top: 10px;
}

#faq-section .myaccordion ul li {
    list-style-type: decimal;
}

#faq-section .faq_img {
    height: 500px;
}

/* END FAQ SECTION  */

/* Our Superfast Website Features START SECTION START */

/* intresting section css   */
#intresting-section {
    background-color: #a9a8ae2b !important;
}

#intresting-section h2 {
    color: #021341 !important;
}

#svg-box {
    /* background-color: black !important; */
    box-shadow: 1px 1px 6px 4px rgba(189, 185, 189, 1);
}

.svg-box1 {
    /* background-color: black !important; */
    border-top: 4px solid #78b278;
}

.svg-box2 {
    /* background-color: black !important; */
    border-top: 4px solid yellow;
}

.svg-box3 {
    /* background-color: black !important; */
    border-top: 4px solid green;
}

.svg-box4 {
    /* background-color: black !important; */
    border-top: 4px solid #4084dd;
}

.svg-box5 {
    /* background-color: black !important; */
    border-top: 4px solid #cc0000;
}

#svg-box .card-body .svg {
    display: grid;
    place-items: center;
}

#svg-box .card-body .svg i {
    font-size: 50px;

    height: 100px;
    width: 100px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    box-shadow: 1px 1px 6px 4px rgba(189, 185, 189, 1);
}

#svg-box .card-body .svg1 i {
    background-image: linear-gradient(to left, #b1c0c8, #78b278);
    border: 1px solid #78b278;
}

#svg-box .card-body .svg2 i {
    background-image: linear-gradient(to left, yellow, green);
    border: 1px solid green;
}

#svg-box .card-body .svg3 i {
    background-image: linear-gradient(to left, green, yellow);
    border: 1px solid yellow;
}

#svg-box .card-body .svg4 i {
    background-image: linear-gradient(to left, #4084dd, #e2e8e2);
    border: 1px solid #4084dd;
}

#svg-box .card-body .svg5 i {
    background-image: linear-gradient(to left, #f8f804, #cc0000);
    border: 1px solid #cc0000;
}

#svg-box .card-body .text h2 {
    /* color: #ffffff; */
    text-align: center;
    font-weight: 600;
    font-size: var(--font-sz16);
    /* line-height: 1.7; */
    /* font-family: sans-serif; */
}

#svg-box .card-body .btn-intrest {
    background-color: palevioletred;
    padding-left: 40px !important;
    padding-right: 40px !important;
}

/* need a healp section   */

/* SERVICE SECTION  */
.holderCircle {
    width: 500px;
    height: 500px;
    border-radius: 100%;
    margin: 40px auto;
    position: relative;
    /* border: 1px solid red; */
}

.dotCircle {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    z-index: 20;
}

.dotCircle .itemDot {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    background: #ffffff;
    color: #004f8b;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    z-index: 3;
    cursor: pointer;
    border: 2px solid #e6e6e6;
}

.dotCircle .itemDot .forActive {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.dotCircle .itemDot .forActive::after {
    content: "";
    width: 5px;
    height: 5px;
    border: 3px solid #4081c2;
    bottom: -31px;
    left: -14px;
    filter: blur(1px);
    position: absolute;
    border-radius: 100%;
}

.dotCircle .itemDot .forActive::before {
    content: "";
    width: 6px;
    height: 6px;
    filter: blur(5px);
    top: -15px;
    position: absolute;
    transform: rotate(-45deg);
    border: 6px solid #3333bb;
    right: -39px;
}

.dotCircle .itemDot.active .forActive {
    display: block;
}

.round {
    position: absolute;
    left: 40px;
    top: 45px;
    width: 410px;
    height: 410px;
    border: 2px dotted #004f8b;
    border-radius: 100%;
    -webkit-animation: rotation 100s infinite linear;
}

.dotCircle .itemDot:hover,
.dotCircle .itemDot.active {
    color: #ffffff;
    transition: 0.5s;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4081c2+0,185694+100 */
    background: #4081c2;
    /* Old browsers */
    background: -moz-linear-gradient(left,
            #4081c2 0%,
            #185694 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left,
            #4081c2 0%,
            #185694 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,
            #4081c2 0%,
            #185694 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4081c2', endColorstr='#185694', GradientType=1);
    /* IE6-9 */
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.13);
}

.dotCircle .itemDot {
    font-size: 40px;
}

.contentCircle {
    width: 250px;
    border-radius: 100%;
    color: #222222;
    position: relative;
    top: 150px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contentCircle .CirItem {
    border-radius: 100%;
    color: #222222;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: scale(0);
    transition: 0.5s;
    font-size: 15px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin: auto;
    line-height: 250px;
}

.CirItem.active {
    z-index: 1;
    opacity: 1;
    transform: scale(1);
    transition: 0.5s;
}

.contentCircle .CirItem i {
    font-size: 180px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -90px;
    color: #000000;
    opacity: 0.1;
}

@media only screen and (min-width: 300px) and (max-width: 599px) {
    .holderCircle {
        /* width: 300px; height: 300px;*/
        margin: 110px auto;
    }

    .holderCircle::after {
        width: 100%;
        height: 100%;
    }

    .dotCircle {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {}

.title-box .title {
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    z-index: -1;
}

.title-box span {
    text-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
    font-weight: 800;
    color: #004f8b;
}

.title-box p {
    font-size: 17px;
    line-height: 2em;
}

/* FOOTER SECTION  */

.footerbg {
    /* background-color: black; */
    background-color: #007a9f;
}

.useFullLink .footer_a1::after {
    content: "";
    height: 1px;
    width: 18px;
    background-color: red;
    transform: rotate(90deg);
    position: absolute;
    top: 9px;
    right: -18px;
}

.useFullLink .footer_a1 {
    position: relative;
    margin: 12px;
}

.useFullLink {
    margin-bottom: 12px;
}

.useFullLink-mainBox {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

.footer_a1 {
    text-decoration: none;
    font-size: var(--font-sz15);
    color: var(--deepwhite) !important;
    transition: 0.3s ease;
    font-weight: 500;
}

.footer_a1:hover {
    color: rgb(45, 53, 144) !important;
}

.footer_h4 {
    color: #fff;
    /* margin-top: 16px; */
    padding-top: 16px;
    font-size: 22px;
    font-weight: 600;
}

.contact_icon {
    font-size: 30px;
}

/* mobile footer css  */
.footer_ul {
    z-index: 9999 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    padding: 6px 10px 6px 10px;
    margin: 0px 2px -7px 2px;
    /* position: relative;
    right: 20px;
    top: -50px;
    */
}

.footer-bootom-bar {
    background-color: var(--deepwhite);
    /* position: relative; */
    /* bottom: 60px; */
    border-top: 1px solid var(--cyano);
    /* margin-top: 20px; */
    /* padding: 10px; */
}

.footer-bootom-bar .row .col-4 a {
    font-size: 12px;
    color: var(--black);
    font-family: initial;
    position: relative;
    top: 4px;
}

/* ABOUT PAGE CSS START ********************  */

#about_section1 {
    background-color: #007a9f8a;
}

#about_section1 .sub-heading {
    font-size: var(--font-sz20);
    font-weight: 600;
}

/* WHAT DO WE DO SECTION **************  */
#about_what_we_do {
    background-color: #dfdfdf57;
}

#about_what_we_do .sub-heading {
    font-size: var(--font-sz20);
    font-weight: 600;
}

/* ABOUT BLOCG SECTION **************  */

#abou_blog_section .vedio_classs {
    border-radius: 15px;
    height: 360px;
}

#abou_blog_section .sub-heading {
    font-weight: 500;
    line-height: 1.764;
    font-style: italic;
    font-size: var(--font-sz19);
}

#abou_blog_section .vedio_classs_a {
    font-size: var(--font-sz22);
}

/* ABOUT PAGE DESCRIPTION ***********  */
#about_page_description {
    background: #00225917;
}

#about_page_description p {
    /* text-indent: 50px; */
}

/* CONTACT SECTION START *********************** */
.contact_card {
    background-color: #007a9f !important;
}

/* OFFER SECTION START  */
:root {
    --blue: #1e70ff;
    --blueRGB: 30, 112, 255;
}

.coupon_box {
    width: 300px;
    padding: 15px 0;
}

.coupon_wrap {
    display: flex;
    flex-flow: row;
    width: 100%;
    border-radius: 10px;
}

.coupon_wrap .coupon_title {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 35%;
    padding: 10px;
}

.coupon_wrap .coupon_title:before {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 100%;
}

.coupon_wrap .coupon_title:after {
    content: "";
    position: absolute;
    top: -11px;
    right: -10px;
    width: 20px;
    height: 10px;
    background-color: #ffffff;
}

.coupon_wrap .coupon_title .couple_category {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 700;
}

.coupon_wrap .coupon_title .coupon_max {
    font-size: 11px;
}

.coupon_wrap .coupon_detail {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    flex: 0 0 auto;
    width: 65%;
    padding: 10px 10px 10px 15px;
}

.coupon_wrap .coupon_detail:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: -10px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 100%;
}

.coupon_wrap .coupon_detail:after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: -10px;
    width: 20px;
    height: 10px;
    background-color: #ffffff;
}

.coupon_wrap .coupon_detail .coupon_price {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.coupon_wrap .coupon_detail .coupon_info {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

.coupon_wrap .coupon_detail .coupon_info span {
    margin-bottom: 5px;
    font-size: 11px;
    text-align: left;
}

.coupon_wrap .coupon_footer {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.coupon_wrap .coupon_footer .coupon_condition a,
.coupon_wrap .coupon_footer .coupon_btn a {
    display: inline-flex;
    padding: 5px 10px;
    text-decoration: none;
}

.coupon_wrap .coupon_footer .coupon_condition a {
    border-radius: 15px;
    font-size: 11px;
    font-weight: 600;
}

.coupon_wrap .coupon_footer .coupon_btn a,
.coupon_card .coupon_wrap .coupon_btn button {
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
}

.coupon_card .coupon_wrap {
    border: 1px solid var(--blue);
    background-color: var(--body-back-color-2);
}

.coupon_card .coupon_wrap .coupon_title:before,
.coupon_card .coupon_wrap .coupon_detail:before {
    border: 1px solid var(--blue);
}

.coupon_card .coupon_wrap .coupon_max,
.coupon_card .coupon_wrap .couple_category {
    color: var(--blue);
}

.coupon_card .coupon_wrap .coupon_price {
    color: var(--blue);
}

.coupon_card .coupon_wrap .coupon_info span {
    color: var(--blue);
}

.coupon_card .coupon_wrap .coupon_condition a {
    color: var(--blue);
    background-color: rgba(var(--blueRGB), 0.15);
}

.coupon_card .coupon_wrap .coupon_btn a,
.coupon_card .coupon_wrap .coupon_btn button {
    background-color: var(--blue);
}

.coupon_card .coupon_wrap .coupon_border {
    border-left: 1px dashed var(--blue);
}

.coupon_card .coupon_box .coupon_wrap .coupon_title .copyMsg span {
    /* border: 1px solid red; */
    padding: 3px 14px 3px 14px;
    position: relative;
    bottom: 10px;
    border-radius: 20px;
    background-color: var(--warning);
    color: var(--white);
    font-size: var(--font-sz14);
}

/* *************************  USER PROFILE SECTION CSS START  **************  */

#profile-section .profile {
    border: 1px solid red;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-origin: content-box;
}

#profile-section .profile img {
    height: 118px;
    width: 118px;
    border-radius: 50%;
}

#profile-section .edit-img-btn {
    position: relative;
    top: -39px;
    left: 80px;
    font-size: 24px;
    border: none;
}

#profile-section .edit-img-btn1 {
    position: relative;
    top: 82px;
    left: 80px;
    font-size: 24px;
    border: none;
}

#profile-section .heading p:nth-of-type(1) {
    font-size: var(--font-sz19);
    font-family: serif;
    font-weight: 500;
    color: var(--blue);
}

#profile-section .heading p {
    /* font-size: 19px; */
    /* font-family: sans-serif; */
    font-weight: 400;
    /* color: dimgrey; */
}

/* LOGIN PAGE USER SIDE CSS  ************************ */
#login_frm {
    background-color: var(--body-back-color-2);
}

#login_frm .login-box {
    box-shadow: 1px 1px 1px 1px var(--cyano), 1px 1px 1px 1px var(--blue) inset;
}

#login_frm .login-box .heading h2 {
    /* font-family: serif; */
    font-weight: 500;
    font-size: var(--font-sz23);
}

#login_frm .login-box .heading a,
#login_frm .login-box .heading p {
    /* font-family: serif; */
    font-size: var(--font-sz16);
}

/* #login_frm .login-box .heading p,
.heading a {
    font-family: serif;
    font-size: 18px;
} */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* SUPPORT PANNEL CSS CODE ************   */


/* FORGOT PASSWROD OTP VARIFICATION  */

#otpBox {
    background-color: rgb(0 34 89);
    padding: 3rem;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 400px;
    width: 100%;
}

#otpBox h1 {
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-weight: 600;
    font-size: 2rem;
}

#otpBox p {
    margin-bottom: 2rem;
    color: #b0b0b0;
    font-weight: 300;
}

#otpBox .otp-input {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

#otpBox .otp-input input {
    width: 50px;
    height: 50px;
    margin: 0 8px;
    text-align: center;
    font-size: 1.5rem;
    border: 2px solid #6665F1;
    border-radius: 12px;
    background-color: rgba(42, 42, 42, 0.8);
    color: #ffffff;
    transition: all 0.3s ease;
}

#otpBox .otp-input input:focus {
    border-color: #A556F6;
    box-shadow: 0 0 0 2px rgba(166, 86, 246, 0.3);
    outline: none;
}

#otpBox .otp-input input::-webkit-outer-spin-button,
#otpBox .otp-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#otpBox .otp-input input[type=number] {
    -moz-appearance: textfield;
}

#otpBox button {
    background-color: #007a9f;
    color: white;
    /* border: 2px solid #6665F1; */
    padding: 12px 24px;
    font-size: 1rem;
    border-radius: 8px;
    cursor: pointer;
    margin: 5px;
    transition: all 0.3s ease;
    font-weight: 500;
    letter-spacing: 0.5px;
}

#otpBox button:hover {
    background-color: #5cd0f4;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(166, 86, 246, 0.3);
}

#otpBox button:disabled {
    background: #cccccc;
    border-color: #999999;
    color: #666666;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

#otpBox #timer {
    font-size: 1rem;
    color: #ffffff;
    font-weight: 500;
    margin-left: 10px;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

#otpBox .expired {
    animation: pulse 2s infinite;
    color: #ff4444;
}

#otpBox .resend-text {
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #b0b0b0;
}

#otpBox .resend-link {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s ease;
}

#otpBox .resend-link:hover {
    color: #ffffff;
    text-decoration: underline;
}

#otpBox #email {
    color: #ffffff;
    font-weight: 500;
}
