/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&display=swap'); */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
html{
    scroll-behavior:smooth
}
@font-face {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v15/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
body{
    padding:0;
    margin:0;
    box-sizing:border-box;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}
.container{
    max-width:1290px; 
}
p, li {
    font-size:18px;
}
.com-pad {
    padding-top: 85px;
}
.row-gap{
    row-gap:27px
}
.banner-section {
    background: aliceblue;
}
/* .banner-left {
    padding: 85px 0;
} */
.banner-left h1 {
    font-weight: 600;
    line-height: 1.2;
    /* font-size: 45px; */
}
.banner-left hr {
    border: 2px solid #00aeef;
    width: 50px;
    display: inline-flex;
    margin: 10px 0 12px;
}
.banner-left p {
    line-height: 1.8;
}
.main-btn {
    background: #263b56;
    color: aliceblue;
    padding: 10px 19px;
    box-shadow: 0px 0px 4px #00aeef;
    font-size: 16px;
}
.main-btn:hover {
    color: #fff;
}
.unique-btn {
    background: #ed8300;
    color: aliceblue;
    padding: 10px 19px; 
    font-size: 16px;
}
.unique-btn:hover {
    color: #fff;
}
.btn-2 {
    background: #00aeef;
    color: aliceblue;
    padding: 10px 19px; 
    font-size: 16px;
}
.btn-2:hover {
    color: #fff;
}
.choice-section {
    background: aliceblue;
}
.choice-blocks {
    background: aliceblue;
    /* border: 2px solid #00aeef; */
    border-radius: 5px;
    /* padding: 45px; */
}
/* .choice-blocks {
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 45px;
} */
.before-check li {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.before-check li i {
    color: #6dd50e;
    font-size: 26px;
    height: 32px;
}
.cmn-lht{
    line-height: 1.8
}
.button-block-2 {
    column-gap: 25px;
}
.main-link {
    color: #0b72e7;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
} 
.choice-blocks p, .choice-blocks li {
    font-size: 16px;
}
.choice-blocks li {
    font-weight: 300;
    color: #282828;
}
.choice-blocks::after{
    content: "";
    background-image: url(../img/dotted.webp);
    position: absolute;
    width: 213px;
    height: 147px;
    top: -100px;
    right: -7%;
    z-index: -11;
}
.bg-aliceblue{
    background-color: aliceblue;
}
.some-content {
    background: #fff;
    padding: 50px;
    border-radius: 10px;
    color: #636978;
    font-size: 18px;
    font-weight: 400;
    /* box-shadow: 0px 10px 60px rgb(0 0 0 / 17%); */
    box-shadow: 0px 10px 60px rgb(38 59 86 / 17%);
}
.client-section::before{
    content: "";
    background-image: url(../img/dotted-svg.svg);
    position: absolute;
    width: 315px;
    height: 207px;
    top: 53px;
    left: -6%;  
    transform: rotate(270deg);
    background-repeat: no-repeat;
}
.some-content{
    z-index: 99;
    background-color: #fff
}
.some-content-after::after{
    content: "";
    border: 2px solid #00aeef;
    position: absolute;
    width: 287px;
    height: 245px;
    border-radius: 8px;
    top: 50px;
    right: -4.5%;
    z-index: 1;
}
.cmn-lht-6 {
    line-height: 1.6;
}
.text-blue {
    color: #00aeef;
}
.client-section:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    border-style: solid;
    border-width: 250px 100vw 0 0;
    border-color: transparent #0a1a3a transparent transparent;
    pointer-events: none;
}
.our-product{
    background-color:#0a1a3a;
}
.why-list-content { 
    border-radius: 20px;
    position: relative;
    padding: 72px 35px 40px;
    overflow: hidden;
    background: #fff;
}
.op-list span {
    position: absolute;
    left: 35px;
    background: #fff;
    transform: translateY(-50%);
    top: 0;
    z-index: 5;
    width: 79px;
    height: 79px;
    border-radius: 50%; 
    box-shadow: 0px 0px 25px -5px rgb(150 174 198 / 40%);
}
.op-list span img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: 40px;
    max-width: 43px;
}
.reviews-section {
    /* background-color: #f1f1f1; */
    background-image: linear-gradient(45deg, #0a1a3a38, #0a1a3a38), url(../img/review-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.main-review {
    font-size: 18px;
    /* letter-spacing: -0.1px; */
    line-height: 1.5;
    font-weight: 500;
}
.review-content {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    min-height: 20rem;
}
.heading-shadow{
    text-shadow: 0 2px 15px #8f8f8f;
}
.review-data p {
    font-size: 16px;
}
.review-data p em {
    color: #afafaf;
}
/* .main-review-con::before {
    content: "";
    background-image: url(../img/quote.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;left: 0;
    background-repeat: no-repeat;
} */
.review-content span i {
    font-size: 22px;
    letter-spacing: 0.2px;
    margin: -2px;
    color: #ffc107;
}
.blog-data {
    box-shadow: 0 0 11px #f0f5ff; 
    overflow: hidden;
    height: 100%;
    border: 1px solid #c5efff;
}
.blog-link {
    background: #00aeef;
    color: aliceblue;
    padding: 6px 11px;
    display: inline-block;
    border-radius: 50px;
    font-size: 21px;
}
.blog-link:hover {
    color: #00aeef;
    background: aliceblue;
    border: 1px solid #00aeef;
}
.blog-h-link {
    color: #1c1c1c;
    text-decoration: none;
}
.blog-content {
    padding: 25px;
}
.categories {
    font-size: 13px;
    background-color: #f0f5ff;
    font-weight: 500;
    color: #159ded;
    display: inline-block;
    padding: 2px 8px;
    border-radius: 30px;
}
.blog-heading {
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.1px;
    margin: 17px 0 26px;
    font-size: 17px;
}
.com-pad-btm{
    padding-bottom: 85px;
}
.footer-logo {
	filter: brightness(0) invert(1)
}

#scroll {
	position: fixed;
	right: 34px;
	bottom: 2rem;
	cursor: pointer;
	width: 40px;
	height: 40px;  
	z-index: 9999;
	text-decoration: none;
    background-color: #00b4f5;
    transition: .2s;
    border: 1px solid #03275600;
    border-radius: 4px;
    color: #fff;
}
#scroll:hover {
	background-color: #f6fbff;
	transition: .2s;
	border: 1px solid #032756;
    color: #000;
}
#scroll:hover i{ 
    color: #000;
}

