body {
    font-family: "PT Sans", sans-serif;
    color: #818899;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #242424;
}

a {
    color: #818899;
    transition: 0.3s;
}

a:hover {
    text-decoration: none;
    color: #202c62;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.spacer-top {
    padding-top: 80px;
}

.spacer-top-less {
    padding-top: 71px;
}

.spacer-bottom {
    padding-bottom: 80px;
}

.cv-btn {
    display: inline-block;
    min-width: 160px;
    height: 50px;
    line-height: 50px;
    background: #202c62;
    color: #fff;
    outline: none;
    padding: 0 20px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    border: none;
    border-radius: 30px;
    transition: 0.3s;
}

.cv-btn:hover {
    box-shadow: 0px 6px 20px 0px rgba(60, 188, 255, 0.5);
    transform: translateY(-5px);
    color: #fff;
}

.cv-btn:focus,
input:focus,
textarea:focus,
button:focus {
    outline: none;
}

input {
    border: 1px solid #d4f0ff;
    padding: 0 20px;
    border-radius: 10px;
    outline: none;
}

.contact_data-item .main_title {
    font-weight: 600;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* top header start */

.cv-top-header {
    height: 51px;
    background: #fff;
    display: flex;
    align-items: center;
}

.cv-top-header .row {
    align-items: center;
}

.cv-head-contact h3 {
    margin: 0;
    font-size: 16px;
}

.cv-head-icon ul li svg {
    width: 30px;
    height: 30px;
    fill: #202c62;
}

.cv-head-icon ul li {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

.cv-head-icon ul li:last-child {
    margin: 0;
}

.cv-head-icon {
    text-align: right;
}

.cv-head-icon ul li a {
    position: relative;
    color: #091d3e;
    font-weight: 700;
    font-size: 20px;
}

.cv-head-icon ul li a.phone {
    border-right: 2px solid #091d3e;
    padding: 0 10px;
}
.cv-head-icon ul li a.language-change {
    padding: 0 8px;
}
.cv-head-icon ul li a.language-change:last-child {
    padding: 0 0;
}
.cv-head-icon ul li a.language-change.active {
    opacity: .6;
    pointer-events: none;
}
/* top header end */


/* main header start */
.cv-instagram {
    background: #edf1fc;
}
.cv-main-header {
    height: 70px;
    display: flex;
    align-items: center;
    background: #202c62;
}

.cv-main-header .row,
.cv-header-two .row {
    align-items: center;
}

.cv-header-two {
    box-shadow: 0px 10px 20px 0px rgb(32 44 98 / 10%);
    z-index: 9;
    position: relative;
    height: 80px;
    display: flex;
    align-items: center;
    background: #edf1fc;
}


/* main header end */

.cv-banner .row {
    align-items: center;
}

.cv-banner-text {
    padding: 150px 0;
}

.cv-banner-text h1 {
    font-size: 70px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 1px 0 16px;
}

.cv-banner-cat {
    margin-bottom: 10px;
    background: #202c62;
    display: inline-block;
    padding: 3px 20px;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
}

.cv-banner-text .cv-btn,
.cv-banner-two-text .cv-btn {
    margin-top: 17px;
}

.cv-banner-img {
    padding: 80px 0;
    text-align: center;
}

.cv-banner-sale {
    color: #202c62;
    font-size: 65px;
    letter-spacing: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.cv-banner-two-text h2 {
    font-size: 22px;
    font-weight: 500;
    margin: 20px 0 8px;
    color: #0d1746;
}

.cv-banner-two-text h1 {
    font-size: 28px;
    font-weight: 600;
    margin: 20px 0 8px;
    color: #202c62;
}

.cv-banner-two-text {
    padding: 200px 0 200px;
}

.cv-banner-three-text {
    margin-top: 3px;
    padding: 106px 0 110px;
}

.cv-banner-three-text .cv-banner-cat {
    margin-bottom: 9px;
}


/* banner end */


/* new arrivals start */

.cv-product-box {
    border: 1px solid #d4f0ff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.cv-product-data {
    padding: 19px 25px 25px;
}

.cv-shop .cv-product-data {
    padding: 19px 24px 20px;
}

.cv-product-img img {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
}

.cv-product-data p {
    margin: 0;
}

.cv-price-cart svg {
    width: 14px;
    height: 14px;
    fill: #fff;
    margin-right: 3px;
    margin-top: -3px;
}

.cv-price-cart {
    display: inline-block;
    background: #202c62;
    padding: 2px 10px;
    color: #fff;
    margin-top: 10px;
    font-weight: 600;
    border-radius: 3px;
    font-size: 14px;
}

.cv-price-cart:hover {
    color: #fff;
}

.cv-price-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0 5px;
    display: block;
    color: #242424;
}

.cv-product-icon ul li svg {
    width: 14px;
    height: 14px;
    fill: #fff;
}

.cv-product-icon ul li {
    transform: translateX(40px);
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.cv-product-icon ul li:nth-child(1) {
    transition-delay: 0.1s;
}

.cv-product-icon ul li:nth-child(2) {
    transition-delay: 0.2s;
}

.cv-product-icon ul li:nth-child(3) {
    transition-delay: 0.3s;
}

.cv-product-box:hover .cv-product-icon ul li {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
}

.cv-product-icon ul li a {
    background: #202c62;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    margin-bottom: 3px;
    border-radius: 3px;
}

.cv-product-img {
    position: relative;
}

.cv-sale {
    background: #202c62;
    padding: 0 2px;
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    font-size: 14px;
    text-transform: capitalize;
}

.cv-product-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}

.cv-pdoduct-price {
    font-size: 14px;
    font-weight: 600;
    color: #202c62;
}

.cv-pdoduct-price del {
    margin-right: 5px;
    color: #818899;
    font-weight: 400;
}

.cv-product-img:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient( 0deg, rgba(60, 188, 255, 0.47), rgba(166, 221, 250, 0.2));
    z-index: 0;
    transform-origin: bottom center;
    transform: scaleY(0);
    transition: 0.5s;
    width: 100%;
}

.cv-product-box:hover .cv-product-img:after {
    transform: scaleY(1);
}

.cv-product-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}

.cv-heading {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 43px;
}

.cv-heading h5 {
    font-weight: 600;
    margin-bottom: 20px;
    color: #202c62;
    font-size: 34px;
}

.cv-heading p {
    margin: 0;
}

.cv-arrival,
.cv-protection-kit,
.cv-team,
.cv-blog,
.cv-blog-two,
.cv-instagram {
    padding-bottom: 50px;
}


/* new arrivals end */


/* hot deals start */

.cv-deal {
    background: linear-gradient( 50deg, rgb(167, 221, 250), rgba(61, 187, 255, 0.49)), url(https://via.placeholder.com/1920x590);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.cv-deal-box h2 {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 17px;
}

.cv-deal-box h3 {
    font-size: 25px;
    margin-bottom: 14px;
    color: #202c62;
    margin-top: -6px;
}

.cv-deal-box .cv-btn {
    margin-top: 17px;
}

.cv-deal-box {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    background: #fff;
    padding: 54px 70px 70px;
    border-radius: 10px;
}

p#me_timer {
    margin-bottom: 22px;
}

p#me_timer span {
    font-size: 23px;
    font-weight: 600;
    color: #444;
    padding: 5px;
    margin-right: 5px;
    min-width: 60px;
    max-width: 100px;
    min-height: 60px;
    max-height: 100px;
    line-height: 50px;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #202c62;
}


/* hot deals end */


/* testimonial start */

.cv-testi-data {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
    padding: 44px 50px 73px;
    border-radius: 10px;
    position: relative;
    margin: 15px;
}

.cv-testimonial .cv-heading {
    margin-bottom: 28px;
}

.cv-testi-data p {
    margin: 0;
    font-size: 18px;
}

.cv-testi-img img {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    border: 5px solid #d4f0ff;
}

.cv-testi-footer {
    display: flex;
    align-items: center;
    transform: translateY(-15px);
}

.cv-testi-img {
    width: 110px;
    transform: translate(70px, -30px);
}

.cv-testi-name h1 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
}

.cv-testi-name {
    width: calc(100% - 110px);
    padding-left: 130px;
}

.cv-testi-name p {
    margin-bottom: 0;
}

.cv-testi-data:after {
    position: absolute;
    content: "";
    border-top: 20px solid white;
    border-right: 20px solid rgba(56, 148, 185, 0);
    bottom: -20px;
    left: 200px;
}

.cv-testimonial {
    padding-bottom: 110px;
}

.swiper-button-prev,
.swiper-button-next {
    background-image: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #202c62;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    margin: auto;
}

.swiper-button-prev:after {
    border-right: none;
    border-top: none;
    left: 8px;
}

.swiper-button-next:after {
    border-left: none;
    border-bottom: none;
    right: 8px;
}

.swiper-button-prev:before,
.swiper-button-next:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: #202c62;
    top: 0;
    bottom: 0;
    margin: auto;
}

.swiper-button-prev:before {
    left: 8px;
}

