/** Shopify CDN: Minification failed

Line 4725:4 Expected ":"

**/
/* TABLE STYLE */

.A1, .B1 {
  font-size: 22px;
}

.A2, .B2 {
  font-size: 18px;
  color: #777;
  font-weight: bold;
}

.A3, .A4, .A5, .A6, .B3, .B4, .B5, .B6 {
  font-size: 16px;
}

th.A1, th.B1  {
  background: #f2f2f2 !important;
}

td.B2, td.B3, td.B4, td.B5, td.B6 {
  background: #FEFBF1 !important;
}

.shopify-cleanslate .p28_J2fRvZNDqyZkZ2H9 button, .shopify-cleanslate .xGd3h1QpIzYq8GCXdELr button {
  border-radius: 50px !important;
}

/* variables */
:root {
    --darkBlue: #172442;
    --red: #e5524f;
    --black: #000000;
    --white: #ffffff;
    --lightBlue: #c7e8f2;
    --grey: #ebebeb;
}

/* reset */
* {
    padding: 0px;
    margin: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    overflow-x: hidden;
}
body {
    -webkit-text-size-adjust: none;
    position: relative;
    width: 100%;
}
figure,
ul {
    margin: 0;
}
.container {
    width: 100%;
    padding: 0px 30px;
    margin: auto;
    max-width: 1260px;
}
img {
    max-width: 100%;
    vertical-align: top;
}
img.full-img {
    width: 100%;
}
iframe,
video {
    max-width: 100%;
}
button,
div,
a {
    outline: 0px;
}
.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

/* typography */
body,
textarea,
input,
select,
button,
table {
    font-family: "Roboto", sans-serif;
}
body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: var(--darkBlue);
    line-height: 1.1;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: "Roboto", sans-serif;
    line-height: 1.35;
    letter-spacing: 0;
    margin: 0;
    color: var(--darkBlue);
    font-weight: 500;
}
.h1,
h1 {
    font-size: 60px;
}
.h2,
h2 {
    font-size: 50px;
}
.h3,
h3 {
    font-size: 40px;
}
.h4,
h4 {
    font-size: 28px;
}
.h5,
h5 {
    font-size: 30px;
}
.h6,
h6 {
    font-size: 20px;
}
p {
    line-height: 1.55;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    color: var(--darkBlue);
    font-weight: 400;
    margin-bottom: 20px;
}
p:last-of-type {
    margin-bottom: 0;
}
a {
    color: var(--red);
    text-decoration: none;
}
select {
    display: inline-block;
    width: 100%;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-weight: 500;
    line-height: 1.3;
    font-size: 16px;
    color: var(--darkBlue);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('/cdn/shop/files/dropdown-icon.svg?v=1657319790');
    background-repeat: no-repeat;
    background-size: 13px auto;
    background-position: right center;
}
select:focus,
select:focus-visible {
    outline: none;
    box-shadow: none;
}
.yotpo div, .yotpo span, .yotpo p, .yotpo a, .yotpo img, .yotpo i, .yotpo strong, .yotpo sup, .yotpo ul, .yotpo li, .yotpo form, .yotpo label {
    font-family: "Roboto", sans-serif!important;
}




/* flex classes */
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex.nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.flex.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}
.flex.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex.space-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex.space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.flex.space-evenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
.flex.space-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.flex.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex.align-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.flex.align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.flex.align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

/* text align classes */
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}

/* text color */
.text-white {
    color: var(--white);
}
.text-white * {
    color: var(--white);
}
.text-red {
    color: var(--red);
}
.text-black {
    color: var(--black);
}
.text-lightBlue {
    color: var(--lightBlue);
}
.text-grey{
    color: var(--grey);
}
.text-darkBlue{
  color:var(--darkBlue);
}
/* background color */
.bg-white {
    background-color: var(--white);
}
.bg-black {
    background-color: var(--black);
}
.bg-dark-blue {
    background-color: var(--darkBlue);
}
.bg-grey {
    background-color: var(--grey);
}
.bg-red {
    background-color: var(--red);
}
.bg-light-blue {
    background-color: var(--lightBlue);
}

/* margin */
.mt-50 {
    margin-top: 50px!important;
}
.mt-75 {
    margin-top: 75px!important;
}
.mt-100 {
    margin-top: 100px!important;
}
.mt-125 {
    margin-top: 125px!important;
}

.mb-50 {
    margin-bottom: 50px!important;
}
.mb-75 {
    margin-bottom: 75px!important;
}
.mb-100 {
    margin-bottom: 100px!important;
}
.mb-125 {
    margin-bottom: 125px!important;
}

/* padding */
.pt-50 {
    padding-top: 50px!important;
}
.pt-75 {
    padding-top: 75px!important;
}
.pt-100 {
    padding-top: 100px!important;
}
.pt-125 {
    padding-top: 125px!important;
}

.pb-50 {
    padding-bottom: 50px!important;
}
.pb-75 {
    padding-bottom: 75px!important;
}
.pb-100 {
    padding-bottom: 100px!important;
}
.pb-125 {
    padding-bottom: 125px!important;
}