#scroll i {
    color: #fff;
    display: flex; 
    justify-content: center; 
    font-size: 22px;
    font-weight: 100;
    transform: rotate(180deg);
    margin-top: 8px;
}
/*
.support_chat a {
	background: #ffefec;
	color: #f33d1f;
	padding: 11px 8px; 
	border-radius: 4px 0 0 3px;
	font-size: 16px;
	display: flex;
	align-items: center;
	border: 1px solid;
	letter-spacing: .3px;
	text-decoration: none;
	gap: 10px
} */

.support_chat p {
	font-weight: 500;
	letter-spacing: 0;
	font-family: montserrat, sans-serif
}

.support_chat i {
	color: #fff;
	font-size: 26px;
	background: #f13d21;
	padding: 6px 0 0;
	border-radius: 41px;
	width: 35px;
	height: 35px;
	text-align: center
}

.footer_section {
	background: #0a1a3a;
	padding-top: 5.7rem
}

.footer-heading {
	font-size: 20px;
	color: #f0f8ff
}

.footer_section ul li a {
	color: #ffffff9e;
	text-decoration: none;
	font-size: 15px
}

.text-light {
	color: #ffffff9e!important
}
.fs-15{
    font-size: 15px;
}
.footer_before li {
	position: relative
}

.footer_before li::before {
	content: '\e91e';
    font-family: fontello;
	color: #fff;
	margin-right: 6px;
	position: absolute;
	left: -16px;
	margin-top: 5px;
	font-size: 13px
}
.footer_section ul li a:hover {
    color: aliceblue;
} 
/* Product Section CSS Start */  
.product-banner{
    /* background: linear-gradient(181deg, #263b56, transparent), url(../img/product-banner.png) no-repeat; */
    background: linear-gradient(181deg, aliceblue, transparent);
    background-size: cover; 
}
.breadcrumb ul li:not(:first-child)::before {
    content: "\e91a";
    font-family: 'fontello';
    font-weight: 600;
    color: #000;
}
.list-feature ul li { 
    position: relative;
}
.list-feature ul li:before { 
    content: ""; 
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='rgb(0, 165, 28)' class='bi bi-arrow-right-circle' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/> </svg>");
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    width: 16px;
    height: 16px;
    position: absolute;
    left: -3.8%;
    margin-top: 4px;
}
.breadcrumb ul {
    display: flex;
    flex-direction: row;
    padding-left: 6px;
    list-style: none;
    column-gap: 7px;
}
.breadcrumb ul li{
    color: #000;
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
}
.breadcrumb ul li a{
    color: #000;
    font-size: 15px;
    text-decoration: none;
    font-weight: 500;
}
.p-banner-left .heading {
    color: #00aeef;
} 
.p-banner-left .heading span { 
    font-size: 23px;
    font-weight: 400;
    line-height: 30px;
    color: #263B56;
}
.pbl-content {
    color: #263B56;
    font-weight: 400;
}
.list-feature ul li {
    font-size: 16px;
    margin-bottom: 10px;
} 
.list-feature {
    background: #fff;
    padding: 24px 24px 15px;
    box-shadow: 0 0 24px #7bc3ff57;
    border-radius: 13px;
    border: 1px solid #00aeef;
}
.list-feature ul li i {
    font-size: 16px;
    color: #00a51c;
    margin-right: 3px;
}
.product-speci {
    background: #fff8e2;
    border: 1px solid #ff9200;
    padding: 26px;
    border-radius: 12px;
}
.product-speci ul li,.product-speci p {
    font-size: 16px;
} 
.product-speci .heading {
    font-size: 19px;
    color: #ff9200;
    margin-bottom: 12px;
    font-weight: 500;
}
.product-btn-block { 
    column-gap: 16px;
}
.k-feature {
    font-size: 18px;
    font-weight: 600;
    color: #00aeef;
    margin-bottom: 15px;
    border-bottom: 1px;
}
.product-btn-block .nav-tabs {
    border-bottom: 1px solid #00aeef;
}
.product-btn-block .nav-tabs .nav-link:hover {
    border: 1px solid #dddddd00;
}
.product-btn-block .nav-tabs .nav-link {
    color: #00aeef;
    font-weight: 500;
    letter-spacing: 0.6px;
} 
.product-btn-block .nav-tabs .nav-item.show .nav-link, .product-btn-block .nav-tabs .nav-link.active {
    color: #25c5ff !important;
    background-color: #ffffff00;
    font-weight: 500;
    border-color: #00aeef; 
    border-bottom: 1px solid #f7fbff;
}
.product-btn-block nav .nav-link i{
    font-weight: 300;
}
.product-btn-block .nav{
    display: inline-flex;
}
.sticky-strip {
    background: #e9f4ff;
    padding: 16px 0;
    position: sticky;
    top: -3px;
    z-index: 999;
    /* box-shadow: -12px 13px 22px #76767642; */
}
.sticky-ul {
    display: flex;
    gap: 50px;
}
.pd-button {
    flex-direction: column;
}
.product-button {
    display: flex;
    column-gap: 17px;
}
.pd-button small {
    font-size: 13px;
    margin-top: 5px;
    text-align: center;
    color: #747474;
}
.sticky-ul li a {
    color: #0d3752;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
}
.top_bar.sticky-strip{
    background: #fff;
    box-shadow: 0 0 6px #ddd;
}
.top_bar.sticky-strip .d-flex{
    justify-content: center;
}
.fw-600{
    font-weight: 600;
}
.brand-section {
    background: #fbfbfb;
    padding: 32px 0 22px;
}
 