.swiper-button-next:before {
    right: 8px;
}

.swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 40px;
    border: 2px solid #f8fdff;
    line-height: 40px;
    top: 0px;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
    transition: 0.3s;
    outline: none;
    background: #f8fdff;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    border-color: #202c62;
}

.swiper-button-next {
    right: -20px;
}

.swiper-button-prev {
    left: -20px;
}

.cv-testimonial .row {
    position: relative;
}

.cv-arrow {
    width: 50px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}

.cv-arrival .swiper-button-next {
    right: -10px;
}

.cv-arrival .swiper-button-prev {
    left: -10px;
}


/* testimonial end */


/* blog start */

.cv-blog-title {
    margin: 12px 0;
    font-size: 22px;
    display: block;
    color: #242424;
}

.cv-blog-data {
    padding: 21px 30px 30px;
}

.cv-blog-data p {
    margin-bottom: 0;
    display: inline-block;
}

.cv-blog-box {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
}

.cv-blog-img img {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
}

.cv-share-hover {
    display: inline-block;
    background: #202c62;
    padding: 0px 10px;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    text-transform: capitalize;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    position: relative;
    margin-bottom: 0;
}

.cv-share-hover:after {
    position: absolute;
    content: "";
    border-top: 10px solid #202c62;
    border-right: 10px solid #0000ff00;
    transform: rotate(135deg) translate(4px, 4px);
    top: 10px;
    right: -4px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.cv-blog-share:hover .cv-share-hover:after {
    opacity: 1;
    visibility: visible;
    transform: rotate(135deg) translate(0px, 0px);
}

.cv-share-hover svg {
    width: 14px;
    margin-right: 5px;
    fill: #fff;
    height: 14px;
    vertical-align: middle;
    margin-top: -4px;
}

.cv-blog-share ul {
    display: inline-block;
    vertical-align: top;
}

.cv-blog-share ul li svg {
    width: 14px;
    height: 14px;
    fill: #fff;
}

.cv-blog-share ul li {
    display: inline-block;
    transform: translate(-10px, 0px);
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.cv-blog-share:hover ul li {
    transform: translateX(10px);
    opacity: 1;
    visibility: visible;
}

.cv-blog-share ul li:nth-child(1) {
    transition-delay: 0.3s;
}

.cv-blog-share ul li:nth-child(2) {
    transition-delay: 0.4s;
}

.cv-blog-share ul li:nth-child(3) {
    transition-delay: 0.5s;
}

.cv-blog-share ul li a {
    background: #202c62;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 3px;
    transition: 0.3s;
}

.cv-blog-share ul li a:hover {
    transform: translateY(-3px);
}

.cv-blog-share {
    margin-top: 18px;
    display: inline-block;
}

.cv-blog-date {
    font-size: 14px;
    color: #202c62;
}


/* blog end */


/* footer start */

.cv-foot-box {
    padding-bottom: 30px;
}

.cv-foot-box a,
.cv-foot-box p,
.cv-foot-box h2 {
    color: #fff;
}

.cv-foot-box a:hover {
    color: #202c62;
}

.cv-foot-box h2 {
    font-size: 25px;
    margin-bottom: 16px;
}

.cv-foot-logo img {
    margin-bottom: 22px;
}

.cv-foot-box ul li {
    margin-bottom: 10px;
}

.cv-foot-links ul li {
    position: relative;
    padding-left: 15px;
}

.cv-foot-links ul li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    height: 6px;
    border-top: 2px solid #202c62;
    border-right: 2px solid #202c62;
    transform: rotate(45deg);
    margin: auto;
}

.cv-foot-box ul li:last-child,
.cv-foot-social li:last-child,
.cv-foot-box p {
    margin-bottom: 0px;
}

.cv-foot-social li svg {
    width: 14px;
    height: 14px;
    fill: #fff;
}

.cv-foot-social li a {
    width: 30px;
    height: 30px;
    display: block;
    background: #202c62;
    text-align: center;
    line-height: 27px;
    border-radius: 3px;
}

.cv-foot-social li a:hover {
    transform: translateY(-3px);
}

.cv-foot-box .cv-foot-social li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.cv-foot-social {
    margin-top: 23px;
}

.cv-foot-newsletter form {
    display: flex;
    margin-bottom: 30px;
}

.cv-foot-newsletter form input {
    border-radius: 30px 0px 0px 30px;
}

.cv-foot-newsletter form .cv-btn {
    border-radius: 0px 30px 30px 0px;
    min-width: 120px;
}

.cv-foot-newsletter .cv-btn:hover {
    transform: translateX(0px);
    box-shadow: none;
}

.cv-foot-newsletter p {
    margin-bottom: 10px;
}

.cv-foot-payment a {
    margin-right: 5px;
    display: inline-block;
}

.cv-foot-payment a img {
    max-width: 50px;
}

.cv-foot-payment a:last-child {
    margin: 0;
}

.cv-copyright p {
    margin: 0;
    color: #202c62;
}

.cv-copyright p a {
    color: #202c62;
}

.cv-copyright {
    text-align: center;
    background: #e4e6f0;
    padding: 10px 0;
}

.cv-foot-newsbox h2 {
    font-size: 30px;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-weight: 600;
}

.cv-foot-newsbox h2,
.cv-foot-newsbox p {
    color: #fff;
}

.cv-news-box .row {
    align-items: center;
}

.cv-news-box .cv-foot-newsletter form {
    margin-bottom: 0;
}

.cv-news-box {
    padding-bottom: 43px;
    margin-bottom: 50px;
    border-bottom: 1px solid #484848;
}

.cv-foot-newsbox p {
    margin-bottom: 0;
}

.cv-footer-two .cv-foot-payment img {
    margin: 20px 0 0;
}

.cv-foot-contact p span {
    color: #202c62;
}

.cv-foot-contact p {
    margin-bottom: 10px;
}

.cv-foot-contact p:last-child {
    margin-bottom: 0px;
}

.cv-footer-two {
    padding-top: 40px;
    background: #e4e6f0;
}


/* footer end */


/* partner start */

.box-recent ul li.in a {
    line-height: 25px !important;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 16px;
    display: inline-flex;
    margin-right: 58px;
}

.box-recent .one-half.first {
    padding-top: 35px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.box-list-footer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.box-list-footer .box-list {
    font-family: "Jost", sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.box-list.box-useful {
    border-radius: 10px 0 0 10px;
}

.box-list.box-services {
    border-radius: 0 10px 10px 0;
}

.box-list-footer .box-list .title-footer {
    position: relative;
}

.box-list-footer .box-list .title-footer::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 3px;
    background-color: var(--primary-color);
    top: 43px;
    border-radius: 20px;
    z-index: 2;
    -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;
}

.box-list-footer .box-list .one-half li.recent {
    position: relative;
    top: -18px;
}

.box-list-footer .box-list .one-half li {
    position: relative;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: flex;
}

.box-list-footer .box-list .one-half li a {
    color: #fff;
    line-height: 34px;
}

.box-list-footer .box-list .one-half li i.fa-square {
    color: #435169 !important;
}

.box-list-footer .box-list .one-half li a:hover,
.box-list-footer .box-list .one-half li a:hover i.fa-square {
    color: var(--primary-color) !important;
}

.box-contact {
    width: 25%;
    padding: 62px 20px 44px 20px;
    background-color: #192a47;
}

.box-contact ul.one-half.first {
    padding-top: 22px;
}

.box-contact ul.one-half.first li {
    margin-top: 10px;
    color: #fff;
}

.box-contact ul>li.one-half.first>a {
    line-height: 50px;
}


/* box-useful */

.box-useful {
    float: left;
    width: 25%;
    padding: 62px 10px 44px 10px;
    background-color: #142643;
}

.box-recent {
    float: left;
    width: 25%;
    padding: 61px 0px 17px 20px;
    background-color: #142643;
}

.box-services {
    float: left;
    width: 25%;
    background-color: #192a47;
    padding: 62px 0px 50px 20px;
}
.cv-partners {
    padding: 70px 0;
}
.cv-partners p {
    font-size: 18px;
    color: #0d1746;
}
.cv-partners img {
    transition: 0.3s;
    border: 1px solid #202c62;
    padding: 20px;
    border-radius: 10px;
}

.box-list-footer .box-list .title-footer {
    position: relative;
    color: #fff;
}

.box-list-footer .box-list .title-footer::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 3px;
    background-color: #fff;
    top: 43px;
    border-radius: 20px;
    z-index: 2;
    -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;
}

.box-useful ul.one-half.first {
    padding-top: 20px;
    padding-left: 3px;
}

.box-useful ul.one-half.first li {
    margin-top: 9px;
}

.box-list-footer .box-list .one-half li a {
    color: #e1e1e1;
    line-height: 34px;
}

.box-list-footer .box-list .one-half li a span {
    padding-right: 10px;
}

.box-useful p {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin-top: 20px;
}

.box-list-footer .box-list .one-half li i.fa-square {
    color: #435169 !important;
}

.box-recent ul.one-half.first {
    padding: 36px 0px 0px 7px;
}

.flat-icon-footer {
    color: #435169;
    font-size: 22px;
    min-width: 40px;
    padding-top: 4px;
}

.box-services .one-half.first {
    padding-top: 30px;
    padding-left: 2px;
}

.cv-partners img:hover {
    filter: opacity(0.5);
}


/* partner end */


/* feature start */

.cv-feature-two {
    padding-top: 112px;
}

.cv-feature,
.cv-feature-two {
    padding-bottom: 41px;
}

.cv-feature-box {
    display: flex;
    border: 1px solid #d4f0ff;
    padding: 20px 17px 13px 12px;
    border-radius: 10px;
    margin: 0 10px 30px;
}

.cv-feature-img svg {
    width: 30px;
    height: 30px;
    fill: #202c62;
}

.cv-feature-img {
    width: 60px;
    height: 60px;
    margin-left: -45px;
    border: 1px solid #d4f0ff;
    padding: 10px;
    background: #fff;
    border-radius: 100%;
    line-height: 35px;
    text-align: center;
    transition: 0.3s;
}

.cv-feature-box:hover .cv-feature-img {
    transform: translateY(-5px);
}

.cv-feature-text {
    padding-left: 24px;
}

.cv-feature-text h3 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}