/* animations */
@keyframes contentFadeIn {
    0% {
        display: none;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

/* button */
.text-white .arrow-btn:not(:hover) {
    color: var(--white);
}
.text-white .arrow-btn:hover .zmdi {
    color: var(--red);
}
.btn {
    display: inline-block;
    padding: 20px 40px;
    border: 0;
    border-radius: 100px;
    color: var(--white);
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 400;
    text-align: center;
    background-color: var(--darkBlue);
    position: relative;
    cursor: pointer;
    transition: all 0.45s ease-Out;
}
.btn:hover {
    background-color: var(--red);
}
.btn.white {
    background-color: var(--white);
    color: #070707;
}
.btn.white:hover {
    background-color: var(--red);
    color: var(--white);
}
.btn.red {
    background-color: var(--red);
}
.btn.red:hover {
    background-color: var(--darkBlue);
}
.btn.lg-arrow {
    font-size: 14px;
    font-weight: 600;
    padding: 22px 30px;
}
.btn.red .icon {
    vertical-align: middle;
    margin-left: 15px;
    filter: invert(1) brightness(10);
}
.btn.red .cart-icon {
    margin-right: 14px;
    vertical-align: text-bottom;
}
.btn.sm {
    padding: 14px 28px;
    font-size: 14px;
}
.arrow-btn {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: var(--darkBlue);
    padding-bottom: 12px;
    line-height: 1.3;
    border-bottom: 1px solid;
}
.arrow-btn .zmdi {
    margin-left: 30px;
    font-size: 18px;
    position: relative;
    left: 0;
    transition: all 0.5s;
}
.arrow-btn:hover {
    color: var(--red);
}
.arrow-btn:hover .zmdi {
    left: 10px;
}

/* featured list */
.feature-list ul {
    list-style: none;
    margin: 35px 0;
    padding: 0;
}
.feature-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    line-height: 1.7;
}
.feature-list li:before {
    content: "";
    background-color: var(--grey);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

/* custom checkbox and radio */
.custom-checkbox {
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.custom-checkbox input[type="checkbox"],
.custom-checkbox input[type="radio"] {
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    margin: 0;
    opacity: 0;
}
.custom-checkbox input[type="checkbox"] + .iconbox,
.custom-checkbox input[type="radio"] + .iconbox {
    background-repeat: no-repeat;
    background-size: 18px;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
}
.custom-checkbox input[type="checkbox"] + .iconbox {
    background-image: url(/cdn/shop/files/checkbox-unchecked.svg?v=1656959205);
}
.custom-checkbox input[type="radio"] + .iconbox {
    background-image: url(/cdn/shop/files/radio-unchecked.svg?v=1656959205);
}
.custom-checkbox input[type="checkbox"]:checked + .iconbox {
    background-image: url(/cdn/shop/files/checkbox-checked.svg?v=1656959205);
}
.custom-checkbox input[type="radio"]:checked + .iconbox {
    background-image: url(/cdn/shop/files/radio-checked.svg?v=1656959205);
}

/* header */
.site-header {
    padding: 30px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    transition: all .5s;
}
.site-header.fixed {
    background-color: var(--white);
    padding: 15px 0;
    box-shadow: 0px 0px 15px rgb(0, 0, 0, .2);
}
.site-header.fixed .flex {
    margin-top: 0!important;
}
.site-header .flex .btn-box a.btn {
    text-transform: uppercase;
}
.site-header .menu-toggle-btn {
    display: none;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    width: 30px;
    height: 20px;
    cursor: pointer;
}
.site-header .menu-toggle-btn .bar {
    background-color: var(--darkBlue);
    width: 100%;
    height: 2px;
    border-radius: 5px;
    display: block;
    margin-bottom: 6px;
    position: relative;
    transition: all .5s;
}
.site-header .menu-toggle-btn .bar:nth-child(2) {
    width: 80%;
}
.site-header .menu-toggle-btn .bar:nth-child(3) {
    width: 60%;
}
.site-header .menu-toggle-btn.toggled .bar:nth-child(1) {
    transform: rotate(45deg);
    margin: 0;
    top: 2px;
}
.site-header .menu-toggle-btn.toggled .bar:nth-child(2) {
    transform: rotate(-45deg);
    margin: 0;
    width: 100%;
}
.site-header .menu-toggle-btn.toggled .bar:nth-child(3) {
    display: none;
}
.site-header .site-navigation {
    width: calc(100% - 265px);
    display: flex;
    align-items: center;
}
.site-header .site-navigation .nav-bar,
.site-header .site-navigation .btn-box {
    margin-left: auto;
}
.site-header .site-navigation .nav-close-icon {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-size: 40px;
    position: absolute;
    top: 60px;
    right: 60px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}
.site-header .site-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.site-header .site-navigation ul li {
    margin-right: 32px;
}
.site-header .site-navigation ul li:last-child {
    margin-right: 0;
}
.site-header .site-navigation ul li a {
    color: var(--darkBlue);
    font-size: 16px;
    font-weight: 600;
}
.site-header .site-navigation ul li a:hover {
    color: var(--red);
}

.site-header .cart img{
    width: 15px;
}
.site-header .cart {
    margin-left: 15px;
}
.site-header .cart .add-cart-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 4px;
}
.site-header .site-navigation ul li.has_drp_menu:after {
    width: 7px;
    height: 7px;
    border-right: 0.15em solid black;
    border-top: 0.15em solid black;
}
.site-header .site-navigation ul li a{
  transition: all .5s ease;
}
.site-header .site-navigation ul li.has_drp_menu:hover:after{
  top:1px;
}
.site-header .site-navigation ul li.has_drp_menu ul.dropdown_child {
    padding: 30px 20px;
    width:250px;
    top:38px;
}
.site-header .site-navigation ul li.has_drp_menu ul.dropdown_child li{
  padding:0;
  border:unset;
  margin-top:20px;
}
.site-header .site-navigation ul li.has_drp_menu ul.dropdown_child li:nth-child(1){
  margin-top:0;
}
.site-header .site-navigation ul li{
  line-height:40px;
}
.site-header .site-navigation ul li li{
   line-height:normal;
}
.open-submenu{
  display:none;
}
/* footer */
.site-footer .free-support-sec {
    background-color: rgba(235, 235, 235, 0.4);
    padding: 150px 0 0;
    overflow: hidden;
}
.free-support-sec .inner-wrap {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 150px;
}
.free-support-sec .inner-wrap .content-box {
    max-width: 810px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.free-support-sec .inner-wrap .content-box h4 {
    font-size: 36px;
    margin-bottom: 35px;
}
.free-support-sec .inner-wrap .content-box .desc {
    max-width: 530px;
    margin: 0 auto 35px;
}
.free-support-sec .inner-wrap .content-box .desc h6 {
    font-weight: 500;
    font-size: 18px;
}
.free-support-sec .inner-wrap .side-img-box {
    position: absolute;
    top: 0;
    right: -30px;
    pointer-events: none;
}
.free-support-sec .inner-wrap .pattern-bg-img {
    position: absolute;
    left: -35%;
    bottom: -120px;
    pointer-events: none;
}

footer .footer-main {
    background-color: var(--darkBlue);
    background-image: url(/cdn/shop/files/footer-wave-lining-bg2.svg?v=1660671253);
    background-repeat: no-repeat;
    background-position: bottom left;
}
footer .footer-main .newsletter-box {
    padding: 80px 0 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
footer .footer-main .newsletter-box .content-row {
    max-width: 1050px;
    margin: 0 auto;
}
footer .footer-main .newsletter-box .headline {
    width: 38%;
    padding-right: 20px;
}
footer .footer-main .newsletter-box .headline h6 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
footer .footer-main .newsletter-box .form-box {
    width: 62%;
}
.newsletter-box .form-group {
    display: flex;
    flex-wrap: wrap;
}
.newsletter-box .form-group .form-control {
    border-color: #cccccc;
    color: var(--white);
    border-radius: 50px 0 0 50px;
    width: calc(100% - 135px);
}
.newsletter-box .klaviyo-form div[data-testid="form-component"]:nth-child(2) {
    width: 135px!important;
}
.newsletter-box .klaviyo-form .needsclick input[type="email"] {
    border: 1px solid #cccccc!important;
    color: var(--white)!important;
    border-radius: 50px 0 0 50px!important;
    width: 100%!important;
    display: block!important;
    padding: 16px 28px!important;
    line-height: 2!important;
    height: auto!important;
    box-shadow: none!important;
    outline: none!important;
    background-color: transparent!important;
    margin: 0!important;
    font-size: 14px!important;
    font-weight: 500!important;
    font-family: "Roboto", sans-serif!important;
    resize: none!important;
    transition: 0.5s ease 0s!important;
}
.newsletter-box .klaviyo-form .needsclick button {
    border-radius: 0 50px 50px 0!important;
    width: 135px!important;
    margin-left: -2px!important;
    color: var(--red)!important;
    font-size: 14px!important;
    font-family: "Roboto", sans-serif!important;
    font-weight: 600!important;
    padding: 24px!important;
    text-align: center!important;
    height: auto!important;
}
.newsletter-box .form-group .submit {
    border-radius: 0 50px 50px 0;
    width: 135px;
    margin-left: -2px;
}

.newsletter-box .form-group .form-control::-webkit-input-placeholder,
.newsletter-box .klaviyo-form .needsclick input[type="email"]::-webkit-input-placeholder {
    color: var(--white);
}

.newsletter-box .form-group .form-control::-ms-input-placeholder,
.newsletter-box .klaviyo-form .needsclick input[type="email"]::-ms-input-placeholder {
    color: var(--white);
}

.newsletter-box .form-group .form-control::placeholder,
.newsletter-box .klaviyo-form .needsclick input[type="email"]::placeholder {
    color: var(--white);
}

.footer-main .footer-content-box {
    padding: 65px 0 55px;
}
.footer-main .footer-content-box .colm-box {
    width: 20%;
}
.footer-main .footer-content-box .logo-img {
    margin-bottom: 40px;
}
.footer-main .footer-content-box .inner-box {
    display: table;
    margin: 0 auto;
}
.footer-main .footer-content-box .colm-box:first-child .inner-box {
    margin: 0;
}
.footer-main .footer-content-box .colm-box:last-child .inner-box {
    margin: 0 0 0 auto;
}
.footer-main .footer-content-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-main .footer-content-box h6,
.footer-main .footer-content-box ul:not(.available-platform) li {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 10px;
}
.footer-main .footer-content-box ul li a:hover {
    color: var(--red);
}
.footer-main .footer-content-box .available-platform {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 210px;
    margin-top: 30px;
}
.footer-main .footer-content-box .available-platform li {
    margin-right: 25px;
    margin-bottom: 10px;
}

.footer-main .footer-bottom-box {
    padding-bottom: 65px;
}
.footer-main .footer-bottom-box .content-row {
    padding-right: 60px;
}
.footer-main .footer-bottom-box .copyright-box ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.footer-main .footer-bottom-box .copyright-box ul li {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    margin-right: 45px;
}
.footer-main .footer-bottom-box .copyright-box ul li:last-child {
    margin-right: 0;
    padding-left: 20px;
}
.footer-main .footer-bottom-box .social-links ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
}
.footer-main .footer-bottom-box .social-links ul li {
    margin-right: 20px;
    font-size: 20px;
}
.footer-main .footer-bottom-box .btn-box .btn {
    text-transform: uppercase;
    font-weight: 500;   
}

/* general form css */
.two-col-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.two-col-group .form-group {
    width: calc(50% - 10px);
}
.form-group {
    position: relative;
    margin-bottom: 20px;
}
.form-group label {
    display: block;
    font-size: 16px;
    line-height: 1.35;
    color: var(--darkBlue);
    margin-bottom: 10px;
}
.form-group textarea.form-control {
    height: 165px;
}
.form-group .form-control {
    width: 100%;
    display: block;
    padding: 16px 15px;
    border: 1px solid #DADADA;
    border-radius: 5px;
    line-height: 2;
    box-shadow: none;
    color: var(--darkBlue);
    outline: none;
    background-color: transparent;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    resize: none;
    transition: 0.5s ease 0s;
}
.form-group .form-control:focus {
    border-color: var(--darkBlue);
}
.form-group .form-control::-webkit-input-placeholder {
    color: var(--grey);
    opacity: 1;
}

.form-group .form-control::-ms-input-placeholder {
    color: var(--grey);
    opacity: 1;
}

.form-group .form-control::placeholder {
    color: var(--grey);
    opacity: 1;
}
.btn.submit {
    color: var(--red);
    font-size: 14px;
    font-weight: 600;
    padding: 24px;
    text-align: center;
}

/* hero banner section */
.hero-banner-sec {
    overflow: hidden;
    position: relative;
}
.hero-banner-sec .hero-img img {
    max-height: 100vh;
    width: 100%;
    object-fit: cover;
}
.hero-banner-sec .hero-video {
/*     max-height: 100vh; */
    width: 100%;
    object-fit: cover;
    min-height: 768px;
    position: relative;
  padding-bottom:56%;
}
.hero-banner-sec .hero-video iframe,
.hero-banner-sec .hero-video video{
    position: absolute;
    top: 0;
    left: 0;
/*     object-fit: cover; */
    width: 100%;
    height: 102%;
    object-position: top;
}
.hero-banner-sec .mob-hero-img {
    display: none;
}
.hero-banner-sec .hero-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 30px;
    margin-top: -3%;
    transform: translateY(-50%);
    z-index: 2;
}
.hero-banner-sec .hero-content h1 {
    margin-bottom: 30px;
    font-weight: 500;
}
.hero-banner-sec .hero-content .desc {
    max-width: 610px;
    margin: 0 auto 30px;
}
.hero-banner-sec .hero-content p {
    font-size: 20px;
    line-height: 1.75;
}
.hero-banner-sec .overlay {
    background: linear-gradient(180deg, #ffffff 7.81%, rgba(255, 255, 255, 0) 74.44%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
}
.hero-banner-sec .scroller {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 70px;
    width: 100%;
}
.hero-banner-sec .scroller .text {
    font-size: 16px;
    line-height: 1.58;
    margin-bottom: 10px;
}
.hero-banner-sec .scroller .scroll-btn {
    background-color: var(--white);
    border-radius: 50%;
    font-size: 22px;
    width: 37px;
    height: 37px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}
.hero-banner-sec .scroller .scroll-btn:hover {
    background-color: var(--lightBlue);
}

.hero-banner-sec .content-bar {
    background-color: var(--darkBlue);
    width: 60%;
    max-width: 870px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 50px 60px 70px;
    overflow: hidden;
}
.hero-banner-sec .content-bar .text-box h4 {
    font-size: 32px;
    margin-bottom: 30px;
}
.hero-banner-sec .content-bar .text-box p {
    font-size: 18px;
    text-transform: uppercase;
}
.hero-banner-sec .content-bar .pattern-bg {
    position: absolute;
    top: -16px;
    left: 0;
    opacity: 0.1;
    pointer-events: none;
}
.hero-banner-sec .content-bar .pattern-bg img {
    max-width: unset;
}

/* global heading box */
.gl-heading-box {
    padding: 120px 0 100px;
}
.gl-heading-box .head-box {
    width: 45%;
    margin-right: 10%;
}
.gl-heading-box .head-box .subhead {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.gl-heading-box .text-box {
    width: 45%;
    padding: 18px 0;
}
.gl-heading-box .text-box p {
    max-width: 450px;
    font-size: 18px;
}
.gl-heading-box .text-box h4 {
    margin-bottom: 30px;
    opacity: 0.9;
}
.gl-heading-box .text-box h6 {
    font-size: 18px;
    font-weight: 400;
}
.gl-heading-box .text-box .btn,
.gl-heading-box .text-box .arrow-btn {
    margin-top: 40px;
    margin-right: 40px;
}

/* upgrade service section */
.upgrade-net-slider {
    padding: 45px 0 0;
    counter-reset: ugradeCounter;
}
.upgrade-net-slider .swiper-slide {
    height: initial;
    counter-increment: ugradeCounter;
}
.upgrade-net-slider .swiper-slide .content-wrap {
    height: 100%;
    padding: 30px 40px 50px;
    background-repeat: no-repeat;
    background-size: cover;
}
.upgrade-net-slider .content-wrap .count {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 35px;
}
.upgrade-net-slider .content-wrap .count::before {
    content: counter(ugradeCounter, decimal-leading-zero);
}
.upgrade-net-slider .content-wrap h6 {
    font-weight: 700;
    margin-bottom: 28px;
}
.upgrade-net-slider .content-wrap p {
    font-size: 16px;
    padding-right: 40px;
}
.custom-slider-nav {
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.custom-slider-nav .swiper-pagination {
    position: static;
    width: auto;
}
.custom-slider-nav .swiper-scrollbar {
    position: static;
    opacity: 1 !important;
    width: 50%;
    margin: 0 35px;
    background-color: var(--lightBlue);
    height: 2px;
}
.custom-slider-nav .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: var(--darkBlue);
}
.custom-slider-nav .nav-btn {
    display: flex;
    align-items: center;
}
.custom-slider-nav .custom-nav-prev,
.custom-slider-nav .custom-nav-next {
    font-size: 20px;
    padding: 0 10px;
    line-height: 1;
    cursor: pointer;
}
.custom-slider-nav .custom-nav-prev.swiper-button-disabled,
.custom-slider-nav .custom-nav-next.swiper-button-disabled {
    opacity: 0.5;
    cursor: default;
}

/* our products section */
.our-products-sec {
    padding: 120px 0;
}
.our-products-sec .heading-row {
    max-width: 1050px;
    margin-bottom: 80px;
}
.our-products-sec .heading-row h5 {
    color: var(--black);
    max-width: 360px;
    margin-bottom: 20px;
}
.our-products-sec .product-row {
    margin-left: -22px;
}
.our-products-sec .product-row .product-box {
    width: calc(33.33% - 22px);
    margin-left: 22px;
}
.our-products-sec .product-box .product-img {
    margin-bottom: 25px;
    height:300px;
}
.our-products-sec .product-box .product-img img{
  height:100%;
  object-fit:contain;
  object-position:left;
}
.our-products-sec .product-box .product-img img {
    width: 100%;
}
.our-products-sec .product-box a {
    color: var(--darkBlue);
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
}
.our-products-sec .product-box a:hover {
    color: var(--red);
}
.our-products-sec .product-box a:hover .zmdi {
    background-color: var(--red);
}
.our-products-sec .product-box a .zmdi {
    background-color: var(--darkBlue);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: var(--white);
    font-size: 16px;
    margin-left: 15px;
}

/* easy upgrade section */
.easy-upgrade-sec .cta-box .container {
    position: relative;
}
.easy-upgrade-sec .cta-box .content-box {
    background-color: var(--darkBlue);
    padding: 60px 60px 80px;
    position: absolute;
    right: 0;
    bottom: -140px;
    max-width: 570px;
}
.easy-upgrade-sec .cta-box .content-box h6 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.easy-upgrade-sec .cta-box .content-box h2 {
    margin-bottom: 25px;
}
.easy-upgrade-sec .cta-box .content-box .btn {
    margin-top: 40px;
}

.easy-upgrade-sec {
    background-color: var(--lightBlue);
    padding-bottom: 120px;
}
.easy-upgrade-sec .gl-heading-box {
    padding: 220px 0 50px;
}
.easy-upgrade-sec .steps-box-row {
    position: relative;
    border-top: 1px solid rgba(23, 36, 66, 0.1);
    padding-top: 50px;
}
.easy-upgrade-sec .step-box {
    width: 33.33%;
    border-right: 1px solid rgba(23, 36, 66, 0.1);
    padding: 0 25px 80px;
    position: relative;
}
.easy-upgrade-sec .step-box:last-child {
    border-right: 0;
}
.easy-upgrade-sec .step-box:last-child .arrow {
    display: none;
}
.easy-upgrade-sec .step-box .content {
    max-width: 245px;
    margin: 0 auto;
}
.easy-upgrade-sec .step-box .content h1 {
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
}
.easy-upgrade-sec .step-box .content p {
    font-weight: 500;
}
.easy-upgrade-sec .step-box .arrow {
    background-color: var(--white);
    border-radius: 50%;
    color: var(--darkBlue);
    width: 66px;
    height: 66px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -34px;
    top: 50%;
    font-size: 28px;
    transform: translateY(-50%);
}

/* feature content section */
.feature-content-sec {
    padding: 100px 0;
    overflow: hidden;
}
.feature-content-sec.bg-grey {
    background-color: rgba(235, 235, 235, 0.4);
}
.feature-content-sec .content-row.space-left {
    padding-left: 100px;
}
.feature-content-sec .img-col {
    width: 48%;
}
.feature-content-sec .text-col {
    width: 52%;
    padding-right: 50px;
}
.feature-content-sec .text-box .subhead {
    text-transform: uppercase;
    margin-bottom: 25px;
}
.feature-content-sec .text-box h2 {
    line-height: 1.2;
    margin-bottom: 35px;
}
.feature-content-sec .text-box h6 {
    font-size: 18px;
    color: var(--red);
    max-width: 420px;
}
.feature-content-sec .text-box .desc-box {
    max-width: 500px;
}

/* stats counter section */
.stats-counter-sec {
    padding: 60px 0;
    overflow: hidden;
}
.stats-counter-sec .content-row {
    max-width: 1440px;
    margin: 0 auto;
}
.stats-counter-sec .img-col {
    margin-left: -25%;
    width: 75%;
}
.stats-counter-sec .text-col {
    width: 36%;
    padding-left: 100px;
}
.stats-counter-sec .text-box .stat-box {
    margin-bottom: 60px;
}
.stats-counter-sec .text-box .stat-box h6 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.stats-counter-sec .text-box .stat-box .counter {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.stats-counter-sec .text-box .stat-box .counter h3 {
    font-weight: 700;
    color: var(--red);
}
.stats-counter-sec .text-box .stat-box .counter .stat-bar {
    position: relative;
    width: 116px;
    height: 10px;
    margin-bottom: 20px;
    margin-left: 35px;
    overflow: hidden;
}
.stats-counter-sec .text-box .stat-box .counter .stat-bar .bar {
    height: 10px;
    width: 100%;
    background-image: linear-gradient(90deg, var(--lightBlue) 8px, transparent 4px);
    background-size: 12px 10px;
    background-color: var(--white);
}
.stats-counter-sec .text-box .stat-box .counter .stat-bar .filled-bar {
    background-image: linear-gradient(90deg, var(--darkBlue) 8px, transparent 4px);
    background-size: 12px 10px;
    background-color: var(--white);
    height: 10px;
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

/* review slider section */
.review-slider-sec {
    padding-bottom: 120px;
}
.review-slider-sec > .container {
    position: relative;
    z-index: 2;
}
.review-slider-sec > .container::after {
    content: "";
    background-color: var(--grey);
    width: 100vw;
    height: 1px;
    position: absolute;
    top: 150px;
    left: 0;
}
.review-swiper .content-row {
    padding-left: 30px;
}
.review-swiper .img-col {
    width: 35%;
}
.review-swiper .text-col {
    width: 65%;
    padding-right: 120px;
}
.review-swiper .text-box {
    padding-top: 15px;
}
.review-swiper .text-box .headline {
    max-width: 260px;
    padding-bottom: 85px;
    position: relative;
}
.review-swiper .text-box .headline h6 {
    font-weight: 700;
    text-transform: uppercase;
}
.review-swiper .text-box .content-box {
    padding-left: 60px;
    margin-top: 40px;
    position: relative;
}
.review-swiper .text-box .content-box .q-icon {
    position: absolute;
    top: 0;
    left: 60px;
}
.review-swiper .text-box .content-box .text {
    max-width: 430px;
    padding-left: 20px;
    padding-top: 20px;
    margin-left: auto;
}
.review-swiper .text-box .content-box .text .arrow-btn {
    margin-top: 30px;
}
.review-slider-sec .review-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    position: absolute;
    top: 90px;
    left: 38%;
    z-index: 9;
}
.review-slider-sec .review-nav .nav-prev,
.review-slider-sec .review-nav .nav-next {
    cursor: pointer;
}
.review-slider-sec .review-nav .nav-prev img,
.review-slider-sec .review-nav .nav-next img {
    vertical-align: middle;
    filter: invert(1) brightness(0);
    transition: all 0.5s;
}
.review-slider-sec .review-nav .nav-prev:hover img,
.review-slider-sec .review-nav .nav-next:hover img {
    filter: unset;
}
.review-slider-sec .review-nav .pagination {
    margin: 0 20px;
    width: auto;
    font-size: 16px;
    font-weight: 600;
}
.review-slider-sec .review-nav .pagination .swiper-pagination-total {
    color: #9e9e9e;
}

/* video box section */
.video-box-sec {
    padding: 30px 0;
}
.video-box-sec .video-wrapper {
    position: relative;
    padding-top: 56.25%;
}
.video-box-sec .video-wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* easy setup section */
.easy-setup-sec{
    overflow: hidden;
}
.easy-setup-sec .gl-heading-box .content-row {
    max-width: 1080px;
}
.setup-slider-wrap .setup-swiper {
    background-color: rgba(235, 235, 235, 0.5);
    padding: 125px 0 100px 125px;
}
.setup-slider-wrap .setup-swiper .swiper-wrapper {
    padding-bottom: 25px;
}
.setup-slider-wrap .setup-swiper .content-box-wrap {
    display: flex;
    flex-wrap: wrap;
}
.setup-slider-wrap .setup-swiper .img-box {
    width: 43%;
}
.setup-slider-wrap .setup-swiper .text-box {
    width: 57%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 45px 100px 90px 0;
}
.setup-slider-wrap .setup-swiper .text-box h4 {
    margin-bottom: 20px;
}

/* special advice section */
.special-advice-sec {
    margin-bottom: -5px;
}
.special-advice-sec .gl-heading-box{
    overflow: hidden;
}
.special-advice-sec .gl-heading-box .content-row {
    max-width: 1100px;
}
.special-advice-sec .speed-infographic-img {
    padding-top: 100px;
}
.speed-infographic-img .img-box svg {
    width: 100%;
    height: auto;
}
.special-advice-sec .speed-infographic-img .img-box .mob-img {
    display: none;
}

/* our team section */
.our-team-sec {
    background-color: var(--darkBlue);
    padding-bottom: 120px;
}
.our-team-sec .gl-heading-box{
    overflow: hidden;
}
.our-team-sec .gl-heading-box .content-row {
    max-width: 1140px;
}
.our-team-sec .gl-heading-box .text-box p {
    font-size: 14px;
}
.team-slider-box .team-swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}
.team-slider-box .team-swiper .swiper-wrapper {
    box-sizing: border-box;
}
.team-slider-box .team-swiper .swiper-slide {
    height: calc((100% - 15px) / 2) !important;
}
.team-slider-box .team-swiper .swiper-slide .img-box {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.team-slider-box .team-swiper .swiper-slide .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-slider-box .team-nav {
    position: absolute;
    background: var(--darkBlue);
    color: var(--white);
    width: 16%;
    height: 50%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.team-slider-box .team-nav.next {
    right: 0;
    top: 0;
}
.team-slider-box .team-nav.prev {
    left: 0;
    bottom: 0;
}
.team-slider-box .team-nav .zmdi {
    border: 1px solid var(--white);
    border-radius: 50%;
    width: 53px;
    height: 53px;
    text-align: center;
    line-height: 53px;
    font-size: 28px;
}
.team-slider-box .team-nav:hover .zmdi {
    background-color: var(--white);
    color: var(--darkBlue);
}
.our-team-sec .bottom-text-box .content-box {
    max-width: 880px;
    margin: 0 auto;
    padding-top: 45px;
}
.our-team-sec .bottom-text-box .content-box p {
    font-size: 16px;
    margin-bottom: 50px;
}

/* our mission section */
.our-mission-sec .sec-heading-box {
    padding: 100px 0 200px;
    overflow: hidden;
}
.our-mission-sec .sec-heading-box .headline {
    width: 44%;
}
.our-mission-sec .sec-heading-box .headline h2 {
    margin-bottom: 65px;
}
.our-mission-sec .sec-heading-box .text-box {
    width: 56%;
    padding-top: 80px;
    padding-left: 80px;
}
.our-mission-sec .sec-heading-box .text-box p {
    font-size: 18px;
}

.mission-slider-box {
    padding-bottom: 120px;
    position: relative;
}
.mission-slider-box .bg-pattern-img {
    position: absolute;
    bottom: 0;
    right: 0;
}
.mission-slider-box .upper-content-box {
    max-width: 1145px;
    padding-bottom: 100px;
}
.mission-slider-box .upper-content-box .img-col {
    width: 40%;
    margin-top: -200px;
}
.mission-slider-box .upper-content-box .text-col {
    width: 60%;
    padding-left: 140px;
    padding-top: 110px;
}
.mission-slider-box .mission-swiper {
    max-width: 1100px;
    margin: 0;
    counter-reset: mission-counter;
}
.mission-slider-box .mission-swiper .swiper-slide {
    counter-increment: mission-counter;
}
.mission-slider-box .mission-swiper .content-box .count {
    font-size: 16px;
}
.mission-slider-box .mission-swiper .content-box .count::before {
    content: counter(mission-counter, decimal-leading-zero);
}
.mission-slider-box .mission-swiper .content-box h6 {
    margin: 30px 0;
    line-height: 1.5;
    font-weight: 700;
}
.mission-slider-box .mission-swiper .content-box p {
    font-size: 16px;
}
.mission-slider-box .mission-slider-nav {
    display: flex;
    padding-top: 60px;
}
.mission-slider-box .mission-slider-nav .nav-btn {
    background-color: var(--white);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    margin-right: 15px;
    cursor: pointer;
    color: var(--darkBlue);
    font-size: 22px;
}
.mission-slider-box .mission-slider-nav .nav-btn:hover {
    background-color: var(--darkBlue);
    color: var(--white);
}

/* FAQ search section */
.faq-search-sec {
    padding: 185px 0;
}
.faq-search-sec .heading-box {
    margin-bottom: 50px;
}
.faq-search-sec .heading-box h2 {
    margin-bottom: 30px;
}
.faq-search-sec .heading-box h6 {
    font-size: 18px;
}
.faq-search-sec .search-box {
    max-width: 850px;
    margin: 0 auto 60px;
}
.faq-search-sec .search-box .form-group {
    display: flex;
    align-items: center;
}
.faq-search-sec .search-box .form-control {
    background-color: #fff;
    border-color: #fff;
    border-radius: 50px;
    padding: 18px 150px 18px 85px;
    background-image: url(/cdn/shop/files/search-icon.svg?v=1656567504);
    background-repeat: no-repeat;
    background-position: 46px center;
    font-size: 18px;
    font-weight: 400;
}
.faq-search-sec .search-box .btn.submit {
    position: absolute;
    right: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 20px 40px;
}

.faq-search-sec .search-box .form-control::-webkit-input-placeholder {
    color: var(--darkBlue);
    opacity: 0.5;
}
.faq-search-sec .search-box .form-control::-ms-input-placeholder {
    color: var(--darkBlue);
    opacity: 0.5;
}
.faq-search-sec .search-box .form-control::placeholder {
    color: var(--darkBlue);
    opacity: 0.5;
}
.faq-search-sec .tags-list-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 950px;
}
.faq-search-sec .tags-list-box ul li .tag {
    border: 2px solid var(--darkBlue);
    border-radius: 50px;
    display: block;
    padding: 8px 24px;
    color: var(--darkBlue);
    font-weight: 500;
    margin: 0 6px 12px;
    transition: all 0.5s;
}
.faq-search-sec .tags-list-box ul li .tag:hover,
.faq-search-sec .tags-list-box ul li .tag.active {
    background-color: var(--darkBlue);
    color: var(--white);
}

/* FAQ accordion section */
.faq-accordion-sec {
    padding: 0 0 120px;
}
.faq-accordion-sec .category-list {
    margin-left: -30px;
    margin-top: -70px;
    padding-bottom: 120px;
}
.faq-accordion-sec .category-list .cat-card {
    background-color: var(--white);
    box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.06);
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    margin-left: 30px;
    width: calc(25% - 30px);
    cursor: pointer;
    transition: all 0.5s;
}
.faq-accordion-sec .category-list .cat-card:hover {
    background-color: var(--darkBlue);
    color: var(--white);
}
.faq-accordion-sec .category-list .cat-card:hover h6 {
    color: var(--white);
}
.faq-accordion-sec .category-list .cat-card .icon {
    margin-bottom: 12px;
}
.accordion-box-wrap {
    max-width: 910px;
    margin: 0 auto;
}
.accordion-box-wrap .heading-box {
    margin-bottom: 60px;
}
.accordion-box-wrap .heading-box h6 {
    margin-top: 30px;
    font-size: 18px;
}
.accordion-box-wrap .accordion-panel {
    padding: 20px 25px 0;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    margin-bottom: 15px;
}
.accordion-box-wrap .accordion-panel .heading-panel {
    position: relative;
    padding-bottom: 20px;
    padding-right: 35px;
    cursor: pointer;
}
.accordion-box-wrap .accordion-panel .heading-panel p {
    font-size: 16px;
}
.accordion-box-wrap .accordion-panel .heading-panel .zmdi {
    background-color: var(--lightBlue);
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.5s;
}
.accordion-box-wrap .accordion-panel .heading-panel:hover .zmdi {
    background-color: var(--darkBlue);
    color: var(--white);
}
.accordion-box-wrap .accordion-panel .text-panel {
    padding: 0 0 25px;
    display: none;
}
.accordion-box-wrap .accordion-panel .text-panel h6,
.accordion-box-wrap .accordion-panel .text-panel p {
    margin-bottom: 15px;
}

/* find more boxes section */
.find-more-boxes {
    overflow: hidden;
    padding-top: 100px;
}
.find-more-boxes .content-row {
    margin-left: -20px;
}
.find-more-boxes .content-row .colm-box {
    width: calc(50% - 20px);
    margin-left: 20px;
    padding: 40px 40px 60px;
}
.find-more-boxes .colm-box h4 {
    margin-bottom: 25px;
}
.find-more-boxes .colm-box .download-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.find-more-boxes .colm-box .download-list li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.8;
}
.find-more-boxes .colm-box .download-list .inner-col {
    display: flex;
    align-items: center;
}
.find-more-boxes .colm-box .download-list .inner-col img {
    margin-right: 10px;
}
.find-more-boxes .colm-box .download-list .inner-col a {
    font-size: 12px;
    color: var(--darkBlue);
    display: flex;
    align-items: center;
}
.find-more-boxes .colm-box .download-list .inner-col a:hover {
    color: var(--red);
}
.find-more-boxes .colm-box .download-list .inner-col a img {
    vertical-align: middle;
}
.find-more-boxes .colm-box .download-list .inner-col.left {
    width: calc(100% - 90px);
    padding-right: 50px;
}
.find-more-boxes .colm-box .download-list .inner-col.right {
    width: 85px;
    padding-top: 5px;
}
.find-more-boxes .colm-box p {
    max-width: 470px;
}
.find-more-boxes .colm-box .arrow-btn {
    margin-top: 50px;
}

/* digital parenting section */
.digital-parenting-sec {
    overflow: hidden;
    padding-bottom: 100px;
}
.digital-parenting-sec .gl-heading-box {
    padding: 120px 0 60px;
}
.digital-parenting-sec .gl-heading-box .text-box p {
    font-size: 14px;
}
.digital-parenting-sec .grid-content .content-row {
    margin-left: -60px;
}
.digital-parenting-sec .grid-content .colm-box {
    width: calc(50% - 60px);
    margin-left: 60px;
    margin-bottom: 40px;
}
.digital-parenting-sec .grid-content .colm-box h6 {
    font-size: 18px;
    margin-top: 18px;
}

/* accordion content section */
.accordion-content-sec {
    padding: 120px 0;
}
.accordion-content-sec .heading-box {
    margin-bottom: 80px;
}
.accor-content-box .panel-box-main .panel-head {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.accor-content-box .panel-box-main:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.accor-content-box .panel-box-main .panel-head h4 {
    font-size: 26px;
    font-weight: 400;
}
.accor-content-box .panel-box-main .panel-head .zmdi {
    font-size: 24px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
}
.accor-content-box .panel-box-main .panel-desc {
    padding: 20px 0 40px;
    display: none;
}
.accor-content-box .panel-box-main .panel-desc.active {
    display: block;
}
.accor-content-box .panel-box-main .panel-desc .img-col {
    width: 50%;
}
.accor-content-box .panel-box-main .panel-desc .img-col h6 {
    font-size: 16px;
    margin-top: 16px;
}
.accor-content-box .panel-box-main .panel-desc .text-col {
    width: 50%;
    padding-right: 120px;
}
.accor-content-box .panel-box-main .panel-desc .text-col ul {
    margin-top: 45px;
    margin-left: 25px;
}
.accor-content-box .panel-box-main .panel-desc .text-col ul li {
    font-weight: 500;
    line-height: 2.35;
    margin-bottom: 10px;
}

/* app feature section */
.app-feature-sec {
    padding-bottom: 120px;
}
.app-feature-sec .main-content-box {
    padding: 140px 0 80px;
    position: relative;
}
.app-feature-sec .main-content-box .bg-pattern-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.app-feature-sec .main-content-box .bg-pattern-img img {
    width: 100%;
}
.app-feature-sec .content-row {
    position: relative;
    z-index: 2;
}
.app-feature-sec .app-img-box {
    width: 50%;
    text-align: center;
    padding: 0 50px;
}
.app-feature-sec .content-list-box {
    width: 25%;
    padding-top: 30px;
}
.app-feature-sec .content-list-box .content-card {
    box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.1), 0px 10px 10px rgba(0, 0, 0, 0.04);
    border-radius: 15px;
    padding: 20px 25px 20px 35px;
    max-width: 235px;
    margin-top: 75px;
}
.app-feature-sec .content-list-box:first-child .content-card:nth-child(odd) {
    background-color: var(--darkBlue);
}
.app-feature-sec .content-list-box:first-child .content-card:nth-child(odd) * {
    color: var(--white);
}
.app-feature-sec .content-list-box:first-child .content-card:nth-child(even) {
    background-color: var(--lightBlue);
    margin-left: auto;
}

.app-feature-sec .content-list-box:last-child .content-card:nth-child(even) {
    background-color: var(--darkBlue);
}
.app-feature-sec .content-list-box:last-child .content-card:nth-child(even) * {
    color: var(--white);
}
.app-feature-sec .content-list-box:last-child .content-card:nth-child(odd) {
    background-color: var(--lightBlue);
    margin-left: auto;
}
.app-feature-sec .content-list-box .content-card h6 {
    font-size: 16px;
    margin-bottom: 12px;
}
.app-feature-sec .content-list-box .content-card p {
    font-size: 12px;
}

/* get app content box */
.get-app-box .content-box {
    max-width: 620px;
    margin: 0 auto;
}
.get-app-box .content-box p {
    margin: 30px 0 40px;
}
.get-app-box .content-box a {
    margin: 0 8px;
}

/* site access section */
.site-access-sec.bg-dark-blue{
    overflow: hidden;
}
.site-access-sec .text-col {
    width: 50%;
    padding: 50px 150px 50px 0;
}
.site-access-sec .text-col .text-box h3 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 40px;
}
.site-access-sec .text-col .text-box .btn {
    margin-top: 35px;
}
.site-access-sec .img-col {
    width: 50%;
}
.site-access-sec .img-col .img-gallery {
    column-count: 2;
    column-gap: 30px;
}
.site-access-sec .img-col .img-gallery .img-box:nth-child(even) {
    margin-top: 30px;
}

/* features slider section */
.fetaures-slider-sec {
    position: relative;
}
.fetaures-slider-sec .heading-box {
    padding-top: 150px;
    margin-bottom: -30px;
}
.fetaures-slider-sec .main-content-wrapper {
    position: relative;
}
.fetaures-slider-sec .content-row {
    max-width: 1440px;
    margin: 0 auto;
    padding: 125px 0;
}
.fetaures-slider-sec .tablist-box {
    width: 45%;
    padding-right: 70px;
}
.fetaures-slider-sec .tablist-box .circle-box {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.fetaures-slider-sec .features-nav-swiper {
    max-width: 295px;
    margin-left: auto;
    margin-right: 0;
    counter-reset: featuresCounter;
    cursor: pointer;
    overflow: visible;
}
.fetaures-slider-sec .features-nav-swiper .swiper-slide:nth-child(1) {
    margin-left: -38px;
}
.fetaures-slider-sec .features-nav-swiper .swiper-slide:nth-child(2) {
    margin-left: -22px;
}
.fetaures-slider-sec .features-nav-swiper .swiper-slide:nth-child(3) {
    margin-left: -14px;
}
.fetaures-slider-sec .features-nav-swiper .swiper-slide:nth-child(4) {
    margin-left: -13px;
}
.fetaures-slider-sec .features-nav-swiper .swiper-slide:nth-child(5) {
    margin-left: -18px;
}
.fetaures-slider-sec .features-nav-swiper .swiper-slide:nth-child(6) {
    margin-left: -30px;
}
.fetaures-slider-sec .features-nav-swiper .swiper-slide {
    margin-bottom: 25px;
    counter-increment: featuresCounter;
}
.fetaures-slider-sec .features-nav-swiper .title-box {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    color: #c6c6c6;
    transition: all 0.5s;
}
.fetaures-slider-sec .features-nav-swiper .swiper-slide-thumb-active .title-box {
    color: var(--darkBlue);
}
.fetaures-slider-sec .features-nav-swiper .title-box .circle {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    position: relative;
    margin-right: 15px;
}
.fetaures-slider-sec .features-nav-swiper .title-box .circle:before {
    content: "";
    border: 1px solid var(--darkBlue);
    border-radius: 50%;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all 0.5s;
}
.fetaures-slider-sec .features-nav-swiper .swiper-slide-thumb-active .title-box .circle:before {
    transform: scale(1);
}
.fetaures-slider-sec .features-nav-swiper .title-box .circle:after {
    content: "";
    background-color: #c6c6c6;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    top: 5px;
    left: 5px;
    position: absolute;
    transition: all 0.5s;
}
.fetaures-slider-sec .features-nav-swiper .swiper-slide-thumb-active .title-box .circle:after {
    background-color: var(--darkBlue);
}
.fetaures-slider-sec .features-nav-swiper .title-box .number {
    margin-right: 12px;
}
.fetaures-slider-sec .features-nav-swiper .title-box .number:before {
    content: counter(featuresCounter, decimal-leading-zero);
}

.fetaures-slider-sec .feature-list-box {
    width: 55%;
    padding-right: 60px;
    counter-reset: featureListCounter;
    margin-left: -50px;
}
.fetaures-slider-sec .feature-list-box .swiper-slide {
    counter-increment: featureListCounter;
}
.fetaures-slider-sec .feature-list-box .slide-content .img-box {
    width: 40%;
    text-align: right;
}
.fetaures-slider-sec .feature-list-box .slide-content .img-box img {
    max-width: 260px;
}
.fetaures-slider-sec .feature-list-box .slide-content .text-box {
    width: 60%;
    padding-left: 70px;
    position: relative;
    max-width: 400px;
}
.fetaures-slider-sec .feature-list-box .slide-content .text-box .lg-number {
    font-size: 320px;
    font-weight: 600;
    color: #f9f9f9;
    position: absolute;
    top: -75%;
    left: 50px;
    z-index: -1;
    line-height: 1;
}
.fetaures-slider-sec .feature-list-box .slide-content .text-box .lg-number:before {
    content: counter(featureListCounter, decimal-leading-zero);
}
.fetaures-slider-sec .feature-list-box .slide-content .text-box h4 {
    font-size: 26px;
    line-height: 1.55;
    margin-bottom: 30px;
}
.fetaures-slider-sec .feature-list-box .features-slider-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 60%;
    padding-left: 70px;
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: 2;
}
.fetaures-slider-sec .feature-list-box .features-slider-nav .nav-btn {
    background-color: var(--grey);
    border-radius: 50%;
    color: var(--darkBlue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    margin-right: 14px;
    cursor: pointer;
    transition: all 0.5s;
}
.fetaures-slider-sec .feature-list-box .features-slider-nav .nav-btn:hover {
    background-color: var(--darkBlue);
    color: var(--white);
}
.fetaures-slider-sec .feature-list-box .features-slider-nav .nav-btn.swiper-button-disabled {
    pointer-events: none;
    opacity: 0.5;
}
.fetaures-slider-sec .feature-list-box .features-slider-nav .nav-btn .zmdi {
    font-size: 26px;
}

/* protect kids section */
.protect-kids-sec {
    padding: 100px 0 170px;
    position: relative;
}
.protect-kids-sec .heading-box {
    margin-bottom: 90px;
}
.protect-kids-sec .steps-content-box {
    position: relative;
    z-index: 1;
}
.protect-kids-sec .steps-content-box .img-col {
    width: 45%;
}
.protect-kids-sec .steps-content-box .text-col {
    width: 55%;
    padding-left: 65px;
    counter-reset: protect-counter;
}
.protect-kids-sec .steps-content-box .content {
    counter-increment: protect-counter;
    margin-bottom: 65px;
}
.protect-kids-sec .steps-content-box .content:last-child {
    margin-bottom: 0;
}
.protect-kids-sec .steps-content-box .content .number-box {
    width: 110px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    padding-top: 5px;
}
.protect-kids-sec .steps-content-box .content .number-box::before {
    content: counter(protect-counter, decimal-leading-zero) ".";
}
.protect-kids-sec .steps-content-box .content .text-box {
    width: calc(100% - 110px);
    max-width: 435px;
}
.protect-kids-sec .steps-content-box .content .text-box h4 {
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 25px;
}
.protect-kids-sec .bg-pattern-img {
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

/* main product section */
.main-product-sec {
    padding: 100px 0 0;
}
.main-pro-card {
    margin-bottom: 120px;
}
.main-pro-card .headline-box {
    margin-bottom: 100px;
}
.main-pro-card .img-col {
    width: 48%;
}
.main-pro-card .text-col {
    width: 52%;
    padding-left: 90px;
}
.yotpo .star-clickable .text-m {
    font-size: 16px;
    color: var(--darkBlue)!important;
}
.yotpo .star-clickable .text-m:hover {
    color: var(--red)!important;
}
.main-pro-card .pro-info .pro-quantitiy {
    margin: 35px 0;
    display: flex;
}
.main-pro-card .pro-info .pro-quantitiy .q-box {
    display: inline-block;
    border: 1px solid #bababa;
    border-radius: 50px;
    color: #acacac;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 28px;
    line-height: 1.1;
    margin-right: 16px;
    cursor: pointer;
    transition: all 0.5s;
}
.main-pro-card .pro-info .pro-quantitiy .q-box.selected,
.main-pro-card .pro-info .pro-quantitiy .q-box:hover {
    border-color: var(--darkBlue);
    color: var(--darkBlue);
}
.main-pro-card .pro-info .pro-desc {
    max-width: 510px;
    margin-bottom: 35px;
}
.main-pro-card .pro-info .pro-desc h6 {
    margin-bottom: 25px;
}
.main-pro-card .pro-info .pro-desc h6 span {
    color: var(--red);
}
.main-pro-card .pro-info .pro-price p {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.main-pro-card .pro-info .pro-price h6 {
    font-weight: 600;
    font-size: 22px;
    color: var(--red);
}
.main-pro-card .pro-info .btn-group {
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
}
.main-pro-card .pro-info .btn-group .btn {
    margin-right: 15px;
    margin-bottom: 15px;
}
.main-pro-card:nth-child(odd) .text-col {
    order: -1;
}

.main-pro-card .pro-info .short-desc {
    max-width: 430px;
    margin: 18px 0 28px;
    line-height: 1.5;
}
.main-pro-card .pro-info  .quantitiy-dropdown  {
    margin-bottom: 25px;
}
.main-pro-card .pro-info  .quantitiy-dropdown select {
    border: 2px solid var(--darkBlue);
    border-radius: 10px;
    padding: 20px;
    max-width: 275px;
    background-position: calc(100% - 20px) center;
    font-size: 16px;
    font-weight: 500;
}
.main-pro-card .pro-info .pro-price.sale {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.main-pro-card .pro-info .pro-price.sale .sale-price {
    font-size: 28px;
    font-weight: 600;
}
.main-pro-card .pro-info .pro-price.sale .regular-price {
    font-size: 14px;
    font-weight: 500;
    margin-left: 20px;
    text-decoration: line-through;
}   
.main-pro-card .pro-info  .pro-rating {
    display: flex;
    align-items: center;
}
.main-pro-card .pro-info  .pro-rating .rev-text {
    font-size: 16px;
    margin-left: 30px;
}

.main-pro-card.pro-ax .content-row {
    background-color: var(--lightBlue);
    border-radius: 32px;
    padding: 100px 100px 75px;
    background-image: url(/cdn/shop/files/gryphon-ax-box-bg-img.jpg?v=1656752075);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.main-pro-card.pro-ax .text-col {
    padding-left: 0;
}
.main-pro-card.pro-ax .pro-img {
    text-align: right;
}
.main-pro-card.pro-ax .pro-info .pro-quantitiy .q-box {
    border-color: #7fafb5;
    color: var(--darkBlue);
}
.main-pro-card.pro-ax .pro-info .pro-quantitiy .q-box.selected,
.main-pro-card.pro-ax .pro-info .pro-quantitiy .q-box:hover {
    background-color: var(--white);
}
.main-pro-card.pro-ax .pro-info .pro-desc {
    max-width: 390px;
}
.main-pro-card.pro-ax .pro-info .pro-desc h6 {
    font-size: 16px;
}
.main-pro-card.pro-ax .pro-info .pro-price {
    display: flex;
    align-items: center;
}
.main-pro-card.pro-ax .pro-info .pro-price p {
    margin: 0 3px 0 0;
}

.main-pro-card.pro-gg {
    background-color: var(--lightBlue);
    padding: 150px 0 120px;
}
.main-pro-card.pro-gg .text-col {
    padding-left: 0;
}
.main-pro-card.pro-gg .pro-info .pro-desc {
    max-width: 450px;
}
.main-pro-card.pro-gg .pro-info .pro-quantitiy .q-box {
    border-color: #7fafb5;
    color: var(--darkBlue);
}
.main-pro-card.pro-gg .pro-info .pro-quantitiy .q-box.selected,
.main-pro-card.pro-gg .pro-info .pro-quantitiy .q-box:hover {
    background-color: var(--white);
}

/* compare section */
.compare-sec {
    padding-bottom: 120px;
}
.compare-sec .heading-box {
    margin-bottom: 75px;
}
.compare-table-box table {
    border-collapse: collapse;
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-align: left;
    width: 100%;
}
.compare-table-box table th,
.compare-table-box table td {
    padding: 20px 32px;
    font-weight: 500;
    font-size: 14px;
    height: 90px;
}
.compare-table-box table thead th {
    border: 1px solid #000;
    background-color: #f5f5f5;
}
.compare-table-box table thead th:first-child,
.compare-table-box table tbody th {
    padding-left: 14px;
    min-width: 240px;
}
.compare-table-box table tbody th {
    font-size: 18px;
}
.compare-table-box table tbody th,
.compare-table-box table tbody td {
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.compare-table-box table tbody tr:first-child td {
    padding: 20px 15px;
    text-align: center;
}
.compare-table-box table tbody td img {
    max-width: 280px;
}
.compare-table-box table tbody td .btn {
    font-size: 18px;
    line-height: 1.3;
}
.compare-table-box table tbody td .sm-text {
    display: block;
    font-size: 12px;
    margin-top: 8px;
    font-weight: 400;
}

/* product help section */
.product-help-sec {
    padding: 100px;
    overflow: hidden;
}
.product-help-sec .content-row {
    max-width: 1130px;
    margin: 0 auto;
}
.product-help-sec .text-col {
    width: 57%;
    padding-right: 50px;
}
.product-help-sec .product-col {
    width: 43%;
}
.product-help-sec .text-box {
    max-width: 450px;
}
.product-help-sec .text-box h2 {
    margin-bottom: 35px;
}
.product-help-sec .text-box .req-list {
    list-style: none;
    margin: 50px 0 0;
    padding: 0;
}
.product-help-sec .text-box .req-list li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 40px;
    line-height: 1.5;
    font-size: 16px;
}
.product-help-sec .text-box .req-list li .custom-checkbox {
    position: absolute;
    left: 0;
    top: 4px;
}
.product-help-sec .product-box {
    border: 1px solid var(--white);
    padding: 25px 45px;
    display: none;
}
.product-help-sec .product-box.active {
    animation: contentFadeIn .5s;
    display: block;
}
.product-help-sec .product-box .name-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-help-sec .product-box .img-box {
    text-align: center;
    margin: 30px 0 24px 0px;
}
.product-help-sec .product-box .img-box img {
    min-height: 380px;
    width: auto;
    object-fit: contain;
  max-height:381px;
}
.product-help-sec .product-box .action-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  justify-content: space-between;
}
.product-help-sec .product-box .action-box .quantity-box {
/*     width: calc(100% - 110px); */
    padding-right: 15px;
  
}
.product-help-sec .product-box .action-box a.add-cart-btn{
    width: auto;
    height: auto;
    cursor: pointer;
    font-weight: 400;
    text-transform: capitalize;
    padding: 18px 30px;
    border-radius: 30px;
    font-size: 18px;
    transition: 0.4s ease;
}
.product-help-sec .product-box .action-box .quantity-box label {
    display: flex;
    align-items: center;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}
.product-help-sec .product-box .action-box .quantity-box label small {
    font-size: 14px;
}
.product-help-sec .product-box .action-box .quantity-box label .custom-checkbox {
    margin-right: 25px;
    height: 20px;
}
.product-help-sec .product-box .action-box .add-cart-btn {
    border: 0;
    background-color: var(--red);
    /* border-radius: 50%; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 50px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
}
.product-help-sec .product-box .action-box .add-cart-btn:hover {
    background-color: var(--black);
}

/* amazon review section */
.amazon-review-sec {
    padding: 90px 0 120px;
}
.amazon-review-sec .heading-box {
    margin-bottom: 70px;
}
.amazon-review-sec .heading-box .text-box h6 {
    font-size: 18px;
    margin-top: 30px;
}
.amazon-review-sec [class*=HeaderWriteReviewButton__Modal] {
    display: none;
}

/* reviews hero section */
.reviews-hero-sec {
    border-top: 1px solid var(--grey);
/*     margin-top: 110px; */
    padding: 50px 0;
}
.reviews-hero-sec .content-row {
    background-color: var(--lightBlue);
    border-radius: 32px;
}
.reviews-hero-sec .text-col {
    width: 65%;
    padding: 50px;
}
.reviews-hero-sec .img-col {
    width: 35%;
}
.reviews-hero-sec .img-box img {
    border-radius: 0 32px 32px 0;
}
.reviews-hero-sec .text-box {
    max-width: 615px;
    margin: 0 auto;
}
.reviews-hero-sec .text-box h6 {
    font-size: 18px;
}
.reviews-hero-sec .text-box h3 {
    font-size: 48px;
    margin: 10px 0 20px;
}
.reviews-hero-sec .text-box p {
    font-size: 16px;
}

/* reviews list section */
.reviews-list-sec {
    padding-bottom: 120px;
}
.reviews-list-sec .action-bar {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--grey);
}
.reviews-list-sec .action-bar .rating-box {
    display: flex;
    align-items: center;
    font-weight: 500;
}
.reviews-list-sec .action-bar .rating-box .sm {
    font-size: 12px;
}
.reviews-list-sec .action-bar .rating-box img {
    margin: 0 10px;
}
.reviews-list-sec .action-bar .btn-box .btn {
    margin-left: 22px;
}
.reviews-list-sec .review-listing {
    padding: 25px 0 0;
}
.reviews-list-sec .review-listing .list-heading {
    font-weight: 500;
    margin-bottom: 60px;
}
.reviews-list-sec .list-card {
    margin-bottom: 40px;
}
.reviews-list-sec .list-card .review-by {
/*     width: 43%; */
    width: 100%;
    padding-right: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.reviews-list-sec .detail-box a {
    word-break: break-all;
}
.reviews-list-sec .list-card .review-by img {
/*     width: 100px; */
    width: 325px;
    height: auto;
    object-fit: contain;
}
.reviews-list-sec .list-card .review-by .name-box {
    padding-left: 26px;
    width: calc(100% - 150px);
}
.reviews-list-sec .list-card .review-by .name-box h5 {
    margin-bottom: 6px;
}
.reviews-list-sec .list-card .review-details {
/*     width: 57%; */
  width: 100%;
}
.reviews-list-sec .list-card .review-details .date {
    width: 115px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 1.35;
    padding-top: 10px;
}
.reviews-list-sec .list-card .review-details .detail-box {
/*     width: calc(100% - 115px); */
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
}
.reviews-list-sec .list-card .review-details .detail-box h2{
  font-size: 40px;
}
.reviews-list-sec .list-card .review-details h4 {
    font-size: 32px;
    margin-bottom: 12px;
}
.reviews-list-sec .list-card .review-details p {
    margin-bottom: 30px;
    padding-right: 35px;
}
.reviews-list-sec .list-card .review-details .img-gallery {
    margin-left: -16px;
    margin-top: 80px;
}
.reviews-list-sec .list-card .review-details .img-gallery .img-box {
    margin-bottom: 16px;
    margin-left: 16px;
    width: calc(33.33% - 16px);
}

.reviews-list-sec .list-card .review-footer {
    width: 100%;
    padding: 10px 0 30px;
    border-bottom: 1px solid var(--grey);
}
.reviews-list-sec .list-card .review-footer .text {
    display: flex;
    align-items: center;
}
.reviews-list-sec .list-card .review-footer .text .sm {
    font-size: 12px;
    margin-right: 10px;
}
.reviews-list-sec .list-card .review-footer .social-share {
    display: flex;
    align-items: center;
}
.reviews-list-sec .list-card .review-footer .social-share .text {
    font-weight: 500;
}
.reviews-list-sec .list-card .review-footer .social-share a {
    margin-left: 15px;
    color: var(--darkBlue);
    font-size: 20px;
}
.reviews-list-sec .list-card .review-footer .social-share a:hover {
    color: var(--red);
}

.custom-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
}
.custom-pagination .nav-btn {
    background-color: var(--darkBlue);
    border-radius: 50%;
    cursor: pointer;
    color: var(--white);
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.custom-pagination .nav-btn:hover {
    background-color: var(--red);
}
.custom-pagination .nav-btn.disabled {
    background-color: var(--grey);
    pointer-events: none;
}
.custom-pagination .pagination {
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 0 50px;
    padding: 0;
}
.custom-pagination .pagination li {
    margin: 0 11px;
    position: relative;
}
.custom-pagination .pagination li a {
    font-weight: 500;
    line-height: 1.35;
    color: #c0c0c0;
    padding: 5px 3px;
    transition: all 0.5s;
}
.custom-pagination .pagination li a:after {
    content: "";
    background-color: var(--darkBlue);
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: all 0.5s;
}
.custom-pagination .pagination li a:hover,
.custom-pagination .pagination li.active a {
    color: var(--darkBlue);
}
.custom-pagination .pagination li a:hover:after,
.custom-pagination .pagination li.active a:after {
    width: 100%;
}

/* blog hero text */
.blog-hero-text {
/*     margin-top: 110px; */
    padding: 60px 0 50px;
}
.blog-hero-text h2 {
    margin-bottom: 20px;
    font-weight: 600;
}
.blog-hero-text p {
    font-size: 16px;
}
.blog-hero-text .author {
    font-weight: 500;
}

/* blog hero image section */
.blog-hero-img-sec {
    position: relative;
}
.blog-hero-img-sec .hero-text-box {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.blog-hero-img-sec .hero-text-box .content-box {
    max-width: 410px;
}
.blog-hero-img-sec .hero-text-box .content-box .count {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.35;
}
.blog-hero-img-sec .hero-text-box .content-box h4 {
    margin: 30px 0;
    font-size: 32px;
}
.blog-hero-img-sec .hero-text-box .content-box p {
    font-weight: 500;
}

/* blog listing section */
.blog-listing-sec .blog-categories {
    border-bottom: 1px solid var(--grey);
    padding: 20px 0 0;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog-listing-sec .blog-categories .scroll-indicator {
    width: 100%;
    position: relative;
    display: none;
    margin: 20px 0;
}
.blog-listing-sec .blog-categories .scroll-indicator .bar {
    background-color: var(--darkBlue);
    width: 50px;
    height: 2px;
    position: relative;
    display: table;
    margin: 0 auto;
}
.blog-listing-sec .blog-categories .scroll-indicator .bar:before {
    content: "";
    background-color: var(--darkBlue);
    width: 12px;
    height: 12px;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: -5px;
    animation: scrollThumbIndicator 2s linear infinite alternate;
}
@keyframes scrollThumbIndicator {
    0% {
        left: 0;
    }
    100% {
        left: 40px;
    }
}
.blog-listing-sec .blog-categories ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.blog-listing-sec .blog-categories ul::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.blog-listing-sec .blog-categories ul li a {
    display: block;
    position: relative;
    padding: 14px 35px;
    color: #4f4f4f;
    transition: all 0.5s;
}
.blog-listing-sec .blog-categories ul li a:after {
    content: "";
    background-color: var(--darkBlue);
    width: 0%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
}
.blog-listing-sec .blog-categories ul li a.active,
.blog-listing-sec .blog-categories ul li a:hover {
    color: var(--darkBlue);
}
.blog-listing-sec .blog-categories ul li a.active:after,
.blog-listing-sec .blog-categories ul li a:hover:after {
    width: 100%;
}
.blog-listing-sec .blog-categories .more-cat:hover {
    color: var(--darkBlue);
    font-weight: 500;
}

.blog-listing-sec .heading-box {
    margin-bottom: 70px;
}
.blog-listing-sec .blog-lists {
    margin-left: -30px;
}
.blog-listing-sec .blog-lists .blog-card {
    width: calc(33.33% - 30px);
    margin-left: 27px;
    margin-bottom: 100px;
    display: inline-block;
    vertical-align: top;
    color: var(--darkBlue);
    position: relative;
    top: 0;
    transition: all 0.5s;
}
.blog-listing-sec .blog-lists .blog-card:hover {
    top: -20px;
}
.blog-listing-sec .blog-lists .blog-card:hover .post-title {
    color: var(--red);
}
.blog-listing-sec .blog-lists .blog-card .meta-box .name {
/*    display: flex; 
    align-items: center;
    margin: 20px 0;
    font-size: 12px;
*/
    display: none;
}
.blog-listing-sec .blog-lists .blog-card .meta-box .name .icon {
    width: 14px;
    height: auto;
    margin-right: 10px;
}
.blog-listing-sec .blog-lists .blog-card .meta-box .post-title {
    margin-bottom: 12px;
    margin-top: 25px;
}

.blog-listing-sec .blog-lists .blog-card .meta-box .post-date {
    font-size: 12px;
    font-weight: 500;
    margin-top: 25px;
}

/* featured blog box */
.featured-blog-box {
    padding: 80px 0;
    margin-bottom: 100px;
}
.featured-blog-box.touch-vp-left {
    padding-left: 30px;
}
.featured-blog-box .heading-box {
    margin-bottom: 65px;
}
.featured-blog-box .heading-box h3 {
    font-size: 48px;
}
.featured-blog-box .featured-blog-swiper .img-box img {
    border-radius: 32px;
    min-height: 400px;
}
.featured-blog-box .featured-blog-swiper .text-box {
    position: absolute;
    top: 50%;
    left: 80px;
    max-width: 410px;
    transform: translateY(-50%);
}
.featured-blog-box .featured-blog-swiper .text-box .date {
    font-weight: 500;
    margin-bottom: 25px;
}
.featured-blog-box .featured-blog-swiper .text-box h4 {
    font-size: 32px;
}
.featured-blog-box .featured-blog-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 45px;
}
.featured-blog-box .featured-blog-nav .pagination {
    position: static;
    width: auto;
}
.featured-blog-box .featured-blog-nav .pagination .swiper-pagination-bullet {
    background-color: transparent;
    position: relative;
    width: 23px;
    height: 23px;
}
.featured-blog-box .featured-blog-nav .pagination .swiper-pagination-bullet:before {
    content: "";
    background-color: transparent;
    outline: 1px solid var(--white);
    outline-offset: -1px;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    position: absolute;
    top: .3px;
    left: -.3px;
    transition: all 0.5s;
    transform: scale(0);
}
.featured-blog-box .featured-blog-nav .pagination .swiper-pagination-bullet:after {
    content: "";
    background-color: var(--white);
    border-radius: 50%;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.75);
    transition: all 0.5s;
}
.featured-blog-box .featured-blog-nav .pagination .swiper-pagination-bullet-active:before {
    transform: scale(1);
}
.featured-blog-box .featured-blog-nav .pagination .swiper-pagination-bullet-active:after {
    transform: translate(-50%, -50%) scale(1);
}
.featured-blog-box .featured-blog-nav .nav-box {
    display: flex;
}
.featured-blog-box .featured-blog-nav .nav-btn {
    background-color: var(--white);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    cursor: pointer;
    color: var(--darkBlue);
}
.featured-blog-box .featured-blog-nav .nav-btn .zmdi {
    color: var(--darkBlue);
}
.featured-blog-box .featured-blog-nav .nav-btn:hover {
    background-color: var(--red);
    color: var(--white);
}
.featured-blog-box .featured-blog-nav .nav-btn:hover .zmdi {
    color: var(--white);
}
.featured-blog-box .featured-blog-nav .nav-btn.swiper-button-disabled {
    opacity: 0.4;
    pointer-events: none;
}

.blog-listing-sec {
    padding-bottom: 120px;
}
.blog-listing-sec .custom-pagination {
    border-top: 1px solid var(--grey);
    padding-top: 70px;
}

/* post detail section */
.post-details-sec .post-content {
    margin-bottom: 100px;
    margin-top: 20px;
}
.post-details-sec .post-content .post-subtitle {
    max-width: 1055px;
    margin: 75px auto;
}
.post-details-sec .post-content .post-info-col2 {
    max-width: 1120px;
    margin-bottom: 90px;
}
.post-details-sec .post-content .post-info-col2 .img-box {
    width: 44%;
}
.post-details-sec .post-content .post-info-col2 .text-box {
    width: 56%;
    padding-left: 90px;
}
.post-details-sec .post-content .post-info-col2 .text-box p {
    margin-bottom: 30px;
}
.post-details-sec .post-content .post-info-col2 .text-box .arrow-btn {
    font-size: 16px;
}
.post-details-sec .post-content .post-info-col2 .text-box img {
    display: block;
    margin-top: 70px;
}
.post-details-sec .post-content .post-desc {
    max-width: 1070px;
    line-height: 1.55;
    font-size: 16px;
    font-family: Roboto,sans-serif;
    color: var(--darkBlue);
    font-weight: 400;
}
.post-details-sec .post-content .post-desc p {
    margin-bottom: 28px;
}

/* advanced protection section */
.advance-protection-sec{
    overflow: hidden;
}
.advance-protection-sec .gl-heading-box .text-box p {
    font-size: 14px;
}
.advance-protection-sec .content-box .img-col {
    width: 43%;
}
.advance-protection-sec .content-box .text-col {
    width: 57%;
    padding-left: 100px;
}
.advance-protection-sec .content-box .text-box h4 {
    text-transform: uppercase;
    margin-bottom: 35px;
}
.advance-protection-sec .content-box .text-box p {
    font-size: 18px;
}

/* premium protection section */
.premium-protection-sec {
    padding-top: 130px;
    margin-top: -42px;
}
.premium-protection-sec .heading-box {
    margin-bottom: 65px;
    width: 100%;
}
.premium-protection-sec .list-col {
    width: 50%;
    padding-right: 80px;
    padding-bottom: 60px;
}
.premium-protection-sec .list-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.premium-protection-sec .list-col ul li {
    position: relative;
    padding-left: 70px;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 36px;
}
.premium-protection-sec .list-col ul li img {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
  transform: translateY(-50%);
    left: 0;
}
.premium-protection-sec .pricing-box {
    width: 50%;
    padding: 120px 100px 160px;
    margin-top: -80px;
    margin-bottom: -30px;
    position: relative;
}
.premium-protection-sec .pricing-box .pricing-content h4 {
    font-size: 32px;
}
.premium-protection-sec .pricing-box .pricing-content .price {
    color: var(--red);
    font-weight: 700;
    margin: 35px 0 60px;
}
.premium-protection-sec .pricing-box .pricing-content .price small {
    font-weight: 500;
}
.premium-protection-sec .pricing-box .pricing-content .price p {
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
}
.premium-protection-sec .pricing-box .pricing-content h6 {
    font-size: 18px;
    max-width: 400px;
    opacity: 0.9;
}

/* feature installation section */
.feature-installation-sec {
    padding: 320px 0 130px;
    margin-top: -230px;
    overflow: hidden;
}
.feature-installation-sec .colm-box {
    width: 50%;
}
.feature-installation-sec .colm-box:first-child {
    padding-right: 90px;
    border-right: 1px solid rgba(23, 36, 66, 0.1);
}
.feature-installation-sec .colm-box:last-child {
    padding-left: 90px;
}
.feature-installation-sec .colm-box .text-box h6 {
    font-size: 18px;
    margin: 35px 0 45px;
}
.feature-installation-sec .colm-box .text-box ol {
    padding-left: 15px;
}
.feature-installation-sec .colm-box .text-box ol li {
    line-height: 1.35;
    margin-bottom: 25px;
}
.feature-installation-sec .colm-box .text-box p {
    margin-bottom: 30px;
}

/* protection comparison section */
.protection-compare-sec {
    padding: 120px 0;
}
.protection-compare-sec .heading-box {
    margin-bottom: 62px;
}
.protection-compare-sec .heading-box .desc {
    max-width: 730px;
    margin: 30px auto 0;
}
.protection-compare-sec .table-box table {
    width: 100%;
    border: 2px solid rgba(0, 0, 0, 0.25);
    border-collapse: collapse;
}
.protection-compare-sec .table-box table th,
.protection-compare-sec .table-box table td {
    border-right: 2px solid rgba(0, 0, 0, 0.25);
    text-align: left;
    font-size: 18px;
    line-height: 1.5;
}
.protection-compare-sec .table-box table th {
    padding: 35px 60px 35px 35px;
}
.protection-compare-sec .table-box table td {
    padding: 0px 60px 35px 35px;
}
.protection-compare-sec .table-box table tr.title-row + tr td {
    padding-top: 35px;
}
.protection-compare-sec .table-box table th h5,
.protection-compare-sec .table-box table td h5 {
    font-size: 22px;
}
.protection-compare-sec .table-box table th p {
    margin-top: 14px;
    max-width: 220px;
}
.protection-compare-sec .table-box table tbody tr td {
    width: 31%;
}
.protection-compare-sec .table-box table tbody tr.title-row td {
    background-color: var(--grey);
    padding-top: 26px;
    padding-bottom: 26px;
}
.protection-compare-sec .table-box table tbody tr td:first-child {
    width: 38%;
}
.protection-compare-sec .table-box table tbody tr td:not(:first-child) {
    text-align: center;
}

/* product detail section */
.product-detail-sec {
    margin-top: 145px;
    border-top: 1px solid var(--grey);
    padding-top: 80px;
}
.product-detail-sec .product.grid {
    align-items: self-start;
    overflow: hidden;
}
.product-detail-sec .product .grid__item {
    position: relative;
    padding-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
}
.product-detail-sec .product .product-nav {
    position: absolute;
    bottom: -30px;
    display: flex;
    align-items: center;
    padding: 16px;
    box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}
.product-detail-sec .product .product-nav .nav-btn {
    font-size: 24px;
    cursor: pointer;
}
.product-detail-sec .product .product-nav .nav-btn:hover {
    color: var(--red);
}
.product-detail-sec .product .product-nav .pagination {
    margin: 0 28px;
    font-weight: 500;
}
.product-detail-sec .product .thumb_slider {
    height: 370px;
    margin-top: 40px;
    width: 15%;
    display: flex;
    flex-wrap: wrap;
    order: 1;
}
.product-detail-sec .product .thumb_slider .swiper-slide {
    width: 55px;
    height: 55px;
    padding: 5px;
    border: 2px solid #F0F0F0;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    display: flex;
}
.product-detail-sec .product .thumb_slider .swiper-slide.swiper-slide-thumb-active {
    border-color: var(--darkBlue);
}
.product-detail-sec .product .thumb_slider .swiper-slide img {
    width: 100%;
    height: auto;
}
.product-detail-sec .product .main_slider_wrapper {
    text-align: center;
    width: 85%;
    order: 2;
}
.product-detail-sec .product .main_slider_wrapper {
    position: relative;
    margin-top: -40px;
}
.product-detail-sec .product .main_slider_wrapper:after {
    content: "";
    background-color: var(--lightBlue);
    border-radius: 50%;
    width: 380px;
    height: 380px;
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translateX(-50%);
}

.product__info-wrapper .product__text.subtitle {
    font-size: 16px;
    font-weight: 500;
    color: var(--red);
    margin-bottom: 10px;
    letter-spacing: 0;
    line-height: 1.35;
}
.product__info-wrapper .product__title {
    margin: 0 0 18px;
}
.product__info-wrapper .product__description {
    margin: 0 0 20px;
    line-height: 1.4;
}
.product__info-wrapper .product__quantity {
    margin: 35px 0 45px;
}
.product__info-wrapper .product__quantity .product-form__input {
    max-width: 100%;
}
.product__info-wrapper .product__quantity .form__label {
    display: none;
}
.product__info-wrapper .product__quantity .product-form__input input[type=radio]+label {
    width: 74px;
    height: 74px;
    padding: 20px;
    background-color: transparent;
    border-radius: 50%;
    color: var(--darkBlue);
    border: 1px solid var(--darkBlue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;   
    margin-right: 18px;
}
.product__info-wrapper .product__quantity .product-form__input input[type=radio]:checked+label {
    background-color: var(--darkBlue);
    color: var(--white);
}
.product__info-wrapper .product__price_info {
    margin: 0 0 12px;
}
.product__info-wrapper .product__price_info .price__container {
    font-size: 28px;
    font-weight: 500;
    color: var(--red);
    letter-spacing: 0;
    margin: 0;
}
.product__info-wrapper .price__sale {
    display: flex;
    align-items: center;
}
.product__info-wrapper .price__sale span {
    line-height: 1;
    display: inherit;
}
.product__info-wrapper .price__sale .price-item--regular {
    font-size: 14px!important;
    font-weight: 500;
    color: var(--darkBlue);
}
.product__info-wrapper  .product__text {
    font-size: 14px;
    color: var(--darkBlue);
    opacity: 0.7;
    margin: 0;
}
.product__info-wrapper  .product-form__quantity {
    margin: 45px 0 0;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
.product__info-wrapper  .product-form__quantity .form__label {
    display: none;
}
.product__info-wrapper  .product-form__quantity .quantity {
    border: 1px solid var(--grey);
    border-radius: 50px;
    padding: 14px 12px;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 600;
    color: var(--darkBlue);
}
.product__info-wrapper  .product-form__quantity .quantity:before,
.product__info-wrapper  .product-form__quantity .quantity:after {
    display: none;
}
.product__info-wrapper  .product-form__quantity .quantity__button {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    padding: 0;
    margin: 0;
    color: var(--darkBlue);
}
.product__info-wrapper  .product-form__quantity .quantity__button svg {
    width: 14px;
}
.product__info-wrapper .product_add_cart {
    display: inline-block;
    vertical-align: middle;
    margin: 45px 0 0 25px;
}
.product__info-wrapper .product_add_cart .product-form {
    margin: 0;
}
.product__info-wrapper .product_add_cart .btn .cart-icon {
    margin-right: 14px;
    vertical-align: text-bottom;
}

/* product specifications section */
.product-specs-sec {
    padding: 20px 0 100px;
}
.product-specs-sec .product-imgs-row {
    margin-bottom: 80px;
}
.product-specs-sec .product-imgs-row .thumb-img {
    width: 22%;
}
.product-specs-sec .product-imgs-row .main-img {
    width: 78%;
    padding-left: 60px;
}

.product-specs-sec .specs-row  .heading-box {
    width: 100%;
    margin-bottom: 60px;
}
.product-specs-sec .specs-row .product-long-desc {
    width: 40%;
}
.product-specs-sec .specs-row .product-long-desc h6 {
    font-size: 20px;
    margin-bottom: 20px;
}
.product-specs-sec .specs-row .product-specs-list {
    width: 60%;
    padding-right: 50px;
}
.product-specs-sec .specs-row .product-specs-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.product-specs-sec .specs-row .product-specs-list li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 28px;
}
.product-specs-sec .specs-row .product-specs-list li .name-text {
    width: 40%;
}
.product-specs-sec .specs-row .product-specs-list li h6 {
    font-size: 18px;
}
.product-specs-sec .specs-row .product-specs-list li .desc-text {
    width: 60%;
}
.product-specs-sec .specs-row .product-specs-list li p {
    font-weight: 500;
}
.product-specs-sec .specs-row .product-specs-list li small {
    margin-top: 5px;
    font-size: 12px;
}

/* other top products sec */
.other-top-products .main-pro-card:nth-child(odd) {
    background-color: var(--lightBlue);
    padding: 100px 0 170px;
    margin-bottom: 0;
}
.other-top-products .main-pro-card:nth-child(odd) .text-col {
    order: unset;
}
.other-top-products .main-pro-card:nth-child(even) {
    margin-top: -40px;
}
.other-top-products .main-pro-card:nth-child(even) .text-col {
    order: -1;
    padding-left: 0;
    padding-right: 90px;
}
/* custom_main-product-sec */
.custom_main-product-sec{
    margin-top: 100px;
    padding: 0px 30px;
}
#MainContent .section-featured-product:first-of-type .product__dsub h6 {
    font-size: 16px;
}
#MainContent .custom_main-product-sec .page-width{
    padding: 0;
}
#MainContent .custom_main-product-sec.bg-full{
    margin-top: 120px;
}
#MainContent .custom_main-product-sec.bg-full .featured-product.grid {
    align-items: center;
}
#MainContent .custom_main-product-sec.bg-full.sec-template--14967891329077__1657616966f2bb7304{
/*     margin-bottom: 120px; */
    background: #c7e8f2;
}
#MainContent .custom_main-product-sec.bg-full.sec-template--14967891329077__1657616966f2bb7304 .page-width{
    padding: 150px 0 120px;
}
#MainContent .custom_main-product-sec .btn::after,
#MainContent .custom_main-product-sec .btn::before{
    display: none;
}
#MainContent .custom_main-product-sec .product-form__buttons{
    display: flex;
    flex-wrap: wrap;
}
#MainContent .custom_main-product-sec .btn{
    display: flex;
    text-decoration: none;
    line-height: 1;
    height: unset;
    width: 50%;
    max-width: 170px;
    max-height: 59px;
    letter-spacing: normal;
    padding: 20px 30px;
    text-decoration: unset !important;
}
#MainContent .custom_main-product-sec button.btn{
    margin-right: 15px;
}
#MainContent .custom_main-product-sec:not(.bg-full) .product__info-wrapper.grid__item{
    padding-left: 0;
}
#MainContent .custom_main-product-sec .grid__item.product__media-wrapper{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#MainContent .custom_main-product-sec:not(.bg-full) .page-width{
    padding: 100px 100px 75px;
    border-radius: 30px;
    background-size: cover;
}
#MainContent .custom_main-product-sec .price-item{
    color: var(--red);
    font-weight: 600;
    margin-left: 5px;
}
#MainContent .custom_main-product-sec .price_data{
    display: flex;
    align-items: center;
}
#MainContent .custom_main-product-sec .price{
    margin: 0;
    display: flex;
    align-items: center;
}
#MainContent .custom_main-product-sec .price .price__container,
#MainContent .custom_main-product-sec .price .badge{
    margin: 0;
}
#MainContent .custom_main-product-sec .product-form__input label{
    background-color: transparent;
    border-color: #7fafb5;
    color: var(--darkBlue);
    font-weight: 700;
    font-size: 14px;
}
#MainContent .custom_main-product-sec.bg-full.sec-template--14967891329077__165761694784c78495 .page-width .featured-product .grid__item.product__media-wrapper{
    justify-content: flex-start;
}
#MainContent .custom_main-product-sec .product-form__input label:hover{
    background-color: #fff;
}
#MainContent .custom_main-product-sec .product-form__input input[type=radio]:checked+label{
background: #fff;
}
#MainContent .custom_main-product-sec.bg-full.sec-template--14967891329077__1657616966f2bb7304 .page-width .featured-product .product__info-wrapper {
    padding-left: 0;
}
#MainContent .custom_main-product-sec.bg-full.sec-template--14967891329077__165761694784c78495 .page-width .featured-product .product__info-wrapper {
    padding-right: 0;
}
/* cart page */
#shopify-section-template--14967891165237__cart-items{
    margin-top: 60px;
}
#main-cart-footer #checkout{
    display: inline-block;
    padding: 20px 40px;
    border: 0;
    border-radius: 100px;
    color: var(--white);
    text-decoration: none;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 400;
    text-align: center;
    background-color: var(--darkBlue);
    position: relative;
    cursor: pointer;
    transition: all .45s ease-Out;
    max-width: 190px;
    margin: auto 0 auto auto;
}
#main-cart-footer #checkout:hover{
    background-color: var(--red);
}
#main-cart-footer #checkout::after,
#main-cart-footer #checkout::before{
    display: none;
}
.cart__warnings .button{
    border-radius: 30px;
    transition: all 0.4s ease;
}
.cart__warnings .button:hover{
    background: var(--red);
}
.cart__warnings .button::after,
.cart__warnings .button::before{
    display: none;
}
#MainContent .cart__warnings{
    padding-bottom: 50px;
}
/* login & register form */
#MainContent .customer.login{
    width: 100%;
    max-width: 100%;
    margin: 145px 0px 0px 0px;
    background: #C7E8F2;
    padding:102px 0px 114px 0px;
    position: relative;
    overflow: hidden;
}
#MainContent .custom_login .form_box form{
    margin: 0;
}
#MainContent .custom_login{
    max-width: 772px;
    margin: auto;
    position: relative;
    z-index: 2;
    padding: 0px 20px;
}
#MainContent .custom_login .form_box{
    background: var(--white);
    padding: 46px 80px 74px 67px;
    border-radius: 11px;
    margin-top: 74px;
}
#MainContent .custom_login .form_box input{
    height: unset;
    padding: 16px 10px;
    border: 1.2px solid #DADADA;
    border-radius: 5px;
    transition: all 0.4s ease;
}
#MainContent .custom_login .form_box input:focus{
    box-shadow: unset;
    border-color: var(--darkBlue);
    padding-left: 15px;
}
#MainContent .custom_login .form_box label{
    position: unset;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    color: #172442;
    letter-spacing: normal;
    margin-bottom: 10px;
    line-height: normal;
}