.expert-section{
    background: #fbfbfb;
    padding: 32px 0 22px;
}
.feature-section{
    background-image: url(../img/feature.svg);
    background-repeat: no-repeat;
    background-size: cover; 
}
.heading-blue {
    font-weight: 600;
    color: #00aeef;
}
.feature-content p {
    font-size: 16px;
    letter-spacing: 0.1px;
} 
.tb-content.heading, .tb-icon.heading {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}
.feature-content h4 {
    font-weight: 600;
    color: #062341;
}
.feature-content {
    background: #fff;
    box-shadow: 0 0 4px #d7ecff;
    padding: 27px;
    border-radius: 13px;
    height: 100%;
}
.expert-sec .border {
    border: 2px solid #d3d3d3;
}
.border-start-0{
    border-left: 0 !important;
}
/* .expert-block {
    background: #f1f1f1;
    margin-top: 61px;
    border-radius: 15px;
    box-shadow: 14px 14px 29px #273f5c2b;
    overflow: hidden;
} */
/* #0a1a3a */
.expert-left { 
    color: aliceblue; 
    box-shadow: 0 0 26px #000000;
}
.expert-right{ 
    color: aliceblue;  
}
.expert-block {
    background: #263b56;
    margin-top: 61px;
    border-radius: 15px;
    box-shadow: 14px 14px 29px #e5f3ff;
    overflow: hidden;
    border: 1px solid #00aeef;
}
.padding-none{
    padding: 0
}
.expert-block p{
    font-size: 16px;font-weight: 200;
}
.tb-content {
    font-weight: 500;
    width: 60%;
}
.tb-icon {
    width: 20%;
    text-align: center;
}
.table-row-block{
    padding-bottom: 25px;
    padding-top: 25px;
}
.border-footer {
    border-bottom: 1px solid #bcbcbc;
}
.table-section {
    background: #f7f7f7;
    border-radius: 16px;
    padding: 21px 45px 21px;
}
.tb-icon i.bi-check2 {
    background: #1CBA34;
    color: aliceblue;
    padding: 1px 3px;
    border-radius: 14px;
}
.tb-icon i.bi-x {
    background: #f72702;
    color: aliceblue;
    padding: 1px 3px;
    border-radius: 14px;
}