.cv-feature-text p {
    margin: 0;
    font-size: 15px;
}


/* feature end */


/* blog two start */

.banner-img {
    position: relative;
}

.banner-img .shape-1 {
    position: relative;
    top: 36px;
    left: 150px;
    max-width: 420px;
    animation: moveLeftBounce 2s linear infinite;
}

.banner-img .shape-2 {
    position: absolute;
    top: 0;
    right: -50px;
    animation-name: rotateme;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.banner-img .image-1 {
    position: absolute;
    bottom: -100px;
}

.banner-img .image-1 img {
    max-width: 350px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: moveLeftBounce 3s linear infinite;
}

.banner-img .image-2 {
    position: absolute;
    top: -50px;
    right: -70px;
}

.banner-img .image-2 img {
    max-width: 200px;
    border: 6px solid #fff;
    border-radius: 50%;
    animation: moveLeftBounce 4s linear infinite;
}

.banner-img .image-3 {
    position: absolute;
    right: -90px;
    top: 211px;
}

.banner-img .image-3 img {
    max-width: 150px;
    border: 4px solid #fff;
    border-radius: 50%;
    animation: moveBounce 4s linear infinite;
}

@keyframes moveBounce {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes moveLeftBounce {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.75);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes rotateMe {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes moveScale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
}

@keyframes animationFramesOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}

.about-area {
    background: #edf1fc;
    padding: 70px 0;
}

.about-area .thumb-box {
    padding-right: 35px;
}

.about-area .thumb-box .thumb {
    position: relative;
    z-index: 1;
    padding-bottom: 150px;
    margin-top: 140px;
}

.about-area p {
    margin-bottom: 5px;
    font-size: 18px;
    color: #0d1746;
}

.about-area .thumb-box .thumb .about-icon {
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #ffffff;
    height: 150px;
    width: 150px;
    line-height: 150px;
    z-index: 1;
    color: #0cb8b6;
    font-size: 80px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    transform: translateY(-90px);
    margin-left: -75px;
    padding: 25px;
}

.about-area .thumb-box .thumb img {
    width: 70%;
    padding: 5px;
    background: #ffffff;
    border-radius: 10px;
}

.about-area .thumb-box .thumb img:last-child {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px;
    background: #ffffff;
    width: 50%;
    border-radius: 10px;
}

.about-area .info>h5 {
    font-weight: 600;
    margin-bottom: 20px;
    color: #202c62;
    font-size: 34px;
}

.about-area .info h2 {
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 25px;
}

.cv-blog-two .cv-blog-box {
    display: flex;
}

.cv-blog-two .cv-blog-img,
.cv-blog-two .cv-blog-data {
    flex: 1;
}

.cv-blog-two .cv-blog-img img {
    border-radius: 10px 0px 0px 10px;
    width: 100%;
    height: 100%;
}

.cv-blog-two .cv-blog-data {
    padding: 21px 30px 30px;
}


/* blog two end */


/* instagram start */

.cv-distributor-box {
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    margin-bottom: 30px !important;
    max-width: 255px;
}

.cv-distributor-box,
.cv-distributor-box img {
    border-radius: 10px;
}

.cv-distributor-box img.distributor-icon {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    filter: none !important;
    padding: 5px;
}

.cv-distributor-box a:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #202c62;
    transform: scale(0) rotate(45deg);
    transition: 0.3s;
    border-radius: 10px;
    opacity: 0.9;
}

.cv-distributor-box:hover {
    transform: translate(0px, -5px);
    transition: 0.3s;
}

.cv-distributor-box:hover img {
    filter: blur(1px);
    transition-delay: 0.3s;
}

.cv-distributor-box:hover a:after {
    transform: scale(1);
}

.cv-distributor-box:hover img.distributor-icon {
    opacity: 1;
    visibility: visible;
}


/* instagram end */


/* testimonial two start */

.cv-testimonial-two {
    padding-bottom: 135px;
}

.cv-testimonial-two .cv-testi-name {
    width: 100%;
    padding-left: 0;
    margin: 25px 0 17px;
}

.cv-testimonial-two .cv-testi-footer {
    display: block;
    transform: translateY(0px);
}

.cv-testimonial-two .cv-testi-img {
    transform: translate(0px, 0px);
    margin: auto;
}

.cv-testimonial-two .cv-testi-data {
    padding: 40px 49px 33px;
    text-align: center;
}

.cv-testimonial-two .cv-testi-data:after {
    display: none;
}

.cv-testimonial-two .cv-arrow {
    bottom: -35px;
}


/* testimonial two end */


/* product two start */

.cv-product-two .cv-sale:after,
.cv-product-three .cv-sale:after {
    position: absolute;
    content: "";
    border-top: 10px solid #202c62;
    border-left: 10px solid rgba(56, 148, 185, 0);
    bottom: -10px;
    right: 5px;
}

.cv-product-two .cv-sale,
.cv-product-three .cv-sale {
    border-radius: 4px;
    width: 50px;
    height: 25px;
    line-height: 25px;
}

.cv-cart-box {
    display: flex;
    align-items: center;
    margin-top: 15px;
    justify-content: space-between;
}

.cv-cart-box .cv-price-cart {
    background: #fff;
    border: 1px solid #d4f0ff;
}

.cv-cart-box .cv-price-cart svg {
    fill: #202c62;
    transition: 0.3s;
}

.cv-cart-box .cv-price-cart {
    color: #818899;
    font-weight: 400;
    margin: 0;
}

.cv-cart-box .cv-price-cart:hover {
    color: #fff;
}

.cv-cart-box .cv-price-cart:hover svg {
    fill: #fff;
}

.cv-cart-box .cv-price-cart:hover {
    background: #202c62;
    border-color: #202c62;
}

.cv-product-button .cv-btn {
    height: 40px;
    line-height: 40px;
    min-width: 130px;
    background: #fff;
    color: #202c62;
}

.cv-product-button {
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-20px);
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
}

.cv-product-box:hover .cv-product-button {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.cv-product-button .cv-btn:last-child {
    margin-top: 10px;
}

.cv-product-button .cv-btn svg {
    width: 14px;
    fill: #202c62;
    height: 14px;
    margin-right: 4px;
}


/* product two end */


/* feature two start */

.cv-feature-two .cv-feature-box {
    display: block;
    margin: 0 0 30px;
    text-align: center;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
    border: none;
}

.cv-feature-two .cv-feature-img {
    width: 70px;
    height: 70px;
    margin: -50px auto 4px;
    line-height: 45px;
    box-shadow: 0px -2px 0px 0px #202c62;
    background: #fff;
    border: none;
}

.cv-feature-two .cv-feature-text {
    padding-left: 0;
    margin-bottom: 4px;
}


/* feature two end */


/* top header two start */

.cv-top-header-two {
    background: #202c62;
    display: flex;
    align-items: center;
    height: 51px;
}

.cv-top-header-two .row {
    align-items: center;
}

.cv-top-header-two h3 {
    color: #fff;
    margin: 0;
    font-size: 16px;
}

.cv-head-email {
    text-align: right;
}


/* top header two end */


/* product three start  */

.cv-product-slider .row {
    position: relative;
}

.cv-product-three .cv-product-data {
    padding: 19px 25px 20px;
}

.cv-product-data i {
    font-size: 14px;
    margin-right: 1px;
    color: #202c62;
}


/* product three end */


/* blog three start */

.cv-blog-wid-img {
    width: 120px;
}

.cv-blog-wid-box {
    display: flex;
}

.cv-blog-wid-text {
    width: calc(100% - 120px);
    padding-left: 20px;
}

.cv-blog-wid-text .cv-blog-title {
    margin: 4px 0;
}

.cv-blog-wid-img img {
    border-radius: 10px;
}

.cv-blog-wid-text p {
    margin: 0;
}

.cv-blog-widget ul li {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d4f0ff;
}

.cv-blog-widget ul li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: none;
}