#MainContent .custom_login .form_box .field{
    flex-direction: column-reverse;
    margin:  24px 0 0
}
#MainContent .custom_login .form_box .field:first-of-type{
    margin-top: 0;
}
#MainContent .custom_login .form_box .field::after,
#MainContent .custom_login .form_box .field::before{
    display: none;
}
#MainContent .custom_login .form_box a{
    margin: 20px auto auto 0;
}
#MainContent .custom_login .form_box button{
    background-color: var(--darkBlue);
    width: 123px;
    height: 61px;
    display: block;
    margin:43px auto auto 0;
    border-radius: 30px;
    transition: all 0.4s ease;
}
#MainContent .custom_login .form_box button:hover{
    background-color: var(--red);
}
#MainContent .custom_login .form_box button::after,
#MainContent .custom_login .form_box button::before{
    display: none;
}
#MainContent .customer.login::after{
    content: "";
    background: url("/cdn/shop/files/child-care-pattern-bg.svg?v=1656648403") no-repeat;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 948px;
    height: 860px;
    z-index: 1;
}
.customer h2.form__message:focus-visible {
    outline: none;
    box-shadow: none;
}
.customer h2.form__message {
    margin-bottom: 15px;
}
.customer ul {
    padding-left: 40px;
}

/* upgrade-net-sec */
.upgrade-net-sec {
    overflow: hidden;
}
.upgrade-net-sec .container_slider{
  position:relative;
}
.upgrade-net-sec .container_slider .heading-box{
  max-width:1260px;
  margin:0 auto;
  padding:0px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.upgrade-net-sec .container_slider .heading-box h5{
  width:40%;
}
.upgrade-net-sec .container_slider .heading-box .custom-slider-nav{
  width:60%;
  margin-top:5px;
}
.upgrade-net-sec .container_slider .heading-box .custom-slider-nav .swiper-scrollbar{
  width:78%;
}
/* shipping-policy page, privacy-policy page, terms-of-service page*/
.shopify-policy__container{
    width: 100%;
/*     padding: 150px 30px 100px 30px; */
    padding: 50px 30px 100px 30px;
    margin: 120px auto !important;
    max-width: 1260px;
}
.shopify-policy__container .shopify-policy__body .container{
    padding: 0;
}
.shopify-policy__container .shopify-policy__body p a{
    word-break: break-word;
}
.shopify-policy__container .shopify-policy__title{
    margin-bottom: 40px;
}
/* .faq_sec */
.faq_sec{
    margin: 100px 0px 100px 0px;
    display: block;
}
.faq_sec .faq-row{
    background-color: rgba(235, 235, 235, 0.4);
    border-radius: 10px;
    border: 1px solid rgba(235, 235, 235, 1);
}
.faq_sec .faq-row .faq-box{
    border-bottom: 1px solid rgba(235, 235, 235, 1);
    padding: 20px 0px;
}
.faq_sec .faq-row .faq-box:nth-last-child(1){
    border: unset;
}
.faq_sec .faq-ans{
    display: none;
    padding: 0px 20px;
}
.faq_sec .faq-qus{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 35px 0px 20px;
    cursor: pointer;
    position: relative;
} 
.faq_sec .faq-qus h4{
    font-size: 24px;
}
.faq_sec .title h3{
    font-size: 40px;
}
.faq_sec .faq-qus .close{
    font-size: 20px;
    transition: all 0.4s ease;
    position: absolute;
    top: 50%;
    transform: translate(-0, -50%);
    right: 20px;
}
.faq_sec .faq-qus.active span{
    transform: translate(-0, -50%) rotate(45deg);
}
.faq_sec .faq-ans p,
.faq_sec .faq-ans ul li{
    margin: 15px 0px;
}
.faq_sec .faq-ans ul{
    padding-left: 20px;
}
.faq_sec .faq-ans ul li{
    list-style: auto;
    line-height: normal;
}
/* promotion-bar on header */
.promotion-bar{
    position: absolute;
    display: none;
    top: 0px;
    left: 0;
    width: 100%;
    background: rgba(23, 35, 64, 1);
    color: #fff;
    padding: 10px;
    text-align: center;
    transition: all 0.4s ease;
    z-index: 110;
}
.promotion-bar .container-box {
    width: 100%;
    padding: 0 30px;
    margin: auto;
    max-width: 1260px;
}
.site-header.fixed .promotion-bar{
    top: -15px;
}
.promotion-bar p{
    text-align: center;
    color: #fff;
}
.promotion-bar .text-box{
    position: relative;
    padding-right: 30px;
}
.promotion-bar .text-box .close-promotion-bar{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
    color: var(--red);
    right: 0;
    cursor: pointer;
    font-size: 26px;
}
.team-slider-box .team-swiper .swiper-slide .img-box .title-box{
    position: absolute;
    top: 0;
    right: -110%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgb(23, 36, 66, 0.8);
    transition: all 0.6s ease;
    text-align: center;
    padding: 20px;
}
.team-slider-box .team-swiper .swiper-slide .img-box:hover .title-box{
    right: 0;
}
.team-slider-box .team-swiper .swiper-slide .img-box .title-box p{
    color: var(--white);
    margin-bottom: 10px;
    line-height: 1.2;
}
.team-slider-box .team-swiper .swiper-slide .img-box .title-box p:nth-last-child(1){
    margin-bottom: 0px;
}
.team-slider-box .team-swiper .swiper-slide .img-box {
    overflow: hidden;
}
.compare-table-box table thead th select{
    border: 2px solid var(--darkBlue);
    border-radius: 10px;
    padding: 20px;
    max-width: 275px;
    background-position: calc(100% - 20px) center;
    font-size: 14px;
    font-weight: 500;
}
p a {
    color: #e5524f !important;
}
.WidgetTitle__Container-sc-173f1y-0.cpHuAJ {
    display: none !important;
}
a[href="https://elfsight.com/amazon-reviews-widget/?utm_source=websites&utm_medium=clients&utm_content=amazon-reviews&utm_term=gryph-on.myshopify.com&utm_campaign=free-widget"] {
    display: none !important;
}
.eapps-widget:hover .eapps-widget-toolbar{
  display: none !important;
}
.top_adujst {
    width: 100%;
    padding: 150px 30px 100px !important;
    margin: auto;
    max-width: 1260px;
}
.top_adujst .main-page-title{
  text-align: center;
}

/* contact page section */
.contact-form-sec {
    background-color: rgba(235, 235, 235, 0.4);
/*     margin-top: 148px; */
    padding-top: 100px;
    padding-bottom: 30px;
    position: relative;
}
.contact-form-sec:before {
    content: "";
    background-color: var(--darkBlue);
    background-image: url(/cdn/shop/files/contact-section-line-bg.svg?v=1660715408);
    background-repeat: no-repeat;
    background-position: right 10%;
    position: absolute;
    width: 100%;
    height: calc(100% - 150px);
    top: 0;
    left: 0;
    z-index: 1;
}
.contact-form-sec > .container {
    position: relative;
    z-index: 2;
}
.contact-form-sec .heading-box {
    margin-bottom: 75px;
}
.contact-form-sec .heading-box .desc {
    max-width: 560px;
    margin: 20px auto 0;
}
.contact-form-sec .heading-box .desc p {
    color: var(--white);
}
.contact-form-sec .form_box {
    background-color: var(--white);
    border-radius: 11px;
    padding: 70px 40px;
}
.contact-form-sec .form-submit {
    text-align: right;
    padding-top: 10px;
}
.contact-form-sec .form-submit .btn {
    width: 240px;
}

/* affiliate sales section */
.affiliate-sales-sec .gl-heading-box {
    padding-bottom: 40px;
}
.affiliate-sales-sec .gl-heading-box .head-box {
    width: 50%;
}
.affiliate-sales-sec .gl-heading-box .text-box {
    width: 40%;
}
.affiliate-sales-sec .gl-heading-box .text-box p {
    font-size: 14px;
}
.sales-content-box {
    position: relative;
    padding-bottom: 125px;
}
.sales-content-box:before {
    content: "";
    background-color: var(--lightBlue);
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.sales-content-box .content-row {
    position: relative;
    z-index: 2;
}
.sales-content-box .img-col {
    width: 40%;
    margin-top: -45px;
}
.sales-content-box .text-col {
    width: 60%;
    padding-left: 120px;
    padding-bottom: 35px;
}
.sales-content-box .text-col .desc {
    margin: 35px 0;
    max-width: 580px;
}
.sales-content-box .text-col p {
    font-size: 18px;
}

/* affiliate steps section */
.affiliate-steps-sec {
    background-image: url(/cdn/shop/files/affiliate-steps-line-bg.svg?v=1660759425);
    background-repeat: no-repeat;
    background-position: 0% 23%;
    padding: 100px 0;
}
.affiliate-steps-sec .heading-box {
    margin-bottom: 70px;
}
.affiliate-steps-sec .heading-box .desc {
    margin: 15px auto 45px;
    max-width: 530px;
}
.affiliate-steps-sec .heading-box p {
    font-size: 18px;
    font-weight: 500;
}
.affiliate-steps-sec .heading-box .number {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: var(--black);
}
.affiliate-steps-sec .heading-box .number img {
    margin: 0 8px;
}
.affiliate-steps-sec .step-card {
    background-color: var(--lightBlue);
    border-radius: 22px;
    text-align: center;
    padding: 100px 60px;
    width: calc(50% - 14px);
}
.affiliate-steps-sec .step-card:first-child {
    background-color: var(--darkBlue);
}
.affiliate-steps-sec .step-card:first-child h4,
.affiliate-steps-sec .step-card:first-child p {
    color: var(--white);
}
.affiliate-steps-sec .step-card .sub-title {
    margin: 40px 0;
}
.affiliate-steps-sec .step-card h4 {
    font-size: 36px;
}
.affiliate-steps-sec .step-card p {
    font-size: 18px;
}

/* affiliate benefits section */
.affiliate-benefit-sec {
    padding: 100px 0;
    position: relative;
}
.affiliate-benefit-sec .text-col {
    width: 45%;
    padding-right: 30px;
    padding-top: 20px;
}
.affiliate-benefit-sec .img-col {
    width: 55%;
}
.affiliate-benefit-sec .text-box ul {
    list-style: none;
    margin: 50px 0 0;
    padding: 0;
}
.affiliate-benefit-sec .text-box ul li {
    position: relative;
    padding-left: 45px;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 14px;
}
.affiliate-benefit-sec .text-box ul li:before {
    content: "";
    background-image: url(/cdn/shop/files/hand-icon.svg?v=1660762861);
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}
.affiliate-benefit-sec .content-bar {
    background-color: var(--darkBlue);
    background-image: url(/cdn/shop/files/affiliate-benefit-content-box-line-bg.svg?v=1660765992);
    background-repeat: no-repeat;
    background-position: 100px -20px;
    padding: 60px 80px 80px;
    width: 85%;
    margin-top: -150px;
    position: relative;
    margin-bottom: 110px;
}
.affiliate-benefit-sec .content-bar * {
    color: var(--white);
}
.affiliate-benefit-sec .content-bar h4 {
    margin-bottom: 35px;
    opacity: .9;
    position: relative;
}
.affiliate-benefit-sec .content-bar h4:before {
    content: "";
    background-color: var(--white);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: -20px;

}
.affiliate-benefit-sec .content-bar p {
    font-size: 18px;
}
.affiliate-benefit-sec .content-bar .desc {
    max-width: 865px;
}
.site-header .cart .add-cart-btn svg {
    width: 14px;
    height: 14px;
}
.cart__footer .cart__blocks .affirm_message_cart{
  margin-top:15px;
}
.cart__footer .cart__blocks .affirm_message_cart .affirm-as-low-as{
  font-size:13px;
}
/* 404 page */
.page-404-sec {
    padding: 185px 0 100px;
    background-color: var(--lightBlue);
}
.page-404-sec h1 {
    color: var(--red);
    font-weight: 700;
}
.page-404-sec h2 {
    margin: 0px 0 30px;
}
#cart-icon-bubble .cart-count-bubble span {
    position: relative !important;
    top: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: auto;
    height: auto;
}
#shopify-section-header{
  position: absolute;
  width: 100%;
  top: 0;
}
.review-slider-sec{
  overflow:hidden;
}