.faq-section {
    background: #f8f9fa;
} 
.faq-section .accordion-button::before {
    content: '';
    width: 14px;
    height: 2px;
    background: #333;
    position: absolute;
    top: calc(50% - 1px);
    right: 1rem;
    display: block;
    transition: all 0.3s;
  } 
  .faq-section .accordion-button::after {
    content: '';
    width: 2px;
    height: 14px;
    background: #333;
    position: absolute;
    top: calc(50% - 7px);
    right: calc(1rem + 6px);
    display: block;
    transition: all 0.3s;
  }
  
  .faq-section .accordion-button[aria-expanded='true']::after {
    transform: rotate(90deg) translateX(-1px);
  }
  
  .faq-section .accordion-button[aria-expanded='true']::before {
    transform: rotate(180deg);
  }
.faq-section .accordion-button{
    padding:0;
    font-size: 19px;
    font-weight: 600;
    padding: 24px 36px;
}
.faq-section .accordion-button:not(.collapsed) {
    color: #00aeef;
    background-color: #ffffff;
    box-shadow: none;
}
.faq-section .accordion-button:not(.collapsed) i {
    color: #000; 
}
.faq-section .accordion-item {
    box-shadow: 0 5px 0 rgb(36 37 56 / 10%), 0 5px 0 rgb(36 37 56 / 10%);
    margin-bottom: 18px;
    border-radius: 13px  !important;
    overflow: hidden;border: 0;
}
.faq-section .accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
} 
.faq-section .accordion-body {
    padding: 2.4rem 3rem 2.1rem;
    box-shadow: inset 0px 10px 8px -10px #ccc, inset 0px -11px 8px -19px #ccc
}
.faq-section .accordion-button p i {
    background: #ffcf64;
    padding: 9px 10px 7px;
    font-size: 19px;
    margin-right: 12px;
    border-radius: 23px; 
}
/* .buy-section {
    background: #f8f9fa;
    padding: 70px 0;
} */
.ms_main_list li { 
    padding: 2px 11px;
    border-radius: 79px;
}
.ms_main_list {
    list-style: none;
    padding: 0;
    font-weight: 400;
    color: #ff9200; 
    /* color: #0a9d00;  */
    display: flex;
    justify-content: center;
}
.buy-button-block {
    display: inline-flex;
    flex-direction: column;
    row-gap: 14px;
}
.buy-block {
    border: 1px solid #95989a;
    padding: 24px 35px 34px;
    border-radius: 4px;
    background: #fff;
}
.user-type {
    font-size: 21px;
    font-weight: 600;
}
.li-price {
    font-size: 49px;
    font-weight: 700;
    display: inline;
}
.small-txt {
    font-size: 14px;
    color: #666666;
}
.li-price sup {
    left: 8px;
    font-weight: 300;
    font-size: 22px;
    top: -22px;
}
.buy-block.special .user-type {
    color:#00b4f5; 
}
.buy-block.special {
    border: 2px solid #00b4f5;
    background: white;
    transform: scale(1.05);
    min-height: 112%;
    padding-top: 42px;
    position: relative;
}
.buy-block.special::after {
    content: "BEST VALUE";
    position: absolute;
    width: 80%;
    background-color: #def6ff;
    color: #00b4f5;
    text-align: center;
    font-size: 14px;
    padding: 8px 25px;
    border-radius: 20px;
    font-weight: 700;
    top: -19px;
    left: 31px;
}
.buynow-btn {
    background: #00b4f5;
    color: aliceblue;
}
.buynow-btn:hover {
    background: #ffffff;
    color: #00b4f5;
    border: 1px solid #00b4f5;
}
.product-page.reviews-section{
    background: #fff;
    background-image: none;
}
.product-page .review-content {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    border: 1px solid;
}
#videopopup img {
    width: 100%;
    height: 430px;
}
.rating {
    display: flex;
}
.footer_section .copyright a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    border-bottom: 1px solid #3f4c65;
    padding-bottom: 1px;
}
.rounded-social-buttons a i {
    color: #a2a6ac;
    font-size: 20px;
    margin-right: 8px;
}
.review-data p i {
    font-size: 30px;
    color: #00b4f5;
}
.review-data p {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.button-block {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
}
@media (max-width: 768px){
    .list-feature ul li:before { 
        left: -33px; 
    }
    .some-content-after::after{
        content: "";
        display: none;
    }
    .choice-blocks::after{
        display: none;
    }
    .banner-left h1 { 
        line-height: 1.3;
        font-size: 23px;
    }
    .banner-left p {
        line-height: 1.5;
        font-size: 15px;
        margin: 0;
    }
    .banner-left hr { 
        margin: 4px 0 11px;
    }
    .sticky-ul { 
        justify-content: space-between;
    }
    .hidden-sm, .sticky-buttons {
        display: none;
    } 
    .top_bar.sticky-strip{
        width: 100%;
    }
    .main-review {
        font-size: 18px;
    }
    .buy-block.special {
        transform: scale(1);
        min-height: 112%;
    }
    .product-banner .text-end{
        text-align: left !important;
    }
    .product-banner .text-end .mt-4{
        margin-top: 0 !important;
    }
    .product-speci{
        display: block;
        margin-top: 20px;
    }
    /* .table-section { 
        width: 811px;
    } */
    .buy-page-table .tb-content.heading, .buy-page-table .tb-icon.heading {
        font-size: 12px;
        font-weight: 600;
        color: #000000;
        word-break: break-all;
    }
    .tb-icon .btn .hidden-sm {
        display: none;
    }
    .sticky-ul { 
        gap: 32px;
    }
}
#videopopup iframe {
    width: 100%;
    height: 430px;
}
.spaceo_rating_widget{
    /* padding: 0px;
     margin: 0px;*/
     float: left;
 }
 .spaceo_rating_widget li{
     line-height: 0px;
     width: 28px;
     height: 28px;
     padding: 0px;
     margin: 0px;
     margin-left: 2px;
     list-style: none;
     float: left;
     cursor: pointer;
 }
 .spaceo_rating_widget li span{
     display: none;
 }
/*-------------------------------------------------------------------------------------------------------*/
.spaceo_rating_widget{
    padding: 0px;
    margin: 0px;
    float: left;
}
.spaceo_rating_widget li{
    line-height: 0px;
    width: 28px;
    height: 28px;
    padding: 0px;
    margin: 0px;
    margin-left: 2px;
    list-style: none;
    float: left;
    cursor: pointer;
}
.spaceo_rating_widget li span{
    display: none;
} 
.rating {
    display: flex;
    align-items: center;
    column-gap: 8px;
    margin: 15px 0;
}
.product-list li {
    line-height: 1.9;
}
.product-list li a {
    font-size: 16px;
    color: black;
    font-weight: 400;
    text-decoration: none;
}
.product-list li a:hover { 
    color: #00b4f5; 
}
.copyright {
    font-size: 15px;
}
.psmtc_IlCb img {
		display: none !important;
	}
	div#chat_support img {
    display: none !important;
}
/* Product Section CSS End */