/* blog three end */


/* banner three start */

.cv-banner {
    padding: 50px 0 100px 0;
}

.cv-banner-img-three {
    position: relative;
    z-index: 1;
    padding: 80px 0 0;
    text-align: center;
}

.cv-banner-img-three:after {
    position: absolute;
    content: "";
    max-width: 430px;
    max-height: 430px;
    border-radius: 100%;
    background: #d4f0ff80;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    border: 30px solid #202c623b;
}

.cv-banner-three-text {
    padding: 76px 0 80px;
}


/* banner three end */


/* team start */

.cv-team-text h2 {
    margin-bottom: 2px;
    font-size: 22px;
    display: block;
}

.cv-team-text {
    padding: 15px 20px 18px;
}

.cv-team-text p {
    margin: 0;
}

.cv-team-box {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    text-align: center;
    border-bottom: 3px solid #202c62;
}

.cv-team-img img {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
}

.cv-team-social li {
    display: inline-block;
}

.cv-team-social li svg {
    width: 14px;
    height: 14px;
    fill: #fff;
}

.cv-team-social li {
    margin-right: 5px;
}

.cv-team-social li a {
    width: 30px;
    height: 30px;
    display: block;
    background: #202c62;
    text-align: center;
    line-height: 27px;
    border-radius: 5px;
}

.cv-team-social li a:hover {
    transform: translateY(-5px);
}

.cv-team-social {
    margin: -30px 0 20px;
}

.cv-team-box {
    margin-bottom: 30px;
    transition: 0.3s;
}

.cv-team-box:hover {
    transform: translateY(-10px);
}


/* team end */


/* product gallery start */

.cv-product-gallery {
    padding-bottom: 65px;
}

.cv-product-tab ul li a {
    background: #fff;
    padding: 0 20px;
    min-width: 100px;
    display: block;
    text-transform: capitalize;
    color: #202c62;
    height: 40px;
    line-height: 39px;
    border-radius: 30px;
    border: 1px solid #d4f0ff;
    cursor: pointer;
}

.cv-product-tab ul li {
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}

.cv-product-tab {
    text-align: center;
    margin-bottom: 35px;
}

.cv-product-tab ul li:last-child {
    margin: 0;
}

.cv-product-tab ul li a.cv-product-active {
    background: #202c62;
    color: #fff;
    border-color: #202c62;
}

.cv-product-tab ul li a:hover {
    color: #202c62;
}

.cv-product-tab ul li a:hover.cv-product-active {
    color: #fff;
}

.cv-gallery-grid .cv-product-box {
    margin: 15px;
}

.cv-product-gallery .col-12,
.cv-shop .col-md-8 {
    padding-left: 0;
    padding-right: 0;
}


/* product gallery end */


/* breadcrumb start */

.cv-breadcrumb {
    padding: 71px 0 73px;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://via.placeholder.com/1920x230);
}

.cv-breadcrumb-box h1 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #202c62;
    text-transform: capitalize;
}

.cv-breadcrumb-box {
    text-align: center;
}

.cv-breadcrumb-box ul li {
    display: inline-block;
    margin-right: 25px;
    position: relative;
    color: #fff;
    text-transform: capitalize;
}

.cv-breadcrumb-box ul li:last-child {
    margin-right: 0px;
}

.cv-breadcrumb-box ul li:after {
    position: absolute;
    content: "";
    right: -18px;
    top: 0;
    bottom: 0;
    border: 1px solid #fff;
    transform: rotate(15deg);
    width: 6px;
    height: 15px;
    border-top: 0;
    border-bottom: 0;
    margin: auto;
}

.cv-breadcrumb-box ul li:last-child:after {
    display: none;
}

.cv-breadcrumb-box ul li a {
    color: #fff;
}

.cv-breadcrumb-box ul li a:hover {
    color: #202c62;
}


/* breadcrumb end */


/* shop start */

.cv-shop {
    padding: 80px 0 65px;
}

.cv-shop .cv-gallery-grid .cv-product-box {
    margin: 15px;
    width: 29%;
}

.cv-search form {
    display: flex;
}

.cv-search form input {
    border-radius: 30px 0px 0px 30px;
}

.cv-search form .cv-btn {
    border-radius: 0px 30px 30px 0px;
    min-width: 120px;
}

.cv-widget {
    margin-bottom: 44px;
}

.cv-search .cv-btn:hover {
    transform: translateX(0px);
    box-shadow: none;
}

.cv-sidebar-title {
    font-size: 25px;
    font-weight: 600;
    color: #202c62;
    margin-bottom: 24px;
    text-transform: capitalize;
}

.cv-product-filter ul li,
.cv-product-category ul li {
    margin-bottom: 15px;
    position: relative;
}

.cv-product-filter ul li a,
.cv-product-category ul li a {
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
}

.cv-product-filter ul li a:hover,
.cv-product-filter .cv-product-active {
    color: #202c62;
}

.cv-product-filter ul li a span {
    background: #202c62;
    min-width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
}

.cv-product-filter ul li:last-child,
.cv-product-category ul li:last-child,
.cv-widget:last-child {
    margin-bottom: 0;
}

.cv-product-category ul li:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    top: 0px;
    bottom: 0;
    margin: auto 0 auto 8px;
    border-top: 1.5px solid #202c62;
    border-right: 1.5px solid #202c62;
    right: 0;
}

.cv-widget.cv-product-instagram {
    margin-bottom: 32px;
}

.cv-product-instagram ul li {
    display: inline-block;
    margin: 0 8px 12px 0px;
}

.cv-product-instagram ul li img {
    width: 100px;
    border-radius: 10px;
}

.cv-product-category .cv-sidebar-title {
    margin-bottom: 16px;
}

.cv-widget.cv-product-category {
    margin-bottom: 37px;
}

.cv-widget.cv-product-filter {
    margin-bottom: 42px;
}

.cv-shop-title {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    align-items: center;
    border: 1px solid #d4f0ff;
    border-radius: 3px;
    margin: 0 15px 35px;
}

.cv-shop-title p,
.cv-shop-title .cv-sidebar-title {
    margin: 0;
}

.cv-shop-title p span {
    font-size: 20px;
    font-weight: 600;
    color: #202c62;
}


/* ----------------Range Slider------------------ */

.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important;
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
    position: absolute;
    display: block;
    top: 0;
}

.irs-line-left {
    left: 0;
    width: 11%;
}

.irs-line-mid {
    left: 9%;
    width: 82%;
}

.irs-line-right {
    right: 0;
    width: 11%;
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
}

.irs-slider {
    position: absolute;
    display: block;
    cursor: default;
    z-index: 1;
}

.irs-slider.type_last {
    z-index: 2;
}

.irs-min {
    position: absolute;
    display: block;
    left: 0;
    cursor: default;
}

.irs-max {
    position: absolute;
    display: block;
    right: 0;
    cursor: default;
}

.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.irs-with-grid .irs-grid {
    display: block;
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000;
}