#MainContent #shopify-section-template--14967891329077__165761694784c78495 .custom_main-product-sec.bg-full.product_image .featured-product.product .product__info-container .product-form__input input[type=radio]:checked+label{
  background:var(--darkBlue);
  color:var(--white);
}
#MainContent .custom_main-product-sec span .price-item{
  color:var(--darkBlue);
}
.shopify-policy__container .shopify-policy__body ul,
.shopify-policy__container .shopify-policy__body ol{
  padding-left:15px;
  margin-bottom:20px;
}
.shopify-policy__container .shopify-policy__body ul ul,
.shopify-policy__container .shopify-policy__body ol ol{
  padding-left:0px;
}
.shopify-policy__container .shopify-policy__body ul li,
.shopify-policy__container .shopify-policy__body ol li{
  margin-bottom: 10px;
  line-height: 1.35;
  font-size: 16px;
  font-family: Roboto,sans-serif;
  color: var(--darkBlue);
  font-weight: 400;
}
.product-detail-sec #product_info #product_media_out #product_media .thumb_slider .swiper-slide .video,
.product-detail-sec #product_info #product_media_out #product_media .thumb_slider .swiper-slide .external_video{
  padding:0;
  height:100%;
}
.product-detail-sec #product_info #product_media_out #product_media .thumb_slider .swiper-slide .video img,
.product-detail-sec #product_info #product_media_out #product_media .thumb_slider .swiper-slide .external_video img{
  height:100%;
}
.product-detail-sec #product_info #product_media_out #product_media .thumb_slider .swiper-slide .video iframe,
.product-detail-sec #product_info #product_media_out #product_media .thumb_slider .swiper-slide .video video{
  width: 100%;
  height: auto;
}
.product-detail-sec #product_info #product_media_out #product_media .main_slider_wrapper .main_slider .swiper-slide .external_video,
.product-detail-sec #product_info #product_media_out #product_media .main_slider_wrapper .main_slider .swiper-slide .video{
  padding:0;
  display: flex;
  align-items: center;
  justify-content: center;
  height:100%;
}
.product-detail-sec #product_info #product_media_out #product_media .main_slider_wrapper .main_slider .swiper-slide .external_video iframe,
.product-detail-sec #product_info #product_media_out #product_media .main_slider_wrapper .main_slider .swiper-slide .video video{
  position:unset;
  height:auto;
}
.product-detail-sec #product_info #product_media_out #product_media .main_slider_wrapper .main_slider .swiper-slide .external_video iframe{
  height:100%;
}
.product-detail-sec #product_info #product_media_out #product_media .main_slider_wrapper .main_slider .swiper-slide{
  height:auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.product-detail-sec #product_info #product_media_out #product_media .main_slider_wrapper .main_slider .swiper-slide img{
    max-height:420px;
}
.product-detail-sec #product_info #product_media_out #product_media .main_slider_wrapper .main_slider .swiper-slide .external_video{
  width:100%;
}
body.cart{
  position:unset;
}
.product #product_media_out #product_media .thumb_slider .swiper-wrapper .swiper-slide img{
  width: 100%;
    height: 100%;
    object-fit: contain;
}
.our-products-sec .product-box p{
  margin-top:10px;
}
.hero-banner-sec .mob-hero-img img{
  width:100%;
}


  .collection #MainContent .custom_main-product-sec .grid__item.product__media-wrapper media-gallery .product__media img{
    max-height:600px;
    object-fit: contain;
    bottom: 0;
    top: unset;
  }
  .amazon-review-count-box .RootLayout__Component-sc-1doisyz-0 .BadgeTotalReviews__Content-sc-1sj93r3-0{
    font-weight: 500;
    font-size: 14px;
    color: var(--darkBlue);
    text-decoration: none;
    opacity: 1;
    transition: all 0.4s ease;
  }
  .amazon-review-count-box .RootLayout__Component-sc-1doisyz-0 .BadgeTotalReviews__Content-sc-1sj93r3-0:hover{
    color:var(--red);
  }