.irs-grid-pol.small {
    height: 4px;
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

.irs {
    height: 47px;
}

.irs-line {
    height: 10px;
    top: 33px;
    background: #eee;
    background: linear-gradient(to bottom, #ddd -50%, #fff 150%);
    border: 1px solid #ccc;
    border-radius: 16px;
    -moz-border-radius: 16px;
}

.irs-line-left {
    height: 8px;
}

.irs-line-mid {
    height: 8px;
}

.irs-line-right {
    height: 8px;
}

.irs-bar {
    height: 10px;
    top: 33px;
    border-top: 1px solid #202c62;
    border-bottom: 1px solid #202c62;
    background: linear-gradient(to top, #202c62 0%, #202c62 100%);
}

.irs-slider {
    top: 29px;
    width: 18px;
    height: 18px;
    background: #202c62;
    border-radius: 30px;
    cursor: pointer;
}

.irs-slider.state_hover,
.irs-slider:hover {
    background: #f0f0f0;
}

.irs-min,
.irs-max {
    display: none;
}

.irs-from,
.irs-to,
.irs-single {
    color: #fff;
    font-size: 14px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #202c62;
    border-radius: 3px;
    -moz-border-radius: 3px;
}


/* ----------------Range Slider------------------ */


/* shop end */


/* about start */

.cv-about-content h2 {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 600;
    padding-top: 1px;
}

.cv-about-content ul li:after {
    position: absolute;
    content: "";
    left: 0;
    top: -3px;
    bottom: 0;
    width: 6px;
    height: 6px;
    border-top: 2px solid #202c62;
    border-right: 2px solid #202c62;
    transform: rotate(45deg);
    margin: auto;
}

.cv-about-content ul li {
    position: relative;
    padding: 0px 15px 5px 15px;
    display: inline-block;
}

.cv-dr-name h3 {
    font-size: 22px;
    margin: 0;
    font-weight: 600;
    color: #202c62;
}

.cv-dr-box {
    margin-top: 18px;
    padding-top: 25px;
    border-top: 1px solid #d4f0ff;
}

.cv-dr-name p {
    margin-bottom: 0;
}

.cv-dr-signature {
    margin-top: 10px;
}

.cv-about .row {
    align-items: center;
}

.cv-about-content {
    margin-top: -8px;
    padding: 80px 0;
}

.cv-testimonial.cv-testi-about {
    background: #fff;
}


/* about end */


/* services start */

.cv-service-box {
    display: flex;
}

.cv-service-icon {
    width: 50px;
}

.cv-service-icon svg {
    width: 50px;
    height: 50px;
    fill: #202c62;
}

.cv-service-text {
    width: calc(100% - 50px);
    padding-left: 15px;
}

.cv-service-text h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.cv-service-text p {
    margin: 0;
}

.cv-service-ul li {
    margin-bottom: 17px;
}

.cv-service-ul li:last-child {
    margin-bottom: 0px;
}

.cv-service-ul-right {
    text-align: right;
}

.cv-service-ul-right .cv-service-text {
    padding: 0 15px 0 0;
}

.cv-service-ul {
    padding-bottom: 73px;
}


/* services end */


/* help start */

.cv-help-box h2 {
    font-size: 36px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.cv-help-box {
    text-align: center;
}

.cv-help-box p {
    margin: 27px 0 0;
    font-size: 18px;
}

.cv-help {
    background: linear-gradient( 45deg, rgba(60, 188, 255, 0.9), rgba(60, 188, 255, 0.9)), url(https://via.placeholder.com/1920x692);
}

.cv-help-icon svg {
    width: 70px;
    height: 70px;
    fill: #fff;
}

.cv-help-icon {
    margin-bottom: 31px;
}

.cv-help-box h2,
.cv-help-box p,
.cv-help-box span {
    color: #fff;
}

.cv-help-quote h2 {
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}

.cv-help-quote {
    text-align: center;
    padding-top: 47px;
    margin-top: 53px;
    border-top: 2px dashed #fff;
    position: relative;
}

.cv-help-quote:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: -9px;
    width: 16px;
    height: 16px;
    transform: rotate(-45deg);
    margin: auto;
    background: #fff;
}

.cv-get-btn {
    min-width: 200px;
    height: 60px;
    display: block;
    line-height: 57px;
    border: 2px dashed;
    color: #fff;
    max-width: 250px;
    margin: 30px auto 0;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 10px;
    padding: 0 30px;
}

.cv-get-btn:hover {
    color: #fff;
    transform: translateY(-5px);
}


/* help end */


/* blog page start */

.cv-tag ul li {
    display: inline-block;
    margin: 0px 1px 5px 0px;
}

.cv-tag ul li a {
    padding: 0px 20px;
    border: 1px solid #d4f0ff;
    display: block;
    height: 40px;
    line-height: 39px;
    min-width: 80px;
    text-align: center;
    border-radius: 30px;
}

.cv-tag ul li a:hover {
    border-color: #202c62;
}

.cv-pagination ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.cv-pagination ul li:last-child {
    margin: 0;
}

.cv-pagination ul li a {
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 27px;
    border-radius: 3px;
    position: relative;
}

.cv-pagination ul li a.cv-page-active,
.cv-pagination ul li a:hover {
    background: #202c62;
    color: #fff;
}

.cv-pagination {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
    border-radius: 10px;
    display: inline-block;
    padding: 15px;
}

.cv-pagination ul li:first-child a,
.cv-pagination ul li:last-child a {
    border: none;
}

.cv-pagination ul li:first-child a:after,
.cv-pagination ul li:last-child a:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    margin: auto;
}

.cv-pagination ul li:last-child a:after {
    border-top: 2px solid #818899;
    border-right: 2px solid #818899;
}

.cv-pagination ul li:first-child a:after {
    border-bottom: 2px solid #818899;
    border-left: 2px solid #818899;
}

.cv-pagination ul li a:hover:after {
    border-color: #fff;
}

.cv-tag ul li:last-child,
.cv-tag ul li:nth-last-child(2),
.cv-tag ul li:nth-last-child(3) {
    margin-bottom: 0;
}


/* blog page end */


/* blog single start */

.cv-blog-single-box .cv-blog-data {
    padding: 21px 0px 0;
}

.cv-blog-single-box .cv-blog-data p {
    margin-bottom: 8px;
}

.cv-blog-flex {
    column-count: 2;
    column-gap: 30px;
    margin: 15px 0 22px;
}

.cv-blog-single-box .cv-blog-img img,
.cv-blog-flex img {
    border-radius: 10px;
}

.cv-blog-comment {
    padding-top: 51px;
}

.cv-comment-box {
    display: flex;
}

.cv-comment-img {
    width: 100px;
}

.cv-comment-img img {
    border-radius: 10px;
}

.cv-comment-text {
    width: calc(100% - 100px);
    padding-left: 20px;
}

.cv-comment-text h3 {
    margin-bottom: 8px;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #545b6d;
}

.cv-comment-text p {
    margin-bottom: 5px;
}

.cv-cmnt-date {
    padding-left: 10px;
    color: #adb2be;
    font-size: 14px;
}

.cv-cmnt-date svg {
    width: 20px;
    fill: #adb2be;
    height: 20px;
    vertical-align: middle;
}

.cv-blog-comment ul li {
    list-style: none;
    margin-bottom: 30px;
    border-bottom: 1px solid #d4f0ff;
    padding-bottom: 26px;
}

.cv-blog-comment ul li ul>li:first-child {
    padding-top: 30px;
    margin-top: 26px;
    border-top: 1px solid #d4f0ff;
}

.cv-blog-comment ul {
    padding: 0;
    margin: 0;
}

.cv-blog-comment ul li ul {
    margin-left: 50px;
}

.cv-blog-comment ul li:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

.cv-cmnt-reply svg {
    width: 14px;
    fill: #202c62;
    margin-right: 5px;
    vertical-align: middle;
    transition: 0.3s;
}

.cv-blog-cmnt-reply {
    padding-top: 70px;
}

.cv-shop-tab .cv-blog-cmnt-reply {
    padding-top: 40px;
}

.cv-blog-cmnt-reply input,
.cv-blog-cmnt-reply textarea {
    margin-bottom: 20px;
}

.cv-blog-cmnt-reply textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #d4f0ff;
    padding: 10px 20px;
    border-radius: 10px;
    outline: none;
    resize: none;
}


/* blog single end */


/* product single start */

.cv-prod-content .cv-price-title {
    margin: 0px 0 10px;
}

.cv-rating i {
    font-size: 14px;
    color: #202c62;
}

.cv-prod-content .cv-pdoduct-price {
    margin-bottom: 5px;
}

.cv-rating {
    margin-bottom: 10px;
}

.cv-cart-quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.cv-prod-count {
    display: flex;
}

.cv-prod-count .cv-cart-quantity {
    margin-right: 20px;
}

.cv-cart-quantity button {
    width: 25px;
    height: 25px;
    border: 1px solid #d4f0ff;
    border-radius: 4px;
    background: #fff;
    position: relative;
    outline: none;
    transition: 0.3s;
}

.cv-cart-quantity button:after,
.cv-cart-quantity button:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: #202c62;
    margin: auto;
    width: 8px;
    height: 2px;
    transition: 0.3s;
}

.cv-cart-quantity button.cv-add:before {
    width: 2px;
    height: 8px;
}

.cv-cart-quantity input {
    width: 50px;
    border-radius: 4px;
    height: 35px;
    margin: auto 4px;
    padding: 0 5px;
    text-align: center;
    line-height: 35px;
}

.cv-pro-thumb-img {
    text-align: center;
    border: 1px solid #d4f0ff;
    padding: 30px;
    border-radius: 10px;
}

.cv-prod-category {
    margin-bottom: 5px;
}

.cv-prod-text {
    margin-top: 22px;
}

.cv-tab-content {
    margin-top: 22px;
}

.cv-shop-tab .nav-link {
    text-transform: capitalize;
    font-weight: 600;
    color: #818899;
    margin-right: 5px;
}

.cv-shop-tab .nav-link.active,
.cv-shop-tab .nav-link:focus,
.cv-shop-tab .nav-link:hover {
    border-color: #d4f0ff #d4f0ff transparent;
    color: #202c62;
}

.cv-shop-tab .nav-tabs {
    border-color: #d4f0ff;
}

.cv-tab-content p {
    margin-bottom: 0;
}

.cv-prod-text p {
    margin-bottom: 10px;
}

#cv-pro-review .cv-blog-comment {
    padding-top: 8px;
}

.cv-shop-tab {
    padding-top: 33px;
}


/* product single end */


/* my account start */

.cv-account-box {
    display: flex;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    background: #fff;
    border-radius: 10px;
    padding: 24px 30px 30px;
    margin-left: 160px;
}

.cv-account-img {
    width: 250px;
    margin-left: -160px;
    margin-top: 34px;
    position: relative;
    height: fit-content;
}

.cv-account-text {
    width: calc(100% - 210px);
    padding-left: 30px;
}

.cv-account-img img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 100%;
    border: 5px solid #202c62;
}

.cv-profile-svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.cv-profile-svg svg {
    width: 25px;
    height: 25px;
    fill: #ffffff;
    z-index: 1;
    cursor: pointer;
    transition: 0.3s;
}

.cv-profile-svg input {
    width: 255px;
    z-index: 2;
    opacity: 0;
    transform: translate(0px, -30px);
    cursor: pointer;
    height: 275px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.cv-profile-svg:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(60, 188, 255, 0.8);
    border-radius: 100%;
}

.cv-account-img:hover .cv-profile-svg {
    opacity: 1;
    visibility: visible;
}

.cv-ac-user-name h2 {
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}

.cv-ac-user-name h2 span {
    font-size: 16px;
    color: #818899;
    font-weight: 400;
    vertical-align: middle;
    position: relative;
    padding-left: 50px;
}

.cv-ac-user-name h2 span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    width: 20px;
    height: 1px;
    content: "";
    background: #818899;
    margin: auto;
}

.cv-account-info {
    border: 1px solid #d4f0ff;
    border-left: 0;
    border-right: 0;
    margin: 24px 0 30px;
    padding: 22px 0 23px;
}

.cv-account-info ul li {
    display: flex;
    margin-bottom: 10px;
}

.cv-account-info ul li p {
    flex: 1;
}

.cv-account-info ul li p,
.cv-account-info ul li:last-child {
    margin-bottom: 0;
}

.cv-ac-info-edit ul li {
    margin-bottom: 20px;
}

.cv-ac-info-edit ul li p {
    margin-bottom: 10px;
}

.cv-ac-info-edit {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.cv-edit-open .cv-ac-info-edit {
    padding-top: 22px;
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.cv-edit-open .cv-btn.cv-edit-click,
.cv-close-edit {
    display: none;
}

.cv-edit-open .cv-close-edit {
    display: block;
}

.cv-last-order table {
    width: 100%;
}

.cv-ac-info-edit .cv-btn {
    margin-top: 10px;
}

.cv-last-order table th {
    background: #202c62;
    color: #fff;
    padding: 12px 20px 13px;
    text-transform: capitalize;
}

.cv-last-order table th {
    border-right: 1px solid #d4f0ff;
}

.cv-last-order table th:last-child {
    border: none;
}

.cv-last-order table td {
    padding: 20px;
    text-transform: capitalize;
    border: 1px solid #d4f0ff;
    border-top: none;
    max-width: 250px;
}

.cv-cart-img img {
    width: 60px;
}


/* my account end */


/* login start */

.cv-login .modal-dialog {
    max-width: 740px;
}

.cv-login .modal-content {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    background: #fff;
    border-radius: 10px;
    border: none;
}

.cv-login .modal-body {
    padding: 0px;
}

.cv-login .modal {
    overflow-y: auto;
}

.cv-login-box {
    text-align: center;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
}

.cv-login button.close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 25px;
    height: 25px;
    background: #f44336;
    opacity: 1;
    color: #fff;
    border-radius: 100%;
    border: 2px solid;
    font-size: 17px;
    z-index: 9;
}

.cv-login .close:not(:disabled):not(.disabled):focus,
.cv-login .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.cv-login-wlcm-box {
    width: 280px;
    padding: 30px;
    background: #202c62;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.cv-login-form {
    width: calc(100% - 280px);
    padding: 42px 50px 50px;
}

.cv-login-wlcm h2,
.cv-login-form h2 {
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.cv-login-wlcm {
    padding-bottom: 8px;
    z-index: 1;
    position: relative;
}

.cv-login-wlcm p {
    color: #ffffff;
    margin-bottom: 23px;
}

.cv-login-wlcm .cv-btn {
    background: transparent;
    border: 1px solid;
    line-height: 48px;
}

.cv-login-form h2 {
    color: #202c62;
    margin-bottom: 5px;
}

.cv-login-form input,
.pa-forgot-password {
    margin-top: 12px;
    display: block;
}

.cv-login-form .cv-btn {
    display: block;
    margin: 23px auto 0;
}

.cv-login-form p {
    margin-bottom: 0;
    font-size: 14px;
}

.cv-login-wlcm-box:after,
.cv-login-wlcm-box:before {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    background: #57c5ff;
    border-radius: 100%;
    bottom: -50px;
    left: -50px;
    z-index: 0;
}

.cv-login-wlcm-box:before {
    left: auto;
    bottom: 0;
    right: -50px;
    top: -50px;
}

div#signUpModal .cv-login-form .cv-btn,
div#forgotModal .cv-login-form .cv-btn {
    margin-top: 30px;
}


/* login end */


/* cart start */

.cv-last-order table td b {
    font-size: 20px;
    font-weight: 600;
    color: #242424;
}

.cv-cart-btn {
    text-align: right;
    margin-top: 20px;
}

td.cv-price {
    color: #202c62;
    font-weight: 600;
}


/* cart end */


/* checkout start */

.cv-billing-form {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    background: #fff;
    border-radius: 10px;
    padding: 24px 30px 30px;
}

.cv-billing-form ul li {
    margin-bottom: 20px;
}

.cv-billing-form ul li:last-child {
    margin-bottom: 0px;
}

.cv-billing-form ul li p {
    margin-bottom: 10px;
}

.cv-billing .cv-account-box {
    align-items: center;
    padding: 24px 30px 23px;
}

.cv-billing .cv-account-img {
    margin-top: 0;
}

.cv-billing .cv-account-info {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.cv-billing .cv-account-text {
    padding-left: 50px;
}


/* checkout end */


/* contact start */

.cv-contact-detail {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    background: #fff;
    border-radius: 10px;
    padding: 34px 40px 40px;
}

.cv-contact-detail ul li {
    margin-bottom: 28px;
    display: flex;
    border-bottom: 1px solid #d4f0ff;
    padding-bottom: 28px;
}

.cv-contact-detail ul li:last-child {
    margin-bottom: 0;
    border: none;
    padding: 0;
}

.cv-contact-text h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.cv-contact-text p {
    margin-bottom: 0;
}

.cv-contact-icon svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.cv-contact-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #202c62;
    border-radius: 10px;
}

.cv-contact-text {
    width: calc(100% - 50px);
    padding-left: 20px;
}

.cv-contact-form {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    background: #fff;
    border-radius: 10px;
    padding: 34px 40px 40px;
}

.cv-contact-detail .cv-sidebar-title {
    margin-bottom: 6px;
}

.cv-contact-detail .cv-sidebar-title~p {
    margin-bottom: 22px;
    line-height: 25px;
}

.cv-contact-form input {
    margin-bottom: 15px;
}

textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #d4f0ff;
    padding: 10px 20px;
    border-radius: 10px;
    resize: none;
}

.cv-contact-form .cv-btn {
    margin-top: 23px;
}

.cv-contact-map {
    max-height: 450px;
    overflow: hidden;
}

.cv-contact-map iframe {
    width: 100%;
    height: 450px;
    filter: grayscale(1);
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}

.cv-contact-form form {
    position: relative;
}

.response {
    color: #f44336;
    position: absolute;
    right: 0;
    bottom: 12px;
}

.response p {
    margin: 0;
}


/* contact end */


/* pre loader start */

@keyframes cv-preloader {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.cv-preloader div {
    position: absolute;
    animation: cv-preloader 1s linear infinite;
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    border-radius: 50%;
    box-shadow: 0 4px 0 0 #202c62;
    transform-origin: 80px 82px;
}

.cv-ellipsis {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: none;
    background-color: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.cv-preloader {
    margin: 0 auto;
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 200px;
    height: 200px;
    text-align: center;
    z-index: 9999;
}

.contact_form {
    background: #fff;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 5%);
}

.contact_form .form-control {
    border: 1px solid #202c62;
}

.contact_form .btn-primary {
    background-color: #202c62;
    border-color: #202c62;
}

.contact_data-item {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 5%);
}

.contact_data-item .media {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30%;
    background: #192a47;
    color: #fff;
    display: flex;
    width: 80px;
    border-radius: 10px;
    margin: 10px;
}

.contact_data-item .main_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 5px;
}

.contacts {
    padding: 80px 0;
}

.contact_data-item .main {
    width: calc(100% - 120px);
    padding: 20px 30px 20px 0;
}

#map {
    width: 100%;
    height: 500px;
}

.fixed-header {
    position: fixed !important;
    z-index: 999;
    width: 100%;
    top: 0;
}


/* pre loader end */


/* responsive start */