.product-help-sec .product-box .name-box .review-box .amazon-review-count-box *{
  color:var(--white);
}
.product-help-sec .product-box .name-box .review-box{
  width:100%;
}
.product-help-sec .product-box .name-box a h4{
display:none;
}

  #product_info #product_media_out #product_media .main_slider_wrapper{
    margin-top:0;
  }
  .multicolumn .slider-mobile-gutter ul.multicolumn-list li img.multicolumn-card__image{
    left: 0;
    transform: unset;
    object-fit:contain;
    max-height: 350px;
  }
  .multicolumn .slider-mobile-gutter ul.multicolumn-list li .multicolumn-card .media{
   padding-bottom:0 !IMPORTANT;
 }

 .image-with-text .image-with-text__grid .image-with-text__media-item .image-with-text__media  img{
  object-fit: contain;
  object-position: top;
   max-height:500px;
}
.image-with-text .image-with-text__grid .image-with-text__media-item .image-with-text__media {
  height:unset;
}
.return_blog_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}
svg.my-svg-class {
    max-height: 252px !important;
}
.reviews-list-sec .list-card .review-details .detail-box img {
    display: none;
}
.reviews-list-sec .list-card .review-details .detail-box p:empty {
    display: none;
}
.feature-content-sec .text-box .buttons {
    padding-top: 30px;
}