@media screen and (min-width: 1200px) {
    /* main header start */
    .cv-menu>ul>li {
        display: inline-block;
        margin-right: 25px;
        padding: 22px 0;
        position: relative;
    }
    .cv-menu>ul>li.cv-children-menu {
        margin-right: 40px;
    }
    .cv-menu>ul>li:last-child {
        margin-right: 0;
    }
    .cv-menu>ul>li>a {
        color: #fff;
    }
    .cv-header-two .cv-menu>ul>li>a {
        color: #091d3e;
        font-weight: 600;
        font-size: 18px;
    }
    .cv-header-two .cv-menu>ul>li>a:hover {
        color: #202c62;
    }
    .cv-nav-bar {
        text-align: right;
    }
    /* main header end */
    /* mega menu start */
    .cv-mega-menu,
    .cv-sub-mmenu {
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: left;
        background: #fff;
        padding: 26px 30px 0px;
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
        transform: scaleY(0);
        transition: 0.5s;
        transform-origin: top;
        visibility: hidden;
        opacity: 0;
        z-index: 9;
        border-radius: 0px 0px 3px 3px;
    }
    .cv-menu>ul>li.cv-mega-li {
        position: unset;
    }
    .cv-menu>ul>li:hover .cv-mega-menu,
    .cv-menu>ul>li:hover .cv-sub-mmenu {
        transform: scaleY(1);
        visibility: visible;
        opacity: 1;
    }
    .cm-menu-list {
        display: inline-block;
        width: 24%;
        margin-bottom: 23px;
    }
    .cm-menu-list ul li {
        margin-bottom: 10px;
    }
    .cm-menu-list ul li a {
        text-transform: capitalize;
    }
    .cm-menu-list ul li:last-child,
    .cv-sub-mmenu li:last-child {
        margin-bottom: 0;
    }
    .cm-menu-list ul li h3 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 20px;
        text-transform: uppercase;
        color: #202c62;
        letter-spacing: 2px;
    }
    /* mega menu end */
    .cv-sub-mmenu {
        max-width: 200px;
        width: max-content;
        min-width: 130px;
        padding: 12px 19px 13px;
    }
    .cv-sub-mmenu li {
        margin-bottom: 5px;
    }
    .cv-children-menu:after {
        position: absolute;
        content: "";
        width: 5px;
        height: 5px;
        background: #ff000000;
        transform: rotate(-45deg);
        top: -1px;
        bottom: 0;
        margin: auto 0 auto 8px;
        border-bottom: 6px solid #fff;
        border-right: 6px solid rgba(60, 188, 255, 0);
    }
    /* header two start */
    .cv-header-two .cv-menu,
    .cv-header-two .cv-head-icon {
        display: inline-block;
    }
    .cv-header-two .cv-head-icon {
        padding-left: 25px;
    }
    .cv-header-two .cv-children-menu:after {
        border-bottom-color: #202c62;
    }
    /* header two end */
}

@media screen and (max-width: 1199px) {
    .cv-toggle-nav span {
        display: block;
        width: 28px;
        height: 2px;
        background: #fff;
        margin-bottom: 8px;
        transition: 0.3s;
    }
    .cv-toggle-nav span:nth-child(3) {
        margin-bottom: 0px;
    }
    .cv-header-two .cv-toggle-nav span {
        background: #202c62;
    }
    .cv-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -270px;
        width: 260px;
        background: #fff;
        z-index: 9;
        transition: 0.3s;
        overflow-y: auto;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    }
    .cv-open-menu .cv-menu {
        left: 0;
    }
    .cv-menu>ul li {
        display: block;
        margin: 0;
        border-bottom: 1px solid #d4f0ff;
    }
    .cv-menu>ul>li a {
        color: #0d1746;
        padding: 10px 15px;
        display: block;
        font-size: 18px;
        font-weight: 600;
    }
    ul.cv-sub-mmenu li:first-child,
    .cm-menu-list ul li:first-child {
        border-top: 1px solid #d4f0ff;
    }
    .cv-menu>ul li:last-child {
        border: none;
    }
    .cm-menu-list ul li h3 {
        font-size: 18px;
        font-weight: 600;
        padding: 12px 15px;
        color: #202c62;
        text-transform: capitalize;
        margin-bottom: 0;
    }
    ul.cv-sub-mmenu li,
    .cm-menu-list ul li {
        padding-left: 20px;
    }
    .cv-open-menu .cv-toggle-nav span:nth-child(1) {
        transform: translate(1px, 8px) rotate(-48deg);
    }
    .cv-open-menu .cv-toggle-nav span:nth-child(2) {
        opacity: 0;
        visibility: hidden;
    }
    .cv-open-menu .cv-toggle-nav span:nth-child(3) {
        transform: translate(1px, -12px) rotate(48deg);
    }
    .cv-main-header .cv-toggle-nav {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .cv-children-menu .cv-sub-mmenu,
    .cv-children-menu .cv-mega-menu {
        display: none;
    }
    li.cv-children-menu {
        position: relative;
    }
    li.cv-children-menu:after {
        position: absolute;
        content: "";
        right: 20px;
        top: 19px;
        bottom: 0;
        width: 6px;
        height: 6px;
        border-bottom: 2px solid #202c62;
        border-right: 2px solid #202c62;
        transform: rotate(45deg);
    }
    .cv-header-two .cv-head-icon {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .cv-header-two .cv-head-icon ul {
        margin-right: 8px;
    }

    .cv-feature-text {
        padding-left: 10px;
    }
    .cv-feature-box {
        padding: 15px 7px;
    }
    .cv-blog-two .cv-blog-box {
        display: block;
    }
    .cv-blog-two .cv-blog-img img {
        border-radius: 10px 10px 0px 0px;
    }
    .cv-banner-img-three:after {
        max-width: 370px;
        max-height: 370px;
    }
    .cv-gallery-grid .cv-product-box {
        width: 21%;
    }
    .cv-shop .cv-gallery-grid .cv-product-box {
        width: 45%;
    }
    .cv-feature-two .cv-feature-text {
        margin-bottom: 2px;
    }
    .cv-feature-two {
        padding-top: 117px;
    }
}

@media screen and (max-width: 991px) {
    .about-area .thumb-box {
        margin-bottom: 30px;
        padding-right: 20px;
    }
    .about-area .info>h5 {
        font-size: 26px;
    }
    .cv-heading h5 {
        font-size: 26px;
    }
    .cv-banner-two-text h2 {
        font-size: 16px;
        margin: 8px 0 8px;
    }
    .about-area .thumb-box .thumb .about-icon {
        height: 100px;
        width: 100px;
        line-height: 100px;
        transform: translateY(-100px);
    }
    .about-area p {
        font-size: 16px;
    }
    .about-area {
        padding: 70px 0 50px 0;
    }
    .cv-btn {
        height: 40px;
        line-height: 40px;
    }
     .cv-btn.cv-btn-link {
        height: auto;
        line-height: 25px;
        padding: 15px;
     }
    .about-area .thumb-box .thumb {
        margin-top: 0;
    }
    .cv-copyright p {
        margin: 10px 0 20px 0;
    }
    .cv-distributor-box {
        margin: 0 auto;
    }
    .cv-banner {
        padding: 20px 0 80px 0;
    }
    .banner-img .image-3 img {
        max-width: 80px;
    }
    .cv-header-two {
        height: 65px;
    }
    .cv-head-icon ul li a span {
        display: none
    }
    .banner-img .shape-1 {
        left: 10px;
    }
    .banner-img {
        margin: 60px 0 30px 0;
    }
    .banner-img .image-2 {
        right: 100px;
        top: -10px;
    }
    .banner-img .image-3 {
        right: 100px;
        top: 110px;
    }
    .banner-img .shape-2 {
        right: 120px;
    }
    .contacts {
        padding: 40px 0;
    }
    #map {
        height: 300px;
    }
    .banner-img .image-1 img {
        max-width: 120px;
    }
    .banner-img .image-2 img {
        max-width: 120px;
    }
    .banner-img .shape-1 img {
        max-width: 240px;
    }
    .banner-img .shape-2 img {
        max-width: 240px;
    }
    .banner-img .image-1 {
        bottom: -80px;
        left: 50px;
    }
    .box-useful,
    .box-contact,
    .box-recent,
    .box-services {
        float: none;
        width: 100%;
        margin-bottom: 15px;
        border-radius: 10px!important;
        padding: 30px;
    }
    .box-list-footer {
        display: block;
    }
    .cv-banner-sale {
        font-size: 32px;
    }
    p#me_timer span {
        min-width: 40px;
        min-height: 40px;
        line-height: 30px;
        font-size: 16px;
    }
    .spacer-top {
        padding-top: 60px;
    }
    .spacer-top-less {
        padding-top: 51px;
    }
    .spacer-bottom,
    .cv-blog-two.cv-blog-three {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .cv-banner-text,
    .cv-banner-img {
        padding: 60px 0;
    }
    .cv-banner-two-text {
        padding: 26px 0 60px;
    }
    .cv-banner-three-text {
        padding: 57px 0 60px;
    }
    .cv-banner-img-three {
        padding: 60px 0 0;
    }
    .cv-deal-box {
        padding: 34px 50px 50px;
    }
    .cv-arrival,
    .cv-protection-kit,
    .cv-team,
    .cv-blog,
    .cv-blog-two,
    .cv-instagram {
        padding-bottom: 30px;
    }
    
    .cv-testi-data {
        padding: 23px 29px 52px;
    }
    .cv-testi-img {
        transform: translate(40px, -30px);
    }
    .cv-testi-data:after {
        left: 150px;
    }
    .cv-testi-name {
        padding-left: 80px;
    }
    .cv-testimonial {
        padding-bottom: 90px;
    }
    .cv-testimonial-two {
        padding-bottom: 115px;
    }
    .cv-banner-text h1,
    .cv-banner-two-text h1 {
        font-size: 20px;
    }
    .cv-feature {
        padding-bottom: 21px;
    }
    .cv-footer-two {
        padding-top: 52px;
    }
    .cv-testimonial-two .cv-testi-data {
        padding: 30px 29px 23px;
    }
    .cv-banner-img-three:after {
        max-width: 270px;
        max-height: 270px;
    }
    .cv-feature-two .cv-feature-box {
        margin: 0 0 67px;
    }
    .cv-feature-two .col-md-6:nth-last-child(2) .cv-feature-box,
    .cv-feature-two .col-md-6:last-child .cv-feature-box {
        margin-bottom: 0;
    }
    .cv-feature-two {
        padding-top: 97px;
        padding-bottom: 51px;
    }
    .cv-gallery-grid .cv-product-box {
        width: 45%;
    }
    .cv-product-gallery {
        padding-bottom: 45px;
    }
    .cv-blog-three .cv-blog-box:first-child {
        margin-right: 30px;
    }
    .cv-blog-three .cv-blog-box {
        display: inline-block;
        width: 47%;
    }
    .cv-shop-title {
        margin-bottom: 35px;
    }
    .cv-shop-sidebar {
        margin-top: 39px;
    }
    .cv-shop {
        padding: 60px 0 16px;
    }
    .cv-about-content {
        margin-top: -8px;
        padding: 40px 0 60px;
    }
    .cv-service-img {
        text-align: center;
    }
    .cv-service-ul {
        padding-bottom: 0px;
    }
    .cv-service-ul-right {
        text-align: left;
        padding: 17px 0 53px;
    }
    .cv-blog-sidebar {
        margin-top: 54px;
    }
    .cv-contact-form {
        margin-top: 60px;
    }
    .cv-blog-comment {
        padding-top: 31px;
    }
    .cv-blog-cmnt-reply {
        padding-top: 50px;
    }
    .cv-breadcrumb {
        padding: 51px 0 53px;
    }
    .cv-product-single .cv-shop-sidebar {
        margin-top: 47px;
    }
    .cv-shop-tab .cv-blog-cmnt-reply {
        padding-bottom: 7px;
    }
    .cv-account-text {
        width: 100%;
    }
    .cv-account-img {
        width: 190px;
    }
    .cv-account-img img {
        width: 180px;
        height: 180px;
    }
    .cv-profile-svg input {
        width: 180px;
        height: 206px;
    }
    .cv-blog-widget ul li {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
    .cv-banner-three-text .cv-banner-cat {
        margin-bottom: 10px;
    }
    .cv-blog-two .cv-blog-img img {
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .cv-head-icon ul li svg {
        width: 25px;
        height: 25px;
    }
    .cv-head-icon ul li {
        margin-right: 6px;
    }
    .cv-head-icon ul li a.phone {
        border-right: 1px solid #091d3e;
    }
    .cv-head-icon ul li a {
        font-size: 18px;
    }
    .cv-partners p {
        font-size: 16px;
    }
    .cv-top-header .cv-head-icon,
    .cv-head-contact,
    .cv-head-email {
        text-align: center;
    }
    .cv-top-header,
    .cv-top-header-two {
        height: auto;
        padding: 10px 0;
    }
    .cv-head-contact {
        margin-bottom: 6px;
    }
    .cv-banner-text {
        padding: 60px 0 0;
    }
    .cv-banner-two-text {
        padding: 56px 0 0px;
    }
    .cv-deal-box h2 {
        font-size: 40px;
    }
    .cv-deal-box {
        padding: 39px 50px 50px;
    }
    .cv-news-box {
        padding-bottom: 50px;
    }
    .cv-footer-two .cv-foot-newsletter {
        margin-top: 23px;
    }
    .cv-banner-img-three:after,
    td.cv-d-none {
        display: none;
    }
    .cv-feature-two .col-md-6:nth-last-child(2) .cv-feature-box {
        margin-bottom: 67px;
    }
    .cv-gallery-grid .cv-product-box {
        width: 44%;
    }
    .cv-blog-two .cv-blog-box {
        width: 100%;
    }
    .cv-blog-two .cv-blog-box:first-child {
        margin-right: 0px;
    }
    .cv-shop .cv-gallery-grid .cv-product-box {
        width: 43%;
    }
    .cv-service-ul-right .cv-service-text {
        padding: 0 0 0 15px;
        order: 1;
    }
    .cv-service-ul-right {
        text-align: left;
    }
    .cv-help-box-two {
        padding-top: 53px;
    }
    .cv-help-box p {
        margin: 17px 0 0;
    }
    .cv-account-box {
        display: block;
        margin-left: 0px;
    }
    .cv-account-img {
        margin: 0;
    }
    .cv-account-text {
        padding-left: 0;
        padding-top: 24px;
    }
    .cv-billing .cv-account-text {
        padding-left: 0;
    }
    .cv-account-img {
        width: 180px;
    }
    .cv-last-order tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
        border-top: 1px solid #d4f0ff;
    }
    .cv-last-order table td {
        max-width: 100%;
    }
    .cv-last-order table th,
    .cv-last-order table th:last-child {
        border: 1px solid #d4f0ff;
        border-top: none;
    }
    .cv-last-order tbody tr:last-child {
        margin-bottom: 0;
    }
    .cv-billing .cv-account-box {
        padding: 30px 30px 23px;
    }
    .cv-login-wlcm-box {
        width: 100%;
        display: block;
        padding: 32px;
    }
    .cv-login-box {
        display: block;
    }
    .cv-login-form {
        width: 100%;
        padding: 32px 40px 40px;
    }
    .cv-login .modal-dialog {
        max-width: max-content;
    }
    .cv-banner-three-text {
        padding: 57px 0 60px;
    }
    .cv-banner-img-three {
        padding: 0;
    }
    .cv-banner-two-text h1 {
        margin: 0px 0 9px;
    }
    .cv-banner-sale {
        margin-bottom: 11px;
    }
    .cv-banner-cat,
    .cv-banner-three-text .cv-banner-cat {
        margin-bottom: 15px;
    }
    .cv-banner-text h1 {
        margin: 0px 0 9px;
    }
}

@media screen and (max-width: 575px) {
    p#me_timer span {
        min-width: 40px;
        min-height: 40px;
        line-height: 30px;
        font-size: 16px;
    }
    .cv-banner-cat {
        padding: 3px 10px;
    }
    .cv-deal-box {
        padding: 19px 30px 30px;
    }
    .cv-testi-name {
        padding-left: 70px;
    }
    .cv-feature-img {
        margin-left: 0;
    }
    .cv-feature-box {
        margin: 0px 0px 30px;
    }
    .cv-arrival .swiper-button-prev {
        left: 2px;
    }
    .cv-arrival .swiper-button-next {
        right: 2px;
    }
    .cv-gallery-grid .cv-product-box,
    .cv-shop .cv-gallery-grid .cv-product-box {
        width: 90%;
    }
    .cv-product-tab ul li {
        margin-bottom: 5px;
    }
    .cv-product-tab {
        margin-bottom: 30px;
    }
    .cv-contact-form,
    .cv-contact-detail {
        padding: 24px 30px 30px;
    }
    .cv-prod-content {
        padding-top: 35px;
    }
    .cv-login .modal-dialog {
        max-width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .cv-blog-wid-box,
    .cv-shop-title,
    .cv-comment-box,
    .cv-ac-user-name h2 span {
        display: block;
    }
    .cv-blog-wid-text {
        width: 100%;
        padding-left: 0;
        padding-top: 21px;
    }
    .cv-blog-widget ul li {
        margin-bottom: 30px;
        padding-bottom: 23px;
    }
    .cv-blog-two.cv-blog-three {
        padding-bottom: 53px;
    }
    .cv-shop-title .cv-sidebar-title {
        margin-bottom: 5px;
    }
    .cv-product-instagram ul li img {
        width: 85px;
    }
    .cv-contact-map iframe {
        height: 300px;
    }
    .cv-contact-map {
        max-height: 300px;
    }
    .cv-comment-text {
        width: 100%;
        padding-left: 0;
        padding-top: 9px;
    }
    .cv-blog-comment ul li ul {
        margin-left: 30px;
    }
    .cv-blog-flex {
        column-gap: 15px;
    }
    .cv-account-info ul li {
        display: block;
        margin-bottom: 15px;
    }
    .cv-ac-user-name h2 span:after {
        display: none;
    }
    .cv-ac-user-name h2 span {
        padding-left: 0;
    }
    .cv-account-info {
        margin: 26px 0 30px;
    }
}


/* responsive end */