/*-----------------------23/12/2022--------------------*/
body{
  padding-top: 0px !important;
/*103px*/
}
body.promo-active{
  padding-top: 0px !important;
/*148px*/
}

.hero-banner-sec{
  margin-top: -148px;
}
body.promo-active .hero-banner-sec{
  margin-top: -103px;
}
.section-template--15408032972853__6c0430a4-90e5-4330-8207-572fabc6bd57-padding,
.section-template--15408033071157__850911b4-6522-4b74-a415-05ea2f15cb0a-padding,
.section-template--15408032448565__b7a115e1-30e1-4461-98bd-ba4c4618ebea-padding,
.section-template--15408428580917__b7a115e1-30e1-4461-98bd-ba4c4618ebea-padding{
  padding: 0 !important;
}

/*--------Subscribe page css -----*/
.subscribe-sec {
    padding: 20% 0px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;    
}
.subscribe-container{
  margin-bottom: 50px;
  /*padding: 20% 0px !important;*/
}
.subscribe-container h2{
  text-align: center;
}
.subscribe-container p{
  text-align: center;
}

.customer-section .btn-box{
  margin-left:20px;
}
@media screen and (max-width: 980px) {
  .customer-section{  
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    margin-bottom: 30px;
    width: 80% !important;     
  }
  .customer-section .form-group{
    margin-bottom: 0px;
    width:98%;
  }
  .loading-text{
    line-height: 1.55;
    font-size: 16px;
    font-family: Roboto,sans-serif;
    color: var(--darkBlue);
    font-weight: 400;
    width: 80%;
  }
  
}
@media screen and (min-width: 981px) {
  .customer-section{  
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    width: 55%; 
  }
  .customer-section .form-group{
    margin-bottom: 0px;
    width: 58%;    
  }
  .loading-text{
    line-height: 1.55;
    font-size: 16px;
    font-family: Roboto,sans-serif;
    color: var(--darkBlue);
    font-weight: 400;
    width: 40%;
  }
  
}
 .customer-section .form-group .form-control {
    border-radius: 30px !important;
  }  

.plan-list-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.plan-list-wrapper .btn-box{
  margin-bottom: 20px;
}
.customer-section .user-email{
  padding: 3% 5% ;
}

#deviceOptionWrapper select{
  font-family: Roboto,sans-serif !important;
  ba
}

.subscribe-btn{
  background-color: #e5524f;
}

.subscribe-btn:hover{
  background-color: #007aff;
}
.device-ddl {
	background: rgba(235, 235, 235, 0.4);
	height: 56px;
	padding: 15px 35px;
	border-radius: 30px;
    margin-bottom: 50px;
}

/*-------End Subscription page css -----*/

#shopify-section-template--15408033202229__main {
  margin-top: 50px;
}
.post-details-sec .post-content .post-desc h2+br, .post-details-sec .post-content .post-desc h3+br, .post-details-sec .post-content .post-desc h4+br, .post-details-sec .post-content .post-desc h1+br {
    display: none;
}
.post-details-sec .post-content .post-desc h1{
    margin:30px 0 10px;
    font-size :36px;
}
.post-details-sec .post-content .post-desc h2{
    margin:30px 0 10px;
    font-size: 36px;
}
.post-details-sec .post-content .post-desc h3{
    margin:30px 0 10px;
    font-size: 24px;
}
.post-details-sec .post-content .post-desc h4{
    margin:30px 0 10px;
    font-size: 24px;
}
.post-details-sec .post-content .post-desc strong{
    font-weight:bold;
}

.shopify-email-marketing-confirmation__container {
  margin-top: 200px !important;
  padding-bottom: 100px !important;
}

.shopify-email-marketing-confirmation__container h1{
  padding-bottom: 25px !important;
}